re PR c++/9823 (ICE in sort_mem_initializers)
[gcc.git] / gcc / testsuite / ChangeLog
1 2003-03-08 Mark Mitchell <mark@codesourcery.com>
2
3 PR c++/9823
4 * g++.dg/parser/constructor1.C: New test.
5
6 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
7
8 * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
9
10 * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
11
12 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13
14 * gcc.dg/cpp/Wunused.c: Update test.
15
16 Sat Mar 8 14:18:15 CET 2003 Jan Hubicka <jh@suse.cz>
17
18 * gcc.dg/inline-3.c: New test.
19
20 2003-03-08 Mark Mitchell <mark@codesourcery.com>
21
22 PR c++/9809
23 * g++.dg/parse/builtin1.C: New test.
24
25 PR c++/9982
26 * g++.dg/abi/cookie1.C: New test.
27 * g++.dg/abi/cookie2.C: Likewise.
28
29 PR c++/9524
30 * g++.dg/template/field1.C: New test.
31
32 PR c++/9912
33 * g++.dg/parse/class1.C: New test.
34 * g++.dg/parse/namespace7.C: Likewise.
35 * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
36
37 2003-03-07 Mark Mitchell <mark@codesourcery.com>
38
39 * g++.dg/init/ref4.C: New test.
40
41 Fri Mar 7 17:41:07 CET 2003 Jan Hubicka <jh@suse.cz>
42
43 * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
44 * gcc.dg/inline-3.c: New test.
45
46 2003-03-06 Mark Mitchell <mark@codesourcery.com>
47
48 * g++.dg/init/ref3.C: New test.
49
50 PR c++/9965
51 * g++.dg/init/ref2.C: New test.
52
53 PR c++/9400
54 * g++.dg/warn/Wshadow-2.C: New test.
55
56 PR c++/9791
57 * g++.dg/warn/Woverloaded-1.C: New test.
58
59 Wed Mar 5 23:18:11 CET 2003 Jan Hubicka <jh@suse.cz>
60
61 * gcc.dg/i386-local2.c: New.
62 * gcc.dg/i386-local.c: Fix typo.
63
64 2003-03-05 Mark Mitchell <mark@codesourcery.com>
65
66 * g++.dg/abi/layout3.C: New test.
67
68 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
69
70 * gcc.c-torture/compile/20030305-1.c
71
72 Wed Mar 5 02:05:19 CET 2003 Jan Hubicka <jh@suse.cz>
73
74 * gcc.dg/i386-local.c: New.
75
76 Tue Mar 4 19:39:18 2003 J"orn Rennecke <joern.rennecke@superh.com>
77
78 * gcc.dg/sh-relax.c: Disable for sh64-*-*.
79
80 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
81
82 * gcc.dg/switch-2.c: New test.
83 * gcc.dg/switch-3.c: New test.
84 * gcc.dg/Wswitch.c: Adjust line numbers.
85 * gcc.dg/Wswitch-default.c: Likewise.
86 * gcc.dg/Wswitch-enum.c: Likewise.
87
88 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
89
90 * gcc.c-torture/execute/20030222-1.c: New test.
91
92 2003-03-03 James E Wilson <wilson@tuliptree.org>
93
94 * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
95
96 2003-03-03 Mark Mitchell <mark@codesourcery.com>
97
98 PR c++/9878
99 * g++.dg/init/ref1.C: New test.
100
101 Mon Mar 3 20:42:04 2003 J"orn Rennecke <joern.rennecke@superh.com>
102
103 * gcc.dg/sh-relax.c: New SH-only test.
104
105 2003-03-03 Geoffrey Keating <geoffk@apple.com>
106
107 * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
108 comment explaining purpose of testcase.
109
110 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
111
112 * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
113 for HC11/HC12 (asm needs two int registers).
114 * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
115 HC11/HC12 because the test uses an asm which needs two 32-bit
116 registers.
117
118 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
119
120 * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
121 for HC11/HC12 (array is too large otherwise).
122 * gcc.c-torture/compile/920501-4.x: New file, likewise.
123 * gcc.c-torture/compile/20010518-2.x: Likewise.
124 * gcc.c-torture/compile/980506-1.x: Don't execute this test on
125 HC11/HC12 (array is too large).
126
127 2003-03-01 Geoffrey Keating <geoffk@apple.com>
128
129 * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
130 * lib/g++-dg.exp (g++-dg-test): Likewise.
131
132 2003-03-01 Roger Sayle <roger@eyesopen.com>
133
134 * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
135 * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
136
137 2003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
138
139 * g++.dg/warn/implicit-typename1.C: Remove warning.
140
141 2003-02-28 Richard Henderson <rth@redhat.com>
142
143 * gcc.dg/noreturn-1.c: Move noreturn warning line.
144 * gcc.dg/return-type-1.c: Move control reaches end warning line.
145
146 2003-02-28 Geoffrey Keating <geoffk@apple.com>
147
148 * gcc.dg/pch/pch.exp: Change .pch to .gch.
149 * g++.dg/pch/pch.exp: Likewise.
150
151 2003-02-28 Mark Mitchell <mark@codesourcery.com>
152
153 PR c++/9879
154 * testsuite/g++.dg/init/new4.C: New test.
155
156 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
157
158 * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
159
160 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
161
162 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
163 unsigned long.
164
165 * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
166 wider than float.
167
168 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
169
170 * lib/scanasm.exp: Add support for counting numbers of
171 occurences.
172 * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
173 gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
174
175 2003-02-25 Mark Mitchell <mark@codesourcery.com>
176
177 PR c++/9683
178 * g++.dg/template/static3.C: New test.
179
180 PR c++/9829
181 * g++.dg/parse/namespace6.C: New test.
182
183 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
184
185 PR target/9732
186 * gcc.dg/20030225-1.c: New test.
187
188 2003-02-24 Mark Mitchell <mark@codesourcery.com>
189
190 * README: Remove out-of-date information.
191
192 PR c++/9836
193 * g++.dg/template/spec6.C: New test.
194
195 2003-02-24 Jeff Law <law@redhat.com>
196
197 * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
198
199 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
200
201 * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
202 * gcc.dg/pragma-ep-1.c: Likewise.
203
204 2003-02-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
205
206 PR c++/9602
207 * g++.dg/template/friend16.C: New test.
208
209 2003-02-23 Mark Mitchell <mark@codesourcery.com>
210
211 PR c++/5333
212 * g++.dg/parse/fused-params1.C: Adjust error messages.
213 * g++.dg/template/nested3.C: New test.
214
215 2003-02-24 Alan Modra <amodra@bigpond.net.au>
216
217 * g++.dg/abi/param1.C: New test.
218
219 2003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
220
221 PR c++/7982
222 * g++.dg/warn/implicit-typename1.C: New test.
223
224 2003-02-22 Kelley Cook <kelleycook@comcast.net>
225
226 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
227 with "mtune".
228 * g++.old-deja/g++.other/store-expr2.C: Likewise.
229 * gcc.c-torture/execute/20010129-1.x: Likewise.
230 * gcc.dg/20011107-1.c: Likewise.
231 * gcc.dg/20020108-1.c: Likewise.
232 * gcc.dg/20020122-3.c: Likewise.
233 * gcc.dg/20020206-1.c: Likewise.
234 * gcc.dg/20020310-1.c: Likewise.
235 * gcc.dg/20020426-2.c: Likewise.
236 * gcc.dg/20020517-1.c: Likewise.
237 * gcc.dg/991230-1.c: Likewise.
238 * gcc.dg/i386-unroll-1.c: Likewise.
239 * gcc.misc-tests/i386-prefetch.exp: Likewise.
240
241 Sat Feb 22 20:14:12 CET 2003 Jan Hubicka <jh@suse.cz>
242
243 * gcc.dg/i386-mul.c: New test.
244
245 2003-02-21 Roger Sayle <roger@eyesopen.com>
246
247 * gcc.dg/builtins-5.c: New test case.
248
249 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
250
251 * gcc.dg/asmreg-1.c: New test.
252
253 2003-02-21 Mark Mitchell <mark@codesourcery.com>
254
255 PR c++/9749
256 * g++.dg/parse/varmod1.C: New test.
257
258 2003-02-21 Mark Mitchell <mark@codesourcery.com>
259
260 PR c++/9727
261 * g++.dg/template/op1.C: New test.
262
263 2003-02-21 Mark Mitchell <mark@codesourcery.com>
264
265 PR c++/8906
266 * g++.dg/template/nested2.C: New test.
267
268 2003-02-21 Mark Mitchell <mark@codesourcery.com>
269
270 PR c++/8724
271 * g++.dg/expr/dtor1.C: New test.
272
273 2003-02-21 Zack Weinberg <zack@codesourcery.com>
274
275 * gcc.dg/cpp/include3.c: New test.
276 * gcc.dg/cpp/inc/foo.h: New file.
277
278 2003-02-21 Glen Nakamura <glen@imodulo.com>
279
280 * gcc.c-torture/execute/20030221-1.c: New test.
281
282 2003-02-20 Mark Mitchell <mark@codesourcery.com>
283
284 PR c++/9729
285 * g++.dg/abi/conv1.C: New test.
286
287 Thu Feb 20 14:38:13 CET 2003 Jan Hubicka <jh@suse.cz>
288
289 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
290
291 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
292
293 * gcc.c-torture/compile/20030219-1.c: New test.
294
295 Tue Feb 18 23:28:53 CET 2003 Jan Hubicka <jh@suse.cz>
296
297 * gcc.dg/funcorder.c: New test.
298
299 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
300
301 * gcc.c-torture/execute/20030218-1.c: New.
302
303 2003-02-18 Aldy Hernandez <aldyh@redhat.com>
304
305 * gcc.dg/20030218-1.c: New.
306
307 2003-02-18 Richard Henderson <rth@redhat.com>
308
309 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
310 * gcc.dg/attr-used-2.c: New.
311
312 2003-02-18 Mark Mitchell <mark@codesourcery.com>
313
314 PR c++/9704
315 * g++.dg/init/copy5.C: New test.
316
317 2003-02-18 Geoffrey Keating <geoffk@apple.com>
318
319 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
320 * g++.dg/pch/pch.exp: Likewise.
321
322 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
323
324 * gcc.c-torture/execute/20030209-1.c: Enable the test if
325 STACK_SIZE is not defined.
326
327 2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
328
329 PR c++/9457
330 * g++.dg/template/init1.C: New test.
331
332 Sun Feb 16 23:08:19 CET 2003 Jan HUbicka <jh@suse.cz>
333
334 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
335 (foo): Add few extra tests
336 * gcc.dg/c99-const-expr-3.c: Likewise.
337 * gcc.c-torture/execute/20030216-1.c: New.
338
339 2003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
340
341 PR c++/9459
342 * g++.dg/ext/typeof4.C: New test.
343
344 2003-02-15 Roger Sayle <roger@eyesopen.com>
345
346 * gcc.dg/i386-387-3.c: New test case.
347
348 2003-02-14 Josef Zlomek <zlomekj@suse.cz>
349
350 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
351 cris-*-elf* cris-*-aout* and mmix-*-*.
352
353 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
354
355 * gcc.dg/20030213-1.c: New test.
356
357 2003-02-12 Roger Sayle <roger@eyesopen.com>
358
359 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
360 * gcc.dg/i386-387-2.c: Likewise.
361
362 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
363
364 * gcc.dg/ppc-spe.c: Fix formatting.
365 Enable tests that were previously unsupported by gas.
366 Delete tests for instructions that no longer exist.
367 Switch arguments on evsubifw builtin.
368
369 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
370
371 * gcc.c-torture/execute/20030209-1.c: Disable the test if
372 STACK_SIZE is too small.
373
374 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
375 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
376
377 * gcc.dg/decl-2.c: New test.
378
379 Mon Feb 10 11:41:20 CET 2003 Jan Hubicka <jh@suse.cz>
380
381 * gcc.dg/i386-fpcvt-1.c: New test.
382
383 2002-02-09 Richard Sandiford <rsandifo@redhat.com>
384
385 * gcc.c-torture/execute/20030209-1.c: New test.
386
387 2003-02-09 Kazu Hirata <kazu@cs.umass.edu>
388
389 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
390 int-wide bitops, use the constants of the same width.
391 Likewise, if long long is 32-bit wide, test bitops using
392 32-bit constants.
393
394 2003-02-07 Loren James Rittle <ljrittle@acm.org>
395
396 * gcc.dg/20021014-1.c: Annotate with expected notice text.
397
398 2003-02-07 Roger Sayle <roger@eyesopen.com>
399
400 * testsuite/gcc.dg/builtins-4.c: New test case.
401
402 2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
403
404 * gcc.dg/20020430-1.c: Fix dg command typos.
405 * gcc.dg/20020503-1.c: Likewise.
406
407 2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
408
409 PR c++/8785
410 * g++.dg/parse/fused-params1.C: New test.
411
412 PR c++/8857
413 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
414
415 PR c++/8921
416 * g++.dg/parse/non-dependent1.C: New test.
417
418 PR c++/8928
419 * g++.dg/parse/dupl-tmpl-args1.C: New test.
420
421 PR c++/9228
422 * g++.dg/parse/undefined7.C: New test.
423 * g++.dg/parse/non-templ1.C: New test.
424
425 PR c++/9229
426 * g++.dg/parse/too-many-tmpl-args1.C: New test.
427
428 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
429
430 * gcc.c-torture/compile/20030206-1.c: New test.
431
432 2003-02-05 Roger Sayle <roger@eyesopen.com>
433
434 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
435 "pow" to "foo" to avoid potential confusion with a math built-in.
436
437 2003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
438
439 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
440 conditions for SPARC targets.
441
442 2003-02-05 Jakub Jelinek <jakub@redhat.com>
443
444 * gcc.dg/20030204-1.c: New test.
445
446 2003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
447
448 PR c++/38
449 * g++.dg/parse/array-size1.C: New test.
450
451 PR c++/5657
452 * g++.dg/parse/undefined3.C: New test.
453
454 PR c++/5665
455 * g++.dg/parse/undefined4.C: New test.
456
457 PR c++/5975
458 * g++.dg/parse/undefined5.C: New test.
459
460 PR c++/7259
461 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
462
463 PR c++/8578
464 * g++.dg/parse/casting-operator1.C: New test.
465
466 PR c++/8596
467 * g++.dg/parse/undefined6.C: New test.
468
469 PR c++/8736
470 * g++.dg/parse/missing-template1.C: New test.
471
472 Tue Feb 4 21:41:09 CET 2003 Jan Hubicka <jh@suse.cz>
473
474 * gcc.dg/i386-cadd.c: Compile using -march=k8.
475 * gcc.dg/i386-cmov?.c: Likewise.
476 * gcc.dg/i386-fpcvt-?.c: Likewise.
477 * gcc.dg/i386-ssefp-1.c: Likewise.
478 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
479 conventions.
480
481 2003-02-03 Mark Mitchell <mark@codesourcery.com>
482
483 PR c++/7129
484 * testsuite/g++.dg/ext/max.C: New test.
485
486 Mon Feb 3 16:05:11 CET 2003 Jan Hubicka <jh@suse.cz>
487
488 * gcc.c-torture/execute/20030203-1.c: New test.
489
490 2003-02-03 Richard Earnshaw <rearnsha@arm.com>
491
492 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
493 'natural-endian'.
494
495 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
496
497 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
498 * g++.dg/init/new2.C: Likewise.
499 * g++.dg/other/new1.C: Likewise.
500
501 2003-01-31 Loren J. Rittle <ljrittle@acm.org>
502
503 * gcc.dg/struct-ret-libc.c: New test.
504
505 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
506
507 * gcc.dg/20030129-1.c: New test.
508
509 2003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
510
511 PR c++/8849
512 * g++.dg/template/ptrmem4.C: New test.
513
514 2003-01-29 Mark Mitchell <mark@codesourcery.com>
515
516 * g++.dg/parser/constant1.C: New test.
517
518 2003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
519
520 PR c++/8591
521 * g++.dg/parse/friend2.C: New test.
522
523 2003-01-29 Nathan Sidwell <nathan@codesourcery.com>
524
525 PR c++/9437
526 * g++.dg/template/unify4.C: New test.
527
528 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
529
530 * gcc.c-torture/execute/20030128-1.c: New test.
531
532 2003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
533
534 * g++.dg/lookup/nested1.C: Test moved from ...
535 * g++.old-deja/g++.other/lookup24.C: ... here.
536
537 Tue Jan 28 12:19:35 CET 2003 Jan Hubicka <jh@suse.cz>
538
539 * gcc.dg/i386-cmov5.c: New test.
540
541 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
542
543 * gcc.c-torture/execute/20010925-1.c: Changed the
544 memcpy declaration.
545
546 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
547
548 PR c++/3902
549 * g++.dg/parse/template5.C: New test.
550
551 2003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
552
553 PR fortran/9258
554 * g77.dg/pr9258: New test.
555
556 2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
557
558 * README: Move relevant parts from README.g++.
559
560 * README.g++: Remove this file.
561
562 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
563
564 * g++.dg/abi/dcast1.C: New test.
565
566 2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
567
568 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
569
570 2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
571
572 PR c++/47
573 * g++.old-deja/g++.other/lookup24.C: New test.
574
575 2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
576
577 PR middle-end/7227
578 * gcc.dg/uninit-C.c: New test.
579
580 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
581
582 * g++.dg/abi/covariant1.C: New test.
583
584 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
585
586 * gcc.dg/20030123-1.c: New test.
587
588 Sat Jan 25 21:06:49 CET 2003 Jan Hubicka <jh@suse.cz>
589
590 PR opt/8492
591 * gcc.c-torture/compile/20030125-1.c
592
593 2003-01-25 Nathan Sidwell <nathan@codesourcery.com>
594
595 PR c++/9403
596 * g++.dg/parse/template3.C: New test.
597 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
598
599 PR c++/795
600 * g++.dg/parse/template4.C: New test.
601
602 PR c++/9415
603 * g++.dg/template/qual2.C: New test.
604
605 PR c++/8545
606 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
607
608 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
609
610 2003-01-25 Roger Sayle <roger@eyesopen.com>
611
612 * gcc.c-torture/execute/switch-1.c: New test case.
613
614 Sat Jan 25 12:32:55 CET 2003 Jan Hubicka <jh@suse.cz>
615
616 * gcc.c-torture/execute/20030125-1.[cx]: New test.
617
618 2003-01-25 Paolo Carlini <pcarlini@unitus.it>
619
620 Tweaks for Bison-1.875. From the NEWS file:
621 "- `parse error' -> `syntax error'
622 Bison now uniformly uses the term `syntax error'"
623 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
624 * gcc.dg/cpp/digraph2.c: Likewise.
625 * gcc.dg/cpp/direct2.c: Likewise.
626 * gcc.dg/cpp/paste4.c: Likewise.
627 * gcc.dg/c90-restrict-1.c: Likewise.
628 * gcc.dg/c99-func-2.c: Likewise.
629 * gcc.dg/noncompile/920721-2.c: Likewise.
630 * gcc.dg/noncompile/930622-2.c: Likewise.
631 * gcc.dg/noncompile/940112-1.c: Likewise.
632 * gcc.dg/noncompile/950921-1.c: Likewise.
633 * gcc.dg/noncompile/951123-1.c: Likewise.
634 * gcc.dg/noncompile/971104-1.c: Likewise.
635 * gcc.dg/noncompile/990416-1.c: Likewise.
636
637 2003-01-24 Paolo Carlini <pcarlini@unitus.it>
638
639 * g++.dg/parse/undefined1.C: Add error message.
640
641 2003-01-22 Mark Mitchell <mark@codesourcery.com>
642
643 PR c++/9354
644 * g++.dg/parse/new1.C: New test.
645
646 PR c++/9216
647 * g++.dg/parse/template2.C: New test.
648
649 PR c++/9354
650 * g++.dg/parse/typedef2.C: New test.
651
652 PR c++/9328
653 * g++.dg/ext/typeof3.C: New test.
654
655 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
656
657 PR c++/2738
658 * g++.dg/parse/ret-type1.C: New test.
659
660 PR c++/3792
661 * g++.dg/parse/tmpl-outside1.C: New test.
662
663 PR c++/4207
664 * g++.dg/parse/int-as-enum1.C: New test.
665
666 PR c++/4903
667 * g++.dg/parse/no-typename1.C: New test.
668
669 PR c++/5533
670 * g++.dg/parse/no-value1.C: New test.
671
672 PR c++/5921
673 * g++.dg/parse/wrong-inline1.C: New test.
674
675 PR c++/6402
676 * g++.dg/parse/ref1.C: New test.
677
678 PR c++/6992
679 * g++.dg/parse/attr-ctor1.C: New test.
680
681 PR c++/7229
682 * g++.dg/parse/namespace5.C: New test.
683
684 PR c++/7917
685 * g++.dg/parse/func-def1.C: New test.
686
687 PR c++/8143
688 * g++.dg/parse/undefined1.C: New test.
689
690 PR c++/5723, PR c++/8522
691 * g++.dg/parse/specialization1.C: New test.
692
693 PR c++/163, PR c++/8595
694 * g++.dg/parse/struct-as-enum1.C: New test.
695
696 PR c++/9173
697 * g++.dg/parse/undefined2.C: New test.
698
699 2003-01-22 Mark Mitchell <mark@codesourcery.com>
700
701 PR c++/9298
702 * g++.dg/parse/template1.C: New test.
703
704 PR c++/9384
705 * g++.dg/parse/using1.C: New test.
706
707 PR c++/9285
708 PR c++/9294
709 * g++.dg/parse/expr2.C: New test.
710
711 PR c++/9388
712 * g++.dg/parse/lookup2.C: Likewise.
713
714 Tue Jan 21 18:01:35 CET 2003 Jan Hubicka <jh@suse.cz>
715
716 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
717 * gcc.c-torture/execute/eeprof-1.c: Likewise.
718 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
719 * gcc.c-torture/execute/string-opt-*.c: Likewise.
720
721 2003-01-20 Nick Clifton <nickc@redhat.com>
722
723 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
724 problem with ARM sibcall code generation.
725
726 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
727
728 * gcc.c-torture/execute/20030120-1.c: New.
729
730 2003-01-19 Paolo Carlini <pcarlini@unitus.it>
731
732 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
733
734 2003-01-17 Mark Mitchell <mark@codesourcery.com>
735
736 PR c++/9272
737 * g++.dg/parse/ctor1.C: New test.
738
739 PR c++/9294:
740 * g++.dg/parse/qualified1.C: New test.
741
742 * g++.dg/parse/typename3.C: New test.
743
744 2003-01-16 Richard Henderson <rth@redhat.com>
745
746 * g++.dg/tls/init-2.C: Fix error matches for real this time.
747
748 2003-01-16 Richard Henderson <rth@redhat.com>
749
750 * g++.dg/pch/pch.exp: Copy test header to the working directory
751 before using it either for precompilation or direct use.
752 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
753 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
754
755 2003-01-16 Richard Henderson <rth@redhat.com>
756
757 * gcc.dg/pch/pch.exp: Copy test header to the working directory
758 before using it either for precompilation or direct use.
759 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
760 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
761
762 2003-01-16 Mark Mitchell <mark@codesourcery.com>
763
764 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
765 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
766 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
767 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
768 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
769 typename warning into error.
770 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
771 error messages.
772 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
773 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
774 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
775 messages.
776 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
777 make declaration visible in template.
778 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
779 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
780 messages.
781 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
782 message.
783 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
784 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
785 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
786 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
787 typename warning with error message.
788 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
789 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
790 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
791
792 2003-01-16 Nathan Sidwell <nathan@codesourcery.com>
793
794 * g++.dg/parse/ambig2.C: New test.
795
796 2003-01-15 Richard Henderson <rth@redhat.com>
797
798 * g++.dg/tls/init-2.C: Update error message string.
799
800 2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
801
802 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
803
804 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
805
806 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
807 all for HC11/HC12.
808 * gcc.c-torture/compile/20001205-1.x: Likewise.
809 * gcc.c-torture/compile/20001226-1.x: Likewise.
810 * gcc.c-torture/compile/920520-1.x: Likewise.
811 * gcc.c-torture/compile/961203-1.x: Likewise.
812 * gcc.c-torture/compile/20020604-1.x: Likewise.
813
814 Wed Jan 15 12:20:52 CET 2003 Jan Hubicka <jh@suse.cz>
815
816 * gcc.c-torture/compile/20030115-1.c: New test.
817
818 * gcc.dg/i386-fpcvt-1.c: New test.
819 * gcc.dg/i386-fpcvt-2.c: New test.
820
821 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
822
823 Further conform g++'s __vmi_class_type_info to the C++ ABI
824 specification.
825 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
826 the specification.
827
828 Tue Jan 14 00:45:03 CET 2003 Jan Hubicka <jh@suse.cz>
829
830 * gcc.dg/i386-fpcvt-1.c: New test.
831 * gcc.dg/i386-fpcvt-2.c: New test.
832
833 2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
834
835 * gcc.dg/i386-mmx-3.c: New test.
836
837 2003-01-12 Mark Mitchell <mark@codesourcery.com>
838
839 PR c++/9264
840 * g++.dg/parse/octal1.C: New file.
841
842 PR c++/9172
843 * g++.dg/parse/typename1.C: New file.
844
845 2003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
846
847 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
848 * gcc.dg/bf-no-ms-layout.c: Likewise.
849 * gcc.dg/bf-ms-attrib.c: Likewise.
850
851 2003-01-10 Mark Mitchell <mark@codesourcery.com>
852
853 PR c++/9099
854 * g++.dg/parse/dtor1.C: New file.
855
856 PR c++/9128
857 * g++.dg/rtti/typeid1.C: New file.
858
859 PR c++/9153
860 * g++.dg/parse/lookup1.C: New file.
861
862 PR c++/9171
863 * g++.dg/templ/spec5.C: New file.
864
865 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
866
867 * gcc.c-torture/compile/20030110-1.c: New test.
868
869 2003-01-09 Geoffrey Keating <geoffk@apple.com>
870
871 Merge from pch-branch:
872
873 2002-12-23 Geoffrey Keating <geoffk@apple.com>
874
875 * gcc.dg/pch/cpp-1.h: New.
876 * gcc.dg/pch/cpp-1.c: New.
877 * gcc.dg/pch/cpp-2.h: New.
878 * gcc.dg/pch/cpp-2.c: New.
879
880 2002-11-19 Geoffrey Keating <geoffk@apple.com>
881
882 * gcc.dg/pch/except-1.h: New.
883 * gcc.dg/pch/except-1.c: New.
884
885 2002-11-13 Geoffrey Keating <geoffk@apple.com>
886
887 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
888 running test.
889 * gcc.dg/pch: Include *.hp not *.h.
890 * gcc.dg/pch/system-1.h: New.
891 * gcc.dg/pch/system-1.c: New.
892
893 2002-11-11 Geoffrey Keating <geoffk@apple.com>
894
895 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
896 rather than trying to build and run a program using PCH.
897 * gcc.dg/pch: Remove dg-do commands from test files.
898
899 2002-11-08 Geoffrey Keating <geoffk@apple.com>
900
901 * gcc.dg/pch/macro-3.c: New.
902 * gcc.dg/pch/macro-3.h: New.
903
904 2002-11-04 Geoffrey Keating <geoffk@apple.com>
905
906 * gcc.dg/pch/common-1.c: New.
907 * gcc.dg/pch/common-1.h: New.
908 * gcc.dg/pch/decl-1.c: New.
909 * gcc.dg/pch/decl-1.h: New.
910 * gcc.dg/pch/decl-2.c: New.
911 * gcc.dg/pch/decl-2.h: New.
912 * gcc.dg/pch/decl-3.c: New.
913 * gcc.dg/pch/decl-3.h: New.
914 * gcc.dg/pch/decl-4.c: New.
915 * gcc.dg/pch/decl-4.h: New.
916 * gcc.dg/pch/decl-5.c: New.
917 * gcc.dg/pch/decl-5.h: New.
918 * gcc.dg/pch/global-1.c: New.
919 * gcc.dg/pch/global-1.h: New.
920 * gcc.dg/pch/inline-1.c: New.
921 * gcc.dg/pch/inline-1.h: New.
922 * gcc.dg/pch/inline-2.c: New.
923 * gcc.dg/pch/inline-2.h: New.
924 * gcc.dg/pch/static-1.c: New.
925 * gcc.dg/pch/static-1.h: New.
926 * gcc.dg/pch/static-2.c: New.
927 * gcc.dg/pch/static-2.h: New.
928
929 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
930
931 * g++.dg/pch/pch.exp: Better handle failing testcases.
932 * gcc.dg/pch/pch.exp: Likewise.
933 * gcc.dg/pch/macro-1.c: New.
934 * gcc.dg/pch/macro-1.h: New.
935 * gcc.dg/pch/macro-2.c: New.
936 * gcc.dg/pch/macro-2.h: New.
937
938 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
939
940 * g++.dg/dg.exp: Treat files in pch/ specially.
941 * g++.dg/pch/pch.exp: New file.
942 * g++.dg/pch/empty.H: New file.
943 * g++.dg/pch/empty.C: New file.
944 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
945 "precompile".
946
947 * gcc.dg/pch/pch.exp: New file.
948 * gcc.dg/pch/empty.h: New file.
949 * gcc.dg/pch/empty.c: New file.
950 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
951 "precompile".
952
953 2003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
954
955 * g++.dg/template/friend14.C: New test.
956
957 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
958
959 * gcc.dg/old-style-asm-1.c: New test.
960
961 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
962
963 * gcc.c-torture/compile/20030109-1.c: New test.
964
965 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
966
967 * gcc.c-torture/execute/20030109-1.c: New test.
968
969 2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
970
971 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
972 * g++.old-deja/g++.mike/dyncast2.C: Likewise
973 * g++.old-deja/g++.mike/dyncast3.C: Likewise
974 * g++.old-deja/g++.mike/eh2.C: Likewise
975 * g++.old-deja/g++.mike/eh3.C: Likewise
976 * g++.old-deja/g++.mike/eh5.C: Likewise
977 * g++.old-deja/g++.mike/eh6.C: Likewise
978 * g++.old-deja/g++.mike/eh7.C: Likewise
979 * g++.old-deja/g++.mike/eh8.C: Likewise
980 * g++.old-deja/g++.mike/eh9.C: Likewise
981 * g++.old-deja/g++.mike/eh10.C: Likewise
982 * g++.old-deja/g++.mike/eh12.C: Likewise
983 * g++.old-deja/g++.mike/eh13.C: Likewise
984 * g++.old-deja/g++.mike/eh14.C: Likewise
985 * g++.old-deja/g++.mike/eh16.C: Likewise
986 * g++.old-deja/g++.mike/eh17.C: Likewise
987 * g++.old-deja/g++.mike/eh18.C: Likewise
988 * g++.old-deja/g++.mike/eh21.C: Likewise
989 * g++.old-deja/g++.mike/eh23.C: Likewise
990 * g++.old-deja/g++.mike/eh24.C: Likewise
991 * g++.old-deja/g++.mike/eh25.C: Likewise
992 * g++.old-deja/g++.mike/eh26.C: Likewise
993 * g++.old-deja/g++.mike/eh27.C: Likewise
994 * g++.old-deja/g++.mike/eh28.C: Likewise
995 * g++.old-deja/g++.mike/eh29.C: Likewise
996 * g++.old-deja/g++.mike/eh31.C: Likewise
997 * g++.old-deja/g++.mike/eh33.C: Likewise
998 * g++.old-deja/g++.mike/eh34.C: Likewise
999 * g++.old-deja/g++.mike/eh35.C: Likewise
1000 * g++.old-deja/g++.mike/eh36.C: Likewise
1001 * g++.old-deja/g++.mike/eh37.C: Likewise
1002 * g++.old-deja/g++.mike/eh38.C: Likewise
1003 * g++.old-deja/g++.mike/eh39.C: Likewise
1004 * g++.old-deja/g++.mike/eh40.C: Likewise
1005 * g++.old-deja/g++.mike/eh41.C: Likewise
1006 * g++.old-deja/g++.mike/eh42.C: Likewise
1007 * g++.old-deja/g++.mike/eh44.C: Likewise
1008 * g++.old-deja/g++.mike/eh46.C: Likewise
1009 * g++.old-deja/g++.mike/eh47.C: Likewise
1010 * g++.old-deja/g++.mike/eh48.C: Likewise
1011 * g++.old-deja/g++.mike/eh49.C: Likewise
1012 * g++.old-deja/g++.mike/eh50.C: Likewise
1013 * g++.old-deja/g++.mike/eh51.C: Likewise
1014 * g++.old-deja/g++.mike/eh53.C: Likewise
1015 * g++.old-deja/g++.mike/eh55.C: Likewise
1016 * g++.old-deja/g++.mike/p7912.C: Likewise
1017 * g++.old-deja/g++.mike/p9706.C: Likewise
1018 * g++.old-deja/g++.mike/p10416.C: Likewise
1019 * g++.old-deja/g++.mike/p11667.C: Likewise
1020 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
1021 Remove redundant reference to Iris.
1022 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
1023 Elxsi, i860, Pico Java, and WE32K.
1024
1025 2003-01-07 Mark Mitchell <mark@codesourcery.com>
1026
1027 * g++.dg/ext/asm4.C: New test.
1028
1029 2003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1030
1031 PR c++/9030
1032 * g++.dg/template/friend12.C: New test.
1033 * g++.dg/template/friend13.C: Likewise.
1034 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
1035
1036 Wed Jan 8 11:41:47 CET 2003 Jan Hubicka <jh@suse.cz>
1037
1038 * gcc.dg/i386-cadd.c: New test.
1039 * gcc.dg/i386-cmov4.c: Likewise.
1040
1041 2003-01-06 Mark Mitchell <mark@codesourcery.com>
1042
1043 PR c++/9165
1044 * g++.dg/warn/Wunused-3.C: New test.
1045
1046 * g++.dg/abi/bitfield9.C: New test.
1047
1048 PR c++/9189
1049 * g++.dg/parse/defarg3.C: New test.
1050
1051 2003-01-06 Nathan Sidwell <nathan@codesourcery.com>
1052
1053 * g++.dg/parse/ambig1.C: New test.
1054 * g++.dg/parse/defarg2.C: New test.
1055
1056 2003-01-05 Mark Mitchell <mark@codesourcery.com>
1057
1058 * g++.dg/template/defarg-1.C: New test.
1059 * g++.dg/template/local2.C: Likewise.
1060
1061 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
1062
1063 * gcc.c-torture/execute/20030105-1.c: New test.
1064
1065 2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1066
1067 * g++.dg/parse/namespace3.C: Remove extra semicolons.
1068 * g++.dg/parse/namespace4.C: Likewise.
1069
1070 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
1071
1072 * g++.dg/template/ntp2.C: New test.
1073
1074 2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1075
1076 * g++.dg/parse/extern-C-1.C: New test.
1077
1078 * g++.dg/parse/namespace4.C: New test.
1079
1080 * g++.dg/template/nested1.C: New test.
1081
1082 * g++.dg/parse/namespace3.C: New test.
1083
1084 2003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
1085
1086 * g++.dg/lookup/two-stage1.C: New test.
1087
1088 2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1089
1090 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
1091 * g++.old-deja/g++.jason/access8.C: Likewise.
1092 * g++.old-deja/g++.other/decl5.C: Likewise.
1093
1094 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
1095
1096 * g++.dg/parse/parse7.C: New test.
1097
1098 2003-01-02 Mark Mitchell <mark@codesourcery.com>
1099
1100 PR c++/2843
1101 * g++.dg/ext/attrib7.C: New test.
1102
1103 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
1104
1105 * g++.dg/parse/parse6.C: New test.
1106
1107 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
1108
1109 * gcc.dg/h8300-stack-1.c: New.
1110
1111 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
1112
1113 g++.dg/lookup/exception1.C: New test.
1114
1115 g++.dg/lookup/template1.C: New test.
1116
1117 g++.dg/parse/namespace2.C: New test.
1118
1119 g++.dg/parse/parens2.C: New test.
1120
1121 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1122
1123 * g++.dg/parse/parse5.C: New test.
1124 * g++.dg/lookup/scoped4.C: New test.
1125
1126 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
1127
1128 * g++.dg/parse/parens1.C: New test.
1129
1130 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
1131 angle-bracket1.C.
1132 * g++.dg/parse/parens2.C: New test.
1133
1134 * g++.dg/lookup/scope-operator1.C: New test.
1135
1136 * g++.dg/parse/operator1.C: New test.
1137
1138 2003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1139
1140 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
1141 * g++.old-deja/g++.other/access6.C: Likewise.
1142 * g++.old-deja/g++.other/decl1.C: Likewise.
1143 * g++.old-deja/g++.pt/typename12.C: Likewise.
1144
1145 2002-12-31 Mark Mitchell <mark@codesourcery.com>
1146
1147 * g++.dg/parse/namespace1.C: New test.
1148
1149 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1150
1151 * g++.dg/parse/parse4.C: New test.
1152
1153 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1154
1155 * g++.dg/parse/parse3.C: New test.
1156
1157 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1158
1159 * g++.dg/parse/parse2.C: New test.
1160
1161 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1162
1163 * g++.dg/template/friend11.C: New test.
1164
1165 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1166
1167 * g++.dg/parse/parse1.C: New test.
1168
1169 2002-12-31 Janis Johnson <janis187@us.ibm.com>
1170
1171 * lib/profopt.exp: Change the name of a global variable to avoid
1172 possible clashes with other test suites.
1173
1174 2002-12-31 Nathan Sidwell <nathan@codesourcery.com>
1175
1176 * g++.dg/inherit/covariant8.C: New test.
1177
1178 2002-12-31 Mark Mitchell <mark@codesourcery.com>
1179
1180 * g++.dg/init/array9.C: New test.
1181
1182 PR c++/9112
1183 * g++.dg/parse/expr1.C: New test.
1184
1185 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1186
1187 * gcc.c-torture/compile/20021230-1.c: New test.
1188
1189 2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
1190
1191 * g++.dg/inherit/covariant5.C: New test.
1192 * g++.dg/inherit/covariant6.C: New test.
1193 * g++.dg/inherit/covariant7.C: New test.
1194
1195 2002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1196
1197 PR c++/2739
1198 * g++.dg/other/access2.C: New test.
1199
1200 2002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1201
1202 * g++.dg/other/anon-struct.C: No longer fails
1203 * g++.old-deja/g++.brendan/parse4.C: Likewise.
1204 * g++.old-deja/g++.brendan/parse5.C: Likewise.
1205 * g++.old-deja/g++.brendan/parse6.C: Likewise.
1206
1207 2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
1208
1209 * g++.dg/parse/angle-bracket.C (main): No longer fails.
1210
1211 2002-12-27 Mark Mitchell <mark@codesourcery.com>
1212
1213 * g++.dg/eh/spec4.C: Remove stray semicolon.
1214 * g++.dg/expr/pmf-1.C: Change error message.
1215 * g++.dg/ext/asm1.C: Remove stray semicolon.
1216 * g++.dg/ext/typename1.C: Add missing typenames.
1217 * g++.dg/inherit/template-as-base.C: Change error message.
1218 * g++.dg/lookup/scoped1.C: Likewise.
1219 * g++.dg/lookup/scoped2.C: Likewise.
1220 * g++.dg/lookup/using2.C: Likewise.
1221 * g++.dg/other/component1.C: Remove stray semicolon.
1222 * g++.dg/other/do1.C: Change error message.
1223 * g++.dg/other/error2.C: Likewise.
1224 * g++.dg/other/init1.C: Likewise.
1225 * g++.dg/other/packed1.C: Remove stray semicolon.
1226 * g++.dg/other/ptrmem2.C: Change error message.
1227 * g++.dg/parse/parameter-declaration-1.C: Remove line number
1228 marker.
1229 * g++.dg/special/initp1.C: Remove invalid attribute usage.
1230 * g++.dg/template/access3.C: Add typename keyword.
1231 * g++.dg/template/access5.C: Remove stray semicolon.
1232 * g++.dg/template/access6.C: Likewise.
1233 * g++.dg/template/complit1.C: Likewise.
1234 * g++.dg/template/crash1.C: Change error message.
1235 * g++.dg/template/inherit2.C: Remove stray semicolon.
1236 * g++.dg/template/instantiate2.C: Likewise.
1237 * g++.dg/template/instantiate3.C: Change error message.
1238 * g++.dg/template/qual1.C: Remove stray semicolon.
1239 * g++.dg/template/qualttp18.C: Change error message.
1240 * g++.dg/template/ref1.C: Remove stray semicolon.
1241 * g++.dg/template/sizeof1.C (A::value): Declare it.
1242 * g++.dg/template/spec4.C: Change error message.
1243 * g++.dg/template/static1.C: Likewise.
1244 * g++.dg/template/type1.C: Likewise.
1245 * g++.dg/template/typename3.C: Likewise.
1246 * g++.old-deja/g++.benjamin/13478.C: Change error message.
1247 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
1248 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
1249 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
1250 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
1251 named return value extension.
1252 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
1253 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
1254 * g++.old-deja/g++.bob/extern_C.C: Likewise.
1255 * g++.old-deja/g++.bob/inherit2.C: Likewise.
1256 * g++.old-deja/g++.brendan/complex1.C: Likewise.
1257 * g++.old-deja/g++.brendan/copy5.C: Likewise.
1258 * g++.old-deja/g++.brendan/crash13.C: Likewise.
1259 * g++.old-deja/g++.brendan/crash15.C: Likewise.
1260 * g++.old-deja/g++.brendan/crash18.C: Change error message.
1261 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
1262 * g++.old-deja/g++.brendan/crash38.C: Likewise.
1263 * g++.old-deja/g++.brendan/crash50.C: Likewise.
1264 * g++.old-deja/g++.brendan/crash56.C: Likewise.
1265 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
1266 syntax.
1267 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
1268 * g++.old-deja/g++.brendan/crash8.C: Change error message.
1269 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
1270 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
1271 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
1272 * g++.old-deja/g++.brendan/template11.C: Likewise.
1273 * g++.old-deja/g++.brendan/template26.C: Likewise.
1274 * g++.old-deja/g++.brendan/template27.C: Use explicit
1275 specialization syntax.
1276 * g++.old-deja/g++.brendan/template30.C: Likewise.
1277 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
1278 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
1279 non-dependent names.
1280 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
1281 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
1282 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
1283 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
1284 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
1285 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
1286 named return value extension.
1287 * g++.old-deja/g++.ext/namedret2.C: Likewise.
1288 * g++.old-deja/g++.ext/namedret3.C: Likewise.
1289 * g++.old-deja/g++.ext/return1.C: Likewise.
1290 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
1291 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
1292 * g++.old-deja/g++.jason/access8.C: Likewise.
1293 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
1294 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
1295 pseudo-destructor names.
1296 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
1297 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
1298 pseudo-destructor names.
1299 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
1300 * g++.old-deja/g++.jason/overload19.C: Likewise.
1301 * g++.old-deja/g++.jason/overload32.C: Likewise.
1302 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
1303 stray semicolons.
1304 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
1305 * g++.old-deja/g++.jason/return.C: Likewise.
1306 * g++.old-deja/g++.jason/return2.C: Likewise.
1307 * g++.old-deja/g++.jason/shadow1.C: Likewise.
1308 * g++.old-deja/g++.jason/special.C: Use explicit specialization
1309 syntax.
1310 * g++.old-deja/g++.jason/template10.C: Account for use of
1311 non-dependent names.
1312 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
1313 syntax.
1314 * g++.old-deja/g++.jason/template37.C: Likewise.
1315 * g++.old-deja/g++.law/access4.C: Change error messages.
1316 * g++.old-deja/g++.law/arm13.C: Remove incorrect
1317 pseudo-destructor names.
1318 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
1319 * g++.old-deja/g++.law/ctors9.C: Likewise.
1320 * g++.old-deja/g++.law/cvt22.C: Likewise.
1321 * g++.old-deja/g++.law/dtors5.C: Likewise.
1322 * g++.old-deja/g++.law/global-init1.C: Likewise.
1323 * g++.old-deja/g++.law/missed-error3.C: Likewise.
1324 * g++.old-deja/g++.law/operators28.C: Likewise.
1325 * g++.old-deja/g++.law/visibility28.C: Likewise.
1326 * g++.old-deja/g++.martin/eval1.C: Likewise.
1327 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
1328 name.
1329 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
1330 * g++.old-deja/g++.mike/net34.C: Likewise.
1331 * g++.old-deja/g++.mike/net36.C: Likewise.
1332 * g++.old-deja/g++.mike/ns2.C: Likewise.
1333 * g++.old-deja/g++.mike/p12306.C: Likewise.
1334 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
1335 value extension.
1336 * g++.old-deja/g++.mike/p700.C: Likewise.
1337 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
1338 * g++.old-deja/g++.mike/p710.C: Likewise.
1339 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
1340 value extension.
1341 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
1342 * g++.old-deja/g++.mike/pmf9.C: Likewise.
1343 * g++.old-deja/g++.ns/crash2.C: Likewise.
1344 * g++.old-deja/g++.ns/crash3.C: Likewise.
1345 * g++.old-deja/g++.ns/invalid1.C: Likewise.
1346 * g++.old-deja/g++.ns/ns17.C: Likewise.
1347 * g++.old-deja/g++.ns/template16.C: Likewise.
1348 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
1349 keyword.
1350 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
1351 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
1352 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
1353 named return value extension.
1354 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
1355 * g++.old-deja/g++.other/access4.C: Issue additional error
1356 messages.
1357 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
1358 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
1359 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
1360 * g++.old-deja/g++.other/crash25.C: Change error message.
1361 * g++.old-deja/g++.other/crash4.C: Change error message.
1362 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
1363 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
1364 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
1365 checks.
1366 * g++.old-deja/g++.other/defarg8.C: Likewise.
1367 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
1368 * g++.old-deja/g++.other/dtor10.C: Likewise.
1369 * g++.old-deja/g++.other/incomplete.C: Likewise.
1370 * g++.old-deja/g++.other/linkage7.C: Likewise.
1371 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
1372 lookup algorithm.
1373 * g++.old-deja/g++.other/mangle2.C: Likewise.
1374 * g++.old-deja/g++.other/refinit2.C: Likewise.
1375 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
1376 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
1377 * g++.old-deja/g++.pt/crash28.C: Likewise.
1378 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
1379 syntax.
1380 * g++.old-deja/g++.pt/crash32.C: Change error message.
1381 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
1382 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
1383 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
1384 error message position.
1385 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
1386 * g++.old-deja/g++.pt/defarg8.C: Change error message.
1387 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
1388 syntax.
1389 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
1390 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
1391 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
1392 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
1393 keyword.
1394 * g++.old-deja/g++.pt/explicit31.C: Likewise.
1395 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
1396 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
1397 keyword.
1398 * g++.old-deja/g++.pt/explicit71.C: Change error message.
1399 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
1400 syntax.
1401 * g++.old-deja/g++.pt/friend28.C: Account for use of
1402 non-dependent names.
1403 * g++.old-deja/g++.pt/friend29.C: Likewise.
1404 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
1405 rules.
1406 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
1407 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
1408 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
1409 lookup rules.
1410 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
1411 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
1412 keyword.
1413 * g++.old-deja/g++.pt/memclass20.C: Likewise.
1414 * g++.old-deja/g++.pt/memclass5.C: Likewise.
1415 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
1416 keyword.
1417 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
1418 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
1419 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
1420 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
1421 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
1422 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
1423 keyword.
1424 * g++.old-deja/g++.pt/spec10.C: Likewise.
1425 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
1426 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
1427 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
1428 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
1429 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
1430 * g++.old-deja/g++.pt/ttp62.C: Likewise.
1431 * g++.old-deja/g++.pt/ttp64.C: Likewise.
1432 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
1433 * g++.old-deja/g++.pt/typename15.C: Likewise.
1434 * g++.old-deja/g++.pt/typename22.C: Likewise.
1435 * g++.old-deja/g++.pt/typename6.C: Change error messages.
1436 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
1437 * g++.old-deja/g++.pt/virtual2.C: Likewise.
1438 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
1439 syntax.
1440 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
1441 return value extension.
1442 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
1443 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
1444 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
1445 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
1446
1447 2002-12-26 Nathan Sidwell <nathan@codesourcery.com>
1448
1449 * g++.dg/warn/inline1.C: New test.
1450 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
1451 * g++.old-deja/g++.jason/synth10.C: Likewise.
1452 * g++.old-deja/g++.mike/net31.C: Likewise.
1453 * g++.old-deja/g++.mike/p8786.C: Likewise.
1454
1455 * g++.dg/template/friend10.C: New test.
1456 * g++.dg/template/conv5.C: New test.
1457
1458 2002-12-24 Nathan Sidwell <nathan@codesourcery.com>
1459
1460 * g++.dg/lookup/scoped3.C: New test.
1461
1462 * g++.dg/lookup/decl1.C: New test.
1463 * g++.dg/lookup/decl2.C: New test.
1464
1465 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
1466
1467 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
1468 gcc.c-torture/compile/20021015-1.c,
1469 gcc.c-torture/compile/20021015-2.c,
1470 gcc.c-torture/compile/20021123-1.c,
1471 gcc.c-torture/compile/20021123-2.c,
1472 gcc.c-torture/compile/20021123-3.c,
1473 gcc.c-torture/compile/20021123-4.c,
1474 gcc.c-torture/execute/20021024-1.c: Add tests previously added
1475 only to 3.1 or 3.2 branch.
1476
1477 2002-12-23 Mark Mitchell <mark@codesourcery.com>
1478
1479 * gcc.dg/i386-bitfield3.c: New test.
1480
1481 * gcc.dg/i386-bitfield2.c: New test.
1482
1483 2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
1484
1485 * g++.dg/parse/conv_op1.C: New test.
1486
1487 2002-12-21 Josef Zlomek <zlomekj@suse.cz>
1488
1489 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
1490 approved.
1491
1492 2002-12-20 Josef Zlomek <zlomekj@suse.cz>
1493
1494 * gcc.c-torture/compile/20021220-1.c: New test.
1495
1496 2002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
1497
1498 * gcc.dg/i386-fastcall-1.c: New.
1499
1500 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1501
1502 * gcc.c-torture/execute/20021219-1.c: New test.
1503
1504 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1505
1506 * gcc.dg/i386-pic-1.c: New test.
1507
1508 2002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1509
1510 PR c++/8099
1511 * g++.dg/template/friend9.C: New test.
1512
1513 2002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1514
1515 PR c++/3663
1516 * g++.dg/template/access7.C: New test.
1517
1518 2002-12-18 Nick Clifton <nickc@redhat.com>
1519
1520 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
1521 the libstdc++-v3 directory has been found.
1522
1523 2002-12-12 Devang Patel <dpatel@apple.com>
1524 * gcc.dg/darwin-ld-1.c: New test.
1525 * gcc.dg/darwin-ld-2.c: New test.
1526 * gcc.dg/darwin-ld-3.c: New test.
1527 * gcc.dg/darwin-ld-4.c: New test.
1528 * gcc.dg/darwin-ld-5.c: New test.
1529
1530 2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
1531
1532 * gcc.c-torture/compile/20021212-1.c: New test.
1533
1534 2002-12-11 Neil Booth <neil@daikokuya.co.uk>
1535
1536 * gcc.dg/fshort-wchar: New test.
1537
1538 2002-12-10 Mark Mitchell <mark@codesourcery.com>
1539
1540 PR c++/8372
1541 * g++.dg/template/dtor1.C: New test.
1542
1543 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
1544 markers.
1545
1546 2002-12-10 Jakub Jelinek <jakub@redhat.com>
1547
1548 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
1549
1550 2002-12-09 Mark Mitchell <mark@codesourcery.com>
1551
1552 * g++.dg/template/static1.C: New test.
1553 * g++.dg/template/static2.C: New test.
1554 * g++.old-deja/g++.ext/memconst.C: New test.
1555
1556 2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1557
1558 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
1559 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
1560 * g++.dg/special/initp1.C: Likewise.
1561
1562 2002-12-06 Jakub Jelinek <jakub@redhat.com>
1563
1564 * gcc.c-torture/execute/20021204-1.c: New test.
1565
1566 2002-12-04 Geoffrey Keating <geoffk@apple.com>
1567
1568 * gcc.dg/ppc-fmadd-1.c: New file.
1569 * gcc.dg/ppc-fmadd-2.c: New file.
1570 * gcc.dg/ppc-fmadd-3.c: New file.
1571
1572 2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1573
1574 * gcc.c-torture/compile/20021204-1.c: New test.
1575
1576 2002-12-03 Nathan Sidwell <nathan@codesourcery.com>
1577
1578 * g++.dg/inherit/covariant2.C: New test.
1579 * g++.dg/inherit/covariant3.C: New test.
1580 * g++.dg/inherit/covariant4.C: New test.
1581 * g++.dg/inherit/covariant1.C: Remove XFAIL.
1582 * g++.old-deja/g++.robertl/eb17.C: Likewise.
1583
1584 2002-12-03 Mark Mitchell <mark@codesourcery.com>
1585
1586 PR c++/8688
1587 * g++.dg/init/brace3.C: New test.
1588
1589 2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
1590
1591 * gcc.dg/20020210-1.c: Fix a comment typo.
1592
1593 2002-12-02 Mark Mitchell <mark@codesourcery.com>
1594
1595 PR c++/8720
1596 * g++.dg/parse/defarg1.C: New test.
1597
1598 PR c++/8615
1599 * g++.dg/template/char1.C: New test.
1600
1601 * g++.dg/template/varmod1.C: Fix typo.
1602
1603 2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1604
1605 DR 180
1606 * g++.old-deja/g++.pt/crash32.C: Expect error.
1607
1608 2002-12-01 Mark Mitchell <mark@codesourcery.com>
1609
1610 PR c++/5919
1611 * g++.dg/template/varmod1.C: New test.
1612
1613 PR c++/8727
1614 * g++.dg/inherit/typeinfo1.C: New test.
1615
1616 PR c++/8663
1617 * g++.dg/inherit/typedef1.C: New test.
1618
1619 2002-11-30 Mark Mitchell <mark@codesourcery.com>
1620
1621 PR c++/8332
1622 PR c++/8493
1623 * g++.dg/template/strlen1.C: New test.
1624
1625 PR c++/8227
1626 * g++.dg/template/ctor2.C: New test.
1627
1628 PR c++/8214
1629 * g++.dg/init/string1.C: New test.
1630
1631 PR c++/8511
1632 * g++.dg/template/friend8.C: New test.
1633
1634 2002-11-29 Joe Buck <jbuck@synopsys.com>
1635
1636 * g++.dg/lookup/anon2.C: New test.
1637
1638 2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
1639
1640 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
1641 h8300 port.
1642
1643 2002-11-27 Richard Sandiford <rsandifo@redhat.com>
1644
1645 * gcc.dg/bitfld-6.c: New test.
1646
1647 Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
1648
1649 * gcc.c-torture/execute/20021127.[cx]: New test.
1650
1651 Tue Nov 26 22:09:53 CET 2002 Jan Hubicka <jh@suse.cz>
1652
1653 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
1654 quality.
1655
1656 2002-11-26 Geoffrey Keating <geoffk@apple.com>
1657
1658 * g++.dg/init/brace2.C: New test.
1659 * g++.old-deja/g++.mike/p9129.C: Correct.
1660
1661 2002-11-26 Mark Mitchell <mark@codesourcery.com>
1662
1663 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
1664
1665 2002-11-25 Andreas Bauer <baueran@in.tum.de>
1666
1667 * gcc.dg/sibcall-6: New test for indirect sibcalls.
1668
1669 2002-11-25 Mark Mitchell <mark@codesourcery.com>
1670
1671 * testsuite/g++.dg/abi/empty11.C: New test.
1672 * testsuite/g++.dg/rtti/cv1.C: New test.
1673
1674 2002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
1675
1676 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
1677
1678 2002-11-24 Mark Mitchell <mark@codesourcery.com>
1679
1680 * g++.dg/abi/empty10.C: New test.
1681
1682 2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
1683
1684 * gcc.c-torture/compile/20021124-1.c: New test.
1685
1686 2002-11-22 Mark Mitchell <mark@codesourcery.com>
1687
1688 * g++.dg/abi/rtti2.C: New test.
1689
1690 2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1691
1692 * gcc.dg/i386-unroll-1.c: New test.
1693
1694 2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1695
1696 * gcc.c-torture/compile/20021120-1.c: New test.
1697 * gcc.c-torture/compile/20021120-2.c: New test.
1698
1699 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1700
1701 * gcc.dg/bitfld-5.c: New test.
1702
1703 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1704
1705 * gcc.c-torture/execute/20021120-3.c: New test.
1706
1707 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1708
1709 * gcc.c-torture/execute/20021120-2.c: New test.
1710
1711 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1712
1713 * gcc.c-torture/execute/20021120-1.c: New test.
1714
1715 2002-11-20 Jakub Jelinek <jakub@redhat.com>
1716
1717 * gcc.c-torture/execute/20021118-3.c: New test.
1718
1719 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1720
1721 * gcc.c-torture/compile/20021119-1.c: New test.
1722
1723 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
1724
1725 * gcc.dg/duff-1.c: New test.
1726 * gcc.dg/duff-2.c: New test.
1727 * gcc.dg/duff-3.c: New test.
1728
1729 2002-11-18 Neil Booth <neil@daikokuya.co.uk>
1730
1731 * gcc.dg/cpp/_Pragma5.c: New test.
1732
1733 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1734
1735 * gcc.c-torture/execute/20021118-2.c: New test.
1736
1737 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1738
1739 * gcc.c-torture/execute/20021118-1.c: New test.
1740
1741 2002-11-16 Jakub Jelinek <jakub@redhat.com>
1742
1743 * gcc.dg/20021116-1.c: New test.
1744
1745 2002-11-14 Mark Mitchell <mark@codesourcery.com>
1746
1747 * g++.dg/abi/vcall1.C: New test.
1748
1749 2002-11-14 Jakub Jelinek <jakub@redhat.com>
1750
1751 * gcc.dg/20021029-1.c: New test.
1752 * gcc.dg/20021029-2.c: New test.
1753
1754 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
1755
1756 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
1757
1758 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1759
1760 PR c/8439
1761 * gcc.dg/20021110.c: Move to ...
1762 * gcc.c-torture/compile/20021110.c: .... here.
1763
1764 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1765
1766 PR c/8467
1767 * gcc.c-torture/execute/20021111-1.c
1768
1769 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1770
1771 PR c/8439
1772 * gcc.dg/20021110.c: New test.
1773
1774 2002-11-10 Mark Mitchell <mark@codesourcery.com>
1775
1776 * g++.dg/abi/vthunk3.C: Run only on x86.
1777
1778 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
1779
1780 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
1781
1782 2002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
1783
1784 * lib/compat.exp (compat-execute): Fix logic error in last
1785 change.
1786
1787 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
1788
1789 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
1790
1791 2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1792
1793 PR c++/8389
1794 * g++.dg/template/access6.C: New test.
1795
1796 Fri Nov 8 13:13:53 CET 2002 Jan Hubicka <jh@suse.cz>
1797
1798 * gcc.dg/i386-ssefp-1.c: New test.
1799 * gcc.dg/i386-ssefp-1.c: New test.
1800
1801 Fri Nov 8 10:52:15 CET 2002 Jan Hubicka <jh@suse.cz>
1802
1803 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
1804
1805 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1806
1807 * g++.dg/abi/vthunk3.C: New test.
1808
1809 PR c++/8338
1810 * g++.dg/template/crash2.C: New test.
1811
1812 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1813
1814 * testsuite/g++.dg/abi/dtor1.C: New test.
1815 * testsuite/g++.dg/abi/dtor2.C: Likewise.
1816
1817 2002-11-05 Geoffrey Keating <geoffk@apple.com>
1818
1819 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
1820 Darwin.
1821
1822 2002-11-04 Adam Nemet <anemet@lnxw.com>
1823
1824 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
1825 -mthumb. Only xfail with -O0.
1826
1827 2002-11-03 Mark Mitchell <mark@codesourcery.com>
1828
1829 * g++.dg/abi/thunk1.C: New test.
1830 * g++.dg/abi/thunk2.C: Likewise.
1831 * g++.dg/abi/vtt1.C: Likewise.
1832
1833 2002-11-02 Diego Novillo <dnovillo@redhat.com>
1834
1835 PR optimization/8423
1836 * gcc.c-torture/execute/builtin-constant.c: New test.
1837
1838 2002-11-01 Zack Weinberg <zack@codesourcery.com>
1839
1840 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
1841 Add some more cases.
1842
1843 2002-11-01 Mark Mitchell <mark@codesourcery.com>
1844
1845 PR c++/8391
1846 * g++.dg/opt/local1.C: New test.
1847
1848 2002-10-30 Mark Mitchell <mark@codesourcery.com>
1849
1850 PR c++/8160
1851 * g++.dg/template/complit1.C: New test.
1852
1853 PR c++/8149
1854 * g++.dg/template/typename4.C: Likewise.
1855
1856 2002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1857
1858 Core issue 287, PR c++/7639
1859 * g++.dg/template/instantiate1.C: Adjust error location.
1860 * g++.dg/template/instantiate3.C: New test.
1861 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
1862 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
1863 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
1864
1865 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
1866
1867 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
1868
1869 2002-10-29 Mark Mitchell <mark@codesourcery.com>
1870
1871 PR c++/8287
1872 * g++.dg/init/dtor2.C: New test.
1873
1874 2002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1875
1876 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
1877 * gcc.dg/nest.c: Bypass errors on irix6.
1878
1879 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
1880
1881 * gcc.dg/nest.c: Expect error for mmix-*-*.
1882 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
1883
1884 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
1885
1886 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
1887 markers.
1888
1889 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1890
1891 2002-10-25 Mike Stump <mrs@apple.com>
1892
1893 * gcc.dg/warn-1.c: New test.
1894
1895 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1896
1897 * g++.dg/template/typename3.C: New test.
1898
1899 2002-10-25 Mark Mitchell <mark@codesourcery.com>
1900
1901 * g++.dg/lookup/ptrmem1.C: New test.
1902
1903 * g++.dg/abi/vthunk2.C: New test.
1904
1905 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1906
1907 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
1908
1909 2002-10-24 Mark Mitchell <mark@codesourcery.com>
1910
1911 * g++.dg/abi/empty9.C: New test.
1912
1913 2002-10-24 Richard Henderson <rth@redhat.com>
1914
1915 * g++.dg/inherit/thunk1.C: Enable for ia64.
1916
1917 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1918
1919 PR c++/8067
1920 * g++.dg/lookup/pretty1.C: New test.
1921
1922 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1923
1924 * gcc.dg/20021023-1.c: New test.
1925
1926 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1927
1928 PR c++/7679
1929 * g++.dg/parse/inline1.C: New test.
1930
1931 2002-10-23 Richard Henderson <rth@redhat.com>
1932
1933 * g++.dg/inherit/thunk1.C: Enable for x86_64.
1934
1935 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
1936
1937 2002-10-22 Mark Mitchell <mark@codesourcery.com>
1938
1939 PR c++/6579
1940 * g++.dg/parse/stmtexpr3.C: New test.
1941
1942 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
1943
1944 * g++.dg/expr/cond1.C: New test.
1945
1946 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1947
1948 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
1949
1950 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1951
1952 * g++.dg/abi/vbase13.C: New test.
1953 * g++.dg/abi/vbase14.C: Likewise.
1954
1955 2002-10-21 Jakub Jelinek <jakub@redhat.com>
1956
1957 * gcc.dg/tls/pic-1.c: New test.
1958 * gcc.dg/tls/nonpic-1.c: New test.
1959 * gcc.dg/20021018-1.c: New test.
1960
1961 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1962
1963 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
1964 Remove only files with the same base name as the test case.
1965 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
1966 (profopt-execute): Likewise. Also, remove old profiling
1967 and performance data files before running the tests.
1968
1969 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
1970 * g++.dg/bprob/bprob.exp: Likewise.
1971 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
1972 to allow more general test case names.
1973
1974 * g++.dg/bprob/bprob-1.C: Rename to ...
1975 * g++.dg/bprob/g++-bprob-1.C: ... this.
1976
1977 * g77.dg/bprob/bprob-1.f: Rename to ...
1978 * g77.dg/bprob/g77-bprob-1.f: ... this.
1979
1980 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1981
1982 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
1983 bison 1.50 or later.
1984
1985 2002-10-21 Janis Johnson <janis187@us.ibm.com>
1986
1987 * g++.dg/README: Describe more test directories.
1988
1989 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1990
1991 * g++.dg/init/array6.C: Add additional tests.
1992
1993 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1994
1995 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
1996 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
1997
1998 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
1999
2000 * gcc.c-torture/compile/20020604-1.x: New.
2001 * gcc.c-torture/compile/simd-5.x: Likewise.
2002 * gcc.c-torture/execute/920710-1.x: Likewise.
2003 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
2004
2005 2002-10-21 Mark Mitchell <mark@codesourcery.com>
2006
2007 * g++.dg/inherit/override1.C: Add dg-options clause.
2008
2009 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2010
2011 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
2012 _mm_slli_si128.
2013
2014 2002-10-19 Andreas Schwab <schwab@suse.de>
2015
2016 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
2017 directory component.
2018
2019 2002-10-18 Mark Mitchell <mark@codesourcery.com>
2020
2021 * g++.dg/inherit/thunk1.C: New test.
2022
2023 * g++.dg/inherit/override1.C: New test.
2024
2025 * g++.dg/abi/mangle11.C: New test.
2026 * g++.dg/abi/mangle14.C: New test.
2027 * g++.dg/abi/mangle17.C: New test.
2028
2029 2002-10-17 Nathan Sidwell <nathan@codesourcery.com>
2030
2031 * g++.dg/overload/member2.C: New test.
2032
2033 2002-10-17 Janis Johnson <janis187@us.ibm.com>
2034
2035 * g++.dg/README: Describe new compat directory.
2036 * g++.dg/dg.exp: Skip tests in compat directory.
2037 * README.compat: New file.
2038 * lib/compat.exp: New expect script.
2039 * g++.dg/compat: New test directory.
2040 * g++.dg/compat/compat.exp: New expect script.
2041 * g++.dg/compat/abi: New test directory.
2042 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
2043 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
2044 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
2045 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
2046 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
2047 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
2048 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
2049 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
2050 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
2051 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
2052 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
2053 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
2054 * g++.dg/compat/break: New test directory.
2055 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
2056 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
2057 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
2058 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
2059 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
2060 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
2061 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
2062 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
2063 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
2064 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
2065 g++.dg/compat/break/README: New files.
2066 * g++.dg/compat/eh: New test directory.
2067 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
2068 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
2069 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
2070 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
2071 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
2072 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
2073 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
2074 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
2075 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
2076 g++.dg/compat/eh/filter2_y.C,
2077 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
2078 g++.dg/compat/eh/new1_y.C,
2079 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
2080 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
2081 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
2082 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
2083 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
2084 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
2085 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
2086 g++.dg/compat/eh/unexpected1_y.C: New files.
2087 * g++.dg/compat/init: New test directory.
2088 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
2089 g++.dg/compat/init/array5_y.C,
2090 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
2091 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
2092 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
2093 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
2094 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
2095 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
2096 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
2097 g++.dg/compat/init/init-ref2_y.C: New files.
2098
2099 2002-10-17 Mark Mitchell <mark@codesourcery.com>
2100
2101 PR c++/7584
2102 * g++.dg/inherit/using3.C: New test.
2103
2104 Thu Oct 17 19:12:58 CEST 2002 Jan Hubicka <jh@suse.cz>
2105
2106 * gcc.dg/20021017-2.c: New test.
2107
2108 2002-10-17 Mark Mitchell <mark@codesourcery.com>
2109
2110 * g++.dg/abi/mangle16.C: Adjust.
2111
2112 * g++.dg/init/array8.C: New test.
2113
2114 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
2115
2116 * gcc.dg/special/mips-abi.exp: New test.
2117 * gcc.dg/special/mips-abi.s: Empty file used by the above.
2118
2119 2002-10-16 Mark Mitchell <mark@codesourcery.com>
2120
2121 * g++.dg/abi/mangle16.C: New test.
2122 * g++.dg/abi/mangle17.C: Likewise.
2123
2124 PR c++/7478
2125 * g++.dg/template/ref1.C: New test.
2126
2127 2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2128
2129 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
2130
2131 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
2132
2133 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
2134
2135 2002-10-16 Mark Mitchell <mark@codesourcery.com>
2136
2137 PR c++/7524
2138 * g++.dg/init/array7.C: New test.
2139
2140 2002-10-15 Mark Mitchell <mark@codesourcery.com>
2141
2142 * g++.dg/init/array6.C: New test.
2143
2144 * g++.dg/abi/mangle13.C: Likewise.
2145 * g++.dg/abi/mangle14.C: Likewise.
2146 * g++.dg/abi/mangle15.C: Likewise.
2147
2148 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2149
2150 * g++.dg/abi/empty8.C: New test.
2151
2152 2002-10-15 Nathan Sidwell <nathan@codesourcery.com>
2153
2154 * g++.dg/init/ctor1.C: New test.
2155
2156 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
2157
2158 * gcc.c-torture/execute/20021015-1.c: New test.
2159
2160 Tue Oct 15 14:22:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
2161
2162 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
2163
2164 Mon Oct 14 20:37:51 CEST 2002 Jan Hubicka <jh@suse.cz>
2165
2166 * gcc.dg/i386-ssetype-[1-5].c: New tests.
2167
2168 2002-10-14 Richard Henderson <rth@redhat.com>
2169
2170 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
2171
2172 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2173
2174 PR optimization/6631
2175 * g++.dg/opt/const2.C: New test.
2176
2177 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2178
2179 PR c++/7176
2180 * g++.dg/parse/friend1.C: New test.
2181 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
2182
2183 2002-10-14 Jakub Jelinek <jakub@redhat.com>
2184
2185 * gcc.dg/20021014-1.c: New test.
2186
2187 2002-10-11 Mark Mitchell <mark@codesourcery.com>
2188
2189 PR c++/5661
2190 * g++.dg/ext/vlm1.C: New test.
2191 * g++.dg/ext/vlm2.C: Likewise.
2192
2193 * g++.dg/init/array1.C: Remove invalid braces.
2194 * g++.dg/init/brace1.C: New test.
2195 * g++.dg/init/copy2.C: Likewise.
2196 * g++.dg/init/copy3.C: Likewise.
2197 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
2198 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
2199 braces.
2200
2201 2002-10-11 Neil Booth <neil@daikokuya.co.uk>
2202
2203 * gcc.dg/cpp/assembler.S: Don't use -ansi.
2204
2205 Fri Oct 11 10:56:49 2002 Richard Shann <richard.shann@superh.com>
2206
2207 * gcc.c-torture/compile/simd-5.c: New test.
2208
2209 2002-10-10 Roger Sayle <roger@eyesopen.com>
2210
2211 * gcc.c-torture/execute/shiftopt-1.c: New test case.
2212
2213 2002-10-10 Jim Wilson <wilson@redhat.com>
2214
2215 * gcc.c-torture/execute/20021010-1.c: New test.
2216
2217 2002-10-09 Zack Weinberg <zack@codesourcery.com>
2218
2219 PR c/7353
2220 * g++.dg/ext/typedef-init.C: New test.
2221 * gcc.dg/typedef-init.c: New test.
2222
2223 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
2224
2225 * gcc.dg/cpp/paste13.c: New test.
2226
2227 2002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2228
2229 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
2230 remaining platforms, XFAIL during compile, not execute. Don't
2231 XFAIL at -O0.
2232
2233 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
2234
2235 * gcc.dg/alias-1.c: Tweak expected warning.
2236
2237 2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
2238
2239 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
2240
2241 2002-10-06 Andreas Jaeger <aj@suse.de>
2242
2243 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
2244 * gcc.dg/cpp/c++98.C: Likewise.
2245
2246 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
2247 * g++.dg/cpp/c++98.C: Likewise.
2248
2249 * g++.dg/README (Subdirectories): Mention cpp directory.
2250
2251 PR target/7559
2252 * gcc.dg/20021006-1.c: New test.
2253
2254 2002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2255
2256 PR c++/7804
2257 * g++.dg/other/warning1.C: New test.
2258
2259 2002-10-04 Roger Sayle <roger@eyesopen.com>
2260
2261 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
2262 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
2263 and sparc-*-* with -m64 as expected failures. See PR 8087.
2264
2265 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2266
2267 PR c++/7931
2268 * g++.dg/template/ptrmem3.C: New test.
2269
2270 PR c++/7754
2271 * g++.dg/template/union1.C: New test.
2272
2273 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2274
2275 PR c++/8006
2276 * g++.dg/abi/mangle9.C: New test.
2277 * g++.dg/abi/mangle10.C: New test.
2278 * g++.dg/abi/mangle11.C: New test.
2279 * g++.dg/abi/mangle12.C: New test.
2280
2281 2002-10-02 Mark Mitchell <mark@codesourcery.com>
2282
2283 PR c++/7188.
2284 * g++.dg/template/meminit1.C: New test.
2285 * g++.dg/warn/Wreorder-1.C: Likewise.
2286 * g++.old-deja/g++.mike/warn3.C: Tweak.
2287 * lib/prune.exp: Ingore "in copy constructor".
2288
2289 2002-10-02 Andreas Jaeger <aj@suse.de>
2290
2291 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
2292 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
2293 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
2294 on x86-64.
2295
2296 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2297
2298 * gcc.dg/empty1.C: Fix typo.
2299
2300 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
2301
2302 * gcc.dg/alias-1.c: New test.
2303
2304 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2305
2306 * gcc.dg/empty1.C: New test.
2307
2308 * g++.dg/tls/init-2.C: Tweak error messages.
2309
2310 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2311
2312 * gcc.c-torture/compile/20020923-1.c: New test.
2313
2314 2002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
2315
2316 * gcc.c-torture/execute/ffs-1.c: New test.
2317 * gcc.c-torture/execute/ffs-2.c: Ditto.
2318
2319 2002-09-30 Nathan Sidwell <nathan@codesourcery.com>
2320
2321 * g++.dg/overload/member1.C: New test.
2322
2323 2002-09-30 Mark Mitchell <mark@codesourcery.com>
2324
2325 * g++.dg/abi/empty7.C: New test.
2326 * g++.dg/init/pm2.C: Likewise.
2327
2328 2002-09-29 Nathan Sidwell <nathan@codesourcery.com>
2329
2330 * g++.dg/rtti/crash1.C: New test.
2331
2332 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2333
2334 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
2335 gcc.dg/sibcall-4.c: New tests.
2336
2337 2002-09-28 Roger Sayle <roger@eyesopen.com>
2338
2339 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
2340 powerpc and MMIX targets.
2341
2342 2002-09-27 Zack Weinberg <zack@codesourcery.com>
2343
2344 * gcc.dg/cpp/20020927-1.c: New.
2345
2346 2002-09-26 David S. Miller <davem@redhat.com>
2347
2348 * gcc.c-torture/compile/trunctfdf.c: New.
2349
2350 2002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2351
2352 * lib/target-supports.exp (check_weak_available): Handle solaris2.
2353
2354 2002-09-27 Alan Modra <amodra@bigpond.net.au>
2355
2356 * gcc.c-torture/execute/loop-15.c: New.
2357
2358 2002-09-26 Janis Johnson <janis187@us.ibm.com>
2359
2360 * README.QMTEST: Fix typo.
2361
2362 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
2363
2364 * gcc.dg/20020926-1.c: New test.
2365
2366 2002-09-25 David S. Miller <davem@redhat.com>
2367
2368 PR target/7842
2369 * gcc.c-torture/execute/shiftdi.c: New test.
2370
2371 2002-09-26 Richard Earnshaw <rearnsha@arm.com>
2372
2373 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
2374 unique to the tool.
2375 * lib/g77.exp (g77_init): Likewise.
2376 * lib/g++.exp (g++_init): Likewise.
2377 * lib/objc.exp (objc_init): Likewise.
2378
2379 2002-09-25 Mark Mitchell <mark@codesourcery.com>
2380
2381 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
2382 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
2383 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
2384
2385 2002-09-25 Richard Henderson <rth@redhat.com>
2386
2387 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
2388 too-small long double.
2389
2390 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
2391
2392 * gcc.dg/20020919-1.c: New test.
2393
2394 2002-09-23 Mark Mitchell <mark@codesourcery.com>
2395
2396 * g++.dg/abi/bitfield6.C: New test.
2397 * g++.dg/abi/bitfield7.C: New test.
2398 * g++.dg/abi/bitfield8.C: New test.
2399 * g++.dg/abi/vbase11.C: New test.
2400
2401 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
2402
2403 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
2404 hppa*-*-hpux*. Update test comment.
2405
2406 2002-09-20 Jakub Jelinek <jakub@redhat.com>
2407
2408 * gcc.dg/tls/struct-1.c: New test.
2409
2410 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
2411
2412 * gcc.dg/cpp/tr-warn2.c: Update.
2413
2414 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2415
2416 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
2417
2418 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2419
2420 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
2421 systems.
2422
2423 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
2424
2425 * gcc.c-torture/execute/ieee/mzero3.c: New test.
2426
2427 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2428 Adjust for c++filt moved to binutils. Remove spurious duplicate
2429 setting of cxxfilt.
2430
2431 2002-09-19 Geoffrey Keating <geoffk@apple.com>
2432
2433 * gcc.dg/20020312-2.c: Update for darwin.
2434
2435 2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
2436
2437 * g++.old-deja/g++.other/crash32.C: Mark ICE.
2438
2439 Tue Sep 17 13:59:45 2002 Nicola Pero <n.pero@mi.flashnet.it>
2440
2441 * objc.dg/comp-types-1.m: New test.
2442 * objc.dg/comp-types-2.m: New test.
2443 * objc.dg/comp-types-3.m: New test.
2444 * objc.dg/comp-types-4.m: New test.
2445 * objc.dg/comp-types-5.m: New test.
2446 * objc.dg/comp-types-6.m: New test.
2447
2448 2002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
2449
2450 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
2451
2452 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2453
2454 * g++.dg/other/do1.C: New test.
2455
2456 * g++.dg/template/subst1.C: New test.
2457
2458 2002-09-16 Steve Ellcey <sje@cup.hp.com>
2459
2460 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
2461
2462 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2463
2464 * g++.dg/template/qualttp20.C: Adjust expected errors.
2465 * g++.old-deja/g++.jason/report.C: Likewise.
2466 * g++.old-deja/g++.other/qual1.C: Likewise.
2467
2468 * g++.dg/lookup/scoped2.C: New test.
2469
2470 * g++.dg/ext/asm3.C: New test.
2471
2472 2002-09-16 Richard Earnshaw <rearnsha@arm.com>
2473
2474 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
2475
2476 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
2477
2478 * ChangeLog: follow spelling conventions.
2479 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
2480 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
2481 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
2482 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
2483 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
2484 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
2485 * g++.old-deja/g++.law/global-init1.C: Likewise.
2486 * g++.old-deja/g++.other/delete4.C: Likewise.
2487 * g++.old-deja/g++.other/inline21.C: Likewise.
2488 * g++.old-deja/g++.other/singleton.C: Likewise.
2489 * g77.dg/strlen0.f: Likewise.
2490 * g77.f-torture/compile/20010519-1.f: Likewise.
2491 * g77.f-torture/compile/980310-4.f: Likewise.
2492 * gcc.c-torture/compile/20000605-1.c: Likewise.
2493 * gcc.c-torture/execute/20020225-1.c: Likewise.
2494 * gcc.dg/c90-hexfloat-2.c: Likewise.
2495 * gcc.dg/c99-bool-1.c: Likewise.
2496 * gcc.dg/c99-hexfloat-2.c: Likewise.
2497 * gcc.dg/dll-2.c: Likewise.
2498 * gcc.dg/wtr-union-init-1.c: Likewise.
2499 * gcc.dg/wtr-union-init-2.c: Likewise.
2500 * gcc.dg/wtr-union-init-3.c: Likewise.
2501 * gcc.dg/cpp/avoidpaste1.c: Likewise.
2502 * gcc.dg/cpp/defined.c: Likewise.
2503 * gcc.dg/cpp/macsyntx.c: Likewise.
2504 * gcc.dg/cpp/paste2.c: Likewise.
2505 * gcc.dg/cpp/trad/defined.c: Likewise.
2506 * gcc.dg/format/c90-printf-1.c: Likewise.
2507 * gcc.dg/format/c90-scanf-1.c: Likewise.
2508 * gcc.dg/format/c99-printf-1.c: Likewise.
2509 * gcc.dg/format/c99-scanf-1.c: Likewise.
2510 * gcc.misc-tests/gcov-8.c: Likewise.
2511 * lib/profopt.exp: Likewise.
2512
2513 2002-09-15 Krister Walfridsson <cato@df.lth.se>
2514
2515 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
2516
2517 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2518
2519 * g++.dg/inherit/using2.C: New test.
2520
2521 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
2522
2523 * ChangeLog: Follow spelling conventions.
2524 * g++.dg/template/friend4.C: Likewise.
2525 * g++.old-deja/g++.pt/crash67.C: Likewise.
2526 * gcc.c-torture/execute/20000801-4.c: Likewise.
2527 * gcc.dg/c90-digraph-1.c: Likewise.
2528 * gcc.dg/c94-digraph-1.c: Likewise.
2529 * gcc.dg/c99-digraph-1.c: Likewise.
2530 * gcc.dg/cpp/line5.c: Likewise.
2531 * gcc.dg/cpp/multiline.c: Likewise.
2532 * gcc.dg/cpp/trad/literals-1.c: Likewise.
2533 * gcc.dg/format/attr-3.c: Likewise.
2534 * gcc.dg/format/c90-scanf-3.c: Likewise.
2535 * gcc.dg/format/ext-4.c: Likewise.
2536
2537 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2538
2539 * g++.dg/template/pretty1.C: New test.
2540
2541 2002-09-14 Alan Modra <amodra@bigpond.net.au>
2542
2543 * gcc.c-torture/execute/struct-cpy-1.c: New test.
2544
2545 2002-09-13 Matt Austern <austern@apple.com>
2546
2547 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
2548 passing a cast expression to a function by const reference.
2549
2550 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
2551
2552 * g++.dg/template/deduce1.C: New test.
2553
2554 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
2555
2556 * gcc.c-torture/execute/simd-1.c: Force all use of int to
2557 32-bit int.
2558
2559 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
2560
2561 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
2562 usage.
2563
2564 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
2565
2566 * gcc.c-torture/compile/20020910-1.c: New test.
2567
2568 2002-09-10 Frank Ch. Eigler <fche@redhat.com>
2569
2570 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
2571
2572 2002-09-10 Andreas Jaeger <aj@suse.de>
2573
2574 * gcc.dg/20020312-2.c: Adjust for x86-64.
2575
2576 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
2577
2578 * g77.dg/7388.f: New test case for PR 7388.
2579
2580 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2581
2582 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
2583
2584 2002-09-05 Ziemowit Laski <zlaski@apple.com>
2585
2586 * objc.dg/proto-lossage-1.m: New test.
2587
2588 2002-09-06 Neil Booth <neil@daikokuya.co.uk>
2589
2590 * gcc.dg/cpp/_Pragma4.c: Fix typo.
2591
2592 Fri Sep 6 16:39:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
2593
2594 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
2595 expected to pass.
2596
2597 2002-09-06 Stan Shebs <shebs@apple.com>
2598 David Edelsohn <edelsohn@gnu.org>
2599
2600 * gcc.dg/weak: New directory.
2601 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
2602 target-specific xfail bits.
2603 * gcc.dg/typeof-2.c: Move to new directory.
2604 * gcc.dg/weak.exp: New expect script.
2605
2606 2002-09-06 Alan Modra <amodra@bigpond.net.au>
2607
2608 * gcc.c-torture/execute/extzvsi.c: New test.
2609
2610 2002-09-05 Stan Shebs <shebs@apple.com>
2611
2612 * gcc.dg/weak-1.c: xfail on Darwin.
2613 * gcc.dg/weak-2.c: Ditto.
2614 * gcc.dg/weak-3.c: Ditto.
2615 * gcc.dg/weak-4.c: Ditto.
2616 * gcc.dg/weak-5.c: Ditto.
2617 * gcc.dg/weak-6.c: Ditto.
2618 * gcc.dg/weak-7.c: Ditto.
2619 * gcc.dg/weak-8.c: Ditto.
2620 * gcc.dg/weak-9.c: Ditto.
2621
2622 Thu Sep 5 00:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
2623
2624 * gcc.c-torture/execute/loop-14.c: New test.
2625
2626 2002-09-04 Jakub Jelinek <jakub@redhat.com>
2627
2628 * g++.dg/other/cxa-atexit1.C: New test.
2629
2630 * gcc.dg/typeof-2.c: New test.
2631
2632 2002-09-03 Roger Sayle <roger@eyesopen.com>
2633
2634 * gcc.dg/builtins-2.c: New testcase.
2635 * gcc.dg/builtins-3.c: New testcase.
2636
2637 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
2638
2639 * gcc.dg/cpp/_Pragma4.c: New test.
2640
2641 Tue Sep 3 11:04:26 2002 Nicola Pero <n.pero@mi.flashnet.it>
2642
2643 * objc/execute/nil_method-1.m: New testcase.
2644
2645 Sun Sep 1 12:47:39 2002 Nicola Pero <n.pero@mi.flashnet.it>
2646
2647 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
2648 [Object class], not [Object initialize].
2649
2650 2002-08-31 Roger Sayle <roger@eyesopen.com>
2651 Hans-Peter Nilsson <hp@bitrange.com>
2652
2653 * gcc.c-torture/execute/20020720-1.x: Skip test on
2654 mmix-knuth-mmixware. Correct comment.
2655
2656 2002-08-27 Mark Mitchell <mark@codesourcery.com>
2657
2658 * testsuite/g++.dg/abi/bitfield5.C: New test.
2659 * testsuite/g++.dg/abi/vbase10.C: Likewise.
2660
2661 Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
2662
2663 * objc.dg/undeclared-selector.m: New test.
2664
2665 2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
2666
2667 * g++.dg/other/offsetof1.C: Avoid cast warning.
2668
2669 2002-08-26 Ziemowit Laski <zlaski@apple.com>
2670
2671 * objc.dg/super-class-2.m: New test.
2672
2673 2002-08-24 Matt Austern <austern@apple.com>
2674
2675 * g++.dg/ext/lvaddr.C: New test.
2676 * g++.dg/ext/lvcast.C: New test.
2677
2678 2002-08-22 Mark Mitchell <mark@codesourcery.com>
2679
2680 * testsuite/g++.dg/inherit/cond1.C: New test.
2681
2682 2002-08-22 Geoffrey Keating <geoffk@redhat.com>
2683
2684 * gcc.dg/noncompile/incomplete-1.c: New test.
2685
2686 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
2687
2688 * gcc.dg/typespec-1.c: New test.
2689
2690 2002-08-20 Devang Patel <dpatel@apple.com>
2691 * objc.dg/proto-hier-2.m: New test.
2692
2693 2002-08-19 Ziemowit Laski <zlaski@apple.com>
2694
2695 * objc.dg/bitfield-1.m: New test.
2696 * objc.dg/bitfield-2.m: New test.
2697
2698 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
2699
2700 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
2701 gcc.dg/c99-flex-array-4.c: New tests.
2702
2703 2002-08-16 Stan Shebs <shebs@apple.com>
2704
2705 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
2706
2707 2002-08-15 Jakub Jelinek <jakub@redhat.com>
2708
2709 * gcc.dg/typeof-1.c: New test.
2710 * g++.dg/ext/typeof2.C: New test.
2711
2712 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
2713
2714 * g++.dg/other/offsetof1.C: New test.
2715
2716 2002-08-14 Richard Henderson <rth@redhat.com>
2717
2718 * gcc.dg/tls/diag-3.c: Fix expected message strings.
2719
2720 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
2721
2722 * gcc.dg/cpp/_Pragma3.c: New test.
2723
2724 2002-08-13 Mark Mitchell <mark@codesourcery.com>
2725
2726 * g++.dg/template/inherit3: New test.
2727
2728 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
2729
2730 * gcc.dg/bitfld-4.c: Add blank options.
2731
2732 2002-08-09 Mark Mitchell <mark@codesourcery.com>
2733
2734 * g++.dg/template/crash1.C: New test.
2735
2736 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2737
2738 * gcc.dg/tls/opt-2.c: New test.
2739
2740 2002-08-08 Devang Patel <dpatel@apple.com>
2741
2742 * objc.dg/selector-1.m : New test
2743
2744 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2745
2746 * g++.dg/abi/bitfield4.C: New test.
2747 * gcc.dg/bitfld-4.c: New test.
2748
2749 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2750
2751 * g++.dg/other/packed1.C: New test.
2752
2753 2002-08-07 Mark Mitchell <mark@codesourcery.com>
2754
2755 * g++.dg/abi/offsetof.C: Tweak error messages.
2756 * g++.old-deja/g++.mike/p10769a.C: Likewise.
2757
2758 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2759
2760 * gcc.dg/bitfld-3.c: New test.
2761
2762 2002-08-07 Jakub Jelinek <jakub@redhat.com>
2763 Richard Henderson <rth@redhat.com>
2764
2765 * gcc.dg/i386-bitfield1.c: New test.
2766 * g++.dg/abi/bitfield3.C: Update.
2767
2768 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
2769
2770 * objc.dg/const-str-2.m: Update.
2771 * gcc.dg/cpp/c++98.c: Change to C extension.
2772 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
2773 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
2774
2775 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
2776
2777 * testsuite/gcc.dg/tls/diag-3.c: New.
2778
2779 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
2780
2781 * g++.dg/README (Subdirectories): Document new subdir expr.
2782 * g++.dg/expr/pmf-1.C: New test.
2783
2784 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
2785
2786 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
2787
2788 2002-08-06 Jakub Jelinek <jakub@redhat.com>
2789
2790 * g++.dg/abi/bitfield3.C: New test.
2791
2792 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
2793
2794 * lib/gcov.exp: Tweak expected line formats.
2795 * gcc.misc-tests/gcov8.c: New test.
2796 * gcc.misc-tests/gcov8.x: New flags.
2797
2798 2002-08-05 Jakub Jelinek <jakub@redhat.com>
2799
2800 * consistency.vlad/layout/endian.c: Include string.h.
2801
2802 * gcc.c-torture/execute/20020805-1.c: New test.
2803
2804 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
2805
2806 * g++.dg/other/conversion1.C: New test.
2807
2808 2002-08-03 Roger Sayle <roger@eyesopen.com>
2809
2810 * gcc.dg/builtins-1.c: New testcase.
2811
2812 2002-08-02 Mark Mitchell <mark@codesourcery.com>
2813
2814 * g++.dg/inherit/access3.C: New test.
2815
2816 2002-08-01 Jakub Jelinek <jakub@redhat.com>
2817
2818 * gcc.dg/ia64-visibility-2.c: New test.
2819
2820 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
2821
2822 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
2823 __qualifier_flags to __flags.
2824
2825 2002-07-31 Mark Mitchell <mark@codesourcery.com>
2826
2827 * g++.dg/inherit/operator1.C: New test.
2828 * g++.dg/lookup/disamb1.C: Fix typo in comment.
2829 * g++.dg/other/error1.C: Change expected error message.
2830 * g++.dg/template/conv4.C: Likewise.
2831
2832 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
2833
2834 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
2835 for documented behavior.
2836
2837 2002-07-25 Roger Sayle <roger@eyesopen.com>
2838
2839 * gcc.c-torture/execute/20020720-1.x: Skip this test on
2840 several targets known to fail.
2841
2842 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
2843
2844 * gcc.dg/mips-args-[123].c: New tests.
2845
2846 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
2847
2848 * gcc.dg/ppc-spe.c: New.
2849
2850 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
2851
2852 * g++.dg/other/ptrmem4.C: New testcase.
2853
2854 2002-07-24 Richard Henderson <rth@redhat.com>
2855
2856 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2857
2858 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
2859
2860 * g++.dg/ext/alignof1.C (main): Return 0 for success.
2861
2862 2002-07-24 Roger Sayle <roger@eyesopen.com>
2863
2864 * gcc.c-torture/execute/memset-3.c: New testcase.
2865
2866 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
2867
2868 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
2869 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
2870
2871 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2872
2873 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
2874 Delete.
2875
2876 Tue Jul 23 21:02:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
2877
2878 * gcc.c-torture/compile/simd-4.c: New test.
2879
2880 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2881
2882 PR c++/7347, c++/7348
2883 * g++.dg/template/access4.C: New test.
2884 * g++.dg/template/access5.C: New test.
2885 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
2886 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
2887 * g++.old-deja/g++.pt/ttp58.C: Likewise.
2888 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
2889
2890 2002-07-22 Jakub Jelinek <jakub@redhat.com>
2891
2892 * gcc.dg/gnu89-init-2.c: New test.
2893
2894 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2895
2896 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
2897
2898 2002-07-20 Roger Sayle <roger@eyesopen.com>
2899
2900 * gcc.c-torture/execute/20020720-1.c: New testcase.
2901
2902 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
2903
2904 * gcc.dg/cpp/Wsignprom.c: New tests.
2905
2906 2002-07-20 Alan Modra <amodra@bigpond.net.au>
2907
2908 * gcc.c-torture/execute/loop-13.c: New test.
2909
2910 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
2911
2912 * gcc.dg/cpp/expr.c: New tests.
2913
2914 2002 07-18 David Edelsohn <edelsohn@gnu.org>
2915
2916 * g++.dg/opt/pr6713.C: Add template instantiation.
2917
2918 2002-07-18 Alan Modra <amodra@bigpond.net.au>
2919
2920 * gcc.dg/nest.c: New test.
2921
2922 2002-07-17 Richard Henderson <rth@redhat.com>
2923
2924 * g++.dg/opt/pr6713.C: New test.
2925
2926 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
2927
2928 * gcc.c-torture/execute/loop-2e.x: Let the testcase
2929 XFAIL for all x86 processors.
2930
2931 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2932
2933 * gcc.c-torture/execute/20010122-1.x: Do not test with
2934 -fomit-frame-pointer.
2935
2936 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2937
2938 * g++.dg/template/instantiate2.C: New test.
2939 * g++.dg/template/spec4.C: New test.
2940
2941 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2942
2943 * g++.dg/template/access2.C: New test.
2944 * g++.dg/template/access3.C: New test.
2945
2946 2002-07-15 Zack Weinberg <zack@codesourcery.com>
2947
2948 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
2949 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
2950 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
2951 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
2952 Convert to use <stdarg.h>.
2953 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
2954 Delete.
2955 * gcc.dg/va-arg-2.c: New.
2956 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
2957
2958 2002-07-15 Jakub Jelinek <jakub@redhat.com>
2959
2960 * gcc.c-torture/compile/20020710-1.c: New test.
2961
2962 Thu Jul 11 15:39:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
2963 Andrew Pinski <pinskia@physics.uc.edu>
2964
2965 gcc.c-torture/compile/simd-2.c: New testcase.
2966 gcc.c-torture/compile/simd-3.c: Likewise.
2967
2968 2002-07-11 Mark Mitchell <mark@codesourcery.com>
2969
2970 PR c++/7224
2971 * g++.dg/overload/error1.C: New test.
2972
2973 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2974
2975 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
2976 configuration and IRIX 6 O32 ABI.
2977
2978 2002-07-11 Roger Sayle <roger@eyesopen.com>
2979
2980 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
2981
2982 2002-07-10 Roger Sayle <roger@eyesopen.com>
2983
2984 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
2985
2986 2002-07-10 Jeffrey A Law <law@redhat.com>
2987
2988 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
2989
2990 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
2991
2992 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
2993
2994 * gcc.dg/20020312-2.c: Check for __PPC__.
2995
2996 2002-07-09 Diego Novillo <dnovillo@redhat.com>
2997
2998 * gcc.c-torture/compile/20020709-1.c: New test.
2999
3000 2002-07-07 Roger Sayle <roger@eyesopen.com>
3001
3002 * g++.dg/template/qualttp21.C: New test case.
3003
3004 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
3005
3006 * gcc.c-torture/compile/20020706-1.c: New test.
3007 * gcc.c-torture/compile/20020706-2.c: New test.
3008
3009 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
3010 Alexandre Oliva <aoliva@redhat.com>
3011
3012 * g++.dg/warn/incomplete1.C: New test.
3013
3014 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3015
3016 PR c++/7099
3017 * g++.dg/warn/noreturn1.C: New test.
3018
3019 2002-07-03 Mark Mitchell <mark@codesourcery.com>
3020
3021 PR c++/6706
3022 * g++.dg/debug/debug6.C: New test.
3023 * g++.dg/debug/debug7.C: New test.
3024
3025 Thu Jul 4 07:36:48 2002 J"orn Rennecke <joern.rennecke@superh.com>
3026
3027 * gcc.c-torture/compile/simd-3.c: New test.
3028
3029 2002-07-03 Chris Demetriou <cgd@broadcom.com>
3030
3031 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
3032 * gcc.dg/20020620-1.c: Likewise.
3033
3034 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3035
3036 PR c++/6944
3037 * g++.dg/init/array4.C: New test.
3038 * g++.dg/init/array5.C: New test.
3039
3040 Wed Jul 3 10:25:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
3041
3042 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
3043 * gcc.c-torture/execute/simd-2.c (main): Likewise.
3044
3045 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3046
3047 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
3048 * gcc.dg/wtr-aggr-init-1.c: Likewise.
3049 * gcc.dg/wtr-conversion-1.c: Likewise.
3050 * gcc.dg/wtr-escape-1.c: Likewise.
3051 * gcc.dg/wtr-int-type-1.c: Likewise.
3052 * gcc.dg/wtr-label-1.c: Likewise.
3053 * gcc.dg/wtr-static-1.c: Likewise.
3054 * gcc.dg/wtr-strcat-1.c: Likewise.
3055 * gcc.dg/wtr-suffix-1.c: Likewise.
3056 * gcc.dg/wtr-switch-1.c: Likewise.
3057 * gcc.dg/wtr-unary-plus-1.c: Likewise.
3058 * gcc.dg/wtr-union-init-1.c: Likewise.
3059 * gcc.dg/wtr-union-init-2.c: Likewise.
3060 * gcc.dg/wtr-union-init-3.c: Likewise.
3061
3062 * gcc.dg/wtr-func-def-1.c: New test.
3063
3064 2002-07-02 Devang Patel <dpatel@apple.com>
3065
3066 * objc.dg/param-1.m: New test.
3067
3068 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
3069
3070 * gcc.dg/cpp/trad/directive.c: Add test.
3071 * gcc.dg/cpp/trad/macroargs.c: Add test.
3072 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
3073
3074 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
3075
3076 * gcc.dg/cpp/cmdlne-M.c: New test.
3077
3078 2002-07-02 Ziemowit Laski <zlaski@apple.com>
3079
3080 * objc.dg/desig-init-1.m: New test.
3081
3082 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3083
3084 PR c++/6716
3085 * g++.dg/template/instantiate1.C: New test.
3086
3087 2002-07-01 Mark Mitchell <mark@codesourcery.com>
3088
3089 PR c++/7112
3090 * g++.dg/template/sizeof2.C: New test.
3091
3092 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
3093
3094 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
3095 gcc.dg/cpp/trad/include.c: New tests.
3096
3097 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
3098
3099 PR target/7177
3100 * gcc.c-torture/compile/20020701-1.c: New test.
3101
3102 2002-07-01 Stan Shebs <shebs@apple.com>
3103
3104 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
3105 header here...
3106 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
3107 (objc-torture-execute): or here.
3108
3109 Mon Jul 1 12:51:05 2002 J"orn Rennecke <joern.rennecke@superh.com>
3110
3111 * gcc.c-torture/execute/arith-rand-ll.c: New test.
3112
3113 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
3114
3115 * gcc.dg/cpp/trad/escaped-nl.c: New test.
3116
3117 2002-06-30 Devang Patel <dpatel@apple.com>
3118
3119 * objc.dg/fsyntax-only.m: New test.
3120
3121 2002-06-27 Mark Mitchell <mark@codesourcery.com>
3122
3123 PR c++/6695
3124 * g++.dg/template/friend7.C: New file.
3125
3126 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
3127
3128 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
3129 return type.
3130
3131 Thu Jun 27 15:23:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
3132
3133 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
3134 avoid division by zero.
3135
3136 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
3137
3138 * gcc.dg/Wunknownprag.c: New tests.
3139
3140 Tue Jun 25 21:50:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
3141
3142 * gcc.c-torture/execute/simd-2.c: New test.
3143
3144 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
3145
3146 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
3147 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
3148 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
3149 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
3150 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
3151 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
3152 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
3153 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
3154 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
3155 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
3156 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
3157 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
3158 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
3159 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
3160 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
3161 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
3162 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
3163
3164 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
3165
3166 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
3167 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
3168 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
3169 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
3170 New tests.
3171 * gcc.dg/cpp/trad/directive.c: Update.
3172
3173 2002-06-23 Andreas Jaeger <aj@suse.de>
3174
3175 * gcc.c-torture/execute/complex-6.c: New.
3176
3177 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
3178
3179 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
3180 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
3181 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
3182 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
3183
3184 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
3185
3186 * gcc.dg/cpp/trad: New directory with traditional tests copied
3187 from parent directory.
3188 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
3189 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
3190 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
3191 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
3192 Move to trad/ and rename.
3193 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
3194 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
3195 gcc.dg/cpp/trad/redef2.c: New tests.
3196 * gcc.dg/cpp/trad/trad.exp: New driver.
3197
3198 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
3199
3200 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
3201 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
3202 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
3203 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
3204 Remove.
3205
3206 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
3207
3208 * gcc.dg/20020620-1.c: New test.
3209
3210 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3211
3212 * g++.dg/template/ttp4.C: New test.
3213
3214 2002-06-19 Jakub Jelinek <jakub@redhat.com>
3215
3216 * g++.dg/opt/vt1.C: Fix regexp.
3217
3218 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3219
3220 * gcc.c-torture/execute/pure-1.c: Make functions static again.
3221 Don't use attribute `noinline'.
3222
3223 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3224
3225 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
3226
3227 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
3228
3229 * gcc.c-torture/execute/simd-1.c: New.
3230
3231 * gcc.dg/simd-1.c: New.
3232
3233 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3234
3235 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
3236
3237 2002-06-16 Richard Henderson <rth@redhat.com>
3238
3239 * g++.dg/ext/anon-struct1.C: New.
3240 * g++.dg/ext/anon-struct2.C: New.
3241 * g++.dg/ext/anon-struct3.C: New.
3242 * gcc.dg/anon-struct-1.c: New.
3243 * gcc.dg/anon-struct-2.c: New.
3244 * gcc.dg/anon-struct-3.c: New.
3245 * gcc.dg/20011008-1.c: Adjust warning text.
3246 * gcc.dg/20020527-1.c: Add -fms-extensions.
3247
3248 2002-06-16 Richard Henderson <rth@redhat.com>
3249
3250 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
3251
3252 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
3253
3254 * gcc.c-torture/execute/20020615-1.c: New test.
3255
3256 2002-06-15 Roger Sayle <roger@eyesopen.com>
3257
3258 * gcc.c-tortuture/execute/compare-1.c: New test case.
3259 * gcc.c-tortuture/execute/compare-2.c: New test case.
3260 * gcc.c-tortuture/execute/compare-3.c: New test case.
3261
3262 2002-06-13 Richard Henderson <rth@redhat.com>
3263
3264 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
3265 ia64 ilp32.
3266
3267 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3268
3269 * g++.dg/template/typename2.C: Update error message.
3270
3271 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
3272
3273 * gcc.c-torture/execute/20020611-1.c: New test.
3274
3275 2002-06-11 Bob Wilson <bob.wilson@acm.org>
3276
3277 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
3278 list of targets to skip.
3279
3280 2002-06-10 Bob Wilson <bob.wilson@acm.org>
3281
3282 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
3283 targets if not optimizing.
3284
3285 2002-06-10 Jakub Jelinek <jakub@redhat.com>
3286
3287 * gcc.c-torture/compile/20020605-1.c: New test.
3288
3289 * g++.dg/opt/vt1.C: New test.
3290
3291 * gcc.dg/20020531-1.c: New test.
3292
3293 * gcc.dg/20020530-1.c: New test.
3294
3295 * gcc.dg/20020527-1.c: New test.
3296
3297 * g++.dg/opt/cse1.C: New test.
3298
3299 2002-06-07 Roger Sayle <roger@eyesopen.com>
3300
3301 * gcc.dg/20020607-2.c: New test case.
3302
3303 2002-06-07 Jakub Jelinek <jakub@redhat.com>
3304
3305 * gcc.c-torture/compile/20020604-1.c: New test.
3306
3307 2002-06-04 Richard Henderson <rth@redhat.com>
3308
3309 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
3310 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
3311 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
3312
3313 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
3314
3315 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
3316
3317 2002-06-03 Richard Henderson <rth@redhat.com>
3318
3319 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
3320 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
3321
3322 2002-06-02 Richard Henderson <rth@redhat.com>
3323
3324 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
3325 test functions static.
3326
3327 2002-06-02 Andreas Jaeger <aj@suse.de>
3328
3329 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
3330 now.
3331
3332 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3333
3334 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
3335 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
3336 Update for mofified diagnostics.
3337 * gcc.dg/c99-intconst-1.c: No longer fail.
3338
3339 2002-06-02 Richard Henderson <rth@redhat.com>
3340
3341 * gcc.dg/uninit-A.c: Remove xfail markers.
3342
3343 2002-06-01 Roger Sayle <roger@eyesopen.com>
3344
3345 * gcc.dg/fnegate-1.c: New test case.
3346
3347 2002-05-30 Osku Salerma <osku@iki.fi>
3348
3349 * gcc.c-torture/execute/mayalias-1.c: New file.
3350
3351 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
3352
3353 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
3354 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
3355 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
3356
3357 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
3358
3359 * gcc.c-torture/execute/20020529-1.c: New test.
3360
3361 2002-05-27 Richard Henderson <rth@redhat.com>
3362
3363 * g++.dg/ext/attrib6.C: New test case.
3364
3365 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3366
3367 * gcc.c-torture/execute/pure-1.c: New test.
3368
3369 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3370
3371 * gcc.dg/cpp/arith-2.c: Remove.
3372
3373 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3374
3375 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
3376 * gcc.dg/cpp/if-3.c: Remove.
3377
3378 2002-05-26 Jakub Jelinek <jakub@redhat.com>
3379
3380 * g++.dg/opt/cse2.C: New test.
3381
3382 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
3383
3384 * gcc.dg/cpp/arith-1.c: New semantic tests.
3385 * gcc.dg/cpp/if-1.c: Update.
3386
3387 2002-05-24 Ben Elliston <bje@redhat.com>
3388
3389 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
3390
3391 2002-05-24 Jakub Jelinek <jakub@redhat.com>
3392
3393 * gcc.dg/verbose-asm.c: New test.
3394
3395 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
3396
3397 * gcc.dg/cpp/paste12.c: New test.
3398
3399 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3400
3401 * g++.dg/parse/named_ops.C: New test.
3402
3403 2002-05-23 Mark Mitchell <mark@codesourcery.com>
3404
3405 * gcc/testsuite/gcc.dg/weak-8.c: New test.
3406
3407 Thu May 23 11:09:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
3408
3409 * gcc.dg/weak-2.c: Allow optional leading underscore
3410 in scan-assembler symbol name.
3411 * gcc.dg/weak-3.c: Likewise.
3412 * gcc.dg/weak-4.c: Likewise.
3413 * gcc.dg/weak-5.c: Likewise.
3414
3415 2002-05-23 Jakub Jelinek <jakub@redhat.com>
3416
3417 * gcc.dg/20020523-1.c: New test.
3418
3419 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3420
3421 * objc.dg/const-str-2.m: Update now that we stop after
3422 a command line error.
3423
3424 2002-05-22 Richard Henderson <rth@redhat.com>
3425
3426 * g++.dg/dg.exp: Fix typo in test pruneing.
3427
3428 2002-05-22 Richard Henderson <rth@redhat.com>
3429
3430 * g++.dg/dg.exp: Prune the tls subdirectory.
3431 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
3432 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
3433 * g++.dg/tls/init-1.C: New.
3434
3435 2002-05-22 Jakub Jelinek <jakub@redhat.com>
3436
3437 * gcc.dg/20020517-1.c: New test.
3438
3439 2002-05-21 Richard Henderson <rth@redhat.com>
3440
3441 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
3442 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
3443
3444 Tue May 21 14:25:32 2002 Brian R. Gaeke <brg@dgate.ORG>
3445
3446 * g++.dg/other/copy2.C: New test.
3447
3448 Mon May 20 10:51:35 2002 J"orn Rennecke <joern.rennecke@superh.com>
3449
3450 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
3451 (MAX_COPY): Bump up to 10 times sizeof (long long).
3452 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
3453
3454 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
3455 sizeof (long long).
3456
3457 * gcc.c-torture/execute/strcpy-1.c: New test.
3458
3459 2002-05-19 Jason Merrill <jason2redhat.com>
3460
3461 * g++.dg/ext/oper1.C: New test.
3462
3463 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
3464 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
3465
3466 * README.QMTEST: New file.
3467
3468 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
3469
3470 2002-05-19 Andreas Jaeger <aj@suse.de>
3471
3472 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
3473 now.
3474 * gcc.c-torture/execute/loop-2d.x: Likewise.
3475
3476 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
3477
3478 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
3479 support weak symbols.
3480 * gcc.dg/weak-4.c: Likewise
3481 * gcc.dg/weak-6.c: Likewise
3482
3483 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
3484
3485 * gcc.dg/weak-3.c: Add dg-excess-error comment for
3486 cygwin, coff and h8300-*-hms targets
3487 * gcc.dg/weak-5.c: Likewise
3488 * gcc.dg/weak-7.c: Likewise
3489
3490 2002-05-16 Jason Merrill <jason@redhat.com>
3491
3492 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
3493 (scan-assembler-not, scan-assembler-dem): Likewise.
3494 (scan-assembler-dem-not): Likewise.
3495
3496 2002-05-15 Richard Henderson <rth@redhat.com>
3497
3498 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
3499
3500 2002-05-15 Richard Henderson <rth@redhat.com>
3501
3502 * gcc.dg/weak-5.c (vfoo1c): No warning here.
3503 (vfoo1f): Warning here.
3504 (vfoo1l): Don't redefine the alias.
3505
3506 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
3507
3508 * g++.dg/init/pm1.C: New test.
3509
3510 2002-05-12 David S. Miller <davem@redhat.com>
3511
3512 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
3513 types.
3514
3515 2002-05-10 Roger Sayle <roger@eyesopen.com>
3516
3517 * gcc.c-torture/execute/20020510-1.c: New test case.
3518
3519 2002-05-10 David S. Miller <davem@redhat.com>
3520
3521 * gcc.c-torture/execute/conversion.c: Test long double too.
3522
3523 2002-05-09 Jakub Jelinek <jakub@redhat.com>
3524
3525 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
3526 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
3527 * lib/g++.exp (g++_link_flags): Likewise.
3528 * lib/objc.exp (objc_target_compile): Likewise.
3529
3530 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
3531
3532 * gcc.dg/cpp/poison.c: Update.
3533 * gcc.dg/cpp/20000625-2.c: Remove.
3534 * gcc.dg/cpp/direct2s.c: Remove final test.
3535
3536 2002-05-08 Tom Rix <trix@redhat.com>
3537
3538 * gcc.c-torture/execute/20020508-1.c: New test.
3539 * gcc.c-torture/execute/20020508-2.c: New test.
3540 * gcc.c-torture/execute/20020508-3.c: New test.
3541
3542 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
3543
3544 * gcc.dg/cpp/charconst-4.c: More tests.
3545
3546 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3547
3548 PR c/6569
3549 * gcc.dg/weak-3.c: Update location of warning messages.
3550 * gcc.dg/weak-5.c: Likewise.
3551
3552 2002-05-06 Roger Sayle <roger@eyesopen.com>
3553
3554 * gcc.c-torture/execute/20020506-1.c: New test case.
3555
3556 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
3557
3558 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
3559
3560 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3561
3562 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
3563
3564 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3565
3566 * gcc.dg/cpp/charconst-3.c: New test.
3567
3568 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
3569
3570 * gcc.dg/cpp/charconst.c: Update tests.
3571
3572 2002-05-05 Tim Josling <tej@melbpc.org.au>
3573
3574 * treelang: Added directory for new sample language treelang. Also
3575 lib/treelang.exp: New file to signal treelang should be tested.
3576
3577 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3578
3579 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
3580 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
3581 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
3582 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
3583 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
3584 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
3585 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
3586
3587 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
3588
3589 * gcc.dg/format/xopen-2.c: New test.
3590
3591 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3592
3593 * gcc.dg/20020503-1.c: New test.
3594
3595 2002-05-02 Mark Mitchell <mark@codesourcery.com>
3596
3597 * g++.dg/init/dtor1.C: Make it tougher.
3598
3599 2002-05-01 Mark Mitchell <mark@codesourcery.com>
3600
3601 * g++.dg/init/dtor1.C: New test.
3602
3603 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
3604
3605 * gcc.dg/altivec-8.c: New.
3606
3607 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
3608
3609 * gcc.dg/altivec-7.c: New.
3610
3611 2002-04-29 Jakub Jelinek <jakub@redhat.com>
3612
3613 * g++.dg/parse/typedef1.C: New test.
3614
3615 2002-04-29 Mark Mitchell <mark@codesourcery.com>
3616
3617 PR c++/6486
3618 * g++.dg/template/friend6.C: New test.
3619
3620 PR c++/6492
3621 * g++.dg/init/copy1.C: New test.
3622
3623 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
3624
3625 * g++.dg/warn/effc1.C: New test.
3626
3627 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
3628
3629 * gcc.dg/cpp/if-cexp.c: Add a test.
3630
3631 2002-04-28 Jakub Jelinek <jakub@redhat.com>
3632
3633 * gcc.dg/20020426-2.c: New test.
3634
3635 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
3636
3637 * gcc.dg/cpp/if-mop.c: Update.
3638 * gcc.dg/cpp/if-mpar.c: Add test.
3639 * gcc.dg/cpp/if-oppr.c: Update.
3640
3641 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3642
3643 PR c/6343
3644 * gcc.dg/weak-[2-7].c: New tests.
3645
3646 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3647
3648 * gcc.dg/enum1.c: New test.
3649
3650 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3651
3652 PR c++/6497
3653 * g++.dg/inherit/access2.C: New test.
3654
3655 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3656
3657 PR bootstrap/6445
3658 * gcc.dg/20020426-1.c: New test.
3659
3660 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3661
3662 * g++.dg/abi/enum1.C: New test.
3663
3664 2002-04-26 Richard Henderson <rth@redhat.com>
3665
3666 * gcc.dg/c99-bool-1.c: Expect always true warning.
3667
3668 2002-04-25 Roger Sayle <roger@eyesopen.com>
3669
3670 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
3671
3672 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3673
3674 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
3675 targets.
3676
3677 2002-04-24 Mark Mitchell <mark@codesourcery.com>
3678
3679 * g++.dg/abi/mange7.C: New test.
3680
3681 PR c++/6438.
3682 * g++.dg/parse/stmtexpr2.C: New test.
3683
3684 Wed Apr 24 21:38:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
3685
3686 * gcc.dg/20020312-2.c: Add SH target.
3687
3688 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3689
3690 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
3691 compiler output on mips*-*-irix*.
3692
3693 2002-04-23 Jakub Jelinek <jakub@redhat.com>
3694
3695 * g++.dg/parse/attr1.C: New test.
3696
3697 2002-04-23 Roger Sayle <roger@eyesopen.com>
3698
3699 * gcc.c-torture/execute/string-opt-17.c: New test case.
3700 * gcc.c-torture/execute/memset-2.c: New test case.
3701
3702 2002-04-23 Mark Mitchell <mark@codesourcery.com>
3703
3704 PR c++/6256:
3705 * g++.dg/template/friend5.C: New test.
3706
3707 PR c++/6331:
3708 * g++.dg/template/qual1.C: Likewise.
3709
3710 2002-04-22 Zack Weinberg <zack@codesourcery.com>
3711
3712 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
3713 Include stdlib.h, not stdio.h or ctype.h.
3714
3715 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
3716
3717 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
3718 cris-*-elf* and mmix-*-*.
3719 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
3720 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
3721 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
3722 Ditto.
3723 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
3724 * gcc.dg/wchar_t-1.c: Ditto.
3725
3726 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
3727
3728 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
3729 Clarify comment.
3730
3731 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
3732
3733 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
3734
3735 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3736
3737 * gcc.c-torture/execute/20000906-1.x: Delete.
3738
3739 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
3740
3741 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
3742
3743 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
3744
3745 * PR6367
3746 * g77.f-torture/execute/6367.f: New test.
3747 * g77.f-torture/execute/6367.x: Disable for MMIX.
3748
3749 2002-04-19 Mark Mitchell <mark@codesourcery.com>
3750
3751 * PR6352
3752 * g++.dg/opt/inline2.C: New test.
3753
3754 2002-04-18 Richard Henderson <rth@redhat.com>
3755
3756 * gcc.dg/20000906-1.c: Enable for all targets.
3757 * gcc.c-torture/compile/iftrap-2.c: New.
3758
3759 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3760
3761 * gcc.dg/20020418-1.c: New test.
3762 * gcc.dg/20020418-2.c: New test.
3763
3764 2002-04-18 Richard Henderson <rth@redhat.com>
3765
3766 * gcc.c-torture/compile/iftrap-1.c: New.
3767 * gcc.dg/iftrap-1.c: Adjust for ia64.
3768 * gcc.dg/iftrap-2.c: New.
3769
3770 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3771
3772 * gcc.c-torture/compile/20020418-1.c: New test.
3773
3774 2002-04-18 Roger Sayle <roger@eyesopen.com>
3775
3776 * gcc.c-torture/compile/20020415-1.c: New.
3777
3778 2002-04-18 David S. Miller <davem@redhat.com>
3779
3780 * gcc.c-torture/execute/20020418-1.c: New test.
3781
3782 2002-04-17 Jakub Jelinek <jakub@redhat.com>
3783
3784 * gcc.dg/20020416-1.c: New test.
3785
3786 * g++.dg/opt/inline1.C: New test.
3787
3788 2002-04-16 Jakub Jelinek <jakub@redhat.com>
3789
3790 * gcc.dg/altivec-5.c: New test.
3791
3792 * gcc.dg/20020415-1.c: New test.
3793
3794 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3795
3796 * testsuite/lib/chill.exp: Remove.
3797
3798 2002-04-14 Jakub Jelinek <jakub@redhat.com>
3799
3800 * g++.dg/other/big-struct.C: New test.
3801
3802 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
3803
3804 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
3805 of scratch file.
3806
3807 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
3808
3809 PR c/6277
3810 * gcc.dg/i386-387-1.c: Allow optional leading underscore
3811 in scan-assembler function name
3812
3813 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
3814
3815 * g77.f-torture/execute/980628-4.x,
3816 g77.f-torture/execute/980628-5.x,
3817 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3818 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3819 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
3820 i[34567]86-*-*.
3821
3822 2002-04-13 David S. Miller <davem@redhat.com>
3823
3824 * gcc.c-torture/execute/20020413-1.c: New test.
3825
3826 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
3827
3828 * gcc.dg/asm-6.c,
3829 * g++.dg/ext/asm1.C: New tests.
3830
3831 2002-04-12 Mark Mitchell <mark@codesourcery.com>
3832
3833 PR c++ 5373.
3834 * g++.dg/parse/stmtexpr1.C: New test.
3835
3836 PR c++/5189.
3837 * g++.dg/template/copy1.C: New test.
3838
3839 2002-04-12 Richard Henderson <rth@redhat.com>
3840
3841 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
3842
3843 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
3844
3845 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
3846 gcc.c-torture/execute/20020307-2.c.
3847
3848 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
3849
3850 * g++.dg/ext/attrib5.C,
3851 * g++.dg/lookup/struct1.C: New tests.
3852
3853 2002-04-11 Jakub Jelinek <jakub@redhat.com>
3854
3855 * gcc.dg/20020411-1.c: New test.
3856
3857 * gcc.c-torture/execute/20020411-1.c: New test.
3858
3859 2002-04-10 Janis Johnson <janis187@us.ibm.com>
3860
3861 * g77.f-torture/execute/6177.f: New test.
3862
3863 2002-04-10 Jakub Jelinek <jakub@redhat.com>
3864
3865 PR middle-end/6247
3866 * g++.dg/opt/cleanup1.C: New test.
3867
3868 * g++.dg/opt/const1.C: New test.
3869
3870 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
3871
3872 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
3873
3874 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
3875
3876 PR c++/5507
3877 * g++.dg/template/typename2.C: New test.
3878
3879 2002-04-10 Alan Modra <amodra@bigpond.net.au>
3880
3881 * gcc.c-torture/execute/loop-12.c: New.
3882
3883 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
3884
3885 * g77.f-torture/execute/980628-4.x,
3886 g77.f-torture/execute/980628-5.x,
3887 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3888 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3889 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
3890
3891 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3892
3893 PR optimization/6086
3894 * g++.dg/opt/preinc1.C: New test.
3895
3896 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3897
3898 PR c++/5571
3899 * g++.dg/opt/static2.C: New test.
3900
3901 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3902
3903 PR c/5120
3904 * gcc.dg/20020406-1.c: New test.
3905
3906 2002-04-04 David S. Miller <davem@redhat.com>
3907
3908 * gcc.c-torture/execute/20020404-1.c: New test.
3909
3910 2002-04-04 Jakub Jelinek <jakub@redhat.com>
3911
3912 PR c/6123
3913 * gcc.dg/20020312-2.c: Do not declare global register variable
3914 if __PIC__ or __pic__ is defined.
3915
3916 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
3917
3918 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
3919 __asm__ so that it works correctly even if -ansi -pedantic-errors.
3920
3921 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3922
3923 * gcc.misc-tests/linkage.exp: Update last change to handle
3924 sparc*-, not just sparc-.
3925
3926 2002-04-03 Richard Henderson <rth@redhat.com>
3927
3928 * gcc.dg/cpp/ucs.c: Improved long UCS test.
3929
3930 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3931
3932 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
3933
3934 2002-04-02 David S. Miller <davem@redhat.com>
3935
3936 * gcc.c-torture/execute/20020402-3.c: New test.
3937
3938 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3939
3940 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
3941 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
3942
3943 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
3944 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
3945 g77.f-torture/execute/20001201.x,
3946 g77.f-torture/execute/u77-test.x: New files.
3947
3948 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
3949 * gcc.dg/wchar_t-1.c: Ditto.
3950
3951 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3952
3953 * gcc.c-torture/execute/20020402-1.c: New test.
3954
3955 2002-04-01 Richard Henderson <rth@redhat.com>
3956
3957 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
3958
3959 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
3960
3961 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3962
3963 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
3964
3965 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3966
3967 * g++.dg/inherit/template-as-base.C: Expect error.
3968 * g++.dg/inherit/namespace-as-base.C: Likewise.
3969
3970 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
3971
3972 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
3973 g++.dg/ext/instantiate3.C: Tweak match patterns.
3974
3975 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
3976 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
3977 -da test.
3978
3979 2002-03-31 Richard Henderson <rth@redhat.com>
3980
3981 * gcc.dg/special/alias-2.c: New.
3982 * gcc.dg/special/ecos.exp: Run it.
3983
3984 2002-03-31 Richard Henderson <rth@redhat.com>
3985
3986 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
3987
3988 2002-03-31 Kazu Hirata <kazu@hxi.com>
3989
3990 * gcc.dg/weak-1.c: Disable on h8300 port.
3991
3992 2002-03-29 Janis Johnson <janis187@us.ibm.com>
3993
3994 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
3995 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
3996 ordering tests.
3997 * g++.dg/bprob/bprob-1.C: New test.
3998 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
3999 * g++.dg/gcov/gcov-1.C: New test.
4000 * g++.dg/gcov/gcov-1.x: New file.
4001 * g++.dg/gcov/gcov-2.C: New test.
4002 * g++.dg/gcov/gcov-3.C: New test.
4003 * g++.dg/gcov/gcov-3.h: New file.
4004
4005 2002-03-28 Roger Sayle <roger@eyesopen.com>
4006
4007 * g++.old-deja/g++.other/builtins5.C: New test.
4008 * g++.old-deja/g++.other/builtins6.C: New test.
4009 * g++.old-deja/g++.other/builtins7.C: New test.
4010 * g++.old-deja/g++.other/builtins8.C: New test.
4011 * g++.old-deja/g++.other/builtins9.C: New test.
4012
4013 2002-03-29 Jakub Jelinek <jakub@redhat.com>
4014
4015 * g++.dg/opt/static1.C: New test.
4016
4017 * g++.dg/opt/longbranch1.C: New test.
4018
4019 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
4020
4021 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
4022
4023 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
4024
4025 Thu Mar 28 16:38:09 2002 Jeffrey A Law (law@redhat.com)
4026
4027 * gcc.c-torture/execute/20020328-1.c: New test.
4028
4029 2002-03-27 Richard Henderson <rth@redhat.com>
4030
4031 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
4032 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
4033 move from g++.old-deja/g++.ext/.
4034
4035 2002-03-27 Mark Mitchell <mark@codesourcery.com>
4036
4037 * g++.dg/init/new2.C: New test.
4038
4039 2002-03-26 Richard Henderson <rth@redhat.com>
4040
4041 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
4042
4043 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
4044 on sparc.
4045
4046 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
4047 sparcv9 systems.
4048 * gcc.dg/20001102-1.c: Likewise.
4049
4050 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
4051
4052 * gcc.dg/cpp/endif-pedantic1.c,
4053 gcc.dg/cpp/endif-pedantic2.c: New tests.
4054
4055 2002-03-26 Mark Mitchell <mark@codesourcery.com>
4056
4057 * g++.dg/init/new1.C: New test.
4058
4059 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
4060
4061 * g++.dg/abi/vbase9.C: New test.
4062
4063 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
4064
4065 * gcc.dg/arm-asm.c: New test.
4066
4067 2002-03-26 Andrew Cagney <ac131313@redhat.com>
4068
4069 * gcc.dg/Wswitch-enum.c: New test.
4070 Fix PR c/5044.
4071
4072 2002-03-26 Richard Henderson <rth@redhat.com>
4073
4074 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
4075 structure.
4076
4077 2002-03-25 Richard Henderson <rth@redhat.com>
4078
4079 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
4080 sparcv9 systems.
4081
4082 * gcc.c-torture/compile/20011119-1.c (xxx): New.
4083 * gcc.c-torture/compile/20011119-2.c (xxx): New.
4084
4085 2002-03-25 Zack Weinberg <zack@codesourcery.com>
4086
4087 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
4088
4089 2002-03-25 Bob Wilson <bob.wilson@acm.org>
4090
4091 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
4092 targets using generic thunk support.
4093
4094 2002-03-25 Jakub Jelinek <jakub@redhat.com>
4095
4096 * gcc.c-torture/compile/20020323-1.c: New test.
4097
4098 * g++.dg/opt/conj2.C: New test.
4099
4100 2002-03-24 Richard Henderson <rth@redhat.com>
4101
4102 * gcc.dg/weak-1.c: Use -fno-common.
4103
4104 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4105
4106 * g77.dg/f77-edit-apostrophe-out.f: New test
4107 * g77.dg/f77-edit-h-out.f: New test
4108 * g77.dg/f77-edit-t-in.f: New test
4109 * g77.dg/f77-edit-t-out.f: New test
4110 * g77.dg/f77-edit-x-out.f: New test
4111 * g77.dg/f77-edit-slash-out.f: New test
4112 * g77.dg/f77-edit-colon-out.f: New test
4113 * g77.dg/f77-edit-s-out.f: New test
4114
4115 2002-03-24 Richard Henderson <rth@redhat.com>
4116
4117 * objc/execute/formal_protocol-6.x: New XFAIL.
4118
4119 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4120
4121 * gcc.dg/weak-1.c: Early return from dg-final on platforms
4122 that do not support weak symbols
4123
4124 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4125
4126 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
4127 * lib/g77.exp: Likewise
4128 * lib/objc.exp: Likewise
4129
4130 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4131
4132 * gcc.dg/Wswitch-default.c: New test.
4133
4134 2002-03-23 Jakub Jelinek <jakub@redhat.com>
4135
4136 * g++.dg/other/enum1.C: New test.
4137
4138 2002-03-23 Zack Weinberg <zack@codesourcery.com>
4139
4140 * gcc.dg/pragma-ep-3.c: Fix typo.
4141
4142 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
4143
4144 * g++.dg/inherit/template-as-base.C: New test.
4145
4146 2002-03-22 Jakub Jelinek <jakub@redhat.com>
4147
4148 * g++.old-deja/g++.other/dwarf2-1.C: Move...
4149 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
4150
4151 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
4152
4153 * gcc.dg/cpp/multiline.c: Update to match.
4154
4155 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
4156
4157 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
4158
4159 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
4160
4161 * gcc.dg/cpp/extratokens2.c: New file.
4162
4163 2002-03-21 David Edelsohn <edelsohn@gnu.org>
4164
4165 * gcc.dg/20020312-2.c: Add rs6000 target.
4166
4167 * gcc.c-torture/compile/20020319-1.c: New test.
4168
4169 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4170
4171 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
4172 (A, E): Handle this.
4173
4174 2002-03-20 Jason Merrill <jason@redhat.com>
4175
4176 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
4177 ignoring -fpic.
4178 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
4179 through prune_gcc_output.
4180
4181 2002-03-20 Jakub Jelinek <jakub@redhat.com>
4182
4183 * gcc.c-torture/compile/20020320-1.c: New test.
4184
4185 2002-03-19 Jakub Jelinek <jakub@redhat.com>
4186
4187 * gcc.c-torture/compile/20020318-1.c: New test.
4188
4189 * gcc.dg/struct-by-value-1.c: New test.
4190
4191 * gcc.dg/20020319-1.c: New test.
4192
4193 2002-03-18 Jakub Jelinek <jakub@redhat.com>
4194
4195 * g++.dg/opt/conj1.C: New test.
4196
4197 2002-03-17 Mark Mitchell <mark@codesourcery.com>
4198
4199 * g++.dg/template/qualttp20.C: Revert previous change.
4200 * g++.dg/template/qualttp3.C: Likewise.
4201 * g++.dg/template/qualttp4.C: Likewise
4202 * g++.dg/template/qualttp5.C: Likewise
4203 * g++.dg/template/qualttp6.C: Likewise
4204 * g++.dg/template/qualttp7.C: Likewise
4205 * g++.dg/template/qualttp8.C: Likewise
4206 * g++.dg/template/recurse.C: Likewise.
4207
4208 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
4209
4210 * gcc.dg/cpp/wchar-1.c: Update.
4211
4212 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
4213
4214 * g++.dg/template/conv1.C: New test.
4215 * g++.dg/template/conv2.C: New test.
4216 * g++.dg/template/conv3.C: New test.
4217 * g++.dg/template/conv4.C: New test.
4218
4219 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4220
4221 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
4222 * g++.dg/template/qualttp3.C: Likewise.
4223 * g++.dg/template/qualttp4.C: Likewise
4224 * g++.dg/template/qualttp5.C: Likewise
4225 * g++.dg/template/qualttp6.C: Likewise
4226 * g++.dg/template/qualttp7.C: Likewise
4227 * g++.dg/template/qualttp8.C: Likewise
4228 * g++.dg/template/recurse.C: Likewise.
4229
4230 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4231
4232 * g++.dg/opt/dtor1.C: New test.
4233
4234 2002-03-15 Jakub Jelinek <jakub@redhat.com>
4235
4236 * gcc.c-torture/compile/20020315-1.c: New test.
4237
4238 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
4239
4240 * gcc.dg/weak-1.c: Fix scan tests.
4241
4242 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
4243
4244 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
4245 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
4246 cris-*-aout* mmix-*-*.
4247 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
4248 cris-*-aout* mmix-*-*.
4249 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
4250 cris-*-elf* cris-*-aout* and mmix-*-*.
4251 * gcc.dg/20001009-1.c: Ditto.
4252 * gcc.dg/20010912-1.c: Ditto.
4253 * gcc.dg/20020122-4.c: Ditto.
4254 * gcc.dg/inline-2.c: Ditto.
4255
4256 Thu Mar 14 14:28:38 2002 Jeffrey A Law (law@cygnus.com)
4257
4258 * gcc.c-torture/compile/20020314-1.c: New test.
4259
4260 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
4261
4262 * gcc.c-torture/execute/20020314-1.c: New test.
4263
4264 2002-03-14 Jakub Jelinek <jakub@redhat.com>
4265
4266 * g++.dg/warn/Wunused-1.C: New test.
4267
4268 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
4269
4270 * g++.dg/abi/mangle6.C: New test.
4271
4272 2002-03-13 Jakub Jelinek <jakub@redhat.com>
4273
4274 * gcc.c-torture/compile/20020309-2.c: New test.
4275
4276 * gcc.c-torture/compile/20020312-1.c: New test.
4277
4278 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
4279
4280 * g++.dg/other/access1.C: New test.
4281
4282 2002-03-12 Jakub Jelinek <jakub@redhat.com>
4283
4284 * gcc.c-torture/execute/wchar_t-1.c: New test.
4285
4286 2002-03-12 David Edelsohn <edelsohn@gnu.org>
4287
4288 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
4289
4290 2002-03-12 Roger Sayle <roger@eyesopen.com>
4291
4292 * gcc.dg/20020312-1.c: New test case.
4293
4294 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
4295
4296 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
4297
4298 2002-03-11 Richard Henderson <rth@redhat.com>
4299
4300 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
4301 * g++.old-deja/g++.jason/report.C: Likewise.
4302
4303 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4304
4305 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
4306 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
4307
4308 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4309
4310 * testsuite/g++.dg/overload/pmf1.C: New test.
4311
4312 2002-03-11 Kazu Hirata <kazu@hxi.com>
4313
4314 * gcc.c-torture/execute/20020307-1.c: Use long.
4315
4316 2002-03-11 Jakub Jelinek <jakub@redhat.com>
4317
4318 PR optimization/5844
4319 * gcc.dg/20020310-1.c: New test.
4320
4321 2002-03-09 Michael Meissner <meissner@redhat.com>
4322
4323 * gcc.c-torture/execute/memcpy-2.c: New test.
4324 * gcc.c-torture/execute/memset-1.c: New test.
4325 * gcc.c-torture/execute/strlen-1.c: New test.
4326 * gcc.c-torture/execute/strcmp-1.c: New test.
4327 * gcc.c-torture/execute/strncmp-1.c: New test.
4328
4329 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
4330
4331 * gcc.dg/ppc-ldstruct.c: New test.
4332
4333 2002-03-09 Jakub Jelinek <jakub@redhat.com>
4334
4335 * gcc.c-torture/execute/va-arg-22.c: New test.
4336
4337 Sat Mar 9 07:47:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4338
4339 * gcc.c-torture/compile/20020309-1.c: New test.
4340
4341 2002-03-08 Jakub Jelinek <jakub@redhat.com>
4342
4343 * gcc.c-torture/execute/20020307-2.c: New test.
4344
4345 Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
4346
4347 * g77.f-torture/compile/20020307-1.f: New test.
4348
4349 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
4350
4351 * gcc.dg/unordered-1.c: New test.
4352
4353 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4354
4355 * gcc.c-torture/execute/20020307-1.c: New test.
4356
4357 2002-03-05 Jakub Jelinek <jakub@redhat.com>
4358
4359 * gcc.dg/20020304-1.c: New test.
4360
4361 * gcc.c-torture/compile/20020304-2.c: New test.
4362
4363 2002-03-04 Zack Weinberg <zack@codesourcery.com>
4364
4365 * gcc.c-torture/compile/20020304-1.c: New test case
4366 (from PR c/5830).
4367
4368 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
4369
4370 * gcc.dg/20020103-1.c: Add other -D ppc variants.
4371
4372 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
4373
4374 * g++.dg/other/classkey1.C: New test.
4375
4376 2002-03-01 Richard Henderson <rth@redhat.com>
4377
4378 * gcc.c-torture/compile/981223-1.x: New.
4379 * gcc.c-torture/compile/920625-1.x: New.
4380
4381 2002-02-28 Richard Henderson <rth@redhat.com>
4382
4383 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
4384
4385 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
4386
4387 * gcc.c-torture/execute/20020227-1.c: New test.
4388
4389 2002-02-27 Mark Mitchell <mark@codesourcery.com>
4390
4391 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
4392 here" ERROR lines.
4393 * g++.old-deja/g++.oliva/partord1.C: Likewise.
4394 * g++.old-deja.g++.other/defarg1.C: Likewise.
4395 * g++.old-deja/g++.pt/calls2.C: Likewise.
4396 * g++.old-deja/g++.pt/crash20.C: Likewise.
4397 * g++.old-deja/g++.pt/crash30.C: Likewise.
4398 * g++.old-deja/g++.pt/crash36.C: Likewise.
4399 * g++.old-deja/g++.pt/crash6.C: Likewise.
4400 * g++.old-deja/g++.pt/defarg13.C: Likewise.
4401 * g++.old-deja/g++.pt/derived3.C: Likewise.
4402 * g++.old-deja/g++.pt/error1.C: Likewise.
4403 * g++.old-deja/g++.pt/friend21.C: Likewise.
4404 * g++.old-deja/g++.pt/friend23.C: Likewise.
4405 * g++.old-deja/g++.pt/infinite1.C: Likewise.
4406 * g++.old-deja/g++.robertl/eb128.C: Likewise.
4407
4408 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
4409
4410 * gcc.c-torture/execute/20020225-2.c: New test.
4411
4412 2002-02-27 Zack Weinberg <zack@codesourcery.com>
4413
4414 * gcc.c-torture/execute/920730-1t.c,
4415 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
4416 Delete test cases, only relevant to -traditional.
4417
4418 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
4419
4420 * gcc.dg/cpp/undef1.c: Remove.
4421 * gcc.dg/cpp/directiv.c: Update.
4422 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
4423
4424 2002-02-27 Michael Meissner <meissner@redhat.com>
4425
4426 * gcc.c-torture/execute/20020226-1.c: New test.
4427
4428 2002-02-26 Jakub Jelinek <jakub@redhat.com>
4429
4430 * g++.dg/debug/debug4.C: New test.
4431
4432 * gcc.dg/ia64-visibility-1.c: New test.
4433
4434 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
4435
4436 * gcc.dg/debug/20020224-1.c: New.
4437
4438 2002-02-25 Kazu Hirata <kazu@hxi.com>
4439
4440 * gcc.c-torture/execute/960416-1.x: New.
4441 * gcc.c-torture/execute/divconst-3.x: Likewise.
4442
4443 2002-02-25 Jakub Jelinek <jakub@redhat.com>
4444
4445 * gcc.dg/20020224-1.c: New test.
4446
4447 2002-02-25 Alan Modra <amodra@bigpond.net.au>
4448
4449 * gcc.c-torture/execute/20020225-1.c: New.
4450
4451 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
4452
4453 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
4454
4455 2002-02-23 Jakub Jelinek <jakub@redhat.com>
4456
4457 * gcc.dg/20020222-1.c: New test.
4458
4459 2002-02-22 Jakub Jelinek <jakub@redhat.com>
4460
4461 * g++.dg/opt/anonunion1.C: New test.
4462
4463 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
4464
4465 * g++.dg/template/qualttp19.C: New test.
4466 * g++.dg/template/qualttp20.C: New test.
4467 * g++.old-deja/g++.jason/report.C: Adjust expected errors
4468 * g++.old-deja/g++.other/qual1.C: Likewise.
4469
4470 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
4471
4472 * gcc.dg/attr-alwaysinline.c: New.
4473
4474 2002-02-21 Jakub Jelinek <jakub@redhat.com>
4475
4476 * gcc.dg/20020220-1.c: New test.
4477
4478 * gcc.dg/20020220-2.c: New test.
4479
4480 * g++.dg/opt/mmx1.C: New test.
4481
4482 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
4483
4484 * gcc.c-torture/compile/20020110.c: New test.
4485
4486 2002-02-20 Jakub Jelinek <jakub@redhat.com>
4487
4488 * gcc.c-torture/execute/20020219-1.c: New test.
4489
4490 * gcc.dg/20020219-1.c: New test.
4491
4492 * gcc.dg/noncompile/20020220-1.c: New test.
4493
4494 * g++.dg/opt/ptrintsum1.C: New test.
4495
4496 * gcc.dg/debug/20020220-1.c: New test.
4497
4498 2002-02-17 Jakub Jelinek <jakub@redhat.com>
4499
4500 * gcc.c-torture/execute/20020216-1.c: New test.
4501
4502 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
4503
4504 * gcc.dg/decl-1.c: Update, new test.
4505
4506 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
4507
4508 * g++.dg/abi/bitfield1.C: New test.
4509 * g++.dg/abi/bitfield2.C: New test.
4510
4511 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4512
4513 * gcc.dg/attr-nest.c: New test.
4514
4515 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4516
4517 * gcc.c-torture/execute/20020215-1.c: New test.
4518
4519 2002-02-14 Jakub Jelinek <jakub@redhat.com>
4520
4521 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
4522 * g++.dg/debug/debug.exp: New.
4523 * g++.dg/debug/trivial.C: New.
4524 * g++.dg/debug/debug1.C: Moved...
4525 * g++.dg/other/debug1.C: ...from here.
4526 * g++.dg/debug/debug2.C: Moved...
4527 * g++.dg/other/debug2.C: ...from here.
4528 * g++.dg/debug/debug3.C: Moved...
4529 * g++.dg/other/debug3.C: ...from here.
4530
4531 * gcc.dg/noncompile/20020213-1.c: New test.
4532
4533 2002-02-13 Jakub Jelinek <jakub@redhat.com>
4534
4535 * g++.dg/other/debug3.C: New test.
4536
4537 * gcc.c-torture/execute/20020213-1.c: New test.
4538
4539 2002-02-13 Richard Smith <richard@ex-parrot.com>
4540
4541 * g++.old-deja/g++.other/thunk1.C: New test.
4542
4543 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4544
4545 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
4546
4547 2002-02-13 Stan Shebs <shebs@apple.com>
4548
4549 * gcc.dg/altivec-3.c: New.
4550
4551 2002-02-12 Jakub Jelinek <jakub@redhat.com>
4552
4553 * gcc.dg/Wunreachable-1.c: New test.
4554 * gcc.dg/Wunreachable-2.c: New test.
4555
4556 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
4557
4558 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
4559
4560 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
4561
4562 * gcc.dg/decl-1.c: New test.
4563
4564 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4565
4566 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
4567
4568 2002-02-10 Kazu Hirata <kazu@hxi.com>
4569
4570 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
4571 * gcc.c-torture/compile/980506-1.x: Likewise.
4572
4573 2002-02-10 Kazu Hirata <kazu@hxi.com>
4574
4575 * gcc.dg/20020210-1.c: New.
4576
4577 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
4578
4579 * g77.f-torture/execute/947.f: New regression test
4580 for PR fortran/947.
4581
4582 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
4583
4584 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
4585 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
4586
4587 2002-02-08 Richard Henderson <rth@redhat.com>
4588
4589 * gcc.c-torture/compile/labels-3.c: New.
4590
4591 2002-02-08 Jakub Jelinek <jakub@redhat.com>
4592
4593 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
4594 expression statements work instead.
4595 * gcc.dg/noncompile/20020207-1.c: New test.
4596
4597 2002-02-07 Richard Henderson <rth@redhat.com>
4598
4599 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
4600
4601 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4602
4603 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
4604 message from g77
4605 * lib/g77-dg.exp: Trim g77 error messages so that they are
4606 recognized by dg.exp.
4607
4608 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4609
4610 PR fortran/5473
4611 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
4612
4613 2002-02-07 Richard Henderson <rth@redhat.com>
4614
4615 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
4616 to be sufficiently aligned for integers.
4617
4618 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
4619
4620 * g++.dg/template/friend4.C: New test.
4621
4622 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4623
4624 PR fortran/5743
4625 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
4626 unsupported cases.
4627
4628 2002-02-07 Richard Henderson <rth@redhat.com>
4629
4630 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
4631 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
4632 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
4633 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
4634
4635 2002-02-06 Richard Henderson <rth@redhat.com>
4636
4637 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
4638
4639 2002-02-06 Janis Johnson <janis187@us.ibm.com>
4640
4641 * gcc.dg/20020206-1.c: New test.
4642
4643 2002-02-06 Jakub Jelinek <jakub@redhat.com>
4644
4645 * gcc.c-torture/execute/20020206-1.c: New test.
4646
4647 * gcc.c-torture/execute/20020206-2.c: New test.
4648
4649 PR optimization/5429:
4650 * gcc.c-torture/compile/20020206-1.c: New test.
4651
4652 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4653
4654 * g++.dg/ext/align1.C: Do not use an explicit alignment value
4655 as certain file formats cannot support particularly large
4656 alignments.
4657
4658 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
4659 and do not expect to be able to link the executable.
4660
4661 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
4662 fail because the COFF format does not support the weak attribute.
4663
4664 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
4665
4666 * g77.dg/pr5473.f: New test
4667
4668 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
4669
4670 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
4671 Fix testcase accordingly.
4672
4673 2002-02-04 Richard Henderson <rth@redhat.com>
4674
4675 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
4676 (buf): Change to be an array of pointers, not ints.
4677
4678 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4679
4680 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
4681 before all tests. Move warning one line above to match where it
4682 C frontend emits.
4683 * gcc.dg/Wswitch-2.c: New test.
4684 * g++.dg/warn/Wswitch-1.C: New test.
4685 * g++.dg/warn/Wswitch-2.C: New test.
4686
4687 2002-02-04 Richard Henderson <rth@redhat.com>
4688
4689 * g++.dg/abi/offsetof.C: Fix size comparison.
4690
4691 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
4692
4693 * gcc.dg/cast-qual-2.c: New test.
4694
4695 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4696
4697 * gcc.dg/20020201-4.c: New test.
4698
4699 2002-02-04 Ben Elliston <bje@redhat.com>
4700
4701 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
4702 target_info attribute != 0, in addition to the empty string.
4703 (gcc_target_compile): Likewise.
4704
4705 2002-02-03 Andrew Cagney <ac131313@redhat.com>
4706
4707 * gcc.dg/Wswitch.c: New test.
4708 PR gcc/4475. PR gcc/3780.
4709
4710 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
4711
4712 * g77.f-torture/execute/5122.f: New test for regressions
4713 against PR fortran/5122.
4714
4715 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
4716
4717 * g77.f-torture/compile/pr3743.f: Delete
4718 * g77.dg/pr3743-1.f: New test.
4719 * g77.dg/pr3743-2.f: New test.
4720 * g77.dg/pr3743-3.f: New test.
4721 * g77.dg/pr3743-4.f: New test.
4722
4723 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4724
4725 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
4726
4727 2002-02-02 Richard Henderson <rth@redhat.com>
4728
4729 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
4730 * gcc.c-torture/execute/bf64-1.c: Likewise.
4731
4732 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4733
4734 * gcc.dg/20020201-2.c: New test.
4735
4736 * gcc.dg/20020201-3.c: New test.
4737
4738 * gcc.c-torture/execute/bitfld-2.c: New test.
4739
4740 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4741
4742 * gcc.dg/bitfld-1.c: Update.
4743 * gcc.dg/bitfld-2.c: Update.
4744 * gcc.c-torture/execute/bitfld-1.x: New.
4745
4746 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4747
4748 * gcc.c-torture/execute/20020201-1.c: New test.
4749
4750 2002-02-01 Janis Johnson <janis187@us.ibm.com>
4751
4752 PR target/5469
4753 * gcc.dg/20020201-1.c: New test.
4754
4755 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
4756
4757 PR fortran/3743
4758 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
4759 * g77.f-torture/compile/pr3743.x: Remove
4760
4761 2002-01-31 Tom Rix <trix@redhat.com>
4762
4763 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
4764
4765 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
4766
4767 * gcc.dg/noncompile/20020130-1.c: New test.
4768
4769 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
4770
4771 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
4772
4773 2002-01-29 Richard Henderson <rth@redhat.com>
4774
4775 * gcc.c-torture/execute/991118-1.c: Cast various constants back
4776 to long long.
4777 * gcc.c-torture/execute/bf64-1.c: Likewise.
4778
4779 2002-01-29 Jakub Jelinek <jakub@redhat.com>
4780
4781 * gcc.c-torture/execute/20020129-1.c: New test.
4782
4783 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
4784
4785 * gcc.c-torture/compile/20000224-1.c: Update.
4786 * gcc.c-torture/execute/bitfld-1.c: New tests.
4787 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
4788 * gcc.dg/uninit-A.c: Update.
4789
4790 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
4791
4792 * g++.dg/template/ctor1.C: Add instantiation.
4793
4794 2002-01-28 Paul Koning <pkoning@equallogic.com>
4795
4796 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
4797 argument to __builtin_prefetch to be const ptr.
4798
4799 2002-01-28 Jakub Jelinek <jakub@redhat.com>
4800
4801 * gcc.c-torture/compile/20020120-1.c: New test.
4802
4803 2002-01-27 Kazu Hirata <kazu@hxi.com>
4804
4805 * gcc.c-torture/execute/20020127-1.c: New test.
4806
4807 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
4808
4809 * g77.dg/f77-edit-i-in.f: New test
4810 * g77.dg/f77-edit-i-out.f: New test
4811
4812 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
4813
4814 * gcc.dg/debug/debug.exp: New file.
4815 * gcc.dg/debug/trivial.c: New file.
4816 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
4817 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
4818 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
4819 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
4820 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
4821 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
4822 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
4823 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
4824 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
4825 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
4826 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
4827 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
4828 * gcc.dg/20000503-1.c: Removed.
4829 * gcc.dg/20010207-1.c: Removed.
4830 * gcc.dg/20011223-1.c: Removed.
4831 * gcc.dg/20020104-2.c: Removed.
4832 * gcc.dg/debug-1.c: Removed.
4833 * gcc.dg/debug-2.c: Removed.
4834 * gcc.dg/debug-3.c: Removed.
4835 * gcc.dg/debug-4.c: Removed.
4836 * gcc.dg/debug-5.c: Removed.
4837 * gcc.dg/debug-6.c: Removed.
4838 * gcc.dg/dwarf2-1.c: Removed.
4839 * gcc.dg/dwarf2-2.c: Removed.
4840
4841 2002-01-25 Jakub Jelinek <jakub@redhat.com>
4842
4843 * g++.old-deja/g++.other/eh5.C: New test.
4844 * g++.old-deja/g++.other/sibcall2.C: New test.
4845 * g++.old-deja/g++.other/array9.C: New test.
4846 * g++.old-deja/g++.other/typename2.C: New test.
4847 * g++.old-deja/g++.other/crash60.C: New test.
4848 * g++.old-deja/g++.other/conv9.C: New test.
4849 * g++.old-deja/g++.other/mangle10.C: New test.
4850 * g++.old-deja/g++.other/unchanging1.C: New test.
4851 * g++.old-deja/g++.other/exprstmt1.C: New test.
4852 * g++.old-deja/g++.other/inline23.C: New test.
4853 * g++.old-deja/g++.eh/ia64-1.C: New test.
4854 * g++.old-deja/g++.other/dwarf2-1.C: New test.
4855 * g++.old-deja/g++.other/reload1.C: New test.
4856 * g++.old-deja/g++.other/static20.C: New test.
4857 * g++.old-deja/g++.other/local-alloc1.C: New test.
4858 * g++.old-deja/g++.other/conv8.C: New test.
4859 * g++.old-deja/g++.other/stmtexpr2.C: New test.
4860 * g++.old-deja/g++.other/storeexpr1.C: New test.
4861 * g++.old-deja/g++.other/storeexpr2.C: New test.
4862 * g++.dg/eh/template2.C: New test.
4863 * g++.dg/warn/weak1.C: New test.
4864
4865 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
4866
4867 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4868 Remove first, non-varying, argument.
4869
4870 2002-01-23 Richard Henderson <rth@redhat.com>
4871
4872 * gcc.dg/inline-2.c: New.
4873
4874 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
4875 Add optional target arg. Check number of arguments.
4876 (scan-assembler-not, scan-assembler-dem): Likewise.
4877 (scan-assembler-dem-not): Likewise.
4878
4879 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4880
4881 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
4882 line 12.
4883 * g++.old-deja/g++.brendan/parse3.C,
4884 g++.old-deja/g++.other/crash26.C,
4885 g++.old-deja/g++.other/crash28.C,
4886 g++.old-deja/g++.other/crash29.C,
4887 g++.old-deja/g++.other/crash30.C,
4888 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
4889
4890 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
4891
4892 * gcc.dg/20020115-1.c: New.
4893
4894 2002-01-23 Bob Wilson <bob.wilson@acm.org>
4895
4896 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
4897
4898 2002-01-23 Janis Johnson <janis187@us.ibm.com>
4899
4900 * gcc.dg/20020122-3.c: New.
4901
4902 2002-01-23 Jakub Jelinek <jakub@redhat.com>
4903
4904 * g++.dg/other/gc1.C: New test.
4905
4906 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4907
4908 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
4909
4910 2002-01-22 Richard Henderson <rth@redhat.com>
4911
4912 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
4913
4914 2002-01-22 Richard Henderson <rth@redhat.com>
4915
4916 * gcc.dg/20020122-4.c: New.
4917
4918 2002-01-22 H.J. Lu <hjl@gnu.org>
4919
4920 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
4921 link output.
4922 * gcc.dg/special/ecos.exp: Likewise.
4923 * lib/g++-dg.exp: Likewise.
4924 * lib/g77-dg.exp: Likewise.
4925 * lib/gcc-dg.exp : Likewise.
4926 * lib/mike-g++.exp: Likewise.
4927 * lib/mike-g77.exp: Likewise.
4928 * lib/mike-gcc.exp: Likewise.
4929 * lib/objc-dg.exp: Likewise.
4930
4931 2002-01-22 Janis Johnson <janis187@us.ibm.com>
4932
4933 PR target/5379
4934 * gcc.dg/20020122-2.c: New test.
4935
4936 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
4937
4938 * gcc.dg/20020122-1.c: New test.
4939
4940 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
4941
4942 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
4943
4944 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
4945
4946 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
4947
4948 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4949
4950 * gcc.c-torture/compile/20020121-1.c: New test.
4951
4952 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
4953
4954 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
4955 ld_library_path.
4956
4957 2002-01-21 Jakub Jelinek <jakub@redhat.com>
4958
4959 * gcc.dg/20020218-1.c: New test.
4960
4961 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
4962
4963 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
4964 messages
4965 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
4966 "At global scope" warning
4967 * g++.dg/ext/align1.C: Change cygwin test for alignment
4968 from db-bogus to dg-warning
4969
4970 2002-01-21 Zack Weinberg <zack@codesourcery.com>
4971
4972 * g77.f-torture/compile/cpp2.F: New test.
4973
4974 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
4975
4976 * g++.dg/template/access1.C: New test.
4977
4978 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
4979
4980 * gcc.dg/20020118-1.c: New.
4981
4982 2002-01-18 Kazu Hirata <kazu@hxi.com>
4983
4984 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
4985
4986 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4987
4988 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
4989 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
4990 alignment warnings.
4991
4992 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4993
4994 * gcc.misc-tests/i386-prefetch.exp: Save and restore
4995 torture_with_loops and torture_without_loops
4996
4997 2002-01-17 Jakub Jelinek <jakub@redhat.com>
4998
4999 * gcc.c-torture/compile/20020116-1.c: New test.
5000
5001 2002-01-16 Jakub Jelinek <jakub@redhat.com>
5002
5003 * gcc.dg/20020116-2.c: New test.
5004
5005 * gcc.dg/ultrasp4.c: New test.
5006
5007 * gcc.dg/20020116-1.c: New test.
5008
5009 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
5010
5011 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
5012 by EABI.
5013
5014 2002-01-15 Janis Johnson <janis187@us.ibm.com>
5015
5016 * gcc.misc-tests/i386-prefetch.exp: New.
5017 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
5018 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
5019 * gcc.misc-tests/i386-pf-none-1.c: New test.
5020 * gcc.misc-tests/i386-pf-sse-1.c: New test.
5021
5022 2002-01-15 Jakub Jelinek <jakub@redhat.com>
5023
5024 * gcc.dg/gnu89-init-1.c: Add new tests.
5025
5026 2002-01-15 Andreas Jaeger <aj@suse.de>
5027
5028 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
5029 * gcc.dg/i386-mmx-2.c: Likewise.
5030 * gcc.dg/i386-sse-1.c: Likewise.
5031 * gcc.dg/i386-sse-2.c: Likewise.
5032 * gcc.dg/i386-sse-3.c: Likewise.
5033
5034 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
5035
5036 * g77.f-torture/execute/intrinsic-unix-bessel.f:
5037 Uncomment additional cases that now pass.
5038
5039 2002-01-11 Richard Henderson <rth@redhat.com>
5040
5041 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
5042 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
5043
5044 Fri Jan 11 12:13:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
5045
5046 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
5047
5048 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
5049
5050 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
5051 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
5052
5053 2002-01-10 Dale Johannesen <dalej@apple.com>
5054
5055 * gcc.c-torture/execute/loop-11.c: New.
5056
5057 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
5058
5059 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
5060 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
5061
5062 2002-01-09 Richard Henderson <rth@redhat.com>
5063
5064 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
5065 type in which to perform the operation for each size.
5066
5067 Wed Jan 9 16:48:33 2002 Alan Matsuoka (alanm@redhat.com)
5068
5069 * gcc.c-torture/compile/20020109-2.c: New test.
5070
5071 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
5072
5073 * gcc.c-torture/execute/loop-10.c: New test.
5074
5075 2002-01-09 Jakub Jelinek <jakub@redhat.com>
5076
5077 * gcc.c-torture/compile/20010226-1.c: New test.
5078 * gcc.c-torture/compile/20010227-1.c: New test.
5079 * gcc.c-torture/compile/20010426-1.c: New test.
5080 * gcc.c-torture/compile/20010510-1.c: New test.
5081 * gcc.c-torture/compile/20010605-3.c: New test.
5082 * gcc.c-torture/compile/20010824-1.c: New test.
5083 * gcc.c-torture/execute/20010409-1.c: New test.
5084 * gcc.dg/noncompile/20000901-1.c: New test.
5085 * gcc.dg/20001023-1.c: New test.
5086 * gcc.dg/20001101-1.c: New test.
5087 * gcc.dg/20001102-1.c: New test.
5088 * gcc.dg/20010207-1.c: New test.
5089 * gcc.dg/20010405-1.c: New test.
5090 * gcc.dg/20010822-1.c: New test.
5091 * gcc.dg/20011107-1.c: New test.
5092
5093 Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com)
5094
5095 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
5096
5097 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
5098 execution failure on PA targets.
5099
5100 2002-01-09 Jakub Jelinek <jakub@redhat.com>
5101
5102 * gcc.c-torture/compile/20020109-1.c: New test.
5103
5104 2002-01-08 Kazu Hirata <kazu@hxi.com>
5105
5106 * gcc.c-torture/execute/20020108-1.c: New test.
5107
5108 2002-01-08 Jakub Jelinek <jakub@redhat.com>
5109
5110 * gcc.dg/20020108-1.c: New test.
5111
5112 2002-01-08 H.J. Lu <hjl@gnu.org>
5113
5114 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
5115 for header files.
5116
5117 2002-01-08 Geoff Keating <geoffk@redhat.com>
5118
5119 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
5120 consistency.
5121
5122 002-01-07 Aldy Hernandez <aldyh@redhat.com>
5123
5124 * gcc.dg/altivec-4.c: Test altivec predicates.
5125
5126 2002-01-07 Jakub Jelinek <jakub@redhat.com>
5127
5128 * gcc.c-torture/execute/20020107-1.c: New test.
5129
5130 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
5131
5132 PR c/5279
5133 * gcc.c-torture/compile/20020106-1.c: New test.
5134
5135 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
5136
5137 * gcc.c-torture/execute/nestfunc-4.c: New test.
5138
5139 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
5140
5141 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
5142 extra triple that slipped in.
5143 * g++.old-deja/g++.abi/align.C: Likewise.
5144 * g++.old-deja/g++.abi/bitfields.C: Likewise.
5145
5146 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
5147
5148 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
5149 * g++.old-deja/g++.abi/align.C: Likewise.
5150 * g++.old-deja/g++.abi/bitfields.C: Likewise.
5151
5152 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
5153 on FreeBSD/i386.
5154 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
5155 FreeBSD.
5156
5157 2002-01-04 Jakub Jelinek <jakub@redhat.com>
5158
5159 * gcc.dg/20020104-1.c: New test.
5160
5161 * gcc.dg/20020104-2.c: New test.
5162
5163 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
5164
5165 * gcc.dg/20020103-1.c: Fix typo in target selector.
5166
5167 2002-01-03 Richard Henderson <rth@redhat.com>
5168
5169 * gcc.dg/20020103-1.c: New.
5170
5171 2002-01-03 Kazu Hirata <kazu@hxi.com>
5172
5173 * gcc.c-torture/execute/20020103-1.c: New test.
5174
5175 2002-01-03 Jakub Jelinek <jakub@redhat.com>
5176
5177 * g++.dg/other/debug2.C: New test.
5178
5179 * gcc.c-torture/compile/20020103-1.c: New test.
5180
5181 2002-01-02 Jakub Jelinek <jakub@redhat.com>
5182
5183 * gcc.dg/gnu89-init-1.c: Added new tests.
5184
5185 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5186
5187 * g++.dg/template/friend2.C: Remove as patch is reverted.
5188
5189 * g++.dg/warn/oldcast1.C: New test.
5190
5191 * g++.dg/template/ptrmem1.C: New test.
5192 * g++.dg/template/ptrmem2.C: New test.
5193
5194 * g++.dg/template/ntp.C: New test.
5195
5196 * g++.dg/other/component1.C: New test.
5197
5198 * g++.dg/template/ttp3.C: New test.
5199
5200 * g++.dg/template/friend2.C: New test.
5201 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
5202
5203 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5204
5205 * g++.dg/other/ptrmem1.C: New test.
5206 * g++.dg/other/ptrmem2.C: New test.
5207
5208 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5209
5210 * g++.dg/template/ctor1.C: New test.
5211
5212 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5213
5214 * g++.dg/template/friend2.C: New test.
5215
5216 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
5217
5218 * gcc.dg/mmix-1.c: New test.
5219
5220 2001-12-31 Richard Henderson <rth@redhat.com>
5221
5222 * gcc.dg/asm-5.c: New.
5223
5224 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
5225
5226 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
5227 in namespace __gnu_cxx
5228
5229 2001-12-30 Richard Henderson <rth@redhat.com>
5230
5231 * gcc.dg/debug-6.c: New.
5232
5233 2001-12-30 Jakub Jelinek <jakub@redhat.com>
5234
5235 * gcc.c-torture/compile/20011229-2.c: New test.
5236
5237 2001-12-29 Jakub Jelinek <jakub@redhat.com>
5238
5239 * gcc.dg/debug-3.c: New test.
5240 * gcc.dg/debug-4.c: New test.
5241 * gcc.dg/debug-5.c: New test.
5242
5243 2001-12-29 Richard Henderson <rth@redhat.com>
5244
5245 * g++.dg/eh/loop1.C: New.
5246
5247 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5248
5249 * g++.dg/template/crash1.C: New test.
5250
5251 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5252
5253 * g++.dg/other/const1.C: New test.
5254
5255 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
5256
5257 * gcc.c-torture/compile/20011229-1.c: New test.
5258
5259 2001-12-28 Stan Shebs <shebs@apple.com>
5260
5261 * lib/objc-torture.exp: Resync with c-torture.exp.
5262 * lib/objc.exp: Load standard libraries.
5263
5264 2001-12-28 Jakub Jelinek <jakub@redhat.com>
5265
5266 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
5267 additional tests.
5268
5269 2001-12-27 Roger Sayle <roger@eyesopen.com>
5270
5271 * gcc.c-torture/execute/string-opt-16.c: New testcase.
5272
5273 2001-12-27 Richard Henderson <rth@redhat.com>
5274
5275 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
5276
5277 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
5278
5279 * g++.dg/eh/ctor1.C: New test.
5280 * g++.dg/other/error2.C: New test.
5281
5282 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
5283
5284 * g++.dg/other/init2.C: New test.
5285
5286 2001-12-24 Richard Henderson <rth@redhat.com>
5287
5288 * gcc.dg/20011223-1.c: New.
5289 * gcc.dg/inline-1.c: New.
5290
5291 2001-12-23 Richard Henderson <rth@redhat.com>
5292
5293 * gcc.dg/asm-4.c: Test operand modifiers.
5294
5295 2001-12-23 Richard Henderson <rth@redhat.com>
5296
5297 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
5298
5299 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
5300
5301 * gcc.c-torture/execute/20011223-1.c: New test.
5302
5303 2001-12-21 Richard Henderson <rth@redhat.com>
5304
5305 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
5306 re-enables the warning.
5307
5308 2001-12-21 Richard Henderson <rth@redhat.com>
5309
5310 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
5311
5312 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5313
5314 * gcc.c-torture/compile/20011218-1.c: New test.
5315
5316 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
5317
5318 * gcc.misc-test/arm-isr.exp: New file. Control running of the
5319 arm-isr.c test.
5320 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
5321 epilogue generation for ARM ISR routines.
5322
5323 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5324
5325 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
5326 * gcc.dg/format/c90-printf-3.c: Likewise.
5327 * gcc.dg/format/c99-printf-3.c: Likewise.
5328 * gcc.dg/format/ext-1.c: Likewise.
5329 * gcc.dg/format/ext-6.c: Likewise.
5330 * gcc.dg/format/format.h: Prototype unlocked stdio.
5331
5332 2001-12-20 Richard Henderson <rth@redhat.com>
5333
5334 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
5335 (arena): Use it.
5336 (malloc): Correct allocation logic. Abort if we fill up the
5337 arena before initialization complete.
5338 (realloc): Correct allocation logic.
5339
5340 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5341
5342 * gcc.c-torture/compile/20011219-2.c: New test.
5343
5344 * gcc.c-torture/execute/20011219-1.c: New test.
5345
5346 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
5347
5348 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
5349 target does not support weak symbols.
5350
5351 2001-12-19 Jakub Jelinek <jakub@redhat.com>
5352
5353 * gcc.c-torture/compile/20011219-1.c: New test.
5354
5355 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
5356
5357 * g++.dg/other/error1.C: New test.
5358
5359 Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
5360
5361 * gcc.c-torture/execute/20011217-1.c: New test.
5362
5363 Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
5364
5365 * objc.dg/special/: New directory.
5366 * objc.dg/special/special.exp: New file.
5367 * objc.dg/special/unclaimed-category-1.h: New file.
5368 * objc.dg/special/unclaimed-category-1a.m: New file.
5369 * objc.dg/special/unclaimed-category-1.m: New file.
5370
5371 2001-12-17 Andreas Jaeger <aj@suse.de>
5372
5373 * gcc.c-torture/compile/20011217-2.c: New test.
5374
5375 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
5376
5377 * gcc.c-torture/compile/20011217-1.c: New test.
5378
5379 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
5380
5381 * testsuite/gcc.dg/20011214-1.c: New.
5382
5383 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
5384
5385 * gcc.dg/altivec-4.c: New.
5386
5387 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
5388
5389 * gcc.dg/20011113-1.c: New test.
5390
5391 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
5392
5393 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
5394 std::__malloc_alloc_template<0> and
5395 std::__default_alloc_template<false, 0>.
5396
5397 Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
5398
5399 * objc/execute/bf-21.m: New test.
5400 * objc/execute/enumeration-1.m: New test.
5401 * objc/execute/enumeration-2.m: New test.
5402
5403 2001-12-12 Jakub Jelinek <jakub@redhat.com>
5404
5405 * gcc.dg/gnu89-init-1.c: New test.
5406
5407 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
5408
5409 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
5410 * g++.old-deja/g++.jason/2371.C: Likewise.
5411 * g++.old-deja/g++.jason/template33.C: Likewise.
5412 * g++.old-deja/g++.jason/template34.C: Likewise.
5413 * g++.old-deja/g++.jason/template36.C: Likewise.
5414 * g++.old-deja/g++.oliva/typename1.C: Likewise.
5415 * g++.old-deja/g++.oliva/typename2.C: Likewise.
5416 * g++.old-deja/g++.other/typename1.C: Likewise.
5417 * g++.old-deja/g++.pt/inherit2.C: Likewise.
5418 * g++.old-deja/g++.pt/nontype5.C: Likewise.
5419 * g++.old-deja/g++.pt/typename11.C: Likewise.
5420 * g++.old-deja/g++.pt/typename14.C: Likewise.
5421 * g++.old-deja/g++.pt/typename16.C: Likewise.
5422 * g++.old-deja/g++.pt/typename3.C: Likewise.
5423 * g++.old-deja/g++.pt/typename4.C: Likewise.
5424 * g++.old-deja/g++.pt/typename5.C: Likewise.
5425 * g++.old-deja/g++.pt/typename7.C: Likewise.
5426 * g++.old-deja/g++.robertl/eb9.C: Likewise.
5427
5428 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
5429
5430 * g++.dg/other/linkage1.C: New test.
5431 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
5432 specifiers.
5433
5434 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
5435
5436 * gcc.dg/concat.c: New test.
5437
5438 2001-12-11 Stan Shebs <shebs@apple.com>
5439
5440 * objc/compile: New test directory.
5441 * objc/compile/compile.exp: New expect script.
5442 * objc/compile/20011211-1.m: New compile test.
5443
5444 2001-12-11 Jason Merrill <jason@redhat.com>
5445
5446 * lib/prune.exp (prune_gcc_output): Also handle "In member
5447 function". So many permutations...
5448
5449 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
5450
5451 * g++.dg/template/typedef1.C: New test.
5452
5453 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
5454
5455 * g++.dg/other/copy1.C: New test.
5456
5457 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
5458
5459 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
5460
5461 * gcc.dg/builtin-choose-expr.c: New.
5462
5463 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
5464
5465 * gcc.dg/altivec-2.c: New.
5466
5467 2001-12-07 Richard Henderson <rth@redhat.com>
5468
5469 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
5470
5471 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
5472
5473 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
5474 ultrasparc.
5475
5476 Fri Dec 7 06:29:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5477
5478 * g++-old.deja/g++.robertl/eb101.C: Deleted.
5479
5480 2001-12-06 Janis Johnson <janis187@us.ibm.com>
5481
5482 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
5483 variable argument list.
5484
5485 2001-12-06 Zack Weinberg <zack@codesourcery.com>
5486
5487 * gcc.c-torture/execute/memcheck: Delete entire directory.
5488 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
5489 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
5490
5491 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
5492
5493 * gcc.dg/Wshadow-1.c: New test.
5494
5495 2001-12-05 Jakub Jelinek <jakub@redhat.com>
5496
5497 * gcc.c-torture/compile/20011130-1.c: New test.
5498
5499 * gcc.dg/noncompile/20011025-1.c: New test.
5500
5501 * g++.dg/other/anon-union.C: New test.
5502
5503 * gcc.c-torture/execute/20011024-1.c: New test.
5504
5505 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
5506
5507 * gcc.c-torture/execute/20000722-1.x,
5508 gcc.c-torture/execute/20010123-1.x: Remove.
5509 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
5510 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
5511 gcc.dg/c99-complit-2.c: New tests.
5512
5513 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
5514
5515 * g++.dg/inherit/base1.C: New test.
5516
5517 2001-12-04 Jakub Jelinek <jakub@redhat.com>
5518
5519 * g++.dg/other/stdarg1.C: New test.
5520
5521 * gcc.c-torture/compile/20011130-2.c: New test.
5522
5523 2001-12-03 Janis Johnson <janis187@us.ibm.com>
5524
5525 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
5526 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
5527 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
5528 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
5529 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
5530 * gcc.dg/builtin-prefetch-1.c: New test.
5531
5532 2001-12-03 Jakub Jelinek <jakub@redhat.com>
5533
5534 * gcc.dg/20011130-1.c: New test.
5535
5536 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
5537
5538 * g++.dg/other/scope1.C: New test.
5539 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
5540
5541 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
5542
5543 * gcc.dg/vla-init-1.c: New test.
5544
5545 2001-12-01 Geoff Keating <geoffk@redhat.com>
5546
5547 * gcc.c-torture/compile/structs.c: New testcase from GDB.
5548
5549 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
5550
5551 * objc.dg/alias.m: Update.
5552 * objc.dg/class-1.m: Update.
5553 * objc.dg/const-str-1.m: Update.
5554 * objc.dg/fwd-proto-1.m: Update.
5555 * objc.dg/id-1.m: Update.
5556 * objc.dg/super-class-1.m: Update.
5557
5558 2001-11-29 Mark Mitchell <mark@codesourcery.com>
5559
5560 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
5561 constructs.
5562
5563 Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
5564
5565 * gcc.c-torture/execute/20011128-1.c: New test.
5566
5567 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
5568
5569 * gcc.dg/20011127-1.c: New test.
5570
5571 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
5572
5573 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
5574 from Austin Group draft 7.
5575 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
5576 scanf format arguments.
5577 * gcc.dg/format/no-exargs-2.c: New test.
5578
5579 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
5580
5581 * g++.dg/abi/vbase8-4.C: New test.
5582
5583 2001-11-24 Ian Lance Taylor <ian@airs.com>
5584
5585 * gcc.c-torture/execute/20011121-1.c: New test.
5586
5587 Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
5588
5589 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
5590
5591 2001-11-23 Andreas Jaeger <aj@suse.de>
5592
5593 * gcc.dg/cpp/charconst-2.c: New test.
5594
5595 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
5596
5597 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
5598 to the host if it is remote. Let tests specify extra headers
5599 they use.
5600 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
5601 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
5602 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
5603 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
5604 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
5605 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
5606 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
5607 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
5608 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
5609 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
5610
5611 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
5612
5613 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
5614 for little endian ARMs.
5615
5616 2001-11-20 Jakub Jelinek <jakub@redhat.com>
5617
5618 * gcc.c-torture/compile/20011119-1.c: New test.
5619 * gcc.c-torture/compile/20011119-2.c: New test.
5620
5621 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
5622
5623 * gcc.dg/altivec-1.c: Fix typo.
5624
5625 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
5626
5627 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
5628
5629 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
5630
5631 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
5632
5633 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
5634
5635 * lib/g77.exp: Don't specify --rpath-link.
5636
5637 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
5638 across all the headers.
5639 * gcc.dg/format/format.exp: For testing on a remote host,
5640 copy format.h.
5641
5642 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
5643 * gcc.c-torture/execute/930406-1.c: Likewise.
5644 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
5645
5646 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
5647
5648 * gcc.dg/altivec-1.c: New.
5649
5650 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
5651
5652 * gcc.dg/cpp/fpreprocessed.c: New test case.
5653
5654 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5655
5656 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
5657 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
5658 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
5659
5660 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5661
5662 * gcc.dg/no-builtin-1.c: New test.
5663
5664 2001-11-16 Jakub Jelinek <jakub@redhat.com>
5665
5666 * gcc.c-torture/execute/20011115-1.c: New test.
5667
5668 2001-11-15 Jakub Jelinek <jakub@redhat.com>
5669
5670 * gcc.c-torture/compile/20011114-2.c: New test.
5671 * gcc.c-torture/compile/20011114-3.c: New test.
5672 * gcc.c-torture/compile/20011114-4.c: New test.
5673
5674 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
5675
5676 * g++.dg/other/init1.C: New test.
5677
5678 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
5679
5680 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
5681 message.
5682
5683 * gcc.c-torture/execute/20011114-1.c: New testcase.
5684
5685 * gcc.c-torture/compile/20010327-1.c: Revert last change.
5686 * gcc.c-torture/compile/20011114-1.c: New test, exactly
5687 like the (before this change) version of 20010327-1.c.
5688
5689 2001-11-14 Roger Sayle <roger@eyesopen.com>
5690
5691 * gcc.c-torture/execute/string-opt-13.c: New testcase.
5692
5693 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
5694
5695 * g++.dg/init/array2.C: New test.
5696
5697 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
5698
5699 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
5700
5701 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
5702
5703 * g++.dg/other/forscope1.C: New test.
5704 * g++.dg/ext/forscope1.C: New test.
5705 * g++.dg/ext/forscope2.C: New test.
5706
5707 2001-11-13 Jakub Jelinek <jakub@redhat.com>
5708
5709 * gcc.c-torture/execute/20011113-1.c: New test.
5710
5711 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
5712
5713 * gcc.c-torture/execute/20011109-2.c: New test.
5714
5715 * gcc.c-torture/execute/20011109-1.c: New test.
5716
5717 2001-11-09 Jakub Jelinek <jakub@redhat.com>
5718
5719 * gcc.c-torture/compile/20011109-1.c: New test.
5720
5721 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
5722
5723 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
5724 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
5725 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
5726 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
5727 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
5728 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
5729 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
5730
5731 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
5732
5733 * g++.dg/warn/Wshadow-1.C: New tests.
5734 * g++.old-deja/g++.mike/for3.C: Update.
5735
5736 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
5737
5738 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
5739 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
5740 XFAILs. Adjust expected error texts.
5741 * gcc.c-torture/compile/20011106-1.c,
5742 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
5743 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
5744 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
5745 gcc.dg/c99-array-lval-5.c: New tests.
5746
5747 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5748
5749 * gcc.dg/cpp/defined.c: Update.
5750
5751 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5752
5753 * gcc.c-torture/execute/anon-1.c: New test.
5754
5755 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
5756
5757 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
5758 same size, so no warning should be produced on stormy16.
5759
5760 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
5761 due to oversized array.
5762 * g++.old-deja/g++.mike/ns15.C: Likewise.
5763 * g++.old-deja/g++.pt/crash16.C: Likewise.
5764
5765 2001-11-02 Graham Stott <grahams@redhat.com>
5766
5767 * g++.dgother/debug1.C: Fix typos.
5768
5769 2001-11-01 Jakub Jelinek <jakub@redhat.com>
5770
5771 * g++.dg/other/debug1.C: New test.
5772
5773 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5774
5775 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
5776 of unsigned long.
5777
5778 2001-10-30 Jakub Jelinek <jakub@redhat.com>
5779
5780 * gcc.dg/20011029-2.c: New test.
5781
5782 * gcc.c-torture/compile/20011029-1.c: New test.
5783
5784 Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
5785
5786 * objc/execute/class_self-1.m: New test.
5787 * objc/execute/class_self-2.m: New test.
5788
5789 2001-10-25 Zack Weinberg <zack@codesourcery.com>
5790
5791 * gcc.misc-tests/msgs.exp: Delete.
5792 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
5793 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
5794 error set to match recent changes.
5795
5796 2001-10-24 Zack Weinberg <zack@codesourcery.com>
5797
5798 * gcc.dg/20011021-1.c: New test.
5799
5800 2001-10-24 Jakub Jelinek <jakub@redhat.com>
5801
5802 * gcc.c-torture/compile/20011023-1.c: New test.
5803
5804 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
5805
5806 * lib/g77.exp: Rewrite based on lib/g++.exp.
5807
5808 2001-10-19 Jakub Jelinek <jakub@redhat.com>
5809
5810 * gcc.c-torture/execute/20011019-1.c: New test.
5811
5812 * gcc.dg/20011018-1.c: New test.
5813
5814 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
5815
5816 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
5817
5818 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
5819
5820 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
5821 * gcc.dg/attr-invalid.c: Likewise.
5822
5823 2001-10-18 Jakub Jelinek <jakub@redhat.com>
5824
5825 * testsuite/gcc.dg/20011015-1.c: New test.
5826
5827 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5828
5829 * g++.dg/template/unify2.C: New test.
5830
5831 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5832
5833 * g++.dg/other/exception-specification.C: New test
5834
5835 2001-10-13 Tom Rix <trix@redhat.com>
5836
5837 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
5838 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
5839
5840 2001-10-12 Jakub Jelinek <jakub@redhat.com>
5841
5842 * testsuite/gcc.dg/20011009-1.c: New test.
5843
5844 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
5845
5846 PR g++/4476
5847 * g++.dg/other/friend1.C: New test.
5848
5849 2001-10-11 Richard Henderson <rth@redhat.com>
5850
5851 * g++.old-deja/g++.other/crash18.C: Add -S to options.
5852
5853 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5854
5855 * gcc.c-torture/compile/20011010-1.c: New.
5856
5857 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
5858
5859 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
5860 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
5861 g77.f-torture/execute/execute.exp,
5862 g77.f-torture/noncompile/noncompile.exp,
5863 gcc.c-torture/compile/compile.exp,
5864 gcc.c-torture/execute/execute.exp,
5865 gcc.c-torture/execute/ieee/ieee.exp,
5866 gcc.c-torture/execute/memcheck/memcheck.exp,
5867 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
5868 objc/execute/execute.exp: Update FSF address.
5869
5870 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
5871
5872 * gcc.dg/cpp/cmdlne-C.c: Update.
5873 * gcc.dg/cpp/cmdlne-C2.c: New.
5874
5875 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5876
5877 * gcc.c-torture/execute/20011008-3.c: New.
5878
5879 2001-10-08 DJ Delorie <dj@redhat.com>
5880
5881 * gcc.dg/20011008-1.c: New.
5882 * gcc.dg/20011008-2.c: New.
5883
5884 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
5885
5886 * gcc.dg/cpp/spacing1.c: Update test.
5887
5888 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
5889
5890 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
5891 spelling errors of "separate" as "seperate".
5892
5893 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
5894
5895 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
5896 enough to avoid inlining.
5897
5898 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
5899
5900 * lib/g77.exp: set libg2c_dir correctly.
5901
5902 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
5903
5904 * gcc.dg/cpp/macro11.c: New test.
5905
5906 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5907
5908 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
5909 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
5910 gcc.dg/format/multattr-3.c: New tests.
5911 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
5912 tests for format attributes on function pointers being rejected.
5913
5914 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5915
5916 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
5917
5918 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5919
5920 * g++.dg/warn/format1.C: New test.
5921
5922 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
5923
5924 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
5925
5926 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5927
5928 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
5929
5930 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5931
5932 * gcc.dg/cpp/redef2.c: Add test.
5933
5934 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
5935
5936 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
5937 long-standing bug on i686, apparently.
5938 * gcc.c-torture/execute/loop-2c.x: New file.
5939 * gcc.c-torture/execute/loop-2d.x: New file.
5940 * gcc.c-torture/execute/loop-3c.x: New file.
5941
5942 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
5943
5944 * gcc.dg/cpp/20000625-2.c: Correct line number.
5945
5946 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5947
5948 * gcc.dg/cpp/macro10.c: New test.
5949 * gcc.dg/cpp/strify3.c: New test.
5950 * gcc.dg/cpp/spacing1.c: Add tests.
5951 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
5952 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
5953
5954 2001-09-24 DJ Delorie <dj@redhat.com>
5955
5956 * gcc.c-torture/execute/20010924-1.c: New test.
5957
5958 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5959
5960 * testsuite/objc/execute/paste.m: Remove.
5961
5962 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
5963
5964 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
5965
5966 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
5967
5968 * g77.dg/strlen0.f: New test.
5969
5970 2001-09-21 Richard Henderson <rth@redhat.com>
5971
5972 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
5973 * g++.old-deja/g++.abi/vtable2.C: Likewise.
5974
5975 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
5976
5977 Table-driven attributes.
5978 * g++.dg/ext/attrib1.C: New test.
5979
5980 2001-09-20 DJ Delorie <dj@redhat.com>
5981
5982 * gcc.dg/20000926-1.c: Update expected warning messages.
5983 * gcc.dg/array-2.c: Likewise, and test for warnings too.
5984 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
5985 array.
5986
5987 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
5988
5989 * g++.dg/eh/registers1.C: New test case.
5990
5991 2001-09-17 Richard Henderson <rth@redhat.com>
5992
5993 * gcc.dg/array-5.c: Fix VLA decomposition test.
5994
5995 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
5996
5997 * gcc.dg/cpp/line5.c: New testcase.
5998
5999 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
6000
6001 * gcc.dg/cpp/macro9.c: New test.
6002
6003 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
6004
6005 * gcc.c-torture/execute/980223.c: Change type of addr from long
6006 to char *.
6007
6008 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
6009
6010 * gcc.c-torture/execute/20010915-1.c: New test.
6011
6012 2001-09-14 Janis Johnson <janis187@us.ibm.com>
6013
6014 * g77.dg/bprob: New directory.
6015 * g77.dg/bprob/bprob.exp: New file.
6016 * g77.dg/bprob/bprob-1.f: New test.
6017 * g77.dg/gcov: New directory.
6018 * g77.dg/gcov/gcov.exp: New file.
6019 * g77.dg/gcov/gcov-1.f: New test.
6020 * g77.dg/gcov/gcov-1.x: New file.
6021
6022 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
6023
6024 * gcc.dg/cpp/directiv.c: Update.
6025 * gcc.dg/cpp/undef1.c: Update.
6026
6027 2001-09-12 Jakub Jelinek <jakub@redhat.com>
6028
6029 * gcc.dg/20010912-1.c: New test.
6030
6031 2001-09-11 Janis Johnson <janis187@us.ibm.com>
6032
6033 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
6034 language-independent file in lib.
6035 * lib/gcov.exp: New file.
6036
6037 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
6038
6039 * gcc.c-torture/compile/20010911-1.c: New test.
6040
6041 2001-09-10 Janis Johnson <janis187@us.ibm.com>
6042
6043 * lib/profopt.exp: New, to support profile-directed optimizations.
6044 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
6045 * gcc.misc-tests/bprob-1.c: New test.
6046 * gcc.misc-tests/bprob-2.c: New test.
6047
6048 2001-09-07 Janis Johnson <janis187@us.ibm.com>
6049
6050 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
6051 XFAIL and which kinds of gcov output to verify.
6052 * gcc.misc-tests/gcov-4b.x: New file.
6053 * gcc.misc-tests/gcov-5b.x: New file.
6054 * gcc.misc-tests/gcov-6.x: New file.
6055 * gcc.misc-tests/gcov-7.c: New test.
6056 * gcc.misc-tests/gcov-7.x: New file.
6057
6058 2001-09-06 Janis Johnson <janis187@us.ibm.com>
6059
6060 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
6061 * gcc.misc-tests/gcov-6.c: New test.
6062
6063 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
6064
6065 PR c++/3986
6066 * g++.dg/abi/vbase1.C: New test.
6067
6068 2001-09-05 Ziemowit Laski <zlaski@apple.com>
6069
6070 * objc.dg/method-2.m: New.
6071
6072 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
6073
6074 PR c++/4203
6075 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
6076 * g++.dg/init/empty1.C: New test.
6077
6078 2001-09-03 Jakub Jelinek <jakub@redhat.com>
6079
6080 * gcc.c-torture/compile/20010903-1.c: New test.
6081
6082 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
6083
6084 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
6085 for m68k.
6086
6087 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
6088
6089 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
6090
6091 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
6092
6093 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
6094
6095 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
6096
6097 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
6098 for 16-bit 'unsigned int'.
6099
6100 2001-08-29 Kazu Hirata <kazu@hxi.com>
6101
6102 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
6103
6104 2001-08-27 Richard Henderson <rth@redhat.com>
6105
6106 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
6107 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
6108
6109 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
6110
6111 * gcc.dg/asm-names.c (ymain): New.
6112
6113 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
6114
6115 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
6116 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
6117 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
6118
6119 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6120
6121 * gcc.dg/compare5.c: New testcase.
6122
6123 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
6124
6125 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
6126 and "In instantiation".
6127
6128 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
6129
6130 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
6131
6132 2001-08-20 Janis Johnson <janis187@us.ibm.com>
6133
6134 * gcc.misc-tests/gcov.exp: Add support for branch information.
6135 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
6136 * gcc.misc-tests/gcov-4.c: New test.
6137 * gcc.misc-tests/gcov-4b.c: New test.
6138 * gcc.misc-tests/gcov-5b.c: New test.
6139
6140 2001-08-20 Zack Weinberg <zackw@panix.com>
6141
6142 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
6143 expected to fail.
6144
6145 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
6146
6147 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
6148
6149 2001-08-19 Jakub Jelinek <jakub@redhat.com>
6150
6151 * g++.dg/eh/template1.C: New test.
6152
6153 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
6154
6155 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
6156 Fix thinko.
6157 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
6158 for xfail.
6159
6160 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
6161
6162 * lib/g77-dg.exp: Use prune.exp for common procedures
6163 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
6164 * lib/g77.exp: (g77-dg-prune) Remove
6165
6166 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
6167
6168 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
6169
6170 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6171
6172 * g++.dg/template/unify1.C: New test.
6173
6174 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
6175
6176 * g++.dg/abi/empty4.C: New test.
6177
6178 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
6179
6180 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
6181 solaris2.*
6182 * g77.f-torture/compile/pr3743.x: Likewise
6183
6184 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
6185
6186 * g++.dg/other/using-declaration.C: New test.
6187
6188 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
6189
6190 * gcc.dg/cpp/tr-sign.c: New testcase.
6191
6192 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
6193
6194 * gcc.dg/cpp/19951025-1.c: Revert.
6195 * gcc.dg/cpp/directiv.c: We no longer process directives that
6196 interrupt macro arguments.
6197
6198 2001-08-03 Zack Weinberg <zackw@stanford.edu>
6199
6200 * gcc.dg/bconstp-1.c: New test.
6201
6202 2001-08-03 Richard Henderson <rth@redhat.com>
6203
6204 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
6205
6206 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
6207
6208 * gcc.dg/cpp/19951025-1.c: Update.
6209
6210 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
6211
6212 * g77.dg/ff90-1.f (s): Fix reference of variable z,
6213 should be x.
6214
6215 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
6216
6217 Kill -fhonor-std.
6218 * g++.old-deja/g++.ns/ns14.C: Remove special options.
6219 * g++.old-deja/g++.other/std1.C: Likewise.
6220 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
6221
6222 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6223
6224 * lib/g77.exp: Load gcc-defs.exp for common procedures
6225 (g77_pass, g77_fail, g77_finish, g77_exit,
6226 ${tool}_check_unsupported_p} Now redundant. Deleted.
6227
6228 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6229
6230 * g77.dg/fbackslash.f
6231 * g77.dg/fcase-preserve.f
6232 * g77.dg/ff90-1.f
6233 * g77.dg/ffixed-line-length-0.f
6234 * g77.dg/ffixed-line-length-132.f
6235 * g77.dg/ffixed-line-length-7.f
6236 * g77.dg/ffixed-line-length-72.f
6237 * g77.dg/ffixed-line-length-none.f
6238 * g77.dg/ffree-form-1.f
6239 * g77.dg/fno-backslash.f
6240 * g77.dg/fno-f90-1.f
6241 * g77.dg/fno-fixed-form-1.f
6242 * g77.dg/fno-onetrip.f
6243 * g77.dg/fno-typeless-boz.f
6244 * g77.dg/fno-underscoring.f
6245 * g77.dg/fno-vxt-1.f
6246 * g77.dg/fonetrip.f
6247 * g77.dg/ftypeless-boz.f
6248 * g77.dg/fugly-assumed.f
6249 * g77.dg/funderscoring.f
6250 * g77.dg/fvxt-1.f
6251
6252 2001-08-01 Ziemowit Laski <zlaski@apple.com>
6253
6254 * objc.dg/fwd-proto-1.m: New.
6255 * objc.dg/local-decl-1.m: New.
6256 * objc.dg/naming-1.m: New.
6257 * objc.dg/naming-2.m: New.
6258 * objc.dg/proto-hier-1.m: New.
6259
6260 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
6261
6262 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
6263 largest-type elements to a struct makes its size grow.
6264
6265 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6266
6267 * g++.dg/abi/vthunk1.C: New test.
6268
6269 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6270
6271 * g++.dg/abi/vbase8-22.C: New test.
6272
6273 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6274
6275 * gcc.dg/cpp/macro8.c: New test.
6276
6277 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6278
6279 * g++.dg/abi/vbase8-21.C: New test.
6280
6281 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6282
6283 * g++.dg/abi/vbase8-10.C: New test.
6284
6285 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6286
6287 * lib/g++.exp (g++_set_ld_library_path): Renamed to
6288 ${tool}_set_ld_library_path.
6289 Changed caller.
6290 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
6291 g++.exp.
6292
6293 2001-07-26 Stan Cox <scox@redhat.com>
6294
6295 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
6296 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
6297 gcc_exit, gcc_check_unsupported_p):
6298 Moved to gcc-deps.exp
6299 * gcc-deps.exp: New file.
6300
6301 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6302
6303 * g++.old-deja/g++.pt/defarg14.C: New test.
6304
6305 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6306
6307 * g++.old-deja/g++.other/lineno5.C: New test.
6308
6309 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6310
6311 * g++.old-deja/g++.pt/crash68.C: New test.
6312
6313 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6314
6315 * g++.old-deja/g++.other/crash42.C: New test.
6316
6317 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6318
6319 * gcc.dg/cpp/extratokens.c: Fix.
6320 * gcc.dg/cpp/skipping2.c: New tests.
6321
6322 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6323
6324 * gcc.c-torture/execute/20010724-1.c: New file.
6325 * gcc.c-torture/execute/20010724-1.x: New file.
6326
6327 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6328
6329 * g++.old-deja/g++.other/cond7.C: New test.
6330
6331 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6332
6333 * g++.old-deja/g++.other/optimize4.C: New test.
6334
6335 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6336
6337 * g++.old-deja/g++.abi/vbase8-5.C: New test.
6338
6339 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
6340
6341 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
6342 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
6343 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
6344 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
6345
6346 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
6347 bug report" message.
6348
6349 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
6350 * g++.dg/ext/instantiate1.C: Move from old-deja.
6351
6352 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
6353
6354 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
6355 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
6356 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
6357 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
6358
6359 Mon Jul 23 10:14:17 2001 Jeffrey A Law (law@cygnus.com)
6360
6361 * gcc.c-torture/execute/20010723-1.c: New test.
6362
6363 2001-07-23 Ben Elliston <bje@redhat.com>
6364
6365 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
6366
6367 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6368
6369 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
6370 i[34567]86-*-*.
6371 Delete handling of ieee_multilib_flags.
6372 Pass -mieee for alpha*-*-* and sh-*-*.
6373 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
6374
6375 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
6376
6377 Remove old-abi tests.
6378 * g++.old-deja/g++.mike/p11116.C: Remove.
6379 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
6380
6381 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
6382
6383 * g77.f-torture/compile/pr3743.f: New test
6384
6385 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
6386
6387 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
6388
6389 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6390
6391 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
6392 g++.old-deja/g++.pt/static6.C: Likewise.
6393 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
6394 supports weak symbols.
6395
6396 2001-07-18 Andreas Jaeger <aj@suse.de>
6397
6398 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
6399 supported again.
6400
6401 2001-07-18 Andreas Jaeger <aj@suse.de>
6402
6403 * gcc.dg/iftrap-1.c: Fix target line.
6404
6405 2001-07-17 Richard Henderson <rth@redhat.com>
6406
6407 * gcc.c-torture/execute/20010717-1.c: New.
6408
6409 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
6410
6411 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
6412 tests.
6413
6414 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
6415
6416 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
6417
6418 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6419
6420 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
6421 UAC_SIGBUS, UAC_NOPRINT definitions.
6422
6423 Mon Jul 16 12:21:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
6424
6425 * objc/execute/object_is_class.m: New test.
6426 * objc/execute/object_is_meta_class.m: New test.
6427
6428 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
6429
6430 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
6431 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
6432
6433 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
6434
6435 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
6436 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
6437
6438 2001-07-14 Richard Henderson <rth@redhat.com>
6439
6440 * gcc.dg/iftrap-1.c: New.
6441
6442 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
6443
6444 * g77.f-torture/execute/intrinsic77.f: New test.
6445
6446 2001-07-11 Janis Johnson <janis@us.ibm.com>
6447
6448 * gcc.misc-tests/gcov-3.c: New test.
6449
6450 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6451
6452 * gcc.c-torture/compile/20010711-1.c,
6453 * gcc.c-torture/compile/20010711-2.c: New tests.
6454
6455 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6456
6457 * gcc.c-torture/execute/20010711-1.c: New test.
6458
6459 2001-07-11 Ben Elliston <bje@redhat.com>
6460
6461 * g++.old-deja/g++.other/enum5.C: New test.
6462
6463 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
6464
6465 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
6466 (g++-dg-prune): Call prune_gcc_output.
6467 * prune.exp: New file for prune_gcc_output.
6468 * lib/g++.exp, lib/gcc.exp: Load it.
6469
6470 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
6471
6472 * gcc.c-torture/compile/20010701-1.c,
6473 g++.old-deja/g++.ext/attrib6.C: New tests.
6474
6475 Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
6476
6477 * gcc.c-torture/compile/20010706-1.c: New test.
6478
6479 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
6480
6481 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
6482
6483 2001-06-28 Stan Shebs <shebs@apple.com>
6484
6485 * gcc.dg/pragma-darwin.c: New test.
6486
6487 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6488
6489 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
6490 Solaris 2.[678] system.
6491
6492 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
6493
6494 * gcc.dg/20010622-1.c: New test.
6495
6496 2001-06-18 Stan Shebs <shebs@apple.com>
6497
6498 * objc.dg: New directory.
6499 * objc.dg/dg.exp: New file.
6500 * objc.dg/alias.m: New.
6501 * objc.dg/class-1.m: New.
6502 * objc.dg/class-2.m: New.
6503 * objc.dg/const-str-1.m: New.
6504 * objc.dg/const-str-2.m: New.
6505 * objc.dg/id-1.m: New.
6506 * objc.dg/method-1.m: New.
6507 * objc.dg/super-class-1.m: New.
6508 * lib/objc-dg.exp: New file.
6509
6510 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6511
6512 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
6513 of label name.
6514
6515 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
6516
6517 * g++.old-deja/g++.abi/vbase8-9.C: New test.
6518
6519 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6520
6521 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
6522 variable.
6523
6524 2001-06-12 Richard Henderson <rth@redhat.com>
6525
6526 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
6527
6528 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6529
6530 * g++.old-deja/g++.abi/vbase5.C: New test.
6531 * g++.old-deja/g++.abi/vbase6.C: New test.
6532 * g++.old-deja/g++.abi/vbase7.C: New test.
6533
6534 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6535
6536 * gcc.c-torture/compile/20010610-1.c: New test.
6537
6538 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6539
6540 * g++.old-deja/g++.abi/vbase4.C: New test.
6541
6542 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6543
6544 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
6545 support %f for HC11/HC12 targets.
6546 * gcc.c-torture/execute/930513-1.x: New file, likewise.
6547 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
6548 on HC11/HC12 targets.
6549 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
6550
6551 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6552
6553 * gcc.dg/wchar_t-1.c: New file.
6554 * gcc.dg/wint_t-1.c: Likewise.
6555
6556 2001-06-11 Bernd Schmidt <bernds@redhat.com>
6557
6558 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
6559
6560 2001-06-11 Richard Henderson <rth@redhat.com>
6561
6562 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
6563
6564 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6565
6566 * gcc.c-torture/compile/20010611-1.c: New test.
6567
6568 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6569
6570 * gcc.dg/c99-tag-1.c: Add more tests.
6571
6572 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
6573
6574 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
6575 representation on MN10300 and ARM/Thumb.
6576
6577 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
6578
6579 * g77.f-torture/execute/20010610.f: New.
6580
6581 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
6582
6583 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
6584 names.
6585
6586 2001-06-09 Richard Henderson <rth@redhat.com>
6587
6588 * gcc.c-torture/execute/ashrdi-1.c: New.
6589 * gcc.c-torture/execute/ashldi-1.c: New.
6590 * gcc.c-torture/execute/lshrdi-1.c: New.
6591
6592 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
6593
6594 * objc/execute/load-3.m: Added. Check sending +load to categories,
6595 in addition to classes.
6596
6597 2001-06-08 Stan Shebs <shebs@apple.com>
6598
6599 * objc/execute/load-2.m: New test. From Nicola Pero
6600 <n.pero@mi.flashnet.it>.
6601
6602 2001-06-08 Jakub Jelinek <jakub@redhat.com>
6603
6604 * gcc.c-torture/execute/20010605-2.c: New test.
6605
6606 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6607
6608 * g++.old-deja/g++.abi/vbase2.C: New test.
6609 * g++.old-deja/g++.abi/vbase3.C: New test.
6610
6611 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6612
6613 * g++.old-deja/g++.pt/friend49.C: New test.
6614
6615 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
6616
6617 * g++.old-deja/g++.ext/anon3.C: New test.
6618
6619 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
6620
6621 * g++.old-deja/g++.other/conv7.C: New test.
6622
6623 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
6624
6625 * gcc.c-torture/compile/20010605-2.c: New test.
6626
6627 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6628
6629 * gcc.c-torture/execute/20010604-1.c: New test.
6630
6631 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
6632
6633 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
6634
6635 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
6636
6637 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
6638 (g++_link_flags): Likewise.
6639 (g++_init): Pass gccpath's value to two previous functions.
6640
6641 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6642
6643 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
6644 Ensure logfile entry matches exec command line.
6645
6646 2001-05-31 Richard Henderson <rth@redhat.com>
6647
6648 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
6649 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
6650
6651 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
6652
6653 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
6654 compiler for irix6.2
6655
6656 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
6657
6658 * g++.old-deja/g++.other/optimize3.C: New file.
6659
6660 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
6661
6662 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
6663 assemble.
6664
6665 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
6666
6667 * g++.old-deja/g++.other/optimize2.C: New file.
6668
6669 2001-05-25 Diego Novillo <dnovillo@redhat.com>
6670
6671 * gcc.c-torture/compile/20010518-2.c: New file.
6672 * gcc.c-torture/execute/20010518-1.c: New file.
6673 * gcc.c-torture/execute/20010518-2.c: New file.
6674
6675 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
6676
6677 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
6678
6679 2001-05-24 Mark Mitchell <mark@codesourcery.com>
6680
6681 G++ no longer defines builtins that do not begin with __builtin.
6682 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
6683 * g++.old-deja/g++.brendand/misc13.C: Likewise.
6684 * g++.old-deja/g++.law/builtin1.C: Likewise.
6685 * g++.old-deja/g++.law/cvt2.C: Likewise.
6686 * g++.old-deja/g++.mike/net5.C: Likewise.
6687 * g++.old-deja/g++.other/builtins1.C: Likewise.
6688 * g++.old-deja/g++.other/builtins2.C: Likewise.
6689 * g++.old-deja/g++.other/builtins3.C: Likewise.
6690 * g++.old-deja/g++.other/builtins4.C: Likewise.
6691 * g++.old-deja/g++.other/inline8.C: Likewise.
6692 * g++.old-deja/g++.robertl/eb39.C: Likewise.
6693
6694 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
6695
6696 * g++.old-deja/g++.pt/using1.C: Adjust.
6697 * g++.old-deja/g++.pt/using2.C: New test.
6698
6699 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
6700
6701 * gcc.dg/cpp/charconst.c: New tests.
6702 * gcc.dg/cpp/escape.c: New tests.
6703 * gcc.dg/cpp/escape-1.c: New tests.
6704 * gcc.dg/cpp/escape-2.c: New tests.
6705 * gcc.dg/cpp/ucs.c: New tests.
6706
6707 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
6708
6709 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
6710 native compiler for irix6.5.
6711
6712 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
6713
6714 * lib/g++.exp (g++_include_flags): Use args to compute
6715 get_multilibs.
6716 (g++_link_flags): Likewise.
6717 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
6718
6719 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
6720
6721 * gcc.dg/c90-hexfloat-1.c: Add more tests.
6722
6723 2001-05-21 Geoff Keating <geoffk@redhat.com>
6724
6725 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
6726 this file.
6727
6728 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6729
6730 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
6731 STACK_SIZE;
6732 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
6733 to STACK_SIZE; Use it to define size of add_histo array.
6734 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
6735 to STACK_SIZE.
6736 (f): Use GITT_SIZE to define size of gitt local table.
6737 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
6738 to STACK_SIZE; Use it to define size of bytemem array.
6739
6740 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6741
6742 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
6743 on 68HC11/HC12 due to the asm instruction.
6744 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
6745 * gcc.c-torture/compile/920520-1.x: Likewise.
6746 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
6747 on 68HC11/HC12 because the function is larger than 64K.
6748 * gcc.c-torture/compile/961203-1.x: New file, this test fails
6749 on 68HC11/HC12 because the structure is too large.
6750
6751 2001-05-20 Richard Henderson <rth@redhat.com>
6752
6753 * gcc.c-torture/execute/20010520-1.c: New.
6754
6755 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6756
6757 * g++.old-deja/g++.warn/compare1.C: New test.
6758 * gcc.dg/compare4.c: New test.
6759
6760 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
6761
6762 * g++.old-deja/g++.other/optimize1.C: New test.
6763
6764 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6765
6766 * g++.old-deja/g++.pt/spec41.C: New test.
6767
6768 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
6769
6770 * gcc.c-torture/compile/20010114-1.x: Remove.
6771
6772 2001-05-18 Stan Shebs <shebs@apple.com>
6773
6774 * gcc.c-torture/compile/20010518-1.c: New test.
6775
6776 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
6777
6778 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
6779 * g++.old-deja/g++.pt/crash67.C: New test.
6780
6781 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
6782
6783 * g++.old-deja/g++.other/debug9.C: New test.
6784
6785 2001-05-16 Zack Weinberg <zackw@stanford.edu>
6786
6787 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
6788
6789 Wed May 16 20:33:57 CEST 2001 Jan Hubicka <jh@suse.cz>
6790
6791 * gcc.c-torture/compile/20010516-1.c: New test.
6792
6793 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6794
6795 * g++.old-deja/g++.other/crash41.C: New test.
6796
6797 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6798
6799 * g++.old-deja/g++.pt/crash66.C: New test.
6800
6801 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
6802
6803 * g++.old-deja/g++.robertl/eb27.C: Convert.
6804
6805 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
6806
6807 * g++.dg/friend-warn.C: New test. Do not warn about friend
6808 declaration being redundant.
6809
6810 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
6811
6812 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
6813
6814 2001-05-14 Mark Mitchell <mark@codesourcery.com>
6815
6816 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
6817
6818 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
6819
6820 * lib/g++.exp: Use testsuite_flags.
6821
6822 2001-05-13 Mark Mitchell <mark@codesourcery.com>
6823
6824 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
6825
6826 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6827
6828 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
6829
6830 2001-05-11 Mark Mitchell <mark@codesourcery.com>
6831
6832 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
6833
6834 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
6835
6836 * gcc.c-torture/compile/20010313-1.c: New test.
6837
6838 2001-05-09 Zack Weinberg <zackw@stanford.edu>
6839
6840 * gcc.dg/cpp/direct2.c: New test.
6841 * gccq.dg/cpp/direct2s.c: New test.
6842
6843 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
6844
6845 2001-05-07 Mark Mitchell <mark@codesourcery.com>
6846
6847 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
6848 * g++.old-deja/g++.other/op3.C: Likewise.
6849
6850 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
6851
6852 * gcc.dg/cpp/syshdr.h: New file.
6853 * gcc.dg/cpp/sysmac1.c: Update.
6854 * gcc.dg/cpp/sysmac2.c: Update.
6855
6856 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
6857
6858 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
6859
6860 2001-05-04 David Edelsohn <edelsohn@gnu.org>
6861
6862 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
6863 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
6864
6865 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
6866
6867 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
6868
6869 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
6870
6871 * lib/g++.exp (g++_include_flags): Don't use any special flags
6872 if TESTING_IN_BUILD_TREE is not defined.
6873 (g++_init): Use a plain 'c++' as the compiler if
6874 TESTING_IN_BUILD_TREEE is not defined.
6875
6876 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6877
6878 * g++.old-deja/g++.eh/catch13.C: New test.
6879 * g++.old-deja/g++.eh/catch14.C: New test.
6880
6881 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6882
6883 * gcc.dg/cpp/tr-define.c: New test.
6884
6885 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
6886
6887 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
6888 <stdlib.h>, not <malloc.h>.
6889
6890 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6891
6892 * g++.old-deja/g++.ns/template17.C: New test.
6893
6894 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6895
6896 * g++.old-deja/g++.pt/ref4.C: New test.
6897
6898 2001-04-30 Richard Henderson <rth@redhat.com>
6899
6900 * gcc.dg/20000724-1.c: Revert last change.
6901
6902 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
6903
6904 * g77.f-torture/execute/20010430.f: New test.
6905
6906 2001-04-30 Mark Mitchell <mark@codesourcery.com>
6907
6908 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
6909
6910 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
6911
6912 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
6913
6914 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6915
6916 * g++.old-deja/g++.eh/crash6.C: New test.
6917
6918 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6919
6920 * g++.old-deja/g++.other/warn7.C: New test.
6921
6922 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6923
6924 * g++.old-deja/g++.other/defarg9.C: New test.
6925
6926 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6927
6928 * g77.f-torture/compile/20010426.f: New test.
6929 * g77.f-torture/execute/20010426.f: New test.
6930
6931 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6932
6933 * g77.f-torture/compile/20000629-1.x: Remove - error
6934 has been fixed.
6935
6936 Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com)
6937
6938 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
6939 Tweak slightly to work with g++.dg framework.
6940 * g++.dg/special/ecos.exp: Run initp1.C test.
6941 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
6942
6943 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
6944 its linker doesn't give line numbers either.
6945 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
6946
6947 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6948
6949 * g++.old-deja/g++.other/lex1.C: New test.
6950
6951 2001-04-26 Jakub Jelinek <jakub@redhat.com>
6952
6953 * gcc.dg/noncompile/20010425-1.c: New test.
6954
6955 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6956
6957 * g++.old-deja/g++.pt/mangle2.C: New test.
6958
6959 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6960
6961 * gcc.dg/format/plus-1.c: New test.
6962
6963 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6964
6965 * gcc.dg/20010423-1.c: New test.
6966
6967 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6968
6969 * gcc.c-torture/execute/20010422-1.c: New test.
6970
6971 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
6972
6973 * g++.old-deja/g++.ns/type2.C: New test.
6974
6975 2001-04-24 Zack Weinberg <zackw@stanford.edu>
6976
6977 * g++.old-deja/g++.other/perf1.C: New test.
6978
6979 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
6980
6981 * gcc.dg/c99-func-2.c: Remove xfail.
6982 * gcc.dg/c99-func-3.c: Remove xfail.
6983 * gcc.dg/c99-func-4.c: Remove xfail.
6984
6985 2001-04-23 Zack Weinberg <zackw@stanford.edu>
6986
6987 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
6988
6989 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
6990
6991 * gcc.c-torture/compile/20010423-1.c: New test.
6992
6993 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6994
6995 * g++.old-deja/g++.pt/typename28.C: New test.
6996
6997 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6998
6999 * g++.old-deja/g++.abi/empty2.C: New test.
7000 * g++.old-deja/g++.abi/empty3.C: New test.
7001
7002 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7003
7004 * g++.old-deja/g++.other/comdat2.C: New test.
7005 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
7006
7007 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7008
7009 * g++.old-deja/g++.other/overload14.C: New test.
7010
7011 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7012
7013 * g++.old-deja/g++.other/lookup23.C: New test.
7014
7015 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7016
7017 * gcc.c-torture/execute/20010403-1.c: New test.
7018
7019 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
7020 Mark Mitchell <mark@codesourcery.com>
7021
7022 * lib/old-dejagnu.exp: Don't delete output of executable.
7023 Add .exe suffix to executables.
7024
7025 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
7026
7027 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
7028
7029 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7030
7031 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
7032
7033 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
7034
7035 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
7036 * g++.old-deja/g++.abi/crash1.C: New test.
7037
7038 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
7039
7040 * g++.old-deja/g++.other/crash40.C: New test.
7041
7042 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7043
7044 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
7045
7046 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
7047
7048 * g++.old-deja/g++.other/warn6.C: New test.
7049
7050 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
7051
7052 * g++.old-deja/g++.robertl/eb42.C: Same.
7053
7054 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7055
7056 * gcc.dg/wtr-conversion-1.c: New testcase.
7057
7058 2001-04-10 Richard Henderson <rth@redhat.com>
7059
7060 * g++.old-deja/g++.other/array5.C: New.
7061
7062 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7063
7064 * gcc.c-torture/execute/20010408-1.c: New test.
7065
7066 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
7067
7068 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
7069 headers and constructs.
7070 * g++.old-deja/g++.robertl/eb79.C: Same.
7071 * g++.old-deja/g++.robertl/eb77.C (main): Same.
7072 * g++.old-deja/g++.robertl/eb73.C: Same.
7073 * g++.old-deja/g++.robertl/eb66.C (main): Same.
7074 * g++.old-deja/g++.robertl/eb55.C (t): Same.
7075 * g++.old-deja/g++.robertl/eb54.C (main): Same.
7076 * g++.old-deja/g++.robertl/eb46.C (main): Same.
7077 * g++.old-deja/g++.robertl/eb44.C: Same.
7078 * g++.old-deja/g++.robertl/eb41.C (main): Same.
7079 * g++.old-deja/g++.robertl/eb4.C (main): Same.
7080 * g++.old-deja/g++.robertl/eb39.C: Same.
7081 * g++.old-deja/g++.robertl/eb33.C (main): Same.
7082 * g++.old-deja/g++.robertl/eb31.C (main): Same.
7083 * g++.old-deja/g++.robertl/eb30.C: Same.
7084 * g++.old-deja/g++.robertl/eb3.C: Same.
7085 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
7086 * g++.old-deja/g++.robertl/eb21.C: Same.
7087 * g++.old-deja/g++.robertl/eb15.C: Same.
7088 * g++.old-deja/g++.robertl/eb118.C: Same.
7089 * g++.old-deja/g++.robertl/eb115.C (main): Same.
7090 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
7091 * g++.old-deja/g++.robertl/eb109.C: Same.
7092 * g++.old-deja/g++.other/sibcall1.C (main): Same.
7093 * g++.old-deja/g++.mike/rtti1.C: Same.
7094 * g++.old-deja/g++.mike/p658.C: Same.
7095 * g++.old-deja/g++.mike/net46.C: Same.
7096 * g++.old-deja/g++.mike/net34.C: Same.
7097 * g++.old-deja/g++.mike/memoize1.C: Same.
7098 * g++.old-deja/g++.mike/eh2.C: Same.
7099 * g++.old-deja/g++.law/weak.C: Same.
7100 * g++.old-deja/g++.law/visibility7.C: Same.
7101 * g++.old-deja/g++.law/visibility25.C: Same.
7102 * g++.old-deja/g++.law/visibility22.C: Same.
7103 * g++.old-deja/g++.law/visibility2.C: Same.
7104 * g++.old-deja/g++.law/visibility17.C: Same.
7105 * g++.old-deja/g++.law/visibility13.C: Same.
7106 * g++.old-deja/g++.law/visibility10.C: Same.
7107 * g++.old-deja/g++.law/visibility1.C: Same.
7108 * g++.old-deja/g++.law/virtual3.C (eval): Same.
7109 * g++.old-deja/g++.law/vbase1.C: Same.
7110 * g++.old-deja/g++.law/operators32.C: Same.
7111 * g++.old-deja/g++.law/nest3.C: Same.
7112 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
7113 * g++.old-deja/g++.law/except5.C (main): Same.
7114 * g++.old-deja/g++.law/cvt7.C (run): Same.
7115 * g++.old-deja/g++.law/cvt2.C: Same.
7116 * g++.old-deja/g++.law/cvt16.C: Same.
7117 * g++.old-deja/g++.law/ctors6.C (bar): Same.
7118 * g++.old-deja/g++.law/ctors17.C (main): Same.
7119 * g++.old-deja/g++.law/ctors13.C: Same.
7120 * g++.old-deja/g++.law/ctors12.C (main): Same.
7121 * g++.old-deja/g++.law/ctors10.C: Same.
7122 * g++.old-deja/g++.law/code-gen5.C: Same.
7123 * g++.old-deja/g++.law/bad-error7.C: Same.
7124 * g++.old-deja/g++.law/arm9.C: Same.
7125 * g++.old-deja/g++.law/arm12.C: Same.
7126 * g++.old-deja/g++.law/arg8.C: Same.
7127 * g++.old-deja/g++.law/arg1.C: Same.
7128 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
7129 * g++.old-deja/g++.jason/template31.C: Same.
7130 * g++.old-deja/g++.jason/template24.C (main): Same.
7131 * g++.old-deja/g++.jason/2371.C: Same.
7132 * g++.old-deja/g++.eh/new2.C: Same.
7133 * g++.old-deja/g++.eh/new1.C: Same.
7134 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
7135 * g++.old-deja/g++.brendan/nest21.C (main): Same.
7136 * g++.old-deja/g++.brendan/err-msg3.C: Same.
7137 * g++.old-deja/g++.brendan/crash62.C: Same.
7138 * g++.old-deja/g++.brendan/crash52.C: Same.
7139 * g++.old-deja/g++.brendan/crash49.C (main): Same.
7140 * g++.old-deja/g++.brendan/crash38.C: Same.
7141 * g++.old-deja/g++.brendan/crash15.C (main): Same.
7142 * g++.old-deja/g++.brendan/copy9.C: Same.
7143
7144 Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
7145
7146 * gcc.c-torture/execute/20001203-2.c (memset):
7147 Count argument is of type __SIZE_TYPE__.
7148
7149 2001-04-04 Diego Novillo <dnovillo@redhat.com>
7150
7151 * gcc.c-torture/compile/20010404-1.c: New test.
7152
7153 2001-04-04 Jakub Jelinek <jakub@redhat.com>
7154
7155 * gcc.c-torture/compile/20010326-1.c: New test.
7156
7157 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
7158
7159 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
7160 peculiarities of the SH.
7161 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
7162
7163 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7164
7165 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
7166 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
7167 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
7168
7169 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7170
7171 * g77.f-torture/compile/20010321-1.f: New test.
7172
7173 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7174
7175 * gcc.c-torture/compile/20010329-1.c: New test.
7176
7177 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7178
7179 * gcc.c-torture/execute/20010329-1.c: New test.
7180
7181 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
7182
7183 * g++.old-deja/g++.other/eh4.C: Fix typo.
7184
7185 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
7186
7187 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
7188
7189 2001-03-28 Philip Blundell <philb@gnu.org>
7190
7191 * gcc.c-torture/compile/20010328-1.c: New test.
7192
7193 2001-03-27 Richard Henderson <rth@redhat.com>
7194
7195 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
7196 * g++.old-deja/g++.eh/vbase3.C: Likewise.
7197
7198 2001-03-27 Alan Modra <alan@linuxcare.com.au>
7199
7200 * gcc.c-torture/compile/20010327-1.c: New test.
7201
7202 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
7203
7204 * g++.old-deja/g++.other/friend12.C: New test.
7205 * g++.old-deja/g++.other/friend9.C: Expect no errors.
7206 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
7207
7208 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
7209
7210 * gcc.c-torture/execute/20010325-1.c: New test.
7211
7212 2001-03-23 Jakub Jelinek <jakub@redhat.com>
7213
7214 * g++.old-deja/g++.other/mangle3.C: New test.
7215
7216 2001-03-22 Jakub Jelinek <jakub@redhat.com>
7217
7218 * g++.old-deja/g++.other/anon8.C: New test.
7219
7220 2001-03-20 Philip Blundell <philb@gnu.org>
7221
7222 * gcc.c-torture/compile/20010320-1.c: New test.
7223
7224 2001-03-17 Richard Henderson <rth@redhat.com>
7225
7226 * g++.old-deja/g++.other/eh4.C: Add expected error text.
7227
7228 2001-03-15 Geoff Keating <geoff@redhat.com>
7229
7230 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
7231 tests on AIX.
7232
7233 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
7234
7235 * g++.old-deja/g++.other/eh4.C: New test.
7236
7237 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
7238
7239 * gcc.dg/cpp/mi1.c: Update.
7240
7241 2001-03-14 Jakub Jelinek <jakub@redhat.com>
7242
7243 * g++.old-deja/g++.other/regstack.C: New test.
7244
7245 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
7246
7247 * g++.old-deja/g++.other/ref4.C: New test.
7248
7249 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
7250
7251 * objc/execute/va_method.m: Added.
7252 * objc/execute/IMP.m: Added.
7253 * objc/execute/_cmd.m: Added.
7254 * objc/execute/accessing_ivars.m: Added.
7255 * objc/execute/class-1.m: Added.
7256 * objc/execute/class-10.m: Added.
7257 * objc/execute/class-11.m: Added.
7258 * objc/execute/class-12.m: Added.
7259 * objc/execute/class-13.m: Added.
7260 * objc/execute/class-14.m: Added.
7261 * objc/execute/class-2.m: Added.
7262 * objc/execute/class-3.m: Added.
7263 * objc/execute/class-4.m: Added.
7264 * objc/execute/class-5.m: Added.
7265 * objc/execute/class-6.m: Added.
7266 * objc/execute/class-7.m: Added.
7267 * objc/execute/class-8.m: Added.
7268 * objc/execute/class-9.m: Added.
7269 * objc/execute/class-tests-1.h
7270 * objc/execute/class-tests-2.h
7271 * objc/execute/compatibility_alias.m: Added.
7272 * objc/execute/encode-1.m: Added.
7273 * objc/execute/formal_protocol-1.m: Added.
7274 * objc/execute/formal_protocol-2.m: Added.
7275 * objc/execute/formal_protocol-3.m: Added.
7276 * objc/execute/formal_protocol-4.m: Added.
7277 * objc/execute/formal_protocol-5.m: Added.
7278 * objc/execute/formal_protocol-6.m: Added.
7279 * objc/execute/formal_protocol-7.m: Added.
7280 * objc/execute/informal_protocol.m: Added.
7281 * objc/execute/initialize.m: Added.
7282 * objc/execute/load.m: Added.
7283 * objc/execute/many_args_method.m: Added.
7284 * objc/execute/nested-3.m: Added.
7285 * objc/execute/no_clash.m: Added.
7286 * objc/execute/private.m: Added.
7287 * objc/execute/redefining_self.m: Added.
7288 * objc/execute/root_methods.m: Added.
7289 * objc/execute/selector-1.m: Added.
7290 * objc/execute/static-1.m: Added.
7291 * objc/execute/static-2.m: Added.
7292 * objc/execute/va_method.m: Added.
7293
7294 2001-03-10 Richard Henderson <rth@redhat.com>
7295
7296 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
7297
7298 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
7299
7300 * g++.old-deja/g++.other/crash31.C: XFAIL.
7301 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
7302 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
7303 * gcc.c-torture/execute/20010123-1.x: XFAIL.
7304 * gcc.c-torture/execute/20010124-1.x: XFAIL.
7305 * gcc.dg/sequence-pt-1.c: XFAIL one test.
7306
7307 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
7308
7309 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
7310
7311 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7312
7313 * gcc.dg/20000724-1.c: Don't use multiline strings.
7314
7315 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7316
7317 * objc/execute/string1.m, objc/execute/string2.m: Compare the
7318 result of -cString against what we expect it to be; don't just
7319 print it out for no one to read.
7320
7321 * objc/execute/string3.m, objc/execute/string4.m: New tests.
7322 Based on testcases provided by Nicola Pero.
7323
7324 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7325
7326 * gcc.dg/cpp/macro7.c: New test.
7327
7328 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7329
7330 * gcc.dg/cpp/multiline.c: Update.
7331
7332 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7333
7334 * g++.old-deja/g++.other/enum3.C: New test.
7335
7336 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7337
7338 * g++.old-deja/g++.other/pod1.C: New test.
7339
7340 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7341
7342 * g++.old-deja/g++.ext/overload1.C: New test.
7343
7344 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7345
7346 * g++.old-deja/g++.pt/using1.C: New test.
7347
7348 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7349
7350 * g++.old-deja/g++.other/using9.C: New test.
7351
7352 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
7353
7354 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
7355
7356 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
7357
7358 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
7359
7360 * g++.old-deja/g++.ext/realpt1.C: Remove.
7361
7362 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
7363
7364 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
7365
7366 2001-02-26 Will Cohen <wcohen@redhat.com>
7367
7368 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
7369
7370 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
7371
7372 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
7373 templatized constructors.
7374
7375 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7376
7377 * gcc.c-torture/execute/20010224-1.c: New test.
7378
7379 2001-02-23 Jakub Jelinek <jakub@redhat.com>
7380
7381 * gcc.c-torture/execute/20010222-1.c: New test.
7382
7383 2001-02-22 Jakub Jelinek <jakub@redhat.com>
7384
7385 * g++.old-deja/g++.other/inline20.C: New test.
7386
7387 Wed Feb 21 12:38:22 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7388
7389 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
7390
7391 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
7392
7393 * g++.old-deja/g++.other/lookup22.C: New test.
7394
7395 2001-02-19 Zack Weinberg <zackw@stanford.edu>
7396
7397 * g77.dg: New directory.
7398 * g77.dg/20010216-1.f: New test case.
7399 * g77.dg/dg.exp: New driver.
7400 * lib/g77-dg.exp: New driver library.
7401
7402 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7403
7404 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
7405
7406 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
7407
7408 * g++.old-deja/g++.other/decl9.C: New test.
7409
7410 2001-02-16 Jakub Jelinek <jakub@redhat.com>
7411
7412 * g++.old-deja/g++.other/init16.C: Update the test so that it does
7413 not need <string> and also tests the initialization at runtime.
7414
7415 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
7416
7417 * gcc.c-torture/execute/longlong.c: New test.
7418
7419 Wed Feb 14 21:41:17 2001 J"orn Rennecke <amylaar@redhat.com>
7420
7421 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
7422
7423 Wed Feb 14 21:31:25 2001 J"orn Rennecke <amylaar@redhat.com>
7424
7425 * gcc.c-torture/execute/920302-1.c (execute):
7426 Change argument type to short.
7427
7428 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7429
7430 * g++.old-deja/g++.pt/deduct6.C: New test.
7431
7432 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7433
7434 * g++.old-deja/g++.pt/deduct5.C: New test.
7435
7436 2001-02-14 Jakub Jelinek <jakub@redhat.com>
7437
7438 * gcc.c-torture/execute/20010209-1.c: New test.
7439
7440 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
7441
7442 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
7443
7444 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
7445
7446 * g++.dg/vtgc1.C: Update for new ABI.
7447
7448 * consistency.vlad: New directory, 1665 files.
7449
7450 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
7451
7452 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
7453 return type.
7454 * gcc.dg/cpp/digraphs.c: Declare puts.
7455
7456 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7457
7458 * g++.old-deja/g++.other/warn5.C: New test.
7459
7460 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7461
7462 * g++.old-deja/g++.pt/spec40.C: New test.
7463
7464 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7465
7466 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
7467 case.
7468 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
7469
7470 2001-02-12 Jakub Jelinek <jakub@redhat.com>
7471
7472 * gcc.c-torture/compile/20010209-1.c: New test.
7473
7474 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
7475
7476 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
7477 excess errors message but not if it crashes.
7478 * g++.old-deja/g++.other/crash27.C: Likewise.
7479 * g++.old-deja/g++.other/crash28.C: Likewise.
7480 * g++.old-deja/g++.other/crash30.C: Likewise.
7481 * g++.old-deja/g++.other/crash32.C: Likewise.
7482 * g++.old-deja/g++.other/crash35.C: Likewise.
7483 * g++.old-deja/g++.pt/inherit2.C: Likewise.
7484
7485 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
7486
7487 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
7488 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
7489 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
7490 g77.f-torture/execute/execute.exp,
7491 g77.f-torture/noncompile/noncompile.exp,
7492 gcc.c-torture/execute/execute.exp,
7493 gcc.c-torture/execute/memcheck/memcheck.exp,
7494 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
7495 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
7496 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
7497 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
7498 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
7499 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
7500 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
7501 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
7502 Remove bug reporting instructions with ancient email addresses.
7503
7504 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7505
7506 * gcc.dg/20010202-1.c: New test.
7507 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
7508
7509 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
7510
7511 * g++.dg/stdbool-if.C: New test.
7512
7513 Wed Feb 7 09:54:47 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7514
7515 * objc/execute/fdecl.m: Added main().
7516
7517 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7518
7519 * gcc.c-torture/execute/20010206-1.c: New test.
7520
7521 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
7522
7523 * gcc.dg/cpp/avoidpaste1.c: Update.
7524
7525 Tue Feb 5 8:53:33 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7526
7527 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
7528 Pero <nicola@brainstorm.co.uk>.
7529 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
7530
7531 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
7532
7533 * g++.old-deja/g++.pt/spec39.C: New test.
7534
7535 2001-02-05 Jakub Jelinek <jakub@redhat.com>
7536
7537 * gcc.c-torture/compile/20010202-1.c: New test.
7538
7539 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
7540
7541 * g++.old-deja/g++.abi/primary2.C: New test.
7542 * g++.old-deja/g++.abi/primary3.C: New test.
7543 * g++.old-deja/g++.abi/primary4.C: New test.
7544 * g++.old-deja/g++.abi/primary5.C: New test.
7545 * g++.old-deja/g++.abi/vtable3.h: New test.
7546 * g++.old-deja/g++.abi/vtable3a.C: New test.
7547 * g++.old-deja/g++.abi/vtable3b.C: New test.
7548 * g++.old-deja/g++.abi/vtable3c.C: New test.
7549 * g++.old-deja/g++.abi/vtable3d.C: New test.
7550 * g++.old-deja/g++.abi/vtable3e.C: New test.
7551 * g++.old-deja/g++.abi/vtable3f.C: New test.
7552 * g++.old-deja/g++.abi/vtable3g.C: New test.
7553 * g++.old-deja/g++.abi/vtable3h.C: New test.
7554 * g++.old-deja/g++.abi/vtable3i.C: New test.
7555 * g++.old-deja/g++.abi/vtable3j.C: New test.
7556 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
7557
7558 2001-02-03 Jakub Jelinek <jakub@redhat.com>
7559
7560 * g++.old-deja/g++.other/anon6.C: New test.
7561 * g++.old-deja/g++.other/anon7.C: New test.
7562
7563 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
7564
7565 * gcc.dg/cpp/avoidpaste2.c: New tests.
7566
7567 2001-01-31 Jakub Jelinek <jakub@redhat.com>
7568
7569 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
7570
7571 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
7572
7573 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
7574 DECIMAL_DIG cases for Irix."
7575
7576 Wed Jan 31 12:23:32 2001 J"orn Rennecke <amylaar@redhat.com>
7577
7578 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
7579
7580 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
7581
7582 * gcc.dg/c99-tag-1.c: New test.
7583
7584 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7585
7586 * gcc.dg/cpp/tr-warn1.c: Add tests.
7587
7588 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7589
7590 * gcc.dg/cpp/avoidpaste1.c: Update.
7591 * gcc.dg/cpp/paste4.c: Update.
7592
7593 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
7594
7595 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
7596 cases for Irix.
7597
7598 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7599
7600 * g++.old-deja/g++.other/inline19.C: New test.
7601
7602 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
7603
7604 * gcc.dg/Wlarger-than.c: New test.
7605
7606 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
7607
7608 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
7609
7610 2001-01-29 Jakub Jelinek <jakub@redhat.com>
7611
7612 * gcc.c-torture/execute/20010129-1.c: New test.
7613 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
7614
7615 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
7616
7617 * gcc.dg/cpp/avoidpaste1.c: Test case.
7618
7619 2001-01-28 Jakub Jelinek <jakub@redhat.com>
7620
7621 * g++.old-deja/g++.other/inline18.C: New test.
7622
7623 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7624
7625 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
7626 and __builtin_putchar.
7627
7628 2001-01-27 Jakub Jelinek <jakub@redhat.com>
7629
7630 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
7631 tests.
7632
7633 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
7634
7635 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
7636 floating point number rounding mode to round to the nearest
7637 representable mode.
7638
7639 2001-01-25 Jakub Jelinek <jakub@redhat.com>
7640
7641 * g++.old-deja/g++.other/mangle2.C: New test.
7642
7643 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
7644
7645 * gcc.c-torture/compile/20010124-1.c: New test.
7646
7647 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
7648
7649 * g++.old-deja/g++.pt/spec38.C: New test.
7650
7651 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7652
7653 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
7654 "Build don't run".
7655
7656 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7657
7658 * gcc.c-torture/execute/20010123-1.c: New test.
7659
7660 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7661
7662 * g++.old-deja/g++.pt/spec37.C: New test.
7663
7664 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7665
7666 * g++.old-deja/g++.pt/overload14.C: New test.
7667
7668 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7669
7670 * gcc.c-torture/execute/20010122-1.c: New test, exercise
7671 __builtin_return_address.
7672
7673 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
7674
7675 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
7676 * g++.old-deja/g++.pt/spec35.C: New test.
7677 * g++.old-deja/g++.pt/spec36.C: New test.
7678
7679 2001-01-20 Jakub Jelinek <jakub@redhat.com>
7680
7681 * gcc.c-torture/compile/20010118-1.c: New test.
7682
7683 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
7684
7685 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
7686
7687 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7688
7689 * gcc.c-torture/execute/20010119-1.c: New test.
7690
7691 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7692
7693 * g++.old-deja/g++.other/vbase5.C: New test.
7694
7695 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7696
7697 * gcc.c-torture/execute/20010118-1.c: New test.
7698
7699 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7700
7701 * g++.old-deja/g++.pt/deduct3.C: New test.
7702
7703 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7704
7705 * g++.old-deja/g++.pt/spec34.C: New test.
7706
7707 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
7708
7709 * g77.f-torture/compile/20000601-2.f: New test.
7710
7711 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7712
7713 * g++.old-deja/g++.other/init17.C: New test.
7714
7715 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
7716
7717 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
7718
7719 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7720
7721 * g++.old-deja/g++.pt/unify8.C: New test.
7722
7723 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7724
7725 * g++.old-deja/g++.abi/vbase1.C: New test.
7726
7727 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7728
7729 * g++.old-deja/g++.pt/crash65.C: New test.
7730
7731 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
7732
7733 * gcc.dg/cpp/assembl2.S: New test case.
7734
7735 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
7736
7737 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
7738 are supported.
7739
7740 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7741
7742 * g++.old-deja/g++.other/builtins1.C: New test.
7743 * g++.old-deja/g++.other/builtins2.C: Likewise.
7744 * g++.old-deja/g++.other/builtins3.C: Likewise.
7745 * g++.old-deja/g++.other/builtins4.C: Likewise.
7746
7747 2001-01-17 Jakub Jelinek <jakub@redhat.com>
7748
7749 * gcc.c-torture/compile/20010117-1.c: New test.
7750 * gcc.c-torture/compile/20010117-2.c: New test.
7751
7752 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7753
7754 * g77.f-torture/execute/20010116.[fx]: New test,
7755 XFAIL on i?86-*-*.
7756 * g77.f-torture/compile/20010115.f: Indicate it's
7757 a test for PR fortran/1636.
7758
7759 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
7760
7761 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
7762
7763 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7764
7765 * g77.f-torture/compile/20010115.f: New test.
7766
7767 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
7768
7769 * g++.old-deja/g++.pt/nontype5.C: New test.
7770
7771 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
7772
7773 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
7774 have an equivalent working one below it.
7775
7776 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7777
7778 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
7779 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7780
7781 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7782
7783 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
7784 message containing "init_priority".
7785 (conpr-2.C): Likewise.
7786 (conpr-3.C): Likewise.
7787 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
7788
7789 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7790
7791 * gcc.c-torture/execute/20010114-2.c: New test.
7792
7793 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
7794
7795 * gcc.c-torture/compile/20010114-1.c: New test.
7796 * gcc.c-torture/compile/20010114-1.x: Xfail.
7797 * gcc.c-torture/compile/20010114-2.c: New test.
7798 * gcc.c-torture/execute/20010114-1.c: New test.
7799 * gcc.dg/trunc-1.c: New test.
7800 * gcc.dg/uninit-B.c: New test.
7801
7802 2001-01-13 Nick Clifton <nickc@redhat.com>
7803
7804 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
7805 target.
7806
7807 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
7808
7809 * gcc.c-torture/compile/20010113-1.c: New test.
7810
7811 2001-01-13 Jakub Jelinek <jakub@redhat.com>
7812
7813 * gcc.c-torture/compile/20001212-1.c: New test.
7814
7815 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
7816
7817 * gcc.dg/cpp/widestr1.c: Update.
7818 * gcc.dg/cpp/prag-imp.c: Remove.
7819
7820 2001-01-12 Jakub Jelinek <jakub@redhat.com>
7821
7822 * gcc.c-torture/execute/20000801-3.x: Remove.
7823 * gcc.dg/c90-init-1.c: New test.
7824 * gcc.dg/c99-init-1.c: New test.
7825 * gcc.dg/c99-init-2.c: New test.
7826 * gcc.dg/gnu99-init-1.c: New test.
7827
7828 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
7829
7830 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
7831 testing that no relevant ones were found.
7832
7833 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7834
7835 * g++.old-deja/g++.pt/cast2.C: New test.
7836
7837 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7838
7839 * g++.old-deja/g++.pt/friend47.C: New test.
7840
7841 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7842
7843 * g++.old-deja/g++.pt/instantiate13.C: New test.
7844
7845 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7846
7847 * g++.old-deja/g++.other/defarg7.C: New test.
7848 * g++.old-deja/g++.other/defarg8.C: New test.
7849
7850 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7851
7852 * g++.old-deja/g++.pt/crash64.C: New test.
7853
7854 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7855
7856 * g++.old-deja/g++.pt/crash63.C: New test.
7857
7858 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
7859
7860 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
7861
7862 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
7863
7864 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
7865
7866 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7867
7868 * g++.old-deja/g++.pt/error3.C: New test.
7869
7870 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7871
7872 * g++.old-deja/g++.other/crash39.C: New test.
7873
7874 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7875
7876 * g++.old-deja/g++.other/vbase4.C: New test.
7877
7878 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
7879
7880 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
7881 * gcc.dg/special/20000419-2.c: New file. Identical to above.
7882 * gcc.dg/special/special.exp: New test driver which will check
7883 for alias support for the above test.
7884
7885 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
7886
7887 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
7888 problems on small machines.
7889 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
7890 parameterize.
7891
7892 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
7893
7894 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
7895 mips.
7896 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7897
7898 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
7899
7900 * g++.old_deja/g++.pt/using8.C: New test.
7901
7902 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
7903
7904 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
7905
7906 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
7907
7908 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
7909 where a failure is expected.
7910 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
7911
7912 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7913
7914 * g++.old_deja/g++.pt/instantiate12.C: New test.
7915
7916 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7917
7918 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
7919 start of structs.
7920 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
7921 * g++.old-deja/g++.brendan/crash17.C: Likewise.
7922 * g++.old-deja/g++.brendan/crash29.C: Likewise.
7923 * g++.old-deja/g++.brendan/crash48.C: Likewise.
7924 * g++.old-deja/g++.brendan/ns1.C: Likewise.
7925 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
7926 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
7927 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
7928 * g++.old-deja/g++.eh/spec6.C: Likewise.
7929 * g++.old-deja/g++.jason/crash3.C: Likewise.
7930 * g++.old-deja/g++.law/ctors11.C: Likewise.
7931 * g++.old-deja/g++.law/ctors17.C: Likewise.
7932 * g++.old-deja/g++.law/ctors5.C: Likewise.
7933 * g++.old-deja/g++.law/ctors9.C: Likewise.
7934 * g++.old-deja/g++.mike/ambig1.C: Likewise.
7935 * g++.old-deja/g++.mike/net22.C: Likewise.
7936 * g++.old-deja/g++.mike/p3538a.C: Likewise.
7937 * g++.old-deja/g++.mike/p3538b.C: Likewise.
7938 * g++.old-deja/g++.mike/virt3.C: Likewise.
7939 * g++.old-deja/g++.niklas/t128.C: Likewise.
7940 * g++.old-deja/g++.other/anon4.C: Likewise.
7941 * g++.old-deja/g++.other/using1.C: Likewise.
7942 * g++.old-deja/g++.other/warn3.C: Likewise.
7943 * g++.old-deja/g++.pt/t37.C: Likewise.
7944 * g++.old-deja/g++.robertl/eb69.C: Likewise.
7945 * g++.old-deja/g++.robertl/eb71.C: Likewise.
7946
7947 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7948
7949 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
7950
7951 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7952
7953 * gcc.c-torture/execute/stdio-opt-3.c: New test.
7954
7955 2001-01-07 Jakub Jelinek <jakub@redhat.com>
7956
7957 * gcc.c-torture/compile/20010107-1.c: New test.
7958
7959 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7960
7961 * gcc.c-torture/execute/builtin-noret-1.c: New test.
7962
7963 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7964
7965 * gcc.dg/format/format.h: New file.
7966 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
7967 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
7968 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
7969 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
7970 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
7971 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7972 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
7973 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
7974 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
7975 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
7976 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
7977 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
7978 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
7979 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
7980 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
7981 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
7982 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
7983 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
7984 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
7985 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
7986 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
7987 instead of declaring standard types, macros and functions in each
7988 test.
7989
7990 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
7991
7992 * gcc.c-torture/execute/20010106-1.c: New test.
7993
7994 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
7995
7996 * gcc.dg/format/format.exp: New file.
7997 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
7998 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
7999 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
8000 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
8001 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
8002 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
8003 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
8004 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
8005 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
8006 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
8007 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
8008 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
8009 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
8010 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
8011 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
8012 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
8013 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
8014 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
8015 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
8016 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
8017 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
8018 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
8019 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
8020 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
8021 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
8022 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
8023 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
8024 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
8025 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
8026 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
8027 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
8028 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
8029 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
8030 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
8031 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
8032 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
8033 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
8034 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
8035 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
8036 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
8037 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
8038 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
8039
8040 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
8041
8042 * gcc.c-torture/execute/991228-1.c: Take word endianness into
8043 account.
8044
8045 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
8046
8047 * gcc.c-torture/execute/builtin-complex-1.c: New test.
8048
8049 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
8050
8051 * g++.old-deja/g++.pt/crash62.C: New test.
8052
8053 2001-01-04 Richard Henderson <rth@redhat.com>
8054
8055 * gcc.dg/20000926-1.c: Update expected warnings.
8056 * gcc.dg/array-2.c: Likewise.
8057 * gcc.dg/array-4.c: Also validate flexible array members.
8058 * gcc.dg/c99-flex-array-1.c: New.
8059
8060 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
8061
8062 * gcc.c-torture/compile/20001222-1.x: Remove.
8063
8064 Thu Jan 4 13:54:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8065
8066 * gcc.c-torture/execute/built-in-setjmp.c: New.
8067
8068 2001-01-03 Richard Henderson <rth@redhat.com>
8069
8070 * gcc.dg/940510-1.c: Update expected error wording.
8071 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
8072
8073 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
8074
8075 * lib/target-supports.exp (check_alias_available): Modified to
8076 indicate aliases not supported if only weak aliases are supported.
8077
8078 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8079
8080 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
8081 Turn on cmpstrsi checks for __pj__ and __i370__.
8082
8083 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
8084
8085 * g++.old-deja/g++.other/virtual11.C: New test.
8086
8087 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
8088
8089 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
8090
8091 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8092
8093 * gcc.c-torture/compile/20010102-1.c: New test.
8094
8095 2001-01-02 Andreas Jaeger <aj@suse.de>
8096
8097 * gcc.dg/noreturn-3.c: New test.
8098
8099 * gcc.dg/noreturn-4.c: New test.
8100
8101 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8102
8103 * gcc.c-torture/execute/stdio-opt-1.c: Also test
8104 __builtin_fputc and __builtin_fwrite.
8105
8106 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
8107
8108 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
8109 signed char, not default char.
8110
8111 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
8112
8113 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
8114
8115 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
8116
8117 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
8118
8119 2000-12-29 Richard Henderson <rth@redhat.com>
8120
8121 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
8122 (__cyg_profile_func_exit): Define.
8123
8124 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
8125
8126 * g++.dg/vtgc1.C: New test.
8127
8128 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
8129
8130 * gcc.dg/noncompile/20001228-1.c: New test.
8131
8132 * gcc.dg/20001228-1.c: New test.
8133
8134 * gcc.c-torture/execute/20001228-1.c: New test.
8135
8136 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
8137
8138 * gcc.dg/format-strfmon-1.c: New test.
8139
8140 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8141
8142 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
8143 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
8144 * gcc.c-torture/execute/string-opt-1.c: Likewise.
8145 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8146 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8147 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8148 * gcc.c-torture/execute/string-opt-6.c: Likewise.
8149 * gcc.c-torture/execute/string-opt-7.c: Likewise.
8150 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8151 * gcc.c-torture/execute/string-opt-9.c: Likewise.
8152 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8153 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8154 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8155
8156 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
8157 * gcc.c-torture/execute/string-opt-4.c: Test index.
8158
8159 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
8160
8161 * gcc.c-torture/compile/20001226-1.c: New test.
8162
8163 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
8164
8165 * gcc.c-torture/compile/20001222-1.c: New test.
8166 * gcc.c-torture/compile/20001222-1.x: Xfail.
8167
8168 Fri Dec 22 06:45:03 2000 Alexandre Oliva <aoliva@redhat.com>
8169
8170 * gcc.c-torture/execute/comp-goto-2.c: New test.
8171
8172 Thu Dec 21 22:43:03 2000 J"orn Rennecke <amylaar@redhat.com>
8173
8174 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
8175 Use long types if __INT_MAX__ is 32767.
8176 (main): Use cast to (sint32 *) when poking 88 into a_page.
8177
8178 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
8179
8180 2000-12-21 Bernd Schmidt <bernds@redhat.com>
8181
8182 * gcc.c-torture/compile/20001221-1.c: New test.
8183 * gcc.c-torture/execute/20001221-1.c: New test.
8184
8185 2000-12-20 Richard Henderson <rth@redhat.com>
8186
8187 * g++.old-deja/g++.pt/crash36.C: Update error lines.
8188 * g++.old-deja/g++.robertl/eb109.C: Likewise.
8189
8190 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8191
8192 * gcc.dg/compare3.c: New test.
8193
8194 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8195
8196 * gcc.dg/format-warnll-1.c: New test.
8197
8198 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
8199
8200 * gcc.dg/cpp/cmdlne-P.c: New test.
8201
8202 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8203
8204 * gcc.c-torture/execute/builtin-abs-1.c,
8205 gcc.c-torture/execute/builtin-abs-2.c: New tests.
8206
8207 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
8208
8209 * gcc.dg/cpp/multiline.c: New test.
8210
8211 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
8212
8213 * g++.old-deja/g++.other/syshdr1.C: Update.
8214 * gcc.dg/cpp/lineflags.c: Remove temporarily.
8215
8216 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8217
8218 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
8219
8220 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8221
8222 * g++.old-deja/g++.pt/ttp65.C: New test.
8223
8224 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8225
8226 * g++.old-deja/g++.pt/ttp64.C: New test.
8227
8228 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8229
8230 * g++.old-deja/g++.pt/spec33.C: New test.
8231
8232 2000-12-14 Catherine Moore <clm@redhat.com>
8233
8234 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
8235 * gcc.c-torture/execute/920612-2.c: Likewise.
8236 * gcc.c-torture/execute/920428-2.c: Likewise.
8237 * gcc-c-torture/execute/va-arg-11.c: Call exit.
8238 * gcc.c-torture/execute/va-arg-21.c: Likewise.
8239
8240 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8241
8242 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
8243 * gcc.dg/pack-test-2.c: Likewise.
8244
8245 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8246
8247 Tests by Zack Weinberg <zackw@stanford.edu>.
8248
8249 * gcc.dg/cpp/defined.c: Update.
8250 * gcc.dg/cpp/defined_trad.c: New tests.
8251
8252 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8253
8254 * gcc.dg/cpp/trad-direct.c: Update.
8255
8256 2000-12-11 Neil Booth <neilb@earthling.net>
8257
8258 * gcc.dg/cpp/defined_trad.c
8259
8260 2000-12-11 Neil Booth <neilb@earthling.net>
8261
8262 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
8263
8264 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
8265
8266 * gcc.dg/format-miss-2.c: New test.
8267
8268 2000-12-09 Neil Booth <neilb@earthling.net>
8269
8270 * gcc.dg/cpp/lineflags.c: New tests.
8271 * gcc.dg/cpp/poison.c: Update.
8272 * gcc.dg/cpp/redef2.c: Update.
8273 * gcc.dg/cpp/skipping.c: New test.
8274
8275 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
8276
8277 * g++.old-deja/g++.other/eh3.C: New testcase.
8278
8279 2000-12-07 Neil Booth <neilb@earthling.net>
8280
8281 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
8282 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
8283 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
8284 wtr-union-init-2.c, wtr-union-init-3.c: Update.
8285 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
8286 Update.
8287
8288 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8289
8290 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
8291 __SIZE_TYPE__ instead of int for type of integers cast to
8292 pointers.
8293
8294 2000-12-07 Jakub Jelinek <jakub@redhat.com>
8295
8296 * g++.old-deja/g++.other/cleanup4.C: New test.
8297
8298 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8299
8300 * format-sec-1.c: New test.
8301
8302 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8303
8304 * gcc.dg/format-nonlit-3.c: New test.
8305
8306 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8307
8308 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
8309 through a null pointer.
8310
8311 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8312
8313 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
8314 * g++.old-deja/g++.pt/partial4.C: New test.
8315
8316 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
8317
8318 * gcc.c-torture/execute/ieee/hugeval.x: New.
8319
8320 2000-12-06 Neil Booth <neilb@earthling.net>
8321
8322 * gcc.dg/cpp/backslash2.c: New tests.
8323
8324 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8325
8326 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
8327 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
8328
8329 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
8330
8331 * gcc.c-torture/execute/20001203-2.c: New testcase.
8332
8333 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8334
8335 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
8336 * g++.old-deja/g++.other/virtual10.C: New test.
8337
8338 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8339
8340 * g++.old-deja/g++.mike/pmf5.C: Remove test.
8341
8342 2000-12-05 Richard Henderson <rth@redhat.com>
8343
8344 * gcc.c-torture/compile/20001205-1.c: New.
8345
8346 2000-12-04 Neil Booth <neilb@earthling.net>
8347
8348 * g++.old-deja/g++.other/virtual9.C: New test.
8349 * g++.old-deja/g++.pt/crash61.C: New test.
8350 * gcc.c-torture/execute/loop-9.c: New test.
8351
8352 2000-12-04 Neil Booth <neilb@earthling.net>
8353
8354 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
8355 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
8356 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
8357 * gcc.dg/cpp/extratokens.c: ...here.
8358
8359 2000-12-04 Neil Booth <neilb@earthling.net>
8360
8361 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
8362 New tests.
8363
8364 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8365
8366 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
8367 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
8368
8369 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
8370
8371 * gcc.c-torture/execute/20001203-1.c: New test.
8372
8373 2000-12-03 Neil Booth <neilb@earthling.net>
8374
8375 * gcc.dg/cpp/macro6.c: New test cases.
8376
8377 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8378
8379 * gcc.c-torture/execute/string-opt-9.c: New test.
8380 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8381 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8382 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8383
8384 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
8385 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
8386
8387 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
8388
8389 * gcc.dg/cpp/if-6.c: New testcase.
8390
8391 * gcc.dg/20001201-1.c: New testcase.
8392
8393 2000-12-02 Neil Booth <neilb@earthling.net>
8394
8395 * g++.old-deja/g++.other/externC4.C,
8396 g++.old-deja/g++.other/friend10.C: New tests.
8397
8398 2000-12-02 Neil Booth <neilb@earthling.net>
8399
8400 * g++.old-deja/g++.other/instan2.C
8401 * g++.old-deja/g++.other/instan3.C: New test.
8402
8403 2000-12-02 Neil Booth <neilb@earthling.net>
8404
8405 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
8406 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
8407 gnuc99.c,gnuc99-pedantic.c: New tests.
8408
8409 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8410
8411 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
8412 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
8413
8414 2000-12-01 Neil Booth <neilb@earthling.net>
8415
8416 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
8417 * gcc.dg/cpp/poison.c: Update.
8418 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
8419
8420 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
8421
8422 * g77.f-torture/execute/20001201.f: New test.
8423
8424 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8425
8426 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
8427
8428 2000-12-01 Jakub Jelinek <jakub@redhat.com>
8429
8430 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
8431
8432 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
8433
8434 * g++.old-deja/g++.other/cast6.C: New test.
8435
8436 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
8437
8438 * gcc.c-torture/execute/20001130-2.c: New testcase.
8439
8440 2000-11-30 Richard Henderson <rth@redhat.com>
8441
8442 * gcc.c-torture/execute/20001130-1.c: New test.
8443
8444 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8445
8446 * g++.old-deja/g++.other/op3.C: New test.
8447
8448 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8449
8450 * g++.old-deja/g++.other/op2.C: New test.
8451
8452 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8453
8454 * g++.old-deja/g++.other/crash38.C: New test.
8455
8456 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
8457
8458 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
8459
8460 2000-11-29 Jakub Jelinek <jakub@redhat.com>
8461
8462 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
8463 tests.
8464 * gcc.c-torture/execute/string-opt-6.c: New test.
8465
8466 * gcc.dg/20001117-1.c: Add main.
8467
8468 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
8469
8470 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
8471 Move from here ...
8472 * gcc.dg/940510-1.c: ... to here.
8473
8474 * gcc.dg/20000926-1.c: GNU C now allows initializations of
8475 zero-size arrays in toplevel structures.
8476
8477 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8478
8479 * gcc.c-torture/execute/loop-8.c: New test.
8480
8481 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8482
8483 * g++.old-deja/g++.other/base1.C: New test.
8484
8485 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8486
8487 * g++.old-deja/g++.other/parse2.C: New test.
8488
8489 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8490
8491 * g++.old-deja/g++.pt/incomplete1.C: New test.
8492
8493 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8494
8495 * g++.old-deja/g++.other/friend9.C: New test.
8496
8497 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8498
8499 * gcc.dg/20001127-1.c: New test.
8500
8501 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8502
8503 * g++.old-deja/g++.pt/friend46.C: New test.
8504
8505 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8506
8507 * g++.old-deja/g++.other/ptrmem8.C: New test.
8508
8509 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8510
8511 * gcc.c-torture/execute/string-opt-7.c: New test.
8512 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8513
8514 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
8515
8516 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
8517 instead of 'mkcheck 2'.
8518
8519 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
8520
8521 * gcc.c-torture/execute/memcheck/driver.c,
8522 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
8523 C9X references to refer to C99.
8524
8525 2000-11-25 Jakub Jelinek <jakub@redhat.com>
8526
8527 * gcc.dg/ultrasp3.c: New test.
8528
8529 2000-11-25 Neil Booth <neilb@earthling.net>
8530
8531 * gcc.dg/cpp/include2.c: Update test to be locale independent.
8532
8533 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
8534
8535 * gcc.c-torture/compile/20001123-2.c: New.
8536
8537 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8538
8539 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
8540
8541 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
8542
8543 * gcc.dg/sequence-point-1.c: Add some new tests.
8544 * gcc.c-torture/execute/20001124-1.c: New test.
8545
8546 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8547
8548 * g++.old-deja/g++.other/vaarg4.C: New test.
8549 * gcc.c-torture/compile/20001123-1.c: New test.
8550
8551 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8552
8553 * g++.other/crash24.C: Adjust and remove XFAIL.
8554 * g++.other/crash37.C: New test.
8555
8556 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
8557
8558 * g++.old-deja/g++.pt/instantiate9.C: New test.
8559
8560 2000-11-22 Mark Mitchell <mark@codesourcery.com>
8561
8562 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
8563 new ABI, too.
8564
8565 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
8566 * g++.old-deja/g++.robertl/eb55.C: Likewise.
8567
8568 2000-11-22 Neil Booth <neilb@earthling.net>
8569
8570 * gcc.dg/cpp/Wtrigraphs.c: New test.
8571
8572 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
8573
8574 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
8575
8576 2000-11-22 Jakub Jelinek <jakub@redhat.com>
8577
8578 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
8579
8580 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
8581
8582 * lib/gcc-dg.exp: load_lib scanasm.exp.
8583 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
8584 * lib/g++-dg.exp: load_lib scanasm.exp.
8585 * lib/scanasm.exp: New.
8586 (scan-assembler, scan-assembler-not): Add optional arguments to
8587 test name, or if not present, the pattern name.
8588 (scan-assembler-dem, scan-assembler-dem-not): New.
8589
8590 * g++.dg/dg.exp: New.
8591
8592 2000-11-21 Neil Booth <neilb@earthling.net>
8593
8594 * gcc.dg/cpp/integrated1.c: Remove.
8595
8596 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8597
8598 * gcc.c-torture/execute/20001121-1.c: New test.
8599
8600 2000-11-21 Richard Henderson <rth@redhat.com>
8601
8602 * gcc.c-torture/compile/20001121-1.c: New test.
8603
8604 2000-11-20 Neil Booth <neilb@earthling.net>
8605
8606 * gcc.dg/cpp/integrated1.c: New test.
8607
8608 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8609
8610 * g++.old-deja/g++.other/inline17.C: New test.
8611
8612 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
8613
8614 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
8615 local variable to be zero: I made the variable global. Now
8616 uses abort() and exit() instead of relying on main's return value.
8617
8618 2000-11-20 Neil Booth <neilb@earthling.net>
8619
8620 * gcc.dg/cpp/paste2.c: Update test.
8621 * objc/execute/paste.m: New test.
8622
8623 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
8624
8625 * gcc.dg/c99-condexpr-1.c: New test.
8626
8627 2000-11-20 Neil Booth <neilb@earthling.net>
8628
8629 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
8630
8631 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
8632
8633 * g++.old-deja/g++.pt/export1.C: New test.
8634
8635 2000-11-20 Jakub Jelinek <jakub@redhat.com>
8636
8637 * gcc.dg/20001117-1.c: New test.
8638
8639 2000-11-18 Richard Henderson <rth@redhat.com>
8640
8641 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
8642
8643 2000-11-18 Richard Henderson <rth@redhat.com>
8644
8645 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
8646 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
8647 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
8648
8649 2000-11-18 Richard Henderson <rth@redhat.com>
8650
8651 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
8652 (main): New. Exit cleanly.
8653
8654 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
8655
8656 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
8657 gcc.dg/c99-fordecl-2.c: New tests.
8658
8659 2000-11-18 Richard Henderson <rth@redhat.com>
8660
8661 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
8662 * gcc.c-torture/execute/zerolen-2.c: New.
8663
8664 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8665
8666 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
8667 memory.
8668
8669 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8670
8671 * g++.old-deja/g++.pt/instantiate8.C: New test.
8672
8673 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8674
8675 * g++.old-deja/g++.other/incomplete.C: Add more tests.
8676 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
8677
8678 2000-11-16 Nick Clifton <nickc@redhat.com>
8679
8680 * gcc.c-torture/execute/nestfunc-2.c: New test.
8681 * gcc.c-torture/execute/nestfunc-3.c: New test.
8682
8683 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8684
8685 * gcc.c-torture/compile/20001116-1.c: New test.
8686
8687 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8688
8689 * gcc.c-torture/execute/20001115-1.c: New test.
8690
8691 2000-11-15 Mark Mitchell <mark@codesourcery.com>
8692
8693 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
8694 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
8695 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
8696 * g++.old-deja/g++.abi/vmihint.C: Likewise.
8697
8698 2000-11-15 Neil Booth <neilb@earthling.net>
8699
8700 gcc.dg/cpp/_Pragma1.c: Update.
8701 gcc.dg/cpp/_Pragma2.c: New test.
8702
8703 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
8704
8705 * g++.old-deja/g++.other/anon5.C: New test.
8706
8707 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
8708
8709 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
8710 tests.
8711
8712 2000-11-14 Jakub Jelinek <jakub@redhat.com>
8713
8714 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
8715 output.
8716
8717 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8718
8719 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
8720 labels at end of compound statements.
8721
8722 2000-11-13 Jakub Jelinek <jakub@redhat.com>
8723
8724 * gcc.c-torture/execute/loop-7.c: New test.
8725
8726 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8727
8728 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
8729
8730 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8731
8732 * gcc.dg/c99-bool-1.c: New test.
8733
8734 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8735
8736 * gcc.dg/c99-scope-1.c: Remove xfail.
8737 * gcc.dg/c99-scope-2.c: New test.
8738
8739 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8740
8741 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
8742 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
8743
8744 2000-11-11 Mark Mitchell <mark@codesourcery.com>
8745
8746 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
8747 error messages.
8748
8749 * g++.mike/p700.C: Don't typedef wchar_t.
8750 * g++.mike/p784.C: Likewise.
8751 * g++.mike/eb101.C: Don't use __wchar_t.
8752
8753 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
8754
8755 * g77.f-torture/execute/20001111.[fx]: Test premature exit
8756 from DO loop.
8757
8758 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8759
8760 * gcc.c-torture/execute/20001111-1.c: New test.
8761
8762 2000-11-10 Nick Clifton <nickc@redhat.com>
8763
8764 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
8765 long multuiple and accumulate.
8766
8767 2000-11-09 Richard Henderson <rth@redhat.com>
8768
8769 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
8770 via size_t instead of int.
8771
8772 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
8773 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8774 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8775 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8776
8777 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
8778
8779 * gcc.c-torture/compile/20001109-1.c: New test.
8780 * gcc.c-torture/compile/20001109-2.c: New test.
8781
8782 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
8783
8784 * g++.old-deja/g++.pt/operator1.C: New test.
8785 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
8786
8787 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8788
8789 * gcc.dg/20001108-1.c: New test.
8790
8791 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8792
8793 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
8794 with both arguments constant strings.
8795 * gcc.c-torture/execute/string-opt-3.c: New test.
8796 * gcc.c-torture/execute/string-opt-4.c: New test.
8797 * gcc.c-torture/execute/string-opt-5.c: New test.
8798
8799 2000-11-08 Nick Clifton <nickc@redhat.com>
8800
8801 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
8802 mulsidi3adddi patterns.
8803
8804 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
8805
8806 * g++.old-deja/g++.other/crash36.C: New test.
8807
8808 2000-11-08 Jakub Jelinek <jakub@redhat.com>
8809
8810 * g++.old-deja/g++.other/init16.C: New test.
8811
8812 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
8813
8814 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
8815
8816 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8817
8818 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
8819 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8820 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8821
8822 2000-11-07 DJ Delorie <dj@redhat.com>
8823
8824 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
8825
8826 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8827
8828 * gcc.c-torture/execute/string-opt-1.c: New test.
8829
8830 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8831
8832 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
8833 mips-sgi-irix6.* because the MIPS ABI passes floating-point
8834 parameters in registers, and there is no way for a varargs
8835 function to know in which order the integer and floating-point
8836 parameters should be interleaved when they are placed on the
8837 stack.
8838 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8839 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8840
8841 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8842
8843 * gcc.c-torture/execute/string-opt-2.c: New test.
8844
8845 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
8846
8847 * g++.old-deja/g++.pt/crash60.C: New test.
8848
8849 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8850
8851 * g++.old-deja/g++.other/crash24.C: New test.
8852 * g++.old-deja/g++.other/crash25.C: New test.
8853 * g++.old-deja/g++.other/crash26.C: New test.
8854 * g++.old-deja/g++.other/crash27.C: New test.
8855 * g++.old-deja/g++.other/crash28.C: New test.
8856 * g++.old-deja/g++.other/crash29.C: New test.
8857 * g++.old-deja/g++.other/crash30.C: New test.
8858 * g++.old-deja/g++.other/crash31.C: New test.
8859 * g++.old-deja/g++.other/crash32.C: New test.
8860 * g++.old-deja/g++.other/crash33.C: New test.
8861 * g++.old-deja/g++.other/crash34.C: New test.
8862 * g++.old-deja/g++.other/crash35.C: New test.
8863
8864 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8865
8866 * gcc.c-torture/execute/20001031-1.c: New test.
8867
8868 2000-11-04 Mark Mitchell <mark@codesourcery.com>
8869
8870 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
8871 namespace.
8872
8873 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
8874 standards-conformant.
8875
8876 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
8877
8878 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
8879 * g++.old-deja/g++.mike/p755a.C: Likewise.
8880 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
8881 library makes no calls to `operator new' during initialization.
8882
8883 2000-11-04 Neil Booth <neilb@earthling.net>
8884
8885 * gcc.dg/cpp/include2.c: New tests.
8886
8887 Fri Nov 3 13:32:14 2000 Mark P Mitchell <mark@codesourcery.com>
8888
8889 * lib/g++.exp (g++_set_ld_library_path): New function.
8890 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
8891
8892 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
8893
8894 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
8895 warnings.
8896
8897 2000-11-01 Richard Henderson <rth@redhat.com>
8898
8899 * g++.old-deja/g++.ext/namedret1.C: New.
8900 * g++.old-deja/g++.ext/namedret2.C: New.
8901 * g++.old-deja/g++.ext/namedret3.C: New.
8902
8903 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
8904
8905 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
8906 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
8907
8908 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8909
8910 * gcc.c-torture/execute/va-arg-21.c: New test.
8911
8912 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
8913
8914 * gcc.dg/c99-complex-2.c: New test.
8915
8916 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8917
8918 * gcc.c-torture/execute/stdio-opt-1.c: New test.
8919
8920 2000-10-31 Jakub Jelinek <jakub@redhat.com>
8921
8922 * g++.old-deja/g++.other/inline16.C: New test.
8923
8924 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
8925
8926 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
8927 __PRETTY_FUNCTION__
8928
8929 2000-10-29 Neil Booth <neilb@earthling.net>
8930
8931 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
8932 New tests.
8933 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
8934 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
8935 optimisation.
8936
8937 2000-10-29 Neil Booth <neilb@earthling.net>
8938
8939 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
8940 * mi1.c, mi1c.h: Add null directives to multiple-include test.
8941 * mi5.c: Test multiple includes work with -C.
8942 * trigraphs.c: Test ^= version.
8943
8944 2000-10-28 Neil Booth <neilb@earthling.net>
8945
8946 New tests and test updates for new macro expander.
8947
8948 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
8949 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
8950 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
8951 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
8952 new diagnostic messages.
8953
8954 * gcc.dg/cpp/macro3.c: New tests.
8955
8956 2000-10-27 Mark Mitchell <mark@codesourcery.com>
8957
8958 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
8959 on the same line.
8960
8961 2000-10-27 Jakub Jelinek <jakub@redhat.com>
8962
8963 * g++.old-deja/g++.other/eh2.C: New test.
8964
8965 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
8966
8967 * gcc.c-torture/execute/20001027-1.c: New test.
8968
8969 2000-10-26 Richard Henderson <rth@redhat.com>
8970
8971 * gcc.c-torture/execute/20001026-1.c: New.
8972
8973 2000-10-26 Mark Mitchell <mark@codesourcery.com>
8974
8975 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
8976 * g++.old-deja/g++.law/builtin1.C: Likewise.
8977 * g++.old-deja/g++.law/ctors10.C: Likewise.
8978 * g++.old-deja/g++.law/virtual3.C: Likewise.
8979 * g++.old-deja/g++.mike/p658.C: Likewise.
8980 * g++.old-deja/g++.other/sibcall1.C: Likewise.
8981 * g++.old-deja/g++.other/vaarg2.C: Likewise.
8982 * g++.old-deja/g++.robertl/eb124.C: Likewise.
8983 * g++.old-deja/g++.robertl/eb44.C: Likewise.
8984 * g++.old-deja/g++.robertl/eb77.C: Likewise.
8985
8986 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
8987
8988 * gcc.c-torture/compile/20001024-1.c: New test.
8989
8990 2000-10-25 Mark Mitchell <mark@codesourcery.com>
8991
8992 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
8993 to tell us whether or not we are using V3.
8994
8995 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
8996
8997 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
8998 operands.
8999
9000 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
9001
9002 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
9003
9004 2000-10-25 Jakub Jelinek <jakub@redhat.com>
9005
9006 * gcc.c-torture/execute/20001024-1.c: New test.
9007
9008 2000-10-24 Jakub Jelinek <jakub@redhat.com>
9009
9010 * g++.old-deja/g++.other/sibcall1.C: New test.
9011
9012 2000-10-20 Jakub Jelinek <jakub@redhat.com>
9013
9014 * gcc.dg/noncompile/init-3.c: New test.
9015
9016 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
9017
9018 * gcc.dg/format-array-1.c: New test.
9019
9020 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
9021
9022 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
9023 writing through null pointers; remove comment about testing
9024 unterminated strings.
9025
9026 2000-10-17 Matthew Hiller <hiller@redhat.com>
9027
9028 * gcc.c-torture/execute/20001017-2.c: New test.
9029
9030 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
9031
9032 * gcc.c-torture/compile/20001018-1.c: New test.
9033 * gcc.c-torture/compile/20001018-1.x: Xfail.
9034
9035 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9036
9037 * gcc.c-torture/execute/20001017-1.c: New test.
9038
9039 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
9040
9041 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
9042 for multiple use of arguments with scanf formats; add tests for
9043 multiple use of arguments.
9044
9045 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
9046
9047 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
9048
9049 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
9050
9051 * gcc.dg/format-miss-1.c: New test.
9052
9053 2000-10-16 Jakub Jelinek <jakub@redhat.com>
9054
9055 * gcc.c-torture/execute/20001013-1.c: New test.
9056
9057 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
9058
9059 * gcc.dg/format-branch-1.c: New test.
9060
9061 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
9062
9063 * README, lib/file-format.exp: Remove EGCS references.
9064
9065 2000-10-16 Jakub Jelinek <jakub@redhat.com>
9066
9067 * gcc.dg/20001013-1.c: New test.
9068
9069 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
9070
9071 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
9072 for intmax_t in the compiler using __typeof__ and the type rules
9073 for conditional expressions.
9074
9075 2000-10-13 Jakub Jelinek <jakub@redhat.com>
9076
9077 * gcc.dg/20001012-1.c: New test.
9078 * gcc.dg/20001012-2.c: New test.
9079
9080 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9081
9082 * gcc.dg/format-attr-1.c: New test.
9083
9084 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9085
9086 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
9087 __LONG_LONG_MAX__ instead of LLONG_MAX.
9088
9089 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9090
9091 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
9092 scanf flags.
9093 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
9094 flags.
9095
9096 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
9097
9098 * gcc.dg/sequence-pt-1.c: New test.
9099
9100 2000-10-11 Geoff Keating <geoffk@cygnus.com>
9101
9102 * gcc.c-torture/execute/20001011-1.c: New testcase.
9103 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
9104
9105 2000-10-10 Jakub Jelinek <jakub@redhat.com>
9106
9107 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
9108 does not error on it.
9109
9110 2000-10-10 Jakub Jelinek <jakub@redhat.com>
9111
9112 * gcc.dg/20001009-1.c: New test.
9113
9114 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
9115
9116 * gcc.c-torture/compile/20001009-1.c: Move from here ....
9117 * gcc.c-torture/execute/20001009-2.c: ... to here.
9118
9119 2000-10-09 Geoff Keating <geoffk@cygnus.com>
9120
9121 * gcc.c-torture/compile/20001009-1.c: New testcase.
9122 * gcc.c-torture/execute/20001009-1.c: New testcase.
9123 Testcases provided by Jan Hubicka <jh@suse.cz>.
9124
9125 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
9126
9127 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9128 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
9129 uintmax_t using <limits.h> to emulate the compiler's internal
9130 logic. No longer XFAIL %j tests.
9131
9132 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
9133
9134 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
9135 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9136 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
9137 regexps and details of expected handling of some bad formats.
9138 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
9139 suppression.
9140
9141 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
9142
9143 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
9144 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
9145 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
9146 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
9147 in list archives.
9148
9149 2000-10-06 Richard Henderson <rth@cygnus.com>
9150
9151 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
9152 * g++.old-deja/g++.brendan/crash52.C: Likewise.
9153 * g++.old-deja/g++.jason/report.C: Likewise.
9154 * g++.old-deja/g++.law/friend5.C: Likewise.
9155 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
9156 of the expected warnings.
9157
9158 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
9159
9160 * g++.old-deja/g++.pt/enum14.C: New test.
9161
9162 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
9163
9164 * g++.old-deja/g++.pt/crash59.C: New test.
9165
9166 2000-10-04 Will Cohen <wcohen@redhat.com>
9167
9168 * gcc.dg/20000926-1.c: New test.
9169
9170 2000-10-03 Geoff Keating <geoffk@cygnus.com>
9171
9172 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
9173 function name for current C++ compiler.
9174 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
9175
9176 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
9177
9178 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
9179 __PRETTY_FUNCTION__.
9180 * g++.old-deja/g++.ext/pretty2.C: Likewise.
9181
9182 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9183
9184 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
9185
9186 2000-09-26 Jakub Jelinek <jakub@redhat.com>
9187
9188 * gcc.c-torture/compile/20000923-1.c: New test.
9189
9190 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
9191
9192 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
9193 * g++.old-deja/g++.pt/ttp62.C: Same.
9194 * g++.old-deja/g++.other/inline14.C: Same.
9195
9196 2000-09-24 Richard Henderson <rth@cygnus.com>
9197
9198 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
9199
9200 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
9201
9202 * gcc.dg/c90-printf-1.c: Add test for wide string format.
9203
9204 2000-09-22 Geoff Keating <geoffk@cygnus.com>
9205
9206 * gcc.c-torture/compile/20000922-1.c: New file.
9207
9208 2000-09-21 Nick Clifton <nickc@redhat.com>
9209
9210 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
9211 a signed long modulo operation.
9212 (mod6): New function - perform an unsigned long modulo operation.
9213 (main): Add tests for modulos of very large numbers by very small
9214 dividends.
9215
9216 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9217
9218 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
9219
9220 2000-09-19 Richard Henderson <rth@cygnus.com>
9221
9222 * gcc.dg/compare2.c (case 10): XFAIL.
9223
9224 2000-09-18 Richard Henderson <rth@cygnus.com>
9225
9226 * gcc.c-torture/execute/20000906-1.c: Move ...
9227 * gcc.dg/20000906-1.c: ... here. Only run on targets
9228 that support __builtin_trap.
9229
9230 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
9231
9232 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
9233
9234 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9235
9236 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
9237 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
9238 more $ format tests.
9239
9240 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9241
9242 * gcc.dg/format-errmk-1.c: New test.
9243
9244 2000-09-17 Greg McGary <greg@mcgary.org>
9245
9246 * gcc.c-torture/execute/20000917-1.x: Remove.
9247
9248 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
9249
9250 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
9251
9252 2000-09-17 Greg McGary <greg@mcgary.org>
9253
9254 * gcc.c-torture/execute/20000917-1.c: New test.
9255 * gcc.c-torture/execute/20000917-1.x: XFAIL.
9256
9257 Sat 16-Sep-2000 08:14:58 BST Neil Booth <NeilB@earthling.net>
9258
9259 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
9260 in nested macro bug.
9261
9262 Fri 15-Sep-2000 06:50:11 BST Neil Booth <NeilB@earthling.net>
9263
9264 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
9265
9266 Thu Sep 14 16:48:49 2000 Jeffrey A Law (law@cygnus.com)
9267
9268 * gcc.c-torture/execute/20000914-1.c: New test.
9269
9270 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
9271
9272 * g++.other/inline13.C: New test.
9273
9274 2000-09-12 Andreas Jaeger <aj@suse.de>
9275
9276 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
9277 constant by Ulrich Drepper <drepper@redhat.com>.
9278
9279 Tue Sep 12 18:32:07 2000 J"orn Rennecke <amylaar@redhat.co.uk>
9280
9281 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
9282
9283 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9284
9285 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
9286
9287 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
9288
9289 * gcc.dg/cpp/backslash.c: New test.
9290
9291 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
9292
9293 * gcc.c-torture/execute/20000910-1.c: New test.
9294 * gcc.c-torture/execute/20000910-2.c: Likewise.
9295
9296 2000-09-11 Robert Lipe <robertl@sco.com>
9297
9298 * gcc.dg/pragma-align.c: New test.
9299
9300 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
9301
9302 * g++.old-deja/g++.pt/explicit82.C: New test.
9303 * g++.old-deja/g++.pt/explicit83.C: New test.
9304
9305 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
9306
9307 * gcc.dg/asm-names.c: New test.
9308
9309 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9310
9311 * gcc.dg/cpp/tr-warn6.c: New test
9312
9313 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
9314
9315 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
9316 be accepted.
9317
9318 2000-09-07 Catherine Moore <clm@redhat.com>
9319
9320 * gcc.c-torture/execute/unroll-1.c: New test.
9321
9322 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
9323
9324 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
9325 ERROR markers.
9326 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
9327 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
9328 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
9329 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
9330 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
9331 Preprocess only.
9332 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
9333 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
9334
9335 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9336
9337 * g++.old-deja/g++.pt/deduct2.C: New test.
9338
9339 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9340
9341 * g++.old-deja/g++.pt/parms2.C: New test.
9342
9343 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9344
9345 * g++.old-deja/g++.pt/crash58.C: New test.
9346
9347 2000-09-06 Greg McGary <greg@mcgary.org>
9348
9349 * gcc.c-torture/execute/20000906-1.c: New test.
9350 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
9351
9352 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9353
9354 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
9355
9356 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9357
9358 * g++.old-deja/g++.pt/crash57.C: New test.
9359
9360 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9361
9362 * g++.old-deja/g++.pt/crash56.C: New test.
9363
9364 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9365
9366 * g++.old-deja/g++.pt/koenig1.C: New test.
9367
9368 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9369
9370 * gcc.dg/20000904-1.c: New test.
9371
9372 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9373
9374 * gcc.dg/cpp/paste8.c: New test.
9375
9376 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
9377
9378 * gcc.c-torture/compile/20000827-1.c: New test.
9379
9380 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9381
9382 * gcc.dg/format-diag-1.c: New test.
9383
9384 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9385
9386 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
9387 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
9388 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
9389 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
9390 gcc.dg/formatz-1.c: Adjust warning regular expressions.
9391
9392 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9393
9394 * g++.old-deja/g++.other/nested4.C: New test.
9395
9396 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9397
9398 * g++.old-deja/g++.ns/scoped1.C: New test.
9399
9400 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
9401
9402 * lib/g++.exp: Support testing already-installed GCC.
9403
9404 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9405
9406 * wtr-label-1.c, wtr-suffix-1.c: New tests.
9407
9408 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9409
9410 * gcc.dg/return-type-2.c: New test.
9411
9412 2000-08-27 Geoff Keating <geoffk@cygnus.com>
9413
9414 * gcc.c-torture/compile/20000825-1.c: New test.
9415
9416 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
9417
9418 * gcc.dg/dwarf2-2.c: New test.
9419
9420 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
9421
9422 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
9423 dg-warning regexps.
9424
9425 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
9426
9427 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
9428 gcc.dg/format-ext-5.c: New tests.
9429
9430 2000-08-25 Jakub Jelinek <jakub@redhat.com>
9431
9432 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
9433
9434 2000-08-24 Mark Mitchell <mark@codesourcery.com>
9435
9436 * gcc.dg/noncompile/930622-2.c: Adjust error message.
9437
9438 2000-08-24 Richard Henderson <rth@cygnus.com>
9439
9440 * gcc.dg/ia64-sync-1.c: New test.
9441 * gcc.dg/ia64-sync-2.c: New test.
9442 * gcc.dg/ia64-asm-1.c: New test.
9443
9444 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
9445
9446 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
9447 * gcc.dg/format-ext-2.c: New test.
9448
9449 2000-08-23 Jason Merrill <jason@redhat.com>
9450
9451 * lib/old-dejagnu.exp: Also ignore "In member function" and
9452 "At global scope".
9453
9454 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9455
9456 * gcc.dg/noncompile/label-lineno-1.c: New test.
9457
9458 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9459
9460 * gcc.dg/c99-array-nonobj-1.c: New test.
9461
9462 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9463
9464 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
9465 tests.
9466 * gcc.dg/format-ext-1.c: New test.
9467
9468 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9469
9470 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
9471 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
9472 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
9473 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
9474 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
9475
9476 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
9477
9478 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
9479 gcc.dg/c99-strftime-2.c: New tests.
9480
9481 2000-08-22 Richard Henderson <rth@cygnus.com>
9482
9483 * gcc.c-torture/execute/20000822-1.c: New test.
9484
9485 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9486
9487 * gcc.c-torture/execute/20000819-1.x: Remove.
9488
9489 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9490
9491 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
9492 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
9493 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
9494 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
9495 gcc.dg/format-xopen-1.c: New tests.
9496
9497 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9498
9499 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
9500
9501 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9502
9503 * g++.old-deja/g++.other/loop2.C: New test.
9504
9505 * gcc.c-torture/compile/20000606-1.c: New test.
9506 * gcc.c-torture/compile/20000728-1.c: New test.
9507 * gcc.c-torture/execute/20000801-1.c: New test.
9508 * gcc.c-torture/execute/20000801-2.c: New test.
9509 * gcc.c-torture/execute/20000819-1.c: New test.
9510 * gcc.c-torture/execute/20000819-1.x: XFAIL.
9511 * gcc.dg/20000629-1.c: New test.
9512 * gcc.dg/20000724-1.c: New test.
9513 * gcc.dg/20000807-1.c: New test.
9514
9515 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
9516
9517 * gcc.dg/cpp/pragma-1.c: New test.
9518 * gcc.dg/cpp/pragma-2.c: New test.
9519
9520 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
9521
9522 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
9523 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
9524
9525 Fri Aug 18 16:57:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9526
9527 * gcc.c-torture/compile/20000818-1.c: New test.
9528
9529 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
9530
9531 * gcc.c-torture/execute/20000818-1.c: New test.
9532
9533 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
9534
9535 * gcc.dg/format-va-1.c: New test.
9536
9537 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9538
9539 * g++.old-deja/g++.other/typedef8.C: New test.
9540
9541 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9542
9543 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
9544 * g++.old-deja/g++.mike/net36.C: Mark candidate.
9545 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
9546 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
9547 * g++.old-deja/g++.other/ptrmem7.C: New test.
9548 * g++.old-deja/g++.pt/ptrmem10.C: New test.
9549
9550 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9551
9552 * g++.old-deja/g++.pt/typename27.C: New test.
9553
9554 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
9555
9556 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
9557 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
9558 * g++.old-deja/g++.pt/friend45.C: New test.
9559 * g++.old-deja/g++.other/friend8.C: New test.
9560
9561 2000-08-15 Richard Henderson <rth@cygnus.com>
9562
9563 * gcc.c-torture/execute/20000815-1.c: New test.
9564
9565 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
9566
9567 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
9568 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
9569 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
9570
9571 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
9572
9573 * g++.old-deja/g++.other/refinit2.C: New test.
9574
9575 2000-08-13 Geoff Keating <geoffk@cygnus.com>
9576
9577 * lib/c-torture.exp (c-torture): Make
9578 compiler_conditional_xfail_data global.
9579 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
9580 compiler_conditional_xfail_data machinery.
9581 (f-torture-execute): Likewise.
9582 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
9583 and only when unrolling loops.
9584
9585 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
9586
9587 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9588
9589 * g++.old-deja/g++.pt/explicit81.C: New test.
9590
9591 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9592
9593 * g++.old-deja/g++.pt/typename26.C: New test.
9594
9595 2000-08-10 Geoff Keating <geoffk@cygnus.com>
9596
9597 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
9598 warning.
9599
9600 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
9601
9602 * g++.old-deja/g++.other/array3.C: New test.
9603
9604 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9605
9606 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
9607 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
9608 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
9609 New tests.
9610
9611 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
9612
9613 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
9614 * g++.old-deja/g++.abi/vmihint.C: Likewise.
9615
9616 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
9617
9618 * gcc.c-torture/execute/20000808-1.c: New test.
9619
9620 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9621
9622 * gcc.dg/c90-const-expr-1.c: New test.
9623
9624 2000-08-08 Richard Henderson <rth@cygnus.com>
9625
9626 * gcc.dg/noncompile/920923-1.c: Declare calloc.
9627
9628 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
9629
9630 * gcc.dg/noncompile/const-ll-1.c: New test.
9631
9632 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
9633
9634 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
9635
9636 Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
9637
9638 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
9639 that running programs linked against the shared version of libobjc
9640 run correctly.
9641
9642 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9643
9644 * gcc.dg/c99-printf-1.c: New test.
9645
9646 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9647
9648 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
9649
9650 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
9651
9652 * gcc.c-torture/execute/20000731-1.x: Delete.
9653
9654 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
9655
9656 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
9657 and torture_without_loops as is done by c-torture.exp.
9658 (search_for): Copy from c-torture.exp.
9659 (gcc-dg-runtest): New function, drives a directory of tests
9660 iterating over the TORTURE_OPTIONS.
9661 (scan-assembler, scan-assembler-not): Move here from
9662 individual directory drivers.
9663
9664 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
9665 defined by lib/gcc-dg.exp.
9666 * gcc.dg/cpp/cpp.exp: Likewise.
9667 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
9668 gcc-dg-runtest, so we cycle over optimization options.
9669
9670 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
9671 * gcc.dg/compare2.c: No longer expected to fail.
9672
9673 Fri Aug 4 23:00:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9674
9675 * gcc.c-torture/execute/20000804-1.c: New test.
9676
9677 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
9678
9679 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
9680
9681 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
9682
9683 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
9684
9685 Thu Aug 3 01:46:33 2000 Jeffrey A Law (law@cygnus.com)
9686
9687 * gcc.c-torture/compile/20000803-1.c: New test.
9688
9689 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
9690
9691 * gcc.c-torture/execute/20000801-3.c,
9692 gcc.c-torture/execute/20000801-4.c: New tests.
9693 * gcc.c-torture/execute/20000801-3.x,
9694 gcc.c-torture/execute/20000801-4.x: Xfail.
9695
9696 2000-08-02 Geoff Keating <geoffk@cygnus.com>
9697
9698 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
9699 libobjc/.libs to allow for libtool.
9700
9701 2000-08-02 Jakub Jelinek <jakub@redhat.com>
9702
9703 * gcc.c-torture/compile/20000802-1.c: New test.
9704
9705 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
9706
9707 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
9708
9709 Mon Jul 31 21:14:49 2000 Jeffrey A Law (law@cygnus.com)
9710
9711 * gcc-c-torture/execute/20000731-2.c: New test.
9712
9713 * gcc.c-torture/execute/20000731-1.c: New test.
9714 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
9715
9716 2000-07-31 Jakub Jelinek <jakub@redhat.com>
9717
9718 * testsuite/gcc.dg/cpp/paste7.c: New test.
9719 * gcc.dg/cpp/20000725-1.c: New test.
9720
9721 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
9722
9723 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
9724 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
9725 declaration warning for __builtin_dwarf_reg_size.
9726
9727 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
9728
9729 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
9730
9731 * gcc.dg/noncompile/voidparam-1.c: New test.
9732
9733 2000-07-30 Richard Henderson <rth@cygnus.com>
9734
9735 * gcc.dg/c90-digraph-1.c: Don't xfail.
9736 * gcc.dg/compare2.c (case 10): Xfail.
9737 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
9738
9739 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
9740
9741 * gcc.dg/c99-main-1.c: New test.
9742
9743 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
9744
9745 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
9746
9747 Wed Jul 26 19:41:51 2000 Hans-Peter Nilsson <hp@axis.com>
9748
9749 * gcc.c-tortuer/execute/20000726-1.c: New test.
9750
9751 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
9752
9753 * gcc.c-torture/execute/enum-2.c: New test.
9754
9755 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9756
9757 * gcc.dg/cpp/tr-warn3.c: New test.
9758
9759 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9760
9761 * g++.old-deja/g++.ext/implicit1.C: Remove.
9762 * g++.old-deja/g++.jason/c2.C: Remove
9763 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
9764 * g++.old-deja/g++.pt/crash16.C: Likewise.
9765 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
9766
9767 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9768
9769 * g++.old-deja/g++.other/for2.C: New test.
9770
9771 2000-07-25 Jakub Jelinek <jakub@redhat.com>
9772
9773 * gcc.dg/20000720-1.c: New test.
9774
9775 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
9776
9777 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
9778
9779 2000-07-24 Geoff Keating <geoffk@cygnus.com>
9780
9781 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
9782 * gcc.c-torture/execute/20000722-1.c: New.
9783 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
9784
9785 2000-07-24 Jakub Jelinek <jakub@redhat.com>
9786
9787 * gcc.dg/cpp/20000720-1.S: New test.
9788
9789 2000-07-21 Michael Meissner <meissner@redhat.com>
9790
9791 * gcc.c-torture/execute/ieee/hugeval.c: New test.
9792
9793 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9794
9795 * g++.old-deja/g++.brendan/crash16.C,
9796 g++.old-deja/g++.brendan/parse3.C,
9797 g++.old-deja/g++.brendan/redecl1.C,
9798 g++.old-deja/g++.ns/template13.C,
9799 g++.old-deja/g++.other/decl4.C,
9800 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
9801
9802 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9803
9804 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
9805 and "Internal error".
9806
9807 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
9808 regexps.
9809 * gcc.dg/cpp/paste6.c: New test.
9810
9811 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
9812
9813 * gcc.dg/cpp/tr-direct.c: New test.
9814
9815 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
9816 gcc.dg/cpp/undef1.c: Tweak error regexps.
9817
9818 2000-07-18 Eric Christopher <echristo@redhat.com>
9819
9820 * gcc.c-torture/compile/20000718-1.c: New test.
9821
9822 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
9823
9824 * cpplex.c (_cpp_push_token): If the token being pushed back
9825 is the previous token in this context, just subtract one from
9826 context->posn.
9827 * cppmacro.c (save_expansion): Clear aux field when storing a
9828 placemarker.
9829
9830 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
9831
9832 * gcc.dg/noncompile/redecl-1.c: New test.
9833
9834 2000-07-18 Jakub Jelinek <jakub@redhat.com>
9835
9836 * gcc.c-torture/execute/20000717-5.c: New test.
9837 * gcc.c-torture/execute/20000717-1.x: Removed.
9838
9839 2000-07-17 Richard Henderson <rth@cygnus.com>
9840
9841 * gcc.c-torture/execute/20000717-4.c: New test.
9842
9843 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
9844
9845 * gcc.dg/cpp/syshdr.c: New test.
9846 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
9847
9848 2000-07-17 Neil Booth <neilb@earthling.net>
9849
9850 * gcc.dg/cpp/cmdlne-dM.c: New test.
9851 * gcc.dg/cpp/cmdlne-dD.c: New test.
9852
9853 Mon Jul 17 03:13:12 2000 Jeffrey A Law (law@cygnus.com)
9854
9855 * gcc.c-torture/execute/20000717-3.c: New test.
9856
9857 * gcc.c-torture/compile/20000717-1.c: New test.
9858
9859 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
9860
9861 * gcc.c-torture/execute/20000717-2.c: New test.
9862
9863 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
9864
9865 * gcc.dg/formatz-1.c: New test.
9866
9867 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
9868 * gcc.dg/c99-digraph-1.c: New tests.
9869
9870 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
9871 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
9872
9873 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
9874 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
9875 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
9876 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
9877 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
9878 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
9879 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
9880
9881 Mon Jul 17 00:41:57 2000 Greg McGary <greg@mcgary.org>
9882
9883 * gcc.c-torture/execute/20000717-1.c: New test.
9884 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
9885
9886 2000-07-15 Jakub Jelinek <jakub@redhat.com>
9887
9888 * gcc.c-torture/execute/20000715-2.c: New test.
9889 * gcc.dg/20000715-1.c: New test.
9890
9891 2000-07-15 Michael Meissner <meissner@redhat.com>
9892
9893 * gcc.c-torture/execute/20000715-1.c: New test.
9894
9895 2000-07-13 Jakub Jelinek <jakub@redhat.com>
9896
9897 * gcc.c-torture/execute/20000707-1.c: New test.
9898
9899 2000-07-13 Neil Booth <NeilB@earthling.net>
9900
9901 * testsuite/gcc.dg/cpp/digraph1.c,
9902 testsuite/gcc.dg/cpp/digraph2.c,
9903 testsuite/gcc.dg/cpp/digraphs.c: New tests.
9904
9905 2000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
9906
9907 * g77.f-torture/compile/20000630-2.f: New test.
9908 * g77.f-torture/compile/20000630-2.x
9909
9910 2000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
9911
9912 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
9913
9914 2000-07-11 Neil Booth <NeilB@earthling.net>
9915
9916 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
9917
9918 2000-07-11 Neil Booth <NeilB@earthling.net>
9919
9920 * gcc.dg/cpp/cmdlne-C.c: New.
9921
9922 2000-07-09 Neil Booth <NeilB@earthling.net>
9923
9924 * gcc.dg/cpp/directiv.c: New tests.
9925 * gcc.dg/cpp/undef1.c: Update.
9926
9927 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
9928
9929 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
9930
9931 2000-07-09 Neil Booth <NeilB@earthling.net>
9932
9933 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
9934
9935 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
9936
9937 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
9938 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
9939
9940 2000-07-08 Neil Booth <NeilB@earthling.net>
9941
9942 * gcc.dg/cpp/macsyntx.c: New tests.
9943
9944 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9945
9946 * gcc.dg/20000707-1.c: New test.
9947
9948 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9949
9950 * gcc.c-torture/execute/20000706-1.c: New test.
9951 * gcc.c-torture/execute/20000706-2.c: New test.
9952 * gcc.c-torture/execute/20000706-3.c: New test.
9953 * gcc.c-torture/execute/20000706-4.c: New test.
9954 * gcc.c-torture/execute/20000706-5.c: New test.
9955
9956 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9957
9958 * g++.old-deja/g++.pt/instantiate7.C: New test.
9959
9960 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9961
9962 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
9963 * g++.old-deja/g++.mike/thunk3.C: Likewise.
9964 * g++.old-deja/g++.other/rtti3.C: Likewise.
9965 * g++.old-deja/g++.other/rttid3.C: Likewise.
9966
9967 2000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
9968
9969 * g77.f-torture/compile/20000630-1.x: Fix typo
9970
9971 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
9972
9973 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
9974 assembly output.
9975
9976 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
9977
9978 * gcc.dg/cpp/ident.c: New test.
9979
9980 2000-07-05 Neil Booth <NeilB@earthling.net>
9981
9982 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
9983 gcc.dg/cpp/lexstrng.c: New tests.
9984
9985 2000-07-04 Neil Booth <NeilB@earthling.net>
9986
9987 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
9988 * gcc.dg/cpp/strify2.c: Same.
9989
9990 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
9991
9992 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
9993 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
9994 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
9995 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
9996
9997 * testsuite/gcc.dg/cpp/macro1.c,
9998 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
9999 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
10000 testsuite/gcc.dg/cpp/strify1.c,
10001 testsuite/gcc.dg/cpp/strify2.c: New tests.
10002
10003 2000-07-03 Jakub Jelinek <jakub@redhat.com>
10004
10005 * gcc.c-torture/execute/20000703-1.c: New test.
10006
10007 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
10008
10009 * g++.old-deja/g++.pt (lookup10.C): New test.
10010
10011 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
10012
10013 * g++.old-deja/g++.pt (typename25.C): New test.
10014
10015 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
10016
10017 * gcc.c-torture/compile/20000701-1.c: New test.
10018
10019 2000-06-30 Nick Clifton <nickc@cygnus.com>
10020
10021 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
10022 to test case.
10023
10024 2000-06-30 Catherine Moore <clm@cygnus.com>
10025
10026 * gcc.c-torture/execute/align-1.c: New test.
10027
10028 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
10029
10030 * g++.old-deja/g++.pt/expr8.C: New test.
10031 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
10032
10033 2000-06-29 Nick Clifton <nickc@cygnus.com>
10034
10035 * gcc.c-torture/compile/20000629-1.c: New test.
10036
10037 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
10038
10039
10040 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
10041 gcc.dg/noncompile directory, depending on whether they're
10042 preprocessor tests or not. Annotate all the tests for the dg
10043 framework.
10044
10045 * gcc.c-torture/noncompile/noncompile.exp: Delete.
10046 * gcc.dg/noncompile/noncompile.exp: New.
10047
10048 * Moved files:
10049 Old name New name
10050 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
10051 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
10052 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
10053 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
10054 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
10055 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
10056 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
10057 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
10058 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
10059 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
10060 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
10061 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
10062 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
10063 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
10064 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
10065 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
10066 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
10067 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
10068 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
10069 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
10070 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
10071 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
10072 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
10073 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
10074
10075 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
10076 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
10077 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
10078 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
10079 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
10080 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
10081
10082 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
10083
10084 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
10085 declare one variable. On the fourth, error.
10086 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
10087 declared by 20000628-1a.h.
10088
10089 2000-06-29 Richard Henderson <rth@redhat.com>
10090
10091 * gcc.c-torture/execute/930529-1.x: New file.
10092 * gcc.dg/920413-1.c: Adjust expected warning text.
10093 * gcc.dg/980217-1.c: Declare abort.
10094 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
10095
10096 Thu Jun 29 09:42:40 2000 Jeffrey A Law (law@cygnus.com)
10097
10098 * g77.f-torture/compile/20000629-1.f: New test.
10099 * g77.f-torture/compile/20000629-1.x: Expected to fail.
10100
10101 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
10102
10103 Rearrange lots of files, removing entirely the
10104 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
10105 directories.
10106
10107 * Deleted files:
10108 gcc.c-torture/code_quality/code_quality.exp
10109 gcc.c-torture/special/special.exp
10110 gcc.failure/failure.exp
10111 gcc.failure/940409-1.x
10112 gcc.c-torture/compile/961203-1.x
10113
10114 * New files:
10115 gcc.misc-tests/linkage.exp
10116 gcc.c-torture/execute/920730-1t.c
10117 gcc.c-torture/execute/920730-1t.x
10118 gcc.c-torture/compile/920520-1.x
10119 gcc.c-torture/compile/920521-1.x
10120 gcc.c-torture/compile/981006-1.x
10121 gcc.c-torture/execute/eeprof-1.x
10122
10123 * Moved files (possibly with modifications to fit a new harness):
10124 Old name New name
10125 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
10126 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
10127 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
10128 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
10129 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
10130 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
10131 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
10132 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
10133 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
10134 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
10135 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
10136 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
10137 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
10138 gcc.failure/940409-1.c gcc.dg/940409-1.c
10139
10140 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
10141
10142 * c-torture/compile/961203-1.x: Delete.
10143
10144 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
10145 not exit. Include stdio.h.
10146 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
10147 * gcc.misc-tests/dg-12.c: Likewise.
10148 * gcc.misc-tests/dg-5.c: Likewise.
10149 * gcc.misc-tests/dg-6.c: Likewise.
10150 * gcc.misc-tests/dg-7.c: Prototype abort.
10151 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
10152 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
10153 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
10154 not exit.
10155 * gcc.misc-tests/sieve.c: Use return from main, not exit.
10156 * gcc.misc-tests/sort2.c: Use return from main, not exit.
10157
10158 2000-06-28 Jakub Jelinek <jakub@redhat.com>
10159
10160 * gcc.dg/cpp/20000628-1.c: New test.
10161 * gcc.dg/cpp/20000628-1.h: New header for above test.
10162 * gcc.dg/cpp/20000628-1a.h: Likewise.
10163
10164 2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
10165
10166 * gcc.dg/cpp: New directory.
10167 * gcc.dg/cpp/cpp.exp: New driver.
10168 * gcc.dg/cpp/20000627-1.c: New test.
10169 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
10170 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
10171 and rewrite as a compilation test.
10172
10173 * gcc.dg: Move many files into the cpp subdirectory, possibly
10174 renaming or editing them as well.
10175 Old name New name
10176 990119-1.c cpp/19990119-1.c
10177 990228-1.c cpp/19990228-1.c
10178 990407-1.c cpp/19990407-1.c
10179 990409-1.c cpp/19990409-1.c
10180 990413-1.c cpp/19990413-1.c
10181 990703-1.c cpp/19990703-1.c
10182 20000127-1.c cpp/20000127-1.c
10183 20000129-1.c cpp/20000129-1.c
10184 20000207-1.c cpp/20000207-1.c
10185 20000207-2.c cpp/20000207-2.c
10186 20000209-1.c cpp/20000209-1.c
10187 20000209-2.c cpp/20000209-2.c
10188 20000301-1.c cpp/20000301-1.c
10189 20000419-1.c cpp/20000419-1.c
10190 20000510-1.S cpp/20000510-1.S
10191 20000519-1.c cpp/20000519-1.c
10192 20000529-1.c cpp/20000529-1.c
10193 20000625-1.c cpp/20000625-1.c
10194 20000625-2.c cpp/20000625-2.c
10195 cpp-as1.c cpp/assert1.c
10196 cpp-as2.c cpp/assert2.c
10197 cxx-comments-1.c cpp/cxxcom1.c
10198 cxx-comments-2.c cpp/cxxcom2.c
10199 endif-label.c cpp/endif.c
10200 cpp-hash1.c cpp/hash1.c
10201 cpp-hash2.c cpp/hash2.c
10202 cpp-if1.c cpp/if-1.c
10203 cpp-if2.c cpp/if-2.c
10204 cpp-if3.c cpp/if-3.c
10205 cpp-if4.c cpp/if-4.c
10206 cpp-if5.c cpp/if-5.c
10207 cpp-cond.c cpp/if-cexp.c
10208 cpp-missingop.c cpp/if-mop.c
10209 cpp-missingparen.c cpp/if-mpar.c
10210 cpp-opprec.c cpp/if-oppr.c
10211 cpp-ifparen.c cpp/if-paren.c
10212 cpp-shortcircuit.c cpp/if-sc.c
10213 cpp-shift.c cpp/if-shift.c
10214 cpp-unary.c cpp/if-unary.c
10215 cpp-li1.c cpp/line1.c
10216 cpp-li2.c cpp/line2.c
10217 lineno.c cpp/line3.c
10218 lineno-2.c cpp/line4.c
10219 cpp-mi.c cpp/mi1.c
10220 cpp-mic.h cpp/mi1c.h
10221 cpp-micc.h cpp/mi1cc.h
10222 cpp-mind.h cpp/mi1nd.h
10223 cpp-mindp.h cpp/mi1ndp.h
10224 cpp-mix.h cpp/mi1x.h
10225 cpp-mi2.c cpp/mi2.c
10226 cpp-mi2a.h cpp/mi2a.h
10227 cpp-mi2b.h cpp/mi2b.h
10228 cpp-mi2c.h cpp/mi2c.h
10229 cpp-mi3.c cpp/mi3.c
10230 cpp-mi3.def cpp/mi3.def
10231 poison-1.c cpp/poison.c
10232 pr-impl.c cpp/prag-imp.c
10233 cpp-redef-2.c cpp/redef1.c
10234 cpp-redef.c cpp/redef2.c
10235 strpaste.c cpp/strp1.c
10236 strpaste-2.c cpp/strp2.c
10237 cpp-tradpaste.c cpp/tr-paste.c
10238 cpp-tradstringify.c cpp/tr-str.c
10239 cpp-tradwarn1.c cpp/tr-warn1.c
10240 cpp-tradwarn2.c cpp/tr-warn2.c
10241 trigraphs.c cpp/trigraphs.c
10242 cpp-unc1.c cpp/unc1.c
10243 cpp-unc2.c cpp/unc2.c
10244 cpp-unc3.c cpp/unc3.c
10245 cpp-unc.c cpp/unc4.c
10246 undef.c cpp/undef1.c
10247 undef-2.c cpp/undef2.c
10248 cpp-wi1.c cpp/widestr1.c
10249
10250 2000-06-27 Mark Mitchell <mark@codesourcery.com>
10251
10252 * lib/g++.exp (g++_include_flags): Tweak.
10253
10254 2000-06-27 H.J. Lu <hjl@gnu.org>
10255 Loren J. Rittle <ljrittle@acm.org>
10256
10257 * lib/g++.exp (g++_include_flags): Override libgloss.exp
10258 version with one that knows about the new gcc tree structure.
10259 (g++_link_flags): Same.
10260
10261 2000-06-26 Zack Weinberg <zack@wolery.cumb.org>
10262
10263 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
10264 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
10265 case we are cross-compiling.
10266
10267 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
10268 g++.old-deja/g++.niklas/Makefile.in,
10269 g++.old-deja/g++.niklas/configure.in,
10270 g++.old-deja/g++.other/Makefile.in,
10271 g++.old-deja/g++.other/configure.in,
10272 gcc.c-torture/code_quality/Makefile.in,
10273 gcc.c-torture/code_quality/configure.in,
10274 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
10275 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
10276 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
10277 gcc.c-torture/execute/ieee/Makefile.in,
10278 gcc.c-torture/execute/ieee/configure.in,
10279 gcc.c-torture/noncompile/Makefile.in,
10280 gcc.c-torture/noncompile/configure.in,
10281 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
10282 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
10283 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
10284
10285 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10286
10287 * g++.old-deja/g++.other/ambig3.C: New test.
10288
10289 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10290
10291 * g++.old-deja/g++.pt/syntax1.C: New test.
10292 * g++.old-deja/g++.pt/syntax2.C: New test.
10293 * g++.old-deja/g++.other/syntax3.C: New test.
10294 * g++.old-deja/g++.other/syntax4.C: New test.
10295
10296 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10297
10298 * gcc.dg/20000623-1.c: Prototype exit and abort.
10299
10300 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10301
10302 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
10303 New tests.
10304 * gcc.dg/cpp-mi3.def: New file.
10305
10306 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
10307 inside assertions.
10308 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
10309 lexer's error messages.
10310 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
10311 divine anything from the linemarkers.
10312 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
10313 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
10314
10315 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
10316
10317 * gcc.dg/20000623-1.c: New test.
10318
10319 2000-06-22 Jakub Jelinek <jakub@redhat.com>
10320
10321 * gcc.c-torture/execute/20000622-1.c: New test.
10322
10323 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10324
10325 * g++.old-deja/g++.other/init15.C: New test.
10326
10327 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10328
10329 * g++.old-deja/g++.pt/vaarg2.C: New test.
10330 * g++.old-deja/g++.pt/vaarg3.C: New test.
10331
10332 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
10333
10334 * g++.old-deja/g++.other/dyncast6.C: New test.
10335
10336 2000-06-15 Jakub Jelinek <jakub@redhat.com>
10337
10338 * gcc.c-torture/execute/loop-6.c: New test.
10339
10340 2000-06-14 Jakub Jelinek <jakub@redhat.com>
10341
10342 * gcc.dg/20000614-1.c: New test.
10343 * gcc.dg/20000614-2.c: New test.
10344
10345 2000-06-14 Hans-Peter Nilsson <hp@axis.com>
10346
10347 * g++.old-deja/g++.other/inline12.C: New test.
10348
10349 2000-06-13 Jakub Jelinek <jakub@redhat.com>
10350
10351 * g++.old-deja/g++.other/eh1.C: New test.
10352
10353 2000-06-12 Jakub Jelinek <jakub@redhat.com>
10354
10355 * g++.old-deja/g++.other/type.C: New test.
10356
10357 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10358
10359 * g++.old-deja/g++.other/initstring.C: New test.
10360
10361 2000-06-12 Jason Merrill <jason@redhat.com>
10362
10363 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
10364
10365 Fri Jun 9 22:46:34 2000 Jeffrey A Law (law@cygnus.com)
10366
10367 * gcc.c-torture/compile/20000609-1.c: New test.
10368
10369 Fri Jun 9 21:54:28 2000 Clinton Popetz <cpopetz@cygnus.com>
10370
10371 * gcc.dg/20000609-1.c: New test.
10372
10373 2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
10374
10375 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
10376 * gcc.c-torture/noncompile/poison-1.c: Move...
10377 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
10378 * gcc.dg/cpp-li1.c: Add a token after the #line.
10379
10380 2000-06-05 Richard Henderson <rth@cygnus.com>
10381
10382 * gcc.c-torture/execute/20000605-2.c: New test.
10383 * gcc.c-torture/execute/20000605-3.c: New test.
10384
10385 2000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
10386
10387 * g77.f-torture/execute/20000503-1.x: New file.
10388
10389 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
10390
10391 * g++.old-deja/g++.eh/badalloc1.C: New test.
10392
10393 2000-06-05 Richard Henderson <rth@cygnus.com>
10394
10395 * gcc.c-torture/execute/20000605-1.c: New test.
10396
10397 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10398 Nathan Sidwell <nathan@codesourcery.com>
10399
10400 * gcc.c-torture/compile/20000605-1.c: New test.
10401
10402 2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
10403
10404 * g77.f-torture/compile/20000601-1.f: New test.
10405
10406 2000-06-03 Richard Henderson <rth@cygnus.com>
10407
10408 * gcc.c-torture/execute/20000603-1.c: New.
10409
10410 2000-06-02 Zack Weinberg <zack@wolery.cumb.org>
10411
10412 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
10413 * gcc.dg/noreturn-2.c (noreturn): Likewise.
10414
10415 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
10416
10417 * gcc.dg/compare2.c (case 12): XFAIL.
10418 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
10419 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
10420
10421 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
10422
10423 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
10424
10425 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
10426 guard macro is already defined when the header is first
10427 included.
10428 * gcc.dg/cpp-mix.h: New file.
10429 * gcc.dg/endif-label.c: Update patterns to match compiler.
10430
10431 * g++.brendan/complex1.C: Declare abort.
10432 * g++.law/refs4.C: Remove XFAIL.
10433 * g++.oliva/expr2.C: Declare abort and exit.
10434
10435 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
10436
10437 * gcc.c-torture/execute/20000528-1.c: New test.
10438
10439 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
10440 * g++.old-deja/g++.law/temps4.C: Likewise.
10441
10442 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
10443 stdlib.h. Call abort() on failure.
10444 * g++.old-deja/g++.law/refs4.C: Likewise.
10445 * g++.old-deja/g++.law/temps4.C: Likewise.
10446 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
10447 * gcc.c-torture/execute/20000112-1.c: Include string.h.
10448
10449 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
10450
10451 Relative to g++.dg/special:
10452 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
10453
10454 Relative to g++.old-deja:
10455 * g++.brendan/complex1.C, g++.jason/optimize2.C,
10456 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
10457 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
10458 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
10459 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
10460 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
10461 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
10462
10463 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
10464 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
10465 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
10466 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
10467 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
10468 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
10469 and/or string.h.
10470
10471 * g++.other/goto1.C: Update expectations for error messages.
10472
10473 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
10474
10475 * gcc.c-torture/compile/20000523-1.c: New test.
10476
10477 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10478
10479 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
10480
10481 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10482
10483 * g++.old-deja/g++.eh/catch11.C: New test.
10484 * g++.old-deja/g++.eh/catch12.C: New test.
10485
10486 2000-05-24 Nick Clifton <nickc@cygnus.com>
10487
10488 * gcc.c-torture/execute/20000523-1.c: New test.
10489
10490 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
10491
10492 * c-torture/execute/bcp-1.c: Replace abort in arg of
10493 __builtin_constant_p with a generic external function.
10494
10495 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
10496 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
10497 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
10498 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
10499 Prototype abort and/or exit.
10500
10501 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
10502 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
10503 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
10504 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
10505
10506 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
10507
10508 * gcc.dg/dwarf2-1.c: New test.
10509
10510 2000-05-20 Richard Henderson <rth@cygnus.com>
10511
10512 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
10513
10514 2000-05-20 Andreas Jaeger <aj@suse.de>
10515
10516 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
10517 testcase.
10518
10519 2000-05-19 David Edelsohn <edelsohn@gnu.org>
10520
10521 * gcc.c-torture/execute/20000519-2.c: New test.
10522
10523 2000-05-19 Andreas Jaeger <aj@suse.de>
10524
10525 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
10526 which fails with SSA.
10527
10528 * lib/c-torture.exp: Also test with -O3 -fssa.
10529
10530 2000-05-18 Michael Meissner <meissner@redhat.com>
10531
10532 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
10533 * gcc.c-torture/execute/920415-1.c: Ditto.
10534 * gcc.c-torture/execute/920501-1.c: Ditto.
10535 * gcc.c-torture/execute/conversion.c: Ditto.
10536 * gcc.c-torture/execute/cvt-1.c: Ditto.
10537
10538 Thu May 18 16:03:29 2000 Jeffrey A Law (law@cygnus.com)
10539
10540 * gcc.c-torture/compile/20000518-1.c: New test.
10541
10542 2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
10543
10544 * g77.f-torture/compile/200005018.f: New test.
10545
10546 Wed May 17 18:30:10 2000 Jeffrey A Law (law@cygnus.com)
10547
10548 * gcc.c-torture/compile/20000517-1.c: New test.
10549
10550 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10551
10552 * gcc.c-torture/execute/20000516-1.c: New test.
10553
10554 2000-05-15 Jakub Jelinek <jakub@redhat.com>
10555
10556 * g++.old-deja/g++.other/eh.C: New test.
10557
10558 2000-05-12 Richard Henderson <rth@cygnus.com>
10559
10560 * gcc.c-torture/execute/990208-1.c (main): Don't pass
10561 constants through to doit's conditional.
10562
10563 Thu May 11 19:02:43 2000 Jeffrey A Law (law@cygnus.com)
10564
10565 * gcc.c-torture/compile/20000511-1.c: New test.
10566 * g77.f-torture/compile/20000511-1.f: New test.
10567 * g77.f-torture/compile/20000511-2.f: New test.
10568
10569 2000-05-11 Michael Meissner <meissner@redhat.com>
10570
10571 * gcc.c-torture/execute/20000511-1.c: New test.
10572
10573 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
10574
10575 * gcc.dg/dg.exp: Scan .S files as well as .c files.
10576 * gcc.dg/20000510-1.S: New.
10577
10578 2000-05-08 Catherine Moore <clm@cygnus.com>
10579
10580 * gcc.dg/unused-3.c: New.
10581
10582 2000-05-06 Richard Henderson <rth@cygnus.com>
10583
10584 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
10585 * g++.old-deja/g++.mike/warn1.C: Likewise.
10586 * g++.old-deja/g++.pt/local1.C: Likewise.
10587 * g++.old-deja/g++.pt/local7.C: Likewise.
10588 * g++.old-deja/g++.pt/spec16.C: Likewise.
10589
10590 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
10591
10592 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
10593
10594 2000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
10595
10596 * g77.f-torture/execute/20000503-1.f: New test.
10597
10598 2000-05-04 Andreas Jaeger <aj@suse.de>
10599
10600 * gcc.dg/noreturn-2.c: New test.
10601
10602 2000-05-04 Neil Booth <NeilB@earthling.net>
10603
10604 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
10605 preprocessor.
10606
10607 2000-05-04 Richard Henderson <rth@cygnus.com>
10608
10609 * gcc.c-torture/execute/20000503-1.c: Fix typo.
10610
10611 2000-05-04 Richard Henderson <rth@cygnus.com>
10612
10613 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
10614 OpenSSL by Jason R Thorpe.
10615
10616 Wed May 3 13:02:10 2000 Jim Wilson <wilson@cygnus.com>
10617
10618 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
10619
10620 2000-05-03 Robert Lipe <robertlipe@usa.net>
10621
10622 * gcc.dg/20000503-1.c: New test.
10623
10624 2000-05-02 Jakub Jelinek <jakub@redhat.com>
10625
10626 * gcc.c-torture/compile/20000502-1.c: New test.
10627 * g++.old-deja/g++.other/align.C: New test.
10628 * gcc.dg/cpp-tradstringify.c: New test.
10629
10630 Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
10631
10632 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
10633 and hard registers.
10634
10635 2000-04-26 Geoff Keating <geoffk@cygnus.com>
10636
10637 * gcc.c-torture/execute/loop-5.c: New test.
10638
10639 2000-04-25 Jakub Jelinek <jakub@redhat.com>
10640
10641 * gcc.c-torture/execute/va-arg-20.c: New test.
10642
10643 Sun Apr 23 14:41:33 2000 Jeffrey A Law (law@cygnus.com)
10644
10645 * gcc.c-torture/execute/20000422-1.c: New test.
10646
10647 2000-04-20 Greg McGary <gkm@gnu.org>
10648
10649 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
10650 when optimizing, but without sibling-call optimizations (-O1).
10651
10652 Thu Apr 20 11:57:03 2000 Jeffrey A Law (law@cygnus.com)
10653
10654 * gcc.c-torture/compile/20000420-1.c: New test.
10655
10656 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
10657
10658 * g++.abi/ptrflags.C: New test.
10659 * g++.eh/catchptr1.C: Test incomplete pointer chains.
10660
10661 Wed Apr 19 09:16:32 2000 Catherine Moore <clm@cygnus.com>
10662
10663 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
10664
10665 2000-04-19 Greg McGary <gkm@gnu.org>
10666
10667 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
10668 sibling-call optimizations.
10669
10670 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
10671
10672 * gcc.dg/20000419-1.c: New test.
10673
10674 Wed Apr 12 22:54:02 2000 Hans-Peter Nilsson <hp@axis.com>
10675
10676 * gcc.c-torture/execute/20000412-6.c: New test.
10677
10678 Wed Apr 12 10:25:08 2000 Jeffrey A Law (law@cygnus.com)
10679
10680 * gcc.c-torture/execute/20000412-5.c: New test.
10681 * g77.f-torture/compile/20000412-1.f: New test.
10682 * gcc.c-torture/execute/20000412-4.c: New test.
10683 * gcc.c-torture/compile/20000412-2.c: New test.
10684 * gcc.c-torture/execute/20000412-3.c: New test.
10685 * gcc.c-torture/compile/20000412-1.c: New test.
10686 * gcc.c-torture/execute/20000412-2.c: New test.
10687
10688 2000-04-12 Jakub Jelinek <jakub@redhat.com>
10689
10690 * objc/execute/bf-20.m: New test.
10691
10692 2000-04-10 Richard Henderson <rth@cygnus.com>
10693
10694 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
10695
10696 * gcc.c-torture/execute/20000412-1.c: New test.
10697
10698 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
10699
10700 * g++.old-deja/g++.eh/catchptr1.C: New test.
10701
10702 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
10703
10704 * g++.old-deja/g++.abi/cxa_vec.C: New test.
10705
10706 2000-04-08 Neil Booth <NeilB@earthling.net>
10707
10708 * gcc.dg/cpp-nullchar.c: Remove test as
10709 embedded nulls cause problems.
10710
10711 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10712
10713 * gcc.dg/compare2.c: New test.
10714
10715 2000-04-08 Neil Booth <NeilB@earthling.net>
10716
10717 * gcc.dg/cpp-nullchar.c: New test.
10718
10719 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
10720
10721 * gcc.dg/cpp-mi2.c: New test.
10722 * gcc.dg/cpp-mi2[abc].h: New files.
10723
10724 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
10725
10726 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
10727 member name.
10728
10729 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
10730
10731 * g++.old-deja/g++.abi/vmihint.C: New test.
10732
10733 2000-04-06 Neil Booth <NeilB@earthling.net>
10734
10735 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
10736 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
10737 copyright.
10738
10739 Wed Apr 5 22:51:36 2000 Hans-Peter Nilsson <hp@axis.com>
10740
10741 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
10742 avoid stack-frame overwrite.
10743
10744 2000-04-05 Jakub Jelinek <jakub@redhat.com>
10745
10746 * gcc.c-torture/compile/20000405-2.c: New test.
10747 * gcc.c-torture/compile/20000405-3.c: New test.
10748
10749 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10750
10751 * gcc.c-torture/compile/20000405-1.c: New test.
10752
10753 2000-04-04 Geoff Keating <geoffk@cygnus.com>
10754
10755 * gcc.dg/cast-qual-1.c: Revert last change.
10756
10757 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10758
10759 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
10760
10761 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
10762
10763 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
10764 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
10765
10766 Mon Apr 3 02:35:34 2000 Jeffrey A Law (law@cygnus.com)
10767
10768 * gcc.c-torture/compile/20000403-2.c: New test.
10769 * gcc.c-torture/compile/20000403-1.c: New test.
10770
10771 Mon Apr 3 16:53:52 2000 Hans-Peter Nilsson <hp@axis.com>
10772
10773 * gcc.c-torture/execute/20000403-1.c: New test.
10774
10775 2000-04-03 Geoff Keating <geoffk@cygnus.com>
10776
10777 * gcc.c-torture/execute/20000402-1.c: New test.
10778
10779 Mon Apr 3 14:10:34 2000 Donald Lindsay <dlindsay@cygnus.com>
10780
10781 * gcc.c-torture/execute/va-arg-15.c: New test.
10782 * gcc.c-torture/execute/va-arg-16.c: New test.
10783 * gcc.c-torture/execute/va-arg-17.c: New test.
10784 * gcc.c-torture/execute/va-arg-18.c: New test.
10785 * gcc.c-torture/execute/va-arg-19.c: New test.
10786
10787 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
10788
10789 * gcc.c-torture/compile/981211-1.c: Move to...
10790 * gcc.dg/cpp-as1.c: ...here.
10791 * gcc.dg/cpp-as2.c: New file.
10792
10793 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
10794 compiler.
10795
10796 2000-04-02 Neil Booth <NeilB@earthling.net>
10797
10798 * gcc.dg/cpp-cond.c New tests.
10799 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
10800 accidental success less likely.
10801 * gcc.dg/cpp-missingop.c New tests.
10802 * gcc.dg/cpp-missingparen.c New tests.
10803 * gcc.dg/cpp-shift.c New tests.
10804 * gcc.dg/cpp-shortcircuit.c New tests.
10805 * gcc.dg/cpp-unary.c New tests.
10806
10807 Wed Mar 29 13:44:23 2000 Jeffrey A Law (law@cygnus.com)
10808
10809 * gcc.c-torture/compile/20000329-1.c: New test.
10810
10811 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
10812
10813 * gcc.c-torture/compile/20000326-1.c: New test.
10814 * gcc.c-torture/compile/20000326-2.c: New test.
10815
10816 2000-03-24 Geoff Keating <geoffk@cygnus.com>
10817
10818 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
10819 the first parameter is a function argument.
10820
10821 2000-03-23 Nathan Sidwell <nathan@codesourcery.com>
10822
10823 * g++.old-deja/g++.ext/array4.C: New test.
10824
10825 2000-03-22 Geoff Keating <geoffk@cygnus.com>
10826
10827 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
10828
10829 2000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10830
10831 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
10832
10833 2000-03-19 Richard Henderson <rth@cygnus.com>
10834
10835 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
10836
10837 2000-03-19 Richard Henderson <rth@cygnus.com>
10838
10839 * gcc.c-torture/compile/20000319-1.c: New test.
10840
10841 Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
10842
10843 * gcc.c-torture/execute/20000314-3.c: New test.
10844 * gcc.c-torture/execute/20000314-2.c: New test.
10845 * gcc.c-torture/execute/20000314-1.c: New test.
10846 * gcc.c-torture/compile/20000314-2.c: New test.
10847 * gcc.c-torture/compile/20000314-1.c: New test.
10848
10849 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
10850
10851 * g++.old-deja/g++.warn/inline.C: New test.
10852
10853 Fri Mar 10 01:15:19 2000 Hans-Peter Nilsson <hp@bitrange.com>
10854
10855 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
10856 standards-compliant result rather than specific constants.
10857 Put test-values in array.
10858
10859 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
10860
10861 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
10862 (g++_target_compile): Put test-specific options last.
10863
10864 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10865
10866 * g++.old-deja/g++.eh/vbase4.C: New test.
10867
10868 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10869
10870 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
10871
10872 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10873
10874 * g++.old-deja/g++.brendan/misc12.C: Removed.
10875 * g++.old-deja/g++.pt/memtemp77.C: Constify.
10876 * g++.old-deja/g++.ext/pretty4.C: New test.
10877
10878 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10879
10880 * g++.old-deja/g++.other/string2.C: New test.
10881
10882 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
10883
10884 * g++.old-deja/g++.warn/impint2.C: New test.
10885
10886 Sun Mar 5 23:25:12 2000 Hans-Peter Nilsson <hp@bitrange.com>
10887
10888 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
10889 is 1, not zero.
10890
10891 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
10892
10893 * g++.old-deja/g++.warn/impint.C: New test.
10894 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
10895 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
10896 * g++.old-deja/g++.pt/explicit12.C: Likewise.
10897 * g++.old-deja/g++.pt/explicit13.C: Likewise.
10898 * g++.old-deja/g++.pt/explicit17.C: Likewise.
10899 * g++.old-deja/g++.pt/explicit18.C: Likewise.
10900 * g++.old-deja/g++.pt/explicit19.C: Likewise.
10901 * g++.old-deja/g++.pt/explicit23.C: Likewise.
10902 * g++.old-deja/g++.pt/explicit31.C: Likewise.
10903 * g++.old-deja/g++.pt/explicit35.C: Likewise.
10904 * g++.old-deja/g++.pt/explicit6.C: Likewise.
10905 * g++.old-deja/g++.pt/memclass7.C: Likewise.
10906
10907 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
10908
10909 * gcc.dg/cpp-redef.c: New test.
10910
10911 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
10912
10913 * g++.old-deja/g++.pt/unify7.C: New test.
10914
10915 Sat Feb 26 19:46:09 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10916
10917 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
10918 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
10919
10920 2000-02-25 Geoff Keating <geoffk@cygnus.com>
10921
10922 * gcc.c-torture/compile/20000224-1.c: New test.
10923
10924 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10925
10926 * gcc.c-torture/compile/cpp-2.c: New test.
10927 * gcc.c-torture/compile/cpp-1.c: New test.
10928
10929 Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com)
10930
10931 * gcc.c-torture/execute/20000225-1.c: New test.
10932
10933 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10934
10935 * gcc.dg/cpp-li2.c: New test.
10936
10937 * gcc.dg/cpp-wi1.c: New test.
10938
10939 * gcc.dg/cpp-li1.c: New test.
10940
10941 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
10942
10943 * g++.old-deja/g++.other/sizeof5.C: New test.
10944
10945 2000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10946
10947 * gcc.c-torture/execute/va-arg-13.c: New test.
10948
10949 Wed Feb 23 14:16:06 2000 Donald Lindsay <dlindsay@cygnus.com>
10950
10951 * gcc.c-torture/execute/va-arg-12.c: New test.
10952
10953 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10954
10955 * gcc.c-torture/execute/20000223-1.c: New test.
10956
10957 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10958
10959 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
10960
10961 2000-02-22 Mark Mitchell <mark@codesourcery.com>
10962
10963 * g++.old-deja/g++.abi/ptrmem.C: New test.
10964
10965 2000-02-19 Richard Henderson <rth@cygnus.com>
10966
10967 * gcc.c-torture/compile/init-3.c: New.
10968
10969 2000-02-17 Mark Mitchell <mark@codesourcery.com>
10970
10971 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
10972 ALWAYS_CXXFLAGS.
10973
10974 Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com>
10975
10976 * gcc.c-torture/compile/20000211-3.c: New test.
10977
10978 Fri Feb 11 12:35:40 2000 Martin Buchholz <martin@xemacs.org>
10979
10980 * gcc.c-torture/compile/20000211-2.c: New test.
10981
10982 Fri Feb 11 12:35:40 2000 Jeffrey A Law (law@cygnus.com)
10983
10984 * gcc.c-torture/compile/20000211-1.c: New test.
10985
10986 2000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
10987
10988 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
10989 on native targets
10990
10991 2000-02-08 Nathan Sidwell <nathan@acm.org>
10992
10993 * g++.old-deja/g++.other/cast5.C: New test.
10994
10995 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
10996
10997 * gcc.c-torture/execute/20000205-1.c: New.
10998
10999 2000-02-03 Nathan Sidwell <nathan@acm.org>
11000
11001 * g++.old-deja/g++.jason/cast3.C: Return void.
11002 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
11003
11004 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11005
11006 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
11007
11008 * gcc.dg/loop-1.c: New test.
11009
11010 2000-01-27 Jakub Jelinek <jakub@redhat.com>
11011
11012 * gcc.c-torture/compile/20000127-1.c: New test.
11013 * gcc.c-torture/execute/991228-1.c: New test.
11014
11015 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11016
11017 * gcc.dg/unused-2.c: New test.
11018
11019 * gcc.dg/conv-1.c: New test.
11020
11021 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11022
11023 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
11024 compiler.
11025 (tool_option_proc): Fix typo.
11026
11027 2000-01-24 Geoff Keating <geoffk@cygnus.com>
11028
11029 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
11030 of the ld on the host, not on the build machine.
11031 Also, don't crash if '--help' is not a supported option.
11032
11033 2000-01-24 Richard Henderson <rth@cygnus.com>
11034
11035 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
11036
11037 Thu Jan 20 12:34:48 2000 Jeffrey A Law (law@cygnus.com)
11038
11039 * gcc.c-torture/execute/20000120-2.c: New test.
11040 * gcc.c-torture/execute/20000120-1.c: New test.
11041
11042 Thu Jan 13 02:29:32 2000 Jeffrey A Law (law@cygnus.com)
11043
11044 * gcc.c-torture/execute/20000113-1.c: New test.
11045
11046 Wed Jan 12 20:26:58 2000 Jeffrey A Law (law@cygnus.com)
11047
11048 * gcc.c-torture/execute/20000112-1.c: New test.
11049
11050 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11051
11052 * gcc.dg/20000111-1.c: New test.
11053
11054 Mon Jan 10 18:12:49 2000 Jeffrey A Law (law@cygnus.com)
11055
11056 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
11057 with 16 bit integers.
11058
11059 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11060
11061 * gcc.dg/20000108-1.c: New test.
11062
11063 2000-01-05 Nathan Sidwell <nathan@acm.org>
11064
11065 * g++.old-deja/g++.ns/koenig8.C: New test.
11066
11067 2000-01-05 Nathan Sidwell <nathan@acm.org>
11068
11069 * g++.old-deja/g++.other/cast4.C: New test.
11070
11071 Wed Jan 5 00:26:20 2000 Jeffrey A Law (law@cygnus.com)
11072
11073 * gcc.c-torture/compile/20000105-2.c: New test.
11074 * gcc.c-torture/compile/20000105-1.c: New test.
11075
11076 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11077
11078 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
11079 references to printf & atoi to conform to ANSI standard.
11080 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
11081 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
11082 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
11083 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
11084 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
11085 * g++.old-deja/g++.brendan/complex1.C: Likewise.
11086 * g++.old-deja/g++.brendan/copy1.C: Likewise.
11087 * g++.old-deja/g++.brendan/copy2.C: Likewise.
11088 * g++.old-deja/g++.brendan/copy3.C: Likewise.
11089 * g++.old-deja/g++.brendan/copy4.C: Likewise.
11090 * g++.old-deja/g++.brendan/copy5.C: Likewise.
11091 * g++.old-deja/g++.brendan/copy6.C: Likewise.
11092 * g++.old-deja/g++.brendan/copy7.C: Likewise.
11093 * g++.old-deja/g++.brendan/copy8.C: Likewise.
11094 * g++.old-deja/g++.brendan/crash11.C: Likewise.
11095 * g++.old-deja/g++.brendan/crash14.C: Likewise.
11096 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
11097 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
11098 * g++.old-deja/g++.brendan/delete2.C: Likewise.
11099 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
11100 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
11101 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
11102 * g++.old-deja/g++.brendan/eh1.C: Likewise.
11103 * g++.old-deja/g++.brendan/groff1.C: Likewise.
11104 * g++.old-deja/g++.brendan/init3.C: Likewise.
11105 * g++.old-deja/g++.brendan/misc12.C: Likewise.
11106 * g++.old-deja/g++.brendan/misc7.C: Likewise.
11107 * g++.old-deja/g++.brendan/new2.C: Likewise.
11108 * g++.old-deja/g++.brendan/operators4.C: Likewise.
11109 * g++.old-deja/g++.brendan/operators5.C: Likewise.
11110 * g++.old-deja/g++.brendan/overload2.C: Likewise.
11111 * g++.old-deja/g++.brendan/overload7.C: Likewise.
11112 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
11113 * g++.old-deja/g++.brendan/reference1.C: Likewise.
11114 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
11115 * g++.old-deja/g++.brendan/template24.C: Likewise.
11116 * g++.old-deja/g++.brendan/template3.C: Likewise.
11117 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
11118 * g++.old-deja/g++.jason/inline3.C: Likewise.
11119 * g++.old-deja/g++.jason/opeq.C: Likewise.
11120 * g++.old-deja/g++.law/arg5.C: Likewise.
11121 * g++.old-deja/g++.law/arm7.C: Likewise.
11122 * g++.old-deja/g++.law/ctors11.C: Likewise.
11123 * g++.old-deja/g++.law/cvt8.C: Likewise.
11124 * g++.old-deja/g++.law/init9.C: Likewise.
11125 * g++.old-deja/g++.law/refs4.C: Likewise.
11126 * g++.old-deja/g++.law/template2.C: Likewise.
11127 * g++.old-deja/g++.law/visibility24.C: Likewise.
11128 * g++.old-deja/g++.law/vtable3.C: Likewise.
11129 * g++.old-deja/g++.mike/asm2.C: Likewise.
11130 * g++.old-deja/g++.mike/eh1.C: Likewise.
11131 * g++.old-deja/g++.mike/misc1.C: Likewise.
11132 * g++.old-deja/g++.mike/misc13.C: Likewise.
11133 * g++.old-deja/g++.mike/misc14.C: Likewise.
11134 * g++.old-deja/g++.mike/ns12.C: Likewise.
11135 * g++.old-deja/g++.mike/p1248.C: Likewise.
11136 * g++.old-deja/g++.mike/p3708.C: Likewise.
11137 * g++.old-deja/g++.mike/p3708a.C: Likewise.
11138 * g++.old-deja/g++.mike/p3708b.C: Likewise.
11139 * g++.old-deja/g++.mike/p646.C: Likewise.
11140 * g++.old-deja/g++.mike/p700.C: Likewise.
11141 * g++.old-deja/g++.mike/p783.C: Likewise.
11142 * g++.old-deja/g++.mike/p783a.C: Likewise.
11143 * g++.old-deja/g++.mike/p783b.C: Likewise.
11144 * g++.old-deja/g++.mike/p786.C: Likewise.
11145 * g++.old-deja/g++.mike/p789.C: Likewise.
11146 * g++.old-deja/g++.mike/p789a.C: Likewise.
11147 * g++.old-deja/g++.mike/p807a.C: Likewise.
11148 * g++.old-deja/g++.other/delete3.C: Likewise.
11149 * g++.old-deja/g++.other/dyncast1.C: Likewise.
11150 * g++.old-deja/g++.other/dyncast2.C: Likewise.
11151 * g++.old-deja/g++.other/dyncast3.C: Likewise.
11152 * g++.old-deja/g++.other/empty1.C: Likewise.
11153 * g++.old-deja/g++.other/temporary1.C: Likewise.
11154 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
11155 * g++.old-deja/g++.pt/t16.C: Likewise.
11156 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
11157
11158 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
11159
11160 * gcc.dg/991230-1.c: New test.
11161
11162 Wed Dec 29 23:48:49 1999 Jeffrey A Law (law@cygnus.com)
11163
11164 * gcc.c-torture/compile/991229-3.c: New test.
11165 * gcc.c-torture/compile/991229-2.c: New test.
11166 * gcc.c-torture/compile/991229-1.c: New test.
11167
11168 Wed Dec 29 20:54:46 1999 Greg McGary <gkm@eng.ascend.com>
11169
11170 * gcc.c-torture/compile/labels-2.c: New test.
11171
11172 1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
11173
11174 * gcc.c-torture/execute/991227-1.c: New test.
11175
11176 1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11177
11178 * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
11179
11180 1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
11181
11182 * gcc.c-torture/execute/991221-1.c: New test.
11183
11184 1999-12-20 Nathan Sidwell <nathan@acm.org>
11185
11186 * g++.old-deja/g++.other/cast3.C: New test.
11187
11188 1999-12-16 Bernd Schmidt <bernds@cygnus.co.uk>
11189
11190 * gcc.c-torture/execute/991216-4.c: New test.
11191
11192 1999-12-16 Michael Meissner <meissner@cygnus.com>
11193
11194 * gcc.c-torture/execute/991216-1.c: New test.
11195 * gcc.c-torture/execute/991216-2.c: New test.
11196 * gcc.c-torture/execute/991216-3.c: New test.
11197
11198 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11199
11200 * gcc.dg/991214-1.c: Use "__asm__", not "asm".
11201 Actually make the test fail by using "-O2" for compilation.
11202
11203 1999-12-15 Nathan Sidwell <nathan@acm.org>
11204
11205 * g++.old-deja/g++.warn/cast-align1.C: New test.
11206
11207 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11208
11209 * gcc.c-torture/compile/991214-1.c: New test.
11210 * gcc.c-torture/compile/991214-2.c: New test.
11211
11212 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11213
11214 * gcc.dg/991214-1.c: New test.
11215
11216 Mon Dec 13 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
11217
11218 * gcc.c-torture/compile/991213-3.c: New test.
11219 * gcc.c-torture/compile/991213-2.c: New test.
11220 * gcc.c-torture/compile/991213-1.c: New test.
11221
11222 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11223
11224 * gcc.dg/991209-1.c: New test.
11225
11226 Wed Dec 8 23:44:08 1999 Nathan Sidwell <nathan@acm.org>
11227
11228 * gcc.c-torture/compile/991208-1.c: New test.
11229
11230 1999-12-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11231
11232 * gcc.dg/ultrasp2.c: New test.
11233
11234 1999-12-05 Alex Samuel <samuel@codesourcery.com>
11235
11236 * g++.old-deja/g++.abi/align.C (main): Fix typo.
11237
11238 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
11239
11240 * gcc.c-torture/compile/991202-1.c: New test.
11241 * gcc.c-torture/execute/991202-1.c: New test.
11242 * gcc.c-torture/execute/991202-2.c: New test.
11243 * gcc.c-torture/execute/991202-3.c: New test.
11244
11245 1999-12-02 Alex Samuel <samuel@codesourcery.com>
11246
11247 * g++.old-deja/g++.abi/align.C: New test.
11248 * g++.old-deja/g++.abi/aggregates.C: Likewise.
11249 * g++.old-deja/g++.abi/bitfields.C: Likewise.
11250
11251 1999-12-01 Richard Henderson <rth@cygnus.com>
11252
11253 * gcc.c-torture/execute/991201-1.c: New.
11254
11255 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
11256
11257 * gcc.dg/991129-1.c: New test.
11258
11259 1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
11260
11261 * gcc.c-torture/compile/991127-1.c: New test.
11262
11263 1999-11-22 Nathan Sidwell <nathan@acm.org>
11264
11265 * g++.old-deja/g++.other/warn4.C: New test.
11266
11267 1999-11-22 Nathan Sidwell <nathan@acm.org>
11268
11269 * g++.old-deja/g++.eh/cleanup2.C: New test.
11270 * g++.old-deja/g++.ext/pretty2.C: New test.
11271 * g++.old-deja/g++.ext/pretty3.C: New test.
11272 * g++.old-deja/g++.other/debug6.C: New test.
11273
11274 Wed Oct 20 16:18:23 1999 Jim Wilson <wilson@cygnus.com>
11275
11276 * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
11277 compiler_output to look for one error message instead of two.
11278
11279 1999-11-19 Geoffrey Keating <geoffk@cygnus.com>
11280
11281 * gcc.c-torture/execute/991118-1.c: Also test case
11282 where the word boundary does not split a byte evenly.
11283
11284 1999-11-19 Nathan Sidwell <nathan@acm.org>
11285
11286 * g++.old-deja/g++.ext/restrict1.C: New test.
11287
11288 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11289
11290 * gcc.c-torture/execute/991118-1.c: New test.
11291
11292 1999-11-16 Geoffrey Keating <geoffk@cygnus.com>
11293
11294 * g77.f-torture/execute/u77-test.f (wd): Allow for longer
11295 working directory pathnames.
11296
11297 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
11298
11299 * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
11300 host is equipped with driver.h and driver.o so it can actually
11301 compile and run the tests.
11302
11303 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11304
11305 * gcc.c-torture/compile/991008-1.c: New test.
11306
11307 1999-11-08 Nick Clifton <nickc@cygnus.com>
11308
11309 * lib/gcc-dg.exp: Include target-supports.exp
11310
11311 1999-11-05 Nick Clifton <nickc@cygnus.com>
11312
11313 * lib/target-supports.exp: New file: Provide procs to test for
11314 features supported by the target.
11315 (check_weak_available): Moved here from ecos.exp.
11316 (check_alias_available): New proc: Determine of the target
11317 toolchain supports the alias attribute.
11318
11319 * gcc.dg/special/ecos.exp: Move check_weak_available to
11320 target-supports.exp.
11321 (alias-1.c): Only perform the test if the target supports
11322 aliases.
11323 (wkali-1.c): Only perform the test if the target supports
11324 aliases.
11325
11326 * gcc.dg/990506-0.c: Expect error messages from cross
11327 targets as well as native targets.
11328
11329 1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11330
11331 * gcc.dg/ultrasp1.c: Removed xfail.
11332 * gcc.dg/struct-ret-2.c: Likewise.
11333 * gcc.dg/array-1.c: Likewise.
11334
11335 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11336
11337 * gcc.dg/struct-ret-2.c: New test.
11338
11339 * gcc.dg/array-1.c: New test.
11340
11341 Sat Oct 30 22:23:46 1999 Stephen L Moshier <moshier@mediaone.net>
11342
11343 * gcc.c-torture/execute/991030-1.c: New test.
11344
11345 Tue Oct 26 20:25:42 1999 Richard Henderson <rth@cygnus.com>
11346
11347 * gcc.c-torture/compile/991026-2.c: New test.
11348
11349 Tue Oct 26 00:45:56 1999 Jeffrey A Law (law@cygnus.com)
11350
11351 * gcc.c-torture/compile/991026-1.c: New test.
11352
11353 Sat Oct 23 23:36:03 1999 Jeffrey A Law (law@cygnus.com)
11354
11355 * gcc.c-torture/execute/991023-1.c: New test.
11356
11357 Tue Oct 19 02:11:29 1999 Jeffrey A Law (law@cygnus.com)
11358
11359 * gcc.c-torture/execute/991019-1.c: New test.
11360
11361 Sat Oct 16 00:05:48 1999 Richard Henderson <rth@cygnus.com>
11362
11363 * gcc.c-torture/execute/991016-1.c: New test.
11364
11365 Thu Oct 14 04:22:47 1999 Stephane Carrez <stcarrez@worldnet.fr>
11366
11367 * gcc.c-torture/execute/991014-1.c: New test.
11368
11369 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11370
11371 * g++.old-deja/g++.other/union2.C: New test.
11372
11373 1999-10-13 Nathan Sidwell <nathan@acm.org>
11374
11375 * g++.old-deja/g++.other/vaarg2.C: New test.
11376 * g++.old-deja/g++.other/vaarg3.C: New test.
11377
11378 1999-10-12 Craig Burley <craig@jcb-sc.com>
11379
11380 * g77.f-torture/noncompile/19990905-1.f: Moved from being
11381 in compile/.
11382
11383 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
11384
11385 * gcc.c-torture/execute/va-arg-11.c: New test.
11386
11387 Fri Oct 1 00:53:17 1999 Mark P. Mitchell <mark@codesourcery.com>
11388
11389 * lib/file-format.exp (gcc_target_object_format): Don't
11390 crash if objdump is unavailable.
11391
11392 Wed Sep 29 23:48:44 1999 Donn Terry <donn@interix.com>
11393
11394 * gcc.misc-tests/mg.exp: delete extraneous redirection.
11395
11396 1999-09-28 Nick Clifton <nickc@cygnus.com>
11397
11398 * gcc.c-torture/compile/990928-1.c: New test.
11399
11400 Tue Sep 28 13:19:15 BST 1999 Nathan Sidwell <nathan@acm.org>
11401
11402 * g++.old-deja/g++.other/decl6.C: New test.
11403
11404 Tue Sep 28 01:19:09 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11405
11406 * gcc.c-torture/execute/va-arg-10.c: New test.
11407
11408 Mon Sep 27 09:14:24 BST 1999 Nathan Sidwell <nathan@acm.org>
11409
11410 * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
11411 __PRETTY_FUNCTION__.
11412
11413 1999-09-23 Nick Clifton <nickc@cygnus.com>
11414
11415 * gcc.c-torture/execute/990923-1.c: New test.
11416
11417 1999-09-21 Nick Clifton <nickc@cygnus.com>
11418
11419 * gcc.c-torture/special/special.exp: Add FR30 to list of targets
11420 for which -fpic is inappropriate.
11421
11422 1999-09-21 Mark Mitchell <mark@codesourcery.com>
11423
11424 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
11425
11426 Tue Sep 21 15:38:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11427
11428 * g++.old-deja/g++.other/dyncast1.C: New test.
11429 * g++.old-deja/g++.other/dyncast2.C: New test.
11430 * g++.old-deja/g++.other/dyncast3.C: New test.
11431 * g++.old-deja/g++.other/dyncast4.C: New test.
11432 * g++.old-deja/g++.other/dyncast5.C: New test.
11433 * g++.old-deja/g++.eh/catch3.C: New test.
11434 * g++.old-deja/g++.eh/catch3p.C: New test.
11435 * g++.old-deja/g++.eh/catch4.C: New test.
11436 * g++.old-deja/g++.eh/catch4p.C: New test.
11437 * g++.old-deja/g++.eh/catch5.C: New test.
11438 * g++.old-deja/g++.eh/catch5p.C: New test.
11439 * g++.old-deja/g++.eh/catch6.C: New test.
11440 * g++.old-deja/g++.eh/catch6p.C: New test.
11441 * g++.old-deja/g++.eh/catch7.C: New test.
11442 * g++.old-deja/g++.eh/catch7p.C: New test.
11443 * g++.old-deja/g++.eh/catch8.C: New test.
11444 * g++.old-deja/g++.eh/catch8p.C: New test.
11445 * g++.old-deja/g++.eh/catch9.C: New test.
11446 * g++.old-deja/g++.eh/catch9p.C: New test.
11447
11448 Mon Sep 13 14:14:21 BST 1999 Nathan Sidwell <nathan@acm.org>
11449
11450 * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
11451 * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
11452
11453 Mon Sep 13 06:28:57 1999 Jeffrey A Law (law@cygnus.com)
11454
11455 * gcc.c-torture/compile/990913-1.c: New test.
11456
11457 Fri Sep 10 11:21:25 BST 1999 Nathan Sidwell <nathan@acm.org>
11458
11459 * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
11460 * g++.old-deja/g++.jason/rfg5.C: Likewise.
11461
11462 Thu Sep 9 10:40:36 1999 Richard Henderson <rth@cygnus.com>
11463
11464 * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
11465
11466 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
11467
11468 * g++.old-deja/g++.other/lookup11.C: New test.
11469 * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
11470 what is permitted and what we want.
11471 * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
11472 overload use.
11473 * g++.old-deja/g++.jason/rfg5.C: Likewise
11474
11475 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
11476
11477 * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
11478 * gcc.c-torture/noncompile/poison-1.c: New file.
11479
11480 Wed Sep 8 09:39:56 BST 1999 Nathan Sidwell <nathan@acm.org>
11481
11482 * g++.old-deja/g++.other/sizeof3.C: New test.
11483 * g++.old-deja/g++.other/sizeof4.C: New test.
11484 * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
11485 * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
11486
11487 1999-09-07 Richard Henderson <rth@cygnus.com>
11488
11489 * gcc.dg/va-arg-1.c: New.
11490
11491 1999-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11492
11493 * gcc.c-torture/execute/va-arg-9.c: New test.
11494
11495 1999-09-05 Craig Burley <craig@jcb-sc.com>
11496
11497 * g77.f-torture/compile/980519-2.f: New test.
11498 * g77.f-torture/compile/19990905-0.f: New test.
11499 * g77.f-torture/compile/19990905-1.f: New test.
11500 * g77.f-torture/compile/19990905-2.f: New test.
11501
11502 * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
11503
11504 Fri Sep 3 10:39:38 BST 1999 Richard Earnshaw <rearnsha@arm.com>
11505
11506 * gcc.c-torture/execute/990827-1.c: Fix typo.
11507
11508 Fri Sep 03 09:31:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11509
11510 * g++.old-deja/g++.other/deref1.C: New test.
11511
11512 Thu Sep 02 09:27:34 BST 1999 Nathan Sidwell <nathan@acm.org>
11513
11514 * g++.old-deja/g++.other/ambig2.C: New test.
11515 * g++.old-deja/g++.other/cond5.C: New test.
11516 * g++.old-deja/g++.other/lookup16.C: New test.
11517
11518 Thu Sep 2 01:17:51 1999 Marc Espie <espie@cvs.openbsd.org>
11519
11520 * gcc.dg/980414-1.c: Fix assembler syntax to work with old
11521 assemblers too.
11522
11523 Tue Aug 31 17:57:49 1999 Jeffrey A Law (law@cygnus.com)
11524
11525 * lib/c-torture.exp: Avoid the "compare executables" optimization
11526 when testing native.
11527
11528 Sun Aug 29 14:35:41 1999 Jeffrey A Law (law@cygnus.com)
11529
11530 * gcc.c-torture/execute/990829-1.c: New test.
11531 * gcc.c-torture/compile/990829-1.c: New test.
11532
11533 1999-08-27 Paul Burchard <burchard@pobox.com>
11534
11535 * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
11536 * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
11537 * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
11538 * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
11539 * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
11540 * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
11541 * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
11542 * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
11543 * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
11544 * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
11545 * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
11546
11547 Fri Aug 27 01:24:16 1999 Jeffrey A Law (law@cygnus.com)
11548
11549 * gcc.c-torture/execute/990827-1.c: New test.
11550
11551 1999-08-26 Craig Burley <craig@jcb-sc.com>
11552
11553 * g77.f-torture/noncompile/19990826-4.f: New test.
11554
11555 * g77.f-torture/compile/19990826-3.f: New test.
11556
11557 * g77.f-torture/execute/19990826-2.f: New test.
11558
11559 * g77.f-torture/compile/19990826-1.f: New test.
11560
11561 * gcc.c-torture/execute/990826-0.c: New test.
11562 * g77.c-torture/execute/19990826-0.f: New test.
11563
11564 * g77.f-torture/noncompile/970626-2.f: New test.
11565
11566 1999-08-25 Paul Burchard <burchard@pobox.com>
11567
11568 * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
11569 lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
11570 lss-011.C: New tests.
11571
11572 1999-08-25 Nathan Sidwell <nathan@acm.org>
11573
11574 * g++.old-deja/g++.other/decl5.C: New test.
11575
11576 1999-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11577
11578 * noncompile/noncompile.exp: Load_lib c-torture.exp.
11579 (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
11580 call `postbase' for each one. All callers of `postbase' changed
11581 to call this instead.
11582
11583 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
11584
11585 * gcc.c-torture/execute/990811-1.c: New test.
11586
11587 1999-08-09 Nick Clifton <nickc@cygnus.com>
11588
11589 * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
11590 just native ones.
11591
11592 * gcc.dg/990413-1.c: Expect the parse error for all builds, not
11593 just native ones.
11594
11595 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11596
11597 * g++.old-deja/g++.other/local3.C: Removed XFAIL.
11598
11599 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11600
11601 * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
11602
11603 1999-08-04 Nathan Sidwell <nathan@acm.org>
11604
11605 * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
11606
11607 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11608
11609 * gcc.c-torture/execute/990804-1.c: New test.
11610
11611 1999-08-03 Nathan Sidwell <nathan@acm.org>
11612
11613 * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
11614 * g++.old-deja/g++.brendan/crash64.C: Likewise
11615 * g++.old-deja/g++.brendan/overload8.C: Likewise
11616
11617 1999-08-03 Nathan Sidwell <nathan@acm.org>
11618
11619 * g++.old-deja/g++.other/struct1.C: New test.
11620
11621 1999-08-03 Nathan Sidwell <nathan@acm.org>
11622
11623 * g++.old-deja/g++.other/enum2.C: New test.
11624
11625 Mon Aug 2 13:35:12 1999 Richard Henderson <rth@cygnus.com>
11626
11627 Adapted from tests from Franz Sirl:
11628 * gcc.c-torture/execute/va-arg-7.c: New test.
11629 * gcc.c-torture/execute/va-arg-8.c: New test.
11630
11631 Sun Aug 1 22:29:34 1999 Jeffrey A Law (law@cygnus.com)
11632
11633 * gcc.c-torture/compile/990801-2.c: New test.
11634
11635 * gcc.c-torture/compile/990801-1.c: New test.
11636
11637 1999-07-27 Michael Meissner <meissner@cygnus.com>
11638
11639 * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
11640 fp-cmp-1.c, converting double to float.
11641
11642 * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
11643 fp-cmp-1.c, converting double to long double.
11644
11645 * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
11646 from fr1 to unknown_register, since fr1 is a legitimate register
11647 on some machines.
11648
11649 Sun Jul 25 21:41:37 1999 Jeffrey A Law (law@cygnus.com)
11650
11651 * README: More listname related changes.
11652
11653 1999-07-08 Catherine Moore <clm@cygnus.com>
11654
11655 * gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
11656
11657 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
11658
11659 * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
11660
11661 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11662
11663 * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
11664
11665 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
11666
11667 * gcc.dg/990703-1.c: New test.
11668
11669 1999-06-29 Nick Clifton <nickc@cygnus.com>
11670
11671 * lib/file-format.exp: New file: Move definition of proc
11672 gcc_target_object_format to here from
11673 gcc.dg/special/ecos.exp.
11674
11675 * lib/c-torture.exp: Include lib file-format.exp.
11676 * lib/gcc-dg.exp: Include lib file-format.exp.
11677
11678 * gcc.dg/special/ecos.exp: Remove definition of proc
11679 gcc_target_object_format.
11680
11681 Mon Jun 28 08:20:51 1999 Jeffrey A Law (law@cygnus.com)
11682
11683 * gcc.c-torture/execute/990628-1.c: New test.
11684
11685 Fri Jun 25 05:28:40 1999 Jeffrey A Law (law@cygnus.com)
11686
11687 * gcc.c-torture/compile/990625-2.c: New test.
11688
11689 * gcc.c-torture/compile/990625-1.c: New test.
11690
11691 1999-06-23 Nick Clifton <nickc@cygnus.com>
11692
11693 * gcc.c-torture/compile/dll.c: New test case. Check that dll
11694 attributes compile.
11695 * gcc.c-torture/compile/dll.x: Only support the dll.c test on
11696 ports that use the COFF/PE file format.
11697
11698 Thu Jun 17 13:48:16 1999 Jeffrey A Law (law@cygnus.com)
11699
11700 * gcc.c-torture/compile/990617-1.c: New test.
11701
11702 1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
11703
11704 * g++.old-deja/g++.other/decl4.C: New test.
11705
11706 1999-06-14 Nathan Sidwell <nathan@acm.org>
11707
11708 * g++.old-deja/g++.other/bitfld3.C: New test.
11709
11710 1999-06-08 Nathan Sidwell <nathan@acm.org>
11711
11712 * g++.old-deja/g++.eh/catch1.C: New test.
11713
11714 Mon Jun 7 23:39:16 1999 Jeffrey A Law (law@cygnus.com)
11715
11716 * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
11717
11718 * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
11719 * gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
11720
11721 1999-06-05 Craig Burley <craig@jcb-sc.com>
11722
11723 * g77.f-torture/compile/19990502-0.f: Replace with new,
11724 shorter, test that still fails after recent changes.
11725
11726 Fri Jun 4 02:25:04 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11727
11728 * gcc.c-torture/execute/990604-1.c: New test.
11729
11730 Mon May 31 00:34:51 1999 Jeffrey A Law (law@cygnus.com)
11731
11732 * gcc.c-torture/execute/990531-1.c: New test.
11733
11734 Thu May 27 02:38:36 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11735
11736 * gcc.c-torture/compile/990527-1.c: New test.
11737
11738 Thu May 27 02:18:51 1999 Joern Rennecke <amylaar@cygnus.com>
11739
11740 * gcc.c-torture/execute/990527-1.c: New test.
11741
11742 1999-05-25 Nick Clifton <nickc@cygnus.com>
11743
11744 * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
11745 bitfields as signed.
11746
11747 1999-05-25 Craig Burley <craig@jcb-sc.com>
11748
11749 * g77.f-torture/compile/19990525-0.f: New test.
11750
11751 Tue May 25 01:21:16 1999 Jeffrey A Law (law@cygnus.com)
11752
11753 * gcc.c-torture/execute/990525-2.c: New test.
11754
11755 * gcc.c-torture/execute/990525-1.c: New test.
11756
11757 1999-05-24 Nathan Sidwell <nathan@acm.org>
11758
11759 * g++.old-deja/g++.other/anon3.C: New test.
11760 * g++.old-deja/g++.other/anon4.C: New test.
11761 * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
11762 * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
11763 after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
11764 Merrill).
11765
11766 Mon May 24 00:01:52 1999 Jeffrey A Law (law@cygnus.com)
11767
11768 * gcc.c-torture/execute/990524-1.c: New test.
11769
11770 * gcc.dg/990524-1.c: New test.
11771
11772 Sun May 23 21:18:12 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11773
11774 * gcc.c-torture/compile/990523-1.c: New test.
11775
11776 Wed May 19 02:56:18 1999 Raja R Harinath <harinath@cs.umn.edu>
11777
11778 * gcc.c-torture/compile/990519-1.c: New test.
11779
11780 1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11781
11782 * gcc.c-torture/compile/990517-1.c: New test.
11783
11784 * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
11785 (e4, f4): New tests.
11786 (main): Call them.
11787
11788 1999-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11789
11790 * gcc.dg/noreturn-1.c: New test.
11791
11792 Thu May 13 02:02:46 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11793
11794 * gcc.c-torture/execute/990513-1.c: New test.
11795
11796 1999-05-10 Richard Henderson <rth@cygnus.com>
11797
11798 * g++.old-deja/g++.other/null1.C (g): Add overload for long.
11799
11800 1999-05-10 Craig Burley <craig@jcb-sc.com>
11801
11802 * g77.f-torture/execute/erfc.f: Use small single-precision
11803 values, to avoid problems on Alphas when not -mieee.
11804
11805 1999-05-08 Craig Burley <craig@jcb-sc.com>
11806
11807 * gcc.dg/990506-0.c: New test.
11808
11809 1999-05-08 Richard Henderson <rth@cygnus.com>
11810
11811 * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
11812 the constant to test. Don't XFAIL 64-bit targets.
11813
11814 * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
11815 * g++.old-deja/g++.law/profile1.C: Likewise.
11816
11817 * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
11818 operator new instances.
11819 * g++.old-deja/g++.other/delete5.C: Likewise.
11820
11821 1999-05-03 Craig Burley <craig@jcb-sc.com>
11822
11823 * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
11824 intrinsic.
11825
11826 1999-05-03 Craig Burley <craig@jcb-sc.com>
11827
11828 * g77.f-torture/execute/u77-test.f: Reverse order of two
11829 arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
11830
11831 1999-05-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11832
11833 * gcc.dg/compare1.c: New test.
11834
11835 1999-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
11836
11837 * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
11838 New tests.
11839
11840 1999-05-02 Craig Burley <craig@jcb-sc.com>
11841
11842 * g77.f-torture/compile/19990502-1.f: New test.
11843
11844 1999-05-02 Craig Burley <craig@jcb-sc.com>
11845
11846 * g77.f-torture/compile/19990502-0.f: New test.
11847
11848 Sun May 2 01:38:50 1999 Craig Burley <craig@jcb-sc.com>
11849
11850 * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
11851 intrinsic.
11852
11853 Sun May 2 01:13:37 1999 Craig Burley <craig@jcb-sc.com>
11854
11855 * g77.f-torture/execute/u77-test.f (main): List libU77
11856 intrinsics not currently tested.
11857 Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
11858 GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
11859 FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
11860 Trim blanks off the ends of some printed strings.
11861
11862 Sun May 2 00:06:45 1999 Craig Burley <craig@jcb-sc.com>
11863
11864 * g77.f-torture/execute/u77-test.f (main): Just warn about
11865 FSTAT gid disagreement, as it's expected on some systems.
11866
11867 Sat May 1 23:57:18 1999 Craig Burley <craig@jcb-sc.com>
11868
11869 * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
11870 use a new function, which allows for some slop.
11871 Clean up some commentary.
11872 (issum): The new function.
11873 (sgladd): Deleted subroutine.
11874
11875 1999-05-01 Craig Burley <craig@jcb-sc.com>
11876
11877 * g77.f-torture/execute/u77-test.f: Modify to be more like
11878 libf2c/libU77 version, bringing patches to that version here.
11879 Add suitable commentary.
11880
11881 Sun Apr 25 12:28:59 1999 Richard Henderson <rth@cygnus.com>
11882
11883 * gcc.dg/990424-1.c: New test.
11884
11885 1999-04-24 Craig Burley <craig@jcb-sc.com>
11886
11887 * g77.f-torture/execute/u77-test.f (main): Bug involving
11888 LSTAT has been fixed, so turn back on full checking.
11889
11890 1999-04-20 Craig Burley <craig@jcb-sc.com>
11891
11892 * g77.f-torture/compile/19990419-0.f: New test.
11893 * g77.f-torture/execute/19990419-1.f: New test.
11894
11895 Sat Apr 17 16:56:48 1999 Richard Henderson <rth@cygnus.com>
11896
11897 * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
11898 to avoid the need for a prototype to supress a warning.
11899
11900 Wed Apr 7 23:08:59 1999 Jim Wilson <wilson@cygnus.com>
11901
11902 * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
11903
11904 Sun Apr 4 04:02:53 1999 Jeffrey A Law (law@cygnus.com)
11905
11906 * gcc.c-torture/execute/990404-1.c: New test.
11907
11908 1999-04-03 10:35 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11909
11910 * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
11911 * gcc.dg/cpp-if3.c: Don't use -pedantic.
11912 * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
11913 missing initializer warnings.
11914
11915 Sun Mar 28 00:49:41 1999 Jeffrey A Law (law@cygnus.com)
11916
11917 * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
11918 matching strings.
11919
11920 Fri Mar 26 00:50:46 1999 Jeffrey A Law (law@cygnus.com)
11921
11922 * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
11923
11924 1999-03-26 Craig Burley <craig@jcb-sc.com>
11925
11926 * g77.f-torture/execute/19990325-0.f: New test.
11927 * g77.f-torture/execute/19990325-1.f: New test.
11928
11929 Wed Mar 24 22:50:50 1999 Jeffrey A Law (law@cygnus.com)
11930
11931 * gcc.c-torture/execute/990324-1.c: New test.
11932
11933 Mon Mar 22 14:55:58 1999 Jim Wilson <wilson@cygnus.com>
11934
11935 * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
11936 test with 4.
11937
11938 Wed Mar 17 12:22:39 1999 Richard Henderson <rth@cygnus.com>
11939
11940 * gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
11941
11942 1999-03-13 Craig Burley <craig@jcb-sc.com>
11943
11944 * g77.f-torture/execute/19990313-2.f: New test.
11945 * g77.f-torture/execute/19990313-3.f: New test.
11946
11947 1999-03-13 Craig Burley <craig@jcb-sc.com>
11948
11949 * g77.f-torture/execute/19990313-0.f: New test.
11950 * g77.f-torture/execute/19990313-1.f: New test.
11951
11952 Fri Mar 12 16:17:28 1999 Jim Wilson <wilson@cygnus.com>
11953
11954 * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
11955 printf to sprintf.
11956 * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
11957 (main): Add check for u15. Conditionalize u31 check depending on
11958 whether ints are <32 bits or >=32 bits.
11959
11960 1999-03-08 Craig Burley <craig@jcb-sc.com>
11961
11962 * g77.f-torture/execute/19981119-0.f: Improve testiness.
11963
11964 1999-03-08 Craig Burley <craig@jcb-sc.com>
11965
11966 * g77.f-torture/compile/19990305-0.f: New test.
11967 * g77.f-torture/execute/19981119-0.f: New test.
11968
11969 1999-03-08 Craig Burley <craig@jcb-sc.com>
11970
11971 * g77.f-torture/execute/970625-2.f: call ABORT if final
11972 result is not correct, instead of just printing it.
11973 Add this checking via newly introduced obfuscation, to
11974 trip up buggy front ends.
11975
11976 1999-03-07 Craig Burley <craig@jcb-sc.com>
11977
11978 * g77.f-torture/compile/960317-1.f: Moved from being
11979 in execute/. (Somehow I didn't notice "SUBROUTINE...".)
11980
11981 1999-03-06 Craig Burley <craig@jcb-sc.com>
11982
11983 * g77.f-torture/execute/960317-1.f: New (old) test.
11984 * g77.f-torture/execute/970625-2.f: Ditto.
11985
11986 1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
11987
11988 * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
11989 message on line 1 or line 2; cccp and cpplib do this differently.
11990
11991 Mon Mar 1 23:29:14 1999 Jeffrey A Law (law@cygnus.com)
11992
11993 * g++.old-deja/g++.law/weak1.C: New test.
11994
11995 1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11996
11997 * gcc.c-torture/execute/990119-1.c: Renamed to...
11998 * gcc.dg/990119-1.c: this, so it will only be tested once
11999 (it's a preprocessor test, it doesn't need to be run at
12000 multiple optimization levels).
12001
12002 1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
12003
12004 * lib/g++.exp: Don't add incdir=$base_dir/../include to
12005 ALWAYS_CXXFLAGS.
12006
12007 1999-02-24 Craig Burley <craig@jcb-sc.com>
12008
12009 * g77.f-torture/noncompile/19981216-0.f: Renamed from...
12010 * g77.f-torture/compile/19981216-0.f: ...as it is expected
12011 to not be compilable by current g77.
12012
12013 1999-02-24 Nick Clifton <nickc@cygnus.com>
12014
12015 * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
12016
12017 Mon Feb 22 01:15:08 1999 Jeffrey A Law (law@cygnus.com)
12018
12019 * gcc.c-torture/execute/990222-1.c: New test.
12020
12021 1999-02-19 Craig Burley <craig@jcb-sc.com>
12022
12023 * g77.f-torture/compile/19990218-0.f: New test.
12024 * g77.f-torture/noncompile/19990218-1.f: New test.
12025
12026 1999-02-18 Craig Burley <craig@jcb-sc.com>
12027
12028 * g77.f-torture/compile/19981216-0.f: New test.
12029
12030 Sun Feb 14 01:26:29 1999 Jeffrey A Law (law@cygnus.com)
12031
12032 * gcc.dg/990214-1.c: New test.
12033
12034 Sat Feb 13 00:43:52 1999 Jeffrey A Law (law@cygnus.com)
12035
12036 * gcc.dg/990213-2.c: New test.
12037
12038 * gcc.dg/990213-1.c: New test.
12039
12040 Fri Feb 12 11:04:35 1999 Jeffrey A Law (law@cygnus.com)
12041
12042 * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
12043 ints.
12044
12045 1999-02-11 Nick Clifton <nickc@cygnus.com>
12046
12047 * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
12048 specified by target.
12049
12050 * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
12051
12052 Thu Feb 11 01:12:12 1999 Jeffrey A Law (law@cygnus.com)
12053
12054 * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
12055
12056 Wed Feb 10 13:08:12 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
12057
12058 * gcc.dg/special/ecos.exp: New test driver for new tests with
12059 special requirements.
12060
12061 * gcc.dg/special/alias-1.c: New test.
12062 * gcc.dg/special/gcsec-1.c: New test.
12063 * gcc.dg/special/weak-1.c: New test.
12064 * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
12065 * gcc.dg/special/weak-2.c: New test.
12066 * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
12067 * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
12068 * gcc.dg/special/wkali-1.c: New test.
12069 * gcc.dg/special/wkali-2.c: New test.
12070 * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
12071 * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
12072
12073 Wed Feb 10 12:15:35 1999 Felix Lee <flee@cygnus.com>
12074
12075 * lib/c-torture.exp (c-torture-compile): Pull out code for
12076 analyzing gcc error messages.
12077 (c-torture-execute): Likewise. Fix some (harmless) false
12078 positives.
12079 * lib/gcc.exp (gcc_check_compile): New function.
12080
12081 Mon Feb 8 21:42:57 1999 Richard Henderson <rth@cygnus.com>
12082
12083 * gcc.c-torture/execute/990208-1.c: New test.
12084
12085 1999-02-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
12086
12087 * g++.dg/special/ecos.exp: New driver for new tests with special
12088 requirements
12089
12090 * g++.dg/special/conpr-1.C: New test
12091 * g++.dg/special/conpr-2.C: New test
12092 * g++.dg/special/conpr-2a.C: New test
12093 * g++.dg/special/conpr-3.C: New test
12094 * g++.dg/special/conpr-3a.C: New test
12095 * g++.dg/special/conpr-3b.C: New test
12096
12097 * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
12098 allow g++ to use the dg driver
12099
12100 * README: Add comment about g++.dg directory
12101
12102 Sat Feb 6 18:00:38 1999 Jeffrey A Law (law@cygnus.com)
12103
12104 * README: Update email addresses.
12105
12106 1999-02-03 Nick Clifton <nickc@cygnus.com>
12107
12108 * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
12109 arguments in order to force structure S onto the stack even on
12110 the alpha.
12111 (test): Pass 10 leading arguments to function foo as well as the
12112 structure S.
12113
12114 * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
12115 failure for all targets.
12116
12117 * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
12118 abort to terminate program execution.
12119
12120 Sat Jan 30 16:22:47 1999 Richard Henderson <rth@cygnus.com>
12121
12122 * gcc.c-torture/execute/990130-1.c: New test.
12123
12124 Sat Jan 30 11:10:06 1999 Jeffrey A Law (law@cygnus.com)
12125
12126 * gcc.dg/990130-1.c: New test.
12127
12128 1999-01-28 Michael Meissner <meissner@cygnus.com>
12129
12130 * gcc.c-torture/execute/990128-1.c: New test.
12131
12132 1999-01-27 Michael Meissner <meissner@cygnus.com>
12133
12134 * gcc.c-torture/execute/990127-{1,2}.c: New tests.
12135
12136 1999-01-27 Felix Lee <flee@cygnus.com>
12137
12138 * lib/c-torture.exp (c-torture-compile): pull out code for
12139 analyzing gcc error messages.
12140 (c-torture-execute): ditto, and fix some (harmless) false
12141 positives.
12142 * lib/gcc.exp (gcc_check_compile): new function.
12143
12144 Sun Jan 17 00:02:33 1999 Jeffrey A Law (law@cygnus.com)
12145
12146 * gcc.dg/990117-1.c: New test.
12147
12148 * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
12149
12150 * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
12151
12152 Fri Jan 15 02:52:00 1999 Jeffrey A Law (law@cygnus.com)
12153
12154 * g77.f-torture/compile/990115-1.f: New test.
12155
12156 Thu Jan 7 23:39:47 1999 Jeffrey A Law (law@cygnus.com)
12157
12158 * gcc.c-torture/compile/990107-1.c: New test
12159
12160 Wed Jan 6 02:21:59 1999 Jeffrey A Law (law@cygnus.com)
12161
12162 * gcc.c-torture/execute/990106-2.c: New test.
12163
12164 * gcc.c-torture/execute/990106-1.c: New test.
12165
12166 Wed Dec 30 23:05:28 1998 Zack Weinberg <zack@rabi.columbia.edu>
12167
12168 * gcc.c-torture/compile/981223-1.c: New test.
12169
12170 Tue Dec 29 11:33:25 1998 Richard Henderson <rth@cygnus.com>
12171
12172 * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
12173 (opt3): Rename from opt4 and disable.
12174
12175 1998-12-20 Alexandre Oliva <oliva@dcc.unicamp.br>
12176
12177 * g++.old-deja/g++.pt/ptrmem5.C: New test.
12178
12179 1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12180
12181 * g++.old-deja/g++.other/conv5.C: New test.
12182
12183 1998-12-14 Nick Clifton <nickc@cygnus.com>
12184
12185 * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
12186
12187 Fri Dec 11 10:25:57 1998 Jeffrey A Law (law@cygnus.com)
12188
12189 * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
12190
12191 Fri Dec 11 01:12:45 1998 Zack Weinberg <zack@rabi.columbia.edu>
12192
12193 * gcc.c-torture/compile/981211-1.c: New test.
12194
12195 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
12196
12197 * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
12198
12199 * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
12200
12201 Tue Dec 8 22:50:04 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12202
12203 * gcc.special/930510-1.c: Make C9X safe.
12204 * gcc.misc-tests/gcov-1.c Similarly.
12205 * gcc.misc-tests/gcov-2.c Similarly.
12206
12207 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12208
12209 * gcc.dg/ultrasp1.c: New test.
12210
12211 Sun Dec 6 00:40:12 1998 Richard Henderson <rth@cygnus.com>
12212
12213 * gcc.c-torture/execute/981206.c: New test.
12214
12215 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12216
12217 * g++.old-deja/g++.ns/template7.C: New test.
12218
12219 * g++.old-deja/g++.other/expr1.C: New test.
12220
12221 * g++.old-deja/g++.eh/tmpl3.C: New test.
12222
12223 * g++.old-deja/g++.eh/tmpl2.C: New test.
12224
12225 1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12226
12227 * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
12228 * g++.old-deja/g++.other/using6.C: Removed.
12229 * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
12230
12231 * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
12232
12233 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12234
12235 * g++.old-deja/g++.pt/overload8.C: New test.
12236
12237 * g++.old-deja/g++.pt/overload7.C: New test.
12238
12239 * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
12240
12241 * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
12242 and relinking messages.
12243 * lib/g++.exp (g++_target_compile): Remove .rpo file when
12244 compiling with -frepo.
12245
12246 1998-12-01 Alexandre Oliva <oliva@dcc.unicamp.br>
12247
12248 * g++.old-deja/g++.pt/lookup6.C: New test.
12249
12250 1998-11-30 Nick Clifton <nickc@cygnus.com>
12251
12252 * gcc.c-torture/execute/981130-1.c: New test.
12253 * gcc.c-torture/execute/981130-1.x: New test failure expectations.
12254
12255 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12256
12257 * g++.old-deja/g++.pt/explicit76.C: New test.
12258
12259 * g++.old-deja/g++.pt/friend38.C: New test.
12260
12261 * g++.old-deja/g++.ns/crash2.C: New test.
12262
12263 * g++.old-deja/g++.pt/defarg8.C: New test.
12264
12265 * g++.old-deja/g++.pt/instantiate6.C: New test.
12266
12267 * g++.old-deja/g++.pt/static6.C: New test.
12268
12269 * g++.old-deja/g++.pt/decl2.C: New test.
12270
12271 1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12272
12273 * g++.old-deja/g++.other/lookup5.C: New test. Not sure the
12274 problem is actually related with name lookup, but so what? :-)
12275
12276 * g++.old-deja/g++.pt/friend37.C: New test.
12277
12278 1998-11-25 Dave Love <d.love@dl.ac.uk>
12279
12280 * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
12281 element, which fails on some systems.
12282
12283 * g77.f-torture/execute/labug1.f: New test.
12284
12285 Sat Nov 21 21:41:05 1998 Jeffrey A Law (law@cygnus.com)
12286
12287 * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
12288 is defined.
12289
12290 1998-11-18 Dave Love <d.love@dl.ac.uk>
12291
12292 * g77.f-torture/compile/981117-1.f: New test.
12293
12294 1998-11-16 Alexandre Oliva <oliva@dcc.unicamp.br>
12295
12296 * g++.old-deja/g++.eh/throw2.C: New test. CV-qualifiers are not
12297 properly discarded.
12298
12299 Sun Oct 11 05:04:28 1998 Ken Raeburn <raeburn@cygnus.com>
12300
12301 * gcc.c-torture/execute/memcheck: New directory of tests for
12302 -fcheck-memory-usage.
12303
12304 1998-11-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12305
12306 * README: New file, general information about the testsuite and
12307 new description of the various C++ test subdirectories.
12308 * README.g++: Eliminate obsolete information, update and move most
12309 relevant stuff to README.
12310
12311 Sat Nov 7 02:55:55 1998 Richard Henderson <rth@cygnus.com>
12312
12313 * gcc.c-torture/compile/981107-1.c: New test.
12314
12315 Mon Nov 2 11:16:03 1998 Doug Evans <devans@canuck.cygnus.com>
12316
12317 * execute/memcpy-bi.c: New testcase.
12318
12319 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
12320
12321 * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
12322 base classes.
12323
12324 * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
12325 template is selected.
12326
12327 * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
12328 classes, it should be accepted for all types.
12329
12330 * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
12331
12332 * g++.old-deja/g++.pt/spec24.C: Ensure that template
12333 specializations start with template headers.
12334
12335 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
12336
12337 * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
12338
12339 * g++.old-deja/g++.other/init9.C: Test cross initialization of
12340 non-POD types.
12341
12342 1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12343
12344 * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
12345
12346 Thu Oct 22 16:01:44 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12347
12348 * compile/981022-1.c, compile/981022-1.x: New test and driver.
12349
12350 Mon Oct 19 14:03:07 1998 Jeffrey A Law (law@cygnus.com)
12351
12352 * 981019-1.c: New test.
12353
12354 Wed Oct 14 21:11:19 1998 Robert Lipe <robertl@dgii.com>
12355
12356 * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
12357 find objc headers.
12358
12359 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
12360
12361 * compile/981001-4.c: Remove use of GCC extension that triggers a
12362 compiler bug.
12363
12364 1998-10-13 Alexandre Oliva <oliva@dcc.unicamp.br>
12365
12366 * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
12367
12368 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12369
12370 * g++.old-deja/g++.pt/explicit74.C: New test. Explicit
12371 instantiation of template produces incorrect code for delete
12372 expression.
12373
12374 * g++.old-deja/g++.pt/instantiate5.C: New test. `global
12375 constructors' name is not unique.
12376 * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
12377 * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
12378
12379 * g++.old-deja/g++.other/init8.C: New test. Uninitialized
12380 automatic array of const is ill-formed.
12381
12382 * g++.old-deja/g++.pt/ttp53.C: New test. Incorrect substitution
12383 of template parameter?
12384
12385 * g++.old-deja/g++.other/conv3.C: New test. Conversion discards
12386 const.
12387
12388 * g++.old-deja/g++.other/pmf2.C: New test. Invalid
12389 pointer-to-member expression.
12390
12391 * g++.old-deja/g++.other/friend5.C: New test. Bogus friend
12392 declaration causes ICE.
12393
12394 1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
12395
12396 * g++.old-deja/g++.ns/main1.C: New test. main() should only be
12397 reserved in the global namespace.
12398
12399 * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
12400 generate needed virtual table.
12401
12402 * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
12403
12404 1998-10-10 Dariush Eslimi <eslimi@loran.com>
12405
12406 * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
12407 template-dependent type
12408
12409 1998-10-10 Alexandre Oliva <oliva@dcc.unicamp.br>
12410
12411 * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
12412 * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
12413 * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
12414
12415 * g++.old-deja/g++.other/using5.C: New test; using decl from base
12416 class should be usable as argument of member function.
12417 * g++.old-deja/g++.other/using6.C: New test; using decl from base
12418 class should be usable as return type of member function.
12419 * g++.old-deja/g++.other/using7.C: New test; using decl from base
12420 class should be usable as type of data member.
12421
12422 * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
12423
12424 Fri Oct 9 19:19:19 1998 Jeffrey A Law (law@cygnus.com)
12425
12426 * gcc.c-torture/special/920521-1.c: Fix bogus test.
12427
12428 Thu Oct 8 19:14:05 1998 Nick Clifton <nickc@cygnus.com>
12429
12430 * gcc.dg/dll-?.c Add thumb to target list.
12431 Fix assembler scan patterns to match current assembler output.
12432
12433 1998-10-08 Alexandre Oliva <oliva@dcc.unicamp.br>
12434
12435 * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
12436 matching of template brackets.
12437
12438 * g++.old-deja/g++.other/using4.C: New test. Test using
12439 declarations of methods from base classes.
12440
12441 * g++.old-deja/g++.ns/extern1.C: New test. Extern declarations
12442 within functions should introduce names into the innermost
12443 enclosing namespace.
12444
12445 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
12446 of static locals if first initialization throws.
12447
12448 Wed Oct 7 12:00:20 1998 Jim Wilson <wilson@cygnus.com>
12449
12450 * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
12451
12452 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
12453
12454 * gcc.c-torture/special/981006-1.c: New test. Make sure gcc doesn't
12455 lose track of the possible targets of tablejump insns.
12456 * special/special.exp: Run it.
12457
12458 1998-10-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12459
12460 * g++.old-deja/g++.pt/friend35.C: New test. A template function
12461 must be declared before its specializations can be named in friend
12462 declarations.
12463
12464 1998-10-05 Dave Love <d.love@dl.ac.uk>
12465
12466 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
12467
12468 * g77.f-torture/execute/io1.f: New test.
12469
12470 1998-10-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12471
12472 * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
12473 with pointer to template function, for which no argument deduction
12474 is possible.
12475
12476 * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
12477 specialization of template function as argument to template
12478 function.
12479
12480 * g++.old-deja/g++.other/access2.C: New test; Inner class
12481 shouldn't have privileged access to Outer's names.
12482
12483 1998-10-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12484
12485 * g++.old-deja/g++.pt/friend34.C: New test; name injection of
12486 friend template declared within template class conflicts with
12487 nested class of the same name.
12488
12489 * g++.old-deja/g++.other/badopt1.C: New test; post-increment
12490 is ignored.
12491
12492 * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
12493 object with direct initializer as function declaration.
12494
12495 * g++.old-deja/g++.other/decl2.C: New test; duplicate
12496 initializers.
12497
12498 * g++.old-deja/g++.other/null2.C: New test; conditional operator
12499 involving const pointer and NULL produces incorrect result.
12500
12501 * g++.old-deja/g++.other/typename1.C: New test; template-dependent
12502 type name without `typename' should be rejected with -pedantic.
12503
12504 Fri Oct 2 21:55:58 1998 Richard Henderson <rth@cygnus.com>
12505
12506 * g++.old-deja/g++.other/addrof1.C: New test.
12507
12508 Thu Oct 1 17:15:26 1998 Nick Clifton <nickc@cygnus.com>
12509
12510 * gcc.c-torture/compile/981001-1.c: New test.
12511 * gcc.c-torture/execute/981001-1.c: New test.
12512
12513 Thu Oct 1 19:05:20 1998 Jeffrey A Law (law@cygnus.com)
12514
12515 * gcc.c-torture/compile/981001-2.c: New test.
12516 * gcc.c-torture/compile/981001-3.c: New test.
12517 * gcc.c-torture/compile/981001-4.c: New test.
12518
12519 1998-10-01 Robert Lipe <robertl@dgii.com>
12520
12521 * lib/objc.exp (objc_target_compile): Add -L during compiles for
12522 multilibbed hosts. Idea grafted from g77.exp.
12523
12524 1998-09-30 Dave Love <d.love@dl.ac.uk>
12525
12526 * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
12527 avoid losing on systems which need -lsocket.
12528
12529 1998-09-28 Alexandre Oliva <oliva@dcc.unicamp.br>
12530
12531 * g++.old-deja/g++.other/bitfld1.C: Expected failure.
12532 * g++.old-deja/g++.other/nested2.C: Ditto.
12533 * g++.old-deja/g++.robertl/eb132.C: No longer an expected
12534 failure.
12535
12536 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12537
12538 * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
12539 preferred over template operator!= for enum bitfields.
12540
12541 1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
12542
12543 * g++.old-deja/g++.other/nested2.C: Different virtual base classes
12544 that happen to have the same base name, but in different scopes,
12545 are incorrectly rejected.
12546
12547 1998-09-16 Richard Henderson <rth@cygnus.com>
12548
12549 * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
12550 on the native word size instead of an integer literal.
12551
12552 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12553
12554 * g++.old-deja/g++.other/static2.C: Invocation of static data
12555 member of type pointer-to-function denoted as non-static member.
12556
12557 * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
12558 checks involving function types and aliases.
12559
12560 1998-09-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12561
12562 * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
12563 redefined to the same non-trivial type.
12564
12565 * g++.old-deja/g++.pt/explicit73.C: Test for proper
12566 namespace-qualification of template specializations declared in
12567 other namespaces.
12568
12569 * g++.old-deja/g++.other/friend4.C: Check whether it is possible
12570 to declare a subset of the specializations of a template function
12571 as friends of specializations of a template class.
12572
12573 * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
12574 member templates that do not fully specialize the enclosing
12575 template class are rejected.
12576
12577 1998-09-11 Dave Love <d.love@dl.ac.uk>
12578
12579 * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
12580
12581 1998-09-08 Dave Love <d.love@dl.ac.uk>
12582
12583 * g77.f-torture/execute/u77-test.f (main): New file, somewhat
12584 altered from libf2c/libU77 version.
12585
12586 1998-09-06 Dave Love <d.love@dl.ac.uk>
12587
12588 * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
12589
12590 1998-09-04 Reid M. Pinchback <reidmp@MIT.EDU>, Alexandre Oliva <oliva@dcc.unicamp.br>
12591
12592 * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
12593 (un)signed char are different types for template specialization
12594 purposes.
12595
12596 Thu Sep 3 00:40:32 1998 Ovidiu Predescu <ovidiu@aracnet.com>
12597
12598 * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
12599 * objc: ObjC testsuite.
12600
12601 Mon Aug 31 12:00:00 1998 Catherine Moore <clm@cygnus.com>
12602
12603 * gcc.c-torture/execute/941014-1.x: New file.
12604
12605 Mon Aug 31 15:19:32 1998 Nick Clifton <nickc@cygnus.com>
12606
12607 * lib/c-torture.exp: Add support for
12608 torture_eval_before_compile and torture_eval_before_execute
12609 variables.
12610
12611 Sun Aug 30 17:38:20 1998 Jeffrey A Law (law@cygnus.com)
12612
12613 * gcc.dg/980626-1.c: Delete this test. We've declared the warning
12614 this test triggers valid.
12615
12616 Thu Aug 27 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12617
12618 * gcc.dg/980827-1.c: New test.
12619
12620 Wed Aug 26 16:10:00 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12621
12622 * gcc.c-torture/execute/loop-4b.c: New test.
12623
12624 Wed Aug 26 16:25:38 1998 Nick Clifton <nickc@cygnus.com>
12625
12626 * lib/c-torture.exp: Add support for
12627 torture_eval_before_compile and torture_eval_before_execute
12628 variables.
12629
12630 Tue Aug 25 19:42:13 1998 Jeffrey A Law (law@cygnus.com)
12631
12632 * gcc.c-torture/compile/980825-1.c: New test.
12633
12634 Mon Aug 24 14:20:32 1998 Nick Clifton <nickc@cygnus.com>
12635
12636 * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
12637 count number tests in opt_t0 not good_t0.
12638
12639 Mon Aug 24 16:38:52 1998 Jeffrey A Law (law@cygnus.com)
12640
12641 * gcc.c-torture/compile/930326-1.x: Fix typo.
12642
12643 1998-08-23 Mark Mitchell <mark@markmitchell.com>
12644
12645 * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
12646 causes an ICE.
12647
12648 Fri Aug 21 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12649
12650 * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
12651 STACK_SIZE is defined.
12652 * gcc.c-torture/unsorted/stuct.c: Similarly.
12653
12654 * gcc.c-torture/compile/980821-1.c: New test.
12655
12656 Fri Aug 21 03:14:04 1998 Jeffrey A Law (law@cygnus.com)
12657
12658 * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
12659
12660 1998-08-19 Mark Mitchell <mark@markmitchell.com>
12661
12662 * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
12663 code.
12664
12665 1998-08-09 Mark Mitchell <mark@markmitchell.com>
12666
12667 * lib/old-dejagnu.exp: Revise handling of `Internal compiler
12668 error'.
12669
12670 Tue Aug 18 19:19:50 1998 Jeffrey A Law (law@cygnus.com)
12671
12672 * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
12673
12674 Sun Aug 16 01:29:19 1998 Jeffrey A Law (law@cygnus.com)
12675
12676 * gcc.c-torture/compile/980816-1.c: New test.
12677
12678 * gcc.dg/980816-1.c: New test.
12679
12680 Thu Aug 13 00:13:55 1998 Jeffrey A Law (law@cygnus.com)
12681
12682 * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
12683 compiler for ieee tests.
12684
12685 1998-08-01 Dave Love <d.love@dl.ac.uk>
12686
12687 * g77.f-torture/compile/980729-0.f: New test.
12688
12689 1998-07-30 Ken Raeburn <raeburn@cygnus.com>
12690
12691 * gcc.c-torture/special/eeprof-1.c: New test, for
12692 -finstrument-functions.
12693 * gcc.c-torture/special/special.exp: Run it.
12694
12695 Wed Jul 29 00:17:18 1998 Jeffrey A Law (law@cygnus.com)
12696
12697 * gcc.c-torture/compile/980729-1.c: New test.
12698
12699 Mon Jul 27 11:05:07 1998 Nick Clifton <nickc@cygnus.com>
12700
12701 * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
12702 __thumb__ is defined, and test for ARM style doubles if so.
12703
12704 1998-07-26 Dave Love <d.love@dl.ac.uk>
12705
12706 * g77.f-torture/noncompile/980615-0.f: New test.
12707
12708 Sun Jul 26 01:15:56 1998 H.J. Lu (hjl@gnu.org)
12709
12710 * gcc.dg/980312-1.c: Do link instead of compile.
12711 * gcc.dg/980313-1.c: Likewise.
12712
12713 Sun Jul 26 01:05:02 1998 Jeffrey A Law (law@cygnus.com)
12714
12715 * gcc.c-torture/compile/980726-1.c: New test.
12716
12717 1998-07-25 Dave Love <d.love@dl.ac.uk>
12718
12719 * g77.f-torture/execute/io0.f: New test.
12720
12721 Fri Jul 24 11:02:43 1998 Nick Clifton <nickc@cygnus.com>
12722
12723 * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
12724 an int.
12725
12726 Thu Jun 18 15:12:30 1998 Michael Meissner <meissner@cygnus.com>
12727
12728 * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
12729 m32r bugs.
12730
12731 Fri Jul 17 14:19:32 1998 Nick Clifton <nickc@cygnus.com>
12732
12733 * gcc.dg/980626-1.c: Expect failures for all toolchains until
12734 c-decl.c:grokdeclarator can handle mode attributes.
12735
12736 Thu Jul 16 21:42:50 1998 Jeffrey A Law (law@cygnus.com)
12737
12738 * gcc.c-torture/execute/980716-1.c: New test.
12739
12740 Mon Jul 13 22:26:37 1998 Jeffrey A Law (law@cygnus.com)
12741
12742 * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
12743 the mn10200.
12744 * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
12745 the mn10200.
12746 * gcc.c-torture/execute/va-arg-3.x: Similarly.
12747 * gcc.c-torture/compile/930326-1.x: Similarly.
12748
12749 1998-07-13 Dave Love <d.love@dl.ac.uk>
12750
12751 * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
12752 New test from Craig.
12753
12754 1998-07-12 Dave Love <d.love@dl.ac.uk>
12755
12756 * g77.f-torture/noncompile/980616-0.f: New test.
12757
12758 * g77.f-torture/execute/970816-3.f: New test from Craig.
12759
12760 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12761
12762 * g++.other/singleton.C: Return error value instead of taking
12763 SIGSEGV.
12764
12765 Fri Jul 10 10:02:03 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
12766
12767 * g++.other/singleton.C: New test. Warning is under dispute.
12768 Runtime crash is not.
12769
12770 Thu Jul 9 23:07:45 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12771
12772 * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
12773 ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
12774 using6.C, using7.C}: New namespace tests.
12775
12776 Thu Jul 9 22:44:49 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12777
12778 * g++.old-deja/g++.other/partspec1.C: Test matching of partial
12779 specialization with typedef'ed names used as array indexes.
12780
12781 Thu Jul 9 00:38:51 1998 Jeffrey A Law (law@cygnus.com)
12782
12783 * gcc.c-torture/execute/980709-1.c: New test.
12784
12785 * gcc.dg/980709-1.c: New test.
12786
12787 Tue Jul 7 13:41:27 1998 Richard Henderson <rth@cygnus.com>
12788
12789 * gcc.c-torture/execute/bcp-1.c: New test.
12790
12791 Tue Jul 7 11:49:04 1998 Jeffrey A Law (law@cygnus.com)
12792
12793 * gcc.c-torture/execute/980707-1.c: New test.
12794
12795 Mon Jul 6 18:20:27 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
12796
12797 * gcc.c-torture/compile/980706-1.c: New test.
12798
12799 1998-07-01 Dave Love <d.love@dl.ac.uk>
12800
12801 * g77.f-torture/execute/980701-0.f,
12802 g77.f-torture/execute/980701-1.f: New test from Craig.
12803
12804 Wed Jul 1 00:52:51 1998 Jeffrey A Law (law@cygnus.com)
12805
12806 * gcc.c-torture/compile/980701-1.c: New test.
12807
12808 * gcc.c-torture/execute/980701-1.c: New test.
12809
12810 Tue Jun 30 11:51:42 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka
12811 rlsruhe.de>
12812
12813 * g++.old-deja/g++.robertl/eb132.C: New test.
12814 * g++.old-deja/g++.robertl/eb133.C: Likewise.
12815
12816 1998-06-29 Dave Love <d.love@dl.ac.uk>
12817
12818 * g77.f-torture/execute/980628-7.f,
12819 g77.f-torture/execute/980628-8.f,
12820 g77.f-torture/execute/980628-9.f,
12821 g77.f-torture/execute/980628-10.f: New tests from Craig.
12822
12823 * g77.f-torture/execute/980628-3.f: Remove mail headers.
12824
12825 Sun Jun 28 12:49:02 1998 Jeffrey A Law (law@cygnus.com)
12826
12827 * g77.f-torture/execute/980628-4.f: New test from Craig.
12828 * g77.f-torture/execute/980628-5.f: Likewise.
12829 * g77.f-torture/execute/980628-2.f: Likewise.
12830 * g77.f-torture/execute/980628-0.f: Likewise.
12831 * g77.f-torture/execute/980628-1.f: Likewise.
12832 * g77.f-torture/execute/980628-3.f: Likewise.
12833 * g77.f-torture/execute/980628-6.f: Likewise.
12834
12835 Sun Jun 28 00:37:26 1998 Jeffrey A Law (law@cygnus.com)
12836
12837 * lib/g77.exp (default_g77_version): Tweak to make it work in a build
12838 directory when nothing has been installed yet.
12839
12840 Sat Jun 27 23:23:18 1998 Carlo Wood <carlo@runaway.xs4all.nl>
12841
12842 * gcc.c-torture/special/special.exp: Handle newer versions of
12843 dejagnu.
12844
12845 Fri Jun 26 17:57:40 1998 Jeffrey A Law (law@cygnus.com)
12846
12847 * gcc.dg/980626-1.c: New test.
12848
12849 Fri Jun 19 23:26:12 1998 Bruno Haible <haible@ilog.fr>
12850
12851 * gcc.misc-tests/m-un-2.c: New test.
12852 * g++.old-deja/g++.other/warn01.c: Likewise.
12853
12854 Fri Jun 19 14:06:36 1998 Robert Lipe <robertl@dgii.com>
12855
12856 * gcc.dg/980414-1.c: Move comments outside of ASM to improve
12857 compatibility with assmblers with a different comment character.
12858 Eliminate use of GAS-specific extensions.
12859
12860 Fri Jun 19 02:05:14 1998 Jeffrey A Law (law@cygnus.com)
12861
12862 * gcc.c-torture/execute/ieee/980619-1.c: New test.
12863
12864 Fri Jun 19 00:58:11 1998 Robert Lipe <robertl@dgii.com>
12865
12866 *lib/g77.exp: Replace search for libf2c.a with search for newly
12867 renamed libg2c.a
12868
12869 Wed Jun 17 18:53:12 1998 Jeffrey A Law (law@cygnus.com)
12870
12871 * gcc.c-torture/execute/980617-1.c: New test.
12872
12873 Fri Jun 12 01:08:49 1998 Jeffrey A Law (law@cygnus.com)
12874
12875 * gcc.c-torture/execute/980612-1.c: New test.
12876
12877 Mon Jun 8 02:13:42 1998 Jeffrey A Law (law@cygnus.com)
12878
12879 * gcc.dg/980523-1.c: Only test on ppc-linux.
12880 * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
12881
12882 * gcc.c-torture/execute/980608-1.c: New test.
12883
12884 Fri Jun 5 21:54:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12885
12886 * gcc.c-torture/execute/980605-1.c: New test.
12887
12888 Thu Jun 4 01:39:24 1998 Jeffrey A Law (law@cygnus.com)
12889
12890 * gcc.c-torture/execute/980604-1.c: New test.
12891
12892 Tue Jun 2 20:51:43 1998 Jeffrey A Law (law@cygnus.com)
12893
12894 * gcc.c-torture/execute/980602-1.c: New test.
12895 * gcc.c-torture/execute/980602-2.c: Likewise.
12896
12897 1998-06-02 Dave Love <d.love@dl.ac.uk>
12898
12899 * 970125-0.f: Fix per JCB. Add commentary.
12900
12901 Sun May 31 23:23:29 1998 Michael Meissner <meissner@cygnus.com>
12902
12903 * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
12904 IEEE -0 support.
12905
12906 Fri May 29 01:10:12 1998 Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
12907
12908 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
12909 earlier.
12910
12911 Thu May 28 00:17:42 1998 Catherine Moore <clm@cygnus.com>
12912
12913 * gcc.c-torture/execute/980526-3.c: New test.
12914
12915 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
12916
12917 * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
12918 fail on m68k-motorola-sysv and m88k-motorola-sysv3.
12919 * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
12920 m88k-motorola-sysv3 to XFAIL.
12921
12922 Tue May 26 23:58:03 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12923
12924 * gcc.dg/980526-1.c: New test.
12925 * gcc.c-torture/execute/980526-2.c: New test.
12926
12927 Tue May 26 23:40:40 1998 Jeffrey A Law (law@cygnus.com)
12928
12929 * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
12930
12931 * gcc.c-torture/execute/980526-1.c: New test.
12932
12933 1998-05-26 Dave Love <d.love@dl.ac.uk>
12934
12935 * g77.f-torture/execute/alpha2.f: Add runtime test.
12936
12937 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
12938
12939 * g++.old-deja/old-deja.exp: Strip leading directories.
12940
12941 * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
12942 error for the line. Don't run multiple tests for the same line.
12943
12944 Sat May 23 23:27:10 1998 Jeffrey A Law (law@cygnus.com)
12945
12946 * gcc.dg/980523-1.c: New test.
12947
12948 1998-05-23 Dave Love <d.love@dl.ac.uk>
12949
12950 * g77.f-torture/compile/970915-0.f: New test.
12951
12952 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
12953
12954 * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
12955
12956 Thu May 21 23:23:21 1998 Jeffrey A Law (law@cygnus.com)
12957
12958 * gcc.dg/980520-1.c: New test.
12959
12960 Wed May 20 14:37:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
12961
12962 * gcc.dg/980502-1.c: Fix return type.
12963
12964 Wed May 20 11:29:48 1998 Jeffrey A Law (law@cygnus.com)
12965
12966 * gcc.dg/{980502-1.c, clobbers.c}: New tests.
12967 * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
12968 * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
12969 * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
12970 * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
12971
12972 1998-05-20 Dave Love <d.love@dl.ac.uk>
12973
12974 * g77.f-torture/execute/980520-1.f: New test.
12975
12976 1998-05-15 Dave Love <d.love@dl.ac.uk>
12977
12978 * lib/mike-g77.exp: New file.
12979
12980 * g77.f-torture/noncompile/noncompile.exp,
12981 g77.f-torture/noncompile/check0.f: New files.
12982
12983 1998-05-14 Dave Love <d.love@dl.ac.uk>
12984
12985 * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
12986 g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
12987 g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
12988 g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
12989 g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
12990 abort where appropriate.
12991
12992 Tue May 5 19:20:13 1998 Michael Meissner <meissner@cygnus.com>
12993
12994 * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
12995 * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
12996
12997 1998-04-29 Dave Love <d.love@dl.ac.uk>
12998
12999 * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
13000
13001 1998-04-27 Dave Love <d.love@dl.ac.uk>
13002
13003 * g77.f-torture/compile/980427-0.f: New test.
13004
13005 1998-04-24 Dave Love <d.love@dl.ac.uk>
13006
13007 * g77.f-torture/compile/980424-0.f: New test.
13008
13009 1998-04-19 Dave Love <d.love@dl.ac.uk>
13010
13011 * g77.f-torture/compile/980419-2.f (main): New test.
13012 * g77.f-torture/compile/970125-0.f: New test.
13013 * g77.f-torture/compile/980419-1.f: New test.
13014
13015 Wed Apr 8 13:09:15 1998 Jim Wilson <wilson@cygnus.com>
13016
13017 * gcc.c-torture/execute/980407-1.c: Delete test. Is duplicate
13018 of loop-4.c.
13019
13020 Tue Apr 7 12:01:24 1998 Jim Wilson <wilson@cygnus.com>
13021
13022 * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
13023
13024 Fri Apr 3 12:27:49 1998 Jim Wilson <wilson@cygnus.com>
13025
13026 * gcc.c-torture/compile/980329-1.c: New test.
13027
13028 Wed Mar 18 16:22:22 1998 Jim Wilson <wilson@cygnus.com>
13029
13030 * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
13031 * gcc.dg/980312-1.c: Fix typo in -march command.
13032
13033 Mon Mar 16 20:01:30 1998 H.J. Lu (hjl@gnu.org)
13034
13035 * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
13036
13037 Wed Mar 11 13:08:48 1998 Robert Lipe <robertl@dgii.com>
13038
13039 * g77.f-torture/execute/980310-5.f: Deleted. Craig Burley and
13040 Dave Love agree the Fortran source is bogus.
13041
13042 Wed Mar 11 00:03:49 1998 Robert Lipe <robertl@dgii.com>
13043
13044 * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
13045 g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
13046 g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
13047 g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
13048 * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
13049
13050 Tue Mar 10 00:31:51 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13051
13052 * g++.old-deja/g++.other/friend1.C: New test.
13053
13054 1998-02-18 Dave Love <d.love@dl.ac.uk>
13055
13056 * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
13057 possibly uninitialized) variables and declare dnrm2.
13058
13059 Mon Feb 23 15:16:53 1998 Robert Lipe <robertl@dgii.com>
13060
13061 From Bruno Haible <haible@ilog.fr>:
13062 * gcc.c-torture/execute/980223.c: New test.
13063
13064 Fri Feb 13 00:36:07 1998 Jeffrey A Law (law@cygnus.com)
13065
13066 * gcc.dg/ifelse-1.c: New test.
13067
13068 Mon Feb 9 02:08:47 1998 H.J. Lu (hjl@gnu.org)
13069
13070 * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
13071
13072 * lib/old-dejagnu.exp (old-dejagnu): Added the
13073 "execution test - XFAIL *-*-*" handling in the spirit of
13074 "excess errors test -". Changed the "execution test fails"
13075 handling to be like "excess errors test fails".
13076 * Update various tests accordingly.
13077
13078 Fri Feb 6 14:30:48 1998 Jim Wilson <wilson@cygnus.com>
13079
13080 * gcc.c-torture/execute/980205.c: New test.
13081
13082 Sun Jan 18 01:33:59 1998 Jeffrey A Law (law@cygnus.com)
13083
13084 * lib/c-torture.exp: Look for .x files instead of .cexp files.
13085 * lib/f-torture.exp: Similarly.
13086 * gcc.c-torture: Rename all .cexp files to .x files.
13087
13088 Mon Dec 8 23:55:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13089
13090 * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
13091 (940510-1.c): Removed duplicate.
13092 (971104-1.c): New test.
13093
13094 Tue Nov 25 16:18:51 1997 Kate Hedstrom (kate@ahab.rutgers.edu)
13095
13096 * lib/f-torture.exp: Improve error and loop detection.
13097
13098 Wed Nov 19 14:27:04 1997 Michael Meissner <meissner@cygnus.com>
13099
13100 * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
13101 use that to size the filler array.
13102
13103 Fri Sep 26 10:50:53 1997 Bob Manson <manson@charmed.cygnus.com>
13104
13105 * lib/c-torture.exp(c-torture-execute): Fix typo.
13106
13107 * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
13108 testcase as the executable name. Keep the executable around if
13109 the test fails.
13110
13111 Fri Sep 19 17:19:53 1997 Bob Manson <manson@charmed.cygnus.com>
13112
13113 * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
13114 changes. Only test one -g option, and move it to the end of the
13115 list of options to test.
13116
13117 Fri Sep 19 17:58:00 1997 Michael Meissner <meissner@cygnus.com>
13118
13119 * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
13120 variable GCC_TORTURE_OPTIONS to supply default switches separated
13121 by colons. If no environment variable, run tests with -O0 -g, -O1
13122 -g, and -O2 -g as well.
13123
13124 Wed Sep 17 10:12:26 1997 Bob Manson <manson@charmed.cygnus.com>
13125
13126 * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
13127 explanatory comments. Fix indentation.
13128
13129 Mon Sep 15 00:36:53 1997 Jeffrey A Law (law@cygnus.com)
13130
13131 * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
13132
13133 Thu Sep 11 13:54:47 1997 Jeffrey A Law (law@cygnus.com)
13134
13135 * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
13136 * g++.old-deja/g++.mike/p7325.C: Likewise.
13137 * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
13138
13139 Thu Sep 11 10:00:03 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
13140
13141 * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
13142 * g++.old-deja/g++.brendan/crash30.C: Likewise.
13143 * g++.old-deja/g++.brendan/crash39.C: Likewise.
13144 * g++.old-deja/g++.law/operators4.C: Likewise.
13145
13146 Thu Sep 11 09:53:40 1997 Joe Buck (jbuck@synopsys.com)
13147
13148 * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
13149 * g++.old-deja/g++.mike/p784.C: Ditto.
13150 * g++.old-deja/g++.mike/p785.C: Ditto.
13151
13152 Fri Sep 5 00:21:42 1997 Jeffrey A Law (law@cygnus.com)
13153
13154 * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
13155
13156 Wed Sep 3 17:29:35 1997 Bob Manson <manson@charmed.cygnus.com>
13157
13158 * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
13159 target feature; pass this to c-torture-execute as needed.
13160
13161 Wed Sep 3 17:15:00 1997 Bob Manson <manson@charmed.cygnus.com>
13162
13163 * lib/c-torture.exp(c-torture-execute): If the previous and the
13164 current executables being tested are identical, we don't need to
13165 run the executable again. Try to make the executable names
13166 unique. Add an optional argument for passing additional compiler
13167 flags.
13168
13169 Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
13170
13171 * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
13172
13173 Fri Aug 29 12:48:09 1997 Jeffrey A Law (law@cygnus.com)
13174
13175 * gcc.c-torture/execute/921007-1.c: Make strcmp static.
13176
13177 Thu Jul 31 12:17:24 1997 Jeffrey A Law (law@cygnus.com)
13178
13179 * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
13180 32bit or larger longs.
13181
13182 * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
13183 have either a 32bit long or 32bit int.
13184
13185 Tue Jul 29 00:40:38 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13186
13187 * gcc.c-torture/execute/conversion.c (test_float_to_integer):
13188 Make double precision tests dependent on sizeof (double).
13189
13190 Wed Jul 9 15:15:40 1997 Bob Manson <manson@charmed.cygnus.com>
13191
13192 * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
13193 too.
13194
13195 Tue Jun 17 22:11:16 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13196
13197 * gcc.c-torture/compile/961203-1.cexp: New script.
13198
13199 Mon Jun 16 15:27:06 1997 Bob Manson <manson@charmed.cygnus.com>
13200
13201 * lib/g++.exp(g++_init): Use g++_include_flags instead of making
13202 up the includes ourselves.
13203
13204 Wed Jun 11 17:33:21 1997 Bob Manson <manson@charmed.cygnus.com>
13205
13206 * lib/plumhall.exp: Remove random include, and add a few
13207 verbose messages for debugging.
13208
13209 Fri Jun 6 14:23:24 1997 Bob Manson <manson@charmed.cygnus.com>
13210
13211 * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
13212 of trying to do it ourselves.
13213
13214 Wed Jun 4 03:38:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13215
13216 * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
13217
13218 Wed Jun 4 18:43:55 1997 Bob Manson <manson@charmed.cygnus.com>
13219
13220 * gcc.prms/5403.c: Made regexp a bit less strict.
13221
13222 Tue Jun 3 15:12:39 1997 Bob Manson <manson@charmed.cygnus.com>
13223
13224 * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
13225 is returned from remote_load instead.
13226 * lib/plumhall.exp: Ditto.
13227 * lib/mike-g++.exp: Ditto.
13228 * lib/old-dejagnu.exp: Ditto.
13229 * lib/c-torture.exp: Ditto.
13230
13231 Fri May 30 23:15:15 1997 Bob Manson <manson@charmed.cygnus.com>
13232
13233 * lib/g++.exp: Use build_wrapper procedure.
13234 * lib/gcc.exp: Ditto.
13235
13236 Tue May 20 15:23:27 1997 Jeffrey A Law (law@cygnus.com)
13237
13238 * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
13239 an old-style decl for malloc. Fixes tests to work when
13240 sizeof (int) != sizeof (size_t).
13241
13242 Thu May 15 14:00:04 1997 Mike Meissner <meissner@cygnus.com>
13243
13244 * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
13245
13246 * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
13247 use stdargs.h interface.
13248
13249 Thu May 15 14:10:39 1997 Mike Meissner <meissner@cygnus.com>
13250
13251 * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
13252 NO_VARARGS when compiling.
13253
13254 Thu May 1 14:49:19 1997 Bob Manson <manson@charmed.cygnus.com>
13255
13256 * lib/plumhall.exp(ph_includes): New procedure.
13257 (ph_make): Use it.
13258 (ph_compiler): Ditto.
13259
13260 * lib/g++.exp: Rename test-glue.c to testglue.c.
13261 * lib/gcc.exp: Ditto.
13262
13263 Thu Apr 10 14:50:26 1997 Bob Manson <manson@charmed.cygnus.com>
13264
13265 * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
13266 to completion when it's called.
13267
13268 Fri Mar 21 16:34:52 1997 Michael Meissner <meissner@cygnus.com>
13269
13270 * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
13271 is defined, don't do test.
13272
13273 Thu Mar 20 09:50:32 1997 Doug Evans <dje@canuck.cygnus.com>
13274
13275 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
13276 for object files.
13277 (ph_summary): Mark skipped testcases as untested, not unresolved.
13278
13279 * lib/plumhall.exp (ph_make): If unresolved because of bad
13280 errorCode, record errorCode in log file.
13281 (*): Replace send_log/verbose with verbose -log.
13282
13283 Wed Mar 19 13:06:26 1997 Michael Meissner <meissner@cygnus.com>
13284
13285 * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
13286 double conversion if double isn't at least 8 bytes.
13287
13288 * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
13289 int to work with targets where int is 16 bits.
13290
13291 * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
13292 8 bytes, just exit, since 4 byte doubles don't have enough bits of
13293 precision for the test to complete.
13294
13295 Fri Mar 14 17:51:02 1997 Michael Meissner <meissner@cygnus.com>
13296
13297 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
13298 if d10v is not compiled with the -mdouble64 flag.
13299 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
13300
13301 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
13302 d10v is not compiled with the -mint32 flag.
13303
13304 Thu Mar 13 16:09:28 1997 Bob Manson <manson@charmed.cygnus.com>
13305
13306 * lib/plumhall.exp: Use incr_count.
13307
13308 Wed Mar 12 10:01:33 1997 Jeffrey A Law (law@cygnus.com)
13309
13310 * gcc.c-torture: Update to c-torture-1.45.
13311
13312 Sun Feb 23 18:12:04 1997 Bob Manson <manson@charmed.cygnus.com>
13313
13314 * lib/gcc.exp(gcc_init): Add args parameter (which will contain
13315 the name of the expect testcase file).
13316
13317 * lib/g++.exp(g++_init): Ditto.
13318
13319 Thu Feb 20 13:53:05 1997 Bob Manson <manson@charmed.cygnus.com>
13320
13321 * lib/g++.exp(g++_exit): $gluefile lives on the build, not
13322 the host.
13323
13324 * lib/gcc.exp(gcc_exit): New procedure.
13325
13326 Wed Feb 19 15:16:16 1997 Bob Manson <manson@charmed.cygnus.com>
13327
13328 * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
13329 specs where appropriate.
13330
13331 * g++.old-deja/g++.arm/*: Added additional ERROR checks
13332 because of new "candidates are" messages, and removed a few
13333
13334 * Converted all non-old-style g++ testcases to old-style, and
13335 moved into g++.old-deja.
13336
13337 Fri Feb 14 11:46:46 1997 Bob Manson <manson@charmed.cygnus.com>
13338
13339 * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
13340 options.
13341
13342 * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
13343 succeeded.
13344
13345 * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
13346
13347 Thu Feb 13 17:30:46 1997 Michael Meissner <meissner@cygnus.com>
13348
13349 * lib/gcc.exp (gcc_target_compile): Add support for defining
13350 NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
13351 the machine doesn't have those features.
13352
13353 Tue Feb 11 12:57:11 1997 Bob Manson <manson@charmed.cygnus.com>
13354
13355 * g++.law/operators4.exp: Don't use LIBS.
13356
13357 Sat Feb 8 14:45:55 1997 Bob Manson <manson@charmed.cygnus.com>
13358
13359 * g++.law/virtual1.exp: Don't use CXX_FLAGS.
13360
13361 * lib/mike-g++.exp: Don't set the compiler to be tested here.
13362 * lib/g++.exp: Set it here instead. Also, allow use of the
13363 --tool_exec and --tool_opt options. Change CXX to
13364 GXX_UNDER_TEST.
13365
13366 * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
13367
13368 * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
13369
13370 Fri Feb 7 12:55:45 1997 Bob Manson <manson@charmed.cygnus.com>
13371
13372 * lib/old-dejagnu.exp: Use prune_warnings instead of
13373 prune_system_crud.
13374 * lib/mike-g++.exp: Ditto.
13375 * lib/gcc.exp: Ditto.
13376 * lib/g++.exp: Ditto.
13377
13378 * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
13379
13380 Fri Feb 7 10:41:53 1997 Jeffrey A Law (law@cygnus.com)
13381
13382 * 941014-2.c: Include stdlib.h
13383 * 960327-1.c: Include stdio.h
13384 * dbra.c, index-1.c: Don't assume ints are 32bits.
13385
13386 Tue Feb 4 12:51:09 1997 Bob Manson <manson@charmed.cygnus.com>
13387
13388 * lib/gcc.exp: Add gcc,stack_size target feature.
13389
13390 * lib/g++.exp(g++_target_compile): Add the include and link
13391 paths here, not in two other places. And, it's $options, not
13392 options.
13393
13394 * lib/mike-g++.exp(postbase): Remove the code that determines
13395 the correct include and link paths.
13396 * g++.old-deja/old-deja.exp: Ditto.
13397
13398 Mon Feb 3 19:00:07 1997 Bob Manson <manson@charmed.cygnus.com>
13399
13400 * lib/g++.exp(g++_init): target_compile no longer returns the
13401 filename of the result.
13402
13403 Sun Feb 2 14:42:34 1997 Bob Manson <manson@charmed.cygnus.com>
13404
13405 * gcc.misc-tests/gcov.exp: Add -nocomplain to the
13406 call to glob.
13407
13408 * gcc.c-torture/special/special.exp: Change call to
13409 gcc_target_compile to include the object file.
13410
13411 Sun Feb 2 17:11:50 1997 Ian Lance Taylor <ian@cygnus.com>
13412
13413 * gcc.c-torture/special/special.exp: Correct misspelling in last
13414 change.
13415
13416 Sat Feb 1 12:34:23 1997 Bob Manson <manson@charmed.cygnus.com>
13417
13418 * lib/plumhall.exp(ph_summary): Log the entire output of the
13419 executable. Return -1 if there were any failures, 0 otherwise.
13420 (ph_execute): Return -1 if there were any failures, 0 otherwise.
13421 (ph_make): Clean up objects and executables that were built
13422 if the tests succeeded.
13423
13424 Thu Jan 30 13:45:56 1997 Bob Manson <manson@charmed.cygnus.com>
13425
13426 * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
13427 libraries and includes in the build tree as appropriate.
13428
13429 Wed Jan 29 17:19:34 1997 Bob Manson <manson@charmed.cygnus.com>
13430
13431 * lib/c-torture.exp: Instead of looking for the global variable
13432 NO_LONG_LONG, check to see if that's a feature of the target.
13433
13434 Wed Jan 29 00:36:25 1997 Bob Manson <manson@charmed.cygnus.com>
13435
13436 * config/default.exp: Minimize. Delete the remainer of the files in
13437 config; this functionality is now in devo/dejagnu/config.
13438
13439 g++.*/*: Pass any additional flags used to compile to postbase;
13440 delete CXXFLAGS.
13441
13442 gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
13443 is now done by runtest.exp. Use gcc_target_compile instead of
13444 compile.
13445
13446 lib/c-torture.exp: Use gcc_target_compile instead of compile.
13447 Remove references to CFLAGS. Use remote_file instead of
13448 calling rm -f.
13449 (c-torture): Take a list of arguments to use to compile this
13450 testcase.
13451
13452 lib/g++.exp: Simplify. Use target_compile instead of compile.
13453 lib/gcc-dg.exp: Ditto.
13454 lib/gcc.exp: Ditto.
13455 lib/mike-{gcc,g++}.exp: Ditto.
13456 lib/old-dejagnu.exp: Ditto.
13457 lib/plumhall.exp: Ditto.
13458
13459 Wed Jan 8 14:43:07 1997 Jim Wilson <wilson@cygnus.com>
13460
13461 * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
13462 (ph_linker): Likewise.
13463
13464 Wed Nov 13 16:04:19 1996 Joern Rennecke <amylaar@cygnus.com>
13465
13466 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
13467 MAP_ANON / MAP_ANONYMOUS if defined;
13468 else try to map from /dev/zero .
13469
13470 Tue Nov 12 23:30:12 1996 Jeffrey A Law (law@cygnus.com)
13471
13472 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: If MAP_ANON
13473 isn't defined, then define it to MAP_ANONYMOUS.
13474
13475 Tue Nov 12 11:57:49 1996 Jeffrey A Law (law@cygnus.com)
13476
13477 * gcc.c-torture: Update to c-torture-1.42 release.
13478
13479 Mon Nov 11 12:45:31 1996 Jeffrey A Law (law@cygnus.com)
13480
13481 * gcc.c-torture: Update to c-torture-1.41 release.
13482
13483 Sun Oct 27 18:56:18 1996 Jeffrey A Law (law@cygnus.com)
13484
13485 * gcc.c-torture/execute/enum-1.c: New test. Will be in next
13486 c-torture release.
13487
13488 Thu Aug 15 11:09:36 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13489
13490 * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
13491 and LDFLAGS. Fix second case to append the target_info ldflags
13492 onto LDFLAGS, not CFLAGS.
13493 * lib/g++.exp (g++_init): Add target_info stuff.
13494 * lib/old-dejagnu.exp (old-dejagnu-init): Likewise. Add inclusion
13495 of libgloss and newlib flags for !native.
13496
13497 * config/proelf.exp: Load remote.exp and do `push_target hppro'.
13498 (GDB): Fix relative path to go up another dir for finding gdb.
13499
13500 Thu Aug 8 17:03:27 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13501
13502 * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
13503 versions in the target_info array, if they don't exist.
13504
13505 Fri Aug 2 15:39:03 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13506
13507 * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
13508
13509 Mon Jul 8 15:45:58 1996 Jim Wilson <wilson@cygnus.com>
13510
13511 * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
13512 * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
13513
13514 Mon Jul 1 15:53:00 1996 Bob Manson <manson@charmed.cygnus.com>
13515
13516 * lib/old-dejagnu.exp: Don't remove the output file before we've
13517 actually tested it. Don't append pwd to the path of the executable
13518 we're testing.
13519
13520 Sun Jun 30 14:37:50 1996 Doug Evans <dje@canuck.cygnus.com>
13521
13522 * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
13523
13524 Wed Jun 26 14:15:55 1996 Bob Manson <manson@charmed.cygnus.com>
13525
13526 * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
13527 temporary directory for compiler files, and set it to a default
13528 value of /tmp. Set $output as the name of the output file from
13529 compiling the testcase. Add a -o option to $cflags_var so the
13530 compiler writes the final output file as $output. Set $executable
13531 to $output.
13532
13533 * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
13534 directory for compiler files, and set it to /tmp if it doesn't
13535 already have a value. Set $output_file to the name of the output
13536 file from compiling the testcase. Add a -o option to CXXFLAGS so
13537 the compiler writes the final output file as $output. Use $output
13538 as the executable to be tested.
13539
13540 Mon Jun 24 17:12:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13541
13542 * lib/g++.exp: Also add -Wl,-rpath,... for linux.
13543
13544 Sat Jun 8 15:12:24 1996 Jeffrey A Law (law@cygnus.com)
13545
13546 * gcc.c-torture/execute/pending-1.c: New test. Still
13547 pending in Tege's queue.
13548
13549 Wed Apr 24 18:13:45 1996 Jim Wilson <wilson@chestnut.cygnus.com>
13550
13551 * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
13552 Add variables local_failcnt and local_unresolvedcnt. Call gcc_fail
13553 if there were failures. Call unresolved if there were unresolved
13554 testcases. Call gcc_fail if program did not run to completion.
13555 (ph_make): Pass additional argument name to ph_execute.
13556 (ph_execute): Add new argument. Pass additional arguments to
13557 ph_summary. Call gcc_fail is there is no execution output.
13558
13559 Wed Apr 24 13:39:23 1996 Jeffrey A Law (law@cygnus.com)
13560
13561 * lib/plumhall.exp (proc_summary): Output relavent summary
13562 lines into the log so specific failures in plumhall can be
13563 investigated.
13564
13565 Wed Apr 10 13:23:45 1996 Jeffrey A Law (law@cygnus.com)
13566
13567 * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
13568 (c-torture-execute): Don't try to execute tests which use
13569 "long long" types if $NO_LONG_LONG is nonzero.
13570
13571 Mon Apr 8 08:52:29 1996 Doug Evans <dje@canuck.cygnus.com>
13572
13573 * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
13574 not c-torture.
13575
13576 * gcc.ieee: Move from here.
13577 * gcc.c-torture/execute/ieee: To here.
13578
13579 Tue Mar 26 23:41:18 1996 Jeffrey A Law (law@cygnus.com)
13580
13581 * gcc.c-torture: Update to c-torture-1.41 release.
13582
13583 Fri Mar 22 15:49:24 1996 Jeffrey A Law (law@cygnus.com)
13584
13585 * lib/c-torture.exp (c-torture-execute): Remove "$executable",
13586 not "$output".
13587
13588 Thu Mar 7 12:37:08 1996 Doug Evans <dje@charmed.cygnus.com>
13589
13590 * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
13591 -c present.
13592
13593 Sat Mar 2 22:36:37 1996 Jeffrey A Law (law@cygnus.com)
13594
13595 * config/proelf.exp: Handle connecting to a simulator.
13596
13597 Wed Jan 31 00:58:15 1996 Jeffrey A Law (law@cygnus.com)
13598
13599 * config/proelf.exp: New file. Enough framework that we can
13600 run c-torture tests on the proelf targets (or any other target
13601 that gdb can connect to for that matter).
13602
13603 Mon Jan 29 08:57:46 1996 Doug Evans <dje@canuck.cygnus.com>
13604
13605 * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
13606 * gcc.ph/testing/limits/limits.exp: Likewise. Don't pass $CFLAGS.
13607
13608 * lib/plumhall.exp (ph_execute): Always call ph_summary if
13609 exec_output exists.
13610
13611 Sun Jan 28 11:28:43 1996 Doug Evans <dje@charmed.cygnus.com>
13612
13613 * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
13614 (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
13615
13616 * config/*.exp: Update FSF address. Change result of ${tool}_load
13617 to pass/fail/unresolved/unsupported/untested. Caller must now
13618 call unresolved/unsupported/untested.
13619 * lib/*.exp: Update FSF address. Update to handle new results of
13620 ${tool}_load.
13621 * lib/chill.exp (verbose): Delete.
13622
13623 Sat Jan 27 12:28:07 1996 Doug Evans <dje@charmed.cygnus.com>
13624
13625 * lib/gcc.exp (default_gcc_start): Change order of args to
13626 $LDFLAGS $CFLAGS $LIBS.
13627 * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
13628 Save/set/restore CFLAGS. Pass single arg to gcc_start.
13629 * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
13630 (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13631 * gcc.misc-tests/dg-test.exp: Likewise.
13632 * gcc.misc-tests/msgs.exp: Likewise.
13633 * gcc.prms/prms.exp: Likewise.
13634 * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
13635 (CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13636
13637 * lib/dg.exp: Deleted, moved to dejagnu/lib.
13638
13639 Wed Jan 24 18:37:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13640
13641 * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
13642
13643 * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
13644 * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
13645
13646 * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
13647 necessary.
13648
13649 Sat Jan 20 17:22:08 1996 Brendan Kehoe <brendan@cygnus.com>
13650
13651 * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
13652 global for loop; add use of $mathlib.
13653 * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
13654 settings here; set mathlib for anything but VxWorks.
13655
13656 Mon Jan 22 16:31:57 1996 Jeffrey A Law (law@cygnus.com)
13657
13658 * gcc.c-torture: Update to c-torture-1.40 release.
13659
13660 Wed Jan 3 00:54:33 1996 Jeffrey A Law (law@cygnus.com)
13661
13662 * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
13663 dg.exp.
13664
13665 Sun Dec 3 16:17:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
13666
13667 * lib/c-torture.exp (c-torture-execute): Declare "output" as
13668 global.
13669
13670 Fri Nov 17 20:01:19 1995 Doug Evans <dje@canuck.cygnus.com>
13671
13672 * lib/g++.exp (LIBS): Define if not already.
13673 * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
13674 (gcc-dg-prune): Call prune_gcc_output.
13675 * lib/gcc.exp (prune_gcc_output): New proc.
13676 * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
13677 prune_gcc_output.
13678
13679 Thu Nov 16 09:15:40 1995 Doug Evans <dje@canuck.cygnus.com>
13680
13681 * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
13682 (c-torture-execute): Likewise. Rename `name' to `testcase'.
13683
13684 Wed Nov 15 23:04:36 1995 Jeffrey A Law (law@cygnus.com)
13685
13686 * gcc.c-torture: Update to c-torture-1.39 release.
13687
13688 Sat Nov 4 12:52:05 1995 Doug Evans <dje@canuck.cygnus.com>
13689
13690 * lib/c-torture.exp (c-torture-execute): Don't return if one option
13691 fails, try others as well.
13692
13693 Thu Nov 2 09:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
13694
13695 * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
13696 If compilation fails, mark execute tests as `untested'.
13697 If test is marked as unsupported, don't mark compilation and
13698 execute tests as failed.
13699
13700 Wed Oct 25 20:57:55 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13701
13702 * lib/g++.exp (g++_init): Don't link in libg++, and look to
13703 libstdc++ for whether or not we want to be doing shared
13704 libraries. Delete link_curses since we don't need it anymore.
13705 * lib/mike-g++.exp (postbase): Don't link in libg++.
13706 * g++.old-deja/old-deja.exp: Likewise.
13707
13708 Mon Oct 23 13:05:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13709
13710 * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
13711
13712 Tue Oct 17 15:24:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13713
13714 * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
13715 For that, add `-Wl,-a,shared_archive'.
13716 * g++.old-deja/old-deja.exp: Likewise.
13717
13718 Tue Oct 17 13:09:06 1995 Doug Evans <dje@canuck.cygnus.com>
13719
13720 * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
13721
13722 Mon Oct 16 23:13:32 1995 Brendan Kehoe <brendan@cygnus.com>
13723
13724 * lib/mike-g++.exp (postbase): Pay attention to the status of
13725 g++_load.
13726
13727 Mon Oct 16 19:28:32 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13728
13729 * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
13730
13731 Mon Oct 16 13:48:58 1995 Doug Evans <dje@canuck.cygnus.com>
13732
13733 * lib/gcc.exp (default_gcc_start): No longer need to log program
13734 being executed or its output, execute_anywhere does that now.
13735 * lib/g++.exp (default_g++_version): Call execute_anywhere.
13736 (default_g++_start): Likewise. Delete calls to verbose/send_log.
13737
13738 Thu Oct 12 10:34:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13739
13740 * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
13741 the same as those in lib/g++.exp.
13742
13743 Tue Oct 10 13:47:27 1995 Jeff Law (law@hurl.cygnus.com)
13744
13745 * gcc.c-torture: Update to c-torture-1.38 release.
13746 * gcc.ieee: Related changes.
13747
13748 Fri Oct 6 12:39:17 1995 Rob Savoye <rob@darkstar.cygnus.com>
13749
13750 * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
13751 "exec". Minor reformatting changes.
13752
13753 * config/rom68k.exp (${tool}_load): Make it work in a canadian
13754 cross. This means all "exec" calls now work on a remote host as
13755 well.
13756 * lib/c-torture.exp (c-torture-compile): Make work for a canadian
13757 cross. Filter out the extra "\r\n" stuff that expect puts in.
13758 (c-torture-execute): Filter out the bogus warnings like
13759 c-torture-compile does. Add support for canadian cross.
13760 * lib/gcc.exp (default_gcc_version, default_gcc_start)
13761 Use execute_anywhere rather than calling exec directly. Now it
13762 works for canadian cross testing.
13763
13764 Thu Oct 5 10:06:45 1995 Brendan Kehoe <brendan@rtl.cygnus.com>
13765
13766 * lib/g++.exp: Add -nocomplain flag to glob. Use catch to put the
13767 results into a variable, and check that rather than using file exists.
13768
13769 Wed Oct 4 16:31:02 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13770
13771 * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
13772 create a libg++.so. For sunos4.1.*, also add -ltermcap.
13773
13774 Tue Sep 26 10:15:14 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13775
13776 * g++.old-deja/old-deja.exp: Create and pass runshlib and
13777 lib_curses if there's a shared libg++ in the build tree.
13778
13779 Fri Sep 22 10:47:24 1995 Doug Evans <dje@canuck.cygnus.com>
13780
13781 * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
13782 if not supported target.
13783
13784 Fri Sep 22 09:22:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13785
13786 * lib/g++.exp (g++_init): Move empty setting of runshlib and
13787 link_curses up to always happen, not just for native builds.
13788
13789 Thu Sep 21 10:23:32 1995 Jeff Law (law@snake.cs.utah.edu)
13790
13791 * gcc.c-torture: Update to c-torture-1.36 release.
13792 * gcc.failure: Related changes.
13793
13794 Wed Sep 20 10:56:26 1995 Doug Evans <dje@canuck.cygnus.com>
13795
13796 * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
13797
13798 Tue Sep 19 17:26:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13799
13800 * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
13801 * lib/mike-g++.exp (postbase): Not in here. Still reference
13802 runshlib, link_curses, and mathlib for link and run.
13803
13804 * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
13805 pass the runtime shared library options for Solaris, OSF/1, and
13806 Irix5, and link with -lcurses to avoid unresolved references.
13807
13808 Wed Sep 13 15:28:10 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13809
13810 * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
13811 only run once.
13812
13813 Wed Sep 13 10:51:52 1995 Doug Evans <dje@canuck.cygnus.com>
13814
13815 * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
13816
13817 Mon Sep 11 11:02:03 1995 Jeff Law (law@snake.cs.utah.edu)
13818
13819 * gcc.c-torture: Update to c-torture-1.35 release. Note we
13820 do not have a framework for the "compat" tests yet.
13821
13822 Sat Sep 9 16:15:20 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13823
13824 * lib/mike-g++.exp (postbase): New local variable `mathlib',
13825 set to null if we're testing vxworks5.1. Use that instead of
13826 `-lm' in the setting of LIBS for link and run.
13827
13828 Fri Sep 8 13:53:38 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13829
13830 * config/rom68k.exp (${tool}_load): Major changes to make it
13831 work. Verified that it does in fact return the stuff in
13832 exec_output properly. Catch any Emul or any TRAP other than 0.
13833
13834 Thu Sep 7 23:04:06 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13835
13836 * lib/mike-g++.exp (prebase): Call g++_init at the end to set
13837 LDFLAGS properly for targets that need stuff from libgloss.
13838 * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
13839 only run once.
13840 (gpp_initialized): New variable.
13841
13842 Wed Sep 6 21:56:13 1995 Rob Savoye <rob@darkstar.cygnus.com>
13843
13844 * config/rom68k.exp: Load libgloss.exp.
13845 * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
13846 so we can produce a fully linked binary.
13847 * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
13848 so we can produce a fully linked binary.
13849
13850 Sun Sep 3 13:25:26 1995 Doug Evans <dje@canuck.cygnus.com>
13851
13852 * lib/plumhall.exp (ph_section): Watch for expected failures.
13853 Add missing `else'.
13854
13855 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
13856 run the testcase.
13857 (c-torture): Likewise.
13858
13859 Mon Aug 28 11:23:38 1995 Doug Evans <dje@cygnus.com>
13860
13861 * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
13862
13863 * lib/mike-g++.exp (mike_cleanup): New proc.
13864 (prebase): New globals compiler_result, not_compiler_result,
13865 target_regexp.
13866 (postbase): Likewise. Call mike_cleanup. Pass "--" to regexp to
13867 allow leading "-" in pattern. Watch for unsupported tests.
13868 If $compiler_result is set, pattern match assembler code,
13869 and ditto for $not_compiler_result.
13870 * lib/mike-gcc.exp: Likewise.
13871
13872 * lib/plumhall.exp (ph_execute): Only call ph_summary if
13873 execution "succeeded".
13874
13875 Mon Aug 14 14:03:53 1995 Doug Evans <dje@canuck.cygnus.com>
13876
13877 * config/win32.exp: New file.
13878 * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
13879
13880 Fri Aug 4 15:39:54 1995 Doug Evans <dje@canuck.cygnus.com>
13881
13882 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
13883 unsupported.
13884 * lib/mike-{gcc,g++}.exp (postbase): Likewise.
13885 * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
13886 * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
13887
13888 * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
13889 "... without exceptions was ...". That is now handled by
13890 prune_system_crud.
13891 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13892
13893 Tue Aug 1 11:09:33 1995 Doug Evans <dje@canuck.cygnus.com>
13894
13895 * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
13896 sieve.c,sort2.c}: New files.
13897 * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
13898 sieve.exp,sort2.exp}: Drivers for them.
13899
13900 * lib/mike-gcc.exp (program_output): New user settable variable.
13901 (postbase): Call prune_system_crud. Also prune extraneous compiler
13902 messages.
13903 * lib/mike-g++.exp (program_output): New user settable variable.
13904
13905 * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
13906
13907 * config/sh.exp: Deleted (use sim.exp instead).
13908
13909 Fri Jul 28 11:33:46 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13910
13911 * config/vx.exp: Declare CHECKTASK as global.
13912 * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
13913 * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
13914 * lib/old-dejagnu.exp: Load [pwd]/$executable.
13915
13916 Wed Jul 26 19:45:39 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13917
13918 * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
13919 target. Like vx.exp, only includes `vx29k.exp' instead of
13920 `vxworks.exp'.
13921
13922 Sun Jul 23 17:38:52 1995 Ian Lance Taylor <ian@cygnus.com>
13923
13924 * config/sim.exp: Increase time limit from 120 seconds to 240.
13925
13926 Thu Jul 6 11:07:38 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13927
13928 * gcc.c-torture/execute/950628-1.c: New test.
13929
13930 Sat Jun 10 18:51:41 1995 Jeff Law (law@snake.cs.utah.edu)
13931
13932 * gcc.c-torture: Update with changes/additions from
13933 c-torture-1.34.
13934
13935 Mon Jun 5 17:58:07 1995 Doug Evans <dje@canuck.cygnus.com>
13936
13937 * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
13938
13939 Sun Jun 4 05:13:57 1995 Jeff Law (law@snake.cs.utah.edu)
13940
13941 * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
13942
13943 Thu Jun 1 00:06:19 1995 Jeff Law (law@snake.cs.utah.edu)
13944
13945 * gcc.c-torture/compile/950512-1.c: New test.
13946 * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
13947 * gcc.dg/struct-ret-1.c: Likewise.
13948
13949 Wed May 31 14:25:13 1995 Doug Evans <dje@canuck.cygnus.com>
13950
13951 * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
13952 930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
13953
13954 Tue May 30 11:19:54 1995 Doug Evans <dje@canuck.cygnus.com>
13955
13956 * gcc.c-torture/special/920411-1.c: Deleted.
13957 * gcc.c-torture/special/special.exp: Delete 920411-1.c.
13958
13959 Mon May 22 16:55:11 1995 Doug Evans <dje@chestnut.cygnus.com>
13960
13961 * config/sim.exp (${tool}_load): Hack in call to bash to get a
13962 cpu limit.
13963
13964 Fri May 12 18:57:54 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13965
13966 * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
13967
13968 Thu May 4 14:23:54 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13969
13970 From kenner;
13971 * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
13972 is the proper length.
13973 * va-arg-3.c: Likewise.
13974
13975 Sun Apr 30 16:02:59 1995 Doug Evans <dje@canuck.cygnus.com>
13976
13977 * lib/dg.exp: Moved to dejagnu/lib. Copy kept here (for awhile).
13978 * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
13979
13980 * lib/gcc.exp (default_gcc_start): Delete old cruft. Delete result.
13981 * lib/g++.exp (default_g++_start): Delete old cruft.
13982
13983 Tue Apr 25 17:20:18 1995 Torbjorn Granlund <tege@cygnus.com>
13984
13985 * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
13986 (2 * (1 << 18)) to (2 * (1 << 17)).
13987
13988 * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
13989
13990 Thu Apr 20 12:21:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13991
13992 * config/rom68k.exp: Renamed from config/idp.exp
13993
13994 Tue Apr 18 13:33:26 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13995
13996 * c-torture/compile/921109-2.c
13997
13998 Tue Apr 18 10:45:12 1995 Mike Stump <mrs@cygnus.com>
13999
14000 * lib/old-dejagnu.exp: We expect Execution test failure if we expected
14001 excess errors.
14002
14003 Sat Apr 15 11:16:58 1995 Doug Evans <dje@chestnut.cygnus.com>
14004
14005 * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
14006 output.
14007 * lib/g++.exp (default_g++_start): Likewise.
14008
14009 Wed Mar 29 16:34:03 1995 Torbjorn Granlund <tege@adder.cygnus.com>
14010
14011 * gcc.c-torture/compile/950329-1.c: New test.
14012
14013 Tue Mar 28 16:10:33 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14014
14015 * config/bug.exp (${tool}_load): Updated to use new remote_open
14016 and remote_close procs.
14017 * config/idp.exp: New file.
14018
14019 Wed Mar 22 15:01:58 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
14020
14021 * gcc.c-torture/execute/950322-1.c: New test.
14022
14023 Tue Mar 21 21:24:49 1995 Doug Evans <dje@canuck.cygnus.com>
14024
14025 * config/vx.exp (${tool}_load): Clean up testing of return code from
14026 vxworks_ld and vxworks_spawn.
14027
14028 Tue Mar 21 17:01:42 1995 Doug Evans <dje@deneb.cygnus.com>
14029
14030 * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
14031
14032 Mon Mar 13 14:49:42 1995 Mike Stump <mrs@cygnus.com>
14033
14034 * lib/old-deja.exp: Add `excess errors test - ' error, now one
14035 can mark excess errors on a machine by machine basis. Note, the
14036 default is to not expect any excess errors, even when excess
14037 errors test - is given, so you will want to put an XFAIL ... on
14038 these lines. For example, // excess errors test - XFAIL hppa*-*-*
14039 mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
14040 those 4 machines, but no others.
14041
14042 Fri Mar 10 12:33:04 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14043
14044 * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
14045 * lib/c-torture.exp: to here.
14046
14047 Fri Mar 10 10:38:15 1995 Torbjorn Granlund <tege@adder.cygnus.com>
14048
14049 * gcc.c-torture/execute/950221-1.c: New test.
14050 * gcc.c-torture/execute/struct-ret-1.c: New test.
14051 * gcc.c-torture/compile/950221-1.c: New test.
14052
14053 * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
14054
14055 Fri Mar 3 16:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
14056
14057 * gcc.c-torture/execute/arith-1.c (main): Return 0.
14058 * gcc.c-torture/execute/arith-rand.c (main): Return 0.
14059
14060 Wed Mar 1 02:08:29 1995 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
14061
14062 * g++.gb: New directory of tests, derived from my signature and
14063 class scoping tests.
14064
14065 * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
14066 * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
14067 * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
14068 * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
14069 * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
14070 * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
14071 * g++.gb/sig25.C: Likewise.
14072
14073 * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
14074 * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
14075 * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
14076 * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
14077 * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
14078 * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
14079 * g++.gb/sig25.exp: Likewise.
14080
14081 * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
14082 * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
14083 * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
14084 * g++.gb/scope13.C: Likewise, this test still fails.
14085
14086 * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
14087 * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
14088 * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
14089 * g++.gb/scope13.exp: Ditto.
14090
14091 * g++.gb/README: New file, explains what these tests are about.
14092
14093 Tue Feb 28 10:37:52 1995 Doug Evans <dje@canuck.cygnus.com>
14094
14095 * lib/dg.exp (dg-do): Support `preprocess'.
14096 (dg-test): Likewise.
14097
14098 Mon Feb 13 15:18:10 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14099
14100 * config/udi.exp: change "continue -expect" to "exp_continue".
14101
14102 Sat Feb 11 00:25:20 1995 Torbjorn Granlund (tege@tiny.cygnus.com)
14103
14104 * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
14105 Delete redundant tests.
14106
14107 * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
14108 * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
14109 * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
14110 * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
14111 * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
14112 * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
14113 * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
14114 * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
14115
14116 * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
14117 storing label pointers.
14118 * gcc.c-torture/execute/921019-1.c: Likewise.
14119 * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
14120 * gcc.c-torture/execute/930513-1.c: Provide full declaration for
14121 parameter fp.
14122 * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
14123 constants.
14124
14125 * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
14126 Delete obsolete tests.
14127
14128 * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
14129 * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
14130 * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
14131 * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
14132 * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
14133 * gcc.c-torture/compile/950124-1.c: New test.
14134
14135 * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
14136
14137 Wed Feb 8 15:30:17 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14138
14139 * lib/mike-g++.exp: Add -lm to LIBS.
14140
14141 Tue Feb 7 17:09:50 1995 Doug Evans <dje@canuck.cygnus.com>
14142
14143 * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
14144
14145 Mon Jan 30 14:33:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14146
14147 * lib/mike-g++.exp: Add -lstdc++ to LIBS.
14148
14149 Thu Jan 12 16:41:34 1995 Doug Evans <dje@canuck.cygnus.com>
14150
14151 * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
14152
14153 Mon Jan 2 11:50:10 1995 Jeff Law (law@snake.cs.utah.edu)
14154
14155 * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
14156 * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
14157 * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
14158 * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
14159 * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
14160 * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
14161 * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
14162 * g++.law/{operators31.C, operators32.C,
14163 * g++.law/{operators33.C, operators34.C}: Likewise.
14164 * g++.law/{pic1.C, refs2.C}: Likewise.
14165 * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
14166 * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
14167 * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
14168 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
14169
14170 * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
14171 * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
14172 * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
14173 * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
14174 * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
14175 * g++.law/{enum9.exp, friend5.exp}: Likewise.
14176 * g++.law/{nest3.exp, nest4.exp}: Likewise.
14177 * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
14178 * g++.law/{operators30.exp, operators31.exp}: Likewise.
14179 * g++.law/{operators32.exp, operators33.exp}: Likewise.
14180 * g++.law/{operators34.exp}: Likewise.
14181 * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
14182 * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
14183 * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
14184 * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
14185 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
14186
14187 * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
14188 No longer expected to fail.
14189 * g++.law/missed-error3.C: Tweak for recent bool changes.
14190
14191 Sun Dec 4 20:54:33 1994 Doug Evans <dje@canuck.cygnus.com>
14192
14193 * config/emb-unix: Deleted.
14194 * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
14195 remote execution. Do final link on remote host if REMOTE_LINK is set.
14196
14197 Thu Dec 1 08:43:05 1994 Doug Evans <dje@canuck.cygnus.com>
14198
14199 * lib/dg.exp (dg-test): Fix typo in last patch.
14200
14201 Wed Nov 30 13:25:32 1994 Doug Evans <dje@canuck.cygnus.com>
14202
14203 * lib/dg.exp (dg-test): Fix pattern that searches for expected output
14204 (handles multiple occurrences).
14205
14206 Thu Nov 24 19:48:38 1994 Doug Evans <dje@canuck.cygnus.com>
14207
14208 * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
14209 * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
14210 $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
14211 printed).
14212 * lib/c-torture.exp (c-torture-compile): Likewise.
14213 (c-torture): Prepend full path if missing.
14214 * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
14215 (gcc_fail): Likewise.
14216 * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
14217
14218 Wed Nov 23 13:56:00 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14219
14220 * lib/netware.exp: Only attach to NetWare i386 systems.
14221
14222 Wed Nov 16 11:27:00 1994 Doug Evans <dje@canuck.cygnus.com>
14223
14224 * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
14225 messages. Add test name to "output pattern match" pass/fail message.
14226
14227 Sat Nov 12 22:11:52 1994 Doug Evans <dje@canuck.cygnus.com>
14228
14229 * gcc.dg: New testsuite.
14230 * gcc.dg/dg.exp: New file.
14231
14232 * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
14233 test-switch.c}: Deleted.
14234
14235 * gcc.misc-tests/msgs.exp: New testcase driver.
14236
14237 Wed Nov 9 14:23:09 1994 Doug Evans <dje@canuck.cygnus.com>
14238
14239 * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
14240 Watch for illegal return values from ${tool}_load.
14241 * config/unix.exp (${tool}_load): Fix pass/fail detection for
14242 cross targets. Coerce return value >0 to 1.
14243
14244 Tue Nov 8 14:10:33 1994 Doug Evans <dje@canuck.cygnus.com>
14245
14246 * config/unix.exp (${tool}_load): Call program rsh, not proc.
14247
14248 * config/emb-unix.exp: New file.
14249
14250 * config/sim.exp: Error if variable $SIM not defined.
14251 (${tool}_load): Mark test as "untested" if simulator missing.
14252
14253 * config/unix.exp: Load remote.exp to get rcp_download.
14254 * lib/c-torture.exp: Use different option lists for testcases with
14255 and without loops.
14256 * gcc.c-torture/execute/execute.exp: Likewise.
14257
14258 Wed Nov 2 14:47:58 1994 Doug Evans <dje@canuck.cygnus.com>
14259
14260 * config/*.exp: Clarify return code from ${tool}_load.
14261 Call `unresolved' or `untested' instead of `warning' or `perror'
14262 (sometimes you still want to call both though).
14263 Add comment that `shell_id' is local to each file.
14264 * config/udi.exp (timeout): Set to 30.
14265 Don't print warning if connection fails, $connectmode has already
14266 printed an error.
14267 (${tool}_load): Move verbose messages to level 2.
14268 Rework pattern for "Process started" message.
14269 Pass `shell_id' to ${connectmode}_download.
14270 Retry twice upon timeout. Make resetting of target more robust.
14271 (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
14272 Pass `shell_id' to exit_$connectmode.
14273 Only call exit_$connectmode if connected.
14274 * config/unix.exp (${tool}_load): Check return codes better.
14275 * config/vrtx.exp (${tool}_load): Likewise.
14276 * config/vx.exp (${tool}_load): Likewise.
14277 Delete unneeded global's.
14278 * lib/dg.exp (dg-test): Update to reflect clarified return codes
14279 from ${tool}_load.
14280 (dg-stat): Delete.
14281 (dg-init): Delete recording of pass/fail counts.
14282 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
14283 (old-dejagnu-init): Likewise.
14284 (old-dejagnu-stat): Delete contents, empty proc now.
14285 * lib/c-torture.exp (TORTURE_OPTIONS): New global.
14286 (c-torture): Delete references to lcnt, lpass, lfail.
14287 Get option list from TORTURE_OPTIONS.
14288 Delete -funroll[-all]-loops if no loops.
14289 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
14290 (g++_stat): Delete contents (empty proc now).
14291 * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
14292 (gcc_finish): Likewise.
14293 (gcc_stat): Deleted.
14294 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
14295 * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
14296 * gcc.c-torture/execute/execute.exp: Likewise.
14297 Split tests into two parts: compile, execute.
14298 Get option list from TORTURE_OPTIONS. Delete -funroll[-all]-loops if
14299 no loops. Update to reflect clarified return codes from ${tool}_load.
14300
14301 Fri Oct 21 23:10:16 1994 Doug Evans <dje@canuck.cygnus.com>
14302
14303 * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
14304 to grep for.
14305 (old-dejagnu): Likewise (where necessary).
14306
14307 Fri Oct 14 17:54:58 1994 Doug Evans <dje@canuck.cygnus.com>
14308
14309 * gcc.misc-tests/gcov.exp: New file, for gcov testing.
14310
14311 * lib/dg.exp (dg-process-target): Fix processing of selector.
14312 Add comment regarding use of `error'.
14313
14314 * lib/gcc.exp (prune_system_crud): Define if missing.
14315 * lib/g++.exp (prune_system_crud): Likewise.
14316
14317 * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
14318 Call prune_system_crud.
14319 * lib/dg.exp (dg-runtest): New proc.
14320 Use perror instead of send_user for tcl errors in testcase.
14321 Don't return any value, it's never used.
14322 Don't clobber previous definition of `unknown'.
14323 Print tcl errors in `dg-final'.
14324
14325 Wed Oct 12 13:05:37 1994 Doug Evans <dje@canuck.cygnus.com>
14326
14327 * lib/dg.exp (dg-process-target): Improve syntax error messages.
14328 (dg-test): Don't print errorInfo, it contains stack backtrace.
14329
14330 Mon Sep 26 12:18:53 1994 Doug Evans (dje@canuck.cygnus.com)
14331
14332 * lib/g++.exp (runtest_file_p): Define if missing.
14333
14334 Sat Sep 24 15:29:23 1994 Doug Evans (dje@cygnus.com)
14335
14336 * lib/mike-g++.exp: Comment out loading of g++.exp.
14337 * lib/g++.exp: Update copyright. Test for existence of $CXX at start.
14338 (default_g++_version): Always print something.
14339 (default_g++_start): Comment out call to `which'.
14340 (g++_start, g++_load): Deleted (must be defined in config file).
14341 * lib/gcc.exp: Test for existence of $CC at start.
14342 Delete check for tmpdir (done in gcc_init).
14343 (default_gcc_version): Always print something.
14344 (default_gcc_start): Comment out call to `which'.
14345 * config/*.exp: Major cleanup - make cross targets work at least a
14346 little better for g++ (by not being "--tool gcc" specific).
14347 Rename gcc_xxx to ${tool}_xxx.
14348 * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
14349 * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
14350
14351 Thu Sep 22 11:39:17 1994 Doug Evans (dje@canuck.cygnus.com)
14352
14353 * lib/c-torture.exp (c-torture-compile): Rework compiler
14354 message processing.
14355
14356 * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
14357 c-torture.
14358
14359 Wed Sep 21 09:49:43 1994 Doug Evans (dje@canuck.cygnus.com)
14360
14361 * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
14362
14363 * lib/dg.exp (dg-process-target): Support { target native }.
14364
14365 Tue Sep 20 17:16:55 1994 Doug Evans (dje@canuck.cygnus.com)
14366
14367 * lib/dg.exp (dg-test): Clean up some comments. Delete code that
14368 looked for "... program xxx got fatal signal".
14369 Correct regsub munging of `comp_output'.
14370 Ignore compiler messages "path prefix not used" and "linker input
14371 file unused".
14372
14373 Wed Sep 14 11:44:40 1994 Doug Evans (dje@canuck.cygnus.com)
14374
14375 * lib/gcc.exp (runtest_file_p): Define if missing.
14376 * gcc.prms/template.c: Example to work from.
14377
14378 Tue Sep 13 10:30:48 1994 Doug Evans (dje@canuck.cygnus.com)
14379
14380 * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
14381 * lib/dg.exp (dg-test): Call unsupported testcases as such.
14382
14383 * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
14384 * gcc.prms/1883.c: Moved from compile/940714-1.c.
14385 * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
14386 execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
14387
14388 * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
14389 (dg-process-target): No longer a varargs proc.
14390 Return S/N for target, P/F for xfail. All callers changed.
14391 (user option procs): More argument checking.
14392 (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
14393 (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
14394 (dg-test): Skip test if not running on selected target in `dg-do'.
14395 Update handling of `dg-do-what', `dg-output-text'.
14396 Separate execution pass/fail from output pattern match pass/fail.
14397 Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
14398
14399 Mon Sep 12 13:47:35 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14400
14401 * gcc.c-torture/special/special.exp: Don't expect failure for mips
14402 target for 920510-1.c.
14403
14404 Mon Sep 12 12:44:39 1994 Doug Evans (dje@canuck.cygnus.com)
14405
14406 * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
14407 Clean up comment regarding use of passcnt, etc.
14408 (gcc_stat): Don't update `testcnt' here.
14409 (gcc_finish): Do it here.
14410 Might as well reset `but_id' here too.
14411 * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
14412 to determine if the file should be tested.
14413 * gcc.c-torture/compile/compile.exp: Likewise.
14414 * gcc.c-torture/execute/execute.exp: Likewise.
14415 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14416 * gcc.misc-tests/dg-test.exp: Likewise.
14417 * gcc.prms/prms.exp: Likewise.
14418 * gcc.wendy/wendy.exp: Likewise.
14419 * g++.old-deja.exp: Likewise.
14420 Move "Testing file" message to verbose level 1.
14421
14422 Fri Sep 9 10:21:18 1994 Doug Evans (dje@canuck.cygnus.com)
14423
14424 * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
14425
14426 Thu Sep 8 16:52:43 1994 Doug Evans (dje@canuck.cygnus.com)
14427
14428 * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
14429 (default_gcc_start): Accept optional second list element
14430 of compiler flags. Print compiler output at verbosity level 2.
14431 Remove setting of CFLAGS, LIBS, LDFLAGS from here.
14432 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
14433 Save current values of framework globals passcnt, failcnt, xpasscnt,
14434 and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
14435 gcc_xfailcnt. Set global `tmpdir' to /tmp if it doesn't exist.
14436 (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
14437 xfailcnt to compute stats. Update framework global `testcnt' from
14438 pass/fail counts.
14439 (gcc_finish): New proc. Clean up test environment.
14440 (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
14441 (gcc_epass, gcc_efail): Delete.
14442 * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
14443 argument of line number.
14444 (dg-init): If the tool has an init routine, call it.
14445 (dg-test): Remove args `cflags_var' and `libs_var'.
14446 Pass all compiler options to ${tool}_start.
14447 Handle missing line number.
14448 (dg-finish): New function.
14449 * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
14450 particular files. Call gcc_finish at end. Move "skipping test"
14451 message to verbosity level 3.
14452 * gcc.c-torture/compile/compile.exp: Likewise.
14453 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14454 * gcc.c-torture/execute/execute.exp: Likewise.
14455 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14456 Print testcase being tried at verbosity level 1.
14457 * gcc.c-torture/special/special.exp: Unset xfail.
14458 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14459 * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
14460 * gcc.c-torture/noncompile/noncompile.exp: Likewise.
14461 * gcc.failure/failure.exp: Likewise.
14462 * gcc.ieee/ieee.exp: Likewise.
14463 * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
14464 Update call to dg-test. Call dg-finish at end.
14465 * gcc.misc-tests/mg.exp: Call gcc_finish at end. Unset orig_flags.
14466 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14467 * gcc.misc-tests/misc.exp: Call gcc_finish at end.
14468 * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
14469 Delete LDFLAGS. Update call to dg-test. Call dg-finish at end.
14470 * gcc.wendy/wendy.exp: Add copyright.
14471 Delete setting of tmpdir (done by gcc_init).
14472 Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
14473 Pass compiler flags to gcc_start. Call gcc_finish at end.
14474 * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
14475 gcc_[ce]pass/fail.
14476
14477 Wed Sep 7 11:09:08 1994 Doug Evans (dje@canuck.cygnus.com)
14478
14479 * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
14480 confusion.
14481 (g++_load): Likewise.
14482
14483 * config/*.exp (gcc_load): Some were varargs fns and some were not.
14484 Rename argument to `prog' to remove the confusion.
14485 Varargs fns behave differently too!
14486 (g++_load): Likewise.
14487
14488 * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
14489
14490 * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
14491 what it is. Delete (always) printing of status value for !native.
14492 Simplify verbose code, and include status and exec_output.
14493 (g++_load): Use gcc_load.
14494
14495 Sun Sep 4 13:59:27 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14496
14497 * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
14498 * gcc.c-torture/noncompile/noncompile.exp: Delete support for
14499 920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
14500 940714-3.c as these testcases don't exist anymore. Make
14501 va-arg-1.c expected to pass.
14502
14503 Fri Aug 19 12:27:07 1994 Doug Evans (dje@canuck.cygnus.com)
14504
14505 * gcc.misc-tests/misc.exp: Only run specific testcases.
14506 * gcc.misc-tests/dg-test.exp: New file. Tests dg.exp.
14507 * gcc.misc-tests/dg-[1-9].c: New files.
14508
14509 * lib/dg.exp: New testsuite driver.
14510 * gcc.prms/prms.exp: Use it.
14511
14512 * README.gcc: New file.
14513
14514 * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
14515 Document and reset `lxpass' and `lxfail'.
14516 Simplify "initialized" message.
14517 (gcc_stat): Clean up comments a little.
14518
14519 Tue Aug 16 11:16:46 1994 Doug Evans (dje@canuck.cygnus.com)
14520
14521 * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
14522
14523 Mon Aug 15 21:20:36 1994 Doug Evans (dje@canuck.cygnus.com)
14524
14525 * lib/old-dejagnu.exp (process-option): New proc.
14526 (old-dejagnu-init, old-dejagnu-stat): Likewise.
14527 (old-dejagnu): Simplify.
14528 * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
14529
14530 Sun Aug 14 09:23:53 1994 Jeff Law (law@snake.cs.utah.edu)
14531
14532 * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
14533 exists and is not an empty string.
14534
14535 * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
14536 $xfail rather than calling setup_xfail. Clear $xfail when test is
14537 finished.
14538 (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
14539 automatically.
14540
14541 * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
14542 longer expected to fail.
14543
14544 * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
14545 "f" function call.
14546
14547 * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
14548
14549 * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
14550 940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
14551 complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
14552 struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
14553 c-torture-1.29.
14554
14555 * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
14556 strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
14557
14558 * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
14559
14560 * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
14561 940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
14562
14563 * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
14564 940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
14565 labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
14566
14567 Tue Jul 12 12:49:44 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14568
14569 * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
14570 gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
14571 940714-1.c, 940714-2.c, 940714-3.c},
14572 gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
14573 gcc.misc-tests/{mg.c,mg.exp}:
14574 New tests.
14575 * gcc.noncompile/noncompile.exp: Change accordingly.
14576
14577 Thu Jul 7 14:20:33 1994 Doug Evans (dje@canuck.cygnus.com)
14578
14579 * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
14580 Undo previous clobberage.
14581
14582 Mon Jul 4 17:00:59 1994 Jeff Law (law@snake.cs.utah.edu)
14583
14584 * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
14585 * gcc.special/{930510-1.c, special.exp}:
14586 * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
14587 931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
14588 struct-varargs-1.c}: New tests from c-torture-1.26.
14589
14590 Tue Jun 28 17:39:42 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14591
14592 * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
14593 argument to switch.
14594
14595 Sat May 21 10:39:38 1994 Bill Cox (bill@rtl.cygnus.com)
14596
14597 * Revert the previous changes. Please see Rob's directory
14598 (/lisa/test/rob/progressive/gcc/testsuite) for testing
14599 fixes.
14600
14601 Thu May 19 18:00:03 1994 Bill Cox (bill@rtl.cygnus.com)
14602
14603 * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
14604 g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
14605 g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
14606 g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
14607 g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
14608 g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
14609 g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
14610 g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
14611 g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
14612 g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
14613 g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
14614 g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
14615 g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
14616 g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
14617 g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
14618 g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
14619 g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
14620 g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
14621 g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
14622 g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
14623 g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
14624 g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
14625 gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
14626 gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
14627 gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
14628 lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
14629 lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
14630
14631 Tue May 17 14:55:09 1994 Bill Cox (bill@rtl.cygnus.com)
14632
14633 * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
14634 lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
14635 with perror calls.
14636
14637 Mon May 2 17:41:13 1994 Jason Merrill (jason@deneb.cygnus.com)
14638
14639 * config/unix.exp (g++_load): Fix syntax.
14640
14641 Thu Apr 14 12:22:10 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14642
14643 * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
14644 * gcc.noncompile/921017-1.c: Deleted obsolete test.
14645 * gcc.noncompile/noncompile.exp: Remove code for deleted test.
14646 Don't expect va-arg-1.c to fail. Correct expected output for
14647 920928-1.c.
14648 * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
14649 * gcc.wendy/hbm4.c: Correct typo.
14650 * gcc.wendy/tad1.c, tad2.c: Correct expected output.
14651
14652 Mon Mar 28 13:29:37 1994 Doug Evans (dje@canuck.cygnus.com)
14653
14654 * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
14655 * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
14656 gcc_[ce]{pass,fail}. Explicitly remove executable if test passes.
14657 * lib/c-torture.exp (c-torture-compile): Ditto.
14658
14659 Reduce volume of output (remove all the -I's and such).
14660 * lib/c-torture.exp (c-torture-compile): New argument OPTION.
14661 Call gcc_cpass, gcc_cfail.
14662 (c-torture): Pass testing option to c-torture-compile.
14663
14664 Mon Mar 21 12:40:33 1994 Doug Evans (dje@cygnus.com)
14665
14666 Bring patches over from progressive.
14667 * config/default.exp: Exit remote shell cleanly.
14668 (g++_exit, g++_start): Add default versions.
14669 * config/sim.exp (gcc_load): Use perror, not error.
14670
14671 Sun Mar 20 12:05:32 1994 Doug Evans (dje@canuck.cygnus.com)
14672
14673 * lib/gcc.exp: Don't set CFLAGS if CC not set. It clobbers the value
14674 set in site.exp.
14675
14676 Mon Mar 14 19:30:28 1994 Doug Evans (dje@cygnus.com)
14677
14678 * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
14679 DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
14680 (wendy_try): New proc to run testcase.
14681 (main loop): Call 'em.
14682 * gcc.wendy/*.c: Clean up pass to correct expected output.
14683
14684 * lib/gcc.exp: Minor cleanup work.
14685 (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
14686
14687 Wed Mar 9 15:22:54 1994 Doug Evans (dje@canuck.cygnus.com)
14688
14689 * config/sim.exp (gcc_load): Document return codes better.
14690 Don't pass -v to simulator.
14691
14692 Thu Feb 24 07:15:18 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14693
14694 * gcc.special/920717-x.c: Fix typo.
14695 * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
14696 get at sources.
14697
14698 * lib/mike-gcc.exp: Fix typo.
14699
14700 Tue Feb 15 15:41:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14701
14702 * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
14703 binary to use, transform the name.
14704 * config/*.exp: rename everything. Nuke any g++ specific files,
14705 it's now a special case of gcc that requires no special support.
14706 Add a default.exp for unsupported targets.
14707
14708 Fri Feb 11 12:59:54 1994 Rob Savoye (rob@poseidon.cygnus.com)
14709
14710 * g++.jason/report.exp, g++.old-deja/old-deja.exp,
14711 lib/old-dejagnu.exp: Fix a few patterns to work with the new
14712 version of Tcl.
14713
14714 Wed Feb 9 21:35:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14715
14716 * lib/c-torture.exp: Made "file prefix*never used a pass, rather
14717 than a warning.
14718
14719 Sun Feb 6 16:52:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14720
14721 * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
14722
14723 Mon Jan 3 17:28:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14724
14725 * gcc.execute/execute.exp: Combine opt_list and foption_list into
14726 option_list. Compile every file with only 4/6 option choices
14727 (same as C torture) instead of with 12/18 different option
14728 choices.
14729 * lib/c-torture.exp: Likewise.
14730
14731 * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
14732 not already set.
14733
14734 Thu Dec 30 17:17:07 1993 Mike Stump (mrs@rtl.cygnus.com)
14735
14736 * lib/old-deja.exp: Add `excess errors test fails' error, now one
14737 can put an XFAIL *-*-* on excess errors.
14738
14739 Sun Dec 19 21:45:34 1993 Jeffrey A. Law (law@snake.cs.utah.edu
14740
14741 * g++.law: Add more tests derived from g++-bugs snapshots.
14742
14743 * g++.law/init11.{c,exp}: Delete test. Brendan sez it's
14744 equivalent to g++.law/init9.
14745
14746 * lib/mike-gcc.exp (postbase): Delete the .o file after we've
14747 compiled it, and the a.out file after we've run it.
14748
14749 Fri Dec 17 11:29:56 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14750
14751 * lib/mike-g++.exp (postbase): Delete the .o file after we've
14752 compiled it, and the a.out file after we've run it.
14753
14754 Fri Dec 17 10:18:16 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14755
14756 * g++.law/*.exp: Avoid losing arguments added via "append" commands.
14757
14758 Wed Dec 15 20:36:40 1993 Rob Savoye (rob@darkstar.cygnus.com)
14759
14760 * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
14761 version number.
14762
14763 Sun Dec 12 21:10:04 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14764
14765 * g++.law: New directory of g++ tests derived from the g++-bugs
14766 snapshots.
14767
14768 Thu Dec 09 16:50:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14769
14770 * gcc.compile: initbug1.c initbug1.exp testcase added
14771
14772 Mon Dec 06 11:09:52 1993 Jeffrey Wheat (cassidy@cygnus.com)
14773
14774 * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
14775 * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
14776 fixes submitted by Jeff Law (law@cs.utah.edu)
14777 * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
14778 Jeff Law (law@cs.utah.edu)
14779
14780
14781 Tue Nov 30 16:34:07 1993 Mike Stump (mrs@cygnus.com)
14782
14783 * config/unix-g++.exp: Follow the gcc way of doing things.
14784 * g++.old-deja/old-deja.exp: Minor updates.
14785 * lib/g++.exp: New file, follow the gcc way of doing things.
14786 * lib/old-dejagnu.exp: Minor updates.
14787 * lib/mike-g++.exp: Always unset errorInfo.
14788
14789 Sat Nov 6 11:34:51 1993 Mike Stump (mrs@cygnus.com)
14790
14791 * lib/gcc.exp: Fix some errors with the below change, CC and
14792 CFLAGS should be global when setting, not local.
14793
14794 Wed Nov 3 11:16:26 1993 Rob Savoye (rob@darkstar.cygnus.com)
14795
14796 * lib/gcc.exp: Transform tool name.
14797
14798 Wed Oct 27 23:57:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
14799
14800 * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
14801
14802 Wed Oct 27 14:45:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
14803
14804 * lib/gcc.exp: change gcc_done to gcc_stat
14805
14806 Wed Oct 27 09:57:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14807
14808 * Upgraded gcc testsuite to c-torture version 1.25
14809
14810 Sun Oct 24 10:58:03 1993 Jeffrey Wheat (cassidy@cygnus.com)
14811
14812 * lib/gcc.exp: added reporting code. Changed verbose compile message.
14813 * lib/c-torture: added hooks for new reporting code.
14814
14815 Thu Oct 21 18:45:32 1993 Jeffrey Wheat (cassidy@cygnus.com)
14816
14817 * config/sh-gcc.exp: check if sh-sim exists in the path
14818
14819 Mon Oct 18 11:13:22 1993 Jeffrey Wheat (cassidy@cygnus.com)
14820
14821 * gcc.code_quality/code_quality.exp: Initial changes for new logic.
14822 * gcc.compile/compile.exp: Initial changes for new logic.
14823 * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
14824 * gcc.failure/failure.exp: Initial changes for new logic.
14825 * gcc.ieee/ieee.exp: Initial changes for new logic.
14826 * gcc.misc-tests/misc.exp: Initial changes for new logic.
14827 * gcc.noncompile/non_compile.exp: Initial changes for new logic.
14828 * gcc.unsorted/unsorted.exp: Initial changes for new logic.
14829 * lib/c-torture.exp: Initial changes for new logic.
14830 * lib/gcc.exp: Initial changes for new logic.
14831
14832 Fri Oct 15 00:19:42 1993 Mike Stump (mrs@cygnus.com)
14833
14834 * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
14835 depend upon failure or success. Fully qualify names in failure
14836 and success messages. Always remove a.out before starting
14837 compile, just in case. Pay more attention to error text output by
14838 the compiler. Handle testcases with no known past errors just
14839 like all others, so that things are uniform. Other miscellaneous
14840 improvements.
14841
14842 Wed Oct 13 15:04:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14843
14844 * gcc.cpp: new directory for cpp tests
14845
14846 Mon Oct 4 09:03:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14847
14848 * lib/chill.exp: Code reformatted, removed unused code.
14849 * config/unix-chill.exp: Code reformatted, removed unused code.
14850 * chill.execute/execute.exp: Code reformatted, removed unused code.
14851 * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
14852
14853 Mon Oct 4 06:19:26 1993 Ian Lance Taylor (ian@cygnus.com)
14854
14855 * config/mips-gcc.exp, config/mips-g++.exp: New files. Execution
14856 routines not written.
14857
14858 Mon Sep 27 21:07:44 1993 Rob Savoye (rob@darkstar.cygnus.com)
14859
14860 * config/bug-gcc.exp: Use new procs from bug.exp.
14861
14862 Tue Sep 21 18:21:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
14863
14864 * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
14865 via ftp, rather than depending on NFS.
14866 * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
14867 case.
14868
14869 Thu Sep 9 23:09:15 1993 Rob Savoye (rob@darkstar.cygnus.com)
14870
14871 * config/bug-gcc.exp: Use new download proc.
14872
14873 Tue Sep 14 19:23:58 1993 Jeffrey Wheat (cassidy at deneb.cygnus.com)
14874
14875 * chill.execute/execute.exp: cleanups, handles errors better
14876 * chill.compile/compile.exp: rewrite, based on execute.exp
14877 * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
14878 * lib/chill.exp: major changes to diff proc and compile and link
14879 procs. added chill_fail and chill_pass wrappers to pass and
14880 fail. added more comments, and handle error codes better.
14881 Added a hack to capture stderr from exec, so noncompile tests
14882 can work.
14883
14884 Sat Sep 11 15:30:10 1993 Jeffrey Wheat (cassidy@cygnus.com)
14885
14886 * chill.execute/execute.exp: rewrite of testsuite driver
14887 * lib/chill.exp: rewrite of testsuite driver
14888 * config/unix-chill.exp: rewrite of testsuite driver
14889
14890 Wed Aug 25 14:11:13 1993 Bill Cox (bill@rtl.cygnus.com)
14891
14892 In chill.execute:
14893 * iexpr.ch: Standardize uppercase.
14894 * tuples.dat: Standardize uppercase.
14895 * vary.ch: standardize. Correct varying string assignments.
14896 * vary.dat: Add new output lines.
14897
14898 Tue Aug 24 13:45:49 1993 Bill Cox (bill@rtl.cygnus.com)
14899
14900 In chill.execute:
14901 * chprintf.ch: Standardize use of uppercase.
14902 * tuples.ch: Standardize and turn arr2 into a DCL,
14903 rather than a SYN.
14904 * pinits.ch: Standardize.
14905
14906 Mon Aug 23 17:26:58 1993 Per Bothner (bothner@kalessin.cygnus.com)
14907
14908 * rts.c: Get malloc() from <stdlib.h>, not <malloc.h>.
14909 * Makefil: Renamed to Makefile.in.
14910 * configure.in: New.
14911
14912 Mon Aug 23 14:24:13 1993 Bill Cox (bill@rtl.cygnus.com)
14913
14914 In chill.execute:
14915 * .cvsignore: Add result/output files.
14916 * Makefile: Fix up variables at start. Use MFLAGS
14917 everywhere. Correct bool_loc, built_ins entries.
14918 Add entry for vary1.ch.
14919 * bitarray.ch: Standardize upper-case usage.
14920 * bitexpr.ch: Standardize, add output of b1.
14921 * params.ch: Use arrayt in along PROC parameters, to
14922 avoid novelty problems.
14923 * sets.ch: Tiny cleanup.
14924 * vary1.ch: Re-indent.
14925
14926 Tue Aug 17 15:42:07 1993 Bill Cox (bill@rtl.cygnus.com)
14927
14928 * Add PR-related files to Makefiles, .cvsignore files, etc.
14929
14930 Mon Aug 2 15:46:05 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14931
14932 * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
14933 with compiler objects. New names are test-flow.c and test-loop.c
14934
14935 Tue Jul 27 10:08:08 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14936
14937 * Upgraded c-torture tests from 1.19 to 1.20
14938
14939 * new files:
14940 * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
14941 * gcc.compile: 930623-1.c 930623-2.c
14942 * gcc.noncompile: 930622-1.c 930622-2.c
14943 * gcc.failure: 920411-1.c 920627-2.c
14944 * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
14945
14946 Tue Jul 20 15:19:44 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14947
14948 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14949 More changes to get testsuite working properly. Needs more work.
14950 Added some support for POSIX IEEE Std 1003.3-1991 error messages.
14951
14952 Mon Jul 19 18:40:31 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14953
14954 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14955 More changes to get testsuite working properly. Needs more work.
14956
14957 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14958
14959 * chill.compile/compile.exp: Added for Dejagnu support
14960 * chill.execute/execute.exp: Added for Dejagnu support
14961 * lib/chill.exp config/unix-chill.exp : Added for Dejagnu support
14962
14963 Sat Jun 19 07:13:05 1993 Bill Cox (bill@rtl.cygnus.com)
14964
14965 This should complete moving the CHILL test files.
14966 * chill.noncompile(.cvsignore printf.grt
14967 in-printf.grt chprintf.grt chprintf.ch):
14968 Added test-support files.
14969 (Makefile): Modified further.
14970 * chill.compile (emptymod.ch gdbme.ch neg_range.ch
14971 signal.ch): Added test files.
14972 * chill.execute (.cvsignore printf.grt printr.c
14973 in-printf.grt rts.c chprintf.grt rts.h): Added
14974 test-support files.
14975 (Makefile): More corrections.
14976
14977 Fri Jun 18 23:40:54 1993 Bill Cox (bill@rtl.cygnus.com)
14978
14979 * chill.compile, chill.execute, chill.nocompile: Add CHILL
14980 test cases, ready for DejaGnu.
14981
14982 Thu Jun 17 19:14:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14983
14984 * Upgraded c-torture tests from 1.18 to 1.19
14985
14986 * gcc.compile: added test(s):
14987 930607-1.c
14988 * gcc.execute: added test(s):
14989 930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
14990
14991 * added new subdirectory for misc tests: gcc.misc-tests
14992 * gcc.misc-test(s): added tests:
14993 inst-check.c test-consts.c test-ior.c test-switch.c
14994
14995 Wed Jun 9 16:53:26 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14996
14997 * lib/mike-g++.exp: Load `./a.out', not `a.out'.
14998
14999 Mon Jun 7 16:18:40 1993 Ian Lance Taylor (ian@cygnus.com)
15000
15001 * g++.old-deja/old-deja.exp: Don't delete all the .o files.
15002
15003 Thu Jun 3 13:13:36 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
15004
15005 * Upgraded c-torture tests from 1.17 to 1.18
15006
15007 Wed Jun 2 19:02:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
15008
15009 * Upgraded c-torture tests from 1.12 to 1.17
15010
15011 Fri Apr 30 09:38:41 1993 Mike Werner (mtw@deneb.cygnus.com)
15012
15013 * lib/old-dejagnu.exp:
15014 Fixed handling of XFAIL target triplets to correctly
15015 recognize wildcard characters. Removed code that
15016 appended a unique id tag to the end of the file name
15017 printed out by the result of the testcases within a
15018 given test file.
15019
15020 Thu Apr 29 19:06:29 1993 Mike Werner (mtw@deneb.cygnus.com)
15021
15022 * lib/old-dejagnu.exp:
15023 Reworked expected failure handling to trigger off of XFAIL
15024 keyword in keyphrase embeded in testcase source code. The
15025 XFAIL keyword must be at the end of the keyphrase line. It
15026 may optionally be followed by one or more target triplets.
15027 It has just occured that the handling of wildcards in the
15028 target triplet may not be correct.
15029
15030 Fri Apr 23 13:16:20 1993 Mike Werner (mtw@deneb.cygnus.com)
15031
15032 * g++.old-deja/tests:
15033 Moved all subdirectories up one level into g++.old-deja .
15034
15035 * lib/old-dejagnu.exp:
15036 Fixed problem with CXXFLAGS not being properly reset, and being
15037 corrupted with extraneous "-c" compiler option. This was
15038 causing binaries to not be generated for test that needed them.
15039 Modified strings passed to "pass" and "fail" so that individual
15040 tests from the same test file would be distinguished by an
15041 identifier appended to the test file name in the summary logs;
15042 this corrected a problem with erroneous diff logs. Added code
15043 to search testcases for expected fail and unexpected pass keywords.
15044
15045 Tue Apr 20 18:27:58 1993 Rob Savoye (rob at darkstar.cygnus.com)
15046
15047 * lib/c-torture.exp: Ignore "file path prefix*unused" message.
15048
15049 Thu Apr 15 11:01:59 1993 Mike Werner (mtw@deneb.cygnus.com)
15050
15051 * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
15052 Removed extraneous text from end of "Special g++ Options"
15053 keyphrase.
15054
15055 * lib/old-dejagnu.exp: Added pattern matching to look for new
15056 keywords, embedded in testcases comments, which will trigger
15057 calls to xpass and xfail.
15058
15059 Wed Apr 14 14:28:01 1993 Mike Werner (mtw@deneb.cygnus.com)
15060
15061 * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
15062 comments embedded in the testcases, especially the one looking for
15063 special compiler options, as well as the pattern matching for the
15064 compiler output again.
15065
15066 Mon Apr 12 15:15:37 1993 Mike Werner (mtw@deneb.cygnus.com)
15067
15068 * lib/old-dejagnu.exp: Do a proper check of the return value for
15069 execute tests. Fixed several problems with the pattern matching
15070 of the compiler output which gave erroneous test results.
15071 Changed several of the test result messages to be more descriptive.
15072 * config/unix-g++.exp: Proc g++_load now actually works and
15073 executes the tests passed to it and returns a usable return
15074 value.
15075
15076 Sun Apr 11 17:22:37 1993 Rob Savoye (rob at darkstar.cygnus.com)
15077
15078 * lib/gcc.exp: Exits gracefully if $CC is bogus.
15079
15080 Fri Apr 9 09:41:59 1993 Mike Werner (mtw@deneb.cygnus.com)
15081
15082 * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
15083 Modified both files to properly execute the old style
15084 dejagnu tests. The previous versions of these files were
15085 experimental and did not function anything near correctly.
15086
15087 Mon Apr 5 21:08:24 1993 Rob Savoye (rob@cygnus.com)
15088
15089 * Removed all Makefile.in and configure.in files. No configuration
15090 needed now.
15091
15092 Fri Apr 2 12:15:17 1993 Mike Werner (mtw@deneb.cygnus.com)
15093
15094 * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
15095
15096 Sun Mar 28 11:17:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15097
15098 * gcc.compile/configure.in, gcc.unsorted/configure.in,
15099 gcc.special/configure.in, gcc.noncompile/configure.in,
15100 gcc.execute/configure.in, gcc.code_quality/configure.in,
15101 g++.other/configure.in, g++.old-deja/configure.in,
15102 g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
15103 in srcname setting.
15104
15105 Thu Mar 25 20:07:55 1993 Rob Savoye (rob at darkstar.cygnus.com)
15106
15107 * lib/udi.exp: Fixed mondfe and mondfe_download.
15108 * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
15109 * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
15110
15111 Thu Mar 25 13:06:41 1993 Ian Lance Taylor (ian@cygnus.com)
15112
15113 * config/udi-gdb.exp: Check $shell_id after connecting to target.
15114 (gdb_exit): Don't remove *_soc files.
15115
15116 Mon Mar 22 14:28:46 1993 Ian Lance Taylor (ian@cygnus.com)
15117
15118 * lib/c-torture.exp: Don't look for main; instead always use -w
15119 -c. This is how the c-torture tests work. Remove the object
15120 file if the compilation succeeds.
15121 * gcc.execute/execute.exp: Remove executable if test passes.
15122 * gcc.noncompile/noncompile.exp: Every test is an expected
15123 failure.
15124 * gcc.special/special.exp: Added tests from c-torture 1.11,
15125 corrected use of existing test.
15126 * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
15127 gcc.execute/920625-1.c: Updated to c-torture 1.11.
15128 * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
15129 gcc.compile/921109-2.c, gcc.compile/921109-3.c,
15130 gcc.compile/921111-1.c, gcc.compile/921116-2.c,
15131 gcc.compile/921118-1.c, gcc.compile/921126-1.c,
15132 gcc.compile/921202-1.c, gcc.compile/921202-2.c,
15133 gcc.compile/921203-1.c, gcc.compile/921203-2.c,
15134 gcc.compile/921206-1.c, gcc.execute/921029-1.c,
15135 gcc.execute/921104-1.c, gcc.execute/921110-1.c,
15136 gcc.execute/921112-1.c, gcc.execute/921113-1.c,
15137 gcc.execute/921117-1.c, gcc.execute/921123-1.c,
15138 gcc.execute/921123-2.c, gcc.execute/921124-1.c,
15139 gcc.execute/921202-1.c, gcc.execute/921202-2.c,
15140 gcc.execute/921204-1.c, gcc.execute/921207-1.c,
15141 gcc.execute/921208-1.c, gcc.execute/921208-2.c,
15142 gcc.execute/921215-1.c, gcc.execute/921218-1.c,
15143 gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
15144 gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
15145 c-torture 1.11.
15146 * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
15147 correspond to c-torture 1.11.
15148
15149 * New file.