]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/ChangeLog
b2df61fec54e7238ad36986f392da7544f75a6e0
[gcc.git] / gcc / testsuite / ChangeLog
1 2004-03-01 Mark Mitchell <mark@codesourcery.com>
2
3 PR c++/14360
4 * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
5
6 PR c++/14361
7 * g++.dg/parse/defarg7.C: New test.
8
9 PR c++/14359
10 * g++.dg/template/friend26.C: New test.
11
12 2004-03-01 Mark Mitchell <mark@codesourcery.com>
13
14 PR c++/14324
15 * g++.dg/abi/mangle21.C: New test.
16
17 PR c++/14260
18 * g++.dg/parse/constructor2.C: New test.
19
20 PR c++/14337
21 * g++.dg/template/sfinae1.C: New test.
22
23 2004-02-29 Mark Mitchell <mark@codesourcery.com>
24
25 PR c++/14267
26 * g++.dg/expr/crash2.C: New test.
27
28 PR middle-end/13448
29 * gcc.dg/inline-5.c: New test.
30 * gcc.dg/always-inline.c: Split out tests into ...
31 * gcc.dg/always-inline2.c: ... this and ...
32 * gcc.dg/always-inline3.c: ... this.
33
34 2004-02-29 Mark Mitchell <mark@codesourcery.com>
35
36 PR debug/12103
37 * g++.dg/debug/crash1.C: New test.
38
39 2004-02-29 Kazu Hirata <kazu@cs.umass.edu>
40
41 * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
42 function with __attribute__((noinline)).
43 (recurser_void2): Likewise.
44 * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
45 (recurser_void2): Likewise.
46
47 2004-02-29 Roger Sayle <roger@eyesopen.com>
48
49 PR middle-end/14203
50 * g++.dg/warn/Wunused-6.C: New test case.
51
52 2004-02-28 Richard Earnshaw <rearnsha@arm.com>
53
54 * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
55 not defined.
56
57 2004-02-27 Eric Christopher <echristo@redhat.com>
58
59 * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
60 * g++.dg/charset/asm2.c: Run only x86.
61 * gcc.dg/charset/asm3.c: Ditto.
62
63 2004-02-27 Aldy Hernandez <aldyh@redhat.com>
64
65 * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
66 ld_library_path.
67
68 2004-02-27 Ziemowit Laski <zlaski@apple.com>
69
70 * g++.dg/ext/altivec-3.C: New.
71
72 2004-02-26 Richard Henderson <rth@redhat.com>
73
74 * g++.dg/ext/attrib10.C: Mark for warning.
75 * gcc.dg/attr-alias-1.c: New.
76
77 2004-02-26 Richard Henderson <rth@redhat.com>
78
79 * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
80 * gcc.c-torture/execute/20040208-2.c: ... it back.
81
82 2004-02-26 Eric Christopher <echristo@redhat.com>
83
84 * lib/target-supports.exp (check-iconv-available): New function.
85 * lib/gcc-dg.exp (dg-require-iconv): New function.
86 Use above.
87 * gcc.dg/charset: New directory.
88 * gcc.dg/charset/charset.exp: New file.
89 * gcc.dg/charset/asm1.c: Ditto.
90 * gcc.dg/charset/asm2.c: Ditto.
91 * gcc.dg/charset/asm3.c: Ditto.
92 * gcc.dg/charset/asm4.c: Ditto.
93 * gcc.dg/charset/asm5.c: Ditto.
94 * gcc.dg/charset/attribute1.c: Ditto.
95 * gcc.dg/charset/attribute2.c: Ditto.
96 * gcc.dg/charset/string1.c: Ditto.
97 * g++.dg/charset: New directory.
98 * g++.dg/dg.exp: Add here. Special options.
99 * g++.dg/charset/charset.exp: New file.
100 * g++.dg/charset/asm1.c: Ditto.
101 * g++.dg/charset/asm2.c: Ditto.
102 * g++.dg/charset/asm3.c: Ditto.
103 * g++.dg/charset/asm4.c: Ditto.
104 * g++.dg/charset/attribute1.c: Ditto.
105 * g++.dg/charset/attribute2.c: Ditto.
106 * g++.dg/charset/extern1.cc: Ditto.
107 * g++.dg/charset/extern2.cc: Ditto.
108 * g++.dg/charset/string1.c: Ditto.
109
110 2004-02-26 Mark Mitchell <mark@codesourcery.com>
111
112 PR c++/14278
113 * g++.dg/parse/comma1.C: New test.
114
115 2004-02-26 Giovanni Bajo <giovannibajo@gcc.gnu.org>
116
117 PR c++/14284
118 * g++.dg/template/ttp8.C: New test.
119
120 2004-02-26 Eric Botcazou <ebotcazou@act-europe.fr>
121
122 * gcc.dg/fixuns-trunc-1.c: New test.
123
124 2004-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
125
126 * gcc.dg/builtins-config.h: Use #elif.
127
128 2004-02-26 Michael Matz <matz@suse.de>
129
130 * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
131 * gcc.dg/991214-1.c: Likewise.
132 * gcc.dg/i386-asm-1.c: Likewise.
133
134 2004-02-25 Richard Henderson <rth@redhat.com>
135
136 * gcc.c-torture/execute/20040208-2.c: Move ...
137 * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
138
139 2004-02-26 Giovanni Bajo <giovannibajo@gcc.gnu.org>
140
141 PR c++/14246
142 * g++.dg/other/crash-3.C: New test.
143
144 2004-02-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
145
146 * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
147 * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
148
149 * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
150 HP-UX.
151
152 2004-02-24 Michael Matz <matz@suse.de>
153
154 * gcc.dg/i386-regparm.c: New.
155
156 2004-02-23 James E Wilson <wilson@specifixinc.com>
157
158 * gcc.c-torture/execute/20040223-1.c: New.
159
160 2004-02-23 Zack Weinberg <zack@codesourcery.com>
161 Kazu Hirata <kazu@cs.umass.edu>
162
163 * gcc.dg/fwritable-strings-1.c: Remove.
164
165 2004-02-23 Andrew Pinski <pinskia@physics.uc.edu>
166
167 PR c/14156
168 * gcc.dg/20040223-1.c: New test.
169
170 2004-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
171
172 PR c++/14106
173 * g++.dg/ext/typeof9.C: New test.
174
175 2004-02-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
176
177 PR c++/14250
178 * g++.dg/other/switch1.C: New test.
179
180 2004-02-23 Eric Botcazou <ebotcazou@libertysurf.fr>
181
182 * gcc.dg/cast-function-1.c: Adjust for new informative message.
183 * gcc.dg/va-arg-1.c: Likewise.
184
185 2004-02-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
186
187 PR c++/14143
188 * g++.dg/template/koenig5.C: New test.
189
190 2004-02-21 Ziemowit Laski <zlaski@apple.com>
191
192 * g++.dg/ext/altivec-1.C: Generalize target triple.
193 * g++.dg/ext/altivec-2.C: New test case.
194 * g++.dg/ext/altivec_check.h: New file.
195 * gcc.dg/altivec-1.c: Generalize target triple;
196 include altivec_check.h and call altivec_check().
197 * gcc.dg/altivec-[2-5].c: Generalize target triple.
198 * gcc.dg/altivec-6.c: New test case.
199 * gcc.dg/altivec-[7-9].c: Generalize target triple; add
200 type casts as needed.
201 * gcc.dg/altivec-10.c: Include altivec_check.h and call
202 altivec_check().
203 * gcc.dg/altivec-12.c: New test case.
204 * gcc.dg/altivec-varargs-1.c: Generalize target triple;
205 include altivec_check.h and call altivec_check().
206 * gcc.dg/altivec_check.h: New file.
207
208 2004-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
209
210 * lib/target-supports.exp (check_alias_available): Don't mangle
211 function `g' in test program.
212
213 2004-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
214
215 * lib/target-supports.exp (check_profiling_available): Check
216 argument to determine whether we support a profiling type.
217 * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
218 check_profiling_available.
219 * g++.dg/bprob/bprob.exp: Likewise
220 * g77.dg/bprob/bprob.exp: Likewise.
221 * gcc.misc-tests/bprob.exp: Likewise.
222 * g++.old-deja/g++.law/profile1.C: Pass profiling type to
223 dg-require-profiling and delete expected error handling.
224 * gcc.dg/20021014-1.c: Likewise.
225 * gcc.dg/nest.c: Likewise.
226
227 2004-02-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
228
229 PR c++/12007
230 * g++.dg/other/vthunk1.C: New test.
231
232 2004-02-20 Falk Hueffner <falk@debian.org>
233
234 PR target/14201
235 * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
236
237 2004-02-20 Mark Mitchell <mark@codesourcery.com>
238
239 PR c++/13927
240 * g++.dg/other/error8.C: Remove XFAIL markers.
241
242 PR c++/14173
243 * g++.dg/ext/packed5.C: New test.
244
245 PR c++/14199
246 * g++.dg/warn/Wunused-5.C: New test.
247
248 PR c++/14186
249 * g++.dg/lookup/member1.C: New test.
250
251 2004-02-19 Kazu Hirata <kazu@cs.umass.edu>
252
253 * gcc.c-torture/compile/20040130-1.c: Enable only when
254 __INT_MAX__ >= 2147483647L.
255 * gcc.c-torture/compile/961203-1.c: Likewise.
256
257 2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
258
259 * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
260 * g++.dg/opt/template1.C: Robustify assembler regexp
261
262 2004-02-19 Eric Botcazou <ebotcazou@libertysurf.fr>
263
264 * gcc.c-torture/execute/simd-4.x: Remove.
265 * gcc.c-torture/execute/va-arg-25.x: Likewise.
266 * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
267 Guard with #ifndef SKIP_ATTRIBUTE.
268 * gcc.dg/compat/vector-1_y.c: Likewise.
269 * gcc.dg/compat/vector-2_x.c: Likewise.
270 * gcc.dg/compat/vector-2_y.c: Likewise.
271 * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
272 * g++.dg/eh/simd-2.C: Likewise.
273
274 2004-02-19 Alan Modra <amodra@bigpond.net.au>
275
276 * gcc.c-torture/compile/complex-1.c: New.
277
278 2004-02-19 Hans-Peter Nilsson <hp@axis.com>
279
280 PR target/14209
281 * gcc.c-torture/execute/20040218-1.c: New test.
282
283 2004-02-19 Giovanni Bajo <giovannibajo@gcc.gnu.org>
284
285 PR c++/14181
286 * g++.dg/parse/new2.C: New test.
287
288 2004-02-18 Paul Brook <paul@codesourcery.com>
289
290 * gcc.c-torture/compile/libcall-1.c: New test.
291
292 2004-02-18 Paul Brook <paul@codesourcery.com>
293
294 PR debug/12934
295 * gcc.dg/debug/debug-7.c: New test.
296
297 2004-02-17 Ulrich Weigand <uweigand@de.ibm.com>
298
299 * gcc.dg/20040217-1.c: New test.
300
301 2004-02-17 Zack Weinberg <zack@codesourcery.com>
302
303 * gcc.c-torture/execute/990208-1.x: Delete.
304
305 2004-02-17 Richard Sandiford <rsandifo@redhat.com>
306
307 * gcc.c-torture/execute/20040208-2.x: New file.
308
309 2004-02-17 Mark Mitchell <mark@codesourcery.com>
310
311 PR c++/11326
312 * g++.dg/abi/structret1.C: New test.
313
314 2004-02-17 Jakub Jelinek <jakub@redhat.com>
315
316 * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
317 (i386_cpuid): No need to test if cpuid is available on AMD64.
318 Fix assembly, so that it works onboth i386 and AMD64.
319 * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
320 (vecInLong): Fix s[] member type to unsigned int.
321 (vecInWord): Remove type.
322 (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
323 (a64, b64, c64, d64, e64): Remove.
324 (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
325 Remove unused variable. Remove initialization of removed variables.
326 Don't call mmx_tests nor sse_tests.
327 (reference_mmx, reference_sse): Remove.
328 (check): Add return stmt.
329 * gcc.dg/i386-sse-7.c: New test.
330 * gcc.dg/i386-mmx-4.c: New test.
331
332 2004-02-17 Giovanni Bajo <giovannibajo@gcc.gnu.org>
333
334 * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
335 * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
336 g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
337 g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
338 g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
339 g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
340 g++.dg/tc1/dr94.C: Fix line terminator.
341
342 2004-02-16 Geoffrey Keating <geoffk@apple.com>
343
344 * gcc.c-torture/compile/20040216-1.c: New.
345
346 2004-02-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
347
348 * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
349 g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
350 g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
351 g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
352 g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
353 g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
354
355 2004-02-16 Eric Botcazou <ebotcazou@libertysurf.fr>
356
357 * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
358
359 2004-02-15 Mark Mitchell <mark@codesourcery.com>
360
361 PR c++/13971
362 * g++.dg/expr/cond4.C: New test.
363
364 PR c++/14086
365 * g++.dg/lookup/crash2.C: New test.
366
367 2004-02-14 Josef Zlomek <zlomekj@suse.cz>
368
369 * gcc.c-torture/compile/20040214-2.c: New test.
370
371 2004-02-14 Andrew Pinski <pinskia@physics.uc.edu>
372
373 PR c++/14116
374 * g++.dg/ext/typeof8.C: New test.
375
376 2004-02-14 Eric Botcazou <ebotcazou@act-europe.fr>
377
378 * gcc.c-torture/compile/20040214-1.c: New test.
379
380 2004-02-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
381
382 PR c++/13635
383 * g++.dg/template/spec11.C: New test.
384
385 2004-02-13 Giovanni Bajo <giovannibajo@gcc.gnu.org>
386
387 PR c++/13927
388 * g++.dg/other/error8.C: New test.
389
390 2004-02-13 Mark Mitchell <mark@codesourcery.com>
391
392 PR c++/14122
393 * g++.dg/template/array4.C: New test.
394
395 PR c++/14108
396 * g++.dg/inherit/thunk2.C: New test.
397
398 PR c++/14083
399 * g++.dg/eh/cond2.C: New test.
400
401 2004-02-12 Alan Modra <amodra@bigpond.net.au>
402
403 * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
404
405 2004-02-12 Nathaniel Smith <njs@codesourcery.com>
406
407 * lib/scanasm.exp (dg-scan): Quote pattern before display.
408
409 2004-02-12 Hartmut Penner <hpenner@de.ibm.com>
410
411 * g++.dg/simd-2.C: xfail on ppc64-linux.
412
413 2004-02-11 Joseph S. Myers <jsm@polyomino.org.uk>
414
415 PR c/456
416 * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
417 tests.
418
419 2004-02-11 Uros Bizjak <uros@kss-loka.si>
420
421 * gcc.dg/builtins-33.c: New test.
422
423 2004-02-11 Paolo Bonzini <bonzini@gnu.org>
424
425 * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
426
427 2004-02-11 Hartmut Penner <hpenner@de.ibm.com>
428
429 * g++.dg/simd-2.C: Set -maltivec for ppc64.
430
431 2004-02-11 Hartmut Penner <hpenner@de.ibm.com>
432
433 * gcc.dg/ppc64-abi-3.c: New test.
434
435 2004-02-10 Paolo Bonzini <bonzini@gnu.org>
436
437 PR c/14092
438
439 * gcc.dg/pr14092-1.c: New testcase.
440
441 2004-02-10 Alan Modra <amodra@bigpond.net.au>
442
443 * gcc.dg/cpp/assert4.c: Fix typo last change.
444
445 * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
446 * gcc.dg/cpp/assert4.c: Handle powerpc64.
447
448 * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
449
450 2004-02-09 Roger Sayle <roger@eyesopen.com>
451
452 * gcc.c-torture/compile/20040209-1.c: New test case.
453
454 2004-02-08 Joseph S. Myers <jsm@polyomino.org.uk>
455
456 * gcc.dg/c90-init-1.c: Adjust expected error messages.
457
458 2004-02-08 Richard Sandiford <rsandifo@redhat.com>
459
460 * gcc.c-torture/execute/20040208-[12].c: New tests.
461
462 2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
463
464 * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
465
466 2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
467
468 * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
469
470 2004-02-07 Zack Weinberg <zack@codesourcery.com>
471
472 Bug 13856
473 * gcc.dg/visibility-8.c: New testcase.
474
475 2004-02-07 Zack Weinberg <zack@codesourcery.com>
476
477 * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
478 arguments.
479 * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
480
481 2004-02-07 Roger Sayle <roger@eyesopen.com>
482
483 PR middle-end/13696
484 * g++.dg/opt/fold1.C: New test case.
485
486 2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
487
488 PR c++/14033
489 * g++.dg/other/crash-2.C: New test.
490
491 2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
492
493 PR c++/14028
494 * g++.dg/parse/angle-bracket2.C: New test.
495
496 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
497
498 PR middle-end/13750
499 Revert:
500 2004-01-15 Geoffrey Keating <geoffk@apple.com>
501 PR pch/13361
502 * testsuite/g++.dg/pch/wchar-1.C: New.
503 * testsuite/g++.dg/pch/wchar-1.Hs: New.
504
505 2004-02-05 Giovanni Bajo <giovannibajo@gcc.gnu.org>
506
507 PR c++/14008
508 * g++.dg/parse/error15.C: New test.
509 * g++.dg/parse/crash11.C: Update dg-error mark.
510
511 2004-02-04 Mark Mitchell <mark@codesourcery.com>
512
513 PR c++/13932
514 * g++.dg/warn/conv2.C: New test.
515
516 2004-02-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
517
518 PR c++/13086
519 * g++.dg/warn/incomplete1.C: Remove xfail.
520
521 2004-02-04 Mark Mitchell <mark@codesourcery.com>
522
523 * lib/file-format.exp (gcc_target_object_format): Use
524 ${tool}_target_compile, not gcc_target_compile.
525 * lib/target-supports.exp (check_alias_available): Likewise.
526 (check_gc_sections_available): Likewise.
527 * g++.dg/ext/attrib10.C: Use dg-require-alias.
528 * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
529 dg-require-alias.
530
531 2004-02-04 Mark Mitchell <mark@codesourcery.com>
532
533 PR c++/13969
534 * g++.dg/template/static6.C: New test.
535
536 2004-02-04 Ian Lance Taylor <ian@wasabisystems.com>
537
538 * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
539
540 2004-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
541
542 * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
543 tests for systems where `char' is unsigned by default.
544
545 2003-02-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
546
547 PR c++/13997
548 * g++.dg/template/partial3.C: New test.
549
550 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
551
552 * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
553 gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
554 Remove mentions of obsolete ports.
555
556 2004-02-04 Paolo Bonzini <bonzini@gnu.org>
557
558 * gcc.dg/noncompile/20001228-1.c: Fix for new
559 error message.
560
561 2004-02-03 Roger Sayle <roger@eyesopen.com>
562
563 PR target/9348
564 * gcc.c-torture/execute/multdi-1.c: New test case.
565
566 2004-02-03 Mark Mitchell <mark@codesourcery.com>
567
568 PR c++/13925
569 * g++.dg/template/lookup5.C: New test.
570
571 2004-02-03 Mark Mitchell <mark@codesourcery.com>
572
573 PR c++/13950
574 * g++.dg/template/lookup4.C: New test.
575
576 PR c++/13970
577 * g++.dg/parse/error14.C: New test.
578
579 PR c++/14002
580 * g++.dg/parse/template13.C: New test.
581
582 2004-02-03 Mark Mitchell <mark@codesourcery.com>
583
584 PR c++/13978
585 * g++.dg/template/koenig4.C: New test.
586
587 PR c++/13968
588 * g++.dg/template/crash17.C: New test.
589
590 PR c++/13975
591 * g++.dg/parse/error13.C: New test.
592 * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
593
594 2004-02-03 Eric Botcazou <ebotcazou@libertysurf.fr>
595
596 * gcc.dg/20020503-1.c: Remove -mflat dg-options.
597
598 2004-02-03 Paolo Bonzini <bonzini@gnu.org>
599
600 PR c/11658
601 PR c/13994
602 * gcc.dg/noncompile/20040203-1.c: New test.
603 * gcc.dg/noncompile/20040203-2.c: Likewise.
604 * gcc.dg/noncompile/20040203-3.c: Likewise.
605 * gcc.dg/20040203-1.c: Likewise.
606
607 2004-02-02 Andrew Pinski <pinskia@physics.uc.edu>
608
609 PR c++/10858
610 * g++.dg/template/sizeof7.C: New test.
611
612 2004-02-02 Eric Christopher <echristo@redhat.com>
613 Zack Weinberg <zack@codesourcery.com>
614
615 * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
616
617 2004-02-02 Zack Weinberg <zack@codesourcery.com>
618
619 * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
620 * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
621 * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
622 * gcc.dg/cleanup-5.c: Run only on Linux targets.
623
624 2004-02-02 Mark Mitchell <mark@codesourcery.com>
625
626 PR c++/13113
627 * g++.old-deja/g++.mike/net36.C: Adjust error messages.
628
629 PR c++/13854
630 * g++.dg/ext/attrib13.C: New test.
631
632 PR c++/13907
633 * g++.dg/conversion/op2.C: New test.
634
635 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
636
637 * gcc.dg/titype-1.c: Fix pasto.
638
639 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
640
641 * gcc.dg/titype-1.c: New test.
642
643 2004-02-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
644
645 PR c++/13957
646 * g++.dg/template/non-type-template-argument-1.C,
647 g++.dg/template/qualified-id1.C: Update dg-error marks.
648 * g++.dg/template/nontype6.C: New test.
649
650 2004-02-01 Roger Sayle <roger@eyesopen.com>
651
652 * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
653 * gcc.dg/builtins-31.c: New testcase.
654 * gcc.dg/builtins-32.c: New testcase.
655
656 2004-01-30 Andrew Pinski <pinskia@physics.uc.edu>
657
658 * objc.dg/call-super-2.m: Update line numbers
659 for the including of stddef.h.
660
661 2004-01-30 Michael Matz <matz@suse.de>
662
663 * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
664 g++.dg/ext/case-range3.C: New tests.
665
666 2004-01-30 Giovanni Bajo <giovannibajo@gcc.gnu.org>
667
668 DR206
669 PR c++/13813
670 * g++.dg/template/member4.C: New test.
671
672 2004-01-30 Giovanni Bajo <giovannibajo@gcc.gnu.org>
673
674 PR c++/13683
675 * g++.dg/template/sizeof6.C: New test.
676
677 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
678
679 * gcc.dg/fwritable-strings-1.c: New test.
680
681 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
682
683 * gcc.c-torture/compile/20040130-1.c: New test.
684
685 2004-01-29 Geoffrey Keating <geoffk@geoffk.org>
686
687 * objc.dg/call-super-2.m: Include stddef.h for size_t.
688
689 2004-01-29 Mark Mitchell <mark@codesourcery.com>
690
691 PR c++/13883
692 * g++.dg/template/ctor3.C: New test.
693
694 2004-01-29 Giovanni Bajo <giovannibajo@gcc.gnu.org>
695
696 * g++.dg/tc1: New directory.
697 * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
698 g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
699 g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
700 g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
701 g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
702
703 2004-01-28 Giovanni Bajo <giovannibajo@gcc.gnu.org>
704
705 * g++.dg/parse/error11.C: New test.
706 * g++.dg/parse/error12.C: Likewise.
707
708 2004-01-28 Ziemowit Laski <zlaski@apple.com>
709
710 * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
711 (scan_initial, main): Use aligned_sizeof instead of sizeof.
712
713 2004-01-28 Mark Mitchell <mark@codesourcery.com>
714
715 PR c++/13791
716 * g++.dg/ext/attrib12.C: New test.
717
718 PR c++/13736
719 * g++.dg/parse/cast2.C: New test.
720
721 2004-01-27 James E Wilson <wilson@specifixinc.com>
722
723 * objc.dg/encode-2.m (main): New local string. Set depending on
724 sizeof long. Use in sscanf call.
725 * objc.dg/encode-3.m (main): New local string. Set depending on
726 sizeof long. Use in scan_initial call.
727
728 2004-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
729
730 * objc.dg/call-super-2.m: Make LP64-safe.
731 * objc.dg/desig-init-1.m: Likewise.
732
733 2004-01-27 Devang Patel <dpatel@apple.com>
734
735 * g++.dg/debug/namespace1.C: New test.
736
737 2004-01-27 Ian Lance Taylor <ian@wasabisystems.com>
738
739 * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
740 xscale-*-*.
741
742 * gcc.dg/arm-mmx-1.c: New test.
743
744 2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
745
746 * gcc.dg/20040127-1.c: New test.
747 * gcc.dg/20040127-2.c: New test.
748
749 2004-01-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
750
751 * objc.dg/stret-1.m (glob): Renamed to globa.
752
753 2004-01-26 Mark Mitchell <mark@codesourcery.com>
754
755 PR c++/13663
756 * g++.dg/expr/for1.C: New test.
757
758 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
759
760 PR middle-end/13779
761 * gcc.dg/darwin-longlong.c: New test.
762
763 2004-01-26 Ian Lance Taylor <ian@wasabisystems.com>
764
765 * gcc.dg/20040124-1.c: Moved test from here...
766 * gcc.c-torture/compile/20040124-1.c: ...to here.
767
768 2004-01-26 Eric Botcazou <ebotcazou@libertysurf.fr>
769
770 * gcc.dg/sparc-ret.c: Run only in 32-bit mode. Don't scan
771 the assembly output if -m64 is passed.
772
773 2004-01-25 Mark Mitchell <mark@codesourcery.com>
774
775 PR c++/13833
776 * g++.dg/template/cond3.C: New test.
777
778 2004-01-25 Giovanni Bajo <giovannibajo@gcc.gnu.org>
779
780 PR c++/13810
781 * g++.dg/template/ttp7.C: New test.
782
783 2004-01-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
784
785 PR c++/13797
786 * g++.dg/template/nontype4.C: New test.
787 * g++.dg/template/nontype5.C: Likewise.
788
789 2004-01-25 Richard Sandiford <rsandifo@redhat.com>
790
791 * gcc.dg/torture/mips-clobber-at.c: New test.
792
793 2004-01-24 Ian Lance Taylor <ian@wasabisystems.com>
794
795 * gcc.dg/20040124-1.c: New test.
796
797 2004-01-24 Jakub Jelinek <jakub@redhat.com>
798
799 * gcc.dg/20040123-1.c: New test.
800
801 2004-01-23 Zack Weinberg <zack@codesourcery.com>
802
803 * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
804
805 2004-01-24 Joseph S. Myers <jsm@polyomino.org.uk>
806
807 * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
808
809 2004-01-23 Andrew Pinski <apinski@apple.com>
810
811 * gcc.dg/20030121-1.c: Move to ..
812 * gcc.dg/20040121-1.c: here.
813
814 2004-01-23 Roger Sayle <roger@eyesopen.com>
815
816 * gcc.dg/builtins-29.c: New test case.
817
818 2004-01-23 Zack Weinberg <zack@codesourcery.com>
819
820 PR 18314
821 * gcc.dg/builtins-30.c: New testcase.
822
823 2004-01-23 Andreas Tobler <a.tobler@schweiz.ch>
824
825 * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
826 * lib/g77.exp: Likewise.
827 * lib/objc.exp: Likewise.
828 * lib/g++.exp: Likewise.
829
830 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
831
832 * gcc.dg/struct-by-value-2.c: New test.
833
834 2004-01-21 Andrew Pinski <apinski@apple.com>
835
836 PR target/13785
837 * gcc.dg/20030121-1.c: New test.
838
839 2004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
840
841 * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option. Do not
842 clobber frame pointer register in asm statement.
843
844 2004-01-21 Falk Hueffner <falk@debian.org>
845
846 * gcc.c-torture/compile/20040121-1.c: New test.
847
848 2004-01-21 Zack Weinberg <zack@codesourcery.com>
849
850 * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
851
852 2004-01-20 Hartmut Penner <hpenner@de.ibm.com>
853
854 * gcc.dg/ppc64-abi-2.c: New test.
855
856 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
857
858 * lib/treelang.exp: Fill out this file.
859 * lib/treelang-dg.exp: New File.
860
861 2004-01-20 Joseph S. Myers <jsm@polyomino.org.uk>
862
863 * gcc.c-torture/compile/981022-1.c: Remove.
864 * gcc.dg/array-5.c: Remove XFAIL.
865 * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
866 * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
867 gcc.dg/cond-lvalue-1.c: Update.
868 * gcc.dg/cast-lvalue-2.c: New test.
869
870 2004-01-19 Mark Mitchell <mark@codesourcery.com>
871
872 PR c++/13592
873 * g++.dg/other/error1.C (class foo): Tweak error message.
874
875 PR c++/13592
876 * g++.dg/template/call2.C: New test.
877
878 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
879
880 * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
881 scalar-by-value-3_x.c, scalar-by-value-3_y.c,
882 scalar-by-value-4_x.c, scalar-by-value-4_y.c,
883 scalar-return-1_x.c, scalar-return-2_y.c,
884 scalar-return-3_x.c, scalar-return-3_y.c,
885 scalar-return-4_x.c, scalar-return-4_y.c,
886 struct-align-1.h, struct-align-1_x.c,
887 struct-align-1_y.c, struct-align-2.h,
888 struct-align-2_x.c, struct-align-2_y.c,
889 struct-by-value-10_y.c, struct-by-value-11_x.c,
890 struct-by-value-11_y.c, struct-by-value-12_x.c,
891 struct-by-value-12_y.c, struct-by-value-13_x.c,
892 struct-by-value-13_y.c, struct-by-value-14_x.c,
893 struct-by-value-14_y.c, struct-by-value-15_x.c,
894 struct-by-value-15_y.c, struct-by-value-16_y.c,
895 struct-by-value-17_y.c, struct-by-value-18_y.c,
896 struct-by-value-19_y.c, struct-by-value-1_x.c,
897 struct-by-value-1_y.c, struct-by-value-20_y.c,
898 struct-by-value-2_x.c, struct-by-value-2_y.c,
899 struct-by-value-3_y.c, struct-by-value-4_x.c,
900 struct-by-value-4_y.c, struct-by-value-5_y.c,
901 struct-by-value-6_y.c, struct-by-value-7_y.c
902 struct-by-value-8_x.c, struct-by-value-8_y.c
903 struct-by-value-9_x.c, struct-by-value-9_y.c
904 struct-return-10_x.c, struct-return-10_y.c,
905 struct-return-19_x.c, struct-return-20_x.c
906 struct-return-2_x.c, struct-return-2_y.c
907 struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
908 SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY. Turns SKIPVA into SKIP_VA.
909
910 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
911
912 * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
913 attribute on sparc*-sun-solaris2.*.
914
915 2004-01-18 Mark Mitchell <mark@codesourcery.com>
916
917 PR c++/13710
918 * g++.dg/ext/typeof7.C: New test.
919
920 2004-01-18 David Edelsohn <edelsohn@gnu.org>
921
922 * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
923 * gcc.dg/const-elim-1.c: Same.
924
925 2004-01-17 Ziemowit Laski <zlaski@apple.com>
926
927 * objc.dg/stret-1.m: New.
928 * objc.dg/stret-2.m: New.
929
930 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
931
932 PR c++/11895
933 * g++.dg/ext/vector1.C: New test.
934
935 2004-01-16 Geoffrey Keating <geoffk@apple.com>
936
937 * gcc.dg/pch/import-1.c: New.
938 * gcc.dg/pch/import-1.hs: New.
939 * gcc.dg/pch/import-1a.h: New.
940 * gcc.dg/pch/import-1b.h: New.
941 * gcc.dg/pch/import-1c.h: New.
942
943 2004-01-16 Mark Mitchell <mark@codesourcery.com>
944
945 PR c++/13574
946 * g++.dg/ext/array1.C: New test.
947
948 PR c++/13178
949 * g++.dg/conversion/op1.C: New test.
950
951 2004-01-16 J"orn Rennecke <joern.rennecke@superh.com>
952
953 PR 11864
954 From Kazumoto Kojima / Dan Kegel:
955 * gcc.dg/pr11864-1.c: New test.
956
957 PR 10392
958 From Marcus Comstedt / Dan Kegel:
959 * gcc.dg/pr10392-1.c: New test.
960
961 2004-01-16 Mark Mitchell <mark@codesourcery.com>
962
963 PR c++/13478
964 * g++.dg/init/ref10.C: New test.
965
966 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
967
968 PR c++/13407
969 * g++.dg/parse/typename6.C: New test.
970
971 2004-01-15 Geoffrey Keating <geoffk@apple.com>
972
973 PR pch/13361
974 * testsuite/g++.dg/pch/wchar-1.C: New.
975 * testsuite/g++.dg/pch/wchar-1.Hs: New.
976
977 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
978
979 PR c++/9259
980 * g++.dg/expr/sizeof2.C: New test.
981
982 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
983
984 * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
985
986 2004-01-15 Alexandre Oliva <aoliva@redhat.com>
987
988 PR c++/13659
989 * g++.dg/lookup/strong-using-3.C: New.
990 * g++.dg/lookup/using-10.C: New.
991
992 2004-01-15 Alexandre Oliva <aoliva@redhat.com>
993
994 PR c++/13594
995 * g++.dg/lookup/strong-using-2.C: New.
996
997 2004-01-15 Marcus Comstedt <marcus@mc.pp.se>
998 Dan Kegel <dank@kegel.com>
999 J"orn Rennecke <joern.rennecke@superh.com>
1000
1001 PR target/9365
1002 * gcc.dg/pr9365-1.c: New test.
1003
1004 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1005
1006 PR c++/8856
1007 * g++.dg/parse/casting-operator2.C: New test.
1008 * g++.old-deja/g++.pt/explicit83.C: Remove.
1009
1010 2004-01-14 Joseph S. Myers <jsm@polyomino.org.uk>
1011
1012 * gcc.dg/label-compound-stmt-1.c: New test.
1013 * gcc.c-torture/compile/950922-1.c,
1014 gcc.c-torture/compile/20000211-3.c,
1015 gcc.c-torture/compile/20000518-1.c,
1016 gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
1017 compound statements.
1018
1019 2004-01-14 Hartmut Penner <hpenner@de.ibm.com>
1020
1021 * gcc.dg/ppc64-abi-1.c: New test.
1022
1023 2004-01-14 Danny Smith <dannysmith@users.sourceforge.net>
1024
1025 * g++.dg/ext/attrib9.C: Add dg-warnings.
1026
1027 2004-01-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1028
1029 PR c++/12335
1030 * g++.dg/parse/dtor3.C: New test.
1031
1032 2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
1033
1034 PR c++/12709
1035 * g++.dg/parse/try-catch-1.C: New test.
1036
1037 2004-01-13 Arnaud Charlet <charlet@act-europe.fr>
1038
1039 * ada/acats/run_all.sh: Add more verbose output in acats.log
1040 when compiling tests.
1041
1042 2004-01-12 Zack Weinberg <zack@codesourcery.com>
1043
1044 PR 13656
1045 * gcc.dg/typedef-redecl.c: New test case.
1046 * gcc.dg/typedef-redecl.h: New support file.
1047
1048 2004-01-13 Jan Hubicka <jh@suse.cz>
1049
1050 * gcc.dg/always_inline.c: New test.
1051 * gcc.dg/debug/20031231-1.c: Fix.
1052
1053 2004-01-13 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1054
1055 PR c++/13474
1056 * g++.dg/template/array3.C: New test.
1057
1058 2004-01-12 Zack Weinberg <zack@codesourcery.com>
1059
1060 * g++.dg/ext/lvalue1.C: No longer expected to fail.
1061 * g++.dg/warn/Wunused-2.C: Likewise.
1062
1063 2004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1064
1065 PR c++/13289
1066 * g++.dg/template/instantiate6.C: New test.
1067
1068 2004-01-12 Roger Sayle <roger@eyesopen.com>
1069
1070 PR middle-end/11397
1071 * gcc.dg/special/wkali-2.c: Add dg-require-alias.
1072
1073 2004-01-12 Jan Hubicka <jh@suse.cz>
1074
1075 PR opt/12826
1076 * gcc.dg/20040112-1.c: New.
1077
1078 * gcc.dg/dwarf-die[1-7].c: Move to...
1079 * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
1080 * gcc.dg/debug/dwarf2/dwarf2.exp: New.
1081
1082 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1083
1084 PR c++/4100
1085 * g++.dg/parse/friend4.C: New test.
1086
1087 2004-01-12 Scott Brumbaugh <scottb.lists@verizon.net>
1088
1089 PR c++/4100
1090 * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
1091 definition is called a friend.
1092
1093 2004-01-11 Zack Weinberg <zack@codesourcery.com>
1094
1095 * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
1096
1097 2004-01-11 Ian Lance Taylor <ian@wasabisystems.com>
1098
1099 PR c++/3478
1100 * g++.dg/parse/error10.C: New test.
1101 * g++.dg/template/arg2.C: Accept "invalid type" error.
1102
1103 2004-01-11 Jakub Jelinek <jakub@redhat.com>
1104
1105 PR middle-end/13392
1106 * g++.dg/opt/expect2.C: New test.
1107
1108 2004-01-10 Zack Weinberg <zack@codesourcery.com>
1109
1110 * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
1111 * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
1112 * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
1113 Update dg-error regexps.
1114
1115 2004-01-10 Zack Weinberg <zack@codesourcery.com>
1116
1117 * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
1118 * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
1119
1120 2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
1121
1122 * gcc.dg/pragma-re-1.c: Use right pointer type.
1123
1124 2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
1125
1126 * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
1127
1128 2004-01-09 Geoffrey Keating <geoffk@apple.com>
1129
1130 * gcc.dg/rs6000-ldouble-1.c: New.
1131
1132 2004-01-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1133
1134 DR 337
1135 PR c++/9256
1136 * g++.dg/other/abstract1.C: New test.
1137
1138 2004-01-09 Alexandre Oliva <aoliva@redhat.com>
1139
1140 * g++.dg/lookup/strong-using-1.C: New.
1141
1142 2004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
1143
1144 PR c/11234
1145 * gcc.dg/func-ptr-conv-1.c: New test.
1146 * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
1147
1148 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
1149
1150 PR target/13380.
1151 * gcc.c-torture/compile/20040109-1.c: New.
1152
1153 2004-01-08 Stuart Hastings <stuart@apple.com>
1154
1155 * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
1156 testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
1157 * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
1158
1159 2004-01-09 Alan Modra <amodra@bigpond.net.au>
1160
1161 * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
1162
1163 2004-01-08 Eric Botcazou <ebotcazou@libertysurf.fr>
1164
1165 * ada/acats/run_acats: Treat 'gnatchop' the same way
1166 as 'gnatmake'. Export GCC_DRIVER.
1167 * ada/acats/run_all.sh: Add target_gnatchop. Use
1168 'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
1169
1170 2004-01-08 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1171
1172 PR c++/12573
1173 * g++.dg/template/dependent-expr4.C: New test.
1174
1175 2004-01-08 Hartmut Penner <hpenner@de.ibm.com>
1176
1177 * gcc.dg/altivec-11.c: New test.
1178
1179 2004-01-07 Mark Mitchell <mark@codesourcery.com>
1180
1181 * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
1182
1183 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
1184
1185 PR c/6024
1186 * gcc.dg/enum-compat-1.c: New test.
1187 * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
1188
1189 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
1190
1191 PR c/12165
1192 * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
1193 gcc.dg/c99-idem-qual-3.c: New tests.
1194
1195 2004-01-07 Alan Modra <amodra@bigpond.net.au>
1196
1197 * gcc.dg/winline-7.c: Don't cast void * to int.
1198
1199 2004-01-06 Jan Hubicka <jh@suse.cz>
1200
1201 * gcc.dg/i386-sse-5.c: New test
1202 * g++.dg/eh/simd-1.c: Add -w argument for i386.
1203
1204 2004-01-05 Mark Mitchell <mark@codesourcery.com>
1205
1206 PR c++/12815
1207 * g++.dg/rtti/typeid4.C: New test.
1208
1209 2004-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
1210
1211 * gcc.dg/compat/sdata-section.h: Declare 'abort'.
1212
1213 2004-01-05 Mark Mitchell <mark@codesourcery.com>
1214
1215 PR c++/12132
1216 * g++.dg/template/error11.C: New test.
1217
1218 PR c++/13451
1219 * g++.dg/template/class2.C: New test.
1220
1221 2004-01-05 Nathan Sidwell <nathan@codesourcery.com>
1222 Richard Sandiford <rsandifo@redhat.com>
1223
1224 PR c++/13387
1225 * g++.dg/opt/alias3.C: New test.
1226
1227 2004-01-04 Mark Mitchell <mark@codesourcery.com>
1228
1229 PR c++/13157
1230 * g++.dg/template/koenig3.C: New test.
1231
1232 PR c++/13529
1233 * g++.dg/parse/offsetof3.C: New test.
1234
1235 * g++.dg/init/copy7.C: Add missing dg-error markers.
1236
1237 PR c++/12226
1238 * g++.dg/init/copy7.c: New test.
1239
1240 PR c++/13536
1241 * g++.dg/parse/cast1.C: New test.
1242
1243 2004-01-04 Jan Hubicka <jh@suse.cz>
1244
1245 * gcc.dg/winline[1-7].c: New tests.
1246
1247 2004-01-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1248
1249 PR c++/13520
1250 * g++.dg/template/qualttp22.C: New test.
1251
1252 2004-01-01 Jan Hubicka <jh@suse.cz>
1253
1254 * gcc.dg/debug/20031231-1.c: New.
1255 * gcc.c-torture/compile/20040101-1.c: New.
1256 * gcc.dg/dwarf-die-[1-7].c: New.
1257
1258 2004-01-01 Jakub Jelinek <jakub@redhat.com>
1259
1260 PR optimization/13521
1261 * gcc.c-torture/compile/20031231-1.c: New test.
1262
1263 2003-12-30 Kazu Hirata <kazu@cs.umass.edu>
1264
1265 * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
1266
1267 2003-12-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1268
1269 PR c++/10079
1270 * g++.dg/template/crash16.C: New test.
1271
1272 2003-12-30 Mark Mitchell <mark@codesourcery.com>
1273
1274 * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
1275
1276 2003-12-30 Kazu Hirata <kazu@cs.umass.edu>
1277
1278 * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
1279 ports.
1280 * g++.old-deja/g++.jason/thunk3.C: Likewise.
1281 * g++.old-deja/g++.law/profile1.C: Likewise.
1282 * gcc.c-torture/compile/981006-1.c: Likewise.
1283 * gcc.c-torture/execute/loop-2e.x: Likewise.
1284 * gcc.c-torture/execute/loop-2f.x: Remove.
1285 * gcc.c-torture/execute/loop-2g.x: Likewise.
1286 * gcc.c-torture/execute/strct-varg-1.x: Likewise.
1287 * gcc.dg/20020312-2.c: Remove traces of dead ports.
1288
1289 2003-12-30 Nathan Sidwell <nathan@codesourcery.com>
1290
1291 PR c++/13507
1292 * g++.dg/ext/attrib11.C: New test.
1293
1294 PR c++/13494
1295 * g++.dg/template/array2-1.C: New test.
1296 * g++.dg/template/array2-2.C: New test.
1297
1298 2003-12-29 Mark Mitchell <mark@codesourcery.com>
1299
1300 * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
1301
1302 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
1303
1304 PR c++/12774
1305 * g++.dg/template/array1-1.C: New test.
1306 * g++.dg/template/array1-2.C: New test.
1307
1308 2003-12-29 Roger Sayle <roger@eyesopen.com>
1309
1310 PR fortran/12632
1311 * g77.dg/12632.f: New test case.
1312
1313 2003-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1314
1315 PR c++/13289
1316 * g++.dg/parse/nontype1.C: New test.
1317
1318 2003-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1319
1320 PR c++/12403
1321 * g++.dg/parse/explicit1.C: New test.
1322 * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
1323
1324 2003-12-28 Mark Mitchell <mark@codesourcery.com>
1325
1326 PR c++/13081
1327 * g++.dg/opt/inline6.C: New test.
1328
1329 PR c++/12613
1330 * g++.dg/parse/error9.C: New test.
1331
1332 * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
1333
1334 2003-12-28 Mark Mitchell <mark@codesourcery.com>
1335
1336 PR c++/13009
1337 * g++.dg/init/assign1.C: New test.
1338
1339 2003-12-28 Roger Sayle <roger@eyesopen.com>
1340
1341 PR c++/13070
1342 * g++.dg/warn/format3.C: New test case.
1343
1344 2003-12-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1345
1346 * gcc.c-torture/compile/20031227-1.c: New test.
1347
1348 2003-12-23 Mark Mitchell <mark@codesourcery.com>
1349
1350 * g++.dg/bprob/bprob.exp: Load target-supports.exp
1351 * g77.dg/bprob/bprob.exp: Likewise.
1352 * gcc.misc-tests/bprob.exp: Likewise.
1353 * gcc.dg/builtins-18.c: Use builtins-config.h. Do not test float
1354 variants on systems where the library does not provide that
1355 functionality.
1356 * gcc.dg/builtins-20.c: Use builtins-config.h.
1357 * gcc.dg/builtins-config.h: New file.
1358
1359 2003-12-23 Mark Mitchell <mark@codesourcery.com>
1360
1361 * lib/gcc-dg.exp (dg-require-profiling): New function.
1362 * lib/target-supports.exp (check_profiling_available): Likewise.
1363 * g++.dg/bprob/bprob.exp: Use check_profiling_available.
1364 * g77.dg/bprob/bprob.exp: Likewise.
1365 * gcc.misc-tests/bprob.exp: Likewise.
1366 * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
1367 * gcc.dg/20021014-1.c: Likewise.
1368 * gcc.dg/nest.c: Likewise.
1369
1370 2003-12-23 Mark Mitchell <mark@codesourcery.com>
1371
1372 * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
1373 compiling.
1374 * g++.dg/lookup/java2.C: Likewise.
1375 * gcc.dg/cpp/lexident.c: Likewise.
1376
1377 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
1378
1379 * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
1380 given.
1381 * gcc.c-torture/compile/961203-1.c: Likewise.
1382 * gcc.c-torture/compile/980506-1.c: Likewise.
1383
1384 2003-12-23 Zack Weinberg <zack@codesourcery.com>
1385
1386 * lib/gcc-dg.exp (dg-prune-output): New annotation.
1387 (additional_prunes): New global.
1388 (gcc-dg-prune): Handle additional per-test pruning.
1389 (dg-test): Clear additional_prunes between tests.
1390
1391 * gcc.c-torture/compile/920625-1.c: Remove xfail. Use
1392 dg-prune-output to avoid spurious failures from assembler
1393 complaining about nonexistent WAW violations.
1394 * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
1395 Use dg-prune-output to avoid spurious failures from assembler
1396 warning about Itanium B-step errata.
1397
1398 2003-12-23 Mark Mitchell <mark@codesourcery.com>
1399
1400 * g++.dg/abi/macro0.C: New test.
1401 * g++.dg/abi/macro1.C: Likewise.
1402 * g++.dg/abi/macro2.C: Likewise.
1403
1404 * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
1405 * g++.dg/abi/bitfield7.C: Likewise.
1406 * g++.dg/abi/dtor2.C: Likewise.
1407 * g++.dg/abi/mangle11.C: Likewise.
1408 * g++.dg/abi/mangle12.C: Likewise.
1409 * g++.dg/abi/mangle14.C: Likewise.
1410 * g++.dg/abi/mangle17.C: Likewise.
1411 * g++.dg/abi/vbase10.C: Likewise.
1412 * g++.dg/abi/vbase14.C: Likewise.
1413 * g++.dg/template/qualttp17.C: Likewise.
1414
1415 2003-12-21 Andrew Pinski <pinskia@physics.uc.edu>
1416
1417 PR c/11995
1418 * gcc.dg/20031223-1.c: New test.
1419
1420 2003-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
1421
1422 * gcc.dg/noreturn-7.c: New test.
1423
1424 2003-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
1425
1426 * gcc.dg/null-pointer-1.c: New test.
1427
1428 2003-12-22 Mark Mitchell <mark@codesourcery.com>
1429
1430 * g++.old-deja/g++.jason/template18.C: Remove.
1431 * g++.old-deja/g++.jason/template37.C: Likewise.
1432
1433 PR c++/12862
1434 * g++.dg/lookup/ns1.C: New test.
1435
1436 PR c++/12397
1437 * g++.dg/template/lookup3.C: New test.
1438
1439 2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
1440
1441 * g++.dg/template/recurse1.C: New test
1442
1443 2003-12-22 Mark Mitchell <mark@codesourcery.com>
1444
1445 PR c++/12479
1446 * g++.dg/parse/semicolon1.C: New test.
1447 * g++.dg/parse/semicolon1.h: Likewise.
1448
1449 2003-12-22 Fariborz Jahanian <fjahanian@apple.com>
1450
1451 * gcc.dg/darwin-misaligned.c: New test.
1452
1453 2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
1454
1455 PR c/9163
1456 * gcc.dg/20031222-1.c: New test.
1457
1458 2003-12-21 Mark Mitchell <mark@codesourcery.com>
1459
1460 PR c++/13438
1461 * g++.dg/parse/error8.C: New test.
1462
1463 PR c++/11554
1464 * testsuite/g++.dg/warn/ctor-init-1.C: New test.
1465
1466 2003-12-21 Kazu Hirata <kazu@cs.umass.edu>
1467
1468 * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
1469 too small.
1470 * gcc.c-torture/compile/930217-1.c: Likewise.
1471 * gcc.c-torture/compile/930513-1.c: Likewise.
1472 * gcc.c-torture/execute/920908-2.c: Likewise.
1473 * gcc.c-torture/execute/921204-1.c: Likewise.
1474 * gcc.c-torture/execute/930621-1.c: Likewise.
1475 * gcc.c-torture/execute/930630-1.c: Likewise.
1476 * gcc.c-torture/execute/931031-1.c: Likewise.
1477 * gcc.c-torture/execute/980602-2.c: Likewise.
1478 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1479 * gcc.c-torture/execute/compndlit-1.c: Likewise.
1480 * gcc.c-torture/execute/extzvsi.c: Likewise.
1481 * gcc.c-torture/unsorted/ext.c: Likewise.
1482
1483 2003-12-20 Andrew Pinski <pinskia@gcc.gnu.org>
1484
1485 PR target/12749
1486 * gcc.c-torture/compile/20031220-2.c: New test case.
1487
1488 2003-12-20 Roger Sayle <roger@eyesopen.com>
1489
1490 PR optimization/13031
1491 * gcc.c-torture/compile/20031220-1.c: New test case.
1492
1493 2003-12-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1494
1495 * gcc.dg/cast-function-1.c: New test.
1496
1497 2003-12-19 Joseph S. Myers <jsm@polyomino.org.uk>
1498
1499 * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
1500 formats.
1501
1502 2003-12-19 Mark Mitchell <mark@codesourcery.com>
1503
1504 PR c++/12795
1505 * g++.dg/ext/attrib10.C: New test.
1506
1507 2003-12-19 Jakub Jelinek <jakub@redhat.com>
1508
1509 * gcc.dg/cleanup-10.c: New test.
1510 * gcc.dg/cleanup-11.c: New test.
1511
1512 2003-12-19 Jakub Jelinek <jakub@redhat.com>
1513
1514 PR c++/13239
1515 * g++.dg/opt/expect1.C: New test.
1516
1517 2003-12-19 Hartmut Penner <hpenner@de.ibm.com>
1518
1519 * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
1520
1521 2003-12-18 Andrew Pinski <pinskia@physics.uc.edu>
1522
1523 PR debug/12923
1524 * gcc.dg/20031218-1.c: New test.
1525
1526 PR debug/12389
1527 * gcc.dg/20031218-2.c: New test.
1528 * gcc.dg/20031218-3.c: New test.
1529
1530 * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
1531 of label name and allow for USER_LABEL_PREFIX == "_" names.
1532 * g++.dg/abi/mangle18-2.C: Likewise.
1533 * g++.dg/abi/mangle19-1.C: Likewise.
1534 * g++.dg/abi/mangle19-2.C: Likewise.
1535 * g++.dg/abi/mangle20-1.C: Likewise.
1536 * g++.dg/abi/mangle20-2.C: Likewise.
1537
1538 2003-12-18 Richard Henderson <rth@redhat.com>
1539
1540 * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
1541
1542 2003-12-18 Steven Bosscher <steven@gcc.gnu.org>
1543 Dan Kegel <dank@kegel.com>
1544
1545 PR other/12009
1546 * g++.dg/compat/compat.exp: Do not set LD_LIBRARY_PATH when
1547 testing a cross compiler, it causes spurious compile failures.
1548 * lib/g++.exp: Likewise.
1549
1550 2003-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1551
1552 PR c++/13262
1553 * g++.dg/template/access13.C: New test.
1554
1555 2003-12-18 Ulrich Weigand <uweigand@de.ibm.com>
1556
1557 * gcc.dg/20031216-1.c: New test.
1558
1559 2003-12-18 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1560
1561 PR c++/9154
1562 * g++.dg/template/error10.C: New test.
1563
1564 2003-12-18 Eric Botcazou <ebotcazou@libertysurf.fr>
1565
1566 * g++.dg/eh/simd-1.C: XFAIL on SPARC.
1567 * g++.dg/eh/simd-2.C: Likewise.
1568
1569 2003-12-17 James E Wilson <wilson@specifixinc.com>
1570 Roger Sayle <roger@eyesopen.com>
1571
1572 * gcc.c-torture/execute/ieee/mzero5.c: New.
1573
1574 2003-12-17 Mark Mitchell <mark@codesourcery.com>
1575
1576 PR c++/10603
1577 * g++.dg/parse/error6.C: New test.
1578
1579 PR c++/12827
1580 * g++.dg/parse/error7.C: New test.
1581
1582 2003-12-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1583
1584 * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
1585 at -O with stabs debugging formats.
1586 * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
1587 * gcc.dg/debug/debug-2.c: Likewise.
1588
1589 2003-12-16 Mark Mitchell <mark@codesourcery.com>
1590
1591 PR c++/12696
1592 * g++.dg/init/error1.C: New test.
1593
1594 PR c++/12218
1595 * g++.dg/init/pm3.C: New test.
1596
1597 2003-12-17 Joseph S. Myers <jsm@polyomino.org.uk>
1598
1599 PR c/3347
1600 * gcc.dg/bitfld-8.c: New test.
1601
1602 2003-12-16 James Lemke <jim@wasabisystems.com>
1603
1604 * gcc.dg/arm-scd42-[123].c: New tests.
1605
1606 2003-12-16 Nathan Sidwell <nathan@codesourcery.com>
1607
1608 PR c++/9043
1609 * g++.dg/abi/mangle20-1.C: New test.
1610 * g++.dg/abi/mangle20-2.C: New test.
1611
1612 2003-12-16 Mark Mitchell <mark@codesourcery.com>
1613
1614 PR c++/13275
1615 * g++.dg/other/offsetof2.C: Remove XFAIL.
1616 * g++.dg/parse/offsetof1.C: New test.
1617 * g++.gd/parse/offsetof2.C: Likewise.
1618
1619 2003-12-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1620
1621 * g++.dg/template/nontype3.C: New test.
1622 * g++.dg/template/static2.C: Tweaked the dg-error clause.
1623
1624 2003-12-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1625
1626 * g++.dg/warn/noreturn-3.C: Also test instantiation.
1627
1628 2003-12-16 Nathan Sidwell <nathan@codesourcery.com>
1629
1630 PR c++/13387
1631 * g++.dg/expr/assign1.C: New test.
1632
1633 PR c++/13242
1634 * g++.dg/abi/mangle19-1.C: New test.
1635 * g++.dg/abi/mangle19-2.C: New test.
1636
1637 2003-12-16 Hartmut Penner <hpenner@de.ibm.com>
1638
1639 * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
1640
1641 2003-12-16 Eric Botcazou <ebotcazou@libertysurf.fr>
1642
1643 * gcc.c-torture/execute/20031216-1.c: New test.
1644
1645 2003-12-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1646
1647 * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
1648 an ICE regression.
1649
1650 2003-12-15 Mark Mitchell <mark@codesourcery.com>
1651
1652 PR c++/10926
1653 * g++.dg/template/error9.C: New test.
1654
1655 PR c++/11116
1656 * g++.dg/template/error8.C: New test.
1657
1658 2003-12-15 Roger Sayle <roger@eyesopen.com>
1659
1660 PR middle-end/13400
1661 * gcc.c-torture/execute/20031215-1.c: New test case.
1662
1663 2003-12-15 Mark Mitchell <mark@codesourcery.com>
1664
1665 PR c++/13269
1666 * g++.dg/parse/error5.C: New test.
1667
1668 PR c++/12989
1669 * g++.dg/expr/sizeof1.C: New test.
1670
1671 PR c++/13310
1672 * g++.dg/template/crash15.C: New test.
1673
1674 2003-12-15 Geoffrey Keating <geoffk@apple.com>
1675
1676 * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
1677 a non-POD type as the last named parameter of a varargs function.
1678
1679 2003-12-15 Mark Mitchell <mark@codesourcery.com>
1680
1681 PR c++/13243
1682 PR c++/12573
1683 * g++.dg/template/crash14.C: New test.
1684 * g++.dg/template/dependent-expr3.C: Add dg-error markers.
1685
1686 2003-12-15 Nathan Sidwell <nathan@codesourcery.com>
1687
1688 * g++.dg/other/java1.C: New test.
1689
1690 PR c++/13241
1691 * g++.dg/abi/mangle18-1.C: New test.
1692 * g++.dg/abi/mangle18-2.C: New test.
1693
1694 2003-12-15 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1695
1696 PR optimization/10312
1697 * gcc.c-torture/execute/20031214-1.c: New.
1698
1699 2003-12-14 Mark Mitchell <mark@codesourcery.com>
1700
1701 PR c++/10779
1702 PR c++/12160
1703 * g++.dg/parse/error3.C: New test.
1704 * g++.dg/parse/error4.C: Likewise.
1705 * g++.dg/abi/mangle4.C: Tweak error messages.
1706 * g++.dg/lookup/using5.C: Likewise.
1707 * g++.dg/other/error2.C: Likewise.
1708 * g++.dg/parse/typename5.C: Likewise.
1709 * g++.dg/parse/undefined1.C: Likewise.
1710 * g++.dg/template/arg2.C: Likewise.
1711 * g++.dg/template/ttp3.C: Likewise.
1712 * g++.dg/template/type1.C: Likewise.
1713 * g++.old-deja/g++.other/crash32.C: Likewise.
1714 * g++.old-djea/g++.pt/defarg8.C: Likewise.
1715
1716 2003-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1717
1718 PR c++/13106
1719 * g++.dg/warn/noreturn-3.C: New test.
1720
1721 2003-12-12 Nathan Sidwell <nathan@codesourcery.com>
1722
1723 PR c++/13118
1724 * g++.dg/abi/covariant3.C: New.
1725
1726 2003-12-12 Jakub Jelinek <jakub@redhat.com>
1727
1728 * g++.dg/eh/ia64-1.C: New test.
1729
1730 2003-12-12 Roger Sayle <roger@eyesopen.com>
1731
1732 PR optimization/13037
1733 * g77.f-torture/execute/13037.f: New test case.
1734
1735 2003-12-12 Nathan Sidwell <nathan@codesourcery.com>
1736
1737 PR c++/12881
1738 * g++.dg/abi/covariant2.C: New.
1739
1740 2003-12-12 Neil Booth <neil@daikokuya.co.uk>
1741
1742 * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
1743
1744 2003-12-11 Zack Weinberg <zack@codesourcery.com>
1745
1746 * gcc.c-torture/execute/wchar_t-1.x: Delete.
1747
1748 2003-12-10 Robert Schiele <rschiele@uni-mannheim.de>
1749
1750 PR other/10819
1751 * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
1752 to fix Bug 10819.
1753 * lib/g++.exp (g++_version): Likewise.
1754 * lib/g77.exp (g77_version): Likewise.
1755 * lib/objc.exp (default_objc_version): Likewise.
1756
1757 2003-12-10 Richard Henderson <rth@redhat.com>
1758
1759 * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
1760
1761 * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
1762
1763 2003-12-08 Matt Austern <austern@apple.com>
1764
1765 PR c/13134
1766 * lib/gcc-dg.exp (dg-require-visibility): Define.
1767 * lib/target-supports (check_visibility_available): Define.
1768 * gcc.dg/visibility-1.c: New test.
1769 * gcc.dg/visibility-2.c: Likewise.
1770 * gcc.dg/visibility-3.c: Likewise.
1771 * gcc.dg/visibility-4.c: Likewise.
1772 * gcc.dg/visibility-5.c: Likewise.
1773 * gcc.dg/visibility-6.c: Likewise.
1774 * g++.dg/ext/visibility-1.C: Likewise.
1775 * g++.dg/ext/visibility-2.C: Likewise.
1776 * g++.dg/ext/visibility-3.C: Likewise.
1777 * g++.dg/ext/visibility-4.C: Likewise.
1778 * g++.dg/ext/visibility-5.C: Likewise.
1779 * g++.dg/ext/visibility-6.C: Likewise.
1780
1781 2003-12-07 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1782
1783 * g++.dg/lookup/java1.C: New test.
1784 * g++.dg/lookup/java2.C: New test.
1785
1786 2003-12-07 Falk Hueffner <falk@debian.org>
1787
1788 * g++.dg/opt/noreturn-1.C: New test.
1789
1790 2003-12-07 Wolfgang Bangerth <bangerth@dealii.org>
1791
1792 * gcc.dg/overflow-1.c: New test.
1793
1794 2003-12-07 Eric Botcazou <ebotcazou@libertysurf.fr>
1795
1796 * g77.f-torture/compile/13060.f: New test.
1797
1798 2003-12-06 Mark Mitchell <mark@codesourcery.com>
1799
1800 PR c++/13323
1801 * g++.dg/inherit/operator2.C: New test.
1802
1803 2003-12-05 Mark Mitchell <mark@codesourcery.com>
1804
1805 PR c++/13305
1806 * g++.dg/ext/attrib9.C: New test.
1807
1808 2003-12-05 Mark Mitchell <mark@codesourcery.com>
1809
1810 PR c++/13314
1811 * g++.dg/template/error7.C: New test.
1812
1813 2003-12-05 Stuart Menefy <stuart.menefy@st.com>
1814 J"orn Rennecke <joern.rennecke@superh.com>
1815
1816 PR target/13302
1817 * g++.dg/other/struct-va_list.C: New test.
1818
1819 2003-12-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1820
1821 PR c++/13166
1822 * g++.dg/parse/defarg6.C: New test.
1823
1824 2003-12-05 Hans-Peter Nilsson <hp@axis.com>
1825
1826 PR target/13256
1827 * gcc.c-torture/execute/20031201-1.c: New test.
1828
1829 2003-12-05 Arnaud Charlet <charlet@act-europe.fr>
1830
1831 * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
1832
1833 2003-12-05 Eric Botcazou <ebotcazou@libertysurf.fr>
1834
1835 * gcc.dg/builtin-return-1.c: New test.
1836
1837 2003-12-04 Stuart Menefy <stuart.menefy@st.com>
1838 J"orn Rennecke <joern.rennecke@superh.com>
1839
1840 PR optimization/13260
1841 * gcc.c-torture/execute/20031204-1.c: New test.
1842
1843 2003-12-03 Mark Mitchell <mark@codesourcery.com>
1844
1845 PR c++/9127
1846 * g++.dg/template/error6.C: New test.
1847
1848 2003-12-03 Jakub Jelinek <jakub@redhat.com>
1849
1850 * gcc.dg/20031202-1.c: New test.
1851
1852 2003-12-03 Mark Mitchell <mark@codesourcery.com>
1853
1854 PR c++/13179
1855 * g++.dg/template/eh1.C: New test.
1856
1857 PR c++/10771
1858 * g++.dg/template/error5.C: New test.
1859
1860 2003-12-02 David Ung <davidu@mips.com>
1861
1862 * gcc.dg/compat/vector-check.h: Corrected type for var
1863 g_##TMODE
1864
1865 2003-12-02 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1866
1867 PR c++/10126
1868 * g++.dg/template/ptrmem8.C: New test.
1869
1870 2003-12-02 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1871
1872 PR c++/12573
1873 * g++.dg/template/dependent-expr3.C: New test.
1874
1875 2003-12-01 James Lemke <jim@wasabisystems.com>
1876
1877 * gcc.dg/arm-g2.c: New test.
1878
1879 2003-12-01 Roger Sayle <roger@eyesopen.com>
1880
1881 PR optimization/11634
1882 * gcc.dg/20031201-2.c: New test case.
1883
1884 2003-12-01 Zack Weinberg <zack@codesourcery.com>
1885
1886 PR 11433
1887 * objc.dg/proto-lossage-3.m: New test.
1888
1889 2003-12-01 Roger Sayle <roger@eyesopen.com>
1890
1891 PR optimization/12628
1892 * gcc.dg/20031201-1.c: New test case.
1893
1894 2003-12-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1895
1896 * gcc.dg/unaligned-1.c: New test.
1897
1898 2003-11-30 Mark Mitchell <mark@codesourcery.com>
1899
1900 PR c++/9849
1901 * g++.dg/template/error4.C: New test.
1902 * g++.dg/template/nested3.C: Adjust error markers.
1903
1904 2003-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1905
1906 * gcc.dg/cpp/assert4.c: Check more #system assertions.
1907
1908 2003-11-29 Joseph S. Myers <jsm@polyomino.org.uk>
1909
1910 PR c/10333
1911 * gcc.dg/bitfld-7.c: New test.
1912
1913 2003-11-29 Richard Sandiford <rsandifo@redhat.com>
1914
1915 * gcc.dg/tls/asm-1.C: New test.
1916
1917 2003-11-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1918
1919 * gcc.dg/cpp/assert4.c: Update.
1920
1921 2003-11-28 Eric Botcazou <ebotcazou@libertysurf.fr>
1922
1923 * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
1924 * gcc.dg/builtin-apply3.c: New test.
1925
1926 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1927
1928 * lib/compat.exp (compat-obj): New xfaildata parameter.
1929 Use it to set compiler_conditional_xfail_data before compiling.
1930 (compat-get-options): Handle dg-xfail-if.
1931 (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
1932 * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
1933 * gcc.dg/compat/vector-1_y.c: Likewise.
1934 * gcc.dg/compat/vector-2_x.c: Likewise.
1935 * gcc.dg/compat/vector-2_y.c: Likewise.
1936
1937 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1938
1939 * g++.dg/opt/reg-stack4.C: New test.
1940
1941 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1942
1943 * gcc.dg/builtin-apply2.c: New test.
1944
1945 2003-11-26 Eric Botcazou <ebotcazou@libertysurf.fr>
1946
1947 * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
1948
1949 2003-11-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1950
1951 PR c++/12924
1952 * g++.dg/template/template-id-2.C: New test.
1953
1954 2003-11-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1955
1956 PR c++/5369
1957 * g++.dg/template/memfriend1.C: New test.
1958 * g++.dg/template/memfriend2.C: Likewise.
1959 * g++.dg/template/memfriend3.C: Likewise.
1960 * g++.dg/template/memfriend4.C: Likewise.
1961 * g++.dg/template/memfriend5.C: Likewise.
1962 * g++.dg/template/memfriend6.C: Likewise.
1963 * g++.dg/template/memfriend7.C: Likewise.
1964 * g++.dg/template/memfriend8.C: Likewise.
1965 * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
1966
1967 2003-11-21 Mark Mitchell <mark@codesourcery.com>
1968
1969 PR c++/12515
1970 * g++.dg/ext/cond1.C: New test.
1971
1972 2003-11-20 Richard Henderson <rth@redhat.com>
1973
1974 * gcc.dg/20020201-2.c: Remove.
1975 * gcc.dg/20020201-4.c: Remove.
1976 * gcc.dg/20020304-1.c: Remove.
1977
1978 2003-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
1979
1980 * gcc.dg/cpp/trad/xwin1.c: New test case.
1981
1982 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
1983
1984 * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
1985 * lib/g77.exp: Likewise.
1986 * lib/objc.exp: Likewise.
1987 * lib/g++.exp: Likewise, add -multiply_defined suppress flag
1988 for darwin.
1989
1990 2003-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1991
1992 PR c++/12932
1993 * g++.dg/template/static5.C: New test.
1994
1995 2003-11-18 Joseph S. Myers <jsm@polyomino.org.uk>
1996
1997 * gcc.dg/nested-func-1.c: New test.
1998
1999 2003-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2000
2001 * gcc.dg/cpp/assert4.c: New test.
2002
2003 2003-11-14 Giovanni Bajo <giovannibajo@libero.it>
2004
2005 PR c++/2294
2006 * g++.dg/lookup/using9.c: New test.
2007
2008 2003-11-14 Mark Mitchell <mark@codesourcery.com>
2009
2010 PR c++/12762
2011 * g++.dg/template/error3.C: New test.
2012
2013 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2014
2015 PR ada/13035
2016 * ada/acats/run_acats, run_all.sh: Fix syntax error.
2017 No longer use a wrapper for gcc, since this does not work under
2018 Windows.
2019
2020 2003-11-14 Giovanni Bajo <giovannibajo@libero.it>
2021
2022 PR c++/2094
2023 * g++.dg/template/ptrmem7.C: New test.
2024
2025 2003-11-13 Andrew Pinski <apinski@apple.com>
2026
2027 * gcc.c-torture/compile/20031113-1.c: New test.
2028
2029 2003-11-13 Mark Mitchell <mark@codesourcery.com>
2030 Kean Johnston <jkj@sco.com>
2031
2032 PR c/13029
2033 * gcc.dg/unused-4.c: Update.
2034
2035 2003-11-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2036
2037 * g++.dg/opt/const3.C: New test.
2038
2039 2003-11-13 Jan Hubicka <jh@suse.cz>
2040
2041 * gcc.c-torture/compile/20031112-1.c: New test.
2042
2043 2003-11-12 Mark Mitchell <mark@codesourcery.com>
2044
2045 * g++.dg/parse/crash10.C: Remove bogus error marker.
2046
2047 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2048
2049 * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
2050 (host_gcc): Likewise.
2051 (ROOT): Honor $PWDCMD.
2052 (BASE): Likewise.
2053 * ada/acats/run_all.sh (dir): Honor $PWDCMD.
2054
2055 2003-11-12 Catherine Moore <clm@redhat.com>
2056
2057 * gcc.c-torture/execute/20020720-1.x: Add xfail for frv-*-*.
2058
2059 2003-11-12 Andreas Jaeger <aj@suse.de>
2060 Jakub Jelinek <jakub@redhat.com>
2061 Andrew Pinski <pinskia@physics.uc.edu>
2062 Richard Henderson <rth@redhat.com>
2063
2064 * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
2065 systems.
2066 * gcc.dg/c99-const-expr-2.c (foo): Likewise.
2067
2068 * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
2069 * gcc.dg/i386-pentium4-not-mull.c: Likewise.
2070
2071 2003-11-11 Andreas Jaeger <aj@suse.de>
2072
2073 * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
2074
2075 * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
2076
2077 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
2078
2079 * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
2080 Clean ups.
2081
2082 2003-11-10 Waldek Hebisch <hebisch@math.uni.wroc.pl>
2083
2084 * gcc.dg/trampoline-1.c: New test.
2085
2086 2003-11-09 Andrew Pinski <pinskia@physics.uc.edu>
2087
2088 * gcc.c-torture/compile/200031109-1.c: New test.
2089
2090 2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
2091
2092 PR c/3190
2093 PR c/8714
2094 * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
2095 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
2096 gcc.dg/format/no-y2k-1.c: Update.
2097
2098 2003-11-08 Roger Sayle <roger@eyesopen.com>
2099
2100 PR optimization/10467
2101 * gcc.dg/20031108-1.c: New test case.
2102
2103 2003-11-07 Geoffrey Keating <geoffk@apple.com>
2104
2105 * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
2106
2107 2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
2108
2109 * gcc.dg/compound-lvalue-1.c: New test.
2110 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
2111 some XFAILs.
2112
2113 2003-11-06 Geoffrey Keating <geoffk@apple.com>
2114
2115 * gcc.dg/altivec-varargs-1.c: New test.
2116
2117 2003-11-05 Eric Botcazou <ebotcazou@libertysurf.fr>
2118
2119 * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
2120 * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
2121 * gcc.c-torture/execute/simd-4.x: New file. XFAIL on SPARC at -O0.
2122 * gcc.c-torture/execute/va-arg-25.x: New file. XFAIL on SPARC.
2123 * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
2124
2125 2003-11-05 Joseph S. Myers <jsm@polyomino.org.uk>
2126
2127 * gcc.dg/cond-lvalue-1.c: New test.
2128
2129 2003-11-05 Gernot Hillier <gernot.hillier@siemens.com>
2130
2131 * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
2132
2133 2003-11-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2134
2135 PR c++/11616
2136 * g++.dg/template/instantiate5.C: New test.
2137
2138 2003-11-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2139
2140 PR c++/12726
2141 * g++.dg/ext/complit2.C: Replace test with self-contained version.
2142 * ChangeLog: Add missing first entry for above test.
2143
2144 2003-11-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2145
2146 PR c++/9810
2147 * g++.dg/template/using8.C: New test.
2148 * g++.old-deja/g++.other/access11.C: Adjust expected error location.
2149
2150 2003-11-02 Roger Sayle <roger@eyesopen.com>
2151
2152 PR optimization/10817
2153 * gcc.c-torture/compile/20031102-1.c: New test case.
2154
2155 2003-11-02 Kazu Hirata <kazu@cs.umass.edu>
2156
2157 * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
2158 2147483647.
2159
2160 2003-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
2161
2162 * gcc.dg/20031102-1.c: New test.
2163
2164 2003-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
2165
2166 * gcc.dg/complex-1.c: New test.
2167
2168 2003-11-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2169
2170 PR c++/12796
2171 * g++.dg/template/crash13.C: Adjust expected error location.
2172 * g++.old-deja/g++.brendan/ns1.C: Likewise.
2173
2174 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
2175
2176 * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2177
2178 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
2179
2180 PR/10239
2181 * gcc.c-torture/compile/20031031-2.c: New test.
2182
2183 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
2184
2185 PR/11640
2186 * gcc.c-torture/compile/20031031-1.c: New test.
2187
2188 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
2189
2190 * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2191 * gcc.misc-tests/bprob.exp: Likewise.
2192 * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
2193 the execution test on arm-elf configs.
2194 * g77.dg/execute/10197.x: New file. XFAIL the execution test on
2195 configs that don't support scratch files.
2196 * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
2197
2198 2003-10-30 Arnaud Charlet <charlet@act-europe.fr>
2199
2200 * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
2201 done by dejagnu.
2202
2203 2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
2204
2205 * ada/acats/run_all.sh: Redirect mv output to /dev/null
2206 Avoid non pure sh syntax. Add more logging.
2207
2208 * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
2209 fail.
2210
2211 2003-10-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2212
2213 PR libgcj/10610
2214 * gcc.dg/ppc-stackalign-1.c: New test.
2215
2216 2003-10-28 Arnaud Charlet <charlet@act-europe.fr>
2217
2218 * ada/acats/run_all.sh: Change output to be more compliant with
2219 dejagnu framework.
2220 Create acats.sum and acats.log files under testsuite/ada/acats
2221 Only run [a-z]* directories, to filter out e.g. CVS.
2222 Redirect build output to log file.
2223
2224 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
2225
2226 * README.ada: Removed, integrated in ../doc/sourcebuild.texi
2227
2228 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
2229
2230 PR ada/5909:
2231 * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
2232
2233 2003-10-27 Jakub Jelinek <jakub@redhat.com>
2234
2235 * gcc.c-torture/compile/20031023-1.c: New test.
2236 * gcc.c-torture/compile/20031023-2.c: New test.
2237 * gcc.c-torture/compile/20031023-3.c: New test.
2238 * gcc.c-torture/compile/20031023-4.c: New test.
2239
2240 2003-10-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2241
2242 PR c++/10371
2243 * g++.dg/lookup/scoped8.C: New test.
2244
2245 2003-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
2246
2247 * g++.dg/opt/reg-stack3.C: New test.
2248
2249 2003-10-24 Joseph S. Myers <jsm@polyomino.org.uk>
2250
2251 * gcc.dg/c99-arraydecl-2.c: New test. PR c/11943.
2252
2253 2003-10-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2254
2255 PR c++/11076
2256 * g++.dg/template/crash13.C: New test.
2257
2258 2003-10-24 Joseph S. Myers <jsm@polyomino.org.uk>
2259
2260 * gcc.dg/c99-restrict-2.c: New test.
2261
2262 2003-10-24 Nathan Sidwell <nathan@codesourcery.com>
2263
2264 PR c++/12698, c++/12699, c++/12700, c++/12566
2265 * g++.dg/inherit/covariant9.C: New test.
2266 * g++.dg/inherit/covariant10.C: New test.
2267 * g++.dg/inherit/covariant11.C: New test.
2268
2269 2003-10-23 Jason Merrill <jason@redhat.com>
2270
2271 PR c++/12726
2272 * g++.dg/ext/complit2.C: New test.
2273
2274 2003-10-20 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
2275
2276 PR target/12654
2277 * gcc.c-torture/execute/20031020-1.c: New test.
2278
2279 2003-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2280
2281 * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
2282 following the jump_insn.
2283
2284 2003-10-22 Joseph S. Myers <jsm@polyomino.org.uk>
2285
2286 * gcc.dg/cast-lvalue-1.c: New test.
2287
2288 2003-10-21 Mark Mitchell <mark@codesourcery.com>
2289
2290 PR c++/11962
2291 * g++.dg/template/cond2.C: New test.
2292
2293 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
2294
2295 * gcc.dg/builtins-28.c: New test.
2296
2297 2003-10-20 Jan Hubicka <jh@suse.cz>
2298
2299 * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
2300 parameter.
2301 * testsuite/gcc.dg/inline-2.c: Likewise.
2302
2303 2003-10-20 Phil Edwards <phil@codesourcery.com>
2304
2305 * gcc.dg/20021014-1.c: XFAIL for *-*-windiss targets.
2306 * gcc.dg/nest.c: Likewise.
2307
2308 2003-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2309
2310 PR c++/9781, c++/10583, c++/11862
2311 * g++.dg/parse/crash13.C: New test.
2312
2313 2003-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2314
2315 * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
2316
2317 2003-10-20 Eric Botcazou <ebotcazou@libertysurf.fr>
2318
2319 * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
2320 Define HAVE_C99_RUNTIME except on Solaris.
2321 * gcc.dg/builtins-20.c: Likewise.
2322
2323 2003-10-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2324
2325 * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
2326
2327 2003-10-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2328
2329 PR c++/12495
2330 * g++.dg/template/crash21.C: New test.
2331
2332 2003-10-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2333
2334 PR c++/2513
2335 * g++.dg/template/typename5.C: New test.
2336
2337 2003-10-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2338
2339 PR c++/12369
2340 * g++.dg/template/friend25.C: New test.
2341
2342 2003-10-16 Ziemowit Laski <zlaski@apple.com>
2343
2344 * objc.dg/try-catch-2.m: Relax target triple to all Darwin
2345 versions.
2346
2347 2003-10-16 Kazu Hirata <kazu@cs.umass.edu>
2348
2349 * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
2350 == 2147483647.
2351
2352 2003-10-15 Kazu Hirata <kazu@cs.umass.edu>
2353
2354 * gcc.c-torture/execute/960416-1.x: Remove.
2355 * gcc.c-torture/execute/divconst-3.x: Likewise.
2356
2357 2003-10-15 Hans-Peter Nilsson <hp@axis.com>
2358
2359 PR target/12598
2360 * gcc.dg/torture/cris-volatile-1.c: New test.
2361
2362 2003-10-14 Roger Sayle <roger@eyesopen.com>
2363
2364 PR optimization/9325
2365 * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
2366 for overflowing floating point to integer conversion during RTL
2367 simplification.
2368
2369 2003-10-13 Ziemowit Laski <zlaski@apple.com>
2370
2371 * objc/execute/_cmd.m: Fix typo.
2372 * objc.dg/image-info.m, objc.dg/symtab-1.m:
2373 Relax 'scan-assembler' regexp.
2374 * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
2375 objc.dg/try-catch-4.m: Run on non-Darwin targets.
2376 * objc.dg/zero-link-2.m: Remove blank line.
2377 * objc.dg/zero-link-3.m: New test case.
2378
2379 2003-10-13 Geoffrey Keating <geoffk@apple.com>
2380
2381 * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
2382
2383 * gcc.dg/asm-names.c: Use scan-assembler-not rather
2384 than linker trickery.
2385
2386 2003-10-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2387
2388 PR c++/12370
2389 * g++.dg/other/friend2.C: New test.
2390
2391 2003-10-12 Steven Bosscher <steven@gcc.gnu.org>
2392
2393 * gcc.dg/20031012-1.c: New test.
2394
2395 2003-10-12 Steven Bosscher <steven@gcc.gnu.org>
2396
2397 * gcc.dg/weak/weak-3.c: Fix for new warning.
2398
2399 2003-10-12 Kelley Cook <kcook@gcc.gnu.org>
2400
2401 PR optimization/8750
2402 * gcc.c-torture/execute/20031012-1.c: New test case.
2403
2404 2003-10-11 Roger Sayle <roger@eyesopen.com>
2405
2406 * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
2407 that inline strncmp as cmpstrsi on i386 when compiled with -Os.
2408
2409 2003-10-11 Roger Sayle <roger@eyesopen.com>
2410
2411 PR optimization/12260
2412 * gcc.c-torture/compile/20031011-2.c: New test case.
2413
2414 2003-10-11 Roger Sayle <roger@eyesopen.com>
2415
2416 * gcc.c-torture/execute/20031011-1.c: New testcase.
2417
2418 2003-10-11 Eric Botcazou <ebotcazou@libertysurf.fr>
2419
2420 * gcc.c-torture/compile/20031011-1.c: New test.
2421
2422 2003-10-11 Jan Hubicka <jh@suse.cz>
2423
2424 * g++.dg/other/first-global.C: New test.
2425
2426 2003-10-11 Roger Sayle <roger@eyesopen.com>
2427
2428 * gcc.c-torture/execute/string-opt-18.c: New testcase.
2429
2430 2003-10-10 Ian Lance Taylor <ian@wasabisystems.com>
2431
2432 * gcc.c-torture/compile/20031010-1.c: New test.
2433
2434 2003-10-10 Geoffrey Keating <geoffk@apple.com>
2435
2436 * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
2437 * gcc.c-torture/execute/va-arg-25.c: ... here.
2438
2439 2003-10-09 Mark Mitchell <mark@codesourcery.com>
2440
2441 * g++.dg/ext/attrib8.C: Only run it on x86 targets.
2442
2443 2003-10-08 Richard Sandiford <rsandifo@redhat.com>
2444
2445 * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
2446
2447 2003-10-08 Giovanni Bajo <giovannibajo@libero.it>
2448
2449 * g++.dg/parse/error2.C: New test.
2450
2451 2003-10-08 Giovanni Bajo <giovannibajo@libero.it>
2452
2453 PR c++/11097
2454 * g++.dg/other/error5.C: Modify the error message.
2455 * g++.dg/lookup/using8.C: New test.
2456
2457 2003-10-07 Geoffrey Keating <geoffk@apple.com>
2458
2459 * gcc.dg/darwin-abi-2.c: New file.
2460 * gcc.c-torture/execute/va-arg-24.c: New file.
2461
2462 2003-10-06 Bob Wilson <bob.wilson@acm.org>
2463
2464 * g++.dg/template/spec10.C: Set exit value to zero on success. Fix
2465 indentation.
2466
2467 2003-10-06 Mark Mitchell <mark@codesourcery.com>
2468
2469 PR c++/10147
2470 * g++.dg/other/error4.C: Update error messages.
2471 * g++.dg/template/ptrmem4.C: Likewise.
2472
2473 PR c++/12337
2474 * g++.dg/init/new9.C: New test.
2475
2476 PR c++/12334, c++/12236, c++/8656
2477 * g++.dg/ext/attrib8.C: New test.
2478
2479 2003-10-06 Devang Patel <dpatel@apple.com>
2480
2481 * gcc.dg/debug/dwarf2-3.h: New test.
2482 * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
2483
2484 2003-10-06 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
2485
2486 * g++.dg/opt/cfg2.C: New test.
2487
2488 2003-10-06 Eric Botcazou <ebotcazou@libertysurf.fr>
2489
2490 * g++.dg/opt/float1.C: New test.
2491
2492 2003-10-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2493
2494 * gcc.dg/c90-array-lval-6.c: New test.
2495 * gcc.dg/c99-array-lval-6.c: New test.
2496
2497 2003-10-03 Alexander Malmberg <alexander@malmberg.org>
2498 Ziemowit Laski <zlaski@apple.com>
2499
2500 * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
2501 'Derived', so that it is never considered a class method; add
2502 new warning for '+port' method ambiguity.
2503 * objc.dg/method-12.m: Include <objc/objc.h> instead of
2504 <objc/objc-api.h> (needed on Mac OS X).
2505 * objc.dg/method-13.m: New test.
2506
2507 2003-10-03 Roger Sayle <roger@eyesopen.com>
2508
2509 PR optimization/9325, PR java/6391
2510 * gcc.c-torture/execute/20031003-1.c: New test case.
2511
2512 2003-10-02 Mark Mitchell <mark@codesourcery.com>
2513
2514 PR optimization/12180
2515 * gcc.dg/20031002-1.c: New test.
2516
2517 PR c++/12486
2518 * g++.dg/inherit/error1.C: New test.
2519
2520 2003-10-02 Chris Demetriou <cgd@broadcom.com>
2521
2522 * lib/f-torture.exp (search_for): Rename to...
2523 (search_for_re): This. Also, clean up comments and the
2524 "regexp" invocation.
2525
2526 2003-10-02 Josef Zlomek <zlomekj@suse.cz>
2527
2528 * gcc.c-torture/compile/20031002-1.c: New test.
2529
2530 2003-10-02 Jakub Jelinek <jakub@redhat.com>
2531
2532 * g++.dg/opt/cond1.C: New test.
2533
2534 2003-10-01 Kelley Cook <kelleycook@wideopenwest.com>
2535
2536 * gcc.dg/Wold-style-definition-2.c: New testcase.
2537 * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
2538
2539 2003-09-29 Richard Henderson <rth@redhat.com>
2540
2541 * g++.dg/init/array10.C: Add dg-options.
2542
2543 2003-09-29 Eric Botcazou <ebotcazou@libertysurf.fr>
2544
2545 * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
2546
2547 2003-09-28 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2548
2549 * g++.dg/template/friend19.C: Fix typo.
2550 * g++.old-deja/g++.other/crash31.C: Adjust expected error.
2551
2552 2003-09-28 Richard Sandiford <rsandifo@redhat.com>
2553
2554 * gcc.c-torture/execute/20030928-1.c: New test.
2555 * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
2556
2557 2003-09-27 Eric Botcazou <ebotcazou@libertysurf.fr>
2558
2559 * g++.dg/opt/unroll1.C: New test.
2560
2561 2003-09-26 Roger Sayle <roger@eyesopen.com>
2562
2563 PR optimization/11741
2564 * gcc.dg/20030926-1.c: New test case.
2565
2566 2003-09-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2567
2568 PR c++/5655
2569 * g++.dg/parse/access7.C: New test.
2570 * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
2571
2572 2003-09-24 Ziemowit Laski <zlaski@apple.com>
2573
2574 MERGE OF objc-improvements-branch into MAINLINE:
2575 * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
2576 if libobjc has not been built.
2577 * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
2578 objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
2579 objc/execute/class-self-2.m, objc/execute/many_args_method.m,
2580 objc/execute/nested-3.m, objc/execute/np-2.m,
2581 objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
2582 objc/execute/redefining_self.m, objc/execute/root_methods.m,
2583 objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
2584 objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
2585 objc.dg/special/unclaimed-category-1.h,
2586 objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
2587 well as GNU runtime.
2588 * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
2589 * execute/cascading-1.m, execute/function-message-1.m,
2590 objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
2591 objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
2592 objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
2593 objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
2594 objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
2595 objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
2596 objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
2597 objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
2598 objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
2599 * objc.dg/bitfield-2.m: Run only on Darwin.
2600 * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
2601 objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
2602 objc.dg/proto-lossage-1.m: Adjust for message wording changes.
2603 * objc.dg/const-str-1.m: Fix constant string layout.
2604
2605 2003-09-24 Alexandre Oliva <aoliva@redhat.com>
2606
2607 * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
2608
2609 2003-09-23 Geoffrey Keating <geoffk@apple.com>
2610
2611 * gcc.dg/darwin-abi-1.c: New file.
2612
2613 2003-09-21 Andrew Pinski <pinskia@physics.uc.edu>
2614
2615 PR target/12281
2616 * gcc.c-torture/compile/20030921-1.c: New test.
2617
2618 2003-09-22 Eric Botcazou <ebotcazou@libertysurf.fr>
2619
2620 * g++.dg/opt/reg-stack2.C: New test.
2621
2622 2003-09-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
2623
2624 * g++.dg/eh/delayslot1.C: New test.
2625
2626 2003-09-20 Richard Henderson <rth@redhat.com>
2627
2628 * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
2629
2630 2003-09-20 Roger Sayle <roger@eyesopen.com>
2631
2632 * gcc.c-torture/execute/20030920-1.c: New test case.
2633
2634 2003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2635
2636 * g++.dg/rtti/typeid3.C: Correct expected error message.
2637
2638 2003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2639
2640 PR c++/157
2641 * g++.dg/parse/crash12.C: New test.
2642
2643 2003-09-19 Janis Johnson <janis187@us.ibm.com>
2644
2645 * gcc.dg/compat/mixed-struct-check.h: New.
2646 * gcc.dg/compat/mixed-struct-defs.h: New.
2647 * gcc.dg/compat/mixed-struct-init.h: New.
2648 * gcc.dg/compat/struct-by-value-19_main.c: New.
2649 * gcc.dg/compat/struct-by-value-19_x.c: New.
2650 * gcc.dg/compat/struct-by-value-19_y.c: New.
2651 * gcc.dg/compat/struct-by-value-20_main.c: New.
2652 * gcc.dg/compat/struct-by-value-20_x.c: New.
2653 * gcc.dg/compat/struct-by-value-20_y.c: New.
2654 * gcc.dg/compat/struct-return-19_main.c: New.
2655 * gcc.dg/compat/struct-return-19_x.c: New.
2656 * gcc.dg/compat/struct-return-19_y.c: New.
2657 * gcc.dg/compat/struct-return-20_main.c: New.
2658 * gcc.dg/compat/struct-return-20_x.c: New.
2659 * gcc.dg/compat/struct-return-20_y.c: New.
2660
2661 2003-09-19 Andrew Pinski <pinskia@physics.uc.edu>
2662 * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
2663 so that it will not complain on LP64 targets.
2664
2665 2003-09-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2666
2667 PR c++/495
2668 * g++.dg/template/friend24.C: New test.
2669
2670 2003-09-19 Nathan Sidwell <nathan@codesourcery.com>
2671
2672 PR c++/12332
2673 * g++.dg/template/memtmpl2.C: New test.
2674
2675 2003-09-18 Mark Mitchell <mark@codesourcery.com>
2676
2677 PR target/11184
2678 * gcc.dg/builtin-apply1.c: New test.
2679
2680 2003-09-18 Nathan Sidwell <nathan@codesourcery.com>
2681
2682 PR c++/9848
2683 * g++.dg/warn/Wunused-4.C: New test.
2684
2685 2003-09-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2686
2687 PR c++/12316
2688 * g++.dg/other/gc2.C: New test.
2689
2690 2003-09-17 Mark Mitchell <mark@codesourcery.com>
2691
2692 PR c++/11991
2693 * g++.dg/rtti/typeid3.C: New test.
2694
2695 PR c++/12266
2696 * g++.dg/overload/template1.C: New test.
2697
2698 2003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr>
2699
2700 * g++.dg/opt/cfg3.C: New test.
2701
2702 2003-09-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2703
2704 PR c++/7939
2705 * g++.dg/template/crash11.C: New test.
2706
2707 2003-09-16 Jason Merrill <jason@redhat.com>
2708 Jakub Jelinek <jakub@redhat.com>
2709
2710 * gcc.dg/attr-warn-unused-result.c: New test.
2711
2712 2003-09-15 Nathan Sidwell <nathan@codesourcery.com>
2713
2714 PR c++/12184
2715 * g++.dg/expr/call2.C: New test.
2716
2717 2003-09-15 Andreas Jaeger <aj@suse.de>
2718
2719 * gcc.dg/Wold-style-definition-1.c: New test.
2720
2721 2003-09-14 Mark Mitchell <mark@codesourcery.com>
2722
2723 PR c++/3907
2724 * g++.dg/parse/template12.C: New test.
2725
2726 * g++.dg/abi/bitfield11.C: New test.
2727 * g++.dg/abi/bitfield12.C: Likewise.
2728
2729 2003-09-14 Alexandre Oliva <aoliva@redhat.com>
2730
2731 * gcc.dg/cpp/separate-1.c: Adjust line of error. Test for correct
2732 non-expansion of functional macro name without arguments at EOL.
2733 * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change. Likewise.
2734
2735 2003-09-14 Richard Sandiford <rsandifo@redhat.com>
2736
2737 * gcc.c-torture/execute/20030914-[12].c: New tests.
2738
2739 2003-09-11 Nathan Sidwell <nathan@codesourcery.com>
2740
2741 PR c++/11788
2742 * g++.dg/overload/addr1.C: New test.
2743
2744 2003-09-10 Ian Lance Taylor <ian@wasabisystems.com>
2745
2746 * gcc.dg/20030909-1.c: New test.
2747
2748 2003-09-10 Eric Botcazou <ebotcazou@libertysurf.fr>
2749
2750 * gcc.dg/ultrasp10.c: New test.
2751
2752 2003-09-09 Devang Patel <dpatel@apple.com>
2753
2754 * gcc.dg/darwin-ld-6.c: New test.
2755
2756 2003-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2757
2758 * gcc.dg/torture/builtin-explog-1.c: New testcase.
2759
2760 2003-09-08 Mark Mitchell <mark@codesourcery.com>
2761
2762 * gcc.dg/ia64-types1.c: New test.
2763 * gcc.dg/ia64-types2.c: Likewise.
2764
2765 2003-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2766
2767 * gcc.dg/builtins-1.c: Add more _Complex tests.
2768 * gcc.dg/torture/builtin-attr-1.c: Likewise.
2769
2770 * gcc.dg/builtins-1.c: Test existing _Complex functions.
2771 * gcc.dg/torture/builtin-attr-1.c: Likewise.
2772
2773 2003-09-08 Mark Mitchell <mark@codesourcery.com>
2774
2775 PR c++/11786
2776 * g++.dg/lookup/koenig2.C: New test.
2777
2778 PR c++/5296
2779 * g++.dg/rtti/typeid2.C: New test.
2780
2781 2003-09-08 Jakub Jelinek <jakub@redhat.com>
2782
2783 * gcc.c-torture/compile/20030904-1.c: New test.
2784
2785 2003-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
2786
2787 * g++.dg/opt/longbranch2.C: New test.
2788
2789 2003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
2790
2791 * g++.dg/template/crash10.C: Only compile it.
2792
2793 2003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
2794
2795 PR middle-end/11665
2796 * gcc.c-torture/compile/20030907-1.c: New test.
2797 * g++.dg/init/array11.C: New test.
2798
2799 2003-09-07 Mark Mitchell <mark@codesourcery.com>
2800
2801 PR c++/11852
2802 * g++.dg/init/struct1.C: New test.
2803
2804 2003-09-07 Mark Mitchell <mark@codesourcery.com>
2805
2806 PR c++/12181
2807 * g++.dg/expr/comma1.C: New test.
2808
2809 2003-09-06 Mark Mitchell <mark@codesourcery.com>
2810
2811 PR c++/11867
2812 * g++.dg/expr/static_cast5.C: New test.
2813
2814 2003-09-06 Andrew Pinski <pinskia@physics.uc.edu>
2815
2816 PR c++/11507
2817 * g++.dg/lookup/scoped7.C: New test.
2818
2819 PR c++/9574
2820 * g++.dg/other/static1.C: New test.
2821
2822 PR c++/11490
2823 * g++.dg/warn/template-1.C: New test.
2824
2825 PR c++/11432
2826 * g++.dg/template/crash10.C: New test.
2827
2828 PR c++/2478
2829 * g++.dg/overload/VLA.C: New test.
2830
2831 PR c++/10804
2832 * g++.dg/template/call1.C: New test.
2833
2834 2003-09-06 Nathan Sidwell <nathan@codesourcery.com>
2835
2836 PR c++/11794
2837 * g++.dg/parse/using3.C: New test.
2838
2839 2003-09-06 Roger Sayle <roger@eyesopen.com>
2840
2841 PR c++/11409
2842 * g++.dg/overload/builtin3.C: New test case.
2843
2844 2003-09-06 Steven Bosscher <steven@gcc.gnu.org>
2845
2846 PR c/9862
2847 * gcc.dg/20030906-1.c: New test.
2848 * gcc.dg/20030906-2.c: Likewise.
2849
2850 2003-09-06 Nathan Sidwell <nathan@codesourcery.com>
2851
2852 PR c++/12167
2853 * g++.dg/parse/defarg5.C: New test.
2854
2855 * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
2856
2857 2003-09-05 Mark Mitchell <mark@codesourcery.com>
2858
2859 PR c++/12163
2860 * g++.dg/expr/static_cast4.C: New test.
2861
2862 PR c++/12146
2863 * g++.dg/template/crash9.C: New test.
2864
2865 2003-09-05 Andrew Pinski <pinskia@physics.uc.edu>
2866
2867 * g++.old-deja/g++.ext/pretty2.C: Update for change
2868 in __FUNCTION__.
2869 * g++.old-deja/g++.ext/pretty3.C: Likewise.
2870
2871 2003-09-05 Nathan Sidwell <nathan@codesourcery.com>
2872
2873 PR c++/11922
2874 * g++/dg/template/qualified-id1.C: New test.
2875
2876 PR c++/12037
2877 * g++.dg/warn/noeffect4.C: New test.
2878
2879 2003-09-04 Matt Austern <austern@apple.com>
2880
2881 * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
2882 * g++.dg/ext/fnname2.C: Likewise.
2883 * g++.dg/ext/fnname3.C: Likewise.
2884
2885 2003-09-04 Mark Mitchell <mark@codesourcery.com>
2886
2887 * g++.dg/expr/lval1.C: New test.
2888 * g++.dg/ext/lvcast.C: Remove.
2889
2890 2003-09-03 Roger Sayle <roger@eyesopen.com>
2891
2892 PR optimization/11700.
2893 * gcc.c-torture/compile/20030903-1.c: New test case.
2894
2895 2003-09-03 Mark Mitchell <mark@codesourcery.com>
2896
2897 PR c++/12053
2898 * g++.dg/abi/layout4.C: New test.
2899
2900 2003-09-02 Scott Brumbaugh <scottb.lists@verizon.net>
2901
2902 PR c++/11553
2903 * g++.dg/parse/friend3.C: New test.
2904
2905 2003-09-02 Mark Mitchell <mark@codesourcery.com>
2906
2907 PR c++/11847
2908 * g++.dg/template/class1.C: New test.
2909
2910 PR c++/11808
2911 * g++.dg/expr/call1.C: New test.
2912
2913 2003-09-01 Mark Mitchell <mark@codesourcery.com>
2914
2915 PR c++/12114
2916 * g++.dg/init/ref9.C: New test.
2917
2918 PR c++/11972
2919 * g++.dg/template/nested4.C: New test.
2920
2921 2003-08-29 Mark Mitchell <mark@codesourcery.com>
2922
2923 PR c++/12093
2924 * g++.dg/template/non-dependent4.C: New test.
2925
2926 PR c++/11928
2927 * g++.dg/inherit/conv1.C: New test.
2928
2929 2003-08-29 Mark Mitchell <mark@codesourcery.com>
2930
2931 PR c++/6196
2932 * g++.dg/ext/label1.C: New test.
2933 * g++.dg/ext/label2.C: Likewise.
2934
2935 2003-08-28 Mark Mitchell <mark@codesourcery.com>
2936
2937 * g++.dg/expr/cond3.C: New test.
2938
2939 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2940
2941 * gcc.dg/builtins-1.c: Add new builtin cases.
2942
2943 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2944
2945 * gcc.dg/builtins-1.c: Add new cases.
2946 * gcc.dg/torture/builtin-attr-1.c: Likewise.
2947
2948 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2949
2950 * gcc.dg/builtins-1.c: Add more math builtin tests.
2951 * gcc.dg/torture/builtin-attr-1.c: New test.
2952
2953 2003-08-28 Mark Mitchell <mark@codesourcery.com>
2954
2955 PR optimization/5079
2956 * g++.dg/opt/static3.C: New test.
2957
2958 2003-08-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2959
2960 * gcc.misc-tests/gcov-10b.c: New test.
2961
2962 2003-08-27 Mark Mitchell <mark@codesourcery.com>
2963
2964 * g++.dg/opt/ptrmem3.C: New test.
2965
2966 * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
2967
2968 2003-08-27 Jakub Jelinek <jakub@redhat.com>
2969
2970 * gcc.dg/20030826-2.c: New test.
2971
2972 2003-08-26 Roger Sayle <roger@eyesopen.com>
2973
2974 PR middle-end/12002
2975 * g77.f-torture/compile/12002.f: New test case.
2976
2977 2003-08-26 Roger Sayle <roger@eyesopen.com>
2978
2979 * gcc.dg/20030826-1.c: New test case.
2980
2981 2003-08-26 Matt Kraai <kraai@alumni.cmu.edu>
2982
2983 * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
2984
2985 2003-08-26 Nathan Sidwell <nathan@codesourcery.com>
2986
2987 PR c++/11871
2988 * c++.dg/lookup/crash1.C: New test.
2989
2990 * c++.dg/warn/noeffect3.C: New test.
2991
2992 2003-08-25 Janis Johnson <janis187@us.ibm.com>
2993
2994 * gcc.dg/compat/vector-1_x.c: Compile with -w.
2995 * gcc.dg/compat/vector-1_y.c: Ditto.
2996 * gcc.dg/compat/vector-2_x.c: Ditto.
2997 * gcc.dg/compat/vector-2_y.c: Ditto.
2998
2999 2003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
3000
3001 * gcc.dg/20030702-1.c: New test.
3002
3003 2003-08-25 Mark Mitchell <mark@codesourcery.com>
3004
3005 PR c++/8795
3006 * g++.dg/ext/altivec-1.C: New test.
3007
3008 2003-08-24 Richard Henderson <rth@redhat.com>
3009
3010 * g++.dg/eh/simd-2.C: Add -w for x86.
3011
3012 2003-08-23 Jakub Jelinek <jakub@redhat.com>
3013
3014 * gcc.dg/20030815-1.c: New test.
3015
3016 2003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3017
3018 PR c++/3765
3019 * g++.dg/parse/access6.C: New test.
3020
3021 2003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3022
3023 PR c++/641, c++/11876
3024 * g++.dg/template/friend22.C: New test.
3025 * g++.dg/template/friend23.C: Likewise.
3026
3027 2003-08-22 Mark Mitchell <mark@codesourcery.com>
3028
3029 * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
3030 identically.
3031
3032 2003-08-22 Mark Mitchell <mark@codesourcery.com>
3033
3034 * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
3035
3036 2003-08-22 Mark Mitchell <mark@codesourcery.com>
3037
3038 * gcc.dg/20020313-1.c: Add "-w" to dg-options.
3039
3040 2003-08-22 Mark Mitchell <mark@codesourcery.com>
3041
3042 * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
3043
3044 2003-08-22 Mark Mitchell <mark@codesourcery.com>
3045
3046 * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
3047
3048 2003-08-21 Mark Mitchell <mark@codesourcery.com>
3049
3050 PR c++/11919
3051 * g++.dg/overload/prom1.C: New test.
3052
3053 PR c++/11551
3054 * g++.dg/parse/dtor2.C: New test.
3055
3056 PR c++/10762
3057 * g++.dg/parse/using2.C: New test.
3058
3059 2003-08-21 Kazu Hirata <kazu@cs.umass.edu>
3060
3061 PR target/11805
3062 * gcc.c-torture/compile/20030821-1.c: New.
3063
3064 2003-08-20 Mark Mitchell <mark@codesourcery.com>
3065
3066 PR c++/11834
3067 * g++.dg/template/deduce2.C: New test.
3068
3069 2003-08-21 Josef Zlomek <zlomekj@suse.cz>
3070
3071 * gcc.c-torture/execute/20030821-1.c: New test.
3072
3073 2003-08-20 Roger Sayle <roger@eyesopen.com>
3074
3075 PR middle-end/11984
3076 * gcc.dg/20030820-1.c: New test case.
3077
3078 2003-08-20 Nathan Sidwell <nathan@codesourcery.com>
3079
3080 PR c++/11945
3081 * g++.dg/warn/noeffect2.C: New test.
3082
3083 2003-08-19 Mark Mitchell <mark@codesourcery.com>
3084
3085 PR c++/10926
3086 * g++.dg/template/dtor2.C: New test.
3087
3088 PR c++/11684
3089 * g++.dg/template/operator1.C: New test.
3090 * g++.dg/parse/operator4.C: New test.
3091
3092 PR c++/11946.C
3093 * g++.dg/expr/enum1.C: New test.
3094 * gcc.dg/c99-bool-1.c: Remove bogus warning.
3095
3096 PR c++/11036.C
3097 * g++.dg/parse/elab2.C: New test.
3098 * g++.dg/parse/typedef4.C: Change error message.
3099 * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
3100 * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
3101 * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
3102
3103 2003-08-19 Geoffrey Keating <geoffk@apple.com>
3104
3105 * gcc.dg/pch/warn-1.c: New.
3106 * gcc.dg/pch/warn-1.hs: New.
3107
3108 * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
3109 not-tested file.
3110
3111 2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
3112
3113 * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
3114
3115 2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
3116
3117 * gcc.dg/uninit-D.c: New Test.
3118 * gcc.dg/uninit-E.c: New Test.
3119 * gcc.dg/uninit-F.c: New Test.
3120 * gcc.dg/uninit-G.c: New Test.
3121
3122 2003-08-19 Michael Ritzert <ritzert@t-online.de>
3123
3124 * g++.dg/README: Describe the pch directory.
3125
3126 2003-08-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3127
3128 PR c++/11174
3129 * g++.dg/parse/access4.C: New test.
3130 * g++.dg/parse/access5.C: Likewise.
3131 * g++.old-deja/g++.jason/access17.C: Adjust error message.
3132
3133 2003-08-18 Matt Kraai <kraai@alumni.cmu.edu>
3134
3135 * gcc.dg/noncompile/20030818-1.c: New.
3136
3137 2003-08-18 Nathan Sidwell <nathan@codesourcery.com>
3138
3139 PR c++/11957
3140 * g++.dg/warn/noeffect1.C: New test.
3141
3142 * g++.dg/template/scope2.C: New test.
3143 * g++.dg/template/error2.C: Correct dg-error
3144
3145 2003-08-18 Richard Sandiford <rsandifo@redhat.com>
3146
3147 * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
3148
3149 2003-08-16 Nathan Sidwell <nathan@codesourcery.com>
3150
3151 PR C++/11512
3152 * g++.dg/template/warn1.C: New.
3153
3154 2003-08-15 Nathan Sidwell <nathan@codesourcery.com>
3155
3156 * g++.dg/template/error2.C: New test.
3157 * g++.dg/lookup/using7.C: Adjust errors
3158 * g++.old-deja/g++.pt/crash36.C: Likewise.
3159 * g++.old-deja/g++.pt/derived3.C: Likewise.
3160
3161 2003-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3162
3163 * gcc.c-torture/execute/builtins/lib/strcat.c: New.
3164 * gcc.c-torture/execute/builtins/string-9-lib.c: New.
3165 * gcc.c-torture/execute/builtins/string-9.c: New, from
3166 string-opt-9.c. Adjust for execute/builtins framework.
3167 * gcc.c-torture/execute/string-opt-9.c: Delete.
3168
3169 2003-08-12 Mark Mitchell <mark@codesourcery.com>
3170
3171 * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
3172
3173 * g++.dg/parse/ret-type2.C: New test.
3174
3175 PR c++/11703
3176 * g++.dg/init/new8.C: New test.
3177
3178 PR c++/10923
3179 * g++.dg/parse/typedef5.C: New test.
3180
3181 PR c++/9512
3182 * g++.dg/parse/qualified2.C: New test.
3183 * g++.old-deja/g++.other/decl5.C: Mark one more instance of
3184 invalid code.
3185
3186 2003-08-11 Mark Mitchell <mark@codesourcery.com>
3187
3188 * g++.dg/conversion/ptrmem1.C: New test.
3189
3190 2003-08-11 Jakub Jelinek <jakub@redhat.com>
3191
3192 PR target/11693
3193 * gcc.dg/20030811-1.c: New test.
3194
3195 PR target/11535
3196 * gcc.c-torture/execute/20030811-1.c: New test.
3197
3198 2003-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3199
3200 * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
3201
3202 2003-08-10 Mark Mitchell <mark@codesourcery.com>
3203
3204 PR c++/11789.C
3205 * g++.dg/inherit/multiple1.C: New test.
3206
3207 2003-08-10 Nathan Sidwell <nathan@codesourcery.com>
3208
3209 * gcc.dg/spe1.c: New test.
3210
3211 PR c++/11670
3212 * g++.dg/expr/cast2.C: New test.
3213
3214 PR c++/10530
3215 * g++.dg/template/dependent-name2.C: New test.
3216
3217 2003-08-08 Andrew Pinski <pinskia@physics.uc.edu>
3218
3219 * g++.dg/parse/crash11.C: Put the dg options in comments.
3220
3221 2003-08-08 Neil Booth <neil@daikokuya.co.uk>
3222
3223 * lib/gcc-dg.exp: Update for diagnostic change.
3224
3225 2003-08-07 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3226
3227 PR c++/5767
3228 * g++.dg/parse/crash11.C: New test.
3229
3230 2003-08-06 Alexandre Oliva <aoliva@redhat.com>
3231
3232 * gcc.dg/cpp/spacing1.c: Update.
3233
3234 2003-08-04 Janis Johnson <janis187@us.ibm.com>
3235
3236 PR target/11739
3237 * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
3238 a value for -mtune.
3239
3240 2003-08-04 Roger Sayle <roger@eyesopen.com>
3241
3242 PR middle-end/11771
3243 * gcc.c-torture/compile/20030804-1.c: New test case.
3244
3245 2003-08-04 Roger Sayle <roger@eyesopen.com>
3246
3247 * gcc.dg/20030804-1.c: New test case.
3248
3249 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
3250
3251 * gcc.dg/cpp/separate-1.c: New test.
3252
3253 2003-08-03 Nathan Sidwell <nathan@codesourcery.com>
3254
3255 PR c++/11704
3256 * g++.dg/template/dependent-expr2.C: New test.
3257
3258 PR c++/11766
3259 * g++.dg/expr/ptrmem1.C: New test.
3260
3261 2003-08-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3262
3263 PR c++/9453
3264 * g++.dg/template/friend15.C: New test.
3265
3266 2003-08-03 Neil Booth <neil@daikokuya.co.uk>
3267
3268 * lib/dg-pch.exp: Work round PCH bug.
3269
3270 2003-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3271
3272 * gcc.dg/builtins-1.c: Add macro helpers. Add missing math
3273 builtins. Move cases from builtins-4.c here.
3274
3275 * gcc.dg/torture/builtin-math-1.c: New test taken from
3276 bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
3277 additional cases.
3278
3279 * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
3280 Delete.
3281
3282 2003-08-02 Nathan Sidwell <nathan@codesourcery.com>
3283
3284 PR c++/9447
3285 * g++.dg/template/using7.C: New test.
3286
3287 2003-08-02 Neil Booth <neil@daikokuya.co.uk>
3288
3289 * import1.c, import2.c: New tests.
3290
3291 2003-08-01 Jakub Jelinek <jakub@redhat.com>
3292
3293 * g++.dg/eh/crossjump1.C: New test.
3294
3295 2003-08-01 Mark Mitchell <mark@codesourcery.com>
3296
3297 PR c++/11697
3298 * g++.dg/template/using6.C: New test.
3299
3300 PR c++/11744
3301 * g++.dg/template/koenig2.C: New test.
3302
3303 2003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3304
3305 PR c++/7983
3306 * g++.dg/parse/typedef4.C: New test.
3307
3308 2003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3309
3310 PR c++/8442, c++/8806
3311 * g++.dg/template/elab1.C: New test.
3312 * g++.dg/template/type2.C: Likewise.
3313 * g++.dg/template/ttp3.C: Adjust expected error message.
3314 * g++.old-deja/g++.law/visibility13.C: Likewise.
3315 * g++.old-deja/g++.niklas/t135.C: Likewise.
3316 * g++.old-deja/g++.pt/ttp41.C: Likewise.
3317 * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
3318 template argument.
3319 * g++.old-deja/g++.pt/ttp44.C: Likewise.
3320
3321 2003-08-01 Nathan Sidwell <nathan@codesourcery.com>
3322
3323 PR c++/11295
3324 * g++.dg/ext/stmtexpr1.C: New test.
3325
3326 * g++.dg/opt/tmp1.C: New test.
3327
3328 PR c++/11525
3329 * g++.dg/parse/constant4.C: New test.
3330
3331 PR c++/9447
3332 * g++.dg/template/using5.C: New test.
3333
3334 2003-07-31 Roger Sayle <roger@eyesopen.com>
3335
3336 * gcc.dg/builtins-27.c: New test case.
3337
3338 2003-07-31 Jakub Jelinek <jakub@redhat.com>
3339
3340 * gcc.dg/tls/opt-7.c: New test.
3341
3342 2003-07-31 Andrew Pinski <pinskia@physics.uc.edu>
3343
3344 * g++.old-deja/g++.other/crash18.C: Remove.
3345
3346 2003-07-31 Nathan Sidwell <nathan@codesourcery.com>
3347
3348 * g++.dg/template/explicit3.C: New.
3349 * g++.dg/template/explicit4.C: New.
3350 * g++.dg/template/explicit5.C: New.
3351
3352 PR c++/11347
3353 * g++.dg/template/memtmpl1.C: New.
3354
3355 2003-07-29 Andrew Pinski <pinskia@physics.uc.edu>
3356
3357 PR target/11565
3358 * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
3359 * gcc.dg/i386-387-5.c (dg-options): Likewise.
3360
3361 2003-07-30 Jan Hubicka <jh@suse.cz>
3362
3363 * vtgc1.c: Kill.
3364
3365 2003-07-29 Zack Weinberg <zack@codesourcery.com>
3366
3367 * gcc.dg/struct-in-proto-1.c: New test.
3368
3369 2003-07-29 Neil Booth <neil@daikokuya.co.uk>
3370
3371 * gcc.dg/cpp/include2.c: Only expect one message.
3372
3373 2003-07-29 Nathan Sidwell <nathan@codesourcery.com>
3374
3375 PR c++/9447
3376 * g++.dg/template/using1.C: New test.
3377 * g++.dg/template/using2.C: New test.
3378 * g++.dg/template/using3.C: New test.
3379 * g++.dg/template/using4.C: New test.
3380
3381 2003-07-29 Alexandre Oliva <aoliva@redhat.com>
3382
3383 * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
3384 * gcc.c-torture/execute/string-opt-10.c: Likewise.
3385
3386 2003-07-28 Jan Hubicka <jh@suse.cz>
3387
3388 PR c++/11530
3389 * g++.dg/opt/call1.C: New test.
3390
3391 2003-07-28 Alexandre Oliva <aoliva@redhat.com>
3392
3393 PR c++/11667
3394 * g++.dg/init/enum2.C: New test.
3395 * g++.dg/template/overload1.C: Add "-w" option.
3396
3397 2003-07-28 <hp@bitrange.com>
3398
3399 * gcc.dg/Wdeclaration-after-statement-1.c,
3400 gcc.dg/Wdeclaration-after-statement-2.c: New tests.
3401
3402 2003-07-28 Jakub Jelinek <jakub@redhat.com>
3403
3404 * gcc.c-torture/compile/20030725-1.c: New test.
3405
3406 2003-07-28 Aldy Hernandez <aldyh@redhat.com>
3407
3408 * gcc.dg/20030505.c: Only run for SPE.
3409 Remove definition of opaque type.
3410
3411 2003-07-27 Mark Mitchell <mark@codesourcery.com>
3412
3413 * g++.dg/template/ptrmem6.C: New test.
3414
3415 2003-07-26 Geoffrey Keating <geoffk@apple.com>
3416
3417 * gcc.c-torture/compile/zero-strct-2.c: New test.
3418
3419 2003-07-25 Geoffrey Keating <geoffk@apple.com>
3420
3421 * gcc.dg/intermod-1.c: New test.
3422
3423 2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
3424
3425 PR c++/11617
3426 * g++.dg/template/lookup2.C: New test.
3427 * g++.dg/template/memclass1.C: Remove instantiated from error.
3428 * g++.dg/other/error2.C: Tweak expected errors.
3429
3430 PR c++/11596
3431 * g++.dg/template/defarg3.C: New test.
3432
3433 * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
3434
3435 2003-07-24 Mark Mitchell <mark@codesourcery.com>
3436
3437 * g++.dg/inherit/access5.C: New test.
3438
3439 2003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3440
3441 PR c++/11513
3442 * g++.dg/template/crash8.C: New test.
3443
3444 2003-07-23 Steven Bosscher <steven@gcc.gnu.org>
3445
3446 PR c/10602
3447 * gcc.dg/noncompile/incomplete-2.c: New test.
3448
3449 2003-07-23 Mark Mitchell <mark@codesourcery.com>
3450
3451 PR c++/11645
3452 * g++.dg/inherit/access4.C: New test.
3453
3454 PR c++/11517
3455 * g++.dg/expr/cond2.C: New test.
3456
3457 PR optimization/10679
3458 * g++.dg/opt/inline4.C: New test.
3459
3460 2003-07-23 Nathan Sidwell <nathan@codesourcery.com>
3461
3462 * g++.dg/parse/crash10: New test.
3463
3464 2003-07-22 Nathan Sidwell <nathan@codesourcery.com>
3465
3466 * g++.dg/ext/flexary1.C: New test.
3467
3468 2003-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3469
3470 PR c++/10793
3471 * g++.dg/template/crash9.C: New test.
3472
3473 2003-07-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3474
3475 PR c++/3004
3476 * g++.dg/parse/typedef3.C: New test.
3477
3478 PR c++/7906
3479 * g++.dg/parse/operator2.C: New test.
3480
3481 PR c++/8895
3482 * g++.dg/parse/def-tmpl-arg1.C: New test.
3483
3484 PR c++/9282
3485 * g++.dg/parse/funptr1.C: New test.
3486
3487 PR c++/9452
3488 * g++.dg/parse/ambig3.C: New test.
3489
3490 PR c++/9454
3491 * g++.dg/parse/operator3.C: New test.
3492
3493 PR c++/9486
3494 * g++.dg/parse/template10.C: New test.
3495
3496 PR c++/9488
3497 * g++.dg/parse/template11.C: New test.
3498
3499 PR c++/10150
3500 * g++.dg/parse/invalid-op1.C: New test.
3501
3502 PR c++/10247
3503 * g++.dg/parse/condexpr1.C: New test.
3504
3505 2003-07-22 Nathan Sidwell <nathan@codesourcery.com>
3506
3507 * g++.dg/ext/packed3.C: New test.
3508 * g++.dg/ext/packed4.C: New test.
3509
3510 * gcc.dg/pack-test-3.c: New test.
3511
3512 2003-07-21 Janis Johnson <janis187@us.ibm.com>
3513
3514 * lib/compat.exp: Handle dg-options per source file.
3515 * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
3516 * g++.dg/compat/abi/bitfield1_y.C: Ditto.
3517 * g++.dg/compat/abi/bitfield2_x.C: Ditto.
3518 * g++.dg/compat/abi/bitfield2_y.C: Ditto.
3519 * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
3520 * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
3521 * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
3522 * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
3523 * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
3524 * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
3525 * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
3526 * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
3527 * g++.dg/compat/break/bitfield7_x.C: Ditto.
3528 * g++.dg/compat/break/bitfield7_y.C: Ditto.
3529
3530 2003-07-21 Andrew Pinski <pinskia@physics.uc.edu>
3531
3532 PR c/10320
3533 * gcc.c-torture/execute/20030718-1.c: New test.
3534
3535 2003-07-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3536
3537 PR optimization/11536
3538 * gcc.dg/20030721-1.c: New test.
3539
3540 2003-07-19 Mark Mitchell <mark@codesourcery.com>
3541
3542 PR c++/11546
3543 * g++.dg/template/lookup1.C: New test.
3544
3545 2003-07-19 Zack Weinberg <zack@codesourcery.com>
3546
3547 * gcc.dg/noncompile/label-1.c: New comprehensive test case for
3548 diagnostics of ill-formed constructs involving labels.
3549 * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
3550 the new 'previously defined here' message.
3551
3552 2003-07-18 Nathan Sidwell <nathan@codesourcery.com>
3553
3554 * g++.dg/parse/non-dependent2.C: New test.
3555
3556 2003-07-18 Andrew Pinski <pinskia@physics.uc.edu>
3557
3558 * g++.dg/init/init-ref4.C: xfail on targets without
3559 weak symbols.
3560
3561 2003-07-17 Jakub Jelinek <jakub@redhat.com>
3562
3563 PR target/11087
3564 * gcc.c-torture/execute/20030717-1.c: New test.
3565
3566 2003-07-18 Eric Botcazou <ebotcazou@libertysurf.fr>
3567
3568 * g++.dg/opt/cfg1.C: New test.
3569
3570 2003-07-17 Mark Mitchell <mark@codesourcery.com>
3571
3572 PR optimization/11557
3573 * gcc.dg/20030717-1.c: New test.
3574
3575 2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
3576
3577 PR c++/10476
3578 * g++.dg/expr/crash-1.C: New test.
3579
3580 PR c++/11027
3581 * g++.dg/template/init3.C: New test.
3582
3583 PR c++/8222
3584 * g++.dg/template/non-dependent1.C: New test.
3585
3586 PR c++/11070
3587 * g++.dg/template/non-dependent2.C: New test.
3588
3589 PR c++/11071
3590 * g++.dg/template/non-dependent3.C: New test.
3591
3592 PR c++/9907
3593 * g++.dg/template/sizeof5.C: New test.
3594
3595 2003-07-17 Geoffrey Keating <geoffk@apple.com>
3596
3597 PR 11498
3598 * gcc.c-torture/compile/mangle-1.c: New file.
3599
3600 2003-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3601
3602 PR c++/7809
3603 * g++.dg/parse/access3.C: New test.
3604
3605 2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
3606
3607 PR c++/11384
3608 * g++.dg/init/init-ref4.C: New test.
3609
3610 2003-07-16 Mark Mitchell <mark@codesourcery.com>
3611
3612 PR c++/11547
3613 * g++.dg/parse/constant3.C: New test.
3614 * g++.dg/parse/crash7.C: Likewise.
3615
3616 2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
3617
3618 PR target/11008
3619 * gcc.dg/i386-pentium4-not-mull.c: New.
3620
3621 2003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
3622
3623 * gcc.dg/asm-names.c (ymain): Make it weak.
3624
3625 2003-07-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3626
3627 PR c++/5421
3628 * g++.dg/template/friend21.C: New test.
3629
3630 2003-07-16 Jakub Jelinek <jakub@redhat.com>
3631
3632 * gcc.dg/cleanup-8.c: New test.
3633 * gcc.dg/cleanup-9.c: New test.
3634
3635 2003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
3636
3637 * g++.dg/ext/dll-MI1.h: New file.
3638 * g++.dg/ext/dllexport-MI1.C: New file.
3639 * g++.dg/ext/dllimport-MI1.C: New file.
3640
3641 2003-07-15 Jakub Jelinek <jakub@redhat.com>
3642
3643 * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
3644 it does not have cmpstrsi patterns (just cmpmemsi).
3645
3646 2003-07-15 Mark Mitchell <mark@codesourcery.com>
3647
3648 PR debug/11473
3649 * g++.dg/debug/debug8.C: New test.
3650
3651 2003-07-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3652
3653 PR c++/10108
3654 * g++.dg/template/crash7.C: New test.
3655
3656 2003-07-15 Kazu Hirata <kazu@cs.umass.edu>
3657
3658 PR target/10795
3659 * gcc.c-torture/compile/20030708-1.c: New.
3660
3661 2003-07-15 Eric Botcazou <ebotcazou@libertysurf.fr>
3662
3663 * gcc.c-torture/execute/20030715-1.c: New test.
3664
3665 2003-07-14 Geoffrey Keating <geoffk@apple.com>
3666
3667 * gcc.dg/pch/inline-3.c: New file.
3668 * gcc.dg/pch/inline-3.hs: New file.
3669 * gcc.dg/pch/inline-4.c: New file.
3670 * gcc.dg/pch/inline-4.hs: New file.
3671
3672 2003-07-14 Mark Mitchell <mark@codesourcery.com>
3673
3674 PR c++/11509
3675 * g++.dg/template/crash6.C: New test.
3676
3677 PR c++/7053
3678 * g++.dg/template/friend20.C: New test.
3679
3680 PR c++/7019
3681 * g++.dg/template/overload2.C: New test.
3682
3683 2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3684
3685 PR optimization/11440
3686 * gcc.c-torture/execute/20030714-1.c: New test.
3687
3688 2003-07-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3689
3690 PR c++/11154
3691 * g++.dg/template/partial2.C: New test.
3692
3693 2003-07-13 Mark Mitchell <mark@codesourcery.com>
3694
3695 PR c++/11503
3696 * g++.dg/template/anon1.C: New test.
3697
3698 PR c++/11493
3699 PR c++/11495
3700 * g++.dg/parse/template9.C: Likewise.
3701 * g++.dg/template/crash4.C: New test.
3702 * g++.dg/template/koenig1.C: Likewise.
3703 * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
3704 * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
3705 * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
3706 functions.
3707 * g++.old-deja/g++.jason/template36.C: Likewise.
3708 * g++.old-deja/g++.mike/p1989.C: Likewise.
3709 * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
3710 * g++.old-deja/g++.pt/ttp20.C: Use this->.
3711 * g++.old-deja/g++.pt/ttp21.C: Use this->.
3712 * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
3713 compiling.
3714 * g++.old-deja/g++.pt/union2.C: Use this->.
3715
3716 2003-07-11 Jakub Jelinek <jakub@redhat.com>
3717
3718 * gcc.dg/20030711-1.c: New test.
3719
3720 2003-07-11 Nathan Sidwell <nathan@codesourcery.com>
3721
3722 PR c++/11050
3723 * g++.dg/parse/args1.C: New test.
3724 * g++.pt/defarg8.C: Change expected errors.
3725
3726 2003-07-11 Mark Mitchell <mark@codesourcery.com>
3727
3728 PR c++/8164
3729 * g++.dg/template/nontype2.C: New test.
3730
3731 PR c++/10558
3732 * g++.dg/parse/template8.C: New test.
3733
3734 PR c++/8327
3735 * g++.dg/template/scope1.C: New test.
3736
3737 * g++.dg/warn/Wsign-compare-1.C: New test.
3738
3739 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
3740
3741 * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
3742
3743 2003-07-10 Mark Mitchell <mark@codesourcery.com>
3744
3745 PR c++/9411
3746 * g++.dg/template/explicit2.C: New test.
3747
3748 PR c++/10032
3749 * g++.dg/warn/pedantic1.C: New test.
3750
3751 2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
3752
3753 PR c++ 9483
3754 * g++.dg/other/field1.C: New test.
3755
3756 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
3757
3758 PR c/11449
3759 * gcc.c-torture/compile/20030707-1.c: New.
3760
3761 2003-07-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3762
3763 PR c++/10849
3764 * g++.dg/template/access12.C: New test.
3765
3766 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
3767
3768 * g++.dg/bprob/bprob.exp (prof_ext): Update.
3769 * g77.dg/bprob/bprob.exp (prof_ext): Update.
3770 * gcc.misc-tests/bprob.exp (prof_ext): Update.
3771 * gcc.misc-tests/gcov.exp: Update
3772 * g++.dg/gcov/gcov.exp: Update
3773 * lib/gcov.exp: Update.
3774
3775 2003-07-08 Mark Mitchell <mark@codesourcery.com>
3776
3777 * g++.dg/abi/mangle17.C: Make sure template expressions are
3778 dependent.
3779 * g++.dg/abi/mangle4.C: Mark erroneous casts.
3780 * g++.dg/debug/debug7.C: Mark erronous new-declarator.
3781 * g++.dg/opt/stack1.C: Remove erroneous code.
3782 * g++.dg/parse/template7.C: New test.
3783 * g++.dg/template/dependent-expr1.C: Mark erroneous code.
3784 * g++.old-deja/g++.pt/crash4.C: Likewise.
3785
3786 2003-07-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3787
3788 * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
3789 with zero or one occurence of `$' after the initial `L'.
3790
3791 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
3792
3793 * gcc.c-torture/compile/20030704-1.c: Add a comment.
3794
3795 2003-07-08 Roger Sayle <roger@eyesopen.com>
3796
3797 PR c/11370
3798 * gcc.dg/Wunreachable-6.c: New testcase.
3799 * gcc.dg/Wunreachable-7.c: New testcase.
3800
3801 2003-07-08 Jakub Jelinek <jakub@redhat.com>
3802
3803 PR c/11420
3804 * gcc.dg/20030708-1.c: New test.
3805
3806 2003-07-08 Richard Sandiford <rsandifo@redhat.com>
3807
3808 * gcc.dg/compat/sdata-section.h: New file.
3809 * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
3810 * gcc.dg/torture/mips-sdata-1.c: New test.
3811
3812 2003-07-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3813
3814 PR c++/11030
3815 * g++.dg/template/friend19.C: New test.
3816
3817 2003-07-08 Jakub Jelinek <jakub@redhat.com>
3818
3819 * g++.dg/opt/strength-reduce.C: New test.
3820
3821 2003-07-07 Roger Sayle <roger@eyesopen.com>
3822
3823 PR target/10979
3824 * gcc.dg/20030707-1.c: New testcase.
3825
3826 2003-07-07 Roger Sayle <roger@eyesopen.com>
3827
3828 PR optimization/11059
3829 * g++.dg/opt/emptyunion.C: New testcase.
3830
3831 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3832 Eric Botcazou <ebotcazou@libertysurf.fr>
3833
3834 * g++.dg/opt/stack1.C: New test.
3835
3836 2003-07-05 Mark Mitchell <mark@codesourcery.com>
3837
3838 * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
3839 run test.
3840
3841 PR c++/11431
3842 * g++.dg/expr/static_cast3.C: New test.
3843
3844 2003-07-04 Zack Weinberg <zack@codesourcery.com>
3845
3846 * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
3847 everywhere.
3848 * gcc.dg/concat.c: Concatenation of string constants with
3849 __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
3850 * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
3851 * gcc.dg/cpp/escape-2.c: Use wide character constants where
3852 necessary to avoid multi-character character constant warning.
3853 * gcc.dg/cpp/escape.c: Likewise.
3854 * gcc.dg/cpp/ucs.c: Likewise.
3855 Remove backslashes from dg-bogus comments, as they confuse Tcl.
3856 Fix a typo.
3857
3858 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
3859
3860 PR c/11428
3861 * gcc.c-torture/compile/20030704-1.c: New.
3862
3863 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
3864
3865 * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
3866
3867 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
3868
3869 PR c++/5287, PR c++/7910, PR c++/11021
3870 * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
3871 tests for warnings.
3872 * g++.dg/ext/dllimport2.C: Add tests for warnings.
3873 * g++.dg/ext/dllimport3.C: Likewise.
3874 * g++.dg/ext/dllimport4.C: New file.
3875 * g++.dg/ext/dllimport5.C: New file.
3876 * g++.dg/ext/dllimport6.C: New file.
3877 * g++.dg/ext/dllimport7.C: New file.
3878 * g++.dg/ext/dllimport8.C: New file.
3879 * g++.dg/ext/dllimport9.C: New file.
3880 * g++.dg/ext/dllimport10.C: New file.
3881 * g++.dg/ext/dllexport1.C: New file.
3882
3883 2003-07-03 Mark Mitchell <mark@codesourcery.com>
3884
3885 * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
3886 * g++.old-deja/g++.mike/net36.C: Tweak error messages.
3887
3888 2003-07-03 Roger Sayle <roger@eyesopen.com>
3889
3890 * gcc.dg/builtins-25.c: New testcase.
3891 * gcc.dg/builtins-26.c: New testcase.
3892
3893 2003-07-03 Janis Johnson <janis187@us.ibm.com>
3894
3895 * gcc.dg/compat/vector-defs.h: New file.
3896 * gcc.dg/compat/vector-setup.h: New file.
3897 * gcc.dg/compat/vector-check.h: New file.
3898 * gcc.dg/compat/vector-1_main.c: New file.
3899 * gcc.dg/compat/vector-1_x.c: New file.
3900 * gcc.dg/compat/vector-1_y.c: New file.
3901 * gcc.dg/compat/vector-2_main.c: New file.
3902 * gcc.dg/compat/vector-2_x.c: New file.
3903 * gcc.dg/compat/vector-2_y.c: New file.
3904
3905 * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
3906 * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
3907 * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
3908 * gcc.dg/compat/struct-align-1.h: New file.
3909 * gcc.dg/compat/struct-align-1_main.c: New file.
3910 * gcc.dg/compat/struct-align-1_x.c: New file.
3911 * gcc.dg/compat/struct-align-1_y.c: New file.
3912 * gcc.dg/compat/struct-align-2.h: New file.
3913 * gcc.dg/compat/struct-align-2_main.c: New file.
3914 * gcc.dg/compat/struct-align-2_x.c: New file.
3915 * gcc.dg/compat/struct-align-2_y.c: New file.
3916
3917 * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
3918 * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
3919 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3920 * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
3921 * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
3922 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3923 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3924 * gcc.dg/compat/scalar-return-3_x.c: Ditto.
3925 * gcc.dg/compat/scalar-return-4_x.c: Ditto.
3926 * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
3927 * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
3928 * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
3929 * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
3930 * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
3931 * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
3932 * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
3933 * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
3934 * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
3935 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3936 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3937 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3938 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3939 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3940 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3941 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3942 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3943 * gcc.dg/compat/struct-return-10_x.c: Ditto.
3944 * gcc.dg/compat/struct-return-2_x.c: Ditto.
3945 * gcc.dg/compat/struct-return-3_x.c: Ditto.
3946
3947 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
3948
3949 * gcc.dg/i386-call-1.c: New test.
3950
3951 2003-07-03 Nathan Sidwell <nathan@codesourcery.com>
3952
3953 PR c++/9162
3954 * g++.dg/parse/defarg4.C: New.
3955
3956 2003-07-03 Roger Sayle <roger@eyesopen.com>
3957
3958 PR target/10700
3959 * gcc.c-torture/compile/20030703-1.c: New test case.
3960
3961 2003-07-03 Mark Mitchell <mark@codesourcery.com>
3962
3963 * g++.dg/template/local3.C: Remove extra semicolon.
3964
3965 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
3966
3967 * gcc.dg/i386-volatile-1.c: New test.
3968
3969 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
3970
3971 PR c++/11072
3972 * g++.dg/other/offsetof2.C: XFAIL.
3973 * g++.dg/other/offsetof5.C: New.
3974
3975 PR c++/10219
3976 * g++.dg/template/error1.C: New.
3977
3978 PR c++/9779
3979 * g++.dg/template/dependent-expr1.C: New.
3980
3981 2003-07-01 Mark Mitchell <mark@codesourcery.com>
3982
3983 PR c++/6949
3984 * g++.dg/template/local3.C: New test.
3985
3986 PR c++/11149
3987 * g++.dg/lookup/scoped6.C: New test.
3988
3989 2003-07-01 Giovanni Bajo <giovannibajo@libero.it>
3990
3991 PR c++/8046
3992 * g++.dg/other/error7.C: New test.
3993
3994 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
3995
3996 * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
3997 * g++.old-deja/g++.abi/vtable3.h: Likewise.
3998 * g++.old-deja/g++.law/code-gen5.C: Likewise.
3999 * g++.old-deja/g++.other/union2.C: Likewise.
4000 * gcc.dg/c90-const-expr-2.c: Likewise.
4001 * gcc.dg/c90-const-expr-3.c: Likewise.
4002 * gcc.dg/c99-const-expr-2.c: Likewise.
4003 * gcc.dg/c99-const-expr-3.c: Likewise.
4004 * gcc.dg/concat.c: Likewise.
4005
4006 2003-07-01 Mark Mitchell <mark@codesourcery.com>
4007
4008 PR c++/9559
4009 * g++.dg/init/static1.C: New test.
4010
4011 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4012
4013 * Changelog: Remove ">>>>>>>" from previous change.
4014
4015 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4016
4017 * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
4018 * g++.old-deja/g++.other/access2.C: Likewise.
4019 * g++.old-deja/g++.other/decl2.C: Likewise.
4020 * gcc.c-torture/execute/20020615-1.c: Likewise.
4021
4022 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
4023
4024 PR c++/4933
4025 * g++.dg/template/sizeof4.C: New test.
4026
4027 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
4028
4029 * g++.dg/other/error6.C: New test.
4030
4031 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
4032
4033 PR c++/10750
4034 * g++.dg/parse/constant2.C: New test.
4035
4036 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
4037
4038 PR c++/11106
4039 * g++.dg/other/error5.C: New test.
4040
4041 2003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4042
4043 * gcc.dg/format/gcc_diag-1.c: New test.
4044
4045 2003-06-28 Ulrich Weigand <uweigand@de.ibm.com>
4046
4047 * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
4048
4049 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
4050
4051 * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
4052 * g++.old-deja/g++.robertl/eb133a.C: Likewise.
4053 * g++.old-deja/g++.robertl/eb133b.C: Likewise.
4054
4055 2003-06-28 Jakub Jelinek <jakub@redhat.com>
4056
4057 * gcc.c-torture/execute/builtins/string-8.c: New test.
4058 * gcc.c-torture/execute/builtins/string-8-lib.c: New.
4059 * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
4060 * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
4061
4062 2003-06-27 Mark Mitchell <mark@codesourcery.com>
4063
4064 PR c++/10468
4065 * g++.dg/ext/typeof6.C: New test.
4066
4067 2003-06-27 Mark Mitchell <mark@codesourcery.com>
4068
4069 PR c++/10796
4070 * g++.dg/init/enum1.C: New test.
4071
4072 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4073
4074 * gcc.dg/20030627-1.c: New test.
4075
4076 2003-06-26 Mark Mitchell <mark@codesourcery.com>
4077
4078 PR c++/11332
4079 * g++.dg/expr/static_cast2.C: New test.
4080
4081 2003-06-26 Roger Sayle <roger@eyesopen.com>
4082 Jakub Jelinek <jakub@redhat.com>
4083
4084 * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
4085 sprintf(dst,"%s",src) optimization.
4086 * gcc.c-torture/execute/20030626-1.c: New test case.
4087 * gcc.c-torture/execute/20030626-2.c: New test case.
4088
4089 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
4090
4091 * gcc.c-torture/execute/multi-ix.c: New test.
4092
4093 * gcc.c-torture/execute/simd-4.c (main):
4094 Added missing semicolon at end of union.
4095
4096 2003-06-26 Giovanni Bajo <giovannibajo@libero.it>
4097
4098 PR c++/8266
4099 * g++.dg/template/explicit-instantiation3.C: New test.
4100
4101 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
4102
4103 * gcc.dg/20030626-1.c: Use signed char.
4104
4105 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
4106
4107 * gcc.dg/20030626-1.c: New test.
4108
4109 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
4110
4111 * const-str-2.m: Update.
4112
4113 2003-06-25 Mark Mitchell <mark@codesourcery.com>
4114
4115 PR c++/10990
4116 * g++.dg/rtti/dyncast1.C: New test.
4117 * g++.dg/abi/mangle4.C: Correct base-specifier access.
4118 * g++.dg/lookup/scoped1.C: Remove XFAIL.
4119 * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
4120
4121 PR c++/10931
4122 * g++.dg/expr/static_cast1.C: New test.
4123
4124 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
4125
4126 * gcc.dg/20030625-1.c: New test.
4127
4128 2003-06-24 Roger Sayle <roger@eyesopen.com>
4129
4130 * gcc.c-torture/compile/20030624-1.c: New test case.
4131
4132 2003-06-24 Jakub Jelinek <jakub@redhat.com>
4133
4134 * gcc.c-torture/execute/string-opt-17.c: New test.
4135
4136 2003-06-24 Mark Mitchell <mark@codesourcery.com>
4137
4138 PR c++/5754
4139 * g++.dg/parse/crash6.C: New test.
4140
4141 2003-06-23 Roger Sayle <roger@eyesopen.com>
4142
4143 * gcc.dg/builtins-24.c: New test case.
4144
4145 2003-06-23 Jakub Jelinek <jakub@redhat.com>
4146
4147 * g++.dg/opt/operator1.C: New test.
4148
4149 2003-06-22 Roger Sayle <roger@eyesopen.com>
4150
4151 * gcc.c-torture/execute/string-opt-16.c: New test case.
4152
4153 2003-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
4154
4155 * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion option.
4156 * g++.old-deja/g++.other/conv7.C: Likewise
4157 * g++.old-deja/g++.other/overcnv2.C: Likewise.
4158 * g++.old-deja/g++.other/overload14.C: Likewise.
4159
4160 2003-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
4161
4162 * g++.old-deja/g++.jason/conversion5.C: Adjust option.
4163 * g++.old-deja/g++.bugs/900215_01.C: Likewise.
4164
4165 2003-06-20 Mark Mitchell <mark@codesourcery.com>
4166
4167 PR c++/10888
4168 * g++.dg/warn/Winline-3.C: New test.
4169
4170 2003-06-20 Mark Mitchell <mark@codesourcery.com>
4171
4172 * lib/target-supports.exp (check_alias_available): Make the test
4173 program acceptable to the Solaris assembler.
4174
4175 PR c++/10749
4176 * g++.dg/template/memclass2.C: New test.
4177
4178 2003-06-20 Mark Mitchell <mark@codesourcery.com>
4179 Eric Botcazou <ebotcazou@libertysurf.fr>
4180
4181 * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
4182 data for non-matching targets.
4183 * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
4184
4185 2003-06-20 Mark Mitchell <mark@codesourcery.com>
4186
4187 PR c++/10845
4188 * g++.dg/template/member3.C: New test.
4189
4190 2003-06-19 Mark Mitchell <mark@codesourcery.com>
4191
4192 PR c++/10939
4193 * g++.dg/template/func1.C: New test.
4194
4195 PR c++/9649
4196 * g++.dg/template/static4.C: New test.
4197 * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
4198
4199 PR c++/11041
4200 * g++.dg/init/ref7.C: New test.
4201
4202 2003-06-19 Matt Austern <austern@apple.com>
4203
4204 PR c++/11228
4205 * g++.dg/anew1.C: New test.
4206 * g++.dg/anew2.C: New test.
4207 * g++.dg/anew3.C: New test.
4208 * g++.dg/anew4.C: New test.
4209
4210 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
4211
4212 * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
4213
4214 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
4215
4216 * gcc.c-torture/execute/simd-4.c (main): Make expected value
4217 endian-dependent.
4218
4219 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
4220
4221 * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
4222 Remove cruft.
4223
4224 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4225
4226 * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
4227 * gcc.c-torture/compile/961203-1.c: Likewise.
4228 * gcc.c-torture/compile/980506-1.c: Likewise.
4229
4230 2003-06-17 Mark Mitchell <mark@codesourcery.com>
4231
4232 PR c++/10712
4233 * g++.dg/lookup/using7.C: New test.
4234
4235 2003-06-17 Mark Mitchell <mark@codesourcery.com>
4236
4237 PR c++/11105
4238 * g++.dg/abi/conv1.C: Remove it.
4239 * g++.dg/template/conv7.C: New test.
4240 * g++.dg/template/conv8.C: Likewise.
4241 * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
4242 conversion operator.
4243
4244 2003-06-17 Janis Johnson <janis187@us.ibm.com>
4245
4246 * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
4247 * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4248 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4249 * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4250 * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4251 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4252 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4253 * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4254 * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4255 * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4256 * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4257 * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4258 * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4259 * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4260 * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4261 * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4262 * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4263 * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4264 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4265 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4266 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4267 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4268 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4269 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4270 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4271 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4272 * gcc.dg/compat/struct-return-10_x.c: Ditto.
4273 * gcc.dg/compat/struct-return-2_x.c: Ditto.
4274 * gcc.dg/compat/struct-return-3_x.c: Ditto.
4275
4276 2003-06-16 Mark Mitchell <mark@codesourcery.com>
4277
4278 * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
4279 * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
4280 indications.
4281
4282 2003-06-16 Roger Sayle <roger@eyesopen.com>
4283
4284 * gcc.dg/i386-387-5.c: New test case.
4285 * gcc.dg/i386-387-6.c: New test case.
4286 * gcc.dg/builtins-23.c: New test case.
4287
4288 2003-06-15 Roger Sayle <roger@eyesopen.com>
4289
4290 * gcc.dg/builtins-22.c: New test case.
4291 * gcc.dg/i386-387-1.c: Update to test exp.
4292 * gcc.dg/i386-387-2.c: Likewise.
4293
4294 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4295
4296 * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
4297
4298 2003-06-12 Mark Mitchell <mark@codesourcery.com>
4299
4300 * lib/gcc-dg.exp (dg-require-dll): New function.
4301 (dg-xfail-if): Likewise.
4302 * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
4303 driver.
4304
4305 * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
4306 * gcc.c-torture/compile/20001205-1.c: Likewise.
4307 * gcc.c-torture/compile/20001226-1.c: Likewise.
4308 * gcc.c-torture/compile/20010518-2.c: Likewise.
4309 * gcc.c-torture/compile/20020312-1.c: Likewise.
4310 * gcc.c-torture/compile/20020604-1.c: Likewise.
4311 * gcc.c-torture/compile/920501-12.c: Likewise.
4312 * gcc.c-torture/compile/920501-4.c: Likewise.
4313 * gcc.c-torture/compile/920520-1.c: Likewise.
4314 * gcc.c-torture/compile/920521-1.c: Likewise.
4315 * gcc.c-torture/compile/920625-1.c: Likewise.
4316 * gcc.c-torture/compile/961203-1.c: Likewise.
4317 * gcc.c-torture/compile/980506-1.c: Likewise.
4318 * gcc.c-torture/compile/981006-1.c: Likewise.
4319 * gcc.c-torture/compile/981022-1.c: Likewise.
4320 * gcc.c-torture/compile/981223-1.c: Likewise.
4321 * gcc.c-torture/compile/990617-1.c: Likewise.
4322 * gcc.c-torture/compile/dll.c: Likewise.
4323 * gcc.c-torture/compile/labels-3.c: Likewise.
4324 * gcc.c-torture/compile/mipscop-1.c: Likewise.
4325 * gcc.c-torture/compile/mipscop-2.c: Likewise.
4326 * gcc.c-torture/compile/mipscop-3.c: Likewise.
4327 * gcc.c-torture/compile/mipscop-4.c: Likewise.
4328 * gcc.c-torture/compile/simd-5.c: Likewise.
4329 * gcc.c-torture/compile/20000804-1.x: Remove.
4330 * gcc.c-torture/compile/20001205-1.x: Likewise.
4331 * gcc.c-torture/compile/20001226-1.x: Likewise.
4332 * gcc.c-torture/compile/20010518-2.x: Likewise.
4333 * gcc.c-torture/compile/20020312-1.x: Likewise.
4334 * gcc.c-torture/compile/20020604-1.x: Likewise.
4335 * gcc.c-torture/compile/920501-12.x: Likewise.
4336 * gcc.c-torture/compile/920501-4.x: Likewise.
4337 * gcc.c-torture/compile/920520-1.x: Likewise.
4338 * gcc.c-torture/compile/920521-1.x: Likewise.
4339 * gcc.c-torture/compile/920625-1.x: Likewise.
4340 * gcc.c-torture/compile/961203-1.x: Likewise.
4341 * gcc.c-torture/compile/980506-1.x: Likewise.
4342 * gcc.c-torture/compile/981006-1.x: Likewise.
4343 * gcc.c-torture/compile/981022-1.x: Likewise.
4344 * gcc.c-torture/compile/981223-1.x: Likewise.
4345 * gcc.c-torture/compile/990617-1.x: Likewise.
4346 * gcc.c-torture/compile/mipscop-1.x: Likewise.
4347 * gcc.c-torture/compile/mipscop-2.x: Likewise.
4348 * gcc.c-torture/compile/mipscop-3.x: Likewise.
4349 * gcc.c-torture/compile/mipscop-4.x: Likewise.
4350 * gcc.c-torture/compile/simd-5.x: Likewise.
4351
4352 * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
4353
4354 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
4355
4356 * gcc.c-torture/execute/20030611-1.c: New test.
4357
4358 2003-06-12 Roger Sayle <roger@eyesopen.com>
4359
4360 PR middle-end/168
4361 * gcc.dg/20030612-1.c: New test case.
4362
4363 2003-06-12 Mark Mitchell <mark@codesourcery.com>
4364
4365 PR c++/10635
4366 * g++.dg/expr/cast1.C: New test.
4367
4368 2003-06-12 Roger Sayle <roger@eyesopen.com>
4369
4370 * gcc.dg/builtins-21.c: New test case.
4371
4372 2003-06-11 Kelley Cook <kelleycook@wideopenwest.com>
4373
4374 * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
4375 options instead of at the end.
4376 * lib/objc.exp (objc_target_compile): Likewise.
4377
4378 2003-06-11 Mark Mitchell <mark@codesourcery.com>
4379
4380 PR c++/10432
4381 * g++.dg/parse/error1.C: New test.
4382
4383 2003-06-11 Janis Johnson <janis187@us.ibm.com>
4384
4385 * gcc.dg/compat/struct-by-value-11_main.c: New file.
4386 * gcc.dg/compat/struct-by-value-11_x.c: New file.
4387 * gcc.dg/compat/struct-by-value-11_y.c: New file.
4388 * gcc.dg/compat/struct-by-value-12_main.c: New file.
4389 * gcc.dg/compat/struct-by-value-12_x.c: New file.
4390 * gcc.dg/compat/struct-by-value-12_y.c: New file.
4391 * gcc.dg/compat/struct-by-value-13_main.c: New file.
4392 * gcc.dg/compat/struct-by-value-13_x.c: New file.
4393 * gcc.dg/compat/struct-by-value-13_y.c: New file.
4394 * gcc.dg/compat/struct-by-value-14_main.c: New file.
4395 * gcc.dg/compat/struct-by-value-14_x.c: New file.
4396 * gcc.dg/compat/struct-by-value-14_y.c: New file.
4397 * gcc.dg/compat/struct-by-value-15_main.c: New file.
4398 * gcc.dg/compat/struct-by-value-15_x.c: New file.
4399 * gcc.dg/compat/struct-by-value-15_y.c: New file.
4400 * gcc.dg/compat/struct-by-value-16_main.c: New file.
4401 * gcc.dg/compat/struct-by-value-16_x.c: New file.
4402 * gcc.dg/compat/struct-by-value-16_y.c: New file.
4403 * gcc.dg/compat/struct-by-value-17_main.c: New file.
4404 * gcc.dg/compat/struct-by-value-17_x.c: New file.
4405 * gcc.dg/compat/struct-by-value-17_y.c: New file.
4406 * gcc.dg/compat/struct-by-value-18_main.c: New file.
4407 * gcc.dg/compat/struct-by-value-18_x.c: New file.
4408 * gcc.dg/compat/struct-by-value-18_y.c: New file.
4409
4410 * gcc.dg/compat/scalar-by-value-3_main.c: New file.
4411 * gcc.dg/compat/scalar-by-value-3_x.c: New file.
4412 * gcc.dg/compat/scalar-by-value-3_y.c: New file.
4413 * gcc.dg/compat/scalar-by-value-4_main.c: New file.
4414 * gcc.dg/compat/scalar-by-value-4_x.c: New file.
4415 * gcc.dg/compat/scalar-by-value-4_y.c: New file.
4416 * gcc.dg/compat/scalar-return-3_main.c: New file.
4417 * gcc.dg/compat/scalar-return-3_x.c: New file.
4418 * gcc.dg/compat/scalar-return-3_y.c: New file.
4419 * gcc.dg/compat/scalar-return-4_main.c: New file.
4420 * gcc.dg/compat/scalar-return-4_x.c: New file.
4421 * gcc.dg/compat/scalar-return-4_y.c: New file.
4422
4423 2003-06-10 Janis Johnson <janis187@us.ibm.com>
4424
4425 * gcc.dg/compat/fp2-struct-check.h: New file.
4426 * gcc.dg/compat/fp2-struct-defs.h: New file.
4427 * gcc.dg/compat/fp2-struct-init.h: New file.
4428 * gcc.dg/compat/struct-by-value-10_main.c: New file.
4429 * gcc.dg/compat/struct-by-value-10_x.c: New file.
4430 * gcc.dg/compat/struct-by-value-10_y.c: New file.
4431 * gcc.dg/compat/struct-return-10_main.c: New file.
4432 * gcc.dg/compat/struct-return-10_x.c: New file.
4433 * gcc.dg/compat/struct-return-10_y.c: New file.
4434
4435 * gcc.dg/compat/compat-common.h: New file.
4436 * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
4437 * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
4438 * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
4439 * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
4440 * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
4441 * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
4442 * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
4443 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4444 * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
4445 * gcc.dg/compat/scalar-return-1_main.c: Ditto.
4446 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4447 * gcc.dg/compat/scalar-return-1_y.c: Ditto.
4448 * gcc.dg/compat/scalar-return-2_main.c: Ditto.
4449 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4450 * gcc.dg/compat/scalar-return-2_y.c: Ditto.
4451 * gcc.dg/compat/small-struct-check.h: Ditto.
4452 * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
4453 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4454 * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
4455 * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
4456 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4457 * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4458 * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
4459 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4460 * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
4461 * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
4462 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4463 * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4464 * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
4465 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4466 * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4467 * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
4468 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4469 * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
4470 * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
4471 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4472 * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
4473 * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
4474 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4475 * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
4476 * gcc.dg/compat/struct-return-2_main.c: Ditto.
4477 * gcc.dg/compat/struct-return-2_x.c: Ditto.
4478 * gcc.dg/compat/struct-return-2_y.c: Ditto.
4479 * gcc.dg/compat/struct-return-3_main.c: Ditto.
4480 * gcc.dg/compat/struct-return-3_x.c: Ditto.
4481 * gcc.dg/compat/struct-return-3_y.c: Ditto.
4482
4483 2003-06-10 Geoffrey Keating <geoffk@apple.com>
4484
4485 * g++.dg/pch/static-1.C: New file.
4486 * g++.dg/pch/static-1.Hs: New file.
4487
4488 2003-06-10 Richard Henderson <rth@redhat.com>
4489
4490 * gcc.dg/asm-7.c: Adjust expected warning text.
4491
4492 2003-06-10 Roger Sayle <roger@eyesopen.com>
4493
4494 * gcc.dg/builtins-20.c: New test case.
4495
4496 2003-06-10 Mark Mitchell <mark@codesourcery.com>
4497
4498 PR c++/11131
4499 * g++.dg/opt/template1.C: New test.
4500
4501 2003-06-09 Mark Mitchell <mark@codesourcery.com>
4502
4503 * lib/gcc-dg.exp (dg-test): Clear additional_files and
4504 additional_sources.
4505
4506 2003-05-21 David Taylor <dtaylor@emc.com>
4507
4508 * gcc.dg/Wpadded.c: New file.
4509
4510 2003-06-09 Mark Mitchell <mark@codesourcery.com>
4511
4512 * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
4513 * gcc.dg/special/weak-2.c: Add dg-require-weak.
4514 * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
4515 dg-require-weak.
4516
4517 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
4518
4519 * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
4520
4521 2003-06-09 Mark Mitchell <mark@codesourcery.com>
4522
4523 * lib/gcc-dg.exp (dg-require-weak): Fix typo.
4524 (dg-require-alias): Likewise.
4525 (dg-require-gc-sections): Likewise.
4526 * lib/target-supports.exp (check_gc_sections_available): Likewise.
4527
4528 2003-06-08 Richard Henderson <rth@redhat.com>
4529
4530 * gcc.dg/20011029-2.c: Fix the array reference.
4531 * gcc.dg/asm-7.c: New.
4532
4533 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
4534
4535 * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
4536
4537 2003-06-08 Mark Mitchell <mark@codesourcery.com>
4538
4539 * lib/gcc-dg.exp (dg-require-alias): Fix typo.
4540 (dg-require-gc-sections): Likewise.
4541
4542 2003-06-08 Jan Hubicka <jh@suse.cz>
4543
4544 * i386-cmov1.c: Fix regular expression.
4545 * i386-cvt-1.c: Likewise.
4546 * i386-local.c: Likewise.
4547 * i386-local2.c: Likewise.
4548 * i386-mul.c: Likewise.
4549 * i386-ssetype-1.c: Likewise.
4550 * i386-ssetype-3.c: Likewise.
4551 * i386-ssetype-5.c: Likewise.
4552
4553 2003-06-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4554
4555 PR c++/11039
4556 * g++.dg/warn/implicit-typename2.C: New test.
4557 * g++.dg/warn/implicit-typename3.C: New test.
4558
4559 2003-06-07 Richard Henderson <rth@redhat.com>
4560
4561 * g++.dg/other/offsetof3.C: Use size_t.
4562 * g++.dg/other/offsetof4.C: Likewise.
4563
4564 2003-06-07 H.J. Lu <hongjiu.lu@intel.com>
4565
4566 * lib/copy-file.exp: New. Implement gcc_copy_files.
4567
4568 * lib/dg-pch.exp: Load copy-file.exp
4569 (dg-pch): Use gcc_copy_files instead of "file copy".
4570
4571 2003-06-06 Mark Mitchell <mark@codesourcery.com>
4572
4573 * gcc.dg/weak/weak.exp: Simplify.
4574 * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
4575 * gcc.dg/weak/weak-1.c: Likewise.
4576 * gcc.dg/weak/weak-2.c: Likewise.
4577 * gcc.dg/weak/weak-3.c: Likewise.
4578 * gcc.dg/weak/weak-4.c: Likewise.
4579 * gcc.dg/weak/weak-5.c: Likewise.
4580 * gcc.dg/weak/weak-6.c: Likewise.
4581 * gcc.dg/weak/weak-7.c: Likewise.
4582 * gcc.dg/weak/weak-8.c: Likewise.
4583 * gcc.dg/weak/weak-9.c: Likewise.
4584
4585 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
4586
4587 gcc.c-torture/execute/20030606-1.c: New.
4588
4589 2003-06-06 Roger Sayle <roger@eyesopen.com>
4590
4591 * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
4592 * gcc.dg/builtins-19.c: Likewise.
4593
4594 2003-06-06 Roger Sayle <roger@eyesopen.com>
4595
4596 * gcc.dg/builtins-2.c: Add some more tests.
4597 * gcc.dg/builtins-18.c: New test case.
4598 * gcc.dg/builtins-19.c: New test case.
4599
4600 2003-06-06 Roger Sayle <roger@eyesopen.com>
4601 Jim Wilson <wilson@tuliptree.org>
4602
4603 * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
4604
4605 2003-06-06 Jakub Jelinek <jakub@redhat.com>
4606
4607 * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
4608 mempcpy/stpcpy calls not to be optimized into something else.
4609 * gcc.c-torture/execute/string-opt-3.c: Moved to...
4610 * gcc.c-torture/execute/builtins/string-7.c: ...here.
4611 * gcc.c-torture/execute/builtins/string-7-lib.c: New.
4612
4613 2003-06-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4614
4615 * gcc.dg/format/asm_fprintf-1.c: New test.
4616
4617 2003-06-05 Mark Mitchell <mark@codesourcery.com>
4618
4619 * lib/gcc-defs.exp (additional_sources): New variable.
4620 (dg-additional-sources): New function.
4621 (additional_files): New variable.
4622 (dg-additional-files): New function.
4623 (dg-additional-files-options): Likewise.
4624 * lib/gcc-dg.exp (dg-require-weak): New function.
4625 (dg-require-alias): Likewise.
4626 (dg-require-gc-sections): Likewise.
4627 * lib/target-supports.exp (check_alias_available): Remove testfile
4628 parameter.
4629 (check_gc_sections_available): New function.
4630 * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
4631 (dg-gpp-additional-files): Likewise.
4632 * lib/g++.exp (additional_sources): Remove.
4633 (additional_files): Likewise.
4634 (g++_target_compile): Use dg-additional-files-options.
4635
4636 * gcc.dg/special/special.exp: Add "ecos" tests. Remove complex
4637 Tcl logic.
4638 * gcc.dg/special/ecos.exp: Remove.
4639 * gcc.dg/special/20000419-2.c: Use dg-require-*.
4640 * gcc.dg/special/alias-1.c: Likewise.
4641 * gcc.dg/special/alias-2.c: Likewise.
4642 * gcc.dg/special/gcsec-1.c: Likewise.
4643 * gcc.dg/special/weak-1.c: Likewise.
4644 * gcc.dg/special/weak-2.c: Likewise.
4645 * gcc.dg/special/wkali-1.c: Likewise.
4646 * gcc.dg/special/wkali-2.c: Likewise.
4647
4648 * g++.dg/special/conpr-2.C: Use dg-additional-*, not
4649 dg-gpp-additional-*.
4650 * g++.dg/special/conpr-3.C: Likewise.
4651 * g++.dg/special/conpr-4.C: Likewise.
4652 * g++.old-deja/g++.abi/vtable3a.C: Likewise.
4653 * g++.old-deja/g++.abi/vtable3b.C: Likewise.
4654 * g++.old-deja/g++.abi/vtable3c.C: Likewise.
4655 * g++.old-deja/g++.abi/vtable3d.C: Likewise.
4656 * g++.old-deja/g++.abi/vtable3e.C: Likewise.
4657 * g++.old-deja/g++.abi/vtable3f.C: Likewise.
4658 * g++.old-deja/g++.abi/vtable3g.C: Likewise.
4659 * g++.old-deja/g++.abi/vtable3h.C: Likewise.
4660 * g++.old-deja/g++.abi/vtable3i.C: Likewise.
4661 * g++.old-deja/g++.abi/vtable3j.C: Likewise.
4662 * g++.old-deja/g++.oliva/linkage1.C: Likewise.
4663 * g++.old-deja/g++.other/comdat1.C: Likewise.
4664 * g++.old-deja/g++.other/comdat2.C: Likewise.
4665 * g++.old-deja/g++.other/comdat3.C: Likewise.
4666 * g++.old-deja/g++.other/ctor1.C: Likewise.
4667 * g++.old-deja/g++.pt/instantiate5.C: Likewise.
4668
4669 2003-06-05 Richard Henderson <rth@redhat.com>
4670
4671 * gcc.dg/debug/20030605-1.c: New.
4672
4673 2003-06-04 Mark Mitchell <mark@codesourcery.com>
4674
4675 * README.QMTEST: Update.
4676
4677 2003-06-04 Richard Henderson <rth@redhat.com>
4678
4679 * gcc.dg/cleanup-1.c: New.
4680 * gcc.dg/cleanup-2.c: New.
4681 * gcc.dg/cleanup-3.c: New.
4682 * gcc.dg/cleanup-4.c: New.
4683 * gcc.dg/cleanup-5.c: New.
4684 * gcc.dg/cleanup-6.c: New.
4685 * gcc.dg/cleanup-7.c: New.
4686
4687 2003-06-04 Mark Mitchell <mark@codesourcery.com>
4688
4689 * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
4690
4691 * lib/dg-pch.exp: New file.
4692 * g++.dg/pch/pch.exp: Use dg-pch.exp.
4693 * gcc.dg/pch/pch.exp: Likewise.
4694
4695 2003-06-04 Roger Sayle <roger@eyesopen.com>
4696
4697 * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
4698 * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
4699 * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
4700 * gcc.dg/builtins-17.c: New test case.
4701 * gcc.dg/i386-387-4.c: New test case.
4702 * gcc.c-torture/execute/ieee/mzero4.c: New test case.
4703
4704 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4705
4706 * gcc.dg/ultrasp9.c: New test.
4707
4708 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4709
4710 * gcc.c-torture/compile/20030604-1.c: New test.
4711 * gcc.dg/sparc-constant-1.c: New test.
4712
4713 2003-06-03 Glen Nakamura <glen@imodulo.com>
4714
4715 * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
4716
4717 2003-06-03 J"orn Rennecke <joern.rennecke@superh.com>
4718
4719 * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
4720
4721 * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
4722 * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
4723
4724 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
4725
4726 * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
4727
4728 2003-06-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4729
4730 PR c++/10940
4731 * g++.dg/template/spec10.C: New test.
4732
4733 2003-06-03 Roger Sayle <roger@eyesopen.com>
4734
4735 * gcc.dg/builtins-16.c: New test case.
4736
4737 2003-06-03 Jakub Jelinek <jakub@redhat.com>
4738
4739 * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
4740 mempcpy test with post-increments.
4741 * gcc.c-torture/execute/string-opt-3.c: New test.
4742 * gcc.dg/string-opt-1.c: New test.
4743
4744 2003-06-03 David Billinghurst (David.Billinghurst@riotinto.com)
4745
4746 PR fortran/10965
4747 * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
4748
4749 2003-06-02 Mark Mitchell <mark@codesourcery.com>
4750
4751 * lib/scanasm.exp (dg-scan): New function, factored out of ...
4752 (scan-assembler): ... here. Use dg-scan.
4753 (scan-assembler-not): Likewise.
4754 (scan-file): New function.
4755 (scan-file-not): Likewise.
4756 * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
4757 * gcc.dg/cpp/_Pragma4.c: Likewise.
4758 * gcc.dg/cpp/_Pragma5.c: Likewise.
4759 * gcc.dg/cpp/avoidpaste1.c: Likewise.
4760 * gcc.dg/cpp/avoidpaste2.c: Likewise.
4761 * gcc.dg/cpp/cmdlne-C2.c: Likewise.
4762 * gcc.dg/cpp/cmdlne-P.c: Likewise.
4763 * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
4764 * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
4765 * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
4766 * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
4767 * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
4768 * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
4769 * gcc.dg/cpp/cxxcom1.c: Likewise.
4770 * gcc.dg/cpp/line1.c: Likewise.
4771 * gcc.dg/cpp/maccom1.c: Likewise.
4772 * gcc.dg/cpp/maccom2.c: Likewise.
4773 * gcc.dg/cpp/maccom3.c: Likewise.
4774 * gcc.dg/cpp/maccom4.c: Likewise.
4775 * gcc.dg/cpp/maccom5.c: Likewise.
4776 * gcc.dg/cpp/maccom6.c: Likewise.
4777 * gcc.dg/cpp/multiline.c: Likewise.
4778 * gcc.dg/cpp/spacing1.c: Likewise.
4779 * gcc.dg/cpp/spacing2.c: Likewise.
4780 * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
4781 * gcc.dg/cpp/trad/maccom1.c: Likewise.
4782 * gcc.dg/cpp/trad/maccom2.c: Likewise.
4783 * gcc.dg/cpp/trad/maccom3.c: Likewise.
4784 * gcc.dg/cpp/trad/maccom4.c: Likewise.
4785 * gcc.dg/cpp/trad/maccom6.c: Likewise.
4786 * gcc.dg/cpp/cxxcom2.c: Likewise.
4787 * gcc.dg/cpp/cxxcom2.h: New file.
4788
4789 * gcc.dg/cpp/truefalse.cpp: Move it to ...
4790 * g++.dg/cpp/truefalse.C: Here.
4791 * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
4792
4793 2003-06-01 Loren James Rittle <ljrittle@acm.org>
4794
4795 * gcc.dg/cpp/redef3.c: New file.
4796
4797 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4798
4799 * gcc.dg/i386-loop-3.c: New test.
4800
4801 2003-05-31 Toon Moene <toon@moene.indiv.nluug.nl>
4802
4803 * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
4804
4805 2003-05-31 Roger Sayle <roger@eyesopen.com>
4806
4807 * gcc.dg/fwrapv-1.c: New test case.
4808 * gcc.dg/fwrapv-2.c: New test case.
4809
4810 2003-05-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4811
4812 PR c++/10956
4813 * g++.dg/template/spec9.C: New test.
4814
4815 2003-05-29 Roger Sayle <roger@eyesopen.com>
4816
4817 * gcc.dg/duff-4.c: New test case.
4818
4819 2003-05-27 David Billinghurst (David.Billinghurst@riotinto.com)
4820
4821 PR fortran/10843
4822 * g77.dg/ffixed-form-1.f: New test
4823 * g77.dg/ffixed-form-2.f: New test
4824 * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
4825 * g77.dg/ffree-form-3.f: New test
4826
4827 2003-05-26 Andreas Tobler <a.tobler@schweiz.ch>
4828
4829 * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
4830 * gcc.dg/wint_t-1.c: Likewise.
4831
4832 2003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4833
4834 * g++.dg/template/access11.C: New test.
4835
4836 2003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4837
4838 PR c++/10849
4839 * g++.dg/template/access10.C: New test.
4840
4841 2003-05-24 Eric Botcazou <ebotcazou@libertysurf.fr>
4842 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4843
4844 * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
4845
4846 2003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
4847
4848 * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
4849 suppress for powerpc-*-darwin*.
4850 * gcc.dg/torture/builtin-noret-2.c: Likewise.
4851
4852 2003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
4853
4854 * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
4855 suppress option for powerpc-*-darwin*.
4856
4857 2003-05-23 Roger Sayle <roger@eyesopen.com>
4858
4859 * gcc.dg/builtins-1.c: Add tests for tan and atan.
4860 * gcc.dg/builtins-4.c: Add test for fmod.
4861
4862 2003-05-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4863
4864 PR c++/10682
4865 * g++.dg/template/instantiate4.C: New test.
4866
4867 2003-05-22 Roger Sayle <roger@eyesopen.com>
4868
4869 * gcc.c-torture/execute/ieee/inf-2.c: New test case.
4870
4871 2003-05-21 Janis Johnson <janis187@us.ibm.com>
4872
4873 * gcc.dg/compat/scalar-return-1_main.c: New file.
4874 * gcc.dg/compat/scalar-return-1_x.c: New file.
4875 * gcc.dg/compat/scalar-return-1_y.c: New file.
4876 * gcc.dg/compat/scalar-return-2_main.c: New file.
4877 * gcc.dg/compat/scalar-return-2_x.c: New file.
4878 * gcc.dg/compat/scalar-return-2_y.c: New file.
4879 * gcc.dg/compat/struct-return-3_main.c: New file.
4880 * gcc.dg/compat/struct-return-3_y.c: New file.
4881 * gcc.dg/compat/struct-return-3_x.c: New file.
4882 * gcc.dg/compat/struct-return-2_main.c: New file.
4883 * gcc.dg/compat/struct-return-2_x.c: New file.
4884 * gcc.dg/compat/struct-return-2_y.c: New file.
4885
4886 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4887
4888 * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
4889 for hppa*-hp-hpux*.
4890 * gcc.dg/20021014-1.c (dg-options): Likewise.
4891 * gcc.dg/nest.c (dg-options): Likewise.
4892
4893 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
4894
4895 PR c++/9738
4896 * g++.dg/ext/dllimport2.C: New file.
4897 * g++.dg/ext/dllimport3.C: New file.
4898
4899 2003-05-20 Janis Johnson <janis187@us.ibm.com>
4900
4901 * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
4902 * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4903 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4904 * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4905 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4906 * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4907 * gcc.dg/compat/struct-by-value-7_x.c Ditto.
4908 * gcc.dg/compat/struct-by-value-7_y.c Ditto.
4909 * gcc.dg/compat/small-struct-defs.h: New file.
4910 * gcc.dg/compat/small-struct-init.h: New file.
4911 * gcc.dg/compat/small-struct-check.h: New file.
4912 * gcc.dg/compat/fp-struct-defs.h: New file.
4913 * gcc.dg/compat/fp-struct-check.h: New file.
4914 * gcc.dg/compat/fp-struct-init.h: New file.
4915 * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
4916 * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
4917
4918 2003-05-19 Jakub Jelinek <jakub@redhat.com>
4919
4920 * gcc.dg/20030225-2.c: New test.
4921
4922 2003-05-18 Roger Sayle <roger@eyesopen.com>
4923 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4924
4925 * gcc.c-torture/compile/20030518-1.c: New test case.
4926
4927 2003-05-18 Mark Mitchell <mark@codesourcery.com>
4928
4929 * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
4930 * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
4931 gcc-dg-debug-runtest.
4932 * g++.dg/debug/debug.exp: Pass opt_opts parameter to
4933 gcc-dg-debug-runtest.
4934
4935 2003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4936
4937 PR c++/9022
4938 * g++.dg/lookup/using6.C: New test.
4939
4940 2003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4941
4942 * g++.dg/parse/access2.C: New test.
4943
4944 2003-05-17 Mark Mitchell <mark@codesourcery.com>
4945
4946 * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
4947 * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
4948 * gcc.dg/debug/debug.exp: Likewise.
4949
4950 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4951
4952 * gcc.dg/dollar.c: New test.
4953
4954 2003-05-16 Janis Johnson <janis187@us.ibm.com>
4955
4956 * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
4957 * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
4958 * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
4959 * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
4960 * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
4961 * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
4962 * gcc.dg/compat/struct-by-value-6_main.c: New file.
4963 * gcc.dg/compat/struct-by-value-6_x.c: New file.
4964 * gcc.dg/compat/struct-by-value-6_y.c: New file.
4965 * gcc.dg/compat/struct-by-value-7_main.c: New file.
4966 * gcc.dg/compat/struct-by-value-7_x.c: New file.
4967 * gcc.dg/compat/struct-by-value-7_y.c: New file.
4968 * gcc.dg/compat/struct-by-value-8_main.c: New file.
4969 * gcc.dg/compat/struct-by-value-8_x.c: New file.
4970 * gcc.dg/compat/struct-by-value-8_y.c: New file.
4971 * gcc.dg/compat/struct-by-value-9_main.c: New file.
4972 * gcc.dg/compat/struct-by-value-9_x.c: New file.
4973 * gcc.dg/compat/struct-by-value-9_y.c: New file.
4974
4975 2003-05-16 Mark Mitchell <mark@codesourcery.com>
4976
4977 * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
4978 (gcc-dg-test-1): ... this. Add target_compile parameter. Add
4979 support for "repo" mode.
4980 * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
4981 * lib/g77-dg.exp: Likewise.
4982 * lib/obj-dg.exp: Likewise.
4983
4984 2003-05-16 Jakub Jelinek <jakub@redhat.com>
4985
4986 Merge from gcc-3_2-rhl8-branch:
4987 2003-04-23 Jakub Jelinek <jakub@redhat.com>
4988
4989 * gcc.dg/tls/opt-6.c: New test.
4990
4991 2003-04-05 Jakub Jelinek <jakub@redhat.com>
4992
4993 * gcc.dg/20030405-1.c: New test.
4994
4995 2003-03-09 Jakub Jelinek <jakub@redhat.com>
4996
4997 * gcc.dg/20030309-1.c: New test.
4998
4999 2003-03-07 Eric Botcazou <ebotcazou@libertysurf.fr>
5000
5001 * gcc.c-torture/execute/20030307-1.c: New test.
5002
5003 2003-02-20 Randolph Chung <tausq@debian.org>
5004
5005 * gcc.c-torture/compile/20030220-1.c: New test.
5006
5007 2003-02-18 Jakub Jelinek <jakub@redhat.com>
5008
5009 * gcc.dg/20030217-1.c: New test.
5010
5011 2003-01-29 Jakub Jelinek <jakub@redhat.com>
5012
5013 * gcc.c-torture/compile/20020129-1.c: New test.
5014
5015 2002-12-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5016
5017 * gcc.dg/unroll-1.c: New test.
5018
5019 2002-11-16 Jan Hubicka <jh@suse.cz>
5020
5021 * gcc.c-torture/execute/20020920-1.c: New test.
5022
5023 2002-10-08 Jakub Jelinek <jakub@redhat.com>
5024
5025 PR target/7434
5026 * gcc.c-torture/compile/20021008-1.c: New test.
5027
5028 2002-08-10 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
5029
5030 PR target/7559
5031 * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
5032
5033 2002-08-07 Jakub Jelinek <jakub@redhat.com>
5034
5035 * gcc.c-torture/compile/20020807-1.c: New test.
5036
5037 2002-07-30 Jakub Jelinek <jakub@redhat.com>
5038
5039 * gcc.dg/tls/opt-1.c: New test.
5040
5041 2002-07-29 Jakub Jelinek <jakub@redhat.com>
5042
5043 * gcc.dg/20020729-1.c: New test.
5044
5045 2002-07-20 Jakub Jelinek <jakub@redhat.com>
5046
5047 * g++.dg/opt/life1.C: New test.
5048
5049 2002-05-20 Jakub Jelinek <jakub@redhat.com>
5050
5051 * gcc.dg/20020525-1.c: New test.
5052
5053 2002-05-24 Jakub Jelinek <jakub@redhat.com>
5054
5055 PR c++/6794
5056 * g++.dg/ext/pretty1.C: New test.
5057 * g++.dg/ext/pretty2.C: New test.
5058
5059 2003-05-15 Mark Mitchell <mark@codesourcery.com>
5060
5061 PR c++/8385
5062 * g++.dg/ext/typeof5.C: New test.
5063
5064 2003-05-15 J"orn Rennecke <joern.rennecke@superh.com>
5065
5066 * gcc.c-torture/execute/builtins/string-asm-1.c: Take
5067 __USER_LABEL_PREFIX__ into account.
5068 * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
5069
5070 2003-05-14 Roger Sayle <roger@eyesopen.com>
5071
5072 * gcc.dg/builtins-15.c: New test case.
5073
5074 2003-05-13 Zack Weinberg <zack@codesourcery.com>
5075
5076 * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
5077
5078 2003-05-12 Mark Mitchell <mark@codesourcery.com>
5079
5080 * lib/g++.exp: Tweak handling of additional source files.
5081 * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
5082 * g++.dg/special/conpr-2a.C: Rename to ...
5083 * g++.dg/special/conpr-2a.cc: ... this.
5084 * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
5085 * g++.dg/special/conpr-3a.C: Rename to ...
5086 * g++.dg/special/conpr-3a.cc: This.
5087 * g++.dg/special/conpr-3b.C: Rename to ...
5088 * g++.dg/special/conpr-3b.cc: This.
5089 * g++.dg/special/conpr-4.C: New test.
5090 * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
5091
5092 2003-05-12 David Edelsohn <edelsohn@gnu.org>
5093
5094 * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
5095
5096 2003-05-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5097
5098 * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
5099 * g++.old-deja/g++.robertl/eb71.C: Likewise.
5100 * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
5101 * g++.old-deja/g++.other/warn3.C: Likewise.
5102
5103 2003-05-11 Roger Sayle <roger@eyesopen.com>
5104
5105 * gcc.dg/i386-387-1.c: Update to also test log.
5106 * gcc.dg/i386-387-2.c: Likewise.
5107
5108 2003-05-11 Toon Moene <toon@moene.indiv.nluug.nl>
5109
5110 * g77.f-torture/execute/int8421.f: New test.
5111
5112 2003-05-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5113
5114 PR c++/10230, c++/10481
5115 * g++.dg/lookup/scoped5.C: New test.
5116
5117 2003-05-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5118
5119 PR c++/10552
5120 * g++.dg/template/ttp6.C: New test.
5121
5122 2003-05-11 Richard Sandiford <rsandifo@redhat.com>
5123
5124 * gcc.c-torture/execute/builtins: New directory.
5125 * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
5126 gcc.c-torture/execute/builtins.
5127 * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
5128 * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
5129 * gcc.dg/torture: ...this new directory. Turn into link-only tests.
5130 * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
5131
5132 2003-05-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5133
5134 PR c++/9252
5135 * g++.dg/template/access8.C: New test.
5136 * g++.dg/template/access9.C: New test.
5137
5138 2003-05-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5139
5140 PR c++/9554
5141 * g++.dg/parse/access1.C: New test.
5142
5143 2003-05-09 DJ Delorie <dj@redhat.com>
5144
5145 * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
5146 long, and not an int.
5147
5148 2003-05-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5149
5150 PR c++/10555, c++/10576
5151 * g++.dg/template/memclass1.C: New test.
5152
5153 2003-05-08 DJ Delorie <dj@redhat.com>
5154
5155 * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
5156 targets.
5157 * gcc.c-torture/execute/20021024-1.x: Likewise.
5158 * gcc.c-torture/execute/shiftdi.x: Likewise.
5159 * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
5160 * g++.old-deja/g++.other/exprstmt1.C: Likewise.
5161 * gcc.dg/20021018-1.c: Likewise.
5162
5163 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5164
5165 * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
5166
5167 gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
5168 (bcopy): Call memmove.
5169
5170 2003-05-08 Roger Sayle <roger@eyesopen.com>
5171
5172 * g77.f-torture/compile/8485.f: New test case.
5173
5174 2003-05-07 Richard Henderson <rth@redhat.com>
5175
5176 PR c++/10570
5177 * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
5178 Verify exception_cleanup not called for rethrows.
5179 * g++.dg/eh/forced2.C: Test that exception_cleanup is called
5180 when exiting catch block without rethrowing.
5181 * g++.dg/eh/forced3.C: New.
5182 * g++.dg/eh/forced4.C: New.
5183
5184 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
5185
5186 * gcc.dg/20030505.c: Fix triplet.
5187
5188 2003-05-06 DJ Delorie <dj@redhat.com>
5189
5190 * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
5191 * gcc.dg/nest.c: Likewise.
5192
5193 2003-05-05 Roger Sayle <roger@eyesopen.com>
5194
5195 * gcc.dg/builtins-14.c: New test case.
5196
5197 2003-05-05 Janis Johnson <janis187@us.ibm.com>
5198
5199 * lib/compat.exp (compat-execute): New argument.
5200 * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
5201 * gcc.dg/compat: New test directory.
5202 * gcc.dg/compat/compat.exp: New expect script.
5203 * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
5204 * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
5205 * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
5206 * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
5207 * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
5208 * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
5209
5210 * gcc.dg/compat/struct-by-value-1_main.c: New test file.
5211 * gcc.dg/compat/struct-by-value-1_x.c: New test file.
5212 * gcc.dg/compat/struct-by-value-1_y.c: New test file.
5213 * gcc.dg/compat/struct-by-value-2_main.c: New test file.
5214 * gcc.dg/compat/struct-by-value-2_x.c: New test file.
5215 * gcc.dg/compat/struct-by-value-2_y.c: New test file.
5216 * gcc.dg/compat/struct-by-value-3_main.c: New test file.
5217 * gcc.dg/compat/struct-by-value-3_x.c: New test file.
5218 * gcc.dg/compat/struct-by-value-3_y.c: New test file.
5219 * gcc.dg/compat/struct-by-value-4_main.c: New test file.
5220 * gcc.dg/compat/struct-by-value-4_x.c: New test file.
5221 * gcc.dg/compat/struct-by-value-4_y.c: New test file.
5222 * gcc.dg/compat/struct-by-value-5_main.c: New test file.
5223 * gcc.dg/compat/struct-by-value-5_x.c: New test file.
5224 * gcc.dg/compat/struct-by-value-5_y.c: New test file.
5225
5226 2003-05-05 Zack Weinberg <zack@codesourcery.com>
5227
5228 * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
5229
5230 2003-05-05 Jakub Jelinek <jakub@redhat.com>
5231
5232 * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
5233
5234 2003-05-05 Geoffrey Keating <geoffk@apple.com>
5235
5236 * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
5237 * gcc.dg/ppc-fsel-2.c: New test.
5238
5239 * gcc.dg/unused-5.c: New test.
5240
5241 2003-05-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5242
5243 PR c++/10496
5244 * g++.dg/warn/pmf1.C: New test.
5245
5246 2003-05-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5247
5248 PR c++/4494
5249 * g++.dg/warn/main.C: New test.
5250
5251 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5252
5253 * gcc.dg/nonnull-3.c: New test.
5254
5255 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
5256
5257 * gcc.dg/cpp/Wtrigraphs.c: Update.
5258 * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
5259
5260 2003-05-03 Geoffrey Keating <geoffk@apple.com>
5261
5262 * gcc.dg/ppc-fsel-1.c: New test.
5263
5264 2003-05-03 Zack Weinberg <zack@codesourcery.com>
5265
5266 PR c/10604
5267 * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
5268
5269 2003-05-03 Kazu Hirata <kazu@cs.umass.edu>
5270
5271 * gcc.dg/m-un-2.c: Fix the typedef of size_t.
5272
5273 2003-05-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5274
5275 PR c++/9364, c++/10553, c++/10586
5276 * g++.dg/parse/typename4.C: New test.
5277 * g++.dg/parse/typename5.C: Likewise.
5278
5279 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
5280
5281 * gcc.c-torture/compile/20030503-1.c: New test.
5282
5283 2003-05-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5284
5285 * g++.dg/lookup/using5.C: Fix testcase error.
5286
5287 2003-05-01 Chris Demetriou <cgd@broadcom.com>
5288
5289 * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
5290 since MEABI is no longer supported. Remove all vestiges
5291 of MEABI from the test.
5292
5293 2003-05-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5294
5295 PR c++/10554
5296 * g++.dg/lookup/using5.C: New test.
5297
5298 2003-05-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5299
5300 PR c++/8772
5301 * g++.dg/template/ttp5.C: New test.
5302
5303 2003-04-30 Mark Mitchell <mark@codesourcery.com>
5304
5305 * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
5306 (dg-gpp-additional-sources): New function.
5307 (dg-gpp-additional-files): Likewise.
5308 * lib/g++.exp (additional_sources): New variable.
5309 (additional_files): Likewise.
5310 (g++_target_compile): Deal with them.
5311 * lib/old-dejagnu.exp: Remove.
5312 * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
5313 * g++.old-deja: Revise all tests to use dg commands.
5314
5315 2003-04-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5316
5317 PR c++/9432, c++/9528
5318 * g++.dg/lookup/using4.C: New test.
5319
5320 2003-04-29 Geoffrey Keating <geoffk@apple.com>
5321
5322 * gcc.dg/noreturn-5.c: New file.
5323 * gcc.dg/noreturn-6.c: New file.
5324
5325 * gcc.c-torture/compile/inline-1.c: New file.
5326
5327 2003-04-29 Mark Mitchell <mark@codesourcery.com>
5328
5329 PR c++/10551
5330 * g++.dg/template/explicit1.C: New test.
5331
5332 2003-04-29 Mark Mitchell <mark@codesourcery.com>
5333
5334 PR c++/10549
5335 * g++.dg/other/bitfield1.C: New test.
5336
5337 PR c++/10527
5338 * g++.dg/init/new7.C: New test.
5339
5340 2003-04-29 Mark Mitchell <mark@codesourcery.com>
5341
5342 * g++.dg/ext/desig1.C: New test.
5343 * g++.dg/ext/init1.C: Update.
5344
5345 * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
5346
5347 2003-04-28 Mark Mitchell <mark@codesourcery.com>
5348
5349 PR c++/10180
5350 * g++.dg/warn/Winline-1.C: New test.
5351
5352 2003-04-28 Jakub Jelinek <jakub@redhat.com>
5353
5354 * gcc.c-torture/execute/string-opt-19.c: New test.
5355
5356 * gcc.c-torture/execute/string-opt-asm-1.c: New test.
5357 * gcc.c-torture/execute/string-opt-asm-2.c: New test.
5358
5359 2003-04-27 Mark Mitchell <mark@codesourcery.com>
5360
5361 PR c++/10506
5362 * g++.dg/init/new6.C: New test.
5363
5364 PR c++/10503
5365 * g++.dg/init/ref6.C: New test.
5366
5367 2003-04-26 David Edelsohn <edelsohn@gnu.org>
5368
5369 * g++.dg/warn/weak1.C: XFAIL on AIX4.
5370
5371 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5372
5373 * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
5374 checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
5375
5376 2003-04-25 Mark Mitchell <mark@codesourcery.com>
5377
5378 * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
5379 initialized static data members.
5380
5381 2003-04-25 H.J. Lu <hjl@gnu.org>
5382
5383 * gcc.dg/ia64-sync-4.c: New test.
5384
5385 2003-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5386
5387 * gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright
5388 date.
5389
5390 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
5391
5392 PR c++/10337
5393 * g++.dg/warn/conv1.C: New test.
5394 * g++.old-deja/g++.other/conv7.C: Adjust.
5395 * g++.old-deja/g++.other/overload14.C: Adjust.
5396
5397 2003-04-23 Mark Mitchell <mark@codesourcery.com>
5398
5399 PR c++/10471
5400 * g++.dg/template/defarg2.C: New test.
5401
5402 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
5403
5404 * gcc.dg/cpp/include2.c: Update.
5405 * gcc.dg/cpp/multiline-2.c: New.
5406 * gcc.dg/cpp/multiline.c: Update.
5407 * gcc.dg/cpp/strify2.c: Update.
5408 * gcc.dg/cpp/trad/literals-2.c: Update.
5409
5410 2003-04-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5411
5412 * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
5413
5414 2003-04-23 Mark Mitchell <mark@codesourcery.com>
5415
5416 * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
5417
5418 2003-04-23 Mark Mitchell <mark@codesourcery.com>
5419
5420 PR c++/10451
5421 * g++.dg/parse/crash4.C: New test.
5422
5423 PR c++/9847
5424 * g++.dg/parse/crash5.C: New test.
5425
5426 2003-04-22 Mark Mitchell <mark@codesourcery.com>
5427
5428 PR c++/10446
5429 * g++.dg/parse/crash3.C: New test.
5430
5431 PR c++/10428
5432 * g++.dg/parse/elab1.C: New test.
5433
5434 2003-04-22 Devang Patel <dpatel@apple.com>
5435
5436 * gcc.dg/cpp/trad/funlike-5.c: New test.
5437
5438 2003-04-21 Andreas Tobler <a.tobler@schweiz.ch>
5439
5440 * g++.dg/other/packed1.C: Fix dg options.
5441
5442 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
5443
5444 * g++.dg/other/offsetof2.C: New test.
5445
5446 2003-04-21 Mark Mitchell <mark@codesourcery.com>
5447
5448 * g++.dg/template/recurse.C: Adjust location of error messages.
5449
5450 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
5451
5452 PR c++/9881
5453 * g++.dg/init/addr-const1.C: New test.
5454 * g++.dg/other/packed1.C: XFAIL on aligned architectures.
5455
5456 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
5457
5458 PR c++/10405
5459 * g++.dg/lookup/struct-hack1.C: New test.
5460
5461 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
5462
5463 * ucs.c: Update diagnostic messages.
5464
5465 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
5466
5467 * gcc.dg/cpp/truefalse.cpp: New test.
5468 * gcc.dg/cpp/cpp.exp: Update.
5469 * g++.dg/other/stdbool-if.C: Remove.
5470
5471 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
5472
5473 * gcc.dg/cpp/_Pragma4.c: Remove stray space.
5474 * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
5475
5476 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
5477
5478 * gcc.c-torture/compile/20030418-1.c: New test.
5479
5480 2003-04-17 Janis Johnson <janis187@us.ibm.com>
5481
5482 * README.compat: Remove; content moved to doc/sourcebuild.texi.
5483
5484 2003-04-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5485
5486 PR c++/10347
5487 g++.dg/template/dependent-name1.C: New test.
5488
5489 2003-04-17 J"orn Rennecke <joern.rennecke@superh.com>
5490
5491 * gcc.dg/warn-1.c (tourist_guide): New array,
5492 contains a pointer to bar.
5493
5494 2003-04-16 Roger Sayle <roger@eyesopen.com>
5495
5496 * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
5497 * gcc.c-torture/execute/medce-1.c: New test case.
5498 * gcc.c-torture/execute/medce-2.c: New test case.
5499
5500 2003-04-15 Mark Mitchell <mark@codesourcery.com>
5501
5502 * lib/prune.exp: Ignore more messages.
5503
5504 PR c++/10381
5505 * g++.dg/parse/lookup3.C: New test.
5506
5507 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
5508
5509 * gcc.c-torture/compile/20030415-1.c : New test.
5510
5511 2003-04-14 Mark Mitchell <mark@codesourcery.com>
5512
5513 * gcc.c-torture/execute/scope-2.c: Move to ...
5514 * gcc.dg/noncompile/scope.c: .... here.
5515
5516 2003-04-14 Roger Sayle <roger@eyesopen.com>
5517
5518 * gcc.dg/20030414-2.c: New test case.
5519
5520 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
5521
5522 PR target/10377
5523 * gcc.dg/20030414-1.c: New test.
5524
5525 2003-04-13 Roger Sayle <roger@eyesopen.com>
5526
5527 * gcc.dg/builtins-12.c: New test case.
5528 * gcc.dg/builtins-13.c: New test case.
5529
5530 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5531
5532 * gcc.c-torture/execute/string-opt-18.c: New test.
5533
5534 2003-04-13 Mark Mitchell <mark@codesourcery.com>
5535
5536 PR c++/10300
5537 * g++.dg/init/new5.C: New test.
5538
5539 2003-04-12 Mark Mitchell <mark@codesourcery.com>
5540
5541 PR c++/7910
5542 * g++.dg/ext/dllimport1.C: New test.
5543
5544 2003-04-12 Eric Botcazou <ebotcazou@libertysurf.fr>
5545
5546 * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
5547
5548 2003-04-11 Bud Davis <bdavis9659@comcast.net>
5549
5550 PR Fortran/9263
5551 * g77.f-torture/noncompile/9263.f: New test
5552 PR Fortran/1832
5553 * g77.f-torture/execute/1832.f: New test
5554
5555 2003-04-11 David Chad <davidc@freebsd.org>
5556 Loren J. Rittle <ljrittle@acm.org>
5557
5558 libobjc/8562
5559 * objc.dg/headers.m: New test.
5560
5561 2003-04-10 Zack Weinberg <zack@codesourcery.com>
5562
5563 * gcc.c-torture/execute/builtin-noret-2.c: New.
5564 * gcc.c-torture/execute/builtin-noret-2.x: New.
5565 XFAIL builtin-noret-2.c at -O1 and above.
5566 * gcc.dg/redecl.c: New.
5567 * gcc.dg/Wshadow-1.c: Update error regexps.
5568
5569 2003-04-10 Mark Mitchell <mark@codesourcery.com>
5570
5571 * g++.dg/abi/bitfield10.C: New test.
5572
5573 2003-04-09 Mike Stump <mrs@apple.com>
5574
5575 * gcc.dg/pch/pch.exp: Make testcase names longer.
5576 * g++.dg/pch/pch.exp: Make testcase names longer.
5577
5578 2003-04-08 Roger Sayle <roger@eyesopen.com>
5579
5580 * gcc.dg/builtins-11.c: New test case.
5581
5582 2003-04-08 Roger Sayle <roger@eyesopen.com>
5583
5584 * gcc.dg/builtins-9.c: New test case.
5585 * gcc.dg/builtins-10.c: New test case.
5586
5587 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
5588
5589 * gcc.dg/noncompile/init-4.c.c: New test.
5590
5591 2003-04-06 Nathan Sidwell <nathan@codesourcery.com>
5592
5593 * gcc.misc-test/gcov-9.c: New test.
5594 * gcc.misc-test/gcov-10.c: New test
5595 * gcc.misc-test/gcov-11.c: New test.
5596
5597 2003-04-05 Zack Weinberg <zack@codesourcery.com>
5598
5599 PR optimization/10024
5600 * gcc.c-torture/compile/20030405-1.c: New test.
5601
5602 2003-04-04 Geoffrey Keating <geoffk@apple.com>
5603
5604 * gcc.dg/pch/static-3.c: New.
5605 * gcc.dg/pch/static-3.hs: New.
5606 * gcc.dg/pch/pch.exp: Test with -O0 -g too.
5607
5608 2003-04-04 Richard Henderson <rth@redhat.com>
5609
5610 * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
5611 * g++.dg/eh/forced2.C: Likewise.
5612
5613 2003-04-03 Mike Stump <mrs@apple.com>
5614
5615 * lib/scanasm.exp (scan-assembler): Add xfail processing for
5616 target arg.
5617 (scan-assembler-times, scan-assembler-not): Likewise.
5618 (scan-assembler-dem, scan-assembler-dem-not): Likewise.
5619
5620 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
5621
5622 * gcc.dg/sparc-loop-1.c: New test.
5623
5624 2003-04-02 Geoffrey Keating <geoffk@apple.com>
5625
5626 PR other/9274
5627 * g++.dg/pch/system-2.C: New.
5628 * g++.dg/pch/system-2.Hs: New.
5629
5630 2003-04-02 Aldy Hernandez <aldyh@redhat.com>
5631
5632 * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
5633
5634 * g++.dg/eh/simd-1.C (vecfunc): Same.
5635
5636 2003-04-01 Roger Sayle <roger@eyesopen.com>
5637
5638 * gcc.c-torture/execute/20030401-1.c: New test case.
5639
5640 2003-04-01 Ziemowit Laski <zlaski@apple.com>
5641
5642 * objc.dg/defs.m: New.
5643
5644 2003-04-01 Aldy Hernandez <aldyh@redhat.com>
5645
5646 * g++.dg/eh/simd-1.C: New.
5647 * g++.dg/eh/simd-2.C: New.
5648
5649 2003-03-01 Aldy Hernandez <aldyh@redhat.com>
5650
5651 * gcc.c-torture/execute/simd-3.c: New.
5652
5653 2003-03-31 Mark Mitchell <mark@codesourcery.com>
5654
5655 PR c/9936
5656 * gcc.dg/20030331-2.c: New test.
5657
5658 2003-03-31 Mark Mitchell <mark@codesourcery.com>
5659
5660 PR c++/10278
5661 * g++.dg/parse/crash2.C: New test.
5662
5663 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
5664
5665 * gcc.c-torture/compile/20030331-1.c: New test, moved from...
5666 * gcc.c-torture/execute/20030331-1.c: ...here.
5667
5668 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
5669
5670 * gcc.c-torture/execute/20030331-1.c: New test.
5671
5672 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
5673
5674 * lib/gcov.exp: Adjust call return testing strings.
5675 * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
5676
5677 2003-03-31 Roger Sayle <roger@eyesopen.com>
5678
5679 * gcc.dg/builtins-3.c: Add new tests for sin and cos.
5680 * gcc.dg/builtins-7.c: New test case.
5681 * gcc.dg/builtins-8.c: New test case.
5682
5683 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
5684
5685 * gcc.c-torture/execute/ieee/20030331-1.c: New test.
5686
5687 2003-03-30 Mark Mitchell <mark@codesourcery.com>
5688
5689 PR c++/7647
5690 * g++.dg/lookup-class-member-2.C: New test.
5691
5692 2003-03-30 Glen Nakamura <glen@imodulo.com>
5693
5694 * gcc.dg/20030324-1.c: Add comments and abort if test fails.
5695
5696 2003-03-28 Roger Sayle <roger@eyesopen.com>
5697
5698 * gcc.c-torture/execute/ieee/fp-cmp-6.c: Correct test for -O0.
5699
5700 2003-03-28 Mark Mitchell <mark@codesourcery.com>
5701
5702 * g++.dg/init/attrib1.C: New test.
5703
5704 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
5705
5706 * gcc.dg/ultrasp8.c: New test.
5707
5708 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
5709
5710 * gcc.dg/ultrasp7.c: New test.
5711
5712 2003-03-28 Nathan Sidwell <nathan@codesourcery.com>
5713
5714 PR c++/10047
5715 * g++.dg/template/inline1.C: New test.
5716
5717 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
5718
5719 * gcc.dg/sparc-dwarf2.c: New test.
5720
5721 2003-03-27 Roger Sayle <roger@eyesopen.com>
5722
5723 * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
5724 * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
5725
5726 2003-03-27 Mark Mitchell <mark@codesourcery.com>
5727
5728 * lib/gcov.exp (run-gcov): Add branches and calls options, rather
5729 than reading .x files.
5730 * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
5731 * g77.dg/gcov/gcov-1.f: Likewise.
5732 * gcc.misc-tests/gcov-4b.c: Likewise.
5733 * gcc.misc-tests/gcov-5b.c: Likewise.
5734 * gcc.misc-tests/gcov-6.c: Likewise.
5735 * gcc.misc-tests/gcov-7.c: Likewise.
5736 * gcc.misc-tests/gcov-8.c: Likewise.
5737 * g++.dg/gcov/gcov-1.x: Remove.
5738 * g77.dg/gcov/gcov-1.x: Likewise.
5739 * gcc.misc-tests/gcov-4b.x: Likewise.
5740 * gcc.misc-tests/gcov-5b.x: Likewise.
5741 * gcc.misc-tests/gcov-6.x: Likewise.
5742 * gcc.misc-tests/gcov-7.x: Likewise.
5743 * gcc.misc-tests/gcov-8.x: Likewise.
5744
5745 2003-03-27 Glen Nakamura <glen@imodulo.com>
5746
5747 PR opt/10087
5748 * gcc.dg/20030324-1.c: New test.
5749
5750 2003-03-27 Nathan Sidwell <nathan@codesourcery.com>
5751
5752 PR c++/10224
5753 * g++.dg/template/arg3.C: New test.
5754
5755 PR c++/10158
5756 * g++.dg/template/friend18.C: New test.
5757
5758 2003-03-26 Roger Sayle <roger@eyesopen.com>
5759
5760 * g77.f-torture/compile/20030326-1.f: New test case.
5761
5762 2003-03-26 Janis Johnson <janis187@us.ibm.com>
5763
5764 * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
5765
5766 * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
5767
5768 2003-03-26 Jakub Jelinek <jakub@redhat.com>
5769
5770 * gcc.dg/ia64-sync-3.c: New test.
5771
5772 2003-03-26 Alan Modra <amodra@bigpond.net.au>
5773
5774 * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
5775
5776 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
5777
5778 * gcc.dg/ultrasp6.c: New test.
5779
5780 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
5781
5782 * gcc.dg/i386-signbit-1.c: New test.
5783 * gcc.dg/i386-signbit-2.c: New test.
5784 * gcc.dg/i386-signbit-3.c: New test.
5785
5786 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
5787
5788 * gcc.dg/ultrasp5.c: Fix options.
5789
5790 2003-03-24 Eric Botcazou <ebotcazou@libertysurf.fr>
5791
5792 * gcc.dg/ultrasp5.c: Fix comment.
5793
5794 2003-03-24 Bud Davis <bdavis9659@comcast.net>
5795
5796 PR fortran/10197
5797 * g77.f-torture/execute/10197.f: New test.
5798
5799 2003-03-24 Nathan Sidwell <nathan@codesourcery.com>
5800
5801 PR c++/9898, c++/383
5802 * g++.dg/template/conv6.C: New test.
5803
5804 PR c++/10119
5805 * g++.dg/template/ptrmem5.C: New test.
5806
5807 PR c++/10026
5808 * g++.dg/lookup/koenig1.C: New test.
5809
5810 PR C++/10199
5811 * g++.dg/lookup/template2.C: New test.
5812
5813 2003-03-24 Jakub Jelinek <jakub@redhat.com>
5814
5815 * g++.dg/opt/rtti1.C: New test.
5816
5817 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
5818
5819 * gcc.dg/ultrasp5.c: New test.
5820
5821 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
5822
5823 PR middle-end/9967
5824 * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
5825 builtin fputs.
5826
5827 2003-03-23 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5828
5829 PR c/8224
5830 * gcc.dg/20030323-1.c: New test.
5831
5832 2003-03-23 Roger Sayle <roger@eyesopen.com>
5833
5834 * gcc.c-torture/compile/20030323-1.c: New test case.
5835
5836 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
5837
5838 * gcc.dg/20030321-1.c: New test.
5839
5840 2003-03-22 Zack Weinberg <zack@codesourcery.com>
5841
5842 * gcc.dg/Wshadow-1.c: Add a dg-warning line.
5843
5844 2003-03-22 Nathan Sidwell <nathan@codesourcery.com>
5845
5846 PR c++/9978, c++/9708
5847 * g++.dg/ext/vlm1.C: Adjust expected error.
5848 * g++.dg/ext/vla2.C: New test.
5849 * g++.dg/template/arg1.C: New test.
5850 * g++.dg/template/arg2.C: New test.
5851
5852 2003-03-22 Bud Davis <bdavis9659@comcast.net>
5853
5854 * g77.f-torture/execute/select.f: New test.
5855 * g77.f-torture/noncompile/select_no_compile.f: New test.
5856
5857 2003-03-21 Nathan Sidwell <nathan@codesourcery.com>
5858
5859 PR c++/9898
5860 * g++.dg/other/error4.C: New test.
5861
5862 2003-03-20 Mark Mitchell <mark@codesourcery.com>
5863
5864 * g++.dg/template/friend17.C: New test.
5865
5866 2003-03-21 Alan Modra <amodra@bigpond.net.au>
5867
5868 * gcc.c-torture/compile/20030320-1.c: New.
5869
5870 2003-03-20 Roger Sayle <roger@eyesopen.com>
5871
5872 * gcc.dg/builtins-6.c: New test case.
5873
5874 2003-03-19 Alan Modra <amodra@bigpond.net.au>
5875
5876 PR target/10073
5877 * gcc.c-torture/compile/20030319-1.c: New.
5878
5879 2003-03-18 Jan Hubicka <jh@suse.cz>
5880
5881 * gcc.dg/i386-cvt-1.c: New test.
5882
5883 2003-03-17 Zack Weinberg <zack@codesourcery.com>
5884
5885 * objc.dg/naming-1.m: Use "(parse|syntax) error".
5886 * objc.dg/naming-2.m: Likewise.
5887
5888 2003-03-17 Mark Mitchell <mark@codesourcery.com>
5889
5890 PR c++/9639
5891 * g++.dg/parse/crash1.C: New test.
5892
5893 2003-03-16 Mark Mitchell <mark@codesourcery.com>
5894
5895 PR c++/8805
5896 * g++.dg/eh/cleanup1.C: New test.
5897
5898 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
5899
5900 * gcc.c-torture/execute/20030316-1.c: New test case.
5901
5902 2003-03-16 Nathan Sidwell <nathan@codesourcery.com>
5903
5904 PR c++/9629
5905 * g++.dg/init/ctor2.C: New test.
5906
5907 2003-03-15 Roger Sayle <roger@eyesopen.com>
5908
5909 * g77.f-torture/compile/xformat.f: New test case.
5910
5911 2003-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5912
5913 * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
5914 * g++.old-deja/g++.mike/eh50.C: Likewise.
5915
5916 2003-03-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5917
5918 PR c++/6440
5919 * g++.dg/template/spec7.C: New test.
5920 * g++.dg/template/spec8.C: Likewise.
5921
5922 2003-03-14 Jakub Jelinek <jakub@redhat.com>
5923
5924 * gcc.c-torture/execute/20030313-1.c: New test.
5925
5926 2003-03-14 Richard Henderson <rth@redhat.com>
5927
5928 * gcc.dg/inline-2.c: Adjust alpha test for external call.
5929
5930 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
5931
5932 * gcc.c-torture/compile/20030314-1.c: New test.
5933
5934 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
5935
5936 * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
5937 * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
5938 thumb target,
5939 * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
5940 to accept newer _imp__ prefix and additional
5941 newline in .drectve section.
5942 * gcc.dg/dll-4.c: Likewise.
5943 * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
5944 switch.
5945
5946 2003-03-13 Mark Mitchell <mark@codesourcery.com>
5947
5948 * g++.dg/parse/namespace9.C: New test.
5949
5950 * g++.dg/init/ref5.C: New test.
5951 * g++.dg/parse/ptrmem1.C: Likewise.
5952
5953 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5954
5955 * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
5956 * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
5957 regular expression.
5958 * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
5959 * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
5960
5961 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
5962
5963 * gcc.c-torture/execute/20030224-2.c: New test.
5964
5965 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
5966
5967 * gcc.dg/decl-3.c: New test.
5968
5969 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
5970
5971 * gcc.dg/i386-loop-2.c: New test.
5972
5973 2003-03-11 Mark Mitchell <mark@codesourcery.com>
5974
5975 PR c++/9474
5976 * g++.dg/parse/namespace8.C: New test.
5977
5978 PR c++/9924
5979 * g++.dg/overload/builtin2.C: New test.
5980
5981 2003-03-11 Steven Bosscher <s.bosscher@student.tudelft.nl>
5982
5983 * gcc.dg/return-type-3.c: New test.
5984
5985 2003-03-11 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
5986
5987 * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
5988 profiling options are not supported.
5989
5990 2003-03-10 Mark Mitchell <mark@codesourcery.com>
5991
5992 * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
5993 * g++.old-deja/g++.warn/impint2.C: Likewise.
5994
5995 2003-03-10 Devang Patel <dpatel@apple.com>
5996
5997 * g++.dg/cpp/c++_cmd_1.C: New test.
5998 * g++.dg/cpp/c++_cmd_1.h: New file.
5999
6000 2003-03-10 Segher Boessenkool <segher@koffie.nl>
6001
6002 * gcc.dg/altivec-9.c: New file.
6003
6004 2003-03-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6005
6006 * gcc.dg/ppc-sdata-1.c: New test.
6007 * gcc.dg/ppc-sdata-2.c: New test.
6008
6009 2003-03-09 Mark Mitchell <mark@codesourcery.com>
6010
6011 PR c++/9373
6012 * g++.dg/opt/ptrmem2.C: New test.
6013
6014 PR c++/8534
6015 * g++.dg/opt/ptrmem1.C: New test.
6016
6017 2003-03-09 Eric Botcazou <ebotcazou@libertysurf.fr>
6018
6019 * gcc.dg/i386-loop-1.c: New test.
6020
6021 2003-03-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6022
6023 PR c++/9970
6024 * g++.dg/lookup/friend1.C: New test.
6025
6026 2003-03-08 Mark Mitchell <mark@codesourcery.com>
6027
6028 PR c++/9823
6029 * g++.dg/parser/constructor1.C: New test.
6030
6031 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
6032
6033 * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
6034
6035 * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
6036
6037 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
6038
6039 * gcc.dg/cpp/Wunused.c: Update test.
6040
6041 2003-03-08 Jan Hubicka <jh@suse.cz>
6042
6043 * gcc.dg/inline-3.c: New test.
6044
6045 2003-03-08 Mark Mitchell <mark@codesourcery.com>
6046
6047 PR c++/9809
6048 * g++.dg/parse/builtin1.C: New test.
6049
6050 PR c++/9982
6051 * g++.dg/abi/cookie1.C: New test.
6052 * g++.dg/abi/cookie2.C: Likewise.
6053
6054 PR c++/9524
6055 * g++.dg/template/field1.C: New test.
6056
6057 PR c++/9912
6058 * g++.dg/parse/class1.C: New test.
6059 * g++.dg/parse/namespace7.C: Likewise.
6060 * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
6061
6062 2003-03-07 Mark Mitchell <mark@codesourcery.com>
6063
6064 * g++.dg/init/ref4.C: New test.
6065
6066 2003-03-07 Jan Hubicka <jh@suse.cz>
6067
6068 * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
6069 * gcc.dg/inline-3.c: New test.
6070
6071 2003-03-06 Mark Mitchell <mark@codesourcery.com>
6072
6073 * g++.dg/init/ref3.C: New test.
6074
6075 PR c++/9965
6076 * g++.dg/init/ref2.C: New test.
6077
6078 PR c++/9400
6079 * g++.dg/warn/Wshadow-2.C: New test.
6080
6081 PR c++/9791
6082 * g++.dg/warn/Woverloaded-1.C: New test.
6083
6084 2003-03-05 Jan Hubicka <jh@suse.cz>
6085
6086 * gcc.dg/i386-local2.c: New.
6087 * gcc.dg/i386-local.c: Fix typo.
6088
6089 2003-03-05 Mark Mitchell <mark@codesourcery.com>
6090
6091 * g++.dg/abi/layout3.C: New test.
6092
6093 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
6094
6095 * gcc.c-torture/compile/20030305-1.c
6096
6097 2003-03-05 Jan Hubicka <jh@suse.cz>
6098
6099 * gcc.dg/i386-local.c: New.
6100
6101 2003-03-04 J"orn Rennecke <joern.rennecke@superh.com>
6102
6103 * gcc.dg/sh-relax.c: Disable for sh64-*-*.
6104
6105 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6106
6107 * gcc.dg/switch-2.c: New test.
6108 * gcc.dg/switch-3.c: New test.
6109 * gcc.dg/Wswitch.c: Adjust line numbers.
6110 * gcc.dg/Wswitch-default.c: Likewise.
6111 * gcc.dg/Wswitch-enum.c: Likewise.
6112
6113 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
6114
6115 * gcc.c-torture/execute/20030222-1.c: New test.
6116
6117 2003-03-03 James E Wilson <wilson@tuliptree.org>
6118
6119 * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
6120
6121 2003-03-03 Mark Mitchell <mark@codesourcery.com>
6122
6123 PR c++/9878
6124 * g++.dg/init/ref1.C: New test.
6125
6126 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
6127
6128 * gcc.dg/sh-relax.c: New SH-only test.
6129
6130 2003-03-03 Geoffrey Keating <geoffk@apple.com>
6131
6132 * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
6133 comment explaining purpose of testcase.
6134
6135 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
6136
6137 * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
6138 for HC11/HC12 (asm needs two int registers).
6139 * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
6140 HC11/HC12 because the test uses an asm which needs two 32-bit
6141 registers.
6142
6143 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
6144
6145 * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
6146 for HC11/HC12 (array is too large otherwise).
6147 * gcc.c-torture/compile/920501-4.x: New file, likewise.
6148 * gcc.c-torture/compile/20010518-2.x: Likewise.
6149 * gcc.c-torture/compile/980506-1.x: Don't execute this test on
6150 HC11/HC12 (array is too large).
6151
6152 2003-03-01 Geoffrey Keating <geoffk@apple.com>
6153
6154 * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
6155 * lib/g++-dg.exp (g++-dg-test): Likewise.
6156
6157 2003-03-01 Roger Sayle <roger@eyesopen.com>
6158
6159 * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
6160 * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
6161
6162 2003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6163
6164 * g++.dg/warn/implicit-typename1.C: Remove warning.
6165
6166 2003-02-28 Richard Henderson <rth@redhat.com>
6167
6168 * gcc.dg/noreturn-1.c: Move noreturn warning line.
6169 * gcc.dg/return-type-1.c: Move control reaches end warning line.
6170
6171 2003-02-28 Geoffrey Keating <geoffk@apple.com>
6172
6173 * gcc.dg/pch/pch.exp: Change .pch to .gch.
6174 * g++.dg/pch/pch.exp: Likewise.
6175
6176 2003-02-28 Mark Mitchell <mark@codesourcery.com>
6177
6178 PR c++/9879
6179 * testsuite/g++.dg/init/new4.C: New test.
6180
6181 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
6182
6183 * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
6184
6185 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
6186
6187 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
6188 unsigned long.
6189
6190 * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
6191 wider than float.
6192
6193 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6194
6195 * lib/scanasm.exp: Add support for counting numbers of
6196 occurences.
6197 * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
6198 gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
6199
6200 2003-02-25 Mark Mitchell <mark@codesourcery.com>
6201
6202 PR c++/9683
6203 * g++.dg/template/static3.C: New test.
6204
6205 PR c++/9829
6206 * g++.dg/parse/namespace6.C: New test.
6207
6208 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6209
6210 PR target/9732
6211 * gcc.dg/20030225-1.c: New test.
6212
6213 2003-02-24 Mark Mitchell <mark@codesourcery.com>
6214
6215 * README: Remove out-of-date information.
6216
6217 PR c++/9836
6218 * g++.dg/template/spec6.C: New test.
6219
6220 2003-02-24 Jeff Law <law@redhat.com>
6221
6222 * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
6223
6224 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6225
6226 * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
6227 * gcc.dg/pragma-ep-1.c: Likewise.
6228
6229 2003-02-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6230
6231 PR c++/9602
6232 * g++.dg/template/friend16.C: New test.
6233
6234 2003-02-23 Mark Mitchell <mark@codesourcery.com>
6235
6236 PR c++/5333
6237 * g++.dg/parse/fused-params1.C: Adjust error messages.
6238 * g++.dg/template/nested3.C: New test.
6239
6240 2003-02-24 Alan Modra <amodra@bigpond.net.au>
6241
6242 * g++.dg/abi/param1.C: New test.
6243
6244 2003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6245
6246 PR c++/7982
6247 * g++.dg/warn/implicit-typename1.C: New test.
6248
6249 2003-02-22 Kelley Cook <kelleycook@comcast.net>
6250
6251 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
6252 with "mtune".
6253 * g++.old-deja/g++.other/store-expr2.C: Likewise.
6254 * gcc.c-torture/execute/20010129-1.x: Likewise.
6255 * gcc.dg/20011107-1.c: Likewise.
6256 * gcc.dg/20020108-1.c: Likewise.
6257 * gcc.dg/20020122-3.c: Likewise.
6258 * gcc.dg/20020206-1.c: Likewise.
6259 * gcc.dg/20020310-1.c: Likewise.
6260 * gcc.dg/20020426-2.c: Likewise.
6261 * gcc.dg/20020517-1.c: Likewise.
6262 * gcc.dg/991230-1.c: Likewise.
6263 * gcc.dg/i386-unroll-1.c: Likewise.
6264 * gcc.misc-tests/i386-prefetch.exp: Likewise.
6265
6266 2003-02-22 Jan Hubicka <jh@suse.cz>
6267
6268 * gcc.dg/i386-mul.c: New test.
6269
6270 2003-02-21 Roger Sayle <roger@eyesopen.com>
6271
6272 * gcc.dg/builtins-5.c: New test case.
6273
6274 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
6275
6276 * gcc.dg/asmreg-1.c: New test.
6277
6278 2003-02-21 Mark Mitchell <mark@codesourcery.com>
6279
6280 PR c++/9749
6281 * g++.dg/parse/varmod1.C: New test.
6282
6283 2003-02-21 Mark Mitchell <mark@codesourcery.com>
6284
6285 PR c++/9727
6286 * g++.dg/template/op1.C: New test.
6287
6288 2003-02-21 Mark Mitchell <mark@codesourcery.com>
6289
6290 PR c++/8906
6291 * g++.dg/template/nested2.C: New test.
6292
6293 2003-02-21 Mark Mitchell <mark@codesourcery.com>
6294
6295 PR c++/8724
6296 * g++.dg/expr/dtor1.C: New test.
6297
6298 2003-02-21 Zack Weinberg <zack@codesourcery.com>
6299
6300 * gcc.dg/cpp/include3.c: New test.
6301 * gcc.dg/cpp/inc/foo.h: New file.
6302
6303 2003-02-21 Glen Nakamura <glen@imodulo.com>
6304
6305 * gcc.c-torture/execute/20030221-1.c: New test.
6306
6307 2003-02-20 Mark Mitchell <mark@codesourcery.com>
6308
6309 PR c++/9729
6310 * g++.dg/abi/conv1.C: New test.
6311
6312 2003-02-20 Jan Hubicka <jh@suse.cz>
6313
6314 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
6315
6316 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
6317
6318 * gcc.c-torture/compile/20030219-1.c: New test.
6319
6320 2003-02-18 Jan Hubicka <jh@suse.cz>
6321
6322 * gcc.dg/funcorder.c: New test.
6323
6324 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
6325
6326 * gcc.c-torture/execute/20030218-1.c: New.
6327
6328 2003-02-18 Aldy Hernandez <aldyh@redhat.com>
6329
6330 * gcc.dg/20030218-1.c: New.
6331
6332 2003-02-18 Richard Henderson <rth@redhat.com>
6333
6334 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
6335 * gcc.dg/attr-used-2.c: New.
6336
6337 2003-02-18 Mark Mitchell <mark@codesourcery.com>
6338
6339 PR c++/9704
6340 * g++.dg/init/copy5.C: New test.
6341
6342 2003-02-18 Geoffrey Keating <geoffk@apple.com>
6343
6344 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
6345 * g++.dg/pch/pch.exp: Likewise.
6346
6347 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
6348
6349 * gcc.c-torture/execute/20030209-1.c: Enable the test if
6350 STACK_SIZE is not defined.
6351
6352 2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6353
6354 PR c++/9457
6355 * g++.dg/template/init1.C: New test.
6356
6357 2003-02-16 Jan HUbicka <jh@suse.cz>
6358
6359 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
6360 (foo): Add few extra tests
6361 * gcc.dg/c99-const-expr-3.c: Likewise.
6362 * gcc.c-torture/execute/20030216-1.c: New.
6363
6364 2003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6365
6366 PR c++/9459
6367 * g++.dg/ext/typeof4.C: New test.
6368
6369 2003-02-15 Roger Sayle <roger@eyesopen.com>
6370
6371 * gcc.dg/i386-387-3.c: New test case.
6372
6373 2003-02-14 Josef Zlomek <zlomekj@suse.cz>
6374
6375 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
6376 cris-*-elf* cris-*-aout* and mmix-*-*.
6377
6378 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
6379
6380 * gcc.dg/20030213-1.c: New test.
6381
6382 2003-02-12 Roger Sayle <roger@eyesopen.com>
6383
6384 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
6385 * gcc.dg/i386-387-2.c: Likewise.
6386
6387 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
6388
6389 * gcc.dg/ppc-spe.c: Fix formatting.
6390 Enable tests that were previously unsupported by gas.
6391 Delete tests for instructions that no longer exist.
6392 Switch arguments on evsubifw builtin.
6393
6394 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
6395
6396 * gcc.c-torture/execute/20030209-1.c: Disable the test if
6397 STACK_SIZE is too small.
6398
6399 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
6400 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
6401
6402 * gcc.dg/decl-2.c: New test.
6403
6404 2003-02-10 Jan Hubicka <jh@suse.cz>
6405
6406 * gcc.dg/i386-fpcvt-1.c: New test.
6407
6408 2002-02-09 Richard Sandiford <rsandifo@redhat.com>
6409
6410 * gcc.c-torture/execute/20030209-1.c: New test.
6411
6412 2003-02-09 Kazu Hirata <kazu@cs.umass.edu>
6413
6414 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
6415 int-wide bitops, use the constants of the same width.
6416 Likewise, if long long is 32-bit wide, test bitops using
6417 32-bit constants.
6418
6419 2003-02-07 Loren James Rittle <ljrittle@acm.org>
6420
6421 * gcc.dg/20021014-1.c: Annotate with expected notice text.
6422
6423 2003-02-07 Roger Sayle <roger@eyesopen.com>
6424
6425 * testsuite/gcc.dg/builtins-4.c: New test case.
6426
6427 2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6428
6429 * gcc.dg/20020430-1.c: Fix dg command typos.
6430 * gcc.dg/20020503-1.c: Likewise.
6431
6432 2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6433
6434 PR c++/8785
6435 * g++.dg/parse/fused-params1.C: New test.
6436
6437 PR c++/8857
6438 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
6439
6440 PR c++/8921
6441 * g++.dg/parse/non-dependent1.C: New test.
6442
6443 PR c++/8928
6444 * g++.dg/parse/dupl-tmpl-args1.C: New test.
6445
6446 PR c++/9228
6447 * g++.dg/parse/undefined7.C: New test.
6448 * g++.dg/parse/non-templ1.C: New test.
6449
6450 PR c++/9229
6451 * g++.dg/parse/too-many-tmpl-args1.C: New test.
6452
6453 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
6454
6455 * gcc.c-torture/compile/20030206-1.c: New test.
6456
6457 2003-02-05 Roger Sayle <roger@eyesopen.com>
6458
6459 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
6460 "pow" to "foo" to avoid potential confusion with a math built-in.
6461
6462 2003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6463
6464 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
6465 conditions for SPARC targets.
6466
6467 2003-02-05 Jakub Jelinek <jakub@redhat.com>
6468
6469 * gcc.dg/20030204-1.c: New test.
6470
6471 2003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6472
6473 PR c++/38
6474 * g++.dg/parse/array-size1.C: New test.
6475
6476 PR c++/5657
6477 * g++.dg/parse/undefined3.C: New test.
6478
6479 PR c++/5665
6480 * g++.dg/parse/undefined4.C: New test.
6481
6482 PR c++/5975
6483 * g++.dg/parse/undefined5.C: New test.
6484
6485 PR c++/7259
6486 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
6487
6488 PR c++/8578
6489 * g++.dg/parse/casting-operator1.C: New test.
6490
6491 PR c++/8596
6492 * g++.dg/parse/undefined6.C: New test.
6493
6494 PR c++/8736
6495 * g++.dg/parse/missing-template1.C: New test.
6496
6497 2003-02-04 Jan Hubicka <jh@suse.cz>
6498
6499 * gcc.dg/i386-cadd.c: Compile using -march=k8.
6500 * gcc.dg/i386-cmov?.c: Likewise.
6501 * gcc.dg/i386-fpcvt-?.c: Likewise.
6502 * gcc.dg/i386-ssefp-1.c: Likewise.
6503 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
6504 conventions.
6505
6506 2003-02-03 Mark Mitchell <mark@codesourcery.com>
6507
6508 PR c++/7129
6509 * testsuite/g++.dg/ext/max.C: New test.
6510
6511 2003-02-03 Jan Hubicka <jh@suse.cz>
6512
6513 * gcc.c-torture/execute/20030203-1.c: New test.
6514
6515 2003-02-03 Richard Earnshaw <rearnsha@arm.com>
6516
6517 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
6518 'natural-endian'.
6519
6520 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
6521
6522 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
6523 * g++.dg/init/new2.C: Likewise.
6524 * g++.dg/other/new1.C: Likewise.
6525
6526 2003-01-31 Loren J. Rittle <ljrittle@acm.org>
6527
6528 * gcc.dg/struct-ret-libc.c: New test.
6529
6530 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
6531
6532 * gcc.dg/20030129-1.c: New test.
6533
6534 2003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6535
6536 PR c++/8849
6537 * g++.dg/template/ptrmem4.C: New test.
6538
6539 2003-01-29 Mark Mitchell <mark@codesourcery.com>
6540
6541 * g++.dg/parser/constant1.C: New test.
6542
6543 2003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6544
6545 PR c++/8591
6546 * g++.dg/parse/friend2.C: New test.
6547
6548 2003-01-29 Nathan Sidwell <nathan@codesourcery.com>
6549
6550 PR c++/9437
6551 * g++.dg/template/unify4.C: New test.
6552
6553 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
6554
6555 * gcc.c-torture/execute/20030128-1.c: New test.
6556
6557 2003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
6558
6559 * g++.dg/lookup/nested1.C: Test moved from ...
6560 * g++.old-deja/g++.other/lookup24.C: ... here.
6561
6562 2003-01-28 Jan Hubicka <jh@suse.cz>
6563
6564 * gcc.dg/i386-cmov5.c: New test.
6565
6566 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
6567
6568 * gcc.c-torture/execute/20010925-1.c: Changed the
6569 memcpy declaration.
6570
6571 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
6572
6573 PR c++/3902
6574 * g++.dg/parse/template5.C: New test.
6575
6576 2003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
6577
6578 PR fortran/9258
6579 * g77.dg/pr9258: New test.
6580
6581 2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6582
6583 * README: Move relevant parts from README.g++.
6584
6585 * README.g++: Remove this file.
6586
6587 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
6588
6589 * g++.dg/abi/dcast1.C: New test.
6590
6591 2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6592
6593 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
6594
6595 2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
6596
6597 PR c++/47
6598 * g++.old-deja/g++.other/lookup24.C: New test.
6599
6600 2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6601
6602 PR middle-end/7227
6603 * gcc.dg/uninit-C.c: New test.
6604
6605 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
6606
6607 * g++.dg/abi/covariant1.C: New test.
6608
6609 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
6610
6611 * gcc.dg/20030123-1.c: New test.
6612
6613 2003-01-25 Jan Hubicka <jh@suse.cz>
6614
6615 PR opt/8492
6616 * gcc.c-torture/compile/20030125-1.c
6617
6618 2003-01-25 Nathan Sidwell <nathan@codesourcery.com>
6619
6620 PR c++/9403
6621 * g++.dg/parse/template3.C: New test.
6622 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
6623
6624 PR c++/795
6625 * g++.dg/parse/template4.C: New test.
6626
6627 PR c++/9415
6628 * g++.dg/template/qual2.C: New test.
6629
6630 PR c++/8545
6631 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
6632
6633 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
6634
6635 2003-01-25 Roger Sayle <roger@eyesopen.com>
6636
6637 * gcc.c-torture/execute/switch-1.c: New test case.
6638
6639 2003-01-25 Jan Hubicka <jh@suse.cz>
6640
6641 * gcc.c-torture/execute/20030125-1.[cx]: New test.
6642
6643 2003-01-25 Paolo Carlini <pcarlini@unitus.it>
6644
6645 Tweaks for Bison-1.875. From the NEWS file:
6646 "- `parse error' -> `syntax error'
6647 Bison now uniformly uses the term `syntax error'"
6648 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
6649 * gcc.dg/cpp/digraph2.c: Likewise.
6650 * gcc.dg/cpp/direct2.c: Likewise.
6651 * gcc.dg/cpp/paste4.c: Likewise.
6652 * gcc.dg/c90-restrict-1.c: Likewise.
6653 * gcc.dg/c99-func-2.c: Likewise.
6654 * gcc.dg/noncompile/920721-2.c: Likewise.
6655 * gcc.dg/noncompile/930622-2.c: Likewise.
6656 * gcc.dg/noncompile/940112-1.c: Likewise.
6657 * gcc.dg/noncompile/950921-1.c: Likewise.
6658 * gcc.dg/noncompile/951123-1.c: Likewise.
6659 * gcc.dg/noncompile/971104-1.c: Likewise.
6660 * gcc.dg/noncompile/990416-1.c: Likewise.
6661
6662 2003-01-24 Paolo Carlini <pcarlini@unitus.it>
6663
6664 * g++.dg/parse/undefined1.C: Add error message.
6665
6666 2003-01-22 Mark Mitchell <mark@codesourcery.com>
6667
6668 PR c++/9354
6669 * g++.dg/parse/new1.C: New test.
6670
6671 PR c++/9216
6672 * g++.dg/parse/template2.C: New test.
6673
6674 PR c++/9354
6675 * g++.dg/parse/typedef2.C: New test.
6676
6677 PR c++/9328
6678 * g++.dg/ext/typeof3.C: New test.
6679
6680 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6681
6682 PR c++/2738
6683 * g++.dg/parse/ret-type1.C: New test.
6684
6685 PR c++/3792
6686 * g++.dg/parse/tmpl-outside1.C: New test.
6687
6688 PR c++/4207
6689 * g++.dg/parse/int-as-enum1.C: New test.
6690
6691 PR c++/4903
6692 * g++.dg/parse/no-typename1.C: New test.
6693
6694 PR c++/5533
6695 * g++.dg/parse/no-value1.C: New test.
6696
6697 PR c++/5921
6698 * g++.dg/parse/wrong-inline1.C: New test.
6699
6700 PR c++/6402
6701 * g++.dg/parse/ref1.C: New test.
6702
6703 PR c++/6992
6704 * g++.dg/parse/attr-ctor1.C: New test.
6705
6706 PR c++/7229
6707 * g++.dg/parse/namespace5.C: New test.
6708
6709 PR c++/7917
6710 * g++.dg/parse/func-def1.C: New test.
6711
6712 PR c++/8143
6713 * g++.dg/parse/undefined1.C: New test.
6714
6715 PR c++/5723, PR c++/8522
6716 * g++.dg/parse/specialization1.C: New test.
6717
6718 PR c++/163, PR c++/8595
6719 * g++.dg/parse/struct-as-enum1.C: New test.
6720
6721 PR c++/9173
6722 * g++.dg/parse/undefined2.C: New test.
6723
6724 2003-01-22 Mark Mitchell <mark@codesourcery.com>
6725
6726 PR c++/9298
6727 * g++.dg/parse/template1.C: New test.
6728
6729 PR c++/9384
6730 * g++.dg/parse/using1.C: New test.
6731
6732 PR c++/9285
6733 PR c++/9294
6734 * g++.dg/parse/expr2.C: New test.
6735
6736 PR c++/9388
6737 * g++.dg/parse/lookup2.C: Likewise.
6738
6739 2003-01-21 Jan Hubicka <jh@suse.cz>
6740
6741 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
6742 * gcc.c-torture/execute/eeprof-1.c: Likewise.
6743 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
6744 * gcc.c-torture/execute/string-opt-*.c: Likewise.
6745
6746 2003-01-20 Nick Clifton <nickc@redhat.com>
6747
6748 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
6749 problem with ARM sibcall code generation.
6750
6751 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
6752
6753 * gcc.c-torture/execute/20030120-1.c: New.
6754
6755 2003-01-19 Paolo Carlini <pcarlini@unitus.it>
6756
6757 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
6758
6759 2003-01-17 Mark Mitchell <mark@codesourcery.com>
6760
6761 PR c++/9272
6762 * g++.dg/parse/ctor1.C: New test.
6763
6764 PR c++/9294:
6765 * g++.dg/parse/qualified1.C: New test.
6766
6767 * g++.dg/parse/typename3.C: New test.
6768
6769 2003-01-16 Richard Henderson <rth@redhat.com>
6770
6771 * g++.dg/tls/init-2.C: Fix error matches for real this time.
6772
6773 2003-01-16 Richard Henderson <rth@redhat.com>
6774
6775 * g++.dg/pch/pch.exp: Copy test header to the working directory
6776 before using it either for precompilation or direct use.
6777 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
6778 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
6779
6780 2003-01-16 Richard Henderson <rth@redhat.com>
6781
6782 * gcc.dg/pch/pch.exp: Copy test header to the working directory
6783 before using it either for precompilation or direct use.
6784 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
6785 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
6786
6787 2003-01-16 Mark Mitchell <mark@codesourcery.com>
6788
6789 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
6790 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
6791 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
6792 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
6793 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
6794 typename warning into error.
6795 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
6796 error messages.
6797 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
6798 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
6799 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
6800 messages.
6801 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
6802 make declaration visible in template.
6803 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
6804 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
6805 messages.
6806 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
6807 message.
6808 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
6809 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
6810 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
6811 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
6812 typename warning with error message.
6813 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
6814 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
6815 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
6816
6817 2003-01-16 Nathan Sidwell <nathan@codesourcery.com>
6818
6819 * g++.dg/parse/ambig2.C: New test.
6820
6821 2003-01-15 Richard Henderson <rth@redhat.com>
6822
6823 * g++.dg/tls/init-2.C: Update error message string.
6824
6825 2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6826
6827 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
6828
6829 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
6830
6831 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
6832 all for HC11/HC12.
6833 * gcc.c-torture/compile/20001205-1.x: Likewise.
6834 * gcc.c-torture/compile/20001226-1.x: Likewise.
6835 * gcc.c-torture/compile/920520-1.x: Likewise.
6836 * gcc.c-torture/compile/961203-1.x: Likewise.
6837 * gcc.c-torture/compile/20020604-1.x: Likewise.
6838
6839 2003-01-15 Jan Hubicka <jh@suse.cz>
6840
6841 * gcc.c-torture/compile/20030115-1.c: New test.
6842
6843 * gcc.dg/i386-fpcvt-1.c: New test.
6844 * gcc.dg/i386-fpcvt-2.c: New test.
6845
6846 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
6847
6848 Further conform g++'s __vmi_class_type_info to the C++ ABI
6849 specification.
6850 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
6851 the specification.
6852
6853 2003-01-14 Jan Hubicka <jh@suse.cz>
6854
6855 * gcc.dg/i386-fpcvt-1.c: New test.
6856 * gcc.dg/i386-fpcvt-2.c: New test.
6857
6858 2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
6859
6860 * gcc.dg/i386-mmx-3.c: New test.
6861
6862 2003-01-12 Mark Mitchell <mark@codesourcery.com>
6863
6864 PR c++/9264
6865 * g++.dg/parse/octal1.C: New file.
6866
6867 PR c++/9172
6868 * g++.dg/parse/typename1.C: New file.
6869
6870 2003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
6871
6872 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
6873 * gcc.dg/bf-no-ms-layout.c: Likewise.
6874 * gcc.dg/bf-ms-attrib.c: Likewise.
6875
6876 2003-01-10 Mark Mitchell <mark@codesourcery.com>
6877
6878 PR c++/9099
6879 * g++.dg/parse/dtor1.C: New file.
6880
6881 PR c++/9128
6882 * g++.dg/rtti/typeid1.C: New file.
6883
6884 PR c++/9153
6885 * g++.dg/parse/lookup1.C: New file.
6886
6887 PR c++/9171
6888 * g++.dg/templ/spec5.C: New file.
6889
6890 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
6891
6892 * gcc.c-torture/compile/20030110-1.c: New test.
6893
6894 2003-01-09 Geoffrey Keating <geoffk@apple.com>
6895
6896 Merge from pch-branch:
6897
6898 2002-12-23 Geoffrey Keating <geoffk@apple.com>
6899
6900 * gcc.dg/pch/cpp-1.h: New.
6901 * gcc.dg/pch/cpp-1.c: New.
6902 * gcc.dg/pch/cpp-2.h: New.
6903 * gcc.dg/pch/cpp-2.c: New.
6904
6905 2002-11-19 Geoffrey Keating <geoffk@apple.com>
6906
6907 * gcc.dg/pch/except-1.h: New.
6908 * gcc.dg/pch/except-1.c: New.
6909
6910 2002-11-13 Geoffrey Keating <geoffk@apple.com>
6911
6912 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
6913 running test.
6914 * gcc.dg/pch: Include *.hp not *.h.
6915 * gcc.dg/pch/system-1.h: New.
6916 * gcc.dg/pch/system-1.c: New.
6917
6918 2002-11-11 Geoffrey Keating <geoffk@apple.com>
6919
6920 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
6921 rather than trying to build and run a program using PCH.
6922 * gcc.dg/pch: Remove dg-do commands from test files.
6923
6924 2002-11-08 Geoffrey Keating <geoffk@apple.com>
6925
6926 * gcc.dg/pch/macro-3.c: New.
6927 * gcc.dg/pch/macro-3.h: New.
6928
6929 2002-11-04 Geoffrey Keating <geoffk@apple.com>
6930
6931 * gcc.dg/pch/common-1.c: New.
6932 * gcc.dg/pch/common-1.h: New.
6933 * gcc.dg/pch/decl-1.c: New.
6934 * gcc.dg/pch/decl-1.h: New.
6935 * gcc.dg/pch/decl-2.c: New.
6936 * gcc.dg/pch/decl-2.h: New.
6937 * gcc.dg/pch/decl-3.c: New.
6938 * gcc.dg/pch/decl-3.h: New.
6939 * gcc.dg/pch/decl-4.c: New.
6940 * gcc.dg/pch/decl-4.h: New.
6941 * gcc.dg/pch/decl-5.c: New.
6942 * gcc.dg/pch/decl-5.h: New.
6943 * gcc.dg/pch/global-1.c: New.
6944 * gcc.dg/pch/global-1.h: New.
6945 * gcc.dg/pch/inline-1.c: New.
6946 * gcc.dg/pch/inline-1.h: New.
6947 * gcc.dg/pch/inline-2.c: New.
6948 * gcc.dg/pch/inline-2.h: New.
6949 * gcc.dg/pch/static-1.c: New.
6950 * gcc.dg/pch/static-1.h: New.
6951 * gcc.dg/pch/static-2.c: New.
6952 * gcc.dg/pch/static-2.h: New.
6953
6954 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
6955
6956 * g++.dg/pch/pch.exp: Better handle failing testcases.
6957 * gcc.dg/pch/pch.exp: Likewise.
6958 * gcc.dg/pch/macro-1.c: New.
6959 * gcc.dg/pch/macro-1.h: New.
6960 * gcc.dg/pch/macro-2.c: New.
6961 * gcc.dg/pch/macro-2.h: New.
6962
6963 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
6964
6965 * g++.dg/dg.exp: Treat files in pch/ specially.
6966 * g++.dg/pch/pch.exp: New file.
6967 * g++.dg/pch/empty.H: New file.
6968 * g++.dg/pch/empty.C: New file.
6969 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
6970 "precompile".
6971
6972 * gcc.dg/pch/pch.exp: New file.
6973 * gcc.dg/pch/empty.h: New file.
6974 * gcc.dg/pch/empty.c: New file.
6975 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
6976 "precompile".
6977
6978 2003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6979
6980 * g++.dg/template/friend14.C: New test.
6981
6982 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
6983
6984 * gcc.dg/old-style-asm-1.c: New test.
6985
6986 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
6987
6988 * gcc.c-torture/compile/20030109-1.c: New test.
6989
6990 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
6991
6992 * gcc.c-torture/execute/20030109-1.c: New test.
6993
6994 2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
6995
6996 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
6997 * g++.old-deja/g++.mike/dyncast2.C: Likewise
6998 * g++.old-deja/g++.mike/dyncast3.C: Likewise
6999 * g++.old-deja/g++.mike/eh2.C: Likewise
7000 * g++.old-deja/g++.mike/eh3.C: Likewise
7001 * g++.old-deja/g++.mike/eh5.C: Likewise
7002 * g++.old-deja/g++.mike/eh6.C: Likewise
7003 * g++.old-deja/g++.mike/eh7.C: Likewise
7004 * g++.old-deja/g++.mike/eh8.C: Likewise
7005 * g++.old-deja/g++.mike/eh9.C: Likewise
7006 * g++.old-deja/g++.mike/eh10.C: Likewise
7007 * g++.old-deja/g++.mike/eh12.C: Likewise
7008 * g++.old-deja/g++.mike/eh13.C: Likewise
7009 * g++.old-deja/g++.mike/eh14.C: Likewise
7010 * g++.old-deja/g++.mike/eh16.C: Likewise
7011 * g++.old-deja/g++.mike/eh17.C: Likewise
7012 * g++.old-deja/g++.mike/eh18.C: Likewise
7013 * g++.old-deja/g++.mike/eh21.C: Likewise
7014 * g++.old-deja/g++.mike/eh23.C: Likewise
7015 * g++.old-deja/g++.mike/eh24.C: Likewise
7016 * g++.old-deja/g++.mike/eh25.C: Likewise
7017 * g++.old-deja/g++.mike/eh26.C: Likewise
7018 * g++.old-deja/g++.mike/eh27.C: Likewise
7019 * g++.old-deja/g++.mike/eh28.C: Likewise
7020 * g++.old-deja/g++.mike/eh29.C: Likewise
7021 * g++.old-deja/g++.mike/eh31.C: Likewise
7022 * g++.old-deja/g++.mike/eh33.C: Likewise
7023 * g++.old-deja/g++.mike/eh34.C: Likewise
7024 * g++.old-deja/g++.mike/eh35.C: Likewise
7025 * g++.old-deja/g++.mike/eh36.C: Likewise
7026 * g++.old-deja/g++.mike/eh37.C: Likewise
7027 * g++.old-deja/g++.mike/eh38.C: Likewise
7028 * g++.old-deja/g++.mike/eh39.C: Likewise
7029 * g++.old-deja/g++.mike/eh40.C: Likewise
7030 * g++.old-deja/g++.mike/eh41.C: Likewise
7031 * g++.old-deja/g++.mike/eh42.C: Likewise
7032 * g++.old-deja/g++.mike/eh44.C: Likewise
7033 * g++.old-deja/g++.mike/eh46.C: Likewise
7034 * g++.old-deja/g++.mike/eh47.C: Likewise
7035 * g++.old-deja/g++.mike/eh48.C: Likewise
7036 * g++.old-deja/g++.mike/eh49.C: Likewise
7037 * g++.old-deja/g++.mike/eh50.C: Likewise
7038 * g++.old-deja/g++.mike/eh51.C: Likewise
7039 * g++.old-deja/g++.mike/eh53.C: Likewise
7040 * g++.old-deja/g++.mike/eh55.C: Likewise
7041 * g++.old-deja/g++.mike/p7912.C: Likewise
7042 * g++.old-deja/g++.mike/p9706.C: Likewise
7043 * g++.old-deja/g++.mike/p10416.C: Likewise
7044 * g++.old-deja/g++.mike/p11667.C: Likewise
7045 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
7046 Remove redundant reference to Iris.
7047 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
7048 Elxsi, i860, Pico Java, and WE32K.
7049
7050 2003-01-07 Mark Mitchell <mark@codesourcery.com>
7051
7052 * g++.dg/ext/asm4.C: New test.
7053
7054 2003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7055
7056 PR c++/9030
7057 * g++.dg/template/friend12.C: New test.
7058 * g++.dg/template/friend13.C: Likewise.
7059 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
7060
7061 2003-01-08 Jan Hubicka <jh@suse.cz>
7062
7063 * gcc.dg/i386-cadd.c: New test.
7064 * gcc.dg/i386-cmov4.c: Likewise.
7065
7066 2003-01-06 Mark Mitchell <mark@codesourcery.com>
7067
7068 PR c++/9165
7069 * g++.dg/warn/Wunused-3.C: New test.
7070
7071 * g++.dg/abi/bitfield9.C: New test.
7072
7073 PR c++/9189
7074 * g++.dg/parse/defarg3.C: New test.
7075
7076 2003-01-06 Nathan Sidwell <nathan@codesourcery.com>
7077
7078 * g++.dg/parse/ambig1.C: New test.
7079 * g++.dg/parse/defarg2.C: New test.
7080
7081 2003-01-05 Mark Mitchell <mark@codesourcery.com>
7082
7083 * g++.dg/template/defarg-1.C: New test.
7084 * g++.dg/template/local2.C: Likewise.
7085
7086 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
7087
7088 * gcc.c-torture/execute/20030105-1.c: New test.
7089
7090 2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7091
7092 * g++.dg/parse/namespace3.C: Remove extra semicolons.
7093 * g++.dg/parse/namespace4.C: Likewise.
7094
7095 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
7096
7097 * g++.dg/template/ntp2.C: New test.
7098
7099 2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7100
7101 * g++.dg/parse/extern-C-1.C: New test.
7102
7103 * g++.dg/parse/namespace4.C: New test.
7104
7105 * g++.dg/template/nested1.C: New test.
7106
7107 * g++.dg/parse/namespace3.C: New test.
7108
7109 2003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
7110
7111 * g++.dg/lookup/two-stage1.C: New test.
7112
7113 2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7114
7115 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
7116 * g++.old-deja/g++.jason/access8.C: Likewise.
7117 * g++.old-deja/g++.other/decl5.C: Likewise.
7118
7119 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
7120
7121 * g++.dg/parse/parse7.C: New test.
7122
7123 2003-01-02 Mark Mitchell <mark@codesourcery.com>
7124
7125 PR c++/2843
7126 * g++.dg/ext/attrib7.C: New test.
7127
7128 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
7129
7130 * g++.dg/parse/parse6.C: New test.
7131
7132 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
7133
7134 * gcc.dg/h8300-stack-1.c: New.
7135
7136 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
7137
7138 g++.dg/lookup/exception1.C: New test.
7139
7140 g++.dg/lookup/template1.C: New test.
7141
7142 g++.dg/parse/namespace2.C: New test.
7143
7144 g++.dg/parse/parens2.C: New test.
7145
7146 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
7147
7148 * g++.dg/parse/parse5.C: New test.
7149 * g++.dg/lookup/scoped4.C: New test.
7150
7151 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
7152
7153 * g++.dg/parse/parens1.C: New test.
7154
7155 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
7156 angle-bracket1.C.
7157 * g++.dg/parse/parens2.C: New test.
7158
7159 * g++.dg/lookup/scope-operator1.C: New test.
7160
7161 * g++.dg/parse/operator1.C: New test.
7162
7163 2003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7164
7165 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
7166 * g++.old-deja/g++.other/access6.C: Likewise.
7167 * g++.old-deja/g++.other/decl1.C: Likewise.
7168 * g++.old-deja/g++.pt/typename12.C: Likewise.
7169
7170 2002-12-31 Mark Mitchell <mark@codesourcery.com>
7171
7172 * g++.dg/parse/namespace1.C: New test.
7173
7174 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
7175
7176 * g++.dg/parse/parse4.C: New test.
7177
7178 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
7179
7180 * g++.dg/parse/parse3.C: New test.
7181
7182 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
7183
7184 * g++.dg/parse/parse2.C: New test.
7185
7186 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
7187
7188 * g++.dg/template/friend11.C: New test.
7189
7190 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
7191
7192 * g++.dg/parse/parse1.C: New test.
7193
7194 2002-12-31 Janis Johnson <janis187@us.ibm.com>
7195
7196 * lib/profopt.exp: Change the name of a global variable to avoid
7197 possible clashes with other test suites.
7198
7199 2002-12-31 Nathan Sidwell <nathan@codesourcery.com>
7200
7201 * g++.dg/inherit/covariant8.C: New test.
7202
7203 2002-12-31 Mark Mitchell <mark@codesourcery.com>
7204
7205 * g++.dg/init/array9.C: New test.
7206
7207 PR c++/9112
7208 * g++.dg/parse/expr1.C: New test.
7209
7210 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7211
7212 * gcc.c-torture/compile/20021230-1.c: New test.
7213
7214 2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
7215
7216 * g++.dg/inherit/covariant5.C: New test.
7217 * g++.dg/inherit/covariant6.C: New test.
7218 * g++.dg/inherit/covariant7.C: New test.
7219
7220 2002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7221
7222 PR c++/2739
7223 * g++.dg/other/access2.C: New test.
7224
7225 2002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
7226
7227 * g++.dg/other/anon-struct.C: No longer fails
7228 * g++.old-deja/g++.brendan/parse4.C: Likewise.
7229 * g++.old-deja/g++.brendan/parse5.C: Likewise.
7230 * g++.old-deja/g++.brendan/parse6.C: Likewise.
7231
7232 2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
7233
7234 * g++.dg/parse/angle-bracket.C (main): No longer fails.
7235
7236 2002-12-27 Mark Mitchell <mark@codesourcery.com>
7237
7238 * g++.dg/eh/spec4.C: Remove stray semicolon.
7239 * g++.dg/expr/pmf-1.C: Change error message.
7240 * g++.dg/ext/asm1.C: Remove stray semicolon.
7241 * g++.dg/ext/typename1.C: Add missing typenames.
7242 * g++.dg/inherit/template-as-base.C: Change error message.
7243 * g++.dg/lookup/scoped1.C: Likewise.
7244 * g++.dg/lookup/scoped2.C: Likewise.
7245 * g++.dg/lookup/using2.C: Likewise.
7246 * g++.dg/other/component1.C: Remove stray semicolon.
7247 * g++.dg/other/do1.C: Change error message.
7248 * g++.dg/other/error2.C: Likewise.
7249 * g++.dg/other/init1.C: Likewise.
7250 * g++.dg/other/packed1.C: Remove stray semicolon.
7251 * g++.dg/other/ptrmem2.C: Change error message.
7252 * g++.dg/parse/parameter-declaration-1.C: Remove line number
7253 marker.
7254 * g++.dg/special/initp1.C: Remove invalid attribute usage.
7255 * g++.dg/template/access3.C: Add typename keyword.
7256 * g++.dg/template/access5.C: Remove stray semicolon.
7257 * g++.dg/template/access6.C: Likewise.
7258 * g++.dg/template/complit1.C: Likewise.
7259 * g++.dg/template/crash1.C: Change error message.
7260 * g++.dg/template/inherit2.C: Remove stray semicolon.
7261 * g++.dg/template/instantiate2.C: Likewise.
7262 * g++.dg/template/instantiate3.C: Change error message.
7263 * g++.dg/template/qual1.C: Remove stray semicolon.
7264 * g++.dg/template/qualttp18.C: Change error message.
7265 * g++.dg/template/ref1.C: Remove stray semicolon.
7266 * g++.dg/template/sizeof1.C (A::value): Declare it.
7267 * g++.dg/template/spec4.C: Change error message.
7268 * g++.dg/template/static1.C: Likewise.
7269 * g++.dg/template/type1.C: Likewise.
7270 * g++.dg/template/typename3.C: Likewise.
7271 * g++.old-deja/g++.benjamin/13478.C: Change error message.
7272 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
7273 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
7274 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
7275 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
7276 named return value extension.
7277 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
7278 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
7279 * g++.old-deja/g++.bob/extern_C.C: Likewise.
7280 * g++.old-deja/g++.bob/inherit2.C: Likewise.
7281 * g++.old-deja/g++.brendan/complex1.C: Likewise.
7282 * g++.old-deja/g++.brendan/copy5.C: Likewise.
7283 * g++.old-deja/g++.brendan/crash13.C: Likewise.
7284 * g++.old-deja/g++.brendan/crash15.C: Likewise.
7285 * g++.old-deja/g++.brendan/crash18.C: Change error message.
7286 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
7287 * g++.old-deja/g++.brendan/crash38.C: Likewise.
7288 * g++.old-deja/g++.brendan/crash50.C: Likewise.
7289 * g++.old-deja/g++.brendan/crash56.C: Likewise.
7290 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
7291 syntax.
7292 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
7293 * g++.old-deja/g++.brendan/crash8.C: Change error message.
7294 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
7295 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
7296 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
7297 * g++.old-deja/g++.brendan/template11.C: Likewise.
7298 * g++.old-deja/g++.brendan/template26.C: Likewise.
7299 * g++.old-deja/g++.brendan/template27.C: Use explicit
7300 specialization syntax.
7301 * g++.old-deja/g++.brendan/template30.C: Likewise.
7302 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
7303 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
7304 non-dependent names.
7305 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
7306 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
7307 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
7308 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
7309 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
7310 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
7311 named return value extension.
7312 * g++.old-deja/g++.ext/namedret2.C: Likewise.
7313 * g++.old-deja/g++.ext/namedret3.C: Likewise.
7314 * g++.old-deja/g++.ext/return1.C: Likewise.
7315 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
7316 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
7317 * g++.old-deja/g++.jason/access8.C: Likewise.
7318 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
7319 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
7320 pseudo-destructor names.
7321 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
7322 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
7323 pseudo-destructor names.
7324 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
7325 * g++.old-deja/g++.jason/overload19.C: Likewise.
7326 * g++.old-deja/g++.jason/overload32.C: Likewise.
7327 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
7328 stray semicolons.
7329 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
7330 * g++.old-deja/g++.jason/return.C: Likewise.
7331 * g++.old-deja/g++.jason/return2.C: Likewise.
7332 * g++.old-deja/g++.jason/shadow1.C: Likewise.
7333 * g++.old-deja/g++.jason/special.C: Use explicit specialization
7334 syntax.
7335 * g++.old-deja/g++.jason/template10.C: Account for use of
7336 non-dependent names.
7337 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
7338 syntax.
7339 * g++.old-deja/g++.jason/template37.C: Likewise.
7340 * g++.old-deja/g++.law/access4.C: Change error messages.
7341 * g++.old-deja/g++.law/arm13.C: Remove incorrect
7342 pseudo-destructor names.
7343 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
7344 * g++.old-deja/g++.law/ctors9.C: Likewise.
7345 * g++.old-deja/g++.law/cvt22.C: Likewise.
7346 * g++.old-deja/g++.law/dtors5.C: Likewise.
7347 * g++.old-deja/g++.law/global-init1.C: Likewise.
7348 * g++.old-deja/g++.law/missed-error3.C: Likewise.
7349 * g++.old-deja/g++.law/operators28.C: Likewise.
7350 * g++.old-deja/g++.law/visibility28.C: Likewise.
7351 * g++.old-deja/g++.martin/eval1.C: Likewise.
7352 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
7353 name.
7354 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
7355 * g++.old-deja/g++.mike/net34.C: Likewise.
7356 * g++.old-deja/g++.mike/net36.C: Likewise.
7357 * g++.old-deja/g++.mike/ns2.C: Likewise.
7358 * g++.old-deja/g++.mike/p12306.C: Likewise.
7359 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
7360 value extension.
7361 * g++.old-deja/g++.mike/p700.C: Likewise.
7362 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
7363 * g++.old-deja/g++.mike/p710.C: Likewise.
7364 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
7365 value extension.
7366 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
7367 * g++.old-deja/g++.mike/pmf9.C: Likewise.
7368 * g++.old-deja/g++.ns/crash2.C: Likewise.
7369 * g++.old-deja/g++.ns/crash3.C: Likewise.
7370 * g++.old-deja/g++.ns/invalid1.C: Likewise.
7371 * g++.old-deja/g++.ns/ns17.C: Likewise.
7372 * g++.old-deja/g++.ns/template16.C: Likewise.
7373 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
7374 keyword.
7375 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
7376 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
7377 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
7378 named return value extension.
7379 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
7380 * g++.old-deja/g++.other/access4.C: Issue additional error
7381 messages.
7382 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
7383 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
7384 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
7385 * g++.old-deja/g++.other/crash25.C: Change error message.
7386 * g++.old-deja/g++.other/crash4.C: Change error message.
7387 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
7388 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
7389 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
7390 checks.
7391 * g++.old-deja/g++.other/defarg8.C: Likewise.
7392 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
7393 * g++.old-deja/g++.other/dtor10.C: Likewise.
7394 * g++.old-deja/g++.other/incomplete.C: Likewise.
7395 * g++.old-deja/g++.other/linkage7.C: Likewise.
7396 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
7397 lookup algorithm.
7398 * g++.old-deja/g++.other/mangle2.C: Likewise.
7399 * g++.old-deja/g++.other/refinit2.C: Likewise.
7400 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
7401 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
7402 * g++.old-deja/g++.pt/crash28.C: Likewise.
7403 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
7404 syntax.
7405 * g++.old-deja/g++.pt/crash32.C: Change error message.
7406 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
7407 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
7408 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
7409 error message position.
7410 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
7411 * g++.old-deja/g++.pt/defarg8.C: Change error message.
7412 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
7413 syntax.
7414 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
7415 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
7416 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
7417 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
7418 keyword.
7419 * g++.old-deja/g++.pt/explicit31.C: Likewise.
7420 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
7421 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
7422 keyword.
7423 * g++.old-deja/g++.pt/explicit71.C: Change error message.
7424 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
7425 syntax.
7426 * g++.old-deja/g++.pt/friend28.C: Account for use of
7427 non-dependent names.
7428 * g++.old-deja/g++.pt/friend29.C: Likewise.
7429 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
7430 rules.
7431 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
7432 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
7433 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
7434 lookup rules.
7435 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
7436 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
7437 keyword.
7438 * g++.old-deja/g++.pt/memclass20.C: Likewise.
7439 * g++.old-deja/g++.pt/memclass5.C: Likewise.
7440 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
7441 keyword.
7442 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
7443 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
7444 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
7445 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
7446 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
7447 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
7448 keyword.
7449 * g++.old-deja/g++.pt/spec10.C: Likewise.
7450 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
7451 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
7452 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
7453 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
7454 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
7455 * g++.old-deja/g++.pt/ttp62.C: Likewise.
7456 * g++.old-deja/g++.pt/ttp64.C: Likewise.
7457 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
7458 * g++.old-deja/g++.pt/typename15.C: Likewise.
7459 * g++.old-deja/g++.pt/typename22.C: Likewise.
7460 * g++.old-deja/g++.pt/typename6.C: Change error messages.
7461 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
7462 * g++.old-deja/g++.pt/virtual2.C: Likewise.
7463 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
7464 syntax.
7465 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
7466 return value extension.
7467 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
7468 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
7469 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
7470 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
7471
7472 2002-12-26 Nathan Sidwell <nathan@codesourcery.com>
7473
7474 * g++.dg/warn/inline1.C: New test.
7475 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
7476 * g++.old-deja/g++.jason/synth10.C: Likewise.
7477 * g++.old-deja/g++.mike/net31.C: Likewise.
7478 * g++.old-deja/g++.mike/p8786.C: Likewise.
7479
7480 * g++.dg/template/friend10.C: New test.
7481 * g++.dg/template/conv5.C: New test.
7482
7483 2002-12-24 Nathan Sidwell <nathan@codesourcery.com>
7484
7485 * g++.dg/lookup/scoped3.C: New test.
7486
7487 * g++.dg/lookup/decl1.C: New test.
7488 * g++.dg/lookup/decl2.C: New test.
7489
7490 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
7491
7492 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
7493 gcc.c-torture/compile/20021015-1.c,
7494 gcc.c-torture/compile/20021015-2.c,
7495 gcc.c-torture/compile/20021123-1.c,
7496 gcc.c-torture/compile/20021123-2.c,
7497 gcc.c-torture/compile/20021123-3.c,
7498 gcc.c-torture/compile/20021123-4.c,
7499 gcc.c-torture/execute/20021024-1.c: Add tests previously added
7500 only to 3.1 or 3.2 branch.
7501
7502 2002-12-23 Mark Mitchell <mark@codesourcery.com>
7503
7504 * gcc.dg/i386-bitfield3.c: New test.
7505
7506 * gcc.dg/i386-bitfield2.c: New test.
7507
7508 2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
7509
7510 * g++.dg/parse/conv_op1.C: New test.
7511
7512 2002-12-21 Josef Zlomek <zlomekj@suse.cz>
7513
7514 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
7515 approved.
7516
7517 2002-12-20 Josef Zlomek <zlomekj@suse.cz>
7518
7519 * gcc.c-torture/compile/20021220-1.c: New test.
7520
7521 2002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
7522
7523 * gcc.dg/i386-fastcall-1.c: New.
7524
7525 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7526
7527 * gcc.c-torture/execute/20021219-1.c: New test.
7528
7529 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7530
7531 * gcc.dg/i386-pic-1.c: New test.
7532
7533 2002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7534
7535 PR c++/8099
7536 * g++.dg/template/friend9.C: New test.
7537
7538 2002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7539
7540 PR c++/3663
7541 * g++.dg/template/access7.C: New test.
7542
7543 2002-12-18 Nick Clifton <nickc@redhat.com>
7544
7545 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
7546 the libstdc++-v3 directory has been found.
7547
7548 2002-12-12 Devang Patel <dpatel@apple.com>
7549 * gcc.dg/darwin-ld-1.c: New test.
7550 * gcc.dg/darwin-ld-2.c: New test.
7551 * gcc.dg/darwin-ld-3.c: New test.
7552 * gcc.dg/darwin-ld-4.c: New test.
7553 * gcc.dg/darwin-ld-5.c: New test.
7554
7555 2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
7556
7557 * gcc.c-torture/compile/20021212-1.c: New test.
7558
7559 2002-12-11 Neil Booth <neil@daikokuya.co.uk>
7560
7561 * gcc.dg/fshort-wchar: New test.
7562
7563 2002-12-10 Mark Mitchell <mark@codesourcery.com>
7564
7565 PR c++/8372
7566 * g++.dg/template/dtor1.C: New test.
7567
7568 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
7569 markers.
7570
7571 2002-12-10 Jakub Jelinek <jakub@redhat.com>
7572
7573 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
7574
7575 2002-12-09 Mark Mitchell <mark@codesourcery.com>
7576
7577 * g++.dg/template/static1.C: New test.
7578 * g++.dg/template/static2.C: New test.
7579 * g++.old-deja/g++.ext/memconst.C: New test.
7580
7581 2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7582
7583 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
7584 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
7585 * g++.dg/special/initp1.C: Likewise.
7586
7587 2002-12-06 Jakub Jelinek <jakub@redhat.com>
7588
7589 * gcc.c-torture/execute/20021204-1.c: New test.
7590
7591 2002-12-04 Geoffrey Keating <geoffk@apple.com>
7592
7593 * gcc.dg/ppc-fmadd-1.c: New file.
7594 * gcc.dg/ppc-fmadd-2.c: New file.
7595 * gcc.dg/ppc-fmadd-3.c: New file.
7596
7597 2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7598
7599 * gcc.c-torture/compile/20021204-1.c: New test.
7600
7601 2002-12-03 Nathan Sidwell <nathan@codesourcery.com>
7602
7603 * g++.dg/inherit/covariant2.C: New test.
7604 * g++.dg/inherit/covariant3.C: New test.
7605 * g++.dg/inherit/covariant4.C: New test.
7606 * g++.dg/inherit/covariant1.C: Remove XFAIL.
7607 * g++.old-deja/g++.robertl/eb17.C: Likewise.
7608
7609 2002-12-03 Mark Mitchell <mark@codesourcery.com>
7610
7611 PR c++/8688
7612 * g++.dg/init/brace3.C: New test.
7613
7614 2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
7615
7616 * gcc.dg/20020210-1.c: Fix a comment typo.
7617
7618 2002-12-02 Mark Mitchell <mark@codesourcery.com>
7619
7620 PR c++/8720
7621 * g++.dg/parse/defarg1.C: New test.
7622
7623 PR c++/8615
7624 * g++.dg/template/char1.C: New test.
7625
7626 * g++.dg/template/varmod1.C: Fix typo.
7627
7628 2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7629
7630 DR 180
7631 * g++.old-deja/g++.pt/crash32.C: Expect error.
7632
7633 2002-12-01 Mark Mitchell <mark@codesourcery.com>
7634
7635 PR c++/5919
7636 * g++.dg/template/varmod1.C: New test.
7637
7638 PR c++/8727
7639 * g++.dg/inherit/typeinfo1.C: New test.
7640
7641 PR c++/8663
7642 * g++.dg/inherit/typedef1.C: New test.
7643
7644 2002-11-30 Mark Mitchell <mark@codesourcery.com>
7645
7646 PR c++/8332
7647 PR c++/8493
7648 * g++.dg/template/strlen1.C: New test.
7649
7650 PR c++/8227
7651 * g++.dg/template/ctor2.C: New test.
7652
7653 PR c++/8214
7654 * g++.dg/init/string1.C: New test.
7655
7656 PR c++/8511
7657 * g++.dg/template/friend8.C: New test.
7658
7659 2002-11-29 Joe Buck <jbuck@synopsys.com>
7660
7661 * g++.dg/lookup/anon2.C: New test.
7662
7663 2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
7664
7665 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
7666 h8300 port.
7667
7668 2002-11-27 Richard Sandiford <rsandifo@redhat.com>
7669
7670 * gcc.dg/bitfld-6.c: New test.
7671
7672 2002-11-27 Jan Hubicka <jh@suse.cz>
7673
7674 * gcc.c-torture/execute/20021127.[cx]: New test.
7675
7676 2002-11-26 Jan Hubicka <jh@suse.cz>
7677
7678 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
7679 quality.
7680
7681 2002-11-26 Geoffrey Keating <geoffk@apple.com>
7682
7683 * g++.dg/init/brace2.C: New test.
7684 * g++.old-deja/g++.mike/p9129.C: Correct.
7685
7686 2002-11-26 Mark Mitchell <mark@codesourcery.com>
7687
7688 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
7689
7690 2002-11-25 Andreas Bauer <baueran@in.tum.de>
7691
7692 * gcc.dg/sibcall-6: New test for indirect sibcalls.
7693
7694 2002-11-25 Mark Mitchell <mark@codesourcery.com>
7695
7696 * testsuite/g++.dg/abi/empty11.C: New test.
7697 * testsuite/g++.dg/rtti/cv1.C: New test.
7698
7699 2002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
7700
7701 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
7702
7703 2002-11-24 Mark Mitchell <mark@codesourcery.com>
7704
7705 * g++.dg/abi/empty10.C: New test.
7706
7707 2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
7708
7709 * gcc.c-torture/compile/20021124-1.c: New test.
7710
7711 2002-11-22 Mark Mitchell <mark@codesourcery.com>
7712
7713 * g++.dg/abi/rtti2.C: New test.
7714
7715 2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7716
7717 * gcc.dg/i386-unroll-1.c: New test.
7718
7719 2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
7720
7721 * gcc.c-torture/compile/20021120-1.c: New test.
7722 * gcc.c-torture/compile/20021120-2.c: New test.
7723
7724 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
7725
7726 * gcc.dg/bitfld-5.c: New test.
7727
7728 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
7729
7730 * gcc.c-torture/execute/20021120-3.c: New test.
7731
7732 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
7733
7734 * gcc.c-torture/execute/20021120-2.c: New test.
7735
7736 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
7737
7738 * gcc.c-torture/execute/20021120-1.c: New test.
7739
7740 2002-11-20 Jakub Jelinek <jakub@redhat.com>
7741
7742 * gcc.c-torture/execute/20021118-3.c: New test.
7743
7744 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7745
7746 * gcc.c-torture/compile/20021119-1.c: New test.
7747
7748 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
7749
7750 * gcc.dg/duff-1.c: New test.
7751 * gcc.dg/duff-2.c: New test.
7752 * gcc.dg/duff-3.c: New test.
7753
7754 2002-11-18 Neil Booth <neil@daikokuya.co.uk>
7755
7756 * gcc.dg/cpp/_Pragma5.c: New test.
7757
7758 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
7759
7760 * gcc.c-torture/execute/20021118-2.c: New test.
7761
7762 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
7763
7764 * gcc.c-torture/execute/20021118-1.c: New test.
7765
7766 2002-11-16 Jakub Jelinek <jakub@redhat.com>
7767
7768 * gcc.dg/20021116-1.c: New test.
7769
7770 2002-11-14 Mark Mitchell <mark@codesourcery.com>
7771
7772 * g++.dg/abi/vcall1.C: New test.
7773
7774 2002-11-14 Jakub Jelinek <jakub@redhat.com>
7775
7776 * gcc.dg/20021029-1.c: New test.
7777 * gcc.dg/20021029-2.c: New test.
7778
7779 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
7780
7781 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
7782
7783 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
7784
7785 PR c/8439
7786 * gcc.dg/20021110.c: Move to ...
7787 * gcc.c-torture/compile/20021110.c: .... here.
7788
7789 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7790
7791 PR c/8467
7792 * gcc.c-torture/execute/20021111-1.c
7793
7794 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
7795
7796 PR c/8439
7797 * gcc.dg/20021110.c: New test.
7798
7799 2002-11-10 Mark Mitchell <mark@codesourcery.com>
7800
7801 * g++.dg/abi/vthunk3.C: Run only on x86.
7802
7803 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
7804
7805 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
7806
7807 2002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
7808
7809 * lib/compat.exp (compat-execute): Fix logic error in last
7810 change.
7811
7812 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
7813
7814 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
7815
7816 2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7817
7818 PR c++/8389
7819 * g++.dg/template/access6.C: New test.
7820
7821 2002-11-08 Jan Hubicka <jh@suse.cz>
7822
7823 * gcc.dg/i386-ssefp-1.c: New test.
7824 * gcc.dg/i386-ssefp-1.c: New test.
7825
7826 2002-11-08 Jan Hubicka <jh@suse.cz>
7827
7828 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
7829
7830 2002-11-07 Mark Mitchell <mark@codesourcery.com>
7831
7832 * g++.dg/abi/vthunk3.C: New test.
7833
7834 PR c++/8338
7835 * g++.dg/template/crash2.C: New test.
7836
7837 2002-11-07 Mark Mitchell <mark@codesourcery.com>
7838
7839 * testsuite/g++.dg/abi/dtor1.C: New test.
7840 * testsuite/g++.dg/abi/dtor2.C: Likewise.
7841
7842 2002-11-05 Geoffrey Keating <geoffk@apple.com>
7843
7844 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
7845 Darwin.
7846
7847 2002-11-04 Adam Nemet <anemet@lnxw.com>
7848
7849 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
7850 -mthumb. Only xfail with -O0.
7851
7852 2002-11-03 Mark Mitchell <mark@codesourcery.com>
7853
7854 * g++.dg/abi/thunk1.C: New test.
7855 * g++.dg/abi/thunk2.C: Likewise.
7856 * g++.dg/abi/vtt1.C: Likewise.
7857
7858 2002-11-02 Diego Novillo <dnovillo@redhat.com>
7859
7860 PR optimization/8423
7861 * gcc.c-torture/execute/builtin-constant.c: New test.
7862
7863 2002-11-01 Zack Weinberg <zack@codesourcery.com>
7864
7865 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
7866 Add some more cases.
7867
7868 2002-11-01 Mark Mitchell <mark@codesourcery.com>
7869
7870 PR c++/8391
7871 * g++.dg/opt/local1.C: New test.
7872
7873 2002-10-30 Mark Mitchell <mark@codesourcery.com>
7874
7875 PR c++/8160
7876 * g++.dg/template/complit1.C: New test.
7877
7878 PR c++/8149
7879 * g++.dg/template/typename4.C: Likewise.
7880
7881 2002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7882
7883 Core issue 287, PR c++/7639
7884 * g++.dg/template/instantiate1.C: Adjust error location.
7885 * g++.dg/template/instantiate3.C: New test.
7886 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
7887 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
7888 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
7889
7890 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
7891
7892 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
7893
7894 2002-10-29 Mark Mitchell <mark@codesourcery.com>
7895
7896 PR c++/8287
7897 * g++.dg/init/dtor2.C: New test.
7898
7899 2002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7900
7901 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
7902 * gcc.dg/nest.c: Bypass errors on irix6.
7903
7904 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
7905
7906 * gcc.dg/nest.c: Expect error for mmix-*-*.
7907 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
7908
7909 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
7910
7911 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
7912 markers.
7913
7914 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
7915
7916 2002-10-25 Mike Stump <mrs@apple.com>
7917
7918 * gcc.dg/warn-1.c: New test.
7919
7920 2002-10-25 Zack Weinberg <zack@codesourcery.com>
7921
7922 * g++.dg/template/typename3.C: New test.
7923
7924 2002-10-25 Mark Mitchell <mark@codesourcery.com>
7925
7926 * g++.dg/lookup/ptrmem1.C: New test.
7927
7928 * g++.dg/abi/vthunk2.C: New test.
7929
7930 2002-10-25 Zack Weinberg <zack@codesourcery.com>
7931
7932 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
7933
7934 2002-10-24 Mark Mitchell <mark@codesourcery.com>
7935
7936 * g++.dg/abi/empty9.C: New test.
7937
7938 2002-10-24 Richard Henderson <rth@redhat.com>
7939
7940 * g++.dg/inherit/thunk1.C: Enable for ia64.
7941
7942 2002-10-23 Mark Mitchell <mark@codesourcery.com>
7943
7944 PR c++/8067
7945 * g++.dg/lookup/pretty1.C: New test.
7946
7947 2002-10-23 Jakub Jelinek <jakub@redhat.com>
7948
7949 * gcc.dg/20021023-1.c: New test.
7950
7951 2002-10-23 Mark Mitchell <mark@codesourcery.com>
7952
7953 PR c++/7679
7954 * g++.dg/parse/inline1.C: New test.
7955
7956 2002-10-23 Richard Henderson <rth@redhat.com>
7957
7958 * g++.dg/inherit/thunk1.C: Enable for x86_64.
7959
7960 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
7961
7962 2002-10-22 Mark Mitchell <mark@codesourcery.com>
7963
7964 PR c++/6579
7965 * g++.dg/parse/stmtexpr3.C: New test.
7966
7967 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
7968
7969 * g++.dg/expr/cond1.C: New test.
7970
7971 2002-10-21 Zack Weinberg <zack@codesourcery.com>
7972
7973 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
7974
7975 2002-10-21 Mark Mitchell <mark@codesourcery.com>
7976
7977 * g++.dg/abi/vbase13.C: New test.
7978 * g++.dg/abi/vbase14.C: Likewise.
7979
7980 2002-10-21 Jakub Jelinek <jakub@redhat.com>
7981
7982 * gcc.dg/tls/pic-1.c: New test.
7983 * gcc.dg/tls/nonpic-1.c: New test.
7984 * gcc.dg/20021018-1.c: New test.
7985
7986 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
7987
7988 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
7989 Remove only files with the same base name as the test case.
7990 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
7991 (profopt-execute): Likewise. Also, remove old profiling
7992 and performance data files before running the tests.
7993
7994 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
7995 * g++.dg/bprob/bprob.exp: Likewise.
7996 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
7997 to allow more general test case names.
7998
7999 * g++.dg/bprob/bprob-1.C: Rename to ...
8000 * g++.dg/bprob/g++-bprob-1.C: ... this.
8001
8002 * g77.dg/bprob/bprob-1.f: Rename to ...
8003 * g77.dg/bprob/g77-bprob-1.f: ... this.
8004
8005 2002-10-21 Zack Weinberg <zack@codesourcery.com>
8006
8007 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
8008 bison 1.50 or later.
8009
8010 2002-10-21 Janis Johnson <janis187@us.ibm.com>
8011
8012 * g++.dg/README: Describe more test directories.
8013
8014 2002-10-21 Mark Mitchell <mark@codesourcery.com>
8015
8016 * g++.dg/init/array6.C: Add additional tests.
8017
8018 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
8019
8020 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
8021 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
8022
8023 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
8024
8025 * gcc.c-torture/compile/20020604-1.x: New.
8026 * gcc.c-torture/compile/simd-5.x: Likewise.
8027 * gcc.c-torture/execute/920710-1.x: Likewise.
8028 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
8029
8030 2002-10-21 Mark Mitchell <mark@codesourcery.com>
8031
8032 * g++.dg/inherit/override1.C: Add dg-options clause.
8033
8034 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8035
8036 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
8037 _mm_slli_si128.
8038
8039 2002-10-19 Andreas Schwab <schwab@suse.de>
8040
8041 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
8042 directory component.
8043
8044 2002-10-18 Mark Mitchell <mark@codesourcery.com>
8045
8046 * g++.dg/inherit/thunk1.C: New test.
8047
8048 * g++.dg/inherit/override1.C: New test.
8049
8050 * g++.dg/abi/mangle11.C: New test.
8051 * g++.dg/abi/mangle14.C: New test.
8052 * g++.dg/abi/mangle17.C: New test.
8053
8054 2002-10-17 Nathan Sidwell <nathan@codesourcery.com>
8055
8056 * g++.dg/overload/member2.C: New test.
8057
8058 2002-10-17 Janis Johnson <janis187@us.ibm.com>
8059
8060 * g++.dg/README: Describe new compat directory.
8061 * g++.dg/dg.exp: Skip tests in compat directory.
8062 * README.compat: New file.
8063 * lib/compat.exp: New expect script.
8064 * g++.dg/compat: New test directory.
8065 * g++.dg/compat/compat.exp: New expect script.
8066 * g++.dg/compat/abi: New test directory.
8067 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
8068 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
8069 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
8070 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
8071 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
8072 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
8073 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
8074 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
8075 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
8076 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
8077 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
8078 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
8079 * g++.dg/compat/break: New test directory.
8080 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
8081 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
8082 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
8083 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
8084 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
8085 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
8086 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
8087 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
8088 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
8089 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
8090 g++.dg/compat/break/README: New files.
8091 * g++.dg/compat/eh: New test directory.
8092 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
8093 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
8094 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
8095 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
8096 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
8097 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
8098 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
8099 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
8100 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
8101 g++.dg/compat/eh/filter2_y.C,
8102 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
8103 g++.dg/compat/eh/new1_y.C,
8104 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
8105 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
8106 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
8107 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
8108 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
8109 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
8110 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
8111 g++.dg/compat/eh/unexpected1_y.C: New files.
8112 * g++.dg/compat/init: New test directory.
8113 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
8114 g++.dg/compat/init/array5_y.C,
8115 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
8116 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
8117 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
8118 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
8119 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
8120 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
8121 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
8122 g++.dg/compat/init/init-ref2_y.C: New files.
8123
8124 2002-10-17 Mark Mitchell <mark@codesourcery.com>
8125
8126 PR c++/7584
8127 * g++.dg/inherit/using3.C: New test.
8128
8129 2002-10-17 Jan Hubicka <jh@suse.cz>
8130
8131 * gcc.dg/20021017-2.c: New test.
8132
8133 2002-10-17 Mark Mitchell <mark@codesourcery.com>
8134
8135 * g++.dg/abi/mangle16.C: Adjust.
8136
8137 * g++.dg/init/array8.C: New test.
8138
8139 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
8140
8141 * gcc.dg/special/mips-abi.exp: New test.
8142 * gcc.dg/special/mips-abi.s: Empty file used by the above.
8143
8144 2002-10-16 Mark Mitchell <mark@codesourcery.com>
8145
8146 * g++.dg/abi/mangle16.C: New test.
8147 * g++.dg/abi/mangle17.C: Likewise.
8148
8149 PR c++/7478
8150 * g++.dg/template/ref1.C: New test.
8151
8152 2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8153
8154 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
8155
8156 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
8157
8158 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
8159
8160 2002-10-16 Mark Mitchell <mark@codesourcery.com>
8161
8162 PR c++/7524
8163 * g++.dg/init/array7.C: New test.
8164
8165 2002-10-15 Mark Mitchell <mark@codesourcery.com>
8166
8167 * g++.dg/init/array6.C: New test.
8168
8169 * g++.dg/abi/mangle13.C: Likewise.
8170 * g++.dg/abi/mangle14.C: Likewise.
8171 * g++.dg/abi/mangle15.C: Likewise.
8172
8173 2002-10-14 Mark Mitchell <mark@codesourcery.com>
8174
8175 * g++.dg/abi/empty8.C: New test.
8176
8177 2002-10-15 Nathan Sidwell <nathan@codesourcery.com>
8178
8179 * g++.dg/init/ctor1.C: New test.
8180
8181 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
8182
8183 * gcc.c-torture/execute/20021015-1.c: New test.
8184
8185 2002-10-15 J"orn Rennecke <joern.rennecke@superh.com>
8186
8187 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
8188
8189 2002-10-14 Jan Hubicka <jh@suse.cz>
8190
8191 * gcc.dg/i386-ssetype-[1-5].c: New tests.
8192
8193 2002-10-14 Richard Henderson <rth@redhat.com>
8194
8195 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
8196
8197 2002-10-14 Mark Mitchell <mark@codesourcery.com>
8198
8199 PR optimization/6631
8200 * g++.dg/opt/const2.C: New test.
8201
8202 2002-10-14 Mark Mitchell <mark@codesourcery.com>
8203
8204 PR c++/7176
8205 * g++.dg/parse/friend1.C: New test.
8206 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
8207
8208 2002-10-14 Jakub Jelinek <jakub@redhat.com>
8209
8210 * gcc.dg/20021014-1.c: New test.
8211
8212 2002-10-11 Mark Mitchell <mark@codesourcery.com>
8213
8214 PR c++/5661
8215 * g++.dg/ext/vlm1.C: New test.
8216 * g++.dg/ext/vlm2.C: Likewise.
8217
8218 * g++.dg/init/array1.C: Remove invalid braces.
8219 * g++.dg/init/brace1.C: New test.
8220 * g++.dg/init/copy2.C: Likewise.
8221 * g++.dg/init/copy3.C: Likewise.
8222 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
8223 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
8224 braces.
8225
8226 2002-10-11 Neil Booth <neil@daikokuya.co.uk>
8227
8228 * gcc.dg/cpp/assembler.S: Don't use -ansi.
8229
8230 2002-10-11 Richard Shann <richard.shann@superh.com>
8231
8232 * gcc.c-torture/compile/simd-5.c: New test.
8233
8234 2002-10-10 Roger Sayle <roger@eyesopen.com>
8235
8236 * gcc.c-torture/execute/shiftopt-1.c: New test case.
8237
8238 2002-10-10 Jim Wilson <wilson@redhat.com>
8239
8240 * gcc.c-torture/execute/20021010-1.c: New test.
8241
8242 2002-10-09 Zack Weinberg <zack@codesourcery.com>
8243
8244 PR c/7353
8245 * g++.dg/ext/typedef-init.C: New test.
8246 * gcc.dg/typedef-init.c: New test.
8247
8248 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
8249
8250 * gcc.dg/cpp/paste13.c: New test.
8251
8252 2002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8253
8254 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
8255 remaining platforms, XFAIL during compile, not execute. Don't
8256 XFAIL at -O0.
8257
8258 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
8259
8260 * gcc.dg/alias-1.c: Tweak expected warning.
8261
8262 2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
8263
8264 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
8265
8266 2002-10-06 Andreas Jaeger <aj@suse.de>
8267
8268 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
8269 * gcc.dg/cpp/c++98.C: Likewise.
8270
8271 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
8272 * g++.dg/cpp/c++98.C: Likewise.
8273
8274 * g++.dg/README (Subdirectories): Mention cpp directory.
8275
8276 PR target/7559
8277 * gcc.dg/20021006-1.c: New test.
8278
8279 2002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8280
8281 PR c++/7804
8282 * g++.dg/other/warning1.C: New test.
8283
8284 2002-10-04 Roger Sayle <roger@eyesopen.com>
8285
8286 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
8287 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
8288 and sparc-*-* with -m64 as expected failures. See PR 8087.
8289
8290 2002-10-03 Mark Mitchell <mark@codesourcery.com>
8291
8292 PR c++/7931
8293 * g++.dg/template/ptrmem3.C: New test.
8294
8295 PR c++/7754
8296 * g++.dg/template/union1.C: New test.
8297
8298 2002-10-03 Mark Mitchell <mark@codesourcery.com>
8299
8300 PR c++/8006
8301 * g++.dg/abi/mangle9.C: New test.
8302 * g++.dg/abi/mangle10.C: New test.
8303 * g++.dg/abi/mangle11.C: New test.
8304 * g++.dg/abi/mangle12.C: New test.
8305
8306 2002-10-02 Mark Mitchell <mark@codesourcery.com>
8307
8308 PR c++/7188.
8309 * g++.dg/template/meminit1.C: New test.
8310 * g++.dg/warn/Wreorder-1.C: Likewise.
8311 * g++.old-deja/g++.mike/warn3.C: Tweak.
8312 * lib/prune.exp: Ingore "in copy constructor".
8313
8314 2002-10-02 Andreas Jaeger <aj@suse.de>
8315
8316 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
8317 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
8318 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
8319 on x86-64.
8320
8321 2002-10-01 Mark Mitchell <mark@codesourcery.com>
8322
8323 * gcc.dg/empty1.C: Fix typo.
8324
8325 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
8326
8327 * gcc.dg/alias-1.c: New test.
8328
8329 2002-10-01 Mark Mitchell <mark@codesourcery.com>
8330
8331 * gcc.dg/empty1.C: New test.
8332
8333 * g++.dg/tls/init-2.C: Tweak error messages.
8334
8335 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
8336
8337 * gcc.c-torture/compile/20020923-1.c: New test.
8338
8339 2002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
8340
8341 * gcc.c-torture/execute/ffs-1.c: New test.
8342 * gcc.c-torture/execute/ffs-2.c: Ditto.
8343
8344 2002-09-30 Nathan Sidwell <nathan@codesourcery.com>
8345
8346 * g++.dg/overload/member1.C: New test.
8347
8348 2002-09-30 Mark Mitchell <mark@codesourcery.com>
8349
8350 * g++.dg/abi/empty7.C: New test.
8351 * g++.dg/init/pm2.C: Likewise.
8352
8353 2002-09-29 Nathan Sidwell <nathan@codesourcery.com>
8354
8355 * g++.dg/rtti/crash1.C: New test.
8356
8357 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
8358
8359 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
8360 gcc.dg/sibcall-4.c: New tests.
8361
8362 2002-09-28 Roger Sayle <roger@eyesopen.com>
8363
8364 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
8365 powerpc and MMIX targets.
8366
8367 2002-09-27 Zack Weinberg <zack@codesourcery.com>
8368
8369 * gcc.dg/cpp/20020927-1.c: New.
8370
8371 2002-09-26 David S. Miller <davem@redhat.com>
8372
8373 * gcc.c-torture/compile/trunctfdf.c: New.
8374
8375 2002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8376
8377 * lib/target-supports.exp (check_weak_available): Handle solaris2.
8378
8379 2002-09-27 Alan Modra <amodra@bigpond.net.au>
8380
8381 * gcc.c-torture/execute/loop-15.c: New.
8382
8383 2002-09-26 Janis Johnson <janis187@us.ibm.com>
8384
8385 * README.QMTEST: Fix typo.
8386
8387 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
8388
8389 * gcc.dg/20020926-1.c: New test.
8390
8391 2002-09-25 David S. Miller <davem@redhat.com>
8392
8393 PR target/7842
8394 * gcc.c-torture/execute/shiftdi.c: New test.
8395
8396 2002-09-26 Richard Earnshaw <rearnsha@arm.com>
8397
8398 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
8399 unique to the tool.
8400 * lib/g77.exp (g77_init): Likewise.
8401 * lib/g++.exp (g++_init): Likewise.
8402 * lib/objc.exp (objc_init): Likewise.
8403
8404 2002-09-25 Mark Mitchell <mark@codesourcery.com>
8405
8406 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
8407 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
8408 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
8409
8410 2002-09-25 Richard Henderson <rth@redhat.com>
8411
8412 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
8413 too-small long double.
8414
8415 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
8416
8417 * gcc.dg/20020919-1.c: New test.
8418
8419 2002-09-23 Mark Mitchell <mark@codesourcery.com>
8420
8421 * g++.dg/abi/bitfield6.C: New test.
8422 * g++.dg/abi/bitfield7.C: New test.
8423 * g++.dg/abi/bitfield8.C: New test.
8424 * g++.dg/abi/vbase11.C: New test.
8425
8426 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
8427
8428 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
8429 hppa*-*-hpux*. Update test comment.
8430
8431 2002-09-20 Jakub Jelinek <jakub@redhat.com>
8432
8433 * gcc.dg/tls/struct-1.c: New test.
8434
8435 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
8436
8437 * gcc.dg/cpp/tr-warn2.c: Update.
8438
8439 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
8440
8441 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
8442
8443 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
8444
8445 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
8446 systems.
8447
8448 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
8449
8450 * gcc.c-torture/execute/ieee/mzero3.c: New test.
8451
8452 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8453 Adjust for c++filt moved to binutils. Remove spurious duplicate
8454 setting of cxxfilt.
8455
8456 2002-09-19 Geoffrey Keating <geoffk@apple.com>
8457
8458 * gcc.dg/20020312-2.c: Update for darwin.
8459
8460 2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
8461
8462 * g++.old-deja/g++.other/crash32.C: Mark ICE.
8463
8464 2002-09-17 Nicola Pero <n.pero@mi.flashnet.it>
8465
8466 * objc.dg/comp-types-1.m: New test.
8467 * objc.dg/comp-types-2.m: New test.
8468 * objc.dg/comp-types-3.m: New test.
8469 * objc.dg/comp-types-4.m: New test.
8470 * objc.dg/comp-types-5.m: New test.
8471 * objc.dg/comp-types-6.m: New test.
8472
8473 2002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
8474
8475 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
8476
8477 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
8478
8479 * g++.dg/other/do1.C: New test.
8480
8481 * g++.dg/template/subst1.C: New test.
8482
8483 2002-09-16 Steve Ellcey <sje@cup.hp.com>
8484
8485 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
8486
8487 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
8488
8489 * g++.dg/template/qualttp20.C: Adjust expected errors.
8490 * g++.old-deja/g++.jason/report.C: Likewise.
8491 * g++.old-deja/g++.other/qual1.C: Likewise.
8492
8493 * g++.dg/lookup/scoped2.C: New test.
8494
8495 * g++.dg/ext/asm3.C: New test.
8496
8497 2002-09-16 Richard Earnshaw <rearnsha@arm.com>
8498
8499 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
8500
8501 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
8502
8503 * ChangeLog: follow spelling conventions.
8504 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
8505 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
8506 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
8507 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
8508 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
8509 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
8510 * g++.old-deja/g++.law/global-init1.C: Likewise.
8511 * g++.old-deja/g++.other/delete4.C: Likewise.
8512 * g++.old-deja/g++.other/inline21.C: Likewise.
8513 * g++.old-deja/g++.other/singleton.C: Likewise.
8514 * g77.dg/strlen0.f: Likewise.
8515 * g77.f-torture/compile/20010519-1.f: Likewise.
8516 * g77.f-torture/compile/980310-4.f: Likewise.
8517 * gcc.c-torture/compile/20000605-1.c: Likewise.
8518 * gcc.c-torture/execute/20020225-1.c: Likewise.
8519 * gcc.dg/c90-hexfloat-2.c: Likewise.
8520 * gcc.dg/c99-bool-1.c: Likewise.
8521 * gcc.dg/c99-hexfloat-2.c: Likewise.
8522 * gcc.dg/dll-2.c: Likewise.
8523 * gcc.dg/wtr-union-init-1.c: Likewise.
8524 * gcc.dg/wtr-union-init-2.c: Likewise.
8525 * gcc.dg/wtr-union-init-3.c: Likewise.
8526 * gcc.dg/cpp/avoidpaste1.c: Likewise.
8527 * gcc.dg/cpp/defined.c: Likewise.
8528 * gcc.dg/cpp/macsyntx.c: Likewise.
8529 * gcc.dg/cpp/paste2.c: Likewise.
8530 * gcc.dg/cpp/trad/defined.c: Likewise.
8531 * gcc.dg/format/c90-printf-1.c: Likewise.
8532 * gcc.dg/format/c90-scanf-1.c: Likewise.
8533 * gcc.dg/format/c99-printf-1.c: Likewise.
8534 * gcc.dg/format/c99-scanf-1.c: Likewise.
8535 * gcc.misc-tests/gcov-8.c: Likewise.
8536 * lib/profopt.exp: Likewise.
8537
8538 2002-09-15 Krister Walfridsson <cato@df.lth.se>
8539
8540 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
8541
8542 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
8543
8544 * g++.dg/inherit/using2.C: New test.
8545
8546 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
8547
8548 * ChangeLog: Follow spelling conventions.
8549 * g++.dg/template/friend4.C: Likewise.
8550 * g++.old-deja/g++.pt/crash67.C: Likewise.
8551 * gcc.c-torture/execute/20000801-4.c: Likewise.
8552 * gcc.dg/c90-digraph-1.c: Likewise.
8553 * gcc.dg/c94-digraph-1.c: Likewise.
8554 * gcc.dg/c99-digraph-1.c: Likewise.
8555 * gcc.dg/cpp/line5.c: Likewise.
8556 * gcc.dg/cpp/multiline.c: Likewise.
8557 * gcc.dg/cpp/trad/literals-1.c: Likewise.
8558 * gcc.dg/format/attr-3.c: Likewise.
8559 * gcc.dg/format/c90-scanf-3.c: Likewise.
8560 * gcc.dg/format/ext-4.c: Likewise.
8561
8562 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
8563
8564 * g++.dg/template/pretty1.C: New test.
8565
8566 2002-09-14 Alan Modra <amodra@bigpond.net.au>
8567
8568 * gcc.c-torture/execute/struct-cpy-1.c: New test.
8569
8570 2002-09-13 Matt Austern <austern@apple.com>
8571
8572 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
8573 passing a cast expression to a function by const reference.
8574
8575 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
8576
8577 * g++.dg/template/deduce1.C: New test.
8578
8579 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
8580
8581 * gcc.c-torture/execute/simd-1.c: Force all use of int to
8582 32-bit int.
8583
8584 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
8585
8586 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
8587 usage.
8588
8589 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
8590
8591 * gcc.c-torture/compile/20020910-1.c: New test.
8592
8593 2002-09-10 Frank Ch. Eigler <fche@redhat.com>
8594
8595 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
8596
8597 2002-09-10 Andreas Jaeger <aj@suse.de>
8598
8599 * gcc.dg/20020312-2.c: Adjust for x86-64.
8600
8601 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
8602
8603 * g77.dg/7388.f: New test case for PR 7388.
8604
8605 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8606
8607 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
8608
8609 2002-09-05 Ziemowit Laski <zlaski@apple.com>
8610
8611 * objc.dg/proto-lossage-1.m: New test.
8612
8613 2002-09-06 Neil Booth <neil@daikokuya.co.uk>
8614
8615 * gcc.dg/cpp/_Pragma4.c: Fix typo.
8616
8617 2002-09-06 Nicola Pero <n.pero@mi.flashnet.it>
8618
8619 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
8620 expected to pass.
8621
8622 2002-09-06 Stan Shebs <shebs@apple.com>
8623 David Edelsohn <edelsohn@gnu.org>
8624
8625 * gcc.dg/weak: New directory.
8626 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
8627 target-specific xfail bits.
8628 * gcc.dg/typeof-2.c: Move to new directory.
8629 * gcc.dg/weak.exp: New expect script.
8630
8631 2002-09-06 Alan Modra <amodra@bigpond.net.au>
8632
8633 * gcc.c-torture/execute/extzvsi.c: New test.
8634
8635 2002-09-05 Stan Shebs <shebs@apple.com>
8636
8637 * gcc.dg/weak-1.c: xfail on Darwin.
8638 * gcc.dg/weak-2.c: Ditto.
8639 * gcc.dg/weak-3.c: Ditto.
8640 * gcc.dg/weak-4.c: Ditto.
8641 * gcc.dg/weak-5.c: Ditto.
8642 * gcc.dg/weak-6.c: Ditto.
8643 * gcc.dg/weak-7.c: Ditto.
8644 * gcc.dg/weak-8.c: Ditto.
8645 * gcc.dg/weak-9.c: Ditto.
8646
8647 2002-09-05 J"orn Rennecke <joern.rennecke@superh.com>
8648
8649 * gcc.c-torture/execute/loop-14.c: New test.
8650
8651 2002-09-04 Jakub Jelinek <jakub@redhat.com>
8652
8653 * g++.dg/other/cxa-atexit1.C: New test.
8654
8655 * gcc.dg/typeof-2.c: New test.
8656
8657 2002-09-03 Roger Sayle <roger@eyesopen.com>
8658
8659 * gcc.dg/builtins-2.c: New testcase.
8660 * gcc.dg/builtins-3.c: New testcase.
8661
8662 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
8663
8664 * gcc.dg/cpp/_Pragma4.c: New test.
8665
8666 2002-09-03 Nicola Pero <n.pero@mi.flashnet.it>
8667
8668 * objc/execute/nil_method-1.m: New testcase.
8669
8670 2002-09-01 Nicola Pero <n.pero@mi.flashnet.it>
8671
8672 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
8673 [Object class], not [Object initialize].
8674
8675 2002-08-31 Roger Sayle <roger@eyesopen.com>
8676 Hans-Peter Nilsson <hp@bitrange.com>
8677
8678 * gcc.c-torture/execute/20020720-1.x: Skip test on
8679 mmix-knuth-mmixware. Correct comment.
8680
8681 2002-08-27 Mark Mitchell <mark@codesourcery.com>
8682
8683 * testsuite/g++.dg/abi/bitfield5.C: New test.
8684 * testsuite/g++.dg/abi/vbase10.C: Likewise.
8685
8686 2002-08-27 Nicola Pero <n.pero@mi.flashnet.it>
8687
8688 * objc.dg/undeclared-selector.m: New test.
8689
8690 2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
8691
8692 * g++.dg/other/offsetof1.C: Avoid cast warning.
8693
8694 2002-08-26 Ziemowit Laski <zlaski@apple.com>
8695
8696 * objc.dg/super-class-2.m: New test.
8697
8698 2002-08-24 Matt Austern <austern@apple.com>
8699
8700 * g++.dg/ext/lvaddr.C: New test.
8701 * g++.dg/ext/lvcast.C: New test.
8702
8703 2002-08-22 Mark Mitchell <mark@codesourcery.com>
8704
8705 * testsuite/g++.dg/inherit/cond1.C: New test.
8706
8707 2002-08-22 Geoffrey Keating <geoffk@redhat.com>
8708
8709 * gcc.dg/noncompile/incomplete-1.c: New test.
8710
8711 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
8712
8713 * gcc.dg/typespec-1.c: New test.
8714
8715 2002-08-20 Devang Patel <dpatel@apple.com>
8716 * objc.dg/proto-hier-2.m: New test.
8717
8718 2002-08-19 Ziemowit Laski <zlaski@apple.com>
8719
8720 * objc.dg/bitfield-1.m: New test.
8721 * objc.dg/bitfield-2.m: New test.
8722
8723 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
8724
8725 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
8726 gcc.dg/c99-flex-array-4.c: New tests.
8727
8728 2002-08-16 Stan Shebs <shebs@apple.com>
8729
8730 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
8731
8732 2002-08-15 Jakub Jelinek <jakub@redhat.com>
8733
8734 * gcc.dg/typeof-1.c: New test.
8735 * g++.dg/ext/typeof2.C: New test.
8736
8737 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
8738
8739 * g++.dg/other/offsetof1.C: New test.
8740
8741 2002-08-14 Richard Henderson <rth@redhat.com>
8742
8743 * gcc.dg/tls/diag-3.c: Fix expected message strings.
8744
8745 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
8746
8747 * gcc.dg/cpp/_Pragma3.c: New test.
8748
8749 2002-08-13 Mark Mitchell <mark@codesourcery.com>
8750
8751 * g++.dg/template/inherit3: New test.
8752
8753 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
8754
8755 * gcc.dg/bitfld-4.c: Add blank options.
8756
8757 2002-08-09 Mark Mitchell <mark@codesourcery.com>
8758
8759 * g++.dg/template/crash1.C: New test.
8760
8761 2002-08-08 Jakub Jelinek <jakub@redhat.com>
8762
8763 * gcc.dg/tls/opt-2.c: New test.
8764
8765 2002-08-08 Devang Patel <dpatel@apple.com>
8766
8767 * objc.dg/selector-1.m : New test
8768
8769 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
8770
8771 * g++.dg/abi/bitfield4.C: New test.
8772 * gcc.dg/bitfld-4.c: New test.
8773
8774 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
8775
8776 * g++.dg/other/packed1.C: New test.
8777
8778 2002-08-07 Mark Mitchell <mark@codesourcery.com>
8779
8780 * g++.dg/abi/offsetof.C: Tweak error messages.
8781 * g++.old-deja/g++.mike/p10769a.C: Likewise.
8782
8783 2002-08-08 Jakub Jelinek <jakub@redhat.com>
8784
8785 * gcc.dg/bitfld-3.c: New test.
8786
8787 2002-08-07 Jakub Jelinek <jakub@redhat.com>
8788 Richard Henderson <rth@redhat.com>
8789
8790 * gcc.dg/i386-bitfield1.c: New test.
8791 * g++.dg/abi/bitfield3.C: Update.
8792
8793 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
8794
8795 * objc.dg/const-str-2.m: Update.
8796 * gcc.dg/cpp/c++98.c: Change to C extension.
8797 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
8798 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
8799
8800 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
8801
8802 * testsuite/gcc.dg/tls/diag-3.c: New.
8803
8804 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
8805
8806 * g++.dg/README (Subdirectories): Document new subdir expr.
8807 * g++.dg/expr/pmf-1.C: New test.
8808
8809 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
8810
8811 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
8812
8813 2002-08-06 Jakub Jelinek <jakub@redhat.com>
8814
8815 * g++.dg/abi/bitfield3.C: New test.
8816
8817 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
8818
8819 * lib/gcov.exp: Tweak expected line formats.
8820 * gcc.misc-tests/gcov8.c: New test.
8821 * gcc.misc-tests/gcov8.x: New flags.
8822
8823 2002-08-05 Jakub Jelinek <jakub@redhat.com>
8824
8825 * consistency.vlad/layout/endian.c: Include string.h.
8826
8827 * gcc.c-torture/execute/20020805-1.c: New test.
8828
8829 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
8830
8831 * g++.dg/other/conversion1.C: New test.
8832
8833 2002-08-03 Roger Sayle <roger@eyesopen.com>
8834
8835 * gcc.dg/builtins-1.c: New testcase.
8836
8837 2002-08-02 Mark Mitchell <mark@codesourcery.com>
8838
8839 * g++.dg/inherit/access3.C: New test.
8840
8841 2002-08-01 Jakub Jelinek <jakub@redhat.com>
8842
8843 * gcc.dg/ia64-visibility-2.c: New test.
8844
8845 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
8846
8847 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
8848 __qualifier_flags to __flags.
8849
8850 2002-07-31 Mark Mitchell <mark@codesourcery.com>
8851
8852 * g++.dg/inherit/operator1.C: New test.
8853 * g++.dg/lookup/disamb1.C: Fix typo in comment.
8854 * g++.dg/other/error1.C: Change expected error message.
8855 * g++.dg/template/conv4.C: Likewise.
8856
8857 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
8858
8859 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
8860 for documented behavior.
8861
8862 2002-07-25 Roger Sayle <roger@eyesopen.com>
8863
8864 * gcc.c-torture/execute/20020720-1.x: Skip this test on
8865 several targets known to fail.
8866
8867 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
8868
8869 * gcc.dg/mips-args-[123].c: New tests.
8870
8871 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
8872
8873 * gcc.dg/ppc-spe.c: New.
8874
8875 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
8876
8877 * g++.dg/other/ptrmem4.C: New testcase.
8878
8879 2002-07-24 Richard Henderson <rth@redhat.com>
8880
8881 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
8882
8883 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
8884
8885 * g++.dg/ext/alignof1.C (main): Return 0 for success.
8886
8887 2002-07-24 Roger Sayle <roger@eyesopen.com>
8888
8889 * gcc.c-torture/execute/memset-3.c: New testcase.
8890
8891 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
8892
8893 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
8894 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
8895
8896 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8897
8898 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
8899 Delete.
8900
8901 2002-07-23 J"orn Rennecke <joern.rennecke@superh.com>
8902
8903 * gcc.c-torture/compile/simd-4.c: New test.
8904
8905 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8906
8907 PR c++/7347, c++/7348
8908 * g++.dg/template/access4.C: New test.
8909 * g++.dg/template/access5.C: New test.
8910 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
8911 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
8912 * g++.old-deja/g++.pt/ttp58.C: Likewise.
8913 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
8914
8915 2002-07-22 Jakub Jelinek <jakub@redhat.com>
8916
8917 * gcc.dg/gnu89-init-2.c: New test.
8918
8919 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
8920
8921 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
8922
8923 2002-07-20 Roger Sayle <roger@eyesopen.com>
8924
8925 * gcc.c-torture/execute/20020720-1.c: New testcase.
8926
8927 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
8928
8929 * gcc.dg/cpp/Wsignprom.c: New tests.
8930
8931 2002-07-20 Alan Modra <amodra@bigpond.net.au>
8932
8933 * gcc.c-torture/execute/loop-13.c: New test.
8934
8935 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
8936
8937 * gcc.dg/cpp/expr.c: New tests.
8938
8939 2002 07-18 David Edelsohn <edelsohn@gnu.org>
8940
8941 * g++.dg/opt/pr6713.C: Add template instantiation.
8942
8943 2002-07-18 Alan Modra <amodra@bigpond.net.au>
8944
8945 * gcc.dg/nest.c: New test.
8946
8947 2002-07-17 Richard Henderson <rth@redhat.com>
8948
8949 * g++.dg/opt/pr6713.C: New test.
8950
8951 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
8952
8953 * gcc.c-torture/execute/loop-2e.x: Let the testcase
8954 XFAIL for all x86 processors.
8955
8956 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
8957
8958 * gcc.c-torture/execute/20010122-1.x: Do not test with
8959 -fomit-frame-pointer.
8960
8961 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8962
8963 * g++.dg/template/instantiate2.C: New test.
8964 * g++.dg/template/spec4.C: New test.
8965
8966 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8967
8968 * g++.dg/template/access2.C: New test.
8969 * g++.dg/template/access3.C: New test.
8970
8971 2002-07-15 Zack Weinberg <zack@codesourcery.com>
8972
8973 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
8974 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
8975 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
8976 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
8977 Convert to use <stdarg.h>.
8978 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
8979 Delete.
8980 * gcc.dg/va-arg-2.c: New.
8981 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
8982
8983 2002-07-15 Jakub Jelinek <jakub@redhat.com>
8984
8985 * gcc.c-torture/compile/20020710-1.c: New test.
8986
8987 2002-07-11 J"orn Rennecke <joern.rennecke@superh.com>
8988 Andrew Pinski <pinskia@physics.uc.edu>
8989
8990 gcc.c-torture/compile/simd-2.c: New testcase.
8991 gcc.c-torture/compile/simd-3.c: Likewise.
8992
8993 2002-07-11 Mark Mitchell <mark@codesourcery.com>
8994
8995 PR c++/7224
8996 * g++.dg/overload/error1.C: New test.
8997
8998 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8999
9000 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
9001 configuration and IRIX 6 O32 ABI.
9002
9003 2002-07-11 Roger Sayle <roger@eyesopen.com>
9004
9005 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
9006
9007 2002-07-10 Roger Sayle <roger@eyesopen.com>
9008
9009 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
9010
9011 2002-07-10 Jeffrey A Law <law@redhat.com>
9012
9013 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
9014
9015 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
9016
9017 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
9018
9019 * gcc.dg/20020312-2.c: Check for __PPC__.
9020
9021 2002-07-09 Diego Novillo <dnovillo@redhat.com>
9022
9023 * gcc.c-torture/compile/20020709-1.c: New test.
9024
9025 2002-07-07 Roger Sayle <roger@eyesopen.com>
9026
9027 * g++.dg/template/qualttp21.C: New test case.
9028
9029 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
9030
9031 * gcc.c-torture/compile/20020706-1.c: New test.
9032 * gcc.c-torture/compile/20020706-2.c: New test.
9033
9034 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
9035 Alexandre Oliva <aoliva@redhat.com>
9036
9037 * g++.dg/warn/incomplete1.C: New test.
9038
9039 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9040
9041 PR c++/7099
9042 * g++.dg/warn/noreturn1.C: New test.
9043
9044 2002-07-03 Mark Mitchell <mark@codesourcery.com>
9045
9046 PR c++/6706
9047 * g++.dg/debug/debug6.C: New test.
9048 * g++.dg/debug/debug7.C: New test.
9049
9050 2002-07-04 J"orn Rennecke <joern.rennecke@superh.com>
9051
9052 * gcc.c-torture/compile/simd-3.c: New test.
9053
9054 2002-07-03 Chris Demetriou <cgd@broadcom.com>
9055
9056 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
9057 * gcc.dg/20020620-1.c: Likewise.
9058
9059 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9060
9061 PR c++/6944
9062 * g++.dg/init/array4.C: New test.
9063 * g++.dg/init/array5.C: New test.
9064
9065 2002-07-03 J"orn Rennecke <joern.rennecke@superh.com>
9066
9067 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
9068 * gcc.c-torture/execute/simd-2.c (main): Likewise.
9069
9070 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9071
9072 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
9073 * gcc.dg/wtr-aggr-init-1.c: Likewise.
9074 * gcc.dg/wtr-conversion-1.c: Likewise.
9075 * gcc.dg/wtr-escape-1.c: Likewise.
9076 * gcc.dg/wtr-int-type-1.c: Likewise.
9077 * gcc.dg/wtr-label-1.c: Likewise.
9078 * gcc.dg/wtr-static-1.c: Likewise.
9079 * gcc.dg/wtr-strcat-1.c: Likewise.
9080 * gcc.dg/wtr-suffix-1.c: Likewise.
9081 * gcc.dg/wtr-switch-1.c: Likewise.
9082 * gcc.dg/wtr-unary-plus-1.c: Likewise.
9083 * gcc.dg/wtr-union-init-1.c: Likewise.
9084 * gcc.dg/wtr-union-init-2.c: Likewise.
9085 * gcc.dg/wtr-union-init-3.c: Likewise.
9086
9087 * gcc.dg/wtr-func-def-1.c: New test.
9088
9089 2002-07-02 Devang Patel <dpatel@apple.com>
9090
9091 * objc.dg/param-1.m: New test.
9092
9093 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
9094
9095 * gcc.dg/cpp/trad/directive.c: Add test.
9096 * gcc.dg/cpp/trad/macroargs.c: Add test.
9097 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
9098
9099 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
9100
9101 * gcc.dg/cpp/cmdlne-M.c: New test.
9102
9103 2002-07-02 Ziemowit Laski <zlaski@apple.com>
9104
9105 * objc.dg/desig-init-1.m: New test.
9106
9107 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9108
9109 PR c++/6716
9110 * g++.dg/template/instantiate1.C: New test.
9111
9112 2002-07-01 Mark Mitchell <mark@codesourcery.com>
9113
9114 PR c++/7112
9115 * g++.dg/template/sizeof2.C: New test.
9116
9117 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
9118
9119 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
9120 gcc.dg/cpp/trad/include.c: New tests.
9121
9122 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
9123
9124 PR target/7177
9125 * gcc.c-torture/compile/20020701-1.c: New test.
9126
9127 2002-07-01 Stan Shebs <shebs@apple.com>
9128
9129 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
9130 header here...
9131 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
9132 (objc-torture-execute): or here.
9133
9134 2002-07-01 J"orn Rennecke <joern.rennecke@superh.com>
9135
9136 * gcc.c-torture/execute/arith-rand-ll.c: New test.
9137
9138 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
9139
9140 * gcc.dg/cpp/trad/escaped-nl.c: New test.
9141
9142 2002-06-30 Devang Patel <dpatel@apple.com>
9143
9144 * objc.dg/fsyntax-only.m: New test.
9145
9146 2002-06-27 Mark Mitchell <mark@codesourcery.com>
9147
9148 PR c++/6695
9149 * g++.dg/template/friend7.C: New file.
9150
9151 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
9152
9153 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
9154 return type.
9155
9156 2002-06-27 J"orn Rennecke <joern.rennecke@superh.com>
9157
9158 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
9159 avoid division by zero.
9160
9161 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
9162
9163 * gcc.dg/Wunknownprag.c: New tests.
9164
9165 2002-06-25 J"orn Rennecke <joern.rennecke@superh.com>
9166
9167 * gcc.c-torture/execute/simd-2.c: New test.
9168
9169 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
9170
9171 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
9172 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
9173 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
9174 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
9175 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
9176 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
9177 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
9178 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
9179 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
9180 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
9181 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
9182 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
9183 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
9184 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
9185 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
9186 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
9187 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
9188
9189 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
9190
9191 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
9192 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
9193 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
9194 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
9195 New tests.
9196 * gcc.dg/cpp/trad/directive.c: Update.
9197
9198 2002-06-23 Andreas Jaeger <aj@suse.de>
9199
9200 * gcc.c-torture/execute/complex-6.c: New.
9201
9202 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
9203
9204 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
9205 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
9206 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
9207 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
9208
9209 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
9210
9211 * gcc.dg/cpp/trad: New directory with traditional tests copied
9212 from parent directory.
9213 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9214 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9215 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9216 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9217 Move to trad/ and rename.
9218 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
9219 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
9220 gcc.dg/cpp/trad/redef2.c: New tests.
9221 * gcc.dg/cpp/trad/trad.exp: New driver.
9222
9223 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
9224
9225 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9226 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9227 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9228 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9229 Remove.
9230
9231 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
9232
9233 * gcc.dg/20020620-1.c: New test.
9234
9235 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9236
9237 * g++.dg/template/ttp4.C: New test.
9238
9239 2002-06-19 Jakub Jelinek <jakub@redhat.com>
9240
9241 * g++.dg/opt/vt1.C: Fix regexp.
9242
9243 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9244
9245 * gcc.c-torture/execute/pure-1.c: Make functions static again.
9246 Don't use attribute `noinline'.
9247
9248 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
9249
9250 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
9251
9252 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
9253
9254 * gcc.c-torture/execute/simd-1.c: New.
9255
9256 * gcc.dg/simd-1.c: New.
9257
9258 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
9259
9260 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
9261
9262 2002-06-16 Richard Henderson <rth@redhat.com>
9263
9264 * g++.dg/ext/anon-struct1.C: New.
9265 * g++.dg/ext/anon-struct2.C: New.
9266 * g++.dg/ext/anon-struct3.C: New.
9267 * gcc.dg/anon-struct-1.c: New.
9268 * gcc.dg/anon-struct-2.c: New.
9269 * gcc.dg/anon-struct-3.c: New.
9270 * gcc.dg/20011008-1.c: Adjust warning text.
9271 * gcc.dg/20020527-1.c: Add -fms-extensions.
9272
9273 2002-06-16 Richard Henderson <rth@redhat.com>
9274
9275 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
9276
9277 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
9278
9279 * gcc.c-torture/execute/20020615-1.c: New test.
9280
9281 2002-06-15 Roger Sayle <roger@eyesopen.com>
9282
9283 * gcc.c-tortuture/execute/compare-1.c: New test case.
9284 * gcc.c-tortuture/execute/compare-2.c: New test case.
9285 * gcc.c-tortuture/execute/compare-3.c: New test case.
9286
9287 2002-06-13 Richard Henderson <rth@redhat.com>
9288
9289 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
9290 ia64 ilp32.
9291
9292 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9293
9294 * g++.dg/template/typename2.C: Update error message.
9295
9296 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
9297
9298 * gcc.c-torture/execute/20020611-1.c: New test.
9299
9300 2002-06-11 Bob Wilson <bob.wilson@acm.org>
9301
9302 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
9303 list of targets to skip.
9304
9305 2002-06-10 Bob Wilson <bob.wilson@acm.org>
9306
9307 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
9308 targets if not optimizing.
9309
9310 2002-06-10 Jakub Jelinek <jakub@redhat.com>
9311
9312 * gcc.c-torture/compile/20020605-1.c: New test.
9313
9314 * g++.dg/opt/vt1.C: New test.
9315
9316 * gcc.dg/20020531-1.c: New test.
9317
9318 * gcc.dg/20020530-1.c: New test.
9319
9320 * gcc.dg/20020527-1.c: New test.
9321
9322 * g++.dg/opt/cse1.C: New test.
9323
9324 2002-06-07 Roger Sayle <roger@eyesopen.com>
9325
9326 * gcc.dg/20020607-2.c: New test case.
9327
9328 2002-06-07 Jakub Jelinek <jakub@redhat.com>
9329
9330 * gcc.c-torture/compile/20020604-1.c: New test.
9331
9332 2002-06-04 Richard Henderson <rth@redhat.com>
9333
9334 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
9335 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
9336 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
9337
9338 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
9339
9340 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
9341
9342 2002-06-03 Richard Henderson <rth@redhat.com>
9343
9344 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
9345 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
9346
9347 2002-06-02 Richard Henderson <rth@redhat.com>
9348
9349 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
9350 test functions static.
9351
9352 2002-06-02 Andreas Jaeger <aj@suse.de>
9353
9354 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
9355 now.
9356
9357 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9358
9359 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
9360 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
9361 Update for mofified diagnostics.
9362 * gcc.dg/c99-intconst-1.c: No longer fail.
9363
9364 2002-06-02 Richard Henderson <rth@redhat.com>
9365
9366 * gcc.dg/uninit-A.c: Remove xfail markers.
9367
9368 2002-06-01 Roger Sayle <roger@eyesopen.com>
9369
9370 * gcc.dg/fnegate-1.c: New test case.
9371
9372 2002-05-30 Osku Salerma <osku@iki.fi>
9373
9374 * gcc.c-torture/execute/mayalias-1.c: New file.
9375
9376 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
9377
9378 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
9379 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
9380 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
9381
9382 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
9383
9384 * gcc.c-torture/execute/20020529-1.c: New test.
9385
9386 2002-05-27 Richard Henderson <rth@redhat.com>
9387
9388 * g++.dg/ext/attrib6.C: New test case.
9389
9390 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9391
9392 * gcc.c-torture/execute/pure-1.c: New test.
9393
9394 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
9395
9396 * gcc.dg/cpp/arith-2.c: Remove.
9397
9398 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
9399
9400 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
9401 * gcc.dg/cpp/if-3.c: Remove.
9402
9403 2002-05-26 Jakub Jelinek <jakub@redhat.com>
9404
9405 * g++.dg/opt/cse2.C: New test.
9406
9407 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
9408
9409 * gcc.dg/cpp/arith-1.c: New semantic tests.
9410 * gcc.dg/cpp/if-1.c: Update.
9411
9412 2002-05-24 Ben Elliston <bje@redhat.com>
9413
9414 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
9415
9416 2002-05-24 Jakub Jelinek <jakub@redhat.com>
9417
9418 * gcc.dg/verbose-asm.c: New test.
9419
9420 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
9421
9422 * gcc.dg/cpp/paste12.c: New test.
9423
9424 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
9425
9426 * g++.dg/parse/named_ops.C: New test.
9427
9428 2002-05-23 Mark Mitchell <mark@codesourcery.com>
9429
9430 * gcc/testsuite/gcc.dg/weak-8.c: New test.
9431
9432 2002-05-23 J"orn Rennecke <joern.rennecke@superh.com>
9433
9434 * gcc.dg/weak-2.c: Allow optional leading underscore
9435 in scan-assembler symbol name.
9436 * gcc.dg/weak-3.c: Likewise.
9437 * gcc.dg/weak-4.c: Likewise.
9438 * gcc.dg/weak-5.c: Likewise.
9439
9440 2002-05-23 Jakub Jelinek <jakub@redhat.com>
9441
9442 * gcc.dg/20020523-1.c: New test.
9443
9444 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
9445
9446 * objc.dg/const-str-2.m: Update now that we stop after
9447 a command line error.
9448
9449 2002-05-22 Richard Henderson <rth@redhat.com>
9450
9451 * g++.dg/dg.exp: Fix typo in test pruneing.
9452
9453 2002-05-22 Richard Henderson <rth@redhat.com>
9454
9455 * g++.dg/dg.exp: Prune the tls subdirectory.
9456 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
9457 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
9458 * g++.dg/tls/init-1.C: New.
9459
9460 2002-05-22 Jakub Jelinek <jakub@redhat.com>
9461
9462 * gcc.dg/20020517-1.c: New test.
9463
9464 2002-05-21 Richard Henderson <rth@redhat.com>
9465
9466 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
9467 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
9468
9469 2002-05-21 Brian R. Gaeke <brg@dgate.ORG>
9470
9471 * g++.dg/other/copy2.C: New test.
9472
9473 2002-05-20 J"orn Rennecke <joern.rennecke@superh.com>
9474
9475 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
9476 (MAX_COPY): Bump up to 10 times sizeof (long long).
9477 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
9478
9479 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
9480 sizeof (long long).
9481
9482 * gcc.c-torture/execute/strcpy-1.c: New test.
9483
9484 2002-05-19 Jason Merrill <jason2redhat.com>
9485
9486 * g++.dg/ext/oper1.C: New test.
9487
9488 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
9489 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
9490
9491 * README.QMTEST: New file.
9492
9493 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
9494
9495 2002-05-19 Andreas Jaeger <aj@suse.de>
9496
9497 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
9498 now.
9499 * gcc.c-torture/execute/loop-2d.x: Likewise.
9500
9501 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
9502
9503 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
9504 support weak symbols.
9505 * gcc.dg/weak-4.c: Likewise
9506 * gcc.dg/weak-6.c: Likewise
9507
9508 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
9509
9510 * gcc.dg/weak-3.c: Add dg-excess-error comment for
9511 cygwin, coff and h8300-*-hms targets
9512 * gcc.dg/weak-5.c: Likewise
9513 * gcc.dg/weak-7.c: Likewise
9514
9515 2002-05-16 Jason Merrill <jason@redhat.com>
9516
9517 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
9518 (scan-assembler-not, scan-assembler-dem): Likewise.
9519 (scan-assembler-dem-not): Likewise.
9520
9521 2002-05-15 Richard Henderson <rth@redhat.com>
9522
9523 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
9524
9525 2002-05-15 Richard Henderson <rth@redhat.com>
9526
9527 * gcc.dg/weak-5.c (vfoo1c): No warning here.
9528 (vfoo1f): Warning here.
9529 (vfoo1l): Don't redefine the alias.
9530
9531 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
9532
9533 * g++.dg/init/pm1.C: New test.
9534
9535 2002-05-12 David S. Miller <davem@redhat.com>
9536
9537 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
9538 types.
9539
9540 2002-05-10 Roger Sayle <roger@eyesopen.com>
9541
9542 * gcc.c-torture/execute/20020510-1.c: New test case.
9543
9544 2002-05-10 David S. Miller <davem@redhat.com>
9545
9546 * gcc.c-torture/execute/conversion.c: Test long double too.
9547
9548 2002-05-09 Jakub Jelinek <jakub@redhat.com>
9549
9550 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
9551 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
9552 * lib/g++.exp (g++_link_flags): Likewise.
9553 * lib/objc.exp (objc_target_compile): Likewise.
9554
9555 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
9556
9557 * gcc.dg/cpp/poison.c: Update.
9558 * gcc.dg/cpp/20000625-2.c: Remove.
9559 * gcc.dg/cpp/direct2s.c: Remove final test.
9560
9561 2002-05-08 Tom Rix <trix@redhat.com>
9562
9563 * gcc.c-torture/execute/20020508-1.c: New test.
9564 * gcc.c-torture/execute/20020508-2.c: New test.
9565 * gcc.c-torture/execute/20020508-3.c: New test.
9566
9567 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
9568
9569 * gcc.dg/cpp/charconst-4.c: More tests.
9570
9571 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9572
9573 PR c/6569
9574 * gcc.dg/weak-3.c: Update location of warning messages.
9575 * gcc.dg/weak-5.c: Likewise.
9576
9577 2002-05-06 Roger Sayle <roger@eyesopen.com>
9578
9579 * gcc.c-torture/execute/20020506-1.c: New test case.
9580
9581 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
9582
9583 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
9584
9585 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
9586
9587 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
9588
9589 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
9590
9591 * gcc.dg/cpp/charconst-3.c: New test.
9592
9593 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
9594
9595 * gcc.dg/cpp/charconst.c: Update tests.
9596
9597 2002-05-05 Tim Josling <tej@melbpc.org.au>
9598
9599 * treelang: Added directory for new sample language treelang. Also
9600 lib/treelang.exp: New file to signal treelang should be tested.
9601
9602 2002-05-03 Jakub Jelinek <jakub@redhat.com>
9603
9604 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
9605 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
9606 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
9607 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
9608 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
9609 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
9610 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
9611
9612 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
9613
9614 * gcc.dg/format/xopen-2.c: New test.
9615
9616 2002-05-03 Jakub Jelinek <jakub@redhat.com>
9617
9618 * gcc.dg/20020503-1.c: New test.
9619
9620 2002-05-02 Mark Mitchell <mark@codesourcery.com>
9621
9622 * g++.dg/init/dtor1.C: Make it tougher.
9623
9624 2002-05-01 Mark Mitchell <mark@codesourcery.com>
9625
9626 * g++.dg/init/dtor1.C: New test.
9627
9628 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
9629
9630 * gcc.dg/altivec-8.c: New.
9631
9632 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
9633
9634 * gcc.dg/altivec-7.c: New.
9635
9636 2002-04-29 Jakub Jelinek <jakub@redhat.com>
9637
9638 * g++.dg/parse/typedef1.C: New test.
9639
9640 2002-04-29 Mark Mitchell <mark@codesourcery.com>
9641
9642 PR c++/6486
9643 * g++.dg/template/friend6.C: New test.
9644
9645 PR c++/6492
9646 * g++.dg/init/copy1.C: New test.
9647
9648 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
9649
9650 * g++.dg/warn/effc1.C: New test.
9651
9652 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
9653
9654 * gcc.dg/cpp/if-cexp.c: Add a test.
9655
9656 2002-04-28 Jakub Jelinek <jakub@redhat.com>
9657
9658 * gcc.dg/20020426-2.c: New test.
9659
9660 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
9661
9662 * gcc.dg/cpp/if-mop.c: Update.
9663 * gcc.dg/cpp/if-mpar.c: Add test.
9664 * gcc.dg/cpp/if-oppr.c: Update.
9665
9666 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9667
9668 PR c/6343
9669 * gcc.dg/weak-[2-7].c: New tests.
9670
9671 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
9672
9673 * gcc.dg/enum1.c: New test.
9674
9675 2002-04-26 Mark Mitchell <mark@codesourcery.com>
9676
9677 PR c++/6497
9678 * g++.dg/inherit/access2.C: New test.
9679
9680 2002-04-26 Mark Mitchell <mark@codesourcery.com>
9681
9682 PR bootstrap/6445
9683 * gcc.dg/20020426-1.c: New test.
9684
9685 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
9686
9687 * g++.dg/abi/enum1.C: New test.
9688
9689 2002-04-26 Richard Henderson <rth@redhat.com>
9690
9691 * gcc.dg/c99-bool-1.c: Expect always true warning.
9692
9693 2002-04-25 Roger Sayle <roger@eyesopen.com>
9694
9695 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
9696
9697 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9698
9699 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
9700 targets.
9701
9702 2002-04-24 Mark Mitchell <mark@codesourcery.com>
9703
9704 * g++.dg/abi/mange7.C: New test.
9705
9706 PR c++/6438.
9707 * g++.dg/parse/stmtexpr2.C: New test.
9708
9709 2002-04-24 J"orn Rennecke <joern.rennecke@superh.com>
9710
9711 * gcc.dg/20020312-2.c: Add SH target.
9712
9713 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9714
9715 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
9716 compiler output on mips*-*-irix*.
9717
9718 2002-04-23 Jakub Jelinek <jakub@redhat.com>
9719
9720 * g++.dg/parse/attr1.C: New test.
9721
9722 2002-04-23 Roger Sayle <roger@eyesopen.com>
9723
9724 * gcc.c-torture/execute/string-opt-17.c: New test case.
9725 * gcc.c-torture/execute/memset-2.c: New test case.
9726
9727 2002-04-23 Mark Mitchell <mark@codesourcery.com>
9728
9729 PR c++/6256:
9730 * g++.dg/template/friend5.C: New test.
9731
9732 PR c++/6331:
9733 * g++.dg/template/qual1.C: Likewise.
9734
9735 2002-04-22 Zack Weinberg <zack@codesourcery.com>
9736
9737 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
9738 Include stdlib.h, not stdio.h or ctype.h.
9739
9740 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
9741
9742 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
9743 cris-*-elf* and mmix-*-*.
9744 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
9745 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
9746 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
9747 Ditto.
9748 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
9749 * gcc.dg/wchar_t-1.c: Ditto.
9750
9751 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
9752
9753 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
9754 Clarify comment.
9755
9756 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
9757
9758 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
9759
9760 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9761
9762 * gcc.c-torture/execute/20000906-1.x: Delete.
9763
9764 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
9765
9766 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
9767
9768 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
9769
9770 * PR6367
9771 * g77.f-torture/execute/6367.f: New test.
9772 * g77.f-torture/execute/6367.x: Disable for MMIX.
9773
9774 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9775
9776 * PR6352
9777 * g++.dg/opt/inline2.C: New test.
9778
9779 2002-04-18 Richard Henderson <rth@redhat.com>
9780
9781 * gcc.dg/20000906-1.c: Enable for all targets.
9782 * gcc.c-torture/compile/iftrap-2.c: New.
9783
9784 2002-04-18 Jakub Jelinek <jakub@redhat.com>
9785
9786 * gcc.dg/20020418-1.c: New test.
9787 * gcc.dg/20020418-2.c: New test.
9788
9789 2002-04-18 Richard Henderson <rth@redhat.com>
9790
9791 * gcc.c-torture/compile/iftrap-1.c: New.
9792 * gcc.dg/iftrap-1.c: Adjust for ia64.
9793 * gcc.dg/iftrap-2.c: New.
9794
9795 2002-04-18 Jakub Jelinek <jakub@redhat.com>
9796
9797 * gcc.c-torture/compile/20020418-1.c: New test.
9798
9799 2002-04-18 Roger Sayle <roger@eyesopen.com>
9800
9801 * gcc.c-torture/compile/20020415-1.c: New.
9802
9803 2002-04-18 David S. Miller <davem@redhat.com>
9804
9805 * gcc.c-torture/execute/20020418-1.c: New test.
9806
9807 2002-04-17 Jakub Jelinek <jakub@redhat.com>
9808
9809 * gcc.dg/20020416-1.c: New test.
9810
9811 * g++.dg/opt/inline1.C: New test.
9812
9813 2002-04-16 Jakub Jelinek <jakub@redhat.com>
9814
9815 * gcc.dg/altivec-5.c: New test.
9816
9817 * gcc.dg/20020415-1.c: New test.
9818
9819 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9820
9821 * testsuite/lib/chill.exp: Remove.
9822
9823 2002-04-14 Jakub Jelinek <jakub@redhat.com>
9824
9825 * g++.dg/other/big-struct.C: New test.
9826
9827 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
9828
9829 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
9830 of scratch file.
9831
9832 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
9833
9834 PR c/6277
9835 * gcc.dg/i386-387-1.c: Allow optional leading underscore
9836 in scan-assembler function name
9837
9838 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
9839
9840 * g77.f-torture/execute/980628-4.x,
9841 g77.f-torture/execute/980628-5.x,
9842 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9843 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9844 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
9845 i[34567]86-*-*.
9846
9847 2002-04-13 David S. Miller <davem@redhat.com>
9848
9849 * gcc.c-torture/execute/20020413-1.c: New test.
9850
9851 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
9852
9853 * gcc.dg/asm-6.c,
9854 * g++.dg/ext/asm1.C: New tests.
9855
9856 2002-04-12 Mark Mitchell <mark@codesourcery.com>
9857
9858 PR c++ 5373.
9859 * g++.dg/parse/stmtexpr1.C: New test.
9860
9861 PR c++/5189.
9862 * g++.dg/template/copy1.C: New test.
9863
9864 2002-04-12 Richard Henderson <rth@redhat.com>
9865
9866 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
9867
9868 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
9869
9870 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
9871 gcc.c-torture/execute/20020307-2.c.
9872
9873 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
9874
9875 * g++.dg/ext/attrib5.C,
9876 * g++.dg/lookup/struct1.C: New tests.
9877
9878 2002-04-11 Jakub Jelinek <jakub@redhat.com>
9879
9880 * gcc.dg/20020411-1.c: New test.
9881
9882 * gcc.c-torture/execute/20020411-1.c: New test.
9883
9884 2002-04-10 Janis Johnson <janis187@us.ibm.com>
9885
9886 * g77.f-torture/execute/6177.f: New test.
9887
9888 2002-04-10 Jakub Jelinek <jakub@redhat.com>
9889
9890 PR middle-end/6247
9891 * g++.dg/opt/cleanup1.C: New test.
9892
9893 * g++.dg/opt/const1.C: New test.
9894
9895 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
9896
9897 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
9898
9899 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
9900
9901 PR c++/5507
9902 * g++.dg/template/typename2.C: New test.
9903
9904 2002-04-10 Alan Modra <amodra@bigpond.net.au>
9905
9906 * gcc.c-torture/execute/loop-12.c: New.
9907
9908 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
9909
9910 * g77.f-torture/execute/980628-4.x,
9911 g77.f-torture/execute/980628-5.x,
9912 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9913 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9914 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
9915
9916 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9917
9918 PR optimization/6086
9919 * g++.dg/opt/preinc1.C: New test.
9920
9921 2002-04-06 Mark Mitchell <mark@codesourcery.com>
9922
9923 PR c++/5571
9924 * g++.dg/opt/static2.C: New test.
9925
9926 2002-04-06 Mark Mitchell <mark@codesourcery.com>
9927
9928 PR c/5120
9929 * gcc.dg/20020406-1.c: New test.
9930
9931 2002-04-04 David S. Miller <davem@redhat.com>
9932
9933 * gcc.c-torture/execute/20020404-1.c: New test.
9934
9935 2002-04-04 Jakub Jelinek <jakub@redhat.com>
9936
9937 PR c/6123
9938 * gcc.dg/20020312-2.c: Do not declare global register variable
9939 if __PIC__ or __pic__ is defined.
9940
9941 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
9942
9943 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
9944 __asm__ so that it works correctly even if -ansi -pedantic-errors.
9945
9946 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9947
9948 * gcc.misc-tests/linkage.exp: Update last change to handle
9949 sparc*-, not just sparc-.
9950
9951 2002-04-03 Richard Henderson <rth@redhat.com>
9952
9953 * gcc.dg/cpp/ucs.c: Improved long UCS test.
9954
9955 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
9956
9957 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
9958
9959 2002-04-02 David S. Miller <davem@redhat.com>
9960
9961 * gcc.c-torture/execute/20020402-3.c: New test.
9962
9963 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
9964
9965 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
9966 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
9967
9968 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
9969 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
9970 g77.f-torture/execute/20001201.x,
9971 g77.f-torture/execute/u77-test.x: New files.
9972
9973 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
9974 * gcc.dg/wchar_t-1.c: Ditto.
9975
9976 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9977
9978 * gcc.c-torture/execute/20020402-1.c: New test.
9979
9980 2002-04-01 Richard Henderson <rth@redhat.com>
9981
9982 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
9983
9984 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
9985
9986 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9987
9988 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
9989
9990 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
9991
9992 * g++.dg/inherit/template-as-base.C: Expect error.
9993 * g++.dg/inherit/namespace-as-base.C: Likewise.
9994
9995 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
9996
9997 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
9998 g++.dg/ext/instantiate3.C: Tweak match patterns.
9999
10000 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
10001 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
10002 -da test.
10003
10004 2002-03-31 Richard Henderson <rth@redhat.com>
10005
10006 * gcc.dg/special/alias-2.c: New.
10007 * gcc.dg/special/ecos.exp: Run it.
10008
10009 2002-03-31 Richard Henderson <rth@redhat.com>
10010
10011 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
10012
10013 2002-03-31 Kazu Hirata <kazu@hxi.com>
10014
10015 * gcc.dg/weak-1.c: Disable on h8300 port.
10016
10017 2002-03-29 Janis Johnson <janis187@us.ibm.com>
10018
10019 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
10020 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
10021 ordering tests.
10022 * g++.dg/bprob/bprob-1.C: New test.
10023 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
10024 * g++.dg/gcov/gcov-1.C: New test.
10025 * g++.dg/gcov/gcov-1.x: New file.
10026 * g++.dg/gcov/gcov-2.C: New test.
10027 * g++.dg/gcov/gcov-3.C: New test.
10028 * g++.dg/gcov/gcov-3.h: New file.
10029
10030 2002-03-28 Roger Sayle <roger@eyesopen.com>
10031
10032 * g++.old-deja/g++.other/builtins5.C: New test.
10033 * g++.old-deja/g++.other/builtins6.C: New test.
10034 * g++.old-deja/g++.other/builtins7.C: New test.
10035 * g++.old-deja/g++.other/builtins8.C: New test.
10036 * g++.old-deja/g++.other/builtins9.C: New test.
10037
10038 2002-03-29 Jakub Jelinek <jakub@redhat.com>
10039
10040 * g++.dg/opt/static1.C: New test.
10041
10042 * g++.dg/opt/longbranch1.C: New test.
10043
10044 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
10045
10046 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
10047
10048 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
10049
10050 2002-03-28 Jeffrey A Law (law@redhat.com)
10051
10052 * gcc.c-torture/execute/20020328-1.c: New test.
10053
10054 2002-03-27 Richard Henderson <rth@redhat.com>
10055
10056 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
10057 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
10058 move from g++.old-deja/g++.ext/.
10059
10060 2002-03-27 Mark Mitchell <mark@codesourcery.com>
10061
10062 * g++.dg/init/new2.C: New test.
10063
10064 2002-03-26 Richard Henderson <rth@redhat.com>
10065
10066 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
10067
10068 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
10069 on sparc.
10070
10071 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
10072 sparcv9 systems.
10073 * gcc.dg/20001102-1.c: Likewise.
10074
10075 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
10076
10077 * gcc.dg/cpp/endif-pedantic1.c,
10078 gcc.dg/cpp/endif-pedantic2.c: New tests.
10079
10080 2002-03-26 Mark Mitchell <mark@codesourcery.com>
10081
10082 * g++.dg/init/new1.C: New test.
10083
10084 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
10085
10086 * g++.dg/abi/vbase9.C: New test.
10087
10088 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
10089
10090 * gcc.dg/arm-asm.c: New test.
10091
10092 2002-03-26 Andrew Cagney <ac131313@redhat.com>
10093
10094 * gcc.dg/Wswitch-enum.c: New test.
10095 Fix PR c/5044.
10096
10097 2002-03-26 Richard Henderson <rth@redhat.com>
10098
10099 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
10100 structure.
10101
10102 2002-03-25 Richard Henderson <rth@redhat.com>
10103
10104 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
10105 sparcv9 systems.
10106
10107 * gcc.c-torture/compile/20011119-1.c (xxx): New.
10108 * gcc.c-torture/compile/20011119-2.c (xxx): New.
10109
10110 2002-03-25 Zack Weinberg <zack@codesourcery.com>
10111
10112 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
10113
10114 2002-03-25 Bob Wilson <bob.wilson@acm.org>
10115
10116 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
10117 targets using generic thunk support.
10118
10119 2002-03-25 Jakub Jelinek <jakub@redhat.com>
10120
10121 * gcc.c-torture/compile/20020323-1.c: New test.
10122
10123 * g++.dg/opt/conj2.C: New test.
10124
10125 2002-03-24 Richard Henderson <rth@redhat.com>
10126
10127 * gcc.dg/weak-1.c: Use -fno-common.
10128
10129 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
10130
10131 * g77.dg/f77-edit-apostrophe-out.f: New test
10132 * g77.dg/f77-edit-h-out.f: New test
10133 * g77.dg/f77-edit-t-in.f: New test
10134 * g77.dg/f77-edit-t-out.f: New test
10135 * g77.dg/f77-edit-x-out.f: New test
10136 * g77.dg/f77-edit-slash-out.f: New test
10137 * g77.dg/f77-edit-colon-out.f: New test
10138 * g77.dg/f77-edit-s-out.f: New test
10139
10140 2002-03-24 Richard Henderson <rth@redhat.com>
10141
10142 * objc/execute/formal_protocol-6.x: New XFAIL.
10143
10144 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
10145
10146 * gcc.dg/weak-1.c: Early return from dg-final on platforms
10147 that do not support weak symbols
10148
10149 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
10150
10151 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
10152 * lib/g77.exp: Likewise
10153 * lib/objc.exp: Likewise
10154
10155 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10156
10157 * gcc.dg/Wswitch-default.c: New test.
10158
10159 2002-03-23 Jakub Jelinek <jakub@redhat.com>
10160
10161 * g++.dg/other/enum1.C: New test.
10162
10163 2002-03-23 Zack Weinberg <zack@codesourcery.com>
10164
10165 * gcc.dg/pragma-ep-3.c: Fix typo.
10166
10167 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
10168
10169 * g++.dg/inherit/template-as-base.C: New test.
10170
10171 2002-03-22 Jakub Jelinek <jakub@redhat.com>
10172
10173 * g++.old-deja/g++.other/dwarf2-1.C: Move...
10174 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
10175
10176 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
10177
10178 * gcc.dg/cpp/multiline.c: Update to match.
10179
10180 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
10181
10182 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
10183
10184 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
10185
10186 * gcc.dg/cpp/extratokens2.c: New file.
10187
10188 2002-03-21 David Edelsohn <edelsohn@gnu.org>
10189
10190 * gcc.dg/20020312-2.c: Add rs6000 target.
10191
10192 * gcc.c-torture/compile/20020319-1.c: New test.
10193
10194 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10195
10196 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
10197 (A, E): Handle this.
10198
10199 2002-03-20 Jason Merrill <jason@redhat.com>
10200
10201 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
10202 ignoring -fpic.
10203 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
10204 through prune_gcc_output.
10205
10206 2002-03-20 Jakub Jelinek <jakub@redhat.com>
10207
10208 * gcc.c-torture/compile/20020320-1.c: New test.
10209
10210 2002-03-19 Jakub Jelinek <jakub@redhat.com>
10211
10212 * gcc.c-torture/compile/20020318-1.c: New test.
10213
10214 * gcc.dg/struct-by-value-1.c: New test.
10215
10216 * gcc.dg/20020319-1.c: New test.
10217
10218 2002-03-18 Jakub Jelinek <jakub@redhat.com>
10219
10220 * g++.dg/opt/conj1.C: New test.
10221
10222 2002-03-17 Mark Mitchell <mark@codesourcery.com>
10223
10224 * g++.dg/template/qualttp20.C: Revert previous change.
10225 * g++.dg/template/qualttp3.C: Likewise.
10226 * g++.dg/template/qualttp4.C: Likewise
10227 * g++.dg/template/qualttp5.C: Likewise
10228 * g++.dg/template/qualttp6.C: Likewise
10229 * g++.dg/template/qualttp7.C: Likewise
10230 * g++.dg/template/qualttp8.C: Likewise
10231 * g++.dg/template/recurse.C: Likewise.
10232
10233 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
10234
10235 * gcc.dg/cpp/wchar-1.c: Update.
10236
10237 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
10238
10239 * g++.dg/template/conv1.C: New test.
10240 * g++.dg/template/conv2.C: New test.
10241 * g++.dg/template/conv3.C: New test.
10242 * g++.dg/template/conv4.C: New test.
10243
10244 2002-03-15 Mark Mitchell <mark@codesourcery.com>
10245
10246 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
10247 * g++.dg/template/qualttp3.C: Likewise.
10248 * g++.dg/template/qualttp4.C: Likewise
10249 * g++.dg/template/qualttp5.C: Likewise
10250 * g++.dg/template/qualttp6.C: Likewise
10251 * g++.dg/template/qualttp7.C: Likewise
10252 * g++.dg/template/qualttp8.C: Likewise
10253 * g++.dg/template/recurse.C: Likewise.
10254
10255 2002-03-15 Mark Mitchell <mark@codesourcery.com>
10256
10257 * g++.dg/opt/dtor1.C: New test.
10258
10259 2002-03-15 Jakub Jelinek <jakub@redhat.com>
10260
10261 * gcc.c-torture/compile/20020315-1.c: New test.
10262
10263 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
10264
10265 * gcc.dg/weak-1.c: Fix scan tests.
10266
10267 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
10268
10269 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
10270 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
10271 cris-*-aout* mmix-*-*.
10272 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
10273 cris-*-aout* mmix-*-*.
10274 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
10275 cris-*-elf* cris-*-aout* and mmix-*-*.
10276 * gcc.dg/20001009-1.c: Ditto.
10277 * gcc.dg/20010912-1.c: Ditto.
10278 * gcc.dg/20020122-4.c: Ditto.
10279 * gcc.dg/inline-2.c: Ditto.
10280
10281 2002-03-14 Jeffrey A Law (law@cygnus.com)
10282
10283 * gcc.c-torture/compile/20020314-1.c: New test.
10284
10285 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
10286
10287 * gcc.c-torture/execute/20020314-1.c: New test.
10288
10289 2002-03-14 Jakub Jelinek <jakub@redhat.com>
10290
10291 * g++.dg/warn/Wunused-1.C: New test.
10292
10293 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
10294
10295 * g++.dg/abi/mangle6.C: New test.
10296
10297 2002-03-13 Jakub Jelinek <jakub@redhat.com>
10298
10299 * gcc.c-torture/compile/20020309-2.c: New test.
10300
10301 * gcc.c-torture/compile/20020312-1.c: New test.
10302
10303 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
10304
10305 * g++.dg/other/access1.C: New test.
10306
10307 2002-03-12 Jakub Jelinek <jakub@redhat.com>
10308
10309 * gcc.c-torture/execute/wchar_t-1.c: New test.
10310
10311 2002-03-12 David Edelsohn <edelsohn@gnu.org>
10312
10313 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10314
10315 2002-03-12 Roger Sayle <roger@eyesopen.com>
10316
10317 * gcc.dg/20020312-1.c: New test case.
10318
10319 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
10320
10321 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10322
10323 2002-03-11 Richard Henderson <rth@redhat.com>
10324
10325 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10326 * g++.old-deja/g++.jason/report.C: Likewise.
10327
10328 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
10329
10330 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10331 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10332
10333 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
10334
10335 * testsuite/g++.dg/overload/pmf1.C: New test.
10336
10337 2002-03-11 Kazu Hirata <kazu@hxi.com>
10338
10339 * gcc.c-torture/execute/20020307-1.c: Use long.
10340
10341 2002-03-11 Jakub Jelinek <jakub@redhat.com>
10342
10343 PR optimization/5844
10344 * gcc.dg/20020310-1.c: New test.
10345
10346 2002-03-09 Michael Meissner <meissner@redhat.com>
10347
10348 * gcc.c-torture/execute/memcpy-2.c: New test.
10349 * gcc.c-torture/execute/memset-1.c: New test.
10350 * gcc.c-torture/execute/strlen-1.c: New test.
10351 * gcc.c-torture/execute/strcmp-1.c: New test.
10352 * gcc.c-torture/execute/strncmp-1.c: New test.
10353
10354 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
10355
10356 * gcc.dg/ppc-ldstruct.c: New test.
10357
10358 2002-03-09 Jakub Jelinek <jakub@redhat.com>
10359
10360 * gcc.c-torture/execute/va-arg-22.c: New test.
10361
10362 2002-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10363
10364 * gcc.c-torture/compile/20020309-1.c: New test.
10365
10366 2002-03-08 Jakub Jelinek <jakub@redhat.com>
10367
10368 * gcc.c-torture/execute/20020307-2.c: New test.
10369
10370 2002-03-07 Jeffrey A Law (law@redhat.com)
10371
10372 * g77.f-torture/compile/20020307-1.f: New test.
10373
10374 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
10375
10376 * gcc.dg/unordered-1.c: New test.
10377
10378 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
10379
10380 * gcc.c-torture/execute/20020307-1.c: New test.
10381
10382 2002-03-05 Jakub Jelinek <jakub@redhat.com>
10383
10384 * gcc.dg/20020304-1.c: New test.
10385
10386 * gcc.c-torture/compile/20020304-2.c: New test.
10387
10388 2002-03-04 Zack Weinberg <zack@codesourcery.com>
10389
10390 * gcc.c-torture/compile/20020304-1.c: New test case
10391 (from PR c/5830).
10392
10393 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
10394
10395 * gcc.dg/20020103-1.c: Add other -D ppc variants.
10396
10397 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
10398
10399 * g++.dg/other/classkey1.C: New test.
10400
10401 2002-03-01 Richard Henderson <rth@redhat.com>
10402
10403 * gcc.c-torture/compile/981223-1.x: New.
10404 * gcc.c-torture/compile/920625-1.x: New.
10405
10406 2002-02-28 Richard Henderson <rth@redhat.com>
10407
10408 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
10409
10410 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
10411
10412 * gcc.c-torture/execute/20020227-1.c: New test.
10413
10414 2002-02-27 Mark Mitchell <mark@codesourcery.com>
10415
10416 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
10417 here" ERROR lines.
10418 * g++.old-deja/g++.oliva/partord1.C: Likewise.
10419 * g++.old-deja.g++.other/defarg1.C: Likewise.
10420 * g++.old-deja/g++.pt/calls2.C: Likewise.
10421 * g++.old-deja/g++.pt/crash20.C: Likewise.
10422 * g++.old-deja/g++.pt/crash30.C: Likewise.
10423 * g++.old-deja/g++.pt/crash36.C: Likewise.
10424 * g++.old-deja/g++.pt/crash6.C: Likewise.
10425 * g++.old-deja/g++.pt/defarg13.C: Likewise.
10426 * g++.old-deja/g++.pt/derived3.C: Likewise.
10427 * g++.old-deja/g++.pt/error1.C: Likewise.
10428 * g++.old-deja/g++.pt/friend21.C: Likewise.
10429 * g++.old-deja/g++.pt/friend23.C: Likewise.
10430 * g++.old-deja/g++.pt/infinite1.C: Likewise.
10431 * g++.old-deja/g++.robertl/eb128.C: Likewise.
10432
10433 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
10434
10435 * gcc.c-torture/execute/20020225-2.c: New test.
10436
10437 2002-02-27 Zack Weinberg <zack@codesourcery.com>
10438
10439 * gcc.c-torture/execute/920730-1t.c,
10440 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10441 Delete test cases, only relevant to -traditional.
10442
10443 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
10444
10445 * gcc.dg/cpp/undef1.c: Remove.
10446 * gcc.dg/cpp/directiv.c: Update.
10447 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10448
10449 2002-02-27 Michael Meissner <meissner@redhat.com>
10450
10451 * gcc.c-torture/execute/20020226-1.c: New test.
10452
10453 2002-02-26 Jakub Jelinek <jakub@redhat.com>
10454
10455 * g++.dg/debug/debug4.C: New test.
10456
10457 * gcc.dg/ia64-visibility-1.c: New test.
10458
10459 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
10460
10461 * gcc.dg/debug/20020224-1.c: New.
10462
10463 2002-02-25 Kazu Hirata <kazu@hxi.com>
10464
10465 * gcc.c-torture/execute/960416-1.x: New.
10466 * gcc.c-torture/execute/divconst-3.x: Likewise.
10467
10468 2002-02-25 Jakub Jelinek <jakub@redhat.com>
10469
10470 * gcc.dg/20020224-1.c: New test.
10471
10472 2002-02-25 Alan Modra <amodra@bigpond.net.au>
10473
10474 * gcc.c-torture/execute/20020225-1.c: New.
10475
10476 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
10477
10478 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10479
10480 2002-02-23 Jakub Jelinek <jakub@redhat.com>
10481
10482 * gcc.dg/20020222-1.c: New test.
10483
10484 2002-02-22 Jakub Jelinek <jakub@redhat.com>
10485
10486 * g++.dg/opt/anonunion1.C: New test.
10487
10488 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
10489
10490 * g++.dg/template/qualttp19.C: New test.
10491 * g++.dg/template/qualttp20.C: New test.
10492 * g++.old-deja/g++.jason/report.C: Adjust expected errors
10493 * g++.old-deja/g++.other/qual1.C: Likewise.
10494
10495 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
10496
10497 * gcc.dg/attr-alwaysinline.c: New.
10498
10499 2002-02-21 Jakub Jelinek <jakub@redhat.com>
10500
10501 * gcc.dg/20020220-1.c: New test.
10502
10503 * gcc.dg/20020220-2.c: New test.
10504
10505 * g++.dg/opt/mmx1.C: New test.
10506
10507 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
10508
10509 * gcc.c-torture/compile/20020110.c: New test.
10510
10511 2002-02-20 Jakub Jelinek <jakub@redhat.com>
10512
10513 * gcc.c-torture/execute/20020219-1.c: New test.
10514
10515 * gcc.dg/20020219-1.c: New test.
10516
10517 * gcc.dg/noncompile/20020220-1.c: New test.
10518
10519 * g++.dg/opt/ptrintsum1.C: New test.
10520
10521 * gcc.dg/debug/20020220-1.c: New test.
10522
10523 2002-02-17 Jakub Jelinek <jakub@redhat.com>
10524
10525 * gcc.c-torture/execute/20020216-1.c: New test.
10526
10527 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
10528
10529 * gcc.dg/decl-1.c: Update, new test.
10530
10531 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
10532
10533 * g++.dg/abi/bitfield1.C: New test.
10534 * g++.dg/abi/bitfield2.C: New test.
10535
10536 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
10537
10538 * gcc.dg/attr-nest.c: New test.
10539
10540 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
10541
10542 * gcc.c-torture/execute/20020215-1.c: New test.
10543
10544 2002-02-14 Jakub Jelinek <jakub@redhat.com>
10545
10546 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10547 * g++.dg/debug/debug.exp: New.
10548 * g++.dg/debug/trivial.C: New.
10549 * g++.dg/debug/debug1.C: Moved...
10550 * g++.dg/other/debug1.C: ...from here.
10551 * g++.dg/debug/debug2.C: Moved...
10552 * g++.dg/other/debug2.C: ...from here.
10553 * g++.dg/debug/debug3.C: Moved...
10554 * g++.dg/other/debug3.C: ...from here.
10555
10556 * gcc.dg/noncompile/20020213-1.c: New test.
10557
10558 2002-02-13 Jakub Jelinek <jakub@redhat.com>
10559
10560 * g++.dg/other/debug3.C: New test.
10561
10562 * gcc.c-torture/execute/20020213-1.c: New test.
10563
10564 2002-02-13 Richard Smith <richard@ex-parrot.com>
10565
10566 * g++.old-deja/g++.other/thunk1.C: New test.
10567
10568 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
10569
10570 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10571
10572 2002-02-13 Stan Shebs <shebs@apple.com>
10573
10574 * gcc.dg/altivec-3.c: New.
10575
10576 2002-02-12 Jakub Jelinek <jakub@redhat.com>
10577
10578 * gcc.dg/Wunreachable-1.c: New test.
10579 * gcc.dg/Wunreachable-2.c: New test.
10580
10581 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
10582
10583 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10584
10585 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
10586
10587 * gcc.dg/decl-1.c: New test.
10588
10589 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
10590
10591 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10592
10593 2002-02-10 Kazu Hirata <kazu@hxi.com>
10594
10595 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10596 * gcc.c-torture/compile/980506-1.x: Likewise.
10597
10598 2002-02-10 Kazu Hirata <kazu@hxi.com>
10599
10600 * gcc.dg/20020210-1.c: New.
10601
10602 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
10603
10604 * g77.f-torture/execute/947.f: New regression test
10605 for PR fortran/947.
10606
10607 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
10608
10609 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10610 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10611
10612 2002-02-08 Richard Henderson <rth@redhat.com>
10613
10614 * gcc.c-torture/compile/labels-3.c: New.
10615
10616 2002-02-08 Jakub Jelinek <jakub@redhat.com>
10617
10618 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10619 expression statements work instead.
10620 * gcc.dg/noncompile/20020207-1.c: New test.
10621
10622 2002-02-07 Richard Henderson <rth@redhat.com>
10623
10624 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10625
10626 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
10627
10628 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10629 message from g77
10630 * lib/g77-dg.exp: Trim g77 error messages so that they are
10631 recognized by dg.exp.
10632
10633 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
10634
10635 PR fortran/5473
10636 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
10637
10638 2002-02-07 Richard Henderson <rth@redhat.com>
10639
10640 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10641 to be sufficiently aligned for integers.
10642
10643 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
10644
10645 * g++.dg/template/friend4.C: New test.
10646
10647 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
10648
10649 PR fortran/5743
10650 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10651 unsupported cases.
10652
10653 2002-02-07 Richard Henderson <rth@redhat.com>
10654
10655 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10656 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10657 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10658 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10659
10660 2002-02-06 Richard Henderson <rth@redhat.com>
10661
10662 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10663
10664 2002-02-06 Janis Johnson <janis187@us.ibm.com>
10665
10666 * gcc.dg/20020206-1.c: New test.
10667
10668 2002-02-06 Jakub Jelinek <jakub@redhat.com>
10669
10670 * gcc.c-torture/execute/20020206-1.c: New test.
10671
10672 * gcc.c-torture/execute/20020206-2.c: New test.
10673
10674 PR optimization/5429:
10675 * gcc.c-torture/compile/20020206-1.c: New test.
10676
10677 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10678
10679 * g++.dg/ext/align1.C: Do not use an explicit alignment value
10680 as certain file formats cannot support particularly large
10681 alignments.
10682
10683 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
10684 and do not expect to be able to link the executable.
10685
10686 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
10687 fail because the COFF format does not support the weak attribute.
10688
10689 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
10690
10691 * g77.dg/pr5473.f: New test
10692
10693 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
10694
10695 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
10696 Fix testcase accordingly.
10697
10698 2002-02-04 Richard Henderson <rth@redhat.com>
10699
10700 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
10701 (buf): Change to be an array of pointers, not ints.
10702
10703 2002-02-04 Jakub Jelinek <jakub@redhat.com>
10704
10705 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
10706 before all tests. Move warning one line above to match where it
10707 C frontend emits.
10708 * gcc.dg/Wswitch-2.c: New test.
10709 * g++.dg/warn/Wswitch-1.C: New test.
10710 * g++.dg/warn/Wswitch-2.C: New test.
10711
10712 2002-02-04 Richard Henderson <rth@redhat.com>
10713
10714 * g++.dg/abi/offsetof.C: Fix size comparison.
10715
10716 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
10717
10718 * gcc.dg/cast-qual-2.c: New test.
10719
10720 2002-02-04 Jakub Jelinek <jakub@redhat.com>
10721
10722 * gcc.dg/20020201-4.c: New test.
10723
10724 2002-02-04 Ben Elliston <bje@redhat.com>
10725
10726 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
10727 target_info attribute != 0, in addition to the empty string.
10728 (gcc_target_compile): Likewise.
10729
10730 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10731
10732 * gcc.dg/Wswitch.c: New test.
10733 PR gcc/4475. PR gcc/3780.
10734
10735 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
10736
10737 * g77.f-torture/execute/5122.f: New test for regressions
10738 against PR fortran/5122.
10739
10740 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
10741
10742 * g77.f-torture/compile/pr3743.f: Delete
10743 * g77.dg/pr3743-1.f: New test.
10744 * g77.dg/pr3743-2.f: New test.
10745 * g77.dg/pr3743-3.f: New test.
10746 * g77.dg/pr3743-4.f: New test.
10747
10748 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
10749
10750 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
10751
10752 2002-02-02 Richard Henderson <rth@redhat.com>
10753
10754 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
10755 * gcc.c-torture/execute/bf64-1.c: Likewise.
10756
10757 2002-02-02 Jakub Jelinek <jakub@redhat.com>
10758
10759 * gcc.dg/20020201-2.c: New test.
10760
10761 * gcc.dg/20020201-3.c: New test.
10762
10763 * gcc.c-torture/execute/bitfld-2.c: New test.
10764
10765 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
10766
10767 * gcc.dg/bitfld-1.c: Update.
10768 * gcc.dg/bitfld-2.c: Update.
10769 * gcc.c-torture/execute/bitfld-1.x: New.
10770
10771 2002-02-02 Jakub Jelinek <jakub@redhat.com>
10772
10773 * gcc.c-torture/execute/20020201-1.c: New test.
10774
10775 2002-02-01 Janis Johnson <janis187@us.ibm.com>
10776
10777 PR target/5469
10778 * gcc.dg/20020201-1.c: New test.
10779
10780 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
10781
10782 PR fortran/3743
10783 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
10784 * g77.f-torture/compile/pr3743.x: Remove
10785
10786 2002-01-31 Tom Rix <trix@redhat.com>
10787
10788 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
10789
10790 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
10791
10792 * gcc.dg/noncompile/20020130-1.c: New test.
10793
10794 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
10795
10796 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
10797
10798 2002-01-29 Richard Henderson <rth@redhat.com>
10799
10800 * gcc.c-torture/execute/991118-1.c: Cast various constants back
10801 to long long.
10802 * gcc.c-torture/execute/bf64-1.c: Likewise.
10803
10804 2002-01-29 Jakub Jelinek <jakub@redhat.com>
10805
10806 * gcc.c-torture/execute/20020129-1.c: New test.
10807
10808 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
10809
10810 * gcc.c-torture/compile/20000224-1.c: Update.
10811 * gcc.c-torture/execute/bitfld-1.c: New tests.
10812 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
10813 * gcc.dg/uninit-A.c: Update.
10814
10815 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
10816
10817 * g++.dg/template/ctor1.C: Add instantiation.
10818
10819 2002-01-28 Paul Koning <pkoning@equallogic.com>
10820
10821 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
10822 argument to __builtin_prefetch to be const ptr.
10823
10824 2002-01-28 Jakub Jelinek <jakub@redhat.com>
10825
10826 * gcc.c-torture/compile/20020120-1.c: New test.
10827
10828 2002-01-27 Kazu Hirata <kazu@hxi.com>
10829
10830 * gcc.c-torture/execute/20020127-1.c: New test.
10831
10832 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
10833
10834 * g77.dg/f77-edit-i-in.f: New test
10835 * g77.dg/f77-edit-i-out.f: New test
10836
10837 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
10838
10839 * gcc.dg/debug/debug.exp: New file.
10840 * gcc.dg/debug/trivial.c: New file.
10841 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
10842 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
10843 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
10844 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
10845 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
10846 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
10847 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
10848 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
10849 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
10850 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
10851 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
10852 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
10853 * gcc.dg/20000503-1.c: Removed.
10854 * gcc.dg/20010207-1.c: Removed.
10855 * gcc.dg/20011223-1.c: Removed.
10856 * gcc.dg/20020104-2.c: Removed.
10857 * gcc.dg/debug-1.c: Removed.
10858 * gcc.dg/debug-2.c: Removed.
10859 * gcc.dg/debug-3.c: Removed.
10860 * gcc.dg/debug-4.c: Removed.
10861 * gcc.dg/debug-5.c: Removed.
10862 * gcc.dg/debug-6.c: Removed.
10863 * gcc.dg/dwarf2-1.c: Removed.
10864 * gcc.dg/dwarf2-2.c: Removed.
10865
10866 2002-01-25 Jakub Jelinek <jakub@redhat.com>
10867
10868 * g++.old-deja/g++.other/eh5.C: New test.
10869 * g++.old-deja/g++.other/sibcall2.C: New test.
10870 * g++.old-deja/g++.other/array9.C: New test.
10871 * g++.old-deja/g++.other/typename2.C: New test.
10872 * g++.old-deja/g++.other/crash60.C: New test.
10873 * g++.old-deja/g++.other/conv9.C: New test.
10874 * g++.old-deja/g++.other/mangle10.C: New test.
10875 * g++.old-deja/g++.other/unchanging1.C: New test.
10876 * g++.old-deja/g++.other/exprstmt1.C: New test.
10877 * g++.old-deja/g++.other/inline23.C: New test.
10878 * g++.old-deja/g++.eh/ia64-1.C: New test.
10879 * g++.old-deja/g++.other/dwarf2-1.C: New test.
10880 * g++.old-deja/g++.other/reload1.C: New test.
10881 * g++.old-deja/g++.other/static20.C: New test.
10882 * g++.old-deja/g++.other/local-alloc1.C: New test.
10883 * g++.old-deja/g++.other/conv8.C: New test.
10884 * g++.old-deja/g++.other/stmtexpr2.C: New test.
10885 * g++.old-deja/g++.other/storeexpr1.C: New test.
10886 * g++.old-deja/g++.other/storeexpr2.C: New test.
10887 * g++.dg/eh/template2.C: New test.
10888 * g++.dg/warn/weak1.C: New test.
10889
10890 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
10891
10892 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
10893 Remove first, non-varying, argument.
10894
10895 2002-01-23 Richard Henderson <rth@redhat.com>
10896
10897 * gcc.dg/inline-2.c: New.
10898
10899 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
10900 Add optional target arg. Check number of arguments.
10901 (scan-assembler-not, scan-assembler-dem): Likewise.
10902 (scan-assembler-dem-not): Likewise.
10903
10904 2002-01-23 Zack Weinberg <zack@codesourcery.com>
10905
10906 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
10907 line 12.
10908 * g++.old-deja/g++.brendan/parse3.C,
10909 g++.old-deja/g++.other/crash26.C,
10910 g++.old-deja/g++.other/crash28.C,
10911 g++.old-deja/g++.other/crash29.C,
10912 g++.old-deja/g++.other/crash30.C,
10913 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
10914
10915 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
10916
10917 * gcc.dg/20020115-1.c: New.
10918
10919 2002-01-23 Bob Wilson <bob.wilson@acm.org>
10920
10921 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
10922
10923 2002-01-23 Janis Johnson <janis187@us.ibm.com>
10924
10925 * gcc.dg/20020122-3.c: New.
10926
10927 2002-01-23 Jakub Jelinek <jakub@redhat.com>
10928
10929 * g++.dg/other/gc1.C: New test.
10930
10931 2002-01-23 Zack Weinberg <zack@codesourcery.com>
10932
10933 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
10934
10935 2002-01-22 Richard Henderson <rth@redhat.com>
10936
10937 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
10938
10939 2002-01-22 Richard Henderson <rth@redhat.com>
10940
10941 * gcc.dg/20020122-4.c: New.
10942
10943 2002-01-22 H.J. Lu <hjl@gnu.org>
10944
10945 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
10946 link output.
10947 * gcc.dg/special/ecos.exp: Likewise.
10948 * lib/g++-dg.exp: Likewise.
10949 * lib/g77-dg.exp: Likewise.
10950 * lib/gcc-dg.exp : Likewise.
10951 * lib/mike-g++.exp: Likewise.
10952 * lib/mike-g77.exp: Likewise.
10953 * lib/mike-gcc.exp: Likewise.
10954 * lib/objc-dg.exp: Likewise.
10955
10956 2002-01-22 Janis Johnson <janis187@us.ibm.com>
10957
10958 PR target/5379
10959 * gcc.dg/20020122-2.c: New test.
10960
10961 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
10962
10963 * gcc.dg/20020122-1.c: New test.
10964
10965 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
10966
10967 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
10968
10969 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
10970
10971 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
10972
10973 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10974
10975 * gcc.c-torture/compile/20020121-1.c: New test.
10976
10977 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
10978
10979 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
10980 ld_library_path.
10981
10982 2002-01-21 Jakub Jelinek <jakub@redhat.com>
10983
10984 * gcc.dg/20020218-1.c: New test.
10985
10986 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
10987
10988 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
10989 messages
10990 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
10991 "At global scope" warning
10992 * g++.dg/ext/align1.C: Change cygwin test for alignment
10993 from db-bogus to dg-warning
10994
10995 2002-01-21 Zack Weinberg <zack@codesourcery.com>
10996
10997 * g77.f-torture/compile/cpp2.F: New test.
10998
10999 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
11000
11001 * g++.dg/template/access1.C: New test.
11002
11003 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
11004
11005 * gcc.dg/20020118-1.c: New.
11006
11007 2002-01-18 Kazu Hirata <kazu@hxi.com>
11008
11009 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
11010
11011 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
11012
11013 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
11014 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
11015 alignment warnings.
11016
11017 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
11018
11019 * gcc.misc-tests/i386-prefetch.exp: Save and restore
11020 torture_with_loops and torture_without_loops
11021
11022 2002-01-17 Jakub Jelinek <jakub@redhat.com>
11023
11024 * gcc.c-torture/compile/20020116-1.c: New test.
11025
11026 2002-01-16 Jakub Jelinek <jakub@redhat.com>
11027
11028 * gcc.dg/20020116-2.c: New test.
11029
11030 * gcc.dg/ultrasp4.c: New test.
11031
11032 * gcc.dg/20020116-1.c: New test.
11033
11034 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
11035
11036 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
11037 by EABI.
11038
11039 2002-01-15 Janis Johnson <janis187@us.ibm.com>
11040
11041 * gcc.misc-tests/i386-prefetch.exp: New.
11042 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
11043 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
11044 * gcc.misc-tests/i386-pf-none-1.c: New test.
11045 * gcc.misc-tests/i386-pf-sse-1.c: New test.
11046
11047 2002-01-15 Jakub Jelinek <jakub@redhat.com>
11048
11049 * gcc.dg/gnu89-init-1.c: Add new tests.
11050
11051 2002-01-15 Andreas Jaeger <aj@suse.de>
11052
11053 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
11054 * gcc.dg/i386-mmx-2.c: Likewise.
11055 * gcc.dg/i386-sse-1.c: Likewise.
11056 * gcc.dg/i386-sse-2.c: Likewise.
11057 * gcc.dg/i386-sse-3.c: Likewise.
11058
11059 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
11060
11061 * g77.f-torture/execute/intrinsic-unix-bessel.f:
11062 Uncomment additional cases that now pass.
11063
11064 2002-01-11 Richard Henderson <rth@redhat.com>
11065
11066 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
11067 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
11068
11069 2002-01-11 Nicola Pero <n.pero@mi.flashnet.it>
11070
11071 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
11072
11073 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
11074
11075 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
11076 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
11077
11078 2002-01-10 Dale Johannesen <dalej@apple.com>
11079
11080 * gcc.c-torture/execute/loop-11.c: New.
11081
11082 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
11083
11084 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
11085 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
11086
11087 2002-01-09 Richard Henderson <rth@redhat.com>
11088
11089 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
11090 type in which to perform the operation for each size.
11091
11092 2002-01-09 Alan Matsuoka (alanm@redhat.com)
11093
11094 * gcc.c-torture/compile/20020109-2.c: New test.
11095
11096 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
11097
11098 * gcc.c-torture/execute/loop-10.c: New test.
11099
11100 2002-01-09 Jakub Jelinek <jakub@redhat.com>
11101
11102 * gcc.c-torture/compile/20010226-1.c: New test.
11103 * gcc.c-torture/compile/20010227-1.c: New test.
11104 * gcc.c-torture/compile/20010426-1.c: New test.
11105 * gcc.c-torture/compile/20010510-1.c: New test.
11106 * gcc.c-torture/compile/20010605-3.c: New test.
11107 * gcc.c-torture/compile/20010824-1.c: New test.
11108 * gcc.c-torture/execute/20010409-1.c: New test.
11109 * gcc.dg/noncompile/20000901-1.c: New test.
11110 * gcc.dg/20001023-1.c: New test.
11111 * gcc.dg/20001101-1.c: New test.
11112 * gcc.dg/20001102-1.c: New test.
11113 * gcc.dg/20010207-1.c: New test.
11114 * gcc.dg/20010405-1.c: New test.
11115 * gcc.dg/20010822-1.c: New test.
11116 * gcc.dg/20011107-1.c: New test.
11117
11118 2002-01-09 Jeffrey A Law (law@redhat.com)
11119
11120 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
11121
11122 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
11123 execution failure on PA targets.
11124
11125 2002-01-09 Jakub Jelinek <jakub@redhat.com>
11126
11127 * gcc.c-torture/compile/20020109-1.c: New test.
11128
11129 2002-01-08 Kazu Hirata <kazu@hxi.com>
11130
11131 * gcc.c-torture/execute/20020108-1.c: New test.
11132
11133 2002-01-08 Jakub Jelinek <jakub@redhat.com>
11134
11135 * gcc.dg/20020108-1.c: New test.
11136
11137 2002-01-08 H.J. Lu <hjl@gnu.org>
11138
11139 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
11140 for header files.
11141
11142 2002-01-08 Geoff Keating <geoffk@redhat.com>
11143
11144 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
11145 consistency.
11146
11147 002-01-07 Aldy Hernandez <aldyh@redhat.com>
11148
11149 * gcc.dg/altivec-4.c: Test altivec predicates.
11150
11151 2002-01-07 Jakub Jelinek <jakub@redhat.com>
11152
11153 * gcc.c-torture/execute/20020107-1.c: New test.
11154
11155 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
11156
11157 PR c/5279
11158 * gcc.c-torture/compile/20020106-1.c: New test.
11159
11160 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
11161
11162 * gcc.c-torture/execute/nestfunc-4.c: New test.
11163
11164 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
11165
11166 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
11167 extra triple that slipped in.
11168 * g++.old-deja/g++.abi/align.C: Likewise.
11169 * g++.old-deja/g++.abi/bitfields.C: Likewise.
11170
11171 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
11172
11173 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
11174 * g++.old-deja/g++.abi/align.C: Likewise.
11175 * g++.old-deja/g++.abi/bitfields.C: Likewise.
11176
11177 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
11178 on FreeBSD/i386.
11179 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
11180 FreeBSD.
11181
11182 2002-01-04 Jakub Jelinek <jakub@redhat.com>
11183
11184 * gcc.dg/20020104-1.c: New test.
11185
11186 * gcc.dg/20020104-2.c: New test.
11187
11188 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
11189
11190 * gcc.dg/20020103-1.c: Fix typo in target selector.
11191
11192 2002-01-03 Richard Henderson <rth@redhat.com>
11193
11194 * gcc.dg/20020103-1.c: New.
11195
11196 2002-01-03 Kazu Hirata <kazu@hxi.com>
11197
11198 * gcc.c-torture/execute/20020103-1.c: New test.
11199
11200 2002-01-03 Jakub Jelinek <jakub@redhat.com>
11201
11202 * g++.dg/other/debug2.C: New test.
11203
11204 * gcc.c-torture/compile/20020103-1.c: New test.
11205
11206 2002-01-02 Jakub Jelinek <jakub@redhat.com>
11207
11208 * gcc.dg/gnu89-init-1.c: Added new tests.
11209
11210 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
11211
11212 * g++.dg/template/friend2.C: Remove as patch is reverted.
11213
11214 * g++.dg/warn/oldcast1.C: New test.
11215
11216 * g++.dg/template/ptrmem1.C: New test.
11217 * g++.dg/template/ptrmem2.C: New test.
11218
11219 * g++.dg/template/ntp.C: New test.
11220
11221 * g++.dg/other/component1.C: New test.
11222
11223 * g++.dg/template/ttp3.C: New test.
11224
11225 * g++.dg/template/friend2.C: New test.
11226 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
11227
11228 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
11229
11230 * g++.dg/other/ptrmem1.C: New test.
11231 * g++.dg/other/ptrmem2.C: New test.
11232
11233 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
11234
11235 * g++.dg/template/ctor1.C: New test.
11236
11237 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
11238
11239 * g++.dg/template/friend2.C: New test.
11240
11241 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
11242
11243 * gcc.dg/mmix-1.c: New test.
11244
11245 2001-12-31 Richard Henderson <rth@redhat.com>
11246
11247 * gcc.dg/asm-5.c: New.
11248
11249 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
11250
11251 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
11252 in namespace __gnu_cxx
11253
11254 2001-12-30 Richard Henderson <rth@redhat.com>
11255
11256 * gcc.dg/debug-6.c: New.
11257
11258 2001-12-30 Jakub Jelinek <jakub@redhat.com>
11259
11260 * gcc.c-torture/compile/20011229-2.c: New test.
11261
11262 2001-12-29 Jakub Jelinek <jakub@redhat.com>
11263
11264 * gcc.dg/debug-3.c: New test.
11265 * gcc.dg/debug-4.c: New test.
11266 * gcc.dg/debug-5.c: New test.
11267
11268 2001-12-29 Richard Henderson <rth@redhat.com>
11269
11270 * g++.dg/eh/loop1.C: New.
11271
11272 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
11273
11274 * g++.dg/template/crash1.C: New test.
11275
11276 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
11277
11278 * g++.dg/other/const1.C: New test.
11279
11280 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
11281
11282 * gcc.c-torture/compile/20011229-1.c: New test.
11283
11284 2001-12-28 Stan Shebs <shebs@apple.com>
11285
11286 * lib/objc-torture.exp: Resync with c-torture.exp.
11287 * lib/objc.exp: Load standard libraries.
11288
11289 2001-12-28 Jakub Jelinek <jakub@redhat.com>
11290
11291 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
11292 additional tests.
11293
11294 2001-12-27 Roger Sayle <roger@eyesopen.com>
11295
11296 * gcc.c-torture/execute/string-opt-16.c: New testcase.
11297
11298 2001-12-27 Richard Henderson <rth@redhat.com>
11299
11300 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11301
11302 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
11303
11304 * g++.dg/eh/ctor1.C: New test.
11305 * g++.dg/other/error2.C: New test.
11306
11307 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
11308
11309 * g++.dg/other/init2.C: New test.
11310
11311 2001-12-24 Richard Henderson <rth@redhat.com>
11312
11313 * gcc.dg/20011223-1.c: New.
11314 * gcc.dg/inline-1.c: New.
11315
11316 2001-12-23 Richard Henderson <rth@redhat.com>
11317
11318 * gcc.dg/asm-4.c: Test operand modifiers.
11319
11320 2001-12-23 Richard Henderson <rth@redhat.com>
11321
11322 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11323
11324 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
11325
11326 * gcc.c-torture/execute/20011223-1.c: New test.
11327
11328 2001-12-21 Richard Henderson <rth@redhat.com>
11329
11330 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11331 re-enables the warning.
11332
11333 2001-12-21 Richard Henderson <rth@redhat.com>
11334
11335 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11336
11337 2001-12-20 Jakub Jelinek <jakub@redhat.com>
11338
11339 * gcc.c-torture/compile/20011218-1.c: New test.
11340
11341 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
11342
11343 * gcc.misc-test/arm-isr.exp: New file. Control running of the
11344 arm-isr.c test.
11345 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
11346 epilogue generation for ARM ISR routines.
11347
11348 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11349
11350 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11351 * gcc.dg/format/c90-printf-3.c: Likewise.
11352 * gcc.dg/format/c99-printf-3.c: Likewise.
11353 * gcc.dg/format/ext-1.c: Likewise.
11354 * gcc.dg/format/ext-6.c: Likewise.
11355 * gcc.dg/format/format.h: Prototype unlocked stdio.
11356
11357 2001-12-20 Richard Henderson <rth@redhat.com>
11358
11359 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11360 (arena): Use it.
11361 (malloc): Correct allocation logic. Abort if we fill up the
11362 arena before initialization complete.
11363 (realloc): Correct allocation logic.
11364
11365 2001-12-20 Jakub Jelinek <jakub@redhat.com>
11366
11367 * gcc.c-torture/compile/20011219-2.c: New test.
11368
11369 * gcc.c-torture/execute/20011219-1.c: New test.
11370
11371 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
11372
11373 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
11374 target does not support weak symbols.
11375
11376 2001-12-19 Jakub Jelinek <jakub@redhat.com>
11377
11378 * gcc.c-torture/compile/20011219-1.c: New test.
11379
11380 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
11381
11382 * g++.dg/other/error1.C: New test.
11383
11384 2001-12-17 Jeffrey A Law (law@redhat.com)
11385
11386 * gcc.c-torture/execute/20011217-1.c: New test.
11387
11388 2001-12-17 Nicola Pero <nicola@brainstorm.co.uk>
11389
11390 * objc.dg/special/: New directory.
11391 * objc.dg/special/special.exp: New file.
11392 * objc.dg/special/unclaimed-category-1.h: New file.
11393 * objc.dg/special/unclaimed-category-1a.m: New file.
11394 * objc.dg/special/unclaimed-category-1.m: New file.
11395
11396 2001-12-17 Andreas Jaeger <aj@suse.de>
11397
11398 * gcc.c-torture/compile/20011217-2.c: New test.
11399
11400 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11401
11402 * gcc.c-torture/compile/20011217-1.c: New test.
11403
11404 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
11405
11406 * testsuite/gcc.dg/20011214-1.c: New.
11407
11408 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
11409
11410 * gcc.dg/altivec-4.c: New.
11411
11412 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
11413
11414 * gcc.dg/20011113-1.c: New test.
11415
11416 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
11417
11418 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
11419 std::__malloc_alloc_template<0> and
11420 std::__default_alloc_template<false, 0>.
11421
11422 2001-12-13 Nicola Pero <n.pero@mi.flashnet.it>
11423
11424 * objc/execute/bf-21.m: New test.
11425 * objc/execute/enumeration-1.m: New test.
11426 * objc/execute/enumeration-2.m: New test.
11427
11428 2001-12-12 Jakub Jelinek <jakub@redhat.com>
11429
11430 * gcc.dg/gnu89-init-1.c: New test.
11431
11432 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
11433
11434 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11435 * g++.old-deja/g++.jason/2371.C: Likewise.
11436 * g++.old-deja/g++.jason/template33.C: Likewise.
11437 * g++.old-deja/g++.jason/template34.C: Likewise.
11438 * g++.old-deja/g++.jason/template36.C: Likewise.
11439 * g++.old-deja/g++.oliva/typename1.C: Likewise.
11440 * g++.old-deja/g++.oliva/typename2.C: Likewise.
11441 * g++.old-deja/g++.other/typename1.C: Likewise.
11442 * g++.old-deja/g++.pt/inherit2.C: Likewise.
11443 * g++.old-deja/g++.pt/nontype5.C: Likewise.
11444 * g++.old-deja/g++.pt/typename11.C: Likewise.
11445 * g++.old-deja/g++.pt/typename14.C: Likewise.
11446 * g++.old-deja/g++.pt/typename16.C: Likewise.
11447 * g++.old-deja/g++.pt/typename3.C: Likewise.
11448 * g++.old-deja/g++.pt/typename4.C: Likewise.
11449 * g++.old-deja/g++.pt/typename5.C: Likewise.
11450 * g++.old-deja/g++.pt/typename7.C: Likewise.
11451 * g++.old-deja/g++.robertl/eb9.C: Likewise.
11452
11453 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
11454
11455 * g++.dg/other/linkage1.C: New test.
11456 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11457 specifiers.
11458
11459 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
11460
11461 * gcc.dg/concat.c: New test.
11462
11463 2001-12-11 Stan Shebs <shebs@apple.com>
11464
11465 * objc/compile: New test directory.
11466 * objc/compile/compile.exp: New expect script.
11467 * objc/compile/20011211-1.m: New compile test.
11468
11469 2001-12-11 Jason Merrill <jason@redhat.com>
11470
11471 * lib/prune.exp (prune_gcc_output): Also handle "In member
11472 function". So many permutations...
11473
11474 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
11475
11476 * g++.dg/template/typedef1.C: New test.
11477
11478 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
11479
11480 * g++.dg/other/copy1.C: New test.
11481
11482 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
11483
11484 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11485
11486 * gcc.dg/builtin-choose-expr.c: New.
11487
11488 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
11489
11490 * gcc.dg/altivec-2.c: New.
11491
11492 2001-12-07 Richard Henderson <rth@redhat.com>
11493
11494 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11495
11496 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
11497
11498 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11499 ultrasparc.
11500
11501 2001-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11502
11503 * g++-old.deja/g++.robertl/eb101.C: Deleted.
11504
11505 2001-12-06 Janis Johnson <janis187@us.ibm.com>
11506
11507 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11508 variable argument list.
11509
11510 2001-12-06 Zack Weinberg <zack@codesourcery.com>
11511
11512 * gcc.c-torture/execute/memcheck: Delete entire directory.
11513 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11514 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11515
11516 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
11517
11518 * gcc.dg/Wshadow-1.c: New test.
11519
11520 2001-12-05 Jakub Jelinek <jakub@redhat.com>
11521
11522 * gcc.c-torture/compile/20011130-1.c: New test.
11523
11524 * gcc.dg/noncompile/20011025-1.c: New test.
11525
11526 * g++.dg/other/anon-union.C: New test.
11527
11528 * gcc.c-torture/execute/20011024-1.c: New test.
11529
11530 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
11531
11532 * gcc.c-torture/execute/20000722-1.x,
11533 gcc.c-torture/execute/20010123-1.x: Remove.
11534 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11535 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11536 gcc.dg/c99-complit-2.c: New tests.
11537
11538 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
11539
11540 * g++.dg/inherit/base1.C: New test.
11541
11542 2001-12-04 Jakub Jelinek <jakub@redhat.com>
11543
11544 * g++.dg/other/stdarg1.C: New test.
11545
11546 * gcc.c-torture/compile/20011130-2.c: New test.
11547
11548 2001-12-03 Janis Johnson <janis187@us.ibm.com>
11549
11550 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11551 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11552 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11553 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11554 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11555 * gcc.dg/builtin-prefetch-1.c: New test.
11556
11557 2001-12-03 Jakub Jelinek <jakub@redhat.com>
11558
11559 * gcc.dg/20011130-1.c: New test.
11560
11561 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
11562
11563 * g++.dg/other/scope1.C: New test.
11564 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11565
11566 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
11567
11568 * gcc.dg/vla-init-1.c: New test.
11569
11570 2001-12-01 Geoff Keating <geoffk@redhat.com>
11571
11572 * gcc.c-torture/compile/structs.c: New testcase from GDB.
11573
11574 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
11575
11576 * objc.dg/alias.m: Update.
11577 * objc.dg/class-1.m: Update.
11578 * objc.dg/const-str-1.m: Update.
11579 * objc.dg/fwd-proto-1.m: Update.
11580 * objc.dg/id-1.m: Update.
11581 * objc.dg/super-class-1.m: Update.
11582
11583 2001-11-29 Mark Mitchell <mark@codesourcery.com>
11584
11585 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11586 constructs.
11587
11588 2001-11-28 Jeffrey A Law (law@cygnus.com)
11589
11590 * gcc.c-torture/execute/20011128-1.c: New test.
11591
11592 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
11593
11594 * gcc.dg/20011127-1.c: New test.
11595
11596 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
11597
11598 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
11599 from Austin Group draft 7.
11600 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
11601 scanf format arguments.
11602 * gcc.dg/format/no-exargs-2.c: New test.
11603
11604 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
11605
11606 * g++.dg/abi/vbase8-4.C: New test.
11607
11608 2001-11-24 Ian Lance Taylor <ian@airs.com>
11609
11610 * gcc.c-torture/execute/20011121-1.c: New test.
11611
11612 2001-11-23 Jeffrey A Law (law@cygnus.com)
11613
11614 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11615
11616 2001-11-23 Andreas Jaeger <aj@suse.de>
11617
11618 * gcc.dg/cpp/charconst-2.c: New test.
11619
11620 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
11621
11622 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11623 to the host if it is remote. Let tests specify extra headers
11624 they use.
11625 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11626 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11627 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11628 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11629 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11630 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11631 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11632 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11633 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11634 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11635
11636 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
11637
11638 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11639 for little endian ARMs.
11640
11641 2001-11-20 Jakub Jelinek <jakub@redhat.com>
11642
11643 * gcc.c-torture/compile/20011119-1.c: New test.
11644 * gcc.c-torture/compile/20011119-2.c: New test.
11645
11646 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
11647
11648 * gcc.dg/altivec-1.c: Fix typo.
11649
11650 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
11651
11652 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11653
11654 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11655
11656 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11657
11658 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
11659
11660 * lib/g77.exp: Don't specify --rpath-link.
11661
11662 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11663 across all the headers.
11664 * gcc.dg/format/format.exp: For testing on a remote host,
11665 copy format.h.
11666
11667 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11668 * gcc.c-torture/execute/930406-1.c: Likewise.
11669 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11670
11671 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
11672
11673 * gcc.dg/altivec-1.c: New.
11674
11675 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
11676
11677 * gcc.dg/cpp/fpreprocessed.c: New test case.
11678
11679 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
11680
11681 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
11682 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
11683 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
11684
11685 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
11686
11687 * gcc.dg/no-builtin-1.c: New test.
11688
11689 2001-11-16 Jakub Jelinek <jakub@redhat.com>
11690
11691 * gcc.c-torture/execute/20011115-1.c: New test.
11692
11693 2001-11-15 Jakub Jelinek <jakub@redhat.com>
11694
11695 * gcc.c-torture/compile/20011114-2.c: New test.
11696 * gcc.c-torture/compile/20011114-3.c: New test.
11697 * gcc.c-torture/compile/20011114-4.c: New test.
11698
11699 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
11700
11701 * g++.dg/other/init1.C: New test.
11702
11703 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
11704
11705 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
11706 message.
11707
11708 * gcc.c-torture/execute/20011114-1.c: New testcase.
11709
11710 * gcc.c-torture/compile/20010327-1.c: Revert last change.
11711 * gcc.c-torture/compile/20011114-1.c: New test, exactly
11712 like the (before this change) version of 20010327-1.c.
11713
11714 2001-11-14 Roger Sayle <roger@eyesopen.com>
11715
11716 * gcc.c-torture/execute/string-opt-13.c: New testcase.
11717
11718 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
11719
11720 * g++.dg/init/array2.C: New test.
11721
11722 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
11723
11724 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
11725
11726 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
11727
11728 * g++.dg/other/forscope1.C: New test.
11729 * g++.dg/ext/forscope1.C: New test.
11730 * g++.dg/ext/forscope2.C: New test.
11731
11732 2001-11-13 Jakub Jelinek <jakub@redhat.com>
11733
11734 * gcc.c-torture/execute/20011113-1.c: New test.
11735
11736 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
11737
11738 * gcc.c-torture/execute/20011109-2.c: New test.
11739
11740 * gcc.c-torture/execute/20011109-1.c: New test.
11741
11742 2001-11-09 Jakub Jelinek <jakub@redhat.com>
11743
11744 * gcc.c-torture/compile/20011109-1.c: New test.
11745
11746 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
11747
11748 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
11749 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
11750 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
11751 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
11752 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
11753 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
11754 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
11755
11756 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
11757
11758 * g++.dg/warn/Wshadow-1.C: New tests.
11759 * g++.old-deja/g++.mike/for3.C: Update.
11760
11761 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
11762
11763 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
11764 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
11765 XFAILs. Adjust expected error texts.
11766 * gcc.c-torture/compile/20011106-1.c,
11767 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
11768 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
11769 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
11770 gcc.dg/c99-array-lval-5.c: New tests.
11771
11772 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
11773
11774 * gcc.dg/cpp/defined.c: Update.
11775
11776 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
11777
11778 * gcc.c-torture/execute/anon-1.c: New test.
11779
11780 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
11781
11782 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
11783 same size, so no warning should be produced on stormy16.
11784
11785 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
11786 due to oversized array.
11787 * g++.old-deja/g++.mike/ns15.C: Likewise.
11788 * g++.old-deja/g++.pt/crash16.C: Likewise.
11789
11790 2001-11-02 Graham Stott <grahams@redhat.com>
11791
11792 * g++.dgother/debug1.C: Fix typos.
11793
11794 2001-11-01 Jakub Jelinek <jakub@redhat.com>
11795
11796 * g++.dg/other/debug1.C: New test.
11797
11798 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11799
11800 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
11801 of unsigned long.
11802
11803 2001-10-30 Jakub Jelinek <jakub@redhat.com>
11804
11805 * gcc.dg/20011029-2.c: New test.
11806
11807 * gcc.c-torture/compile/20011029-1.c: New test.
11808
11809 2001-10-29 Nicola Pero <n.pero@mi.flashnet.it>
11810
11811 * objc/execute/class_self-1.m: New test.
11812 * objc/execute/class_self-2.m: New test.
11813
11814 2001-10-25 Zack Weinberg <zack@codesourcery.com>
11815
11816 * gcc.misc-tests/msgs.exp: Delete.
11817 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
11818 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
11819 error set to match recent changes.
11820
11821 2001-10-24 Zack Weinberg <zack@codesourcery.com>
11822
11823 * gcc.dg/20011021-1.c: New test.
11824
11825 2001-10-24 Jakub Jelinek <jakub@redhat.com>
11826
11827 * gcc.c-torture/compile/20011023-1.c: New test.
11828
11829 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
11830
11831 * lib/g77.exp: Rewrite based on lib/g++.exp.
11832
11833 2001-10-19 Jakub Jelinek <jakub@redhat.com>
11834
11835 * gcc.c-torture/execute/20011019-1.c: New test.
11836
11837 * gcc.dg/20011018-1.c: New test.
11838
11839 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
11840
11841 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
11842
11843 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
11844
11845 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
11846 * gcc.dg/attr-invalid.c: Likewise.
11847
11848 2001-10-18 Jakub Jelinek <jakub@redhat.com>
11849
11850 * testsuite/gcc.dg/20011015-1.c: New test.
11851
11852 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
11853
11854 * g++.dg/template/unify2.C: New test.
11855
11856 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
11857
11858 * g++.dg/other/exception-specification.C: New test
11859
11860 2001-10-13 Tom Rix <trix@redhat.com>
11861
11862 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
11863 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
11864
11865 2001-10-12 Jakub Jelinek <jakub@redhat.com>
11866
11867 * testsuite/gcc.dg/20011009-1.c: New test.
11868
11869 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
11870
11871 PR g++/4476
11872 * g++.dg/other/friend1.C: New test.
11873
11874 2001-10-11 Richard Henderson <rth@redhat.com>
11875
11876 * g++.old-deja/g++.other/crash18.C: Add -S to options.
11877
11878 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11879
11880 * gcc.c-torture/compile/20011010-1.c: New.
11881
11882 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
11883
11884 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
11885 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
11886 g77.f-torture/execute/execute.exp,
11887 g77.f-torture/noncompile/noncompile.exp,
11888 gcc.c-torture/compile/compile.exp,
11889 gcc.c-torture/execute/execute.exp,
11890 gcc.c-torture/execute/ieee/ieee.exp,
11891 gcc.c-torture/execute/memcheck/memcheck.exp,
11892 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
11893 objc/execute/execute.exp: Update FSF address.
11894
11895 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
11896
11897 * gcc.dg/cpp/cmdlne-C.c: Update.
11898 * gcc.dg/cpp/cmdlne-C2.c: New.
11899
11900 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11901
11902 * gcc.c-torture/execute/20011008-3.c: New.
11903
11904 2001-10-08 DJ Delorie <dj@redhat.com>
11905
11906 * gcc.dg/20011008-1.c: New.
11907 * gcc.dg/20011008-2.c: New.
11908
11909 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
11910
11911 * gcc.dg/cpp/spacing1.c: Update test.
11912
11913 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
11914
11915 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
11916 spelling errors of "separate" as "seperate".
11917
11918 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
11919
11920 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
11921 enough to avoid inlining.
11922
11923 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
11924
11925 * lib/g77.exp: set libg2c_dir correctly.
11926
11927 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
11928
11929 * gcc.dg/cpp/macro11.c: New test.
11930
11931 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11932
11933 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
11934 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
11935 gcc.dg/format/multattr-3.c: New tests.
11936 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
11937 tests for format attributes on function pointers being rejected.
11938
11939 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11940
11941 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
11942
11943 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11944
11945 * g++.dg/warn/format1.C: New test.
11946
11947 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
11948
11949 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
11950
11951 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
11952
11953 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
11954
11955 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
11956
11957 * gcc.dg/cpp/redef2.c: Add test.
11958
11959 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
11960
11961 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
11962 long-standing bug on i686, apparently.
11963 * gcc.c-torture/execute/loop-2c.x: New file.
11964 * gcc.c-torture/execute/loop-2d.x: New file.
11965 * gcc.c-torture/execute/loop-3c.x: New file.
11966
11967 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
11968
11969 * gcc.dg/cpp/20000625-2.c: Correct line number.
11970
11971 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
11972
11973 * gcc.dg/cpp/macro10.c: New test.
11974 * gcc.dg/cpp/strify3.c: New test.
11975 * gcc.dg/cpp/spacing1.c: Add tests.
11976 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
11977 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
11978
11979 2001-09-24 DJ Delorie <dj@redhat.com>
11980
11981 * gcc.c-torture/execute/20010924-1.c: New test.
11982
11983 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
11984
11985 * testsuite/objc/execute/paste.m: Remove.
11986
11987 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
11988
11989 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
11990
11991 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
11992
11993 * g77.dg/strlen0.f: New test.
11994
11995 2001-09-21 Richard Henderson <rth@redhat.com>
11996
11997 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
11998 * g++.old-deja/g++.abi/vtable2.C: Likewise.
11999
12000 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
12001
12002 Table-driven attributes.
12003 * g++.dg/ext/attrib1.C: New test.
12004
12005 2001-09-20 DJ Delorie <dj@redhat.com>
12006
12007 * gcc.dg/20000926-1.c: Update expected warning messages.
12008 * gcc.dg/array-2.c: Likewise, and test for warnings too.
12009 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
12010 array.
12011
12012 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
12013
12014 * g++.dg/eh/registers1.C: New test case.
12015
12016 2001-09-17 Richard Henderson <rth@redhat.com>
12017
12018 * gcc.dg/array-5.c: Fix VLA decomposition test.
12019
12020 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
12021
12022 * gcc.dg/cpp/line5.c: New testcase.
12023
12024 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
12025
12026 * gcc.dg/cpp/macro9.c: New test.
12027
12028 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
12029
12030 * gcc.c-torture/execute/980223.c: Change type of addr from long
12031 to char *.
12032
12033 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
12034
12035 * gcc.c-torture/execute/20010915-1.c: New test.
12036
12037 2001-09-14 Janis Johnson <janis187@us.ibm.com>
12038
12039 * g77.dg/bprob: New directory.
12040 * g77.dg/bprob/bprob.exp: New file.
12041 * g77.dg/bprob/bprob-1.f: New test.
12042 * g77.dg/gcov: New directory.
12043 * g77.dg/gcov/gcov.exp: New file.
12044 * g77.dg/gcov/gcov-1.f: New test.
12045 * g77.dg/gcov/gcov-1.x: New file.
12046
12047 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
12048
12049 * gcc.dg/cpp/directiv.c: Update.
12050 * gcc.dg/cpp/undef1.c: Update.
12051
12052 2001-09-12 Jakub Jelinek <jakub@redhat.com>
12053
12054 * gcc.dg/20010912-1.c: New test.
12055
12056 2001-09-11 Janis Johnson <janis187@us.ibm.com>
12057
12058 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
12059 language-independent file in lib.
12060 * lib/gcov.exp: New file.
12061
12062 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
12063
12064 * gcc.c-torture/compile/20010911-1.c: New test.
12065
12066 2001-09-10 Janis Johnson <janis187@us.ibm.com>
12067
12068 * lib/profopt.exp: New, to support profile-directed optimizations.
12069 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
12070 * gcc.misc-tests/bprob-1.c: New test.
12071 * gcc.misc-tests/bprob-2.c: New test.
12072
12073 2001-09-07 Janis Johnson <janis187@us.ibm.com>
12074
12075 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
12076 XFAIL and which kinds of gcov output to verify.
12077 * gcc.misc-tests/gcov-4b.x: New file.
12078 * gcc.misc-tests/gcov-5b.x: New file.
12079 * gcc.misc-tests/gcov-6.x: New file.
12080 * gcc.misc-tests/gcov-7.c: New test.
12081 * gcc.misc-tests/gcov-7.x: New file.
12082
12083 2001-09-06 Janis Johnson <janis187@us.ibm.com>
12084
12085 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
12086 * gcc.misc-tests/gcov-6.c: New test.
12087
12088 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
12089
12090 PR c++/3986
12091 * g++.dg/abi/vbase1.C: New test.
12092
12093 2001-09-05 Ziemowit Laski <zlaski@apple.com>
12094
12095 * objc.dg/method-2.m: New.
12096
12097 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
12098
12099 PR c++/4203
12100 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
12101 * g++.dg/init/empty1.C: New test.
12102
12103 2001-09-03 Jakub Jelinek <jakub@redhat.com>
12104
12105 * gcc.c-torture/compile/20010903-1.c: New test.
12106
12107 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
12108
12109 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
12110 for m68k.
12111
12112 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
12113
12114 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
12115
12116 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
12117
12118 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
12119
12120 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
12121
12122 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
12123 for 16-bit 'unsigned int'.
12124
12125 2001-08-29 Kazu Hirata <kazu@hxi.com>
12126
12127 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
12128
12129 2001-08-27 Richard Henderson <rth@redhat.com>
12130
12131 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
12132 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
12133
12134 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
12135
12136 * gcc.dg/asm-names.c (ymain): New.
12137
12138 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
12139
12140 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
12141 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
12142 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
12143
12144 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12145
12146 * gcc.dg/compare5.c: New testcase.
12147
12148 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
12149
12150 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
12151 and "In instantiation".
12152
12153 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
12154
12155 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
12156
12157 2001-08-20 Janis Johnson <janis187@us.ibm.com>
12158
12159 * gcc.misc-tests/gcov.exp: Add support for branch information.
12160 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
12161 * gcc.misc-tests/gcov-4.c: New test.
12162 * gcc.misc-tests/gcov-4b.c: New test.
12163 * gcc.misc-tests/gcov-5b.c: New test.
12164
12165 2001-08-20 Zack Weinberg <zackw@panix.com>
12166
12167 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
12168 expected to fail.
12169
12170 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
12171
12172 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
12173
12174 2001-08-19 Jakub Jelinek <jakub@redhat.com>
12175
12176 * g++.dg/eh/template1.C: New test.
12177
12178 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
12179
12180 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
12181 Fix thinko.
12182 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
12183 for xfail.
12184
12185 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
12186
12187 * lib/g77-dg.exp: Use prune.exp for common procedures
12188 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
12189 * lib/g77.exp: (g77-dg-prune) Remove
12190
12191 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
12192
12193 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
12194
12195 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12196
12197 * g++.dg/template/unify1.C: New test.
12198
12199 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
12200
12201 * g++.dg/abi/empty4.C: New test.
12202
12203 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
12204
12205 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
12206 solaris2.*
12207 * g77.f-torture/compile/pr3743.x: Likewise
12208
12209 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
12210
12211 * g++.dg/other/using-declaration.C: New test.
12212
12213 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
12214
12215 * gcc.dg/cpp/tr-sign.c: New testcase.
12216
12217 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
12218
12219 * gcc.dg/cpp/19951025-1.c: Revert.
12220 * gcc.dg/cpp/directiv.c: We no longer process directives that
12221 interrupt macro arguments.
12222
12223 2001-08-03 Zack Weinberg <zackw@stanford.edu>
12224
12225 * gcc.dg/bconstp-1.c: New test.
12226
12227 2001-08-03 Richard Henderson <rth@redhat.com>
12228
12229 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
12230
12231 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
12232
12233 * gcc.dg/cpp/19951025-1.c: Update.
12234
12235 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
12236
12237 * g77.dg/ff90-1.f (s): Fix reference of variable z,
12238 should be x.
12239
12240 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
12241
12242 Kill -fhonor-std.
12243 * g++.old-deja/g++.ns/ns14.C: Remove special options.
12244 * g++.old-deja/g++.other/std1.C: Likewise.
12245 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
12246
12247 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
12248
12249 * lib/g77.exp: Load gcc-defs.exp for common procedures
12250 (g77_pass, g77_fail, g77_finish, g77_exit,
12251 ${tool}_check_unsupported_p} Now redundant. Deleted.
12252
12253 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
12254
12255 * g77.dg/fbackslash.f
12256 * g77.dg/fcase-preserve.f
12257 * g77.dg/ff90-1.f
12258 * g77.dg/ffixed-line-length-0.f
12259 * g77.dg/ffixed-line-length-132.f
12260 * g77.dg/ffixed-line-length-7.f
12261 * g77.dg/ffixed-line-length-72.f
12262 * g77.dg/ffixed-line-length-none.f
12263 * g77.dg/ffree-form-1.f
12264 * g77.dg/fno-backslash.f
12265 * g77.dg/fno-f90-1.f
12266 * g77.dg/fno-fixed-form-1.f
12267 * g77.dg/fno-onetrip.f
12268 * g77.dg/fno-typeless-boz.f
12269 * g77.dg/fno-underscoring.f
12270 * g77.dg/fno-vxt-1.f
12271 * g77.dg/fonetrip.f
12272 * g77.dg/ftypeless-boz.f
12273 * g77.dg/fugly-assumed.f
12274 * g77.dg/funderscoring.f
12275 * g77.dg/fvxt-1.f
12276
12277 2001-08-01 Ziemowit Laski <zlaski@apple.com>
12278
12279 * objc.dg/fwd-proto-1.m: New.
12280 * objc.dg/local-decl-1.m: New.
12281 * objc.dg/naming-1.m: New.
12282 * objc.dg/naming-2.m: New.
12283 * objc.dg/proto-hier-1.m: New.
12284
12285 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
12286
12287 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
12288 largest-type elements to a struct makes its size grow.
12289
12290 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
12291
12292 * g++.dg/abi/vthunk1.C: New test.
12293
12294 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
12295
12296 * g++.dg/abi/vbase8-22.C: New test.
12297
12298 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
12299
12300 * gcc.dg/cpp/macro8.c: New test.
12301
12302 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
12303
12304 * g++.dg/abi/vbase8-21.C: New test.
12305
12306 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
12307
12308 * g++.dg/abi/vbase8-10.C: New test.
12309
12310 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12311
12312 * lib/g++.exp (g++_set_ld_library_path): Renamed to
12313 ${tool}_set_ld_library_path.
12314 Changed caller.
12315 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
12316 g++.exp.
12317
12318 2001-07-26 Stan Cox <scox@redhat.com>
12319
12320 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
12321 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
12322 gcc_exit, gcc_check_unsupported_p):
12323 Moved to gcc-deps.exp
12324 * gcc-deps.exp: New file.
12325
12326 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12327
12328 * g++.old-deja/g++.pt/defarg14.C: New test.
12329
12330 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
12331
12332 * g++.old-deja/g++.other/lineno5.C: New test.
12333
12334 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
12335
12336 * g++.old-deja/g++.pt/crash68.C: New test.
12337
12338 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
12339
12340 * g++.old-deja/g++.other/crash42.C: New test.
12341
12342 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
12343
12344 * gcc.dg/cpp/extratokens.c: Fix.
12345 * gcc.dg/cpp/skipping2.c: New tests.
12346
12347 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12348
12349 * gcc.c-torture/execute/20010724-1.c: New file.
12350 * gcc.c-torture/execute/20010724-1.x: New file.
12351
12352 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
12353
12354 * g++.old-deja/g++.other/cond7.C: New test.
12355
12356 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
12357
12358 * g++.old-deja/g++.other/optimize4.C: New test.
12359
12360 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
12361
12362 * g++.old-deja/g++.abi/vbase8-5.C: New test.
12363
12364 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
12365
12366 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
12367 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
12368 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
12369 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
12370
12371 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
12372 bug report" message.
12373
12374 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
12375 * g++.dg/ext/instantiate1.C: Move from old-deja.
12376
12377 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
12378
12379 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
12380 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
12381 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
12382 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
12383
12384 2001-07-23 Jeffrey A Law (law@cygnus.com)
12385
12386 * gcc.c-torture/execute/20010723-1.c: New test.
12387
12388 2001-07-23 Ben Elliston <bje@redhat.com>
12389
12390 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
12391
12392 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12393
12394 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
12395 i[34567]86-*-*.
12396 Delete handling of ieee_multilib_flags.
12397 Pass -mieee for alpha*-*-* and sh-*-*.
12398 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
12399
12400 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
12401
12402 Remove old-abi tests.
12403 * g++.old-deja/g++.mike/p11116.C: Remove.
12404 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
12405
12406 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
12407
12408 * g77.f-torture/compile/pr3743.f: New test
12409
12410 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
12411
12412 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
12413
12414 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12415
12416 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
12417 g++.old-deja/g++.pt/static6.C: Likewise.
12418 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
12419 supports weak symbols.
12420
12421 2001-07-18 Andreas Jaeger <aj@suse.de>
12422
12423 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
12424 supported again.
12425
12426 2001-07-18 Andreas Jaeger <aj@suse.de>
12427
12428 * gcc.dg/iftrap-1.c: Fix target line.
12429
12430 2001-07-17 Richard Henderson <rth@redhat.com>
12431
12432 * gcc.c-torture/execute/20010717-1.c: New.
12433
12434 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
12435
12436 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
12437 tests.
12438
12439 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
12440
12441 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
12442
12443 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12444
12445 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12446 UAC_SIGBUS, UAC_NOPRINT definitions.
12447
12448 2001-07-16 Nicola Pero <n.pero@mi.flashnet.it>
12449
12450 * objc/execute/object_is_class.m: New test.
12451 * objc/execute/object_is_meta_class.m: New test.
12452
12453 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
12454
12455 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12456 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12457
12458 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
12459
12460 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
12461 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
12462
12463 2001-07-14 Richard Henderson <rth@redhat.com>
12464
12465 * gcc.dg/iftrap-1.c: New.
12466
12467 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
12468
12469 * g77.f-torture/execute/intrinsic77.f: New test.
12470
12471 2001-07-11 Janis Johnson <janis@us.ibm.com>
12472
12473 * gcc.misc-tests/gcov-3.c: New test.
12474
12475 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
12476
12477 * gcc.c-torture/compile/20010711-1.c,
12478 * gcc.c-torture/compile/20010711-2.c: New tests.
12479
12480 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
12481
12482 * gcc.c-torture/execute/20010711-1.c: New test.
12483
12484 2001-07-11 Ben Elliston <bje@redhat.com>
12485
12486 * g++.old-deja/g++.other/enum5.C: New test.
12487
12488 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
12489
12490 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
12491 (g++-dg-prune): Call prune_gcc_output.
12492 * prune.exp: New file for prune_gcc_output.
12493 * lib/g++.exp, lib/gcc.exp: Load it.
12494
12495 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
12496
12497 * gcc.c-torture/compile/20010701-1.c,
12498 g++.old-deja/g++.ext/attrib6.C: New tests.
12499
12500 2001-07-06 Jeffrey A Law (law@cygnus.com)
12501
12502 * gcc.c-torture/compile/20010706-1.c: New test.
12503
12504 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
12505
12506 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
12507
12508 2001-06-28 Stan Shebs <shebs@apple.com>
12509
12510 * gcc.dg/pragma-darwin.c: New test.
12511
12512 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12513
12514 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
12515 Solaris 2.[678] system.
12516
12517 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
12518
12519 * gcc.dg/20010622-1.c: New test.
12520
12521 2001-06-18 Stan Shebs <shebs@apple.com>
12522
12523 * objc.dg: New directory.
12524 * objc.dg/dg.exp: New file.
12525 * objc.dg/alias.m: New.
12526 * objc.dg/class-1.m: New.
12527 * objc.dg/class-2.m: New.
12528 * objc.dg/const-str-1.m: New.
12529 * objc.dg/const-str-2.m: New.
12530 * objc.dg/id-1.m: New.
12531 * objc.dg/method-1.m: New.
12532 * objc.dg/super-class-1.m: New.
12533 * lib/objc-dg.exp: New file.
12534
12535 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
12536
12537 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
12538 of label name.
12539
12540 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
12541
12542 * g++.old-deja/g++.abi/vbase8-9.C: New test.
12543
12544 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12545
12546 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
12547 variable.
12548
12549 2001-06-12 Richard Henderson <rth@redhat.com>
12550
12551 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
12552
12553 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
12554
12555 * g++.old-deja/g++.abi/vbase5.C: New test.
12556 * g++.old-deja/g++.abi/vbase6.C: New test.
12557 * g++.old-deja/g++.abi/vbase7.C: New test.
12558
12559 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12560
12561 * gcc.c-torture/compile/20010610-1.c: New test.
12562
12563 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
12564
12565 * g++.old-deja/g++.abi/vbase4.C: New test.
12566
12567 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12568
12569 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
12570 support %f for HC11/HC12 targets.
12571 * gcc.c-torture/execute/930513-1.x: New file, likewise.
12572 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
12573 on HC11/HC12 targets.
12574 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
12575
12576 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12577
12578 * gcc.dg/wchar_t-1.c: New file.
12579 * gcc.dg/wint_t-1.c: Likewise.
12580
12581 2001-06-11 Bernd Schmidt <bernds@redhat.com>
12582
12583 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
12584
12585 2001-06-11 Richard Henderson <rth@redhat.com>
12586
12587 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
12588
12589 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
12590
12591 * gcc.c-torture/compile/20010611-1.c: New test.
12592
12593 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
12594
12595 * gcc.dg/c99-tag-1.c: Add more tests.
12596
12597 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
12598
12599 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
12600 representation on MN10300 and ARM/Thumb.
12601
12602 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
12603
12604 * g77.f-torture/execute/20010610.f: New.
12605
12606 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
12607
12608 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
12609 names.
12610
12611 2001-06-09 Richard Henderson <rth@redhat.com>
12612
12613 * gcc.c-torture/execute/ashrdi-1.c: New.
12614 * gcc.c-torture/execute/ashldi-1.c: New.
12615 * gcc.c-torture/execute/lshrdi-1.c: New.
12616
12617 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
12618
12619 * objc/execute/load-3.m: Added. Check sending +load to categories,
12620 in addition to classes.
12621
12622 2001-06-08 Stan Shebs <shebs@apple.com>
12623
12624 * objc/execute/load-2.m: New test. From Nicola Pero
12625 <n.pero@mi.flashnet.it>.
12626
12627 2001-06-08 Jakub Jelinek <jakub@redhat.com>
12628
12629 * gcc.c-torture/execute/20010605-2.c: New test.
12630
12631 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
12632
12633 * g++.old-deja/g++.abi/vbase2.C: New test.
12634 * g++.old-deja/g++.abi/vbase3.C: New test.
12635
12636 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
12637
12638 * g++.old-deja/g++.pt/friend49.C: New test.
12639
12640 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
12641
12642 * g++.old-deja/g++.ext/anon3.C: New test.
12643
12644 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
12645
12646 * g++.old-deja/g++.other/conv7.C: New test.
12647
12648 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
12649
12650 * gcc.c-torture/compile/20010605-2.c: New test.
12651
12652 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
12653
12654 * gcc.c-torture/execute/20010604-1.c: New test.
12655
12656 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
12657
12658 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
12659
12660 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
12661
12662 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
12663 (g++_link_flags): Likewise.
12664 (g++_init): Pass gccpath's value to two previous functions.
12665
12666 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12667
12668 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
12669 Ensure logfile entry matches exec command line.
12670
12671 2001-05-31 Richard Henderson <rth@redhat.com>
12672
12673 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
12674 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
12675
12676 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
12677
12678 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
12679 compiler for irix6.2
12680
12681 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
12682
12683 * g++.old-deja/g++.other/optimize3.C: New file.
12684
12685 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
12686
12687 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
12688 assemble.
12689
12690 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
12691
12692 * g++.old-deja/g++.other/optimize2.C: New file.
12693
12694 2001-05-25 Diego Novillo <dnovillo@redhat.com>
12695
12696 * gcc.c-torture/compile/20010518-2.c: New file.
12697 * gcc.c-torture/execute/20010518-1.c: New file.
12698 * gcc.c-torture/execute/20010518-2.c: New file.
12699
12700 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
12701
12702 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
12703
12704 2001-05-24 Mark Mitchell <mark@codesourcery.com>
12705
12706 G++ no longer defines builtins that do not begin with __builtin.
12707 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
12708 * g++.old-deja/g++.brendand/misc13.C: Likewise.
12709 * g++.old-deja/g++.law/builtin1.C: Likewise.
12710 * g++.old-deja/g++.law/cvt2.C: Likewise.
12711 * g++.old-deja/g++.mike/net5.C: Likewise.
12712 * g++.old-deja/g++.other/builtins1.C: Likewise.
12713 * g++.old-deja/g++.other/builtins2.C: Likewise.
12714 * g++.old-deja/g++.other/builtins3.C: Likewise.
12715 * g++.old-deja/g++.other/builtins4.C: Likewise.
12716 * g++.old-deja/g++.other/inline8.C: Likewise.
12717 * g++.old-deja/g++.robertl/eb39.C: Likewise.
12718
12719 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
12720
12721 * g++.old-deja/g++.pt/using1.C: Adjust.
12722 * g++.old-deja/g++.pt/using2.C: New test.
12723
12724 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
12725
12726 * gcc.dg/cpp/charconst.c: New tests.
12727 * gcc.dg/cpp/escape.c: New tests.
12728 * gcc.dg/cpp/escape-1.c: New tests.
12729 * gcc.dg/cpp/escape-2.c: New tests.
12730 * gcc.dg/cpp/ucs.c: New tests.
12731
12732 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
12733
12734 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
12735 native compiler for irix6.5.
12736
12737 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
12738
12739 * lib/g++.exp (g++_include_flags): Use args to compute
12740 get_multilibs.
12741 (g++_link_flags): Likewise.
12742 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
12743
12744 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
12745
12746 * gcc.dg/c90-hexfloat-1.c: Add more tests.
12747
12748 2001-05-21 Geoff Keating <geoffk@redhat.com>
12749
12750 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
12751 this file.
12752
12753 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12754
12755 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
12756 STACK_SIZE;
12757 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
12758 to STACK_SIZE; Use it to define size of add_histo array.
12759 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
12760 to STACK_SIZE.
12761 (f): Use GITT_SIZE to define size of gitt local table.
12762 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
12763 to STACK_SIZE; Use it to define size of bytemem array.
12764
12765 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12766
12767 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
12768 on 68HC11/HC12 due to the asm instruction.
12769 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
12770 * gcc.c-torture/compile/920520-1.x: Likewise.
12771 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
12772 on 68HC11/HC12 because the function is larger than 64K.
12773 * gcc.c-torture/compile/961203-1.x: New file, this test fails
12774 on 68HC11/HC12 because the structure is too large.
12775
12776 2001-05-20 Richard Henderson <rth@redhat.com>
12777
12778 * gcc.c-torture/execute/20010520-1.c: New.
12779
12780 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12781
12782 * g++.old-deja/g++.warn/compare1.C: New test.
12783 * gcc.dg/compare4.c: New test.
12784
12785 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
12786
12787 * g++.old-deja/g++.other/optimize1.C: New test.
12788
12789 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12790
12791 * g++.old-deja/g++.pt/spec41.C: New test.
12792
12793 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
12794
12795 * gcc.c-torture/compile/20010114-1.x: Remove.
12796
12797 2001-05-18 Stan Shebs <shebs@apple.com>
12798
12799 * gcc.c-torture/compile/20010518-1.c: New test.
12800
12801 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
12802
12803 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
12804 * g++.old-deja/g++.pt/crash67.C: New test.
12805
12806 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
12807
12808 * g++.old-deja/g++.other/debug9.C: New test.
12809
12810 2001-05-16 Zack Weinberg <zackw@stanford.edu>
12811
12812 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
12813
12814 2001-05-16 Jan Hubicka <jh@suse.cz>
12815
12816 * gcc.c-torture/compile/20010516-1.c: New test.
12817
12818 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
12819
12820 * g++.old-deja/g++.other/crash41.C: New test.
12821
12822 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
12823
12824 * g++.old-deja/g++.pt/crash66.C: New test.
12825
12826 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
12827
12828 * g++.old-deja/g++.robertl/eb27.C: Convert.
12829
12830 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12831
12832 * g++.dg/friend-warn.C: New test. Do not warn about friend
12833 declaration being redundant.
12834
12835 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
12836
12837 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
12838
12839 2001-05-14 Mark Mitchell <mark@codesourcery.com>
12840
12841 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
12842
12843 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
12844
12845 * lib/g++.exp: Use testsuite_flags.
12846
12847 2001-05-13 Mark Mitchell <mark@codesourcery.com>
12848
12849 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
12850
12851 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
12852
12853 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
12854
12855 2001-05-11 Mark Mitchell <mark@codesourcery.com>
12856
12857 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
12858
12859 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
12860
12861 * gcc.c-torture/compile/20010313-1.c: New test.
12862
12863 2001-05-09 Zack Weinberg <zackw@stanford.edu>
12864
12865 * gcc.dg/cpp/direct2.c: New test.
12866 * gccq.dg/cpp/direct2s.c: New test.
12867
12868 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
12869
12870 2001-05-07 Mark Mitchell <mark@codesourcery.com>
12871
12872 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
12873 * g++.old-deja/g++.other/op3.C: Likewise.
12874
12875 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
12876
12877 * gcc.dg/cpp/syshdr.h: New file.
12878 * gcc.dg/cpp/sysmac1.c: Update.
12879 * gcc.dg/cpp/sysmac2.c: Update.
12880
12881 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
12882
12883 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
12884
12885 2001-05-04 David Edelsohn <edelsohn@gnu.org>
12886
12887 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
12888 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
12889
12890 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
12891
12892 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
12893
12894 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
12895
12896 * lib/g++.exp (g++_include_flags): Don't use any special flags
12897 if TESTING_IN_BUILD_TREE is not defined.
12898 (g++_init): Use a plain 'c++' as the compiler if
12899 TESTING_IN_BUILD_TREEE is not defined.
12900
12901 2001-05-02 Jakub Jelinek <jakub@redhat.com>
12902
12903 * g++.old-deja/g++.eh/catch13.C: New test.
12904 * g++.old-deja/g++.eh/catch14.C: New test.
12905
12906 2001-05-02 Jakub Jelinek <jakub@redhat.com>
12907
12908 * gcc.dg/cpp/tr-define.c: New test.
12909
12910 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
12911
12912 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
12913 <stdlib.h>, not <malloc.h>.
12914
12915 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
12916
12917 * g++.old-deja/g++.ns/template17.C: New test.
12918
12919 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
12920
12921 * g++.old-deja/g++.pt/ref4.C: New test.
12922
12923 2001-04-30 Richard Henderson <rth@redhat.com>
12924
12925 * gcc.dg/20000724-1.c: Revert last change.
12926
12927 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
12928
12929 * g77.f-torture/execute/20010430.f: New test.
12930
12931 2001-04-30 Mark Mitchell <mark@codesourcery.com>
12932
12933 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
12934
12935 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
12936
12937 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
12938
12939 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
12940
12941 * g++.old-deja/g++.eh/crash6.C: New test.
12942
12943 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
12944
12945 * g++.old-deja/g++.other/warn7.C: New test.
12946
12947 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
12948
12949 * g++.old-deja/g++.other/defarg9.C: New test.
12950
12951 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
12952
12953 * g77.f-torture/compile/20010426.f: New test.
12954 * g77.f-torture/execute/20010426.f: New test.
12955
12956 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
12957
12958 * g77.f-torture/compile/20000629-1.x: Remove - error
12959 has been fixed.
12960
12961 2001-04-26 Jeffrey A Law (law@cygnus.com)
12962
12963 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
12964 Tweak slightly to work with g++.dg framework.
12965 * g++.dg/special/ecos.exp: Run initp1.C test.
12966 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
12967
12968 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
12969 its linker doesn't give line numbers either.
12970 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
12971
12972 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
12973
12974 * g++.old-deja/g++.other/lex1.C: New test.
12975
12976 2001-04-26 Jakub Jelinek <jakub@redhat.com>
12977
12978 * gcc.dg/noncompile/20010425-1.c: New test.
12979
12980 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
12981
12982 * g++.old-deja/g++.pt/mangle2.C: New test.
12983
12984 2001-04-25 Jakub Jelinek <jakub@redhat.com>
12985
12986 * gcc.dg/format/plus-1.c: New test.
12987
12988 2001-04-25 Jakub Jelinek <jakub@redhat.com>
12989
12990 * gcc.dg/20010423-1.c: New test.
12991
12992 2001-04-25 Jakub Jelinek <jakub@redhat.com>
12993
12994 * gcc.c-torture/execute/20010422-1.c: New test.
12995
12996 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
12997
12998 * g++.old-deja/g++.ns/type2.C: New test.
12999
13000 2001-04-24 Zack Weinberg <zackw@stanford.edu>
13001
13002 * g++.old-deja/g++.other/perf1.C: New test.
13003
13004 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
13005
13006 * gcc.dg/c99-func-2.c: Remove xfail.
13007 * gcc.dg/c99-func-3.c: Remove xfail.
13008 * gcc.dg/c99-func-4.c: Remove xfail.
13009
13010 2001-04-23 Zack Weinberg <zackw@stanford.edu>
13011
13012 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
13013
13014 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
13015
13016 * gcc.c-torture/compile/20010423-1.c: New test.
13017
13018 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
13019
13020 * g++.old-deja/g++.pt/typename28.C: New test.
13021
13022 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
13023
13024 * g++.old-deja/g++.abi/empty2.C: New test.
13025 * g++.old-deja/g++.abi/empty3.C: New test.
13026
13027 2001-04-20 Jakub Jelinek <jakub@redhat.com>
13028
13029 * g++.old-deja/g++.other/comdat2.C: New test.
13030 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
13031
13032 2001-04-20 Jakub Jelinek <jakub@redhat.com>
13033
13034 * g++.old-deja/g++.other/overload14.C: New test.
13035
13036 2001-04-20 Jakub Jelinek <jakub@redhat.com>
13037
13038 * g++.old-deja/g++.other/lookup23.C: New test.
13039
13040 2001-04-20 Jakub Jelinek <jakub@redhat.com>
13041
13042 * gcc.c-torture/execute/20010403-1.c: New test.
13043
13044 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
13045 Mark Mitchell <mark@codesourcery.com>
13046
13047 * lib/old-dejagnu.exp: Don't delete output of executable.
13048 Add .exe suffix to executables.
13049
13050 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
13051
13052 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
13053
13054 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13055
13056 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
13057
13058 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
13059
13060 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
13061 * g++.old-deja/g++.abi/crash1.C: New test.
13062
13063 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
13064
13065 * g++.old-deja/g++.other/crash40.C: New test.
13066
13067 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13068
13069 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
13070
13071 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
13072
13073 * g++.old-deja/g++.other/warn6.C: New test.
13074
13075 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
13076
13077 * g++.old-deja/g++.robertl/eb42.C: Same.
13078
13079 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13080
13081 * gcc.dg/wtr-conversion-1.c: New testcase.
13082
13083 2001-04-10 Richard Henderson <rth@redhat.com>
13084
13085 * g++.old-deja/g++.other/array5.C: New.
13086
13087 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13088
13089 * gcc.c-torture/execute/20010408-1.c: New test.
13090
13091 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
13092
13093 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
13094 headers and constructs.
13095 * g++.old-deja/g++.robertl/eb79.C: Same.
13096 * g++.old-deja/g++.robertl/eb77.C (main): Same.
13097 * g++.old-deja/g++.robertl/eb73.C: Same.
13098 * g++.old-deja/g++.robertl/eb66.C (main): Same.
13099 * g++.old-deja/g++.robertl/eb55.C (t): Same.
13100 * g++.old-deja/g++.robertl/eb54.C (main): Same.
13101 * g++.old-deja/g++.robertl/eb46.C (main): Same.
13102 * g++.old-deja/g++.robertl/eb44.C: Same.
13103 * g++.old-deja/g++.robertl/eb41.C (main): Same.
13104 * g++.old-deja/g++.robertl/eb4.C (main): Same.
13105 * g++.old-deja/g++.robertl/eb39.C: Same.
13106 * g++.old-deja/g++.robertl/eb33.C (main): Same.
13107 * g++.old-deja/g++.robertl/eb31.C (main): Same.
13108 * g++.old-deja/g++.robertl/eb30.C: Same.
13109 * g++.old-deja/g++.robertl/eb3.C: Same.
13110 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
13111 * g++.old-deja/g++.robertl/eb21.C: Same.
13112 * g++.old-deja/g++.robertl/eb15.C: Same.
13113 * g++.old-deja/g++.robertl/eb118.C: Same.
13114 * g++.old-deja/g++.robertl/eb115.C (main): Same.
13115 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
13116 * g++.old-deja/g++.robertl/eb109.C: Same.
13117 * g++.old-deja/g++.other/sibcall1.C (main): Same.
13118 * g++.old-deja/g++.mike/rtti1.C: Same.
13119 * g++.old-deja/g++.mike/p658.C: Same.
13120 * g++.old-deja/g++.mike/net46.C: Same.
13121 * g++.old-deja/g++.mike/net34.C: Same.
13122 * g++.old-deja/g++.mike/memoize1.C: Same.
13123 * g++.old-deja/g++.mike/eh2.C: Same.
13124 * g++.old-deja/g++.law/weak.C: Same.
13125 * g++.old-deja/g++.law/visibility7.C: Same.
13126 * g++.old-deja/g++.law/visibility25.C: Same.
13127 * g++.old-deja/g++.law/visibility22.C: Same.
13128 * g++.old-deja/g++.law/visibility2.C: Same.
13129 * g++.old-deja/g++.law/visibility17.C: Same.
13130 * g++.old-deja/g++.law/visibility13.C: Same.
13131 * g++.old-deja/g++.law/visibility10.C: Same.
13132 * g++.old-deja/g++.law/visibility1.C: Same.
13133 * g++.old-deja/g++.law/virtual3.C (eval): Same.
13134 * g++.old-deja/g++.law/vbase1.C: Same.
13135 * g++.old-deja/g++.law/operators32.C: Same.
13136 * g++.old-deja/g++.law/nest3.C: Same.
13137 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
13138 * g++.old-deja/g++.law/except5.C (main): Same.
13139 * g++.old-deja/g++.law/cvt7.C (run): Same.
13140 * g++.old-deja/g++.law/cvt2.C: Same.
13141 * g++.old-deja/g++.law/cvt16.C: Same.
13142 * g++.old-deja/g++.law/ctors6.C (bar): Same.
13143 * g++.old-deja/g++.law/ctors17.C (main): Same.
13144 * g++.old-deja/g++.law/ctors13.C: Same.
13145 * g++.old-deja/g++.law/ctors12.C (main): Same.
13146 * g++.old-deja/g++.law/ctors10.C: Same.
13147 * g++.old-deja/g++.law/code-gen5.C: Same.
13148 * g++.old-deja/g++.law/bad-error7.C: Same.
13149 * g++.old-deja/g++.law/arm9.C: Same.
13150 * g++.old-deja/g++.law/arm12.C: Same.
13151 * g++.old-deja/g++.law/arg8.C: Same.
13152 * g++.old-deja/g++.law/arg1.C: Same.
13153 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
13154 * g++.old-deja/g++.jason/template31.C: Same.
13155 * g++.old-deja/g++.jason/template24.C (main): Same.
13156 * g++.old-deja/g++.jason/2371.C: Same.
13157 * g++.old-deja/g++.eh/new2.C: Same.
13158 * g++.old-deja/g++.eh/new1.C: Same.
13159 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
13160 * g++.old-deja/g++.brendan/nest21.C (main): Same.
13161 * g++.old-deja/g++.brendan/err-msg3.C: Same.
13162 * g++.old-deja/g++.brendan/crash62.C: Same.
13163 * g++.old-deja/g++.brendan/crash52.C: Same.
13164 * g++.old-deja/g++.brendan/crash49.C (main): Same.
13165 * g++.old-deja/g++.brendan/crash38.C: Same.
13166 * g++.old-deja/g++.brendan/crash15.C (main): Same.
13167 * g++.old-deja/g++.brendan/copy9.C: Same.
13168
13169 2001-04-06 J"orn Rennecke <amylaar@redhat.com>
13170
13171 * gcc.c-torture/execute/20001203-2.c (memset):
13172 Count argument is of type __SIZE_TYPE__.
13173
13174 2001-04-04 Diego Novillo <dnovillo@redhat.com>
13175
13176 * gcc.c-torture/compile/20010404-1.c: New test.
13177
13178 2001-04-04 Jakub Jelinek <jakub@redhat.com>
13179
13180 * gcc.c-torture/compile/20010326-1.c: New test.
13181
13182 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
13183
13184 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
13185 peculiarities of the SH.
13186 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
13187
13188 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13189
13190 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
13191 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
13192 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
13193
13194 2001-04-02 Jakub Jelinek <jakub@redhat.com>
13195
13196 * g77.f-torture/compile/20010321-1.f: New test.
13197
13198 2001-04-02 Jakub Jelinek <jakub@redhat.com>
13199
13200 * gcc.c-torture/compile/20010329-1.c: New test.
13201
13202 2001-04-02 Jakub Jelinek <jakub@redhat.com>
13203
13204 * gcc.c-torture/execute/20010329-1.c: New test.
13205
13206 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
13207
13208 * g++.old-deja/g++.other/eh4.C: Fix typo.
13209
13210 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
13211
13212 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
13213
13214 2001-03-28 Philip Blundell <philb@gnu.org>
13215
13216 * gcc.c-torture/compile/20010328-1.c: New test.
13217
13218 2001-03-27 Richard Henderson <rth@redhat.com>
13219
13220 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
13221 * g++.old-deja/g++.eh/vbase3.C: Likewise.
13222
13223 2001-03-27 Alan Modra <alan@linuxcare.com.au>
13224
13225 * gcc.c-torture/compile/20010327-1.c: New test.
13226
13227 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
13228
13229 * g++.old-deja/g++.other/friend12.C: New test.
13230 * g++.old-deja/g++.other/friend9.C: Expect no errors.
13231 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
13232
13233 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
13234
13235 * gcc.c-torture/execute/20010325-1.c: New test.
13236
13237 2001-03-23 Jakub Jelinek <jakub@redhat.com>
13238
13239 * g++.old-deja/g++.other/mangle3.C: New test.
13240
13241 2001-03-22 Jakub Jelinek <jakub@redhat.com>
13242
13243 * g++.old-deja/g++.other/anon8.C: New test.
13244
13245 2001-03-20 Philip Blundell <philb@gnu.org>
13246
13247 * gcc.c-torture/compile/20010320-1.c: New test.
13248
13249 2001-03-17 Richard Henderson <rth@redhat.com>
13250
13251 * g++.old-deja/g++.other/eh4.C: Add expected error text.
13252
13253 2001-03-15 Geoff Keating <geoff@redhat.com>
13254
13255 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
13256 tests on AIX.
13257
13258 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
13259
13260 * g++.old-deja/g++.other/eh4.C: New test.
13261
13262 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
13263
13264 * gcc.dg/cpp/mi1.c: Update.
13265
13266 2001-03-14 Jakub Jelinek <jakub@redhat.com>
13267
13268 * g++.old-deja/g++.other/regstack.C: New test.
13269
13270 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
13271
13272 * g++.old-deja/g++.other/ref4.C: New test.
13273
13274 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
13275
13276 * objc/execute/va_method.m: Added.
13277 * objc/execute/IMP.m: Added.
13278 * objc/execute/_cmd.m: Added.
13279 * objc/execute/accessing_ivars.m: Added.
13280 * objc/execute/class-1.m: Added.
13281 * objc/execute/class-10.m: Added.
13282 * objc/execute/class-11.m: Added.
13283 * objc/execute/class-12.m: Added.
13284 * objc/execute/class-13.m: Added.
13285 * objc/execute/class-14.m: Added.
13286 * objc/execute/class-2.m: Added.
13287 * objc/execute/class-3.m: Added.
13288 * objc/execute/class-4.m: Added.
13289 * objc/execute/class-5.m: Added.
13290 * objc/execute/class-6.m: Added.
13291 * objc/execute/class-7.m: Added.
13292 * objc/execute/class-8.m: Added.
13293 * objc/execute/class-9.m: Added.
13294 * objc/execute/class-tests-1.h
13295 * objc/execute/class-tests-2.h
13296 * objc/execute/compatibility_alias.m: Added.
13297 * objc/execute/encode-1.m: Added.
13298 * objc/execute/formal_protocol-1.m: Added.
13299 * objc/execute/formal_protocol-2.m: Added.
13300 * objc/execute/formal_protocol-3.m: Added.
13301 * objc/execute/formal_protocol-4.m: Added.
13302 * objc/execute/formal_protocol-5.m: Added.
13303 * objc/execute/formal_protocol-6.m: Added.
13304 * objc/execute/formal_protocol-7.m: Added.
13305 * objc/execute/informal_protocol.m: Added.
13306 * objc/execute/initialize.m: Added.
13307 * objc/execute/load.m: Added.
13308 * objc/execute/many_args_method.m: Added.
13309 * objc/execute/nested-3.m: Added.
13310 * objc/execute/no_clash.m: Added.
13311 * objc/execute/private.m: Added.
13312 * objc/execute/redefining_self.m: Added.
13313 * objc/execute/root_methods.m: Added.
13314 * objc/execute/selector-1.m: Added.
13315 * objc/execute/static-1.m: Added.
13316 * objc/execute/static-2.m: Added.
13317 * objc/execute/va_method.m: Added.
13318
13319 2001-03-10 Richard Henderson <rth@redhat.com>
13320
13321 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
13322
13323 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
13324
13325 * g++.old-deja/g++.other/crash31.C: XFAIL.
13326 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
13327 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
13328 * gcc.c-torture/execute/20010123-1.x: XFAIL.
13329 * gcc.c-torture/execute/20010124-1.x: XFAIL.
13330 * gcc.dg/sequence-pt-1.c: XFAIL one test.
13331
13332 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
13333
13334 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
13335
13336 2001-03-06 Zack Weinberg <zackw@stanford.edu>
13337
13338 * gcc.dg/20000724-1.c: Don't use multiline strings.
13339
13340 2001-03-06 Zack Weinberg <zackw@stanford.edu>
13341
13342 * objc/execute/string1.m, objc/execute/string2.m: Compare the
13343 result of -cString against what we expect it to be; don't just
13344 print it out for no one to read.
13345
13346 * objc/execute/string3.m, objc/execute/string4.m: New tests.
13347 Based on testcases provided by Nicola Pero.
13348
13349 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
13350
13351 * gcc.dg/cpp/macro7.c: New test.
13352
13353 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
13354
13355 * gcc.dg/cpp/multiline.c: Update.
13356
13357 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
13358
13359 * g++.old-deja/g++.other/enum3.C: New test.
13360
13361 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
13362
13363 * g++.old-deja/g++.other/pod1.C: New test.
13364
13365 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
13366
13367 * g++.old-deja/g++.ext/overload1.C: New test.
13368
13369 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
13370
13371 * g++.old-deja/g++.pt/using1.C: New test.
13372
13373 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
13374
13375 * g++.old-deja/g++.other/using9.C: New test.
13376
13377 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
13378
13379 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
13380
13381 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
13382
13383 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
13384
13385 * g++.old-deja/g++.ext/realpt1.C: Remove.
13386
13387 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
13388
13389 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
13390
13391 2001-02-26 Will Cohen <wcohen@redhat.com>
13392
13393 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
13394
13395 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
13396
13397 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
13398 templatized constructors.
13399
13400 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13401
13402 * gcc.c-torture/execute/20010224-1.c: New test.
13403
13404 2001-02-23 Jakub Jelinek <jakub@redhat.com>
13405
13406 * gcc.c-torture/execute/20010222-1.c: New test.
13407
13408 2001-02-22 Jakub Jelinek <jakub@redhat.com>
13409
13410 * g++.old-deja/g++.other/inline20.C: New test.
13411
13412 2001-02-21 Ovidiu Predescu <ovidiu@cup.hp.com>
13413
13414 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
13415
13416 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
13417
13418 * g++.old-deja/g++.other/lookup22.C: New test.
13419
13420 2001-02-19 Zack Weinberg <zackw@stanford.edu>
13421
13422 * g77.dg: New directory.
13423 * g77.dg/20010216-1.f: New test case.
13424 * g77.dg/dg.exp: New driver.
13425 * lib/g77-dg.exp: New driver library.
13426
13427 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13428
13429 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
13430
13431 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
13432
13433 * g++.old-deja/g++.other/decl9.C: New test.
13434
13435 2001-02-16 Jakub Jelinek <jakub@redhat.com>
13436
13437 * g++.old-deja/g++.other/init16.C: Update the test so that it does
13438 not need <string> and also tests the initialization at runtime.
13439
13440 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
13441
13442 * gcc.c-torture/execute/longlong.c: New test.
13443
13444 2001-02-14 J"orn Rennecke <amylaar@redhat.com>
13445
13446 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
13447
13448 2001-02-14 J"orn Rennecke <amylaar@redhat.com>
13449
13450 * gcc.c-torture/execute/920302-1.c (execute):
13451 Change argument type to short.
13452
13453 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
13454
13455 * g++.old-deja/g++.pt/deduct6.C: New test.
13456
13457 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
13458
13459 * g++.old-deja/g++.pt/deduct5.C: New test.
13460
13461 2001-02-14 Jakub Jelinek <jakub@redhat.com>
13462
13463 * gcc.c-torture/execute/20010209-1.c: New test.
13464
13465 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
13466
13467 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
13468
13469 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
13470
13471 * g++.dg/vtgc1.C: Update for new ABI.
13472
13473 * consistency.vlad: New directory, 1665 files.
13474
13475 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
13476
13477 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
13478 return type.
13479 * gcc.dg/cpp/digraphs.c: Declare puts.
13480
13481 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
13482
13483 * g++.old-deja/g++.other/warn5.C: New test.
13484
13485 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
13486
13487 * g++.old-deja/g++.pt/spec40.C: New test.
13488
13489 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
13490
13491 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
13492 case.
13493 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
13494
13495 2001-02-12 Jakub Jelinek <jakub@redhat.com>
13496
13497 * gcc.c-torture/compile/20010209-1.c: New test.
13498
13499 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
13500
13501 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
13502 excess errors message but not if it crashes.
13503 * g++.old-deja/g++.other/crash27.C: Likewise.
13504 * g++.old-deja/g++.other/crash28.C: Likewise.
13505 * g++.old-deja/g++.other/crash30.C: Likewise.
13506 * g++.old-deja/g++.other/crash32.C: Likewise.
13507 * g++.old-deja/g++.other/crash35.C: Likewise.
13508 * g++.old-deja/g++.pt/inherit2.C: Likewise.
13509
13510 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
13511
13512 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
13513 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
13514 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
13515 g77.f-torture/execute/execute.exp,
13516 g77.f-torture/noncompile/noncompile.exp,
13517 gcc.c-torture/execute/execute.exp,
13518 gcc.c-torture/execute/memcheck/memcheck.exp,
13519 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
13520 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
13521 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
13522 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
13523 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
13524 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
13525 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
13526 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
13527 Remove bug reporting instructions with ancient email addresses.
13528
13529 2001-02-07 Jakub Jelinek <jakub@redhat.com>
13530
13531 * gcc.dg/20010202-1.c: New test.
13532 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
13533
13534 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
13535
13536 * g++.dg/stdbool-if.C: New test.
13537
13538 2001-02-07 Ovidiu Predescu <ovidiu@cup.hp.com>
13539
13540 * objc/execute/fdecl.m: Added main().
13541
13542 2001-02-07 Jakub Jelinek <jakub@redhat.com>
13543
13544 * gcc.c-torture/execute/20010206-1.c: New test.
13545
13546 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
13547
13548 * gcc.dg/cpp/avoidpaste1.c: Update.
13549
13550 2001-02-05 Ovidiu Predescu <ovidiu@cup.hp.com>
13551
13552 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
13553 Pero <nicola@brainstorm.co.uk>.
13554 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
13555
13556 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
13557
13558 * g++.old-deja/g++.pt/spec39.C: New test.
13559
13560 2001-02-05 Jakub Jelinek <jakub@redhat.com>
13561
13562 * gcc.c-torture/compile/20010202-1.c: New test.
13563
13564 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
13565
13566 * g++.old-deja/g++.abi/primary2.C: New test.
13567 * g++.old-deja/g++.abi/primary3.C: New test.
13568 * g++.old-deja/g++.abi/primary4.C: New test.
13569 * g++.old-deja/g++.abi/primary5.C: New test.
13570 * g++.old-deja/g++.abi/vtable3.h: New test.
13571 * g++.old-deja/g++.abi/vtable3a.C: New test.
13572 * g++.old-deja/g++.abi/vtable3b.C: New test.
13573 * g++.old-deja/g++.abi/vtable3c.C: New test.
13574 * g++.old-deja/g++.abi/vtable3d.C: New test.
13575 * g++.old-deja/g++.abi/vtable3e.C: New test.
13576 * g++.old-deja/g++.abi/vtable3f.C: New test.
13577 * g++.old-deja/g++.abi/vtable3g.C: New test.
13578 * g++.old-deja/g++.abi/vtable3h.C: New test.
13579 * g++.old-deja/g++.abi/vtable3i.C: New test.
13580 * g++.old-deja/g++.abi/vtable3j.C: New test.
13581 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
13582
13583 2001-02-03 Jakub Jelinek <jakub@redhat.com>
13584
13585 * g++.old-deja/g++.other/anon6.C: New test.
13586 * g++.old-deja/g++.other/anon7.C: New test.
13587
13588 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
13589
13590 * gcc.dg/cpp/avoidpaste2.c: New tests.
13591
13592 2001-01-31 Jakub Jelinek <jakub@redhat.com>
13593
13594 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
13595
13596 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
13597
13598 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
13599 DECIMAL_DIG cases for Irix."
13600
13601 2001-01-31 J"orn Rennecke <amylaar@redhat.com>
13602
13603 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
13604
13605 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
13606
13607 * gcc.dg/c99-tag-1.c: New test.
13608
13609 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
13610
13611 * gcc.dg/cpp/tr-warn1.c: Add tests.
13612
13613 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
13614
13615 * gcc.dg/cpp/avoidpaste1.c: Update.
13616 * gcc.dg/cpp/paste4.c: Update.
13617
13618 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
13619
13620 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
13621 cases for Irix.
13622
13623 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13624
13625 * g++.old-deja/g++.other/inline19.C: New test.
13626
13627 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
13628
13629 * gcc.dg/Wlarger-than.c: New test.
13630
13631 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
13632
13633 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
13634
13635 2001-01-29 Jakub Jelinek <jakub@redhat.com>
13636
13637 * gcc.c-torture/execute/20010129-1.c: New test.
13638 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
13639
13640 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
13641
13642 * gcc.dg/cpp/avoidpaste1.c: Test case.
13643
13644 2001-01-28 Jakub Jelinek <jakub@redhat.com>
13645
13646 * g++.old-deja/g++.other/inline18.C: New test.
13647
13648 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13649
13650 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
13651 and __builtin_putchar.
13652
13653 2001-01-27 Jakub Jelinek <jakub@redhat.com>
13654
13655 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
13656 tests.
13657
13658 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
13659
13660 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
13661 floating point number rounding mode to round to the nearest
13662 representable mode.
13663
13664 2001-01-25 Jakub Jelinek <jakub@redhat.com>
13665
13666 * g++.old-deja/g++.other/mangle2.C: New test.
13667
13668 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
13669
13670 * gcc.c-torture/compile/20010124-1.c: New test.
13671
13672 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
13673
13674 * g++.old-deja/g++.pt/spec38.C: New test.
13675
13676 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13677
13678 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
13679 "Build don't run".
13680
13681 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13682
13683 * gcc.c-torture/execute/20010123-1.c: New test.
13684
13685 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
13686
13687 * g++.old-deja/g++.pt/spec37.C: New test.
13688
13689 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
13690
13691 * g++.old-deja/g++.pt/overload14.C: New test.
13692
13693 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13694
13695 * gcc.c-torture/execute/20010122-1.c: New test, exercise
13696 __builtin_return_address.
13697
13698 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
13699
13700 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
13701 * g++.old-deja/g++.pt/spec35.C: New test.
13702 * g++.old-deja/g++.pt/spec36.C: New test.
13703
13704 2001-01-20 Jakub Jelinek <jakub@redhat.com>
13705
13706 * gcc.c-torture/compile/20010118-1.c: New test.
13707
13708 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
13709
13710 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
13711
13712 2001-01-19 Jakub Jelinek <jakub@redhat.com>
13713
13714 * gcc.c-torture/execute/20010119-1.c: New test.
13715
13716 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
13717
13718 * g++.old-deja/g++.other/vbase5.C: New test.
13719
13720 2001-01-19 Jakub Jelinek <jakub@redhat.com>
13721
13722 * gcc.c-torture/execute/20010118-1.c: New test.
13723
13724 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
13725
13726 * g++.old-deja/g++.pt/deduct3.C: New test.
13727
13728 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
13729
13730 * g++.old-deja/g++.pt/spec34.C: New test.
13731
13732 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
13733
13734 * g77.f-torture/compile/20000601-2.f: New test.
13735
13736 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
13737
13738 * g++.old-deja/g++.other/init17.C: New test.
13739
13740 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
13741
13742 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
13743
13744 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
13745
13746 * g++.old-deja/g++.pt/unify8.C: New test.
13747
13748 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
13749
13750 * g++.old-deja/g++.abi/vbase1.C: New test.
13751
13752 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
13753
13754 * g++.old-deja/g++.pt/crash65.C: New test.
13755
13756 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
13757
13758 * gcc.dg/cpp/assembl2.S: New test case.
13759
13760 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
13761
13762 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
13763 are supported.
13764
13765 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13766
13767 * g++.old-deja/g++.other/builtins1.C: New test.
13768 * g++.old-deja/g++.other/builtins2.C: Likewise.
13769 * g++.old-deja/g++.other/builtins3.C: Likewise.
13770 * g++.old-deja/g++.other/builtins4.C: Likewise.
13771
13772 2001-01-17 Jakub Jelinek <jakub@redhat.com>
13773
13774 * gcc.c-torture/compile/20010117-1.c: New test.
13775 * gcc.c-torture/compile/20010117-2.c: New test.
13776
13777 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
13778
13779 * g77.f-torture/execute/20010116.[fx]: New test,
13780 XFAIL on i?86-*-*.
13781 * g77.f-torture/compile/20010115.f: Indicate it's
13782 a test for PR fortran/1636.
13783
13784 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
13785
13786 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
13787
13788 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
13789
13790 * g77.f-torture/compile/20010115.f: New test.
13791
13792 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
13793
13794 * g++.old-deja/g++.pt/nontype5.C: New test.
13795
13796 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
13797
13798 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
13799 have an equivalent working one below it.
13800
13801 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
13802
13803 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
13804 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13805
13806 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
13807
13808 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
13809 message containing "init_priority".
13810 (conpr-2.C): Likewise.
13811 (conpr-3.C): Likewise.
13812 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
13813
13814 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13815
13816 * gcc.c-torture/execute/20010114-2.c: New test.
13817
13818 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
13819
13820 * gcc.c-torture/compile/20010114-1.c: New test.
13821 * gcc.c-torture/compile/20010114-1.x: Xfail.
13822 * gcc.c-torture/compile/20010114-2.c: New test.
13823 * gcc.c-torture/execute/20010114-1.c: New test.
13824 * gcc.dg/trunc-1.c: New test.
13825 * gcc.dg/uninit-B.c: New test.
13826
13827 2001-01-13 Nick Clifton <nickc@redhat.com>
13828
13829 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
13830 target.
13831
13832 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
13833
13834 * gcc.c-torture/compile/20010113-1.c: New test.
13835
13836 2001-01-13 Jakub Jelinek <jakub@redhat.com>
13837
13838 * gcc.c-torture/compile/20001212-1.c: New test.
13839
13840 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
13841
13842 * gcc.dg/cpp/widestr1.c: Update.
13843 * gcc.dg/cpp/prag-imp.c: Remove.
13844
13845 2001-01-12 Jakub Jelinek <jakub@redhat.com>
13846
13847 * gcc.c-torture/execute/20000801-3.x: Remove.
13848 * gcc.dg/c90-init-1.c: New test.
13849 * gcc.dg/c99-init-1.c: New test.
13850 * gcc.dg/c99-init-2.c: New test.
13851 * gcc.dg/gnu99-init-1.c: New test.
13852
13853 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
13854
13855 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
13856 testing that no relevant ones were found.
13857
13858 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
13859
13860 * g++.old-deja/g++.pt/cast2.C: New test.
13861
13862 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
13863
13864 * g++.old-deja/g++.pt/friend47.C: New test.
13865
13866 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
13867
13868 * g++.old-deja/g++.pt/instantiate13.C: New test.
13869
13870 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
13871
13872 * g++.old-deja/g++.other/defarg7.C: New test.
13873 * g++.old-deja/g++.other/defarg8.C: New test.
13874
13875 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
13876
13877 * g++.old-deja/g++.pt/crash64.C: New test.
13878
13879 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
13880
13881 * g++.old-deja/g++.pt/crash63.C: New test.
13882
13883 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
13884
13885 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
13886
13887 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
13888
13889 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
13890
13891 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
13892
13893 * g++.old-deja/g++.pt/error3.C: New test.
13894
13895 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
13896
13897 * g++.old-deja/g++.other/crash39.C: New test.
13898
13899 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
13900
13901 * g++.old-deja/g++.other/vbase4.C: New test.
13902
13903 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
13904
13905 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
13906 * gcc.dg/special/20000419-2.c: New file. Identical to above.
13907 * gcc.dg/special/special.exp: New test driver which will check
13908 for alias support for the above test.
13909
13910 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
13911
13912 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
13913 problems on small machines.
13914 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
13915 parameterize.
13916
13917 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
13918
13919 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
13920 mips.
13921 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13922
13923 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
13924
13925 * g++.old_deja/g++.pt/using8.C: New test.
13926
13927 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
13928
13929 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
13930
13931 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
13932
13933 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
13934 where a failure is expected.
13935 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
13936
13937 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
13938
13939 * g++.old_deja/g++.pt/instantiate12.C: New test.
13940
13941 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
13942
13943 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
13944 start of structs.
13945 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
13946 * g++.old-deja/g++.brendan/crash17.C: Likewise.
13947 * g++.old-deja/g++.brendan/crash29.C: Likewise.
13948 * g++.old-deja/g++.brendan/crash48.C: Likewise.
13949 * g++.old-deja/g++.brendan/ns1.C: Likewise.
13950 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
13951 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
13952 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
13953 * g++.old-deja/g++.eh/spec6.C: Likewise.
13954 * g++.old-deja/g++.jason/crash3.C: Likewise.
13955 * g++.old-deja/g++.law/ctors11.C: Likewise.
13956 * g++.old-deja/g++.law/ctors17.C: Likewise.
13957 * g++.old-deja/g++.law/ctors5.C: Likewise.
13958 * g++.old-deja/g++.law/ctors9.C: Likewise.
13959 * g++.old-deja/g++.mike/ambig1.C: Likewise.
13960 * g++.old-deja/g++.mike/net22.C: Likewise.
13961 * g++.old-deja/g++.mike/p3538a.C: Likewise.
13962 * g++.old-deja/g++.mike/p3538b.C: Likewise.
13963 * g++.old-deja/g++.mike/virt3.C: Likewise.
13964 * g++.old-deja/g++.niklas/t128.C: Likewise.
13965 * g++.old-deja/g++.other/anon4.C: Likewise.
13966 * g++.old-deja/g++.other/using1.C: Likewise.
13967 * g++.old-deja/g++.other/warn3.C: Likewise.
13968 * g++.old-deja/g++.pt/t37.C: Likewise.
13969 * g++.old-deja/g++.robertl/eb69.C: Likewise.
13970 * g++.old-deja/g++.robertl/eb71.C: Likewise.
13971
13972 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
13973
13974 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
13975
13976 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13977
13978 * gcc.c-torture/execute/stdio-opt-3.c: New test.
13979
13980 2001-01-07 Jakub Jelinek <jakub@redhat.com>
13981
13982 * gcc.c-torture/compile/20010107-1.c: New test.
13983
13984 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
13985
13986 * gcc.c-torture/execute/builtin-noret-1.c: New test.
13987
13988 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
13989
13990 * gcc.dg/format/format.h: New file.
13991 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
13992 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
13993 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
13994 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
13995 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
13996 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
13997 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
13998 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
13999 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
14000 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
14001 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
14002 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
14003 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
14004 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
14005 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
14006 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
14007 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
14008 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
14009 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
14010 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
14011 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
14012 instead of declaring standard types, macros and functions in each
14013 test.
14014
14015 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
14016
14017 * gcc.c-torture/execute/20010106-1.c: New test.
14018
14019 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
14020
14021 * gcc.dg/format/format.exp: New file.
14022 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
14023 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
14024 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
14025 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
14026 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
14027 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
14028 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
14029 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
14030 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
14031 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
14032 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
14033 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
14034 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
14035 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
14036 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
14037 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
14038 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
14039 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
14040 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
14041 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
14042 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
14043 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
14044 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
14045 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
14046 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
14047 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
14048 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
14049 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
14050 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
14051 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
14052 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
14053 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
14054 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
14055 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
14056 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
14057 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
14058 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
14059 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
14060 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
14061 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
14062 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
14063 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
14064
14065 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
14066
14067 * gcc.c-torture/execute/991228-1.c: Take word endianness into
14068 account.
14069
14070 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
14071
14072 * gcc.c-torture/execute/builtin-complex-1.c: New test.
14073
14074 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
14075
14076 * g++.old-deja/g++.pt/crash62.C: New test.
14077
14078 2001-01-04 Richard Henderson <rth@redhat.com>
14079
14080 * gcc.dg/20000926-1.c: Update expected warnings.
14081 * gcc.dg/array-2.c: Likewise.
14082 * gcc.dg/array-4.c: Also validate flexible array members.
14083 * gcc.dg/c99-flex-array-1.c: New.
14084
14085 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
14086
14087 * gcc.c-torture/compile/20001222-1.x: Remove.
14088
14089 2001-01-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14090
14091 * gcc.c-torture/execute/built-in-setjmp.c: New.
14092
14093 2001-01-03 Richard Henderson <rth@redhat.com>
14094
14095 * gcc.dg/940510-1.c: Update expected error wording.
14096 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
14097
14098 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
14099
14100 * lib/target-supports.exp (check_alias_available): Modified to
14101 indicate aliases not supported if only weak aliases are supported.
14102
14103 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14104
14105 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
14106 Turn on cmpstrsi checks for __pj__ and __i370__.
14107
14108 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
14109
14110 * g++.old-deja/g++.other/virtual11.C: New test.
14111
14112 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
14113
14114 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
14115
14116 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14117
14118 * gcc.c-torture/compile/20010102-1.c: New test.
14119
14120 2001-01-02 Andreas Jaeger <aj@suse.de>
14121
14122 * gcc.dg/noreturn-3.c: New test.
14123
14124 * gcc.dg/noreturn-4.c: New test.
14125
14126 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14127
14128 * gcc.c-torture/execute/stdio-opt-1.c: Also test
14129 __builtin_fputc and __builtin_fwrite.
14130
14131 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
14132
14133 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
14134 signed char, not default char.
14135
14136 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
14137
14138 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
14139
14140 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
14141
14142 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
14143
14144 2000-12-29 Richard Henderson <rth@redhat.com>
14145
14146 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
14147 (__cyg_profile_func_exit): Define.
14148
14149 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
14150
14151 * g++.dg/vtgc1.C: New test.
14152
14153 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
14154
14155 * gcc.dg/noncompile/20001228-1.c: New test.
14156
14157 * gcc.dg/20001228-1.c: New test.
14158
14159 * gcc.c-torture/execute/20001228-1.c: New test.
14160
14161 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
14162
14163 * gcc.dg/format-strfmon-1.c: New test.
14164
14165 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14166
14167 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
14168 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
14169 * gcc.c-torture/execute/string-opt-1.c: Likewise.
14170 * gcc.c-torture/execute/string-opt-2.c: Likewise.
14171 * gcc.c-torture/execute/string-opt-3.c: Likewise.
14172 * gcc.c-torture/execute/string-opt-4.c: Likewise.
14173 * gcc.c-torture/execute/string-opt-6.c: Likewise.
14174 * gcc.c-torture/execute/string-opt-7.c: Likewise.
14175 * gcc.c-torture/execute/string-opt-8.c: Likewise.
14176 * gcc.c-torture/execute/string-opt-9.c: Likewise.
14177 * gcc.c-torture/execute/string-opt-10.c: Likewise.
14178 * gcc.c-torture/execute/string-opt-11.c: Likewise.
14179 * gcc.c-torture/execute/string-opt-12.c: Likewise.
14180
14181 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
14182 * gcc.c-torture/execute/string-opt-4.c: Test index.
14183
14184 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
14185
14186 * gcc.c-torture/compile/20001226-1.c: New test.
14187
14188 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
14189
14190 * gcc.c-torture/compile/20001222-1.c: New test.
14191 * gcc.c-torture/compile/20001222-1.x: Xfail.
14192
14193 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
14194
14195 * gcc.c-torture/execute/comp-goto-2.c: New test.
14196
14197 2000-12-21 J"orn Rennecke <amylaar@redhat.com>
14198
14199 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
14200 Use long types if __INT_MAX__ is 32767.
14201 (main): Use cast to (sint32 *) when poking 88 into a_page.
14202
14203 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
14204
14205 2000-12-21 Bernd Schmidt <bernds@redhat.com>
14206
14207 * gcc.c-torture/compile/20001221-1.c: New test.
14208 * gcc.c-torture/execute/20001221-1.c: New test.
14209
14210 2000-12-20 Richard Henderson <rth@redhat.com>
14211
14212 * g++.old-deja/g++.pt/crash36.C: Update error lines.
14213 * g++.old-deja/g++.robertl/eb109.C: Likewise.
14214
14215 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14216
14217 * gcc.dg/compare3.c: New test.
14218
14219 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14220
14221 * gcc.dg/format-warnll-1.c: New test.
14222
14223 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
14224
14225 * gcc.dg/cpp/cmdlne-P.c: New test.
14226
14227 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14228
14229 * gcc.c-torture/execute/builtin-abs-1.c,
14230 gcc.c-torture/execute/builtin-abs-2.c: New tests.
14231
14232 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
14233
14234 * gcc.dg/cpp/multiline.c: New test.
14235
14236 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
14237
14238 * g++.old-deja/g++.other/syshdr1.C: Update.
14239 * gcc.dg/cpp/lineflags.c: Remove temporarily.
14240
14241 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14242
14243 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
14244
14245 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14246
14247 * g++.old-deja/g++.pt/ttp65.C: New test.
14248
14249 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14250
14251 * g++.old-deja/g++.pt/ttp64.C: New test.
14252
14253 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14254
14255 * g++.old-deja/g++.pt/spec33.C: New test.
14256
14257 2000-12-14 Catherine Moore <clm@redhat.com>
14258
14259 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
14260 * gcc.c-torture/execute/920612-2.c: Likewise.
14261 * gcc.c-torture/execute/920428-2.c: Likewise.
14262 * gcc-c-torture/execute/va-arg-11.c: Call exit.
14263 * gcc.c-torture/execute/va-arg-21.c: Likewise.
14264
14265 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14266
14267 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
14268 * gcc.dg/pack-test-2.c: Likewise.
14269
14270 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
14271
14272 Tests by Zack Weinberg <zackw@stanford.edu>.
14273
14274 * gcc.dg/cpp/defined.c: Update.
14275 * gcc.dg/cpp/defined_trad.c: New tests.
14276
14277 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
14278
14279 * gcc.dg/cpp/trad-direct.c: Update.
14280
14281 2000-12-11 Neil Booth <neilb@earthling.net>
14282
14283 * gcc.dg/cpp/defined_trad.c
14284
14285 2000-12-11 Neil Booth <neilb@earthling.net>
14286
14287 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
14288
14289 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
14290
14291 * gcc.dg/format-miss-2.c: New test.
14292
14293 2000-12-09 Neil Booth <neilb@earthling.net>
14294
14295 * gcc.dg/cpp/lineflags.c: New tests.
14296 * gcc.dg/cpp/poison.c: Update.
14297 * gcc.dg/cpp/redef2.c: Update.
14298 * gcc.dg/cpp/skipping.c: New test.
14299
14300 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
14301
14302 * g++.old-deja/g++.other/eh3.C: New testcase.
14303
14304 2000-12-07 Neil Booth <neilb@earthling.net>
14305
14306 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
14307 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
14308 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
14309 wtr-union-init-2.c, wtr-union-init-3.c: Update.
14310 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
14311 Update.
14312
14313 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
14314
14315 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
14316 __SIZE_TYPE__ instead of int for type of integers cast to
14317 pointers.
14318
14319 2000-12-07 Jakub Jelinek <jakub@redhat.com>
14320
14321 * g++.old-deja/g++.other/cleanup4.C: New test.
14322
14323 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
14324
14325 * format-sec-1.c: New test.
14326
14327 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
14328
14329 * gcc.dg/format-nonlit-3.c: New test.
14330
14331 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
14332
14333 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
14334 through a null pointer.
14335
14336 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14337
14338 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
14339 * g++.old-deja/g++.pt/partial4.C: New test.
14340
14341 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
14342
14343 * gcc.c-torture/execute/ieee/hugeval.x: New.
14344
14345 2000-12-06 Neil Booth <neilb@earthling.net>
14346
14347 * gcc.dg/cpp/backslash2.c: New tests.
14348
14349 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14350
14351 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
14352 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
14353
14354 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
14355
14356 * gcc.c-torture/execute/20001203-2.c: New testcase.
14357
14358 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
14359
14360 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
14361 * g++.old-deja/g++.other/virtual10.C: New test.
14362
14363 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
14364
14365 * g++.old-deja/g++.mike/pmf5.C: Remove test.
14366
14367 2000-12-05 Richard Henderson <rth@redhat.com>
14368
14369 * gcc.c-torture/compile/20001205-1.c: New.
14370
14371 2000-12-04 Neil Booth <neilb@earthling.net>
14372
14373 * g++.old-deja/g++.other/virtual9.C: New test.
14374 * g++.old-deja/g++.pt/crash61.C: New test.
14375 * gcc.c-torture/execute/loop-9.c: New test.
14376
14377 2000-12-04 Neil Booth <neilb@earthling.net>
14378
14379 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
14380 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
14381 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
14382 * gcc.dg/cpp/extratokens.c: ...here.
14383
14384 2000-12-04 Neil Booth <neilb@earthling.net>
14385
14386 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
14387 New tests.
14388
14389 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14390
14391 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
14392 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
14393
14394 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
14395
14396 * gcc.c-torture/execute/20001203-1.c: New test.
14397
14398 2000-12-03 Neil Booth <neilb@earthling.net>
14399
14400 * gcc.dg/cpp/macro6.c: New test cases.
14401
14402 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14403
14404 * gcc.c-torture/execute/string-opt-9.c: New test.
14405 * gcc.c-torture/execute/string-opt-10.c: Likewise.
14406 * gcc.c-torture/execute/string-opt-11.c: Likewise.
14407 * gcc.c-torture/execute/string-opt-12.c: Likewise.
14408
14409 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
14410 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
14411
14412 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
14413
14414 * gcc.dg/cpp/if-6.c: New testcase.
14415
14416 * gcc.dg/20001201-1.c: New testcase.
14417
14418 2000-12-02 Neil Booth <neilb@earthling.net>
14419
14420 * g++.old-deja/g++.other/externC4.C,
14421 g++.old-deja/g++.other/friend10.C: New tests.
14422
14423 2000-12-02 Neil Booth <neilb@earthling.net>
14424
14425 * g++.old-deja/g++.other/instan2.C
14426 * g++.old-deja/g++.other/instan3.C: New test.
14427
14428 2000-12-02 Neil Booth <neilb@earthling.net>
14429
14430 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
14431 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
14432 gnuc99.c,gnuc99-pedantic.c: New tests.
14433
14434 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
14435
14436 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
14437 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
14438
14439 2000-12-01 Neil Booth <neilb@earthling.net>
14440
14441 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
14442 * gcc.dg/cpp/poison.c: Update.
14443 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
14444
14445 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
14446
14447 * g77.f-torture/execute/20001201.f: New test.
14448
14449 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
14450
14451 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
14452
14453 2000-12-01 Jakub Jelinek <jakub@redhat.com>
14454
14455 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
14456
14457 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
14458
14459 * g++.old-deja/g++.other/cast6.C: New test.
14460
14461 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
14462
14463 * gcc.c-torture/execute/20001130-2.c: New testcase.
14464
14465 2000-11-30 Richard Henderson <rth@redhat.com>
14466
14467 * gcc.c-torture/execute/20001130-1.c: New test.
14468
14469 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
14470
14471 * g++.old-deja/g++.other/op3.C: New test.
14472
14473 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
14474
14475 * g++.old-deja/g++.other/op2.C: New test.
14476
14477 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
14478
14479 * g++.old-deja/g++.other/crash38.C: New test.
14480
14481 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
14482
14483 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
14484
14485 2000-11-29 Jakub Jelinek <jakub@redhat.com>
14486
14487 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
14488 tests.
14489 * gcc.c-torture/execute/string-opt-6.c: New test.
14490
14491 * gcc.dg/20001117-1.c: Add main.
14492
14493 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
14494
14495 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
14496 Move from here ...
14497 * gcc.dg/940510-1.c: ... to here.
14498
14499 * gcc.dg/20000926-1.c: GNU C now allows initializations of
14500 zero-size arrays in toplevel structures.
14501
14502 2000-11-28 Jakub Jelinek <jakub@redhat.com>
14503
14504 * gcc.c-torture/execute/loop-8.c: New test.
14505
14506 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
14507
14508 * g++.old-deja/g++.other/base1.C: New test.
14509
14510 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
14511
14512 * g++.old-deja/g++.other/parse2.C: New test.
14513
14514 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
14515
14516 * g++.old-deja/g++.pt/incomplete1.C: New test.
14517
14518 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
14519
14520 * g++.old-deja/g++.other/friend9.C: New test.
14521
14522 2000-11-28 Jakub Jelinek <jakub@redhat.com>
14523
14524 * gcc.dg/20001127-1.c: New test.
14525
14526 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
14527
14528 * g++.old-deja/g++.pt/friend46.C: New test.
14529
14530 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
14531
14532 * g++.old-deja/g++.other/ptrmem8.C: New test.
14533
14534 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14535
14536 * gcc.c-torture/execute/string-opt-7.c: New test.
14537 * gcc.c-torture/execute/string-opt-8.c: Likewise.
14538
14539 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
14540
14541 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
14542 instead of 'mkcheck 2'.
14543
14544 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
14545
14546 * gcc.c-torture/execute/memcheck/driver.c,
14547 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
14548 C9X references to refer to C99.
14549
14550 2000-11-25 Jakub Jelinek <jakub@redhat.com>
14551
14552 * gcc.dg/ultrasp3.c: New test.
14553
14554 2000-11-25 Neil Booth <neilb@earthling.net>
14555
14556 * gcc.dg/cpp/include2.c: Update test to be locale independent.
14557
14558 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
14559
14560 * gcc.c-torture/compile/20001123-2.c: New.
14561
14562 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14563
14564 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
14565
14566 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
14567
14568 * gcc.dg/sequence-point-1.c: Add some new tests.
14569 * gcc.c-torture/execute/20001124-1.c: New test.
14570
14571 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
14572
14573 * g++.old-deja/g++.other/vaarg4.C: New test.
14574 * gcc.c-torture/compile/20001123-1.c: New test.
14575
14576 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
14577
14578 * g++.other/crash24.C: Adjust and remove XFAIL.
14579 * g++.other/crash37.C: New test.
14580
14581 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
14582
14583 * g++.old-deja/g++.pt/instantiate9.C: New test.
14584
14585 2000-11-22 Mark Mitchell <mark@codesourcery.com>
14586
14587 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
14588 new ABI, too.
14589
14590 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
14591 * g++.old-deja/g++.robertl/eb55.C: Likewise.
14592
14593 2000-11-22 Neil Booth <neilb@earthling.net>
14594
14595 * gcc.dg/cpp/Wtrigraphs.c: New test.
14596
14597 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
14598
14599 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
14600
14601 2000-11-22 Jakub Jelinek <jakub@redhat.com>
14602
14603 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
14604
14605 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
14606
14607 * lib/gcc-dg.exp: load_lib scanasm.exp.
14608 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
14609 * lib/g++-dg.exp: load_lib scanasm.exp.
14610 * lib/scanasm.exp: New.
14611 (scan-assembler, scan-assembler-not): Add optional arguments to
14612 test name, or if not present, the pattern name.
14613 (scan-assembler-dem, scan-assembler-dem-not): New.
14614
14615 * g++.dg/dg.exp: New.
14616
14617 2000-11-21 Neil Booth <neilb@earthling.net>
14618
14619 * gcc.dg/cpp/integrated1.c: Remove.
14620
14621 2000-11-21 Jakub Jelinek <jakub@redhat.com>
14622
14623 * gcc.c-torture/execute/20001121-1.c: New test.
14624
14625 2000-11-21 Richard Henderson <rth@redhat.com>
14626
14627 * gcc.c-torture/compile/20001121-1.c: New test.
14628
14629 2000-11-20 Neil Booth <neilb@earthling.net>
14630
14631 * gcc.dg/cpp/integrated1.c: New test.
14632
14633 2000-11-21 Jakub Jelinek <jakub@redhat.com>
14634
14635 * g++.old-deja/g++.other/inline17.C: New test.
14636
14637 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
14638
14639 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
14640 local variable to be zero: I made the variable global. Now
14641 uses abort() and exit() instead of relying on main's return value.
14642
14643 2000-11-20 Neil Booth <neilb@earthling.net>
14644
14645 * gcc.dg/cpp/paste2.c: Update test.
14646 * objc/execute/paste.m: New test.
14647
14648 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
14649
14650 * gcc.dg/c99-condexpr-1.c: New test.
14651
14652 2000-11-20 Neil Booth <neilb@earthling.net>
14653
14654 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
14655
14656 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
14657
14658 * g++.old-deja/g++.pt/export1.C: New test.
14659
14660 2000-11-20 Jakub Jelinek <jakub@redhat.com>
14661
14662 * gcc.dg/20001117-1.c: New test.
14663
14664 2000-11-18 Richard Henderson <rth@redhat.com>
14665
14666 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
14667
14668 2000-11-18 Richard Henderson <rth@redhat.com>
14669
14670 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
14671 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
14672 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
14673
14674 2000-11-18 Richard Henderson <rth@redhat.com>
14675
14676 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
14677 (main): New. Exit cleanly.
14678
14679 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
14680
14681 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
14682 gcc.dg/c99-fordecl-2.c: New tests.
14683
14684 2000-11-18 Richard Henderson <rth@redhat.com>
14685
14686 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
14687 * gcc.c-torture/execute/zerolen-2.c: New.
14688
14689 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14690
14691 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
14692 memory.
14693
14694 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
14695
14696 * g++.old-deja/g++.pt/instantiate8.C: New test.
14697
14698 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
14699
14700 * g++.old-deja/g++.other/incomplete.C: Add more tests.
14701 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
14702
14703 2000-11-16 Nick Clifton <nickc@redhat.com>
14704
14705 * gcc.c-torture/execute/nestfunc-2.c: New test.
14706 * gcc.c-torture/execute/nestfunc-3.c: New test.
14707
14708 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
14709
14710 * gcc.c-torture/compile/20001116-1.c: New test.
14711
14712 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14713
14714 * gcc.c-torture/execute/20001115-1.c: New test.
14715
14716 2000-11-15 Mark Mitchell <mark@codesourcery.com>
14717
14718 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
14719 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
14720 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
14721 * g++.old-deja/g++.abi/vmihint.C: Likewise.
14722
14723 2000-11-15 Neil Booth <neilb@earthling.net>
14724
14725 gcc.dg/cpp/_Pragma1.c: Update.
14726 gcc.dg/cpp/_Pragma2.c: New test.
14727
14728 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
14729
14730 * g++.old-deja/g++.other/anon5.C: New test.
14731
14732 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
14733
14734 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
14735 tests.
14736
14737 2000-11-14 Jakub Jelinek <jakub@redhat.com>
14738
14739 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
14740 output.
14741
14742 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14743
14744 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
14745 labels at end of compound statements.
14746
14747 2000-11-13 Jakub Jelinek <jakub@redhat.com>
14748
14749 * gcc.c-torture/execute/loop-7.c: New test.
14750
14751 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14752
14753 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
14754
14755 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14756
14757 * gcc.dg/c99-bool-1.c: New test.
14758
14759 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14760
14761 * gcc.dg/c99-scope-1.c: Remove xfail.
14762 * gcc.dg/c99-scope-2.c: New test.
14763
14764 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14765
14766 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
14767 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
14768
14769 2000-11-11 Mark Mitchell <mark@codesourcery.com>
14770
14771 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
14772 error messages.
14773
14774 * g++.mike/p700.C: Don't typedef wchar_t.
14775 * g++.mike/p784.C: Likewise.
14776 * g++.mike/eb101.C: Don't use __wchar_t.
14777
14778 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
14779
14780 * g77.f-torture/execute/20001111.[fx]: Test premature exit
14781 from DO loop.
14782
14783 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
14784
14785 * gcc.c-torture/execute/20001111-1.c: New test.
14786
14787 2000-11-10 Nick Clifton <nickc@redhat.com>
14788
14789 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
14790 long multuiple and accumulate.
14791
14792 2000-11-09 Richard Henderson <rth@redhat.com>
14793
14794 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
14795 via size_t instead of int.
14796
14797 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
14798 * gcc.c-torture/execute/string-opt-2.c: Likewise.
14799 * gcc.c-torture/execute/string-opt-3.c: Likewise.
14800 * gcc.c-torture/execute/string-opt-4.c: Likewise.
14801
14802 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
14803
14804 * gcc.c-torture/compile/20001109-1.c: New test.
14805 * gcc.c-torture/compile/20001109-2.c: New test.
14806
14807 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
14808
14809 * g++.old-deja/g++.pt/operator1.C: New test.
14810 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
14811
14812 2000-11-09 Jakub Jelinek <jakub@redhat.com>
14813
14814 * gcc.dg/20001108-1.c: New test.
14815
14816 2000-11-09 Jakub Jelinek <jakub@redhat.com>
14817
14818 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
14819 with both arguments constant strings.
14820 * gcc.c-torture/execute/string-opt-3.c: New test.
14821 * gcc.c-torture/execute/string-opt-4.c: New test.
14822 * gcc.c-torture/execute/string-opt-5.c: New test.
14823
14824 2000-11-08 Nick Clifton <nickc@redhat.com>
14825
14826 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
14827 mulsidi3adddi patterns.
14828
14829 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
14830
14831 * g++.old-deja/g++.other/crash36.C: New test.
14832
14833 2000-11-08 Jakub Jelinek <jakub@redhat.com>
14834
14835 * g++.old-deja/g++.other/init16.C: New test.
14836
14837 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
14838
14839 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
14840
14841 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
14842
14843 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
14844 * gcc.c-torture/execute/va-arg-16.x: Likewise.
14845 * gcc.c-torture/execute/va-arg-17.x: Likewise.
14846
14847 2000-11-07 DJ Delorie <dj@redhat.com>
14848
14849 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
14850
14851 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14852
14853 * gcc.c-torture/execute/string-opt-1.c: New test.
14854
14855 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
14856
14857 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
14858 mips-sgi-irix6.* because the MIPS ABI passes floating-point
14859 parameters in registers, and there is no way for a varargs
14860 function to know in which order the integer and floating-point
14861 parameters should be interleaved when they are placed on the
14862 stack.
14863 * gcc.c-torture/execute/va-arg-16.x: Likewise.
14864 * gcc.c-torture/execute/va-arg-17.x: Likewise.
14865
14866 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14867
14868 * gcc.c-torture/execute/string-opt-2.c: New test.
14869
14870 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
14871
14872 * g++.old-deja/g++.pt/crash60.C: New test.
14873
14874 2000-11-06 Jakub Jelinek <jakub@redhat.com>
14875
14876 * g++.old-deja/g++.other/crash24.C: New test.
14877 * g++.old-deja/g++.other/crash25.C: New test.
14878 * g++.old-deja/g++.other/crash26.C: New test.
14879 * g++.old-deja/g++.other/crash27.C: New test.
14880 * g++.old-deja/g++.other/crash28.C: New test.
14881 * g++.old-deja/g++.other/crash29.C: New test.
14882 * g++.old-deja/g++.other/crash30.C: New test.
14883 * g++.old-deja/g++.other/crash31.C: New test.
14884 * g++.old-deja/g++.other/crash32.C: New test.
14885 * g++.old-deja/g++.other/crash33.C: New test.
14886 * g++.old-deja/g++.other/crash34.C: New test.
14887 * g++.old-deja/g++.other/crash35.C: New test.
14888
14889 2000-11-06 Jakub Jelinek <jakub@redhat.com>
14890
14891 * gcc.c-torture/execute/20001031-1.c: New test.
14892
14893 2000-11-04 Mark Mitchell <mark@codesourcery.com>
14894
14895 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
14896 namespace.
14897
14898 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
14899 standards-conformant.
14900
14901 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
14902
14903 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
14904 * g++.old-deja/g++.mike/p755a.C: Likewise.
14905 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
14906 library makes no calls to `operator new' during initialization.
14907
14908 2000-11-04 Neil Booth <neilb@earthling.net>
14909
14910 * gcc.dg/cpp/include2.c: New tests.
14911
14912 2000-11-03 Mark P Mitchell <mark@codesourcery.com>
14913
14914 * lib/g++.exp (g++_set_ld_library_path): New function.
14915 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
14916
14917 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
14918
14919 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
14920 warnings.
14921
14922 2000-11-01 Richard Henderson <rth@redhat.com>
14923
14924 * g++.old-deja/g++.ext/namedret1.C: New.
14925 * g++.old-deja/g++.ext/namedret2.C: New.
14926 * g++.old-deja/g++.ext/namedret3.C: New.
14927
14928 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
14929
14930 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
14931 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
14932
14933 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14934
14935 * gcc.c-torture/execute/va-arg-21.c: New test.
14936
14937 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
14938
14939 * gcc.dg/c99-complex-2.c: New test.
14940
14941 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14942
14943 * gcc.c-torture/execute/stdio-opt-1.c: New test.
14944
14945 2000-10-31 Jakub Jelinek <jakub@redhat.com>
14946
14947 * g++.old-deja/g++.other/inline16.C: New test.
14948
14949 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
14950
14951 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
14952 __PRETTY_FUNCTION__
14953
14954 2000-10-29 Neil Booth <neilb@earthling.net>
14955
14956 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
14957 New tests.
14958 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
14959 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
14960 optimisation.
14961
14962 2000-10-29 Neil Booth <neilb@earthling.net>
14963
14964 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
14965 * mi1.c, mi1c.h: Add null directives to multiple-include test.
14966 * mi5.c: Test multiple includes work with -C.
14967 * trigraphs.c: Test ^= version.
14968
14969 2000-10-28 Neil Booth <neilb@earthling.net>
14970
14971 New tests and test updates for new macro expander.
14972
14973 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
14974 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
14975 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
14976 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
14977 new diagnostic messages.
14978
14979 * gcc.dg/cpp/macro3.c: New tests.
14980
14981 2000-10-27 Mark Mitchell <mark@codesourcery.com>
14982
14983 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
14984 on the same line.
14985
14986 2000-10-27 Jakub Jelinek <jakub@redhat.com>
14987
14988 * g++.old-deja/g++.other/eh2.C: New test.
14989
14990 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
14991
14992 * gcc.c-torture/execute/20001027-1.c: New test.
14993
14994 2000-10-26 Richard Henderson <rth@redhat.com>
14995
14996 * gcc.c-torture/execute/20001026-1.c: New.
14997
14998 2000-10-26 Mark Mitchell <mark@codesourcery.com>
14999
15000 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
15001 * g++.old-deja/g++.law/builtin1.C: Likewise.
15002 * g++.old-deja/g++.law/ctors10.C: Likewise.
15003 * g++.old-deja/g++.law/virtual3.C: Likewise.
15004 * g++.old-deja/g++.mike/p658.C: Likewise.
15005 * g++.old-deja/g++.other/sibcall1.C: Likewise.
15006 * g++.old-deja/g++.other/vaarg2.C: Likewise.
15007 * g++.old-deja/g++.robertl/eb124.C: Likewise.
15008 * g++.old-deja/g++.robertl/eb44.C: Likewise.
15009 * g++.old-deja/g++.robertl/eb77.C: Likewise.
15010
15011 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
15012
15013 * gcc.c-torture/compile/20001024-1.c: New test.
15014
15015 2000-10-25 Mark Mitchell <mark@codesourcery.com>
15016
15017 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
15018 to tell us whether or not we are using V3.
15019
15020 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
15021
15022 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
15023 operands.
15024
15025 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
15026
15027 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
15028
15029 2000-10-25 Jakub Jelinek <jakub@redhat.com>
15030
15031 * gcc.c-torture/execute/20001024-1.c: New test.
15032
15033 2000-10-24 Jakub Jelinek <jakub@redhat.com>
15034
15035 * g++.old-deja/g++.other/sibcall1.C: New test.
15036
15037 2000-10-20 Jakub Jelinek <jakub@redhat.com>
15038
15039 * gcc.dg/noncompile/init-3.c: New test.
15040
15041 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
15042
15043 * gcc.dg/format-array-1.c: New test.
15044
15045 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
15046
15047 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
15048 writing through null pointers; remove comment about testing
15049 unterminated strings.
15050
15051 2000-10-17 Matthew Hiller <hiller@redhat.com>
15052
15053 * gcc.c-torture/execute/20001017-2.c: New test.
15054
15055 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
15056
15057 * gcc.c-torture/compile/20001018-1.c: New test.
15058 * gcc.c-torture/compile/20001018-1.x: Xfail.
15059
15060 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15061
15062 * gcc.c-torture/execute/20001017-1.c: New test.
15063
15064 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
15065
15066 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
15067 for multiple use of arguments with scanf formats; add tests for
15068 multiple use of arguments.
15069
15070 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
15071
15072 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
15073
15074 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
15075
15076 * gcc.dg/format-miss-1.c: New test.
15077
15078 2000-10-16 Jakub Jelinek <jakub@redhat.com>
15079
15080 * gcc.c-torture/execute/20001013-1.c: New test.
15081
15082 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
15083
15084 * gcc.dg/format-branch-1.c: New test.
15085
15086 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
15087
15088 * README, lib/file-format.exp: Remove EGCS references.
15089
15090 2000-10-16 Jakub Jelinek <jakub@redhat.com>
15091
15092 * gcc.dg/20001013-1.c: New test.
15093
15094 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
15095
15096 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
15097 for intmax_t in the compiler using __typeof__ and the type rules
15098 for conditional expressions.
15099
15100 2000-10-13 Jakub Jelinek <jakub@redhat.com>
15101
15102 * gcc.dg/20001012-1.c: New test.
15103 * gcc.dg/20001012-2.c: New test.
15104
15105 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
15106
15107 * gcc.dg/format-attr-1.c: New test.
15108
15109 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
15110
15111 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
15112 __LONG_LONG_MAX__ instead of LLONG_MAX.
15113
15114 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
15115
15116 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
15117 scanf flags.
15118 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
15119 flags.
15120
15121 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
15122
15123 * gcc.dg/sequence-pt-1.c: New test.
15124
15125 2000-10-11 Geoff Keating <geoffk@cygnus.com>
15126
15127 * gcc.c-torture/execute/20001011-1.c: New testcase.
15128 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
15129
15130 2000-10-10 Jakub Jelinek <jakub@redhat.com>
15131
15132 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
15133 does not error on it.
15134
15135 2000-10-10 Jakub Jelinek <jakub@redhat.com>
15136
15137 * gcc.dg/20001009-1.c: New test.
15138
15139 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
15140
15141 * gcc.c-torture/compile/20001009-1.c: Move from here ....
15142 * gcc.c-torture/execute/20001009-2.c: ... to here.
15143
15144 2000-10-09 Geoff Keating <geoffk@cygnus.com>
15145
15146 * gcc.c-torture/compile/20001009-1.c: New testcase.
15147 * gcc.c-torture/execute/20001009-1.c: New testcase.
15148 Testcases provided by Jan Hubicka <jh@suse.cz>.
15149
15150 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
15151
15152 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15153 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
15154 uintmax_t using <limits.h> to emulate the compiler's internal
15155 logic. No longer XFAIL %j tests.
15156
15157 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
15158
15159 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
15160 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15161 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
15162 regexps and details of expected handling of some bad formats.
15163 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
15164 suppression.
15165
15166 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
15167
15168 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
15169 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
15170 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
15171 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
15172 in list archives.
15173
15174 2000-10-06 Richard Henderson <rth@cygnus.com>
15175
15176 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
15177 * g++.old-deja/g++.brendan/crash52.C: Likewise.
15178 * g++.old-deja/g++.jason/report.C: Likewise.
15179 * g++.old-deja/g++.law/friend5.C: Likewise.
15180 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
15181 of the expected warnings.
15182
15183 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
15184
15185 * g++.old-deja/g++.pt/enum14.C: New test.
15186
15187 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
15188
15189 * g++.old-deja/g++.pt/crash59.C: New test.
15190
15191 2000-10-04 Will Cohen <wcohen@redhat.com>
15192
15193 * gcc.dg/20000926-1.c: New test.
15194
15195 2000-10-03 Geoff Keating <geoffk@cygnus.com>
15196
15197 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
15198 function name for current C++ compiler.
15199 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
15200
15201 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
15202
15203 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
15204 __PRETTY_FUNCTION__.
15205 * g++.old-deja/g++.ext/pretty2.C: Likewise.
15206
15207 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15208
15209 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
15210
15211 2000-09-26 Jakub Jelinek <jakub@redhat.com>
15212
15213 * gcc.c-torture/compile/20000923-1.c: New test.
15214
15215 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15216
15217 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
15218 * g++.old-deja/g++.pt/ttp62.C: Same.
15219 * g++.old-deja/g++.other/inline14.C: Same.
15220
15221 2000-09-24 Richard Henderson <rth@cygnus.com>
15222
15223 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
15224
15225 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
15226
15227 * gcc.dg/c90-printf-1.c: Add test for wide string format.
15228
15229 2000-09-22 Geoff Keating <geoffk@cygnus.com>
15230
15231 * gcc.c-torture/compile/20000922-1.c: New file.
15232
15233 2000-09-21 Nick Clifton <nickc@redhat.com>
15234
15235 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
15236 a signed long modulo operation.
15237 (mod6): New function - perform an unsigned long modulo operation.
15238 (main): Add tests for modulos of very large numbers by very small
15239 dividends.
15240
15241 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15242
15243 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
15244
15245 2000-09-19 Richard Henderson <rth@cygnus.com>
15246
15247 * gcc.dg/compare2.c (case 10): XFAIL.
15248
15249 2000-09-18 Richard Henderson <rth@cygnus.com>
15250
15251 * gcc.c-torture/execute/20000906-1.c: Move ...
15252 * gcc.dg/20000906-1.c: ... here. Only run on targets
15253 that support __builtin_trap.
15254
15255 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
15256
15257 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
15258
15259 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
15260
15261 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
15262 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
15263 more $ format tests.
15264
15265 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
15266
15267 * gcc.dg/format-errmk-1.c: New test.
15268
15269 2000-09-17 Greg McGary <greg@mcgary.org>
15270
15271 * gcc.c-torture/execute/20000917-1.x: Remove.
15272
15273 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
15274
15275 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
15276
15277 2000-09-17 Greg McGary <greg@mcgary.org>
15278
15279 * gcc.c-torture/execute/20000917-1.c: New test.
15280 * gcc.c-torture/execute/20000917-1.x: XFAIL.
15281
15282 2000-09-16 Neil Booth <NeilB@earthling.net>
15283
15284 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
15285 in nested macro bug.
15286
15287 2000-09-15 Neil Booth <NeilB@earthling.net>
15288
15289 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
15290
15291 2000-09-14 Jeffrey A Law (law@cygnus.com)
15292
15293 * gcc.c-torture/execute/20000914-1.c: New test.
15294
15295 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
15296
15297 * g++.other/inline13.C: New test.
15298
15299 2000-09-12 Andreas Jaeger <aj@suse.de>
15300
15301 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
15302 constant by Ulrich Drepper <drepper@redhat.com>.
15303
15304 2000-09-12 J"orn Rennecke <amylaar@redhat.co.uk>
15305
15306 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
15307
15308 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15309
15310 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
15311
15312 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
15313
15314 * gcc.dg/cpp/backslash.c: New test.
15315
15316 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
15317
15318 * gcc.c-torture/execute/20000910-1.c: New test.
15319 * gcc.c-torture/execute/20000910-2.c: Likewise.
15320
15321 2000-09-11 Robert Lipe <robertl@sco.com>
15322
15323 * gcc.dg/pragma-align.c: New test.
15324
15325 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
15326
15327 * g++.old-deja/g++.pt/explicit82.C: New test.
15328 * g++.old-deja/g++.pt/explicit83.C: New test.
15329
15330 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
15331
15332 * gcc.dg/asm-names.c: New test.
15333
15334 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15335
15336 * gcc.dg/cpp/tr-warn6.c: New test
15337
15338 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
15339
15340 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
15341 be accepted.
15342
15343 2000-09-07 Catherine Moore <clm@redhat.com>
15344
15345 * gcc.c-torture/execute/unroll-1.c: New test.
15346
15347 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
15348
15349 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
15350 ERROR markers.
15351 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
15352 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
15353 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
15354 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
15355 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
15356 Preprocess only.
15357 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
15358 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
15359
15360 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
15361
15362 * g++.old-deja/g++.pt/deduct2.C: New test.
15363
15364 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
15365
15366 * g++.old-deja/g++.pt/parms2.C: New test.
15367
15368 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
15369
15370 * g++.old-deja/g++.pt/crash58.C: New test.
15371
15372 2000-09-06 Greg McGary <greg@mcgary.org>
15373
15374 * gcc.c-torture/execute/20000906-1.c: New test.
15375 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
15376
15377 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15378
15379 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
15380
15381 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
15382
15383 * g++.old-deja/g++.pt/crash57.C: New test.
15384
15385 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
15386
15387 * g++.old-deja/g++.pt/crash56.C: New test.
15388
15389 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
15390
15391 * g++.old-deja/g++.pt/koenig1.C: New test.
15392
15393 2000-09-04 Jakub Jelinek <jakub@redhat.com>
15394
15395 * gcc.dg/20000904-1.c: New test.
15396
15397 2000-09-04 Jakub Jelinek <jakub@redhat.com>
15398
15399 * gcc.dg/cpp/paste8.c: New test.
15400
15401 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
15402
15403 * gcc.c-torture/compile/20000827-1.c: New test.
15404
15405 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
15406
15407 * gcc.dg/format-diag-1.c: New test.
15408
15409 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
15410
15411 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
15412 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
15413 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
15414 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
15415 gcc.dg/formatz-1.c: Adjust warning regular expressions.
15416
15417 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
15418
15419 * g++.old-deja/g++.other/nested4.C: New test.
15420
15421 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
15422
15423 * g++.old-deja/g++.ns/scoped1.C: New test.
15424
15425 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
15426
15427 * lib/g++.exp: Support testing already-installed GCC.
15428
15429 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15430
15431 * wtr-label-1.c, wtr-suffix-1.c: New tests.
15432
15433 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15434
15435 * gcc.dg/return-type-2.c: New test.
15436
15437 2000-08-27 Geoff Keating <geoffk@cygnus.com>
15438
15439 * gcc.c-torture/compile/20000825-1.c: New test.
15440
15441 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
15442
15443 * gcc.dg/dwarf2-2.c: New test.
15444
15445 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
15446
15447 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
15448 dg-warning regexps.
15449
15450 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
15451
15452 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
15453 gcc.dg/format-ext-5.c: New tests.
15454
15455 2000-08-25 Jakub Jelinek <jakub@redhat.com>
15456
15457 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
15458
15459 2000-08-24 Mark Mitchell <mark@codesourcery.com>
15460
15461 * gcc.dg/noncompile/930622-2.c: Adjust error message.
15462
15463 2000-08-24 Richard Henderson <rth@cygnus.com>
15464
15465 * gcc.dg/ia64-sync-1.c: New test.
15466 * gcc.dg/ia64-sync-2.c: New test.
15467 * gcc.dg/ia64-asm-1.c: New test.
15468
15469 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
15470
15471 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
15472 * gcc.dg/format-ext-2.c: New test.
15473
15474 2000-08-23 Jason Merrill <jason@redhat.com>
15475
15476 * lib/old-dejagnu.exp: Also ignore "In member function" and
15477 "At global scope".
15478
15479 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15480
15481 * gcc.dg/noncompile/label-lineno-1.c: New test.
15482
15483 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
15484
15485 * gcc.dg/c99-array-nonobj-1.c: New test.
15486
15487 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
15488
15489 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
15490 tests.
15491 * gcc.dg/format-ext-1.c: New test.
15492
15493 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15494
15495 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
15496 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
15497 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
15498 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
15499 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
15500
15501 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
15502
15503 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
15504 gcc.dg/c99-strftime-2.c: New tests.
15505
15506 2000-08-22 Richard Henderson <rth@cygnus.com>
15507
15508 * gcc.c-torture/execute/20000822-1.c: New test.
15509
15510 2000-08-21 Jakub Jelinek <jakub@redhat.com>
15511
15512 * gcc.c-torture/execute/20000819-1.x: Remove.
15513
15514 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
15515
15516 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
15517 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
15518 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
15519 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
15520 gcc.dg/format-xopen-1.c: New tests.
15521
15522 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
15523
15524 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
15525
15526 2000-08-21 Jakub Jelinek <jakub@redhat.com>
15527
15528 * g++.old-deja/g++.other/loop2.C: New test.
15529
15530 * gcc.c-torture/compile/20000606-1.c: New test.
15531 * gcc.c-torture/compile/20000728-1.c: New test.
15532 * gcc.c-torture/execute/20000801-1.c: New test.
15533 * gcc.c-torture/execute/20000801-2.c: New test.
15534 * gcc.c-torture/execute/20000819-1.c: New test.
15535 * gcc.c-torture/execute/20000819-1.x: XFAIL.
15536 * gcc.dg/20000629-1.c: New test.
15537 * gcc.dg/20000724-1.c: New test.
15538 * gcc.dg/20000807-1.c: New test.
15539
15540 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
15541
15542 * gcc.dg/cpp/pragma-1.c: New test.
15543 * gcc.dg/cpp/pragma-2.c: New test.
15544
15545 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
15546
15547 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
15548 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
15549
15550 2000-08-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15551
15552 * gcc.c-torture/compile/20000818-1.c: New test.
15553
15554 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
15555
15556 * gcc.c-torture/execute/20000818-1.c: New test.
15557
15558 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
15559
15560 * gcc.dg/format-va-1.c: New test.
15561
15562 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
15563
15564 * g++.old-deja/g++.other/typedef8.C: New test.
15565
15566 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
15567
15568 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
15569 * g++.old-deja/g++.mike/net36.C: Mark candidate.
15570 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
15571 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
15572 * g++.old-deja/g++.other/ptrmem7.C: New test.
15573 * g++.old-deja/g++.pt/ptrmem10.C: New test.
15574
15575 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
15576
15577 * g++.old-deja/g++.pt/typename27.C: New test.
15578
15579 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
15580
15581 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
15582 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
15583 * g++.old-deja/g++.pt/friend45.C: New test.
15584 * g++.old-deja/g++.other/friend8.C: New test.
15585
15586 2000-08-15 Richard Henderson <rth@cygnus.com>
15587
15588 * gcc.c-torture/execute/20000815-1.c: New test.
15589
15590 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
15591
15592 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
15593 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
15594 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
15595
15596 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
15597
15598 * g++.old-deja/g++.other/refinit2.C: New test.
15599
15600 2000-08-13 Geoff Keating <geoffk@cygnus.com>
15601
15602 * lib/c-torture.exp (c-torture): Make
15603 compiler_conditional_xfail_data global.
15604 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
15605 compiler_conditional_xfail_data machinery.
15606 (f-torture-execute): Likewise.
15607 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
15608 and only when unrolling loops.
15609
15610 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
15611
15612 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
15613
15614 * g++.old-deja/g++.pt/explicit81.C: New test.
15615
15616 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
15617
15618 * g++.old-deja/g++.pt/typename26.C: New test.
15619
15620 2000-08-10 Geoff Keating <geoffk@cygnus.com>
15621
15622 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
15623 warning.
15624
15625 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
15626
15627 * g++.old-deja/g++.other/array3.C: New test.
15628
15629 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
15630
15631 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
15632 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
15633 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
15634 New tests.
15635
15636 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
15637
15638 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
15639 * g++.old-deja/g++.abi/vmihint.C: Likewise.
15640
15641 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
15642
15643 * gcc.c-torture/execute/20000808-1.c: New test.
15644
15645 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
15646
15647 * gcc.dg/c90-const-expr-1.c: New test.
15648
15649 2000-08-08 Richard Henderson <rth@cygnus.com>
15650
15651 * gcc.dg/noncompile/920923-1.c: Declare calloc.
15652
15653 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
15654
15655 * gcc.dg/noncompile/const-ll-1.c: New test.
15656
15657 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
15658
15659 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
15660
15661 2000-08-06 Ovidiu Predescu <ovidiu@cup.hp.com>
15662
15663 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
15664 that running programs linked against the shared version of libobjc
15665 run correctly.
15666
15667 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
15668
15669 * gcc.dg/c99-printf-1.c: New test.
15670
15671 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
15672
15673 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
15674
15675 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
15676
15677 * gcc.c-torture/execute/20000731-1.x: Delete.
15678
15679 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
15680
15681 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
15682 and torture_without_loops as is done by c-torture.exp.
15683 (search_for): Copy from c-torture.exp.
15684 (gcc-dg-runtest): New function, drives a directory of tests
15685 iterating over the TORTURE_OPTIONS.
15686 (scan-assembler, scan-assembler-not): Move here from
15687 individual directory drivers.
15688
15689 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
15690 defined by lib/gcc-dg.exp.
15691 * gcc.dg/cpp/cpp.exp: Likewise.
15692 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
15693 gcc-dg-runtest, so we cycle over optimization options.
15694
15695 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
15696 * gcc.dg/compare2.c: No longer expected to fail.
15697
15698 2000-08-04 J"orn Rennecke <amylaar@cygnus.co.uk>
15699
15700 * gcc.c-torture/execute/20000804-1.c: New test.
15701
15702 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
15703
15704 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
15705
15706 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
15707
15708 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
15709
15710 2000-08-03 Jeffrey A Law (law@cygnus.com)
15711
15712 * gcc.c-torture/compile/20000803-1.c: New test.
15713
15714 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
15715
15716 * gcc.c-torture/execute/20000801-3.c,
15717 gcc.c-torture/execute/20000801-4.c: New tests.
15718 * gcc.c-torture/execute/20000801-3.x,
15719 gcc.c-torture/execute/20000801-4.x: Xfail.
15720
15721 2000-08-02 Geoff Keating <geoffk@cygnus.com>
15722
15723 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
15724 libobjc/.libs to allow for libtool.
15725
15726 2000-08-02 Jakub Jelinek <jakub@redhat.com>
15727
15728 * gcc.c-torture/compile/20000802-1.c: New test.
15729
15730 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
15731
15732 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
15733
15734 2000-07-31 Jeffrey A Law (law@cygnus.com)
15735
15736 * gcc-c-torture/execute/20000731-2.c: New test.
15737
15738 * gcc.c-torture/execute/20000731-1.c: New test.
15739 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
15740
15741 2000-07-31 Jakub Jelinek <jakub@redhat.com>
15742
15743 * testsuite/gcc.dg/cpp/paste7.c: New test.
15744 * gcc.dg/cpp/20000725-1.c: New test.
15745
15746 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
15747
15748 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
15749 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
15750 declaration warning for __builtin_dwarf_reg_size.
15751
15752 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
15753
15754 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
15755
15756 * gcc.dg/noncompile/voidparam-1.c: New test.
15757
15758 2000-07-30 Richard Henderson <rth@cygnus.com>
15759
15760 * gcc.dg/c90-digraph-1.c: Don't xfail.
15761 * gcc.dg/compare2.c (case 10): Xfail.
15762 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
15763
15764 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
15765
15766 * gcc.dg/c99-main-1.c: New test.
15767
15768 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
15769
15770 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
15771
15772 2000-07-26 Hans-Peter Nilsson <hp@axis.com>
15773
15774 * gcc.c-tortuer/execute/20000726-1.c: New test.
15775
15776 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
15777
15778 * gcc.c-torture/execute/enum-2.c: New test.
15779
15780 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15781
15782 * gcc.dg/cpp/tr-warn3.c: New test.
15783
15784 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
15785
15786 * g++.old-deja/g++.ext/implicit1.C: Remove.
15787 * g++.old-deja/g++.jason/c2.C: Remove
15788 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
15789 * g++.old-deja/g++.pt/crash16.C: Likewise.
15790 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
15791
15792 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
15793
15794 * g++.old-deja/g++.other/for2.C: New test.
15795
15796 2000-07-25 Jakub Jelinek <jakub@redhat.com>
15797
15798 * gcc.dg/20000720-1.c: New test.
15799
15800 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
15801
15802 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
15803
15804 2000-07-24 Geoff Keating <geoffk@cygnus.com>
15805
15806 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
15807 * gcc.c-torture/execute/20000722-1.c: New.
15808 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
15809
15810 2000-07-24 Jakub Jelinek <jakub@redhat.com>
15811
15812 * gcc.dg/cpp/20000720-1.S: New test.
15813
15814 2000-07-21 Michael Meissner <meissner@redhat.com>
15815
15816 * gcc.c-torture/execute/ieee/hugeval.c: New test.
15817
15818 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
15819
15820 * g++.old-deja/g++.brendan/crash16.C,
15821 g++.old-deja/g++.brendan/parse3.C,
15822 g++.old-deja/g++.brendan/redecl1.C,
15823 g++.old-deja/g++.ns/template13.C,
15824 g++.old-deja/g++.other/decl4.C,
15825 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
15826
15827 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
15828
15829 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
15830 and "Internal error".
15831
15832 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
15833 regexps.
15834 * gcc.dg/cpp/paste6.c: New test.
15835
15836 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
15837
15838 * gcc.dg/cpp/tr-direct.c: New test.
15839
15840 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
15841 gcc.dg/cpp/undef1.c: Tweak error regexps.
15842
15843 2000-07-18 Eric Christopher <echristo@redhat.com>
15844
15845 * gcc.c-torture/compile/20000718-1.c: New test.
15846
15847 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
15848
15849 * cpplex.c (_cpp_push_token): If the token being pushed back
15850 is the previous token in this context, just subtract one from
15851 context->posn.
15852 * cppmacro.c (save_expansion): Clear aux field when storing a
15853 placemarker.
15854
15855 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
15856
15857 * gcc.dg/noncompile/redecl-1.c: New test.
15858
15859 2000-07-18 Jakub Jelinek <jakub@redhat.com>
15860
15861 * gcc.c-torture/execute/20000717-5.c: New test.
15862 * gcc.c-torture/execute/20000717-1.x: Removed.
15863
15864 2000-07-17 Richard Henderson <rth@cygnus.com>
15865
15866 * gcc.c-torture/execute/20000717-4.c: New test.
15867
15868 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
15869
15870 * gcc.dg/cpp/syshdr.c: New test.
15871 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
15872
15873 2000-07-17 Neil Booth <neilb@earthling.net>
15874
15875 * gcc.dg/cpp/cmdlne-dM.c: New test.
15876 * gcc.dg/cpp/cmdlne-dD.c: New test.
15877
15878 2000-07-17 Jeffrey A Law (law@cygnus.com)
15879
15880 * gcc.c-torture/execute/20000717-3.c: New test.
15881
15882 * gcc.c-torture/compile/20000717-1.c: New test.
15883
15884 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
15885
15886 * gcc.c-torture/execute/20000717-2.c: New test.
15887
15888 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
15889
15890 * gcc.dg/formatz-1.c: New test.
15891
15892 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
15893 * gcc.dg/c99-digraph-1.c: New tests.
15894
15895 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
15896 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
15897
15898 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
15899 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
15900 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
15901 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
15902 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
15903 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
15904 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
15905
15906 2000-07-17 Greg McGary <greg@mcgary.org>
15907
15908 * gcc.c-torture/execute/20000717-1.c: New test.
15909 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
15910
15911 2000-07-15 Jakub Jelinek <jakub@redhat.com>
15912
15913 * gcc.c-torture/execute/20000715-2.c: New test.
15914 * gcc.dg/20000715-1.c: New test.
15915
15916 2000-07-15 Michael Meissner <meissner@redhat.com>
15917
15918 * gcc.c-torture/execute/20000715-1.c: New test.
15919
15920 2000-07-13 Jakub Jelinek <jakub@redhat.com>
15921
15922 * gcc.c-torture/execute/20000707-1.c: New test.
15923
15924 2000-07-13 Neil Booth <NeilB@earthling.net>
15925
15926 * testsuite/gcc.dg/cpp/digraph1.c,
15927 testsuite/gcc.dg/cpp/digraph2.c,
15928 testsuite/gcc.dg/cpp/digraphs.c: New tests.
15929
15930 2000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
15931
15932 * g77.f-torture/compile/20000630-2.f: New test.
15933 * g77.f-torture/compile/20000630-2.x
15934
15935 2000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
15936
15937 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
15938
15939 2000-07-11 Neil Booth <NeilB@earthling.net>
15940
15941 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
15942
15943 2000-07-11 Neil Booth <NeilB@earthling.net>
15944
15945 * gcc.dg/cpp/cmdlne-C.c: New.
15946
15947 2000-07-09 Neil Booth <NeilB@earthling.net>
15948
15949 * gcc.dg/cpp/directiv.c: New tests.
15950 * gcc.dg/cpp/undef1.c: Update.
15951
15952 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
15953
15954 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
15955
15956 2000-07-09 Neil Booth <NeilB@earthling.net>
15957
15958 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
15959
15960 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
15961
15962 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
15963 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
15964
15965 2000-07-08 Neil Booth <NeilB@earthling.net>
15966
15967 * gcc.dg/cpp/macsyntx.c: New tests.
15968
15969 2000-07-07 Jakub Jelinek <jakub@redhat.com>
15970
15971 * gcc.dg/20000707-1.c: New test.
15972
15973 2000-07-07 Jakub Jelinek <jakub@redhat.com>
15974
15975 * gcc.c-torture/execute/20000706-1.c: New test.
15976 * gcc.c-torture/execute/20000706-2.c: New test.
15977 * gcc.c-torture/execute/20000706-3.c: New test.
15978 * gcc.c-torture/execute/20000706-4.c: New test.
15979 * gcc.c-torture/execute/20000706-5.c: New test.
15980
15981 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
15982
15983 * g++.old-deja/g++.pt/instantiate7.C: New test.
15984
15985 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
15986
15987 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
15988 * g++.old-deja/g++.mike/thunk3.C: Likewise.
15989 * g++.old-deja/g++.other/rtti3.C: Likewise.
15990 * g++.old-deja/g++.other/rttid3.C: Likewise.
15991
15992 2000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
15993
15994 * g77.f-torture/compile/20000630-1.x: Fix typo
15995
15996 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
15997
15998 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
15999 assembly output.
16000
16001 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
16002
16003 * gcc.dg/cpp/ident.c: New test.
16004
16005 2000-07-05 Neil Booth <NeilB@earthling.net>
16006
16007 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
16008 gcc.dg/cpp/lexstrng.c: New tests.
16009
16010 2000-07-04 Neil Booth <NeilB@earthling.net>
16011
16012 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
16013 * gcc.dg/cpp/strify2.c: Same.
16014
16015 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
16016
16017 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
16018 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
16019 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
16020 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
16021
16022 * testsuite/gcc.dg/cpp/macro1.c,
16023 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
16024 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
16025 testsuite/gcc.dg/cpp/strify1.c,
16026 testsuite/gcc.dg/cpp/strify2.c: New tests.
16027
16028 2000-07-03 Jakub Jelinek <jakub@redhat.com>
16029
16030 * gcc.c-torture/execute/20000703-1.c: New test.
16031
16032 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
16033
16034 * g++.old-deja/g++.pt (lookup10.C): New test.
16035
16036 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
16037
16038 * g++.old-deja/g++.pt (typename25.C): New test.
16039
16040 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
16041
16042 * gcc.c-torture/compile/20000701-1.c: New test.
16043
16044 2000-06-30 Nick Clifton <nickc@cygnus.com>
16045
16046 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
16047 to test case.
16048
16049 2000-06-30 Catherine Moore <clm@cygnus.com>
16050
16051 * gcc.c-torture/execute/align-1.c: New test.
16052
16053 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
16054
16055 * g++.old-deja/g++.pt/expr8.C: New test.
16056 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
16057
16058 2000-06-29 Nick Clifton <nickc@cygnus.com>
16059
16060 * gcc.c-torture/compile/20000629-1.c: New test.
16061
16062 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
16063
16064
16065 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
16066 gcc.dg/noncompile directory, depending on whether they're
16067 preprocessor tests or not. Annotate all the tests for the dg
16068 framework.
16069
16070 * gcc.c-torture/noncompile/noncompile.exp: Delete.
16071 * gcc.dg/noncompile/noncompile.exp: New.
16072
16073 * Moved files:
16074 Old name New name
16075 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
16076 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
16077 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
16078 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
16079 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
16080 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
16081 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
16082 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
16083 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
16084 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
16085 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
16086 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
16087 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
16088 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
16089 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
16090 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
16091 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
16092 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
16093 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
16094 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
16095 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
16096 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
16097 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
16098 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
16099
16100 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
16101 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
16102 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
16103 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
16104 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
16105 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
16106
16107 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
16108
16109 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
16110 declare one variable. On the fourth, error.
16111 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
16112 declared by 20000628-1a.h.
16113
16114 2000-06-29 Richard Henderson <rth@redhat.com>
16115
16116 * gcc.c-torture/execute/930529-1.x: New file.
16117 * gcc.dg/920413-1.c: Adjust expected warning text.
16118 * gcc.dg/980217-1.c: Declare abort.
16119 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
16120
16121 2000-06-29 Jeffrey A Law (law@cygnus.com)
16122
16123 * g77.f-torture/compile/20000629-1.f: New test.
16124 * g77.f-torture/compile/20000629-1.x: Expected to fail.
16125
16126 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
16127
16128 Rearrange lots of files, removing entirely the
16129 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
16130 directories.
16131
16132 * Deleted files:
16133 gcc.c-torture/code_quality/code_quality.exp
16134 gcc.c-torture/special/special.exp
16135 gcc.failure/failure.exp
16136 gcc.failure/940409-1.x
16137 gcc.c-torture/compile/961203-1.x
16138
16139 * New files:
16140 gcc.misc-tests/linkage.exp
16141 gcc.c-torture/execute/920730-1t.c
16142 gcc.c-torture/execute/920730-1t.x
16143 gcc.c-torture/compile/920520-1.x
16144 gcc.c-torture/compile/920521-1.x
16145 gcc.c-torture/compile/981006-1.x
16146 gcc.c-torture/execute/eeprof-1.x
16147
16148 * Moved files (possibly with modifications to fit a new harness):
16149 Old name New name
16150 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
16151 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
16152 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
16153 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
16154 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
16155 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
16156 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
16157 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
16158 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
16159 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
16160 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
16161 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
16162 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
16163 gcc.failure/940409-1.c gcc.dg/940409-1.c
16164
16165 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
16166
16167 * c-torture/compile/961203-1.x: Delete.
16168
16169 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
16170 not exit. Include stdio.h.
16171 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
16172 * gcc.misc-tests/dg-12.c: Likewise.
16173 * gcc.misc-tests/dg-5.c: Likewise.
16174 * gcc.misc-tests/dg-6.c: Likewise.
16175 * gcc.misc-tests/dg-7.c: Prototype abort.
16176 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
16177 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
16178 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
16179 not exit.
16180 * gcc.misc-tests/sieve.c: Use return from main, not exit.
16181 * gcc.misc-tests/sort2.c: Use return from main, not exit.
16182
16183 2000-06-28 Jakub Jelinek <jakub@redhat.com>
16184
16185 * gcc.dg/cpp/20000628-1.c: New test.
16186 * gcc.dg/cpp/20000628-1.h: New header for above test.
16187 * gcc.dg/cpp/20000628-1a.h: Likewise.
16188
16189 2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
16190
16191 * gcc.dg/cpp: New directory.
16192 * gcc.dg/cpp/cpp.exp: New driver.
16193 * gcc.dg/cpp/20000627-1.c: New test.
16194 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
16195 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
16196 and rewrite as a compilation test.
16197
16198 * gcc.dg: Move many files into the cpp subdirectory, possibly
16199 renaming or editing them as well.
16200 Old name New name
16201 990119-1.c cpp/19990119-1.c
16202 990228-1.c cpp/19990228-1.c
16203 990407-1.c cpp/19990407-1.c
16204 990409-1.c cpp/19990409-1.c
16205 990413-1.c cpp/19990413-1.c
16206 990703-1.c cpp/19990703-1.c
16207 20000127-1.c cpp/20000127-1.c
16208 20000129-1.c cpp/20000129-1.c
16209 20000207-1.c cpp/20000207-1.c
16210 20000207-2.c cpp/20000207-2.c
16211 20000209-1.c cpp/20000209-1.c
16212 20000209-2.c cpp/20000209-2.c
16213 20000301-1.c cpp/20000301-1.c
16214 20000419-1.c cpp/20000419-1.c
16215 20000510-1.S cpp/20000510-1.S
16216 20000519-1.c cpp/20000519-1.c
16217 20000529-1.c cpp/20000529-1.c
16218 20000625-1.c cpp/20000625-1.c
16219 20000625-2.c cpp/20000625-2.c
16220 cpp-as1.c cpp/assert1.c
16221 cpp-as2.c cpp/assert2.c
16222 cxx-comments-1.c cpp/cxxcom1.c
16223 cxx-comments-2.c cpp/cxxcom2.c
16224 endif-label.c cpp/endif.c
16225 cpp-hash1.c cpp/hash1.c
16226 cpp-hash2.c cpp/hash2.c
16227 cpp-if1.c cpp/if-1.c
16228 cpp-if2.c cpp/if-2.c
16229 cpp-if3.c cpp/if-3.c
16230 cpp-if4.c cpp/if-4.c
16231 cpp-if5.c cpp/if-5.c
16232 cpp-cond.c cpp/if-cexp.c
16233 cpp-missingop.c cpp/if-mop.c
16234 cpp-missingparen.c cpp/if-mpar.c
16235 cpp-opprec.c cpp/if-oppr.c
16236 cpp-ifparen.c cpp/if-paren.c
16237 cpp-shortcircuit.c cpp/if-sc.c
16238 cpp-shift.c cpp/if-shift.c
16239 cpp-unary.c cpp/if-unary.c
16240 cpp-li1.c cpp/line1.c
16241 cpp-li2.c cpp/line2.c
16242 lineno.c cpp/line3.c
16243 lineno-2.c cpp/line4.c
16244 cpp-mi.c cpp/mi1.c
16245 cpp-mic.h cpp/mi1c.h
16246 cpp-micc.h cpp/mi1cc.h
16247 cpp-mind.h cpp/mi1nd.h
16248 cpp-mindp.h cpp/mi1ndp.h
16249 cpp-mix.h cpp/mi1x.h
16250 cpp-mi2.c cpp/mi2.c
16251 cpp-mi2a.h cpp/mi2a.h
16252 cpp-mi2b.h cpp/mi2b.h
16253 cpp-mi2c.h cpp/mi2c.h
16254 cpp-mi3.c cpp/mi3.c
16255 cpp-mi3.def cpp/mi3.def
16256 poison-1.c cpp/poison.c
16257 pr-impl.c cpp/prag-imp.c
16258 cpp-redef-2.c cpp/redef1.c
16259 cpp-redef.c cpp/redef2.c
16260 strpaste.c cpp/strp1.c
16261 strpaste-2.c cpp/strp2.c
16262 cpp-tradpaste.c cpp/tr-paste.c
16263 cpp-tradstringify.c cpp/tr-str.c
16264 cpp-tradwarn1.c cpp/tr-warn1.c
16265 cpp-tradwarn2.c cpp/tr-warn2.c
16266 trigraphs.c cpp/trigraphs.c
16267 cpp-unc1.c cpp/unc1.c
16268 cpp-unc2.c cpp/unc2.c
16269 cpp-unc3.c cpp/unc3.c
16270 cpp-unc.c cpp/unc4.c
16271 undef.c cpp/undef1.c
16272 undef-2.c cpp/undef2.c
16273 cpp-wi1.c cpp/widestr1.c
16274
16275 2000-06-27 Mark Mitchell <mark@codesourcery.com>
16276
16277 * lib/g++.exp (g++_include_flags): Tweak.
16278
16279 2000-06-27 H.J. Lu <hjl@gnu.org>
16280 Loren J. Rittle <ljrittle@acm.org>
16281
16282 * lib/g++.exp (g++_include_flags): Override libgloss.exp
16283 version with one that knows about the new gcc tree structure.
16284 (g++_link_flags): Same.
16285
16286 2000-06-26 Zack Weinberg <zack@wolery.cumb.org>
16287
16288 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
16289 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
16290 case we are cross-compiling.
16291
16292 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
16293 g++.old-deja/g++.niklas/Makefile.in,
16294 g++.old-deja/g++.niklas/configure.in,
16295 g++.old-deja/g++.other/Makefile.in,
16296 g++.old-deja/g++.other/configure.in,
16297 gcc.c-torture/code_quality/Makefile.in,
16298 gcc.c-torture/code_quality/configure.in,
16299 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
16300 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
16301 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
16302 gcc.c-torture/execute/ieee/Makefile.in,
16303 gcc.c-torture/execute/ieee/configure.in,
16304 gcc.c-torture/noncompile/Makefile.in,
16305 gcc.c-torture/noncompile/configure.in,
16306 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
16307 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
16308 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
16309
16310 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
16311
16312 * g++.old-deja/g++.other/ambig3.C: New test.
16313
16314 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
16315
16316 * g++.old-deja/g++.pt/syntax1.C: New test.
16317 * g++.old-deja/g++.pt/syntax2.C: New test.
16318 * g++.old-deja/g++.other/syntax3.C: New test.
16319 * g++.old-deja/g++.other/syntax4.C: New test.
16320
16321 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
16322
16323 * gcc.dg/20000623-1.c: Prototype exit and abort.
16324
16325 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
16326
16327 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
16328 New tests.
16329 * gcc.dg/cpp-mi3.def: New file.
16330
16331 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
16332 inside assertions.
16333 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
16334 lexer's error messages.
16335 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
16336 divine anything from the linemarkers.
16337 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
16338 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
16339
16340 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
16341
16342 * gcc.dg/20000623-1.c: New test.
16343
16344 2000-06-22 Jakub Jelinek <jakub@redhat.com>
16345
16346 * gcc.c-torture/execute/20000622-1.c: New test.
16347
16348 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
16349
16350 * g++.old-deja/g++.other/init15.C: New test.
16351
16352 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
16353
16354 * g++.old-deja/g++.pt/vaarg2.C: New test.
16355 * g++.old-deja/g++.pt/vaarg3.C: New test.
16356
16357 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
16358
16359 * g++.old-deja/g++.other/dyncast6.C: New test.
16360
16361 2000-06-15 Jakub Jelinek <jakub@redhat.com>
16362
16363 * gcc.c-torture/execute/loop-6.c: New test.
16364
16365 2000-06-14 Jakub Jelinek <jakub@redhat.com>
16366
16367 * gcc.dg/20000614-1.c: New test.
16368 * gcc.dg/20000614-2.c: New test.
16369
16370 2000-06-14 Hans-Peter Nilsson <hp@axis.com>
16371
16372 * g++.old-deja/g++.other/inline12.C: New test.
16373
16374 2000-06-13 Jakub Jelinek <jakub@redhat.com>
16375
16376 * g++.old-deja/g++.other/eh1.C: New test.
16377
16378 2000-06-12 Jakub Jelinek <jakub@redhat.com>
16379
16380 * g++.old-deja/g++.other/type.C: New test.
16381
16382 2000-06-05 Jakub Jelinek <jakub@redhat.com>
16383
16384 * g++.old-deja/g++.other/initstring.C: New test.
16385
16386 2000-06-12 Jason Merrill <jason@redhat.com>
16387
16388 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
16389
16390 2000-06-09 Jeffrey A Law (law@cygnus.com)
16391
16392 * gcc.c-torture/compile/20000609-1.c: New test.
16393
16394 2000-06-09 Clinton Popetz <cpopetz@cygnus.com>
16395
16396 * gcc.dg/20000609-1.c: New test.
16397
16398 2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
16399
16400 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
16401 * gcc.c-torture/noncompile/poison-1.c: Move...
16402 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
16403 * gcc.dg/cpp-li1.c: Add a token after the #line.
16404
16405 2000-06-05 Richard Henderson <rth@cygnus.com>
16406
16407 * gcc.c-torture/execute/20000605-2.c: New test.
16408 * gcc.c-torture/execute/20000605-3.c: New test.
16409
16410 2000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
16411
16412 * g77.f-torture/execute/20000503-1.x: New file.
16413
16414 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
16415
16416 * g++.old-deja/g++.eh/badalloc1.C: New test.
16417
16418 2000-06-05 Richard Henderson <rth@cygnus.com>
16419
16420 * gcc.c-torture/execute/20000605-1.c: New test.
16421
16422 2000-06-05 Jakub Jelinek <jakub@redhat.com>
16423 Nathan Sidwell <nathan@codesourcery.com>
16424
16425 * gcc.c-torture/compile/20000605-1.c: New test.
16426
16427 2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
16428
16429 * g77.f-torture/compile/20000601-1.f: New test.
16430
16431 2000-06-03 Richard Henderson <rth@cygnus.com>
16432
16433 * gcc.c-torture/execute/20000603-1.c: New.
16434
16435 2000-06-02 Zack Weinberg <zack@wolery.cumb.org>
16436
16437 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
16438 * gcc.dg/noreturn-2.c (noreturn): Likewise.
16439
16440 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
16441
16442 * gcc.dg/compare2.c (case 12): XFAIL.
16443 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
16444 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
16445
16446 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
16447
16448 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
16449
16450 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
16451 guard macro is already defined when the header is first
16452 included.
16453 * gcc.dg/cpp-mix.h: New file.
16454 * gcc.dg/endif-label.c: Update patterns to match compiler.
16455
16456 * g++.brendan/complex1.C: Declare abort.
16457 * g++.law/refs4.C: Remove XFAIL.
16458 * g++.oliva/expr2.C: Declare abort and exit.
16459
16460 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
16461
16462 * gcc.c-torture/execute/20000528-1.c: New test.
16463
16464 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
16465 * g++.old-deja/g++.law/temps4.C: Likewise.
16466
16467 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
16468 stdlib.h. Call abort() on failure.
16469 * g++.old-deja/g++.law/refs4.C: Likewise.
16470 * g++.old-deja/g++.law/temps4.C: Likewise.
16471 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
16472 * gcc.c-torture/execute/20000112-1.c: Include string.h.
16473
16474 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
16475
16476 Relative to g++.dg/special:
16477 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
16478
16479 Relative to g++.old-deja:
16480 * g++.brendan/complex1.C, g++.jason/optimize2.C,
16481 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
16482 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
16483 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
16484 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
16485 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
16486 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
16487
16488 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
16489 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
16490 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
16491 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
16492 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
16493 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
16494 and/or string.h.
16495
16496 * g++.other/goto1.C: Update expectations for error messages.
16497
16498 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
16499
16500 * gcc.c-torture/compile/20000523-1.c: New test.
16501
16502 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
16503
16504 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
16505
16506 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
16507
16508 * g++.old-deja/g++.eh/catch11.C: New test.
16509 * g++.old-deja/g++.eh/catch12.C: New test.
16510
16511 2000-05-24 Nick Clifton <nickc@cygnus.com>
16512
16513 * gcc.c-torture/execute/20000523-1.c: New test.
16514
16515 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
16516
16517 * c-torture/execute/bcp-1.c: Replace abort in arg of
16518 __builtin_constant_p with a generic external function.
16519
16520 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
16521 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
16522 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
16523 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
16524 Prototype abort and/or exit.
16525
16526 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
16527 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
16528 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
16529 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
16530
16531 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
16532
16533 * gcc.dg/dwarf2-1.c: New test.
16534
16535 2000-05-20 Richard Henderson <rth@cygnus.com>
16536
16537 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
16538
16539 2000-05-20 Andreas Jaeger <aj@suse.de>
16540
16541 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
16542 testcase.
16543
16544 2000-05-19 David Edelsohn <edelsohn@gnu.org>
16545
16546 * gcc.c-torture/execute/20000519-2.c: New test.
16547
16548 2000-05-19 Andreas Jaeger <aj@suse.de>
16549
16550 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
16551 which fails with SSA.
16552
16553 * lib/c-torture.exp: Also test with -O3 -fssa.
16554
16555 2000-05-18 Michael Meissner <meissner@redhat.com>
16556
16557 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
16558 * gcc.c-torture/execute/920415-1.c: Ditto.
16559 * gcc.c-torture/execute/920501-1.c: Ditto.
16560 * gcc.c-torture/execute/conversion.c: Ditto.
16561 * gcc.c-torture/execute/cvt-1.c: Ditto.
16562
16563 2000-05-18 Jeffrey A Law (law@cygnus.com)
16564
16565 * gcc.c-torture/compile/20000518-1.c: New test.
16566
16567 2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
16568
16569 * g77.f-torture/compile/200005018.f: New test.
16570
16571 2000-05-17 Jeffrey A Law (law@cygnus.com)
16572
16573 * gcc.c-torture/compile/20000517-1.c: New test.
16574
16575 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16576
16577 * gcc.c-torture/execute/20000516-1.c: New test.
16578
16579 2000-05-15 Jakub Jelinek <jakub@redhat.com>
16580
16581 * g++.old-deja/g++.other/eh.C: New test.
16582
16583 2000-05-12 Richard Henderson <rth@cygnus.com>
16584
16585 * gcc.c-torture/execute/990208-1.c (main): Don't pass
16586 constants through to doit's conditional.
16587
16588 2000-05-11 Jeffrey A Law (law@cygnus.com)
16589
16590 * gcc.c-torture/compile/20000511-1.c: New test.
16591 * g77.f-torture/compile/20000511-1.f: New test.
16592 * g77.f-torture/compile/20000511-2.f: New test.
16593
16594 2000-05-11 Michael Meissner <meissner@redhat.com>
16595
16596 * gcc.c-torture/execute/20000511-1.c: New test.
16597
16598 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
16599
16600 * gcc.dg/dg.exp: Scan .S files as well as .c files.
16601 * gcc.dg/20000510-1.S: New.
16602
16603 2000-05-08 Catherine Moore <clm@cygnus.com>
16604
16605 * gcc.dg/unused-3.c: New.
16606
16607 2000-05-06 Richard Henderson <rth@cygnus.com>
16608
16609 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
16610 * g++.old-deja/g++.mike/warn1.C: Likewise.
16611 * g++.old-deja/g++.pt/local1.C: Likewise.
16612 * g++.old-deja/g++.pt/local7.C: Likewise.
16613 * g++.old-deja/g++.pt/spec16.C: Likewise.
16614
16615 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
16616
16617 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
16618
16619 2000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
16620
16621 * g77.f-torture/execute/20000503-1.f: New test.
16622
16623 2000-05-04 Andreas Jaeger <aj@suse.de>
16624
16625 * gcc.dg/noreturn-2.c: New test.
16626
16627 2000-05-04 Neil Booth <NeilB@earthling.net>
16628
16629 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
16630 preprocessor.
16631
16632 2000-05-04 Richard Henderson <rth@cygnus.com>
16633
16634 * gcc.c-torture/execute/20000503-1.c: Fix typo.
16635
16636 2000-05-04 Richard Henderson <rth@cygnus.com>
16637
16638 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
16639 OpenSSL by Jason R Thorpe.
16640
16641 2000-05-03 Jim Wilson <wilson@cygnus.com>
16642
16643 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
16644
16645 2000-05-03 Robert Lipe <robertlipe@usa.net>
16646
16647 * gcc.dg/20000503-1.c: New test.
16648
16649 2000-05-02 Jakub Jelinek <jakub@redhat.com>
16650
16651 * gcc.c-torture/compile/20000502-1.c: New test.
16652 * g++.old-deja/g++.other/align.C: New test.
16653 * gcc.dg/cpp-tradstringify.c: New test.
16654
16655 Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
16656
16657 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
16658 and hard registers.
16659
16660 2000-04-26 Geoff Keating <geoffk@cygnus.com>
16661
16662 * gcc.c-torture/execute/loop-5.c: New test.
16663
16664 2000-04-25 Jakub Jelinek <jakub@redhat.com>
16665
16666 * gcc.c-torture/execute/va-arg-20.c: New test.
16667
16668 2000-04-23 Jeffrey A Law (law@cygnus.com)
16669
16670 * gcc.c-torture/execute/20000422-1.c: New test.
16671
16672 2000-04-20 Greg McGary <gkm@gnu.org>
16673
16674 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
16675 when optimizing, but without sibling-call optimizations (-O1).
16676
16677 2000-04-20 Jeffrey A Law (law@cygnus.com)
16678
16679 * gcc.c-torture/compile/20000420-1.c: New test.
16680
16681 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
16682
16683 * g++.abi/ptrflags.C: New test.
16684 * g++.eh/catchptr1.C: Test incomplete pointer chains.
16685
16686 2000-04-19 Catherine Moore <clm@cygnus.com>
16687
16688 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
16689
16690 2000-04-19 Greg McGary <gkm@gnu.org>
16691
16692 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
16693 sibling-call optimizations.
16694
16695 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
16696
16697 * gcc.dg/20000419-1.c: New test.
16698
16699 2000-04-12 Hans-Peter Nilsson <hp@axis.com>
16700
16701 * gcc.c-torture/execute/20000412-6.c: New test.
16702
16703 2000-04-12 Jeffrey A Law (law@cygnus.com)
16704
16705 * gcc.c-torture/execute/20000412-5.c: New test.
16706 * g77.f-torture/compile/20000412-1.f: New test.
16707 * gcc.c-torture/execute/20000412-4.c: New test.
16708 * gcc.c-torture/compile/20000412-2.c: New test.
16709 * gcc.c-torture/execute/20000412-3.c: New test.
16710 * gcc.c-torture/compile/20000412-1.c: New test.
16711 * gcc.c-torture/execute/20000412-2.c: New test.
16712
16713 2000-04-12 Jakub Jelinek <jakub@redhat.com>
16714
16715 * objc/execute/bf-20.m: New test.
16716
16717 2000-04-10 Richard Henderson <rth@cygnus.com>
16718
16719 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
16720
16721 * gcc.c-torture/execute/20000412-1.c: New test.
16722
16723 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
16724
16725 * g++.old-deja/g++.eh/catchptr1.C: New test.
16726
16727 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
16728
16729 * g++.old-deja/g++.abi/cxa_vec.C: New test.
16730
16731 2000-04-08 Neil Booth <NeilB@earthling.net>
16732
16733 * gcc.dg/cpp-nullchar.c: Remove test as
16734 embedded nulls cause problems.
16735
16736 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16737
16738 * gcc.dg/compare2.c: New test.
16739
16740 2000-04-08 Neil Booth <NeilB@earthling.net>
16741
16742 * gcc.dg/cpp-nullchar.c: New test.
16743
16744 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
16745
16746 * gcc.dg/cpp-mi2.c: New test.
16747 * gcc.dg/cpp-mi2[abc].h: New files.
16748
16749 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
16750
16751 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
16752 member name.
16753
16754 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
16755
16756 * g++.old-deja/g++.abi/vmihint.C: New test.
16757
16758 2000-04-06 Neil Booth <NeilB@earthling.net>
16759
16760 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
16761 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
16762 copyright.
16763
16764 2000-04-05 Hans-Peter Nilsson <hp@axis.com>
16765
16766 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
16767 avoid stack-frame overwrite.
16768
16769 2000-04-05 Jakub Jelinek <jakub@redhat.com>
16770
16771 * gcc.c-torture/compile/20000405-2.c: New test.
16772 * gcc.c-torture/compile/20000405-3.c: New test.
16773
16774 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16775
16776 * gcc.c-torture/compile/20000405-1.c: New test.
16777
16778 2000-04-04 Geoff Keating <geoffk@cygnus.com>
16779
16780 * gcc.dg/cast-qual-1.c: Revert last change.
16781
16782 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16783
16784 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
16785
16786 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
16787
16788 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
16789 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
16790
16791 2000-04-03 Jeffrey A Law (law@cygnus.com)
16792
16793 * gcc.c-torture/compile/20000403-2.c: New test.
16794 * gcc.c-torture/compile/20000403-1.c: New test.
16795
16796 2000-04-03 Hans-Peter Nilsson <hp@axis.com>
16797
16798 * gcc.c-torture/execute/20000403-1.c: New test.
16799
16800 2000-04-03 Geoff Keating <geoffk@cygnus.com>
16801
16802 * gcc.c-torture/execute/20000402-1.c: New test.
16803
16804 2000-04-03 Donald Lindsay <dlindsay@cygnus.com>
16805
16806 * gcc.c-torture/execute/va-arg-15.c: New test.
16807 * gcc.c-torture/execute/va-arg-16.c: New test.
16808 * gcc.c-torture/execute/va-arg-17.c: New test.
16809 * gcc.c-torture/execute/va-arg-18.c: New test.
16810 * gcc.c-torture/execute/va-arg-19.c: New test.
16811
16812 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
16813
16814 * gcc.c-torture/compile/981211-1.c: Move to...
16815 * gcc.dg/cpp-as1.c: ...here.
16816 * gcc.dg/cpp-as2.c: New file.
16817
16818 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
16819 compiler.
16820
16821 2000-04-02 Neil Booth <NeilB@earthling.net>
16822
16823 * gcc.dg/cpp-cond.c New tests.
16824 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
16825 accidental success less likely.
16826 * gcc.dg/cpp-missingop.c New tests.
16827 * gcc.dg/cpp-missingparen.c New tests.
16828 * gcc.dg/cpp-shift.c New tests.
16829 * gcc.dg/cpp-shortcircuit.c New tests.
16830 * gcc.dg/cpp-unary.c New tests.
16831
16832 2000-03-29 Jeffrey A Law (law@cygnus.com)
16833
16834 * gcc.c-torture/compile/20000329-1.c: New test.
16835
16836 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
16837
16838 * gcc.c-torture/compile/20000326-1.c: New test.
16839 * gcc.c-torture/compile/20000326-2.c: New test.
16840
16841 2000-03-24 Geoff Keating <geoffk@cygnus.com>
16842
16843 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
16844 the first parameter is a function argument.
16845
16846 2000-03-23 Nathan Sidwell <nathan@codesourcery.com>
16847
16848 * g++.old-deja/g++.ext/array4.C: New test.
16849
16850 2000-03-22 Geoff Keating <geoffk@cygnus.com>
16851
16852 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
16853
16854 2000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16855
16856 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
16857
16858 2000-03-19 Richard Henderson <rth@cygnus.com>
16859
16860 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
16861
16862 2000-03-19 Richard Henderson <rth@cygnus.com>
16863
16864 * gcc.c-torture/compile/20000319-1.c: New test.
16865
16866 2000-03-14 Jeffrey A Law (law@cygnus.com)
16867
16868 * gcc.c-torture/execute/20000314-3.c: New test.
16869 * gcc.c-torture/execute/20000314-2.c: New test.
16870 * gcc.c-torture/execute/20000314-1.c: New test.
16871 * gcc.c-torture/compile/20000314-2.c: New test.
16872 * gcc.c-torture/compile/20000314-1.c: New test.
16873
16874 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
16875
16876 * g++.old-deja/g++.warn/inline.C: New test.
16877
16878 2000-03-10 Hans-Peter Nilsson <hp@bitrange.com>
16879
16880 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
16881 standards-compliant result rather than specific constants.
16882 Put test-values in array.
16883
16884 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
16885
16886 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
16887 (g++_target_compile): Put test-specific options last.
16888
16889 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
16890
16891 * g++.old-deja/g++.eh/vbase4.C: New test.
16892
16893 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
16894
16895 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
16896
16897 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
16898
16899 * g++.old-deja/g++.brendan/misc12.C: Removed.
16900 * g++.old-deja/g++.pt/memtemp77.C: Constify.
16901 * g++.old-deja/g++.ext/pretty4.C: New test.
16902
16903 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
16904
16905 * g++.old-deja/g++.other/string2.C: New test.
16906
16907 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
16908
16909 * g++.old-deja/g++.warn/impint2.C: New test.
16910
16911 2000-03-05 Hans-Peter Nilsson <hp@bitrange.com>
16912
16913 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
16914 is 1, not zero.
16915
16916 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
16917
16918 * g++.old-deja/g++.warn/impint.C: New test.
16919 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
16920 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
16921 * g++.old-deja/g++.pt/explicit12.C: Likewise.
16922 * g++.old-deja/g++.pt/explicit13.C: Likewise.
16923 * g++.old-deja/g++.pt/explicit17.C: Likewise.
16924 * g++.old-deja/g++.pt/explicit18.C: Likewise.
16925 * g++.old-deja/g++.pt/explicit19.C: Likewise.
16926 * g++.old-deja/g++.pt/explicit23.C: Likewise.
16927 * g++.old-deja/g++.pt/explicit31.C: Likewise.
16928 * g++.old-deja/g++.pt/explicit35.C: Likewise.
16929 * g++.old-deja/g++.pt/explicit6.C: Likewise.
16930 * g++.old-deja/g++.pt/memclass7.C: Likewise.
16931
16932 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
16933
16934 * gcc.dg/cpp-redef.c: New test.
16935
16936 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
16937
16938 * g++.old-deja/g++.pt/unify7.C: New test.
16939
16940 2000-02-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16941
16942 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
16943 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
16944
16945 2000-02-25 Geoff Keating <geoffk@cygnus.com>
16946
16947 * gcc.c-torture/compile/20000224-1.c: New test.
16948
16949 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16950
16951 * gcc.c-torture/compile/cpp-2.c: New test.
16952 * gcc.c-torture/compile/cpp-1.c: New test.
16953
16954 2000-02-25 Jeffrey A Law (law@cygnus.com)
16955
16956 * gcc.c-torture/execute/20000225-1.c: New test.
16957
16958 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16959
16960 * gcc.dg/cpp-li2.c: New test.
16961
16962 * gcc.dg/cpp-wi1.c: New test.
16963
16964 * gcc.dg/cpp-li1.c: New test.
16965
16966 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
16967
16968 * g++.old-deja/g++.other/sizeof5.C: New test.
16969
16970 2000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16971
16972 * gcc.c-torture/execute/va-arg-13.c: New test.
16973
16974 2000-02-23 Donald Lindsay <dlindsay@cygnus.com>
16975
16976 * gcc.c-torture/execute/va-arg-12.c: New test.
16977
16978 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
16979
16980 * gcc.c-torture/execute/20000223-1.c: New test.
16981
16982 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
16983
16984 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
16985
16986 2000-02-22 Mark Mitchell <mark@codesourcery.com>
16987
16988 * g++.old-deja/g++.abi/ptrmem.C: New test.
16989
16990 2000-02-19 Richard Henderson <rth@cygnus.com>
16991
16992 * gcc.c-torture/compile/init-3.c: New.
16993
16994 2000-02-17 Mark Mitchell <mark@codesourcery.com>
16995
16996 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
16997 ALWAYS_CXXFLAGS.
16998
16999 2000-02-11 Robert Lipe <robertl@sco.com>
17000
17001 * gcc.c-torture/compile/20000211-3.c: New test.
17002
17003 2000-02-11 Martin Buchholz <martin@xemacs.org>
17004
17005 * gcc.c-torture/compile/20000211-2.c: New test.
17006
17007 2000-02-11 Jeffrey A Law (law@cygnus.com)
17008
17009 * gcc.c-torture/compile/20000211-1.c: New test.
17010
17011 2000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
17012
17013 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
17014 on native targets
17015
17016 2000-02-08 Nathan Sidwell <nathan@acm.org>
17017
17018 * g++.old-deja/g++.other/cast5.C: New test.
17019
17020 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
17021
17022 * gcc.c-torture/execute/20000205-1.c: New.
17023
17024 2000-02-03 Nathan Sidwell <nathan@acm.org>
17025
17026 * g++.old-deja/g++.jason/cast3.C: Return void.
17027 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
17028
17029 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17030
17031 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
17032
17033 * gcc.dg/loop-1.c: New test.
17034
17035 2000-01-27 Jakub Jelinek <jakub@redhat.com>
17036
17037 * gcc.c-torture/compile/20000127-1.c: New test.
17038 * gcc.c-torture/execute/991228-1.c: New test.
17039
17040 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17041
17042 * gcc.dg/unused-2.c: New test.
17043
17044 * gcc.dg/conv-1.c: New test.
17045
17046 2000-01-24 Mark Mitchell <mark@codesourcery.com>
17047
17048 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
17049 compiler.
17050 (tool_option_proc): Fix typo.
17051
17052 2000-01-24 Geoff Keating <geoffk@cygnus.com>
17053
17054 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
17055 of the ld on the host, not on the build machine.
17056 Also, don't crash if '--help' is not a supported option.
17057
17058 2000-01-24 Richard Henderson <rth@cygnus.com>
17059
17060 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
17061
17062 2000-01-20 Jeffrey A Law (law@cygnus.com)
17063
17064 * gcc.c-torture/execute/20000120-2.c: New test.
17065 * gcc.c-torture/execute/20000120-1.c: New test.
17066
17067 2000-01-13 Jeffrey A Law (law@cygnus.com)
17068
17069 * gcc.c-torture/execute/20000113-1.c: New test.
17070
17071 2000-01-12 Jeffrey A Law (law@cygnus.com)
17072
17073 * gcc.c-torture/execute/20000112-1.c: New test.
17074
17075 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17076
17077 * gcc.dg/20000111-1.c: New test.
17078
17079 2000-01-10 Jeffrey A Law (law@cygnus.com)
17080
17081 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
17082 with 16 bit integers.
17083
17084 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17085
17086 * gcc.dg/20000108-1.c: New test.
17087
17088 2000-01-05 Nathan Sidwell <nathan@acm.org>
17089
17090 * g++.old-deja/g++.ns/koenig8.C: New test.
17091
17092 2000-01-05 Nathan Sidwell <nathan@acm.org>
17093
17094 * g++.old-deja/g++.other/cast4.C: New test.
17095
17096 2000-01-05 Jeffrey A Law (law@cygnus.com)
17097
17098 * gcc.c-torture/compile/20000105-2.c: New test.
17099 * gcc.c-torture/compile/20000105-1.c: New test.
17100
17101 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17102
17103 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
17104 references to printf & atoi to conform to ANSI standard.
17105 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
17106 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
17107 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
17108 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
17109 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
17110 * g++.old-deja/g++.brendan/complex1.C: Likewise.
17111 * g++.old-deja/g++.brendan/copy1.C: Likewise.
17112 * g++.old-deja/g++.brendan/copy2.C: Likewise.
17113 * g++.old-deja/g++.brendan/copy3.C: Likewise.
17114 * g++.old-deja/g++.brendan/copy4.C: Likewise.
17115 * g++.old-deja/g++.brendan/copy5.C: Likewise.
17116 * g++.old-deja/g++.brendan/copy6.C: Likewise.
17117 * g++.old-deja/g++.brendan/copy7.C: Likewise.
17118 * g++.old-deja/g++.brendan/copy8.C: Likewise.
17119 * g++.old-deja/g++.brendan/crash11.C: Likewise.
17120 * g++.old-deja/g++.brendan/crash14.C: Likewise.
17121 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
17122 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
17123 * g++.old-deja/g++.brendan/delete2.C: Likewise.
17124 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
17125 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
17126 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
17127 * g++.old-deja/g++.brendan/eh1.C: Likewise.
17128 * g++.old-deja/g++.brendan/groff1.C: Likewise.
17129 * g++.old-deja/g++.brendan/init3.C: Likewise.
17130 * g++.old-deja/g++.brendan/misc12.C: Likewise.
17131 * g++.old-deja/g++.brendan/misc7.C: Likewise.
17132 * g++.old-deja/g++.brendan/new2.C: Likewise.
17133 * g++.old-deja/g++.brendan/operators4.C: Likewise.
17134 * g++.old-deja/g++.brendan/operators5.C: Likewise.
17135 * g++.old-deja/g++.brendan/overload2.C: Likewise.
17136 * g++.old-deja/g++.brendan/overload7.C: Likewise.
17137 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
17138 * g++.old-deja/g++.brendan/reference1.C: Likewise.
17139 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
17140 * g++.old-deja/g++.brendan/template24.C: Likewise.
17141 * g++.old-deja/g++.brendan/template3.C: Likewise.
17142 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
17143 * g++.old-deja/g++.jason/inline3.C: Likewise.
17144 * g++.old-deja/g++.jason/opeq.C: Likewise.
17145 * g++.old-deja/g++.law/arg5.C: Likewise.
17146 * g++.old-deja/g++.law/arm7.C: Likewise.
17147 * g++.old-deja/g++.law/ctors11.C: Likewise.
17148 * g++.old-deja/g++.law/cvt8.C: Likewise.
17149 * g++.old-deja/g++.law/init9.C: Likewise.
17150 * g++.old-deja/g++.law/refs4.C: Likewise.
17151 * g++.old-deja/g++.law/template2.C: Likewise.
17152 * g++.old-deja/g++.law/visibility24.C: Likewise.
17153 * g++.old-deja/g++.law/vtable3.C: Likewise.
17154 * g++.old-deja/g++.mike/asm2.C: Likewise.
17155 * g++.old-deja/g++.mike/eh1.C: Likewise.
17156 * g++.old-deja/g++.mike/misc1.C: Likewise.
17157 * g++.old-deja/g++.mike/misc13.C: Likewise.
17158 * g++.old-deja/g++.mike/misc14.C: Likewise.
17159 * g++.old-deja/g++.mike/ns12.C: Likewise.
17160 * g++.old-deja/g++.mike/p1248.C: Likewise.
17161 * g++.old-deja/g++.mike/p3708.C: Likewise.
17162 * g++.old-deja/g++.mike/p3708a.C: Likewise.
17163 * g++.old-deja/g++.mike/p3708b.C: Likewise.
17164 * g++.old-deja/g++.mike/p646.C: Likewise.
17165 * g++.old-deja/g++.mike/p700.C: Likewise.
17166 * g++.old-deja/g++.mike/p783.C: Likewise.
17167 * g++.old-deja/g++.mike/p783a.C: Likewise.
17168 * g++.old-deja/g++.mike/p783b.C: Likewise.
17169 * g++.old-deja/g++.mike/p786.C: Likewise.
17170 * g++.old-deja/g++.mike/p789.C: Likewise.
17171 * g++.old-deja/g++.mike/p789a.C: Likewise.
17172 * g++.old-deja/g++.mike/p807a.C: Likewise.
17173 * g++.old-deja/g++.other/delete3.C: Likewise.
17174 * g++.old-deja/g++.other/dyncast1.C: Likewise.
17175 * g++.old-deja/g++.other/dyncast2.C: Likewise.
17176 * g++.old-deja/g++.other/dyncast3.C: Likewise.
17177 * g++.old-deja/g++.other/empty1.C: Likewise.
17178 * g++.old-deja/g++.other/temporary1.C: Likewise.
17179 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
17180 * g++.old-deja/g++.pt/t16.C: Likewise.
17181 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
17182
17183 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
17184
17185 * gcc.dg/991230-1.c: New test.
17186
17187 1999-12-29 Jeffrey A Law (law@cygnus.com)
17188
17189 * gcc.c-torture/compile/991229-3.c: New test.
17190 * gcc.c-torture/compile/991229-2.c: New test.
17191 * gcc.c-torture/compile/991229-1.c: New test.
17192
17193 1999-12-29 Greg McGary <gkm@eng.ascend.com>
17194
17195 * gcc.c-torture/compile/labels-2.c: New test.
17196
17197 1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
17198
17199 * gcc.c-torture/execute/991227-1.c: New test.
17200
17201 1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17202
17203 * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
17204
17205 1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
17206
17207 * gcc.c-torture/execute/991221-1.c: New test.
17208
17209 1999-12-20 Nathan Sidwell <nathan@acm.org>
17210
17211 * g++.old-deja/g++.other/cast3.C: New test.
17212
17213 1999-12-16 Bernd Schmidt <bernds@cygnus.co.uk>
17214
17215 * gcc.c-torture/execute/991216-4.c: New test.
17216
17217 1999-12-16 Michael Meissner <meissner@cygnus.com>
17218
17219 * gcc.c-torture/execute/991216-1.c: New test.
17220 * gcc.c-torture/execute/991216-2.c: New test.
17221 * gcc.c-torture/execute/991216-3.c: New test.
17222
17223 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
17224
17225 * gcc.dg/991214-1.c: Use "__asm__", not "asm".
17226 Actually make the test fail by using "-O2" for compilation.
17227
17228 1999-12-15 Nathan Sidwell <nathan@acm.org>
17229
17230 * g++.old-deja/g++.warn/cast-align1.C: New test.
17231
17232 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
17233
17234 * gcc.c-torture/compile/991214-1.c: New test.
17235 * gcc.c-torture/compile/991214-2.c: New test.
17236
17237 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
17238
17239 * gcc.dg/991214-1.c: New test.
17240
17241 1999-12-13 Jeffrey A Law (law@cygnus.com)
17242
17243 * gcc.c-torture/compile/991213-3.c: New test.
17244 * gcc.c-torture/compile/991213-2.c: New test.
17245 * gcc.c-torture/compile/991213-1.c: New test.
17246
17247 1999-12-10 J"orn Rennecke <amylaar@cygnus.co.uk>
17248
17249 * gcc.dg/991209-1.c: New test.
17250
17251 1999-12-08 Nathan Sidwell <nathan@acm.org>
17252
17253 * gcc.c-torture/compile/991208-1.c: New test.
17254
17255 1999-12-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17256
17257 * gcc.dg/ultrasp2.c: New test.
17258
17259 1999-12-05 Alex Samuel <samuel@codesourcery.com>
17260
17261 * g++.old-deja/g++.abi/align.C (main): Fix typo.
17262
17263 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
17264
17265 * gcc.c-torture/compile/991202-1.c: New test.
17266 * gcc.c-torture/execute/991202-1.c: New test.
17267 * gcc.c-torture/execute/991202-2.c: New test.
17268 * gcc.c-torture/execute/991202-3.c: New test.
17269
17270 1999-12-02 Alex Samuel <samuel@codesourcery.com>
17271
17272 * g++.old-deja/g++.abi/align.C: New test.
17273 * g++.old-deja/g++.abi/aggregates.C: Likewise.
17274 * g++.old-deja/g++.abi/bitfields.C: Likewise.
17275
17276 1999-12-01 Richard Henderson <rth@cygnus.com>
17277
17278 * gcc.c-torture/execute/991201-1.c: New.
17279
17280 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
17281
17282 * gcc.dg/991129-1.c: New test.
17283
17284 1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
17285
17286 * gcc.c-torture/compile/991127-1.c: New test.
17287
17288 1999-11-22 Nathan Sidwell <nathan@acm.org>
17289
17290 * g++.old-deja/g++.other/warn4.C: New test.
17291
17292 1999-11-22 Nathan Sidwell <nathan@acm.org>
17293
17294 * g++.old-deja/g++.eh/cleanup2.C: New test.
17295 * g++.old-deja/g++.ext/pretty2.C: New test.
17296 * g++.old-deja/g++.ext/pretty3.C: New test.
17297 * g++.old-deja/g++.other/debug6.C: New test.
17298
17299 1999-10-20 Jim Wilson <wilson@cygnus.com>
17300
17301 * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
17302 compiler_output to look for one error message instead of two.
17303
17304 1999-11-19 Geoffrey Keating <geoffk@cygnus.com>
17305
17306 * gcc.c-torture/execute/991118-1.c: Also test case
17307 where the word boundary does not split a byte evenly.
17308
17309 1999-11-19 Nathan Sidwell <nathan@acm.org>
17310
17311 * g++.old-deja/g++.ext/restrict1.C: New test.
17312
17313 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17314
17315 * gcc.c-torture/execute/991118-1.c: New test.
17316
17317 1999-11-16 Geoffrey Keating <geoffk@cygnus.com>
17318
17319 * g77.f-torture/execute/u77-test.f (wd): Allow for longer
17320 working directory pathnames.
17321
17322 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
17323
17324 * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
17325 host is equipped with driver.h and driver.o so it can actually
17326 compile and run the tests.
17327
17328 1999-10-08 Bernd Schmidt <bernds@cygnus.co.uk>
17329
17330 * gcc.c-torture/compile/991008-1.c: New test.
17331
17332 1999-11-08 Nick Clifton <nickc@cygnus.com>
17333
17334 * lib/gcc-dg.exp: Include target-supports.exp
17335
17336 1999-11-05 Nick Clifton <nickc@cygnus.com>
17337
17338 * lib/target-supports.exp: New file: Provide procs to test for
17339 features supported by the target.
17340 (check_weak_available): Moved here from ecos.exp.
17341 (check_alias_available): New proc: Determine of the target
17342 toolchain supports the alias attribute.
17343
17344 * gcc.dg/special/ecos.exp: Move check_weak_available to
17345 target-supports.exp.
17346 (alias-1.c): Only perform the test if the target supports
17347 aliases.
17348 (wkali-1.c): Only perform the test if the target supports
17349 aliases.
17350
17351 * gcc.dg/990506-0.c: Expect error messages from cross
17352 targets as well as native targets.
17353
17354 1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17355
17356 * gcc.dg/ultrasp1.c: Removed xfail.
17357 * gcc.dg/struct-ret-2.c: Likewise.
17358 * gcc.dg/array-1.c: Likewise.
17359
17360 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
17361
17362 * gcc.dg/struct-ret-2.c: New test.
17363
17364 * gcc.dg/array-1.c: New test.
17365
17366 1999-10-30 Stephen L Moshier <moshier@mediaone.net>
17367
17368 * gcc.c-torture/execute/991030-1.c: New test.
17369
17370 1999-10-26 Richard Henderson <rth@cygnus.com>
17371
17372 * gcc.c-torture/compile/991026-2.c: New test.
17373
17374 1999-10-26 Jeffrey A Law (law@cygnus.com)
17375
17376 * gcc.c-torture/compile/991026-1.c: New test.
17377
17378 1999-10-23 Jeffrey A Law (law@cygnus.com)
17379
17380 * gcc.c-torture/execute/991023-1.c: New test.
17381
17382 1999-10-19 Jeffrey A Law (law@cygnus.com)
17383
17384 * gcc.c-torture/execute/991019-1.c: New test.
17385
17386 1999-10-16 Richard Henderson <rth@cygnus.com>
17387
17388 * gcc.c-torture/execute/991016-1.c: New test.
17389
17390 1999-10-14 Stephane Carrez <stcarrez@worldnet.fr>
17391
17392 * gcc.c-torture/execute/991014-1.c: New test.
17393
17394 1999-10-13 J"orn Rennecke <amylaar@cygnus.co.uk>
17395
17396 * g++.old-deja/g++.other/union2.C: New test.
17397
17398 1999-10-13 Nathan Sidwell <nathan@acm.org>
17399
17400 * g++.old-deja/g++.other/vaarg2.C: New test.
17401 * g++.old-deja/g++.other/vaarg3.C: New test.
17402
17403 1999-10-12 Craig Burley <craig@jcb-sc.com>
17404
17405 * g77.f-torture/noncompile/19990905-1.f: Moved from being
17406 in compile/.
17407
17408 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
17409
17410 * gcc.c-torture/execute/va-arg-11.c: New test.
17411
17412 1999-10-01 Mark P. Mitchell <mark@codesourcery.com>
17413
17414 * lib/file-format.exp (gcc_target_object_format): Don't
17415 crash if objdump is unavailable.
17416
17417 1999-09-29 Donn Terry <donn@interix.com>
17418
17419 * gcc.misc-tests/mg.exp: delete extraneous redirection.
17420
17421 1999-09-28 Nick Clifton <nickc@cygnus.com>
17422
17423 * gcc.c-torture/compile/990928-1.c: New test.
17424
17425 1999-09-28 Nathan Sidwell <nathan@acm.org>
17426
17427 * g++.old-deja/g++.other/decl6.C: New test.
17428
17429 1999-09-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17430
17431 * gcc.c-torture/execute/va-arg-10.c: New test.
17432
17433 1999-09-27 Nathan Sidwell <nathan@acm.org>
17434
17435 * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
17436 __PRETTY_FUNCTION__.
17437
17438 1999-09-23 Nick Clifton <nickc@cygnus.com>
17439
17440 * gcc.c-torture/execute/990923-1.c: New test.
17441
17442 1999-09-21 Nick Clifton <nickc@cygnus.com>
17443
17444 * gcc.c-torture/special/special.exp: Add FR30 to list of targets
17445 for which -fpic is inappropriate.
17446
17447 1999-09-21 Mark Mitchell <mark@codesourcery.com>
17448
17449 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
17450
17451 1999-09-21 Nathan Sidwell <nathan@acm.org>
17452
17453 * g++.old-deja/g++.other/dyncast1.C: New test.
17454 * g++.old-deja/g++.other/dyncast2.C: New test.
17455 * g++.old-deja/g++.other/dyncast3.C: New test.
17456 * g++.old-deja/g++.other/dyncast4.C: New test.
17457 * g++.old-deja/g++.other/dyncast5.C: New test.
17458 * g++.old-deja/g++.eh/catch3.C: New test.
17459 * g++.old-deja/g++.eh/catch3p.C: New test.
17460 * g++.old-deja/g++.eh/catch4.C: New test.
17461 * g++.old-deja/g++.eh/catch4p.C: New test.
17462 * g++.old-deja/g++.eh/catch5.C: New test.
17463 * g++.old-deja/g++.eh/catch5p.C: New test.
17464 * g++.old-deja/g++.eh/catch6.C: New test.
17465 * g++.old-deja/g++.eh/catch6p.C: New test.
17466 * g++.old-deja/g++.eh/catch7.C: New test.
17467 * g++.old-deja/g++.eh/catch7p.C: New test.
17468 * g++.old-deja/g++.eh/catch8.C: New test.
17469 * g++.old-deja/g++.eh/catch8p.C: New test.
17470 * g++.old-deja/g++.eh/catch9.C: New test.
17471 * g++.old-deja/g++.eh/catch9p.C: New test.
17472
17473 1999-09-13 Nathan Sidwell <nathan@acm.org>
17474
17475 * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
17476 * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
17477
17478 1999-09-13 Jeffrey A Law (law@cygnus.com)
17479
17480 * gcc.c-torture/compile/990913-1.c: New test.
17481
17482 1999-09-10 Nathan Sidwell <nathan@acm.org>
17483
17484 * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
17485 * g++.old-deja/g++.jason/rfg5.C: Likewise.
17486
17487 1999-09-09 Richard Henderson <rth@cygnus.com>
17488
17489 * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
17490
17491 1999-09-09 Nathan Sidwell <nathan@acm.org>
17492
17493 * g++.old-deja/g++.other/lookup11.C: New test.
17494 * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
17495 what is permitted and what we want.
17496 * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
17497 overload use.
17498 * g++.old-deja/g++.jason/rfg5.C: Likewise
17499
17500 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
17501
17502 * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
17503 * gcc.c-torture/noncompile/poison-1.c: New file.
17504
17505 1999-09-08 Nathan Sidwell <nathan@acm.org>
17506
17507 * g++.old-deja/g++.other/sizeof3.C: New test.
17508 * g++.old-deja/g++.other/sizeof4.C: New test.
17509 * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
17510 * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
17511
17512 1999-09-07 Richard Henderson <rth@cygnus.com>
17513
17514 * gcc.dg/va-arg-1.c: New.
17515
17516 1999-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17517
17518 * gcc.c-torture/execute/va-arg-9.c: New test.
17519
17520 1999-09-05 Craig Burley <craig@jcb-sc.com>
17521
17522 * g77.f-torture/compile/980519-2.f: New test.
17523 * g77.f-torture/compile/19990905-0.f: New test.
17524 * g77.f-torture/compile/19990905-1.f: New test.
17525 * g77.f-torture/compile/19990905-2.f: New test.
17526
17527 * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
17528
17529 1999-09-03 Richard Earnshaw <rearnsha@arm.com>
17530
17531 * gcc.c-torture/execute/990827-1.c: Fix typo.
17532
17533 1999-09-03 Nathan Sidwell <nathan@acm.org>
17534
17535 * g++.old-deja/g++.other/deref1.C: New test.
17536
17537 1999-09-02 Nathan Sidwell <nathan@acm.org>
17538
17539 * g++.old-deja/g++.other/ambig2.C: New test.
17540 * g++.old-deja/g++.other/cond5.C: New test.
17541 * g++.old-deja/g++.other/lookup16.C: New test.
17542
17543 1999-09-02 Marc Espie <espie@cvs.openbsd.org>
17544
17545 * gcc.dg/980414-1.c: Fix assembler syntax to work with old
17546 assemblers too.
17547
17548 1999-08-31 Jeffrey A Law (law@cygnus.com)
17549
17550 * lib/c-torture.exp: Avoid the "compare executables" optimization
17551 when testing native.
17552
17553 1999-08-29 Jeffrey A Law (law@cygnus.com)
17554
17555 * gcc.c-torture/execute/990829-1.c: New test.
17556 * gcc.c-torture/compile/990829-1.c: New test.
17557
17558 1999-08-27 Paul Burchard <burchard@pobox.com>
17559
17560 * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
17561 * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
17562 * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
17563 * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
17564 * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
17565 * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
17566 * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
17567 * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
17568 * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
17569 * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
17570 * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
17571
17572 1999-08-27 Jeffrey A Law (law@cygnus.com)
17573
17574 * gcc.c-torture/execute/990827-1.c: New test.
17575
17576 1999-08-26 Craig Burley <craig@jcb-sc.com>
17577
17578 * g77.f-torture/noncompile/19990826-4.f: New test.
17579
17580 * g77.f-torture/compile/19990826-3.f: New test.
17581
17582 * g77.f-torture/execute/19990826-2.f: New test.
17583
17584 * g77.f-torture/compile/19990826-1.f: New test.
17585
17586 * gcc.c-torture/execute/990826-0.c: New test.
17587 * g77.c-torture/execute/19990826-0.f: New test.
17588
17589 * g77.f-torture/noncompile/970626-2.f: New test.
17590
17591 1999-08-25 Paul Burchard <burchard@pobox.com>
17592
17593 * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
17594 lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
17595 lss-011.C: New tests.
17596
17597 1999-08-25 Nathan Sidwell <nathan@acm.org>
17598
17599 * g++.old-deja/g++.other/decl5.C: New test.
17600
17601 1999-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17602
17603 * noncompile/noncompile.exp: Load_lib c-torture.exp.
17604 (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
17605 call `postbase' for each one. All callers of `postbase' changed
17606 to call this instead.
17607
17608 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
17609
17610 * gcc.c-torture/execute/990811-1.c: New test.
17611
17612 1999-08-09 Nick Clifton <nickc@cygnus.com>
17613
17614 * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
17615 just native ones.
17616
17617 * gcc.dg/990413-1.c: Expect the parse error for all builds, not
17618 just native ones.
17619
17620 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
17621
17622 * g++.old-deja/g++.other/local3.C: Removed XFAIL.
17623
17624 1999-08-04 Jeffrey A Law (law@cygnus.com)
17625
17626 * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
17627
17628 1999-08-04 Nathan Sidwell <nathan@acm.org>
17629
17630 * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
17631
17632 1999-08-04 Jeffrey A Law (law@cygnus.com)
17633
17634 * gcc.c-torture/execute/990804-1.c: New test.
17635
17636 1999-08-03 Nathan Sidwell <nathan@acm.org>
17637
17638 * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
17639 * g++.old-deja/g++.brendan/crash64.C: Likewise
17640 * g++.old-deja/g++.brendan/overload8.C: Likewise
17641
17642 1999-08-03 Nathan Sidwell <nathan@acm.org>
17643
17644 * g++.old-deja/g++.other/struct1.C: New test.
17645
17646 1999-08-03 Nathan Sidwell <nathan@acm.org>
17647
17648 * g++.old-deja/g++.other/enum2.C: New test.
17649
17650 1999-08-02 Richard Henderson <rth@cygnus.com>
17651
17652 Adapted from tests from Franz Sirl:
17653 * gcc.c-torture/execute/va-arg-7.c: New test.
17654 * gcc.c-torture/execute/va-arg-8.c: New test.
17655
17656 1999-08-01 Jeffrey A Law (law@cygnus.com)
17657
17658 * gcc.c-torture/compile/990801-2.c: New test.
17659
17660 * gcc.c-torture/compile/990801-1.c: New test.
17661
17662 1999-07-27 Michael Meissner <meissner@cygnus.com>
17663
17664 * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
17665 fp-cmp-1.c, converting double to float.
17666
17667 * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
17668 fp-cmp-1.c, converting double to long double.
17669
17670 * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
17671 from fr1 to unknown_register, since fr1 is a legitimate register
17672 on some machines.
17673
17674 1999-07-25 Jeffrey A Law (law@cygnus.com)
17675
17676 * README: More listname related changes.
17677
17678 1999-07-08 Catherine Moore <clm@cygnus.com>
17679
17680 * gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
17681
17682 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
17683
17684 * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
17685
17686 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
17687
17688 * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
17689
17690 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
17691
17692 * gcc.dg/990703-1.c: New test.
17693
17694 1999-06-29 Nick Clifton <nickc@cygnus.com>
17695
17696 * lib/file-format.exp: New file: Move definition of proc
17697 gcc_target_object_format to here from
17698 gcc.dg/special/ecos.exp.
17699
17700 * lib/c-torture.exp: Include lib file-format.exp.
17701 * lib/gcc-dg.exp: Include lib file-format.exp.
17702
17703 * gcc.dg/special/ecos.exp: Remove definition of proc
17704 gcc_target_object_format.
17705
17706 1999-06-28 Jeffrey A Law (law@cygnus.com)
17707
17708 * gcc.c-torture/execute/990628-1.c: New test.
17709
17710 1999-06-25 Jeffrey A Law (law@cygnus.com)
17711
17712 * gcc.c-torture/compile/990625-2.c: New test.
17713
17714 * gcc.c-torture/compile/990625-1.c: New test.
17715
17716 1999-06-23 Nick Clifton <nickc@cygnus.com>
17717
17718 * gcc.c-torture/compile/dll.c: New test case. Check that dll
17719 attributes compile.
17720 * gcc.c-torture/compile/dll.x: Only support the dll.c test on
17721 ports that use the COFF/PE file format.
17722
17723 1999-06-17 Jeffrey A Law (law@cygnus.com)
17724
17725 * gcc.c-torture/compile/990617-1.c: New test.
17726
17727 1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
17728
17729 * g++.old-deja/g++.other/decl4.C: New test.
17730
17731 1999-06-14 Nathan Sidwell <nathan@acm.org>
17732
17733 * g++.old-deja/g++.other/bitfld3.C: New test.
17734
17735 1999-06-08 Nathan Sidwell <nathan@acm.org>
17736
17737 * g++.old-deja/g++.eh/catch1.C: New test.
17738
17739 1999-06-07 Jeffrey A Law (law@cygnus.com)
17740
17741 * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
17742
17743 * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
17744 * gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
17745
17746 1999-06-05 Craig Burley <craig@jcb-sc.com>
17747
17748 * g77.f-torture/compile/19990502-0.f: Replace with new,
17749 shorter, test that still fails after recent changes.
17750
17751 1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17752
17753 * gcc.c-torture/execute/990604-1.c: New test.
17754
17755 1999-05-31 Jeffrey A Law (law@cygnus.com)
17756
17757 * gcc.c-torture/execute/990531-1.c: New test.
17758
17759 1999-05-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17760
17761 * gcc.c-torture/compile/990527-1.c: New test.
17762
17763 1999-05-27 Joern Rennecke <amylaar@cygnus.com>
17764
17765 * gcc.c-torture/execute/990527-1.c: New test.
17766
17767 1999-05-25 Nick Clifton <nickc@cygnus.com>
17768
17769 * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
17770 bitfields as signed.
17771
17772 1999-05-25 Craig Burley <craig@jcb-sc.com>
17773
17774 * g77.f-torture/compile/19990525-0.f: New test.
17775
17776 1999-05-25 Jeffrey A Law (law@cygnus.com)
17777
17778 * gcc.c-torture/execute/990525-2.c: New test.
17779
17780 * gcc.c-torture/execute/990525-1.c: New test.
17781
17782 1999-05-24 Nathan Sidwell <nathan@acm.org>
17783
17784 * g++.old-deja/g++.other/anon3.C: New test.
17785 * g++.old-deja/g++.other/anon4.C: New test.
17786 * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
17787 * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
17788 after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
17789 Merrill).
17790
17791 1999-05-24 Jeffrey A Law (law@cygnus.com)
17792
17793 * gcc.c-torture/execute/990524-1.c: New test.
17794
17795 * gcc.dg/990524-1.c: New test.
17796
17797 1999-05-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17798
17799 * gcc.c-torture/compile/990523-1.c: New test.
17800
17801 1999-05-19 Raja R Harinath <harinath@cs.umn.edu>
17802
17803 * gcc.c-torture/compile/990519-1.c: New test.
17804
17805 1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17806
17807 * gcc.c-torture/compile/990517-1.c: New test.
17808
17809 * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
17810 (e4, f4): New tests.
17811 (main): Call them.
17812
17813 1999-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17814
17815 * gcc.dg/noreturn-1.c: New test.
17816
17817 1999-05-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17818
17819 * gcc.c-torture/execute/990513-1.c: New test.
17820
17821 1999-05-10 Richard Henderson <rth@cygnus.com>
17822
17823 * g++.old-deja/g++.other/null1.C (g): Add overload for long.
17824
17825 1999-05-10 Craig Burley <craig@jcb-sc.com>
17826
17827 * g77.f-torture/execute/erfc.f: Use small single-precision
17828 values, to avoid problems on Alphas when not -mieee.
17829
17830 1999-05-08 Craig Burley <craig@jcb-sc.com>
17831
17832 * gcc.dg/990506-0.c: New test.
17833
17834 1999-05-08 Richard Henderson <rth@cygnus.com>
17835
17836 * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
17837 the constant to test. Don't XFAIL 64-bit targets.
17838
17839 * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
17840 * g++.old-deja/g++.law/profile1.C: Likewise.
17841
17842 * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
17843 operator new instances.
17844 * g++.old-deja/g++.other/delete5.C: Likewise.
17845
17846 1999-05-03 Craig Burley <craig@jcb-sc.com>
17847
17848 * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
17849 intrinsic.
17850
17851 1999-05-03 Craig Burley <craig@jcb-sc.com>
17852
17853 * g77.f-torture/execute/u77-test.f: Reverse order of two
17854 arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
17855
17856 1999-05-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17857
17858 * gcc.dg/compare1.c: New test.
17859
17860 1999-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
17861
17862 * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
17863 New tests.
17864
17865 1999-05-02 Craig Burley <craig@jcb-sc.com>
17866
17867 * g77.f-torture/compile/19990502-1.f: New test.
17868
17869 1999-05-02 Craig Burley <craig@jcb-sc.com>
17870
17871 * g77.f-torture/compile/19990502-0.f: New test.
17872
17873 1999-05-02 Craig Burley <craig@jcb-sc.com>
17874
17875 * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
17876 intrinsic.
17877
17878 1999-05-02 Craig Burley <craig@jcb-sc.com>
17879
17880 * g77.f-torture/execute/u77-test.f (main): List libU77
17881 intrinsics not currently tested.
17882 Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
17883 GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
17884 FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
17885 Trim blanks off the ends of some printed strings.
17886
17887 1999-05-02 Craig Burley <craig@jcb-sc.com>
17888
17889 * g77.f-torture/execute/u77-test.f (main): Just warn about
17890 FSTAT gid disagreement, as it's expected on some systems.
17891
17892 1999-05-01 Craig Burley <craig@jcb-sc.com>
17893
17894 * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
17895 use a new function, which allows for some slop.
17896 Clean up some commentary.
17897 (issum): The new function.
17898 (sgladd): Deleted subroutine.
17899
17900 1999-05-01 Craig Burley <craig@jcb-sc.com>
17901
17902 * g77.f-torture/execute/u77-test.f: Modify to be more like
17903 libf2c/libU77 version, bringing patches to that version here.
17904 Add suitable commentary.
17905
17906 1999-04-25 Richard Henderson <rth@cygnus.com>
17907
17908 * gcc.dg/990424-1.c: New test.
17909
17910 1999-04-24 Craig Burley <craig@jcb-sc.com>
17911
17912 * g77.f-torture/execute/u77-test.f (main): Bug involving
17913 LSTAT has been fixed, so turn back on full checking.
17914
17915 1999-04-20 Craig Burley <craig@jcb-sc.com>
17916
17917 * g77.f-torture/compile/19990419-0.f: New test.
17918 * g77.f-torture/execute/19990419-1.f: New test.
17919
17920 1999-04-17 Richard Henderson <rth@cygnus.com>
17921
17922 * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
17923 to avoid the need for a prototype to supress a warning.
17924
17925 1999-04-07 Jim Wilson <wilson@cygnus.com>
17926
17927 * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
17928
17929 1999-04-04 Jeffrey A Law (law@cygnus.com)
17930
17931 * gcc.c-torture/execute/990404-1.c: New test.
17932
17933 1999-04-03 10:35 -0500 Zack Weinberg <zack@rabi.columbia.edu>
17934
17935 * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
17936 * gcc.dg/cpp-if3.c: Don't use -pedantic.
17937 * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
17938 missing initializer warnings.
17939
17940 1999-03-28 Jeffrey A Law (law@cygnus.com)
17941
17942 * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
17943 matching strings.
17944
17945 1999-03-26 Jeffrey A Law (law@cygnus.com)
17946
17947 * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
17948
17949 1999-03-26 Craig Burley <craig@jcb-sc.com>
17950
17951 * g77.f-torture/execute/19990325-0.f: New test.
17952 * g77.f-torture/execute/19990325-1.f: New test.
17953
17954 1999-03-24 Jeffrey A Law (law@cygnus.com)
17955
17956 * gcc.c-torture/execute/990324-1.c: New test.
17957
17958 1999-03-22 Jim Wilson <wilson@cygnus.com>
17959
17960 * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
17961 test with 4.
17962
17963 1999-03-17 Richard Henderson <rth@cygnus.com>
17964
17965 * gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
17966
17967 1999-03-13 Craig Burley <craig@jcb-sc.com>
17968
17969 * g77.f-torture/execute/19990313-2.f: New test.
17970 * g77.f-torture/execute/19990313-3.f: New test.
17971
17972 1999-03-13 Craig Burley <craig@jcb-sc.com>
17973
17974 * g77.f-torture/execute/19990313-0.f: New test.
17975 * g77.f-torture/execute/19990313-1.f: New test.
17976
17977 1999-03-12 Jim Wilson <wilson@cygnus.com>
17978
17979 * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
17980 printf to sprintf.
17981 * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
17982 (main): Add check for u15. Conditionalize u31 check depending on
17983 whether ints are <32 bits or >=32 bits.
17984
17985 1999-03-08 Craig Burley <craig@jcb-sc.com>
17986
17987 * g77.f-torture/execute/19981119-0.f: Improve testiness.
17988
17989 1999-03-08 Craig Burley <craig@jcb-sc.com>
17990
17991 * g77.f-torture/compile/19990305-0.f: New test.
17992 * g77.f-torture/execute/19981119-0.f: New test.
17993
17994 1999-03-08 Craig Burley <craig@jcb-sc.com>
17995
17996 * g77.f-torture/execute/970625-2.f: call ABORT if final
17997 result is not correct, instead of just printing it.
17998 Add this checking via newly introduced obfuscation, to
17999 trip up buggy front ends.
18000
18001 1999-03-07 Craig Burley <craig@jcb-sc.com>
18002
18003 * g77.f-torture/compile/960317-1.f: Moved from being
18004 in execute/. (Somehow I didn't notice "SUBROUTINE...".)
18005
18006 1999-03-06 Craig Burley <craig@jcb-sc.com>
18007
18008 * g77.f-torture/execute/960317-1.f: New (old) test.
18009 * g77.f-torture/execute/970625-2.f: Ditto.
18010
18011 1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
18012
18013 * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
18014 message on line 1 or line 2; cccp and cpplib do this differently.
18015
18016 1999-03-01 Jeffrey A Law (law@cygnus.com)
18017
18018 * g++.old-deja/g++.law/weak1.C: New test.
18019
18020 1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
18021
18022 * gcc.c-torture/execute/990119-1.c: Renamed to...
18023 * gcc.dg/990119-1.c: this, so it will only be tested once
18024 (it's a preprocessor test, it doesn't need to be run at
18025 multiple optimization levels).
18026
18027 1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
18028
18029 * lib/g++.exp: Don't add incdir=$base_dir/../include to
18030 ALWAYS_CXXFLAGS.
18031
18032 1999-02-24 Craig Burley <craig@jcb-sc.com>
18033
18034 * g77.f-torture/noncompile/19981216-0.f: Renamed from...
18035 * g77.f-torture/compile/19981216-0.f: ...as it is expected
18036 to not be compilable by current g77.
18037
18038 1999-02-24 Nick Clifton <nickc@cygnus.com>
18039
18040 * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
18041
18042 1999-02-22 Jeffrey A Law (law@cygnus.com)
18043
18044 * gcc.c-torture/execute/990222-1.c: New test.
18045
18046 1999-02-19 Craig Burley <craig@jcb-sc.com>
18047
18048 * g77.f-torture/compile/19990218-0.f: New test.
18049 * g77.f-torture/noncompile/19990218-1.f: New test.
18050
18051 1999-02-18 Craig Burley <craig@jcb-sc.com>
18052
18053 * g77.f-torture/compile/19981216-0.f: New test.
18054
18055 1999-02-14 Jeffrey A Law (law@cygnus.com)
18056
18057 * gcc.dg/990214-1.c: New test.
18058
18059 1999-02-13 Jeffrey A Law (law@cygnus.com)
18060
18061 * gcc.dg/990213-2.c: New test.
18062
18063 * gcc.dg/990213-1.c: New test.
18064
18065 1999-02-12 Jeffrey A Law (law@cygnus.com)
18066
18067 * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
18068 ints.
18069
18070 1999-02-11 Nick Clifton <nickc@cygnus.com>
18071
18072 * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
18073 specified by target.
18074
18075 * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
18076
18077 1999-02-11 Jeffrey A Law (law@cygnus.com)
18078
18079 * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
18080
18081 1999-02-10 Jonathan Larmour <jlarmour@cygnus.co.uk>
18082
18083 * gcc.dg/special/ecos.exp: New test driver for new tests with
18084 special requirements.
18085
18086 * gcc.dg/special/alias-1.c: New test.
18087 * gcc.dg/special/gcsec-1.c: New test.
18088 * gcc.dg/special/weak-1.c: New test.
18089 * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
18090 * gcc.dg/special/weak-2.c: New test.
18091 * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
18092 * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
18093 * gcc.dg/special/wkali-1.c: New test.
18094 * gcc.dg/special/wkali-2.c: New test.
18095 * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
18096 * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
18097
18098 1999-02-10 Felix Lee <flee@cygnus.com>
18099
18100 * lib/c-torture.exp (c-torture-compile): Pull out code for
18101 analyzing gcc error messages.
18102 (c-torture-execute): Likewise. Fix some (harmless) false
18103 positives.
18104 * lib/gcc.exp (gcc_check_compile): New function.
18105
18106 1999-02-08 Richard Henderson <rth@cygnus.com>
18107
18108 * gcc.c-torture/execute/990208-1.c: New test.
18109
18110 1999-02-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
18111
18112 * g++.dg/special/ecos.exp: New driver for new tests with special
18113 requirements
18114
18115 * g++.dg/special/conpr-1.C: New test
18116 * g++.dg/special/conpr-2.C: New test
18117 * g++.dg/special/conpr-2a.C: New test
18118 * g++.dg/special/conpr-3.C: New test
18119 * g++.dg/special/conpr-3a.C: New test
18120 * g++.dg/special/conpr-3b.C: New test
18121
18122 * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
18123 allow g++ to use the dg driver
18124
18125 * README: Add comment about g++.dg directory
18126
18127 1999-02-06 Jeffrey A Law (law@cygnus.com)
18128
18129 * README: Update email addresses.
18130
18131 1999-02-03 Nick Clifton <nickc@cygnus.com>
18132
18133 * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
18134 arguments in order to force structure S onto the stack even on
18135 the alpha.
18136 (test): Pass 10 leading arguments to function foo as well as the
18137 structure S.
18138
18139 * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
18140 failure for all targets.
18141
18142 * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
18143 abort to terminate program execution.
18144
18145 1999-01-30 Richard Henderson <rth@cygnus.com>
18146
18147 * gcc.c-torture/execute/990130-1.c: New test.
18148
18149 1999-01-30 Jeffrey A Law (law@cygnus.com)
18150
18151 * gcc.dg/990130-1.c: New test.
18152
18153 1999-01-28 Michael Meissner <meissner@cygnus.com>
18154
18155 * gcc.c-torture/execute/990128-1.c: New test.
18156
18157 1999-01-27 Michael Meissner <meissner@cygnus.com>
18158
18159 * gcc.c-torture/execute/990127-{1,2}.c: New tests.
18160
18161 1999-01-27 Felix Lee <flee@cygnus.com>
18162
18163 * lib/c-torture.exp (c-torture-compile): pull out code for
18164 analyzing gcc error messages.
18165 (c-torture-execute): ditto, and fix some (harmless) false
18166 positives.
18167 * lib/gcc.exp (gcc_check_compile): new function.
18168
18169 1999-01-17 Jeffrey A Law (law@cygnus.com)
18170
18171 * gcc.dg/990117-1.c: New test.
18172
18173 * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
18174
18175 * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
18176
18177 1999-01-15 Jeffrey A Law (law@cygnus.com)
18178
18179 * g77.f-torture/compile/990115-1.f: New test.
18180
18181 1999-01-07 Jeffrey A Law (law@cygnus.com)
18182
18183 * gcc.c-torture/compile/990107-1.c: New test
18184
18185 1999-01-06 Jeffrey A Law (law@cygnus.com)
18186
18187 * gcc.c-torture/execute/990106-2.c: New test.
18188
18189 * gcc.c-torture/execute/990106-1.c: New test.
18190
18191 1998-12-30 Zack Weinberg <zack@rabi.columbia.edu>
18192
18193 * gcc.c-torture/compile/981223-1.c: New test.
18194
18195 1998-12-29 Richard Henderson <rth@cygnus.com>
18196
18197 * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
18198 (opt3): Rename from opt4 and disable.
18199
18200 1998-12-20 Alexandre Oliva <oliva@dcc.unicamp.br>
18201
18202 * g++.old-deja/g++.pt/ptrmem5.C: New test.
18203
18204 1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
18205
18206 * g++.old-deja/g++.other/conv5.C: New test.
18207
18208 1998-12-14 Nick Clifton <nickc@cygnus.com>
18209
18210 * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
18211
18212 1998-12-11 Jeffrey A Law (law@cygnus.com)
18213
18214 * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
18215
18216 1998-12-11 Zack Weinberg <zack@rabi.columbia.edu>
18217
18218 * gcc.c-torture/compile/981211-1.c: New test.
18219
18220 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
18221
18222 * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
18223
18224 * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
18225
18226 1998-12-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18227
18228 * gcc.special/930510-1.c: Make C9X safe.
18229 * gcc.misc-tests/gcov-1.c Similarly.
18230 * gcc.misc-tests/gcov-2.c Similarly.
18231
18232 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
18233
18234 * gcc.dg/ultrasp1.c: New test.
18235
18236 1998-12-06 Richard Henderson <rth@cygnus.com>
18237
18238 * gcc.c-torture/execute/981206.c: New test.
18239
18240 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
18241
18242 * g++.old-deja/g++.ns/template7.C: New test.
18243
18244 * g++.old-deja/g++.other/expr1.C: New test.
18245
18246 * g++.old-deja/g++.eh/tmpl3.C: New test.
18247
18248 * g++.old-deja/g++.eh/tmpl2.C: New test.
18249
18250 1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
18251
18252 * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
18253 * g++.old-deja/g++.other/using6.C: Removed.
18254 * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
18255
18256 * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
18257
18258 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
18259
18260 * g++.old-deja/g++.pt/overload8.C: New test.
18261
18262 * g++.old-deja/g++.pt/overload7.C: New test.
18263
18264 * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
18265
18266 * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
18267 and relinking messages.
18268 * lib/g++.exp (g++_target_compile): Remove .rpo file when
18269 compiling with -frepo.
18270
18271 1998-12-01 Alexandre Oliva <oliva@dcc.unicamp.br>
18272
18273 * g++.old-deja/g++.pt/lookup6.C: New test.
18274
18275 1998-11-30 Nick Clifton <nickc@cygnus.com>
18276
18277 * gcc.c-torture/execute/981130-1.c: New test.
18278 * gcc.c-torture/execute/981130-1.x: New test failure expectations.
18279
18280 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
18281
18282 * g++.old-deja/g++.pt/explicit76.C: New test.
18283
18284 * g++.old-deja/g++.pt/friend38.C: New test.
18285
18286 * g++.old-deja/g++.ns/crash2.C: New test.
18287
18288 * g++.old-deja/g++.pt/defarg8.C: New test.
18289
18290 * g++.old-deja/g++.pt/instantiate6.C: New test.
18291
18292 * g++.old-deja/g++.pt/static6.C: New test.
18293
18294 * g++.old-deja/g++.pt/decl2.C: New test.
18295
18296 1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
18297
18298 * g++.old-deja/g++.other/lookup5.C: New test. Not sure the
18299 problem is actually related with name lookup, but so what? :-)
18300
18301 * g++.old-deja/g++.pt/friend37.C: New test.
18302
18303 1998-11-25 Dave Love <d.love@dl.ac.uk>
18304
18305 * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
18306 element, which fails on some systems.
18307
18308 * g77.f-torture/execute/labug1.f: New test.
18309
18310 1998-11-21 Jeffrey A Law (law@cygnus.com)
18311
18312 * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
18313 is defined.
18314
18315 1998-11-18 Dave Love <d.love@dl.ac.uk>
18316
18317 * g77.f-torture/compile/981117-1.f: New test.
18318
18319 1998-11-16 Alexandre Oliva <oliva@dcc.unicamp.br>
18320
18321 * g++.old-deja/g++.eh/throw2.C: New test. CV-qualifiers are not
18322 properly discarded.
18323
18324 1998-10-11 Ken Raeburn <raeburn@cygnus.com>
18325
18326 * gcc.c-torture/execute/memcheck: New directory of tests for
18327 -fcheck-memory-usage.
18328
18329 1998-11-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18330
18331 * README: New file, general information about the testsuite and
18332 new description of the various C++ test subdirectories.
18333 * README.g++: Eliminate obsolete information, update and move most
18334 relevant stuff to README.
18335
18336 1998-11-07 Richard Henderson <rth@cygnus.com>
18337
18338 * gcc.c-torture/compile/981107-1.c: New test.
18339
18340 1998-11-02 Doug Evans <devans@canuck.cygnus.com>
18341
18342 * execute/memcpy-bi.c: New testcase.
18343
18344 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
18345
18346 * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
18347 base classes.
18348
18349 * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
18350 template is selected.
18351
18352 * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
18353 classes, it should be accepted for all types.
18354
18355 * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
18356
18357 * g++.old-deja/g++.pt/spec24.C: Ensure that template
18358 specializations start with template headers.
18359
18360 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
18361
18362 * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
18363
18364 * g++.old-deja/g++.other/init9.C: Test cross initialization of
18365 non-POD types.
18366
18367 1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br>
18368
18369 * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
18370
18371 1998-10-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18372
18373 * compile/981022-1.c, compile/981022-1.x: New test and driver.
18374
18375 1998-10-19 Jeffrey A Law (law@cygnus.com)
18376
18377 * 981019-1.c: New test.
18378
18379 1998-10-14 Robert Lipe <robertl@dgii.com>
18380
18381 * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
18382 find objc headers.
18383
18384 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
18385
18386 * compile/981001-4.c: Remove use of GCC extension that triggers a
18387 compiler bug.
18388
18389 1998-10-13 Alexandre Oliva <oliva@dcc.unicamp.br>
18390
18391 * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
18392
18393 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
18394
18395 * g++.old-deja/g++.pt/explicit74.C: New test. Explicit
18396 instantiation of template produces incorrect code for delete
18397 expression.
18398
18399 * g++.old-deja/g++.pt/instantiate5.C: New test. `global
18400 constructors' name is not unique.
18401 * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
18402 * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
18403
18404 * g++.old-deja/g++.other/init8.C: New test. Uninitialized
18405 automatic array of const is ill-formed.
18406
18407 * g++.old-deja/g++.pt/ttp53.C: New test. Incorrect substitution
18408 of template parameter?
18409
18410 * g++.old-deja/g++.other/conv3.C: New test. Conversion discards
18411 const.
18412
18413 * g++.old-deja/g++.other/pmf2.C: New test. Invalid
18414 pointer-to-member expression.
18415
18416 * g++.old-deja/g++.other/friend5.C: New test. Bogus friend
18417 declaration causes ICE.
18418
18419 1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
18420
18421 * g++.old-deja/g++.ns/main1.C: New test. main() should only be
18422 reserved in the global namespace.
18423
18424 * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
18425 generate needed virtual table.
18426
18427 * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
18428
18429 1998-10-10 Dariush Eslimi <eslimi@loran.com>
18430
18431 * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
18432 template-dependent type
18433
18434 1998-10-10 Alexandre Oliva <oliva@dcc.unicamp.br>
18435
18436 * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
18437 * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
18438 * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
18439
18440 * g++.old-deja/g++.other/using5.C: New test; using decl from base
18441 class should be usable as argument of member function.
18442 * g++.old-deja/g++.other/using6.C: New test; using decl from base
18443 class should be usable as return type of member function.
18444 * g++.old-deja/g++.other/using7.C: New test; using decl from base
18445 class should be usable as type of data member.
18446
18447 * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
18448
18449 1998-10-09 Jeffrey A Law (law@cygnus.com)
18450
18451 * gcc.c-torture/special/920521-1.c: Fix bogus test.
18452
18453 1998-10-08 Nick Clifton <nickc@cygnus.com>
18454
18455 * gcc.dg/dll-?.c Add thumb to target list.
18456 Fix assembler scan patterns to match current assembler output.
18457
18458 1998-10-08 Alexandre Oliva <oliva@dcc.unicamp.br>
18459
18460 * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
18461 matching of template brackets.
18462
18463 * g++.old-deja/g++.other/using4.C: New test. Test using
18464 declarations of methods from base classes.
18465
18466 * g++.old-deja/g++.ns/extern1.C: New test. Extern declarations
18467 within functions should introduce names into the innermost
18468 enclosing namespace.
18469
18470 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
18471 of static locals if first initialization throws.
18472
18473 1998-10-07 Jim Wilson <wilson@cygnus.com>
18474
18475 * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
18476
18477 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
18478
18479 * gcc.c-torture/special/981006-1.c: New test. Make sure gcc doesn't
18480 lose track of the possible targets of tablejump insns.
18481 * special/special.exp: Run it.
18482
18483 1998-10-06 Alexandre Oliva <oliva@dcc.unicamp.br>
18484
18485 * g++.old-deja/g++.pt/friend35.C: New test. A template function
18486 must be declared before its specializations can be named in friend
18487 declarations.
18488
18489 1998-10-05 Dave Love <d.love@dl.ac.uk>
18490
18491 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
18492
18493 * g77.f-torture/execute/io1.f: New test.
18494
18495 1998-10-04 Alexandre Oliva <oliva@dcc.unicamp.br>
18496
18497 * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
18498 with pointer to template function, for which no argument deduction
18499 is possible.
18500
18501 * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
18502 specialization of template function as argument to template
18503 function.
18504
18505 * g++.old-deja/g++.other/access2.C: New test; Inner class
18506 shouldn't have privileged access to Outer's names.
18507
18508 1998-10-03 Alexandre Oliva <oliva@dcc.unicamp.br>
18509
18510 * g++.old-deja/g++.pt/friend34.C: New test; name injection of
18511 friend template declared within template class conflicts with
18512 nested class of the same name.
18513
18514 * g++.old-deja/g++.other/badopt1.C: New test; post-increment
18515 is ignored.
18516
18517 * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
18518 object with direct initializer as function declaration.
18519
18520 * g++.old-deja/g++.other/decl2.C: New test; duplicate
18521 initializers.
18522
18523 * g++.old-deja/g++.other/null2.C: New test; conditional operator
18524 involving const pointer and NULL produces incorrect result.
18525
18526 * g++.old-deja/g++.other/typename1.C: New test; template-dependent
18527 type name without `typename' should be rejected with -pedantic.
18528
18529 1998-10-02 Richard Henderson <rth@cygnus.com>
18530
18531 * g++.old-deja/g++.other/addrof1.C: New test.
18532
18533 1998-10-01 Nick Clifton <nickc@cygnus.com>
18534
18535 * gcc.c-torture/compile/981001-1.c: New test.
18536 * gcc.c-torture/execute/981001-1.c: New test.
18537
18538 1998-10-01 Jeffrey A Law (law@cygnus.com)
18539
18540 * gcc.c-torture/compile/981001-2.c: New test.
18541 * gcc.c-torture/compile/981001-3.c: New test.
18542 * gcc.c-torture/compile/981001-4.c: New test.
18543
18544 1998-10-01 Robert Lipe <robertl@dgii.com>
18545
18546 * lib/objc.exp (objc_target_compile): Add -L during compiles for
18547 multilibbed hosts. Idea grafted from g77.exp.
18548
18549 1998-09-30 Dave Love <d.love@dl.ac.uk>
18550
18551 * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
18552 avoid losing on systems which need -lsocket.
18553
18554 1998-09-28 Alexandre Oliva <oliva@dcc.unicamp.br>
18555
18556 * g++.old-deja/g++.other/bitfld1.C: Expected failure.
18557 * g++.old-deja/g++.other/nested2.C: Ditto.
18558 * g++.old-deja/g++.robertl/eb132.C: No longer an expected
18559 failure.
18560
18561 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
18562
18563 * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
18564 preferred over template operator!= for enum bitfields.
18565
18566 1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
18567
18568 * g++.old-deja/g++.other/nested2.C: Different virtual base classes
18569 that happen to have the same base name, but in different scopes,
18570 are incorrectly rejected.
18571
18572 1998-09-16 Richard Henderson <rth@cygnus.com>
18573
18574 * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
18575 on the native word size instead of an integer literal.
18576
18577 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
18578
18579 * g++.old-deja/g++.other/static2.C: Invocation of static data
18580 member of type pointer-to-function denoted as non-static member.
18581
18582 * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
18583 checks involving function types and aliases.
18584
18585 1998-09-12 Alexandre Oliva <oliva@dcc.unicamp.br>
18586
18587 * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
18588 redefined to the same non-trivial type.
18589
18590 * g++.old-deja/g++.pt/explicit73.C: Test for proper
18591 namespace-qualification of template specializations declared in
18592 other namespaces.
18593
18594 * g++.old-deja/g++.other/friend4.C: Check whether it is possible
18595 to declare a subset of the specializations of a template function
18596 as friends of specializations of a template class.
18597
18598 * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
18599 member templates that do not fully specialize the enclosing
18600 template class are rejected.
18601
18602 1998-09-11 Dave Love <d.love@dl.ac.uk>
18603
18604 * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
18605
18606 1998-09-08 Dave Love <d.love@dl.ac.uk>
18607
18608 * g77.f-torture/execute/u77-test.f (main): New file, somewhat
18609 altered from libf2c/libU77 version.
18610
18611 1998-09-06 Dave Love <d.love@dl.ac.uk>
18612
18613 * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
18614
18615 1998-09-04 Reid M. Pinchback <reidmp@MIT.EDU>, Alexandre Oliva <oliva@dcc.unicamp.br>
18616
18617 * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
18618 (un)signed char are different types for template specialization
18619 purposes.
18620
18621 1998-09-03 Ovidiu Predescu <ovidiu@aracnet.com>
18622
18623 * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
18624 * objc: ObjC testsuite.
18625
18626 1998-08-31 Catherine Moore <clm@cygnus.com>
18627
18628 * gcc.c-torture/execute/941014-1.x: New file.
18629
18630 1998-08-31 Nick Clifton <nickc@cygnus.com>
18631
18632 * lib/c-torture.exp: Add support for
18633 torture_eval_before_compile and torture_eval_before_execute
18634 variables.
18635
18636 1998-08-30 Jeffrey A Law (law@cygnus.com)
18637
18638 * gcc.dg/980626-1.c: Delete this test. We've declared the warning
18639 this test triggers valid.
18640
18641 1998-08-27 Jeffrey A Law (law@cygnus.com)
18642
18643 * gcc.dg/980827-1.c: New test.
18644
18645 1997-08-26 J"orn Rennecke <amylaar@cygnus.co.uk>
18646
18647 * gcc.c-torture/execute/loop-4b.c: New test.
18648
18649 1998-08-26 Nick Clifton <nickc@cygnus.com>
18650
18651 * lib/c-torture.exp: Add support for
18652 torture_eval_before_compile and torture_eval_before_execute
18653 variables.
18654
18655 1998-08-25 Jeffrey A Law (law@cygnus.com)
18656
18657 * gcc.c-torture/compile/980825-1.c: New test.
18658
18659 1998-08-24 Nick Clifton <nickc@cygnus.com>
18660
18661 * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
18662 count number tests in opt_t0 not good_t0.
18663
18664 1998-08-24 Jeffrey A Law (law@cygnus.com)
18665
18666 * gcc.c-torture/compile/930326-1.x: Fix typo.
18667
18668 1998-08-23 Mark Mitchell <mark@markmitchell.com>
18669
18670 * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
18671 causes an ICE.
18672
18673 1998-08-21 Jeffrey A Law (law@cygnus.com)
18674
18675 * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
18676 STACK_SIZE is defined.
18677 * gcc.c-torture/unsorted/stuct.c: Similarly.
18678
18679 * gcc.c-torture/compile/980821-1.c: New test.
18680
18681 1998-08-21 Jeffrey A Law (law@cygnus.com)
18682
18683 * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
18684
18685 1998-08-19 Mark Mitchell <mark@markmitchell.com>
18686
18687 * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
18688 code.
18689
18690 1998-08-09 Mark Mitchell <mark@markmitchell.com>
18691
18692 * lib/old-dejagnu.exp: Revise handling of `Internal compiler
18693 error'.
18694
18695 1998-08-18 Jeffrey A Law (law@cygnus.com)
18696
18697 * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
18698
18699 1998-08-16 Jeffrey A Law (law@cygnus.com)
18700
18701 * gcc.c-torture/compile/980816-1.c: New test.
18702
18703 * gcc.dg/980816-1.c: New test.
18704
18705 1998-08-13 Jeffrey A Law (law@cygnus.com)
18706
18707 * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
18708 compiler for ieee tests.
18709
18710 1998-08-01 Dave Love <d.love@dl.ac.uk>
18711
18712 * g77.f-torture/compile/980729-0.f: New test.
18713
18714 1998-07-30 Ken Raeburn <raeburn@cygnus.com>
18715
18716 * gcc.c-torture/special/eeprof-1.c: New test, for
18717 -finstrument-functions.
18718 * gcc.c-torture/special/special.exp: Run it.
18719
18720 1998-07-29 Jeffrey A Law (law@cygnus.com)
18721
18722 * gcc.c-torture/compile/980729-1.c: New test.
18723
18724 1998-07-27 Nick Clifton <nickc@cygnus.com>
18725
18726 * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
18727 __thumb__ is defined, and test for ARM style doubles if so.
18728
18729 1998-07-26 Dave Love <d.love@dl.ac.uk>
18730
18731 * g77.f-torture/noncompile/980615-0.f: New test.
18732
18733 1998-07-26 H.J. Lu (hjl@gnu.org)
18734
18735 * gcc.dg/980312-1.c: Do link instead of compile.
18736 * gcc.dg/980313-1.c: Likewise.
18737
18738 1998-07-26 Jeffrey A Law (law@cygnus.com)
18739
18740 * gcc.c-torture/compile/980726-1.c: New test.
18741
18742 1998-07-25 Dave Love <d.love@dl.ac.uk>
18743
18744 * g77.f-torture/execute/io0.f: New test.
18745
18746 1998-07-24 Nick Clifton <nickc@cygnus.com>
18747
18748 * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
18749 an int.
18750
18751 1998-06-18 Michael Meissner <meissner@cygnus.com>
18752
18753 * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
18754 m32r bugs.
18755
18756 1998-07-17 Nick Clifton <nickc@cygnus.com>
18757
18758 * gcc.dg/980626-1.c: Expect failures for all toolchains until
18759 c-decl.c:grokdeclarator can handle mode attributes.
18760
18761 1998-07-16 Jeffrey A Law (law@cygnus.com)
18762
18763 * gcc.c-torture/execute/980716-1.c: New test.
18764
18765 1998-07-13 Jeffrey A Law (law@cygnus.com)
18766
18767 * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
18768 the mn10200.
18769 * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
18770 the mn10200.
18771 * gcc.c-torture/execute/va-arg-3.x: Similarly.
18772 * gcc.c-torture/compile/930326-1.x: Similarly.
18773
18774 1998-07-13 Dave Love <d.love@dl.ac.uk>
18775
18776 * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
18777 New test from Craig.
18778
18779 1998-07-12 Dave Love <d.love@dl.ac.uk>
18780
18781 * g77.f-torture/noncompile/980616-0.f: New test.
18782
18783 * g77.f-torture/execute/970816-3.f: New test from Craig.
18784
18785 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18786
18787 * g++.other/singleton.C: Return error value instead of taking
18788 SIGSEGV.
18789
18790 1998-07-10 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
18791
18792 * g++.other/singleton.C: New test. Warning is under dispute.
18793 Runtime crash is not.
18794
18795 1998-07-09 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18796
18797 * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
18798 ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
18799 using6.C, using7.C}: New namespace tests.
18800
18801 1998-07-09 Alexandre Oliva <oliva@dcc.unicamp.br>
18802
18803 * g++.old-deja/g++.other/partspec1.C: Test matching of partial
18804 specialization with typedef'ed names used as array indexes.
18805
18806 1998-07-09 Jeffrey A Law (law@cygnus.com)
18807
18808 * gcc.c-torture/execute/980709-1.c: New test.
18809
18810 * gcc.dg/980709-1.c: New test.
18811
18812 1998-07-07 Richard Henderson <rth@cygnus.com>
18813
18814 * gcc.c-torture/execute/bcp-1.c: New test.
18815
18816 1998-07-07 Jeffrey A Law (law@cygnus.com)
18817
18818 * gcc.c-torture/execute/980707-1.c: New test.
18819
18820 1998-07-06 Kamil Iskra <iskra@student.uci.agh.edu.pl>
18821
18822 * gcc.c-torture/compile/980706-1.c: New test.
18823
18824 1998-07-01 Dave Love <d.love@dl.ac.uk>
18825
18826 * g77.f-torture/execute/980701-0.f,
18827 g77.f-torture/execute/980701-1.f: New test from Craig.
18828
18829 1998-07-01 Jeffrey A Law (law@cygnus.com)
18830
18831 * gcc.c-torture/compile/980701-1.c: New test.
18832
18833 * gcc.c-torture/execute/980701-1.c: New test.
18834
18835 1998-06-30 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka
18836 rlsruhe.de>
18837
18838 * g++.old-deja/g++.robertl/eb132.C: New test.
18839 * g++.old-deja/g++.robertl/eb133.C: Likewise.
18840
18841 1998-06-29 Dave Love <d.love@dl.ac.uk>
18842
18843 * g77.f-torture/execute/980628-7.f,
18844 g77.f-torture/execute/980628-8.f,
18845 g77.f-torture/execute/980628-9.f,
18846 g77.f-torture/execute/980628-10.f: New tests from Craig.
18847
18848 * g77.f-torture/execute/980628-3.f: Remove mail headers.
18849
18850 1998-06-28 Jeffrey A Law (law@cygnus.com)
18851
18852 * g77.f-torture/execute/980628-4.f: New test from Craig.
18853 * g77.f-torture/execute/980628-5.f: Likewise.
18854 * g77.f-torture/execute/980628-2.f: Likewise.
18855 * g77.f-torture/execute/980628-0.f: Likewise.
18856 * g77.f-torture/execute/980628-1.f: Likewise.
18857 * g77.f-torture/execute/980628-3.f: Likewise.
18858 * g77.f-torture/execute/980628-6.f: Likewise.
18859
18860 1998-06-28 Jeffrey A Law (law@cygnus.com)
18861
18862 * lib/g77.exp (default_g77_version): Tweak to make it work in a build
18863 directory when nothing has been installed yet.
18864
18865 1998-06-27 Carlo Wood <carlo@runaway.xs4all.nl>
18866
18867 * gcc.c-torture/special/special.exp: Handle newer versions of
18868 dejagnu.
18869
18870 1998-06-26 Jeffrey A Law (law@cygnus.com)
18871
18872 * gcc.dg/980626-1.c: New test.
18873
18874 1998-06-19 Bruno Haible <haible@ilog.fr>
18875
18876 * gcc.misc-tests/m-un-2.c: New test.
18877 * g++.old-deja/g++.other/warn01.c: Likewise.
18878
18879 1998-06-19 Robert Lipe <robertl@dgii.com>
18880
18881 * gcc.dg/980414-1.c: Move comments outside of ASM to improve
18882 compatibility with assmblers with a different comment character.
18883 Eliminate use of GAS-specific extensions.
18884
18885 1998-06-19 Jeffrey A Law (law@cygnus.com)
18886
18887 * gcc.c-torture/execute/ieee/980619-1.c: New test.
18888
18889 1998-06-19 Robert Lipe <robertl@dgii.com>
18890
18891 *lib/g77.exp: Replace search for libf2c.a with search for newly
18892 renamed libg2c.a
18893
18894 1998-06-17 Jeffrey A Law (law@cygnus.com)
18895
18896 * gcc.c-torture/execute/980617-1.c: New test.
18897
18898 1998-06-12 Jeffrey A Law (law@cygnus.com)
18899
18900 * gcc.c-torture/execute/980612-1.c: New test.
18901
18902 1998-06-08 Jeffrey A Law (law@cygnus.com)
18903
18904 * gcc.dg/980523-1.c: Only test on ppc-linux.
18905 * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
18906
18907 * gcc.c-torture/execute/980608-1.c: New test.
18908
18909 1997-06-05 J"orn Rennecke <amylaar@cygnus.co.uk>
18910
18911 * gcc.c-torture/execute/980605-1.c: New test.
18912
18913 1998-06-04 Jeffrey A Law (law@cygnus.com)
18914
18915 * gcc.c-torture/execute/980604-1.c: New test.
18916
18917 1998-06-02 Jeffrey A Law (law@cygnus.com)
18918
18919 * gcc.c-torture/execute/980602-1.c: New test.
18920 * gcc.c-torture/execute/980602-2.c: Likewise.
18921
18922 1998-06-02 Dave Love <d.love@dl.ac.uk>
18923
18924 * 970125-0.f: Fix per JCB. Add commentary.
18925
18926 1998-05-31 Michael Meissner <meissner@cygnus.com>
18927
18928 * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
18929 IEEE -0 support.
18930
18931 1998-05-29 Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
18932
18933 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
18934 earlier.
18935
18936 1998-05-28 Catherine Moore <clm@cygnus.com>
18937
18938 * gcc.c-torture/execute/980526-3.c: New test.
18939
18940 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
18941
18942 * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
18943 fail on m68k-motorola-sysv and m88k-motorola-sysv3.
18944 * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
18945 m88k-motorola-sysv3 to XFAIL.
18946
18947 1998-05-26 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18948
18949 * gcc.dg/980526-1.c: New test.
18950 * gcc.c-torture/execute/980526-2.c: New test.
18951
18952 1998-05-26 Jeffrey A Law (law@cygnus.com)
18953
18954 * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
18955
18956 * gcc.c-torture/execute/980526-1.c: New test.
18957
18958 1998-05-26 Dave Love <d.love@dl.ac.uk>
18959
18960 * g77.f-torture/execute/alpha2.f: Add runtime test.
18961
18962 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
18963
18964 * g++.old-deja/old-deja.exp: Strip leading directories.
18965
18966 * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
18967 error for the line. Don't run multiple tests for the same line.
18968
18969 1998-05-23 Jeffrey A Law (law@cygnus.com)
18970
18971 * gcc.dg/980523-1.c: New test.
18972
18973 1998-05-23 Dave Love <d.love@dl.ac.uk>
18974
18975 * g77.f-torture/compile/970915-0.f: New test.
18976
18977 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
18978
18979 * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
18980
18981 1998-05-21 Jeffrey A Law (law@cygnus.com)
18982
18983 * gcc.dg/980520-1.c: New test.
18984
18985 1998-05-20 Manfred Hollstein <manfred@s-direktnet.de>
18986
18987 * gcc.dg/980502-1.c: Fix return type.
18988
18989 1998-05-20 Jeffrey A Law (law@cygnus.com)
18990
18991 * gcc.dg/{980502-1.c, clobbers.c}: New tests.
18992 * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
18993 * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
18994 * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
18995 * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
18996
18997 1998-05-20 Dave Love <d.love@dl.ac.uk>
18998
18999 * g77.f-torture/execute/980520-1.f: New test.
19000
19001 1998-05-15 Dave Love <d.love@dl.ac.uk>
19002
19003 * lib/mike-g77.exp: New file.
19004
19005 * g77.f-torture/noncompile/noncompile.exp,
19006 g77.f-torture/noncompile/check0.f: New files.
19007
19008 1998-05-14 Dave Love <d.love@dl.ac.uk>
19009
19010 * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
19011 g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
19012 g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
19013 g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
19014 g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
19015 abort where appropriate.
19016
19017 1998-05-05 Michael Meissner <meissner@cygnus.com>
19018
19019 * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
19020 * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
19021
19022 1998-04-29 Dave Love <d.love@dl.ac.uk>
19023
19024 * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
19025
19026 1998-04-27 Dave Love <d.love@dl.ac.uk>
19027
19028 * g77.f-torture/compile/980427-0.f: New test.
19029
19030 1998-04-24 Dave Love <d.love@dl.ac.uk>
19031
19032 * g77.f-torture/compile/980424-0.f: New test.
19033
19034 1998-04-19 Dave Love <d.love@dl.ac.uk>
19035
19036 * g77.f-torture/compile/980419-2.f (main): New test.
19037 * g77.f-torture/compile/970125-0.f: New test.
19038 * g77.f-torture/compile/980419-1.f: New test.
19039
19040 1998-04-08 Jim Wilson <wilson@cygnus.com>
19041
19042 * gcc.c-torture/execute/980407-1.c: Delete test. Is duplicate
19043 of loop-4.c.
19044
19045 1998-04-07 Jim Wilson <wilson@cygnus.com>
19046
19047 * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
19048
19049 1998-04-03 Jim Wilson <wilson@cygnus.com>
19050
19051 * gcc.c-torture/compile/980329-1.c: New test.
19052
19053 1998-03-18 Jim Wilson <wilson@cygnus.com>
19054
19055 * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
19056 * gcc.dg/980312-1.c: Fix typo in -march command.
19057
19058 1998-03-16 H.J. Lu (hjl@gnu.org)
19059
19060 * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
19061
19062 1998-03-11 Robert Lipe <robertl@dgii.com>
19063
19064 * g77.f-torture/execute/980310-5.f: Deleted. Craig Burley and
19065 Dave Love agree the Fortran source is bogus.
19066
19067 1998-03-11 Robert Lipe <robertl@dgii.com>
19068
19069 * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
19070 g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
19071 g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
19072 g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
19073 * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
19074
19075 1998-03-10 Alexandre Oliva <oliva@dcc.unicamp.br>
19076
19077 * g++.old-deja/g++.other/friend1.C: New test.
19078
19079 1998-02-18 Dave Love <d.love@dl.ac.uk>
19080
19081 * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
19082 possibly uninitialized) variables and declare dnrm2.
19083
19084 1998-02-23 Robert Lipe <robertl@dgii.com>
19085
19086 From Bruno Haible <haible@ilog.fr>:
19087 * gcc.c-torture/execute/980223.c: New test.
19088
19089 1998-02-13 Jeffrey A Law (law@cygnus.com)
19090
19091 * gcc.dg/ifelse-1.c: New test.
19092
19093 1998-02-09 H.J. Lu (hjl@gnu.org)
19094
19095 * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
19096
19097 * lib/old-dejagnu.exp (old-dejagnu): Added the
19098 "execution test - XFAIL *-*-*" handling in the spirit of
19099 "excess errors test -". Changed the "execution test fails"
19100 handling to be like "excess errors test fails".
19101 * Update various tests accordingly.
19102
19103 1998-02-06 Jim Wilson <wilson@cygnus.com>
19104
19105 * gcc.c-torture/execute/980205.c: New test.
19106
19107 1998-01-18 Jeffrey A Law (law@cygnus.com)
19108
19109 * lib/c-torture.exp: Look for .x files instead of .cexp files.
19110 * lib/f-torture.exp: Similarly.
19111 * gcc.c-torture: Rename all .cexp files to .x files.
19112
19113 1997-12-08 J"orn Rennecke <amylaar@cygnus.co.uk>
19114
19115 * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
19116 (940510-1.c): Removed duplicate.
19117 (971104-1.c): New test.
19118
19119 1997-11-25 Kate Hedstrom (kate@ahab.rutgers.edu)
19120
19121 * lib/f-torture.exp: Improve error and loop detection.
19122
19123 1997-11-19 Michael Meissner <meissner@cygnus.com>
19124
19125 * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
19126 use that to size the filler array.
19127
19128 1997-09-26 Bob Manson <manson@charmed.cygnus.com>
19129
19130 * lib/c-torture.exp(c-torture-execute): Fix typo.
19131
19132 * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
19133 testcase as the executable name. Keep the executable around if
19134 the test fails.
19135
19136 1997-09-19 Bob Manson <manson@charmed.cygnus.com>
19137
19138 * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
19139 changes. Only test one -g option, and move it to the end of the
19140 list of options to test.
19141
19142 1997-09-19 Michael Meissner <meissner@cygnus.com>
19143
19144 * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
19145 variable GCC_TORTURE_OPTIONS to supply default switches separated
19146 by colons. If no environment variable, run tests with -O0 -g, -O1
19147 -g, and -O2 -g as well.
19148
19149 1997-09-17 Bob Manson <manson@charmed.cygnus.com>
19150
19151 * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
19152 explanatory comments. Fix indentation.
19153
19154 1997-09-15 Jeffrey A Law (law@cygnus.com)
19155
19156 * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
19157
19158 1997-09-11 Jeffrey A Law (law@cygnus.com)
19159
19160 * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
19161 * g++.old-deja/g++.mike/p7325.C: Likewise.
19162 * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
19163
19164 1997-09-11 Alexandre Oliva (oliva@dcc.unicamp.br)
19165
19166 * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
19167 * g++.old-deja/g++.brendan/crash30.C: Likewise.
19168 * g++.old-deja/g++.brendan/crash39.C: Likewise.
19169 * g++.old-deja/g++.law/operators4.C: Likewise.
19170
19171 1997-09-11 Joe Buck (jbuck@synopsys.com)
19172
19173 * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
19174 * g++.old-deja/g++.mike/p784.C: Ditto.
19175 * g++.old-deja/g++.mike/p785.C: Ditto.
19176
19177 1997-09-05 Jeffrey A Law (law@cygnus.com)
19178
19179 * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
19180
19181 1997-09-03 Bob Manson <manson@charmed.cygnus.com>
19182
19183 * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
19184 target feature; pass this to c-torture-execute as needed.
19185
19186 1997-09-03 Bob Manson <manson@charmed.cygnus.com>
19187
19188 * lib/c-torture.exp(c-torture-execute): If the previous and the
19189 current executables being tested are identical, we don't need to
19190 run the executable again. Try to make the executable names
19191 unique. Add an optional argument for passing additional compiler
19192 flags.
19193
19194 1997-09-02 Doug Evans <dje@canuck.cygnus.com>
19195
19196 * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
19197
19198 1997-08-29 Jeffrey A Law (law@cygnus.com)
19199
19200 * gcc.c-torture/execute/921007-1.c: Make strcmp static.
19201
19202 1997-07-31 Jeffrey A Law (law@cygnus.com)
19203
19204 * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
19205 32bit or larger longs.
19206
19207 * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
19208 have either a 32bit long or 32bit int.
19209
19210 1997-07-29 J"orn Rennecke <amylaar@cygnus.co.uk>
19211
19212 * gcc.c-torture/execute/conversion.c (test_float_to_integer):
19213 Make double precision tests dependent on sizeof (double).
19214
19215 1997-07-09 Bob Manson <manson@charmed.cygnus.com>
19216
19217 * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
19218 too.
19219
19220 1997-06-17 J"orn Rennecke <amylaar@cygnus.co.uk>
19221
19222 * gcc.c-torture/compile/961203-1.cexp: New script.
19223
19224 1997-06-16 Bob Manson <manson@charmed.cygnus.com>
19225
19226 * lib/g++.exp(g++_init): Use g++_include_flags instead of making
19227 up the includes ourselves.
19228
19229 1997-06-11 Bob Manson <manson@charmed.cygnus.com>
19230
19231 * lib/plumhall.exp: Remove random include, and add a few
19232 verbose messages for debugging.
19233
19234 1997-06-06 Bob Manson <manson@charmed.cygnus.com>
19235
19236 * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
19237 of trying to do it ourselves.
19238
19239 1997-06-04 J"orn Rennecke <amylaar@cygnus.co.uk>
19240
19241 * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
19242
19243 1997-06-04 Bob Manson <manson@charmed.cygnus.com>
19244
19245 * gcc.prms/5403.c: Made regexp a bit less strict.
19246
19247 1997-06-03 Bob Manson <manson@charmed.cygnus.com>
19248
19249 * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
19250 is returned from remote_load instead.
19251 * lib/plumhall.exp: Ditto.
19252 * lib/mike-g++.exp: Ditto.
19253 * lib/old-dejagnu.exp: Ditto.
19254 * lib/c-torture.exp: Ditto.
19255
19256 1997-05-30 Bob Manson <manson@charmed.cygnus.com>
19257
19258 * lib/g++.exp: Use build_wrapper procedure.
19259 * lib/gcc.exp: Ditto.
19260
19261 1997-05-20 Jeffrey A Law (law@cygnus.com)
19262
19263 * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
19264 an old-style decl for malloc. Fixes tests to work when
19265 sizeof (int) != sizeof (size_t).
19266
19267 1997-05-15 Mike Meissner <meissner@cygnus.com>
19268
19269 * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
19270
19271 * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
19272 use stdargs.h interface.
19273
19274 1997-05-15 Mike Meissner <meissner@cygnus.com>
19275
19276 * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
19277 NO_VARARGS when compiling.
19278
19279 1997-05-01 Bob Manson <manson@charmed.cygnus.com>
19280
19281 * lib/plumhall.exp(ph_includes): New procedure.
19282 (ph_make): Use it.
19283 (ph_compiler): Ditto.
19284
19285 * lib/g++.exp: Rename test-glue.c to testglue.c.
19286 * lib/gcc.exp: Ditto.
19287
19288 1997-04-10 Bob Manson <manson@charmed.cygnus.com>
19289
19290 * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
19291 to completion when it's called.
19292
19293 1997-03-21 Michael Meissner <meissner@cygnus.com>
19294
19295 * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
19296 is defined, don't do test.
19297
19298 1997-03-20 Doug Evans <dje@canuck.cygnus.com>
19299
19300 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
19301 for object files.
19302 (ph_summary): Mark skipped testcases as untested, not unresolved.
19303
19304 * lib/plumhall.exp (ph_make): If unresolved because of bad
19305 errorCode, record errorCode in log file.
19306 (*): Replace send_log/verbose with verbose -log.
19307
19308 1997-03-19 Michael Meissner <meissner@cygnus.com>
19309
19310 * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
19311 double conversion if double isn't at least 8 bytes.
19312
19313 * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
19314 int to work with targets where int is 16 bits.
19315
19316 * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
19317 8 bytes, just exit, since 4 byte doubles don't have enough bits of
19318 precision for the test to complete.
19319
19320 1997-03-14 Michael Meissner <meissner@cygnus.com>
19321
19322 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
19323 if d10v is not compiled with the -mdouble64 flag.
19324 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
19325
19326 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
19327 d10v is not compiled with the -mint32 flag.
19328
19329 1997-03-13 Bob Manson <manson@charmed.cygnus.com>
19330
19331 * lib/plumhall.exp: Use incr_count.
19332
19333 1997-03-12 Jeffrey A Law (law@cygnus.com)
19334
19335 * gcc.c-torture: Update to c-torture-1.45.
19336
19337 1997-02-23 Bob Manson <manson@charmed.cygnus.com>
19338
19339 * lib/gcc.exp(gcc_init): Add args parameter (which will contain
19340 the name of the expect testcase file).
19341
19342 * lib/g++.exp(g++_init): Ditto.
19343
19344 1997-02-20 Bob Manson <manson@charmed.cygnus.com>
19345
19346 * lib/g++.exp(g++_exit): $gluefile lives on the build, not
19347 the host.
19348
19349 * lib/gcc.exp(gcc_exit): New procedure.
19350
19351 1997-02-19 Bob Manson <manson@charmed.cygnus.com>
19352
19353 * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
19354 specs where appropriate.
19355
19356 * g++.old-deja/g++.arm/*: Added additional ERROR checks
19357 because of new "candidates are" messages, and removed a few
19358
19359 * Converted all non-old-style g++ testcases to old-style, and
19360 moved into g++.old-deja.
19361
19362 1997-02-14 Bob Manson <manson@charmed.cygnus.com>
19363
19364 * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
19365 options.
19366
19367 * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
19368 succeeded.
19369
19370 * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
19371
19372 1997-02-13 Michael Meissner <meissner@cygnus.com>
19373
19374 * lib/gcc.exp (gcc_target_compile): Add support for defining
19375 NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
19376 the machine doesn't have those features.
19377
19378 1997-02-11 Bob Manson <manson@charmed.cygnus.com>
19379
19380 * g++.law/operators4.exp: Don't use LIBS.
19381
19382 1997-02-08 Bob Manson <manson@charmed.cygnus.com>
19383
19384 * g++.law/virtual1.exp: Don't use CXX_FLAGS.
19385
19386 * lib/mike-g++.exp: Don't set the compiler to be tested here.
19387 * lib/g++.exp: Set it here instead. Also, allow use of the
19388 --tool_exec and --tool_opt options. Change CXX to
19389 GXX_UNDER_TEST.
19390
19391 * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
19392
19393 * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
19394
19395 1997-02-07 Bob Manson <manson@charmed.cygnus.com>
19396
19397 * lib/old-dejagnu.exp: Use prune_warnings instead of
19398 prune_system_crud.
19399 * lib/mike-g++.exp: Ditto.
19400 * lib/gcc.exp: Ditto.
19401 * lib/g++.exp: Ditto.
19402
19403 * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
19404
19405 1997-02-07 Jeffrey A Law (law@cygnus.com)
19406
19407 * 941014-2.c: Include stdlib.h
19408 * 960327-1.c: Include stdio.h
19409 * dbra.c, index-1.c: Don't assume ints are 32bits.
19410
19411 1997-02-04 Bob Manson <manson@charmed.cygnus.com>
19412
19413 * lib/gcc.exp: Add gcc,stack_size target feature.
19414
19415 * lib/g++.exp(g++_target_compile): Add the include and link
19416 paths here, not in two other places. And, it's $options, not
19417 options.
19418
19419 * lib/mike-g++.exp(postbase): Remove the code that determines
19420 the correct include and link paths.
19421 * g++.old-deja/old-deja.exp: Ditto.
19422
19423 1997-02-03 Bob Manson <manson@charmed.cygnus.com>
19424
19425 * lib/g++.exp(g++_init): target_compile no longer returns the
19426 filename of the result.
19427
19428 1997-02-02 Bob Manson <manson@charmed.cygnus.com>
19429
19430 * gcc.misc-tests/gcov.exp: Add -nocomplain to the
19431 call to glob.
19432
19433 * gcc.c-torture/special/special.exp: Change call to
19434 gcc_target_compile to include the object file.
19435
19436 1997-02-02 Ian Lance Taylor <ian@cygnus.com>
19437
19438 * gcc.c-torture/special/special.exp: Correct misspelling in last
19439 change.
19440
19441 1997-02-01 Bob Manson <manson@charmed.cygnus.com>
19442
19443 * lib/plumhall.exp(ph_summary): Log the entire output of the
19444 executable. Return -1 if there were any failures, 0 otherwise.
19445 (ph_execute): Return -1 if there were any failures, 0 otherwise.
19446 (ph_make): Clean up objects and executables that were built
19447 if the tests succeeded.
19448
19449 1997-01-30 Bob Manson <manson@charmed.cygnus.com>
19450
19451 * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
19452 libraries and includes in the build tree as appropriate.
19453
19454 1997-01-29 Bob Manson <manson@charmed.cygnus.com>
19455
19456 * lib/c-torture.exp: Instead of looking for the global variable
19457 NO_LONG_LONG, check to see if that's a feature of the target.
19458
19459 1997-01-29 Bob Manson <manson@charmed.cygnus.com>
19460
19461 * config/default.exp: Minimize. Delete the remainer of the files in
19462 config; this functionality is now in devo/dejagnu/config.
19463
19464 g++.*/*: Pass any additional flags used to compile to postbase;
19465 delete CXXFLAGS.
19466
19467 gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
19468 is now done by runtest.exp. Use gcc_target_compile instead of
19469 compile.
19470
19471 lib/c-torture.exp: Use gcc_target_compile instead of compile.
19472 Remove references to CFLAGS. Use remote_file instead of
19473 calling rm -f.
19474 (c-torture): Take a list of arguments to use to compile this
19475 testcase.
19476
19477 lib/g++.exp: Simplify. Use target_compile instead of compile.
19478 lib/gcc-dg.exp: Ditto.
19479 lib/gcc.exp: Ditto.
19480 lib/mike-{gcc,g++}.exp: Ditto.
19481 lib/old-dejagnu.exp: Ditto.
19482 lib/plumhall.exp: Ditto.
19483
19484 1997-01-08 Jim Wilson <wilson@cygnus.com>
19485
19486 * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
19487 (ph_linker): Likewise.
19488
19489 1996-11-13 Joern Rennecke <amylaar@cygnus.com>
19490
19491 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
19492 MAP_ANON / MAP_ANONYMOUS if defined;
19493 else try to map from /dev/zero .
19494
19495 1996-11-12 Jeffrey A Law (law@cygnus.com)
19496
19497 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: If MAP_ANON
19498 isn't defined, then define it to MAP_ANONYMOUS.
19499
19500 1996-11-12 Jeffrey A Law (law@cygnus.com)
19501
19502 * gcc.c-torture: Update to c-torture-1.42 release.
19503
19504 1996-11-11 Jeffrey A Law (law@cygnus.com)
19505
19506 * gcc.c-torture: Update to c-torture-1.41 release.
19507
19508 1996-10-27 Jeffrey A Law (law@cygnus.com)
19509
19510 * gcc.c-torture/execute/enum-1.c: New test. Will be in next
19511 c-torture release.
19512
19513 1996-08-15 Brendan Kehoe <brendan@lisa.cygnus.com>
19514
19515 * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
19516 and LDFLAGS. Fix second case to append the target_info ldflags
19517 onto LDFLAGS, not CFLAGS.
19518 * lib/g++.exp (g++_init): Add target_info stuff.
19519 * lib/old-dejagnu.exp (old-dejagnu-init): Likewise. Add inclusion
19520 of libgloss and newlib flags for !native.
19521
19522 * config/proelf.exp: Load remote.exp and do `push_target hppro'.
19523 (GDB): Fix relative path to go up another dir for finding gdb.
19524
19525 1996-08-08 Rob Savoye <rob@chinadoll.cygnus.com>
19526
19527 * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
19528 versions in the target_info array, if they don't exist.
19529
19530 1996-08-02 Brendan Kehoe <brendan@lisa.cygnus.com>
19531
19532 * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
19533
19534 1996-07-08 Jim Wilson <wilson@cygnus.com>
19535
19536 * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
19537 * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
19538
19539 1996-07-01 Bob Manson <manson@charmed.cygnus.com>
19540
19541 * lib/old-dejagnu.exp: Don't remove the output file before we've
19542 actually tested it. Don't append pwd to the path of the executable
19543 we're testing.
19544
19545 1996-06-30 Doug Evans <dje@canuck.cygnus.com>
19546
19547 * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
19548
19549 1996-06-26 Bob Manson <manson@charmed.cygnus.com>
19550
19551 * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
19552 temporary directory for compiler files, and set it to a default
19553 value of /tmp. Set $output as the name of the output file from
19554 compiling the testcase. Add a -o option to $cflags_var so the
19555 compiler writes the final output file as $output. Set $executable
19556 to $output.
19557
19558 * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
19559 directory for compiler files, and set it to /tmp if it doesn't
19560 already have a value. Set $output_file to the name of the output
19561 file from compiling the testcase. Add a -o option to CXXFLAGS so
19562 the compiler writes the final output file as $output. Use $output
19563 as the executable to be tested.
19564
19565 1996-06-24 Brendan Kehoe <brendan@lisa.cygnus.com>
19566
19567 * lib/g++.exp: Also add -Wl,-rpath,... for linux.
19568
19569 1996-06-08 Jeffrey A Law (law@cygnus.com)
19570
19571 * gcc.c-torture/execute/pending-1.c: New test. Still
19572 pending in Tege's queue.
19573
19574 1996-04-24 Jim Wilson <wilson@chestnut.cygnus.com>
19575
19576 * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
19577 Add variables local_failcnt and local_unresolvedcnt. Call gcc_fail
19578 if there were failures. Call unresolved if there were unresolved
19579 testcases. Call gcc_fail if program did not run to completion.
19580 (ph_make): Pass additional argument name to ph_execute.
19581 (ph_execute): Add new argument. Pass additional arguments to
19582 ph_summary. Call gcc_fail is there is no execution output.
19583
19584 1996-04-24 Jeffrey A Law (law@cygnus.com)
19585
19586 * lib/plumhall.exp (proc_summary): Output relavent summary
19587 lines into the log so specific failures in plumhall can be
19588 investigated.
19589
19590 1996-04-10 Jeffrey A Law (law@cygnus.com)
19591
19592 * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
19593 (c-torture-execute): Don't try to execute tests which use
19594 "long long" types if $NO_LONG_LONG is nonzero.
19595
19596 1996-04-08 Doug Evans <dje@canuck.cygnus.com>
19597
19598 * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
19599 not c-torture.
19600
19601 * gcc.ieee: Move from here.
19602 * gcc.c-torture/execute/ieee: To here.
19603
19604 1996-03-26 Jeffrey A Law (law@cygnus.com)
19605
19606 * gcc.c-torture: Update to c-torture-1.41 release.
19607
19608 1996-03-22 Jeffrey A Law (law@cygnus.com)
19609
19610 * lib/c-torture.exp (c-torture-execute): Remove "$executable",
19611 not "$output".
19612
19613 1996-03-07 Doug Evans <dje@charmed.cygnus.com>
19614
19615 * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
19616 -c present.
19617
19618 1996-03-02 Jeffrey A Law (law@cygnus.com)
19619
19620 * config/proelf.exp: Handle connecting to a simulator.
19621
19622 1996-01-31 Jeffrey A Law (law@cygnus.com)
19623
19624 * config/proelf.exp: New file. Enough framework that we can
19625 run c-torture tests on the proelf targets (or any other target
19626 that gdb can connect to for that matter).
19627
19628 1996-01-29 Doug Evans <dje@canuck.cygnus.com>
19629
19630 * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
19631 * gcc.ph/testing/limits/limits.exp: Likewise. Don't pass $CFLAGS.
19632
19633 * lib/plumhall.exp (ph_execute): Always call ph_summary if
19634 exec_output exists.
19635
19636 1996-01-28 Doug Evans <dje@charmed.cygnus.com>
19637
19638 * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
19639 (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
19640
19641 * config/*.exp: Update FSF address. Change result of ${tool}_load
19642 to pass/fail/unresolved/unsupported/untested. Caller must now
19643 call unresolved/unsupported/untested.
19644 * lib/*.exp: Update FSF address. Update to handle new results of
19645 ${tool}_load.
19646 * lib/chill.exp (verbose): Delete.
19647
19648 1996-01-27 Doug Evans <dje@charmed.cygnus.com>
19649
19650 * lib/gcc.exp (default_gcc_start): Change order of args to
19651 $LDFLAGS $CFLAGS $LIBS.
19652 * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
19653 Save/set/restore CFLAGS. Pass single arg to gcc_start.
19654 * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
19655 (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19656 * gcc.misc-tests/dg-test.exp: Likewise.
19657 * gcc.misc-tests/msgs.exp: Likewise.
19658 * gcc.prms/prms.exp: Likewise.
19659 * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
19660 (CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19661
19662 * lib/dg.exp: Deleted, moved to dejagnu/lib.
19663
19664 1996-01-24 Brendan Kehoe <brendan@lisa.cygnus.com>
19665
19666 * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
19667
19668 * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
19669 * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
19670
19671 * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
19672 necessary.
19673
19674 1996-01-20 Brendan Kehoe <brendan@cygnus.com>
19675
19676 * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
19677 global for loop; add use of $mathlib.
19678 * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
19679 settings here; set mathlib for anything but VxWorks.
19680
19681 1996-01-22 Jeffrey A Law (law@cygnus.com)
19682
19683 * gcc.c-torture: Update to c-torture-1.40 release.
19684
19685 1996-01-03 Jeffrey A Law (law@cygnus.com)
19686
19687 * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
19688 dg.exp.
19689
19690 1995-12-03 Jeffrey A. Law <law@sethra.cygnus.com>
19691
19692 * lib/c-torture.exp (c-torture-execute): Declare "output" as
19693 global.
19694
19695 1995-11-17 Doug Evans <dje@canuck.cygnus.com>
19696
19697 * lib/g++.exp (LIBS): Define if not already.
19698 * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
19699 (gcc-dg-prune): Call prune_gcc_output.
19700 * lib/gcc.exp (prune_gcc_output): New proc.
19701 * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
19702 prune_gcc_output.
19703
19704 1995-11-16 Doug Evans <dje@canuck.cygnus.com>
19705
19706 * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
19707 (c-torture-execute): Likewise. Rename `name' to `testcase'.
19708
19709 1995-11-15 Jeffrey A Law (law@cygnus.com)
19710
19711 * gcc.c-torture: Update to c-torture-1.39 release.
19712
19713 1995-11-04 Doug Evans <dje@canuck.cygnus.com>
19714
19715 * lib/c-torture.exp (c-torture-execute): Don't return if one option
19716 fails, try others as well.
19717
19718 1995-11-02 Doug Evans <dje@canuck.cygnus.com>
19719
19720 * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
19721 If compilation fails, mark execute tests as `untested'.
19722 If test is marked as unsupported, don't mark compilation and
19723 execute tests as failed.
19724
19725 1995-10-25 Brendan Kehoe <brendan@lisa.cygnus.com>
19726
19727 * lib/g++.exp (g++_init): Don't link in libg++, and look to
19728 libstdc++ for whether or not we want to be doing shared
19729 libraries. Delete link_curses since we don't need it anymore.
19730 * lib/mike-g++.exp (postbase): Don't link in libg++.
19731 * g++.old-deja/old-deja.exp: Likewise.
19732
19733 1995-10-23 Brendan Kehoe <brendan@lisa.cygnus.com>
19734
19735 * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
19736
19737 1995-10-17 Brendan Kehoe <brendan@lisa.cygnus.com>
19738
19739 * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
19740 For that, add `-Wl,-a,shared_archive'.
19741 * g++.old-deja/old-deja.exp: Likewise.
19742
19743 1995-10-17 Doug Evans <dje@canuck.cygnus.com>
19744
19745 * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
19746
19747 1995-10-16 Brendan Kehoe <brendan@cygnus.com>
19748
19749 * lib/mike-g++.exp (postbase): Pay attention to the status of
19750 g++_load.
19751
19752 1995-10-16 Brendan Kehoe <brendan@lisa.cygnus.com>
19753
19754 * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
19755
19756 1995-10-16 Doug Evans <dje@canuck.cygnus.com>
19757
19758 * lib/gcc.exp (default_gcc_start): No longer need to log program
19759 being executed or its output, execute_anywhere does that now.
19760 * lib/g++.exp (default_g++_version): Call execute_anywhere.
19761 (default_g++_start): Likewise. Delete calls to verbose/send_log.
19762
19763 1995-10-12 Brendan Kehoe <brendan@lisa.cygnus.com>
19764
19765 * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
19766 the same as those in lib/g++.exp.
19767
19768 1995-10-10 Jeff Law (law@hurl.cygnus.com)
19769
19770 * gcc.c-torture: Update to c-torture-1.38 release.
19771 * gcc.ieee: Related changes.
19772
19773 1995-10-06 Rob Savoye <rob@darkstar.cygnus.com>
19774
19775 * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
19776 "exec". Minor reformatting changes.
19777
19778 * config/rom68k.exp (${tool}_load): Make it work in a canadian
19779 cross. This means all "exec" calls now work on a remote host as
19780 well.
19781 * lib/c-torture.exp (c-torture-compile): Make work for a canadian
19782 cross. Filter out the extra "\r\n" stuff that expect puts in.
19783 (c-torture-execute): Filter out the bogus warnings like
19784 c-torture-compile does. Add support for canadian cross.
19785 * lib/gcc.exp (default_gcc_version, default_gcc_start)
19786 Use execute_anywhere rather than calling exec directly. Now it
19787 works for canadian cross testing.
19788
19789 1995-10-05 Brendan Kehoe <brendan@rtl.cygnus.com>
19790
19791 * lib/g++.exp: Add -nocomplain flag to glob. Use catch to put the
19792 results into a variable, and check that rather than using file exists.
19793
19794 1995-10-04 Brendan Kehoe <brendan@lisa.cygnus.com>
19795
19796 * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
19797 create a libg++.so. For sunos4.1.*, also add -ltermcap.
19798
19799 1995-09-26 Brendan Kehoe <brendan@lisa.cygnus.com>
19800
19801 * g++.old-deja/old-deja.exp: Create and pass runshlib and
19802 lib_curses if there's a shared libg++ in the build tree.
19803
19804 1995-09-22 Doug Evans <dje@canuck.cygnus.com>
19805
19806 * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
19807 if not supported target.
19808
19809 1995-09-22 Brendan Kehoe <brendan@lisa.cygnus.com>
19810
19811 * lib/g++.exp (g++_init): Move empty setting of runshlib and
19812 link_curses up to always happen, not just for native builds.
19813
19814 1995-09-21 Jeff Law (law@snake.cs.utah.edu)
19815
19816 * gcc.c-torture: Update to c-torture-1.36 release.
19817 * gcc.failure: Related changes.
19818
19819 1995-09-20 Doug Evans <dje@canuck.cygnus.com>
19820
19821 * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
19822
19823 1995-09-19 Brendan Kehoe <brendan@lisa.cygnus.com>
19824
19825 * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
19826 * lib/mike-g++.exp (postbase): Not in here. Still reference
19827 runshlib, link_curses, and mathlib for link and run.
19828
19829 * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
19830 pass the runtime shared library options for Solaris, OSF/1, and
19831 Irix5, and link with -lcurses to avoid unresolved references.
19832
19833 1995-09-13 Brendan Kehoe <brendan@lisa.cygnus.com>
19834
19835 * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
19836 only run once.
19837
19838 1995-09-13 Doug Evans <dje@canuck.cygnus.com>
19839
19840 * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
19841
19842 1995-09-11 Jeff Law (law@snake.cs.utah.edu)
19843
19844 * gcc.c-torture: Update to c-torture-1.35 release. Note we
19845 do not have a framework for the "compat" tests yet.
19846
19847 1995-09-09 Brendan Kehoe <brendan@lisa.cygnus.com>
19848
19849 * lib/mike-g++.exp (postbase): New local variable `mathlib',
19850 set to null if we're testing vxworks5.1. Use that instead of
19851 `-lm' in the setting of LIBS for link and run.
19852
19853 1995-09-08 Brendan Kehoe <brendan@lisa.cygnus.com>
19854
19855 * config/rom68k.exp (${tool}_load): Major changes to make it
19856 work. Verified that it does in fact return the stuff in
19857 exec_output properly. Catch any Emul or any TRAP other than 0.
19858
19859 1995-09-07 Brendan Kehoe <brendan@lisa.cygnus.com>
19860
19861 * lib/mike-g++.exp (prebase): Call g++_init at the end to set
19862 LDFLAGS properly for targets that need stuff from libgloss.
19863 * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
19864 only run once.
19865 (gpp_initialized): New variable.
19866
19867 1995-09-06 Rob Savoye <rob@darkstar.cygnus.com>
19868
19869 * config/rom68k.exp: Load libgloss.exp.
19870 * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
19871 so we can produce a fully linked binary.
19872 * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
19873 so we can produce a fully linked binary.
19874
19875 1995-09-03 Doug Evans <dje@canuck.cygnus.com>
19876
19877 * lib/plumhall.exp (ph_section): Watch for expected failures.
19878 Add missing `else'.
19879
19880 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
19881 run the testcase.
19882 (c-torture): Likewise.
19883
19884 1995-08-28 Doug Evans <dje@cygnus.com>
19885
19886 * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
19887
19888 * lib/mike-g++.exp (mike_cleanup): New proc.
19889 (prebase): New globals compiler_result, not_compiler_result,
19890 target_regexp.
19891 (postbase): Likewise. Call mike_cleanup. Pass "--" to regexp to
19892 allow leading "-" in pattern. Watch for unsupported tests.
19893 If $compiler_result is set, pattern match assembler code,
19894 and ditto for $not_compiler_result.
19895 * lib/mike-gcc.exp: Likewise.
19896
19897 * lib/plumhall.exp (ph_execute): Only call ph_summary if
19898 execution "succeeded".
19899
19900 1995-08-14 Doug Evans <dje@canuck.cygnus.com>
19901
19902 * config/win32.exp: New file.
19903 * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
19904
19905 1995-08-04 Doug Evans <dje@canuck.cygnus.com>
19906
19907 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
19908 unsupported.
19909 * lib/mike-{gcc,g++}.exp (postbase): Likewise.
19910 * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
19911 * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
19912
19913 * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
19914 "... without exceptions was ...". That is now handled by
19915 prune_system_crud.
19916 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
19917
19918 1995-08-01 Doug Evans <dje@canuck.cygnus.com>
19919
19920 * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
19921 sieve.c,sort2.c}: New files.
19922 * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
19923 sieve.exp,sort2.exp}: Drivers for them.
19924
19925 * lib/mike-gcc.exp (program_output): New user settable variable.
19926 (postbase): Call prune_system_crud. Also prune extraneous compiler
19927 messages.
19928 * lib/mike-g++.exp (program_output): New user settable variable.
19929
19930 * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
19931
19932 * config/sh.exp: Deleted (use sim.exp instead).
19933
19934 1995-07-28 Brendan Kehoe <brendan@lisa.cygnus.com>
19935
19936 * config/vx.exp: Declare CHECKTASK as global.
19937 * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
19938 * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
19939 * lib/old-dejagnu.exp: Load [pwd]/$executable.
19940
19941 1995-07-26 Brendan Kehoe <brendan@lisa.cygnus.com>
19942
19943 * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
19944 target. Like vx.exp, only includes `vx29k.exp' instead of
19945 `vxworks.exp'.
19946
19947 1995-07-23 Ian Lance Taylor <ian@cygnus.com>
19948
19949 * config/sim.exp: Increase time limit from 120 seconds to 240.
19950
19951 1995-07-06 Jeffrey A. Law <law@rtl.cygnus.com>
19952
19953 * gcc.c-torture/execute/950628-1.c: New test.
19954
19955 1995-06-10 Jeff Law (law@snake.cs.utah.edu)
19956
19957 * gcc.c-torture: Update with changes/additions from
19958 c-torture-1.34.
19959
19960 1995-06-05 Doug Evans <dje@canuck.cygnus.com>
19961
19962 * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
19963
19964 1995-06-04 Jeff Law (law@snake.cs.utah.edu)
19965
19966 * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
19967
19968 1995-06-01 Jeff Law (law@snake.cs.utah.edu)
19969
19970 * gcc.c-torture/compile/950512-1.c: New test.
19971 * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
19972 * gcc.dg/struct-ret-1.c: Likewise.
19973
19974 1995-05-31 Doug Evans <dje@canuck.cygnus.com>
19975
19976 * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
19977 930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
19978
19979 1995-05-30 Doug Evans <dje@canuck.cygnus.com>
19980
19981 * gcc.c-torture/special/920411-1.c: Deleted.
19982 * gcc.c-torture/special/special.exp: Delete 920411-1.c.
19983
19984 1995-05-22 Doug Evans <dje@chestnut.cygnus.com>
19985
19986 * config/sim.exp (${tool}_load): Hack in call to bash to get a
19987 cpu limit.
19988
19989 1995-05-12 Torbjorn Granlund <tege@rtl.cygnus.com>
19990
19991 * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
19992
19993 1995-05-04 Torbjorn Granlund <tege@adder.cygnus.com>
19994
19995 From kenner;
19996 * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
19997 is the proper length.
19998 * va-arg-3.c: Likewise.
19999
20000 1995-04-30 Doug Evans <dje@canuck.cygnus.com>
20001
20002 * lib/dg.exp: Moved to dejagnu/lib. Copy kept here (for awhile).
20003 * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
20004
20005 * lib/gcc.exp (default_gcc_start): Delete old cruft. Delete result.
20006 * lib/g++.exp (default_g++_start): Delete old cruft.
20007
20008 1995-04-25 Torbjorn Granlund <tege@cygnus.com>
20009
20010 * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
20011 (2 * (1 << 18)) to (2 * (1 << 17)).
20012
20013 * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
20014
20015 1995-04-20 J.T. Conklin <jtc@rtl.cygnus.com>
20016
20017 * config/rom68k.exp: Renamed from config/idp.exp
20018
20019 1995-04-18 Torbjorn Granlund <tege@rtl.cygnus.com>
20020
20021 * c-torture/compile/921109-2.c
20022
20023 1995-04-18 Mike Stump <mrs@cygnus.com>
20024
20025 * lib/old-dejagnu.exp: We expect Execution test failure if we expected
20026 excess errors.
20027
20028 1995-04-15 Doug Evans <dje@chestnut.cygnus.com>
20029
20030 * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
20031 output.
20032 * lib/g++.exp (default_g++_start): Likewise.
20033
20034 1995-03-29 Torbjorn Granlund <tege@adder.cygnus.com>
20035
20036 * gcc.c-torture/compile/950329-1.c: New test.
20037
20038 1995-03-28 J.T. Conklin <jtc@rtl.cygnus.com>
20039
20040 * config/bug.exp (${tool}_load): Updated to use new remote_open
20041 and remote_close procs.
20042 * config/idp.exp: New file.
20043
20044 1995-03-22 Torbjorn Granlund <tege@rtl.cygnus.com>
20045
20046 * gcc.c-torture/execute/950322-1.c: New test.
20047
20048 1995-03-21 Doug Evans <dje@canuck.cygnus.com>
20049
20050 * config/vx.exp (${tool}_load): Clean up testing of return code from
20051 vxworks_ld and vxworks_spawn.
20052
20053 1995-03-21 Doug Evans <dje@deneb.cygnus.com>
20054
20055 * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
20056
20057 1995-03-13 Mike Stump <mrs@cygnus.com>
20058
20059 * lib/old-deja.exp: Add `excess errors test - ' error, now one
20060 can mark excess errors on a machine by machine basis. Note, the
20061 default is to not expect any excess errors, even when excess
20062 errors test - is given, so you will want to put an XFAIL ... on
20063 these lines. For example, // excess errors test - XFAIL hppa*-*-*
20064 mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
20065 those 4 machines, but no others.
20066
20067 1995-03-10 J.T. Conklin <jtc@rtl.cygnus.com>
20068
20069 * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
20070 * lib/c-torture.exp: to here.
20071
20072 1995-03-10 Torbjorn Granlund <tege@adder.cygnus.com>
20073
20074 * gcc.c-torture/execute/950221-1.c: New test.
20075 * gcc.c-torture/execute/struct-ret-1.c: New test.
20076 * gcc.c-torture/compile/950221-1.c: New test.
20077
20078 * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
20079
20080 1995-03-03 Doug Evans <dje@canuck.cygnus.com>
20081
20082 * gcc.c-torture/execute/arith-1.c (main): Return 0.
20083 * gcc.c-torture/execute/arith-rand.c (main): Return 0.
20084
20085 1995-03-01 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
20086
20087 * g++.gb: New directory of tests, derived from my signature and
20088 class scoping tests.
20089
20090 * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
20091 * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
20092 * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
20093 * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
20094 * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
20095 * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
20096 * g++.gb/sig25.C: Likewise.
20097
20098 * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
20099 * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
20100 * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
20101 * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
20102 * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
20103 * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
20104 * g++.gb/sig25.exp: Likewise.
20105
20106 * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
20107 * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
20108 * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
20109 * g++.gb/scope13.C: Likewise, this test still fails.
20110
20111 * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
20112 * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
20113 * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
20114 * g++.gb/scope13.exp: Ditto.
20115
20116 * g++.gb/README: New file, explains what these tests are about.
20117
20118 1995-02-28 Doug Evans <dje@canuck.cygnus.com>
20119
20120 * lib/dg.exp (dg-do): Support `preprocess'.
20121 (dg-test): Likewise.
20122
20123 1995-02-13 J.T. Conklin <jtc@rtl.cygnus.com>
20124
20125 * config/udi.exp: change "continue -expect" to "exp_continue".
20126
20127 1995-02-11 Torbjorn Granlund (tege@tiny.cygnus.com)
20128
20129 * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
20130 Delete redundant tests.
20131
20132 * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
20133 * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
20134 * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
20135 * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
20136 * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
20137 * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
20138 * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
20139 * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
20140
20141 * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
20142 storing label pointers.
20143 * gcc.c-torture/execute/921019-1.c: Likewise.
20144 * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
20145 * gcc.c-torture/execute/930513-1.c: Provide full declaration for
20146 parameter fp.
20147 * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
20148 constants.
20149
20150 * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
20151 Delete obsolete tests.
20152
20153 * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
20154 * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
20155 * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
20156 * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
20157 * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
20158 * gcc.c-torture/compile/950124-1.c: New test.
20159
20160 * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
20161
20162 1995-02-08 Jason Merrill <jason@phydeaux.cygnus.com>
20163
20164 * lib/mike-g++.exp: Add -lm to LIBS.
20165
20166 1995-02-07 Doug Evans <dje@canuck.cygnus.com>
20167
20168 * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
20169
20170 1995-01-30 Jason Merrill <jason@phydeaux.cygnus.com>
20171
20172 * lib/mike-g++.exp: Add -lstdc++ to LIBS.
20173
20174 1995-01-12 Doug Evans <dje@canuck.cygnus.com>
20175
20176 * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
20177
20178 1995-01-02 Jeff Law (law@snake.cs.utah.edu)
20179
20180 * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
20181 * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
20182 * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
20183 * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
20184 * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
20185 * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
20186 * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
20187 * g++.law/{operators31.C, operators32.C,
20188 * g++.law/{operators33.C, operators34.C}: Likewise.
20189 * g++.law/{pic1.C, refs2.C}: Likewise.
20190 * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
20191 * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
20192 * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
20193 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20194
20195 * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
20196 * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
20197 * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
20198 * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
20199 * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
20200 * g++.law/{enum9.exp, friend5.exp}: Likewise.
20201 * g++.law/{nest3.exp, nest4.exp}: Likewise.
20202 * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
20203 * g++.law/{operators30.exp, operators31.exp}: Likewise.
20204 * g++.law/{operators32.exp, operators33.exp}: Likewise.
20205 * g++.law/{operators34.exp}: Likewise.
20206 * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
20207 * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
20208 * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
20209 * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
20210 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20211
20212 * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
20213 No longer expected to fail.
20214 * g++.law/missed-error3.C: Tweak for recent bool changes.
20215
20216 1994-12-04 Doug Evans <dje@canuck.cygnus.com>
20217
20218 * config/emb-unix: Deleted.
20219 * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
20220 remote execution. Do final link on remote host if REMOTE_LINK is set.
20221
20222 1994-12-01 Doug Evans <dje@canuck.cygnus.com>
20223
20224 * lib/dg.exp (dg-test): Fix typo in last patch.
20225
20226 1994-11-30 Doug Evans <dje@canuck.cygnus.com>
20227
20228 * lib/dg.exp (dg-test): Fix pattern that searches for expected output
20229 (handles multiple occurrences).
20230
20231 1994-11-24 Doug Evans <dje@canuck.cygnus.com>
20232
20233 * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
20234 * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
20235 $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
20236 printed).
20237 * lib/c-torture.exp (c-torture-compile): Likewise.
20238 (c-torture): Prepend full path if missing.
20239 * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
20240 (gcc_fail): Likewise.
20241 * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
20242
20243 1994-11-23 J.T. Conklin <jtc@rtl.cygnus.com>
20244
20245 * lib/netware.exp: Only attach to NetWare i386 systems.
20246
20247 1994-11-16 Doug Evans <dje@canuck.cygnus.com>
20248
20249 * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
20250 messages. Add test name to "output pattern match" pass/fail message.
20251
20252 1994-11-12 Doug Evans <dje@canuck.cygnus.com>
20253
20254 * gcc.dg: New testsuite.
20255 * gcc.dg/dg.exp: New file.
20256
20257 * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
20258 test-switch.c}: Deleted.
20259
20260 * gcc.misc-tests/msgs.exp: New testcase driver.
20261
20262 1994-11-09 Doug Evans <dje@canuck.cygnus.com>
20263
20264 * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
20265 Watch for illegal return values from ${tool}_load.
20266 * config/unix.exp (${tool}_load): Fix pass/fail detection for
20267 cross targets. Coerce return value >0 to 1.
20268
20269 1994-11-08 Doug Evans <dje@canuck.cygnus.com>
20270
20271 * config/unix.exp (${tool}_load): Call program rsh, not proc.
20272
20273 * config/emb-unix.exp: New file.
20274
20275 * config/sim.exp: Error if variable $SIM not defined.
20276 (${tool}_load): Mark test as "untested" if simulator missing.
20277
20278 * config/unix.exp: Load remote.exp to get rcp_download.
20279 * lib/c-torture.exp: Use different option lists for testcases with
20280 and without loops.
20281 * gcc.c-torture/execute/execute.exp: Likewise.
20282
20283 1994-11-02 Doug Evans <dje@canuck.cygnus.com>
20284
20285 * config/*.exp: Clarify return code from ${tool}_load.
20286 Call `unresolved' or `untested' instead of `warning' or `perror'
20287 (sometimes you still want to call both though).
20288 Add comment that `shell_id' is local to each file.
20289 * config/udi.exp (timeout): Set to 30.
20290 Don't print warning if connection fails, $connectmode has already
20291 printed an error.
20292 (${tool}_load): Move verbose messages to level 2.
20293 Rework pattern for "Process started" message.
20294 Pass `shell_id' to ${connectmode}_download.
20295 Retry twice upon timeout. Make resetting of target more robust.
20296 (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
20297 Pass `shell_id' to exit_$connectmode.
20298 Only call exit_$connectmode if connected.
20299 * config/unix.exp (${tool}_load): Check return codes better.
20300 * config/vrtx.exp (${tool}_load): Likewise.
20301 * config/vx.exp (${tool}_load): Likewise.
20302 Delete unneeded global's.
20303 * lib/dg.exp (dg-test): Update to reflect clarified return codes
20304 from ${tool}_load.
20305 (dg-stat): Delete.
20306 (dg-init): Delete recording of pass/fail counts.
20307 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20308 (old-dejagnu-init): Likewise.
20309 (old-dejagnu-stat): Delete contents, empty proc now.
20310 * lib/c-torture.exp (TORTURE_OPTIONS): New global.
20311 (c-torture): Delete references to lcnt, lpass, lfail.
20312 Get option list from TORTURE_OPTIONS.
20313 Delete -funroll[-all]-loops if no loops.
20314 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
20315 (g++_stat): Delete contents (empty proc now).
20316 * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
20317 (gcc_finish): Likewise.
20318 (gcc_stat): Deleted.
20319 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
20320 * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
20321 * gcc.c-torture/execute/execute.exp: Likewise.
20322 Split tests into two parts: compile, execute.
20323 Get option list from TORTURE_OPTIONS. Delete -funroll[-all]-loops if
20324 no loops. Update to reflect clarified return codes from ${tool}_load.
20325
20326 1994-10-21 Doug Evans <dje@canuck.cygnus.com>
20327
20328 * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
20329 to grep for.
20330 (old-dejagnu): Likewise (where necessary).
20331
20332 1994-10-14 Doug Evans <dje@canuck.cygnus.com>
20333
20334 * gcc.misc-tests/gcov.exp: New file, for gcov testing.
20335
20336 * lib/dg.exp (dg-process-target): Fix processing of selector.
20337 Add comment regarding use of `error'.
20338
20339 * lib/gcc.exp (prune_system_crud): Define if missing.
20340 * lib/g++.exp (prune_system_crud): Likewise.
20341
20342 * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
20343 Call prune_system_crud.
20344 * lib/dg.exp (dg-runtest): New proc.
20345 Use perror instead of send_user for tcl errors in testcase.
20346 Don't return any value, it's never used.
20347 Don't clobber previous definition of `unknown'.
20348 Print tcl errors in `dg-final'.
20349
20350 1994-10-12 Doug Evans <dje@canuck.cygnus.com>
20351
20352 * lib/dg.exp (dg-process-target): Improve syntax error messages.
20353 (dg-test): Don't print errorInfo, it contains stack backtrace.
20354
20355 1994-09-26 Doug Evans (dje@canuck.cygnus.com)
20356
20357 * lib/g++.exp (runtest_file_p): Define if missing.
20358
20359 1994-09-24 Doug Evans (dje@cygnus.com)
20360
20361 * lib/mike-g++.exp: Comment out loading of g++.exp.
20362 * lib/g++.exp: Update copyright. Test for existence of $CXX at start.
20363 (default_g++_version): Always print something.
20364 (default_g++_start): Comment out call to `which'.
20365 (g++_start, g++_load): Deleted (must be defined in config file).
20366 * lib/gcc.exp: Test for existence of $CC at start.
20367 Delete check for tmpdir (done in gcc_init).
20368 (default_gcc_version): Always print something.
20369 (default_gcc_start): Comment out call to `which'.
20370 * config/*.exp: Major cleanup - make cross targets work at least a
20371 little better for g++ (by not being "--tool gcc" specific).
20372 Rename gcc_xxx to ${tool}_xxx.
20373 * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
20374 * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
20375
20376 1994-09-22 Doug Evans (dje@canuck.cygnus.com)
20377
20378 * lib/c-torture.exp (c-torture-compile): Rework compiler
20379 message processing.
20380
20381 * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
20382 c-torture.
20383
20384 1994-09-21 Doug Evans (dje@canuck.cygnus.com)
20385
20386 * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
20387
20388 * lib/dg.exp (dg-process-target): Support { target native }.
20389
20390 1994-09-20 Doug Evans (dje@canuck.cygnus.com)
20391
20392 * lib/dg.exp (dg-test): Clean up some comments. Delete code that
20393 looked for "... program xxx got fatal signal".
20394 Correct regsub munging of `comp_output'.
20395 Ignore compiler messages "path prefix not used" and "linker input
20396 file unused".
20397
20398 1994-09-14 Doug Evans (dje@canuck.cygnus.com)
20399
20400 * lib/gcc.exp (runtest_file_p): Define if missing.
20401 * gcc.prms/template.c: Example to work from.
20402
20403 1994-09-13 Doug Evans (dje@canuck.cygnus.com)
20404
20405 * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
20406 * lib/dg.exp (dg-test): Call unsupported testcases as such.
20407
20408 * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
20409 * gcc.prms/1883.c: Moved from compile/940714-1.c.
20410 * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
20411 execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
20412
20413 * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
20414 (dg-process-target): No longer a varargs proc.
20415 Return S/N for target, P/F for xfail. All callers changed.
20416 (user option procs): More argument checking.
20417 (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
20418 (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
20419 (dg-test): Skip test if not running on selected target in `dg-do'.
20420 Update handling of `dg-do-what', `dg-output-text'.
20421 Separate execution pass/fail from output pattern match pass/fail.
20422 Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
20423
20424 1994-09-12 Jim Wilson (wilson@sphagnum.cygnus.com)
20425
20426 * gcc.c-torture/special/special.exp: Don't expect failure for mips
20427 target for 920510-1.c.
20428
20429 1994-09-12 Doug Evans (dje@canuck.cygnus.com)
20430
20431 * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
20432 Clean up comment regarding use of passcnt, etc.
20433 (gcc_stat): Don't update `testcnt' here.
20434 (gcc_finish): Do it here.
20435 Might as well reset `but_id' here too.
20436 * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
20437 to determine if the file should be tested.
20438 * gcc.c-torture/compile/compile.exp: Likewise.
20439 * gcc.c-torture/execute/execute.exp: Likewise.
20440 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20441 * gcc.misc-tests/dg-test.exp: Likewise.
20442 * gcc.prms/prms.exp: Likewise.
20443 * gcc.wendy/wendy.exp: Likewise.
20444 * g++.old-deja.exp: Likewise.
20445 Move "Testing file" message to verbose level 1.
20446
20447 1994-09-09 Doug Evans (dje@canuck.cygnus.com)
20448
20449 * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
20450
20451 1994-09-08 Doug Evans (dje@canuck.cygnus.com)
20452
20453 * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
20454 (default_gcc_start): Accept optional second list element
20455 of compiler flags. Print compiler output at verbosity level 2.
20456 Remove setting of CFLAGS, LIBS, LDFLAGS from here.
20457 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
20458 Save current values of framework globals passcnt, failcnt, xpasscnt,
20459 and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
20460 gcc_xfailcnt. Set global `tmpdir' to /tmp if it doesn't exist.
20461 (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
20462 xfailcnt to compute stats. Update framework global `testcnt' from
20463 pass/fail counts.
20464 (gcc_finish): New proc. Clean up test environment.
20465 (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
20466 (gcc_epass, gcc_efail): Delete.
20467 * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
20468 argument of line number.
20469 (dg-init): If the tool has an init routine, call it.
20470 (dg-test): Remove args `cflags_var' and `libs_var'.
20471 Pass all compiler options to ${tool}_start.
20472 Handle missing line number.
20473 (dg-finish): New function.
20474 * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
20475 particular files. Call gcc_finish at end. Move "skipping test"
20476 message to verbosity level 3.
20477 * gcc.c-torture/compile/compile.exp: Likewise.
20478 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20479 * gcc.c-torture/execute/execute.exp: Likewise.
20480 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20481 Print testcase being tried at verbosity level 1.
20482 * gcc.c-torture/special/special.exp: Unset xfail.
20483 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20484 * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
20485 * gcc.c-torture/noncompile/noncompile.exp: Likewise.
20486 * gcc.failure/failure.exp: Likewise.
20487 * gcc.ieee/ieee.exp: Likewise.
20488 * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
20489 Update call to dg-test. Call dg-finish at end.
20490 * gcc.misc-tests/mg.exp: Call gcc_finish at end. Unset orig_flags.
20491 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20492 * gcc.misc-tests/misc.exp: Call gcc_finish at end.
20493 * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
20494 Delete LDFLAGS. Update call to dg-test. Call dg-finish at end.
20495 * gcc.wendy/wendy.exp: Add copyright.
20496 Delete setting of tmpdir (done by gcc_init).
20497 Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
20498 Pass compiler flags to gcc_start. Call gcc_finish at end.
20499 * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
20500 gcc_[ce]pass/fail.
20501
20502 1994-09-07 Doug Evans (dje@canuck.cygnus.com)
20503
20504 * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
20505 confusion.
20506 (g++_load): Likewise.
20507
20508 * config/*.exp (gcc_load): Some were varargs fns and some were not.
20509 Rename argument to `prog' to remove the confusion.
20510 Varargs fns behave differently too!
20511 (g++_load): Likewise.
20512
20513 * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
20514
20515 * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
20516 what it is. Delete (always) printing of status value for !native.
20517 Simplify verbose code, and include status and exec_output.
20518 (g++_load): Use gcc_load.
20519
20520 1994-09-04 Jim Wilson (wilson@sphagnum.cygnus.com)
20521
20522 * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
20523 * gcc.c-torture/noncompile/noncompile.exp: Delete support for
20524 920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
20525 940714-3.c as these testcases don't exist anymore. Make
20526 va-arg-1.c expected to pass.
20527
20528 1994-08-19 Doug Evans (dje@canuck.cygnus.com)
20529
20530 * gcc.misc-tests/misc.exp: Only run specific testcases.
20531 * gcc.misc-tests/dg-test.exp: New file. Tests dg.exp.
20532 * gcc.misc-tests/dg-[1-9].c: New files.
20533
20534 * lib/dg.exp: New testsuite driver.
20535 * gcc.prms/prms.exp: Use it.
20536
20537 * README.gcc: New file.
20538
20539 * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
20540 Document and reset `lxpass' and `lxfail'.
20541 Simplify "initialized" message.
20542 (gcc_stat): Clean up comments a little.
20543
20544 1994-08-16 Doug Evans (dje@canuck.cygnus.com)
20545
20546 * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
20547
20548 1994-08-15 Doug Evans (dje@canuck.cygnus.com)
20549
20550 * lib/old-dejagnu.exp (process-option): New proc.
20551 (old-dejagnu-init, old-dejagnu-stat): Likewise.
20552 (old-dejagnu): Simplify.
20553 * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
20554
20555 1994-08-14 Jeff Law (law@snake.cs.utah.edu)
20556
20557 * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
20558 exists and is not an empty string.
20559
20560 * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
20561 $xfail rather than calling setup_xfail. Clear $xfail when test is
20562 finished.
20563 (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
20564 automatically.
20565
20566 * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
20567 longer expected to fail.
20568
20569 * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
20570 "f" function call.
20571
20572 * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
20573
20574 * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
20575 940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
20576 complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
20577 struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
20578 c-torture-1.29.
20579
20580 * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
20581 strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
20582
20583 * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
20584
20585 * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
20586 940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
20587
20588 * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
20589 940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
20590 labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
20591
20592 1994-07-12 Jim Kingdon (kingdon@lioth.cygnus.com)
20593
20594 * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
20595 gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
20596 940714-1.c, 940714-2.c, 940714-3.c},
20597 gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
20598 gcc.misc-tests/{mg.c,mg.exp}:
20599 New tests.
20600 * gcc.noncompile/noncompile.exp: Change accordingly.
20601
20602 1994-07-07 Doug Evans (dje@canuck.cygnus.com)
20603
20604 * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
20605 Undo previous clobberage.
20606
20607 1994-07-04 Jeff Law (law@snake.cs.utah.edu)
20608
20609 * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
20610 * gcc.special/{930510-1.c, special.exp}:
20611 * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
20612 931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
20613 struct-varargs-1.c}: New tests from c-torture-1.26.
20614
20615 1994-06-28 J.T. Conklin (jtc@phishhead.cygnus.com)
20616
20617 * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
20618 argument to switch.
20619
20620 1994-05-21 Bill Cox (bill@rtl.cygnus.com)
20621
20622 * Revert the previous changes. Please see Rob's directory
20623 (/lisa/test/rob/progressive/gcc/testsuite) for testing
20624 fixes.
20625
20626 1994-05-19 Bill Cox (bill@rtl.cygnus.com)
20627
20628 * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
20629 g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
20630 g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
20631 g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
20632 g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
20633 g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
20634 g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
20635 g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
20636 g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
20637 g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
20638 g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
20639 g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
20640 g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
20641 g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
20642 g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
20643 g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
20644 g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
20645 g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
20646 g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
20647 g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
20648 g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
20649 g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
20650 gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
20651 gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
20652 gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
20653 lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20654 lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
20655
20656 1994-05-17 Bill Cox (bill@rtl.cygnus.com)
20657
20658 * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
20659 lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
20660 with perror calls.
20661
20662 1994-05-02 Jason Merrill (jason@deneb.cygnus.com)
20663
20664 * config/unix.exp (g++_load): Fix syntax.
20665
20666 1994-04-14 Jim Wilson (wilson@sphagnum.cygnus.com)
20667
20668 * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
20669 * gcc.noncompile/921017-1.c: Deleted obsolete test.
20670 * gcc.noncompile/noncompile.exp: Remove code for deleted test.
20671 Don't expect va-arg-1.c to fail. Correct expected output for
20672 920928-1.c.
20673 * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
20674 * gcc.wendy/hbm4.c: Correct typo.
20675 * gcc.wendy/tad1.c, tad2.c: Correct expected output.
20676
20677 1994-03-28 Doug Evans (dje@canuck.cygnus.com)
20678
20679 * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
20680 * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
20681 gcc_[ce]{pass,fail}. Explicitly remove executable if test passes.
20682 * lib/c-torture.exp (c-torture-compile): Ditto.
20683
20684 Reduce volume of output (remove all the -I's and such).
20685 * lib/c-torture.exp (c-torture-compile): New argument OPTION.
20686 Call gcc_cpass, gcc_cfail.
20687 (c-torture): Pass testing option to c-torture-compile.
20688
20689 1994-03-21 Doug Evans (dje@cygnus.com)
20690
20691 Bring patches over from progressive.
20692 * config/default.exp: Exit remote shell cleanly.
20693 (g++_exit, g++_start): Add default versions.
20694 * config/sim.exp (gcc_load): Use perror, not error.
20695
20696 1994-03-20 Doug Evans (dje@canuck.cygnus.com)
20697
20698 * lib/gcc.exp: Don't set CFLAGS if CC not set. It clobbers the value
20699 set in site.exp.
20700
20701 1994-03-14 Doug Evans (dje@cygnus.com)
20702
20703 * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
20704 DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
20705 (wendy_try): New proc to run testcase.
20706 (main loop): Call 'em.
20707 * gcc.wendy/*.c: Clean up pass to correct expected output.
20708
20709 * lib/gcc.exp: Minor cleanup work.
20710 (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
20711
20712 1994-03-09 Doug Evans (dje@canuck.cygnus.com)
20713
20714 * config/sim.exp (gcc_load): Document return codes better.
20715 Don't pass -v to simulator.
20716
20717 1994-02-24 Jeffrey A. Law (law@snake.cs.utah.edu)
20718
20719 * gcc.special/920717-x.c: Fix typo.
20720 * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
20721 get at sources.
20722
20723 * lib/mike-gcc.exp: Fix typo.
20724
20725 1994-02-15 Rob Savoye (rob@darkstar.cygnus.com)
20726
20727 * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
20728 binary to use, transform the name.
20729 * config/*.exp: rename everything. Nuke any g++ specific files,
20730 it's now a special case of gcc that requires no special support.
20731 Add a default.exp for unsupported targets.
20732
20733 1994-02-11 Rob Savoye (rob@poseidon.cygnus.com)
20734
20735 * g++.jason/report.exp, g++.old-deja/old-deja.exp,
20736 lib/old-dejagnu.exp: Fix a few patterns to work with the new
20737 version of Tcl.
20738
20739 1994-02-09 Rob Savoye (rob@darkstar.cygnus.com)
20740
20741 * lib/c-torture.exp: Made "file prefix*never used a pass, rather
20742 than a warning.
20743
20744 1994-02-06 Jeffrey A. Law (law@snake.cs.utah.edu)
20745
20746 * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
20747
20748 1994-01-03 Jim Wilson (wilson@sphagnum.cygnus.com)
20749
20750 * gcc.execute/execute.exp: Combine opt_list and foption_list into
20751 option_list. Compile every file with only 4/6 option choices
20752 (same as C torture) instead of with 12/18 different option
20753 choices.
20754 * lib/c-torture.exp: Likewise.
20755
20756 * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
20757 not already set.
20758
20759 1993-12-30 Mike Stump (mrs@rtl.cygnus.com)
20760
20761 * lib/old-deja.exp: Add `excess errors test fails' error, now one
20762 can put an XFAIL *-*-* on excess errors.
20763
20764 1993-12-19 Jeffrey A. Law (law@snake.cs.utah.edu
20765
20766 * g++.law: Add more tests derived from g++-bugs snapshots.
20767
20768 * g++.law/init11.{c,exp}: Delete test. Brendan sez it's
20769 equivalent to g++.law/init9.
20770
20771 * lib/mike-gcc.exp (postbase): Delete the .o file after we've
20772 compiled it, and the a.out file after we've run it.
20773
20774 1993-12-17 Brendan Kehoe (brendan@lisa.cygnus.com)
20775
20776 * lib/mike-g++.exp (postbase): Delete the .o file after we've
20777 compiled it, and the a.out file after we've run it.
20778
20779 1993-12-17 Jeffrey A. Law (law@snake.cs.utah.edu)
20780
20781 * g++.law/*.exp: Avoid losing arguments added via "append" commands.
20782
20783 1993-12-15 Rob Savoye (rob@darkstar.cygnus.com)
20784
20785 * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
20786 version number.
20787
20788 1993-12-12 Jeffrey A. Law (law@snake.cs.utah.edu)
20789
20790 * g++.law: New directory of g++ tests derived from the g++-bugs
20791 snapshots.
20792
20793 1993-12-09 Jeffrey Wheat (cassidy@cygnus.com)
20794
20795 * gcc.compile: initbug1.c initbug1.exp testcase added
20796
20797 1993-12-06 Jeffrey Wheat (cassidy@cygnus.com)
20798
20799 * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
20800 * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
20801 fixes submitted by Jeff Law (law@cs.utah.edu)
20802 * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
20803 Jeff Law (law@cs.utah.edu)
20804
20805
20806 1993-11-30 Mike Stump (mrs@cygnus.com)
20807
20808 * config/unix-g++.exp: Follow the gcc way of doing things.
20809 * g++.old-deja/old-deja.exp: Minor updates.
20810 * lib/g++.exp: New file, follow the gcc way of doing things.
20811 * lib/old-dejagnu.exp: Minor updates.
20812 * lib/mike-g++.exp: Always unset errorInfo.
20813
20814 1993-11-06 Mike Stump (mrs@cygnus.com)
20815
20816 * lib/gcc.exp: Fix some errors with the below change, CC and
20817 CFLAGS should be global when setting, not local.
20818
20819 1993-11-03 Rob Savoye (rob@darkstar.cygnus.com)
20820
20821 * lib/gcc.exp: Transform tool name.
20822
20823 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
20824
20825 * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
20826
20827 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
20828
20829 * lib/gcc.exp: change gcc_done to gcc_stat
20830
20831 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
20832
20833 * Upgraded gcc testsuite to c-torture version 1.25
20834
20835 1993-10-24 Jeffrey Wheat (cassidy@cygnus.com)
20836
20837 * lib/gcc.exp: added reporting code. Changed verbose compile message.
20838 * lib/c-torture: added hooks for new reporting code.
20839
20840 1993-10-21 Jeffrey Wheat (cassidy@cygnus.com)
20841
20842 * config/sh-gcc.exp: check if sh-sim exists in the path
20843
20844 1993-10-18 Jeffrey Wheat (cassidy@cygnus.com)
20845
20846 * gcc.code_quality/code_quality.exp: Initial changes for new logic.
20847 * gcc.compile/compile.exp: Initial changes for new logic.
20848 * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
20849 * gcc.failure/failure.exp: Initial changes for new logic.
20850 * gcc.ieee/ieee.exp: Initial changes for new logic.
20851 * gcc.misc-tests/misc.exp: Initial changes for new logic.
20852 * gcc.noncompile/non_compile.exp: Initial changes for new logic.
20853 * gcc.unsorted/unsorted.exp: Initial changes for new logic.
20854 * lib/c-torture.exp: Initial changes for new logic.
20855 * lib/gcc.exp: Initial changes for new logic.
20856
20857 1993-10-15 Mike Stump (mrs@cygnus.com)
20858
20859 * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
20860 depend upon failure or success. Fully qualify names in failure
20861 and success messages. Always remove a.out before starting
20862 compile, just in case. Pay more attention to error text output by
20863 the compiler. Handle testcases with no known past errors just
20864 like all others, so that things are uniform. Other miscellaneous
20865 improvements.
20866
20867 1993-10-13 Jeffrey Wheat (cassidy@cygnus.com)
20868
20869 * gcc.cpp: new directory for cpp tests
20870
20871 1993-10-04 Jeffrey Wheat (cassidy@cygnus.com)
20872
20873 * lib/chill.exp: Code reformatted, removed unused code.
20874 * config/unix-chill.exp: Code reformatted, removed unused code.
20875 * chill.execute/execute.exp: Code reformatted, removed unused code.
20876 * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
20877
20878 1993-10-04 Ian Lance Taylor (ian@cygnus.com)
20879
20880 * config/mips-gcc.exp, config/mips-g++.exp: New files. Execution
20881 routines not written.
20882
20883 1993-09-27 Rob Savoye (rob@darkstar.cygnus.com)
20884
20885 * config/bug-gcc.exp: Use new procs from bug.exp.
20886
20887 1993-09-21 Rob Savoye (rob@darkstar.cygnus.com)
20888
20889 * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
20890 via ftp, rather than depending on NFS.
20891 * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
20892 case.
20893
20894 1993-09-09 Rob Savoye (rob@darkstar.cygnus.com)
20895
20896 * config/bug-gcc.exp: Use new download proc.
20897
20898 1993-09-14 Jeffrey Wheat (cassidy at deneb.cygnus.com)
20899
20900 * chill.execute/execute.exp: cleanups, handles errors better
20901 * chill.compile/compile.exp: rewrite, based on execute.exp
20902 * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
20903 * lib/chill.exp: major changes to diff proc and compile and link
20904 procs. added chill_fail and chill_pass wrappers to pass and
20905 fail. added more comments, and handle error codes better.
20906 Added a hack to capture stderr from exec, so noncompile tests
20907 can work.
20908
20909 1993-09-11 Jeffrey Wheat (cassidy@cygnus.com)
20910
20911 * chill.execute/execute.exp: rewrite of testsuite driver
20912 * lib/chill.exp: rewrite of testsuite driver
20913 * config/unix-chill.exp: rewrite of testsuite driver
20914
20915 1993-08-25 Bill Cox (bill@rtl.cygnus.com)
20916
20917 In chill.execute:
20918 * iexpr.ch: Standardize uppercase.
20919 * tuples.dat: Standardize uppercase.
20920 * vary.ch: standardize. Correct varying string assignments.
20921 * vary.dat: Add new output lines.
20922
20923 1993-08-24 Bill Cox (bill@rtl.cygnus.com)
20924
20925 In chill.execute:
20926 * chprintf.ch: Standardize use of uppercase.
20927 * tuples.ch: Standardize and turn arr2 into a DCL,
20928 rather than a SYN.
20929 * pinits.ch: Standardize.
20930
20931 1993-08-23 Per Bothner (bothner@kalessin.cygnus.com)
20932
20933 * rts.c: Get malloc() from <stdlib.h>, not <malloc.h>.
20934 * Makefil: Renamed to Makefile.in.
20935 * configure.in: New.
20936
20937 1993-08-23 Bill Cox (bill@rtl.cygnus.com)
20938
20939 In chill.execute:
20940 * .cvsignore: Add result/output files.
20941 * Makefile: Fix up variables at start. Use MFLAGS
20942 everywhere. Correct bool_loc, built_ins entries.
20943 Add entry for vary1.ch.
20944 * bitarray.ch: Standardize upper-case usage.
20945 * bitexpr.ch: Standardize, add output of b1.
20946 * params.ch: Use arrayt in along PROC parameters, to
20947 avoid novelty problems.
20948 * sets.ch: Tiny cleanup.
20949 * vary1.ch: Re-indent.
20950
20951 1993-08-17 Bill Cox (bill@rtl.cygnus.com)
20952
20953 * Add PR-related files to Makefiles, .cvsignore files, etc.
20954
20955 1993-08-02 Jeff Wheat (cassidy@cygnus.com)
20956
20957 * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
20958 with compiler objects. New names are test-flow.c and test-loop.c
20959
20960 1993-07-27 Jeff Wheat (cassidy@cygnus.com)
20961
20962 * Upgraded c-torture tests from 1.19 to 1.20
20963
20964 * new files:
20965 * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
20966 * gcc.compile: 930623-1.c 930623-2.c
20967 * gcc.noncompile: 930622-1.c 930622-2.c
20968 * gcc.failure: 920411-1.c 920627-2.c
20969 * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
20970
20971 1993-07-20 Jeff Wheat (cassidy@cygnus.com)
20972
20973 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20974 More changes to get testsuite working properly. Needs more work.
20975 Added some support for POSIX IEEE Std 1003.3-1991 error messages.
20976
20977 1993-07-19 Jeff Wheat (cassidy@cygnus.com)
20978
20979 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20980 More changes to get testsuite working properly. Needs more work.
20981
20982 1993-07-13 Jeff Wheat (cassidy@cygnus.com)
20983
20984 * chill.compile/compile.exp: Added for Dejagnu support
20985 * chill.execute/execute.exp: Added for Dejagnu support
20986 * lib/chill.exp config/unix-chill.exp : Added for Dejagnu support
20987
20988 1993-06-19 Bill Cox (bill@rtl.cygnus.com)
20989
20990 This should complete moving the CHILL test files.
20991 * chill.noncompile(.cvsignore printf.grt
20992 in-printf.grt chprintf.grt chprintf.ch):
20993 Added test-support files.
20994 (Makefile): Modified further.
20995 * chill.compile (emptymod.ch gdbme.ch neg_range.ch
20996 signal.ch): Added test files.
20997 * chill.execute (.cvsignore printf.grt printr.c
20998 in-printf.grt rts.c chprintf.grt rts.h): Added
20999 test-support files.
21000 (Makefile): More corrections.
21001
21002 1993-06-18 Bill Cox (bill@rtl.cygnus.com)
21003
21004 * chill.compile, chill.execute, chill.nocompile: Add CHILL
21005 test cases, ready for DejaGnu.
21006
21007 1993-06-17 Jeffrey Wheat (cassidy@cygnus.com)
21008
21009 * Upgraded c-torture tests from 1.18 to 1.19
21010
21011 * gcc.compile: added test(s):
21012 930607-1.c
21013 * gcc.execute: added test(s):
21014 930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
21015
21016 * added new subdirectory for misc tests: gcc.misc-tests
21017 * gcc.misc-test(s): added tests:
21018 inst-check.c test-consts.c test-ior.c test-switch.c
21019
21020 1993-06-09 Brendan Kehoe (brendan@lisa.cygnus.com)
21021
21022 * lib/mike-g++.exp: Load `./a.out', not `a.out'.
21023
21024 1993-06-07 Ian Lance Taylor (ian@cygnus.com)
21025
21026 * g++.old-deja/old-deja.exp: Don't delete all the .o files.
21027
21028 1993-06-03 Jeffrey Wheat (cassidy@cygnus.com)
21029
21030 * Upgraded c-torture tests from 1.17 to 1.18
21031
21032 1993-06-02 Jeffrey Wheat (cassidy@cygnus.com)
21033
21034 * Upgraded c-torture tests from 1.12 to 1.17
21035
21036 1993-04-30 Mike Werner (mtw@deneb.cygnus.com)
21037
21038 * lib/old-dejagnu.exp:
21039 Fixed handling of XFAIL target triplets to correctly
21040 recognize wildcard characters. Removed code that
21041 appended a unique id tag to the end of the file name
21042 printed out by the result of the testcases within a
21043 given test file.
21044
21045 1993-04-29 Mike Werner (mtw@deneb.cygnus.com)
21046
21047 * lib/old-dejagnu.exp:
21048 Reworked expected failure handling to trigger off of XFAIL
21049 keyword in keyphrase embeded in testcase source code. The
21050 XFAIL keyword must be at the end of the keyphrase line. It
21051 may optionally be followed by one or more target triplets.
21052 It has just occured that the handling of wildcards in the
21053 target triplet may not be correct.
21054
21055 1993-04-23 Mike Werner (mtw@deneb.cygnus.com)
21056
21057 * g++.old-deja/tests:
21058 Moved all subdirectories up one level into g++.old-deja .
21059
21060 * lib/old-dejagnu.exp:
21061 Fixed problem with CXXFLAGS not being properly reset, and being
21062 corrupted with extraneous "-c" compiler option. This was
21063 causing binaries to not be generated for test that needed them.
21064 Modified strings passed to "pass" and "fail" so that individual
21065 tests from the same test file would be distinguished by an
21066 identifier appended to the test file name in the summary logs;
21067 this corrected a problem with erroneous diff logs. Added code
21068 to search testcases for expected fail and unexpected pass keywords.
21069
21070 1993-04-20 Rob Savoye (rob at darkstar.cygnus.com)
21071
21072 * lib/c-torture.exp: Ignore "file path prefix*unused" message.
21073
21074 1993-04-15 Mike Werner (mtw@deneb.cygnus.com)
21075
21076 * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
21077 Removed extraneous text from end of "Special g++ Options"
21078 keyphrase.
21079
21080 * lib/old-dejagnu.exp: Added pattern matching to look for new
21081 keywords, embedded in testcases comments, which will trigger
21082 calls to xpass and xfail.
21083
21084 1993-04-14 Mike Werner (mtw@deneb.cygnus.com)
21085
21086 * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
21087 comments embedded in the testcases, especially the one looking for
21088 special compiler options, as well as the pattern matching for the
21089 compiler output again.
21090
21091 1993-04-12 Mike Werner (mtw@deneb.cygnus.com)
21092
21093 * lib/old-dejagnu.exp: Do a proper check of the return value for
21094 execute tests. Fixed several problems with the pattern matching
21095 of the compiler output which gave erroneous test results.
21096 Changed several of the test result messages to be more descriptive.
21097 * config/unix-g++.exp: Proc g++_load now actually works and
21098 executes the tests passed to it and returns a usable return
21099 value.
21100
21101 1993-04-11 Rob Savoye (rob at darkstar.cygnus.com)
21102
21103 * lib/gcc.exp: Exits gracefully if $CC is bogus.
21104
21105 1993-04-09 Mike Werner (mtw@deneb.cygnus.com)
21106
21107 * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
21108 Modified both files to properly execute the old style
21109 dejagnu tests. The previous versions of these files were
21110 experimental and did not function anything near correctly.
21111
21112 1993-04-05 Rob Savoye (rob@cygnus.com)
21113
21114 * Removed all Makefile.in and configure.in files. No configuration
21115 needed now.
21116
21117 1993-04-02 Mike Werner (mtw@deneb.cygnus.com)
21118
21119 * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
21120
21121 1993-03-28 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21122
21123 * gcc.compile/configure.in, gcc.unsorted/configure.in,
21124 gcc.special/configure.in, gcc.noncompile/configure.in,
21125 gcc.execute/configure.in, gcc.code_quality/configure.in,
21126 g++.other/configure.in, g++.old-deja/configure.in,
21127 g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
21128 in srcname setting.
21129
21130 1993-03-25 Rob Savoye (rob at darkstar.cygnus.com)
21131
21132 * lib/udi.exp: Fixed mondfe and mondfe_download.
21133 * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
21134 * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
21135
21136 1993-03-25 Ian Lance Taylor (ian@cygnus.com)
21137
21138 * config/udi-gdb.exp: Check $shell_id after connecting to target.
21139 (gdb_exit): Don't remove *_soc files.
21140
21141 1993-03-22 Ian Lance Taylor (ian@cygnus.com)
21142
21143 * lib/c-torture.exp: Don't look for main; instead always use -w
21144 -c. This is how the c-torture tests work. Remove the object
21145 file if the compilation succeeds.
21146 * gcc.execute/execute.exp: Remove executable if test passes.
21147 * gcc.noncompile/noncompile.exp: Every test is an expected
21148 failure.
21149 * gcc.special/special.exp: Added tests from c-torture 1.11,
21150 corrected use of existing test.
21151 * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
21152 gcc.execute/920625-1.c: Updated to c-torture 1.11.
21153 * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
21154 gcc.compile/921109-2.c, gcc.compile/921109-3.c,
21155 gcc.compile/921111-1.c, gcc.compile/921116-2.c,
21156 gcc.compile/921118-1.c, gcc.compile/921126-1.c,
21157 gcc.compile/921202-1.c, gcc.compile/921202-2.c,
21158 gcc.compile/921203-1.c, gcc.compile/921203-2.c,
21159 gcc.compile/921206-1.c, gcc.execute/921029-1.c,
21160 gcc.execute/921104-1.c, gcc.execute/921110-1.c,
21161 gcc.execute/921112-1.c, gcc.execute/921113-1.c,
21162 gcc.execute/921117-1.c, gcc.execute/921123-1.c,
21163 gcc.execute/921123-2.c, gcc.execute/921124-1.c,
21164 gcc.execute/921202-1.c, gcc.execute/921202-2.c,
21165 gcc.execute/921204-1.c, gcc.execute/921207-1.c,
21166 gcc.execute/921208-1.c, gcc.execute/921208-2.c,
21167 gcc.execute/921215-1.c, gcc.execute/921218-1.c,
21168 gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
21169 gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
21170 c-torture 1.11.
21171 * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
21172 correspond to c-torture 1.11.
21173
21174 * New file.
This page took 0.941951 seconds and 4 git commands to generate.