PR c++/11786
[official-gcc.git] / gcc / testsuite / ChangeLog
blob3d9d3672faff1351e9cf6014a6e662488adc0ab5
1 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3         PR c++/11786
4         * g++.dg/lookup/koenig2.C: New test.
6         PR c++/5296
7         * g++.dg/rtti/typeid2.C: New test.
9 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
11         * gcc.c-torture/compile/20030904-1.c: New test.
13 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
15         * g++.dg/opt/longbranch2.C: New test.
17 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
19         * g++.dg/template/crash10.C: Only compile it.
21 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
23         PR middle-end/11665
24         * gcc.c-torture/compile/20030907-1.c: New test.
25         * g++.dg/init/array11.C: New test.
27 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
29         PR c++/11852
30         * g++.dg/init/struct1.C: New test.
32 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
34         PR c++/12181
35         * g++.dg/expr/comma1.C: New test.
37 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
39         PR c++/11867
40         * g++.dg/expr/static_cast5.C: New test.
42 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
44         PR c++/11507
45         * g++.dg/lookup/scoped7.C: New test.
47         PR c++/9574
48         * g++.dg/other/static1.C: New test.
50         PR c++/11490
51         * g++.dg/warn/template-1.C: New test.
53         PR c++/11432
54         * g++.dg/template/crash10.C: New test.
56         PR c++/2478
57         * g++.dg/overload/VLA.C: New test.
59         PR c++/10804
60         * g++.dg/template/call1.C: New test.
62 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
64         PR c++/11794
65         * g++.dg/parse/using3.C: New test.
67 2003-09-06  Roger Sayle  <roger@eyesopen.com>
69         PR c++/11409
70         * g++.dg/overload/builtin3.C: New test case.
72 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
74         PR c/9862
75         * gcc.dg/20030906-1.c: New test.
76         * gcc.dg/20030906-2.c: Likewise.
78 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
80         PR c++/12167
81         * g++.dg/parse/defarg5.C: New test.
83         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
85 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
87         PR c++/12163
88         * g++.dg/expr/static_cast4.C: New test.
90         PR c++/12146
91         * g++.dg/template/crash9.C: New test.
93 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
95         * g++.old-deja/g++.ext/pretty2.C: Update for change 
96         in __FUNCTION__.
97         * g++.old-deja/g++.ext/pretty3.C: Likewise.
99 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
101         PR c++/11922
102         * g++/dg/template/qualified-id1.C: New test.
103         
104         PR c++/12037
105         * g++.dg/warn/noeffect4.C: New test.
107 2003-09-04  Matt Austern  <austern@apple.com>
109         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
110         * g++.dg/ext/fnname2.C: Likewise.
111         * g++.dg/ext/fnname3.C: Likewise.
112         
113 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
115         * g++.dg/expr/lval1.C: New test.
116         * g++.dg/ext/lvcast.C: Remove.
118 2003-09-03  Roger Sayle  <roger@eyesopen.com>
120         PR optimization/11700.
121         * gcc.c-torture/compile/20030903-1.c: New test case.
123 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
125         PR c++/12053
126         * g++.dg/abi/layout4.C: New test.
128 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
130         PR c++/11553
131         * g++.dg/parse/friend3.C: New test.
132         
133 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
135         PR c++/11847
136         * g++.dg/template/class1.C: New test.
138         PR c++/11808
139         * g++.dg/expr/call1.C: New test.
141 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
143         PR c++/12114
144         * g++.dg/init/ref9.C: New test.
146         PR c++/11972
147         * g++.dg/template/nested4.C: New test.
149 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
151         PR c++/12093
152         * g++.dg/template/non-dependent4.C: New test.
154         PR c++/11928
155         * g++.dg/inherit/conv1.C: New test.
157 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
159         PR c++/6196
160         * g++.dg/ext/label1.C: New test.
161         * g++.dg/ext/label2.C: Likewise.
163 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
165         * g++.dg/expr/cond3.C: New test.
167 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
169         * gcc.dg/builtins-1.c: Add new builtin cases.
171 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
173         * gcc.dg/builtins-1.c: Add new cases.
174         * gcc.dg/torture/builtin-attr-1.c: Likewise.
176 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
178         * gcc.dg/builtins-1.c: Add more math builtin tests.
179         * gcc.dg/torture/builtin-attr-1.c: New test.
181 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
183         PR optimization/5079
184         * g++.dg/opt/static3.C: New test.
186 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
188         * gcc.misc-tests/gcov-10b.c: New test.
190 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
192         * g++.dg/opt/ptrmem3.C: New test.
194         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
196 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
198         * gcc.dg/20030826-2.c: New test.
200 2003-08-26  Roger Sayle  <roger@eyesopen.com>
202         PR middle-end/12002
203         * g77.f-torture/compile/12002.f: New test case.
205 2003-08-26  Roger Sayle  <roger@eyesopen.com>
207         * gcc.dg/20030826-1.c: New test case.
209 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
211         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
213 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
215         PR c++/11871
216         * c++.dg/lookup/crash1.C: New test.
218         * c++.dg/warn/noeffect3.C: New test.
220 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
222         * gcc.dg/compat/vector-1_x.c: Compile with -w.
223         * gcc.dg/compat/vector-1_y.c: Ditto.
224         * gcc.dg/compat/vector-2_x.c: Ditto.
225         * gcc.dg/compat/vector-2_y.c: Ditto.
227 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
229         * gcc.dg/20030702-1.c: New test.
231 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
233         PR c++/8795
234         * g++.dg/ext/altivec-1.C: New test.
236 2003-08-24  Richard Henderson  <rth@redhat.com>
238         * g++.dg/eh/simd-2.C: Add -w for x86.
240 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
242         * gcc.dg/20030815-1.c: New test.
244 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
246         PR c++/3765
247         * g++.dg/parse/access6.C: New test.
249 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
251         PR c++/641, c++/11876
252         * g++.dg/template/friend22.C: New test.
253         * g++.dg/template/friend23.C: Likewise.
255 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
257         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
258         identically.
260 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
262         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
264 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
266         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
268 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
270         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
272 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
274         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
276 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
278         PR c++/11919
279         * g++.dg/overload/prom1.C: New test.
281         PR c++/11551
282         * g++.dg/parse/dtor2.C: New test.
284         PR c++/10762
285         * g++.dg/parse/using2.C: New test.
287 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
289         PR target/11805
290         * gcc.c-torture/compile/20030821-1.c: New.
292 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
294         PR c++/11834
295         * g++.dg/template/deduce2.C: New test.
297 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
299         * gcc.c-torture/execute/20030821-1.c: New test.
301 2003-08-20  Roger Sayle  <roger@eyesopen.com>
303         PR middle-end/11984
304         * gcc.dg/20030820-1.c: New test case.
306 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
308         PR c++/11945
309         * g++.dg/warn/noeffect2.C: New test.
311 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
313         PR c++/10926
314         * g++.dg/template/dtor2.C: New test.
316         PR c++/11684
317         * g++.dg/template/operator1.C: New test.
318         * g++.dg/parse/operator4.C: New test.
320         PR c++/11946.C
321         * g++.dg/expr/enum1.C: New test.
322         * gcc.dg/c99-bool-1.c: Remove bogus warning.
324         PR c++/11036.C
325         * g++.dg/parse/elab2.C: New test.
326         * g++.dg/parse/typedef4.C: Change error message.
327         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
328         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
329         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
331 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
333         * gcc.dg/pch/warn-1.c: New.
334         * gcc.dg/pch/warn-1.hs: New.
336         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
337         not-tested file.
339 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
341         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
343 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
345         * gcc.dg/uninit-D.c: New Test.
346         * gcc.dg/uninit-E.c: New Test.
347         * gcc.dg/uninit-F.c: New Test.
348         * gcc.dg/uninit-G.c: New Test.
350 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
352         * g++.dg/README: Describe the pch directory.
354 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
356         PR c++/11174
357         * g++.dg/parse/access4.C: New test.
358         * g++.dg/parse/access5.C: Likewise.
359         * g++.old-deja/g++.jason/access17.C: Adjust error message.
361 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
363         * gcc.dg/noncompile/20030818-1.c: New.
365 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
367         PR c++/11957
368         * g++.dg/warn/noeffect1.C: New test.
370         * g++.dg/template/scope2.C: New test.
371         * g++.dg/template/error2.C: Correct dg-error
373 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
375         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
377 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
379         PR C++/11512
380         * g++.dg/template/warn1.C: New.
382 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
384         * g++.dg/template/error2.C: New test.
385         * g++.dg/lookup/using7.C: Adjust errors
386         * g++.old-deja/g++.pt/crash36.C: Likewise.
387         * g++.old-deja/g++.pt/derived3.C: Likewise.
389 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
391         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
392         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
393         * gcc.c-torture/execute/builtins/string-9.c: New, from
394         string-opt-9.c.  Adjust for execute/builtins framework.
395         * gcc.c-torture/execute/string-opt-9.c: Delete.
397 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
399         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
401         * g++.dg/parse/ret-type2.C: New test.
403         PR c++/11703
404         * g++.dg/init/new8.C: New test.
406         PR c++/10923
407         * g++.dg/parse/typedef5.C: New test.
409         PR c++/9512
410         * g++.dg/parse/qualified2.C: New test.
411         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
412         invalid code.
414 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
416         * g++.dg/conversion/ptrmem1.C: New test.
418 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
420         PR target/11693
421         * gcc.dg/20030811-1.c: New test.
423         PR target/11535
424         * gcc.c-torture/execute/20030811-1.c: New test.
426 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
428         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
430 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
432         PR c++/11789.C
433         * g++.dg/inherit/multiple1.C: New test.
435 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
437         * gcc.dg/spe1.c: New test.
439         PR c++/11670
440         * g++.dg/expr/cast2.C: New test.
441         
442         PR c++/10530
443         * g++.dg/template/dependent-name2.C: New test.
445 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
447         * g++.dg/parse/crash11.C: Put the dg options in comments.
449 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
451         * lib/gcc-dg.exp: Update for diagnostic change.
453 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
455         PR c++/5767
456         * g++.dg/parse/crash11.C: New test.
458 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
460         * gcc.dg/cpp/spacing1.c: Update.
462 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
464         PR target/11739
465         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
466         a value for -mtune.
468 2003-08-04  Roger Sayle  <roger@eyesopen.com>
470         PR middle-end/11771
471         * gcc.c-torture/compile/20030804-1.c: New test case.
473 2003-08-04  Roger Sayle  <roger@eyesopen.com>
475         * gcc.dg/20030804-1.c: New test case.
477 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
479         * gcc.dg/cpp/separate-1.c: New test.
481 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
483         PR c++/11704
484         * g++.dg/template/dependent-expr2.C: New test.
486         PR c++/11766
487         * g++.dg/expr/ptrmem1.C: New test.
489 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
491         PR c++/9453
492         * g++.dg/template/friend15.C: New test.
494 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
496         * lib/dg-pch.exp: Work round PCH bug.
498 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
500         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
501         builtins.  Move cases from builtins-4.c here.
503         * gcc.dg/torture/builtin-math-1.c: New test taken from
504         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
505         additional cases.
506         
507         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
508         Delete.
510 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
512         PR c++/9447
513         * g++.dg/template/using7.C: New test.
515 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
517         * import1.c, import2.c: New tests.
519 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
521         * g++.dg/eh/crossjump1.C: New test.
523 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
525         PR c++/11697
526         * g++.dg/template/using6.C: New test.
528         PR c++/11744
529         * g++.dg/template/koenig2.C: New test.
531 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
533         PR c++/7983
534         * g++.dg/parse/typedef4.C: New test.
536 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
538         PR c++/8442, c++/8806
539         * g++.dg/template/elab1.C: New test.
540         * g++.dg/template/type2.C: Likewise.
541         * g++.dg/template/ttp3.C: Adjust expected error message.
542         * g++.old-deja/g++.law/visibility13.C: Likewise.
543         * g++.old-deja/g++.niklas/t135.C: Likewise.
544         * g++.old-deja/g++.pt/ttp41.C: Likewise.
545         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
546         template argument.
547         * g++.old-deja/g++.pt/ttp44.C: Likewise.
549 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
551         PR c++/11295
552         * g++.dg/ext/stmtexpr1.C: New test.
554         * g++.dg/opt/tmp1.C: New test.
556         PR c++/11525
557         * g++.dg/parse/constant4.C: New test.
559         PR c++/9447
560         * g++.dg/template/using5.C: New test.
562 2003-07-31  Roger Sayle  <roger@eyesopen.com>
564         * gcc.dg/builtins-27.c: New test case.
566 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
568         * gcc.dg/tls/opt-7.c: New test.
570 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
571         
572         * g++.old-deja/g++.other/crash18.C: Remove.
574 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
576         * g++.dg/template/explicit3.C: New.
577         * g++.dg/template/explicit4.C: New.
578         * g++.dg/template/explicit5.C: New.
580         PR c++/11347
581         * g++.dg/template/memtmpl1.C: New.
583 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
585         PR target/11565
586         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
587         * gcc.dg/i386-387-5.c (dg-options): Likewise.
589 Wed Jul 30 19:13:34 CEST 2003  Jan Hubicka  <jh@suse.cz>
591         * vtgc1.c: Kill.
593 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
595         * gcc.dg/struct-in-proto-1.c: New test.
597 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
599         * gcc.dg/cpp/include2.c: Only expect one message.
601 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
603         PR c++/9447
604         * g++.dg/template/using1.C: New test.
605         * g++.dg/template/using2.C: New test.
606         * g++.dg/template/using3.C: New test.
607         * g++.dg/template/using4.C: New test.
609 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
611         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
612         * gcc.c-torture/execute/string-opt-10.c: Likewise.
614 2003-07-28  Jan Hubicka  <jh@suse.cz>
616         PR c++/11530
617         * g++.dg/opt/call1.C: New test.
619 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
621         PR c++/11667
622         * g++.dg/init/enum2.C: New test.
623         * g++.dg/template/overload1.C: Add "-w" option.
625 2003-07-28    <hp@bitrange.com>
627         * gcc.dg/Wdeclaration-after-statement-1.c,
628         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
630 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
632         * gcc.c-torture/compile/20030725-1.c: New test.
634 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
636         * gcc.dg/20030505.c: Only run for SPE.
637         Remove definition of opaque type.
639 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
641         * g++.dg/template/ptrmem6.C: New test.
643 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
645         * gcc.c-torture/compile/zero-strct-2.c: New test.
647 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
649         * gcc.dg/intermod-1.c: New test.
651 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
653         PR c++/11617
654         * g++.dg/template/lookup2.C: New test.
655         * g++.dg/template/memclass1.C: Remove instantiated from error.
656         * g++.dg/other/error2.C: Tweak expected errors.
658         PR c++/11596
659         * g++.dg/template/defarg3.C: New test.
661         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
663 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
665         * g++.dg/inherit/access5.C: New test.
667 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
669         PR c++/11513
670         * g++.dg/template/crash8.C: New test.
672 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
674         PR c/10602
675         * gcc.dg/noncompile/incomplete-2.c: New test.
677 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
679         PR c++/11645
680         * g++.dg/inherit/access4.C: New test.
682         PR c++/11517
683         * g++.dg/expr/cond2.C: New test.
685         PR optimization/10679
686         * g++.dg/opt/inline4.C: New test.
688 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
690         * g++.dg/parse/crash10: New test.
692 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
694         * g++.dg/ext/flexary1.C: New test.
696 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
698         PR c++/10793
699         * g++.dg/template/crash9.C: New test.
701 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
703         PR c++/3004
704         * g++.dg/parse/typedef3.C: New test.
706         PR c++/7906
707         * g++.dg/parse/operator2.C: New test.
709         PR c++/8895
710         * g++.dg/parse/def-tmpl-arg1.C: New test.
712         PR c++/9282
713         * g++.dg/parse/funptr1.C: New test.
715         PR c++/9452
716         * g++.dg/parse/ambig3.C: New test.
718         PR c++/9454
719         * g++.dg/parse/operator3.C: New test.
721         PR c++/9486
722         * g++.dg/parse/template10.C: New test.
724         PR c++/9488
725         * g++.dg/parse/template11.C: New test.
727         PR c++/10150
728         * g++.dg/parse/invalid-op1.C: New test.
730         PR c++/10247
731         * g++.dg/parse/condexpr1.C: New test.
733 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
735         * g++.dg/ext/packed3.C: New test.
736         * g++.dg/ext/packed4.C: New test.
738         * gcc.dg/pack-test-3.c: New test.
740 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
742         * lib/compat.exp: Handle dg-options per source file.
743         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
744         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
745         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
746         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
747         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
748         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
749         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
750         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
751         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
752         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
753         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
754         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
755         * g++.dg/compat/break/bitfield7_x.C: Ditto.
756         * g++.dg/compat/break/bitfield7_y.C: Ditto.
758 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
760         PR c/10320
761         * gcc.c-torture/execute/20030718-1.c: New test.
763 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
765         PR optimization/11536
766         * gcc.dg/20030721-1.c: New test.
768 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
770         PR c++/11546
771         * g++.dg/template/lookup1.C: New test.
773 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
775         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
776         diagnostics of ill-formed constructs involving labels.
777         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
778         the new 'previously defined here' message.
780 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
782         * g++.dg/parse/non-dependent2.C: New test.
784 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
786         * g++.dg/init/init-ref4.C: xfail on targets without
787         weak symbols.
789 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
791         PR target/11087
792         * gcc.c-torture/execute/20030717-1.c: New test.
794 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
796         * g++.dg/opt/cfg1.C: New test.
798 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
800         PR optimization/11557
801         * gcc.dg/20030717-1.c: New test.
803 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
805         PR c++/10476
806         * g++.dg/expr/crash-1.C: New test.
808         PR c++/11027
809         * g++.dg/template/init3.C: New test.
811         PR c++/8222
812         * g++.dg/template/non-dependent1.C: New test.
814         PR c++/11070
815         * g++.dg/template/non-dependent2.C: New test.
817         PR c++/11071
818         * g++.dg/template/non-dependent3.C: New test.
820         PR c++/9907
821         * g++.dg/template/sizeof5.C: New test.
823 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
825         PR 11498
826         * gcc.c-torture/compile/mangle-1.c: New file.
828 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
830         PR c++/7809
831         * g++.dg/parse/access3.C: New test.
833 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
835         PR c++/11384
836         * g++.dg/init/init-ref4.C: New test.
838 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
840         PR c++/11547
841         * g++.dg/parse/constant3.C: New test.
842         * g++.dg/parse/crash7.C: Likewise.
844 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
846         PR target/11008
847         * gcc.dg/i386-pentium4-not-mull.c: New.
849 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
851         * gcc.dg/asm-names.c (ymain): Make it weak.
853 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
855         PR c++/5421
856         * g++.dg/template/friend21.C: New test.
858 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
860         * gcc.dg/cleanup-8.c: New test.
861         * gcc.dg/cleanup-9.c: New test.
863 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
865         * g++.dg/ext/dll-MI1.h: New file.
866         * g++.dg/ext/dllexport-MI1.C: New file.
867         * g++.dg/ext/dllimport-MI1.C: New file.
869 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
871         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
872         it does not have cmpstrsi patterns (just cmpmemsi).
874 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
876         PR debug/11473
877         * g++.dg/debug/debug8.C: New test.
879 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
881         PR c++/10108
882         * g++.dg/template/crash7.C: New test.
884 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
886         PR target/10795
887         * gcc.c-torture/compile/20030708-1.c: New.
889 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
891         * gcc.c-torture/execute/20030715-1.c: New test.
893 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
895         * gcc.dg/pch/inline-3.c: New file.
896         * gcc.dg/pch/inline-3.hs: New file.
897         * gcc.dg/pch/inline-4.c: New file.
898         * gcc.dg/pch/inline-4.hs: New file.
900 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
902         PR c++/11509
903         * g++.dg/template/crash6.C: New test.
905         PR c++/7053
906         * g++.dg/template/friend20.C: New test.
908         PR c++/7019
909         * g++.dg/template/overload2.C: New test.
911 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
913         PR optimization/11440
914         * gcc.c-torture/execute/20030714-1.c: New test.
916 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
918         PR c++/11154
919         * g++.dg/template/partial2.C: New test.
921 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
923         PR c++/11503
924         * g++.dg/template/anon1.C: New test.
926         PR c++/11493
927         PR c++/11495
928         * g++.dg/parse/template9.C: Likewise.
929         * g++.dg/template/crash4.C: New test.
930         * g++.dg/template/koenig1.C: Likewise.
931         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
932         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
933         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
934         functions.
935         * g++.old-deja/g++.jason/template36.C: Likewise.
936         * g++.old-deja/g++.mike/p1989.C: Likewise.
937         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
938         * g++.old-deja/g++.pt/ttp20.C: Use this->.
939         * g++.old-deja/g++.pt/ttp21.C: Use this->.
940         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
941         compiling.
942         * g++.old-deja/g++.pt/union2.C: Use this->.
944 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
946         * gcc.dg/20030711-1.c: New test.
948 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
950         PR c++/11050
951         * g++.dg/parse/args1.C: New test.
952         * g++.pt/defarg8.C: Change expected errors.
954 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
956         PR c++/8164
957         * g++.dg/template/nontype2.C: New test.
959         PR c++/10558
960         * g++.dg/parse/template8.C: New test.
962         PR c++/8327
963         * g++.dg/template/scope1.C: New test.
965         * g++.dg/warn/Wsign-compare-1.C: New test.
967 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
969         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
971 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
973         PR c++/9411
974         * g++.dg/template/explicit2.C: New test.
976         PR c++/10032
977         * g++.dg/warn/pedantic1.C: New test.
979 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
981         PR c++ 9483
982         * g++.dg/other/field1.C: New test.
984 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
986         PR c/11449
987         * gcc.c-torture/compile/20030707-1.c: New.
989 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
991         PR c++/10849
992         * g++.dg/template/access12.C: New test.
994 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
996         * g++.dg/bprob/bprob.exp (prof_ext): Update.
997         * g77.dg/bprob/bprob.exp (prof_ext): Update.
998         * gcc.misc-tests/bprob.exp (prof_ext): Update.
999         * gcc.misc-tests/gcov.exp: Update
1000         * g++.dg/gcov/gcov.exp: Update
1001         * lib/gcov.exp: Update.
1003 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
1005         * g++.dg/abi/mangle17.C: Make sure template expressions are
1006         dependent.
1007         * g++.dg/abi/mangle4.C: Mark erroneous casts.
1008         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
1009         * g++.dg/opt/stack1.C: Remove erroneous code.
1010         * g++.dg/parse/template7.C: New test.
1011         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
1012         * g++.old-deja/g++.pt/crash4.C: Likewise.
1014 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1016         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
1017         with zero or one occurence of `$' after the initial `L'.
1019 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
1021         * gcc.c-torture/compile/20030704-1.c: Add a comment.
1023 2003-07-08  Roger Sayle  <roger@eyesopen.com>
1025         PR c/11370
1026         * gcc.dg/Wunreachable-6.c: New testcase.
1027         * gcc.dg/Wunreachable-7.c: New testcase.
1029 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1031         PR c/11420
1032         * gcc.dg/20030708-1.c: New test.
1034 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
1036         * gcc.dg/compat/sdata-section.h: New file.
1037         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
1038         * gcc.dg/torture/mips-sdata-1.c: New test.
1040 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1042         PR c++/11030
1043         * g++.dg/template/friend19.C: New test.
1045 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
1047         * g++.dg/opt/strength-reduce.C: New test.
1049 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1051         PR target/10979
1052         * gcc.dg/20030707-1.c: New testcase.
1054 2003-07-07  Roger Sayle  <roger@eyesopen.com>
1056         PR optimization/11059
1057         * g++.dg/opt/emptyunion.C: New testcase.
1059 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1060             Eric Botcazou  <ebotcazou@libertysurf.fr>
1062         * g++.dg/opt/stack1.C: New test.
1064 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
1066         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
1067         run test.
1069         PR c++/11431
1070         * g++.dg/expr/static_cast3.C: New test.
1072 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
1074         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
1075         everywhere.
1076         * gcc.dg/concat.c: Concatenation of string constants with
1077         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
1078         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
1079         * gcc.dg/cpp/escape-2.c: Use wide character constants where
1080         necessary to avoid multi-character character constant warning.
1081         * gcc.dg/cpp/escape.c: Likewise.
1082         * gcc.dg/cpp/ucs.c: Likewise.
1083         Remove backslashes from dg-bogus comments, as they confuse Tcl.
1084         Fix a typo.
1086 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1088         PR c/11428
1089         * gcc.c-torture/compile/20030704-1.c: New.
1091 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
1093         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
1095 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
1097         PR c++/5287, PR c++/7910,  PR c++/11021
1098         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
1099         tests for warnings.
1100         * g++.dg/ext/dllimport2.C: Add tests for warnings.
1101         * g++.dg/ext/dllimport3.C: Likewise.
1102         * g++.dg/ext/dllimport4.C: New file.
1103         * g++.dg/ext/dllimport5.C: New file.
1104         * g++.dg/ext/dllimport6.C: New file.
1105         * g++.dg/ext/dllimport7.C: New file.
1106         * g++.dg/ext/dllimport8.C: New file.
1107         * g++.dg/ext/dllimport9.C: New file.
1108         * g++.dg/ext/dllimport10.C: New file.
1109         * g++.dg/ext/dllexport1.C: New file.
1111 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1113         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
1114         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
1116 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1118         * gcc.dg/builtins-25.c: New testcase.
1119         * gcc.dg/builtins-26.c: New testcase.
1121 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
1123         * gcc.dg/compat/vector-defs.h: New file.
1124         * gcc.dg/compat/vector-setup.h: New file.
1125         * gcc.dg/compat/vector-check.h: New file.
1126         * gcc.dg/compat/vector-1_main.c: New file.
1127         * gcc.dg/compat/vector-1_x.c: New file.
1128         * gcc.dg/compat/vector-1_y.c: New file.
1129         * gcc.dg/compat/vector-2_main.c: New file.
1130         * gcc.dg/compat/vector-2_x.c: New file.
1131         * gcc.dg/compat/vector-2_y.c: New file.
1133         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
1134         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
1135         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
1136         * gcc.dg/compat/struct-align-1.h: New file.
1137         * gcc.dg/compat/struct-align-1_main.c: New file.
1138         * gcc.dg/compat/struct-align-1_x.c: New file.
1139         * gcc.dg/compat/struct-align-1_y.c: New file.
1140         * gcc.dg/compat/struct-align-2.h: New file.
1141         * gcc.dg/compat/struct-align-2_main.c: New file.
1142         * gcc.dg/compat/struct-align-2_x.c: New file.
1143         * gcc.dg/compat/struct-align-2_y.c: New file.
1145         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
1146         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1147         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1148         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1149         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1150         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1151         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1152         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1153         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1154         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1155         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1156         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1157         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1158         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1159         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1160         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1161         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1162         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1163         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1164         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1165         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1166         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1167         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1168         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1169         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1170         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1171         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1172         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1173         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1175 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1177         * gcc.dg/i386-call-1.c: New test.
1179 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
1181         PR c++/9162
1182         * g++.dg/parse/defarg4.C: New.
1184 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1186         PR target/10700
1187         * gcc.c-torture/compile/20030703-1.c: New test case.
1189 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
1191         * g++.dg/template/local3.C: Remove extra semicolon.
1193 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1195         * gcc.dg/i386-volatile-1.c: New test.
1197 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1199         PR c++/11072
1200         * g++.dg/other/offsetof2.C: XFAIL.
1201         * g++.dg/other/offsetof5.C: New.
1203         PR c++/10219
1204         * g++.dg/template/error1.C: New.
1206         PR c++/9779
1207         * g++.dg/template/dependent-expr1.C: New.
1209 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1211         PR c++/6949
1212         * g++.dg/template/local3.C: New test.
1214         PR c++/11149
1215         * g++.dg/lookup/scoped6.C: New test.
1217 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
1219         PR c++/8046
1220         * g++.dg/other/error7.C: New test.
1222 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1224         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
1225         * g++.old-deja/g++.abi/vtable3.h: Likewise.
1226         * g++.old-deja/g++.law/code-gen5.C: Likewise.
1227         * g++.old-deja/g++.other/union2.C: Likewise.
1228         * gcc.dg/c90-const-expr-2.c: Likewise.
1229         * gcc.dg/c90-const-expr-3.c: Likewise.
1230         * gcc.dg/c99-const-expr-2.c: Likewise.
1231         * gcc.dg/c99-const-expr-3.c: Likewise.
1232         * gcc.dg/concat.c: Likewise.
1234 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
1236         PR c++/9559
1237         * g++.dg/init/static1.C: New test.
1239 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1241         * Changelog: Remove ">>>>>>>" from previous change.
1243 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1245         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
1246         * g++.old-deja/g++.other/access2.C: Likewise.
1247         * g++.old-deja/g++.other/decl2.C: Likewise.
1248         * gcc.c-torture/execute/20020615-1.c: Likewise.
1250 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1252         PR c++/4933
1253         * g++.dg/template/sizeof4.C: New test.
1255 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1257         * g++.dg/other/error6.C: New test.
1259 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
1261         PR c++/10750
1262         * g++.dg/parse/constant2.C: New test.
1264 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
1266         PR c++/11106
1267         * g++.dg/other/error5.C: New test.
1269 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1271         * gcc.dg/format/gcc_diag-1.c: New test.
1273 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
1275         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
1277 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
1279         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
1280         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
1281         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
1283 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
1285         * gcc.c-torture/execute/builtins/string-8.c: New test.
1286         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
1287         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
1288         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
1290 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1292         PR c++/10468
1293         * g++.dg/ext/typeof6.C: New test.
1295 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
1297         PR c++/10796
1298         * g++.dg/init/enum1.C: New test.
1300 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
1302         * gcc.dg/20030627-1.c: New test.
1304 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
1306         PR c++/11332
1307         * g++.dg/expr/static_cast2.C: New test.
1309 2003-06-26  Roger Sayle  <roger@eyesopen.com>
1310             Jakub Jelinek  <jakub@redhat.com>
1312         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
1313         sprintf(dst,"%s",src) optimization.
1314         * gcc.c-torture/execute/20030626-1.c: New test case.
1315         * gcc.c-torture/execute/20030626-2.c: New test case.
1317 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
1319         * gcc.c-torture/execute/multi-ix.c: New test.
1321         * gcc.c-torture/execute/simd-4.c (main):
1322         Added missing semicolon at end of union.
1324 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
1326         PR c++/8266
1327         * g++.dg/template/explicit-instantiation3.C: New test.
1329 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1331         * gcc.dg/20030626-1.c: Use signed char.
1333 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
1335         * gcc.dg/20030626-1.c: New test.
1337 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
1339         * const-str-2.m: Update.
1341 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
1343         PR c++/10990
1344         * g++.dg/rtti/dyncast1.C: New test.
1345         * g++.dg/abi/mangle4.C: Correct base-specifier access.
1346         * g++.dg/lookup/scoped1.C: Remove XFAIL.
1347         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
1349         PR c++/10931
1350         * g++.dg/expr/static_cast1.C: New test.
1352 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
1354         * gcc.dg/20030625-1.c: New test.
1356 2003-06-24  Roger Sayle  <roger@eyesopen.com>
1358         * gcc.c-torture/compile/20030624-1.c: New test case.
1360 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
1362         * gcc.c-torture/execute/string-opt-17.c: New test.
1364 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
1366         PR c++/5754
1367         * g++.dg/parse/crash6.C: New test.
1369 2003-06-23  Roger Sayle  <roger@eyesopen.com>
1371         * gcc.dg/builtins-24.c: New test case.
1373 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
1375         * g++.dg/opt/operator1.C: New test.
1377 2003-06-22  Roger Sayle  <roger@eyesopen.com>
1379         * gcc.c-torture/execute/string-opt-16.c: New test case.
1381 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1383         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
1384         * g++.old-deja/g++.other/conv7.C: Likewise
1385         * g++.old-deja/g++.other/overcnv2.C: Likewise.
1386         * g++.old-deja/g++.other/overload14.C: Likewise.
1388 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
1390         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
1391         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
1393 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1395         PR c++/10888
1396         * g++.dg/warn/Winline-3.C: New test.
1398 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1400         * lib/target-supports.exp (check_alias_available): Make the test
1401         program acceptable to the Solaris assembler.
1403         PR c++/10749
1404         * g++.dg/template/memclass2.C: New test.
1406 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1407             Eric Botcazou  <ebotcazou@libertysurf.fr>
1409         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
1410         data for non-matching targets.
1411         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
1413 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
1415         PR c++/10845
1416         * g++.dg/template/member3.C: New test.
1418 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
1420         PR c++/10939
1421         * g++.dg/template/func1.C: New test.
1423         PR c++/9649
1424         * g++.dg/template/static4.C: New test.
1425         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
1427         PR c++/11041
1428         * g++.dg/init/ref7.C: New test.
1430 2003-06-19  Matt Austern  <austern@apple.com>
1432         PR c++/11228
1433         * g++.dg/anew1.C: New test.
1434         * g++.dg/anew2.C: New test.
1435         * g++.dg/anew3.C: New test.
1436         * g++.dg/anew4.C: New test.
1438 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
1440         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
1442 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
1444         * gcc.c-torture/execute/simd-4.c (main): Make expected value
1445         endian-dependent.
1447 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
1449         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
1450         Remove cruft.
1452 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
1454         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
1455         * gcc.c-torture/compile/961203-1.c: Likewise.
1456         * gcc.c-torture/compile/980506-1.c: Likewise.
1458 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1460         PR c++/10712
1461         * g++.dg/lookup/using7.C: New test.
1463 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
1465         PR c++/11105
1466         * g++.dg/abi/conv1.C: Remove it.
1467         * g++.dg/template/conv7.C: New test.
1468         * g++.dg/template/conv8.C: Likewise.
1469         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
1470         conversion operator.
1472 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
1474         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
1475         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1476         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1477         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1478         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1479         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1480         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1481         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1482         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1483         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1484         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1485         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1486         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1487         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1488         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1489         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1490         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1491         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1492         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1493         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1494         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1495         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1496         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1497         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1498         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1499         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1500         * gcc.dg/compat/struct-return-10_x.c: Ditto.
1501         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1502         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1504 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
1506         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
1507         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
1508         indications.
1510 2003-06-16  Roger Sayle  <roger@eyesopen.com>
1512         * gcc.dg/i386-387-5.c: New test case.
1513         * gcc.dg/i386-387-6.c: New test case.
1514         * gcc.dg/builtins-23.c: New test case.
1516 2003-06-15  Roger Sayle  <roger@eyesopen.com>
1518         * gcc.dg/builtins-22.c: New test case.
1519         * gcc.dg/i386-387-1.c: Update to test exp.
1520         * gcc.dg/i386-387-2.c: Likewise.
1522 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1524         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
1526 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1528         * lib/gcc-dg.exp (dg-require-dll): New function.
1529         (dg-xfail-if): Likewise.
1530         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
1531         driver.
1533         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
1534         * gcc.c-torture/compile/20001205-1.c: Likewise.
1535         * gcc.c-torture/compile/20001226-1.c: Likewise.
1536         * gcc.c-torture/compile/20010518-2.c: Likewise.
1537         * gcc.c-torture/compile/20020312-1.c: Likewise.
1538         * gcc.c-torture/compile/20020604-1.c: Likewise.
1539         * gcc.c-torture/compile/920501-12.c: Likewise.
1540         * gcc.c-torture/compile/920501-4.c: Likewise.
1541         * gcc.c-torture/compile/920520-1.c: Likewise.
1542         * gcc.c-torture/compile/920521-1.c: Likewise.
1543         * gcc.c-torture/compile/920625-1.c: Likewise.
1544         * gcc.c-torture/compile/961203-1.c: Likewise.
1545         * gcc.c-torture/compile/980506-1.c: Likewise.
1546         * gcc.c-torture/compile/981006-1.c: Likewise.
1547         * gcc.c-torture/compile/981022-1.c: Likewise.
1548         * gcc.c-torture/compile/981223-1.c: Likewise.
1549         * gcc.c-torture/compile/990617-1.c: Likewise.
1550         * gcc.c-torture/compile/dll.c: Likewise.
1551         * gcc.c-torture/compile/labels-3.c: Likewise.
1552         * gcc.c-torture/compile/mipscop-1.c: Likewise.
1553         * gcc.c-torture/compile/mipscop-2.c: Likewise.
1554         * gcc.c-torture/compile/mipscop-3.c: Likewise.
1555         * gcc.c-torture/compile/mipscop-4.c: Likewise.
1556         * gcc.c-torture/compile/simd-5.c: Likewise.
1557         * gcc.c-torture/compile/20000804-1.x: Remove.
1558         * gcc.c-torture/compile/20001205-1.x: Likewise.
1559         * gcc.c-torture/compile/20001226-1.x: Likewise.
1560         * gcc.c-torture/compile/20010518-2.x: Likewise.
1561         * gcc.c-torture/compile/20020312-1.x: Likewise.
1562         * gcc.c-torture/compile/20020604-1.x: Likewise.
1563         * gcc.c-torture/compile/920501-12.x: Likewise.
1564         * gcc.c-torture/compile/920501-4.x: Likewise.
1565         * gcc.c-torture/compile/920520-1.x: Likewise.
1566         * gcc.c-torture/compile/920521-1.x: Likewise.
1567         * gcc.c-torture/compile/920625-1.x: Likewise.
1568         * gcc.c-torture/compile/961203-1.x: Likewise.
1569         * gcc.c-torture/compile/980506-1.x: Likewise.
1570         * gcc.c-torture/compile/981006-1.x: Likewise.
1571         * gcc.c-torture/compile/981022-1.x: Likewise.
1572         * gcc.c-torture/compile/981223-1.x: Likewise.
1573         * gcc.c-torture/compile/990617-1.x: Likewise.
1574         * gcc.c-torture/compile/mipscop-1.x: Likewise.
1575         * gcc.c-torture/compile/mipscop-2.x: Likewise.
1576         * gcc.c-torture/compile/mipscop-3.x: Likewise.
1577         * gcc.c-torture/compile/mipscop-4.x: Likewise.
1578         * gcc.c-torture/compile/simd-5.x: Likewise.
1580         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
1582 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1584         * gcc.c-torture/execute/20030611-1.c: New test.
1586 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1588         PR middle-end/168
1589         * gcc.dg/20030612-1.c: New test case.
1591 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
1593         PR c++/10635
1594         * g++.dg/expr/cast1.C: New test.
1596 2003-06-12  Roger Sayle  <roger@eyesopen.com>
1598         * gcc.dg/builtins-21.c: New test case.
1600 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
1602         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
1603         options instead of at the end.
1604         * lib/objc.exp (objc_target_compile): Likewise.
1606 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
1608         PR c++/10432
1609         * g++.dg/parse/error1.C: New test.
1611 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
1613         * gcc.dg/compat/struct-by-value-11_main.c: New file.
1614         * gcc.dg/compat/struct-by-value-11_x.c: New file.
1615         * gcc.dg/compat/struct-by-value-11_y.c: New file.
1616         * gcc.dg/compat/struct-by-value-12_main.c: New file.
1617         * gcc.dg/compat/struct-by-value-12_x.c: New file.
1618         * gcc.dg/compat/struct-by-value-12_y.c: New file.
1619         * gcc.dg/compat/struct-by-value-13_main.c: New file.
1620         * gcc.dg/compat/struct-by-value-13_x.c: New file.
1621         * gcc.dg/compat/struct-by-value-13_y.c: New file.
1622         * gcc.dg/compat/struct-by-value-14_main.c: New file.
1623         * gcc.dg/compat/struct-by-value-14_x.c: New file.
1624         * gcc.dg/compat/struct-by-value-14_y.c: New file.
1625         * gcc.dg/compat/struct-by-value-15_main.c: New file.
1626         * gcc.dg/compat/struct-by-value-15_x.c: New file.
1627         * gcc.dg/compat/struct-by-value-15_y.c: New file.
1628         * gcc.dg/compat/struct-by-value-16_main.c: New file.
1629         * gcc.dg/compat/struct-by-value-16_x.c: New file.
1630         * gcc.dg/compat/struct-by-value-16_y.c: New file.
1631         * gcc.dg/compat/struct-by-value-17_main.c: New file.
1632         * gcc.dg/compat/struct-by-value-17_x.c: New file.
1633         * gcc.dg/compat/struct-by-value-17_y.c: New file.
1634         * gcc.dg/compat/struct-by-value-18_main.c: New file.
1635         * gcc.dg/compat/struct-by-value-18_x.c: New file.
1636         * gcc.dg/compat/struct-by-value-18_y.c: New file.
1638         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
1639         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
1640         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
1641         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
1642         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
1643         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
1644         * gcc.dg/compat/scalar-return-3_main.c: New file.
1645         * gcc.dg/compat/scalar-return-3_x.c: New file.
1646         * gcc.dg/compat/scalar-return-3_y.c: New file.
1647         * gcc.dg/compat/scalar-return-4_main.c: New file.
1648         * gcc.dg/compat/scalar-return-4_x.c: New file.
1649         * gcc.dg/compat/scalar-return-4_y.c: New file.
1651 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
1653         * gcc.dg/compat/fp2-struct-check.h: New file.
1654         * gcc.dg/compat/fp2-struct-defs.h: New file.
1655         * gcc.dg/compat/fp2-struct-init.h: New file.
1656         * gcc.dg/compat/struct-by-value-10_main.c: New file.
1657         * gcc.dg/compat/struct-by-value-10_x.c: New file.
1658         * gcc.dg/compat/struct-by-value-10_y.c: New file.
1659         * gcc.dg/compat/struct-return-10_main.c: New file.
1660         * gcc.dg/compat/struct-return-10_x.c: New file.
1661         * gcc.dg/compat/struct-return-10_y.c: New file.
1663         * gcc.dg/compat/compat-common.h: New file.
1664         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
1665         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
1666         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
1667         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
1668         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
1669         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
1670         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
1671         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1672         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
1673         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
1674         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1675         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
1676         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
1677         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1678         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
1679         * gcc.dg/compat/small-struct-check.h: Ditto.
1680         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
1681         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1682         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
1683         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
1684         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1685         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
1686         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
1687         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1688         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
1689         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
1690         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1691         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
1692         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
1693         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1694         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
1695         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
1696         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1697         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
1698         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
1699         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1700         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
1701         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
1702         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1703         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
1704         * gcc.dg/compat/struct-return-2_main.c: Ditto.
1705         * gcc.dg/compat/struct-return-2_x.c: Ditto.
1706         * gcc.dg/compat/struct-return-2_y.c: Ditto.
1707         * gcc.dg/compat/struct-return-3_main.c: Ditto.
1708         * gcc.dg/compat/struct-return-3_x.c: Ditto.
1709         * gcc.dg/compat/struct-return-3_y.c: Ditto.
1711 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
1713         * g++.dg/pch/static-1.C: New file.
1714         * g++.dg/pch/static-1.Hs: New file.
1716 2003-06-10  Richard Henderson  <rth@redhat.com>
1718         * gcc.dg/asm-7.c: Adjust expected warning text.
1720 2003-06-10  Roger Sayle  <roger@eyesopen.com>
1722         * gcc.dg/builtins-20.c: New test case.
1724 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
1726         PR c++/11131
1727         * g++.dg/opt/template1.C: New test.
1729 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
1731         * lib/gcc-dg.exp (dg-test): Clear additional_files and
1732         additional_sources.
1734 2003-05-21  David Taylor  <dtaylor@emc.com>
1736         * gcc.dg/Wpadded.c: New file.
1738 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
1740         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
1741         * gcc.dg/special/weak-2.c: Add dg-require-weak.
1742         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
1743         dg-require-weak.
1745 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
1747         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
1749 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
1751         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
1752         (dg-require-alias): Likewise.
1753         (dg-require-gc-sections): Likewise.
1754         * lib/target-supports.exp (check_gc_sections_available): Likewise.
1756 2003-06-08  Richard Henderson  <rth@redhat.com>
1758         * gcc.dg/20011029-2.c: Fix the array reference.
1759         * gcc.dg/asm-7.c: New.
1761 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
1763         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
1765 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
1767         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
1768         (dg-require-gc-sections): Likewise.
1770 Sun Jun  8 16:46:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
1772         * i386-cmov1.c: Fix regular expression.
1773         * i386-cvt-1.c: Likewise.
1774         * i386-local.c: Likewise.
1775         * i386-local2.c: Likewise.
1776         * i386-mul.c: Likewise.
1777         * i386-ssetype-1.c: Likewise.
1778         * i386-ssetype-3.c: Likewise.
1779         * i386-ssetype-5.c: Likewise.
1781 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1783         PR c++/11039
1784         * g++.dg/warn/implicit-typename2.C: New test.
1785         * g++.dg/warn/implicit-typename3.C: New test.
1787 2003-06-07  Richard Henderson  <rth@redhat.com>
1789         * g++.dg/other/offsetof3.C: Use size_t.
1790         * g++.dg/other/offsetof4.C: Likewise.
1792 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
1794         * lib/copy-file.exp: New. Implement gcc_copy_files.
1796         * lib/dg-pch.exp: Load copy-file.exp
1797         (dg-pch): Use gcc_copy_files instead of "file copy".
1799 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
1801         * gcc.dg/weak/weak.exp: Simplify.
1802         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
1803         * gcc.dg/weak/weak-1.c: Likewise.
1804         * gcc.dg/weak/weak-2.c: Likewise.
1805         * gcc.dg/weak/weak-3.c: Likewise.
1806         * gcc.dg/weak/weak-4.c: Likewise.
1807         * gcc.dg/weak/weak-5.c: Likewise.
1808         * gcc.dg/weak/weak-6.c: Likewise.
1809         * gcc.dg/weak/weak-7.c: Likewise.
1810         * gcc.dg/weak/weak-8.c: Likewise.
1811         * gcc.dg/weak/weak-9.c: Likewise.
1813 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
1815         gcc.c-torture/execute/20030606-1.c: New.
1817 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1819         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
1820         * gcc.dg/builtins-19.c: Likewise.
1822 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1824         * gcc.dg/builtins-2.c: Add some more tests.
1825         * gcc.dg/builtins-18.c: New test case.
1826         * gcc.dg/builtins-19.c: New test case.
1828 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1829             Jim Wilson  <wilson@tuliptree.org>
1831         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
1833 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
1835         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
1836         mempcpy/stpcpy calls not to be optimized into something else.
1837         * gcc.c-torture/execute/string-opt-3.c: Moved to...
1838         * gcc.c-torture/execute/builtins/string-7.c: ...here.
1839         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
1841 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1843         * gcc.dg/format/asm_fprintf-1.c: New test.
1845 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
1847         * lib/gcc-defs.exp (additional_sources): New variable.
1848         (dg-additional-sources): New function.
1849         (additional_files): New variable.
1850         (dg-additional-files): New function.
1851         (dg-additional-files-options): Likewise.
1852         * lib/gcc-dg.exp (dg-require-weak): New function.
1853         (dg-require-alias): Likewise.
1854         (dg-require-gc-sections): Likewise.
1855         * lib/target-supports.exp (check_alias_available): Remove testfile
1856         parameter.
1857         (check_gc_sections_available): New function.
1858         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
1859         (dg-gpp-additional-files): Likewise.
1860         * lib/g++.exp (additional_sources): Remove.
1861         (additional_files): Likewise.
1862         (g++_target_compile): Use dg-additional-files-options.
1864         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
1865         Tcl logic.
1866         * gcc.dg/special/ecos.exp: Remove.
1867         * gcc.dg/special/20000419-2.c: Use dg-require-*.
1868         * gcc.dg/special/alias-1.c: Likewise.
1869         * gcc.dg/special/alias-2.c: Likewise.
1870         * gcc.dg/special/gcsec-1.c: Likewise.
1871         * gcc.dg/special/weak-1.c: Likewise.
1872         * gcc.dg/special/weak-2.c: Likewise.
1873         * gcc.dg/special/wkali-1.c: Likewise.
1874         * gcc.dg/special/wkali-2.c: Likewise.
1876         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
1877         dg-gpp-additional-*.
1878         * g++.dg/special/conpr-3.C: Likewise.
1879         * g++.dg/special/conpr-4.C: Likewise.
1880         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
1881         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
1882         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
1883         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
1884         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
1885         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
1886         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
1887         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
1888         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
1889         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
1890         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
1891         * g++.old-deja/g++.other/comdat1.C: Likewise.
1892         * g++.old-deja/g++.other/comdat2.C: Likewise.
1893         * g++.old-deja/g++.other/comdat3.C: Likewise.
1894         * g++.old-deja/g++.other/ctor1.C: Likewise.
1895         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
1897 2003-06-05  Richard Henderson  <rth@redhat.com>
1899         * gcc.dg/debug/20030605-1.c: New.
1901 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
1903         * README.QMTEST: Update.
1905 2003-06-04  Richard Henderson  <rth@redhat.com>
1907         * gcc.dg/cleanup-1.c: New.
1908         * gcc.dg/cleanup-2.c: New.
1909         * gcc.dg/cleanup-3.c: New.
1910         * gcc.dg/cleanup-4.c: New.
1911         * gcc.dg/cleanup-5.c: New.
1912         * gcc.dg/cleanup-6.c: New.
1913         * gcc.dg/cleanup-7.c: New.
1915 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
1917         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
1919         * lib/dg-pch.exp: New file.
1920         * g++.dg/pch/pch.exp: Use dg-pch.exp.
1921         * gcc.dg/pch/pch.exp: Likewise.
1923 2003-06-04  Roger Sayle  <roger@eyesopen.com>
1925         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
1926         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
1927         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
1928         * gcc.dg/builtins-17.c: New test case.
1929         * gcc.dg/i386-387-4.c: New test case.
1930         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
1932 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1934         * gcc.dg/ultrasp9.c: New test.
1936 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1938         * gcc.c-torture/compile/20030604-1.c: New test.
1939         * gcc.dg/sparc-constant-1.c: New test.
1941 2003-06-03  Glen Nakamura  <glen@imodulo.com>
1943         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
1945 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
1947         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
1949         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
1950         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
1952 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
1954         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
1956 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1958         PR c++/10940
1959         * g++.dg/template/spec10.C: New test.
1961 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1963         * gcc.dg/builtins-16.c: New test case.
1965 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
1967         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
1968         mempcpy test with post-increments.
1969         * gcc.c-torture/execute/string-opt-3.c: New test.
1970         * gcc.dg/string-opt-1.c: New test.
1972 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
1974         PR fortran/10965
1975         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
1977 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
1979         * lib/scanasm.exp (dg-scan): New function, factored out of ...
1980         (scan-assembler): ... here.  Use dg-scan.
1981         (scan-assembler-not): Likewise.
1982         (scan-file): New function.
1983         (scan-file-not): Likewise.
1984         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
1985         * gcc.dg/cpp/_Pragma4.c: Likewise.
1986         * gcc.dg/cpp/_Pragma5.c: Likewise.
1987         * gcc.dg/cpp/avoidpaste1.c: Likewise.
1988         * gcc.dg/cpp/avoidpaste2.c: Likewise.
1989         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
1990         * gcc.dg/cpp/cmdlne-P.c: Likewise.
1991         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
1992         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
1993         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
1994         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
1995         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
1996         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
1997         * gcc.dg/cpp/cxxcom1.c: Likewise.
1998         * gcc.dg/cpp/line1.c: Likewise.
1999         * gcc.dg/cpp/maccom1.c: Likewise.
2000         * gcc.dg/cpp/maccom2.c: Likewise.
2001         * gcc.dg/cpp/maccom3.c: Likewise.
2002         * gcc.dg/cpp/maccom4.c: Likewise.
2003         * gcc.dg/cpp/maccom5.c: Likewise.
2004         * gcc.dg/cpp/maccom6.c: Likewise.
2005         * gcc.dg/cpp/multiline.c: Likewise.
2006         * gcc.dg/cpp/spacing1.c: Likewise.
2007         * gcc.dg/cpp/spacing2.c: Likewise.
2008         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
2009         * gcc.dg/cpp/trad/maccom1.c: Likewise.
2010         * gcc.dg/cpp/trad/maccom2.c: Likewise.
2011         * gcc.dg/cpp/trad/maccom3.c: Likewise.
2012         * gcc.dg/cpp/trad/maccom4.c: Likewise.
2013         * gcc.dg/cpp/trad/maccom6.c: Likewise.
2014         * gcc.dg/cpp/cxxcom2.c: Likewise.
2015         * gcc.dg/cpp/cxxcom2.h: New file.
2017         * gcc.dg/cpp/truefalse.cpp: Move it to ...
2018         * g++.dg/cpp/truefalse.C: Here.
2019         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
2021 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
2023         * gcc.dg/cpp/redef3.c: New file.
2025 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2027         * gcc.dg/i386-loop-3.c: New test.
2029 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
2031         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
2033 2003-05-31  Roger Sayle  <roger@eyesopen.com>
2035         * gcc.dg/fwrapv-1.c: New test case.
2036         * gcc.dg/fwrapv-2.c: New test case.
2038 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2040         PR c++/10956
2041         * g++.dg/template/spec9.C: New test.
2043 2003-05-29  Roger Sayle  <roger@eyesopen.com>
2045         * gcc.dg/duff-4.c: New test case.
2047 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
2049         PR fortran/10843
2050         * g77.dg/ffixed-form-1.f: New test
2051         * g77.dg/ffixed-form-2.f: New test
2052         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
2053         * g77.dg/ffree-form-3.f: New test
2055 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
2057         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
2058         * gcc.dg/wint_t-1.c: Likewise.
2060 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2062         * g++.dg/template/access11.C: New test.
2064 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2066         PR c++/10849
2067         * g++.dg/template/access10.C: New test.
2069 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2070             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2072         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
2074 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2076         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
2077         suppress for powerpc-*-darwin*.
2078         * gcc.dg/torture/builtin-noret-2.c: Likewise.
2080 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
2082         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
2083         suppress option for powerpc-*-darwin*.
2085 2003-05-23  Roger Sayle  <roger@eyesopen.com>
2087         * gcc.dg/builtins-1.c: Add tests for tan and atan.
2088         * gcc.dg/builtins-4.c: Add test for fmod.
2090 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2092         PR c++/10682
2093         * g++.dg/template/instantiate4.C: New test.
2095 2003-05-22  Roger Sayle  <roger@eyesopen.com>
2097         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
2099 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
2101         * gcc.dg/compat/scalar-return-1_main.c: New file.
2102         * gcc.dg/compat/scalar-return-1_x.c: New file.
2103         * gcc.dg/compat/scalar-return-1_y.c: New file.
2104         * gcc.dg/compat/scalar-return-2_main.c: New file.
2105         * gcc.dg/compat/scalar-return-2_x.c: New file.
2106         * gcc.dg/compat/scalar-return-2_y.c: New file.
2107         * gcc.dg/compat/struct-return-3_main.c: New file.
2108         * gcc.dg/compat/struct-return-3_y.c: New file.
2109         * gcc.dg/compat/struct-return-3_x.c: New file.
2110         * gcc.dg/compat/struct-return-2_main.c: New file.
2111         * gcc.dg/compat/struct-return-2_x.c: New file.
2112         * gcc.dg/compat/struct-return-2_y.c: New file.
2114 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2116         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
2117         for hppa*-hp-hpux*.
2118         * gcc.dg/20021014-1.c (dg-options): Likewise.
2119         * gcc.dg/nest.c (dg-options): Likewise.
2121 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2123         PR c++/9738
2124         * g++.dg/ext/dllimport2.C: New file.
2125         * g++.dg/ext/dllimport3.C: New file.
2127 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
2129         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
2130         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2131         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2132         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2133         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2134         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2135         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
2136         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
2137         * gcc.dg/compat/small-struct-defs.h: New file.
2138         * gcc.dg/compat/small-struct-init.h: New file.
2139         * gcc.dg/compat/small-struct-check.h: New file.
2140         * gcc.dg/compat/fp-struct-defs.h: New file.
2141         * gcc.dg/compat/fp-struct-check.h: New file.
2142         * gcc.dg/compat/fp-struct-init.h: New file.
2143         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
2144         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
2146 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
2148         * gcc.dg/20030225-2.c: New test.
2150 2003-05-18  Roger Sayle  <roger@eyesopen.com>
2151             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2153         * gcc.c-torture/compile/20030518-1.c: New test case.
2155 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
2157         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
2158         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
2159         gcc-dg-debug-runtest.
2160         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
2161         gcc-dg-debug-runtest.
2163 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2165         PR c++/9022
2166         * g++.dg/lookup/using6.C: New test.
2168 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2170         * g++.dg/parse/access2.C: New test.
2172 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
2174         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
2175         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
2176         * gcc.dg/debug/debug.exp: Likewise.
2178 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
2180         * gcc.dg/dollar.c: New test.
2182 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
2184         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
2185         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
2186         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
2187         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
2188         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
2189         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
2190         * gcc.dg/compat/struct-by-value-6_main.c: New file.
2191         * gcc.dg/compat/struct-by-value-6_x.c: New file.
2192         * gcc.dg/compat/struct-by-value-6_y.c: New file.
2193         * gcc.dg/compat/struct-by-value-7_main.c: New file.
2194         * gcc.dg/compat/struct-by-value-7_x.c: New file.
2195         * gcc.dg/compat/struct-by-value-7_y.c: New file.
2196         * gcc.dg/compat/struct-by-value-8_main.c: New file.
2197         * gcc.dg/compat/struct-by-value-8_x.c: New file.
2198         * gcc.dg/compat/struct-by-value-8_y.c: New file.
2199         * gcc.dg/compat/struct-by-value-9_main.c: New file.
2200         * gcc.dg/compat/struct-by-value-9_x.c: New file.
2201         * gcc.dg/compat/struct-by-value-9_y.c: New file.
2203 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
2205         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
2206         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
2207         support for "repo" mode.
2208         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
2209         * lib/g77-dg.exp: Likewise.
2210         * lib/obj-dg.exp: Likewise.
2212 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
2214         Merge from gcc-3_2-rhl8-branch:
2215         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
2217         * gcc.dg/tls/opt-6.c: New test.
2219         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
2221         * gcc.dg/20030405-1.c: New test.
2223         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
2225         * gcc.dg/20030309-1.c: New test.
2227         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2229         * gcc.c-torture/execute/20030307-1.c: New test.
2231         2003-02-20  Randolph Chung  <tausq@debian.org>
2233         * gcc.c-torture/compile/20030220-1.c: New test.
2235         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
2237         * gcc.dg/20030217-1.c: New test.
2239         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
2241         * gcc.c-torture/compile/20020129-1.c: New test.
2243         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2245         * gcc.dg/unroll-1.c: New test.
2247         2002-11-16  Jan Hubicka  <jh@suse.cz>
2249         * gcc.c-torture/execute/20020920-1.c: New test.
2251         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
2253         PR target/7434
2254         * gcc.c-torture/compile/20021008-1.c: New test.
2256         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
2258         PR target/7559
2259         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
2261         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2263         * gcc.c-torture/compile/20020807-1.c: New test.
2265         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
2267         * gcc.dg/tls/opt-1.c: New test.
2269         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
2271         * gcc.dg/20020729-1.c: New test.
2273         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
2275         * g++.dg/opt/life1.C: New test.
2277         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
2279         * gcc.dg/20020525-1.c: New test.
2281         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2283         PR c++/6794
2284         * g++.dg/ext/pretty1.C: New test.
2285         * g++.dg/ext/pretty2.C: New test.
2287 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
2289         PR c++/8385
2290         * g++.dg/ext/typeof5.C: New test.
2292 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
2294         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
2295         __USER_LABEL_PREFIX__ into account.
2296         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
2298 2003-05-14  Roger Sayle  <roger@eyesopen.com>
2300         * gcc.dg/builtins-15.c: New test case.
2302 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
2304         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
2306 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
2308         * lib/g++.exp: Tweak handling of additional source files.
2309         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
2310         * g++.dg/special/conpr-2a.C: Rename to ...
2311         * g++.dg/special/conpr-2a.cc: ... this.
2312         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
2313         * g++.dg/special/conpr-3a.C: Rename to ...
2314         * g++.dg/special/conpr-3a.cc: This.
2315         * g++.dg/special/conpr-3b.C: Rename to ...
2316         * g++.dg/special/conpr-3b.cc: This.
2317         * g++.dg/special/conpr-4.C: New test.
2318         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
2320 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
2322         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
2324 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2326         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
2327         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2328         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
2329         * g++.old-deja/g++.other/warn3.C: Likewise.
2331 2003-05-11  Roger Sayle  <roger@eyesopen.com>
2333         * gcc.dg/i386-387-1.c: Update to also test log.
2334         * gcc.dg/i386-387-2.c: Likewise.
2336 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
2338         * g77.f-torture/execute/int8421.f: New test.
2340 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2342         PR c++/10230, c++/10481
2343         * g++.dg/lookup/scoped5.C: New test.
2345 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2347         PR c++/10552
2348         * g++.dg/template/ttp6.C: New test.
2350 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
2352         * gcc.c-torture/execute/builtins: New directory.
2353         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
2354         gcc.c-torture/execute/builtins.
2355         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
2356         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
2357         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
2358         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
2360 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2362         PR c++/9252
2363         * g++.dg/template/access8.C: New test.
2364         * g++.dg/template/access9.C: New test.
2366 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2368         PR c++/9554
2369         * g++.dg/parse/access1.C: New test.
2371 2003-05-09  DJ Delorie  <dj@redhat.com>
2373         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
2374         long, and not an int.
2376 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2378         PR c++/10555, c++/10576
2379         * g++.dg/template/memclass1.C: New test.
2381 2003-05-08  DJ Delorie  <dj@redhat.com>
2383         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
2384         targets.
2385         * gcc.c-torture/execute/20021024-1.x: Likewise.
2386         * gcc.c-torture/execute/shiftdi.x: Likewise.
2387         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
2388         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
2389         * gcc.dg/20021018-1.c: Likewise.
2391 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2393         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
2395         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
2396         (bcopy): Call memmove.
2398 2003-05-08  Roger Sayle  <roger@eyesopen.com>
2400         * g77.f-torture/compile/8485.f: New test case.
2402 2003-05-07  Richard Henderson  <rth@redhat.com>
2404         PR c++/10570
2405         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
2406         Verify exception_cleanup not called for rethrows.
2407         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
2408         when exiting catch block without rethrowing.
2409         * g++.dg/eh/forced3.C: New.
2410         * g++.dg/eh/forced4.C: New.
2412 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
2414         * gcc.dg/20030505.c: Fix triplet.
2416 2003-05-06  DJ Delorie  <dj@redhat.com>
2418         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
2419         * gcc.dg/nest.c: Likewise.
2421 2003-05-05  Roger Sayle  <roger@eyesopen.com>
2423         * gcc.dg/builtins-14.c: New test case.
2425 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
2427         * lib/compat.exp (compat-execute): New argument.
2428         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
2429         * gcc.dg/compat: New test directory.
2430         * gcc.dg/compat/compat.exp: New expect script.
2431         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
2432         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
2433         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
2434         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
2435         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
2436         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
2438         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
2439         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
2440         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
2441         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
2442         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
2443         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
2444         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
2445         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
2446         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
2447         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
2448         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
2449         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
2450         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
2451         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
2452         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
2454 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
2456         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
2458 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
2460         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
2462 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
2464         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
2465         * gcc.dg/ppc-fsel-2.c: New test.
2467         * gcc.dg/unused-5.c: New test.
2469 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2471         PR c++/10496
2472         * g++.dg/warn/pmf1.C: New test.
2474 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2476         PR c++/4494
2477         * g++.dg/warn/main.C: New test.
2479 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2481         * gcc.dg/nonnull-3.c: New test.
2483 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
2485         * gcc.dg/cpp/Wtrigraphs.c: Update.
2486         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
2488 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
2490         * gcc.dg/ppc-fsel-1.c: New test.
2492 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
2494         PR c/10604
2495         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
2497 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2499         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
2501 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2503         PR c++/9364, c++/10553, c++/10586
2504         * g++.dg/parse/typename4.C: New test.
2505         * g++.dg/parse/typename5.C: Likewise.
2507 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
2509         * gcc.c-torture/compile/20030503-1.c: New test.
2511 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2513         * g++.dg/lookup/using5.C: Fix testcase error.
2515 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
2517         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
2518         since MEABI is no longer supported.  Remove all vestiges
2519         of MEABI from the test.
2521 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2523         PR c++/10554
2524         * g++.dg/lookup/using5.C: New test.
2526 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2528         PR c++/8772
2529         * g++.dg/template/ttp5.C: New test.
2531 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
2533         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
2534         (dg-gpp-additional-sources): New function.
2535         (dg-gpp-additional-files): Likewise.
2536         * lib/g++.exp (additional_sources): New variable.
2537         (additional_files): Likewise.
2538         (g++_target_compile): Deal with them.
2539         * lib/old-dejagnu.exp: Remove.
2540         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
2541         * g++.old-deja: Revise all tests to use dg commands.
2543 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2545         PR c++/9432, c++/9528
2546         * g++.dg/lookup/using4.C: New test.
2548 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
2550         * gcc.dg/noreturn-5.c: New file.
2551         * gcc.dg/noreturn-6.c: New file.
2553         * gcc.c-torture/compile/inline-1.c: New file.
2555 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2557         PR c++/10551
2558         * g++.dg/template/explicit1.C: New test.
2560 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2562         PR c++/10549
2563         * g++.dg/other/bitfield1.C: New test.
2565         PR c++/10527
2566         * g++.dg/init/new7.C: New test.
2568 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
2570         * g++.dg/ext/desig1.C: New test.
2571         * g++.dg/ext/init1.C: Update.
2573         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
2575 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
2577         PR c++/10180
2578         * g++.dg/warn/Winline-1.C: New test.
2580 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
2582         * gcc.c-torture/execute/string-opt-19.c: New test.
2584         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
2585         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
2587 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
2589         PR c++/10506
2590         * g++.dg/init/new6.C: New test.
2592         PR c++/10503
2593         * g++.dg/init/ref6.C: New test.
2595 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
2597         * g++.dg/warn/weak1.C: XFAIL on AIX4.
2599 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2601         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
2602         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
2604 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
2606         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
2607         initialized static data members.
2609 2003-04-25  H.J. Lu <hjl@gnu.org>
2611         * gcc.dg/ia64-sync-4.c: New test.
2613 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2615         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
2616         date.
2618 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
2620         PR c++/10337
2621         * g++.dg/warn/conv1.C: New test.
2622         * g++.old-deja/g++.other/conv7.C: Adjust.
2623         * g++.old-deja/g++.other/overload14.C: Adjust.
2625 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2627         PR c++/10471
2628         * g++.dg/template/defarg2.C: New test.
2630 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
2632         * gcc.dg/cpp/include2.c: Update.
2633         * gcc.dg/cpp/multiline-2.c: New.
2634         * gcc.dg/cpp/multiline.c: Update.
2635         * gcc.dg/cpp/strify2.c: Update.
2636         * gcc.dg/cpp/trad/literals-2.c: Update.
2638 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2640         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
2642 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2644         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
2646 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
2648         PR c++/10451
2649         * g++.dg/parse/crash4.C: New test.
2651         PR c++/9847
2652         * g++.dg/parse/crash5.C: New test.
2654 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
2656         PR c++/10446
2657         * g++.dg/parse/crash3.C: New test.
2659         PR c++/10428
2660         * g++.dg/parse/elab1.C: New test.
2662 2003-04-22  Devang Patel  <dpatel@apple.com>
2664         * gcc.dg/cpp/trad/funlike-5.c: New test.
2666 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
2668         * g++.dg/other/packed1.C: Fix dg options.
2670 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
2672         * g++.dg/other/offsetof2.C: New test.
2674 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
2676         * g++.dg/template/recurse.C: Adjust location of error messages.
2678 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
2680         PR c++/9881
2681         * g++.dg/init/addr-const1.C: New test.
2682         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
2684 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
2686         PR c++/10405
2687         * g++.dg/lookup/struct-hack1.C: New test.
2689 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
2691         * ucs.c: Update diagnostic messages.
2693 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
2695         * gcc.dg/cpp/truefalse.cpp: New test.
2696         * gcc.dg/cpp/cpp.exp: Update.
2697         * g++.dg/other/stdbool-if.C: Remove.
2699 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
2701         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
2702         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
2704 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
2706         * gcc.c-torture/compile/20030418-1.c: New test.
2708 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
2710         * README.compat: Remove; content moved to doc/sourcebuild.texi.
2712 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2714         PR c++/10347
2715         g++.dg/template/dependent-name1.C: New test.
2717 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
2719         * gcc.dg/warn-1.c (tourist_guide): New array,
2720         contains a pointer to bar.
2722 2003-04-16  Roger Sayle  <roger@eyesopen.com>
2724         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
2725         * gcc.c-torture/execute/medce-1.c: New test case.
2726         * gcc.c-torture/execute/medce-2.c: New test case.
2728 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
2730         * lib/prune.exp: Ignore more messages.
2732         PR c++/10381
2733         * g++.dg/parse/lookup3.C: New test.
2735 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
2737         * gcc.c-torture/compile/20030415-1.c : New test.
2739 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
2741         * gcc.c-torture/execute/scope-2.c: Move to ...
2742         * gcc.dg/noncompile/scope.c: .... here.
2744 2003-04-14  Roger Sayle  <roger@eyesopen.com>
2746         * gcc.dg/20030414-2.c: New test case.
2748 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
2750         PR target/10377
2751         * gcc.dg/20030414-1.c: New test.
2753 2003-04-13  Roger Sayle  <roger@eyesopen.com>
2755         * gcc.dg/builtins-12.c: New test case.
2756         * gcc.dg/builtins-13.c: New test case.
2758 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2760         * gcc.c-torture/execute/string-opt-18.c: New test.
2762 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
2764         PR c++/10300
2765         * g++.dg/init/new5.C: New test.
2767 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
2769         PR c++/7910
2770         * g++.dg/ext/dllimport1.C: New test.
2772 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2774         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
2776 2003-04-11  Bud Davis <bdavis9659@comcast.net>
2778         PR Fortran/9263
2779         * g77.f-torture/noncompile/9263.f: New test
2780         PR Fortran/1832
2781         * g77.f-torture/execute/1832.f: New test
2783 2003-04-11  David Chad  <davidc@freebsd.org>
2784             Loren J. Rittle  <ljrittle@acm.org>
2786         libobjc/8562
2787         * objc.dg/headers.m: New test.
2789 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
2791         * gcc.c-torture/execute/builtin-noret-2.c: New.
2792         * gcc.c-torture/execute/builtin-noret-2.x: New.
2793         XFAIL builtin-noret-2.c at -O1 and above.
2794         * gcc.dg/redecl.c: New.
2795         * gcc.dg/Wshadow-1.c: Update error regexps.
2797 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
2799         * g++.dg/abi/bitfield10.C: New test.
2801 2003-04-09  Mike Stump  <mrs@apple.com>
2803         * gcc.dg/pch/pch.exp: Make testcase names longer.
2804         * g++.dg/pch/pch.exp: Make testcase names longer.
2806 2003-04-08  Roger Sayle  <roger@eyesopen.com>
2808         * gcc.dg/builtins-11.c: New test case.
2810 2003-04-08  Roger Sayle  <roger@eyesopen.com>
2812         * gcc.dg/builtins-9.c: New test case.
2813         * gcc.dg/builtins-10.c: New test case.
2815 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
2817         * gcc.dg/noncompile/init-4.c.c: New test.
2819 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
2821         * gcc.misc-test/gcov-9.c: New test.
2822         * gcc.misc-test/gcov-10.c: New test
2823         * gcc.misc-test/gcov-11.c: New test.
2825 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
2827         PR optimization/10024
2828         * gcc.c-torture/compile/20030405-1.c: New test.
2830 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
2832         * gcc.dg/pch/static-3.c: New.
2833         * gcc.dg/pch/static-3.hs: New.
2834         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
2836 2003-04-04  Richard Henderson  <rth@redhat.com>
2838         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
2839         * g++.dg/eh/forced2.C: Likewise.
2841 2003-04-03  Mike Stump  <mrs@apple.com>
2843         * lib/scanasm.exp (scan-assembler): Add xfail processing for
2844         target arg.
2845         (scan-assembler-times, scan-assembler-not): Likewise.
2846         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
2848 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2850         * gcc.dg/sparc-loop-1.c: New test.
2852 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
2854         PR other/9274
2855         * g++.dg/pch/system-2.C: New.
2856         * g++.dg/pch/system-2.Hs: New.
2858 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
2860         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
2862         * g++.dg/eh/simd-1.C (vecfunc): Same.
2864 2003-04-01  Roger Sayle  <roger@eyesopen.com>
2866         * gcc.c-torture/execute/20030401-1.c: New test case.
2868 2003-04-01  Ziemowit Laski <zlaski@apple.com>
2870         * objc.dg/defs.m: New.
2872 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
2874         * g++.dg/eh/simd-1.C: New.
2875         * g++.dg/eh/simd-2.C: New.
2877 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
2879         * gcc.c-torture/execute/simd-3.c: New.
2881 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
2883         PR c/9936
2884         * gcc.dg/20030331-2.c: New test.
2886 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
2888         PR c++/10278
2889         * g++.dg/parse/crash2.C: New test.
2891 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2893         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
2894         * gcc.c-torture/execute/20030331-1.c: ...here.
2896 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2898         * gcc.c-torture/execute/20030331-1.c: New test.
2900 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
2902         * lib/gcov.exp: Adjust call return testing strings.
2903         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
2905 2003-03-31  Roger Sayle  <roger@eyesopen.com>
2907         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
2908         * gcc.dg/builtins-7.c: New test case.
2909         * gcc.dg/builtins-8.c: New test case.
2911 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2913         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
2915 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
2917         PR c++/7647
2918         * g++.dg/lookup-class-member-2.C: New test.
2920 2003-03-30  Glen Nakamura  <glen@imodulo.com>
2922         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
2924 2003-03-28  Roger Sayle  <roger@eyesopen.com>
2926         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
2928 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
2930         * g++.dg/init/attrib1.C: New test.
2932 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2934         * gcc.dg/ultrasp8.c: New test.
2936 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2938         * gcc.dg/ultrasp7.c: New test.
2940 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
2942         PR c++/10047
2943         * g++.dg/template/inline1.C: New test.
2945 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2947         * gcc.dg/sparc-dwarf2.c: New test.
2949 2003-03-27  Roger Sayle  <roger@eyesopen.com>
2951         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
2952         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
2954 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
2956         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
2957         than reading .x files.
2958         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
2959         * g77.dg/gcov/gcov-1.f: Likewise.
2960         * gcc.misc-tests/gcov-4b.c: Likewise.
2961         * gcc.misc-tests/gcov-5b.c: Likewise.
2962         * gcc.misc-tests/gcov-6.c: Likewise.
2963         * gcc.misc-tests/gcov-7.c: Likewise.
2964         * gcc.misc-tests/gcov-8.c: Likewise.
2965         * g++.dg/gcov/gcov-1.x: Remove.
2966         * g77.dg/gcov/gcov-1.x: Likewise.
2967         * gcc.misc-tests/gcov-4b.x: Likewise.
2968         * gcc.misc-tests/gcov-5b.x: Likewise.
2969         * gcc.misc-tests/gcov-6.x: Likewise.
2970         * gcc.misc-tests/gcov-7.x: Likewise.
2971         * gcc.misc-tests/gcov-8.x: Likewise.
2973 2003-03-27  Glen Nakamura  <glen@imodulo.com>
2975         PR opt/10087
2976         * gcc.dg/20030324-1.c: New test.
2978 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
2980         PR c++/10224
2981         * g++.dg/template/arg3.C: New test.
2983         PR c++/10158
2984         * g++.dg/template/friend18.C: New test.
2986 2003-03-26  Roger Sayle  <roger@eyesopen.com>
2988         * g77.f-torture/compile/20030326-1.f: New test case.
2990 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
2992         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
2994         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
2996 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
2998         * gcc.dg/ia64-sync-3.c: New test.
3000 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
3002         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
3004 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
3006         * gcc.dg/ultrasp6.c: New test.
3008 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3010         * gcc.dg/i386-signbit-1.c: New test.
3011         * gcc.dg/i386-signbit-2.c: New test.
3012         * gcc.dg/i386-signbit-3.c: New test.
3014 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3016         * gcc.dg/ultrasp5.c: Fix options.
3018 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
3020         * gcc.dg/ultrasp5.c: Fix comment.
3022 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
3024         PR fortran/10197
3025         * g77.f-torture/execute/10197.f: New test.
3027 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
3029         PR c++/9898, c++/383
3030         * g++.dg/template/conv6.C: New test.
3032         PR c++/10119
3033         * g++.dg/template/ptrmem5.C: New test.
3035         PR c++/10026
3036         * g++.dg/lookup/koenig1.C: New test.
3038         PR C++/10199
3039         * g++.dg/lookup/template2.C: New test.
3041 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
3043         * g++.dg/opt/rtti1.C: New test.
3045 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3047         * gcc.dg/ultrasp5.c: New test.
3049 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
3051         PR middle-end/9967
3052         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
3053         builtin fputs.
3055 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3057         PR c/8224
3058         * gcc.dg/20030323-1.c: New test.
3060 2003-03-23  Roger Sayle  <roger@eyesopen.com>
3062         * gcc.c-torture/compile/20030323-1.c: New test case.
3064 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
3066         * gcc.dg/20030321-1.c: New test.
3068 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
3070         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
3072 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
3074         PR c++/9978, c++/9708
3075         * g++.dg/ext/vlm1.C: Adjust expected error.
3076         * g++.dg/ext/vla2.C: New test.
3077         * g++.dg/template/arg1.C: New test.
3078         * g++.dg/template/arg2.C: New test.
3080 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
3082         * g77.f-torture/execute/select.f: New test.
3083         * g77.f-torture/noncompile/select_no_compile.f: New test.
3085 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
3087         PR c++/9898
3088         * g++.dg/other/error4.C: New test.
3090 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
3092         * g++.dg/template/friend17.C: New test.
3094 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
3096         * gcc.c-torture/compile/20030320-1.c: New.
3098 2003-03-20  Roger Sayle  <roger@eyesopen.com>
3100         * gcc.dg/builtins-6.c: New test case.
3102 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
3104         PR target/10073
3105         * gcc.c-torture/compile/20030319-1.c: New.
3107 2003-03-18  Jan Hubicka  <jh@suse.cz>
3109         * gcc.dg/i386-cvt-1.c: New test.
3111 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
3113         * objc.dg/naming-1.m: Use "(parse|syntax) error".
3114         * objc.dg/naming-2.m: Likewise.
3116 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
3118         PR c++/9639
3119         * g++.dg/parse/crash1.C: New test.
3121 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
3123         PR c++/8805
3124         * g++.dg/eh/cleanup1.C: New test.
3126 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
3128         * gcc.c-torture/execute/20030316-1.c: New test case.
3130 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3132         PR c++/9629
3133         * g++.dg/init/ctor2.C: New test.
3135 2003-03-15  Roger Sayle  <roger@eyesopen.com>
3137         * g77.f-torture/compile/xformat.f: New test case.
3139 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3141         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
3142         * g++.old-deja/g++.mike/eh50.C: Likewise.
3144 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3146         PR c++/6440
3147         * g++.dg/template/spec7.C: New test.
3148         * g++.dg/template/spec8.C: Likewise.
3150 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
3152         * gcc.c-torture/execute/20030313-1.c: New test.
3154 2003-03-14  Richard Henderson  <rth@redhat.com>
3156         * gcc.dg/inline-2.c: Adjust alpha test for external call.
3158 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3160         * gcc.c-torture/compile/20030314-1.c: New test.
3162 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
3164         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
3165         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
3166         thumb target,
3167         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
3168         to accept newer _imp__  prefix and additional
3169         newline in .drectve section.
3170         * gcc.dg/dll-4.c: Likewise.
3171         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
3172         switch.
3174 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
3176         * g++.dg/parse/namespace9.C: New test.
3178         * g++.dg/init/ref5.C: New test.
3179         * g++.dg/parse/ptrmem1.C: Likewise.
3181 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3183         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
3184         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
3185         regular expression.
3186         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
3187         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
3189 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
3191         * gcc.c-torture/execute/20030224-2.c: New test.
3193 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3195         * gcc.dg/decl-3.c: New test.
3197 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3199         * gcc.dg/i386-loop-2.c: New test.
3201 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
3203         PR c++/9474
3204         * g++.dg/parse/namespace8.C: New test.
3206         PR c++/9924
3207         * g++.dg/overload/builtin2.C: New test.
3209 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
3211         * gcc.dg/return-type-3.c: New test.
3213 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
3215         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
3216         profiling options are not supported.
3218 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
3220         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
3221         * g++.old-deja/g++.warn/impint2.C: Likewise.
3223 2003-03-10  Devang Patel  <dpatel@apple.com>
3225         * g++.dg/cpp/c++_cmd_1.C: New test.
3226         * g++.dg/cpp/c++_cmd_1.h: New file.
3228 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
3230         * gcc.dg/altivec-9.c: New file.
3232 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3234         * gcc.dg/ppc-sdata-1.c: New test.
3235         * gcc.dg/ppc-sdata-2.c: New test.
3237 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
3239         PR c++/9373
3240         * g++.dg/opt/ptrmem2.C: New test.
3242         PR c++/8534
3243         * g++.dg/opt/ptrmem1.C: New test.
3245 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3247         * gcc.dg/i386-loop-1.c: New test.
3249 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3251         PR c++/9970
3252         * g++.dg/lookup/friend1.C: New test.
3254 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3256         PR c++/9823
3257         * g++.dg/parser/constructor1.C: New test.
3259 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
3261         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
3263         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
3265 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
3267         * gcc.dg/cpp/Wunused.c: Update test.
3269 2003-03-08  Jan Hubicka  <jh@suse.cz>
3271         * gcc.dg/inline-3.c: New test.
3273 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
3275         PR c++/9809
3276         * g++.dg/parse/builtin1.C: New test.
3278         PR c++/9982
3279         * g++.dg/abi/cookie1.C: New test.
3280         * g++.dg/abi/cookie2.C: Likewise.
3282         PR c++/9524
3283         * g++.dg/template/field1.C: New test.
3285         PR c++/9912
3286         * g++.dg/parse/class1.C: New test.
3287         * g++.dg/parse/namespace7.C: Likewise.
3288         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
3290 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
3292         * g++.dg/init/ref4.C: New test.
3294 2003-03-07  Jan Hubicka  <jh@suse.cz>
3296         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
3297         * gcc.dg/inline-3.c:  New test.
3299 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
3301         * g++.dg/init/ref3.C: New test.
3303         PR c++/9965
3304         * g++.dg/init/ref2.C: New test.
3306         PR c++/9400
3307         * g++.dg/warn/Wshadow-2.C: New test.
3309         PR c++/9791
3310         * g++.dg/warn/Woverloaded-1.C: New test.
3312 2003-03-05  Jan Hubicka  <jh@suse.cz>
3314         * gcc.dg/i386-local2.c: New.
3315         * gcc.dg/i386-local.c: Fix typo.
3317 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
3319         * g++.dg/abi/layout3.C: New test.
3321 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3323         * gcc.c-torture/compile/20030305-1.c
3325 2003-03-05  Jan Hubicka  <jh@suse.cz>
3327         * gcc.dg/i386-local.c: New.
3329 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
3331         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
3333 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3335         * gcc.dg/switch-2.c: New test.
3336         * gcc.dg/switch-3.c: New test.
3337         * gcc.dg/Wswitch.c: Adjust line numbers.
3338         * gcc.dg/Wswitch-default.c: Likewise.
3339         * gcc.dg/Wswitch-enum.c: Likewise.
3341 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
3343         * gcc.c-torture/execute/20030222-1.c: New test.
3345 2003-03-03  James E Wilson  <wilson@tuliptree.org>
3347         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
3349 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
3351         PR c++/9878
3352         * g++.dg/init/ref1.C: New test.
3354 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
3356         * gcc.dg/sh-relax.c: New SH-only test.
3358 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
3360         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
3361         comment explaining purpose of testcase.
3363 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3365         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
3366         for HC11/HC12 (asm needs two int registers).
3367         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
3368         HC11/HC12 because the test uses an asm which needs two 32-bit
3369         registers.
3371 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3373         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
3374         for HC11/HC12 (array is too large otherwise).
3375         * gcc.c-torture/compile/920501-4.x: New file, likewise.
3376         * gcc.c-torture/compile/20010518-2.x: Likewise.
3377         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
3378         HC11/HC12 (array is too large).
3380 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
3382         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
3383         * lib/g++-dg.exp (g++-dg-test): Likewise.
3385 2003-03-01  Roger Sayle  <roger@eyesopen.com>
3387         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
3388         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
3390 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3392         * g++.dg/warn/implicit-typename1.C: Remove warning.
3394 2003-02-28  Richard Henderson  <rth@redhat.com>
3396         * gcc.dg/noreturn-1.c: Move noreturn warning line.
3397         * gcc.dg/return-type-1.c: Move control reaches end warning line.
3399 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
3401         * gcc.dg/pch/pch.exp: Change .pch to .gch.
3402         * g++.dg/pch/pch.exp: Likewise.
3404 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
3406         PR c++/9879
3407         * testsuite/g++.dg/init/new4.C: New test.
3409 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
3411         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
3413 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
3415         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
3416         unsigned long.
3418         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
3419         wider than float.
3421 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3423         * lib/scanasm.exp: Add support for counting numbers of
3424         occurences.
3425         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
3426         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
3428 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
3430         PR c++/9683
3431         * g++.dg/template/static3.C: New test.
3433         PR c++/9829
3434         * g++.dg/parse/namespace6.C: New test.
3436 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3438         PR target/9732
3439         * gcc.dg/20030225-1.c: New test.
3441 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
3443         * README: Remove out-of-date information.
3445         PR c++/9836
3446         * g++.dg/template/spec6.C: New test.
3448 2003-02-24  Jeff Law  <law@redhat.com>
3450         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
3452 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3454         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
3455         * gcc.dg/pragma-ep-1.c: Likewise.
3457 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3459         PR c++/9602
3460         * g++.dg/template/friend16.C: New test.
3462 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
3464         PR c++/5333
3465         * g++.dg/parse/fused-params1.C: Adjust error messages.
3466         * g++.dg/template/nested3.C: New test.
3468 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
3470         * g++.dg/abi/param1.C: New test.
3472 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3474         PR c++/7982
3475         * g++.dg/warn/implicit-typename1.C: New test.
3477 2003-02-22  Kelley Cook <kelleycook@comcast.net>
3479         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
3480         with "mtune".
3481         * g++.old-deja/g++.other/store-expr2.C: Likewise.
3482         * gcc.c-torture/execute/20010129-1.x: Likewise.
3483         * gcc.dg/20011107-1.c: Likewise.
3484         * gcc.dg/20020108-1.c: Likewise.
3485         * gcc.dg/20020122-3.c: Likewise.
3486         * gcc.dg/20020206-1.c: Likewise.
3487         * gcc.dg/20020310-1.c: Likewise.
3488         * gcc.dg/20020426-2.c: Likewise.
3489         * gcc.dg/20020517-1.c: Likewise.
3490         * gcc.dg/991230-1.c: Likewise.
3491         * gcc.dg/i386-unroll-1.c: Likewise.
3492         * gcc.misc-tests/i386-prefetch.exp: Likewise.
3494 2003-02-22  Jan Hubicka  <jh@suse.cz>
3496         * gcc.dg/i386-mul.c: New test.
3498 2003-02-21  Roger Sayle  <roger@eyesopen.com>
3500         * gcc.dg/builtins-5.c: New test case.
3502 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
3504         * gcc.dg/asmreg-1.c: New test.
3506 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3508         PR c++/9749
3509         * g++.dg/parse/varmod1.C: New test.
3511 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3513         PR c++/9727
3514         * g++.dg/template/op1.C: New test.
3516 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3518         PR c++/8906
3519         * g++.dg/template/nested2.C: New test.
3521 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
3523         PR c++/8724
3524         * g++.dg/expr/dtor1.C: New test.
3526 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
3528         * gcc.dg/cpp/include3.c: New test.
3529         * gcc.dg/cpp/inc/foo.h: New file.
3531 2003-02-21  Glen Nakamura  <glen@imodulo.com>
3533         * gcc.c-torture/execute/20030221-1.c: New test.
3535 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
3537         PR c++/9729
3538         * g++.dg/abi/conv1.C: New test.
3540 2003-02-20  Jan Hubicka  <jh@suse.cz>
3542         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
3544 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
3546         * gcc.c-torture/compile/20030219-1.c: New test.
3548 2003-02-18  Jan Hubicka  <jh@suse.cz>
3550         * gcc.dg/funcorder.c: New test.
3552 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3554         * gcc.c-torture/execute/20030218-1.c: New.
3556 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
3558         * gcc.dg/20030218-1.c: New.
3560 2003-02-18  Richard Henderson  <rth@redhat.com>
3562         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
3563         * gcc.dg/attr-used-2.c: New.
3565 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
3567         PR c++/9704
3568         * g++.dg/init/copy5.C: New test.
3570 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
3572         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
3573         * g++.dg/pch/pch.exp: Likewise.
3575 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
3577         * gcc.c-torture/execute/20030209-1.c: Enable the test if
3578         STACK_SIZE is not defined.
3580 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3582         PR c++/9457
3583         * g++.dg/template/init1.C: New test.
3585 2003-02-16  Jan HUbicka  <jh@suse.cz>
3587         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
3588         (foo): Add few extra tests
3589         * gcc.dg/c99-const-expr-3.c: Likewise.
3590         * gcc.c-torture/execute/20030216-1.c: New.
3592 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3594         PR c++/9459
3595         * g++.dg/ext/typeof4.C: New test.
3597 2003-02-15  Roger Sayle  <roger@eyesopen.com>
3599         * gcc.dg/i386-387-3.c: New test case.
3601 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
3603         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
3604         cris-*-elf* cris-*-aout* and mmix-*-*.
3606 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
3608         * gcc.dg/20030213-1.c: New test.
3610 2003-02-12  Roger Sayle  <roger@eyesopen.com>
3612         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
3613         * gcc.dg/i386-387-2.c: Likewise.
3615 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
3617         * gcc.dg/ppc-spe.c: Fix formatting.
3618         Enable tests that were previously unsupported by gas.
3619         Delete tests for instructions that no longer exist.
3620         Switch arguments on evsubifw builtin.
3622 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
3624         * gcc.c-torture/execute/20030209-1.c: Disable the test if
3625         STACK_SIZE is too small.
3627 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3628             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
3630         * gcc.dg/decl-2.c: New test.
3632 2003-02-10  Jan Hubicka  <jh@suse.cz>
3634         * gcc.dg/i386-fpcvt-1.c:  New test.
3636 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
3638         * gcc.c-torture/execute/20030209-1.c: New test.
3640 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
3642         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
3643         int-wide bitops, use the constants of the same width.
3644         Likewise, if long long is 32-bit wide, test bitops using
3645         32-bit constants.
3647 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
3649         * gcc.dg/20021014-1.c: Annotate with expected notice text.
3651 2003-02-07  Roger Sayle  <roger@eyesopen.com>
3653         * testsuite/gcc.dg/builtins-4.c: New test case.
3655 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3657         * gcc.dg/20020430-1.c: Fix dg command typos.
3658         * gcc.dg/20020503-1.c: Likewise.
3660 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3662         PR c++/8785
3663         * g++.dg/parse/fused-params1.C: New test.
3665         PR c++/8857
3666         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
3668         PR c++/8921
3669         * g++.dg/parse/non-dependent1.C: New test.
3671         PR c++/8928
3672         * g++.dg/parse/dupl-tmpl-args1.C: New test.
3674         PR c++/9228
3675         * g++.dg/parse/undefined7.C: New test.
3676         * g++.dg/parse/non-templ1.C: New test.
3678         PR c++/9229
3679         * g++.dg/parse/too-many-tmpl-args1.C: New test.
3681 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
3683         * gcc.c-torture/compile/20030206-1.c: New test.
3685 2003-02-05  Roger Sayle  <roger@eyesopen.com>
3687         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
3688         "pow" to "foo" to avoid potential confusion with a math built-in.
3690 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3692         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
3693         conditions for SPARC targets.
3695 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
3697         * gcc.dg/20030204-1.c: New test.
3699 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3701         PR c++/38
3702         * g++.dg/parse/array-size1.C: New test.
3704         PR c++/5657
3705         * g++.dg/parse/undefined3.C: New test.
3707         PR c++/5665
3708         * g++.dg/parse/undefined4.C: New test.
3710         PR c++/5975
3711         * g++.dg/parse/undefined5.C: New test.
3713         PR c++/7259
3714         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
3716         PR c++/8578
3717         * g++.dg/parse/casting-operator1.C: New test.
3719         PR c++/8596
3720         * g++.dg/parse/undefined6.C: New test.
3722         PR c++/8736
3723         * g++.dg/parse/missing-template1.C: New test.
3725 2003-02-04  Jan Hubicka  <jh@suse.cz>
3727         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
3728         * gcc.dg/i386-cmov?.c:  Likewise.
3729         * gcc.dg/i386-fpcvt-?.c:  Likewise.
3730         * gcc.dg/i386-ssefp-1.c:  Likewise.
3731         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
3732         conventions.
3734 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
3736         PR c++/7129
3737         * testsuite/g++.dg/ext/max.C: New test.
3739 2003-02-03  Jan Hubicka  <jh@suse.cz>
3741         * gcc.c-torture/execute/20030203-1.c: New test.
3743 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
3745         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
3746         'natural-endian'.
3748 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
3750         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
3751         * g++.dg/init/new2.C: Likewise.
3752         * g++.dg/other/new1.C: Likewise.
3754 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
3756         * gcc.dg/struct-ret-libc.c: New test.
3758 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
3760         * gcc.dg/20030129-1.c: New test.
3762 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3764         PR c++/8849
3765         * g++.dg/template/ptrmem4.C: New test.
3767 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
3769         * g++.dg/parser/constant1.C: New test.
3771 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3773         PR c++/8591
3774         * g++.dg/parse/friend2.C: New test.
3776 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
3778         PR c++/9437
3779         * g++.dg/template/unify4.C: New test.
3781 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
3783         * gcc.c-torture/execute/20030128-1.c: New test.
3785 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
3787         * g++.dg/lookup/nested1.C: Test moved from ...
3788         * g++.old-deja/g++.other/lookup24.C: ... here.
3790 2003-01-28  Jan Hubicka  <jh@suse.cz>
3792         * gcc.dg/i386-cmov5.c:  New test.
3794 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
3796         * gcc.c-torture/execute/20010925-1.c: Changed the
3797         memcpy declaration.
3799 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
3801         PR c++/3902
3802         * g++.dg/parse/template5.C: New test.
3804 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
3806         PR fortran/9258
3807         * g77.dg/pr9258: New test.
3809 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3811         * README: Move relevant parts from README.g++.
3813         * README.g++: Remove this file.
3815 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
3817         * g++.dg/abi/dcast1.C: New test.
3819 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3821         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
3823 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
3825         PR c++/47
3826         * g++.old-deja/g++.other/lookup24.C: New test.
3828 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3830         PR middle-end/7227
3831         * gcc.dg/uninit-C.c: New test.
3833 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
3835         * g++.dg/abi/covariant1.C: New test.
3837 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
3839         * gcc.dg/20030123-1.c: New test.
3841 2003-01-25  Jan Hubicka  <jh@suse.cz>
3843         PR opt/8492
3844         * gcc.c-torture/compile/20030125-1.c
3846 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
3848         PR c++/9403
3849         * g++.dg/parse/template3.C: New test.
3850         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
3852         PR c++/795
3853         * g++.dg/parse/template4.C: New test.
3855         PR c++/9415
3856         * g++.dg/template/qual2.C: New test.
3858         PR c++/8545
3859         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
3861         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
3863 2003-01-25  Roger Sayle  <roger@eyesopen.com>
3865         * gcc.c-torture/execute/switch-1.c: New test case.
3867 2003-01-25  Jan Hubicka  <jh@suse.cz>
3869         * gcc.c-torture/execute/20030125-1.[cx]: New test.
3871 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
3873         Tweaks for Bison-1.875. From the NEWS file:
3874         "- `parse error' -> `syntax error'
3875         Bison now uniformly uses the term `syntax error'"
3876         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
3877         * gcc.dg/cpp/digraph2.c: Likewise.
3878         * gcc.dg/cpp/direct2.c: Likewise.
3879         * gcc.dg/cpp/paste4.c: Likewise.
3880         * gcc.dg/c90-restrict-1.c: Likewise.
3881         * gcc.dg/c99-func-2.c: Likewise.
3882         * gcc.dg/noncompile/920721-2.c: Likewise.
3883         * gcc.dg/noncompile/930622-2.c: Likewise.
3884         * gcc.dg/noncompile/940112-1.c: Likewise.
3885         * gcc.dg/noncompile/950921-1.c: Likewise.
3886         * gcc.dg/noncompile/951123-1.c: Likewise.
3887         * gcc.dg/noncompile/971104-1.c: Likewise.
3888         * gcc.dg/noncompile/990416-1.c: Likewise.
3890 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
3892         * g++.dg/parse/undefined1.C: Add error message.
3894 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
3896         PR c++/9354
3897         * g++.dg/parse/new1.C: New test.
3899         PR c++/9216
3900         * g++.dg/parse/template2.C: New test.
3902         PR c++/9354
3903         * g++.dg/parse/typedef2.C: New test.
3905         PR c++/9328
3906         * g++.dg/ext/typeof3.C: New test.
3908 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3910         PR c++/2738
3911         * g++.dg/parse/ret-type1.C: New test.
3913         PR c++/3792
3914         * g++.dg/parse/tmpl-outside1.C: New test.
3916         PR c++/4207
3917         * g++.dg/parse/int-as-enum1.C: New test.
3919         PR c++/4903
3920         * g++.dg/parse/no-typename1.C: New test.
3922         PR c++/5533
3923         * g++.dg/parse/no-value1.C: New test.
3925         PR c++/5921
3926         * g++.dg/parse/wrong-inline1.C: New test.
3928         PR c++/6402
3929         * g++.dg/parse/ref1.C: New test.
3931         PR c++/6992
3932         * g++.dg/parse/attr-ctor1.C: New test.
3934         PR c++/7229
3935         * g++.dg/parse/namespace5.C: New test.
3937         PR c++/7917
3938         * g++.dg/parse/func-def1.C: New test.
3940         PR c++/8143
3941         * g++.dg/parse/undefined1.C: New test.
3943         PR c++/5723, PR c++/8522
3944         * g++.dg/parse/specialization1.C: New test.
3946         PR c++/163, PR c++/8595
3947         * g++.dg/parse/struct-as-enum1.C: New test.
3949         PR c++/9173
3950         * g++.dg/parse/undefined2.C: New test.
3952 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
3954         PR c++/9298
3955         * g++.dg/parse/template1.C: New test.
3957         PR c++/9384
3958         * g++.dg/parse/using1.C: New test.
3960         PR c++/9285
3961         PR c++/9294
3962         * g++.dg/parse/expr2.C: New test.
3964         PR c++/9388
3965         * g++.dg/parse/lookup2.C: Likewise.
3967 2003-01-21  Jan Hubicka  <jh@suse.cz>
3969         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
3970         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
3971         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
3972         * gcc.c-torture/execute/string-opt-*.c: Likewise.
3974 2003-01-20  Nick Clifton  <nickc@redhat.com>
3976         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
3977         problem with ARM sibcall code generation.
3979 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3981         * gcc.c-torture/execute/20030120-1.c: New.
3983 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
3985         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
3987 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
3989         PR c++/9272
3990         * g++.dg/parse/ctor1.C: New test.
3992         PR c++/9294:
3993         * g++.dg/parse/qualified1.C: New test.
3995         * g++.dg/parse/typename3.C: New test.
3997 2003-01-16  Richard Henderson  <rth@redhat.com>
3999         * g++.dg/tls/init-2.C: Fix error matches for real this time.
4001 2003-01-16  Richard Henderson  <rth@redhat.com>
4003         * g++.dg/pch/pch.exp: Copy test header to the working directory
4004         before using it either for precompilation or direct use.
4005         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
4006         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
4008 2003-01-16  Richard Henderson  <rth@redhat.com>
4010         * gcc.dg/pch/pch.exp: Copy test header to the working directory
4011         before using it either for precompilation or direct use.
4012         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
4013         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
4015 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
4017         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
4018         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
4019         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
4020         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
4021         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
4022         typename warning into error.
4023         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
4024         error messages.
4025         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
4026         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
4027         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
4028         messages.
4029         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
4030         make declaration visible in template.
4031         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
4032         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
4033         messages.
4034         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
4035         message.
4036         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
4037         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
4038         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
4039         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
4040         typename warning with error message.
4041         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
4042         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
4043         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
4045 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
4047         * g++.dg/parse/ambig2.C: New test.
4049 2003-01-15  Richard Henderson  <rth@redhat.com>
4051         * g++.dg/tls/init-2.C: Update error message string.
4053 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4055         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
4057 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
4059         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
4060         all for HC11/HC12.
4061         * gcc.c-torture/compile/20001205-1.x: Likewise.
4062         * gcc.c-torture/compile/20001226-1.x: Likewise.
4063         * gcc.c-torture/compile/920520-1.x: Likewise.
4064         * gcc.c-torture/compile/961203-1.x: Likewise.
4065         * gcc.c-torture/compile/20020604-1.x: Likewise.
4067 2003-01-15  Jan Hubicka  <jh@suse.cz>
4069         * gcc.c-torture/compile/20030115-1.c: New test.
4071         * gcc.dg/i386-fpcvt-1.c: New test.
4072         * gcc.dg/i386-fpcvt-2.c: New test.
4074 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
4076         Further conform g++'s __vmi_class_type_info to the C++ ABI
4077         specification.
4078         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
4079         the specification.
4081 2003-01-14  Jan Hubicka  <jh@suse.cz>
4083         * gcc.dg/i386-fpcvt-1.c: New test.
4084         * gcc.dg/i386-fpcvt-2.c: New test.
4086 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
4088         * gcc.dg/i386-mmx-3.c: New test.
4090 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
4092         PR c++/9264
4093         * g++.dg/parse/octal1.C: New file.
4095         PR c++/9172
4096         * g++.dg/parse/typename1.C: New file.
4098 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
4100         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
4101         * gcc.dg/bf-no-ms-layout.c: Likewise.
4102         * gcc.dg/bf-ms-attrib.c: Likewise.
4104 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
4106         PR c++/9099
4107         * g++.dg/parse/dtor1.C: New file.
4109         PR c++/9128
4110         * g++.dg/rtti/typeid1.C: New file.
4112         PR c++/9153
4113         * g++.dg/parse/lookup1.C: New file.
4115         PR c++/9171
4116         * g++.dg/templ/spec5.C: New file.
4118 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
4120         * gcc.c-torture/compile/20030110-1.c: New test.
4122 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
4124         Merge from pch-branch:
4126         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
4128         * gcc.dg/pch/cpp-1.h: New.
4129         * gcc.dg/pch/cpp-1.c: New.
4130         * gcc.dg/pch/cpp-2.h: New.
4131         * gcc.dg/pch/cpp-2.c: New.
4133         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
4135         * gcc.dg/pch/except-1.h: New.
4136         * gcc.dg/pch/except-1.c: New.
4138         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
4140         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
4141         running test.
4142         * gcc.dg/pch: Include *.hp not *.h.
4143         * gcc.dg/pch/system-1.h: New.
4144         * gcc.dg/pch/system-1.c: New.
4146         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
4148         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
4149         rather than trying to build and run a program using PCH.
4150         * gcc.dg/pch: Remove dg-do commands from test files.
4152         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
4154         * gcc.dg/pch/macro-3.c: New.
4155         * gcc.dg/pch/macro-3.h: New.
4157         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
4159         * gcc.dg/pch/common-1.c: New.
4160         * gcc.dg/pch/common-1.h: New.
4161         * gcc.dg/pch/decl-1.c: New.
4162         * gcc.dg/pch/decl-1.h: New.
4163         * gcc.dg/pch/decl-2.c: New.
4164         * gcc.dg/pch/decl-2.h: New.
4165         * gcc.dg/pch/decl-3.c: New.
4166         * gcc.dg/pch/decl-3.h: New.
4167         * gcc.dg/pch/decl-4.c: New.
4168         * gcc.dg/pch/decl-4.h: New.
4169         * gcc.dg/pch/decl-5.c: New.
4170         * gcc.dg/pch/decl-5.h: New.
4171         * gcc.dg/pch/global-1.c: New.
4172         * gcc.dg/pch/global-1.h: New.
4173         * gcc.dg/pch/inline-1.c: New.
4174         * gcc.dg/pch/inline-1.h: New.
4175         * gcc.dg/pch/inline-2.c: New.
4176         * gcc.dg/pch/inline-2.h: New.
4177         * gcc.dg/pch/static-1.c: New.
4178         * gcc.dg/pch/static-1.h: New.
4179         * gcc.dg/pch/static-2.c: New.
4180         * gcc.dg/pch/static-2.h: New.
4182         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
4184         * g++.dg/pch/pch.exp: Better handle failing testcases.
4185         * gcc.dg/pch/pch.exp: Likewise.
4186         * gcc.dg/pch/macro-1.c: New.
4187         * gcc.dg/pch/macro-1.h: New.
4188         * gcc.dg/pch/macro-2.c: New.
4189         * gcc.dg/pch/macro-2.h: New.
4191         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
4193         * g++.dg/dg.exp: Treat files in pch/ specially.
4194         * g++.dg/pch/pch.exp: New file.
4195         * g++.dg/pch/empty.H: New file.
4196         * g++.dg/pch/empty.C: New file.
4197         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
4198         "precompile".
4200         * gcc.dg/pch/pch.exp: New file.
4201         * gcc.dg/pch/empty.h: New file.
4202         * gcc.dg/pch/empty.c: New file.
4203         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
4204         "precompile".
4206 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4208         * g++.dg/template/friend14.C: New test.
4210 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4212         * gcc.dg/old-style-asm-1.c: New test.
4214 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
4216         * gcc.c-torture/compile/20030109-1.c: New test.
4218 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4220         * gcc.c-torture/execute/20030109-1.c: New test.
4222 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
4224         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
4225         * g++.old-deja/g++.mike/dyncast2.C: Likewise
4226         * g++.old-deja/g++.mike/dyncast3.C: Likewise
4227         * g++.old-deja/g++.mike/eh2.C: Likewise
4228         * g++.old-deja/g++.mike/eh3.C: Likewise
4229         * g++.old-deja/g++.mike/eh5.C: Likewise
4230         * g++.old-deja/g++.mike/eh6.C: Likewise
4231         * g++.old-deja/g++.mike/eh7.C: Likewise
4232         * g++.old-deja/g++.mike/eh8.C: Likewise
4233         * g++.old-deja/g++.mike/eh9.C: Likewise
4234         * g++.old-deja/g++.mike/eh10.C: Likewise
4235         * g++.old-deja/g++.mike/eh12.C: Likewise
4236         * g++.old-deja/g++.mike/eh13.C: Likewise
4237         * g++.old-deja/g++.mike/eh14.C: Likewise
4238         * g++.old-deja/g++.mike/eh16.C: Likewise
4239         * g++.old-deja/g++.mike/eh17.C: Likewise
4240         * g++.old-deja/g++.mike/eh18.C: Likewise
4241         * g++.old-deja/g++.mike/eh21.C: Likewise
4242         * g++.old-deja/g++.mike/eh23.C: Likewise
4243         * g++.old-deja/g++.mike/eh24.C: Likewise
4244         * g++.old-deja/g++.mike/eh25.C: Likewise
4245         * g++.old-deja/g++.mike/eh26.C: Likewise
4246         * g++.old-deja/g++.mike/eh27.C: Likewise
4247         * g++.old-deja/g++.mike/eh28.C: Likewise
4248         * g++.old-deja/g++.mike/eh29.C: Likewise
4249         * g++.old-deja/g++.mike/eh31.C: Likewise
4250         * g++.old-deja/g++.mike/eh33.C: Likewise
4251         * g++.old-deja/g++.mike/eh34.C: Likewise
4252         * g++.old-deja/g++.mike/eh35.C: Likewise
4253         * g++.old-deja/g++.mike/eh36.C: Likewise
4254         * g++.old-deja/g++.mike/eh37.C: Likewise
4255         * g++.old-deja/g++.mike/eh38.C: Likewise
4256         * g++.old-deja/g++.mike/eh39.C: Likewise
4257         * g++.old-deja/g++.mike/eh40.C: Likewise
4258         * g++.old-deja/g++.mike/eh41.C: Likewise
4259         * g++.old-deja/g++.mike/eh42.C: Likewise
4260         * g++.old-deja/g++.mike/eh44.C: Likewise
4261         * g++.old-deja/g++.mike/eh46.C: Likewise
4262         * g++.old-deja/g++.mike/eh47.C: Likewise
4263         * g++.old-deja/g++.mike/eh48.C: Likewise
4264         * g++.old-deja/g++.mike/eh49.C: Likewise
4265         * g++.old-deja/g++.mike/eh50.C: Likewise
4266         * g++.old-deja/g++.mike/eh51.C: Likewise
4267         * g++.old-deja/g++.mike/eh53.C: Likewise
4268         * g++.old-deja/g++.mike/eh55.C: Likewise
4269         * g++.old-deja/g++.mike/p7912.C: Likewise
4270         * g++.old-deja/g++.mike/p9706.C: Likewise
4271         * g++.old-deja/g++.mike/p10416.C: Likewise
4272         * g++.old-deja/g++.mike/p11667.C: Likewise
4273         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
4274         Remove redundant reference to Iris.
4275         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
4276         Elxsi, i860, Pico Java, and WE32K.
4278 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
4280         * g++.dg/ext/asm4.C: New test.
4282 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4284         PR c++/9030
4285         * g++.dg/template/friend12.C: New test.
4286         * g++.dg/template/friend13.C: Likewise.
4287         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
4289 2003-01-08  Jan Hubicka  <jh@suse.cz>
4291         * gcc.dg/i386-cadd.c: New test.
4292         * gcc.dg/i386-cmov4.c: Likewise.
4294 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
4296         PR c++/9165
4297         * g++.dg/warn/Wunused-3.C: New test.
4299         * g++.dg/abi/bitfield9.C: New test.
4301         PR c++/9189
4302         * g++.dg/parse/defarg3.C: New test.
4304 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
4306         * g++.dg/parse/ambig1.C: New test.
4307         * g++.dg/parse/defarg2.C: New test.
4309 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
4311         * g++.dg/template/defarg-1.C: New test.
4312         * g++.dg/template/local2.C: Likewise.
4314 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
4316         * gcc.c-torture/execute/20030105-1.c: New test.
4318 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4320         * g++.dg/parse/namespace3.C: Remove extra semicolons.
4321         * g++.dg/parse/namespace4.C: Likewise.
4323 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
4325         * g++.dg/template/ntp2.C: New test.
4327 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4329         * g++.dg/parse/extern-C-1.C: New test.
4331         * g++.dg/parse/namespace4.C: New test.
4333         * g++.dg/template/nested1.C: New test.
4335         * g++.dg/parse/namespace3.C: New test.
4337 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
4339         * g++.dg/lookup/two-stage1.C: New test.
4341 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4343         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
4344         * g++.old-deja/g++.jason/access8.C: Likewise.
4345         * g++.old-deja/g++.other/decl5.C: Likewise.
4347 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4349         * g++.dg/parse/parse7.C: New test.
4351 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
4353         PR c++/2843
4354         * g++.dg/ext/attrib7.C: New test.
4356 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
4358         * g++.dg/parse/parse6.C: New test.
4360 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
4362         * gcc.dg/h8300-stack-1.c: New.
4364 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4366         g++.dg/lookup/exception1.C: New test.
4368         g++.dg/lookup/template1.C: New test.
4370         g++.dg/parse/namespace2.C: New test.
4372         g++.dg/parse/parens2.C: New test.
4374 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4376         * g++.dg/parse/parse5.C: New test.
4377         * g++.dg/lookup/scoped4.C: New test.
4379 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
4381         * g++.dg/parse/parens1.C: New test.
4383         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
4384         angle-bracket1.C.
4385         * g++.dg/parse/parens2.C: New test.
4387         * g++.dg/lookup/scope-operator1.C: New test.
4389         * g++.dg/parse/operator1.C: New test.
4391 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4393         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
4394         * g++.old-deja/g++.other/access6.C: Likewise.
4395         * g++.old-deja/g++.other/decl1.C: Likewise.
4396         * g++.old-deja/g++.pt/typename12.C: Likewise.
4398 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4400         * g++.dg/parse/namespace1.C: New test.
4402 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4404         * g++.dg/parse/parse4.C: New test.
4406 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4408         * g++.dg/parse/parse3.C: New test.
4410 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4412         * g++.dg/parse/parse2.C: New test.
4414 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4416         * g++.dg/template/friend11.C: New test.
4418 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
4420         * g++.dg/parse/parse1.C: New test.
4422 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
4424         * lib/profopt.exp: Change the name of a global variable to avoid
4425         possible clashes with other test suites.
4427 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
4429         * g++.dg/inherit/covariant8.C: New test.
4431 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
4433         * g++.dg/init/array9.C: New test.
4435         PR c++/9112
4436         * g++.dg/parse/expr1.C: New test.
4438 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
4440         * gcc.c-torture/compile/20021230-1.c: New test.
4442 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
4444         * g++.dg/inherit/covariant5.C: New test.
4445         * g++.dg/inherit/covariant6.C: New test.
4446         * g++.dg/inherit/covariant7.C: New test.
4448 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4450         PR c++/2739
4451         * g++.dg/other/access2.C: New test.
4453 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4455         * g++.dg/other/anon-struct.C: No longer fails
4456         * g++.old-deja/g++.brendan/parse4.C: Likewise.
4457         * g++.old-deja/g++.brendan/parse5.C: Likewise.
4458         * g++.old-deja/g++.brendan/parse6.C: Likewise.
4460 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4462         * g++.dg/parse/angle-bracket.C (main): No longer fails.
4464 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
4466         * g++.dg/eh/spec4.C: Remove stray semicolon.
4467         * g++.dg/expr/pmf-1.C: Change error message.
4468         * g++.dg/ext/asm1.C: Remove stray semicolon.
4469         * g++.dg/ext/typename1.C: Add missing typenames.
4470         * g++.dg/inherit/template-as-base.C: Change error message.
4471         * g++.dg/lookup/scoped1.C: Likewise.
4472         * g++.dg/lookup/scoped2.C: Likewise.
4473         * g++.dg/lookup/using2.C: Likewise.
4474         * g++.dg/other/component1.C: Remove stray semicolon.
4475         * g++.dg/other/do1.C: Change error message.
4476         * g++.dg/other/error2.C: Likewise.
4477         * g++.dg/other/init1.C: Likewise.
4478         * g++.dg/other/packed1.C: Remove stray semicolon.
4479         * g++.dg/other/ptrmem2.C: Change error message.
4480         * g++.dg/parse/parameter-declaration-1.C: Remove line number
4481         marker.
4482         * g++.dg/special/initp1.C: Remove invalid attribute usage.
4483         * g++.dg/template/access3.C: Add typename keyword.
4484         * g++.dg/template/access5.C: Remove stray semicolon.
4485         * g++.dg/template/access6.C: Likewise.
4486         * g++.dg/template/complit1.C: Likewise.
4487         * g++.dg/template/crash1.C: Change error message.
4488         * g++.dg/template/inherit2.C: Remove stray semicolon.
4489         * g++.dg/template/instantiate2.C: Likewise.
4490         * g++.dg/template/instantiate3.C: Change error message.
4491         * g++.dg/template/qual1.C: Remove stray semicolon.
4492         * g++.dg/template/qualttp18.C: Change error message.
4493         * g++.dg/template/ref1.C: Remove stray semicolon.
4494         * g++.dg/template/sizeof1.C (A::value): Declare it.
4495         * g++.dg/template/spec4.C: Change error message.
4496         * g++.dg/template/static1.C: Likewise.
4497         * g++.dg/template/type1.C: Likewise.
4498         * g++.dg/template/typename3.C: Likewise.
4499         * g++.old-deja/g++.benjamin/13478.C: Change error message.
4500         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
4501         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
4502         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
4503         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
4504         named return value extension.
4505         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
4506         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
4507         * g++.old-deja/g++.bob/extern_C.C: Likewise.
4508         * g++.old-deja/g++.bob/inherit2.C: Likewise.
4509         * g++.old-deja/g++.brendan/complex1.C: Likewise.
4510         * g++.old-deja/g++.brendan/copy5.C: Likewise.
4511         * g++.old-deja/g++.brendan/crash13.C: Likewise.
4512         * g++.old-deja/g++.brendan/crash15.C: Likewise.
4513         * g++.old-deja/g++.brendan/crash18.C: Change error message.
4514         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
4515         * g++.old-deja/g++.brendan/crash38.C: Likewise.
4516         * g++.old-deja/g++.brendan/crash50.C: Likewise.
4517         * g++.old-deja/g++.brendan/crash56.C: Likewise.
4518         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
4519         syntax.
4520         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
4521         * g++.old-deja/g++.brendan/crash8.C: Change error message.
4522         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
4523         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
4524         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
4525         * g++.old-deja/g++.brendan/template11.C: Likewise.
4526         * g++.old-deja/g++.brendan/template26.C: Likewise.
4527         * g++.old-deja/g++.brendan/template27.C: Use explicit
4528         specialization syntax.
4529         * g++.old-deja/g++.brendan/template30.C: Likewise.
4530         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
4531         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
4532         non-dependent names.
4533         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
4534         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
4535         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
4536         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
4537         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
4538         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
4539         named return value extension.
4540         * g++.old-deja/g++.ext/namedret2.C: Likewise.
4541         * g++.old-deja/g++.ext/namedret3.C: Likewise.
4542         * g++.old-deja/g++.ext/return1.C: Likewise.
4543         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
4544         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
4545         * g++.old-deja/g++.jason/access8.C: Likewise.
4546         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
4547         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
4548         pseudo-destructor names.
4549         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
4550         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
4551         pseudo-destructor names.
4552         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
4553         * g++.old-deja/g++.jason/overload19.C: Likewise.
4554         * g++.old-deja/g++.jason/overload32.C: Likewise.
4555         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
4556         stray semicolons.
4557         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
4558         * g++.old-deja/g++.jason/return.C: Likewise.
4559         * g++.old-deja/g++.jason/return2.C: Likewise.
4560         * g++.old-deja/g++.jason/shadow1.C: Likewise.
4561         * g++.old-deja/g++.jason/special.C: Use explicit specialization
4562         syntax.
4563         * g++.old-deja/g++.jason/template10.C: Account for use of
4564         non-dependent names.
4565         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
4566         syntax.
4567         * g++.old-deja/g++.jason/template37.C: Likewise.
4568         * g++.old-deja/g++.law/access4.C: Change error messages.
4569         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
4570         pseudo-destructor names.
4571         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
4572         * g++.old-deja/g++.law/ctors9.C: Likewise.
4573         * g++.old-deja/g++.law/cvt22.C: Likewise.
4574         * g++.old-deja/g++.law/dtors5.C: Likewise.
4575         * g++.old-deja/g++.law/global-init1.C: Likewise.
4576         * g++.old-deja/g++.law/missed-error3.C: Likewise.
4577         * g++.old-deja/g++.law/operators28.C: Likewise.
4578         * g++.old-deja/g++.law/visibility28.C: Likewise.
4579         * g++.old-deja/g++.martin/eval1.C: Likewise.
4580         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
4581         name.
4582         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
4583         * g++.old-deja/g++.mike/net34.C: Likewise.
4584         * g++.old-deja/g++.mike/net36.C: Likewise.
4585         * g++.old-deja/g++.mike/ns2.C: Likewise.
4586         * g++.old-deja/g++.mike/p12306.C: Likewise.
4587         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
4588         value extension.
4589         * g++.old-deja/g++.mike/p700.C: Likewise.
4590         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
4591         * g++.old-deja/g++.mike/p710.C: Likewise.
4592         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
4593         value extension.
4594         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
4595         * g++.old-deja/g++.mike/pmf9.C: Likewise.
4596         * g++.old-deja/g++.ns/crash2.C: Likewise.
4597         * g++.old-deja/g++.ns/crash3.C: Likewise.
4598         * g++.old-deja/g++.ns/invalid1.C: Likewise.
4599         * g++.old-deja/g++.ns/ns17.C: Likewise.
4600         * g++.old-deja/g++.ns/template16.C: Likewise.
4601         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
4602         keyword.
4603         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
4604         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
4605         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
4606         named return value extension.
4607         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
4608         * g++.old-deja/g++.other/access4.C: Issue additional error
4609         messages.
4610         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
4611         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
4612         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
4613         * g++.old-deja/g++.other/crash25.C: Change error message.
4614         * g++.old-deja/g++.other/crash4.C: Change error message.
4615         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
4616         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
4617         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
4618         checks.
4619         * g++.old-deja/g++.other/defarg8.C: Likewise.
4620         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
4621         * g++.old-deja/g++.other/dtor10.C: Likewise.
4622         * g++.old-deja/g++.other/incomplete.C: Likewise.
4623         * g++.old-deja/g++.other/linkage7.C: Likewise.
4624         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
4625         lookup algorithm.
4626         * g++.old-deja/g++.other/mangle2.C: Likewise.
4627         * g++.old-deja/g++.other/refinit2.C: Likewise.
4628         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
4629         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
4630         * g++.old-deja/g++.pt/crash28.C: Likewise.
4631         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
4632         syntax.
4633         * g++.old-deja/g++.pt/crash32.C: Change error message.
4634         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
4635         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
4636         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
4637         error message position.
4638         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
4639         * g++.old-deja/g++.pt/defarg8.C: Change error message.
4640         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
4641         syntax.
4642         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
4643         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
4644         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
4645         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
4646         keyword.
4647         * g++.old-deja/g++.pt/explicit31.C: Likewise.
4648         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
4649         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
4650         keyword.
4651         * g++.old-deja/g++.pt/explicit71.C: Change error message.
4652         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
4653         syntax.
4654         * g++.old-deja/g++.pt/friend28.C: Account for use of
4655         non-dependent names.
4656         * g++.old-deja/g++.pt/friend29.C: Likewise.
4657         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
4658         rules.
4659         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
4660         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
4661         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
4662         lookup rules.
4663         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
4664         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
4665         keyword.
4666         * g++.old-deja/g++.pt/memclass20.C: Likewise.
4667         * g++.old-deja/g++.pt/memclass5.C: Likewise.
4668         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
4669         keyword.
4670         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
4671         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
4672         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
4673         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
4674         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
4675         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
4676         keyword.
4677         * g++.old-deja/g++.pt/spec10.C: Likewise.
4678         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
4679         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
4680         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
4681         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
4682         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
4683         * g++.old-deja/g++.pt/ttp62.C: Likewise.
4684         * g++.old-deja/g++.pt/ttp64.C: Likewise.
4685         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
4686         * g++.old-deja/g++.pt/typename15.C: Likewise.
4687         * g++.old-deja/g++.pt/typename22.C: Likewise.
4688         * g++.old-deja/g++.pt/typename6.C: Change error messages.
4689         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
4690         * g++.old-deja/g++.pt/virtual2.C: Likewise.
4691         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
4692         syntax.
4693         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
4694         return value extension.
4695         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
4696         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
4697         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
4698         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
4700 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
4702         * g++.dg/warn/inline1.C: New test.
4703         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
4704         * g++.old-deja/g++.jason/synth10.C: Likewise.
4705         * g++.old-deja/g++.mike/net31.C: Likewise.
4706         * g++.old-deja/g++.mike/p8786.C: Likewise.
4708         * g++.dg/template/friend10.C: New test.
4709         * g++.dg/template/conv5.C: New test.
4711 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
4713         * g++.dg/lookup/scoped3.C: New test.
4715         * g++.dg/lookup/decl1.C: New test.
4716         * g++.dg/lookup/decl2.C: New test.
4718 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
4720         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
4721         gcc.c-torture/compile/20021015-1.c,
4722         gcc.c-torture/compile/20021015-2.c,
4723         gcc.c-torture/compile/20021123-1.c,
4724         gcc.c-torture/compile/20021123-2.c,
4725         gcc.c-torture/compile/20021123-3.c,
4726         gcc.c-torture/compile/20021123-4.c,
4727         gcc.c-torture/execute/20021024-1.c: Add tests previously added
4728         only to 3.1 or 3.2 branch.
4730 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
4732         * gcc.dg/i386-bitfield3.c: New test.
4734         * gcc.dg/i386-bitfield2.c: New test.
4736 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
4738         * g++.dg/parse/conv_op1.C: New test.
4740 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
4742         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
4743         approved.
4745 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
4747         * gcc.c-torture/compile/20021220-1.c: New test.
4749 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
4751         * gcc.dg/i386-fastcall-1.c: New.
4753 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4755         * gcc.c-torture/execute/20021219-1.c: New test.
4757 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4759         * gcc.dg/i386-pic-1.c: New test.
4761 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4763         PR c++/8099
4764         * g++.dg/template/friend9.C: New test.
4766 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4768         PR c++/3663
4769         * g++.dg/template/access7.C: New test.
4771 2002-12-18  Nick Clifton  <nickc@redhat.com>
4773         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
4774         the libstdc++-v3 directory has been found.
4776 2002-12-12  Devang Patel <dpatel@apple.com>
4777         * gcc.dg/darwin-ld-1.c: New test.
4778         * gcc.dg/darwin-ld-2.c: New test.
4779         * gcc.dg/darwin-ld-3.c: New test.
4780         * gcc.dg/darwin-ld-4.c: New test.
4781         * gcc.dg/darwin-ld-5.c: New test.
4783 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
4785         * gcc.c-torture/compile/20021212-1.c: New test.
4787 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
4789         * gcc.dg/fshort-wchar: New test.
4791 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
4793         PR c++/8372
4794         * g++.dg/template/dtor1.C: New test.
4796         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
4797         markers.
4799 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
4801         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
4803 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
4805         * g++.dg/template/static1.C: New test.
4806         * g++.dg/template/static2.C: New test.
4807         * g++.old-deja/g++.ext/memconst.C: New test.
4809 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4811         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
4812         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
4813         * g++.dg/special/initp1.C: Likewise.
4815 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
4817         * gcc.c-torture/execute/20021204-1.c: New test.
4819 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
4821         * gcc.dg/ppc-fmadd-1.c: New file.
4822         * gcc.dg/ppc-fmadd-2.c: New file.
4823         * gcc.dg/ppc-fmadd-3.c: New file.
4825 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4827         * gcc.c-torture/compile/20021204-1.c: New test.
4829 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
4831         * g++.dg/inherit/covariant2.C: New test.
4832         * g++.dg/inherit/covariant3.C: New test.
4833         * g++.dg/inherit/covariant4.C: New test.
4834         * g++.dg/inherit/covariant1.C: Remove XFAIL.
4835         * g++.old-deja/g++.robertl/eb17.C: Likewise.
4837 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
4839         PR c++/8688
4840         * g++.dg/init/brace3.C: New test.
4842 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
4844         * gcc.dg/20020210-1.c: Fix a comment typo.
4846 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
4848         PR c++/8720
4849         * g++.dg/parse/defarg1.C: New test.
4851         PR c++/8615
4852         * g++.dg/template/char1.C: New test.
4854         * g++.dg/template/varmod1.C: Fix typo.
4856 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4858         DR 180
4859         * g++.old-deja/g++.pt/crash32.C: Expect error.
4861 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
4863         PR c++/5919
4864         * g++.dg/template/varmod1.C: New test.
4866         PR c++/8727
4867         * g++.dg/inherit/typeinfo1.C: New test.
4869         PR c++/8663
4870         * g++.dg/inherit/typedef1.C: New test.
4872 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
4874         PR c++/8332
4875         PR c++/8493
4876         * g++.dg/template/strlen1.C: New test.
4878         PR c++/8227
4879         * g++.dg/template/ctor2.C: New test.
4881         PR c++/8214
4882         * g++.dg/init/string1.C: New test.
4884         PR c++/8511
4885         * g++.dg/template/friend8.C: New test.
4887 2002-11-29  Joe Buck <jbuck@synopsys.com>
4889         * g++.dg/lookup/anon2.C: New test.
4891 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
4893         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
4894         h8300 port.
4896 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
4898         * gcc.dg/bitfld-6.c: New test.
4900 2002-11-27  Jan Hubicka  <jh@suse.cz>
4902         * gcc.c-torture/execute/20021127.[cx]: New test.
4904 2002-11-26  Jan Hubicka  <jh@suse.cz>
4906         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
4907         quality.
4909 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
4911         * g++.dg/init/brace2.C: New test.
4912         * g++.old-deja/g++.mike/p9129.C: Correct.
4914 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
4916         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
4918 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
4920         * gcc.dg/sibcall-6: New test for indirect sibcalls.
4922 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
4924         * testsuite/g++.dg/abi/empty11.C: New test.
4925         * testsuite/g++.dg/rtti/cv1.C: New test.
4927 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
4929         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
4931 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
4933         * g++.dg/abi/empty10.C: New test.
4935 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
4937         * gcc.c-torture/compile/20021124-1.c: New test.
4939 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
4941         * g++.dg/abi/rtti2.C: New test.
4943 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4945         * gcc.dg/i386-unroll-1.c: New test.
4947 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4949         * gcc.c-torture/compile/20021120-1.c: New test.
4950         * gcc.c-torture/compile/20021120-2.c: New test.
4952 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4954         * gcc.dg/bitfld-5.c: New test.
4956 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4958         * gcc.c-torture/execute/20021120-3.c: New test.
4960 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4962         * gcc.c-torture/execute/20021120-2.c: New test.
4964 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4966         * gcc.c-torture/execute/20021120-1.c: New test.
4968 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
4970         * gcc.c-torture/execute/20021118-3.c: New test.
4972 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4974         * gcc.c-torture/compile/20021119-1.c: New test.
4976 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
4978         * gcc.dg/duff-1.c: New test.
4979         * gcc.dg/duff-2.c: New test.
4980         * gcc.dg/duff-3.c: New test.
4982 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
4984         * gcc.dg/cpp/_Pragma5.c: New test.
4986 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
4988         * gcc.c-torture/execute/20021118-2.c: New test.
4990 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
4992         * gcc.c-torture/execute/20021118-1.c: New test.
4994 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
4996         * gcc.dg/20021116-1.c: New test.
4998 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
5000         * g++.dg/abi/vcall1.C: New test.
5002 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
5004         * gcc.dg/20021029-1.c: New test.
5005         * gcc.dg/20021029-2.c: New test.
5007 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5009         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
5011 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5013         PR c/8439
5014         * gcc.dg/20021110.c: Move to ...
5015         * gcc.c-torture/compile/20021110.c: .... here.
5017 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5019         PR c/8467
5020         * gcc.c-torture/execute/20021111-1.c
5022 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5024         PR c/8439
5025         * gcc.dg/20021110.c: New test.
5027 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
5029         * g++.dg/abi/vthunk3.C: Run only on x86.
5031 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5033         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
5035 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
5037         * lib/compat.exp (compat-execute): Fix logic error in last
5038         change.
5040 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
5042         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
5044 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5046         PR c++/8389
5047         * g++.dg/template/access6.C: New test.
5049 2002-11-08  Jan Hubicka  <jh@suse.cz>
5051         * gcc.dg/i386-ssefp-1.c: New test.
5052         * gcc.dg/i386-ssefp-1.c: New test.
5054 2002-11-08  Jan Hubicka  <jh@suse.cz>
5056         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
5058 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5060         * g++.dg/abi/vthunk3.C: New test.
5062         PR c++/8338
5063         * g++.dg/template/crash2.C: New test.
5065 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
5067         * testsuite/g++.dg/abi/dtor1.C: New test.
5068         * testsuite/g++.dg/abi/dtor2.C: Likewise.
5070 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
5072         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
5073         Darwin.
5075 2002-11-04  Adam Nemet  <anemet@lnxw.com>
5077         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
5078         -mthumb.  Only xfail with -O0.
5080 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
5082         * g++.dg/abi/thunk1.C: New test.
5083         * g++.dg/abi/thunk2.C: Likewise.
5084         * g++.dg/abi/vtt1.C: Likewise.
5086 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
5088         PR optimization/8423
5089         * gcc.c-torture/execute/builtin-constant.c: New test.
5091 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
5093         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
5094         Add some more cases.
5096 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
5098         PR c++/8391
5099         * g++.dg/opt/local1.C: New test.
5101 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
5103         PR c++/8160
5104         * g++.dg/template/complit1.C: New test.
5106         PR c++/8149
5107         * g++.dg/template/typename4.C: Likewise.
5109 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5111         Core issue 287, PR c++/7639
5112         * g++.dg/template/instantiate1.C: Adjust error location.
5113         * g++.dg/template/instantiate3.C: New test.
5114         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
5115         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
5116         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
5118 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
5120         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
5122 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
5124         PR c++/8287
5125         * g++.dg/init/dtor2.C: New test.
5127 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5129         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
5130         * gcc.dg/nest.c: Bypass errors on irix6.
5132 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
5134         * gcc.dg/nest.c: Expect error for mmix-*-*.
5135         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
5137 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
5139         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
5140         markers.
5142         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
5144 2002-10-25  Mike Stump  <mrs@apple.com>
5146         * gcc.dg/warn-1.c: New test.
5148 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5150         * g++.dg/template/typename3.C: New test.
5152 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
5154         * g++.dg/lookup/ptrmem1.C: New test.
5156         * g++.dg/abi/vthunk2.C: New test.
5158 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
5160         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
5162 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
5164         * g++.dg/abi/empty9.C: New test.
5166 2002-10-24  Richard Henderson  <rth@redhat.com>
5168         * g++.dg/inherit/thunk1.C: Enable for ia64.
5170 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5172         PR c++/8067
5173         * g++.dg/lookup/pretty1.C: New test.
5175 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
5177         * gcc.dg/20021023-1.c: New test.
5179 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
5181         PR c++/7679
5182         * g++.dg/parse/inline1.C: New test.
5184 2002-10-23  Richard Henderson  <rth@redhat.com>
5186         * g++.dg/inherit/thunk1.C: Enable for x86_64.
5188         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
5190 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
5192         PR c++/6579
5193         * g++.dg/parse/stmtexpr3.C: New test.
5195 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
5197         * g++.dg/expr/cond1.C: New test.
5199 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5201         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
5203 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5205         * g++.dg/abi/vbase13.C: New test.
5206         * g++.dg/abi/vbase14.C: Likewise.
5208 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
5210         * gcc.dg/tls/pic-1.c: New test.
5211         * gcc.dg/tls/nonpic-1.c: New test.
5212         * gcc.dg/20021018-1.c: New test.
5214 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5216         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
5217         Remove only files with the same base name as the test case.
5218         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
5219         (profopt-execute): Likewise.  Also, remove old profiling
5220         and performance data files before running the tests.
5222         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
5223         * g++.dg/bprob/bprob.exp: Likewise.
5224         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
5225         to allow more general test case names.
5227         * g++.dg/bprob/bprob-1.C: Rename to ...
5228         * g++.dg/bprob/g++-bprob-1.C: ... this.
5230         * g77.dg/bprob/bprob-1.f: Rename to ...
5231         * g77.dg/bprob/g77-bprob-1.f: ... this.
5233 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
5235         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
5236         bison 1.50 or later.
5238 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
5240         * g++.dg/README: Describe more test directories.
5242 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5244         * g++.dg/init/array6.C: Add additional tests.
5246 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
5248         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
5249         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
5251 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
5253         * gcc.c-torture/compile/20020604-1.x: New.
5254         * gcc.c-torture/compile/simd-5.x: Likewise.
5255         * gcc.c-torture/execute/920710-1.x: Likewise.
5256         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
5258 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
5260         * g++.dg/inherit/override1.C: Add dg-options clause.
5262 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5264         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
5265         _mm_slli_si128.
5267 2002-10-19  Andreas Schwab  <schwab@suse.de>
5269         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
5270         directory component.
5272 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
5274         * g++.dg/inherit/thunk1.C: New test.
5276         * g++.dg/inherit/override1.C: New test.
5278         * g++.dg/abi/mangle11.C: New test.
5279         * g++.dg/abi/mangle14.C: New test.
5280         * g++.dg/abi/mangle17.C: New test.
5282 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
5284         * g++.dg/overload/member2.C: New test.
5286 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
5288         * g++.dg/README: Describe new compat directory.
5289         * g++.dg/dg.exp: Skip tests in compat directory.
5290         * README.compat: New file.
5291         * lib/compat.exp: New expect script.
5292         * g++.dg/compat: New test directory.
5293         * g++.dg/compat/compat.exp: New expect script.
5294         * g++.dg/compat/abi: New test directory.
5295         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
5296         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
5297         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
5298         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
5299         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
5300         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
5301         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
5302         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
5303         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
5304         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
5305         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
5306         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
5307         * g++.dg/compat/break: New test directory.
5308         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
5309         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
5310         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
5311         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
5312         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
5313         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
5314         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
5315         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
5316         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
5317         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
5318         g++.dg/compat/break/README: New files.
5319         * g++.dg/compat/eh: New test directory.
5320         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
5321         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
5322         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
5323         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
5324         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
5325         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
5326         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
5327         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
5328         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
5329         g++.dg/compat/eh/filter2_y.C,
5330         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
5331         g++.dg/compat/eh/new1_y.C,
5332         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
5333         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
5334         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
5335         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
5336         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
5337         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
5338         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
5339         g++.dg/compat/eh/unexpected1_y.C: New files.
5340         * g++.dg/compat/init: New test directory.
5341         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
5342         g++.dg/compat/init/array5_y.C,
5343         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
5344         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
5345         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
5346         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
5347         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
5348         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
5349         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
5350         g++.dg/compat/init/init-ref2_y.C: New files.
5352 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5354         PR c++/7584
5355         * g++.dg/inherit/using3.C: New test.
5357 2002-10-17  Jan Hubicka  <jh@suse.cz>
5359         * gcc.dg/20021017-2.c: New test.
5361 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
5363         * g++.dg/abi/mangle16.C: Adjust.
5365         * g++.dg/init/array8.C: New test.
5367 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
5369         * gcc.dg/special/mips-abi.exp: New test.
5370         * gcc.dg/special/mips-abi.s: Empty file used by the above.
5372 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5374         * g++.dg/abi/mangle16.C: New test.
5375         * g++.dg/abi/mangle17.C: Likewise.
5377         PR c++/7478
5378         * g++.dg/template/ref1.C: New test.
5380 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5382         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
5384 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
5386         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
5388 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
5390         PR c++/7524
5391         * g++.dg/init/array7.C: New test.
5393 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
5395         * g++.dg/init/array6.C: New test.
5397         * g++.dg/abi/mangle13.C: Likewise.
5398         * g++.dg/abi/mangle14.C: Likewise.
5399         * g++.dg/abi/mangle15.C: Likewise.
5401 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5403         * g++.dg/abi/empty8.C: New test.
5405 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
5407         * g++.dg/init/ctor1.C: New test.
5409 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
5411         * gcc.c-torture/execute/20021015-1.c: New test.
5413 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
5415         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
5417 2002-10-14  Jan Hubicka  <jh@suse.cz>
5419         * gcc.dg/i386-ssetype-[1-5].c: New tests.
5421 2002-10-14  Richard Henderson  <rth@redhat.com>
5423         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
5425 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5427         PR optimization/6631
5428         * g++.dg/opt/const2.C: New test.
5430 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
5432         PR c++/7176
5433         * g++.dg/parse/friend1.C: New test.
5434         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
5436 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
5438         * gcc.dg/20021014-1.c: New test.
5440 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
5442         PR c++/5661
5443         * g++.dg/ext/vlm1.C: New test.
5444         * g++.dg/ext/vlm2.C: Likewise.
5446         * g++.dg/init/array1.C: Remove invalid braces.
5447         * g++.dg/init/brace1.C: New test.
5448         * g++.dg/init/copy2.C: Likewise.
5449         * g++.dg/init/copy3.C: Likewise.
5450         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
5451         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
5452         braces.
5454 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
5456         * gcc.dg/cpp/assembler.S: Don't use -ansi.
5458 2002-10-11  Richard Shann  <richard.shann@superh.com>
5460         * gcc.c-torture/compile/simd-5.c: New test.
5462 2002-10-10  Roger Sayle  <roger@eyesopen.com>
5464         * gcc.c-torture/execute/shiftopt-1.c: New test case.
5466 2002-10-10  Jim Wilson  <wilson@redhat.com>
5468         * gcc.c-torture/execute/20021010-1.c: New test.
5470 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
5472         PR c/7353
5473         * g++.dg/ext/typedef-init.C: New test.
5474         * gcc.dg/typedef-init.c: New test.
5476 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
5478         * gcc.dg/cpp/paste13.c: New test.
5480 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5482         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
5483         remaining platforms, XFAIL during compile, not execute.  Don't
5484         XFAIL at -O0.
5486 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
5488         * gcc.dg/alias-1.c: Tweak expected warning.
5490 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
5492         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
5494 2002-10-06  Andreas Jaeger  <aj@suse.de>
5496         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
5497         * gcc.dg/cpp/c++98.C: Likewise.
5499         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
5500         * g++.dg/cpp/c++98.C: Likewise.
5502         * g++.dg/README (Subdirectories): Mention cpp directory.
5504         PR target/7559
5505         * gcc.dg/20021006-1.c: New test.
5507 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5509         PR c++/7804
5510         * g++.dg/other/warning1.C: New test.
5512 2002-10-04  Roger Sayle  <roger@eyesopen.com>
5514         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
5515         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
5516         and sparc-*-* with -m64 as expected failures.  See PR 8087.
5518 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5520         PR c++/7931
5521         * g++.dg/template/ptrmem3.C: New test.
5523         PR c++/7754
5524         * g++.dg/template/union1.C: New test.
5526 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
5528         PR c++/8006
5529         * g++.dg/abi/mangle9.C: New test.
5530         * g++.dg/abi/mangle10.C: New test.
5531         * g++.dg/abi/mangle11.C: New test.
5532         * g++.dg/abi/mangle12.C: New test.
5534 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
5536         PR c++/7188.
5537         * g++.dg/template/meminit1.C: New test.
5538         * g++.dg/warn/Wreorder-1.C: Likewise.
5539         * g++.old-deja/g++.mike/warn3.C: Tweak.
5540         * lib/prune.exp: Ingore "in copy constructor".
5542 2002-10-02  Andreas Jaeger  <aj@suse.de>
5544         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
5545         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
5546         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
5547         on x86-64.
5549 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5551         * gcc.dg/empty1.C: Fix typo.
5553 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
5555         * gcc.dg/alias-1.c: New test.
5557 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
5559         * gcc.dg/empty1.C: New test.
5561         * g++.dg/tls/init-2.C: Tweak error messages.
5563 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5565         * gcc.c-torture/compile/20020923-1.c: New test.
5567 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
5569         * gcc.c-torture/execute/ffs-1.c: New test.
5570         * gcc.c-torture/execute/ffs-2.c: Ditto.
5572 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
5574         * g++.dg/overload/member1.C: New test.
5576 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
5578         * g++.dg/abi/empty7.C: New test.
5579         * g++.dg/init/pm2.C: Likewise.
5581 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
5583         * g++.dg/rtti/crash1.C: New test.
5585 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
5587         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
5588         gcc.dg/sibcall-4.c: New tests.
5590 2002-09-28  Roger Sayle  <roger@eyesopen.com>
5592         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
5593         powerpc and MMIX targets.
5595 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
5597         * gcc.dg/cpp/20020927-1.c: New.
5599 2002-09-26  David S. Miller  <davem@redhat.com>
5601         * gcc.c-torture/compile/trunctfdf.c: New.
5603 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5605         * lib/target-supports.exp (check_weak_available): Handle solaris2.
5607 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
5609         * gcc.c-torture/execute/loop-15.c: New.
5611 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
5613         * README.QMTEST: Fix typo.
5615 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
5617         * gcc.dg/20020926-1.c: New test.
5619 2002-09-25  David S. Miller  <davem@redhat.com>
5621         PR target/7842
5622         * gcc.c-torture/execute/shiftdi.c: New test.
5624 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
5626         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
5627         unique to the tool.
5628         * lib/g77.exp (g77_init): Likewise.
5629         * lib/g++.exp (g++_init): Likewise.
5630         * lib/objc.exp (objc_init): Likewise.
5632 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
5634         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
5635         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
5636         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
5638 2002-09-25  Richard Henderson  <rth@redhat.com>
5640         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
5641         too-small long double.
5643 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
5645         * gcc.dg/20020919-1.c: New test.
5647 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
5649         * g++.dg/abi/bitfield6.C: New test.
5650         * g++.dg/abi/bitfield7.C: New test.
5651         * g++.dg/abi/bitfield8.C: New test.
5652         * g++.dg/abi/vbase11.C: New test.
5654 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5656         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
5657         hppa*-*-hpux*.  Update test comment.
5659 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
5661         * gcc.dg/tls/struct-1.c: New test.
5663 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
5665         * gcc.dg/cpp/tr-warn2.c: Update.
5667 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
5669         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
5671 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
5673         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
5674         systems.
5676 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
5678         * gcc.c-torture/execute/ieee/mzero3.c: New test.
5680         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
5681         Adjust for c++filt moved to binutils.  Remove spurious duplicate
5682         setting of cxxfilt.
5684 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
5686         * gcc.dg/20020312-2.c: Update for darwin.
5688 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
5690         * g++.old-deja/g++.other/crash32.C: Mark ICE.
5692 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
5694         * objc.dg/comp-types-1.m: New test.
5695         * objc.dg/comp-types-2.m: New test.
5696         * objc.dg/comp-types-3.m: New test.
5697         * objc.dg/comp-types-4.m: New test.
5698         * objc.dg/comp-types-5.m: New test.
5699         * objc.dg/comp-types-6.m: New test.
5701 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5703         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
5705 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
5707         * g++.dg/other/do1.C: New test.
5709         * g++.dg/template/subst1.C: New test.
5711 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
5713         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
5715 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
5717         * g++.dg/template/qualttp20.C: Adjust expected errors.
5718         * g++.old-deja/g++.jason/report.C: Likewise.
5719         * g++.old-deja/g++.other/qual1.C: Likewise.
5721         * g++.dg/lookup/scoped2.C: New test.
5723         * g++.dg/ext/asm3.C: New test.
5725 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
5727         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
5729 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
5731         * ChangeLog: follow spelling conventions.
5732         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
5733         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
5734         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
5735         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
5736         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
5737         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
5738         * g++.old-deja/g++.law/global-init1.C: Likewise.
5739         * g++.old-deja/g++.other/delete4.C: Likewise.
5740         * g++.old-deja/g++.other/inline21.C: Likewise.
5741         * g++.old-deja/g++.other/singleton.C: Likewise.
5742         * g77.dg/strlen0.f: Likewise.
5743         * g77.f-torture/compile/20010519-1.f: Likewise.
5744         * g77.f-torture/compile/980310-4.f: Likewise.
5745         * gcc.c-torture/compile/20000605-1.c: Likewise.
5746         * gcc.c-torture/execute/20020225-1.c: Likewise.
5747         * gcc.dg/c90-hexfloat-2.c: Likewise.
5748         * gcc.dg/c99-bool-1.c: Likewise.
5749         * gcc.dg/c99-hexfloat-2.c: Likewise.
5750         * gcc.dg/dll-2.c: Likewise.
5751         * gcc.dg/wtr-union-init-1.c: Likewise.
5752         * gcc.dg/wtr-union-init-2.c: Likewise.
5753         * gcc.dg/wtr-union-init-3.c: Likewise.
5754         * gcc.dg/cpp/avoidpaste1.c: Likewise.
5755         * gcc.dg/cpp/defined.c: Likewise.
5756         * gcc.dg/cpp/macsyntx.c: Likewise.
5757         * gcc.dg/cpp/paste2.c: Likewise.
5758         * gcc.dg/cpp/trad/defined.c: Likewise.
5759         * gcc.dg/format/c90-printf-1.c: Likewise.
5760         * gcc.dg/format/c90-scanf-1.c: Likewise.
5761         * gcc.dg/format/c99-printf-1.c: Likewise.
5762         * gcc.dg/format/c99-scanf-1.c: Likewise.
5763         * gcc.misc-tests/gcov-8.c: Likewise.
5764         * lib/profopt.exp: Likewise.
5766 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
5768         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
5770 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
5772         * g++.dg/inherit/using2.C: New test.
5774 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
5776         * ChangeLog: Follow spelling conventions.
5777         * g++.dg/template/friend4.C: Likewise.
5778         * g++.old-deja/g++.pt/crash67.C: Likewise.
5779         * gcc.c-torture/execute/20000801-4.c: Likewise.
5780         * gcc.dg/c90-digraph-1.c: Likewise.
5781         * gcc.dg/c94-digraph-1.c: Likewise.
5782         * gcc.dg/c99-digraph-1.c: Likewise.
5783         * gcc.dg/cpp/line5.c: Likewise.
5784         * gcc.dg/cpp/multiline.c: Likewise.
5785         * gcc.dg/cpp/trad/literals-1.c: Likewise.
5786         * gcc.dg/format/attr-3.c: Likewise.
5787         * gcc.dg/format/c90-scanf-3.c: Likewise.
5788         * gcc.dg/format/ext-4.c: Likewise.
5790 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
5792         * g++.dg/template/pretty1.C: New test.
5794 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
5796         * gcc.c-torture/execute/struct-cpy-1.c: New test.
5798 2002-09-13  Matt Austern  <austern@apple.com>
5800         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
5801         passing a cast expression to a function by const reference.
5803 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
5805         * g++.dg/template/deduce1.C: New test.
5807 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
5809         * gcc.c-torture/execute/simd-1.c: Force all use of int to
5810         32-bit int.
5812 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5814         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
5815         usage.
5817 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
5819         * gcc.c-torture/compile/20020910-1.c: New test.
5821 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
5823         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
5825 2002-09-10  Andreas Jaeger  <aj@suse.de>
5827         * gcc.dg/20020312-2.c: Adjust for x86-64.
5829 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
5831         * g77.dg/7388.f: New test case for PR 7388.
5833 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
5835         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
5837 2002-09-05  Ziemowit Laski <zlaski@apple.com>
5839         * objc.dg/proto-lossage-1.m: New test.
5841 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
5843         * gcc.dg/cpp/_Pragma4.c: Fix typo.
5845 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
5847         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
5848         expected to pass.
5850 2002-09-06  Stan Shebs  <shebs@apple.com>
5851             David Edelsohn  <edelsohn@gnu.org>
5853         * gcc.dg/weak: New directory.
5854         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
5855         target-specific xfail bits.
5856         * gcc.dg/typeof-2.c: Move to new directory.
5857         * gcc.dg/weak.exp: New expect script.
5859 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
5861         * gcc.c-torture/execute/extzvsi.c: New test.
5863 2002-09-05  Stan Shebs  <shebs@apple.com>
5865         * gcc.dg/weak-1.c: xfail on Darwin.
5866         * gcc.dg/weak-2.c: Ditto.
5867         * gcc.dg/weak-3.c: Ditto.
5868         * gcc.dg/weak-4.c: Ditto.
5869         * gcc.dg/weak-5.c: Ditto.
5870         * gcc.dg/weak-6.c: Ditto.
5871         * gcc.dg/weak-7.c: Ditto.
5872         * gcc.dg/weak-8.c: Ditto.
5873         * gcc.dg/weak-9.c: Ditto.
5875 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
5877         * gcc.c-torture/execute/loop-14.c: New test.
5879 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
5881         * g++.dg/other/cxa-atexit1.C: New test.
5883         * gcc.dg/typeof-2.c: New test.
5885 2002-09-03  Roger Sayle  <roger@eyesopen.com>
5887         * gcc.dg/builtins-2.c: New testcase.
5888         * gcc.dg/builtins-3.c: New testcase.
5890 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
5892         * gcc.dg/cpp/_Pragma4.c: New test.
5894 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
5896         * objc/execute/nil_method-1.m: New testcase.
5898 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
5900         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
5901         [Object class], not [Object initialize].
5903 2002-08-31  Roger Sayle  <roger@eyesopen.com>
5904             Hans-Peter Nilsson  <hp@bitrange.com>
5906         * gcc.c-torture/execute/20020720-1.x: Skip test on
5907         mmix-knuth-mmixware.  Correct comment.
5909 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
5911         * testsuite/g++.dg/abi/bitfield5.C: New test.
5912         * testsuite/g++.dg/abi/vbase10.C: Likewise.
5914 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
5916         * objc.dg/undeclared-selector.m: New test.
5918 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
5920         * g++.dg/other/offsetof1.C: Avoid cast warning.
5922 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
5924         * objc.dg/super-class-2.m: New test.
5926 2002-08-24  Matt Austern  <austern@apple.com>
5928         * g++.dg/ext/lvaddr.C: New test.
5929         * g++.dg/ext/lvcast.C: New test.
5931 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
5933         * testsuite/g++.dg/inherit/cond1.C: New test.
5935 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
5937         * gcc.dg/noncompile/incomplete-1.c: New test.
5939 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
5941         * gcc.dg/typespec-1.c: New test.
5943 2002-08-20  Devang Patel  <dpatel@apple.com>
5944         * objc.dg/proto-hier-2.m: New test.
5946 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
5948         * objc.dg/bitfield-1.m: New test.
5949         * objc.dg/bitfield-2.m: New test.
5951 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
5953         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
5954         gcc.dg/c99-flex-array-4.c: New tests.
5956 2002-08-16  Stan Shebs  <shebs@apple.com>
5958         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
5960 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
5962         * gcc.dg/typeof-1.c: New test.
5963         * g++.dg/ext/typeof2.C: New test.
5965 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
5967         * g++.dg/other/offsetof1.C: New test.
5969 2002-08-14  Richard Henderson  <rth@redhat.com>
5971         * gcc.dg/tls/diag-3.c: Fix expected message strings.
5973 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
5975         * gcc.dg/cpp/_Pragma3.c: New test.
5977 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
5979         * g++.dg/template/inherit3: New test.
5981 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
5983         * gcc.dg/bitfld-4.c: Add blank options.
5985 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
5987         * g++.dg/template/crash1.C: New test.
5989 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
5991         * gcc.dg/tls/opt-2.c: New test.
5993 2002-08-08  Devang Patel  <dpatel@apple.com>
5995         * objc.dg/selector-1.m : New test
5997 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
5999         * g++.dg/abi/bitfield4.C: New test.
6000         * gcc.dg/bitfld-4.c: New test.
6002 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6004         * g++.dg/other/packed1.C: New test.
6006 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
6008         * g++.dg/abi/offsetof.C: Tweak error messages.
6009         * g++.old-deja/g++.mike/p10769a.C: Likewise.
6011 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6013         * gcc.dg/bitfld-3.c: New test.
6015 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
6016             Richard Henderson  <rth@redhat.com>
6018         * gcc.dg/i386-bitfield1.c: New test.
6019         * g++.dg/abi/bitfield3.C: Update.
6021 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
6023         * objc.dg/const-str-2.m: Update.
6024         * gcc.dg/cpp/c++98.c: Change to C extension.
6025         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
6026         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
6028 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
6030         * testsuite/gcc.dg/tls/diag-3.c: New.
6032 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
6034         * g++.dg/README (Subdirectories): Document new subdir expr.
6035         * g++.dg/expr/pmf-1.C: New test.
6037 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
6039         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
6041 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
6043         * g++.dg/abi/bitfield3.C: New test.
6045 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
6047         * lib/gcov.exp: Tweak expected line formats.
6048         * gcc.misc-tests/gcov8.c: New test.
6049         * gcc.misc-tests/gcov8.x: New flags.
6051 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
6053         * consistency.vlad/layout/endian.c: Include string.h.
6055         * gcc.c-torture/execute/20020805-1.c: New test.
6057 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
6059         * g++.dg/other/conversion1.C: New test.
6061 2002-08-03  Roger Sayle  <roger@eyesopen.com>
6063         * gcc.dg/builtins-1.c: New testcase.
6065 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
6067         * g++.dg/inherit/access3.C: New test.
6069 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
6071         * gcc.dg/ia64-visibility-2.c: New test.
6073 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
6075         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
6076         __qualifier_flags to __flags.
6078 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
6080         * g++.dg/inherit/operator1.C: New test.
6081         * g++.dg/lookup/disamb1.C: Fix typo in comment.
6082         * g++.dg/other/error1.C: Change expected error message.
6083         * g++.dg/template/conv4.C: Likewise.
6085 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
6087         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
6088         for documented behavior.
6090 2002-07-25  Roger Sayle  <roger@eyesopen.com>
6092         * gcc.c-torture/execute/20020720-1.x: Skip this test on
6093         several targets known to fail.
6095 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
6097         * gcc.dg/mips-args-[123].c: New tests.
6099 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
6101         * gcc.dg/ppc-spe.c: New.
6103 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
6105         * g++.dg/other/ptrmem4.C: New testcase.
6107 2002-07-24  Richard Henderson  <rth@redhat.com>
6109         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
6111 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
6113         * g++.dg/ext/alignof1.C (main): Return 0 for success.
6115 2002-07-24  Roger Sayle  <roger@eyesopen.com>
6117         * gcc.c-torture/execute/memset-3.c: New testcase.
6119 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
6121         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
6122         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
6124 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6126         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
6127         Delete.
6129 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
6131         * gcc.c-torture/compile/simd-4.c: New test.
6133 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6135         PR c++/7347, c++/7348
6136         * g++.dg/template/access4.C: New test.
6137         * g++.dg/template/access5.C: New test.
6138         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
6139         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
6140         * g++.old-deja/g++.pt/ttp58.C: Likewise.
6141         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
6143 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
6145         * gcc.dg/gnu89-init-2.c: New test.
6147 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
6149         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
6151 2002-07-20  Roger Sayle  <roger@eyesopen.com>
6153         * gcc.c-torture/execute/20020720-1.c: New testcase.
6155 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
6157         * gcc.dg/cpp/Wsignprom.c: New tests.
6159 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
6161         * gcc.c-torture/execute/loop-13.c: New test.
6163 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
6165         * gcc.dg/cpp/expr.c: New tests.
6167 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
6169         * g++.dg/opt/pr6713.C: Add template instantiation.
6171 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
6173         * gcc.dg/nest.c: New test.
6175 2002-07-17  Richard Henderson  <rth@redhat.com>
6177         * g++.dg/opt/pr6713.C: New test.
6179 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
6181         * gcc.c-torture/execute/loop-2e.x: Let the testcase
6182         XFAIL for all x86 processors.
6184 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6186         * gcc.c-torture/execute/20010122-1.x: Do not test with
6187         -fomit-frame-pointer.
6189 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6191         * g++.dg/template/instantiate2.C: New test.
6192         * g++.dg/template/spec4.C: New test.
6194 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6196         * g++.dg/template/access2.C: New test.
6197         * g++.dg/template/access3.C: New test.
6199 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
6201         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
6202         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
6203         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
6204         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
6205         Convert to use <stdarg.h>.
6206         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
6207         Delete.
6208         * gcc.dg/va-arg-2.c: New.
6209         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
6211 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
6213         * gcc.c-torture/compile/20020710-1.c: New test.
6215 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
6216                           Andrew Pinski  <pinskia@physics.uc.edu>
6218         gcc.c-torture/compile/simd-2.c: New testcase.
6219         gcc.c-torture/compile/simd-3.c: Likewise.
6221 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
6223         PR c++/7224
6224         * g++.dg/overload/error1.C: New test.
6226 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6228         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
6229         configuration and IRIX 6 O32 ABI.
6231 2002-07-11  Roger Sayle  <roger@eyesopen.com>
6233         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
6235 2002-07-10  Roger Sayle  <roger@eyesopen.com>
6237         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
6239 2002-07-10  Jeffrey A Law  <law@redhat.com>
6241         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
6243         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
6245 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
6247         * gcc.dg/20020312-2.c: Check for __PPC__.
6249 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
6251         * gcc.c-torture/compile/20020709-1.c: New test.
6253 2002-07-07  Roger Sayle  <roger@eyesopen.com>
6255         * g++.dg/template/qualttp21.C: New test case.
6257 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
6259         * gcc.c-torture/compile/20020706-1.c: New test.
6260         * gcc.c-torture/compile/20020706-2.c: New test.
6262 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
6263             Alexandre Oliva  <aoliva@redhat.com>
6265         * g++.dg/warn/incomplete1.C: New test.
6267 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6269         PR c++/7099
6270         * g++.dg/warn/noreturn1.C: New test.
6272 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
6274         PR c++/6706
6275         * g++.dg/debug/debug6.C: New test.
6276         * g++.dg/debug/debug7.C: New test.
6278 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
6280         * gcc.c-torture/compile/simd-3.c: New test.
6282 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
6284         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
6285         * gcc.dg/20020620-1.c: Likewise.
6287 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6289         PR c++/6944
6290         * g++.dg/init/array4.C: New test.
6291         * g++.dg/init/array5.C: New test.
6293 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
6295         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
6296         * gcc.c-torture/execute/simd-2.c (main): Likewise.
6298 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6300         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
6301         * gcc.dg/wtr-aggr-init-1.c: Likewise.
6302         * gcc.dg/wtr-conversion-1.c: Likewise.
6303         * gcc.dg/wtr-escape-1.c: Likewise.
6304         * gcc.dg/wtr-int-type-1.c: Likewise.
6305         * gcc.dg/wtr-label-1.c: Likewise.
6306         * gcc.dg/wtr-static-1.c: Likewise.
6307         * gcc.dg/wtr-strcat-1.c: Likewise.
6308         * gcc.dg/wtr-suffix-1.c: Likewise.
6309         * gcc.dg/wtr-switch-1.c: Likewise.
6310         * gcc.dg/wtr-unary-plus-1.c: Likewise.
6311         * gcc.dg/wtr-union-init-1.c: Likewise.
6312         * gcc.dg/wtr-union-init-2.c: Likewise.
6313         * gcc.dg/wtr-union-init-3.c: Likewise.
6315         * gcc.dg/wtr-func-def-1.c: New test.
6317 2002-07-02 Devang Patel <dpatel@apple.com>
6319         * objc.dg/param-1.m: New test.
6321 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
6323         * gcc.dg/cpp/trad/directive.c: Add test.
6324         * gcc.dg/cpp/trad/macroargs.c: Add test.
6325         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
6327 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
6329         * gcc.dg/cpp/cmdlne-M.c: New test.
6331 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
6333         * objc.dg/desig-init-1.m: New test.
6335 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6337         PR c++/6716
6338         * g++.dg/template/instantiate1.C: New test.
6340 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
6342         PR c++/7112
6343         * g++.dg/template/sizeof2.C: New test.
6345 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6347         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
6348         gcc.dg/cpp/trad/include.c: New tests.
6350 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
6352         PR target/7177
6353         * gcc.c-torture/compile/20020701-1.c: New test.
6355 2002-07-01  Stan Shebs  <shebs@apple.com>
6357         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
6358         header here...
6359         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
6360         (objc-torture-execute): or here.
6362 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
6364         * gcc.c-torture/execute/arith-rand-ll.c: New test.
6366 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
6368         * gcc.dg/cpp/trad/escaped-nl.c: New test.
6370 2002-06-30  Devang Patel  <dpatel@apple.com>
6372         * objc.dg/fsyntax-only.m: New test.
6374 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
6376         PR c++/6695
6377         * g++.dg/template/friend7.C: New file.
6379 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
6381         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
6382         return type.
6384 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
6386         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
6387         avoid division by zero.
6389 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
6391         * gcc.dg/Wunknownprag.c: New tests.
6393 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
6395         * gcc.c-torture/execute/simd-2.c: New test.
6397 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
6399         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
6400         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
6401         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
6402         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
6403         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
6404         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
6405         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
6406         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
6407         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
6408         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
6409         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
6410         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
6411         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
6412         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
6413         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
6414         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
6415         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
6417 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
6419         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
6420         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
6421         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
6422         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
6423         New tests.
6424         * gcc.dg/cpp/trad/directive.c: Update.
6426 2002-06-23  Andreas Jaeger  <aj@suse.de>
6428         * gcc.c-torture/execute/complex-6.c: New.
6430 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
6432         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
6433         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
6434         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
6435         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
6437 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
6439         * gcc.dg/cpp/trad: New directory with traditional tests copied
6440         from parent directory.
6441         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6442         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6443         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6444         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6445         Move to trad/ and rename.
6446         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
6447         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
6448         gcc.dg/cpp/trad/redef2.c: New tests.
6449         * gcc.dg/cpp/trad/trad.exp: New driver.
6451 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
6453         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6454         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6455         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6456         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6457         Remove.
6459 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
6461         * gcc.dg/20020620-1.c: New test.
6463 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6465         * g++.dg/template/ttp4.C: New test.
6467 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
6469         * g++.dg/opt/vt1.C: Fix regexp.
6471 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6473         * gcc.c-torture/execute/pure-1.c: Make functions static again.
6474         Don't use attribute `noinline'.
6476 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6478         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
6480 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
6482         * gcc.c-torture/execute/simd-1.c: New.
6484         * gcc.dg/simd-1.c: New.
6486 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
6488         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
6490 2002-06-16  Richard Henderson  <rth@redhat.com>
6492         * g++.dg/ext/anon-struct1.C: New.
6493         * g++.dg/ext/anon-struct2.C: New.
6494         * g++.dg/ext/anon-struct3.C: New.
6495         * gcc.dg/anon-struct-1.c: New.
6496         * gcc.dg/anon-struct-2.c: New.
6497         * gcc.dg/anon-struct-3.c: New.
6498         * gcc.dg/20011008-1.c: Adjust warning text.
6499         * gcc.dg/20020527-1.c: Add -fms-extensions.
6501 2002-06-16  Richard Henderson  <rth@redhat.com>
6503         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
6505 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
6507         * gcc.c-torture/execute/20020615-1.c: New test.
6509 2002-06-15  Roger Sayle  <roger@eyesopen.com>
6511         * gcc.c-tortuture/execute/compare-1.c: New test case.
6512         * gcc.c-tortuture/execute/compare-2.c: New test case.
6513         * gcc.c-tortuture/execute/compare-3.c: New test case.
6515 2002-06-13  Richard Henderson  <rth@redhat.com>
6517         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
6518         ia64 ilp32.
6520 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6522         * g++.dg/template/typename2.C: Update error message.
6524 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
6526         * gcc.c-torture/execute/20020611-1.c: New test.
6528 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
6530         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
6531         list of targets to skip.
6533 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
6535         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
6536         targets if not optimizing.
6538 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
6540         * gcc.c-torture/compile/20020605-1.c: New test.
6542         * g++.dg/opt/vt1.C: New test.
6544         * gcc.dg/20020531-1.c: New test.
6546         * gcc.dg/20020530-1.c: New test.
6548         * gcc.dg/20020527-1.c: New test.
6550         * g++.dg/opt/cse1.C: New test.
6552 2002-06-07  Roger Sayle  <roger@eyesopen.com>
6554         * gcc.dg/20020607-2.c: New test case.
6556 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
6558         * gcc.c-torture/compile/20020604-1.c: New test.
6560 2002-06-04  Richard Henderson  <rth@redhat.com>
6562         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
6563         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
6564         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
6566 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
6568         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
6570 2002-06-03  Richard Henderson  <rth@redhat.com>
6572         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
6573         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
6575 2002-06-02  Richard Henderson  <rth@redhat.com>
6577         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
6578         test functions static.
6580 2002-06-02  Andreas Jaeger  <aj@suse.de>
6582         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
6583         now.
6585 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6587         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
6588         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
6589         Update for mofified diagnostics.
6590         * gcc.dg/c99-intconst-1.c: No longer fail.
6592 2002-06-02  Richard Henderson  <rth@redhat.com>
6594         * gcc.dg/uninit-A.c: Remove xfail markers.
6596 2002-06-01  Roger Sayle  <roger@eyesopen.com>
6598         * gcc.dg/fnegate-1.c: New test case.
6600 2002-05-30  Osku Salerma  <osku@iki.fi>
6602         * gcc.c-torture/execute/mayalias-1.c: New file.
6604 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6606         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
6607         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
6608         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
6610 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
6612         * gcc.c-torture/execute/20020529-1.c: New test.
6614 2002-05-27  Richard Henderson  <rth@redhat.com>
6616         * g++.dg/ext/attrib6.C: New test case.
6618 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6620         * gcc.c-torture/execute/pure-1.c: New test.
6622 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6624         * gcc.dg/cpp/arith-2.c: Remove.
6626 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6628         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
6629         * gcc.dg/cpp/if-3.c: Remove.
6631 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
6633         * g++.dg/opt/cse2.C: New test.
6635 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
6637         * gcc.dg/cpp/arith-1.c: New semantic tests.
6638         * gcc.dg/cpp/if-1.c: Update.
6640 2002-05-24  Ben Elliston  <bje@redhat.com>
6642         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
6644 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
6646         * gcc.dg/verbose-asm.c: New test.
6648 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6650         * gcc.dg/cpp/paste12.c: New test.
6652 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6654         * g++.dg/parse/named_ops.C: New test.
6656 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
6658         * gcc/testsuite/gcc.dg/weak-8.c: New test.
6660 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6662         * gcc.dg/weak-2.c: Allow optional leading underscore
6663         in scan-assembler symbol name.
6664         * gcc.dg/weak-3.c: Likewise.
6665         * gcc.dg/weak-4.c: Likewise.
6666         * gcc.dg/weak-5.c: Likewise.
6668 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6670         * gcc.dg/20020523-1.c: New test.
6672 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
6674         * objc.dg/const-str-2.m: Update now that we stop after
6675         a command line error.
6677 2002-05-22  Richard Henderson  <rth@redhat.com>
6679         * g++.dg/dg.exp: Fix typo in test pruneing.
6681 2002-05-22  Richard Henderson  <rth@redhat.com>
6683         * g++.dg/dg.exp: Prune the tls subdirectory.
6684         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
6685         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
6686         * g++.dg/tls/init-1.C: New.
6688 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
6690         * gcc.dg/20020517-1.c: New test.
6692 2002-05-21  Richard Henderson  <rth@redhat.com>
6694         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
6695         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
6697 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
6699         * g++.dg/other/copy2.C: New test.
6701 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
6703         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
6704         (MAX_COPY): Bump up to 10 times sizeof (long long).
6705         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
6707         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
6708         sizeof (long long).
6710         * gcc.c-torture/execute/strcpy-1.c: New test.
6712 2002-05-19  Jason Merrill  <jason2redhat.com>
6714         * g++.dg/ext/oper1.C: New test.
6716 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
6717 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
6719         * README.QMTEST: New file.
6721         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
6723 2002-05-19  Andreas Jaeger  <aj@suse.de>
6725         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
6726         now.
6727         * gcc.c-torture/execute/loop-2d.x: Likewise.
6729 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
6731         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
6732         support weak symbols.
6733         * gcc.dg/weak-4.c: Likewise
6734         * gcc.dg/weak-6.c: Likewise
6736 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
6738         * gcc.dg/weak-3.c: Add dg-excess-error comment for
6739         cygwin, coff and h8300-*-hms targets
6740         * gcc.dg/weak-5.c: Likewise
6741         * gcc.dg/weak-7.c: Likewise
6743 2002-05-16  Jason Merrill  <jason@redhat.com>
6745         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
6746         (scan-assembler-not, scan-assembler-dem): Likewise.
6747         (scan-assembler-dem-not): Likewise.
6749 2002-05-15  Richard Henderson  <rth@redhat.com>
6751         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
6753 2002-05-15  Richard Henderson  <rth@redhat.com>
6755         * gcc.dg/weak-5.c (vfoo1c): No warning here.
6756         (vfoo1f): Warning here.
6757         (vfoo1l): Don't redefine the alias.
6759 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
6761         * g++.dg/init/pm1.C: New test.
6763 2002-05-12  David S. Miller  <davem@redhat.com>
6765         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
6766         types.
6768 2002-05-10  Roger Sayle  <roger@eyesopen.com>
6770         * gcc.c-torture/execute/20020510-1.c: New test case.
6772 2002-05-10  David S. Miller  <davem@redhat.com>
6774         * gcc.c-torture/execute/conversion.c: Test long double too.
6776 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
6778         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
6779         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
6780         * lib/g++.exp (g++_link_flags): Likewise.
6781         * lib/objc.exp (objc_target_compile): Likewise.
6783 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6785         * gcc.dg/cpp/poison.c: Update.
6786         * gcc.dg/cpp/20000625-2.c: Remove.
6787         * gcc.dg/cpp/direct2s.c: Remove final test.
6789 2002-05-08  Tom Rix  <trix@redhat.com>
6791         * gcc.c-torture/execute/20020508-1.c: New test.
6792         * gcc.c-torture/execute/20020508-2.c: New test.
6793         * gcc.c-torture/execute/20020508-3.c: New test.
6795 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6797         * gcc.dg/cpp/charconst-4.c: More tests.
6799 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
6801         PR c/6569
6802         * gcc.dg/weak-3.c: Update location of warning messages.
6803         * gcc.dg/weak-5.c: Likewise.
6805 2002-05-06  Roger Sayle  <roger@eyesopen.com>
6807         * gcc.c-torture/execute/20020506-1.c: New test case.
6809 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6811         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
6813 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6815         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
6817 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6819         * gcc.dg/cpp/charconst-3.c: New test.
6821 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6823         * gcc.dg/cpp/charconst.c: Update tests.
6825 2002-05-05  Tim Josling  <tej@melbpc.org.au>
6827         * treelang: Added directory for new sample language treelang. Also
6828         lib/treelang.exp: New file to signal treelang should be tested.
6830 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6832         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
6833         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
6834         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
6835         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
6836         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
6837         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
6838         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
6840 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6842         * gcc.dg/format/xopen-2.c: New test.
6844 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6846         * gcc.dg/20020503-1.c: New test.
6848 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
6850         * g++.dg/init/dtor1.C: Make it tougher.
6852 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
6854         * g++.dg/init/dtor1.C: New test.
6856 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
6858         * gcc.dg/altivec-8.c: New.
6860 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
6862         * gcc.dg/altivec-7.c: New.
6864 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
6866         * g++.dg/parse/typedef1.C: New test.
6868 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6870         PR c++/6486
6871         * g++.dg/template/friend6.C: New test.
6873         PR c++/6492
6874         * g++.dg/init/copy1.C: New test.
6876 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
6878         * g++.dg/warn/effc1.C: New test.
6880 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6882         * gcc.dg/cpp/if-cexp.c: Add a test.
6884 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
6886         * gcc.dg/20020426-2.c: New test.
6888 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
6890         * gcc.dg/cpp/if-mop.c: Update.
6891         * gcc.dg/cpp/if-mpar.c: Add test.
6892         * gcc.dg/cpp/if-oppr.c: Update.
6894 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6896         PR c/6343
6897         * gcc.dg/weak-[2-7].c: New tests.
6899 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
6901         * gcc.dg/enum1.c: New test.
6903 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
6905         PR c++/6497
6906         * g++.dg/inherit/access2.C: New test.
6908 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
6910         PR bootstrap/6445
6911         * gcc.dg/20020426-1.c: New test.
6913 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
6915         * g++.dg/abi/enum1.C: New test.
6917 2002-04-26  Richard Henderson  <rth@redhat.com>
6919         * gcc.dg/c99-bool-1.c: Expect always true warning.
6921 2002-04-25  Roger Sayle  <roger@eyesopen.com>
6923         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
6925 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6927         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
6928         targets.
6930 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
6932         * g++.dg/abi/mange7.C: New test.
6934         PR c++/6438.
6935         * g++.dg/parse/stmtexpr2.C: New test.
6937 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
6939         * gcc.dg/20020312-2.c: Add SH target.
6941 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6943         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
6944         compiler output on mips*-*-irix*.
6946 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
6948         * g++.dg/parse/attr1.C: New test.
6950 2002-04-23  Roger Sayle  <roger@eyesopen.com>
6952         * gcc.c-torture/execute/string-opt-17.c: New test case.
6953         * gcc.c-torture/execute/memset-2.c: New test case.
6955 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
6957         PR c++/6256:
6958         * g++.dg/template/friend5.C: New test.
6960         PR c++/6331:
6961         * g++.dg/template/qual1.C: Likewise.
6963 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
6965         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
6966         Include stdlib.h, not stdio.h or ctype.h.
6968 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
6970         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
6971         cris-*-elf* and mmix-*-*.
6972         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
6973         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
6974         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
6975         Ditto.
6976         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
6977         * gcc.dg/wchar_t-1.c: Ditto.
6979 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
6981         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
6982         Clarify comment.
6984 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
6986         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
6988 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6990         * gcc.c-torture/execute/20000906-1.x: Delete.
6992 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
6994         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
6996 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
6998         * PR6367
6999         * g77.f-torture/execute/6367.f: New test.
7000         * g77.f-torture/execute/6367.x: Disable for MMIX.
7002 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
7004         * PR6352
7005         * g++.dg/opt/inline2.C: New test.
7007 2002-04-18  Richard Henderson  <rth@redhat.com>
7009         * gcc.dg/20000906-1.c: Enable for all targets.
7010         * gcc.c-torture/compile/iftrap-2.c: New.
7012 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7014         * gcc.dg/20020418-1.c: New test.
7015         * gcc.dg/20020418-2.c: New test.
7017 2002-04-18  Richard Henderson  <rth@redhat.com>
7019         * gcc.c-torture/compile/iftrap-1.c: New.
7020         * gcc.dg/iftrap-1.c: Adjust for ia64.
7021         * gcc.dg/iftrap-2.c: New.
7023 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
7025         * gcc.c-torture/compile/20020418-1.c: New test.
7027 2002-04-18  Roger Sayle  <roger@eyesopen.com>
7029         * gcc.c-torture/compile/20020415-1.c: New.
7031 2002-04-18  David S. Miller  <davem@redhat.com>
7033         * gcc.c-torture/execute/20020418-1.c: New test.
7035 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
7037         * gcc.dg/20020416-1.c: New test.
7039         * g++.dg/opt/inline1.C: New test.
7041 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
7043         * gcc.dg/altivec-5.c: New test.
7045         * gcc.dg/20020415-1.c: New test.
7047 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7049         * testsuite/lib/chill.exp: Remove.
7051 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7053         * g++.dg/other/big-struct.C: New test.
7055 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
7057         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
7058         of scratch file.
7060 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
7062         PR c/6277
7063         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
7064         in scan-assembler function name
7066 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
7068         * g77.f-torture/execute/980628-4.x,
7069         g77.f-torture/execute/980628-5.x,
7070         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7071         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7072         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
7073         i[34567]86-*-*.
7075 2002-04-13  David S. Miller  <davem@redhat.com>
7077         * gcc.c-torture/execute/20020413-1.c: New test.
7079 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
7081         * gcc.dg/asm-6.c,
7082         * g++.dg/ext/asm1.C: New tests.
7084 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
7086         PR c++ 5373.
7087         * g++.dg/parse/stmtexpr1.C: New test.
7089         PR c++/5189.
7090         * g++.dg/template/copy1.C: New test.
7092 2002-04-12  Richard Henderson  <rth@redhat.com>
7094         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
7096 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
7098         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
7099         gcc.c-torture/execute/20020307-2.c.
7101 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
7103         * g++.dg/ext/attrib5.C,
7104         * g++.dg/lookup/struct1.C: New tests.
7106 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7108         * gcc.dg/20020411-1.c: New test.
7110         * gcc.c-torture/execute/20020411-1.c: New test.
7112 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
7114         * g77.f-torture/execute/6177.f: New test.
7116 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
7118         PR middle-end/6247
7119         * g++.dg/opt/cleanup1.C: New test.
7121         * g++.dg/opt/const1.C: New test.
7123 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
7125         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
7127 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7129         PR c++/5507
7130         * g++.dg/template/typename2.C: New test.
7132 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
7134         * gcc.c-torture/execute/loop-12.c: New.
7136 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
7138         * g77.f-torture/execute/980628-4.x,
7139         g77.f-torture/execute/980628-5.x,
7140         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7141         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7142         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
7144 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7146         PR optimization/6086
7147         * g++.dg/opt/preinc1.C: New test.
7149 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7151         PR c++/5571
7152         * g++.dg/opt/static2.C: New test.
7154 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
7156         PR c/5120
7157         * gcc.dg/20020406-1.c: New test.
7159 2002-04-04  David S. Miller  <davem@redhat.com>
7161         * gcc.c-torture/execute/20020404-1.c: New test.
7163 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
7165         PR c/6123
7166         * gcc.dg/20020312-2.c: Do not declare global register variable
7167         if __PIC__ or __pic__ is defined.
7169 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
7171         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
7172         __asm__ so that it works correctly even if -ansi -pedantic-errors.
7174 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7176         * gcc.misc-tests/linkage.exp: Update last change to handle
7177         sparc*-, not just sparc-.
7179 2002-04-03  Richard Henderson  <rth@redhat.com>
7181         * gcc.dg/cpp/ucs.c: Improved long UCS test.
7183 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7185         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
7187 2002-04-02  David S. Miller  <davem@redhat.com>
7189         * gcc.c-torture/execute/20020402-3.c: New test.
7191 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
7193         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
7194         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
7196         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
7197         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
7198         g77.f-torture/execute/20001201.x,
7199         g77.f-torture/execute/u77-test.x: New files.
7201         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
7202         * gcc.dg/wchar_t-1.c: Ditto.
7204 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7206         * gcc.c-torture/execute/20020402-1.c: New test.
7208 2002-04-01  Richard Henderson  <rth@redhat.com>
7210         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
7212         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
7214 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7216         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
7218 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7220         * g++.dg/inherit/template-as-base.C: Expect error.
7221         * g++.dg/inherit/namespace-as-base.C: Likewise.
7223 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
7225         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
7226         g++.dg/ext/instantiate3.C: Tweak match patterns.
7228         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
7229         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
7230         -da test.
7232 2002-03-31  Richard Henderson  <rth@redhat.com>
7234         * gcc.dg/special/alias-2.c: New.
7235         * gcc.dg/special/ecos.exp: Run it.
7237 2002-03-31  Richard Henderson  <rth@redhat.com>
7239         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
7241 2002-03-31  Kazu Hirata  <kazu@hxi.com>
7243         * gcc.dg/weak-1.c: Disable on h8300 port.
7245 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
7247         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
7248         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
7249         ordering tests.
7250         * g++.dg/bprob/bprob-1.C: New test.
7251         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
7252         * g++.dg/gcov/gcov-1.C: New test.
7253         * g++.dg/gcov/gcov-1.x: New file.
7254         * g++.dg/gcov/gcov-2.C: New test.
7255         * g++.dg/gcov/gcov-3.C: New test.
7256         * g++.dg/gcov/gcov-3.h: New file.
7258 2002-03-28  Roger Sayle  <roger@eyesopen.com>
7260         * g++.old-deja/g++.other/builtins5.C: New test.
7261         * g++.old-deja/g++.other/builtins6.C: New test.
7262         * g++.old-deja/g++.other/builtins7.C: New test.
7263         * g++.old-deja/g++.other/builtins8.C: New test.
7264         * g++.old-deja/g++.other/builtins9.C: New test.
7266 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7268         * g++.dg/opt/static1.C: New test.
7270         * g++.dg/opt/longbranch1.C: New test.
7272 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
7274         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
7276         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
7278 2002-03-28  Jeffrey A Law  (law@redhat.com)
7280         * gcc.c-torture/execute/20020328-1.c: New test.
7282 2002-03-27  Richard Henderson  <rth@redhat.com>
7284         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
7285         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
7286         move from g++.old-deja/g++.ext/.
7288 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
7290         * g++.dg/init/new2.C: New test.
7292 2002-03-26  Richard Henderson  <rth@redhat.com>
7294         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
7296         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
7297         on sparc.
7299         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
7300         sparcv9 systems.
7301         * gcc.dg/20001102-1.c: Likewise.
7303 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
7305         * gcc.dg/cpp/endif-pedantic1.c,
7306         gcc.dg/cpp/endif-pedantic2.c:  New tests.
7308 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
7310         * g++.dg/init/new1.C: New test.
7312 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
7314         * g++.dg/abi/vbase9.C: New test.
7316 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
7318         * gcc.dg/arm-asm.c: New test.
7320 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
7322         * gcc.dg/Wswitch-enum.c: New test.
7323         Fix PR c/5044.
7325 2002-03-26  Richard Henderson  <rth@redhat.com>
7327         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
7328         structure.
7330 2002-03-25  Richard Henderson  <rth@redhat.com>
7332         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
7333         sparcv9 systems.
7335         * gcc.c-torture/compile/20011119-1.c (xxx): New.
7336         * gcc.c-torture/compile/20011119-2.c (xxx): New.
7338 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
7340         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
7342 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
7344         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
7345         targets using generic thunk support.
7347 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
7349         * gcc.c-torture/compile/20020323-1.c: New test.
7351         * g++.dg/opt/conj2.C: New test.
7353 2002-03-24  Richard Henderson  <rth@redhat.com>
7355         * gcc.dg/weak-1.c: Use -fno-common.
7357 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7359         * g77.dg/f77-edit-apostrophe-out.f: New test
7360         * g77.dg/f77-edit-h-out.f: New test
7361         * g77.dg/f77-edit-t-in.f: New test
7362         * g77.dg/f77-edit-t-out.f: New test
7363         * g77.dg/f77-edit-x-out.f: New test
7364         * g77.dg/f77-edit-slash-out.f: New test
7365         * g77.dg/f77-edit-colon-out.f: New test
7366         * g77.dg/f77-edit-s-out.f: New test
7368 2002-03-24  Richard Henderson  <rth@redhat.com>
7370         * objc/execute/formal_protocol-6.x: New XFAIL.
7372 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7374         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
7375         that do not support weak symbols
7377 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
7379         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
7380         * lib/g77.exp:  Likewise
7381         * lib/objc.exp: Likewise
7383 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
7385         * gcc.dg/Wswitch-default.c: New test.
7387 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7389         * g++.dg/other/enum1.C: New test.
7391 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
7393         * gcc.dg/pragma-ep-3.c: Fix typo.
7395 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7397         * g++.dg/inherit/template-as-base.C: New test.
7399 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
7401         * g++.old-deja/g++.other/dwarf2-1.C: Move...
7402         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
7404 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
7406         * gcc.dg/cpp/multiline.c: Update to match.
7408 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
7410         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
7412 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
7414         * gcc.dg/cpp/extratokens2.c:  New file.
7416 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
7418         * gcc.dg/20020312-2.c: Add rs6000 target.
7420         * gcc.c-torture/compile/20020319-1.c: New test.
7422 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7424         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
7425         (A, E): Handle this.
7427 2002-03-20  Jason Merrill  <jason@redhat.com>
7429         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
7430         ignoring -fpic.
7431         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
7432         through prune_gcc_output.
7434 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
7436         * gcc.c-torture/compile/20020320-1.c: New test.
7438 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
7440         * gcc.c-torture/compile/20020318-1.c: New test.
7442         * gcc.dg/struct-by-value-1.c: New test.
7444         * gcc.dg/20020319-1.c: New test.
7446 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
7448         * g++.dg/opt/conj1.C: New test.
7450 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
7452         * g++.dg/template/qualttp20.C: Revert previous change.
7453         * g++.dg/template/qualttp3.C: Likewise.
7454         * g++.dg/template/qualttp4.C: Likewise
7455         * g++.dg/template/qualttp5.C: Likewise
7456         * g++.dg/template/qualttp6.C: Likewise
7457         * g++.dg/template/qualttp7.C: Likewise
7458         * g++.dg/template/qualttp8.C: Likewise
7459         * g++.dg/template/recurse.C: Likewise.
7461 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7463         * gcc.dg/cpp/wchar-1.c: Update.
7465 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
7467         * g++.dg/template/conv1.C: New test.
7468         * g++.dg/template/conv2.C: New test.
7469         * g++.dg/template/conv3.C: New test.
7470         * g++.dg/template/conv4.C: New test.
7472 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7474         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
7475         * g++.dg/template/qualttp3.C: Likewise.
7476         * g++.dg/template/qualttp4.C: Likewise
7477         * g++.dg/template/qualttp5.C: Likewise
7478         * g++.dg/template/qualttp6.C: Likewise
7479         * g++.dg/template/qualttp7.C: Likewise
7480         * g++.dg/template/qualttp8.C: Likewise
7481         * g++.dg/template/recurse.C: Likewise.
7483 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
7485         * g++.dg/opt/dtor1.C: New test.
7487 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
7489         * gcc.c-torture/compile/20020315-1.c: New test.
7491 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
7493         * gcc.dg/weak-1.c: Fix scan tests.
7495 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
7497         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
7498         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
7499         cris-*-aout* mmix-*-*.
7500         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
7501         cris-*-aout* mmix-*-*.
7502         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
7503         cris-*-elf* cris-*-aout* and mmix-*-*.
7504         * gcc.dg/20001009-1.c: Ditto.
7505         * gcc.dg/20010912-1.c: Ditto.
7506         * gcc.dg/20020122-4.c: Ditto.
7507         * gcc.dg/inline-2.c: Ditto.
7509 2002-03-14  Jeffrey A Law  (law@cygnus.com)
7511         * gcc.c-torture/compile/20020314-1.c: New test.
7513 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
7515         * gcc.c-torture/execute/20020314-1.c: New test.
7517 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7519         * g++.dg/warn/Wunused-1.C: New test.
7521 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
7523         * g++.dg/abi/mangle6.C: New test.
7525 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7527         * gcc.c-torture/compile/20020309-2.c: New test.
7529         * gcc.c-torture/compile/20020312-1.c: New test.
7531 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
7533         * g++.dg/other/access1.C: New test.
7535 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
7537         * gcc.c-torture/execute/wchar_t-1.c: New test.
7539 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
7541         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
7543 2002-03-12  Roger Sayle  <roger@eyesopen.com>
7545         * gcc.dg/20020312-1.c: New test case.
7547 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
7549         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
7551 2002-03-11  Richard Henderson  <rth@redhat.com>
7553         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
7554         * g++.old-deja/g++.jason/report.C: Likewise.
7556 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7558         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
7559         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
7561 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
7563         * testsuite/g++.dg/overload/pmf1.C: New test.
7565 2002-03-11  Kazu Hirata  <kazu@hxi.com>
7567         * gcc.c-torture/execute/20020307-1.c: Use long.
7569 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7571         PR optimization/5844
7572         * gcc.dg/20020310-1.c: New test.
7574 2002-03-09  Michael Meissner  <meissner@redhat.com>
7576         * gcc.c-torture/execute/memcpy-2.c: New test.
7577         * gcc.c-torture/execute/memset-1.c: New test.
7578         * gcc.c-torture/execute/strlen-1.c: New test.
7579         * gcc.c-torture/execute/strcmp-1.c: New test.
7580         * gcc.c-torture/execute/strncmp-1.c: New test.
7582 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
7584         * gcc.dg/ppc-ldstruct.c: New test.
7586 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
7588         * gcc.c-torture/execute/va-arg-22.c: New test.
7590 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7592         * gcc.c-torture/compile/20020309-1.c: New test.
7594 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
7596         * gcc.c-torture/execute/20020307-2.c: New test.
7598 2002-03-07  Jeffrey A Law  (law@redhat.com)
7600         * g77.f-torture/compile/20020307-1.f: New test.
7602 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
7604         * gcc.dg/unordered-1.c: New test.
7606 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
7608         * gcc.c-torture/execute/20020307-1.c: New test.
7610 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
7612         * gcc.dg/20020304-1.c: New test.
7614         * gcc.c-torture/compile/20020304-2.c: New test.
7616 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
7618         * gcc.c-torture/compile/20020304-1.c: New test case
7619         (from PR c/5830).
7621 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
7623         * gcc.dg/20020103-1.c: Add other -D ppc variants.
7625 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7627         * g++.dg/other/classkey1.C: New test.
7629 2002-03-01  Richard Henderson  <rth@redhat.com>
7631         * gcc.c-torture/compile/981223-1.x: New.
7632         * gcc.c-torture/compile/920625-1.x: New.
7634 2002-02-28  Richard Henderson  <rth@redhat.com>
7636         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
7638 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
7640         * gcc.c-torture/execute/20020227-1.c: New test.
7642 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
7644         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
7645         here" ERROR lines.
7646         * g++.old-deja/g++.oliva/partord1.C: Likewise.
7647         * g++.old-deja.g++.other/defarg1.C: Likewise.
7648         * g++.old-deja/g++.pt/calls2.C: Likewise.
7649         * g++.old-deja/g++.pt/crash20.C: Likewise.
7650         * g++.old-deja/g++.pt/crash30.C: Likewise.
7651         * g++.old-deja/g++.pt/crash36.C: Likewise.
7652         * g++.old-deja/g++.pt/crash6.C: Likewise.
7653         * g++.old-deja/g++.pt/defarg13.C: Likewise.
7654         * g++.old-deja/g++.pt/derived3.C: Likewise.
7655         * g++.old-deja/g++.pt/error1.C: Likewise.
7656         * g++.old-deja/g++.pt/friend21.C: Likewise.
7657         * g++.old-deja/g++.pt/friend23.C: Likewise.
7658         * g++.old-deja/g++.pt/infinite1.C: Likewise.
7659         * g++.old-deja/g++.robertl/eb128.C: Likewise.
7661 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
7663         * gcc.c-torture/execute/20020225-2.c: New test.
7665 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
7667         * gcc.c-torture/execute/920730-1t.c,
7668         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
7669         Delete test cases, only relevant to -traditional.
7671 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7673         * gcc.dg/cpp/undef1.c: Remove.
7674         * gcc.dg/cpp/directiv.c: Update.
7675         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
7677 2002-02-27  Michael Meissner  <meissner@redhat.com>
7679         * gcc.c-torture/execute/20020226-1.c: New test.
7681 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
7683         * g++.dg/debug/debug4.C: New test.
7685         * gcc.dg/ia64-visibility-1.c: New test.
7687 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
7689         * gcc.dg/debug/20020224-1.c: New.
7691 2002-02-25  Kazu Hirata  <kazu@hxi.com>
7693         * gcc.c-torture/execute/960416-1.x: New.
7694         * gcc.c-torture/execute/divconst-3.x: Likewise.
7696 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7698         * gcc.dg/20020224-1.c: New test.
7700 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
7702         * gcc.c-torture/execute/20020225-1.c: New.
7704 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
7706         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
7708 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
7710         * gcc.dg/20020222-1.c: New test.
7712 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
7714         * g++.dg/opt/anonunion1.C: New test.
7716 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
7718         * g++.dg/template/qualttp19.C: New test.
7719         * g++.dg/template/qualttp20.C: New test.
7720         * g++.old-deja/g++.jason/report.C: Adjust expected errors
7721         * g++.old-deja/g++.other/qual1.C: Likewise.
7723 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
7725         * gcc.dg/attr-alwaysinline.c: New.
7727 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
7729         * gcc.dg/20020220-1.c: New test.
7731         * gcc.dg/20020220-2.c: New test.
7733         * g++.dg/opt/mmx1.C: New test.
7735 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
7737         * gcc.c-torture/compile/20020110.c: New test.
7739 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
7741         * gcc.c-torture/execute/20020219-1.c: New test.
7743         * gcc.dg/20020219-1.c: New test.
7745         * gcc.dg/noncompile/20020220-1.c: New test.
7747         * g++.dg/opt/ptrintsum1.C: New test.
7749         * gcc.dg/debug/20020220-1.c: New test.
7751 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
7753         * gcc.c-torture/execute/20020216-1.c: New test.
7755 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7757         * gcc.dg/decl-1.c: Update, new test.
7759 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
7761         * g++.dg/abi/bitfield1.C: New test.
7762         * g++.dg/abi/bitfield2.C: New test.
7764 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
7766         * gcc.dg/attr-nest.c: New test.
7768 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
7770         * gcc.c-torture/execute/20020215-1.c: New test.
7772 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
7774         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
7775         * g++.dg/debug/debug.exp: New.
7776         * g++.dg/debug/trivial.C: New.
7777         * g++.dg/debug/debug1.C: Moved...
7778         * g++.dg/other/debug1.C: ...from here.
7779         * g++.dg/debug/debug2.C: Moved...
7780         * g++.dg/other/debug2.C: ...from here.
7781         * g++.dg/debug/debug3.C: Moved...
7782         * g++.dg/other/debug3.C: ...from here.
7784         * gcc.dg/noncompile/20020213-1.c: New test.
7786 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
7788         * g++.dg/other/debug3.C: New test.
7790         * gcc.c-torture/execute/20020213-1.c: New test.
7792 2002-02-13  Richard Smith <richard@ex-parrot.com>
7794         * g++.old-deja/g++.other/thunk1.C: New test.
7796 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
7798         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
7800 2002-02-13  Stan Shebs  <shebs@apple.com>
7802         * gcc.dg/altivec-3.c: New.
7804 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
7806         * gcc.dg/Wunreachable-1.c: New test.
7807         * gcc.dg/Wunreachable-2.c: New test.
7809 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
7811         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
7813 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
7815         * gcc.dg/decl-1.c: New test.
7817 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
7819         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
7821 2002-02-10  Kazu Hirata  <kazu@hxi.com>
7823         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
7824         * gcc.c-torture/compile/980506-1.x: Likewise.
7826 2002-02-10  Kazu Hirata  <kazu@hxi.com>
7828         * gcc.dg/20020210-1.c: New.
7830 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
7832         * g77.f-torture/execute/947.f: New regression test
7833         for PR fortran/947.
7835 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7837         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
7838         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
7840 2002-02-08  Richard Henderson  <rth@redhat.com>
7842         * gcc.c-torture/compile/labels-3.c: New.
7844 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
7846         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
7847         expression statements work instead.
7848         * gcc.dg/noncompile/20020207-1.c: New test.
7850 2002-02-07  Richard Henderson  <rth@redhat.com>
7852         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
7854 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7856         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
7857         message from g77
7858         * lib/g77-dg.exp: Trim g77 error messages so that they are
7859         recognized by dg.exp.
7861 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7863         PR fortran/5473
7864         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
7866 2002-02-07  Richard Henderson  <rth@redhat.com>
7868         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
7869         to be sufficiently aligned for integers.
7871 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
7873         * g++.dg/template/friend4.C: New test.
7875 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7877         PR fortran/5743
7878         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
7879         unsupported cases.
7881 2002-02-07  Richard Henderson  <rth@redhat.com>
7883         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
7884         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
7885         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
7886         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
7888 2002-02-06  Richard Henderson  <rth@redhat.com>
7890         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
7892 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
7894         * gcc.dg/20020206-1.c: New test.
7896 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
7898         * gcc.c-torture/execute/20020206-1.c: New test.
7900         * gcc.c-torture/execute/20020206-2.c: New test.
7902         PR optimization/5429:
7903         * gcc.c-torture/compile/20020206-1.c: New test.
7905 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
7907         * g++.dg/ext/align1.C: Do not use an explicit alignment value
7908         as certain file formats cannot support particularly large
7909         alignments.
7911         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
7912         and do not expect to be able to link the executable.
7914         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
7915         fail because the COFF format does not support the weak attribute.
7917 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
7919         * g77.dg/pr5473.f:  New test
7921 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
7923         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
7924         Fix testcase accordingly.
7926 2002-02-04  Richard Henderson  <rth@redhat.com>
7928         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
7929         (buf): Change to be an array of pointers, not ints.
7931 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
7933         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
7934         before all tests.  Move warning one line above to match where it
7935         C frontend emits.
7936         * gcc.dg/Wswitch-2.c: New test.
7937         * g++.dg/warn/Wswitch-1.C: New test.
7938         * g++.dg/warn/Wswitch-2.C: New test.
7940 2002-02-04  Richard Henderson  <rth@redhat.com>
7942         * g++.dg/abi/offsetof.C: Fix size comparison.
7944 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
7946         * gcc.dg/cast-qual-2.c: New test.
7948 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
7950         * gcc.dg/20020201-4.c: New test.
7952 2002-02-04  Ben Elliston  <bje@redhat.com>
7954         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
7955         target_info attribute != 0, in addition to the empty string.
7956         (gcc_target_compile): Likewise.
7958 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
7960         * gcc.dg/Wswitch.c: New test.
7961         PR gcc/4475. PR gcc/3780.
7963 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
7965         * g77.f-torture/execute/5122.f: New test for regressions
7966         against PR fortran/5122.
7968 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
7970         * g77.f-torture/compile/pr3743.f: Delete
7971         * g77.dg/pr3743-1.f: New test.
7972         * g77.dg/pr3743-2.f: New test.
7973         * g77.dg/pr3743-3.f: New test.
7974         * g77.dg/pr3743-4.f: New test.
7976 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7978         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
7980 2002-02-02  Richard Henderson  <rth@redhat.com>
7982         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
7983         * gcc.c-torture/execute/bf64-1.c: Likewise.
7985 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
7987         * gcc.dg/20020201-2.c: New test.
7989         * gcc.dg/20020201-3.c: New test.
7991         * gcc.c-torture/execute/bitfld-2.c: New test.
7993 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7995         * gcc.dg/bitfld-1.c: Update.
7996         * gcc.dg/bitfld-2.c: Update.
7997         * gcc.c-torture/execute/bitfld-1.x: New.
7999 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
8001         * gcc.c-torture/execute/20020201-1.c: New test.
8003 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
8005         PR target/5469
8006         * gcc.dg/20020201-1.c: New test.
8008 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
8010         PR fortran/3743
8011         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
8012         * g77.f-torture/compile/pr3743.x: Remove
8014 2002-01-31  Tom Rix  <trix@redhat.com>
8016         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
8018 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8020         * gcc.dg/noncompile/20020130-1.c: New test.
8022 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
8024         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
8026 2002-01-29  Richard Henderson  <rth@redhat.com>
8028         * gcc.c-torture/execute/991118-1.c: Cast various constants back
8029         to long long.
8030         * gcc.c-torture/execute/bf64-1.c: Likewise.
8032 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
8034         * gcc.c-torture/execute/20020129-1.c: New test.
8036 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8038         * gcc.c-torture/compile/20000224-1.c: Update.
8039         * gcc.c-torture/execute/bitfld-1.c: New tests.
8040         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
8041         * gcc.dg/uninit-A.c: Update.
8043 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
8045         * g++.dg/template/ctor1.C: Add instantiation.
8047 2002-01-28  Paul Koning  <pkoning@equallogic.com>
8049         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
8050         argument to __builtin_prefetch to be const ptr.
8052 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
8054         * gcc.c-torture/compile/20020120-1.c: New test.
8056 2002-01-27  Kazu Hirata  <kazu@hxi.com>
8058         * gcc.c-torture/execute/20020127-1.c: New test.
8060 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
8062         * g77.dg/f77-edit-i-in.f: New test
8063         * g77.dg/f77-edit-i-out.f: New test
8065 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
8067         * gcc.dg/debug/debug.exp: New file.
8068         * gcc.dg/debug/trivial.c: New file.
8069         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
8070         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
8071         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
8072         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
8073         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
8074         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
8075         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
8076         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
8077         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
8078         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
8079         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
8080         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
8081         * gcc.dg/20000503-1.c: Removed.
8082         * gcc.dg/20010207-1.c: Removed.
8083         * gcc.dg/20011223-1.c: Removed.
8084         * gcc.dg/20020104-2.c: Removed.
8085         * gcc.dg/debug-1.c: Removed.
8086         * gcc.dg/debug-2.c: Removed.
8087         * gcc.dg/debug-3.c: Removed.
8088         * gcc.dg/debug-4.c: Removed.
8089         * gcc.dg/debug-5.c: Removed.
8090         * gcc.dg/debug-6.c: Removed.
8091         * gcc.dg/dwarf2-1.c: Removed.
8092         * gcc.dg/dwarf2-2.c: Removed.
8094 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
8096         * g++.old-deja/g++.other/eh5.C: New test.
8097         * g++.old-deja/g++.other/sibcall2.C: New test.
8098         * g++.old-deja/g++.other/array9.C: New test.
8099         * g++.old-deja/g++.other/typename2.C: New test.
8100         * g++.old-deja/g++.other/crash60.C: New test.
8101         * g++.old-deja/g++.other/conv9.C: New test.
8102         * g++.old-deja/g++.other/mangle10.C: New test.
8103         * g++.old-deja/g++.other/unchanging1.C: New test.
8104         * g++.old-deja/g++.other/exprstmt1.C: New test.
8105         * g++.old-deja/g++.other/inline23.C: New test.
8106         * g++.old-deja/g++.eh/ia64-1.C: New test.
8107         * g++.old-deja/g++.other/dwarf2-1.C: New test.
8108         * g++.old-deja/g++.other/reload1.C: New test.
8109         * g++.old-deja/g++.other/static20.C: New test.
8110         * g++.old-deja/g++.other/local-alloc1.C: New test.
8111         * g++.old-deja/g++.other/conv8.C: New test.
8112         * g++.old-deja/g++.other/stmtexpr2.C: New test.
8113         * g++.old-deja/g++.other/storeexpr1.C: New test.
8114         * g++.old-deja/g++.other/storeexpr2.C: New test.
8115         * g++.dg/eh/template2.C: New test.
8116         * g++.dg/warn/weak1.C: New test.
8118 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
8120         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8121         Remove first, non-varying, argument.
8123 2002-01-23  Richard Henderson  <rth@redhat.com>
8125         * gcc.dg/inline-2.c: New.
8127         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
8128         Add optional target arg.  Check number of arguments.
8129         (scan-assembler-not, scan-assembler-dem): Likewise.
8130         (scan-assembler-dem-not): Likewise.
8132 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8134         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
8135         line 12.
8136         * g++.old-deja/g++.brendan/parse3.C,
8137         g++.old-deja/g++.other/crash26.C,
8138         g++.old-deja/g++.other/crash28.C,
8139         g++.old-deja/g++.other/crash29.C,
8140         g++.old-deja/g++.other/crash30.C,
8141         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
8143 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
8145         * gcc.dg/20020115-1.c: New.
8147 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
8149         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
8151 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
8153         * gcc.dg/20020122-3.c: New.
8155 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
8157         * g++.dg/other/gc1.C: New test.
8159 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
8161         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
8163 2002-01-22  Richard Henderson  <rth@redhat.com>
8165         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
8167 2002-01-22  Richard Henderson  <rth@redhat.com>
8169         * gcc.dg/20020122-4.c: New.
8171 2002-01-22  H.J. Lu <hjl@gnu.org>
8173         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
8174         link output.
8175         * gcc.dg/special/ecos.exp: Likewise.
8176         * lib/g++-dg.exp: Likewise.
8177         * lib/g77-dg.exp: Likewise.
8178         * lib/gcc-dg.exp : Likewise.
8179         * lib/mike-g++.exp: Likewise.
8180         * lib/mike-g77.exp: Likewise.
8181         * lib/mike-gcc.exp: Likewise.
8182         * lib/objc-dg.exp: Likewise.
8184 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
8186         PR target/5379
8187         * gcc.dg/20020122-2.c: New test.
8189 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
8191         * gcc.dg/20020122-1.c: New test.
8193 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
8195         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
8197 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
8199         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
8201 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8203         * gcc.c-torture/compile/20020121-1.c: New test.
8205 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8207         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
8208         ld_library_path.
8210 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
8212         * gcc.dg/20020218-1.c: New test.
8214 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
8216         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
8217         messages
8218         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
8219         "At global scope" warning
8220         * g++.dg/ext/align1.C: Change cygwin test for alignment
8221         from db-bogus to dg-warning
8223 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
8225         * g77.f-torture/compile/cpp2.F: New test.
8227 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8229         * g++.dg/template/access1.C: New test.
8231 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
8233         * gcc.dg/20020118-1.c: New.
8235 2002-01-18  Kazu Hirata  <kazu@hxi.com>
8237         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
8239 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8241         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
8242         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
8243         alignment warnings.
8245 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
8247         * gcc.misc-tests/i386-prefetch.exp: Save and restore
8248         torture_with_loops and torture_without_loops
8250 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
8252         * gcc.c-torture/compile/20020116-1.c: New test.
8254 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
8256         * gcc.dg/20020116-2.c: New test.
8258         * gcc.dg/ultrasp4.c: New test.
8260         * gcc.dg/20020116-1.c: New test.
8262 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
8264         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
8265         by EABI.
8267 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
8269         * gcc.misc-tests/i386-prefetch.exp: New.
8270         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
8271         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
8272         * gcc.misc-tests/i386-pf-none-1.c: New test.
8273         * gcc.misc-tests/i386-pf-sse-1.c: New test.
8275 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
8277         * gcc.dg/gnu89-init-1.c: Add new tests.
8279 2002-01-15  Andreas Jaeger  <aj@suse.de>
8281         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
8282         * gcc.dg/i386-mmx-2.c: Likewise.
8283         * gcc.dg/i386-sse-1.c: Likewise.
8284         * gcc.dg/i386-sse-2.c: Likewise.
8285         * gcc.dg/i386-sse-3.c: Likewise.
8287 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
8289         * g77.f-torture/execute/intrinsic-unix-bessel.f:
8290         Uncomment additional cases that now pass.
8292 2002-01-11  Richard Henderson  <rth@redhat.com>
8294         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
8295         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
8297 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
8299         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
8301 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
8303         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
8304         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
8306 2002-01-10  Dale Johannesen  <dalej@apple.com>
8308         * gcc.c-torture/execute/loop-11.c: New.
8310 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
8312         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
8313         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
8315 2002-01-09  Richard Henderson  <rth@redhat.com>
8317         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
8318         type in which to perform the operation for each size.
8320 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
8322         * gcc.c-torture/compile/20020109-2.c: New test.
8324 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
8326         * gcc.c-torture/execute/loop-10.c: New test.
8328 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8330         * gcc.c-torture/compile/20010226-1.c: New test.
8331         * gcc.c-torture/compile/20010227-1.c: New test.
8332         * gcc.c-torture/compile/20010426-1.c: New test.
8333         * gcc.c-torture/compile/20010510-1.c: New test.
8334         * gcc.c-torture/compile/20010605-3.c: New test.
8335         * gcc.c-torture/compile/20010824-1.c: New test.
8336         * gcc.c-torture/execute/20010409-1.c: New test.
8337         * gcc.dg/noncompile/20000901-1.c: New test.
8338         * gcc.dg/20001023-1.c: New test.
8339         * gcc.dg/20001101-1.c: New test.
8340         * gcc.dg/20001102-1.c: New test.
8341         * gcc.dg/20010207-1.c: New test.
8342         * gcc.dg/20010405-1.c: New test.
8343         * gcc.dg/20010822-1.c: New test.
8344         * gcc.dg/20011107-1.c: New test.
8346 2002-01-09  Jeffrey A Law  (law@redhat.com)
8348         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
8350         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
8351         execution failure on PA targets.
8353 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8355         * gcc.c-torture/compile/20020109-1.c: New test.
8357 2002-01-08  Kazu Hirata  <kazu@hxi.com>
8359         * gcc.c-torture/execute/20020108-1.c: New test.
8361 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
8363         * gcc.dg/20020108-1.c: New test.
8365 2002-01-08  H.J. Lu <hjl@gnu.org>
8367         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
8368         for header files.
8370 2002-01-08  Geoff Keating  <geoffk@redhat.com>
8372         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
8373         consistency.
8375 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
8377         * gcc.dg/altivec-4.c: Test altivec predicates.
8379 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
8381         * gcc.c-torture/execute/20020107-1.c: New test.
8383 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8385         PR c/5279
8386         * gcc.c-torture/compile/20020106-1.c: New test.
8388 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
8390         * gcc.c-torture/execute/nestfunc-4.c: New test.
8392 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8394         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
8395         extra triple that slipped in.
8396         * g++.old-deja/g++.abi/align.C: Likewise.
8397         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8399 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
8401         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
8402         * g++.old-deja/g++.abi/align.C: Likewise.
8403         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8405         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
8406         on FreeBSD/i386.
8407         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
8408         FreeBSD.
8410 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
8412         * gcc.dg/20020104-1.c: New test.
8414         * gcc.dg/20020104-2.c: New test.
8416 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
8418         * gcc.dg/20020103-1.c: Fix typo in target selector.
8420 2002-01-03  Richard Henderson  <rth@redhat.com>
8422         * gcc.dg/20020103-1.c: New.
8424 2002-01-03  Kazu Hirata  <kazu@hxi.com>
8426         * gcc.c-torture/execute/20020103-1.c: New test.
8428 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
8430         * g++.dg/other/debug2.C: New test.
8432         * gcc.c-torture/compile/20020103-1.c: New test.
8434 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
8436         * gcc.dg/gnu89-init-1.c: Added new tests.
8438 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8440         * g++.dg/template/friend2.C: Remove as patch is reverted.
8442         * g++.dg/warn/oldcast1.C: New test.
8444         * g++.dg/template/ptrmem1.C: New test.
8445         * g++.dg/template/ptrmem2.C: New test.
8447         * g++.dg/template/ntp.C: New test.
8449         * g++.dg/other/component1.C: New test.
8451         * g++.dg/template/ttp3.C: New test.
8453         * g++.dg/template/friend2.C: New test.
8454         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
8456 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8458         * g++.dg/other/ptrmem1.C: New test.
8459         * g++.dg/other/ptrmem2.C: New test.
8461 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8463         * g++.dg/template/ctor1.C: New test.
8465 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
8467         * g++.dg/template/friend2.C: New test.
8469 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
8471         * gcc.dg/mmix-1.c: New test.
8473 2001-12-31  Richard Henderson  <rth@redhat.com>
8475         * gcc.dg/asm-5.c: New.
8477 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
8479         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
8480         in namespace __gnu_cxx
8482 2001-12-30  Richard Henderson  <rth@redhat.com>
8484         * gcc.dg/debug-6.c: New.
8486 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
8488         * gcc.c-torture/compile/20011229-2.c: New test.
8490 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
8492         * gcc.dg/debug-3.c: New test.
8493         * gcc.dg/debug-4.c: New test.
8494         * gcc.dg/debug-5.c: New test.
8496 2001-12-29  Richard Henderson  <rth@redhat.com>
8498         * g++.dg/eh/loop1.C: New.
8500 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8502         * g++.dg/template/crash1.C: New test.
8504 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8506         * g++.dg/other/const1.C: New test.
8508 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
8510         * gcc.c-torture/compile/20011229-1.c: New test.
8512 2001-12-28  Stan Shebs  <shebs@apple.com>
8514         * lib/objc-torture.exp: Resync with c-torture.exp.
8515         * lib/objc.exp: Load standard libraries.
8517 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
8519         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
8520         additional tests.
8522 2001-12-27  Roger Sayle <roger@eyesopen.com>
8524         * gcc.c-torture/execute/string-opt-16.c: New testcase.
8526 2001-12-27  Richard Henderson  <rth@redhat.com>
8528         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
8530 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
8532         * g++.dg/eh/ctor1.C: New test.
8533         * g++.dg/other/error2.C: New test.
8535 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
8537         * g++.dg/other/init2.C: New test.
8539 2001-12-24  Richard Henderson  <rth@redhat.com>
8541         * gcc.dg/20011223-1.c: New.
8542         * gcc.dg/inline-1.c: New.
8544 2001-12-23  Richard Henderson  <rth@redhat.com>
8546         * gcc.dg/asm-4.c: Test operand modifiers.
8548 2001-12-23  Richard Henderson  <rth@redhat.com>
8550         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
8552 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8554         * gcc.c-torture/execute/20011223-1.c: New test.
8556 2001-12-21  Richard Henderson  <rth@redhat.com>
8558         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
8559         re-enables the warning.
8561 2001-12-21  Richard Henderson  <rth@redhat.com>
8563         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
8565 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8567         * gcc.c-torture/compile/20011218-1.c: New test.
8569 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
8571         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
8572         arm-isr.c test.
8573         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
8574         epilogue generation for ARM ISR routines.
8576 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8578         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
8579         * gcc.dg/format/c90-printf-3.c: Likewise.
8580         * gcc.dg/format/c99-printf-3.c: Likewise.
8581         * gcc.dg/format/ext-1.c: Likewise.
8582         * gcc.dg/format/ext-6.c: Likewise.
8583         * gcc.dg/format/format.h: Prototype unlocked stdio.
8585 2001-12-20  Richard Henderson  <rth@redhat.com>
8587         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
8588         (arena): Use it.
8589         (malloc): Correct allocation logic.  Abort if we fill up the
8590         arena before initialization complete.
8591         (realloc): Correct allocation logic.
8593 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
8595         * gcc.c-torture/compile/20011219-2.c: New test.
8597         * gcc.c-torture/execute/20011219-1.c: New test.
8599 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
8601         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
8602         target does not support weak symbols.
8604 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
8606         * gcc.c-torture/compile/20011219-1.c: New test.
8608 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
8610         * g++.dg/other/error1.C: New test.
8612 2001-12-17  Jeffrey A Law  (law@redhat.com)
8614         * gcc.c-torture/execute/20011217-1.c: New test.
8616 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
8618         * objc.dg/special/: New directory.
8619         * objc.dg/special/special.exp: New file.
8620         * objc.dg/special/unclaimed-category-1.h: New file.
8621         * objc.dg/special/unclaimed-category-1a.m: New file.
8622         * objc.dg/special/unclaimed-category-1.m: New file.
8624 2001-12-17  Andreas Jaeger  <aj@suse.de>
8626         * gcc.c-torture/compile/20011217-2.c: New test.
8628 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8630         * gcc.c-torture/compile/20011217-1.c: New test.
8632 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
8634         * testsuite/gcc.dg/20011214-1.c: New.
8636 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
8638         * gcc.dg/altivec-4.c: New.
8640 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
8642         * gcc.dg/20011113-1.c: New test.
8644 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8646         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
8647         std::__malloc_alloc_template<0> and
8648         std::__default_alloc_template<false, 0>.
8650 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
8652         * objc/execute/bf-21.m: New test.
8653         * objc/execute/enumeration-1.m: New test.
8654         * objc/execute/enumeration-2.m: New test.
8656 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
8658         * gcc.dg/gnu89-init-1.c: New test.
8660 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8662         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
8663         * g++.old-deja/g++.jason/2371.C: Likewise.
8664         * g++.old-deja/g++.jason/template33.C: Likewise.
8665         * g++.old-deja/g++.jason/template34.C: Likewise.
8666         * g++.old-deja/g++.jason/template36.C: Likewise.
8667         * g++.old-deja/g++.oliva/typename1.C: Likewise.
8668         * g++.old-deja/g++.oliva/typename2.C: Likewise.
8669         * g++.old-deja/g++.other/typename1.C: Likewise.
8670         * g++.old-deja/g++.pt/inherit2.C: Likewise.
8671         * g++.old-deja/g++.pt/nontype5.C: Likewise.
8672         * g++.old-deja/g++.pt/typename11.C: Likewise.
8673         * g++.old-deja/g++.pt/typename14.C: Likewise.
8674         * g++.old-deja/g++.pt/typename16.C: Likewise.
8675         * g++.old-deja/g++.pt/typename3.C: Likewise.
8676         * g++.old-deja/g++.pt/typename4.C: Likewise.
8677         * g++.old-deja/g++.pt/typename5.C: Likewise.
8678         * g++.old-deja/g++.pt/typename7.C: Likewise.
8679         * g++.old-deja/g++.robertl/eb9.C: Likewise.
8681 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
8683         * g++.dg/other/linkage1.C: New test.
8684         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
8685         specifiers.
8687 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
8689         * gcc.dg/concat.c: New test.
8691 2001-12-11  Stan Shebs  <shebs@apple.com>
8693         * objc/compile: New test directory.
8694         * objc/compile/compile.exp: New expect script.
8695         * objc/compile/20011211-1.m: New compile test.
8697 2001-12-11  Jason Merrill  <jason@redhat.com>
8699         * lib/prune.exp (prune_gcc_output): Also handle "In member
8700         function".  So many permutations...
8702 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
8704         * g++.dg/template/typedef1.C: New test.
8706 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
8708         * g++.dg/other/copy1.C: New test.
8710 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
8712         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
8714         * gcc.dg/builtin-choose-expr.c: New.
8716 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
8718         * gcc.dg/altivec-2.c: New.
8720 2001-12-07  Richard Henderson  <rth@redhat.com>
8722         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
8724 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
8726         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
8727         ultrasparc.
8729 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8731         * g++-old.deja/g++.robertl/eb101.C: Deleted.
8733 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
8735         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
8736         variable argument list.
8738 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
8740         * gcc.c-torture/execute/memcheck: Delete entire directory.
8741         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
8742         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
8744 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8746         * gcc.dg/Wshadow-1.c: New test.
8748 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
8750         * gcc.c-torture/compile/20011130-1.c: New test.
8752         * gcc.dg/noncompile/20011025-1.c: New test.
8754         * g++.dg/other/anon-union.C: New test.
8756         * gcc.c-torture/execute/20011024-1.c: New test.
8758 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8760         * gcc.c-torture/execute/20000722-1.x,
8761         gcc.c-torture/execute/20010123-1.x: Remove.
8762         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
8763         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
8764         gcc.dg/c99-complit-2.c: New tests.
8766 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
8768         * g++.dg/inherit/base1.C: New test.
8770 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
8772         * g++.dg/other/stdarg1.C: New test.
8774         * gcc.c-torture/compile/20011130-2.c: New test.
8776 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
8778         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
8779         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
8780         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
8781         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
8782         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
8783         * gcc.dg/builtin-prefetch-1.c: New test.
8785 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
8787         * gcc.dg/20011130-1.c: New test.
8789 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
8791         * g++.dg/other/scope1.C: New test.
8792         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
8794 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
8796         * gcc.dg/vla-init-1.c: New test.
8798 2001-12-01  Geoff Keating  <geoffk@redhat.com>
8800         * gcc.c-torture/compile/structs.c: New testcase from GDB.
8802 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8804         * objc.dg/alias.m: Update.
8805         * objc.dg/class-1.m: Update.
8806         * objc.dg/const-str-1.m: Update.
8807         * objc.dg/fwd-proto-1.m: Update.
8808         * objc.dg/id-1.m: Update.
8809         * objc.dg/super-class-1.m: Update.
8811 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
8813         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
8814         constructs.
8816 2001-11-28  Jeffrey A Law  (law@cygnus.com)
8818         * gcc.c-torture/execute/20011128-1.c: New test.
8820 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
8822         * gcc.dg/20011127-1.c: New test.
8824 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8826         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
8827         from Austin Group draft 7.
8828         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
8829         scanf format arguments.
8830         * gcc.dg/format/no-exargs-2.c: New test.
8832 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
8834         * g++.dg/abi/vbase8-4.C: New test.
8836 2001-11-24  Ian Lance Taylor  <ian@airs.com>
8838         * gcc.c-torture/execute/20011121-1.c: New test.
8840 2001-11-23  Jeffrey A Law  (law@cygnus.com)
8842         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
8844 2001-11-23  Andreas Jaeger  <aj@suse.de>
8846         * gcc.dg/cpp/charconst-2.c: New test.
8848 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
8850         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
8851         to the host if it is remote.  Let tests specify extra headers
8852         they use.
8853         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
8854         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
8855         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
8856         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
8857         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
8858         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
8859         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
8860         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
8861         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
8862         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
8864 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
8866         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
8867         for little endian ARMs.
8869 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
8871         * gcc.c-torture/compile/20011119-1.c: New test.
8872         * gcc.c-torture/compile/20011119-2.c: New test.
8874 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
8876         * gcc.dg/altivec-1.c: Fix typo.
8878 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8880         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
8882 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8884         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
8886 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
8888         * lib/g77.exp: Don't specify --rpath-link.
8890         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
8891         across all the headers.
8892         * gcc.dg/format/format.exp: For testing on a remote host,
8893         copy format.h.
8895         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
8896         * gcc.c-torture/execute/930406-1.c: Likewise.
8897         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
8899 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
8901         * gcc.dg/altivec-1.c: New.
8903 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8905         * gcc.dg/cpp/fpreprocessed.c: New test case.
8907 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8909         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
8910         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
8911         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
8913 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8915         * gcc.dg/no-builtin-1.c: New test.
8917 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
8919         * gcc.c-torture/execute/20011115-1.c: New test.
8921 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
8923         * gcc.c-torture/compile/20011114-2.c: New test.
8924         * gcc.c-torture/compile/20011114-3.c: New test.
8925         * gcc.c-torture/compile/20011114-4.c: New test.
8927 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
8929         * g++.dg/other/init1.C: New test.
8931 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
8933         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
8934         message.
8936         * gcc.c-torture/execute/20011114-1.c: New testcase.
8938         * gcc.c-torture/compile/20010327-1.c: Revert last change.
8939         * gcc.c-torture/compile/20011114-1.c: New test, exactly
8940         like the (before this change) version of 20010327-1.c.
8942 2001-11-14  Roger Sayle <roger@eyesopen.com>
8944         * gcc.c-torture/execute/string-opt-13.c: New testcase.
8946 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
8948         * g++.dg/init/array2.C: New test.
8950 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
8952         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
8954 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
8956         * g++.dg/other/forscope1.C: New test.
8957         * g++.dg/ext/forscope1.C: New test.
8958         * g++.dg/ext/forscope2.C: New test.
8960 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
8962         * gcc.c-torture/execute/20011113-1.c: New test.
8964 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
8966         * gcc.c-torture/execute/20011109-2.c: New test.
8968         * gcc.c-torture/execute/20011109-1.c: New test.
8970 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
8972         * gcc.c-torture/compile/20011109-1.c: New test.
8974 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8976         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
8977         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
8978         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
8979         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
8980         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
8981         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
8982         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
8984 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8986         * g++.dg/warn/Wshadow-1.C: New tests.
8987         * g++.old-deja/g++.mike/for3.C: Update.
8989 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8991         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
8992         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
8993         XFAILs.  Adjust expected error texts.
8994         * gcc.c-torture/compile/20011106-1.c,
8995         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
8996         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
8997         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
8998         gcc.dg/c99-array-lval-5.c: New tests.
9000 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9002         * gcc.dg/cpp/defined.c: Update.
9004 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9006         * gcc.c-torture/execute/anon-1.c: New test.
9008 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
9010         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
9011         same size, so no warning should be produced on stormy16.
9013         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
9014         due to oversized array.
9015         * g++.old-deja/g++.mike/ns15.C: Likewise.
9016         * g++.old-deja/g++.pt/crash16.C: Likewise.
9018 2001-11-02  Graham Stott  <grahams@redhat.com>
9020         * g++.dgother/debug1.C: Fix typos.
9022 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
9024         * g++.dg/other/debug1.C: New test.
9026 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9028         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
9029         of unsigned long.
9031 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
9033         * gcc.dg/20011029-2.c: New test.
9035         * gcc.c-torture/compile/20011029-1.c: New test.
9037 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
9039         * objc/execute/class_self-1.m: New test.
9040         * objc/execute/class_self-2.m: New test.
9042 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
9044         * gcc.misc-tests/msgs.exp: Delete.
9045         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
9046         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
9047         error set to match recent changes.
9049 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
9051         * gcc.dg/20011021-1.c: New test.
9053 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
9055         * gcc.c-torture/compile/20011023-1.c: New test.
9057 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
9059         * lib/g77.exp: Rewrite based on lib/g++.exp.
9061 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
9063         * gcc.c-torture/execute/20011019-1.c: New test.
9065         * gcc.dg/20011018-1.c: New test.
9067 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
9069         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
9071 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
9073         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
9074         * gcc.dg/attr-invalid.c: Likewise.
9076 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
9078         * testsuite/gcc.dg/20011015-1.c: New test.
9080 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9082         * g++.dg/template/unify2.C: New test.
9084 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
9086         * g++.dg/other/exception-specification.C: New test
9088 2001-10-13  Tom Rix  <trix@redhat.com>
9090         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
9091         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
9093 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
9095         * testsuite/gcc.dg/20011009-1.c: New test.
9097 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
9099         PR g++/4476
9100         * g++.dg/other/friend1.C: New test.
9102 2001-10-11  Richard Henderson  <rth@redhat.com>
9104         * g++.old-deja/g++.other/crash18.C: Add -S to options.
9106 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9108         * gcc.c-torture/compile/20011010-1.c: New.
9110 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
9112         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
9113         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
9114         g77.f-torture/execute/execute.exp,
9115         g77.f-torture/noncompile/noncompile.exp,
9116         gcc.c-torture/compile/compile.exp,
9117         gcc.c-torture/execute/execute.exp,
9118         gcc.c-torture/execute/ieee/ieee.exp,
9119         gcc.c-torture/execute/memcheck/memcheck.exp,
9120         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
9121         objc/execute/execute.exp: Update FSF address.
9123 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9125         * gcc.dg/cpp/cmdlne-C.c: Update.
9126         * gcc.dg/cpp/cmdlne-C2.c: New.
9128 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9130         * gcc.c-torture/execute/20011008-3.c: New.
9132 2001-10-08  DJ Delorie  <dj@redhat.com>
9134         * gcc.dg/20011008-1.c: New.
9135         * gcc.dg/20011008-2.c: New.
9137 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9139         * gcc.dg/cpp/spacing1.c: Update test.
9141 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9143         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
9144         spelling errors of "separate" as "seperate".
9146 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
9148         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
9149         enough to avoid inlining.
9151 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9153         * lib/g77.exp: set libg2c_dir correctly.
9155 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9157         * gcc.dg/cpp/macro11.c: New test.
9159 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9161         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
9162         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
9163         gcc.dg/format/multattr-3.c: New tests.
9164         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
9165         tests for format attributes on function pointers being rejected.
9167 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9169         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
9171 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9173         * g++.dg/warn/format1.C: New test.
9175 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9177         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
9179 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9181         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
9183 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9185         * gcc.dg/cpp/redef2.c: Add test.
9187 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
9189         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
9190         long-standing bug on i686, apparently.
9191         * gcc.c-torture/execute/loop-2c.x: New file.
9192         * gcc.c-torture/execute/loop-2d.x: New file.
9193         * gcc.c-torture/execute/loop-3c.x: New file.
9195 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
9197         * gcc.dg/cpp/20000625-2.c: Correct line number.
9199 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9201         * gcc.dg/cpp/macro10.c: New test.
9202         * gcc.dg/cpp/strify3.c: New test.
9203         * gcc.dg/cpp/spacing1.c: Add tests.
9204         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
9205         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
9207 2001-09-24  DJ Delorie  <dj@redhat.com>
9209         * gcc.c-torture/execute/20010924-1.c: New test.
9211 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9213         * testsuite/objc/execute/paste.m: Remove.
9215 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9217         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
9219 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
9221         * g77.dg/strlen0.f: New test.
9223 2001-09-21  Richard Henderson  <rth@redhat.com>
9225         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
9226         * g++.old-deja/g++.abi/vtable2.C: Likewise.
9228 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
9230         Table-driven attributes.
9231         * g++.dg/ext/attrib1.C: New test.
9233 2001-09-20  DJ Delorie  <dj@redhat.com>
9235         * gcc.dg/20000926-1.c: Update expected warning messages.
9236         * gcc.dg/array-2.c: Likewise, and test for warnings too.
9237         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
9238         array.
9240 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
9242         * g++.dg/eh/registers1.C: New test case.
9244 2001-09-17  Richard Henderson  <rth@redhat.com>
9246         * gcc.dg/array-5.c: Fix VLA decomposition test.
9248 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9250         * gcc.dg/cpp/line5.c: New testcase.
9252 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
9254         * gcc.dg/cpp/macro9.c: New test.
9256 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
9258         * gcc.c-torture/execute/980223.c: Change type of addr from long
9259         to char *.
9261 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
9263         * gcc.c-torture/execute/20010915-1.c: New test.
9265 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
9267         * g77.dg/bprob: New directory.
9268         * g77.dg/bprob/bprob.exp: New file.
9269         * g77.dg/bprob/bprob-1.f: New test.
9270         * g77.dg/gcov: New directory.
9271         * g77.dg/gcov/gcov.exp: New file.
9272         * g77.dg/gcov/gcov-1.f: New test.
9273         * g77.dg/gcov/gcov-1.x: New file.
9275 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
9277         * gcc.dg/cpp/directiv.c: Update.
9278         * gcc.dg/cpp/undef1.c: Update.
9280 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
9282         * gcc.dg/20010912-1.c: New test.
9284 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
9286         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
9287         language-independent file in lib.
9288         * lib/gcov.exp: New file.
9290 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9292         * gcc.c-torture/compile/20010911-1.c: New test.
9294 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
9296         * lib/profopt.exp: New, to support profile-directed optimizations.
9297         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
9298         * gcc.misc-tests/bprob-1.c: New test.
9299         * gcc.misc-tests/bprob-2.c: New test.
9301 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
9303         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
9304         XFAIL and which kinds of gcov output to verify.
9305         * gcc.misc-tests/gcov-4b.x: New file.
9306         * gcc.misc-tests/gcov-5b.x: New file.
9307         * gcc.misc-tests/gcov-6.x: New file.
9308         * gcc.misc-tests/gcov-7.c: New test.
9309         * gcc.misc-tests/gcov-7.x: New file.
9311 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
9313         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
9314         * gcc.misc-tests/gcov-6.c: New test.
9316 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9318         PR c++/3986
9319         * g++.dg/abi/vbase1.C: New test.
9321 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
9323         * objc.dg/method-2.m: New.
9325 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9327         PR c++/4203
9328         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
9329         * g++.dg/init/empty1.C: New test.
9331 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
9333         * gcc.c-torture/compile/20010903-1.c: New test.
9335 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
9337         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
9338         for m68k.
9340 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
9342         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
9344         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
9346         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
9348 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
9350         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
9351         for 16-bit 'unsigned int'.
9353 2001-08-29  Kazu Hirata  <kazu@hxi.com>
9355         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
9357 2001-08-27  Richard Henderson  <rth@redhat.com>
9359         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
9360         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
9362 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
9364         * gcc.dg/asm-names.c (ymain): New.
9366 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
9368         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
9369         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
9370         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
9372 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9374         * gcc.dg/compare5.c: New testcase.
9376 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
9378         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
9379         and "In instantiation".
9381 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
9383         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
9385 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
9387         * gcc.misc-tests/gcov.exp: Add support for branch information.
9388         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
9389         * gcc.misc-tests/gcov-4.c: New test.
9390         * gcc.misc-tests/gcov-4b.c: New test.
9391         * gcc.misc-tests/gcov-5b.c: New test.
9393 2001-08-20  Zack Weinberg  <zackw@panix.com>
9395         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
9396         expected to fail.
9398 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9400         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
9402 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
9404         * g++.dg/eh/template1.C: New test.
9406 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
9408         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
9409         Fix thinko.
9410         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
9411         for xfail.
9413 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
9415         * lib/g77-dg.exp:  Use prune.exp for common procedures
9416         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
9417         * lib/g77.exp: (g77-dg-prune) Remove
9419 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
9421         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
9423 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9425         * g++.dg/template/unify1.C: New test.
9427 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
9429         * g++.dg/abi/empty4.C: New test.
9431 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
9433         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
9434         solaris2.*
9435         * g77.f-torture/compile/pr3743.x: Likewise
9437 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9439         * g++.dg/other/using-declaration.C: New test.
9441 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9443         * gcc.dg/cpp/tr-sign.c: New testcase.
9445 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9447         * gcc.dg/cpp/19951025-1.c: Revert.
9448         * gcc.dg/cpp/directiv.c: We no longer process directives that
9449         interrupt macro arguments.
9451 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
9453         * gcc.dg/bconstp-1.c: New test.
9455 2001-08-03  Richard Henderson  <rth@redhat.com>
9457         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
9459 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9461         * gcc.dg/cpp/19951025-1.c: Update.
9463 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
9465         * g77.dg/ff90-1.f (s): Fix reference of variable z,
9466         should be x.
9468 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9470         Kill -fhonor-std.
9471         * g++.old-deja/g++.ns/ns14.C: Remove special options.
9472         * g++.old-deja/g++.other/std1.C: Likewise.
9473         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
9475 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
9477         * lib/g77.exp:  Load gcc-defs.exp for common procedures
9478         (g77_pass, g77_fail, g77_finish, g77_exit,
9479         ${tool}_check_unsupported_p} Now redundant.  Deleted.
9481 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
9483         * g77.dg/fbackslash.f
9484         * g77.dg/fcase-preserve.f
9485         * g77.dg/ff90-1.f
9486         * g77.dg/ffixed-line-length-0.f
9487         * g77.dg/ffixed-line-length-132.f
9488         * g77.dg/ffixed-line-length-7.f
9489         * g77.dg/ffixed-line-length-72.f
9490         * g77.dg/ffixed-line-length-none.f
9491         * g77.dg/ffree-form-1.f
9492         * g77.dg/fno-backslash.f
9493         * g77.dg/fno-f90-1.f
9494         * g77.dg/fno-fixed-form-1.f
9495         * g77.dg/fno-onetrip.f
9496         * g77.dg/fno-typeless-boz.f
9497         * g77.dg/fno-underscoring.f
9498         * g77.dg/fno-vxt-1.f
9499         * g77.dg/fonetrip.f
9500         * g77.dg/ftypeless-boz.f
9501         * g77.dg/fugly-assumed.f
9502         * g77.dg/funderscoring.f
9503         * g77.dg/fvxt-1.f
9505 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
9507         * objc.dg/fwd-proto-1.m: New.
9508         * objc.dg/local-decl-1.m: New.
9509         * objc.dg/naming-1.m: New.
9510         * objc.dg/naming-2.m: New.
9511         * objc.dg/proto-hier-1.m: New.
9513 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
9515         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
9516         largest-type elements to a struct makes its size grow.
9518 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9520         * g++.dg/abi/vthunk1.C: New test.
9522 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9524         * g++.dg/abi/vbase8-22.C: New test.
9526 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9528         * gcc.dg/cpp/macro8.c: New test.
9530 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9532         * g++.dg/abi/vbase8-21.C: New test.
9534 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9536         * g++.dg/abi/vbase8-10.C: New test.
9538 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9540         * lib/g++.exp (g++_set_ld_library_path): Renamed to
9541         ${tool}_set_ld_library_path.
9542         Changed caller.
9543         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
9544         g++.exp.
9546 2001-07-26  Stan Cox <scox@redhat.com>
9548         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
9549         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
9550         gcc_exit, gcc_check_unsupported_p):
9551         Moved to gcc-deps.exp
9552         * gcc-deps.exp: New file.
9554 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9556         * g++.old-deja/g++.pt/defarg14.C: New test.
9558 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9560         * g++.old-deja/g++.other/lineno5.C: New test.
9562 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9564         * g++.old-deja/g++.pt/crash68.C: New test.
9566 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
9568         * g++.old-deja/g++.other/crash42.C: New test.
9570 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9572         * gcc.dg/cpp/extratokens.c: Fix.
9573         * gcc.dg/cpp/skipping2.c: New tests.
9575 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9577         * gcc.c-torture/execute/20010724-1.c: New file.
9578         * gcc.c-torture/execute/20010724-1.x: New file.
9580 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9582         * g++.old-deja/g++.other/cond7.C: New test.
9584 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9586         * g++.old-deja/g++.other/optimize4.C: New test.
9588 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9590         * g++.old-deja/g++.abi/vbase8-5.C: New test.
9592 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
9594         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
9595         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
9596         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
9597         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
9599         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
9600         bug report" message.
9602         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
9603         * g++.dg/ext/instantiate1.C: Move from old-deja.
9605 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
9607         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
9608         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
9609         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
9610         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
9612 2001-07-23  Jeffrey A Law  (law@cygnus.com)
9614         * gcc.c-torture/execute/20010723-1.c: New test.
9616 2001-07-23  Ben Elliston  <bje@redhat.com>
9618         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
9620 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9622         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
9623         i[34567]86-*-*.
9624         Delete handling of ieee_multilib_flags.
9625         Pass -mieee for alpha*-*-* and sh-*-*.
9626         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
9628 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
9630         Remove old-abi tests.
9631         * g++.old-deja/g++.mike/p11116.C: Remove.
9632         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
9634 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
9636         * g77.f-torture/compile/pr3743.f:  New test
9638 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
9640         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
9642 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9644         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
9645         g++.old-deja/g++.pt/static6.C: Likewise.
9646         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
9647         supports weak symbols.
9649 2001-07-18  Andreas Jaeger  <aj@suse.de>
9651         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
9652         supported again.
9654 2001-07-18  Andreas Jaeger  <aj@suse.de>
9656         * gcc.dg/iftrap-1.c: Fix target line.
9658 2001-07-17  Richard Henderson  <rth@redhat.com>
9660         * gcc.c-torture/execute/20010717-1.c: New.
9662 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9664         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
9665         tests.
9667 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9669         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
9671 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9673         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
9674         UAC_SIGBUS, UAC_NOPRINT definitions.
9676 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
9678         * objc/execute/object_is_class.m: New test.
9679         * objc/execute/object_is_meta_class.m: New test.
9681 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9683         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
9684         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
9686 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
9688         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
9689         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
9691 2001-07-14  Richard Henderson  <rth@redhat.com>
9693         * gcc.dg/iftrap-1.c: New.
9695 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
9697         * g77.f-torture/execute/intrinsic77.f: New test.
9699 2001-07-11  Janis Johnson <janis@us.ibm.com>
9701         * gcc.misc-tests/gcov-3.c: New test.
9703 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
9705         * gcc.c-torture/compile/20010711-1.c,
9706         * gcc.c-torture/compile/20010711-2.c: New tests.
9708 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
9710         * gcc.c-torture/execute/20010711-1.c: New test.
9712 2001-07-11  Ben Elliston  <bje@redhat.com>
9714         * g++.old-deja/g++.other/enum5.C: New test.
9716 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
9718         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
9719         (g++-dg-prune): Call prune_gcc_output.
9720         * prune.exp: New file for prune_gcc_output.
9721         * lib/g++.exp, lib/gcc.exp: Load it.
9723 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9725         * gcc.c-torture/compile/20010701-1.c,
9726         g++.old-deja/g++.ext/attrib6.C: New tests.
9728 2001-07-06  Jeffrey A Law  (law@cygnus.com)
9730         * gcc.c-torture/compile/20010706-1.c: New test.
9732 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
9734         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
9736 2001-06-28  Stan Shebs  <shebs@apple.com>
9738         * gcc.dg/pragma-darwin.c: New test.
9740 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9742         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
9743         Solaris 2.[678] system.
9745 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9747         * gcc.dg/20010622-1.c: New test.
9749 2001-06-18  Stan Shebs  <shebs@apple.com>
9751         * objc.dg: New directory.
9752         * objc.dg/dg.exp: New file.
9753         * objc.dg/alias.m: New.
9754         * objc.dg/class-1.m: New.
9755         * objc.dg/class-2.m: New.
9756         * objc.dg/const-str-1.m: New.
9757         * objc.dg/const-str-2.m: New.
9758         * objc.dg/id-1.m: New.
9759         * objc.dg/method-1.m: New.
9760         * objc.dg/super-class-1.m: New.
9761         * lib/objc-dg.exp: New file.
9763 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9765         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
9766         of label name.
9768 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
9770         * g++.old-deja/g++.abi/vbase8-9.C: New test.
9772 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9774         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
9775         variable.
9777 2001-06-12  Richard Henderson  <rth@redhat.com>
9779         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
9781 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
9783         * g++.old-deja/g++.abi/vbase5.C: New test.
9784         * g++.old-deja/g++.abi/vbase6.C: New test.
9785         * g++.old-deja/g++.abi/vbase7.C: New test.
9787 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9789         * gcc.c-torture/compile/20010610-1.c: New test.
9791 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
9793         * g++.old-deja/g++.abi/vbase4.C: New test.
9795 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9797         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
9798         support %f for HC11/HC12 targets.
9799         * gcc.c-torture/execute/930513-1.x: New file, likewise.
9800         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
9801         on HC11/HC12 targets.
9802         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
9804 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9806         * gcc.dg/wchar_t-1.c: New file.
9807         * gcc.dg/wint_t-1.c: Likewise.
9809 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
9811         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
9813 2001-06-11  Richard Henderson  <rth@redhat.com>
9815         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
9817 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9819         * gcc.c-torture/compile/20010611-1.c: New test.
9821 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9823         * gcc.dg/c99-tag-1.c: Add more tests.
9825 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
9827         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
9828         representation on MN10300 and ARM/Thumb.
9830 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
9832         * g77.f-torture/execute/20010610.f: New.
9834 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
9836         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
9837         names.
9839 2001-06-09  Richard Henderson  <rth@redhat.com>
9841         * gcc.c-torture/execute/ashrdi-1.c: New.
9842         * gcc.c-torture/execute/ashldi-1.c: New.
9843         * gcc.c-torture/execute/lshrdi-1.c: New.
9845 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
9847         * objc/execute/load-3.m: Added. Check sending +load to categories,
9848         in addition to classes.
9850 2001-06-08  Stan Shebs  <shebs@apple.com>
9852         * objc/execute/load-2.m: New test.  From Nicola Pero
9853         <n.pero@mi.flashnet.it>.
9855 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
9857         * gcc.c-torture/execute/20010605-2.c: New test.
9859 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
9861         * g++.old-deja/g++.abi/vbase2.C: New test.
9862         * g++.old-deja/g++.abi/vbase3.C: New test.
9864 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
9866         * g++.old-deja/g++.pt/friend49.C: New test.
9868 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
9870         * g++.old-deja/g++.ext/anon3.C: New test.
9872 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
9874         * g++.old-deja/g++.other/conv7.C: New test.
9876 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
9878         * gcc.c-torture/compile/20010605-2.c: New test.
9880 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9882         * gcc.c-torture/execute/20010604-1.c: New test.
9884 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
9886         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
9888 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
9890         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
9891         (g++_link_flags): Likewise.
9892         (g++_init): Pass gccpath's value to two previous functions.
9894 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9896         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
9897         Ensure logfile entry matches exec command line.
9899 2001-05-31  Richard Henderson  <rth@redhat.com>
9901         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
9902         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
9904 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
9906         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
9907         compiler for irix6.2
9909 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
9911         * g++.old-deja/g++.other/optimize3.C: New file.
9913 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
9915         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
9916         assemble.
9918 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
9920         * g++.old-deja/g++.other/optimize2.C: New file.
9922 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
9924         * gcc.c-torture/compile/20010518-2.c: New file.
9925         * gcc.c-torture/execute/20010518-1.c: New file.
9926         * gcc.c-torture/execute/20010518-2.c: New file.
9928 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9930         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
9932 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
9934         G++ no longer defines builtins that do not begin with __builtin.
9935         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
9936         * g++.old-deja/g++.brendand/misc13.C: Likewise.
9937         * g++.old-deja/g++.law/builtin1.C: Likewise.
9938         * g++.old-deja/g++.law/cvt2.C: Likewise.
9939         * g++.old-deja/g++.mike/net5.C: Likewise.
9940         * g++.old-deja/g++.other/builtins1.C: Likewise.
9941         * g++.old-deja/g++.other/builtins2.C: Likewise.
9942         * g++.old-deja/g++.other/builtins3.C: Likewise.
9943         * g++.old-deja/g++.other/builtins4.C: Likewise.
9944         * g++.old-deja/g++.other/inline8.C: Likewise.
9945         * g++.old-deja/g++.robertl/eb39.C: Likewise.
9947 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
9949         * g++.old-deja/g++.pt/using1.C: Adjust.
9950         * g++.old-deja/g++.pt/using2.C: New test.
9952 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9954         * gcc.dg/cpp/charconst.c: New tests.
9955         * gcc.dg/cpp/escape.c: New tests.
9956         * gcc.dg/cpp/escape-1.c: New tests.
9957         * gcc.dg/cpp/escape-2.c: New tests.
9958         * gcc.dg/cpp/ucs.c: New tests.
9960 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
9962         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
9963         native compiler for irix6.5.
9965 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
9967         * lib/g++.exp (g++_include_flags): Use args to compute
9968         get_multilibs.
9969         (g++_link_flags): Likewise.
9970         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
9972 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9974         * gcc.dg/c90-hexfloat-1.c: Add more tests.
9976 2001-05-21  Geoff Keating  <geoffk@redhat.com>
9978         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
9979         this file.
9981 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9983         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
9984         STACK_SIZE;
9985         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
9986         to STACK_SIZE; Use it to define size of add_histo array.
9987         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
9988         to STACK_SIZE.
9989         (f): Use GITT_SIZE to define size of gitt local table.
9990         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
9991         to STACK_SIZE; Use it to define size of bytemem array.
9993 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9995         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
9996         on 68HC11/HC12 due to the asm instruction.
9997         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
9998         * gcc.c-torture/compile/920520-1.x: Likewise.
9999         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
10000         on 68HC11/HC12 because the function is larger than 64K.
10001         * gcc.c-torture/compile/961203-1.x: New file, this test fails
10002         on 68HC11/HC12 because the structure is too large.
10004 2001-05-20  Richard Henderson  <rth@redhat.com>
10006         * gcc.c-torture/execute/20010520-1.c: New.
10008 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10010         * g++.old-deja/g++.warn/compare1.C: New test.
10011         * gcc.dg/compare4.c: New test.
10013 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
10015         * g++.old-deja/g++.other/optimize1.C: New test.
10017 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10019         * g++.old-deja/g++.pt/spec41.C: New test.
10021 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10023         * gcc.c-torture/compile/20010114-1.x: Remove.
10025 2001-05-18  Stan Shebs  <shebs@apple.com>
10027         * gcc.c-torture/compile/20010518-1.c: New test.
10029 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
10031         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
10032         * g++.old-deja/g++.pt/crash67.C: New test.
10034 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
10036         * g++.old-deja/g++.other/debug9.C: New test.
10038 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
10040         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
10042 2001-05-16  Jan Hubicka  <jh@suse.cz>
10044         * gcc.c-torture/compile/20010516-1.c: New test.
10046 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10048         * g++.old-deja/g++.other/crash41.C: New test.
10050 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
10052         * g++.old-deja/g++.pt/crash66.C: New test.
10054 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
10056         * g++.old-deja/g++.robertl/eb27.C: Convert.
10058 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
10060         * g++.dg/friend-warn.C: New test.  Do not warn about friend
10061         declaration being redundant.
10063 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
10065         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
10067 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
10069         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
10071 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
10073         * lib/g++.exp: Use testsuite_flags.
10075 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
10077         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
10079 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10081         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
10083 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
10085         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
10087 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
10089         * gcc.c-torture/compile/20010313-1.c: New test.
10091 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
10093         * gcc.dg/cpp/direct2.c: New test.
10094         * gccq.dg/cpp/direct2s.c: New test.
10096         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
10098 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
10100         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
10101         * g++.old-deja/g++.other/op3.C: Likewise.
10103 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10105         * gcc.dg/cpp/syshdr.h: New file.
10106         * gcc.dg/cpp/sysmac1.c: Update.
10107         * gcc.dg/cpp/sysmac2.c: Update.
10109 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10111         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
10113 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
10115         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
10116         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
10118 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
10120         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
10122 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
10124         * lib/g++.exp (g++_include_flags): Don't use any special flags
10125         if TESTING_IN_BUILD_TREE is not defined.
10126         (g++_init): Use a plain 'c++' as the compiler if
10127         TESTING_IN_BUILD_TREEE is not defined.
10129 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10131         * g++.old-deja/g++.eh/catch13.C: New test.
10132         * g++.old-deja/g++.eh/catch14.C: New test.
10134 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
10136         * gcc.dg/cpp/tr-define.c: New test.
10138 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
10140         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
10141         <stdlib.h>, not <malloc.h>.
10143 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10145         * g++.old-deja/g++.ns/template17.C: New test.
10147 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
10149         * g++.old-deja/g++.pt/ref4.C: New test.
10151 2001-04-30  Richard Henderson  <rth@redhat.com>
10153         * gcc.dg/20000724-1.c: Revert last change.
10155 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
10157         * g77.f-torture/execute/20010430.f: New test.
10159 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
10161         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
10163 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
10165         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
10167 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10169         * g++.old-deja/g++.eh/crash6.C: New test.
10171 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10173         * g++.old-deja/g++.other/warn7.C: New test.
10175 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
10177         * g++.old-deja/g++.other/defarg9.C: New test.
10179 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10181         * g77.f-torture/compile/20010426.f: New test.
10182         * g77.f-torture/execute/20010426.f: New test.
10184 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
10186         * g77.f-torture/compile/20000629-1.x: Remove - error
10187         has been fixed.
10189 2001-04-26  Jeffrey A Law  (law@cygnus.com)
10191         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
10192         Tweak slightly to work with g++.dg framework.
10193         * g++.dg/special/ecos.exp: Run initp1.C test.
10194         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
10196         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
10197         its linker doesn't give line numbers either.
10198         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
10200 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10202         * g++.old-deja/g++.other/lex1.C: New test.
10204 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
10206         * gcc.dg/noncompile/20010425-1.c: New test.
10208 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
10210         * g++.old-deja/g++.pt/mangle2.C: New test.
10212 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10214         * gcc.dg/format/plus-1.c: New test.
10216 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10218         * gcc.dg/20010423-1.c: New test.
10220 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
10222         * gcc.c-torture/execute/20010422-1.c: New test.
10224 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
10226         * g++.old-deja/g++.ns/type2.C: New test.
10228 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
10230         * g++.old-deja/g++.other/perf1.C: New test.
10232 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
10234         * gcc.dg/c99-func-2.c: Remove xfail.
10235         * gcc.dg/c99-func-3.c: Remove xfail.
10236         * gcc.dg/c99-func-4.c: Remove xfail.
10238 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
10240         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
10242 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10244         * gcc.c-torture/compile/20010423-1.c: New test.
10246 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10248         * g++.old-deja/g++.pt/typename28.C: New test.
10250 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10252         * g++.old-deja/g++.abi/empty2.C: New test.
10253         * g++.old-deja/g++.abi/empty3.C: New test.
10255 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10257         * g++.old-deja/g++.other/comdat2.C: New test.
10258         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
10260 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10262         * g++.old-deja/g++.other/overload14.C: New test.
10264 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10266         * g++.old-deja/g++.other/lookup23.C: New test.
10268 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
10270         * gcc.c-torture/execute/20010403-1.c: New test.
10272 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
10273             Mark Mitchell  <mark@codesourcery.com>
10275         * lib/old-dejagnu.exp: Don't delete output of executable.
10276         Add .exe suffix to executables.
10278 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
10280         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
10282 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10284         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
10286 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10288         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
10289         * g++.old-deja/g++.abi/crash1.C: New test.
10291 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
10293         * g++.old-deja/g++.other/crash40.C: New test.
10295 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10297         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
10299 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
10301         * g++.old-deja/g++.other/warn6.C: New test.
10303 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
10305         * g++.old-deja/g++.robertl/eb42.C: Same.
10307 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10309         * gcc.dg/wtr-conversion-1.c: New testcase.
10311 2001-04-10  Richard Henderson  <rth@redhat.com>
10313         * g++.old-deja/g++.other/array5.C: New.
10315 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10317         * gcc.c-torture/execute/20010408-1.c: New test.
10319 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
10321         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
10322         headers and constructs.
10323         * g++.old-deja/g++.robertl/eb79.C: Same.
10324         * g++.old-deja/g++.robertl/eb77.C (main): Same.
10325         * g++.old-deja/g++.robertl/eb73.C: Same.
10326         * g++.old-deja/g++.robertl/eb66.C (main): Same.
10327         * g++.old-deja/g++.robertl/eb55.C (t): Same.
10328         * g++.old-deja/g++.robertl/eb54.C (main): Same.
10329         * g++.old-deja/g++.robertl/eb46.C (main): Same.
10330         * g++.old-deja/g++.robertl/eb44.C: Same.
10331         * g++.old-deja/g++.robertl/eb41.C (main): Same.
10332         * g++.old-deja/g++.robertl/eb4.C (main): Same.
10333         * g++.old-deja/g++.robertl/eb39.C: Same.
10334         * g++.old-deja/g++.robertl/eb33.C (main): Same.
10335         * g++.old-deja/g++.robertl/eb31.C (main): Same.
10336         * g++.old-deja/g++.robertl/eb30.C: Same.
10337         * g++.old-deja/g++.robertl/eb3.C: Same.
10338         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
10339         * g++.old-deja/g++.robertl/eb21.C: Same.
10340         * g++.old-deja/g++.robertl/eb15.C: Same.
10341         * g++.old-deja/g++.robertl/eb118.C: Same.
10342         * g++.old-deja/g++.robertl/eb115.C (main): Same.
10343         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
10344         * g++.old-deja/g++.robertl/eb109.C: Same.
10345         * g++.old-deja/g++.other/sibcall1.C (main): Same.
10346         * g++.old-deja/g++.mike/rtti1.C: Same.
10347         * g++.old-deja/g++.mike/p658.C: Same.
10348         * g++.old-deja/g++.mike/net46.C: Same.
10349         * g++.old-deja/g++.mike/net34.C: Same.
10350         * g++.old-deja/g++.mike/memoize1.C: Same.
10351         * g++.old-deja/g++.mike/eh2.C: Same.
10352         * g++.old-deja/g++.law/weak.C: Same.
10353         * g++.old-deja/g++.law/visibility7.C: Same.
10354         * g++.old-deja/g++.law/visibility25.C: Same.
10355         * g++.old-deja/g++.law/visibility22.C: Same.
10356         * g++.old-deja/g++.law/visibility2.C: Same.
10357         * g++.old-deja/g++.law/visibility17.C: Same.
10358         * g++.old-deja/g++.law/visibility13.C: Same.
10359         * g++.old-deja/g++.law/visibility10.C: Same.
10360         * g++.old-deja/g++.law/visibility1.C: Same.
10361         * g++.old-deja/g++.law/virtual3.C (eval): Same.
10362         * g++.old-deja/g++.law/vbase1.C: Same.
10363         * g++.old-deja/g++.law/operators32.C: Same.
10364         * g++.old-deja/g++.law/nest3.C: Same.
10365         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
10366         * g++.old-deja/g++.law/except5.C (main): Same.
10367         * g++.old-deja/g++.law/cvt7.C (run): Same.
10368         * g++.old-deja/g++.law/cvt2.C: Same.
10369         * g++.old-deja/g++.law/cvt16.C: Same.
10370         * g++.old-deja/g++.law/ctors6.C (bar): Same.
10371         * g++.old-deja/g++.law/ctors17.C (main): Same.
10372         * g++.old-deja/g++.law/ctors13.C: Same.
10373         * g++.old-deja/g++.law/ctors12.C (main): Same.
10374         * g++.old-deja/g++.law/ctors10.C: Same.
10375         * g++.old-deja/g++.law/code-gen5.C: Same.
10376         * g++.old-deja/g++.law/bad-error7.C: Same.
10377         * g++.old-deja/g++.law/arm9.C: Same.
10378         * g++.old-deja/g++.law/arm12.C: Same.
10379         * g++.old-deja/g++.law/arg8.C: Same.
10380         * g++.old-deja/g++.law/arg1.C: Same.
10381         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
10382         * g++.old-deja/g++.jason/template31.C: Same.
10383         * g++.old-deja/g++.jason/template24.C (main): Same.
10384         * g++.old-deja/g++.jason/2371.C: Same.
10385         * g++.old-deja/g++.eh/new2.C: Same.
10386         * g++.old-deja/g++.eh/new1.C: Same.
10387         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
10388         * g++.old-deja/g++.brendan/nest21.C (main): Same.
10389         * g++.old-deja/g++.brendan/err-msg3.C: Same.
10390         * g++.old-deja/g++.brendan/crash62.C: Same.
10391         * g++.old-deja/g++.brendan/crash52.C: Same.
10392         * g++.old-deja/g++.brendan/crash49.C (main): Same.
10393         * g++.old-deja/g++.brendan/crash38.C: Same.
10394         * g++.old-deja/g++.brendan/crash15.C (main): Same.
10395         * g++.old-deja/g++.brendan/copy9.C: Same.
10397 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
10399         * gcc.c-torture/execute/20001203-2.c (memset):
10400         Count argument is of type __SIZE_TYPE__.
10402 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
10404         * gcc.c-torture/compile/20010404-1.c: New test.
10406 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
10408         * gcc.c-torture/compile/20010326-1.c: New test.
10410 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
10412         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
10413         peculiarities of the SH.
10414         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
10416 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10418         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
10419         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
10420         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
10422 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10424         * g77.f-torture/compile/20010321-1.f: New test.
10426 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10428         * gcc.c-torture/compile/20010329-1.c: New test.
10430 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
10432         * gcc.c-torture/execute/20010329-1.c: New test.
10434 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10436         * g++.old-deja/g++.other/eh4.C: Fix typo.
10438 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
10440         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
10442 2001-03-28  Philip Blundell  <philb@gnu.org>
10444         * gcc.c-torture/compile/20010328-1.c: New test.
10446 2001-03-27  Richard Henderson  <rth@redhat.com>
10448         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
10449         * g++.old-deja/g++.eh/vbase3.C: Likewise.
10451 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
10453         * gcc.c-torture/compile/20010327-1.c: New test.
10455 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10457         * g++.old-deja/g++.other/friend12.C: New test.
10458         * g++.old-deja/g++.other/friend9.C: Expect no errors.
10459         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
10461 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10463         * gcc.c-torture/execute/20010325-1.c: New test.
10465 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
10467         * g++.old-deja/g++.other/mangle3.C: New test.
10469 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
10471         * g++.old-deja/g++.other/anon8.C: New test.
10473 2001-03-20  Philip Blundell  <philb@gnu.org>
10475         * gcc.c-torture/compile/20010320-1.c: New test.
10477 2001-03-17  Richard Henderson  <rth@redhat.com>
10479         * g++.old-deja/g++.other/eh4.C: Add expected error text.
10481 2001-03-15  Geoff Keating  <geoff@redhat.com>
10483         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
10484         tests on AIX.
10486 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
10488         * g++.old-deja/g++.other/eh4.C: New test.
10490 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
10492         * gcc.dg/cpp/mi1.c: Update.
10494 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
10496         * g++.old-deja/g++.other/regstack.C: New test.
10498 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10500         * g++.old-deja/g++.other/ref4.C: New test.
10502 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
10504         * objc/execute/va_method.m: Added.
10505         * objc/execute/IMP.m: Added.
10506         * objc/execute/_cmd.m: Added.
10507         * objc/execute/accessing_ivars.m: Added.
10508         * objc/execute/class-1.m: Added.
10509         * objc/execute/class-10.m: Added.
10510         * objc/execute/class-11.m: Added.
10511         * objc/execute/class-12.m: Added.
10512         * objc/execute/class-13.m: Added.
10513         * objc/execute/class-14.m: Added.
10514         * objc/execute/class-2.m: Added.
10515         * objc/execute/class-3.m: Added.
10516         * objc/execute/class-4.m: Added.
10517         * objc/execute/class-5.m: Added.
10518         * objc/execute/class-6.m: Added.
10519         * objc/execute/class-7.m: Added.
10520         * objc/execute/class-8.m: Added.
10521         * objc/execute/class-9.m: Added.
10522         * objc/execute/class-tests-1.h
10523         * objc/execute/class-tests-2.h
10524         * objc/execute/compatibility_alias.m: Added.
10525         * objc/execute/encode-1.m: Added.
10526         * objc/execute/formal_protocol-1.m: Added.
10527         * objc/execute/formal_protocol-2.m: Added.
10528         * objc/execute/formal_protocol-3.m: Added.
10529         * objc/execute/formal_protocol-4.m: Added.
10530         * objc/execute/formal_protocol-5.m: Added.
10531         * objc/execute/formal_protocol-6.m: Added.
10532         * objc/execute/formal_protocol-7.m: Added.
10533         * objc/execute/informal_protocol.m: Added.
10534         * objc/execute/initialize.m: Added.
10535         * objc/execute/load.m: Added.
10536         * objc/execute/many_args_method.m: Added.
10537         * objc/execute/nested-3.m: Added.
10538         * objc/execute/no_clash.m: Added.
10539         * objc/execute/private.m: Added.
10540         * objc/execute/redefining_self.m: Added.
10541         * objc/execute/root_methods.m: Added.
10542         * objc/execute/selector-1.m: Added.
10543         * objc/execute/static-1.m: Added.
10544         * objc/execute/static-2.m: Added.
10545         * objc/execute/va_method.m: Added.
10547 2001-03-10  Richard Henderson  <rth@redhat.com>
10549         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
10551 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10553         * g++.old-deja/g++.other/crash31.C: XFAIL.
10554         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
10555         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
10556         * gcc.c-torture/execute/20010123-1.x: XFAIL.
10557         * gcc.c-torture/execute/20010124-1.x: XFAIL.
10558         * gcc.dg/sequence-pt-1.c: XFAIL one test.
10560 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
10562         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
10564 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10566         * gcc.dg/20000724-1.c: Don't use multiline strings.
10568 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
10570         * objc/execute/string1.m, objc/execute/string2.m: Compare the
10571         result of -cString against what we expect it to be; don't just
10572         print it out for no one to read.
10574         * objc/execute/string3.m, objc/execute/string4.m: New tests.
10575         Based on testcases provided by Nicola Pero.
10577 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10579         * gcc.dg/cpp/macro7.c: New test.
10581 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10583         * gcc.dg/cpp/multiline.c: Update.
10585 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10587         * g++.old-deja/g++.other/enum3.C: New test.
10589 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10591         * g++.old-deja/g++.other/pod1.C: New test.
10593 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10595         * g++.old-deja/g++.ext/overload1.C: New test.
10597 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10599         * g++.old-deja/g++.pt/using1.C: New test.
10601 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
10603         * g++.old-deja/g++.other/using9.C: New test.
10605 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
10607         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
10609         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
10611 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
10613         * g++.old-deja/g++.ext/realpt1.C: Remove.
10615 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
10617         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
10619 2001-02-26  Will Cohen  <wcohen@redhat.com>
10621         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
10623 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
10625         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
10626         templatized constructors.
10628 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10630         * gcc.c-torture/execute/20010224-1.c: New test.
10632 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
10634         * gcc.c-torture/execute/20010222-1.c: New test.
10636 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
10638         * g++.old-deja/g++.other/inline20.C: New test.
10640 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
10642         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
10644 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10646         * g++.old-deja/g++.other/lookup22.C: New test.
10648 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
10650         * g77.dg: New directory.
10651         * g77.dg/20010216-1.f: New test case.
10652         * g77.dg/dg.exp: New driver.
10653         * lib/g77-dg.exp: New driver library.
10655 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10657         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
10659 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
10661         * g++.old-deja/g++.other/decl9.C: New test.
10663 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
10665         * g++.old-deja/g++.other/init16.C: Update the test so that it does
10666         not need <string> and also tests the initialization at runtime.
10668 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10670         * gcc.c-torture/execute/longlong.c: New test.
10672 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
10674         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
10676 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
10678         * gcc.c-torture/execute/920302-1.c (execute):
10679         Change argument type to short.
10681 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
10683         * g++.old-deja/g++.pt/deduct6.C: New test.
10685 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
10687         * g++.old-deja/g++.pt/deduct5.C: New test.
10689 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
10691         * gcc.c-torture/execute/20010209-1.c: New test.
10693 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
10695         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
10697 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
10699         * g++.dg/vtgc1.C: Update for new ABI.
10701         * consistency.vlad: New directory, 1665 files.
10703 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10705         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
10706         return type.
10707         * gcc.dg/cpp/digraphs.c: Declare puts.
10709 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
10711         * g++.old-deja/g++.other/warn5.C: New test.
10713 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
10715         * g++.old-deja/g++.pt/spec40.C: New test.
10717 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
10719         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
10720         case.
10721         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
10723 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
10725         * gcc.c-torture/compile/20010209-1.c: New test.
10727 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
10729         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
10730         excess errors message but not if it crashes.
10731         * g++.old-deja/g++.other/crash27.C: Likewise.
10732         * g++.old-deja/g++.other/crash28.C: Likewise.
10733         * g++.old-deja/g++.other/crash30.C: Likewise.
10734         * g++.old-deja/g++.other/crash32.C: Likewise.
10735         * g++.old-deja/g++.other/crash35.C: Likewise.
10736         * g++.old-deja/g++.pt/inherit2.C: Likewise.
10738 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10740         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
10741         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
10742         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
10743         g77.f-torture/execute/execute.exp,
10744         g77.f-torture/noncompile/noncompile.exp,
10745         gcc.c-torture/execute/execute.exp,
10746         gcc.c-torture/execute/memcheck/memcheck.exp,
10747         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
10748         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
10749         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
10750         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
10751         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
10752         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
10753         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
10754         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
10755         Remove bug reporting instructions with ancient email addresses.
10757 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
10759         * gcc.dg/20010202-1.c: New test.
10760         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
10762 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
10764         * g++.dg/stdbool-if.C: New test.
10766 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
10768         * objc/execute/fdecl.m: Added main().
10770 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
10772         * gcc.c-torture/execute/20010206-1.c: New test.
10774 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10776         * gcc.dg/cpp/avoidpaste1.c: Update.
10778 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
10780         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
10781         Pero <nicola@brainstorm.co.uk>.
10782         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
10784 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
10786         * g++.old-deja/g++.pt/spec39.C: New test.
10788 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
10790         * gcc.c-torture/compile/20010202-1.c: New test.
10792 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
10794         * g++.old-deja/g++.abi/primary2.C: New test.
10795         * g++.old-deja/g++.abi/primary3.C: New test.
10796         * g++.old-deja/g++.abi/primary4.C: New test.
10797         * g++.old-deja/g++.abi/primary5.C: New test.
10798         * g++.old-deja/g++.abi/vtable3.h: New test.
10799         * g++.old-deja/g++.abi/vtable3a.C: New test.
10800         * g++.old-deja/g++.abi/vtable3b.C: New test.
10801         * g++.old-deja/g++.abi/vtable3c.C: New test.
10802         * g++.old-deja/g++.abi/vtable3d.C: New test.
10803         * g++.old-deja/g++.abi/vtable3e.C: New test.
10804         * g++.old-deja/g++.abi/vtable3f.C: New test.
10805         * g++.old-deja/g++.abi/vtable3g.C: New test.
10806         * g++.old-deja/g++.abi/vtable3h.C: New test.
10807         * g++.old-deja/g++.abi/vtable3i.C: New test.
10808         * g++.old-deja/g++.abi/vtable3j.C: New test.
10809         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
10811 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
10813         * g++.old-deja/g++.other/anon6.C: New test.
10814         * g++.old-deja/g++.other/anon7.C: New test.
10816 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
10818         * gcc.dg/cpp/avoidpaste2.c: New tests.
10820 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
10822         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
10824 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
10826         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
10827         DECIMAL_DIG cases for Irix."
10829 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
10831         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
10833 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10835         * gcc.dg/c99-tag-1.c: New test.
10837 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
10839         * gcc.dg/cpp/tr-warn1.c: Add tests.
10841 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
10843         * gcc.dg/cpp/avoidpaste1.c: Update.
10844         * gcc.dg/cpp/paste4.c: Update.
10846 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
10848         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
10849         cases for Irix.
10851 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10853         * g++.old-deja/g++.other/inline19.C: New test.
10855 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
10857         * gcc.dg/Wlarger-than.c: New test.
10859 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10861         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
10863 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
10865         * gcc.c-torture/execute/20010129-1.c: New test.
10866         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
10868 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
10870         * gcc.dg/cpp/avoidpaste1.c: Test case.
10872 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
10874         * g++.old-deja/g++.other/inline18.C: New test.
10876 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10878         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
10879         and __builtin_putchar.
10881 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
10883         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
10884         tests.
10886 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
10888         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
10889         floating point number rounding mode to round to the nearest
10890         representable mode.
10892 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
10894         * g++.old-deja/g++.other/mangle2.C: New test.
10896 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10898         * gcc.c-torture/compile/20010124-1.c: New test.
10900 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
10902         * g++.old-deja/g++.pt/spec38.C: New test.
10904 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10906         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
10907         "Build don't run".
10909 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10911         * gcc.c-torture/execute/20010123-1.c: New test.
10913 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10915         * g++.old-deja/g++.pt/spec37.C: New test.
10917 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10919         * g++.old-deja/g++.pt/overload14.C: New test.
10921 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10923         * gcc.c-torture/execute/20010122-1.c: New test, exercise
10924         __builtin_return_address.
10926 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
10928         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
10929         * g++.old-deja/g++.pt/spec35.C: New test.
10930         * g++.old-deja/g++.pt/spec36.C: New test.
10932 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
10934         * gcc.c-torture/compile/20010118-1.c: New test.
10936 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
10938         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
10940 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
10942         * gcc.c-torture/execute/20010119-1.c: New test.
10944 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10946         * g++.old-deja/g++.other/vbase5.C: New test.
10948 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
10950         * gcc.c-torture/execute/20010118-1.c: New test.
10952 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10954         * g++.old-deja/g++.pt/deduct3.C: New test.
10956 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10958         * g++.old-deja/g++.pt/spec34.C: New test.
10960 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
10962         * g77.f-torture/compile/20000601-2.f: New test.
10964 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10966         * g++.old-deja/g++.other/init17.C: New test.
10968 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
10970         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
10972 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10974         * g++.old-deja/g++.pt/unify8.C: New test.
10976 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10978         * g++.old-deja/g++.abi/vbase1.C: New test.
10980 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10982         * g++.old-deja/g++.pt/crash65.C: New test.
10984 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
10986         * gcc.dg/cpp/assembl2.S: New test case.
10988 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
10990         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
10991         are supported.
10993 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10995         * g++.old-deja/g++.other/builtins1.C: New test.
10996         * g++.old-deja/g++.other/builtins2.C: Likewise.
10997         * g++.old-deja/g++.other/builtins3.C: Likewise.
10998         * g++.old-deja/g++.other/builtins4.C: Likewise.
11000 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
11002         * gcc.c-torture/compile/20010117-1.c: New test.
11003         * gcc.c-torture/compile/20010117-2.c: New test.
11005 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11007         * g77.f-torture/execute/20010116.[fx]: New test,
11008         XFAIL on i?86-*-*.
11009         * g77.f-torture/compile/20010115.f: Indicate it's
11010         a test for PR fortran/1636.
11012 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
11014         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
11016 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11018         * g77.f-torture/compile/20010115.f: New test.
11020 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
11022         * g++.old-deja/g++.pt/nontype5.C: New test.
11024 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11026         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
11027         have an equivalent working one below it.
11029 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11031         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
11032         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11034 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
11036         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
11037         message containing "init_priority".
11038         (conpr-2.C): Likewise.
11039         (conpr-3.C): Likewise.
11040         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
11042 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11044         * gcc.c-torture/execute/20010114-2.c: New test.
11046 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11048         * gcc.c-torture/compile/20010114-1.c: New test.
11049         * gcc.c-torture/compile/20010114-1.x: Xfail.
11050         * gcc.c-torture/compile/20010114-2.c: New test.
11051         * gcc.c-torture/execute/20010114-1.c: New test.
11052         * gcc.dg/trunc-1.c: New test.
11053         * gcc.dg/uninit-B.c: New test.
11055 2001-01-13  Nick Clifton  <nickc@redhat.com>
11057         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
11058         target.
11060 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11062         * gcc.c-torture/compile/20010113-1.c: New test.
11064 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
11066         * gcc.c-torture/compile/20001212-1.c: New test.
11068 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11070         * gcc.dg/cpp/widestr1.c: Update.
11071         * gcc.dg/cpp/prag-imp.c: Remove.
11073 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
11075         * gcc.c-torture/execute/20000801-3.x: Remove.
11076         * gcc.dg/c90-init-1.c: New test.
11077         * gcc.dg/c99-init-1.c: New test.
11078         * gcc.dg/c99-init-2.c: New test.
11079         * gcc.dg/gnu99-init-1.c: New test.
11081 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
11083         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
11084         testing that no relevant ones were found.
11086 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11088         * g++.old-deja/g++.pt/cast2.C: New test.
11090 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
11092         * g++.old-deja/g++.pt/friend47.C: New test.
11094 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11096         * g++.old-deja/g++.pt/instantiate13.C: New test.
11098 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11100         * g++.old-deja/g++.other/defarg7.C: New test.
11101         * g++.old-deja/g++.other/defarg8.C: New test.
11103 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11105         * g++.old-deja/g++.pt/crash64.C: New test.
11107 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
11109         * g++.old-deja/g++.pt/crash63.C: New test.
11111 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11113         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
11115 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
11117         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
11119 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11121         * g++.old-deja/g++.pt/error3.C: New test.
11123 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11125         * g++.old-deja/g++.other/crash39.C: New test.
11127 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
11129         * g++.old-deja/g++.other/vbase4.C: New test.
11131 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
11133         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
11134         * gcc.dg/special/20000419-2.c: New file. Identical to above.
11135         * gcc.dg/special/special.exp: New test driver which will check
11136         for alias support for the above test.
11138 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
11140         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
11141         problems on small machines.
11142         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
11143         parameterize.
11145 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
11147         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
11148         mips.
11149         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11151 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
11153         * g++.old_deja/g++.pt/using8.C: New test.
11155 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11157         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
11159 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
11161         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
11162         where a failure is expected.
11163         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
11165 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11167         * g++.old_deja/g++.pt/instantiate12.C: New test.
11169 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11171         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
11172         start of structs.
11173         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
11174         * g++.old-deja/g++.brendan/crash17.C: Likewise.
11175         * g++.old-deja/g++.brendan/crash29.C: Likewise.
11176         * g++.old-deja/g++.brendan/crash48.C: Likewise.
11177         * g++.old-deja/g++.brendan/ns1.C: Likewise.
11178         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
11179         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
11180         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
11181         * g++.old-deja/g++.eh/spec6.C: Likewise.
11182         * g++.old-deja/g++.jason/crash3.C: Likewise.
11183         * g++.old-deja/g++.law/ctors11.C: Likewise.
11184         * g++.old-deja/g++.law/ctors17.C: Likewise.
11185         * g++.old-deja/g++.law/ctors5.C: Likewise.
11186         * g++.old-deja/g++.law/ctors9.C: Likewise.
11187         * g++.old-deja/g++.mike/ambig1.C: Likewise.
11188         * g++.old-deja/g++.mike/net22.C: Likewise.
11189         * g++.old-deja/g++.mike/p3538a.C: Likewise.
11190         * g++.old-deja/g++.mike/p3538b.C: Likewise.
11191         * g++.old-deja/g++.mike/virt3.C: Likewise.
11192         * g++.old-deja/g++.niklas/t128.C: Likewise.
11193         * g++.old-deja/g++.other/anon4.C: Likewise.
11194         * g++.old-deja/g++.other/using1.C: Likewise.
11195         * g++.old-deja/g++.other/warn3.C: Likewise.
11196         * g++.old-deja/g++.pt/t37.C: Likewise.
11197         * g++.old-deja/g++.robertl/eb69.C: Likewise.
11198         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11200 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
11202         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
11204 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11206         * gcc.c-torture/execute/stdio-opt-3.c: New test.
11208 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
11210         * gcc.c-torture/compile/20010107-1.c: New test.
11212 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11214         * gcc.c-torture/execute/builtin-noret-1.c: New test.
11216 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11218         * gcc.dg/format/format.h: New file.
11219         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
11220         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
11221         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
11222         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
11223         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
11224         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
11225         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
11226         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
11227         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
11228         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
11229         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
11230         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
11231         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
11232         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
11233         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
11234         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
11235         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
11236         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
11237         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
11238         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
11239         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
11240         instead of declaring standard types, macros and functions in each
11241         test.
11243 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
11245         * gcc.c-torture/execute/20010106-1.c: New test.
11247 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11249         * gcc.dg/format/format.exp: New file.
11250         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
11251         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
11252         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
11253         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
11254         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
11255         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
11256         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
11257         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
11258         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
11259         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
11260         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
11261         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
11262         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
11263         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
11264         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
11265         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
11266         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
11267         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
11268         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
11269         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
11270         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
11271         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
11272         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
11273         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
11274         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
11275         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
11276         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
11277         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
11278         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
11279         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
11280         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
11281         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
11282         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
11283         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
11284         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
11285         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
11286         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
11287         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
11288         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
11289         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
11290         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
11291         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
11293 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
11295         * gcc.c-torture/execute/991228-1.c: Take word endianness into
11296         account.
11298 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11300         * gcc.c-torture/execute/builtin-complex-1.c: New test.
11302 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
11304         * g++.old-deja/g++.pt/crash62.C: New test.
11306 2001-01-04  Richard Henderson  <rth@redhat.com>
11308         * gcc.dg/20000926-1.c: Update expected warnings.
11309         * gcc.dg/array-2.c: Likewise.
11310         * gcc.dg/array-4.c: Also validate flexible array members.
11311         * gcc.dg/c99-flex-array-1.c: New.
11313 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11315         * gcc.c-torture/compile/20001222-1.x: Remove.
11317 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11319         * gcc.c-torture/execute/built-in-setjmp.c: New.
11321 2001-01-03  Richard Henderson  <rth@redhat.com>
11323         * gcc.dg/940510-1.c: Update expected error wording.
11324         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
11326 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
11328         * lib/target-supports.exp (check_alias_available): Modified to
11329         indicate aliases not supported if only weak aliases are supported.
11331 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11333         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
11334         Turn on cmpstrsi checks for __pj__ and __i370__.
11336 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11338         * g++.old-deja/g++.other/virtual11.C: New test.
11340 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
11342         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
11344 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11346         * gcc.c-torture/compile/20010102-1.c: New test.
11348 2001-01-02  Andreas Jaeger  <aj@suse.de>
11350         * gcc.dg/noreturn-3.c: New test.
11352         * gcc.dg/noreturn-4.c: New test.
11354 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11356         * gcc.c-torture/execute/stdio-opt-1.c: Also test
11357         __builtin_fputc and __builtin_fwrite.
11359 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11361         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
11362         signed char, not default char.
11364 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
11366         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
11368 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
11370         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
11372 2000-12-29  Richard Henderson  <rth@redhat.com>
11374         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
11375         (__cyg_profile_func_exit): Define.
11377 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11379         * g++.dg/vtgc1.C: New test.
11381 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
11383         * gcc.dg/noncompile/20001228-1.c: New test.
11385         * gcc.dg/20001228-1.c: New test.
11387         * gcc.c-torture/execute/20001228-1.c: New test.
11389 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11391         * gcc.dg/format-strfmon-1.c: New test.
11393 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11395         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
11396         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
11397         * gcc.c-torture/execute/string-opt-1.c: Likewise.
11398         * gcc.c-torture/execute/string-opt-2.c: Likewise.
11399         * gcc.c-torture/execute/string-opt-3.c: Likewise.
11400         * gcc.c-torture/execute/string-opt-4.c: Likewise.
11401         * gcc.c-torture/execute/string-opt-6.c: Likewise.
11402         * gcc.c-torture/execute/string-opt-7.c: Likewise.
11403         * gcc.c-torture/execute/string-opt-8.c: Likewise.
11404         * gcc.c-torture/execute/string-opt-9.c: Likewise.
11405         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11406         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11407         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11409         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
11410         * gcc.c-torture/execute/string-opt-4.c: Test index.
11412 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
11414         * gcc.c-torture/compile/20001226-1.c: New test.
11416 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11418         * gcc.c-torture/compile/20001222-1.c: New test.
11419         * gcc.c-torture/compile/20001222-1.x: Xfail.
11421 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
11423         * gcc.c-torture/execute/comp-goto-2.c: New test.
11425 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
11427         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
11428         Use long types if __INT_MAX__ is 32767.
11429         (main): Use cast to (sint32 *) when poking 88 into a_page.
11431         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
11433 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
11435         * gcc.c-torture/compile/20001221-1.c: New test.
11436         * gcc.c-torture/execute/20001221-1.c: New test.
11438 2000-12-20  Richard Henderson  <rth@redhat.com>
11440         * g++.old-deja/g++.pt/crash36.C: Update error lines.
11441         * g++.old-deja/g++.robertl/eb109.C: Likewise.
11443 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11445         * gcc.dg/compare3.c: New test.
11447 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11449         * gcc.dg/format-warnll-1.c: New test.
11451 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
11453         * gcc.dg/cpp/cmdlne-P.c: New test.
11455 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11457         * gcc.c-torture/execute/builtin-abs-1.c,
11458         gcc.c-torture/execute/builtin-abs-2.c: New tests.
11460 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11462         * gcc.dg/cpp/multiline.c: New test.
11464 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11466         * g++.old-deja/g++.other/syshdr1.C: Update.
11467         * gcc.dg/cpp/lineflags.c: Remove temporarily.
11469 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11471         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
11473 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11475         * g++.old-deja/g++.pt/ttp65.C: New test.
11477 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11479         * g++.old-deja/g++.pt/ttp64.C: New test.
11481 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11483         * g++.old-deja/g++.pt/spec33.C: New test.
11485 2000-12-14  Catherine Moore  <clm@redhat.com>
11487         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
11488         * gcc.c-torture/execute/920612-2.c: Likewise.
11489         * gcc.c-torture/execute/920428-2.c: Likewise.
11490         * gcc-c-torture/execute/va-arg-11.c: Call exit.
11491         * gcc.c-torture/execute/va-arg-21.c: Likewise.
11493 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11495         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
11496         * gcc.dg/pack-test-2.c: Likewise.
11498 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11500         Tests by Zack Weinberg <zackw@stanford.edu>.
11502         * gcc.dg/cpp/defined.c: Update.
11503         * gcc.dg/cpp/defined_trad.c: New tests.
11505 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11507         * gcc.dg/cpp/trad-direct.c: Update.
11509 2000-12-11  Neil Booth  <neilb@earthling.net>
11511         * gcc.dg/cpp/defined_trad.c
11513 2000-12-11  Neil Booth  <neilb@earthling.net>
11515         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
11517 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11519         * gcc.dg/format-miss-2.c: New test.
11521 2000-12-09  Neil Booth  <neilb@earthling.net>
11523         * gcc.dg/cpp/lineflags.c: New tests.
11524         * gcc.dg/cpp/poison.c: Update.
11525         * gcc.dg/cpp/redef2.c: Update.
11526         * gcc.dg/cpp/skipping.c: New test.
11528 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
11530         * g++.old-deja/g++.other/eh3.C: New testcase.
11532 2000-12-07  Neil Booth  <neilb@earthling.net>
11534         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
11535         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
11536         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
11537         wtr-union-init-2.c, wtr-union-init-3.c: Update.
11538         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
11539         Update.
11541 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11543         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
11544         __SIZE_TYPE__ instead of int for type of integers cast to
11545         pointers.
11547 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
11549         * g++.old-deja/g++.other/cleanup4.C: New test.
11551 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11553         * format-sec-1.c: New test.
11555 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11557         * gcc.dg/format-nonlit-3.c: New test.
11559 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11561         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
11562         through a null pointer.
11564 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11566         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
11567         * g++.old-deja/g++.pt/partial4.C: New test.
11569 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11571         * gcc.c-torture/execute/ieee/hugeval.x: New.
11573 2000-12-06  Neil Booth  <neilb@earthling.net>
11575         * gcc.dg/cpp/backslash2.c: New tests.
11577 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11579         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
11580         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
11582 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
11584         * gcc.c-torture/execute/20001203-2.c: New testcase.
11586 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11588         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
11589         * g++.old-deja/g++.other/virtual10.C: New test.
11591 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
11593         * g++.old-deja/g++.mike/pmf5.C: Remove test.
11595 2000-12-05  Richard Henderson  <rth@redhat.com>
11597         * gcc.c-torture/compile/20001205-1.c: New.
11599 2000-12-04  Neil Booth  <neilb@earthling.net>
11601         * g++.old-deja/g++.other/virtual9.C: New test.
11602         * g++.old-deja/g++.pt/crash61.C: New test.
11603         * gcc.c-torture/execute/loop-9.c: New test.
11605 2000-12-04  Neil Booth  <neilb@earthling.net>
11607         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
11608         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
11609         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
11610         * gcc.dg/cpp/extratokens.c: ...here.
11612 2000-12-04  Neil Booth  <neilb@earthling.net>
11614         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
11615         New tests.
11617 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11619         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
11620         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
11622 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11624         * gcc.c-torture/execute/20001203-1.c: New test.
11626 2000-12-03  Neil Booth  <neilb@earthling.net>
11628         * gcc.dg/cpp/macro6.c: New test cases.
11630 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11632         * gcc.c-torture/execute/string-opt-9.c: New test.
11633         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11634         * gcc.c-torture/execute/string-opt-11.c: Likewise.
11635         * gcc.c-torture/execute/string-opt-12.c: Likewise.
11637         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
11638         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
11640 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
11642         * gcc.dg/cpp/if-6.c: New testcase.
11644         * gcc.dg/20001201-1.c: New testcase.
11646 2000-12-02  Neil Booth  <neilb@earthling.net>
11648         * g++.old-deja/g++.other/externC4.C,
11649         g++.old-deja/g++.other/friend10.C: New tests.
11651 2000-12-02  Neil Booth  <neilb@earthling.net>
11653         * g++.old-deja/g++.other/instan2.C
11654         * g++.old-deja/g++.other/instan3.C: New test.
11656 2000-12-02  Neil Booth  <neilb@earthling.net>
11658         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
11659         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
11660         gnuc99.c,gnuc99-pedantic.c: New tests.
11662 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11664         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
11665         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
11667 2000-12-01  Neil Booth  <neilb@earthling.net>
11669         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
11670         * gcc.dg/cpp/poison.c: Update.
11671         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
11673 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
11675         * g77.f-torture/execute/20001201.f: New test.
11677 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11679         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
11681 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
11683         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
11685 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
11687         * g++.old-deja/g++.other/cast6.C: New test.
11689 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
11691         * gcc.c-torture/execute/20001130-2.c: New testcase.
11693 2000-11-30  Richard Henderson  <rth@redhat.com>
11695         * gcc.c-torture/execute/20001130-1.c: New test.
11697 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
11699         * g++.old-deja/g++.other/op3.C: New test.
11701 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
11703         * g++.old-deja/g++.other/op2.C: New test.
11705 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
11707         * g++.old-deja/g++.other/crash38.C: New test.
11709 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
11711         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
11713 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
11715         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
11716         tests.
11717         * gcc.c-torture/execute/string-opt-6.c: New test.
11719         * gcc.dg/20001117-1.c: Add main.
11721 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
11723         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
11724         Move from here ...
11725         * gcc.dg/940510-1.c: ... to here.
11727         * gcc.dg/20000926-1.c: GNU C now allows initializations of
11728         zero-size arrays in toplevel structures.
11730 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
11732         * gcc.c-torture/execute/loop-8.c: New test.
11734 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11736         * g++.old-deja/g++.other/base1.C: New test.
11738 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11740         * g++.old-deja/g++.other/parse2.C: New test.
11742 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11744         * g++.old-deja/g++.pt/incomplete1.C: New test.
11746 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11748         * g++.old-deja/g++.other/friend9.C: New test.
11750 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
11752         * gcc.dg/20001127-1.c: New test.
11754 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11756         * g++.old-deja/g++.pt/friend46.C: New test.
11758 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11760         * g++.old-deja/g++.other/ptrmem8.C: New test.
11762 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11764         * gcc.c-torture/execute/string-opt-7.c: New test.
11765         * gcc.c-torture/execute/string-opt-8.c: Likewise.
11767 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
11769         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
11770         instead of 'mkcheck 2'.
11772 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11774         * gcc.c-torture/execute/memcheck/driver.c,
11775         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
11776         C9X references to refer to C99.
11778 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
11780         * gcc.dg/ultrasp3.c: New test.
11782 2000-11-25  Neil Booth  <neilb@earthling.net>
11784         * gcc.dg/cpp/include2.c: Update test to be locale independent.
11786 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
11788         * gcc.c-torture/compile/20001123-2.c: New.
11790 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11792         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
11794 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
11796         * gcc.dg/sequence-point-1.c: Add some new tests.
11797         * gcc.c-torture/execute/20001124-1.c: New test.
11799 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
11801         * g++.old-deja/g++.other/vaarg4.C: New test.
11802         * gcc.c-torture/compile/20001123-1.c: New test.
11804 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
11806         * g++.other/crash24.C: Adjust and remove XFAIL.
11807         * g++.other/crash37.C: New test.
11809 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
11811         * g++.old-deja/g++.pt/instantiate9.C: New test.
11813 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
11815         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
11816         new ABI, too.
11818         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
11819         * g++.old-deja/g++.robertl/eb55.C: Likewise.
11821 2000-11-22  Neil Booth  <neilb@earthling.net>
11823         * gcc.dg/cpp/Wtrigraphs.c: New test.
11825 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
11827         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
11829 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
11831         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
11833 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
11835         * lib/gcc-dg.exp: load_lib scanasm.exp.
11836         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
11837         * lib/g++-dg.exp: load_lib scanasm.exp.
11838         * lib/scanasm.exp: New.
11839         (scan-assembler, scan-assembler-not): Add optional arguments to
11840         test name, or if not present, the pattern name.
11841         (scan-assembler-dem, scan-assembler-dem-not): New.
11843         * g++.dg/dg.exp: New.
11845 2000-11-21  Neil Booth  <neilb@earthling.net>
11847         * gcc.dg/cpp/integrated1.c: Remove.
11849 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
11851         * gcc.c-torture/execute/20001121-1.c: New test.
11853 2000-11-21  Richard Henderson  <rth@redhat.com>
11855         * gcc.c-torture/compile/20001121-1.c: New test.
11857 2000-11-20  Neil Booth  <neilb@earthling.net>
11859         * gcc.dg/cpp/integrated1.c: New test.
11861 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
11863         * g++.old-deja/g++.other/inline17.C: New test.
11865 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
11867         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
11868         local variable to be zero: I made the variable global. Now
11869         uses abort() and exit() instead of relying on main's return value.
11871 2000-11-20  Neil Booth  <neilb@earthling.net>
11873         * gcc.dg/cpp/paste2.c: Update test.
11874         * objc/execute/paste.m: New test.
11876 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11878         * gcc.dg/c99-condexpr-1.c: New test.
11880 2000-11-20  Neil Booth  <neilb@earthling.net>
11882         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
11884 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
11886         * g++.old-deja/g++.pt/export1.C: New test.
11888 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
11890         * gcc.dg/20001117-1.c: New test.
11892 2000-11-18  Richard Henderson  <rth@redhat.com>
11894         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
11896 2000-11-18  Richard Henderson  <rth@redhat.com>
11898         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
11899         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
11900         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
11902 2000-11-18  Richard Henderson  <rth@redhat.com>
11904         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
11905         (main): New.  Exit cleanly.
11907 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11909         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
11910         gcc.dg/c99-fordecl-2.c: New tests.
11912 2000-11-18  Richard Henderson  <rth@redhat.com>
11914         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
11915         * gcc.c-torture/execute/zerolen-2.c: New.
11917 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11919         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
11920         memory.
11922 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
11924         * g++.old-deja/g++.pt/instantiate8.C: New test.
11926 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
11928         * g++.old-deja/g++.other/incomplete.C: Add more tests.
11929         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
11931 2000-11-16  Nick Clifton  <nickc@redhat.com>
11933         * gcc.c-torture/execute/nestfunc-2.c: New test.
11934         * gcc.c-torture/execute/nestfunc-3.c: New test.
11936 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
11938         * gcc.c-torture/compile/20001116-1.c: New test.
11940 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11942         * gcc.c-torture/execute/20001115-1.c: New test.
11944 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
11946         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
11947         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
11948         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
11949         * g++.old-deja/g++.abi/vmihint.C: Likewise.
11951 2000-11-15  Neil Booth  <neilb@earthling.net>
11953         gcc.dg/cpp/_Pragma1.c: Update.
11954         gcc.dg/cpp/_Pragma2.c: New test.
11956 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11958         * g++.old-deja/g++.other/anon5.C: New test.
11960 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11962         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
11963         tests.
11965 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
11967         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
11968         output.
11970 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11972         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
11973         labels at end of compound statements.
11975 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
11977         * gcc.c-torture/execute/loop-7.c: New test.
11979 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11981         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
11983 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11985         * gcc.dg/c99-bool-1.c: New test.
11987 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11989         * gcc.dg/c99-scope-1.c: Remove xfail.
11990         * gcc.dg/c99-scope-2.c: New test.
11992 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11994         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
11995         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
11997 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
11999         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
12000         error messages.
12002         * g++.mike/p700.C: Don't typedef wchar_t.
12003         * g++.mike/p784.C: Likewise.
12004         * g++.mike/eb101.C: Don't use __wchar_t.
12006 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
12008         * g77.f-torture/execute/20001111.[fx]: Test premature exit
12009         from DO loop.
12011 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
12013         * gcc.c-torture/execute/20001111-1.c: New test.
12015 2000-11-10  Nick Clifton  <nickc@redhat.com>
12017         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
12018         long multuiple and accumulate.
12020 2000-11-09  Richard Henderson  <rth@redhat.com>
12022         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
12023         via size_t instead of int.
12025         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
12026         * gcc.c-torture/execute/string-opt-2.c: Likewise.
12027         * gcc.c-torture/execute/string-opt-3.c: Likewise.
12028         * gcc.c-torture/execute/string-opt-4.c: Likewise.
12030 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
12032         * gcc.c-torture/compile/20001109-1.c: New test.
12033         * gcc.c-torture/compile/20001109-2.c: New test.
12035 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
12037         * g++.old-deja/g++.pt/operator1.C: New test.
12038         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
12040 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12042         * gcc.dg/20001108-1.c: New test.
12044 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
12046         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
12047         with both arguments constant strings.
12048         * gcc.c-torture/execute/string-opt-3.c: New test.
12049         * gcc.c-torture/execute/string-opt-4.c: New test.
12050         * gcc.c-torture/execute/string-opt-5.c: New test.
12052 2000-11-08  Nick Clifton  <nickc@redhat.com>
12054         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
12055         mulsidi3adddi patterns.
12057 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
12059         * g++.old-deja/g++.other/crash36.C: New test.
12061 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
12063         * g++.old-deja/g++.other/init16.C: New test.
12065 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
12067         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
12069 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12071         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
12072         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12073         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12075 2000-11-07  DJ Delorie  <dj@redhat.com>
12077         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
12079 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12081         * gcc.c-torture/execute/string-opt-1.c: New test.
12083 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
12085         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
12086         mips-sgi-irix6.* because the MIPS ABI passes floating-point
12087         parameters in registers, and there is no way for a varargs
12088         function to know in which order the integer and floating-point
12089         parameters should be interleaved when they are placed on the
12090         stack.
12091         * gcc.c-torture/execute/va-arg-16.x: Likewise.
12092         * gcc.c-torture/execute/va-arg-17.x: Likewise.
12094 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12096         * gcc.c-torture/execute/string-opt-2.c: New test.
12098 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
12100         * g++.old-deja/g++.pt/crash60.C: New test.
12102 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12104         * g++.old-deja/g++.other/crash24.C: New test.
12105         * g++.old-deja/g++.other/crash25.C: New test.
12106         * g++.old-deja/g++.other/crash26.C: New test.
12107         * g++.old-deja/g++.other/crash27.C: New test.
12108         * g++.old-deja/g++.other/crash28.C: New test.
12109         * g++.old-deja/g++.other/crash29.C: New test.
12110         * g++.old-deja/g++.other/crash30.C: New test.
12111         * g++.old-deja/g++.other/crash31.C: New test.
12112         * g++.old-deja/g++.other/crash32.C: New test.
12113         * g++.old-deja/g++.other/crash33.C: New test.
12114         * g++.old-deja/g++.other/crash34.C: New test.
12115         * g++.old-deja/g++.other/crash35.C: New test.
12117 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
12119         * gcc.c-torture/execute/20001031-1.c: New test.
12121 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
12123         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
12124         namespace.
12126         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
12127         standards-conformant.
12129         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
12131         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
12132         * g++.old-deja/g++.mike/p755a.C: Likewise.
12133         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
12134         library makes no calls to `operator new' during initialization.
12136 2000-11-04  Neil Booth  <neilb@earthling.net>
12138         * gcc.dg/cpp/include2.c: New tests.
12140 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
12142         * lib/g++.exp (g++_set_ld_library_path): New function.
12143         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
12145 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
12147         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
12148         warnings.
12150 2000-11-01  Richard Henderson  <rth@redhat.com>
12152         * g++.old-deja/g++.ext/namedret1.C: New.
12153         * g++.old-deja/g++.ext/namedret2.C: New.
12154         * g++.old-deja/g++.ext/namedret3.C: New.
12156 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
12158         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
12159         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
12161 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12163         * gcc.c-torture/execute/va-arg-21.c: New test.
12165 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12167         * gcc.dg/c99-complex-2.c: New test.
12169 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12171         * gcc.c-torture/execute/stdio-opt-1.c: New test.
12173 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
12175         * g++.old-deja/g++.other/inline16.C: New test.
12177 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
12179         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
12180         __PRETTY_FUNCTION__
12182 2000-10-29  Neil Booth  <neilb@earthling.net>
12184         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
12185         New tests.
12186         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
12187         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
12188         optimisation.
12190 2000-10-29  Neil Booth  <neilb@earthling.net>
12192         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
12193         * mi1.c, mi1c.h: Add null directives to multiple-include test.
12194         * mi5.c: Test multiple includes work with -C.
12195         * trigraphs.c: Test ^= version.
12197 2000-10-28  Neil Booth  <neilb@earthling.net>
12199         New tests and test updates for new macro expander.
12201         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
12202         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
12203         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
12204         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
12205         new diagnostic messages.
12207         * gcc.dg/cpp/macro3.c: New tests.
12209 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
12211         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
12212         on the same line.
12214 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
12216         * g++.old-deja/g++.other/eh2.C: New test.
12218 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
12220         * gcc.c-torture/execute/20001027-1.c: New test.
12222 2000-10-26  Richard Henderson  <rth@redhat.com>
12224         * gcc.c-torture/execute/20001026-1.c: New.
12226 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
12228         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
12229         * g++.old-deja/g++.law/builtin1.C: Likewise.
12230         * g++.old-deja/g++.law/ctors10.C: Likewise.
12231         * g++.old-deja/g++.law/virtual3.C: Likewise.
12232         * g++.old-deja/g++.mike/p658.C: Likewise.
12233         * g++.old-deja/g++.other/sibcall1.C: Likewise.
12234         * g++.old-deja/g++.other/vaarg2.C: Likewise.
12235         * g++.old-deja/g++.robertl/eb124.C: Likewise.
12236         * g++.old-deja/g++.robertl/eb44.C: Likewise.
12237         * g++.old-deja/g++.robertl/eb77.C: Likewise.
12239 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
12241         * gcc.c-torture/compile/20001024-1.c: New test.
12243 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
12245         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
12246         to tell us whether or not we are using V3.
12248 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12250         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
12251         operands.
12253 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12255         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
12257 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
12259         * gcc.c-torture/execute/20001024-1.c: New test.
12261 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
12263         * g++.old-deja/g++.other/sibcall1.C: New test.
12265 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
12267         * gcc.dg/noncompile/init-3.c: New test.
12269 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
12271         * gcc.dg/format-array-1.c: New test.
12273 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12275         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12276         writing through null pointers; remove comment about testing
12277         unterminated strings.
12279 2000-10-17  Matthew Hiller  <hiller@redhat.com>
12281         * gcc.c-torture/execute/20001017-2.c: New test.
12283 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12285         * gcc.c-torture/compile/20001018-1.c: New test.
12286         * gcc.c-torture/compile/20001018-1.x: Xfail.
12288 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12290         * gcc.c-torture/execute/20001017-1.c: New test.
12292 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12294         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12295         for multiple use of arguments with scanf formats; add tests for
12296         multiple use of arguments.
12298 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
12300         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12302 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12304         * gcc.dg/format-miss-1.c: New test.
12306 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12308         * gcc.c-torture/execute/20001013-1.c: New test.
12310 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12312         * gcc.dg/format-branch-1.c: New test.
12314 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
12316         * README, lib/file-format.exp: Remove EGCS references.
12318 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
12320         * gcc.dg/20001013-1.c: New test.
12322 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12324         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12325         for intmax_t in the compiler using __typeof__ and the type rules
12326         for conditional expressions.
12328 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
12330         * gcc.dg/20001012-1.c: New test.
12331         * gcc.dg/20001012-2.c: New test.
12333 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12335         * gcc.dg/format-attr-1.c: New test.
12337 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12339         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
12340         __LONG_LONG_MAX__ instead of LLONG_MAX.
12342 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12344         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
12345         scanf flags.
12346         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
12347         flags.
12349 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12351         * gcc.dg/sequence-pt-1.c: New test.
12353 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
12355         * gcc.c-torture/execute/20001011-1.c: New testcase.
12356         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
12358 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12360         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
12361         does not error on it.
12363 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
12365         * gcc.dg/20001009-1.c: New test.
12367 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12369         * gcc.c-torture/compile/20001009-1.c: Move from here ....
12370         * gcc.c-torture/execute/20001009-2.c: ... to here.
12372 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
12374         * gcc.c-torture/compile/20001009-1.c: New testcase.
12375         * gcc.c-torture/execute/20001009-1.c: New testcase.
12376         Testcases provided by Jan Hubicka <jh@suse.cz>.
12378 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12380         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12381         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
12382         uintmax_t using <limits.h> to emulate the compiler's internal
12383         logic.  No longer XFAIL %j tests.
12385 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12387         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
12388         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12389         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
12390         regexps and details of expected handling of some bad formats.
12391         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
12392         suppression.
12394 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12396         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
12397         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
12398         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
12399         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
12400         in list archives.
12402 2000-10-06  Richard Henderson  <rth@cygnus.com>
12404         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
12405         * g++.old-deja/g++.brendan/crash52.C: Likewise.
12406         * g++.old-deja/g++.jason/report.C: Likewise.
12407         * g++.old-deja/g++.law/friend5.C: Likewise.
12408         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
12409         of the expected warnings.
12411 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
12413         * g++.old-deja/g++.pt/enum14.C: New test.
12415 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
12417         * g++.old-deja/g++.pt/crash59.C: New test.
12419 2000-10-04  Will Cohen  <wcohen@redhat.com>
12421         * gcc.dg/20000926-1.c: New test.
12423 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
12425         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
12426         function name for current C++ compiler.
12427         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
12429 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
12431         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
12432         __PRETTY_FUNCTION__.
12433         * g++.old-deja/g++.ext/pretty2.C: Likewise.
12435 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12437         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
12439 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
12441         * gcc.c-torture/compile/20000923-1.c: New test.
12443 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12445         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
12446         * g++.old-deja/g++.pt/ttp62.C: Same.
12447         * g++.old-deja/g++.other/inline14.C: Same.
12449 2000-09-24  Richard Henderson  <rth@cygnus.com>
12451         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
12453 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12455         * gcc.dg/c90-printf-1.c: Add test for wide string format.
12457 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
12459         * gcc.c-torture/compile/20000922-1.c: New file.
12461 2000-09-21  Nick Clifton  <nickc@redhat.com>
12463         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
12464         a signed long modulo operation.
12465         (mod6): New function - perform an unsigned long modulo operation.
12466         (main): Add tests for modulos of very large numbers by very small
12467         dividends.
12469 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12471         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
12473 2000-09-19  Richard Henderson  <rth@cygnus.com>
12475         * gcc.dg/compare2.c (case 10): XFAIL.
12477 2000-09-18  Richard Henderson  <rth@cygnus.com>
12479         * gcc.c-torture/execute/20000906-1.c: Move ...
12480         * gcc.dg/20000906-1.c: ... here.  Only run on targets
12481         that support __builtin_trap.
12483 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
12485         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
12487 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12489         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
12490         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
12491         more $ format tests.
12493 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12495         * gcc.dg/format-errmk-1.c: New test.
12497 2000-09-17  Greg McGary  <greg@mcgary.org>
12499         * gcc.c-torture/execute/20000917-1.x: Remove.
12501 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12503         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
12505 2000-09-17  Greg McGary  <greg@mcgary.org>
12507         * gcc.c-torture/execute/20000917-1.c: New test.
12508         * gcc.c-torture/execute/20000917-1.x: XFAIL.
12510 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
12512         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
12513         in nested macro bug.
12515 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
12517         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
12519 2000-09-14  Jeffrey A Law  (law@cygnus.com)
12521         * gcc.c-torture/execute/20000914-1.c: New test.
12523 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
12525         * g++.other/inline13.C: New test.
12527 2000-09-12  Andreas Jaeger  <aj@suse.de>
12529         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
12530         constant by Ulrich Drepper <drepper@redhat.com>.
12532 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
12534         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
12536 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12538         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
12540 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
12542         * gcc.dg/cpp/backslash.c: New test.
12544 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
12546         * gcc.c-torture/execute/20000910-1.c: New test.
12547         * gcc.c-torture/execute/20000910-2.c: Likewise.
12549 2000-09-11  Robert Lipe  <robertl@sco.com>
12551         * gcc.dg/pragma-align.c: New test.
12553 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
12555         * g++.old-deja/g++.pt/explicit82.C: New test.
12556         * g++.old-deja/g++.pt/explicit83.C: New test.
12558 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12560         * gcc.dg/asm-names.c: New test.
12562 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12564         * gcc.dg/cpp/tr-warn6.c: New test
12566 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12568         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
12569         be accepted.
12571 2000-09-07  Catherine Moore  <clm@redhat.com>
12573         * gcc.c-torture/execute/unroll-1.c: New test.
12575 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
12577         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
12578         ERROR markers.
12579         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
12580         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
12581         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
12582         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
12583         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
12584         Preprocess only.
12585         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
12586         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
12588 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12590         * g++.old-deja/g++.pt/deduct2.C: New test.
12592 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12594         * g++.old-deja/g++.pt/parms2.C: New test.
12596 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12598         * g++.old-deja/g++.pt/crash58.C: New test.
12600 2000-09-06  Greg McGary  <greg@mcgary.org>
12602         * gcc.c-torture/execute/20000906-1.c: New test.
12603         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
12605 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12607         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
12609 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12611         * g++.old-deja/g++.pt/crash57.C: New test.
12613 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12615         * g++.old-deja/g++.pt/crash56.C: New test.
12617 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12619         * g++.old-deja/g++.pt/koenig1.C: New test.
12621 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12623         * gcc.dg/20000904-1.c: New test.
12625 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
12627         * gcc.dg/cpp/paste8.c: New test.
12629 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
12631         * gcc.c-torture/compile/20000827-1.c: New test.
12633 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12635         * gcc.dg/format-diag-1.c: New test.
12637 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
12639         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
12640         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
12641         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
12642         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
12643         gcc.dg/formatz-1.c: Adjust warning regular expressions.
12645 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12647         * g++.old-deja/g++.other/nested4.C: New test.
12649 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
12651         * g++.old-deja/g++.ns/scoped1.C: New test.
12653 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
12655         * lib/g++.exp: Support testing already-installed GCC.
12657 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12659         * wtr-label-1.c, wtr-suffix-1.c: New tests.
12661 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12663         * gcc.dg/return-type-2.c: New test.
12665 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
12667         * gcc.c-torture/compile/20000825-1.c: New test.
12669 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
12671         * gcc.dg/dwarf2-2.c: New test.
12673 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
12675         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
12676         dg-warning regexps.
12678 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12680         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
12681         gcc.dg/format-ext-5.c: New tests.
12683 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
12685         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
12687 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
12689         * gcc.dg/noncompile/930622-2.c: Adjust error message.
12691 2000-08-24  Richard Henderson  <rth@cygnus.com>
12693         * gcc.dg/ia64-sync-1.c: New test.
12694         * gcc.dg/ia64-sync-2.c: New test.
12695         * gcc.dg/ia64-asm-1.c: New test.
12697 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
12699         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
12700         * gcc.dg/format-ext-2.c: New test.
12702 2000-08-23  Jason Merrill  <jason@redhat.com>
12704         * lib/old-dejagnu.exp: Also ignore "In member function" and
12705         "At global scope".
12707 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12709         * gcc.dg/noncompile/label-lineno-1.c: New test.
12711 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12713         * gcc.dg/c99-array-nonobj-1.c: New test.
12715 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12717         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
12718         tests.
12719         * gcc.dg/format-ext-1.c: New test.
12721 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12723         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
12724         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
12725         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
12726         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
12727         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
12729 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12731         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
12732         gcc.dg/c99-strftime-2.c: New tests.
12734 2000-08-22  Richard Henderson  <rth@cygnus.com>
12736         * gcc.c-torture/execute/20000822-1.c: New test.
12738 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
12740         * gcc.c-torture/execute/20000819-1.x: Remove.
12742 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12744         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
12745         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
12746         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
12747         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
12748         gcc.dg/format-xopen-1.c: New tests.
12750 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12752         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
12754 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
12756         * g++.old-deja/g++.other/loop2.C: New test.
12758         * gcc.c-torture/compile/20000606-1.c: New test.
12759         * gcc.c-torture/compile/20000728-1.c: New test.
12760         * gcc.c-torture/execute/20000801-1.c: New test.
12761         * gcc.c-torture/execute/20000801-2.c: New test.
12762         * gcc.c-torture/execute/20000819-1.c: New test.
12763         * gcc.c-torture/execute/20000819-1.x: XFAIL.
12764         * gcc.dg/20000629-1.c: New test.
12765         * gcc.dg/20000724-1.c: New test.
12766         * gcc.dg/20000807-1.c: New test.
12768 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
12770         * gcc.dg/cpp/pragma-1.c: New test.
12771         * gcc.dg/cpp/pragma-2.c: New test.
12773 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
12775         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
12776         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
12778 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12780         * gcc.c-torture/compile/20000818-1.c: New test.
12782 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
12784         * gcc.c-torture/execute/20000818-1.c: New test.
12786 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12788         * gcc.dg/format-va-1.c: New test.
12790 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12792         * g++.old-deja/g++.other/typedef8.C: New test.
12794 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12796         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
12797         * g++.old-deja/g++.mike/net36.C: Mark candidate.
12798         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
12799         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
12800         * g++.old-deja/g++.other/ptrmem7.C: New test.
12801         * g++.old-deja/g++.pt/ptrmem10.C: New test.
12803 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12805         * g++.old-deja/g++.pt/typename27.C: New test.
12807 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12809         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
12810         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
12811         * g++.old-deja/g++.pt/friend45.C: New test.
12812         * g++.old-deja/g++.other/friend8.C: New test.
12814 2000-08-15  Richard Henderson  <rth@cygnus.com>
12816         * gcc.c-torture/execute/20000815-1.c: New test.
12818 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12820         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
12821         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
12822         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
12824 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
12826         * g++.old-deja/g++.other/refinit2.C: New test.
12828 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12830         * lib/c-torture.exp (c-torture): Make
12831         compiler_conditional_xfail_data global.
12832         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
12833         compiler_conditional_xfail_data machinery.
12834         (f-torture-execute): Likewise.
12835         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
12836         and only when unrolling loops.
12838         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
12840 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12842         * g++.old-deja/g++.pt/explicit81.C: New test.
12844 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12846         * g++.old-deja/g++.pt/typename26.C: New test.
12848 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
12850         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
12851         warning.
12853 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
12855         * g++.old-deja/g++.other/array3.C: New test.
12857 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12859         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
12860         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
12861         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
12862         New tests.
12864 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
12866         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
12867         * g++.old-deja/g++.abi/vmihint.C: Likewise.
12869 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
12871         * gcc.c-torture/execute/20000808-1.c: New test.
12873 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12875         * gcc.dg/c90-const-expr-1.c: New test.
12877 2000-08-08  Richard Henderson  <rth@cygnus.com>
12879         * gcc.dg/noncompile/920923-1.c: Declare calloc.
12881 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12883         * gcc.dg/noncompile/const-ll-1.c: New test.
12885 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12887         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
12889 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
12891         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
12892         that running programs linked against the shared version of libobjc
12893         run correctly.
12895 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12897         * gcc.dg/c99-printf-1.c: New test.
12899 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12901         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
12903 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
12905         * gcc.c-torture/execute/20000731-1.x: Delete.
12907 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12909         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
12910         and torture_without_loops as is done by c-torture.exp.
12911         (search_for): Copy from c-torture.exp.
12912         (gcc-dg-runtest): New function, drives a directory of tests
12913         iterating over the TORTURE_OPTIONS.
12914         (scan-assembler, scan-assembler-not): Move here from
12915         individual directory drivers.
12917         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
12918         defined by lib/gcc-dg.exp.
12919         * gcc.dg/cpp/cpp.exp: Likewise.
12920         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
12921         gcc-dg-runtest, so we cycle over optimization options.
12923         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
12924         * gcc.dg/compare2.c: No longer expected to fail.
12926 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
12928         * gcc.c-torture/execute/20000804-1.c: New test.
12930 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12932         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
12934 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
12936         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
12938 2000-08-03  Jeffrey A Law  (law@cygnus.com)
12940         * gcc.c-torture/compile/20000803-1.c: New test.
12942 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12944         * gcc.c-torture/execute/20000801-3.c,
12945         gcc.c-torture/execute/20000801-4.c: New tests.
12946         * gcc.c-torture/execute/20000801-3.x,
12947         gcc.c-torture/execute/20000801-4.x: Xfail.
12949 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
12951         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
12952         libobjc/.libs to allow for libtool.
12954 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
12956         * gcc.c-torture/compile/20000802-1.c: New test.
12958 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12960         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
12962 2000-07-31  Jeffrey A Law  (law@cygnus.com)
12964         * gcc-c-torture/execute/20000731-2.c: New test.
12966         * gcc.c-torture/execute/20000731-1.c: New test.
12967         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
12969 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
12971         * testsuite/gcc.dg/cpp/paste7.c: New test.
12972         * gcc.dg/cpp/20000725-1.c: New test.
12974 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12976         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
12977         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
12978         declaration warning for __builtin_dwarf_reg_size.
12980         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
12982 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12984         * gcc.dg/noncompile/voidparam-1.c: New test.
12986 2000-07-30  Richard Henderson  <rth@cygnus.com>
12988         * gcc.dg/c90-digraph-1.c: Don't xfail.
12989         * gcc.dg/compare2.c (case 10): Xfail.
12990         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
12992 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
12994         * gcc.dg/c99-main-1.c: New test.
12996 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12998         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
13000 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
13002         * gcc.c-tortuer/execute/20000726-1.c: New test.
13004 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
13006         * gcc.c-torture/execute/enum-2.c: New test.
13008 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13010         * gcc.dg/cpp/tr-warn3.c: New test.
13012 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13014         * g++.old-deja/g++.ext/implicit1.C: Remove.
13015         * g++.old-deja/g++.jason/c2.C: Remove
13016         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
13017         * g++.old-deja/g++.pt/crash16.C: Likewise.
13018         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
13020 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13022         * g++.old-deja/g++.other/for2.C: New test.
13024 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
13026         * gcc.dg/20000720-1.c: New test.
13028 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
13030         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
13032 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
13034         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
13035         * gcc.c-torture/execute/20000722-1.c: New.
13036         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
13038 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
13040         * gcc.dg/cpp/20000720-1.S: New test.
13042 2000-07-21  Michael Meissner  <meissner@redhat.com>
13044         * gcc.c-torture/execute/ieee/hugeval.c: New test.
13046 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13048         * g++.old-deja/g++.brendan/crash16.C,
13049         g++.old-deja/g++.brendan/parse3.C,
13050         g++.old-deja/g++.brendan/redecl1.C,
13051         g++.old-deja/g++.ns/template13.C,
13052         g++.old-deja/g++.other/decl4.C,
13053         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
13055 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
13057         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
13058         and "Internal error".
13060         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
13061         regexps.
13062         * gcc.dg/cpp/paste6.c: New test.
13064 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
13066         * gcc.dg/cpp/tr-direct.c: New test.
13068         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
13069         gcc.dg/cpp/undef1.c: Tweak error regexps.
13071 2000-07-18  Eric Christopher <echristo@redhat.com>
13073         * gcc.c-torture/compile/20000718-1.c: New test.
13075 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
13077         * cpplex.c (_cpp_push_token): If the token being pushed back
13078         is the previous token in this context, just subtract one from
13079         context->posn.
13080         * cppmacro.c (save_expansion): Clear aux field when storing a
13081         placemarker.
13083 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
13085         * gcc.dg/noncompile/redecl-1.c: New test.
13087 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
13089         * gcc.c-torture/execute/20000717-5.c: New test.
13090         * gcc.c-torture/execute/20000717-1.x: Removed.
13092 2000-07-17  Richard Henderson  <rth@cygnus.com>
13094         * gcc.c-torture/execute/20000717-4.c: New test.
13096 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13098         * gcc.dg/cpp/syshdr.c: New test.
13099         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
13101 2000-07-17  Neil Booth  <neilb@earthling.net>
13103         * gcc.dg/cpp/cmdlne-dM.c: New test.
13104         * gcc.dg/cpp/cmdlne-dD.c: New test.
13106 2000-07-17  Jeffrey A Law  (law@cygnus.com)
13108         * gcc.c-torture/execute/20000717-3.c: New test.
13110         * gcc.c-torture/compile/20000717-1.c: New test.
13112 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13114         * gcc.c-torture/execute/20000717-2.c: New test.
13116 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13118         * gcc.dg/formatz-1.c: New test.
13120         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
13121         * gcc.dg/c99-digraph-1.c: New tests.
13123         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
13124         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
13126         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
13127         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
13128         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
13129         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
13130         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
13131         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
13132         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
13134 2000-07-17   Greg McGary <greg@mcgary.org>
13136         * gcc.c-torture/execute/20000717-1.c: New test.
13137         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
13139 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
13141         * gcc.c-torture/execute/20000715-2.c: New test.
13142         * gcc.dg/20000715-1.c: New test.
13144 2000-07-15  Michael Meissner  <meissner@redhat.com>
13146         * gcc.c-torture/execute/20000715-1.c: New test.
13148 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
13150         * gcc.c-torture/execute/20000707-1.c: New test.
13152 2000-07-13  Neil Booth  <NeilB@earthling.net>
13154         * testsuite/gcc.dg/cpp/digraph1.c,
13155         testsuite/gcc.dg/cpp/digraph2.c,
13156         testsuite/gcc.dg/cpp/digraphs.c: New tests.
13158 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
13160         * g77.f-torture/compile/20000630-2.f:  New test.
13161         * g77.f-torture/compile/20000630-2.x
13163 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13165         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
13167 2000-07-11  Neil Booth  <NeilB@earthling.net>
13169         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
13171 2000-07-11  Neil Booth  <NeilB@earthling.net>
13173         * gcc.dg/cpp/cmdlne-C.c: New.
13175 2000-07-09  Neil Booth  <NeilB@earthling.net>
13177         * gcc.dg/cpp/directiv.c: New tests.
13178         * gcc.dg/cpp/undef1.c: Update.
13180 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
13182         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
13184 2000-07-09  Neil Booth  <NeilB@earthling.net>
13186         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
13188 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13190         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
13191         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
13193 2000-07-08  Neil Booth  <NeilB@earthling.net>
13195         * gcc.dg/cpp/macsyntx.c: New tests.
13197 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13199         * gcc.dg/20000707-1.c: New test.
13201 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13203         * gcc.c-torture/execute/20000706-1.c: New test.
13204         * gcc.c-torture/execute/20000706-2.c: New test.
13205         * gcc.c-torture/execute/20000706-3.c: New test.
13206         * gcc.c-torture/execute/20000706-4.c: New test.
13207         * gcc.c-torture/execute/20000706-5.c: New test.
13209 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13211         * g++.old-deja/g++.pt/instantiate7.C: New test.
13213 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
13215         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
13216         * g++.old-deja/g++.mike/thunk3.C: Likewise.
13217         * g++.old-deja/g++.other/rtti3.C: Likewise.
13218         * g++.old-deja/g++.other/rttid3.C: Likewise.
13220 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
13222         *  g77.f-torture/compile/20000630-1.x: Fix typo
13224 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
13226         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
13227         assembly output.
13229 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
13231         * gcc.dg/cpp/ident.c: New test.
13233 2000-07-05  Neil Booth  <NeilB@earthling.net>
13235         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
13236           gcc.dg/cpp/lexstrng.c: New tests.
13238 2000-07-04  Neil Booth  <NeilB@earthling.net>
13240         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
13241         * gcc.dg/cpp/strify2.c: Same.
13243 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
13245         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
13246         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
13247         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
13248         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
13250         * testsuite/gcc.dg/cpp/macro1.c,
13251         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
13252         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
13253         testsuite/gcc.dg/cpp/strify1.c,
13254         testsuite/gcc.dg/cpp/strify2.c: New tests.
13256 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
13258         * gcc.c-torture/execute/20000703-1.c: New test.
13260 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13262         * g++.old-deja/g++.pt (lookup10.C): New test.
13264 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13266         * g++.old-deja/g++.pt (typename25.C): New test.
13268 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
13270         * gcc.c-torture/compile/20000701-1.c: New test.
13272 2000-06-30  Nick Clifton  <nickc@cygnus.com>
13274         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13275         to test case.
13277 2000-06-30  Catherine Moore  <clm@cygnus.com>
13279         * gcc.c-torture/execute/align-1.c: New test.
13281 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
13283         * g++.old-deja/g++.pt/expr8.C: New test.
13284         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13286 2000-06-29  Nick Clifton  <nickc@cygnus.com>
13288         * gcc.c-torture/compile/20000629-1.c: New test.
13290 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13293         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13294         gcc.dg/noncompile directory, depending on whether they're
13295         preprocessor tests or not.  Annotate all the tests for the dg
13296         framework.
13298         * gcc.c-torture/noncompile/noncompile.exp: Delete.
13299         * gcc.dg/noncompile/noncompile.exp: New.
13301         * Moved files:
13302         Old name                                New name
13303         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
13304         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
13305         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
13306         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
13307         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
13308         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
13309         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
13310         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
13311         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
13312         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
13313         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
13314         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
13315         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
13316         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
13317         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
13318         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
13319         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
13320         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
13321         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
13322         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
13323         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
13324         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
13325         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
13326         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
13328         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
13329         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
13330         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
13331         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
13332         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
13333         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
13335 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
13337         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13338         declare one variable.  On the fourth, error.
13339         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
13340         declared by 20000628-1a.h.
13342 2000-06-29  Richard Henderson  <rth@redhat.com>
13344         * gcc.c-torture/execute/930529-1.x: New file.
13345         * gcc.dg/920413-1.c: Adjust expected warning text.
13346         * gcc.dg/980217-1.c: Declare abort.
13347         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
13349 2000-06-29  Jeffrey A Law  (law@cygnus.com)
13351         * g77.f-torture/compile/20000629-1.f: New test.
13352         * g77.f-torture/compile/20000629-1.x: Expected to fail.
13354 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13356         Rearrange lots of files, removing entirely the
13357         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
13358         directories.
13360         * Deleted files:
13361         gcc.c-torture/code_quality/code_quality.exp
13362         gcc.c-torture/special/special.exp
13363         gcc.failure/failure.exp
13364         gcc.failure/940409-1.x
13365         gcc.c-torture/compile/961203-1.x
13367         * New files:
13368         gcc.misc-tests/linkage.exp
13369         gcc.c-torture/execute/920730-1t.c
13370         gcc.c-torture/execute/920730-1t.x
13371         gcc.c-torture/compile/920520-1.x
13372         gcc.c-torture/compile/920521-1.x
13373         gcc.c-torture/compile/981006-1.x
13374         gcc.c-torture/execute/eeprof-1.x
13376         * Moved files (possibly with modifications to fit a new harness):
13377         Old name                                New name
13378         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
13379         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
13380         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
13381         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
13382         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
13383         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
13384         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
13385         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
13386         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
13387         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
13388         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
13389         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
13390         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
13391         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
13393 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
13395         * c-torture/compile/961203-1.x: Delete.
13397         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
13398         not exit. Include stdio.h.
13399         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
13400         * gcc.misc-tests/dg-12.c: Likewise.
13401         * gcc.misc-tests/dg-5.c: Likewise.
13402         * gcc.misc-tests/dg-6.c: Likewise.
13403         * gcc.misc-tests/dg-7.c: Prototype abort.
13404         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
13405         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
13406         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
13407         not exit.
13408         * gcc.misc-tests/sieve.c: Use return from main, not exit.
13409         * gcc.misc-tests/sort2.c: Use return from main, not exit.
13411 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
13413         * gcc.dg/cpp/20000628-1.c: New test.
13414         * gcc.dg/cpp/20000628-1.h: New header for above test.
13415         * gcc.dg/cpp/20000628-1a.h: Likewise.
13417 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
13419         * gcc.dg/cpp: New directory.
13420         * gcc.dg/cpp/cpp.exp: New driver.
13421         * gcc.dg/cpp/20000627-1.c: New test.
13422         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
13423         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
13424         and rewrite as a compilation test.
13426         * gcc.dg: Move many files into the cpp subdirectory, possibly
13427         renaming or editing them as well.
13428         Old name                New name
13429         990119-1.c              cpp/19990119-1.c
13430         990228-1.c              cpp/19990228-1.c
13431         990407-1.c              cpp/19990407-1.c
13432         990409-1.c              cpp/19990409-1.c
13433         990413-1.c              cpp/19990413-1.c
13434         990703-1.c              cpp/19990703-1.c
13435         20000127-1.c            cpp/20000127-1.c
13436         20000129-1.c            cpp/20000129-1.c
13437         20000207-1.c            cpp/20000207-1.c
13438         20000207-2.c            cpp/20000207-2.c
13439         20000209-1.c            cpp/20000209-1.c
13440         20000209-2.c            cpp/20000209-2.c
13441         20000301-1.c            cpp/20000301-1.c
13442         20000419-1.c            cpp/20000419-1.c
13443         20000510-1.S            cpp/20000510-1.S
13444         20000519-1.c            cpp/20000519-1.c
13445         20000529-1.c            cpp/20000529-1.c
13446         20000625-1.c            cpp/20000625-1.c
13447         20000625-2.c            cpp/20000625-2.c
13448         cpp-as1.c               cpp/assert1.c
13449         cpp-as2.c               cpp/assert2.c
13450         cxx-comments-1.c        cpp/cxxcom1.c
13451         cxx-comments-2.c        cpp/cxxcom2.c
13452         endif-label.c           cpp/endif.c
13453         cpp-hash1.c             cpp/hash1.c
13454         cpp-hash2.c             cpp/hash2.c
13455         cpp-if1.c               cpp/if-1.c
13456         cpp-if2.c               cpp/if-2.c
13457         cpp-if3.c               cpp/if-3.c
13458         cpp-if4.c               cpp/if-4.c
13459         cpp-if5.c               cpp/if-5.c
13460         cpp-cond.c              cpp/if-cexp.c
13461         cpp-missingop.c         cpp/if-mop.c
13462         cpp-missingparen.c      cpp/if-mpar.c
13463         cpp-opprec.c            cpp/if-oppr.c
13464         cpp-ifparen.c           cpp/if-paren.c
13465         cpp-shortcircuit.c      cpp/if-sc.c
13466         cpp-shift.c             cpp/if-shift.c
13467         cpp-unary.c             cpp/if-unary.c
13468         cpp-li1.c               cpp/line1.c
13469         cpp-li2.c               cpp/line2.c
13470         lineno.c                cpp/line3.c
13471         lineno-2.c              cpp/line4.c
13472         cpp-mi.c                cpp/mi1.c
13473         cpp-mic.h               cpp/mi1c.h
13474         cpp-micc.h              cpp/mi1cc.h
13475         cpp-mind.h              cpp/mi1nd.h
13476         cpp-mindp.h             cpp/mi1ndp.h
13477         cpp-mix.h               cpp/mi1x.h
13478         cpp-mi2.c               cpp/mi2.c
13479         cpp-mi2a.h              cpp/mi2a.h
13480         cpp-mi2b.h              cpp/mi2b.h
13481         cpp-mi2c.h              cpp/mi2c.h
13482         cpp-mi3.c               cpp/mi3.c
13483         cpp-mi3.def             cpp/mi3.def
13484         poison-1.c              cpp/poison.c
13485         pr-impl.c               cpp/prag-imp.c
13486         cpp-redef-2.c           cpp/redef1.c
13487         cpp-redef.c             cpp/redef2.c
13488         strpaste.c              cpp/strp1.c
13489         strpaste-2.c            cpp/strp2.c
13490         cpp-tradpaste.c         cpp/tr-paste.c
13491         cpp-tradstringify.c     cpp/tr-str.c
13492         cpp-tradwarn1.c         cpp/tr-warn1.c
13493         cpp-tradwarn2.c         cpp/tr-warn2.c
13494         trigraphs.c             cpp/trigraphs.c
13495         cpp-unc1.c              cpp/unc1.c
13496         cpp-unc2.c              cpp/unc2.c
13497         cpp-unc3.c              cpp/unc3.c
13498         cpp-unc.c               cpp/unc4.c
13499         undef.c                 cpp/undef1.c
13500         undef-2.c               cpp/undef2.c
13501         cpp-wi1.c               cpp/widestr1.c
13503 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13505         * lib/g++.exp (g++_include_flags): Tweak.
13507 2000-06-27  H.J. Lu  <hjl@gnu.org>
13508             Loren J. Rittle  <ljrittle@acm.org>
13510         * lib/g++.exp (g++_include_flags): Override libgloss.exp
13511         version with one that knows about the new gcc tree structure.
13512         (g++_link_flags): Same.
13514 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
13516         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
13517         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
13518         case we are cross-compiling.
13520         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
13521         g++.old-deja/g++.niklas/Makefile.in,
13522         g++.old-deja/g++.niklas/configure.in,
13523         g++.old-deja/g++.other/Makefile.in,
13524         g++.old-deja/g++.other/configure.in,
13525         gcc.c-torture/code_quality/Makefile.in,
13526         gcc.c-torture/code_quality/configure.in,
13527         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
13528         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
13529         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
13530         gcc.c-torture/execute/ieee/Makefile.in,
13531         gcc.c-torture/execute/ieee/configure.in,
13532         gcc.c-torture/noncompile/Makefile.in,
13533         gcc.c-torture/noncompile/configure.in,
13534         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
13535         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
13536         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
13538 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13540         * g++.old-deja/g++.other/ambig3.C: New test.
13542 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13544         * g++.old-deja/g++.pt/syntax1.C: New test.
13545         * g++.old-deja/g++.pt/syntax2.C: New test.
13546         * g++.old-deja/g++.other/syntax3.C: New test.
13547         * g++.old-deja/g++.other/syntax4.C: New test.
13549 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13551         * gcc.dg/20000623-1.c: Prototype exit and abort.
13553 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
13555         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
13556         New tests.
13557         * gcc.dg/cpp-mi3.def: New file.
13559         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
13560         inside assertions.
13561         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
13562         lexer's error messages.
13563         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
13564         divine anything from the linemarkers.
13565         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
13566         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
13568 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
13570         * gcc.dg/20000623-1.c: New test.
13572 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
13574         * gcc.c-torture/execute/20000622-1.c: New test.
13576 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13578         * g++.old-deja/g++.other/init15.C: New test.
13580 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13582         * g++.old-deja/g++.pt/vaarg2.C: New test.
13583         * g++.old-deja/g++.pt/vaarg3.C: New test.
13585 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13587         * g++.old-deja/g++.other/dyncast6.C: New test.
13589 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
13591         * gcc.c-torture/execute/loop-6.c: New test.
13593 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
13595         * gcc.dg/20000614-1.c: New test.
13596         * gcc.dg/20000614-2.c: New test.
13598 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
13600         * g++.old-deja/g++.other/inline12.C: New test.
13602 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13604         * g++.old-deja/g++.other/eh1.C: New test.
13606 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
13608         * g++.old-deja/g++.other/type.C: New test.
13610 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13612         * g++.old-deja/g++.other/initstring.C: New test.
13614 2000-06-12  Jason Merrill  <jason@redhat.com>
13616         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
13618 2000-06-09  Jeffrey A Law  (law@cygnus.com)
13620         * gcc.c-torture/compile/20000609-1.c: New test.
13622 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
13624         * gcc.dg/20000609-1.c: New test.
13626 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
13628         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
13629         * gcc.c-torture/noncompile/poison-1.c: Move...
13630         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
13631         * gcc.dg/cpp-li1.c: Add a token after the #line.
13633 2000-06-05  Richard Henderson  <rth@cygnus.com>
13635         * gcc.c-torture/execute/20000605-2.c: New test.
13636         * gcc.c-torture/execute/20000605-3.c: New test.
13638 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
13640         * g77.f-torture/execute/20000503-1.x: New file.
13642 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
13644         * g++.old-deja/g++.eh/badalloc1.C: New test.
13646 2000-06-05  Richard Henderson  <rth@cygnus.com>
13648         * gcc.c-torture/execute/20000605-1.c: New test.
13650 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
13651             Nathan Sidwell <nathan@codesourcery.com>
13653         * gcc.c-torture/compile/20000605-1.c: New test.
13655 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
13657         * g77.f-torture/compile/20000601-1.f:  New test.
13659 2000-06-03  Richard Henderson  <rth@cygnus.com>
13661         * gcc.c-torture/execute/20000603-1.c: New.
13663 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
13665         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
13666         * gcc.dg/noreturn-2.c (noreturn): Likewise.
13668 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
13670         * gcc.dg/compare2.c (case 12): XFAIL.
13671         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
13672         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
13674         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
13676 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
13678         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
13679         guard macro is already defined when the header is first
13680         included.
13681         * gcc.dg/cpp-mix.h: New file.
13682         * gcc.dg/endif-label.c: Update patterns to match compiler.
13684         * g++.brendan/complex1.C: Declare abort.
13685         * g++.law/refs4.C: Remove XFAIL.
13686         * g++.oliva/expr2.C: Declare abort and exit.
13688 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
13690         * gcc.c-torture/execute/20000528-1.c: New test.
13692         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
13693         * g++.old-deja/g++.law/temps4.C: Likewise.
13695         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
13696         stdlib.h.  Call abort() on failure.
13697         * g++.old-deja/g++.law/refs4.C: Likewise.
13698         * g++.old-deja/g++.law/temps4.C: Likewise.
13699         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
13700         * gcc.c-torture/execute/20000112-1.c: Include string.h.
13702 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
13704         Relative to g++.dg/special:
13705         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
13707         Relative to g++.old-deja:
13708         * g++.brendan/complex1.C, g++.jason/optimize2.C,
13709         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
13710         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
13711         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
13712         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
13713         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
13714         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
13716         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
13717         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
13718         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
13719         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
13720         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
13721         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
13722         and/or string.h.
13724         * g++.other/goto1.C: Update expectations for error messages.
13726 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
13728         * gcc.c-torture/compile/20000523-1.c: New test.
13730 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
13732         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
13734 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
13736         * g++.old-deja/g++.eh/catch11.C: New test.
13737         * g++.old-deja/g++.eh/catch12.C: New test.
13739 2000-05-24  Nick Clifton  <nickc@cygnus.com>
13741         * gcc.c-torture/execute/20000523-1.c: New test.
13743 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
13745         * c-torture/execute/bcp-1.c: Replace abort in arg of
13746         __builtin_constant_p with a generic external function.
13748         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
13749         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
13750         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
13751         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
13752         Prototype abort and/or exit.
13754         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
13755         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
13756         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
13757         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
13759 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
13761         * gcc.dg/dwarf2-1.c: New test.
13763 2000-05-20  Richard Henderson  <rth@cygnus.com>
13765         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
13767 2000-05-20  Andreas Jaeger  <aj@suse.de>
13769         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
13770         testcase.
13772 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
13774         * gcc.c-torture/execute/20000519-2.c: New test.
13776 2000-05-19  Andreas Jaeger  <aj@suse.de>
13778         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
13779         which fails with SSA.
13781         * lib/c-torture.exp: Also test with -O3 -fssa.
13783 2000-05-18  Michael Meissner  <meissner@redhat.com>
13785         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
13786         * gcc.c-torture/execute/920415-1.c: Ditto.
13787         * gcc.c-torture/execute/920501-1.c: Ditto.
13788         * gcc.c-torture/execute/conversion.c: Ditto.
13789         * gcc.c-torture/execute/cvt-1.c: Ditto.
13791 2000-05-18  Jeffrey A Law  (law@cygnus.com)
13793         * gcc.c-torture/compile/20000518-1.c: New test.
13795 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13797         * g77.f-torture/compile/200005018.f:  New test.
13799 2000-05-17  Jeffrey A Law  (law@cygnus.com)
13801         * gcc.c-torture/compile/20000517-1.c: New test.
13803 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13805         * gcc.c-torture/execute/20000516-1.c: New test.
13807 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
13809         * g++.old-deja/g++.other/eh.C: New test.
13811 2000-05-12  Richard Henderson  <rth@cygnus.com>
13813         * gcc.c-torture/execute/990208-1.c (main): Don't pass
13814         constants through to doit's conditional.
13816 2000-05-11  Jeffrey A Law  (law@cygnus.com)
13818         * gcc.c-torture/compile/20000511-1.c: New test.
13819         * g77.f-torture/compile/20000511-1.f: New test.
13820         * g77.f-torture/compile/20000511-2.f: New test.
13822 2000-05-11  Michael Meissner  <meissner@redhat.com>
13824         * gcc.c-torture/execute/20000511-1.c: New test.
13826 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
13828         * gcc.dg/dg.exp: Scan .S files as well as .c files.
13829         * gcc.dg/20000510-1.S: New.
13831 2000-05-08  Catherine Moore  <clm@cygnus.com>
13833         * gcc.dg/unused-3.c: New.
13835 2000-05-06  Richard Henderson  <rth@cygnus.com>
13837           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
13838           * g++.old-deja/g++.mike/warn1.C: Likewise.
13839           * g++.old-deja/g++.pt/local1.C: Likewise.
13840           * g++.old-deja/g++.pt/local7.C: Likewise.
13841           * g++.old-deja/g++.pt/spec16.C: Likewise.
13843 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
13845         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
13847 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
13849           * g77.f-torture/execute/20000503-1.f:  New test.
13851 2000-05-04  Andreas Jaeger  <aj@suse.de>
13853         * gcc.dg/noreturn-2.c: New test.
13855 2000-05-04  Neil Booth  <NeilB@earthling.net>
13857         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
13858         preprocessor.
13860 2000-05-04  Richard Henderson  <rth@cygnus.com>
13862         * gcc.c-torture/execute/20000503-1.c: Fix typo.
13864 2000-05-04  Richard Henderson  <rth@cygnus.com>
13866         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
13867         OpenSSL by Jason R Thorpe.
13869 2000-05-03  Jim Wilson  <wilson@cygnus.com>
13871         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
13873 2000-05-03  Robert Lipe <robertlipe@usa.net>
13875         * gcc.dg/20000503-1.c: New test.
13877 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
13879         * gcc.c-torture/compile/20000502-1.c: New test.
13880         * g++.old-deja/g++.other/align.C: New test.
13881         * gcc.dg/cpp-tradstringify.c: New test.
13883 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13885         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
13886         and hard registers.
13888 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
13890         * gcc.c-torture/execute/loop-5.c: New test.
13892 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
13894         * gcc.c-torture/execute/va-arg-20.c: New test.
13896 2000-04-23  Jeffrey A Law  (law@cygnus.com)
13898         * gcc.c-torture/execute/20000422-1.c: New test.
13900 2000-04-20  Greg McGary  <gkm@gnu.org>
13902         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
13903         when optimizing, but without sibling-call optimizations (-O1).
13905 2000-04-20  Jeffrey A Law  (law@cygnus.com)
13907           * gcc.c-torture/compile/20000420-1.c: New test.
13909 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13911         * g++.abi/ptrflags.C: New test.
13912         * g++.eh/catchptr1.C: Test incomplete pointer chains.
13914 2000-04-19  Catherine Moore  <clm@cygnus.com>
13916         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
13918 2000-04-19  Greg McGary  <gkm@gnu.org>
13920         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
13921         sibling-call optimizations.
13923 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
13925         * gcc.dg/20000419-1.c: New test.
13927 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
13929         * gcc.c-torture/execute/20000412-6.c: New test.
13931 2000-04-12  Jeffrey A Law  (law@cygnus.com)
13933         * gcc.c-torture/execute/20000412-5.c: New test.
13934         * g77.f-torture/compile/20000412-1.f: New test.
13935         * gcc.c-torture/execute/20000412-4.c: New test.
13936         * gcc.c-torture/compile/20000412-2.c: New test.
13937         * gcc.c-torture/execute/20000412-3.c: New test.
13938         * gcc.c-torture/compile/20000412-1.c: New test.
13939         * gcc.c-torture/execute/20000412-2.c: New test.
13941 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
13943         * objc/execute/bf-20.m: New test.
13945 2000-04-10  Richard Henderson  <rth@cygnus.com>
13947         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
13949         * gcc.c-torture/execute/20000412-1.c: New test.
13951 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
13953         * g++.old-deja/g++.eh/catchptr1.C: New test.
13955 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
13957         * g++.old-deja/g++.abi/cxa_vec.C: New test.
13959 2000-04-08  Neil Booth  <NeilB@earthling.net>
13961         * gcc.dg/cpp-nullchar.c: Remove test as
13962         embedded nulls cause problems.
13964 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13966         * gcc.dg/compare2.c: New test.
13968 2000-04-08  Neil Booth  <NeilB@earthling.net>
13970         * gcc.dg/cpp-nullchar.c: New test.
13972 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
13974         * gcc.dg/cpp-mi2.c: New test.
13975         * gcc.dg/cpp-mi2[abc].h: New files.
13977 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13979         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
13980         member name.
13982 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13984         * g++.old-deja/g++.abi/vmihint.C: New test.
13986 2000-04-06  Neil Booth  <NeilB@earthling.net>
13988         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
13989         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
13990         copyright.
13992 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
13994         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
13995         avoid stack-frame overwrite.
13997 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
13999         * gcc.c-torture/compile/20000405-2.c: New test.
14000         * gcc.c-torture/compile/20000405-3.c: New test.
14002 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14004         * gcc.c-torture/compile/20000405-1.c: New test.
14006 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
14008         * gcc.dg/cast-qual-1.c: Revert last change.
14010 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14012         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
14014 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
14016         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
14017         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
14019 2000-04-03  Jeffrey A Law  (law@cygnus.com)
14021         * gcc.c-torture/compile/20000403-2.c: New test.
14022         * gcc.c-torture/compile/20000403-1.c: New test.
14024 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
14026         * gcc.c-torture/execute/20000403-1.c: New test.
14028 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
14030         * gcc.c-torture/execute/20000402-1.c: New test.
14032 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
14034         * gcc.c-torture/execute/va-arg-15.c: New test.
14035         * gcc.c-torture/execute/va-arg-16.c: New test.
14036         * gcc.c-torture/execute/va-arg-17.c: New test.
14037         * gcc.c-torture/execute/va-arg-18.c: New test.
14038         * gcc.c-torture/execute/va-arg-19.c: New test.
14040 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
14042         * gcc.c-torture/compile/981211-1.c: Move to...
14043         * gcc.dg/cpp-as1.c: ...here.
14044         * gcc.dg/cpp-as2.c: New file.
14046         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
14047         compiler.
14049 2000-04-02  Neil Booth  <NeilB@earthling.net>
14051         * gcc.dg/cpp-cond.c  New tests.
14052         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
14053         accidental success less likely.
14054         * gcc.dg/cpp-missingop.c  New tests.
14055         * gcc.dg/cpp-missingparen.c  New tests.
14056         * gcc.dg/cpp-shift.c  New tests.
14057         * gcc.dg/cpp-shortcircuit.c  New tests.
14058         * gcc.dg/cpp-unary.c  New tests.
14060 2000-03-29  Jeffrey A Law  (law@cygnus.com)
14062         * gcc.c-torture/compile/20000329-1.c: New test.
14064 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
14066         * gcc.c-torture/compile/20000326-1.c: New test.
14067         * gcc.c-torture/compile/20000326-2.c: New test.
14069 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
14071         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
14072         the first parameter is a function argument.
14074 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
14076         * g++.old-deja/g++.ext/array4.C: New test.
14078 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
14080         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
14082 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14084         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
14086 2000-03-19  Richard Henderson  <rth@cygnus.com>
14088         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
14090 2000-03-19  Richard Henderson  <rth@cygnus.com>
14092         * gcc.c-torture/compile/20000319-1.c: New test.
14094 2000-03-14  Jeffrey A Law  (law@cygnus.com)
14096         * gcc.c-torture/execute/20000314-3.c: New test.
14097         * gcc.c-torture/execute/20000314-2.c: New test.
14098         * gcc.c-torture/execute/20000314-1.c: New test.
14099         * gcc.c-torture/compile/20000314-2.c: New test.
14100         * gcc.c-torture/compile/20000314-1.c: New test.
14102 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
14104         * g++.old-deja/g++.warn/inline.C: New test.
14106 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
14108         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
14109         standards-compliant result rather than specific constants.
14110         Put test-values in array.
14112 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14114         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
14115         (g++_target_compile): Put test-specific options last.
14117 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14119         * g++.old-deja/g++.eh/vbase4.C: New test.
14121 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14123         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
14125 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14127         * g++.old-deja/g++.brendan/misc12.C: Removed.
14128         * g++.old-deja/g++.pt/memtemp77.C: Constify.
14129         * g++.old-deja/g++.ext/pretty4.C: New test.
14131 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14133         * g++.old-deja/g++.other/string2.C: New test.
14135 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14137         * g++.old-deja/g++.warn/impint2.C: New test.
14139 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
14141         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
14142         is 1, not zero.
14144 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14146         * g++.old-deja/g++.warn/impint.C: New test.
14147         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
14148         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
14149         * g++.old-deja/g++.pt/explicit12.C: Likewise.
14150         * g++.old-deja/g++.pt/explicit13.C: Likewise.
14151         * g++.old-deja/g++.pt/explicit17.C: Likewise.
14152         * g++.old-deja/g++.pt/explicit18.C: Likewise.
14153         * g++.old-deja/g++.pt/explicit19.C: Likewise.
14154         * g++.old-deja/g++.pt/explicit23.C: Likewise.
14155         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14156         * g++.old-deja/g++.pt/explicit35.C: Likewise.
14157         * g++.old-deja/g++.pt/explicit6.C: Likewise.
14158         * g++.old-deja/g++.pt/memclass7.C: Likewise.
14160 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
14162         * gcc.dg/cpp-redef.c: New test.
14164 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14166         * g++.old-deja/g++.pt/unify7.C: New test.
14168 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14170         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
14171         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
14173 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
14175         * gcc.c-torture/compile/20000224-1.c: New test.
14177 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14179         * gcc.c-torture/compile/cpp-2.c: New test.
14180         * gcc.c-torture/compile/cpp-1.c: New test.
14182 2000-02-25  Jeffrey A Law  (law@cygnus.com)
14184         * gcc.c-torture/execute/20000225-1.c: New test.
14186 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14188         * gcc.dg/cpp-li2.c: New test.
14190         * gcc.dg/cpp-wi1.c: New test.
14192         * gcc.dg/cpp-li1.c: New test.
14194 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14196         * g++.old-deja/g++.other/sizeof5.C: New test.
14198 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14200         * gcc.c-torture/execute/va-arg-13.c: New test.
14202 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
14204         * gcc.c-torture/execute/va-arg-12.c: New test.
14206 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14208         * gcc.c-torture/execute/20000223-1.c: New test.
14210 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14212         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
14214 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
14216         * g++.old-deja/g++.abi/ptrmem.C: New test.
14218 2000-02-19  Richard Henderson  <rth@cygnus.com>
14220         * gcc.c-torture/compile/init-3.c: New.
14222 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14224         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
14225         ALWAYS_CXXFLAGS.
14227 2000-02-11  Robert Lipe <robertl@sco.com>
14229         * gcc.c-torture/compile/20000211-3.c: New test.
14231 2000-02-11  Martin Buchholz <martin@xemacs.org>
14233         * gcc.c-torture/compile/20000211-2.c: New test.
14235 2000-02-11  Jeffrey A Law  (law@cygnus.com)
14237         * gcc.c-torture/compile/20000211-1.c: New test.
14239 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
14241         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
14242           on native targets
14244 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14246         * g++.old-deja/g++.other/cast5.C: New test.
14248 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
14250         * gcc.c-torture/execute/20000205-1.c: New.
14252 2000-02-03  Nathan Sidwell  <nathan@acm.org>
14254         * g++.old-deja/g++.jason/cast3.C: Return void.
14255         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
14257 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14259         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
14261         * gcc.dg/loop-1.c: New test.
14263 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
14265         * gcc.c-torture/compile/20000127-1.c: New test.
14266         * gcc.c-torture/execute/991228-1.c: New test.
14268 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14270         * gcc.dg/unused-2.c: New test.
14272         * gcc.dg/conv-1.c: New test.
14274 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14276         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14277         compiler.
14278         (tool_option_proc): Fix typo.
14280 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
14282         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14283         of the ld on the host, not on the build machine.
14284         Also, don't crash if '--help' is not a supported option.
14286 2000-01-24  Richard Henderson  <rth@cygnus.com>
14288         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14290 2000-01-20  Jeffrey A Law  (law@cygnus.com)
14292         * gcc.c-torture/execute/20000120-2.c: New test.
14293         * gcc.c-torture/execute/20000120-1.c: New test.
14295 2000-01-13  Jeffrey A Law  (law@cygnus.com)
14297         * gcc.c-torture/execute/20000113-1.c: New test.
14299 2000-01-12  Jeffrey A Law  (law@cygnus.com)
14301         * gcc.c-torture/execute/20000112-1.c: New test.
14303 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14305         * gcc.dg/20000111-1.c: New test.
14307 2000-01-10  Jeffrey A Law  (law@cygnus.com)
14309         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14310         with 16 bit integers.
14312 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14314         * gcc.dg/20000108-1.c: New test.
14316 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14318         * g++.old-deja/g++.ns/koenig8.C: New test.
14320 2000-01-05  Nathan Sidwell  <nathan@acm.org>
14322         * g++.old-deja/g++.other/cast4.C: New test.
14324 2000-01-05  Jeffrey A Law  (law@cygnus.com)
14326         * gcc.c-torture/compile/20000105-2.c: New test.
14327         * gcc.c-torture/compile/20000105-1.c: New test.
14329 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14331         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
14332         references to printf & atoi to conform to ANSI standard.
14333         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
14334         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
14335         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
14336         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
14337         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
14338         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14339         * g++.old-deja/g++.brendan/copy1.C: Likewise.
14340         * g++.old-deja/g++.brendan/copy2.C: Likewise.
14341         * g++.old-deja/g++.brendan/copy3.C: Likewise.
14342         * g++.old-deja/g++.brendan/copy4.C: Likewise.
14343         * g++.old-deja/g++.brendan/copy5.C: Likewise.
14344         * g++.old-deja/g++.brendan/copy6.C: Likewise.
14345         * g++.old-deja/g++.brendan/copy7.C: Likewise.
14346         * g++.old-deja/g++.brendan/copy8.C: Likewise.
14347         * g++.old-deja/g++.brendan/crash11.C: Likewise.
14348         * g++.old-deja/g++.brendan/crash14.C: Likewise.
14349         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
14350         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14351         * g++.old-deja/g++.brendan/delete2.C: Likewise.
14352         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
14353         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
14354         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
14355         * g++.old-deja/g++.brendan/eh1.C: Likewise.
14356         * g++.old-deja/g++.brendan/groff1.C: Likewise.
14357         * g++.old-deja/g++.brendan/init3.C: Likewise.
14358         * g++.old-deja/g++.brendan/misc12.C: Likewise.
14359         * g++.old-deja/g++.brendan/misc7.C: Likewise.
14360         * g++.old-deja/g++.brendan/new2.C: Likewise.
14361         * g++.old-deja/g++.brendan/operators4.C: Likewise.
14362         * g++.old-deja/g++.brendan/operators5.C: Likewise.
14363         * g++.old-deja/g++.brendan/overload2.C: Likewise.
14364         * g++.old-deja/g++.brendan/overload7.C: Likewise.
14365         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
14366         * g++.old-deja/g++.brendan/reference1.C: Likewise.
14367         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
14368         * g++.old-deja/g++.brendan/template24.C: Likewise.
14369         * g++.old-deja/g++.brendan/template3.C: Likewise.
14370         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
14371         * g++.old-deja/g++.jason/inline3.C: Likewise.
14372         * g++.old-deja/g++.jason/opeq.C: Likewise.
14373         * g++.old-deja/g++.law/arg5.C: Likewise.
14374         * g++.old-deja/g++.law/arm7.C: Likewise.
14375         * g++.old-deja/g++.law/ctors11.C: Likewise.
14376         * g++.old-deja/g++.law/cvt8.C: Likewise.
14377         * g++.old-deja/g++.law/init9.C: Likewise.
14378         * g++.old-deja/g++.law/refs4.C: Likewise.
14379         * g++.old-deja/g++.law/template2.C: Likewise.
14380         * g++.old-deja/g++.law/visibility24.C: Likewise.
14381         * g++.old-deja/g++.law/vtable3.C: Likewise.
14382         * g++.old-deja/g++.mike/asm2.C: Likewise.
14383         * g++.old-deja/g++.mike/eh1.C: Likewise.
14384         * g++.old-deja/g++.mike/misc1.C: Likewise.
14385         * g++.old-deja/g++.mike/misc13.C: Likewise.
14386         * g++.old-deja/g++.mike/misc14.C: Likewise.
14387         * g++.old-deja/g++.mike/ns12.C: Likewise.
14388         * g++.old-deja/g++.mike/p1248.C: Likewise.
14389         * g++.old-deja/g++.mike/p3708.C: Likewise.
14390         * g++.old-deja/g++.mike/p3708a.C: Likewise.
14391         * g++.old-deja/g++.mike/p3708b.C: Likewise.
14392         * g++.old-deja/g++.mike/p646.C: Likewise.
14393         * g++.old-deja/g++.mike/p700.C: Likewise.
14394         * g++.old-deja/g++.mike/p783.C: Likewise.
14395         * g++.old-deja/g++.mike/p783a.C: Likewise.
14396         * g++.old-deja/g++.mike/p783b.C: Likewise.
14397         * g++.old-deja/g++.mike/p786.C: Likewise.
14398         * g++.old-deja/g++.mike/p789.C: Likewise.
14399         * g++.old-deja/g++.mike/p789a.C: Likewise.
14400         * g++.old-deja/g++.mike/p807a.C: Likewise.
14401         * g++.old-deja/g++.other/delete3.C: Likewise.
14402         * g++.old-deja/g++.other/dyncast1.C: Likewise.
14403         * g++.old-deja/g++.other/dyncast2.C: Likewise.
14404         * g++.old-deja/g++.other/dyncast3.C: Likewise.
14405         * g++.old-deja/g++.other/empty1.C: Likewise.
14406         * g++.old-deja/g++.other/temporary1.C: Likewise.
14407         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
14408         * g++.old-deja/g++.pt/t16.C: Likewise.
14409         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
14411 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
14413         * gcc.dg/991230-1.c: New test.
14415 1999-12-29  Jeffrey A Law  (law@cygnus.com)
14417         * gcc.c-torture/compile/991229-3.c: New test.
14418         * gcc.c-torture/compile/991229-2.c: New test.
14419         * gcc.c-torture/compile/991229-1.c: New test.
14421 1999-12-29  Greg McGary <gkm@eng.ascend.com>
14423         * gcc.c-torture/compile/labels-2.c: New test.
14425 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14427         * gcc.c-torture/execute/991227-1.c: New test.
14429 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14431         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
14433 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14435         * gcc.c-torture/execute/991221-1.c: New test.
14437 1999-12-20  Nathan Sidwell  <nathan@acm.org>
14439         * g++.old-deja/g++.other/cast3.C: New test.
14441 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
14443         * gcc.c-torture/execute/991216-4.c: New test.
14445 1999-12-16  Michael Meissner  <meissner@cygnus.com>
14447         * gcc.c-torture/execute/991216-1.c: New test.
14448         * gcc.c-torture/execute/991216-2.c: New test.
14449         * gcc.c-torture/execute/991216-3.c: New test.
14451 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14453         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
14454         Actually make the test fail by using "-O2" for compilation.
14456 1999-12-15  Nathan Sidwell  <nathan@acm.org>
14458         * g++.old-deja/g++.warn/cast-align1.C: New test.
14460 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14462         * gcc.c-torture/compile/991214-1.c: New test.
14463         * gcc.c-torture/compile/991214-2.c: New test.
14465 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
14467         * gcc.dg/991214-1.c: New test.
14469 1999-12-13  Jeffrey A Law  (law@cygnus.com)
14471         * gcc.c-torture/compile/991213-3.c: New test.
14472         * gcc.c-torture/compile/991213-2.c: New test.
14473         * gcc.c-torture/compile/991213-1.c: New test.
14475 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
14477         * gcc.dg/991209-1.c: New test.
14479 1999-12-08  Nathan Sidwell <nathan@acm.org>
14481         * gcc.c-torture/compile/991208-1.c: New test.
14483 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14485         * gcc.dg/ultrasp2.c: New test.
14487 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
14489         * g++.old-deja/g++.abi/align.C (main): Fix typo.
14491 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
14493         * gcc.c-torture/compile/991202-1.c: New test.
14494         * gcc.c-torture/execute/991202-1.c: New test.
14495         * gcc.c-torture/execute/991202-2.c: New test.
14496         * gcc.c-torture/execute/991202-3.c: New test.
14498 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
14500         * g++.old-deja/g++.abi/align.C: New test.
14501         * g++.old-deja/g++.abi/aggregates.C: Likewise.
14502         * g++.old-deja/g++.abi/bitfields.C: Likewise.
14504 1999-12-01  Richard Henderson  <rth@cygnus.com>
14506         * gcc.c-torture/execute/991201-1.c: New.
14508 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
14510         * gcc.dg/991129-1.c: New test.
14512 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
14514         * gcc.c-torture/compile/991127-1.c: New test.
14516 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14518         * g++.old-deja/g++.other/warn4.C: New test.
14520 1999-11-22  Nathan Sidwell  <nathan@acm.org>
14522         * g++.old-deja/g++.eh/cleanup2.C: New test.
14523         * g++.old-deja/g++.ext/pretty2.C: New test.
14524         * g++.old-deja/g++.ext/pretty3.C: New test.
14525         * g++.old-deja/g++.other/debug6.C: New test.
14527 1999-10-20  Jim Wilson  <wilson@cygnus.com>
14529         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
14530         compiler_output to look for one error message instead of two.
14532 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
14534         * gcc.c-torture/execute/991118-1.c: Also test case
14535         where the word boundary does not split a byte evenly.
14537 1999-11-19  Nathan Sidwell  <nathan@acm.org>
14539         * g++.old-deja/g++.ext/restrict1.C: New test.
14541 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14543         * gcc.c-torture/execute/991118-1.c: New test.
14545 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
14547         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
14548         working directory pathnames.
14550 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
14552         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
14553         host is equipped with driver.h and driver.o so it can actually
14554         compile and run the tests.
14556 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
14558         * gcc.c-torture/compile/991008-1.c: New test.
14560 1999-11-08  Nick Clifton  <nickc@cygnus.com>
14562         * lib/gcc-dg.exp: Include target-supports.exp
14564 1999-11-05  Nick Clifton  <nickc@cygnus.com>
14566         * lib/target-supports.exp: New file: Provide procs to test for
14567         features supported by the target.
14568         (check_weak_available): Moved here from ecos.exp.
14569         (check_alias_available): New proc: Determine of the target
14570         toolchain supports the alias attribute.
14572         * gcc.dg/special/ecos.exp: Move check_weak_available to
14573         target-supports.exp.
14574         (alias-1.c): Only perform the test if the target supports
14575         aliases.
14576         (wkali-1.c): Only perform the test if the target supports
14577         aliases.
14579         * gcc.dg/990506-0.c: Expect error messages from cross
14580         targets as well as native targets.
14582 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14584         * gcc.dg/ultrasp1.c: Removed xfail.
14585         * gcc.dg/struct-ret-2.c: Likewise.
14586         * gcc.dg/array-1.c: Likewise.
14588 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14590         * gcc.dg/struct-ret-2.c: New test.
14592         * gcc.dg/array-1.c: New test.
14594 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
14596         * gcc.c-torture/execute/991030-1.c: New test.
14598 1999-10-26  Richard Henderson  <rth@cygnus.com>
14600         * gcc.c-torture/compile/991026-2.c: New test.
14602 1999-10-26  Jeffrey A Law  (law@cygnus.com)
14604         * gcc.c-torture/compile/991026-1.c: New test.
14606 1999-10-23  Jeffrey A Law  (law@cygnus.com)
14608         * gcc.c-torture/execute/991023-1.c: New test.
14610 1999-10-19  Jeffrey A Law  (law@cygnus.com)
14612         * gcc.c-torture/execute/991019-1.c: New test.
14614 1999-10-16  Richard Henderson  <rth@cygnus.com>
14616         * gcc.c-torture/execute/991016-1.c: New test.
14618 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
14620         * gcc.c-torture/execute/991014-1.c: New test.
14622 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
14624         * g++.old-deja/g++.other/union2.C: New test.
14626 1999-10-13  Nathan Sidwell  <nathan@acm.org>
14628         * g++.old-deja/g++.other/vaarg2.C: New test.
14629         * g++.old-deja/g++.other/vaarg3.C: New test.
14631 1999-10-12  Craig Burley  <craig@jcb-sc.com>
14633         * g77.f-torture/noncompile/19990905-1.f: Moved from being
14634         in compile/.
14636 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
14638         * gcc.c-torture/execute/va-arg-11.c: New test.
14640 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
14642         * lib/file-format.exp (gcc_target_object_format): Don't
14643         crash if objdump is unavailable.
14645 1999-09-29  Donn Terry <donn@interix.com>
14647         * gcc.misc-tests/mg.exp: delete extraneous redirection.
14649 1999-09-28  Nick Clifton  <nickc@cygnus.com>
14651         * gcc.c-torture/compile/990928-1.c: New test.
14653 1999-09-28  Nathan Sidwell  <nathan@acm.org>
14655         * g++.old-deja/g++.other/decl6.C: New test.
14657 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14659         * gcc.c-torture/execute/va-arg-10.c: New test.
14661 1999-09-27  Nathan Sidwell  <nathan@acm.org>
14663         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
14664         __PRETTY_FUNCTION__.
14666 1999-09-23  Nick Clifton  <nickc@cygnus.com>
14668         * gcc.c-torture/execute/990923-1.c: New test.
14670 1999-09-21  Nick Clifton  <nickc@cygnus.com>
14672         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
14673         for which -fpic is inappropriate.
14675 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
14677         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
14679 1999-09-21  Nathan Sidwell  <nathan@acm.org>
14681         * g++.old-deja/g++.other/dyncast1.C: New test.
14682         * g++.old-deja/g++.other/dyncast2.C: New test.
14683         * g++.old-deja/g++.other/dyncast3.C: New test.
14684         * g++.old-deja/g++.other/dyncast4.C: New test.
14685         * g++.old-deja/g++.other/dyncast5.C: New test.
14686         * g++.old-deja/g++.eh/catch3.C: New test.
14687         * g++.old-deja/g++.eh/catch3p.C: New test.
14688         * g++.old-deja/g++.eh/catch4.C: New test.
14689         * g++.old-deja/g++.eh/catch4p.C: New test.
14690         * g++.old-deja/g++.eh/catch5.C: New test.
14691         * g++.old-deja/g++.eh/catch5p.C: New test.
14692         * g++.old-deja/g++.eh/catch6.C: New test.
14693         * g++.old-deja/g++.eh/catch6p.C: New test.
14694         * g++.old-deja/g++.eh/catch7.C: New test.
14695         * g++.old-deja/g++.eh/catch7p.C: New test.
14696         * g++.old-deja/g++.eh/catch8.C: New test.
14697         * g++.old-deja/g++.eh/catch8p.C: New test.
14698         * g++.old-deja/g++.eh/catch9.C: New test.
14699         * g++.old-deja/g++.eh/catch9p.C: New test.
14701 1999-09-13  Nathan Sidwell  <nathan@acm.org>
14703         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
14704         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
14706 1999-09-13  Jeffrey A Law  (law@cygnus.com)
14708         * gcc.c-torture/compile/990913-1.c: New test.
14710 1999-09-10  Nathan Sidwell  <nathan@acm.org>
14712         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
14713         * g++.old-deja/g++.jason/rfg5.C: Likewise.
14715 1999-09-09  Richard Henderson  <rth@cygnus.com>
14717         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
14719 1999-09-09  Nathan Sidwell  <nathan@acm.org>
14721         * g++.old-deja/g++.other/lookup11.C: New test.
14722         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
14723         what is permitted and what we want.
14724         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
14725         overload use.
14726         * g++.old-deja/g++.jason/rfg5.C: Likewise
14728 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
14730         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
14731         * gcc.c-torture/noncompile/poison-1.c: New file.
14733 1999-09-08  Nathan Sidwell  <nathan@acm.org>
14735         * g++.old-deja/g++.other/sizeof3.C: New test.
14736         * g++.old-deja/g++.other/sizeof4.C: New test.
14737         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
14738         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
14740 1999-09-07  Richard Henderson  <rth@cygnus.com>
14742         * gcc.dg/va-arg-1.c: New.
14744 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14746         * gcc.c-torture/execute/va-arg-9.c: New test.
14748 1999-09-05  Craig Burley  <craig@jcb-sc.com>
14750         * g77.f-torture/compile/980519-2.f: New test.
14751         * g77.f-torture/compile/19990905-0.f: New test.
14752         * g77.f-torture/compile/19990905-1.f: New test.
14753         * g77.f-torture/compile/19990905-2.f: New test.
14755         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
14757 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
14759         * gcc.c-torture/execute/990827-1.c: Fix typo.
14761 1999-09-03  Nathan Sidwell  <nathan@acm.org>
14763         * g++.old-deja/g++.other/deref1.C: New test.
14765 1999-09-02  Nathan Sidwell  <nathan@acm.org>
14767         * g++.old-deja/g++.other/ambig2.C: New test.
14768         * g++.old-deja/g++.other/cond5.C: New test.
14769         * g++.old-deja/g++.other/lookup16.C: New test.
14771 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
14773         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
14774         assemblers too.
14776 1999-08-31  Jeffrey A Law  (law@cygnus.com)
14778         * lib/c-torture.exp: Avoid the "compare executables" optimization
14779         when testing native.
14781 1999-08-29  Jeffrey A Law  (law@cygnus.com)
14783         * gcc.c-torture/execute/990829-1.c: New test.
14784         * gcc.c-torture/compile/990829-1.c: New test.
14786 1999-08-27  Paul Burchard  <burchard@pobox.com>
14788         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
14789         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
14790         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
14791         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
14792         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
14793         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
14794         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
14795         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
14796         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
14797         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
14798         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
14800 1999-08-27  Jeffrey A Law  (law@cygnus.com)
14802         * gcc.c-torture/execute/990827-1.c: New test.
14804 1999-08-26  Craig Burley  <craig@jcb-sc.com>
14806         * g77.f-torture/noncompile/19990826-4.f: New test.
14808         * g77.f-torture/compile/19990826-3.f: New test.
14810         * g77.f-torture/execute/19990826-2.f: New test.
14812         * g77.f-torture/compile/19990826-1.f: New test.
14814         * gcc.c-torture/execute/990826-0.c: New test.
14815         * g77.c-torture/execute/19990826-0.f: New test.
14817         * g77.f-torture/noncompile/970626-2.f: New test.
14819 1999-08-25  Paul Burchard  <burchard@pobox.com>
14821         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
14822         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
14823         lss-011.C: New tests.
14825 1999-08-25  Nathan Sidwell  <nathan@acm.org>
14827         * g++.old-deja/g++.other/decl5.C: New test.
14829 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14831         * noncompile/noncompile.exp: Load_lib c-torture.exp.
14832         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
14833         call `postbase' for each one.  All callers of `postbase' changed
14834         to call this instead.
14836 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
14838         * gcc.c-torture/execute/990811-1.c: New test.
14840 1999-08-09  Nick Clifton  <nickc@cygnus.com>
14842         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
14843         just native ones.
14845         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
14846         just native ones.
14848 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
14850         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
14852 1999-08-04  Jeffrey A Law  (law@cygnus.com)
14854         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
14856 1999-08-04  Nathan Sidwell  <nathan@acm.org>
14858         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
14860 1999-08-04  Jeffrey A Law  (law@cygnus.com)
14862         * gcc.c-torture/execute/990804-1.c: New test.
14864 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14866         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
14867         * g++.old-deja/g++.brendan/crash64.C: Likewise
14868         * g++.old-deja/g++.brendan/overload8.C: Likewise
14870 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14872         * g++.old-deja/g++.other/struct1.C: New test.
14874 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14876         * g++.old-deja/g++.other/enum2.C: New test.
14878 1999-08-02  Richard Henderson  <rth@cygnus.com>
14880         Adapted from tests from Franz Sirl:
14881         * gcc.c-torture/execute/va-arg-7.c: New test.
14882         * gcc.c-torture/execute/va-arg-8.c: New test.
14884 1999-08-01  Jeffrey A Law  (law@cygnus.com)
14886         * gcc.c-torture/compile/990801-2.c: New test.
14888         * gcc.c-torture/compile/990801-1.c: New test.
14890 1999-07-27  Michael Meissner  <meissner@cygnus.com>
14892         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
14893         fp-cmp-1.c, converting double to float.
14895         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
14896         fp-cmp-1.c, converting double to long double.
14898         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
14899         from fr1 to unknown_register, since fr1 is a legitimate register
14900         on some machines.
14902 1999-07-25  Jeffrey A Law  (law@cygnus.com)
14904         * README: More listname related changes.
14906 1999-07-08  Catherine Moore  <clm@cygnus.com>
14908         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
14910 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
14912         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
14914 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
14916         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
14918 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
14920         * gcc.dg/990703-1.c: New test.
14922 1999-06-29  Nick Clifton  <nickc@cygnus.com>
14924         * lib/file-format.exp: New file: Move definition of proc
14925         gcc_target_object_format to here from
14926         gcc.dg/special/ecos.exp.
14928         * lib/c-torture.exp: Include lib file-format.exp.
14929         * lib/gcc-dg.exp: Include lib file-format.exp.
14931         * gcc.dg/special/ecos.exp: Remove definition of proc
14932         gcc_target_object_format.
14934 1999-06-28  Jeffrey A Law  (law@cygnus.com)
14936         * gcc.c-torture/execute/990628-1.c: New test.
14938 1999-06-25  Jeffrey A Law  (law@cygnus.com)
14940         * gcc.c-torture/compile/990625-2.c: New test.
14942         * gcc.c-torture/compile/990625-1.c: New test.
14944 1999-06-23  Nick Clifton  <nickc@cygnus.com>
14946         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
14947         attributes compile.
14948         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
14949         ports that use the COFF/PE file format.
14951 1999-06-17  Jeffrey A Law  (law@cygnus.com)
14953         * gcc.c-torture/compile/990617-1.c: New test.
14955 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
14957         * g++.old-deja/g++.other/decl4.C: New test.
14959 1999-06-14  Nathan Sidwell  <nathan@acm.org>
14961         * g++.old-deja/g++.other/bitfld3.C: New test.
14963 1999-06-08  Nathan Sidwell  <nathan@acm.org>
14965         * g++.old-deja/g++.eh/catch1.C: New test.
14967 1999-06-07  Jeffrey A Law  (law@cygnus.com)
14969         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
14971         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
14972         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
14974 1999-06-05  Craig Burley  <craig@jcb-sc.com>
14976         * g77.f-torture/compile/19990502-0.f: Replace with new,
14977         shorter, test that still fails after recent changes.
14979 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14981         * gcc.c-torture/execute/990604-1.c: New test.
14983 1999-05-31  Jeffrey A Law  (law@cygnus.com)
14985         * gcc.c-torture/execute/990531-1.c: New test.
14987 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14989         * gcc.c-torture/compile/990527-1.c: New test.
14991 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
14993         * gcc.c-torture/execute/990527-1.c: New test.
14995 1999-05-25  Nick Clifton  <nickc@cygnus.com>
14997         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
14998         bitfields as signed.
15000 1999-05-25  Craig Burley  <craig@jcb-sc.com>
15002         * g77.f-torture/compile/19990525-0.f: New test.
15004 1999-05-25  Jeffrey A Law  (law@cygnus.com)
15006         * gcc.c-torture/execute/990525-2.c: New test.
15008         * gcc.c-torture/execute/990525-1.c: New test.
15010 1999-05-24  Nathan Sidwell  <nathan@acm.org>
15012         * g++.old-deja/g++.other/anon3.C: New test.
15013         * g++.old-deja/g++.other/anon4.C: New test.
15014         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
15015         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
15016         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
15017         Merrill).
15019 1999-05-24  Jeffrey A Law  (law@cygnus.com)
15021         * gcc.c-torture/execute/990524-1.c: New test.
15023         * gcc.dg/990524-1.c: New test.
15025 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15027         * gcc.c-torture/compile/990523-1.c: New test.
15029 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
15031         * gcc.c-torture/compile/990519-1.c: New test.
15033 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15035         * gcc.c-torture/compile/990517-1.c: New test.
15037         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
15038         (e4, f4): New tests.
15039         (main): Call them.
15041 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15043         * gcc.dg/noreturn-1.c: New test.
15045 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
15047         * gcc.c-torture/execute/990513-1.c: New test.
15049 1999-05-10  Richard Henderson  <rth@cygnus.com>
15051         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
15053 1999-05-10  Craig Burley  <craig@jcb-sc.com>
15055         * g77.f-torture/execute/erfc.f: Use small single-precision
15056         values, to avoid problems on Alphas when not -mieee.
15058 1999-05-08  Craig Burley  <craig@jcb-sc.com>
15060         * gcc.dg/990506-0.c: New test.
15062 1999-05-08  Richard Henderson  <rth@cygnus.com>
15064         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
15065         the constant to test.  Don't XFAIL 64-bit targets.
15067         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
15068         * g++.old-deja/g++.law/profile1.C: Likewise.
15070         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
15071         operator new instances.
15072         * g++.old-deja/g++.other/delete5.C: Likewise.
15074 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15076         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
15077         intrinsic.
15079 1999-05-03  Craig Burley  <craig@jcb-sc.com>
15081         * g77.f-torture/execute/u77-test.f: Reverse order of two
15082         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
15084 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15086         * gcc.dg/compare1.c: New test.
15088 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
15090         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
15091         New tests.
15093 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15095         * g77.f-torture/compile/19990502-1.f: New test.
15097 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15099         * g77.f-torture/compile/19990502-0.f: New test.
15101 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15103         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
15104         intrinsic.
15106 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15108         * g77.f-torture/execute/u77-test.f (main): List libU77
15109         intrinsics not currently tested.
15110         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
15111         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
15112         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
15113         Trim blanks off the ends of some printed strings.
15115 1999-05-02  Craig Burley  <craig@jcb-sc.com>
15117         * g77.f-torture/execute/u77-test.f (main): Just warn about
15118         FSTAT gid disagreement, as it's expected on some systems.
15120 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15122         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
15123         use a new function, which allows for some slop.
15124         Clean up some commentary.
15125         (issum): The new function.
15126         (sgladd): Deleted subroutine.
15128 1999-05-01  Craig Burley  <craig@jcb-sc.com>
15130         * g77.f-torture/execute/u77-test.f: Modify to be more like
15131         libf2c/libU77 version, bringing patches to that version here.
15132         Add suitable commentary.
15134 1999-04-25  Richard Henderson  <rth@cygnus.com>
15136         * gcc.dg/990424-1.c: New test.
15138 1999-04-24  Craig Burley  <craig@jcb-sc.com>
15140         * g77.f-torture/execute/u77-test.f (main): Bug involving
15141         LSTAT has been fixed, so turn back on full checking.
15143 1999-04-20  Craig Burley  <craig@jcb-sc.com>
15145         * g77.f-torture/compile/19990419-0.f: New test.
15146         * g77.f-torture/execute/19990419-1.f: New test.
15148 1999-04-17  Richard Henderson  <rth@cygnus.com>
15150         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
15151         to avoid the need for a prototype to supress a warning.
15153 1999-04-07  Jim Wilson  <wilson@cygnus.com>
15155         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
15157 1999-04-04  Jeffrey A Law  (law@cygnus.com)
15159         * gcc.c-torture/execute/990404-1.c: New test.
15161 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15163         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
15164         * gcc.dg/cpp-if3.c: Don't use -pedantic.
15165         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
15166         missing initializer warnings.
15168 1999-03-28  Jeffrey A Law  (law@cygnus.com)
15170         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
15171         matching strings.
15173 1999-03-26  Jeffrey A Law  (law@cygnus.com)
15175         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
15177 1999-03-26  Craig Burley  <craig@jcb-sc.com>
15179         * g77.f-torture/execute/19990325-0.f: New test.
15180         * g77.f-torture/execute/19990325-1.f: New test.
15182 1999-03-24  Jeffrey A Law  (law@cygnus.com)
15184         * gcc.c-torture/execute/990324-1.c: New test.
15186 1999-03-22  Jim Wilson  <wilson@cygnus.com>
15188         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
15189         test with 4.
15191 1999-03-17  Richard Henderson  <rth@cygnus.com>
15193         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
15195 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15197         * g77.f-torture/execute/19990313-2.f: New test.
15198         * g77.f-torture/execute/19990313-3.f: New test.
15200 1999-03-13  Craig Burley  <craig@jcb-sc.com>
15202         * g77.f-torture/execute/19990313-0.f: New test.
15203         * g77.f-torture/execute/19990313-1.f: New test.
15205 1999-03-12  Jim Wilson  <wilson@cygnus.com>
15207         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
15208         printf to sprintf.
15209         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
15210         (main): Add check for u15.  Conditionalize u31 check depending on
15211         whether ints are <32 bits or >=32 bits.
15213 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15215         * g77.f-torture/execute/19981119-0.f: Improve testiness.
15217 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15219         * g77.f-torture/compile/19990305-0.f: New test.
15220         * g77.f-torture/execute/19981119-0.f: New test.
15222 1999-03-08  Craig Burley  <craig@jcb-sc.com>
15224         * g77.f-torture/execute/970625-2.f: call ABORT if final
15225         result is not correct, instead of just printing it.
15226         Add this checking via newly introduced obfuscation, to
15227         trip up buggy front ends.
15229 1999-03-07  Craig Burley  <craig@jcb-sc.com>
15231         * g77.f-torture/compile/960317-1.f: Moved from being
15232         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
15234 1999-03-06  Craig Burley  <craig@jcb-sc.com>
15236         * g77.f-torture/execute/960317-1.f: New (old) test.
15237         * g77.f-torture/execute/970625-2.f: Ditto.
15239 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
15241         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
15242         message on line 1 or line 2; cccp and cpplib do this differently.
15244 1999-03-01  Jeffrey A Law  (law@cygnus.com)
15246         * g++.old-deja/g++.law/weak1.C: New test.
15248 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15250         * gcc.c-torture/execute/990119-1.c: Renamed to...
15251         * gcc.dg/990119-1.c: this, so it will only be tested once
15252         (it's a preprocessor test, it doesn't need to be run at
15253         multiple optimization levels).
15255 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
15257         * lib/g++.exp: Don't add incdir=$base_dir/../include to
15258           ALWAYS_CXXFLAGS.
15260 1999-02-24  Craig Burley  <craig@jcb-sc.com>
15262         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
15263         * g77.f-torture/compile/19981216-0.f: ...as it is expected
15264         to not be compilable by current g77.
15266 1999-02-24  Nick Clifton  <nickc@cygnus.com>
15268         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
15270 1999-02-22  Jeffrey A Law  (law@cygnus.com)
15272         * gcc.c-torture/execute/990222-1.c: New test.
15274 1999-02-19  Craig Burley  <craig@jcb-sc.com>
15276         * g77.f-torture/compile/19990218-0.f: New test.
15277         * g77.f-torture/noncompile/19990218-1.f: New test.
15279 1999-02-18  Craig Burley  <craig@jcb-sc.com>
15281         * g77.f-torture/compile/19981216-0.f: New test.
15283 1999-02-14  Jeffrey A Law  (law@cygnus.com)
15285         * gcc.dg/990214-1.c: New test.
15287 1999-02-13  Jeffrey A Law  (law@cygnus.com)
15289         * gcc.dg/990213-2.c: New test.
15291         * gcc.dg/990213-1.c: New test.
15293 1999-02-12  Jeffrey A Law  (law@cygnus.com)
15295         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
15296         ints.
15298 1999-02-11  Nick Clifton  <nickc@cygnus.com>
15300         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
15301         specified by target.
15303         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
15305 1999-02-11  Jeffrey A Law  (law@cygnus.com)
15307         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
15309 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15311         * gcc.dg/special/ecos.exp: New test driver for new tests with
15312         special requirements.
15314         * gcc.dg/special/alias-1.c: New test.
15315         * gcc.dg/special/gcsec-1.c: New test.
15316         * gcc.dg/special/weak-1.c: New test.
15317         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
15318         * gcc.dg/special/weak-2.c: New test.
15319         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
15320         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
15321         * gcc.dg/special/wkali-1.c: New test.
15322         * gcc.dg/special/wkali-2.c: New test.
15323         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
15324         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
15326 1999-02-10  Felix Lee  <flee@cygnus.com>
15328           * lib/c-torture.exp (c-torture-compile): Pull out code for
15329           analyzing gcc error messages.
15330           (c-torture-execute): Likewise.  Fix some (harmless) false
15331           positives.
15332           * lib/gcc.exp (gcc_check_compile): New function.
15334 1999-02-08  Richard Henderson  <rth@cygnus.com>
15336         * gcc.c-torture/execute/990208-1.c: New test.
15338 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
15340         * g++.dg/special/ecos.exp: New driver for new tests with special
15341         requirements
15343         * g++.dg/special/conpr-1.C: New test
15344         * g++.dg/special/conpr-2.C: New test
15345         * g++.dg/special/conpr-2a.C: New test
15346         * g++.dg/special/conpr-3.C: New test
15347         * g++.dg/special/conpr-3a.C: New test
15348         * g++.dg/special/conpr-3b.C: New test
15350         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
15351         allow g++ to use the dg driver
15353         * README: Add comment about g++.dg directory
15355 1999-02-06  Jeffrey A Law  (law@cygnus.com)
15357         * README: Update email addresses.
15359 1999-02-03  Nick Clifton  <nickc@cygnus.com>
15361         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
15362         arguments in order to force structure S onto the stack even on
15363         the alpha.
15364         (test): Pass 10 leading arguments to function foo as well as the
15365         structure S.
15367         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
15368         failure for all targets.
15370         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
15371         abort to terminate program execution.
15373 1999-01-30  Richard Henderson  <rth@cygnus.com>
15375         * gcc.c-torture/execute/990130-1.c: New test.
15377 1999-01-30  Jeffrey A Law  (law@cygnus.com)
15379         * gcc.dg/990130-1.c: New test.
15381 1999-01-28  Michael Meissner  <meissner@cygnus.com>
15383         * gcc.c-torture/execute/990128-1.c: New test.
15385 1999-01-27  Michael Meissner  <meissner@cygnus.com>
15387         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
15389 1999-01-27  Felix Lee  <flee@cygnus.com>
15391         * lib/c-torture.exp (c-torture-compile): pull out code for
15392         analyzing gcc error messages.
15393         (c-torture-execute): ditto, and fix some (harmless) false
15394         positives.
15395         * lib/gcc.exp (gcc_check_compile): new function.
15397 1999-01-17  Jeffrey A Law  (law@cygnus.com)
15399         * gcc.dg/990117-1.c: New test.
15401         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
15403         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
15405 1999-01-15  Jeffrey A Law  (law@cygnus.com)
15407         * g77.f-torture/compile/990115-1.f: New test.
15409 1999-01-07  Jeffrey A Law  (law@cygnus.com)
15411         * gcc.c-torture/compile/990107-1.c: New test
15413 1999-01-06  Jeffrey A Law  (law@cygnus.com)
15415         * gcc.c-torture/execute/990106-2.c: New test.
15417         * gcc.c-torture/execute/990106-1.c: New test.
15419 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
15421         * gcc.c-torture/compile/981223-1.c: New test.
15423 1998-12-29  Richard Henderson  <rth@cygnus.com>
15425         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
15426         (opt3): Rename from opt4 and disable.
15428 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
15430         * g++.old-deja/g++.pt/ptrmem5.C: New test.
15432 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15434         * g++.old-deja/g++.other/conv5.C: New test.
15436 1998-12-14  Nick Clifton  <nickc@cygnus.com>
15438         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
15440 1998-12-11  Jeffrey A Law  (law@cygnus.com)
15442         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
15444 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
15446         * gcc.c-torture/compile/981211-1.c: New test.
15448 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
15450         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
15452         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
15454 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15456         * gcc.special/930510-1.c: Make C9X safe.
15457         * gcc.misc-tests/gcov-1.c Similarly.
15458         * gcc.misc-tests/gcov-2.c Similarly.
15460 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15462         * gcc.dg/ultrasp1.c: New test.
15464 1998-12-06  Richard Henderson  <rth@cygnus.com>
15466         * gcc.c-torture/execute/981206.c: New test.
15468 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15470         * g++.old-deja/g++.ns/template7.C: New test.
15472         * g++.old-deja/g++.other/expr1.C: New test.
15474         * g++.old-deja/g++.eh/tmpl3.C: New test.
15476         * g++.old-deja/g++.eh/tmpl2.C: New test.
15478 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15480         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
15481         * g++.old-deja/g++.other/using6.C: Removed.
15482         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
15484         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
15486 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15488         * g++.old-deja/g++.pt/overload8.C: New test.
15490         * g++.old-deja/g++.pt/overload7.C: New test.
15492         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
15494         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
15495         and relinking messages.
15496         * lib/g++.exp (g++_target_compile): Remove .rpo file when
15497         compiling with -frepo.
15499 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
15501         * g++.old-deja/g++.pt/lookup6.C: New test.
15503 1998-11-30  Nick Clifton  <nickc@cygnus.com>
15505         * gcc.c-torture/execute/981130-1.c: New test.
15506         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
15508 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15510         * g++.old-deja/g++.pt/explicit76.C: New test.
15512         * g++.old-deja/g++.pt/friend38.C: New test.
15514         * g++.old-deja/g++.ns/crash2.C: New test.
15516         * g++.old-deja/g++.pt/defarg8.C: New test.
15518         * g++.old-deja/g++.pt/instantiate6.C: New test.
15520         * g++.old-deja/g++.pt/static6.C: New test.
15522         * g++.old-deja/g++.pt/decl2.C: New test.
15524 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15526         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
15527         problem is actually related with name lookup, but so what? :-)
15529         * g++.old-deja/g++.pt/friend37.C: New test.
15531 1998-11-25  Dave Love  <d.love@dl.ac.uk>
15533         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
15534         element, which fails on some systems.
15536         * g77.f-torture/execute/labug1.f: New test.
15538 1998-11-21  Jeffrey A Law  (law@cygnus.com)
15540         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
15541         is defined.
15543 1998-11-18  Dave Love  <d.love@dl.ac.uk>
15545         * g77.f-torture/compile/981117-1.f: New test.
15547 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
15549         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
15550         properly discarded.
15552 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
15554         * gcc.c-torture/execute/memcheck: New directory of tests for
15555         -fcheck-memory-usage.
15557 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15559         * README: New file, general information about the testsuite and
15560         new description of the various C++ test subdirectories.
15561         * README.g++: Eliminate obsolete information, update and move most
15562         relevant stuff to README.
15564 1998-11-07  Richard Henderson  <rth@cygnus.com>
15566         * gcc.c-torture/compile/981107-1.c: New test.
15568 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
15570         * execute/memcpy-bi.c: New testcase.
15572 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
15574         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
15575         base classes.
15577         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
15578         template is selected.
15580         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
15581         classes, it should be accepted for all types.
15583         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
15585         * g++.old-deja/g++.pt/spec24.C: Ensure that template
15586         specializations start with template headers.
15588 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
15590         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
15592         * g++.old-deja/g++.other/init9.C: Test cross initialization of
15593         non-POD types.
15595 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
15597         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
15599 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15601         * compile/981022-1.c, compile/981022-1.x: New test and driver.
15603 1998-10-19  Jeffrey A Law  (law@cygnus.com)
15605         * 981019-1.c: New test.
15607 1998-10-14  Robert Lipe <robertl@dgii.com>
15609         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
15610         find objc headers.
15612 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
15614         * compile/981001-4.c: Remove use of GCC extension that triggers a
15615         compiler bug.
15617 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
15619         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
15621 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
15623         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
15624         instantiation of template produces incorrect code for delete
15625         expression.
15627         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
15628         constructors' name is not unique.
15629         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
15630         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
15632         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
15633         automatic array of const is ill-formed.
15635         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
15636         of template parameter?
15638         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
15639         const.
15641         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
15642         pointer-to-member expression.
15644         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
15645         declaration causes ICE.
15647 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
15649         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
15650         reserved in the global namespace.
15652         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
15653         generate needed virtual table.
15655         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
15657 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
15659         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
15660         template-dependent type
15662 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
15664         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
15665         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
15666         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
15668         * g++.old-deja/g++.other/using5.C: New test; using decl from base
15669         class should be usable as argument of member function.
15670         * g++.old-deja/g++.other/using6.C: New test; using decl from base
15671         class should be usable as return type of member function.
15672         * g++.old-deja/g++.other/using7.C: New test; using decl from base
15673         class should be usable as type of data member.
15675         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
15677 1998-10-09  Jeffrey A Law  (law@cygnus.com)
15679         * gcc.c-torture/special/920521-1.c: Fix bogus test.
15681 1998-10-08  Nick Clifton  <nickc@cygnus.com>
15683         * gcc.dg/dll-?.c Add thumb to target list.
15684         Fix assembler scan patterns to match current assembler output.
15686 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
15688         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
15689         matching of template brackets.
15691         * g++.old-deja/g++.other/using4.C: New test.  Test using
15692         declarations of methods from base classes.
15694         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
15695         within functions should introduce names into the innermost
15696         enclosing namespace.
15698         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
15699         of static locals if first initialization throws.
15701 1998-10-07  Jim Wilson  <wilson@cygnus.com>
15703         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
15705 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
15707         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
15708         lose track of the possible targets of tablejump insns.
15709         * special/special.exp: Run it.
15711 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
15713         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
15714         must be declared before its specializations can be named in friend
15715         declarations.
15717 1998-10-05  Dave Love  <d.love@dl.ac.uk>
15719         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
15721         * g77.f-torture/execute/io1.f: New test.
15723 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
15725         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
15726         with pointer to template function, for which no argument deduction
15727         is possible.
15729         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
15730         specialization of template function as argument to template
15731         function.
15733         * g++.old-deja/g++.other/access2.C: New test; Inner class
15734         shouldn't have privileged access to Outer's names.
15736 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
15738         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
15739         friend template declared within template class conflicts with
15740         nested class of the same name.
15742         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
15743         is ignored.
15745         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
15746         object with direct initializer as function declaration.
15748         * g++.old-deja/g++.other/decl2.C: New test; duplicate
15749         initializers.
15751         * g++.old-deja/g++.other/null2.C: New test; conditional operator
15752         involving const pointer and NULL produces incorrect result.
15754         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
15755         type name without `typename' should be rejected with -pedantic.
15757 1998-10-02  Richard Henderson  <rth@cygnus.com>
15759         * g++.old-deja/g++.other/addrof1.C: New test.
15761 1998-10-01  Nick Clifton  <nickc@cygnus.com>
15763         * gcc.c-torture/compile/981001-1.c: New test.
15764         * gcc.c-torture/execute/981001-1.c: New test.
15766 1998-10-01  Jeffrey A Law  (law@cygnus.com)
15768         * gcc.c-torture/compile/981001-2.c: New test.
15769         * gcc.c-torture/compile/981001-3.c: New test.
15770         * gcc.c-torture/compile/981001-4.c: New test.
15772 1998-10-01  Robert Lipe  <robertl@dgii.com>
15774         * lib/objc.exp (objc_target_compile): Add -L during compiles for
15775         multilibbed hosts.   Idea grafted from g77.exp.
15777 1998-09-30  Dave Love  <d.love@dl.ac.uk>
15779         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
15780         avoid losing on systems which need -lsocket.
15782 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
15784         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
15785         * g++.old-deja/g++.other/nested2.C: Ditto.
15786         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
15787         failure.
15789 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15791         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
15792         preferred over template operator!= for enum bitfields.
15794 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
15796         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
15797         that happen to have the same base name, but in different scopes,
15798         are incorrectly rejected.
15800 1998-09-16  Richard Henderson  <rth@cygnus.com>
15802         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
15803         on the native word size instead of an integer literal.
15805 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15807         * g++.old-deja/g++.other/static2.C: Invocation of static data
15808         member of type pointer-to-function denoted as non-static member.
15810         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
15811         checks involving function types and aliases.
15813 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
15815         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
15816         redefined to the same non-trivial type.
15818         * g++.old-deja/g++.pt/explicit73.C: Test for proper
15819         namespace-qualification of template specializations declared in
15820         other namespaces.
15822         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
15823         to declare a subset of the specializations of a template function
15824         as friends of specializations of a template class.
15826         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
15827         member templates that do not fully specialize the enclosing
15828         template class are rejected.
15830 1998-09-11  Dave Love  <d.love@dl.ac.uk>
15832         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
15834 1998-09-08  Dave Love  <d.love@dl.ac.uk>
15836         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
15837         altered from libf2c/libU77 version.
15839 1998-09-06  Dave Love  <d.love@dl.ac.uk>
15841         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
15843 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
15845         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
15846         (un)signed char are different types for template specialization
15847         purposes.
15849 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
15851         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
15852         * objc: ObjC testsuite.
15854 1998-08-31  Catherine Moore  <clm@cygnus.com>
15856         * gcc.c-torture/execute/941014-1.x:  New file.
15858 1998-08-31  Nick Clifton  <nickc@cygnus.com>
15860         * lib/c-torture.exp: Add support for
15861         torture_eval_before_compile and torture_eval_before_execute
15862         variables.
15864 1998-08-30  Jeffrey A Law  (law@cygnus.com)
15866         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
15867         this test triggers valid.
15869 1998-08-27  Jeffrey A Law  (law@cygnus.com)
15871         * gcc.dg/980827-1.c: New test.
15873 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
15875         * gcc.c-torture/execute/loop-4b.c: New test.
15877 1998-08-26  Nick Clifton  <nickc@cygnus.com>
15879         * lib/c-torture.exp: Add support for
15880         torture_eval_before_compile and torture_eval_before_execute
15881         variables.
15883 1998-08-25  Jeffrey A Law  (law@cygnus.com)
15885         * gcc.c-torture/compile/980825-1.c: New test.
15887 1998-08-24  Nick Clifton  <nickc@cygnus.com>
15889         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
15890         count number tests in opt_t0 not good_t0.
15892 1998-08-24  Jeffrey A Law  (law@cygnus.com)
15894         * gcc.c-torture/compile/930326-1.x: Fix typo.
15896 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
15898         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
15899         causes an ICE.
15901 1998-08-21  Jeffrey A Law  (law@cygnus.com)
15903         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
15904         STACK_SIZE is defined.
15905         * gcc.c-torture/unsorted/stuct.c: Similarly.
15907         * gcc.c-torture/compile/980821-1.c: New test.
15909 1998-08-21  Jeffrey A Law  (law@cygnus.com)
15911         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
15913 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
15915         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
15916         code.
15918 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
15920         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
15921         error'.
15923 1998-08-18  Jeffrey A Law  (law@cygnus.com)
15925         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
15927 1998-08-16  Jeffrey A Law  (law@cygnus.com)
15929         * gcc.c-torture/compile/980816-1.c: New test.
15931         * gcc.dg/980816-1.c: New test.
15933 1998-08-13  Jeffrey A Law  (law@cygnus.com)
15935         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
15936         compiler for ieee tests.
15938 1998-08-01  Dave Love  <d.love@dl.ac.uk>
15940         * g77.f-torture/compile/980729-0.f: New test.
15942 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
15944         * gcc.c-torture/special/eeprof-1.c: New test, for
15945         -finstrument-functions.
15946         * gcc.c-torture/special/special.exp: Run it.
15948 1998-07-29  Jeffrey A Law  (law@cygnus.com)
15950         * gcc.c-torture/compile/980729-1.c: New test.
15952 1998-07-27  Nick Clifton  <nickc@cygnus.com>
15954         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
15955         __thumb__ is defined, and test for ARM style doubles if so.
15957 1998-07-26  Dave Love  <d.love@dl.ac.uk>
15959         * g77.f-torture/noncompile/980615-0.f: New test.
15961 1998-07-26  H.J. Lu  (hjl@gnu.org)
15963         * gcc.dg/980312-1.c: Do link instead of compile.
15964         * gcc.dg/980313-1.c: Likewise.
15966 1998-07-26  Jeffrey A Law  (law@cygnus.com)
15968         * gcc.c-torture/compile/980726-1.c: New test.
15970 1998-07-25  Dave Love  <d.love@dl.ac.uk>
15972         * g77.f-torture/execute/io0.f: New test.
15974 1998-07-24  Nick Clifton  <nickc@cygnus.com>
15976         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
15977         an int.
15979 1998-06-18  Michael Meissner  <meissner@cygnus.com>
15981         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
15982         m32r bugs.
15984 1998-07-17  Nick Clifton  <nickc@cygnus.com>
15986         * gcc.dg/980626-1.c: Expect failures for all toolchains until
15987         c-decl.c:grokdeclarator can handle mode attributes.
15989 1998-07-16  Jeffrey A Law  (law@cygnus.com)
15991         * gcc.c-torture/execute/980716-1.c: New test.
15993 1998-07-13  Jeffrey A Law  (law@cygnus.com)
15995         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
15996         the mn10200.
15997         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
15998         the mn10200.
15999         * gcc.c-torture/execute/va-arg-3.x: Similarly.
16000         * gcc.c-torture/compile/930326-1.x: Similarly.
16002 1998-07-13  Dave Love  <d.love@dl.ac.uk>
16004         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
16005         New test from Craig.
16007 1998-07-12  Dave Love  <d.love@dl.ac.uk>
16009         * g77.f-torture/noncompile/980616-0.f: New test.
16011         * g77.f-torture/execute/970816-3.f:  New test from Craig.
16013 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16015         *  g++.other/singleton.C: Return error value instead of taking
16016         SIGSEGV.
16018 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
16020         *  g++.other/singleton.C: New test.   Warning is under dispute.
16021         Runtime crash is not.
16023 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
16025         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
16026         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
16027         using6.C, using7.C}:  New namespace tests.
16029 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
16031         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
16032         specialization with typedef'ed names used as array indexes.
16034 1998-07-09  Jeffrey A Law  (law@cygnus.com)
16036         * gcc.c-torture/execute/980709-1.c: New test.
16038         * gcc.dg/980709-1.c: New test.
16040 1998-07-07  Richard Henderson  <rth@cygnus.com>
16042         * gcc.c-torture/execute/bcp-1.c: New test.
16044 1998-07-07  Jeffrey A Law  (law@cygnus.com)
16046         * gcc.c-torture/execute/980707-1.c: New test.
16048 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
16050         * gcc.c-torture/compile/980706-1.c: New test.
16052 1998-07-01  Dave Love  <d.love@dl.ac.uk>
16054         * g77.f-torture/execute/980701-0.f,
16055         g77.f-torture/execute/980701-1.f: New test from Craig.
16057 1998-07-01  Jeffrey A Law  (law@cygnus.com)
16059         * gcc.c-torture/compile/980701-1.c: New test.
16061         * gcc.c-torture/execute/980701-1.c: New test.
16063 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
16064 rlsruhe.de>
16066         * g++.old-deja/g++.robertl/eb132.C: New test.
16067         * g++.old-deja/g++.robertl/eb133.C: Likewise.
16069 1998-06-29  Dave Love  <d.love@dl.ac.uk>
16071         * g77.f-torture/execute/980628-7.f,
16072         g77.f-torture/execute/980628-8.f,
16073         g77.f-torture/execute/980628-9.f,
16074         g77.f-torture/execute/980628-10.f: New tests from Craig.
16076         * g77.f-torture/execute/980628-3.f: Remove mail headers.
16078 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16080         * g77.f-torture/execute/980628-4.f: New test from Craig.
16081         * g77.f-torture/execute/980628-5.f: Likewise.
16082         * g77.f-torture/execute/980628-2.f: Likewise.
16083         * g77.f-torture/execute/980628-0.f: Likewise.
16084         * g77.f-torture/execute/980628-1.f: Likewise.
16085         * g77.f-torture/execute/980628-3.f: Likewise.
16086         * g77.f-torture/execute/980628-6.f: Likewise.
16088 1998-06-28  Jeffrey A Law  (law@cygnus.com)
16090         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
16091         directory when nothing has been installed yet.
16093 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
16095         * gcc.c-torture/special/special.exp: Handle newer versions of
16096         dejagnu.
16098 1998-06-26  Jeffrey A Law  (law@cygnus.com)
16100         * gcc.dg/980626-1.c: New test.
16102 1998-06-19  Bruno Haible <haible@ilog.fr>
16104         * gcc.misc-tests/m-un-2.c: New test.
16105         * g++.old-deja/g++.other/warn01.c: Likewise.
16107 1998-06-19  Robert Lipe  <robertl@dgii.com>
16109         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
16110         compatibility with assmblers with a different comment character.
16111         Eliminate use of GAS-specific extensions.
16113 1998-06-19  Jeffrey A Law  (law@cygnus.com)
16115         * gcc.c-torture/execute/ieee/980619-1.c: New test.
16117 1998-06-19  Robert Lipe  <robertl@dgii.com>
16119         *lib/g77.exp: Replace search for libf2c.a with search for newly
16120         renamed libg2c.a
16122 1998-06-17  Jeffrey A Law  (law@cygnus.com)
16124         * gcc.c-torture/execute/980617-1.c: New test.
16126 1998-06-12  Jeffrey A Law  (law@cygnus.com)
16128         * gcc.c-torture/execute/980612-1.c: New test.
16130 1998-06-08  Jeffrey A Law  (law@cygnus.com)
16132         * gcc.dg/980523-1.c: Only test on ppc-linux.
16133         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
16135         * gcc.c-torture/execute/980608-1.c: New test.
16137 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
16139         * gcc.c-torture/execute/980605-1.c: New test.
16141 1998-06-04  Jeffrey A Law  (law@cygnus.com)
16143         * gcc.c-torture/execute/980604-1.c: New test.
16145 1998-06-02  Jeffrey A Law  (law@cygnus.com)
16147         * gcc.c-torture/execute/980602-1.c: New test.
16148         * gcc.c-torture/execute/980602-2.c: Likewise.
16150 1998-06-02  Dave Love  <d.love@dl.ac.uk>
16152         * 970125-0.f: Fix per JCB.  Add commentary.
16154 1998-05-31  Michael Meissner  <meissner@cygnus.com>
16156         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
16157         IEEE -0 support.
16159 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
16161         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
16162         earlier.
16164 1998-05-28  Catherine Moore <clm@cygnus.com>
16166         * gcc.c-torture/execute/980526-3.c: New test.
16168 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
16170         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
16171         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
16172         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
16173         m88k-motorola-sysv3 to XFAIL.
16175 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16177         * gcc.dg/980526-1.c: New test.
16178         * gcc.c-torture/execute/980526-2.c: New test.
16180 1998-05-26  Jeffrey A Law  (law@cygnus.com)
16182         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
16184         * gcc.c-torture/execute/980526-1.c: New test.
16186 1998-05-26  Dave Love  <d.love@dl.ac.uk>
16188         * g77.f-torture/execute/alpha2.f: Add runtime test.
16190 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
16192         * g++.old-deja/old-deja.exp: Strip leading directories.
16194         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
16195         error for the line.  Don't run multiple tests for the same line.
16197 1998-05-23  Jeffrey A Law  (law@cygnus.com)
16199         * gcc.dg/980523-1.c: New test.
16201 1998-05-23  Dave Love  <d.love@dl.ac.uk>
16203         * g77.f-torture/compile/970915-0.f: New test.
16205 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
16207         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
16209 1998-05-21  Jeffrey A Law  (law@cygnus.com)
16211         * gcc.dg/980520-1.c: New test.
16213 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
16215         * gcc.dg/980502-1.c: Fix return type.
16217 1998-05-20  Jeffrey A Law  (law@cygnus.com)
16219         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
16220         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
16221         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
16222         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
16223         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
16225 1998-05-20  Dave Love  <d.love@dl.ac.uk>
16227         * g77.f-torture/execute/980520-1.f: New test.
16229 1998-05-15  Dave Love  <d.love@dl.ac.uk>
16231         * lib/mike-g77.exp: New file.
16233         * g77.f-torture/noncompile/noncompile.exp,
16234         g77.f-torture/noncompile/check0.f: New files.
16236 1998-05-14  Dave Love  <d.love@dl.ac.uk>
16238         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
16239         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
16240         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
16241         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
16242         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
16243         abort where appropriate.
16245 1998-05-05  Michael Meissner  <meissner@cygnus.com>
16247         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
16248         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
16250 1998-04-29  Dave Love  <d.love@dl.ac.uk>
16252         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
16254 1998-04-27  Dave Love  <d.love@dl.ac.uk>
16256         * g77.f-torture/compile/980427-0.f: New test.
16258 1998-04-24  Dave Love  <d.love@dl.ac.uk>
16260         * g77.f-torture/compile/980424-0.f: New test.
16262 1998-04-19  Dave Love  <d.love@dl.ac.uk>
16264         * g77.f-torture/compile/980419-2.f (main): New test.
16265         * g77.f-torture/compile/970125-0.f: New test.
16266         * g77.f-torture/compile/980419-1.f: New test.
16268 1998-04-08  Jim Wilson  <wilson@cygnus.com>
16270         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
16271         of loop-4.c.
16273 1998-04-07  Jim Wilson  <wilson@cygnus.com>
16275         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
16277 1998-04-03  Jim Wilson  <wilson@cygnus.com>
16279         * gcc.c-torture/compile/980329-1.c: New test.
16281 1998-03-18  Jim Wilson  <wilson@cygnus.com>
16283         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
16284         * gcc.dg/980312-1.c: Fix typo in -march command.
16286 1998-03-16  H.J. Lu  (hjl@gnu.org)
16288         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
16290 1998-03-11  Robert Lipe  <robertl@dgii.com>
16292         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
16293         Dave Love agree the Fortran source is bogus.
16295 1998-03-11  Robert Lipe  <robertl@dgii.com>
16297         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
16298         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
16299         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
16300         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
16301         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
16303 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
16305         * g++.old-deja/g++.other/friend1.C: New test.
16307 1998-02-18  Dave Love  <d.love@dl.ac.uk>
16309         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
16310         possibly uninitialized) variables and declare dnrm2.
16312 1998-02-23  Robert Lipe <robertl@dgii.com>
16314         From Bruno Haible <haible@ilog.fr>:
16315         * gcc.c-torture/execute/980223.c: New test.
16317 1998-02-13  Jeffrey A Law  (law@cygnus.com)
16319         * gcc.dg/ifelse-1.c: New test.
16321 1998-02-09  H.J. Lu  (hjl@gnu.org)
16323         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
16325           * lib/old-dejagnu.exp (old-dejagnu): Added the
16326           "execution test - XFAIL *-*-*" handling in the spirit of
16327           "excess errors test -". Changed the "execution test fails"
16328           handling to be like "excess errors test fails".
16329           * Update various tests accordingly.
16331 1998-02-06  Jim Wilson  <wilson@cygnus.com>
16333         * gcc.c-torture/execute/980205.c: New test.
16335 1998-01-18  Jeffrey A Law  (law@cygnus.com)
16337         * lib/c-torture.exp: Look for .x files instead of .cexp files.
16338         * lib/f-torture.exp: Similarly.
16339         * gcc.c-torture: Rename all .cexp files to .x files.
16341 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
16343         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
16344         (940510-1.c): Removed duplicate.
16345         (971104-1.c): New test.
16347 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
16349           * lib/f-torture.exp: Improve error and loop detection.
16351 1997-11-19  Michael Meissner  <meissner@cygnus.com>
16353         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
16354         use that to size the filler array.
16356 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
16358         * lib/c-torture.exp(c-torture-execute): Fix typo.
16360         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
16361         testcase as the executable name. Keep the executable around if
16362         the test fails.
16364 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
16366         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
16367         changes.  Only test one -g option, and move it to the end of the
16368         list of options to test.
16370 1997-09-19  Michael Meissner  <meissner@cygnus.com>
16372         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
16373         variable GCC_TORTURE_OPTIONS to supply default switches separated
16374         by colons.  If no environment variable, run tests with -O0 -g, -O1
16375         -g, and -O2 -g as well.
16377 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
16379         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
16380         explanatory comments. Fix indentation.
16382 1997-09-15  Jeffrey A Law  (law@cygnus.com)
16384         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
16386 1997-09-11  Jeffrey A Law  (law@cygnus.com)
16388         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
16389         * g++.old-deja/g++.mike/p7325.C: Likewise.
16390         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
16392 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
16394         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
16395         * g++.old-deja/g++.brendan/crash30.C: Likewise.
16396         * g++.old-deja/g++.brendan/crash39.C: Likewise.
16397         * g++.old-deja/g++.law/operators4.C: Likewise.
16399 1997-09-11  Joe Buck  (jbuck@synopsys.com)
16401         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
16402         * g++.old-deja/g++.mike/p784.C: Ditto.
16403         * g++.old-deja/g++.mike/p785.C: Ditto.
16405 1997-09-05  Jeffrey A Law  (law@cygnus.com)
16407           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
16409 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16411         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
16412         target feature; pass this to c-torture-execute as needed.
16414 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
16416         * lib/c-torture.exp(c-torture-execute): If the previous and the
16417         current executables being tested are identical, we don't need to
16418         run the executable again. Try to make the executable names
16419         unique. Add an optional argument for passing additional compiler
16420         flags.
16422 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
16424         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
16426 1997-08-29  Jeffrey A Law  (law@cygnus.com)
16428         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
16430 1997-07-31  Jeffrey A Law  (law@cygnus.com)
16432         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
16433         32bit or larger longs.
16435         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
16436         have either a 32bit long or 32bit int.
16438 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
16440         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
16441         Make double precision tests dependent on sizeof (double).
16443 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
16445         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
16446         too.
16448 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
16450         * gcc.c-torture/compile/961203-1.cexp: New script.
16452 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
16454         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
16455         up the includes ourselves.
16457 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
16459         * lib/plumhall.exp: Remove random include, and add a few
16460         verbose messages for debugging.
16462 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
16464         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
16465         of trying to do it ourselves.
16467 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
16469         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
16471 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
16473         * gcc.prms/5403.c: Made regexp a bit less strict.
16475 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
16477         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
16478         is returned from remote_load instead.
16479         * lib/plumhall.exp: Ditto.
16480         * lib/mike-g++.exp: Ditto.
16481         * lib/old-dejagnu.exp: Ditto.
16482         * lib/c-torture.exp: Ditto.
16484 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
16486         * lib/g++.exp: Use build_wrapper procedure.
16487         * lib/gcc.exp: Ditto.
16489 1997-05-20  Jeffrey A Law  (law@cygnus.com)
16491         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
16492         an old-style decl for malloc.  Fixes tests to work when
16493         sizeof (int) != sizeof (size_t).
16495 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16497         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
16499         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
16500         use stdargs.h interface.
16502 1997-05-15  Mike Meissner  <meissner@cygnus.com>
16504         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
16505         NO_VARARGS when compiling.
16507 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
16509         * lib/plumhall.exp(ph_includes): New procedure.
16510         (ph_make): Use it.
16511         (ph_compiler): Ditto.
16513         * lib/g++.exp: Rename test-glue.c to testglue.c.
16514         * lib/gcc.exp: Ditto.
16516 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
16518         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
16519         to completion when it's called.
16521 1997-03-21  Michael Meissner  <meissner@cygnus.com>
16523         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
16524         is defined, don't do test.
16526 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
16528         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
16529         for object files.
16530         (ph_summary): Mark skipped testcases as untested, not unresolved.
16532         * lib/plumhall.exp (ph_make): If unresolved because of bad
16533         errorCode, record errorCode in log file.
16534         (*): Replace send_log/verbose with verbose -log.
16536 1997-03-19  Michael Meissner  <meissner@cygnus.com>
16538         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
16539         double conversion if double isn't at least 8 bytes.
16541         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
16542         int to work with targets where int is 16 bits.
16544         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
16545         8 bytes, just exit, since 4 byte doubles don't have enough bits of
16546         precision for the test to complete.
16548 1997-03-14  Michael Meissner  <meissner@cygnus.com>
16550         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
16551         if d10v is not compiled with the -mdouble64 flag.
16552         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
16554         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
16555         d10v is not compiled with the -mint32 flag.
16557 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
16559         * lib/plumhall.exp: Use incr_count.
16561 1997-03-12  Jeffrey A Law  (law@cygnus.com)
16563         * gcc.c-torture: Update to c-torture-1.45.
16565 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
16567         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
16568         the name of the expect testcase file).
16570         * lib/g++.exp(g++_init): Ditto.
16572 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
16574         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
16575         the host.
16577         * lib/gcc.exp(gcc_exit): New procedure.
16579 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
16581         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
16582         specs where appropriate.
16584         * g++.old-deja/g++.arm/*: Added additional ERROR checks
16585         because of new "candidates are" messages, and removed a few
16587         * Converted all non-old-style g++ testcases to old-style, and
16588         moved into g++.old-deja.
16590 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
16592         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
16593         options.
16595         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
16596         succeeded.
16598         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
16600 1997-02-13  Michael Meissner  <meissner@cygnus.com>
16602         * lib/gcc.exp (gcc_target_compile): Add support for defining
16603         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
16604         the machine doesn't have those features.
16606 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
16608         * g++.law/operators4.exp: Don't use LIBS.
16610 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
16612         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
16614         * lib/mike-g++.exp: Don't set the compiler to be tested here.
16615         * lib/g++.exp: Set it here instead. Also, allow use of the
16616         --tool_exec and --tool_opt options. Change CXX to
16617         GXX_UNDER_TEST.
16619         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
16621         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
16623 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
16625         * lib/old-dejagnu.exp: Use prune_warnings instead of
16626         prune_system_crud.
16627         * lib/mike-g++.exp: Ditto.
16628         * lib/gcc.exp: Ditto.
16629         * lib/g++.exp: Ditto.
16631         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
16633 1997-02-07  Jeffrey A Law  (law@cygnus.com)
16635           * 941014-2.c: Include stdlib.h
16636           * 960327-1.c: Include stdio.h
16637           * dbra.c, index-1.c: Don't assume ints are 32bits.
16639 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
16641         * lib/gcc.exp: Add gcc,stack_size target feature.
16643         * lib/g++.exp(g++_target_compile): Add the include and link
16644         paths here, not in two other places. And, it's $options, not
16645         options.
16647         * lib/mike-g++.exp(postbase): Remove the code that determines
16648         the correct include and link paths.
16649         * g++.old-deja/old-deja.exp: Ditto.
16651 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
16653         * lib/g++.exp(g++_init): target_compile no longer returns the
16654         filename of the result.
16656 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
16658         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
16659         call to glob.
16661         * gcc.c-torture/special/special.exp: Change call to
16662         gcc_target_compile to include the object file.
16664 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
16666         * gcc.c-torture/special/special.exp: Correct misspelling in last
16667         change.
16669 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
16671         * lib/plumhall.exp(ph_summary): Log the entire output of the
16672         executable. Return -1 if there were any failures, 0 otherwise.
16673         (ph_execute): Return -1 if there were any failures, 0 otherwise.
16674         (ph_make): Clean up objects and executables that were built
16675         if the tests succeeded.
16677 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
16679         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
16680         libraries and includes in the build tree as appropriate.
16682 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
16684         * lib/c-torture.exp: Instead of looking for the global variable
16685         NO_LONG_LONG, check to see if that's a feature of the target.
16687 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
16689         * config/default.exp: Minimize. Delete the remainer of the files in
16690         config; this functionality is now in devo/dejagnu/config.
16692         g++.*/*: Pass any additional flags used to compile to postbase;
16693         delete CXXFLAGS.
16695         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
16696         is now done by runtest.exp. Use gcc_target_compile instead of
16697         compile.
16699         lib/c-torture.exp: Use gcc_target_compile instead of compile.
16700         Remove references to CFLAGS. Use remote_file instead of
16701         calling rm -f.
16702         (c-torture): Take a list of arguments to use to compile this
16703         testcase.
16705         lib/g++.exp: Simplify. Use target_compile instead of compile.
16706         lib/gcc-dg.exp: Ditto.
16707         lib/gcc.exp: Ditto.
16708         lib/mike-{gcc,g++}.exp: Ditto.
16709         lib/old-dejagnu.exp: Ditto.
16710         lib/plumhall.exp: Ditto.
16712 1997-01-08  Jim Wilson  <wilson@cygnus.com>
16714         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
16715         (ph_linker): Likewise.
16717 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
16719           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
16720         MAP_ANON / MAP_ANONYMOUS if defined;
16721         else try to map from /dev/zero .
16723 1996-11-12  Jeffrey A Law  (law@cygnus.com)
16725         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
16726         isn't defined, then define it to MAP_ANONYMOUS.
16728 1996-11-12  Jeffrey A Law  (law@cygnus.com)
16730         * gcc.c-torture: Update to c-torture-1.42 release.
16732 1996-11-11  Jeffrey A Law  (law@cygnus.com)
16734         * gcc.c-torture: Update to c-torture-1.41 release.
16736 1996-10-27  Jeffrey A Law  (law@cygnus.com)
16738         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
16739         c-torture release.
16741 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
16743         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
16744         and LDFLAGS.  Fix second case to append the target_info ldflags
16745         onto LDFLAGS, not CFLAGS.
16746         * lib/g++.exp (g++_init): Add target_info stuff.
16747         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
16748         of libgloss and newlib flags for !native.
16750         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
16751         (GDB): Fix relative path to go up another dir for finding gdb.
16753 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
16755         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
16756         versions in the target_info array, if they don't exist.
16758 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
16760         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
16762 1996-07-08  Jim Wilson  <wilson@cygnus.com>
16764         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
16765         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
16767 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
16769         * lib/old-dejagnu.exp: Don't remove the output file before we've
16770         actually tested it. Don't append pwd to the path of the executable
16771         we're testing.
16773 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
16775         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
16777 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
16779         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
16780         temporary directory for compiler files, and set it to a default
16781         value of /tmp. Set $output as the name of the output file from
16782         compiling the testcase. Add a -o option to $cflags_var so the
16783         compiler writes the final output file as $output. Set $executable
16784         to $output.
16786         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
16787         directory for compiler files, and set it to /tmp if it doesn't
16788         already have a value. Set $output_file to the name of the output
16789         file from compiling the testcase. Add a -o option to CXXFLAGS so
16790         the compiler writes the final output file as $output. Use $output
16791         as the executable to be tested.
16793 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16795         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
16797 1996-06-08  Jeffrey A Law  (law@cygnus.com)
16799         * gcc.c-torture/execute/pending-1.c: New test.  Still
16800         pending in Tege's queue.
16802 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
16804         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
16805         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
16806         if there were failures.  Call unresolved if there were unresolved
16807         testcases.  Call gcc_fail if program did not run to completion.
16808         (ph_make): Pass additional argument name to ph_execute.
16809         (ph_execute): Add new argument.  Pass additional arguments to
16810         ph_summary.  Call gcc_fail is there is no execution output.
16812 1996-04-24  Jeffrey A Law  (law@cygnus.com)
16814         * lib/plumhall.exp (proc_summary): Output relavent summary
16815         lines into the log so specific failures in plumhall can be
16816         investigated.
16818 1996-04-10  Jeffrey A Law  (law@cygnus.com)
16820         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
16821         (c-torture-execute): Don't try to execute tests which use
16822         "long long" types if $NO_LONG_LONG is nonzero.
16824 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
16826         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
16827         not c-torture.
16829         * gcc.ieee: Move from here.
16830         * gcc.c-torture/execute/ieee: To here.
16832 1996-03-26  Jeffrey A Law  (law@cygnus.com)
16834         * gcc.c-torture: Update to c-torture-1.41 release.
16836 1996-03-22  Jeffrey A Law  (law@cygnus.com)
16838         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
16839         not "$output".
16841 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
16843         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
16844         -c present.
16846 1996-03-02  Jeffrey A Law  (law@cygnus.com)
16848         * config/proelf.exp: Handle connecting to a simulator.
16850 1996-01-31  Jeffrey A Law  (law@cygnus.com)
16852         * config/proelf.exp: New file.  Enough framework that we can
16853         run c-torture tests on the proelf targets (or any other target
16854         that gdb can connect to for that matter).
16856 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
16858         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
16859         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
16861         * lib/plumhall.exp (ph_execute): Always call ph_summary if
16862         exec_output exists.
16864 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
16866         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
16867         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
16869         * config/*.exp: Update FSF address.  Change result of ${tool}_load
16870         to pass/fail/unresolved/unsupported/untested.  Caller must now
16871         call unresolved/unsupported/untested.
16872         * lib/*.exp: Update FSF address.  Update to handle new results of
16873         ${tool}_load.
16874         * lib/chill.exp (verbose): Delete.
16876 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
16878         * lib/gcc.exp (default_gcc_start): Change order of args to
16879         $LDFLAGS $CFLAGS $LIBS.
16880         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
16881         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
16882         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
16883         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
16884         * gcc.misc-tests/dg-test.exp: Likewise.
16885         * gcc.misc-tests/msgs.exp: Likewise.
16886         * gcc.prms/prms.exp: Likewise.
16887         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
16888         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
16890         * lib/dg.exp: Deleted, moved to dejagnu/lib.
16892 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16894         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
16896         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
16897         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
16899         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
16900         necessary.
16902 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
16904         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
16905         global for loop; add use of $mathlib.
16906         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
16907         settings here; set mathlib for anything but VxWorks.
16909 1996-01-22  Jeffrey A Law  (law@cygnus.com)
16911         * gcc.c-torture: Update to c-torture-1.40 release.
16913 1996-01-03  Jeffrey A Law  (law@cygnus.com)
16915         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
16916         dg.exp.
16918 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
16920         * lib/c-torture.exp (c-torture-execute): Declare "output" as
16921         global.
16923 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
16925         * lib/g++.exp (LIBS): Define if not already.
16926         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
16927         (gcc-dg-prune): Call prune_gcc_output.
16928         * lib/gcc.exp (prune_gcc_output): New proc.
16929         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
16930         prune_gcc_output.
16932 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
16934         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
16935         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
16937 1995-11-15  Jeffrey A Law  (law@cygnus.com)
16939         * gcc.c-torture: Update to c-torture-1.39 release.
16941 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
16943         * lib/c-torture.exp (c-torture-execute): Don't return if one option
16944         fails, try others as well.
16946 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
16948         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
16949         If compilation fails, mark execute tests as `untested'.
16950         If test is marked as unsupported, don't mark compilation and
16951         execute tests as failed.
16953 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
16955         * lib/g++.exp (g++_init): Don't link in libg++, and look to
16956         libstdc++ for whether or not we want to be doing shared
16957         libraries.  Delete link_curses since we don't need it anymore.
16958         * lib/mike-g++.exp (postbase): Don't link in libg++.
16959         * g++.old-deja/old-deja.exp: Likewise.
16961 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
16963         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
16965 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
16967         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
16968         For that, add `-Wl,-a,shared_archive'.
16969         * g++.old-deja/old-deja.exp: Likewise.
16971 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
16973         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
16975 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
16977         * lib/mike-g++.exp (postbase): Pay attention to the status of
16978         g++_load.
16980 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
16982           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
16984 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
16986         * lib/gcc.exp (default_gcc_start): No longer need to log program
16987         being executed or its output, execute_anywhere does that now.
16988         * lib/g++.exp (default_g++_version): Call execute_anywhere.
16989         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
16991 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
16993         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
16994         the same as those in lib/g++.exp.
16996 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
16998         * gcc.c-torture: Update to c-torture-1.38 release.
16999         * gcc.ieee: Related changes.
17001 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
17003         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
17004         "exec". Minor reformatting changes.
17006         * config/rom68k.exp (${tool}_load): Make it work in a canadian
17007         cross. This means all "exec" calls now work on a remote host as
17008         well.
17009         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
17010         cross. Filter out the extra "\r\n" stuff that expect puts in.
17011         (c-torture-execute): Filter out the bogus warnings like
17012         c-torture-compile does. Add support for canadian cross.
17013         * lib/gcc.exp (default_gcc_version, default_gcc_start)
17014         Use execute_anywhere rather than calling exec directly. Now it
17015         works for canadian cross testing.
17017 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
17019         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
17020         results into a variable, and check that rather than using file exists.
17022 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
17024         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
17025         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
17027 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17029         * g++.old-deja/old-deja.exp: Create and pass runshlib and
17030         lib_curses if there's a shared libg++ in the build tree.
17032 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
17034         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
17035         if not supported target.
17037 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
17039         * lib/g++.exp (g++_init): Move empty setting of runshlib and
17040         link_curses up to always happen, not just for native builds.
17042 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
17044         * gcc.c-torture: Update to c-torture-1.36 release.
17045         * gcc.failure: Related changes.
17047 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
17049         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
17051 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
17053         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
17054         * lib/mike-g++.exp (postbase): Not in here.  Still reference
17055         runshlib, link_curses, and mathlib for link and run.
17057         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
17058         pass the runtime shared library options for Solaris, OSF/1, and
17059         Irix5, and link with -lcurses to avoid unresolved references.
17061 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
17063         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
17064         only run once.
17066 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
17068         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
17070 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
17072         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
17073         do not have a framework for the "compat" tests yet.
17075 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
17077         * lib/mike-g++.exp (postbase): New local variable `mathlib',
17078         set to null if we're testing vxworks5.1.  Use that instead of
17079         `-lm' in the setting of LIBS for link and run.
17081 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
17083         * config/rom68k.exp (${tool}_load): Major changes to make it
17084         work.  Verified that it does in fact return the stuff in
17085         exec_output properly.  Catch any Emul or any TRAP other than 0.
17087 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
17089         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
17090         LDFLAGS properly for targets that need stuff from libgloss.
17091         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
17092         only run once.
17093         (gpp_initialized): New variable.
17095 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
17097         * config/rom68k.exp: Load libgloss.exp.
17098         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
17099         so we can produce a fully linked binary.
17100         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
17101         so we can produce a fully linked binary.
17103 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
17105         * lib/plumhall.exp (ph_section): Watch for expected failures.
17106         Add missing `else'.
17108         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
17109         run the testcase.
17110         (c-torture): Likewise.
17112 1995-08-28  Doug Evans  <dje@cygnus.com>
17114         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
17116         * lib/mike-g++.exp (mike_cleanup): New proc.
17117         (prebase): New globals compiler_result, not_compiler_result,
17118         target_regexp.
17119         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
17120         allow leading "-" in pattern.  Watch for unsupported tests.
17121         If $compiler_result is set, pattern match assembler code,
17122         and ditto for $not_compiler_result.
17123         * lib/mike-gcc.exp: Likewise.
17125         * lib/plumhall.exp (ph_execute): Only call ph_summary if
17126         execution "succeeded".
17128 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
17130         * config/win32.exp: New file.
17131         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
17133 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
17135         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
17136         unsupported.
17137         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
17138         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
17139         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
17141         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
17142         "... without exceptions was ...".  That is now handled by
17143         prune_system_crud.
17144         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17146 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
17148         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
17149         sieve.c,sort2.c}: New files.
17150         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
17151         sieve.exp,sort2.exp}: Drivers for them.
17153         * lib/mike-gcc.exp (program_output): New user settable variable.
17154         (postbase): Call prune_system_crud.  Also prune extraneous compiler
17155         messages.
17156         * lib/mike-g++.exp (program_output): New user settable variable.
17158         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
17160         * config/sh.exp: Deleted (use sim.exp instead).
17162 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
17164         * config/vx.exp: Declare CHECKTASK as global.
17165         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
17166         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
17167         * lib/old-dejagnu.exp: Load [pwd]/$executable.
17169 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
17171         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
17172         target. Like vx.exp, only includes `vx29k.exp' instead of
17173         `vxworks.exp'.
17175 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
17177         * config/sim.exp: Increase time limit from 120 seconds to 240.
17179 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
17181         * gcc.c-torture/execute/950628-1.c: New test.
17183 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
17185         * gcc.c-torture: Update with changes/additions from
17186         c-torture-1.34.
17188 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
17190         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
17192 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
17194         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
17196 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
17198         * gcc.c-torture/compile/950512-1.c: New test.
17199         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
17200         * gcc.dg/struct-ret-1.c: Likewise.
17202 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
17204         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
17205           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
17207 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
17209         * gcc.c-torture/special/920411-1.c: Deleted.
17210         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
17212 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
17214         * config/sim.exp (${tool}_load): Hack in call to bash to get a
17215         cpu limit.
17217 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
17219         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
17221 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
17223         From kenner;
17224         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
17225         is the proper length.
17226         * va-arg-3.c: Likewise.
17228 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
17230         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
17231         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
17233         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
17234         * lib/g++.exp (default_g++_start): Delete old cruft.
17236 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
17238         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
17239         (2 * (1 << 18)) to (2 * (1 << 17)).
17241         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
17243 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
17245         * config/rom68k.exp: Renamed from config/idp.exp
17247 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
17249         * c-torture/compile/921109-2.c
17251 1995-04-18  Mike Stump  <mrs@cygnus.com>
17253         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
17254         excess errors.
17256 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
17258         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
17259         output.
17260         * lib/g++.exp (default_g++_start): Likewise.
17262 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
17264         * gcc.c-torture/compile/950329-1.c: New test.
17266 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
17268           * config/bug.exp (${tool}_load): Updated to use new remote_open
17269           and remote_close procs.
17270         * config/idp.exp: New file.
17272 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
17274         * gcc.c-torture/execute/950322-1.c: New test.
17276 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
17278         * config/vx.exp (${tool}_load): Clean up testing of return code from
17279         vxworks_ld and vxworks_spawn.
17281 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
17283         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
17285 1995-03-13  Mike Stump  <mrs@cygnus.com>
17287         * lib/old-deja.exp: Add `excess errors test - ' error, now one
17288         can mark excess errors on a machine by machine basis.  Note, the
17289         default is to not expect any excess errors, even when excess
17290         errors test - is given, so you will want to put an XFAIL ... on
17291         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
17292         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
17293         those 4 machines, but no others.
17295 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
17297         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
17298         * lib/c-torture.exp: to here.
17300 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
17302         * gcc.c-torture/execute/950221-1.c: New test.
17303         * gcc.c-torture/execute/struct-ret-1.c: New test.
17304         * gcc.c-torture/compile/950221-1.c: New test.
17306         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
17308 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
17310         * gcc.c-torture/execute/arith-1.c (main): Return 0.
17311         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
17313 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
17315         * g++.gb: New directory of tests, derived from my signature and
17316         class scoping tests.
17318         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
17319         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
17320         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
17321         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
17322         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
17323         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
17324         * g++.gb/sig25.C: Likewise.
17326         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
17327         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
17328         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
17329         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
17330         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
17331         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
17332         * g++.gb/sig25.exp: Likewise.
17334         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
17335         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
17336         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
17337         * g++.gb/scope13.C: Likewise, this test still fails.
17339         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
17340         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
17341         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
17342         * g++.gb/scope13.exp: Ditto.
17344         * g++.gb/README: New file, explains what these tests are about.
17346 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
17348         * lib/dg.exp (dg-do): Support `preprocess'.
17349         (dg-test): Likewise.
17351 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
17353         * config/udi.exp: change "continue -expect" to "exp_continue".
17355 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
17357         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
17358         Delete redundant tests.
17360         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
17361         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
17362         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
17363         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
17364         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
17365         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
17366         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
17367         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
17369         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
17370         storing label pointers.
17371         * gcc.c-torture/execute/921019-1.c: Likewise.
17372         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
17373         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
17374         parameter fp.
17375         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
17376         constants.
17378         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
17379         Delete obsolete tests.
17381         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
17382         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
17383         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
17384         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
17385         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
17386         * gcc.c-torture/compile/950124-1.c: New test.
17388         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
17390 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
17392         * lib/mike-g++.exp: Add -lm to LIBS.
17394 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
17396         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
17398 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
17400         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
17402 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
17404         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
17406 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
17408         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
17409         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
17410         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
17411         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
17412         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
17413         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
17414         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
17415         * g++.law/{operators31.C, operators32.C,
17416         * g++.law/{operators33.C, operators34.C}: Likewise.
17417         * g++.law/{pic1.C, refs2.C}: Likewise.
17418         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
17419         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
17420         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
17421         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17423         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
17424         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
17425         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
17426         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
17427         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
17428         * g++.law/{enum9.exp, friend5.exp}: Likewise.
17429         * g++.law/{nest3.exp, nest4.exp}: Likewise.
17430         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
17431         * g++.law/{operators30.exp, operators31.exp}: Likewise.
17432         * g++.law/{operators32.exp, operators33.exp}: Likewise.
17433         * g++.law/{operators34.exp}: Likewise.
17434         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
17435         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
17436         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
17437         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
17438         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
17440         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
17441         No longer expected to fail.
17442         * g++.law/missed-error3.C: Tweak for recent bool changes.
17444 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
17446         * config/emb-unix: Deleted.
17447         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
17448         remote execution.  Do final link on remote host if REMOTE_LINK is set.
17450 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
17452         * lib/dg.exp (dg-test): Fix typo in last patch.
17454 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
17456         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
17457         (handles multiple occurrences).
17459 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
17461         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
17462         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
17463         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
17464         printed).
17465         * lib/c-torture.exp (c-torture-compile): Likewise.
17466         (c-torture): Prepend full path if missing.
17467         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
17468         (gcc_fail): Likewise.
17469         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
17471 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
17473         * lib/netware.exp: Only attach to NetWare i386 systems.
17475 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
17477         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
17478         messages.  Add test name to "output pattern match" pass/fail message.
17480 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
17482         * gcc.dg: New testsuite.
17483         * gcc.dg/dg.exp: New file.
17485         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
17486         test-switch.c}: Deleted.
17488         * gcc.misc-tests/msgs.exp: New testcase driver.
17490 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
17492         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
17493         Watch for illegal return values from ${tool}_load.
17494         * config/unix.exp (${tool}_load): Fix pass/fail detection for
17495         cross targets.  Coerce return value >0 to 1.
17497 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
17499         * config/unix.exp (${tool}_load): Call program rsh, not proc.
17501         * config/emb-unix.exp: New file.
17503         * config/sim.exp: Error if variable $SIM not defined.
17504         (${tool}_load): Mark test as "untested" if simulator missing.
17506         * config/unix.exp: Load remote.exp to get rcp_download.
17507         * lib/c-torture.exp: Use different option lists for testcases with
17508         and without loops.
17509         * gcc.c-torture/execute/execute.exp: Likewise.
17511 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
17513         * config/*.exp: Clarify return code from ${tool}_load.
17514         Call `unresolved' or `untested' instead of `warning' or `perror'
17515         (sometimes you still want to call both though).
17516         Add comment that `shell_id' is local to each file.
17517         * config/udi.exp (timeout): Set to 30.
17518         Don't print warning if connection fails, $connectmode has already
17519         printed an error.
17520         (${tool}_load): Move verbose messages to level 2.
17521         Rework pattern for "Process started" message.
17522         Pass `shell_id' to ${connectmode}_download.
17523         Retry twice upon timeout.  Make resetting of target more robust.
17524         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
17525         Pass `shell_id' to exit_$connectmode.
17526         Only call exit_$connectmode if connected.
17527         * config/unix.exp (${tool}_load): Check return codes better.
17528         * config/vrtx.exp (${tool}_load): Likewise.
17529         * config/vx.exp (${tool}_load): Likewise.
17530         Delete unneeded global's.
17531         * lib/dg.exp (dg-test): Update to reflect clarified return codes
17532         from ${tool}_load.
17533         (dg-stat): Delete.
17534         (dg-init): Delete recording of pass/fail counts.
17535         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
17536         (old-dejagnu-init): Likewise.
17537         (old-dejagnu-stat): Delete contents, empty proc now.
17538         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
17539         (c-torture): Delete references to lcnt, lpass, lfail.
17540         Get option list from TORTURE_OPTIONS.
17541         Delete -funroll[-all]-loops if no loops.
17542         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
17543         (g++_stat): Delete contents (empty proc now).
17544         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
17545         (gcc_finish): Likewise.
17546         (gcc_stat): Deleted.
17547         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
17548         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
17549         * gcc.c-torture/execute/execute.exp: Likewise.
17550         Split tests into two parts: compile, execute.
17551         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
17552         no loops.  Update to reflect clarified return codes from ${tool}_load.
17554 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
17556         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
17557         to grep for.
17558         (old-dejagnu): Likewise (where necessary).
17560 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
17562         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
17564         * lib/dg.exp (dg-process-target): Fix processing of selector.
17565         Add comment regarding use of `error'.
17567         * lib/gcc.exp (prune_system_crud): Define if missing.
17568         * lib/g++.exp (prune_system_crud): Likewise.
17570         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
17571         Call prune_system_crud.
17572         * lib/dg.exp (dg-runtest): New proc.
17573         Use perror instead of send_user for tcl errors in testcase.
17574         Don't return any value, it's never used.
17575         Don't clobber previous definition of `unknown'.
17576         Print tcl errors in `dg-final'.
17578 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
17580         * lib/dg.exp (dg-process-target): Improve syntax error messages.
17581         (dg-test): Don't print errorInfo, it contains stack backtrace.
17583 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
17585         * lib/g++.exp (runtest_file_p): Define if missing.
17587 1994-09-24  Doug Evans  (dje@cygnus.com)
17589         * lib/mike-g++.exp: Comment out loading of g++.exp.
17590         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
17591         (default_g++_version): Always print something.
17592         (default_g++_start): Comment out call to `which'.
17593         (g++_start, g++_load): Deleted (must be defined in config file).
17594         * lib/gcc.exp: Test for existence of $CC at start.
17595         Delete check for tmpdir (done in gcc_init).
17596         (default_gcc_version): Always print something.
17597         (default_gcc_start): Comment out call to `which'.
17598         * config/*.exp: Major cleanup - make cross targets work at least a
17599         little better for g++ (by not being "--tool gcc" specific).
17600         Rename gcc_xxx to ${tool}_xxx.
17601         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
17602         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
17604 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
17606         * lib/c-torture.exp (c-torture-compile): Rework compiler
17607         message processing.
17609         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
17610         c-torture.
17612 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
17614         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
17616         * lib/dg.exp (dg-process-target): Support { target native }.
17618 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
17620         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
17621         looked for "... program xxx got fatal signal".
17622         Correct regsub munging of `comp_output'.
17623         Ignore compiler messages "path prefix not used" and "linker input
17624         file unused".
17626 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
17628         * lib/gcc.exp (runtest_file_p): Define if missing.
17629         * gcc.prms/template.c: Example to work from.
17631 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
17633         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
17634         * lib/dg.exp (dg-test): Call unsupported testcases as such.
17636         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
17637         * gcc.prms/1883.c: Moved from compile/940714-1.c.
17638         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
17639         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
17641         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
17642         (dg-process-target): No longer a varargs proc.
17643         Return S/N for target, P/F for xfail.  All callers changed.
17644         (user option procs): More argument checking.
17645         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
17646         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
17647         (dg-test): Skip test if not running on selected target in `dg-do'.
17648         Update handling of `dg-do-what', `dg-output-text'.
17649         Separate execution pass/fail from output pattern match pass/fail.
17650         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
17652 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
17654         * gcc.c-torture/special/special.exp: Don't expect failure for mips
17655         target for 920510-1.c.
17657 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
17659         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
17660         Clean up comment regarding use of passcnt, etc.
17661         (gcc_stat): Don't update `testcnt' here.
17662         (gcc_finish): Do it here.
17663         Might as well reset `but_id' here too.
17664         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
17665         to determine if the file should be tested.
17666         * gcc.c-torture/compile/compile.exp: Likewise.
17667         * gcc.c-torture/execute/execute.exp: Likewise.
17668         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
17669         * gcc.misc-tests/dg-test.exp: Likewise.
17670         * gcc.prms/prms.exp: Likewise.
17671         * gcc.wendy/wendy.exp: Likewise.
17672         * g++.old-deja.exp: Likewise.
17673         Move "Testing file" message to verbose level 1.
17675 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
17677         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
17679 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
17681         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
17682         (default_gcc_start): Accept optional second list element
17683         of compiler flags.  Print compiler output at verbosity level 2.
17684         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
17685         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
17686         Save current values of framework globals passcnt, failcnt, xpasscnt,
17687         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
17688         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
17689         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
17690         xfailcnt to compute stats.  Update framework global `testcnt' from
17691         pass/fail counts.
17692         (gcc_finish): New proc.  Clean up test environment.
17693         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
17694         (gcc_epass, gcc_efail): Delete.
17695         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
17696         argument of line number.
17697         (dg-init): If the tool has an init routine, call it.
17698         (dg-test): Remove args `cflags_var' and `libs_var'.
17699         Pass all compiler options to ${tool}_start.
17700         Handle missing line number.
17701         (dg-finish): New function.
17702         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
17703         particular files.  Call gcc_finish at end.  Move "skipping test"
17704         message to verbosity level 3.
17705         * gcc.c-torture/compile/compile.exp: Likewise.
17706         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
17707         * gcc.c-torture/execute/execute.exp: Likewise.
17708         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
17709         Print testcase being tried at verbosity level 1.
17710         * gcc.c-torture/special/special.exp: Unset xfail.
17711         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
17712         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
17713         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
17714         * gcc.failure/failure.exp: Likewise.
17715         * gcc.ieee/ieee.exp: Likewise.
17716         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
17717         Update call to dg-test.  Call dg-finish at end.
17718         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
17719         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
17720         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
17721         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
17722         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
17723         * gcc.wendy/wendy.exp: Add copyright.
17724         Delete setting of tmpdir (done by gcc_init).
17725         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
17726         Pass compiler flags to gcc_start.  Call gcc_finish at end.
17727         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
17728         gcc_[ce]pass/fail.
17730 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
17732         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
17733         confusion.
17734         (g++_load): Likewise.
17736         * config/*.exp (gcc_load): Some were varargs fns and some were not.
17737         Rename argument to `prog' to remove the confusion.
17738         Varargs fns behave differently too!
17739         (g++_load): Likewise.
17741         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
17743         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
17744         what it is.  Delete (always) printing of status value for !native.
17745         Simplify verbose code, and include status and exec_output.
17746         (g++_load): Use gcc_load.
17748 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
17750         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
17751         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
17752         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
17753         940714-3.c as these testcases don't exist anymore.  Make
17754         va-arg-1.c expected to pass.
17756 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
17758         * gcc.misc-tests/misc.exp: Only run specific testcases.
17759         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
17760         * gcc.misc-tests/dg-[1-9].c: New files.
17762         * lib/dg.exp: New testsuite driver.
17763         * gcc.prms/prms.exp: Use it.
17765         * README.gcc: New file.
17767         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
17768         Document and reset `lxpass' and `lxfail'.
17769         Simplify "initialized" message.
17770         (gcc_stat): Clean up comments a little.
17772 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
17774         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
17776 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
17778         * lib/old-dejagnu.exp (process-option): New proc.
17779         (old-dejagnu-init, old-dejagnu-stat): Likewise.
17780         (old-dejagnu): Simplify.
17781         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
17783 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
17785         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
17786         exists and is not an empty string.
17788         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
17789         $xfail rather than calling setup_xfail.  Clear $xfail when test is
17790         finished.
17791         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
17792         automatically.
17794         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
17795         longer expected to fail.
17797         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
17798         "f" function call.
17800         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
17802         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
17803         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
17804         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
17805         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
17806         c-torture-1.29.
17808         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
17809         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
17811         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
17813         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
17814         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
17816         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
17817         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
17818         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
17820 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
17822         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
17823         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
17824         940714-1.c, 940714-2.c, 940714-3.c},
17825         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
17826         gcc.misc-tests/{mg.c,mg.exp}:
17827         New tests.
17828         * gcc.noncompile/noncompile.exp: Change accordingly.
17830 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
17832         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
17833         Undo previous clobberage.
17835 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
17837         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
17838         * gcc.special/{930510-1.c, special.exp}:
17839         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
17840         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
17841         struct-varargs-1.c}: New tests from c-torture-1.26.
17843 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
17845         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
17846           argument to switch.
17848 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
17850         * Revert the previous changes.  Please see Rob's directory
17851           (/lisa/test/rob/progressive/gcc/testsuite) for testing
17852           fixes.
17854 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
17856         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
17857             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
17858             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
17859             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
17860             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
17861             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
17862             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
17863             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
17864             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
17865             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
17866             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
17867             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
17868             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
17869             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
17870             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
17871             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
17872             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
17873             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
17874             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
17875             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
17876             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
17877             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
17878             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
17879             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
17880             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
17881             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
17882             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
17884 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
17886         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
17887             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
17888           with perror calls.
17890 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
17892         * config/unix.exp (g++_load): Fix syntax.
17894 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
17896         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
17897         * gcc.noncompile/921017-1.c: Deleted obsolete test.
17898         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
17899         Don't expect va-arg-1.c to fail.  Correct expected output for
17900         920928-1.c.
17901         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
17902         * gcc.wendy/hbm4.c: Correct typo.
17903         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
17905 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
17907         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
17908         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
17909         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
17910         * lib/c-torture.exp (c-torture-compile): Ditto.
17912         Reduce volume of output (remove all the -I's and such).
17913         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
17914         Call gcc_cpass, gcc_cfail.
17915         (c-torture): Pass testing option to c-torture-compile.
17917 1994-03-21  Doug Evans  (dje@cygnus.com)
17919         Bring patches over from progressive.
17920         * config/default.exp: Exit remote shell cleanly.
17921         (g++_exit, g++_start): Add default versions.
17922         * config/sim.exp (gcc_load): Use perror, not error.
17924 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
17926         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
17927         set in site.exp.
17929 1994-03-14  Doug Evans  (dje@cygnus.com)
17931         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
17932         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
17933         (wendy_try): New proc to run testcase.
17934         (main loop): Call 'em.
17935         * gcc.wendy/*.c: Clean up pass to correct expected output.
17937         * lib/gcc.exp: Minor cleanup work.
17938         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
17940 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
17942         * config/sim.exp (gcc_load): Document return codes better.
17943         Don't pass -v to simulator.
17945 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
17947           * gcc.special/920717-x.c: Fix typo.
17948           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
17949           get at sources.
17951         * lib/mike-gcc.exp: Fix typo.
17953 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
17955         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
17956         binary to use, transform the name.
17957         * config/*.exp: rename everything. Nuke any g++ specific files,
17958         it's now a special case of gcc that requires no special support.
17959         Add a default.exp for unsupported targets.
17961 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
17963         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
17964         lib/old-dejagnu.exp: Fix a few patterns to work with the new
17965         version of Tcl.
17967 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
17969         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
17970         than a warning.
17972 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
17974         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
17976 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
17978         * gcc.execute/execute.exp: Combine opt_list and foption_list into
17979         option_list.  Compile every file with only 4/6 option choices
17980         (same as C torture) instead of with 12/18 different option
17981         choices.
17982         * lib/c-torture.exp: Likewise.
17984         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
17985         not already set.
17987 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
17989         * lib/old-deja.exp: Add `excess errors test fails' error, now one
17990         can put an XFAIL *-*-* on excess errors.
17992 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
17994         * g++.law: Add more tests derived from g++-bugs snapshots.
17996         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
17997         equivalent to g++.law/init9.
17999         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
18000         compiled it, and the a.out file after we've run it.
18002 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
18004         * lib/mike-g++.exp (postbase): Delete the .o file after we've
18005         compiled it, and the a.out file after we've run it.
18007 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
18009         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
18011 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
18013         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
18014         version number.
18016 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
18018         * g++.law: New directory of g++ tests derived from the g++-bugs
18019         snapshots.
18021 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
18023         * gcc.compile: initbug1.c initbug1.exp testcase added
18025 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
18027         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
18028         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
18029           fixes submitted by Jeff Law (law@cs.utah.edu)
18030         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
18031           Jeff Law (law@cs.utah.edu)
18034 1993-11-30  Mike Stump  (mrs@cygnus.com)
18036         * config/unix-g++.exp: Follow the gcc way of doing things.
18037         * g++.old-deja/old-deja.exp: Minor updates.
18038         * lib/g++.exp: New file, follow the gcc way of doing things.
18039         * lib/old-dejagnu.exp: Minor updates.
18040         * lib/mike-g++.exp: Always unset errorInfo.
18042 1993-11-06  Mike Stump  (mrs@cygnus.com)
18044         * lib/gcc.exp: Fix some errors with the below change, CC and
18045         CFLAGS should be global when setting, not local.
18047 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
18049         * lib/gcc.exp: Transform tool name.
18051 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18053         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
18055 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18057         * lib/gcc.exp: change gcc_done to gcc_stat
18059 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
18061         * Upgraded gcc testsuite to c-torture version 1.25
18063 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
18065         * lib/gcc.exp: added reporting code. Changed verbose compile message.
18066         * lib/c-torture: added hooks for new reporting code.
18068 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
18070         * config/sh-gcc.exp: check if sh-sim exists in the path
18072 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
18074         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
18075         * gcc.compile/compile.exp: Initial changes for new logic.
18076         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
18077         * gcc.failure/failure.exp: Initial changes for new logic.
18078         * gcc.ieee/ieee.exp: Initial changes for new logic.
18079         * gcc.misc-tests/misc.exp: Initial changes for new logic.
18080         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
18081         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
18082         * lib/c-torture.exp: Initial changes for new logic.
18083         * lib/gcc.exp: Initial changes for new logic.
18085 1993-10-15  Mike Stump  (mrs@cygnus.com)
18087         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
18088         depend upon failure or success.  Fully qualify names in failure
18089         and success messages.  Always remove a.out before starting
18090         compile, just in case.  Pay more attention to error text output by
18091         the compiler.  Handle testcases with no known past errors just
18092         like all others, so that things are uniform.  Other miscellaneous
18093         improvements.
18095 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
18097         * gcc.cpp: new directory for cpp tests
18099 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
18101         * lib/chill.exp: Code reformatted, removed unused code.
18102         * config/unix-chill.exp: Code reformatted, removed unused code.
18103         * chill.execute/execute.exp: Code reformatted, removed unused code.
18104         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
18106 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
18108         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
18109         routines not written.
18111 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
18113         * config/bug-gcc.exp: Use new procs from bug.exp.
18115 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
18117         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
18118         via ftp, rather than depending on NFS.
18119         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
18120         case.
18122 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
18124         * config/bug-gcc.exp: Use new download proc.
18126 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
18128         * chill.execute/execute.exp: cleanups, handles errors better
18129         * chill.compile/compile.exp: rewrite, based on execute.exp
18130         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
18131         * lib/chill.exp: major changes to diff proc and compile and link
18132           procs. added chill_fail and chill_pass wrappers to pass and
18133           fail. added more comments, and handle error codes better.
18134           Added a hack to capture stderr from exec, so noncompile tests
18135           can work.
18137 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
18139         * chill.execute/execute.exp: rewrite of testsuite driver
18140         * lib/chill.exp: rewrite of testsuite driver
18141         * config/unix-chill.exp: rewrite of testsuite driver
18143 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
18145     In chill.execute:
18146         * iexpr.ch: Standardize uppercase.
18147         * tuples.dat: Standardize uppercase.
18148         * vary.ch: standardize.  Correct varying string assignments.
18149         * vary.dat: Add new output lines.
18151 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
18153     In chill.execute:
18154         * chprintf.ch: Standardize use of uppercase.
18155         * tuples.ch: Standardize and turn arr2 into a DCL,
18156           rather than a SYN.
18157         * pinits.ch: Standardize.
18159 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
18161         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
18162         * Makefil: Renamed to Makefile.in.
18163         * configure.in: New.
18165 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
18167     In chill.execute:
18168         * .cvsignore: Add result/output files.
18169         * Makefile: Fix up variables at start.  Use MFLAGS
18170           everywhere.  Correct bool_loc, built_ins entries.
18171           Add entry for vary1.ch.
18172         * bitarray.ch: Standardize upper-case usage.
18173         * bitexpr.ch: Standardize, add output of b1.
18174         * params.ch: Use arrayt in along PROC parameters, to
18175           avoid novelty problems.
18176         * sets.ch: Tiny cleanup.
18177         * vary1.ch: Re-indent.
18179 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
18181           * Add PR-related files to Makefiles, .cvsignore files, etc.
18183 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
18185         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
18186           with compiler objects. New names are test-flow.c and test-loop.c
18188 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
18190         * Upgraded c-torture tests from 1.19 to 1.20
18192         * new files:
18193         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
18194         * gcc.compile: 930623-1.c 930623-2.c
18195         * gcc.noncompile: 930622-1.c 930622-2.c
18196         * gcc.failure: 920411-1.c 920627-2.c
18197         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
18199 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
18201         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18202           More changes to get testsuite working properly. Needs more work.
18203           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
18205 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
18207         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
18208           More changes to get testsuite working properly. Needs more work.
18210 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
18212         * chill.compile/compile.exp: Added for Dejagnu support
18213         * chill.execute/execute.exp: Added for Dejagnu support
18214         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
18216 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
18218     This should complete moving the CHILL test files.
18219         * chill.noncompile(.cvsignore printf.grt
18220             in-printf.grt chprintf.grt chprintf.ch):
18221             Added test-support files.
18222           (Makefile): Modified further.
18223         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
18224             signal.ch): Added test files.
18225           * chill.execute (.cvsignore printf.grt printr.c
18226             in-printf.grt rts.c chprintf.grt rts.h): Added
18227           test-support files.
18228             (Makefile): More corrections.
18230 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
18232         * chill.compile, chill.execute, chill.nocompile: Add CHILL
18233           test cases, ready for DejaGnu.
18235 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
18237         * Upgraded c-torture tests from 1.18 to 1.19
18239         * gcc.compile: added test(s):
18240           930607-1.c
18241         * gcc.execute: added test(s):
18242           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
18244         * added new subdirectory for misc tests: gcc.misc-tests
18245         * gcc.misc-test(s): added tests:
18246           inst-check.c test-consts.c test-ior.c test-switch.c
18248 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
18250         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
18252 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
18254         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
18256 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
18258         * Upgraded c-torture tests from 1.17 to 1.18
18260 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
18262         * Upgraded c-torture tests from 1.12 to 1.17
18264 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
18266         * lib/old-dejagnu.exp:
18267           Fixed handling of XFAIL target triplets to correctly
18268           recognize wildcard characters.  Removed code that
18269           appended a unique id tag to the end of the file name
18270           printed out by the result of the testcases within a
18271           given test file.
18273 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
18275         * lib/old-dejagnu.exp:
18276           Reworked expected failure handling to trigger off of XFAIL
18277           keyword in keyphrase embeded in testcase source code. The
18278           XFAIL keyword must be at the end of the keyphrase line. It
18279           may optionally be followed by one or more target triplets.
18280           It has just occured that the handling of wildcards in the
18281           target triplet may not be correct.
18283 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
18285         * g++.old-deja/tests:
18286           Moved all subdirectories up one level into g++.old-deja .
18288         * lib/old-dejagnu.exp:
18289           Fixed problem with CXXFLAGS not being properly reset, and being
18290           corrupted with extraneous "-c" compiler option.  This was
18291           causing binaries to not be generated for test that needed them.
18292           Modified strings passed to "pass" and "fail" so that individual
18293           tests from the same test file would be distinguished by an
18294           identifier appended to the test file name in the summary logs;
18295           this corrected a problem with erroneous diff logs.  Added code
18296           to search testcases for expected fail and unexpected pass keywords.
18298 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
18300         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
18302 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
18304         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
18305           Removed extraneous text from end of "Special g++ Options"
18306           keyphrase.
18308         * lib/old-dejagnu.exp: Added pattern matching to look for new
18309           keywords, embedded in testcases comments, which will trigger
18310           calls to xpass and xfail.
18312 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
18314         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
18315           comments embedded in the testcases, especially the one looking for
18316           special compiler options, as well as the pattern matching for the
18317           compiler output again.
18319 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
18321         * lib/old-dejagnu.exp: Do a proper check of the return value for
18322           execute tests. Fixed several problems with the pattern matching
18323           of the compiler output which gave erroneous test results.
18324           Changed several of the test result messages to be more descriptive.
18325         * config/unix-g++.exp: Proc g++_load now actually works and
18326           executes the tests passed to it and returns a usable return
18327           value.
18329 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
18331           * lib/gcc.exp: Exits gracefully if $CC is bogus.
18333 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
18335         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
18336           Modified both files to properly execute the old style
18337           dejagnu tests. The previous versions of these files were
18338           experimental and did not function anything near correctly.
18340 1993-04-05  Rob Savoye  (rob@cygnus.com)
18342         * Removed all Makefile.in and configure.in files. No configuration
18343         needed now.
18345 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
18347         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
18349 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18351         * gcc.compile/configure.in, gcc.unsorted/configure.in,
18352         gcc.special/configure.in, gcc.noncompile/configure.in,
18353         gcc.execute/configure.in, gcc.code_quality/configure.in,
18354         g++.other/configure.in, g++.old-deja/configure.in,
18355         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
18356         in srcname setting.
18358 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
18360         * lib/udi.exp:  Fixed mondfe and mondfe_download.
18361         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
18362         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
18364 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
18366         * config/udi-gdb.exp: Check $shell_id after connecting to target.
18367         (gdb_exit): Don't remove *_soc files.
18369 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
18371         * lib/c-torture.exp: Don't look for main; instead always use -w
18372         -c.  This is how the c-torture tests work.  Remove the object
18373         file if the compilation succeeds.
18374         * gcc.execute/execute.exp: Remove executable if test passes.
18375         * gcc.noncompile/noncompile.exp: Every test is an expected
18376         failure.
18377         * gcc.special/special.exp: Added tests from c-torture 1.11,
18378         corrected use of existing test.
18379         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
18380         gcc.execute/920625-1.c: Updated to c-torture 1.11.
18381         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
18382         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
18383         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
18384         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
18385         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
18386         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
18387         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
18388         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
18389         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
18390         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
18391         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
18392         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
18393         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
18394         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
18395         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
18396         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
18397         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
18398         c-torture 1.11.
18399         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
18400         correspond to c-torture 1.11.
18402         * New file.