re PR c++/5293 (confusing message when binding a temporary to a reference)
[official-gcc.git] / gcc / testsuite / ChangeLog
blob92c235c8d5fbecb3cfc08a53edabd0a5c09b7b0b
1 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3         PR c++/11154
4         * g++.dg/template/partial2.C: New test.
6 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
8         PR c++/11503
9         * g++.dg/template/anon1.C: New test.
11         PR c++/11493
12         PR c++/11495
13         * g++.dg/parse/template9.C: Likewise.
14         * g++.dg/template/crash4.C: New test.
15         * g++.dg/template/koenig1.C: Likewise.
16         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
17         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
18         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
19         functions.
20         * g++.old-deja/g++.jason/template36.C: Likewise.
21         * g++.old-deja/g++.mike/p1989.C: Likewise.
22         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
23         * g++.old-deja/g++.pt/ttp20.C: Use this->.
24         * g++.old-deja/g++.pt/ttp21.C: Use this->.
25         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
26         compiling.
27         * g++.old-deja/g++.pt/union2.C: Use this->.
29 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
31         * gcc.dg/20030711-1.c: New test.
33 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
35         PR c++/11050
36         * g++.dg/parse/args1.C: New test.
37         * g++.pt/defarg8.C: Change expected errors.
39 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
41         PR c++/8164
42         * g++.dg/template/nontype2.C: New test.
44         PR c++/10558
45         * g++.dg/parse/template8.C: New test.
47         PR c++/8327
48         * g++.dg/template/scope1.C: New test.
50         * g++.dg/warn/Wsign-compare-1.C: New test.
52 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
54         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
56 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
58         PR c++/9411
59         * g++.dg/template/explicit2.C: New test.
61         PR c++/10032
62         * g++.dg/warn/pedantic1.C: New test.
64 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
66         PR c++ 9483
67         * g++.dg/other/field1.C: New test.
69 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
71         PR c/11449
72         * gcc.c-torture/compile/20030707-1.c: New.
74 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
76         PR c++/10849
77         * g++.dg/template/access12.C: New test.
79 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
81         * g++.dg/bprob/bprob.exp (prof_ext): Update.
82         * g77.dg/bprob/bprob.exp (prof_ext): Update.
83         * gcc.misc-tests/bprob.exp (prof_ext): Update.
84         * gcc.misc-tests/gcov.exp: Update
85         * g++.dg/gcov/gcov.exp: Update
86         * lib/gcov.exp: Update.
88 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
90         * g++.dg/abi/mangle17.C: Make sure template expressions are
91         dependent.
92         * g++.dg/abi/mangle4.C: Mark erroneous casts.
93         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
94         * g++.dg/opt/stack1.C: Remove erroneous code.
95         * g++.dg/parse/template7.C: New test.
96         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
97         * g++.old-deja/g++.pt/crash4.C: Likewise.
99 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
101         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
102         with zero or one occurence of `$' after the initial `L'.
104 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
106         * gcc.c-torture/compile/20030704-1.c: Add a comment.
108 2003-07-08  Roger Sayle  <roger@eyesopen.com>
110         PR c/11370
111         * gcc.dg/Wunreachable-6.c: New testcase.
112         * gcc.dg/Wunreachable-7.c: New testcase.
114 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
116         PR c/11420
117         * gcc.dg/20030708-1.c: New test.
119 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
121         * gcc.dg/compat/sdata-section.h: New file.
122         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
123         * gcc.dg/torture/mips-sdata-1.c: New test.
125 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
127         PR c++/11030
128         * g++.dg/template/friend19.C: New test.
130 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
132         * g++.dg/opt/strength-reduce.C: New test.
134 2003-07-07  Roger Sayle  <roger@eyesopen.com>
136         PR target/10979
137         * gcc.dg/20030707-1.c: New testcase.
139 2003-07-07  Roger Sayle  <roger@eyesopen.com>
141         PR optimization/11059
142         * g++.dg/opt/emptyunion.C: New testcase.
144 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
145             Eric Botcazou  <ebotcazou@libertysurf.fr>
147         * g++.dg/opt/stack1.C: New test.
149 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
151         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
152         run test.
153         
154         PR c++/11431
155         * g++.dg/expr/static_cast3.C: New test.
157 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
159         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
160         everywhere.
161         * gcc.dg/concat.c: Concatenation of string constants with
162         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
163         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
164         * gcc.dg/cpp/escape-2.c: Use wide character constants where
165         necessary to avoid multi-character character constant warning.
166         * gcc.dg/cpp/escape.c: Likewise.
167         * gcc.dg/cpp/ucs.c: Likewise.
168         Remove backslashes from dg-bogus comments, as they confuse Tcl.
169         Fix a typo.
171 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
173         PR c/11428
174         * gcc.c-torture/compile/20030704-1.c: New.
176 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
178         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
180 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
182         PR c++/5287, PR c++/7910,  PR c++/11021
183         * testsuite/g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
184         tests for warnings.
185         * testsuite/g++.dg/ext/dllimport2.C: Add tests for warnings.
186         * testsuite/g++.dg/ext/dllimport3.C: Likewise.
187         * testsuite/g++.dg/ext/dllimport4.C: New file.
188         * testsuite/g++.dg/ext/dllimport5.C: New file.
189         * testsuite/g++.dg/ext/dllimport6.C: New file.
190         * testsuite/g++.dg/ext/dllimport7.C: New file.
191         * testsuite/g++.dg/ext/dllimport8.C: New file.
192         * testsuite/g++.dg/ext/dllimport9.C: New file.
193         * testsuite/g++.dg/ext/dllimport10.C: New file.
194         * testsuite/g++.dg/ext/dllexport1.C: New file.
196 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
198         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
199         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
201 2003-07-03  Roger Sayle  <roger@eyesopen.com>
203         * gcc.dg/builtins-25.c: New testcase.
204         * gcc.dg/builtins-26.c: New testcase.
206 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
208         * gcc.dg/compat/vector-defs.h: New file.
209         * gcc.dg/compat/vector-setup.h: New file.
210         * gcc.dg/compat/vector-check.h: New file.
211         * gcc.dg/compat/vector-1_main.c: New file.
212         * gcc.dg/compat/vector-1_x.c: New file.
213         * gcc.dg/compat/vector-1_y.c: New file.
214         * gcc.dg/compat/vector-2_main.c: New file.
215         * gcc.dg/compat/vector-2_x.c: New file.
216         * gcc.dg/compat/vector-2_y.c: New file.
218         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
219         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
220         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
221         * gcc.dg/compat/struct-align-1.h: New file.
222         * gcc.dg/compat/struct-align-1_main.c: New file.
223         * gcc.dg/compat/struct-align-1_x.c: New file.
224         * gcc.dg/compat/struct-align-1_y.c: New file.
225         * gcc.dg/compat/struct-align-2.h: New file.
226         * gcc.dg/compat/struct-align-2_main.c: New file.
227         * gcc.dg/compat/struct-align-2_x.c: New file.
228         * gcc.dg/compat/struct-align-2_y.c: New file.
230         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
231         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
232         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
233         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
234         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
235         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
236         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
237         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
238         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
239         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
240         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
241         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
242         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
243         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
244         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
245         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
246         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
247         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
248         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
249         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
250         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
251         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
252         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
253         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
254         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
255         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
256         * gcc.dg/compat/struct-return-10_x.c: Ditto.
257         * gcc.dg/compat/struct-return-2_x.c: Ditto.
258         * gcc.dg/compat/struct-return-3_x.c: Ditto.
260 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
262         * gcc.dg/i386-call-1.c: New test.
264 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
266         PR c++/9162
267         * g++.dg/parse/defarg4.C: New.
269 2003-07-03  Roger Sayle  <roger@eyesopen.com>
271         PR target/10700
272         * gcc.c-torture/compile/20030703-1.c: New test case.
274 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
276         * g++.dg/template/local3.C: Remove extra semicolon.
278 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
280         * gcc.dg/i386-volatile-1.c: New test.
282 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
284         PR c++/11072
285         * g++.dg/other/offsetof2.C: XFAIL.
286         * g++.dg/other/offsetof5.C: New.
288         PR c++/10219
289         * g++.dg/template/error1.C: New.
291         PR c++/9779
292         * g++.dg/template/dependent-expr1.C: New.
294 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
296         PR c++/6949
297         * g++.dg/template/local3.C: New test.
299         PR c++/11149
300         * g++.dg/lookup/scoped6.C: New test.
302 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
304         PR c++/8046
305         * g++.dg/other/error7.C: New test.
307 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
309         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
310         * g++.old-deja/g++.abi/vtable3.h: Likewise.
311         * g++.old-deja/g++.law/code-gen5.C: Likewise.
312         * g++.old-deja/g++.other/union2.C: Likewise.
313         * gcc.dg/c90-const-expr-2.c: Likewise.
314         * gcc.dg/c90-const-expr-3.c: Likewise.
315         * gcc.dg/c99-const-expr-2.c: Likewise.
316         * gcc.dg/c99-const-expr-3.c: Likewise.
317         * gcc.dg/concat.c: Likewise.
319 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
321         PR c++/9559
322         * g++.dg/init/static1.C: New test.
324 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
326         * Changelog: Remove ">>>>>>>" from previous change.
328 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
330         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
331         * g++.old-deja/g++.other/access2.C: Likewise.
332         * g++.old-deja/g++.other/decl2.C: Likewise.
333         * gcc.c-torture/execute/20020615-1.c: Likewise.
335 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
337         PR c++/4933
338         * g++.dg/template/sizeof4.C: New test.
340 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
342         * g++.dg/other/error6.C: New test.
344 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
346         PR c++/10750
347         * g++.dg/parse/constant2.C: New test.
349 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
351         PR c++/11106
352         * g++.dg/other/error5.C: New test.
354 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
356         * gcc.dg/format/gcc_diag-1.c: New test.
358 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
360         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
362 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
364         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
365         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
366         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
368 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
370         * gcc.c-torture/execute/builtins/string-8.c: New test.
371         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
372         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
373         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
375 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
377         PR c++/10468
378         * g++.dg/ext/typeof6.C: New test.
380 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
382         PR c++/10796
383         * g++.dg/init/enum1.C: New test.
385 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
387         * gcc.dg/20030627-1.c: New test.
389 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
391         PR c++/11332
392         * g++.dg/expr/static_cast2.C: New test.
394 2003-06-26  Roger Sayle  <roger@eyesopen.com>
395             Jakub Jelinek  <jakub@redhat.com>
397         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
398         sprintf(dst,"%s",src) optimization.
399         * gcc.c-torture/execute/20030626-1.c: New test case.
400         * gcc.c-torture/execute/20030626-2.c: New test case.
402 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
404         * gcc.c-torture/execute/multi-ix.c: New test.
406         * gcc.c-torture/execute/simd-4.c (main):
407         Added missing semicolon at end of union.
409 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
411         PR c++/8266
412         * g++.dg/template/explicit-instantiation3.C: New test.
414 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
416         * gcc.dg/20030626-1.c: Use signed char.
418 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
420         * gcc.dg/20030626-1.c: New test.
422 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
424         * const-str-2.m: Update.
426 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
428         PR c++/10990
429         * g++.dg/rtti/dyncast1.C: New test.
430         * g++.dg/abi/mangle4.C: Correct base-specifier access.
431         * g++.dg/lookup/scoped1.C: Remove XFAIL.
432         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
434         PR c++/10931
435         * g++.dg/expr/static_cast1.C: New test.
437 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
439         * gcc.dg/20030625-1.c: New test.
441 2003-06-24  Roger Sayle  <roger@eyesopen.com>
443         * gcc.c-torture/compile/20030624-1.c: New test case.
445 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
447         * gcc.c-torture/execute/string-opt-17.c: New test.
449 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
451         PR c++/5754
452         * g++.dg/parse/crash6.C: New test.
454 2003-06-23  Roger Sayle  <roger@eyesopen.com>
456         * gcc.dg/builtins-24.c: New test case.
458 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
460         * g++.dg/opt/operator1.C: New test.
462 2003-06-22  Roger Sayle  <roger@eyesopen.com>
464         * gcc.c-torture/execute/string-opt-16.c: New test case.
466 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
468         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
469         * g++.old-deja/g++.other/conv7.C: Likewise
470         * g++.old-deja/g++.other/overcnv2.C: Likewise.
471         * g++.old-deja/g++.other/overload14.C: Likewise.
473 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
475         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
476         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
478 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
480         PR c++/10888
481         * g++.dg/warn/Winline-3.C: New test.
483 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
485         * lib/target-supports.exp (check_alias_available): Make the test
486         program acceptable to the Solaris assembler.
488         PR c++/10749
489         * g++.dg/template/memclass2.C: New test.
491 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
492             Eric Botcazou  <ebotcazou@libertysurf.fr>
494         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
495         data for non-matching targets.
496         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
498 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
500         PR c++/10845
501         * g++.dg/template/member3.C: New test.
503 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
505         PR c++/10939
506         * g++.dg/template/func1.C: New test.
508         PR c++/9649
509         * g++.dg/template/static4.C: New test.
510         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
512         PR c++/11041
513         * g++.dg/init/ref7.C: New test.
515 2003-06-19  Matt Austern  <austern@apple.com>
517         PR c++/11228
518         * g++.dg/anew1.C: New test.
519         * g++.dg/anew2.C: New test.
520         * g++.dg/anew3.C: New test.
521         * g++.dg/anew4.C: New test.
523 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
525         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
527 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
529         * gcc.c-torture/execute/simd-4.c (main): Make expected value
530         endian-dependent.
532 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
534         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
535         Remove cruft.
537 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
539         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
540         * gcc.c-torture/compile/961203-1.c: Likewise.
541         * gcc.c-torture/compile/980506-1.c: Likewise.
543 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
545         PR c++/10712
546         * g++.dg/lookup/using7.C: New test.
548 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
550         PR c++/11105
551         * g++.dg/abi/conv1.C: Remove it.
552         * g++.dg/template/conv7.C: New test.
553         * g++.dg/template/conv8.C: Likewise.
554         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
555         conversion operator.
557 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
559         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
560         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
561         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
562         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
563         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
564         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
565         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
566         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
567         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
568         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
569         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
570         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
571         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
572         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
573         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
574         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
575         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
576         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
577         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
578         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
579         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
580         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
581         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
582         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
583         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
584         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
585         * gcc.dg/compat/struct-return-10_x.c: Ditto.
586         * gcc.dg/compat/struct-return-2_x.c: Ditto.
587         * gcc.dg/compat/struct-return-3_x.c: Ditto.
589 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
591         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
592         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
593         indications.
595 2003-06-16  Roger Sayle  <roger@eyesopen.com>
597         * gcc.dg/i386-387-5.c: New test case.
598         * gcc.dg/i386-387-6.c: New test case.
599         * gcc.dg/builtins-23.c: New test case.
601 2003-06-15  Roger Sayle  <roger@eyesopen.com>
603         * gcc.dg/builtins-22.c: New test case.
604         * gcc.dg/i386-387-1.c: Update to test exp.
605         * gcc.dg/i386-387-2.c: Likewise.
607 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
609         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
611 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
613         * lib/gcc-dg.exp (dg-require-dll): New function.
614         (dg-xfail-if): Likewise.
615         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
616         driver.
618         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
619         * gcc.c-torture/compile/20001205-1.c: Likewise.
620         * gcc.c-torture/compile/20001226-1.c: Likewise.
621         * gcc.c-torture/compile/20010518-2.c: Likewise.
622         * gcc.c-torture/compile/20020312-1.c: Likewise.
623         * gcc.c-torture/compile/20020604-1.c: Likewise.
624         * gcc.c-torture/compile/920501-12.c: Likewise.
625         * gcc.c-torture/compile/920501-4.c: Likewise.
626         * gcc.c-torture/compile/920520-1.c: Likewise.
627         * gcc.c-torture/compile/920521-1.c: Likewise.
628         * gcc.c-torture/compile/920625-1.c: Likewise.
629         * gcc.c-torture/compile/961203-1.c: Likewise.
630         * gcc.c-torture/compile/980506-1.c: Likewise.
631         * gcc.c-torture/compile/981006-1.c: Likewise.
632         * gcc.c-torture/compile/981022-1.c: Likewise.
633         * gcc.c-torture/compile/981223-1.c: Likewise.
634         * gcc.c-torture/compile/990617-1.c: Likewise.
635         * gcc.c-torture/compile/dll.c: Likewise.
636         * gcc.c-torture/compile/labels-3.c: Likewise.
637         * gcc.c-torture/compile/mipscop-1.c: Likewise.
638         * gcc.c-torture/compile/mipscop-2.c: Likewise.
639         * gcc.c-torture/compile/mipscop-3.c: Likewise.
640         * gcc.c-torture/compile/mipscop-4.c: Likewise.
641         * gcc.c-torture/compile/simd-5.c: Likewise.
642         * gcc.c-torture/compile/20000804-1.x: Remove.
643         * gcc.c-torture/compile/20001205-1.x: Likewise.
644         * gcc.c-torture/compile/20001226-1.x: Likewise.
645         * gcc.c-torture/compile/20010518-2.x: Likewise.
646         * gcc.c-torture/compile/20020312-1.x: Likewise.
647         * gcc.c-torture/compile/20020604-1.x: Likewise.
648         * gcc.c-torture/compile/920501-12.x: Likewise.
649         * gcc.c-torture/compile/920501-4.x: Likewise.
650         * gcc.c-torture/compile/920520-1.x: Likewise.
651         * gcc.c-torture/compile/920521-1.x: Likewise.
652         * gcc.c-torture/compile/920625-1.x: Likewise.
653         * gcc.c-torture/compile/961203-1.x: Likewise.
654         * gcc.c-torture/compile/980506-1.x: Likewise.
655         * gcc.c-torture/compile/981006-1.x: Likewise.
656         * gcc.c-torture/compile/981022-1.x: Likewise.
657         * gcc.c-torture/compile/981223-1.x: Likewise.
658         * gcc.c-torture/compile/990617-1.x: Likewise.
659         * gcc.c-torture/compile/mipscop-1.x: Likewise.
660         * gcc.c-torture/compile/mipscop-2.x: Likewise.
661         * gcc.c-torture/compile/mipscop-3.x: Likewise.
662         * gcc.c-torture/compile/mipscop-4.x: Likewise.
663         * gcc.c-torture/compile/simd-5.x: Likewise.
665         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
667 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
669         * gcc.c-torture/execute/20030611-1.c: New test.
671 2003-06-12  Roger Sayle  <roger@eyesopen.com>
673         PR middle-end/168
674         * gcc.dg/20030612-1.c: New test case.
676 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
678         PR c++/10635
679         * g++.dg/expr/cast1.C: New test.
681 2003-06-12  Roger Sayle  <roger@eyesopen.com>
683         * gcc.dg/builtins-21.c: New test case.
685 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
687         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
688         options instead of at the end.
689         * lib/objc.exp (objc_target_compile): Likewise.
691 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
693         PR c++/10432
694         * g++.dg/parse/error1.C: New test.
696 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
698         * gcc.dg/compat/struct-by-value-11_main.c: New file.
699         * gcc.dg/compat/struct-by-value-11_x.c: New file.
700         * gcc.dg/compat/struct-by-value-11_y.c: New file.
701         * gcc.dg/compat/struct-by-value-12_main.c: New file.
702         * gcc.dg/compat/struct-by-value-12_x.c: New file.
703         * gcc.dg/compat/struct-by-value-12_y.c: New file.
704         * gcc.dg/compat/struct-by-value-13_main.c: New file.
705         * gcc.dg/compat/struct-by-value-13_x.c: New file.
706         * gcc.dg/compat/struct-by-value-13_y.c: New file.
707         * gcc.dg/compat/struct-by-value-14_main.c: New file.
708         * gcc.dg/compat/struct-by-value-14_x.c: New file.
709         * gcc.dg/compat/struct-by-value-14_y.c: New file.
710         * gcc.dg/compat/struct-by-value-15_main.c: New file.
711         * gcc.dg/compat/struct-by-value-15_x.c: New file.
712         * gcc.dg/compat/struct-by-value-15_y.c: New file.
713         * gcc.dg/compat/struct-by-value-16_main.c: New file.
714         * gcc.dg/compat/struct-by-value-16_x.c: New file.
715         * gcc.dg/compat/struct-by-value-16_y.c: New file.
716         * gcc.dg/compat/struct-by-value-17_main.c: New file.
717         * gcc.dg/compat/struct-by-value-17_x.c: New file.
718         * gcc.dg/compat/struct-by-value-17_y.c: New file.
719         * gcc.dg/compat/struct-by-value-18_main.c: New file.
720         * gcc.dg/compat/struct-by-value-18_x.c: New file.
721         * gcc.dg/compat/struct-by-value-18_y.c: New file.
723         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
724         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
725         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
726         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
727         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
728         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
729         * gcc.dg/compat/scalar-return-3_main.c: New file.
730         * gcc.dg/compat/scalar-return-3_x.c: New file.
731         * gcc.dg/compat/scalar-return-3_y.c: New file.
732         * gcc.dg/compat/scalar-return-4_main.c: New file.
733         * gcc.dg/compat/scalar-return-4_x.c: New file.
734         * gcc.dg/compat/scalar-return-4_y.c: New file.
736 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
738         * gcc.dg/compat/fp2-struct-check.h: New file.
739         * gcc.dg/compat/fp2-struct-defs.h: New file.
740         * gcc.dg/compat/fp2-struct-init.h: New file.
741         * gcc.dg/compat/struct-by-value-10_main.c: New file.
742         * gcc.dg/compat/struct-by-value-10_x.c: New file.
743         * gcc.dg/compat/struct-by-value-10_y.c: New file.
744         * gcc.dg/compat/struct-return-10_main.c: New file.
745         * gcc.dg/compat/struct-return-10_x.c: New file.
746         * gcc.dg/compat/struct-return-10_y.c: New file.
748         * gcc.dg/compat/compat-common.h: New file.
749         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
750         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
751         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
752         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
753         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
754         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
755         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
756         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
757         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
758         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
759         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
760         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
761         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
762         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
763         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
764         * gcc.dg/compat/small-struct-check.h: Ditto.
765         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
766         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
767         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
768         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
769         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
770         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
771         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
772         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
773         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
774         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
775         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
776         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
777         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
778         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
779         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
780         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
781         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
782         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
783         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
784         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
785         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
786         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
787         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
788         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
789         * gcc.dg/compat/struct-return-2_main.c: Ditto.
790         * gcc.dg/compat/struct-return-2_x.c: Ditto.
791         * gcc.dg/compat/struct-return-2_y.c: Ditto.
792         * gcc.dg/compat/struct-return-3_main.c: Ditto.
793         * gcc.dg/compat/struct-return-3_x.c: Ditto.
794         * gcc.dg/compat/struct-return-3_y.c: Ditto.
796 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
798         * g++.dg/pch/static-1.C: New file.
799         * g++.dg/pch/static-1.Hs: New file.
801 2003-06-10  Richard Henderson  <rth@redhat.com>
803         * gcc.dg/asm-7.c: Adjust expected warning text.
805 2003-06-10  Roger Sayle  <roger@eyesopen.com>
807         * gcc.dg/builtins-20.c: New test case.
809 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
811         PR c++/11131
812         * g++.dg/opt/template1.C: New test.
814 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
816         * lib/gcc-dg.exp (dg-test): Clear additional_files and
817         additional_sources.
819 2003-05-21  David Taylor  <dtaylor@emc.com>
821         * gcc.dg/Wpadded.c: New file.
823 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
825         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
826         * gcc.dg/special/weak-2.c: Add dg-require-weak.
827         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
828         dg-require-weak.
830 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
832         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
834 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
836         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
837         (dg-require-alias): Likewise.
838         (dg-require-gc-sections): Likewise.
839         * lib/target-supports.exp (check_gc_sections_available): Likewise.
841 2003-06-08  Richard Henderson  <rth@redhat.com>
843         * gcc.dg/20011029-2.c: Fix the array reference.
844         * gcc.dg/asm-7.c: New.
846 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
848         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
850 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
852         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
853         (dg-require-gc-sections): Likewise.
855 Sun Jun  8 16:46:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
857         * i386-cmov1.c: Fix regular expression.
858         * i386-cvt-1.c: Likewise.
859         * i386-local.c: Likewise.
860         * i386-local2.c: Likewise.
861         * i386-mul.c: Likewise.
862         * i386-ssetype-1.c: Likewise.
863         * i386-ssetype-3.c: Likewise.
864         * i386-ssetype-5.c: Likewise.
866 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
868         PR c++/11039
869         * g++.dg/warn/implicit-typename2.C: New test.
870         * g++.dg/warn/implicit-typename3.C: New test.
872 2003-06-07  Richard Henderson  <rth@redhat.com>
874         * g++.dg/other/offsetof3.C: Use size_t.
875         * g++.dg/other/offsetof4.C: Likewise.
877 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
879         * lib/copy-file.exp: New. Implement gcc_copy_files.
881         * lib/dg-pch.exp: Load copy-file.exp
882         (dg-pch): Use gcc_copy_files instead of "file copy".
884 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
886         * gcc.dg/weak/weak.exp: Simplify.
887         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
888         * gcc.dg/weak/weak-1.c: Likewise.
889         * gcc.dg/weak/weak-2.c: Likewise.
890         * gcc.dg/weak/weak-3.c: Likewise.
891         * gcc.dg/weak/weak-4.c: Likewise.
892         * gcc.dg/weak/weak-5.c: Likewise.
893         * gcc.dg/weak/weak-6.c: Likewise.
894         * gcc.dg/weak/weak-7.c: Likewise.
895         * gcc.dg/weak/weak-8.c: Likewise.
896         * gcc.dg/weak/weak-9.c: Likewise.
898 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
900         gcc.c-torture/execute/20030606-1.c: New.
902 2003-06-06  Roger Sayle  <roger@eyesopen.com>
904         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
905         * gcc.dg/builtins-19.c: Likewise.
907 2003-06-06  Roger Sayle  <roger@eyesopen.com>
909         * gcc.dg/builtins-2.c: Add some more tests.
910         * gcc.dg/builtins-18.c: New test case.
911         * gcc.dg/builtins-19.c: New test case.
913 2003-06-06  Roger Sayle  <roger@eyesopen.com>
914             Jim Wilson  <wilson@tuliptree.org>
916         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
918 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
920         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
921         mempcpy/stpcpy calls not to be optimized into something else.
922         * gcc.c-torture/execute/string-opt-3.c: Moved to...
923         * gcc.c-torture/execute/builtins/string-7.c: ...here.
924         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
926 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
928         * gcc.dg/format/asm_fprintf-1.c: New test.
930 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
932         * lib/gcc-defs.exp (additional_sources): New variable.
933         (dg-additional-sources): New function.
934         (additional_files): New variable.
935         (dg-additional-files): New function.
936         (dg-additional-files-options): Likewise.
937         * lib/gcc-dg.exp (dg-require-weak): New function.
938         (dg-require-alias): Likewise.
939         (dg-require-gc-sections): Likewise.
940         * lib/target-supports.exp (check_alias_available): Remove testfile
941         parameter.
942         (check_gc_sections_available): New function.
943         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
944         (dg-gpp-additional-files): Likewise.
945         * lib/g++.exp (additional_sources): Remove.
946         (additional_files): Likewise.
947         (g++_target_compile): Use dg-additional-files-options.
949         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
950         Tcl logic.
951         * gcc.dg/special/ecos.exp: Remove.
952         * gcc.dg/special/20000419-2.c: Use dg-require-*.
953         * gcc.dg/special/alias-1.c: Likewise.
954         * gcc.dg/special/alias-2.c: Likewise.
955         * gcc.dg/special/gcsec-1.c: Likewise.
956         * gcc.dg/special/weak-1.c: Likewise.
957         * gcc.dg/special/weak-2.c: Likewise.
958         * gcc.dg/special/wkali-1.c: Likewise.
959         * gcc.dg/special/wkali-2.c: Likewise.
961         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
962         dg-gpp-additional-*.
963         * g++.dg/special/conpr-3.C: Likewise.
964         * g++.dg/special/conpr-4.C: Likewise.
965         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
966         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
967         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
968         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
969         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
970         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
971         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
972         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
973         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
974         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
975         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
976         * g++.old-deja/g++.other/comdat1.C: Likewise.
977         * g++.old-deja/g++.other/comdat2.C: Likewise.
978         * g++.old-deja/g++.other/comdat3.C: Likewise.
979         * g++.old-deja/g++.other/ctor1.C: Likewise.
980         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
982 2003-06-05  Richard Henderson  <rth@redhat.com>
984         * gcc.dg/debug/20030605-1.c: New.
986 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
988         * README.QMTEST: Update.
990 2003-06-04  Richard Henderson  <rth@redhat.com>
992         * gcc.dg/cleanup-1.c: New.
993         * gcc.dg/cleanup-2.c: New.
994         * gcc.dg/cleanup-3.c: New.
995         * gcc.dg/cleanup-4.c: New.
996         * gcc.dg/cleanup-5.c: New.
997         * gcc.dg/cleanup-6.c: New.
998         * gcc.dg/cleanup-7.c: New.
1000 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
1002         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
1004         * lib/dg-pch.exp: New file.
1005         * g++.dg/pch/pch.exp: Use dg-pch.exp.
1006         * gcc.dg/pch/pch.exp: Likewise.
1008 2003-06-04  Roger Sayle  <roger@eyesopen.com>
1010         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
1011         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
1012         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
1013         * gcc.dg/builtins-17.c: New test case.
1014         * gcc.dg/i386-387-4.c: New test case.
1015         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
1017 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1019         * gcc.dg/ultrasp9.c: New test.
1021 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1023         * gcc.c-torture/compile/20030604-1.c: New test.
1024         * gcc.dg/sparc-constant-1.c: New test.
1026 2003-06-03  Glen Nakamura  <glen@imodulo.com>
1028         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
1030 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
1032         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
1034         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
1035         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
1037 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
1039         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
1041 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1043         PR c++/10940
1044         * g++.dg/template/spec10.C: New test.
1046 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1048         * gcc.dg/builtins-16.c: New test case.
1050 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
1052         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
1053         mempcpy test with post-increments.
1054         * gcc.c-torture/execute/string-opt-3.c: New test.
1055         * gcc.dg/string-opt-1.c: New test.
1057 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
1059         PR fortran/10965
1060         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
1062 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
1064         * lib/scanasm.exp (dg-scan): New function, factored out of ...
1065         (scan-assembler): ... here.  Use dg-scan.
1066         (scan-assembler-not): Likewise.
1067         (scan-file): New function.
1068         (scan-file-not): Likewise.
1069         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
1070         * gcc.dg/cpp/_Pragma4.c: Likewise.
1071         * gcc.dg/cpp/_Pragma5.c: Likewise.
1072         * gcc.dg/cpp/avoidpaste1.c: Likewise.
1073         * gcc.dg/cpp/avoidpaste2.c: Likewise.
1074         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
1075         * gcc.dg/cpp/cmdlne-P.c: Likewise.
1076         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
1077         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
1078         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
1079         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
1080         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
1081         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
1082         * gcc.dg/cpp/cxxcom1.c: Likewise.
1083         * gcc.dg/cpp/line1.c: Likewise.
1084         * gcc.dg/cpp/maccom1.c: Likewise.
1085         * gcc.dg/cpp/maccom2.c: Likewise.
1086         * gcc.dg/cpp/maccom3.c: Likewise.
1087         * gcc.dg/cpp/maccom4.c: Likewise.
1088         * gcc.dg/cpp/maccom5.c: Likewise.
1089         * gcc.dg/cpp/maccom6.c: Likewise.
1090         * gcc.dg/cpp/multiline.c: Likewise.
1091         * gcc.dg/cpp/spacing1.c: Likewise.
1092         * gcc.dg/cpp/spacing2.c: Likewise.
1093         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
1094         * gcc.dg/cpp/trad/maccom1.c: Likewise.
1095         * gcc.dg/cpp/trad/maccom2.c: Likewise.
1096         * gcc.dg/cpp/trad/maccom3.c: Likewise.
1097         * gcc.dg/cpp/trad/maccom4.c: Likewise.
1098         * gcc.dg/cpp/trad/maccom6.c: Likewise.
1099         * gcc.dg/cpp/cxxcom2.c: Likewise.
1100         * gcc.dg/cpp/cxxcom2.h: New file.
1102         * gcc.dg/cpp/truefalse.cpp: Move it to ...
1103         * g++.dg/cpp/truefalse.C: Here.
1104         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
1106 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
1108         * gcc.dg/cpp/redef3.c: New file.
1110 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1112         * gcc.dg/i386-loop-3.c: New test.
1114 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
1116         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
1118 2003-05-31  Roger Sayle  <roger@eyesopen.com>
1120         * gcc.dg/fwrapv-1.c: New test case.
1121         * gcc.dg/fwrapv-2.c: New test case.
1123 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1125         PR c++/10956
1126         * g++.dg/template/spec9.C: New test.
1128 2003-05-29  Roger Sayle  <roger@eyesopen.com>
1130         * gcc.dg/duff-4.c: New test case.
1132 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
1134         PR fortran/10843
1135         * g77.dg/ffixed-form-1.f: New test
1136         * g77.dg/ffixed-form-2.f: New test
1137         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
1138         * g77.dg/ffree-form-3.f: New test
1140 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
1142         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
1143         * gcc.dg/wint_t-1.c: Likewise.
1145 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1147         * g++.dg/template/access11.C: New test.
1149 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1151         PR c++/10849
1152         * g++.dg/template/access10.C: New test.
1154 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
1155             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1157         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
1159 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
1161         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
1162         suppress for powerpc-*-darwin*.
1163         * gcc.dg/torture/builtin-noret-2.c: Likewise.
1165 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
1167         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
1168         suppress option for powerpc-*-darwin*.
1170 2003-05-23  Roger Sayle  <roger@eyesopen.com>
1172         * gcc.dg/builtins-1.c: Add tests for tan and atan.
1173         * gcc.dg/builtins-4.c: Add test for fmod.
1175 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1177         PR c++/10682
1178         * g++.dg/template/instantiate4.C: New test.
1180 2003-05-22  Roger Sayle  <roger@eyesopen.com>
1182         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
1184 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
1186         * gcc.dg/compat/scalar-return-1_main.c: New file.
1187         * gcc.dg/compat/scalar-return-1_x.c: New file.
1188         * gcc.dg/compat/scalar-return-1_y.c: New file.
1189         * gcc.dg/compat/scalar-return-2_main.c: New file.
1190         * gcc.dg/compat/scalar-return-2_x.c: New file.
1191         * gcc.dg/compat/scalar-return-2_y.c: New file.
1192         * gcc.dg/compat/struct-return-3_main.c: New file.
1193         * gcc.dg/compat/struct-return-3_y.c: New file.
1194         * gcc.dg/compat/struct-return-3_x.c: New file.
1195         * gcc.dg/compat/struct-return-2_main.c: New file.
1196         * gcc.dg/compat/struct-return-2_x.c: New file.
1197         * gcc.dg/compat/struct-return-2_y.c: New file.
1199 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1201         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
1202         for hppa*-hp-hpux*.
1203         * gcc.dg/20021014-1.c (dg-options): Likewise.
1204         * gcc.dg/nest.c (dg-options): Likewise.
1206 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1208         PR c++/9738
1209         * g++.dg/ext/dllimport2.C: New file.
1210         * g++.dg/ext/dllimport3.C: New file.
1212 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
1214         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
1215         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
1216         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1217         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
1218         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1219         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
1220         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
1221         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
1222         * gcc.dg/compat/small-struct-defs.h: New file.
1223         * gcc.dg/compat/small-struct-init.h: New file.
1224         * gcc.dg/compat/small-struct-check.h: New file.
1225         * gcc.dg/compat/fp-struct-defs.h: New file.
1226         * gcc.dg/compat/fp-struct-check.h: New file.
1227         * gcc.dg/compat/fp-struct-init.h: New file.
1228         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
1229         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
1231 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
1233         * gcc.dg/20030225-2.c: New test.
1235 2003-05-18  Roger Sayle  <roger@eyesopen.com>
1236             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1238         * gcc.c-torture/compile/20030518-1.c: New test case.
1240 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
1242         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
1243         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
1244         gcc-dg-debug-runtest.
1245         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
1246         gcc-dg-debug-runtest.
1248 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1250         PR c++/9022
1251         * g++.dg/lookup/using6.C: New test.
1253 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1255         * g++.dg/parse/access2.C: New test.
1257 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
1259         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
1260         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
1261         * gcc.dg/debug/debug.exp: Likewise.
1263 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1265         * gcc.dg/dollar.c: New test.
1267 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
1269         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
1270         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
1271         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
1272         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
1273         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
1274         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
1275         * gcc.dg/compat/struct-by-value-6_main.c: New file.
1276         * gcc.dg/compat/struct-by-value-6_x.c: New file.
1277         * gcc.dg/compat/struct-by-value-6_y.c: New file.
1278         * gcc.dg/compat/struct-by-value-7_main.c: New file.
1279         * gcc.dg/compat/struct-by-value-7_x.c: New file.
1280         * gcc.dg/compat/struct-by-value-7_y.c: New file.
1281         * gcc.dg/compat/struct-by-value-8_main.c: New file.
1282         * gcc.dg/compat/struct-by-value-8_x.c: New file.
1283         * gcc.dg/compat/struct-by-value-8_y.c: New file.
1284         * gcc.dg/compat/struct-by-value-9_main.c: New file.
1285         * gcc.dg/compat/struct-by-value-9_x.c: New file.
1286         * gcc.dg/compat/struct-by-value-9_y.c: New file.
1288 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
1290         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
1291         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
1292         support for "repo" mode.
1293         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
1294         * lib/g77-dg.exp: Likewise.
1295         * lib/obj-dg.exp: Likewise.
1297 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
1299         Merge from gcc-3_2-rhl8-branch:
1300         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
1302         * gcc.dg/tls/opt-6.c: New test.
1304         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
1306         * gcc.dg/20030405-1.c: New test.
1308         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
1310         * gcc.dg/20030309-1.c: New test.
1312         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1314         * gcc.c-torture/execute/20030307-1.c: New test.
1316         2003-02-20  Randolph Chung  <tausq@debian.org>
1318         * gcc.c-torture/compile/20030220-1.c: New test.
1320         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
1322         * gcc.dg/20030217-1.c: New test.
1324         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
1326         * gcc.c-torture/compile/20020129-1.c: New test.
1328         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1330         * gcc.dg/unroll-1.c: New test.
1332         2002-11-16  Jan Hubicka  <jh@suse.cz>
1334         * gcc.c-torture/execute/20020920-1.c: New test.
1336         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
1338         PR target/7434
1339         * gcc.c-torture/compile/20021008-1.c: New test.
1341         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
1343         PR target/7559
1344         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
1346         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
1348         * gcc.c-torture/compile/20020807-1.c: New test.
1350         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
1352         * gcc.dg/tls/opt-1.c: New test.
1354         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
1356         * gcc.dg/20020729-1.c: New test.
1358         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
1360         * g++.dg/opt/life1.C: New test.
1362         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
1364         * gcc.dg/20020525-1.c: New test.
1366         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
1368         PR c++/6794
1369         * g++.dg/ext/pretty1.C: New test.
1370         * g++.dg/ext/pretty2.C: New test.
1372 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
1374         PR c++/8385
1375         * g++.dg/ext/typeof5.C: New test.
1377 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
1379         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
1380         __USER_LABEL_PREFIX__ into account.
1381         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
1383 2003-05-14  Roger Sayle  <roger@eyesopen.com>
1385         * gcc.dg/builtins-15.c: New test case.
1387 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
1389         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
1391 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
1393         * lib/g++.exp: Tweak handling of additional source files.
1394         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
1395         * g++.dg/special/conpr-2a.C: Rename to ...
1396         * g++.dg/special/conpr-2a.cc: ... this.
1397         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
1398         * g++.dg/special/conpr-3a.C: Rename to ...
1399         * g++.dg/special/conpr-3a.cc: This.
1400         * g++.dg/special/conpr-3b.C: Rename to ...
1401         * g++.dg/special/conpr-3b.cc: This.
1402         * g++.dg/special/conpr-4.C: New test.
1403         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
1405 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
1407         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
1409 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1411         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
1412         * g++.old-deja/g++.robertl/eb71.C: Likewise.
1413         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
1414         * g++.old-deja/g++.other/warn3.C: Likewise.
1416 2003-05-11  Roger Sayle  <roger@eyesopen.com>
1418         * gcc.dg/i386-387-1.c: Update to also test log.
1419         * gcc.dg/i386-387-2.c: Likewise.
1421 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
1423         * g77.f-torture/execute/int8421.f: New test.
1425 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1427         PR c++/10230, c++/10481
1428         * g++.dg/lookup/scoped5.C: New test.
1430 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1432         PR c++/10552
1433         * g++.dg/template/ttp6.C: New test.
1435 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
1437         * gcc.c-torture/execute/builtins: New directory.
1438         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
1439         gcc.c-torture/execute/builtins.
1440         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
1441         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
1442         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
1443         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
1445 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1447         PR c++/9252
1448         * g++.dg/template/access8.C: New test.
1449         * g++.dg/template/access9.C: New test.
1451 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1453         PR c++/9554
1454         * g++.dg/parse/access1.C: New test.
1456 2003-05-09  DJ Delorie  <dj@redhat.com>
1458         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
1459         long, and not an int.
1461 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1463         PR c++/10555, c++/10576
1464         * g++.dg/template/memclass1.C: New test.
1466 2003-05-08  DJ Delorie  <dj@redhat.com>
1468         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
1469         targets.
1470         * gcc.c-torture/execute/20021024-1.x: Likewise.
1471         * gcc.c-torture/execute/shiftdi.x: Likewise.
1472         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
1473         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
1474         * gcc.dg/20021018-1.c: Likewise.
1476 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1478         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
1480         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
1481         (bcopy): Call memmove.
1483 2003-05-08  Roger Sayle  <roger@eyesopen.com>
1485         * g77.f-torture/compile/8485.f: New test case.
1487 2003-05-07  Richard Henderson  <rth@redhat.com>
1489         PR c++/10570
1490         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
1491         Verify exception_cleanup not called for rethrows.
1492         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
1493         when exiting catch block without rethrowing.
1494         * g++.dg/eh/forced3.C: New.
1495         * g++.dg/eh/forced4.C: New.
1497 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
1499         * gcc.dg/20030505.c: Fix triplet.
1501 2003-05-06  DJ Delorie  <dj@redhat.com>
1503         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
1504         * gcc.dg/nest.c: Likewise.
1506 2003-05-05  Roger Sayle  <roger@eyesopen.com>
1508         * gcc.dg/builtins-14.c: New test case.
1510 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
1512         * lib/compat.exp (compat-execute): New argument.
1513         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
1514         * gcc.dg/compat: New test directory.
1515         * gcc.dg/compat/compat.exp: New expect script.
1516         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
1517         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
1518         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
1519         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
1520         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
1521         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
1523         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
1524         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
1525         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
1526         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
1527         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
1528         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
1529         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
1530         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
1531         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
1532         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
1533         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
1534         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
1535         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
1536         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
1537         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
1539 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
1541         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
1543 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
1545         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
1547 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
1549         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
1550         * gcc.dg/ppc-fsel-2.c: New test.
1552         * gcc.dg/unused-5.c: New test.
1554 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1556         PR c++/10496
1557         * g++.dg/warn/pmf1.C: New test.
1559 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1561         PR c++/4494
1562         * g++.dg/warn/main.C: New test.
1564 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1566         * gcc.dg/nonnull-3.c: New test.
1568 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
1570         * gcc.dg/cpp/Wtrigraphs.c: Update.
1571         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
1573 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
1575         * gcc.dg/ppc-fsel-1.c: New test.
1577 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
1579         PR c/10604
1580         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
1582 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
1584         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
1586 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1588         PR c++/9364, c++/10553, c++/10586
1589         * g++.dg/parse/typename4.C: New test.
1590         * g++.dg/parse/typename5.C: Likewise.
1592 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
1594         * gcc.c-torture/compile/20030503-1.c: New test.
1596 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1598         * g++.dg/lookup/using5.C: Fix testcase error.
1600 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
1602         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
1603         since MEABI is no longer supported.  Remove all vestiges
1604         of MEABI from the test.
1606 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1608         PR c++/10554
1609         * g++.dg/lookup/using5.C: New test.
1611 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1613         PR c++/8772
1614         * g++.dg/template/ttp5.C: New test.
1616 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
1618         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
1619         (dg-gpp-additional-sources): New function.
1620         (dg-gpp-additional-files): Likewise.
1621         * lib/g++.exp (additional_sources): New variable.
1622         (additional_files): Likewise.
1623         (g++_target_compile): Deal with them.
1624         * lib/old-dejagnu.exp: Remove.
1625         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
1626         * g++.old-deja: Revise all tests to use dg commands.
1628 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1630         PR c++/9432, c++/9528
1631         * g++.dg/lookup/using4.C: New test.
1633 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
1635         * gcc.dg/noreturn-5.c: New file.
1636         * gcc.dg/noreturn-6.c: New file.
1638         * gcc.c-torture/compile/inline-1.c: New file.
1640 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
1642         PR c++/10551
1643         * g++.dg/template/explicit1.C: New test.
1645 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
1647         PR c++/10549
1648         * g++.dg/other/bitfield1.C: New test.
1650         PR c++/10527
1651         * g++.dg/init/new7.C: New test.
1653 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
1655         * g++.dg/ext/desig1.C: New test.
1656         * g++.dg/ext/init1.C: Update.
1658         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
1660 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
1662         PR c++/10180
1663         * g++.dg/warn/Winline-1.C: New test.
1665 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
1667         * gcc.c-torture/execute/string-opt-19.c: New test.
1669         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
1670         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
1672 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
1674         PR c++/10506
1675         * g++.dg/init/new6.C: New test.
1677         PR c++/10503
1678         * g++.dg/init/ref6.C: New test.
1680 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
1682         * g++.dg/warn/weak1.C: XFAIL on AIX4.
1684 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1686         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
1687         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
1689 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
1691         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
1692         initialized static data members.
1694 2003-04-25  H.J. Lu <hjl@gnu.org>
1696         * gcc.dg/ia64-sync-4.c: New test.
1698 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1700         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
1701         date.
1703 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
1705         PR c++/10337
1706         * g++.dg/warn/conv1.C: New test.
1707         * g++.old-deja/g++.other/conv7.C: Adjust.
1708         * g++.old-deja/g++.other/overload14.C: Adjust.
1710 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
1712         PR c++/10471
1713         * g++.dg/template/defarg2.C: New test.
1715 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
1717         * gcc.dg/cpp/include2.c: Update.
1718         * gcc.dg/cpp/multiline-2.c: New.
1719         * gcc.dg/cpp/multiline.c: Update.
1720         * gcc.dg/cpp/strify2.c: Update.
1721         * gcc.dg/cpp/trad/literals-2.c: Update.
1723 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1725         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
1727 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
1729         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
1731 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
1733         PR c++/10451
1734         * g++.dg/parse/crash4.C: New test.
1736         PR c++/9847
1737         * g++.dg/parse/crash5.C: New test.
1739 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
1741         PR c++/10446
1742         * g++.dg/parse/crash3.C: New test.
1744         PR c++/10428
1745         * g++.dg/parse/elab1.C: New test.
1747 2003-04-22  Devang Patel  <dpatel@apple.com>
1749         * gcc.dg/cpp/trad/funlike-5.c: New test.
1751 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
1753         * g++.dg/other/packed1.C: Fix dg options.
1755 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
1757         * g++.dg/other/offsetof2.C: New test.
1759 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
1761         * g++.dg/template/recurse.C: Adjust location of error messages.
1763 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
1765         PR c++/9881
1766         * g++.dg/init/addr-const1.C: New test.
1767         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
1769 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1771         PR c++/10405
1772         * g++.dg/lookup/struct-hack1.C: New test.
1774 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
1776         * ucs.c: Update diagnostic messages.
1778 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1780         * gcc.dg/cpp/truefalse.cpp: New test.
1781         * gcc.dg/cpp/cpp.exp: Update.
1782         * g++.dg/other/stdbool-if.C: Remove.
1784 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1786         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
1787         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
1789 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1791         * gcc.c-torture/compile/20030418-1.c: New test.
1793 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
1795         * README.compat: Remove; content moved to doc/sourcebuild.texi.
1797 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1799         PR c++/10347
1800         g++.dg/template/dependent-name1.C: New test.
1802 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
1804         * gcc.dg/warn-1.c (tourist_guide): New array,
1805         contains a pointer to bar.
1807 2003-04-16  Roger Sayle  <roger@eyesopen.com>
1809         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
1810         * gcc.c-torture/execute/medce-1.c: New test case.
1811         * gcc.c-torture/execute/medce-2.c: New test case.
1813 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
1815         * lib/prune.exp: Ignore more messages.
1817         PR c++/10381
1818         * g++.dg/parse/lookup3.C: New test.
1820 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
1822         * gcc.c-torture/compile/20030415-1.c : New test.
1824 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
1826         * gcc.c-torture/execute/scope-2.c: Move to ...
1827         * gcc.dg/noncompile/scope.c: .... here.
1829 2003-04-14  Roger Sayle  <roger@eyesopen.com>
1831         * gcc.dg/20030414-2.c: New test case.
1833 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
1835         PR target/10377
1836         * gcc.dg/20030414-1.c: New test.
1838 2003-04-13  Roger Sayle  <roger@eyesopen.com>
1840         * gcc.dg/builtins-12.c: New test case.
1841         * gcc.dg/builtins-13.c: New test case.
1843 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1845         * gcc.c-torture/execute/string-opt-18.c: New test.
1847 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
1849         PR c++/10300
1850         * g++.dg/init/new5.C: New test.
1852 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
1854         PR c++/7910
1855         * g++.dg/ext/dllimport1.C: New test.
1857 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
1859         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
1861 2003-04-11  Bud Davis <bdavis9659@comcast.net>
1863         PR Fortran/9263
1864         * g77.f-torture/noncompile/9263.f: New test
1865         PR Fortran/1832
1866         * g77.f-torture/execute/1832.f: New test
1868 2003-04-11  David Chad  <davidc@freebsd.org>
1869             Loren J. Rittle  <ljrittle@acm.org>
1871         libobjc/8562
1872         * objc.dg/headers.m: New test.
1874 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
1876         * gcc.c-torture/execute/builtin-noret-2.c: New.
1877         * gcc.c-torture/execute/builtin-noret-2.x: New.
1878         XFAIL builtin-noret-2.c at -O1 and above.
1879         * gcc.dg/redecl.c: New.
1880         * gcc.dg/Wshadow-1.c: Update error regexps.
1882 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
1884         * g++.dg/abi/bitfield10.C: New test.
1886 2003-04-09  Mike Stump  <mrs@apple.com>
1888         * gcc.dg/pch/pch.exp: Make testcase names longer.
1889         * g++.dg/pch/pch.exp: Make testcase names longer.
1891 2003-04-08  Roger Sayle  <roger@eyesopen.com>
1893         * gcc.dg/builtins-11.c: New test case.
1895 2003-04-08  Roger Sayle  <roger@eyesopen.com>
1897         * gcc.dg/builtins-9.c: New test case.
1898         * gcc.dg/builtins-10.c: New test case.
1900 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
1902         * gcc.dg/noncompile/init-4.c.c: New test.
1904 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
1906         * gcc.misc-test/gcov-9.c: New test.
1907         * gcc.misc-test/gcov-10.c: New test
1908         * gcc.misc-test/gcov-11.c: New test.
1910 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
1912         PR optimization/10024
1913         * gcc.c-torture/compile/20030405-1.c: New test.
1915 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
1917         * gcc.dg/pch/static-3.c: New.
1918         * gcc.dg/pch/static-3.hs: New.
1919         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
1921 2003-04-04  Richard Henderson  <rth@redhat.com>
1923         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
1924         * g++.dg/eh/forced2.C: Likewise.
1926 2003-04-03  Mike Stump  <mrs@apple.com>
1928         * lib/scanasm.exp (scan-assembler): Add xfail processing for
1929         target arg.
1930         (scan-assembler-times, scan-assembler-not): Likewise.
1931         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
1933 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1935         * gcc.dg/sparc-loop-1.c: New test.
1937 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
1939         PR other/9274
1940         * g++.dg/pch/system-2.C: New.
1941         * g++.dg/pch/system-2.Hs: New.
1943 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
1945         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
1947         * g++.dg/eh/simd-1.C (vecfunc): Same.
1949 2003-04-01  Roger Sayle  <roger@eyesopen.com>
1951         * gcc.c-torture/execute/20030401-1.c: New test case.
1953 2003-04-01  Ziemowit Laski <zlaski@apple.com>
1955         * objc.dg/defs.m: New.
1957 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
1959         * g++.dg/eh/simd-1.C: New.
1960         * g++.dg/eh/simd-2.C: New.
1962 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
1964         * gcc.c-torture/execute/simd-3.c: New.
1966 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
1968         PR c/9936
1969         * gcc.dg/20030331-2.c: New test.
1971 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
1973         PR c++/10278
1974         * g++.dg/parse/crash2.C: New test.
1976 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
1978         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
1979         * gcc.c-torture/execute/20030331-1.c: ...here.
1981 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
1983         * gcc.c-torture/execute/20030331-1.c: New test.
1985 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
1987         * lib/gcov.exp: Adjust call return testing strings.
1988         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
1990 2003-03-31  Roger Sayle  <roger@eyesopen.com>
1992         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
1993         * gcc.dg/builtins-7.c: New test case.
1994         * gcc.dg/builtins-8.c: New test case.
1996 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
1998         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
2000 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
2002         PR c++/7647
2003         * g++.dg/lookup-class-member-2.C: New test.
2005 2003-03-30  Glen Nakamura  <glen@imodulo.com>
2007         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
2009 2003-03-28  Roger Sayle  <roger@eyesopen.com>
2011         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
2013 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
2015         * g++.dg/init/attrib1.C: New test.
2017 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2019         * gcc.dg/ultrasp8.c: New test.
2021 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2023         * gcc.dg/ultrasp7.c: New test.
2025 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
2027         PR c++/10047
2028         * g++.dg/template/inline1.C: New test.
2030 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2032         * gcc.dg/sparc-dwarf2.c: New test.
2034 2003-03-27  Roger Sayle  <roger@eyesopen.com>
2036         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
2037         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
2039 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
2041         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
2042         than reading .x files.
2043         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
2044         * g77.dg/gcov/gcov-1.f: Likewise.
2045         * gcc.misc-tests/gcov-4b.c: Likewise.
2046         * gcc.misc-tests/gcov-5b.c: Likewise.
2047         * gcc.misc-tests/gcov-6.c: Likewise.
2048         * gcc.misc-tests/gcov-7.c: Likewise.
2049         * gcc.misc-tests/gcov-8.c: Likewise.
2050         * g++.dg/gcov/gcov-1.x: Remove.
2051         * g77.dg/gcov/gcov-1.x: Likewise.
2052         * gcc.misc-tests/gcov-4b.x: Likewise.
2053         * gcc.misc-tests/gcov-5b.x: Likewise.
2054         * gcc.misc-tests/gcov-6.x: Likewise.
2055         * gcc.misc-tests/gcov-7.x: Likewise.
2056         * gcc.misc-tests/gcov-8.x: Likewise.
2058 2003-03-27  Glen Nakamura  <glen@imodulo.com>
2060         PR opt/10087
2061         * gcc.dg/20030324-1.c: New test.
2063 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
2065         PR c++/10224
2066         * g++.dg/template/arg3.C: New test.
2068         PR c++/10158
2069         * g++.dg/template/friend18.C: New test.
2071 2003-03-26  Roger Sayle  <roger@eyesopen.com>
2073         * g77.f-torture/compile/20030326-1.f: New test case.
2075 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
2077         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
2079         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
2081 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
2083         * gcc.dg/ia64-sync-3.c: New test.
2085 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
2087         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
2089 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2091         * gcc.dg/ultrasp6.c: New test.
2093 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2095         * gcc.dg/i386-signbit-1.c: New test.
2096         * gcc.dg/i386-signbit-2.c: New test.
2097         * gcc.dg/i386-signbit-3.c: New test.
2099 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2101         * gcc.dg/ultrasp5.c: Fix options.
2103 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2105         * gcc.dg/ultrasp5.c: Fix comment.
2107 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
2109         PR fortran/10197
2110         * g77.f-torture/execute/10197.f: New test.
2112 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
2114         PR c++/9898, c++/383
2115         * g++.dg/template/conv6.C: New test.
2117         PR c++/10119
2118         * g++.dg/template/ptrmem5.C: New test.
2120         PR c++/10026
2121         * g++.dg/lookup/koenig1.C: New test.
2123         PR C++/10199
2124         * g++.dg/lookup/template2.C: New test.
2126 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
2128         * g++.dg/opt/rtti1.C: New test.
2130 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2132         * gcc.dg/ultrasp5.c: New test.
2134 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
2136         PR middle-end/9967
2137         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
2138         builtin fputs.
2140 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2142         PR c/8224
2143         * gcc.dg/20030323-1.c: New test.
2145 2003-03-23  Roger Sayle  <roger@eyesopen.com>
2147         * gcc.c-torture/compile/20030323-1.c: New test case.
2149 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
2151         * gcc.dg/20030321-1.c: New test.
2153 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
2155         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
2157 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
2159         PR c++/9978, c++/9708
2160         * g++.dg/ext/vlm1.C: Adjust expected error.
2161         * g++.dg/ext/vla2.C: New test.
2162         * g++.dg/template/arg1.C: New test.
2163         * g++.dg/template/arg2.C: New test.
2165 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
2167         * g77.f-torture/execute/select.f: New test.
2168         * g77.f-torture/noncompile/select_no_compile.f: New test.
2170 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
2172         PR c++/9898
2173         * g++.dg/other/error4.C: New test.
2175 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
2177         * g++.dg/template/friend17.C: New test.
2179 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
2181         * gcc.c-torture/compile/20030320-1.c: New.
2183 2003-03-20  Roger Sayle  <roger@eyesopen.com>
2185         * gcc.dg/builtins-6.c: New test case.
2187 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
2189         PR target/10073
2190         * gcc.c-torture/compile/20030319-1.c: New.
2192 2003-03-18  Jan Hubicka  <jh@suse.cz>
2194         * gcc.dg/i386-cvt-1.c: New test.
2196 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
2198         * objc.dg/naming-1.m: Use "(parse|syntax) error".
2199         * objc.dg/naming-2.m: Likewise.
2201 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
2203         PR c++/9639
2204         * g++.dg/parse/crash1.C: New test.
2206 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
2208         PR c++/8805
2209         * g++.dg/eh/cleanup1.C: New test.
2211 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2213         * gcc.c-torture/execute/20030316-1.c: New test case.
2215 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
2217         PR c++/9629
2218         * g++.dg/init/ctor2.C: New test.
2220 2003-03-15  Roger Sayle  <roger@eyesopen.com>
2222         * g77.f-torture/compile/xformat.f: New test case.
2224 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2226         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
2227         * g++.old-deja/g++.mike/eh50.C: Likewise.
2229 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2231         PR c++/6440
2232         * g++.dg/template/spec7.C: New test.
2233         * g++.dg/template/spec8.C: Likewise.
2235 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
2237         * gcc.c-torture/execute/20030313-1.c: New test.
2239 2003-03-14  Richard Henderson  <rth@redhat.com>
2241         * gcc.dg/inline-2.c: Adjust alpha test for external call.
2243 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
2245         * gcc.c-torture/compile/20030314-1.c: New test.
2247 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
2249         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
2250         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
2251         thumb target,
2252         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
2253         to accept newer _imp__  prefix and additional
2254         newline in .drectve section.
2255         * gcc.dg/dll-4.c: Likewise.
2256         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
2257         switch.
2259 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
2261         * g++.dg/parse/namespace9.C: New test.
2263         * g++.dg/init/ref5.C: New test.
2264         * g++.dg/parse/ptrmem1.C: Likewise.
2266 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2268         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
2269         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
2270         regular expression.
2271         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
2272         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
2274 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
2276         * gcc.c-torture/execute/20030224-2.c: New test.
2278 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2280         * gcc.dg/decl-3.c: New test.
2282 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2284         * gcc.dg/i386-loop-2.c: New test.
2286 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
2288         PR c++/9474
2289         * g++.dg/parse/namespace8.C: New test.
2291         PR c++/9924
2292         * g++.dg/overload/builtin2.C: New test.
2294 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
2296         * gcc.dg/return-type-3.c: New test.
2298 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
2300         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
2301         profiling options are not supported.
2303 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
2305         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
2306         * g++.old-deja/g++.warn/impint2.C: Likewise.
2308 2003-03-10  Devang Patel  <dpatel@apple.com>
2310         * g++.dg/cpp/c++_cmd_1.C: New test.
2311         * g++.dg/cpp/c++_cmd_1.h: New file.
2313 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
2315         * gcc.dg/altivec-9.c: New file.
2317 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2319         * gcc.dg/ppc-sdata-1.c: New test.
2320         * gcc.dg/ppc-sdata-2.c: New test.
2322 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
2324         PR c++/9373
2325         * g++.dg/opt/ptrmem2.C: New test.
2327         PR c++/8534
2328         * g++.dg/opt/ptrmem1.C: New test.
2330 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2332         * gcc.dg/i386-loop-1.c: New test.
2334 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2336         PR c++/9970
2337         * g++.dg/lookup/friend1.C: New test.
2339 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
2341         PR c++/9823
2342         * g++.dg/parser/constructor1.C: New test.
2344 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
2346         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
2348         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
2350 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
2352         * gcc.dg/cpp/Wunused.c: Update test.
2354 2003-03-08  Jan Hubicka  <jh@suse.cz>
2356         * gcc.dg/inline-3.c: New test.
2358 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
2360         PR c++/9809
2361         * g++.dg/parse/builtin1.C: New test.
2363         PR c++/9982
2364         * g++.dg/abi/cookie1.C: New test.
2365         * g++.dg/abi/cookie2.C: Likewise.
2367         PR c++/9524
2368         * g++.dg/template/field1.C: New test.
2370         PR c++/9912
2371         * g++.dg/parse/class1.C: New test.
2372         * g++.dg/parse/namespace7.C: Likewise.
2373         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
2375 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
2377         * g++.dg/init/ref4.C: New test.
2379 2003-03-07  Jan Hubicka  <jh@suse.cz>
2381         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
2382         * gcc.dg/inline-3.c:  New test.
2384 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
2386         * g++.dg/init/ref3.C: New test.
2388         PR c++/9965
2389         * g++.dg/init/ref2.C: New test.
2391         PR c++/9400
2392         * g++.dg/warn/Wshadow-2.C: New test.
2394         PR c++/9791
2395         * g++.dg/warn/Woverloaded-1.C: New test.
2397 2003-03-05  Jan Hubicka  <jh@suse.cz>
2399         * gcc.dg/i386-local2.c: New.
2400         * gcc.dg/i386-local.c: Fix typo.
2402 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
2404         * g++.dg/abi/layout3.C: New test.
2406 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2408         * gcc.c-torture/compile/20030305-1.c
2410 2003-03-05  Jan Hubicka  <jh@suse.cz>
2412         * gcc.dg/i386-local.c: New.
2414 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
2416         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
2418 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2420         * gcc.dg/switch-2.c: New test.
2421         * gcc.dg/switch-3.c: New test.
2422         * gcc.dg/Wswitch.c: Adjust line numbers.
2423         * gcc.dg/Wswitch-default.c: Likewise.
2424         * gcc.dg/Wswitch-enum.c: Likewise.
2426 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
2428         * gcc.c-torture/execute/20030222-1.c: New test.
2430 2003-03-03  James E Wilson  <wilson@tuliptree.org>
2432         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
2434 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
2436         PR c++/9878
2437         * g++.dg/init/ref1.C: New test.
2439 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
2441         * gcc.dg/sh-relax.c: New SH-only test.
2443 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
2445         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
2446         comment explaining purpose of testcase.
2448 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2450         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
2451         for HC11/HC12 (asm needs two int registers).
2452         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
2453         HC11/HC12 because the test uses an asm which needs two 32-bit
2454         registers.
2456 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2458         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
2459         for HC11/HC12 (array is too large otherwise).
2460         * gcc.c-torture/compile/920501-4.x: New file, likewise.
2461         * gcc.c-torture/compile/20010518-2.x: Likewise.
2462         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
2463         HC11/HC12 (array is too large).
2465 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
2467         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
2468         * lib/g++-dg.exp (g++-dg-test): Likewise.
2470 2003-03-01  Roger Sayle  <roger@eyesopen.com>
2472         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
2473         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
2475 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2477         * g++.dg/warn/implicit-typename1.C: Remove warning.
2479 2003-02-28  Richard Henderson  <rth@redhat.com>
2481         * gcc.dg/noreturn-1.c: Move noreturn warning line.
2482         * gcc.dg/return-type-1.c: Move control reaches end warning line.
2484 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
2486         * gcc.dg/pch/pch.exp: Change .pch to .gch.
2487         * g++.dg/pch/pch.exp: Likewise.
2489 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
2491         PR c++/9879
2492         * testsuite/g++.dg/init/new4.C: New test.
2494 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
2496         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
2498 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
2500         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
2501         unsigned long.
2503         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
2504         wider than float.
2506 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2508         * lib/scanasm.exp: Add support for counting numbers of
2509         occurences.
2510         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
2511         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
2513 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
2515         PR c++/9683
2516         * g++.dg/template/static3.C: New test.
2518         PR c++/9829
2519         * g++.dg/parse/namespace6.C: New test.
2521 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2523         PR target/9732
2524         * gcc.dg/20030225-1.c: New test.
2526 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
2528         * README: Remove out-of-date information.
2530         PR c++/9836
2531         * g++.dg/template/spec6.C: New test.
2533 2003-02-24  Jeff Law  <law@redhat.com>
2535         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
2537 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2539         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
2540         * gcc.dg/pragma-ep-1.c: Likewise.
2542 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2544         PR c++/9602
2545         * g++.dg/template/friend16.C: New test.
2547 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
2549         PR c++/5333
2550         * g++.dg/parse/fused-params1.C: Adjust error messages.
2551         * g++.dg/template/nested3.C: New test.
2553 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
2555         * g++.dg/abi/param1.C: New test.
2557 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2559         PR c++/7982
2560         * g++.dg/warn/implicit-typename1.C: New test.
2562 2003-02-22  Kelley Cook <kelleycook@comcast.net>
2564         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
2565         with "mtune".
2566         * g++.old-deja/g++.other/store-expr2.C: Likewise.
2567         * gcc.c-torture/execute/20010129-1.x: Likewise.
2568         * gcc.dg/20011107-1.c: Likewise.
2569         * gcc.dg/20020108-1.c: Likewise.
2570         * gcc.dg/20020122-3.c: Likewise.
2571         * gcc.dg/20020206-1.c: Likewise.
2572         * gcc.dg/20020310-1.c: Likewise.
2573         * gcc.dg/20020426-2.c: Likewise.
2574         * gcc.dg/20020517-1.c: Likewise.
2575         * gcc.dg/991230-1.c: Likewise.
2576         * gcc.dg/i386-unroll-1.c: Likewise.
2577         * gcc.misc-tests/i386-prefetch.exp: Likewise.
2579 2003-02-22  Jan Hubicka  <jh@suse.cz>
2581         * gcc.dg/i386-mul.c: New test.
2583 2003-02-21  Roger Sayle  <roger@eyesopen.com>
2585         * gcc.dg/builtins-5.c: New test case.
2587 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
2589         * gcc.dg/asmreg-1.c: New test.
2591 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
2593         PR c++/9749
2594         * g++.dg/parse/varmod1.C: New test.
2596 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
2598         PR c++/9727
2599         * g++.dg/template/op1.C: New test.
2601 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
2603         PR c++/8906
2604         * g++.dg/template/nested2.C: New test.
2606 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
2608         PR c++/8724
2609         * g++.dg/expr/dtor1.C: New test.
2611 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
2613         * gcc.dg/cpp/include3.c: New test.
2614         * gcc.dg/cpp/inc/foo.h: New file.
2616 2003-02-21  Glen Nakamura  <glen@imodulo.com>
2618         * gcc.c-torture/execute/20030221-1.c: New test.
2620 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
2622         PR c++/9729
2623         * g++.dg/abi/conv1.C: New test.
2625 2003-02-20  Jan Hubicka  <jh@suse.cz>
2627         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
2629 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
2631         * gcc.c-torture/compile/20030219-1.c: New test.
2633 2003-02-18  Jan Hubicka  <jh@suse.cz>
2635         * gcc.dg/funcorder.c: New test.
2637 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2639         * gcc.c-torture/execute/20030218-1.c: New.
2641 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
2643         * gcc.dg/20030218-1.c: New.
2645 2003-02-18  Richard Henderson  <rth@redhat.com>
2647         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
2648         * gcc.dg/attr-used-2.c: New.
2650 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
2652         PR c++/9704
2653         * g++.dg/init/copy5.C: New test.
2655 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
2657         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
2658         * g++.dg/pch/pch.exp: Likewise.
2660 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2662         * gcc.c-torture/execute/20030209-1.c: Enable the test if
2663         STACK_SIZE is not defined.
2665 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2667         PR c++/9457
2668         * g++.dg/template/init1.C: New test.
2670 2003-02-16  Jan HUbicka  <jh@suse.cz>
2672         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
2673         (foo): Add few extra tests
2674         * gcc.dg/c99-const-expr-3.c: Likewise.
2675         * gcc.c-torture/execute/20030216-1.c: New.
2677 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2679         PR c++/9459
2680         * g++.dg/ext/typeof4.C: New test.
2682 2003-02-15  Roger Sayle  <roger@eyesopen.com>
2684         * gcc.dg/i386-387-3.c: New test case.
2686 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
2688         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
2689         cris-*-elf* cris-*-aout* and mmix-*-*.
2691 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
2693         * gcc.dg/20030213-1.c: New test.
2695 2003-02-12  Roger Sayle  <roger@eyesopen.com>
2697         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
2698         * gcc.dg/i386-387-2.c: Likewise.
2700 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
2702         * gcc.dg/ppc-spe.c: Fix formatting.
2703         Enable tests that were previously unsupported by gas.
2704         Delete tests for instructions that no longer exist.
2705         Switch arguments on evsubifw builtin.
2707 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
2709         * gcc.c-torture/execute/20030209-1.c: Disable the test if
2710         STACK_SIZE is too small.
2712 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2713             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2715         * gcc.dg/decl-2.c: New test.
2717 2003-02-10  Jan Hubicka  <jh@suse.cz>
2719         * gcc.dg/i386-fpcvt-1.c:  New test.
2721 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
2723         * gcc.c-torture/execute/20030209-1.c: New test.
2725 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
2727         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
2728         int-wide bitops, use the constants of the same width.
2729         Likewise, if long long is 32-bit wide, test bitops using
2730         32-bit constants.
2732 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
2734         * gcc.dg/20021014-1.c: Annotate with expected notice text.
2736 2003-02-07  Roger Sayle  <roger@eyesopen.com>
2738         * testsuite/gcc.dg/builtins-4.c: New test case.
2740 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2742         * gcc.dg/20020430-1.c: Fix dg command typos.
2743         * gcc.dg/20020503-1.c: Likewise.
2745 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2747         PR c++/8785
2748         * g++.dg/parse/fused-params1.C: New test.
2750         PR c++/8857
2751         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
2753         PR c++/8921
2754         * g++.dg/parse/non-dependent1.C: New test.
2756         PR c++/8928
2757         * g++.dg/parse/dupl-tmpl-args1.C: New test.
2759         PR c++/9228
2760         * g++.dg/parse/undefined7.C: New test.
2761         * g++.dg/parse/non-templ1.C: New test.
2763         PR c++/9229
2764         * g++.dg/parse/too-many-tmpl-args1.C: New test.
2766 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
2768         * gcc.c-torture/compile/20030206-1.c: New test.
2770 2003-02-05  Roger Sayle  <roger@eyesopen.com>
2772         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
2773         "pow" to "foo" to avoid potential confusion with a math built-in.
2775 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2777         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
2778         conditions for SPARC targets.
2780 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
2782         * gcc.dg/20030204-1.c: New test.
2784 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2786         PR c++/38
2787         * g++.dg/parse/array-size1.C: New test.
2789         PR c++/5657
2790         * g++.dg/parse/undefined3.C: New test.
2792         PR c++/5665
2793         * g++.dg/parse/undefined4.C: New test.
2795         PR c++/5975
2796         * g++.dg/parse/undefined5.C: New test.
2798         PR c++/7259
2799         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
2801         PR c++/8578
2802         * g++.dg/parse/casting-operator1.C: New test.
2804         PR c++/8596
2805         * g++.dg/parse/undefined6.C: New test.
2807         PR c++/8736
2808         * g++.dg/parse/missing-template1.C: New test.
2810 2003-02-04  Jan Hubicka  <jh@suse.cz>
2812         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
2813         * gcc.dg/i386-cmov?.c:  Likewise.
2814         * gcc.dg/i386-fpcvt-?.c:  Likewise.
2815         * gcc.dg/i386-ssefp-1.c:  Likewise.
2816         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
2817         conventions.
2819 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
2821         PR c++/7129
2822         * testsuite/g++.dg/ext/max.C: New test.
2824 2003-02-03  Jan Hubicka  <jh@suse.cz>
2826         * gcc.c-torture/execute/20030203-1.c: New test.
2828 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
2830         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
2831         'natural-endian'.
2833 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
2835         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
2836         * g++.dg/init/new2.C: Likewise.
2837         * g++.dg/other/new1.C: Likewise.
2839 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
2841         * gcc.dg/struct-ret-libc.c: New test.
2843 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
2845         * gcc.dg/20030129-1.c: New test.
2847 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2849         PR c++/8849
2850         * g++.dg/template/ptrmem4.C: New test.
2852 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
2854         * g++.dg/parser/constant1.C: New test.
2856 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2858         PR c++/8591
2859         * g++.dg/parse/friend2.C: New test.
2861 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
2863         PR c++/9437
2864         * g++.dg/template/unify4.C: New test.
2866 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
2868         * gcc.c-torture/execute/20030128-1.c: New test.
2870 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
2872         * g++.dg/lookup/nested1.C: Test moved from ...
2873         * g++.old-deja/g++.other/lookup24.C: ... here.
2875 2003-01-28  Jan Hubicka  <jh@suse.cz>
2877         * gcc.dg/i386-cmov5.c:  New test.
2879 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
2881         * gcc.c-torture/execute/20010925-1.c: Changed the
2882         memcpy declaration.
2884 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
2886         PR c++/3902
2887         * g++.dg/parse/template5.C: New test.
2889 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
2891         PR fortran/9258
2892         * g77.dg/pr9258: New test.
2894 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2896         * README: Move relevant parts from README.g++.
2898         * README.g++: Remove this file.
2900 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
2902         * g++.dg/abi/dcast1.C: New test.
2904 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2906         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
2908 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
2910         PR c++/47
2911         * g++.old-deja/g++.other/lookup24.C: New test.
2913 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2915         PR middle-end/7227
2916         * gcc.dg/uninit-C.c: New test.
2918 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
2920         * g++.dg/abi/covariant1.C: New test.
2922 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
2924         * gcc.dg/20030123-1.c: New test.
2926 2003-01-25  Jan Hubicka  <jh@suse.cz>
2928         PR opt/8492
2929         * gcc.c-torture/compile/20030125-1.c
2931 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
2933         PR c++/9403
2934         * g++.dg/parse/template3.C: New test.
2935         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
2937         PR c++/795
2938         * g++.dg/parse/template4.C: New test.
2940         PR c++/9415
2941         * g++.dg/template/qual2.C: New test.
2943         PR c++/8545
2944         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
2946         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
2948 2003-01-25  Roger Sayle  <roger@eyesopen.com>
2950         * gcc.c-torture/execute/switch-1.c: New test case.
2952 2003-01-25  Jan Hubicka  <jh@suse.cz>
2954         * gcc.c-torture/execute/20030125-1.[cx]: New test.
2956 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
2958         Tweaks for Bison-1.875. From the NEWS file:
2959         "- `parse error' -> `syntax error'
2960         Bison now uniformly uses the term `syntax error'"
2961         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
2962         * gcc.dg/cpp/digraph2.c: Likewise.
2963         * gcc.dg/cpp/direct2.c: Likewise.
2964         * gcc.dg/cpp/paste4.c: Likewise.
2965         * gcc.dg/c90-restrict-1.c: Likewise.
2966         * gcc.dg/c99-func-2.c: Likewise.
2967         * gcc.dg/noncompile/920721-2.c: Likewise.
2968         * gcc.dg/noncompile/930622-2.c: Likewise.
2969         * gcc.dg/noncompile/940112-1.c: Likewise.
2970         * gcc.dg/noncompile/950921-1.c: Likewise.
2971         * gcc.dg/noncompile/951123-1.c: Likewise.
2972         * gcc.dg/noncompile/971104-1.c: Likewise.
2973         * gcc.dg/noncompile/990416-1.c: Likewise.
2975 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
2977         * g++.dg/parse/undefined1.C: Add error message.
2979 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
2981         PR c++/9354
2982         * g++.dg/parse/new1.C: New test.
2984         PR c++/9216
2985         * g++.dg/parse/template2.C: New test.
2987         PR c++/9354
2988         * g++.dg/parse/typedef2.C: New test.
2990         PR c++/9328
2991         * g++.dg/ext/typeof3.C: New test.
2993 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2995         PR c++/2738
2996         * g++.dg/parse/ret-type1.C: New test.
2998         PR c++/3792
2999         * g++.dg/parse/tmpl-outside1.C: New test.
3001         PR c++/4207
3002         * g++.dg/parse/int-as-enum1.C: New test.
3004         PR c++/4903
3005         * g++.dg/parse/no-typename1.C: New test.
3007         PR c++/5533
3008         * g++.dg/parse/no-value1.C: New test.
3010         PR c++/5921
3011         * g++.dg/parse/wrong-inline1.C: New test.
3013         PR c++/6402
3014         * g++.dg/parse/ref1.C: New test.
3016         PR c++/6992
3017         * g++.dg/parse/attr-ctor1.C: New test.
3019         PR c++/7229
3020         * g++.dg/parse/namespace5.C: New test.
3022         PR c++/7917
3023         * g++.dg/parse/func-def1.C: New test.
3025         PR c++/8143
3026         * g++.dg/parse/undefined1.C: New test.
3028         PR c++/5723, PR c++/8522
3029         * g++.dg/parse/specialization1.C: New test.
3031         PR c++/163, PR c++/8595
3032         * g++.dg/parse/struct-as-enum1.C: New test.
3034         PR c++/9173
3035         * g++.dg/parse/undefined2.C: New test.
3037 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
3039         PR c++/9298
3040         * g++.dg/parse/template1.C: New test.
3042         PR c++/9384
3043         * g++.dg/parse/using1.C: New test.
3045         PR c++/9285
3046         PR c++/9294
3047         * g++.dg/parse/expr2.C: New test.
3049         PR c++/9388
3050         * g++.dg/parse/lookup2.C: Likewise.
3052 2003-01-21  Jan Hubicka  <jh@suse.cz>
3054         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
3055         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
3056         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
3057         * gcc.c-torture/execute/string-opt-*.c: Likewise.
3059 2003-01-20  Nick Clifton  <nickc@redhat.com>
3061         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
3062         problem with ARM sibcall code generation.
3064 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3066         * gcc.c-torture/execute/20030120-1.c: New.
3068 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
3070         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
3072 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
3074         PR c++/9272
3075         * g++.dg/parse/ctor1.C: New test.
3077         PR c++/9294:
3078         * g++.dg/parse/qualified1.C: New test.
3080         * g++.dg/parse/typename3.C: New test.
3082 2003-01-16  Richard Henderson  <rth@redhat.com>
3084         * g++.dg/tls/init-2.C: Fix error matches for real this time.
3086 2003-01-16  Richard Henderson  <rth@redhat.com>
3088         * g++.dg/pch/pch.exp: Copy test header to the working directory
3089         before using it either for precompilation or direct use.
3090         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
3091         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
3093 2003-01-16  Richard Henderson  <rth@redhat.com>
3095         * gcc.dg/pch/pch.exp: Copy test header to the working directory
3096         before using it either for precompilation or direct use.
3097         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
3098         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
3100 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
3102         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
3103         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
3104         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
3105         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
3106         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
3107         typename warning into error.
3108         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
3109         error messages.
3110         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
3111         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
3112         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
3113         messages.
3114         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
3115         make declaration visible in template.
3116         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
3117         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
3118         messages.
3119         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
3120         message.
3121         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
3122         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
3123         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
3124         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
3125         typename warning with error message.
3126         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
3127         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
3128         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
3130 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
3132         * g++.dg/parse/ambig2.C: New test.
3134 2003-01-15  Richard Henderson  <rth@redhat.com>
3136         * g++.dg/tls/init-2.C: Update error message string.
3138 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3140         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
3142 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
3144         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
3145         all for HC11/HC12.
3146         * gcc.c-torture/compile/20001205-1.x: Likewise.
3147         * gcc.c-torture/compile/20001226-1.x: Likewise.
3148         * gcc.c-torture/compile/920520-1.x: Likewise.
3149         * gcc.c-torture/compile/961203-1.x: Likewise.
3150         * gcc.c-torture/compile/20020604-1.x: Likewise.
3152 2003-01-15  Jan Hubicka  <jh@suse.cz>
3154         * gcc.c-torture/compile/20030115-1.c: New test.
3156         * gcc.dg/i386-fpcvt-1.c: New test.
3157         * gcc.dg/i386-fpcvt-2.c: New test.
3159 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
3161         Further conform g++'s __vmi_class_type_info to the C++ ABI
3162         specification.
3163         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
3164         the specification.
3166 2003-01-14  Jan Hubicka  <jh@suse.cz>
3168         * gcc.dg/i386-fpcvt-1.c: New test.
3169         * gcc.dg/i386-fpcvt-2.c: New test.
3171 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3173         * gcc.dg/i386-mmx-3.c: New test.
3175 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
3177         PR c++/9264
3178         * g++.dg/parse/octal1.C: New file.
3180         PR c++/9172
3181         * g++.dg/parse/typename1.C: New file.
3183 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
3185         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
3186         * gcc.dg/bf-no-ms-layout.c: Likewise.
3187         * gcc.dg/bf-ms-attrib.c: Likewise.
3189 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
3191         PR c++/9099
3192         * g++.dg/parse/dtor1.C: New file.
3194         PR c++/9128
3195         * g++.dg/rtti/typeid1.C: New file.
3197         PR c++/9153
3198         * g++.dg/parse/lookup1.C: New file.
3200         PR c++/9171
3201         * g++.dg/templ/spec5.C: New file.
3203 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
3205         * gcc.c-torture/compile/20030110-1.c: New test.
3207 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
3209         Merge from pch-branch:
3211         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
3213         * gcc.dg/pch/cpp-1.h: New.
3214         * gcc.dg/pch/cpp-1.c: New.
3215         * gcc.dg/pch/cpp-2.h: New.
3216         * gcc.dg/pch/cpp-2.c: New.
3218         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
3220         * gcc.dg/pch/except-1.h: New.
3221         * gcc.dg/pch/except-1.c: New.
3223         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
3225         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
3226         running test.
3227         * gcc.dg/pch: Include *.hp not *.h.
3228         * gcc.dg/pch/system-1.h: New.
3229         * gcc.dg/pch/system-1.c: New.
3231         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
3233         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
3234         rather than trying to build and run a program using PCH.
3235         * gcc.dg/pch: Remove dg-do commands from test files.
3237         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
3239         * gcc.dg/pch/macro-3.c: New.
3240         * gcc.dg/pch/macro-3.h: New.
3242         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
3244         * gcc.dg/pch/common-1.c: New.
3245         * gcc.dg/pch/common-1.h: New.
3246         * gcc.dg/pch/decl-1.c: New.
3247         * gcc.dg/pch/decl-1.h: New.
3248         * gcc.dg/pch/decl-2.c: New.
3249         * gcc.dg/pch/decl-2.h: New.
3250         * gcc.dg/pch/decl-3.c: New.
3251         * gcc.dg/pch/decl-3.h: New.
3252         * gcc.dg/pch/decl-4.c: New.
3253         * gcc.dg/pch/decl-4.h: New.
3254         * gcc.dg/pch/decl-5.c: New.
3255         * gcc.dg/pch/decl-5.h: New.
3256         * gcc.dg/pch/global-1.c: New.
3257         * gcc.dg/pch/global-1.h: New.
3258         * gcc.dg/pch/inline-1.c: New.
3259         * gcc.dg/pch/inline-1.h: New.
3260         * gcc.dg/pch/inline-2.c: New.
3261         * gcc.dg/pch/inline-2.h: New.
3262         * gcc.dg/pch/static-1.c: New.
3263         * gcc.dg/pch/static-1.h: New.
3264         * gcc.dg/pch/static-2.c: New.
3265         * gcc.dg/pch/static-2.h: New.
3267         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
3269         * g++.dg/pch/pch.exp: Better handle failing testcases.
3270         * gcc.dg/pch/pch.exp: Likewise.
3271         * gcc.dg/pch/macro-1.c: New.
3272         * gcc.dg/pch/macro-1.h: New.
3273         * gcc.dg/pch/macro-2.c: New.
3274         * gcc.dg/pch/macro-2.h: New.
3276         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
3278         * g++.dg/dg.exp: Treat files in pch/ specially.
3279         * g++.dg/pch/pch.exp: New file.
3280         * g++.dg/pch/empty.H: New file.
3281         * g++.dg/pch/empty.C: New file.
3282         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
3283         "precompile".
3285         * gcc.dg/pch/pch.exp: New file.
3286         * gcc.dg/pch/empty.h: New file.
3287         * gcc.dg/pch/empty.c: New file.
3288         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
3289         "precompile".
3291 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3293         * g++.dg/template/friend14.C: New test.
3295 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3297         * gcc.dg/old-style-asm-1.c: New test.
3299 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
3301         * gcc.c-torture/compile/20030109-1.c: New test.
3303 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3305         * gcc.c-torture/execute/20030109-1.c: New test.
3307 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
3309         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
3310         * g++.old-deja/g++.mike/dyncast2.C: Likewise
3311         * g++.old-deja/g++.mike/dyncast3.C: Likewise
3312         * g++.old-deja/g++.mike/eh2.C: Likewise
3313         * g++.old-deja/g++.mike/eh3.C: Likewise
3314         * g++.old-deja/g++.mike/eh5.C: Likewise
3315         * g++.old-deja/g++.mike/eh6.C: Likewise
3316         * g++.old-deja/g++.mike/eh7.C: Likewise
3317         * g++.old-deja/g++.mike/eh8.C: Likewise
3318         * g++.old-deja/g++.mike/eh9.C: Likewise
3319         * g++.old-deja/g++.mike/eh10.C: Likewise
3320         * g++.old-deja/g++.mike/eh12.C: Likewise
3321         * g++.old-deja/g++.mike/eh13.C: Likewise
3322         * g++.old-deja/g++.mike/eh14.C: Likewise
3323         * g++.old-deja/g++.mike/eh16.C: Likewise
3324         * g++.old-deja/g++.mike/eh17.C: Likewise
3325         * g++.old-deja/g++.mike/eh18.C: Likewise
3326         * g++.old-deja/g++.mike/eh21.C: Likewise
3327         * g++.old-deja/g++.mike/eh23.C: Likewise
3328         * g++.old-deja/g++.mike/eh24.C: Likewise
3329         * g++.old-deja/g++.mike/eh25.C: Likewise
3330         * g++.old-deja/g++.mike/eh26.C: Likewise
3331         * g++.old-deja/g++.mike/eh27.C: Likewise
3332         * g++.old-deja/g++.mike/eh28.C: Likewise
3333         * g++.old-deja/g++.mike/eh29.C: Likewise
3334         * g++.old-deja/g++.mike/eh31.C: Likewise
3335         * g++.old-deja/g++.mike/eh33.C: Likewise
3336         * g++.old-deja/g++.mike/eh34.C: Likewise
3337         * g++.old-deja/g++.mike/eh35.C: Likewise
3338         * g++.old-deja/g++.mike/eh36.C: Likewise
3339         * g++.old-deja/g++.mike/eh37.C: Likewise
3340         * g++.old-deja/g++.mike/eh38.C: Likewise
3341         * g++.old-deja/g++.mike/eh39.C: Likewise
3342         * g++.old-deja/g++.mike/eh40.C: Likewise
3343         * g++.old-deja/g++.mike/eh41.C: Likewise
3344         * g++.old-deja/g++.mike/eh42.C: Likewise
3345         * g++.old-deja/g++.mike/eh44.C: Likewise
3346         * g++.old-deja/g++.mike/eh46.C: Likewise
3347         * g++.old-deja/g++.mike/eh47.C: Likewise
3348         * g++.old-deja/g++.mike/eh48.C: Likewise
3349         * g++.old-deja/g++.mike/eh49.C: Likewise
3350         * g++.old-deja/g++.mike/eh50.C: Likewise
3351         * g++.old-deja/g++.mike/eh51.C: Likewise
3352         * g++.old-deja/g++.mike/eh53.C: Likewise
3353         * g++.old-deja/g++.mike/eh55.C: Likewise
3354         * g++.old-deja/g++.mike/p7912.C: Likewise
3355         * g++.old-deja/g++.mike/p9706.C: Likewise
3356         * g++.old-deja/g++.mike/p10416.C: Likewise
3357         * g++.old-deja/g++.mike/p11667.C: Likewise
3358         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
3359         Remove redundant reference to Iris.
3360         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
3361         Elxsi, i860, Pico Java, and WE32K.
3363 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
3365         * g++.dg/ext/asm4.C: New test.
3367 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3369         PR c++/9030
3370         * g++.dg/template/friend12.C: New test.
3371         * g++.dg/template/friend13.C: Likewise.
3372         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
3374 2003-01-08  Jan Hubicka  <jh@suse.cz>
3376         * gcc.dg/i386-cadd.c: New test.
3377         * gcc.dg/i386-cmov4.c: Likewise.
3379 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
3381         PR c++/9165
3382         * g++.dg/warn/Wunused-3.C: New test.
3384         * g++.dg/abi/bitfield9.C: New test.
3386         PR c++/9189
3387         * g++.dg/parse/defarg3.C: New test.
3389 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
3391         * g++.dg/parse/ambig1.C: New test.
3392         * g++.dg/parse/defarg2.C: New test.
3394 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
3396         * g++.dg/template/defarg-1.C: New test.
3397         * g++.dg/template/local2.C: Likewise.
3399 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
3401         * gcc.c-torture/execute/20030105-1.c: New test.
3403 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3405         * g++.dg/parse/namespace3.C: Remove extra semicolons.
3406         * g++.dg/parse/namespace4.C: Likewise.
3408 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
3410         * g++.dg/template/ntp2.C: New test.
3412 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3414         * g++.dg/parse/extern-C-1.C: New test.
3416         * g++.dg/parse/namespace4.C: New test.
3418         * g++.dg/template/nested1.C: New test.
3420         * g++.dg/parse/namespace3.C: New test.
3422 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3424         * g++.dg/lookup/two-stage1.C: New test.
3426 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3428         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
3429         * g++.old-deja/g++.jason/access8.C: Likewise.
3430         * g++.old-deja/g++.other/decl5.C: Likewise.
3432 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
3434         * g++.dg/parse/parse7.C: New test.
3436 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
3438         PR c++/2843
3439         * g++.dg/ext/attrib7.C: New test.
3441 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
3443         * g++.dg/parse/parse6.C: New test.
3445 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
3447         * gcc.dg/h8300-stack-1.c: New.
3449 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3451         g++.dg/lookup/exception1.C: New test.
3453         g++.dg/lookup/template1.C: New test.
3455         g++.dg/parse/namespace2.C: New test.
3457         g++.dg/parse/parens2.C: New test.
3459 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3461         * g++.dg/parse/parse5.C: New test.
3462         * g++.dg/lookup/scoped4.C: New test.
3464 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3466         * g++.dg/parse/parens1.C: New test.
3468         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
3469         angle-bracket1.C.
3470         * g++.dg/parse/parens2.C: New test.
3472         * g++.dg/lookup/scope-operator1.C: New test.
3474         * g++.dg/parse/operator1.C: New test.
3476 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3478         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
3479         * g++.old-deja/g++.other/access6.C: Likewise.
3480         * g++.old-deja/g++.other/decl1.C: Likewise.
3481         * g++.old-deja/g++.pt/typename12.C: Likewise.
3483 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
3485         * g++.dg/parse/namespace1.C: New test.
3487 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3489         * g++.dg/parse/parse4.C: New test.
3491 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3493         * g++.dg/parse/parse3.C: New test.
3495 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3497         * g++.dg/parse/parse2.C: New test.
3499 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3501         * g++.dg/template/friend11.C: New test.
3503 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3505         * g++.dg/parse/parse1.C: New test.
3507 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
3509         * lib/profopt.exp: Change the name of a global variable to avoid
3510         possible clashes with other test suites.
3512 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
3514         * g++.dg/inherit/covariant8.C: New test.
3516 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
3518         * g++.dg/init/array9.C: New test.
3520         PR c++/9112
3521         * g++.dg/parse/expr1.C: New test.
3523 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3525         * gcc.c-torture/compile/20021230-1.c: New test.
3527 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
3529         * g++.dg/inherit/covariant5.C: New test.
3530         * g++.dg/inherit/covariant6.C: New test.
3531         * g++.dg/inherit/covariant7.C: New test.
3533 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3535         PR c++/2739
3536         * g++.dg/other/access2.C: New test.
3538 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3540         * g++.dg/other/anon-struct.C: No longer fails
3541         * g++.old-deja/g++.brendan/parse4.C: Likewise.
3542         * g++.old-deja/g++.brendan/parse5.C: Likewise.
3543         * g++.old-deja/g++.brendan/parse6.C: Likewise.
3545 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3547         * g++.dg/parse/angle-bracket.C (main): No longer fails.
3549 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
3551         * g++.dg/eh/spec4.C: Remove stray semicolon.
3552         * g++.dg/expr/pmf-1.C: Change error message.
3553         * g++.dg/ext/asm1.C: Remove stray semicolon.
3554         * g++.dg/ext/typename1.C: Add missing typenames.
3555         * g++.dg/inherit/template-as-base.C: Change error message.
3556         * g++.dg/lookup/scoped1.C: Likewise.
3557         * g++.dg/lookup/scoped2.C: Likewise.
3558         * g++.dg/lookup/using2.C: Likewise.
3559         * g++.dg/other/component1.C: Remove stray semicolon.
3560         * g++.dg/other/do1.C: Change error message.
3561         * g++.dg/other/error2.C: Likewise.
3562         * g++.dg/other/init1.C: Likewise.
3563         * g++.dg/other/packed1.C: Remove stray semicolon.
3564         * g++.dg/other/ptrmem2.C: Change error message.
3565         * g++.dg/parse/parameter-declaration-1.C: Remove line number
3566         marker.
3567         * g++.dg/special/initp1.C: Remove invalid attribute usage.
3568         * g++.dg/template/access3.C: Add typename keyword.
3569         * g++.dg/template/access5.C: Remove stray semicolon.
3570         * g++.dg/template/access6.C: Likewise.
3571         * g++.dg/template/complit1.C: Likewise.
3572         * g++.dg/template/crash1.C: Change error message.
3573         * g++.dg/template/inherit2.C: Remove stray semicolon.
3574         * g++.dg/template/instantiate2.C: Likewise.
3575         * g++.dg/template/instantiate3.C: Change error message.
3576         * g++.dg/template/qual1.C: Remove stray semicolon.
3577         * g++.dg/template/qualttp18.C: Change error message.
3578         * g++.dg/template/ref1.C: Remove stray semicolon.
3579         * g++.dg/template/sizeof1.C (A::value): Declare it.
3580         * g++.dg/template/spec4.C: Change error message.
3581         * g++.dg/template/static1.C: Likewise.
3582         * g++.dg/template/type1.C: Likewise.
3583         * g++.dg/template/typename3.C: Likewise.
3584         * g++.old-deja/g++.benjamin/13478.C: Change error message.
3585         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
3586         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
3587         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
3588         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
3589         named return value extension.
3590         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
3591         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
3592         * g++.old-deja/g++.bob/extern_C.C: Likewise.
3593         * g++.old-deja/g++.bob/inherit2.C: Likewise.
3594         * g++.old-deja/g++.brendan/complex1.C: Likewise.
3595         * g++.old-deja/g++.brendan/copy5.C: Likewise.
3596         * g++.old-deja/g++.brendan/crash13.C: Likewise.
3597         * g++.old-deja/g++.brendan/crash15.C: Likewise.
3598         * g++.old-deja/g++.brendan/crash18.C: Change error message.
3599         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
3600         * g++.old-deja/g++.brendan/crash38.C: Likewise.
3601         * g++.old-deja/g++.brendan/crash50.C: Likewise.
3602         * g++.old-deja/g++.brendan/crash56.C: Likewise.
3603         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
3604         syntax.
3605         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
3606         * g++.old-deja/g++.brendan/crash8.C: Change error message.
3607         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
3608         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
3609         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
3610         * g++.old-deja/g++.brendan/template11.C: Likewise.
3611         * g++.old-deja/g++.brendan/template26.C: Likewise.
3612         * g++.old-deja/g++.brendan/template27.C: Use explicit
3613         specialization syntax.
3614         * g++.old-deja/g++.brendan/template30.C: Likewise.
3615         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
3616         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
3617         non-dependent names.
3618         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
3619         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
3620         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
3621         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
3622         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
3623         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
3624         named return value extension.
3625         * g++.old-deja/g++.ext/namedret2.C: Likewise.
3626         * g++.old-deja/g++.ext/namedret3.C: Likewise.
3627         * g++.old-deja/g++.ext/return1.C: Likewise.
3628         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
3629         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
3630         * g++.old-deja/g++.jason/access8.C: Likewise.
3631         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
3632         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
3633         pseudo-destructor names.
3634         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
3635         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
3636         pseudo-destructor names.
3637         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
3638         * g++.old-deja/g++.jason/overload19.C: Likewise.
3639         * g++.old-deja/g++.jason/overload32.C: Likewise.
3640         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
3641         stray semicolons.
3642         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
3643         * g++.old-deja/g++.jason/return.C: Likewise.
3644         * g++.old-deja/g++.jason/return2.C: Likewise.
3645         * g++.old-deja/g++.jason/shadow1.C: Likewise.
3646         * g++.old-deja/g++.jason/special.C: Use explicit specialization
3647         syntax.
3648         * g++.old-deja/g++.jason/template10.C: Account for use of
3649         non-dependent names.
3650         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
3651         syntax.
3652         * g++.old-deja/g++.jason/template37.C: Likewise.
3653         * g++.old-deja/g++.law/access4.C: Change error messages.
3654         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
3655         pseudo-destructor names.
3656         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
3657         * g++.old-deja/g++.law/ctors9.C: Likewise.
3658         * g++.old-deja/g++.law/cvt22.C: Likewise.
3659         * g++.old-deja/g++.law/dtors5.C: Likewise.
3660         * g++.old-deja/g++.law/global-init1.C: Likewise.
3661         * g++.old-deja/g++.law/missed-error3.C: Likewise.
3662         * g++.old-deja/g++.law/operators28.C: Likewise.
3663         * g++.old-deja/g++.law/visibility28.C: Likewise.
3664         * g++.old-deja/g++.martin/eval1.C: Likewise.
3665         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
3666         name.
3667         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
3668         * g++.old-deja/g++.mike/net34.C: Likewise.
3669         * g++.old-deja/g++.mike/net36.C: Likewise.
3670         * g++.old-deja/g++.mike/ns2.C: Likewise.
3671         * g++.old-deja/g++.mike/p12306.C: Likewise.
3672         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
3673         value extension.
3674         * g++.old-deja/g++.mike/p700.C: Likewise.
3675         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
3676         * g++.old-deja/g++.mike/p710.C: Likewise.
3677         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
3678         value extension.
3679         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
3680         * g++.old-deja/g++.mike/pmf9.C: Likewise.
3681         * g++.old-deja/g++.ns/crash2.C: Likewise.
3682         * g++.old-deja/g++.ns/crash3.C: Likewise.
3683         * g++.old-deja/g++.ns/invalid1.C: Likewise.
3684         * g++.old-deja/g++.ns/ns17.C: Likewise.
3685         * g++.old-deja/g++.ns/template16.C: Likewise.
3686         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
3687         keyword.
3688         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
3689         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
3690         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
3691         named return value extension.
3692         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
3693         * g++.old-deja/g++.other/access4.C: Issue additional error
3694         messages.
3695         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
3696         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
3697         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
3698         * g++.old-deja/g++.other/crash25.C: Change error message.
3699         * g++.old-deja/g++.other/crash4.C: Change error message.
3700         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
3701         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
3702         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
3703         checks.
3704         * g++.old-deja/g++.other/defarg8.C: Likewise.
3705         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
3706         * g++.old-deja/g++.other/dtor10.C: Likewise.
3707         * g++.old-deja/g++.other/incomplete.C: Likewise.
3708         * g++.old-deja/g++.other/linkage7.C: Likewise.
3709         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
3710         lookup algorithm.
3711         * g++.old-deja/g++.other/mangle2.C: Likewise.
3712         * g++.old-deja/g++.other/refinit2.C: Likewise.
3713         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
3714         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
3715         * g++.old-deja/g++.pt/crash28.C: Likewise.
3716         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
3717         syntax.
3718         * g++.old-deja/g++.pt/crash32.C: Change error message.
3719         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
3720         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
3721         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
3722         error message position.
3723         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
3724         * g++.old-deja/g++.pt/defarg8.C: Change error message.
3725         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
3726         syntax.
3727         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
3728         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
3729         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
3730         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
3731         keyword.
3732         * g++.old-deja/g++.pt/explicit31.C: Likewise.
3733         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
3734         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
3735         keyword.
3736         * g++.old-deja/g++.pt/explicit71.C: Change error message.
3737         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
3738         syntax.
3739         * g++.old-deja/g++.pt/friend28.C: Account for use of
3740         non-dependent names.
3741         * g++.old-deja/g++.pt/friend29.C: Likewise.
3742         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
3743         rules.
3744         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
3745         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
3746         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
3747         lookup rules.
3748         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
3749         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
3750         keyword.
3751         * g++.old-deja/g++.pt/memclass20.C: Likewise.
3752         * g++.old-deja/g++.pt/memclass5.C: Likewise.
3753         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
3754         keyword.
3755         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
3756         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
3757         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
3758         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
3759         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
3760         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
3761         keyword.
3762         * g++.old-deja/g++.pt/spec10.C: Likewise.
3763         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
3764         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
3765         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
3766         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
3767         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
3768         * g++.old-deja/g++.pt/ttp62.C: Likewise.
3769         * g++.old-deja/g++.pt/ttp64.C: Likewise.
3770         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
3771         * g++.old-deja/g++.pt/typename15.C: Likewise.
3772         * g++.old-deja/g++.pt/typename22.C: Likewise.
3773         * g++.old-deja/g++.pt/typename6.C: Change error messages.
3774         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
3775         * g++.old-deja/g++.pt/virtual2.C: Likewise.
3776         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
3777         syntax.
3778         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
3779         return value extension.
3780         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
3781         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
3782         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
3783         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
3785 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
3787         * g++.dg/warn/inline1.C: New test.
3788         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
3789         * g++.old-deja/g++.jason/synth10.C: Likewise.
3790         * g++.old-deja/g++.mike/net31.C: Likewise.
3791         * g++.old-deja/g++.mike/p8786.C: Likewise.
3793         * g++.dg/template/friend10.C: New test.
3794         * g++.dg/template/conv5.C: New test.
3796 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
3798         * g++.dg/lookup/scoped3.C: New test.
3800         * g++.dg/lookup/decl1.C: New test.
3801         * g++.dg/lookup/decl2.C: New test.
3803 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
3805         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
3806         gcc.c-torture/compile/20021015-1.c,
3807         gcc.c-torture/compile/20021015-2.c,
3808         gcc.c-torture/compile/20021123-1.c,
3809         gcc.c-torture/compile/20021123-2.c,
3810         gcc.c-torture/compile/20021123-3.c,
3811         gcc.c-torture/compile/20021123-4.c,
3812         gcc.c-torture/execute/20021024-1.c: Add tests previously added
3813         only to 3.1 or 3.2 branch.
3815 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
3817         * gcc.dg/i386-bitfield3.c: New test.
3819         * gcc.dg/i386-bitfield2.c: New test.
3821 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
3823         * g++.dg/parse/conv_op1.C: New test.
3825 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
3827         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
3828         approved.
3830 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
3832         * gcc.c-torture/compile/20021220-1.c: New test.
3834 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
3836         * gcc.dg/i386-fastcall-1.c: New.
3838 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
3840         * gcc.c-torture/execute/20021219-1.c: New test.
3842 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
3844         * gcc.dg/i386-pic-1.c: New test.
3846 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3848         PR c++/8099
3849         * g++.dg/template/friend9.C: New test.
3851 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3853         PR c++/3663
3854         * g++.dg/template/access7.C: New test.
3856 2002-12-18  Nick Clifton  <nickc@redhat.com>
3858         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
3859         the libstdc++-v3 directory has been found.
3861 2002-12-12  Devang Patel <dpatel@apple.com>
3862         * gcc.dg/darwin-ld-1.c: New test.
3863         * gcc.dg/darwin-ld-2.c: New test.
3864         * gcc.dg/darwin-ld-3.c: New test.
3865         * gcc.dg/darwin-ld-4.c: New test.
3866         * gcc.dg/darwin-ld-5.c: New test.
3868 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
3870         * gcc.c-torture/compile/20021212-1.c: New test.
3872 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
3874         * gcc.dg/fshort-wchar: New test.
3876 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
3878         PR c++/8372
3879         * g++.dg/template/dtor1.C: New test.
3881         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
3882         markers.
3884 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
3886         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
3888 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
3890         * g++.dg/template/static1.C: New test.
3891         * g++.dg/template/static2.C: New test.
3892         * g++.old-deja/g++.ext/memconst.C: New test.
3894 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3896         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
3897         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
3898         * g++.dg/special/initp1.C: Likewise.
3900 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
3902         * gcc.c-torture/execute/20021204-1.c: New test.
3904 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
3906         * gcc.dg/ppc-fmadd-1.c: New file.
3907         * gcc.dg/ppc-fmadd-2.c: New file.
3908         * gcc.dg/ppc-fmadd-3.c: New file.
3910 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3912         * gcc.c-torture/compile/20021204-1.c: New test.
3914 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
3916         * g++.dg/inherit/covariant2.C: New test.
3917         * g++.dg/inherit/covariant3.C: New test.
3918         * g++.dg/inherit/covariant4.C: New test.
3919         * g++.dg/inherit/covariant1.C: Remove XFAIL.
3920         * g++.old-deja/g++.robertl/eb17.C: Likewise.
3922 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
3924         PR c++/8688
3925         * g++.dg/init/brace3.C: New test.
3927 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
3929         * gcc.dg/20020210-1.c: Fix a comment typo.
3931 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
3933         PR c++/8720
3934         * g++.dg/parse/defarg1.C: New test.
3936         PR c++/8615
3937         * g++.dg/template/char1.C: New test.
3939         * g++.dg/template/varmod1.C: Fix typo.
3941 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3943         DR 180
3944         * g++.old-deja/g++.pt/crash32.C: Expect error.
3946 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
3948         PR c++/5919
3949         * g++.dg/template/varmod1.C: New test.
3951         PR c++/8727
3952         * g++.dg/inherit/typeinfo1.C: New test.
3954         PR c++/8663
3955         * g++.dg/inherit/typedef1.C: New test.
3957 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
3959         PR c++/8332
3960         PR c++/8493
3961         * g++.dg/template/strlen1.C: New test.
3963         PR c++/8227
3964         * g++.dg/template/ctor2.C: New test.
3966         PR c++/8214
3967         * g++.dg/init/string1.C: New test.
3969         PR c++/8511
3970         * g++.dg/template/friend8.C: New test.
3972 2002-11-29  Joe Buck <jbuck@synopsys.com>
3974         * g++.dg/lookup/anon2.C: New test.
3976 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
3978         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
3979         h8300 port.
3981 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
3983         * gcc.dg/bitfld-6.c: New test.
3985 2002-11-27  Jan Hubicka  <jh@suse.cz>
3987         * gcc.c-torture/execute/20021127.[cx]: New test.
3989 2002-11-26  Jan Hubicka  <jh@suse.cz>
3991         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
3992         quality.
3994 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
3996         * g++.dg/init/brace2.C: New test.
3997         * g++.old-deja/g++.mike/p9129.C: Correct.
3999 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
4001         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
4003 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
4005         * gcc.dg/sibcall-6: New test for indirect sibcalls.
4007 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
4009         * testsuite/g++.dg/abi/empty11.C: New test.
4010         * testsuite/g++.dg/rtti/cv1.C: New test.
4012 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
4014         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
4016 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
4018         * g++.dg/abi/empty10.C: New test.
4020 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
4022         * gcc.c-torture/compile/20021124-1.c: New test.
4024 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
4026         * g++.dg/abi/rtti2.C: New test.
4028 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4030         * gcc.dg/i386-unroll-1.c: New test.
4032 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4034         * gcc.c-torture/compile/20021120-1.c: New test.
4035         * gcc.c-torture/compile/20021120-2.c: New test.
4037 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4039         * gcc.dg/bitfld-5.c: New test.
4041 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4043         * gcc.c-torture/execute/20021120-3.c: New test.
4045 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4047         * gcc.c-torture/execute/20021120-2.c: New test.
4049 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4051         * gcc.c-torture/execute/20021120-1.c: New test.
4053 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
4055         * gcc.c-torture/execute/20021118-3.c: New test.
4057 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4059         * gcc.c-torture/compile/20021119-1.c: New test.
4061 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
4063         * gcc.dg/duff-1.c: New test.
4064         * gcc.dg/duff-2.c: New test.
4065         * gcc.dg/duff-3.c: New test.
4067 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
4069         * gcc.dg/cpp/_Pragma5.c: New test.
4071 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
4073         * gcc.c-torture/execute/20021118-2.c: New test.
4075 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
4077         * gcc.c-torture/execute/20021118-1.c: New test.
4079 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
4081         * gcc.dg/20021116-1.c: New test.
4083 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
4085         * g++.dg/abi/vcall1.C: New test.
4087 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
4089         * gcc.dg/20021029-1.c: New test.
4090         * gcc.dg/20021029-2.c: New test.
4092 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4094         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
4096 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4098         PR c/8439
4099         * gcc.dg/20021110.c: Move to ...
4100         * gcc.c-torture/compile/20021110.c: .... here.
4102 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4104         PR c/8467
4105         * gcc.c-torture/execute/20021111-1.c
4107 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4109         PR c/8439
4110         * gcc.dg/20021110.c: New test.
4112 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
4114         * g++.dg/abi/vthunk3.C: Run only on x86.
4116 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4118         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
4120 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
4122         * lib/compat.exp (compat-execute): Fix logic error in last
4123         change.
4125 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
4127         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
4129 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4131         PR c++/8389
4132         * g++.dg/template/access6.C: New test.
4134 2002-11-08  Jan Hubicka  <jh@suse.cz>
4136         * gcc.dg/i386-ssefp-1.c: New test.
4137         * gcc.dg/i386-ssefp-1.c: New test.
4139 2002-11-08  Jan Hubicka  <jh@suse.cz>
4141         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
4143 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
4145         * g++.dg/abi/vthunk3.C: New test.
4147         PR c++/8338
4148         * g++.dg/template/crash2.C: New test.
4150 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
4152         * testsuite/g++.dg/abi/dtor1.C: New test.
4153         * testsuite/g++.dg/abi/dtor2.C: Likewise.
4155 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
4157         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
4158         Darwin.
4160 2002-11-04  Adam Nemet  <anemet@lnxw.com>
4162         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
4163         -mthumb.  Only xfail with -O0.
4165 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
4167         * g++.dg/abi/thunk1.C: New test.
4168         * g++.dg/abi/thunk2.C: Likewise.
4169         * g++.dg/abi/vtt1.C: Likewise.
4171 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
4173         PR optimization/8423
4174         * gcc.c-torture/execute/builtin-constant.c: New test.
4176 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
4178         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
4179         Add some more cases.
4181 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
4183         PR c++/8391
4184         * g++.dg/opt/local1.C: New test.
4186 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
4188         PR c++/8160
4189         * g++.dg/template/complit1.C: New test.
4191         PR c++/8149
4192         * g++.dg/template/typename4.C: Likewise.
4194 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4196         Core issue 287, PR c++/7639
4197         * g++.dg/template/instantiate1.C: Adjust error location.
4198         * g++.dg/template/instantiate3.C: New test.
4199         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
4200         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
4201         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
4203 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
4205         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
4207 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
4209         PR c++/8287
4210         * g++.dg/init/dtor2.C: New test.
4212 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4214         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
4215         * gcc.dg/nest.c: Bypass errors on irix6.
4217 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
4219         * gcc.dg/nest.c: Expect error for mmix-*-*.
4220         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
4222 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
4224         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
4225         markers.
4227         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
4229 2002-10-25  Mike Stump  <mrs@apple.com>
4231         * gcc.dg/warn-1.c: New test.
4233 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
4235         * g++.dg/template/typename3.C: New test.
4237 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
4239         * g++.dg/lookup/ptrmem1.C: New test.
4241         * g++.dg/abi/vthunk2.C: New test.
4243 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
4245         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
4247 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
4249         * g++.dg/abi/empty9.C: New test.
4251 2002-10-24  Richard Henderson  <rth@redhat.com>
4253         * g++.dg/inherit/thunk1.C: Enable for ia64.
4255 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
4257         PR c++/8067
4258         * g++.dg/lookup/pretty1.C: New test.
4260 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
4262         * gcc.dg/20021023-1.c: New test.
4264 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
4266         PR c++/7679
4267         * g++.dg/parse/inline1.C: New test.
4269 2002-10-23  Richard Henderson  <rth@redhat.com>
4271         * g++.dg/inherit/thunk1.C: Enable for x86_64.
4273         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
4275 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
4277         PR c++/6579
4278         * g++.dg/parse/stmtexpr3.C: New test.
4280 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
4282         * g++.dg/expr/cond1.C: New test.
4284 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
4286         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
4288 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4290         * g++.dg/abi/vbase13.C: New test.
4291         * g++.dg/abi/vbase14.C: Likewise.
4293 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
4295         * gcc.dg/tls/pic-1.c: New test.
4296         * gcc.dg/tls/nonpic-1.c: New test.
4297         * gcc.dg/20021018-1.c: New test.
4299 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
4301         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
4302         Remove only files with the same base name as the test case.
4303         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
4304         (profopt-execute): Likewise.  Also, remove old profiling
4305         and performance data files before running the tests.
4307         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
4308         * g++.dg/bprob/bprob.exp: Likewise.
4309         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
4310         to allow more general test case names.
4312         * g++.dg/bprob/bprob-1.C: Rename to ...
4313         * g++.dg/bprob/g++-bprob-1.C: ... this.
4315         * g77.dg/bprob/bprob-1.f: Rename to ...
4316         * g77.dg/bprob/g77-bprob-1.f: ... this.
4318 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
4320         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
4321         bison 1.50 or later.
4323 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
4325         * g++.dg/README: Describe more test directories.
4327 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4329         * g++.dg/init/array6.C: Add additional tests.
4331 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
4333         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
4334         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
4336 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
4338         * gcc.c-torture/compile/20020604-1.x: New.
4339         * gcc.c-torture/compile/simd-5.x: Likewise.
4340         * gcc.c-torture/execute/920710-1.x: Likewise.
4341         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
4343 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4345         * g++.dg/inherit/override1.C: Add dg-options clause.
4347 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4349         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
4350         _mm_slli_si128.
4352 2002-10-19  Andreas Schwab  <schwab@suse.de>
4354         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
4355         directory component.
4357 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
4359         * g++.dg/inherit/thunk1.C: New test.
4361         * g++.dg/inherit/override1.C: New test.
4363         * g++.dg/abi/mangle11.C: New test.
4364         * g++.dg/abi/mangle14.C: New test.
4365         * g++.dg/abi/mangle17.C: New test.
4367 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
4369         * g++.dg/overload/member2.C: New test.
4371 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
4373         * g++.dg/README: Describe new compat directory.
4374         * g++.dg/dg.exp: Skip tests in compat directory.
4375         * README.compat: New file.
4376         * lib/compat.exp: New expect script.
4377         * g++.dg/compat: New test directory.
4378         * g++.dg/compat/compat.exp: New expect script.
4379         * g++.dg/compat/abi: New test directory.
4380         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
4381         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
4382         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
4383         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
4384         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
4385         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
4386         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
4387         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
4388         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
4389         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
4390         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
4391         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
4392         * g++.dg/compat/break: New test directory.
4393         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
4394         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
4395         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
4396         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
4397         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
4398         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
4399         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
4400         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
4401         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
4402         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
4403         g++.dg/compat/break/README: New files.
4404         * g++.dg/compat/eh: New test directory.
4405         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
4406         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
4407         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
4408         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
4409         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
4410         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
4411         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
4412         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
4413         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
4414         g++.dg/compat/eh/filter2_y.C,
4415         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
4416         g++.dg/compat/eh/new1_y.C,
4417         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
4418         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
4419         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
4420         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
4421         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
4422         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
4423         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
4424         g++.dg/compat/eh/unexpected1_y.C: New files.
4425         * g++.dg/compat/init: New test directory.
4426         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
4427         g++.dg/compat/init/array5_y.C,
4428         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
4429         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
4430         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
4431         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
4432         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
4433         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
4434         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
4435         g++.dg/compat/init/init-ref2_y.C: New files.
4437 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
4439         PR c++/7584
4440         * g++.dg/inherit/using3.C: New test.
4442 2002-10-17  Jan Hubicka  <jh@suse.cz>
4444         * gcc.dg/20021017-2.c: New test.
4446 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
4448         * g++.dg/abi/mangle16.C: Adjust.
4450         * g++.dg/init/array8.C: New test.
4452 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
4454         * gcc.dg/special/mips-abi.exp: New test.
4455         * gcc.dg/special/mips-abi.s: Empty file used by the above.
4457 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
4459         * g++.dg/abi/mangle16.C: New test.
4460         * g++.dg/abi/mangle17.C: Likewise.
4462         PR c++/7478
4463         * g++.dg/template/ref1.C: New test.
4465 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4467         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
4469 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
4471         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
4473 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
4475         PR c++/7524
4476         * g++.dg/init/array7.C: New test.
4478 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
4480         * g++.dg/init/array6.C: New test.
4482         * g++.dg/abi/mangle13.C: Likewise.
4483         * g++.dg/abi/mangle14.C: Likewise.
4484         * g++.dg/abi/mangle15.C: Likewise.
4486 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
4488         * g++.dg/abi/empty8.C: New test.
4490 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
4492         * g++.dg/init/ctor1.C: New test.
4494 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
4496         * gcc.c-torture/execute/20021015-1.c: New test.
4498 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
4500         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
4502 2002-10-14  Jan Hubicka  <jh@suse.cz>
4504         * gcc.dg/i386-ssetype-[1-5].c: New tests.
4506 2002-10-14  Richard Henderson  <rth@redhat.com>
4508         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
4510 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
4512         PR optimization/6631
4513         * g++.dg/opt/const2.C: New test.
4515 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
4517         PR c++/7176
4518         * g++.dg/parse/friend1.C: New test.
4519         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
4521 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
4523         * gcc.dg/20021014-1.c: New test.
4525 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
4527         PR c++/5661
4528         * g++.dg/ext/vlm1.C: New test.
4529         * g++.dg/ext/vlm2.C: Likewise.
4531         * g++.dg/init/array1.C: Remove invalid braces.
4532         * g++.dg/init/brace1.C: New test.
4533         * g++.dg/init/copy2.C: Likewise.
4534         * g++.dg/init/copy3.C: Likewise.
4535         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
4536         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
4537         braces.
4539 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
4541         * gcc.dg/cpp/assembler.S: Don't use -ansi.
4543 2002-10-11  Richard Shann  <richard.shann@superh.com>
4545         * gcc.c-torture/compile/simd-5.c: New test.
4547 2002-10-10  Roger Sayle  <roger@eyesopen.com>
4549         * gcc.c-torture/execute/shiftopt-1.c: New test case.
4551 2002-10-10  Jim Wilson  <wilson@redhat.com>
4553         * gcc.c-torture/execute/20021010-1.c: New test.
4555 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
4557         PR c/7353
4558         * g++.dg/ext/typedef-init.C: New test.
4559         * gcc.dg/typedef-init.c: New test.
4561 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
4563         * gcc.dg/cpp/paste13.c: New test.
4565 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4567         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
4568         remaining platforms, XFAIL during compile, not execute.  Don't
4569         XFAIL at -O0.
4571 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
4573         * gcc.dg/alias-1.c: Tweak expected warning.
4575 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
4577         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
4579 2002-10-06  Andreas Jaeger  <aj@suse.de>
4581         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
4582         * gcc.dg/cpp/c++98.C: Likewise.
4584         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
4585         * g++.dg/cpp/c++98.C: Likewise.
4587         * g++.dg/README (Subdirectories): Mention cpp directory.
4589         PR target/7559
4590         * gcc.dg/20021006-1.c: New test.
4592 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4594         PR c++/7804
4595         * g++.dg/other/warning1.C: New test.
4597 2002-10-04  Roger Sayle  <roger@eyesopen.com>
4599         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
4600         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
4601         and sparc-*-* with -m64 as expected failures.  See PR 8087.
4603 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
4605         PR c++/7931
4606         * g++.dg/template/ptrmem3.C: New test.
4608         PR c++/7754
4609         * g++.dg/template/union1.C: New test.
4611 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
4613         PR c++/8006
4614         * g++.dg/abi/mangle9.C: New test.
4615         * g++.dg/abi/mangle10.C: New test.
4616         * g++.dg/abi/mangle11.C: New test.
4617         * g++.dg/abi/mangle12.C: New test.
4619 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
4621         PR c++/7188.
4622         * g++.dg/template/meminit1.C: New test.
4623         * g++.dg/warn/Wreorder-1.C: Likewise.
4624         * g++.old-deja/g++.mike/warn3.C: Tweak.
4625         * lib/prune.exp: Ingore "in copy constructor".
4627 2002-10-02  Andreas Jaeger  <aj@suse.de>
4629         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
4630         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
4631         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
4632         on x86-64.
4634 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
4636         * gcc.dg/empty1.C: Fix typo.
4638 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
4640         * gcc.dg/alias-1.c: New test.
4642 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
4644         * gcc.dg/empty1.C: New test.
4646         * g++.dg/tls/init-2.C: Tweak error messages.
4648 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
4650         * gcc.c-torture/compile/20020923-1.c: New test.
4652 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
4654         * gcc.c-torture/execute/ffs-1.c: New test.
4655         * gcc.c-torture/execute/ffs-2.c: Ditto.
4657 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
4659         * g++.dg/overload/member1.C: New test.
4661 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
4663         * g++.dg/abi/empty7.C: New test.
4664         * g++.dg/init/pm2.C: Likewise.
4666 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
4668         * g++.dg/rtti/crash1.C: New test.
4670 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
4672         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
4673         gcc.dg/sibcall-4.c: New tests.
4675 2002-09-28  Roger Sayle  <roger@eyesopen.com>
4677         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
4678         powerpc and MMIX targets.
4680 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
4682         * gcc.dg/cpp/20020927-1.c: New.
4684 2002-09-26  David S. Miller  <davem@redhat.com>
4686         * gcc.c-torture/compile/trunctfdf.c: New.
4688 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4690         * lib/target-supports.exp (check_weak_available): Handle solaris2.
4692 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
4694         * gcc.c-torture/execute/loop-15.c: New.
4696 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
4698         * README.QMTEST: Fix typo.
4700 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
4702         * gcc.dg/20020926-1.c: New test.
4704 2002-09-25  David S. Miller  <davem@redhat.com>
4706         PR target/7842
4707         * gcc.c-torture/execute/shiftdi.c: New test.
4709 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
4711         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
4712         unique to the tool.
4713         * lib/g77.exp (g77_init): Likewise.
4714         * lib/g++.exp (g++_init): Likewise.
4715         * lib/objc.exp (objc_init): Likewise.
4717 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
4719         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
4720         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
4721         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
4723 2002-09-25  Richard Henderson  <rth@redhat.com>
4725         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
4726         too-small long double.
4728 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
4730         * gcc.dg/20020919-1.c: New test.
4732 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
4734         * g++.dg/abi/bitfield6.C: New test.
4735         * g++.dg/abi/bitfield7.C: New test.
4736         * g++.dg/abi/bitfield8.C: New test.
4737         * g++.dg/abi/vbase11.C: New test.
4739 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4741         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
4742         hppa*-*-hpux*.  Update test comment.
4744 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
4746         * gcc.dg/tls/struct-1.c: New test.
4748 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
4750         * gcc.dg/cpp/tr-warn2.c: Update.
4752 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
4754         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
4756 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
4758         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
4759         systems.
4761 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
4763         * gcc.c-torture/execute/ieee/mzero3.c: New test.
4765         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4766         Adjust for c++filt moved to binutils.  Remove spurious duplicate
4767         setting of cxxfilt.
4769 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
4771         * gcc.dg/20020312-2.c: Update for darwin.
4773 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
4775         * g++.old-deja/g++.other/crash32.C: Mark ICE.
4777 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
4779         * objc.dg/comp-types-1.m: New test.
4780         * objc.dg/comp-types-2.m: New test.
4781         * objc.dg/comp-types-3.m: New test.
4782         * objc.dg/comp-types-4.m: New test.
4783         * objc.dg/comp-types-5.m: New test.
4784         * objc.dg/comp-types-6.m: New test.
4786 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4788         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
4790 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
4792         * g++.dg/other/do1.C: New test.
4794         * g++.dg/template/subst1.C: New test.
4796 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
4798         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
4800 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
4802         * g++.dg/template/qualttp20.C: Adjust expected errors.
4803         * g++.old-deja/g++.jason/report.C: Likewise.
4804         * g++.old-deja/g++.other/qual1.C: Likewise.
4806         * g++.dg/lookup/scoped2.C: New test.
4808         * g++.dg/ext/asm3.C: New test.
4810 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
4812         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
4814 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
4816         * ChangeLog: follow spelling conventions.
4817         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
4818         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
4819         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
4820         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
4821         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
4822         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
4823         * g++.old-deja/g++.law/global-init1.C: Likewise.
4824         * g++.old-deja/g++.other/delete4.C: Likewise.
4825         * g++.old-deja/g++.other/inline21.C: Likewise.
4826         * g++.old-deja/g++.other/singleton.C: Likewise.
4827         * g77.dg/strlen0.f: Likewise.
4828         * g77.f-torture/compile/20010519-1.f: Likewise.
4829         * g77.f-torture/compile/980310-4.f: Likewise.
4830         * gcc.c-torture/compile/20000605-1.c: Likewise.
4831         * gcc.c-torture/execute/20020225-1.c: Likewise.
4832         * gcc.dg/c90-hexfloat-2.c: Likewise.
4833         * gcc.dg/c99-bool-1.c: Likewise.
4834         * gcc.dg/c99-hexfloat-2.c: Likewise.
4835         * gcc.dg/dll-2.c: Likewise.
4836         * gcc.dg/wtr-union-init-1.c: Likewise.
4837         * gcc.dg/wtr-union-init-2.c: Likewise.
4838         * gcc.dg/wtr-union-init-3.c: Likewise.
4839         * gcc.dg/cpp/avoidpaste1.c: Likewise.
4840         * gcc.dg/cpp/defined.c: Likewise.
4841         * gcc.dg/cpp/macsyntx.c: Likewise.
4842         * gcc.dg/cpp/paste2.c: Likewise.
4843         * gcc.dg/cpp/trad/defined.c: Likewise.
4844         * gcc.dg/format/c90-printf-1.c: Likewise.
4845         * gcc.dg/format/c90-scanf-1.c: Likewise.
4846         * gcc.dg/format/c99-printf-1.c: Likewise.
4847         * gcc.dg/format/c99-scanf-1.c: Likewise.
4848         * gcc.misc-tests/gcov-8.c: Likewise.
4849         * lib/profopt.exp: Likewise.
4851 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
4853         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
4855 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
4857         * g++.dg/inherit/using2.C: New test.
4859 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
4861         * ChangeLog: Follow spelling conventions.
4862         * g++.dg/template/friend4.C: Likewise.
4863         * g++.old-deja/g++.pt/crash67.C: Likewise.
4864         * gcc.c-torture/execute/20000801-4.c: Likewise.
4865         * gcc.dg/c90-digraph-1.c: Likewise.
4866         * gcc.dg/c94-digraph-1.c: Likewise.
4867         * gcc.dg/c99-digraph-1.c: Likewise.
4868         * gcc.dg/cpp/line5.c: Likewise.
4869         * gcc.dg/cpp/multiline.c: Likewise.
4870         * gcc.dg/cpp/trad/literals-1.c: Likewise.
4871         * gcc.dg/format/attr-3.c: Likewise.
4872         * gcc.dg/format/c90-scanf-3.c: Likewise.
4873         * gcc.dg/format/ext-4.c: Likewise.
4875 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
4877         * g++.dg/template/pretty1.C: New test.
4879 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
4881         * gcc.c-torture/execute/struct-cpy-1.c: New test.
4883 2002-09-13  Matt Austern  <austern@apple.com>
4885         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
4886         passing a cast expression to a function by const reference.
4888 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
4890         * g++.dg/template/deduce1.C: New test.
4892 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
4894         * gcc.c-torture/execute/simd-1.c: Force all use of int to
4895         32-bit int.
4897 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4899         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
4900         usage.
4902 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
4904         * gcc.c-torture/compile/20020910-1.c: New test.
4906 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
4908         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
4910 2002-09-10  Andreas Jaeger  <aj@suse.de>
4912         * gcc.dg/20020312-2.c: Adjust for x86-64.
4914 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
4916         * g77.dg/7388.f: New test case for PR 7388.
4918 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
4920         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
4922 2002-09-05  Ziemowit Laski <zlaski@apple.com>
4924         * objc.dg/proto-lossage-1.m: New test.
4926 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
4928         * gcc.dg/cpp/_Pragma4.c: Fix typo.
4930 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
4932         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
4933         expected to pass.
4935 2002-09-06  Stan Shebs  <shebs@apple.com>
4936             David Edelsohn  <edelsohn@gnu.org>
4938         * gcc.dg/weak: New directory.
4939         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
4940         target-specific xfail bits.
4941         * gcc.dg/typeof-2.c: Move to new directory.
4942         * gcc.dg/weak.exp: New expect script.
4944 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
4946         * gcc.c-torture/execute/extzvsi.c: New test.
4948 2002-09-05  Stan Shebs  <shebs@apple.com>
4950         * gcc.dg/weak-1.c: xfail on Darwin.
4951         * gcc.dg/weak-2.c: Ditto.
4952         * gcc.dg/weak-3.c: Ditto.
4953         * gcc.dg/weak-4.c: Ditto.
4954         * gcc.dg/weak-5.c: Ditto.
4955         * gcc.dg/weak-6.c: Ditto.
4956         * gcc.dg/weak-7.c: Ditto.
4957         * gcc.dg/weak-8.c: Ditto.
4958         * gcc.dg/weak-9.c: Ditto.
4960 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
4962         * gcc.c-torture/execute/loop-14.c: New test.
4964 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
4966         * g++.dg/other/cxa-atexit1.C: New test.
4968         * gcc.dg/typeof-2.c: New test.
4970 2002-09-03  Roger Sayle  <roger@eyesopen.com>
4972         * gcc.dg/builtins-2.c: New testcase.
4973         * gcc.dg/builtins-3.c: New testcase.
4975 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
4977         * gcc.dg/cpp/_Pragma4.c: New test.
4979 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
4981         * objc/execute/nil_method-1.m: New testcase.
4983 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
4985         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
4986         [Object class], not [Object initialize].
4988 2002-08-31  Roger Sayle  <roger@eyesopen.com>
4989             Hans-Peter Nilsson  <hp@bitrange.com>
4991         * gcc.c-torture/execute/20020720-1.x: Skip test on
4992         mmix-knuth-mmixware.  Correct comment.
4994 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
4996         * testsuite/g++.dg/abi/bitfield5.C: New test.
4997         * testsuite/g++.dg/abi/vbase10.C: Likewise.
4999 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
5001         * objc.dg/undeclared-selector.m: New test.
5003 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
5005         * g++.dg/other/offsetof1.C: Avoid cast warning.
5007 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
5009         * objc.dg/super-class-2.m: New test.
5011 2002-08-24  Matt Austern  <austern@apple.com>
5013         * g++.dg/ext/lvaddr.C: New test.
5014         * g++.dg/ext/lvcast.C: New test.
5016 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
5018         * testsuite/g++.dg/inherit/cond1.C: New test.
5020 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
5022         * gcc.dg/noncompile/incomplete-1.c: New test.
5024 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
5026         * gcc.dg/typespec-1.c: New test.
5028 2002-08-20  Devang Patel  <dpatel@apple.com>
5029         * objc.dg/proto-hier-2.m: New test.
5031 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
5033         * objc.dg/bitfield-1.m: New test.
5034         * objc.dg/bitfield-2.m: New test.
5036 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
5038         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
5039         gcc.dg/c99-flex-array-4.c: New tests.
5041 2002-08-16  Stan Shebs  <shebs@apple.com>
5043         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
5045 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
5047         * gcc.dg/typeof-1.c: New test.
5048         * g++.dg/ext/typeof2.C: New test.
5050 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
5052         * g++.dg/other/offsetof1.C: New test.
5054 2002-08-14  Richard Henderson  <rth@redhat.com>
5056         * gcc.dg/tls/diag-3.c: Fix expected message strings.
5058 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
5060         * gcc.dg/cpp/_Pragma3.c: New test.
5062 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
5064         * g++.dg/template/inherit3: New test.
5066 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
5068         * gcc.dg/bitfld-4.c: Add blank options.
5070 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
5072         * g++.dg/template/crash1.C: New test.
5074 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
5076         * gcc.dg/tls/opt-2.c: New test.
5078 2002-08-08  Devang Patel  <dpatel@apple.com>
5080         * objc.dg/selector-1.m : New test
5082 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
5084         * g++.dg/abi/bitfield4.C: New test.
5085         * gcc.dg/bitfld-4.c: New test.
5087 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
5089         * g++.dg/other/packed1.C: New test.
5091 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
5093         * g++.dg/abi/offsetof.C: Tweak error messages.
5094         * g++.old-deja/g++.mike/p10769a.C: Likewise.
5096 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
5098         * gcc.dg/bitfld-3.c: New test.
5100 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
5101             Richard Henderson  <rth@redhat.com>
5103         * gcc.dg/i386-bitfield1.c: New test.
5104         * g++.dg/abi/bitfield3.C: Update.
5106 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
5108         * objc.dg/const-str-2.m: Update.
5109         * gcc.dg/cpp/c++98.c: Change to C extension.
5110         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
5111         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
5113 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
5115         * testsuite/gcc.dg/tls/diag-3.c: New.
5117 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
5119         * g++.dg/README (Subdirectories): Document new subdir expr.
5120         * g++.dg/expr/pmf-1.C: New test.
5122 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
5124         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
5126 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
5128         * g++.dg/abi/bitfield3.C: New test.
5130 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
5132         * lib/gcov.exp: Tweak expected line formats.
5133         * gcc.misc-tests/gcov8.c: New test.
5134         * gcc.misc-tests/gcov8.x: New flags.
5136 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
5138         * consistency.vlad/layout/endian.c: Include string.h.
5140         * gcc.c-torture/execute/20020805-1.c: New test.
5142 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
5144         * g++.dg/other/conversion1.C: New test.
5146 2002-08-03  Roger Sayle  <roger@eyesopen.com>
5148         * gcc.dg/builtins-1.c: New testcase.
5150 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
5152         * g++.dg/inherit/access3.C: New test.
5154 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
5156         * gcc.dg/ia64-visibility-2.c: New test.
5158 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
5160         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
5161         __qualifier_flags to __flags.
5163 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
5165         * g++.dg/inherit/operator1.C: New test.
5166         * g++.dg/lookup/disamb1.C: Fix typo in comment.
5167         * g++.dg/other/error1.C: Change expected error message.
5168         * g++.dg/template/conv4.C: Likewise.
5170 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
5172         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
5173         for documented behavior.
5175 2002-07-25  Roger Sayle  <roger@eyesopen.com>
5177         * gcc.c-torture/execute/20020720-1.x: Skip this test on
5178         several targets known to fail.
5180 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
5182         * gcc.dg/mips-args-[123].c: New tests.
5184 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
5186         * gcc.dg/ppc-spe.c: New.
5188 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
5190         * g++.dg/other/ptrmem4.C: New testcase.
5192 2002-07-24  Richard Henderson  <rth@redhat.com>
5194         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
5196 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
5198         * g++.dg/ext/alignof1.C (main): Return 0 for success.
5200 2002-07-24  Roger Sayle  <roger@eyesopen.com>
5202         * gcc.c-torture/execute/memset-3.c: New testcase.
5204 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
5206         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
5207         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
5209 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5211         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
5212         Delete.
5214 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
5216         * gcc.c-torture/compile/simd-4.c: New test.
5218 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5220         PR c++/7347, c++/7348
5221         * g++.dg/template/access4.C: New test.
5222         * g++.dg/template/access5.C: New test.
5223         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
5224         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
5225         * g++.old-deja/g++.pt/ttp58.C: Likewise.
5226         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
5228 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
5230         * gcc.dg/gnu89-init-2.c: New test.
5232 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
5234         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
5236 2002-07-20  Roger Sayle  <roger@eyesopen.com>
5238         * gcc.c-torture/execute/20020720-1.c: New testcase.
5240 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
5242         * gcc.dg/cpp/Wsignprom.c: New tests.
5244 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
5246         * gcc.c-torture/execute/loop-13.c: New test.
5248 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
5250         * gcc.dg/cpp/expr.c: New tests.
5252 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
5254         * g++.dg/opt/pr6713.C: Add template instantiation.
5256 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
5258         * gcc.dg/nest.c: New test.
5260 2002-07-17  Richard Henderson  <rth@redhat.com>
5262         * g++.dg/opt/pr6713.C: New test.
5264 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
5266         * gcc.c-torture/execute/loop-2e.x: Let the testcase
5267         XFAIL for all x86 processors.
5269 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
5271         * gcc.c-torture/execute/20010122-1.x: Do not test with
5272         -fomit-frame-pointer.
5274 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5276         * g++.dg/template/instantiate2.C: New test.
5277         * g++.dg/template/spec4.C: New test.
5279 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5281         * g++.dg/template/access2.C: New test.
5282         * g++.dg/template/access3.C: New test.
5284 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
5286         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
5287         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
5288         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
5289         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
5290         Convert to use <stdarg.h>.
5291         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
5292         Delete.
5293         * gcc.dg/va-arg-2.c: New.
5294         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
5296 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
5298         * gcc.c-torture/compile/20020710-1.c: New test.
5300 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
5301                           Andrew Pinski  <pinskia@physics.uc.edu>
5303         gcc.c-torture/compile/simd-2.c: New testcase.
5304         gcc.c-torture/compile/simd-3.c: Likewise.
5306 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
5308         PR c++/7224
5309         * g++.dg/overload/error1.C: New test.
5311 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5313         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
5314         configuration and IRIX 6 O32 ABI.
5316 2002-07-11  Roger Sayle  <roger@eyesopen.com>
5318         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
5320 2002-07-10  Roger Sayle  <roger@eyesopen.com>
5322         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
5324 2002-07-10  Jeffrey A Law  <law@redhat.com>
5326         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
5328         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
5330 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
5332         * gcc.dg/20020312-2.c: Check for __PPC__.
5334 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
5336         * gcc.c-torture/compile/20020709-1.c: New test.
5338 2002-07-07  Roger Sayle  <roger@eyesopen.com>
5340         * g++.dg/template/qualttp21.C: New test case.
5342 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
5344         * gcc.c-torture/compile/20020706-1.c: New test.
5345         * gcc.c-torture/compile/20020706-2.c: New test.
5347 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
5348             Alexandre Oliva  <aoliva@redhat.com>
5350         * g++.dg/warn/incomplete1.C: New test.
5352 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5354         PR c++/7099
5355         * g++.dg/warn/noreturn1.C: New test.
5357 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
5359         PR c++/6706
5360         * g++.dg/debug/debug6.C: New test.
5361         * g++.dg/debug/debug7.C: New test.
5363 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
5365         * gcc.c-torture/compile/simd-3.c: New test.
5367 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
5369         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
5370         * gcc.dg/20020620-1.c: Likewise.
5372 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5374         PR c++/6944
5375         * g++.dg/init/array4.C: New test.
5376         * g++.dg/init/array5.C: New test.
5378 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
5380         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
5381         * gcc.c-torture/execute/simd-2.c (main): Likewise.
5383 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5385         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
5386         * gcc.dg/wtr-aggr-init-1.c: Likewise.
5387         * gcc.dg/wtr-conversion-1.c: Likewise.
5388         * gcc.dg/wtr-escape-1.c: Likewise.
5389         * gcc.dg/wtr-int-type-1.c: Likewise.
5390         * gcc.dg/wtr-label-1.c: Likewise.
5391         * gcc.dg/wtr-static-1.c: Likewise.
5392         * gcc.dg/wtr-strcat-1.c: Likewise.
5393         * gcc.dg/wtr-suffix-1.c: Likewise.
5394         * gcc.dg/wtr-switch-1.c: Likewise.
5395         * gcc.dg/wtr-unary-plus-1.c: Likewise.
5396         * gcc.dg/wtr-union-init-1.c: Likewise.
5397         * gcc.dg/wtr-union-init-2.c: Likewise.
5398         * gcc.dg/wtr-union-init-3.c: Likewise.
5400         * gcc.dg/wtr-func-def-1.c: New test.
5402 2002-07-02 Devang Patel <dpatel@apple.com>
5404         * objc.dg/param-1.m: New test.
5406 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
5408         * gcc.dg/cpp/trad/directive.c: Add test.
5409         * gcc.dg/cpp/trad/macroargs.c: Add test.
5410         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
5412 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
5414         * gcc.dg/cpp/cmdlne-M.c: New test.
5416 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
5418         * objc.dg/desig-init-1.m: New test.
5420 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5422         PR c++/6716
5423         * g++.dg/template/instantiate1.C: New test.
5425 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
5427         PR c++/7112
5428         * g++.dg/template/sizeof2.C: New test.
5430 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
5432         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
5433         gcc.dg/cpp/trad/include.c: New tests.
5435 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
5437         PR target/7177
5438         * gcc.c-torture/compile/20020701-1.c: New test.
5440 2002-07-01  Stan Shebs  <shebs@apple.com>
5442         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
5443         header here...
5444         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
5445         (objc-torture-execute): or here.
5447 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
5449         * gcc.c-torture/execute/arith-rand-ll.c: New test.
5451 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
5453         * gcc.dg/cpp/trad/escaped-nl.c: New test.
5455 2002-06-30  Devang Patel  <dpatel@apple.com>
5457         * objc.dg/fsyntax-only.m: New test.
5459 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
5461         PR c++/6695
5462         * g++.dg/template/friend7.C: New file.
5464 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
5466         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
5467         return type.
5469 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
5471         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
5472         avoid division by zero.
5474 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
5476         * gcc.dg/Wunknownprag.c: New tests.
5478 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
5480         * gcc.c-torture/execute/simd-2.c: New test.
5482 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
5484         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
5485         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
5486         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
5487         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
5488         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
5489         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
5490         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
5491         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
5492         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
5493         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
5494         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
5495         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
5496         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
5497         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
5498         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
5499         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
5500         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
5502 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
5504         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
5505         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
5506         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
5507         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
5508         New tests.
5509         * gcc.dg/cpp/trad/directive.c: Update.
5511 2002-06-23  Andreas Jaeger  <aj@suse.de>
5513         * gcc.c-torture/execute/complex-6.c: New.
5515 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
5517         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
5518         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
5519         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
5520         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
5522 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
5524         * gcc.dg/cpp/trad: New directory with traditional tests copied
5525         from parent directory.
5526         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
5527         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
5528         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
5529         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
5530         Move to trad/ and rename.
5531         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
5532         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
5533         gcc.dg/cpp/trad/redef2.c: New tests.
5534         * gcc.dg/cpp/trad/trad.exp: New driver.
5536 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
5538         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
5539         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
5540         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
5541         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
5542         Remove.
5544 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
5546         * gcc.dg/20020620-1.c: New test.
5548 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5550         * g++.dg/template/ttp4.C: New test.
5552 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
5554         * g++.dg/opt/vt1.C: Fix regexp.
5556 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5558         * gcc.c-torture/execute/pure-1.c: Make functions static again.
5559         Don't use attribute `noinline'.
5561 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
5563         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
5565 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
5567         * gcc.c-torture/execute/simd-1.c: New.
5569         * gcc.dg/simd-1.c: New.
5571 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
5573         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
5575 2002-06-16  Richard Henderson  <rth@redhat.com>
5577         * g++.dg/ext/anon-struct1.C: New.
5578         * g++.dg/ext/anon-struct2.C: New.
5579         * g++.dg/ext/anon-struct3.C: New.
5580         * gcc.dg/anon-struct-1.c: New.
5581         * gcc.dg/anon-struct-2.c: New.
5582         * gcc.dg/anon-struct-3.c: New.
5583         * gcc.dg/20011008-1.c: Adjust warning text.
5584         * gcc.dg/20020527-1.c: Add -fms-extensions.
5586 2002-06-16  Richard Henderson  <rth@redhat.com>
5588         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
5590 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
5592         * gcc.c-torture/execute/20020615-1.c: New test.
5594 2002-06-15  Roger Sayle  <roger@eyesopen.com>
5596         * gcc.c-tortuture/execute/compare-1.c: New test case.
5597         * gcc.c-tortuture/execute/compare-2.c: New test case.
5598         * gcc.c-tortuture/execute/compare-3.c: New test case.
5600 2002-06-13  Richard Henderson  <rth@redhat.com>
5602         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
5603         ia64 ilp32.
5605 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5607         * g++.dg/template/typename2.C: Update error message.
5609 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
5611         * gcc.c-torture/execute/20020611-1.c: New test.
5613 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
5615         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
5616         list of targets to skip.
5618 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
5620         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
5621         targets if not optimizing.
5623 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
5625         * gcc.c-torture/compile/20020605-1.c: New test.
5627         * g++.dg/opt/vt1.C: New test.
5629         * gcc.dg/20020531-1.c: New test.
5631         * gcc.dg/20020530-1.c: New test.
5633         * gcc.dg/20020527-1.c: New test.
5635         * g++.dg/opt/cse1.C: New test.
5637 2002-06-07  Roger Sayle  <roger@eyesopen.com>
5639         * gcc.dg/20020607-2.c: New test case.
5641 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5643         * gcc.c-torture/compile/20020604-1.c: New test.
5645 2002-06-04  Richard Henderson  <rth@redhat.com>
5647         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
5648         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
5649         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
5651 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
5653         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
5655 2002-06-03  Richard Henderson  <rth@redhat.com>
5657         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
5658         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
5660 2002-06-02  Richard Henderson  <rth@redhat.com>
5662         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
5663         test functions static.
5665 2002-06-02  Andreas Jaeger  <aj@suse.de>
5667         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
5668         now.
5670 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5672         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
5673         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
5674         Update for mofified diagnostics.
5675         * gcc.dg/c99-intconst-1.c: No longer fail.
5677 2002-06-02  Richard Henderson  <rth@redhat.com>
5679         * gcc.dg/uninit-A.c: Remove xfail markers.
5681 2002-06-01  Roger Sayle  <roger@eyesopen.com>
5683         * gcc.dg/fnegate-1.c: New test case.
5685 2002-05-30  Osku Salerma  <osku@iki.fi>
5687         * gcc.c-torture/execute/mayalias-1.c: New file.
5689 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5691         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
5692         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
5693         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
5695 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
5697         * gcc.c-torture/execute/20020529-1.c: New test.
5699 2002-05-27  Richard Henderson  <rth@redhat.com>
5701         * g++.dg/ext/attrib6.C: New test case.
5703 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5705         * gcc.c-torture/execute/pure-1.c: New test.
5707 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5709         * gcc.dg/cpp/arith-2.c: Remove.
5711 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5713         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
5714         * gcc.dg/cpp/if-3.c: Remove.
5716 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
5718         * g++.dg/opt/cse2.C: New test.
5720 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
5722         * gcc.dg/cpp/arith-1.c: New semantic tests.
5723         * gcc.dg/cpp/if-1.c: Update.
5725 2002-05-24  Ben Elliston  <bje@redhat.com>
5727         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
5729 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
5731         * gcc.dg/verbose-asm.c: New test.
5733 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5735         * gcc.dg/cpp/paste12.c: New test.
5737 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
5739         * g++.dg/parse/named_ops.C: New test.
5741 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
5743         * gcc/testsuite/gcc.dg/weak-8.c: New test.
5745 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
5747         * gcc.dg/weak-2.c: Allow optional leading underscore
5748         in scan-assembler symbol name.
5749         * gcc.dg/weak-3.c: Likewise.
5750         * gcc.dg/weak-4.c: Likewise.
5751         * gcc.dg/weak-5.c: Likewise.
5753 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5755         * gcc.dg/20020523-1.c: New test.
5757 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
5759         * objc.dg/const-str-2.m: Update now that we stop after
5760         a command line error.
5762 2002-05-22  Richard Henderson  <rth@redhat.com>
5764         * g++.dg/dg.exp: Fix typo in test pruneing.
5766 2002-05-22  Richard Henderson  <rth@redhat.com>
5768         * g++.dg/dg.exp: Prune the tls subdirectory.
5769         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
5770         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
5771         * g++.dg/tls/init-1.C: New.
5773 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
5775         * gcc.dg/20020517-1.c: New test.
5777 2002-05-21  Richard Henderson  <rth@redhat.com>
5779         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
5780         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
5782 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
5784         * g++.dg/other/copy2.C: New test.
5786 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
5788         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
5789         (MAX_COPY): Bump up to 10 times sizeof (long long).
5790         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
5792         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
5793         sizeof (long long).
5795         * gcc.c-torture/execute/strcpy-1.c: New test.
5797 2002-05-19  Jason Merrill  <jason2redhat.com>
5799         * g++.dg/ext/oper1.C: New test.
5801 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
5802 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
5804         * README.QMTEST: New file.
5806         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
5808 2002-05-19  Andreas Jaeger  <aj@suse.de>
5810         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
5811         now.
5812         * gcc.c-torture/execute/loop-2d.x: Likewise.
5814 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
5816         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
5817         support weak symbols.
5818         * gcc.dg/weak-4.c: Likewise
5819         * gcc.dg/weak-6.c: Likewise
5821 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
5823         * gcc.dg/weak-3.c: Add dg-excess-error comment for
5824         cygwin, coff and h8300-*-hms targets
5825         * gcc.dg/weak-5.c: Likewise
5826         * gcc.dg/weak-7.c: Likewise
5828 2002-05-16  Jason Merrill  <jason@redhat.com>
5830         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
5831         (scan-assembler-not, scan-assembler-dem): Likewise.
5832         (scan-assembler-dem-not): Likewise.
5834 2002-05-15  Richard Henderson  <rth@redhat.com>
5836         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
5838 2002-05-15  Richard Henderson  <rth@redhat.com>
5840         * gcc.dg/weak-5.c (vfoo1c): No warning here.
5841         (vfoo1f): Warning here.
5842         (vfoo1l): Don't redefine the alias.
5844 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
5846         * g++.dg/init/pm1.C: New test.
5848 2002-05-12  David S. Miller  <davem@redhat.com>
5850         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
5851         types.
5853 2002-05-10  Roger Sayle  <roger@eyesopen.com>
5855         * gcc.c-torture/execute/20020510-1.c: New test case.
5857 2002-05-10  David S. Miller  <davem@redhat.com>
5859         * gcc.c-torture/execute/conversion.c: Test long double too.
5861 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
5863         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
5864         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
5865         * lib/g++.exp (g++_link_flags): Likewise.
5866         * lib/objc.exp (objc_target_compile): Likewise.
5868 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5870         * gcc.dg/cpp/poison.c: Update.
5871         * gcc.dg/cpp/20000625-2.c: Remove.
5872         * gcc.dg/cpp/direct2s.c: Remove final test.
5874 2002-05-08  Tom Rix  <trix@redhat.com>
5876         * gcc.c-torture/execute/20020508-1.c: New test.
5877         * gcc.c-torture/execute/20020508-2.c: New test.
5878         * gcc.c-torture/execute/20020508-3.c: New test.
5880 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5882         * gcc.dg/cpp/charconst-4.c: More tests.
5884 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
5886         PR c/6569
5887         * gcc.dg/weak-3.c: Update location of warning messages.
5888         * gcc.dg/weak-5.c: Likewise.
5890 2002-05-06  Roger Sayle  <roger@eyesopen.com>
5892         * gcc.c-torture/execute/20020506-1.c: New test case.
5894 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
5896         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
5898 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
5900         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
5902 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
5904         * gcc.dg/cpp/charconst-3.c: New test.
5906 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5908         * gcc.dg/cpp/charconst.c: Update tests.
5910 2002-05-05  Tim Josling  <tej@melbpc.org.au>
5912         * treelang: Added directory for new sample language treelang. Also
5913         lib/treelang.exp: New file to signal treelang should be tested.
5915 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
5917         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
5918         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
5919         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
5920         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
5921         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
5922         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
5923         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
5925 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5927         * gcc.dg/format/xopen-2.c: New test.
5929 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
5931         * gcc.dg/20020503-1.c: New test.
5933 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
5935         * g++.dg/init/dtor1.C: Make it tougher.
5937 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
5939         * g++.dg/init/dtor1.C: New test.
5941 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
5943         * gcc.dg/altivec-8.c: New.
5945 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
5947         * gcc.dg/altivec-7.c: New.
5949 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
5951         * g++.dg/parse/typedef1.C: New test.
5953 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
5955         PR c++/6486
5956         * g++.dg/template/friend6.C: New test.
5958         PR c++/6492
5959         * g++.dg/init/copy1.C: New test.
5961 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
5963         * g++.dg/warn/effc1.C: New test.
5965 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5967         * gcc.dg/cpp/if-cexp.c: Add a test.
5969 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
5971         * gcc.dg/20020426-2.c: New test.
5973 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
5975         * gcc.dg/cpp/if-mop.c: Update.
5976         * gcc.dg/cpp/if-mpar.c: Add test.
5977         * gcc.dg/cpp/if-oppr.c: Update.
5979 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5981         PR c/6343
5982         * gcc.dg/weak-[2-7].c: New tests.
5984 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
5986         * gcc.dg/enum1.c: New test.
5988 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
5990         PR c++/6497
5991         * g++.dg/inherit/access2.C: New test.
5993 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
5995         PR bootstrap/6445
5996         * gcc.dg/20020426-1.c: New test.
5998 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
6000         * g++.dg/abi/enum1.C: New test.
6002 2002-04-26  Richard Henderson  <rth@redhat.com>
6004         * gcc.dg/c99-bool-1.c: Expect always true warning.
6006 2002-04-25  Roger Sayle  <roger@eyesopen.com>
6008         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
6010 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6012         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
6013         targets.
6015 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
6017         * g++.dg/abi/mange7.C: New test.
6019         PR c++/6438.
6020         * g++.dg/parse/stmtexpr2.C: New test.
6022 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
6024         * gcc.dg/20020312-2.c: Add SH target.
6026 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6028         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
6029         compiler output on mips*-*-irix*.
6031 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
6033         * g++.dg/parse/attr1.C: New test.
6035 2002-04-23  Roger Sayle  <roger@eyesopen.com>
6037         * gcc.c-torture/execute/string-opt-17.c: New test case.
6038         * gcc.c-torture/execute/memset-2.c: New test case.
6040 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
6042         PR c++/6256:
6043         * g++.dg/template/friend5.C: New test.
6045         PR c++/6331:
6046         * g++.dg/template/qual1.C: Likewise.
6048 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
6050         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
6051         Include stdlib.h, not stdio.h or ctype.h.
6053 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
6055         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
6056         cris-*-elf* and mmix-*-*.
6057         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
6058         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
6059         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
6060         Ditto.
6061         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
6062         * gcc.dg/wchar_t-1.c: Ditto.
6064 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
6066         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
6067         Clarify comment.
6069 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
6071         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
6073 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6075         * gcc.c-torture/execute/20000906-1.x: Delete.
6077 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
6079         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
6081 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
6083         * PR6367
6084         * g77.f-torture/execute/6367.f: New test.
6085         * g77.f-torture/execute/6367.x: Disable for MMIX.
6087 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
6089         * PR6352
6090         * g++.dg/opt/inline2.C: New test.
6092 2002-04-18  Richard Henderson  <rth@redhat.com>
6094         * gcc.dg/20000906-1.c: Enable for all targets.
6095         * gcc.c-torture/compile/iftrap-2.c: New.
6097 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
6099         * gcc.dg/20020418-1.c: New test.
6100         * gcc.dg/20020418-2.c: New test.
6102 2002-04-18  Richard Henderson  <rth@redhat.com>
6104         * gcc.c-torture/compile/iftrap-1.c: New.
6105         * gcc.dg/iftrap-1.c: Adjust for ia64.
6106         * gcc.dg/iftrap-2.c: New.
6108 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
6110         * gcc.c-torture/compile/20020418-1.c: New test.
6112 2002-04-18  Roger Sayle  <roger@eyesopen.com>
6114         * gcc.c-torture/compile/20020415-1.c: New.
6116 2002-04-18  David S. Miller  <davem@redhat.com>
6118         * gcc.c-torture/execute/20020418-1.c: New test.
6120 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6122         * gcc.dg/20020416-1.c: New test.
6124         * g++.dg/opt/inline1.C: New test.
6126 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
6128         * gcc.dg/altivec-5.c: New test.
6130         * gcc.dg/20020415-1.c: New test.
6132 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6134         * testsuite/lib/chill.exp: Remove.
6136 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6138         * g++.dg/other/big-struct.C: New test.
6140 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
6142         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
6143         of scratch file.
6145 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
6147         PR c/6277
6148         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
6149         in scan-assembler function name
6151 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
6153         * g77.f-torture/execute/980628-4.x,
6154         g77.f-torture/execute/980628-5.x,
6155         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
6156         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
6157         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
6158         i[34567]86-*-*.
6160 2002-04-13  David S. Miller  <davem@redhat.com>
6162         * gcc.c-torture/execute/20020413-1.c: New test.
6164 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
6166         * gcc.dg/asm-6.c,
6167         * g++.dg/ext/asm1.C: New tests.
6169 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
6171         PR c++ 5373.
6172         * g++.dg/parse/stmtexpr1.C: New test.
6174         PR c++/5189.
6175         * g++.dg/template/copy1.C: New test.
6177 2002-04-12  Richard Henderson  <rth@redhat.com>
6179         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
6181 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
6183         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
6184         gcc.c-torture/execute/20020307-2.c.
6186 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
6188         * g++.dg/ext/attrib5.C,
6189         * g++.dg/lookup/struct1.C: New tests.
6191 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6193         * gcc.dg/20020411-1.c: New test.
6195         * gcc.c-torture/execute/20020411-1.c: New test.
6197 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
6199         * g77.f-torture/execute/6177.f: New test.
6201 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
6203         PR middle-end/6247
6204         * g++.dg/opt/cleanup1.C: New test.
6206         * g++.dg/opt/const1.C: New test.
6208 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
6210         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
6212 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
6214         PR c++/5507
6215         * g++.dg/template/typename2.C: New test.
6217 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
6219         * gcc.c-torture/execute/loop-12.c: New.
6221 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
6223         * g77.f-torture/execute/980628-4.x,
6224         g77.f-torture/execute/980628-5.x,
6225         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
6226         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
6227         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
6229 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6231         PR optimization/6086
6232         * g++.dg/opt/preinc1.C: New test.
6234 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
6236         PR c++/5571
6237         * g++.dg/opt/static2.C: New test.
6239 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
6241         PR c/5120
6242         * gcc.dg/20020406-1.c: New test.
6244 2002-04-04  David S. Miller  <davem@redhat.com>
6246         * gcc.c-torture/execute/20020404-1.c: New test.
6248 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
6250         PR c/6123
6251         * gcc.dg/20020312-2.c: Do not declare global register variable
6252         if __PIC__ or __pic__ is defined.
6254 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
6256         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
6257         __asm__ so that it works correctly even if -ansi -pedantic-errors.
6259 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6261         * gcc.misc-tests/linkage.exp: Update last change to handle
6262         sparc*-, not just sparc-.
6264 2002-04-03  Richard Henderson  <rth@redhat.com>
6266         * gcc.dg/cpp/ucs.c: Improved long UCS test.
6268 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
6270         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
6272 2002-04-02  David S. Miller  <davem@redhat.com>
6274         * gcc.c-torture/execute/20020402-3.c: New test.
6276 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
6278         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
6279         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
6281         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
6282         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
6283         g77.f-torture/execute/20001201.x,
6284         g77.f-torture/execute/u77-test.x: New files.
6286         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
6287         * gcc.dg/wchar_t-1.c: Ditto.
6289 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6291         * gcc.c-torture/execute/20020402-1.c: New test.
6293 2002-04-01  Richard Henderson  <rth@redhat.com>
6295         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
6297         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
6299 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6301         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
6303 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6305         * g++.dg/inherit/template-as-base.C: Expect error.
6306         * g++.dg/inherit/namespace-as-base.C: Likewise.
6308 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
6310         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
6311         g++.dg/ext/instantiate3.C: Tweak match patterns.
6313         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
6314         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
6315         -da test.
6317 2002-03-31  Richard Henderson  <rth@redhat.com>
6319         * gcc.dg/special/alias-2.c: New.
6320         * gcc.dg/special/ecos.exp: Run it.
6322 2002-03-31  Richard Henderson  <rth@redhat.com>
6324         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
6326 2002-03-31  Kazu Hirata  <kazu@hxi.com>
6328         * gcc.dg/weak-1.c: Disable on h8300 port.
6330 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
6332         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
6333         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
6334         ordering tests.
6335         * g++.dg/bprob/bprob-1.C: New test.
6336         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
6337         * g++.dg/gcov/gcov-1.C: New test.
6338         * g++.dg/gcov/gcov-1.x: New file.
6339         * g++.dg/gcov/gcov-2.C: New test.
6340         * g++.dg/gcov/gcov-3.C: New test.
6341         * g++.dg/gcov/gcov-3.h: New file.
6343 2002-03-28  Roger Sayle  <roger@eyesopen.com>
6345         * g++.old-deja/g++.other/builtins5.C: New test.
6346         * g++.old-deja/g++.other/builtins6.C: New test.
6347         * g++.old-deja/g++.other/builtins7.C: New test.
6348         * g++.old-deja/g++.other/builtins8.C: New test.
6349         * g++.old-deja/g++.other/builtins9.C: New test.
6351 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6353         * g++.dg/opt/static1.C: New test.
6355         * g++.dg/opt/longbranch1.C: New test.
6357 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
6359         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
6361         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
6363 2002-03-28  Jeffrey A Law  (law@redhat.com)
6365         * gcc.c-torture/execute/20020328-1.c: New test.
6367 2002-03-27  Richard Henderson  <rth@redhat.com>
6369         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
6370         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
6371         move from g++.old-deja/g++.ext/.
6373 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
6375         * g++.dg/init/new2.C: New test.
6377 2002-03-26  Richard Henderson  <rth@redhat.com>
6379         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
6381         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
6382         on sparc.
6384         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
6385         sparcv9 systems.
6386         * gcc.dg/20001102-1.c: Likewise.
6388 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
6390         * gcc.dg/cpp/endif-pedantic1.c,
6391         gcc.dg/cpp/endif-pedantic2.c:  New tests.
6393 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
6395         * g++.dg/init/new1.C: New test.
6397 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
6399         * g++.dg/abi/vbase9.C: New test.
6401 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
6403         * gcc.dg/arm-asm.c: New test.
6405 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
6407         * gcc.dg/Wswitch-enum.c: New test.
6408         Fix PR c/5044.
6410 2002-03-26  Richard Henderson  <rth@redhat.com>
6412         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
6413         structure.
6415 2002-03-25  Richard Henderson  <rth@redhat.com>
6417         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
6418         sparcv9 systems.
6420         * gcc.c-torture/compile/20011119-1.c (xxx): New.
6421         * gcc.c-torture/compile/20011119-2.c (xxx): New.
6423 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
6425         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
6427 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
6429         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
6430         targets using generic thunk support.
6432 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
6434         * gcc.c-torture/compile/20020323-1.c: New test.
6436         * g++.dg/opt/conj2.C: New test.
6438 2002-03-24  Richard Henderson  <rth@redhat.com>
6440         * gcc.dg/weak-1.c: Use -fno-common.
6442 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
6444         * g77.dg/f77-edit-apostrophe-out.f: New test
6445         * g77.dg/f77-edit-h-out.f: New test
6446         * g77.dg/f77-edit-t-in.f: New test
6447         * g77.dg/f77-edit-t-out.f: New test
6448         * g77.dg/f77-edit-x-out.f: New test
6449         * g77.dg/f77-edit-slash-out.f: New test
6450         * g77.dg/f77-edit-colon-out.f: New test
6451         * g77.dg/f77-edit-s-out.f: New test
6453 2002-03-24  Richard Henderson  <rth@redhat.com>
6455         * objc/execute/formal_protocol-6.x: New XFAIL.
6457 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
6459         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
6460         that do not support weak symbols
6462 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
6464         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
6465         * lib/g77.exp:  Likewise
6466         * lib/objc.exp: Likewise
6468 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
6470         * gcc.dg/Wswitch-default.c: New test.
6472 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6474         * g++.dg/other/enum1.C: New test.
6476 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
6478         * gcc.dg/pragma-ep-3.c: Fix typo.
6480 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6482         * g++.dg/inherit/template-as-base.C: New test.
6484 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
6486         * g++.old-deja/g++.other/dwarf2-1.C: Move...
6487         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
6489 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
6491         * gcc.dg/cpp/multiline.c: Update to match.
6493 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
6495         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
6497 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
6499         * gcc.dg/cpp/extratokens2.c:  New file.
6501 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
6503         * gcc.dg/20020312-2.c: Add rs6000 target.
6505         * gcc.c-torture/compile/20020319-1.c: New test.
6507 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6509         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
6510         (A, E): Handle this.
6512 2002-03-20  Jason Merrill  <jason@redhat.com>
6514         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
6515         ignoring -fpic.
6516         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
6517         through prune_gcc_output.
6519 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
6521         * gcc.c-torture/compile/20020320-1.c: New test.
6523 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
6525         * gcc.c-torture/compile/20020318-1.c: New test.
6527         * gcc.dg/struct-by-value-1.c: New test.
6529         * gcc.dg/20020319-1.c: New test.
6531 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
6533         * g++.dg/opt/conj1.C: New test.
6535 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
6537         * g++.dg/template/qualttp20.C: Revert previous change.
6538         * g++.dg/template/qualttp3.C: Likewise.
6539         * g++.dg/template/qualttp4.C: Likewise
6540         * g++.dg/template/qualttp5.C: Likewise
6541         * g++.dg/template/qualttp6.C: Likewise
6542         * g++.dg/template/qualttp7.C: Likewise
6543         * g++.dg/template/qualttp8.C: Likewise
6544         * g++.dg/template/recurse.C: Likewise.
6546 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
6548         * gcc.dg/cpp/wchar-1.c: Update.
6550 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
6552         * g++.dg/template/conv1.C: New test.
6553         * g++.dg/template/conv2.C: New test.
6554         * g++.dg/template/conv3.C: New test.
6555         * g++.dg/template/conv4.C: New test.
6557 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
6559         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
6560         * g++.dg/template/qualttp3.C: Likewise.
6561         * g++.dg/template/qualttp4.C: Likewise
6562         * g++.dg/template/qualttp5.C: Likewise
6563         * g++.dg/template/qualttp6.C: Likewise
6564         * g++.dg/template/qualttp7.C: Likewise
6565         * g++.dg/template/qualttp8.C: Likewise
6566         * g++.dg/template/recurse.C: Likewise.
6568 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
6570         * g++.dg/opt/dtor1.C: New test.
6572 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
6574         * gcc.c-torture/compile/20020315-1.c: New test.
6576 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
6578         * gcc.dg/weak-1.c: Fix scan tests.
6580 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
6582         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
6583         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
6584         cris-*-aout* mmix-*-*.
6585         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
6586         cris-*-aout* mmix-*-*.
6587         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
6588         cris-*-elf* cris-*-aout* and mmix-*-*.
6589         * gcc.dg/20001009-1.c: Ditto.
6590         * gcc.dg/20010912-1.c: Ditto.
6591         * gcc.dg/20020122-4.c: Ditto.
6592         * gcc.dg/inline-2.c: Ditto.
6594 2002-03-14  Jeffrey A Law  (law@cygnus.com)
6596         * gcc.c-torture/compile/20020314-1.c: New test.
6598 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
6600         * gcc.c-torture/execute/20020314-1.c: New test.
6602 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6604         * g++.dg/warn/Wunused-1.C: New test.
6606 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
6608         * g++.dg/abi/mangle6.C: New test.
6610 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
6612         * gcc.c-torture/compile/20020309-2.c: New test.
6614         * gcc.c-torture/compile/20020312-1.c: New test.
6616 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
6618         * g++.dg/other/access1.C: New test.
6620 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
6622         * gcc.c-torture/execute/wchar_t-1.c: New test.
6624 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
6626         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
6628 2002-03-12  Roger Sayle  <roger@eyesopen.com>
6630         * gcc.dg/20020312-1.c: New test case.
6632 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
6634         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
6636 2002-03-11  Richard Henderson  <rth@redhat.com>
6638         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
6639         * g++.old-deja/g++.jason/report.C: Likewise.
6641 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
6643         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
6644         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
6646 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
6648         * testsuite/g++.dg/overload/pmf1.C: New test.
6650 2002-03-11  Kazu Hirata  <kazu@hxi.com>
6652         * gcc.c-torture/execute/20020307-1.c: Use long.
6654 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
6656         PR optimization/5844
6657         * gcc.dg/20020310-1.c: New test.
6659 2002-03-09  Michael Meissner  <meissner@redhat.com>
6661         * gcc.c-torture/execute/memcpy-2.c: New test.
6662         * gcc.c-torture/execute/memset-1.c: New test.
6663         * gcc.c-torture/execute/strlen-1.c: New test.
6664         * gcc.c-torture/execute/strcmp-1.c: New test.
6665         * gcc.c-torture/execute/strncmp-1.c: New test.
6667 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
6669         * gcc.dg/ppc-ldstruct.c: New test.
6671 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
6673         * gcc.c-torture/execute/va-arg-22.c: New test.
6675 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6677         * gcc.c-torture/compile/20020309-1.c: New test.
6679 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
6681         * gcc.c-torture/execute/20020307-2.c: New test.
6683 2002-03-07  Jeffrey A Law  (law@redhat.com)
6685         * g77.f-torture/compile/20020307-1.f: New test.
6687 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
6689         * gcc.dg/unordered-1.c: New test.
6691 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
6693         * gcc.c-torture/execute/20020307-1.c: New test.
6695 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
6697         * gcc.dg/20020304-1.c: New test.
6699         * gcc.c-torture/compile/20020304-2.c: New test.
6701 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
6703         * gcc.c-torture/compile/20020304-1.c: New test case
6704         (from PR c/5830).
6706 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
6708         * gcc.dg/20020103-1.c: Add other -D ppc variants.
6710 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
6712         * g++.dg/other/classkey1.C: New test.
6714 2002-03-01  Richard Henderson  <rth@redhat.com>
6716         * gcc.c-torture/compile/981223-1.x: New.
6717         * gcc.c-torture/compile/920625-1.x: New.
6719 2002-02-28  Richard Henderson  <rth@redhat.com>
6721         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
6723 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
6725         * gcc.c-torture/execute/20020227-1.c: New test.
6727 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
6729         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
6730         here" ERROR lines.
6731         * g++.old-deja/g++.oliva/partord1.C: Likewise.
6732         * g++.old-deja.g++.other/defarg1.C: Likewise.
6733         * g++.old-deja/g++.pt/calls2.C: Likewise.
6734         * g++.old-deja/g++.pt/crash20.C: Likewise.
6735         * g++.old-deja/g++.pt/crash30.C: Likewise.
6736         * g++.old-deja/g++.pt/crash36.C: Likewise.
6737         * g++.old-deja/g++.pt/crash6.C: Likewise.
6738         * g++.old-deja/g++.pt/defarg13.C: Likewise.
6739         * g++.old-deja/g++.pt/derived3.C: Likewise.
6740         * g++.old-deja/g++.pt/error1.C: Likewise.
6741         * g++.old-deja/g++.pt/friend21.C: Likewise.
6742         * g++.old-deja/g++.pt/friend23.C: Likewise.
6743         * g++.old-deja/g++.pt/infinite1.C: Likewise.
6744         * g++.old-deja/g++.robertl/eb128.C: Likewise.
6746 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
6748         * gcc.c-torture/execute/20020225-2.c: New test.
6750 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
6752         * gcc.c-torture/execute/920730-1t.c,
6753         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
6754         Delete test cases, only relevant to -traditional.
6756 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6758         * gcc.dg/cpp/undef1.c: Remove.
6759         * gcc.dg/cpp/directiv.c: Update.
6760         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
6762 2002-02-27  Michael Meissner  <meissner@redhat.com>
6764         * gcc.c-torture/execute/20020226-1.c: New test.
6766 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
6768         * g++.dg/debug/debug4.C: New test.
6770         * gcc.dg/ia64-visibility-1.c: New test.
6772 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
6774         * gcc.dg/debug/20020224-1.c: New.
6776 2002-02-25  Kazu Hirata  <kazu@hxi.com>
6778         * gcc.c-torture/execute/960416-1.x: New.
6779         * gcc.c-torture/execute/divconst-3.x: Likewise.
6781 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
6783         * gcc.dg/20020224-1.c: New test.
6785 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
6787         * gcc.c-torture/execute/20020225-1.c: New.
6789 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6791         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
6793 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
6795         * gcc.dg/20020222-1.c: New test.
6797 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
6799         * g++.dg/opt/anonunion1.C: New test.
6801 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
6803         * g++.dg/template/qualttp19.C: New test.
6804         * g++.dg/template/qualttp20.C: New test.
6805         * g++.old-deja/g++.jason/report.C: Adjust expected errors
6806         * g++.old-deja/g++.other/qual1.C: Likewise.
6808 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
6810         * gcc.dg/attr-alwaysinline.c: New.
6812 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
6814         * gcc.dg/20020220-1.c: New test.
6816         * gcc.dg/20020220-2.c: New test.
6818         * g++.dg/opt/mmx1.C: New test.
6820 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
6822         * gcc.c-torture/compile/20020110.c: New test.
6824 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
6826         * gcc.c-torture/execute/20020219-1.c: New test.
6828         * gcc.dg/20020219-1.c: New test.
6830         * gcc.dg/noncompile/20020220-1.c: New test.
6832         * g++.dg/opt/ptrintsum1.C: New test.
6834         * gcc.dg/debug/20020220-1.c: New test.
6836 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
6838         * gcc.c-torture/execute/20020216-1.c: New test.
6840 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
6842         * gcc.dg/decl-1.c: Update, new test.
6844 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
6846         * g++.dg/abi/bitfield1.C: New test.
6847         * g++.dg/abi/bitfield2.C: New test.
6849 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
6851         * gcc.dg/attr-nest.c: New test.
6853 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
6855         * gcc.c-torture/execute/20020215-1.c: New test.
6857 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
6859         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
6860         * g++.dg/debug/debug.exp: New.
6861         * g++.dg/debug/trivial.C: New.
6862         * g++.dg/debug/debug1.C: Moved...
6863         * g++.dg/other/debug1.C: ...from here.
6864         * g++.dg/debug/debug2.C: Moved...
6865         * g++.dg/other/debug2.C: ...from here.
6866         * g++.dg/debug/debug3.C: Moved...
6867         * g++.dg/other/debug3.C: ...from here.
6869         * gcc.dg/noncompile/20020213-1.c: New test.
6871 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
6873         * g++.dg/other/debug3.C: New test.
6875         * gcc.c-torture/execute/20020213-1.c: New test.
6877 2002-02-13  Richard Smith <richard@ex-parrot.com>
6879         * g++.old-deja/g++.other/thunk1.C: New test.
6881 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
6883         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
6885 2002-02-13  Stan Shebs  <shebs@apple.com>
6887         * gcc.dg/altivec-3.c: New.
6889 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
6891         * gcc.dg/Wunreachable-1.c: New test.
6892         * gcc.dg/Wunreachable-2.c: New test.
6894 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6896         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
6898 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
6900         * gcc.dg/decl-1.c: New test.
6902 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
6904         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
6906 2002-02-10  Kazu Hirata  <kazu@hxi.com>
6908         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
6909         * gcc.c-torture/compile/980506-1.x: Likewise.
6911 2002-02-10  Kazu Hirata  <kazu@hxi.com>
6913         * gcc.dg/20020210-1.c: New.
6915 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
6917         * g77.f-torture/execute/947.f: New regression test
6918         for PR fortran/947.
6920 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6922         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
6923         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
6925 2002-02-08  Richard Henderson  <rth@redhat.com>
6927         * gcc.c-torture/compile/labels-3.c: New.
6929 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
6931         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
6932         expression statements work instead.
6933         * gcc.dg/noncompile/20020207-1.c: New test.
6935 2002-02-07  Richard Henderson  <rth@redhat.com>
6937         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
6939 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
6941         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
6942         message from g77
6943         * lib/g77-dg.exp: Trim g77 error messages so that they are
6944         recognized by dg.exp.
6946 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
6948         PR fortran/5473
6949         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
6951 2002-02-07  Richard Henderson  <rth@redhat.com>
6953         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
6954         to be sufficiently aligned for integers.
6956 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
6958         * g++.dg/template/friend4.C: New test.
6960 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
6962         PR fortran/5743
6963         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
6964         unsupported cases.
6966 2002-02-07  Richard Henderson  <rth@redhat.com>
6968         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
6969         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
6970         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
6971         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
6973 2002-02-06  Richard Henderson  <rth@redhat.com>
6975         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
6977 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
6979         * gcc.dg/20020206-1.c: New test.
6981 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
6983         * gcc.c-torture/execute/20020206-1.c: New test.
6985         * gcc.c-torture/execute/20020206-2.c: New test.
6987         PR optimization/5429:
6988         * gcc.c-torture/compile/20020206-1.c: New test.
6990 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
6992         * g++.dg/ext/align1.C: Do not use an explicit alignment value
6993         as certain file formats cannot support particularly large
6994         alignments.
6996         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
6997         and do not expect to be able to link the executable.
6999         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
7000         fail because the COFF format does not support the weak attribute.
7002 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
7004         * g77.dg/pr5473.f:  New test
7006 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
7008         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
7009         Fix testcase accordingly.
7011 2002-02-04  Richard Henderson  <rth@redhat.com>
7013         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
7014         (buf): Change to be an array of pointers, not ints.
7016 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
7018         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
7019         before all tests.  Move warning one line above to match where it
7020         C frontend emits.
7021         * gcc.dg/Wswitch-2.c: New test.
7022         * g++.dg/warn/Wswitch-1.C: New test.
7023         * g++.dg/warn/Wswitch-2.C: New test.
7025 2002-02-04  Richard Henderson  <rth@redhat.com>
7027         * g++.dg/abi/offsetof.C: Fix size comparison.
7029 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
7031         * gcc.dg/cast-qual-2.c: New test.
7033 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
7035         * gcc.dg/20020201-4.c: New test.
7037 2002-02-04  Ben Elliston  <bje@redhat.com>
7039         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
7040         target_info attribute != 0, in addition to the empty string.
7041         (gcc_target_compile): Likewise.
7043 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
7045         * gcc.dg/Wswitch.c: New test.
7046         PR gcc/4475. PR gcc/3780.
7048 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
7050         * g77.f-torture/execute/5122.f: New test for regressions
7051         against PR fortran/5122.
7053 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
7055         * g77.f-torture/compile/pr3743.f: Delete
7056         * g77.dg/pr3743-1.f: New test.
7057         * g77.dg/pr3743-2.f: New test.
7058         * g77.dg/pr3743-3.f: New test.
7059         * g77.dg/pr3743-4.f: New test.
7061 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7063         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
7065 2002-02-02  Richard Henderson  <rth@redhat.com>
7067         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
7068         * gcc.c-torture/execute/bf64-1.c: Likewise.
7070 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
7072         * gcc.dg/20020201-2.c: New test.
7074         * gcc.dg/20020201-3.c: New test.
7076         * gcc.c-torture/execute/bitfld-2.c: New test.
7078 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7080         * gcc.dg/bitfld-1.c: Update.
7081         * gcc.dg/bitfld-2.c: Update.
7082         * gcc.c-torture/execute/bitfld-1.x: New.
7084 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
7086         * gcc.c-torture/execute/20020201-1.c: New test.
7088 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
7090         PR target/5469
7091         * gcc.dg/20020201-1.c: New test.
7093 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
7095         PR fortran/3743
7096         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
7097         * g77.f-torture/compile/pr3743.x: Remove
7099 2002-01-31  Tom Rix  <trix@redhat.com>
7101         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
7103 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
7105         * gcc.dg/noncompile/20020130-1.c: New test.
7107 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
7109         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
7111 2002-01-29  Richard Henderson  <rth@redhat.com>
7113         * gcc.c-torture/execute/991118-1.c: Cast various constants back
7114         to long long.
7115         * gcc.c-torture/execute/bf64-1.c: Likewise.
7117 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
7119         * gcc.c-torture/execute/20020129-1.c: New test.
7121 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7123         * gcc.c-torture/compile/20000224-1.c: Update.
7124         * gcc.c-torture/execute/bitfld-1.c: New tests.
7125         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
7126         * gcc.dg/uninit-A.c: Update.
7128 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
7130         * g++.dg/template/ctor1.C: Add instantiation.
7132 2002-01-28  Paul Koning  <pkoning@equallogic.com>
7134         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
7135         argument to __builtin_prefetch to be const ptr.
7137 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
7139         * gcc.c-torture/compile/20020120-1.c: New test.
7141 2002-01-27  Kazu Hirata  <kazu@hxi.com>
7143         * gcc.c-torture/execute/20020127-1.c: New test.
7145 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
7147         * g77.dg/f77-edit-i-in.f: New test
7148         * g77.dg/f77-edit-i-out.f: New test
7150 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
7152         * gcc.dg/debug/debug.exp: New file.
7153         * gcc.dg/debug/trivial.c: New file.
7154         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
7155         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
7156         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
7157         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
7158         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
7159         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
7160         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
7161         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
7162         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
7163         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
7164         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
7165         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
7166         * gcc.dg/20000503-1.c: Removed.
7167         * gcc.dg/20010207-1.c: Removed.
7168         * gcc.dg/20011223-1.c: Removed.
7169         * gcc.dg/20020104-2.c: Removed.
7170         * gcc.dg/debug-1.c: Removed.
7171         * gcc.dg/debug-2.c: Removed.
7172         * gcc.dg/debug-3.c: Removed.
7173         * gcc.dg/debug-4.c: Removed.
7174         * gcc.dg/debug-5.c: Removed.
7175         * gcc.dg/debug-6.c: Removed.
7176         * gcc.dg/dwarf2-1.c: Removed.
7177         * gcc.dg/dwarf2-2.c: Removed.
7179 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
7181         * g++.old-deja/g++.other/eh5.C: New test.
7182         * g++.old-deja/g++.other/sibcall2.C: New test.
7183         * g++.old-deja/g++.other/array9.C: New test.
7184         * g++.old-deja/g++.other/typename2.C: New test.
7185         * g++.old-deja/g++.other/crash60.C: New test.
7186         * g++.old-deja/g++.other/conv9.C: New test.
7187         * g++.old-deja/g++.other/mangle10.C: New test.
7188         * g++.old-deja/g++.other/unchanging1.C: New test.
7189         * g++.old-deja/g++.other/exprstmt1.C: New test.
7190         * g++.old-deja/g++.other/inline23.C: New test.
7191         * g++.old-deja/g++.eh/ia64-1.C: New test.
7192         * g++.old-deja/g++.other/dwarf2-1.C: New test.
7193         * g++.old-deja/g++.other/reload1.C: New test.
7194         * g++.old-deja/g++.other/static20.C: New test.
7195         * g++.old-deja/g++.other/local-alloc1.C: New test.
7196         * g++.old-deja/g++.other/conv8.C: New test.
7197         * g++.old-deja/g++.other/stmtexpr2.C: New test.
7198         * g++.old-deja/g++.other/storeexpr1.C: New test.
7199         * g++.old-deja/g++.other/storeexpr2.C: New test.
7200         * g++.dg/eh/template2.C: New test.
7201         * g++.dg/warn/weak1.C: New test.
7203 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
7205         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
7206         Remove first, non-varying, argument.
7208 2002-01-23  Richard Henderson  <rth@redhat.com>
7210         * gcc.dg/inline-2.c: New.
7212         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
7213         Add optional target arg.  Check number of arguments.
7214         (scan-assembler-not, scan-assembler-dem): Likewise.
7215         (scan-assembler-dem-not): Likewise.
7217 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
7219         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
7220         line 12.
7221         * g++.old-deja/g++.brendan/parse3.C,
7222         g++.old-deja/g++.other/crash26.C,
7223         g++.old-deja/g++.other/crash28.C,
7224         g++.old-deja/g++.other/crash29.C,
7225         g++.old-deja/g++.other/crash30.C,
7226         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
7228 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
7230         * gcc.dg/20020115-1.c: New.
7232 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
7234         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
7236 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
7238         * gcc.dg/20020122-3.c: New.
7240 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
7242         * g++.dg/other/gc1.C: New test.
7244 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
7246         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
7248 2002-01-22  Richard Henderson  <rth@redhat.com>
7250         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
7252 2002-01-22  Richard Henderson  <rth@redhat.com>
7254         * gcc.dg/20020122-4.c: New.
7256 2002-01-22  H.J. Lu <hjl@gnu.org>
7258         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
7259         link output.
7260         * gcc.dg/special/ecos.exp: Likewise.
7261         * lib/g++-dg.exp: Likewise.
7262         * lib/g77-dg.exp: Likewise.
7263         * lib/gcc-dg.exp : Likewise.
7264         * lib/mike-g++.exp: Likewise.
7265         * lib/mike-g77.exp: Likewise.
7266         * lib/mike-gcc.exp: Likewise.
7267         * lib/objc-dg.exp: Likewise.
7269 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
7271         PR target/5379
7272         * gcc.dg/20020122-2.c: New test.
7274 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
7276         * gcc.dg/20020122-1.c: New test.
7278 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
7280         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
7282 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
7284         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
7286 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7288         * gcc.c-torture/compile/20020121-1.c: New test.
7290 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7292         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
7293         ld_library_path.
7295 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
7297         * gcc.dg/20020218-1.c: New test.
7299 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
7301         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
7302         messages
7303         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
7304         "At global scope" warning
7305         * g++.dg/ext/align1.C: Change cygwin test for alignment
7306         from db-bogus to dg-warning
7308 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
7310         * g77.f-torture/compile/cpp2.F: New test.
7312 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7314         * g++.dg/template/access1.C: New test.
7316 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
7318         * gcc.dg/20020118-1.c: New.
7320 2002-01-18  Kazu Hirata  <kazu@hxi.com>
7322         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
7324 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
7326         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
7327         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
7328         alignment warnings.
7330 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
7332         * gcc.misc-tests/i386-prefetch.exp: Save and restore
7333         torture_with_loops and torture_without_loops
7335 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
7337         * gcc.c-torture/compile/20020116-1.c: New test.
7339 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
7341         * gcc.dg/20020116-2.c: New test.
7343         * gcc.dg/ultrasp4.c: New test.
7345         * gcc.dg/20020116-1.c: New test.
7347 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
7349         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
7350         by EABI.
7352 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
7354         * gcc.misc-tests/i386-prefetch.exp: New.
7355         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
7356         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
7357         * gcc.misc-tests/i386-pf-none-1.c: New test.
7358         * gcc.misc-tests/i386-pf-sse-1.c: New test.
7360 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
7362         * gcc.dg/gnu89-init-1.c: Add new tests.
7364 2002-01-15  Andreas Jaeger  <aj@suse.de>
7366         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
7367         * gcc.dg/i386-mmx-2.c: Likewise.
7368         * gcc.dg/i386-sse-1.c: Likewise.
7369         * gcc.dg/i386-sse-2.c: Likewise.
7370         * gcc.dg/i386-sse-3.c: Likewise.
7372 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
7374         * g77.f-torture/execute/intrinsic-unix-bessel.f:
7375         Uncomment additional cases that now pass.
7377 2002-01-11  Richard Henderson  <rth@redhat.com>
7379         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
7380         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
7382 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
7384         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
7386 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
7388         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
7389         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
7391 2002-01-10  Dale Johannesen  <dalej@apple.com>
7393         * gcc.c-torture/execute/loop-11.c: New.
7395 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
7397         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
7398         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
7400 2002-01-09  Richard Henderson  <rth@redhat.com>
7402         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
7403         type in which to perform the operation for each size.
7405 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
7407         * gcc.c-torture/compile/20020109-2.c: New test.
7409 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
7411         * gcc.c-torture/execute/loop-10.c: New test.
7413 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
7415         * gcc.c-torture/compile/20010226-1.c: New test.
7416         * gcc.c-torture/compile/20010227-1.c: New test.
7417         * gcc.c-torture/compile/20010426-1.c: New test.
7418         * gcc.c-torture/compile/20010510-1.c: New test.
7419         * gcc.c-torture/compile/20010605-3.c: New test.
7420         * gcc.c-torture/compile/20010824-1.c: New test.
7421         * gcc.c-torture/execute/20010409-1.c: New test.
7422         * gcc.dg/noncompile/20000901-1.c: New test.
7423         * gcc.dg/20001023-1.c: New test.
7424         * gcc.dg/20001101-1.c: New test.
7425         * gcc.dg/20001102-1.c: New test.
7426         * gcc.dg/20010207-1.c: New test.
7427         * gcc.dg/20010405-1.c: New test.
7428         * gcc.dg/20010822-1.c: New test.
7429         * gcc.dg/20011107-1.c: New test.
7431 2002-01-09  Jeffrey A Law  (law@redhat.com)
7433         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
7435         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
7436         execution failure on PA targets.
7438 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
7440         * gcc.c-torture/compile/20020109-1.c: New test.
7442 2002-01-08  Kazu Hirata  <kazu@hxi.com>
7444         * gcc.c-torture/execute/20020108-1.c: New test.
7446 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
7448         * gcc.dg/20020108-1.c: New test.
7450 2002-01-08  H.J. Lu <hjl@gnu.org>
7452         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
7453         for header files.
7455 2002-01-08  Geoff Keating  <geoffk@redhat.com>
7457         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
7458         consistency.
7460 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
7462         * gcc.dg/altivec-4.c: Test altivec predicates.
7464 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
7466         * gcc.c-torture/execute/20020107-1.c: New test.
7468 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7470         PR c/5279
7471         * gcc.c-torture/compile/20020106-1.c: New test.
7473 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
7475         * gcc.c-torture/execute/nestfunc-4.c: New test.
7477 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
7479         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
7480         extra triple that slipped in.
7481         * g++.old-deja/g++.abi/align.C: Likewise.
7482         * g++.old-deja/g++.abi/bitfields.C: Likewise.
7484 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
7486         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
7487         * g++.old-deja/g++.abi/align.C: Likewise.
7488         * g++.old-deja/g++.abi/bitfields.C: Likewise.
7490         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
7491         on FreeBSD/i386.
7492         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
7493         FreeBSD.
7495 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
7497         * gcc.dg/20020104-1.c: New test.
7499         * gcc.dg/20020104-2.c: New test.
7501 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
7503         * gcc.dg/20020103-1.c: Fix typo in target selector.
7505 2002-01-03  Richard Henderson  <rth@redhat.com>
7507         * gcc.dg/20020103-1.c: New.
7509 2002-01-03  Kazu Hirata  <kazu@hxi.com>
7511         * gcc.c-torture/execute/20020103-1.c: New test.
7513 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
7515         * g++.dg/other/debug2.C: New test.
7517         * gcc.c-torture/compile/20020103-1.c: New test.
7519 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
7521         * gcc.dg/gnu89-init-1.c: Added new tests.
7523 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7525         * g++.dg/template/friend2.C: Remove as patch is reverted.
7527         * g++.dg/warn/oldcast1.C: New test.
7529         * g++.dg/template/ptrmem1.C: New test.
7530         * g++.dg/template/ptrmem2.C: New test.
7532         * g++.dg/template/ntp.C: New test.
7534         * g++.dg/other/component1.C: New test.
7536         * g++.dg/template/ttp3.C: New test.
7538         * g++.dg/template/friend2.C: New test.
7539         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
7541 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7543         * g++.dg/other/ptrmem1.C: New test.
7544         * g++.dg/other/ptrmem2.C: New test.
7546 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7548         * g++.dg/template/ctor1.C: New test.
7550 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7552         * g++.dg/template/friend2.C: New test.
7554 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
7556         * gcc.dg/mmix-1.c: New test.
7558 2001-12-31  Richard Henderson  <rth@redhat.com>
7560         * gcc.dg/asm-5.c: New.
7562 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
7564         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
7565         in namespace __gnu_cxx
7567 2001-12-30  Richard Henderson  <rth@redhat.com>
7569         * gcc.dg/debug-6.c: New.
7571 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
7573         * gcc.c-torture/compile/20011229-2.c: New test.
7575 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
7577         * gcc.dg/debug-3.c: New test.
7578         * gcc.dg/debug-4.c: New test.
7579         * gcc.dg/debug-5.c: New test.
7581 2001-12-29  Richard Henderson  <rth@redhat.com>
7583         * g++.dg/eh/loop1.C: New.
7585 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7587         * g++.dg/template/crash1.C: New test.
7589 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7591         * g++.dg/other/const1.C: New test.
7593 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
7595         * gcc.c-torture/compile/20011229-1.c: New test.
7597 2001-12-28  Stan Shebs  <shebs@apple.com>
7599         * lib/objc-torture.exp: Resync with c-torture.exp.
7600         * lib/objc.exp: Load standard libraries.
7602 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
7604         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
7605         additional tests.
7607 2001-12-27  Roger Sayle <roger@eyesopen.com>
7609         * gcc.c-torture/execute/string-opt-16.c: New testcase.
7611 2001-12-27  Richard Henderson  <rth@redhat.com>
7613         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
7615 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
7617         * g++.dg/eh/ctor1.C: New test.
7618         * g++.dg/other/error2.C: New test.
7620 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
7622         * g++.dg/other/init2.C: New test.
7624 2001-12-24  Richard Henderson  <rth@redhat.com>
7626         * gcc.dg/20011223-1.c: New.
7627         * gcc.dg/inline-1.c: New.
7629 2001-12-23  Richard Henderson  <rth@redhat.com>
7631         * gcc.dg/asm-4.c: Test operand modifiers.
7633 2001-12-23  Richard Henderson  <rth@redhat.com>
7635         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
7637 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
7639         * gcc.c-torture/execute/20011223-1.c: New test.
7641 2001-12-21  Richard Henderson  <rth@redhat.com>
7643         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
7644         re-enables the warning.
7646 2001-12-21  Richard Henderson  <rth@redhat.com>
7648         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
7650 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
7652         * gcc.c-torture/compile/20011218-1.c: New test.
7654 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
7656         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
7657         arm-isr.c test.
7658         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
7659         epilogue generation for ARM ISR routines.
7661 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7663         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
7664         * gcc.dg/format/c90-printf-3.c: Likewise.
7665         * gcc.dg/format/c99-printf-3.c: Likewise.
7666         * gcc.dg/format/ext-1.c: Likewise.
7667         * gcc.dg/format/ext-6.c: Likewise.
7668         * gcc.dg/format/format.h: Prototype unlocked stdio.
7670 2001-12-20  Richard Henderson  <rth@redhat.com>
7672         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
7673         (arena): Use it.
7674         (malloc): Correct allocation logic.  Abort if we fill up the
7675         arena before initialization complete.
7676         (realloc): Correct allocation logic.
7678 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
7680         * gcc.c-torture/compile/20011219-2.c: New test.
7682         * gcc.c-torture/execute/20011219-1.c: New test.
7684 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
7686         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
7687         target does not support weak symbols.
7689 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
7691         * gcc.c-torture/compile/20011219-1.c: New test.
7693 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
7695         * g++.dg/other/error1.C: New test.
7697 2001-12-17  Jeffrey A Law  (law@redhat.com)
7699         * gcc.c-torture/execute/20011217-1.c: New test.
7701 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
7703         * objc.dg/special/: New directory.
7704         * objc.dg/special/special.exp: New file.
7705         * objc.dg/special/unclaimed-category-1.h: New file.
7706         * objc.dg/special/unclaimed-category-1a.m: New file.
7707         * objc.dg/special/unclaimed-category-1.m: New file.
7709 2001-12-17  Andreas Jaeger  <aj@suse.de>
7711         * gcc.c-torture/compile/20011217-2.c: New test.
7713 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7715         * gcc.c-torture/compile/20011217-1.c: New test.
7717 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
7719         * testsuite/gcc.dg/20011214-1.c: New.
7721 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
7723         * gcc.dg/altivec-4.c: New.
7725 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
7727         * gcc.dg/20011113-1.c: New test.
7729 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7731         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
7732         std::__malloc_alloc_template<0> and
7733         std::__default_alloc_template<false, 0>.
7735 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
7737         * objc/execute/bf-21.m: New test.
7738         * objc/execute/enumeration-1.m: New test.
7739         * objc/execute/enumeration-2.m: New test.
7741 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
7743         * gcc.dg/gnu89-init-1.c: New test.
7745 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7747         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
7748         * g++.old-deja/g++.jason/2371.C: Likewise.
7749         * g++.old-deja/g++.jason/template33.C: Likewise.
7750         * g++.old-deja/g++.jason/template34.C: Likewise.
7751         * g++.old-deja/g++.jason/template36.C: Likewise.
7752         * g++.old-deja/g++.oliva/typename1.C: Likewise.
7753         * g++.old-deja/g++.oliva/typename2.C: Likewise.
7754         * g++.old-deja/g++.other/typename1.C: Likewise.
7755         * g++.old-deja/g++.pt/inherit2.C: Likewise.
7756         * g++.old-deja/g++.pt/nontype5.C: Likewise.
7757         * g++.old-deja/g++.pt/typename11.C: Likewise.
7758         * g++.old-deja/g++.pt/typename14.C: Likewise.
7759         * g++.old-deja/g++.pt/typename16.C: Likewise.
7760         * g++.old-deja/g++.pt/typename3.C: Likewise.
7761         * g++.old-deja/g++.pt/typename4.C: Likewise.
7762         * g++.old-deja/g++.pt/typename5.C: Likewise.
7763         * g++.old-deja/g++.pt/typename7.C: Likewise.
7764         * g++.old-deja/g++.robertl/eb9.C: Likewise.
7766 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
7768         * g++.dg/other/linkage1.C: New test.
7769         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
7770         specifiers.
7772 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
7774         * gcc.dg/concat.c: New test.
7776 2001-12-11  Stan Shebs  <shebs@apple.com>
7778         * objc/compile: New test directory.
7779         * objc/compile/compile.exp: New expect script.
7780         * objc/compile/20011211-1.m: New compile test.
7782 2001-12-11  Jason Merrill  <jason@redhat.com>
7784         * lib/prune.exp (prune_gcc_output): Also handle "In member
7785         function".  So many permutations...
7787 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
7789         * g++.dg/template/typedef1.C: New test.
7791 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
7793         * g++.dg/other/copy1.C: New test.
7795 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
7797         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
7799         * gcc.dg/builtin-choose-expr.c: New.
7801 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
7803         * gcc.dg/altivec-2.c: New.
7805 2001-12-07  Richard Henderson  <rth@redhat.com>
7807         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
7809 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
7811         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
7812         ultrasparc.
7814 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7816         * g++-old.deja/g++.robertl/eb101.C: Deleted.
7818 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
7820         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
7821         variable argument list.
7823 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
7825         * gcc.c-torture/execute/memcheck: Delete entire directory.
7826         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
7827         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
7829 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7831         * gcc.dg/Wshadow-1.c: New test.
7833 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
7835         * gcc.c-torture/compile/20011130-1.c: New test.
7837         * gcc.dg/noncompile/20011025-1.c: New test.
7839         * g++.dg/other/anon-union.C: New test.
7841         * gcc.c-torture/execute/20011024-1.c: New test.
7843 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7845         * gcc.c-torture/execute/20000722-1.x,
7846         gcc.c-torture/execute/20010123-1.x: Remove.
7847         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
7848         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
7849         gcc.dg/c99-complit-2.c: New tests.
7851 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
7853         * g++.dg/inherit/base1.C: New test.
7855 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
7857         * g++.dg/other/stdarg1.C: New test.
7859         * gcc.c-torture/compile/20011130-2.c: New test.
7861 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
7863         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
7864         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
7865         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
7866         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
7867         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
7868         * gcc.dg/builtin-prefetch-1.c: New test.
7870 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
7872         * gcc.dg/20011130-1.c: New test.
7874 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
7876         * g++.dg/other/scope1.C: New test.
7877         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
7879 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7881         * gcc.dg/vla-init-1.c: New test.
7883 2001-12-01  Geoff Keating  <geoffk@redhat.com>
7885         * gcc.c-torture/compile/structs.c: New testcase from GDB.
7887 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7889         * objc.dg/alias.m: Update.
7890         * objc.dg/class-1.m: Update.
7891         * objc.dg/const-str-1.m: Update.
7892         * objc.dg/fwd-proto-1.m: Update.
7893         * objc.dg/id-1.m: Update.
7894         * objc.dg/super-class-1.m: Update.
7896 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
7898         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
7899         constructs.
7901 2001-11-28  Jeffrey A Law  (law@cygnus.com)
7903         * gcc.c-torture/execute/20011128-1.c: New test.
7905 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
7907         * gcc.dg/20011127-1.c: New test.
7909 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7911         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
7912         from Austin Group draft 7.
7913         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
7914         scanf format arguments.
7915         * gcc.dg/format/no-exargs-2.c: New test.
7917 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
7919         * g++.dg/abi/vbase8-4.C: New test.
7921 2001-11-24  Ian Lance Taylor  <ian@airs.com>
7923         * gcc.c-torture/execute/20011121-1.c: New test.
7925 2001-11-23  Jeffrey A Law  (law@cygnus.com)
7927         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
7929 2001-11-23  Andreas Jaeger  <aj@suse.de>
7931         * gcc.dg/cpp/charconst-2.c: New test.
7933 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
7935         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
7936         to the host if it is remote.  Let tests specify extra headers
7937         they use.
7938         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
7939         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
7940         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
7941         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
7942         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
7943         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
7944         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
7945         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
7946         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
7947         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
7949 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
7951         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
7952         for little endian ARMs.
7954 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
7956         * gcc.c-torture/compile/20011119-1.c: New test.
7957         * gcc.c-torture/compile/20011119-2.c: New test.
7959 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
7961         * gcc.dg/altivec-1.c: Fix typo.
7963 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
7965         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
7967 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7969         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
7971 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
7973         * lib/g77.exp: Don't specify --rpath-link.
7975         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
7976         across all the headers.
7977         * gcc.dg/format/format.exp: For testing on a remote host,
7978         copy format.h.
7980         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
7981         * gcc.c-torture/execute/930406-1.c: Likewise.
7982         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
7984 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
7986         * gcc.dg/altivec-1.c: New.
7988 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
7990         * gcc.dg/cpp/fpreprocessed.c: New test case.
7992 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7994         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
7995         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
7996         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
7998 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8000         * gcc.dg/no-builtin-1.c: New test.
8002 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
8004         * gcc.c-torture/execute/20011115-1.c: New test.
8006 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
8008         * gcc.c-torture/compile/20011114-2.c: New test.
8009         * gcc.c-torture/compile/20011114-3.c: New test.
8010         * gcc.c-torture/compile/20011114-4.c: New test.
8012 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
8014         * g++.dg/other/init1.C: New test.
8016 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
8018         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
8019         message.
8021         * gcc.c-torture/execute/20011114-1.c: New testcase.
8023         * gcc.c-torture/compile/20010327-1.c: Revert last change.
8024         * gcc.c-torture/compile/20011114-1.c: New test, exactly
8025         like the (before this change) version of 20010327-1.c.
8027 2001-11-14  Roger Sayle <roger@eyesopen.com>
8029         * gcc.c-torture/execute/string-opt-13.c: New testcase.
8031 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
8033         * g++.dg/init/array2.C: New test.
8035 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
8037         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
8039 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
8041         * g++.dg/other/forscope1.C: New test.
8042         * g++.dg/ext/forscope1.C: New test.
8043         * g++.dg/ext/forscope2.C: New test.
8045 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
8047         * gcc.c-torture/execute/20011113-1.c: New test.
8049 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
8051         * gcc.c-torture/execute/20011109-2.c: New test.
8053         * gcc.c-torture/execute/20011109-1.c: New test.
8055 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
8057         * gcc.c-torture/compile/20011109-1.c: New test.
8059 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8061         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
8062         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
8063         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
8064         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
8065         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
8066         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
8067         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
8069 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8071         * g++.dg/warn/Wshadow-1.C: New tests.
8072         * g++.old-deja/g++.mike/for3.C: Update.
8074 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8076         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
8077         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
8078         XFAILs.  Adjust expected error texts.
8079         * gcc.c-torture/compile/20011106-1.c,
8080         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
8081         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
8082         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
8083         gcc.dg/c99-array-lval-5.c: New tests.
8085 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8087         * gcc.dg/cpp/defined.c: Update.
8089 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8091         * gcc.c-torture/execute/anon-1.c: New test.
8093 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
8095         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
8096         same size, so no warning should be produced on stormy16.
8098         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
8099         due to oversized array.
8100         * g++.old-deja/g++.mike/ns15.C: Likewise.
8101         * g++.old-deja/g++.pt/crash16.C: Likewise.
8103 2001-11-02  Graham Stott  <grahams@redhat.com>
8105         * g++.dgother/debug1.C: Fix typos.
8107 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
8109         * g++.dg/other/debug1.C: New test.
8111 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8113         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
8114         of unsigned long.
8116 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
8118         * gcc.dg/20011029-2.c: New test.
8120         * gcc.c-torture/compile/20011029-1.c: New test.
8122 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
8124         * objc/execute/class_self-1.m: New test.
8125         * objc/execute/class_self-2.m: New test.
8127 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
8129         * gcc.misc-tests/msgs.exp: Delete.
8130         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
8131         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
8132         error set to match recent changes.
8134 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
8136         * gcc.dg/20011021-1.c: New test.
8138 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
8140         * gcc.c-torture/compile/20011023-1.c: New test.
8142 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
8144         * lib/g77.exp: Rewrite based on lib/g++.exp.
8146 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
8148         * gcc.c-torture/execute/20011019-1.c: New test.
8150         * gcc.dg/20011018-1.c: New test.
8152 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
8154         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
8156 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
8158         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
8159         * gcc.dg/attr-invalid.c: Likewise.
8161 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
8163         * testsuite/gcc.dg/20011015-1.c: New test.
8165 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
8167         * g++.dg/template/unify2.C: New test.
8169 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
8171         * g++.dg/other/exception-specification.C: New test
8173 2001-10-13  Tom Rix  <trix@redhat.com>
8175         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
8176         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
8178 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
8180         * testsuite/gcc.dg/20011009-1.c: New test.
8182 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
8184         PR g++/4476
8185         * g++.dg/other/friend1.C: New test.
8187 2001-10-11  Richard Henderson  <rth@redhat.com>
8189         * g++.old-deja/g++.other/crash18.C: Add -S to options.
8191 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8193         * gcc.c-torture/compile/20011010-1.c: New.
8195 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8197         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
8198         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
8199         g77.f-torture/execute/execute.exp,
8200         g77.f-torture/noncompile/noncompile.exp,
8201         gcc.c-torture/compile/compile.exp,
8202         gcc.c-torture/execute/execute.exp,
8203         gcc.c-torture/execute/ieee/ieee.exp,
8204         gcc.c-torture/execute/memcheck/memcheck.exp,
8205         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
8206         objc/execute/execute.exp: Update FSF address.
8208 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8210         * gcc.dg/cpp/cmdlne-C.c: Update.
8211         * gcc.dg/cpp/cmdlne-C2.c: New.
8213 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8215         * gcc.c-torture/execute/20011008-3.c: New.
8217 2001-10-08  DJ Delorie  <dj@redhat.com>
8219         * gcc.dg/20011008-1.c: New.
8220         * gcc.dg/20011008-2.c: New.
8222 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8224         * gcc.dg/cpp/spacing1.c: Update test.
8226 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8228         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
8229         spelling errors of "separate" as "seperate".
8231 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
8233         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
8234         enough to avoid inlining.
8236 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
8238         * lib/g77.exp: set libg2c_dir correctly.
8240 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8242         * gcc.dg/cpp/macro11.c: New test.
8244 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8246         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
8247         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
8248         gcc.dg/format/multattr-3.c: New tests.
8249         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
8250         tests for format attributes on function pointers being rejected.
8252 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8254         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
8256 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8258         * g++.dg/warn/format1.C: New test.
8260 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8262         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
8264 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8266         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
8268 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8270         * gcc.dg/cpp/redef2.c: Add test.
8272 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
8274         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
8275         long-standing bug on i686, apparently.
8276         * gcc.c-torture/execute/loop-2c.x: New file.
8277         * gcc.c-torture/execute/loop-2d.x: New file.
8278         * gcc.c-torture/execute/loop-3c.x: New file.
8280 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
8282         * gcc.dg/cpp/20000625-2.c: Correct line number.
8284 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8286         * gcc.dg/cpp/macro10.c: New test.
8287         * gcc.dg/cpp/strify3.c: New test.
8288         * gcc.dg/cpp/spacing1.c: Add tests.
8289         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
8290         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
8292 2001-09-24  DJ Delorie  <dj@redhat.com>
8294         * gcc.c-torture/execute/20010924-1.c: New test.
8296 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8298         * testsuite/objc/execute/paste.m: Remove.
8300 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8302         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
8304 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
8306         * g77.dg/strlen0.f: New test.
8308 2001-09-21  Richard Henderson  <rth@redhat.com>
8310         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
8311         * g++.old-deja/g++.abi/vtable2.C: Likewise.
8313 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8315         Table-driven attributes.
8316         * g++.dg/ext/attrib1.C: New test.
8318 2001-09-20  DJ Delorie  <dj@redhat.com>
8320         * gcc.dg/20000926-1.c: Update expected warning messages.
8321         * gcc.dg/array-2.c: Likewise, and test for warnings too.
8322         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
8323         array.
8325 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
8327         * g++.dg/eh/registers1.C: New test case.
8329 2001-09-17  Richard Henderson  <rth@redhat.com>
8331         * gcc.dg/array-5.c: Fix VLA decomposition test.
8333 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8335         * gcc.dg/cpp/line5.c: New testcase.
8337 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8339         * gcc.dg/cpp/macro9.c: New test.
8341 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
8343         * gcc.c-torture/execute/980223.c: Change type of addr from long
8344         to char *.
8346 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
8348         * gcc.c-torture/execute/20010915-1.c: New test.
8350 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
8352         * g77.dg/bprob: New directory.
8353         * g77.dg/bprob/bprob.exp: New file.
8354         * g77.dg/bprob/bprob-1.f: New test.
8355         * g77.dg/gcov: New directory.
8356         * g77.dg/gcov/gcov.exp: New file.
8357         * g77.dg/gcov/gcov-1.f: New test.
8358         * g77.dg/gcov/gcov-1.x: New file.
8360 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8362         * gcc.dg/cpp/directiv.c: Update.
8363         * gcc.dg/cpp/undef1.c: Update.
8365 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
8367         * gcc.dg/20010912-1.c: New test.
8369 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
8371         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
8372         language-independent file in lib.
8373         * lib/gcov.exp: New file.
8375 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
8377         * gcc.c-torture/compile/20010911-1.c: New test.
8379 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
8381         * lib/profopt.exp: New, to support profile-directed optimizations.
8382         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
8383         * gcc.misc-tests/bprob-1.c: New test.
8384         * gcc.misc-tests/bprob-2.c: New test.
8386 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
8388         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
8389         XFAIL and which kinds of gcov output to verify.
8390         * gcc.misc-tests/gcov-4b.x: New file.
8391         * gcc.misc-tests/gcov-5b.x: New file.
8392         * gcc.misc-tests/gcov-6.x: New file.
8393         * gcc.misc-tests/gcov-7.c: New test.
8394         * gcc.misc-tests/gcov-7.x: New file.
8396 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
8398         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
8399         * gcc.misc-tests/gcov-6.c: New test.
8401 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8403         PR c++/3986
8404         * g++.dg/abi/vbase1.C: New test.
8406 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
8408         * objc.dg/method-2.m: New.
8410 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
8412         PR c++/4203
8413         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
8414         * g++.dg/init/empty1.C: New test.
8416 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
8418         * gcc.c-torture/compile/20010903-1.c: New test.
8420 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
8422         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
8423         for m68k.
8425 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
8427         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
8429         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
8431         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
8433 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
8435         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
8436         for 16-bit 'unsigned int'.
8438 2001-08-29  Kazu Hirata  <kazu@hxi.com>
8440         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
8442 2001-08-27  Richard Henderson  <rth@redhat.com>
8444         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
8445         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
8447 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
8449         * gcc.dg/asm-names.c (ymain): New.
8451 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
8453         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
8454         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
8455         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
8457 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8459         * gcc.dg/compare5.c: New testcase.
8461 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
8463         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
8464         and "In instantiation".
8466 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
8468         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
8470 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
8472         * gcc.misc-tests/gcov.exp: Add support for branch information.
8473         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
8474         * gcc.misc-tests/gcov-4.c: New test.
8475         * gcc.misc-tests/gcov-4b.c: New test.
8476         * gcc.misc-tests/gcov-5b.c: New test.
8478 2001-08-20  Zack Weinberg  <zackw@panix.com>
8480         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
8481         expected to fail.
8483 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8485         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
8487 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
8489         * g++.dg/eh/template1.C: New test.
8491 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
8493         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
8494         Fix thinko.
8495         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
8496         for xfail.
8498 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
8500         * lib/g77-dg.exp:  Use prune.exp for common procedures
8501         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
8502         * lib/g77.exp: (g77-dg-prune) Remove
8504 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
8506         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
8508 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8510         * g++.dg/template/unify1.C: New test.
8512 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
8514         * g++.dg/abi/empty4.C: New test.
8516 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
8518         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
8519         solaris2.*
8520         * g77.f-torture/compile/pr3743.x: Likewise
8522 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8524         * g++.dg/other/using-declaration.C: New test.
8526 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8528         * gcc.dg/cpp/tr-sign.c: New testcase.
8530 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8532         * gcc.dg/cpp/19951025-1.c: Revert.
8533         * gcc.dg/cpp/directiv.c: We no longer process directives that
8534         interrupt macro arguments.
8536 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
8538         * gcc.dg/bconstp-1.c: New test.
8540 2001-08-03  Richard Henderson  <rth@redhat.com>
8542         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
8544 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8546         * gcc.dg/cpp/19951025-1.c: Update.
8548 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
8550         * g77.dg/ff90-1.f (s): Fix reference of variable z,
8551         should be x.
8553 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
8555         Kill -fhonor-std.
8556         * g++.old-deja/g++.ns/ns14.C: Remove special options.
8557         * g++.old-deja/g++.other/std1.C: Likewise.
8558         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
8560 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
8562         * lib/g77.exp:  Load gcc-defs.exp for common procedures
8563         (g77_pass, g77_fail, g77_finish, g77_exit,
8564         ${tool}_check_unsupported_p} Now redundant.  Deleted.
8566 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
8568         * g77.dg/fbackslash.f
8569         * g77.dg/fcase-preserve.f
8570         * g77.dg/ff90-1.f
8571         * g77.dg/ffixed-line-length-0.f
8572         * g77.dg/ffixed-line-length-132.f
8573         * g77.dg/ffixed-line-length-7.f
8574         * g77.dg/ffixed-line-length-72.f
8575         * g77.dg/ffixed-line-length-none.f
8576         * g77.dg/ffree-form-1.f
8577         * g77.dg/fno-backslash.f
8578         * g77.dg/fno-f90-1.f
8579         * g77.dg/fno-fixed-form-1.f
8580         * g77.dg/fno-onetrip.f
8581         * g77.dg/fno-typeless-boz.f
8582         * g77.dg/fno-underscoring.f
8583         * g77.dg/fno-vxt-1.f
8584         * g77.dg/fonetrip.f
8585         * g77.dg/ftypeless-boz.f
8586         * g77.dg/fugly-assumed.f
8587         * g77.dg/funderscoring.f
8588         * g77.dg/fvxt-1.f
8590 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
8592         * objc.dg/fwd-proto-1.m: New.
8593         * objc.dg/local-decl-1.m: New.
8594         * objc.dg/naming-1.m: New.
8595         * objc.dg/naming-2.m: New.
8596         * objc.dg/proto-hier-1.m: New.
8598 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
8600         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
8601         largest-type elements to a struct makes its size grow.
8603 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
8605         * g++.dg/abi/vthunk1.C: New test.
8607 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
8609         * g++.dg/abi/vbase8-22.C: New test.
8611 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8613         * gcc.dg/cpp/macro8.c: New test.
8615 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
8617         * g++.dg/abi/vbase8-21.C: New test.
8619 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
8621         * g++.dg/abi/vbase8-10.C: New test.
8623 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8625         * lib/g++.exp (g++_set_ld_library_path): Renamed to
8626         ${tool}_set_ld_library_path.
8627         Changed caller.
8628         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
8629         g++.exp.
8631 2001-07-26  Stan Cox <scox@redhat.com>
8633         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
8634         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
8635         gcc_exit, gcc_check_unsupported_p):
8636         Moved to gcc-deps.exp
8637         * gcc-deps.exp: New file.
8639 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8641         * g++.old-deja/g++.pt/defarg14.C: New test.
8643 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
8645         * g++.old-deja/g++.other/lineno5.C: New test.
8647 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
8649         * g++.old-deja/g++.pt/crash68.C: New test.
8651 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
8653         * g++.old-deja/g++.other/crash42.C: New test.
8655 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8657         * gcc.dg/cpp/extratokens.c: Fix.
8658         * gcc.dg/cpp/skipping2.c: New tests.
8660 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8662         * gcc.c-torture/execute/20010724-1.c: New file.
8663         * gcc.c-torture/execute/20010724-1.x: New file.
8665 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8667         * g++.old-deja/g++.other/cond7.C: New test.
8669 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8671         * g++.old-deja/g++.other/optimize4.C: New test.
8673 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8675         * g++.old-deja/g++.abi/vbase8-5.C: New test.
8677 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
8679         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
8680         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
8681         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
8682         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
8684         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
8685         bug report" message.
8687         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
8688         * g++.dg/ext/instantiate1.C: Move from old-deja.
8690 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
8692         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
8693         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
8694         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
8695         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
8697 2001-07-23  Jeffrey A Law  (law@cygnus.com)
8699         * gcc.c-torture/execute/20010723-1.c: New test.
8701 2001-07-23  Ben Elliston  <bje@redhat.com>
8703         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
8705 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8707         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
8708         i[34567]86-*-*.
8709         Delete handling of ieee_multilib_flags.
8710         Pass -mieee for alpha*-*-* and sh-*-*.
8711         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
8713 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
8715         Remove old-abi tests.
8716         * g++.old-deja/g++.mike/p11116.C: Remove.
8717         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
8719 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
8721         * g77.f-torture/compile/pr3743.f:  New test
8723 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
8725         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
8727 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8729         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
8730         g++.old-deja/g++.pt/static6.C: Likewise.
8731         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
8732         supports weak symbols.
8734 2001-07-18  Andreas Jaeger  <aj@suse.de>
8736         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
8737         supported again.
8739 2001-07-18  Andreas Jaeger  <aj@suse.de>
8741         * gcc.dg/iftrap-1.c: Fix target line.
8743 2001-07-17  Richard Henderson  <rth@redhat.com>
8745         * gcc.c-torture/execute/20010717-1.c: New.
8747 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8749         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
8750         tests.
8752 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
8754         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
8756 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8758         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
8759         UAC_SIGBUS, UAC_NOPRINT definitions.
8761 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
8763         * objc/execute/object_is_class.m: New test.
8764         * objc/execute/object_is_meta_class.m: New test.
8766 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8768         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
8769         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
8771 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
8773         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
8774         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
8776 2001-07-14  Richard Henderson  <rth@redhat.com>
8778         * gcc.dg/iftrap-1.c: New.
8780 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
8782         * g77.f-torture/execute/intrinsic77.f: New test.
8784 2001-07-11  Janis Johnson <janis@us.ibm.com>
8786         * gcc.misc-tests/gcov-3.c: New test.
8788 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
8790         * gcc.c-torture/compile/20010711-1.c,
8791         * gcc.c-torture/compile/20010711-2.c: New tests.
8793 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
8795         * gcc.c-torture/execute/20010711-1.c: New test.
8797 2001-07-11  Ben Elliston  <bje@redhat.com>
8799         * g++.old-deja/g++.other/enum5.C: New test.
8801 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
8803         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
8804         (g++-dg-prune): Call prune_gcc_output.
8805         * prune.exp: New file for prune_gcc_output.
8806         * lib/g++.exp, lib/gcc.exp: Load it.
8808 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8810         * gcc.c-torture/compile/20010701-1.c,
8811         g++.old-deja/g++.ext/attrib6.C: New tests.
8813 2001-07-06  Jeffrey A Law  (law@cygnus.com)
8815         * gcc.c-torture/compile/20010706-1.c: New test.
8817 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
8819         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
8821 2001-06-28  Stan Shebs  <shebs@apple.com>
8823         * gcc.dg/pragma-darwin.c: New test.
8825 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8827         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
8828         Solaris 2.[678] system.
8830 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8832         * gcc.dg/20010622-1.c: New test.
8834 2001-06-18  Stan Shebs  <shebs@apple.com>
8836         * objc.dg: New directory.
8837         * objc.dg/dg.exp: New file.
8838         * objc.dg/alias.m: New.
8839         * objc.dg/class-1.m: New.
8840         * objc.dg/class-2.m: New.
8841         * objc.dg/const-str-1.m: New.
8842         * objc.dg/const-str-2.m: New.
8843         * objc.dg/id-1.m: New.
8844         * objc.dg/method-1.m: New.
8845         * objc.dg/super-class-1.m: New.
8846         * lib/objc-dg.exp: New file.
8848 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8850         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
8851         of label name.
8853 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
8855         * g++.old-deja/g++.abi/vbase8-9.C: New test.
8857 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8859         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
8860         variable.
8862 2001-06-12  Richard Henderson  <rth@redhat.com>
8864         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
8866 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
8868         * g++.old-deja/g++.abi/vbase5.C: New test.
8869         * g++.old-deja/g++.abi/vbase6.C: New test.
8870         * g++.old-deja/g++.abi/vbase7.C: New test.
8872 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8874         * gcc.c-torture/compile/20010610-1.c: New test.
8876 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
8878         * g++.old-deja/g++.abi/vbase4.C: New test.
8880 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8882         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
8883         support %f for HC11/HC12 targets.
8884         * gcc.c-torture/execute/930513-1.x: New file, likewise.
8885         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
8886         on HC11/HC12 targets.
8887         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
8889 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8891         * gcc.dg/wchar_t-1.c: New file.
8892         * gcc.dg/wint_t-1.c: Likewise.
8894 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
8896         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
8898 2001-06-11  Richard Henderson  <rth@redhat.com>
8900         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
8902 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
8904         * gcc.c-torture/compile/20010611-1.c: New test.
8906 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
8908         * gcc.dg/c99-tag-1.c: Add more tests.
8910 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
8912         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
8913         representation on MN10300 and ARM/Thumb.
8915 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
8917         * g77.f-torture/execute/20010610.f: New.
8919 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
8921         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
8922         names.
8924 2001-06-09  Richard Henderson  <rth@redhat.com>
8926         * gcc.c-torture/execute/ashrdi-1.c: New.
8927         * gcc.c-torture/execute/ashldi-1.c: New.
8928         * gcc.c-torture/execute/lshrdi-1.c: New.
8930 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
8932         * objc/execute/load-3.m: Added. Check sending +load to categories,
8933         in addition to classes.
8935 2001-06-08  Stan Shebs  <shebs@apple.com>
8937         * objc/execute/load-2.m: New test.  From Nicola Pero
8938         <n.pero@mi.flashnet.it>.
8940 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
8942         * gcc.c-torture/execute/20010605-2.c: New test.
8944 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
8946         * g++.old-deja/g++.abi/vbase2.C: New test.
8947         * g++.old-deja/g++.abi/vbase3.C: New test.
8949 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
8951         * g++.old-deja/g++.pt/friend49.C: New test.
8953 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
8955         * g++.old-deja/g++.ext/anon3.C: New test.
8957 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8959         * g++.old-deja/g++.other/conv7.C: New test.
8961 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
8963         * gcc.c-torture/compile/20010605-2.c: New test.
8965 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8967         * gcc.c-torture/execute/20010604-1.c: New test.
8969 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
8971         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
8973 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
8975         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
8976         (g++_link_flags): Likewise.
8977         (g++_init): Pass gccpath's value to two previous functions.
8979 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8981         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
8982         Ensure logfile entry matches exec command line.
8984 2001-05-31  Richard Henderson  <rth@redhat.com>
8986         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
8987         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
8989 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
8991         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
8992         compiler for irix6.2
8994 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
8996         * g++.old-deja/g++.other/optimize3.C: New file.
8998 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
9000         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
9001         assemble.
9003 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
9005         * g++.old-deja/g++.other/optimize2.C: New file.
9007 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
9009         * gcc.c-torture/compile/20010518-2.c: New file.
9010         * gcc.c-torture/execute/20010518-1.c: New file.
9011         * gcc.c-torture/execute/20010518-2.c: New file.
9013 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9015         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
9017 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
9019         G++ no longer defines builtins that do not begin with __builtin.
9020         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
9021         * g++.old-deja/g++.brendand/misc13.C: Likewise.
9022         * g++.old-deja/g++.law/builtin1.C: Likewise.
9023         * g++.old-deja/g++.law/cvt2.C: Likewise.
9024         * g++.old-deja/g++.mike/net5.C: Likewise.
9025         * g++.old-deja/g++.other/builtins1.C: Likewise.
9026         * g++.old-deja/g++.other/builtins2.C: Likewise.
9027         * g++.old-deja/g++.other/builtins3.C: Likewise.
9028         * g++.old-deja/g++.other/builtins4.C: Likewise.
9029         * g++.old-deja/g++.other/inline8.C: Likewise.
9030         * g++.old-deja/g++.robertl/eb39.C: Likewise.
9032 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
9034         * g++.old-deja/g++.pt/using1.C: Adjust.
9035         * g++.old-deja/g++.pt/using2.C: New test.
9037 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9039         * gcc.dg/cpp/charconst.c: New tests.
9040         * gcc.dg/cpp/escape.c: New tests.
9041         * gcc.dg/cpp/escape-1.c: New tests.
9042         * gcc.dg/cpp/escape-2.c: New tests.
9043         * gcc.dg/cpp/ucs.c: New tests.
9045 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
9047         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
9048         native compiler for irix6.5.
9050 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
9052         * lib/g++.exp (g++_include_flags): Use args to compute
9053         get_multilibs.
9054         (g++_link_flags): Likewise.
9055         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
9057 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9059         * gcc.dg/c90-hexfloat-1.c: Add more tests.
9061 2001-05-21  Geoff Keating  <geoffk@redhat.com>
9063         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
9064         this file.
9066 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9068         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
9069         STACK_SIZE;
9070         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
9071         to STACK_SIZE; Use it to define size of add_histo array.
9072         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
9073         to STACK_SIZE.
9074         (f): Use GITT_SIZE to define size of gitt local table.
9075         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
9076         to STACK_SIZE; Use it to define size of bytemem array.
9078 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9080         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
9081         on 68HC11/HC12 due to the asm instruction.
9082         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
9083         * gcc.c-torture/compile/920520-1.x: Likewise.
9084         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
9085         on 68HC11/HC12 because the function is larger than 64K.
9086         * gcc.c-torture/compile/961203-1.x: New file, this test fails
9087         on 68HC11/HC12 because the structure is too large.
9089 2001-05-20  Richard Henderson  <rth@redhat.com>
9091         * gcc.c-torture/execute/20010520-1.c: New.
9093 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9095         * g++.old-deja/g++.warn/compare1.C: New test.
9096         * gcc.dg/compare4.c: New test.
9098 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
9100         * g++.old-deja/g++.other/optimize1.C: New test.
9102 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9104         * g++.old-deja/g++.pt/spec41.C: New test.
9106 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9108         * gcc.c-torture/compile/20010114-1.x: Remove.
9110 2001-05-18  Stan Shebs  <shebs@apple.com>
9112         * gcc.c-torture/compile/20010518-1.c: New test.
9114 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
9116         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
9117         * g++.old-deja/g++.pt/crash67.C: New test.
9119 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
9121         * g++.old-deja/g++.other/debug9.C: New test.
9123 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
9125         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
9127 2001-05-16  Jan Hubicka  <jh@suse.cz>
9129         * gcc.c-torture/compile/20010516-1.c: New test.
9131 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
9133         * g++.old-deja/g++.other/crash41.C: New test.
9135 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
9137         * g++.old-deja/g++.pt/crash66.C: New test.
9139 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
9141         * g++.old-deja/g++.robertl/eb27.C: Convert.
9143 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
9145         * g++.dg/friend-warn.C: New test.  Do not warn about friend
9146         declaration being redundant.
9148 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
9150         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
9152 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
9154         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
9156 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
9158         * lib/g++.exp: Use testsuite_flags.
9160 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
9162         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
9164 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9166         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
9168 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
9170         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
9172 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
9174         * gcc.c-torture/compile/20010313-1.c: New test.
9176 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
9178         * gcc.dg/cpp/direct2.c: New test.
9179         * gccq.dg/cpp/direct2s.c: New test.
9181         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
9183 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
9185         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
9186         * g++.old-deja/g++.other/op3.C: Likewise.
9188 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9190         * gcc.dg/cpp/syshdr.h: New file.
9191         * gcc.dg/cpp/sysmac1.c: Update.
9192         * gcc.dg/cpp/sysmac2.c: Update.
9194 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9196         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
9198 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
9200         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
9201         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
9203 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
9205         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
9207 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
9209         * lib/g++.exp (g++_include_flags): Don't use any special flags
9210         if TESTING_IN_BUILD_TREE is not defined.
9211         (g++_init): Use a plain 'c++' as the compiler if
9212         TESTING_IN_BUILD_TREEE is not defined.
9214 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
9216         * g++.old-deja/g++.eh/catch13.C: New test.
9217         * g++.old-deja/g++.eh/catch14.C: New test.
9219 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
9221         * gcc.dg/cpp/tr-define.c: New test.
9223 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
9225         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
9226         <stdlib.h>, not <malloc.h>.
9228 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9230         * g++.old-deja/g++.ns/template17.C: New test.
9232 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9234         * g++.old-deja/g++.pt/ref4.C: New test.
9236 2001-04-30  Richard Henderson  <rth@redhat.com>
9238         * gcc.dg/20000724-1.c: Revert last change.
9240 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
9242         * g77.f-torture/execute/20010430.f: New test.
9244 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
9246         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
9248 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
9250         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
9252 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9254         * g++.old-deja/g++.eh/crash6.C: New test.
9256 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9258         * g++.old-deja/g++.other/warn7.C: New test.
9260 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9262         * g++.old-deja/g++.other/defarg9.C: New test.
9264 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
9266         * g77.f-torture/compile/20010426.f: New test.
9267         * g77.f-torture/execute/20010426.f: New test.
9269 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
9271         * g77.f-torture/compile/20000629-1.x: Remove - error
9272         has been fixed.
9274 2001-04-26  Jeffrey A Law  (law@cygnus.com)
9276         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
9277         Tweak slightly to work with g++.dg framework.
9278         * g++.dg/special/ecos.exp: Run initp1.C test.
9279         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
9281         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
9282         its linker doesn't give line numbers either.
9283         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
9285 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
9287         * g++.old-deja/g++.other/lex1.C: New test.
9289 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
9291         * gcc.dg/noncompile/20010425-1.c: New test.
9293 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
9295         * g++.old-deja/g++.pt/mangle2.C: New test.
9297 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9299         * gcc.dg/format/plus-1.c: New test.
9301 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9303         * gcc.dg/20010423-1.c: New test.
9305 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9307         * gcc.c-torture/execute/20010422-1.c: New test.
9309 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
9311         * g++.old-deja/g++.ns/type2.C: New test.
9313 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
9315         * g++.old-deja/g++.other/perf1.C: New test.
9317 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
9319         * gcc.dg/c99-func-2.c: Remove xfail.
9320         * gcc.dg/c99-func-3.c: Remove xfail.
9321         * gcc.dg/c99-func-4.c: Remove xfail.
9323 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
9325         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
9327 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9329         * gcc.c-torture/compile/20010423-1.c: New test.
9331 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
9333         * g++.old-deja/g++.pt/typename28.C: New test.
9335 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
9337         * g++.old-deja/g++.abi/empty2.C: New test.
9338         * g++.old-deja/g++.abi/empty3.C: New test.
9340 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9342         * g++.old-deja/g++.other/comdat2.C: New test.
9343         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
9345 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9347         * g++.old-deja/g++.other/overload14.C: New test.
9349 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9351         * g++.old-deja/g++.other/lookup23.C: New test.
9353 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9355         * gcc.c-torture/execute/20010403-1.c: New test.
9357 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
9358             Mark Mitchell  <mark@codesourcery.com>
9360         * lib/old-dejagnu.exp: Don't delete output of executable.
9361         Add .exe suffix to executables.
9363 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
9365         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
9367 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9369         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
9371 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
9373         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
9374         * g++.old-deja/g++.abi/crash1.C: New test.
9376 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
9378         * g++.old-deja/g++.other/crash40.C: New test.
9380 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9382         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
9384 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
9386         * g++.old-deja/g++.other/warn6.C: New test.
9388 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9390         * g++.old-deja/g++.robertl/eb42.C: Same.
9392 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9394         * gcc.dg/wtr-conversion-1.c: New testcase.
9396 2001-04-10  Richard Henderson  <rth@redhat.com>
9398         * g++.old-deja/g++.other/array5.C: New.
9400 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9402         * gcc.c-torture/execute/20010408-1.c: New test.
9404 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
9406         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
9407         headers and constructs.
9408         * g++.old-deja/g++.robertl/eb79.C: Same.
9409         * g++.old-deja/g++.robertl/eb77.C (main): Same.
9410         * g++.old-deja/g++.robertl/eb73.C: Same.
9411         * g++.old-deja/g++.robertl/eb66.C (main): Same.
9412         * g++.old-deja/g++.robertl/eb55.C (t): Same.
9413         * g++.old-deja/g++.robertl/eb54.C (main): Same.
9414         * g++.old-deja/g++.robertl/eb46.C (main): Same.
9415         * g++.old-deja/g++.robertl/eb44.C: Same.
9416         * g++.old-deja/g++.robertl/eb41.C (main): Same.
9417         * g++.old-deja/g++.robertl/eb4.C (main): Same.
9418         * g++.old-deja/g++.robertl/eb39.C: Same.
9419         * g++.old-deja/g++.robertl/eb33.C (main): Same.
9420         * g++.old-deja/g++.robertl/eb31.C (main): Same.
9421         * g++.old-deja/g++.robertl/eb30.C: Same.
9422         * g++.old-deja/g++.robertl/eb3.C: Same.
9423         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
9424         * g++.old-deja/g++.robertl/eb21.C: Same.
9425         * g++.old-deja/g++.robertl/eb15.C: Same.
9426         * g++.old-deja/g++.robertl/eb118.C: Same.
9427         * g++.old-deja/g++.robertl/eb115.C (main): Same.
9428         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
9429         * g++.old-deja/g++.robertl/eb109.C: Same.
9430         * g++.old-deja/g++.other/sibcall1.C (main): Same.
9431         * g++.old-deja/g++.mike/rtti1.C: Same.
9432         * g++.old-deja/g++.mike/p658.C: Same.
9433         * g++.old-deja/g++.mike/net46.C: Same.
9434         * g++.old-deja/g++.mike/net34.C: Same.
9435         * g++.old-deja/g++.mike/memoize1.C: Same.
9436         * g++.old-deja/g++.mike/eh2.C: Same.
9437         * g++.old-deja/g++.law/weak.C: Same.
9438         * g++.old-deja/g++.law/visibility7.C: Same.
9439         * g++.old-deja/g++.law/visibility25.C: Same.
9440         * g++.old-deja/g++.law/visibility22.C: Same.
9441         * g++.old-deja/g++.law/visibility2.C: Same.
9442         * g++.old-deja/g++.law/visibility17.C: Same.
9443         * g++.old-deja/g++.law/visibility13.C: Same.
9444         * g++.old-deja/g++.law/visibility10.C: Same.
9445         * g++.old-deja/g++.law/visibility1.C: Same.
9446         * g++.old-deja/g++.law/virtual3.C (eval): Same.
9447         * g++.old-deja/g++.law/vbase1.C: Same.
9448         * g++.old-deja/g++.law/operators32.C: Same.
9449         * g++.old-deja/g++.law/nest3.C: Same.
9450         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
9451         * g++.old-deja/g++.law/except5.C (main): Same.
9452         * g++.old-deja/g++.law/cvt7.C (run): Same.
9453         * g++.old-deja/g++.law/cvt2.C: Same.
9454         * g++.old-deja/g++.law/cvt16.C: Same.
9455         * g++.old-deja/g++.law/ctors6.C (bar): Same.
9456         * g++.old-deja/g++.law/ctors17.C (main): Same.
9457         * g++.old-deja/g++.law/ctors13.C: Same.
9458         * g++.old-deja/g++.law/ctors12.C (main): Same.
9459         * g++.old-deja/g++.law/ctors10.C: Same.
9460         * g++.old-deja/g++.law/code-gen5.C: Same.
9461         * g++.old-deja/g++.law/bad-error7.C: Same.
9462         * g++.old-deja/g++.law/arm9.C: Same.
9463         * g++.old-deja/g++.law/arm12.C: Same.
9464         * g++.old-deja/g++.law/arg8.C: Same.
9465         * g++.old-deja/g++.law/arg1.C: Same.
9466         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
9467         * g++.old-deja/g++.jason/template31.C: Same.
9468         * g++.old-deja/g++.jason/template24.C (main): Same.
9469         * g++.old-deja/g++.jason/2371.C: Same.
9470         * g++.old-deja/g++.eh/new2.C: Same.
9471         * g++.old-deja/g++.eh/new1.C: Same.
9472         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
9473         * g++.old-deja/g++.brendan/nest21.C (main): Same.
9474         * g++.old-deja/g++.brendan/err-msg3.C: Same.
9475         * g++.old-deja/g++.brendan/crash62.C: Same.
9476         * g++.old-deja/g++.brendan/crash52.C: Same.
9477         * g++.old-deja/g++.brendan/crash49.C (main): Same.
9478         * g++.old-deja/g++.brendan/crash38.C: Same.
9479         * g++.old-deja/g++.brendan/crash15.C (main): Same.
9480         * g++.old-deja/g++.brendan/copy9.C: Same.
9482 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
9484         * gcc.c-torture/execute/20001203-2.c (memset):
9485         Count argument is of type __SIZE_TYPE__.
9487 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
9489         * gcc.c-torture/compile/20010404-1.c: New test.
9491 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
9493         * gcc.c-torture/compile/20010326-1.c: New test.
9495 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
9497         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
9498         peculiarities of the SH.
9499         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
9501 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9503         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
9504         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
9505         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
9507 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
9509         * g77.f-torture/compile/20010321-1.f: New test.
9511 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
9513         * gcc.c-torture/compile/20010329-1.c: New test.
9515 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
9517         * gcc.c-torture/execute/20010329-1.c: New test.
9519 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
9521         * g++.old-deja/g++.other/eh4.C: Fix typo.
9523 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
9525         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
9527 2001-03-28  Philip Blundell  <philb@gnu.org>
9529         * gcc.c-torture/compile/20010328-1.c: New test.
9531 2001-03-27  Richard Henderson  <rth@redhat.com>
9533         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
9534         * g++.old-deja/g++.eh/vbase3.C: Likewise.
9536 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
9538         * gcc.c-torture/compile/20010327-1.c: New test.
9540 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9542         * g++.old-deja/g++.other/friend12.C: New test.
9543         * g++.old-deja/g++.other/friend9.C: Expect no errors.
9544         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
9546 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9548         * gcc.c-torture/execute/20010325-1.c: New test.
9550 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
9552         * g++.old-deja/g++.other/mangle3.C: New test.
9554 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
9556         * g++.old-deja/g++.other/anon8.C: New test.
9558 2001-03-20  Philip Blundell  <philb@gnu.org>
9560         * gcc.c-torture/compile/20010320-1.c: New test.
9562 2001-03-17  Richard Henderson  <rth@redhat.com>
9564         * g++.old-deja/g++.other/eh4.C: Add expected error text.
9566 2001-03-15  Geoff Keating  <geoff@redhat.com>
9568         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
9569         tests on AIX.
9571 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
9573         * g++.old-deja/g++.other/eh4.C: New test.
9575 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
9577         * gcc.dg/cpp/mi1.c: Update.
9579 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
9581         * g++.old-deja/g++.other/regstack.C: New test.
9583 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
9585         * g++.old-deja/g++.other/ref4.C: New test.
9587 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
9589         * objc/execute/va_method.m: Added.
9590         * objc/execute/IMP.m: Added.
9591         * objc/execute/_cmd.m: Added.
9592         * objc/execute/accessing_ivars.m: Added.
9593         * objc/execute/class-1.m: Added.
9594         * objc/execute/class-10.m: Added.
9595         * objc/execute/class-11.m: Added.
9596         * objc/execute/class-12.m: Added.
9597         * objc/execute/class-13.m: Added.
9598         * objc/execute/class-14.m: Added.
9599         * objc/execute/class-2.m: Added.
9600         * objc/execute/class-3.m: Added.
9601         * objc/execute/class-4.m: Added.
9602         * objc/execute/class-5.m: Added.
9603         * objc/execute/class-6.m: Added.
9604         * objc/execute/class-7.m: Added.
9605         * objc/execute/class-8.m: Added.
9606         * objc/execute/class-9.m: Added.
9607         * objc/execute/class-tests-1.h
9608         * objc/execute/class-tests-2.h
9609         * objc/execute/compatibility_alias.m: Added.
9610         * objc/execute/encode-1.m: Added.
9611         * objc/execute/formal_protocol-1.m: Added.
9612         * objc/execute/formal_protocol-2.m: Added.
9613         * objc/execute/formal_protocol-3.m: Added.
9614         * objc/execute/formal_protocol-4.m: Added.
9615         * objc/execute/formal_protocol-5.m: Added.
9616         * objc/execute/formal_protocol-6.m: Added.
9617         * objc/execute/formal_protocol-7.m: Added.
9618         * objc/execute/informal_protocol.m: Added.
9619         * objc/execute/initialize.m: Added.
9620         * objc/execute/load.m: Added.
9621         * objc/execute/many_args_method.m: Added.
9622         * objc/execute/nested-3.m: Added.
9623         * objc/execute/no_clash.m: Added.
9624         * objc/execute/private.m: Added.
9625         * objc/execute/redefining_self.m: Added.
9626         * objc/execute/root_methods.m: Added.
9627         * objc/execute/selector-1.m: Added.
9628         * objc/execute/static-1.m: Added.
9629         * objc/execute/static-2.m: Added.
9630         * objc/execute/va_method.m: Added.
9632 2001-03-10  Richard Henderson  <rth@redhat.com>
9634         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
9636 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
9638         * g++.old-deja/g++.other/crash31.C: XFAIL.
9639         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
9640         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
9641         * gcc.c-torture/execute/20010123-1.x: XFAIL.
9642         * gcc.c-torture/execute/20010124-1.x: XFAIL.
9643         * gcc.dg/sequence-pt-1.c: XFAIL one test.
9645 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
9647         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
9649 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
9651         * gcc.dg/20000724-1.c: Don't use multiline strings.
9653 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
9655         * objc/execute/string1.m, objc/execute/string2.m: Compare the
9656         result of -cString against what we expect it to be; don't just
9657         print it out for no one to read.
9659         * objc/execute/string3.m, objc/execute/string4.m: New tests.
9660         Based on testcases provided by Nicola Pero.
9662 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
9664         * gcc.dg/cpp/macro7.c: New test.
9666 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
9668         * gcc.dg/cpp/multiline.c: Update.
9670 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9672         * g++.old-deja/g++.other/enum3.C: New test.
9674 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9676         * g++.old-deja/g++.other/pod1.C: New test.
9678 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9680         * g++.old-deja/g++.ext/overload1.C: New test.
9682 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
9684         * g++.old-deja/g++.pt/using1.C: New test.
9686 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
9688         * g++.old-deja/g++.other/using9.C: New test.
9690 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
9692         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
9694         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
9696 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
9698         * g++.old-deja/g++.ext/realpt1.C: Remove.
9700 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
9702         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
9704 2001-02-26  Will Cohen  <wcohen@redhat.com>
9706         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
9708 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
9710         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
9711         templatized constructors.
9713 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9715         * gcc.c-torture/execute/20010224-1.c: New test.
9717 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
9719         * gcc.c-torture/execute/20010222-1.c: New test.
9721 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
9723         * g++.old-deja/g++.other/inline20.C: New test.
9725 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
9727         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
9729 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9731         * g++.old-deja/g++.other/lookup22.C: New test.
9733 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
9735         * g77.dg: New directory.
9736         * g77.dg/20010216-1.f: New test case.
9737         * g77.dg/dg.exp: New driver.
9738         * lib/g77-dg.exp: New driver library.
9740 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9742         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
9744 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
9746         * g++.old-deja/g++.other/decl9.C: New test.
9748 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
9750         * g++.old-deja/g++.other/init16.C: Update the test so that it does
9751         not need <string> and also tests the initialization at runtime.
9753 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9755         * gcc.c-torture/execute/longlong.c: New test.
9757 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
9759         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
9761 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
9763         * gcc.c-torture/execute/920302-1.c (execute):
9764         Change argument type to short.
9766 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9768         * g++.old-deja/g++.pt/deduct6.C: New test.
9770 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9772         * g++.old-deja/g++.pt/deduct5.C: New test.
9774 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
9776         * gcc.c-torture/execute/20010209-1.c: New test.
9778 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
9780         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
9782 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
9784         * g++.dg/vtgc1.C: Update for new ABI.
9786         * consistency.vlad: New directory, 1665 files.
9788 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9790         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
9791         return type.
9792         * gcc.dg/cpp/digraphs.c: Declare puts.
9794 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9796         * g++.old-deja/g++.other/warn5.C: New test.
9798 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9800         * g++.old-deja/g++.pt/spec40.C: New test.
9802 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9804         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
9805         case.
9806         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
9808 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
9810         * gcc.c-torture/compile/20010209-1.c: New test.
9812 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
9814         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
9815         excess errors message but not if it crashes.
9816         * g++.old-deja/g++.other/crash27.C: Likewise.
9817         * g++.old-deja/g++.other/crash28.C: Likewise.
9818         * g++.old-deja/g++.other/crash30.C: Likewise.
9819         * g++.old-deja/g++.other/crash32.C: Likewise.
9820         * g++.old-deja/g++.other/crash35.C: Likewise.
9821         * g++.old-deja/g++.pt/inherit2.C: Likewise.
9823 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9825         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
9826         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
9827         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
9828         g77.f-torture/execute/execute.exp,
9829         g77.f-torture/noncompile/noncompile.exp,
9830         gcc.c-torture/execute/execute.exp,
9831         gcc.c-torture/execute/memcheck/memcheck.exp,
9832         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
9833         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
9834         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
9835         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
9836         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
9837         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
9838         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
9839         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
9840         Remove bug reporting instructions with ancient email addresses.
9842 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
9844         * gcc.dg/20010202-1.c: New test.
9845         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
9847 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
9849         * g++.dg/stdbool-if.C: New test.
9851 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
9853         * objc/execute/fdecl.m: Added main().
9855 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
9857         * gcc.c-torture/execute/20010206-1.c: New test.
9859 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9861         * gcc.dg/cpp/avoidpaste1.c: Update.
9863 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
9865         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
9866         Pero <nicola@brainstorm.co.uk>.
9867         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
9869 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
9871         * g++.old-deja/g++.pt/spec39.C: New test.
9873 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
9875         * gcc.c-torture/compile/20010202-1.c: New test.
9877 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
9879         * g++.old-deja/g++.abi/primary2.C: New test.
9880         * g++.old-deja/g++.abi/primary3.C: New test.
9881         * g++.old-deja/g++.abi/primary4.C: New test.
9882         * g++.old-deja/g++.abi/primary5.C: New test.
9883         * g++.old-deja/g++.abi/vtable3.h: New test.
9884         * g++.old-deja/g++.abi/vtable3a.C: New test.
9885         * g++.old-deja/g++.abi/vtable3b.C: New test.
9886         * g++.old-deja/g++.abi/vtable3c.C: New test.
9887         * g++.old-deja/g++.abi/vtable3d.C: New test.
9888         * g++.old-deja/g++.abi/vtable3e.C: New test.
9889         * g++.old-deja/g++.abi/vtable3f.C: New test.
9890         * g++.old-deja/g++.abi/vtable3g.C: New test.
9891         * g++.old-deja/g++.abi/vtable3h.C: New test.
9892         * g++.old-deja/g++.abi/vtable3i.C: New test.
9893         * g++.old-deja/g++.abi/vtable3j.C: New test.
9894         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
9896 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
9898         * g++.old-deja/g++.other/anon6.C: New test.
9899         * g++.old-deja/g++.other/anon7.C: New test.
9901 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9903         * gcc.dg/cpp/avoidpaste2.c: New tests.
9905 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
9907         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
9909 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
9911         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
9912         DECIMAL_DIG cases for Irix."
9914 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
9916         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
9918 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
9920         * gcc.dg/c99-tag-1.c: New test.
9922 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
9924         * gcc.dg/cpp/tr-warn1.c: Add tests.
9926 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
9928         * gcc.dg/cpp/avoidpaste1.c: Update.
9929         * gcc.dg/cpp/paste4.c: Update.
9931 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
9933         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
9934         cases for Irix.
9936 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9938         * g++.old-deja/g++.other/inline19.C: New test.
9940 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
9942         * gcc.dg/Wlarger-than.c: New test.
9944 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9946         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
9948 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
9950         * gcc.c-torture/execute/20010129-1.c: New test.
9951         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
9953 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9955         * gcc.dg/cpp/avoidpaste1.c: Test case.
9957 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
9959         * g++.old-deja/g++.other/inline18.C: New test.
9961 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9963         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
9964         and __builtin_putchar.
9966 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
9968         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
9969         tests.
9971 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
9973         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
9974         floating point number rounding mode to round to the nearest
9975         representable mode.
9977 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
9979         * g++.old-deja/g++.other/mangle2.C: New test.
9981 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
9983         * gcc.c-torture/compile/20010124-1.c: New test.
9985 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
9987         * g++.old-deja/g++.pt/spec38.C: New test.
9989 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9991         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
9992         "Build don't run".
9994 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9996         * gcc.c-torture/execute/20010123-1.c: New test.
9998 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10000         * g++.old-deja/g++.pt/spec37.C: New test.
10002 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10004         * g++.old-deja/g++.pt/overload14.C: New test.
10006 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10008         * gcc.c-torture/execute/20010122-1.c: New test, exercise
10009         __builtin_return_address.
10011 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
10013         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
10014         * g++.old-deja/g++.pt/spec35.C: New test.
10015         * g++.old-deja/g++.pt/spec36.C: New test.
10017 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
10019         * gcc.c-torture/compile/20010118-1.c: New test.
10021 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
10023         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
10025 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
10027         * gcc.c-torture/execute/20010119-1.c: New test.
10029 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10031         * g++.old-deja/g++.other/vbase5.C: New test.
10033 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
10035         * gcc.c-torture/execute/20010118-1.c: New test.
10037 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10039         * g++.old-deja/g++.pt/deduct3.C: New test.
10041 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10043         * g++.old-deja/g++.pt/spec34.C: New test.
10045 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
10047         * g77.f-torture/compile/20000601-2.f: New test.
10049 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10051         * g++.old-deja/g++.other/init17.C: New test.
10053 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
10055         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
10057 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10059         * g++.old-deja/g++.pt/unify8.C: New test.
10061 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10063         * g++.old-deja/g++.abi/vbase1.C: New test.
10065 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10067         * g++.old-deja/g++.pt/crash65.C: New test.
10069 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
10071         * gcc.dg/cpp/assembl2.S: New test case.
10073 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
10075         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
10076         are supported.
10078 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10080         * g++.old-deja/g++.other/builtins1.C: New test.
10081         * g++.old-deja/g++.other/builtins2.C: Likewise.
10082         * g++.old-deja/g++.other/builtins3.C: Likewise.
10083         * g++.old-deja/g++.other/builtins4.C: Likewise.
10085 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
10087         * gcc.c-torture/compile/20010117-1.c: New test.
10088         * gcc.c-torture/compile/20010117-2.c: New test.
10090 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10092         * g77.f-torture/execute/20010116.[fx]: New test,
10093         XFAIL on i?86-*-*.
10094         * g77.f-torture/compile/20010115.f: Indicate it's
10095         a test for PR fortran/1636.
10097 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
10099         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
10101 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10103         * g77.f-torture/compile/20010115.f: New test.
10105 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
10107         * g++.old-deja/g++.pt/nontype5.C: New test.
10109 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
10111         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
10112         have an equivalent working one below it.
10114 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
10116         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
10117         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
10119 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
10121         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
10122         message containing "init_priority".
10123         (conpr-2.C): Likewise.
10124         (conpr-3.C): Likewise.
10125         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
10127 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10129         * gcc.c-torture/execute/20010114-2.c: New test.
10131 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
10133         * gcc.c-torture/compile/20010114-1.c: New test.
10134         * gcc.c-torture/compile/20010114-1.x: Xfail.
10135         * gcc.c-torture/compile/20010114-2.c: New test.
10136         * gcc.c-torture/execute/20010114-1.c: New test.
10137         * gcc.dg/trunc-1.c: New test.
10138         * gcc.dg/uninit-B.c: New test.
10140 2001-01-13  Nick Clifton  <nickc@redhat.com>
10142         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
10143         target.
10145 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10147         * gcc.c-torture/compile/20010113-1.c: New test.
10149 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
10151         * gcc.c-torture/compile/20001212-1.c: New test.
10153 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
10155         * gcc.dg/cpp/widestr1.c: Update.
10156         * gcc.dg/cpp/prag-imp.c: Remove.
10158 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
10160         * gcc.c-torture/execute/20000801-3.x: Remove.
10161         * gcc.dg/c90-init-1.c: New test.
10162         * gcc.dg/c99-init-1.c: New test.
10163         * gcc.dg/c99-init-2.c: New test.
10164         * gcc.dg/gnu99-init-1.c: New test.
10166 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
10168         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
10169         testing that no relevant ones were found.
10171 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10173         * g++.old-deja/g++.pt/cast2.C: New test.
10175 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10177         * g++.old-deja/g++.pt/friend47.C: New test.
10179 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10181         * g++.old-deja/g++.pt/instantiate13.C: New test.
10183 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10185         * g++.old-deja/g++.other/defarg7.C: New test.
10186         * g++.old-deja/g++.other/defarg8.C: New test.
10188 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10190         * g++.old-deja/g++.pt/crash64.C: New test.
10192 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10194         * g++.old-deja/g++.pt/crash63.C: New test.
10196 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
10198         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
10200 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
10202         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
10204 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10206         * g++.old-deja/g++.pt/error3.C: New test.
10208 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10210         * g++.old-deja/g++.other/crash39.C: New test.
10212 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10214         * g++.old-deja/g++.other/vbase4.C: New test.
10216 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
10218         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
10219         * gcc.dg/special/20000419-2.c: New file. Identical to above.
10220         * gcc.dg/special/special.exp: New test driver which will check
10221         for alias support for the above test.
10223 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
10225         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
10226         problems on small machines.
10227         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
10228         parameterize.
10230 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
10232         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
10233         mips.
10234         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
10236 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
10238         * g++.old_deja/g++.pt/using8.C: New test.
10240 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10242         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
10244 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
10246         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
10247         where a failure is expected.
10248         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
10250 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10252         * g++.old_deja/g++.pt/instantiate12.C: New test.
10254 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10256         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
10257         start of structs.
10258         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
10259         * g++.old-deja/g++.brendan/crash17.C: Likewise.
10260         * g++.old-deja/g++.brendan/crash29.C: Likewise.
10261         * g++.old-deja/g++.brendan/crash48.C: Likewise.
10262         * g++.old-deja/g++.brendan/ns1.C: Likewise.
10263         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
10264         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
10265         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
10266         * g++.old-deja/g++.eh/spec6.C: Likewise.
10267         * g++.old-deja/g++.jason/crash3.C: Likewise.
10268         * g++.old-deja/g++.law/ctors11.C: Likewise.
10269         * g++.old-deja/g++.law/ctors17.C: Likewise.
10270         * g++.old-deja/g++.law/ctors5.C: Likewise.
10271         * g++.old-deja/g++.law/ctors9.C: Likewise.
10272         * g++.old-deja/g++.mike/ambig1.C: Likewise.
10273         * g++.old-deja/g++.mike/net22.C: Likewise.
10274         * g++.old-deja/g++.mike/p3538a.C: Likewise.
10275         * g++.old-deja/g++.mike/p3538b.C: Likewise.
10276         * g++.old-deja/g++.mike/virt3.C: Likewise.
10277         * g++.old-deja/g++.niklas/t128.C: Likewise.
10278         * g++.old-deja/g++.other/anon4.C: Likewise.
10279         * g++.old-deja/g++.other/using1.C: Likewise.
10280         * g++.old-deja/g++.other/warn3.C: Likewise.
10281         * g++.old-deja/g++.pt/t37.C: Likewise.
10282         * g++.old-deja/g++.robertl/eb69.C: Likewise.
10283         * g++.old-deja/g++.robertl/eb71.C: Likewise.
10285 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10287         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
10289 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10291         * gcc.c-torture/execute/stdio-opt-3.c: New test.
10293 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
10295         * gcc.c-torture/compile/20010107-1.c: New test.
10297 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10299         * gcc.c-torture/execute/builtin-noret-1.c: New test.
10301 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10303         * gcc.dg/format/format.h: New file.
10304         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
10305         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
10306         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
10307         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
10308         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
10309         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
10310         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
10311         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
10312         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
10313         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
10314         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
10315         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
10316         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
10317         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
10318         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
10319         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
10320         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
10321         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
10322         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
10323         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
10324         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
10325         instead of declaring standard types, macros and functions in each
10326         test.
10328 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
10330         * gcc.c-torture/execute/20010106-1.c: New test.
10332 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10334         * gcc.dg/format/format.exp: New file.
10335         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
10336         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
10337         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
10338         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
10339         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
10340         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
10341         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
10342         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
10343         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
10344         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
10345         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
10346         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
10347         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
10348         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
10349         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
10350         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
10351         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
10352         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
10353         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
10354         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
10355         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
10356         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
10357         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
10358         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
10359         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
10360         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
10361         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
10362         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
10363         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
10364         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
10365         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
10366         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
10367         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
10368         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
10369         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
10370         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
10371         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
10372         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
10373         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
10374         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
10375         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
10376         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
10378 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
10380         * gcc.c-torture/execute/991228-1.c: Take word endianness into
10381         account.
10383 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
10385         * gcc.c-torture/execute/builtin-complex-1.c: New test.
10387 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
10389         * g++.old-deja/g++.pt/crash62.C: New test.
10391 2001-01-04  Richard Henderson  <rth@redhat.com>
10393         * gcc.dg/20000926-1.c: Update expected warnings.
10394         * gcc.dg/array-2.c: Likewise.
10395         * gcc.dg/array-4.c: Also validate flexible array members.
10396         * gcc.dg/c99-flex-array-1.c: New.
10398 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10400         * gcc.c-torture/compile/20001222-1.x: Remove.
10402 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10404         * gcc.c-torture/execute/built-in-setjmp.c: New.
10406 2001-01-03  Richard Henderson  <rth@redhat.com>
10408         * gcc.dg/940510-1.c: Update expected error wording.
10409         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
10411 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
10413         * lib/target-supports.exp (check_alias_available): Modified to
10414         indicate aliases not supported if only weak aliases are supported.
10416 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10418         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
10419         Turn on cmpstrsi checks for __pj__ and __i370__.
10421 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
10423         * g++.old-deja/g++.other/virtual11.C: New test.
10425 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
10427         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
10429 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10431         * gcc.c-torture/compile/20010102-1.c: New test.
10433 2001-01-02  Andreas Jaeger  <aj@suse.de>
10435         * gcc.dg/noreturn-3.c: New test.
10437         * gcc.dg/noreturn-4.c: New test.
10439 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10441         * gcc.c-torture/execute/stdio-opt-1.c: Also test
10442         __builtin_fputc and __builtin_fwrite.
10444 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
10446         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
10447         signed char, not default char.
10449 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
10451         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
10453 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
10455         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
10457 2000-12-29  Richard Henderson  <rth@redhat.com>
10459         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
10460         (__cyg_profile_func_exit): Define.
10462 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
10464         * g++.dg/vtgc1.C: New test.
10466 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
10468         * gcc.dg/noncompile/20001228-1.c: New test.
10470         * gcc.dg/20001228-1.c: New test.
10472         * gcc.c-torture/execute/20001228-1.c: New test.
10474 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
10476         * gcc.dg/format-strfmon-1.c: New test.
10478 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10480         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
10481         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
10482         * gcc.c-torture/execute/string-opt-1.c: Likewise.
10483         * gcc.c-torture/execute/string-opt-2.c: Likewise.
10484         * gcc.c-torture/execute/string-opt-3.c: Likewise.
10485         * gcc.c-torture/execute/string-opt-4.c: Likewise.
10486         * gcc.c-torture/execute/string-opt-6.c: Likewise.
10487         * gcc.c-torture/execute/string-opt-7.c: Likewise.
10488         * gcc.c-torture/execute/string-opt-8.c: Likewise.
10489         * gcc.c-torture/execute/string-opt-9.c: Likewise.
10490         * gcc.c-torture/execute/string-opt-10.c: Likewise.
10491         * gcc.c-torture/execute/string-opt-11.c: Likewise.
10492         * gcc.c-torture/execute/string-opt-12.c: Likewise.
10494         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
10495         * gcc.c-torture/execute/string-opt-4.c: Test index.
10497 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
10499         * gcc.c-torture/compile/20001226-1.c: New test.
10501 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10503         * gcc.c-torture/compile/20001222-1.c: New test.
10504         * gcc.c-torture/compile/20001222-1.x: Xfail.
10506 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
10508         * gcc.c-torture/execute/comp-goto-2.c: New test.
10510 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
10512         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
10513         Use long types if __INT_MAX__ is 32767.
10514         (main): Use cast to (sint32 *) when poking 88 into a_page.
10516         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
10518 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
10520         * gcc.c-torture/compile/20001221-1.c: New test.
10521         * gcc.c-torture/execute/20001221-1.c: New test.
10523 2000-12-20  Richard Henderson  <rth@redhat.com>
10525         * g++.old-deja/g++.pt/crash36.C: Update error lines.
10526         * g++.old-deja/g++.robertl/eb109.C: Likewise.
10528 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10530         * gcc.dg/compare3.c: New test.
10532 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10534         * gcc.dg/format-warnll-1.c: New test.
10536 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
10538         * gcc.dg/cpp/cmdlne-P.c: New test.
10540 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10542         * gcc.c-torture/execute/builtin-abs-1.c,
10543         gcc.c-torture/execute/builtin-abs-2.c: New tests.
10545 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10547         * gcc.dg/cpp/multiline.c: New test.
10549 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10551         * g++.old-deja/g++.other/syshdr1.C: Update.
10552         * gcc.dg/cpp/lineflags.c: Remove temporarily.
10554 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10556         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
10558 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10560         * g++.old-deja/g++.pt/ttp65.C: New test.
10562 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10564         * g++.old-deja/g++.pt/ttp64.C: New test.
10566 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10568         * g++.old-deja/g++.pt/spec33.C: New test.
10570 2000-12-14  Catherine Moore  <clm@redhat.com>
10572         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
10573         * gcc.c-torture/execute/920612-2.c: Likewise.
10574         * gcc.c-torture/execute/920428-2.c: Likewise.
10575         * gcc-c-torture/execute/va-arg-11.c: Call exit.
10576         * gcc.c-torture/execute/va-arg-21.c: Likewise.
10578 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10580         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
10581         * gcc.dg/pack-test-2.c: Likewise.
10583 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
10585         Tests by Zack Weinberg <zackw@stanford.edu>.
10587         * gcc.dg/cpp/defined.c: Update.
10588         * gcc.dg/cpp/defined_trad.c: New tests.
10590 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
10592         * gcc.dg/cpp/trad-direct.c: Update.
10594 2000-12-11  Neil Booth  <neilb@earthling.net>
10596         * gcc.dg/cpp/defined_trad.c
10598 2000-12-11  Neil Booth  <neilb@earthling.net>
10600         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
10602 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10604         * gcc.dg/format-miss-2.c: New test.
10606 2000-12-09  Neil Booth  <neilb@earthling.net>
10608         * gcc.dg/cpp/lineflags.c: New tests.
10609         * gcc.dg/cpp/poison.c: Update.
10610         * gcc.dg/cpp/redef2.c: Update.
10611         * gcc.dg/cpp/skipping.c: New test.
10613 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
10615         * g++.old-deja/g++.other/eh3.C: New testcase.
10617 2000-12-07  Neil Booth  <neilb@earthling.net>
10619         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
10620         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
10621         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
10622         wtr-union-init-2.c, wtr-union-init-3.c: Update.
10623         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
10624         Update.
10626 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10628         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
10629         __SIZE_TYPE__ instead of int for type of integers cast to
10630         pointers.
10632 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
10634         * g++.old-deja/g++.other/cleanup4.C: New test.
10636 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10638         * format-sec-1.c: New test.
10640 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10642         * gcc.dg/format-nonlit-3.c: New test.
10644 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10646         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
10647         through a null pointer.
10649 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10651         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
10652         * g++.old-deja/g++.pt/partial4.C: New test.
10654 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10656         * gcc.c-torture/execute/ieee/hugeval.x: New.
10658 2000-12-06  Neil Booth  <neilb@earthling.net>
10660         * gcc.dg/cpp/backslash2.c: New tests.
10662 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10664         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
10665         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
10667 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
10669         * gcc.c-torture/execute/20001203-2.c: New testcase.
10671 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
10673         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
10674         * g++.old-deja/g++.other/virtual10.C: New test.
10676 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
10678         * g++.old-deja/g++.mike/pmf5.C: Remove test.
10680 2000-12-05  Richard Henderson  <rth@redhat.com>
10682         * gcc.c-torture/compile/20001205-1.c: New.
10684 2000-12-04  Neil Booth  <neilb@earthling.net>
10686         * g++.old-deja/g++.other/virtual9.C: New test.
10687         * g++.old-deja/g++.pt/crash61.C: New test.
10688         * gcc.c-torture/execute/loop-9.c: New test.
10690 2000-12-04  Neil Booth  <neilb@earthling.net>
10692         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
10693         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
10694         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
10695         * gcc.dg/cpp/extratokens.c: ...here.
10697 2000-12-04  Neil Booth  <neilb@earthling.net>
10699         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
10700         New tests.
10702 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10704         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
10705         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
10707 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10709         * gcc.c-torture/execute/20001203-1.c: New test.
10711 2000-12-03  Neil Booth  <neilb@earthling.net>
10713         * gcc.dg/cpp/macro6.c: New test cases.
10715 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10717         * gcc.c-torture/execute/string-opt-9.c: New test.
10718         * gcc.c-torture/execute/string-opt-10.c: Likewise.
10719         * gcc.c-torture/execute/string-opt-11.c: Likewise.
10720         * gcc.c-torture/execute/string-opt-12.c: Likewise.
10722         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
10723         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
10725 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
10727         * gcc.dg/cpp/if-6.c: New testcase.
10729         * gcc.dg/20001201-1.c: New testcase.
10731 2000-12-02  Neil Booth  <neilb@earthling.net>
10733         * g++.old-deja/g++.other/externC4.C,
10734         g++.old-deja/g++.other/friend10.C: New tests.
10736 2000-12-02  Neil Booth  <neilb@earthling.net>
10738         * g++.old-deja/g++.other/instan2.C
10739         * g++.old-deja/g++.other/instan3.C: New test.
10741 2000-12-02  Neil Booth  <neilb@earthling.net>
10743         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
10744         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
10745         gnuc99.c,gnuc99-pedantic.c: New tests.
10747 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10749         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
10750         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
10752 2000-12-01  Neil Booth  <neilb@earthling.net>
10754         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
10755         * gcc.dg/cpp/poison.c: Update.
10756         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
10758 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
10760         * g77.f-torture/execute/20001201.f: New test.
10762 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10764         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
10766 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
10768         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
10770 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
10772         * g++.old-deja/g++.other/cast6.C: New test.
10774 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
10776         * gcc.c-torture/execute/20001130-2.c: New testcase.
10778 2000-11-30  Richard Henderson  <rth@redhat.com>
10780         * gcc.c-torture/execute/20001130-1.c: New test.
10782 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10784         * g++.old-deja/g++.other/op3.C: New test.
10786 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10788         * g++.old-deja/g++.other/op2.C: New test.
10790 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10792         * g++.old-deja/g++.other/crash38.C: New test.
10794 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
10796         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
10798 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
10800         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
10801         tests.
10802         * gcc.c-torture/execute/string-opt-6.c: New test.
10804         * gcc.dg/20001117-1.c: Add main.
10806 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
10808         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
10809         Move from here ...
10810         * gcc.dg/940510-1.c: ... to here.
10812         * gcc.dg/20000926-1.c: GNU C now allows initializations of
10813         zero-size arrays in toplevel structures.
10815 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
10817         * gcc.c-torture/execute/loop-8.c: New test.
10819 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10821         * g++.old-deja/g++.other/base1.C: New test.
10823 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10825         * g++.old-deja/g++.other/parse2.C: New test.
10827 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10829         * g++.old-deja/g++.pt/incomplete1.C: New test.
10831 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10833         * g++.old-deja/g++.other/friend9.C: New test.
10835 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
10837         * gcc.dg/20001127-1.c: New test.
10839 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
10841         * g++.old-deja/g++.pt/friend46.C: New test.
10843 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
10845         * g++.old-deja/g++.other/ptrmem8.C: New test.
10847 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10849         * gcc.c-torture/execute/string-opt-7.c: New test.
10850         * gcc.c-torture/execute/string-opt-8.c: Likewise.
10852 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
10854         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
10855         instead of 'mkcheck 2'.
10857 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10859         * gcc.c-torture/execute/memcheck/driver.c,
10860         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
10861         C9X references to refer to C99.
10863 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
10865         * gcc.dg/ultrasp3.c: New test.
10867 2000-11-25  Neil Booth  <neilb@earthling.net>
10869         * gcc.dg/cpp/include2.c: Update test to be locale independent.
10871 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
10873         * gcc.c-torture/compile/20001123-2.c: New.
10875 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10877         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
10879 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
10881         * gcc.dg/sequence-point-1.c: Add some new tests.
10882         * gcc.c-torture/execute/20001124-1.c: New test.
10884 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
10886         * g++.old-deja/g++.other/vaarg4.C: New test.
10887         * gcc.c-torture/compile/20001123-1.c: New test.
10889 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
10891         * g++.other/crash24.C: Adjust and remove XFAIL.
10892         * g++.other/crash37.C: New test.
10894 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
10896         * g++.old-deja/g++.pt/instantiate9.C: New test.
10898 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
10900         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
10901         new ABI, too.
10903         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
10904         * g++.old-deja/g++.robertl/eb55.C: Likewise.
10906 2000-11-22  Neil Booth  <neilb@earthling.net>
10908         * gcc.dg/cpp/Wtrigraphs.c: New test.
10910 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10912         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
10914 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
10916         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
10918 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
10920         * lib/gcc-dg.exp: load_lib scanasm.exp.
10921         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
10922         * lib/g++-dg.exp: load_lib scanasm.exp.
10923         * lib/scanasm.exp: New.
10924         (scan-assembler, scan-assembler-not): Add optional arguments to
10925         test name, or if not present, the pattern name.
10926         (scan-assembler-dem, scan-assembler-dem-not): New.
10928         * g++.dg/dg.exp: New.
10930 2000-11-21  Neil Booth  <neilb@earthling.net>
10932         * gcc.dg/cpp/integrated1.c: Remove.
10934 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
10936         * gcc.c-torture/execute/20001121-1.c: New test.
10938 2000-11-21  Richard Henderson  <rth@redhat.com>
10940         * gcc.c-torture/compile/20001121-1.c: New test.
10942 2000-11-20  Neil Booth  <neilb@earthling.net>
10944         * gcc.dg/cpp/integrated1.c: New test.
10946 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
10948         * g++.old-deja/g++.other/inline17.C: New test.
10950 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
10952         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
10953         local variable to be zero: I made the variable global. Now
10954         uses abort() and exit() instead of relying on main's return value.
10956 2000-11-20  Neil Booth  <neilb@earthling.net>
10958         * gcc.dg/cpp/paste2.c: Update test.
10959         * objc/execute/paste.m: New test.
10961 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
10963         * gcc.dg/c99-condexpr-1.c: New test.
10965 2000-11-20  Neil Booth  <neilb@earthling.net>
10967         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
10969 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
10971         * g++.old-deja/g++.pt/export1.C: New test.
10973 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
10975         * gcc.dg/20001117-1.c: New test.
10977 2000-11-18  Richard Henderson  <rth@redhat.com>
10979         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
10981 2000-11-18  Richard Henderson  <rth@redhat.com>
10983         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
10984         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
10985         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
10987 2000-11-18  Richard Henderson  <rth@redhat.com>
10989         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
10990         (main): New.  Exit cleanly.
10992 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10994         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
10995         gcc.dg/c99-fordecl-2.c: New tests.
10997 2000-11-18  Richard Henderson  <rth@redhat.com>
10999         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
11000         * gcc.c-torture/execute/zerolen-2.c: New.
11002 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11004         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
11005         memory.
11007 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
11009         * g++.old-deja/g++.pt/instantiate8.C: New test.
11011 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
11013         * g++.old-deja/g++.other/incomplete.C: Add more tests.
11014         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
11016 2000-11-16  Nick Clifton  <nickc@redhat.com>
11018         * gcc.c-torture/execute/nestfunc-2.c: New test.
11019         * gcc.c-torture/execute/nestfunc-3.c: New test.
11021 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
11023         * gcc.c-torture/compile/20001116-1.c: New test.
11025 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11027         * gcc.c-torture/execute/20001115-1.c: New test.
11029 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
11031         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
11032         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
11033         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
11034         * g++.old-deja/g++.abi/vmihint.C: Likewise.
11036 2000-11-15  Neil Booth  <neilb@earthling.net>
11038         gcc.dg/cpp/_Pragma1.c: Update.
11039         gcc.dg/cpp/_Pragma2.c: New test.
11041 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11043         * g++.old-deja/g++.other/anon5.C: New test.
11045 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11047         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
11048         tests.
11050 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
11052         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
11053         output.
11055 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11057         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
11058         labels at end of compound statements.
11060 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
11062         * gcc.c-torture/execute/loop-7.c: New test.
11064 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11066         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
11068 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11070         * gcc.dg/c99-bool-1.c: New test.
11072 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11074         * gcc.dg/c99-scope-1.c: Remove xfail.
11075         * gcc.dg/c99-scope-2.c: New test.
11077 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11079         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
11080         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
11082 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
11084         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
11085         error messages.
11087         * g++.mike/p700.C: Don't typedef wchar_t.
11088         * g++.mike/p784.C: Likewise.
11089         * g++.mike/eb101.C: Don't use __wchar_t.
11091 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
11093         * g77.f-torture/execute/20001111.[fx]: Test premature exit
11094         from DO loop.
11096 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
11098         * gcc.c-torture/execute/20001111-1.c: New test.
11100 2000-11-10  Nick Clifton  <nickc@redhat.com>
11102         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
11103         long multuiple and accumulate.
11105 2000-11-09  Richard Henderson  <rth@redhat.com>
11107         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
11108         via size_t instead of int.
11110         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
11111         * gcc.c-torture/execute/string-opt-2.c: Likewise.
11112         * gcc.c-torture/execute/string-opt-3.c: Likewise.
11113         * gcc.c-torture/execute/string-opt-4.c: Likewise.
11115 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
11117         * gcc.c-torture/compile/20001109-1.c: New test.
11118         * gcc.c-torture/compile/20001109-2.c: New test.
11120 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
11122         * g++.old-deja/g++.pt/operator1.C: New test.
11123         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
11125 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
11127         * gcc.dg/20001108-1.c: New test.
11129 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
11131         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
11132         with both arguments constant strings.
11133         * gcc.c-torture/execute/string-opt-3.c: New test.
11134         * gcc.c-torture/execute/string-opt-4.c: New test.
11135         * gcc.c-torture/execute/string-opt-5.c: New test.
11137 2000-11-08  Nick Clifton  <nickc@redhat.com>
11139         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
11140         mulsidi3adddi patterns.
11142 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
11144         * g++.old-deja/g++.other/crash36.C: New test.
11146 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
11148         * g++.old-deja/g++.other/init16.C: New test.
11150 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
11152         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
11154 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
11156         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
11157         * gcc.c-torture/execute/va-arg-16.x: Likewise.
11158         * gcc.c-torture/execute/va-arg-17.x: Likewise.
11160 2000-11-07  DJ Delorie  <dj@redhat.com>
11162         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
11164 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11166         * gcc.c-torture/execute/string-opt-1.c: New test.
11168 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
11170         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
11171         mips-sgi-irix6.* because the MIPS ABI passes floating-point
11172         parameters in registers, and there is no way for a varargs
11173         function to know in which order the integer and floating-point
11174         parameters should be interleaved when they are placed on the
11175         stack.
11176         * gcc.c-torture/execute/va-arg-16.x: Likewise.
11177         * gcc.c-torture/execute/va-arg-17.x: Likewise.
11179 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11181         * gcc.c-torture/execute/string-opt-2.c: New test.
11183 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
11185         * g++.old-deja/g++.pt/crash60.C: New test.
11187 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
11189         * g++.old-deja/g++.other/crash24.C: New test.
11190         * g++.old-deja/g++.other/crash25.C: New test.
11191         * g++.old-deja/g++.other/crash26.C: New test.
11192         * g++.old-deja/g++.other/crash27.C: New test.
11193         * g++.old-deja/g++.other/crash28.C: New test.
11194         * g++.old-deja/g++.other/crash29.C: New test.
11195         * g++.old-deja/g++.other/crash30.C: New test.
11196         * g++.old-deja/g++.other/crash31.C: New test.
11197         * g++.old-deja/g++.other/crash32.C: New test.
11198         * g++.old-deja/g++.other/crash33.C: New test.
11199         * g++.old-deja/g++.other/crash34.C: New test.
11200         * g++.old-deja/g++.other/crash35.C: New test.
11202 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
11204         * gcc.c-torture/execute/20001031-1.c: New test.
11206 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
11208         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
11209         namespace.
11211         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
11212         standards-conformant.
11214         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
11216         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
11217         * g++.old-deja/g++.mike/p755a.C: Likewise.
11218         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
11219         library makes no calls to `operator new' during initialization.
11221 2000-11-04  Neil Booth  <neilb@earthling.net>
11223         * gcc.dg/cpp/include2.c: New tests.
11225 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
11227         * lib/g++.exp (g++_set_ld_library_path): New function.
11228         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
11230 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
11232         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
11233         warnings.
11235 2000-11-01  Richard Henderson  <rth@redhat.com>
11237         * g++.old-deja/g++.ext/namedret1.C: New.
11238         * g++.old-deja/g++.ext/namedret2.C: New.
11239         * g++.old-deja/g++.ext/namedret3.C: New.
11241 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
11243         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
11244         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
11246 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11248         * gcc.c-torture/execute/va-arg-21.c: New test.
11250 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11252         * gcc.dg/c99-complex-2.c: New test.
11254 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11256         * gcc.c-torture/execute/stdio-opt-1.c: New test.
11258 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
11260         * g++.old-deja/g++.other/inline16.C: New test.
11262 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
11264         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
11265         __PRETTY_FUNCTION__
11267 2000-10-29  Neil Booth  <neilb@earthling.net>
11269         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
11270         New tests.
11271         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
11272         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
11273         optimisation.
11275 2000-10-29  Neil Booth  <neilb@earthling.net>
11277         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
11278         * mi1.c, mi1c.h: Add null directives to multiple-include test.
11279         * mi5.c: Test multiple includes work with -C.
11280         * trigraphs.c: Test ^= version.
11282 2000-10-28  Neil Booth  <neilb@earthling.net>
11284         New tests and test updates for new macro expander.
11286         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
11287         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
11288         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
11289         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
11290         new diagnostic messages.
11292         * gcc.dg/cpp/macro3.c: New tests.
11294 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
11296         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
11297         on the same line.
11299 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
11301         * g++.old-deja/g++.other/eh2.C: New test.
11303 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
11305         * gcc.c-torture/execute/20001027-1.c: New test.
11307 2000-10-26  Richard Henderson  <rth@redhat.com>
11309         * gcc.c-torture/execute/20001026-1.c: New.
11311 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
11313         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
11314         * g++.old-deja/g++.law/builtin1.C: Likewise.
11315         * g++.old-deja/g++.law/ctors10.C: Likewise.
11316         * g++.old-deja/g++.law/virtual3.C: Likewise.
11317         * g++.old-deja/g++.mike/p658.C: Likewise.
11318         * g++.old-deja/g++.other/sibcall1.C: Likewise.
11319         * g++.old-deja/g++.other/vaarg2.C: Likewise.
11320         * g++.old-deja/g++.robertl/eb124.C: Likewise.
11321         * g++.old-deja/g++.robertl/eb44.C: Likewise.
11322         * g++.old-deja/g++.robertl/eb77.C: Likewise.
11324 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
11326         * gcc.c-torture/compile/20001024-1.c: New test.
11328 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
11330         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
11331         to tell us whether or not we are using V3.
11333 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
11335         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
11336         operands.
11338 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11340         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
11342 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
11344         * gcc.c-torture/execute/20001024-1.c: New test.
11346 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
11348         * g++.old-deja/g++.other/sibcall1.C: New test.
11350 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
11352         * gcc.dg/noncompile/init-3.c: New test.
11354 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11356         * gcc.dg/format-array-1.c: New test.
11358 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11360         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
11361         writing through null pointers; remove comment about testing
11362         unterminated strings.
11364 2000-10-17  Matthew Hiller  <hiller@redhat.com>
11366         * gcc.c-torture/execute/20001017-2.c: New test.
11368 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11370         * gcc.c-torture/compile/20001018-1.c: New test.
11371         * gcc.c-torture/compile/20001018-1.x: Xfail.
11373 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11375         * gcc.c-torture/execute/20001017-1.c: New test.
11377 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11379         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
11380         for multiple use of arguments with scanf formats; add tests for
11381         multiple use of arguments.
11383 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
11385         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
11387 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11389         * gcc.dg/format-miss-1.c: New test.
11391 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
11393         * gcc.c-torture/execute/20001013-1.c: New test.
11395 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
11397         * gcc.dg/format-branch-1.c: New test.
11399 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
11401         * README, lib/file-format.exp: Remove EGCS references.
11403 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
11405         * gcc.dg/20001013-1.c: New test.
11407 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
11409         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
11410         for intmax_t in the compiler using __typeof__ and the type rules
11411         for conditional expressions.
11413 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
11415         * gcc.dg/20001012-1.c: New test.
11416         * gcc.dg/20001012-2.c: New test.
11418 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11420         * gcc.dg/format-attr-1.c: New test.
11422 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11424         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
11425         __LONG_LONG_MAX__ instead of LLONG_MAX.
11427 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11429         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
11430         scanf flags.
11431         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
11432         flags.
11434 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11436         * gcc.dg/sequence-pt-1.c: New test.
11438 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
11440         * gcc.c-torture/execute/20001011-1.c: New testcase.
11441         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
11443 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
11445         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
11446         does not error on it.
11448 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
11450         * gcc.dg/20001009-1.c: New test.
11452 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11454         * gcc.c-torture/compile/20001009-1.c: Move from here ....
11455         * gcc.c-torture/execute/20001009-2.c: ... to here.
11457 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
11459         * gcc.c-torture/compile/20001009-1.c: New testcase.
11460         * gcc.c-torture/execute/20001009-1.c: New testcase.
11461         Testcases provided by Jan Hubicka <jh@suse.cz>.
11463 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11465         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
11466         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
11467         uintmax_t using <limits.h> to emulate the compiler's internal
11468         logic.  No longer XFAIL %j tests.
11470 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11472         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
11473         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
11474         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
11475         regexps and details of expected handling of some bad formats.
11476         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
11477         suppression.
11479 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11481         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
11482         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
11483         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
11484         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
11485         in list archives.
11487 2000-10-06  Richard Henderson  <rth@cygnus.com>
11489         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
11490         * g++.old-deja/g++.brendan/crash52.C: Likewise.
11491         * g++.old-deja/g++.jason/report.C: Likewise.
11492         * g++.old-deja/g++.law/friend5.C: Likewise.
11493         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
11494         of the expected warnings.
11496 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
11498         * g++.old-deja/g++.pt/enum14.C: New test.
11500 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
11502         * g++.old-deja/g++.pt/crash59.C: New test.
11504 2000-10-04  Will Cohen  <wcohen@redhat.com>
11506         * gcc.dg/20000926-1.c: New test.
11508 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
11510         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
11511         function name for current C++ compiler.
11512         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
11514 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
11516         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
11517         __PRETTY_FUNCTION__.
11518         * g++.old-deja/g++.ext/pretty2.C: Likewise.
11520 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11522         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
11524 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
11526         * gcc.c-torture/compile/20000923-1.c: New test.
11528 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11530         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
11531         * g++.old-deja/g++.pt/ttp62.C: Same.
11532         * g++.old-deja/g++.other/inline14.C: Same.
11534 2000-09-24  Richard Henderson  <rth@cygnus.com>
11536         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
11538 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11540         * gcc.dg/c90-printf-1.c: Add test for wide string format.
11542 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
11544         * gcc.c-torture/compile/20000922-1.c: New file.
11546 2000-09-21  Nick Clifton  <nickc@redhat.com>
11548         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
11549         a signed long modulo operation.
11550         (mod6): New function - perform an unsigned long modulo operation.
11551         (main): Add tests for modulos of very large numbers by very small
11552         dividends.
11554 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11556         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
11558 2000-09-19  Richard Henderson  <rth@cygnus.com>
11560         * gcc.dg/compare2.c (case 10): XFAIL.
11562 2000-09-18  Richard Henderson  <rth@cygnus.com>
11564         * gcc.c-torture/execute/20000906-1.c: Move ...
11565         * gcc.dg/20000906-1.c: ... here.  Only run on targets
11566         that support __builtin_trap.
11568 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
11570         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
11572 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11574         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
11575         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
11576         more $ format tests.
11578 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11580         * gcc.dg/format-errmk-1.c: New test.
11582 2000-09-17  Greg McGary  <greg@mcgary.org>
11584         * gcc.c-torture/execute/20000917-1.x: Remove.
11586 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11588         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
11590 2000-09-17  Greg McGary  <greg@mcgary.org>
11592         * gcc.c-torture/execute/20000917-1.c: New test.
11593         * gcc.c-torture/execute/20000917-1.x: XFAIL.
11595 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
11597         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
11598         in nested macro bug.
11600 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
11602         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
11604 2000-09-14  Jeffrey A Law  (law@cygnus.com)
11606         * gcc.c-torture/execute/20000914-1.c: New test.
11608 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
11610         * g++.other/inline13.C: New test.
11612 2000-09-12  Andreas Jaeger  <aj@suse.de>
11614         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
11615         constant by Ulrich Drepper <drepper@redhat.com>.
11617 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
11619         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
11621 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11623         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
11625 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
11627         * gcc.dg/cpp/backslash.c: New test.
11629 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
11631         * gcc.c-torture/execute/20000910-1.c: New test.
11632         * gcc.c-torture/execute/20000910-2.c: Likewise.
11634 2000-09-11  Robert Lipe  <robertl@sco.com>
11636         * gcc.dg/pragma-align.c: New test.
11638 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
11640         * g++.old-deja/g++.pt/explicit82.C: New test.
11641         * g++.old-deja/g++.pt/explicit83.C: New test.
11643 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
11645         * gcc.dg/asm-names.c: New test.
11647 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11649         * gcc.dg/cpp/tr-warn6.c: New test
11651 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11653         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
11654         be accepted.
11656 2000-09-07  Catherine Moore  <clm@redhat.com>
11658         * gcc.c-torture/execute/unroll-1.c: New test.
11660 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
11662         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
11663         ERROR markers.
11664         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
11665         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
11666         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
11667         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
11668         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
11669         Preprocess only.
11670         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
11671         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
11673 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11675         * g++.old-deja/g++.pt/deduct2.C: New test.
11677 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11679         * g++.old-deja/g++.pt/parms2.C: New test.
11681 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11683         * g++.old-deja/g++.pt/crash58.C: New test.
11685 2000-09-06  Greg McGary  <greg@mcgary.org>
11687         * gcc.c-torture/execute/20000906-1.c: New test.
11688         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
11690 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11692         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
11694 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11696         * g++.old-deja/g++.pt/crash57.C: New test.
11698 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11700         * g++.old-deja/g++.pt/crash56.C: New test.
11702 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11704         * g++.old-deja/g++.pt/koenig1.C: New test.
11706 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
11708         * gcc.dg/20000904-1.c: New test.
11710 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
11712         * gcc.dg/cpp/paste8.c: New test.
11714 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
11716         * gcc.c-torture/compile/20000827-1.c: New test.
11718 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11720         * gcc.dg/format-diag-1.c: New test.
11722 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11724         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
11725         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
11726         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
11727         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
11728         gcc.dg/formatz-1.c: Adjust warning regular expressions.
11730 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
11732         * g++.old-deja/g++.other/nested4.C: New test.
11734 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
11736         * g++.old-deja/g++.ns/scoped1.C: New test.
11738 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
11740         * lib/g++.exp: Support testing already-installed GCC.
11742 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11744         * wtr-label-1.c, wtr-suffix-1.c: New tests.
11746 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11748         * gcc.dg/return-type-2.c: New test.
11750 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
11752         * gcc.c-torture/compile/20000825-1.c: New test.
11754 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
11756         * gcc.dg/dwarf2-2.c: New test.
11758 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
11760         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
11761         dg-warning regexps.
11763 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11765         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
11766         gcc.dg/format-ext-5.c: New tests.
11768 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
11770         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
11772 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
11774         * gcc.dg/noncompile/930622-2.c: Adjust error message.
11776 2000-08-24  Richard Henderson  <rth@cygnus.com>
11778         * gcc.dg/ia64-sync-1.c: New test.
11779         * gcc.dg/ia64-sync-2.c: New test.
11780         * gcc.dg/ia64-asm-1.c: New test.
11782 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11784         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
11785         * gcc.dg/format-ext-2.c: New test.
11787 2000-08-23  Jason Merrill  <jason@redhat.com>
11789         * lib/old-dejagnu.exp: Also ignore "In member function" and
11790         "At global scope".
11792 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11794         * gcc.dg/noncompile/label-lineno-1.c: New test.
11796 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11798         * gcc.dg/c99-array-nonobj-1.c: New test.
11800 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11802         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
11803         tests.
11804         * gcc.dg/format-ext-1.c: New test.
11806 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11808         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
11809         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
11810         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
11811         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
11812         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
11814 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11816         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
11817         gcc.dg/c99-strftime-2.c: New tests.
11819 2000-08-22  Richard Henderson  <rth@cygnus.com>
11821         * gcc.c-torture/execute/20000822-1.c: New test.
11823 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
11825         * gcc.c-torture/execute/20000819-1.x: Remove.
11827 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11829         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
11830         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
11831         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
11832         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
11833         gcc.dg/format-xopen-1.c: New tests.
11835 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11837         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
11839 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
11841         * g++.old-deja/g++.other/loop2.C: New test.
11843         * gcc.c-torture/compile/20000606-1.c: New test.
11844         * gcc.c-torture/compile/20000728-1.c: New test.
11845         * gcc.c-torture/execute/20000801-1.c: New test.
11846         * gcc.c-torture/execute/20000801-2.c: New test.
11847         * gcc.c-torture/execute/20000819-1.c: New test.
11848         * gcc.c-torture/execute/20000819-1.x: XFAIL.
11849         * gcc.dg/20000629-1.c: New test.
11850         * gcc.dg/20000724-1.c: New test.
11851         * gcc.dg/20000807-1.c: New test.
11853 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
11855         * gcc.dg/cpp/pragma-1.c: New test.
11856         * gcc.dg/cpp/pragma-2.c: New test.
11858 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
11860         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
11861         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
11863 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11865         * gcc.c-torture/compile/20000818-1.c: New test.
11867 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
11869         * gcc.c-torture/execute/20000818-1.c: New test.
11871 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11873         * gcc.dg/format-va-1.c: New test.
11875 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
11877         * g++.old-deja/g++.other/typedef8.C: New test.
11879 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
11881         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
11882         * g++.old-deja/g++.mike/net36.C: Mark candidate.
11883         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
11884         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
11885         * g++.old-deja/g++.other/ptrmem7.C: New test.
11886         * g++.old-deja/g++.pt/ptrmem10.C: New test.
11888 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
11890         * g++.old-deja/g++.pt/typename27.C: New test.
11892 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
11894         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
11895         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
11896         * g++.old-deja/g++.pt/friend45.C: New test.
11897         * g++.old-deja/g++.other/friend8.C: New test.
11899 2000-08-15  Richard Henderson  <rth@cygnus.com>
11901         * gcc.c-torture/execute/20000815-1.c: New test.
11903 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
11905         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
11906         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
11907         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
11909 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
11911         * g++.old-deja/g++.other/refinit2.C: New test.
11913 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11915         * lib/c-torture.exp (c-torture): Make
11916         compiler_conditional_xfail_data global.
11917         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
11918         compiler_conditional_xfail_data machinery.
11919         (f-torture-execute): Likewise.
11920         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
11921         and only when unrolling loops.
11923         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
11925 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
11927         * g++.old-deja/g++.pt/explicit81.C: New test.
11929 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
11931         * g++.old-deja/g++.pt/typename26.C: New test.
11933 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
11935         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
11936         warning.
11938 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
11940         * g++.old-deja/g++.other/array3.C: New test.
11942 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11944         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
11945         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
11946         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
11947         New tests.
11949 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
11951         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
11952         * g++.old-deja/g++.abi/vmihint.C: Likewise.
11954 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
11956         * gcc.c-torture/execute/20000808-1.c: New test.
11958 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11960         * gcc.dg/c90-const-expr-1.c: New test.
11962 2000-08-08  Richard Henderson  <rth@cygnus.com>
11964         * gcc.dg/noncompile/920923-1.c: Declare calloc.
11966 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11968         * gcc.dg/noncompile/const-ll-1.c: New test.
11970 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11972         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
11974 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
11976         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
11977         that running programs linked against the shared version of libobjc
11978         run correctly.
11980 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11982         * gcc.dg/c99-printf-1.c: New test.
11984 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11986         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
11988 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
11990         * gcc.c-torture/execute/20000731-1.x: Delete.
11992 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
11994         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
11995         and torture_without_loops as is done by c-torture.exp.
11996         (search_for): Copy from c-torture.exp.
11997         (gcc-dg-runtest): New function, drives a directory of tests
11998         iterating over the TORTURE_OPTIONS.
11999         (scan-assembler, scan-assembler-not): Move here from
12000         individual directory drivers.
12002         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
12003         defined by lib/gcc-dg.exp.
12004         * gcc.dg/cpp/cpp.exp: Likewise.
12005         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
12006         gcc-dg-runtest, so we cycle over optimization options.
12008         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
12009         * gcc.dg/compare2.c: No longer expected to fail.
12011 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
12013         * gcc.c-torture/execute/20000804-1.c: New test.
12015 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12017         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
12019 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
12021         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
12023 2000-08-03  Jeffrey A Law  (law@cygnus.com)
12025         * gcc.c-torture/compile/20000803-1.c: New test.
12027 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12029         * gcc.c-torture/execute/20000801-3.c,
12030         gcc.c-torture/execute/20000801-4.c: New tests.
12031         * gcc.c-torture/execute/20000801-3.x,
12032         gcc.c-torture/execute/20000801-4.x: Xfail.
12034 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
12036         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
12037         libobjc/.libs to allow for libtool.
12039 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
12041         * gcc.c-torture/compile/20000802-1.c: New test.
12043 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12045         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
12047 2000-07-31  Jeffrey A Law  (law@cygnus.com)
12049         * gcc-c-torture/execute/20000731-2.c: New test.
12051         * gcc.c-torture/execute/20000731-1.c: New test.
12052         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
12054 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
12056         * testsuite/gcc.dg/cpp/paste7.c: New test.
12057         * gcc.dg/cpp/20000725-1.c: New test.
12059 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12061         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
12062         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
12063         declaration warning for __builtin_dwarf_reg_size.
12065         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
12067 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12069         * gcc.dg/noncompile/voidparam-1.c: New test.
12071 2000-07-30  Richard Henderson  <rth@cygnus.com>
12073         * gcc.dg/c90-digraph-1.c: Don't xfail.
12074         * gcc.dg/compare2.c (case 10): Xfail.
12075         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
12077 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
12079         * gcc.dg/c99-main-1.c: New test.
12081 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12083         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
12085 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
12087         * gcc.c-tortuer/execute/20000726-1.c: New test.
12089 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
12091         * gcc.c-torture/execute/enum-2.c: New test.
12093 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12095         * gcc.dg/cpp/tr-warn3.c: New test.
12097 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12099         * g++.old-deja/g++.ext/implicit1.C: Remove.
12100         * g++.old-deja/g++.jason/c2.C: Remove
12101         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
12102         * g++.old-deja/g++.pt/crash16.C: Likewise.
12103         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
12105 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12107         * g++.old-deja/g++.other/for2.C: New test.
12109 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
12111         * gcc.dg/20000720-1.c: New test.
12113 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
12115         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
12117 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
12119         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
12120         * gcc.c-torture/execute/20000722-1.c: New.
12121         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
12123 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
12125         * gcc.dg/cpp/20000720-1.S: New test.
12127 2000-07-21  Michael Meissner  <meissner@redhat.com>
12129         * gcc.c-torture/execute/ieee/hugeval.c: New test.
12131 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12133         * g++.old-deja/g++.brendan/crash16.C,
12134         g++.old-deja/g++.brendan/parse3.C,
12135         g++.old-deja/g++.brendan/redecl1.C,
12136         g++.old-deja/g++.ns/template13.C,
12137         g++.old-deja/g++.other/decl4.C,
12138         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
12140 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12142         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
12143         and "Internal error".
12145         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
12146         regexps.
12147         * gcc.dg/cpp/paste6.c: New test.
12149 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
12151         * gcc.dg/cpp/tr-direct.c: New test.
12153         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
12154         gcc.dg/cpp/undef1.c: Tweak error regexps.
12156 2000-07-18  Eric Christopher <echristo@redhat.com>
12158         * gcc.c-torture/compile/20000718-1.c: New test.
12160 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
12162         * cpplex.c (_cpp_push_token): If the token being pushed back
12163         is the previous token in this context, just subtract one from
12164         context->posn.
12165         * cppmacro.c (save_expansion): Clear aux field when storing a
12166         placemarker.
12168 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
12170         * gcc.dg/noncompile/redecl-1.c: New test.
12172 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
12174         * gcc.c-torture/execute/20000717-5.c: New test.
12175         * gcc.c-torture/execute/20000717-1.x: Removed.
12177 2000-07-17  Richard Henderson  <rth@cygnus.com>
12179         * gcc.c-torture/execute/20000717-4.c: New test.
12181 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
12183         * gcc.dg/cpp/syshdr.c: New test.
12184         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
12186 2000-07-17  Neil Booth  <neilb@earthling.net>
12188         * gcc.dg/cpp/cmdlne-dM.c: New test.
12189         * gcc.dg/cpp/cmdlne-dD.c: New test.
12191 2000-07-17  Jeffrey A Law  (law@cygnus.com)
12193         * gcc.c-torture/execute/20000717-3.c: New test.
12195         * gcc.c-torture/compile/20000717-1.c: New test.
12197 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
12199         * gcc.c-torture/execute/20000717-2.c: New test.
12201 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12203         * gcc.dg/formatz-1.c: New test.
12205         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
12206         * gcc.dg/c99-digraph-1.c: New tests.
12208         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
12209         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
12211         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
12212         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
12213         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
12214         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
12215         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
12216         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
12217         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
12219 2000-07-17   Greg McGary <greg@mcgary.org>
12221         * gcc.c-torture/execute/20000717-1.c: New test.
12222         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
12224 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
12226         * gcc.c-torture/execute/20000715-2.c: New test.
12227         * gcc.dg/20000715-1.c: New test.
12229 2000-07-15  Michael Meissner  <meissner@redhat.com>
12231         * gcc.c-torture/execute/20000715-1.c: New test.
12233 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
12235         * gcc.c-torture/execute/20000707-1.c: New test.
12237 2000-07-13  Neil Booth  <NeilB@earthling.net>
12239         * testsuite/gcc.dg/cpp/digraph1.c,
12240         testsuite/gcc.dg/cpp/digraph2.c,
12241         testsuite/gcc.dg/cpp/digraphs.c: New tests.
12243 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
12245         * g77.f-torture/compile/20000630-2.f:  New test.
12246         * g77.f-torture/compile/20000630-2.x
12248 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
12250         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
12252 2000-07-11  Neil Booth  <NeilB@earthling.net>
12254         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
12256 2000-07-11  Neil Booth  <NeilB@earthling.net>
12258         * gcc.dg/cpp/cmdlne-C.c: New.
12260 2000-07-09  Neil Booth  <NeilB@earthling.net>
12262         * gcc.dg/cpp/directiv.c: New tests.
12263         * gcc.dg/cpp/undef1.c: Update.
12265 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
12267         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
12269 2000-07-09  Neil Booth  <NeilB@earthling.net>
12271         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
12273 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
12275         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
12276         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
12278 2000-07-08  Neil Booth  <NeilB@earthling.net>
12280         * gcc.dg/cpp/macsyntx.c: New tests.
12282 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
12284         * gcc.dg/20000707-1.c: New test.
12286 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
12288         * gcc.c-torture/execute/20000706-1.c: New test.
12289         * gcc.c-torture/execute/20000706-2.c: New test.
12290         * gcc.c-torture/execute/20000706-3.c: New test.
12291         * gcc.c-torture/execute/20000706-4.c: New test.
12292         * gcc.c-torture/execute/20000706-5.c: New test.
12294 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12296         * g++.old-deja/g++.pt/instantiate7.C: New test.
12298 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12300         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
12301         * g++.old-deja/g++.mike/thunk3.C: Likewise.
12302         * g++.old-deja/g++.other/rtti3.C: Likewise.
12303         * g++.old-deja/g++.other/rttid3.C: Likewise.
12305 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
12307         *  g77.f-torture/compile/20000630-1.x: Fix typo
12309 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
12311         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
12312         assembly output.
12314 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
12316         * gcc.dg/cpp/ident.c: New test.
12318 2000-07-05  Neil Booth  <NeilB@earthling.net>
12320         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
12321           gcc.dg/cpp/lexstrng.c: New tests.
12323 2000-07-04  Neil Booth  <NeilB@earthling.net>
12325         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
12326         * gcc.dg/cpp/strify2.c: Same.
12328 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
12330         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
12331         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
12332         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
12333         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
12335         * testsuite/gcc.dg/cpp/macro1.c,
12336         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
12337         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
12338         testsuite/gcc.dg/cpp/strify1.c,
12339         testsuite/gcc.dg/cpp/strify2.c: New tests.
12341 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
12343         * gcc.c-torture/execute/20000703-1.c: New test.
12345 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12347         * g++.old-deja/g++.pt (lookup10.C): New test.
12349 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12351         * g++.old-deja/g++.pt (typename25.C): New test.
12353 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
12355         * gcc.c-torture/compile/20000701-1.c: New test.
12357 2000-06-30  Nick Clifton  <nickc@cygnus.com>
12359         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
12360         to test case.
12362 2000-06-30  Catherine Moore  <clm@cygnus.com>
12364         * gcc.c-torture/execute/align-1.c: New test.
12366 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
12368         * g++.old-deja/g++.pt/expr8.C: New test.
12369         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
12371 2000-06-29  Nick Clifton  <nickc@cygnus.com>
12373         * gcc.c-torture/compile/20000629-1.c: New test.
12375 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
12378         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
12379         gcc.dg/noncompile directory, depending on whether they're
12380         preprocessor tests or not.  Annotate all the tests for the dg
12381         framework.
12383         * gcc.c-torture/noncompile/noncompile.exp: Delete.
12384         * gcc.dg/noncompile/noncompile.exp: New.
12386         * Moved files:
12387         Old name                                New name
12388         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
12389         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
12390         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
12391         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
12392         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
12393         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
12394         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
12395         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
12396         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
12397         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
12398         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
12399         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
12400         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
12401         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
12402         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
12403         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
12404         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
12405         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
12406         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
12407         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
12408         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
12409         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
12410         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
12411         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
12413         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
12414         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
12415         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
12416         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
12417         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
12418         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
12420 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
12422         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
12423         declare one variable.  On the fourth, error.
12424         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
12425         declared by 20000628-1a.h.
12427 2000-06-29  Richard Henderson  <rth@redhat.com>
12429         * gcc.c-torture/execute/930529-1.x: New file.
12430         * gcc.dg/920413-1.c: Adjust expected warning text.
12431         * gcc.dg/980217-1.c: Declare abort.
12432         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
12434 2000-06-29  Jeffrey A Law  (law@cygnus.com)
12436         * g77.f-torture/compile/20000629-1.f: New test.
12437         * g77.f-torture/compile/20000629-1.x: Expected to fail.
12439 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
12441         Rearrange lots of files, removing entirely the
12442         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
12443         directories.
12445         * Deleted files:
12446         gcc.c-torture/code_quality/code_quality.exp
12447         gcc.c-torture/special/special.exp
12448         gcc.failure/failure.exp
12449         gcc.failure/940409-1.x
12450         gcc.c-torture/compile/961203-1.x
12452         * New files:
12453         gcc.misc-tests/linkage.exp
12454         gcc.c-torture/execute/920730-1t.c
12455         gcc.c-torture/execute/920730-1t.x
12456         gcc.c-torture/compile/920520-1.x
12457         gcc.c-torture/compile/920521-1.x
12458         gcc.c-torture/compile/981006-1.x
12459         gcc.c-torture/execute/eeprof-1.x
12461         * Moved files (possibly with modifications to fit a new harness):
12462         Old name                                New name
12463         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
12464         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
12465         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
12466         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
12467         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
12468         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
12469         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
12470         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
12471         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
12472         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
12473         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
12474         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
12475         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
12476         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
12478 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
12480         * c-torture/compile/961203-1.x: Delete.
12482         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
12483         not exit. Include stdio.h.
12484         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
12485         * gcc.misc-tests/dg-12.c: Likewise.
12486         * gcc.misc-tests/dg-5.c: Likewise.
12487         * gcc.misc-tests/dg-6.c: Likewise.
12488         * gcc.misc-tests/dg-7.c: Prototype abort.
12489         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
12490         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
12491         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
12492         not exit.
12493         * gcc.misc-tests/sieve.c: Use return from main, not exit.
12494         * gcc.misc-tests/sort2.c: Use return from main, not exit.
12496 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
12498         * gcc.dg/cpp/20000628-1.c: New test.
12499         * gcc.dg/cpp/20000628-1.h: New header for above test.
12500         * gcc.dg/cpp/20000628-1a.h: Likewise.
12502 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
12504         * gcc.dg/cpp: New directory.
12505         * gcc.dg/cpp/cpp.exp: New driver.
12506         * gcc.dg/cpp/20000627-1.c: New test.
12507         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
12508         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
12509         and rewrite as a compilation test.
12511         * gcc.dg: Move many files into the cpp subdirectory, possibly
12512         renaming or editing them as well.
12513         Old name                New name
12514         990119-1.c              cpp/19990119-1.c
12515         990228-1.c              cpp/19990228-1.c
12516         990407-1.c              cpp/19990407-1.c
12517         990409-1.c              cpp/19990409-1.c
12518         990413-1.c              cpp/19990413-1.c
12519         990703-1.c              cpp/19990703-1.c
12520         20000127-1.c            cpp/20000127-1.c
12521         20000129-1.c            cpp/20000129-1.c
12522         20000207-1.c            cpp/20000207-1.c
12523         20000207-2.c            cpp/20000207-2.c
12524         20000209-1.c            cpp/20000209-1.c
12525         20000209-2.c            cpp/20000209-2.c
12526         20000301-1.c            cpp/20000301-1.c
12527         20000419-1.c            cpp/20000419-1.c
12528         20000510-1.S            cpp/20000510-1.S
12529         20000519-1.c            cpp/20000519-1.c
12530         20000529-1.c            cpp/20000529-1.c
12531         20000625-1.c            cpp/20000625-1.c
12532         20000625-2.c            cpp/20000625-2.c
12533         cpp-as1.c               cpp/assert1.c
12534         cpp-as2.c               cpp/assert2.c
12535         cxx-comments-1.c        cpp/cxxcom1.c
12536         cxx-comments-2.c        cpp/cxxcom2.c
12537         endif-label.c           cpp/endif.c
12538         cpp-hash1.c             cpp/hash1.c
12539         cpp-hash2.c             cpp/hash2.c
12540         cpp-if1.c               cpp/if-1.c
12541         cpp-if2.c               cpp/if-2.c
12542         cpp-if3.c               cpp/if-3.c
12543         cpp-if4.c               cpp/if-4.c
12544         cpp-if5.c               cpp/if-5.c
12545         cpp-cond.c              cpp/if-cexp.c
12546         cpp-missingop.c         cpp/if-mop.c
12547         cpp-missingparen.c      cpp/if-mpar.c
12548         cpp-opprec.c            cpp/if-oppr.c
12549         cpp-ifparen.c           cpp/if-paren.c
12550         cpp-shortcircuit.c      cpp/if-sc.c
12551         cpp-shift.c             cpp/if-shift.c
12552         cpp-unary.c             cpp/if-unary.c
12553         cpp-li1.c               cpp/line1.c
12554         cpp-li2.c               cpp/line2.c
12555         lineno.c                cpp/line3.c
12556         lineno-2.c              cpp/line4.c
12557         cpp-mi.c                cpp/mi1.c
12558         cpp-mic.h               cpp/mi1c.h
12559         cpp-micc.h              cpp/mi1cc.h
12560         cpp-mind.h              cpp/mi1nd.h
12561         cpp-mindp.h             cpp/mi1ndp.h
12562         cpp-mix.h               cpp/mi1x.h
12563         cpp-mi2.c               cpp/mi2.c
12564         cpp-mi2a.h              cpp/mi2a.h
12565         cpp-mi2b.h              cpp/mi2b.h
12566         cpp-mi2c.h              cpp/mi2c.h
12567         cpp-mi3.c               cpp/mi3.c
12568         cpp-mi3.def             cpp/mi3.def
12569         poison-1.c              cpp/poison.c
12570         pr-impl.c               cpp/prag-imp.c
12571         cpp-redef-2.c           cpp/redef1.c
12572         cpp-redef.c             cpp/redef2.c
12573         strpaste.c              cpp/strp1.c
12574         strpaste-2.c            cpp/strp2.c
12575         cpp-tradpaste.c         cpp/tr-paste.c
12576         cpp-tradstringify.c     cpp/tr-str.c
12577         cpp-tradwarn1.c         cpp/tr-warn1.c
12578         cpp-tradwarn2.c         cpp/tr-warn2.c
12579         trigraphs.c             cpp/trigraphs.c
12580         cpp-unc1.c              cpp/unc1.c
12581         cpp-unc2.c              cpp/unc2.c
12582         cpp-unc3.c              cpp/unc3.c
12583         cpp-unc.c               cpp/unc4.c
12584         undef.c                 cpp/undef1.c
12585         undef-2.c               cpp/undef2.c
12586         cpp-wi1.c               cpp/widestr1.c
12588 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
12590         * lib/g++.exp (g++_include_flags): Tweak.
12592 2000-06-27  H.J. Lu  <hjl@gnu.org>
12593             Loren J. Rittle  <ljrittle@acm.org>
12595         * lib/g++.exp (g++_include_flags): Override libgloss.exp
12596         version with one that knows about the new gcc tree structure.
12597         (g++_link_flags): Same.
12599 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
12601         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
12602         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
12603         case we are cross-compiling.
12605         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
12606         g++.old-deja/g++.niklas/Makefile.in,
12607         g++.old-deja/g++.niklas/configure.in,
12608         g++.old-deja/g++.other/Makefile.in,
12609         g++.old-deja/g++.other/configure.in,
12610         gcc.c-torture/code_quality/Makefile.in,
12611         gcc.c-torture/code_quality/configure.in,
12612         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
12613         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
12614         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
12615         gcc.c-torture/execute/ieee/Makefile.in,
12616         gcc.c-torture/execute/ieee/configure.in,
12617         gcc.c-torture/noncompile/Makefile.in,
12618         gcc.c-torture/noncompile/configure.in,
12619         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
12620         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
12621         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
12623 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
12625         * g++.old-deja/g++.other/ambig3.C: New test.
12627 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
12629         * g++.old-deja/g++.pt/syntax1.C: New test.
12630         * g++.old-deja/g++.pt/syntax2.C: New test.
12631         * g++.old-deja/g++.other/syntax3.C: New test.
12632         * g++.old-deja/g++.other/syntax4.C: New test.
12634 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
12636         * gcc.dg/20000623-1.c: Prototype exit and abort.
12638 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
12640         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
12641         New tests.
12642         * gcc.dg/cpp-mi3.def: New file.
12644         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
12645         inside assertions.
12646         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
12647         lexer's error messages.
12648         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
12649         divine anything from the linemarkers.
12650         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
12651         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
12653 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
12655         * gcc.dg/20000623-1.c: New test.
12657 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
12659         * gcc.c-torture/execute/20000622-1.c: New test.
12661 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
12663         * g++.old-deja/g++.other/init15.C: New test.
12665 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
12667         * g++.old-deja/g++.pt/vaarg2.C: New test.
12668         * g++.old-deja/g++.pt/vaarg3.C: New test.
12670 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
12672         * g++.old-deja/g++.other/dyncast6.C: New test.
12674 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
12676         * gcc.c-torture/execute/loop-6.c: New test.
12678 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
12680         * gcc.dg/20000614-1.c: New test.
12681         * gcc.dg/20000614-2.c: New test.
12683 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
12685         * g++.old-deja/g++.other/inline12.C: New test.
12687 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
12689         * g++.old-deja/g++.other/eh1.C: New test.
12691 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
12693         * g++.old-deja/g++.other/type.C: New test.
12695 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
12697         * g++.old-deja/g++.other/initstring.C: New test.
12699 2000-06-12  Jason Merrill  <jason@redhat.com>
12701         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
12703 2000-06-09  Jeffrey A Law  (law@cygnus.com)
12705         * gcc.c-torture/compile/20000609-1.c: New test.
12707 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
12709         * gcc.dg/20000609-1.c: New test.
12711 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
12713         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
12714         * gcc.c-torture/noncompile/poison-1.c: Move...
12715         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
12716         * gcc.dg/cpp-li1.c: Add a token after the #line.
12718 2000-06-05  Richard Henderson  <rth@cygnus.com>
12720         * gcc.c-torture/execute/20000605-2.c: New test.
12721         * gcc.c-torture/execute/20000605-3.c: New test.
12723 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
12725         * g77.f-torture/execute/20000503-1.x: New file.
12727 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
12729         * g++.old-deja/g++.eh/badalloc1.C: New test.
12731 2000-06-05  Richard Henderson  <rth@cygnus.com>
12733         * gcc.c-torture/execute/20000605-1.c: New test.
12735 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
12736             Nathan Sidwell <nathan@codesourcery.com>
12738         * gcc.c-torture/compile/20000605-1.c: New test.
12740 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
12742         * g77.f-torture/compile/20000601-1.f:  New test.
12744 2000-06-03  Richard Henderson  <rth@cygnus.com>
12746         * gcc.c-torture/execute/20000603-1.c: New.
12748 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
12750         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
12751         * gcc.dg/noreturn-2.c (noreturn): Likewise.
12753 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
12755         * gcc.dg/compare2.c (case 12): XFAIL.
12756         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
12757         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
12759         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
12761 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
12763         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
12764         guard macro is already defined when the header is first
12765         included.
12766         * gcc.dg/cpp-mix.h: New file.
12767         * gcc.dg/endif-label.c: Update patterns to match compiler.
12769         * g++.brendan/complex1.C: Declare abort.
12770         * g++.law/refs4.C: Remove XFAIL.
12771         * g++.oliva/expr2.C: Declare abort and exit.
12773 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
12775         * gcc.c-torture/execute/20000528-1.c: New test.
12777         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
12778         * g++.old-deja/g++.law/temps4.C: Likewise.
12780         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
12781         stdlib.h.  Call abort() on failure.
12782         * g++.old-deja/g++.law/refs4.C: Likewise.
12783         * g++.old-deja/g++.law/temps4.C: Likewise.
12784         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
12785         * gcc.c-torture/execute/20000112-1.c: Include string.h.
12787 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
12789         Relative to g++.dg/special:
12790         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
12792         Relative to g++.old-deja:
12793         * g++.brendan/complex1.C, g++.jason/optimize2.C,
12794         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
12795         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
12796         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
12797         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
12798         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
12799         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
12801         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
12802         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
12803         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
12804         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
12805         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
12806         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
12807         and/or string.h.
12809         * g++.other/goto1.C: Update expectations for error messages.
12811 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
12813         * gcc.c-torture/compile/20000523-1.c: New test.
12815 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
12817         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
12819 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
12821         * g++.old-deja/g++.eh/catch11.C: New test.
12822         * g++.old-deja/g++.eh/catch12.C: New test.
12824 2000-05-24  Nick Clifton  <nickc@cygnus.com>
12826         * gcc.c-torture/execute/20000523-1.c: New test.
12828 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
12830         * c-torture/execute/bcp-1.c: Replace abort in arg of
12831         __builtin_constant_p with a generic external function.
12833         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
12834         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
12835         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
12836         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
12837         Prototype abort and/or exit.
12839         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
12840         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
12841         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
12842         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
12844 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
12846         * gcc.dg/dwarf2-1.c: New test.
12848 2000-05-20  Richard Henderson  <rth@cygnus.com>
12850         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
12852 2000-05-20  Andreas Jaeger  <aj@suse.de>
12854         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
12855         testcase.
12857 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
12859         * gcc.c-torture/execute/20000519-2.c: New test.
12861 2000-05-19  Andreas Jaeger  <aj@suse.de>
12863         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
12864         which fails with SSA.
12866         * lib/c-torture.exp: Also test with -O3 -fssa.
12868 2000-05-18  Michael Meissner  <meissner@redhat.com>
12870         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
12871         * gcc.c-torture/execute/920415-1.c: Ditto.
12872         * gcc.c-torture/execute/920501-1.c: Ditto.
12873         * gcc.c-torture/execute/conversion.c: Ditto.
12874         * gcc.c-torture/execute/cvt-1.c: Ditto.
12876 2000-05-18  Jeffrey A Law  (law@cygnus.com)
12878         * gcc.c-torture/compile/20000518-1.c: New test.
12880 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
12882         * g77.f-torture/compile/200005018.f:  New test.
12884 2000-05-17  Jeffrey A Law  (law@cygnus.com)
12886         * gcc.c-torture/compile/20000517-1.c: New test.
12888 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12890         * gcc.c-torture/execute/20000516-1.c: New test.
12892 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
12894         * g++.old-deja/g++.other/eh.C: New test.
12896 2000-05-12  Richard Henderson  <rth@cygnus.com>
12898         * gcc.c-torture/execute/990208-1.c (main): Don't pass
12899         constants through to doit's conditional.
12901 2000-05-11  Jeffrey A Law  (law@cygnus.com)
12903         * gcc.c-torture/compile/20000511-1.c: New test.
12904         * g77.f-torture/compile/20000511-1.f: New test.
12905         * g77.f-torture/compile/20000511-2.f: New test.
12907 2000-05-11  Michael Meissner  <meissner@redhat.com>
12909         * gcc.c-torture/execute/20000511-1.c: New test.
12911 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
12913         * gcc.dg/dg.exp: Scan .S files as well as .c files.
12914         * gcc.dg/20000510-1.S: New.
12916 2000-05-08  Catherine Moore  <clm@cygnus.com>
12918         * gcc.dg/unused-3.c: New.
12920 2000-05-06  Richard Henderson  <rth@cygnus.com>
12922           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
12923           * g++.old-deja/g++.mike/warn1.C: Likewise.
12924           * g++.old-deja/g++.pt/local1.C: Likewise.
12925           * g++.old-deja/g++.pt/local7.C: Likewise.
12926           * g++.old-deja/g++.pt/spec16.C: Likewise.
12928 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
12930         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
12932 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
12934           * g77.f-torture/execute/20000503-1.f:  New test.
12936 2000-05-04  Andreas Jaeger  <aj@suse.de>
12938         * gcc.dg/noreturn-2.c: New test.
12940 2000-05-04  Neil Booth  <NeilB@earthling.net>
12942         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
12943         preprocessor.
12945 2000-05-04  Richard Henderson  <rth@cygnus.com>
12947         * gcc.c-torture/execute/20000503-1.c: Fix typo.
12949 2000-05-04  Richard Henderson  <rth@cygnus.com>
12951         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
12952         OpenSSL by Jason R Thorpe.
12954 2000-05-03  Jim Wilson  <wilson@cygnus.com>
12956         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
12958 2000-05-03  Robert Lipe <robertlipe@usa.net>
12960         * gcc.dg/20000503-1.c: New test.
12962 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
12964         * gcc.c-torture/compile/20000502-1.c: New test.
12965         * g++.old-deja/g++.other/align.C: New test.
12966         * gcc.dg/cpp-tradstringify.c: New test.
12968 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12970         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
12971         and hard registers.
12973 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
12975         * gcc.c-torture/execute/loop-5.c: New test.
12977 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
12979         * gcc.c-torture/execute/va-arg-20.c: New test.
12981 2000-04-23  Jeffrey A Law  (law@cygnus.com)
12983         * gcc.c-torture/execute/20000422-1.c: New test.
12985 2000-04-20  Greg McGary  <gkm@gnu.org>
12987         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
12988         when optimizing, but without sibling-call optimizations (-O1).
12990 2000-04-20  Jeffrey A Law  (law@cygnus.com)
12992           * gcc.c-torture/compile/20000420-1.c: New test.
12994 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12996         * g++.abi/ptrflags.C: New test.
12997         * g++.eh/catchptr1.C: Test incomplete pointer chains.
12999 2000-04-19  Catherine Moore  <clm@cygnus.com>
13001         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
13003 2000-04-19  Greg McGary  <gkm@gnu.org>
13005         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
13006         sibling-call optimizations.
13008 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
13010         * gcc.dg/20000419-1.c: New test.
13012 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
13014         * gcc.c-torture/execute/20000412-6.c: New test.
13016 2000-04-12  Jeffrey A Law  (law@cygnus.com)
13018         * gcc.c-torture/execute/20000412-5.c: New test.
13019         * g77.f-torture/compile/20000412-1.f: New test.
13020         * gcc.c-torture/execute/20000412-4.c: New test.
13021         * gcc.c-torture/compile/20000412-2.c: New test.
13022         * gcc.c-torture/execute/20000412-3.c: New test.
13023         * gcc.c-torture/compile/20000412-1.c: New test.
13024         * gcc.c-torture/execute/20000412-2.c: New test.
13026 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
13028         * objc/execute/bf-20.m: New test.
13030 2000-04-10  Richard Henderson  <rth@cygnus.com>
13032         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
13034         * gcc.c-torture/execute/20000412-1.c: New test.
13036 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
13038         * g++.old-deja/g++.eh/catchptr1.C: New test.
13040 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
13042         * g++.old-deja/g++.abi/cxa_vec.C: New test.
13044 2000-04-08  Neil Booth  <NeilB@earthling.net>
13046         * gcc.dg/cpp-nullchar.c: Remove test as
13047         embedded nulls cause problems.
13049 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13051         * gcc.dg/compare2.c: New test.
13053 2000-04-08  Neil Booth  <NeilB@earthling.net>
13055         * gcc.dg/cpp-nullchar.c: New test.
13057 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
13059         * gcc.dg/cpp-mi2.c: New test.
13060         * gcc.dg/cpp-mi2[abc].h: New files.
13062 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13064         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
13065         member name.
13067 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13069         * g++.old-deja/g++.abi/vmihint.C: New test.
13071 2000-04-06  Neil Booth  <NeilB@earthling.net>
13073         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
13074         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
13075         copyright.
13077 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
13079         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
13080         avoid stack-frame overwrite.
13082 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
13084         * gcc.c-torture/compile/20000405-2.c: New test.
13085         * gcc.c-torture/compile/20000405-3.c: New test.
13087 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13089         * gcc.c-torture/compile/20000405-1.c: New test.
13091 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
13093         * gcc.dg/cast-qual-1.c: Revert last change.
13095 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13097         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
13099 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
13101         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
13102         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
13104 2000-04-03  Jeffrey A Law  (law@cygnus.com)
13106         * gcc.c-torture/compile/20000403-2.c: New test.
13107         * gcc.c-torture/compile/20000403-1.c: New test.
13109 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
13111         * gcc.c-torture/execute/20000403-1.c: New test.
13113 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
13115         * gcc.c-torture/execute/20000402-1.c: New test.
13117 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
13119         * gcc.c-torture/execute/va-arg-15.c: New test.
13120         * gcc.c-torture/execute/va-arg-16.c: New test.
13121         * gcc.c-torture/execute/va-arg-17.c: New test.
13122         * gcc.c-torture/execute/va-arg-18.c: New test.
13123         * gcc.c-torture/execute/va-arg-19.c: New test.
13125 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
13127         * gcc.c-torture/compile/981211-1.c: Move to...
13128         * gcc.dg/cpp-as1.c: ...here.
13129         * gcc.dg/cpp-as2.c: New file.
13131         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
13132         compiler.
13134 2000-04-02  Neil Booth  <NeilB@earthling.net>
13136         * gcc.dg/cpp-cond.c  New tests.
13137         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
13138         accidental success less likely.
13139         * gcc.dg/cpp-missingop.c  New tests.
13140         * gcc.dg/cpp-missingparen.c  New tests.
13141         * gcc.dg/cpp-shift.c  New tests.
13142         * gcc.dg/cpp-shortcircuit.c  New tests.
13143         * gcc.dg/cpp-unary.c  New tests.
13145 2000-03-29  Jeffrey A Law  (law@cygnus.com)
13147         * gcc.c-torture/compile/20000329-1.c: New test.
13149 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13151         * gcc.c-torture/compile/20000326-1.c: New test.
13152         * gcc.c-torture/compile/20000326-2.c: New test.
13154 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
13156         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
13157         the first parameter is a function argument.
13159 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
13161         * g++.old-deja/g++.ext/array4.C: New test.
13163 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
13165         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
13167 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13169         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
13171 2000-03-19  Richard Henderson  <rth@cygnus.com>
13173         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
13175 2000-03-19  Richard Henderson  <rth@cygnus.com>
13177         * gcc.c-torture/compile/20000319-1.c: New test.
13179 2000-03-14  Jeffrey A Law  (law@cygnus.com)
13181         * gcc.c-torture/execute/20000314-3.c: New test.
13182         * gcc.c-torture/execute/20000314-2.c: New test.
13183         * gcc.c-torture/execute/20000314-1.c: New test.
13184         * gcc.c-torture/compile/20000314-2.c: New test.
13185         * gcc.c-torture/compile/20000314-1.c: New test.
13187 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
13189         * g++.old-deja/g++.warn/inline.C: New test.
13191 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
13193         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
13194         standards-compliant result rather than specific constants.
13195         Put test-values in array.
13197 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
13199         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
13200         (g++_target_compile): Put test-specific options last.
13202 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13204         * g++.old-deja/g++.eh/vbase4.C: New test.
13206 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13208         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
13210 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13212         * g++.old-deja/g++.brendan/misc12.C: Removed.
13213         * g++.old-deja/g++.pt/memtemp77.C: Constify.
13214         * g++.old-deja/g++.ext/pretty4.C: New test.
13216 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13218         * g++.old-deja/g++.other/string2.C: New test.
13220 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
13222         * g++.old-deja/g++.warn/impint2.C: New test.
13224 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
13226         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
13227         is 1, not zero.
13229 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
13231         * g++.old-deja/g++.warn/impint.C: New test.
13232         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
13233         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
13234         * g++.old-deja/g++.pt/explicit12.C: Likewise.
13235         * g++.old-deja/g++.pt/explicit13.C: Likewise.
13236         * g++.old-deja/g++.pt/explicit17.C: Likewise.
13237         * g++.old-deja/g++.pt/explicit18.C: Likewise.
13238         * g++.old-deja/g++.pt/explicit19.C: Likewise.
13239         * g++.old-deja/g++.pt/explicit23.C: Likewise.
13240         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13241         * g++.old-deja/g++.pt/explicit35.C: Likewise.
13242         * g++.old-deja/g++.pt/explicit6.C: Likewise.
13243         * g++.old-deja/g++.pt/memclass7.C: Likewise.
13245 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13247         * gcc.dg/cpp-redef.c: New test.
13249 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
13251         * g++.old-deja/g++.pt/unify7.C: New test.
13253 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13255         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
13256         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
13258 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
13260         * gcc.c-torture/compile/20000224-1.c: New test.
13262 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13264         * gcc.c-torture/compile/cpp-2.c: New test.
13265         * gcc.c-torture/compile/cpp-1.c: New test.
13267 2000-02-25  Jeffrey A Law  (law@cygnus.com)
13269         * gcc.c-torture/execute/20000225-1.c: New test.
13271 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13273         * gcc.dg/cpp-li2.c: New test.
13275         * gcc.dg/cpp-wi1.c: New test.
13277         * gcc.dg/cpp-li1.c: New test.
13279 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
13281         * g++.old-deja/g++.other/sizeof5.C: New test.
13283 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13285         * gcc.c-torture/execute/va-arg-13.c: New test.
13287 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
13289         * gcc.c-torture/execute/va-arg-12.c: New test.
13291 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
13293         * gcc.c-torture/execute/20000223-1.c: New test.
13295 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
13297         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
13299 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
13301         * g++.old-deja/g++.abi/ptrmem.C: New test.
13303 2000-02-19  Richard Henderson  <rth@cygnus.com>
13305         * gcc.c-torture/compile/init-3.c: New.
13307 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
13309         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
13310         ALWAYS_CXXFLAGS.
13312 2000-02-11  Robert Lipe <robertl@sco.com>
13314         * gcc.c-torture/compile/20000211-3.c: New test.
13316 2000-02-11  Martin Buchholz <martin@xemacs.org>
13318         * gcc.c-torture/compile/20000211-2.c: New test.
13320 2000-02-11  Jeffrey A Law  (law@cygnus.com)
13322         * gcc.c-torture/compile/20000211-1.c: New test.
13324 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
13326         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
13327           on native targets
13329 2000-02-08  Nathan Sidwell  <nathan@acm.org>
13331         * g++.old-deja/g++.other/cast5.C: New test.
13333 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
13335         * gcc.c-torture/execute/20000205-1.c: New.
13337 2000-02-03  Nathan Sidwell  <nathan@acm.org>
13339         * g++.old-deja/g++.jason/cast3.C: Return void.
13340         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
13342 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13344         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
13346         * gcc.dg/loop-1.c: New test.
13348 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
13350         * gcc.c-torture/compile/20000127-1.c: New test.
13351         * gcc.c-torture/execute/991228-1.c: New test.
13353 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13355         * gcc.dg/unused-2.c: New test.
13357         * gcc.dg/conv-1.c: New test.
13359 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13361         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
13362         compiler.
13363         (tool_option_proc): Fix typo.
13365 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
13367         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
13368         of the ld on the host, not on the build machine.
13369         Also, don't crash if '--help' is not a supported option.
13371 2000-01-24  Richard Henderson  <rth@cygnus.com>
13373         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
13375 2000-01-20  Jeffrey A Law  (law@cygnus.com)
13377         * gcc.c-torture/execute/20000120-2.c: New test.
13378         * gcc.c-torture/execute/20000120-1.c: New test.
13380 2000-01-13  Jeffrey A Law  (law@cygnus.com)
13382         * gcc.c-torture/execute/20000113-1.c: New test.
13384 2000-01-12  Jeffrey A Law  (law@cygnus.com)
13386         * gcc.c-torture/execute/20000112-1.c: New test.
13388 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13390         * gcc.dg/20000111-1.c: New test.
13392 2000-01-10  Jeffrey A Law  (law@cygnus.com)
13394         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
13395         with 16 bit integers.
13397 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13399         * gcc.dg/20000108-1.c: New test.
13401 2000-01-05  Nathan Sidwell  <nathan@acm.org>
13403         * g++.old-deja/g++.ns/koenig8.C: New test.
13405 2000-01-05  Nathan Sidwell  <nathan@acm.org>
13407         * g++.old-deja/g++.other/cast4.C: New test.
13409 2000-01-05  Jeffrey A Law  (law@cygnus.com)
13411         * gcc.c-torture/compile/20000105-2.c: New test.
13412         * gcc.c-torture/compile/20000105-1.c: New test.
13414 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13416         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
13417         references to printf & atoi to conform to ANSI standard.
13418         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
13419         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
13420         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
13421         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
13422         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
13423         * g++.old-deja/g++.brendan/complex1.C: Likewise.
13424         * g++.old-deja/g++.brendan/copy1.C: Likewise.
13425         * g++.old-deja/g++.brendan/copy2.C: Likewise.
13426         * g++.old-deja/g++.brendan/copy3.C: Likewise.
13427         * g++.old-deja/g++.brendan/copy4.C: Likewise.
13428         * g++.old-deja/g++.brendan/copy5.C: Likewise.
13429         * g++.old-deja/g++.brendan/copy6.C: Likewise.
13430         * g++.old-deja/g++.brendan/copy7.C: Likewise.
13431         * g++.old-deja/g++.brendan/copy8.C: Likewise.
13432         * g++.old-deja/g++.brendan/crash11.C: Likewise.
13433         * g++.old-deja/g++.brendan/crash14.C: Likewise.
13434         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
13435         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
13436         * g++.old-deja/g++.brendan/delete2.C: Likewise.
13437         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
13438         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
13439         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
13440         * g++.old-deja/g++.brendan/eh1.C: Likewise.
13441         * g++.old-deja/g++.brendan/groff1.C: Likewise.
13442         * g++.old-deja/g++.brendan/init3.C: Likewise.
13443         * g++.old-deja/g++.brendan/misc12.C: Likewise.
13444         * g++.old-deja/g++.brendan/misc7.C: Likewise.
13445         * g++.old-deja/g++.brendan/new2.C: Likewise.
13446         * g++.old-deja/g++.brendan/operators4.C: Likewise.
13447         * g++.old-deja/g++.brendan/operators5.C: Likewise.
13448         * g++.old-deja/g++.brendan/overload2.C: Likewise.
13449         * g++.old-deja/g++.brendan/overload7.C: Likewise.
13450         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
13451         * g++.old-deja/g++.brendan/reference1.C: Likewise.
13452         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
13453         * g++.old-deja/g++.brendan/template24.C: Likewise.
13454         * g++.old-deja/g++.brendan/template3.C: Likewise.
13455         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
13456         * g++.old-deja/g++.jason/inline3.C: Likewise.
13457         * g++.old-deja/g++.jason/opeq.C: Likewise.
13458         * g++.old-deja/g++.law/arg5.C: Likewise.
13459         * g++.old-deja/g++.law/arm7.C: Likewise.
13460         * g++.old-deja/g++.law/ctors11.C: Likewise.
13461         * g++.old-deja/g++.law/cvt8.C: Likewise.
13462         * g++.old-deja/g++.law/init9.C: Likewise.
13463         * g++.old-deja/g++.law/refs4.C: Likewise.
13464         * g++.old-deja/g++.law/template2.C: Likewise.
13465         * g++.old-deja/g++.law/visibility24.C: Likewise.
13466         * g++.old-deja/g++.law/vtable3.C: Likewise.
13467         * g++.old-deja/g++.mike/asm2.C: Likewise.
13468         * g++.old-deja/g++.mike/eh1.C: Likewise.
13469         * g++.old-deja/g++.mike/misc1.C: Likewise.
13470         * g++.old-deja/g++.mike/misc13.C: Likewise.
13471         * g++.old-deja/g++.mike/misc14.C: Likewise.
13472         * g++.old-deja/g++.mike/ns12.C: Likewise.
13473         * g++.old-deja/g++.mike/p1248.C: Likewise.
13474         * g++.old-deja/g++.mike/p3708.C: Likewise.
13475         * g++.old-deja/g++.mike/p3708a.C: Likewise.
13476         * g++.old-deja/g++.mike/p3708b.C: Likewise.
13477         * g++.old-deja/g++.mike/p646.C: Likewise.
13478         * g++.old-deja/g++.mike/p700.C: Likewise.
13479         * g++.old-deja/g++.mike/p783.C: Likewise.
13480         * g++.old-deja/g++.mike/p783a.C: Likewise.
13481         * g++.old-deja/g++.mike/p783b.C: Likewise.
13482         * g++.old-deja/g++.mike/p786.C: Likewise.
13483         * g++.old-deja/g++.mike/p789.C: Likewise.
13484         * g++.old-deja/g++.mike/p789a.C: Likewise.
13485         * g++.old-deja/g++.mike/p807a.C: Likewise.
13486         * g++.old-deja/g++.other/delete3.C: Likewise.
13487         * g++.old-deja/g++.other/dyncast1.C: Likewise.
13488         * g++.old-deja/g++.other/dyncast2.C: Likewise.
13489         * g++.old-deja/g++.other/dyncast3.C: Likewise.
13490         * g++.old-deja/g++.other/empty1.C: Likewise.
13491         * g++.old-deja/g++.other/temporary1.C: Likewise.
13492         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
13493         * g++.old-deja/g++.pt/t16.C: Likewise.
13494         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
13496 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13498         * gcc.dg/991230-1.c: New test.
13500 1999-12-29  Jeffrey A Law  (law@cygnus.com)
13502         * gcc.c-torture/compile/991229-3.c: New test.
13503         * gcc.c-torture/compile/991229-2.c: New test.
13504         * gcc.c-torture/compile/991229-1.c: New test.
13506 1999-12-29  Greg McGary <gkm@eng.ascend.com>
13508         * gcc.c-torture/compile/labels-2.c: New test.
13510 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
13512         * gcc.c-torture/execute/991227-1.c: New test.
13514 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13516         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
13518 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
13520         * gcc.c-torture/execute/991221-1.c: New test.
13522 1999-12-20  Nathan Sidwell  <nathan@acm.org>
13524         * g++.old-deja/g++.other/cast3.C: New test.
13526 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
13528         * gcc.c-torture/execute/991216-4.c: New test.
13530 1999-12-16  Michael Meissner  <meissner@cygnus.com>
13532         * gcc.c-torture/execute/991216-1.c: New test.
13533         * gcc.c-torture/execute/991216-2.c: New test.
13534         * gcc.c-torture/execute/991216-3.c: New test.
13536 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
13538         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
13539         Actually make the test fail by using "-O2" for compilation.
13541 1999-12-15  Nathan Sidwell  <nathan@acm.org>
13543         * g++.old-deja/g++.warn/cast-align1.C: New test.
13545 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
13547         * gcc.c-torture/compile/991214-1.c: New test.
13548         * gcc.c-torture/compile/991214-2.c: New test.
13550 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
13552         * gcc.dg/991214-1.c: New test.
13554 1999-12-13  Jeffrey A Law  (law@cygnus.com)
13556         * gcc.c-torture/compile/991213-3.c: New test.
13557         * gcc.c-torture/compile/991213-2.c: New test.
13558         * gcc.c-torture/compile/991213-1.c: New test.
13560 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
13562         * gcc.dg/991209-1.c: New test.
13564 1999-12-08  Nathan Sidwell <nathan@acm.org>
13566         * gcc.c-torture/compile/991208-1.c: New test.
13568 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13570         * gcc.dg/ultrasp2.c: New test.
13572 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
13574         * g++.old-deja/g++.abi/align.C (main): Fix typo.
13576 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13578         * gcc.c-torture/compile/991202-1.c: New test.
13579         * gcc.c-torture/execute/991202-1.c: New test.
13580         * gcc.c-torture/execute/991202-2.c: New test.
13581         * gcc.c-torture/execute/991202-3.c: New test.
13583 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
13585         * g++.old-deja/g++.abi/align.C: New test.
13586         * g++.old-deja/g++.abi/aggregates.C: Likewise.
13587         * g++.old-deja/g++.abi/bitfields.C: Likewise.
13589 1999-12-01  Richard Henderson  <rth@cygnus.com>
13591         * gcc.c-torture/execute/991201-1.c: New.
13593 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13595         * gcc.dg/991129-1.c: New test.
13597 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
13599         * gcc.c-torture/compile/991127-1.c: New test.
13601 1999-11-22  Nathan Sidwell  <nathan@acm.org>
13603         * g++.old-deja/g++.other/warn4.C: New test.
13605 1999-11-22  Nathan Sidwell  <nathan@acm.org>
13607         * g++.old-deja/g++.eh/cleanup2.C: New test.
13608         * g++.old-deja/g++.ext/pretty2.C: New test.
13609         * g++.old-deja/g++.ext/pretty3.C: New test.
13610         * g++.old-deja/g++.other/debug6.C: New test.
13612 1999-10-20  Jim Wilson  <wilson@cygnus.com>
13614         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
13615         compiler_output to look for one error message instead of two.
13617 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
13619         * gcc.c-torture/execute/991118-1.c: Also test case
13620         where the word boundary does not split a byte evenly.
13622 1999-11-19  Nathan Sidwell  <nathan@acm.org>
13624         * g++.old-deja/g++.ext/restrict1.C: New test.
13626 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13628         * gcc.c-torture/execute/991118-1.c: New test.
13630 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
13632         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
13633         working directory pathnames.
13635 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
13637         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
13638         host is equipped with driver.h and driver.o so it can actually
13639         compile and run the tests.
13641 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
13643         * gcc.c-torture/compile/991008-1.c: New test.
13645 1999-11-08  Nick Clifton  <nickc@cygnus.com>
13647         * lib/gcc-dg.exp: Include target-supports.exp
13649 1999-11-05  Nick Clifton  <nickc@cygnus.com>
13651         * lib/target-supports.exp: New file: Provide procs to test for
13652         features supported by the target.
13653         (check_weak_available): Moved here from ecos.exp.
13654         (check_alias_available): New proc: Determine of the target
13655         toolchain supports the alias attribute.
13657         * gcc.dg/special/ecos.exp: Move check_weak_available to
13658         target-supports.exp.
13659         (alias-1.c): Only perform the test if the target supports
13660         aliases.
13661         (wkali-1.c): Only perform the test if the target supports
13662         aliases.
13664         * gcc.dg/990506-0.c: Expect error messages from cross
13665         targets as well as native targets.
13667 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13669         * gcc.dg/ultrasp1.c: Removed xfail.
13670         * gcc.dg/struct-ret-2.c: Likewise.
13671         * gcc.dg/array-1.c: Likewise.
13673 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13675         * gcc.dg/struct-ret-2.c: New test.
13677         * gcc.dg/array-1.c: New test.
13679 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
13681         * gcc.c-torture/execute/991030-1.c: New test.
13683 1999-10-26  Richard Henderson  <rth@cygnus.com>
13685         * gcc.c-torture/compile/991026-2.c: New test.
13687 1999-10-26  Jeffrey A Law  (law@cygnus.com)
13689         * gcc.c-torture/compile/991026-1.c: New test.
13691 1999-10-23  Jeffrey A Law  (law@cygnus.com)
13693         * gcc.c-torture/execute/991023-1.c: New test.
13695 1999-10-19  Jeffrey A Law  (law@cygnus.com)
13697         * gcc.c-torture/execute/991019-1.c: New test.
13699 1999-10-16  Richard Henderson  <rth@cygnus.com>
13701         * gcc.c-torture/execute/991016-1.c: New test.
13703 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
13705         * gcc.c-torture/execute/991014-1.c: New test.
13707 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
13709         * g++.old-deja/g++.other/union2.C: New test.
13711 1999-10-13  Nathan Sidwell  <nathan@acm.org>
13713         * g++.old-deja/g++.other/vaarg2.C: New test.
13714         * g++.old-deja/g++.other/vaarg3.C: New test.
13716 1999-10-12  Craig Burley  <craig@jcb-sc.com>
13718         * g77.f-torture/noncompile/19990905-1.f: Moved from being
13719         in compile/.
13721 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
13723         * gcc.c-torture/execute/va-arg-11.c: New test.
13725 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
13727         * lib/file-format.exp (gcc_target_object_format): Don't
13728         crash if objdump is unavailable.
13730 1999-09-29  Donn Terry <donn@interix.com>
13732         * gcc.misc-tests/mg.exp: delete extraneous redirection.
13734 1999-09-28  Nick Clifton  <nickc@cygnus.com>
13736         * gcc.c-torture/compile/990928-1.c: New test.
13738 1999-09-28  Nathan Sidwell  <nathan@acm.org>
13740         * g++.old-deja/g++.other/decl6.C: New test.
13742 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13744         * gcc.c-torture/execute/va-arg-10.c: New test.
13746 1999-09-27  Nathan Sidwell  <nathan@acm.org>
13748         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
13749         __PRETTY_FUNCTION__.
13751 1999-09-23  Nick Clifton  <nickc@cygnus.com>
13753         * gcc.c-torture/execute/990923-1.c: New test.
13755 1999-09-21  Nick Clifton  <nickc@cygnus.com>
13757         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
13758         for which -fpic is inappropriate.
13760 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
13762         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
13764 1999-09-21  Nathan Sidwell  <nathan@acm.org>
13766         * g++.old-deja/g++.other/dyncast1.C: New test.
13767         * g++.old-deja/g++.other/dyncast2.C: New test.
13768         * g++.old-deja/g++.other/dyncast3.C: New test.
13769         * g++.old-deja/g++.other/dyncast4.C: New test.
13770         * g++.old-deja/g++.other/dyncast5.C: New test.
13771         * g++.old-deja/g++.eh/catch3.C: New test.
13772         * g++.old-deja/g++.eh/catch3p.C: New test.
13773         * g++.old-deja/g++.eh/catch4.C: New test.
13774         * g++.old-deja/g++.eh/catch4p.C: New test.
13775         * g++.old-deja/g++.eh/catch5.C: New test.
13776         * g++.old-deja/g++.eh/catch5p.C: New test.
13777         * g++.old-deja/g++.eh/catch6.C: New test.
13778         * g++.old-deja/g++.eh/catch6p.C: New test.
13779         * g++.old-deja/g++.eh/catch7.C: New test.
13780         * g++.old-deja/g++.eh/catch7p.C: New test.
13781         * g++.old-deja/g++.eh/catch8.C: New test.
13782         * g++.old-deja/g++.eh/catch8p.C: New test.
13783         * g++.old-deja/g++.eh/catch9.C: New test.
13784         * g++.old-deja/g++.eh/catch9p.C: New test.
13786 1999-09-13  Nathan Sidwell  <nathan@acm.org>
13788         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
13789         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
13791 1999-09-13  Jeffrey A Law  (law@cygnus.com)
13793         * gcc.c-torture/compile/990913-1.c: New test.
13795 1999-09-10  Nathan Sidwell  <nathan@acm.org>
13797         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
13798         * g++.old-deja/g++.jason/rfg5.C: Likewise.
13800 1999-09-09  Richard Henderson  <rth@cygnus.com>
13802         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
13804 1999-09-09  Nathan Sidwell  <nathan@acm.org>
13806         * g++.old-deja/g++.other/lookup11.C: New test.
13807         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
13808         what is permitted and what we want.
13809         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
13810         overload use.
13811         * g++.old-deja/g++.jason/rfg5.C: Likewise
13813 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
13815         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
13816         * gcc.c-torture/noncompile/poison-1.c: New file.
13818 1999-09-08  Nathan Sidwell  <nathan@acm.org>
13820         * g++.old-deja/g++.other/sizeof3.C: New test.
13821         * g++.old-deja/g++.other/sizeof4.C: New test.
13822         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
13823         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
13825 1999-09-07  Richard Henderson  <rth@cygnus.com>
13827         * gcc.dg/va-arg-1.c: New.
13829 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13831         * gcc.c-torture/execute/va-arg-9.c: New test.
13833 1999-09-05  Craig Burley  <craig@jcb-sc.com>
13835         * g77.f-torture/compile/980519-2.f: New test.
13836         * g77.f-torture/compile/19990905-0.f: New test.
13837         * g77.f-torture/compile/19990905-1.f: New test.
13838         * g77.f-torture/compile/19990905-2.f: New test.
13840         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
13842 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
13844         * gcc.c-torture/execute/990827-1.c: Fix typo.
13846 1999-09-03  Nathan Sidwell  <nathan@acm.org>
13848         * g++.old-deja/g++.other/deref1.C: New test.
13850 1999-09-02  Nathan Sidwell  <nathan@acm.org>
13852         * g++.old-deja/g++.other/ambig2.C: New test.
13853         * g++.old-deja/g++.other/cond5.C: New test.
13854         * g++.old-deja/g++.other/lookup16.C: New test.
13856 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
13858         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
13859         assemblers too.
13861 1999-08-31  Jeffrey A Law  (law@cygnus.com)
13863         * lib/c-torture.exp: Avoid the "compare executables" optimization
13864         when testing native.
13866 1999-08-29  Jeffrey A Law  (law@cygnus.com)
13868         * gcc.c-torture/execute/990829-1.c: New test.
13869         * gcc.c-torture/compile/990829-1.c: New test.
13871 1999-08-27  Paul Burchard  <burchard@pobox.com>
13873         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
13874         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
13875         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
13876         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
13877         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
13878         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
13879         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
13880         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
13881         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
13882         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
13883         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
13885 1999-08-27  Jeffrey A Law  (law@cygnus.com)
13887         * gcc.c-torture/execute/990827-1.c: New test.
13889 1999-08-26  Craig Burley  <craig@jcb-sc.com>
13891         * g77.f-torture/noncompile/19990826-4.f: New test.
13893         * g77.f-torture/compile/19990826-3.f: New test.
13895         * g77.f-torture/execute/19990826-2.f: New test.
13897         * g77.f-torture/compile/19990826-1.f: New test.
13899         * gcc.c-torture/execute/990826-0.c: New test.
13900         * g77.c-torture/execute/19990826-0.f: New test.
13902         * g77.f-torture/noncompile/970626-2.f: New test.
13904 1999-08-25  Paul Burchard  <burchard@pobox.com>
13906         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
13907         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
13908         lss-011.C: New tests.
13910 1999-08-25  Nathan Sidwell  <nathan@acm.org>
13912         * g++.old-deja/g++.other/decl5.C: New test.
13914 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13916         * noncompile/noncompile.exp: Load_lib c-torture.exp.
13917         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
13918         call `postbase' for each one.  All callers of `postbase' changed
13919         to call this instead.
13921 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
13923         * gcc.c-torture/execute/990811-1.c: New test.
13925 1999-08-09  Nick Clifton  <nickc@cygnus.com>
13927         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
13928         just native ones.
13930         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
13931         just native ones.
13933 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
13935         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
13937 1999-08-04  Jeffrey A Law  (law@cygnus.com)
13939         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
13941 1999-08-04  Nathan Sidwell  <nathan@acm.org>
13943         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
13945 1999-08-04  Jeffrey A Law  (law@cygnus.com)
13947         * gcc.c-torture/execute/990804-1.c: New test.
13949 1999-08-03  Nathan Sidwell  <nathan@acm.org>
13951         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
13952         * g++.old-deja/g++.brendan/crash64.C: Likewise
13953         * g++.old-deja/g++.brendan/overload8.C: Likewise
13955 1999-08-03  Nathan Sidwell  <nathan@acm.org>
13957         * g++.old-deja/g++.other/struct1.C: New test.
13959 1999-08-03  Nathan Sidwell  <nathan@acm.org>
13961         * g++.old-deja/g++.other/enum2.C: New test.
13963 1999-08-02  Richard Henderson  <rth@cygnus.com>
13965         Adapted from tests from Franz Sirl:
13966         * gcc.c-torture/execute/va-arg-7.c: New test.
13967         * gcc.c-torture/execute/va-arg-8.c: New test.
13969 1999-08-01  Jeffrey A Law  (law@cygnus.com)
13971         * gcc.c-torture/compile/990801-2.c: New test.
13973         * gcc.c-torture/compile/990801-1.c: New test.
13975 1999-07-27  Michael Meissner  <meissner@cygnus.com>
13977         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
13978         fp-cmp-1.c, converting double to float.
13980         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
13981         fp-cmp-1.c, converting double to long double.
13983         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
13984         from fr1 to unknown_register, since fr1 is a legitimate register
13985         on some machines.
13987 1999-07-25  Jeffrey A Law  (law@cygnus.com)
13989         * README: More listname related changes.
13991 1999-07-08  Catherine Moore  <clm@cygnus.com>
13993         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
13995 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
13997         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
13999 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
14001         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
14003 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
14005         * gcc.dg/990703-1.c: New test.
14007 1999-06-29  Nick Clifton  <nickc@cygnus.com>
14009         * lib/file-format.exp: New file: Move definition of proc
14010         gcc_target_object_format to here from
14011         gcc.dg/special/ecos.exp.
14013         * lib/c-torture.exp: Include lib file-format.exp.
14014         * lib/gcc-dg.exp: Include lib file-format.exp.
14016         * gcc.dg/special/ecos.exp: Remove definition of proc
14017         gcc_target_object_format.
14019 1999-06-28  Jeffrey A Law  (law@cygnus.com)
14021         * gcc.c-torture/execute/990628-1.c: New test.
14023 1999-06-25  Jeffrey A Law  (law@cygnus.com)
14025         * gcc.c-torture/compile/990625-2.c: New test.
14027         * gcc.c-torture/compile/990625-1.c: New test.
14029 1999-06-23  Nick Clifton  <nickc@cygnus.com>
14031         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
14032         attributes compile.
14033         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
14034         ports that use the COFF/PE file format.
14036 1999-06-17  Jeffrey A Law  (law@cygnus.com)
14038         * gcc.c-torture/compile/990617-1.c: New test.
14040 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
14042         * g++.old-deja/g++.other/decl4.C: New test.
14044 1999-06-14  Nathan Sidwell  <nathan@acm.org>
14046         * g++.old-deja/g++.other/bitfld3.C: New test.
14048 1999-06-08  Nathan Sidwell  <nathan@acm.org>
14050         * g++.old-deja/g++.eh/catch1.C: New test.
14052 1999-06-07  Jeffrey A Law  (law@cygnus.com)
14054         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
14056         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
14057         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
14059 1999-06-05  Craig Burley  <craig@jcb-sc.com>
14061         * g77.f-torture/compile/19990502-0.f: Replace with new,
14062         shorter, test that still fails after recent changes.
14064 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14066         * gcc.c-torture/execute/990604-1.c: New test.
14068 1999-05-31  Jeffrey A Law  (law@cygnus.com)
14070         * gcc.c-torture/execute/990531-1.c: New test.
14072 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14074         * gcc.c-torture/compile/990527-1.c: New test.
14076 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
14078         * gcc.c-torture/execute/990527-1.c: New test.
14080 1999-05-25  Nick Clifton  <nickc@cygnus.com>
14082         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
14083         bitfields as signed.
14085 1999-05-25  Craig Burley  <craig@jcb-sc.com>
14087         * g77.f-torture/compile/19990525-0.f: New test.
14089 1999-05-25  Jeffrey A Law  (law@cygnus.com)
14091         * gcc.c-torture/execute/990525-2.c: New test.
14093         * gcc.c-torture/execute/990525-1.c: New test.
14095 1999-05-24  Nathan Sidwell  <nathan@acm.org>
14097         * g++.old-deja/g++.other/anon3.C: New test.
14098         * g++.old-deja/g++.other/anon4.C: New test.
14099         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
14100         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
14101         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
14102         Merrill).
14104 1999-05-24  Jeffrey A Law  (law@cygnus.com)
14106         * gcc.c-torture/execute/990524-1.c: New test.
14108         * gcc.dg/990524-1.c: New test.
14110 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14112         * gcc.c-torture/compile/990523-1.c: New test.
14114 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
14116         * gcc.c-torture/compile/990519-1.c: New test.
14118 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14120         * gcc.c-torture/compile/990517-1.c: New test.
14122         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
14123         (e4, f4): New tests.
14124         (main): Call them.
14126 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14128         * gcc.dg/noreturn-1.c: New test.
14130 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
14132         * gcc.c-torture/execute/990513-1.c: New test.
14134 1999-05-10  Richard Henderson  <rth@cygnus.com>
14136         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
14138 1999-05-10  Craig Burley  <craig@jcb-sc.com>
14140         * g77.f-torture/execute/erfc.f: Use small single-precision
14141         values, to avoid problems on Alphas when not -mieee.
14143 1999-05-08  Craig Burley  <craig@jcb-sc.com>
14145         * gcc.dg/990506-0.c: New test.
14147 1999-05-08  Richard Henderson  <rth@cygnus.com>
14149         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
14150         the constant to test.  Don't XFAIL 64-bit targets.
14152         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
14153         * g++.old-deja/g++.law/profile1.C: Likewise.
14155         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
14156         operator new instances.
14157         * g++.old-deja/g++.other/delete5.C: Likewise.
14159 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14161         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
14162         intrinsic.
14164 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14166         * g77.f-torture/execute/u77-test.f: Reverse order of two
14167         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
14169 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14171         * gcc.dg/compare1.c: New test.
14173 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14175         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
14176         New tests.
14178 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14180         * g77.f-torture/compile/19990502-1.f: New test.
14182 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14184         * g77.f-torture/compile/19990502-0.f: New test.
14186 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14188         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
14189         intrinsic.
14191 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14193         * g77.f-torture/execute/u77-test.f (main): List libU77
14194         intrinsics not currently tested.
14195         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
14196         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
14197         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
14198         Trim blanks off the ends of some printed strings.
14200 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14202         * g77.f-torture/execute/u77-test.f (main): Just warn about
14203         FSTAT gid disagreement, as it's expected on some systems.
14205 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14207         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
14208         use a new function, which allows for some slop.
14209         Clean up some commentary.
14210         (issum): The new function.
14211         (sgladd): Deleted subroutine.
14213 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14215         * g77.f-torture/execute/u77-test.f: Modify to be more like
14216         libf2c/libU77 version, bringing patches to that version here.
14217         Add suitable commentary.
14219 1999-04-25  Richard Henderson  <rth@cygnus.com>
14221         * gcc.dg/990424-1.c: New test.
14223 1999-04-24  Craig Burley  <craig@jcb-sc.com>
14225         * g77.f-torture/execute/u77-test.f (main): Bug involving
14226         LSTAT has been fixed, so turn back on full checking.
14228 1999-04-20  Craig Burley  <craig@jcb-sc.com>
14230         * g77.f-torture/compile/19990419-0.f: New test.
14231         * g77.f-torture/execute/19990419-1.f: New test.
14233 1999-04-17  Richard Henderson  <rth@cygnus.com>
14235         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
14236         to avoid the need for a prototype to supress a warning.
14238 1999-04-07  Jim Wilson  <wilson@cygnus.com>
14240         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
14242 1999-04-04  Jeffrey A Law  (law@cygnus.com)
14244         * gcc.c-torture/execute/990404-1.c: New test.
14246 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14248         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
14249         * gcc.dg/cpp-if3.c: Don't use -pedantic.
14250         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
14251         missing initializer warnings.
14253 1999-03-28  Jeffrey A Law  (law@cygnus.com)
14255         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
14256         matching strings.
14258 1999-03-26  Jeffrey A Law  (law@cygnus.com)
14260         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
14262 1999-03-26  Craig Burley  <craig@jcb-sc.com>
14264         * g77.f-torture/execute/19990325-0.f: New test.
14265         * g77.f-torture/execute/19990325-1.f: New test.
14267 1999-03-24  Jeffrey A Law  (law@cygnus.com)
14269         * gcc.c-torture/execute/990324-1.c: New test.
14271 1999-03-22  Jim Wilson  <wilson@cygnus.com>
14273         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
14274         test with 4.
14276 1999-03-17  Richard Henderson  <rth@cygnus.com>
14278         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
14280 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14282         * g77.f-torture/execute/19990313-2.f: New test.
14283         * g77.f-torture/execute/19990313-3.f: New test.
14285 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14287         * g77.f-torture/execute/19990313-0.f: New test.
14288         * g77.f-torture/execute/19990313-1.f: New test.
14290 1999-03-12  Jim Wilson  <wilson@cygnus.com>
14292         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
14293         printf to sprintf.
14294         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
14295         (main): Add check for u15.  Conditionalize u31 check depending on
14296         whether ints are <32 bits or >=32 bits.
14298 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14300         * g77.f-torture/execute/19981119-0.f: Improve testiness.
14302 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14304         * g77.f-torture/compile/19990305-0.f: New test.
14305         * g77.f-torture/execute/19981119-0.f: New test.
14307 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14309         * g77.f-torture/execute/970625-2.f: call ABORT if final
14310         result is not correct, instead of just printing it.
14311         Add this checking via newly introduced obfuscation, to
14312         trip up buggy front ends.
14314 1999-03-07  Craig Burley  <craig@jcb-sc.com>
14316         * g77.f-torture/compile/960317-1.f: Moved from being
14317         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
14319 1999-03-06  Craig Burley  <craig@jcb-sc.com>
14321         * g77.f-torture/execute/960317-1.f: New (old) test.
14322         * g77.f-torture/execute/970625-2.f: Ditto.
14324 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
14326         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
14327         message on line 1 or line 2; cccp and cpplib do this differently.
14329 1999-03-01  Jeffrey A Law  (law@cygnus.com)
14331         * g++.old-deja/g++.law/weak1.C: New test.
14333 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14335         * gcc.c-torture/execute/990119-1.c: Renamed to...
14336         * gcc.dg/990119-1.c: this, so it will only be tested once
14337         (it's a preprocessor test, it doesn't need to be run at
14338         multiple optimization levels).
14340 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14342         * lib/g++.exp: Don't add incdir=$base_dir/../include to
14343           ALWAYS_CXXFLAGS.
14345 1999-02-24  Craig Burley  <craig@jcb-sc.com>
14347         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
14348         * g77.f-torture/compile/19981216-0.f: ...as it is expected
14349         to not be compilable by current g77.
14351 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14353         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
14355 1999-02-22  Jeffrey A Law  (law@cygnus.com)
14357         * gcc.c-torture/execute/990222-1.c: New test.
14359 1999-02-19  Craig Burley  <craig@jcb-sc.com>
14361         * g77.f-torture/compile/19990218-0.f: New test.
14362         * g77.f-torture/noncompile/19990218-1.f: New test.
14364 1999-02-18  Craig Burley  <craig@jcb-sc.com>
14366         * g77.f-torture/compile/19981216-0.f: New test.
14368 1999-02-14  Jeffrey A Law  (law@cygnus.com)
14370         * gcc.dg/990214-1.c: New test.
14372 1999-02-13  Jeffrey A Law  (law@cygnus.com)
14374         * gcc.dg/990213-2.c: New test.
14376         * gcc.dg/990213-1.c: New test.
14378 1999-02-12  Jeffrey A Law  (law@cygnus.com)
14380         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
14381         ints.
14383 1999-02-11  Nick Clifton  <nickc@cygnus.com>
14385         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
14386         specified by target.
14388         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
14390 1999-02-11  Jeffrey A Law  (law@cygnus.com)
14392         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
14394 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
14396         * gcc.dg/special/ecos.exp: New test driver for new tests with
14397         special requirements.
14399         * gcc.dg/special/alias-1.c: New test.
14400         * gcc.dg/special/gcsec-1.c: New test.
14401         * gcc.dg/special/weak-1.c: New test.
14402         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
14403         * gcc.dg/special/weak-2.c: New test.
14404         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
14405         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
14406         * gcc.dg/special/wkali-1.c: New test.
14407         * gcc.dg/special/wkali-2.c: New test.
14408         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
14409         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
14411 1999-02-10  Felix Lee  <flee@cygnus.com>
14413           * lib/c-torture.exp (c-torture-compile): Pull out code for
14414           analyzing gcc error messages.
14415           (c-torture-execute): Likewise.  Fix some (harmless) false
14416           positives.
14417           * lib/gcc.exp (gcc_check_compile): New function.
14419 1999-02-08  Richard Henderson  <rth@cygnus.com>
14421         * gcc.c-torture/execute/990208-1.c: New test.
14423 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
14425         * g++.dg/special/ecos.exp: New driver for new tests with special
14426         requirements
14428         * g++.dg/special/conpr-1.C: New test
14429         * g++.dg/special/conpr-2.C: New test
14430         * g++.dg/special/conpr-2a.C: New test
14431         * g++.dg/special/conpr-3.C: New test
14432         * g++.dg/special/conpr-3a.C: New test
14433         * g++.dg/special/conpr-3b.C: New test
14435         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
14436         allow g++ to use the dg driver
14438         * README: Add comment about g++.dg directory
14440 1999-02-06  Jeffrey A Law  (law@cygnus.com)
14442         * README: Update email addresses.
14444 1999-02-03  Nick Clifton  <nickc@cygnus.com>
14446         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
14447         arguments in order to force structure S onto the stack even on
14448         the alpha.
14449         (test): Pass 10 leading arguments to function foo as well as the
14450         structure S.
14452         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
14453         failure for all targets.
14455         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
14456         abort to terminate program execution.
14458 1999-01-30  Richard Henderson  <rth@cygnus.com>
14460         * gcc.c-torture/execute/990130-1.c: New test.
14462 1999-01-30  Jeffrey A Law  (law@cygnus.com)
14464         * gcc.dg/990130-1.c: New test.
14466 1999-01-28  Michael Meissner  <meissner@cygnus.com>
14468         * gcc.c-torture/execute/990128-1.c: New test.
14470 1999-01-27  Michael Meissner  <meissner@cygnus.com>
14472         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
14474 1999-01-27  Felix Lee  <flee@cygnus.com>
14476         * lib/c-torture.exp (c-torture-compile): pull out code for
14477         analyzing gcc error messages.
14478         (c-torture-execute): ditto, and fix some (harmless) false
14479         positives.
14480         * lib/gcc.exp (gcc_check_compile): new function.
14482 1999-01-17  Jeffrey A Law  (law@cygnus.com)
14484         * gcc.dg/990117-1.c: New test.
14486         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
14488         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
14490 1999-01-15  Jeffrey A Law  (law@cygnus.com)
14492         * g77.f-torture/compile/990115-1.f: New test.
14494 1999-01-07  Jeffrey A Law  (law@cygnus.com)
14496         * gcc.c-torture/compile/990107-1.c: New test
14498 1999-01-06  Jeffrey A Law  (law@cygnus.com)
14500         * gcc.c-torture/execute/990106-2.c: New test.
14502         * gcc.c-torture/execute/990106-1.c: New test.
14504 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
14506         * gcc.c-torture/compile/981223-1.c: New test.
14508 1998-12-29  Richard Henderson  <rth@cygnus.com>
14510         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
14511         (opt3): Rename from opt4 and disable.
14513 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
14515         * g++.old-deja/g++.pt/ptrmem5.C: New test.
14517 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
14519         * g++.old-deja/g++.other/conv5.C: New test.
14521 1998-12-14  Nick Clifton  <nickc@cygnus.com>
14523         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
14525 1998-12-11  Jeffrey A Law  (law@cygnus.com)
14527         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
14529 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
14531         * gcc.c-torture/compile/981211-1.c: New test.
14533 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
14535         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
14537         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
14539 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14541         * gcc.special/930510-1.c: Make C9X safe.
14542         * gcc.misc-tests/gcov-1.c Similarly.
14543         * gcc.misc-tests/gcov-2.c Similarly.
14545 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
14547         * gcc.dg/ultrasp1.c: New test.
14549 1998-12-06  Richard Henderson  <rth@cygnus.com>
14551         * gcc.c-torture/execute/981206.c: New test.
14553 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
14555         * g++.old-deja/g++.ns/template7.C: New test.
14557         * g++.old-deja/g++.other/expr1.C: New test.
14559         * g++.old-deja/g++.eh/tmpl3.C: New test.
14561         * g++.old-deja/g++.eh/tmpl2.C: New test.
14563 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
14565         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
14566         * g++.old-deja/g++.other/using6.C: Removed.
14567         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
14569         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
14571 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
14573         * g++.old-deja/g++.pt/overload8.C: New test.
14575         * g++.old-deja/g++.pt/overload7.C: New test.
14577         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
14579         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
14580         and relinking messages.
14581         * lib/g++.exp (g++_target_compile): Remove .rpo file when
14582         compiling with -frepo.
14584 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
14586         * g++.old-deja/g++.pt/lookup6.C: New test.
14588 1998-11-30  Nick Clifton  <nickc@cygnus.com>
14590         * gcc.c-torture/execute/981130-1.c: New test.
14591         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
14593 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
14595         * g++.old-deja/g++.pt/explicit76.C: New test.
14597         * g++.old-deja/g++.pt/friend38.C: New test.
14599         * g++.old-deja/g++.ns/crash2.C: New test.
14601         * g++.old-deja/g++.pt/defarg8.C: New test.
14603         * g++.old-deja/g++.pt/instantiate6.C: New test.
14605         * g++.old-deja/g++.pt/static6.C: New test.
14607         * g++.old-deja/g++.pt/decl2.C: New test.
14609 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
14611         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
14612         problem is actually related with name lookup, but so what? :-)
14614         * g++.old-deja/g++.pt/friend37.C: New test.
14616 1998-11-25  Dave Love  <d.love@dl.ac.uk>
14618         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
14619         element, which fails on some systems.
14621         * g77.f-torture/execute/labug1.f: New test.
14623 1998-11-21  Jeffrey A Law  (law@cygnus.com)
14625         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
14626         is defined.
14628 1998-11-18  Dave Love  <d.love@dl.ac.uk>
14630         * g77.f-torture/compile/981117-1.f: New test.
14632 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
14634         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
14635         properly discarded.
14637 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
14639         * gcc.c-torture/execute/memcheck: New directory of tests for
14640         -fcheck-memory-usage.
14642 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14644         * README: New file, general information about the testsuite and
14645         new description of the various C++ test subdirectories.
14646         * README.g++: Eliminate obsolete information, update and move most
14647         relevant stuff to README.
14649 1998-11-07  Richard Henderson  <rth@cygnus.com>
14651         * gcc.c-torture/compile/981107-1.c: New test.
14653 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
14655         * execute/memcpy-bi.c: New testcase.
14657 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
14659         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
14660         base classes.
14662         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
14663         template is selected.
14665         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
14666         classes, it should be accepted for all types.
14668         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
14670         * g++.old-deja/g++.pt/spec24.C: Ensure that template
14671         specializations start with template headers.
14673 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
14675         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
14677         * g++.old-deja/g++.other/init9.C: Test cross initialization of
14678         non-POD types.
14680 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
14682         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
14684 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14686         * compile/981022-1.c, compile/981022-1.x: New test and driver.
14688 1998-10-19  Jeffrey A Law  (law@cygnus.com)
14690         * 981019-1.c: New test.
14692 1998-10-14  Robert Lipe <robertl@dgii.com>
14694         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
14695         find objc headers.
14697 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14699         * compile/981001-4.c: Remove use of GCC extension that triggers a
14700         compiler bug.
14702 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
14704         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
14706 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
14708         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
14709         instantiation of template produces incorrect code for delete
14710         expression.
14712         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
14713         constructors' name is not unique.
14714         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
14715         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
14717         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
14718         automatic array of const is ill-formed.
14720         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
14721         of template parameter?
14723         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
14724         const.
14726         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
14727         pointer-to-member expression.
14729         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
14730         declaration causes ICE.
14732 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
14734         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
14735         reserved in the global namespace.
14737         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
14738         generate needed virtual table.
14740         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
14742 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
14744         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
14745         template-dependent type
14747 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
14749         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
14750         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
14751         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
14753         * g++.old-deja/g++.other/using5.C: New test; using decl from base
14754         class should be usable as argument of member function.
14755         * g++.old-deja/g++.other/using6.C: New test; using decl from base
14756         class should be usable as return type of member function.
14757         * g++.old-deja/g++.other/using7.C: New test; using decl from base
14758         class should be usable as type of data member.
14760         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
14762 1998-10-09  Jeffrey A Law  (law@cygnus.com)
14764         * gcc.c-torture/special/920521-1.c: Fix bogus test.
14766 1998-10-08  Nick Clifton  <nickc@cygnus.com>
14768         * gcc.dg/dll-?.c Add thumb to target list.
14769         Fix assembler scan patterns to match current assembler output.
14771 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
14773         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
14774         matching of template brackets.
14776         * g++.old-deja/g++.other/using4.C: New test.  Test using
14777         declarations of methods from base classes.
14779         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
14780         within functions should introduce names into the innermost
14781         enclosing namespace.
14783         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
14784         of static locals if first initialization throws.
14786 1998-10-07  Jim Wilson  <wilson@cygnus.com>
14788         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
14790 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
14792         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
14793         lose track of the possible targets of tablejump insns.
14794         * special/special.exp: Run it.
14796 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
14798         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
14799         must be declared before its specializations can be named in friend
14800         declarations.
14802 1998-10-05  Dave Love  <d.love@dl.ac.uk>
14804         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
14806         * g77.f-torture/execute/io1.f: New test.
14808 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
14810         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
14811         with pointer to template function, for which no argument deduction
14812         is possible.
14814         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
14815         specialization of template function as argument to template
14816         function.
14818         * g++.old-deja/g++.other/access2.C: New test; Inner class
14819         shouldn't have privileged access to Outer's names.
14821 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
14823         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
14824         friend template declared within template class conflicts with
14825         nested class of the same name.
14827         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
14828         is ignored.
14830         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
14831         object with direct initializer as function declaration.
14833         * g++.old-deja/g++.other/decl2.C: New test; duplicate
14834         initializers.
14836         * g++.old-deja/g++.other/null2.C: New test; conditional operator
14837         involving const pointer and NULL produces incorrect result.
14839         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
14840         type name without `typename' should be rejected with -pedantic.
14842 1998-10-02  Richard Henderson  <rth@cygnus.com>
14844         * g++.old-deja/g++.other/addrof1.C: New test.
14846 1998-10-01  Nick Clifton  <nickc@cygnus.com>
14848         * gcc.c-torture/compile/981001-1.c: New test.
14849         * gcc.c-torture/execute/981001-1.c: New test.
14851 1998-10-01  Jeffrey A Law  (law@cygnus.com)
14853         * gcc.c-torture/compile/981001-2.c: New test.
14854         * gcc.c-torture/compile/981001-3.c: New test.
14855         * gcc.c-torture/compile/981001-4.c: New test.
14857 1998-10-01  Robert Lipe  <robertl@dgii.com>
14859         * lib/objc.exp (objc_target_compile): Add -L during compiles for
14860         multilibbed hosts.   Idea grafted from g77.exp.
14862 1998-09-30  Dave Love  <d.love@dl.ac.uk>
14864         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
14865         avoid losing on systems which need -lsocket.
14867 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
14869         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
14870         * g++.old-deja/g++.other/nested2.C: Ditto.
14871         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
14872         failure.
14874 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
14876         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
14877         preferred over template operator!= for enum bitfields.
14879 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
14881         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
14882         that happen to have the same base name, but in different scopes,
14883         are incorrectly rejected.
14885 1998-09-16  Richard Henderson  <rth@cygnus.com>
14887         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
14888         on the native word size instead of an integer literal.
14890 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
14892         * g++.old-deja/g++.other/static2.C: Invocation of static data
14893         member of type pointer-to-function denoted as non-static member.
14895         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
14896         checks involving function types and aliases.
14898 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
14900         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
14901         redefined to the same non-trivial type.
14903         * g++.old-deja/g++.pt/explicit73.C: Test for proper
14904         namespace-qualification of template specializations declared in
14905         other namespaces.
14907         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
14908         to declare a subset of the specializations of a template function
14909         as friends of specializations of a template class.
14911         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
14912         member templates that do not fully specialize the enclosing
14913         template class are rejected.
14915 1998-09-11  Dave Love  <d.love@dl.ac.uk>
14917         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
14919 1998-09-08  Dave Love  <d.love@dl.ac.uk>
14921         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
14922         altered from libf2c/libU77 version.
14924 1998-09-06  Dave Love  <d.love@dl.ac.uk>
14926         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
14928 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
14930         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
14931         (un)signed char are different types for template specialization
14932         purposes.
14934 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
14936         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
14937         * objc: ObjC testsuite.
14939 1998-08-31  Catherine Moore  <clm@cygnus.com>
14941         * gcc.c-torture/execute/941014-1.x:  New file.
14943 1998-08-31  Nick Clifton  <nickc@cygnus.com>
14945         * lib/c-torture.exp: Add support for
14946         torture_eval_before_compile and torture_eval_before_execute
14947         variables.
14949 1998-08-30  Jeffrey A Law  (law@cygnus.com)
14951         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
14952         this test triggers valid.
14954 1998-08-27  Jeffrey A Law  (law@cygnus.com)
14956         * gcc.dg/980827-1.c: New test.
14958 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
14960         * gcc.c-torture/execute/loop-4b.c: New test.
14962 1998-08-26  Nick Clifton  <nickc@cygnus.com>
14964         * lib/c-torture.exp: Add support for
14965         torture_eval_before_compile and torture_eval_before_execute
14966         variables.
14968 1998-08-25  Jeffrey A Law  (law@cygnus.com)
14970         * gcc.c-torture/compile/980825-1.c: New test.
14972 1998-08-24  Nick Clifton  <nickc@cygnus.com>
14974         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
14975         count number tests in opt_t0 not good_t0.
14977 1998-08-24  Jeffrey A Law  (law@cygnus.com)
14979         * gcc.c-torture/compile/930326-1.x: Fix typo.
14981 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
14983         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
14984         causes an ICE.
14986 1998-08-21  Jeffrey A Law  (law@cygnus.com)
14988         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
14989         STACK_SIZE is defined.
14990         * gcc.c-torture/unsorted/stuct.c: Similarly.
14992         * gcc.c-torture/compile/980821-1.c: New test.
14994 1998-08-21  Jeffrey A Law  (law@cygnus.com)
14996         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
14998 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
15000         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
15001         code.
15003 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
15005         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
15006         error'.
15008 1998-08-18  Jeffrey A Law  (law@cygnus.com)
15010         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
15012 1998-08-16  Jeffrey A Law  (law@cygnus.com)
15014         * gcc.c-torture/compile/980816-1.c: New test.
15016         * gcc.dg/980816-1.c: New test.
15018 1998-08-13  Jeffrey A Law  (law@cygnus.com)
15020         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
15021         compiler for ieee tests.
15023 1998-08-01  Dave Love  <d.love@dl.ac.uk>
15025         * g77.f-torture/compile/980729-0.f: New test.
15027 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
15029         * gcc.c-torture/special/eeprof-1.c: New test, for
15030         -finstrument-functions.
15031         * gcc.c-torture/special/special.exp: Run it.
15033 1998-07-29  Jeffrey A Law  (law@cygnus.com)
15035         * gcc.c-torture/compile/980729-1.c: New test.
15037 1998-07-27  Nick Clifton  <nickc@cygnus.com>
15039         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
15040         __thumb__ is defined, and test for ARM style doubles if so.
15042 1998-07-26  Dave Love  <d.love@dl.ac.uk>
15044         * g77.f-torture/noncompile/980615-0.f: New test.
15046 1998-07-26  H.J. Lu  (hjl@gnu.org)
15048         * gcc.dg/980312-1.c: Do link instead of compile.
15049         * gcc.dg/980313-1.c: Likewise.
15051 1998-07-26  Jeffrey A Law  (law@cygnus.com)
15053         * gcc.c-torture/compile/980726-1.c: New test.
15055 1998-07-25  Dave Love  <d.love@dl.ac.uk>
15057         * g77.f-torture/execute/io0.f: New test.
15059 1998-07-24  Nick Clifton  <nickc@cygnus.com>
15061         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
15062         an int.
15064 1998-06-18  Michael Meissner  <meissner@cygnus.com>
15066         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
15067         m32r bugs.
15069 1998-07-17  Nick Clifton  <nickc@cygnus.com>
15071         * gcc.dg/980626-1.c: Expect failures for all toolchains until
15072         c-decl.c:grokdeclarator can handle mode attributes.
15074 1998-07-16  Jeffrey A Law  (law@cygnus.com)
15076         * gcc.c-torture/execute/980716-1.c: New test.
15078 1998-07-13  Jeffrey A Law  (law@cygnus.com)
15080         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
15081         the mn10200.
15082         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
15083         the mn10200.
15084         * gcc.c-torture/execute/va-arg-3.x: Similarly.
15085         * gcc.c-torture/compile/930326-1.x: Similarly.
15087 1998-07-13  Dave Love  <d.love@dl.ac.uk>
15089         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
15090         New test from Craig.
15092 1998-07-12  Dave Love  <d.love@dl.ac.uk>
15094         * g77.f-torture/noncompile/980616-0.f: New test.
15096         * g77.f-torture/execute/970816-3.f:  New test from Craig.
15098 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15100         *  g++.other/singleton.C: Return error value instead of taking
15101         SIGSEGV.
15103 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
15105         *  g++.other/singleton.C: New test.   Warning is under dispute.
15106         Runtime crash is not.
15108 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15110         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
15111         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
15112         using6.C, using7.C}:  New namespace tests.
15114 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
15116         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
15117         specialization with typedef'ed names used as array indexes.
15119 1998-07-09  Jeffrey A Law  (law@cygnus.com)
15121         * gcc.c-torture/execute/980709-1.c: New test.
15123         * gcc.dg/980709-1.c: New test.
15125 1998-07-07  Richard Henderson  <rth@cygnus.com>
15127         * gcc.c-torture/execute/bcp-1.c: New test.
15129 1998-07-07  Jeffrey A Law  (law@cygnus.com)
15131         * gcc.c-torture/execute/980707-1.c: New test.
15133 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
15135         * gcc.c-torture/compile/980706-1.c: New test.
15137 1998-07-01  Dave Love  <d.love@dl.ac.uk>
15139         * g77.f-torture/execute/980701-0.f,
15140         g77.f-torture/execute/980701-1.f: New test from Craig.
15142 1998-07-01  Jeffrey A Law  (law@cygnus.com)
15144         * gcc.c-torture/compile/980701-1.c: New test.
15146         * gcc.c-torture/execute/980701-1.c: New test.
15148 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
15149 rlsruhe.de>
15151         * g++.old-deja/g++.robertl/eb132.C: New test.
15152         * g++.old-deja/g++.robertl/eb133.C: Likewise.
15154 1998-06-29  Dave Love  <d.love@dl.ac.uk>
15156         * g77.f-torture/execute/980628-7.f,
15157         g77.f-torture/execute/980628-8.f,
15158         g77.f-torture/execute/980628-9.f,
15159         g77.f-torture/execute/980628-10.f: New tests from Craig.
15161         * g77.f-torture/execute/980628-3.f: Remove mail headers.
15163 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15165         * g77.f-torture/execute/980628-4.f: New test from Craig.
15166         * g77.f-torture/execute/980628-5.f: Likewise.
15167         * g77.f-torture/execute/980628-2.f: Likewise.
15168         * g77.f-torture/execute/980628-0.f: Likewise.
15169         * g77.f-torture/execute/980628-1.f: Likewise.
15170         * g77.f-torture/execute/980628-3.f: Likewise.
15171         * g77.f-torture/execute/980628-6.f: Likewise.
15173 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15175         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
15176         directory when nothing has been installed yet.
15178 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
15180         * gcc.c-torture/special/special.exp: Handle newer versions of
15181         dejagnu.
15183 1998-06-26  Jeffrey A Law  (law@cygnus.com)
15185         * gcc.dg/980626-1.c: New test.
15187 1998-06-19  Bruno Haible <haible@ilog.fr>
15189         * gcc.misc-tests/m-un-2.c: New test.
15190         * g++.old-deja/g++.other/warn01.c: Likewise.
15192 1998-06-19  Robert Lipe  <robertl@dgii.com>
15194         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
15195         compatibility with assmblers with a different comment character.
15196         Eliminate use of GAS-specific extensions.
15198 1998-06-19  Jeffrey A Law  (law@cygnus.com)
15200         * gcc.c-torture/execute/ieee/980619-1.c: New test.
15202 1998-06-19  Robert Lipe  <robertl@dgii.com>
15204         *lib/g77.exp: Replace search for libf2c.a with search for newly
15205         renamed libg2c.a
15207 1998-06-17  Jeffrey A Law  (law@cygnus.com)
15209         * gcc.c-torture/execute/980617-1.c: New test.
15211 1998-06-12  Jeffrey A Law  (law@cygnus.com)
15213         * gcc.c-torture/execute/980612-1.c: New test.
15215 1998-06-08  Jeffrey A Law  (law@cygnus.com)
15217         * gcc.dg/980523-1.c: Only test on ppc-linux.
15218         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
15220         * gcc.c-torture/execute/980608-1.c: New test.
15222 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
15224         * gcc.c-torture/execute/980605-1.c: New test.
15226 1998-06-04  Jeffrey A Law  (law@cygnus.com)
15228         * gcc.c-torture/execute/980604-1.c: New test.
15230 1998-06-02  Jeffrey A Law  (law@cygnus.com)
15232         * gcc.c-torture/execute/980602-1.c: New test.
15233         * gcc.c-torture/execute/980602-2.c: Likewise.
15235 1998-06-02  Dave Love  <d.love@dl.ac.uk>
15237         * 970125-0.f: Fix per JCB.  Add commentary.
15239 1998-05-31  Michael Meissner  <meissner@cygnus.com>
15241         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
15242         IEEE -0 support.
15244 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
15246         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
15247         earlier.
15249 1998-05-28  Catherine Moore <clm@cygnus.com>
15251         * gcc.c-torture/execute/980526-3.c: New test.
15253 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
15255         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
15256         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
15257         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
15258         m88k-motorola-sysv3 to XFAIL.
15260 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15262         * gcc.dg/980526-1.c: New test.
15263         * gcc.c-torture/execute/980526-2.c: New test.
15265 1998-05-26  Jeffrey A Law  (law@cygnus.com)
15267         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
15269         * gcc.c-torture/execute/980526-1.c: New test.
15271 1998-05-26  Dave Love  <d.love@dl.ac.uk>
15273         * g77.f-torture/execute/alpha2.f: Add runtime test.
15275 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
15277         * g++.old-deja/old-deja.exp: Strip leading directories.
15279         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
15280         error for the line.  Don't run multiple tests for the same line.
15282 1998-05-23  Jeffrey A Law  (law@cygnus.com)
15284         * gcc.dg/980523-1.c: New test.
15286 1998-05-23  Dave Love  <d.love@dl.ac.uk>
15288         * g77.f-torture/compile/970915-0.f: New test.
15290 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
15292         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
15294 1998-05-21  Jeffrey A Law  (law@cygnus.com)
15296         * gcc.dg/980520-1.c: New test.
15298 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
15300         * gcc.dg/980502-1.c: Fix return type.
15302 1998-05-20  Jeffrey A Law  (law@cygnus.com)
15304         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
15305         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
15306         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
15307         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
15308         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
15310 1998-05-20  Dave Love  <d.love@dl.ac.uk>
15312         * g77.f-torture/execute/980520-1.f: New test.
15314 1998-05-15  Dave Love  <d.love@dl.ac.uk>
15316         * lib/mike-g77.exp: New file.
15318         * g77.f-torture/noncompile/noncompile.exp,
15319         g77.f-torture/noncompile/check0.f: New files.
15321 1998-05-14  Dave Love  <d.love@dl.ac.uk>
15323         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
15324         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
15325         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
15326         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
15327         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
15328         abort where appropriate.
15330 1998-05-05  Michael Meissner  <meissner@cygnus.com>
15332         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
15333         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
15335 1998-04-29  Dave Love  <d.love@dl.ac.uk>
15337         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
15339 1998-04-27  Dave Love  <d.love@dl.ac.uk>
15341         * g77.f-torture/compile/980427-0.f: New test.
15343 1998-04-24  Dave Love  <d.love@dl.ac.uk>
15345         * g77.f-torture/compile/980424-0.f: New test.
15347 1998-04-19  Dave Love  <d.love@dl.ac.uk>
15349         * g77.f-torture/compile/980419-2.f (main): New test.
15350         * g77.f-torture/compile/970125-0.f: New test.
15351         * g77.f-torture/compile/980419-1.f: New test.
15353 1998-04-08  Jim Wilson  <wilson@cygnus.com>
15355         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
15356         of loop-4.c.
15358 1998-04-07  Jim Wilson  <wilson@cygnus.com>
15360         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
15362 1998-04-03  Jim Wilson  <wilson@cygnus.com>
15364         * gcc.c-torture/compile/980329-1.c: New test.
15366 1998-03-18  Jim Wilson  <wilson@cygnus.com>
15368         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
15369         * gcc.dg/980312-1.c: Fix typo in -march command.
15371 1998-03-16  H.J. Lu  (hjl@gnu.org)
15373         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
15375 1998-03-11  Robert Lipe  <robertl@dgii.com>
15377         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
15378         Dave Love agree the Fortran source is bogus.
15380 1998-03-11  Robert Lipe  <robertl@dgii.com>
15382         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
15383         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
15384         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
15385         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
15386         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
15388 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
15390         * g++.old-deja/g++.other/friend1.C: New test.
15392 1998-02-18  Dave Love  <d.love@dl.ac.uk>
15394         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
15395         possibly uninitialized) variables and declare dnrm2.
15397 1998-02-23  Robert Lipe <robertl@dgii.com>
15399         From Bruno Haible <haible@ilog.fr>:
15400         * gcc.c-torture/execute/980223.c: New test.
15402 1998-02-13  Jeffrey A Law  (law@cygnus.com)
15404         * gcc.dg/ifelse-1.c: New test.
15406 1998-02-09  H.J. Lu  (hjl@gnu.org)
15408         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
15410           * lib/old-dejagnu.exp (old-dejagnu): Added the
15411           "execution test - XFAIL *-*-*" handling in the spirit of
15412           "excess errors test -". Changed the "execution test fails"
15413           handling to be like "excess errors test fails".
15414           * Update various tests accordingly.
15416 1998-02-06  Jim Wilson  <wilson@cygnus.com>
15418         * gcc.c-torture/execute/980205.c: New test.
15420 1998-01-18  Jeffrey A Law  (law@cygnus.com)
15422         * lib/c-torture.exp: Look for .x files instead of .cexp files.
15423         * lib/f-torture.exp: Similarly.
15424         * gcc.c-torture: Rename all .cexp files to .x files.
15426 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
15428         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
15429         (940510-1.c): Removed duplicate.
15430         (971104-1.c): New test.
15432 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
15434           * lib/f-torture.exp: Improve error and loop detection.
15436 1997-11-19  Michael Meissner  <meissner@cygnus.com>
15438         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
15439         use that to size the filler array.
15441 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
15443         * lib/c-torture.exp(c-torture-execute): Fix typo.
15445         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
15446         testcase as the executable name. Keep the executable around if
15447         the test fails.
15449 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
15451         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
15452         changes.  Only test one -g option, and move it to the end of the
15453         list of options to test.
15455 1997-09-19  Michael Meissner  <meissner@cygnus.com>
15457         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
15458         variable GCC_TORTURE_OPTIONS to supply default switches separated
15459         by colons.  If no environment variable, run tests with -O0 -g, -O1
15460         -g, and -O2 -g as well.
15462 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
15464         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
15465         explanatory comments. Fix indentation.
15467 1997-09-15  Jeffrey A Law  (law@cygnus.com)
15469         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
15471 1997-09-11  Jeffrey A Law  (law@cygnus.com)
15473         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
15474         * g++.old-deja/g++.mike/p7325.C: Likewise.
15475         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
15477 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
15479         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
15480         * g++.old-deja/g++.brendan/crash30.C: Likewise.
15481         * g++.old-deja/g++.brendan/crash39.C: Likewise.
15482         * g++.old-deja/g++.law/operators4.C: Likewise.
15484 1997-09-11  Joe Buck  (jbuck@synopsys.com)
15486         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
15487         * g++.old-deja/g++.mike/p784.C: Ditto.
15488         * g++.old-deja/g++.mike/p785.C: Ditto.
15490 1997-09-05  Jeffrey A Law  (law@cygnus.com)
15492           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
15494 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
15496         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
15497         target feature; pass this to c-torture-execute as needed.
15499 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
15501         * lib/c-torture.exp(c-torture-execute): If the previous and the
15502         current executables being tested are identical, we don't need to
15503         run the executable again. Try to make the executable names
15504         unique. Add an optional argument for passing additional compiler
15505         flags.
15507 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
15509         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
15511 1997-08-29  Jeffrey A Law  (law@cygnus.com)
15513         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
15515 1997-07-31  Jeffrey A Law  (law@cygnus.com)
15517         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
15518         32bit or larger longs.
15520         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
15521         have either a 32bit long or 32bit int.
15523 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
15525         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
15526         Make double precision tests dependent on sizeof (double).
15528 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
15530         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
15531         too.
15533 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
15535         * gcc.c-torture/compile/961203-1.cexp: New script.
15537 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
15539         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
15540         up the includes ourselves.
15542 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
15544         * lib/plumhall.exp: Remove random include, and add a few
15545         verbose messages for debugging.
15547 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
15549         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
15550         of trying to do it ourselves.
15552 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
15554         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
15556 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
15558         * gcc.prms/5403.c: Made regexp a bit less strict.
15560 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
15562         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
15563         is returned from remote_load instead.
15564         * lib/plumhall.exp: Ditto.
15565         * lib/mike-g++.exp: Ditto.
15566         * lib/old-dejagnu.exp: Ditto.
15567         * lib/c-torture.exp: Ditto.
15569 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
15571         * lib/g++.exp: Use build_wrapper procedure.
15572         * lib/gcc.exp: Ditto.
15574 1997-05-20  Jeffrey A Law  (law@cygnus.com)
15576         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
15577         an old-style decl for malloc.  Fixes tests to work when
15578         sizeof (int) != sizeof (size_t).
15580 1997-05-15  Mike Meissner  <meissner@cygnus.com>
15582         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
15584         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
15585         use stdargs.h interface.
15587 1997-05-15  Mike Meissner  <meissner@cygnus.com>
15589         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
15590         NO_VARARGS when compiling.
15592 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
15594         * lib/plumhall.exp(ph_includes): New procedure.
15595         (ph_make): Use it.
15596         (ph_compiler): Ditto.
15598         * lib/g++.exp: Rename test-glue.c to testglue.c.
15599         * lib/gcc.exp: Ditto.
15601 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
15603         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
15604         to completion when it's called.
15606 1997-03-21  Michael Meissner  <meissner@cygnus.com>
15608         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
15609         is defined, don't do test.
15611 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
15613         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
15614         for object files.
15615         (ph_summary): Mark skipped testcases as untested, not unresolved.
15617         * lib/plumhall.exp (ph_make): If unresolved because of bad
15618         errorCode, record errorCode in log file.
15619         (*): Replace send_log/verbose with verbose -log.
15621 1997-03-19  Michael Meissner  <meissner@cygnus.com>
15623         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
15624         double conversion if double isn't at least 8 bytes.
15626         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
15627         int to work with targets where int is 16 bits.
15629         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
15630         8 bytes, just exit, since 4 byte doubles don't have enough bits of
15631         precision for the test to complete.
15633 1997-03-14  Michael Meissner  <meissner@cygnus.com>
15635         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
15636         if d10v is not compiled with the -mdouble64 flag.
15637         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
15639         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
15640         d10v is not compiled with the -mint32 flag.
15642 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
15644         * lib/plumhall.exp: Use incr_count.
15646 1997-03-12  Jeffrey A Law  (law@cygnus.com)
15648         * gcc.c-torture: Update to c-torture-1.45.
15650 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
15652         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
15653         the name of the expect testcase file).
15655         * lib/g++.exp(g++_init): Ditto.
15657 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
15659         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
15660         the host.
15662         * lib/gcc.exp(gcc_exit): New procedure.
15664 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
15666         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
15667         specs where appropriate.
15669         * g++.old-deja/g++.arm/*: Added additional ERROR checks
15670         because of new "candidates are" messages, and removed a few
15672         * Converted all non-old-style g++ testcases to old-style, and
15673         moved into g++.old-deja.
15675 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
15677         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
15678         options.
15680         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
15681         succeeded.
15683         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
15685 1997-02-13  Michael Meissner  <meissner@cygnus.com>
15687         * lib/gcc.exp (gcc_target_compile): Add support for defining
15688         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
15689         the machine doesn't have those features.
15691 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
15693         * g++.law/operators4.exp: Don't use LIBS.
15695 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
15697         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
15699         * lib/mike-g++.exp: Don't set the compiler to be tested here.
15700         * lib/g++.exp: Set it here instead. Also, allow use of the
15701         --tool_exec and --tool_opt options. Change CXX to
15702         GXX_UNDER_TEST.
15704         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
15706         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
15708 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
15710         * lib/old-dejagnu.exp: Use prune_warnings instead of
15711         prune_system_crud.
15712         * lib/mike-g++.exp: Ditto.
15713         * lib/gcc.exp: Ditto.
15714         * lib/g++.exp: Ditto.
15716         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
15718 1997-02-07  Jeffrey A Law  (law@cygnus.com)
15720           * 941014-2.c: Include stdlib.h
15721           * 960327-1.c: Include stdio.h
15722           * dbra.c, index-1.c: Don't assume ints are 32bits.
15724 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
15726         * lib/gcc.exp: Add gcc,stack_size target feature.
15728         * lib/g++.exp(g++_target_compile): Add the include and link
15729         paths here, not in two other places. And, it's $options, not
15730         options.
15732         * lib/mike-g++.exp(postbase): Remove the code that determines
15733         the correct include and link paths.
15734         * g++.old-deja/old-deja.exp: Ditto.
15736 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
15738         * lib/g++.exp(g++_init): target_compile no longer returns the
15739         filename of the result.
15741 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
15743         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
15744         call to glob.
15746         * gcc.c-torture/special/special.exp: Change call to
15747         gcc_target_compile to include the object file.
15749 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
15751         * gcc.c-torture/special/special.exp: Correct misspelling in last
15752         change.
15754 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
15756         * lib/plumhall.exp(ph_summary): Log the entire output of the
15757         executable. Return -1 if there were any failures, 0 otherwise.
15758         (ph_execute): Return -1 if there were any failures, 0 otherwise.
15759         (ph_make): Clean up objects and executables that were built
15760         if the tests succeeded.
15762 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
15764         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
15765         libraries and includes in the build tree as appropriate.
15767 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
15769         * lib/c-torture.exp: Instead of looking for the global variable
15770         NO_LONG_LONG, check to see if that's a feature of the target.
15772 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
15774         * config/default.exp: Minimize. Delete the remainer of the files in
15775         config; this functionality is now in devo/dejagnu/config.
15777         g++.*/*: Pass any additional flags used to compile to postbase;
15778         delete CXXFLAGS.
15780         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
15781         is now done by runtest.exp. Use gcc_target_compile instead of
15782         compile.
15784         lib/c-torture.exp: Use gcc_target_compile instead of compile.
15785         Remove references to CFLAGS. Use remote_file instead of
15786         calling rm -f.
15787         (c-torture): Take a list of arguments to use to compile this
15788         testcase.
15790         lib/g++.exp: Simplify. Use target_compile instead of compile.
15791         lib/gcc-dg.exp: Ditto.
15792         lib/gcc.exp: Ditto.
15793         lib/mike-{gcc,g++}.exp: Ditto.
15794         lib/old-dejagnu.exp: Ditto.
15795         lib/plumhall.exp: Ditto.
15797 1997-01-08  Jim Wilson  <wilson@cygnus.com>
15799         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
15800         (ph_linker): Likewise.
15802 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
15804           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
15805         MAP_ANON / MAP_ANONYMOUS if defined;
15806         else try to map from /dev/zero .
15808 1996-11-12  Jeffrey A Law  (law@cygnus.com)
15810         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
15811         isn't defined, then define it to MAP_ANONYMOUS.
15813 1996-11-12  Jeffrey A Law  (law@cygnus.com)
15815         * gcc.c-torture: Update to c-torture-1.42 release.
15817 1996-11-11  Jeffrey A Law  (law@cygnus.com)
15819         * gcc.c-torture: Update to c-torture-1.41 release.
15821 1996-10-27  Jeffrey A Law  (law@cygnus.com)
15823         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
15824         c-torture release.
15826 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
15828         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
15829         and LDFLAGS.  Fix second case to append the target_info ldflags
15830         onto LDFLAGS, not CFLAGS.
15831         * lib/g++.exp (g++_init): Add target_info stuff.
15832         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
15833         of libgloss and newlib flags for !native.
15835         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
15836         (GDB): Fix relative path to go up another dir for finding gdb.
15838 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
15840         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
15841         versions in the target_info array, if they don't exist.
15843 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
15845         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
15847 1996-07-08  Jim Wilson  <wilson@cygnus.com>
15849         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
15850         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
15852 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
15854         * lib/old-dejagnu.exp: Don't remove the output file before we've
15855         actually tested it. Don't append pwd to the path of the executable
15856         we're testing.
15858 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
15860         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
15862 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
15864         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
15865         temporary directory for compiler files, and set it to a default
15866         value of /tmp. Set $output as the name of the output file from
15867         compiling the testcase. Add a -o option to $cflags_var so the
15868         compiler writes the final output file as $output. Set $executable
15869         to $output.
15871         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
15872         directory for compiler files, and set it to /tmp if it doesn't
15873         already have a value. Set $output_file to the name of the output
15874         file from compiling the testcase. Add a -o option to CXXFLAGS so
15875         the compiler writes the final output file as $output. Use $output
15876         as the executable to be tested.
15878 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
15880         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
15882 1996-06-08  Jeffrey A Law  (law@cygnus.com)
15884         * gcc.c-torture/execute/pending-1.c: New test.  Still
15885         pending in Tege's queue.
15887 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
15889         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
15890         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
15891         if there were failures.  Call unresolved if there were unresolved
15892         testcases.  Call gcc_fail if program did not run to completion.
15893         (ph_make): Pass additional argument name to ph_execute.
15894         (ph_execute): Add new argument.  Pass additional arguments to
15895         ph_summary.  Call gcc_fail is there is no execution output.
15897 1996-04-24  Jeffrey A Law  (law@cygnus.com)
15899         * lib/plumhall.exp (proc_summary): Output relavent summary
15900         lines into the log so specific failures in plumhall can be
15901         investigated.
15903 1996-04-10  Jeffrey A Law  (law@cygnus.com)
15905         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
15906         (c-torture-execute): Don't try to execute tests which use
15907         "long long" types if $NO_LONG_LONG is nonzero.
15909 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
15911         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
15912         not c-torture.
15914         * gcc.ieee: Move from here.
15915         * gcc.c-torture/execute/ieee: To here.
15917 1996-03-26  Jeffrey A Law  (law@cygnus.com)
15919         * gcc.c-torture: Update to c-torture-1.41 release.
15921 1996-03-22  Jeffrey A Law  (law@cygnus.com)
15923         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
15924         not "$output".
15926 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
15928         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
15929         -c present.
15931 1996-03-02  Jeffrey A Law  (law@cygnus.com)
15933         * config/proelf.exp: Handle connecting to a simulator.
15935 1996-01-31  Jeffrey A Law  (law@cygnus.com)
15937         * config/proelf.exp: New file.  Enough framework that we can
15938         run c-torture tests on the proelf targets (or any other target
15939         that gdb can connect to for that matter).
15941 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
15943         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
15944         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
15946         * lib/plumhall.exp (ph_execute): Always call ph_summary if
15947         exec_output exists.
15949 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
15951         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
15952         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
15954         * config/*.exp: Update FSF address.  Change result of ${tool}_load
15955         to pass/fail/unresolved/unsupported/untested.  Caller must now
15956         call unresolved/unsupported/untested.
15957         * lib/*.exp: Update FSF address.  Update to handle new results of
15958         ${tool}_load.
15959         * lib/chill.exp (verbose): Delete.
15961 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
15963         * lib/gcc.exp (default_gcc_start): Change order of args to
15964         $LDFLAGS $CFLAGS $LIBS.
15965         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
15966         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
15967         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
15968         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
15969         * gcc.misc-tests/dg-test.exp: Likewise.
15970         * gcc.misc-tests/msgs.exp: Likewise.
15971         * gcc.prms/prms.exp: Likewise.
15972         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
15973         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
15975         * lib/dg.exp: Deleted, moved to dejagnu/lib.
15977 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
15979         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
15981         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
15982         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
15984         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
15985         necessary.
15987 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
15989         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
15990         global for loop; add use of $mathlib.
15991         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
15992         settings here; set mathlib for anything but VxWorks.
15994 1996-01-22  Jeffrey A Law  (law@cygnus.com)
15996         * gcc.c-torture: Update to c-torture-1.40 release.
15998 1996-01-03  Jeffrey A Law  (law@cygnus.com)
16000         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
16001         dg.exp.
16003 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
16005         * lib/c-torture.exp (c-torture-execute): Declare "output" as
16006         global.
16008 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
16010         * lib/g++.exp (LIBS): Define if not already.
16011         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
16012         (gcc-dg-prune): Call prune_gcc_output.
16013         * lib/gcc.exp (prune_gcc_output): New proc.
16014         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
16015         prune_gcc_output.
16017 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
16019         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
16020         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
16022 1995-11-15  Jeffrey A Law  (law@cygnus.com)
16024         * gcc.c-torture: Update to c-torture-1.39 release.
16026 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
16028         * lib/c-torture.exp (c-torture-execute): Don't return if one option
16029         fails, try others as well.
16031 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
16033         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
16034         If compilation fails, mark execute tests as `untested'.
16035         If test is marked as unsupported, don't mark compilation and
16036         execute tests as failed.
16038 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
16040         * lib/g++.exp (g++_init): Don't link in libg++, and look to
16041         libstdc++ for whether or not we want to be doing shared
16042         libraries.  Delete link_curses since we don't need it anymore.
16043         * lib/mike-g++.exp (postbase): Don't link in libg++.
16044         * g++.old-deja/old-deja.exp: Likewise.
16046 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
16048         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
16050 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
16052         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
16053         For that, add `-Wl,-a,shared_archive'.
16054         * g++.old-deja/old-deja.exp: Likewise.
16056 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
16058         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
16060 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
16062         * lib/mike-g++.exp (postbase): Pay attention to the status of
16063         g++_load.
16065 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
16067           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
16069 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
16071         * lib/gcc.exp (default_gcc_start): No longer need to log program
16072         being executed or its output, execute_anywhere does that now.
16073         * lib/g++.exp (default_g++_version): Call execute_anywhere.
16074         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
16076 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
16078         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
16079         the same as those in lib/g++.exp.
16081 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
16083         * gcc.c-torture: Update to c-torture-1.38 release.
16084         * gcc.ieee: Related changes.
16086 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
16088         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
16089         "exec". Minor reformatting changes.
16091         * config/rom68k.exp (${tool}_load): Make it work in a canadian
16092         cross. This means all "exec" calls now work on a remote host as
16093         well.
16094         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
16095         cross. Filter out the extra "\r\n" stuff that expect puts in.
16096         (c-torture-execute): Filter out the bogus warnings like
16097         c-torture-compile does. Add support for canadian cross.
16098         * lib/gcc.exp (default_gcc_version, default_gcc_start)
16099         Use execute_anywhere rather than calling exec directly. Now it
16100         works for canadian cross testing.
16102 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
16104         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
16105         results into a variable, and check that rather than using file exists.
16107 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
16109         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
16110         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
16112 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16114         * g++.old-deja/old-deja.exp: Create and pass runshlib and
16115         lib_curses if there's a shared libg++ in the build tree.
16117 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
16119         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
16120         if not supported target.
16122 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
16124         * lib/g++.exp (g++_init): Move empty setting of runshlib and
16125         link_curses up to always happen, not just for native builds.
16127 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
16129         * gcc.c-torture: Update to c-torture-1.36 release.
16130         * gcc.failure: Related changes.
16132 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
16134         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
16136 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
16138         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
16139         * lib/mike-g++.exp (postbase): Not in here.  Still reference
16140         runshlib, link_curses, and mathlib for link and run.
16142         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
16143         pass the runtime shared library options for Solaris, OSF/1, and
16144         Irix5, and link with -lcurses to avoid unresolved references.
16146 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
16148         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
16149         only run once.
16151 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
16153         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
16155 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
16157         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
16158         do not have a framework for the "compat" tests yet.
16160 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
16162         * lib/mike-g++.exp (postbase): New local variable `mathlib',
16163         set to null if we're testing vxworks5.1.  Use that instead of
16164         `-lm' in the setting of LIBS for link and run.
16166 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
16168         * config/rom68k.exp (${tool}_load): Major changes to make it
16169         work.  Verified that it does in fact return the stuff in
16170         exec_output properly.  Catch any Emul or any TRAP other than 0.
16172 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
16174         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
16175         LDFLAGS properly for targets that need stuff from libgloss.
16176         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
16177         only run once.
16178         (gpp_initialized): New variable.
16180 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
16182         * config/rom68k.exp: Load libgloss.exp.
16183         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
16184         so we can produce a fully linked binary.
16185         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
16186         so we can produce a fully linked binary.
16188 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
16190         * lib/plumhall.exp (ph_section): Watch for expected failures.
16191         Add missing `else'.
16193         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
16194         run the testcase.
16195         (c-torture): Likewise.
16197 1995-08-28  Doug Evans  <dje@cygnus.com>
16199         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
16201         * lib/mike-g++.exp (mike_cleanup): New proc.
16202         (prebase): New globals compiler_result, not_compiler_result,
16203         target_regexp.
16204         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
16205         allow leading "-" in pattern.  Watch for unsupported tests.
16206         If $compiler_result is set, pattern match assembler code,
16207         and ditto for $not_compiler_result.
16208         * lib/mike-gcc.exp: Likewise.
16210         * lib/plumhall.exp (ph_execute): Only call ph_summary if
16211         execution "succeeded".
16213 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
16215         * config/win32.exp: New file.
16216         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
16218 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
16220         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
16221         unsupported.
16222         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
16223         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
16224         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
16226         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
16227         "... without exceptions was ...".  That is now handled by
16228         prune_system_crud.
16229         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16231 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
16233         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
16234         sieve.c,sort2.c}: New files.
16235         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
16236         sieve.exp,sort2.exp}: Drivers for them.
16238         * lib/mike-gcc.exp (program_output): New user settable variable.
16239         (postbase): Call prune_system_crud.  Also prune extraneous compiler
16240         messages.
16241         * lib/mike-g++.exp (program_output): New user settable variable.
16243         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
16245         * config/sh.exp: Deleted (use sim.exp instead).
16247 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
16249         * config/vx.exp: Declare CHECKTASK as global.
16250         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
16251         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
16252         * lib/old-dejagnu.exp: Load [pwd]/$executable.
16254 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16256         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
16257         target. Like vx.exp, only includes `vx29k.exp' instead of
16258         `vxworks.exp'.
16260 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
16262         * config/sim.exp: Increase time limit from 120 seconds to 240.
16264 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
16266         * gcc.c-torture/execute/950628-1.c: New test.
16268 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
16270         * gcc.c-torture: Update with changes/additions from
16271         c-torture-1.34.
16273 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
16275         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
16277 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
16279         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
16281 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
16283         * gcc.c-torture/compile/950512-1.c: New test.
16284         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
16285         * gcc.dg/struct-ret-1.c: Likewise.
16287 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
16289         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
16290           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
16292 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
16294         * gcc.c-torture/special/920411-1.c: Deleted.
16295         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
16297 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
16299         * config/sim.exp (${tool}_load): Hack in call to bash to get a
16300         cpu limit.
16302 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
16304         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
16306 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
16308         From kenner;
16309         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
16310         is the proper length.
16311         * va-arg-3.c: Likewise.
16313 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
16315         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
16316         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
16318         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
16319         * lib/g++.exp (default_g++_start): Delete old cruft.
16321 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
16323         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
16324         (2 * (1 << 18)) to (2 * (1 << 17)).
16326         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
16328 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
16330         * config/rom68k.exp: Renamed from config/idp.exp
16332 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
16334         * c-torture/compile/921109-2.c
16336 1995-04-18  Mike Stump  <mrs@cygnus.com>
16338         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
16339         excess errors.
16341 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
16343         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
16344         output.
16345         * lib/g++.exp (default_g++_start): Likewise.
16347 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
16349         * gcc.c-torture/compile/950329-1.c: New test.
16351 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
16353           * config/bug.exp (${tool}_load): Updated to use new remote_open
16354           and remote_close procs.
16355         * config/idp.exp: New file.
16357 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
16359         * gcc.c-torture/execute/950322-1.c: New test.
16361 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
16363         * config/vx.exp (${tool}_load): Clean up testing of return code from
16364         vxworks_ld and vxworks_spawn.
16366 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
16368         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
16370 1995-03-13  Mike Stump  <mrs@cygnus.com>
16372         * lib/old-deja.exp: Add `excess errors test - ' error, now one
16373         can mark excess errors on a machine by machine basis.  Note, the
16374         default is to not expect any excess errors, even when excess
16375         errors test - is given, so you will want to put an XFAIL ... on
16376         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
16377         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
16378         those 4 machines, but no others.
16380 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
16382         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
16383         * lib/c-torture.exp: to here.
16385 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
16387         * gcc.c-torture/execute/950221-1.c: New test.
16388         * gcc.c-torture/execute/struct-ret-1.c: New test.
16389         * gcc.c-torture/compile/950221-1.c: New test.
16391         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
16393 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
16395         * gcc.c-torture/execute/arith-1.c (main): Return 0.
16396         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
16398 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
16400         * g++.gb: New directory of tests, derived from my signature and
16401         class scoping tests.
16403         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
16404         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
16405         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
16406         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
16407         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
16408         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
16409         * g++.gb/sig25.C: Likewise.
16411         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
16412         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
16413         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
16414         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
16415         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
16416         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
16417         * g++.gb/sig25.exp: Likewise.
16419         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
16420         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
16421         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
16422         * g++.gb/scope13.C: Likewise, this test still fails.
16424         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
16425         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
16426         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
16427         * g++.gb/scope13.exp: Ditto.
16429         * g++.gb/README: New file, explains what these tests are about.
16431 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
16433         * lib/dg.exp (dg-do): Support `preprocess'.
16434         (dg-test): Likewise.
16436 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
16438         * config/udi.exp: change "continue -expect" to "exp_continue".
16440 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
16442         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
16443         Delete redundant tests.
16445         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
16446         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
16447         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
16448         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
16449         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
16450         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
16451         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
16452         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
16454         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
16455         storing label pointers.
16456         * gcc.c-torture/execute/921019-1.c: Likewise.
16457         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
16458         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
16459         parameter fp.
16460         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
16461         constants.
16463         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
16464         Delete obsolete tests.
16466         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
16467         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
16468         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
16469         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
16470         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
16471         * gcc.c-torture/compile/950124-1.c: New test.
16473         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
16475 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
16477         * lib/mike-g++.exp: Add -lm to LIBS.
16479 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
16481         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
16483 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
16485         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
16487 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
16489         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
16491 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
16493         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
16494         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
16495         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
16496         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
16497         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
16498         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
16499         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
16500         * g++.law/{operators31.C, operators32.C,
16501         * g++.law/{operators33.C, operators34.C}: Likewise.
16502         * g++.law/{pic1.C, refs2.C}: Likewise.
16503         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
16504         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
16505         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
16506         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
16508         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
16509         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
16510         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
16511         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
16512         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
16513         * g++.law/{enum9.exp, friend5.exp}: Likewise.
16514         * g++.law/{nest3.exp, nest4.exp}: Likewise.
16515         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
16516         * g++.law/{operators30.exp, operators31.exp}: Likewise.
16517         * g++.law/{operators32.exp, operators33.exp}: Likewise.
16518         * g++.law/{operators34.exp}: Likewise.
16519         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
16520         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
16521         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
16522         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
16523         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
16525         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
16526         No longer expected to fail.
16527         * g++.law/missed-error3.C: Tweak for recent bool changes.
16529 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
16531         * config/emb-unix: Deleted.
16532         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
16533         remote execution.  Do final link on remote host if REMOTE_LINK is set.
16535 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
16537         * lib/dg.exp (dg-test): Fix typo in last patch.
16539 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
16541         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
16542         (handles multiple occurrences).
16544 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
16546         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
16547         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
16548         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
16549         printed).
16550         * lib/c-torture.exp (c-torture-compile): Likewise.
16551         (c-torture): Prepend full path if missing.
16552         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
16553         (gcc_fail): Likewise.
16554         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
16556 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
16558         * lib/netware.exp: Only attach to NetWare i386 systems.
16560 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
16562         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
16563         messages.  Add test name to "output pattern match" pass/fail message.
16565 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
16567         * gcc.dg: New testsuite.
16568         * gcc.dg/dg.exp: New file.
16570         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
16571         test-switch.c}: Deleted.
16573         * gcc.misc-tests/msgs.exp: New testcase driver.
16575 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
16577         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
16578         Watch for illegal return values from ${tool}_load.
16579         * config/unix.exp (${tool}_load): Fix pass/fail detection for
16580         cross targets.  Coerce return value >0 to 1.
16582 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
16584         * config/unix.exp (${tool}_load): Call program rsh, not proc.
16586         * config/emb-unix.exp: New file.
16588         * config/sim.exp: Error if variable $SIM not defined.
16589         (${tool}_load): Mark test as "untested" if simulator missing.
16591         * config/unix.exp: Load remote.exp to get rcp_download.
16592         * lib/c-torture.exp: Use different option lists for testcases with
16593         and without loops.
16594         * gcc.c-torture/execute/execute.exp: Likewise.
16596 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
16598         * config/*.exp: Clarify return code from ${tool}_load.
16599         Call `unresolved' or `untested' instead of `warning' or `perror'
16600         (sometimes you still want to call both though).
16601         Add comment that `shell_id' is local to each file.
16602         * config/udi.exp (timeout): Set to 30.
16603         Don't print warning if connection fails, $connectmode has already
16604         printed an error.
16605         (${tool}_load): Move verbose messages to level 2.
16606         Rework pattern for "Process started" message.
16607         Pass `shell_id' to ${connectmode}_download.
16608         Retry twice upon timeout.  Make resetting of target more robust.
16609         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
16610         Pass `shell_id' to exit_$connectmode.
16611         Only call exit_$connectmode if connected.
16612         * config/unix.exp (${tool}_load): Check return codes better.
16613         * config/vrtx.exp (${tool}_load): Likewise.
16614         * config/vx.exp (${tool}_load): Likewise.
16615         Delete unneeded global's.
16616         * lib/dg.exp (dg-test): Update to reflect clarified return codes
16617         from ${tool}_load.
16618         (dg-stat): Delete.
16619         (dg-init): Delete recording of pass/fail counts.
16620         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16621         (old-dejagnu-init): Likewise.
16622         (old-dejagnu-stat): Delete contents, empty proc now.
16623         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
16624         (c-torture): Delete references to lcnt, lpass, lfail.
16625         Get option list from TORTURE_OPTIONS.
16626         Delete -funroll[-all]-loops if no loops.
16627         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
16628         (g++_stat): Delete contents (empty proc now).
16629         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
16630         (gcc_finish): Likewise.
16631         (gcc_stat): Deleted.
16632         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
16633         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
16634         * gcc.c-torture/execute/execute.exp: Likewise.
16635         Split tests into two parts: compile, execute.
16636         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
16637         no loops.  Update to reflect clarified return codes from ${tool}_load.
16639 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
16641         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
16642         to grep for.
16643         (old-dejagnu): Likewise (where necessary).
16645 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
16647         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
16649         * lib/dg.exp (dg-process-target): Fix processing of selector.
16650         Add comment regarding use of `error'.
16652         * lib/gcc.exp (prune_system_crud): Define if missing.
16653         * lib/g++.exp (prune_system_crud): Likewise.
16655         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
16656         Call prune_system_crud.
16657         * lib/dg.exp (dg-runtest): New proc.
16658         Use perror instead of send_user for tcl errors in testcase.
16659         Don't return any value, it's never used.
16660         Don't clobber previous definition of `unknown'.
16661         Print tcl errors in `dg-final'.
16663 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
16665         * lib/dg.exp (dg-process-target): Improve syntax error messages.
16666         (dg-test): Don't print errorInfo, it contains stack backtrace.
16668 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
16670         * lib/g++.exp (runtest_file_p): Define if missing.
16672 1994-09-24  Doug Evans  (dje@cygnus.com)
16674         * lib/mike-g++.exp: Comment out loading of g++.exp.
16675         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
16676         (default_g++_version): Always print something.
16677         (default_g++_start): Comment out call to `which'.
16678         (g++_start, g++_load): Deleted (must be defined in config file).
16679         * lib/gcc.exp: Test for existence of $CC at start.
16680         Delete check for tmpdir (done in gcc_init).
16681         (default_gcc_version): Always print something.
16682         (default_gcc_start): Comment out call to `which'.
16683         * config/*.exp: Major cleanup - make cross targets work at least a
16684         little better for g++ (by not being "--tool gcc" specific).
16685         Rename gcc_xxx to ${tool}_xxx.
16686         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
16687         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
16689 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
16691         * lib/c-torture.exp (c-torture-compile): Rework compiler
16692         message processing.
16694         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
16695         c-torture.
16697 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
16699         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
16701         * lib/dg.exp (dg-process-target): Support { target native }.
16703 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
16705         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
16706         looked for "... program xxx got fatal signal".
16707         Correct regsub munging of `comp_output'.
16708         Ignore compiler messages "path prefix not used" and "linker input
16709         file unused".
16711 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
16713         * lib/gcc.exp (runtest_file_p): Define if missing.
16714         * gcc.prms/template.c: Example to work from.
16716 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
16718         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
16719         * lib/dg.exp (dg-test): Call unsupported testcases as such.
16721         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
16722         * gcc.prms/1883.c: Moved from compile/940714-1.c.
16723         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
16724         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
16726         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
16727         (dg-process-target): No longer a varargs proc.
16728         Return S/N for target, P/F for xfail.  All callers changed.
16729         (user option procs): More argument checking.
16730         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
16731         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
16732         (dg-test): Skip test if not running on selected target in `dg-do'.
16733         Update handling of `dg-do-what', `dg-output-text'.
16734         Separate execution pass/fail from output pattern match pass/fail.
16735         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
16737 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
16739         * gcc.c-torture/special/special.exp: Don't expect failure for mips
16740         target for 920510-1.c.
16742 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
16744         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
16745         Clean up comment regarding use of passcnt, etc.
16746         (gcc_stat): Don't update `testcnt' here.
16747         (gcc_finish): Do it here.
16748         Might as well reset `but_id' here too.
16749         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
16750         to determine if the file should be tested.
16751         * gcc.c-torture/compile/compile.exp: Likewise.
16752         * gcc.c-torture/execute/execute.exp: Likewise.
16753         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
16754         * gcc.misc-tests/dg-test.exp: Likewise.
16755         * gcc.prms/prms.exp: Likewise.
16756         * gcc.wendy/wendy.exp: Likewise.
16757         * g++.old-deja.exp: Likewise.
16758         Move "Testing file" message to verbose level 1.
16760 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
16762         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
16764 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
16766         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
16767         (default_gcc_start): Accept optional second list element
16768         of compiler flags.  Print compiler output at verbosity level 2.
16769         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
16770         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
16771         Save current values of framework globals passcnt, failcnt, xpasscnt,
16772         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
16773         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
16774         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
16775         xfailcnt to compute stats.  Update framework global `testcnt' from
16776         pass/fail counts.
16777         (gcc_finish): New proc.  Clean up test environment.
16778         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
16779         (gcc_epass, gcc_efail): Delete.
16780         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
16781         argument of line number.
16782         (dg-init): If the tool has an init routine, call it.
16783         (dg-test): Remove args `cflags_var' and `libs_var'.
16784         Pass all compiler options to ${tool}_start.
16785         Handle missing line number.
16786         (dg-finish): New function.
16787         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
16788         particular files.  Call gcc_finish at end.  Move "skipping test"
16789         message to verbosity level 3.
16790         * gcc.c-torture/compile/compile.exp: Likewise.
16791         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
16792         * gcc.c-torture/execute/execute.exp: Likewise.
16793         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16794         Print testcase being tried at verbosity level 1.
16795         * gcc.c-torture/special/special.exp: Unset xfail.
16796         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16797         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
16798         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
16799         * gcc.failure/failure.exp: Likewise.
16800         * gcc.ieee/ieee.exp: Likewise.
16801         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
16802         Update call to dg-test.  Call dg-finish at end.
16803         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
16804         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16805         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
16806         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
16807         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
16808         * gcc.wendy/wendy.exp: Add copyright.
16809         Delete setting of tmpdir (done by gcc_init).
16810         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
16811         Pass compiler flags to gcc_start.  Call gcc_finish at end.
16812         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
16813         gcc_[ce]pass/fail.
16815 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
16817         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
16818         confusion.
16819         (g++_load): Likewise.
16821         * config/*.exp (gcc_load): Some were varargs fns and some were not.
16822         Rename argument to `prog' to remove the confusion.
16823         Varargs fns behave differently too!
16824         (g++_load): Likewise.
16826         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
16828         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
16829         what it is.  Delete (always) printing of status value for !native.
16830         Simplify verbose code, and include status and exec_output.
16831         (g++_load): Use gcc_load.
16833 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
16835         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
16836         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
16837         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
16838         940714-3.c as these testcases don't exist anymore.  Make
16839         va-arg-1.c expected to pass.
16841 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
16843         * gcc.misc-tests/misc.exp: Only run specific testcases.
16844         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
16845         * gcc.misc-tests/dg-[1-9].c: New files.
16847         * lib/dg.exp: New testsuite driver.
16848         * gcc.prms/prms.exp: Use it.
16850         * README.gcc: New file.
16852         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
16853         Document and reset `lxpass' and `lxfail'.
16854         Simplify "initialized" message.
16855         (gcc_stat): Clean up comments a little.
16857 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
16859         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
16861 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
16863         * lib/old-dejagnu.exp (process-option): New proc.
16864         (old-dejagnu-init, old-dejagnu-stat): Likewise.
16865         (old-dejagnu): Simplify.
16866         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
16868 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
16870         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
16871         exists and is not an empty string.
16873         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
16874         $xfail rather than calling setup_xfail.  Clear $xfail when test is
16875         finished.
16876         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
16877         automatically.
16879         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
16880         longer expected to fail.
16882         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
16883         "f" function call.
16885         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
16887         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
16888         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
16889         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
16890         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
16891         c-torture-1.29.
16893         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
16894         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
16896         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
16898         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
16899         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
16901         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
16902         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
16903         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
16905 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
16907         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
16908         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
16909         940714-1.c, 940714-2.c, 940714-3.c},
16910         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
16911         gcc.misc-tests/{mg.c,mg.exp}:
16912         New tests.
16913         * gcc.noncompile/noncompile.exp: Change accordingly.
16915 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
16917         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
16918         Undo previous clobberage.
16920 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
16922         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
16923         * gcc.special/{930510-1.c, special.exp}:
16924         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
16925         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
16926         struct-varargs-1.c}: New tests from c-torture-1.26.
16928 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
16930         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
16931           argument to switch.
16933 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
16935         * Revert the previous changes.  Please see Rob's directory
16936           (/lisa/test/rob/progressive/gcc/testsuite) for testing
16937           fixes.
16939 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
16941         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
16942             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
16943             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
16944             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
16945             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
16946             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
16947             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
16948             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
16949             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
16950             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
16951             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
16952             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
16953             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
16954             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
16955             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
16956             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
16957             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
16958             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
16959             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
16960             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
16961             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
16962             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
16963             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
16964             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
16965             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
16966             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
16967             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
16969 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
16971         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
16972             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
16973           with perror calls.
16975 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
16977         * config/unix.exp (g++_load): Fix syntax.
16979 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
16981         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
16982         * gcc.noncompile/921017-1.c: Deleted obsolete test.
16983         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
16984         Don't expect va-arg-1.c to fail.  Correct expected output for
16985         920928-1.c.
16986         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
16987         * gcc.wendy/hbm4.c: Correct typo.
16988         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
16990 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
16992         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
16993         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
16994         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
16995         * lib/c-torture.exp (c-torture-compile): Ditto.
16997         Reduce volume of output (remove all the -I's and such).
16998         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
16999         Call gcc_cpass, gcc_cfail.
17000         (c-torture): Pass testing option to c-torture-compile.
17002 1994-03-21  Doug Evans  (dje@cygnus.com)
17004         Bring patches over from progressive.
17005         * config/default.exp: Exit remote shell cleanly.
17006         (g++_exit, g++_start): Add default versions.
17007         * config/sim.exp (gcc_load): Use perror, not error.
17009 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
17011         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
17012         set in site.exp.
17014 1994-03-14  Doug Evans  (dje@cygnus.com)
17016         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
17017         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
17018         (wendy_try): New proc to run testcase.
17019         (main loop): Call 'em.
17020         * gcc.wendy/*.c: Clean up pass to correct expected output.
17022         * lib/gcc.exp: Minor cleanup work.
17023         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
17025 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
17027         * config/sim.exp (gcc_load): Document return codes better.
17028         Don't pass -v to simulator.
17030 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
17032           * gcc.special/920717-x.c: Fix typo.
17033           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
17034           get at sources.
17036         * lib/mike-gcc.exp: Fix typo.
17038 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
17040         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
17041         binary to use, transform the name.
17042         * config/*.exp: rename everything. Nuke any g++ specific files,
17043         it's now a special case of gcc that requires no special support.
17044         Add a default.exp for unsupported targets.
17046 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
17048         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
17049         lib/old-dejagnu.exp: Fix a few patterns to work with the new
17050         version of Tcl.
17052 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
17054         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
17055         than a warning.
17057 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
17059         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
17061 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
17063         * gcc.execute/execute.exp: Combine opt_list and foption_list into
17064         option_list.  Compile every file with only 4/6 option choices
17065         (same as C torture) instead of with 12/18 different option
17066         choices.
17067         * lib/c-torture.exp: Likewise.
17069         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
17070         not already set.
17072 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
17074         * lib/old-deja.exp: Add `excess errors test fails' error, now one
17075         can put an XFAIL *-*-* on excess errors.
17077 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
17079         * g++.law: Add more tests derived from g++-bugs snapshots.
17081         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
17082         equivalent to g++.law/init9.
17084         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
17085         compiled it, and the a.out file after we've run it.
17087 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
17089         * lib/mike-g++.exp (postbase): Delete the .o file after we've
17090         compiled it, and the a.out file after we've run it.
17092 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
17094         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
17096 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
17098         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
17099         version number.
17101 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
17103         * g++.law: New directory of g++ tests derived from the g++-bugs
17104         snapshots.
17106 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
17108         * gcc.compile: initbug1.c initbug1.exp testcase added
17110 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
17112         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
17113         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
17114           fixes submitted by Jeff Law (law@cs.utah.edu)
17115         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
17116           Jeff Law (law@cs.utah.edu)
17119 1993-11-30  Mike Stump  (mrs@cygnus.com)
17121         * config/unix-g++.exp: Follow the gcc way of doing things.
17122         * g++.old-deja/old-deja.exp: Minor updates.
17123         * lib/g++.exp: New file, follow the gcc way of doing things.
17124         * lib/old-dejagnu.exp: Minor updates.
17125         * lib/mike-g++.exp: Always unset errorInfo.
17127 1993-11-06  Mike Stump  (mrs@cygnus.com)
17129         * lib/gcc.exp: Fix some errors with the below change, CC and
17130         CFLAGS should be global when setting, not local.
17132 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
17134         * lib/gcc.exp: Transform tool name.
17136 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17138         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
17140 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17142         * lib/gcc.exp: change gcc_done to gcc_stat
17144 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17146         * Upgraded gcc testsuite to c-torture version 1.25
17148 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
17150         * lib/gcc.exp: added reporting code. Changed verbose compile message.
17151         * lib/c-torture: added hooks for new reporting code.
17153 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
17155         * config/sh-gcc.exp: check if sh-sim exists in the path
17157 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
17159         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
17160         * gcc.compile/compile.exp: Initial changes for new logic.
17161         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
17162         * gcc.failure/failure.exp: Initial changes for new logic.
17163         * gcc.ieee/ieee.exp: Initial changes for new logic.
17164         * gcc.misc-tests/misc.exp: Initial changes for new logic.
17165         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
17166         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
17167         * lib/c-torture.exp: Initial changes for new logic.
17168         * lib/gcc.exp: Initial changes for new logic.
17170 1993-10-15  Mike Stump  (mrs@cygnus.com)
17172         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
17173         depend upon failure or success.  Fully qualify names in failure
17174         and success messages.  Always remove a.out before starting
17175         compile, just in case.  Pay more attention to error text output by
17176         the compiler.  Handle testcases with no known past errors just
17177         like all others, so that things are uniform.  Other miscellaneous
17178         improvements.
17180 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
17182         * gcc.cpp: new directory for cpp tests
17184 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
17186         * lib/chill.exp: Code reformatted, removed unused code.
17187         * config/unix-chill.exp: Code reformatted, removed unused code.
17188         * chill.execute/execute.exp: Code reformatted, removed unused code.
17189         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
17191 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
17193         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
17194         routines not written.
17196 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
17198         * config/bug-gcc.exp: Use new procs from bug.exp.
17200 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
17202         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
17203         via ftp, rather than depending on NFS.
17204         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
17205         case.
17207 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
17209         * config/bug-gcc.exp: Use new download proc.
17211 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
17213         * chill.execute/execute.exp: cleanups, handles errors better
17214         * chill.compile/compile.exp: rewrite, based on execute.exp
17215         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
17216         * lib/chill.exp: major changes to diff proc and compile and link
17217           procs. added chill_fail and chill_pass wrappers to pass and
17218           fail. added more comments, and handle error codes better.
17219           Added a hack to capture stderr from exec, so noncompile tests
17220           can work.
17222 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
17224         * chill.execute/execute.exp: rewrite of testsuite driver
17225         * lib/chill.exp: rewrite of testsuite driver
17226         * config/unix-chill.exp: rewrite of testsuite driver
17228 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
17230     In chill.execute:
17231         * iexpr.ch: Standardize uppercase.
17232         * tuples.dat: Standardize uppercase.
17233         * vary.ch: standardize.  Correct varying string assignments.
17234         * vary.dat: Add new output lines.
17236 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
17238     In chill.execute:
17239         * chprintf.ch: Standardize use of uppercase.
17240         * tuples.ch: Standardize and turn arr2 into a DCL,
17241           rather than a SYN.
17242         * pinits.ch: Standardize.
17244 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
17246         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
17247         * Makefil: Renamed to Makefile.in.
17248         * configure.in: New.
17250 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
17252     In chill.execute:
17253         * .cvsignore: Add result/output files.
17254         * Makefile: Fix up variables at start.  Use MFLAGS
17255           everywhere.  Correct bool_loc, built_ins entries.
17256           Add entry for vary1.ch.
17257         * bitarray.ch: Standardize upper-case usage.
17258         * bitexpr.ch: Standardize, add output of b1.
17259         * params.ch: Use arrayt in along PROC parameters, to
17260           avoid novelty problems.
17261         * sets.ch: Tiny cleanup.
17262         * vary1.ch: Re-indent.
17264 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
17266           * Add PR-related files to Makefiles, .cvsignore files, etc.
17268 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
17270         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
17271           with compiler objects. New names are test-flow.c and test-loop.c
17273 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
17275         * Upgraded c-torture tests from 1.19 to 1.20
17277         * new files:
17278         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
17279         * gcc.compile: 930623-1.c 930623-2.c
17280         * gcc.noncompile: 930622-1.c 930622-2.c
17281         * gcc.failure: 920411-1.c 920627-2.c
17282         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
17284 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
17286         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
17287           More changes to get testsuite working properly. Needs more work.
17288           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
17290 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
17292         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
17293           More changes to get testsuite working properly. Needs more work.
17295 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
17297         * chill.compile/compile.exp: Added for Dejagnu support
17298         * chill.execute/execute.exp: Added for Dejagnu support
17299         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
17301 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
17303     This should complete moving the CHILL test files.
17304         * chill.noncompile(.cvsignore printf.grt
17305             in-printf.grt chprintf.grt chprintf.ch):
17306             Added test-support files.
17307           (Makefile): Modified further.
17308         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
17309             signal.ch): Added test files.
17310           * chill.execute (.cvsignore printf.grt printr.c
17311             in-printf.grt rts.c chprintf.grt rts.h): Added
17312           test-support files.
17313             (Makefile): More corrections.
17315 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
17317         * chill.compile, chill.execute, chill.nocompile: Add CHILL
17318           test cases, ready for DejaGnu.
17320 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
17322         * Upgraded c-torture tests from 1.18 to 1.19
17324         * gcc.compile: added test(s):
17325           930607-1.c
17326         * gcc.execute: added test(s):
17327           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
17329         * added new subdirectory for misc tests: gcc.misc-tests
17330         * gcc.misc-test(s): added tests:
17331           inst-check.c test-consts.c test-ior.c test-switch.c
17333 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
17335         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
17337 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
17339         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
17341 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
17343         * Upgraded c-torture tests from 1.17 to 1.18
17345 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
17347         * Upgraded c-torture tests from 1.12 to 1.17
17349 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
17351         * lib/old-dejagnu.exp:
17352           Fixed handling of XFAIL target triplets to correctly
17353           recognize wildcard characters.  Removed code that
17354           appended a unique id tag to the end of the file name
17355           printed out by the result of the testcases within a
17356           given test file.
17358 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
17360         * lib/old-dejagnu.exp:
17361           Reworked expected failure handling to trigger off of XFAIL
17362           keyword in keyphrase embeded in testcase source code. The
17363           XFAIL keyword must be at the end of the keyphrase line. It
17364           may optionally be followed by one or more target triplets.
17365           It has just occured that the handling of wildcards in the
17366           target triplet may not be correct.
17368 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
17370         * g++.old-deja/tests:
17371           Moved all subdirectories up one level into g++.old-deja .
17373         * lib/old-dejagnu.exp:
17374           Fixed problem with CXXFLAGS not being properly reset, and being
17375           corrupted with extraneous "-c" compiler option.  This was
17376           causing binaries to not be generated for test that needed them.
17377           Modified strings passed to "pass" and "fail" so that individual
17378           tests from the same test file would be distinguished by an
17379           identifier appended to the test file name in the summary logs;
17380           this corrected a problem with erroneous diff logs.  Added code
17381           to search testcases for expected fail and unexpected pass keywords.
17383 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
17385         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
17387 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
17389         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
17390           Removed extraneous text from end of "Special g++ Options"
17391           keyphrase.
17393         * lib/old-dejagnu.exp: Added pattern matching to look for new
17394           keywords, embedded in testcases comments, which will trigger
17395           calls to xpass and xfail.
17397 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
17399         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
17400           comments embedded in the testcases, especially the one looking for
17401           special compiler options, as well as the pattern matching for the
17402           compiler output again.
17404 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
17406         * lib/old-dejagnu.exp: Do a proper check of the return value for
17407           execute tests. Fixed several problems with the pattern matching
17408           of the compiler output which gave erroneous test results.
17409           Changed several of the test result messages to be more descriptive.
17410         * config/unix-g++.exp: Proc g++_load now actually works and
17411           executes the tests passed to it and returns a usable return
17412           value.
17414 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
17416           * lib/gcc.exp: Exits gracefully if $CC is bogus.
17418 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
17420         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
17421           Modified both files to properly execute the old style
17422           dejagnu tests. The previous versions of these files were
17423           experimental and did not function anything near correctly.
17425 1993-04-05  Rob Savoye  (rob@cygnus.com)
17427         * Removed all Makefile.in and configure.in files. No configuration
17428         needed now.
17430 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
17432         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
17434 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17436         * gcc.compile/configure.in, gcc.unsorted/configure.in,
17437         gcc.special/configure.in, gcc.noncompile/configure.in,
17438         gcc.execute/configure.in, gcc.code_quality/configure.in,
17439         g++.other/configure.in, g++.old-deja/configure.in,
17440         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
17441         in srcname setting.
17443 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
17445         * lib/udi.exp:  Fixed mondfe and mondfe_download.
17446         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
17447         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
17449 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
17451         * config/udi-gdb.exp: Check $shell_id after connecting to target.
17452         (gdb_exit): Don't remove *_soc files.
17454 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
17456         * lib/c-torture.exp: Don't look for main; instead always use -w
17457         -c.  This is how the c-torture tests work.  Remove the object
17458         file if the compilation succeeds.
17459         * gcc.execute/execute.exp: Remove executable if test passes.
17460         * gcc.noncompile/noncompile.exp: Every test is an expected
17461         failure.
17462         * gcc.special/special.exp: Added tests from c-torture 1.11,
17463         corrected use of existing test.
17464         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
17465         gcc.execute/920625-1.c: Updated to c-torture 1.11.
17466         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
17467         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
17468         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
17469         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
17470         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
17471         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
17472         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
17473         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
17474         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
17475         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
17476         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
17477         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
17478         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
17479         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
17480         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
17481         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
17482         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
17483         c-torture 1.11.
17484         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
17485         correspond to c-torture 1.11.
17487         * New file.