* gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
[official-gcc.git] / gcc / testsuite / ChangeLog
blob30774a20330da31fa6afbc80e2f12c0118e06878
1 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
5 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
7         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
9 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
11         PR c++/11919
12         * g++.dg/overload/prom1.C: New test.
14         PR c++/11551
15         * g++.dg/parse/dtor2.C: New test.
17         PR c++/10762
18         * g++.dg/parse/using2.C: New test.
20 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
22         PR target/11805
23         * gcc.c-torture/compile/20030821-1.c: New.
25 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
27         PR c++/11834
28         * g++.dg/template/deduce2.C: New test.
30 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
32         * gcc.c-torture/execute/20030821-1.c: New test.
34 2003-08-20  Roger Sayle  <roger@eyesopen.com>
36         PR middle-end/11984
37         * gcc.dg/20030820-1.c: New test case.
39 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
41         PR c++/11945
42         * g++.dg/warn/noeffect2.C: New test.
44 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
46         PR c++/10926
47         * g++.dg/template/dtor2.C: New test.
49         PR c++/11684
50         * g++.dg/template/operator1.C: New test.
51         * g++.dg/parse/operator4.C: New test.
53         PR c++/11946.C
54         * g++.dg/expr/enum1.C: New test.
55         * gcc.dg/c99-bool-1.c: Remove bogus warning.
57         PR c++/11036.C
58         * g++.dg/parse/elab2.C: New test.
59         * g++.dg/parse/typedef4.C: Change error message.
60         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
61         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
62         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
64 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
66         * gcc.dg/pch/warn-1.c: New.
67         * gcc.dg/pch/warn-1.hs: New.
69         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
70         not-tested file.
72 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
74         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
76 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
78         * gcc.dg/uninit-D.c: New Test.
79         * gcc.dg/uninit-E.c: New Test.
80         * gcc.dg/uninit-F.c: New Test.
81         * gcc.dg/uninit-G.c: New Test.
83 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
85         * g++.dg/README: Describe the pch directory.
87 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
89         PR c++/11174
90         * g++.dg/parse/access4.C: New test.
91         * g++.dg/parse/access5.C: Likewise.
92         * g++.old-deja/g++.jason/access17.C: Adjust error message.
94 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
96         * gcc.dg/noncompile/20030818-1.c: New.
98 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
100         PR c++/11957
101         * g++.dg/warn/noeffect1.C: New test.
103         * g++.dg/template/scope2.C: New test.
104         * g++.dg/template/error2.C: Correct dg-error
106 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
108         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
110 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
112         PR C++/11512
113         * g++.dg/template/warn1.C: New.
115 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
117         * g++.dg/template/error2.C: New test.
118         * g++.dg/lookup/using7.C: Adjust errors
119         * g++.old-deja/g++.pt/crash36.C: Likewise.
120         * g++.old-deja/g++.pt/derived3.C: Likewise.
122 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
124         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
125         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
126         * gcc.c-torture/execute/builtins/string-9.c: New, from
127         string-opt-9.c.  Adjust for execute/builtins framework.
128         * gcc.c-torture/execute/string-opt-9.c: Delete.
130 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
132         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
134         * g++.dg/parse/ret-type2.C: New test.
136         PR c++/11703
137         * g++.dg/init/new8.C: New test.
139         PR c++/10923
140         * g++.dg/parse/typedef5.C: New test.
142         PR c++/9512
143         * g++.dg/parse/qualified2.C: New test.
144         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
145         invalid code.
147 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
149         * g++.dg/conversion/ptrmem1.C: New test.
151 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
153         PR target/11693
154         * gcc.dg/20030811-1.c: New test.
156         PR target/11535
157         * gcc.c-torture/execute/20030811-1.c: New test.
159 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
161         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
163 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
165         PR c++/11789.C
166         * g++.dg/inherit/multiple1.C: New test.
168 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
170         * gcc.dg/spe1.c: New test.
172         PR c++/11670
173         * g++.dg/expr/cast2.C: New test.
174         
175         PR c++/10530
176         * g++.dg/template/dependent-name2.C: New test.
178 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
180         * g++.dg/parse/crash11.C: Put the dg options in comments.
182 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
184         * lib/gcc-dg.exp: Update for diagnostic change.
186 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
188         PR c++/5767
189         * g++.dg/parse/crash11.C: New test.
191 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
193         * gcc.dg/cpp/spacing1.c: Update.
195 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
197         PR target/11739
198         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
199         a value for -mtune.
201 2003-08-04  Roger Sayle  <roger@eyesopen.com>
203         PR middle-end/11771
204         * gcc.c-torture/compile/20030804-1.c: New test case.
206 2003-08-04  Roger Sayle  <roger@eyesopen.com>
208         * gcc.dg/20030804-1.c: New test case.
210 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
212         * gcc.dg/cpp/separate-1.c: New test.
214 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
216         PR c++/11704
217         * g++.dg/template/dependent-expr2.C: New test.
219         PR c++/11766
220         * g++.dg/expr/ptrmem1.C: New test.
222 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
224         PR c++/9453
225         * g++.dg/template/friend15.C: New test.
227 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
229         * lib/dg-pch.exp: Work round PCH bug.
231 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
233         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
234         builtins.  Move cases from builtins-4.c here.
236         * gcc.dg/torture/builtin-math-1.c: New test taken from
237         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
238         additional cases.
239         
240         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
241         Delete.
243 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
245         PR c++/9447
246         * g++.dg/template/using7.C: New test.
248 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
250         * import1.c, import2.c: New tests.
252 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
254         * g++.dg/eh/crossjump1.C: New test.
256 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
258         PR c++/11697
259         * g++.dg/template/using6.C: New test.
261         PR c++/11744
262         * g++.dg/template/koenig2.C: New test.
264 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
266         PR c++/7983
267         * g++.dg/parse/typedef4.C: New test.
269 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
271         PR c++/8442, c++/8806
272         * g++.dg/template/elab1.C: New test.
273         * g++.dg/template/type2.C: Likewise.
274         * g++.dg/template/ttp3.C: Adjust expected error message.
275         * g++.old-deja/g++.law/visibility13.C: Likewise.
276         * g++.old-deja/g++.niklas/t135.C: Likewise.
277         * g++.old-deja/g++.pt/ttp41.C: Likewise.
278         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
279         template argument.
280         * g++.old-deja/g++.pt/ttp44.C: Likewise.
282 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
284         PR c++/11295
285         * g++.dg/ext/stmtexpr1.C: New test.
287         * g++.dg/opt/tmp1.C: New test.
289         PR c++/11525
290         * g++.dg/parse/constant4.C: New test.
292         PR c++/9447
293         * g++.dg/template/using5.C: New test.
295 2003-07-31  Roger Sayle  <roger@eyesopen.com>
297         * gcc.dg/builtins-27.c: New test case.
299 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
301         * gcc.dg/tls/opt-7.c: New test.
303 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
304         
305         * g++.old-deja/g++.other/crash18.C: Remove.
307 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
309         * g++.dg/template/explicit3.C: New.
310         * g++.dg/template/explicit4.C: New.
311         * g++.dg/template/explicit5.C: New.
313         PR c++/11347
314         * g++.dg/template/memtmpl1.C: New.
316 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
318         PR target/11565
319         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
320         * gcc.dg/i386-387-5.c (dg-options): Likewise.
322 Wed Jul 30 19:13:34 CEST 2003  Jan Hubicka  <jh@suse.cz>
324         * vtgc1.c: Kill.
326 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
328         * gcc.dg/struct-in-proto-1.c: New test.
330 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
332         * gcc.dg/cpp/include2.c: Only expect one message.
334 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
336         PR c++/9447
337         * g++.dg/template/using1.C: New test.
338         * g++.dg/template/using2.C: New test.
339         * g++.dg/template/using3.C: New test.
340         * g++.dg/template/using4.C: New test.
342 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
344         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
345         * gcc.c-torture/execute/string-opt-10.c: Likewise.
347 2003-07-28  Jan Hubicka  <jh@suse.cz>
349         PR c++/11530
350         * g++.dg/opt/call1.C: New test.
352 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
354         PR c++/11667
355         * g++.dg/init/enum2.C: New test.
356         * g++.dg/template/overload1.C: Add "-w" option.
358 2003-07-28    <hp@bitrange.com>
360         * gcc.dg/Wdeclaration-after-statement-1.c,
361         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
363 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
365         * gcc.c-torture/compile/20030725-1.c: New test.
367 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
369         * gcc.dg/20030505.c: Only run for SPE.
370         Remove definition of opaque type.
372 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
374         * g++.dg/template/ptrmem6.C: New test.
376 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
378         * gcc.c-torture/compile/zero-strct-2.c: New test.
380 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
382         * gcc.dg/intermod-1.c: New test.
384 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
386         PR c++/11617
387         * g++.dg/template/lookup2.C: New test.
388         * g++.dg/template/memclass1.C: Remove instantiated from error.
389         * g++.dg/other/error2.C: Tweak expected errors.
391         PR c++/11596
392         * g++.dg/template/defarg3.C: New test.
394         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
396 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
398         * g++.dg/inherit/access5.C: New test.
400 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
402         PR c++/11513
403         * g++.dg/template/crash8.C: New test.
405 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
407         PR c/10602
408         * gcc.dg/noncompile/incomplete-2.c: New test.
410 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
412         PR c++/11645
413         * g++.dg/inherit/access4.C: New test.
415         PR c++/11517
416         * g++.dg/expr/cond2.C: New test.
418         PR optimization/10679
419         * g++.dg/opt/inline4.C: New test.
421 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
423         * g++.dg/parse/crash10: New test.
425 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
427         * g++.dg/ext/flexary1.C: New test.
429 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
431         PR c++/10793
432         * g++.dg/template/crash9.C: New test.
434 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
436         PR c++/3004
437         * g++.dg/parse/typedef3.C: New test.
439         PR c++/7906
440         * g++.dg/parse/operator2.C: New test.
442         PR c++/8895
443         * g++.dg/parse/def-tmpl-arg1.C: New test.
445         PR c++/9282
446         * g++.dg/parse/funptr1.C: New test.
448         PR c++/9452
449         * g++.dg/parse/ambig3.C: New test.
451         PR c++/9454
452         * g++.dg/parse/operator3.C: New test.
454         PR c++/9486
455         * g++.dg/parse/template10.C: New test.
457         PR c++/9488
458         * g++.dg/parse/template11.C: New test.
460         PR c++/10150
461         * g++.dg/parse/invalid-op1.C: New test.
463         PR c++/10247
464         * g++.dg/parse/condexpr1.C: New test.
466 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
468         * g++.dg/ext/packed3.C: New test.
469         * g++.dg/ext/packed4.C: New test.
471         * gcc.dg/pack-test-3.c: New test.
473 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
475         * lib/compat.exp: Handle dg-options per source file.
476         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
477         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
478         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
479         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
480         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
481         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
482         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
483         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
484         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
485         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
486         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
487         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
488         * g++.dg/compat/break/bitfield7_x.C: Ditto.
489         * g++.dg/compat/break/bitfield7_y.C: Ditto.
491 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
493         PR c/10320
494         * gcc.c-torture/execute/20030718-1.c: New test.
496 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
498         PR optimization/11536
499         * gcc.dg/20030721-1.c: New test.
501 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
503         PR c++/11546
504         * g++.dg/template/lookup1.C: New test.
506 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
508         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
509         diagnostics of ill-formed constructs involving labels.
510         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
511         the new 'previously defined here' message.
513 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
515         * g++.dg/parse/non-dependent2.C: New test.
517 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
519         * g++.dg/init/init-ref4.C: xfail on targets without
520         weak symbols.
522 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
524         PR target/11087
525         * gcc.c-torture/execute/20030717-1.c: New test.
527 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
529         * g++.dg/opt/cfg1.C: New test.
531 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
533         PR optimization/11557
534         * gcc.dg/20030717-1.c: New test.
536 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
538         PR c++/10476
539         * g++.dg/expr/crash-1.C: New test.
541         PR c++/11027
542         * g++.dg/template/init3.C: New test.
544         PR c++/8222
545         * g++.dg/template/non-dependent1.C: New test.
547         PR c++/11070
548         * g++.dg/template/non-dependent2.C: New test.
550         PR c++/11071
551         * g++.dg/template/non-dependent3.C: New test.
553         PR c++/9907
554         * g++.dg/template/sizeof5.C: New test.
556 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
558         PR 11498
559         * gcc.c-torture/compile/mangle-1.c: New file.
561 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
563         PR c++/7809
564         * g++.dg/parse/access3.C: New test.
566 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
568         PR c++/11384
569         * g++.dg/init/init-ref4.C: New test.
571 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
573         PR c++/11547
574         * g++.dg/parse/constant3.C: New test.
575         * g++.dg/parse/crash7.C: Likewise.
577 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
579         PR target/11008
580         * gcc.dg/i386-pentium4-not-mull.c: New.
582 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
584         * gcc.dg/asm-names.c (ymain): Make it weak.
586 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
588         PR c++/5421
589         * g++.dg/template/friend21.C: New test.
591 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
593         * gcc.dg/cleanup-8.c: New test.
594         * gcc.dg/cleanup-9.c: New test.
596 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
598         * g++.dg/ext/dll-MI1.h: New file.
599         * g++.dg/ext/dllexport-MI1.C: New file.
600         * g++.dg/ext/dllimport-MI1.C: New file.
602 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
604         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
605         it does not have cmpstrsi patterns (just cmpmemsi).
607 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
609         PR debug/11473
610         * g++.dg/debug/debug8.C: New test.
612 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
614         PR c++/10108
615         * g++.dg/template/crash7.C: New test.
617 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
619         PR target/10795
620         * gcc.c-torture/compile/20030708-1.c: New.
622 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
624         * gcc.c-torture/execute/20030715-1.c: New test.
626 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
628         * gcc.dg/pch/inline-3.c: New file.
629         * gcc.dg/pch/inline-3.hs: New file.
630         * gcc.dg/pch/inline-4.c: New file.
631         * gcc.dg/pch/inline-4.hs: New file.
633 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
635         PR c++/11509
636         * g++.dg/template/crash6.C: New test.
638         PR c++/7053
639         * g++.dg/template/friend20.C: New test.
641         PR c++/7019
642         * g++.dg/template/overload2.C: New test.
644 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
646         PR optimization/11440
647         * gcc.c-torture/execute/20030714-1.c: New test.
649 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
651         PR c++/11154
652         * g++.dg/template/partial2.C: New test.
654 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
656         PR c++/11503
657         * g++.dg/template/anon1.C: New test.
659         PR c++/11493
660         PR c++/11495
661         * g++.dg/parse/template9.C: Likewise.
662         * g++.dg/template/crash4.C: New test.
663         * g++.dg/template/koenig1.C: Likewise.
664         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
665         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
666         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
667         functions.
668         * g++.old-deja/g++.jason/template36.C: Likewise.
669         * g++.old-deja/g++.mike/p1989.C: Likewise.
670         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
671         * g++.old-deja/g++.pt/ttp20.C: Use this->.
672         * g++.old-deja/g++.pt/ttp21.C: Use this->.
673         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
674         compiling.
675         * g++.old-deja/g++.pt/union2.C: Use this->.
677 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
679         * gcc.dg/20030711-1.c: New test.
681 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
683         PR c++/11050
684         * g++.dg/parse/args1.C: New test.
685         * g++.pt/defarg8.C: Change expected errors.
687 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
689         PR c++/8164
690         * g++.dg/template/nontype2.C: New test.
692         PR c++/10558
693         * g++.dg/parse/template8.C: New test.
695         PR c++/8327
696         * g++.dg/template/scope1.C: New test.
698         * g++.dg/warn/Wsign-compare-1.C: New test.
700 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
702         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
704 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
706         PR c++/9411
707         * g++.dg/template/explicit2.C: New test.
709         PR c++/10032
710         * g++.dg/warn/pedantic1.C: New test.
712 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
714         PR c++ 9483
715         * g++.dg/other/field1.C: New test.
717 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
719         PR c/11449
720         * gcc.c-torture/compile/20030707-1.c: New.
722 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
724         PR c++/10849
725         * g++.dg/template/access12.C: New test.
727 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
729         * g++.dg/bprob/bprob.exp (prof_ext): Update.
730         * g77.dg/bprob/bprob.exp (prof_ext): Update.
731         * gcc.misc-tests/bprob.exp (prof_ext): Update.
732         * gcc.misc-tests/gcov.exp: Update
733         * g++.dg/gcov/gcov.exp: Update
734         * lib/gcov.exp: Update.
736 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
738         * g++.dg/abi/mangle17.C: Make sure template expressions are
739         dependent.
740         * g++.dg/abi/mangle4.C: Mark erroneous casts.
741         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
742         * g++.dg/opt/stack1.C: Remove erroneous code.
743         * g++.dg/parse/template7.C: New test.
744         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
745         * g++.old-deja/g++.pt/crash4.C: Likewise.
747 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
749         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
750         with zero or one occurence of `$' after the initial `L'.
752 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
754         * gcc.c-torture/compile/20030704-1.c: Add a comment.
756 2003-07-08  Roger Sayle  <roger@eyesopen.com>
758         PR c/11370
759         * gcc.dg/Wunreachable-6.c: New testcase.
760         * gcc.dg/Wunreachable-7.c: New testcase.
762 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
764         PR c/11420
765         * gcc.dg/20030708-1.c: New test.
767 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
769         * gcc.dg/compat/sdata-section.h: New file.
770         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
771         * gcc.dg/torture/mips-sdata-1.c: New test.
773 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
775         PR c++/11030
776         * g++.dg/template/friend19.C: New test.
778 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
780         * g++.dg/opt/strength-reduce.C: New test.
782 2003-07-07  Roger Sayle  <roger@eyesopen.com>
784         PR target/10979
785         * gcc.dg/20030707-1.c: New testcase.
787 2003-07-07  Roger Sayle  <roger@eyesopen.com>
789         PR optimization/11059
790         * g++.dg/opt/emptyunion.C: New testcase.
792 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
793             Eric Botcazou  <ebotcazou@libertysurf.fr>
795         * g++.dg/opt/stack1.C: New test.
797 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
799         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
800         run test.
802         PR c++/11431
803         * g++.dg/expr/static_cast3.C: New test.
805 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
807         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
808         everywhere.
809         * gcc.dg/concat.c: Concatenation of string constants with
810         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
811         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
812         * gcc.dg/cpp/escape-2.c: Use wide character constants where
813         necessary to avoid multi-character character constant warning.
814         * gcc.dg/cpp/escape.c: Likewise.
815         * gcc.dg/cpp/ucs.c: Likewise.
816         Remove backslashes from dg-bogus comments, as they confuse Tcl.
817         Fix a typo.
819 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
821         PR c/11428
822         * gcc.c-torture/compile/20030704-1.c: New.
824 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
826         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
828 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
830         PR c++/5287, PR c++/7910,  PR c++/11021
831         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
832         tests for warnings.
833         * g++.dg/ext/dllimport2.C: Add tests for warnings.
834         * g++.dg/ext/dllimport3.C: Likewise.
835         * g++.dg/ext/dllimport4.C: New file.
836         * g++.dg/ext/dllimport5.C: New file.
837         * g++.dg/ext/dllimport6.C: New file.
838         * g++.dg/ext/dllimport7.C: New file.
839         * g++.dg/ext/dllimport8.C: New file.
840         * g++.dg/ext/dllimport9.C: New file.
841         * g++.dg/ext/dllimport10.C: New file.
842         * g++.dg/ext/dllexport1.C: New file.
844 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
846         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
847         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
849 2003-07-03  Roger Sayle  <roger@eyesopen.com>
851         * gcc.dg/builtins-25.c: New testcase.
852         * gcc.dg/builtins-26.c: New testcase.
854 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
856         * gcc.dg/compat/vector-defs.h: New file.
857         * gcc.dg/compat/vector-setup.h: New file.
858         * gcc.dg/compat/vector-check.h: New file.
859         * gcc.dg/compat/vector-1_main.c: New file.
860         * gcc.dg/compat/vector-1_x.c: New file.
861         * gcc.dg/compat/vector-1_y.c: New file.
862         * gcc.dg/compat/vector-2_main.c: New file.
863         * gcc.dg/compat/vector-2_x.c: New file.
864         * gcc.dg/compat/vector-2_y.c: New file.
866         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
867         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
868         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
869         * gcc.dg/compat/struct-align-1.h: New file.
870         * gcc.dg/compat/struct-align-1_main.c: New file.
871         * gcc.dg/compat/struct-align-1_x.c: New file.
872         * gcc.dg/compat/struct-align-1_y.c: New file.
873         * gcc.dg/compat/struct-align-2.h: New file.
874         * gcc.dg/compat/struct-align-2_main.c: New file.
875         * gcc.dg/compat/struct-align-2_x.c: New file.
876         * gcc.dg/compat/struct-align-2_y.c: New file.
878         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
879         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
880         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
881         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
882         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
883         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
884         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
885         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
886         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
887         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
888         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
889         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
890         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
891         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
892         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
893         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
894         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
895         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
896         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
897         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
898         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
899         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
900         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
901         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
902         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
903         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
904         * gcc.dg/compat/struct-return-10_x.c: Ditto.
905         * gcc.dg/compat/struct-return-2_x.c: Ditto.
906         * gcc.dg/compat/struct-return-3_x.c: Ditto.
908 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
910         * gcc.dg/i386-call-1.c: New test.
912 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
914         PR c++/9162
915         * g++.dg/parse/defarg4.C: New.
917 2003-07-03  Roger Sayle  <roger@eyesopen.com>
919         PR target/10700
920         * gcc.c-torture/compile/20030703-1.c: New test case.
922 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
924         * g++.dg/template/local3.C: Remove extra semicolon.
926 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
928         * gcc.dg/i386-volatile-1.c: New test.
930 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
932         PR c++/11072
933         * g++.dg/other/offsetof2.C: XFAIL.
934         * g++.dg/other/offsetof5.C: New.
936         PR c++/10219
937         * g++.dg/template/error1.C: New.
939         PR c++/9779
940         * g++.dg/template/dependent-expr1.C: New.
942 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
944         PR c++/6949
945         * g++.dg/template/local3.C: New test.
947         PR c++/11149
948         * g++.dg/lookup/scoped6.C: New test.
950 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
952         PR c++/8046
953         * g++.dg/other/error7.C: New test.
955 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
957         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
958         * g++.old-deja/g++.abi/vtable3.h: Likewise.
959         * g++.old-deja/g++.law/code-gen5.C: Likewise.
960         * g++.old-deja/g++.other/union2.C: Likewise.
961         * gcc.dg/c90-const-expr-2.c: Likewise.
962         * gcc.dg/c90-const-expr-3.c: Likewise.
963         * gcc.dg/c99-const-expr-2.c: Likewise.
964         * gcc.dg/c99-const-expr-3.c: Likewise.
965         * gcc.dg/concat.c: Likewise.
967 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
969         PR c++/9559
970         * g++.dg/init/static1.C: New test.
972 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
974         * Changelog: Remove ">>>>>>>" from previous change.
976 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
978         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
979         * g++.old-deja/g++.other/access2.C: Likewise.
980         * g++.old-deja/g++.other/decl2.C: Likewise.
981         * gcc.c-torture/execute/20020615-1.c: Likewise.
983 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
985         PR c++/4933
986         * g++.dg/template/sizeof4.C: New test.
988 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
990         * g++.dg/other/error6.C: New test.
992 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
994         PR c++/10750
995         * g++.dg/parse/constant2.C: New test.
997 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
999         PR c++/11106
1000         * g++.dg/other/error5.C: New test.
1002 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1004         * gcc.dg/format/gcc_diag-1.c: New test.
1006 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
1008         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
1010 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
1012         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
1013         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
1014         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
1016 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
1018         * gcc.c-torture/execute/builtins/string-8.c: New test.
1019         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
1020         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
1021         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
1023 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1025         PR c++/10468
1026         * g++.dg/ext/typeof6.C: New test.
1028 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1030         PR c++/10796
1031         * g++.dg/init/enum1.C: New test.
1033 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
1035         * gcc.dg/20030627-1.c: New test.
1037 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
1039         PR c++/11332
1040         * g++.dg/expr/static_cast2.C: New test.
1042 2003-06-26  Roger Sayle  <roger@eyesopen.com>
1043             Jakub Jelinek  <jakub@redhat.com>
1045         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
1046         sprintf(dst,"%s",src) optimization.
1047         * gcc.c-torture/execute/20030626-1.c: New test case.
1048         * gcc.c-torture/execute/20030626-2.c: New test case.
1050 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
1052         * gcc.c-torture/execute/multi-ix.c: New test.
1054         * gcc.c-torture/execute/simd-4.c (main):
1055         Added missing semicolon at end of union.
1057 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
1059         PR c++/8266
1060         * g++.dg/template/explicit-instantiation3.C: New test.
1062 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1064         * gcc.dg/20030626-1.c: Use signed char.
1066 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1068         * gcc.dg/20030626-1.c: New test.
1070 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
1072         * const-str-2.m: Update.
1074 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
1076         PR c++/10990
1077         * g++.dg/rtti/dyncast1.C: New test.
1078         * g++.dg/abi/mangle4.C: Correct base-specifier access.
1079         * g++.dg/lookup/scoped1.C: Remove XFAIL.
1080         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
1082         PR c++/10931
1083         * g++.dg/expr/static_cast1.C: New test.
1085 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
1087         * gcc.dg/20030625-1.c: New test.
1089 2003-06-24  Roger Sayle  <roger@eyesopen.com>
1091         * gcc.c-torture/compile/20030624-1.c: New test case.
1093 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
1095         * gcc.c-torture/execute/string-opt-17.c: New test.
1097 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
1099         PR c++/5754
1100         * g++.dg/parse/crash6.C: New test.
1102 2003-06-23  Roger Sayle  <roger@eyesopen.com>
1104         * gcc.dg/builtins-24.c: New test case.
1106 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
1108         * g++.dg/opt/operator1.C: New test.
1110 2003-06-22  Roger Sayle  <roger@eyesopen.com>
1112         * gcc.c-torture/execute/string-opt-16.c: New test case.
1114 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1116         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
1117         * g++.old-deja/g++.other/conv7.C: Likewise
1118         * g++.old-deja/g++.other/overcnv2.C: Likewise.
1119         * g++.old-deja/g++.other/overload14.C: Likewise.
1121 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1123         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
1124         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
1126 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1128         PR c++/10888
1129         * g++.dg/warn/Winline-3.C: New test.
1131 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1133         * lib/target-supports.exp (check_alias_available): Make the test
1134         program acceptable to the Solaris assembler.
1136         PR c++/10749
1137         * g++.dg/template/memclass2.C: New test.
1139 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1140             Eric Botcazou  <ebotcazou@libertysurf.fr>
1142         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
1143         data for non-matching targets.
1144         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
1146 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1148         PR c++/10845
1149         * g++.dg/template/member3.C: New test.
1151 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
1153         PR c++/10939
1154         * g++.dg/template/func1.C: New test.
1156         PR c++/9649
1157         * g++.dg/template/static4.C: New test.
1158         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
1160         PR c++/11041
1161         * g++.dg/init/ref7.C: New test.
1163 2003-06-19  Matt Austern  <austern@apple.com>
1165         PR c++/11228
1166         * g++.dg/anew1.C: New test.
1167         * g++.dg/anew2.C: New test.
1168         * g++.dg/anew3.C: New test.
1169         * g++.dg/anew4.C: New test.
1171 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
1173         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
1175 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
1177         * gcc.c-torture/execute/simd-4.c (main): Make expected value
1178         endian-dependent.
1180 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
1182         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
1183         Remove cruft.
1185 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
1187         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
1188         * gcc.c-torture/compile/961203-1.c: Likewise.
1189         * gcc.c-torture/compile/980506-1.c: Likewise.
1191 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1193         PR c++/10712
1194         * g++.dg/lookup/using7.C: New test.
1196 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1198         PR c++/11105
1199         * g++.dg/abi/conv1.C: Remove it.
1200         * g++.dg/template/conv7.C: New test.
1201         * g++.dg/template/conv8.C: Likewise.
1202         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
1203         conversion operator.
1205 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
1207         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
1208         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1209         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1210         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1211         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1212         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1213         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1214         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1215         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1216         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1217         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1218         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1219         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1220         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1221         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1222         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1223         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1224         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1225         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1226         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1227         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1228         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1229         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1230         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1231         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1232         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1233         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1234         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1235         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1237 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
1239         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
1240         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
1241         indications.
1243 2003-06-16  Roger Sayle  <roger@eyesopen.com>
1245         * gcc.dg/i386-387-5.c: New test case.
1246         * gcc.dg/i386-387-6.c: New test case.
1247         * gcc.dg/builtins-23.c: New test case.
1249 2003-06-15  Roger Sayle  <roger@eyesopen.com>
1251         * gcc.dg/builtins-22.c: New test case.
1252         * gcc.dg/i386-387-1.c: Update to test exp.
1253         * gcc.dg/i386-387-2.c: Likewise.
1255 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1257         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
1259 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1261         * lib/gcc-dg.exp (dg-require-dll): New function.
1262         (dg-xfail-if): Likewise.
1263         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
1264         driver.
1266         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
1267         * gcc.c-torture/compile/20001205-1.c: Likewise.
1268         * gcc.c-torture/compile/20001226-1.c: Likewise.
1269         * gcc.c-torture/compile/20010518-2.c: Likewise.
1270         * gcc.c-torture/compile/20020312-1.c: Likewise.
1271         * gcc.c-torture/compile/20020604-1.c: Likewise.
1272         * gcc.c-torture/compile/920501-12.c: Likewise.
1273         * gcc.c-torture/compile/920501-4.c: Likewise.
1274         * gcc.c-torture/compile/920520-1.c: Likewise.
1275         * gcc.c-torture/compile/920521-1.c: Likewise.
1276         * gcc.c-torture/compile/920625-1.c: Likewise.
1277         * gcc.c-torture/compile/961203-1.c: Likewise.
1278         * gcc.c-torture/compile/980506-1.c: Likewise.
1279         * gcc.c-torture/compile/981006-1.c: Likewise.
1280         * gcc.c-torture/compile/981022-1.c: Likewise.
1281         * gcc.c-torture/compile/981223-1.c: Likewise.
1282         * gcc.c-torture/compile/990617-1.c: Likewise.
1283         * gcc.c-torture/compile/dll.c: Likewise.
1284         * gcc.c-torture/compile/labels-3.c: Likewise.
1285         * gcc.c-torture/compile/mipscop-1.c: Likewise.
1286         * gcc.c-torture/compile/mipscop-2.c: Likewise.
1287         * gcc.c-torture/compile/mipscop-3.c: Likewise.
1288         * gcc.c-torture/compile/mipscop-4.c: Likewise.
1289         * gcc.c-torture/compile/simd-5.c: Likewise.
1290         * gcc.c-torture/compile/20000804-1.x: Remove.
1291         * gcc.c-torture/compile/20001205-1.x: Likewise.
1292         * gcc.c-torture/compile/20001226-1.x: Likewise.
1293         * gcc.c-torture/compile/20010518-2.x: Likewise.
1294         * gcc.c-torture/compile/20020312-1.x: Likewise.
1295         * gcc.c-torture/compile/20020604-1.x: Likewise.
1296         * gcc.c-torture/compile/920501-12.x: Likewise.
1297         * gcc.c-torture/compile/920501-4.x: Likewise.
1298         * gcc.c-torture/compile/920520-1.x: Likewise.
1299         * gcc.c-torture/compile/920521-1.x: Likewise.
1300         * gcc.c-torture/compile/920625-1.x: Likewise.
1301         * gcc.c-torture/compile/961203-1.x: Likewise.
1302         * gcc.c-torture/compile/980506-1.x: Likewise.
1303         * gcc.c-torture/compile/981006-1.x: Likewise.
1304         * gcc.c-torture/compile/981022-1.x: Likewise.
1305         * gcc.c-torture/compile/981223-1.x: Likewise.
1306         * gcc.c-torture/compile/990617-1.x: Likewise.
1307         * gcc.c-torture/compile/mipscop-1.x: Likewise.
1308         * gcc.c-torture/compile/mipscop-2.x: Likewise.
1309         * gcc.c-torture/compile/mipscop-3.x: Likewise.
1310         * gcc.c-torture/compile/mipscop-4.x: Likewise.
1311         * gcc.c-torture/compile/simd-5.x: Likewise.
1313         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
1315 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1317         * gcc.c-torture/execute/20030611-1.c: New test.
1319 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1321         PR middle-end/168
1322         * gcc.dg/20030612-1.c: New test case.
1324 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1326         PR c++/10635
1327         * g++.dg/expr/cast1.C: New test.
1329 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1331         * gcc.dg/builtins-21.c: New test case.
1333 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
1335         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
1336         options instead of at the end.
1337         * lib/objc.exp (objc_target_compile): Likewise.
1339 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
1341         PR c++/10432
1342         * g++.dg/parse/error1.C: New test.
1344 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
1346         * gcc.dg/compat/struct-by-value-11_main.c: New file.
1347         * gcc.dg/compat/struct-by-value-11_x.c: New file.
1348         * gcc.dg/compat/struct-by-value-11_y.c: New file.
1349         * gcc.dg/compat/struct-by-value-12_main.c: New file.
1350         * gcc.dg/compat/struct-by-value-12_x.c: New file.
1351         * gcc.dg/compat/struct-by-value-12_y.c: New file.
1352         * gcc.dg/compat/struct-by-value-13_main.c: New file.
1353         * gcc.dg/compat/struct-by-value-13_x.c: New file.
1354         * gcc.dg/compat/struct-by-value-13_y.c: New file.
1355         * gcc.dg/compat/struct-by-value-14_main.c: New file.
1356         * gcc.dg/compat/struct-by-value-14_x.c: New file.
1357         * gcc.dg/compat/struct-by-value-14_y.c: New file.
1358         * gcc.dg/compat/struct-by-value-15_main.c: New file.
1359         * gcc.dg/compat/struct-by-value-15_x.c: New file.
1360         * gcc.dg/compat/struct-by-value-15_y.c: New file.
1361         * gcc.dg/compat/struct-by-value-16_main.c: New file.
1362         * gcc.dg/compat/struct-by-value-16_x.c: New file.
1363         * gcc.dg/compat/struct-by-value-16_y.c: New file.
1364         * gcc.dg/compat/struct-by-value-17_main.c: New file.
1365         * gcc.dg/compat/struct-by-value-17_x.c: New file.
1366         * gcc.dg/compat/struct-by-value-17_y.c: New file.
1367         * gcc.dg/compat/struct-by-value-18_main.c: New file.
1368         * gcc.dg/compat/struct-by-value-18_x.c: New file.
1369         * gcc.dg/compat/struct-by-value-18_y.c: New file.
1371         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
1372         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
1373         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
1374         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
1375         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
1376         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
1377         * gcc.dg/compat/scalar-return-3_main.c: New file.
1378         * gcc.dg/compat/scalar-return-3_x.c: New file.
1379         * gcc.dg/compat/scalar-return-3_y.c: New file.
1380         * gcc.dg/compat/scalar-return-4_main.c: New file.
1381         * gcc.dg/compat/scalar-return-4_x.c: New file.
1382         * gcc.dg/compat/scalar-return-4_y.c: New file.
1384 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
1386         * gcc.dg/compat/fp2-struct-check.h: New file.
1387         * gcc.dg/compat/fp2-struct-defs.h: New file.
1388         * gcc.dg/compat/fp2-struct-init.h: New file.
1389         * gcc.dg/compat/struct-by-value-10_main.c: New file.
1390         * gcc.dg/compat/struct-by-value-10_x.c: New file.
1391         * gcc.dg/compat/struct-by-value-10_y.c: New file.
1392         * gcc.dg/compat/struct-return-10_main.c: New file.
1393         * gcc.dg/compat/struct-return-10_x.c: New file.
1394         * gcc.dg/compat/struct-return-10_y.c: New file.
1396         * gcc.dg/compat/compat-common.h: New file.
1397         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
1398         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
1399         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
1400         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
1401         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
1402         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
1403         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
1404         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1405         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
1406         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
1407         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1408         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
1409         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
1410         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1411         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
1412         * gcc.dg/compat/small-struct-check.h: Ditto.
1413         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
1414         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1415         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
1416         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
1417         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1418         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
1419         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
1420         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1421         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
1422         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
1423         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1424         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
1425         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
1426         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1427         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
1428         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
1429         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1430         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
1431         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
1432         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1433         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
1434         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
1435         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1436         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
1437         * gcc.dg/compat/struct-return-2_main.c: Ditto.
1438         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1439         * gcc.dg/compat/struct-return-2_y.c: Ditto.
1440         * gcc.dg/compat/struct-return-3_main.c: Ditto.
1441         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1442         * gcc.dg/compat/struct-return-3_y.c: Ditto.
1444 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
1446         * g++.dg/pch/static-1.C: New file.
1447         * g++.dg/pch/static-1.Hs: New file.
1449 2003-06-10  Richard Henderson  <rth@redhat.com>
1451         * gcc.dg/asm-7.c: Adjust expected warning text.
1453 2003-06-10  Roger Sayle  <roger@eyesopen.com>
1455         * gcc.dg/builtins-20.c: New test case.
1457 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
1459         PR c++/11131
1460         * g++.dg/opt/template1.C: New test.
1462 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
1464         * lib/gcc-dg.exp (dg-test): Clear additional_files and
1465         additional_sources.
1467 2003-05-21  David Taylor  <dtaylor@emc.com>
1469         * gcc.dg/Wpadded.c: New file.
1471 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
1473         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
1474         * gcc.dg/special/weak-2.c: Add dg-require-weak.
1475         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
1476         dg-require-weak.
1478 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
1480         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
1482 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
1484         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
1485         (dg-require-alias): Likewise.
1486         (dg-require-gc-sections): Likewise.
1487         * lib/target-supports.exp (check_gc_sections_available): Likewise.
1489 2003-06-08  Richard Henderson  <rth@redhat.com>
1491         * gcc.dg/20011029-2.c: Fix the array reference.
1492         * gcc.dg/asm-7.c: New.
1494 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
1496         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
1498 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
1500         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
1501         (dg-require-gc-sections): Likewise.
1503 Sun Jun  8 16:46:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
1505         * i386-cmov1.c: Fix regular expression.
1506         * i386-cvt-1.c: Likewise.
1507         * i386-local.c: Likewise.
1508         * i386-local2.c: Likewise.
1509         * i386-mul.c: Likewise.
1510         * i386-ssetype-1.c: Likewise.
1511         * i386-ssetype-3.c: Likewise.
1512         * i386-ssetype-5.c: Likewise.
1514 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1516         PR c++/11039
1517         * g++.dg/warn/implicit-typename2.C: New test.
1518         * g++.dg/warn/implicit-typename3.C: New test.
1520 2003-06-07  Richard Henderson  <rth@redhat.com>
1522         * g++.dg/other/offsetof3.C: Use size_t.
1523         * g++.dg/other/offsetof4.C: Likewise.
1525 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
1527         * lib/copy-file.exp: New. Implement gcc_copy_files.
1529         * lib/dg-pch.exp: Load copy-file.exp
1530         (dg-pch): Use gcc_copy_files instead of "file copy".
1532 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
1534         * gcc.dg/weak/weak.exp: Simplify.
1535         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
1536         * gcc.dg/weak/weak-1.c: Likewise.
1537         * gcc.dg/weak/weak-2.c: Likewise.
1538         * gcc.dg/weak/weak-3.c: Likewise.
1539         * gcc.dg/weak/weak-4.c: Likewise.
1540         * gcc.dg/weak/weak-5.c: Likewise.
1541         * gcc.dg/weak/weak-6.c: Likewise.
1542         * gcc.dg/weak/weak-7.c: Likewise.
1543         * gcc.dg/weak/weak-8.c: Likewise.
1544         * gcc.dg/weak/weak-9.c: Likewise.
1546 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
1548         gcc.c-torture/execute/20030606-1.c: New.
1550 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1552         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
1553         * gcc.dg/builtins-19.c: Likewise.
1555 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1557         * gcc.dg/builtins-2.c: Add some more tests.
1558         * gcc.dg/builtins-18.c: New test case.
1559         * gcc.dg/builtins-19.c: New test case.
1561 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1562             Jim Wilson  <wilson@tuliptree.org>
1564         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
1566 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
1568         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
1569         mempcpy/stpcpy calls not to be optimized into something else.
1570         * gcc.c-torture/execute/string-opt-3.c: Moved to...
1571         * gcc.c-torture/execute/builtins/string-7.c: ...here.
1572         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
1574 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1576         * gcc.dg/format/asm_fprintf-1.c: New test.
1578 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
1580         * lib/gcc-defs.exp (additional_sources): New variable.
1581         (dg-additional-sources): New function.
1582         (additional_files): New variable.
1583         (dg-additional-files): New function.
1584         (dg-additional-files-options): Likewise.
1585         * lib/gcc-dg.exp (dg-require-weak): New function.
1586         (dg-require-alias): Likewise.
1587         (dg-require-gc-sections): Likewise.
1588         * lib/target-supports.exp (check_alias_available): Remove testfile
1589         parameter.
1590         (check_gc_sections_available): New function.
1591         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
1592         (dg-gpp-additional-files): Likewise.
1593         * lib/g++.exp (additional_sources): Remove.
1594         (additional_files): Likewise.
1595         (g++_target_compile): Use dg-additional-files-options.
1597         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
1598         Tcl logic.
1599         * gcc.dg/special/ecos.exp: Remove.
1600         * gcc.dg/special/20000419-2.c: Use dg-require-*.
1601         * gcc.dg/special/alias-1.c: Likewise.
1602         * gcc.dg/special/alias-2.c: Likewise.
1603         * gcc.dg/special/gcsec-1.c: Likewise.
1604         * gcc.dg/special/weak-1.c: Likewise.
1605         * gcc.dg/special/weak-2.c: Likewise.
1606         * gcc.dg/special/wkali-1.c: Likewise.
1607         * gcc.dg/special/wkali-2.c: Likewise.
1609         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
1610         dg-gpp-additional-*.
1611         * g++.dg/special/conpr-3.C: Likewise.
1612         * g++.dg/special/conpr-4.C: Likewise.
1613         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
1614         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
1615         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
1616         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
1617         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
1618         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
1619         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
1620         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
1621         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
1622         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
1623         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
1624         * g++.old-deja/g++.other/comdat1.C: Likewise.
1625         * g++.old-deja/g++.other/comdat2.C: Likewise.
1626         * g++.old-deja/g++.other/comdat3.C: Likewise.
1627         * g++.old-deja/g++.other/ctor1.C: Likewise.
1628         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
1630 2003-06-05  Richard Henderson  <rth@redhat.com>
1632         * gcc.dg/debug/20030605-1.c: New.
1634 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
1636         * README.QMTEST: Update.
1638 2003-06-04  Richard Henderson  <rth@redhat.com>
1640         * gcc.dg/cleanup-1.c: New.
1641         * gcc.dg/cleanup-2.c: New.
1642         * gcc.dg/cleanup-3.c: New.
1643         * gcc.dg/cleanup-4.c: New.
1644         * gcc.dg/cleanup-5.c: New.
1645         * gcc.dg/cleanup-6.c: New.
1646         * gcc.dg/cleanup-7.c: New.
1648 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
1650         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
1652         * lib/dg-pch.exp: New file.
1653         * g++.dg/pch/pch.exp: Use dg-pch.exp.
1654         * gcc.dg/pch/pch.exp: Likewise.
1656 2003-06-04  Roger Sayle  <roger@eyesopen.com>
1658         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
1659         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
1660         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
1661         * gcc.dg/builtins-17.c: New test case.
1662         * gcc.dg/i386-387-4.c: New test case.
1663         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
1665 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1667         * gcc.dg/ultrasp9.c: New test.
1669 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1671         * gcc.c-torture/compile/20030604-1.c: New test.
1672         * gcc.dg/sparc-constant-1.c: New test.
1674 2003-06-03  Glen Nakamura  <glen@imodulo.com>
1676         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
1678 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
1680         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
1682         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
1683         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
1685 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
1687         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
1689 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1691         PR c++/10940
1692         * g++.dg/template/spec10.C: New test.
1694 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1696         * gcc.dg/builtins-16.c: New test case.
1698 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
1700         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
1701         mempcpy test with post-increments.
1702         * gcc.c-torture/execute/string-opt-3.c: New test.
1703         * gcc.dg/string-opt-1.c: New test.
1705 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
1707         PR fortran/10965
1708         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
1710 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
1712         * lib/scanasm.exp (dg-scan): New function, factored out of ...
1713         (scan-assembler): ... here.  Use dg-scan.
1714         (scan-assembler-not): Likewise.
1715         (scan-file): New function.
1716         (scan-file-not): Likewise.
1717         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
1718         * gcc.dg/cpp/_Pragma4.c: Likewise.
1719         * gcc.dg/cpp/_Pragma5.c: Likewise.
1720         * gcc.dg/cpp/avoidpaste1.c: Likewise.
1721         * gcc.dg/cpp/avoidpaste2.c: Likewise.
1722         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
1723         * gcc.dg/cpp/cmdlne-P.c: Likewise.
1724         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
1725         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
1726         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
1727         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
1728         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
1729         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
1730         * gcc.dg/cpp/cxxcom1.c: Likewise.
1731         * gcc.dg/cpp/line1.c: Likewise.
1732         * gcc.dg/cpp/maccom1.c: Likewise.
1733         * gcc.dg/cpp/maccom2.c: Likewise.
1734         * gcc.dg/cpp/maccom3.c: Likewise.
1735         * gcc.dg/cpp/maccom4.c: Likewise.
1736         * gcc.dg/cpp/maccom5.c: Likewise.
1737         * gcc.dg/cpp/maccom6.c: Likewise.
1738         * gcc.dg/cpp/multiline.c: Likewise.
1739         * gcc.dg/cpp/spacing1.c: Likewise.
1740         * gcc.dg/cpp/spacing2.c: Likewise.
1741         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
1742         * gcc.dg/cpp/trad/maccom1.c: Likewise.
1743         * gcc.dg/cpp/trad/maccom2.c: Likewise.
1744         * gcc.dg/cpp/trad/maccom3.c: Likewise.
1745         * gcc.dg/cpp/trad/maccom4.c: Likewise.
1746         * gcc.dg/cpp/trad/maccom6.c: Likewise.
1747         * gcc.dg/cpp/cxxcom2.c: Likewise.
1748         * gcc.dg/cpp/cxxcom2.h: New file.
1750         * gcc.dg/cpp/truefalse.cpp: Move it to ...
1751         * g++.dg/cpp/truefalse.C: Here.
1752         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
1754 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
1756         * gcc.dg/cpp/redef3.c: New file.
1758 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1760         * gcc.dg/i386-loop-3.c: New test.
1762 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
1764         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
1766 2003-05-31  Roger Sayle  <roger@eyesopen.com>
1768         * gcc.dg/fwrapv-1.c: New test case.
1769         * gcc.dg/fwrapv-2.c: New test case.
1771 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1773         PR c++/10956
1774         * g++.dg/template/spec9.C: New test.
1776 2003-05-29  Roger Sayle  <roger@eyesopen.com>
1778         * gcc.dg/duff-4.c: New test case.
1780 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
1782         PR fortran/10843
1783         * g77.dg/ffixed-form-1.f: New test
1784         * g77.dg/ffixed-form-2.f: New test
1785         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
1786         * g77.dg/ffree-form-3.f: New test
1788 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
1790         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
1791         * gcc.dg/wint_t-1.c: Likewise.
1793 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1795         * g++.dg/template/access11.C: New test.
1797 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1799         PR c++/10849
1800         * g++.dg/template/access10.C: New test.
1802 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
1803             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1805         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
1807 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
1809         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
1810         suppress for powerpc-*-darwin*.
1811         * gcc.dg/torture/builtin-noret-2.c: Likewise.
1813 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
1815         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
1816         suppress option for powerpc-*-darwin*.
1818 2003-05-23  Roger Sayle  <roger@eyesopen.com>
1820         * gcc.dg/builtins-1.c: Add tests for tan and atan.
1821         * gcc.dg/builtins-4.c: Add test for fmod.
1823 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1825         PR c++/10682
1826         * g++.dg/template/instantiate4.C: New test.
1828 2003-05-22  Roger Sayle  <roger@eyesopen.com>
1830         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
1832 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
1834         * gcc.dg/compat/scalar-return-1_main.c: New file.
1835         * gcc.dg/compat/scalar-return-1_x.c: New file.
1836         * gcc.dg/compat/scalar-return-1_y.c: New file.
1837         * gcc.dg/compat/scalar-return-2_main.c: New file.
1838         * gcc.dg/compat/scalar-return-2_x.c: New file.
1839         * gcc.dg/compat/scalar-return-2_y.c: New file.
1840         * gcc.dg/compat/struct-return-3_main.c: New file.
1841         * gcc.dg/compat/struct-return-3_y.c: New file.
1842         * gcc.dg/compat/struct-return-3_x.c: New file.
1843         * gcc.dg/compat/struct-return-2_main.c: New file.
1844         * gcc.dg/compat/struct-return-2_x.c: New file.
1845         * gcc.dg/compat/struct-return-2_y.c: New file.
1847 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1849         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
1850         for hppa*-hp-hpux*.
1851         * gcc.dg/20021014-1.c (dg-options): Likewise.
1852         * gcc.dg/nest.c (dg-options): Likewise.
1854 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1856         PR c++/9738
1857         * g++.dg/ext/dllimport2.C: New file.
1858         * g++.dg/ext/dllimport3.C: New file.
1860 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
1862         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
1863         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
1864         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1865         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
1866         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1867         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
1868         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
1869         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
1870         * gcc.dg/compat/small-struct-defs.h: New file.
1871         * gcc.dg/compat/small-struct-init.h: New file.
1872         * gcc.dg/compat/small-struct-check.h: New file.
1873         * gcc.dg/compat/fp-struct-defs.h: New file.
1874         * gcc.dg/compat/fp-struct-check.h: New file.
1875         * gcc.dg/compat/fp-struct-init.h: New file.
1876         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
1877         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
1879 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
1881         * gcc.dg/20030225-2.c: New test.
1883 2003-05-18  Roger Sayle  <roger@eyesopen.com>
1884             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1886         * gcc.c-torture/compile/20030518-1.c: New test case.
1888 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
1890         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
1891         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
1892         gcc-dg-debug-runtest.
1893         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
1894         gcc-dg-debug-runtest.
1896 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1898         PR c++/9022
1899         * g++.dg/lookup/using6.C: New test.
1901 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1903         * g++.dg/parse/access2.C: New test.
1905 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
1907         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
1908         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
1909         * gcc.dg/debug/debug.exp: Likewise.
1911 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1913         * gcc.dg/dollar.c: New test.
1915 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
1917         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
1918         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
1919         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
1920         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
1921         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
1922         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
1923         * gcc.dg/compat/struct-by-value-6_main.c: New file.
1924         * gcc.dg/compat/struct-by-value-6_x.c: New file.
1925         * gcc.dg/compat/struct-by-value-6_y.c: New file.
1926         * gcc.dg/compat/struct-by-value-7_main.c: New file.
1927         * gcc.dg/compat/struct-by-value-7_x.c: New file.
1928         * gcc.dg/compat/struct-by-value-7_y.c: New file.
1929         * gcc.dg/compat/struct-by-value-8_main.c: New file.
1930         * gcc.dg/compat/struct-by-value-8_x.c: New file.
1931         * gcc.dg/compat/struct-by-value-8_y.c: New file.
1932         * gcc.dg/compat/struct-by-value-9_main.c: New file.
1933         * gcc.dg/compat/struct-by-value-9_x.c: New file.
1934         * gcc.dg/compat/struct-by-value-9_y.c: New file.
1936 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
1938         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
1939         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
1940         support for "repo" mode.
1941         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
1942         * lib/g77-dg.exp: Likewise.
1943         * lib/obj-dg.exp: Likewise.
1945 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
1947         Merge from gcc-3_2-rhl8-branch:
1948         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
1950         * gcc.dg/tls/opt-6.c: New test.
1952         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
1954         * gcc.dg/20030405-1.c: New test.
1956         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
1958         * gcc.dg/20030309-1.c: New test.
1960         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1962         * gcc.c-torture/execute/20030307-1.c: New test.
1964         2003-02-20  Randolph Chung  <tausq@debian.org>
1966         * gcc.c-torture/compile/20030220-1.c: New test.
1968         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
1970         * gcc.dg/20030217-1.c: New test.
1972         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
1974         * gcc.c-torture/compile/20020129-1.c: New test.
1976         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1978         * gcc.dg/unroll-1.c: New test.
1980         2002-11-16  Jan Hubicka  <jh@suse.cz>
1982         * gcc.c-torture/execute/20020920-1.c: New test.
1984         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
1986         PR target/7434
1987         * gcc.c-torture/compile/20021008-1.c: New test.
1989         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
1991         PR target/7559
1992         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
1994         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
1996         * gcc.c-torture/compile/20020807-1.c: New test.
1998         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
2000         * gcc.dg/tls/opt-1.c: New test.
2002         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
2004         * gcc.dg/20020729-1.c: New test.
2006         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
2008         * g++.dg/opt/life1.C: New test.
2010         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
2012         * gcc.dg/20020525-1.c: New test.
2014         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2016         PR c++/6794
2017         * g++.dg/ext/pretty1.C: New test.
2018         * g++.dg/ext/pretty2.C: New test.
2020 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
2022         PR c++/8385
2023         * g++.dg/ext/typeof5.C: New test.
2025 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
2027         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
2028         __USER_LABEL_PREFIX__ into account.
2029         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
2031 2003-05-14  Roger Sayle  <roger@eyesopen.com>
2033         * gcc.dg/builtins-15.c: New test case.
2035 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
2037         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
2039 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
2041         * lib/g++.exp: Tweak handling of additional source files.
2042         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
2043         * g++.dg/special/conpr-2a.C: Rename to ...
2044         * g++.dg/special/conpr-2a.cc: ... this.
2045         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
2046         * g++.dg/special/conpr-3a.C: Rename to ...
2047         * g++.dg/special/conpr-3a.cc: This.
2048         * g++.dg/special/conpr-3b.C: Rename to ...
2049         * g++.dg/special/conpr-3b.cc: This.
2050         * g++.dg/special/conpr-4.C: New test.
2051         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
2053 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
2055         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
2057 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2059         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
2060         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2061         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
2062         * g++.old-deja/g++.other/warn3.C: Likewise.
2064 2003-05-11  Roger Sayle  <roger@eyesopen.com>
2066         * gcc.dg/i386-387-1.c: Update to also test log.
2067         * gcc.dg/i386-387-2.c: Likewise.
2069 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
2071         * g77.f-torture/execute/int8421.f: New test.
2073 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2075         PR c++/10230, c++/10481
2076         * g++.dg/lookup/scoped5.C: New test.
2078 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2080         PR c++/10552
2081         * g++.dg/template/ttp6.C: New test.
2083 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
2085         * gcc.c-torture/execute/builtins: New directory.
2086         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
2087         gcc.c-torture/execute/builtins.
2088         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
2089         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
2090         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
2091         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
2093 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2095         PR c++/9252
2096         * g++.dg/template/access8.C: New test.
2097         * g++.dg/template/access9.C: New test.
2099 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2101         PR c++/9554
2102         * g++.dg/parse/access1.C: New test.
2104 2003-05-09  DJ Delorie  <dj@redhat.com>
2106         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
2107         long, and not an int.
2109 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2111         PR c++/10555, c++/10576
2112         * g++.dg/template/memclass1.C: New test.
2114 2003-05-08  DJ Delorie  <dj@redhat.com>
2116         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
2117         targets.
2118         * gcc.c-torture/execute/20021024-1.x: Likewise.
2119         * gcc.c-torture/execute/shiftdi.x: Likewise.
2120         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
2121         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
2122         * gcc.dg/20021018-1.c: Likewise.
2124 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2126         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
2128         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
2129         (bcopy): Call memmove.
2131 2003-05-08  Roger Sayle  <roger@eyesopen.com>
2133         * g77.f-torture/compile/8485.f: New test case.
2135 2003-05-07  Richard Henderson  <rth@redhat.com>
2137         PR c++/10570
2138         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
2139         Verify exception_cleanup not called for rethrows.
2140         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
2141         when exiting catch block without rethrowing.
2142         * g++.dg/eh/forced3.C: New.
2143         * g++.dg/eh/forced4.C: New.
2145 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
2147         * gcc.dg/20030505.c: Fix triplet.
2149 2003-05-06  DJ Delorie  <dj@redhat.com>
2151         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
2152         * gcc.dg/nest.c: Likewise.
2154 2003-05-05  Roger Sayle  <roger@eyesopen.com>
2156         * gcc.dg/builtins-14.c: New test case.
2158 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
2160         * lib/compat.exp (compat-execute): New argument.
2161         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
2162         * gcc.dg/compat: New test directory.
2163         * gcc.dg/compat/compat.exp: New expect script.
2164         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
2165         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
2166         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
2167         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
2168         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
2169         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
2171         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
2172         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
2173         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
2174         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
2175         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
2176         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
2177         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
2178         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
2179         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
2180         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
2181         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
2182         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
2183         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
2184         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
2185         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
2187 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
2189         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
2191 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
2193         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
2195 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
2197         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
2198         * gcc.dg/ppc-fsel-2.c: New test.
2200         * gcc.dg/unused-5.c: New test.
2202 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2204         PR c++/10496
2205         * g++.dg/warn/pmf1.C: New test.
2207 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2209         PR c++/4494
2210         * g++.dg/warn/main.C: New test.
2212 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2214         * gcc.dg/nonnull-3.c: New test.
2216 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
2218         * gcc.dg/cpp/Wtrigraphs.c: Update.
2219         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
2221 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
2223         * gcc.dg/ppc-fsel-1.c: New test.
2225 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
2227         PR c/10604
2228         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
2230 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2232         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
2234 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2236         PR c++/9364, c++/10553, c++/10586
2237         * g++.dg/parse/typename4.C: New test.
2238         * g++.dg/parse/typename5.C: Likewise.
2240 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
2242         * gcc.c-torture/compile/20030503-1.c: New test.
2244 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2246         * g++.dg/lookup/using5.C: Fix testcase error.
2248 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
2250         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
2251         since MEABI is no longer supported.  Remove all vestiges
2252         of MEABI from the test.
2254 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2256         PR c++/10554
2257         * g++.dg/lookup/using5.C: New test.
2259 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2261         PR c++/8772
2262         * g++.dg/template/ttp5.C: New test.
2264 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
2266         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
2267         (dg-gpp-additional-sources): New function.
2268         (dg-gpp-additional-files): Likewise.
2269         * lib/g++.exp (additional_sources): New variable.
2270         (additional_files): Likewise.
2271         (g++_target_compile): Deal with them.
2272         * lib/old-dejagnu.exp: Remove.
2273         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
2274         * g++.old-deja: Revise all tests to use dg commands.
2276 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2278         PR c++/9432, c++/9528
2279         * g++.dg/lookup/using4.C: New test.
2281 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
2283         * gcc.dg/noreturn-5.c: New file.
2284         * gcc.dg/noreturn-6.c: New file.
2286         * gcc.c-torture/compile/inline-1.c: New file.
2288 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2290         PR c++/10551
2291         * g++.dg/template/explicit1.C: New test.
2293 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2295         PR c++/10549
2296         * g++.dg/other/bitfield1.C: New test.
2298         PR c++/10527
2299         * g++.dg/init/new7.C: New test.
2301 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2303         * g++.dg/ext/desig1.C: New test.
2304         * g++.dg/ext/init1.C: Update.
2306         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
2308 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
2310         PR c++/10180
2311         * g++.dg/warn/Winline-1.C: New test.
2313 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
2315         * gcc.c-torture/execute/string-opt-19.c: New test.
2317         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
2318         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
2320 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
2322         PR c++/10506
2323         * g++.dg/init/new6.C: New test.
2325         PR c++/10503
2326         * g++.dg/init/ref6.C: New test.
2328 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
2330         * g++.dg/warn/weak1.C: XFAIL on AIX4.
2332 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2334         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
2335         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
2337 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
2339         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
2340         initialized static data members.
2342 2003-04-25  H.J. Lu <hjl@gnu.org>
2344         * gcc.dg/ia64-sync-4.c: New test.
2346 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2348         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
2349         date.
2351 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
2353         PR c++/10337
2354         * g++.dg/warn/conv1.C: New test.
2355         * g++.old-deja/g++.other/conv7.C: Adjust.
2356         * g++.old-deja/g++.other/overload14.C: Adjust.
2358 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2360         PR c++/10471
2361         * g++.dg/template/defarg2.C: New test.
2363 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
2365         * gcc.dg/cpp/include2.c: Update.
2366         * gcc.dg/cpp/multiline-2.c: New.
2367         * gcc.dg/cpp/multiline.c: Update.
2368         * gcc.dg/cpp/strify2.c: Update.
2369         * gcc.dg/cpp/trad/literals-2.c: Update.
2371 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2373         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
2375 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2377         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
2379 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2381         PR c++/10451
2382         * g++.dg/parse/crash4.C: New test.
2384         PR c++/9847
2385         * g++.dg/parse/crash5.C: New test.
2387 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
2389         PR c++/10446
2390         * g++.dg/parse/crash3.C: New test.
2392         PR c++/10428
2393         * g++.dg/parse/elab1.C: New test.
2395 2003-04-22  Devang Patel  <dpatel@apple.com>
2397         * gcc.dg/cpp/trad/funlike-5.c: New test.
2399 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
2401         * g++.dg/other/packed1.C: Fix dg options.
2403 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
2405         * g++.dg/other/offsetof2.C: New test.
2407 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
2409         * g++.dg/template/recurse.C: Adjust location of error messages.
2411 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2413         PR c++/9881
2414         * g++.dg/init/addr-const1.C: New test.
2415         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
2417 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
2419         PR c++/10405
2420         * g++.dg/lookup/struct-hack1.C: New test.
2422 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
2424         * ucs.c: Update diagnostic messages.
2426 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
2428         * gcc.dg/cpp/truefalse.cpp: New test.
2429         * gcc.dg/cpp/cpp.exp: Update.
2430         * g++.dg/other/stdbool-if.C: Remove.
2432 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
2434         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
2435         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
2437 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
2439         * gcc.c-torture/compile/20030418-1.c: New test.
2441 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
2443         * README.compat: Remove; content moved to doc/sourcebuild.texi.
2445 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2447         PR c++/10347
2448         g++.dg/template/dependent-name1.C: New test.
2450 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
2452         * gcc.dg/warn-1.c (tourist_guide): New array,
2453         contains a pointer to bar.
2455 2003-04-16  Roger Sayle  <roger@eyesopen.com>
2457         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
2458         * gcc.c-torture/execute/medce-1.c: New test case.
2459         * gcc.c-torture/execute/medce-2.c: New test case.
2461 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
2463         * lib/prune.exp: Ignore more messages.
2465         PR c++/10381
2466         * g++.dg/parse/lookup3.C: New test.
2468 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
2470         * gcc.c-torture/compile/20030415-1.c : New test.
2472 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
2474         * gcc.c-torture/execute/scope-2.c: Move to ...
2475         * gcc.dg/noncompile/scope.c: .... here.
2477 2003-04-14  Roger Sayle  <roger@eyesopen.com>
2479         * gcc.dg/20030414-2.c: New test case.
2481 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
2483         PR target/10377
2484         * gcc.dg/20030414-1.c: New test.
2486 2003-04-13  Roger Sayle  <roger@eyesopen.com>
2488         * gcc.dg/builtins-12.c: New test case.
2489         * gcc.dg/builtins-13.c: New test case.
2491 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2493         * gcc.c-torture/execute/string-opt-18.c: New test.
2495 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
2497         PR c++/10300
2498         * g++.dg/init/new5.C: New test.
2500 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
2502         PR c++/7910
2503         * g++.dg/ext/dllimport1.C: New test.
2505 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2507         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
2509 2003-04-11  Bud Davis <bdavis9659@comcast.net>
2511         PR Fortran/9263
2512         * g77.f-torture/noncompile/9263.f: New test
2513         PR Fortran/1832
2514         * g77.f-torture/execute/1832.f: New test
2516 2003-04-11  David Chad  <davidc@freebsd.org>
2517             Loren J. Rittle  <ljrittle@acm.org>
2519         libobjc/8562
2520         * objc.dg/headers.m: New test.
2522 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
2524         * gcc.c-torture/execute/builtin-noret-2.c: New.
2525         * gcc.c-torture/execute/builtin-noret-2.x: New.
2526         XFAIL builtin-noret-2.c at -O1 and above.
2527         * gcc.dg/redecl.c: New.
2528         * gcc.dg/Wshadow-1.c: Update error regexps.
2530 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
2532         * g++.dg/abi/bitfield10.C: New test.
2534 2003-04-09  Mike Stump  <mrs@apple.com>
2536         * gcc.dg/pch/pch.exp: Make testcase names longer.
2537         * g++.dg/pch/pch.exp: Make testcase names longer.
2539 2003-04-08  Roger Sayle  <roger@eyesopen.com>
2541         * gcc.dg/builtins-11.c: New test case.
2543 2003-04-08  Roger Sayle  <roger@eyesopen.com>
2545         * gcc.dg/builtins-9.c: New test case.
2546         * gcc.dg/builtins-10.c: New test case.
2548 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
2550         * gcc.dg/noncompile/init-4.c.c: New test.
2552 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
2554         * gcc.misc-test/gcov-9.c: New test.
2555         * gcc.misc-test/gcov-10.c: New test
2556         * gcc.misc-test/gcov-11.c: New test.
2558 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
2560         PR optimization/10024
2561         * gcc.c-torture/compile/20030405-1.c: New test.
2563 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
2565         * gcc.dg/pch/static-3.c: New.
2566         * gcc.dg/pch/static-3.hs: New.
2567         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
2569 2003-04-04  Richard Henderson  <rth@redhat.com>
2571         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
2572         * g++.dg/eh/forced2.C: Likewise.
2574 2003-04-03  Mike Stump  <mrs@apple.com>
2576         * lib/scanasm.exp (scan-assembler): Add xfail processing for
2577         target arg.
2578         (scan-assembler-times, scan-assembler-not): Likewise.
2579         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
2581 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2583         * gcc.dg/sparc-loop-1.c: New test.
2585 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
2587         PR other/9274
2588         * g++.dg/pch/system-2.C: New.
2589         * g++.dg/pch/system-2.Hs: New.
2591 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
2593         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
2595         * g++.dg/eh/simd-1.C (vecfunc): Same.
2597 2003-04-01  Roger Sayle  <roger@eyesopen.com>
2599         * gcc.c-torture/execute/20030401-1.c: New test case.
2601 2003-04-01  Ziemowit Laski <zlaski@apple.com>
2603         * objc.dg/defs.m: New.
2605 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
2607         * g++.dg/eh/simd-1.C: New.
2608         * g++.dg/eh/simd-2.C: New.
2610 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
2612         * gcc.c-torture/execute/simd-3.c: New.
2614 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
2616         PR c/9936
2617         * gcc.dg/20030331-2.c: New test.
2619 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
2621         PR c++/10278
2622         * g++.dg/parse/crash2.C: New test.
2624 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2626         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
2627         * gcc.c-torture/execute/20030331-1.c: ...here.
2629 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2631         * gcc.c-torture/execute/20030331-1.c: New test.
2633 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
2635         * lib/gcov.exp: Adjust call return testing strings.
2636         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
2638 2003-03-31  Roger Sayle  <roger@eyesopen.com>
2640         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
2641         * gcc.dg/builtins-7.c: New test case.
2642         * gcc.dg/builtins-8.c: New test case.
2644 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2646         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
2648 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
2650         PR c++/7647
2651         * g++.dg/lookup-class-member-2.C: New test.
2653 2003-03-30  Glen Nakamura  <glen@imodulo.com>
2655         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
2657 2003-03-28  Roger Sayle  <roger@eyesopen.com>
2659         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
2661 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
2663         * g++.dg/init/attrib1.C: New test.
2665 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2667         * gcc.dg/ultrasp8.c: New test.
2669 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2671         * gcc.dg/ultrasp7.c: New test.
2673 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
2675         PR c++/10047
2676         * g++.dg/template/inline1.C: New test.
2678 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2680         * gcc.dg/sparc-dwarf2.c: New test.
2682 2003-03-27  Roger Sayle  <roger@eyesopen.com>
2684         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
2685         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
2687 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
2689         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
2690         than reading .x files.
2691         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
2692         * g77.dg/gcov/gcov-1.f: Likewise.
2693         * gcc.misc-tests/gcov-4b.c: Likewise.
2694         * gcc.misc-tests/gcov-5b.c: Likewise.
2695         * gcc.misc-tests/gcov-6.c: Likewise.
2696         * gcc.misc-tests/gcov-7.c: Likewise.
2697         * gcc.misc-tests/gcov-8.c: Likewise.
2698         * g++.dg/gcov/gcov-1.x: Remove.
2699         * g77.dg/gcov/gcov-1.x: Likewise.
2700         * gcc.misc-tests/gcov-4b.x: Likewise.
2701         * gcc.misc-tests/gcov-5b.x: Likewise.
2702         * gcc.misc-tests/gcov-6.x: Likewise.
2703         * gcc.misc-tests/gcov-7.x: Likewise.
2704         * gcc.misc-tests/gcov-8.x: Likewise.
2706 2003-03-27  Glen Nakamura  <glen@imodulo.com>
2708         PR opt/10087
2709         * gcc.dg/20030324-1.c: New test.
2711 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
2713         PR c++/10224
2714         * g++.dg/template/arg3.C: New test.
2716         PR c++/10158
2717         * g++.dg/template/friend18.C: New test.
2719 2003-03-26  Roger Sayle  <roger@eyesopen.com>
2721         * g77.f-torture/compile/20030326-1.f: New test case.
2723 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
2725         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
2727         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
2729 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
2731         * gcc.dg/ia64-sync-3.c: New test.
2733 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
2735         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
2737 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2739         * gcc.dg/ultrasp6.c: New test.
2741 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2743         * gcc.dg/i386-signbit-1.c: New test.
2744         * gcc.dg/i386-signbit-2.c: New test.
2745         * gcc.dg/i386-signbit-3.c: New test.
2747 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2749         * gcc.dg/ultrasp5.c: Fix options.
2751 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2753         * gcc.dg/ultrasp5.c: Fix comment.
2755 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
2757         PR fortran/10197
2758         * g77.f-torture/execute/10197.f: New test.
2760 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
2762         PR c++/9898, c++/383
2763         * g++.dg/template/conv6.C: New test.
2765         PR c++/10119
2766         * g++.dg/template/ptrmem5.C: New test.
2768         PR c++/10026
2769         * g++.dg/lookup/koenig1.C: New test.
2771         PR C++/10199
2772         * g++.dg/lookup/template2.C: New test.
2774 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
2776         * g++.dg/opt/rtti1.C: New test.
2778 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2780         * gcc.dg/ultrasp5.c: New test.
2782 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
2784         PR middle-end/9967
2785         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
2786         builtin fputs.
2788 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2790         PR c/8224
2791         * gcc.dg/20030323-1.c: New test.
2793 2003-03-23  Roger Sayle  <roger@eyesopen.com>
2795         * gcc.c-torture/compile/20030323-1.c: New test case.
2797 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
2799         * gcc.dg/20030321-1.c: New test.
2801 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
2803         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
2805 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
2807         PR c++/9978, c++/9708
2808         * g++.dg/ext/vlm1.C: Adjust expected error.
2809         * g++.dg/ext/vla2.C: New test.
2810         * g++.dg/template/arg1.C: New test.
2811         * g++.dg/template/arg2.C: New test.
2813 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
2815         * g77.f-torture/execute/select.f: New test.
2816         * g77.f-torture/noncompile/select_no_compile.f: New test.
2818 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
2820         PR c++/9898
2821         * g++.dg/other/error4.C: New test.
2823 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
2825         * g++.dg/template/friend17.C: New test.
2827 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
2829         * gcc.c-torture/compile/20030320-1.c: New.
2831 2003-03-20  Roger Sayle  <roger@eyesopen.com>
2833         * gcc.dg/builtins-6.c: New test case.
2835 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
2837         PR target/10073
2838         * gcc.c-torture/compile/20030319-1.c: New.
2840 2003-03-18  Jan Hubicka  <jh@suse.cz>
2842         * gcc.dg/i386-cvt-1.c: New test.
2844 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
2846         * objc.dg/naming-1.m: Use "(parse|syntax) error".
2847         * objc.dg/naming-2.m: Likewise.
2849 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
2851         PR c++/9639
2852         * g++.dg/parse/crash1.C: New test.
2854 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
2856         PR c++/8805
2857         * g++.dg/eh/cleanup1.C: New test.
2859 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2861         * gcc.c-torture/execute/20030316-1.c: New test case.
2863 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
2865         PR c++/9629
2866         * g++.dg/init/ctor2.C: New test.
2868 2003-03-15  Roger Sayle  <roger@eyesopen.com>
2870         * g77.f-torture/compile/xformat.f: New test case.
2872 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2874         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
2875         * g++.old-deja/g++.mike/eh50.C: Likewise.
2877 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2879         PR c++/6440
2880         * g++.dg/template/spec7.C: New test.
2881         * g++.dg/template/spec8.C: Likewise.
2883 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
2885         * gcc.c-torture/execute/20030313-1.c: New test.
2887 2003-03-14  Richard Henderson  <rth@redhat.com>
2889         * gcc.dg/inline-2.c: Adjust alpha test for external call.
2891 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
2893         * gcc.c-torture/compile/20030314-1.c: New test.
2895 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
2897         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
2898         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
2899         thumb target,
2900         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
2901         to accept newer _imp__  prefix and additional
2902         newline in .drectve section.
2903         * gcc.dg/dll-4.c: Likewise.
2904         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
2905         switch.
2907 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
2909         * g++.dg/parse/namespace9.C: New test.
2911         * g++.dg/init/ref5.C: New test.
2912         * g++.dg/parse/ptrmem1.C: Likewise.
2914 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2916         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
2917         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
2918         regular expression.
2919         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
2920         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
2922 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
2924         * gcc.c-torture/execute/20030224-2.c: New test.
2926 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2928         * gcc.dg/decl-3.c: New test.
2930 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2932         * gcc.dg/i386-loop-2.c: New test.
2934 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
2936         PR c++/9474
2937         * g++.dg/parse/namespace8.C: New test.
2939         PR c++/9924
2940         * g++.dg/overload/builtin2.C: New test.
2942 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
2944         * gcc.dg/return-type-3.c: New test.
2946 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
2948         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
2949         profiling options are not supported.
2951 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
2953         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
2954         * g++.old-deja/g++.warn/impint2.C: Likewise.
2956 2003-03-10  Devang Patel  <dpatel@apple.com>
2958         * g++.dg/cpp/c++_cmd_1.C: New test.
2959         * g++.dg/cpp/c++_cmd_1.h: New file.
2961 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
2963         * gcc.dg/altivec-9.c: New file.
2965 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2967         * gcc.dg/ppc-sdata-1.c: New test.
2968         * gcc.dg/ppc-sdata-2.c: New test.
2970 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
2972         PR c++/9373
2973         * g++.dg/opt/ptrmem2.C: New test.
2975         PR c++/8534
2976         * g++.dg/opt/ptrmem1.C: New test.
2978 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2980         * gcc.dg/i386-loop-1.c: New test.
2982 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2984         PR c++/9970
2985         * g++.dg/lookup/friend1.C: New test.
2987 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
2989         PR c++/9823
2990         * g++.dg/parser/constructor1.C: New test.
2992 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
2994         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
2996         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
2998 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
3000         * gcc.dg/cpp/Wunused.c: Update test.
3002 2003-03-08  Jan Hubicka  <jh@suse.cz>
3004         * gcc.dg/inline-3.c: New test.
3006 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3008         PR c++/9809
3009         * g++.dg/parse/builtin1.C: New test.
3011         PR c++/9982
3012         * g++.dg/abi/cookie1.C: New test.
3013         * g++.dg/abi/cookie2.C: Likewise.
3015         PR c++/9524
3016         * g++.dg/template/field1.C: New test.
3018         PR c++/9912
3019         * g++.dg/parse/class1.C: New test.
3020         * g++.dg/parse/namespace7.C: Likewise.
3021         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
3023 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
3025         * g++.dg/init/ref4.C: New test.
3027 2003-03-07  Jan Hubicka  <jh@suse.cz>
3029         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
3030         * gcc.dg/inline-3.c:  New test.
3032 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
3034         * g++.dg/init/ref3.C: New test.
3036         PR c++/9965
3037         * g++.dg/init/ref2.C: New test.
3039         PR c++/9400
3040         * g++.dg/warn/Wshadow-2.C: New test.
3042         PR c++/9791
3043         * g++.dg/warn/Woverloaded-1.C: New test.
3045 2003-03-05  Jan Hubicka  <jh@suse.cz>
3047         * gcc.dg/i386-local2.c: New.
3048         * gcc.dg/i386-local.c: Fix typo.
3050 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
3052         * g++.dg/abi/layout3.C: New test.
3054 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3056         * gcc.c-torture/compile/20030305-1.c
3058 2003-03-05  Jan Hubicka  <jh@suse.cz>
3060         * gcc.dg/i386-local.c: New.
3062 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
3064         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
3066 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3068         * gcc.dg/switch-2.c: New test.
3069         * gcc.dg/switch-3.c: New test.
3070         * gcc.dg/Wswitch.c: Adjust line numbers.
3071         * gcc.dg/Wswitch-default.c: Likewise.
3072         * gcc.dg/Wswitch-enum.c: Likewise.
3074 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
3076         * gcc.c-torture/execute/20030222-1.c: New test.
3078 2003-03-03  James E Wilson  <wilson@tuliptree.org>
3080         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
3082 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
3084         PR c++/9878
3085         * g++.dg/init/ref1.C: New test.
3087 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
3089         * gcc.dg/sh-relax.c: New SH-only test.
3091 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
3093         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
3094         comment explaining purpose of testcase.
3096 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3098         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
3099         for HC11/HC12 (asm needs two int registers).
3100         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
3101         HC11/HC12 because the test uses an asm which needs two 32-bit
3102         registers.
3104 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3106         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
3107         for HC11/HC12 (array is too large otherwise).
3108         * gcc.c-torture/compile/920501-4.x: New file, likewise.
3109         * gcc.c-torture/compile/20010518-2.x: Likewise.
3110         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
3111         HC11/HC12 (array is too large).
3113 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
3115         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
3116         * lib/g++-dg.exp (g++-dg-test): Likewise.
3118 2003-03-01  Roger Sayle  <roger@eyesopen.com>
3120         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
3121         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
3123 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3125         * g++.dg/warn/implicit-typename1.C: Remove warning.
3127 2003-02-28  Richard Henderson  <rth@redhat.com>
3129         * gcc.dg/noreturn-1.c: Move noreturn warning line.
3130         * gcc.dg/return-type-1.c: Move control reaches end warning line.
3132 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
3134         * gcc.dg/pch/pch.exp: Change .pch to .gch.
3135         * g++.dg/pch/pch.exp: Likewise.
3137 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
3139         PR c++/9879
3140         * testsuite/g++.dg/init/new4.C: New test.
3142 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
3144         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
3146 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
3148         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
3149         unsigned long.
3151         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
3152         wider than float.
3154 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3156         * lib/scanasm.exp: Add support for counting numbers of
3157         occurences.
3158         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
3159         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
3161 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
3163         PR c++/9683
3164         * g++.dg/template/static3.C: New test.
3166         PR c++/9829
3167         * g++.dg/parse/namespace6.C: New test.
3169 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3171         PR target/9732
3172         * gcc.dg/20030225-1.c: New test.
3174 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
3176         * README: Remove out-of-date information.
3178         PR c++/9836
3179         * g++.dg/template/spec6.C: New test.
3181 2003-02-24  Jeff Law  <law@redhat.com>
3183         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
3185 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3187         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
3188         * gcc.dg/pragma-ep-1.c: Likewise.
3190 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3192         PR c++/9602
3193         * g++.dg/template/friend16.C: New test.
3195 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
3197         PR c++/5333
3198         * g++.dg/parse/fused-params1.C: Adjust error messages.
3199         * g++.dg/template/nested3.C: New test.
3201 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
3203         * g++.dg/abi/param1.C: New test.
3205 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3207         PR c++/7982
3208         * g++.dg/warn/implicit-typename1.C: New test.
3210 2003-02-22  Kelley Cook <kelleycook@comcast.net>
3212         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
3213         with "mtune".
3214         * g++.old-deja/g++.other/store-expr2.C: Likewise.
3215         * gcc.c-torture/execute/20010129-1.x: Likewise.
3216         * gcc.dg/20011107-1.c: Likewise.
3217         * gcc.dg/20020108-1.c: Likewise.
3218         * gcc.dg/20020122-3.c: Likewise.
3219         * gcc.dg/20020206-1.c: Likewise.
3220         * gcc.dg/20020310-1.c: Likewise.
3221         * gcc.dg/20020426-2.c: Likewise.
3222         * gcc.dg/20020517-1.c: Likewise.
3223         * gcc.dg/991230-1.c: Likewise.
3224         * gcc.dg/i386-unroll-1.c: Likewise.
3225         * gcc.misc-tests/i386-prefetch.exp: Likewise.
3227 2003-02-22  Jan Hubicka  <jh@suse.cz>
3229         * gcc.dg/i386-mul.c: New test.
3231 2003-02-21  Roger Sayle  <roger@eyesopen.com>
3233         * gcc.dg/builtins-5.c: New test case.
3235 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
3237         * gcc.dg/asmreg-1.c: New test.
3239 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3241         PR c++/9749
3242         * g++.dg/parse/varmod1.C: New test.
3244 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3246         PR c++/9727
3247         * g++.dg/template/op1.C: New test.
3249 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3251         PR c++/8906
3252         * g++.dg/template/nested2.C: New test.
3254 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3256         PR c++/8724
3257         * g++.dg/expr/dtor1.C: New test.
3259 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3261         * gcc.dg/cpp/include3.c: New test.
3262         * gcc.dg/cpp/inc/foo.h: New file.
3264 2003-02-21  Glen Nakamura  <glen@imodulo.com>
3266         * gcc.c-torture/execute/20030221-1.c: New test.
3268 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
3270         PR c++/9729
3271         * g++.dg/abi/conv1.C: New test.
3273 2003-02-20  Jan Hubicka  <jh@suse.cz>
3275         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
3277 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
3279         * gcc.c-torture/compile/20030219-1.c: New test.
3281 2003-02-18  Jan Hubicka  <jh@suse.cz>
3283         * gcc.dg/funcorder.c: New test.
3285 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3287         * gcc.c-torture/execute/20030218-1.c: New.
3289 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
3291         * gcc.dg/20030218-1.c: New.
3293 2003-02-18  Richard Henderson  <rth@redhat.com>
3295         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
3296         * gcc.dg/attr-used-2.c: New.
3298 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
3300         PR c++/9704
3301         * g++.dg/init/copy5.C: New test.
3303 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
3305         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
3306         * g++.dg/pch/pch.exp: Likewise.
3308 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3310         * gcc.c-torture/execute/20030209-1.c: Enable the test if
3311         STACK_SIZE is not defined.
3313 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3315         PR c++/9457
3316         * g++.dg/template/init1.C: New test.
3318 2003-02-16  Jan HUbicka  <jh@suse.cz>
3320         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
3321         (foo): Add few extra tests
3322         * gcc.dg/c99-const-expr-3.c: Likewise.
3323         * gcc.c-torture/execute/20030216-1.c: New.
3325 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3327         PR c++/9459
3328         * g++.dg/ext/typeof4.C: New test.
3330 2003-02-15  Roger Sayle  <roger@eyesopen.com>
3332         * gcc.dg/i386-387-3.c: New test case.
3334 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
3336         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
3337         cris-*-elf* cris-*-aout* and mmix-*-*.
3339 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
3341         * gcc.dg/20030213-1.c: New test.
3343 2003-02-12  Roger Sayle  <roger@eyesopen.com>
3345         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
3346         * gcc.dg/i386-387-2.c: Likewise.
3348 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
3350         * gcc.dg/ppc-spe.c: Fix formatting.
3351         Enable tests that were previously unsupported by gas.
3352         Delete tests for instructions that no longer exist.
3353         Switch arguments on evsubifw builtin.
3355 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
3357         * gcc.c-torture/execute/20030209-1.c: Disable the test if
3358         STACK_SIZE is too small.
3360 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3361             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
3363         * gcc.dg/decl-2.c: New test.
3365 2003-02-10  Jan Hubicka  <jh@suse.cz>
3367         * gcc.dg/i386-fpcvt-1.c:  New test.
3369 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
3371         * gcc.c-torture/execute/20030209-1.c: New test.
3373 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
3375         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
3376         int-wide bitops, use the constants of the same width.
3377         Likewise, if long long is 32-bit wide, test bitops using
3378         32-bit constants.
3380 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
3382         * gcc.dg/20021014-1.c: Annotate with expected notice text.
3384 2003-02-07  Roger Sayle  <roger@eyesopen.com>
3386         * testsuite/gcc.dg/builtins-4.c: New test case.
3388 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3390         * gcc.dg/20020430-1.c: Fix dg command typos.
3391         * gcc.dg/20020503-1.c: Likewise.
3393 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3395         PR c++/8785
3396         * g++.dg/parse/fused-params1.C: New test.
3398         PR c++/8857
3399         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
3401         PR c++/8921
3402         * g++.dg/parse/non-dependent1.C: New test.
3404         PR c++/8928
3405         * g++.dg/parse/dupl-tmpl-args1.C: New test.
3407         PR c++/9228
3408         * g++.dg/parse/undefined7.C: New test.
3409         * g++.dg/parse/non-templ1.C: New test.
3411         PR c++/9229
3412         * g++.dg/parse/too-many-tmpl-args1.C: New test.
3414 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
3416         * gcc.c-torture/compile/20030206-1.c: New test.
3418 2003-02-05  Roger Sayle  <roger@eyesopen.com>
3420         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
3421         "pow" to "foo" to avoid potential confusion with a math built-in.
3423 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3425         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
3426         conditions for SPARC targets.
3428 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
3430         * gcc.dg/20030204-1.c: New test.
3432 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3434         PR c++/38
3435         * g++.dg/parse/array-size1.C: New test.
3437         PR c++/5657
3438         * g++.dg/parse/undefined3.C: New test.
3440         PR c++/5665
3441         * g++.dg/parse/undefined4.C: New test.
3443         PR c++/5975
3444         * g++.dg/parse/undefined5.C: New test.
3446         PR c++/7259
3447         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
3449         PR c++/8578
3450         * g++.dg/parse/casting-operator1.C: New test.
3452         PR c++/8596
3453         * g++.dg/parse/undefined6.C: New test.
3455         PR c++/8736
3456         * g++.dg/parse/missing-template1.C: New test.
3458 2003-02-04  Jan Hubicka  <jh@suse.cz>
3460         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
3461         * gcc.dg/i386-cmov?.c:  Likewise.
3462         * gcc.dg/i386-fpcvt-?.c:  Likewise.
3463         * gcc.dg/i386-ssefp-1.c:  Likewise.
3464         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
3465         conventions.
3467 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
3469         PR c++/7129
3470         * testsuite/g++.dg/ext/max.C: New test.
3472 2003-02-03  Jan Hubicka  <jh@suse.cz>
3474         * gcc.c-torture/execute/20030203-1.c: New test.
3476 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
3478         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
3479         'natural-endian'.
3481 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
3483         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
3484         * g++.dg/init/new2.C: Likewise.
3485         * g++.dg/other/new1.C: Likewise.
3487 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
3489         * gcc.dg/struct-ret-libc.c: New test.
3491 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
3493         * gcc.dg/20030129-1.c: New test.
3495 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3497         PR c++/8849
3498         * g++.dg/template/ptrmem4.C: New test.
3500 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
3502         * g++.dg/parser/constant1.C: New test.
3504 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3506         PR c++/8591
3507         * g++.dg/parse/friend2.C: New test.
3509 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
3511         PR c++/9437
3512         * g++.dg/template/unify4.C: New test.
3514 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
3516         * gcc.c-torture/execute/20030128-1.c: New test.
3518 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
3520         * g++.dg/lookup/nested1.C: Test moved from ...
3521         * g++.old-deja/g++.other/lookup24.C: ... here.
3523 2003-01-28  Jan Hubicka  <jh@suse.cz>
3525         * gcc.dg/i386-cmov5.c:  New test.
3527 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
3529         * gcc.c-torture/execute/20010925-1.c: Changed the
3530         memcpy declaration.
3532 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
3534         PR c++/3902
3535         * g++.dg/parse/template5.C: New test.
3537 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
3539         PR fortran/9258
3540         * g77.dg/pr9258: New test.
3542 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3544         * README: Move relevant parts from README.g++.
3546         * README.g++: Remove this file.
3548 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
3550         * g++.dg/abi/dcast1.C: New test.
3552 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3554         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
3556 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
3558         PR c++/47
3559         * g++.old-deja/g++.other/lookup24.C: New test.
3561 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3563         PR middle-end/7227
3564         * gcc.dg/uninit-C.c: New test.
3566 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
3568         * g++.dg/abi/covariant1.C: New test.
3570 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
3572         * gcc.dg/20030123-1.c: New test.
3574 2003-01-25  Jan Hubicka  <jh@suse.cz>
3576         PR opt/8492
3577         * gcc.c-torture/compile/20030125-1.c
3579 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
3581         PR c++/9403
3582         * g++.dg/parse/template3.C: New test.
3583         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
3585         PR c++/795
3586         * g++.dg/parse/template4.C: New test.
3588         PR c++/9415
3589         * g++.dg/template/qual2.C: New test.
3591         PR c++/8545
3592         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
3594         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
3596 2003-01-25  Roger Sayle  <roger@eyesopen.com>
3598         * gcc.c-torture/execute/switch-1.c: New test case.
3600 2003-01-25  Jan Hubicka  <jh@suse.cz>
3602         * gcc.c-torture/execute/20030125-1.[cx]: New test.
3604 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
3606         Tweaks for Bison-1.875. From the NEWS file:
3607         "- `parse error' -> `syntax error'
3608         Bison now uniformly uses the term `syntax error'"
3609         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
3610         * gcc.dg/cpp/digraph2.c: Likewise.
3611         * gcc.dg/cpp/direct2.c: Likewise.
3612         * gcc.dg/cpp/paste4.c: Likewise.
3613         * gcc.dg/c90-restrict-1.c: Likewise.
3614         * gcc.dg/c99-func-2.c: Likewise.
3615         * gcc.dg/noncompile/920721-2.c: Likewise.
3616         * gcc.dg/noncompile/930622-2.c: Likewise.
3617         * gcc.dg/noncompile/940112-1.c: Likewise.
3618         * gcc.dg/noncompile/950921-1.c: Likewise.
3619         * gcc.dg/noncompile/951123-1.c: Likewise.
3620         * gcc.dg/noncompile/971104-1.c: Likewise.
3621         * gcc.dg/noncompile/990416-1.c: Likewise.
3623 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
3625         * g++.dg/parse/undefined1.C: Add error message.
3627 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
3629         PR c++/9354
3630         * g++.dg/parse/new1.C: New test.
3632         PR c++/9216
3633         * g++.dg/parse/template2.C: New test.
3635         PR c++/9354
3636         * g++.dg/parse/typedef2.C: New test.
3638         PR c++/9328
3639         * g++.dg/ext/typeof3.C: New test.
3641 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3643         PR c++/2738
3644         * g++.dg/parse/ret-type1.C: New test.
3646         PR c++/3792
3647         * g++.dg/parse/tmpl-outside1.C: New test.
3649         PR c++/4207
3650         * g++.dg/parse/int-as-enum1.C: New test.
3652         PR c++/4903
3653         * g++.dg/parse/no-typename1.C: New test.
3655         PR c++/5533
3656         * g++.dg/parse/no-value1.C: New test.
3658         PR c++/5921
3659         * g++.dg/parse/wrong-inline1.C: New test.
3661         PR c++/6402
3662         * g++.dg/parse/ref1.C: New test.
3664         PR c++/6992
3665         * g++.dg/parse/attr-ctor1.C: New test.
3667         PR c++/7229
3668         * g++.dg/parse/namespace5.C: New test.
3670         PR c++/7917
3671         * g++.dg/parse/func-def1.C: New test.
3673         PR c++/8143
3674         * g++.dg/parse/undefined1.C: New test.
3676         PR c++/5723, PR c++/8522
3677         * g++.dg/parse/specialization1.C: New test.
3679         PR c++/163, PR c++/8595
3680         * g++.dg/parse/struct-as-enum1.C: New test.
3682         PR c++/9173
3683         * g++.dg/parse/undefined2.C: New test.
3685 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
3687         PR c++/9298
3688         * g++.dg/parse/template1.C: New test.
3690         PR c++/9384
3691         * g++.dg/parse/using1.C: New test.
3693         PR c++/9285
3694         PR c++/9294
3695         * g++.dg/parse/expr2.C: New test.
3697         PR c++/9388
3698         * g++.dg/parse/lookup2.C: Likewise.
3700 2003-01-21  Jan Hubicka  <jh@suse.cz>
3702         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
3703         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
3704         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
3705         * gcc.c-torture/execute/string-opt-*.c: Likewise.
3707 2003-01-20  Nick Clifton  <nickc@redhat.com>
3709         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
3710         problem with ARM sibcall code generation.
3712 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3714         * gcc.c-torture/execute/20030120-1.c: New.
3716 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
3718         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
3720 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
3722         PR c++/9272
3723         * g++.dg/parse/ctor1.C: New test.
3725         PR c++/9294:
3726         * g++.dg/parse/qualified1.C: New test.
3728         * g++.dg/parse/typename3.C: New test.
3730 2003-01-16  Richard Henderson  <rth@redhat.com>
3732         * g++.dg/tls/init-2.C: Fix error matches for real this time.
3734 2003-01-16  Richard Henderson  <rth@redhat.com>
3736         * g++.dg/pch/pch.exp: Copy test header to the working directory
3737         before using it either for precompilation or direct use.
3738         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
3739         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
3741 2003-01-16  Richard Henderson  <rth@redhat.com>
3743         * gcc.dg/pch/pch.exp: Copy test header to the working directory
3744         before using it either for precompilation or direct use.
3745         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
3746         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
3748 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
3750         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
3751         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
3752         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
3753         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
3754         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
3755         typename warning into error.
3756         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
3757         error messages.
3758         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
3759         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
3760         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
3761         messages.
3762         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
3763         make declaration visible in template.
3764         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
3765         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
3766         messages.
3767         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
3768         message.
3769         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
3770         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
3771         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
3772         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
3773         typename warning with error message.
3774         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
3775         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
3776         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
3778 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
3780         * g++.dg/parse/ambig2.C: New test.
3782 2003-01-15  Richard Henderson  <rth@redhat.com>
3784         * g++.dg/tls/init-2.C: Update error message string.
3786 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3788         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
3790 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
3792         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
3793         all for HC11/HC12.
3794         * gcc.c-torture/compile/20001205-1.x: Likewise.
3795         * gcc.c-torture/compile/20001226-1.x: Likewise.
3796         * gcc.c-torture/compile/920520-1.x: Likewise.
3797         * gcc.c-torture/compile/961203-1.x: Likewise.
3798         * gcc.c-torture/compile/20020604-1.x: Likewise.
3800 2003-01-15  Jan Hubicka  <jh@suse.cz>
3802         * gcc.c-torture/compile/20030115-1.c: New test.
3804         * gcc.dg/i386-fpcvt-1.c: New test.
3805         * gcc.dg/i386-fpcvt-2.c: New test.
3807 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
3809         Further conform g++'s __vmi_class_type_info to the C++ ABI
3810         specification.
3811         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
3812         the specification.
3814 2003-01-14  Jan Hubicka  <jh@suse.cz>
3816         * gcc.dg/i386-fpcvt-1.c: New test.
3817         * gcc.dg/i386-fpcvt-2.c: New test.
3819 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3821         * gcc.dg/i386-mmx-3.c: New test.
3823 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
3825         PR c++/9264
3826         * g++.dg/parse/octal1.C: New file.
3828         PR c++/9172
3829         * g++.dg/parse/typename1.C: New file.
3831 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
3833         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
3834         * gcc.dg/bf-no-ms-layout.c: Likewise.
3835         * gcc.dg/bf-ms-attrib.c: Likewise.
3837 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
3839         PR c++/9099
3840         * g++.dg/parse/dtor1.C: New file.
3842         PR c++/9128
3843         * g++.dg/rtti/typeid1.C: New file.
3845         PR c++/9153
3846         * g++.dg/parse/lookup1.C: New file.
3848         PR c++/9171
3849         * g++.dg/templ/spec5.C: New file.
3851 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
3853         * gcc.c-torture/compile/20030110-1.c: New test.
3855 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
3857         Merge from pch-branch:
3859         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
3861         * gcc.dg/pch/cpp-1.h: New.
3862         * gcc.dg/pch/cpp-1.c: New.
3863         * gcc.dg/pch/cpp-2.h: New.
3864         * gcc.dg/pch/cpp-2.c: New.
3866         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
3868         * gcc.dg/pch/except-1.h: New.
3869         * gcc.dg/pch/except-1.c: New.
3871         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
3873         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
3874         running test.
3875         * gcc.dg/pch: Include *.hp not *.h.
3876         * gcc.dg/pch/system-1.h: New.
3877         * gcc.dg/pch/system-1.c: New.
3879         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
3881         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
3882         rather than trying to build and run a program using PCH.
3883         * gcc.dg/pch: Remove dg-do commands from test files.
3885         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
3887         * gcc.dg/pch/macro-3.c: New.
3888         * gcc.dg/pch/macro-3.h: New.
3890         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
3892         * gcc.dg/pch/common-1.c: New.
3893         * gcc.dg/pch/common-1.h: New.
3894         * gcc.dg/pch/decl-1.c: New.
3895         * gcc.dg/pch/decl-1.h: New.
3896         * gcc.dg/pch/decl-2.c: New.
3897         * gcc.dg/pch/decl-2.h: New.
3898         * gcc.dg/pch/decl-3.c: New.
3899         * gcc.dg/pch/decl-3.h: New.
3900         * gcc.dg/pch/decl-4.c: New.
3901         * gcc.dg/pch/decl-4.h: New.
3902         * gcc.dg/pch/decl-5.c: New.
3903         * gcc.dg/pch/decl-5.h: New.
3904         * gcc.dg/pch/global-1.c: New.
3905         * gcc.dg/pch/global-1.h: New.
3906         * gcc.dg/pch/inline-1.c: New.
3907         * gcc.dg/pch/inline-1.h: New.
3908         * gcc.dg/pch/inline-2.c: New.
3909         * gcc.dg/pch/inline-2.h: New.
3910         * gcc.dg/pch/static-1.c: New.
3911         * gcc.dg/pch/static-1.h: New.
3912         * gcc.dg/pch/static-2.c: New.
3913         * gcc.dg/pch/static-2.h: New.
3915         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
3917         * g++.dg/pch/pch.exp: Better handle failing testcases.
3918         * gcc.dg/pch/pch.exp: Likewise.
3919         * gcc.dg/pch/macro-1.c: New.
3920         * gcc.dg/pch/macro-1.h: New.
3921         * gcc.dg/pch/macro-2.c: New.
3922         * gcc.dg/pch/macro-2.h: New.
3924         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
3926         * g++.dg/dg.exp: Treat files in pch/ specially.
3927         * g++.dg/pch/pch.exp: New file.
3928         * g++.dg/pch/empty.H: New file.
3929         * g++.dg/pch/empty.C: New file.
3930         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
3931         "precompile".
3933         * gcc.dg/pch/pch.exp: New file.
3934         * gcc.dg/pch/empty.h: New file.
3935         * gcc.dg/pch/empty.c: New file.
3936         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
3937         "precompile".
3939 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3941         * g++.dg/template/friend14.C: New test.
3943 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3945         * gcc.dg/old-style-asm-1.c: New test.
3947 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
3949         * gcc.c-torture/compile/20030109-1.c: New test.
3951 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3953         * gcc.c-torture/execute/20030109-1.c: New test.
3955 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
3957         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
3958         * g++.old-deja/g++.mike/dyncast2.C: Likewise
3959         * g++.old-deja/g++.mike/dyncast3.C: Likewise
3960         * g++.old-deja/g++.mike/eh2.C: Likewise
3961         * g++.old-deja/g++.mike/eh3.C: Likewise
3962         * g++.old-deja/g++.mike/eh5.C: Likewise
3963         * g++.old-deja/g++.mike/eh6.C: Likewise
3964         * g++.old-deja/g++.mike/eh7.C: Likewise
3965         * g++.old-deja/g++.mike/eh8.C: Likewise
3966         * g++.old-deja/g++.mike/eh9.C: Likewise
3967         * g++.old-deja/g++.mike/eh10.C: Likewise
3968         * g++.old-deja/g++.mike/eh12.C: Likewise
3969         * g++.old-deja/g++.mike/eh13.C: Likewise
3970         * g++.old-deja/g++.mike/eh14.C: Likewise
3971         * g++.old-deja/g++.mike/eh16.C: Likewise
3972         * g++.old-deja/g++.mike/eh17.C: Likewise
3973         * g++.old-deja/g++.mike/eh18.C: Likewise
3974         * g++.old-deja/g++.mike/eh21.C: Likewise
3975         * g++.old-deja/g++.mike/eh23.C: Likewise
3976         * g++.old-deja/g++.mike/eh24.C: Likewise
3977         * g++.old-deja/g++.mike/eh25.C: Likewise
3978         * g++.old-deja/g++.mike/eh26.C: Likewise
3979         * g++.old-deja/g++.mike/eh27.C: Likewise
3980         * g++.old-deja/g++.mike/eh28.C: Likewise
3981         * g++.old-deja/g++.mike/eh29.C: Likewise
3982         * g++.old-deja/g++.mike/eh31.C: Likewise
3983         * g++.old-deja/g++.mike/eh33.C: Likewise
3984         * g++.old-deja/g++.mike/eh34.C: Likewise
3985         * g++.old-deja/g++.mike/eh35.C: Likewise
3986         * g++.old-deja/g++.mike/eh36.C: Likewise
3987         * g++.old-deja/g++.mike/eh37.C: Likewise
3988         * g++.old-deja/g++.mike/eh38.C: Likewise
3989         * g++.old-deja/g++.mike/eh39.C: Likewise
3990         * g++.old-deja/g++.mike/eh40.C: Likewise
3991         * g++.old-deja/g++.mike/eh41.C: Likewise
3992         * g++.old-deja/g++.mike/eh42.C: Likewise
3993         * g++.old-deja/g++.mike/eh44.C: Likewise
3994         * g++.old-deja/g++.mike/eh46.C: Likewise
3995         * g++.old-deja/g++.mike/eh47.C: Likewise
3996         * g++.old-deja/g++.mike/eh48.C: Likewise
3997         * g++.old-deja/g++.mike/eh49.C: Likewise
3998         * g++.old-deja/g++.mike/eh50.C: Likewise
3999         * g++.old-deja/g++.mike/eh51.C: Likewise
4000         * g++.old-deja/g++.mike/eh53.C: Likewise
4001         * g++.old-deja/g++.mike/eh55.C: Likewise
4002         * g++.old-deja/g++.mike/p7912.C: Likewise
4003         * g++.old-deja/g++.mike/p9706.C: Likewise
4004         * g++.old-deja/g++.mike/p10416.C: Likewise
4005         * g++.old-deja/g++.mike/p11667.C: Likewise
4006         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
4007         Remove redundant reference to Iris.
4008         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
4009         Elxsi, i860, Pico Java, and WE32K.
4011 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
4013         * g++.dg/ext/asm4.C: New test.
4015 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4017         PR c++/9030
4018         * g++.dg/template/friend12.C: New test.
4019         * g++.dg/template/friend13.C: Likewise.
4020         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
4022 2003-01-08  Jan Hubicka  <jh@suse.cz>
4024         * gcc.dg/i386-cadd.c: New test.
4025         * gcc.dg/i386-cmov4.c: Likewise.
4027 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
4029         PR c++/9165
4030         * g++.dg/warn/Wunused-3.C: New test.
4032         * g++.dg/abi/bitfield9.C: New test.
4034         PR c++/9189
4035         * g++.dg/parse/defarg3.C: New test.
4037 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
4039         * g++.dg/parse/ambig1.C: New test.
4040         * g++.dg/parse/defarg2.C: New test.
4042 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
4044         * g++.dg/template/defarg-1.C: New test.
4045         * g++.dg/template/local2.C: Likewise.
4047 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
4049         * gcc.c-torture/execute/20030105-1.c: New test.
4051 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4053         * g++.dg/parse/namespace3.C: Remove extra semicolons.
4054         * g++.dg/parse/namespace4.C: Likewise.
4056 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
4058         * g++.dg/template/ntp2.C: New test.
4060 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4062         * g++.dg/parse/extern-C-1.C: New test.
4064         * g++.dg/parse/namespace4.C: New test.
4066         * g++.dg/template/nested1.C: New test.
4068         * g++.dg/parse/namespace3.C: New test.
4070 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4072         * g++.dg/lookup/two-stage1.C: New test.
4074 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4076         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
4077         * g++.old-deja/g++.jason/access8.C: Likewise.
4078         * g++.old-deja/g++.other/decl5.C: Likewise.
4080 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4082         * g++.dg/parse/parse7.C: New test.
4084 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
4086         PR c++/2843
4087         * g++.dg/ext/attrib7.C: New test.
4089 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4091         * g++.dg/parse/parse6.C: New test.
4093 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
4095         * gcc.dg/h8300-stack-1.c: New.
4097 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4099         g++.dg/lookup/exception1.C: New test.
4101         g++.dg/lookup/template1.C: New test.
4103         g++.dg/parse/namespace2.C: New test.
4105         g++.dg/parse/parens2.C: New test.
4107 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4109         * g++.dg/parse/parse5.C: New test.
4110         * g++.dg/lookup/scoped4.C: New test.
4112 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4114         * g++.dg/parse/parens1.C: New test.
4116         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
4117         angle-bracket1.C.
4118         * g++.dg/parse/parens2.C: New test.
4120         * g++.dg/lookup/scope-operator1.C: New test.
4122         * g++.dg/parse/operator1.C: New test.
4124 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4126         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
4127         * g++.old-deja/g++.other/access6.C: Likewise.
4128         * g++.old-deja/g++.other/decl1.C: Likewise.
4129         * g++.old-deja/g++.pt/typename12.C: Likewise.
4131 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4133         * g++.dg/parse/namespace1.C: New test.
4135 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4137         * g++.dg/parse/parse4.C: New test.
4139 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4141         * g++.dg/parse/parse3.C: New test.
4143 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4145         * g++.dg/parse/parse2.C: New test.
4147 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4149         * g++.dg/template/friend11.C: New test.
4151 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4153         * g++.dg/parse/parse1.C: New test.
4155 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
4157         * lib/profopt.exp: Change the name of a global variable to avoid
4158         possible clashes with other test suites.
4160 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
4162         * g++.dg/inherit/covariant8.C: New test.
4164 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4166         * g++.dg/init/array9.C: New test.
4168         PR c++/9112
4169         * g++.dg/parse/expr1.C: New test.
4171 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4173         * gcc.c-torture/compile/20021230-1.c: New test.
4175 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
4177         * g++.dg/inherit/covariant5.C: New test.
4178         * g++.dg/inherit/covariant6.C: New test.
4179         * g++.dg/inherit/covariant7.C: New test.
4181 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4183         PR c++/2739
4184         * g++.dg/other/access2.C: New test.
4186 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4188         * g++.dg/other/anon-struct.C: No longer fails
4189         * g++.old-deja/g++.brendan/parse4.C: Likewise.
4190         * g++.old-deja/g++.brendan/parse5.C: Likewise.
4191         * g++.old-deja/g++.brendan/parse6.C: Likewise.
4193 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4195         * g++.dg/parse/angle-bracket.C (main): No longer fails.
4197 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
4199         * g++.dg/eh/spec4.C: Remove stray semicolon.
4200         * g++.dg/expr/pmf-1.C: Change error message.
4201         * g++.dg/ext/asm1.C: Remove stray semicolon.
4202         * g++.dg/ext/typename1.C: Add missing typenames.
4203         * g++.dg/inherit/template-as-base.C: Change error message.
4204         * g++.dg/lookup/scoped1.C: Likewise.
4205         * g++.dg/lookup/scoped2.C: Likewise.
4206         * g++.dg/lookup/using2.C: Likewise.
4207         * g++.dg/other/component1.C: Remove stray semicolon.
4208         * g++.dg/other/do1.C: Change error message.
4209         * g++.dg/other/error2.C: Likewise.
4210         * g++.dg/other/init1.C: Likewise.
4211         * g++.dg/other/packed1.C: Remove stray semicolon.
4212         * g++.dg/other/ptrmem2.C: Change error message.
4213         * g++.dg/parse/parameter-declaration-1.C: Remove line number
4214         marker.
4215         * g++.dg/special/initp1.C: Remove invalid attribute usage.
4216         * g++.dg/template/access3.C: Add typename keyword.
4217         * g++.dg/template/access5.C: Remove stray semicolon.
4218         * g++.dg/template/access6.C: Likewise.
4219         * g++.dg/template/complit1.C: Likewise.
4220         * g++.dg/template/crash1.C: Change error message.
4221         * g++.dg/template/inherit2.C: Remove stray semicolon.
4222         * g++.dg/template/instantiate2.C: Likewise.
4223         * g++.dg/template/instantiate3.C: Change error message.
4224         * g++.dg/template/qual1.C: Remove stray semicolon.
4225         * g++.dg/template/qualttp18.C: Change error message.
4226         * g++.dg/template/ref1.C: Remove stray semicolon.
4227         * g++.dg/template/sizeof1.C (A::value): Declare it.
4228         * g++.dg/template/spec4.C: Change error message.
4229         * g++.dg/template/static1.C: Likewise.
4230         * g++.dg/template/type1.C: Likewise.
4231         * g++.dg/template/typename3.C: Likewise.
4232         * g++.old-deja/g++.benjamin/13478.C: Change error message.
4233         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
4234         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
4235         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
4236         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
4237         named return value extension.
4238         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
4239         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
4240         * g++.old-deja/g++.bob/extern_C.C: Likewise.
4241         * g++.old-deja/g++.bob/inherit2.C: Likewise.
4242         * g++.old-deja/g++.brendan/complex1.C: Likewise.
4243         * g++.old-deja/g++.brendan/copy5.C: Likewise.
4244         * g++.old-deja/g++.brendan/crash13.C: Likewise.
4245         * g++.old-deja/g++.brendan/crash15.C: Likewise.
4246         * g++.old-deja/g++.brendan/crash18.C: Change error message.
4247         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
4248         * g++.old-deja/g++.brendan/crash38.C: Likewise.
4249         * g++.old-deja/g++.brendan/crash50.C: Likewise.
4250         * g++.old-deja/g++.brendan/crash56.C: Likewise.
4251         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
4252         syntax.
4253         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
4254         * g++.old-deja/g++.brendan/crash8.C: Change error message.
4255         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
4256         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
4257         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
4258         * g++.old-deja/g++.brendan/template11.C: Likewise.
4259         * g++.old-deja/g++.brendan/template26.C: Likewise.
4260         * g++.old-deja/g++.brendan/template27.C: Use explicit
4261         specialization syntax.
4262         * g++.old-deja/g++.brendan/template30.C: Likewise.
4263         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
4264         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
4265         non-dependent names.
4266         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
4267         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
4268         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
4269         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
4270         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
4271         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
4272         named return value extension.
4273         * g++.old-deja/g++.ext/namedret2.C: Likewise.
4274         * g++.old-deja/g++.ext/namedret3.C: Likewise.
4275         * g++.old-deja/g++.ext/return1.C: Likewise.
4276         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
4277         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
4278         * g++.old-deja/g++.jason/access8.C: Likewise.
4279         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
4280         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
4281         pseudo-destructor names.
4282         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
4283         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
4284         pseudo-destructor names.
4285         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
4286         * g++.old-deja/g++.jason/overload19.C: Likewise.
4287         * g++.old-deja/g++.jason/overload32.C: Likewise.
4288         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
4289         stray semicolons.
4290         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
4291         * g++.old-deja/g++.jason/return.C: Likewise.
4292         * g++.old-deja/g++.jason/return2.C: Likewise.
4293         * g++.old-deja/g++.jason/shadow1.C: Likewise.
4294         * g++.old-deja/g++.jason/special.C: Use explicit specialization
4295         syntax.
4296         * g++.old-deja/g++.jason/template10.C: Account for use of
4297         non-dependent names.
4298         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
4299         syntax.
4300         * g++.old-deja/g++.jason/template37.C: Likewise.
4301         * g++.old-deja/g++.law/access4.C: Change error messages.
4302         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
4303         pseudo-destructor names.
4304         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
4305         * g++.old-deja/g++.law/ctors9.C: Likewise.
4306         * g++.old-deja/g++.law/cvt22.C: Likewise.
4307         * g++.old-deja/g++.law/dtors5.C: Likewise.
4308         * g++.old-deja/g++.law/global-init1.C: Likewise.
4309         * g++.old-deja/g++.law/missed-error3.C: Likewise.
4310         * g++.old-deja/g++.law/operators28.C: Likewise.
4311         * g++.old-deja/g++.law/visibility28.C: Likewise.
4312         * g++.old-deja/g++.martin/eval1.C: Likewise.
4313         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
4314         name.
4315         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
4316         * g++.old-deja/g++.mike/net34.C: Likewise.
4317         * g++.old-deja/g++.mike/net36.C: Likewise.
4318         * g++.old-deja/g++.mike/ns2.C: Likewise.
4319         * g++.old-deja/g++.mike/p12306.C: Likewise.
4320         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
4321         value extension.
4322         * g++.old-deja/g++.mike/p700.C: Likewise.
4323         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
4324         * g++.old-deja/g++.mike/p710.C: Likewise.
4325         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
4326         value extension.
4327         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
4328         * g++.old-deja/g++.mike/pmf9.C: Likewise.
4329         * g++.old-deja/g++.ns/crash2.C: Likewise.
4330         * g++.old-deja/g++.ns/crash3.C: Likewise.
4331         * g++.old-deja/g++.ns/invalid1.C: Likewise.
4332         * g++.old-deja/g++.ns/ns17.C: Likewise.
4333         * g++.old-deja/g++.ns/template16.C: Likewise.
4334         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
4335         keyword.
4336         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
4337         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
4338         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
4339         named return value extension.
4340         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
4341         * g++.old-deja/g++.other/access4.C: Issue additional error
4342         messages.
4343         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
4344         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
4345         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
4346         * g++.old-deja/g++.other/crash25.C: Change error message.
4347         * g++.old-deja/g++.other/crash4.C: Change error message.
4348         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
4349         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
4350         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
4351         checks.
4352         * g++.old-deja/g++.other/defarg8.C: Likewise.
4353         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
4354         * g++.old-deja/g++.other/dtor10.C: Likewise.
4355         * g++.old-deja/g++.other/incomplete.C: Likewise.
4356         * g++.old-deja/g++.other/linkage7.C: Likewise.
4357         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
4358         lookup algorithm.
4359         * g++.old-deja/g++.other/mangle2.C: Likewise.
4360         * g++.old-deja/g++.other/refinit2.C: Likewise.
4361         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
4362         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
4363         * g++.old-deja/g++.pt/crash28.C: Likewise.
4364         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
4365         syntax.
4366         * g++.old-deja/g++.pt/crash32.C: Change error message.
4367         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
4368         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
4369         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
4370         error message position.
4371         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
4372         * g++.old-deja/g++.pt/defarg8.C: Change error message.
4373         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
4374         syntax.
4375         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
4376         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
4377         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
4378         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
4379         keyword.
4380         * g++.old-deja/g++.pt/explicit31.C: Likewise.
4381         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
4382         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
4383         keyword.
4384         * g++.old-deja/g++.pt/explicit71.C: Change error message.
4385         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
4386         syntax.
4387         * g++.old-deja/g++.pt/friend28.C: Account for use of
4388         non-dependent names.
4389         * g++.old-deja/g++.pt/friend29.C: Likewise.
4390         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
4391         rules.
4392         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
4393         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
4394         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
4395         lookup rules.
4396         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
4397         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
4398         keyword.
4399         * g++.old-deja/g++.pt/memclass20.C: Likewise.
4400         * g++.old-deja/g++.pt/memclass5.C: Likewise.
4401         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
4402         keyword.
4403         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
4404         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
4405         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
4406         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
4407         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
4408         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
4409         keyword.
4410         * g++.old-deja/g++.pt/spec10.C: Likewise.
4411         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
4412         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
4413         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
4414         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
4415         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
4416         * g++.old-deja/g++.pt/ttp62.C: Likewise.
4417         * g++.old-deja/g++.pt/ttp64.C: Likewise.
4418         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
4419         * g++.old-deja/g++.pt/typename15.C: Likewise.
4420         * g++.old-deja/g++.pt/typename22.C: Likewise.
4421         * g++.old-deja/g++.pt/typename6.C: Change error messages.
4422         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
4423         * g++.old-deja/g++.pt/virtual2.C: Likewise.
4424         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
4425         syntax.
4426         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
4427         return value extension.
4428         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
4429         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
4430         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
4431         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
4433 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
4435         * g++.dg/warn/inline1.C: New test.
4436         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
4437         * g++.old-deja/g++.jason/synth10.C: Likewise.
4438         * g++.old-deja/g++.mike/net31.C: Likewise.
4439         * g++.old-deja/g++.mike/p8786.C: Likewise.
4441         * g++.dg/template/friend10.C: New test.
4442         * g++.dg/template/conv5.C: New test.
4444 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
4446         * g++.dg/lookup/scoped3.C: New test.
4448         * g++.dg/lookup/decl1.C: New test.
4449         * g++.dg/lookup/decl2.C: New test.
4451 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4453         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
4454         gcc.c-torture/compile/20021015-1.c,
4455         gcc.c-torture/compile/20021015-2.c,
4456         gcc.c-torture/compile/20021123-1.c,
4457         gcc.c-torture/compile/20021123-2.c,
4458         gcc.c-torture/compile/20021123-3.c,
4459         gcc.c-torture/compile/20021123-4.c,
4460         gcc.c-torture/execute/20021024-1.c: Add tests previously added
4461         only to 3.1 or 3.2 branch.
4463 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
4465         * gcc.dg/i386-bitfield3.c: New test.
4467         * gcc.dg/i386-bitfield2.c: New test.
4469 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
4471         * g++.dg/parse/conv_op1.C: New test.
4473 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
4475         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
4476         approved.
4478 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
4480         * gcc.c-torture/compile/20021220-1.c: New test.
4482 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
4484         * gcc.dg/i386-fastcall-1.c: New.
4486 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4488         * gcc.c-torture/execute/20021219-1.c: New test.
4490 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4492         * gcc.dg/i386-pic-1.c: New test.
4494 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4496         PR c++/8099
4497         * g++.dg/template/friend9.C: New test.
4499 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4501         PR c++/3663
4502         * g++.dg/template/access7.C: New test.
4504 2002-12-18  Nick Clifton  <nickc@redhat.com>
4506         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
4507         the libstdc++-v3 directory has been found.
4509 2002-12-12  Devang Patel <dpatel@apple.com>
4510         * gcc.dg/darwin-ld-1.c: New test.
4511         * gcc.dg/darwin-ld-2.c: New test.
4512         * gcc.dg/darwin-ld-3.c: New test.
4513         * gcc.dg/darwin-ld-4.c: New test.
4514         * gcc.dg/darwin-ld-5.c: New test.
4516 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
4518         * gcc.c-torture/compile/20021212-1.c: New test.
4520 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
4522         * gcc.dg/fshort-wchar: New test.
4524 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
4526         PR c++/8372
4527         * g++.dg/template/dtor1.C: New test.
4529         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
4530         markers.
4532 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
4534         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
4536 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
4538         * g++.dg/template/static1.C: New test.
4539         * g++.dg/template/static2.C: New test.
4540         * g++.old-deja/g++.ext/memconst.C: New test.
4542 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4544         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
4545         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
4546         * g++.dg/special/initp1.C: Likewise.
4548 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
4550         * gcc.c-torture/execute/20021204-1.c: New test.
4552 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
4554         * gcc.dg/ppc-fmadd-1.c: New file.
4555         * gcc.dg/ppc-fmadd-2.c: New file.
4556         * gcc.dg/ppc-fmadd-3.c: New file.
4558 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4560         * gcc.c-torture/compile/20021204-1.c: New test.
4562 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
4564         * g++.dg/inherit/covariant2.C: New test.
4565         * g++.dg/inherit/covariant3.C: New test.
4566         * g++.dg/inherit/covariant4.C: New test.
4567         * g++.dg/inherit/covariant1.C: Remove XFAIL.
4568         * g++.old-deja/g++.robertl/eb17.C: Likewise.
4570 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
4572         PR c++/8688
4573         * g++.dg/init/brace3.C: New test.
4575 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
4577         * gcc.dg/20020210-1.c: Fix a comment typo.
4579 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
4581         PR c++/8720
4582         * g++.dg/parse/defarg1.C: New test.
4584         PR c++/8615
4585         * g++.dg/template/char1.C: New test.
4587         * g++.dg/template/varmod1.C: Fix typo.
4589 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4591         DR 180
4592         * g++.old-deja/g++.pt/crash32.C: Expect error.
4594 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
4596         PR c++/5919
4597         * g++.dg/template/varmod1.C: New test.
4599         PR c++/8727
4600         * g++.dg/inherit/typeinfo1.C: New test.
4602         PR c++/8663
4603         * g++.dg/inherit/typedef1.C: New test.
4605 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
4607         PR c++/8332
4608         PR c++/8493
4609         * g++.dg/template/strlen1.C: New test.
4611         PR c++/8227
4612         * g++.dg/template/ctor2.C: New test.
4614         PR c++/8214
4615         * g++.dg/init/string1.C: New test.
4617         PR c++/8511
4618         * g++.dg/template/friend8.C: New test.
4620 2002-11-29  Joe Buck <jbuck@synopsys.com>
4622         * g++.dg/lookup/anon2.C: New test.
4624 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
4626         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
4627         h8300 port.
4629 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
4631         * gcc.dg/bitfld-6.c: New test.
4633 2002-11-27  Jan Hubicka  <jh@suse.cz>
4635         * gcc.c-torture/execute/20021127.[cx]: New test.
4637 2002-11-26  Jan Hubicka  <jh@suse.cz>
4639         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
4640         quality.
4642 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
4644         * g++.dg/init/brace2.C: New test.
4645         * g++.old-deja/g++.mike/p9129.C: Correct.
4647 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
4649         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
4651 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
4653         * gcc.dg/sibcall-6: New test for indirect sibcalls.
4655 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
4657         * testsuite/g++.dg/abi/empty11.C: New test.
4658         * testsuite/g++.dg/rtti/cv1.C: New test.
4660 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
4662         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
4664 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
4666         * g++.dg/abi/empty10.C: New test.
4668 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
4670         * gcc.c-torture/compile/20021124-1.c: New test.
4672 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
4674         * g++.dg/abi/rtti2.C: New test.
4676 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4678         * gcc.dg/i386-unroll-1.c: New test.
4680 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4682         * gcc.c-torture/compile/20021120-1.c: New test.
4683         * gcc.c-torture/compile/20021120-2.c: New test.
4685 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4687         * gcc.dg/bitfld-5.c: New test.
4689 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4691         * gcc.c-torture/execute/20021120-3.c: New test.
4693 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4695         * gcc.c-torture/execute/20021120-2.c: New test.
4697 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4699         * gcc.c-torture/execute/20021120-1.c: New test.
4701 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
4703         * gcc.c-torture/execute/20021118-3.c: New test.
4705 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4707         * gcc.c-torture/compile/20021119-1.c: New test.
4709 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
4711         * gcc.dg/duff-1.c: New test.
4712         * gcc.dg/duff-2.c: New test.
4713         * gcc.dg/duff-3.c: New test.
4715 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
4717         * gcc.dg/cpp/_Pragma5.c: New test.
4719 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
4721         * gcc.c-torture/execute/20021118-2.c: New test.
4723 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
4725         * gcc.c-torture/execute/20021118-1.c: New test.
4727 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
4729         * gcc.dg/20021116-1.c: New test.
4731 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
4733         * g++.dg/abi/vcall1.C: New test.
4735 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
4737         * gcc.dg/20021029-1.c: New test.
4738         * gcc.dg/20021029-2.c: New test.
4740 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4742         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
4744 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4746         PR c/8439
4747         * gcc.dg/20021110.c: Move to ...
4748         * gcc.c-torture/compile/20021110.c: .... here.
4750 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4752         PR c/8467
4753         * gcc.c-torture/execute/20021111-1.c
4755 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4757         PR c/8439
4758         * gcc.dg/20021110.c: New test.
4760 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
4762         * g++.dg/abi/vthunk3.C: Run only on x86.
4764 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4766         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
4768 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
4770         * lib/compat.exp (compat-execute): Fix logic error in last
4771         change.
4773 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
4775         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
4777 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4779         PR c++/8389
4780         * g++.dg/template/access6.C: New test.
4782 2002-11-08  Jan Hubicka  <jh@suse.cz>
4784         * gcc.dg/i386-ssefp-1.c: New test.
4785         * gcc.dg/i386-ssefp-1.c: New test.
4787 2002-11-08  Jan Hubicka  <jh@suse.cz>
4789         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
4791 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
4793         * g++.dg/abi/vthunk3.C: New test.
4795         PR c++/8338
4796         * g++.dg/template/crash2.C: New test.
4798 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
4800         * testsuite/g++.dg/abi/dtor1.C: New test.
4801         * testsuite/g++.dg/abi/dtor2.C: Likewise.
4803 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
4805         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
4806         Darwin.
4808 2002-11-04  Adam Nemet  <anemet@lnxw.com>
4810         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
4811         -mthumb.  Only xfail with -O0.
4813 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
4815         * g++.dg/abi/thunk1.C: New test.
4816         * g++.dg/abi/thunk2.C: Likewise.
4817         * g++.dg/abi/vtt1.C: Likewise.
4819 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
4821         PR optimization/8423
4822         * gcc.c-torture/execute/builtin-constant.c: New test.
4824 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
4826         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
4827         Add some more cases.
4829 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
4831         PR c++/8391
4832         * g++.dg/opt/local1.C: New test.
4834 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
4836         PR c++/8160
4837         * g++.dg/template/complit1.C: New test.
4839         PR c++/8149
4840         * g++.dg/template/typename4.C: Likewise.
4842 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4844         Core issue 287, PR c++/7639
4845         * g++.dg/template/instantiate1.C: Adjust error location.
4846         * g++.dg/template/instantiate3.C: New test.
4847         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
4848         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
4849         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
4851 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
4853         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
4855 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
4857         PR c++/8287
4858         * g++.dg/init/dtor2.C: New test.
4860 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4862         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
4863         * gcc.dg/nest.c: Bypass errors on irix6.
4865 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
4867         * gcc.dg/nest.c: Expect error for mmix-*-*.
4868         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
4870 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
4872         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
4873         markers.
4875         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
4877 2002-10-25  Mike Stump  <mrs@apple.com>
4879         * gcc.dg/warn-1.c: New test.
4881 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
4883         * g++.dg/template/typename3.C: New test.
4885 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
4887         * g++.dg/lookup/ptrmem1.C: New test.
4889         * g++.dg/abi/vthunk2.C: New test.
4891 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
4893         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
4895 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
4897         * g++.dg/abi/empty9.C: New test.
4899 2002-10-24  Richard Henderson  <rth@redhat.com>
4901         * g++.dg/inherit/thunk1.C: Enable for ia64.
4903 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
4905         PR c++/8067
4906         * g++.dg/lookup/pretty1.C: New test.
4908 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
4910         * gcc.dg/20021023-1.c: New test.
4912 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
4914         PR c++/7679
4915         * g++.dg/parse/inline1.C: New test.
4917 2002-10-23  Richard Henderson  <rth@redhat.com>
4919         * g++.dg/inherit/thunk1.C: Enable for x86_64.
4921         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
4923 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
4925         PR c++/6579
4926         * g++.dg/parse/stmtexpr3.C: New test.
4928 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
4930         * g++.dg/expr/cond1.C: New test.
4932 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
4934         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
4936 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4938         * g++.dg/abi/vbase13.C: New test.
4939         * g++.dg/abi/vbase14.C: Likewise.
4941 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
4943         * gcc.dg/tls/pic-1.c: New test.
4944         * gcc.dg/tls/nonpic-1.c: New test.
4945         * gcc.dg/20021018-1.c: New test.
4947 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
4949         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
4950         Remove only files with the same base name as the test case.
4951         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
4952         (profopt-execute): Likewise.  Also, remove old profiling
4953         and performance data files before running the tests.
4955         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
4956         * g++.dg/bprob/bprob.exp: Likewise.
4957         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
4958         to allow more general test case names.
4960         * g++.dg/bprob/bprob-1.C: Rename to ...
4961         * g++.dg/bprob/g++-bprob-1.C: ... this.
4963         * g77.dg/bprob/bprob-1.f: Rename to ...
4964         * g77.dg/bprob/g77-bprob-1.f: ... this.
4966 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
4968         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
4969         bison 1.50 or later.
4971 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
4973         * g++.dg/README: Describe more test directories.
4975 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4977         * g++.dg/init/array6.C: Add additional tests.
4979 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
4981         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
4982         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
4984 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
4986         * gcc.c-torture/compile/20020604-1.x: New.
4987         * gcc.c-torture/compile/simd-5.x: Likewise.
4988         * gcc.c-torture/execute/920710-1.x: Likewise.
4989         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
4991 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4993         * g++.dg/inherit/override1.C: Add dg-options clause.
4995 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4997         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
4998         _mm_slli_si128.
5000 2002-10-19  Andreas Schwab  <schwab@suse.de>
5002         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
5003         directory component.
5005 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
5007         * g++.dg/inherit/thunk1.C: New test.
5009         * g++.dg/inherit/override1.C: New test.
5011         * g++.dg/abi/mangle11.C: New test.
5012         * g++.dg/abi/mangle14.C: New test.
5013         * g++.dg/abi/mangle17.C: New test.
5015 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
5017         * g++.dg/overload/member2.C: New test.
5019 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
5021         * g++.dg/README: Describe new compat directory.
5022         * g++.dg/dg.exp: Skip tests in compat directory.
5023         * README.compat: New file.
5024         * lib/compat.exp: New expect script.
5025         * g++.dg/compat: New test directory.
5026         * g++.dg/compat/compat.exp: New expect script.
5027         * g++.dg/compat/abi: New test directory.
5028         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
5029         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
5030         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
5031         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
5032         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
5033         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
5034         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
5035         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
5036         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
5037         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
5038         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
5039         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
5040         * g++.dg/compat/break: New test directory.
5041         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
5042         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
5043         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
5044         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
5045         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
5046         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
5047         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
5048         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
5049         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
5050         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
5051         g++.dg/compat/break/README: New files.
5052         * g++.dg/compat/eh: New test directory.
5053         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
5054         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
5055         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
5056         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
5057         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
5058         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
5059         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
5060         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
5061         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
5062         g++.dg/compat/eh/filter2_y.C,
5063         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
5064         g++.dg/compat/eh/new1_y.C,
5065         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
5066         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
5067         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
5068         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
5069         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
5070         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
5071         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
5072         g++.dg/compat/eh/unexpected1_y.C: New files.
5073         * g++.dg/compat/init: New test directory.
5074         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
5075         g++.dg/compat/init/array5_y.C,
5076         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
5077         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
5078         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
5079         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
5080         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
5081         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
5082         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
5083         g++.dg/compat/init/init-ref2_y.C: New files.
5085 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5087         PR c++/7584
5088         * g++.dg/inherit/using3.C: New test.
5090 2002-10-17  Jan Hubicka  <jh@suse.cz>
5092         * gcc.dg/20021017-2.c: New test.
5094 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5096         * g++.dg/abi/mangle16.C: Adjust.
5098         * g++.dg/init/array8.C: New test.
5100 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
5102         * gcc.dg/special/mips-abi.exp: New test.
5103         * gcc.dg/special/mips-abi.s: Empty file used by the above.
5105 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5107         * g++.dg/abi/mangle16.C: New test.
5108         * g++.dg/abi/mangle17.C: Likewise.
5110         PR c++/7478
5111         * g++.dg/template/ref1.C: New test.
5113 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5115         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
5117 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
5119         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
5121 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5123         PR c++/7524
5124         * g++.dg/init/array7.C: New test.
5126 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
5128         * g++.dg/init/array6.C: New test.
5130         * g++.dg/abi/mangle13.C: Likewise.
5131         * g++.dg/abi/mangle14.C: Likewise.
5132         * g++.dg/abi/mangle15.C: Likewise.
5134 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5136         * g++.dg/abi/empty8.C: New test.
5138 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
5140         * g++.dg/init/ctor1.C: New test.
5142 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
5144         * gcc.c-torture/execute/20021015-1.c: New test.
5146 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
5148         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
5150 2002-10-14  Jan Hubicka  <jh@suse.cz>
5152         * gcc.dg/i386-ssetype-[1-5].c: New tests.
5154 2002-10-14  Richard Henderson  <rth@redhat.com>
5156         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
5158 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5160         PR optimization/6631
5161         * g++.dg/opt/const2.C: New test.
5163 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5165         PR c++/7176
5166         * g++.dg/parse/friend1.C: New test.
5167         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
5169 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
5171         * gcc.dg/20021014-1.c: New test.
5173 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
5175         PR c++/5661
5176         * g++.dg/ext/vlm1.C: New test.
5177         * g++.dg/ext/vlm2.C: Likewise.
5179         * g++.dg/init/array1.C: Remove invalid braces.
5180         * g++.dg/init/brace1.C: New test.
5181         * g++.dg/init/copy2.C: Likewise.
5182         * g++.dg/init/copy3.C: Likewise.
5183         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
5184         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
5185         braces.
5187 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
5189         * gcc.dg/cpp/assembler.S: Don't use -ansi.
5191 2002-10-11  Richard Shann  <richard.shann@superh.com>
5193         * gcc.c-torture/compile/simd-5.c: New test.
5195 2002-10-10  Roger Sayle  <roger@eyesopen.com>
5197         * gcc.c-torture/execute/shiftopt-1.c: New test case.
5199 2002-10-10  Jim Wilson  <wilson@redhat.com>
5201         * gcc.c-torture/execute/20021010-1.c: New test.
5203 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
5205         PR c/7353
5206         * g++.dg/ext/typedef-init.C: New test.
5207         * gcc.dg/typedef-init.c: New test.
5209 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
5211         * gcc.dg/cpp/paste13.c: New test.
5213 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5215         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
5216         remaining platforms, XFAIL during compile, not execute.  Don't
5217         XFAIL at -O0.
5219 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
5221         * gcc.dg/alias-1.c: Tweak expected warning.
5223 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
5225         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
5227 2002-10-06  Andreas Jaeger  <aj@suse.de>
5229         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
5230         * gcc.dg/cpp/c++98.C: Likewise.
5232         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
5233         * g++.dg/cpp/c++98.C: Likewise.
5235         * g++.dg/README (Subdirectories): Mention cpp directory.
5237         PR target/7559
5238         * gcc.dg/20021006-1.c: New test.
5240 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5242         PR c++/7804
5243         * g++.dg/other/warning1.C: New test.
5245 2002-10-04  Roger Sayle  <roger@eyesopen.com>
5247         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
5248         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
5249         and sparc-*-* with -m64 as expected failures.  See PR 8087.
5251 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5253         PR c++/7931
5254         * g++.dg/template/ptrmem3.C: New test.
5256         PR c++/7754
5257         * g++.dg/template/union1.C: New test.
5259 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5261         PR c++/8006
5262         * g++.dg/abi/mangle9.C: New test.
5263         * g++.dg/abi/mangle10.C: New test.
5264         * g++.dg/abi/mangle11.C: New test.
5265         * g++.dg/abi/mangle12.C: New test.
5267 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
5269         PR c++/7188.
5270         * g++.dg/template/meminit1.C: New test.
5271         * g++.dg/warn/Wreorder-1.C: Likewise.
5272         * g++.old-deja/g++.mike/warn3.C: Tweak.
5273         * lib/prune.exp: Ingore "in copy constructor".
5275 2002-10-02  Andreas Jaeger  <aj@suse.de>
5277         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
5278         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
5279         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
5280         on x86-64.
5282 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5284         * gcc.dg/empty1.C: Fix typo.
5286 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
5288         * gcc.dg/alias-1.c: New test.
5290 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5292         * gcc.dg/empty1.C: New test.
5294         * g++.dg/tls/init-2.C: Tweak error messages.
5296 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5298         * gcc.c-torture/compile/20020923-1.c: New test.
5300 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
5302         * gcc.c-torture/execute/ffs-1.c: New test.
5303         * gcc.c-torture/execute/ffs-2.c: Ditto.
5305 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
5307         * g++.dg/overload/member1.C: New test.
5309 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
5311         * g++.dg/abi/empty7.C: New test.
5312         * g++.dg/init/pm2.C: Likewise.
5314 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
5316         * g++.dg/rtti/crash1.C: New test.
5318 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
5320         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
5321         gcc.dg/sibcall-4.c: New tests.
5323 2002-09-28  Roger Sayle  <roger@eyesopen.com>
5325         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
5326         powerpc and MMIX targets.
5328 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
5330         * gcc.dg/cpp/20020927-1.c: New.
5332 2002-09-26  David S. Miller  <davem@redhat.com>
5334         * gcc.c-torture/compile/trunctfdf.c: New.
5336 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5338         * lib/target-supports.exp (check_weak_available): Handle solaris2.
5340 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
5342         * gcc.c-torture/execute/loop-15.c: New.
5344 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
5346         * README.QMTEST: Fix typo.
5348 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
5350         * gcc.dg/20020926-1.c: New test.
5352 2002-09-25  David S. Miller  <davem@redhat.com>
5354         PR target/7842
5355         * gcc.c-torture/execute/shiftdi.c: New test.
5357 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
5359         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
5360         unique to the tool.
5361         * lib/g77.exp (g77_init): Likewise.
5362         * lib/g++.exp (g++_init): Likewise.
5363         * lib/objc.exp (objc_init): Likewise.
5365 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
5367         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
5368         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
5369         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
5371 2002-09-25  Richard Henderson  <rth@redhat.com>
5373         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
5374         too-small long double.
5376 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
5378         * gcc.dg/20020919-1.c: New test.
5380 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
5382         * g++.dg/abi/bitfield6.C: New test.
5383         * g++.dg/abi/bitfield7.C: New test.
5384         * g++.dg/abi/bitfield8.C: New test.
5385         * g++.dg/abi/vbase11.C: New test.
5387 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5389         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
5390         hppa*-*-hpux*.  Update test comment.
5392 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
5394         * gcc.dg/tls/struct-1.c: New test.
5396 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
5398         * gcc.dg/cpp/tr-warn2.c: Update.
5400 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
5402         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
5404 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
5406         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
5407         systems.
5409 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
5411         * gcc.c-torture/execute/ieee/mzero3.c: New test.
5413         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
5414         Adjust for c++filt moved to binutils.  Remove spurious duplicate
5415         setting of cxxfilt.
5417 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
5419         * gcc.dg/20020312-2.c: Update for darwin.
5421 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
5423         * g++.old-deja/g++.other/crash32.C: Mark ICE.
5425 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
5427         * objc.dg/comp-types-1.m: New test.
5428         * objc.dg/comp-types-2.m: New test.
5429         * objc.dg/comp-types-3.m: New test.
5430         * objc.dg/comp-types-4.m: New test.
5431         * objc.dg/comp-types-5.m: New test.
5432         * objc.dg/comp-types-6.m: New test.
5434 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5436         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
5438 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
5440         * g++.dg/other/do1.C: New test.
5442         * g++.dg/template/subst1.C: New test.
5444 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
5446         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
5448 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
5450         * g++.dg/template/qualttp20.C: Adjust expected errors.
5451         * g++.old-deja/g++.jason/report.C: Likewise.
5452         * g++.old-deja/g++.other/qual1.C: Likewise.
5454         * g++.dg/lookup/scoped2.C: New test.
5456         * g++.dg/ext/asm3.C: New test.
5458 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
5460         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
5462 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
5464         * ChangeLog: follow spelling conventions.
5465         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
5466         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
5467         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
5468         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
5469         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
5470         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
5471         * g++.old-deja/g++.law/global-init1.C: Likewise.
5472         * g++.old-deja/g++.other/delete4.C: Likewise.
5473         * g++.old-deja/g++.other/inline21.C: Likewise.
5474         * g++.old-deja/g++.other/singleton.C: Likewise.
5475         * g77.dg/strlen0.f: Likewise.
5476         * g77.f-torture/compile/20010519-1.f: Likewise.
5477         * g77.f-torture/compile/980310-4.f: Likewise.
5478         * gcc.c-torture/compile/20000605-1.c: Likewise.
5479         * gcc.c-torture/execute/20020225-1.c: Likewise.
5480         * gcc.dg/c90-hexfloat-2.c: Likewise.
5481         * gcc.dg/c99-bool-1.c: Likewise.
5482         * gcc.dg/c99-hexfloat-2.c: Likewise.
5483         * gcc.dg/dll-2.c: Likewise.
5484         * gcc.dg/wtr-union-init-1.c: Likewise.
5485         * gcc.dg/wtr-union-init-2.c: Likewise.
5486         * gcc.dg/wtr-union-init-3.c: Likewise.
5487         * gcc.dg/cpp/avoidpaste1.c: Likewise.
5488         * gcc.dg/cpp/defined.c: Likewise.
5489         * gcc.dg/cpp/macsyntx.c: Likewise.
5490         * gcc.dg/cpp/paste2.c: Likewise.
5491         * gcc.dg/cpp/trad/defined.c: Likewise.
5492         * gcc.dg/format/c90-printf-1.c: Likewise.
5493         * gcc.dg/format/c90-scanf-1.c: Likewise.
5494         * gcc.dg/format/c99-printf-1.c: Likewise.
5495         * gcc.dg/format/c99-scanf-1.c: Likewise.
5496         * gcc.misc-tests/gcov-8.c: Likewise.
5497         * lib/profopt.exp: Likewise.
5499 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
5501         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
5503 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
5505         * g++.dg/inherit/using2.C: New test.
5507 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
5509         * ChangeLog: Follow spelling conventions.
5510         * g++.dg/template/friend4.C: Likewise.
5511         * g++.old-deja/g++.pt/crash67.C: Likewise.
5512         * gcc.c-torture/execute/20000801-4.c: Likewise.
5513         * gcc.dg/c90-digraph-1.c: Likewise.
5514         * gcc.dg/c94-digraph-1.c: Likewise.
5515         * gcc.dg/c99-digraph-1.c: Likewise.
5516         * gcc.dg/cpp/line5.c: Likewise.
5517         * gcc.dg/cpp/multiline.c: Likewise.
5518         * gcc.dg/cpp/trad/literals-1.c: Likewise.
5519         * gcc.dg/format/attr-3.c: Likewise.
5520         * gcc.dg/format/c90-scanf-3.c: Likewise.
5521         * gcc.dg/format/ext-4.c: Likewise.
5523 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
5525         * g++.dg/template/pretty1.C: New test.
5527 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
5529         * gcc.c-torture/execute/struct-cpy-1.c: New test.
5531 2002-09-13  Matt Austern  <austern@apple.com>
5533         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
5534         passing a cast expression to a function by const reference.
5536 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
5538         * g++.dg/template/deduce1.C: New test.
5540 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
5542         * gcc.c-torture/execute/simd-1.c: Force all use of int to
5543         32-bit int.
5545 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5547         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
5548         usage.
5550 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
5552         * gcc.c-torture/compile/20020910-1.c: New test.
5554 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
5556         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
5558 2002-09-10  Andreas Jaeger  <aj@suse.de>
5560         * gcc.dg/20020312-2.c: Adjust for x86-64.
5562 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
5564         * g77.dg/7388.f: New test case for PR 7388.
5566 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
5568         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
5570 2002-09-05  Ziemowit Laski <zlaski@apple.com>
5572         * objc.dg/proto-lossage-1.m: New test.
5574 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
5576         * gcc.dg/cpp/_Pragma4.c: Fix typo.
5578 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
5580         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
5581         expected to pass.
5583 2002-09-06  Stan Shebs  <shebs@apple.com>
5584             David Edelsohn  <edelsohn@gnu.org>
5586         * gcc.dg/weak: New directory.
5587         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
5588         target-specific xfail bits.
5589         * gcc.dg/typeof-2.c: Move to new directory.
5590         * gcc.dg/weak.exp: New expect script.
5592 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
5594         * gcc.c-torture/execute/extzvsi.c: New test.
5596 2002-09-05  Stan Shebs  <shebs@apple.com>
5598         * gcc.dg/weak-1.c: xfail on Darwin.
5599         * gcc.dg/weak-2.c: Ditto.
5600         * gcc.dg/weak-3.c: Ditto.
5601         * gcc.dg/weak-4.c: Ditto.
5602         * gcc.dg/weak-5.c: Ditto.
5603         * gcc.dg/weak-6.c: Ditto.
5604         * gcc.dg/weak-7.c: Ditto.
5605         * gcc.dg/weak-8.c: Ditto.
5606         * gcc.dg/weak-9.c: Ditto.
5608 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
5610         * gcc.c-torture/execute/loop-14.c: New test.
5612 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
5614         * g++.dg/other/cxa-atexit1.C: New test.
5616         * gcc.dg/typeof-2.c: New test.
5618 2002-09-03  Roger Sayle  <roger@eyesopen.com>
5620         * gcc.dg/builtins-2.c: New testcase.
5621         * gcc.dg/builtins-3.c: New testcase.
5623 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
5625         * gcc.dg/cpp/_Pragma4.c: New test.
5627 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
5629         * objc/execute/nil_method-1.m: New testcase.
5631 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
5633         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
5634         [Object class], not [Object initialize].
5636 2002-08-31  Roger Sayle  <roger@eyesopen.com>
5637             Hans-Peter Nilsson  <hp@bitrange.com>
5639         * gcc.c-torture/execute/20020720-1.x: Skip test on
5640         mmix-knuth-mmixware.  Correct comment.
5642 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
5644         * testsuite/g++.dg/abi/bitfield5.C: New test.
5645         * testsuite/g++.dg/abi/vbase10.C: Likewise.
5647 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
5649         * objc.dg/undeclared-selector.m: New test.
5651 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
5653         * g++.dg/other/offsetof1.C: Avoid cast warning.
5655 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
5657         * objc.dg/super-class-2.m: New test.
5659 2002-08-24  Matt Austern  <austern@apple.com>
5661         * g++.dg/ext/lvaddr.C: New test.
5662         * g++.dg/ext/lvcast.C: New test.
5664 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
5666         * testsuite/g++.dg/inherit/cond1.C: New test.
5668 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
5670         * gcc.dg/noncompile/incomplete-1.c: New test.
5672 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
5674         * gcc.dg/typespec-1.c: New test.
5676 2002-08-20  Devang Patel  <dpatel@apple.com>
5677         * objc.dg/proto-hier-2.m: New test.
5679 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
5681         * objc.dg/bitfield-1.m: New test.
5682         * objc.dg/bitfield-2.m: New test.
5684 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
5686         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
5687         gcc.dg/c99-flex-array-4.c: New tests.
5689 2002-08-16  Stan Shebs  <shebs@apple.com>
5691         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
5693 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
5695         * gcc.dg/typeof-1.c: New test.
5696         * g++.dg/ext/typeof2.C: New test.
5698 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
5700         * g++.dg/other/offsetof1.C: New test.
5702 2002-08-14  Richard Henderson  <rth@redhat.com>
5704         * gcc.dg/tls/diag-3.c: Fix expected message strings.
5706 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
5708         * gcc.dg/cpp/_Pragma3.c: New test.
5710 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
5712         * g++.dg/template/inherit3: New test.
5714 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
5716         * gcc.dg/bitfld-4.c: Add blank options.
5718 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
5720         * g++.dg/template/crash1.C: New test.
5722 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
5724         * gcc.dg/tls/opt-2.c: New test.
5726 2002-08-08  Devang Patel  <dpatel@apple.com>
5728         * objc.dg/selector-1.m : New test
5730 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
5732         * g++.dg/abi/bitfield4.C: New test.
5733         * gcc.dg/bitfld-4.c: New test.
5735 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
5737         * g++.dg/other/packed1.C: New test.
5739 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
5741         * g++.dg/abi/offsetof.C: Tweak error messages.
5742         * g++.old-deja/g++.mike/p10769a.C: Likewise.
5744 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
5746         * gcc.dg/bitfld-3.c: New test.
5748 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
5749             Richard Henderson  <rth@redhat.com>
5751         * gcc.dg/i386-bitfield1.c: New test.
5752         * g++.dg/abi/bitfield3.C: Update.
5754 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
5756         * objc.dg/const-str-2.m: Update.
5757         * gcc.dg/cpp/c++98.c: Change to C extension.
5758         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
5759         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
5761 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
5763         * testsuite/gcc.dg/tls/diag-3.c: New.
5765 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
5767         * g++.dg/README (Subdirectories): Document new subdir expr.
5768         * g++.dg/expr/pmf-1.C: New test.
5770 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
5772         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
5774 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
5776         * g++.dg/abi/bitfield3.C: New test.
5778 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
5780         * lib/gcov.exp: Tweak expected line formats.
5781         * gcc.misc-tests/gcov8.c: New test.
5782         * gcc.misc-tests/gcov8.x: New flags.
5784 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
5786         * consistency.vlad/layout/endian.c: Include string.h.
5788         * gcc.c-torture/execute/20020805-1.c: New test.
5790 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
5792         * g++.dg/other/conversion1.C: New test.
5794 2002-08-03  Roger Sayle  <roger@eyesopen.com>
5796         * gcc.dg/builtins-1.c: New testcase.
5798 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
5800         * g++.dg/inherit/access3.C: New test.
5802 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
5804         * gcc.dg/ia64-visibility-2.c: New test.
5806 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
5808         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
5809         __qualifier_flags to __flags.
5811 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
5813         * g++.dg/inherit/operator1.C: New test.
5814         * g++.dg/lookup/disamb1.C: Fix typo in comment.
5815         * g++.dg/other/error1.C: Change expected error message.
5816         * g++.dg/template/conv4.C: Likewise.
5818 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
5820         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
5821         for documented behavior.
5823 2002-07-25  Roger Sayle  <roger@eyesopen.com>
5825         * gcc.c-torture/execute/20020720-1.x: Skip this test on
5826         several targets known to fail.
5828 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
5830         * gcc.dg/mips-args-[123].c: New tests.
5832 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
5834         * gcc.dg/ppc-spe.c: New.
5836 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
5838         * g++.dg/other/ptrmem4.C: New testcase.
5840 2002-07-24  Richard Henderson  <rth@redhat.com>
5842         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
5844 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
5846         * g++.dg/ext/alignof1.C (main): Return 0 for success.
5848 2002-07-24  Roger Sayle  <roger@eyesopen.com>
5850         * gcc.c-torture/execute/memset-3.c: New testcase.
5852 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
5854         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
5855         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
5857 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5859         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
5860         Delete.
5862 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
5864         * gcc.c-torture/compile/simd-4.c: New test.
5866 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5868         PR c++/7347, c++/7348
5869         * g++.dg/template/access4.C: New test.
5870         * g++.dg/template/access5.C: New test.
5871         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
5872         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
5873         * g++.old-deja/g++.pt/ttp58.C: Likewise.
5874         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
5876 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
5878         * gcc.dg/gnu89-init-2.c: New test.
5880 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
5882         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
5884 2002-07-20  Roger Sayle  <roger@eyesopen.com>
5886         * gcc.c-torture/execute/20020720-1.c: New testcase.
5888 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
5890         * gcc.dg/cpp/Wsignprom.c: New tests.
5892 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
5894         * gcc.c-torture/execute/loop-13.c: New test.
5896 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
5898         * gcc.dg/cpp/expr.c: New tests.
5900 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
5902         * g++.dg/opt/pr6713.C: Add template instantiation.
5904 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
5906         * gcc.dg/nest.c: New test.
5908 2002-07-17  Richard Henderson  <rth@redhat.com>
5910         * g++.dg/opt/pr6713.C: New test.
5912 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
5914         * gcc.c-torture/execute/loop-2e.x: Let the testcase
5915         XFAIL for all x86 processors.
5917 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
5919         * gcc.c-torture/execute/20010122-1.x: Do not test with
5920         -fomit-frame-pointer.
5922 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5924         * g++.dg/template/instantiate2.C: New test.
5925         * g++.dg/template/spec4.C: New test.
5927 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5929         * g++.dg/template/access2.C: New test.
5930         * g++.dg/template/access3.C: New test.
5932 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
5934         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
5935         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
5936         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
5937         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
5938         Convert to use <stdarg.h>.
5939         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
5940         Delete.
5941         * gcc.dg/va-arg-2.c: New.
5942         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
5944 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
5946         * gcc.c-torture/compile/20020710-1.c: New test.
5948 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
5949                           Andrew Pinski  <pinskia@physics.uc.edu>
5951         gcc.c-torture/compile/simd-2.c: New testcase.
5952         gcc.c-torture/compile/simd-3.c: Likewise.
5954 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
5956         PR c++/7224
5957         * g++.dg/overload/error1.C: New test.
5959 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5961         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
5962         configuration and IRIX 6 O32 ABI.
5964 2002-07-11  Roger Sayle  <roger@eyesopen.com>
5966         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
5968 2002-07-10  Roger Sayle  <roger@eyesopen.com>
5970         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
5972 2002-07-10  Jeffrey A Law  <law@redhat.com>
5974         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
5976         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
5978 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
5980         * gcc.dg/20020312-2.c: Check for __PPC__.
5982 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
5984         * gcc.c-torture/compile/20020709-1.c: New test.
5986 2002-07-07  Roger Sayle  <roger@eyesopen.com>
5988         * g++.dg/template/qualttp21.C: New test case.
5990 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
5992         * gcc.c-torture/compile/20020706-1.c: New test.
5993         * gcc.c-torture/compile/20020706-2.c: New test.
5995 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
5996             Alexandre Oliva  <aoliva@redhat.com>
5998         * g++.dg/warn/incomplete1.C: New test.
6000 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6002         PR c++/7099
6003         * g++.dg/warn/noreturn1.C: New test.
6005 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
6007         PR c++/6706
6008         * g++.dg/debug/debug6.C: New test.
6009         * g++.dg/debug/debug7.C: New test.
6011 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
6013         * gcc.c-torture/compile/simd-3.c: New test.
6015 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
6017         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
6018         * gcc.dg/20020620-1.c: Likewise.
6020 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6022         PR c++/6944
6023         * g++.dg/init/array4.C: New test.
6024         * g++.dg/init/array5.C: New test.
6026 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
6028         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
6029         * gcc.c-torture/execute/simd-2.c (main): Likewise.
6031 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6033         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
6034         * gcc.dg/wtr-aggr-init-1.c: Likewise.
6035         * gcc.dg/wtr-conversion-1.c: Likewise.
6036         * gcc.dg/wtr-escape-1.c: Likewise.
6037         * gcc.dg/wtr-int-type-1.c: Likewise.
6038         * gcc.dg/wtr-label-1.c: Likewise.
6039         * gcc.dg/wtr-static-1.c: Likewise.
6040         * gcc.dg/wtr-strcat-1.c: Likewise.
6041         * gcc.dg/wtr-suffix-1.c: Likewise.
6042         * gcc.dg/wtr-switch-1.c: Likewise.
6043         * gcc.dg/wtr-unary-plus-1.c: Likewise.
6044         * gcc.dg/wtr-union-init-1.c: Likewise.
6045         * gcc.dg/wtr-union-init-2.c: Likewise.
6046         * gcc.dg/wtr-union-init-3.c: Likewise.
6048         * gcc.dg/wtr-func-def-1.c: New test.
6050 2002-07-02 Devang Patel <dpatel@apple.com>
6052         * objc.dg/param-1.m: New test.
6054 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
6056         * gcc.dg/cpp/trad/directive.c: Add test.
6057         * gcc.dg/cpp/trad/macroargs.c: Add test.
6058         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
6060 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
6062         * gcc.dg/cpp/cmdlne-M.c: New test.
6064 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
6066         * objc.dg/desig-init-1.m: New test.
6068 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6070         PR c++/6716
6071         * g++.dg/template/instantiate1.C: New test.
6073 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
6075         PR c++/7112
6076         * g++.dg/template/sizeof2.C: New test.
6078 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6080         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
6081         gcc.dg/cpp/trad/include.c: New tests.
6083 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
6085         PR target/7177
6086         * gcc.c-torture/compile/20020701-1.c: New test.
6088 2002-07-01  Stan Shebs  <shebs@apple.com>
6090         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
6091         header here...
6092         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
6093         (objc-torture-execute): or here.
6095 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
6097         * gcc.c-torture/execute/arith-rand-ll.c: New test.
6099 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6101         * gcc.dg/cpp/trad/escaped-nl.c: New test.
6103 2002-06-30  Devang Patel  <dpatel@apple.com>
6105         * objc.dg/fsyntax-only.m: New test.
6107 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
6109         PR c++/6695
6110         * g++.dg/template/friend7.C: New file.
6112 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
6114         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
6115         return type.
6117 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
6119         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
6120         avoid division by zero.
6122 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
6124         * gcc.dg/Wunknownprag.c: New tests.
6126 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
6128         * gcc.c-torture/execute/simd-2.c: New test.
6130 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
6132         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
6133         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
6134         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
6135         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
6136         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
6137         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
6138         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
6139         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
6140         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
6141         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
6142         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
6143         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
6144         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
6145         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
6146         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
6147         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
6148         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
6150 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
6152         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
6153         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
6154         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
6155         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
6156         New tests.
6157         * gcc.dg/cpp/trad/directive.c: Update.
6159 2002-06-23  Andreas Jaeger  <aj@suse.de>
6161         * gcc.c-torture/execute/complex-6.c: New.
6163 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
6165         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
6166         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
6167         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
6168         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
6170 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
6172         * gcc.dg/cpp/trad: New directory with traditional tests copied
6173         from parent directory.
6174         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6175         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6176         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6177         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6178         Move to trad/ and rename.
6179         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
6180         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
6181         gcc.dg/cpp/trad/redef2.c: New tests.
6182         * gcc.dg/cpp/trad/trad.exp: New driver.
6184 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
6186         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6187         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6188         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6189         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6190         Remove.
6192 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
6194         * gcc.dg/20020620-1.c: New test.
6196 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6198         * g++.dg/template/ttp4.C: New test.
6200 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
6202         * g++.dg/opt/vt1.C: Fix regexp.
6204 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6206         * gcc.c-torture/execute/pure-1.c: Make functions static again.
6207         Don't use attribute `noinline'.
6209 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6211         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
6213 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
6215         * gcc.c-torture/execute/simd-1.c: New.
6217         * gcc.dg/simd-1.c: New.
6219 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6221         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
6223 2002-06-16  Richard Henderson  <rth@redhat.com>
6225         * g++.dg/ext/anon-struct1.C: New.
6226         * g++.dg/ext/anon-struct2.C: New.
6227         * g++.dg/ext/anon-struct3.C: New.
6228         * gcc.dg/anon-struct-1.c: New.
6229         * gcc.dg/anon-struct-2.c: New.
6230         * gcc.dg/anon-struct-3.c: New.
6231         * gcc.dg/20011008-1.c: Adjust warning text.
6232         * gcc.dg/20020527-1.c: Add -fms-extensions.
6234 2002-06-16  Richard Henderson  <rth@redhat.com>
6236         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
6238 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
6240         * gcc.c-torture/execute/20020615-1.c: New test.
6242 2002-06-15  Roger Sayle  <roger@eyesopen.com>
6244         * gcc.c-tortuture/execute/compare-1.c: New test case.
6245         * gcc.c-tortuture/execute/compare-2.c: New test case.
6246         * gcc.c-tortuture/execute/compare-3.c: New test case.
6248 2002-06-13  Richard Henderson  <rth@redhat.com>
6250         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
6251         ia64 ilp32.
6253 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6255         * g++.dg/template/typename2.C: Update error message.
6257 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
6259         * gcc.c-torture/execute/20020611-1.c: New test.
6261 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
6263         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
6264         list of targets to skip.
6266 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
6268         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
6269         targets if not optimizing.
6271 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
6273         * gcc.c-torture/compile/20020605-1.c: New test.
6275         * g++.dg/opt/vt1.C: New test.
6277         * gcc.dg/20020531-1.c: New test.
6279         * gcc.dg/20020530-1.c: New test.
6281         * gcc.dg/20020527-1.c: New test.
6283         * g++.dg/opt/cse1.C: New test.
6285 2002-06-07  Roger Sayle  <roger@eyesopen.com>
6287         * gcc.dg/20020607-2.c: New test case.
6289 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
6291         * gcc.c-torture/compile/20020604-1.c: New test.
6293 2002-06-04  Richard Henderson  <rth@redhat.com>
6295         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
6296         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
6297         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
6299 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
6301         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
6303 2002-06-03  Richard Henderson  <rth@redhat.com>
6305         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
6306         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
6308 2002-06-02  Richard Henderson  <rth@redhat.com>
6310         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
6311         test functions static.
6313 2002-06-02  Andreas Jaeger  <aj@suse.de>
6315         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
6316         now.
6318 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6320         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
6321         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
6322         Update for mofified diagnostics.
6323         * gcc.dg/c99-intconst-1.c: No longer fail.
6325 2002-06-02  Richard Henderson  <rth@redhat.com>
6327         * gcc.dg/uninit-A.c: Remove xfail markers.
6329 2002-06-01  Roger Sayle  <roger@eyesopen.com>
6331         * gcc.dg/fnegate-1.c: New test case.
6333 2002-05-30  Osku Salerma  <osku@iki.fi>
6335         * gcc.c-torture/execute/mayalias-1.c: New file.
6337 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6339         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
6340         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
6341         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
6343 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
6345         * gcc.c-torture/execute/20020529-1.c: New test.
6347 2002-05-27  Richard Henderson  <rth@redhat.com>
6349         * g++.dg/ext/attrib6.C: New test case.
6351 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6353         * gcc.c-torture/execute/pure-1.c: New test.
6355 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6357         * gcc.dg/cpp/arith-2.c: Remove.
6359 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6361         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
6362         * gcc.dg/cpp/if-3.c: Remove.
6364 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
6366         * g++.dg/opt/cse2.C: New test.
6368 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
6370         * gcc.dg/cpp/arith-1.c: New semantic tests.
6371         * gcc.dg/cpp/if-1.c: Update.
6373 2002-05-24  Ben Elliston  <bje@redhat.com>
6375         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
6377 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
6379         * gcc.dg/verbose-asm.c: New test.
6381 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6383         * gcc.dg/cpp/paste12.c: New test.
6385 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6387         * g++.dg/parse/named_ops.C: New test.
6389 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
6391         * gcc/testsuite/gcc.dg/weak-8.c: New test.
6393 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6395         * gcc.dg/weak-2.c: Allow optional leading underscore
6396         in scan-assembler symbol name.
6397         * gcc.dg/weak-3.c: Likewise.
6398         * gcc.dg/weak-4.c: Likewise.
6399         * gcc.dg/weak-5.c: Likewise.
6401 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6403         * gcc.dg/20020523-1.c: New test.
6405 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6407         * objc.dg/const-str-2.m: Update now that we stop after
6408         a command line error.
6410 2002-05-22  Richard Henderson  <rth@redhat.com>
6412         * g++.dg/dg.exp: Fix typo in test pruneing.
6414 2002-05-22  Richard Henderson  <rth@redhat.com>
6416         * g++.dg/dg.exp: Prune the tls subdirectory.
6417         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
6418         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
6419         * g++.dg/tls/init-1.C: New.
6421 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
6423         * gcc.dg/20020517-1.c: New test.
6425 2002-05-21  Richard Henderson  <rth@redhat.com>
6427         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
6428         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
6430 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
6432         * g++.dg/other/copy2.C: New test.
6434 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
6436         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
6437         (MAX_COPY): Bump up to 10 times sizeof (long long).
6438         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
6440         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
6441         sizeof (long long).
6443         * gcc.c-torture/execute/strcpy-1.c: New test.
6445 2002-05-19  Jason Merrill  <jason2redhat.com>
6447         * g++.dg/ext/oper1.C: New test.
6449 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
6450 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
6452         * README.QMTEST: New file.
6454         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
6456 2002-05-19  Andreas Jaeger  <aj@suse.de>
6458         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
6459         now.
6460         * gcc.c-torture/execute/loop-2d.x: Likewise.
6462 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
6464         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
6465         support weak symbols.
6466         * gcc.dg/weak-4.c: Likewise
6467         * gcc.dg/weak-6.c: Likewise
6469 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
6471         * gcc.dg/weak-3.c: Add dg-excess-error comment for
6472         cygwin, coff and h8300-*-hms targets
6473         * gcc.dg/weak-5.c: Likewise
6474         * gcc.dg/weak-7.c: Likewise
6476 2002-05-16  Jason Merrill  <jason@redhat.com>
6478         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
6479         (scan-assembler-not, scan-assembler-dem): Likewise.
6480         (scan-assembler-dem-not): Likewise.
6482 2002-05-15  Richard Henderson  <rth@redhat.com>
6484         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
6486 2002-05-15  Richard Henderson  <rth@redhat.com>
6488         * gcc.dg/weak-5.c (vfoo1c): No warning here.
6489         (vfoo1f): Warning here.
6490         (vfoo1l): Don't redefine the alias.
6492 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
6494         * g++.dg/init/pm1.C: New test.
6496 2002-05-12  David S. Miller  <davem@redhat.com>
6498         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
6499         types.
6501 2002-05-10  Roger Sayle  <roger@eyesopen.com>
6503         * gcc.c-torture/execute/20020510-1.c: New test case.
6505 2002-05-10  David S. Miller  <davem@redhat.com>
6507         * gcc.c-torture/execute/conversion.c: Test long double too.
6509 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
6511         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
6512         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
6513         * lib/g++.exp (g++_link_flags): Likewise.
6514         * lib/objc.exp (objc_target_compile): Likewise.
6516 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6518         * gcc.dg/cpp/poison.c: Update.
6519         * gcc.dg/cpp/20000625-2.c: Remove.
6520         * gcc.dg/cpp/direct2s.c: Remove final test.
6522 2002-05-08  Tom Rix  <trix@redhat.com>
6524         * gcc.c-torture/execute/20020508-1.c: New test.
6525         * gcc.c-torture/execute/20020508-2.c: New test.
6526         * gcc.c-torture/execute/20020508-3.c: New test.
6528 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6530         * gcc.dg/cpp/charconst-4.c: More tests.
6532 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
6534         PR c/6569
6535         * gcc.dg/weak-3.c: Update location of warning messages.
6536         * gcc.dg/weak-5.c: Likewise.
6538 2002-05-06  Roger Sayle  <roger@eyesopen.com>
6540         * gcc.c-torture/execute/20020506-1.c: New test case.
6542 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6544         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
6546 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6548         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
6550 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6552         * gcc.dg/cpp/charconst-3.c: New test.
6554 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6556         * gcc.dg/cpp/charconst.c: Update tests.
6558 2002-05-05  Tim Josling  <tej@melbpc.org.au>
6560         * treelang: Added directory for new sample language treelang. Also
6561         lib/treelang.exp: New file to signal treelang should be tested.
6563 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6565         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
6566         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
6567         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
6568         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
6569         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
6570         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
6571         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
6573 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6575         * gcc.dg/format/xopen-2.c: New test.
6577 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6579         * gcc.dg/20020503-1.c: New test.
6581 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
6583         * g++.dg/init/dtor1.C: Make it tougher.
6585 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
6587         * g++.dg/init/dtor1.C: New test.
6589 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
6591         * gcc.dg/altivec-8.c: New.
6593 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
6595         * gcc.dg/altivec-7.c: New.
6597 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
6599         * g++.dg/parse/typedef1.C: New test.
6601 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6603         PR c++/6486
6604         * g++.dg/template/friend6.C: New test.
6606         PR c++/6492
6607         * g++.dg/init/copy1.C: New test.
6609 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
6611         * g++.dg/warn/effc1.C: New test.
6613 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6615         * gcc.dg/cpp/if-cexp.c: Add a test.
6617 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
6619         * gcc.dg/20020426-2.c: New test.
6621 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
6623         * gcc.dg/cpp/if-mop.c: Update.
6624         * gcc.dg/cpp/if-mpar.c: Add test.
6625         * gcc.dg/cpp/if-oppr.c: Update.
6627 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6629         PR c/6343
6630         * gcc.dg/weak-[2-7].c: New tests.
6632 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
6634         * gcc.dg/enum1.c: New test.
6636 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
6638         PR c++/6497
6639         * g++.dg/inherit/access2.C: New test.
6641 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
6643         PR bootstrap/6445
6644         * gcc.dg/20020426-1.c: New test.
6646 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
6648         * g++.dg/abi/enum1.C: New test.
6650 2002-04-26  Richard Henderson  <rth@redhat.com>
6652         * gcc.dg/c99-bool-1.c: Expect always true warning.
6654 2002-04-25  Roger Sayle  <roger@eyesopen.com>
6656         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
6658 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6660         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
6661         targets.
6663 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
6665         * g++.dg/abi/mange7.C: New test.
6667         PR c++/6438.
6668         * g++.dg/parse/stmtexpr2.C: New test.
6670 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
6672         * gcc.dg/20020312-2.c: Add SH target.
6674 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6676         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
6677         compiler output on mips*-*-irix*.
6679 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
6681         * g++.dg/parse/attr1.C: New test.
6683 2002-04-23  Roger Sayle  <roger@eyesopen.com>
6685         * gcc.c-torture/execute/string-opt-17.c: New test case.
6686         * gcc.c-torture/execute/memset-2.c: New test case.
6688 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
6690         PR c++/6256:
6691         * g++.dg/template/friend5.C: New test.
6693         PR c++/6331:
6694         * g++.dg/template/qual1.C: Likewise.
6696 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
6698         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
6699         Include stdlib.h, not stdio.h or ctype.h.
6701 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
6703         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
6704         cris-*-elf* and mmix-*-*.
6705         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
6706         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
6707         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
6708         Ditto.
6709         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
6710         * gcc.dg/wchar_t-1.c: Ditto.
6712 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
6714         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
6715         Clarify comment.
6717 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
6719         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
6721 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6723         * gcc.c-torture/execute/20000906-1.x: Delete.
6725 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
6727         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
6729 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
6731         * PR6367
6732         * g77.f-torture/execute/6367.f: New test.
6733         * g77.f-torture/execute/6367.x: Disable for MMIX.
6735 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
6737         * PR6352
6738         * g++.dg/opt/inline2.C: New test.
6740 2002-04-18  Richard Henderson  <rth@redhat.com>
6742         * gcc.dg/20000906-1.c: Enable for all targets.
6743         * gcc.c-torture/compile/iftrap-2.c: New.
6745 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
6747         * gcc.dg/20020418-1.c: New test.
6748         * gcc.dg/20020418-2.c: New test.
6750 2002-04-18  Richard Henderson  <rth@redhat.com>
6752         * gcc.c-torture/compile/iftrap-1.c: New.
6753         * gcc.dg/iftrap-1.c: Adjust for ia64.
6754         * gcc.dg/iftrap-2.c: New.
6756 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
6758         * gcc.c-torture/compile/20020418-1.c: New test.
6760 2002-04-18  Roger Sayle  <roger@eyesopen.com>
6762         * gcc.c-torture/compile/20020415-1.c: New.
6764 2002-04-18  David S. Miller  <davem@redhat.com>
6766         * gcc.c-torture/execute/20020418-1.c: New test.
6768 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6770         * gcc.dg/20020416-1.c: New test.
6772         * g++.dg/opt/inline1.C: New test.
6774 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
6776         * gcc.dg/altivec-5.c: New test.
6778         * gcc.dg/20020415-1.c: New test.
6780 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6782         * testsuite/lib/chill.exp: Remove.
6784 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6786         * g++.dg/other/big-struct.C: New test.
6788 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
6790         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
6791         of scratch file.
6793 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
6795         PR c/6277
6796         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
6797         in scan-assembler function name
6799 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
6801         * g77.f-torture/execute/980628-4.x,
6802         g77.f-torture/execute/980628-5.x,
6803         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
6804         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
6805         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
6806         i[34567]86-*-*.
6808 2002-04-13  David S. Miller  <davem@redhat.com>
6810         * gcc.c-torture/execute/20020413-1.c: New test.
6812 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
6814         * gcc.dg/asm-6.c,
6815         * g++.dg/ext/asm1.C: New tests.
6817 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
6819         PR c++ 5373.
6820         * g++.dg/parse/stmtexpr1.C: New test.
6822         PR c++/5189.
6823         * g++.dg/template/copy1.C: New test.
6825 2002-04-12  Richard Henderson  <rth@redhat.com>
6827         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
6829 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
6831         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
6832         gcc.c-torture/execute/20020307-2.c.
6834 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
6836         * g++.dg/ext/attrib5.C,
6837         * g++.dg/lookup/struct1.C: New tests.
6839 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6841         * gcc.dg/20020411-1.c: New test.
6843         * gcc.c-torture/execute/20020411-1.c: New test.
6845 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
6847         * g77.f-torture/execute/6177.f: New test.
6849 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
6851         PR middle-end/6247
6852         * g++.dg/opt/cleanup1.C: New test.
6854         * g++.dg/opt/const1.C: New test.
6856 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
6858         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
6860 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
6862         PR c++/5507
6863         * g++.dg/template/typename2.C: New test.
6865 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
6867         * gcc.c-torture/execute/loop-12.c: New.
6869 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
6871         * g77.f-torture/execute/980628-4.x,
6872         g77.f-torture/execute/980628-5.x,
6873         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
6874         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
6875         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
6877 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6879         PR optimization/6086
6880         * g++.dg/opt/preinc1.C: New test.
6882 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
6884         PR c++/5571
6885         * g++.dg/opt/static2.C: New test.
6887 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
6889         PR c/5120
6890         * gcc.dg/20020406-1.c: New test.
6892 2002-04-04  David S. Miller  <davem@redhat.com>
6894         * gcc.c-torture/execute/20020404-1.c: New test.
6896 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
6898         PR c/6123
6899         * gcc.dg/20020312-2.c: Do not declare global register variable
6900         if __PIC__ or __pic__ is defined.
6902 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
6904         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
6905         __asm__ so that it works correctly even if -ansi -pedantic-errors.
6907 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6909         * gcc.misc-tests/linkage.exp: Update last change to handle
6910         sparc*-, not just sparc-.
6912 2002-04-03  Richard Henderson  <rth@redhat.com>
6914         * gcc.dg/cpp/ucs.c: Improved long UCS test.
6916 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
6918         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
6920 2002-04-02  David S. Miller  <davem@redhat.com>
6922         * gcc.c-torture/execute/20020402-3.c: New test.
6924 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
6926         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
6927         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
6929         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
6930         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
6931         g77.f-torture/execute/20001201.x,
6932         g77.f-torture/execute/u77-test.x: New files.
6934         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
6935         * gcc.dg/wchar_t-1.c: Ditto.
6937 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6939         * gcc.c-torture/execute/20020402-1.c: New test.
6941 2002-04-01  Richard Henderson  <rth@redhat.com>
6943         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
6945         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
6947 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6949         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
6951 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6953         * g++.dg/inherit/template-as-base.C: Expect error.
6954         * g++.dg/inherit/namespace-as-base.C: Likewise.
6956 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
6958         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
6959         g++.dg/ext/instantiate3.C: Tweak match patterns.
6961         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
6962         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
6963         -da test.
6965 2002-03-31  Richard Henderson  <rth@redhat.com>
6967         * gcc.dg/special/alias-2.c: New.
6968         * gcc.dg/special/ecos.exp: Run it.
6970 2002-03-31  Richard Henderson  <rth@redhat.com>
6972         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
6974 2002-03-31  Kazu Hirata  <kazu@hxi.com>
6976         * gcc.dg/weak-1.c: Disable on h8300 port.
6978 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
6980         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
6981         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
6982         ordering tests.
6983         * g++.dg/bprob/bprob-1.C: New test.
6984         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
6985         * g++.dg/gcov/gcov-1.C: New test.
6986         * g++.dg/gcov/gcov-1.x: New file.
6987         * g++.dg/gcov/gcov-2.C: New test.
6988         * g++.dg/gcov/gcov-3.C: New test.
6989         * g++.dg/gcov/gcov-3.h: New file.
6991 2002-03-28  Roger Sayle  <roger@eyesopen.com>
6993         * g++.old-deja/g++.other/builtins5.C: New test.
6994         * g++.old-deja/g++.other/builtins6.C: New test.
6995         * g++.old-deja/g++.other/builtins7.C: New test.
6996         * g++.old-deja/g++.other/builtins8.C: New test.
6997         * g++.old-deja/g++.other/builtins9.C: New test.
6999 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7001         * g++.dg/opt/static1.C: New test.
7003         * g++.dg/opt/longbranch1.C: New test.
7005 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
7007         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
7009         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
7011 2002-03-28  Jeffrey A Law  (law@redhat.com)
7013         * gcc.c-torture/execute/20020328-1.c: New test.
7015 2002-03-27  Richard Henderson  <rth@redhat.com>
7017         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
7018         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
7019         move from g++.old-deja/g++.ext/.
7021 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
7023         * g++.dg/init/new2.C: New test.
7025 2002-03-26  Richard Henderson  <rth@redhat.com>
7027         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
7029         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
7030         on sparc.
7032         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
7033         sparcv9 systems.
7034         * gcc.dg/20001102-1.c: Likewise.
7036 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
7038         * gcc.dg/cpp/endif-pedantic1.c,
7039         gcc.dg/cpp/endif-pedantic2.c:  New tests.
7041 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
7043         * g++.dg/init/new1.C: New test.
7045 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
7047         * g++.dg/abi/vbase9.C: New test.
7049 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
7051         * gcc.dg/arm-asm.c: New test.
7053 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
7055         * gcc.dg/Wswitch-enum.c: New test.
7056         Fix PR c/5044.
7058 2002-03-26  Richard Henderson  <rth@redhat.com>
7060         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
7061         structure.
7063 2002-03-25  Richard Henderson  <rth@redhat.com>
7065         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
7066         sparcv9 systems.
7068         * gcc.c-torture/compile/20011119-1.c (xxx): New.
7069         * gcc.c-torture/compile/20011119-2.c (xxx): New.
7071 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
7073         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
7075 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
7077         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
7078         targets using generic thunk support.
7080 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
7082         * gcc.c-torture/compile/20020323-1.c: New test.
7084         * g++.dg/opt/conj2.C: New test.
7086 2002-03-24  Richard Henderson  <rth@redhat.com>
7088         * gcc.dg/weak-1.c: Use -fno-common.
7090 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7092         * g77.dg/f77-edit-apostrophe-out.f: New test
7093         * g77.dg/f77-edit-h-out.f: New test
7094         * g77.dg/f77-edit-t-in.f: New test
7095         * g77.dg/f77-edit-t-out.f: New test
7096         * g77.dg/f77-edit-x-out.f: New test
7097         * g77.dg/f77-edit-slash-out.f: New test
7098         * g77.dg/f77-edit-colon-out.f: New test
7099         * g77.dg/f77-edit-s-out.f: New test
7101 2002-03-24  Richard Henderson  <rth@redhat.com>
7103         * objc/execute/formal_protocol-6.x: New XFAIL.
7105 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7107         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
7108         that do not support weak symbols
7110 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7112         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
7113         * lib/g77.exp:  Likewise
7114         * lib/objc.exp: Likewise
7116 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7118         * gcc.dg/Wswitch-default.c: New test.
7120 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7122         * g++.dg/other/enum1.C: New test.
7124 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
7126         * gcc.dg/pragma-ep-3.c: Fix typo.
7128 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7130         * g++.dg/inherit/template-as-base.C: New test.
7132 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
7134         * g++.old-deja/g++.other/dwarf2-1.C: Move...
7135         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
7137 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
7139         * gcc.dg/cpp/multiline.c: Update to match.
7141 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
7143         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
7145 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
7147         * gcc.dg/cpp/extratokens2.c:  New file.
7149 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
7151         * gcc.dg/20020312-2.c: Add rs6000 target.
7153         * gcc.c-torture/compile/20020319-1.c: New test.
7155 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7157         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
7158         (A, E): Handle this.
7160 2002-03-20  Jason Merrill  <jason@redhat.com>
7162         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
7163         ignoring -fpic.
7164         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
7165         through prune_gcc_output.
7167 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
7169         * gcc.c-torture/compile/20020320-1.c: New test.
7171 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
7173         * gcc.c-torture/compile/20020318-1.c: New test.
7175         * gcc.dg/struct-by-value-1.c: New test.
7177         * gcc.dg/20020319-1.c: New test.
7179 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
7181         * g++.dg/opt/conj1.C: New test.
7183 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
7185         * g++.dg/template/qualttp20.C: Revert previous change.
7186         * g++.dg/template/qualttp3.C: Likewise.
7187         * g++.dg/template/qualttp4.C: Likewise
7188         * g++.dg/template/qualttp5.C: Likewise
7189         * g++.dg/template/qualttp6.C: Likewise
7190         * g++.dg/template/qualttp7.C: Likewise
7191         * g++.dg/template/qualttp8.C: Likewise
7192         * g++.dg/template/recurse.C: Likewise.
7194 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7196         * gcc.dg/cpp/wchar-1.c: Update.
7198 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
7200         * g++.dg/template/conv1.C: New test.
7201         * g++.dg/template/conv2.C: New test.
7202         * g++.dg/template/conv3.C: New test.
7203         * g++.dg/template/conv4.C: New test.
7205 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7207         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
7208         * g++.dg/template/qualttp3.C: Likewise.
7209         * g++.dg/template/qualttp4.C: Likewise
7210         * g++.dg/template/qualttp5.C: Likewise
7211         * g++.dg/template/qualttp6.C: Likewise
7212         * g++.dg/template/qualttp7.C: Likewise
7213         * g++.dg/template/qualttp8.C: Likewise
7214         * g++.dg/template/recurse.C: Likewise.
7216 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7218         * g++.dg/opt/dtor1.C: New test.
7220 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
7222         * gcc.c-torture/compile/20020315-1.c: New test.
7224 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
7226         * gcc.dg/weak-1.c: Fix scan tests.
7228 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
7230         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
7231         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
7232         cris-*-aout* mmix-*-*.
7233         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
7234         cris-*-aout* mmix-*-*.
7235         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
7236         cris-*-elf* cris-*-aout* and mmix-*-*.
7237         * gcc.dg/20001009-1.c: Ditto.
7238         * gcc.dg/20010912-1.c: Ditto.
7239         * gcc.dg/20020122-4.c: Ditto.
7240         * gcc.dg/inline-2.c: Ditto.
7242 2002-03-14  Jeffrey A Law  (law@cygnus.com)
7244         * gcc.c-torture/compile/20020314-1.c: New test.
7246 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
7248         * gcc.c-torture/execute/20020314-1.c: New test.
7250 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7252         * g++.dg/warn/Wunused-1.C: New test.
7254 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
7256         * g++.dg/abi/mangle6.C: New test.
7258 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7260         * gcc.c-torture/compile/20020309-2.c: New test.
7262         * gcc.c-torture/compile/20020312-1.c: New test.
7264 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
7266         * g++.dg/other/access1.C: New test.
7268 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
7270         * gcc.c-torture/execute/wchar_t-1.c: New test.
7272 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
7274         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
7276 2002-03-12  Roger Sayle  <roger@eyesopen.com>
7278         * gcc.dg/20020312-1.c: New test case.
7280 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
7282         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
7284 2002-03-11  Richard Henderson  <rth@redhat.com>
7286         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
7287         * g++.old-deja/g++.jason/report.C: Likewise.
7289 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7291         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
7292         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
7294 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7296         * testsuite/g++.dg/overload/pmf1.C: New test.
7298 2002-03-11  Kazu Hirata  <kazu@hxi.com>
7300         * gcc.c-torture/execute/20020307-1.c: Use long.
7302 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7304         PR optimization/5844
7305         * gcc.dg/20020310-1.c: New test.
7307 2002-03-09  Michael Meissner  <meissner@redhat.com>
7309         * gcc.c-torture/execute/memcpy-2.c: New test.
7310         * gcc.c-torture/execute/memset-1.c: New test.
7311         * gcc.c-torture/execute/strlen-1.c: New test.
7312         * gcc.c-torture/execute/strcmp-1.c: New test.
7313         * gcc.c-torture/execute/strncmp-1.c: New test.
7315 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
7317         * gcc.dg/ppc-ldstruct.c: New test.
7319 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
7321         * gcc.c-torture/execute/va-arg-22.c: New test.
7323 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7325         * gcc.c-torture/compile/20020309-1.c: New test.
7327 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
7329         * gcc.c-torture/execute/20020307-2.c: New test.
7331 2002-03-07  Jeffrey A Law  (law@redhat.com)
7333         * g77.f-torture/compile/20020307-1.f: New test.
7335 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
7337         * gcc.dg/unordered-1.c: New test.
7339 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7341         * gcc.c-torture/execute/20020307-1.c: New test.
7343 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
7345         * gcc.dg/20020304-1.c: New test.
7347         * gcc.c-torture/compile/20020304-2.c: New test.
7349 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
7351         * gcc.c-torture/compile/20020304-1.c: New test case
7352         (from PR c/5830).
7354 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
7356         * gcc.dg/20020103-1.c: Add other -D ppc variants.
7358 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7360         * g++.dg/other/classkey1.C: New test.
7362 2002-03-01  Richard Henderson  <rth@redhat.com>
7364         * gcc.c-torture/compile/981223-1.x: New.
7365         * gcc.c-torture/compile/920625-1.x: New.
7367 2002-02-28  Richard Henderson  <rth@redhat.com>
7369         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
7371 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
7373         * gcc.c-torture/execute/20020227-1.c: New test.
7375 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
7377         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
7378         here" ERROR lines.
7379         * g++.old-deja/g++.oliva/partord1.C: Likewise.
7380         * g++.old-deja.g++.other/defarg1.C: Likewise.
7381         * g++.old-deja/g++.pt/calls2.C: Likewise.
7382         * g++.old-deja/g++.pt/crash20.C: Likewise.
7383         * g++.old-deja/g++.pt/crash30.C: Likewise.
7384         * g++.old-deja/g++.pt/crash36.C: Likewise.
7385         * g++.old-deja/g++.pt/crash6.C: Likewise.
7386         * g++.old-deja/g++.pt/defarg13.C: Likewise.
7387         * g++.old-deja/g++.pt/derived3.C: Likewise.
7388         * g++.old-deja/g++.pt/error1.C: Likewise.
7389         * g++.old-deja/g++.pt/friend21.C: Likewise.
7390         * g++.old-deja/g++.pt/friend23.C: Likewise.
7391         * g++.old-deja/g++.pt/infinite1.C: Likewise.
7392         * g++.old-deja/g++.robertl/eb128.C: Likewise.
7394 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
7396         * gcc.c-torture/execute/20020225-2.c: New test.
7398 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
7400         * gcc.c-torture/execute/920730-1t.c,
7401         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
7402         Delete test cases, only relevant to -traditional.
7404 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7406         * gcc.dg/cpp/undef1.c: Remove.
7407         * gcc.dg/cpp/directiv.c: Update.
7408         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
7410 2002-02-27  Michael Meissner  <meissner@redhat.com>
7412         * gcc.c-torture/execute/20020226-1.c: New test.
7414 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
7416         * g++.dg/debug/debug4.C: New test.
7418         * gcc.dg/ia64-visibility-1.c: New test.
7420 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
7422         * gcc.dg/debug/20020224-1.c: New.
7424 2002-02-25  Kazu Hirata  <kazu@hxi.com>
7426         * gcc.c-torture/execute/960416-1.x: New.
7427         * gcc.c-torture/execute/divconst-3.x: Likewise.
7429 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7431         * gcc.dg/20020224-1.c: New test.
7433 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
7435         * gcc.c-torture/execute/20020225-1.c: New.
7437 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
7439         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
7441 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
7443         * gcc.dg/20020222-1.c: New test.
7445 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
7447         * g++.dg/opt/anonunion1.C: New test.
7449 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
7451         * g++.dg/template/qualttp19.C: New test.
7452         * g++.dg/template/qualttp20.C: New test.
7453         * g++.old-deja/g++.jason/report.C: Adjust expected errors
7454         * g++.old-deja/g++.other/qual1.C: Likewise.
7456 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
7458         * gcc.dg/attr-alwaysinline.c: New.
7460 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
7462         * gcc.dg/20020220-1.c: New test.
7464         * gcc.dg/20020220-2.c: New test.
7466         * g++.dg/opt/mmx1.C: New test.
7468 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
7470         * gcc.c-torture/compile/20020110.c: New test.
7472 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
7474         * gcc.c-torture/execute/20020219-1.c: New test.
7476         * gcc.dg/20020219-1.c: New test.
7478         * gcc.dg/noncompile/20020220-1.c: New test.
7480         * g++.dg/opt/ptrintsum1.C: New test.
7482         * gcc.dg/debug/20020220-1.c: New test.
7484 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
7486         * gcc.c-torture/execute/20020216-1.c: New test.
7488 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7490         * gcc.dg/decl-1.c: Update, new test.
7492 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
7494         * g++.dg/abi/bitfield1.C: New test.
7495         * g++.dg/abi/bitfield2.C: New test.
7497 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
7499         * gcc.dg/attr-nest.c: New test.
7501 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
7503         * gcc.c-torture/execute/20020215-1.c: New test.
7505 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
7507         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
7508         * g++.dg/debug/debug.exp: New.
7509         * g++.dg/debug/trivial.C: New.
7510         * g++.dg/debug/debug1.C: Moved...
7511         * g++.dg/other/debug1.C: ...from here.
7512         * g++.dg/debug/debug2.C: Moved...
7513         * g++.dg/other/debug2.C: ...from here.
7514         * g++.dg/debug/debug3.C: Moved...
7515         * g++.dg/other/debug3.C: ...from here.
7517         * gcc.dg/noncompile/20020213-1.c: New test.
7519 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
7521         * g++.dg/other/debug3.C: New test.
7523         * gcc.c-torture/execute/20020213-1.c: New test.
7525 2002-02-13  Richard Smith <richard@ex-parrot.com>
7527         * g++.old-deja/g++.other/thunk1.C: New test.
7529 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
7531         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
7533 2002-02-13  Stan Shebs  <shebs@apple.com>
7535         * gcc.dg/altivec-3.c: New.
7537 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
7539         * gcc.dg/Wunreachable-1.c: New test.
7540         * gcc.dg/Wunreachable-2.c: New test.
7542 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
7544         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
7546 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
7548         * gcc.dg/decl-1.c: New test.
7550 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
7552         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
7554 2002-02-10  Kazu Hirata  <kazu@hxi.com>
7556         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
7557         * gcc.c-torture/compile/980506-1.x: Likewise.
7559 2002-02-10  Kazu Hirata  <kazu@hxi.com>
7561         * gcc.dg/20020210-1.c: New.
7563 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
7565         * g77.f-torture/execute/947.f: New regression test
7566         for PR fortran/947.
7568 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7570         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
7571         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
7573 2002-02-08  Richard Henderson  <rth@redhat.com>
7575         * gcc.c-torture/compile/labels-3.c: New.
7577 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
7579         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
7580         expression statements work instead.
7581         * gcc.dg/noncompile/20020207-1.c: New test.
7583 2002-02-07  Richard Henderson  <rth@redhat.com>
7585         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
7587 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7589         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
7590         message from g77
7591         * lib/g77-dg.exp: Trim g77 error messages so that they are
7592         recognized by dg.exp.
7594 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7596         PR fortran/5473
7597         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
7599 2002-02-07  Richard Henderson  <rth@redhat.com>
7601         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
7602         to be sufficiently aligned for integers.
7604 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
7606         * g++.dg/template/friend4.C: New test.
7608 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7610         PR fortran/5743
7611         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
7612         unsupported cases.
7614 2002-02-07  Richard Henderson  <rth@redhat.com>
7616         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
7617         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
7618         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
7619         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
7621 2002-02-06  Richard Henderson  <rth@redhat.com>
7623         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
7625 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
7627         * gcc.dg/20020206-1.c: New test.
7629 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
7631         * gcc.c-torture/execute/20020206-1.c: New test.
7633         * gcc.c-torture/execute/20020206-2.c: New test.
7635         PR optimization/5429:
7636         * gcc.c-torture/compile/20020206-1.c: New test.
7638 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
7640         * g++.dg/ext/align1.C: Do not use an explicit alignment value
7641         as certain file formats cannot support particularly large
7642         alignments.
7644         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
7645         and do not expect to be able to link the executable.
7647         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
7648         fail because the COFF format does not support the weak attribute.
7650 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
7652         * g77.dg/pr5473.f:  New test
7654 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
7656         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
7657         Fix testcase accordingly.
7659 2002-02-04  Richard Henderson  <rth@redhat.com>
7661         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
7662         (buf): Change to be an array of pointers, not ints.
7664 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
7666         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
7667         before all tests.  Move warning one line above to match where it
7668         C frontend emits.
7669         * gcc.dg/Wswitch-2.c: New test.
7670         * g++.dg/warn/Wswitch-1.C: New test.
7671         * g++.dg/warn/Wswitch-2.C: New test.
7673 2002-02-04  Richard Henderson  <rth@redhat.com>
7675         * g++.dg/abi/offsetof.C: Fix size comparison.
7677 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
7679         * gcc.dg/cast-qual-2.c: New test.
7681 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
7683         * gcc.dg/20020201-4.c: New test.
7685 2002-02-04  Ben Elliston  <bje@redhat.com>
7687         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
7688         target_info attribute != 0, in addition to the empty string.
7689         (gcc_target_compile): Likewise.
7691 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
7693         * gcc.dg/Wswitch.c: New test.
7694         PR gcc/4475. PR gcc/3780.
7696 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
7698         * g77.f-torture/execute/5122.f: New test for regressions
7699         against PR fortran/5122.
7701 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
7703         * g77.f-torture/compile/pr3743.f: Delete
7704         * g77.dg/pr3743-1.f: New test.
7705         * g77.dg/pr3743-2.f: New test.
7706         * g77.dg/pr3743-3.f: New test.
7707         * g77.dg/pr3743-4.f: New test.
7709 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7711         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
7713 2002-02-02  Richard Henderson  <rth@redhat.com>
7715         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
7716         * gcc.c-torture/execute/bf64-1.c: Likewise.
7718 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
7720         * gcc.dg/20020201-2.c: New test.
7722         * gcc.dg/20020201-3.c: New test.
7724         * gcc.c-torture/execute/bitfld-2.c: New test.
7726 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7728         * gcc.dg/bitfld-1.c: Update.
7729         * gcc.dg/bitfld-2.c: Update.
7730         * gcc.c-torture/execute/bitfld-1.x: New.
7732 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
7734         * gcc.c-torture/execute/20020201-1.c: New test.
7736 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
7738         PR target/5469
7739         * gcc.dg/20020201-1.c: New test.
7741 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
7743         PR fortran/3743
7744         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
7745         * g77.f-torture/compile/pr3743.x: Remove
7747 2002-01-31  Tom Rix  <trix@redhat.com>
7749         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
7751 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
7753         * gcc.dg/noncompile/20020130-1.c: New test.
7755 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
7757         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
7759 2002-01-29  Richard Henderson  <rth@redhat.com>
7761         * gcc.c-torture/execute/991118-1.c: Cast various constants back
7762         to long long.
7763         * gcc.c-torture/execute/bf64-1.c: Likewise.
7765 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
7767         * gcc.c-torture/execute/20020129-1.c: New test.
7769 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7771         * gcc.c-torture/compile/20000224-1.c: Update.
7772         * gcc.c-torture/execute/bitfld-1.c: New tests.
7773         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
7774         * gcc.dg/uninit-A.c: Update.
7776 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
7778         * g++.dg/template/ctor1.C: Add instantiation.
7780 2002-01-28  Paul Koning  <pkoning@equallogic.com>
7782         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
7783         argument to __builtin_prefetch to be const ptr.
7785 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
7787         * gcc.c-torture/compile/20020120-1.c: New test.
7789 2002-01-27  Kazu Hirata  <kazu@hxi.com>
7791         * gcc.c-torture/execute/20020127-1.c: New test.
7793 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
7795         * g77.dg/f77-edit-i-in.f: New test
7796         * g77.dg/f77-edit-i-out.f: New test
7798 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
7800         * gcc.dg/debug/debug.exp: New file.
7801         * gcc.dg/debug/trivial.c: New file.
7802         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
7803         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
7804         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
7805         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
7806         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
7807         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
7808         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
7809         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
7810         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
7811         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
7812         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
7813         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
7814         * gcc.dg/20000503-1.c: Removed.
7815         * gcc.dg/20010207-1.c: Removed.
7816         * gcc.dg/20011223-1.c: Removed.
7817         * gcc.dg/20020104-2.c: Removed.
7818         * gcc.dg/debug-1.c: Removed.
7819         * gcc.dg/debug-2.c: Removed.
7820         * gcc.dg/debug-3.c: Removed.
7821         * gcc.dg/debug-4.c: Removed.
7822         * gcc.dg/debug-5.c: Removed.
7823         * gcc.dg/debug-6.c: Removed.
7824         * gcc.dg/dwarf2-1.c: Removed.
7825         * gcc.dg/dwarf2-2.c: Removed.
7827 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
7829         * g++.old-deja/g++.other/eh5.C: New test.
7830         * g++.old-deja/g++.other/sibcall2.C: New test.
7831         * g++.old-deja/g++.other/array9.C: New test.
7832         * g++.old-deja/g++.other/typename2.C: New test.
7833         * g++.old-deja/g++.other/crash60.C: New test.
7834         * g++.old-deja/g++.other/conv9.C: New test.
7835         * g++.old-deja/g++.other/mangle10.C: New test.
7836         * g++.old-deja/g++.other/unchanging1.C: New test.
7837         * g++.old-deja/g++.other/exprstmt1.C: New test.
7838         * g++.old-deja/g++.other/inline23.C: New test.
7839         * g++.old-deja/g++.eh/ia64-1.C: New test.
7840         * g++.old-deja/g++.other/dwarf2-1.C: New test.
7841         * g++.old-deja/g++.other/reload1.C: New test.
7842         * g++.old-deja/g++.other/static20.C: New test.
7843         * g++.old-deja/g++.other/local-alloc1.C: New test.
7844         * g++.old-deja/g++.other/conv8.C: New test.
7845         * g++.old-deja/g++.other/stmtexpr2.C: New test.
7846         * g++.old-deja/g++.other/storeexpr1.C: New test.
7847         * g++.old-deja/g++.other/storeexpr2.C: New test.
7848         * g++.dg/eh/template2.C: New test.
7849         * g++.dg/warn/weak1.C: New test.
7851 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
7853         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
7854         Remove first, non-varying, argument.
7856 2002-01-23  Richard Henderson  <rth@redhat.com>
7858         * gcc.dg/inline-2.c: New.
7860         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
7861         Add optional target arg.  Check number of arguments.
7862         (scan-assembler-not, scan-assembler-dem): Likewise.
7863         (scan-assembler-dem-not): Likewise.
7865 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
7867         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
7868         line 12.
7869         * g++.old-deja/g++.brendan/parse3.C,
7870         g++.old-deja/g++.other/crash26.C,
7871         g++.old-deja/g++.other/crash28.C,
7872         g++.old-deja/g++.other/crash29.C,
7873         g++.old-deja/g++.other/crash30.C,
7874         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
7876 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
7878         * gcc.dg/20020115-1.c: New.
7880 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
7882         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
7884 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
7886         * gcc.dg/20020122-3.c: New.
7888 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
7890         * g++.dg/other/gc1.C: New test.
7892 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
7894         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
7896 2002-01-22  Richard Henderson  <rth@redhat.com>
7898         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
7900 2002-01-22  Richard Henderson  <rth@redhat.com>
7902         * gcc.dg/20020122-4.c: New.
7904 2002-01-22  H.J. Lu <hjl@gnu.org>
7906         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
7907         link output.
7908         * gcc.dg/special/ecos.exp: Likewise.
7909         * lib/g++-dg.exp: Likewise.
7910         * lib/g77-dg.exp: Likewise.
7911         * lib/gcc-dg.exp : Likewise.
7912         * lib/mike-g++.exp: Likewise.
7913         * lib/mike-g77.exp: Likewise.
7914         * lib/mike-gcc.exp: Likewise.
7915         * lib/objc-dg.exp: Likewise.
7917 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
7919         PR target/5379
7920         * gcc.dg/20020122-2.c: New test.
7922 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
7924         * gcc.dg/20020122-1.c: New test.
7926 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
7928         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
7930 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
7932         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
7934 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7936         * gcc.c-torture/compile/20020121-1.c: New test.
7938 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7940         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
7941         ld_library_path.
7943 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
7945         * gcc.dg/20020218-1.c: New test.
7947 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
7949         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
7950         messages
7951         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
7952         "At global scope" warning
7953         * g++.dg/ext/align1.C: Change cygwin test for alignment
7954         from db-bogus to dg-warning
7956 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
7958         * g77.f-torture/compile/cpp2.F: New test.
7960 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7962         * g++.dg/template/access1.C: New test.
7964 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
7966         * gcc.dg/20020118-1.c: New.
7968 2002-01-18  Kazu Hirata  <kazu@hxi.com>
7970         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
7972 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
7974         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
7975         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
7976         alignment warnings.
7978 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
7980         * gcc.misc-tests/i386-prefetch.exp: Save and restore
7981         torture_with_loops and torture_without_loops
7983 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
7985         * gcc.c-torture/compile/20020116-1.c: New test.
7987 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
7989         * gcc.dg/20020116-2.c: New test.
7991         * gcc.dg/ultrasp4.c: New test.
7993         * gcc.dg/20020116-1.c: New test.
7995 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
7997         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
7998         by EABI.
8000 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
8002         * gcc.misc-tests/i386-prefetch.exp: New.
8003         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
8004         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
8005         * gcc.misc-tests/i386-pf-none-1.c: New test.
8006         * gcc.misc-tests/i386-pf-sse-1.c: New test.
8008 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
8010         * gcc.dg/gnu89-init-1.c: Add new tests.
8012 2002-01-15  Andreas Jaeger  <aj@suse.de>
8014         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
8015         * gcc.dg/i386-mmx-2.c: Likewise.
8016         * gcc.dg/i386-sse-1.c: Likewise.
8017         * gcc.dg/i386-sse-2.c: Likewise.
8018         * gcc.dg/i386-sse-3.c: Likewise.
8020 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
8022         * g77.f-torture/execute/intrinsic-unix-bessel.f:
8023         Uncomment additional cases that now pass.
8025 2002-01-11  Richard Henderson  <rth@redhat.com>
8027         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
8028         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
8030 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
8032         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
8034 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
8036         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
8037         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
8039 2002-01-10  Dale Johannesen  <dalej@apple.com>
8041         * gcc.c-torture/execute/loop-11.c: New.
8043 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
8045         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
8046         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
8048 2002-01-09  Richard Henderson  <rth@redhat.com>
8050         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
8051         type in which to perform the operation for each size.
8053 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
8055         * gcc.c-torture/compile/20020109-2.c: New test.
8057 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
8059         * gcc.c-torture/execute/loop-10.c: New test.
8061 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8063         * gcc.c-torture/compile/20010226-1.c: New test.
8064         * gcc.c-torture/compile/20010227-1.c: New test.
8065         * gcc.c-torture/compile/20010426-1.c: New test.
8066         * gcc.c-torture/compile/20010510-1.c: New test.
8067         * gcc.c-torture/compile/20010605-3.c: New test.
8068         * gcc.c-torture/compile/20010824-1.c: New test.
8069         * gcc.c-torture/execute/20010409-1.c: New test.
8070         * gcc.dg/noncompile/20000901-1.c: New test.
8071         * gcc.dg/20001023-1.c: New test.
8072         * gcc.dg/20001101-1.c: New test.
8073         * gcc.dg/20001102-1.c: New test.
8074         * gcc.dg/20010207-1.c: New test.
8075         * gcc.dg/20010405-1.c: New test.
8076         * gcc.dg/20010822-1.c: New test.
8077         * gcc.dg/20011107-1.c: New test.
8079 2002-01-09  Jeffrey A Law  (law@redhat.com)
8081         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
8083         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
8084         execution failure on PA targets.
8086 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8088         * gcc.c-torture/compile/20020109-1.c: New test.
8090 2002-01-08  Kazu Hirata  <kazu@hxi.com>
8092         * gcc.c-torture/execute/20020108-1.c: New test.
8094 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
8096         * gcc.dg/20020108-1.c: New test.
8098 2002-01-08  H.J. Lu <hjl@gnu.org>
8100         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
8101         for header files.
8103 2002-01-08  Geoff Keating  <geoffk@redhat.com>
8105         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
8106         consistency.
8108 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
8110         * gcc.dg/altivec-4.c: Test altivec predicates.
8112 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
8114         * gcc.c-torture/execute/20020107-1.c: New test.
8116 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8118         PR c/5279
8119         * gcc.c-torture/compile/20020106-1.c: New test.
8121 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
8123         * gcc.c-torture/execute/nestfunc-4.c: New test.
8125 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8127         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
8128         extra triple that slipped in.
8129         * g++.old-deja/g++.abi/align.C: Likewise.
8130         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8132 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8134         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
8135         * g++.old-deja/g++.abi/align.C: Likewise.
8136         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8138         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
8139         on FreeBSD/i386.
8140         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
8141         FreeBSD.
8143 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
8145         * gcc.dg/20020104-1.c: New test.
8147         * gcc.dg/20020104-2.c: New test.
8149 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
8151         * gcc.dg/20020103-1.c: Fix typo in target selector.
8153 2002-01-03  Richard Henderson  <rth@redhat.com>
8155         * gcc.dg/20020103-1.c: New.
8157 2002-01-03  Kazu Hirata  <kazu@hxi.com>
8159         * gcc.c-torture/execute/20020103-1.c: New test.
8161 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
8163         * g++.dg/other/debug2.C: New test.
8165         * gcc.c-torture/compile/20020103-1.c: New test.
8167 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
8169         * gcc.dg/gnu89-init-1.c: Added new tests.
8171 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8173         * g++.dg/template/friend2.C: Remove as patch is reverted.
8175         * g++.dg/warn/oldcast1.C: New test.
8177         * g++.dg/template/ptrmem1.C: New test.
8178         * g++.dg/template/ptrmem2.C: New test.
8180         * g++.dg/template/ntp.C: New test.
8182         * g++.dg/other/component1.C: New test.
8184         * g++.dg/template/ttp3.C: New test.
8186         * g++.dg/template/friend2.C: New test.
8187         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
8189 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8191         * g++.dg/other/ptrmem1.C: New test.
8192         * g++.dg/other/ptrmem2.C: New test.
8194 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8196         * g++.dg/template/ctor1.C: New test.
8198 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8200         * g++.dg/template/friend2.C: New test.
8202 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
8204         * gcc.dg/mmix-1.c: New test.
8206 2001-12-31  Richard Henderson  <rth@redhat.com>
8208         * gcc.dg/asm-5.c: New.
8210 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
8212         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
8213         in namespace __gnu_cxx
8215 2001-12-30  Richard Henderson  <rth@redhat.com>
8217         * gcc.dg/debug-6.c: New.
8219 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
8221         * gcc.c-torture/compile/20011229-2.c: New test.
8223 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
8225         * gcc.dg/debug-3.c: New test.
8226         * gcc.dg/debug-4.c: New test.
8227         * gcc.dg/debug-5.c: New test.
8229 2001-12-29  Richard Henderson  <rth@redhat.com>
8231         * g++.dg/eh/loop1.C: New.
8233 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8235         * g++.dg/template/crash1.C: New test.
8237 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8239         * g++.dg/other/const1.C: New test.
8241 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
8243         * gcc.c-torture/compile/20011229-1.c: New test.
8245 2001-12-28  Stan Shebs  <shebs@apple.com>
8247         * lib/objc-torture.exp: Resync with c-torture.exp.
8248         * lib/objc.exp: Load standard libraries.
8250 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
8252         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
8253         additional tests.
8255 2001-12-27  Roger Sayle <roger@eyesopen.com>
8257         * gcc.c-torture/execute/string-opt-16.c: New testcase.
8259 2001-12-27  Richard Henderson  <rth@redhat.com>
8261         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
8263 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
8265         * g++.dg/eh/ctor1.C: New test.
8266         * g++.dg/other/error2.C: New test.
8268 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
8270         * g++.dg/other/init2.C: New test.
8272 2001-12-24  Richard Henderson  <rth@redhat.com>
8274         * gcc.dg/20011223-1.c: New.
8275         * gcc.dg/inline-1.c: New.
8277 2001-12-23  Richard Henderson  <rth@redhat.com>
8279         * gcc.dg/asm-4.c: Test operand modifiers.
8281 2001-12-23  Richard Henderson  <rth@redhat.com>
8283         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
8285 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8287         * gcc.c-torture/execute/20011223-1.c: New test.
8289 2001-12-21  Richard Henderson  <rth@redhat.com>
8291         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
8292         re-enables the warning.
8294 2001-12-21  Richard Henderson  <rth@redhat.com>
8296         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
8298 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8300         * gcc.c-torture/compile/20011218-1.c: New test.
8302 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
8304         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
8305         arm-isr.c test.
8306         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
8307         epilogue generation for ARM ISR routines.
8309 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8311         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
8312         * gcc.dg/format/c90-printf-3.c: Likewise.
8313         * gcc.dg/format/c99-printf-3.c: Likewise.
8314         * gcc.dg/format/ext-1.c: Likewise.
8315         * gcc.dg/format/ext-6.c: Likewise.
8316         * gcc.dg/format/format.h: Prototype unlocked stdio.
8318 2001-12-20  Richard Henderson  <rth@redhat.com>
8320         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
8321         (arena): Use it.
8322         (malloc): Correct allocation logic.  Abort if we fill up the
8323         arena before initialization complete.
8324         (realloc): Correct allocation logic.
8326 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8328         * gcc.c-torture/compile/20011219-2.c: New test.
8330         * gcc.c-torture/execute/20011219-1.c: New test.
8332 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
8334         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
8335         target does not support weak symbols.
8337 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
8339         * gcc.c-torture/compile/20011219-1.c: New test.
8341 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
8343         * g++.dg/other/error1.C: New test.
8345 2001-12-17  Jeffrey A Law  (law@redhat.com)
8347         * gcc.c-torture/execute/20011217-1.c: New test.
8349 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
8351         * objc.dg/special/: New directory.
8352         * objc.dg/special/special.exp: New file.
8353         * objc.dg/special/unclaimed-category-1.h: New file.
8354         * objc.dg/special/unclaimed-category-1a.m: New file.
8355         * objc.dg/special/unclaimed-category-1.m: New file.
8357 2001-12-17  Andreas Jaeger  <aj@suse.de>
8359         * gcc.c-torture/compile/20011217-2.c: New test.
8361 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8363         * gcc.c-torture/compile/20011217-1.c: New test.
8365 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
8367         * testsuite/gcc.dg/20011214-1.c: New.
8369 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
8371         * gcc.dg/altivec-4.c: New.
8373 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
8375         * gcc.dg/20011113-1.c: New test.
8377 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8379         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
8380         std::__malloc_alloc_template<0> and
8381         std::__default_alloc_template<false, 0>.
8383 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
8385         * objc/execute/bf-21.m: New test.
8386         * objc/execute/enumeration-1.m: New test.
8387         * objc/execute/enumeration-2.m: New test.
8389 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
8391         * gcc.dg/gnu89-init-1.c: New test.
8393 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8395         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
8396         * g++.old-deja/g++.jason/2371.C: Likewise.
8397         * g++.old-deja/g++.jason/template33.C: Likewise.
8398         * g++.old-deja/g++.jason/template34.C: Likewise.
8399         * g++.old-deja/g++.jason/template36.C: Likewise.
8400         * g++.old-deja/g++.oliva/typename1.C: Likewise.
8401         * g++.old-deja/g++.oliva/typename2.C: Likewise.
8402         * g++.old-deja/g++.other/typename1.C: Likewise.
8403         * g++.old-deja/g++.pt/inherit2.C: Likewise.
8404         * g++.old-deja/g++.pt/nontype5.C: Likewise.
8405         * g++.old-deja/g++.pt/typename11.C: Likewise.
8406         * g++.old-deja/g++.pt/typename14.C: Likewise.
8407         * g++.old-deja/g++.pt/typename16.C: Likewise.
8408         * g++.old-deja/g++.pt/typename3.C: Likewise.
8409         * g++.old-deja/g++.pt/typename4.C: Likewise.
8410         * g++.old-deja/g++.pt/typename5.C: Likewise.
8411         * g++.old-deja/g++.pt/typename7.C: Likewise.
8412         * g++.old-deja/g++.robertl/eb9.C: Likewise.
8414 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
8416         * g++.dg/other/linkage1.C: New test.
8417         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
8418         specifiers.
8420 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
8422         * gcc.dg/concat.c: New test.
8424 2001-12-11  Stan Shebs  <shebs@apple.com>
8426         * objc/compile: New test directory.
8427         * objc/compile/compile.exp: New expect script.
8428         * objc/compile/20011211-1.m: New compile test.
8430 2001-12-11  Jason Merrill  <jason@redhat.com>
8432         * lib/prune.exp (prune_gcc_output): Also handle "In member
8433         function".  So many permutations...
8435 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
8437         * g++.dg/template/typedef1.C: New test.
8439 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
8441         * g++.dg/other/copy1.C: New test.
8443 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
8445         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
8447         * gcc.dg/builtin-choose-expr.c: New.
8449 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
8451         * gcc.dg/altivec-2.c: New.
8453 2001-12-07  Richard Henderson  <rth@redhat.com>
8455         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
8457 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
8459         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
8460         ultrasparc.
8462 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8464         * g++-old.deja/g++.robertl/eb101.C: Deleted.
8466 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
8468         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
8469         variable argument list.
8471 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
8473         * gcc.c-torture/execute/memcheck: Delete entire directory.
8474         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
8475         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
8477 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8479         * gcc.dg/Wshadow-1.c: New test.
8481 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
8483         * gcc.c-torture/compile/20011130-1.c: New test.
8485         * gcc.dg/noncompile/20011025-1.c: New test.
8487         * g++.dg/other/anon-union.C: New test.
8489         * gcc.c-torture/execute/20011024-1.c: New test.
8491 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8493         * gcc.c-torture/execute/20000722-1.x,
8494         gcc.c-torture/execute/20010123-1.x: Remove.
8495         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
8496         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
8497         gcc.dg/c99-complit-2.c: New tests.
8499 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
8501         * g++.dg/inherit/base1.C: New test.
8503 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
8505         * g++.dg/other/stdarg1.C: New test.
8507         * gcc.c-torture/compile/20011130-2.c: New test.
8509 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
8511         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
8512         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
8513         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
8514         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
8515         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
8516         * gcc.dg/builtin-prefetch-1.c: New test.
8518 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
8520         * gcc.dg/20011130-1.c: New test.
8522 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
8524         * g++.dg/other/scope1.C: New test.
8525         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
8527 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
8529         * gcc.dg/vla-init-1.c: New test.
8531 2001-12-01  Geoff Keating  <geoffk@redhat.com>
8533         * gcc.c-torture/compile/structs.c: New testcase from GDB.
8535 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8537         * objc.dg/alias.m: Update.
8538         * objc.dg/class-1.m: Update.
8539         * objc.dg/const-str-1.m: Update.
8540         * objc.dg/fwd-proto-1.m: Update.
8541         * objc.dg/id-1.m: Update.
8542         * objc.dg/super-class-1.m: Update.
8544 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
8546         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
8547         constructs.
8549 2001-11-28  Jeffrey A Law  (law@cygnus.com)
8551         * gcc.c-torture/execute/20011128-1.c: New test.
8553 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
8555         * gcc.dg/20011127-1.c: New test.
8557 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8559         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
8560         from Austin Group draft 7.
8561         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
8562         scanf format arguments.
8563         * gcc.dg/format/no-exargs-2.c: New test.
8565 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
8567         * g++.dg/abi/vbase8-4.C: New test.
8569 2001-11-24  Ian Lance Taylor  <ian@airs.com>
8571         * gcc.c-torture/execute/20011121-1.c: New test.
8573 2001-11-23  Jeffrey A Law  (law@cygnus.com)
8575         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
8577 2001-11-23  Andreas Jaeger  <aj@suse.de>
8579         * gcc.dg/cpp/charconst-2.c: New test.
8581 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
8583         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
8584         to the host if it is remote.  Let tests specify extra headers
8585         they use.
8586         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
8587         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
8588         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
8589         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
8590         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
8591         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
8592         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
8593         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
8594         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
8595         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
8597 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
8599         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
8600         for little endian ARMs.
8602 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
8604         * gcc.c-torture/compile/20011119-1.c: New test.
8605         * gcc.c-torture/compile/20011119-2.c: New test.
8607 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
8609         * gcc.dg/altivec-1.c: Fix typo.
8611 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8613         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
8615 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8617         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
8619 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
8621         * lib/g77.exp: Don't specify --rpath-link.
8623         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
8624         across all the headers.
8625         * gcc.dg/format/format.exp: For testing on a remote host,
8626         copy format.h.
8628         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
8629         * gcc.c-torture/execute/930406-1.c: Likewise.
8630         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
8632 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
8634         * gcc.dg/altivec-1.c: New.
8636 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8638         * gcc.dg/cpp/fpreprocessed.c: New test case.
8640 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8642         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
8643         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
8644         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
8646 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8648         * gcc.dg/no-builtin-1.c: New test.
8650 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
8652         * gcc.c-torture/execute/20011115-1.c: New test.
8654 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
8656         * gcc.c-torture/compile/20011114-2.c: New test.
8657         * gcc.c-torture/compile/20011114-3.c: New test.
8658         * gcc.c-torture/compile/20011114-4.c: New test.
8660 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
8662         * g++.dg/other/init1.C: New test.
8664 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
8666         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
8667         message.
8669         * gcc.c-torture/execute/20011114-1.c: New testcase.
8671         * gcc.c-torture/compile/20010327-1.c: Revert last change.
8672         * gcc.c-torture/compile/20011114-1.c: New test, exactly
8673         like the (before this change) version of 20010327-1.c.
8675 2001-11-14  Roger Sayle <roger@eyesopen.com>
8677         * gcc.c-torture/execute/string-opt-13.c: New testcase.
8679 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
8681         * g++.dg/init/array2.C: New test.
8683 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
8685         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
8687 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
8689         * g++.dg/other/forscope1.C: New test.
8690         * g++.dg/ext/forscope1.C: New test.
8691         * g++.dg/ext/forscope2.C: New test.
8693 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
8695         * gcc.c-torture/execute/20011113-1.c: New test.
8697 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
8699         * gcc.c-torture/execute/20011109-2.c: New test.
8701         * gcc.c-torture/execute/20011109-1.c: New test.
8703 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
8705         * gcc.c-torture/compile/20011109-1.c: New test.
8707 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8709         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
8710         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
8711         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
8712         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
8713         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
8714         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
8715         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
8717 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8719         * g++.dg/warn/Wshadow-1.C: New tests.
8720         * g++.old-deja/g++.mike/for3.C: Update.
8722 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8724         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
8725         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
8726         XFAILs.  Adjust expected error texts.
8727         * gcc.c-torture/compile/20011106-1.c,
8728         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
8729         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
8730         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
8731         gcc.dg/c99-array-lval-5.c: New tests.
8733 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8735         * gcc.dg/cpp/defined.c: Update.
8737 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8739         * gcc.c-torture/execute/anon-1.c: New test.
8741 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
8743         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
8744         same size, so no warning should be produced on stormy16.
8746         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
8747         due to oversized array.
8748         * g++.old-deja/g++.mike/ns15.C: Likewise.
8749         * g++.old-deja/g++.pt/crash16.C: Likewise.
8751 2001-11-02  Graham Stott  <grahams@redhat.com>
8753         * g++.dgother/debug1.C: Fix typos.
8755 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
8757         * g++.dg/other/debug1.C: New test.
8759 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8761         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
8762         of unsigned long.
8764 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
8766         * gcc.dg/20011029-2.c: New test.
8768         * gcc.c-torture/compile/20011029-1.c: New test.
8770 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
8772         * objc/execute/class_self-1.m: New test.
8773         * objc/execute/class_self-2.m: New test.
8775 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
8777         * gcc.misc-tests/msgs.exp: Delete.
8778         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
8779         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
8780         error set to match recent changes.
8782 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
8784         * gcc.dg/20011021-1.c: New test.
8786 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
8788         * gcc.c-torture/compile/20011023-1.c: New test.
8790 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
8792         * lib/g77.exp: Rewrite based on lib/g++.exp.
8794 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
8796         * gcc.c-torture/execute/20011019-1.c: New test.
8798         * gcc.dg/20011018-1.c: New test.
8800 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
8802         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
8804 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
8806         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
8807         * gcc.dg/attr-invalid.c: Likewise.
8809 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
8811         * testsuite/gcc.dg/20011015-1.c: New test.
8813 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
8815         * g++.dg/template/unify2.C: New test.
8817 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
8819         * g++.dg/other/exception-specification.C: New test
8821 2001-10-13  Tom Rix  <trix@redhat.com>
8823         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
8824         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
8826 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
8828         * testsuite/gcc.dg/20011009-1.c: New test.
8830 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
8832         PR g++/4476
8833         * g++.dg/other/friend1.C: New test.
8835 2001-10-11  Richard Henderson  <rth@redhat.com>
8837         * g++.old-deja/g++.other/crash18.C: Add -S to options.
8839 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8841         * gcc.c-torture/compile/20011010-1.c: New.
8843 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8845         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
8846         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
8847         g77.f-torture/execute/execute.exp,
8848         g77.f-torture/noncompile/noncompile.exp,
8849         gcc.c-torture/compile/compile.exp,
8850         gcc.c-torture/execute/execute.exp,
8851         gcc.c-torture/execute/ieee/ieee.exp,
8852         gcc.c-torture/execute/memcheck/memcheck.exp,
8853         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
8854         objc/execute/execute.exp: Update FSF address.
8856 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8858         * gcc.dg/cpp/cmdlne-C.c: Update.
8859         * gcc.dg/cpp/cmdlne-C2.c: New.
8861 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8863         * gcc.c-torture/execute/20011008-3.c: New.
8865 2001-10-08  DJ Delorie  <dj@redhat.com>
8867         * gcc.dg/20011008-1.c: New.
8868         * gcc.dg/20011008-2.c: New.
8870 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8872         * gcc.dg/cpp/spacing1.c: Update test.
8874 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8876         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
8877         spelling errors of "separate" as "seperate".
8879 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
8881         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
8882         enough to avoid inlining.
8884 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
8886         * lib/g77.exp: set libg2c_dir correctly.
8888 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8890         * gcc.dg/cpp/macro11.c: New test.
8892 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8894         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
8895         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
8896         gcc.dg/format/multattr-3.c: New tests.
8897         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
8898         tests for format attributes on function pointers being rejected.
8900 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8902         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
8904 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8906         * g++.dg/warn/format1.C: New test.
8908 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8910         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
8912 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8914         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
8916 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8918         * gcc.dg/cpp/redef2.c: Add test.
8920 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
8922         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
8923         long-standing bug on i686, apparently.
8924         * gcc.c-torture/execute/loop-2c.x: New file.
8925         * gcc.c-torture/execute/loop-2d.x: New file.
8926         * gcc.c-torture/execute/loop-3c.x: New file.
8928 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
8930         * gcc.dg/cpp/20000625-2.c: Correct line number.
8932 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8934         * gcc.dg/cpp/macro10.c: New test.
8935         * gcc.dg/cpp/strify3.c: New test.
8936         * gcc.dg/cpp/spacing1.c: Add tests.
8937         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
8938         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
8940 2001-09-24  DJ Delorie  <dj@redhat.com>
8942         * gcc.c-torture/execute/20010924-1.c: New test.
8944 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8946         * testsuite/objc/execute/paste.m: Remove.
8948 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8950         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
8952 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
8954         * g77.dg/strlen0.f: New test.
8956 2001-09-21  Richard Henderson  <rth@redhat.com>
8958         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
8959         * g++.old-deja/g++.abi/vtable2.C: Likewise.
8961 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8963         Table-driven attributes.
8964         * g++.dg/ext/attrib1.C: New test.
8966 2001-09-20  DJ Delorie  <dj@redhat.com>
8968         * gcc.dg/20000926-1.c: Update expected warning messages.
8969         * gcc.dg/array-2.c: Likewise, and test for warnings too.
8970         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
8971         array.
8973 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
8975         * g++.dg/eh/registers1.C: New test case.
8977 2001-09-17  Richard Henderson  <rth@redhat.com>
8979         * gcc.dg/array-5.c: Fix VLA decomposition test.
8981 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8983         * gcc.dg/cpp/line5.c: New testcase.
8985 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8987         * gcc.dg/cpp/macro9.c: New test.
8989 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
8991         * gcc.c-torture/execute/980223.c: Change type of addr from long
8992         to char *.
8994 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
8996         * gcc.c-torture/execute/20010915-1.c: New test.
8998 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
9000         * g77.dg/bprob: New directory.
9001         * g77.dg/bprob/bprob.exp: New file.
9002         * g77.dg/bprob/bprob-1.f: New test.
9003         * g77.dg/gcov: New directory.
9004         * g77.dg/gcov/gcov.exp: New file.
9005         * g77.dg/gcov/gcov-1.f: New test.
9006         * g77.dg/gcov/gcov-1.x: New file.
9008 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9010         * gcc.dg/cpp/directiv.c: Update.
9011         * gcc.dg/cpp/undef1.c: Update.
9013 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
9015         * gcc.dg/20010912-1.c: New test.
9017 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
9019         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
9020         language-independent file in lib.
9021         * lib/gcov.exp: New file.
9023 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9025         * gcc.c-torture/compile/20010911-1.c: New test.
9027 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
9029         * lib/profopt.exp: New, to support profile-directed optimizations.
9030         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
9031         * gcc.misc-tests/bprob-1.c: New test.
9032         * gcc.misc-tests/bprob-2.c: New test.
9034 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
9036         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
9037         XFAIL and which kinds of gcov output to verify.
9038         * gcc.misc-tests/gcov-4b.x: New file.
9039         * gcc.misc-tests/gcov-5b.x: New file.
9040         * gcc.misc-tests/gcov-6.x: New file.
9041         * gcc.misc-tests/gcov-7.c: New test.
9042         * gcc.misc-tests/gcov-7.x: New file.
9044 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
9046         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
9047         * gcc.misc-tests/gcov-6.c: New test.
9049 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9051         PR c++/3986
9052         * g++.dg/abi/vbase1.C: New test.
9054 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
9056         * objc.dg/method-2.m: New.
9058 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9060         PR c++/4203
9061         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
9062         * g++.dg/init/empty1.C: New test.
9064 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
9066         * gcc.c-torture/compile/20010903-1.c: New test.
9068 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
9070         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
9071         for m68k.
9073 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
9075         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
9077         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
9079         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
9081 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
9083         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
9084         for 16-bit 'unsigned int'.
9086 2001-08-29  Kazu Hirata  <kazu@hxi.com>
9088         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
9090 2001-08-27  Richard Henderson  <rth@redhat.com>
9092         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
9093         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
9095 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
9097         * gcc.dg/asm-names.c (ymain): New.
9099 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
9101         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
9102         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
9103         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
9105 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9107         * gcc.dg/compare5.c: New testcase.
9109 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
9111         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
9112         and "In instantiation".
9114 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
9116         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
9118 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
9120         * gcc.misc-tests/gcov.exp: Add support for branch information.
9121         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
9122         * gcc.misc-tests/gcov-4.c: New test.
9123         * gcc.misc-tests/gcov-4b.c: New test.
9124         * gcc.misc-tests/gcov-5b.c: New test.
9126 2001-08-20  Zack Weinberg  <zackw@panix.com>
9128         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
9129         expected to fail.
9131 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9133         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
9135 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
9137         * g++.dg/eh/template1.C: New test.
9139 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
9141         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
9142         Fix thinko.
9143         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
9144         for xfail.
9146 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
9148         * lib/g77-dg.exp:  Use prune.exp for common procedures
9149         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
9150         * lib/g77.exp: (g77-dg-prune) Remove
9152 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
9154         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
9156 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9158         * g++.dg/template/unify1.C: New test.
9160 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
9162         * g++.dg/abi/empty4.C: New test.
9164 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
9166         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
9167         solaris2.*
9168         * g77.f-torture/compile/pr3743.x: Likewise
9170 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9172         * g++.dg/other/using-declaration.C: New test.
9174 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9176         * gcc.dg/cpp/tr-sign.c: New testcase.
9178 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9180         * gcc.dg/cpp/19951025-1.c: Revert.
9181         * gcc.dg/cpp/directiv.c: We no longer process directives that
9182         interrupt macro arguments.
9184 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
9186         * gcc.dg/bconstp-1.c: New test.
9188 2001-08-03  Richard Henderson  <rth@redhat.com>
9190         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
9192 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9194         * gcc.dg/cpp/19951025-1.c: Update.
9196 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
9198         * g77.dg/ff90-1.f (s): Fix reference of variable z,
9199         should be x.
9201 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9203         Kill -fhonor-std.
9204         * g++.old-deja/g++.ns/ns14.C: Remove special options.
9205         * g++.old-deja/g++.other/std1.C: Likewise.
9206         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
9208 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
9210         * lib/g77.exp:  Load gcc-defs.exp for common procedures
9211         (g77_pass, g77_fail, g77_finish, g77_exit,
9212         ${tool}_check_unsupported_p} Now redundant.  Deleted.
9214 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
9216         * g77.dg/fbackslash.f
9217         * g77.dg/fcase-preserve.f
9218         * g77.dg/ff90-1.f
9219         * g77.dg/ffixed-line-length-0.f
9220         * g77.dg/ffixed-line-length-132.f
9221         * g77.dg/ffixed-line-length-7.f
9222         * g77.dg/ffixed-line-length-72.f
9223         * g77.dg/ffixed-line-length-none.f
9224         * g77.dg/ffree-form-1.f
9225         * g77.dg/fno-backslash.f
9226         * g77.dg/fno-f90-1.f
9227         * g77.dg/fno-fixed-form-1.f
9228         * g77.dg/fno-onetrip.f
9229         * g77.dg/fno-typeless-boz.f
9230         * g77.dg/fno-underscoring.f
9231         * g77.dg/fno-vxt-1.f
9232         * g77.dg/fonetrip.f
9233         * g77.dg/ftypeless-boz.f
9234         * g77.dg/fugly-assumed.f
9235         * g77.dg/funderscoring.f
9236         * g77.dg/fvxt-1.f
9238 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
9240         * objc.dg/fwd-proto-1.m: New.
9241         * objc.dg/local-decl-1.m: New.
9242         * objc.dg/naming-1.m: New.
9243         * objc.dg/naming-2.m: New.
9244         * objc.dg/proto-hier-1.m: New.
9246 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
9248         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
9249         largest-type elements to a struct makes its size grow.
9251 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9253         * g++.dg/abi/vthunk1.C: New test.
9255 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9257         * g++.dg/abi/vbase8-22.C: New test.
9259 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9261         * gcc.dg/cpp/macro8.c: New test.
9263 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9265         * g++.dg/abi/vbase8-21.C: New test.
9267 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9269         * g++.dg/abi/vbase8-10.C: New test.
9271 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9273         * lib/g++.exp (g++_set_ld_library_path): Renamed to
9274         ${tool}_set_ld_library_path.
9275         Changed caller.
9276         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
9277         g++.exp.
9279 2001-07-26  Stan Cox <scox@redhat.com>
9281         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
9282         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
9283         gcc_exit, gcc_check_unsupported_p):
9284         Moved to gcc-deps.exp
9285         * gcc-deps.exp: New file.
9287 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9289         * g++.old-deja/g++.pt/defarg14.C: New test.
9291 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9293         * g++.old-deja/g++.other/lineno5.C: New test.
9295 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9297         * g++.old-deja/g++.pt/crash68.C: New test.
9299 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9301         * g++.old-deja/g++.other/crash42.C: New test.
9303 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9305         * gcc.dg/cpp/extratokens.c: Fix.
9306         * gcc.dg/cpp/skipping2.c: New tests.
9308 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9310         * gcc.c-torture/execute/20010724-1.c: New file.
9311         * gcc.c-torture/execute/20010724-1.x: New file.
9313 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9315         * g++.old-deja/g++.other/cond7.C: New test.
9317 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9319         * g++.old-deja/g++.other/optimize4.C: New test.
9321 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9323         * g++.old-deja/g++.abi/vbase8-5.C: New test.
9325 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
9327         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
9328         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
9329         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
9330         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
9332         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
9333         bug report" message.
9335         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
9336         * g++.dg/ext/instantiate1.C: Move from old-deja.
9338 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
9340         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
9341         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
9342         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
9343         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
9345 2001-07-23  Jeffrey A Law  (law@cygnus.com)
9347         * gcc.c-torture/execute/20010723-1.c: New test.
9349 2001-07-23  Ben Elliston  <bje@redhat.com>
9351         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
9353 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9355         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
9356         i[34567]86-*-*.
9357         Delete handling of ieee_multilib_flags.
9358         Pass -mieee for alpha*-*-* and sh-*-*.
9359         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
9361 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
9363         Remove old-abi tests.
9364         * g++.old-deja/g++.mike/p11116.C: Remove.
9365         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
9367 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
9369         * g77.f-torture/compile/pr3743.f:  New test
9371 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
9373         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
9375 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9377         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
9378         g++.old-deja/g++.pt/static6.C: Likewise.
9379         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
9380         supports weak symbols.
9382 2001-07-18  Andreas Jaeger  <aj@suse.de>
9384         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
9385         supported again.
9387 2001-07-18  Andreas Jaeger  <aj@suse.de>
9389         * gcc.dg/iftrap-1.c: Fix target line.
9391 2001-07-17  Richard Henderson  <rth@redhat.com>
9393         * gcc.c-torture/execute/20010717-1.c: New.
9395 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9397         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
9398         tests.
9400 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9402         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
9404 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9406         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
9407         UAC_SIGBUS, UAC_NOPRINT definitions.
9409 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
9411         * objc/execute/object_is_class.m: New test.
9412         * objc/execute/object_is_meta_class.m: New test.
9414 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9416         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
9417         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
9419 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
9421         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
9422         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
9424 2001-07-14  Richard Henderson  <rth@redhat.com>
9426         * gcc.dg/iftrap-1.c: New.
9428 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
9430         * g77.f-torture/execute/intrinsic77.f: New test.
9432 2001-07-11  Janis Johnson <janis@us.ibm.com>
9434         * gcc.misc-tests/gcov-3.c: New test.
9436 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
9438         * gcc.c-torture/compile/20010711-1.c,
9439         * gcc.c-torture/compile/20010711-2.c: New tests.
9441 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
9443         * gcc.c-torture/execute/20010711-1.c: New test.
9445 2001-07-11  Ben Elliston  <bje@redhat.com>
9447         * g++.old-deja/g++.other/enum5.C: New test.
9449 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
9451         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
9452         (g++-dg-prune): Call prune_gcc_output.
9453         * prune.exp: New file for prune_gcc_output.
9454         * lib/g++.exp, lib/gcc.exp: Load it.
9456 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9458         * gcc.c-torture/compile/20010701-1.c,
9459         g++.old-deja/g++.ext/attrib6.C: New tests.
9461 2001-07-06  Jeffrey A Law  (law@cygnus.com)
9463         * gcc.c-torture/compile/20010706-1.c: New test.
9465 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
9467         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
9469 2001-06-28  Stan Shebs  <shebs@apple.com>
9471         * gcc.dg/pragma-darwin.c: New test.
9473 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9475         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
9476         Solaris 2.[678] system.
9478 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9480         * gcc.dg/20010622-1.c: New test.
9482 2001-06-18  Stan Shebs  <shebs@apple.com>
9484         * objc.dg: New directory.
9485         * objc.dg/dg.exp: New file.
9486         * objc.dg/alias.m: New.
9487         * objc.dg/class-1.m: New.
9488         * objc.dg/class-2.m: New.
9489         * objc.dg/const-str-1.m: New.
9490         * objc.dg/const-str-2.m: New.
9491         * objc.dg/id-1.m: New.
9492         * objc.dg/method-1.m: New.
9493         * objc.dg/super-class-1.m: New.
9494         * lib/objc-dg.exp: New file.
9496 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9498         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
9499         of label name.
9501 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
9503         * g++.old-deja/g++.abi/vbase8-9.C: New test.
9505 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9507         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
9508         variable.
9510 2001-06-12  Richard Henderson  <rth@redhat.com>
9512         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
9514 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
9516         * g++.old-deja/g++.abi/vbase5.C: New test.
9517         * g++.old-deja/g++.abi/vbase6.C: New test.
9518         * g++.old-deja/g++.abi/vbase7.C: New test.
9520 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9522         * gcc.c-torture/compile/20010610-1.c: New test.
9524 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
9526         * g++.old-deja/g++.abi/vbase4.C: New test.
9528 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9530         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
9531         support %f for HC11/HC12 targets.
9532         * gcc.c-torture/execute/930513-1.x: New file, likewise.
9533         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
9534         on HC11/HC12 targets.
9535         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
9537 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9539         * gcc.dg/wchar_t-1.c: New file.
9540         * gcc.dg/wint_t-1.c: Likewise.
9542 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
9544         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
9546 2001-06-11  Richard Henderson  <rth@redhat.com>
9548         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
9550 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9552         * gcc.c-torture/compile/20010611-1.c: New test.
9554 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9556         * gcc.dg/c99-tag-1.c: Add more tests.
9558 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
9560         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
9561         representation on MN10300 and ARM/Thumb.
9563 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
9565         * g77.f-torture/execute/20010610.f: New.
9567 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
9569         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
9570         names.
9572 2001-06-09  Richard Henderson  <rth@redhat.com>
9574         * gcc.c-torture/execute/ashrdi-1.c: New.
9575         * gcc.c-torture/execute/ashldi-1.c: New.
9576         * gcc.c-torture/execute/lshrdi-1.c: New.
9578 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
9580         * objc/execute/load-3.m: Added. Check sending +load to categories,
9581         in addition to classes.
9583 2001-06-08  Stan Shebs  <shebs@apple.com>
9585         * objc/execute/load-2.m: New test.  From Nicola Pero
9586         <n.pero@mi.flashnet.it>.
9588 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
9590         * gcc.c-torture/execute/20010605-2.c: New test.
9592 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
9594         * g++.old-deja/g++.abi/vbase2.C: New test.
9595         * g++.old-deja/g++.abi/vbase3.C: New test.
9597 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
9599         * g++.old-deja/g++.pt/friend49.C: New test.
9601 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
9603         * g++.old-deja/g++.ext/anon3.C: New test.
9605 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
9607         * g++.old-deja/g++.other/conv7.C: New test.
9609 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
9611         * gcc.c-torture/compile/20010605-2.c: New test.
9613 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9615         * gcc.c-torture/execute/20010604-1.c: New test.
9617 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
9619         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
9621 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
9623         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
9624         (g++_link_flags): Likewise.
9625         (g++_init): Pass gccpath's value to two previous functions.
9627 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9629         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
9630         Ensure logfile entry matches exec command line.
9632 2001-05-31  Richard Henderson  <rth@redhat.com>
9634         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
9635         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
9637 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
9639         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
9640         compiler for irix6.2
9642 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
9644         * g++.old-deja/g++.other/optimize3.C: New file.
9646 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
9648         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
9649         assemble.
9651 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
9653         * g++.old-deja/g++.other/optimize2.C: New file.
9655 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
9657         * gcc.c-torture/compile/20010518-2.c: New file.
9658         * gcc.c-torture/execute/20010518-1.c: New file.
9659         * gcc.c-torture/execute/20010518-2.c: New file.
9661 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9663         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
9665 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
9667         G++ no longer defines builtins that do not begin with __builtin.
9668         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
9669         * g++.old-deja/g++.brendand/misc13.C: Likewise.
9670         * g++.old-deja/g++.law/builtin1.C: Likewise.
9671         * g++.old-deja/g++.law/cvt2.C: Likewise.
9672         * g++.old-deja/g++.mike/net5.C: Likewise.
9673         * g++.old-deja/g++.other/builtins1.C: Likewise.
9674         * g++.old-deja/g++.other/builtins2.C: Likewise.
9675         * g++.old-deja/g++.other/builtins3.C: Likewise.
9676         * g++.old-deja/g++.other/builtins4.C: Likewise.
9677         * g++.old-deja/g++.other/inline8.C: Likewise.
9678         * g++.old-deja/g++.robertl/eb39.C: Likewise.
9680 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
9682         * g++.old-deja/g++.pt/using1.C: Adjust.
9683         * g++.old-deja/g++.pt/using2.C: New test.
9685 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9687         * gcc.dg/cpp/charconst.c: New tests.
9688         * gcc.dg/cpp/escape.c: New tests.
9689         * gcc.dg/cpp/escape-1.c: New tests.
9690         * gcc.dg/cpp/escape-2.c: New tests.
9691         * gcc.dg/cpp/ucs.c: New tests.
9693 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
9695         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
9696         native compiler for irix6.5.
9698 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
9700         * lib/g++.exp (g++_include_flags): Use args to compute
9701         get_multilibs.
9702         (g++_link_flags): Likewise.
9703         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
9705 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9707         * gcc.dg/c90-hexfloat-1.c: Add more tests.
9709 2001-05-21  Geoff Keating  <geoffk@redhat.com>
9711         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
9712         this file.
9714 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9716         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
9717         STACK_SIZE;
9718         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
9719         to STACK_SIZE; Use it to define size of add_histo array.
9720         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
9721         to STACK_SIZE.
9722         (f): Use GITT_SIZE to define size of gitt local table.
9723         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
9724         to STACK_SIZE; Use it to define size of bytemem array.
9726 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9728         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
9729         on 68HC11/HC12 due to the asm instruction.
9730         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
9731         * gcc.c-torture/compile/920520-1.x: Likewise.
9732         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
9733         on 68HC11/HC12 because the function is larger than 64K.
9734         * gcc.c-torture/compile/961203-1.x: New file, this test fails
9735         on 68HC11/HC12 because the structure is too large.
9737 2001-05-20  Richard Henderson  <rth@redhat.com>
9739         * gcc.c-torture/execute/20010520-1.c: New.
9741 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9743         * g++.old-deja/g++.warn/compare1.C: New test.
9744         * gcc.dg/compare4.c: New test.
9746 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
9748         * g++.old-deja/g++.other/optimize1.C: New test.
9750 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9752         * g++.old-deja/g++.pt/spec41.C: New test.
9754 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9756         * gcc.c-torture/compile/20010114-1.x: Remove.
9758 2001-05-18  Stan Shebs  <shebs@apple.com>
9760         * gcc.c-torture/compile/20010518-1.c: New test.
9762 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
9764         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
9765         * g++.old-deja/g++.pt/crash67.C: New test.
9767 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
9769         * g++.old-deja/g++.other/debug9.C: New test.
9771 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
9773         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
9775 2001-05-16  Jan Hubicka  <jh@suse.cz>
9777         * gcc.c-torture/compile/20010516-1.c: New test.
9779 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
9781         * g++.old-deja/g++.other/crash41.C: New test.
9783 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
9785         * g++.old-deja/g++.pt/crash66.C: New test.
9787 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
9789         * g++.old-deja/g++.robertl/eb27.C: Convert.
9791 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
9793         * g++.dg/friend-warn.C: New test.  Do not warn about friend
9794         declaration being redundant.
9796 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
9798         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
9800 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
9802         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
9804 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
9806         * lib/g++.exp: Use testsuite_flags.
9808 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
9810         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
9812 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9814         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
9816 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
9818         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
9820 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
9822         * gcc.c-torture/compile/20010313-1.c: New test.
9824 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
9826         * gcc.dg/cpp/direct2.c: New test.
9827         * gccq.dg/cpp/direct2s.c: New test.
9829         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
9831 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
9833         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
9834         * g++.old-deja/g++.other/op3.C: Likewise.
9836 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9838         * gcc.dg/cpp/syshdr.h: New file.
9839         * gcc.dg/cpp/sysmac1.c: Update.
9840         * gcc.dg/cpp/sysmac2.c: Update.
9842 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9844         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
9846 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
9848         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
9849         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
9851 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
9853         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
9855 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
9857         * lib/g++.exp (g++_include_flags): Don't use any special flags
9858         if TESTING_IN_BUILD_TREE is not defined.
9859         (g++_init): Use a plain 'c++' as the compiler if
9860         TESTING_IN_BUILD_TREEE is not defined.
9862 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
9864         * g++.old-deja/g++.eh/catch13.C: New test.
9865         * g++.old-deja/g++.eh/catch14.C: New test.
9867 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
9869         * gcc.dg/cpp/tr-define.c: New test.
9871 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
9873         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
9874         <stdlib.h>, not <malloc.h>.
9876 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9878         * g++.old-deja/g++.ns/template17.C: New test.
9880 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9882         * g++.old-deja/g++.pt/ref4.C: New test.
9884 2001-04-30  Richard Henderson  <rth@redhat.com>
9886         * gcc.dg/20000724-1.c: Revert last change.
9888 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
9890         * g77.f-torture/execute/20010430.f: New test.
9892 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
9894         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
9896 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
9898         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
9900 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9902         * g++.old-deja/g++.eh/crash6.C: New test.
9904 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9906         * g++.old-deja/g++.other/warn7.C: New test.
9908 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9910         * g++.old-deja/g++.other/defarg9.C: New test.
9912 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
9914         * g77.f-torture/compile/20010426.f: New test.
9915         * g77.f-torture/execute/20010426.f: New test.
9917 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
9919         * g77.f-torture/compile/20000629-1.x: Remove - error
9920         has been fixed.
9922 2001-04-26  Jeffrey A Law  (law@cygnus.com)
9924         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
9925         Tweak slightly to work with g++.dg framework.
9926         * g++.dg/special/ecos.exp: Run initp1.C test.
9927         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
9929         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
9930         its linker doesn't give line numbers either.
9931         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
9933 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
9935         * g++.old-deja/g++.other/lex1.C: New test.
9937 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
9939         * gcc.dg/noncompile/20010425-1.c: New test.
9941 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
9943         * g++.old-deja/g++.pt/mangle2.C: New test.
9945 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9947         * gcc.dg/format/plus-1.c: New test.
9949 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9951         * gcc.dg/20010423-1.c: New test.
9953 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9955         * gcc.c-torture/execute/20010422-1.c: New test.
9957 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
9959         * g++.old-deja/g++.ns/type2.C: New test.
9961 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
9963         * g++.old-deja/g++.other/perf1.C: New test.
9965 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
9967         * gcc.dg/c99-func-2.c: Remove xfail.
9968         * gcc.dg/c99-func-3.c: Remove xfail.
9969         * gcc.dg/c99-func-4.c: Remove xfail.
9971 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
9973         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
9975 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9977         * gcc.c-torture/compile/20010423-1.c: New test.
9979 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
9981         * g++.old-deja/g++.pt/typename28.C: New test.
9983 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
9985         * g++.old-deja/g++.abi/empty2.C: New test.
9986         * g++.old-deja/g++.abi/empty3.C: New test.
9988 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9990         * g++.old-deja/g++.other/comdat2.C: New test.
9991         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
9993 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9995         * g++.old-deja/g++.other/overload14.C: New test.
9997 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9999         * g++.old-deja/g++.other/lookup23.C: New test.
10001 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10003         * gcc.c-torture/execute/20010403-1.c: New test.
10005 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
10006             Mark Mitchell  <mark@codesourcery.com>
10008         * lib/old-dejagnu.exp: Don't delete output of executable.
10009         Add .exe suffix to executables.
10011 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
10013         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
10015 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10017         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
10019 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10021         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
10022         * g++.old-deja/g++.abi/crash1.C: New test.
10024 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10026         * g++.old-deja/g++.other/crash40.C: New test.
10028 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10030         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
10032 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
10034         * g++.old-deja/g++.other/warn6.C: New test.
10036 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10038         * g++.old-deja/g++.robertl/eb42.C: Same.
10040 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10042         * gcc.dg/wtr-conversion-1.c: New testcase.
10044 2001-04-10  Richard Henderson  <rth@redhat.com>
10046         * g++.old-deja/g++.other/array5.C: New.
10048 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10050         * gcc.c-torture/execute/20010408-1.c: New test.
10052 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
10054         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
10055         headers and constructs.
10056         * g++.old-deja/g++.robertl/eb79.C: Same.
10057         * g++.old-deja/g++.robertl/eb77.C (main): Same.
10058         * g++.old-deja/g++.robertl/eb73.C: Same.
10059         * g++.old-deja/g++.robertl/eb66.C (main): Same.
10060         * g++.old-deja/g++.robertl/eb55.C (t): Same.
10061         * g++.old-deja/g++.robertl/eb54.C (main): Same.
10062         * g++.old-deja/g++.robertl/eb46.C (main): Same.
10063         * g++.old-deja/g++.robertl/eb44.C: Same.
10064         * g++.old-deja/g++.robertl/eb41.C (main): Same.
10065         * g++.old-deja/g++.robertl/eb4.C (main): Same.
10066         * g++.old-deja/g++.robertl/eb39.C: Same.
10067         * g++.old-deja/g++.robertl/eb33.C (main): Same.
10068         * g++.old-deja/g++.robertl/eb31.C (main): Same.
10069         * g++.old-deja/g++.robertl/eb30.C: Same.
10070         * g++.old-deja/g++.robertl/eb3.C: Same.
10071         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
10072         * g++.old-deja/g++.robertl/eb21.C: Same.
10073         * g++.old-deja/g++.robertl/eb15.C: Same.
10074         * g++.old-deja/g++.robertl/eb118.C: Same.
10075         * g++.old-deja/g++.robertl/eb115.C (main): Same.
10076         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
10077         * g++.old-deja/g++.robertl/eb109.C: Same.
10078         * g++.old-deja/g++.other/sibcall1.C (main): Same.
10079         * g++.old-deja/g++.mike/rtti1.C: Same.
10080         * g++.old-deja/g++.mike/p658.C: Same.
10081         * g++.old-deja/g++.mike/net46.C: Same.
10082         * g++.old-deja/g++.mike/net34.C: Same.
10083         * g++.old-deja/g++.mike/memoize1.C: Same.
10084         * g++.old-deja/g++.mike/eh2.C: Same.
10085         * g++.old-deja/g++.law/weak.C: Same.
10086         * g++.old-deja/g++.law/visibility7.C: Same.
10087         * g++.old-deja/g++.law/visibility25.C: Same.
10088         * g++.old-deja/g++.law/visibility22.C: Same.
10089         * g++.old-deja/g++.law/visibility2.C: Same.
10090         * g++.old-deja/g++.law/visibility17.C: Same.
10091         * g++.old-deja/g++.law/visibility13.C: Same.
10092         * g++.old-deja/g++.law/visibility10.C: Same.
10093         * g++.old-deja/g++.law/visibility1.C: Same.
10094         * g++.old-deja/g++.law/virtual3.C (eval): Same.
10095         * g++.old-deja/g++.law/vbase1.C: Same.
10096         * g++.old-deja/g++.law/operators32.C: Same.
10097         * g++.old-deja/g++.law/nest3.C: Same.
10098         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
10099         * g++.old-deja/g++.law/except5.C (main): Same.
10100         * g++.old-deja/g++.law/cvt7.C (run): Same.
10101         * g++.old-deja/g++.law/cvt2.C: Same.
10102         * g++.old-deja/g++.law/cvt16.C: Same.
10103         * g++.old-deja/g++.law/ctors6.C (bar): Same.
10104         * g++.old-deja/g++.law/ctors17.C (main): Same.
10105         * g++.old-deja/g++.law/ctors13.C: Same.
10106         * g++.old-deja/g++.law/ctors12.C (main): Same.
10107         * g++.old-deja/g++.law/ctors10.C: Same.
10108         * g++.old-deja/g++.law/code-gen5.C: Same.
10109         * g++.old-deja/g++.law/bad-error7.C: Same.
10110         * g++.old-deja/g++.law/arm9.C: Same.
10111         * g++.old-deja/g++.law/arm12.C: Same.
10112         * g++.old-deja/g++.law/arg8.C: Same.
10113         * g++.old-deja/g++.law/arg1.C: Same.
10114         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
10115         * g++.old-deja/g++.jason/template31.C: Same.
10116         * g++.old-deja/g++.jason/template24.C (main): Same.
10117         * g++.old-deja/g++.jason/2371.C: Same.
10118         * g++.old-deja/g++.eh/new2.C: Same.
10119         * g++.old-deja/g++.eh/new1.C: Same.
10120         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
10121         * g++.old-deja/g++.brendan/nest21.C (main): Same.
10122         * g++.old-deja/g++.brendan/err-msg3.C: Same.
10123         * g++.old-deja/g++.brendan/crash62.C: Same.
10124         * g++.old-deja/g++.brendan/crash52.C: Same.
10125         * g++.old-deja/g++.brendan/crash49.C (main): Same.
10126         * g++.old-deja/g++.brendan/crash38.C: Same.
10127         * g++.old-deja/g++.brendan/crash15.C (main): Same.
10128         * g++.old-deja/g++.brendan/copy9.C: Same.
10130 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
10132         * gcc.c-torture/execute/20001203-2.c (memset):
10133         Count argument is of type __SIZE_TYPE__.
10135 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
10137         * gcc.c-torture/compile/20010404-1.c: New test.
10139 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
10141         * gcc.c-torture/compile/20010326-1.c: New test.
10143 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
10145         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
10146         peculiarities of the SH.
10147         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
10149 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10151         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
10152         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
10153         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
10155 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10157         * g77.f-torture/compile/20010321-1.f: New test.
10159 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10161         * gcc.c-torture/compile/20010329-1.c: New test.
10163 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10165         * gcc.c-torture/execute/20010329-1.c: New test.
10167 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10169         * g++.old-deja/g++.other/eh4.C: Fix typo.
10171 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10173         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
10175 2001-03-28  Philip Blundell  <philb@gnu.org>
10177         * gcc.c-torture/compile/20010328-1.c: New test.
10179 2001-03-27  Richard Henderson  <rth@redhat.com>
10181         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
10182         * g++.old-deja/g++.eh/vbase3.C: Likewise.
10184 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
10186         * gcc.c-torture/compile/20010327-1.c: New test.
10188 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10190         * g++.old-deja/g++.other/friend12.C: New test.
10191         * g++.old-deja/g++.other/friend9.C: Expect no errors.
10192         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
10194 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10196         * gcc.c-torture/execute/20010325-1.c: New test.
10198 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
10200         * g++.old-deja/g++.other/mangle3.C: New test.
10202 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
10204         * g++.old-deja/g++.other/anon8.C: New test.
10206 2001-03-20  Philip Blundell  <philb@gnu.org>
10208         * gcc.c-torture/compile/20010320-1.c: New test.
10210 2001-03-17  Richard Henderson  <rth@redhat.com>
10212         * g++.old-deja/g++.other/eh4.C: Add expected error text.
10214 2001-03-15  Geoff Keating  <geoff@redhat.com>
10216         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
10217         tests on AIX.
10219 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
10221         * g++.old-deja/g++.other/eh4.C: New test.
10223 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
10225         * gcc.dg/cpp/mi1.c: Update.
10227 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
10229         * g++.old-deja/g++.other/regstack.C: New test.
10231 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10233         * g++.old-deja/g++.other/ref4.C: New test.
10235 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
10237         * objc/execute/va_method.m: Added.
10238         * objc/execute/IMP.m: Added.
10239         * objc/execute/_cmd.m: Added.
10240         * objc/execute/accessing_ivars.m: Added.
10241         * objc/execute/class-1.m: Added.
10242         * objc/execute/class-10.m: Added.
10243         * objc/execute/class-11.m: Added.
10244         * objc/execute/class-12.m: Added.
10245         * objc/execute/class-13.m: Added.
10246         * objc/execute/class-14.m: Added.
10247         * objc/execute/class-2.m: Added.
10248         * objc/execute/class-3.m: Added.
10249         * objc/execute/class-4.m: Added.
10250         * objc/execute/class-5.m: Added.
10251         * objc/execute/class-6.m: Added.
10252         * objc/execute/class-7.m: Added.
10253         * objc/execute/class-8.m: Added.
10254         * objc/execute/class-9.m: Added.
10255         * objc/execute/class-tests-1.h
10256         * objc/execute/class-tests-2.h
10257         * objc/execute/compatibility_alias.m: Added.
10258         * objc/execute/encode-1.m: Added.
10259         * objc/execute/formal_protocol-1.m: Added.
10260         * objc/execute/formal_protocol-2.m: Added.
10261         * objc/execute/formal_protocol-3.m: Added.
10262         * objc/execute/formal_protocol-4.m: Added.
10263         * objc/execute/formal_protocol-5.m: Added.
10264         * objc/execute/formal_protocol-6.m: Added.
10265         * objc/execute/formal_protocol-7.m: Added.
10266         * objc/execute/informal_protocol.m: Added.
10267         * objc/execute/initialize.m: Added.
10268         * objc/execute/load.m: Added.
10269         * objc/execute/many_args_method.m: Added.
10270         * objc/execute/nested-3.m: Added.
10271         * objc/execute/no_clash.m: Added.
10272         * objc/execute/private.m: Added.
10273         * objc/execute/redefining_self.m: Added.
10274         * objc/execute/root_methods.m: Added.
10275         * objc/execute/selector-1.m: Added.
10276         * objc/execute/static-1.m: Added.
10277         * objc/execute/static-2.m: Added.
10278         * objc/execute/va_method.m: Added.
10280 2001-03-10  Richard Henderson  <rth@redhat.com>
10282         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
10284 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10286         * g++.old-deja/g++.other/crash31.C: XFAIL.
10287         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
10288         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
10289         * gcc.c-torture/execute/20010123-1.x: XFAIL.
10290         * gcc.c-torture/execute/20010124-1.x: XFAIL.
10291         * gcc.dg/sequence-pt-1.c: XFAIL one test.
10293 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
10295         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
10297 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10299         * gcc.dg/20000724-1.c: Don't use multiline strings.
10301 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10303         * objc/execute/string1.m, objc/execute/string2.m: Compare the
10304         result of -cString against what we expect it to be; don't just
10305         print it out for no one to read.
10307         * objc/execute/string3.m, objc/execute/string4.m: New tests.
10308         Based on testcases provided by Nicola Pero.
10310 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10312         * gcc.dg/cpp/macro7.c: New test.
10314 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10316         * gcc.dg/cpp/multiline.c: Update.
10318 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10320         * g++.old-deja/g++.other/enum3.C: New test.
10322 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10324         * g++.old-deja/g++.other/pod1.C: New test.
10326 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10328         * g++.old-deja/g++.ext/overload1.C: New test.
10330 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10332         * g++.old-deja/g++.pt/using1.C: New test.
10334 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10336         * g++.old-deja/g++.other/using9.C: New test.
10338 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
10340         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
10342         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
10344 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
10346         * g++.old-deja/g++.ext/realpt1.C: Remove.
10348 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
10350         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
10352 2001-02-26  Will Cohen  <wcohen@redhat.com>
10354         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
10356 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
10358         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
10359         templatized constructors.
10361 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10363         * gcc.c-torture/execute/20010224-1.c: New test.
10365 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
10367         * gcc.c-torture/execute/20010222-1.c: New test.
10369 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
10371         * g++.old-deja/g++.other/inline20.C: New test.
10373 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
10375         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
10377 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10379         * g++.old-deja/g++.other/lookup22.C: New test.
10381 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
10383         * g77.dg: New directory.
10384         * g77.dg/20010216-1.f: New test case.
10385         * g77.dg/dg.exp: New driver.
10386         * lib/g77-dg.exp: New driver library.
10388 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10390         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
10392 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
10394         * g++.old-deja/g++.other/decl9.C: New test.
10396 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
10398         * g++.old-deja/g++.other/init16.C: Update the test so that it does
10399         not need <string> and also tests the initialization at runtime.
10401 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10403         * gcc.c-torture/execute/longlong.c: New test.
10405 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
10407         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
10409 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
10411         * gcc.c-torture/execute/920302-1.c (execute):
10412         Change argument type to short.
10414 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
10416         * g++.old-deja/g++.pt/deduct6.C: New test.
10418 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
10420         * g++.old-deja/g++.pt/deduct5.C: New test.
10422 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
10424         * gcc.c-torture/execute/20010209-1.c: New test.
10426 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
10428         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
10430 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
10432         * g++.dg/vtgc1.C: Update for new ABI.
10434         * consistency.vlad: New directory, 1665 files.
10436 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10438         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
10439         return type.
10440         * gcc.dg/cpp/digraphs.c: Declare puts.
10442 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
10444         * g++.old-deja/g++.other/warn5.C: New test.
10446 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
10448         * g++.old-deja/g++.pt/spec40.C: New test.
10450 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
10452         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
10453         case.
10454         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
10456 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
10458         * gcc.c-torture/compile/20010209-1.c: New test.
10460 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
10462         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
10463         excess errors message but not if it crashes.
10464         * g++.old-deja/g++.other/crash27.C: Likewise.
10465         * g++.old-deja/g++.other/crash28.C: Likewise.
10466         * g++.old-deja/g++.other/crash30.C: Likewise.
10467         * g++.old-deja/g++.other/crash32.C: Likewise.
10468         * g++.old-deja/g++.other/crash35.C: Likewise.
10469         * g++.old-deja/g++.pt/inherit2.C: Likewise.
10471 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10473         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
10474         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
10475         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
10476         g77.f-torture/execute/execute.exp,
10477         g77.f-torture/noncompile/noncompile.exp,
10478         gcc.c-torture/execute/execute.exp,
10479         gcc.c-torture/execute/memcheck/memcheck.exp,
10480         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
10481         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
10482         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
10483         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
10484         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
10485         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
10486         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
10487         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
10488         Remove bug reporting instructions with ancient email addresses.
10490 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
10492         * gcc.dg/20010202-1.c: New test.
10493         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
10495 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
10497         * g++.dg/stdbool-if.C: New test.
10499 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
10501         * objc/execute/fdecl.m: Added main().
10503 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
10505         * gcc.c-torture/execute/20010206-1.c: New test.
10507 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10509         * gcc.dg/cpp/avoidpaste1.c: Update.
10511 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
10513         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
10514         Pero <nicola@brainstorm.co.uk>.
10515         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
10517 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
10519         * g++.old-deja/g++.pt/spec39.C: New test.
10521 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
10523         * gcc.c-torture/compile/20010202-1.c: New test.
10525 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
10527         * g++.old-deja/g++.abi/primary2.C: New test.
10528         * g++.old-deja/g++.abi/primary3.C: New test.
10529         * g++.old-deja/g++.abi/primary4.C: New test.
10530         * g++.old-deja/g++.abi/primary5.C: New test.
10531         * g++.old-deja/g++.abi/vtable3.h: New test.
10532         * g++.old-deja/g++.abi/vtable3a.C: New test.
10533         * g++.old-deja/g++.abi/vtable3b.C: New test.
10534         * g++.old-deja/g++.abi/vtable3c.C: New test.
10535         * g++.old-deja/g++.abi/vtable3d.C: New test.
10536         * g++.old-deja/g++.abi/vtable3e.C: New test.
10537         * g++.old-deja/g++.abi/vtable3f.C: New test.
10538         * g++.old-deja/g++.abi/vtable3g.C: New test.
10539         * g++.old-deja/g++.abi/vtable3h.C: New test.
10540         * g++.old-deja/g++.abi/vtable3i.C: New test.
10541         * g++.old-deja/g++.abi/vtable3j.C: New test.
10542         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
10544 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
10546         * g++.old-deja/g++.other/anon6.C: New test.
10547         * g++.old-deja/g++.other/anon7.C: New test.
10549 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
10551         * gcc.dg/cpp/avoidpaste2.c: New tests.
10553 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
10555         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
10557 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
10559         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
10560         DECIMAL_DIG cases for Irix."
10562 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
10564         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
10566 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10568         * gcc.dg/c99-tag-1.c: New test.
10570 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
10572         * gcc.dg/cpp/tr-warn1.c: Add tests.
10574 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
10576         * gcc.dg/cpp/avoidpaste1.c: Update.
10577         * gcc.dg/cpp/paste4.c: Update.
10579 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
10581         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
10582         cases for Irix.
10584 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10586         * g++.old-deja/g++.other/inline19.C: New test.
10588 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
10590         * gcc.dg/Wlarger-than.c: New test.
10592 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10594         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
10596 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
10598         * gcc.c-torture/execute/20010129-1.c: New test.
10599         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
10601 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
10603         * gcc.dg/cpp/avoidpaste1.c: Test case.
10605 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
10607         * g++.old-deja/g++.other/inline18.C: New test.
10609 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10611         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
10612         and __builtin_putchar.
10614 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
10616         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
10617         tests.
10619 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
10621         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
10622         floating point number rounding mode to round to the nearest
10623         representable mode.
10625 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
10627         * g++.old-deja/g++.other/mangle2.C: New test.
10629 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10631         * gcc.c-torture/compile/20010124-1.c: New test.
10633 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
10635         * g++.old-deja/g++.pt/spec38.C: New test.
10637 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10639         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
10640         "Build don't run".
10642 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10644         * gcc.c-torture/execute/20010123-1.c: New test.
10646 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10648         * g++.old-deja/g++.pt/spec37.C: New test.
10650 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10652         * g++.old-deja/g++.pt/overload14.C: New test.
10654 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10656         * gcc.c-torture/execute/20010122-1.c: New test, exercise
10657         __builtin_return_address.
10659 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
10661         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
10662         * g++.old-deja/g++.pt/spec35.C: New test.
10663         * g++.old-deja/g++.pt/spec36.C: New test.
10665 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
10667         * gcc.c-torture/compile/20010118-1.c: New test.
10669 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
10671         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
10673 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
10675         * gcc.c-torture/execute/20010119-1.c: New test.
10677 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10679         * g++.old-deja/g++.other/vbase5.C: New test.
10681 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
10683         * gcc.c-torture/execute/20010118-1.c: New test.
10685 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10687         * g++.old-deja/g++.pt/deduct3.C: New test.
10689 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10691         * g++.old-deja/g++.pt/spec34.C: New test.
10693 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
10695         * g77.f-torture/compile/20000601-2.f: New test.
10697 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10699         * g++.old-deja/g++.other/init17.C: New test.
10701 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
10703         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
10705 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10707         * g++.old-deja/g++.pt/unify8.C: New test.
10709 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10711         * g++.old-deja/g++.abi/vbase1.C: New test.
10713 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10715         * g++.old-deja/g++.pt/crash65.C: New test.
10717 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
10719         * gcc.dg/cpp/assembl2.S: New test case.
10721 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
10723         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
10724         are supported.
10726 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10728         * g++.old-deja/g++.other/builtins1.C: New test.
10729         * g++.old-deja/g++.other/builtins2.C: Likewise.
10730         * g++.old-deja/g++.other/builtins3.C: Likewise.
10731         * g++.old-deja/g++.other/builtins4.C: Likewise.
10733 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
10735         * gcc.c-torture/compile/20010117-1.c: New test.
10736         * gcc.c-torture/compile/20010117-2.c: New test.
10738 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10740         * g77.f-torture/execute/20010116.[fx]: New test,
10741         XFAIL on i?86-*-*.
10742         * g77.f-torture/compile/20010115.f: Indicate it's
10743         a test for PR fortran/1636.
10745 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
10747         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
10749 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10751         * g77.f-torture/compile/20010115.f: New test.
10753 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
10755         * g++.old-deja/g++.pt/nontype5.C: New test.
10757 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
10759         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
10760         have an equivalent working one below it.
10762 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
10764         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
10765         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
10767 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
10769         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
10770         message containing "init_priority".
10771         (conpr-2.C): Likewise.
10772         (conpr-3.C): Likewise.
10773         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
10775 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10777         * gcc.c-torture/execute/20010114-2.c: New test.
10779 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
10781         * gcc.c-torture/compile/20010114-1.c: New test.
10782         * gcc.c-torture/compile/20010114-1.x: Xfail.
10783         * gcc.c-torture/compile/20010114-2.c: New test.
10784         * gcc.c-torture/execute/20010114-1.c: New test.
10785         * gcc.dg/trunc-1.c: New test.
10786         * gcc.dg/uninit-B.c: New test.
10788 2001-01-13  Nick Clifton  <nickc@redhat.com>
10790         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
10791         target.
10793 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10795         * gcc.c-torture/compile/20010113-1.c: New test.
10797 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
10799         * gcc.c-torture/compile/20001212-1.c: New test.
10801 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
10803         * gcc.dg/cpp/widestr1.c: Update.
10804         * gcc.dg/cpp/prag-imp.c: Remove.
10806 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
10808         * gcc.c-torture/execute/20000801-3.x: Remove.
10809         * gcc.dg/c90-init-1.c: New test.
10810         * gcc.dg/c99-init-1.c: New test.
10811         * gcc.dg/c99-init-2.c: New test.
10812         * gcc.dg/gnu99-init-1.c: New test.
10814 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
10816         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
10817         testing that no relevant ones were found.
10819 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10821         * g++.old-deja/g++.pt/cast2.C: New test.
10823 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10825         * g++.old-deja/g++.pt/friend47.C: New test.
10827 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10829         * g++.old-deja/g++.pt/instantiate13.C: New test.
10831 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10833         * g++.old-deja/g++.other/defarg7.C: New test.
10834         * g++.old-deja/g++.other/defarg8.C: New test.
10836 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10838         * g++.old-deja/g++.pt/crash64.C: New test.
10840 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10842         * g++.old-deja/g++.pt/crash63.C: New test.
10844 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
10846         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
10848 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
10850         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
10852 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10854         * g++.old-deja/g++.pt/error3.C: New test.
10856 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10858         * g++.old-deja/g++.other/crash39.C: New test.
10860 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10862         * g++.old-deja/g++.other/vbase4.C: New test.
10864 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
10866         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
10867         * gcc.dg/special/20000419-2.c: New file. Identical to above.
10868         * gcc.dg/special/special.exp: New test driver which will check
10869         for alias support for the above test.
10871 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
10873         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
10874         problems on small machines.
10875         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
10876         parameterize.
10878 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
10880         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
10881         mips.
10882         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
10884 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
10886         * g++.old_deja/g++.pt/using8.C: New test.
10888 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10890         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
10892 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
10894         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
10895         where a failure is expected.
10896         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
10898 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10900         * g++.old_deja/g++.pt/instantiate12.C: New test.
10902 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10904         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
10905         start of structs.
10906         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
10907         * g++.old-deja/g++.brendan/crash17.C: Likewise.
10908         * g++.old-deja/g++.brendan/crash29.C: Likewise.
10909         * g++.old-deja/g++.brendan/crash48.C: Likewise.
10910         * g++.old-deja/g++.brendan/ns1.C: Likewise.
10911         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
10912         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
10913         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
10914         * g++.old-deja/g++.eh/spec6.C: Likewise.
10915         * g++.old-deja/g++.jason/crash3.C: Likewise.
10916         * g++.old-deja/g++.law/ctors11.C: Likewise.
10917         * g++.old-deja/g++.law/ctors17.C: Likewise.
10918         * g++.old-deja/g++.law/ctors5.C: Likewise.
10919         * g++.old-deja/g++.law/ctors9.C: Likewise.
10920         * g++.old-deja/g++.mike/ambig1.C: Likewise.
10921         * g++.old-deja/g++.mike/net22.C: Likewise.
10922         * g++.old-deja/g++.mike/p3538a.C: Likewise.
10923         * g++.old-deja/g++.mike/p3538b.C: Likewise.
10924         * g++.old-deja/g++.mike/virt3.C: Likewise.
10925         * g++.old-deja/g++.niklas/t128.C: Likewise.
10926         * g++.old-deja/g++.other/anon4.C: Likewise.
10927         * g++.old-deja/g++.other/using1.C: Likewise.
10928         * g++.old-deja/g++.other/warn3.C: Likewise.
10929         * g++.old-deja/g++.pt/t37.C: Likewise.
10930         * g++.old-deja/g++.robertl/eb69.C: Likewise.
10931         * g++.old-deja/g++.robertl/eb71.C: Likewise.
10933 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10935         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
10937 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10939         * gcc.c-torture/execute/stdio-opt-3.c: New test.
10941 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
10943         * gcc.c-torture/compile/20010107-1.c: New test.
10945 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10947         * gcc.c-torture/execute/builtin-noret-1.c: New test.
10949 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10951         * gcc.dg/format/format.h: New file.
10952         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
10953         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
10954         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
10955         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
10956         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
10957         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
10958         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
10959         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
10960         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
10961         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
10962         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
10963         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
10964         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
10965         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
10966         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
10967         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
10968         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
10969         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
10970         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
10971         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
10972         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
10973         instead of declaring standard types, macros and functions in each
10974         test.
10976 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
10978         * gcc.c-torture/execute/20010106-1.c: New test.
10980 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10982         * gcc.dg/format/format.exp: New file.
10983         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
10984         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
10985         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
10986         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
10987         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
10988         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
10989         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
10990         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
10991         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
10992         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
10993         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
10994         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
10995         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
10996         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
10997         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
10998         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
10999         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
11000         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
11001         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
11002         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
11003         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
11004         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
11005         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
11006         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
11007         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
11008         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
11009         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
11010         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
11011         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
11012         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
11013         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
11014         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
11015         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
11016         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
11017         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
11018         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
11019         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
11020         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
11021         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
11022         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
11023         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
11024         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
11026 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
11028         * gcc.c-torture/execute/991228-1.c: Take word endianness into
11029         account.
11031 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11033         * gcc.c-torture/execute/builtin-complex-1.c: New test.
11035 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
11037         * g++.old-deja/g++.pt/crash62.C: New test.
11039 2001-01-04  Richard Henderson  <rth@redhat.com>
11041         * gcc.dg/20000926-1.c: Update expected warnings.
11042         * gcc.dg/array-2.c: Likewise.
11043         * gcc.dg/array-4.c: Also validate flexible array members.
11044         * gcc.dg/c99-flex-array-1.c: New.
11046 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11048         * gcc.c-torture/compile/20001222-1.x: Remove.
11050 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11052         * gcc.c-torture/execute/built-in-setjmp.c: New.
11054 2001-01-03  Richard Henderson  <rth@redhat.com>
11056         * gcc.dg/940510-1.c: Update expected error wording.
11057         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
11059 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
11061         * lib/target-supports.exp (check_alias_available): Modified to
11062         indicate aliases not supported if only weak aliases are supported.
11064 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11066         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
11067         Turn on cmpstrsi checks for __pj__ and __i370__.
11069 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11071         * g++.old-deja/g++.other/virtual11.C: New test.
11073 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11075         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
11077 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11079         * gcc.c-torture/compile/20010102-1.c: New test.
11081 2001-01-02  Andreas Jaeger  <aj@suse.de>
11083         * gcc.dg/noreturn-3.c: New test.
11085         * gcc.dg/noreturn-4.c: New test.
11087 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11089         * gcc.c-torture/execute/stdio-opt-1.c: Also test
11090         __builtin_fputc and __builtin_fwrite.
11092 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11094         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
11095         signed char, not default char.
11097 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11099         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
11101 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
11103         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
11105 2000-12-29  Richard Henderson  <rth@redhat.com>
11107         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
11108         (__cyg_profile_func_exit): Define.
11110 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11112         * g++.dg/vtgc1.C: New test.
11114 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
11116         * gcc.dg/noncompile/20001228-1.c: New test.
11118         * gcc.dg/20001228-1.c: New test.
11120         * gcc.c-torture/execute/20001228-1.c: New test.
11122 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11124         * gcc.dg/format-strfmon-1.c: New test.
11126 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11128         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
11129         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
11130         * gcc.c-torture/execute/string-opt-1.c: Likewise.
11131         * gcc.c-torture/execute/string-opt-2.c: Likewise.
11132         * gcc.c-torture/execute/string-opt-3.c: Likewise.
11133         * gcc.c-torture/execute/string-opt-4.c: Likewise.
11134         * gcc.c-torture/execute/string-opt-6.c: Likewise.
11135         * gcc.c-torture/execute/string-opt-7.c: Likewise.
11136         * gcc.c-torture/execute/string-opt-8.c: Likewise.
11137         * gcc.c-torture/execute/string-opt-9.c: Likewise.
11138         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11139         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11140         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11142         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
11143         * gcc.c-torture/execute/string-opt-4.c: Test index.
11145 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
11147         * gcc.c-torture/compile/20001226-1.c: New test.
11149 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11151         * gcc.c-torture/compile/20001222-1.c: New test.
11152         * gcc.c-torture/compile/20001222-1.x: Xfail.
11154 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
11156         * gcc.c-torture/execute/comp-goto-2.c: New test.
11158 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
11160         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
11161         Use long types if __INT_MAX__ is 32767.
11162         (main): Use cast to (sint32 *) when poking 88 into a_page.
11164         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
11166 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
11168         * gcc.c-torture/compile/20001221-1.c: New test.
11169         * gcc.c-torture/execute/20001221-1.c: New test.
11171 2000-12-20  Richard Henderson  <rth@redhat.com>
11173         * g++.old-deja/g++.pt/crash36.C: Update error lines.
11174         * g++.old-deja/g++.robertl/eb109.C: Likewise.
11176 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11178         * gcc.dg/compare3.c: New test.
11180 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11182         * gcc.dg/format-warnll-1.c: New test.
11184 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11186         * gcc.dg/cpp/cmdlne-P.c: New test.
11188 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11190         * gcc.c-torture/execute/builtin-abs-1.c,
11191         gcc.c-torture/execute/builtin-abs-2.c: New tests.
11193 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11195         * gcc.dg/cpp/multiline.c: New test.
11197 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11199         * g++.old-deja/g++.other/syshdr1.C: Update.
11200         * gcc.dg/cpp/lineflags.c: Remove temporarily.
11202 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11204         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
11206 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11208         * g++.old-deja/g++.pt/ttp65.C: New test.
11210 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11212         * g++.old-deja/g++.pt/ttp64.C: New test.
11214 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11216         * g++.old-deja/g++.pt/spec33.C: New test.
11218 2000-12-14  Catherine Moore  <clm@redhat.com>
11220         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
11221         * gcc.c-torture/execute/920612-2.c: Likewise.
11222         * gcc.c-torture/execute/920428-2.c: Likewise.
11223         * gcc-c-torture/execute/va-arg-11.c: Call exit.
11224         * gcc.c-torture/execute/va-arg-21.c: Likewise.
11226 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11228         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
11229         * gcc.dg/pack-test-2.c: Likewise.
11231 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11233         Tests by Zack Weinberg <zackw@stanford.edu>.
11235         * gcc.dg/cpp/defined.c: Update.
11236         * gcc.dg/cpp/defined_trad.c: New tests.
11238 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11240         * gcc.dg/cpp/trad-direct.c: Update.
11242 2000-12-11  Neil Booth  <neilb@earthling.net>
11244         * gcc.dg/cpp/defined_trad.c
11246 2000-12-11  Neil Booth  <neilb@earthling.net>
11248         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
11250 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11252         * gcc.dg/format-miss-2.c: New test.
11254 2000-12-09  Neil Booth  <neilb@earthling.net>
11256         * gcc.dg/cpp/lineflags.c: New tests.
11257         * gcc.dg/cpp/poison.c: Update.
11258         * gcc.dg/cpp/redef2.c: Update.
11259         * gcc.dg/cpp/skipping.c: New test.
11261 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
11263         * g++.old-deja/g++.other/eh3.C: New testcase.
11265 2000-12-07  Neil Booth  <neilb@earthling.net>
11267         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
11268         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
11269         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
11270         wtr-union-init-2.c, wtr-union-init-3.c: Update.
11271         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
11272         Update.
11274 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11276         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
11277         __SIZE_TYPE__ instead of int for type of integers cast to
11278         pointers.
11280 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
11282         * g++.old-deja/g++.other/cleanup4.C: New test.
11284 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11286         * format-sec-1.c: New test.
11288 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11290         * gcc.dg/format-nonlit-3.c: New test.
11292 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11294         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
11295         through a null pointer.
11297 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11299         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
11300         * g++.old-deja/g++.pt/partial4.C: New test.
11302 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11304         * gcc.c-torture/execute/ieee/hugeval.x: New.
11306 2000-12-06  Neil Booth  <neilb@earthling.net>
11308         * gcc.dg/cpp/backslash2.c: New tests.
11310 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11312         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
11313         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
11315 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
11317         * gcc.c-torture/execute/20001203-2.c: New testcase.
11319 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11321         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
11322         * g++.old-deja/g++.other/virtual10.C: New test.
11324 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11326         * g++.old-deja/g++.mike/pmf5.C: Remove test.
11328 2000-12-05  Richard Henderson  <rth@redhat.com>
11330         * gcc.c-torture/compile/20001205-1.c: New.
11332 2000-12-04  Neil Booth  <neilb@earthling.net>
11334         * g++.old-deja/g++.other/virtual9.C: New test.
11335         * g++.old-deja/g++.pt/crash61.C: New test.
11336         * gcc.c-torture/execute/loop-9.c: New test.
11338 2000-12-04  Neil Booth  <neilb@earthling.net>
11340         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
11341         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
11342         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
11343         * gcc.dg/cpp/extratokens.c: ...here.
11345 2000-12-04  Neil Booth  <neilb@earthling.net>
11347         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
11348         New tests.
11350 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11352         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
11353         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
11355 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11357         * gcc.c-torture/execute/20001203-1.c: New test.
11359 2000-12-03  Neil Booth  <neilb@earthling.net>
11361         * gcc.dg/cpp/macro6.c: New test cases.
11363 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11365         * gcc.c-torture/execute/string-opt-9.c: New test.
11366         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11367         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11368         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11370         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
11371         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
11373 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
11375         * gcc.dg/cpp/if-6.c: New testcase.
11377         * gcc.dg/20001201-1.c: New testcase.
11379 2000-12-02  Neil Booth  <neilb@earthling.net>
11381         * g++.old-deja/g++.other/externC4.C,
11382         g++.old-deja/g++.other/friend10.C: New tests.
11384 2000-12-02  Neil Booth  <neilb@earthling.net>
11386         * g++.old-deja/g++.other/instan2.C
11387         * g++.old-deja/g++.other/instan3.C: New test.
11389 2000-12-02  Neil Booth  <neilb@earthling.net>
11391         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
11392         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
11393         gnuc99.c,gnuc99-pedantic.c: New tests.
11395 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11397         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
11398         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
11400 2000-12-01  Neil Booth  <neilb@earthling.net>
11402         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
11403         * gcc.dg/cpp/poison.c: Update.
11404         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
11406 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
11408         * g77.f-torture/execute/20001201.f: New test.
11410 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11412         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
11414 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
11416         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
11418 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
11420         * g++.old-deja/g++.other/cast6.C: New test.
11422 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
11424         * gcc.c-torture/execute/20001130-2.c: New testcase.
11426 2000-11-30  Richard Henderson  <rth@redhat.com>
11428         * gcc.c-torture/execute/20001130-1.c: New test.
11430 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
11432         * g++.old-deja/g++.other/op3.C: New test.
11434 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
11436         * g++.old-deja/g++.other/op2.C: New test.
11438 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
11440         * g++.old-deja/g++.other/crash38.C: New test.
11442 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
11444         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
11446 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
11448         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
11449         tests.
11450         * gcc.c-torture/execute/string-opt-6.c: New test.
11452         * gcc.dg/20001117-1.c: Add main.
11454 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
11456         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
11457         Move from here ...
11458         * gcc.dg/940510-1.c: ... to here.
11460         * gcc.dg/20000926-1.c: GNU C now allows initializations of
11461         zero-size arrays in toplevel structures.
11463 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
11465         * gcc.c-torture/execute/loop-8.c: New test.
11467 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11469         * g++.old-deja/g++.other/base1.C: New test.
11471 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11473         * g++.old-deja/g++.other/parse2.C: New test.
11475 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11477         * g++.old-deja/g++.pt/incomplete1.C: New test.
11479 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11481         * g++.old-deja/g++.other/friend9.C: New test.
11483 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
11485         * gcc.dg/20001127-1.c: New test.
11487 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11489         * g++.old-deja/g++.pt/friend46.C: New test.
11491 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11493         * g++.old-deja/g++.other/ptrmem8.C: New test.
11495 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11497         * gcc.c-torture/execute/string-opt-7.c: New test.
11498         * gcc.c-torture/execute/string-opt-8.c: Likewise.
11500 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
11502         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
11503         instead of 'mkcheck 2'.
11505 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11507         * gcc.c-torture/execute/memcheck/driver.c,
11508         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
11509         C9X references to refer to C99.
11511 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
11513         * gcc.dg/ultrasp3.c: New test.
11515 2000-11-25  Neil Booth  <neilb@earthling.net>
11517         * gcc.dg/cpp/include2.c: Update test to be locale independent.
11519 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
11521         * gcc.c-torture/compile/20001123-2.c: New.
11523 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11525         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
11527 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
11529         * gcc.dg/sequence-point-1.c: Add some new tests.
11530         * gcc.c-torture/execute/20001124-1.c: New test.
11532 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
11534         * g++.old-deja/g++.other/vaarg4.C: New test.
11535         * gcc.c-torture/compile/20001123-1.c: New test.
11537 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
11539         * g++.other/crash24.C: Adjust and remove XFAIL.
11540         * g++.other/crash37.C: New test.
11542 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
11544         * g++.old-deja/g++.pt/instantiate9.C: New test.
11546 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
11548         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
11549         new ABI, too.
11551         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
11552         * g++.old-deja/g++.robertl/eb55.C: Likewise.
11554 2000-11-22  Neil Booth  <neilb@earthling.net>
11556         * gcc.dg/cpp/Wtrigraphs.c: New test.
11558 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
11560         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
11562 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
11564         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
11566 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
11568         * lib/gcc-dg.exp: load_lib scanasm.exp.
11569         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
11570         * lib/g++-dg.exp: load_lib scanasm.exp.
11571         * lib/scanasm.exp: New.
11572         (scan-assembler, scan-assembler-not): Add optional arguments to
11573         test name, or if not present, the pattern name.
11574         (scan-assembler-dem, scan-assembler-dem-not): New.
11576         * g++.dg/dg.exp: New.
11578 2000-11-21  Neil Booth  <neilb@earthling.net>
11580         * gcc.dg/cpp/integrated1.c: Remove.
11582 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
11584         * gcc.c-torture/execute/20001121-1.c: New test.
11586 2000-11-21  Richard Henderson  <rth@redhat.com>
11588         * gcc.c-torture/compile/20001121-1.c: New test.
11590 2000-11-20  Neil Booth  <neilb@earthling.net>
11592         * gcc.dg/cpp/integrated1.c: New test.
11594 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
11596         * g++.old-deja/g++.other/inline17.C: New test.
11598 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
11600         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
11601         local variable to be zero: I made the variable global. Now
11602         uses abort() and exit() instead of relying on main's return value.
11604 2000-11-20  Neil Booth  <neilb@earthling.net>
11606         * gcc.dg/cpp/paste2.c: Update test.
11607         * objc/execute/paste.m: New test.
11609 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11611         * gcc.dg/c99-condexpr-1.c: New test.
11613 2000-11-20  Neil Booth  <neilb@earthling.net>
11615         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
11617 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
11619         * g++.old-deja/g++.pt/export1.C: New test.
11621 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
11623         * gcc.dg/20001117-1.c: New test.
11625 2000-11-18  Richard Henderson  <rth@redhat.com>
11627         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
11629 2000-11-18  Richard Henderson  <rth@redhat.com>
11631         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
11632         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
11633         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
11635 2000-11-18  Richard Henderson  <rth@redhat.com>
11637         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
11638         (main): New.  Exit cleanly.
11640 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11642         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
11643         gcc.dg/c99-fordecl-2.c: New tests.
11645 2000-11-18  Richard Henderson  <rth@redhat.com>
11647         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
11648         * gcc.c-torture/execute/zerolen-2.c: New.
11650 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11652         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
11653         memory.
11655 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
11657         * g++.old-deja/g++.pt/instantiate8.C: New test.
11659 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
11661         * g++.old-deja/g++.other/incomplete.C: Add more tests.
11662         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
11664 2000-11-16  Nick Clifton  <nickc@redhat.com>
11666         * gcc.c-torture/execute/nestfunc-2.c: New test.
11667         * gcc.c-torture/execute/nestfunc-3.c: New test.
11669 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
11671         * gcc.c-torture/compile/20001116-1.c: New test.
11673 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11675         * gcc.c-torture/execute/20001115-1.c: New test.
11677 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
11679         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
11680         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
11681         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
11682         * g++.old-deja/g++.abi/vmihint.C: Likewise.
11684 2000-11-15  Neil Booth  <neilb@earthling.net>
11686         gcc.dg/cpp/_Pragma1.c: Update.
11687         gcc.dg/cpp/_Pragma2.c: New test.
11689 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11691         * g++.old-deja/g++.other/anon5.C: New test.
11693 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11695         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
11696         tests.
11698 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
11700         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
11701         output.
11703 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11705         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
11706         labels at end of compound statements.
11708 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
11710         * gcc.c-torture/execute/loop-7.c: New test.
11712 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11714         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
11716 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11718         * gcc.dg/c99-bool-1.c: New test.
11720 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11722         * gcc.dg/c99-scope-1.c: Remove xfail.
11723         * gcc.dg/c99-scope-2.c: New test.
11725 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11727         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
11728         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
11730 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
11732         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
11733         error messages.
11735         * g++.mike/p700.C: Don't typedef wchar_t.
11736         * g++.mike/p784.C: Likewise.
11737         * g++.mike/eb101.C: Don't use __wchar_t.
11739 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
11741         * g77.f-torture/execute/20001111.[fx]: Test premature exit
11742         from DO loop.
11744 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
11746         * gcc.c-torture/execute/20001111-1.c: New test.
11748 2000-11-10  Nick Clifton  <nickc@redhat.com>
11750         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
11751         long multuiple and accumulate.
11753 2000-11-09  Richard Henderson  <rth@redhat.com>
11755         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
11756         via size_t instead of int.
11758         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
11759         * gcc.c-torture/execute/string-opt-2.c: Likewise.
11760         * gcc.c-torture/execute/string-opt-3.c: Likewise.
11761         * gcc.c-torture/execute/string-opt-4.c: Likewise.
11763 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
11765         * gcc.c-torture/compile/20001109-1.c: New test.
11766         * gcc.c-torture/compile/20001109-2.c: New test.
11768 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
11770         * g++.old-deja/g++.pt/operator1.C: New test.
11771         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
11773 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
11775         * gcc.dg/20001108-1.c: New test.
11777 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
11779         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
11780         with both arguments constant strings.
11781         * gcc.c-torture/execute/string-opt-3.c: New test.
11782         * gcc.c-torture/execute/string-opt-4.c: New test.
11783         * gcc.c-torture/execute/string-opt-5.c: New test.
11785 2000-11-08  Nick Clifton  <nickc@redhat.com>
11787         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
11788         mulsidi3adddi patterns.
11790 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
11792         * g++.old-deja/g++.other/crash36.C: New test.
11794 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
11796         * g++.old-deja/g++.other/init16.C: New test.
11798 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
11800         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
11802 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
11804         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
11805         * gcc.c-torture/execute/va-arg-16.x: Likewise.
11806         * gcc.c-torture/execute/va-arg-17.x: Likewise.
11808 2000-11-07  DJ Delorie  <dj@redhat.com>
11810         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
11812 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11814         * gcc.c-torture/execute/string-opt-1.c: New test.
11816 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
11818         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
11819         mips-sgi-irix6.* because the MIPS ABI passes floating-point
11820         parameters in registers, and there is no way for a varargs
11821         function to know in which order the integer and floating-point
11822         parameters should be interleaved when they are placed on the
11823         stack.
11824         * gcc.c-torture/execute/va-arg-16.x: Likewise.
11825         * gcc.c-torture/execute/va-arg-17.x: Likewise.
11827 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11829         * gcc.c-torture/execute/string-opt-2.c: New test.
11831 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
11833         * g++.old-deja/g++.pt/crash60.C: New test.
11835 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
11837         * g++.old-deja/g++.other/crash24.C: New test.
11838         * g++.old-deja/g++.other/crash25.C: New test.
11839         * g++.old-deja/g++.other/crash26.C: New test.
11840         * g++.old-deja/g++.other/crash27.C: New test.
11841         * g++.old-deja/g++.other/crash28.C: New test.
11842         * g++.old-deja/g++.other/crash29.C: New test.
11843         * g++.old-deja/g++.other/crash30.C: New test.
11844         * g++.old-deja/g++.other/crash31.C: New test.
11845         * g++.old-deja/g++.other/crash32.C: New test.
11846         * g++.old-deja/g++.other/crash33.C: New test.
11847         * g++.old-deja/g++.other/crash34.C: New test.
11848         * g++.old-deja/g++.other/crash35.C: New test.
11850 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
11852         * gcc.c-torture/execute/20001031-1.c: New test.
11854 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
11856         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
11857         namespace.
11859         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
11860         standards-conformant.
11862         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
11864         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
11865         * g++.old-deja/g++.mike/p755a.C: Likewise.
11866         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
11867         library makes no calls to `operator new' during initialization.
11869 2000-11-04  Neil Booth  <neilb@earthling.net>
11871         * gcc.dg/cpp/include2.c: New tests.
11873 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
11875         * lib/g++.exp (g++_set_ld_library_path): New function.
11876         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
11878 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
11880         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
11881         warnings.
11883 2000-11-01  Richard Henderson  <rth@redhat.com>
11885         * g++.old-deja/g++.ext/namedret1.C: New.
11886         * g++.old-deja/g++.ext/namedret2.C: New.
11887         * g++.old-deja/g++.ext/namedret3.C: New.
11889 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
11891         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
11892         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
11894 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11896         * gcc.c-torture/execute/va-arg-21.c: New test.
11898 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11900         * gcc.dg/c99-complex-2.c: New test.
11902 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11904         * gcc.c-torture/execute/stdio-opt-1.c: New test.
11906 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
11908         * g++.old-deja/g++.other/inline16.C: New test.
11910 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
11912         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
11913         __PRETTY_FUNCTION__
11915 2000-10-29  Neil Booth  <neilb@earthling.net>
11917         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
11918         New tests.
11919         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
11920         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
11921         optimisation.
11923 2000-10-29  Neil Booth  <neilb@earthling.net>
11925         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
11926         * mi1.c, mi1c.h: Add null directives to multiple-include test.
11927         * mi5.c: Test multiple includes work with -C.
11928         * trigraphs.c: Test ^= version.
11930 2000-10-28  Neil Booth  <neilb@earthling.net>
11932         New tests and test updates for new macro expander.
11934         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
11935         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
11936         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
11937         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
11938         new diagnostic messages.
11940         * gcc.dg/cpp/macro3.c: New tests.
11942 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
11944         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
11945         on the same line.
11947 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
11949         * g++.old-deja/g++.other/eh2.C: New test.
11951 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
11953         * gcc.c-torture/execute/20001027-1.c: New test.
11955 2000-10-26  Richard Henderson  <rth@redhat.com>
11957         * gcc.c-torture/execute/20001026-1.c: New.
11959 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
11961         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
11962         * g++.old-deja/g++.law/builtin1.C: Likewise.
11963         * g++.old-deja/g++.law/ctors10.C: Likewise.
11964         * g++.old-deja/g++.law/virtual3.C: Likewise.
11965         * g++.old-deja/g++.mike/p658.C: Likewise.
11966         * g++.old-deja/g++.other/sibcall1.C: Likewise.
11967         * g++.old-deja/g++.other/vaarg2.C: Likewise.
11968         * g++.old-deja/g++.robertl/eb124.C: Likewise.
11969         * g++.old-deja/g++.robertl/eb44.C: Likewise.
11970         * g++.old-deja/g++.robertl/eb77.C: Likewise.
11972 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
11974         * gcc.c-torture/compile/20001024-1.c: New test.
11976 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
11978         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
11979         to tell us whether or not we are using V3.
11981 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
11983         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
11984         operands.
11986 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11988         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
11990 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
11992         * gcc.c-torture/execute/20001024-1.c: New test.
11994 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
11996         * g++.old-deja/g++.other/sibcall1.C: New test.
11998 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
12000         * gcc.dg/noncompile/init-3.c: New test.
12002 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12004         * gcc.dg/format-array-1.c: New test.
12006 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12008         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12009         writing through null pointers; remove comment about testing
12010         unterminated strings.
12012 2000-10-17  Matthew Hiller  <hiller@redhat.com>
12014         * gcc.c-torture/execute/20001017-2.c: New test.
12016 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12018         * gcc.c-torture/compile/20001018-1.c: New test.
12019         * gcc.c-torture/compile/20001018-1.x: Xfail.
12021 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12023         * gcc.c-torture/execute/20001017-1.c: New test.
12025 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12027         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12028         for multiple use of arguments with scanf formats; add tests for
12029         multiple use of arguments.
12031 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
12033         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12035 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12037         * gcc.dg/format-miss-1.c: New test.
12039 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12041         * gcc.c-torture/execute/20001013-1.c: New test.
12043 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12045         * gcc.dg/format-branch-1.c: New test.
12047 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12049         * README, lib/file-format.exp: Remove EGCS references.
12051 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12053         * gcc.dg/20001013-1.c: New test.
12055 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12057         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12058         for intmax_t in the compiler using __typeof__ and the type rules
12059         for conditional expressions.
12061 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
12063         * gcc.dg/20001012-1.c: New test.
12064         * gcc.dg/20001012-2.c: New test.
12066 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12068         * gcc.dg/format-attr-1.c: New test.
12070 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12072         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
12073         __LONG_LONG_MAX__ instead of LLONG_MAX.
12075 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12077         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
12078         scanf flags.
12079         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
12080         flags.
12082 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12084         * gcc.dg/sequence-pt-1.c: New test.
12086 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
12088         * gcc.c-torture/execute/20001011-1.c: New testcase.
12089         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
12091 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12093         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
12094         does not error on it.
12096 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12098         * gcc.dg/20001009-1.c: New test.
12100 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12102         * gcc.c-torture/compile/20001009-1.c: Move from here ....
12103         * gcc.c-torture/execute/20001009-2.c: ... to here.
12105 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
12107         * gcc.c-torture/compile/20001009-1.c: New testcase.
12108         * gcc.c-torture/execute/20001009-1.c: New testcase.
12109         Testcases provided by Jan Hubicka <jh@suse.cz>.
12111 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12113         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12114         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
12115         uintmax_t using <limits.h> to emulate the compiler's internal
12116         logic.  No longer XFAIL %j tests.
12118 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12120         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
12121         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12122         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
12123         regexps and details of expected handling of some bad formats.
12124         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
12125         suppression.
12127 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12129         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
12130         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
12131         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
12132         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
12133         in list archives.
12135 2000-10-06  Richard Henderson  <rth@cygnus.com>
12137         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
12138         * g++.old-deja/g++.brendan/crash52.C: Likewise.
12139         * g++.old-deja/g++.jason/report.C: Likewise.
12140         * g++.old-deja/g++.law/friend5.C: Likewise.
12141         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
12142         of the expected warnings.
12144 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
12146         * g++.old-deja/g++.pt/enum14.C: New test.
12148 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
12150         * g++.old-deja/g++.pt/crash59.C: New test.
12152 2000-10-04  Will Cohen  <wcohen@redhat.com>
12154         * gcc.dg/20000926-1.c: New test.
12156 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
12158         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
12159         function name for current C++ compiler.
12160         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
12162 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
12164         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
12165         __PRETTY_FUNCTION__.
12166         * g++.old-deja/g++.ext/pretty2.C: Likewise.
12168 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12170         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
12172 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
12174         * gcc.c-torture/compile/20000923-1.c: New test.
12176 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12178         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
12179         * g++.old-deja/g++.pt/ttp62.C: Same.
12180         * g++.old-deja/g++.other/inline14.C: Same.
12182 2000-09-24  Richard Henderson  <rth@cygnus.com>
12184         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
12186 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12188         * gcc.dg/c90-printf-1.c: Add test for wide string format.
12190 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
12192         * gcc.c-torture/compile/20000922-1.c: New file.
12194 2000-09-21  Nick Clifton  <nickc@redhat.com>
12196         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
12197         a signed long modulo operation.
12198         (mod6): New function - perform an unsigned long modulo operation.
12199         (main): Add tests for modulos of very large numbers by very small
12200         dividends.
12202 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12204         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
12206 2000-09-19  Richard Henderson  <rth@cygnus.com>
12208         * gcc.dg/compare2.c (case 10): XFAIL.
12210 2000-09-18  Richard Henderson  <rth@cygnus.com>
12212         * gcc.c-torture/execute/20000906-1.c: Move ...
12213         * gcc.dg/20000906-1.c: ... here.  Only run on targets
12214         that support __builtin_trap.
12216 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
12218         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
12220 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12222         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
12223         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
12224         more $ format tests.
12226 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12228         * gcc.dg/format-errmk-1.c: New test.
12230 2000-09-17  Greg McGary  <greg@mcgary.org>
12232         * gcc.c-torture/execute/20000917-1.x: Remove.
12234 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12236         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
12238 2000-09-17  Greg McGary  <greg@mcgary.org>
12240         * gcc.c-torture/execute/20000917-1.c: New test.
12241         * gcc.c-torture/execute/20000917-1.x: XFAIL.
12243 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
12245         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
12246         in nested macro bug.
12248 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
12250         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
12252 2000-09-14  Jeffrey A Law  (law@cygnus.com)
12254         * gcc.c-torture/execute/20000914-1.c: New test.
12256 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
12258         * g++.other/inline13.C: New test.
12260 2000-09-12  Andreas Jaeger  <aj@suse.de>
12262         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
12263         constant by Ulrich Drepper <drepper@redhat.com>.
12265 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
12267         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
12269 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12271         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
12273 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
12275         * gcc.dg/cpp/backslash.c: New test.
12277 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
12279         * gcc.c-torture/execute/20000910-1.c: New test.
12280         * gcc.c-torture/execute/20000910-2.c: Likewise.
12282 2000-09-11  Robert Lipe  <robertl@sco.com>
12284         * gcc.dg/pragma-align.c: New test.
12286 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
12288         * g++.old-deja/g++.pt/explicit82.C: New test.
12289         * g++.old-deja/g++.pt/explicit83.C: New test.
12291 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12293         * gcc.dg/asm-names.c: New test.
12295 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12297         * gcc.dg/cpp/tr-warn6.c: New test
12299 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12301         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
12302         be accepted.
12304 2000-09-07  Catherine Moore  <clm@redhat.com>
12306         * gcc.c-torture/execute/unroll-1.c: New test.
12308 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
12310         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
12311         ERROR markers.
12312         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
12313         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
12314         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
12315         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
12316         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
12317         Preprocess only.
12318         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
12319         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
12321 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12323         * g++.old-deja/g++.pt/deduct2.C: New test.
12325 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12327         * g++.old-deja/g++.pt/parms2.C: New test.
12329 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12331         * g++.old-deja/g++.pt/crash58.C: New test.
12333 2000-09-06  Greg McGary  <greg@mcgary.org>
12335         * gcc.c-torture/execute/20000906-1.c: New test.
12336         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
12338 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12340         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
12342 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12344         * g++.old-deja/g++.pt/crash57.C: New test.
12346 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12348         * g++.old-deja/g++.pt/crash56.C: New test.
12350 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12352         * g++.old-deja/g++.pt/koenig1.C: New test.
12354 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12356         * gcc.dg/20000904-1.c: New test.
12358 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12360         * gcc.dg/cpp/paste8.c: New test.
12362 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
12364         * gcc.c-torture/compile/20000827-1.c: New test.
12366 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12368         * gcc.dg/format-diag-1.c: New test.
12370 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12372         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
12373         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
12374         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
12375         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
12376         gcc.dg/formatz-1.c: Adjust warning regular expressions.
12378 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12380         * g++.old-deja/g++.other/nested4.C: New test.
12382 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12384         * g++.old-deja/g++.ns/scoped1.C: New test.
12386 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
12388         * lib/g++.exp: Support testing already-installed GCC.
12390 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12392         * wtr-label-1.c, wtr-suffix-1.c: New tests.
12394 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12396         * gcc.dg/return-type-2.c: New test.
12398 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
12400         * gcc.c-torture/compile/20000825-1.c: New test.
12402 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
12404         * gcc.dg/dwarf2-2.c: New test.
12406 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
12408         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
12409         dg-warning regexps.
12411 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12413         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
12414         gcc.dg/format-ext-5.c: New tests.
12416 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
12418         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
12420 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
12422         * gcc.dg/noncompile/930622-2.c: Adjust error message.
12424 2000-08-24  Richard Henderson  <rth@cygnus.com>
12426         * gcc.dg/ia64-sync-1.c: New test.
12427         * gcc.dg/ia64-sync-2.c: New test.
12428         * gcc.dg/ia64-asm-1.c: New test.
12430 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12432         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
12433         * gcc.dg/format-ext-2.c: New test.
12435 2000-08-23  Jason Merrill  <jason@redhat.com>
12437         * lib/old-dejagnu.exp: Also ignore "In member function" and
12438         "At global scope".
12440 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12442         * gcc.dg/noncompile/label-lineno-1.c: New test.
12444 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12446         * gcc.dg/c99-array-nonobj-1.c: New test.
12448 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12450         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
12451         tests.
12452         * gcc.dg/format-ext-1.c: New test.
12454 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12456         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
12457         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
12458         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
12459         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
12460         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
12462 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12464         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
12465         gcc.dg/c99-strftime-2.c: New tests.
12467 2000-08-22  Richard Henderson  <rth@cygnus.com>
12469         * gcc.c-torture/execute/20000822-1.c: New test.
12471 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
12473         * gcc.c-torture/execute/20000819-1.x: Remove.
12475 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12477         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
12478         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
12479         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
12480         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
12481         gcc.dg/format-xopen-1.c: New tests.
12483 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12485         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
12487 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
12489         * g++.old-deja/g++.other/loop2.C: New test.
12491         * gcc.c-torture/compile/20000606-1.c: New test.
12492         * gcc.c-torture/compile/20000728-1.c: New test.
12493         * gcc.c-torture/execute/20000801-1.c: New test.
12494         * gcc.c-torture/execute/20000801-2.c: New test.
12495         * gcc.c-torture/execute/20000819-1.c: New test.
12496         * gcc.c-torture/execute/20000819-1.x: XFAIL.
12497         * gcc.dg/20000629-1.c: New test.
12498         * gcc.dg/20000724-1.c: New test.
12499         * gcc.dg/20000807-1.c: New test.
12501 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
12503         * gcc.dg/cpp/pragma-1.c: New test.
12504         * gcc.dg/cpp/pragma-2.c: New test.
12506 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
12508         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
12509         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
12511 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12513         * gcc.c-torture/compile/20000818-1.c: New test.
12515 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
12517         * gcc.c-torture/execute/20000818-1.c: New test.
12519 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12521         * gcc.dg/format-va-1.c: New test.
12523 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12525         * g++.old-deja/g++.other/typedef8.C: New test.
12527 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12529         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
12530         * g++.old-deja/g++.mike/net36.C: Mark candidate.
12531         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
12532         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
12533         * g++.old-deja/g++.other/ptrmem7.C: New test.
12534         * g++.old-deja/g++.pt/ptrmem10.C: New test.
12536 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12538         * g++.old-deja/g++.pt/typename27.C: New test.
12540 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12542         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
12543         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
12544         * g++.old-deja/g++.pt/friend45.C: New test.
12545         * g++.old-deja/g++.other/friend8.C: New test.
12547 2000-08-15  Richard Henderson  <rth@cygnus.com>
12549         * gcc.c-torture/execute/20000815-1.c: New test.
12551 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12553         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
12554         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
12555         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
12557 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
12559         * g++.old-deja/g++.other/refinit2.C: New test.
12561 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12563         * lib/c-torture.exp (c-torture): Make
12564         compiler_conditional_xfail_data global.
12565         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
12566         compiler_conditional_xfail_data machinery.
12567         (f-torture-execute): Likewise.
12568         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
12569         and only when unrolling loops.
12571         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
12573 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12575         * g++.old-deja/g++.pt/explicit81.C: New test.
12577 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12579         * g++.old-deja/g++.pt/typename26.C: New test.
12581 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
12583         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
12584         warning.
12586 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
12588         * g++.old-deja/g++.other/array3.C: New test.
12590 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12592         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
12593         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
12594         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
12595         New tests.
12597 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
12599         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
12600         * g++.old-deja/g++.abi/vmihint.C: Likewise.
12602 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
12604         * gcc.c-torture/execute/20000808-1.c: New test.
12606 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12608         * gcc.dg/c90-const-expr-1.c: New test.
12610 2000-08-08  Richard Henderson  <rth@cygnus.com>
12612         * gcc.dg/noncompile/920923-1.c: Declare calloc.
12614 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12616         * gcc.dg/noncompile/const-ll-1.c: New test.
12618 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12620         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
12622 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
12624         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
12625         that running programs linked against the shared version of libobjc
12626         run correctly.
12628 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12630         * gcc.dg/c99-printf-1.c: New test.
12632 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12634         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
12636 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
12638         * gcc.c-torture/execute/20000731-1.x: Delete.
12640 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12642         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
12643         and torture_without_loops as is done by c-torture.exp.
12644         (search_for): Copy from c-torture.exp.
12645         (gcc-dg-runtest): New function, drives a directory of tests
12646         iterating over the TORTURE_OPTIONS.
12647         (scan-assembler, scan-assembler-not): Move here from
12648         individual directory drivers.
12650         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
12651         defined by lib/gcc-dg.exp.
12652         * gcc.dg/cpp/cpp.exp: Likewise.
12653         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
12654         gcc-dg-runtest, so we cycle over optimization options.
12656         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
12657         * gcc.dg/compare2.c: No longer expected to fail.
12659 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
12661         * gcc.c-torture/execute/20000804-1.c: New test.
12663 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12665         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
12667 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
12669         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
12671 2000-08-03  Jeffrey A Law  (law@cygnus.com)
12673         * gcc.c-torture/compile/20000803-1.c: New test.
12675 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12677         * gcc.c-torture/execute/20000801-3.c,
12678         gcc.c-torture/execute/20000801-4.c: New tests.
12679         * gcc.c-torture/execute/20000801-3.x,
12680         gcc.c-torture/execute/20000801-4.x: Xfail.
12682 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
12684         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
12685         libobjc/.libs to allow for libtool.
12687 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
12689         * gcc.c-torture/compile/20000802-1.c: New test.
12691 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12693         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
12695 2000-07-31  Jeffrey A Law  (law@cygnus.com)
12697         * gcc-c-torture/execute/20000731-2.c: New test.
12699         * gcc.c-torture/execute/20000731-1.c: New test.
12700         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
12702 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
12704         * testsuite/gcc.dg/cpp/paste7.c: New test.
12705         * gcc.dg/cpp/20000725-1.c: New test.
12707 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12709         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
12710         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
12711         declaration warning for __builtin_dwarf_reg_size.
12713         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
12715 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12717         * gcc.dg/noncompile/voidparam-1.c: New test.
12719 2000-07-30  Richard Henderson  <rth@cygnus.com>
12721         * gcc.dg/c90-digraph-1.c: Don't xfail.
12722         * gcc.dg/compare2.c (case 10): Xfail.
12723         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
12725 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
12727         * gcc.dg/c99-main-1.c: New test.
12729 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12731         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
12733 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
12735         * gcc.c-tortuer/execute/20000726-1.c: New test.
12737 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
12739         * gcc.c-torture/execute/enum-2.c: New test.
12741 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12743         * gcc.dg/cpp/tr-warn3.c: New test.
12745 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12747         * g++.old-deja/g++.ext/implicit1.C: Remove.
12748         * g++.old-deja/g++.jason/c2.C: Remove
12749         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
12750         * g++.old-deja/g++.pt/crash16.C: Likewise.
12751         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
12753 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12755         * g++.old-deja/g++.other/for2.C: New test.
12757 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
12759         * gcc.dg/20000720-1.c: New test.
12761 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
12763         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
12765 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
12767         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
12768         * gcc.c-torture/execute/20000722-1.c: New.
12769         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
12771 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
12773         * gcc.dg/cpp/20000720-1.S: New test.
12775 2000-07-21  Michael Meissner  <meissner@redhat.com>
12777         * gcc.c-torture/execute/ieee/hugeval.c: New test.
12779 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12781         * g++.old-deja/g++.brendan/crash16.C,
12782         g++.old-deja/g++.brendan/parse3.C,
12783         g++.old-deja/g++.brendan/redecl1.C,
12784         g++.old-deja/g++.ns/template13.C,
12785         g++.old-deja/g++.other/decl4.C,
12786         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
12788 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12790         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
12791         and "Internal error".
12793         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
12794         regexps.
12795         * gcc.dg/cpp/paste6.c: New test.
12797 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
12799         * gcc.dg/cpp/tr-direct.c: New test.
12801         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
12802         gcc.dg/cpp/undef1.c: Tweak error regexps.
12804 2000-07-18  Eric Christopher <echristo@redhat.com>
12806         * gcc.c-torture/compile/20000718-1.c: New test.
12808 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
12810         * cpplex.c (_cpp_push_token): If the token being pushed back
12811         is the previous token in this context, just subtract one from
12812         context->posn.
12813         * cppmacro.c (save_expansion): Clear aux field when storing a
12814         placemarker.
12816 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
12818         * gcc.dg/noncompile/redecl-1.c: New test.
12820 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
12822         * gcc.c-torture/execute/20000717-5.c: New test.
12823         * gcc.c-torture/execute/20000717-1.x: Removed.
12825 2000-07-17  Richard Henderson  <rth@cygnus.com>
12827         * gcc.c-torture/execute/20000717-4.c: New test.
12829 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
12831         * gcc.dg/cpp/syshdr.c: New test.
12832         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
12834 2000-07-17  Neil Booth  <neilb@earthling.net>
12836         * gcc.dg/cpp/cmdlne-dM.c: New test.
12837         * gcc.dg/cpp/cmdlne-dD.c: New test.
12839 2000-07-17  Jeffrey A Law  (law@cygnus.com)
12841         * gcc.c-torture/execute/20000717-3.c: New test.
12843         * gcc.c-torture/compile/20000717-1.c: New test.
12845 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
12847         * gcc.c-torture/execute/20000717-2.c: New test.
12849 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12851         * gcc.dg/formatz-1.c: New test.
12853         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
12854         * gcc.dg/c99-digraph-1.c: New tests.
12856         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
12857         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
12859         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
12860         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
12861         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
12862         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
12863         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
12864         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
12865         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
12867 2000-07-17   Greg McGary <greg@mcgary.org>
12869         * gcc.c-torture/execute/20000717-1.c: New test.
12870         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
12872 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
12874         * gcc.c-torture/execute/20000715-2.c: New test.
12875         * gcc.dg/20000715-1.c: New test.
12877 2000-07-15  Michael Meissner  <meissner@redhat.com>
12879         * gcc.c-torture/execute/20000715-1.c: New test.
12881 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
12883         * gcc.c-torture/execute/20000707-1.c: New test.
12885 2000-07-13  Neil Booth  <NeilB@earthling.net>
12887         * testsuite/gcc.dg/cpp/digraph1.c,
12888         testsuite/gcc.dg/cpp/digraph2.c,
12889         testsuite/gcc.dg/cpp/digraphs.c: New tests.
12891 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
12893         * g77.f-torture/compile/20000630-2.f:  New test.
12894         * g77.f-torture/compile/20000630-2.x
12896 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
12898         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
12900 2000-07-11  Neil Booth  <NeilB@earthling.net>
12902         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
12904 2000-07-11  Neil Booth  <NeilB@earthling.net>
12906         * gcc.dg/cpp/cmdlne-C.c: New.
12908 2000-07-09  Neil Booth  <NeilB@earthling.net>
12910         * gcc.dg/cpp/directiv.c: New tests.
12911         * gcc.dg/cpp/undef1.c: Update.
12913 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
12915         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
12917 2000-07-09  Neil Booth  <NeilB@earthling.net>
12919         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
12921 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
12923         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
12924         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
12926 2000-07-08  Neil Booth  <NeilB@earthling.net>
12928         * gcc.dg/cpp/macsyntx.c: New tests.
12930 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
12932         * gcc.dg/20000707-1.c: New test.
12934 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
12936         * gcc.c-torture/execute/20000706-1.c: New test.
12937         * gcc.c-torture/execute/20000706-2.c: New test.
12938         * gcc.c-torture/execute/20000706-3.c: New test.
12939         * gcc.c-torture/execute/20000706-4.c: New test.
12940         * gcc.c-torture/execute/20000706-5.c: New test.
12942 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12944         * g++.old-deja/g++.pt/instantiate7.C: New test.
12946 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12948         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
12949         * g++.old-deja/g++.mike/thunk3.C: Likewise.
12950         * g++.old-deja/g++.other/rtti3.C: Likewise.
12951         * g++.old-deja/g++.other/rttid3.C: Likewise.
12953 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
12955         *  g77.f-torture/compile/20000630-1.x: Fix typo
12957 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
12959         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
12960         assembly output.
12962 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
12964         * gcc.dg/cpp/ident.c: New test.
12966 2000-07-05  Neil Booth  <NeilB@earthling.net>
12968         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
12969           gcc.dg/cpp/lexstrng.c: New tests.
12971 2000-07-04  Neil Booth  <NeilB@earthling.net>
12973         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
12974         * gcc.dg/cpp/strify2.c: Same.
12976 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
12978         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
12979         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
12980         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
12981         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
12983         * testsuite/gcc.dg/cpp/macro1.c,
12984         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
12985         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
12986         testsuite/gcc.dg/cpp/strify1.c,
12987         testsuite/gcc.dg/cpp/strify2.c: New tests.
12989 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
12991         * gcc.c-torture/execute/20000703-1.c: New test.
12993 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12995         * g++.old-deja/g++.pt (lookup10.C): New test.
12997 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12999         * g++.old-deja/g++.pt (typename25.C): New test.
13001 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
13003         * gcc.c-torture/compile/20000701-1.c: New test.
13005 2000-06-30  Nick Clifton  <nickc@cygnus.com>
13007         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13008         to test case.
13010 2000-06-30  Catherine Moore  <clm@cygnus.com>
13012         * gcc.c-torture/execute/align-1.c: New test.
13014 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
13016         * g++.old-deja/g++.pt/expr8.C: New test.
13017         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13019 2000-06-29  Nick Clifton  <nickc@cygnus.com>
13021         * gcc.c-torture/compile/20000629-1.c: New test.
13023 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13026         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13027         gcc.dg/noncompile directory, depending on whether they're
13028         preprocessor tests or not.  Annotate all the tests for the dg
13029         framework.
13031         * gcc.c-torture/noncompile/noncompile.exp: Delete.
13032         * gcc.dg/noncompile/noncompile.exp: New.
13034         * Moved files:
13035         Old name                                New name
13036         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
13037         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
13038         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
13039         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
13040         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
13041         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
13042         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
13043         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
13044         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
13045         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
13046         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
13047         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
13048         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
13049         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
13050         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
13051         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
13052         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
13053         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
13054         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
13055         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
13056         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
13057         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
13058         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
13059         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
13061         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
13062         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
13063         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
13064         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
13065         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
13066         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
13068 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13070         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13071         declare one variable.  On the fourth, error.
13072         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
13073         declared by 20000628-1a.h.
13075 2000-06-29  Richard Henderson  <rth@redhat.com>
13077         * gcc.c-torture/execute/930529-1.x: New file.
13078         * gcc.dg/920413-1.c: Adjust expected warning text.
13079         * gcc.dg/980217-1.c: Declare abort.
13080         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
13082 2000-06-29  Jeffrey A Law  (law@cygnus.com)
13084         * g77.f-torture/compile/20000629-1.f: New test.
13085         * g77.f-torture/compile/20000629-1.x: Expected to fail.
13087 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13089         Rearrange lots of files, removing entirely the
13090         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
13091         directories.
13093         * Deleted files:
13094         gcc.c-torture/code_quality/code_quality.exp
13095         gcc.c-torture/special/special.exp
13096         gcc.failure/failure.exp
13097         gcc.failure/940409-1.x
13098         gcc.c-torture/compile/961203-1.x
13100         * New files:
13101         gcc.misc-tests/linkage.exp
13102         gcc.c-torture/execute/920730-1t.c
13103         gcc.c-torture/execute/920730-1t.x
13104         gcc.c-torture/compile/920520-1.x
13105         gcc.c-torture/compile/920521-1.x
13106         gcc.c-torture/compile/981006-1.x
13107         gcc.c-torture/execute/eeprof-1.x
13109         * Moved files (possibly with modifications to fit a new harness):
13110         Old name                                New name
13111         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
13112         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
13113         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
13114         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
13115         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
13116         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
13117         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
13118         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
13119         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
13120         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
13121         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
13122         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
13123         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
13124         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
13126 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13128         * c-torture/compile/961203-1.x: Delete.
13130         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
13131         not exit. Include stdio.h.
13132         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
13133         * gcc.misc-tests/dg-12.c: Likewise.
13134         * gcc.misc-tests/dg-5.c: Likewise.
13135         * gcc.misc-tests/dg-6.c: Likewise.
13136         * gcc.misc-tests/dg-7.c: Prototype abort.
13137         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
13138         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
13139         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
13140         not exit.
13141         * gcc.misc-tests/sieve.c: Use return from main, not exit.
13142         * gcc.misc-tests/sort2.c: Use return from main, not exit.
13144 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
13146         * gcc.dg/cpp/20000628-1.c: New test.
13147         * gcc.dg/cpp/20000628-1.h: New header for above test.
13148         * gcc.dg/cpp/20000628-1a.h: Likewise.
13150 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
13152         * gcc.dg/cpp: New directory.
13153         * gcc.dg/cpp/cpp.exp: New driver.
13154         * gcc.dg/cpp/20000627-1.c: New test.
13155         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
13156         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
13157         and rewrite as a compilation test.
13159         * gcc.dg: Move many files into the cpp subdirectory, possibly
13160         renaming or editing them as well.
13161         Old name                New name
13162         990119-1.c              cpp/19990119-1.c
13163         990228-1.c              cpp/19990228-1.c
13164         990407-1.c              cpp/19990407-1.c
13165         990409-1.c              cpp/19990409-1.c
13166         990413-1.c              cpp/19990413-1.c
13167         990703-1.c              cpp/19990703-1.c
13168         20000127-1.c            cpp/20000127-1.c
13169         20000129-1.c            cpp/20000129-1.c
13170         20000207-1.c            cpp/20000207-1.c
13171         20000207-2.c            cpp/20000207-2.c
13172         20000209-1.c            cpp/20000209-1.c
13173         20000209-2.c            cpp/20000209-2.c
13174         20000301-1.c            cpp/20000301-1.c
13175         20000419-1.c            cpp/20000419-1.c
13176         20000510-1.S            cpp/20000510-1.S
13177         20000519-1.c            cpp/20000519-1.c
13178         20000529-1.c            cpp/20000529-1.c
13179         20000625-1.c            cpp/20000625-1.c
13180         20000625-2.c            cpp/20000625-2.c
13181         cpp-as1.c               cpp/assert1.c
13182         cpp-as2.c               cpp/assert2.c
13183         cxx-comments-1.c        cpp/cxxcom1.c
13184         cxx-comments-2.c        cpp/cxxcom2.c
13185         endif-label.c           cpp/endif.c
13186         cpp-hash1.c             cpp/hash1.c
13187         cpp-hash2.c             cpp/hash2.c
13188         cpp-if1.c               cpp/if-1.c
13189         cpp-if2.c               cpp/if-2.c
13190         cpp-if3.c               cpp/if-3.c
13191         cpp-if4.c               cpp/if-4.c
13192         cpp-if5.c               cpp/if-5.c
13193         cpp-cond.c              cpp/if-cexp.c
13194         cpp-missingop.c         cpp/if-mop.c
13195         cpp-missingparen.c      cpp/if-mpar.c
13196         cpp-opprec.c            cpp/if-oppr.c
13197         cpp-ifparen.c           cpp/if-paren.c
13198         cpp-shortcircuit.c      cpp/if-sc.c
13199         cpp-shift.c             cpp/if-shift.c
13200         cpp-unary.c             cpp/if-unary.c
13201         cpp-li1.c               cpp/line1.c
13202         cpp-li2.c               cpp/line2.c
13203         lineno.c                cpp/line3.c
13204         lineno-2.c              cpp/line4.c
13205         cpp-mi.c                cpp/mi1.c
13206         cpp-mic.h               cpp/mi1c.h
13207         cpp-micc.h              cpp/mi1cc.h
13208         cpp-mind.h              cpp/mi1nd.h
13209         cpp-mindp.h             cpp/mi1ndp.h
13210         cpp-mix.h               cpp/mi1x.h
13211         cpp-mi2.c               cpp/mi2.c
13212         cpp-mi2a.h              cpp/mi2a.h
13213         cpp-mi2b.h              cpp/mi2b.h
13214         cpp-mi2c.h              cpp/mi2c.h
13215         cpp-mi3.c               cpp/mi3.c
13216         cpp-mi3.def             cpp/mi3.def
13217         poison-1.c              cpp/poison.c
13218         pr-impl.c               cpp/prag-imp.c
13219         cpp-redef-2.c           cpp/redef1.c
13220         cpp-redef.c             cpp/redef2.c
13221         strpaste.c              cpp/strp1.c
13222         strpaste-2.c            cpp/strp2.c
13223         cpp-tradpaste.c         cpp/tr-paste.c
13224         cpp-tradstringify.c     cpp/tr-str.c
13225         cpp-tradwarn1.c         cpp/tr-warn1.c
13226         cpp-tradwarn2.c         cpp/tr-warn2.c
13227         trigraphs.c             cpp/trigraphs.c
13228         cpp-unc1.c              cpp/unc1.c
13229         cpp-unc2.c              cpp/unc2.c
13230         cpp-unc3.c              cpp/unc3.c
13231         cpp-unc.c               cpp/unc4.c
13232         undef.c                 cpp/undef1.c
13233         undef-2.c               cpp/undef2.c
13234         cpp-wi1.c               cpp/widestr1.c
13236 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13238         * lib/g++.exp (g++_include_flags): Tweak.
13240 2000-06-27  H.J. Lu  <hjl@gnu.org>
13241             Loren J. Rittle  <ljrittle@acm.org>
13243         * lib/g++.exp (g++_include_flags): Override libgloss.exp
13244         version with one that knows about the new gcc tree structure.
13245         (g++_link_flags): Same.
13247 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
13249         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
13250         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
13251         case we are cross-compiling.
13253         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
13254         g++.old-deja/g++.niklas/Makefile.in,
13255         g++.old-deja/g++.niklas/configure.in,
13256         g++.old-deja/g++.other/Makefile.in,
13257         g++.old-deja/g++.other/configure.in,
13258         gcc.c-torture/code_quality/Makefile.in,
13259         gcc.c-torture/code_quality/configure.in,
13260         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
13261         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
13262         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
13263         gcc.c-torture/execute/ieee/Makefile.in,
13264         gcc.c-torture/execute/ieee/configure.in,
13265         gcc.c-torture/noncompile/Makefile.in,
13266         gcc.c-torture/noncompile/configure.in,
13267         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
13268         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
13269         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
13271 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13273         * g++.old-deja/g++.other/ambig3.C: New test.
13275 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13277         * g++.old-deja/g++.pt/syntax1.C: New test.
13278         * g++.old-deja/g++.pt/syntax2.C: New test.
13279         * g++.old-deja/g++.other/syntax3.C: New test.
13280         * g++.old-deja/g++.other/syntax4.C: New test.
13282 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13284         * gcc.dg/20000623-1.c: Prototype exit and abort.
13286 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13288         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
13289         New tests.
13290         * gcc.dg/cpp-mi3.def: New file.
13292         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
13293         inside assertions.
13294         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
13295         lexer's error messages.
13296         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
13297         divine anything from the linemarkers.
13298         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
13299         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
13301 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
13303         * gcc.dg/20000623-1.c: New test.
13305 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
13307         * gcc.c-torture/execute/20000622-1.c: New test.
13309 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13311         * g++.old-deja/g++.other/init15.C: New test.
13313 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13315         * g++.old-deja/g++.pt/vaarg2.C: New test.
13316         * g++.old-deja/g++.pt/vaarg3.C: New test.
13318 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13320         * g++.old-deja/g++.other/dyncast6.C: New test.
13322 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
13324         * gcc.c-torture/execute/loop-6.c: New test.
13326 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
13328         * gcc.dg/20000614-1.c: New test.
13329         * gcc.dg/20000614-2.c: New test.
13331 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
13333         * g++.old-deja/g++.other/inline12.C: New test.
13335 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13337         * g++.old-deja/g++.other/eh1.C: New test.
13339 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
13341         * g++.old-deja/g++.other/type.C: New test.
13343 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13345         * g++.old-deja/g++.other/initstring.C: New test.
13347 2000-06-12  Jason Merrill  <jason@redhat.com>
13349         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
13351 2000-06-09  Jeffrey A Law  (law@cygnus.com)
13353         * gcc.c-torture/compile/20000609-1.c: New test.
13355 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
13357         * gcc.dg/20000609-1.c: New test.
13359 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
13361         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
13362         * gcc.c-torture/noncompile/poison-1.c: Move...
13363         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
13364         * gcc.dg/cpp-li1.c: Add a token after the #line.
13366 2000-06-05  Richard Henderson  <rth@cygnus.com>
13368         * gcc.c-torture/execute/20000605-2.c: New test.
13369         * gcc.c-torture/execute/20000605-3.c: New test.
13371 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
13373         * g77.f-torture/execute/20000503-1.x: New file.
13375 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
13377         * g++.old-deja/g++.eh/badalloc1.C: New test.
13379 2000-06-05  Richard Henderson  <rth@cygnus.com>
13381         * gcc.c-torture/execute/20000605-1.c: New test.
13383 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13384             Nathan Sidwell <nathan@codesourcery.com>
13386         * gcc.c-torture/compile/20000605-1.c: New test.
13388 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
13390         * g77.f-torture/compile/20000601-1.f:  New test.
13392 2000-06-03  Richard Henderson  <rth@cygnus.com>
13394         * gcc.c-torture/execute/20000603-1.c: New.
13396 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
13398         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
13399         * gcc.dg/noreturn-2.c (noreturn): Likewise.
13401 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
13403         * gcc.dg/compare2.c (case 12): XFAIL.
13404         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
13405         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
13407         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
13409 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
13411         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
13412         guard macro is already defined when the header is first
13413         included.
13414         * gcc.dg/cpp-mix.h: New file.
13415         * gcc.dg/endif-label.c: Update patterns to match compiler.
13417         * g++.brendan/complex1.C: Declare abort.
13418         * g++.law/refs4.C: Remove XFAIL.
13419         * g++.oliva/expr2.C: Declare abort and exit.
13421 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
13423         * gcc.c-torture/execute/20000528-1.c: New test.
13425         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
13426         * g++.old-deja/g++.law/temps4.C: Likewise.
13428         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
13429         stdlib.h.  Call abort() on failure.
13430         * g++.old-deja/g++.law/refs4.C: Likewise.
13431         * g++.old-deja/g++.law/temps4.C: Likewise.
13432         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
13433         * gcc.c-torture/execute/20000112-1.c: Include string.h.
13435 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
13437         Relative to g++.dg/special:
13438         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
13440         Relative to g++.old-deja:
13441         * g++.brendan/complex1.C, g++.jason/optimize2.C,
13442         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
13443         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
13444         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
13445         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
13446         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
13447         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
13449         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
13450         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
13451         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
13452         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
13453         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
13454         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
13455         and/or string.h.
13457         * g++.other/goto1.C: Update expectations for error messages.
13459 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
13461         * gcc.c-torture/compile/20000523-1.c: New test.
13463 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
13465         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
13467 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
13469         * g++.old-deja/g++.eh/catch11.C: New test.
13470         * g++.old-deja/g++.eh/catch12.C: New test.
13472 2000-05-24  Nick Clifton  <nickc@cygnus.com>
13474         * gcc.c-torture/execute/20000523-1.c: New test.
13476 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
13478         * c-torture/execute/bcp-1.c: Replace abort in arg of
13479         __builtin_constant_p with a generic external function.
13481         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
13482         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
13483         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
13484         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
13485         Prototype abort and/or exit.
13487         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
13488         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
13489         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
13490         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
13492 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
13494         * gcc.dg/dwarf2-1.c: New test.
13496 2000-05-20  Richard Henderson  <rth@cygnus.com>
13498         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
13500 2000-05-20  Andreas Jaeger  <aj@suse.de>
13502         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
13503         testcase.
13505 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
13507         * gcc.c-torture/execute/20000519-2.c: New test.
13509 2000-05-19  Andreas Jaeger  <aj@suse.de>
13511         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
13512         which fails with SSA.
13514         * lib/c-torture.exp: Also test with -O3 -fssa.
13516 2000-05-18  Michael Meissner  <meissner@redhat.com>
13518         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
13519         * gcc.c-torture/execute/920415-1.c: Ditto.
13520         * gcc.c-torture/execute/920501-1.c: Ditto.
13521         * gcc.c-torture/execute/conversion.c: Ditto.
13522         * gcc.c-torture/execute/cvt-1.c: Ditto.
13524 2000-05-18  Jeffrey A Law  (law@cygnus.com)
13526         * gcc.c-torture/compile/20000518-1.c: New test.
13528 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13530         * g77.f-torture/compile/200005018.f:  New test.
13532 2000-05-17  Jeffrey A Law  (law@cygnus.com)
13534         * gcc.c-torture/compile/20000517-1.c: New test.
13536 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13538         * gcc.c-torture/execute/20000516-1.c: New test.
13540 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
13542         * g++.old-deja/g++.other/eh.C: New test.
13544 2000-05-12  Richard Henderson  <rth@cygnus.com>
13546         * gcc.c-torture/execute/990208-1.c (main): Don't pass
13547         constants through to doit's conditional.
13549 2000-05-11  Jeffrey A Law  (law@cygnus.com)
13551         * gcc.c-torture/compile/20000511-1.c: New test.
13552         * g77.f-torture/compile/20000511-1.f: New test.
13553         * g77.f-torture/compile/20000511-2.f: New test.
13555 2000-05-11  Michael Meissner  <meissner@redhat.com>
13557         * gcc.c-torture/execute/20000511-1.c: New test.
13559 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
13561         * gcc.dg/dg.exp: Scan .S files as well as .c files.
13562         * gcc.dg/20000510-1.S: New.
13564 2000-05-08  Catherine Moore  <clm@cygnus.com>
13566         * gcc.dg/unused-3.c: New.
13568 2000-05-06  Richard Henderson  <rth@cygnus.com>
13570           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
13571           * g++.old-deja/g++.mike/warn1.C: Likewise.
13572           * g++.old-deja/g++.pt/local1.C: Likewise.
13573           * g++.old-deja/g++.pt/local7.C: Likewise.
13574           * g++.old-deja/g++.pt/spec16.C: Likewise.
13576 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
13578         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
13580 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
13582           * g77.f-torture/execute/20000503-1.f:  New test.
13584 2000-05-04  Andreas Jaeger  <aj@suse.de>
13586         * gcc.dg/noreturn-2.c: New test.
13588 2000-05-04  Neil Booth  <NeilB@earthling.net>
13590         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
13591         preprocessor.
13593 2000-05-04  Richard Henderson  <rth@cygnus.com>
13595         * gcc.c-torture/execute/20000503-1.c: Fix typo.
13597 2000-05-04  Richard Henderson  <rth@cygnus.com>
13599         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
13600         OpenSSL by Jason R Thorpe.
13602 2000-05-03  Jim Wilson  <wilson@cygnus.com>
13604         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
13606 2000-05-03  Robert Lipe <robertlipe@usa.net>
13608         * gcc.dg/20000503-1.c: New test.
13610 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
13612         * gcc.c-torture/compile/20000502-1.c: New test.
13613         * g++.old-deja/g++.other/align.C: New test.
13614         * gcc.dg/cpp-tradstringify.c: New test.
13616 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13618         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
13619         and hard registers.
13621 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
13623         * gcc.c-torture/execute/loop-5.c: New test.
13625 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
13627         * gcc.c-torture/execute/va-arg-20.c: New test.
13629 2000-04-23  Jeffrey A Law  (law@cygnus.com)
13631         * gcc.c-torture/execute/20000422-1.c: New test.
13633 2000-04-20  Greg McGary  <gkm@gnu.org>
13635         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
13636         when optimizing, but without sibling-call optimizations (-O1).
13638 2000-04-20  Jeffrey A Law  (law@cygnus.com)
13640           * gcc.c-torture/compile/20000420-1.c: New test.
13642 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13644         * g++.abi/ptrflags.C: New test.
13645         * g++.eh/catchptr1.C: Test incomplete pointer chains.
13647 2000-04-19  Catherine Moore  <clm@cygnus.com>
13649         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
13651 2000-04-19  Greg McGary  <gkm@gnu.org>
13653         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
13654         sibling-call optimizations.
13656 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
13658         * gcc.dg/20000419-1.c: New test.
13660 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
13662         * gcc.c-torture/execute/20000412-6.c: New test.
13664 2000-04-12  Jeffrey A Law  (law@cygnus.com)
13666         * gcc.c-torture/execute/20000412-5.c: New test.
13667         * g77.f-torture/compile/20000412-1.f: New test.
13668         * gcc.c-torture/execute/20000412-4.c: New test.
13669         * gcc.c-torture/compile/20000412-2.c: New test.
13670         * gcc.c-torture/execute/20000412-3.c: New test.
13671         * gcc.c-torture/compile/20000412-1.c: New test.
13672         * gcc.c-torture/execute/20000412-2.c: New test.
13674 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
13676         * objc/execute/bf-20.m: New test.
13678 2000-04-10  Richard Henderson  <rth@cygnus.com>
13680         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
13682         * gcc.c-torture/execute/20000412-1.c: New test.
13684 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
13686         * g++.old-deja/g++.eh/catchptr1.C: New test.
13688 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
13690         * g++.old-deja/g++.abi/cxa_vec.C: New test.
13692 2000-04-08  Neil Booth  <NeilB@earthling.net>
13694         * gcc.dg/cpp-nullchar.c: Remove test as
13695         embedded nulls cause problems.
13697 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13699         * gcc.dg/compare2.c: New test.
13701 2000-04-08  Neil Booth  <NeilB@earthling.net>
13703         * gcc.dg/cpp-nullchar.c: New test.
13705 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
13707         * gcc.dg/cpp-mi2.c: New test.
13708         * gcc.dg/cpp-mi2[abc].h: New files.
13710 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13712         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
13713         member name.
13715 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13717         * g++.old-deja/g++.abi/vmihint.C: New test.
13719 2000-04-06  Neil Booth  <NeilB@earthling.net>
13721         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
13722         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
13723         copyright.
13725 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
13727         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
13728         avoid stack-frame overwrite.
13730 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
13732         * gcc.c-torture/compile/20000405-2.c: New test.
13733         * gcc.c-torture/compile/20000405-3.c: New test.
13735 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13737         * gcc.c-torture/compile/20000405-1.c: New test.
13739 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
13741         * gcc.dg/cast-qual-1.c: Revert last change.
13743 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13745         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
13747 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
13749         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
13750         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
13752 2000-04-03  Jeffrey A Law  (law@cygnus.com)
13754         * gcc.c-torture/compile/20000403-2.c: New test.
13755         * gcc.c-torture/compile/20000403-1.c: New test.
13757 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
13759         * gcc.c-torture/execute/20000403-1.c: New test.
13761 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
13763         * gcc.c-torture/execute/20000402-1.c: New test.
13765 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
13767         * gcc.c-torture/execute/va-arg-15.c: New test.
13768         * gcc.c-torture/execute/va-arg-16.c: New test.
13769         * gcc.c-torture/execute/va-arg-17.c: New test.
13770         * gcc.c-torture/execute/va-arg-18.c: New test.
13771         * gcc.c-torture/execute/va-arg-19.c: New test.
13773 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
13775         * gcc.c-torture/compile/981211-1.c: Move to...
13776         * gcc.dg/cpp-as1.c: ...here.
13777         * gcc.dg/cpp-as2.c: New file.
13779         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
13780         compiler.
13782 2000-04-02  Neil Booth  <NeilB@earthling.net>
13784         * gcc.dg/cpp-cond.c  New tests.
13785         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
13786         accidental success less likely.
13787         * gcc.dg/cpp-missingop.c  New tests.
13788         * gcc.dg/cpp-missingparen.c  New tests.
13789         * gcc.dg/cpp-shift.c  New tests.
13790         * gcc.dg/cpp-shortcircuit.c  New tests.
13791         * gcc.dg/cpp-unary.c  New tests.
13793 2000-03-29  Jeffrey A Law  (law@cygnus.com)
13795         * gcc.c-torture/compile/20000329-1.c: New test.
13797 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13799         * gcc.c-torture/compile/20000326-1.c: New test.
13800         * gcc.c-torture/compile/20000326-2.c: New test.
13802 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
13804         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
13805         the first parameter is a function argument.
13807 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
13809         * g++.old-deja/g++.ext/array4.C: New test.
13811 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
13813         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
13815 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13817         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
13819 2000-03-19  Richard Henderson  <rth@cygnus.com>
13821         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
13823 2000-03-19  Richard Henderson  <rth@cygnus.com>
13825         * gcc.c-torture/compile/20000319-1.c: New test.
13827 2000-03-14  Jeffrey A Law  (law@cygnus.com)
13829         * gcc.c-torture/execute/20000314-3.c: New test.
13830         * gcc.c-torture/execute/20000314-2.c: New test.
13831         * gcc.c-torture/execute/20000314-1.c: New test.
13832         * gcc.c-torture/compile/20000314-2.c: New test.
13833         * gcc.c-torture/compile/20000314-1.c: New test.
13835 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
13837         * g++.old-deja/g++.warn/inline.C: New test.
13839 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
13841         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
13842         standards-compliant result rather than specific constants.
13843         Put test-values in array.
13845 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
13847         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
13848         (g++_target_compile): Put test-specific options last.
13850 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13852         * g++.old-deja/g++.eh/vbase4.C: New test.
13854 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13856         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
13858 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13860         * g++.old-deja/g++.brendan/misc12.C: Removed.
13861         * g++.old-deja/g++.pt/memtemp77.C: Constify.
13862         * g++.old-deja/g++.ext/pretty4.C: New test.
13864 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13866         * g++.old-deja/g++.other/string2.C: New test.
13868 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
13870         * g++.old-deja/g++.warn/impint2.C: New test.
13872 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
13874         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
13875         is 1, not zero.
13877 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
13879         * g++.old-deja/g++.warn/impint.C: New test.
13880         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
13881         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
13882         * g++.old-deja/g++.pt/explicit12.C: Likewise.
13883         * g++.old-deja/g++.pt/explicit13.C: Likewise.
13884         * g++.old-deja/g++.pt/explicit17.C: Likewise.
13885         * g++.old-deja/g++.pt/explicit18.C: Likewise.
13886         * g++.old-deja/g++.pt/explicit19.C: Likewise.
13887         * g++.old-deja/g++.pt/explicit23.C: Likewise.
13888         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13889         * g++.old-deja/g++.pt/explicit35.C: Likewise.
13890         * g++.old-deja/g++.pt/explicit6.C: Likewise.
13891         * g++.old-deja/g++.pt/memclass7.C: Likewise.
13893 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13895         * gcc.dg/cpp-redef.c: New test.
13897 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
13899         * g++.old-deja/g++.pt/unify7.C: New test.
13901 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13903         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
13904         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
13906 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
13908         * gcc.c-torture/compile/20000224-1.c: New test.
13910 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13912         * gcc.c-torture/compile/cpp-2.c: New test.
13913         * gcc.c-torture/compile/cpp-1.c: New test.
13915 2000-02-25  Jeffrey A Law  (law@cygnus.com)
13917         * gcc.c-torture/execute/20000225-1.c: New test.
13919 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13921         * gcc.dg/cpp-li2.c: New test.
13923         * gcc.dg/cpp-wi1.c: New test.
13925         * gcc.dg/cpp-li1.c: New test.
13927 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
13929         * g++.old-deja/g++.other/sizeof5.C: New test.
13931 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13933         * gcc.c-torture/execute/va-arg-13.c: New test.
13935 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
13937         * gcc.c-torture/execute/va-arg-12.c: New test.
13939 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
13941         * gcc.c-torture/execute/20000223-1.c: New test.
13943 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
13945         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
13947 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
13949         * g++.old-deja/g++.abi/ptrmem.C: New test.
13951 2000-02-19  Richard Henderson  <rth@cygnus.com>
13953         * gcc.c-torture/compile/init-3.c: New.
13955 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
13957         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
13958         ALWAYS_CXXFLAGS.
13960 2000-02-11  Robert Lipe <robertl@sco.com>
13962         * gcc.c-torture/compile/20000211-3.c: New test.
13964 2000-02-11  Martin Buchholz <martin@xemacs.org>
13966         * gcc.c-torture/compile/20000211-2.c: New test.
13968 2000-02-11  Jeffrey A Law  (law@cygnus.com)
13970         * gcc.c-torture/compile/20000211-1.c: New test.
13972 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
13974         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
13975           on native targets
13977 2000-02-08  Nathan Sidwell  <nathan@acm.org>
13979         * g++.old-deja/g++.other/cast5.C: New test.
13981 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
13983         * gcc.c-torture/execute/20000205-1.c: New.
13985 2000-02-03  Nathan Sidwell  <nathan@acm.org>
13987         * g++.old-deja/g++.jason/cast3.C: Return void.
13988         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
13990 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13992         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
13994         * gcc.dg/loop-1.c: New test.
13996 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
13998         * gcc.c-torture/compile/20000127-1.c: New test.
13999         * gcc.c-torture/execute/991228-1.c: New test.
14001 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14003         * gcc.dg/unused-2.c: New test.
14005         * gcc.dg/conv-1.c: New test.
14007 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14009         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14010         compiler.
14011         (tool_option_proc): Fix typo.
14013 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
14015         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14016         of the ld on the host, not on the build machine.
14017         Also, don't crash if '--help' is not a supported option.
14019 2000-01-24  Richard Henderson  <rth@cygnus.com>
14021         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14023 2000-01-20  Jeffrey A Law  (law@cygnus.com)
14025         * gcc.c-torture/execute/20000120-2.c: New test.
14026         * gcc.c-torture/execute/20000120-1.c: New test.
14028 2000-01-13  Jeffrey A Law  (law@cygnus.com)
14030         * gcc.c-torture/execute/20000113-1.c: New test.
14032 2000-01-12  Jeffrey A Law  (law@cygnus.com)
14034         * gcc.c-torture/execute/20000112-1.c: New test.
14036 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14038         * gcc.dg/20000111-1.c: New test.
14040 2000-01-10  Jeffrey A Law  (law@cygnus.com)
14042         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14043         with 16 bit integers.
14045 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14047         * gcc.dg/20000108-1.c: New test.
14049 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14051         * g++.old-deja/g++.ns/koenig8.C: New test.
14053 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14055         * g++.old-deja/g++.other/cast4.C: New test.
14057 2000-01-05  Jeffrey A Law  (law@cygnus.com)
14059         * gcc.c-torture/compile/20000105-2.c: New test.
14060         * gcc.c-torture/compile/20000105-1.c: New test.
14062 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14064         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
14065         references to printf & atoi to conform to ANSI standard.
14066         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
14067         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
14068         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
14069         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
14070         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
14071         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14072         * g++.old-deja/g++.brendan/copy1.C: Likewise.
14073         * g++.old-deja/g++.brendan/copy2.C: Likewise.
14074         * g++.old-deja/g++.brendan/copy3.C: Likewise.
14075         * g++.old-deja/g++.brendan/copy4.C: Likewise.
14076         * g++.old-deja/g++.brendan/copy5.C: Likewise.
14077         * g++.old-deja/g++.brendan/copy6.C: Likewise.
14078         * g++.old-deja/g++.brendan/copy7.C: Likewise.
14079         * g++.old-deja/g++.brendan/copy8.C: Likewise.
14080         * g++.old-deja/g++.brendan/crash11.C: Likewise.
14081         * g++.old-deja/g++.brendan/crash14.C: Likewise.
14082         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
14083         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14084         * g++.old-deja/g++.brendan/delete2.C: Likewise.
14085         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
14086         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
14087         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
14088         * g++.old-deja/g++.brendan/eh1.C: Likewise.
14089         * g++.old-deja/g++.brendan/groff1.C: Likewise.
14090         * g++.old-deja/g++.brendan/init3.C: Likewise.
14091         * g++.old-deja/g++.brendan/misc12.C: Likewise.
14092         * g++.old-deja/g++.brendan/misc7.C: Likewise.
14093         * g++.old-deja/g++.brendan/new2.C: Likewise.
14094         * g++.old-deja/g++.brendan/operators4.C: Likewise.
14095         * g++.old-deja/g++.brendan/operators5.C: Likewise.
14096         * g++.old-deja/g++.brendan/overload2.C: Likewise.
14097         * g++.old-deja/g++.brendan/overload7.C: Likewise.
14098         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
14099         * g++.old-deja/g++.brendan/reference1.C: Likewise.
14100         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
14101         * g++.old-deja/g++.brendan/template24.C: Likewise.
14102         * g++.old-deja/g++.brendan/template3.C: Likewise.
14103         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
14104         * g++.old-deja/g++.jason/inline3.C: Likewise.
14105         * g++.old-deja/g++.jason/opeq.C: Likewise.
14106         * g++.old-deja/g++.law/arg5.C: Likewise.
14107         * g++.old-deja/g++.law/arm7.C: Likewise.
14108         * g++.old-deja/g++.law/ctors11.C: Likewise.
14109         * g++.old-deja/g++.law/cvt8.C: Likewise.
14110         * g++.old-deja/g++.law/init9.C: Likewise.
14111         * g++.old-deja/g++.law/refs4.C: Likewise.
14112         * g++.old-deja/g++.law/template2.C: Likewise.
14113         * g++.old-deja/g++.law/visibility24.C: Likewise.
14114         * g++.old-deja/g++.law/vtable3.C: Likewise.
14115         * g++.old-deja/g++.mike/asm2.C: Likewise.
14116         * g++.old-deja/g++.mike/eh1.C: Likewise.
14117         * g++.old-deja/g++.mike/misc1.C: Likewise.
14118         * g++.old-deja/g++.mike/misc13.C: Likewise.
14119         * g++.old-deja/g++.mike/misc14.C: Likewise.
14120         * g++.old-deja/g++.mike/ns12.C: Likewise.
14121         * g++.old-deja/g++.mike/p1248.C: Likewise.
14122         * g++.old-deja/g++.mike/p3708.C: Likewise.
14123         * g++.old-deja/g++.mike/p3708a.C: Likewise.
14124         * g++.old-deja/g++.mike/p3708b.C: Likewise.
14125         * g++.old-deja/g++.mike/p646.C: Likewise.
14126         * g++.old-deja/g++.mike/p700.C: Likewise.
14127         * g++.old-deja/g++.mike/p783.C: Likewise.
14128         * g++.old-deja/g++.mike/p783a.C: Likewise.
14129         * g++.old-deja/g++.mike/p783b.C: Likewise.
14130         * g++.old-deja/g++.mike/p786.C: Likewise.
14131         * g++.old-deja/g++.mike/p789.C: Likewise.
14132         * g++.old-deja/g++.mike/p789a.C: Likewise.
14133         * g++.old-deja/g++.mike/p807a.C: Likewise.
14134         * g++.old-deja/g++.other/delete3.C: Likewise.
14135         * g++.old-deja/g++.other/dyncast1.C: Likewise.
14136         * g++.old-deja/g++.other/dyncast2.C: Likewise.
14137         * g++.old-deja/g++.other/dyncast3.C: Likewise.
14138         * g++.old-deja/g++.other/empty1.C: Likewise.
14139         * g++.old-deja/g++.other/temporary1.C: Likewise.
14140         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
14141         * g++.old-deja/g++.pt/t16.C: Likewise.
14142         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
14144 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
14146         * gcc.dg/991230-1.c: New test.
14148 1999-12-29  Jeffrey A Law  (law@cygnus.com)
14150         * gcc.c-torture/compile/991229-3.c: New test.
14151         * gcc.c-torture/compile/991229-2.c: New test.
14152         * gcc.c-torture/compile/991229-1.c: New test.
14154 1999-12-29  Greg McGary <gkm@eng.ascend.com>
14156         * gcc.c-torture/compile/labels-2.c: New test.
14158 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14160         * gcc.c-torture/execute/991227-1.c: New test.
14162 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14164         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
14166 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14168         * gcc.c-torture/execute/991221-1.c: New test.
14170 1999-12-20  Nathan Sidwell  <nathan@acm.org>
14172         * g++.old-deja/g++.other/cast3.C: New test.
14174 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
14176         * gcc.c-torture/execute/991216-4.c: New test.
14178 1999-12-16  Michael Meissner  <meissner@cygnus.com>
14180         * gcc.c-torture/execute/991216-1.c: New test.
14181         * gcc.c-torture/execute/991216-2.c: New test.
14182         * gcc.c-torture/execute/991216-3.c: New test.
14184 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14186         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
14187         Actually make the test fail by using "-O2" for compilation.
14189 1999-12-15  Nathan Sidwell  <nathan@acm.org>
14191         * g++.old-deja/g++.warn/cast-align1.C: New test.
14193 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14195         * gcc.c-torture/compile/991214-1.c: New test.
14196         * gcc.c-torture/compile/991214-2.c: New test.
14198 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14200         * gcc.dg/991214-1.c: New test.
14202 1999-12-13  Jeffrey A Law  (law@cygnus.com)
14204         * gcc.c-torture/compile/991213-3.c: New test.
14205         * gcc.c-torture/compile/991213-2.c: New test.
14206         * gcc.c-torture/compile/991213-1.c: New test.
14208 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
14210         * gcc.dg/991209-1.c: New test.
14212 1999-12-08  Nathan Sidwell <nathan@acm.org>
14214         * gcc.c-torture/compile/991208-1.c: New test.
14216 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14218         * gcc.dg/ultrasp2.c: New test.
14220 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
14222         * g++.old-deja/g++.abi/align.C (main): Fix typo.
14224 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
14226         * gcc.c-torture/compile/991202-1.c: New test.
14227         * gcc.c-torture/execute/991202-1.c: New test.
14228         * gcc.c-torture/execute/991202-2.c: New test.
14229         * gcc.c-torture/execute/991202-3.c: New test.
14231 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
14233         * g++.old-deja/g++.abi/align.C: New test.
14234         * g++.old-deja/g++.abi/aggregates.C: Likewise.
14235         * g++.old-deja/g++.abi/bitfields.C: Likewise.
14237 1999-12-01  Richard Henderson  <rth@cygnus.com>
14239         * gcc.c-torture/execute/991201-1.c: New.
14241 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
14243         * gcc.dg/991129-1.c: New test.
14245 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
14247         * gcc.c-torture/compile/991127-1.c: New test.
14249 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14251         * g++.old-deja/g++.other/warn4.C: New test.
14253 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14255         * g++.old-deja/g++.eh/cleanup2.C: New test.
14256         * g++.old-deja/g++.ext/pretty2.C: New test.
14257         * g++.old-deja/g++.ext/pretty3.C: New test.
14258         * g++.old-deja/g++.other/debug6.C: New test.
14260 1999-10-20  Jim Wilson  <wilson@cygnus.com>
14262         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
14263         compiler_output to look for one error message instead of two.
14265 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
14267         * gcc.c-torture/execute/991118-1.c: Also test case
14268         where the word boundary does not split a byte evenly.
14270 1999-11-19  Nathan Sidwell  <nathan@acm.org>
14272         * g++.old-deja/g++.ext/restrict1.C: New test.
14274 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14276         * gcc.c-torture/execute/991118-1.c: New test.
14278 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
14280         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
14281         working directory pathnames.
14283 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
14285         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
14286         host is equipped with driver.h and driver.o so it can actually
14287         compile and run the tests.
14289 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
14291         * gcc.c-torture/compile/991008-1.c: New test.
14293 1999-11-08  Nick Clifton  <nickc@cygnus.com>
14295         * lib/gcc-dg.exp: Include target-supports.exp
14297 1999-11-05  Nick Clifton  <nickc@cygnus.com>
14299         * lib/target-supports.exp: New file: Provide procs to test for
14300         features supported by the target.
14301         (check_weak_available): Moved here from ecos.exp.
14302         (check_alias_available): New proc: Determine of the target
14303         toolchain supports the alias attribute.
14305         * gcc.dg/special/ecos.exp: Move check_weak_available to
14306         target-supports.exp.
14307         (alias-1.c): Only perform the test if the target supports
14308         aliases.
14309         (wkali-1.c): Only perform the test if the target supports
14310         aliases.
14312         * gcc.dg/990506-0.c: Expect error messages from cross
14313         targets as well as native targets.
14315 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14317         * gcc.dg/ultrasp1.c: Removed xfail.
14318         * gcc.dg/struct-ret-2.c: Likewise.
14319         * gcc.dg/array-1.c: Likewise.
14321 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14323         * gcc.dg/struct-ret-2.c: New test.
14325         * gcc.dg/array-1.c: New test.
14327 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
14329         * gcc.c-torture/execute/991030-1.c: New test.
14331 1999-10-26  Richard Henderson  <rth@cygnus.com>
14333         * gcc.c-torture/compile/991026-2.c: New test.
14335 1999-10-26  Jeffrey A Law  (law@cygnus.com)
14337         * gcc.c-torture/compile/991026-1.c: New test.
14339 1999-10-23  Jeffrey A Law  (law@cygnus.com)
14341         * gcc.c-torture/execute/991023-1.c: New test.
14343 1999-10-19  Jeffrey A Law  (law@cygnus.com)
14345         * gcc.c-torture/execute/991019-1.c: New test.
14347 1999-10-16  Richard Henderson  <rth@cygnus.com>
14349         * gcc.c-torture/execute/991016-1.c: New test.
14351 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
14353         * gcc.c-torture/execute/991014-1.c: New test.
14355 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
14357         * g++.old-deja/g++.other/union2.C: New test.
14359 1999-10-13  Nathan Sidwell  <nathan@acm.org>
14361         * g++.old-deja/g++.other/vaarg2.C: New test.
14362         * g++.old-deja/g++.other/vaarg3.C: New test.
14364 1999-10-12  Craig Burley  <craig@jcb-sc.com>
14366         * g77.f-torture/noncompile/19990905-1.f: Moved from being
14367         in compile/.
14369 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
14371         * gcc.c-torture/execute/va-arg-11.c: New test.
14373 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
14375         * lib/file-format.exp (gcc_target_object_format): Don't
14376         crash if objdump is unavailable.
14378 1999-09-29  Donn Terry <donn@interix.com>
14380         * gcc.misc-tests/mg.exp: delete extraneous redirection.
14382 1999-09-28  Nick Clifton  <nickc@cygnus.com>
14384         * gcc.c-torture/compile/990928-1.c: New test.
14386 1999-09-28  Nathan Sidwell  <nathan@acm.org>
14388         * g++.old-deja/g++.other/decl6.C: New test.
14390 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14392         * gcc.c-torture/execute/va-arg-10.c: New test.
14394 1999-09-27  Nathan Sidwell  <nathan@acm.org>
14396         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
14397         __PRETTY_FUNCTION__.
14399 1999-09-23  Nick Clifton  <nickc@cygnus.com>
14401         * gcc.c-torture/execute/990923-1.c: New test.
14403 1999-09-21  Nick Clifton  <nickc@cygnus.com>
14405         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
14406         for which -fpic is inappropriate.
14408 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
14410         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
14412 1999-09-21  Nathan Sidwell  <nathan@acm.org>
14414         * g++.old-deja/g++.other/dyncast1.C: New test.
14415         * g++.old-deja/g++.other/dyncast2.C: New test.
14416         * g++.old-deja/g++.other/dyncast3.C: New test.
14417         * g++.old-deja/g++.other/dyncast4.C: New test.
14418         * g++.old-deja/g++.other/dyncast5.C: New test.
14419         * g++.old-deja/g++.eh/catch3.C: New test.
14420         * g++.old-deja/g++.eh/catch3p.C: New test.
14421         * g++.old-deja/g++.eh/catch4.C: New test.
14422         * g++.old-deja/g++.eh/catch4p.C: New test.
14423         * g++.old-deja/g++.eh/catch5.C: New test.
14424         * g++.old-deja/g++.eh/catch5p.C: New test.
14425         * g++.old-deja/g++.eh/catch6.C: New test.
14426         * g++.old-deja/g++.eh/catch6p.C: New test.
14427         * g++.old-deja/g++.eh/catch7.C: New test.
14428         * g++.old-deja/g++.eh/catch7p.C: New test.
14429         * g++.old-deja/g++.eh/catch8.C: New test.
14430         * g++.old-deja/g++.eh/catch8p.C: New test.
14431         * g++.old-deja/g++.eh/catch9.C: New test.
14432         * g++.old-deja/g++.eh/catch9p.C: New test.
14434 1999-09-13  Nathan Sidwell  <nathan@acm.org>
14436         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
14437         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
14439 1999-09-13  Jeffrey A Law  (law@cygnus.com)
14441         * gcc.c-torture/compile/990913-1.c: New test.
14443 1999-09-10  Nathan Sidwell  <nathan@acm.org>
14445         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
14446         * g++.old-deja/g++.jason/rfg5.C: Likewise.
14448 1999-09-09  Richard Henderson  <rth@cygnus.com>
14450         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
14452 1999-09-09  Nathan Sidwell  <nathan@acm.org>
14454         * g++.old-deja/g++.other/lookup11.C: New test.
14455         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
14456         what is permitted and what we want.
14457         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
14458         overload use.
14459         * g++.old-deja/g++.jason/rfg5.C: Likewise
14461 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
14463         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
14464         * gcc.c-torture/noncompile/poison-1.c: New file.
14466 1999-09-08  Nathan Sidwell  <nathan@acm.org>
14468         * g++.old-deja/g++.other/sizeof3.C: New test.
14469         * g++.old-deja/g++.other/sizeof4.C: New test.
14470         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
14471         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
14473 1999-09-07  Richard Henderson  <rth@cygnus.com>
14475         * gcc.dg/va-arg-1.c: New.
14477 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14479         * gcc.c-torture/execute/va-arg-9.c: New test.
14481 1999-09-05  Craig Burley  <craig@jcb-sc.com>
14483         * g77.f-torture/compile/980519-2.f: New test.
14484         * g77.f-torture/compile/19990905-0.f: New test.
14485         * g77.f-torture/compile/19990905-1.f: New test.
14486         * g77.f-torture/compile/19990905-2.f: New test.
14488         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
14490 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
14492         * gcc.c-torture/execute/990827-1.c: Fix typo.
14494 1999-09-03  Nathan Sidwell  <nathan@acm.org>
14496         * g++.old-deja/g++.other/deref1.C: New test.
14498 1999-09-02  Nathan Sidwell  <nathan@acm.org>
14500         * g++.old-deja/g++.other/ambig2.C: New test.
14501         * g++.old-deja/g++.other/cond5.C: New test.
14502         * g++.old-deja/g++.other/lookup16.C: New test.
14504 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
14506         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
14507         assemblers too.
14509 1999-08-31  Jeffrey A Law  (law@cygnus.com)
14511         * lib/c-torture.exp: Avoid the "compare executables" optimization
14512         when testing native.
14514 1999-08-29  Jeffrey A Law  (law@cygnus.com)
14516         * gcc.c-torture/execute/990829-1.c: New test.
14517         * gcc.c-torture/compile/990829-1.c: New test.
14519 1999-08-27  Paul Burchard  <burchard@pobox.com>
14521         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
14522         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
14523         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
14524         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
14525         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
14526         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
14527         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
14528         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
14529         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
14530         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
14531         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
14533 1999-08-27  Jeffrey A Law  (law@cygnus.com)
14535         * gcc.c-torture/execute/990827-1.c: New test.
14537 1999-08-26  Craig Burley  <craig@jcb-sc.com>
14539         * g77.f-torture/noncompile/19990826-4.f: New test.
14541         * g77.f-torture/compile/19990826-3.f: New test.
14543         * g77.f-torture/execute/19990826-2.f: New test.
14545         * g77.f-torture/compile/19990826-1.f: New test.
14547         * gcc.c-torture/execute/990826-0.c: New test.
14548         * g77.c-torture/execute/19990826-0.f: New test.
14550         * g77.f-torture/noncompile/970626-2.f: New test.
14552 1999-08-25  Paul Burchard  <burchard@pobox.com>
14554         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
14555         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
14556         lss-011.C: New tests.
14558 1999-08-25  Nathan Sidwell  <nathan@acm.org>
14560         * g++.old-deja/g++.other/decl5.C: New test.
14562 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14564         * noncompile/noncompile.exp: Load_lib c-torture.exp.
14565         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
14566         call `postbase' for each one.  All callers of `postbase' changed
14567         to call this instead.
14569 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
14571         * gcc.c-torture/execute/990811-1.c: New test.
14573 1999-08-09  Nick Clifton  <nickc@cygnus.com>
14575         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
14576         just native ones.
14578         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
14579         just native ones.
14581 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
14583         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
14585 1999-08-04  Jeffrey A Law  (law@cygnus.com)
14587         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
14589 1999-08-04  Nathan Sidwell  <nathan@acm.org>
14591         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
14593 1999-08-04  Jeffrey A Law  (law@cygnus.com)
14595         * gcc.c-torture/execute/990804-1.c: New test.
14597 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14599         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
14600         * g++.old-deja/g++.brendan/crash64.C: Likewise
14601         * g++.old-deja/g++.brendan/overload8.C: Likewise
14603 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14605         * g++.old-deja/g++.other/struct1.C: New test.
14607 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14609         * g++.old-deja/g++.other/enum2.C: New test.
14611 1999-08-02  Richard Henderson  <rth@cygnus.com>
14613         Adapted from tests from Franz Sirl:
14614         * gcc.c-torture/execute/va-arg-7.c: New test.
14615         * gcc.c-torture/execute/va-arg-8.c: New test.
14617 1999-08-01  Jeffrey A Law  (law@cygnus.com)
14619         * gcc.c-torture/compile/990801-2.c: New test.
14621         * gcc.c-torture/compile/990801-1.c: New test.
14623 1999-07-27  Michael Meissner  <meissner@cygnus.com>
14625         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
14626         fp-cmp-1.c, converting double to float.
14628         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
14629         fp-cmp-1.c, converting double to long double.
14631         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
14632         from fr1 to unknown_register, since fr1 is a legitimate register
14633         on some machines.
14635 1999-07-25  Jeffrey A Law  (law@cygnus.com)
14637         * README: More listname related changes.
14639 1999-07-08  Catherine Moore  <clm@cygnus.com>
14641         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
14643 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
14645         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
14647 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
14649         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
14651 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
14653         * gcc.dg/990703-1.c: New test.
14655 1999-06-29  Nick Clifton  <nickc@cygnus.com>
14657         * lib/file-format.exp: New file: Move definition of proc
14658         gcc_target_object_format to here from
14659         gcc.dg/special/ecos.exp.
14661         * lib/c-torture.exp: Include lib file-format.exp.
14662         * lib/gcc-dg.exp: Include lib file-format.exp.
14664         * gcc.dg/special/ecos.exp: Remove definition of proc
14665         gcc_target_object_format.
14667 1999-06-28  Jeffrey A Law  (law@cygnus.com)
14669         * gcc.c-torture/execute/990628-1.c: New test.
14671 1999-06-25  Jeffrey A Law  (law@cygnus.com)
14673         * gcc.c-torture/compile/990625-2.c: New test.
14675         * gcc.c-torture/compile/990625-1.c: New test.
14677 1999-06-23  Nick Clifton  <nickc@cygnus.com>
14679         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
14680         attributes compile.
14681         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
14682         ports that use the COFF/PE file format.
14684 1999-06-17  Jeffrey A Law  (law@cygnus.com)
14686         * gcc.c-torture/compile/990617-1.c: New test.
14688 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
14690         * g++.old-deja/g++.other/decl4.C: New test.
14692 1999-06-14  Nathan Sidwell  <nathan@acm.org>
14694         * g++.old-deja/g++.other/bitfld3.C: New test.
14696 1999-06-08  Nathan Sidwell  <nathan@acm.org>
14698         * g++.old-deja/g++.eh/catch1.C: New test.
14700 1999-06-07  Jeffrey A Law  (law@cygnus.com)
14702         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
14704         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
14705         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
14707 1999-06-05  Craig Burley  <craig@jcb-sc.com>
14709         * g77.f-torture/compile/19990502-0.f: Replace with new,
14710         shorter, test that still fails after recent changes.
14712 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14714         * gcc.c-torture/execute/990604-1.c: New test.
14716 1999-05-31  Jeffrey A Law  (law@cygnus.com)
14718         * gcc.c-torture/execute/990531-1.c: New test.
14720 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14722         * gcc.c-torture/compile/990527-1.c: New test.
14724 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
14726         * gcc.c-torture/execute/990527-1.c: New test.
14728 1999-05-25  Nick Clifton  <nickc@cygnus.com>
14730         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
14731         bitfields as signed.
14733 1999-05-25  Craig Burley  <craig@jcb-sc.com>
14735         * g77.f-torture/compile/19990525-0.f: New test.
14737 1999-05-25  Jeffrey A Law  (law@cygnus.com)
14739         * gcc.c-torture/execute/990525-2.c: New test.
14741         * gcc.c-torture/execute/990525-1.c: New test.
14743 1999-05-24  Nathan Sidwell  <nathan@acm.org>
14745         * g++.old-deja/g++.other/anon3.C: New test.
14746         * g++.old-deja/g++.other/anon4.C: New test.
14747         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
14748         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
14749         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
14750         Merrill).
14752 1999-05-24  Jeffrey A Law  (law@cygnus.com)
14754         * gcc.c-torture/execute/990524-1.c: New test.
14756         * gcc.dg/990524-1.c: New test.
14758 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14760         * gcc.c-torture/compile/990523-1.c: New test.
14762 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
14764         * gcc.c-torture/compile/990519-1.c: New test.
14766 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14768         * gcc.c-torture/compile/990517-1.c: New test.
14770         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
14771         (e4, f4): New tests.
14772         (main): Call them.
14774 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14776         * gcc.dg/noreturn-1.c: New test.
14778 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
14780         * gcc.c-torture/execute/990513-1.c: New test.
14782 1999-05-10  Richard Henderson  <rth@cygnus.com>
14784         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
14786 1999-05-10  Craig Burley  <craig@jcb-sc.com>
14788         * g77.f-torture/execute/erfc.f: Use small single-precision
14789         values, to avoid problems on Alphas when not -mieee.
14791 1999-05-08  Craig Burley  <craig@jcb-sc.com>
14793         * gcc.dg/990506-0.c: New test.
14795 1999-05-08  Richard Henderson  <rth@cygnus.com>
14797         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
14798         the constant to test.  Don't XFAIL 64-bit targets.
14800         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
14801         * g++.old-deja/g++.law/profile1.C: Likewise.
14803         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
14804         operator new instances.
14805         * g++.old-deja/g++.other/delete5.C: Likewise.
14807 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14809         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
14810         intrinsic.
14812 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14814         * g77.f-torture/execute/u77-test.f: Reverse order of two
14815         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
14817 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14819         * gcc.dg/compare1.c: New test.
14821 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14823         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
14824         New tests.
14826 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14828         * g77.f-torture/compile/19990502-1.f: New test.
14830 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14832         * g77.f-torture/compile/19990502-0.f: New test.
14834 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14836         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
14837         intrinsic.
14839 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14841         * g77.f-torture/execute/u77-test.f (main): List libU77
14842         intrinsics not currently tested.
14843         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
14844         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
14845         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
14846         Trim blanks off the ends of some printed strings.
14848 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14850         * g77.f-torture/execute/u77-test.f (main): Just warn about
14851         FSTAT gid disagreement, as it's expected on some systems.
14853 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14855         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
14856         use a new function, which allows for some slop.
14857         Clean up some commentary.
14858         (issum): The new function.
14859         (sgladd): Deleted subroutine.
14861 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14863         * g77.f-torture/execute/u77-test.f: Modify to be more like
14864         libf2c/libU77 version, bringing patches to that version here.
14865         Add suitable commentary.
14867 1999-04-25  Richard Henderson  <rth@cygnus.com>
14869         * gcc.dg/990424-1.c: New test.
14871 1999-04-24  Craig Burley  <craig@jcb-sc.com>
14873         * g77.f-torture/execute/u77-test.f (main): Bug involving
14874         LSTAT has been fixed, so turn back on full checking.
14876 1999-04-20  Craig Burley  <craig@jcb-sc.com>
14878         * g77.f-torture/compile/19990419-0.f: New test.
14879         * g77.f-torture/execute/19990419-1.f: New test.
14881 1999-04-17  Richard Henderson  <rth@cygnus.com>
14883         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
14884         to avoid the need for a prototype to supress a warning.
14886 1999-04-07  Jim Wilson  <wilson@cygnus.com>
14888         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
14890 1999-04-04  Jeffrey A Law  (law@cygnus.com)
14892         * gcc.c-torture/execute/990404-1.c: New test.
14894 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14896         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
14897         * gcc.dg/cpp-if3.c: Don't use -pedantic.
14898         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
14899         missing initializer warnings.
14901 1999-03-28  Jeffrey A Law  (law@cygnus.com)
14903         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
14904         matching strings.
14906 1999-03-26  Jeffrey A Law  (law@cygnus.com)
14908         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
14910 1999-03-26  Craig Burley  <craig@jcb-sc.com>
14912         * g77.f-torture/execute/19990325-0.f: New test.
14913         * g77.f-torture/execute/19990325-1.f: New test.
14915 1999-03-24  Jeffrey A Law  (law@cygnus.com)
14917         * gcc.c-torture/execute/990324-1.c: New test.
14919 1999-03-22  Jim Wilson  <wilson@cygnus.com>
14921         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
14922         test with 4.
14924 1999-03-17  Richard Henderson  <rth@cygnus.com>
14926         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
14928 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14930         * g77.f-torture/execute/19990313-2.f: New test.
14931         * g77.f-torture/execute/19990313-3.f: New test.
14933 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14935         * g77.f-torture/execute/19990313-0.f: New test.
14936         * g77.f-torture/execute/19990313-1.f: New test.
14938 1999-03-12  Jim Wilson  <wilson@cygnus.com>
14940         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
14941         printf to sprintf.
14942         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
14943         (main): Add check for u15.  Conditionalize u31 check depending on
14944         whether ints are <32 bits or >=32 bits.
14946 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14948         * g77.f-torture/execute/19981119-0.f: Improve testiness.
14950 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14952         * g77.f-torture/compile/19990305-0.f: New test.
14953         * g77.f-torture/execute/19981119-0.f: New test.
14955 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14957         * g77.f-torture/execute/970625-2.f: call ABORT if final
14958         result is not correct, instead of just printing it.
14959         Add this checking via newly introduced obfuscation, to
14960         trip up buggy front ends.
14962 1999-03-07  Craig Burley  <craig@jcb-sc.com>
14964         * g77.f-torture/compile/960317-1.f: Moved from being
14965         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
14967 1999-03-06  Craig Burley  <craig@jcb-sc.com>
14969         * g77.f-torture/execute/960317-1.f: New (old) test.
14970         * g77.f-torture/execute/970625-2.f: Ditto.
14972 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
14974         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
14975         message on line 1 or line 2; cccp and cpplib do this differently.
14977 1999-03-01  Jeffrey A Law  (law@cygnus.com)
14979         * g++.old-deja/g++.law/weak1.C: New test.
14981 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14983         * gcc.c-torture/execute/990119-1.c: Renamed to...
14984         * gcc.dg/990119-1.c: this, so it will only be tested once
14985         (it's a preprocessor test, it doesn't need to be run at
14986         multiple optimization levels).
14988 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14990         * lib/g++.exp: Don't add incdir=$base_dir/../include to
14991           ALWAYS_CXXFLAGS.
14993 1999-02-24  Craig Burley  <craig@jcb-sc.com>
14995         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
14996         * g77.f-torture/compile/19981216-0.f: ...as it is expected
14997         to not be compilable by current g77.
14999 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15001         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
15003 1999-02-22  Jeffrey A Law  (law@cygnus.com)
15005         * gcc.c-torture/execute/990222-1.c: New test.
15007 1999-02-19  Craig Burley  <craig@jcb-sc.com>
15009         * g77.f-torture/compile/19990218-0.f: New test.
15010         * g77.f-torture/noncompile/19990218-1.f: New test.
15012 1999-02-18  Craig Burley  <craig@jcb-sc.com>
15014         * g77.f-torture/compile/19981216-0.f: New test.
15016 1999-02-14  Jeffrey A Law  (law@cygnus.com)
15018         * gcc.dg/990214-1.c: New test.
15020 1999-02-13  Jeffrey A Law  (law@cygnus.com)
15022         * gcc.dg/990213-2.c: New test.
15024         * gcc.dg/990213-1.c: New test.
15026 1999-02-12  Jeffrey A Law  (law@cygnus.com)
15028         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
15029         ints.
15031 1999-02-11  Nick Clifton  <nickc@cygnus.com>
15033         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
15034         specified by target.
15036         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
15038 1999-02-11  Jeffrey A Law  (law@cygnus.com)
15040         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
15042 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15044         * gcc.dg/special/ecos.exp: New test driver for new tests with
15045         special requirements.
15047         * gcc.dg/special/alias-1.c: New test.
15048         * gcc.dg/special/gcsec-1.c: New test.
15049         * gcc.dg/special/weak-1.c: New test.
15050         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
15051         * gcc.dg/special/weak-2.c: New test.
15052         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
15053         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
15054         * gcc.dg/special/wkali-1.c: New test.
15055         * gcc.dg/special/wkali-2.c: New test.
15056         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
15057         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
15059 1999-02-10  Felix Lee  <flee@cygnus.com>
15061           * lib/c-torture.exp (c-torture-compile): Pull out code for
15062           analyzing gcc error messages.
15063           (c-torture-execute): Likewise.  Fix some (harmless) false
15064           positives.
15065           * lib/gcc.exp (gcc_check_compile): New function.
15067 1999-02-08  Richard Henderson  <rth@cygnus.com>
15069         * gcc.c-torture/execute/990208-1.c: New test.
15071 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15073         * g++.dg/special/ecos.exp: New driver for new tests with special
15074         requirements
15076         * g++.dg/special/conpr-1.C: New test
15077         * g++.dg/special/conpr-2.C: New test
15078         * g++.dg/special/conpr-2a.C: New test
15079         * g++.dg/special/conpr-3.C: New test
15080         * g++.dg/special/conpr-3a.C: New test
15081         * g++.dg/special/conpr-3b.C: New test
15083         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
15084         allow g++ to use the dg driver
15086         * README: Add comment about g++.dg directory
15088 1999-02-06  Jeffrey A Law  (law@cygnus.com)
15090         * README: Update email addresses.
15092 1999-02-03  Nick Clifton  <nickc@cygnus.com>
15094         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
15095         arguments in order to force structure S onto the stack even on
15096         the alpha.
15097         (test): Pass 10 leading arguments to function foo as well as the
15098         structure S.
15100         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
15101         failure for all targets.
15103         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
15104         abort to terminate program execution.
15106 1999-01-30  Richard Henderson  <rth@cygnus.com>
15108         * gcc.c-torture/execute/990130-1.c: New test.
15110 1999-01-30  Jeffrey A Law  (law@cygnus.com)
15112         * gcc.dg/990130-1.c: New test.
15114 1999-01-28  Michael Meissner  <meissner@cygnus.com>
15116         * gcc.c-torture/execute/990128-1.c: New test.
15118 1999-01-27  Michael Meissner  <meissner@cygnus.com>
15120         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
15122 1999-01-27  Felix Lee  <flee@cygnus.com>
15124         * lib/c-torture.exp (c-torture-compile): pull out code for
15125         analyzing gcc error messages.
15126         (c-torture-execute): ditto, and fix some (harmless) false
15127         positives.
15128         * lib/gcc.exp (gcc_check_compile): new function.
15130 1999-01-17  Jeffrey A Law  (law@cygnus.com)
15132         * gcc.dg/990117-1.c: New test.
15134         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
15136         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
15138 1999-01-15  Jeffrey A Law  (law@cygnus.com)
15140         * g77.f-torture/compile/990115-1.f: New test.
15142 1999-01-07  Jeffrey A Law  (law@cygnus.com)
15144         * gcc.c-torture/compile/990107-1.c: New test
15146 1999-01-06  Jeffrey A Law  (law@cygnus.com)
15148         * gcc.c-torture/execute/990106-2.c: New test.
15150         * gcc.c-torture/execute/990106-1.c: New test.
15152 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
15154         * gcc.c-torture/compile/981223-1.c: New test.
15156 1998-12-29  Richard Henderson  <rth@cygnus.com>
15158         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
15159         (opt3): Rename from opt4 and disable.
15161 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
15163         * g++.old-deja/g++.pt/ptrmem5.C: New test.
15165 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15167         * g++.old-deja/g++.other/conv5.C: New test.
15169 1998-12-14  Nick Clifton  <nickc@cygnus.com>
15171         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
15173 1998-12-11  Jeffrey A Law  (law@cygnus.com)
15175         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
15177 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
15179         * gcc.c-torture/compile/981211-1.c: New test.
15181 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
15183         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
15185         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
15187 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15189         * gcc.special/930510-1.c: Make C9X safe.
15190         * gcc.misc-tests/gcov-1.c Similarly.
15191         * gcc.misc-tests/gcov-2.c Similarly.
15193 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15195         * gcc.dg/ultrasp1.c: New test.
15197 1998-12-06  Richard Henderson  <rth@cygnus.com>
15199         * gcc.c-torture/execute/981206.c: New test.
15201 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15203         * g++.old-deja/g++.ns/template7.C: New test.
15205         * g++.old-deja/g++.other/expr1.C: New test.
15207         * g++.old-deja/g++.eh/tmpl3.C: New test.
15209         * g++.old-deja/g++.eh/tmpl2.C: New test.
15211 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15213         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
15214         * g++.old-deja/g++.other/using6.C: Removed.
15215         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
15217         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
15219 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15221         * g++.old-deja/g++.pt/overload8.C: New test.
15223         * g++.old-deja/g++.pt/overload7.C: New test.
15225         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
15227         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
15228         and relinking messages.
15229         * lib/g++.exp (g++_target_compile): Remove .rpo file when
15230         compiling with -frepo.
15232 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
15234         * g++.old-deja/g++.pt/lookup6.C: New test.
15236 1998-11-30  Nick Clifton  <nickc@cygnus.com>
15238         * gcc.c-torture/execute/981130-1.c: New test.
15239         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
15241 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15243         * g++.old-deja/g++.pt/explicit76.C: New test.
15245         * g++.old-deja/g++.pt/friend38.C: New test.
15247         * g++.old-deja/g++.ns/crash2.C: New test.
15249         * g++.old-deja/g++.pt/defarg8.C: New test.
15251         * g++.old-deja/g++.pt/instantiate6.C: New test.
15253         * g++.old-deja/g++.pt/static6.C: New test.
15255         * g++.old-deja/g++.pt/decl2.C: New test.
15257 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15259         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
15260         problem is actually related with name lookup, but so what? :-)
15262         * g++.old-deja/g++.pt/friend37.C: New test.
15264 1998-11-25  Dave Love  <d.love@dl.ac.uk>
15266         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
15267         element, which fails on some systems.
15269         * g77.f-torture/execute/labug1.f: New test.
15271 1998-11-21  Jeffrey A Law  (law@cygnus.com)
15273         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
15274         is defined.
15276 1998-11-18  Dave Love  <d.love@dl.ac.uk>
15278         * g77.f-torture/compile/981117-1.f: New test.
15280 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
15282         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
15283         properly discarded.
15285 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
15287         * gcc.c-torture/execute/memcheck: New directory of tests for
15288         -fcheck-memory-usage.
15290 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15292         * README: New file, general information about the testsuite and
15293         new description of the various C++ test subdirectories.
15294         * README.g++: Eliminate obsolete information, update and move most
15295         relevant stuff to README.
15297 1998-11-07  Richard Henderson  <rth@cygnus.com>
15299         * gcc.c-torture/compile/981107-1.c: New test.
15301 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
15303         * execute/memcpy-bi.c: New testcase.
15305 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
15307         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
15308         base classes.
15310         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
15311         template is selected.
15313         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
15314         classes, it should be accepted for all types.
15316         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
15318         * g++.old-deja/g++.pt/spec24.C: Ensure that template
15319         specializations start with template headers.
15321 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
15323         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
15325         * g++.old-deja/g++.other/init9.C: Test cross initialization of
15326         non-POD types.
15328 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15330         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
15332 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15334         * compile/981022-1.c, compile/981022-1.x: New test and driver.
15336 1998-10-19  Jeffrey A Law  (law@cygnus.com)
15338         * 981019-1.c: New test.
15340 1998-10-14  Robert Lipe <robertl@dgii.com>
15342         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
15343         find objc headers.
15345 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15347         * compile/981001-4.c: Remove use of GCC extension that triggers a
15348         compiler bug.
15350 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
15352         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
15354 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
15356         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
15357         instantiation of template produces incorrect code for delete
15358         expression.
15360         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
15361         constructors' name is not unique.
15362         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
15363         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
15365         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
15366         automatic array of const is ill-formed.
15368         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
15369         of template parameter?
15371         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
15372         const.
15374         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
15375         pointer-to-member expression.
15377         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
15378         declaration causes ICE.
15380 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
15382         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
15383         reserved in the global namespace.
15385         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
15386         generate needed virtual table.
15388         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
15390 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
15392         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
15393         template-dependent type
15395 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
15397         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
15398         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
15399         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
15401         * g++.old-deja/g++.other/using5.C: New test; using decl from base
15402         class should be usable as argument of member function.
15403         * g++.old-deja/g++.other/using6.C: New test; using decl from base
15404         class should be usable as return type of member function.
15405         * g++.old-deja/g++.other/using7.C: New test; using decl from base
15406         class should be usable as type of data member.
15408         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
15410 1998-10-09  Jeffrey A Law  (law@cygnus.com)
15412         * gcc.c-torture/special/920521-1.c: Fix bogus test.
15414 1998-10-08  Nick Clifton  <nickc@cygnus.com>
15416         * gcc.dg/dll-?.c Add thumb to target list.
15417         Fix assembler scan patterns to match current assembler output.
15419 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
15421         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
15422         matching of template brackets.
15424         * g++.old-deja/g++.other/using4.C: New test.  Test using
15425         declarations of methods from base classes.
15427         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
15428         within functions should introduce names into the innermost
15429         enclosing namespace.
15431         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
15432         of static locals if first initialization throws.
15434 1998-10-07  Jim Wilson  <wilson@cygnus.com>
15436         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
15438 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
15440         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
15441         lose track of the possible targets of tablejump insns.
15442         * special/special.exp: Run it.
15444 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15446         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
15447         must be declared before its specializations can be named in friend
15448         declarations.
15450 1998-10-05  Dave Love  <d.love@dl.ac.uk>
15452         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
15454         * g77.f-torture/execute/io1.f: New test.
15456 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15458         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
15459         with pointer to template function, for which no argument deduction
15460         is possible.
15462         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
15463         specialization of template function as argument to template
15464         function.
15466         * g++.old-deja/g++.other/access2.C: New test; Inner class
15467         shouldn't have privileged access to Outer's names.
15469 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15471         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
15472         friend template declared within template class conflicts with
15473         nested class of the same name.
15475         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
15476         is ignored.
15478         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
15479         object with direct initializer as function declaration.
15481         * g++.old-deja/g++.other/decl2.C: New test; duplicate
15482         initializers.
15484         * g++.old-deja/g++.other/null2.C: New test; conditional operator
15485         involving const pointer and NULL produces incorrect result.
15487         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
15488         type name without `typename' should be rejected with -pedantic.
15490 1998-10-02  Richard Henderson  <rth@cygnus.com>
15492         * g++.old-deja/g++.other/addrof1.C: New test.
15494 1998-10-01  Nick Clifton  <nickc@cygnus.com>
15496         * gcc.c-torture/compile/981001-1.c: New test.
15497         * gcc.c-torture/execute/981001-1.c: New test.
15499 1998-10-01  Jeffrey A Law  (law@cygnus.com)
15501         * gcc.c-torture/compile/981001-2.c: New test.
15502         * gcc.c-torture/compile/981001-3.c: New test.
15503         * gcc.c-torture/compile/981001-4.c: New test.
15505 1998-10-01  Robert Lipe  <robertl@dgii.com>
15507         * lib/objc.exp (objc_target_compile): Add -L during compiles for
15508         multilibbed hosts.   Idea grafted from g77.exp.
15510 1998-09-30  Dave Love  <d.love@dl.ac.uk>
15512         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
15513         avoid losing on systems which need -lsocket.
15515 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
15517         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
15518         * g++.old-deja/g++.other/nested2.C: Ditto.
15519         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
15520         failure.
15522 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15524         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
15525         preferred over template operator!= for enum bitfields.
15527 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
15529         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
15530         that happen to have the same base name, but in different scopes,
15531         are incorrectly rejected.
15533 1998-09-16  Richard Henderson  <rth@cygnus.com>
15535         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
15536         on the native word size instead of an integer literal.
15538 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15540         * g++.old-deja/g++.other/static2.C: Invocation of static data
15541         member of type pointer-to-function denoted as non-static member.
15543         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
15544         checks involving function types and aliases.
15546 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
15548         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
15549         redefined to the same non-trivial type.
15551         * g++.old-deja/g++.pt/explicit73.C: Test for proper
15552         namespace-qualification of template specializations declared in
15553         other namespaces.
15555         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
15556         to declare a subset of the specializations of a template function
15557         as friends of specializations of a template class.
15559         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
15560         member templates that do not fully specialize the enclosing
15561         template class are rejected.
15563 1998-09-11  Dave Love  <d.love@dl.ac.uk>
15565         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
15567 1998-09-08  Dave Love  <d.love@dl.ac.uk>
15569         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
15570         altered from libf2c/libU77 version.
15572 1998-09-06  Dave Love  <d.love@dl.ac.uk>
15574         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
15576 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
15578         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
15579         (un)signed char are different types for template specialization
15580         purposes.
15582 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
15584         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
15585         * objc: ObjC testsuite.
15587 1998-08-31  Catherine Moore  <clm@cygnus.com>
15589         * gcc.c-torture/execute/941014-1.x:  New file.
15591 1998-08-31  Nick Clifton  <nickc@cygnus.com>
15593         * lib/c-torture.exp: Add support for
15594         torture_eval_before_compile and torture_eval_before_execute
15595         variables.
15597 1998-08-30  Jeffrey A Law  (law@cygnus.com)
15599         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
15600         this test triggers valid.
15602 1998-08-27  Jeffrey A Law  (law@cygnus.com)
15604         * gcc.dg/980827-1.c: New test.
15606 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
15608         * gcc.c-torture/execute/loop-4b.c: New test.
15610 1998-08-26  Nick Clifton  <nickc@cygnus.com>
15612         * lib/c-torture.exp: Add support for
15613         torture_eval_before_compile and torture_eval_before_execute
15614         variables.
15616 1998-08-25  Jeffrey A Law  (law@cygnus.com)
15618         * gcc.c-torture/compile/980825-1.c: New test.
15620 1998-08-24  Nick Clifton  <nickc@cygnus.com>
15622         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
15623         count number tests in opt_t0 not good_t0.
15625 1998-08-24  Jeffrey A Law  (law@cygnus.com)
15627         * gcc.c-torture/compile/930326-1.x: Fix typo.
15629 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
15631         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
15632         causes an ICE.
15634 1998-08-21  Jeffrey A Law  (law@cygnus.com)
15636         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
15637         STACK_SIZE is defined.
15638         * gcc.c-torture/unsorted/stuct.c: Similarly.
15640         * gcc.c-torture/compile/980821-1.c: New test.
15642 1998-08-21  Jeffrey A Law  (law@cygnus.com)
15644         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
15646 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
15648         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
15649         code.
15651 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
15653         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
15654         error'.
15656 1998-08-18  Jeffrey A Law  (law@cygnus.com)
15658         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
15660 1998-08-16  Jeffrey A Law  (law@cygnus.com)
15662         * gcc.c-torture/compile/980816-1.c: New test.
15664         * gcc.dg/980816-1.c: New test.
15666 1998-08-13  Jeffrey A Law  (law@cygnus.com)
15668         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
15669         compiler for ieee tests.
15671 1998-08-01  Dave Love  <d.love@dl.ac.uk>
15673         * g77.f-torture/compile/980729-0.f: New test.
15675 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
15677         * gcc.c-torture/special/eeprof-1.c: New test, for
15678         -finstrument-functions.
15679         * gcc.c-torture/special/special.exp: Run it.
15681 1998-07-29  Jeffrey A Law  (law@cygnus.com)
15683         * gcc.c-torture/compile/980729-1.c: New test.
15685 1998-07-27  Nick Clifton  <nickc@cygnus.com>
15687         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
15688         __thumb__ is defined, and test for ARM style doubles if so.
15690 1998-07-26  Dave Love  <d.love@dl.ac.uk>
15692         * g77.f-torture/noncompile/980615-0.f: New test.
15694 1998-07-26  H.J. Lu  (hjl@gnu.org)
15696         * gcc.dg/980312-1.c: Do link instead of compile.
15697         * gcc.dg/980313-1.c: Likewise.
15699 1998-07-26  Jeffrey A Law  (law@cygnus.com)
15701         * gcc.c-torture/compile/980726-1.c: New test.
15703 1998-07-25  Dave Love  <d.love@dl.ac.uk>
15705         * g77.f-torture/execute/io0.f: New test.
15707 1998-07-24  Nick Clifton  <nickc@cygnus.com>
15709         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
15710         an int.
15712 1998-06-18  Michael Meissner  <meissner@cygnus.com>
15714         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
15715         m32r bugs.
15717 1998-07-17  Nick Clifton  <nickc@cygnus.com>
15719         * gcc.dg/980626-1.c: Expect failures for all toolchains until
15720         c-decl.c:grokdeclarator can handle mode attributes.
15722 1998-07-16  Jeffrey A Law  (law@cygnus.com)
15724         * gcc.c-torture/execute/980716-1.c: New test.
15726 1998-07-13  Jeffrey A Law  (law@cygnus.com)
15728         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
15729         the mn10200.
15730         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
15731         the mn10200.
15732         * gcc.c-torture/execute/va-arg-3.x: Similarly.
15733         * gcc.c-torture/compile/930326-1.x: Similarly.
15735 1998-07-13  Dave Love  <d.love@dl.ac.uk>
15737         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
15738         New test from Craig.
15740 1998-07-12  Dave Love  <d.love@dl.ac.uk>
15742         * g77.f-torture/noncompile/980616-0.f: New test.
15744         * g77.f-torture/execute/970816-3.f:  New test from Craig.
15746 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15748         *  g++.other/singleton.C: Return error value instead of taking
15749         SIGSEGV.
15751 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
15753         *  g++.other/singleton.C: New test.   Warning is under dispute.
15754         Runtime crash is not.
15756 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15758         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
15759         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
15760         using6.C, using7.C}:  New namespace tests.
15762 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
15764         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
15765         specialization with typedef'ed names used as array indexes.
15767 1998-07-09  Jeffrey A Law  (law@cygnus.com)
15769         * gcc.c-torture/execute/980709-1.c: New test.
15771         * gcc.dg/980709-1.c: New test.
15773 1998-07-07  Richard Henderson  <rth@cygnus.com>
15775         * gcc.c-torture/execute/bcp-1.c: New test.
15777 1998-07-07  Jeffrey A Law  (law@cygnus.com)
15779         * gcc.c-torture/execute/980707-1.c: New test.
15781 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
15783         * gcc.c-torture/compile/980706-1.c: New test.
15785 1998-07-01  Dave Love  <d.love@dl.ac.uk>
15787         * g77.f-torture/execute/980701-0.f,
15788         g77.f-torture/execute/980701-1.f: New test from Craig.
15790 1998-07-01  Jeffrey A Law  (law@cygnus.com)
15792         * gcc.c-torture/compile/980701-1.c: New test.
15794         * gcc.c-torture/execute/980701-1.c: New test.
15796 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
15797 rlsruhe.de>
15799         * g++.old-deja/g++.robertl/eb132.C: New test.
15800         * g++.old-deja/g++.robertl/eb133.C: Likewise.
15802 1998-06-29  Dave Love  <d.love@dl.ac.uk>
15804         * g77.f-torture/execute/980628-7.f,
15805         g77.f-torture/execute/980628-8.f,
15806         g77.f-torture/execute/980628-9.f,
15807         g77.f-torture/execute/980628-10.f: New tests from Craig.
15809         * g77.f-torture/execute/980628-3.f: Remove mail headers.
15811 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15813         * g77.f-torture/execute/980628-4.f: New test from Craig.
15814         * g77.f-torture/execute/980628-5.f: Likewise.
15815         * g77.f-torture/execute/980628-2.f: Likewise.
15816         * g77.f-torture/execute/980628-0.f: Likewise.
15817         * g77.f-torture/execute/980628-1.f: Likewise.
15818         * g77.f-torture/execute/980628-3.f: Likewise.
15819         * g77.f-torture/execute/980628-6.f: Likewise.
15821 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15823         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
15824         directory when nothing has been installed yet.
15826 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
15828         * gcc.c-torture/special/special.exp: Handle newer versions of
15829         dejagnu.
15831 1998-06-26  Jeffrey A Law  (law@cygnus.com)
15833         * gcc.dg/980626-1.c: New test.
15835 1998-06-19  Bruno Haible <haible@ilog.fr>
15837         * gcc.misc-tests/m-un-2.c: New test.
15838         * g++.old-deja/g++.other/warn01.c: Likewise.
15840 1998-06-19  Robert Lipe  <robertl@dgii.com>
15842         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
15843         compatibility with assmblers with a different comment character.
15844         Eliminate use of GAS-specific extensions.
15846 1998-06-19  Jeffrey A Law  (law@cygnus.com)
15848         * gcc.c-torture/execute/ieee/980619-1.c: New test.
15850 1998-06-19  Robert Lipe  <robertl@dgii.com>
15852         *lib/g77.exp: Replace search for libf2c.a with search for newly
15853         renamed libg2c.a
15855 1998-06-17  Jeffrey A Law  (law@cygnus.com)
15857         * gcc.c-torture/execute/980617-1.c: New test.
15859 1998-06-12  Jeffrey A Law  (law@cygnus.com)
15861         * gcc.c-torture/execute/980612-1.c: New test.
15863 1998-06-08  Jeffrey A Law  (law@cygnus.com)
15865         * gcc.dg/980523-1.c: Only test on ppc-linux.
15866         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
15868         * gcc.c-torture/execute/980608-1.c: New test.
15870 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
15872         * gcc.c-torture/execute/980605-1.c: New test.
15874 1998-06-04  Jeffrey A Law  (law@cygnus.com)
15876         * gcc.c-torture/execute/980604-1.c: New test.
15878 1998-06-02  Jeffrey A Law  (law@cygnus.com)
15880         * gcc.c-torture/execute/980602-1.c: New test.
15881         * gcc.c-torture/execute/980602-2.c: Likewise.
15883 1998-06-02  Dave Love  <d.love@dl.ac.uk>
15885         * 970125-0.f: Fix per JCB.  Add commentary.
15887 1998-05-31  Michael Meissner  <meissner@cygnus.com>
15889         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
15890         IEEE -0 support.
15892 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
15894         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
15895         earlier.
15897 1998-05-28  Catherine Moore <clm@cygnus.com>
15899         * gcc.c-torture/execute/980526-3.c: New test.
15901 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
15903         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
15904         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
15905         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
15906         m88k-motorola-sysv3 to XFAIL.
15908 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15910         * gcc.dg/980526-1.c: New test.
15911         * gcc.c-torture/execute/980526-2.c: New test.
15913 1998-05-26  Jeffrey A Law  (law@cygnus.com)
15915         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
15917         * gcc.c-torture/execute/980526-1.c: New test.
15919 1998-05-26  Dave Love  <d.love@dl.ac.uk>
15921         * g77.f-torture/execute/alpha2.f: Add runtime test.
15923 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
15925         * g++.old-deja/old-deja.exp: Strip leading directories.
15927         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
15928         error for the line.  Don't run multiple tests for the same line.
15930 1998-05-23  Jeffrey A Law  (law@cygnus.com)
15932         * gcc.dg/980523-1.c: New test.
15934 1998-05-23  Dave Love  <d.love@dl.ac.uk>
15936         * g77.f-torture/compile/970915-0.f: New test.
15938 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
15940         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
15942 1998-05-21  Jeffrey A Law  (law@cygnus.com)
15944         * gcc.dg/980520-1.c: New test.
15946 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
15948         * gcc.dg/980502-1.c: Fix return type.
15950 1998-05-20  Jeffrey A Law  (law@cygnus.com)
15952         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
15953         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
15954         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
15955         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
15956         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
15958 1998-05-20  Dave Love  <d.love@dl.ac.uk>
15960         * g77.f-torture/execute/980520-1.f: New test.
15962 1998-05-15  Dave Love  <d.love@dl.ac.uk>
15964         * lib/mike-g77.exp: New file.
15966         * g77.f-torture/noncompile/noncompile.exp,
15967         g77.f-torture/noncompile/check0.f: New files.
15969 1998-05-14  Dave Love  <d.love@dl.ac.uk>
15971         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
15972         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
15973         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
15974         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
15975         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
15976         abort where appropriate.
15978 1998-05-05  Michael Meissner  <meissner@cygnus.com>
15980         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
15981         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
15983 1998-04-29  Dave Love  <d.love@dl.ac.uk>
15985         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
15987 1998-04-27  Dave Love  <d.love@dl.ac.uk>
15989         * g77.f-torture/compile/980427-0.f: New test.
15991 1998-04-24  Dave Love  <d.love@dl.ac.uk>
15993         * g77.f-torture/compile/980424-0.f: New test.
15995 1998-04-19  Dave Love  <d.love@dl.ac.uk>
15997         * g77.f-torture/compile/980419-2.f (main): New test.
15998         * g77.f-torture/compile/970125-0.f: New test.
15999         * g77.f-torture/compile/980419-1.f: New test.
16001 1998-04-08  Jim Wilson  <wilson@cygnus.com>
16003         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
16004         of loop-4.c.
16006 1998-04-07  Jim Wilson  <wilson@cygnus.com>
16008         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
16010 1998-04-03  Jim Wilson  <wilson@cygnus.com>
16012         * gcc.c-torture/compile/980329-1.c: New test.
16014 1998-03-18  Jim Wilson  <wilson@cygnus.com>
16016         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
16017         * gcc.dg/980312-1.c: Fix typo in -march command.
16019 1998-03-16  H.J. Lu  (hjl@gnu.org)
16021         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
16023 1998-03-11  Robert Lipe  <robertl@dgii.com>
16025         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
16026         Dave Love agree the Fortran source is bogus.
16028 1998-03-11  Robert Lipe  <robertl@dgii.com>
16030         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
16031         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
16032         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
16033         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
16034         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
16036 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
16038         * g++.old-deja/g++.other/friend1.C: New test.
16040 1998-02-18  Dave Love  <d.love@dl.ac.uk>
16042         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
16043         possibly uninitialized) variables and declare dnrm2.
16045 1998-02-23  Robert Lipe <robertl@dgii.com>
16047         From Bruno Haible <haible@ilog.fr>:
16048         * gcc.c-torture/execute/980223.c: New test.
16050 1998-02-13  Jeffrey A Law  (law@cygnus.com)
16052         * gcc.dg/ifelse-1.c: New test.
16054 1998-02-09  H.J. Lu  (hjl@gnu.org)
16056         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
16058           * lib/old-dejagnu.exp (old-dejagnu): Added the
16059           "execution test - XFAIL *-*-*" handling in the spirit of
16060           "excess errors test -". Changed the "execution test fails"
16061           handling to be like "excess errors test fails".
16062           * Update various tests accordingly.
16064 1998-02-06  Jim Wilson  <wilson@cygnus.com>
16066         * gcc.c-torture/execute/980205.c: New test.
16068 1998-01-18  Jeffrey A Law  (law@cygnus.com)
16070         * lib/c-torture.exp: Look for .x files instead of .cexp files.
16071         * lib/f-torture.exp: Similarly.
16072         * gcc.c-torture: Rename all .cexp files to .x files.
16074 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
16076         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
16077         (940510-1.c): Removed duplicate.
16078         (971104-1.c): New test.
16080 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
16082           * lib/f-torture.exp: Improve error and loop detection.
16084 1997-11-19  Michael Meissner  <meissner@cygnus.com>
16086         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
16087         use that to size the filler array.
16089 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
16091         * lib/c-torture.exp(c-torture-execute): Fix typo.
16093         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
16094         testcase as the executable name. Keep the executable around if
16095         the test fails.
16097 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
16099         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
16100         changes.  Only test one -g option, and move it to the end of the
16101         list of options to test.
16103 1997-09-19  Michael Meissner  <meissner@cygnus.com>
16105         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
16106         variable GCC_TORTURE_OPTIONS to supply default switches separated
16107         by colons.  If no environment variable, run tests with -O0 -g, -O1
16108         -g, and -O2 -g as well.
16110 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
16112         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
16113         explanatory comments. Fix indentation.
16115 1997-09-15  Jeffrey A Law  (law@cygnus.com)
16117         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
16119 1997-09-11  Jeffrey A Law  (law@cygnus.com)
16121         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
16122         * g++.old-deja/g++.mike/p7325.C: Likewise.
16123         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
16125 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
16127         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
16128         * g++.old-deja/g++.brendan/crash30.C: Likewise.
16129         * g++.old-deja/g++.brendan/crash39.C: Likewise.
16130         * g++.old-deja/g++.law/operators4.C: Likewise.
16132 1997-09-11  Joe Buck  (jbuck@synopsys.com)
16134         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
16135         * g++.old-deja/g++.mike/p784.C: Ditto.
16136         * g++.old-deja/g++.mike/p785.C: Ditto.
16138 1997-09-05  Jeffrey A Law  (law@cygnus.com)
16140           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
16142 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16144         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
16145         target feature; pass this to c-torture-execute as needed.
16147 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16149         * lib/c-torture.exp(c-torture-execute): If the previous and the
16150         current executables being tested are identical, we don't need to
16151         run the executable again. Try to make the executable names
16152         unique. Add an optional argument for passing additional compiler
16153         flags.
16155 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
16157         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
16159 1997-08-29  Jeffrey A Law  (law@cygnus.com)
16161         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
16163 1997-07-31  Jeffrey A Law  (law@cygnus.com)
16165         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
16166         32bit or larger longs.
16168         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
16169         have either a 32bit long or 32bit int.
16171 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
16173         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
16174         Make double precision tests dependent on sizeof (double).
16176 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
16178         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
16179         too.
16181 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
16183         * gcc.c-torture/compile/961203-1.cexp: New script.
16185 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
16187         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
16188         up the includes ourselves.
16190 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
16192         * lib/plumhall.exp: Remove random include, and add a few
16193         verbose messages for debugging.
16195 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
16197         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
16198         of trying to do it ourselves.
16200 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
16202         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
16204 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
16206         * gcc.prms/5403.c: Made regexp a bit less strict.
16208 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
16210         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
16211         is returned from remote_load instead.
16212         * lib/plumhall.exp: Ditto.
16213         * lib/mike-g++.exp: Ditto.
16214         * lib/old-dejagnu.exp: Ditto.
16215         * lib/c-torture.exp: Ditto.
16217 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
16219         * lib/g++.exp: Use build_wrapper procedure.
16220         * lib/gcc.exp: Ditto.
16222 1997-05-20  Jeffrey A Law  (law@cygnus.com)
16224         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
16225         an old-style decl for malloc.  Fixes tests to work when
16226         sizeof (int) != sizeof (size_t).
16228 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16230         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
16232         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
16233         use stdargs.h interface.
16235 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16237         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
16238         NO_VARARGS when compiling.
16240 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
16242         * lib/plumhall.exp(ph_includes): New procedure.
16243         (ph_make): Use it.
16244         (ph_compiler): Ditto.
16246         * lib/g++.exp: Rename test-glue.c to testglue.c.
16247         * lib/gcc.exp: Ditto.
16249 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
16251         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
16252         to completion when it's called.
16254 1997-03-21  Michael Meissner  <meissner@cygnus.com>
16256         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
16257         is defined, don't do test.
16259 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
16261         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
16262         for object files.
16263         (ph_summary): Mark skipped testcases as untested, not unresolved.
16265         * lib/plumhall.exp (ph_make): If unresolved because of bad
16266         errorCode, record errorCode in log file.
16267         (*): Replace send_log/verbose with verbose -log.
16269 1997-03-19  Michael Meissner  <meissner@cygnus.com>
16271         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
16272         double conversion if double isn't at least 8 bytes.
16274         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
16275         int to work with targets where int is 16 bits.
16277         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
16278         8 bytes, just exit, since 4 byte doubles don't have enough bits of
16279         precision for the test to complete.
16281 1997-03-14  Michael Meissner  <meissner@cygnus.com>
16283         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
16284         if d10v is not compiled with the -mdouble64 flag.
16285         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
16287         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
16288         d10v is not compiled with the -mint32 flag.
16290 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
16292         * lib/plumhall.exp: Use incr_count.
16294 1997-03-12  Jeffrey A Law  (law@cygnus.com)
16296         * gcc.c-torture: Update to c-torture-1.45.
16298 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
16300         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
16301         the name of the expect testcase file).
16303         * lib/g++.exp(g++_init): Ditto.
16305 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
16307         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
16308         the host.
16310         * lib/gcc.exp(gcc_exit): New procedure.
16312 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
16314         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
16315         specs where appropriate.
16317         * g++.old-deja/g++.arm/*: Added additional ERROR checks
16318         because of new "candidates are" messages, and removed a few
16320         * Converted all non-old-style g++ testcases to old-style, and
16321         moved into g++.old-deja.
16323 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
16325         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
16326         options.
16328         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
16329         succeeded.
16331         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
16333 1997-02-13  Michael Meissner  <meissner@cygnus.com>
16335         * lib/gcc.exp (gcc_target_compile): Add support for defining
16336         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
16337         the machine doesn't have those features.
16339 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
16341         * g++.law/operators4.exp: Don't use LIBS.
16343 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
16345         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
16347         * lib/mike-g++.exp: Don't set the compiler to be tested here.
16348         * lib/g++.exp: Set it here instead. Also, allow use of the
16349         --tool_exec and --tool_opt options. Change CXX to
16350         GXX_UNDER_TEST.
16352         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
16354         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
16356 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
16358         * lib/old-dejagnu.exp: Use prune_warnings instead of
16359         prune_system_crud.
16360         * lib/mike-g++.exp: Ditto.
16361         * lib/gcc.exp: Ditto.
16362         * lib/g++.exp: Ditto.
16364         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
16366 1997-02-07  Jeffrey A Law  (law@cygnus.com)
16368           * 941014-2.c: Include stdlib.h
16369           * 960327-1.c: Include stdio.h
16370           * dbra.c, index-1.c: Don't assume ints are 32bits.
16372 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
16374         * lib/gcc.exp: Add gcc,stack_size target feature.
16376         * lib/g++.exp(g++_target_compile): Add the include and link
16377         paths here, not in two other places. And, it's $options, not
16378         options.
16380         * lib/mike-g++.exp(postbase): Remove the code that determines
16381         the correct include and link paths.
16382         * g++.old-deja/old-deja.exp: Ditto.
16384 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
16386         * lib/g++.exp(g++_init): target_compile no longer returns the
16387         filename of the result.
16389 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
16391         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
16392         call to glob.
16394         * gcc.c-torture/special/special.exp: Change call to
16395         gcc_target_compile to include the object file.
16397 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
16399         * gcc.c-torture/special/special.exp: Correct misspelling in last
16400         change.
16402 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
16404         * lib/plumhall.exp(ph_summary): Log the entire output of the
16405         executable. Return -1 if there were any failures, 0 otherwise.
16406         (ph_execute): Return -1 if there were any failures, 0 otherwise.
16407         (ph_make): Clean up objects and executables that were built
16408         if the tests succeeded.
16410 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
16412         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
16413         libraries and includes in the build tree as appropriate.
16415 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
16417         * lib/c-torture.exp: Instead of looking for the global variable
16418         NO_LONG_LONG, check to see if that's a feature of the target.
16420 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
16422         * config/default.exp: Minimize. Delete the remainer of the files in
16423         config; this functionality is now in devo/dejagnu/config.
16425         g++.*/*: Pass any additional flags used to compile to postbase;
16426         delete CXXFLAGS.
16428         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
16429         is now done by runtest.exp. Use gcc_target_compile instead of
16430         compile.
16432         lib/c-torture.exp: Use gcc_target_compile instead of compile.
16433         Remove references to CFLAGS. Use remote_file instead of
16434         calling rm -f.
16435         (c-torture): Take a list of arguments to use to compile this
16436         testcase.
16438         lib/g++.exp: Simplify. Use target_compile instead of compile.
16439         lib/gcc-dg.exp: Ditto.
16440         lib/gcc.exp: Ditto.
16441         lib/mike-{gcc,g++}.exp: Ditto.
16442         lib/old-dejagnu.exp: Ditto.
16443         lib/plumhall.exp: Ditto.
16445 1997-01-08  Jim Wilson  <wilson@cygnus.com>
16447         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
16448         (ph_linker): Likewise.
16450 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
16452           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
16453         MAP_ANON / MAP_ANONYMOUS if defined;
16454         else try to map from /dev/zero .
16456 1996-11-12  Jeffrey A Law  (law@cygnus.com)
16458         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
16459         isn't defined, then define it to MAP_ANONYMOUS.
16461 1996-11-12  Jeffrey A Law  (law@cygnus.com)
16463         * gcc.c-torture: Update to c-torture-1.42 release.
16465 1996-11-11  Jeffrey A Law  (law@cygnus.com)
16467         * gcc.c-torture: Update to c-torture-1.41 release.
16469 1996-10-27  Jeffrey A Law  (law@cygnus.com)
16471         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
16472         c-torture release.
16474 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
16476         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
16477         and LDFLAGS.  Fix second case to append the target_info ldflags
16478         onto LDFLAGS, not CFLAGS.
16479         * lib/g++.exp (g++_init): Add target_info stuff.
16480         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
16481         of libgloss and newlib flags for !native.
16483         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
16484         (GDB): Fix relative path to go up another dir for finding gdb.
16486 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
16488         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
16489         versions in the target_info array, if they don't exist.
16491 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
16493         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
16495 1996-07-08  Jim Wilson  <wilson@cygnus.com>
16497         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
16498         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
16500 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
16502         * lib/old-dejagnu.exp: Don't remove the output file before we've
16503         actually tested it. Don't append pwd to the path of the executable
16504         we're testing.
16506 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
16508         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
16510 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
16512         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
16513         temporary directory for compiler files, and set it to a default
16514         value of /tmp. Set $output as the name of the output file from
16515         compiling the testcase. Add a -o option to $cflags_var so the
16516         compiler writes the final output file as $output. Set $executable
16517         to $output.
16519         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
16520         directory for compiler files, and set it to /tmp if it doesn't
16521         already have a value. Set $output_file to the name of the output
16522         file from compiling the testcase. Add a -o option to CXXFLAGS so
16523         the compiler writes the final output file as $output. Use $output
16524         as the executable to be tested.
16526 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16528         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
16530 1996-06-08  Jeffrey A Law  (law@cygnus.com)
16532         * gcc.c-torture/execute/pending-1.c: New test.  Still
16533         pending in Tege's queue.
16535 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
16537         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
16538         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
16539         if there were failures.  Call unresolved if there were unresolved
16540         testcases.  Call gcc_fail if program did not run to completion.
16541         (ph_make): Pass additional argument name to ph_execute.
16542         (ph_execute): Add new argument.  Pass additional arguments to
16543         ph_summary.  Call gcc_fail is there is no execution output.
16545 1996-04-24  Jeffrey A Law  (law@cygnus.com)
16547         * lib/plumhall.exp (proc_summary): Output relavent summary
16548         lines into the log so specific failures in plumhall can be
16549         investigated.
16551 1996-04-10  Jeffrey A Law  (law@cygnus.com)
16553         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
16554         (c-torture-execute): Don't try to execute tests which use
16555         "long long" types if $NO_LONG_LONG is nonzero.
16557 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
16559         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
16560         not c-torture.
16562         * gcc.ieee: Move from here.
16563         * gcc.c-torture/execute/ieee: To here.
16565 1996-03-26  Jeffrey A Law  (law@cygnus.com)
16567         * gcc.c-torture: Update to c-torture-1.41 release.
16569 1996-03-22  Jeffrey A Law  (law@cygnus.com)
16571         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
16572         not "$output".
16574 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
16576         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
16577         -c present.
16579 1996-03-02  Jeffrey A Law  (law@cygnus.com)
16581         * config/proelf.exp: Handle connecting to a simulator.
16583 1996-01-31  Jeffrey A Law  (law@cygnus.com)
16585         * config/proelf.exp: New file.  Enough framework that we can
16586         run c-torture tests on the proelf targets (or any other target
16587         that gdb can connect to for that matter).
16589 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
16591         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
16592         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
16594         * lib/plumhall.exp (ph_execute): Always call ph_summary if
16595         exec_output exists.
16597 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
16599         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
16600         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
16602         * config/*.exp: Update FSF address.  Change result of ${tool}_load
16603         to pass/fail/unresolved/unsupported/untested.  Caller must now
16604         call unresolved/unsupported/untested.
16605         * lib/*.exp: Update FSF address.  Update to handle new results of
16606         ${tool}_load.
16607         * lib/chill.exp (verbose): Delete.
16609 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
16611         * lib/gcc.exp (default_gcc_start): Change order of args to
16612         $LDFLAGS $CFLAGS $LIBS.
16613         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
16614         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
16615         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
16616         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
16617         * gcc.misc-tests/dg-test.exp: Likewise.
16618         * gcc.misc-tests/msgs.exp: Likewise.
16619         * gcc.prms/prms.exp: Likewise.
16620         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
16621         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
16623         * lib/dg.exp: Deleted, moved to dejagnu/lib.
16625 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16627         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
16629         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
16630         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
16632         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
16633         necessary.
16635 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
16637         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
16638         global for loop; add use of $mathlib.
16639         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
16640         settings here; set mathlib for anything but VxWorks.
16642 1996-01-22  Jeffrey A Law  (law@cygnus.com)
16644         * gcc.c-torture: Update to c-torture-1.40 release.
16646 1996-01-03  Jeffrey A Law  (law@cygnus.com)
16648         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
16649         dg.exp.
16651 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
16653         * lib/c-torture.exp (c-torture-execute): Declare "output" as
16654         global.
16656 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
16658         * lib/g++.exp (LIBS): Define if not already.
16659         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
16660         (gcc-dg-prune): Call prune_gcc_output.
16661         * lib/gcc.exp (prune_gcc_output): New proc.
16662         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
16663         prune_gcc_output.
16665 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
16667         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
16668         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
16670 1995-11-15  Jeffrey A Law  (law@cygnus.com)
16672         * gcc.c-torture: Update to c-torture-1.39 release.
16674 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
16676         * lib/c-torture.exp (c-torture-execute): Don't return if one option
16677         fails, try others as well.
16679 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
16681         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
16682         If compilation fails, mark execute tests as `untested'.
16683         If test is marked as unsupported, don't mark compilation and
16684         execute tests as failed.
16686 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
16688         * lib/g++.exp (g++_init): Don't link in libg++, and look to
16689         libstdc++ for whether or not we want to be doing shared
16690         libraries.  Delete link_curses since we don't need it anymore.
16691         * lib/mike-g++.exp (postbase): Don't link in libg++.
16692         * g++.old-deja/old-deja.exp: Likewise.
16694 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
16696         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
16698 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
16700         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
16701         For that, add `-Wl,-a,shared_archive'.
16702         * g++.old-deja/old-deja.exp: Likewise.
16704 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
16706         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
16708 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
16710         * lib/mike-g++.exp (postbase): Pay attention to the status of
16711         g++_load.
16713 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
16715           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
16717 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
16719         * lib/gcc.exp (default_gcc_start): No longer need to log program
16720         being executed or its output, execute_anywhere does that now.
16721         * lib/g++.exp (default_g++_version): Call execute_anywhere.
16722         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
16724 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
16726         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
16727         the same as those in lib/g++.exp.
16729 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
16731         * gcc.c-torture: Update to c-torture-1.38 release.
16732         * gcc.ieee: Related changes.
16734 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
16736         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
16737         "exec". Minor reformatting changes.
16739         * config/rom68k.exp (${tool}_load): Make it work in a canadian
16740         cross. This means all "exec" calls now work on a remote host as
16741         well.
16742         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
16743         cross. Filter out the extra "\r\n" stuff that expect puts in.
16744         (c-torture-execute): Filter out the bogus warnings like
16745         c-torture-compile does. Add support for canadian cross.
16746         * lib/gcc.exp (default_gcc_version, default_gcc_start)
16747         Use execute_anywhere rather than calling exec directly. Now it
16748         works for canadian cross testing.
16750 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
16752         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
16753         results into a variable, and check that rather than using file exists.
16755 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
16757         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
16758         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
16760 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16762         * g++.old-deja/old-deja.exp: Create and pass runshlib and
16763         lib_curses if there's a shared libg++ in the build tree.
16765 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
16767         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
16768         if not supported target.
16770 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
16772         * lib/g++.exp (g++_init): Move empty setting of runshlib and
16773         link_curses up to always happen, not just for native builds.
16775 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
16777         * gcc.c-torture: Update to c-torture-1.36 release.
16778         * gcc.failure: Related changes.
16780 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
16782         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
16784 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
16786         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
16787         * lib/mike-g++.exp (postbase): Not in here.  Still reference
16788         runshlib, link_curses, and mathlib for link and run.
16790         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
16791         pass the runtime shared library options for Solaris, OSF/1, and
16792         Irix5, and link with -lcurses to avoid unresolved references.
16794 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
16796         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
16797         only run once.
16799 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
16801         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
16803 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
16805         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
16806         do not have a framework for the "compat" tests yet.
16808 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
16810         * lib/mike-g++.exp (postbase): New local variable `mathlib',
16811         set to null if we're testing vxworks5.1.  Use that instead of
16812         `-lm' in the setting of LIBS for link and run.
16814 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
16816         * config/rom68k.exp (${tool}_load): Major changes to make it
16817         work.  Verified that it does in fact return the stuff in
16818         exec_output properly.  Catch any Emul or any TRAP other than 0.
16820 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
16822         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
16823         LDFLAGS properly for targets that need stuff from libgloss.
16824         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
16825         only run once.
16826         (gpp_initialized): New variable.
16828 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
16830         * config/rom68k.exp: Load libgloss.exp.
16831         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
16832         so we can produce a fully linked binary.
16833         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
16834         so we can produce a fully linked binary.
16836 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
16838         * lib/plumhall.exp (ph_section): Watch for expected failures.
16839         Add missing `else'.
16841         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
16842         run the testcase.
16843         (c-torture): Likewise.
16845 1995-08-28  Doug Evans  <dje@cygnus.com>
16847         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
16849         * lib/mike-g++.exp (mike_cleanup): New proc.
16850         (prebase): New globals compiler_result, not_compiler_result,
16851         target_regexp.
16852         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
16853         allow leading "-" in pattern.  Watch for unsupported tests.
16854         If $compiler_result is set, pattern match assembler code,
16855         and ditto for $not_compiler_result.
16856         * lib/mike-gcc.exp: Likewise.
16858         * lib/plumhall.exp (ph_execute): Only call ph_summary if
16859         execution "succeeded".
16861 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
16863         * config/win32.exp: New file.
16864         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
16866 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
16868         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
16869         unsupported.
16870         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
16871         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
16872         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
16874         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
16875         "... without exceptions was ...".  That is now handled by
16876         prune_system_crud.
16877         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16879 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
16881         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
16882         sieve.c,sort2.c}: New files.
16883         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
16884         sieve.exp,sort2.exp}: Drivers for them.
16886         * lib/mike-gcc.exp (program_output): New user settable variable.
16887         (postbase): Call prune_system_crud.  Also prune extraneous compiler
16888         messages.
16889         * lib/mike-g++.exp (program_output): New user settable variable.
16891         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
16893         * config/sh.exp: Deleted (use sim.exp instead).
16895 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
16897         * config/vx.exp: Declare CHECKTASK as global.
16898         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
16899         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
16900         * lib/old-dejagnu.exp: Load [pwd]/$executable.
16902 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16904         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
16905         target. Like vx.exp, only includes `vx29k.exp' instead of
16906         `vxworks.exp'.
16908 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
16910         * config/sim.exp: Increase time limit from 120 seconds to 240.
16912 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
16914         * gcc.c-torture/execute/950628-1.c: New test.
16916 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
16918         * gcc.c-torture: Update with changes/additions from
16919         c-torture-1.34.
16921 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
16923         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
16925 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
16927         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
16929 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
16931         * gcc.c-torture/compile/950512-1.c: New test.
16932         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
16933         * gcc.dg/struct-ret-1.c: Likewise.
16935 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
16937         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
16938           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
16940 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
16942         * gcc.c-torture/special/920411-1.c: Deleted.
16943         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
16945 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
16947         * config/sim.exp (${tool}_load): Hack in call to bash to get a
16948         cpu limit.
16950 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
16952         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
16954 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
16956         From kenner;
16957         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
16958         is the proper length.
16959         * va-arg-3.c: Likewise.
16961 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
16963         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
16964         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
16966         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
16967         * lib/g++.exp (default_g++_start): Delete old cruft.
16969 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
16971         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
16972         (2 * (1 << 18)) to (2 * (1 << 17)).
16974         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
16976 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
16978         * config/rom68k.exp: Renamed from config/idp.exp
16980 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
16982         * c-torture/compile/921109-2.c
16984 1995-04-18  Mike Stump  <mrs@cygnus.com>
16986         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
16987         excess errors.
16989 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
16991         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
16992         output.
16993         * lib/g++.exp (default_g++_start): Likewise.
16995 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
16997         * gcc.c-torture/compile/950329-1.c: New test.
16999 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
17001           * config/bug.exp (${tool}_load): Updated to use new remote_open
17002           and remote_close procs.
17003         * config/idp.exp: New file.
17005 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
17007         * gcc.c-torture/execute/950322-1.c: New test.
17009 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
17011         * config/vx.exp (${tool}_load): Clean up testing of return code from
17012         vxworks_ld and vxworks_spawn.
17014 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
17016         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
17018 1995-03-13  Mike Stump  <mrs@cygnus.com>
17020         * lib/old-deja.exp: Add `excess errors test - ' error, now one
17021         can mark excess errors on a machine by machine basis.  Note, the
17022         default is to not expect any excess errors, even when excess
17023         errors test - is given, so you will want to put an XFAIL ... on
17024         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
17025         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
17026         those 4 machines, but no others.
17028 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
17030         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
17031         * lib/c-torture.exp: to here.
17033 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
17035         * gcc.c-torture/execute/950221-1.c: New test.
17036         * gcc.c-torture/execute/struct-ret-1.c: New test.
17037         * gcc.c-torture/compile/950221-1.c: New test.
17039         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
17041 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
17043         * gcc.c-torture/execute/arith-1.c (main): Return 0.
17044         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
17046 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
17048         * g++.gb: New directory of tests, derived from my signature and
17049         class scoping tests.
17051         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
17052         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
17053         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
17054         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
17055         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
17056         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
17057         * g++.gb/sig25.C: Likewise.
17059         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
17060         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
17061         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
17062         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
17063         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
17064         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
17065         * g++.gb/sig25.exp: Likewise.
17067         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
17068         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
17069         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
17070         * g++.gb/scope13.C: Likewise, this test still fails.
17072         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
17073         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
17074         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
17075         * g++.gb/scope13.exp: Ditto.
17077         * g++.gb/README: New file, explains what these tests are about.
17079 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
17081         * lib/dg.exp (dg-do): Support `preprocess'.
17082         (dg-test): Likewise.
17084 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
17086         * config/udi.exp: change "continue -expect" to "exp_continue".
17088 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
17090         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
17091         Delete redundant tests.
17093         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
17094         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
17095         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
17096         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
17097         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
17098         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
17099         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
17100         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
17102         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
17103         storing label pointers.
17104         * gcc.c-torture/execute/921019-1.c: Likewise.
17105         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
17106         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
17107         parameter fp.
17108         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
17109         constants.
17111         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
17112         Delete obsolete tests.
17114         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
17115         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
17116         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
17117         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
17118         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
17119         * gcc.c-torture/compile/950124-1.c: New test.
17121         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
17123 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
17125         * lib/mike-g++.exp: Add -lm to LIBS.
17127 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
17129         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
17131 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
17133         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
17135 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
17137         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
17139 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
17141         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
17142         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
17143         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
17144         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
17145         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
17146         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
17147         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
17148         * g++.law/{operators31.C, operators32.C,
17149         * g++.law/{operators33.C, operators34.C}: Likewise.
17150         * g++.law/{pic1.C, refs2.C}: Likewise.
17151         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
17152         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
17153         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
17154         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17156         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
17157         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
17158         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
17159         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
17160         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
17161         * g++.law/{enum9.exp, friend5.exp}: Likewise.
17162         * g++.law/{nest3.exp, nest4.exp}: Likewise.
17163         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
17164         * g++.law/{operators30.exp, operators31.exp}: Likewise.
17165         * g++.law/{operators32.exp, operators33.exp}: Likewise.
17166         * g++.law/{operators34.exp}: Likewise.
17167         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
17168         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
17169         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
17170         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
17171         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17173         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
17174         No longer expected to fail.
17175         * g++.law/missed-error3.C: Tweak for recent bool changes.
17177 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
17179         * config/emb-unix: Deleted.
17180         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
17181         remote execution.  Do final link on remote host if REMOTE_LINK is set.
17183 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
17185         * lib/dg.exp (dg-test): Fix typo in last patch.
17187 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
17189         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
17190         (handles multiple occurrences).
17192 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
17194         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
17195         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
17196         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
17197         printed).
17198         * lib/c-torture.exp (c-torture-compile): Likewise.
17199         (c-torture): Prepend full path if missing.
17200         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
17201         (gcc_fail): Likewise.
17202         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
17204 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
17206         * lib/netware.exp: Only attach to NetWare i386 systems.
17208 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
17210         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
17211         messages.  Add test name to "output pattern match" pass/fail message.
17213 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
17215         * gcc.dg: New testsuite.
17216         * gcc.dg/dg.exp: New file.
17218         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
17219         test-switch.c}: Deleted.
17221         * gcc.misc-tests/msgs.exp: New testcase driver.
17223 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
17225         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
17226         Watch for illegal return values from ${tool}_load.
17227         * config/unix.exp (${tool}_load): Fix pass/fail detection for
17228         cross targets.  Coerce return value >0 to 1.
17230 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
17232         * config/unix.exp (${tool}_load): Call program rsh, not proc.
17234         * config/emb-unix.exp: New file.
17236         * config/sim.exp: Error if variable $SIM not defined.
17237         (${tool}_load): Mark test as "untested" if simulator missing.
17239         * config/unix.exp: Load remote.exp to get rcp_download.
17240         * lib/c-torture.exp: Use different option lists for testcases with
17241         and without loops.
17242         * gcc.c-torture/execute/execute.exp: Likewise.
17244 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
17246         * config/*.exp: Clarify return code from ${tool}_load.
17247         Call `unresolved' or `untested' instead of `warning' or `perror'
17248         (sometimes you still want to call both though).
17249         Add comment that `shell_id' is local to each file.
17250         * config/udi.exp (timeout): Set to 30.
17251         Don't print warning if connection fails, $connectmode has already
17252         printed an error.
17253         (${tool}_load): Move verbose messages to level 2.
17254         Rework pattern for "Process started" message.
17255         Pass `shell_id' to ${connectmode}_download.
17256         Retry twice upon timeout.  Make resetting of target more robust.
17257         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
17258         Pass `shell_id' to exit_$connectmode.
17259         Only call exit_$connectmode if connected.
17260         * config/unix.exp (${tool}_load): Check return codes better.
17261         * config/vrtx.exp (${tool}_load): Likewise.
17262         * config/vx.exp (${tool}_load): Likewise.
17263         Delete unneeded global's.
17264         * lib/dg.exp (dg-test): Update to reflect clarified return codes
17265         from ${tool}_load.
17266         (dg-stat): Delete.
17267         (dg-init): Delete recording of pass/fail counts.
17268         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17269         (old-dejagnu-init): Likewise.
17270         (old-dejagnu-stat): Delete contents, empty proc now.
17271         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
17272         (c-torture): Delete references to lcnt, lpass, lfail.
17273         Get option list from TORTURE_OPTIONS.
17274         Delete -funroll[-all]-loops if no loops.
17275         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
17276         (g++_stat): Delete contents (empty proc now).
17277         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
17278         (gcc_finish): Likewise.
17279         (gcc_stat): Deleted.
17280         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
17281         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
17282         * gcc.c-torture/execute/execute.exp: Likewise.
17283         Split tests into two parts: compile, execute.
17284         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
17285         no loops.  Update to reflect clarified return codes from ${tool}_load.
17287 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
17289         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
17290         to grep for.
17291         (old-dejagnu): Likewise (where necessary).
17293 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
17295         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
17297         * lib/dg.exp (dg-process-target): Fix processing of selector.
17298         Add comment regarding use of `error'.
17300         * lib/gcc.exp (prune_system_crud): Define if missing.
17301         * lib/g++.exp (prune_system_crud): Likewise.
17303         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
17304         Call prune_system_crud.
17305         * lib/dg.exp (dg-runtest): New proc.
17306         Use perror instead of send_user for tcl errors in testcase.
17307         Don't return any value, it's never used.
17308         Don't clobber previous definition of `unknown'.
17309         Print tcl errors in `dg-final'.
17311 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
17313         * lib/dg.exp (dg-process-target): Improve syntax error messages.
17314         (dg-test): Don't print errorInfo, it contains stack backtrace.
17316 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
17318         * lib/g++.exp (runtest_file_p): Define if missing.
17320 1994-09-24  Doug Evans  (dje@cygnus.com)
17322         * lib/mike-g++.exp: Comment out loading of g++.exp.
17323         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
17324         (default_g++_version): Always print something.
17325         (default_g++_start): Comment out call to `which'.
17326         (g++_start, g++_load): Deleted (must be defined in config file).
17327         * lib/gcc.exp: Test for existence of $CC at start.
17328         Delete check for tmpdir (done in gcc_init).
17329         (default_gcc_version): Always print something.
17330         (default_gcc_start): Comment out call to `which'.
17331         * config/*.exp: Major cleanup - make cross targets work at least a
17332         little better for g++ (by not being "--tool gcc" specific).
17333         Rename gcc_xxx to ${tool}_xxx.
17334         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
17335         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
17337 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
17339         * lib/c-torture.exp (c-torture-compile): Rework compiler
17340         message processing.
17342         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
17343         c-torture.
17345 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
17347         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
17349         * lib/dg.exp (dg-process-target): Support { target native }.
17351 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
17353         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
17354         looked for "... program xxx got fatal signal".
17355         Correct regsub munging of `comp_output'.
17356         Ignore compiler messages "path prefix not used" and "linker input
17357         file unused".
17359 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
17361         * lib/gcc.exp (runtest_file_p): Define if missing.
17362         * gcc.prms/template.c: Example to work from.
17364 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
17366         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
17367         * lib/dg.exp (dg-test): Call unsupported testcases as such.
17369         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
17370         * gcc.prms/1883.c: Moved from compile/940714-1.c.
17371         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
17372         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
17374         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
17375         (dg-process-target): No longer a varargs proc.
17376         Return S/N for target, P/F for xfail.  All callers changed.
17377         (user option procs): More argument checking.
17378         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
17379         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
17380         (dg-test): Skip test if not running on selected target in `dg-do'.
17381         Update handling of `dg-do-what', `dg-output-text'.
17382         Separate execution pass/fail from output pattern match pass/fail.
17383         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
17385 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
17387         * gcc.c-torture/special/special.exp: Don't expect failure for mips
17388         target for 920510-1.c.
17390 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
17392         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
17393         Clean up comment regarding use of passcnt, etc.
17394         (gcc_stat): Don't update `testcnt' here.
17395         (gcc_finish): Do it here.
17396         Might as well reset `but_id' here too.
17397         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
17398         to determine if the file should be tested.
17399         * gcc.c-torture/compile/compile.exp: Likewise.
17400         * gcc.c-torture/execute/execute.exp: Likewise.
17401         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
17402         * gcc.misc-tests/dg-test.exp: Likewise.
17403         * gcc.prms/prms.exp: Likewise.
17404         * gcc.wendy/wendy.exp: Likewise.
17405         * g++.old-deja.exp: Likewise.
17406         Move "Testing file" message to verbose level 1.
17408 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
17410         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
17412 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
17414         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
17415         (default_gcc_start): Accept optional second list element
17416         of compiler flags.  Print compiler output at verbosity level 2.
17417         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
17418         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
17419         Save current values of framework globals passcnt, failcnt, xpasscnt,
17420         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
17421         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
17422         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
17423         xfailcnt to compute stats.  Update framework global `testcnt' from
17424         pass/fail counts.
17425         (gcc_finish): New proc.  Clean up test environment.
17426         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
17427         (gcc_epass, gcc_efail): Delete.
17428         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
17429         argument of line number.
17430         (dg-init): If the tool has an init routine, call it.
17431         (dg-test): Remove args `cflags_var' and `libs_var'.
17432         Pass all compiler options to ${tool}_start.
17433         Handle missing line number.
17434         (dg-finish): New function.
17435         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
17436         particular files.  Call gcc_finish at end.  Move "skipping test"
17437         message to verbosity level 3.
17438         * gcc.c-torture/compile/compile.exp: Likewise.
17439         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
17440         * gcc.c-torture/execute/execute.exp: Likewise.
17441         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
17442         Print testcase being tried at verbosity level 1.
17443         * gcc.c-torture/special/special.exp: Unset xfail.
17444         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
17445         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
17446         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
17447         * gcc.failure/failure.exp: Likewise.
17448         * gcc.ieee/ieee.exp: Likewise.
17449         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
17450         Update call to dg-test.  Call dg-finish at end.
17451         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
17452         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
17453         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
17454         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
17455         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
17456         * gcc.wendy/wendy.exp: Add copyright.
17457         Delete setting of tmpdir (done by gcc_init).
17458         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
17459         Pass compiler flags to gcc_start.  Call gcc_finish at end.
17460         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
17461         gcc_[ce]pass/fail.
17463 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
17465         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
17466         confusion.
17467         (g++_load): Likewise.
17469         * config/*.exp (gcc_load): Some were varargs fns and some were not.
17470         Rename argument to `prog' to remove the confusion.
17471         Varargs fns behave differently too!
17472         (g++_load): Likewise.
17474         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
17476         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
17477         what it is.  Delete (always) printing of status value for !native.
17478         Simplify verbose code, and include status and exec_output.
17479         (g++_load): Use gcc_load.
17481 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
17483         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
17484         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
17485         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
17486         940714-3.c as these testcases don't exist anymore.  Make
17487         va-arg-1.c expected to pass.
17489 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
17491         * gcc.misc-tests/misc.exp: Only run specific testcases.
17492         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
17493         * gcc.misc-tests/dg-[1-9].c: New files.
17495         * lib/dg.exp: New testsuite driver.
17496         * gcc.prms/prms.exp: Use it.
17498         * README.gcc: New file.
17500         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
17501         Document and reset `lxpass' and `lxfail'.
17502         Simplify "initialized" message.
17503         (gcc_stat): Clean up comments a little.
17505 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
17507         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
17509 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
17511         * lib/old-dejagnu.exp (process-option): New proc.
17512         (old-dejagnu-init, old-dejagnu-stat): Likewise.
17513         (old-dejagnu): Simplify.
17514         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
17516 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
17518         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
17519         exists and is not an empty string.
17521         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
17522         $xfail rather than calling setup_xfail.  Clear $xfail when test is
17523         finished.
17524         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
17525         automatically.
17527         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
17528         longer expected to fail.
17530         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
17531         "f" function call.
17533         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
17535         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
17536         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
17537         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
17538         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
17539         c-torture-1.29.
17541         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
17542         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
17544         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
17546         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
17547         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
17549         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
17550         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
17551         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
17553 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
17555         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
17556         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
17557         940714-1.c, 940714-2.c, 940714-3.c},
17558         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
17559         gcc.misc-tests/{mg.c,mg.exp}:
17560         New tests.
17561         * gcc.noncompile/noncompile.exp: Change accordingly.
17563 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
17565         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
17566         Undo previous clobberage.
17568 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
17570         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
17571         * gcc.special/{930510-1.c, special.exp}:
17572         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
17573         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
17574         struct-varargs-1.c}: New tests from c-torture-1.26.
17576 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
17578         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
17579           argument to switch.
17581 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
17583         * Revert the previous changes.  Please see Rob's directory
17584           (/lisa/test/rob/progressive/gcc/testsuite) for testing
17585           fixes.
17587 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
17589         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
17590             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
17591             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
17592             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
17593             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
17594             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
17595             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
17596             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
17597             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
17598             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
17599             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
17600             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
17601             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
17602             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
17603             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
17604             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
17605             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
17606             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
17607             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
17608             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
17609             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
17610             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
17611             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
17612             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
17613             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
17614             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
17615             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
17617 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
17619         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
17620             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
17621           with perror calls.
17623 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
17625         * config/unix.exp (g++_load): Fix syntax.
17627 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
17629         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
17630         * gcc.noncompile/921017-1.c: Deleted obsolete test.
17631         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
17632         Don't expect va-arg-1.c to fail.  Correct expected output for
17633         920928-1.c.
17634         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
17635         * gcc.wendy/hbm4.c: Correct typo.
17636         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
17638 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
17640         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
17641         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
17642         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
17643         * lib/c-torture.exp (c-torture-compile): Ditto.
17645         Reduce volume of output (remove all the -I's and such).
17646         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
17647         Call gcc_cpass, gcc_cfail.
17648         (c-torture): Pass testing option to c-torture-compile.
17650 1994-03-21  Doug Evans  (dje@cygnus.com)
17652         Bring patches over from progressive.
17653         * config/default.exp: Exit remote shell cleanly.
17654         (g++_exit, g++_start): Add default versions.
17655         * config/sim.exp (gcc_load): Use perror, not error.
17657 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
17659         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
17660         set in site.exp.
17662 1994-03-14  Doug Evans  (dje@cygnus.com)
17664         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
17665         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
17666         (wendy_try): New proc to run testcase.
17667         (main loop): Call 'em.
17668         * gcc.wendy/*.c: Clean up pass to correct expected output.
17670         * lib/gcc.exp: Minor cleanup work.
17671         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
17673 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
17675         * config/sim.exp (gcc_load): Document return codes better.
17676         Don't pass -v to simulator.
17678 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
17680           * gcc.special/920717-x.c: Fix typo.
17681           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
17682           get at sources.
17684         * lib/mike-gcc.exp: Fix typo.
17686 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
17688         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
17689         binary to use, transform the name.
17690         * config/*.exp: rename everything. Nuke any g++ specific files,
17691         it's now a special case of gcc that requires no special support.
17692         Add a default.exp for unsupported targets.
17694 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
17696         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
17697         lib/old-dejagnu.exp: Fix a few patterns to work with the new
17698         version of Tcl.
17700 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
17702         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
17703         than a warning.
17705 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
17707         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
17709 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
17711         * gcc.execute/execute.exp: Combine opt_list and foption_list into
17712         option_list.  Compile every file with only 4/6 option choices
17713         (same as C torture) instead of with 12/18 different option
17714         choices.
17715         * lib/c-torture.exp: Likewise.
17717         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
17718         not already set.
17720 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
17722         * lib/old-deja.exp: Add `excess errors test fails' error, now one
17723         can put an XFAIL *-*-* on excess errors.
17725 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
17727         * g++.law: Add more tests derived from g++-bugs snapshots.
17729         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
17730         equivalent to g++.law/init9.
17732         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
17733         compiled it, and the a.out file after we've run it.
17735 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
17737         * lib/mike-g++.exp (postbase): Delete the .o file after we've
17738         compiled it, and the a.out file after we've run it.
17740 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
17742         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
17744 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
17746         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
17747         version number.
17749 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
17751         * g++.law: New directory of g++ tests derived from the g++-bugs
17752         snapshots.
17754 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
17756         * gcc.compile: initbug1.c initbug1.exp testcase added
17758 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
17760         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
17761         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
17762           fixes submitted by Jeff Law (law@cs.utah.edu)
17763         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
17764           Jeff Law (law@cs.utah.edu)
17767 1993-11-30  Mike Stump  (mrs@cygnus.com)
17769         * config/unix-g++.exp: Follow the gcc way of doing things.
17770         * g++.old-deja/old-deja.exp: Minor updates.
17771         * lib/g++.exp: New file, follow the gcc way of doing things.
17772         * lib/old-dejagnu.exp: Minor updates.
17773         * lib/mike-g++.exp: Always unset errorInfo.
17775 1993-11-06  Mike Stump  (mrs@cygnus.com)
17777         * lib/gcc.exp: Fix some errors with the below change, CC and
17778         CFLAGS should be global when setting, not local.
17780 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
17782         * lib/gcc.exp: Transform tool name.
17784 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17786         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
17788 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17790         * lib/gcc.exp: change gcc_done to gcc_stat
17792 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17794         * Upgraded gcc testsuite to c-torture version 1.25
17796 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
17798         * lib/gcc.exp: added reporting code. Changed verbose compile message.
17799         * lib/c-torture: added hooks for new reporting code.
17801 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
17803         * config/sh-gcc.exp: check if sh-sim exists in the path
17805 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
17807         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
17808         * gcc.compile/compile.exp: Initial changes for new logic.
17809         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
17810         * gcc.failure/failure.exp: Initial changes for new logic.
17811         * gcc.ieee/ieee.exp: Initial changes for new logic.
17812         * gcc.misc-tests/misc.exp: Initial changes for new logic.
17813         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
17814         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
17815         * lib/c-torture.exp: Initial changes for new logic.
17816         * lib/gcc.exp: Initial changes for new logic.
17818 1993-10-15  Mike Stump  (mrs@cygnus.com)
17820         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
17821         depend upon failure or success.  Fully qualify names in failure
17822         and success messages.  Always remove a.out before starting
17823         compile, just in case.  Pay more attention to error text output by
17824         the compiler.  Handle testcases with no known past errors just
17825         like all others, so that things are uniform.  Other miscellaneous
17826         improvements.
17828 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
17830         * gcc.cpp: new directory for cpp tests
17832 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
17834         * lib/chill.exp: Code reformatted, removed unused code.
17835         * config/unix-chill.exp: Code reformatted, removed unused code.
17836         * chill.execute/execute.exp: Code reformatted, removed unused code.
17837         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
17839 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
17841         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
17842         routines not written.
17844 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
17846         * config/bug-gcc.exp: Use new procs from bug.exp.
17848 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
17850         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
17851         via ftp, rather than depending on NFS.
17852         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
17853         case.
17855 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
17857         * config/bug-gcc.exp: Use new download proc.
17859 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
17861         * chill.execute/execute.exp: cleanups, handles errors better
17862         * chill.compile/compile.exp: rewrite, based on execute.exp
17863         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
17864         * lib/chill.exp: major changes to diff proc and compile and link
17865           procs. added chill_fail and chill_pass wrappers to pass and
17866           fail. added more comments, and handle error codes better.
17867           Added a hack to capture stderr from exec, so noncompile tests
17868           can work.
17870 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
17872         * chill.execute/execute.exp: rewrite of testsuite driver
17873         * lib/chill.exp: rewrite of testsuite driver
17874         * config/unix-chill.exp: rewrite of testsuite driver
17876 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
17878     In chill.execute:
17879         * iexpr.ch: Standardize uppercase.
17880         * tuples.dat: Standardize uppercase.
17881         * vary.ch: standardize.  Correct varying string assignments.
17882         * vary.dat: Add new output lines.
17884 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
17886     In chill.execute:
17887         * chprintf.ch: Standardize use of uppercase.
17888         * tuples.ch: Standardize and turn arr2 into a DCL,
17889           rather than a SYN.
17890         * pinits.ch: Standardize.
17892 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
17894         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
17895         * Makefil: Renamed to Makefile.in.
17896         * configure.in: New.
17898 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
17900     In chill.execute:
17901         * .cvsignore: Add result/output files.
17902         * Makefile: Fix up variables at start.  Use MFLAGS
17903           everywhere.  Correct bool_loc, built_ins entries.
17904           Add entry for vary1.ch.
17905         * bitarray.ch: Standardize upper-case usage.
17906         * bitexpr.ch: Standardize, add output of b1.
17907         * params.ch: Use arrayt in along PROC parameters, to
17908           avoid novelty problems.
17909         * sets.ch: Tiny cleanup.
17910         * vary1.ch: Re-indent.
17912 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
17914           * Add PR-related files to Makefiles, .cvsignore files, etc.
17916 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
17918         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
17919           with compiler objects. New names are test-flow.c and test-loop.c
17921 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
17923         * Upgraded c-torture tests from 1.19 to 1.20
17925         * new files:
17926         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
17927         * gcc.compile: 930623-1.c 930623-2.c
17928         * gcc.noncompile: 930622-1.c 930622-2.c
17929         * gcc.failure: 920411-1.c 920627-2.c
17930         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
17932 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
17934         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
17935           More changes to get testsuite working properly. Needs more work.
17936           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
17938 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
17940         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
17941           More changes to get testsuite working properly. Needs more work.
17943 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
17945         * chill.compile/compile.exp: Added for Dejagnu support
17946         * chill.execute/execute.exp: Added for Dejagnu support
17947         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
17949 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
17951     This should complete moving the CHILL test files.
17952         * chill.noncompile(.cvsignore printf.grt
17953             in-printf.grt chprintf.grt chprintf.ch):
17954             Added test-support files.
17955           (Makefile): Modified further.
17956         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
17957             signal.ch): Added test files.
17958           * chill.execute (.cvsignore printf.grt printr.c
17959             in-printf.grt rts.c chprintf.grt rts.h): Added
17960           test-support files.
17961             (Makefile): More corrections.
17963 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
17965         * chill.compile, chill.execute, chill.nocompile: Add CHILL
17966           test cases, ready for DejaGnu.
17968 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
17970         * Upgraded c-torture tests from 1.18 to 1.19
17972         * gcc.compile: added test(s):
17973           930607-1.c
17974         * gcc.execute: added test(s):
17975           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
17977         * added new subdirectory for misc tests: gcc.misc-tests
17978         * gcc.misc-test(s): added tests:
17979           inst-check.c test-consts.c test-ior.c test-switch.c
17981 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
17983         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
17985 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
17987         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
17989 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
17991         * Upgraded c-torture tests from 1.17 to 1.18
17993 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
17995         * Upgraded c-torture tests from 1.12 to 1.17
17997 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
17999         * lib/old-dejagnu.exp:
18000           Fixed handling of XFAIL target triplets to correctly
18001           recognize wildcard characters.  Removed code that
18002           appended a unique id tag to the end of the file name
18003           printed out by the result of the testcases within a
18004           given test file.
18006 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
18008         * lib/old-dejagnu.exp:
18009           Reworked expected failure handling to trigger off of XFAIL
18010           keyword in keyphrase embeded in testcase source code. The
18011           XFAIL keyword must be at the end of the keyphrase line. It
18012           may optionally be followed by one or more target triplets.
18013           It has just occured that the handling of wildcards in the
18014           target triplet may not be correct.
18016 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
18018         * g++.old-deja/tests:
18019           Moved all subdirectories up one level into g++.old-deja .
18021         * lib/old-dejagnu.exp:
18022           Fixed problem with CXXFLAGS not being properly reset, and being
18023           corrupted with extraneous "-c" compiler option.  This was
18024           causing binaries to not be generated for test that needed them.
18025           Modified strings passed to "pass" and "fail" so that individual
18026           tests from the same test file would be distinguished by an
18027           identifier appended to the test file name in the summary logs;
18028           this corrected a problem with erroneous diff logs.  Added code
18029           to search testcases for expected fail and unexpected pass keywords.
18031 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
18033         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
18035 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
18037         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
18038           Removed extraneous text from end of "Special g++ Options"
18039           keyphrase.
18041         * lib/old-dejagnu.exp: Added pattern matching to look for new
18042           keywords, embedded in testcases comments, which will trigger
18043           calls to xpass and xfail.
18045 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
18047         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
18048           comments embedded in the testcases, especially the one looking for
18049           special compiler options, as well as the pattern matching for the
18050           compiler output again.
18052 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
18054         * lib/old-dejagnu.exp: Do a proper check of the return value for
18055           execute tests. Fixed several problems with the pattern matching
18056           of the compiler output which gave erroneous test results.
18057           Changed several of the test result messages to be more descriptive.
18058         * config/unix-g++.exp: Proc g++_load now actually works and
18059           executes the tests passed to it and returns a usable return
18060           value.
18062 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
18064           * lib/gcc.exp: Exits gracefully if $CC is bogus.
18066 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
18068         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
18069           Modified both files to properly execute the old style
18070           dejagnu tests. The previous versions of these files were
18071           experimental and did not function anything near correctly.
18073 1993-04-05  Rob Savoye  (rob@cygnus.com)
18075         * Removed all Makefile.in and configure.in files. No configuration
18076         needed now.
18078 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
18080         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
18082 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18084         * gcc.compile/configure.in, gcc.unsorted/configure.in,
18085         gcc.special/configure.in, gcc.noncompile/configure.in,
18086         gcc.execute/configure.in, gcc.code_quality/configure.in,
18087         g++.other/configure.in, g++.old-deja/configure.in,
18088         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
18089         in srcname setting.
18091 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
18093         * lib/udi.exp:  Fixed mondfe and mondfe_download.
18094         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
18095         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
18097 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
18099         * config/udi-gdb.exp: Check $shell_id after connecting to target.
18100         (gdb_exit): Don't remove *_soc files.
18102 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
18104         * lib/c-torture.exp: Don't look for main; instead always use -w
18105         -c.  This is how the c-torture tests work.  Remove the object
18106         file if the compilation succeeds.
18107         * gcc.execute/execute.exp: Remove executable if test passes.
18108         * gcc.noncompile/noncompile.exp: Every test is an expected
18109         failure.
18110         * gcc.special/special.exp: Added tests from c-torture 1.11,
18111         corrected use of existing test.
18112         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
18113         gcc.execute/920625-1.c: Updated to c-torture 1.11.
18114         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
18115         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
18116         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
18117         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
18118         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
18119         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
18120         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
18121         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
18122         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
18123         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
18124         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
18125         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
18126         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
18127         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
18128         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
18129         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
18130         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
18131         c-torture 1.11.
18132         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
18133         correspond to c-torture 1.11.
18135         * New file.