inline-3.c: New test.
[gcc.git] / gcc / testsuite / ChangeLog
1 Sat Mar 8 14:18:15 CET 2003 Jan Hubicka <jh@suse.cz>
2
3 * gcc.dg/inline-3.c: New test.
4
5 2003-03-08 Mark Mitchell <mark@codesourcery.com>
6
7 PR c++/9809
8 * g++.dg/parse/builtin1.C: New test.
9
10 PR c++/9982
11 * g++.dg/abi/cookie1.C: New test.
12 * g++.dg/abi/cookie2.C: Likewise.
13
14 PR c++/9524
15 * g++.dg/template/field1.C: New test.
16
17 PR c++/9912
18 * g++.dg/parse/class1.C: New test.
19 * g++.dg/parse/namespace7.C: Likewise.
20 * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
21
22 2003-03-07 Mark Mitchell <mark@codesourcery.com>
23
24 * g++.dg/init/ref4.C: New test.
25
26 Fri Mar 7 17:41:07 CET 2003 Jan Hubicka <jh@suse.cz>
27
28 * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
29 * gcc.dg/inline-3.c: New test.
30
31 2003-03-06 Mark Mitchell <mark@codesourcery.com>
32
33 * g++.dg/init/ref3.C: New test.
34
35 PR c++/9965
36 * g++.dg/init/ref2.C: New test.
37
38 PR c++/9400
39 * g++.dg/warn/Wshadow-2.C: New test.
40
41 PR c++/9791
42 * g++.dg/warn/Woverloaded-1.C: New test.
43
44 Wed Mar 5 23:18:11 CET 2003 Jan Hubicka <jh@suse.cz>
45
46 * gcc.dg/i386-local2.c: New.
47 * gcc.dg/i386-local.c: Fix typo.
48
49 2003-03-05 Mark Mitchell <mark@codesourcery.com>
50
51 * g++.dg/abi/layout3.C: New test.
52
53 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
54
55 * gcc.c-torture/compile/20030305-1.c
56
57 Wed Mar 5 02:05:19 CET 2003 Jan Hubicka <jh@suse.cz>
58
59 * gcc.dg/i386-local.c: New.
60
61 Tue Mar 4 19:39:18 2003 J"orn Rennecke <joern.rennecke@superh.com>
62
63 * gcc.dg/sh-relax.c: Disable for sh64-*-*.
64
65 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
66
67 * gcc.dg/switch-2.c: New test.
68 * gcc.dg/switch-3.c: New test.
69 * gcc.dg/Wswitch.c: Adjust line numbers.
70 * gcc.dg/Wswitch-default.c: Likewise.
71 * gcc.dg/Wswitch-enum.c: Likewise.
72
73 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
74
75 * gcc.c-torture/execute/20030222-1.c: New test.
76
77 2003-03-03 James E Wilson <wilson@tuliptree.org>
78
79 * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
80
81 2003-03-03 Mark Mitchell <mark@codesourcery.com>
82
83 PR c++/9878
84 * g++.dg/init/ref1.C: New test.
85
86 Mon Mar 3 20:42:04 2003 J"orn Rennecke <joern.rennecke@superh.com>
87
88 * gcc.dg/sh-relax.c: New SH-only test.
89
90 2003-03-03 Geoffrey Keating <geoffk@apple.com>
91
92 * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
93 comment explaining purpose of testcase.
94
95 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
96
97 * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
98 for HC11/HC12 (asm needs two int registers).
99 * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
100 HC11/HC12 because the test uses an asm which needs two 32-bit
101 registers.
102
103 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
104
105 * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
106 for HC11/HC12 (array is too large otherwise).
107 * gcc.c-torture/compile/920501-4.x: New file, likewise.
108 * gcc.c-torture/compile/20010518-2.x: Likewise.
109 * gcc.c-torture/compile/980506-1.x: Don't execute this test on
110 HC11/HC12 (array is too large).
111
112 2003-03-01 Geoffrey Keating <geoffk@apple.com>
113
114 * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
115 * lib/g++-dg.exp (g++-dg-test): Likewise.
116
117 2003-03-01 Roger Sayle <roger@eyesopen.com>
118
119 * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
120 * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
121
122 2003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
123
124 * g++.dg/warn/implicit-typename1.C: Remove warning.
125
126 2003-02-28 Richard Henderson <rth@redhat.com>
127
128 * gcc.dg/noreturn-1.c: Move noreturn warning line.
129 * gcc.dg/return-type-1.c: Move control reaches end warning line.
130
131 2003-02-28 Geoffrey Keating <geoffk@apple.com>
132
133 * gcc.dg/pch/pch.exp: Change .pch to .gch.
134 * g++.dg/pch/pch.exp: Likewise.
135
136 2003-02-28 Mark Mitchell <mark@codesourcery.com>
137
138 PR c++/9879
139 * testsuite/g++.dg/init/new4.C: New test.
140
141 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
142
143 * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
144
145 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
146
147 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
148 unsigned long.
149
150 * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
151 wider than float.
152
153 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
154
155 * lib/scanasm.exp: Add support for counting numbers of
156 occurences.
157 * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
158 gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
159
160 2003-02-25 Mark Mitchell <mark@codesourcery.com>
161
162 PR c++/9683
163 * g++.dg/template/static3.C: New test.
164
165 PR c++/9829
166 * g++.dg/parse/namespace6.C: New test.
167
168 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
169
170 PR target/9732
171 * gcc.dg/20030225-1.c: New test.
172
173 2003-02-24 Mark Mitchell <mark@codesourcery.com>
174
175 * README: Remove out-of-date information.
176
177 PR c++/9836
178 * g++.dg/template/spec6.C: New test.
179
180 2003-02-24 Jeff Law <law@redhat.com>
181
182 * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
183
184 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
185
186 * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
187 * gcc.dg/pragma-ep-1.c: Likewise.
188
189 2003-02-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
190
191 PR c++/9602
192 * g++.dg/template/friend16.C: New test.
193
194 2003-02-23 Mark Mitchell <mark@codesourcery.com>
195
196 PR c++/5333
197 * g++.dg/parse/fused-params1.C: Adjust error messages.
198 * g++.dg/template/nested3.C: New test.
199
200 2003-02-24 Alan Modra <amodra@bigpond.net.au>
201
202 * g++.dg/abi/param1.C: New test.
203
204 2003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
205
206 PR c++/7982
207 * g++.dg/warn/implicit-typename1.C: New test.
208
209 2003-02-22 Kelley Cook <kelleycook@comcast.net>
210
211 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
212 with "mtune".
213 * g++.old-deja/g++.other/store-expr2.C: Likewise.
214 * gcc.c-torture/execute/20010129-1.x: Likewise.
215 * gcc.dg/20011107-1.c: Likewise.
216 * gcc.dg/20020108-1.c: Likewise.
217 * gcc.dg/20020122-3.c: Likewise.
218 * gcc.dg/20020206-1.c: Likewise.
219 * gcc.dg/20020310-1.c: Likewise.
220 * gcc.dg/20020426-2.c: Likewise.
221 * gcc.dg/20020517-1.c: Likewise.
222 * gcc.dg/991230-1.c: Likewise.
223 * gcc.dg/i386-unroll-1.c: Likewise.
224 * gcc.misc-tests/i386-prefetch.exp: Likewise.
225
226 Sat Feb 22 20:14:12 CET 2003 Jan Hubicka <jh@suse.cz>
227
228 * gcc.dg/i386-mul.c: New test.
229
230 2003-02-21 Roger Sayle <roger@eyesopen.com>
231
232 * gcc.dg/builtins-5.c: New test case.
233
234 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
235
236 * gcc.dg/asmreg-1.c: New test.
237
238 2003-02-21 Mark Mitchell <mark@codesourcery.com>
239
240 PR c++/9749
241 * g++.dg/parse/varmod1.C: New test.
242
243 2003-02-21 Mark Mitchell <mark@codesourcery.com>
244
245 PR c++/9727
246 * g++.dg/template/op1.C: New test.
247
248 2003-02-21 Mark Mitchell <mark@codesourcery.com>
249
250 PR c++/8906
251 * g++.dg/template/nested2.C: New test.
252
253 2003-02-21 Mark Mitchell <mark@codesourcery.com>
254
255 PR c++/8724
256 * g++.dg/expr/dtor1.C: New test.
257
258 2003-02-21 Zack Weinberg <zack@codesourcery.com>
259
260 * gcc.dg/cpp/include3.c: New test.
261 * gcc.dg/cpp/inc/foo.h: New file.
262
263 2003-02-21 Glen Nakamura <glen@imodulo.com>
264
265 * gcc.c-torture/execute/20030221-1.c: New test.
266
267 2003-02-20 Mark Mitchell <mark@codesourcery.com>
268
269 PR c++/9729
270 * g++.dg/abi/conv1.C: New test.
271
272 Thu Feb 20 14:38:13 CET 2003 Jan Hubicka <jh@suse.cz>
273
274 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
275
276 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
277
278 * gcc.c-torture/compile/20030219-1.c: New test.
279
280 Tue Feb 18 23:28:53 CET 2003 Jan Hubicka <jh@suse.cz>
281
282 * gcc.dg/funcorder.c: New test.
283
284 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
285
286 * gcc.c-torture/execute/20030218-1.c: New.
287
288 2003-02-18 Aldy Hernandez <aldyh@redhat.com>
289
290 * gcc.dg/20030218-1.c: New.
291
292 2003-02-18 Richard Henderson <rth@redhat.com>
293
294 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
295 * gcc.dg/attr-used-2.c: New.
296
297 2003-02-18 Mark Mitchell <mark@codesourcery.com>
298
299 PR c++/9704
300 * g++.dg/init/copy5.C: New test.
301
302 2003-02-18 Geoffrey Keating <geoffk@apple.com>
303
304 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
305 * g++.dg/pch/pch.exp: Likewise.
306
307 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
308
309 * gcc.c-torture/execute/20030209-1.c: Enable the test if
310 STACK_SIZE is not defined.
311
312 2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
313
314 PR c++/9457
315 * g++.dg/template/init1.C: New test.
316
317 Sun Feb 16 23:08:19 CET 2003 Jan HUbicka <jh@suse.cz>
318
319 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
320 (foo): Add few extra tests
321 * gcc.dg/c99-const-expr-3.c: Likewise.
322 * gcc.c-torture/execute/20030216-1.c: New.
323
324 2003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
325
326 PR c++/9459
327 * g++.dg/ext/typeof4.C: New test.
328
329 2003-02-15 Roger Sayle <roger@eyesopen.com>
330
331 * gcc.dg/i386-387-3.c: New test case.
332
333 2003-02-14 Josef Zlomek <zlomekj@suse.cz>
334
335 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
336 cris-*-elf* cris-*-aout* and mmix-*-*.
337
338 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
339
340 * gcc.dg/20030213-1.c: New test.
341
342 2003-02-12 Roger Sayle <roger@eyesopen.com>
343
344 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
345 * gcc.dg/i386-387-2.c: Likewise.
346
347 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
348
349 * gcc.dg/ppc-spe.c: Fix formatting.
350 Enable tests that were previously unsupported by gas.
351 Delete tests for instructions that no longer exist.
352 Switch arguments on evsubifw builtin.
353
354 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
355
356 * gcc.c-torture/execute/20030209-1.c: Disable the test if
357 STACK_SIZE is too small.
358
359 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
360 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
361
362 * gcc.dg/decl-2.c: New test.
363
364 Mon Feb 10 11:41:20 CET 2003 Jan Hubicka <jh@suse.cz>
365
366 * gcc.dg/i386-fpcvt-1.c: New test.
367
368 2002-02-09 Richard Sandiford <rsandifo@redhat.com>
369
370 * gcc.c-torture/execute/20030209-1.c: New test.
371
372 2003-02-09 Kazu Hirata <kazu@cs.umass.edu>
373
374 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
375 int-wide bitops, use the constants of the same width.
376 Likewise, if long long is 32-bit wide, test bitops using
377 32-bit constants.
378
379 2003-02-07 Loren James Rittle <ljrittle@acm.org>
380
381 * gcc.dg/20021014-1.c: Annotate with expected notice text.
382
383 2003-02-07 Roger Sayle <roger@eyesopen.com>
384
385 * testsuite/gcc.dg/builtins-4.c: New test case.
386
387 2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
388
389 * gcc.dg/20020430-1.c: Fix dg command typos.
390 * gcc.dg/20020503-1.c: Likewise.
391
392 2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
393
394 PR c++/8785
395 * g++.dg/parse/fused-params1.C: New test.
396
397 PR c++/8857
398 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
399
400 PR c++/8921
401 * g++.dg/parse/non-dependent1.C: New test.
402
403 PR c++/8928
404 * g++.dg/parse/dupl-tmpl-args1.C: New test.
405
406 PR c++/9228
407 * g++.dg/parse/undefined7.C: New test.
408 * g++.dg/parse/non-templ1.C: New test.
409
410 PR c++/9229
411 * g++.dg/parse/too-many-tmpl-args1.C: New test.
412
413 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
414
415 * gcc.c-torture/compile/20030206-1.c: New test.
416
417 2003-02-05 Roger Sayle <roger@eyesopen.com>
418
419 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
420 "pow" to "foo" to avoid potential confusion with a math built-in.
421
422 2003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
423
424 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
425 conditions for SPARC targets.
426
427 2003-02-05 Jakub Jelinek <jakub@redhat.com>
428
429 * gcc.dg/20030204-1.c: New test.
430
431 2003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
432
433 PR c++/38
434 * g++.dg/parse/array-size1.C: New test.
435
436 PR c++/5657
437 * g++.dg/parse/undefined3.C: New test.
438
439 PR c++/5665
440 * g++.dg/parse/undefined4.C: New test.
441
442 PR c++/5975
443 * g++.dg/parse/undefined5.C: New test.
444
445 PR c++/7259
446 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
447
448 PR c++/8578
449 * g++.dg/parse/casting-operator1.C: New test.
450
451 PR c++/8596
452 * g++.dg/parse/undefined6.C: New test.
453
454 PR c++/8736
455 * g++.dg/parse/missing-template1.C: New test.
456
457 Tue Feb 4 21:41:09 CET 2003 Jan Hubicka <jh@suse.cz>
458
459 * gcc.dg/i386-cadd.c: Compile using -march=k8.
460 * gcc.dg/i386-cmov?.c: Likewise.
461 * gcc.dg/i386-fpcvt-?.c: Likewise.
462 * gcc.dg/i386-ssefp-1.c: Likewise.
463 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
464 conventions.
465
466 2003-02-03 Mark Mitchell <mark@codesourcery.com>
467
468 PR c++/7129
469 * testsuite/g++.dg/ext/max.C: New test.
470
471 Mon Feb 3 16:05:11 CET 2003 Jan Hubicka <jh@suse.cz>
472
473 * gcc.c-torture/execute/20030203-1.c: New test.
474
475 2003-02-03 Richard Earnshaw <rearnsha@arm.com>
476
477 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
478 'natural-endian'.
479
480 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
481
482 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
483 * g++.dg/init/new2.C: Likewise.
484 * g++.dg/other/new1.C: Likewise.
485
486 2003-01-31 Loren J. Rittle <ljrittle@acm.org>
487
488 * gcc.dg/struct-ret-libc.c: New test.
489
490 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
491
492 * gcc.dg/20030129-1.c: New test.
493
494 2003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
495
496 PR c++/8849
497 * g++.dg/template/ptrmem4.C: New test.
498
499 2003-01-29 Mark Mitchell <mark@codesourcery.com>
500
501 * g++.dg/parser/constant1.C: New test.
502
503 2003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
504
505 PR c++/8591
506 * g++.dg/parse/friend2.C: New test.
507
508 2003-01-29 Nathan Sidwell <nathan@codesourcery.com>
509
510 PR c++/9437
511 * g++.dg/template/unify4.C: New test.
512
513 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
514
515 * gcc.c-torture/execute/20030128-1.c: New test.
516
517 2003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
518
519 * g++.dg/lookup/nested1.C: Test moved from ...
520 * g++.old-deja/g++.other/lookup24.C: ... here.
521
522 Tue Jan 28 12:19:35 CET 2003 Jan Hubicka <jh@suse.cz>
523
524 * gcc.dg/i386-cmov5.c: New test.
525
526 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
527
528 * gcc.c-torture/execute/20010925-1.c: Changed the
529 memcpy declaration.
530
531 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
532
533 PR c++/3902
534 * g++.dg/parse/template5.C: New test.
535
536 2003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
537
538 PR fortran/9258
539 * g77.dg/pr9258: New test.
540
541 2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
542
543 * README: Move relevant parts from README.g++.
544
545 * README.g++: Remove this file.
546
547 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
548
549 * g++.dg/abi/dcast1.C: New test.
550
551 2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
552
553 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
554
555 2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
556
557 PR c++/47
558 * g++.old-deja/g++.other/lookup24.C: New test.
559
560 2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
561
562 PR middle-end/7227
563 * gcc.dg/uninit-C.c: New test.
564
565 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
566
567 * g++.dg/abi/covariant1.C: New test.
568
569 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
570
571 * gcc.dg/20030123-1.c: New test.
572
573 Sat Jan 25 21:06:49 CET 2003 Jan Hubicka <jh@suse.cz>
574
575 PR opt/8492
576 * gcc.c-torture/compile/20030125-1.c
577
578 2003-01-25 Nathan Sidwell <nathan@codesourcery.com>
579
580 PR c++/9403
581 * g++.dg/parse/template3.C: New test.
582 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
583
584 PR c++/795
585 * g++.dg/parse/template4.C: New test.
586
587 PR c++/9415
588 * g++.dg/template/qual2.C: New test.
589
590 PR c++/8545
591 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
592
593 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
594
595 2003-01-25 Roger Sayle <roger@eyesopen.com>
596
597 * gcc.c-torture/execute/switch-1.c: New test case.
598
599 Sat Jan 25 12:32:55 CET 2003 Jan Hubicka <jh@suse.cz>
600
601 * gcc.c-torture/execute/20030125-1.[cx]: New test.
602
603 2003-01-25 Paolo Carlini <pcarlini@unitus.it>
604
605 Tweaks for Bison-1.875. From the NEWS file:
606 "- `parse error' -> `syntax error'
607 Bison now uniformly uses the term `syntax error'"
608 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
609 * gcc.dg/cpp/digraph2.c: Likewise.
610 * gcc.dg/cpp/direct2.c: Likewise.
611 * gcc.dg/cpp/paste4.c: Likewise.
612 * gcc.dg/c90-restrict-1.c: Likewise.
613 * gcc.dg/c99-func-2.c: Likewise.
614 * gcc.dg/noncompile/920721-2.c: Likewise.
615 * gcc.dg/noncompile/930622-2.c: Likewise.
616 * gcc.dg/noncompile/940112-1.c: Likewise.
617 * gcc.dg/noncompile/950921-1.c: Likewise.
618 * gcc.dg/noncompile/951123-1.c: Likewise.
619 * gcc.dg/noncompile/971104-1.c: Likewise.
620 * gcc.dg/noncompile/990416-1.c: Likewise.
621
622 2003-01-24 Paolo Carlini <pcarlini@unitus.it>
623
624 * g++.dg/parse/undefined1.C: Add error message.
625
626 2003-01-22 Mark Mitchell <mark@codesourcery.com>
627
628 PR c++/9354
629 * g++.dg/parse/new1.C: New test.
630
631 PR c++/9216
632 * g++.dg/parse/template2.C: New test.
633
634 PR c++/9354
635 * g++.dg/parse/typedef2.C: New test.
636
637 PR c++/9328
638 * g++.dg/ext/typeof3.C: New test.
639
640 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
641
642 PR c++/2738
643 * g++.dg/parse/ret-type1.C: New test.
644
645 PR c++/3792
646 * g++.dg/parse/tmpl-outside1.C: New test.
647
648 PR c++/4207
649 * g++.dg/parse/int-as-enum1.C: New test.
650
651 PR c++/4903
652 * g++.dg/parse/no-typename1.C: New test.
653
654 PR c++/5533
655 * g++.dg/parse/no-value1.C: New test.
656
657 PR c++/5921
658 * g++.dg/parse/wrong-inline1.C: New test.
659
660 PR c++/6402
661 * g++.dg/parse/ref1.C: New test.
662
663 PR c++/6992
664 * g++.dg/parse/attr-ctor1.C: New test.
665
666 PR c++/7229
667 * g++.dg/parse/namespace5.C: New test.
668
669 PR c++/7917
670 * g++.dg/parse/func-def1.C: New test.
671
672 PR c++/8143
673 * g++.dg/parse/undefined1.C: New test.
674
675 PR c++/5723, PR c++/8522
676 * g++.dg/parse/specialization1.C: New test.
677
678 PR c++/163, PR c++/8595
679 * g++.dg/parse/struct-as-enum1.C: New test.
680
681 PR c++/9173
682 * g++.dg/parse/undefined2.C: New test.
683
684 2003-01-22 Mark Mitchell <mark@codesourcery.com>
685
686 PR c++/9298
687 * g++.dg/parse/template1.C: New test.
688
689 PR c++/9384
690 * g++.dg/parse/using1.C: New test.
691
692 PR c++/9285
693 PR c++/9294
694 * g++.dg/parse/expr2.C: New test.
695
696 PR c++/9388
697 * g++.dg/parse/lookup2.C: Likewise.
698
699 Tue Jan 21 18:01:35 CET 2003 Jan Hubicka <jh@suse.cz>
700
701 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
702 * gcc.c-torture/execute/eeprof-1.c: Likewise.
703 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
704 * gcc.c-torture/execute/string-opt-*.c: Likewise.
705
706 2003-01-20 Nick Clifton <nickc@redhat.com>
707
708 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
709 problem with ARM sibcall code generation.
710
711 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
712
713 * gcc.c-torture/execute/20030120-1.c: New.
714
715 2003-01-19 Paolo Carlini <pcarlini@unitus.it>
716
717 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
718
719 2003-01-17 Mark Mitchell <mark@codesourcery.com>
720
721 PR c++/9272
722 * g++.dg/parse/ctor1.C: New test.
723
724 PR c++/9294:
725 * g++.dg/parse/qualified1.C: New test.
726
727 * g++.dg/parse/typename3.C: New test.
728
729 2003-01-16 Richard Henderson <rth@redhat.com>
730
731 * g++.dg/tls/init-2.C: Fix error matches for real this time.
732
733 2003-01-16 Richard Henderson <rth@redhat.com>
734
735 * g++.dg/pch/pch.exp: Copy test header to the working directory
736 before using it either for precompilation or direct use.
737 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
738 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
739
740 2003-01-16 Richard Henderson <rth@redhat.com>
741
742 * gcc.dg/pch/pch.exp: Copy test header to the working directory
743 before using it either for precompilation or direct use.
744 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
745 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
746
747 2003-01-16 Mark Mitchell <mark@codesourcery.com>
748
749 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
750 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
751 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
752 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
753 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
754 typename warning into error.
755 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
756 error messages.
757 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
758 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
759 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
760 messages.
761 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
762 make declaration visible in template.
763 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
764 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
765 messages.
766 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
767 message.
768 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
769 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
770 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
771 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
772 typename warning with error message.
773 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
774 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
775 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
776
777 2003-01-16 Nathan Sidwell <nathan@codesourcery.com>
778
779 * g++.dg/parse/ambig2.C: New test.
780
781 2003-01-15 Richard Henderson <rth@redhat.com>
782
783 * g++.dg/tls/init-2.C: Update error message string.
784
785 2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
786
787 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
788
789 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
790
791 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
792 all for HC11/HC12.
793 * gcc.c-torture/compile/20001205-1.x: Likewise.
794 * gcc.c-torture/compile/20001226-1.x: Likewise.
795 * gcc.c-torture/compile/920520-1.x: Likewise.
796 * gcc.c-torture/compile/961203-1.x: Likewise.
797 * gcc.c-torture/compile/20020604-1.x: Likewise.
798
799 Wed Jan 15 12:20:52 CET 2003 Jan Hubicka <jh@suse.cz>
800
801 * gcc.c-torture/compile/20030115-1.c: New test.
802
803 * gcc.dg/i386-fpcvt-1.c: New test.
804 * gcc.dg/i386-fpcvt-2.c: New test.
805
806 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
807
808 Further conform g++'s __vmi_class_type_info to the C++ ABI
809 specification.
810 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
811 the specification.
812
813 Tue Jan 14 00:45:03 CET 2003 Jan Hubicka <jh@suse.cz>
814
815 * gcc.dg/i386-fpcvt-1.c: New test.
816 * gcc.dg/i386-fpcvt-2.c: New test.
817
818 2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
819
820 * gcc.dg/i386-mmx-3.c: New test.
821
822 2003-01-12 Mark Mitchell <mark@codesourcery.com>
823
824 PR c++/9264
825 * g++.dg/parse/octal1.C: New file.
826
827 PR c++/9172
828 * g++.dg/parse/typename1.C: New file.
829
830 2003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
831
832 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
833 * gcc.dg/bf-no-ms-layout.c: Likewise.
834 * gcc.dg/bf-ms-attrib.c: Likewise.
835
836 2003-01-10 Mark Mitchell <mark@codesourcery.com>
837
838 PR c++/9099
839 * g++.dg/parse/dtor1.C: New file.
840
841 PR c++/9128
842 * g++.dg/rtti/typeid1.C: New file.
843
844 PR c++/9153
845 * g++.dg/parse/lookup1.C: New file.
846
847 PR c++/9171
848 * g++.dg/templ/spec5.C: New file.
849
850 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
851
852 * gcc.c-torture/compile/20030110-1.c: New test.
853
854 2003-01-09 Geoffrey Keating <geoffk@apple.com>
855
856 Merge from pch-branch:
857
858 2002-12-23 Geoffrey Keating <geoffk@apple.com>
859
860 * gcc.dg/pch/cpp-1.h: New.
861 * gcc.dg/pch/cpp-1.c: New.
862 * gcc.dg/pch/cpp-2.h: New.
863 * gcc.dg/pch/cpp-2.c: New.
864
865 2002-11-19 Geoffrey Keating <geoffk@apple.com>
866
867 * gcc.dg/pch/except-1.h: New.
868 * gcc.dg/pch/except-1.c: New.
869
870 2002-11-13 Geoffrey Keating <geoffk@apple.com>
871
872 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
873 running test.
874 * gcc.dg/pch: Include *.hp not *.h.
875 * gcc.dg/pch/system-1.h: New.
876 * gcc.dg/pch/system-1.c: New.
877
878 2002-11-11 Geoffrey Keating <geoffk@apple.com>
879
880 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
881 rather than trying to build and run a program using PCH.
882 * gcc.dg/pch: Remove dg-do commands from test files.
883
884 2002-11-08 Geoffrey Keating <geoffk@apple.com>
885
886 * gcc.dg/pch/macro-3.c: New.
887 * gcc.dg/pch/macro-3.h: New.
888
889 2002-11-04 Geoffrey Keating <geoffk@apple.com>
890
891 * gcc.dg/pch/common-1.c: New.
892 * gcc.dg/pch/common-1.h: New.
893 * gcc.dg/pch/decl-1.c: New.
894 * gcc.dg/pch/decl-1.h: New.
895 * gcc.dg/pch/decl-2.c: New.
896 * gcc.dg/pch/decl-2.h: New.
897 * gcc.dg/pch/decl-3.c: New.
898 * gcc.dg/pch/decl-3.h: New.
899 * gcc.dg/pch/decl-4.c: New.
900 * gcc.dg/pch/decl-4.h: New.
901 * gcc.dg/pch/decl-5.c: New.
902 * gcc.dg/pch/decl-5.h: New.
903 * gcc.dg/pch/global-1.c: New.
904 * gcc.dg/pch/global-1.h: New.
905 * gcc.dg/pch/inline-1.c: New.
906 * gcc.dg/pch/inline-1.h: New.
907 * gcc.dg/pch/inline-2.c: New.
908 * gcc.dg/pch/inline-2.h: New.
909 * gcc.dg/pch/static-1.c: New.
910 * gcc.dg/pch/static-1.h: New.
911 * gcc.dg/pch/static-2.c: New.
912 * gcc.dg/pch/static-2.h: New.
913
914 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
915
916 * g++.dg/pch/pch.exp: Better handle failing testcases.
917 * gcc.dg/pch/pch.exp: Likewise.
918 * gcc.dg/pch/macro-1.c: New.
919 * gcc.dg/pch/macro-1.h: New.
920 * gcc.dg/pch/macro-2.c: New.
921 * gcc.dg/pch/macro-2.h: New.
922
923 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
924
925 * g++.dg/dg.exp: Treat files in pch/ specially.
926 * g++.dg/pch/pch.exp: New file.
927 * g++.dg/pch/empty.H: New file.
928 * g++.dg/pch/empty.C: New file.
929 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
930 "precompile".
931
932 * gcc.dg/pch/pch.exp: New file.
933 * gcc.dg/pch/empty.h: New file.
934 * gcc.dg/pch/empty.c: New file.
935 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
936 "precompile".
937
938 2003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
939
940 * g++.dg/template/friend14.C: New test.
941
942 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
943
944 * gcc.dg/old-style-asm-1.c: New test.
945
946 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
947
948 * gcc.c-torture/compile/20030109-1.c: New test.
949
950 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
951
952 * gcc.c-torture/execute/20030109-1.c: New test.
953
954 2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
955
956 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
957 * g++.old-deja/g++.mike/dyncast2.C: Likewise
958 * g++.old-deja/g++.mike/dyncast3.C: Likewise
959 * g++.old-deja/g++.mike/eh2.C: Likewise
960 * g++.old-deja/g++.mike/eh3.C: Likewise
961 * g++.old-deja/g++.mike/eh5.C: Likewise
962 * g++.old-deja/g++.mike/eh6.C: Likewise
963 * g++.old-deja/g++.mike/eh7.C: Likewise
964 * g++.old-deja/g++.mike/eh8.C: Likewise
965 * g++.old-deja/g++.mike/eh9.C: Likewise
966 * g++.old-deja/g++.mike/eh10.C: Likewise
967 * g++.old-deja/g++.mike/eh12.C: Likewise
968 * g++.old-deja/g++.mike/eh13.C: Likewise
969 * g++.old-deja/g++.mike/eh14.C: Likewise
970 * g++.old-deja/g++.mike/eh16.C: Likewise
971 * g++.old-deja/g++.mike/eh17.C: Likewise
972 * g++.old-deja/g++.mike/eh18.C: Likewise
973 * g++.old-deja/g++.mike/eh21.C: Likewise
974 * g++.old-deja/g++.mike/eh23.C: Likewise
975 * g++.old-deja/g++.mike/eh24.C: Likewise
976 * g++.old-deja/g++.mike/eh25.C: Likewise
977 * g++.old-deja/g++.mike/eh26.C: Likewise
978 * g++.old-deja/g++.mike/eh27.C: Likewise
979 * g++.old-deja/g++.mike/eh28.C: Likewise
980 * g++.old-deja/g++.mike/eh29.C: Likewise
981 * g++.old-deja/g++.mike/eh31.C: Likewise
982 * g++.old-deja/g++.mike/eh33.C: Likewise
983 * g++.old-deja/g++.mike/eh34.C: Likewise
984 * g++.old-deja/g++.mike/eh35.C: Likewise
985 * g++.old-deja/g++.mike/eh36.C: Likewise
986 * g++.old-deja/g++.mike/eh37.C: Likewise
987 * g++.old-deja/g++.mike/eh38.C: Likewise
988 * g++.old-deja/g++.mike/eh39.C: Likewise
989 * g++.old-deja/g++.mike/eh40.C: Likewise
990 * g++.old-deja/g++.mike/eh41.C: Likewise
991 * g++.old-deja/g++.mike/eh42.C: Likewise
992 * g++.old-deja/g++.mike/eh44.C: Likewise
993 * g++.old-deja/g++.mike/eh46.C: Likewise
994 * g++.old-deja/g++.mike/eh47.C: Likewise
995 * g++.old-deja/g++.mike/eh48.C: Likewise
996 * g++.old-deja/g++.mike/eh49.C: Likewise
997 * g++.old-deja/g++.mike/eh50.C: Likewise
998 * g++.old-deja/g++.mike/eh51.C: Likewise
999 * g++.old-deja/g++.mike/eh53.C: Likewise
1000 * g++.old-deja/g++.mike/eh55.C: Likewise
1001 * g++.old-deja/g++.mike/p7912.C: Likewise
1002 * g++.old-deja/g++.mike/p9706.C: Likewise
1003 * g++.old-deja/g++.mike/p10416.C: Likewise
1004 * g++.old-deja/g++.mike/p11667.C: Likewise
1005 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
1006 Remove redundant reference to Iris.
1007 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
1008 Elxsi, i860, Pico Java, and WE32K.
1009
1010 2003-01-07 Mark Mitchell <mark@codesourcery.com>
1011
1012 * g++.dg/ext/asm4.C: New test.
1013
1014 2003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1015
1016 PR c++/9030
1017 * g++.dg/template/friend12.C: New test.
1018 * g++.dg/template/friend13.C: Likewise.
1019 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
1020
1021 Wed Jan 8 11:41:47 CET 2003 Jan Hubicka <jh@suse.cz>
1022
1023 * gcc.dg/i386-cadd.c: New test.
1024 * gcc.dg/i386-cmov4.c: Likewise.
1025
1026 2003-01-06 Mark Mitchell <mark@codesourcery.com>
1027
1028 PR c++/9165
1029 * g++.dg/warn/Wunused-3.C: New test.
1030
1031 * g++.dg/abi/bitfield9.C: New test.
1032
1033 PR c++/9189
1034 * g++.dg/parse/defarg3.C: New test.
1035
1036 2003-01-06 Nathan Sidwell <nathan@codesourcery.com>
1037
1038 * g++.dg/parse/ambig1.C: New test.
1039 * g++.dg/parse/defarg2.C: New test.
1040
1041 2003-01-05 Mark Mitchell <mark@codesourcery.com>
1042
1043 * g++.dg/template/defarg-1.C: New test.
1044 * g++.dg/template/local2.C: Likewise.
1045
1046 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
1047
1048 * gcc.c-torture/execute/20030105-1.c: New test.
1049
1050 2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1051
1052 * g++.dg/parse/namespace3.C: Remove extra semicolons.
1053 * g++.dg/parse/namespace4.C: Likewise.
1054
1055 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
1056
1057 * g++.dg/template/ntp2.C: New test.
1058
1059 2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1060
1061 * g++.dg/parse/extern-C-1.C: New test.
1062
1063 * g++.dg/parse/namespace4.C: New test.
1064
1065 * g++.dg/template/nested1.C: New test.
1066
1067 * g++.dg/parse/namespace3.C: New test.
1068
1069 2003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
1070
1071 * g++.dg/lookup/two-stage1.C: New test.
1072
1073 2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1074
1075 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
1076 * g++.old-deja/g++.jason/access8.C: Likewise.
1077 * g++.old-deja/g++.other/decl5.C: Likewise.
1078
1079 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
1080
1081 * g++.dg/parse/parse7.C: New test.
1082
1083 2003-01-02 Mark Mitchell <mark@codesourcery.com>
1084
1085 PR c++/2843
1086 * g++.dg/ext/attrib7.C: New test.
1087
1088 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
1089
1090 * g++.dg/parse/parse6.C: New test.
1091
1092 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
1093
1094 * gcc.dg/h8300-stack-1.c: New.
1095
1096 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
1097
1098 g++.dg/lookup/exception1.C: New test.
1099
1100 g++.dg/lookup/template1.C: New test.
1101
1102 g++.dg/parse/namespace2.C: New test.
1103
1104 g++.dg/parse/parens2.C: New test.
1105
1106 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1107
1108 * g++.dg/parse/parse5.C: New test.
1109 * g++.dg/lookup/scoped4.C: New test.
1110
1111 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
1112
1113 * g++.dg/parse/parens1.C: New test.
1114
1115 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
1116 angle-bracket1.C.
1117 * g++.dg/parse/parens2.C: New test.
1118
1119 * g++.dg/lookup/scope-operator1.C: New test.
1120
1121 * g++.dg/parse/operator1.C: New test.
1122
1123 2003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1124
1125 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
1126 * g++.old-deja/g++.other/access6.C: Likewise.
1127 * g++.old-deja/g++.other/decl1.C: Likewise.
1128 * g++.old-deja/g++.pt/typename12.C: Likewise.
1129
1130 2002-12-31 Mark Mitchell <mark@codesourcery.com>
1131
1132 * g++.dg/parse/namespace1.C: New test.
1133
1134 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1135
1136 * g++.dg/parse/parse4.C: New test.
1137
1138 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1139
1140 * g++.dg/parse/parse3.C: New test.
1141
1142 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1143
1144 * g++.dg/parse/parse2.C: New test.
1145
1146 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1147
1148 * g++.dg/template/friend11.C: New test.
1149
1150 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1151
1152 * g++.dg/parse/parse1.C: New test.
1153
1154 2002-12-31 Janis Johnson <janis187@us.ibm.com>
1155
1156 * lib/profopt.exp: Change the name of a global variable to avoid
1157 possible clashes with other test suites.
1158
1159 2002-12-31 Nathan Sidwell <nathan@codesourcery.com>
1160
1161 * g++.dg/inherit/covariant8.C: New test.
1162
1163 2002-12-31 Mark Mitchell <mark@codesourcery.com>
1164
1165 * g++.dg/init/array9.C: New test.
1166
1167 PR c++/9112
1168 * g++.dg/parse/expr1.C: New test.
1169
1170 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1171
1172 * gcc.c-torture/compile/20021230-1.c: New test.
1173
1174 2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
1175
1176 * g++.dg/inherit/covariant5.C: New test.
1177 * g++.dg/inherit/covariant6.C: New test.
1178 * g++.dg/inherit/covariant7.C: New test.
1179
1180 2002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1181
1182 PR c++/2739
1183 * g++.dg/other/access2.C: New test.
1184
1185 2002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1186
1187 * g++.dg/other/anon-struct.C: No longer fails
1188 * g++.old-deja/g++.brendan/parse4.C: Likewise.
1189 * g++.old-deja/g++.brendan/parse5.C: Likewise.
1190 * g++.old-deja/g++.brendan/parse6.C: Likewise.
1191
1192 2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
1193
1194 * g++.dg/parse/angle-bracket.C (main): No longer fails.
1195
1196 2002-12-27 Mark Mitchell <mark@codesourcery.com>
1197
1198 * g++.dg/eh/spec4.C: Remove stray semicolon.
1199 * g++.dg/expr/pmf-1.C: Change error message.
1200 * g++.dg/ext/asm1.C: Remove stray semicolon.
1201 * g++.dg/ext/typename1.C: Add missing typenames.
1202 * g++.dg/inherit/template-as-base.C: Change error message.
1203 * g++.dg/lookup/scoped1.C: Likewise.
1204 * g++.dg/lookup/scoped2.C: Likewise.
1205 * g++.dg/lookup/using2.C: Likewise.
1206 * g++.dg/other/component1.C: Remove stray semicolon.
1207 * g++.dg/other/do1.C: Change error message.
1208 * g++.dg/other/error2.C: Likewise.
1209 * g++.dg/other/init1.C: Likewise.
1210 * g++.dg/other/packed1.C: Remove stray semicolon.
1211 * g++.dg/other/ptrmem2.C: Change error message.
1212 * g++.dg/parse/parameter-declaration-1.C: Remove line number
1213 marker.
1214 * g++.dg/special/initp1.C: Remove invalid attribute usage.
1215 * g++.dg/template/access3.C: Add typename keyword.
1216 * g++.dg/template/access5.C: Remove stray semicolon.
1217 * g++.dg/template/access6.C: Likewise.
1218 * g++.dg/template/complit1.C: Likewise.
1219 * g++.dg/template/crash1.C: Change error message.
1220 * g++.dg/template/inherit2.C: Remove stray semicolon.
1221 * g++.dg/template/instantiate2.C: Likewise.
1222 * g++.dg/template/instantiate3.C: Change error message.
1223 * g++.dg/template/qual1.C: Remove stray semicolon.
1224 * g++.dg/template/qualttp18.C: Change error message.
1225 * g++.dg/template/ref1.C: Remove stray semicolon.
1226 * g++.dg/template/sizeof1.C (A::value): Declare it.
1227 * g++.dg/template/spec4.C: Change error message.
1228 * g++.dg/template/static1.C: Likewise.
1229 * g++.dg/template/type1.C: Likewise.
1230 * g++.dg/template/typename3.C: Likewise.
1231 * g++.old-deja/g++.benjamin/13478.C: Change error message.
1232 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
1233 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
1234 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
1235 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
1236 named return value extension.
1237 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
1238 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
1239 * g++.old-deja/g++.bob/extern_C.C: Likewise.
1240 * g++.old-deja/g++.bob/inherit2.C: Likewise.
1241 * g++.old-deja/g++.brendan/complex1.C: Likewise.
1242 * g++.old-deja/g++.brendan/copy5.C: Likewise.
1243 * g++.old-deja/g++.brendan/crash13.C: Likewise.
1244 * g++.old-deja/g++.brendan/crash15.C: Likewise.
1245 * g++.old-deja/g++.brendan/crash18.C: Change error message.
1246 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
1247 * g++.old-deja/g++.brendan/crash38.C: Likewise.
1248 * g++.old-deja/g++.brendan/crash50.C: Likewise.
1249 * g++.old-deja/g++.brendan/crash56.C: Likewise.
1250 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
1251 syntax.
1252 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
1253 * g++.old-deja/g++.brendan/crash8.C: Change error message.
1254 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
1255 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
1256 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
1257 * g++.old-deja/g++.brendan/template11.C: Likewise.
1258 * g++.old-deja/g++.brendan/template26.C: Likewise.
1259 * g++.old-deja/g++.brendan/template27.C: Use explicit
1260 specialization syntax.
1261 * g++.old-deja/g++.brendan/template30.C: Likewise.
1262 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
1263 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
1264 non-dependent names.
1265 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
1266 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
1267 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
1268 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
1269 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
1270 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
1271 named return value extension.
1272 * g++.old-deja/g++.ext/namedret2.C: Likewise.
1273 * g++.old-deja/g++.ext/namedret3.C: Likewise.
1274 * g++.old-deja/g++.ext/return1.C: Likewise.
1275 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
1276 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
1277 * g++.old-deja/g++.jason/access8.C: Likewise.
1278 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
1279 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
1280 pseudo-destructor names.
1281 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
1282 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
1283 pseudo-destructor names.
1284 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
1285 * g++.old-deja/g++.jason/overload19.C: Likewise.
1286 * g++.old-deja/g++.jason/overload32.C: Likewise.
1287 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
1288 stray semicolons.
1289 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
1290 * g++.old-deja/g++.jason/return.C: Likewise.
1291 * g++.old-deja/g++.jason/return2.C: Likewise.
1292 * g++.old-deja/g++.jason/shadow1.C: Likewise.
1293 * g++.old-deja/g++.jason/special.C: Use explicit specialization
1294 syntax.
1295 * g++.old-deja/g++.jason/template10.C: Account for use of
1296 non-dependent names.
1297 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
1298 syntax.
1299 * g++.old-deja/g++.jason/template37.C: Likewise.
1300 * g++.old-deja/g++.law/access4.C: Change error messages.
1301 * g++.old-deja/g++.law/arm13.C: Remove incorrect
1302 pseudo-destructor names.
1303 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
1304 * g++.old-deja/g++.law/ctors9.C: Likewise.
1305 * g++.old-deja/g++.law/cvt22.C: Likewise.
1306 * g++.old-deja/g++.law/dtors5.C: Likewise.
1307 * g++.old-deja/g++.law/global-init1.C: Likewise.
1308 * g++.old-deja/g++.law/missed-error3.C: Likewise.
1309 * g++.old-deja/g++.law/operators28.C: Likewise.
1310 * g++.old-deja/g++.law/visibility28.C: Likewise.
1311 * g++.old-deja/g++.martin/eval1.C: Likewise.
1312 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
1313 name.
1314 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
1315 * g++.old-deja/g++.mike/net34.C: Likewise.
1316 * g++.old-deja/g++.mike/net36.C: Likewise.
1317 * g++.old-deja/g++.mike/ns2.C: Likewise.
1318 * g++.old-deja/g++.mike/p12306.C: Likewise.
1319 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
1320 value extension.
1321 * g++.old-deja/g++.mike/p700.C: Likewise.
1322 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
1323 * g++.old-deja/g++.mike/p710.C: Likewise.
1324 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
1325 value extension.
1326 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
1327 * g++.old-deja/g++.mike/pmf9.C: Likewise.
1328 * g++.old-deja/g++.ns/crash2.C: Likewise.
1329 * g++.old-deja/g++.ns/crash3.C: Likewise.
1330 * g++.old-deja/g++.ns/invalid1.C: Likewise.
1331 * g++.old-deja/g++.ns/ns17.C: Likewise.
1332 * g++.old-deja/g++.ns/template16.C: Likewise.
1333 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
1334 keyword.
1335 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
1336 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
1337 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
1338 named return value extension.
1339 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
1340 * g++.old-deja/g++.other/access4.C: Issue additional error
1341 messages.
1342 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
1343 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
1344 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
1345 * g++.old-deja/g++.other/crash25.C: Change error message.
1346 * g++.old-deja/g++.other/crash4.C: Change error message.
1347 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
1348 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
1349 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
1350 checks.
1351 * g++.old-deja/g++.other/defarg8.C: Likewise.
1352 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
1353 * g++.old-deja/g++.other/dtor10.C: Likewise.
1354 * g++.old-deja/g++.other/incomplete.C: Likewise.
1355 * g++.old-deja/g++.other/linkage7.C: Likewise.
1356 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
1357 lookup algorithm.
1358 * g++.old-deja/g++.other/mangle2.C: Likewise.
1359 * g++.old-deja/g++.other/refinit2.C: Likewise.
1360 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
1361 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
1362 * g++.old-deja/g++.pt/crash28.C: Likewise.
1363 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
1364 syntax.
1365 * g++.old-deja/g++.pt/crash32.C: Change error message.
1366 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
1367 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
1368 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
1369 error message position.
1370 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
1371 * g++.old-deja/g++.pt/defarg8.C: Change error message.
1372 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
1373 syntax.
1374 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
1375 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
1376 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
1377 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
1378 keyword.
1379 * g++.old-deja/g++.pt/explicit31.C: Likewise.
1380 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
1381 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
1382 keyword.
1383 * g++.old-deja/g++.pt/explicit71.C: Change error message.
1384 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
1385 syntax.
1386 * g++.old-deja/g++.pt/friend28.C: Account for use of
1387 non-dependent names.
1388 * g++.old-deja/g++.pt/friend29.C: Likewise.
1389 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
1390 rules.
1391 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
1392 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
1393 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
1394 lookup rules.
1395 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
1396 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
1397 keyword.
1398 * g++.old-deja/g++.pt/memclass20.C: Likewise.
1399 * g++.old-deja/g++.pt/memclass5.C: Likewise.
1400 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
1401 keyword.
1402 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
1403 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
1404 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
1405 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
1406 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
1407 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
1408 keyword.
1409 * g++.old-deja/g++.pt/spec10.C: Likewise.
1410 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
1411 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
1412 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
1413 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
1414 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
1415 * g++.old-deja/g++.pt/ttp62.C: Likewise.
1416 * g++.old-deja/g++.pt/ttp64.C: Likewise.
1417 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
1418 * g++.old-deja/g++.pt/typename15.C: Likewise.
1419 * g++.old-deja/g++.pt/typename22.C: Likewise.
1420 * g++.old-deja/g++.pt/typename6.C: Change error messages.
1421 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
1422 * g++.old-deja/g++.pt/virtual2.C: Likewise.
1423 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
1424 syntax.
1425 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
1426 return value extension.
1427 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
1428 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
1429 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
1430 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
1431
1432 2002-12-26 Nathan Sidwell <nathan@codesourcery.com>
1433
1434 * g++.dg/warn/inline1.C: New test.
1435 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
1436 * g++.old-deja/g++.jason/synth10.C: Likewise.
1437 * g++.old-deja/g++.mike/net31.C: Likewise.
1438 * g++.old-deja/g++.mike/p8786.C: Likewise.
1439
1440 * g++.dg/template/friend10.C: New test.
1441 * g++.dg/template/conv5.C: New test.
1442
1443 2002-12-24 Nathan Sidwell <nathan@codesourcery.com>
1444
1445 * g++.dg/lookup/scoped3.C: New test.
1446
1447 * g++.dg/lookup/decl1.C: New test.
1448 * g++.dg/lookup/decl2.C: New test.
1449
1450 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
1451
1452 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
1453 gcc.c-torture/compile/20021015-1.c,
1454 gcc.c-torture/compile/20021015-2.c,
1455 gcc.c-torture/compile/20021123-1.c,
1456 gcc.c-torture/compile/20021123-2.c,
1457 gcc.c-torture/compile/20021123-3.c,
1458 gcc.c-torture/compile/20021123-4.c,
1459 gcc.c-torture/execute/20021024-1.c: Add tests previously added
1460 only to 3.1 or 3.2 branch.
1461
1462 2002-12-23 Mark Mitchell <mark@codesourcery.com>
1463
1464 * gcc.dg/i386-bitfield3.c: New test.
1465
1466 * gcc.dg/i386-bitfield2.c: New test.
1467
1468 2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
1469
1470 * g++.dg/parse/conv_op1.C: New test.
1471
1472 2002-12-21 Josef Zlomek <zlomekj@suse.cz>
1473
1474 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
1475 approved.
1476
1477 2002-12-20 Josef Zlomek <zlomekj@suse.cz>
1478
1479 * gcc.c-torture/compile/20021220-1.c: New test.
1480
1481 2002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
1482
1483 * gcc.dg/i386-fastcall-1.c: New.
1484
1485 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1486
1487 * gcc.c-torture/execute/20021219-1.c: New test.
1488
1489 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1490
1491 * gcc.dg/i386-pic-1.c: New test.
1492
1493 2002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1494
1495 PR c++/8099
1496 * g++.dg/template/friend9.C: New test.
1497
1498 2002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1499
1500 PR c++/3663
1501 * g++.dg/template/access7.C: New test.
1502
1503 2002-12-18 Nick Clifton <nickc@redhat.com>
1504
1505 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
1506 the libstdc++-v3 directory has been found.
1507
1508 2002-12-12 Devang Patel <dpatel@apple.com>
1509 * gcc.dg/darwin-ld-1.c: New test.
1510 * gcc.dg/darwin-ld-2.c: New test.
1511 * gcc.dg/darwin-ld-3.c: New test.
1512 * gcc.dg/darwin-ld-4.c: New test.
1513 * gcc.dg/darwin-ld-5.c: New test.
1514
1515 2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
1516
1517 * gcc.c-torture/compile/20021212-1.c: New test.
1518
1519 2002-12-11 Neil Booth <neil@daikokuya.co.uk>
1520
1521 * gcc.dg/fshort-wchar: New test.
1522
1523 2002-12-10 Mark Mitchell <mark@codesourcery.com>
1524
1525 PR c++/8372
1526 * g++.dg/template/dtor1.C: New test.
1527
1528 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
1529 markers.
1530
1531 2002-12-10 Jakub Jelinek <jakub@redhat.com>
1532
1533 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
1534
1535 2002-12-09 Mark Mitchell <mark@codesourcery.com>
1536
1537 * g++.dg/template/static1.C: New test.
1538 * g++.dg/template/static2.C: New test.
1539 * g++.old-deja/g++.ext/memconst.C: New test.
1540
1541 2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1542
1543 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
1544 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
1545 * g++.dg/special/initp1.C: Likewise.
1546
1547 2002-12-06 Jakub Jelinek <jakub@redhat.com>
1548
1549 * gcc.c-torture/execute/20021204-1.c: New test.
1550
1551 2002-12-04 Geoffrey Keating <geoffk@apple.com>
1552
1553 * gcc.dg/ppc-fmadd-1.c: New file.
1554 * gcc.dg/ppc-fmadd-2.c: New file.
1555 * gcc.dg/ppc-fmadd-3.c: New file.
1556
1557 2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1558
1559 * gcc.c-torture/compile/20021204-1.c: New test.
1560
1561 2002-12-03 Nathan Sidwell <nathan@codesourcery.com>
1562
1563 * g++.dg/inherit/covariant2.C: New test.
1564 * g++.dg/inherit/covariant3.C: New test.
1565 * g++.dg/inherit/covariant4.C: New test.
1566 * g++.dg/inherit/covariant1.C: Remove XFAIL.
1567 * g++.old-deja/g++.robertl/eb17.C: Likewise.
1568
1569 2002-12-03 Mark Mitchell <mark@codesourcery.com>
1570
1571 PR c++/8688
1572 * g++.dg/init/brace3.C: New test.
1573
1574 2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
1575
1576 * gcc.dg/20020210-1.c: Fix a comment typo.
1577
1578 2002-12-02 Mark Mitchell <mark@codesourcery.com>
1579
1580 PR c++/8720
1581 * g++.dg/parse/defarg1.C: New test.
1582
1583 PR c++/8615
1584 * g++.dg/template/char1.C: New test.
1585
1586 * g++.dg/template/varmod1.C: Fix typo.
1587
1588 2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1589
1590 DR 180
1591 * g++.old-deja/g++.pt/crash32.C: Expect error.
1592
1593 2002-12-01 Mark Mitchell <mark@codesourcery.com>
1594
1595 PR c++/5919
1596 * g++.dg/template/varmod1.C: New test.
1597
1598 PR c++/8727
1599 * g++.dg/inherit/typeinfo1.C: New test.
1600
1601 PR c++/8663
1602 * g++.dg/inherit/typedef1.C: New test.
1603
1604 2002-11-30 Mark Mitchell <mark@codesourcery.com>
1605
1606 PR c++/8332
1607 PR c++/8493
1608 * g++.dg/template/strlen1.C: New test.
1609
1610 PR c++/8227
1611 * g++.dg/template/ctor2.C: New test.
1612
1613 PR c++/8214
1614 * g++.dg/init/string1.C: New test.
1615
1616 PR c++/8511
1617 * g++.dg/template/friend8.C: New test.
1618
1619 2002-11-29 Joe Buck <jbuck@synopsys.com>
1620
1621 * g++.dg/lookup/anon2.C: New test.
1622
1623 2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
1624
1625 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
1626 h8300 port.
1627
1628 2002-11-27 Richard Sandiford <rsandifo@redhat.com>
1629
1630 * gcc.dg/bitfld-6.c: New test.
1631
1632 Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
1633
1634 * gcc.c-torture/execute/20021127.[cx]: New test.
1635
1636 Tue Nov 26 22:09:53 CET 2002 Jan Hubicka <jh@suse.cz>
1637
1638 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
1639 quality.
1640
1641 2002-11-26 Geoffrey Keating <geoffk@apple.com>
1642
1643 * g++.dg/init/brace2.C: New test.
1644 * g++.old-deja/g++.mike/p9129.C: Correct.
1645
1646 2002-11-26 Mark Mitchell <mark@codesourcery.com>
1647
1648 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
1649
1650 2002-11-25 Andreas Bauer <baueran@in.tum.de>
1651
1652 * gcc.dg/sibcall-6: New test for indirect sibcalls.
1653
1654 2002-11-25 Mark Mitchell <mark@codesourcery.com>
1655
1656 * testsuite/g++.dg/abi/empty11.C: New test.
1657 * testsuite/g++.dg/rtti/cv1.C: New test.
1658
1659 2002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
1660
1661 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
1662
1663 2002-11-24 Mark Mitchell <mark@codesourcery.com>
1664
1665 * g++.dg/abi/empty10.C: New test.
1666
1667 2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
1668
1669 * gcc.c-torture/compile/20021124-1.c: New test.
1670
1671 2002-11-22 Mark Mitchell <mark@codesourcery.com>
1672
1673 * g++.dg/abi/rtti2.C: New test.
1674
1675 2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1676
1677 * gcc.dg/i386-unroll-1.c: New test.
1678
1679 2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1680
1681 * gcc.c-torture/compile/20021120-1.c: New test.
1682 * gcc.c-torture/compile/20021120-2.c: New test.
1683
1684 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1685
1686 * gcc.dg/bitfld-5.c: New test.
1687
1688 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1689
1690 * gcc.c-torture/execute/20021120-3.c: New test.
1691
1692 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1693
1694 * gcc.c-torture/execute/20021120-2.c: New test.
1695
1696 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1697
1698 * gcc.c-torture/execute/20021120-1.c: New test.
1699
1700 2002-11-20 Jakub Jelinek <jakub@redhat.com>
1701
1702 * gcc.c-torture/execute/20021118-3.c: New test.
1703
1704 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1705
1706 * gcc.c-torture/compile/20021119-1.c: New test.
1707
1708 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
1709
1710 * gcc.dg/duff-1.c: New test.
1711 * gcc.dg/duff-2.c: New test.
1712 * gcc.dg/duff-3.c: New test.
1713
1714 2002-11-18 Neil Booth <neil@daikokuya.co.uk>
1715
1716 * gcc.dg/cpp/_Pragma5.c: New test.
1717
1718 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1719
1720 * gcc.c-torture/execute/20021118-2.c: New test.
1721
1722 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1723
1724 * gcc.c-torture/execute/20021118-1.c: New test.
1725
1726 2002-11-16 Jakub Jelinek <jakub@redhat.com>
1727
1728 * gcc.dg/20021116-1.c: New test.
1729
1730 2002-11-14 Mark Mitchell <mark@codesourcery.com>
1731
1732 * g++.dg/abi/vcall1.C: New test.
1733
1734 2002-11-14 Jakub Jelinek <jakub@redhat.com>
1735
1736 * gcc.dg/20021029-1.c: New test.
1737 * gcc.dg/20021029-2.c: New test.
1738
1739 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
1740
1741 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
1742
1743 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1744
1745 PR c/8439
1746 * gcc.dg/20021110.c: Move to ...
1747 * gcc.c-torture/compile/20021110.c: .... here.
1748
1749 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1750
1751 PR c/8467
1752 * gcc.c-torture/execute/20021111-1.c
1753
1754 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1755
1756 PR c/8439
1757 * gcc.dg/20021110.c: New test.
1758
1759 2002-11-10 Mark Mitchell <mark@codesourcery.com>
1760
1761 * g++.dg/abi/vthunk3.C: Run only on x86.
1762
1763 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
1764
1765 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
1766
1767 2002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
1768
1769 * lib/compat.exp (compat-execute): Fix logic error in last
1770 change.
1771
1772 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
1773
1774 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
1775
1776 2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1777
1778 PR c++/8389
1779 * g++.dg/template/access6.C: New test.
1780
1781 Fri Nov 8 13:13:53 CET 2002 Jan Hubicka <jh@suse.cz>
1782
1783 * gcc.dg/i386-ssefp-1.c: New test.
1784 * gcc.dg/i386-ssefp-1.c: New test.
1785
1786 Fri Nov 8 10:52:15 CET 2002 Jan Hubicka <jh@suse.cz>
1787
1788 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
1789
1790 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1791
1792 * g++.dg/abi/vthunk3.C: New test.
1793
1794 PR c++/8338
1795 * g++.dg/template/crash2.C: New test.
1796
1797 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1798
1799 * testsuite/g++.dg/abi/dtor1.C: New test.
1800 * testsuite/g++.dg/abi/dtor2.C: Likewise.
1801
1802 2002-11-05 Geoffrey Keating <geoffk@apple.com>
1803
1804 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
1805 Darwin.
1806
1807 2002-11-04 Adam Nemet <anemet@lnxw.com>
1808
1809 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
1810 -mthumb. Only xfail with -O0.
1811
1812 2002-11-03 Mark Mitchell <mark@codesourcery.com>
1813
1814 * g++.dg/abi/thunk1.C: New test.
1815 * g++.dg/abi/thunk2.C: Likewise.
1816 * g++.dg/abi/vtt1.C: Likewise.
1817
1818 2002-11-02 Diego Novillo <dnovillo@redhat.com>
1819
1820 PR optimization/8423
1821 * gcc.c-torture/execute/builtin-constant.c: New test.
1822
1823 2002-11-01 Zack Weinberg <zack@codesourcery.com>
1824
1825 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
1826 Add some more cases.
1827
1828 2002-11-01 Mark Mitchell <mark@codesourcery.com>
1829
1830 PR c++/8391
1831 * g++.dg/opt/local1.C: New test.
1832
1833 2002-10-30 Mark Mitchell <mark@codesourcery.com>
1834
1835 PR c++/8160
1836 * g++.dg/template/complit1.C: New test.
1837
1838 PR c++/8149
1839 * g++.dg/template/typename4.C: Likewise.
1840
1841 2002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1842
1843 Core issue 287, PR c++/7639
1844 * g++.dg/template/instantiate1.C: Adjust error location.
1845 * g++.dg/template/instantiate3.C: New test.
1846 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
1847 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
1848 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
1849
1850 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
1851
1852 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
1853
1854 2002-10-29 Mark Mitchell <mark@codesourcery.com>
1855
1856 PR c++/8287
1857 * g++.dg/init/dtor2.C: New test.
1858
1859 2002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1860
1861 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
1862 * gcc.dg/nest.c: Bypass errors on irix6.
1863
1864 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
1865
1866 * gcc.dg/nest.c: Expect error for mmix-*-*.
1867 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
1868
1869 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
1870
1871 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
1872 markers.
1873
1874 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1875
1876 2002-10-25 Mike Stump <mrs@apple.com>
1877
1878 * gcc.dg/warn-1.c: New test.
1879
1880 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1881
1882 * g++.dg/template/typename3.C: New test.
1883
1884 2002-10-25 Mark Mitchell <mark@codesourcery.com>
1885
1886 * g++.dg/lookup/ptrmem1.C: New test.
1887
1888 * g++.dg/abi/vthunk2.C: New test.
1889
1890 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1891
1892 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
1893
1894 2002-10-24 Mark Mitchell <mark@codesourcery.com>
1895
1896 * g++.dg/abi/empty9.C: New test.
1897
1898 2002-10-24 Richard Henderson <rth@redhat.com>
1899
1900 * g++.dg/inherit/thunk1.C: Enable for ia64.
1901
1902 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1903
1904 PR c++/8067
1905 * g++.dg/lookup/pretty1.C: New test.
1906
1907 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1908
1909 * gcc.dg/20021023-1.c: New test.
1910
1911 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1912
1913 PR c++/7679
1914 * g++.dg/parse/inline1.C: New test.
1915
1916 2002-10-23 Richard Henderson <rth@redhat.com>
1917
1918 * g++.dg/inherit/thunk1.C: Enable for x86_64.
1919
1920 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
1921
1922 2002-10-22 Mark Mitchell <mark@codesourcery.com>
1923
1924 PR c++/6579
1925 * g++.dg/parse/stmtexpr3.C: New test.
1926
1927 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
1928
1929 * g++.dg/expr/cond1.C: New test.
1930
1931 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1932
1933 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
1934
1935 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1936
1937 * g++.dg/abi/vbase13.C: New test.
1938 * g++.dg/abi/vbase14.C: Likewise.
1939
1940 2002-10-21 Jakub Jelinek <jakub@redhat.com>
1941
1942 * gcc.dg/tls/pic-1.c: New test.
1943 * gcc.dg/tls/nonpic-1.c: New test.
1944 * gcc.dg/20021018-1.c: New test.
1945
1946 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1947
1948 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
1949 Remove only files with the same base name as the test case.
1950 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
1951 (profopt-execute): Likewise. Also, remove old profiling
1952 and performance data files before running the tests.
1953
1954 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
1955 * g++.dg/bprob/bprob.exp: Likewise.
1956 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
1957 to allow more general test case names.
1958
1959 * g++.dg/bprob/bprob-1.C: Rename to ...
1960 * g++.dg/bprob/g++-bprob-1.C: ... this.
1961
1962 * g77.dg/bprob/bprob-1.f: Rename to ...
1963 * g77.dg/bprob/g77-bprob-1.f: ... this.
1964
1965 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1966
1967 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
1968 bison 1.50 or later.
1969
1970 2002-10-21 Janis Johnson <janis187@us.ibm.com>
1971
1972 * g++.dg/README: Describe more test directories.
1973
1974 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1975
1976 * g++.dg/init/array6.C: Add additional tests.
1977
1978 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1979
1980 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
1981 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
1982
1983 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
1984
1985 * gcc.c-torture/compile/20020604-1.x: New.
1986 * gcc.c-torture/compile/simd-5.x: Likewise.
1987 * gcc.c-torture/execute/920710-1.x: Likewise.
1988 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
1989
1990 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1991
1992 * g++.dg/inherit/override1.C: Add dg-options clause.
1993
1994 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1995
1996 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
1997 _mm_slli_si128.
1998
1999 2002-10-19 Andreas Schwab <schwab@suse.de>
2000
2001 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
2002 directory component.
2003
2004 2002-10-18 Mark Mitchell <mark@codesourcery.com>
2005
2006 * g++.dg/inherit/thunk1.C: New test.
2007
2008 * g++.dg/inherit/override1.C: New test.
2009
2010 * g++.dg/abi/mangle11.C: New test.
2011 * g++.dg/abi/mangle14.C: New test.
2012 * g++.dg/abi/mangle17.C: New test.
2013
2014 2002-10-17 Nathan Sidwell <nathan@codesourcery.com>
2015
2016 * g++.dg/overload/member2.C: New test.
2017
2018 2002-10-17 Janis Johnson <janis187@us.ibm.com>
2019
2020 * g++.dg/README: Describe new compat directory.
2021 * g++.dg/dg.exp: Skip tests in compat directory.
2022 * README.compat: New file.
2023 * lib/compat.exp: New expect script.
2024 * g++.dg/compat: New test directory.
2025 * g++.dg/compat/compat.exp: New expect script.
2026 * g++.dg/compat/abi: New test directory.
2027 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
2028 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
2029 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
2030 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
2031 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
2032 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
2033 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
2034 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
2035 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
2036 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
2037 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
2038 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
2039 * g++.dg/compat/break: New test directory.
2040 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
2041 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
2042 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
2043 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
2044 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
2045 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
2046 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
2047 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
2048 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
2049 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
2050 g++.dg/compat/break/README: New files.
2051 * g++.dg/compat/eh: New test directory.
2052 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
2053 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
2054 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
2055 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
2056 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
2057 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
2058 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
2059 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
2060 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
2061 g++.dg/compat/eh/filter2_y.C,
2062 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
2063 g++.dg/compat/eh/new1_y.C,
2064 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
2065 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
2066 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
2067 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
2068 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
2069 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
2070 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
2071 g++.dg/compat/eh/unexpected1_y.C: New files.
2072 * g++.dg/compat/init: New test directory.
2073 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
2074 g++.dg/compat/init/array5_y.C,
2075 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
2076 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
2077 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
2078 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
2079 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
2080 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
2081 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
2082 g++.dg/compat/init/init-ref2_y.C: New files.
2083
2084 2002-10-17 Mark Mitchell <mark@codesourcery.com>
2085
2086 PR c++/7584
2087 * g++.dg/inherit/using3.C: New test.
2088
2089 Thu Oct 17 19:12:58 CEST 2002 Jan Hubicka <jh@suse.cz>
2090
2091 * gcc.dg/20021017-2.c: New test.
2092
2093 2002-10-17 Mark Mitchell <mark@codesourcery.com>
2094
2095 * g++.dg/abi/mangle16.C: Adjust.
2096
2097 * g++.dg/init/array8.C: New test.
2098
2099 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
2100
2101 * gcc.dg/special/mips-abi.exp: New test.
2102 * gcc.dg/special/mips-abi.s: Empty file used by the above.
2103
2104 2002-10-16 Mark Mitchell <mark@codesourcery.com>
2105
2106 * g++.dg/abi/mangle16.C: New test.
2107 * g++.dg/abi/mangle17.C: Likewise.
2108
2109 PR c++/7478
2110 * g++.dg/template/ref1.C: New test.
2111
2112 2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2113
2114 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
2115
2116 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
2117
2118 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
2119
2120 2002-10-16 Mark Mitchell <mark@codesourcery.com>
2121
2122 PR c++/7524
2123 * g++.dg/init/array7.C: New test.
2124
2125 2002-10-15 Mark Mitchell <mark@codesourcery.com>
2126
2127 * g++.dg/init/array6.C: New test.
2128
2129 * g++.dg/abi/mangle13.C: Likewise.
2130 * g++.dg/abi/mangle14.C: Likewise.
2131 * g++.dg/abi/mangle15.C: Likewise.
2132
2133 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2134
2135 * g++.dg/abi/empty8.C: New test.
2136
2137 2002-10-15 Nathan Sidwell <nathan@codesourcery.com>
2138
2139 * g++.dg/init/ctor1.C: New test.
2140
2141 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
2142
2143 * gcc.c-torture/execute/20021015-1.c: New test.
2144
2145 Tue Oct 15 14:22:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
2146
2147 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
2148
2149 Mon Oct 14 20:37:51 CEST 2002 Jan Hubicka <jh@suse.cz>
2150
2151 * gcc.dg/i386-ssetype-[1-5].c: New tests.
2152
2153 2002-10-14 Richard Henderson <rth@redhat.com>
2154
2155 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
2156
2157 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2158
2159 PR optimization/6631
2160 * g++.dg/opt/const2.C: New test.
2161
2162 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2163
2164 PR c++/7176
2165 * g++.dg/parse/friend1.C: New test.
2166 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
2167
2168 2002-10-14 Jakub Jelinek <jakub@redhat.com>
2169
2170 * gcc.dg/20021014-1.c: New test.
2171
2172 2002-10-11 Mark Mitchell <mark@codesourcery.com>
2173
2174 PR c++/5661
2175 * g++.dg/ext/vlm1.C: New test.
2176 * g++.dg/ext/vlm2.C: Likewise.
2177
2178 * g++.dg/init/array1.C: Remove invalid braces.
2179 * g++.dg/init/brace1.C: New test.
2180 * g++.dg/init/copy2.C: Likewise.
2181 * g++.dg/init/copy3.C: Likewise.
2182 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
2183 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
2184 braces.
2185
2186 2002-10-11 Neil Booth <neil@daikokuya.co.uk>
2187
2188 * gcc.dg/cpp/assembler.S: Don't use -ansi.
2189
2190 Fri Oct 11 10:56:49 2002 Richard Shann <richard.shann@superh.com>
2191
2192 * gcc.c-torture/compile/simd-5.c: New test.
2193
2194 2002-10-10 Roger Sayle <roger@eyesopen.com>
2195
2196 * gcc.c-torture/execute/shiftopt-1.c: New test case.
2197
2198 2002-10-10 Jim Wilson <wilson@redhat.com>
2199
2200 * gcc.c-torture/execute/20021010-1.c: New test.
2201
2202 2002-10-09 Zack Weinberg <zack@codesourcery.com>
2203
2204 PR c/7353
2205 * g++.dg/ext/typedef-init.C: New test.
2206 * gcc.dg/typedef-init.c: New test.
2207
2208 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
2209
2210 * gcc.dg/cpp/paste13.c: New test.
2211
2212 2002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2213
2214 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
2215 remaining platforms, XFAIL during compile, not execute. Don't
2216 XFAIL at -O0.
2217
2218 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
2219
2220 * gcc.dg/alias-1.c: Tweak expected warning.
2221
2222 2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
2223
2224 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
2225
2226 2002-10-06 Andreas Jaeger <aj@suse.de>
2227
2228 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
2229 * gcc.dg/cpp/c++98.C: Likewise.
2230
2231 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
2232 * g++.dg/cpp/c++98.C: Likewise.
2233
2234 * g++.dg/README (Subdirectories): Mention cpp directory.
2235
2236 PR target/7559
2237 * gcc.dg/20021006-1.c: New test.
2238
2239 2002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2240
2241 PR c++/7804
2242 * g++.dg/other/warning1.C: New test.
2243
2244 2002-10-04 Roger Sayle <roger@eyesopen.com>
2245
2246 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
2247 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
2248 and sparc-*-* with -m64 as expected failures. See PR 8087.
2249
2250 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2251
2252 PR c++/7931
2253 * g++.dg/template/ptrmem3.C: New test.
2254
2255 PR c++/7754
2256 * g++.dg/template/union1.C: New test.
2257
2258 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2259
2260 PR c++/8006
2261 * g++.dg/abi/mangle9.C: New test.
2262 * g++.dg/abi/mangle10.C: New test.
2263 * g++.dg/abi/mangle11.C: New test.
2264 * g++.dg/abi/mangle12.C: New test.
2265
2266 2002-10-02 Mark Mitchell <mark@codesourcery.com>
2267
2268 PR c++/7188.
2269 * g++.dg/template/meminit1.C: New test.
2270 * g++.dg/warn/Wreorder-1.C: Likewise.
2271 * g++.old-deja/g++.mike/warn3.C: Tweak.
2272 * lib/prune.exp: Ingore "in copy constructor".
2273
2274 2002-10-02 Andreas Jaeger <aj@suse.de>
2275
2276 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
2277 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
2278 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
2279 on x86-64.
2280
2281 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2282
2283 * gcc.dg/empty1.C: Fix typo.
2284
2285 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
2286
2287 * gcc.dg/alias-1.c: New test.
2288
2289 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2290
2291 * gcc.dg/empty1.C: New test.
2292
2293 * g++.dg/tls/init-2.C: Tweak error messages.
2294
2295 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2296
2297 * gcc.c-torture/compile/20020923-1.c: New test.
2298
2299 2002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
2300
2301 * gcc.c-torture/execute/ffs-1.c: New test.
2302 * gcc.c-torture/execute/ffs-2.c: Ditto.
2303
2304 2002-09-30 Nathan Sidwell <nathan@codesourcery.com>
2305
2306 * g++.dg/overload/member1.C: New test.
2307
2308 2002-09-30 Mark Mitchell <mark@codesourcery.com>
2309
2310 * g++.dg/abi/empty7.C: New test.
2311 * g++.dg/init/pm2.C: Likewise.
2312
2313 2002-09-29 Nathan Sidwell <nathan@codesourcery.com>
2314
2315 * g++.dg/rtti/crash1.C: New test.
2316
2317 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2318
2319 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
2320 gcc.dg/sibcall-4.c: New tests.
2321
2322 2002-09-28 Roger Sayle <roger@eyesopen.com>
2323
2324 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
2325 powerpc and MMIX targets.
2326
2327 2002-09-27 Zack Weinberg <zack@codesourcery.com>
2328
2329 * gcc.dg/cpp/20020927-1.c: New.
2330
2331 2002-09-26 David S. Miller <davem@redhat.com>
2332
2333 * gcc.c-torture/compile/trunctfdf.c: New.
2334
2335 2002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2336
2337 * lib/target-supports.exp (check_weak_available): Handle solaris2.
2338
2339 2002-09-27 Alan Modra <amodra@bigpond.net.au>
2340
2341 * gcc.c-torture/execute/loop-15.c: New.
2342
2343 2002-09-26 Janis Johnson <janis187@us.ibm.com>
2344
2345 * README.QMTEST: Fix typo.
2346
2347 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
2348
2349 * gcc.dg/20020926-1.c: New test.
2350
2351 2002-09-25 David S. Miller <davem@redhat.com>
2352
2353 PR target/7842
2354 * gcc.c-torture/execute/shiftdi.c: New test.
2355
2356 2002-09-26 Richard Earnshaw <rearnsha@arm.com>
2357
2358 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
2359 unique to the tool.
2360 * lib/g77.exp (g77_init): Likewise.
2361 * lib/g++.exp (g++_init): Likewise.
2362 * lib/objc.exp (objc_init): Likewise.
2363
2364 2002-09-25 Mark Mitchell <mark@codesourcery.com>
2365
2366 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
2367 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
2368 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
2369
2370 2002-09-25 Richard Henderson <rth@redhat.com>
2371
2372 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
2373 too-small long double.
2374
2375 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
2376
2377 * gcc.dg/20020919-1.c: New test.
2378
2379 2002-09-23 Mark Mitchell <mark@codesourcery.com>
2380
2381 * g++.dg/abi/bitfield6.C: New test.
2382 * g++.dg/abi/bitfield7.C: New test.
2383 * g++.dg/abi/bitfield8.C: New test.
2384 * g++.dg/abi/vbase11.C: New test.
2385
2386 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
2387
2388 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
2389 hppa*-*-hpux*. Update test comment.
2390
2391 2002-09-20 Jakub Jelinek <jakub@redhat.com>
2392
2393 * gcc.dg/tls/struct-1.c: New test.
2394
2395 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
2396
2397 * gcc.dg/cpp/tr-warn2.c: Update.
2398
2399 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2400
2401 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
2402
2403 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2404
2405 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
2406 systems.
2407
2408 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
2409
2410 * gcc.c-torture/execute/ieee/mzero3.c: New test.
2411
2412 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2413 Adjust for c++filt moved to binutils. Remove spurious duplicate
2414 setting of cxxfilt.
2415
2416 2002-09-19 Geoffrey Keating <geoffk@apple.com>
2417
2418 * gcc.dg/20020312-2.c: Update for darwin.
2419
2420 2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
2421
2422 * g++.old-deja/g++.other/crash32.C: Mark ICE.
2423
2424 Tue Sep 17 13:59:45 2002 Nicola Pero <n.pero@mi.flashnet.it>
2425
2426 * objc.dg/comp-types-1.m: New test.
2427 * objc.dg/comp-types-2.m: New test.
2428 * objc.dg/comp-types-3.m: New test.
2429 * objc.dg/comp-types-4.m: New test.
2430 * objc.dg/comp-types-5.m: New test.
2431 * objc.dg/comp-types-6.m: New test.
2432
2433 2002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
2434
2435 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
2436
2437 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2438
2439 * g++.dg/other/do1.C: New test.
2440
2441 * g++.dg/template/subst1.C: New test.
2442
2443 2002-09-16 Steve Ellcey <sje@cup.hp.com>
2444
2445 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
2446
2447 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2448
2449 * g++.dg/template/qualttp20.C: Adjust expected errors.
2450 * g++.old-deja/g++.jason/report.C: Likewise.
2451 * g++.old-deja/g++.other/qual1.C: Likewise.
2452
2453 * g++.dg/lookup/scoped2.C: New test.
2454
2455 * g++.dg/ext/asm3.C: New test.
2456
2457 2002-09-16 Richard Earnshaw <rearnsha@arm.com>
2458
2459 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
2460
2461 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
2462
2463 * ChangeLog: follow spelling conventions.
2464 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
2465 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
2466 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
2467 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
2468 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
2469 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
2470 * g++.old-deja/g++.law/global-init1.C: Likewise.
2471 * g++.old-deja/g++.other/delete4.C: Likewise.
2472 * g++.old-deja/g++.other/inline21.C: Likewise.
2473 * g++.old-deja/g++.other/singleton.C: Likewise.
2474 * g77.dg/strlen0.f: Likewise.
2475 * g77.f-torture/compile/20010519-1.f: Likewise.
2476 * g77.f-torture/compile/980310-4.f: Likewise.
2477 * gcc.c-torture/compile/20000605-1.c: Likewise.
2478 * gcc.c-torture/execute/20020225-1.c: Likewise.
2479 * gcc.dg/c90-hexfloat-2.c: Likewise.
2480 * gcc.dg/c99-bool-1.c: Likewise.
2481 * gcc.dg/c99-hexfloat-2.c: Likewise.
2482 * gcc.dg/dll-2.c: Likewise.
2483 * gcc.dg/wtr-union-init-1.c: Likewise.
2484 * gcc.dg/wtr-union-init-2.c: Likewise.
2485 * gcc.dg/wtr-union-init-3.c: Likewise.
2486 * gcc.dg/cpp/avoidpaste1.c: Likewise.
2487 * gcc.dg/cpp/defined.c: Likewise.
2488 * gcc.dg/cpp/macsyntx.c: Likewise.
2489 * gcc.dg/cpp/paste2.c: Likewise.
2490 * gcc.dg/cpp/trad/defined.c: Likewise.
2491 * gcc.dg/format/c90-printf-1.c: Likewise.
2492 * gcc.dg/format/c90-scanf-1.c: Likewise.
2493 * gcc.dg/format/c99-printf-1.c: Likewise.
2494 * gcc.dg/format/c99-scanf-1.c: Likewise.
2495 * gcc.misc-tests/gcov-8.c: Likewise.
2496 * lib/profopt.exp: Likewise.
2497
2498 2002-09-15 Krister Walfridsson <cato@df.lth.se>
2499
2500 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
2501
2502 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2503
2504 * g++.dg/inherit/using2.C: New test.
2505
2506 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
2507
2508 * ChangeLog: Follow spelling conventions.
2509 * g++.dg/template/friend4.C: Likewise.
2510 * g++.old-deja/g++.pt/crash67.C: Likewise.
2511 * gcc.c-torture/execute/20000801-4.c: Likewise.
2512 * gcc.dg/c90-digraph-1.c: Likewise.
2513 * gcc.dg/c94-digraph-1.c: Likewise.
2514 * gcc.dg/c99-digraph-1.c: Likewise.
2515 * gcc.dg/cpp/line5.c: Likewise.
2516 * gcc.dg/cpp/multiline.c: Likewise.
2517 * gcc.dg/cpp/trad/literals-1.c: Likewise.
2518 * gcc.dg/format/attr-3.c: Likewise.
2519 * gcc.dg/format/c90-scanf-3.c: Likewise.
2520 * gcc.dg/format/ext-4.c: Likewise.
2521
2522 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2523
2524 * g++.dg/template/pretty1.C: New test.
2525
2526 2002-09-14 Alan Modra <amodra@bigpond.net.au>
2527
2528 * gcc.c-torture/execute/struct-cpy-1.c: New test.
2529
2530 2002-09-13 Matt Austern <austern@apple.com>
2531
2532 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
2533 passing a cast expression to a function by const reference.
2534
2535 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
2536
2537 * g++.dg/template/deduce1.C: New test.
2538
2539 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
2540
2541 * gcc.c-torture/execute/simd-1.c: Force all use of int to
2542 32-bit int.
2543
2544 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
2545
2546 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
2547 usage.
2548
2549 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
2550
2551 * gcc.c-torture/compile/20020910-1.c: New test.
2552
2553 2002-09-10 Frank Ch. Eigler <fche@redhat.com>
2554
2555 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
2556
2557 2002-09-10 Andreas Jaeger <aj@suse.de>
2558
2559 * gcc.dg/20020312-2.c: Adjust for x86-64.
2560
2561 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
2562
2563 * g77.dg/7388.f: New test case for PR 7388.
2564
2565 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2566
2567 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
2568
2569 2002-09-05 Ziemowit Laski <zlaski@apple.com>
2570
2571 * objc.dg/proto-lossage-1.m: New test.
2572
2573 2002-09-06 Neil Booth <neil@daikokuya.co.uk>
2574
2575 * gcc.dg/cpp/_Pragma4.c: Fix typo.
2576
2577 Fri Sep 6 16:39:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
2578
2579 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
2580 expected to pass.
2581
2582 2002-09-06 Stan Shebs <shebs@apple.com>
2583 David Edelsohn <edelsohn@gnu.org>
2584
2585 * gcc.dg/weak: New directory.
2586 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
2587 target-specific xfail bits.
2588 * gcc.dg/typeof-2.c: Move to new directory.
2589 * gcc.dg/weak.exp: New expect script.
2590
2591 2002-09-06 Alan Modra <amodra@bigpond.net.au>
2592
2593 * gcc.c-torture/execute/extzvsi.c: New test.
2594
2595 2002-09-05 Stan Shebs <shebs@apple.com>
2596
2597 * gcc.dg/weak-1.c: xfail on Darwin.
2598 * gcc.dg/weak-2.c: Ditto.
2599 * gcc.dg/weak-3.c: Ditto.
2600 * gcc.dg/weak-4.c: Ditto.
2601 * gcc.dg/weak-5.c: Ditto.
2602 * gcc.dg/weak-6.c: Ditto.
2603 * gcc.dg/weak-7.c: Ditto.
2604 * gcc.dg/weak-8.c: Ditto.
2605 * gcc.dg/weak-9.c: Ditto.
2606
2607 Thu Sep 5 00:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
2608
2609 * gcc.c-torture/execute/loop-14.c: New test.
2610
2611 2002-09-04 Jakub Jelinek <jakub@redhat.com>
2612
2613 * g++.dg/other/cxa-atexit1.C: New test.
2614
2615 * gcc.dg/typeof-2.c: New test.
2616
2617 2002-09-03 Roger Sayle <roger@eyesopen.com>
2618
2619 * gcc.dg/builtins-2.c: New testcase.
2620 * gcc.dg/builtins-3.c: New testcase.
2621
2622 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
2623
2624 * gcc.dg/cpp/_Pragma4.c: New test.
2625
2626 Tue Sep 3 11:04:26 2002 Nicola Pero <n.pero@mi.flashnet.it>
2627
2628 * objc/execute/nil_method-1.m: New testcase.
2629
2630 Sun Sep 1 12:47:39 2002 Nicola Pero <n.pero@mi.flashnet.it>
2631
2632 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
2633 [Object class], not [Object initialize].
2634
2635 2002-08-31 Roger Sayle <roger@eyesopen.com>
2636 Hans-Peter Nilsson <hp@bitrange.com>
2637
2638 * gcc.c-torture/execute/20020720-1.x: Skip test on
2639 mmix-knuth-mmixware. Correct comment.
2640
2641 2002-08-27 Mark Mitchell <mark@codesourcery.com>
2642
2643 * testsuite/g++.dg/abi/bitfield5.C: New test.
2644 * testsuite/g++.dg/abi/vbase10.C: Likewise.
2645
2646 Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
2647
2648 * objc.dg/undeclared-selector.m: New test.
2649
2650 2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
2651
2652 * g++.dg/other/offsetof1.C: Avoid cast warning.
2653
2654 2002-08-26 Ziemowit Laski <zlaski@apple.com>
2655
2656 * objc.dg/super-class-2.m: New test.
2657
2658 2002-08-24 Matt Austern <austern@apple.com>
2659
2660 * g++.dg/ext/lvaddr.C: New test.
2661 * g++.dg/ext/lvcast.C: New test.
2662
2663 2002-08-22 Mark Mitchell <mark@codesourcery.com>
2664
2665 * testsuite/g++.dg/inherit/cond1.C: New test.
2666
2667 2002-08-22 Geoffrey Keating <geoffk@redhat.com>
2668
2669 * gcc.dg/noncompile/incomplete-1.c: New test.
2670
2671 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
2672
2673 * gcc.dg/typespec-1.c: New test.
2674
2675 2002-08-20 Devang Patel <dpatel@apple.com>
2676 * objc.dg/proto-hier-2.m: New test.
2677
2678 2002-08-19 Ziemowit Laski <zlaski@apple.com>
2679
2680 * objc.dg/bitfield-1.m: New test.
2681 * objc.dg/bitfield-2.m: New test.
2682
2683 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
2684
2685 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
2686 gcc.dg/c99-flex-array-4.c: New tests.
2687
2688 2002-08-16 Stan Shebs <shebs@apple.com>
2689
2690 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
2691
2692 2002-08-15 Jakub Jelinek <jakub@redhat.com>
2693
2694 * gcc.dg/typeof-1.c: New test.
2695 * g++.dg/ext/typeof2.C: New test.
2696
2697 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
2698
2699 * g++.dg/other/offsetof1.C: New test.
2700
2701 2002-08-14 Richard Henderson <rth@redhat.com>
2702
2703 * gcc.dg/tls/diag-3.c: Fix expected message strings.
2704
2705 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
2706
2707 * gcc.dg/cpp/_Pragma3.c: New test.
2708
2709 2002-08-13 Mark Mitchell <mark@codesourcery.com>
2710
2711 * g++.dg/template/inherit3: New test.
2712
2713 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
2714
2715 * gcc.dg/bitfld-4.c: Add blank options.
2716
2717 2002-08-09 Mark Mitchell <mark@codesourcery.com>
2718
2719 * g++.dg/template/crash1.C: New test.
2720
2721 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2722
2723 * gcc.dg/tls/opt-2.c: New test.
2724
2725 2002-08-08 Devang Patel <dpatel@apple.com>
2726
2727 * objc.dg/selector-1.m : New test
2728
2729 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2730
2731 * g++.dg/abi/bitfield4.C: New test.
2732 * gcc.dg/bitfld-4.c: New test.
2733
2734 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2735
2736 * g++.dg/other/packed1.C: New test.
2737
2738 2002-08-07 Mark Mitchell <mark@codesourcery.com>
2739
2740 * g++.dg/abi/offsetof.C: Tweak error messages.
2741 * g++.old-deja/g++.mike/p10769a.C: Likewise.
2742
2743 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2744
2745 * gcc.dg/bitfld-3.c: New test.
2746
2747 2002-08-07 Jakub Jelinek <jakub@redhat.com>
2748 Richard Henderson <rth@redhat.com>
2749
2750 * gcc.dg/i386-bitfield1.c: New test.
2751 * g++.dg/abi/bitfield3.C: Update.
2752
2753 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
2754
2755 * objc.dg/const-str-2.m: Update.
2756 * gcc.dg/cpp/c++98.c: Change to C extension.
2757 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
2758 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
2759
2760 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
2761
2762 * testsuite/gcc.dg/tls/diag-3.c: New.
2763
2764 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
2765
2766 * g++.dg/README (Subdirectories): Document new subdir expr.
2767 * g++.dg/expr/pmf-1.C: New test.
2768
2769 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
2770
2771 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
2772
2773 2002-08-06 Jakub Jelinek <jakub@redhat.com>
2774
2775 * g++.dg/abi/bitfield3.C: New test.
2776
2777 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
2778
2779 * lib/gcov.exp: Tweak expected line formats.
2780 * gcc.misc-tests/gcov8.c: New test.
2781 * gcc.misc-tests/gcov8.x: New flags.
2782
2783 2002-08-05 Jakub Jelinek <jakub@redhat.com>
2784
2785 * consistency.vlad/layout/endian.c: Include string.h.
2786
2787 * gcc.c-torture/execute/20020805-1.c: New test.
2788
2789 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
2790
2791 * g++.dg/other/conversion1.C: New test.
2792
2793 2002-08-03 Roger Sayle <roger@eyesopen.com>
2794
2795 * gcc.dg/builtins-1.c: New testcase.
2796
2797 2002-08-02 Mark Mitchell <mark@codesourcery.com>
2798
2799 * g++.dg/inherit/access3.C: New test.
2800
2801 2002-08-01 Jakub Jelinek <jakub@redhat.com>
2802
2803 * gcc.dg/ia64-visibility-2.c: New test.
2804
2805 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
2806
2807 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
2808 __qualifier_flags to __flags.
2809
2810 2002-07-31 Mark Mitchell <mark@codesourcery.com>
2811
2812 * g++.dg/inherit/operator1.C: New test.
2813 * g++.dg/lookup/disamb1.C: Fix typo in comment.
2814 * g++.dg/other/error1.C: Change expected error message.
2815 * g++.dg/template/conv4.C: Likewise.
2816
2817 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
2818
2819 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
2820 for documented behavior.
2821
2822 2002-07-25 Roger Sayle <roger@eyesopen.com>
2823
2824 * gcc.c-torture/execute/20020720-1.x: Skip this test on
2825 several targets known to fail.
2826
2827 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
2828
2829 * gcc.dg/mips-args-[123].c: New tests.
2830
2831 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
2832
2833 * gcc.dg/ppc-spe.c: New.
2834
2835 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
2836
2837 * g++.dg/other/ptrmem4.C: New testcase.
2838
2839 2002-07-24 Richard Henderson <rth@redhat.com>
2840
2841 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2842
2843 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
2844
2845 * g++.dg/ext/alignof1.C (main): Return 0 for success.
2846
2847 2002-07-24 Roger Sayle <roger@eyesopen.com>
2848
2849 * gcc.c-torture/execute/memset-3.c: New testcase.
2850
2851 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
2852
2853 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
2854 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
2855
2856 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2857
2858 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
2859 Delete.
2860
2861 Tue Jul 23 21:02:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
2862
2863 * gcc.c-torture/compile/simd-4.c: New test.
2864
2865 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2866
2867 PR c++/7347, c++/7348
2868 * g++.dg/template/access4.C: New test.
2869 * g++.dg/template/access5.C: New test.
2870 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
2871 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
2872 * g++.old-deja/g++.pt/ttp58.C: Likewise.
2873 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
2874
2875 2002-07-22 Jakub Jelinek <jakub@redhat.com>
2876
2877 * gcc.dg/gnu89-init-2.c: New test.
2878
2879 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2880
2881 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
2882
2883 2002-07-20 Roger Sayle <roger@eyesopen.com>
2884
2885 * gcc.c-torture/execute/20020720-1.c: New testcase.
2886
2887 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
2888
2889 * gcc.dg/cpp/Wsignprom.c: New tests.
2890
2891 2002-07-20 Alan Modra <amodra@bigpond.net.au>
2892
2893 * gcc.c-torture/execute/loop-13.c: New test.
2894
2895 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
2896
2897 * gcc.dg/cpp/expr.c: New tests.
2898
2899 2002 07-18 David Edelsohn <edelsohn@gnu.org>
2900
2901 * g++.dg/opt/pr6713.C: Add template instantiation.
2902
2903 2002-07-18 Alan Modra <amodra@bigpond.net.au>
2904
2905 * gcc.dg/nest.c: New test.
2906
2907 2002-07-17 Richard Henderson <rth@redhat.com>
2908
2909 * g++.dg/opt/pr6713.C: New test.
2910
2911 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
2912
2913 * gcc.c-torture/execute/loop-2e.x: Let the testcase
2914 XFAIL for all x86 processors.
2915
2916 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2917
2918 * gcc.c-torture/execute/20010122-1.x: Do not test with
2919 -fomit-frame-pointer.
2920
2921 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2922
2923 * g++.dg/template/instantiate2.C: New test.
2924 * g++.dg/template/spec4.C: New test.
2925
2926 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2927
2928 * g++.dg/template/access2.C: New test.
2929 * g++.dg/template/access3.C: New test.
2930
2931 2002-07-15 Zack Weinberg <zack@codesourcery.com>
2932
2933 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
2934 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
2935 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
2936 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
2937 Convert to use <stdarg.h>.
2938 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
2939 Delete.
2940 * gcc.dg/va-arg-2.c: New.
2941 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
2942
2943 2002-07-15 Jakub Jelinek <jakub@redhat.com>
2944
2945 * gcc.c-torture/compile/20020710-1.c: New test.
2946
2947 Thu Jul 11 15:39:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
2948 Andrew Pinski <pinskia@physics.uc.edu>
2949
2950 gcc.c-torture/compile/simd-2.c: New testcase.
2951 gcc.c-torture/compile/simd-3.c: Likewise.
2952
2953 2002-07-11 Mark Mitchell <mark@codesourcery.com>
2954
2955 PR c++/7224
2956 * g++.dg/overload/error1.C: New test.
2957
2958 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2959
2960 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
2961 configuration and IRIX 6 O32 ABI.
2962
2963 2002-07-11 Roger Sayle <roger@eyesopen.com>
2964
2965 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
2966
2967 2002-07-10 Roger Sayle <roger@eyesopen.com>
2968
2969 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
2970
2971 2002-07-10 Jeffrey A Law <law@redhat.com>
2972
2973 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
2974
2975 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
2976
2977 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
2978
2979 * gcc.dg/20020312-2.c: Check for __PPC__.
2980
2981 2002-07-09 Diego Novillo <dnovillo@redhat.com>
2982
2983 * gcc.c-torture/compile/20020709-1.c: New test.
2984
2985 2002-07-07 Roger Sayle <roger@eyesopen.com>
2986
2987 * g++.dg/template/qualttp21.C: New test case.
2988
2989 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
2990
2991 * gcc.c-torture/compile/20020706-1.c: New test.
2992 * gcc.c-torture/compile/20020706-2.c: New test.
2993
2994 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
2995 Alexandre Oliva <aoliva@redhat.com>
2996
2997 * g++.dg/warn/incomplete1.C: New test.
2998
2999 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3000
3001 PR c++/7099
3002 * g++.dg/warn/noreturn1.C: New test.
3003
3004 2002-07-03 Mark Mitchell <mark@codesourcery.com>
3005
3006 PR c++/6706
3007 * g++.dg/debug/debug6.C: New test.
3008 * g++.dg/debug/debug7.C: New test.
3009
3010 Thu Jul 4 07:36:48 2002 J"orn Rennecke <joern.rennecke@superh.com>
3011
3012 * gcc.c-torture/compile/simd-3.c: New test.
3013
3014 2002-07-03 Chris Demetriou <cgd@broadcom.com>
3015
3016 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
3017 * gcc.dg/20020620-1.c: Likewise.
3018
3019 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3020
3021 PR c++/6944
3022 * g++.dg/init/array4.C: New test.
3023 * g++.dg/init/array5.C: New test.
3024
3025 Wed Jul 3 10:25:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
3026
3027 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
3028 * gcc.c-torture/execute/simd-2.c (main): Likewise.
3029
3030 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3031
3032 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
3033 * gcc.dg/wtr-aggr-init-1.c: Likewise.
3034 * gcc.dg/wtr-conversion-1.c: Likewise.
3035 * gcc.dg/wtr-escape-1.c: Likewise.
3036 * gcc.dg/wtr-int-type-1.c: Likewise.
3037 * gcc.dg/wtr-label-1.c: Likewise.
3038 * gcc.dg/wtr-static-1.c: Likewise.
3039 * gcc.dg/wtr-strcat-1.c: Likewise.
3040 * gcc.dg/wtr-suffix-1.c: Likewise.
3041 * gcc.dg/wtr-switch-1.c: Likewise.
3042 * gcc.dg/wtr-unary-plus-1.c: Likewise.
3043 * gcc.dg/wtr-union-init-1.c: Likewise.
3044 * gcc.dg/wtr-union-init-2.c: Likewise.
3045 * gcc.dg/wtr-union-init-3.c: Likewise.
3046
3047 * gcc.dg/wtr-func-def-1.c: New test.
3048
3049 2002-07-02 Devang Patel <dpatel@apple.com>
3050
3051 * objc.dg/param-1.m: New test.
3052
3053 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
3054
3055 * gcc.dg/cpp/trad/directive.c: Add test.
3056 * gcc.dg/cpp/trad/macroargs.c: Add test.
3057 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
3058
3059 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
3060
3061 * gcc.dg/cpp/cmdlne-M.c: New test.
3062
3063 2002-07-02 Ziemowit Laski <zlaski@apple.com>
3064
3065 * objc.dg/desig-init-1.m: New test.
3066
3067 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3068
3069 PR c++/6716
3070 * g++.dg/template/instantiate1.C: New test.
3071
3072 2002-07-01 Mark Mitchell <mark@codesourcery.com>
3073
3074 PR c++/7112
3075 * g++.dg/template/sizeof2.C: New test.
3076
3077 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
3078
3079 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
3080 gcc.dg/cpp/trad/include.c: New tests.
3081
3082 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
3083
3084 PR target/7177
3085 * gcc.c-torture/compile/20020701-1.c: New test.
3086
3087 2002-07-01 Stan Shebs <shebs@apple.com>
3088
3089 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
3090 header here...
3091 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
3092 (objc-torture-execute): or here.
3093
3094 Mon Jul 1 12:51:05 2002 J"orn Rennecke <joern.rennecke@superh.com>
3095
3096 * gcc.c-torture/execute/arith-rand-ll.c: New test.
3097
3098 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
3099
3100 * gcc.dg/cpp/trad/escaped-nl.c: New test.
3101
3102 2002-06-30 Devang Patel <dpatel@apple.com>
3103
3104 * objc.dg/fsyntax-only.m: New test.
3105
3106 2002-06-27 Mark Mitchell <mark@codesourcery.com>
3107
3108 PR c++/6695
3109 * g++.dg/template/friend7.C: New file.
3110
3111 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
3112
3113 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
3114 return type.
3115
3116 Thu Jun 27 15:23:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
3117
3118 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
3119 avoid division by zero.
3120
3121 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
3122
3123 * gcc.dg/Wunknownprag.c: New tests.
3124
3125 Tue Jun 25 21:50:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
3126
3127 * gcc.c-torture/execute/simd-2.c: New test.
3128
3129 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
3130
3131 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
3132 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
3133 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
3134 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
3135 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
3136 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
3137 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
3138 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
3139 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
3140 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
3141 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
3142 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
3143 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
3144 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
3145 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
3146 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
3147 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
3148
3149 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
3150
3151 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
3152 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
3153 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
3154 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
3155 New tests.
3156 * gcc.dg/cpp/trad/directive.c: Update.
3157
3158 2002-06-23 Andreas Jaeger <aj@suse.de>
3159
3160 * gcc.c-torture/execute/complex-6.c: New.
3161
3162 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
3163
3164 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
3165 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
3166 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
3167 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
3168
3169 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
3170
3171 * gcc.dg/cpp/trad: New directory with traditional tests copied
3172 from parent directory.
3173 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
3174 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
3175 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
3176 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
3177 Move to trad/ and rename.
3178 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
3179 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
3180 gcc.dg/cpp/trad/redef2.c: New tests.
3181 * gcc.dg/cpp/trad/trad.exp: New driver.
3182
3183 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
3184
3185 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
3186 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
3187 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
3188 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
3189 Remove.
3190
3191 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
3192
3193 * gcc.dg/20020620-1.c: New test.
3194
3195 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3196
3197 * g++.dg/template/ttp4.C: New test.
3198
3199 2002-06-19 Jakub Jelinek <jakub@redhat.com>
3200
3201 * g++.dg/opt/vt1.C: Fix regexp.
3202
3203 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3204
3205 * gcc.c-torture/execute/pure-1.c: Make functions static again.
3206 Don't use attribute `noinline'.
3207
3208 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3209
3210 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
3211
3212 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
3213
3214 * gcc.c-torture/execute/simd-1.c: New.
3215
3216 * gcc.dg/simd-1.c: New.
3217
3218 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3219
3220 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
3221
3222 2002-06-16 Richard Henderson <rth@redhat.com>
3223
3224 * g++.dg/ext/anon-struct1.C: New.
3225 * g++.dg/ext/anon-struct2.C: New.
3226 * g++.dg/ext/anon-struct3.C: New.
3227 * gcc.dg/anon-struct-1.c: New.
3228 * gcc.dg/anon-struct-2.c: New.
3229 * gcc.dg/anon-struct-3.c: New.
3230 * gcc.dg/20011008-1.c: Adjust warning text.
3231 * gcc.dg/20020527-1.c: Add -fms-extensions.
3232
3233 2002-06-16 Richard Henderson <rth@redhat.com>
3234
3235 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
3236
3237 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
3238
3239 * gcc.c-torture/execute/20020615-1.c: New test.
3240
3241 2002-06-15 Roger Sayle <roger@eyesopen.com>
3242
3243 * gcc.c-tortuture/execute/compare-1.c: New test case.
3244 * gcc.c-tortuture/execute/compare-2.c: New test case.
3245 * gcc.c-tortuture/execute/compare-3.c: New test case.
3246
3247 2002-06-13 Richard Henderson <rth@redhat.com>
3248
3249 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
3250 ia64 ilp32.
3251
3252 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3253
3254 * g++.dg/template/typename2.C: Update error message.
3255
3256 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
3257
3258 * gcc.c-torture/execute/20020611-1.c: New test.
3259
3260 2002-06-11 Bob Wilson <bob.wilson@acm.org>
3261
3262 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
3263 list of targets to skip.
3264
3265 2002-06-10 Bob Wilson <bob.wilson@acm.org>
3266
3267 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
3268 targets if not optimizing.
3269
3270 2002-06-10 Jakub Jelinek <jakub@redhat.com>
3271
3272 * gcc.c-torture/compile/20020605-1.c: New test.
3273
3274 * g++.dg/opt/vt1.C: New test.
3275
3276 * gcc.dg/20020531-1.c: New test.
3277
3278 * gcc.dg/20020530-1.c: New test.
3279
3280 * gcc.dg/20020527-1.c: New test.
3281
3282 * g++.dg/opt/cse1.C: New test.
3283
3284 2002-06-07 Roger Sayle <roger@eyesopen.com>
3285
3286 * gcc.dg/20020607-2.c: New test case.
3287
3288 2002-06-07 Jakub Jelinek <jakub@redhat.com>
3289
3290 * gcc.c-torture/compile/20020604-1.c: New test.
3291
3292 2002-06-04 Richard Henderson <rth@redhat.com>
3293
3294 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
3295 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
3296 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
3297
3298 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
3299
3300 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
3301
3302 2002-06-03 Richard Henderson <rth@redhat.com>
3303
3304 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
3305 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
3306
3307 2002-06-02 Richard Henderson <rth@redhat.com>
3308
3309 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
3310 test functions static.
3311
3312 2002-06-02 Andreas Jaeger <aj@suse.de>
3313
3314 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
3315 now.
3316
3317 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3318
3319 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
3320 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
3321 Update for mofified diagnostics.
3322 * gcc.dg/c99-intconst-1.c: No longer fail.
3323
3324 2002-06-02 Richard Henderson <rth@redhat.com>
3325
3326 * gcc.dg/uninit-A.c: Remove xfail markers.
3327
3328 2002-06-01 Roger Sayle <roger@eyesopen.com>
3329
3330 * gcc.dg/fnegate-1.c: New test case.
3331
3332 2002-05-30 Osku Salerma <osku@iki.fi>
3333
3334 * gcc.c-torture/execute/mayalias-1.c: New file.
3335
3336 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
3337
3338 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
3339 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
3340 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
3341
3342 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
3343
3344 * gcc.c-torture/execute/20020529-1.c: New test.
3345
3346 2002-05-27 Richard Henderson <rth@redhat.com>
3347
3348 * g++.dg/ext/attrib6.C: New test case.
3349
3350 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3351
3352 * gcc.c-torture/execute/pure-1.c: New test.
3353
3354 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3355
3356 * gcc.dg/cpp/arith-2.c: Remove.
3357
3358 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3359
3360 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
3361 * gcc.dg/cpp/if-3.c: Remove.
3362
3363 2002-05-26 Jakub Jelinek <jakub@redhat.com>
3364
3365 * g++.dg/opt/cse2.C: New test.
3366
3367 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
3368
3369 * gcc.dg/cpp/arith-1.c: New semantic tests.
3370 * gcc.dg/cpp/if-1.c: Update.
3371
3372 2002-05-24 Ben Elliston <bje@redhat.com>
3373
3374 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
3375
3376 2002-05-24 Jakub Jelinek <jakub@redhat.com>
3377
3378 * gcc.dg/verbose-asm.c: New test.
3379
3380 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
3381
3382 * gcc.dg/cpp/paste12.c: New test.
3383
3384 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3385
3386 * g++.dg/parse/named_ops.C: New test.
3387
3388 2002-05-23 Mark Mitchell <mark@codesourcery.com>
3389
3390 * gcc/testsuite/gcc.dg/weak-8.c: New test.
3391
3392 Thu May 23 11:09:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
3393
3394 * gcc.dg/weak-2.c: Allow optional leading underscore
3395 in scan-assembler symbol name.
3396 * gcc.dg/weak-3.c: Likewise.
3397 * gcc.dg/weak-4.c: Likewise.
3398 * gcc.dg/weak-5.c: Likewise.
3399
3400 2002-05-23 Jakub Jelinek <jakub@redhat.com>
3401
3402 * gcc.dg/20020523-1.c: New test.
3403
3404 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3405
3406 * objc.dg/const-str-2.m: Update now that we stop after
3407 a command line error.
3408
3409 2002-05-22 Richard Henderson <rth@redhat.com>
3410
3411 * g++.dg/dg.exp: Fix typo in test pruneing.
3412
3413 2002-05-22 Richard Henderson <rth@redhat.com>
3414
3415 * g++.dg/dg.exp: Prune the tls subdirectory.
3416 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
3417 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
3418 * g++.dg/tls/init-1.C: New.
3419
3420 2002-05-22 Jakub Jelinek <jakub@redhat.com>
3421
3422 * gcc.dg/20020517-1.c: New test.
3423
3424 2002-05-21 Richard Henderson <rth@redhat.com>
3425
3426 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
3427 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
3428
3429 Tue May 21 14:25:32 2002 Brian R. Gaeke <brg@dgate.ORG>
3430
3431 * g++.dg/other/copy2.C: New test.
3432
3433 Mon May 20 10:51:35 2002 J"orn Rennecke <joern.rennecke@superh.com>
3434
3435 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
3436 (MAX_COPY): Bump up to 10 times sizeof (long long).
3437 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
3438
3439 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
3440 sizeof (long long).
3441
3442 * gcc.c-torture/execute/strcpy-1.c: New test.
3443
3444 2002-05-19 Jason Merrill <jason2redhat.com>
3445
3446 * g++.dg/ext/oper1.C: New test.
3447
3448 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
3449 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
3450
3451 * README.QMTEST: New file.
3452
3453 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
3454
3455 2002-05-19 Andreas Jaeger <aj@suse.de>
3456
3457 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
3458 now.
3459 * gcc.c-torture/execute/loop-2d.x: Likewise.
3460
3461 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
3462
3463 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
3464 support weak symbols.
3465 * gcc.dg/weak-4.c: Likewise
3466 * gcc.dg/weak-6.c: Likewise
3467
3468 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
3469
3470 * gcc.dg/weak-3.c: Add dg-excess-error comment for
3471 cygwin, coff and h8300-*-hms targets
3472 * gcc.dg/weak-5.c: Likewise
3473 * gcc.dg/weak-7.c: Likewise
3474
3475 2002-05-16 Jason Merrill <jason@redhat.com>
3476
3477 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
3478 (scan-assembler-not, scan-assembler-dem): Likewise.
3479 (scan-assembler-dem-not): Likewise.
3480
3481 2002-05-15 Richard Henderson <rth@redhat.com>
3482
3483 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
3484
3485 2002-05-15 Richard Henderson <rth@redhat.com>
3486
3487 * gcc.dg/weak-5.c (vfoo1c): No warning here.
3488 (vfoo1f): Warning here.
3489 (vfoo1l): Don't redefine the alias.
3490
3491 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
3492
3493 * g++.dg/init/pm1.C: New test.
3494
3495 2002-05-12 David S. Miller <davem@redhat.com>
3496
3497 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
3498 types.
3499
3500 2002-05-10 Roger Sayle <roger@eyesopen.com>
3501
3502 * gcc.c-torture/execute/20020510-1.c: New test case.
3503
3504 2002-05-10 David S. Miller <davem@redhat.com>
3505
3506 * gcc.c-torture/execute/conversion.c: Test long double too.
3507
3508 2002-05-09 Jakub Jelinek <jakub@redhat.com>
3509
3510 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
3511 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
3512 * lib/g++.exp (g++_link_flags): Likewise.
3513 * lib/objc.exp (objc_target_compile): Likewise.
3514
3515 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
3516
3517 * gcc.dg/cpp/poison.c: Update.
3518 * gcc.dg/cpp/20000625-2.c: Remove.
3519 * gcc.dg/cpp/direct2s.c: Remove final test.
3520
3521 2002-05-08 Tom Rix <trix@redhat.com>
3522
3523 * gcc.c-torture/execute/20020508-1.c: New test.
3524 * gcc.c-torture/execute/20020508-2.c: New test.
3525 * gcc.c-torture/execute/20020508-3.c: New test.
3526
3527 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
3528
3529 * gcc.dg/cpp/charconst-4.c: More tests.
3530
3531 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3532
3533 PR c/6569
3534 * gcc.dg/weak-3.c: Update location of warning messages.
3535 * gcc.dg/weak-5.c: Likewise.
3536
3537 2002-05-06 Roger Sayle <roger@eyesopen.com>
3538
3539 * gcc.c-torture/execute/20020506-1.c: New test case.
3540
3541 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
3542
3543 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
3544
3545 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3546
3547 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
3548
3549 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3550
3551 * gcc.dg/cpp/charconst-3.c: New test.
3552
3553 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
3554
3555 * gcc.dg/cpp/charconst.c: Update tests.
3556
3557 2002-05-05 Tim Josling <tej@melbpc.org.au>
3558
3559 * treelang: Added directory for new sample language treelang. Also
3560 lib/treelang.exp: New file to signal treelang should be tested.
3561
3562 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3563
3564 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
3565 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
3566 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
3567 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
3568 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
3569 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
3570 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
3571
3572 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
3573
3574 * gcc.dg/format/xopen-2.c: New test.
3575
3576 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3577
3578 * gcc.dg/20020503-1.c: New test.
3579
3580 2002-05-02 Mark Mitchell <mark@codesourcery.com>
3581
3582 * g++.dg/init/dtor1.C: Make it tougher.
3583
3584 2002-05-01 Mark Mitchell <mark@codesourcery.com>
3585
3586 * g++.dg/init/dtor1.C: New test.
3587
3588 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
3589
3590 * gcc.dg/altivec-8.c: New.
3591
3592 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
3593
3594 * gcc.dg/altivec-7.c: New.
3595
3596 2002-04-29 Jakub Jelinek <jakub@redhat.com>
3597
3598 * g++.dg/parse/typedef1.C: New test.
3599
3600 2002-04-29 Mark Mitchell <mark@codesourcery.com>
3601
3602 PR c++/6486
3603 * g++.dg/template/friend6.C: New test.
3604
3605 PR c++/6492
3606 * g++.dg/init/copy1.C: New test.
3607
3608 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
3609
3610 * g++.dg/warn/effc1.C: New test.
3611
3612 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
3613
3614 * gcc.dg/cpp/if-cexp.c: Add a test.
3615
3616 2002-04-28 Jakub Jelinek <jakub@redhat.com>
3617
3618 * gcc.dg/20020426-2.c: New test.
3619
3620 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
3621
3622 * gcc.dg/cpp/if-mop.c: Update.
3623 * gcc.dg/cpp/if-mpar.c: Add test.
3624 * gcc.dg/cpp/if-oppr.c: Update.
3625
3626 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3627
3628 PR c/6343
3629 * gcc.dg/weak-[2-7].c: New tests.
3630
3631 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3632
3633 * gcc.dg/enum1.c: New test.
3634
3635 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3636
3637 PR c++/6497
3638 * g++.dg/inherit/access2.C: New test.
3639
3640 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3641
3642 PR bootstrap/6445
3643 * gcc.dg/20020426-1.c: New test.
3644
3645 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3646
3647 * g++.dg/abi/enum1.C: New test.
3648
3649 2002-04-26 Richard Henderson <rth@redhat.com>
3650
3651 * gcc.dg/c99-bool-1.c: Expect always true warning.
3652
3653 2002-04-25 Roger Sayle <roger@eyesopen.com>
3654
3655 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
3656
3657 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3658
3659 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
3660 targets.
3661
3662 2002-04-24 Mark Mitchell <mark@codesourcery.com>
3663
3664 * g++.dg/abi/mange7.C: New test.
3665
3666 PR c++/6438.
3667 * g++.dg/parse/stmtexpr2.C: New test.
3668
3669 Wed Apr 24 21:38:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
3670
3671 * gcc.dg/20020312-2.c: Add SH target.
3672
3673 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3674
3675 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
3676 compiler output on mips*-*-irix*.
3677
3678 2002-04-23 Jakub Jelinek <jakub@redhat.com>
3679
3680 * g++.dg/parse/attr1.C: New test.
3681
3682 2002-04-23 Roger Sayle <roger@eyesopen.com>
3683
3684 * gcc.c-torture/execute/string-opt-17.c: New test case.
3685 * gcc.c-torture/execute/memset-2.c: New test case.
3686
3687 2002-04-23 Mark Mitchell <mark@codesourcery.com>
3688
3689 PR c++/6256:
3690 * g++.dg/template/friend5.C: New test.
3691
3692 PR c++/6331:
3693 * g++.dg/template/qual1.C: Likewise.
3694
3695 2002-04-22 Zack Weinberg <zack@codesourcery.com>
3696
3697 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
3698 Include stdlib.h, not stdio.h or ctype.h.
3699
3700 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
3701
3702 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
3703 cris-*-elf* and mmix-*-*.
3704 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
3705 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
3706 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
3707 Ditto.
3708 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
3709 * gcc.dg/wchar_t-1.c: Ditto.
3710
3711 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
3712
3713 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
3714 Clarify comment.
3715
3716 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
3717
3718 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
3719
3720 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3721
3722 * gcc.c-torture/execute/20000906-1.x: Delete.
3723
3724 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
3725
3726 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
3727
3728 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
3729
3730 * PR6367
3731 * g77.f-torture/execute/6367.f: New test.
3732 * g77.f-torture/execute/6367.x: Disable for MMIX.
3733
3734 2002-04-19 Mark Mitchell <mark@codesourcery.com>
3735
3736 * PR6352
3737 * g++.dg/opt/inline2.C: New test.
3738
3739 2002-04-18 Richard Henderson <rth@redhat.com>
3740
3741 * gcc.dg/20000906-1.c: Enable for all targets.
3742 * gcc.c-torture/compile/iftrap-2.c: New.
3743
3744 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3745
3746 * gcc.dg/20020418-1.c: New test.
3747 * gcc.dg/20020418-2.c: New test.
3748
3749 2002-04-18 Richard Henderson <rth@redhat.com>
3750
3751 * gcc.c-torture/compile/iftrap-1.c: New.
3752 * gcc.dg/iftrap-1.c: Adjust for ia64.
3753 * gcc.dg/iftrap-2.c: New.
3754
3755 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3756
3757 * gcc.c-torture/compile/20020418-1.c: New test.
3758
3759 2002-04-18 Roger Sayle <roger@eyesopen.com>
3760
3761 * gcc.c-torture/compile/20020415-1.c: New.
3762
3763 2002-04-18 David S. Miller <davem@redhat.com>
3764
3765 * gcc.c-torture/execute/20020418-1.c: New test.
3766
3767 2002-04-17 Jakub Jelinek <jakub@redhat.com>
3768
3769 * gcc.dg/20020416-1.c: New test.
3770
3771 * g++.dg/opt/inline1.C: New test.
3772
3773 2002-04-16 Jakub Jelinek <jakub@redhat.com>
3774
3775 * gcc.dg/altivec-5.c: New test.
3776
3777 * gcc.dg/20020415-1.c: New test.
3778
3779 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3780
3781 * testsuite/lib/chill.exp: Remove.
3782
3783 2002-04-14 Jakub Jelinek <jakub@redhat.com>
3784
3785 * g++.dg/other/big-struct.C: New test.
3786
3787 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
3788
3789 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
3790 of scratch file.
3791
3792 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
3793
3794 PR c/6277
3795 * gcc.dg/i386-387-1.c: Allow optional leading underscore
3796 in scan-assembler function name
3797
3798 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
3799
3800 * g77.f-torture/execute/980628-4.x,
3801 g77.f-torture/execute/980628-5.x,
3802 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3803 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3804 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
3805 i[34567]86-*-*.
3806
3807 2002-04-13 David S. Miller <davem@redhat.com>
3808
3809 * gcc.c-torture/execute/20020413-1.c: New test.
3810
3811 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
3812
3813 * gcc.dg/asm-6.c,
3814 * g++.dg/ext/asm1.C: New tests.
3815
3816 2002-04-12 Mark Mitchell <mark@codesourcery.com>
3817
3818 PR c++ 5373.
3819 * g++.dg/parse/stmtexpr1.C: New test.
3820
3821 PR c++/5189.
3822 * g++.dg/template/copy1.C: New test.
3823
3824 2002-04-12 Richard Henderson <rth@redhat.com>
3825
3826 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
3827
3828 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
3829
3830 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
3831 gcc.c-torture/execute/20020307-2.c.
3832
3833 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
3834
3835 * g++.dg/ext/attrib5.C,
3836 * g++.dg/lookup/struct1.C: New tests.
3837
3838 2002-04-11 Jakub Jelinek <jakub@redhat.com>
3839
3840 * gcc.dg/20020411-1.c: New test.
3841
3842 * gcc.c-torture/execute/20020411-1.c: New test.
3843
3844 2002-04-10 Janis Johnson <janis187@us.ibm.com>
3845
3846 * g77.f-torture/execute/6177.f: New test.
3847
3848 2002-04-10 Jakub Jelinek <jakub@redhat.com>
3849
3850 PR middle-end/6247
3851 * g++.dg/opt/cleanup1.C: New test.
3852
3853 * g++.dg/opt/const1.C: New test.
3854
3855 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
3856
3857 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
3858
3859 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
3860
3861 PR c++/5507
3862 * g++.dg/template/typename2.C: New test.
3863
3864 2002-04-10 Alan Modra <amodra@bigpond.net.au>
3865
3866 * gcc.c-torture/execute/loop-12.c: New.
3867
3868 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
3869
3870 * g77.f-torture/execute/980628-4.x,
3871 g77.f-torture/execute/980628-5.x,
3872 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3873 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3874 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
3875
3876 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3877
3878 PR optimization/6086
3879 * g++.dg/opt/preinc1.C: New test.
3880
3881 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3882
3883 PR c++/5571
3884 * g++.dg/opt/static2.C: New test.
3885
3886 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3887
3888 PR c/5120
3889 * gcc.dg/20020406-1.c: New test.
3890
3891 2002-04-04 David S. Miller <davem@redhat.com>
3892
3893 * gcc.c-torture/execute/20020404-1.c: New test.
3894
3895 2002-04-04 Jakub Jelinek <jakub@redhat.com>
3896
3897 PR c/6123
3898 * gcc.dg/20020312-2.c: Do not declare global register variable
3899 if __PIC__ or __pic__ is defined.
3900
3901 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
3902
3903 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
3904 __asm__ so that it works correctly even if -ansi -pedantic-errors.
3905
3906 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3907
3908 * gcc.misc-tests/linkage.exp: Update last change to handle
3909 sparc*-, not just sparc-.
3910
3911 2002-04-03 Richard Henderson <rth@redhat.com>
3912
3913 * gcc.dg/cpp/ucs.c: Improved long UCS test.
3914
3915 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3916
3917 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
3918
3919 2002-04-02 David S. Miller <davem@redhat.com>
3920
3921 * gcc.c-torture/execute/20020402-3.c: New test.
3922
3923 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3924
3925 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
3926 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
3927
3928 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
3929 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
3930 g77.f-torture/execute/20001201.x,
3931 g77.f-torture/execute/u77-test.x: New files.
3932
3933 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
3934 * gcc.dg/wchar_t-1.c: Ditto.
3935
3936 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3937
3938 * gcc.c-torture/execute/20020402-1.c: New test.
3939
3940 2002-04-01 Richard Henderson <rth@redhat.com>
3941
3942 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
3943
3944 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
3945
3946 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3947
3948 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
3949
3950 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3951
3952 * g++.dg/inherit/template-as-base.C: Expect error.
3953 * g++.dg/inherit/namespace-as-base.C: Likewise.
3954
3955 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
3956
3957 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
3958 g++.dg/ext/instantiate3.C: Tweak match patterns.
3959
3960 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
3961 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
3962 -da test.
3963
3964 2002-03-31 Richard Henderson <rth@redhat.com>
3965
3966 * gcc.dg/special/alias-2.c: New.
3967 * gcc.dg/special/ecos.exp: Run it.
3968
3969 2002-03-31 Richard Henderson <rth@redhat.com>
3970
3971 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
3972
3973 2002-03-31 Kazu Hirata <kazu@hxi.com>
3974
3975 * gcc.dg/weak-1.c: Disable on h8300 port.
3976
3977 2002-03-29 Janis Johnson <janis187@us.ibm.com>
3978
3979 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
3980 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
3981 ordering tests.
3982 * g++.dg/bprob/bprob-1.C: New test.
3983 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
3984 * g++.dg/gcov/gcov-1.C: New test.
3985 * g++.dg/gcov/gcov-1.x: New file.
3986 * g++.dg/gcov/gcov-2.C: New test.
3987 * g++.dg/gcov/gcov-3.C: New test.
3988 * g++.dg/gcov/gcov-3.h: New file.
3989
3990 2002-03-28 Roger Sayle <roger@eyesopen.com>
3991
3992 * g++.old-deja/g++.other/builtins5.C: New test.
3993 * g++.old-deja/g++.other/builtins6.C: New test.
3994 * g++.old-deja/g++.other/builtins7.C: New test.
3995 * g++.old-deja/g++.other/builtins8.C: New test.
3996 * g++.old-deja/g++.other/builtins9.C: New test.
3997
3998 2002-03-29 Jakub Jelinek <jakub@redhat.com>
3999
4000 * g++.dg/opt/static1.C: New test.
4001
4002 * g++.dg/opt/longbranch1.C: New test.
4003
4004 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
4005
4006 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
4007
4008 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
4009
4010 Thu Mar 28 16:38:09 2002 Jeffrey A Law (law@redhat.com)
4011
4012 * gcc.c-torture/execute/20020328-1.c: New test.
4013
4014 2002-03-27 Richard Henderson <rth@redhat.com>
4015
4016 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
4017 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
4018 move from g++.old-deja/g++.ext/.
4019
4020 2002-03-27 Mark Mitchell <mark@codesourcery.com>
4021
4022 * g++.dg/init/new2.C: New test.
4023
4024 2002-03-26 Richard Henderson <rth@redhat.com>
4025
4026 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
4027
4028 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
4029 on sparc.
4030
4031 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
4032 sparcv9 systems.
4033 * gcc.dg/20001102-1.c: Likewise.
4034
4035 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
4036
4037 * gcc.dg/cpp/endif-pedantic1.c,
4038 gcc.dg/cpp/endif-pedantic2.c: New tests.
4039
4040 2002-03-26 Mark Mitchell <mark@codesourcery.com>
4041
4042 * g++.dg/init/new1.C: New test.
4043
4044 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
4045
4046 * g++.dg/abi/vbase9.C: New test.
4047
4048 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
4049
4050 * gcc.dg/arm-asm.c: New test.
4051
4052 2002-03-26 Andrew Cagney <ac131313@redhat.com>
4053
4054 * gcc.dg/Wswitch-enum.c: New test.
4055 Fix PR c/5044.
4056
4057 2002-03-26 Richard Henderson <rth@redhat.com>
4058
4059 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
4060 structure.
4061
4062 2002-03-25 Richard Henderson <rth@redhat.com>
4063
4064 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
4065 sparcv9 systems.
4066
4067 * gcc.c-torture/compile/20011119-1.c (xxx): New.
4068 * gcc.c-torture/compile/20011119-2.c (xxx): New.
4069
4070 2002-03-25 Zack Weinberg <zack@codesourcery.com>
4071
4072 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
4073
4074 2002-03-25 Bob Wilson <bob.wilson@acm.org>
4075
4076 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
4077 targets using generic thunk support.
4078
4079 2002-03-25 Jakub Jelinek <jakub@redhat.com>
4080
4081 * gcc.c-torture/compile/20020323-1.c: New test.
4082
4083 * g++.dg/opt/conj2.C: New test.
4084
4085 2002-03-24 Richard Henderson <rth@redhat.com>
4086
4087 * gcc.dg/weak-1.c: Use -fno-common.
4088
4089 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4090
4091 * g77.dg/f77-edit-apostrophe-out.f: New test
4092 * g77.dg/f77-edit-h-out.f: New test
4093 * g77.dg/f77-edit-t-in.f: New test
4094 * g77.dg/f77-edit-t-out.f: New test
4095 * g77.dg/f77-edit-x-out.f: New test
4096 * g77.dg/f77-edit-slash-out.f: New test
4097 * g77.dg/f77-edit-colon-out.f: New test
4098 * g77.dg/f77-edit-s-out.f: New test
4099
4100 2002-03-24 Richard Henderson <rth@redhat.com>
4101
4102 * objc/execute/formal_protocol-6.x: New XFAIL.
4103
4104 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4105
4106 * gcc.dg/weak-1.c: Early return from dg-final on platforms
4107 that do not support weak symbols
4108
4109 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4110
4111 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
4112 * lib/g77.exp: Likewise
4113 * lib/objc.exp: Likewise
4114
4115 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4116
4117 * gcc.dg/Wswitch-default.c: New test.
4118
4119 2002-03-23 Jakub Jelinek <jakub@redhat.com>
4120
4121 * g++.dg/other/enum1.C: New test.
4122
4123 2002-03-23 Zack Weinberg <zack@codesourcery.com>
4124
4125 * gcc.dg/pragma-ep-3.c: Fix typo.
4126
4127 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
4128
4129 * g++.dg/inherit/template-as-base.C: New test.
4130
4131 2002-03-22 Jakub Jelinek <jakub@redhat.com>
4132
4133 * g++.old-deja/g++.other/dwarf2-1.C: Move...
4134 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
4135
4136 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
4137
4138 * gcc.dg/cpp/multiline.c: Update to match.
4139
4140 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
4141
4142 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
4143
4144 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
4145
4146 * gcc.dg/cpp/extratokens2.c: New file.
4147
4148 2002-03-21 David Edelsohn <edelsohn@gnu.org>
4149
4150 * gcc.dg/20020312-2.c: Add rs6000 target.
4151
4152 * gcc.c-torture/compile/20020319-1.c: New test.
4153
4154 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4155
4156 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
4157 (A, E): Handle this.
4158
4159 2002-03-20 Jason Merrill <jason@redhat.com>
4160
4161 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
4162 ignoring -fpic.
4163 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
4164 through prune_gcc_output.
4165
4166 2002-03-20 Jakub Jelinek <jakub@redhat.com>
4167
4168 * gcc.c-torture/compile/20020320-1.c: New test.
4169
4170 2002-03-19 Jakub Jelinek <jakub@redhat.com>
4171
4172 * gcc.c-torture/compile/20020318-1.c: New test.
4173
4174 * gcc.dg/struct-by-value-1.c: New test.
4175
4176 * gcc.dg/20020319-1.c: New test.
4177
4178 2002-03-18 Jakub Jelinek <jakub@redhat.com>
4179
4180 * g++.dg/opt/conj1.C: New test.
4181
4182 2002-03-17 Mark Mitchell <mark@codesourcery.com>
4183
4184 * g++.dg/template/qualttp20.C: Revert previous change.
4185 * g++.dg/template/qualttp3.C: Likewise.
4186 * g++.dg/template/qualttp4.C: Likewise
4187 * g++.dg/template/qualttp5.C: Likewise
4188 * g++.dg/template/qualttp6.C: Likewise
4189 * g++.dg/template/qualttp7.C: Likewise
4190 * g++.dg/template/qualttp8.C: Likewise
4191 * g++.dg/template/recurse.C: Likewise.
4192
4193 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
4194
4195 * gcc.dg/cpp/wchar-1.c: Update.
4196
4197 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
4198
4199 * g++.dg/template/conv1.C: New test.
4200 * g++.dg/template/conv2.C: New test.
4201 * g++.dg/template/conv3.C: New test.
4202 * g++.dg/template/conv4.C: New test.
4203
4204 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4205
4206 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
4207 * g++.dg/template/qualttp3.C: Likewise.
4208 * g++.dg/template/qualttp4.C: Likewise
4209 * g++.dg/template/qualttp5.C: Likewise
4210 * g++.dg/template/qualttp6.C: Likewise
4211 * g++.dg/template/qualttp7.C: Likewise
4212 * g++.dg/template/qualttp8.C: Likewise
4213 * g++.dg/template/recurse.C: Likewise.
4214
4215 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4216
4217 * g++.dg/opt/dtor1.C: New test.
4218
4219 2002-03-15 Jakub Jelinek <jakub@redhat.com>
4220
4221 * gcc.c-torture/compile/20020315-1.c: New test.
4222
4223 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
4224
4225 * gcc.dg/weak-1.c: Fix scan tests.
4226
4227 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
4228
4229 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
4230 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
4231 cris-*-aout* mmix-*-*.
4232 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
4233 cris-*-aout* mmix-*-*.
4234 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
4235 cris-*-elf* cris-*-aout* and mmix-*-*.
4236 * gcc.dg/20001009-1.c: Ditto.
4237 * gcc.dg/20010912-1.c: Ditto.
4238 * gcc.dg/20020122-4.c: Ditto.
4239 * gcc.dg/inline-2.c: Ditto.
4240
4241 Thu Mar 14 14:28:38 2002 Jeffrey A Law (law@cygnus.com)
4242
4243 * gcc.c-torture/compile/20020314-1.c: New test.
4244
4245 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
4246
4247 * gcc.c-torture/execute/20020314-1.c: New test.
4248
4249 2002-03-14 Jakub Jelinek <jakub@redhat.com>
4250
4251 * g++.dg/warn/Wunused-1.C: New test.
4252
4253 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
4254
4255 * g++.dg/abi/mangle6.C: New test.
4256
4257 2002-03-13 Jakub Jelinek <jakub@redhat.com>
4258
4259 * gcc.c-torture/compile/20020309-2.c: New test.
4260
4261 * gcc.c-torture/compile/20020312-1.c: New test.
4262
4263 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
4264
4265 * g++.dg/other/access1.C: New test.
4266
4267 2002-03-12 Jakub Jelinek <jakub@redhat.com>
4268
4269 * gcc.c-torture/execute/wchar_t-1.c: New test.
4270
4271 2002-03-12 David Edelsohn <edelsohn@gnu.org>
4272
4273 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
4274
4275 2002-03-12 Roger Sayle <roger@eyesopen.com>
4276
4277 * gcc.dg/20020312-1.c: New test case.
4278
4279 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
4280
4281 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
4282
4283 2002-03-11 Richard Henderson <rth@redhat.com>
4284
4285 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
4286 * g++.old-deja/g++.jason/report.C: Likewise.
4287
4288 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4289
4290 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
4291 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
4292
4293 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4294
4295 * testsuite/g++.dg/overload/pmf1.C: New test.
4296
4297 2002-03-11 Kazu Hirata <kazu@hxi.com>
4298
4299 * gcc.c-torture/execute/20020307-1.c: Use long.
4300
4301 2002-03-11 Jakub Jelinek <jakub@redhat.com>
4302
4303 PR optimization/5844
4304 * gcc.dg/20020310-1.c: New test.
4305
4306 2002-03-09 Michael Meissner <meissner@redhat.com>
4307
4308 * gcc.c-torture/execute/memcpy-2.c: New test.
4309 * gcc.c-torture/execute/memset-1.c: New test.
4310 * gcc.c-torture/execute/strlen-1.c: New test.
4311 * gcc.c-torture/execute/strcmp-1.c: New test.
4312 * gcc.c-torture/execute/strncmp-1.c: New test.
4313
4314 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
4315
4316 * gcc.dg/ppc-ldstruct.c: New test.
4317
4318 2002-03-09 Jakub Jelinek <jakub@redhat.com>
4319
4320 * gcc.c-torture/execute/va-arg-22.c: New test.
4321
4322 Sat Mar 9 07:47:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4323
4324 * gcc.c-torture/compile/20020309-1.c: New test.
4325
4326 2002-03-08 Jakub Jelinek <jakub@redhat.com>
4327
4328 * gcc.c-torture/execute/20020307-2.c: New test.
4329
4330 Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
4331
4332 * g77.f-torture/compile/20020307-1.f: New test.
4333
4334 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
4335
4336 * gcc.dg/unordered-1.c: New test.
4337
4338 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4339
4340 * gcc.c-torture/execute/20020307-1.c: New test.
4341
4342 2002-03-05 Jakub Jelinek <jakub@redhat.com>
4343
4344 * gcc.dg/20020304-1.c: New test.
4345
4346 * gcc.c-torture/compile/20020304-2.c: New test.
4347
4348 2002-03-04 Zack Weinberg <zack@codesourcery.com>
4349
4350 * gcc.c-torture/compile/20020304-1.c: New test case
4351 (from PR c/5830).
4352
4353 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
4354
4355 * gcc.dg/20020103-1.c: Add other -D ppc variants.
4356
4357 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
4358
4359 * g++.dg/other/classkey1.C: New test.
4360
4361 2002-03-01 Richard Henderson <rth@redhat.com>
4362
4363 * gcc.c-torture/compile/981223-1.x: New.
4364 * gcc.c-torture/compile/920625-1.x: New.
4365
4366 2002-02-28 Richard Henderson <rth@redhat.com>
4367
4368 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
4369
4370 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
4371
4372 * gcc.c-torture/execute/20020227-1.c: New test.
4373
4374 2002-02-27 Mark Mitchell <mark@codesourcery.com>
4375
4376 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
4377 here" ERROR lines.
4378 * g++.old-deja/g++.oliva/partord1.C: Likewise.
4379 * g++.old-deja.g++.other/defarg1.C: Likewise.
4380 * g++.old-deja/g++.pt/calls2.C: Likewise.
4381 * g++.old-deja/g++.pt/crash20.C: Likewise.
4382 * g++.old-deja/g++.pt/crash30.C: Likewise.
4383 * g++.old-deja/g++.pt/crash36.C: Likewise.
4384 * g++.old-deja/g++.pt/crash6.C: Likewise.
4385 * g++.old-deja/g++.pt/defarg13.C: Likewise.
4386 * g++.old-deja/g++.pt/derived3.C: Likewise.
4387 * g++.old-deja/g++.pt/error1.C: Likewise.
4388 * g++.old-deja/g++.pt/friend21.C: Likewise.
4389 * g++.old-deja/g++.pt/friend23.C: Likewise.
4390 * g++.old-deja/g++.pt/infinite1.C: Likewise.
4391 * g++.old-deja/g++.robertl/eb128.C: Likewise.
4392
4393 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
4394
4395 * gcc.c-torture/execute/20020225-2.c: New test.
4396
4397 2002-02-27 Zack Weinberg <zack@codesourcery.com>
4398
4399 * gcc.c-torture/execute/920730-1t.c,
4400 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
4401 Delete test cases, only relevant to -traditional.
4402
4403 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
4404
4405 * gcc.dg/cpp/undef1.c: Remove.
4406 * gcc.dg/cpp/directiv.c: Update.
4407 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
4408
4409 2002-02-27 Michael Meissner <meissner@redhat.com>
4410
4411 * gcc.c-torture/execute/20020226-1.c: New test.
4412
4413 2002-02-26 Jakub Jelinek <jakub@redhat.com>
4414
4415 * g++.dg/debug/debug4.C: New test.
4416
4417 * gcc.dg/ia64-visibility-1.c: New test.
4418
4419 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
4420
4421 * gcc.dg/debug/20020224-1.c: New.
4422
4423 2002-02-25 Kazu Hirata <kazu@hxi.com>
4424
4425 * gcc.c-torture/execute/960416-1.x: New.
4426 * gcc.c-torture/execute/divconst-3.x: Likewise.
4427
4428 2002-02-25 Jakub Jelinek <jakub@redhat.com>
4429
4430 * gcc.dg/20020224-1.c: New test.
4431
4432 2002-02-25 Alan Modra <amodra@bigpond.net.au>
4433
4434 * gcc.c-torture/execute/20020225-1.c: New.
4435
4436 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
4437
4438 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
4439
4440 2002-02-23 Jakub Jelinek <jakub@redhat.com>
4441
4442 * gcc.dg/20020222-1.c: New test.
4443
4444 2002-02-22 Jakub Jelinek <jakub@redhat.com>
4445
4446 * g++.dg/opt/anonunion1.C: New test.
4447
4448 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
4449
4450 * g++.dg/template/qualttp19.C: New test.
4451 * g++.dg/template/qualttp20.C: New test.
4452 * g++.old-deja/g++.jason/report.C: Adjust expected errors
4453 * g++.old-deja/g++.other/qual1.C: Likewise.
4454
4455 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
4456
4457 * gcc.dg/attr-alwaysinline.c: New.
4458
4459 2002-02-21 Jakub Jelinek <jakub@redhat.com>
4460
4461 * gcc.dg/20020220-1.c: New test.
4462
4463 * gcc.dg/20020220-2.c: New test.
4464
4465 * g++.dg/opt/mmx1.C: New test.
4466
4467 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
4468
4469 * gcc.c-torture/compile/20020110.c: New test.
4470
4471 2002-02-20 Jakub Jelinek <jakub@redhat.com>
4472
4473 * gcc.c-torture/execute/20020219-1.c: New test.
4474
4475 * gcc.dg/20020219-1.c: New test.
4476
4477 * gcc.dg/noncompile/20020220-1.c: New test.
4478
4479 * g++.dg/opt/ptrintsum1.C: New test.
4480
4481 * gcc.dg/debug/20020220-1.c: New test.
4482
4483 2002-02-17 Jakub Jelinek <jakub@redhat.com>
4484
4485 * gcc.c-torture/execute/20020216-1.c: New test.
4486
4487 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
4488
4489 * gcc.dg/decl-1.c: Update, new test.
4490
4491 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
4492
4493 * g++.dg/abi/bitfield1.C: New test.
4494 * g++.dg/abi/bitfield2.C: New test.
4495
4496 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4497
4498 * gcc.dg/attr-nest.c: New test.
4499
4500 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4501
4502 * gcc.c-torture/execute/20020215-1.c: New test.
4503
4504 2002-02-14 Jakub Jelinek <jakub@redhat.com>
4505
4506 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
4507 * g++.dg/debug/debug.exp: New.
4508 * g++.dg/debug/trivial.C: New.
4509 * g++.dg/debug/debug1.C: Moved...
4510 * g++.dg/other/debug1.C: ...from here.
4511 * g++.dg/debug/debug2.C: Moved...
4512 * g++.dg/other/debug2.C: ...from here.
4513 * g++.dg/debug/debug3.C: Moved...
4514 * g++.dg/other/debug3.C: ...from here.
4515
4516 * gcc.dg/noncompile/20020213-1.c: New test.
4517
4518 2002-02-13 Jakub Jelinek <jakub@redhat.com>
4519
4520 * g++.dg/other/debug3.C: New test.
4521
4522 * gcc.c-torture/execute/20020213-1.c: New test.
4523
4524 2002-02-13 Richard Smith <richard@ex-parrot.com>
4525
4526 * g++.old-deja/g++.other/thunk1.C: New test.
4527
4528 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4529
4530 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
4531
4532 2002-02-13 Stan Shebs <shebs@apple.com>
4533
4534 * gcc.dg/altivec-3.c: New.
4535
4536 2002-02-12 Jakub Jelinek <jakub@redhat.com>
4537
4538 * gcc.dg/Wunreachable-1.c: New test.
4539 * gcc.dg/Wunreachable-2.c: New test.
4540
4541 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
4542
4543 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
4544
4545 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
4546
4547 * gcc.dg/decl-1.c: New test.
4548
4549 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4550
4551 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
4552
4553 2002-02-10 Kazu Hirata <kazu@hxi.com>
4554
4555 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
4556 * gcc.c-torture/compile/980506-1.x: Likewise.
4557
4558 2002-02-10 Kazu Hirata <kazu@hxi.com>
4559
4560 * gcc.dg/20020210-1.c: New.
4561
4562 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
4563
4564 * g77.f-torture/execute/947.f: New regression test
4565 for PR fortran/947.
4566
4567 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
4568
4569 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
4570 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
4571
4572 2002-02-08 Richard Henderson <rth@redhat.com>
4573
4574 * gcc.c-torture/compile/labels-3.c: New.
4575
4576 2002-02-08 Jakub Jelinek <jakub@redhat.com>
4577
4578 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
4579 expression statements work instead.
4580 * gcc.dg/noncompile/20020207-1.c: New test.
4581
4582 2002-02-07 Richard Henderson <rth@redhat.com>
4583
4584 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
4585
4586 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4587
4588 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
4589 message from g77
4590 * lib/g77-dg.exp: Trim g77 error messages so that they are
4591 recognized by dg.exp.
4592
4593 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4594
4595 PR fortran/5473
4596 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
4597
4598 2002-02-07 Richard Henderson <rth@redhat.com>
4599
4600 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
4601 to be sufficiently aligned for integers.
4602
4603 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
4604
4605 * g++.dg/template/friend4.C: New test.
4606
4607 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4608
4609 PR fortran/5743
4610 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
4611 unsupported cases.
4612
4613 2002-02-07 Richard Henderson <rth@redhat.com>
4614
4615 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
4616 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
4617 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
4618 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
4619
4620 2002-02-06 Richard Henderson <rth@redhat.com>
4621
4622 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
4623
4624 2002-02-06 Janis Johnson <janis187@us.ibm.com>
4625
4626 * gcc.dg/20020206-1.c: New test.
4627
4628 2002-02-06 Jakub Jelinek <jakub@redhat.com>
4629
4630 * gcc.c-torture/execute/20020206-1.c: New test.
4631
4632 * gcc.c-torture/execute/20020206-2.c: New test.
4633
4634 PR optimization/5429:
4635 * gcc.c-torture/compile/20020206-1.c: New test.
4636
4637 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4638
4639 * g++.dg/ext/align1.C: Do not use an explicit alignment value
4640 as certain file formats cannot support particularly large
4641 alignments.
4642
4643 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
4644 and do not expect to be able to link the executable.
4645
4646 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
4647 fail because the COFF format does not support the weak attribute.
4648
4649 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
4650
4651 * g77.dg/pr5473.f: New test
4652
4653 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
4654
4655 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
4656 Fix testcase accordingly.
4657
4658 2002-02-04 Richard Henderson <rth@redhat.com>
4659
4660 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
4661 (buf): Change to be an array of pointers, not ints.
4662
4663 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4664
4665 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
4666 before all tests. Move warning one line above to match where it
4667 C frontend emits.
4668 * gcc.dg/Wswitch-2.c: New test.
4669 * g++.dg/warn/Wswitch-1.C: New test.
4670 * g++.dg/warn/Wswitch-2.C: New test.
4671
4672 2002-02-04 Richard Henderson <rth@redhat.com>
4673
4674 * g++.dg/abi/offsetof.C: Fix size comparison.
4675
4676 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
4677
4678 * gcc.dg/cast-qual-2.c: New test.
4679
4680 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4681
4682 * gcc.dg/20020201-4.c: New test.
4683
4684 2002-02-04 Ben Elliston <bje@redhat.com>
4685
4686 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
4687 target_info attribute != 0, in addition to the empty string.
4688 (gcc_target_compile): Likewise.
4689
4690 2002-02-03 Andrew Cagney <ac131313@redhat.com>
4691
4692 * gcc.dg/Wswitch.c: New test.
4693 PR gcc/4475. PR gcc/3780.
4694
4695 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
4696
4697 * g77.f-torture/execute/5122.f: New test for regressions
4698 against PR fortran/5122.
4699
4700 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
4701
4702 * g77.f-torture/compile/pr3743.f: Delete
4703 * g77.dg/pr3743-1.f: New test.
4704 * g77.dg/pr3743-2.f: New test.
4705 * g77.dg/pr3743-3.f: New test.
4706 * g77.dg/pr3743-4.f: New test.
4707
4708 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4709
4710 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
4711
4712 2002-02-02 Richard Henderson <rth@redhat.com>
4713
4714 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
4715 * gcc.c-torture/execute/bf64-1.c: Likewise.
4716
4717 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4718
4719 * gcc.dg/20020201-2.c: New test.
4720
4721 * gcc.dg/20020201-3.c: New test.
4722
4723 * gcc.c-torture/execute/bitfld-2.c: New test.
4724
4725 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4726
4727 * gcc.dg/bitfld-1.c: Update.
4728 * gcc.dg/bitfld-2.c: Update.
4729 * gcc.c-torture/execute/bitfld-1.x: New.
4730
4731 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4732
4733 * gcc.c-torture/execute/20020201-1.c: New test.
4734
4735 2002-02-01 Janis Johnson <janis187@us.ibm.com>
4736
4737 PR target/5469
4738 * gcc.dg/20020201-1.c: New test.
4739
4740 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
4741
4742 PR fortran/3743
4743 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
4744 * g77.f-torture/compile/pr3743.x: Remove
4745
4746 2002-01-31 Tom Rix <trix@redhat.com>
4747
4748 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
4749
4750 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
4751
4752 * gcc.dg/noncompile/20020130-1.c: New test.
4753
4754 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
4755
4756 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
4757
4758 2002-01-29 Richard Henderson <rth@redhat.com>
4759
4760 * gcc.c-torture/execute/991118-1.c: Cast various constants back
4761 to long long.
4762 * gcc.c-torture/execute/bf64-1.c: Likewise.
4763
4764 2002-01-29 Jakub Jelinek <jakub@redhat.com>
4765
4766 * gcc.c-torture/execute/20020129-1.c: New test.
4767
4768 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
4769
4770 * gcc.c-torture/compile/20000224-1.c: Update.
4771 * gcc.c-torture/execute/bitfld-1.c: New tests.
4772 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
4773 * gcc.dg/uninit-A.c: Update.
4774
4775 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
4776
4777 * g++.dg/template/ctor1.C: Add instantiation.
4778
4779 2002-01-28 Paul Koning <pkoning@equallogic.com>
4780
4781 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
4782 argument to __builtin_prefetch to be const ptr.
4783
4784 2002-01-28 Jakub Jelinek <jakub@redhat.com>
4785
4786 * gcc.c-torture/compile/20020120-1.c: New test.
4787
4788 2002-01-27 Kazu Hirata <kazu@hxi.com>
4789
4790 * gcc.c-torture/execute/20020127-1.c: New test.
4791
4792 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
4793
4794 * g77.dg/f77-edit-i-in.f: New test
4795 * g77.dg/f77-edit-i-out.f: New test
4796
4797 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
4798
4799 * gcc.dg/debug/debug.exp: New file.
4800 * gcc.dg/debug/trivial.c: New file.
4801 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
4802 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
4803 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
4804 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
4805 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
4806 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
4807 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
4808 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
4809 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
4810 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
4811 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
4812 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
4813 * gcc.dg/20000503-1.c: Removed.
4814 * gcc.dg/20010207-1.c: Removed.
4815 * gcc.dg/20011223-1.c: Removed.
4816 * gcc.dg/20020104-2.c: Removed.
4817 * gcc.dg/debug-1.c: Removed.
4818 * gcc.dg/debug-2.c: Removed.
4819 * gcc.dg/debug-3.c: Removed.
4820 * gcc.dg/debug-4.c: Removed.
4821 * gcc.dg/debug-5.c: Removed.
4822 * gcc.dg/debug-6.c: Removed.
4823 * gcc.dg/dwarf2-1.c: Removed.
4824 * gcc.dg/dwarf2-2.c: Removed.
4825
4826 2002-01-25 Jakub Jelinek <jakub@redhat.com>
4827
4828 * g++.old-deja/g++.other/eh5.C: New test.
4829 * g++.old-deja/g++.other/sibcall2.C: New test.
4830 * g++.old-deja/g++.other/array9.C: New test.
4831 * g++.old-deja/g++.other/typename2.C: New test.
4832 * g++.old-deja/g++.other/crash60.C: New test.
4833 * g++.old-deja/g++.other/conv9.C: New test.
4834 * g++.old-deja/g++.other/mangle10.C: New test.
4835 * g++.old-deja/g++.other/unchanging1.C: New test.
4836 * g++.old-deja/g++.other/exprstmt1.C: New test.
4837 * g++.old-deja/g++.other/inline23.C: New test.
4838 * g++.old-deja/g++.eh/ia64-1.C: New test.
4839 * g++.old-deja/g++.other/dwarf2-1.C: New test.
4840 * g++.old-deja/g++.other/reload1.C: New test.
4841 * g++.old-deja/g++.other/static20.C: New test.
4842 * g++.old-deja/g++.other/local-alloc1.C: New test.
4843 * g++.old-deja/g++.other/conv8.C: New test.
4844 * g++.old-deja/g++.other/stmtexpr2.C: New test.
4845 * g++.old-deja/g++.other/storeexpr1.C: New test.
4846 * g++.old-deja/g++.other/storeexpr2.C: New test.
4847 * g++.dg/eh/template2.C: New test.
4848 * g++.dg/warn/weak1.C: New test.
4849
4850 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
4851
4852 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4853 Remove first, non-varying, argument.
4854
4855 2002-01-23 Richard Henderson <rth@redhat.com>
4856
4857 * gcc.dg/inline-2.c: New.
4858
4859 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
4860 Add optional target arg. Check number of arguments.
4861 (scan-assembler-not, scan-assembler-dem): Likewise.
4862 (scan-assembler-dem-not): Likewise.
4863
4864 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4865
4866 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
4867 line 12.
4868 * g++.old-deja/g++.brendan/parse3.C,
4869 g++.old-deja/g++.other/crash26.C,
4870 g++.old-deja/g++.other/crash28.C,
4871 g++.old-deja/g++.other/crash29.C,
4872 g++.old-deja/g++.other/crash30.C,
4873 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
4874
4875 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
4876
4877 * gcc.dg/20020115-1.c: New.
4878
4879 2002-01-23 Bob Wilson <bob.wilson@acm.org>
4880
4881 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
4882
4883 2002-01-23 Janis Johnson <janis187@us.ibm.com>
4884
4885 * gcc.dg/20020122-3.c: New.
4886
4887 2002-01-23 Jakub Jelinek <jakub@redhat.com>
4888
4889 * g++.dg/other/gc1.C: New test.
4890
4891 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4892
4893 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
4894
4895 2002-01-22 Richard Henderson <rth@redhat.com>
4896
4897 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
4898
4899 2002-01-22 Richard Henderson <rth@redhat.com>
4900
4901 * gcc.dg/20020122-4.c: New.
4902
4903 2002-01-22 H.J. Lu <hjl@gnu.org>
4904
4905 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
4906 link output.
4907 * gcc.dg/special/ecos.exp: Likewise.
4908 * lib/g++-dg.exp: Likewise.
4909 * lib/g77-dg.exp: Likewise.
4910 * lib/gcc-dg.exp : Likewise.
4911 * lib/mike-g++.exp: Likewise.
4912 * lib/mike-g77.exp: Likewise.
4913 * lib/mike-gcc.exp: Likewise.
4914 * lib/objc-dg.exp: Likewise.
4915
4916 2002-01-22 Janis Johnson <janis187@us.ibm.com>
4917
4918 PR target/5379
4919 * gcc.dg/20020122-2.c: New test.
4920
4921 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
4922
4923 * gcc.dg/20020122-1.c: New test.
4924
4925 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
4926
4927 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
4928
4929 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
4930
4931 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
4932
4933 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4934
4935 * gcc.c-torture/compile/20020121-1.c: New test.
4936
4937 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
4938
4939 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
4940 ld_library_path.
4941
4942 2002-01-21 Jakub Jelinek <jakub@redhat.com>
4943
4944 * gcc.dg/20020218-1.c: New test.
4945
4946 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
4947
4948 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
4949 messages
4950 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
4951 "At global scope" warning
4952 * g++.dg/ext/align1.C: Change cygwin test for alignment
4953 from db-bogus to dg-warning
4954
4955 2002-01-21 Zack Weinberg <zack@codesourcery.com>
4956
4957 * g77.f-torture/compile/cpp2.F: New test.
4958
4959 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
4960
4961 * g++.dg/template/access1.C: New test.
4962
4963 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
4964
4965 * gcc.dg/20020118-1.c: New.
4966
4967 2002-01-18 Kazu Hirata <kazu@hxi.com>
4968
4969 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
4970
4971 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4972
4973 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
4974 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
4975 alignment warnings.
4976
4977 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4978
4979 * gcc.misc-tests/i386-prefetch.exp: Save and restore
4980 torture_with_loops and torture_without_loops
4981
4982 2002-01-17 Jakub Jelinek <jakub@redhat.com>
4983
4984 * gcc.c-torture/compile/20020116-1.c: New test.
4985
4986 2002-01-16 Jakub Jelinek <jakub@redhat.com>
4987
4988 * gcc.dg/20020116-2.c: New test.
4989
4990 * gcc.dg/ultrasp4.c: New test.
4991
4992 * gcc.dg/20020116-1.c: New test.
4993
4994 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
4995
4996 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
4997 by EABI.
4998
4999 2002-01-15 Janis Johnson <janis187@us.ibm.com>
5000
5001 * gcc.misc-tests/i386-prefetch.exp: New.
5002 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
5003 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
5004 * gcc.misc-tests/i386-pf-none-1.c: New test.
5005 * gcc.misc-tests/i386-pf-sse-1.c: New test.
5006
5007 2002-01-15 Jakub Jelinek <jakub@redhat.com>
5008
5009 * gcc.dg/gnu89-init-1.c: Add new tests.
5010
5011 2002-01-15 Andreas Jaeger <aj@suse.de>
5012
5013 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
5014 * gcc.dg/i386-mmx-2.c: Likewise.
5015 * gcc.dg/i386-sse-1.c: Likewise.
5016 * gcc.dg/i386-sse-2.c: Likewise.
5017 * gcc.dg/i386-sse-3.c: Likewise.
5018
5019 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
5020
5021 * g77.f-torture/execute/intrinsic-unix-bessel.f:
5022 Uncomment additional cases that now pass.
5023
5024 2002-01-11 Richard Henderson <rth@redhat.com>
5025
5026 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
5027 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
5028
5029 Fri Jan 11 12:13:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
5030
5031 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
5032
5033 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
5034
5035 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
5036 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
5037
5038 2002-01-10 Dale Johannesen <dalej@apple.com>
5039
5040 * gcc.c-torture/execute/loop-11.c: New.
5041
5042 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
5043
5044 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
5045 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
5046
5047 2002-01-09 Richard Henderson <rth@redhat.com>
5048
5049 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
5050 type in which to perform the operation for each size.
5051
5052 Wed Jan 9 16:48:33 2002 Alan Matsuoka (alanm@redhat.com)
5053
5054 * gcc.c-torture/compile/20020109-2.c: New test.
5055
5056 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
5057
5058 * gcc.c-torture/execute/loop-10.c: New test.
5059
5060 2002-01-09 Jakub Jelinek <jakub@redhat.com>
5061
5062 * gcc.c-torture/compile/20010226-1.c: New test.
5063 * gcc.c-torture/compile/20010227-1.c: New test.
5064 * gcc.c-torture/compile/20010426-1.c: New test.
5065 * gcc.c-torture/compile/20010510-1.c: New test.
5066 * gcc.c-torture/compile/20010605-3.c: New test.
5067 * gcc.c-torture/compile/20010824-1.c: New test.
5068 * gcc.c-torture/execute/20010409-1.c: New test.
5069 * gcc.dg/noncompile/20000901-1.c: New test.
5070 * gcc.dg/20001023-1.c: New test.
5071 * gcc.dg/20001101-1.c: New test.
5072 * gcc.dg/20001102-1.c: New test.
5073 * gcc.dg/20010207-1.c: New test.
5074 * gcc.dg/20010405-1.c: New test.
5075 * gcc.dg/20010822-1.c: New test.
5076 * gcc.dg/20011107-1.c: New test.
5077
5078 Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com)
5079
5080 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
5081
5082 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
5083 execution failure on PA targets.
5084
5085 2002-01-09 Jakub Jelinek <jakub@redhat.com>
5086
5087 * gcc.c-torture/compile/20020109-1.c: New test.
5088
5089 2002-01-08 Kazu Hirata <kazu@hxi.com>
5090
5091 * gcc.c-torture/execute/20020108-1.c: New test.
5092
5093 2002-01-08 Jakub Jelinek <jakub@redhat.com>
5094
5095 * gcc.dg/20020108-1.c: New test.
5096
5097 2002-01-08 H.J. Lu <hjl@gnu.org>
5098
5099 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
5100 for header files.
5101
5102 2002-01-08 Geoff Keating <geoffk@redhat.com>
5103
5104 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
5105 consistency.
5106
5107 002-01-07 Aldy Hernandez <aldyh@redhat.com>
5108
5109 * gcc.dg/altivec-4.c: Test altivec predicates.
5110
5111 2002-01-07 Jakub Jelinek <jakub@redhat.com>
5112
5113 * gcc.c-torture/execute/20020107-1.c: New test.
5114
5115 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
5116
5117 PR c/5279
5118 * gcc.c-torture/compile/20020106-1.c: New test.
5119
5120 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
5121
5122 * gcc.c-torture/execute/nestfunc-4.c: New test.
5123
5124 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
5125
5126 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
5127 extra triple that slipped in.
5128 * g++.old-deja/g++.abi/align.C: Likewise.
5129 * g++.old-deja/g++.abi/bitfields.C: Likewise.
5130
5131 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
5132
5133 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
5134 * g++.old-deja/g++.abi/align.C: Likewise.
5135 * g++.old-deja/g++.abi/bitfields.C: Likewise.
5136
5137 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
5138 on FreeBSD/i386.
5139 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
5140 FreeBSD.
5141
5142 2002-01-04 Jakub Jelinek <jakub@redhat.com>
5143
5144 * gcc.dg/20020104-1.c: New test.
5145
5146 * gcc.dg/20020104-2.c: New test.
5147
5148 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
5149
5150 * gcc.dg/20020103-1.c: Fix typo in target selector.
5151
5152 2002-01-03 Richard Henderson <rth@redhat.com>
5153
5154 * gcc.dg/20020103-1.c: New.
5155
5156 2002-01-03 Kazu Hirata <kazu@hxi.com>
5157
5158 * gcc.c-torture/execute/20020103-1.c: New test.
5159
5160 2002-01-03 Jakub Jelinek <jakub@redhat.com>
5161
5162 * g++.dg/other/debug2.C: New test.
5163
5164 * gcc.c-torture/compile/20020103-1.c: New test.
5165
5166 2002-01-02 Jakub Jelinek <jakub@redhat.com>
5167
5168 * gcc.dg/gnu89-init-1.c: Added new tests.
5169
5170 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5171
5172 * g++.dg/template/friend2.C: Remove as patch is reverted.
5173
5174 * g++.dg/warn/oldcast1.C: New test.
5175
5176 * g++.dg/template/ptrmem1.C: New test.
5177 * g++.dg/template/ptrmem2.C: New test.
5178
5179 * g++.dg/template/ntp.C: New test.
5180
5181 * g++.dg/other/component1.C: New test.
5182
5183 * g++.dg/template/ttp3.C: New test.
5184
5185 * g++.dg/template/friend2.C: New test.
5186 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
5187
5188 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5189
5190 * g++.dg/other/ptrmem1.C: New test.
5191 * g++.dg/other/ptrmem2.C: New test.
5192
5193 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5194
5195 * g++.dg/template/ctor1.C: New test.
5196
5197 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5198
5199 * g++.dg/template/friend2.C: New test.
5200
5201 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
5202
5203 * gcc.dg/mmix-1.c: New test.
5204
5205 2001-12-31 Richard Henderson <rth@redhat.com>
5206
5207 * gcc.dg/asm-5.c: New.
5208
5209 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
5210
5211 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
5212 in namespace __gnu_cxx
5213
5214 2001-12-30 Richard Henderson <rth@redhat.com>
5215
5216 * gcc.dg/debug-6.c: New.
5217
5218 2001-12-30 Jakub Jelinek <jakub@redhat.com>
5219
5220 * gcc.c-torture/compile/20011229-2.c: New test.
5221
5222 2001-12-29 Jakub Jelinek <jakub@redhat.com>
5223
5224 * gcc.dg/debug-3.c: New test.
5225 * gcc.dg/debug-4.c: New test.
5226 * gcc.dg/debug-5.c: New test.
5227
5228 2001-12-29 Richard Henderson <rth@redhat.com>
5229
5230 * g++.dg/eh/loop1.C: New.
5231
5232 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5233
5234 * g++.dg/template/crash1.C: New test.
5235
5236 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5237
5238 * g++.dg/other/const1.C: New test.
5239
5240 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
5241
5242 * gcc.c-torture/compile/20011229-1.c: New test.
5243
5244 2001-12-28 Stan Shebs <shebs@apple.com>
5245
5246 * lib/objc-torture.exp: Resync with c-torture.exp.
5247 * lib/objc.exp: Load standard libraries.
5248
5249 2001-12-28 Jakub Jelinek <jakub@redhat.com>
5250
5251 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
5252 additional tests.
5253
5254 2001-12-27 Roger Sayle <roger@eyesopen.com>
5255
5256 * gcc.c-torture/execute/string-opt-16.c: New testcase.
5257
5258 2001-12-27 Richard Henderson <rth@redhat.com>
5259
5260 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
5261
5262 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
5263
5264 * g++.dg/eh/ctor1.C: New test.
5265 * g++.dg/other/error2.C: New test.
5266
5267 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
5268
5269 * g++.dg/other/init2.C: New test.
5270
5271 2001-12-24 Richard Henderson <rth@redhat.com>
5272
5273 * gcc.dg/20011223-1.c: New.
5274 * gcc.dg/inline-1.c: New.
5275
5276 2001-12-23 Richard Henderson <rth@redhat.com>
5277
5278 * gcc.dg/asm-4.c: Test operand modifiers.
5279
5280 2001-12-23 Richard Henderson <rth@redhat.com>
5281
5282 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
5283
5284 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
5285
5286 * gcc.c-torture/execute/20011223-1.c: New test.
5287
5288 2001-12-21 Richard Henderson <rth@redhat.com>
5289
5290 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
5291 re-enables the warning.
5292
5293 2001-12-21 Richard Henderson <rth@redhat.com>
5294
5295 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
5296
5297 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5298
5299 * gcc.c-torture/compile/20011218-1.c: New test.
5300
5301 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
5302
5303 * gcc.misc-test/arm-isr.exp: New file. Control running of the
5304 arm-isr.c test.
5305 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
5306 epilogue generation for ARM ISR routines.
5307
5308 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5309
5310 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
5311 * gcc.dg/format/c90-printf-3.c: Likewise.
5312 * gcc.dg/format/c99-printf-3.c: Likewise.
5313 * gcc.dg/format/ext-1.c: Likewise.
5314 * gcc.dg/format/ext-6.c: Likewise.
5315 * gcc.dg/format/format.h: Prototype unlocked stdio.
5316
5317 2001-12-20 Richard Henderson <rth@redhat.com>
5318
5319 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
5320 (arena): Use it.
5321 (malloc): Correct allocation logic. Abort if we fill up the
5322 arena before initialization complete.
5323 (realloc): Correct allocation logic.
5324
5325 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5326
5327 * gcc.c-torture/compile/20011219-2.c: New test.
5328
5329 * gcc.c-torture/execute/20011219-1.c: New test.
5330
5331 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
5332
5333 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
5334 target does not support weak symbols.
5335
5336 2001-12-19 Jakub Jelinek <jakub@redhat.com>
5337
5338 * gcc.c-torture/compile/20011219-1.c: New test.
5339
5340 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
5341
5342 * g++.dg/other/error1.C: New test.
5343
5344 Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
5345
5346 * gcc.c-torture/execute/20011217-1.c: New test.
5347
5348 Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
5349
5350 * objc.dg/special/: New directory.
5351 * objc.dg/special/special.exp: New file.
5352 * objc.dg/special/unclaimed-category-1.h: New file.
5353 * objc.dg/special/unclaimed-category-1a.m: New file.
5354 * objc.dg/special/unclaimed-category-1.m: New file.
5355
5356 2001-12-17 Andreas Jaeger <aj@suse.de>
5357
5358 * gcc.c-torture/compile/20011217-2.c: New test.
5359
5360 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
5361
5362 * gcc.c-torture/compile/20011217-1.c: New test.
5363
5364 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
5365
5366 * testsuite/gcc.dg/20011214-1.c: New.
5367
5368 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
5369
5370 * gcc.dg/altivec-4.c: New.
5371
5372 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
5373
5374 * gcc.dg/20011113-1.c: New test.
5375
5376 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
5377
5378 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
5379 std::__malloc_alloc_template<0> and
5380 std::__default_alloc_template<false, 0>.
5381
5382 Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
5383
5384 * objc/execute/bf-21.m: New test.
5385 * objc/execute/enumeration-1.m: New test.
5386 * objc/execute/enumeration-2.m: New test.
5387
5388 2001-12-12 Jakub Jelinek <jakub@redhat.com>
5389
5390 * gcc.dg/gnu89-init-1.c: New test.
5391
5392 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
5393
5394 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
5395 * g++.old-deja/g++.jason/2371.C: Likewise.
5396 * g++.old-deja/g++.jason/template33.C: Likewise.
5397 * g++.old-deja/g++.jason/template34.C: Likewise.
5398 * g++.old-deja/g++.jason/template36.C: Likewise.
5399 * g++.old-deja/g++.oliva/typename1.C: Likewise.
5400 * g++.old-deja/g++.oliva/typename2.C: Likewise.
5401 * g++.old-deja/g++.other/typename1.C: Likewise.
5402 * g++.old-deja/g++.pt/inherit2.C: Likewise.
5403 * g++.old-deja/g++.pt/nontype5.C: Likewise.
5404 * g++.old-deja/g++.pt/typename11.C: Likewise.
5405 * g++.old-deja/g++.pt/typename14.C: Likewise.
5406 * g++.old-deja/g++.pt/typename16.C: Likewise.
5407 * g++.old-deja/g++.pt/typename3.C: Likewise.
5408 * g++.old-deja/g++.pt/typename4.C: Likewise.
5409 * g++.old-deja/g++.pt/typename5.C: Likewise.
5410 * g++.old-deja/g++.pt/typename7.C: Likewise.
5411 * g++.old-deja/g++.robertl/eb9.C: Likewise.
5412
5413 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
5414
5415 * g++.dg/other/linkage1.C: New test.
5416 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
5417 specifiers.
5418
5419 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
5420
5421 * gcc.dg/concat.c: New test.
5422
5423 2001-12-11 Stan Shebs <shebs@apple.com>
5424
5425 * objc/compile: New test directory.
5426 * objc/compile/compile.exp: New expect script.
5427 * objc/compile/20011211-1.m: New compile test.
5428
5429 2001-12-11 Jason Merrill <jason@redhat.com>
5430
5431 * lib/prune.exp (prune_gcc_output): Also handle "In member
5432 function". So many permutations...
5433
5434 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
5435
5436 * g++.dg/template/typedef1.C: New test.
5437
5438 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
5439
5440 * g++.dg/other/copy1.C: New test.
5441
5442 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
5443
5444 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
5445
5446 * gcc.dg/builtin-choose-expr.c: New.
5447
5448 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
5449
5450 * gcc.dg/altivec-2.c: New.
5451
5452 2001-12-07 Richard Henderson <rth@redhat.com>
5453
5454 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
5455
5456 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
5457
5458 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
5459 ultrasparc.
5460
5461 Fri Dec 7 06:29:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5462
5463 * g++-old.deja/g++.robertl/eb101.C: Deleted.
5464
5465 2001-12-06 Janis Johnson <janis187@us.ibm.com>
5466
5467 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
5468 variable argument list.
5469
5470 2001-12-06 Zack Weinberg <zack@codesourcery.com>
5471
5472 * gcc.c-torture/execute/memcheck: Delete entire directory.
5473 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
5474 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
5475
5476 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
5477
5478 * gcc.dg/Wshadow-1.c: New test.
5479
5480 2001-12-05 Jakub Jelinek <jakub@redhat.com>
5481
5482 * gcc.c-torture/compile/20011130-1.c: New test.
5483
5484 * gcc.dg/noncompile/20011025-1.c: New test.
5485
5486 * g++.dg/other/anon-union.C: New test.
5487
5488 * gcc.c-torture/execute/20011024-1.c: New test.
5489
5490 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
5491
5492 * gcc.c-torture/execute/20000722-1.x,
5493 gcc.c-torture/execute/20010123-1.x: Remove.
5494 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
5495 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
5496 gcc.dg/c99-complit-2.c: New tests.
5497
5498 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
5499
5500 * g++.dg/inherit/base1.C: New test.
5501
5502 2001-12-04 Jakub Jelinek <jakub@redhat.com>
5503
5504 * g++.dg/other/stdarg1.C: New test.
5505
5506 * gcc.c-torture/compile/20011130-2.c: New test.
5507
5508 2001-12-03 Janis Johnson <janis187@us.ibm.com>
5509
5510 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
5511 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
5512 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
5513 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
5514 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
5515 * gcc.dg/builtin-prefetch-1.c: New test.
5516
5517 2001-12-03 Jakub Jelinek <jakub@redhat.com>
5518
5519 * gcc.dg/20011130-1.c: New test.
5520
5521 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
5522
5523 * g++.dg/other/scope1.C: New test.
5524 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
5525
5526 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
5527
5528 * gcc.dg/vla-init-1.c: New test.
5529
5530 2001-12-01 Geoff Keating <geoffk@redhat.com>
5531
5532 * gcc.c-torture/compile/structs.c: New testcase from GDB.
5533
5534 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
5535
5536 * objc.dg/alias.m: Update.
5537 * objc.dg/class-1.m: Update.
5538 * objc.dg/const-str-1.m: Update.
5539 * objc.dg/fwd-proto-1.m: Update.
5540 * objc.dg/id-1.m: Update.
5541 * objc.dg/super-class-1.m: Update.
5542
5543 2001-11-29 Mark Mitchell <mark@codesourcery.com>
5544
5545 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
5546 constructs.
5547
5548 Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
5549
5550 * gcc.c-torture/execute/20011128-1.c: New test.
5551
5552 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
5553
5554 * gcc.dg/20011127-1.c: New test.
5555
5556 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
5557
5558 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
5559 from Austin Group draft 7.
5560 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
5561 scanf format arguments.
5562 * gcc.dg/format/no-exargs-2.c: New test.
5563
5564 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
5565
5566 * g++.dg/abi/vbase8-4.C: New test.
5567
5568 2001-11-24 Ian Lance Taylor <ian@airs.com>
5569
5570 * gcc.c-torture/execute/20011121-1.c: New test.
5571
5572 Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
5573
5574 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
5575
5576 2001-11-23 Andreas Jaeger <aj@suse.de>
5577
5578 * gcc.dg/cpp/charconst-2.c: New test.
5579
5580 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
5581
5582 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
5583 to the host if it is remote. Let tests specify extra headers
5584 they use.
5585 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
5586 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
5587 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
5588 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
5589 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
5590 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
5591 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
5592 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
5593 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
5594 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
5595
5596 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
5597
5598 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
5599 for little endian ARMs.
5600
5601 2001-11-20 Jakub Jelinek <jakub@redhat.com>
5602
5603 * gcc.c-torture/compile/20011119-1.c: New test.
5604 * gcc.c-torture/compile/20011119-2.c: New test.
5605
5606 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
5607
5608 * gcc.dg/altivec-1.c: Fix typo.
5609
5610 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
5611
5612 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
5613
5614 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
5615
5616 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
5617
5618 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
5619
5620 * lib/g77.exp: Don't specify --rpath-link.
5621
5622 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
5623 across all the headers.
5624 * gcc.dg/format/format.exp: For testing on a remote host,
5625 copy format.h.
5626
5627 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
5628 * gcc.c-torture/execute/930406-1.c: Likewise.
5629 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
5630
5631 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
5632
5633 * gcc.dg/altivec-1.c: New.
5634
5635 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
5636
5637 * gcc.dg/cpp/fpreprocessed.c: New test case.
5638
5639 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5640
5641 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
5642 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
5643 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
5644
5645 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5646
5647 * gcc.dg/no-builtin-1.c: New test.
5648
5649 2001-11-16 Jakub Jelinek <jakub@redhat.com>
5650
5651 * gcc.c-torture/execute/20011115-1.c: New test.
5652
5653 2001-11-15 Jakub Jelinek <jakub@redhat.com>
5654
5655 * gcc.c-torture/compile/20011114-2.c: New test.
5656 * gcc.c-torture/compile/20011114-3.c: New test.
5657 * gcc.c-torture/compile/20011114-4.c: New test.
5658
5659 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
5660
5661 * g++.dg/other/init1.C: New test.
5662
5663 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
5664
5665 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
5666 message.
5667
5668 * gcc.c-torture/execute/20011114-1.c: New testcase.
5669
5670 * gcc.c-torture/compile/20010327-1.c: Revert last change.
5671 * gcc.c-torture/compile/20011114-1.c: New test, exactly
5672 like the (before this change) version of 20010327-1.c.
5673
5674 2001-11-14 Roger Sayle <roger@eyesopen.com>
5675
5676 * gcc.c-torture/execute/string-opt-13.c: New testcase.
5677
5678 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
5679
5680 * g++.dg/init/array2.C: New test.
5681
5682 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
5683
5684 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
5685
5686 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
5687
5688 * g++.dg/other/forscope1.C: New test.
5689 * g++.dg/ext/forscope1.C: New test.
5690 * g++.dg/ext/forscope2.C: New test.
5691
5692 2001-11-13 Jakub Jelinek <jakub@redhat.com>
5693
5694 * gcc.c-torture/execute/20011113-1.c: New test.
5695
5696 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
5697
5698 * gcc.c-torture/execute/20011109-2.c: New test.
5699
5700 * gcc.c-torture/execute/20011109-1.c: New test.
5701
5702 2001-11-09 Jakub Jelinek <jakub@redhat.com>
5703
5704 * gcc.c-torture/compile/20011109-1.c: New test.
5705
5706 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
5707
5708 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
5709 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
5710 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
5711 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
5712 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
5713 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
5714 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
5715
5716 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
5717
5718 * g++.dg/warn/Wshadow-1.C: New tests.
5719 * g++.old-deja/g++.mike/for3.C: Update.
5720
5721 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
5722
5723 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
5724 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
5725 XFAILs. Adjust expected error texts.
5726 * gcc.c-torture/compile/20011106-1.c,
5727 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
5728 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
5729 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
5730 gcc.dg/c99-array-lval-5.c: New tests.
5731
5732 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5733
5734 * gcc.dg/cpp/defined.c: Update.
5735
5736 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5737
5738 * gcc.c-torture/execute/anon-1.c: New test.
5739
5740 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
5741
5742 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
5743 same size, so no warning should be produced on stormy16.
5744
5745 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
5746 due to oversized array.
5747 * g++.old-deja/g++.mike/ns15.C: Likewise.
5748 * g++.old-deja/g++.pt/crash16.C: Likewise.
5749
5750 2001-11-02 Graham Stott <grahams@redhat.com>
5751
5752 * g++.dgother/debug1.C: Fix typos.
5753
5754 2001-11-01 Jakub Jelinek <jakub@redhat.com>
5755
5756 * g++.dg/other/debug1.C: New test.
5757
5758 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5759
5760 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
5761 of unsigned long.
5762
5763 2001-10-30 Jakub Jelinek <jakub@redhat.com>
5764
5765 * gcc.dg/20011029-2.c: New test.
5766
5767 * gcc.c-torture/compile/20011029-1.c: New test.
5768
5769 Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
5770
5771 * objc/execute/class_self-1.m: New test.
5772 * objc/execute/class_self-2.m: New test.
5773
5774 2001-10-25 Zack Weinberg <zack@codesourcery.com>
5775
5776 * gcc.misc-tests/msgs.exp: Delete.
5777 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
5778 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
5779 error set to match recent changes.
5780
5781 2001-10-24 Zack Weinberg <zack@codesourcery.com>
5782
5783 * gcc.dg/20011021-1.c: New test.
5784
5785 2001-10-24 Jakub Jelinek <jakub@redhat.com>
5786
5787 * gcc.c-torture/compile/20011023-1.c: New test.
5788
5789 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
5790
5791 * lib/g77.exp: Rewrite based on lib/g++.exp.
5792
5793 2001-10-19 Jakub Jelinek <jakub@redhat.com>
5794
5795 * gcc.c-torture/execute/20011019-1.c: New test.
5796
5797 * gcc.dg/20011018-1.c: New test.
5798
5799 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
5800
5801 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
5802
5803 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
5804
5805 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
5806 * gcc.dg/attr-invalid.c: Likewise.
5807
5808 2001-10-18 Jakub Jelinek <jakub@redhat.com>
5809
5810 * testsuite/gcc.dg/20011015-1.c: New test.
5811
5812 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5813
5814 * g++.dg/template/unify2.C: New test.
5815
5816 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5817
5818 * g++.dg/other/exception-specification.C: New test
5819
5820 2001-10-13 Tom Rix <trix@redhat.com>
5821
5822 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
5823 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
5824
5825 2001-10-12 Jakub Jelinek <jakub@redhat.com>
5826
5827 * testsuite/gcc.dg/20011009-1.c: New test.
5828
5829 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
5830
5831 PR g++/4476
5832 * g++.dg/other/friend1.C: New test.
5833
5834 2001-10-11 Richard Henderson <rth@redhat.com>
5835
5836 * g++.old-deja/g++.other/crash18.C: Add -S to options.
5837
5838 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5839
5840 * gcc.c-torture/compile/20011010-1.c: New.
5841
5842 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
5843
5844 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
5845 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
5846 g77.f-torture/execute/execute.exp,
5847 g77.f-torture/noncompile/noncompile.exp,
5848 gcc.c-torture/compile/compile.exp,
5849 gcc.c-torture/execute/execute.exp,
5850 gcc.c-torture/execute/ieee/ieee.exp,
5851 gcc.c-torture/execute/memcheck/memcheck.exp,
5852 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
5853 objc/execute/execute.exp: Update FSF address.
5854
5855 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
5856
5857 * gcc.dg/cpp/cmdlne-C.c: Update.
5858 * gcc.dg/cpp/cmdlne-C2.c: New.
5859
5860 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5861
5862 * gcc.c-torture/execute/20011008-3.c: New.
5863
5864 2001-10-08 DJ Delorie <dj@redhat.com>
5865
5866 * gcc.dg/20011008-1.c: New.
5867 * gcc.dg/20011008-2.c: New.
5868
5869 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
5870
5871 * gcc.dg/cpp/spacing1.c: Update test.
5872
5873 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
5874
5875 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
5876 spelling errors of "separate" as "seperate".
5877
5878 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
5879
5880 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
5881 enough to avoid inlining.
5882
5883 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
5884
5885 * lib/g77.exp: set libg2c_dir correctly.
5886
5887 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
5888
5889 * gcc.dg/cpp/macro11.c: New test.
5890
5891 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5892
5893 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
5894 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
5895 gcc.dg/format/multattr-3.c: New tests.
5896 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
5897 tests for format attributes on function pointers being rejected.
5898
5899 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5900
5901 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
5902
5903 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5904
5905 * g++.dg/warn/format1.C: New test.
5906
5907 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
5908
5909 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
5910
5911 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5912
5913 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
5914
5915 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5916
5917 * gcc.dg/cpp/redef2.c: Add test.
5918
5919 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
5920
5921 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
5922 long-standing bug on i686, apparently.
5923 * gcc.c-torture/execute/loop-2c.x: New file.
5924 * gcc.c-torture/execute/loop-2d.x: New file.
5925 * gcc.c-torture/execute/loop-3c.x: New file.
5926
5927 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
5928
5929 * gcc.dg/cpp/20000625-2.c: Correct line number.
5930
5931 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5932
5933 * gcc.dg/cpp/macro10.c: New test.
5934 * gcc.dg/cpp/strify3.c: New test.
5935 * gcc.dg/cpp/spacing1.c: Add tests.
5936 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
5937 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
5938
5939 2001-09-24 DJ Delorie <dj@redhat.com>
5940
5941 * gcc.c-torture/execute/20010924-1.c: New test.
5942
5943 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5944
5945 * testsuite/objc/execute/paste.m: Remove.
5946
5947 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
5948
5949 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
5950
5951 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
5952
5953 * g77.dg/strlen0.f: New test.
5954
5955 2001-09-21 Richard Henderson <rth@redhat.com>
5956
5957 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
5958 * g++.old-deja/g++.abi/vtable2.C: Likewise.
5959
5960 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
5961
5962 Table-driven attributes.
5963 * g++.dg/ext/attrib1.C: New test.
5964
5965 2001-09-20 DJ Delorie <dj@redhat.com>
5966
5967 * gcc.dg/20000926-1.c: Update expected warning messages.
5968 * gcc.dg/array-2.c: Likewise, and test for warnings too.
5969 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
5970 array.
5971
5972 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
5973
5974 * g++.dg/eh/registers1.C: New test case.
5975
5976 2001-09-17 Richard Henderson <rth@redhat.com>
5977
5978 * gcc.dg/array-5.c: Fix VLA decomposition test.
5979
5980 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
5981
5982 * gcc.dg/cpp/line5.c: New testcase.
5983
5984 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
5985
5986 * gcc.dg/cpp/macro9.c: New test.
5987
5988 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
5989
5990 * gcc.c-torture/execute/980223.c: Change type of addr from long
5991 to char *.
5992
5993 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
5994
5995 * gcc.c-torture/execute/20010915-1.c: New test.
5996
5997 2001-09-14 Janis Johnson <janis187@us.ibm.com>
5998
5999 * g77.dg/bprob: New directory.
6000 * g77.dg/bprob/bprob.exp: New file.
6001 * g77.dg/bprob/bprob-1.f: New test.
6002 * g77.dg/gcov: New directory.
6003 * g77.dg/gcov/gcov.exp: New file.
6004 * g77.dg/gcov/gcov-1.f: New test.
6005 * g77.dg/gcov/gcov-1.x: New file.
6006
6007 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
6008
6009 * gcc.dg/cpp/directiv.c: Update.
6010 * gcc.dg/cpp/undef1.c: Update.
6011
6012 2001-09-12 Jakub Jelinek <jakub@redhat.com>
6013
6014 * gcc.dg/20010912-1.c: New test.
6015
6016 2001-09-11 Janis Johnson <janis187@us.ibm.com>
6017
6018 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
6019 language-independent file in lib.
6020 * lib/gcov.exp: New file.
6021
6022 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
6023
6024 * gcc.c-torture/compile/20010911-1.c: New test.
6025
6026 2001-09-10 Janis Johnson <janis187@us.ibm.com>
6027
6028 * lib/profopt.exp: New, to support profile-directed optimizations.
6029 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
6030 * gcc.misc-tests/bprob-1.c: New test.
6031 * gcc.misc-tests/bprob-2.c: New test.
6032
6033 2001-09-07 Janis Johnson <janis187@us.ibm.com>
6034
6035 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
6036 XFAIL and which kinds of gcov output to verify.
6037 * gcc.misc-tests/gcov-4b.x: New file.
6038 * gcc.misc-tests/gcov-5b.x: New file.
6039 * gcc.misc-tests/gcov-6.x: New file.
6040 * gcc.misc-tests/gcov-7.c: New test.
6041 * gcc.misc-tests/gcov-7.x: New file.
6042
6043 2001-09-06 Janis Johnson <janis187@us.ibm.com>
6044
6045 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
6046 * gcc.misc-tests/gcov-6.c: New test.
6047
6048 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
6049
6050 PR c++/3986
6051 * g++.dg/abi/vbase1.C: New test.
6052
6053 2001-09-05 Ziemowit Laski <zlaski@apple.com>
6054
6055 * objc.dg/method-2.m: New.
6056
6057 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
6058
6059 PR c++/4203
6060 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
6061 * g++.dg/init/empty1.C: New test.
6062
6063 2001-09-03 Jakub Jelinek <jakub@redhat.com>
6064
6065 * gcc.c-torture/compile/20010903-1.c: New test.
6066
6067 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
6068
6069 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
6070 for m68k.
6071
6072 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
6073
6074 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
6075
6076 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
6077
6078 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
6079
6080 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
6081
6082 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
6083 for 16-bit 'unsigned int'.
6084
6085 2001-08-29 Kazu Hirata <kazu@hxi.com>
6086
6087 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
6088
6089 2001-08-27 Richard Henderson <rth@redhat.com>
6090
6091 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
6092 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
6093
6094 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
6095
6096 * gcc.dg/asm-names.c (ymain): New.
6097
6098 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
6099
6100 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
6101 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
6102 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
6103
6104 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6105
6106 * gcc.dg/compare5.c: New testcase.
6107
6108 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
6109
6110 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
6111 and "In instantiation".
6112
6113 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
6114
6115 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
6116
6117 2001-08-20 Janis Johnson <janis187@us.ibm.com>
6118
6119 * gcc.misc-tests/gcov.exp: Add support for branch information.
6120 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
6121 * gcc.misc-tests/gcov-4.c: New test.
6122 * gcc.misc-tests/gcov-4b.c: New test.
6123 * gcc.misc-tests/gcov-5b.c: New test.
6124
6125 2001-08-20 Zack Weinberg <zackw@panix.com>
6126
6127 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
6128 expected to fail.
6129
6130 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
6131
6132 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
6133
6134 2001-08-19 Jakub Jelinek <jakub@redhat.com>
6135
6136 * g++.dg/eh/template1.C: New test.
6137
6138 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
6139
6140 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
6141 Fix thinko.
6142 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
6143 for xfail.
6144
6145 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
6146
6147 * lib/g77-dg.exp: Use prune.exp for common procedures
6148 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
6149 * lib/g77.exp: (g77-dg-prune) Remove
6150
6151 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
6152
6153 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
6154
6155 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6156
6157 * g++.dg/template/unify1.C: New test.
6158
6159 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
6160
6161 * g++.dg/abi/empty4.C: New test.
6162
6163 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
6164
6165 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
6166 solaris2.*
6167 * g77.f-torture/compile/pr3743.x: Likewise
6168
6169 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
6170
6171 * g++.dg/other/using-declaration.C: New test.
6172
6173 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
6174
6175 * gcc.dg/cpp/tr-sign.c: New testcase.
6176
6177 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
6178
6179 * gcc.dg/cpp/19951025-1.c: Revert.
6180 * gcc.dg/cpp/directiv.c: We no longer process directives that
6181 interrupt macro arguments.
6182
6183 2001-08-03 Zack Weinberg <zackw@stanford.edu>
6184
6185 * gcc.dg/bconstp-1.c: New test.
6186
6187 2001-08-03 Richard Henderson <rth@redhat.com>
6188
6189 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
6190
6191 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
6192
6193 * gcc.dg/cpp/19951025-1.c: Update.
6194
6195 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
6196
6197 * g77.dg/ff90-1.f (s): Fix reference of variable z,
6198 should be x.
6199
6200 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
6201
6202 Kill -fhonor-std.
6203 * g++.old-deja/g++.ns/ns14.C: Remove special options.
6204 * g++.old-deja/g++.other/std1.C: Likewise.
6205 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
6206
6207 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6208
6209 * lib/g77.exp: Load gcc-defs.exp for common procedures
6210 (g77_pass, g77_fail, g77_finish, g77_exit,
6211 ${tool}_check_unsupported_p} Now redundant. Deleted.
6212
6213 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6214
6215 * g77.dg/fbackslash.f
6216 * g77.dg/fcase-preserve.f
6217 * g77.dg/ff90-1.f
6218 * g77.dg/ffixed-line-length-0.f
6219 * g77.dg/ffixed-line-length-132.f
6220 * g77.dg/ffixed-line-length-7.f
6221 * g77.dg/ffixed-line-length-72.f
6222 * g77.dg/ffixed-line-length-none.f
6223 * g77.dg/ffree-form-1.f
6224 * g77.dg/fno-backslash.f
6225 * g77.dg/fno-f90-1.f
6226 * g77.dg/fno-fixed-form-1.f
6227 * g77.dg/fno-onetrip.f
6228 * g77.dg/fno-typeless-boz.f
6229 * g77.dg/fno-underscoring.f
6230 * g77.dg/fno-vxt-1.f
6231 * g77.dg/fonetrip.f
6232 * g77.dg/ftypeless-boz.f
6233 * g77.dg/fugly-assumed.f
6234 * g77.dg/funderscoring.f
6235 * g77.dg/fvxt-1.f
6236
6237 2001-08-01 Ziemowit Laski <zlaski@apple.com>
6238
6239 * objc.dg/fwd-proto-1.m: New.
6240 * objc.dg/local-decl-1.m: New.
6241 * objc.dg/naming-1.m: New.
6242 * objc.dg/naming-2.m: New.
6243 * objc.dg/proto-hier-1.m: New.
6244
6245 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
6246
6247 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
6248 largest-type elements to a struct makes its size grow.
6249
6250 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6251
6252 * g++.dg/abi/vthunk1.C: New test.
6253
6254 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6255
6256 * g++.dg/abi/vbase8-22.C: New test.
6257
6258 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6259
6260 * gcc.dg/cpp/macro8.c: New test.
6261
6262 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6263
6264 * g++.dg/abi/vbase8-21.C: New test.
6265
6266 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6267
6268 * g++.dg/abi/vbase8-10.C: New test.
6269
6270 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6271
6272 * lib/g++.exp (g++_set_ld_library_path): Renamed to
6273 ${tool}_set_ld_library_path.
6274 Changed caller.
6275 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
6276 g++.exp.
6277
6278 2001-07-26 Stan Cox <scox@redhat.com>
6279
6280 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
6281 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
6282 gcc_exit, gcc_check_unsupported_p):
6283 Moved to gcc-deps.exp
6284 * gcc-deps.exp: New file.
6285
6286 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6287
6288 * g++.old-deja/g++.pt/defarg14.C: New test.
6289
6290 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6291
6292 * g++.old-deja/g++.other/lineno5.C: New test.
6293
6294 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6295
6296 * g++.old-deja/g++.pt/crash68.C: New test.
6297
6298 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6299
6300 * g++.old-deja/g++.other/crash42.C: New test.
6301
6302 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6303
6304 * gcc.dg/cpp/extratokens.c: Fix.
6305 * gcc.dg/cpp/skipping2.c: New tests.
6306
6307 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6308
6309 * gcc.c-torture/execute/20010724-1.c: New file.
6310 * gcc.c-torture/execute/20010724-1.x: New file.
6311
6312 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6313
6314 * g++.old-deja/g++.other/cond7.C: New test.
6315
6316 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6317
6318 * g++.old-deja/g++.other/optimize4.C: New test.
6319
6320 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6321
6322 * g++.old-deja/g++.abi/vbase8-5.C: New test.
6323
6324 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
6325
6326 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
6327 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
6328 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
6329 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
6330
6331 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
6332 bug report" message.
6333
6334 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
6335 * g++.dg/ext/instantiate1.C: Move from old-deja.
6336
6337 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
6338
6339 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
6340 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
6341 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
6342 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
6343
6344 Mon Jul 23 10:14:17 2001 Jeffrey A Law (law@cygnus.com)
6345
6346 * gcc.c-torture/execute/20010723-1.c: New test.
6347
6348 2001-07-23 Ben Elliston <bje@redhat.com>
6349
6350 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
6351
6352 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6353
6354 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
6355 i[34567]86-*-*.
6356 Delete handling of ieee_multilib_flags.
6357 Pass -mieee for alpha*-*-* and sh-*-*.
6358 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
6359
6360 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
6361
6362 Remove old-abi tests.
6363 * g++.old-deja/g++.mike/p11116.C: Remove.
6364 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
6365
6366 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
6367
6368 * g77.f-torture/compile/pr3743.f: New test
6369
6370 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
6371
6372 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
6373
6374 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6375
6376 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
6377 g++.old-deja/g++.pt/static6.C: Likewise.
6378 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
6379 supports weak symbols.
6380
6381 2001-07-18 Andreas Jaeger <aj@suse.de>
6382
6383 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
6384 supported again.
6385
6386 2001-07-18 Andreas Jaeger <aj@suse.de>
6387
6388 * gcc.dg/iftrap-1.c: Fix target line.
6389
6390 2001-07-17 Richard Henderson <rth@redhat.com>
6391
6392 * gcc.c-torture/execute/20010717-1.c: New.
6393
6394 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
6395
6396 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
6397 tests.
6398
6399 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
6400
6401 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
6402
6403 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6404
6405 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
6406 UAC_SIGBUS, UAC_NOPRINT definitions.
6407
6408 Mon Jul 16 12:21:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
6409
6410 * objc/execute/object_is_class.m: New test.
6411 * objc/execute/object_is_meta_class.m: New test.
6412
6413 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
6414
6415 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
6416 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
6417
6418 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
6419
6420 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
6421 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
6422
6423 2001-07-14 Richard Henderson <rth@redhat.com>
6424
6425 * gcc.dg/iftrap-1.c: New.
6426
6427 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
6428
6429 * g77.f-torture/execute/intrinsic77.f: New test.
6430
6431 2001-07-11 Janis Johnson <janis@us.ibm.com>
6432
6433 * gcc.misc-tests/gcov-3.c: New test.
6434
6435 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6436
6437 * gcc.c-torture/compile/20010711-1.c,
6438 * gcc.c-torture/compile/20010711-2.c: New tests.
6439
6440 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6441
6442 * gcc.c-torture/execute/20010711-1.c: New test.
6443
6444 2001-07-11 Ben Elliston <bje@redhat.com>
6445
6446 * g++.old-deja/g++.other/enum5.C: New test.
6447
6448 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
6449
6450 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
6451 (g++-dg-prune): Call prune_gcc_output.
6452 * prune.exp: New file for prune_gcc_output.
6453 * lib/g++.exp, lib/gcc.exp: Load it.
6454
6455 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
6456
6457 * gcc.c-torture/compile/20010701-1.c,
6458 g++.old-deja/g++.ext/attrib6.C: New tests.
6459
6460 Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
6461
6462 * gcc.c-torture/compile/20010706-1.c: New test.
6463
6464 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
6465
6466 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
6467
6468 2001-06-28 Stan Shebs <shebs@apple.com>
6469
6470 * gcc.dg/pragma-darwin.c: New test.
6471
6472 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6473
6474 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
6475 Solaris 2.[678] system.
6476
6477 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
6478
6479 * gcc.dg/20010622-1.c: New test.
6480
6481 2001-06-18 Stan Shebs <shebs@apple.com>
6482
6483 * objc.dg: New directory.
6484 * objc.dg/dg.exp: New file.
6485 * objc.dg/alias.m: New.
6486 * objc.dg/class-1.m: New.
6487 * objc.dg/class-2.m: New.
6488 * objc.dg/const-str-1.m: New.
6489 * objc.dg/const-str-2.m: New.
6490 * objc.dg/id-1.m: New.
6491 * objc.dg/method-1.m: New.
6492 * objc.dg/super-class-1.m: New.
6493 * lib/objc-dg.exp: New file.
6494
6495 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6496
6497 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
6498 of label name.
6499
6500 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
6501
6502 * g++.old-deja/g++.abi/vbase8-9.C: New test.
6503
6504 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6505
6506 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
6507 variable.
6508
6509 2001-06-12 Richard Henderson <rth@redhat.com>
6510
6511 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
6512
6513 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6514
6515 * g++.old-deja/g++.abi/vbase5.C: New test.
6516 * g++.old-deja/g++.abi/vbase6.C: New test.
6517 * g++.old-deja/g++.abi/vbase7.C: New test.
6518
6519 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6520
6521 * gcc.c-torture/compile/20010610-1.c: New test.
6522
6523 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6524
6525 * g++.old-deja/g++.abi/vbase4.C: New test.
6526
6527 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6528
6529 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
6530 support %f for HC11/HC12 targets.
6531 * gcc.c-torture/execute/930513-1.x: New file, likewise.
6532 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
6533 on HC11/HC12 targets.
6534 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
6535
6536 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6537
6538 * gcc.dg/wchar_t-1.c: New file.
6539 * gcc.dg/wint_t-1.c: Likewise.
6540
6541 2001-06-11 Bernd Schmidt <bernds@redhat.com>
6542
6543 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
6544
6545 2001-06-11 Richard Henderson <rth@redhat.com>
6546
6547 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
6548
6549 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6550
6551 * gcc.c-torture/compile/20010611-1.c: New test.
6552
6553 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6554
6555 * gcc.dg/c99-tag-1.c: Add more tests.
6556
6557 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
6558
6559 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
6560 representation on MN10300 and ARM/Thumb.
6561
6562 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
6563
6564 * g77.f-torture/execute/20010610.f: New.
6565
6566 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
6567
6568 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
6569 names.
6570
6571 2001-06-09 Richard Henderson <rth@redhat.com>
6572
6573 * gcc.c-torture/execute/ashrdi-1.c: New.
6574 * gcc.c-torture/execute/ashldi-1.c: New.
6575 * gcc.c-torture/execute/lshrdi-1.c: New.
6576
6577 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
6578
6579 * objc/execute/load-3.m: Added. Check sending +load to categories,
6580 in addition to classes.
6581
6582 2001-06-08 Stan Shebs <shebs@apple.com>
6583
6584 * objc/execute/load-2.m: New test. From Nicola Pero
6585 <n.pero@mi.flashnet.it>.
6586
6587 2001-06-08 Jakub Jelinek <jakub@redhat.com>
6588
6589 * gcc.c-torture/execute/20010605-2.c: New test.
6590
6591 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6592
6593 * g++.old-deja/g++.abi/vbase2.C: New test.
6594 * g++.old-deja/g++.abi/vbase3.C: New test.
6595
6596 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6597
6598 * g++.old-deja/g++.pt/friend49.C: New test.
6599
6600 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
6601
6602 * g++.old-deja/g++.ext/anon3.C: New test.
6603
6604 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
6605
6606 * g++.old-deja/g++.other/conv7.C: New test.
6607
6608 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
6609
6610 * gcc.c-torture/compile/20010605-2.c: New test.
6611
6612 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6613
6614 * gcc.c-torture/execute/20010604-1.c: New test.
6615
6616 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
6617
6618 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
6619
6620 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
6621
6622 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
6623 (g++_link_flags): Likewise.
6624 (g++_init): Pass gccpath's value to two previous functions.
6625
6626 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6627
6628 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
6629 Ensure logfile entry matches exec command line.
6630
6631 2001-05-31 Richard Henderson <rth@redhat.com>
6632
6633 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
6634 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
6635
6636 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
6637
6638 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
6639 compiler for irix6.2
6640
6641 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
6642
6643 * g++.old-deja/g++.other/optimize3.C: New file.
6644
6645 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
6646
6647 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
6648 assemble.
6649
6650 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
6651
6652 * g++.old-deja/g++.other/optimize2.C: New file.
6653
6654 2001-05-25 Diego Novillo <dnovillo@redhat.com>
6655
6656 * gcc.c-torture/compile/20010518-2.c: New file.
6657 * gcc.c-torture/execute/20010518-1.c: New file.
6658 * gcc.c-torture/execute/20010518-2.c: New file.
6659
6660 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
6661
6662 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
6663
6664 2001-05-24 Mark Mitchell <mark@codesourcery.com>
6665
6666 G++ no longer defines builtins that do not begin with __builtin.
6667 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
6668 * g++.old-deja/g++.brendand/misc13.C: Likewise.
6669 * g++.old-deja/g++.law/builtin1.C: Likewise.
6670 * g++.old-deja/g++.law/cvt2.C: Likewise.
6671 * g++.old-deja/g++.mike/net5.C: Likewise.
6672 * g++.old-deja/g++.other/builtins1.C: Likewise.
6673 * g++.old-deja/g++.other/builtins2.C: Likewise.
6674 * g++.old-deja/g++.other/builtins3.C: Likewise.
6675 * g++.old-deja/g++.other/builtins4.C: Likewise.
6676 * g++.old-deja/g++.other/inline8.C: Likewise.
6677 * g++.old-deja/g++.robertl/eb39.C: Likewise.
6678
6679 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
6680
6681 * g++.old-deja/g++.pt/using1.C: Adjust.
6682 * g++.old-deja/g++.pt/using2.C: New test.
6683
6684 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
6685
6686 * gcc.dg/cpp/charconst.c: New tests.
6687 * gcc.dg/cpp/escape.c: New tests.
6688 * gcc.dg/cpp/escape-1.c: New tests.
6689 * gcc.dg/cpp/escape-2.c: New tests.
6690 * gcc.dg/cpp/ucs.c: New tests.
6691
6692 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
6693
6694 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
6695 native compiler for irix6.5.
6696
6697 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
6698
6699 * lib/g++.exp (g++_include_flags): Use args to compute
6700 get_multilibs.
6701 (g++_link_flags): Likewise.
6702 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
6703
6704 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
6705
6706 * gcc.dg/c90-hexfloat-1.c: Add more tests.
6707
6708 2001-05-21 Geoff Keating <geoffk@redhat.com>
6709
6710 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
6711 this file.
6712
6713 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6714
6715 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
6716 STACK_SIZE;
6717 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
6718 to STACK_SIZE; Use it to define size of add_histo array.
6719 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
6720 to STACK_SIZE.
6721 (f): Use GITT_SIZE to define size of gitt local table.
6722 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
6723 to STACK_SIZE; Use it to define size of bytemem array.
6724
6725 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6726
6727 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
6728 on 68HC11/HC12 due to the asm instruction.
6729 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
6730 * gcc.c-torture/compile/920520-1.x: Likewise.
6731 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
6732 on 68HC11/HC12 because the function is larger than 64K.
6733 * gcc.c-torture/compile/961203-1.x: New file, this test fails
6734 on 68HC11/HC12 because the structure is too large.
6735
6736 2001-05-20 Richard Henderson <rth@redhat.com>
6737
6738 * gcc.c-torture/execute/20010520-1.c: New.
6739
6740 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6741
6742 * g++.old-deja/g++.warn/compare1.C: New test.
6743 * gcc.dg/compare4.c: New test.
6744
6745 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
6746
6747 * g++.old-deja/g++.other/optimize1.C: New test.
6748
6749 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6750
6751 * g++.old-deja/g++.pt/spec41.C: New test.
6752
6753 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
6754
6755 * gcc.c-torture/compile/20010114-1.x: Remove.
6756
6757 2001-05-18 Stan Shebs <shebs@apple.com>
6758
6759 * gcc.c-torture/compile/20010518-1.c: New test.
6760
6761 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
6762
6763 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
6764 * g++.old-deja/g++.pt/crash67.C: New test.
6765
6766 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
6767
6768 * g++.old-deja/g++.other/debug9.C: New test.
6769
6770 2001-05-16 Zack Weinberg <zackw@stanford.edu>
6771
6772 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
6773
6774 Wed May 16 20:33:57 CEST 2001 Jan Hubicka <jh@suse.cz>
6775
6776 * gcc.c-torture/compile/20010516-1.c: New test.
6777
6778 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6779
6780 * g++.old-deja/g++.other/crash41.C: New test.
6781
6782 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6783
6784 * g++.old-deja/g++.pt/crash66.C: New test.
6785
6786 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
6787
6788 * g++.old-deja/g++.robertl/eb27.C: Convert.
6789
6790 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
6791
6792 * g++.dg/friend-warn.C: New test. Do not warn about friend
6793 declaration being redundant.
6794
6795 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
6796
6797 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
6798
6799 2001-05-14 Mark Mitchell <mark@codesourcery.com>
6800
6801 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
6802
6803 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
6804
6805 * lib/g++.exp: Use testsuite_flags.
6806
6807 2001-05-13 Mark Mitchell <mark@codesourcery.com>
6808
6809 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
6810
6811 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6812
6813 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
6814
6815 2001-05-11 Mark Mitchell <mark@codesourcery.com>
6816
6817 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
6818
6819 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
6820
6821 * gcc.c-torture/compile/20010313-1.c: New test.
6822
6823 2001-05-09 Zack Weinberg <zackw@stanford.edu>
6824
6825 * gcc.dg/cpp/direct2.c: New test.
6826 * gccq.dg/cpp/direct2s.c: New test.
6827
6828 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
6829
6830 2001-05-07 Mark Mitchell <mark@codesourcery.com>
6831
6832 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
6833 * g++.old-deja/g++.other/op3.C: Likewise.
6834
6835 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
6836
6837 * gcc.dg/cpp/syshdr.h: New file.
6838 * gcc.dg/cpp/sysmac1.c: Update.
6839 * gcc.dg/cpp/sysmac2.c: Update.
6840
6841 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
6842
6843 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
6844
6845 2001-05-04 David Edelsohn <edelsohn@gnu.org>
6846
6847 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
6848 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
6849
6850 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
6851
6852 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
6853
6854 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
6855
6856 * lib/g++.exp (g++_include_flags): Don't use any special flags
6857 if TESTING_IN_BUILD_TREE is not defined.
6858 (g++_init): Use a plain 'c++' as the compiler if
6859 TESTING_IN_BUILD_TREEE is not defined.
6860
6861 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6862
6863 * g++.old-deja/g++.eh/catch13.C: New test.
6864 * g++.old-deja/g++.eh/catch14.C: New test.
6865
6866 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6867
6868 * gcc.dg/cpp/tr-define.c: New test.
6869
6870 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
6871
6872 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
6873 <stdlib.h>, not <malloc.h>.
6874
6875 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6876
6877 * g++.old-deja/g++.ns/template17.C: New test.
6878
6879 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6880
6881 * g++.old-deja/g++.pt/ref4.C: New test.
6882
6883 2001-04-30 Richard Henderson <rth@redhat.com>
6884
6885 * gcc.dg/20000724-1.c: Revert last change.
6886
6887 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
6888
6889 * g77.f-torture/execute/20010430.f: New test.
6890
6891 2001-04-30 Mark Mitchell <mark@codesourcery.com>
6892
6893 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
6894
6895 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
6896
6897 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
6898
6899 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6900
6901 * g++.old-deja/g++.eh/crash6.C: New test.
6902
6903 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6904
6905 * g++.old-deja/g++.other/warn7.C: New test.
6906
6907 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6908
6909 * g++.old-deja/g++.other/defarg9.C: New test.
6910
6911 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6912
6913 * g77.f-torture/compile/20010426.f: New test.
6914 * g77.f-torture/execute/20010426.f: New test.
6915
6916 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6917
6918 * g77.f-torture/compile/20000629-1.x: Remove - error
6919 has been fixed.
6920
6921 Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com)
6922
6923 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
6924 Tweak slightly to work with g++.dg framework.
6925 * g++.dg/special/ecos.exp: Run initp1.C test.
6926 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
6927
6928 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
6929 its linker doesn't give line numbers either.
6930 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
6931
6932 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6933
6934 * g++.old-deja/g++.other/lex1.C: New test.
6935
6936 2001-04-26 Jakub Jelinek <jakub@redhat.com>
6937
6938 * gcc.dg/noncompile/20010425-1.c: New test.
6939
6940 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6941
6942 * g++.old-deja/g++.pt/mangle2.C: New test.
6943
6944 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6945
6946 * gcc.dg/format/plus-1.c: New test.
6947
6948 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6949
6950 * gcc.dg/20010423-1.c: New test.
6951
6952 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6953
6954 * gcc.c-torture/execute/20010422-1.c: New test.
6955
6956 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
6957
6958 * g++.old-deja/g++.ns/type2.C: New test.
6959
6960 2001-04-24 Zack Weinberg <zackw@stanford.edu>
6961
6962 * g++.old-deja/g++.other/perf1.C: New test.
6963
6964 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
6965
6966 * gcc.dg/c99-func-2.c: Remove xfail.
6967 * gcc.dg/c99-func-3.c: Remove xfail.
6968 * gcc.dg/c99-func-4.c: Remove xfail.
6969
6970 2001-04-23 Zack Weinberg <zackw@stanford.edu>
6971
6972 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
6973
6974 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
6975
6976 * gcc.c-torture/compile/20010423-1.c: New test.
6977
6978 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6979
6980 * g++.old-deja/g++.pt/typename28.C: New test.
6981
6982 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6983
6984 * g++.old-deja/g++.abi/empty2.C: New test.
6985 * g++.old-deja/g++.abi/empty3.C: New test.
6986
6987 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6988
6989 * g++.old-deja/g++.other/comdat2.C: New test.
6990 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
6991
6992 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6993
6994 * g++.old-deja/g++.other/overload14.C: New test.
6995
6996 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6997
6998 * g++.old-deja/g++.other/lookup23.C: New test.
6999
7000 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7001
7002 * gcc.c-torture/execute/20010403-1.c: New test.
7003
7004 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
7005 Mark Mitchell <mark@codesourcery.com>
7006
7007 * lib/old-dejagnu.exp: Don't delete output of executable.
7008 Add .exe suffix to executables.
7009
7010 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
7011
7012 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
7013
7014 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7015
7016 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
7017
7018 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
7019
7020 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
7021 * g++.old-deja/g++.abi/crash1.C: New test.
7022
7023 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
7024
7025 * g++.old-deja/g++.other/crash40.C: New test.
7026
7027 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7028
7029 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
7030
7031 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
7032
7033 * g++.old-deja/g++.other/warn6.C: New test.
7034
7035 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
7036
7037 * g++.old-deja/g++.robertl/eb42.C: Same.
7038
7039 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7040
7041 * gcc.dg/wtr-conversion-1.c: New testcase.
7042
7043 2001-04-10 Richard Henderson <rth@redhat.com>
7044
7045 * g++.old-deja/g++.other/array5.C: New.
7046
7047 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7048
7049 * gcc.c-torture/execute/20010408-1.c: New test.
7050
7051 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
7052
7053 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
7054 headers and constructs.
7055 * g++.old-deja/g++.robertl/eb79.C: Same.
7056 * g++.old-deja/g++.robertl/eb77.C (main): Same.
7057 * g++.old-deja/g++.robertl/eb73.C: Same.
7058 * g++.old-deja/g++.robertl/eb66.C (main): Same.
7059 * g++.old-deja/g++.robertl/eb55.C (t): Same.
7060 * g++.old-deja/g++.robertl/eb54.C (main): Same.
7061 * g++.old-deja/g++.robertl/eb46.C (main): Same.
7062 * g++.old-deja/g++.robertl/eb44.C: Same.
7063 * g++.old-deja/g++.robertl/eb41.C (main): Same.
7064 * g++.old-deja/g++.robertl/eb4.C (main): Same.
7065 * g++.old-deja/g++.robertl/eb39.C: Same.
7066 * g++.old-deja/g++.robertl/eb33.C (main): Same.
7067 * g++.old-deja/g++.robertl/eb31.C (main): Same.
7068 * g++.old-deja/g++.robertl/eb30.C: Same.
7069 * g++.old-deja/g++.robertl/eb3.C: Same.
7070 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
7071 * g++.old-deja/g++.robertl/eb21.C: Same.
7072 * g++.old-deja/g++.robertl/eb15.C: Same.
7073 * g++.old-deja/g++.robertl/eb118.C: Same.
7074 * g++.old-deja/g++.robertl/eb115.C (main): Same.
7075 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
7076 * g++.old-deja/g++.robertl/eb109.C: Same.
7077 * g++.old-deja/g++.other/sibcall1.C (main): Same.
7078 * g++.old-deja/g++.mike/rtti1.C: Same.
7079 * g++.old-deja/g++.mike/p658.C: Same.
7080 * g++.old-deja/g++.mike/net46.C: Same.
7081 * g++.old-deja/g++.mike/net34.C: Same.
7082 * g++.old-deja/g++.mike/memoize1.C: Same.
7083 * g++.old-deja/g++.mike/eh2.C: Same.
7084 * g++.old-deja/g++.law/weak.C: Same.
7085 * g++.old-deja/g++.law/visibility7.C: Same.
7086 * g++.old-deja/g++.law/visibility25.C: Same.
7087 * g++.old-deja/g++.law/visibility22.C: Same.
7088 * g++.old-deja/g++.law/visibility2.C: Same.
7089 * g++.old-deja/g++.law/visibility17.C: Same.
7090 * g++.old-deja/g++.law/visibility13.C: Same.
7091 * g++.old-deja/g++.law/visibility10.C: Same.
7092 * g++.old-deja/g++.law/visibility1.C: Same.
7093 * g++.old-deja/g++.law/virtual3.C (eval): Same.
7094 * g++.old-deja/g++.law/vbase1.C: Same.
7095 * g++.old-deja/g++.law/operators32.C: Same.
7096 * g++.old-deja/g++.law/nest3.C: Same.
7097 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
7098 * g++.old-deja/g++.law/except5.C (main): Same.
7099 * g++.old-deja/g++.law/cvt7.C (run): Same.
7100 * g++.old-deja/g++.law/cvt2.C: Same.
7101 * g++.old-deja/g++.law/cvt16.C: Same.
7102 * g++.old-deja/g++.law/ctors6.C (bar): Same.
7103 * g++.old-deja/g++.law/ctors17.C (main): Same.
7104 * g++.old-deja/g++.law/ctors13.C: Same.
7105 * g++.old-deja/g++.law/ctors12.C (main): Same.
7106 * g++.old-deja/g++.law/ctors10.C: Same.
7107 * g++.old-deja/g++.law/code-gen5.C: Same.
7108 * g++.old-deja/g++.law/bad-error7.C: Same.
7109 * g++.old-deja/g++.law/arm9.C: Same.
7110 * g++.old-deja/g++.law/arm12.C: Same.
7111 * g++.old-deja/g++.law/arg8.C: Same.
7112 * g++.old-deja/g++.law/arg1.C: Same.
7113 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
7114 * g++.old-deja/g++.jason/template31.C: Same.
7115 * g++.old-deja/g++.jason/template24.C (main): Same.
7116 * g++.old-deja/g++.jason/2371.C: Same.
7117 * g++.old-deja/g++.eh/new2.C: Same.
7118 * g++.old-deja/g++.eh/new1.C: Same.
7119 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
7120 * g++.old-deja/g++.brendan/nest21.C (main): Same.
7121 * g++.old-deja/g++.brendan/err-msg3.C: Same.
7122 * g++.old-deja/g++.brendan/crash62.C: Same.
7123 * g++.old-deja/g++.brendan/crash52.C: Same.
7124 * g++.old-deja/g++.brendan/crash49.C (main): Same.
7125 * g++.old-deja/g++.brendan/crash38.C: Same.
7126 * g++.old-deja/g++.brendan/crash15.C (main): Same.
7127 * g++.old-deja/g++.brendan/copy9.C: Same.
7128
7129 Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
7130
7131 * gcc.c-torture/execute/20001203-2.c (memset):
7132 Count argument is of type __SIZE_TYPE__.
7133
7134 2001-04-04 Diego Novillo <dnovillo@redhat.com>
7135
7136 * gcc.c-torture/compile/20010404-1.c: New test.
7137
7138 2001-04-04 Jakub Jelinek <jakub@redhat.com>
7139
7140 * gcc.c-torture/compile/20010326-1.c: New test.
7141
7142 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
7143
7144 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
7145 peculiarities of the SH.
7146 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
7147
7148 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7149
7150 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
7151 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
7152 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
7153
7154 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7155
7156 * g77.f-torture/compile/20010321-1.f: New test.
7157
7158 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7159
7160 * gcc.c-torture/compile/20010329-1.c: New test.
7161
7162 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7163
7164 * gcc.c-torture/execute/20010329-1.c: New test.
7165
7166 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
7167
7168 * g++.old-deja/g++.other/eh4.C: Fix typo.
7169
7170 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
7171
7172 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
7173
7174 2001-03-28 Philip Blundell <philb@gnu.org>
7175
7176 * gcc.c-torture/compile/20010328-1.c: New test.
7177
7178 2001-03-27 Richard Henderson <rth@redhat.com>
7179
7180 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
7181 * g++.old-deja/g++.eh/vbase3.C: Likewise.
7182
7183 2001-03-27 Alan Modra <alan@linuxcare.com.au>
7184
7185 * gcc.c-torture/compile/20010327-1.c: New test.
7186
7187 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
7188
7189 * g++.old-deja/g++.other/friend12.C: New test.
7190 * g++.old-deja/g++.other/friend9.C: Expect no errors.
7191 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
7192
7193 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
7194
7195 * gcc.c-torture/execute/20010325-1.c: New test.
7196
7197 2001-03-23 Jakub Jelinek <jakub@redhat.com>
7198
7199 * g++.old-deja/g++.other/mangle3.C: New test.
7200
7201 2001-03-22 Jakub Jelinek <jakub@redhat.com>
7202
7203 * g++.old-deja/g++.other/anon8.C: New test.
7204
7205 2001-03-20 Philip Blundell <philb@gnu.org>
7206
7207 * gcc.c-torture/compile/20010320-1.c: New test.
7208
7209 2001-03-17 Richard Henderson <rth@redhat.com>
7210
7211 * g++.old-deja/g++.other/eh4.C: Add expected error text.
7212
7213 2001-03-15 Geoff Keating <geoff@redhat.com>
7214
7215 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
7216 tests on AIX.
7217
7218 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
7219
7220 * g++.old-deja/g++.other/eh4.C: New test.
7221
7222 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
7223
7224 * gcc.dg/cpp/mi1.c: Update.
7225
7226 2001-03-14 Jakub Jelinek <jakub@redhat.com>
7227
7228 * g++.old-deja/g++.other/regstack.C: New test.
7229
7230 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
7231
7232 * g++.old-deja/g++.other/ref4.C: New test.
7233
7234 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
7235
7236 * objc/execute/va_method.m: Added.
7237 * objc/execute/IMP.m: Added.
7238 * objc/execute/_cmd.m: Added.
7239 * objc/execute/accessing_ivars.m: Added.
7240 * objc/execute/class-1.m: Added.
7241 * objc/execute/class-10.m: Added.
7242 * objc/execute/class-11.m: Added.
7243 * objc/execute/class-12.m: Added.
7244 * objc/execute/class-13.m: Added.
7245 * objc/execute/class-14.m: Added.
7246 * objc/execute/class-2.m: Added.
7247 * objc/execute/class-3.m: Added.
7248 * objc/execute/class-4.m: Added.
7249 * objc/execute/class-5.m: Added.
7250 * objc/execute/class-6.m: Added.
7251 * objc/execute/class-7.m: Added.
7252 * objc/execute/class-8.m: Added.
7253 * objc/execute/class-9.m: Added.
7254 * objc/execute/class-tests-1.h
7255 * objc/execute/class-tests-2.h
7256 * objc/execute/compatibility_alias.m: Added.
7257 * objc/execute/encode-1.m: Added.
7258 * objc/execute/formal_protocol-1.m: Added.
7259 * objc/execute/formal_protocol-2.m: Added.
7260 * objc/execute/formal_protocol-3.m: Added.
7261 * objc/execute/formal_protocol-4.m: Added.
7262 * objc/execute/formal_protocol-5.m: Added.
7263 * objc/execute/formal_protocol-6.m: Added.
7264 * objc/execute/formal_protocol-7.m: Added.
7265 * objc/execute/informal_protocol.m: Added.
7266 * objc/execute/initialize.m: Added.
7267 * objc/execute/load.m: Added.
7268 * objc/execute/many_args_method.m: Added.
7269 * objc/execute/nested-3.m: Added.
7270 * objc/execute/no_clash.m: Added.
7271 * objc/execute/private.m: Added.
7272 * objc/execute/redefining_self.m: Added.
7273 * objc/execute/root_methods.m: Added.
7274 * objc/execute/selector-1.m: Added.
7275 * objc/execute/static-1.m: Added.
7276 * objc/execute/static-2.m: Added.
7277 * objc/execute/va_method.m: Added.
7278
7279 2001-03-10 Richard Henderson <rth@redhat.com>
7280
7281 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
7282
7283 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
7284
7285 * g++.old-deja/g++.other/crash31.C: XFAIL.
7286 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
7287 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
7288 * gcc.c-torture/execute/20010123-1.x: XFAIL.
7289 * gcc.c-torture/execute/20010124-1.x: XFAIL.
7290 * gcc.dg/sequence-pt-1.c: XFAIL one test.
7291
7292 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
7293
7294 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
7295
7296 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7297
7298 * gcc.dg/20000724-1.c: Don't use multiline strings.
7299
7300 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7301
7302 * objc/execute/string1.m, objc/execute/string2.m: Compare the
7303 result of -cString against what we expect it to be; don't just
7304 print it out for no one to read.
7305
7306 * objc/execute/string3.m, objc/execute/string4.m: New tests.
7307 Based on testcases provided by Nicola Pero.
7308
7309 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7310
7311 * gcc.dg/cpp/macro7.c: New test.
7312
7313 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7314
7315 * gcc.dg/cpp/multiline.c: Update.
7316
7317 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7318
7319 * g++.old-deja/g++.other/enum3.C: New test.
7320
7321 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7322
7323 * g++.old-deja/g++.other/pod1.C: New test.
7324
7325 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7326
7327 * g++.old-deja/g++.ext/overload1.C: New test.
7328
7329 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7330
7331 * g++.old-deja/g++.pt/using1.C: New test.
7332
7333 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7334
7335 * g++.old-deja/g++.other/using9.C: New test.
7336
7337 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
7338
7339 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
7340
7341 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
7342
7343 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
7344
7345 * g++.old-deja/g++.ext/realpt1.C: Remove.
7346
7347 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
7348
7349 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
7350
7351 2001-02-26 Will Cohen <wcohen@redhat.com>
7352
7353 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
7354
7355 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
7356
7357 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
7358 templatized constructors.
7359
7360 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7361
7362 * gcc.c-torture/execute/20010224-1.c: New test.
7363
7364 2001-02-23 Jakub Jelinek <jakub@redhat.com>
7365
7366 * gcc.c-torture/execute/20010222-1.c: New test.
7367
7368 2001-02-22 Jakub Jelinek <jakub@redhat.com>
7369
7370 * g++.old-deja/g++.other/inline20.C: New test.
7371
7372 Wed Feb 21 12:38:22 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7373
7374 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
7375
7376 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
7377
7378 * g++.old-deja/g++.other/lookup22.C: New test.
7379
7380 2001-02-19 Zack Weinberg <zackw@stanford.edu>
7381
7382 * g77.dg: New directory.
7383 * g77.dg/20010216-1.f: New test case.
7384 * g77.dg/dg.exp: New driver.
7385 * lib/g77-dg.exp: New driver library.
7386
7387 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7388
7389 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
7390
7391 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
7392
7393 * g++.old-deja/g++.other/decl9.C: New test.
7394
7395 2001-02-16 Jakub Jelinek <jakub@redhat.com>
7396
7397 * g++.old-deja/g++.other/init16.C: Update the test so that it does
7398 not need <string> and also tests the initialization at runtime.
7399
7400 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
7401
7402 * gcc.c-torture/execute/longlong.c: New test.
7403
7404 Wed Feb 14 21:41:17 2001 J"orn Rennecke <amylaar@redhat.com>
7405
7406 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
7407
7408 Wed Feb 14 21:31:25 2001 J"orn Rennecke <amylaar@redhat.com>
7409
7410 * gcc.c-torture/execute/920302-1.c (execute):
7411 Change argument type to short.
7412
7413 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7414
7415 * g++.old-deja/g++.pt/deduct6.C: New test.
7416
7417 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7418
7419 * g++.old-deja/g++.pt/deduct5.C: New test.
7420
7421 2001-02-14 Jakub Jelinek <jakub@redhat.com>
7422
7423 * gcc.c-torture/execute/20010209-1.c: New test.
7424
7425 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
7426
7427 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
7428
7429 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
7430
7431 * g++.dg/vtgc1.C: Update for new ABI.
7432
7433 * consistency.vlad: New directory, 1665 files.
7434
7435 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
7436
7437 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
7438 return type.
7439 * gcc.dg/cpp/digraphs.c: Declare puts.
7440
7441 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7442
7443 * g++.old-deja/g++.other/warn5.C: New test.
7444
7445 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7446
7447 * g++.old-deja/g++.pt/spec40.C: New test.
7448
7449 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7450
7451 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
7452 case.
7453 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
7454
7455 2001-02-12 Jakub Jelinek <jakub@redhat.com>
7456
7457 * gcc.c-torture/compile/20010209-1.c: New test.
7458
7459 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
7460
7461 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
7462 excess errors message but not if it crashes.
7463 * g++.old-deja/g++.other/crash27.C: Likewise.
7464 * g++.old-deja/g++.other/crash28.C: Likewise.
7465 * g++.old-deja/g++.other/crash30.C: Likewise.
7466 * g++.old-deja/g++.other/crash32.C: Likewise.
7467 * g++.old-deja/g++.other/crash35.C: Likewise.
7468 * g++.old-deja/g++.pt/inherit2.C: Likewise.
7469
7470 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
7471
7472 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
7473 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
7474 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
7475 g77.f-torture/execute/execute.exp,
7476 g77.f-torture/noncompile/noncompile.exp,
7477 gcc.c-torture/execute/execute.exp,
7478 gcc.c-torture/execute/memcheck/memcheck.exp,
7479 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
7480 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
7481 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
7482 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
7483 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
7484 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
7485 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
7486 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
7487 Remove bug reporting instructions with ancient email addresses.
7488
7489 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7490
7491 * gcc.dg/20010202-1.c: New test.
7492 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
7493
7494 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
7495
7496 * g++.dg/stdbool-if.C: New test.
7497
7498 Wed Feb 7 09:54:47 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7499
7500 * objc/execute/fdecl.m: Added main().
7501
7502 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7503
7504 * gcc.c-torture/execute/20010206-1.c: New test.
7505
7506 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
7507
7508 * gcc.dg/cpp/avoidpaste1.c: Update.
7509
7510 Tue Feb 5 8:53:33 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7511
7512 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
7513 Pero <nicola@brainstorm.co.uk>.
7514 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
7515
7516 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
7517
7518 * g++.old-deja/g++.pt/spec39.C: New test.
7519
7520 2001-02-05 Jakub Jelinek <jakub@redhat.com>
7521
7522 * gcc.c-torture/compile/20010202-1.c: New test.
7523
7524 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
7525
7526 * g++.old-deja/g++.abi/primary2.C: New test.
7527 * g++.old-deja/g++.abi/primary3.C: New test.
7528 * g++.old-deja/g++.abi/primary4.C: New test.
7529 * g++.old-deja/g++.abi/primary5.C: New test.
7530 * g++.old-deja/g++.abi/vtable3.h: New test.
7531 * g++.old-deja/g++.abi/vtable3a.C: New test.
7532 * g++.old-deja/g++.abi/vtable3b.C: New test.
7533 * g++.old-deja/g++.abi/vtable3c.C: New test.
7534 * g++.old-deja/g++.abi/vtable3d.C: New test.
7535 * g++.old-deja/g++.abi/vtable3e.C: New test.
7536 * g++.old-deja/g++.abi/vtable3f.C: New test.
7537 * g++.old-deja/g++.abi/vtable3g.C: New test.
7538 * g++.old-deja/g++.abi/vtable3h.C: New test.
7539 * g++.old-deja/g++.abi/vtable3i.C: New test.
7540 * g++.old-deja/g++.abi/vtable3j.C: New test.
7541 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
7542
7543 2001-02-03 Jakub Jelinek <jakub@redhat.com>
7544
7545 * g++.old-deja/g++.other/anon6.C: New test.
7546 * g++.old-deja/g++.other/anon7.C: New test.
7547
7548 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
7549
7550 * gcc.dg/cpp/avoidpaste2.c: New tests.
7551
7552 2001-01-31 Jakub Jelinek <jakub@redhat.com>
7553
7554 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
7555
7556 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
7557
7558 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
7559 DECIMAL_DIG cases for Irix."
7560
7561 Wed Jan 31 12:23:32 2001 J"orn Rennecke <amylaar@redhat.com>
7562
7563 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
7564
7565 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
7566
7567 * gcc.dg/c99-tag-1.c: New test.
7568
7569 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7570
7571 * gcc.dg/cpp/tr-warn1.c: Add tests.
7572
7573 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7574
7575 * gcc.dg/cpp/avoidpaste1.c: Update.
7576 * gcc.dg/cpp/paste4.c: Update.
7577
7578 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
7579
7580 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
7581 cases for Irix.
7582
7583 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7584
7585 * g++.old-deja/g++.other/inline19.C: New test.
7586
7587 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
7588
7589 * gcc.dg/Wlarger-than.c: New test.
7590
7591 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
7592
7593 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
7594
7595 2001-01-29 Jakub Jelinek <jakub@redhat.com>
7596
7597 * gcc.c-torture/execute/20010129-1.c: New test.
7598 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
7599
7600 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
7601
7602 * gcc.dg/cpp/avoidpaste1.c: Test case.
7603
7604 2001-01-28 Jakub Jelinek <jakub@redhat.com>
7605
7606 * g++.old-deja/g++.other/inline18.C: New test.
7607
7608 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7609
7610 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
7611 and __builtin_putchar.
7612
7613 2001-01-27 Jakub Jelinek <jakub@redhat.com>
7614
7615 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
7616 tests.
7617
7618 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
7619
7620 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
7621 floating point number rounding mode to round to the nearest
7622 representable mode.
7623
7624 2001-01-25 Jakub Jelinek <jakub@redhat.com>
7625
7626 * g++.old-deja/g++.other/mangle2.C: New test.
7627
7628 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
7629
7630 * gcc.c-torture/compile/20010124-1.c: New test.
7631
7632 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
7633
7634 * g++.old-deja/g++.pt/spec38.C: New test.
7635
7636 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7637
7638 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
7639 "Build don't run".
7640
7641 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7642
7643 * gcc.c-torture/execute/20010123-1.c: New test.
7644
7645 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7646
7647 * g++.old-deja/g++.pt/spec37.C: New test.
7648
7649 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7650
7651 * g++.old-deja/g++.pt/overload14.C: New test.
7652
7653 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7654
7655 * gcc.c-torture/execute/20010122-1.c: New test, exercise
7656 __builtin_return_address.
7657
7658 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
7659
7660 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
7661 * g++.old-deja/g++.pt/spec35.C: New test.
7662 * g++.old-deja/g++.pt/spec36.C: New test.
7663
7664 2001-01-20 Jakub Jelinek <jakub@redhat.com>
7665
7666 * gcc.c-torture/compile/20010118-1.c: New test.
7667
7668 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
7669
7670 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
7671
7672 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7673
7674 * gcc.c-torture/execute/20010119-1.c: New test.
7675
7676 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7677
7678 * g++.old-deja/g++.other/vbase5.C: New test.
7679
7680 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7681
7682 * gcc.c-torture/execute/20010118-1.c: New test.
7683
7684 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7685
7686 * g++.old-deja/g++.pt/deduct3.C: New test.
7687
7688 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7689
7690 * g++.old-deja/g++.pt/spec34.C: New test.
7691
7692 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
7693
7694 * g77.f-torture/compile/20000601-2.f: New test.
7695
7696 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7697
7698 * g++.old-deja/g++.other/init17.C: New test.
7699
7700 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
7701
7702 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
7703
7704 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7705
7706 * g++.old-deja/g++.pt/unify8.C: New test.
7707
7708 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7709
7710 * g++.old-deja/g++.abi/vbase1.C: New test.
7711
7712 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7713
7714 * g++.old-deja/g++.pt/crash65.C: New test.
7715
7716 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
7717
7718 * gcc.dg/cpp/assembl2.S: New test case.
7719
7720 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
7721
7722 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
7723 are supported.
7724
7725 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7726
7727 * g++.old-deja/g++.other/builtins1.C: New test.
7728 * g++.old-deja/g++.other/builtins2.C: Likewise.
7729 * g++.old-deja/g++.other/builtins3.C: Likewise.
7730 * g++.old-deja/g++.other/builtins4.C: Likewise.
7731
7732 2001-01-17 Jakub Jelinek <jakub@redhat.com>
7733
7734 * gcc.c-torture/compile/20010117-1.c: New test.
7735 * gcc.c-torture/compile/20010117-2.c: New test.
7736
7737 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7738
7739 * g77.f-torture/execute/20010116.[fx]: New test,
7740 XFAIL on i?86-*-*.
7741 * g77.f-torture/compile/20010115.f: Indicate it's
7742 a test for PR fortran/1636.
7743
7744 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
7745
7746 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
7747
7748 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7749
7750 * g77.f-torture/compile/20010115.f: New test.
7751
7752 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
7753
7754 * g++.old-deja/g++.pt/nontype5.C: New test.
7755
7756 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
7757
7758 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
7759 have an equivalent working one below it.
7760
7761 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7762
7763 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
7764 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7765
7766 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7767
7768 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
7769 message containing "init_priority".
7770 (conpr-2.C): Likewise.
7771 (conpr-3.C): Likewise.
7772 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
7773
7774 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7775
7776 * gcc.c-torture/execute/20010114-2.c: New test.
7777
7778 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
7779
7780 * gcc.c-torture/compile/20010114-1.c: New test.
7781 * gcc.c-torture/compile/20010114-1.x: Xfail.
7782 * gcc.c-torture/compile/20010114-2.c: New test.
7783 * gcc.c-torture/execute/20010114-1.c: New test.
7784 * gcc.dg/trunc-1.c: New test.
7785 * gcc.dg/uninit-B.c: New test.
7786
7787 2001-01-13 Nick Clifton <nickc@redhat.com>
7788
7789 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
7790 target.
7791
7792 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
7793
7794 * gcc.c-torture/compile/20010113-1.c: New test.
7795
7796 2001-01-13 Jakub Jelinek <jakub@redhat.com>
7797
7798 * gcc.c-torture/compile/20001212-1.c: New test.
7799
7800 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
7801
7802 * gcc.dg/cpp/widestr1.c: Update.
7803 * gcc.dg/cpp/prag-imp.c: Remove.
7804
7805 2001-01-12 Jakub Jelinek <jakub@redhat.com>
7806
7807 * gcc.c-torture/execute/20000801-3.x: Remove.
7808 * gcc.dg/c90-init-1.c: New test.
7809 * gcc.dg/c99-init-1.c: New test.
7810 * gcc.dg/c99-init-2.c: New test.
7811 * gcc.dg/gnu99-init-1.c: New test.
7812
7813 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
7814
7815 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
7816 testing that no relevant ones were found.
7817
7818 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7819
7820 * g++.old-deja/g++.pt/cast2.C: New test.
7821
7822 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7823
7824 * g++.old-deja/g++.pt/friend47.C: New test.
7825
7826 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7827
7828 * g++.old-deja/g++.pt/instantiate13.C: New test.
7829
7830 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7831
7832 * g++.old-deja/g++.other/defarg7.C: New test.
7833 * g++.old-deja/g++.other/defarg8.C: New test.
7834
7835 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7836
7837 * g++.old-deja/g++.pt/crash64.C: New test.
7838
7839 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7840
7841 * g++.old-deja/g++.pt/crash63.C: New test.
7842
7843 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
7844
7845 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
7846
7847 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
7848
7849 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
7850
7851 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7852
7853 * g++.old-deja/g++.pt/error3.C: New test.
7854
7855 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7856
7857 * g++.old-deja/g++.other/crash39.C: New test.
7858
7859 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7860
7861 * g++.old-deja/g++.other/vbase4.C: New test.
7862
7863 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
7864
7865 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
7866 * gcc.dg/special/20000419-2.c: New file. Identical to above.
7867 * gcc.dg/special/special.exp: New test driver which will check
7868 for alias support for the above test.
7869
7870 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
7871
7872 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
7873 problems on small machines.
7874 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
7875 parameterize.
7876
7877 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
7878
7879 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
7880 mips.
7881 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7882
7883 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
7884
7885 * g++.old_deja/g++.pt/using8.C: New test.
7886
7887 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
7888
7889 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
7890
7891 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
7892
7893 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
7894 where a failure is expected.
7895 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
7896
7897 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7898
7899 * g++.old_deja/g++.pt/instantiate12.C: New test.
7900
7901 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7902
7903 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
7904 start of structs.
7905 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
7906 * g++.old-deja/g++.brendan/crash17.C: Likewise.
7907 * g++.old-deja/g++.brendan/crash29.C: Likewise.
7908 * g++.old-deja/g++.brendan/crash48.C: Likewise.
7909 * g++.old-deja/g++.brendan/ns1.C: Likewise.
7910 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
7911 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
7912 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
7913 * g++.old-deja/g++.eh/spec6.C: Likewise.
7914 * g++.old-deja/g++.jason/crash3.C: Likewise.
7915 * g++.old-deja/g++.law/ctors11.C: Likewise.
7916 * g++.old-deja/g++.law/ctors17.C: Likewise.
7917 * g++.old-deja/g++.law/ctors5.C: Likewise.
7918 * g++.old-deja/g++.law/ctors9.C: Likewise.
7919 * g++.old-deja/g++.mike/ambig1.C: Likewise.
7920 * g++.old-deja/g++.mike/net22.C: Likewise.
7921 * g++.old-deja/g++.mike/p3538a.C: Likewise.
7922 * g++.old-deja/g++.mike/p3538b.C: Likewise.
7923 * g++.old-deja/g++.mike/virt3.C: Likewise.
7924 * g++.old-deja/g++.niklas/t128.C: Likewise.
7925 * g++.old-deja/g++.other/anon4.C: Likewise.
7926 * g++.old-deja/g++.other/using1.C: Likewise.
7927 * g++.old-deja/g++.other/warn3.C: Likewise.
7928 * g++.old-deja/g++.pt/t37.C: Likewise.
7929 * g++.old-deja/g++.robertl/eb69.C: Likewise.
7930 * g++.old-deja/g++.robertl/eb71.C: Likewise.
7931
7932 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7933
7934 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
7935
7936 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7937
7938 * gcc.c-torture/execute/stdio-opt-3.c: New test.
7939
7940 2001-01-07 Jakub Jelinek <jakub@redhat.com>
7941
7942 * gcc.c-torture/compile/20010107-1.c: New test.
7943
7944 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7945
7946 * gcc.c-torture/execute/builtin-noret-1.c: New test.
7947
7948 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7949
7950 * gcc.dg/format/format.h: New file.
7951 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
7952 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
7953 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
7954 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
7955 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
7956 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7957 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
7958 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
7959 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
7960 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
7961 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
7962 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
7963 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
7964 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
7965 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
7966 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
7967 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
7968 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
7969 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
7970 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
7971 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
7972 instead of declaring standard types, macros and functions in each
7973 test.
7974
7975 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
7976
7977 * gcc.c-torture/execute/20010106-1.c: New test.
7978
7979 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
7980
7981 * gcc.dg/format/format.exp: New file.
7982 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
7983 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
7984 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
7985 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
7986 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
7987 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
7988 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
7989 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
7990 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
7991 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
7992 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
7993 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
7994 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
7995 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
7996 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
7997 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
7998 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
7999 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
8000 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
8001 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
8002 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
8003 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
8004 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
8005 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
8006 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
8007 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
8008 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
8009 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
8010 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
8011 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
8012 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
8013 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
8014 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
8015 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
8016 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
8017 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
8018 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
8019 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
8020 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
8021 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
8022 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
8023 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
8024
8025 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
8026
8027 * gcc.c-torture/execute/991228-1.c: Take word endianness into
8028 account.
8029
8030 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
8031
8032 * gcc.c-torture/execute/builtin-complex-1.c: New test.
8033
8034 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
8035
8036 * g++.old-deja/g++.pt/crash62.C: New test.
8037
8038 2001-01-04 Richard Henderson <rth@redhat.com>
8039
8040 * gcc.dg/20000926-1.c: Update expected warnings.
8041 * gcc.dg/array-2.c: Likewise.
8042 * gcc.dg/array-4.c: Also validate flexible array members.
8043 * gcc.dg/c99-flex-array-1.c: New.
8044
8045 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
8046
8047 * gcc.c-torture/compile/20001222-1.x: Remove.
8048
8049 Thu Jan 4 13:54:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8050
8051 * gcc.c-torture/execute/built-in-setjmp.c: New.
8052
8053 2001-01-03 Richard Henderson <rth@redhat.com>
8054
8055 * gcc.dg/940510-1.c: Update expected error wording.
8056 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
8057
8058 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
8059
8060 * lib/target-supports.exp (check_alias_available): Modified to
8061 indicate aliases not supported if only weak aliases are supported.
8062
8063 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8064
8065 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
8066 Turn on cmpstrsi checks for __pj__ and __i370__.
8067
8068 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
8069
8070 * g++.old-deja/g++.other/virtual11.C: New test.
8071
8072 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
8073
8074 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
8075
8076 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8077
8078 * gcc.c-torture/compile/20010102-1.c: New test.
8079
8080 2001-01-02 Andreas Jaeger <aj@suse.de>
8081
8082 * gcc.dg/noreturn-3.c: New test.
8083
8084 * gcc.dg/noreturn-4.c: New test.
8085
8086 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8087
8088 * gcc.c-torture/execute/stdio-opt-1.c: Also test
8089 __builtin_fputc and __builtin_fwrite.
8090
8091 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
8092
8093 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
8094 signed char, not default char.
8095
8096 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
8097
8098 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
8099
8100 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
8101
8102 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
8103
8104 2000-12-29 Richard Henderson <rth@redhat.com>
8105
8106 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
8107 (__cyg_profile_func_exit): Define.
8108
8109 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
8110
8111 * g++.dg/vtgc1.C: New test.
8112
8113 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
8114
8115 * gcc.dg/noncompile/20001228-1.c: New test.
8116
8117 * gcc.dg/20001228-1.c: New test.
8118
8119 * gcc.c-torture/execute/20001228-1.c: New test.
8120
8121 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
8122
8123 * gcc.dg/format-strfmon-1.c: New test.
8124
8125 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8126
8127 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
8128 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
8129 * gcc.c-torture/execute/string-opt-1.c: Likewise.
8130 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8131 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8132 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8133 * gcc.c-torture/execute/string-opt-6.c: Likewise.
8134 * gcc.c-torture/execute/string-opt-7.c: Likewise.
8135 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8136 * gcc.c-torture/execute/string-opt-9.c: Likewise.
8137 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8138 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8139 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8140
8141 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
8142 * gcc.c-torture/execute/string-opt-4.c: Test index.
8143
8144 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
8145
8146 * gcc.c-torture/compile/20001226-1.c: New test.
8147
8148 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
8149
8150 * gcc.c-torture/compile/20001222-1.c: New test.
8151 * gcc.c-torture/compile/20001222-1.x: Xfail.
8152
8153 Fri Dec 22 06:45:03 2000 Alexandre Oliva <aoliva@redhat.com>
8154
8155 * gcc.c-torture/execute/comp-goto-2.c: New test.
8156
8157 Thu Dec 21 22:43:03 2000 J"orn Rennecke <amylaar@redhat.com>
8158
8159 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
8160 Use long types if __INT_MAX__ is 32767.
8161 (main): Use cast to (sint32 *) when poking 88 into a_page.
8162
8163 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
8164
8165 2000-12-21 Bernd Schmidt <bernds@redhat.com>
8166
8167 * gcc.c-torture/compile/20001221-1.c: New test.
8168 * gcc.c-torture/execute/20001221-1.c: New test.
8169
8170 2000-12-20 Richard Henderson <rth@redhat.com>
8171
8172 * g++.old-deja/g++.pt/crash36.C: Update error lines.
8173 * g++.old-deja/g++.robertl/eb109.C: Likewise.
8174
8175 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8176
8177 * gcc.dg/compare3.c: New test.
8178
8179 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8180
8181 * gcc.dg/format-warnll-1.c: New test.
8182
8183 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
8184
8185 * gcc.dg/cpp/cmdlne-P.c: New test.
8186
8187 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8188
8189 * gcc.c-torture/execute/builtin-abs-1.c,
8190 gcc.c-torture/execute/builtin-abs-2.c: New tests.
8191
8192 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
8193
8194 * gcc.dg/cpp/multiline.c: New test.
8195
8196 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
8197
8198 * g++.old-deja/g++.other/syshdr1.C: Update.
8199 * gcc.dg/cpp/lineflags.c: Remove temporarily.
8200
8201 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8202
8203 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
8204
8205 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8206
8207 * g++.old-deja/g++.pt/ttp65.C: New test.
8208
8209 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8210
8211 * g++.old-deja/g++.pt/ttp64.C: New test.
8212
8213 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8214
8215 * g++.old-deja/g++.pt/spec33.C: New test.
8216
8217 2000-12-14 Catherine Moore <clm@redhat.com>
8218
8219 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
8220 * gcc.c-torture/execute/920612-2.c: Likewise.
8221 * gcc.c-torture/execute/920428-2.c: Likewise.
8222 * gcc-c-torture/execute/va-arg-11.c: Call exit.
8223 * gcc.c-torture/execute/va-arg-21.c: Likewise.
8224
8225 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8226
8227 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
8228 * gcc.dg/pack-test-2.c: Likewise.
8229
8230 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8231
8232 Tests by Zack Weinberg <zackw@stanford.edu>.
8233
8234 * gcc.dg/cpp/defined.c: Update.
8235 * gcc.dg/cpp/defined_trad.c: New tests.
8236
8237 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8238
8239 * gcc.dg/cpp/trad-direct.c: Update.
8240
8241 2000-12-11 Neil Booth <neilb@earthling.net>
8242
8243 * gcc.dg/cpp/defined_trad.c
8244
8245 2000-12-11 Neil Booth <neilb@earthling.net>
8246
8247 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
8248
8249 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
8250
8251 * gcc.dg/format-miss-2.c: New test.
8252
8253 2000-12-09 Neil Booth <neilb@earthling.net>
8254
8255 * gcc.dg/cpp/lineflags.c: New tests.
8256 * gcc.dg/cpp/poison.c: Update.
8257 * gcc.dg/cpp/redef2.c: Update.
8258 * gcc.dg/cpp/skipping.c: New test.
8259
8260 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
8261
8262 * g++.old-deja/g++.other/eh3.C: New testcase.
8263
8264 2000-12-07 Neil Booth <neilb@earthling.net>
8265
8266 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
8267 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
8268 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
8269 wtr-union-init-2.c, wtr-union-init-3.c: Update.
8270 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
8271 Update.
8272
8273 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8274
8275 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
8276 __SIZE_TYPE__ instead of int for type of integers cast to
8277 pointers.
8278
8279 2000-12-07 Jakub Jelinek <jakub@redhat.com>
8280
8281 * g++.old-deja/g++.other/cleanup4.C: New test.
8282
8283 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8284
8285 * format-sec-1.c: New test.
8286
8287 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8288
8289 * gcc.dg/format-nonlit-3.c: New test.
8290
8291 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8292
8293 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
8294 through a null pointer.
8295
8296 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8297
8298 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
8299 * g++.old-deja/g++.pt/partial4.C: New test.
8300
8301 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
8302
8303 * gcc.c-torture/execute/ieee/hugeval.x: New.
8304
8305 2000-12-06 Neil Booth <neilb@earthling.net>
8306
8307 * gcc.dg/cpp/backslash2.c: New tests.
8308
8309 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8310
8311 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
8312 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
8313
8314 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
8315
8316 * gcc.c-torture/execute/20001203-2.c: New testcase.
8317
8318 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8319
8320 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
8321 * g++.old-deja/g++.other/virtual10.C: New test.
8322
8323 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8324
8325 * g++.old-deja/g++.mike/pmf5.C: Remove test.
8326
8327 2000-12-05 Richard Henderson <rth@redhat.com>
8328
8329 * gcc.c-torture/compile/20001205-1.c: New.
8330
8331 2000-12-04 Neil Booth <neilb@earthling.net>
8332
8333 * g++.old-deja/g++.other/virtual9.C: New test.
8334 * g++.old-deja/g++.pt/crash61.C: New test.
8335 * gcc.c-torture/execute/loop-9.c: New test.
8336
8337 2000-12-04 Neil Booth <neilb@earthling.net>
8338
8339 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
8340 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
8341 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
8342 * gcc.dg/cpp/extratokens.c: ...here.
8343
8344 2000-12-04 Neil Booth <neilb@earthling.net>
8345
8346 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
8347 New tests.
8348
8349 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8350
8351 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
8352 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
8353
8354 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
8355
8356 * gcc.c-torture/execute/20001203-1.c: New test.
8357
8358 2000-12-03 Neil Booth <neilb@earthling.net>
8359
8360 * gcc.dg/cpp/macro6.c: New test cases.
8361
8362 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8363
8364 * gcc.c-torture/execute/string-opt-9.c: New test.
8365 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8366 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8367 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8368
8369 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
8370 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
8371
8372 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
8373
8374 * gcc.dg/cpp/if-6.c: New testcase.
8375
8376 * gcc.dg/20001201-1.c: New testcase.
8377
8378 2000-12-02 Neil Booth <neilb@earthling.net>
8379
8380 * g++.old-deja/g++.other/externC4.C,
8381 g++.old-deja/g++.other/friend10.C: New tests.
8382
8383 2000-12-02 Neil Booth <neilb@earthling.net>
8384
8385 * g++.old-deja/g++.other/instan2.C
8386 * g++.old-deja/g++.other/instan3.C: New test.
8387
8388 2000-12-02 Neil Booth <neilb@earthling.net>
8389
8390 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
8391 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
8392 gnuc99.c,gnuc99-pedantic.c: New tests.
8393
8394 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8395
8396 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
8397 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
8398
8399 2000-12-01 Neil Booth <neilb@earthling.net>
8400
8401 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
8402 * gcc.dg/cpp/poison.c: Update.
8403 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
8404
8405 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
8406
8407 * g77.f-torture/execute/20001201.f: New test.
8408
8409 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8410
8411 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
8412
8413 2000-12-01 Jakub Jelinek <jakub@redhat.com>
8414
8415 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
8416
8417 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
8418
8419 * g++.old-deja/g++.other/cast6.C: New test.
8420
8421 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
8422
8423 * gcc.c-torture/execute/20001130-2.c: New testcase.
8424
8425 2000-11-30 Richard Henderson <rth@redhat.com>
8426
8427 * gcc.c-torture/execute/20001130-1.c: New test.
8428
8429 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8430
8431 * g++.old-deja/g++.other/op3.C: New test.
8432
8433 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8434
8435 * g++.old-deja/g++.other/op2.C: New test.
8436
8437 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8438
8439 * g++.old-deja/g++.other/crash38.C: New test.
8440
8441 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
8442
8443 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
8444
8445 2000-11-29 Jakub Jelinek <jakub@redhat.com>
8446
8447 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
8448 tests.
8449 * gcc.c-torture/execute/string-opt-6.c: New test.
8450
8451 * gcc.dg/20001117-1.c: Add main.
8452
8453 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
8454
8455 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
8456 Move from here ...
8457 * gcc.dg/940510-1.c: ... to here.
8458
8459 * gcc.dg/20000926-1.c: GNU C now allows initializations of
8460 zero-size arrays in toplevel structures.
8461
8462 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8463
8464 * gcc.c-torture/execute/loop-8.c: New test.
8465
8466 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8467
8468 * g++.old-deja/g++.other/base1.C: New test.
8469
8470 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8471
8472 * g++.old-deja/g++.other/parse2.C: New test.
8473
8474 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8475
8476 * g++.old-deja/g++.pt/incomplete1.C: New test.
8477
8478 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8479
8480 * g++.old-deja/g++.other/friend9.C: New test.
8481
8482 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8483
8484 * gcc.dg/20001127-1.c: New test.
8485
8486 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8487
8488 * g++.old-deja/g++.pt/friend46.C: New test.
8489
8490 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8491
8492 * g++.old-deja/g++.other/ptrmem8.C: New test.
8493
8494 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8495
8496 * gcc.c-torture/execute/string-opt-7.c: New test.
8497 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8498
8499 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
8500
8501 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
8502 instead of 'mkcheck 2'.
8503
8504 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
8505
8506 * gcc.c-torture/execute/memcheck/driver.c,
8507 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
8508 C9X references to refer to C99.
8509
8510 2000-11-25 Jakub Jelinek <jakub@redhat.com>
8511
8512 * gcc.dg/ultrasp3.c: New test.
8513
8514 2000-11-25 Neil Booth <neilb@earthling.net>
8515
8516 * gcc.dg/cpp/include2.c: Update test to be locale independent.
8517
8518 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
8519
8520 * gcc.c-torture/compile/20001123-2.c: New.
8521
8522 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8523
8524 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
8525
8526 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
8527
8528 * gcc.dg/sequence-point-1.c: Add some new tests.
8529 * gcc.c-torture/execute/20001124-1.c: New test.
8530
8531 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8532
8533 * g++.old-deja/g++.other/vaarg4.C: New test.
8534 * gcc.c-torture/compile/20001123-1.c: New test.
8535
8536 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8537
8538 * g++.other/crash24.C: Adjust and remove XFAIL.
8539 * g++.other/crash37.C: New test.
8540
8541 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
8542
8543 * g++.old-deja/g++.pt/instantiate9.C: New test.
8544
8545 2000-11-22 Mark Mitchell <mark@codesourcery.com>
8546
8547 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
8548 new ABI, too.
8549
8550 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
8551 * g++.old-deja/g++.robertl/eb55.C: Likewise.
8552
8553 2000-11-22 Neil Booth <neilb@earthling.net>
8554
8555 * gcc.dg/cpp/Wtrigraphs.c: New test.
8556
8557 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
8558
8559 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
8560
8561 2000-11-22 Jakub Jelinek <jakub@redhat.com>
8562
8563 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
8564
8565 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
8566
8567 * lib/gcc-dg.exp: load_lib scanasm.exp.
8568 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
8569 * lib/g++-dg.exp: load_lib scanasm.exp.
8570 * lib/scanasm.exp: New.
8571 (scan-assembler, scan-assembler-not): Add optional arguments to
8572 test name, or if not present, the pattern name.
8573 (scan-assembler-dem, scan-assembler-dem-not): New.
8574
8575 * g++.dg/dg.exp: New.
8576
8577 2000-11-21 Neil Booth <neilb@earthling.net>
8578
8579 * gcc.dg/cpp/integrated1.c: Remove.
8580
8581 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8582
8583 * gcc.c-torture/execute/20001121-1.c: New test.
8584
8585 2000-11-21 Richard Henderson <rth@redhat.com>
8586
8587 * gcc.c-torture/compile/20001121-1.c: New test.
8588
8589 2000-11-20 Neil Booth <neilb@earthling.net>
8590
8591 * gcc.dg/cpp/integrated1.c: New test.
8592
8593 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8594
8595 * g++.old-deja/g++.other/inline17.C: New test.
8596
8597 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
8598
8599 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
8600 local variable to be zero: I made the variable global. Now
8601 uses abort() and exit() instead of relying on main's return value.
8602
8603 2000-11-20 Neil Booth <neilb@earthling.net>
8604
8605 * gcc.dg/cpp/paste2.c: Update test.
8606 * objc/execute/paste.m: New test.
8607
8608 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
8609
8610 * gcc.dg/c99-condexpr-1.c: New test.
8611
8612 2000-11-20 Neil Booth <neilb@earthling.net>
8613
8614 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
8615
8616 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
8617
8618 * g++.old-deja/g++.pt/export1.C: New test.
8619
8620 2000-11-20 Jakub Jelinek <jakub@redhat.com>
8621
8622 * gcc.dg/20001117-1.c: New test.
8623
8624 2000-11-18 Richard Henderson <rth@redhat.com>
8625
8626 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
8627
8628 2000-11-18 Richard Henderson <rth@redhat.com>
8629
8630 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
8631 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
8632 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
8633
8634 2000-11-18 Richard Henderson <rth@redhat.com>
8635
8636 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
8637 (main): New. Exit cleanly.
8638
8639 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
8640
8641 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
8642 gcc.dg/c99-fordecl-2.c: New tests.
8643
8644 2000-11-18 Richard Henderson <rth@redhat.com>
8645
8646 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
8647 * gcc.c-torture/execute/zerolen-2.c: New.
8648
8649 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8650
8651 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
8652 memory.
8653
8654 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8655
8656 * g++.old-deja/g++.pt/instantiate8.C: New test.
8657
8658 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8659
8660 * g++.old-deja/g++.other/incomplete.C: Add more tests.
8661 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
8662
8663 2000-11-16 Nick Clifton <nickc@redhat.com>
8664
8665 * gcc.c-torture/execute/nestfunc-2.c: New test.
8666 * gcc.c-torture/execute/nestfunc-3.c: New test.
8667
8668 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8669
8670 * gcc.c-torture/compile/20001116-1.c: New test.
8671
8672 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8673
8674 * gcc.c-torture/execute/20001115-1.c: New test.
8675
8676 2000-11-15 Mark Mitchell <mark@codesourcery.com>
8677
8678 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
8679 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
8680 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
8681 * g++.old-deja/g++.abi/vmihint.C: Likewise.
8682
8683 2000-11-15 Neil Booth <neilb@earthling.net>
8684
8685 gcc.dg/cpp/_Pragma1.c: Update.
8686 gcc.dg/cpp/_Pragma2.c: New test.
8687
8688 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
8689
8690 * g++.old-deja/g++.other/anon5.C: New test.
8691
8692 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
8693
8694 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
8695 tests.
8696
8697 2000-11-14 Jakub Jelinek <jakub@redhat.com>
8698
8699 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
8700 output.
8701
8702 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8703
8704 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
8705 labels at end of compound statements.
8706
8707 2000-11-13 Jakub Jelinek <jakub@redhat.com>
8708
8709 * gcc.c-torture/execute/loop-7.c: New test.
8710
8711 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8712
8713 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
8714
8715 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8716
8717 * gcc.dg/c99-bool-1.c: New test.
8718
8719 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8720
8721 * gcc.dg/c99-scope-1.c: Remove xfail.
8722 * gcc.dg/c99-scope-2.c: New test.
8723
8724 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8725
8726 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
8727 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
8728
8729 2000-11-11 Mark Mitchell <mark@codesourcery.com>
8730
8731 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
8732 error messages.
8733
8734 * g++.mike/p700.C: Don't typedef wchar_t.
8735 * g++.mike/p784.C: Likewise.
8736 * g++.mike/eb101.C: Don't use __wchar_t.
8737
8738 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
8739
8740 * g77.f-torture/execute/20001111.[fx]: Test premature exit
8741 from DO loop.
8742
8743 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8744
8745 * gcc.c-torture/execute/20001111-1.c: New test.
8746
8747 2000-11-10 Nick Clifton <nickc@redhat.com>
8748
8749 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
8750 long multuiple and accumulate.
8751
8752 2000-11-09 Richard Henderson <rth@redhat.com>
8753
8754 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
8755 via size_t instead of int.
8756
8757 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
8758 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8759 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8760 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8761
8762 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
8763
8764 * gcc.c-torture/compile/20001109-1.c: New test.
8765 * gcc.c-torture/compile/20001109-2.c: New test.
8766
8767 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
8768
8769 * g++.old-deja/g++.pt/operator1.C: New test.
8770 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
8771
8772 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8773
8774 * gcc.dg/20001108-1.c: New test.
8775
8776 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8777
8778 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
8779 with both arguments constant strings.
8780 * gcc.c-torture/execute/string-opt-3.c: New test.
8781 * gcc.c-torture/execute/string-opt-4.c: New test.
8782 * gcc.c-torture/execute/string-opt-5.c: New test.
8783
8784 2000-11-08 Nick Clifton <nickc@redhat.com>
8785
8786 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
8787 mulsidi3adddi patterns.
8788
8789 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
8790
8791 * g++.old-deja/g++.other/crash36.C: New test.
8792
8793 2000-11-08 Jakub Jelinek <jakub@redhat.com>
8794
8795 * g++.old-deja/g++.other/init16.C: New test.
8796
8797 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
8798
8799 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
8800
8801 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8802
8803 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
8804 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8805 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8806
8807 2000-11-07 DJ Delorie <dj@redhat.com>
8808
8809 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
8810
8811 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8812
8813 * gcc.c-torture/execute/string-opt-1.c: New test.
8814
8815 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8816
8817 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
8818 mips-sgi-irix6.* because the MIPS ABI passes floating-point
8819 parameters in registers, and there is no way for a varargs
8820 function to know in which order the integer and floating-point
8821 parameters should be interleaved when they are placed on the
8822 stack.
8823 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8824 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8825
8826 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8827
8828 * gcc.c-torture/execute/string-opt-2.c: New test.
8829
8830 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
8831
8832 * g++.old-deja/g++.pt/crash60.C: New test.
8833
8834 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8835
8836 * g++.old-deja/g++.other/crash24.C: New test.
8837 * g++.old-deja/g++.other/crash25.C: New test.
8838 * g++.old-deja/g++.other/crash26.C: New test.
8839 * g++.old-deja/g++.other/crash27.C: New test.
8840 * g++.old-deja/g++.other/crash28.C: New test.
8841 * g++.old-deja/g++.other/crash29.C: New test.
8842 * g++.old-deja/g++.other/crash30.C: New test.
8843 * g++.old-deja/g++.other/crash31.C: New test.
8844 * g++.old-deja/g++.other/crash32.C: New test.
8845 * g++.old-deja/g++.other/crash33.C: New test.
8846 * g++.old-deja/g++.other/crash34.C: New test.
8847 * g++.old-deja/g++.other/crash35.C: New test.
8848
8849 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8850
8851 * gcc.c-torture/execute/20001031-1.c: New test.
8852
8853 2000-11-04 Mark Mitchell <mark@codesourcery.com>
8854
8855 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
8856 namespace.
8857
8858 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
8859 standards-conformant.
8860
8861 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
8862
8863 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
8864 * g++.old-deja/g++.mike/p755a.C: Likewise.
8865 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
8866 library makes no calls to `operator new' during initialization.
8867
8868 2000-11-04 Neil Booth <neilb@earthling.net>
8869
8870 * gcc.dg/cpp/include2.c: New tests.
8871
8872 Fri Nov 3 13:32:14 2000 Mark P Mitchell <mark@codesourcery.com>
8873
8874 * lib/g++.exp (g++_set_ld_library_path): New function.
8875 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
8876
8877 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
8878
8879 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
8880 warnings.
8881
8882 2000-11-01 Richard Henderson <rth@redhat.com>
8883
8884 * g++.old-deja/g++.ext/namedret1.C: New.
8885 * g++.old-deja/g++.ext/namedret2.C: New.
8886 * g++.old-deja/g++.ext/namedret3.C: New.
8887
8888 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
8889
8890 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
8891 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
8892
8893 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8894
8895 * gcc.c-torture/execute/va-arg-21.c: New test.
8896
8897 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
8898
8899 * gcc.dg/c99-complex-2.c: New test.
8900
8901 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8902
8903 * gcc.c-torture/execute/stdio-opt-1.c: New test.
8904
8905 2000-10-31 Jakub Jelinek <jakub@redhat.com>
8906
8907 * g++.old-deja/g++.other/inline16.C: New test.
8908
8909 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
8910
8911 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
8912 __PRETTY_FUNCTION__
8913
8914 2000-10-29 Neil Booth <neilb@earthling.net>
8915
8916 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
8917 New tests.
8918 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
8919 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
8920 optimisation.
8921
8922 2000-10-29 Neil Booth <neilb@earthling.net>
8923
8924 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
8925 * mi1.c, mi1c.h: Add null directives to multiple-include test.
8926 * mi5.c: Test multiple includes work with -C.
8927 * trigraphs.c: Test ^= version.
8928
8929 2000-10-28 Neil Booth <neilb@earthling.net>
8930
8931 New tests and test updates for new macro expander.
8932
8933 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
8934 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
8935 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
8936 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
8937 new diagnostic messages.
8938
8939 * gcc.dg/cpp/macro3.c: New tests.
8940
8941 2000-10-27 Mark Mitchell <mark@codesourcery.com>
8942
8943 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
8944 on the same line.
8945
8946 2000-10-27 Jakub Jelinek <jakub@redhat.com>
8947
8948 * g++.old-deja/g++.other/eh2.C: New test.
8949
8950 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
8951
8952 * gcc.c-torture/execute/20001027-1.c: New test.
8953
8954 2000-10-26 Richard Henderson <rth@redhat.com>
8955
8956 * gcc.c-torture/execute/20001026-1.c: New.
8957
8958 2000-10-26 Mark Mitchell <mark@codesourcery.com>
8959
8960 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
8961 * g++.old-deja/g++.law/builtin1.C: Likewise.
8962 * g++.old-deja/g++.law/ctors10.C: Likewise.
8963 * g++.old-deja/g++.law/virtual3.C: Likewise.
8964 * g++.old-deja/g++.mike/p658.C: Likewise.
8965 * g++.old-deja/g++.other/sibcall1.C: Likewise.
8966 * g++.old-deja/g++.other/vaarg2.C: Likewise.
8967 * g++.old-deja/g++.robertl/eb124.C: Likewise.
8968 * g++.old-deja/g++.robertl/eb44.C: Likewise.
8969 * g++.old-deja/g++.robertl/eb77.C: Likewise.
8970
8971 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
8972
8973 * gcc.c-torture/compile/20001024-1.c: New test.
8974
8975 2000-10-25 Mark Mitchell <mark@codesourcery.com>
8976
8977 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
8978 to tell us whether or not we are using V3.
8979
8980 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
8981
8982 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
8983 operands.
8984
8985 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
8986
8987 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
8988
8989 2000-10-25 Jakub Jelinek <jakub@redhat.com>
8990
8991 * gcc.c-torture/execute/20001024-1.c: New test.
8992
8993 2000-10-24 Jakub Jelinek <jakub@redhat.com>
8994
8995 * g++.old-deja/g++.other/sibcall1.C: New test.
8996
8997 2000-10-20 Jakub Jelinek <jakub@redhat.com>
8998
8999 * gcc.dg/noncompile/init-3.c: New test.
9000
9001 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
9002
9003 * gcc.dg/format-array-1.c: New test.
9004
9005 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
9006
9007 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
9008 writing through null pointers; remove comment about testing
9009 unterminated strings.
9010
9011 2000-10-17 Matthew Hiller <hiller@redhat.com>
9012
9013 * gcc.c-torture/execute/20001017-2.c: New test.
9014
9015 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
9016
9017 * gcc.c-torture/compile/20001018-1.c: New test.
9018 * gcc.c-torture/compile/20001018-1.x: Xfail.
9019
9020 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9021
9022 * gcc.c-torture/execute/20001017-1.c: New test.
9023
9024 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
9025
9026 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
9027 for multiple use of arguments with scanf formats; add tests for
9028 multiple use of arguments.
9029
9030 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
9031
9032 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
9033
9034 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
9035
9036 * gcc.dg/format-miss-1.c: New test.
9037
9038 2000-10-16 Jakub Jelinek <jakub@redhat.com>
9039
9040 * gcc.c-torture/execute/20001013-1.c: New test.
9041
9042 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
9043
9044 * gcc.dg/format-branch-1.c: New test.
9045
9046 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
9047
9048 * README, lib/file-format.exp: Remove EGCS references.
9049
9050 2000-10-16 Jakub Jelinek <jakub@redhat.com>
9051
9052 * gcc.dg/20001013-1.c: New test.
9053
9054 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
9055
9056 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
9057 for intmax_t in the compiler using __typeof__ and the type rules
9058 for conditional expressions.
9059
9060 2000-10-13 Jakub Jelinek <jakub@redhat.com>
9061
9062 * gcc.dg/20001012-1.c: New test.
9063 * gcc.dg/20001012-2.c: New test.
9064
9065 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9066
9067 * gcc.dg/format-attr-1.c: New test.
9068
9069 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9070
9071 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
9072 __LONG_LONG_MAX__ instead of LLONG_MAX.
9073
9074 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9075
9076 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
9077 scanf flags.
9078 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
9079 flags.
9080
9081 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
9082
9083 * gcc.dg/sequence-pt-1.c: New test.
9084
9085 2000-10-11 Geoff Keating <geoffk@cygnus.com>
9086
9087 * gcc.c-torture/execute/20001011-1.c: New testcase.
9088 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
9089
9090 2000-10-10 Jakub Jelinek <jakub@redhat.com>
9091
9092 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
9093 does not error on it.
9094
9095 2000-10-10 Jakub Jelinek <jakub@redhat.com>
9096
9097 * gcc.dg/20001009-1.c: New test.
9098
9099 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
9100
9101 * gcc.c-torture/compile/20001009-1.c: Move from here ....
9102 * gcc.c-torture/execute/20001009-2.c: ... to here.
9103
9104 2000-10-09 Geoff Keating <geoffk@cygnus.com>
9105
9106 * gcc.c-torture/compile/20001009-1.c: New testcase.
9107 * gcc.c-torture/execute/20001009-1.c: New testcase.
9108 Testcases provided by Jan Hubicka <jh@suse.cz>.
9109
9110 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
9111
9112 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9113 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
9114 uintmax_t using <limits.h> to emulate the compiler's internal
9115 logic. No longer XFAIL %j tests.
9116
9117 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
9118
9119 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
9120 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9121 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
9122 regexps and details of expected handling of some bad formats.
9123 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
9124 suppression.
9125
9126 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
9127
9128 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
9129 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
9130 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
9131 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
9132 in list archives.
9133
9134 2000-10-06 Richard Henderson <rth@cygnus.com>
9135
9136 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
9137 * g++.old-deja/g++.brendan/crash52.C: Likewise.
9138 * g++.old-deja/g++.jason/report.C: Likewise.
9139 * g++.old-deja/g++.law/friend5.C: Likewise.
9140 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
9141 of the expected warnings.
9142
9143 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
9144
9145 * g++.old-deja/g++.pt/enum14.C: New test.
9146
9147 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
9148
9149 * g++.old-deja/g++.pt/crash59.C: New test.
9150
9151 2000-10-04 Will Cohen <wcohen@redhat.com>
9152
9153 * gcc.dg/20000926-1.c: New test.
9154
9155 2000-10-03 Geoff Keating <geoffk@cygnus.com>
9156
9157 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
9158 function name for current C++ compiler.
9159 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
9160
9161 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
9162
9163 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
9164 __PRETTY_FUNCTION__.
9165 * g++.old-deja/g++.ext/pretty2.C: Likewise.
9166
9167 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9168
9169 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
9170
9171 2000-09-26 Jakub Jelinek <jakub@redhat.com>
9172
9173 * gcc.c-torture/compile/20000923-1.c: New test.
9174
9175 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
9176
9177 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
9178 * g++.old-deja/g++.pt/ttp62.C: Same.
9179 * g++.old-deja/g++.other/inline14.C: Same.
9180
9181 2000-09-24 Richard Henderson <rth@cygnus.com>
9182
9183 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
9184
9185 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
9186
9187 * gcc.dg/c90-printf-1.c: Add test for wide string format.
9188
9189 2000-09-22 Geoff Keating <geoffk@cygnus.com>
9190
9191 * gcc.c-torture/compile/20000922-1.c: New file.
9192
9193 2000-09-21 Nick Clifton <nickc@redhat.com>
9194
9195 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
9196 a signed long modulo operation.
9197 (mod6): New function - perform an unsigned long modulo operation.
9198 (main): Add tests for modulos of very large numbers by very small
9199 dividends.
9200
9201 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9202
9203 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
9204
9205 2000-09-19 Richard Henderson <rth@cygnus.com>
9206
9207 * gcc.dg/compare2.c (case 10): XFAIL.
9208
9209 2000-09-18 Richard Henderson <rth@cygnus.com>
9210
9211 * gcc.c-torture/execute/20000906-1.c: Move ...
9212 * gcc.dg/20000906-1.c: ... here. Only run on targets
9213 that support __builtin_trap.
9214
9215 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
9216
9217 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
9218
9219 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9220
9221 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
9222 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
9223 more $ format tests.
9224
9225 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9226
9227 * gcc.dg/format-errmk-1.c: New test.
9228
9229 2000-09-17 Greg McGary <greg@mcgary.org>
9230
9231 * gcc.c-torture/execute/20000917-1.x: Remove.
9232
9233 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
9234
9235 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
9236
9237 2000-09-17 Greg McGary <greg@mcgary.org>
9238
9239 * gcc.c-torture/execute/20000917-1.c: New test.
9240 * gcc.c-torture/execute/20000917-1.x: XFAIL.
9241
9242 Sat 16-Sep-2000 08:14:58 BST Neil Booth <NeilB@earthling.net>
9243
9244 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
9245 in nested macro bug.
9246
9247 Fri 15-Sep-2000 06:50:11 BST Neil Booth <NeilB@earthling.net>
9248
9249 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
9250
9251 Thu Sep 14 16:48:49 2000 Jeffrey A Law (law@cygnus.com)
9252
9253 * gcc.c-torture/execute/20000914-1.c: New test.
9254
9255 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
9256
9257 * g++.other/inline13.C: New test.
9258
9259 2000-09-12 Andreas Jaeger <aj@suse.de>
9260
9261 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
9262 constant by Ulrich Drepper <drepper@redhat.com>.
9263
9264 Tue Sep 12 18:32:07 2000 J"orn Rennecke <amylaar@redhat.co.uk>
9265
9266 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
9267
9268 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9269
9270 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
9271
9272 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
9273
9274 * gcc.dg/cpp/backslash.c: New test.
9275
9276 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
9277
9278 * gcc.c-torture/execute/20000910-1.c: New test.
9279 * gcc.c-torture/execute/20000910-2.c: Likewise.
9280
9281 2000-09-11 Robert Lipe <robertl@sco.com>
9282
9283 * gcc.dg/pragma-align.c: New test.
9284
9285 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
9286
9287 * g++.old-deja/g++.pt/explicit82.C: New test.
9288 * g++.old-deja/g++.pt/explicit83.C: New test.
9289
9290 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
9291
9292 * gcc.dg/asm-names.c: New test.
9293
9294 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9295
9296 * gcc.dg/cpp/tr-warn6.c: New test
9297
9298 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
9299
9300 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
9301 be accepted.
9302
9303 2000-09-07 Catherine Moore <clm@redhat.com>
9304
9305 * gcc.c-torture/execute/unroll-1.c: New test.
9306
9307 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
9308
9309 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
9310 ERROR markers.
9311 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
9312 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
9313 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
9314 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
9315 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
9316 Preprocess only.
9317 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
9318 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
9319
9320 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9321
9322 * g++.old-deja/g++.pt/deduct2.C: New test.
9323
9324 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9325
9326 * g++.old-deja/g++.pt/parms2.C: New test.
9327
9328 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9329
9330 * g++.old-deja/g++.pt/crash58.C: New test.
9331
9332 2000-09-06 Greg McGary <greg@mcgary.org>
9333
9334 * gcc.c-torture/execute/20000906-1.c: New test.
9335 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
9336
9337 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9338
9339 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
9340
9341 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9342
9343 * g++.old-deja/g++.pt/crash57.C: New test.
9344
9345 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9346
9347 * g++.old-deja/g++.pt/crash56.C: New test.
9348
9349 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9350
9351 * g++.old-deja/g++.pt/koenig1.C: New test.
9352
9353 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9354
9355 * gcc.dg/20000904-1.c: New test.
9356
9357 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9358
9359 * gcc.dg/cpp/paste8.c: New test.
9360
9361 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
9362
9363 * gcc.c-torture/compile/20000827-1.c: New test.
9364
9365 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9366
9367 * gcc.dg/format-diag-1.c: New test.
9368
9369 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9370
9371 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
9372 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
9373 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
9374 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
9375 gcc.dg/formatz-1.c: Adjust warning regular expressions.
9376
9377 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9378
9379 * g++.old-deja/g++.other/nested4.C: New test.
9380
9381 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9382
9383 * g++.old-deja/g++.ns/scoped1.C: New test.
9384
9385 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
9386
9387 * lib/g++.exp: Support testing already-installed GCC.
9388
9389 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9390
9391 * wtr-label-1.c, wtr-suffix-1.c: New tests.
9392
9393 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9394
9395 * gcc.dg/return-type-2.c: New test.
9396
9397 2000-08-27 Geoff Keating <geoffk@cygnus.com>
9398
9399 * gcc.c-torture/compile/20000825-1.c: New test.
9400
9401 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
9402
9403 * gcc.dg/dwarf2-2.c: New test.
9404
9405 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
9406
9407 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
9408 dg-warning regexps.
9409
9410 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
9411
9412 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
9413 gcc.dg/format-ext-5.c: New tests.
9414
9415 2000-08-25 Jakub Jelinek <jakub@redhat.com>
9416
9417 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
9418
9419 2000-08-24 Mark Mitchell <mark@codesourcery.com>
9420
9421 * gcc.dg/noncompile/930622-2.c: Adjust error message.
9422
9423 2000-08-24 Richard Henderson <rth@cygnus.com>
9424
9425 * gcc.dg/ia64-sync-1.c: New test.
9426 * gcc.dg/ia64-sync-2.c: New test.
9427 * gcc.dg/ia64-asm-1.c: New test.
9428
9429 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
9430
9431 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
9432 * gcc.dg/format-ext-2.c: New test.
9433
9434 2000-08-23 Jason Merrill <jason@redhat.com>
9435
9436 * lib/old-dejagnu.exp: Also ignore "In member function" and
9437 "At global scope".
9438
9439 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9440
9441 * gcc.dg/noncompile/label-lineno-1.c: New test.
9442
9443 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9444
9445 * gcc.dg/c99-array-nonobj-1.c: New test.
9446
9447 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9448
9449 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
9450 tests.
9451 * gcc.dg/format-ext-1.c: New test.
9452
9453 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9454
9455 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
9456 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
9457 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
9458 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
9459 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
9460
9461 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
9462
9463 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
9464 gcc.dg/c99-strftime-2.c: New tests.
9465
9466 2000-08-22 Richard Henderson <rth@cygnus.com>
9467
9468 * gcc.c-torture/execute/20000822-1.c: New test.
9469
9470 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9471
9472 * gcc.c-torture/execute/20000819-1.x: Remove.
9473
9474 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9475
9476 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
9477 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
9478 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
9479 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
9480 gcc.dg/format-xopen-1.c: New tests.
9481
9482 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9483
9484 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
9485
9486 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9487
9488 * g++.old-deja/g++.other/loop2.C: New test.
9489
9490 * gcc.c-torture/compile/20000606-1.c: New test.
9491 * gcc.c-torture/compile/20000728-1.c: New test.
9492 * gcc.c-torture/execute/20000801-1.c: New test.
9493 * gcc.c-torture/execute/20000801-2.c: New test.
9494 * gcc.c-torture/execute/20000819-1.c: New test.
9495 * gcc.c-torture/execute/20000819-1.x: XFAIL.
9496 * gcc.dg/20000629-1.c: New test.
9497 * gcc.dg/20000724-1.c: New test.
9498 * gcc.dg/20000807-1.c: New test.
9499
9500 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
9501
9502 * gcc.dg/cpp/pragma-1.c: New test.
9503 * gcc.dg/cpp/pragma-2.c: New test.
9504
9505 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
9506
9507 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
9508 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
9509
9510 Fri Aug 18 16:57:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9511
9512 * gcc.c-torture/compile/20000818-1.c: New test.
9513
9514 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
9515
9516 * gcc.c-torture/execute/20000818-1.c: New test.
9517
9518 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
9519
9520 * gcc.dg/format-va-1.c: New test.
9521
9522 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9523
9524 * g++.old-deja/g++.other/typedef8.C: New test.
9525
9526 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9527
9528 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
9529 * g++.old-deja/g++.mike/net36.C: Mark candidate.
9530 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
9531 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
9532 * g++.old-deja/g++.other/ptrmem7.C: New test.
9533 * g++.old-deja/g++.pt/ptrmem10.C: New test.
9534
9535 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9536
9537 * g++.old-deja/g++.pt/typename27.C: New test.
9538
9539 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
9540
9541 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
9542 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
9543 * g++.old-deja/g++.pt/friend45.C: New test.
9544 * g++.old-deja/g++.other/friend8.C: New test.
9545
9546 2000-08-15 Richard Henderson <rth@cygnus.com>
9547
9548 * gcc.c-torture/execute/20000815-1.c: New test.
9549
9550 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
9551
9552 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
9553 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
9554 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
9555
9556 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
9557
9558 * g++.old-deja/g++.other/refinit2.C: New test.
9559
9560 2000-08-13 Geoff Keating <geoffk@cygnus.com>
9561
9562 * lib/c-torture.exp (c-torture): Make
9563 compiler_conditional_xfail_data global.
9564 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
9565 compiler_conditional_xfail_data machinery.
9566 (f-torture-execute): Likewise.
9567 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
9568 and only when unrolling loops.
9569
9570 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
9571
9572 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9573
9574 * g++.old-deja/g++.pt/explicit81.C: New test.
9575
9576 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9577
9578 * g++.old-deja/g++.pt/typename26.C: New test.
9579
9580 2000-08-10 Geoff Keating <geoffk@cygnus.com>
9581
9582 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
9583 warning.
9584
9585 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
9586
9587 * g++.old-deja/g++.other/array3.C: New test.
9588
9589 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9590
9591 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
9592 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
9593 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
9594 New tests.
9595
9596 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
9597
9598 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
9599 * g++.old-deja/g++.abi/vmihint.C: Likewise.
9600
9601 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
9602
9603 * gcc.c-torture/execute/20000808-1.c: New test.
9604
9605 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9606
9607 * gcc.dg/c90-const-expr-1.c: New test.
9608
9609 2000-08-08 Richard Henderson <rth@cygnus.com>
9610
9611 * gcc.dg/noncompile/920923-1.c: Declare calloc.
9612
9613 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
9614
9615 * gcc.dg/noncompile/const-ll-1.c: New test.
9616
9617 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
9618
9619 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
9620
9621 Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
9622
9623 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
9624 that running programs linked against the shared version of libobjc
9625 run correctly.
9626
9627 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9628
9629 * gcc.dg/c99-printf-1.c: New test.
9630
9631 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9632
9633 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
9634
9635 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
9636
9637 * gcc.c-torture/execute/20000731-1.x: Delete.
9638
9639 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
9640
9641 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
9642 and torture_without_loops as is done by c-torture.exp.
9643 (search_for): Copy from c-torture.exp.
9644 (gcc-dg-runtest): New function, drives a directory of tests
9645 iterating over the TORTURE_OPTIONS.
9646 (scan-assembler, scan-assembler-not): Move here from
9647 individual directory drivers.
9648
9649 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
9650 defined by lib/gcc-dg.exp.
9651 * gcc.dg/cpp/cpp.exp: Likewise.
9652 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
9653 gcc-dg-runtest, so we cycle over optimization options.
9654
9655 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
9656 * gcc.dg/compare2.c: No longer expected to fail.
9657
9658 Fri Aug 4 23:00:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9659
9660 * gcc.c-torture/execute/20000804-1.c: New test.
9661
9662 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
9663
9664 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
9665
9666 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
9667
9668 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
9669
9670 Thu Aug 3 01:46:33 2000 Jeffrey A Law (law@cygnus.com)
9671
9672 * gcc.c-torture/compile/20000803-1.c: New test.
9673
9674 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
9675
9676 * gcc.c-torture/execute/20000801-3.c,
9677 gcc.c-torture/execute/20000801-4.c: New tests.
9678 * gcc.c-torture/execute/20000801-3.x,
9679 gcc.c-torture/execute/20000801-4.x: Xfail.
9680
9681 2000-08-02 Geoff Keating <geoffk@cygnus.com>
9682
9683 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
9684 libobjc/.libs to allow for libtool.
9685
9686 2000-08-02 Jakub Jelinek <jakub@redhat.com>
9687
9688 * gcc.c-torture/compile/20000802-1.c: New test.
9689
9690 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
9691
9692 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
9693
9694 Mon Jul 31 21:14:49 2000 Jeffrey A Law (law@cygnus.com)
9695
9696 * gcc-c-torture/execute/20000731-2.c: New test.
9697
9698 * gcc.c-torture/execute/20000731-1.c: New test.
9699 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
9700
9701 2000-07-31 Jakub Jelinek <jakub@redhat.com>
9702
9703 * testsuite/gcc.dg/cpp/paste7.c: New test.
9704 * gcc.dg/cpp/20000725-1.c: New test.
9705
9706 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
9707
9708 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
9709 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
9710 declaration warning for __builtin_dwarf_reg_size.
9711
9712 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
9713
9714 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
9715
9716 * gcc.dg/noncompile/voidparam-1.c: New test.
9717
9718 2000-07-30 Richard Henderson <rth@cygnus.com>
9719
9720 * gcc.dg/c90-digraph-1.c: Don't xfail.
9721 * gcc.dg/compare2.c (case 10): Xfail.
9722 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
9723
9724 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
9725
9726 * gcc.dg/c99-main-1.c: New test.
9727
9728 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
9729
9730 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
9731
9732 Wed Jul 26 19:41:51 2000 Hans-Peter Nilsson <hp@axis.com>
9733
9734 * gcc.c-tortuer/execute/20000726-1.c: New test.
9735
9736 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
9737
9738 * gcc.c-torture/execute/enum-2.c: New test.
9739
9740 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9741
9742 * gcc.dg/cpp/tr-warn3.c: New test.
9743
9744 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9745
9746 * g++.old-deja/g++.ext/implicit1.C: Remove.
9747 * g++.old-deja/g++.jason/c2.C: Remove
9748 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
9749 * g++.old-deja/g++.pt/crash16.C: Likewise.
9750 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
9751
9752 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9753
9754 * g++.old-deja/g++.other/for2.C: New test.
9755
9756 2000-07-25 Jakub Jelinek <jakub@redhat.com>
9757
9758 * gcc.dg/20000720-1.c: New test.
9759
9760 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
9761
9762 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
9763
9764 2000-07-24 Geoff Keating <geoffk@cygnus.com>
9765
9766 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
9767 * gcc.c-torture/execute/20000722-1.c: New.
9768 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
9769
9770 2000-07-24 Jakub Jelinek <jakub@redhat.com>
9771
9772 * gcc.dg/cpp/20000720-1.S: New test.
9773
9774 2000-07-21 Michael Meissner <meissner@redhat.com>
9775
9776 * gcc.c-torture/execute/ieee/hugeval.c: New test.
9777
9778 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9779
9780 * g++.old-deja/g++.brendan/crash16.C,
9781 g++.old-deja/g++.brendan/parse3.C,
9782 g++.old-deja/g++.brendan/redecl1.C,
9783 g++.old-deja/g++.ns/template13.C,
9784 g++.old-deja/g++.other/decl4.C,
9785 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
9786
9787 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9788
9789 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
9790 and "Internal error".
9791
9792 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
9793 regexps.
9794 * gcc.dg/cpp/paste6.c: New test.
9795
9796 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
9797
9798 * gcc.dg/cpp/tr-direct.c: New test.
9799
9800 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
9801 gcc.dg/cpp/undef1.c: Tweak error regexps.
9802
9803 2000-07-18 Eric Christopher <echristo@redhat.com>
9804
9805 * gcc.c-torture/compile/20000718-1.c: New test.
9806
9807 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
9808
9809 * cpplex.c (_cpp_push_token): If the token being pushed back
9810 is the previous token in this context, just subtract one from
9811 context->posn.
9812 * cppmacro.c (save_expansion): Clear aux field when storing a
9813 placemarker.
9814
9815 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
9816
9817 * gcc.dg/noncompile/redecl-1.c: New test.
9818
9819 2000-07-18 Jakub Jelinek <jakub@redhat.com>
9820
9821 * gcc.c-torture/execute/20000717-5.c: New test.
9822 * gcc.c-torture/execute/20000717-1.x: Removed.
9823
9824 2000-07-17 Richard Henderson <rth@cygnus.com>
9825
9826 * gcc.c-torture/execute/20000717-4.c: New test.
9827
9828 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
9829
9830 * gcc.dg/cpp/syshdr.c: New test.
9831 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
9832
9833 2000-07-17 Neil Booth <neilb@earthling.net>
9834
9835 * gcc.dg/cpp/cmdlne-dM.c: New test.
9836 * gcc.dg/cpp/cmdlne-dD.c: New test.
9837
9838 Mon Jul 17 03:13:12 2000 Jeffrey A Law (law@cygnus.com)
9839
9840 * gcc.c-torture/execute/20000717-3.c: New test.
9841
9842 * gcc.c-torture/compile/20000717-1.c: New test.
9843
9844 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
9845
9846 * gcc.c-torture/execute/20000717-2.c: New test.
9847
9848 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
9849
9850 * gcc.dg/formatz-1.c: New test.
9851
9852 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
9853 * gcc.dg/c99-digraph-1.c: New tests.
9854
9855 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
9856 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
9857
9858 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
9859 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
9860 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
9861 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
9862 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
9863 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
9864 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
9865
9866 Mon Jul 17 00:41:57 2000 Greg McGary <greg@mcgary.org>
9867
9868 * gcc.c-torture/execute/20000717-1.c: New test.
9869 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
9870
9871 2000-07-15 Jakub Jelinek <jakub@redhat.com>
9872
9873 * gcc.c-torture/execute/20000715-2.c: New test.
9874 * gcc.dg/20000715-1.c: New test.
9875
9876 2000-07-15 Michael Meissner <meissner@redhat.com>
9877
9878 * gcc.c-torture/execute/20000715-1.c: New test.
9879
9880 2000-07-13 Jakub Jelinek <jakub@redhat.com>
9881
9882 * gcc.c-torture/execute/20000707-1.c: New test.
9883
9884 2000-07-13 Neil Booth <NeilB@earthling.net>
9885
9886 * testsuite/gcc.dg/cpp/digraph1.c,
9887 testsuite/gcc.dg/cpp/digraph2.c,
9888 testsuite/gcc.dg/cpp/digraphs.c: New tests.
9889
9890 2000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
9891
9892 * g77.f-torture/compile/20000630-2.f: New test.
9893 * g77.f-torture/compile/20000630-2.x
9894
9895 2000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
9896
9897 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
9898
9899 2000-07-11 Neil Booth <NeilB@earthling.net>
9900
9901 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
9902
9903 2000-07-11 Neil Booth <NeilB@earthling.net>
9904
9905 * gcc.dg/cpp/cmdlne-C.c: New.
9906
9907 2000-07-09 Neil Booth <NeilB@earthling.net>
9908
9909 * gcc.dg/cpp/directiv.c: New tests.
9910 * gcc.dg/cpp/undef1.c: Update.
9911
9912 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
9913
9914 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
9915
9916 2000-07-09 Neil Booth <NeilB@earthling.net>
9917
9918 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
9919
9920 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
9921
9922 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
9923 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
9924
9925 2000-07-08 Neil Booth <NeilB@earthling.net>
9926
9927 * gcc.dg/cpp/macsyntx.c: New tests.
9928
9929 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9930
9931 * gcc.dg/20000707-1.c: New test.
9932
9933 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9934
9935 * gcc.c-torture/execute/20000706-1.c: New test.
9936 * gcc.c-torture/execute/20000706-2.c: New test.
9937 * gcc.c-torture/execute/20000706-3.c: New test.
9938 * gcc.c-torture/execute/20000706-4.c: New test.
9939 * gcc.c-torture/execute/20000706-5.c: New test.
9940
9941 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9942
9943 * g++.old-deja/g++.pt/instantiate7.C: New test.
9944
9945 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9946
9947 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
9948 * g++.old-deja/g++.mike/thunk3.C: Likewise.
9949 * g++.old-deja/g++.other/rtti3.C: Likewise.
9950 * g++.old-deja/g++.other/rttid3.C: Likewise.
9951
9952 2000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
9953
9954 * g77.f-torture/compile/20000630-1.x: Fix typo
9955
9956 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
9957
9958 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
9959 assembly output.
9960
9961 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
9962
9963 * gcc.dg/cpp/ident.c: New test.
9964
9965 2000-07-05 Neil Booth <NeilB@earthling.net>
9966
9967 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
9968 gcc.dg/cpp/lexstrng.c: New tests.
9969
9970 2000-07-04 Neil Booth <NeilB@earthling.net>
9971
9972 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
9973 * gcc.dg/cpp/strify2.c: Same.
9974
9975 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
9976
9977 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
9978 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
9979 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
9980 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
9981
9982 * testsuite/gcc.dg/cpp/macro1.c,
9983 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
9984 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
9985 testsuite/gcc.dg/cpp/strify1.c,
9986 testsuite/gcc.dg/cpp/strify2.c: New tests.
9987
9988 2000-07-03 Jakub Jelinek <jakub@redhat.com>
9989
9990 * gcc.c-torture/execute/20000703-1.c: New test.
9991
9992 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
9993
9994 * g++.old-deja/g++.pt (lookup10.C): New test.
9995
9996 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
9997
9998 * g++.old-deja/g++.pt (typename25.C): New test.
9999
10000 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
10001
10002 * gcc.c-torture/compile/20000701-1.c: New test.
10003
10004 2000-06-30 Nick Clifton <nickc@cygnus.com>
10005
10006 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
10007 to test case.
10008
10009 2000-06-30 Catherine Moore <clm@cygnus.com>
10010
10011 * gcc.c-torture/execute/align-1.c: New test.
10012
10013 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
10014
10015 * g++.old-deja/g++.pt/expr8.C: New test.
10016 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
10017
10018 2000-06-29 Nick Clifton <nickc@cygnus.com>
10019
10020 * gcc.c-torture/compile/20000629-1.c: New test.
10021
10022 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
10023
10024
10025 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
10026 gcc.dg/noncompile directory, depending on whether they're
10027 preprocessor tests or not. Annotate all the tests for the dg
10028 framework.
10029
10030 * gcc.c-torture/noncompile/noncompile.exp: Delete.
10031 * gcc.dg/noncompile/noncompile.exp: New.
10032
10033 * Moved files:
10034 Old name New name
10035 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
10036 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
10037 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
10038 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
10039 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
10040 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
10041 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
10042 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
10043 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
10044 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
10045 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
10046 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
10047 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
10048 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
10049 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
10050 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
10051 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
10052 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
10053 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
10054 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
10055 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
10056 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
10057 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
10058 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
10059
10060 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
10061 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
10062 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
10063 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
10064 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
10065 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
10066
10067 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
10068
10069 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
10070 declare one variable. On the fourth, error.
10071 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
10072 declared by 20000628-1a.h.
10073
10074 2000-06-29 Richard Henderson <rth@redhat.com>
10075
10076 * gcc.c-torture/execute/930529-1.x: New file.
10077 * gcc.dg/920413-1.c: Adjust expected warning text.
10078 * gcc.dg/980217-1.c: Declare abort.
10079 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
10080
10081 Thu Jun 29 09:42:40 2000 Jeffrey A Law (law@cygnus.com)
10082
10083 * g77.f-torture/compile/20000629-1.f: New test.
10084 * g77.f-torture/compile/20000629-1.x: Expected to fail.
10085
10086 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
10087
10088 Rearrange lots of files, removing entirely the
10089 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
10090 directories.
10091
10092 * Deleted files:
10093 gcc.c-torture/code_quality/code_quality.exp
10094 gcc.c-torture/special/special.exp
10095 gcc.failure/failure.exp
10096 gcc.failure/940409-1.x
10097 gcc.c-torture/compile/961203-1.x
10098
10099 * New files:
10100 gcc.misc-tests/linkage.exp
10101 gcc.c-torture/execute/920730-1t.c
10102 gcc.c-torture/execute/920730-1t.x
10103 gcc.c-torture/compile/920520-1.x
10104 gcc.c-torture/compile/920521-1.x
10105 gcc.c-torture/compile/981006-1.x
10106 gcc.c-torture/execute/eeprof-1.x
10107
10108 * Moved files (possibly with modifications to fit a new harness):
10109 Old name New name
10110 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
10111 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
10112 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
10113 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
10114 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
10115 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
10116 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
10117 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
10118 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
10119 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
10120 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
10121 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
10122 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
10123 gcc.failure/940409-1.c gcc.dg/940409-1.c
10124
10125 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
10126
10127 * c-torture/compile/961203-1.x: Delete.
10128
10129 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
10130 not exit. Include stdio.h.
10131 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
10132 * gcc.misc-tests/dg-12.c: Likewise.
10133 * gcc.misc-tests/dg-5.c: Likewise.
10134 * gcc.misc-tests/dg-6.c: Likewise.
10135 * gcc.misc-tests/dg-7.c: Prototype abort.
10136 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
10137 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
10138 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
10139 not exit.
10140 * gcc.misc-tests/sieve.c: Use return from main, not exit.
10141 * gcc.misc-tests/sort2.c: Use return from main, not exit.
10142
10143 2000-06-28 Jakub Jelinek <jakub@redhat.com>
10144
10145 * gcc.dg/cpp/20000628-1.c: New test.
10146 * gcc.dg/cpp/20000628-1.h: New header for above test.
10147 * gcc.dg/cpp/20000628-1a.h: Likewise.
10148
10149 2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
10150
10151 * gcc.dg/cpp: New directory.
10152 * gcc.dg/cpp/cpp.exp: New driver.
10153 * gcc.dg/cpp/20000627-1.c: New test.
10154 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
10155 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
10156 and rewrite as a compilation test.
10157
10158 * gcc.dg: Move many files into the cpp subdirectory, possibly
10159 renaming or editing them as well.
10160 Old name New name
10161 990119-1.c cpp/19990119-1.c
10162 990228-1.c cpp/19990228-1.c
10163 990407-1.c cpp/19990407-1.c
10164 990409-1.c cpp/19990409-1.c
10165 990413-1.c cpp/19990413-1.c
10166 990703-1.c cpp/19990703-1.c
10167 20000127-1.c cpp/20000127-1.c
10168 20000129-1.c cpp/20000129-1.c
10169 20000207-1.c cpp/20000207-1.c
10170 20000207-2.c cpp/20000207-2.c
10171 20000209-1.c cpp/20000209-1.c
10172 20000209-2.c cpp/20000209-2.c
10173 20000301-1.c cpp/20000301-1.c
10174 20000419-1.c cpp/20000419-1.c
10175 20000510-1.S cpp/20000510-1.S
10176 20000519-1.c cpp/20000519-1.c
10177 20000529-1.c cpp/20000529-1.c
10178 20000625-1.c cpp/20000625-1.c
10179 20000625-2.c cpp/20000625-2.c
10180 cpp-as1.c cpp/assert1.c
10181 cpp-as2.c cpp/assert2.c
10182 cxx-comments-1.c cpp/cxxcom1.c
10183 cxx-comments-2.c cpp/cxxcom2.c
10184 endif-label.c cpp/endif.c
10185 cpp-hash1.c cpp/hash1.c
10186 cpp-hash2.c cpp/hash2.c
10187 cpp-if1.c cpp/if-1.c
10188 cpp-if2.c cpp/if-2.c
10189 cpp-if3.c cpp/if-3.c
10190 cpp-if4.c cpp/if-4.c
10191 cpp-if5.c cpp/if-5.c
10192 cpp-cond.c cpp/if-cexp.c
10193 cpp-missingop.c cpp/if-mop.c
10194 cpp-missingparen.c cpp/if-mpar.c
10195 cpp-opprec.c cpp/if-oppr.c
10196 cpp-ifparen.c cpp/if-paren.c
10197 cpp-shortcircuit.c cpp/if-sc.c
10198 cpp-shift.c cpp/if-shift.c
10199 cpp-unary.c cpp/if-unary.c
10200 cpp-li1.c cpp/line1.c
10201 cpp-li2.c cpp/line2.c
10202 lineno.c cpp/line3.c
10203 lineno-2.c cpp/line4.c
10204 cpp-mi.c cpp/mi1.c
10205 cpp-mic.h cpp/mi1c.h
10206 cpp-micc.h cpp/mi1cc.h
10207 cpp-mind.h cpp/mi1nd.h
10208 cpp-mindp.h cpp/mi1ndp.h
10209 cpp-mix.h cpp/mi1x.h
10210 cpp-mi2.c cpp/mi2.c
10211 cpp-mi2a.h cpp/mi2a.h
10212 cpp-mi2b.h cpp/mi2b.h
10213 cpp-mi2c.h cpp/mi2c.h
10214 cpp-mi3.c cpp/mi3.c
10215 cpp-mi3.def cpp/mi3.def
10216 poison-1.c cpp/poison.c
10217 pr-impl.c cpp/prag-imp.c
10218 cpp-redef-2.c cpp/redef1.c
10219 cpp-redef.c cpp/redef2.c
10220 strpaste.c cpp/strp1.c
10221 strpaste-2.c cpp/strp2.c
10222 cpp-tradpaste.c cpp/tr-paste.c
10223 cpp-tradstringify.c cpp/tr-str.c
10224 cpp-tradwarn1.c cpp/tr-warn1.c
10225 cpp-tradwarn2.c cpp/tr-warn2.c
10226 trigraphs.c cpp/trigraphs.c
10227 cpp-unc1.c cpp/unc1.c
10228 cpp-unc2.c cpp/unc2.c
10229 cpp-unc3.c cpp/unc3.c
10230 cpp-unc.c cpp/unc4.c
10231 undef.c cpp/undef1.c
10232 undef-2.c cpp/undef2.c
10233 cpp-wi1.c cpp/widestr1.c
10234
10235 2000-06-27 Mark Mitchell <mark@codesourcery.com>
10236
10237 * lib/g++.exp (g++_include_flags): Tweak.
10238
10239 2000-06-27 H.J. Lu <hjl@gnu.org>
10240 Loren J. Rittle <ljrittle@acm.org>
10241
10242 * lib/g++.exp (g++_include_flags): Override libgloss.exp
10243 version with one that knows about the new gcc tree structure.
10244 (g++_link_flags): Same.
10245
10246 2000-06-26 Zack Weinberg <zack@wolery.cumb.org>
10247
10248 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
10249 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
10250 case we are cross-compiling.
10251
10252 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
10253 g++.old-deja/g++.niklas/Makefile.in,
10254 g++.old-deja/g++.niklas/configure.in,
10255 g++.old-deja/g++.other/Makefile.in,
10256 g++.old-deja/g++.other/configure.in,
10257 gcc.c-torture/code_quality/Makefile.in,
10258 gcc.c-torture/code_quality/configure.in,
10259 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
10260 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
10261 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
10262 gcc.c-torture/execute/ieee/Makefile.in,
10263 gcc.c-torture/execute/ieee/configure.in,
10264 gcc.c-torture/noncompile/Makefile.in,
10265 gcc.c-torture/noncompile/configure.in,
10266 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
10267 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
10268 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
10269
10270 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10271
10272 * g++.old-deja/g++.other/ambig3.C: New test.
10273
10274 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10275
10276 * g++.old-deja/g++.pt/syntax1.C: New test.
10277 * g++.old-deja/g++.pt/syntax2.C: New test.
10278 * g++.old-deja/g++.other/syntax3.C: New test.
10279 * g++.old-deja/g++.other/syntax4.C: New test.
10280
10281 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10282
10283 * gcc.dg/20000623-1.c: Prototype exit and abort.
10284
10285 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10286
10287 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
10288 New tests.
10289 * gcc.dg/cpp-mi3.def: New file.
10290
10291 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
10292 inside assertions.
10293 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
10294 lexer's error messages.
10295 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
10296 divine anything from the linemarkers.
10297 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
10298 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
10299
10300 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
10301
10302 * gcc.dg/20000623-1.c: New test.
10303
10304 2000-06-22 Jakub Jelinek <jakub@redhat.com>
10305
10306 * gcc.c-torture/execute/20000622-1.c: New test.
10307
10308 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10309
10310 * g++.old-deja/g++.other/init15.C: New test.
10311
10312 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10313
10314 * g++.old-deja/g++.pt/vaarg2.C: New test.
10315 * g++.old-deja/g++.pt/vaarg3.C: New test.
10316
10317 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
10318
10319 * g++.old-deja/g++.other/dyncast6.C: New test.
10320
10321 2000-06-15 Jakub Jelinek <jakub@redhat.com>
10322
10323 * gcc.c-torture/execute/loop-6.c: New test.
10324
10325 2000-06-14 Jakub Jelinek <jakub@redhat.com>
10326
10327 * gcc.dg/20000614-1.c: New test.
10328 * gcc.dg/20000614-2.c: New test.
10329
10330 2000-06-14 Hans-Peter Nilsson <hp@axis.com>
10331
10332 * g++.old-deja/g++.other/inline12.C: New test.
10333
10334 2000-06-13 Jakub Jelinek <jakub@redhat.com>
10335
10336 * g++.old-deja/g++.other/eh1.C: New test.
10337
10338 2000-06-12 Jakub Jelinek <jakub@redhat.com>
10339
10340 * g++.old-deja/g++.other/type.C: New test.
10341
10342 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10343
10344 * g++.old-deja/g++.other/initstring.C: New test.
10345
10346 2000-06-12 Jason Merrill <jason@redhat.com>
10347
10348 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
10349
10350 Fri Jun 9 22:46:34 2000 Jeffrey A Law (law@cygnus.com)
10351
10352 * gcc.c-torture/compile/20000609-1.c: New test.
10353
10354 Fri Jun 9 21:54:28 2000 Clinton Popetz <cpopetz@cygnus.com>
10355
10356 * gcc.dg/20000609-1.c: New test.
10357
10358 2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
10359
10360 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
10361 * gcc.c-torture/noncompile/poison-1.c: Move...
10362 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
10363 * gcc.dg/cpp-li1.c: Add a token after the #line.
10364
10365 2000-06-05 Richard Henderson <rth@cygnus.com>
10366
10367 * gcc.c-torture/execute/20000605-2.c: New test.
10368 * gcc.c-torture/execute/20000605-3.c: New test.
10369
10370 2000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
10371
10372 * g77.f-torture/execute/20000503-1.x: New file.
10373
10374 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
10375
10376 * g++.old-deja/g++.eh/badalloc1.C: New test.
10377
10378 2000-06-05 Richard Henderson <rth@cygnus.com>
10379
10380 * gcc.c-torture/execute/20000605-1.c: New test.
10381
10382 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10383 Nathan Sidwell <nathan@codesourcery.com>
10384
10385 * gcc.c-torture/compile/20000605-1.c: New test.
10386
10387 2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
10388
10389 * g77.f-torture/compile/20000601-1.f: New test.
10390
10391 2000-06-03 Richard Henderson <rth@cygnus.com>
10392
10393 * gcc.c-torture/execute/20000603-1.c: New.
10394
10395 2000-06-02 Zack Weinberg <zack@wolery.cumb.org>
10396
10397 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
10398 * gcc.dg/noreturn-2.c (noreturn): Likewise.
10399
10400 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
10401
10402 * gcc.dg/compare2.c (case 12): XFAIL.
10403 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
10404 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
10405
10406 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
10407
10408 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
10409
10410 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
10411 guard macro is already defined when the header is first
10412 included.
10413 * gcc.dg/cpp-mix.h: New file.
10414 * gcc.dg/endif-label.c: Update patterns to match compiler.
10415
10416 * g++.brendan/complex1.C: Declare abort.
10417 * g++.law/refs4.C: Remove XFAIL.
10418 * g++.oliva/expr2.C: Declare abort and exit.
10419
10420 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
10421
10422 * gcc.c-torture/execute/20000528-1.c: New test.
10423
10424 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
10425 * g++.old-deja/g++.law/temps4.C: Likewise.
10426
10427 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
10428 stdlib.h. Call abort() on failure.
10429 * g++.old-deja/g++.law/refs4.C: Likewise.
10430 * g++.old-deja/g++.law/temps4.C: Likewise.
10431 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
10432 * gcc.c-torture/execute/20000112-1.c: Include string.h.
10433
10434 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
10435
10436 Relative to g++.dg/special:
10437 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
10438
10439 Relative to g++.old-deja:
10440 * g++.brendan/complex1.C, g++.jason/optimize2.C,
10441 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
10442 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
10443 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
10444 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
10445 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
10446 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
10447
10448 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
10449 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
10450 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
10451 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
10452 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
10453 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
10454 and/or string.h.
10455
10456 * g++.other/goto1.C: Update expectations for error messages.
10457
10458 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
10459
10460 * gcc.c-torture/compile/20000523-1.c: New test.
10461
10462 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10463
10464 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
10465
10466 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10467
10468 * g++.old-deja/g++.eh/catch11.C: New test.
10469 * g++.old-deja/g++.eh/catch12.C: New test.
10470
10471 2000-05-24 Nick Clifton <nickc@cygnus.com>
10472
10473 * gcc.c-torture/execute/20000523-1.c: New test.
10474
10475 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
10476
10477 * c-torture/execute/bcp-1.c: Replace abort in arg of
10478 __builtin_constant_p with a generic external function.
10479
10480 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
10481 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
10482 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
10483 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
10484 Prototype abort and/or exit.
10485
10486 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
10487 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
10488 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
10489 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
10490
10491 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
10492
10493 * gcc.dg/dwarf2-1.c: New test.
10494
10495 2000-05-20 Richard Henderson <rth@cygnus.com>
10496
10497 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
10498
10499 2000-05-20 Andreas Jaeger <aj@suse.de>
10500
10501 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
10502 testcase.
10503
10504 2000-05-19 David Edelsohn <edelsohn@gnu.org>
10505
10506 * gcc.c-torture/execute/20000519-2.c: New test.
10507
10508 2000-05-19 Andreas Jaeger <aj@suse.de>
10509
10510 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
10511 which fails with SSA.
10512
10513 * lib/c-torture.exp: Also test with -O3 -fssa.
10514
10515 2000-05-18 Michael Meissner <meissner@redhat.com>
10516
10517 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
10518 * gcc.c-torture/execute/920415-1.c: Ditto.
10519 * gcc.c-torture/execute/920501-1.c: Ditto.
10520 * gcc.c-torture/execute/conversion.c: Ditto.
10521 * gcc.c-torture/execute/cvt-1.c: Ditto.
10522
10523 Thu May 18 16:03:29 2000 Jeffrey A Law (law@cygnus.com)
10524
10525 * gcc.c-torture/compile/20000518-1.c: New test.
10526
10527 2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
10528
10529 * g77.f-torture/compile/200005018.f: New test.
10530
10531 Wed May 17 18:30:10 2000 Jeffrey A Law (law@cygnus.com)
10532
10533 * gcc.c-torture/compile/20000517-1.c: New test.
10534
10535 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10536
10537 * gcc.c-torture/execute/20000516-1.c: New test.
10538
10539 2000-05-15 Jakub Jelinek <jakub@redhat.com>
10540
10541 * g++.old-deja/g++.other/eh.C: New test.
10542
10543 2000-05-12 Richard Henderson <rth@cygnus.com>
10544
10545 * gcc.c-torture/execute/990208-1.c (main): Don't pass
10546 constants through to doit's conditional.
10547
10548 Thu May 11 19:02:43 2000 Jeffrey A Law (law@cygnus.com)
10549
10550 * gcc.c-torture/compile/20000511-1.c: New test.
10551 * g77.f-torture/compile/20000511-1.f: New test.
10552 * g77.f-torture/compile/20000511-2.f: New test.
10553
10554 2000-05-11 Michael Meissner <meissner@redhat.com>
10555
10556 * gcc.c-torture/execute/20000511-1.c: New test.
10557
10558 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
10559
10560 * gcc.dg/dg.exp: Scan .S files as well as .c files.
10561 * gcc.dg/20000510-1.S: New.
10562
10563 2000-05-08 Catherine Moore <clm@cygnus.com>
10564
10565 * gcc.dg/unused-3.c: New.
10566
10567 2000-05-06 Richard Henderson <rth@cygnus.com>
10568
10569 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
10570 * g++.old-deja/g++.mike/warn1.C: Likewise.
10571 * g++.old-deja/g++.pt/local1.C: Likewise.
10572 * g++.old-deja/g++.pt/local7.C: Likewise.
10573 * g++.old-deja/g++.pt/spec16.C: Likewise.
10574
10575 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
10576
10577 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
10578
10579 2000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
10580
10581 * g77.f-torture/execute/20000503-1.f: New test.
10582
10583 2000-05-04 Andreas Jaeger <aj@suse.de>
10584
10585 * gcc.dg/noreturn-2.c: New test.
10586
10587 2000-05-04 Neil Booth <NeilB@earthling.net>
10588
10589 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
10590 preprocessor.
10591
10592 2000-05-04 Richard Henderson <rth@cygnus.com>
10593
10594 * gcc.c-torture/execute/20000503-1.c: Fix typo.
10595
10596 2000-05-04 Richard Henderson <rth@cygnus.com>
10597
10598 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
10599 OpenSSL by Jason R Thorpe.
10600
10601 Wed May 3 13:02:10 2000 Jim Wilson <wilson@cygnus.com>
10602
10603 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
10604
10605 2000-05-03 Robert Lipe <robertlipe@usa.net>
10606
10607 * gcc.dg/20000503-1.c: New test.
10608
10609 2000-05-02 Jakub Jelinek <jakub@redhat.com>
10610
10611 * gcc.c-torture/compile/20000502-1.c: New test.
10612 * g++.old-deja/g++.other/align.C: New test.
10613 * gcc.dg/cpp-tradstringify.c: New test.
10614
10615 Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
10616
10617 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
10618 and hard registers.
10619
10620 2000-04-26 Geoff Keating <geoffk@cygnus.com>
10621
10622 * gcc.c-torture/execute/loop-5.c: New test.
10623
10624 2000-04-25 Jakub Jelinek <jakub@redhat.com>
10625
10626 * gcc.c-torture/execute/va-arg-20.c: New test.
10627
10628 Sun Apr 23 14:41:33 2000 Jeffrey A Law (law@cygnus.com)
10629
10630 * gcc.c-torture/execute/20000422-1.c: New test.
10631
10632 2000-04-20 Greg McGary <gkm@gnu.org>
10633
10634 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
10635 when optimizing, but without sibling-call optimizations (-O1).
10636
10637 Thu Apr 20 11:57:03 2000 Jeffrey A Law (law@cygnus.com)
10638
10639 * gcc.c-torture/compile/20000420-1.c: New test.
10640
10641 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
10642
10643 * g++.abi/ptrflags.C: New test.
10644 * g++.eh/catchptr1.C: Test incomplete pointer chains.
10645
10646 Wed Apr 19 09:16:32 2000 Catherine Moore <clm@cygnus.com>
10647
10648 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
10649
10650 2000-04-19 Greg McGary <gkm@gnu.org>
10651
10652 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
10653 sibling-call optimizations.
10654
10655 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
10656
10657 * gcc.dg/20000419-1.c: New test.
10658
10659 Wed Apr 12 22:54:02 2000 Hans-Peter Nilsson <hp@axis.com>
10660
10661 * gcc.c-torture/execute/20000412-6.c: New test.
10662
10663 Wed Apr 12 10:25:08 2000 Jeffrey A Law (law@cygnus.com)
10664
10665 * gcc.c-torture/execute/20000412-5.c: New test.
10666 * g77.f-torture/compile/20000412-1.f: New test.
10667 * gcc.c-torture/execute/20000412-4.c: New test.
10668 * gcc.c-torture/compile/20000412-2.c: New test.
10669 * gcc.c-torture/execute/20000412-3.c: New test.
10670 * gcc.c-torture/compile/20000412-1.c: New test.
10671 * gcc.c-torture/execute/20000412-2.c: New test.
10672
10673 2000-04-12 Jakub Jelinek <jakub@redhat.com>
10674
10675 * objc/execute/bf-20.m: New test.
10676
10677 2000-04-10 Richard Henderson <rth@cygnus.com>
10678
10679 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
10680
10681 * gcc.c-torture/execute/20000412-1.c: New test.
10682
10683 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
10684
10685 * g++.old-deja/g++.eh/catchptr1.C: New test.
10686
10687 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
10688
10689 * g++.old-deja/g++.abi/cxa_vec.C: New test.
10690
10691 2000-04-08 Neil Booth <NeilB@earthling.net>
10692
10693 * gcc.dg/cpp-nullchar.c: Remove test as
10694 embedded nulls cause problems.
10695
10696 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10697
10698 * gcc.dg/compare2.c: New test.
10699
10700 2000-04-08 Neil Booth <NeilB@earthling.net>
10701
10702 * gcc.dg/cpp-nullchar.c: New test.
10703
10704 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
10705
10706 * gcc.dg/cpp-mi2.c: New test.
10707 * gcc.dg/cpp-mi2[abc].h: New files.
10708
10709 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
10710
10711 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
10712 member name.
10713
10714 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
10715
10716 * g++.old-deja/g++.abi/vmihint.C: New test.
10717
10718 2000-04-06 Neil Booth <NeilB@earthling.net>
10719
10720 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
10721 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
10722 copyright.
10723
10724 Wed Apr 5 22:51:36 2000 Hans-Peter Nilsson <hp@axis.com>
10725
10726 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
10727 avoid stack-frame overwrite.
10728
10729 2000-04-05 Jakub Jelinek <jakub@redhat.com>
10730
10731 * gcc.c-torture/compile/20000405-2.c: New test.
10732 * gcc.c-torture/compile/20000405-3.c: New test.
10733
10734 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10735
10736 * gcc.c-torture/compile/20000405-1.c: New test.
10737
10738 2000-04-04 Geoff Keating <geoffk@cygnus.com>
10739
10740 * gcc.dg/cast-qual-1.c: Revert last change.
10741
10742 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10743
10744 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
10745
10746 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
10747
10748 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
10749 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
10750
10751 Mon Apr 3 02:35:34 2000 Jeffrey A Law (law@cygnus.com)
10752
10753 * gcc.c-torture/compile/20000403-2.c: New test.
10754 * gcc.c-torture/compile/20000403-1.c: New test.
10755
10756 Mon Apr 3 16:53:52 2000 Hans-Peter Nilsson <hp@axis.com>
10757
10758 * gcc.c-torture/execute/20000403-1.c: New test.
10759
10760 2000-04-03 Geoff Keating <geoffk@cygnus.com>
10761
10762 * gcc.c-torture/execute/20000402-1.c: New test.
10763
10764 Mon Apr 3 14:10:34 2000 Donald Lindsay <dlindsay@cygnus.com>
10765
10766 * gcc.c-torture/execute/va-arg-15.c: New test.
10767 * gcc.c-torture/execute/va-arg-16.c: New test.
10768 * gcc.c-torture/execute/va-arg-17.c: New test.
10769 * gcc.c-torture/execute/va-arg-18.c: New test.
10770 * gcc.c-torture/execute/va-arg-19.c: New test.
10771
10772 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
10773
10774 * gcc.c-torture/compile/981211-1.c: Move to...
10775 * gcc.dg/cpp-as1.c: ...here.
10776 * gcc.dg/cpp-as2.c: New file.
10777
10778 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
10779 compiler.
10780
10781 2000-04-02 Neil Booth <NeilB@earthling.net>
10782
10783 * gcc.dg/cpp-cond.c New tests.
10784 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
10785 accidental success less likely.
10786 * gcc.dg/cpp-missingop.c New tests.
10787 * gcc.dg/cpp-missingparen.c New tests.
10788 * gcc.dg/cpp-shift.c New tests.
10789 * gcc.dg/cpp-shortcircuit.c New tests.
10790 * gcc.dg/cpp-unary.c New tests.
10791
10792 Wed Mar 29 13:44:23 2000 Jeffrey A Law (law@cygnus.com)
10793
10794 * gcc.c-torture/compile/20000329-1.c: New test.
10795
10796 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
10797
10798 * gcc.c-torture/compile/20000326-1.c: New test.
10799 * gcc.c-torture/compile/20000326-2.c: New test.
10800
10801 2000-03-24 Geoff Keating <geoffk@cygnus.com>
10802
10803 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
10804 the first parameter is a function argument.
10805
10806 2000-03-23 Nathan Sidwell <nathan@codesourcery.com>
10807
10808 * g++.old-deja/g++.ext/array4.C: New test.
10809
10810 2000-03-22 Geoff Keating <geoffk@cygnus.com>
10811
10812 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
10813
10814 2000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10815
10816 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
10817
10818 2000-03-19 Richard Henderson <rth@cygnus.com>
10819
10820 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
10821
10822 2000-03-19 Richard Henderson <rth@cygnus.com>
10823
10824 * gcc.c-torture/compile/20000319-1.c: New test.
10825
10826 Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
10827
10828 * gcc.c-torture/execute/20000314-3.c: New test.
10829 * gcc.c-torture/execute/20000314-2.c: New test.
10830 * gcc.c-torture/execute/20000314-1.c: New test.
10831 * gcc.c-torture/compile/20000314-2.c: New test.
10832 * gcc.c-torture/compile/20000314-1.c: New test.
10833
10834 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
10835
10836 * g++.old-deja/g++.warn/inline.C: New test.
10837
10838 Fri Mar 10 01:15:19 2000 Hans-Peter Nilsson <hp@bitrange.com>
10839
10840 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
10841 standards-compliant result rather than specific constants.
10842 Put test-values in array.
10843
10844 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
10845
10846 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
10847 (g++_target_compile): Put test-specific options last.
10848
10849 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10850
10851 * g++.old-deja/g++.eh/vbase4.C: New test.
10852
10853 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10854
10855 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
10856
10857 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10858
10859 * g++.old-deja/g++.brendan/misc12.C: Removed.
10860 * g++.old-deja/g++.pt/memtemp77.C: Constify.
10861 * g++.old-deja/g++.ext/pretty4.C: New test.
10862
10863 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10864
10865 * g++.old-deja/g++.other/string2.C: New test.
10866
10867 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
10868
10869 * g++.old-deja/g++.warn/impint2.C: New test.
10870
10871 Sun Mar 5 23:25:12 2000 Hans-Peter Nilsson <hp@bitrange.com>
10872
10873 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
10874 is 1, not zero.
10875
10876 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
10877
10878 * g++.old-deja/g++.warn/impint.C: New test.
10879 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
10880 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
10881 * g++.old-deja/g++.pt/explicit12.C: Likewise.
10882 * g++.old-deja/g++.pt/explicit13.C: Likewise.
10883 * g++.old-deja/g++.pt/explicit17.C: Likewise.
10884 * g++.old-deja/g++.pt/explicit18.C: Likewise.
10885 * g++.old-deja/g++.pt/explicit19.C: Likewise.
10886 * g++.old-deja/g++.pt/explicit23.C: Likewise.
10887 * g++.old-deja/g++.pt/explicit31.C: Likewise.
10888 * g++.old-deja/g++.pt/explicit35.C: Likewise.
10889 * g++.old-deja/g++.pt/explicit6.C: Likewise.
10890 * g++.old-deja/g++.pt/memclass7.C: Likewise.
10891
10892 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
10893
10894 * gcc.dg/cpp-redef.c: New test.
10895
10896 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
10897
10898 * g++.old-deja/g++.pt/unify7.C: New test.
10899
10900 Sat Feb 26 19:46:09 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10901
10902 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
10903 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
10904
10905 2000-02-25 Geoff Keating <geoffk@cygnus.com>
10906
10907 * gcc.c-torture/compile/20000224-1.c: New test.
10908
10909 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10910
10911 * gcc.c-torture/compile/cpp-2.c: New test.
10912 * gcc.c-torture/compile/cpp-1.c: New test.
10913
10914 Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com)
10915
10916 * gcc.c-torture/execute/20000225-1.c: New test.
10917
10918 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10919
10920 * gcc.dg/cpp-li2.c: New test.
10921
10922 * gcc.dg/cpp-wi1.c: New test.
10923
10924 * gcc.dg/cpp-li1.c: New test.
10925
10926 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
10927
10928 * g++.old-deja/g++.other/sizeof5.C: New test.
10929
10930 2000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10931
10932 * gcc.c-torture/execute/va-arg-13.c: New test.
10933
10934 Wed Feb 23 14:16:06 2000 Donald Lindsay <dlindsay@cygnus.com>
10935
10936 * gcc.c-torture/execute/va-arg-12.c: New test.
10937
10938 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10939
10940 * gcc.c-torture/execute/20000223-1.c: New test.
10941
10942 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10943
10944 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
10945
10946 2000-02-22 Mark Mitchell <mark@codesourcery.com>
10947
10948 * g++.old-deja/g++.abi/ptrmem.C: New test.
10949
10950 2000-02-19 Richard Henderson <rth@cygnus.com>
10951
10952 * gcc.c-torture/compile/init-3.c: New.
10953
10954 2000-02-17 Mark Mitchell <mark@codesourcery.com>
10955
10956 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
10957 ALWAYS_CXXFLAGS.
10958
10959 Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com>
10960
10961 * gcc.c-torture/compile/20000211-3.c: New test.
10962
10963 Fri Feb 11 12:35:40 2000 Martin Buchholz <martin@xemacs.org>
10964
10965 * gcc.c-torture/compile/20000211-2.c: New test.
10966
10967 Fri Feb 11 12:35:40 2000 Jeffrey A Law (law@cygnus.com)
10968
10969 * gcc.c-torture/compile/20000211-1.c: New test.
10970
10971 2000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
10972
10973 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
10974 on native targets
10975
10976 2000-02-08 Nathan Sidwell <nathan@acm.org>
10977
10978 * g++.old-deja/g++.other/cast5.C: New test.
10979
10980 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
10981
10982 * gcc.c-torture/execute/20000205-1.c: New.
10983
10984 2000-02-03 Nathan Sidwell <nathan@acm.org>
10985
10986 * g++.old-deja/g++.jason/cast3.C: Return void.
10987 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
10988
10989 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10990
10991 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
10992
10993 * gcc.dg/loop-1.c: New test.
10994
10995 2000-01-27 Jakub Jelinek <jakub@redhat.com>
10996
10997 * gcc.c-torture/compile/20000127-1.c: New test.
10998 * gcc.c-torture/execute/991228-1.c: New test.
10999
11000 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11001
11002 * gcc.dg/unused-2.c: New test.
11003
11004 * gcc.dg/conv-1.c: New test.
11005
11006 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11007
11008 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
11009 compiler.
11010 (tool_option_proc): Fix typo.
11011
11012 2000-01-24 Geoff Keating <geoffk@cygnus.com>
11013
11014 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
11015 of the ld on the host, not on the build machine.
11016 Also, don't crash if '--help' is not a supported option.
11017
11018 2000-01-24 Richard Henderson <rth@cygnus.com>
11019
11020 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
11021
11022 Thu Jan 20 12:34:48 2000 Jeffrey A Law (law@cygnus.com)
11023
11024 * gcc.c-torture/execute/20000120-2.c: New test.
11025 * gcc.c-torture/execute/20000120-1.c: New test.
11026
11027 Thu Jan 13 02:29:32 2000 Jeffrey A Law (law@cygnus.com)
11028
11029 * gcc.c-torture/execute/20000113-1.c: New test.
11030
11031 Wed Jan 12 20:26:58 2000 Jeffrey A Law (law@cygnus.com)
11032
11033 * gcc.c-torture/execute/20000112-1.c: New test.
11034
11035 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11036
11037 * gcc.dg/20000111-1.c: New test.
11038
11039 Mon Jan 10 18:12:49 2000 Jeffrey A Law (law@cygnus.com)
11040
11041 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
11042 with 16 bit integers.
11043
11044 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11045
11046 * gcc.dg/20000108-1.c: New test.
11047
11048 2000-01-05 Nathan Sidwell <nathan@acm.org>
11049
11050 * g++.old-deja/g++.ns/koenig8.C: New test.
11051
11052 2000-01-05 Nathan Sidwell <nathan@acm.org>
11053
11054 * g++.old-deja/g++.other/cast4.C: New test.
11055
11056 Wed Jan 5 00:26:20 2000 Jeffrey A Law (law@cygnus.com)
11057
11058 * gcc.c-torture/compile/20000105-2.c: New test.
11059 * gcc.c-torture/compile/20000105-1.c: New test.
11060
11061 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11062
11063 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
11064 references to printf & atoi to conform to ANSI standard.
11065 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
11066 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
11067 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
11068 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
11069 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
11070 * g++.old-deja/g++.brendan/complex1.C: Likewise.
11071 * g++.old-deja/g++.brendan/copy1.C: Likewise.
11072 * g++.old-deja/g++.brendan/copy2.C: Likewise.
11073 * g++.old-deja/g++.brendan/copy3.C: Likewise.
11074 * g++.old-deja/g++.brendan/copy4.C: Likewise.
11075 * g++.old-deja/g++.brendan/copy5.C: Likewise.
11076 * g++.old-deja/g++.brendan/copy6.C: Likewise.
11077 * g++.old-deja/g++.brendan/copy7.C: Likewise.
11078 * g++.old-deja/g++.brendan/copy8.C: Likewise.
11079 * g++.old-deja/g++.brendan/crash11.C: Likewise.
11080 * g++.old-deja/g++.brendan/crash14.C: Likewise.
11081 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
11082 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
11083 * g++.old-deja/g++.brendan/delete2.C: Likewise.
11084 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
11085 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
11086 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
11087 * g++.old-deja/g++.brendan/eh1.C: Likewise.
11088 * g++.old-deja/g++.brendan/groff1.C: Likewise.
11089 * g++.old-deja/g++.brendan/init3.C: Likewise.
11090 * g++.old-deja/g++.brendan/misc12.C: Likewise.
11091 * g++.old-deja/g++.brendan/misc7.C: Likewise.
11092 * g++.old-deja/g++.brendan/new2.C: Likewise.
11093 * g++.old-deja/g++.brendan/operators4.C: Likewise.
11094 * g++.old-deja/g++.brendan/operators5.C: Likewise.
11095 * g++.old-deja/g++.brendan/overload2.C: Likewise.
11096 * g++.old-deja/g++.brendan/overload7.C: Likewise.
11097 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
11098 * g++.old-deja/g++.brendan/reference1.C: Likewise.
11099 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
11100 * g++.old-deja/g++.brendan/template24.C: Likewise.
11101 * g++.old-deja/g++.brendan/template3.C: Likewise.
11102 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
11103 * g++.old-deja/g++.jason/inline3.C: Likewise.
11104 * g++.old-deja/g++.jason/opeq.C: Likewise.
11105 * g++.old-deja/g++.law/arg5.C: Likewise.
11106 * g++.old-deja/g++.law/arm7.C: Likewise.
11107 * g++.old-deja/g++.law/ctors11.C: Likewise.
11108 * g++.old-deja/g++.law/cvt8.C: Likewise.
11109 * g++.old-deja/g++.law/init9.C: Likewise.
11110 * g++.old-deja/g++.law/refs4.C: Likewise.
11111 * g++.old-deja/g++.law/template2.C: Likewise.
11112 * g++.old-deja/g++.law/visibility24.C: Likewise.
11113 * g++.old-deja/g++.law/vtable3.C: Likewise.
11114 * g++.old-deja/g++.mike/asm2.C: Likewise.
11115 * g++.old-deja/g++.mike/eh1.C: Likewise.
11116 * g++.old-deja/g++.mike/misc1.C: Likewise.
11117 * g++.old-deja/g++.mike/misc13.C: Likewise.
11118 * g++.old-deja/g++.mike/misc14.C: Likewise.
11119 * g++.old-deja/g++.mike/ns12.C: Likewise.
11120 * g++.old-deja/g++.mike/p1248.C: Likewise.
11121 * g++.old-deja/g++.mike/p3708.C: Likewise.
11122 * g++.old-deja/g++.mike/p3708a.C: Likewise.
11123 * g++.old-deja/g++.mike/p3708b.C: Likewise.
11124 * g++.old-deja/g++.mike/p646.C: Likewise.
11125 * g++.old-deja/g++.mike/p700.C: Likewise.
11126 * g++.old-deja/g++.mike/p783.C: Likewise.
11127 * g++.old-deja/g++.mike/p783a.C: Likewise.
11128 * g++.old-deja/g++.mike/p783b.C: Likewise.
11129 * g++.old-deja/g++.mike/p786.C: Likewise.
11130 * g++.old-deja/g++.mike/p789.C: Likewise.
11131 * g++.old-deja/g++.mike/p789a.C: Likewise.
11132 * g++.old-deja/g++.mike/p807a.C: Likewise.
11133 * g++.old-deja/g++.other/delete3.C: Likewise.
11134 * g++.old-deja/g++.other/dyncast1.C: Likewise.
11135 * g++.old-deja/g++.other/dyncast2.C: Likewise.
11136 * g++.old-deja/g++.other/dyncast3.C: Likewise.
11137 * g++.old-deja/g++.other/empty1.C: Likewise.
11138 * g++.old-deja/g++.other/temporary1.C: Likewise.
11139 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
11140 * g++.old-deja/g++.pt/t16.C: Likewise.
11141 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
11142
11143 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
11144
11145 * gcc.dg/991230-1.c: New test.
11146
11147 Wed Dec 29 23:48:49 1999 Jeffrey A Law (law@cygnus.com)
11148
11149 * gcc.c-torture/compile/991229-3.c: New test.
11150 * gcc.c-torture/compile/991229-2.c: New test.
11151 * gcc.c-torture/compile/991229-1.c: New test.
11152
11153 Wed Dec 29 20:54:46 1999 Greg McGary <gkm@eng.ascend.com>
11154
11155 * gcc.c-torture/compile/labels-2.c: New test.
11156
11157 1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
11158
11159 * gcc.c-torture/execute/991227-1.c: New test.
11160
11161 1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11162
11163 * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
11164
11165 1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
11166
11167 * gcc.c-torture/execute/991221-1.c: New test.
11168
11169 1999-12-20 Nathan Sidwell <nathan@acm.org>
11170
11171 * g++.old-deja/g++.other/cast3.C: New test.
11172
11173 1999-12-16 Bernd Schmidt <bernds@cygnus.co.uk>
11174
11175 * gcc.c-torture/execute/991216-4.c: New test.
11176
11177 1999-12-16 Michael Meissner <meissner@cygnus.com>
11178
11179 * gcc.c-torture/execute/991216-1.c: New test.
11180 * gcc.c-torture/execute/991216-2.c: New test.
11181 * gcc.c-torture/execute/991216-3.c: New test.
11182
11183 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11184
11185 * gcc.dg/991214-1.c: Use "__asm__", not "asm".
11186 Actually make the test fail by using "-O2" for compilation.
11187
11188 1999-12-15 Nathan Sidwell <nathan@acm.org>
11189
11190 * g++.old-deja/g++.warn/cast-align1.C: New test.
11191
11192 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11193
11194 * gcc.c-torture/compile/991214-1.c: New test.
11195 * gcc.c-torture/compile/991214-2.c: New test.
11196
11197 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11198
11199 * gcc.dg/991214-1.c: New test.
11200
11201 Mon Dec 13 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
11202
11203 * gcc.c-torture/compile/991213-3.c: New test.
11204 * gcc.c-torture/compile/991213-2.c: New test.
11205 * gcc.c-torture/compile/991213-1.c: New test.
11206
11207 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11208
11209 * gcc.dg/991209-1.c: New test.
11210
11211 Wed Dec 8 23:44:08 1999 Nathan Sidwell <nathan@acm.org>
11212
11213 * gcc.c-torture/compile/991208-1.c: New test.
11214
11215 1999-12-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11216
11217 * gcc.dg/ultrasp2.c: New test.
11218
11219 1999-12-05 Alex Samuel <samuel@codesourcery.com>
11220
11221 * g++.old-deja/g++.abi/align.C (main): Fix typo.
11222
11223 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
11224
11225 * gcc.c-torture/compile/991202-1.c: New test.
11226 * gcc.c-torture/execute/991202-1.c: New test.
11227 * gcc.c-torture/execute/991202-2.c: New test.
11228 * gcc.c-torture/execute/991202-3.c: New test.
11229
11230 1999-12-02 Alex Samuel <samuel@codesourcery.com>
11231
11232 * g++.old-deja/g++.abi/align.C: New test.
11233 * g++.old-deja/g++.abi/aggregates.C: Likewise.
11234 * g++.old-deja/g++.abi/bitfields.C: Likewise.
11235
11236 1999-12-01 Richard Henderson <rth@cygnus.com>
11237
11238 * gcc.c-torture/execute/991201-1.c: New.
11239
11240 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
11241
11242 * gcc.dg/991129-1.c: New test.
11243
11244 1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
11245
11246 * gcc.c-torture/compile/991127-1.c: New test.
11247
11248 1999-11-22 Nathan Sidwell <nathan@acm.org>
11249
11250 * g++.old-deja/g++.other/warn4.C: New test.
11251
11252 1999-11-22 Nathan Sidwell <nathan@acm.org>
11253
11254 * g++.old-deja/g++.eh/cleanup2.C: New test.
11255 * g++.old-deja/g++.ext/pretty2.C: New test.
11256 * g++.old-deja/g++.ext/pretty3.C: New test.
11257 * g++.old-deja/g++.other/debug6.C: New test.
11258
11259 Wed Oct 20 16:18:23 1999 Jim Wilson <wilson@cygnus.com>
11260
11261 * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
11262 compiler_output to look for one error message instead of two.
11263
11264 1999-11-19 Geoffrey Keating <geoffk@cygnus.com>
11265
11266 * gcc.c-torture/execute/991118-1.c: Also test case
11267 where the word boundary does not split a byte evenly.
11268
11269 1999-11-19 Nathan Sidwell <nathan@acm.org>
11270
11271 * g++.old-deja/g++.ext/restrict1.C: New test.
11272
11273 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11274
11275 * gcc.c-torture/execute/991118-1.c: New test.
11276
11277 1999-11-16 Geoffrey Keating <geoffk@cygnus.com>
11278
11279 * g77.f-torture/execute/u77-test.f (wd): Allow for longer
11280 working directory pathnames.
11281
11282 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
11283
11284 * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
11285 host is equipped with driver.h and driver.o so it can actually
11286 compile and run the tests.
11287
11288 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11289
11290 * gcc.c-torture/compile/991008-1.c: New test.
11291
11292 1999-11-08 Nick Clifton <nickc@cygnus.com>
11293
11294 * lib/gcc-dg.exp: Include target-supports.exp
11295
11296 1999-11-05 Nick Clifton <nickc@cygnus.com>
11297
11298 * lib/target-supports.exp: New file: Provide procs to test for
11299 features supported by the target.
11300 (check_weak_available): Moved here from ecos.exp.
11301 (check_alias_available): New proc: Determine of the target
11302 toolchain supports the alias attribute.
11303
11304 * gcc.dg/special/ecos.exp: Move check_weak_available to
11305 target-supports.exp.
11306 (alias-1.c): Only perform the test if the target supports
11307 aliases.
11308 (wkali-1.c): Only perform the test if the target supports
11309 aliases.
11310
11311 * gcc.dg/990506-0.c: Expect error messages from cross
11312 targets as well as native targets.
11313
11314 1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11315
11316 * gcc.dg/ultrasp1.c: Removed xfail.
11317 * gcc.dg/struct-ret-2.c: Likewise.
11318 * gcc.dg/array-1.c: Likewise.
11319
11320 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11321
11322 * gcc.dg/struct-ret-2.c: New test.
11323
11324 * gcc.dg/array-1.c: New test.
11325
11326 Sat Oct 30 22:23:46 1999 Stephen L Moshier <moshier@mediaone.net>
11327
11328 * gcc.c-torture/execute/991030-1.c: New test.
11329
11330 Tue Oct 26 20:25:42 1999 Richard Henderson <rth@cygnus.com>
11331
11332 * gcc.c-torture/compile/991026-2.c: New test.
11333
11334 Tue Oct 26 00:45:56 1999 Jeffrey A Law (law@cygnus.com)
11335
11336 * gcc.c-torture/compile/991026-1.c: New test.
11337
11338 Sat Oct 23 23:36:03 1999 Jeffrey A Law (law@cygnus.com)
11339
11340 * gcc.c-torture/execute/991023-1.c: New test.
11341
11342 Tue Oct 19 02:11:29 1999 Jeffrey A Law (law@cygnus.com)
11343
11344 * gcc.c-torture/execute/991019-1.c: New test.
11345
11346 Sat Oct 16 00:05:48 1999 Richard Henderson <rth@cygnus.com>
11347
11348 * gcc.c-torture/execute/991016-1.c: New test.
11349
11350 Thu Oct 14 04:22:47 1999 Stephane Carrez <stcarrez@worldnet.fr>
11351
11352 * gcc.c-torture/execute/991014-1.c: New test.
11353
11354 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11355
11356 * g++.old-deja/g++.other/union2.C: New test.
11357
11358 1999-10-13 Nathan Sidwell <nathan@acm.org>
11359
11360 * g++.old-deja/g++.other/vaarg2.C: New test.
11361 * g++.old-deja/g++.other/vaarg3.C: New test.
11362
11363 1999-10-12 Craig Burley <craig@jcb-sc.com>
11364
11365 * g77.f-torture/noncompile/19990905-1.f: Moved from being
11366 in compile/.
11367
11368 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
11369
11370 * gcc.c-torture/execute/va-arg-11.c: New test.
11371
11372 Fri Oct 1 00:53:17 1999 Mark P. Mitchell <mark@codesourcery.com>
11373
11374 * lib/file-format.exp (gcc_target_object_format): Don't
11375 crash if objdump is unavailable.
11376
11377 Wed Sep 29 23:48:44 1999 Donn Terry <donn@interix.com>
11378
11379 * gcc.misc-tests/mg.exp: delete extraneous redirection.
11380
11381 1999-09-28 Nick Clifton <nickc@cygnus.com>
11382
11383 * gcc.c-torture/compile/990928-1.c: New test.
11384
11385 Tue Sep 28 13:19:15 BST 1999 Nathan Sidwell <nathan@acm.org>
11386
11387 * g++.old-deja/g++.other/decl6.C: New test.
11388
11389 Tue Sep 28 01:19:09 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11390
11391 * gcc.c-torture/execute/va-arg-10.c: New test.
11392
11393 Mon Sep 27 09:14:24 BST 1999 Nathan Sidwell <nathan@acm.org>
11394
11395 * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
11396 __PRETTY_FUNCTION__.
11397
11398 1999-09-23 Nick Clifton <nickc@cygnus.com>
11399
11400 * gcc.c-torture/execute/990923-1.c: New test.
11401
11402 1999-09-21 Nick Clifton <nickc@cygnus.com>
11403
11404 * gcc.c-torture/special/special.exp: Add FR30 to list of targets
11405 for which -fpic is inappropriate.
11406
11407 1999-09-21 Mark Mitchell <mark@codesourcery.com>
11408
11409 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
11410
11411 Tue Sep 21 15:38:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11412
11413 * g++.old-deja/g++.other/dyncast1.C: New test.
11414 * g++.old-deja/g++.other/dyncast2.C: New test.
11415 * g++.old-deja/g++.other/dyncast3.C: New test.
11416 * g++.old-deja/g++.other/dyncast4.C: New test.
11417 * g++.old-deja/g++.other/dyncast5.C: New test.
11418 * g++.old-deja/g++.eh/catch3.C: New test.
11419 * g++.old-deja/g++.eh/catch3p.C: New test.
11420 * g++.old-deja/g++.eh/catch4.C: New test.
11421 * g++.old-deja/g++.eh/catch4p.C: New test.
11422 * g++.old-deja/g++.eh/catch5.C: New test.
11423 * g++.old-deja/g++.eh/catch5p.C: New test.
11424 * g++.old-deja/g++.eh/catch6.C: New test.
11425 * g++.old-deja/g++.eh/catch6p.C: New test.
11426 * g++.old-deja/g++.eh/catch7.C: New test.
11427 * g++.old-deja/g++.eh/catch7p.C: New test.
11428 * g++.old-deja/g++.eh/catch8.C: New test.
11429 * g++.old-deja/g++.eh/catch8p.C: New test.
11430 * g++.old-deja/g++.eh/catch9.C: New test.
11431 * g++.old-deja/g++.eh/catch9p.C: New test.
11432
11433 Mon Sep 13 14:14:21 BST 1999 Nathan Sidwell <nathan@acm.org>
11434
11435 * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
11436 * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
11437
11438 Mon Sep 13 06:28:57 1999 Jeffrey A Law (law@cygnus.com)
11439
11440 * gcc.c-torture/compile/990913-1.c: New test.
11441
11442 Fri Sep 10 11:21:25 BST 1999 Nathan Sidwell <nathan@acm.org>
11443
11444 * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
11445 * g++.old-deja/g++.jason/rfg5.C: Likewise.
11446
11447 Thu Sep 9 10:40:36 1999 Richard Henderson <rth@cygnus.com>
11448
11449 * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
11450
11451 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
11452
11453 * g++.old-deja/g++.other/lookup11.C: New test.
11454 * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
11455 what is permitted and what we want.
11456 * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
11457 overload use.
11458 * g++.old-deja/g++.jason/rfg5.C: Likewise
11459
11460 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
11461
11462 * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
11463 * gcc.c-torture/noncompile/poison-1.c: New file.
11464
11465 Wed Sep 8 09:39:56 BST 1999 Nathan Sidwell <nathan@acm.org>
11466
11467 * g++.old-deja/g++.other/sizeof3.C: New test.
11468 * g++.old-deja/g++.other/sizeof4.C: New test.
11469 * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
11470 * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
11471
11472 1999-09-07 Richard Henderson <rth@cygnus.com>
11473
11474 * gcc.dg/va-arg-1.c: New.
11475
11476 1999-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11477
11478 * gcc.c-torture/execute/va-arg-9.c: New test.
11479
11480 1999-09-05 Craig Burley <craig@jcb-sc.com>
11481
11482 * g77.f-torture/compile/980519-2.f: New test.
11483 * g77.f-torture/compile/19990905-0.f: New test.
11484 * g77.f-torture/compile/19990905-1.f: New test.
11485 * g77.f-torture/compile/19990905-2.f: New test.
11486
11487 * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
11488
11489 Fri Sep 3 10:39:38 BST 1999 Richard Earnshaw <rearnsha@arm.com>
11490
11491 * gcc.c-torture/execute/990827-1.c: Fix typo.
11492
11493 Fri Sep 03 09:31:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11494
11495 * g++.old-deja/g++.other/deref1.C: New test.
11496
11497 Thu Sep 02 09:27:34 BST 1999 Nathan Sidwell <nathan@acm.org>
11498
11499 * g++.old-deja/g++.other/ambig2.C: New test.
11500 * g++.old-deja/g++.other/cond5.C: New test.
11501 * g++.old-deja/g++.other/lookup16.C: New test.
11502
11503 Thu Sep 2 01:17:51 1999 Marc Espie <espie@cvs.openbsd.org>
11504
11505 * gcc.dg/980414-1.c: Fix assembler syntax to work with old
11506 assemblers too.
11507
11508 Tue Aug 31 17:57:49 1999 Jeffrey A Law (law@cygnus.com)
11509
11510 * lib/c-torture.exp: Avoid the "compare executables" optimization
11511 when testing native.
11512
11513 Sun Aug 29 14:35:41 1999 Jeffrey A Law (law@cygnus.com)
11514
11515 * gcc.c-torture/execute/990829-1.c: New test.
11516 * gcc.c-torture/compile/990829-1.c: New test.
11517
11518 1999-08-27 Paul Burchard <burchard@pobox.com>
11519
11520 * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
11521 * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
11522 * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
11523 * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
11524 * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
11525 * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
11526 * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
11527 * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
11528 * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
11529 * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
11530 * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
11531
11532 Fri Aug 27 01:24:16 1999 Jeffrey A Law (law@cygnus.com)
11533
11534 * gcc.c-torture/execute/990827-1.c: New test.
11535
11536 1999-08-26 Craig Burley <craig@jcb-sc.com>
11537
11538 * g77.f-torture/noncompile/19990826-4.f: New test.
11539
11540 * g77.f-torture/compile/19990826-3.f: New test.
11541
11542 * g77.f-torture/execute/19990826-2.f: New test.
11543
11544 * g77.f-torture/compile/19990826-1.f: New test.
11545
11546 * gcc.c-torture/execute/990826-0.c: New test.
11547 * g77.c-torture/execute/19990826-0.f: New test.
11548
11549 * g77.f-torture/noncompile/970626-2.f: New test.
11550
11551 1999-08-25 Paul Burchard <burchard@pobox.com>
11552
11553 * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
11554 lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
11555 lss-011.C: New tests.
11556
11557 1999-08-25 Nathan Sidwell <nathan@acm.org>
11558
11559 * g++.old-deja/g++.other/decl5.C: New test.
11560
11561 1999-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11562
11563 * noncompile/noncompile.exp: Load_lib c-torture.exp.
11564 (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
11565 call `postbase' for each one. All callers of `postbase' changed
11566 to call this instead.
11567
11568 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
11569
11570 * gcc.c-torture/execute/990811-1.c: New test.
11571
11572 1999-08-09 Nick Clifton <nickc@cygnus.com>
11573
11574 * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
11575 just native ones.
11576
11577 * gcc.dg/990413-1.c: Expect the parse error for all builds, not
11578 just native ones.
11579
11580 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11581
11582 * g++.old-deja/g++.other/local3.C: Removed XFAIL.
11583
11584 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11585
11586 * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
11587
11588 1999-08-04 Nathan Sidwell <nathan@acm.org>
11589
11590 * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
11591
11592 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11593
11594 * gcc.c-torture/execute/990804-1.c: New test.
11595
11596 1999-08-03 Nathan Sidwell <nathan@acm.org>
11597
11598 * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
11599 * g++.old-deja/g++.brendan/crash64.C: Likewise
11600 * g++.old-deja/g++.brendan/overload8.C: Likewise
11601
11602 1999-08-03 Nathan Sidwell <nathan@acm.org>
11603
11604 * g++.old-deja/g++.other/struct1.C: New test.
11605
11606 1999-08-03 Nathan Sidwell <nathan@acm.org>
11607
11608 * g++.old-deja/g++.other/enum2.C: New test.
11609
11610 Mon Aug 2 13:35:12 1999 Richard Henderson <rth@cygnus.com>
11611
11612 Adapted from tests from Franz Sirl:
11613 * gcc.c-torture/execute/va-arg-7.c: New test.
11614 * gcc.c-torture/execute/va-arg-8.c: New test.
11615
11616 Sun Aug 1 22:29:34 1999 Jeffrey A Law (law@cygnus.com)
11617
11618 * gcc.c-torture/compile/990801-2.c: New test.
11619
11620 * gcc.c-torture/compile/990801-1.c: New test.
11621
11622 1999-07-27 Michael Meissner <meissner@cygnus.com>
11623
11624 * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
11625 fp-cmp-1.c, converting double to float.
11626
11627 * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
11628 fp-cmp-1.c, converting double to long double.
11629
11630 * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
11631 from fr1 to unknown_register, since fr1 is a legitimate register
11632 on some machines.
11633
11634 Sun Jul 25 21:41:37 1999 Jeffrey A Law (law@cygnus.com)
11635
11636 * README: More listname related changes.
11637
11638 1999-07-08 Catherine Moore <clm@cygnus.com>
11639
11640 * gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
11641
11642 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
11643
11644 * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
11645
11646 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11647
11648 * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
11649
11650 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
11651
11652 * gcc.dg/990703-1.c: New test.
11653
11654 1999-06-29 Nick Clifton <nickc@cygnus.com>
11655
11656 * lib/file-format.exp: New file: Move definition of proc
11657 gcc_target_object_format to here from
11658 gcc.dg/special/ecos.exp.
11659
11660 * lib/c-torture.exp: Include lib file-format.exp.
11661 * lib/gcc-dg.exp: Include lib file-format.exp.
11662
11663 * gcc.dg/special/ecos.exp: Remove definition of proc
11664 gcc_target_object_format.
11665
11666 Mon Jun 28 08:20:51 1999 Jeffrey A Law (law@cygnus.com)
11667
11668 * gcc.c-torture/execute/990628-1.c: New test.
11669
11670 Fri Jun 25 05:28:40 1999 Jeffrey A Law (law@cygnus.com)
11671
11672 * gcc.c-torture/compile/990625-2.c: New test.
11673
11674 * gcc.c-torture/compile/990625-1.c: New test.
11675
11676 1999-06-23 Nick Clifton <nickc@cygnus.com>
11677
11678 * gcc.c-torture/compile/dll.c: New test case. Check that dll
11679 attributes compile.
11680 * gcc.c-torture/compile/dll.x: Only support the dll.c test on
11681 ports that use the COFF/PE file format.
11682
11683 Thu Jun 17 13:48:16 1999 Jeffrey A Law (law@cygnus.com)
11684
11685 * gcc.c-torture/compile/990617-1.c: New test.
11686
11687 1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
11688
11689 * g++.old-deja/g++.other/decl4.C: New test.
11690
11691 1999-06-14 Nathan Sidwell <nathan@acm.org>
11692
11693 * g++.old-deja/g++.other/bitfld3.C: New test.
11694
11695 1999-06-08 Nathan Sidwell <nathan@acm.org>
11696
11697 * g++.old-deja/g++.eh/catch1.C: New test.
11698
11699 Mon Jun 7 23:39:16 1999 Jeffrey A Law (law@cygnus.com)
11700
11701 * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
11702
11703 * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
11704 * gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
11705
11706 1999-06-05 Craig Burley <craig@jcb-sc.com>
11707
11708 * g77.f-torture/compile/19990502-0.f: Replace with new,
11709 shorter, test that still fails after recent changes.
11710
11711 Fri Jun 4 02:25:04 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11712
11713 * gcc.c-torture/execute/990604-1.c: New test.
11714
11715 Mon May 31 00:34:51 1999 Jeffrey A Law (law@cygnus.com)
11716
11717 * gcc.c-torture/execute/990531-1.c: New test.
11718
11719 Thu May 27 02:38:36 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11720
11721 * gcc.c-torture/compile/990527-1.c: New test.
11722
11723 Thu May 27 02:18:51 1999 Joern Rennecke <amylaar@cygnus.com>
11724
11725 * gcc.c-torture/execute/990527-1.c: New test.
11726
11727 1999-05-25 Nick Clifton <nickc@cygnus.com>
11728
11729 * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
11730 bitfields as signed.
11731
11732 1999-05-25 Craig Burley <craig@jcb-sc.com>
11733
11734 * g77.f-torture/compile/19990525-0.f: New test.
11735
11736 Tue May 25 01:21:16 1999 Jeffrey A Law (law@cygnus.com)
11737
11738 * gcc.c-torture/execute/990525-2.c: New test.
11739
11740 * gcc.c-torture/execute/990525-1.c: New test.
11741
11742 1999-05-24 Nathan Sidwell <nathan@acm.org>
11743
11744 * g++.old-deja/g++.other/anon3.C: New test.
11745 * g++.old-deja/g++.other/anon4.C: New test.
11746 * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
11747 * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
11748 after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
11749 Merrill).
11750
11751 Mon May 24 00:01:52 1999 Jeffrey A Law (law@cygnus.com)
11752
11753 * gcc.c-torture/execute/990524-1.c: New test.
11754
11755 * gcc.dg/990524-1.c: New test.
11756
11757 Sun May 23 21:18:12 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11758
11759 * gcc.c-torture/compile/990523-1.c: New test.
11760
11761 Wed May 19 02:56:18 1999 Raja R Harinath <harinath@cs.umn.edu>
11762
11763 * gcc.c-torture/compile/990519-1.c: New test.
11764
11765 1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11766
11767 * gcc.c-torture/compile/990517-1.c: New test.
11768
11769 * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
11770 (e4, f4): New tests.
11771 (main): Call them.
11772
11773 1999-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11774
11775 * gcc.dg/noreturn-1.c: New test.
11776
11777 Thu May 13 02:02:46 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11778
11779 * gcc.c-torture/execute/990513-1.c: New test.
11780
11781 1999-05-10 Richard Henderson <rth@cygnus.com>
11782
11783 * g++.old-deja/g++.other/null1.C (g): Add overload for long.
11784
11785 1999-05-10 Craig Burley <craig@jcb-sc.com>
11786
11787 * g77.f-torture/execute/erfc.f: Use small single-precision
11788 values, to avoid problems on Alphas when not -mieee.
11789
11790 1999-05-08 Craig Burley <craig@jcb-sc.com>
11791
11792 * gcc.dg/990506-0.c: New test.
11793
11794 1999-05-08 Richard Henderson <rth@cygnus.com>
11795
11796 * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
11797 the constant to test. Don't XFAIL 64-bit targets.
11798
11799 * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
11800 * g++.old-deja/g++.law/profile1.C: Likewise.
11801
11802 * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
11803 operator new instances.
11804 * g++.old-deja/g++.other/delete5.C: Likewise.
11805
11806 1999-05-03 Craig Burley <craig@jcb-sc.com>
11807
11808 * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
11809 intrinsic.
11810
11811 1999-05-03 Craig Burley <craig@jcb-sc.com>
11812
11813 * g77.f-torture/execute/u77-test.f: Reverse order of two
11814 arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
11815
11816 1999-05-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11817
11818 * gcc.dg/compare1.c: New test.
11819
11820 1999-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
11821
11822 * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
11823 New tests.
11824
11825 1999-05-02 Craig Burley <craig@jcb-sc.com>
11826
11827 * g77.f-torture/compile/19990502-1.f: New test.
11828
11829 1999-05-02 Craig Burley <craig@jcb-sc.com>
11830
11831 * g77.f-torture/compile/19990502-0.f: New test.
11832
11833 Sun May 2 01:38:50 1999 Craig Burley <craig@jcb-sc.com>
11834
11835 * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
11836 intrinsic.
11837
11838 Sun May 2 01:13:37 1999 Craig Burley <craig@jcb-sc.com>
11839
11840 * g77.f-torture/execute/u77-test.f (main): List libU77
11841 intrinsics not currently tested.
11842 Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
11843 GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
11844 FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
11845 Trim blanks off the ends of some printed strings.
11846
11847 Sun May 2 00:06:45 1999 Craig Burley <craig@jcb-sc.com>
11848
11849 * g77.f-torture/execute/u77-test.f (main): Just warn about
11850 FSTAT gid disagreement, as it's expected on some systems.
11851
11852 Sat May 1 23:57:18 1999 Craig Burley <craig@jcb-sc.com>
11853
11854 * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
11855 use a new function, which allows for some slop.
11856 Clean up some commentary.
11857 (issum): The new function.
11858 (sgladd): Deleted subroutine.
11859
11860 1999-05-01 Craig Burley <craig@jcb-sc.com>
11861
11862 * g77.f-torture/execute/u77-test.f: Modify to be more like
11863 libf2c/libU77 version, bringing patches to that version here.
11864 Add suitable commentary.
11865
11866 Sun Apr 25 12:28:59 1999 Richard Henderson <rth@cygnus.com>
11867
11868 * gcc.dg/990424-1.c: New test.
11869
11870 1999-04-24 Craig Burley <craig@jcb-sc.com>
11871
11872 * g77.f-torture/execute/u77-test.f (main): Bug involving
11873 LSTAT has been fixed, so turn back on full checking.
11874
11875 1999-04-20 Craig Burley <craig@jcb-sc.com>
11876
11877 * g77.f-torture/compile/19990419-0.f: New test.
11878 * g77.f-torture/execute/19990419-1.f: New test.
11879
11880 Sat Apr 17 16:56:48 1999 Richard Henderson <rth@cygnus.com>
11881
11882 * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
11883 to avoid the need for a prototype to supress a warning.
11884
11885 Wed Apr 7 23:08:59 1999 Jim Wilson <wilson@cygnus.com>
11886
11887 * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
11888
11889 Sun Apr 4 04:02:53 1999 Jeffrey A Law (law@cygnus.com)
11890
11891 * gcc.c-torture/execute/990404-1.c: New test.
11892
11893 1999-04-03 10:35 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11894
11895 * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
11896 * gcc.dg/cpp-if3.c: Don't use -pedantic.
11897 * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
11898 missing initializer warnings.
11899
11900 Sun Mar 28 00:49:41 1999 Jeffrey A Law (law@cygnus.com)
11901
11902 * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
11903 matching strings.
11904
11905 Fri Mar 26 00:50:46 1999 Jeffrey A Law (law@cygnus.com)
11906
11907 * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
11908
11909 1999-03-26 Craig Burley <craig@jcb-sc.com>
11910
11911 * g77.f-torture/execute/19990325-0.f: New test.
11912 * g77.f-torture/execute/19990325-1.f: New test.
11913
11914 Wed Mar 24 22:50:50 1999 Jeffrey A Law (law@cygnus.com)
11915
11916 * gcc.c-torture/execute/990324-1.c: New test.
11917
11918 Mon Mar 22 14:55:58 1999 Jim Wilson <wilson@cygnus.com>
11919
11920 * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
11921 test with 4.
11922
11923 Wed Mar 17 12:22:39 1999 Richard Henderson <rth@cygnus.com>
11924
11925 * gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
11926
11927 1999-03-13 Craig Burley <craig@jcb-sc.com>
11928
11929 * g77.f-torture/execute/19990313-2.f: New test.
11930 * g77.f-torture/execute/19990313-3.f: New test.
11931
11932 1999-03-13 Craig Burley <craig@jcb-sc.com>
11933
11934 * g77.f-torture/execute/19990313-0.f: New test.
11935 * g77.f-torture/execute/19990313-1.f: New test.
11936
11937 Fri Mar 12 16:17:28 1999 Jim Wilson <wilson@cygnus.com>
11938
11939 * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
11940 printf to sprintf.
11941 * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
11942 (main): Add check for u15. Conditionalize u31 check depending on
11943 whether ints are <32 bits or >=32 bits.
11944
11945 1999-03-08 Craig Burley <craig@jcb-sc.com>
11946
11947 * g77.f-torture/execute/19981119-0.f: Improve testiness.
11948
11949 1999-03-08 Craig Burley <craig@jcb-sc.com>
11950
11951 * g77.f-torture/compile/19990305-0.f: New test.
11952 * g77.f-torture/execute/19981119-0.f: New test.
11953
11954 1999-03-08 Craig Burley <craig@jcb-sc.com>
11955
11956 * g77.f-torture/execute/970625-2.f: call ABORT if final
11957 result is not correct, instead of just printing it.
11958 Add this checking via newly introduced obfuscation, to
11959 trip up buggy front ends.
11960
11961 1999-03-07 Craig Burley <craig@jcb-sc.com>
11962
11963 * g77.f-torture/compile/960317-1.f: Moved from being
11964 in execute/. (Somehow I didn't notice "SUBROUTINE...".)
11965
11966 1999-03-06 Craig Burley <craig@jcb-sc.com>
11967
11968 * g77.f-torture/execute/960317-1.f: New (old) test.
11969 * g77.f-torture/execute/970625-2.f: Ditto.
11970
11971 1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
11972
11973 * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
11974 message on line 1 or line 2; cccp and cpplib do this differently.
11975
11976 Mon Mar 1 23:29:14 1999 Jeffrey A Law (law@cygnus.com)
11977
11978 * g++.old-deja/g++.law/weak1.C: New test.
11979
11980 1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11981
11982 * gcc.c-torture/execute/990119-1.c: Renamed to...
11983 * gcc.dg/990119-1.c: this, so it will only be tested once
11984 (it's a preprocessor test, it doesn't need to be run at
11985 multiple optimization levels).
11986
11987 1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11988
11989 * lib/g++.exp: Don't add incdir=$base_dir/../include to
11990 ALWAYS_CXXFLAGS.
11991
11992 1999-02-24 Craig Burley <craig@jcb-sc.com>
11993
11994 * g77.f-torture/noncompile/19981216-0.f: Renamed from...
11995 * g77.f-torture/compile/19981216-0.f: ...as it is expected
11996 to not be compilable by current g77.
11997
11998 1999-02-24 Nick Clifton <nickc@cygnus.com>
11999
12000 * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
12001
12002 Mon Feb 22 01:15:08 1999 Jeffrey A Law (law@cygnus.com)
12003
12004 * gcc.c-torture/execute/990222-1.c: New test.
12005
12006 1999-02-19 Craig Burley <craig@jcb-sc.com>
12007
12008 * g77.f-torture/compile/19990218-0.f: New test.
12009 * g77.f-torture/noncompile/19990218-1.f: New test.
12010
12011 1999-02-18 Craig Burley <craig@jcb-sc.com>
12012
12013 * g77.f-torture/compile/19981216-0.f: New test.
12014
12015 Sun Feb 14 01:26:29 1999 Jeffrey A Law (law@cygnus.com)
12016
12017 * gcc.dg/990214-1.c: New test.
12018
12019 Sat Feb 13 00:43:52 1999 Jeffrey A Law (law@cygnus.com)
12020
12021 * gcc.dg/990213-2.c: New test.
12022
12023 * gcc.dg/990213-1.c: New test.
12024
12025 Fri Feb 12 11:04:35 1999 Jeffrey A Law (law@cygnus.com)
12026
12027 * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
12028 ints.
12029
12030 1999-02-11 Nick Clifton <nickc@cygnus.com>
12031
12032 * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
12033 specified by target.
12034
12035 * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
12036
12037 Thu Feb 11 01:12:12 1999 Jeffrey A Law (law@cygnus.com)
12038
12039 * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
12040
12041 Wed Feb 10 13:08:12 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
12042
12043 * gcc.dg/special/ecos.exp: New test driver for new tests with
12044 special requirements.
12045
12046 * gcc.dg/special/alias-1.c: New test.
12047 * gcc.dg/special/gcsec-1.c: New test.
12048 * gcc.dg/special/weak-1.c: New test.
12049 * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
12050 * gcc.dg/special/weak-2.c: New test.
12051 * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
12052 * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
12053 * gcc.dg/special/wkali-1.c: New test.
12054 * gcc.dg/special/wkali-2.c: New test.
12055 * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
12056 * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
12057
12058 Wed Feb 10 12:15:35 1999 Felix Lee <flee@cygnus.com>
12059
12060 * lib/c-torture.exp (c-torture-compile): Pull out code for
12061 analyzing gcc error messages.
12062 (c-torture-execute): Likewise. Fix some (harmless) false
12063 positives.
12064 * lib/gcc.exp (gcc_check_compile): New function.
12065
12066 Mon Feb 8 21:42:57 1999 Richard Henderson <rth@cygnus.com>
12067
12068 * gcc.c-torture/execute/990208-1.c: New test.
12069
12070 1999-02-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
12071
12072 * g++.dg/special/ecos.exp: New driver for new tests with special
12073 requirements
12074
12075 * g++.dg/special/conpr-1.C: New test
12076 * g++.dg/special/conpr-2.C: New test
12077 * g++.dg/special/conpr-2a.C: New test
12078 * g++.dg/special/conpr-3.C: New test
12079 * g++.dg/special/conpr-3a.C: New test
12080 * g++.dg/special/conpr-3b.C: New test
12081
12082 * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
12083 allow g++ to use the dg driver
12084
12085 * README: Add comment about g++.dg directory
12086
12087 Sat Feb 6 18:00:38 1999 Jeffrey A Law (law@cygnus.com)
12088
12089 * README: Update email addresses.
12090
12091 1999-02-03 Nick Clifton <nickc@cygnus.com>
12092
12093 * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
12094 arguments in order to force structure S onto the stack even on
12095 the alpha.
12096 (test): Pass 10 leading arguments to function foo as well as the
12097 structure S.
12098
12099 * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
12100 failure for all targets.
12101
12102 * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
12103 abort to terminate program execution.
12104
12105 Sat Jan 30 16:22:47 1999 Richard Henderson <rth@cygnus.com>
12106
12107 * gcc.c-torture/execute/990130-1.c: New test.
12108
12109 Sat Jan 30 11:10:06 1999 Jeffrey A Law (law@cygnus.com)
12110
12111 * gcc.dg/990130-1.c: New test.
12112
12113 1999-01-28 Michael Meissner <meissner@cygnus.com>
12114
12115 * gcc.c-torture/execute/990128-1.c: New test.
12116
12117 1999-01-27 Michael Meissner <meissner@cygnus.com>
12118
12119 * gcc.c-torture/execute/990127-{1,2}.c: New tests.
12120
12121 1999-01-27 Felix Lee <flee@cygnus.com>
12122
12123 * lib/c-torture.exp (c-torture-compile): pull out code for
12124 analyzing gcc error messages.
12125 (c-torture-execute): ditto, and fix some (harmless) false
12126 positives.
12127 * lib/gcc.exp (gcc_check_compile): new function.
12128
12129 Sun Jan 17 00:02:33 1999 Jeffrey A Law (law@cygnus.com)
12130
12131 * gcc.dg/990117-1.c: New test.
12132
12133 * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
12134
12135 * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
12136
12137 Fri Jan 15 02:52:00 1999 Jeffrey A Law (law@cygnus.com)
12138
12139 * g77.f-torture/compile/990115-1.f: New test.
12140
12141 Thu Jan 7 23:39:47 1999 Jeffrey A Law (law@cygnus.com)
12142
12143 * gcc.c-torture/compile/990107-1.c: New test
12144
12145 Wed Jan 6 02:21:59 1999 Jeffrey A Law (law@cygnus.com)
12146
12147 * gcc.c-torture/execute/990106-2.c: New test.
12148
12149 * gcc.c-torture/execute/990106-1.c: New test.
12150
12151 Wed Dec 30 23:05:28 1998 Zack Weinberg <zack@rabi.columbia.edu>
12152
12153 * gcc.c-torture/compile/981223-1.c: New test.
12154
12155 Tue Dec 29 11:33:25 1998 Richard Henderson <rth@cygnus.com>
12156
12157 * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
12158 (opt3): Rename from opt4 and disable.
12159
12160 1998-12-20 Alexandre Oliva <oliva@dcc.unicamp.br>
12161
12162 * g++.old-deja/g++.pt/ptrmem5.C: New test.
12163
12164 1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12165
12166 * g++.old-deja/g++.other/conv5.C: New test.
12167
12168 1998-12-14 Nick Clifton <nickc@cygnus.com>
12169
12170 * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
12171
12172 Fri Dec 11 10:25:57 1998 Jeffrey A Law (law@cygnus.com)
12173
12174 * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
12175
12176 Fri Dec 11 01:12:45 1998 Zack Weinberg <zack@rabi.columbia.edu>
12177
12178 * gcc.c-torture/compile/981211-1.c: New test.
12179
12180 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
12181
12182 * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
12183
12184 * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
12185
12186 Tue Dec 8 22:50:04 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12187
12188 * gcc.special/930510-1.c: Make C9X safe.
12189 * gcc.misc-tests/gcov-1.c Similarly.
12190 * gcc.misc-tests/gcov-2.c Similarly.
12191
12192 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12193
12194 * gcc.dg/ultrasp1.c: New test.
12195
12196 Sun Dec 6 00:40:12 1998 Richard Henderson <rth@cygnus.com>
12197
12198 * gcc.c-torture/execute/981206.c: New test.
12199
12200 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12201
12202 * g++.old-deja/g++.ns/template7.C: New test.
12203
12204 * g++.old-deja/g++.other/expr1.C: New test.
12205
12206 * g++.old-deja/g++.eh/tmpl3.C: New test.
12207
12208 * g++.old-deja/g++.eh/tmpl2.C: New test.
12209
12210 1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12211
12212 * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
12213 * g++.old-deja/g++.other/using6.C: Removed.
12214 * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
12215
12216 * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
12217
12218 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12219
12220 * g++.old-deja/g++.pt/overload8.C: New test.
12221
12222 * g++.old-deja/g++.pt/overload7.C: New test.
12223
12224 * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
12225
12226 * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
12227 and relinking messages.
12228 * lib/g++.exp (g++_target_compile): Remove .rpo file when
12229 compiling with -frepo.
12230
12231 1998-12-01 Alexandre Oliva <oliva@dcc.unicamp.br>
12232
12233 * g++.old-deja/g++.pt/lookup6.C: New test.
12234
12235 1998-11-30 Nick Clifton <nickc@cygnus.com>
12236
12237 * gcc.c-torture/execute/981130-1.c: New test.
12238 * gcc.c-torture/execute/981130-1.x: New test failure expectations.
12239
12240 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12241
12242 * g++.old-deja/g++.pt/explicit76.C: New test.
12243
12244 * g++.old-deja/g++.pt/friend38.C: New test.
12245
12246 * g++.old-deja/g++.ns/crash2.C: New test.
12247
12248 * g++.old-deja/g++.pt/defarg8.C: New test.
12249
12250 * g++.old-deja/g++.pt/instantiate6.C: New test.
12251
12252 * g++.old-deja/g++.pt/static6.C: New test.
12253
12254 * g++.old-deja/g++.pt/decl2.C: New test.
12255
12256 1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12257
12258 * g++.old-deja/g++.other/lookup5.C: New test. Not sure the
12259 problem is actually related with name lookup, but so what? :-)
12260
12261 * g++.old-deja/g++.pt/friend37.C: New test.
12262
12263 1998-11-25 Dave Love <d.love@dl.ac.uk>
12264
12265 * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
12266 element, which fails on some systems.
12267
12268 * g77.f-torture/execute/labug1.f: New test.
12269
12270 Sat Nov 21 21:41:05 1998 Jeffrey A Law (law@cygnus.com)
12271
12272 * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
12273 is defined.
12274
12275 1998-11-18 Dave Love <d.love@dl.ac.uk>
12276
12277 * g77.f-torture/compile/981117-1.f: New test.
12278
12279 1998-11-16 Alexandre Oliva <oliva@dcc.unicamp.br>
12280
12281 * g++.old-deja/g++.eh/throw2.C: New test. CV-qualifiers are not
12282 properly discarded.
12283
12284 Sun Oct 11 05:04:28 1998 Ken Raeburn <raeburn@cygnus.com>
12285
12286 * gcc.c-torture/execute/memcheck: New directory of tests for
12287 -fcheck-memory-usage.
12288
12289 1998-11-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12290
12291 * README: New file, general information about the testsuite and
12292 new description of the various C++ test subdirectories.
12293 * README.g++: Eliminate obsolete information, update and move most
12294 relevant stuff to README.
12295
12296 Sat Nov 7 02:55:55 1998 Richard Henderson <rth@cygnus.com>
12297
12298 * gcc.c-torture/compile/981107-1.c: New test.
12299
12300 Mon Nov 2 11:16:03 1998 Doug Evans <devans@canuck.cygnus.com>
12301
12302 * execute/memcpy-bi.c: New testcase.
12303
12304 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
12305
12306 * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
12307 base classes.
12308
12309 * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
12310 template is selected.
12311
12312 * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
12313 classes, it should be accepted for all types.
12314
12315 * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
12316
12317 * g++.old-deja/g++.pt/spec24.C: Ensure that template
12318 specializations start with template headers.
12319
12320 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
12321
12322 * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
12323
12324 * g++.old-deja/g++.other/init9.C: Test cross initialization of
12325 non-POD types.
12326
12327 1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12328
12329 * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
12330
12331 Thu Oct 22 16:01:44 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12332
12333 * compile/981022-1.c, compile/981022-1.x: New test and driver.
12334
12335 Mon Oct 19 14:03:07 1998 Jeffrey A Law (law@cygnus.com)
12336
12337 * 981019-1.c: New test.
12338
12339 Wed Oct 14 21:11:19 1998 Robert Lipe <robertl@dgii.com>
12340
12341 * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
12342 find objc headers.
12343
12344 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
12345
12346 * compile/981001-4.c: Remove use of GCC extension that triggers a
12347 compiler bug.
12348
12349 1998-10-13 Alexandre Oliva <oliva@dcc.unicamp.br>
12350
12351 * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
12352
12353 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12354
12355 * g++.old-deja/g++.pt/explicit74.C: New test. Explicit
12356 instantiation of template produces incorrect code for delete
12357 expression.
12358
12359 * g++.old-deja/g++.pt/instantiate5.C: New test. `global
12360 constructors' name is not unique.
12361 * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
12362 * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
12363
12364 * g++.old-deja/g++.other/init8.C: New test. Uninitialized
12365 automatic array of const is ill-formed.
12366
12367 * g++.old-deja/g++.pt/ttp53.C: New test. Incorrect substitution
12368 of template parameter?
12369
12370 * g++.old-deja/g++.other/conv3.C: New test. Conversion discards
12371 const.
12372
12373 * g++.old-deja/g++.other/pmf2.C: New test. Invalid
12374 pointer-to-member expression.
12375
12376 * g++.old-deja/g++.other/friend5.C: New test. Bogus friend
12377 declaration causes ICE.
12378
12379 1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
12380
12381 * g++.old-deja/g++.ns/main1.C: New test. main() should only be
12382 reserved in the global namespace.
12383
12384 * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
12385 generate needed virtual table.
12386
12387 * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
12388
12389 1998-10-10 Dariush Eslimi <eslimi@loran.com>
12390
12391 * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
12392 template-dependent type
12393
12394 1998-10-10 Alexandre Oliva <oliva@dcc.unicamp.br>
12395
12396 * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
12397 * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
12398 * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
12399
12400 * g++.old-deja/g++.other/using5.C: New test; using decl from base
12401 class should be usable as argument of member function.
12402 * g++.old-deja/g++.other/using6.C: New test; using decl from base
12403 class should be usable as return type of member function.
12404 * g++.old-deja/g++.other/using7.C: New test; using decl from base
12405 class should be usable as type of data member.
12406
12407 * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
12408
12409 Fri Oct 9 19:19:19 1998 Jeffrey A Law (law@cygnus.com)
12410
12411 * gcc.c-torture/special/920521-1.c: Fix bogus test.
12412
12413 Thu Oct 8 19:14:05 1998 Nick Clifton <nickc@cygnus.com>
12414
12415 * gcc.dg/dll-?.c Add thumb to target list.
12416 Fix assembler scan patterns to match current assembler output.
12417
12418 1998-10-08 Alexandre Oliva <oliva@dcc.unicamp.br>
12419
12420 * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
12421 matching of template brackets.
12422
12423 * g++.old-deja/g++.other/using4.C: New test. Test using
12424 declarations of methods from base classes.
12425
12426 * g++.old-deja/g++.ns/extern1.C: New test. Extern declarations
12427 within functions should introduce names into the innermost
12428 enclosing namespace.
12429
12430 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
12431 of static locals if first initialization throws.
12432
12433 Wed Oct 7 12:00:20 1998 Jim Wilson <wilson@cygnus.com>
12434
12435 * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
12436
12437 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
12438
12439 * gcc.c-torture/special/981006-1.c: New test. Make sure gcc doesn't
12440 lose track of the possible targets of tablejump insns.
12441 * special/special.exp: Run it.
12442
12443 1998-10-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12444
12445 * g++.old-deja/g++.pt/friend35.C: New test. A template function
12446 must be declared before its specializations can be named in friend
12447 declarations.
12448
12449 1998-10-05 Dave Love <d.love@dl.ac.uk>
12450
12451 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
12452
12453 * g77.f-torture/execute/io1.f: New test.
12454
12455 1998-10-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12456
12457 * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
12458 with pointer to template function, for which no argument deduction
12459 is possible.
12460
12461 * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
12462 specialization of template function as argument to template
12463 function.
12464
12465 * g++.old-deja/g++.other/access2.C: New test; Inner class
12466 shouldn't have privileged access to Outer's names.
12467
12468 1998-10-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12469
12470 * g++.old-deja/g++.pt/friend34.C: New test; name injection of
12471 friend template declared within template class conflicts with
12472 nested class of the same name.
12473
12474 * g++.old-deja/g++.other/badopt1.C: New test; post-increment
12475 is ignored.
12476
12477 * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
12478 object with direct initializer as function declaration.
12479
12480 * g++.old-deja/g++.other/decl2.C: New test; duplicate
12481 initializers.
12482
12483 * g++.old-deja/g++.other/null2.C: New test; conditional operator
12484 involving const pointer and NULL produces incorrect result.
12485
12486 * g++.old-deja/g++.other/typename1.C: New test; template-dependent
12487 type name without `typename' should be rejected with -pedantic.
12488
12489 Fri Oct 2 21:55:58 1998 Richard Henderson <rth@cygnus.com>
12490
12491 * g++.old-deja/g++.other/addrof1.C: New test.
12492
12493 Thu Oct 1 17:15:26 1998 Nick Clifton <nickc@cygnus.com>
12494
12495 * gcc.c-torture/compile/981001-1.c: New test.
12496 * gcc.c-torture/execute/981001-1.c: New test.
12497
12498 Thu Oct 1 19:05:20 1998 Jeffrey A Law (law@cygnus.com)
12499
12500 * gcc.c-torture/compile/981001-2.c: New test.
12501 * gcc.c-torture/compile/981001-3.c: New test.
12502 * gcc.c-torture/compile/981001-4.c: New test.
12503
12504 1998-10-01 Robert Lipe <robertl@dgii.com>
12505
12506 * lib/objc.exp (objc_target_compile): Add -L during compiles for
12507 multilibbed hosts. Idea grafted from g77.exp.
12508
12509 1998-09-30 Dave Love <d.love@dl.ac.uk>
12510
12511 * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
12512 avoid losing on systems which need -lsocket.
12513
12514 1998-09-28 Alexandre Oliva <oliva@dcc.unicamp.br>
12515
12516 * g++.old-deja/g++.other/bitfld1.C: Expected failure.
12517 * g++.old-deja/g++.other/nested2.C: Ditto.
12518 * g++.old-deja/g++.robertl/eb132.C: No longer an expected
12519 failure.
12520
12521 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12522
12523 * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
12524 preferred over template operator!= for enum bitfields.
12525
12526 1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
12527
12528 * g++.old-deja/g++.other/nested2.C: Different virtual base classes
12529 that happen to have the same base name, but in different scopes,
12530 are incorrectly rejected.
12531
12532 1998-09-16 Richard Henderson <rth@cygnus.com>
12533
12534 * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
12535 on the native word size instead of an integer literal.
12536
12537 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12538
12539 * g++.old-deja/g++.other/static2.C: Invocation of static data
12540 member of type pointer-to-function denoted as non-static member.
12541
12542 * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
12543 checks involving function types and aliases.
12544
12545 1998-09-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12546
12547 * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
12548 redefined to the same non-trivial type.
12549
12550 * g++.old-deja/g++.pt/explicit73.C: Test for proper
12551 namespace-qualification of template specializations declared in
12552 other namespaces.
12553
12554 * g++.old-deja/g++.other/friend4.C: Check whether it is possible
12555 to declare a subset of the specializations of a template function
12556 as friends of specializations of a template class.
12557
12558 * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
12559 member templates that do not fully specialize the enclosing
12560 template class are rejected.
12561
12562 1998-09-11 Dave Love <d.love@dl.ac.uk>
12563
12564 * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
12565
12566 1998-09-08 Dave Love <d.love@dl.ac.uk>
12567
12568 * g77.f-torture/execute/u77-test.f (main): New file, somewhat
12569 altered from libf2c/libU77 version.
12570
12571 1998-09-06 Dave Love <d.love@dl.ac.uk>
12572
12573 * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
12574
12575 1998-09-04 Reid M. Pinchback <reidmp@MIT.EDU>, Alexandre Oliva <oliva@dcc.unicamp.br>
12576
12577 * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
12578 (un)signed char are different types for template specialization
12579 purposes.
12580
12581 Thu Sep 3 00:40:32 1998 Ovidiu Predescu <ovidiu@aracnet.com>
12582
12583 * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
12584 * objc: ObjC testsuite.
12585
12586 Mon Aug 31 12:00:00 1998 Catherine Moore <clm@cygnus.com>
12587
12588 * gcc.c-torture/execute/941014-1.x: New file.
12589
12590 Mon Aug 31 15:19:32 1998 Nick Clifton <nickc@cygnus.com>
12591
12592 * lib/c-torture.exp: Add support for
12593 torture_eval_before_compile and torture_eval_before_execute
12594 variables.
12595
12596 Sun Aug 30 17:38:20 1998 Jeffrey A Law (law@cygnus.com)
12597
12598 * gcc.dg/980626-1.c: Delete this test. We've declared the warning
12599 this test triggers valid.
12600
12601 Thu Aug 27 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12602
12603 * gcc.dg/980827-1.c: New test.
12604
12605 Wed Aug 26 16:10:00 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12606
12607 * gcc.c-torture/execute/loop-4b.c: New test.
12608
12609 Wed Aug 26 16:25:38 1998 Nick Clifton <nickc@cygnus.com>
12610
12611 * lib/c-torture.exp: Add support for
12612 torture_eval_before_compile and torture_eval_before_execute
12613 variables.
12614
12615 Tue Aug 25 19:42:13 1998 Jeffrey A Law (law@cygnus.com)
12616
12617 * gcc.c-torture/compile/980825-1.c: New test.
12618
12619 Mon Aug 24 14:20:32 1998 Nick Clifton <nickc@cygnus.com>
12620
12621 * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
12622 count number tests in opt_t0 not good_t0.
12623
12624 Mon Aug 24 16:38:52 1998 Jeffrey A Law (law@cygnus.com)
12625
12626 * gcc.c-torture/compile/930326-1.x: Fix typo.
12627
12628 1998-08-23 Mark Mitchell <mark@markmitchell.com>
12629
12630 * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
12631 causes an ICE.
12632
12633 Fri Aug 21 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12634
12635 * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
12636 STACK_SIZE is defined.
12637 * gcc.c-torture/unsorted/stuct.c: Similarly.
12638
12639 * gcc.c-torture/compile/980821-1.c: New test.
12640
12641 Fri Aug 21 03:14:04 1998 Jeffrey A Law (law@cygnus.com)
12642
12643 * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
12644
12645 1998-08-19 Mark Mitchell <mark@markmitchell.com>
12646
12647 * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
12648 code.
12649
12650 1998-08-09 Mark Mitchell <mark@markmitchell.com>
12651
12652 * lib/old-dejagnu.exp: Revise handling of `Internal compiler
12653 error'.
12654
12655 Tue Aug 18 19:19:50 1998 Jeffrey A Law (law@cygnus.com)
12656
12657 * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
12658
12659 Sun Aug 16 01:29:19 1998 Jeffrey A Law (law@cygnus.com)
12660
12661 * gcc.c-torture/compile/980816-1.c: New test.
12662
12663 * gcc.dg/980816-1.c: New test.
12664
12665 Thu Aug 13 00:13:55 1998 Jeffrey A Law (law@cygnus.com)
12666
12667 * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
12668 compiler for ieee tests.
12669
12670 1998-08-01 Dave Love <d.love@dl.ac.uk>
12671
12672 * g77.f-torture/compile/980729-0.f: New test.
12673
12674 1998-07-30 Ken Raeburn <raeburn@cygnus.com>
12675
12676 * gcc.c-torture/special/eeprof-1.c: New test, for
12677 -finstrument-functions.
12678 * gcc.c-torture/special/special.exp: Run it.
12679
12680 Wed Jul 29 00:17:18 1998 Jeffrey A Law (law@cygnus.com)
12681
12682 * gcc.c-torture/compile/980729-1.c: New test.
12683
12684 Mon Jul 27 11:05:07 1998 Nick Clifton <nickc@cygnus.com>
12685
12686 * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
12687 __thumb__ is defined, and test for ARM style doubles if so.
12688
12689 1998-07-26 Dave Love <d.love@dl.ac.uk>
12690
12691 * g77.f-torture/noncompile/980615-0.f: New test.
12692
12693 Sun Jul 26 01:15:56 1998 H.J. Lu (hjl@gnu.org)
12694
12695 * gcc.dg/980312-1.c: Do link instead of compile.
12696 * gcc.dg/980313-1.c: Likewise.
12697
12698 Sun Jul 26 01:05:02 1998 Jeffrey A Law (law@cygnus.com)
12699
12700 * gcc.c-torture/compile/980726-1.c: New test.
12701
12702 1998-07-25 Dave Love <d.love@dl.ac.uk>
12703
12704 * g77.f-torture/execute/io0.f: New test.
12705
12706 Fri Jul 24 11:02:43 1998 Nick Clifton <nickc@cygnus.com>
12707
12708 * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
12709 an int.
12710
12711 Thu Jun 18 15:12:30 1998 Michael Meissner <meissner@cygnus.com>
12712
12713 * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
12714 m32r bugs.
12715
12716 Fri Jul 17 14:19:32 1998 Nick Clifton <nickc@cygnus.com>
12717
12718 * gcc.dg/980626-1.c: Expect failures for all toolchains until
12719 c-decl.c:grokdeclarator can handle mode attributes.
12720
12721 Thu Jul 16 21:42:50 1998 Jeffrey A Law (law@cygnus.com)
12722
12723 * gcc.c-torture/execute/980716-1.c: New test.
12724
12725 Mon Jul 13 22:26:37 1998 Jeffrey A Law (law@cygnus.com)
12726
12727 * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
12728 the mn10200.
12729 * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
12730 the mn10200.
12731 * gcc.c-torture/execute/va-arg-3.x: Similarly.
12732 * gcc.c-torture/compile/930326-1.x: Similarly.
12733
12734 1998-07-13 Dave Love <d.love@dl.ac.uk>
12735
12736 * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
12737 New test from Craig.
12738
12739 1998-07-12 Dave Love <d.love@dl.ac.uk>
12740
12741 * g77.f-torture/noncompile/980616-0.f: New test.
12742
12743 * g77.f-torture/execute/970816-3.f: New test from Craig.
12744
12745 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12746
12747 * g++.other/singleton.C: Return error value instead of taking
12748 SIGSEGV.
12749
12750 Fri Jul 10 10:02:03 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
12751
12752 * g++.other/singleton.C: New test. Warning is under dispute.
12753 Runtime crash is not.
12754
12755 Thu Jul 9 23:07:45 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12756
12757 * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
12758 ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
12759 using6.C, using7.C}: New namespace tests.
12760
12761 Thu Jul 9 22:44:49 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12762
12763 * g++.old-deja/g++.other/partspec1.C: Test matching of partial
12764 specialization with typedef'ed names used as array indexes.
12765
12766 Thu Jul 9 00:38:51 1998 Jeffrey A Law (law@cygnus.com)
12767
12768 * gcc.c-torture/execute/980709-1.c: New test.
12769
12770 * gcc.dg/980709-1.c: New test.
12771
12772 Tue Jul 7 13:41:27 1998 Richard Henderson <rth@cygnus.com>
12773
12774 * gcc.c-torture/execute/bcp-1.c: New test.
12775
12776 Tue Jul 7 11:49:04 1998 Jeffrey A Law (law@cygnus.com)
12777
12778 * gcc.c-torture/execute/980707-1.c: New test.
12779
12780 Mon Jul 6 18:20:27 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
12781
12782 * gcc.c-torture/compile/980706-1.c: New test.
12783
12784 1998-07-01 Dave Love <d.love@dl.ac.uk>
12785
12786 * g77.f-torture/execute/980701-0.f,
12787 g77.f-torture/execute/980701-1.f: New test from Craig.
12788
12789 Wed Jul 1 00:52:51 1998 Jeffrey A Law (law@cygnus.com)
12790
12791 * gcc.c-torture/compile/980701-1.c: New test.
12792
12793 * gcc.c-torture/execute/980701-1.c: New test.
12794
12795 Tue Jun 30 11:51:42 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka
12796 rlsruhe.de>
12797
12798 * g++.old-deja/g++.robertl/eb132.C: New test.
12799 * g++.old-deja/g++.robertl/eb133.C: Likewise.
12800
12801 1998-06-29 Dave Love <d.love@dl.ac.uk>
12802
12803 * g77.f-torture/execute/980628-7.f,
12804 g77.f-torture/execute/980628-8.f,
12805 g77.f-torture/execute/980628-9.f,
12806 g77.f-torture/execute/980628-10.f: New tests from Craig.
12807
12808 * g77.f-torture/execute/980628-3.f: Remove mail headers.
12809
12810 Sun Jun 28 12:49:02 1998 Jeffrey A Law (law@cygnus.com)
12811
12812 * g77.f-torture/execute/980628-4.f: New test from Craig.
12813 * g77.f-torture/execute/980628-5.f: Likewise.
12814 * g77.f-torture/execute/980628-2.f: Likewise.
12815 * g77.f-torture/execute/980628-0.f: Likewise.
12816 * g77.f-torture/execute/980628-1.f: Likewise.
12817 * g77.f-torture/execute/980628-3.f: Likewise.
12818 * g77.f-torture/execute/980628-6.f: Likewise.
12819
12820 Sun Jun 28 00:37:26 1998 Jeffrey A Law (law@cygnus.com)
12821
12822 * lib/g77.exp (default_g77_version): Tweak to make it work in a build
12823 directory when nothing has been installed yet.
12824
12825 Sat Jun 27 23:23:18 1998 Carlo Wood <carlo@runaway.xs4all.nl>
12826
12827 * gcc.c-torture/special/special.exp: Handle newer versions of
12828 dejagnu.
12829
12830 Fri Jun 26 17:57:40 1998 Jeffrey A Law (law@cygnus.com)
12831
12832 * gcc.dg/980626-1.c: New test.
12833
12834 Fri Jun 19 23:26:12 1998 Bruno Haible <haible@ilog.fr>
12835
12836 * gcc.misc-tests/m-un-2.c: New test.
12837 * g++.old-deja/g++.other/warn01.c: Likewise.
12838
12839 Fri Jun 19 14:06:36 1998 Robert Lipe <robertl@dgii.com>
12840
12841 * gcc.dg/980414-1.c: Move comments outside of ASM to improve
12842 compatibility with assmblers with a different comment character.
12843 Eliminate use of GAS-specific extensions.
12844
12845 Fri Jun 19 02:05:14 1998 Jeffrey A Law (law@cygnus.com)
12846
12847 * gcc.c-torture/execute/ieee/980619-1.c: New test.
12848
12849 Fri Jun 19 00:58:11 1998 Robert Lipe <robertl@dgii.com>
12850
12851 *lib/g77.exp: Replace search for libf2c.a with search for newly
12852 renamed libg2c.a
12853
12854 Wed Jun 17 18:53:12 1998 Jeffrey A Law (law@cygnus.com)
12855
12856 * gcc.c-torture/execute/980617-1.c: New test.
12857
12858 Fri Jun 12 01:08:49 1998 Jeffrey A Law (law@cygnus.com)
12859
12860 * gcc.c-torture/execute/980612-1.c: New test.
12861
12862 Mon Jun 8 02:13:42 1998 Jeffrey A Law (law@cygnus.com)
12863
12864 * gcc.dg/980523-1.c: Only test on ppc-linux.
12865 * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
12866
12867 * gcc.c-torture/execute/980608-1.c: New test.
12868
12869 Fri Jun 5 21:54:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12870
12871 * gcc.c-torture/execute/980605-1.c: New test.
12872
12873 Thu Jun 4 01:39:24 1998 Jeffrey A Law (law@cygnus.com)
12874
12875 * gcc.c-torture/execute/980604-1.c: New test.
12876
12877 Tue Jun 2 20:51:43 1998 Jeffrey A Law (law@cygnus.com)
12878
12879 * gcc.c-torture/execute/980602-1.c: New test.
12880 * gcc.c-torture/execute/980602-2.c: Likewise.
12881
12882 1998-06-02 Dave Love <d.love@dl.ac.uk>
12883
12884 * 970125-0.f: Fix per JCB. Add commentary.
12885
12886 Sun May 31 23:23:29 1998 Michael Meissner <meissner@cygnus.com>
12887
12888 * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
12889 IEEE -0 support.
12890
12891 Fri May 29 01:10:12 1998 Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
12892
12893 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
12894 earlier.
12895
12896 Thu May 28 00:17:42 1998 Catherine Moore <clm@cygnus.com>
12897
12898 * gcc.c-torture/execute/980526-3.c: New test.
12899
12900 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
12901
12902 * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
12903 fail on m68k-motorola-sysv and m88k-motorola-sysv3.
12904 * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
12905 m88k-motorola-sysv3 to XFAIL.
12906
12907 Tue May 26 23:58:03 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12908
12909 * gcc.dg/980526-1.c: New test.
12910 * gcc.c-torture/execute/980526-2.c: New test.
12911
12912 Tue May 26 23:40:40 1998 Jeffrey A Law (law@cygnus.com)
12913
12914 * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
12915
12916 * gcc.c-torture/execute/980526-1.c: New test.
12917
12918 1998-05-26 Dave Love <d.love@dl.ac.uk>
12919
12920 * g77.f-torture/execute/alpha2.f: Add runtime test.
12921
12922 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
12923
12924 * g++.old-deja/old-deja.exp: Strip leading directories.
12925
12926 * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
12927 error for the line. Don't run multiple tests for the same line.
12928
12929 Sat May 23 23:27:10 1998 Jeffrey A Law (law@cygnus.com)
12930
12931 * gcc.dg/980523-1.c: New test.
12932
12933 1998-05-23 Dave Love <d.love@dl.ac.uk>
12934
12935 * g77.f-torture/compile/970915-0.f: New test.
12936
12937 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
12938
12939 * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
12940
12941 Thu May 21 23:23:21 1998 Jeffrey A Law (law@cygnus.com)
12942
12943 * gcc.dg/980520-1.c: New test.
12944
12945 Wed May 20 14:37:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
12946
12947 * gcc.dg/980502-1.c: Fix return type.
12948
12949 Wed May 20 11:29:48 1998 Jeffrey A Law (law@cygnus.com)
12950
12951 * gcc.dg/{980502-1.c, clobbers.c}: New tests.
12952 * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
12953 * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
12954 * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
12955 * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
12956
12957 1998-05-20 Dave Love <d.love@dl.ac.uk>
12958
12959 * g77.f-torture/execute/980520-1.f: New test.
12960
12961 1998-05-15 Dave Love <d.love@dl.ac.uk>
12962
12963 * lib/mike-g77.exp: New file.
12964
12965 * g77.f-torture/noncompile/noncompile.exp,
12966 g77.f-torture/noncompile/check0.f: New files.
12967
12968 1998-05-14 Dave Love <d.love@dl.ac.uk>
12969
12970 * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
12971 g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
12972 g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
12973 g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
12974 g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
12975 abort where appropriate.
12976
12977 Tue May 5 19:20:13 1998 Michael Meissner <meissner@cygnus.com>
12978
12979 * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
12980 * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
12981
12982 1998-04-29 Dave Love <d.love@dl.ac.uk>
12983
12984 * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
12985
12986 1998-04-27 Dave Love <d.love@dl.ac.uk>
12987
12988 * g77.f-torture/compile/980427-0.f: New test.
12989
12990 1998-04-24 Dave Love <d.love@dl.ac.uk>
12991
12992 * g77.f-torture/compile/980424-0.f: New test.
12993
12994 1998-04-19 Dave Love <d.love@dl.ac.uk>
12995
12996 * g77.f-torture/compile/980419-2.f (main): New test.
12997 * g77.f-torture/compile/970125-0.f: New test.
12998 * g77.f-torture/compile/980419-1.f: New test.
12999
13000 Wed Apr 8 13:09:15 1998 Jim Wilson <wilson@cygnus.com>
13001
13002 * gcc.c-torture/execute/980407-1.c: Delete test. Is duplicate
13003 of loop-4.c.
13004
13005 Tue Apr 7 12:01:24 1998 Jim Wilson <wilson@cygnus.com>
13006
13007 * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
13008
13009 Fri Apr 3 12:27:49 1998 Jim Wilson <wilson@cygnus.com>
13010
13011 * gcc.c-torture/compile/980329-1.c: New test.
13012
13013 Wed Mar 18 16:22:22 1998 Jim Wilson <wilson@cygnus.com>
13014
13015 * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
13016 * gcc.dg/980312-1.c: Fix typo in -march command.
13017
13018 Mon Mar 16 20:01:30 1998 H.J. Lu (hjl@gnu.org)
13019
13020 * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
13021
13022 Wed Mar 11 13:08:48 1998 Robert Lipe <robertl@dgii.com>
13023
13024 * g77.f-torture/execute/980310-5.f: Deleted. Craig Burley and
13025 Dave Love agree the Fortran source is bogus.
13026
13027 Wed Mar 11 00:03:49 1998 Robert Lipe <robertl@dgii.com>
13028
13029 * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
13030 g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
13031 g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
13032 g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
13033 * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
13034
13035 Tue Mar 10 00:31:51 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13036
13037 * g++.old-deja/g++.other/friend1.C: New test.
13038
13039 1998-02-18 Dave Love <d.love@dl.ac.uk>
13040
13041 * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
13042 possibly uninitialized) variables and declare dnrm2.
13043
13044 Mon Feb 23 15:16:53 1998 Robert Lipe <robertl@dgii.com>
13045
13046 From Bruno Haible <haible@ilog.fr>:
13047 * gcc.c-torture/execute/980223.c: New test.
13048
13049 Fri Feb 13 00:36:07 1998 Jeffrey A Law (law@cygnus.com)
13050
13051 * gcc.dg/ifelse-1.c: New test.
13052
13053 Mon Feb 9 02:08:47 1998 H.J. Lu (hjl@gnu.org)
13054
13055 * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
13056
13057 * lib/old-dejagnu.exp (old-dejagnu): Added the
13058 "execution test - XFAIL *-*-*" handling in the spirit of
13059 "excess errors test -". Changed the "execution test fails"
13060 handling to be like "excess errors test fails".
13061 * Update various tests accordingly.
13062
13063 Fri Feb 6 14:30:48 1998 Jim Wilson <wilson@cygnus.com>
13064
13065 * gcc.c-torture/execute/980205.c: New test.
13066
13067 Sun Jan 18 01:33:59 1998 Jeffrey A Law (law@cygnus.com)
13068
13069 * lib/c-torture.exp: Look for .x files instead of .cexp files.
13070 * lib/f-torture.exp: Similarly.
13071 * gcc.c-torture: Rename all .cexp files to .x files.
13072
13073 Mon Dec 8 23:55:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13074
13075 * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
13076 (940510-1.c): Removed duplicate.
13077 (971104-1.c): New test.
13078
13079 Tue Nov 25 16:18:51 1997 Kate Hedstrom (kate@ahab.rutgers.edu)
13080
13081 * lib/f-torture.exp: Improve error and loop detection.
13082
13083 Wed Nov 19 14:27:04 1997 Michael Meissner <meissner@cygnus.com>
13084
13085 * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
13086 use that to size the filler array.
13087
13088 Fri Sep 26 10:50:53 1997 Bob Manson <manson@charmed.cygnus.com>
13089
13090 * lib/c-torture.exp(c-torture-execute): Fix typo.
13091
13092 * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
13093 testcase as the executable name. Keep the executable around if
13094 the test fails.
13095
13096 Fri Sep 19 17:19:53 1997 Bob Manson <manson@charmed.cygnus.com>
13097
13098 * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
13099 changes. Only test one -g option, and move it to the end of the
13100 list of options to test.
13101
13102 Fri Sep 19 17:58:00 1997 Michael Meissner <meissner@cygnus.com>
13103
13104 * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
13105 variable GCC_TORTURE_OPTIONS to supply default switches separated
13106 by colons. If no environment variable, run tests with -O0 -g, -O1
13107 -g, and -O2 -g as well.
13108
13109 Wed Sep 17 10:12:26 1997 Bob Manson <manson@charmed.cygnus.com>
13110
13111 * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
13112 explanatory comments. Fix indentation.
13113
13114 Mon Sep 15 00:36:53 1997 Jeffrey A Law (law@cygnus.com)
13115
13116 * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
13117
13118 Thu Sep 11 13:54:47 1997 Jeffrey A Law (law@cygnus.com)
13119
13120 * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
13121 * g++.old-deja/g++.mike/p7325.C: Likewise.
13122 * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
13123
13124 Thu Sep 11 10:00:03 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
13125
13126 * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
13127 * g++.old-deja/g++.brendan/crash30.C: Likewise.
13128 * g++.old-deja/g++.brendan/crash39.C: Likewise.
13129 * g++.old-deja/g++.law/operators4.C: Likewise.
13130
13131 Thu Sep 11 09:53:40 1997 Joe Buck (jbuck@synopsys.com)
13132
13133 * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
13134 * g++.old-deja/g++.mike/p784.C: Ditto.
13135 * g++.old-deja/g++.mike/p785.C: Ditto.
13136
13137 Fri Sep 5 00:21:42 1997 Jeffrey A Law (law@cygnus.com)
13138
13139 * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
13140
13141 Wed Sep 3 17:29:35 1997 Bob Manson <manson@charmed.cygnus.com>
13142
13143 * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
13144 target feature; pass this to c-torture-execute as needed.
13145
13146 Wed Sep 3 17:15:00 1997 Bob Manson <manson@charmed.cygnus.com>
13147
13148 * lib/c-torture.exp(c-torture-execute): If the previous and the
13149 current executables being tested are identical, we don't need to
13150 run the executable again. Try to make the executable names
13151 unique. Add an optional argument for passing additional compiler
13152 flags.
13153
13154 Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
13155
13156 * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
13157
13158 Fri Aug 29 12:48:09 1997 Jeffrey A Law (law@cygnus.com)
13159
13160 * gcc.c-torture/execute/921007-1.c: Make strcmp static.
13161
13162 Thu Jul 31 12:17:24 1997 Jeffrey A Law (law@cygnus.com)
13163
13164 * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
13165 32bit or larger longs.
13166
13167 * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
13168 have either a 32bit long or 32bit int.
13169
13170 Tue Jul 29 00:40:38 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13171
13172 * gcc.c-torture/execute/conversion.c (test_float_to_integer):
13173 Make double precision tests dependent on sizeof (double).
13174
13175 Wed Jul 9 15:15:40 1997 Bob Manson <manson@charmed.cygnus.com>
13176
13177 * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
13178 too.
13179
13180 Tue Jun 17 22:11:16 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13181
13182 * gcc.c-torture/compile/961203-1.cexp: New script.
13183
13184 Mon Jun 16 15:27:06 1997 Bob Manson <manson@charmed.cygnus.com>
13185
13186 * lib/g++.exp(g++_init): Use g++_include_flags instead of making
13187 up the includes ourselves.
13188
13189 Wed Jun 11 17:33:21 1997 Bob Manson <manson@charmed.cygnus.com>
13190
13191 * lib/plumhall.exp: Remove random include, and add a few
13192 verbose messages for debugging.
13193
13194 Fri Jun 6 14:23:24 1997 Bob Manson <manson@charmed.cygnus.com>
13195
13196 * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
13197 of trying to do it ourselves.
13198
13199 Wed Jun 4 03:38:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13200
13201 * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
13202
13203 Wed Jun 4 18:43:55 1997 Bob Manson <manson@charmed.cygnus.com>
13204
13205 * gcc.prms/5403.c: Made regexp a bit less strict.
13206
13207 Tue Jun 3 15:12:39 1997 Bob Manson <manson@charmed.cygnus.com>
13208
13209 * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
13210 is returned from remote_load instead.
13211 * lib/plumhall.exp: Ditto.
13212 * lib/mike-g++.exp: Ditto.
13213 * lib/old-dejagnu.exp: Ditto.
13214 * lib/c-torture.exp: Ditto.
13215
13216 Fri May 30 23:15:15 1997 Bob Manson <manson@charmed.cygnus.com>
13217
13218 * lib/g++.exp: Use build_wrapper procedure.
13219 * lib/gcc.exp: Ditto.
13220
13221 Tue May 20 15:23:27 1997 Jeffrey A Law (law@cygnus.com)
13222
13223 * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
13224 an old-style decl for malloc. Fixes tests to work when
13225 sizeof (int) != sizeof (size_t).
13226
13227 Thu May 15 14:00:04 1997 Mike Meissner <meissner@cygnus.com>
13228
13229 * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
13230
13231 * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
13232 use stdargs.h interface.
13233
13234 Thu May 15 14:10:39 1997 Mike Meissner <meissner@cygnus.com>
13235
13236 * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
13237 NO_VARARGS when compiling.
13238
13239 Thu May 1 14:49:19 1997 Bob Manson <manson@charmed.cygnus.com>
13240
13241 * lib/plumhall.exp(ph_includes): New procedure.
13242 (ph_make): Use it.
13243 (ph_compiler): Ditto.
13244
13245 * lib/g++.exp: Rename test-glue.c to testglue.c.
13246 * lib/gcc.exp: Ditto.
13247
13248 Thu Apr 10 14:50:26 1997 Bob Manson <manson@charmed.cygnus.com>
13249
13250 * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
13251 to completion when it's called.
13252
13253 Fri Mar 21 16:34:52 1997 Michael Meissner <meissner@cygnus.com>
13254
13255 * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
13256 is defined, don't do test.
13257
13258 Thu Mar 20 09:50:32 1997 Doug Evans <dje@canuck.cygnus.com>
13259
13260 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
13261 for object files.
13262 (ph_summary): Mark skipped testcases as untested, not unresolved.
13263
13264 * lib/plumhall.exp (ph_make): If unresolved because of bad
13265 errorCode, record errorCode in log file.
13266 (*): Replace send_log/verbose with verbose -log.
13267
13268 Wed Mar 19 13:06:26 1997 Michael Meissner <meissner@cygnus.com>
13269
13270 * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
13271 double conversion if double isn't at least 8 bytes.
13272
13273 * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
13274 int to work with targets where int is 16 bits.
13275
13276 * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
13277 8 bytes, just exit, since 4 byte doubles don't have enough bits of
13278 precision for the test to complete.
13279
13280 Fri Mar 14 17:51:02 1997 Michael Meissner <meissner@cygnus.com>
13281
13282 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
13283 if d10v is not compiled with the -mdouble64 flag.
13284 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
13285
13286 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
13287 d10v is not compiled with the -mint32 flag.
13288
13289 Thu Mar 13 16:09:28 1997 Bob Manson <manson@charmed.cygnus.com>
13290
13291 * lib/plumhall.exp: Use incr_count.
13292
13293 Wed Mar 12 10:01:33 1997 Jeffrey A Law (law@cygnus.com)
13294
13295 * gcc.c-torture: Update to c-torture-1.45.
13296
13297 Sun Feb 23 18:12:04 1997 Bob Manson <manson@charmed.cygnus.com>
13298
13299 * lib/gcc.exp(gcc_init): Add args parameter (which will contain
13300 the name of the expect testcase file).
13301
13302 * lib/g++.exp(g++_init): Ditto.
13303
13304 Thu Feb 20 13:53:05 1997 Bob Manson <manson@charmed.cygnus.com>
13305
13306 * lib/g++.exp(g++_exit): $gluefile lives on the build, not
13307 the host.
13308
13309 * lib/gcc.exp(gcc_exit): New procedure.
13310
13311 Wed Feb 19 15:16:16 1997 Bob Manson <manson@charmed.cygnus.com>
13312
13313 * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
13314 specs where appropriate.
13315
13316 * g++.old-deja/g++.arm/*: Added additional ERROR checks
13317 because of new "candidates are" messages, and removed a few
13318
13319 * Converted all non-old-style g++ testcases to old-style, and
13320 moved into g++.old-deja.
13321
13322 Fri Feb 14 11:46:46 1997 Bob Manson <manson@charmed.cygnus.com>
13323
13324 * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
13325 options.
13326
13327 * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
13328 succeeded.
13329
13330 * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
13331
13332 Thu Feb 13 17:30:46 1997 Michael Meissner <meissner@cygnus.com>
13333
13334 * lib/gcc.exp (gcc_target_compile): Add support for defining
13335 NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
13336 the machine doesn't have those features.
13337
13338 Tue Feb 11 12:57:11 1997 Bob Manson <manson@charmed.cygnus.com>
13339
13340 * g++.law/operators4.exp: Don't use LIBS.
13341
13342 Sat Feb 8 14:45:55 1997 Bob Manson <manson@charmed.cygnus.com>
13343
13344 * g++.law/virtual1.exp: Don't use CXX_FLAGS.
13345
13346 * lib/mike-g++.exp: Don't set the compiler to be tested here.
13347 * lib/g++.exp: Set it here instead. Also, allow use of the
13348 --tool_exec and --tool_opt options. Change CXX to
13349 GXX_UNDER_TEST.
13350
13351 * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
13352
13353 * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
13354
13355 Fri Feb 7 12:55:45 1997 Bob Manson <manson@charmed.cygnus.com>
13356
13357 * lib/old-dejagnu.exp: Use prune_warnings instead of
13358 prune_system_crud.
13359 * lib/mike-g++.exp: Ditto.
13360 * lib/gcc.exp: Ditto.
13361 * lib/g++.exp: Ditto.
13362
13363 * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
13364
13365 Fri Feb 7 10:41:53 1997 Jeffrey A Law (law@cygnus.com)
13366
13367 * 941014-2.c: Include stdlib.h
13368 * 960327-1.c: Include stdio.h
13369 * dbra.c, index-1.c: Don't assume ints are 32bits.
13370
13371 Tue Feb 4 12:51:09 1997 Bob Manson <manson@charmed.cygnus.com>
13372
13373 * lib/gcc.exp: Add gcc,stack_size target feature.
13374
13375 * lib/g++.exp(g++_target_compile): Add the include and link
13376 paths here, not in two other places. And, it's $options, not
13377 options.
13378
13379 * lib/mike-g++.exp(postbase): Remove the code that determines
13380 the correct include and link paths.
13381 * g++.old-deja/old-deja.exp: Ditto.
13382
13383 Mon Feb 3 19:00:07 1997 Bob Manson <manson@charmed.cygnus.com>
13384
13385 * lib/g++.exp(g++_init): target_compile no longer returns the
13386 filename of the result.
13387
13388 Sun Feb 2 14:42:34 1997 Bob Manson <manson@charmed.cygnus.com>
13389
13390 * gcc.misc-tests/gcov.exp: Add -nocomplain to the
13391 call to glob.
13392
13393 * gcc.c-torture/special/special.exp: Change call to
13394 gcc_target_compile to include the object file.
13395
13396 Sun Feb 2 17:11:50 1997 Ian Lance Taylor <ian@cygnus.com>
13397
13398 * gcc.c-torture/special/special.exp: Correct misspelling in last
13399 change.
13400
13401 Sat Feb 1 12:34:23 1997 Bob Manson <manson@charmed.cygnus.com>
13402
13403 * lib/plumhall.exp(ph_summary): Log the entire output of the
13404 executable. Return -1 if there were any failures, 0 otherwise.
13405 (ph_execute): Return -1 if there were any failures, 0 otherwise.
13406 (ph_make): Clean up objects and executables that were built
13407 if the tests succeeded.
13408
13409 Thu Jan 30 13:45:56 1997 Bob Manson <manson@charmed.cygnus.com>
13410
13411 * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
13412 libraries and includes in the build tree as appropriate.
13413
13414 Wed Jan 29 17:19:34 1997 Bob Manson <manson@charmed.cygnus.com>
13415
13416 * lib/c-torture.exp: Instead of looking for the global variable
13417 NO_LONG_LONG, check to see if that's a feature of the target.
13418
13419 Wed Jan 29 00:36:25 1997 Bob Manson <manson@charmed.cygnus.com>
13420
13421 * config/default.exp: Minimize. Delete the remainer of the files in
13422 config; this functionality is now in devo/dejagnu/config.
13423
13424 g++.*/*: Pass any additional flags used to compile to postbase;
13425 delete CXXFLAGS.
13426
13427 gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
13428 is now done by runtest.exp. Use gcc_target_compile instead of
13429 compile.
13430
13431 lib/c-torture.exp: Use gcc_target_compile instead of compile.
13432 Remove references to CFLAGS. Use remote_file instead of
13433 calling rm -f.
13434 (c-torture): Take a list of arguments to use to compile this
13435 testcase.
13436
13437 lib/g++.exp: Simplify. Use target_compile instead of compile.
13438 lib/gcc-dg.exp: Ditto.
13439 lib/gcc.exp: Ditto.
13440 lib/mike-{gcc,g++}.exp: Ditto.
13441 lib/old-dejagnu.exp: Ditto.
13442 lib/plumhall.exp: Ditto.
13443
13444 Wed Jan 8 14:43:07 1997 Jim Wilson <wilson@cygnus.com>
13445
13446 * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
13447 (ph_linker): Likewise.
13448
13449 Wed Nov 13 16:04:19 1996 Joern Rennecke <amylaar@cygnus.com>
13450
13451 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
13452 MAP_ANON / MAP_ANONYMOUS if defined;
13453 else try to map from /dev/zero .
13454
13455 Tue Nov 12 23:30:12 1996 Jeffrey A Law (law@cygnus.com)
13456
13457 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: If MAP_ANON
13458 isn't defined, then define it to MAP_ANONYMOUS.
13459
13460 Tue Nov 12 11:57:49 1996 Jeffrey A Law (law@cygnus.com)
13461
13462 * gcc.c-torture: Update to c-torture-1.42 release.
13463
13464 Mon Nov 11 12:45:31 1996 Jeffrey A Law (law@cygnus.com)
13465
13466 * gcc.c-torture: Update to c-torture-1.41 release.
13467
13468 Sun Oct 27 18:56:18 1996 Jeffrey A Law (law@cygnus.com)
13469
13470 * gcc.c-torture/execute/enum-1.c: New test. Will be in next
13471 c-torture release.
13472
13473 Thu Aug 15 11:09:36 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13474
13475 * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
13476 and LDFLAGS. Fix second case to append the target_info ldflags
13477 onto LDFLAGS, not CFLAGS.
13478 * lib/g++.exp (g++_init): Add target_info stuff.
13479 * lib/old-dejagnu.exp (old-dejagnu-init): Likewise. Add inclusion
13480 of libgloss and newlib flags for !native.
13481
13482 * config/proelf.exp: Load remote.exp and do `push_target hppro'.
13483 (GDB): Fix relative path to go up another dir for finding gdb.
13484
13485 Thu Aug 8 17:03:27 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13486
13487 * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
13488 versions in the target_info array, if they don't exist.
13489
13490 Fri Aug 2 15:39:03 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13491
13492 * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
13493
13494 Mon Jul 8 15:45:58 1996 Jim Wilson <wilson@cygnus.com>
13495
13496 * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
13497 * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
13498
13499 Mon Jul 1 15:53:00 1996 Bob Manson <manson@charmed.cygnus.com>
13500
13501 * lib/old-dejagnu.exp: Don't remove the output file before we've
13502 actually tested it. Don't append pwd to the path of the executable
13503 we're testing.
13504
13505 Sun Jun 30 14:37:50 1996 Doug Evans <dje@canuck.cygnus.com>
13506
13507 * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
13508
13509 Wed Jun 26 14:15:55 1996 Bob Manson <manson@charmed.cygnus.com>
13510
13511 * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
13512 temporary directory for compiler files, and set it to a default
13513 value of /tmp. Set $output as the name of the output file from
13514 compiling the testcase. Add a -o option to $cflags_var so the
13515 compiler writes the final output file as $output. Set $executable
13516 to $output.
13517
13518 * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
13519 directory for compiler files, and set it to /tmp if it doesn't
13520 already have a value. Set $output_file to the name of the output
13521 file from compiling the testcase. Add a -o option to CXXFLAGS so
13522 the compiler writes the final output file as $output. Use $output
13523 as the executable to be tested.
13524
13525 Mon Jun 24 17:12:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13526
13527 * lib/g++.exp: Also add -Wl,-rpath,... for linux.
13528
13529 Sat Jun 8 15:12:24 1996 Jeffrey A Law (law@cygnus.com)
13530
13531 * gcc.c-torture/execute/pending-1.c: New test. Still
13532 pending in Tege's queue.
13533
13534 Wed Apr 24 18:13:45 1996 Jim Wilson <wilson@chestnut.cygnus.com>
13535
13536 * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
13537 Add variables local_failcnt and local_unresolvedcnt. Call gcc_fail
13538 if there were failures. Call unresolved if there were unresolved
13539 testcases. Call gcc_fail if program did not run to completion.
13540 (ph_make): Pass additional argument name to ph_execute.
13541 (ph_execute): Add new argument. Pass additional arguments to
13542 ph_summary. Call gcc_fail is there is no execution output.
13543
13544 Wed Apr 24 13:39:23 1996 Jeffrey A Law (law@cygnus.com)
13545
13546 * lib/plumhall.exp (proc_summary): Output relavent summary
13547 lines into the log so specific failures in plumhall can be
13548 investigated.
13549
13550 Wed Apr 10 13:23:45 1996 Jeffrey A Law (law@cygnus.com)
13551
13552 * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
13553 (c-torture-execute): Don't try to execute tests which use
13554 "long long" types if $NO_LONG_LONG is nonzero.
13555
13556 Mon Apr 8 08:52:29 1996 Doug Evans <dje@canuck.cygnus.com>
13557
13558 * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
13559 not c-torture.
13560
13561 * gcc.ieee: Move from here.
13562 * gcc.c-torture/execute/ieee: To here.
13563
13564 Tue Mar 26 23:41:18 1996 Jeffrey A Law (law@cygnus.com)
13565
13566 * gcc.c-torture: Update to c-torture-1.41 release.
13567
13568 Fri Mar 22 15:49:24 1996 Jeffrey A Law (law@cygnus.com)
13569
13570 * lib/c-torture.exp (c-torture-execute): Remove "$executable",
13571 not "$output".
13572
13573 Thu Mar 7 12:37:08 1996 Doug Evans <dje@charmed.cygnus.com>
13574
13575 * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
13576 -c present.
13577
13578 Sat Mar 2 22:36:37 1996 Jeffrey A Law (law@cygnus.com)
13579
13580 * config/proelf.exp: Handle connecting to a simulator.
13581
13582 Wed Jan 31 00:58:15 1996 Jeffrey A Law (law@cygnus.com)
13583
13584 * config/proelf.exp: New file. Enough framework that we can
13585 run c-torture tests on the proelf targets (or any other target
13586 that gdb can connect to for that matter).
13587
13588 Mon Jan 29 08:57:46 1996 Doug Evans <dje@canuck.cygnus.com>
13589
13590 * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
13591 * gcc.ph/testing/limits/limits.exp: Likewise. Don't pass $CFLAGS.
13592
13593 * lib/plumhall.exp (ph_execute): Always call ph_summary if
13594 exec_output exists.
13595
13596 Sun Jan 28 11:28:43 1996 Doug Evans <dje@charmed.cygnus.com>
13597
13598 * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
13599 (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
13600
13601 * config/*.exp: Update FSF address. Change result of ${tool}_load
13602 to pass/fail/unresolved/unsupported/untested. Caller must now
13603 call unresolved/unsupported/untested.
13604 * lib/*.exp: Update FSF address. Update to handle new results of
13605 ${tool}_load.
13606 * lib/chill.exp (verbose): Delete.
13607
13608 Sat Jan 27 12:28:07 1996 Doug Evans <dje@charmed.cygnus.com>
13609
13610 * lib/gcc.exp (default_gcc_start): Change order of args to
13611 $LDFLAGS $CFLAGS $LIBS.
13612 * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
13613 Save/set/restore CFLAGS. Pass single arg to gcc_start.
13614 * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
13615 (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13616 * gcc.misc-tests/dg-test.exp: Likewise.
13617 * gcc.misc-tests/msgs.exp: Likewise.
13618 * gcc.prms/prms.exp: Likewise.
13619 * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
13620 (CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13621
13622 * lib/dg.exp: Deleted, moved to dejagnu/lib.
13623
13624 Wed Jan 24 18:37:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13625
13626 * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
13627
13628 * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
13629 * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
13630
13631 * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
13632 necessary.
13633
13634 Sat Jan 20 17:22:08 1996 Brendan Kehoe <brendan@cygnus.com>
13635
13636 * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
13637 global for loop; add use of $mathlib.
13638 * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
13639 settings here; set mathlib for anything but VxWorks.
13640
13641 Mon Jan 22 16:31:57 1996 Jeffrey A Law (law@cygnus.com)
13642
13643 * gcc.c-torture: Update to c-torture-1.40 release.
13644
13645 Wed Jan 3 00:54:33 1996 Jeffrey A Law (law@cygnus.com)
13646
13647 * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
13648 dg.exp.
13649
13650 Sun Dec 3 16:17:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
13651
13652 * lib/c-torture.exp (c-torture-execute): Declare "output" as
13653 global.
13654
13655 Fri Nov 17 20:01:19 1995 Doug Evans <dje@canuck.cygnus.com>
13656
13657 * lib/g++.exp (LIBS): Define if not already.
13658 * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
13659 (gcc-dg-prune): Call prune_gcc_output.
13660 * lib/gcc.exp (prune_gcc_output): New proc.
13661 * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
13662 prune_gcc_output.
13663
13664 Thu Nov 16 09:15:40 1995 Doug Evans <dje@canuck.cygnus.com>
13665
13666 * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
13667 (c-torture-execute): Likewise. Rename `name' to `testcase'.
13668
13669 Wed Nov 15 23:04:36 1995 Jeffrey A Law (law@cygnus.com)
13670
13671 * gcc.c-torture: Update to c-torture-1.39 release.
13672
13673 Sat Nov 4 12:52:05 1995 Doug Evans <dje@canuck.cygnus.com>
13674
13675 * lib/c-torture.exp (c-torture-execute): Don't return if one option
13676 fails, try others as well.
13677
13678 Thu Nov 2 09:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
13679
13680 * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
13681 If compilation fails, mark execute tests as `untested'.
13682 If test is marked as unsupported, don't mark compilation and
13683 execute tests as failed.
13684
13685 Wed Oct 25 20:57:55 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13686
13687 * lib/g++.exp (g++_init): Don't link in libg++, and look to
13688 libstdc++ for whether or not we want to be doing shared
13689 libraries. Delete link_curses since we don't need it anymore.
13690 * lib/mike-g++.exp (postbase): Don't link in libg++.
13691 * g++.old-deja/old-deja.exp: Likewise.
13692
13693 Mon Oct 23 13:05:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13694
13695 * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
13696
13697 Tue Oct 17 15:24:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13698
13699 * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
13700 For that, add `-Wl,-a,shared_archive'.
13701 * g++.old-deja/old-deja.exp: Likewise.
13702
13703 Tue Oct 17 13:09:06 1995 Doug Evans <dje@canuck.cygnus.com>
13704
13705 * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
13706
13707 Mon Oct 16 23:13:32 1995 Brendan Kehoe <brendan@cygnus.com>
13708
13709 * lib/mike-g++.exp (postbase): Pay attention to the status of
13710 g++_load.
13711
13712 Mon Oct 16 19:28:32 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13713
13714 * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
13715
13716 Mon Oct 16 13:48:58 1995 Doug Evans <dje@canuck.cygnus.com>
13717
13718 * lib/gcc.exp (default_gcc_start): No longer need to log program
13719 being executed or its output, execute_anywhere does that now.
13720 * lib/g++.exp (default_g++_version): Call execute_anywhere.
13721 (default_g++_start): Likewise. Delete calls to verbose/send_log.
13722
13723 Thu Oct 12 10:34:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13724
13725 * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
13726 the same as those in lib/g++.exp.
13727
13728 Tue Oct 10 13:47:27 1995 Jeff Law (law@hurl.cygnus.com)
13729
13730 * gcc.c-torture: Update to c-torture-1.38 release.
13731 * gcc.ieee: Related changes.
13732
13733 Fri Oct 6 12:39:17 1995 Rob Savoye <rob@darkstar.cygnus.com>
13734
13735 * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
13736 "exec". Minor reformatting changes.
13737
13738 * config/rom68k.exp (${tool}_load): Make it work in a canadian
13739 cross. This means all "exec" calls now work on a remote host as
13740 well.
13741 * lib/c-torture.exp (c-torture-compile): Make work for a canadian
13742 cross. Filter out the extra "\r\n" stuff that expect puts in.
13743 (c-torture-execute): Filter out the bogus warnings like
13744 c-torture-compile does. Add support for canadian cross.
13745 * lib/gcc.exp (default_gcc_version, default_gcc_start)
13746 Use execute_anywhere rather than calling exec directly. Now it
13747 works for canadian cross testing.
13748
13749 Thu Oct 5 10:06:45 1995 Brendan Kehoe <brendan@rtl.cygnus.com>
13750
13751 * lib/g++.exp: Add -nocomplain flag to glob. Use catch to put the
13752 results into a variable, and check that rather than using file exists.
13753
13754 Wed Oct 4 16:31:02 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13755
13756 * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
13757 create a libg++.so. For sunos4.1.*, also add -ltermcap.
13758
13759 Tue Sep 26 10:15:14 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13760
13761 * g++.old-deja/old-deja.exp: Create and pass runshlib and
13762 lib_curses if there's a shared libg++ in the build tree.
13763
13764 Fri Sep 22 10:47:24 1995 Doug Evans <dje@canuck.cygnus.com>
13765
13766 * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
13767 if not supported target.
13768
13769 Fri Sep 22 09:22:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13770
13771 * lib/g++.exp (g++_init): Move empty setting of runshlib and
13772 link_curses up to always happen, not just for native builds.
13773
13774 Thu Sep 21 10:23:32 1995 Jeff Law (law@snake.cs.utah.edu)
13775
13776 * gcc.c-torture: Update to c-torture-1.36 release.
13777 * gcc.failure: Related changes.
13778
13779 Wed Sep 20 10:56:26 1995 Doug Evans <dje@canuck.cygnus.com>
13780
13781 * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
13782
13783 Tue Sep 19 17:26:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13784
13785 * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
13786 * lib/mike-g++.exp (postbase): Not in here. Still reference
13787 runshlib, link_curses, and mathlib for link and run.
13788
13789 * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
13790 pass the runtime shared library options for Solaris, OSF/1, and
13791 Irix5, and link with -lcurses to avoid unresolved references.
13792
13793 Wed Sep 13 15:28:10 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13794
13795 * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
13796 only run once.
13797
13798 Wed Sep 13 10:51:52 1995 Doug Evans <dje@canuck.cygnus.com>
13799
13800 * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
13801
13802 Mon Sep 11 11:02:03 1995 Jeff Law (law@snake.cs.utah.edu)
13803
13804 * gcc.c-torture: Update to c-torture-1.35 release. Note we
13805 do not have a framework for the "compat" tests yet.
13806
13807 Sat Sep 9 16:15:20 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13808
13809 * lib/mike-g++.exp (postbase): New local variable `mathlib',
13810 set to null if we're testing vxworks5.1. Use that instead of
13811 `-lm' in the setting of LIBS for link and run.
13812
13813 Fri Sep 8 13:53:38 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13814
13815 * config/rom68k.exp (${tool}_load): Major changes to make it
13816 work. Verified that it does in fact return the stuff in
13817 exec_output properly. Catch any Emul or any TRAP other than 0.
13818
13819 Thu Sep 7 23:04:06 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13820
13821 * lib/mike-g++.exp (prebase): Call g++_init at the end to set
13822 LDFLAGS properly for targets that need stuff from libgloss.
13823 * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
13824 only run once.
13825 (gpp_initialized): New variable.
13826
13827 Wed Sep 6 21:56:13 1995 Rob Savoye <rob@darkstar.cygnus.com>
13828
13829 * config/rom68k.exp: Load libgloss.exp.
13830 * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
13831 so we can produce a fully linked binary.
13832 * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
13833 so we can produce a fully linked binary.
13834
13835 Sun Sep 3 13:25:26 1995 Doug Evans <dje@canuck.cygnus.com>
13836
13837 * lib/plumhall.exp (ph_section): Watch for expected failures.
13838 Add missing `else'.
13839
13840 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
13841 run the testcase.
13842 (c-torture): Likewise.
13843
13844 Mon Aug 28 11:23:38 1995 Doug Evans <dje@cygnus.com>
13845
13846 * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
13847
13848 * lib/mike-g++.exp (mike_cleanup): New proc.
13849 (prebase): New globals compiler_result, not_compiler_result,
13850 target_regexp.
13851 (postbase): Likewise. Call mike_cleanup. Pass "--" to regexp to
13852 allow leading "-" in pattern. Watch for unsupported tests.
13853 If $compiler_result is set, pattern match assembler code,
13854 and ditto for $not_compiler_result.
13855 * lib/mike-gcc.exp: Likewise.
13856
13857 * lib/plumhall.exp (ph_execute): Only call ph_summary if
13858 execution "succeeded".
13859
13860 Mon Aug 14 14:03:53 1995 Doug Evans <dje@canuck.cygnus.com>
13861
13862 * config/win32.exp: New file.
13863 * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
13864
13865 Fri Aug 4 15:39:54 1995 Doug Evans <dje@canuck.cygnus.com>
13866
13867 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
13868 unsupported.
13869 * lib/mike-{gcc,g++}.exp (postbase): Likewise.
13870 * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
13871 * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
13872
13873 * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
13874 "... without exceptions was ...". That is now handled by
13875 prune_system_crud.
13876 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13877
13878 Tue Aug 1 11:09:33 1995 Doug Evans <dje@canuck.cygnus.com>
13879
13880 * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
13881 sieve.c,sort2.c}: New files.
13882 * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
13883 sieve.exp,sort2.exp}: Drivers for them.
13884
13885 * lib/mike-gcc.exp (program_output): New user settable variable.
13886 (postbase): Call prune_system_crud. Also prune extraneous compiler
13887 messages.
13888 * lib/mike-g++.exp (program_output): New user settable variable.
13889
13890 * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
13891
13892 * config/sh.exp: Deleted (use sim.exp instead).
13893
13894 Fri Jul 28 11:33:46 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13895
13896 * config/vx.exp: Declare CHECKTASK as global.
13897 * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
13898 * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
13899 * lib/old-dejagnu.exp: Load [pwd]/$executable.
13900
13901 Wed Jul 26 19:45:39 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13902
13903 * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
13904 target. Like vx.exp, only includes `vx29k.exp' instead of
13905 `vxworks.exp'.
13906
13907 Sun Jul 23 17:38:52 1995 Ian Lance Taylor <ian@cygnus.com>
13908
13909 * config/sim.exp: Increase time limit from 120 seconds to 240.
13910
13911 Thu Jul 6 11:07:38 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13912
13913 * gcc.c-torture/execute/950628-1.c: New test.
13914
13915 Sat Jun 10 18:51:41 1995 Jeff Law (law@snake.cs.utah.edu)
13916
13917 * gcc.c-torture: Update with changes/additions from
13918 c-torture-1.34.
13919
13920 Mon Jun 5 17:58:07 1995 Doug Evans <dje@canuck.cygnus.com>
13921
13922 * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
13923
13924 Sun Jun 4 05:13:57 1995 Jeff Law (law@snake.cs.utah.edu)
13925
13926 * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
13927
13928 Thu Jun 1 00:06:19 1995 Jeff Law (law@snake.cs.utah.edu)
13929
13930 * gcc.c-torture/compile/950512-1.c: New test.
13931 * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
13932 * gcc.dg/struct-ret-1.c: Likewise.
13933
13934 Wed May 31 14:25:13 1995 Doug Evans <dje@canuck.cygnus.com>
13935
13936 * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
13937 930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
13938
13939 Tue May 30 11:19:54 1995 Doug Evans <dje@canuck.cygnus.com>
13940
13941 * gcc.c-torture/special/920411-1.c: Deleted.
13942 * gcc.c-torture/special/special.exp: Delete 920411-1.c.
13943
13944 Mon May 22 16:55:11 1995 Doug Evans <dje@chestnut.cygnus.com>
13945
13946 * config/sim.exp (${tool}_load): Hack in call to bash to get a
13947 cpu limit.
13948
13949 Fri May 12 18:57:54 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13950
13951 * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
13952
13953 Thu May 4 14:23:54 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13954
13955 From kenner;
13956 * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
13957 is the proper length.
13958 * va-arg-3.c: Likewise.
13959
13960 Sun Apr 30 16:02:59 1995 Doug Evans <dje@canuck.cygnus.com>
13961
13962 * lib/dg.exp: Moved to dejagnu/lib. Copy kept here (for awhile).
13963 * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
13964
13965 * lib/gcc.exp (default_gcc_start): Delete old cruft. Delete result.
13966 * lib/g++.exp (default_g++_start): Delete old cruft.
13967
13968 Tue Apr 25 17:20:18 1995 Torbjorn Granlund <tege@cygnus.com>
13969
13970 * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
13971 (2 * (1 << 18)) to (2 * (1 << 17)).
13972
13973 * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
13974
13975 Thu Apr 20 12:21:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13976
13977 * config/rom68k.exp: Renamed from config/idp.exp
13978
13979 Tue Apr 18 13:33:26 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13980
13981 * c-torture/compile/921109-2.c
13982
13983 Tue Apr 18 10:45:12 1995 Mike Stump <mrs@cygnus.com>
13984
13985 * lib/old-dejagnu.exp: We expect Execution test failure if we expected
13986 excess errors.
13987
13988 Sat Apr 15 11:16:58 1995 Doug Evans <dje@chestnut.cygnus.com>
13989
13990 * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
13991 output.
13992 * lib/g++.exp (default_g++_start): Likewise.
13993
13994 Wed Mar 29 16:34:03 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13995
13996 * gcc.c-torture/compile/950329-1.c: New test.
13997
13998 Tue Mar 28 16:10:33 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13999
14000 * config/bug.exp (${tool}_load): Updated to use new remote_open
14001 and remote_close procs.
14002 * config/idp.exp: New file.
14003
14004 Wed Mar 22 15:01:58 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
14005
14006 * gcc.c-torture/execute/950322-1.c: New test.
14007
14008 Tue Mar 21 21:24:49 1995 Doug Evans <dje@canuck.cygnus.com>
14009
14010 * config/vx.exp (${tool}_load): Clean up testing of return code from
14011 vxworks_ld and vxworks_spawn.
14012
14013 Tue Mar 21 17:01:42 1995 Doug Evans <dje@deneb.cygnus.com>
14014
14015 * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
14016
14017 Mon Mar 13 14:49:42 1995 Mike Stump <mrs@cygnus.com>
14018
14019 * lib/old-deja.exp: Add `excess errors test - ' error, now one
14020 can mark excess errors on a machine by machine basis. Note, the
14021 default is to not expect any excess errors, even when excess
14022 errors test - is given, so you will want to put an XFAIL ... on
14023 these lines. For example, // excess errors test - XFAIL hppa*-*-*
14024 mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
14025 those 4 machines, but no others.
14026
14027 Fri Mar 10 12:33:04 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14028
14029 * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
14030 * lib/c-torture.exp: to here.
14031
14032 Fri Mar 10 10:38:15 1995 Torbjorn Granlund <tege@adder.cygnus.com>
14033
14034 * gcc.c-torture/execute/950221-1.c: New test.
14035 * gcc.c-torture/execute/struct-ret-1.c: New test.
14036 * gcc.c-torture/compile/950221-1.c: New test.
14037
14038 * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
14039
14040 Fri Mar 3 16:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
14041
14042 * gcc.c-torture/execute/arith-1.c (main): Return 0.
14043 * gcc.c-torture/execute/arith-rand.c (main): Return 0.
14044
14045 Wed Mar 1 02:08:29 1995 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
14046
14047 * g++.gb: New directory of tests, derived from my signature and
14048 class scoping tests.
14049
14050 * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
14051 * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
14052 * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
14053 * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
14054 * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
14055 * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
14056 * g++.gb/sig25.C: Likewise.
14057
14058 * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
14059 * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
14060 * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
14061 * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
14062 * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
14063 * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
14064 * g++.gb/sig25.exp: Likewise.
14065
14066 * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
14067 * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
14068 * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
14069 * g++.gb/scope13.C: Likewise, this test still fails.
14070
14071 * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
14072 * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
14073 * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
14074 * g++.gb/scope13.exp: Ditto.
14075
14076 * g++.gb/README: New file, explains what these tests are about.
14077
14078 Tue Feb 28 10:37:52 1995 Doug Evans <dje@canuck.cygnus.com>
14079
14080 * lib/dg.exp (dg-do): Support `preprocess'.
14081 (dg-test): Likewise.
14082
14083 Mon Feb 13 15:18:10 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14084
14085 * config/udi.exp: change "continue -expect" to "exp_continue".
14086
14087 Sat Feb 11 00:25:20 1995 Torbjorn Granlund (tege@tiny.cygnus.com)
14088
14089 * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
14090 Delete redundant tests.
14091
14092 * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
14093 * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
14094 * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
14095 * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
14096 * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
14097 * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
14098 * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
14099 * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
14100
14101 * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
14102 storing label pointers.
14103 * gcc.c-torture/execute/921019-1.c: Likewise.
14104 * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
14105 * gcc.c-torture/execute/930513-1.c: Provide full declaration for
14106 parameter fp.
14107 * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
14108 constants.
14109
14110 * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
14111 Delete obsolete tests.
14112
14113 * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
14114 * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
14115 * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
14116 * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
14117 * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
14118 * gcc.c-torture/compile/950124-1.c: New test.
14119
14120 * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
14121
14122 Wed Feb 8 15:30:17 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14123
14124 * lib/mike-g++.exp: Add -lm to LIBS.
14125
14126 Tue Feb 7 17:09:50 1995 Doug Evans <dje@canuck.cygnus.com>
14127
14128 * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
14129
14130 Mon Jan 30 14:33:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14131
14132 * lib/mike-g++.exp: Add -lstdc++ to LIBS.
14133
14134 Thu Jan 12 16:41:34 1995 Doug Evans <dje@canuck.cygnus.com>
14135
14136 * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
14137
14138 Mon Jan 2 11:50:10 1995 Jeff Law (law@snake.cs.utah.edu)
14139
14140 * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
14141 * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
14142 * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
14143 * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
14144 * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
14145 * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
14146 * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
14147 * g++.law/{operators31.C, operators32.C,
14148 * g++.law/{operators33.C, operators34.C}: Likewise.
14149 * g++.law/{pic1.C, refs2.C}: Likewise.
14150 * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
14151 * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
14152 * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
14153 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
14154
14155 * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
14156 * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
14157 * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
14158 * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
14159 * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
14160 * g++.law/{enum9.exp, friend5.exp}: Likewise.
14161 * g++.law/{nest3.exp, nest4.exp}: Likewise.
14162 * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
14163 * g++.law/{operators30.exp, operators31.exp}: Likewise.
14164 * g++.law/{operators32.exp, operators33.exp}: Likewise.
14165 * g++.law/{operators34.exp}: Likewise.
14166 * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
14167 * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
14168 * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
14169 * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
14170 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
14171
14172 * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
14173 No longer expected to fail.
14174 * g++.law/missed-error3.C: Tweak for recent bool changes.
14175
14176 Sun Dec 4 20:54:33 1994 Doug Evans <dje@canuck.cygnus.com>
14177
14178 * config/emb-unix: Deleted.
14179 * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
14180 remote execution. Do final link on remote host if REMOTE_LINK is set.
14181
14182 Thu Dec 1 08:43:05 1994 Doug Evans <dje@canuck.cygnus.com>
14183
14184 * lib/dg.exp (dg-test): Fix typo in last patch.
14185
14186 Wed Nov 30 13:25:32 1994 Doug Evans <dje@canuck.cygnus.com>
14187
14188 * lib/dg.exp (dg-test): Fix pattern that searches for expected output
14189 (handles multiple occurrences).
14190
14191 Thu Nov 24 19:48:38 1994 Doug Evans <dje@canuck.cygnus.com>
14192
14193 * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
14194 * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
14195 $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
14196 printed).
14197 * lib/c-torture.exp (c-torture-compile): Likewise.
14198 (c-torture): Prepend full path if missing.
14199 * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
14200 (gcc_fail): Likewise.
14201 * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
14202
14203 Wed Nov 23 13:56:00 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14204
14205 * lib/netware.exp: Only attach to NetWare i386 systems.
14206
14207 Wed Nov 16 11:27:00 1994 Doug Evans <dje@canuck.cygnus.com>
14208
14209 * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
14210 messages. Add test name to "output pattern match" pass/fail message.
14211
14212 Sat Nov 12 22:11:52 1994 Doug Evans <dje@canuck.cygnus.com>
14213
14214 * gcc.dg: New testsuite.
14215 * gcc.dg/dg.exp: New file.
14216
14217 * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
14218 test-switch.c}: Deleted.
14219
14220 * gcc.misc-tests/msgs.exp: New testcase driver.
14221
14222 Wed Nov 9 14:23:09 1994 Doug Evans <dje@canuck.cygnus.com>
14223
14224 * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
14225 Watch for illegal return values from ${tool}_load.
14226 * config/unix.exp (${tool}_load): Fix pass/fail detection for
14227 cross targets. Coerce return value >0 to 1.
14228
14229 Tue Nov 8 14:10:33 1994 Doug Evans <dje@canuck.cygnus.com>
14230
14231 * config/unix.exp (${tool}_load): Call program rsh, not proc.
14232
14233 * config/emb-unix.exp: New file.
14234
14235 * config/sim.exp: Error if variable $SIM not defined.
14236 (${tool}_load): Mark test as "untested" if simulator missing.
14237
14238 * config/unix.exp: Load remote.exp to get rcp_download.
14239 * lib/c-torture.exp: Use different option lists for testcases with
14240 and without loops.
14241 * gcc.c-torture/execute/execute.exp: Likewise.
14242
14243 Wed Nov 2 14:47:58 1994 Doug Evans <dje@canuck.cygnus.com>
14244
14245 * config/*.exp: Clarify return code from ${tool}_load.
14246 Call `unresolved' or `untested' instead of `warning' or `perror'
14247 (sometimes you still want to call both though).
14248 Add comment that `shell_id' is local to each file.
14249 * config/udi.exp (timeout): Set to 30.
14250 Don't print warning if connection fails, $connectmode has already
14251 printed an error.
14252 (${tool}_load): Move verbose messages to level 2.
14253 Rework pattern for "Process started" message.
14254 Pass `shell_id' to ${connectmode}_download.
14255 Retry twice upon timeout. Make resetting of target more robust.
14256 (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
14257 Pass `shell_id' to exit_$connectmode.
14258 Only call exit_$connectmode if connected.
14259 * config/unix.exp (${tool}_load): Check return codes better.
14260 * config/vrtx.exp (${tool}_load): Likewise.
14261 * config/vx.exp (${tool}_load): Likewise.
14262 Delete unneeded global's.
14263 * lib/dg.exp (dg-test): Update to reflect clarified return codes
14264 from ${tool}_load.
14265 (dg-stat): Delete.
14266 (dg-init): Delete recording of pass/fail counts.
14267 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
14268 (old-dejagnu-init): Likewise.
14269 (old-dejagnu-stat): Delete contents, empty proc now.
14270 * lib/c-torture.exp (TORTURE_OPTIONS): New global.
14271 (c-torture): Delete references to lcnt, lpass, lfail.
14272 Get option list from TORTURE_OPTIONS.
14273 Delete -funroll[-all]-loops if no loops.
14274 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
14275 (g++_stat): Delete contents (empty proc now).
14276 * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
14277 (gcc_finish): Likewise.
14278 (gcc_stat): Deleted.
14279 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
14280 * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
14281 * gcc.c-torture/execute/execute.exp: Likewise.
14282 Split tests into two parts: compile, execute.
14283 Get option list from TORTURE_OPTIONS. Delete -funroll[-all]-loops if
14284 no loops. Update to reflect clarified return codes from ${tool}_load.
14285
14286 Fri Oct 21 23:10:16 1994 Doug Evans <dje@canuck.cygnus.com>
14287
14288 * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
14289 to grep for.
14290 (old-dejagnu): Likewise (where necessary).
14291
14292 Fri Oct 14 17:54:58 1994 Doug Evans <dje@canuck.cygnus.com>
14293
14294 * gcc.misc-tests/gcov.exp: New file, for gcov testing.
14295
14296 * lib/dg.exp (dg-process-target): Fix processing of selector.
14297 Add comment regarding use of `error'.
14298
14299 * lib/gcc.exp (prune_system_crud): Define if missing.
14300 * lib/g++.exp (prune_system_crud): Likewise.
14301
14302 * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
14303 Call prune_system_crud.
14304 * lib/dg.exp (dg-runtest): New proc.
14305 Use perror instead of send_user for tcl errors in testcase.
14306 Don't return any value, it's never used.
14307 Don't clobber previous definition of `unknown'.
14308 Print tcl errors in `dg-final'.
14309
14310 Wed Oct 12 13:05:37 1994 Doug Evans <dje@canuck.cygnus.com>
14311
14312 * lib/dg.exp (dg-process-target): Improve syntax error messages.
14313 (dg-test): Don't print errorInfo, it contains stack backtrace.
14314
14315 Mon Sep 26 12:18:53 1994 Doug Evans (dje@canuck.cygnus.com)
14316
14317 * lib/g++.exp (runtest_file_p): Define if missing.
14318
14319 Sat Sep 24 15:29:23 1994 Doug Evans (dje@cygnus.com)
14320
14321 * lib/mike-g++.exp: Comment out loading of g++.exp.
14322 * lib/g++.exp: Update copyright. Test for existence of $CXX at start.
14323 (default_g++_version): Always print something.
14324 (default_g++_start): Comment out call to `which'.
14325 (g++_start, g++_load): Deleted (must be defined in config file).
14326 * lib/gcc.exp: Test for existence of $CC at start.
14327 Delete check for tmpdir (done in gcc_init).
14328 (default_gcc_version): Always print something.
14329 (default_gcc_start): Comment out call to `which'.
14330 * config/*.exp: Major cleanup - make cross targets work at least a
14331 little better for g++ (by not being "--tool gcc" specific).
14332 Rename gcc_xxx to ${tool}_xxx.
14333 * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
14334 * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
14335
14336 Thu Sep 22 11:39:17 1994 Doug Evans (dje@canuck.cygnus.com)
14337
14338 * lib/c-torture.exp (c-torture-compile): Rework compiler
14339 message processing.
14340
14341 * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
14342 c-torture.
14343
14344 Wed Sep 21 09:49:43 1994 Doug Evans (dje@canuck.cygnus.com)
14345
14346 * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
14347
14348 * lib/dg.exp (dg-process-target): Support { target native }.
14349
14350 Tue Sep 20 17:16:55 1994 Doug Evans (dje@canuck.cygnus.com)
14351
14352 * lib/dg.exp (dg-test): Clean up some comments. Delete code that
14353 looked for "... program xxx got fatal signal".
14354 Correct regsub munging of `comp_output'.
14355 Ignore compiler messages "path prefix not used" and "linker input
14356 file unused".
14357
14358 Wed Sep 14 11:44:40 1994 Doug Evans (dje@canuck.cygnus.com)
14359
14360 * lib/gcc.exp (runtest_file_p): Define if missing.
14361 * gcc.prms/template.c: Example to work from.
14362
14363 Tue Sep 13 10:30:48 1994 Doug Evans (dje@canuck.cygnus.com)
14364
14365 * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
14366 * lib/dg.exp (dg-test): Call unsupported testcases as such.
14367
14368 * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
14369 * gcc.prms/1883.c: Moved from compile/940714-1.c.
14370 * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
14371 execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
14372
14373 * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
14374 (dg-process-target): No longer a varargs proc.
14375 Return S/N for target, P/F for xfail. All callers changed.
14376 (user option procs): More argument checking.
14377 (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
14378 (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
14379 (dg-test): Skip test if not running on selected target in `dg-do'.
14380 Update handling of `dg-do-what', `dg-output-text'.
14381 Separate execution pass/fail from output pattern match pass/fail.
14382 Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
14383
14384 Mon Sep 12 13:47:35 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14385
14386 * gcc.c-torture/special/special.exp: Don't expect failure for mips
14387 target for 920510-1.c.
14388
14389 Mon Sep 12 12:44:39 1994 Doug Evans (dje@canuck.cygnus.com)
14390
14391 * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
14392 Clean up comment regarding use of passcnt, etc.
14393 (gcc_stat): Don't update `testcnt' here.
14394 (gcc_finish): Do it here.
14395 Might as well reset `but_id' here too.
14396 * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
14397 to determine if the file should be tested.
14398 * gcc.c-torture/compile/compile.exp: Likewise.
14399 * gcc.c-torture/execute/execute.exp: Likewise.
14400 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14401 * gcc.misc-tests/dg-test.exp: Likewise.
14402 * gcc.prms/prms.exp: Likewise.
14403 * gcc.wendy/wendy.exp: Likewise.
14404 * g++.old-deja.exp: Likewise.
14405 Move "Testing file" message to verbose level 1.
14406
14407 Fri Sep 9 10:21:18 1994 Doug Evans (dje@canuck.cygnus.com)
14408
14409 * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
14410
14411 Thu Sep 8 16:52:43 1994 Doug Evans (dje@canuck.cygnus.com)
14412
14413 * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
14414 (default_gcc_start): Accept optional second list element
14415 of compiler flags. Print compiler output at verbosity level 2.
14416 Remove setting of CFLAGS, LIBS, LDFLAGS from here.
14417 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
14418 Save current values of framework globals passcnt, failcnt, xpasscnt,
14419 and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
14420 gcc_xfailcnt. Set global `tmpdir' to /tmp if it doesn't exist.
14421 (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
14422 xfailcnt to compute stats. Update framework global `testcnt' from
14423 pass/fail counts.
14424 (gcc_finish): New proc. Clean up test environment.
14425 (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
14426 (gcc_epass, gcc_efail): Delete.
14427 * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
14428 argument of line number.
14429 (dg-init): If the tool has an init routine, call it.
14430 (dg-test): Remove args `cflags_var' and `libs_var'.
14431 Pass all compiler options to ${tool}_start.
14432 Handle missing line number.
14433 (dg-finish): New function.
14434 * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
14435 particular files. Call gcc_finish at end. Move "skipping test"
14436 message to verbosity level 3.
14437 * gcc.c-torture/compile/compile.exp: Likewise.
14438 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14439 * gcc.c-torture/execute/execute.exp: Likewise.
14440 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14441 Print testcase being tried at verbosity level 1.
14442 * gcc.c-torture/special/special.exp: Unset xfail.
14443 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14444 * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
14445 * gcc.c-torture/noncompile/noncompile.exp: Likewise.
14446 * gcc.failure/failure.exp: Likewise.
14447 * gcc.ieee/ieee.exp: Likewise.
14448 * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
14449 Update call to dg-test. Call dg-finish at end.
14450 * gcc.misc-tests/mg.exp: Call gcc_finish at end. Unset orig_flags.
14451 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14452 * gcc.misc-tests/misc.exp: Call gcc_finish at end.
14453 * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
14454 Delete LDFLAGS. Update call to dg-test. Call dg-finish at end.
14455 * gcc.wendy/wendy.exp: Add copyright.
14456 Delete setting of tmpdir (done by gcc_init).
14457 Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
14458 Pass compiler flags to gcc_start. Call gcc_finish at end.
14459 * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
14460 gcc_[ce]pass/fail.
14461
14462 Wed Sep 7 11:09:08 1994 Doug Evans (dje@canuck.cygnus.com)
14463
14464 * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
14465 confusion.
14466 (g++_load): Likewise.
14467
14468 * config/*.exp (gcc_load): Some were varargs fns and some were not.
14469 Rename argument to `prog' to remove the confusion.
14470 Varargs fns behave differently too!
14471 (g++_load): Likewise.
14472
14473 * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
14474
14475 * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
14476 what it is. Delete (always) printing of status value for !native.
14477 Simplify verbose code, and include status and exec_output.
14478 (g++_load): Use gcc_load.
14479
14480 Sun Sep 4 13:59:27 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14481
14482 * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
14483 * gcc.c-torture/noncompile/noncompile.exp: Delete support for
14484 920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
14485 940714-3.c as these testcases don't exist anymore. Make
14486 va-arg-1.c expected to pass.
14487
14488 Fri Aug 19 12:27:07 1994 Doug Evans (dje@canuck.cygnus.com)
14489
14490 * gcc.misc-tests/misc.exp: Only run specific testcases.
14491 * gcc.misc-tests/dg-test.exp: New file. Tests dg.exp.
14492 * gcc.misc-tests/dg-[1-9].c: New files.
14493
14494 * lib/dg.exp: New testsuite driver.
14495 * gcc.prms/prms.exp: Use it.
14496
14497 * README.gcc: New file.
14498
14499 * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
14500 Document and reset `lxpass' and `lxfail'.
14501 Simplify "initialized" message.
14502 (gcc_stat): Clean up comments a little.
14503
14504 Tue Aug 16 11:16:46 1994 Doug Evans (dje@canuck.cygnus.com)
14505
14506 * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
14507
14508 Mon Aug 15 21:20:36 1994 Doug Evans (dje@canuck.cygnus.com)
14509
14510 * lib/old-dejagnu.exp (process-option): New proc.
14511 (old-dejagnu-init, old-dejagnu-stat): Likewise.
14512 (old-dejagnu): Simplify.
14513 * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
14514
14515 Sun Aug 14 09:23:53 1994 Jeff Law (law@snake.cs.utah.edu)
14516
14517 * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
14518 exists and is not an empty string.
14519
14520 * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
14521 $xfail rather than calling setup_xfail. Clear $xfail when test is
14522 finished.
14523 (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
14524 automatically.
14525
14526 * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
14527 longer expected to fail.
14528
14529 * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
14530 "f" function call.
14531
14532 * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
14533
14534 * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
14535 940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
14536 complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
14537 struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
14538 c-torture-1.29.
14539
14540 * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
14541 strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
14542
14543 * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
14544
14545 * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
14546 940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
14547
14548 * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
14549 940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
14550 labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
14551
14552 Tue Jul 12 12:49:44 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14553
14554 * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
14555 gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
14556 940714-1.c, 940714-2.c, 940714-3.c},
14557 gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
14558 gcc.misc-tests/{mg.c,mg.exp}:
14559 New tests.
14560 * gcc.noncompile/noncompile.exp: Change accordingly.
14561
14562 Thu Jul 7 14:20:33 1994 Doug Evans (dje@canuck.cygnus.com)
14563
14564 * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
14565 Undo previous clobberage.
14566
14567 Mon Jul 4 17:00:59 1994 Jeff Law (law@snake.cs.utah.edu)
14568
14569 * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
14570 * gcc.special/{930510-1.c, special.exp}:
14571 * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
14572 931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
14573 struct-varargs-1.c}: New tests from c-torture-1.26.
14574
14575 Tue Jun 28 17:39:42 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14576
14577 * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
14578 argument to switch.
14579
14580 Sat May 21 10:39:38 1994 Bill Cox (bill@rtl.cygnus.com)
14581
14582 * Revert the previous changes. Please see Rob's directory
14583 (/lisa/test/rob/progressive/gcc/testsuite) for testing
14584 fixes.
14585
14586 Thu May 19 18:00:03 1994 Bill Cox (bill@rtl.cygnus.com)
14587
14588 * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
14589 g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
14590 g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
14591 g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
14592 g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
14593 g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
14594 g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
14595 g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
14596 g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
14597 g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
14598 g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
14599 g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
14600 g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
14601 g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
14602 g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
14603 g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
14604 g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
14605 g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
14606 g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
14607 g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
14608 g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
14609 g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
14610 gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
14611 gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
14612 gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
14613 lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
14614 lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
14615
14616 Tue May 17 14:55:09 1994 Bill Cox (bill@rtl.cygnus.com)
14617
14618 * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
14619 lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
14620 with perror calls.
14621
14622 Mon May 2 17:41:13 1994 Jason Merrill (jason@deneb.cygnus.com)
14623
14624 * config/unix.exp (g++_load): Fix syntax.
14625
14626 Thu Apr 14 12:22:10 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14627
14628 * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
14629 * gcc.noncompile/921017-1.c: Deleted obsolete test.
14630 * gcc.noncompile/noncompile.exp: Remove code for deleted test.
14631 Don't expect va-arg-1.c to fail. Correct expected output for
14632 920928-1.c.
14633 * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
14634 * gcc.wendy/hbm4.c: Correct typo.
14635 * gcc.wendy/tad1.c, tad2.c: Correct expected output.
14636
14637 Mon Mar 28 13:29:37 1994 Doug Evans (dje@canuck.cygnus.com)
14638
14639 * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
14640 * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
14641 gcc_[ce]{pass,fail}. Explicitly remove executable if test passes.
14642 * lib/c-torture.exp (c-torture-compile): Ditto.
14643
14644 Reduce volume of output (remove all the -I's and such).
14645 * lib/c-torture.exp (c-torture-compile): New argument OPTION.
14646 Call gcc_cpass, gcc_cfail.
14647 (c-torture): Pass testing option to c-torture-compile.
14648
14649 Mon Mar 21 12:40:33 1994 Doug Evans (dje@cygnus.com)
14650
14651 Bring patches over from progressive.
14652 * config/default.exp: Exit remote shell cleanly.
14653 (g++_exit, g++_start): Add default versions.
14654 * config/sim.exp (gcc_load): Use perror, not error.
14655
14656 Sun Mar 20 12:05:32 1994 Doug Evans (dje@canuck.cygnus.com)
14657
14658 * lib/gcc.exp: Don't set CFLAGS if CC not set. It clobbers the value
14659 set in site.exp.
14660
14661 Mon Mar 14 19:30:28 1994 Doug Evans (dje@cygnus.com)
14662
14663 * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
14664 DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
14665 (wendy_try): New proc to run testcase.
14666 (main loop): Call 'em.
14667 * gcc.wendy/*.c: Clean up pass to correct expected output.
14668
14669 * lib/gcc.exp: Minor cleanup work.
14670 (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
14671
14672 Wed Mar 9 15:22:54 1994 Doug Evans (dje@canuck.cygnus.com)
14673
14674 * config/sim.exp (gcc_load): Document return codes better.
14675 Don't pass -v to simulator.
14676
14677 Thu Feb 24 07:15:18 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14678
14679 * gcc.special/920717-x.c: Fix typo.
14680 * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
14681 get at sources.
14682
14683 * lib/mike-gcc.exp: Fix typo.
14684
14685 Tue Feb 15 15:41:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14686
14687 * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
14688 binary to use, transform the name.
14689 * config/*.exp: rename everything. Nuke any g++ specific files,
14690 it's now a special case of gcc that requires no special support.
14691 Add a default.exp for unsupported targets.
14692
14693 Fri Feb 11 12:59:54 1994 Rob Savoye (rob@poseidon.cygnus.com)
14694
14695 * g++.jason/report.exp, g++.old-deja/old-deja.exp,
14696 lib/old-dejagnu.exp: Fix a few patterns to work with the new
14697 version of Tcl.
14698
14699 Wed Feb 9 21:35:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14700
14701 * lib/c-torture.exp: Made "file prefix*never used a pass, rather
14702 than a warning.
14703
14704 Sun Feb 6 16:52:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14705
14706 * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
14707
14708 Mon Jan 3 17:28:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14709
14710 * gcc.execute/execute.exp: Combine opt_list and foption_list into
14711 option_list. Compile every file with only 4/6 option choices
14712 (same as C torture) instead of with 12/18 different option
14713 choices.
14714 * lib/c-torture.exp: Likewise.
14715
14716 * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
14717 not already set.
14718
14719 Thu Dec 30 17:17:07 1993 Mike Stump (mrs@rtl.cygnus.com)
14720
14721 * lib/old-deja.exp: Add `excess errors test fails' error, now one
14722 can put an XFAIL *-*-* on excess errors.
14723
14724 Sun Dec 19 21:45:34 1993 Jeffrey A. Law (law@snake.cs.utah.edu
14725
14726 * g++.law: Add more tests derived from g++-bugs snapshots.
14727
14728 * g++.law/init11.{c,exp}: Delete test. Brendan sez it's
14729 equivalent to g++.law/init9.
14730
14731 * lib/mike-gcc.exp (postbase): Delete the .o file after we've
14732 compiled it, and the a.out file after we've run it.
14733
14734 Fri Dec 17 11:29:56 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14735
14736 * lib/mike-g++.exp (postbase): Delete the .o file after we've
14737 compiled it, and the a.out file after we've run it.
14738
14739 Fri Dec 17 10:18:16 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14740
14741 * g++.law/*.exp: Avoid losing arguments added via "append" commands.
14742
14743 Wed Dec 15 20:36:40 1993 Rob Savoye (rob@darkstar.cygnus.com)
14744
14745 * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
14746 version number.
14747
14748 Sun Dec 12 21:10:04 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14749
14750 * g++.law: New directory of g++ tests derived from the g++-bugs
14751 snapshots.
14752
14753 Thu Dec 09 16:50:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14754
14755 * gcc.compile: initbug1.c initbug1.exp testcase added
14756
14757 Mon Dec 06 11:09:52 1993 Jeffrey Wheat (cassidy@cygnus.com)
14758
14759 * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
14760 * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
14761 fixes submitted by Jeff Law (law@cs.utah.edu)
14762 * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
14763 Jeff Law (law@cs.utah.edu)
14764
14765
14766 Tue Nov 30 16:34:07 1993 Mike Stump (mrs@cygnus.com)
14767
14768 * config/unix-g++.exp: Follow the gcc way of doing things.
14769 * g++.old-deja/old-deja.exp: Minor updates.
14770 * lib/g++.exp: New file, follow the gcc way of doing things.
14771 * lib/old-dejagnu.exp: Minor updates.
14772 * lib/mike-g++.exp: Always unset errorInfo.
14773
14774 Sat Nov 6 11:34:51 1993 Mike Stump (mrs@cygnus.com)
14775
14776 * lib/gcc.exp: Fix some errors with the below change, CC and
14777 CFLAGS should be global when setting, not local.
14778
14779 Wed Nov 3 11:16:26 1993 Rob Savoye (rob@darkstar.cygnus.com)
14780
14781 * lib/gcc.exp: Transform tool name.
14782
14783 Wed Oct 27 23:57:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
14784
14785 * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
14786
14787 Wed Oct 27 14:45:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
14788
14789 * lib/gcc.exp: change gcc_done to gcc_stat
14790
14791 Wed Oct 27 09:57:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14792
14793 * Upgraded gcc testsuite to c-torture version 1.25
14794
14795 Sun Oct 24 10:58:03 1993 Jeffrey Wheat (cassidy@cygnus.com)
14796
14797 * lib/gcc.exp: added reporting code. Changed verbose compile message.
14798 * lib/c-torture: added hooks for new reporting code.
14799
14800 Thu Oct 21 18:45:32 1993 Jeffrey Wheat (cassidy@cygnus.com)
14801
14802 * config/sh-gcc.exp: check if sh-sim exists in the path
14803
14804 Mon Oct 18 11:13:22 1993 Jeffrey Wheat (cassidy@cygnus.com)
14805
14806 * gcc.code_quality/code_quality.exp: Initial changes for new logic.
14807 * gcc.compile/compile.exp: Initial changes for new logic.
14808 * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
14809 * gcc.failure/failure.exp: Initial changes for new logic.
14810 * gcc.ieee/ieee.exp: Initial changes for new logic.
14811 * gcc.misc-tests/misc.exp: Initial changes for new logic.
14812 * gcc.noncompile/non_compile.exp: Initial changes for new logic.
14813 * gcc.unsorted/unsorted.exp: Initial changes for new logic.
14814 * lib/c-torture.exp: Initial changes for new logic.
14815 * lib/gcc.exp: Initial changes for new logic.
14816
14817 Fri Oct 15 00:19:42 1993 Mike Stump (mrs@cygnus.com)
14818
14819 * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
14820 depend upon failure or success. Fully qualify names in failure
14821 and success messages. Always remove a.out before starting
14822 compile, just in case. Pay more attention to error text output by
14823 the compiler. Handle testcases with no known past errors just
14824 like all others, so that things are uniform. Other miscellaneous
14825 improvements.
14826
14827 Wed Oct 13 15:04:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14828
14829 * gcc.cpp: new directory for cpp tests
14830
14831 Mon Oct 4 09:03:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14832
14833 * lib/chill.exp: Code reformatted, removed unused code.
14834 * config/unix-chill.exp: Code reformatted, removed unused code.
14835 * chill.execute/execute.exp: Code reformatted, removed unused code.
14836 * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
14837
14838 Mon Oct 4 06:19:26 1993 Ian Lance Taylor (ian@cygnus.com)
14839
14840 * config/mips-gcc.exp, config/mips-g++.exp: New files. Execution
14841 routines not written.
14842
14843 Mon Sep 27 21:07:44 1993 Rob Savoye (rob@darkstar.cygnus.com)
14844
14845 * config/bug-gcc.exp: Use new procs from bug.exp.
14846
14847 Tue Sep 21 18:21:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
14848
14849 * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
14850 via ftp, rather than depending on NFS.
14851 * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
14852 case.
14853
14854 Thu Sep 9 23:09:15 1993 Rob Savoye (rob@darkstar.cygnus.com)
14855
14856 * config/bug-gcc.exp: Use new download proc.
14857
14858 Tue Sep 14 19:23:58 1993 Jeffrey Wheat (cassidy at deneb.cygnus.com)
14859
14860 * chill.execute/execute.exp: cleanups, handles errors better
14861 * chill.compile/compile.exp: rewrite, based on execute.exp
14862 * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
14863 * lib/chill.exp: major changes to diff proc and compile and link
14864 procs. added chill_fail and chill_pass wrappers to pass and
14865 fail. added more comments, and handle error codes better.
14866 Added a hack to capture stderr from exec, so noncompile tests
14867 can work.
14868
14869 Sat Sep 11 15:30:10 1993 Jeffrey Wheat (cassidy@cygnus.com)
14870
14871 * chill.execute/execute.exp: rewrite of testsuite driver
14872 * lib/chill.exp: rewrite of testsuite driver
14873 * config/unix-chill.exp: rewrite of testsuite driver
14874
14875 Wed Aug 25 14:11:13 1993 Bill Cox (bill@rtl.cygnus.com)
14876
14877 In chill.execute:
14878 * iexpr.ch: Standardize uppercase.
14879 * tuples.dat: Standardize uppercase.
14880 * vary.ch: standardize. Correct varying string assignments.
14881 * vary.dat: Add new output lines.
14882
14883 Tue Aug 24 13:45:49 1993 Bill Cox (bill@rtl.cygnus.com)
14884
14885 In chill.execute:
14886 * chprintf.ch: Standardize use of uppercase.
14887 * tuples.ch: Standardize and turn arr2 into a DCL,
14888 rather than a SYN.
14889 * pinits.ch: Standardize.
14890
14891 Mon Aug 23 17:26:58 1993 Per Bothner (bothner@kalessin.cygnus.com)
14892
14893 * rts.c: Get malloc() from <stdlib.h>, not <malloc.h>.
14894 * Makefil: Renamed to Makefile.in.
14895 * configure.in: New.
14896
14897 Mon Aug 23 14:24:13 1993 Bill Cox (bill@rtl.cygnus.com)
14898
14899 In chill.execute:
14900 * .cvsignore: Add result/output files.
14901 * Makefile: Fix up variables at start. Use MFLAGS
14902 everywhere. Correct bool_loc, built_ins entries.
14903 Add entry for vary1.ch.
14904 * bitarray.ch: Standardize upper-case usage.
14905 * bitexpr.ch: Standardize, add output of b1.
14906 * params.ch: Use arrayt in along PROC parameters, to
14907 avoid novelty problems.
14908 * sets.ch: Tiny cleanup.
14909 * vary1.ch: Re-indent.
14910
14911 Tue Aug 17 15:42:07 1993 Bill Cox (bill@rtl.cygnus.com)
14912
14913 * Add PR-related files to Makefiles, .cvsignore files, etc.
14914
14915 Mon Aug 2 15:46:05 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14916
14917 * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
14918 with compiler objects. New names are test-flow.c and test-loop.c
14919
14920 Tue Jul 27 10:08:08 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14921
14922 * Upgraded c-torture tests from 1.19 to 1.20
14923
14924 * new files:
14925 * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
14926 * gcc.compile: 930623-1.c 930623-2.c
14927 * gcc.noncompile: 930622-1.c 930622-2.c
14928 * gcc.failure: 920411-1.c 920627-2.c
14929 * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
14930
14931 Tue Jul 20 15:19:44 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14932
14933 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14934 More changes to get testsuite working properly. Needs more work.
14935 Added some support for POSIX IEEE Std 1003.3-1991 error messages.
14936
14937 Mon Jul 19 18:40:31 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14938
14939 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14940 More changes to get testsuite working properly. Needs more work.
14941
14942 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14943
14944 * chill.compile/compile.exp: Added for Dejagnu support
14945 * chill.execute/execute.exp: Added for Dejagnu support
14946 * lib/chill.exp config/unix-chill.exp : Added for Dejagnu support
14947
14948 Sat Jun 19 07:13:05 1993 Bill Cox (bill@rtl.cygnus.com)
14949
14950 This should complete moving the CHILL test files.
14951 * chill.noncompile(.cvsignore printf.grt
14952 in-printf.grt chprintf.grt chprintf.ch):
14953 Added test-support files.
14954 (Makefile): Modified further.
14955 * chill.compile (emptymod.ch gdbme.ch neg_range.ch
14956 signal.ch): Added test files.
14957 * chill.execute (.cvsignore printf.grt printr.c
14958 in-printf.grt rts.c chprintf.grt rts.h): Added
14959 test-support files.
14960 (Makefile): More corrections.
14961
14962 Fri Jun 18 23:40:54 1993 Bill Cox (bill@rtl.cygnus.com)
14963
14964 * chill.compile, chill.execute, chill.nocompile: Add CHILL
14965 test cases, ready for DejaGnu.
14966
14967 Thu Jun 17 19:14:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14968
14969 * Upgraded c-torture tests from 1.18 to 1.19
14970
14971 * gcc.compile: added test(s):
14972 930607-1.c
14973 * gcc.execute: added test(s):
14974 930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
14975
14976 * added new subdirectory for misc tests: gcc.misc-tests
14977 * gcc.misc-test(s): added tests:
14978 inst-check.c test-consts.c test-ior.c test-switch.c
14979
14980 Wed Jun 9 16:53:26 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14981
14982 * lib/mike-g++.exp: Load `./a.out', not `a.out'.
14983
14984 Mon Jun 7 16:18:40 1993 Ian Lance Taylor (ian@cygnus.com)
14985
14986 * g++.old-deja/old-deja.exp: Don't delete all the .o files.
14987
14988 Thu Jun 3 13:13:36 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14989
14990 * Upgraded c-torture tests from 1.17 to 1.18
14991
14992 Wed Jun 2 19:02:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14993
14994 * Upgraded c-torture tests from 1.12 to 1.17
14995
14996 Fri Apr 30 09:38:41 1993 Mike Werner (mtw@deneb.cygnus.com)
14997
14998 * lib/old-dejagnu.exp:
14999 Fixed handling of XFAIL target triplets to correctly
15000 recognize wildcard characters. Removed code that
15001 appended a unique id tag to the end of the file name
15002 printed out by the result of the testcases within a
15003 given test file.
15004
15005 Thu Apr 29 19:06:29 1993 Mike Werner (mtw@deneb.cygnus.com)
15006
15007 * lib/old-dejagnu.exp:
15008 Reworked expected failure handling to trigger off of XFAIL
15009 keyword in keyphrase embeded in testcase source code. The
15010 XFAIL keyword must be at the end of the keyphrase line. It
15011 may optionally be followed by one or more target triplets.
15012 It has just occured that the handling of wildcards in the
15013 target triplet may not be correct.
15014
15015 Fri Apr 23 13:16:20 1993 Mike Werner (mtw@deneb.cygnus.com)
15016
15017 * g++.old-deja/tests:
15018 Moved all subdirectories up one level into g++.old-deja .
15019
15020 * lib/old-dejagnu.exp:
15021 Fixed problem with CXXFLAGS not being properly reset, and being
15022 corrupted with extraneous "-c" compiler option. This was
15023 causing binaries to not be generated for test that needed them.
15024 Modified strings passed to "pass" and "fail" so that individual
15025 tests from the same test file would be distinguished by an
15026 identifier appended to the test file name in the summary logs;
15027 this corrected a problem with erroneous diff logs. Added code
15028 to search testcases for expected fail and unexpected pass keywords.
15029
15030 Tue Apr 20 18:27:58 1993 Rob Savoye (rob at darkstar.cygnus.com)
15031
15032 * lib/c-torture.exp: Ignore "file path prefix*unused" message.
15033
15034 Thu Apr 15 11:01:59 1993 Mike Werner (mtw@deneb.cygnus.com)
15035
15036 * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
15037 Removed extraneous text from end of "Special g++ Options"
15038 keyphrase.
15039
15040 * lib/old-dejagnu.exp: Added pattern matching to look for new
15041 keywords, embedded in testcases comments, which will trigger
15042 calls to xpass and xfail.
15043
15044 Wed Apr 14 14:28:01 1993 Mike Werner (mtw@deneb.cygnus.com)
15045
15046 * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
15047 comments embedded in the testcases, especially the one looking for
15048 special compiler options, as well as the pattern matching for the
15049 compiler output again.
15050
15051 Mon Apr 12 15:15:37 1993 Mike Werner (mtw@deneb.cygnus.com)
15052
15053 * lib/old-dejagnu.exp: Do a proper check of the return value for
15054 execute tests. Fixed several problems with the pattern matching
15055 of the compiler output which gave erroneous test results.
15056 Changed several of the test result messages to be more descriptive.
15057 * config/unix-g++.exp: Proc g++_load now actually works and
15058 executes the tests passed to it and returns a usable return
15059 value.
15060
15061 Sun Apr 11 17:22:37 1993 Rob Savoye (rob at darkstar.cygnus.com)
15062
15063 * lib/gcc.exp: Exits gracefully if $CC is bogus.
15064
15065 Fri Apr 9 09:41:59 1993 Mike Werner (mtw@deneb.cygnus.com)
15066
15067 * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
15068 Modified both files to properly execute the old style
15069 dejagnu tests. The previous versions of these files were
15070 experimental and did not function anything near correctly.
15071
15072 Mon Apr 5 21:08:24 1993 Rob Savoye (rob@cygnus.com)
15073
15074 * Removed all Makefile.in and configure.in files. No configuration
15075 needed now.
15076
15077 Fri Apr 2 12:15:17 1993 Mike Werner (mtw@deneb.cygnus.com)
15078
15079 * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
15080
15081 Sun Mar 28 11:17:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15082
15083 * gcc.compile/configure.in, gcc.unsorted/configure.in,
15084 gcc.special/configure.in, gcc.noncompile/configure.in,
15085 gcc.execute/configure.in, gcc.code_quality/configure.in,
15086 g++.other/configure.in, g++.old-deja/configure.in,
15087 g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
15088 in srcname setting.
15089
15090 Thu Mar 25 20:07:55 1993 Rob Savoye (rob at darkstar.cygnus.com)
15091
15092 * lib/udi.exp: Fixed mondfe and mondfe_download.
15093 * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
15094 * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
15095
15096 Thu Mar 25 13:06:41 1993 Ian Lance Taylor (ian@cygnus.com)
15097
15098 * config/udi-gdb.exp: Check $shell_id after connecting to target.
15099 (gdb_exit): Don't remove *_soc files.
15100
15101 Mon Mar 22 14:28:46 1993 Ian Lance Taylor (ian@cygnus.com)
15102
15103 * lib/c-torture.exp: Don't look for main; instead always use -w
15104 -c. This is how the c-torture tests work. Remove the object
15105 file if the compilation succeeds.
15106 * gcc.execute/execute.exp: Remove executable if test passes.
15107 * gcc.noncompile/noncompile.exp: Every test is an expected
15108 failure.
15109 * gcc.special/special.exp: Added tests from c-torture 1.11,
15110 corrected use of existing test.
15111 * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
15112 gcc.execute/920625-1.c: Updated to c-torture 1.11.
15113 * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
15114 gcc.compile/921109-2.c, gcc.compile/921109-3.c,
15115 gcc.compile/921111-1.c, gcc.compile/921116-2.c,
15116 gcc.compile/921118-1.c, gcc.compile/921126-1.c,
15117 gcc.compile/921202-1.c, gcc.compile/921202-2.c,
15118 gcc.compile/921203-1.c, gcc.compile/921203-2.c,
15119 gcc.compile/921206-1.c, gcc.execute/921029-1.c,
15120 gcc.execute/921104-1.c, gcc.execute/921110-1.c,
15121 gcc.execute/921112-1.c, gcc.execute/921113-1.c,
15122 gcc.execute/921117-1.c, gcc.execute/921123-1.c,
15123 gcc.execute/921123-2.c, gcc.execute/921124-1.c,
15124 gcc.execute/921202-1.c, gcc.execute/921202-2.c,
15125 gcc.execute/921204-1.c, gcc.execute/921207-1.c,
15126 gcc.execute/921208-1.c, gcc.execute/921208-2.c,
15127 gcc.execute/921215-1.c, gcc.execute/921218-1.c,
15128 gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
15129 gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
15130 c-torture 1.11.
15131 * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
15132 correspond to c-torture 1.11.
15133
15134 * New file.