* gcc.c-torture/execute/20030222-1.c: New test.
[gcc.git] / gcc / testsuite / ChangeLog
1 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
2
3 * gcc.c-torture/execute/20030222-1.c: New test.
4
5 2003-03-03 James E Wilson <wilson@tuliptree.org>
6
7 * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
8
9 2003-03-03 Mark Mitchell <mark@codesourcery.com>
10
11 PR c++/9878
12 * g++.dg/init/ref1.C: New test.
13
14 Mon Mar 3 20:42:04 2003 J"orn Rennecke <joern.rennecke@superh.com>
15
16 * gcc.dg/sh-relax.c: New SH-only test.
17
18 2003-03-03 Geoffrey Keating <geoffk@apple.com>
19
20 * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
21 comment explaining purpose of testcase.
22
23 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
24
25 * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
26 for HC11/HC12 (asm needs two int registers).
27 * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
28 HC11/HC12 because the test uses an asm which needs two 32-bit
29 registers.
30
31 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
32
33 * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
34 for HC11/HC12 (array is too large otherwise).
35 * gcc.c-torture/compile/920501-4.x: New file, likewise.
36 * gcc.c-torture/compile/20010518-2.x: Likewise.
37 * gcc.c-torture/compile/980506-1.x: Don't execute this test on
38 HC11/HC12 (array is too large).
39
40 2003-03-01 Geoffrey Keating <geoffk@apple.com>
41
42 * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
43 * lib/g++-dg.exp (g++-dg-test): Likewise.
44
45 2003-03-01 Roger Sayle <roger@eyesopen.com>
46
47 * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
48 * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
49
50 2003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
51
52 * g++.dg/warn/implicit-typename1.C: Remove warning.
53
54 2003-02-28 Richard Henderson <rth@redhat.com>
55
56 * gcc.dg/noreturn-1.c: Move noreturn warning line.
57 * gcc.dg/return-type-1.c: Move control reaches end warning line.
58
59 2003-02-28 Geoffrey Keating <geoffk@apple.com>
60
61 * gcc.dg/pch/pch.exp: Change .pch to .gch.
62 * g++.dg/pch/pch.exp: Likewise.
63
64 2003-02-28 Mark Mitchell <mark@codesourcery.com>
65
66 PR c++/9879
67 * testsuite/g++.dg/init/new4.C: New test.
68
69 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
70
71 * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
72
73 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
74
75 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
76 unsigned long.
77
78 * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
79 wider than float.
80
81 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
82
83 * lib/scanasm.exp: Add support for counting numbers of
84 occurences.
85 * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
86 gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
87
88 2003-02-25 Mark Mitchell <mark@codesourcery.com>
89
90 PR c++/9683
91 * g++.dg/template/static3.C: New test.
92
93 PR c++/9829
94 * g++.dg/parse/namespace6.C: New test.
95
96 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
97
98 PR target/9732
99 * gcc.dg/20030225-1.c: New test.
100
101 2003-02-24 Mark Mitchell <mark@codesourcery.com>
102
103 * README: Remove out-of-date information.
104
105 PR c++/9836
106 * g++.dg/template/spec6.C: New test.
107
108 2003-02-24 Jeff Law <law@redhat.com>
109
110 * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
111
112 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
113
114 * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
115 * gcc.dg/pragma-ep-1.c: Likewise.
116
117 2003-02-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
118
119 PR c++/9602
120 * g++.dg/template/friend16.C: New test.
121
122 2003-02-23 Mark Mitchell <mark@codesourcery.com>
123
124 PR c++/5333
125 * g++.dg/parse/fused-params1.C: Adjust error messages.
126 * g++.dg/template/nested3.C: New test.
127
128 2003-02-24 Alan Modra <amodra@bigpond.net.au>
129
130 * g++.dg/abi/param1.C: New test.
131
132 2003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
133
134 PR c++/7982
135 * g++.dg/warn/implicit-typename1.C: New test.
136
137 2003-02-22 Kelley Cook <kelleycook@comcast.net>
138
139 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
140 with "mtune".
141 * g++.old-deja/g++.other/store-expr2.C: Likewise.
142 * gcc.c-torture/execute/20010129-1.x: Likewise.
143 * gcc.dg/20011107-1.c: Likewise.
144 * gcc.dg/20020108-1.c: Likewise.
145 * gcc.dg/20020122-3.c: Likewise.
146 * gcc.dg/20020206-1.c: Likewise.
147 * gcc.dg/20020310-1.c: Likewise.
148 * gcc.dg/20020426-2.c: Likewise.
149 * gcc.dg/20020517-1.c: Likewise.
150 * gcc.dg/991230-1.c: Likewise.
151 * gcc.dg/i386-unroll-1.c: Likewise.
152 * gcc.misc-tests/i386-prefetch.exp: Likewise.
153
154 Sat Feb 22 20:14:12 CET 2003 Jan Hubicka <jh@suse.cz>
155
156 * gcc.dg/i386-mul.c: New test.
157
158 2003-02-21 Roger Sayle <roger@eyesopen.com>
159
160 * gcc.dg/builtins-5.c: New test case.
161
162 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
163
164 * gcc.dg/asmreg-1.c: New test.
165
166 2003-02-21 Mark Mitchell <mark@codesourcery.com>
167
168 PR c++/9749
169 * g++.dg/parse/varmod1.C: New test.
170
171 2003-02-21 Mark Mitchell <mark@codesourcery.com>
172
173 PR c++/9727
174 * g++.dg/template/op1.C: New test.
175
176 2003-02-21 Mark Mitchell <mark@codesourcery.com>
177
178 PR c++/8906
179 * g++.dg/template/nested2.C: New test.
180
181 2003-02-21 Mark Mitchell <mark@codesourcery.com>
182
183 PR c++/8724
184 * g++.dg/expr/dtor1.C: New test.
185
186 2003-02-21 Zack Weinberg <zack@codesourcery.com>
187
188 * gcc.dg/cpp/include3.c: New test.
189 * gcc.dg/cpp/inc/foo.h: New file.
190
191 2003-02-21 Glen Nakamura <glen@imodulo.com>
192
193 * gcc.c-torture/execute/20030221-1.c: New test.
194
195 2003-02-20 Mark Mitchell <mark@codesourcery.com>
196
197 PR c++/9729
198 * g++.dg/abi/conv1.C: New test.
199
200 Thu Feb 20 14:38:13 CET 2003 Jan Hubicka <jh@suse.cz>
201
202 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
203
204 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
205
206 * gcc.c-torture/compile/20030219-1.c: New test.
207
208 Tue Feb 18 23:28:53 CET 2003 Jan Hubicka <jh@suse.cz>
209
210 * gcc.dg/funcorder.c: New test.
211
212 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
213
214 * gcc.c-torture/execute/20030218-1.c: New.
215
216 2003-02-18 Aldy Hernandez <aldyh@redhat.com>
217
218 * gcc.dg/20030218-1.c: New.
219
220 2003-02-18 Richard Henderson <rth@redhat.com>
221
222 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
223 * gcc.dg/attr-used-2.c: New.
224
225 2003-02-18 Mark Mitchell <mark@codesourcery.com>
226
227 PR c++/9704
228 * g++.dg/init/copy5.C: New test.
229
230 2003-02-18 Geoffrey Keating <geoffk@apple.com>
231
232 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
233 * g++.dg/pch/pch.exp: Likewise.
234
235 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
236
237 * gcc.c-torture/execute/20030209-1.c: Enable the test if
238 STACK_SIZE is not defined.
239
240 2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
241
242 PR c++/9457
243 * g++.dg/template/init1.C: New test.
244
245 Sun Feb 16 23:08:19 CET 2003 Jan HUbicka <jh@suse.cz>
246
247 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
248 (foo): Add few extra tests
249 * gcc.dg/c99-const-expr-3.c: Likewise.
250 * gcc.c-torture/execute/20030216-1.c: New.
251
252 2003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
253
254 PR c++/9459
255 * g++.dg/ext/typeof4.C: New test.
256
257 2003-02-15 Roger Sayle <roger@eyesopen.com>
258
259 * gcc.dg/i386-387-3.c: New test case.
260
261 2003-02-14 Josef Zlomek <zlomekj@suse.cz>
262
263 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
264 cris-*-elf* cris-*-aout* and mmix-*-*.
265
266 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
267
268 * gcc.dg/20030213-1.c: New test.
269
270 2003-02-12 Roger Sayle <roger@eyesopen.com>
271
272 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
273 * gcc.dg/i386-387-2.c: Likewise.
274
275 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
276
277 * gcc.dg/ppc-spe.c: Fix formatting.
278 Enable tests that were previously unsupported by gas.
279 Delete tests for instructions that no longer exist.
280 Switch arguments on evsubifw builtin.
281
282 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
283
284 * gcc.c-torture/execute/20030209-1.c: Disable the test if
285 STACK_SIZE is too small.
286
287 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
288 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
289
290 * gcc.dg/decl-2.c: New test.
291
292 Mon Feb 10 11:41:20 CET 2003 Jan Hubicka <jh@suse.cz>
293
294 * gcc.dg/i386-fpcvt-1.c: New test.
295
296 2002-02-09 Richard Sandiford <rsandifo@redhat.com>
297
298 * gcc.c-torture/execute/20030209-1.c: New test.
299
300 2003-02-09 Kazu Hirata <kazu@cs.umass.edu>
301
302 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
303 int-wide bitops, use the constants of the same width.
304 Likewise, if long long is 32-bit wide, test bitops using
305 32-bit constants.
306
307 2003-02-07 Loren James Rittle <ljrittle@acm.org>
308
309 * gcc.dg/20021014-1.c: Annotate with expected notice text.
310
311 2003-02-07 Roger Sayle <roger@eyesopen.com>
312
313 * testsuite/gcc.dg/builtins-4.c: New test case.
314
315 2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
316
317 * gcc.dg/20020430-1.c: Fix dg command typos.
318 * gcc.dg/20020503-1.c: Likewise.
319
320 2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
321
322 PR c++/8785
323 * g++.dg/parse/fused-params1.C: New test.
324
325 PR c++/8857
326 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
327
328 PR c++/8921
329 * g++.dg/parse/non-dependent1.C: New test.
330
331 PR c++/8928
332 * g++.dg/parse/dupl-tmpl-args1.C: New test.
333
334 PR c++/9228
335 * g++.dg/parse/undefined7.C: New test.
336 * g++.dg/parse/non-templ1.C: New test.
337
338 PR c++/9229
339 * g++.dg/parse/too-many-tmpl-args1.C: New test.
340
341 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
342
343 * gcc.c-torture/compile/20030206-1.c: New test.
344
345 2003-02-05 Roger Sayle <roger@eyesopen.com>
346
347 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
348 "pow" to "foo" to avoid potential confusion with a math built-in.
349
350 2003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
351
352 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
353 conditions for SPARC targets.
354
355 2003-02-05 Jakub Jelinek <jakub@redhat.com>
356
357 * gcc.dg/20030204-1.c: New test.
358
359 2003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
360
361 PR c++/38
362 * g++.dg/parse/array-size1.C: New test.
363
364 PR c++/5657
365 * g++.dg/parse/undefined3.C: New test.
366
367 PR c++/5665
368 * g++.dg/parse/undefined4.C: New test.
369
370 PR c++/5975
371 * g++.dg/parse/undefined5.C: New test.
372
373 PR c++/7259
374 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
375
376 PR c++/8578
377 * g++.dg/parse/casting-operator1.C: New test.
378
379 PR c++/8596
380 * g++.dg/parse/undefined6.C: New test.
381
382 PR c++/8736
383 * g++.dg/parse/missing-template1.C: New test.
384
385 Tue Feb 4 21:41:09 CET 2003 Jan Hubicka <jh@suse.cz>
386
387 * gcc.dg/i386-cadd.c: Compile using -march=k8.
388 * gcc.dg/i386-cmov?.c: Likewise.
389 * gcc.dg/i386-fpcvt-?.c: Likewise.
390 * gcc.dg/i386-ssefp-1.c: Likewise.
391 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
392 conventions.
393
394 2003-02-03 Mark Mitchell <mark@codesourcery.com>
395
396 PR c++/7129
397 * testsuite/g++.dg/ext/max.C: New test.
398
399 Mon Feb 3 16:05:11 CET 2003 Jan Hubicka <jh@suse.cz>
400
401 * gcc.c-torture/execute/20030203-1.c: New test.
402
403 2003-02-03 Richard Earnshaw <rearnsha@arm.com>
404
405 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
406 'natural-endian'.
407
408 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
409
410 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
411 * g++.dg/init/new2.C: Likewise.
412 * g++.dg/other/new1.C: Likewise.
413
414 2003-01-31 Loren J. Rittle <ljrittle@acm.org>
415
416 * gcc.dg/struct-ret-libc.c: New test.
417
418 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
419
420 * gcc.dg/20030129-1.c: New test.
421
422 2003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
423
424 PR c++/8849
425 * g++.dg/template/ptrmem4.C: New test.
426
427 2003-01-29 Mark Mitchell <mark@codesourcery.com>
428
429 * g++.dg/parser/constant1.C: New test.
430
431 2003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
432
433 PR c++/8591
434 * g++.dg/parse/friend2.C: New test.
435
436 2003-01-29 Nathan Sidwell <nathan@codesourcery.com>
437
438 PR c++/9437
439 * g++.dg/template/unify4.C: New test.
440
441 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
442
443 * gcc.c-torture/execute/20030128-1.c: New test.
444
445 2003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
446
447 * g++.dg/lookup/nested1.C: Test moved from ...
448 * g++.old-deja/g++.other/lookup24.C: ... here.
449
450 Tue Jan 28 12:19:35 CET 2003 Jan Hubicka <jh@suse.cz>
451
452 * gcc.dg/i386-cmov5.c: New test.
453
454 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
455
456 * gcc.c-torture/execute/20010925-1.c: Changed the
457 memcpy declaration.
458
459 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
460
461 PR c++/3902
462 * g++.dg/parse/template5.C: New test.
463
464 2003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
465
466 PR fortran/9258
467 * g77.dg/pr9258: New test.
468
469 2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
470
471 * README: Move relevant parts from README.g++.
472
473 * README.g++: Remove this file.
474
475 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
476
477 * g++.dg/abi/dcast1.C: New test.
478
479 2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
480
481 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
482
483 2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
484
485 PR c++/47
486 * g++.old-deja/g++.other/lookup24.C: New test.
487
488 2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
489
490 PR middle-end/7227
491 * gcc.dg/uninit-C.c: New test.
492
493 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
494
495 * g++.dg/abi/covariant1.C: New test.
496
497 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
498
499 * gcc.dg/20030123-1.c: New test.
500
501 Sat Jan 25 21:06:49 CET 2003 Jan Hubicka <jh@suse.cz>
502
503 PR opt/8492
504 * gcc.c-torture/compile/20030125-1.c
505
506 2003-01-25 Nathan Sidwell <nathan@codesourcery.com>
507
508 PR c++/9403
509 * g++.dg/parse/template3.C: New test.
510 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
511
512 PR c++/795
513 * g++.dg/parse/template4.C: New test.
514
515 PR c++/9415
516 * g++.dg/template/qual2.C: New test.
517
518 PR c++/8545
519 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
520
521 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
522
523 2003-01-25 Roger Sayle <roger@eyesopen.com>
524
525 * gcc.c-torture/execute/switch-1.c: New test case.
526
527 Sat Jan 25 12:32:55 CET 2003 Jan Hubicka <jh@suse.cz>
528
529 * gcc.c-torture/execute/20030125-1.[cx]: New test.
530
531 2003-01-25 Paolo Carlini <pcarlini@unitus.it>
532
533 Tweaks for Bison-1.875. From the NEWS file:
534 "- `parse error' -> `syntax error'
535 Bison now uniformly uses the term `syntax error'"
536 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
537 * gcc.dg/cpp/digraph2.c: Likewise.
538 * gcc.dg/cpp/direct2.c: Likewise.
539 * gcc.dg/cpp/paste4.c: Likewise.
540 * gcc.dg/c90-restrict-1.c: Likewise.
541 * gcc.dg/c99-func-2.c: Likewise.
542 * gcc.dg/noncompile/920721-2.c: Likewise.
543 * gcc.dg/noncompile/930622-2.c: Likewise.
544 * gcc.dg/noncompile/940112-1.c: Likewise.
545 * gcc.dg/noncompile/950921-1.c: Likewise.
546 * gcc.dg/noncompile/951123-1.c: Likewise.
547 * gcc.dg/noncompile/971104-1.c: Likewise.
548 * gcc.dg/noncompile/990416-1.c: Likewise.
549
550 2003-01-24 Paolo Carlini <pcarlini@unitus.it>
551
552 * g++.dg/parse/undefined1.C: Add error message.
553
554 2003-01-22 Mark Mitchell <mark@codesourcery.com>
555
556 PR c++/9354
557 * g++.dg/parse/new1.C: New test.
558
559 PR c++/9216
560 * g++.dg/parse/template2.C: New test.
561
562 PR c++/9354
563 * g++.dg/parse/typedef2.C: New test.
564
565 PR c++/9328
566 * g++.dg/ext/typeof3.C: New test.
567
568 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
569
570 PR c++/2738
571 * g++.dg/parse/ret-type1.C: New test.
572
573 PR c++/3792
574 * g++.dg/parse/tmpl-outside1.C: New test.
575
576 PR c++/4207
577 * g++.dg/parse/int-as-enum1.C: New test.
578
579 PR c++/4903
580 * g++.dg/parse/no-typename1.C: New test.
581
582 PR c++/5533
583 * g++.dg/parse/no-value1.C: New test.
584
585 PR c++/5921
586 * g++.dg/parse/wrong-inline1.C: New test.
587
588 PR c++/6402
589 * g++.dg/parse/ref1.C: New test.
590
591 PR c++/6992
592 * g++.dg/parse/attr-ctor1.C: New test.
593
594 PR c++/7229
595 * g++.dg/parse/namespace5.C: New test.
596
597 PR c++/7917
598 * g++.dg/parse/func-def1.C: New test.
599
600 PR c++/8143
601 * g++.dg/parse/undefined1.C: New test.
602
603 PR c++/5723, PR c++/8522
604 * g++.dg/parse/specialization1.C: New test.
605
606 PR c++/163, PR c++/8595
607 * g++.dg/parse/struct-as-enum1.C: New test.
608
609 PR c++/9173
610 * g++.dg/parse/undefined2.C: New test.
611
612 2003-01-22 Mark Mitchell <mark@codesourcery.com>
613
614 PR c++/9298
615 * g++.dg/parse/template1.C: New test.
616
617 PR c++/9384
618 * g++.dg/parse/using1.C: New test.
619
620 PR c++/9285
621 PR c++/9294
622 * g++.dg/parse/expr2.C: New test.
623
624 PR c++/9388
625 * g++.dg/parse/lookup2.C: Likewise.
626
627 Tue Jan 21 18:01:35 CET 2003 Jan Hubicka <jh@suse.cz>
628
629 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
630 * gcc.c-torture/execute/eeprof-1.c: Likewise.
631 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
632 * gcc.c-torture/execute/string-opt-*.c: Likewise.
633
634 2003-01-20 Nick Clifton <nickc@redhat.com>
635
636 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
637 problem with ARM sibcall code generation.
638
639 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
640
641 * gcc.c-torture/execute/20030120-1.c: New.
642
643 2003-01-19 Paolo Carlini <pcarlini@unitus.it>
644
645 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
646
647 2003-01-17 Mark Mitchell <mark@codesourcery.com>
648
649 PR c++/9272
650 * g++.dg/parse/ctor1.C: New test.
651
652 PR c++/9294:
653 * g++.dg/parse/qualified1.C: New test.
654
655 * g++.dg/parse/typename3.C: New test.
656
657 2003-01-16 Richard Henderson <rth@redhat.com>
658
659 * g++.dg/tls/init-2.C: Fix error matches for real this time.
660
661 2003-01-16 Richard Henderson <rth@redhat.com>
662
663 * g++.dg/pch/pch.exp: Copy test header to the working directory
664 before using it either for precompilation or direct use.
665 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
666 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
667
668 2003-01-16 Richard Henderson <rth@redhat.com>
669
670 * gcc.dg/pch/pch.exp: Copy test header to the working directory
671 before using it either for precompilation or direct use.
672 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
673 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
674
675 2003-01-16 Mark Mitchell <mark@codesourcery.com>
676
677 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
678 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
679 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
680 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
681 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
682 typename warning into error.
683 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
684 error messages.
685 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
686 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
687 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
688 messages.
689 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
690 make declaration visible in template.
691 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
692 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
693 messages.
694 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
695 message.
696 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
697 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
698 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
699 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
700 typename warning with error message.
701 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
702 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
703 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
704
705 2003-01-16 Nathan Sidwell <nathan@codesourcery.com>
706
707 * g++.dg/parse/ambig2.C: New test.
708
709 2003-01-15 Richard Henderson <rth@redhat.com>
710
711 * g++.dg/tls/init-2.C: Update error message string.
712
713 2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
714
715 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
716
717 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
718
719 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
720 all for HC11/HC12.
721 * gcc.c-torture/compile/20001205-1.x: Likewise.
722 * gcc.c-torture/compile/20001226-1.x: Likewise.
723 * gcc.c-torture/compile/920520-1.x: Likewise.
724 * gcc.c-torture/compile/961203-1.x: Likewise.
725 * gcc.c-torture/compile/20020604-1.x: Likewise.
726
727 Wed Jan 15 12:20:52 CET 2003 Jan Hubicka <jh@suse.cz>
728
729 * gcc.c-torture/compile/20030115-1.c: New test.
730
731 * gcc.dg/i386-fpcvt-1.c: New test.
732 * gcc.dg/i386-fpcvt-2.c: New test.
733
734 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
735
736 Further conform g++'s __vmi_class_type_info to the C++ ABI
737 specification.
738 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
739 the specification.
740
741 Tue Jan 14 00:45:03 CET 2003 Jan Hubicka <jh@suse.cz>
742
743 * gcc.dg/i386-fpcvt-1.c: New test.
744 * gcc.dg/i386-fpcvt-2.c: New test.
745
746 2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
747
748 * gcc.dg/i386-mmx-3.c: New test.
749
750 2003-01-12 Mark Mitchell <mark@codesourcery.com>
751
752 PR c++/9264
753 * g++.dg/parse/octal1.C: New file.
754
755 PR c++/9172
756 * g++.dg/parse/typename1.C: New file.
757
758 2003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
759
760 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
761 * gcc.dg/bf-no-ms-layout.c: Likewise.
762 * gcc.dg/bf-ms-attrib.c: Likewise.
763
764 2003-01-10 Mark Mitchell <mark@codesourcery.com>
765
766 PR c++/9099
767 * g++.dg/parse/dtor1.C: New file.
768
769 PR c++/9128
770 * g++.dg/rtti/typeid1.C: New file.
771
772 PR c++/9153
773 * g++.dg/parse/lookup1.C: New file.
774
775 PR c++/9171
776 * g++.dg/templ/spec5.C: New file.
777
778 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
779
780 * gcc.c-torture/compile/20030110-1.c: New test.
781
782 2003-01-09 Geoffrey Keating <geoffk@apple.com>
783
784 Merge from pch-branch:
785
786 2002-12-23 Geoffrey Keating <geoffk@apple.com>
787
788 * gcc.dg/pch/cpp-1.h: New.
789 * gcc.dg/pch/cpp-1.c: New.
790 * gcc.dg/pch/cpp-2.h: New.
791 * gcc.dg/pch/cpp-2.c: New.
792
793 2002-11-19 Geoffrey Keating <geoffk@apple.com>
794
795 * gcc.dg/pch/except-1.h: New.
796 * gcc.dg/pch/except-1.c: New.
797
798 2002-11-13 Geoffrey Keating <geoffk@apple.com>
799
800 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
801 running test.
802 * gcc.dg/pch: Include *.hp not *.h.
803 * gcc.dg/pch/system-1.h: New.
804 * gcc.dg/pch/system-1.c: New.
805
806 2002-11-11 Geoffrey Keating <geoffk@apple.com>
807
808 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
809 rather than trying to build and run a program using PCH.
810 * gcc.dg/pch: Remove dg-do commands from test files.
811
812 2002-11-08 Geoffrey Keating <geoffk@apple.com>
813
814 * gcc.dg/pch/macro-3.c: New.
815 * gcc.dg/pch/macro-3.h: New.
816
817 2002-11-04 Geoffrey Keating <geoffk@apple.com>
818
819 * gcc.dg/pch/common-1.c: New.
820 * gcc.dg/pch/common-1.h: New.
821 * gcc.dg/pch/decl-1.c: New.
822 * gcc.dg/pch/decl-1.h: New.
823 * gcc.dg/pch/decl-2.c: New.
824 * gcc.dg/pch/decl-2.h: New.
825 * gcc.dg/pch/decl-3.c: New.
826 * gcc.dg/pch/decl-3.h: New.
827 * gcc.dg/pch/decl-4.c: New.
828 * gcc.dg/pch/decl-4.h: New.
829 * gcc.dg/pch/decl-5.c: New.
830 * gcc.dg/pch/decl-5.h: New.
831 * gcc.dg/pch/global-1.c: New.
832 * gcc.dg/pch/global-1.h: New.
833 * gcc.dg/pch/inline-1.c: New.
834 * gcc.dg/pch/inline-1.h: New.
835 * gcc.dg/pch/inline-2.c: New.
836 * gcc.dg/pch/inline-2.h: New.
837 * gcc.dg/pch/static-1.c: New.
838 * gcc.dg/pch/static-1.h: New.
839 * gcc.dg/pch/static-2.c: New.
840 * gcc.dg/pch/static-2.h: New.
841
842 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
843
844 * g++.dg/pch/pch.exp: Better handle failing testcases.
845 * gcc.dg/pch/pch.exp: Likewise.
846 * gcc.dg/pch/macro-1.c: New.
847 * gcc.dg/pch/macro-1.h: New.
848 * gcc.dg/pch/macro-2.c: New.
849 * gcc.dg/pch/macro-2.h: New.
850
851 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
852
853 * g++.dg/dg.exp: Treat files in pch/ specially.
854 * g++.dg/pch/pch.exp: New file.
855 * g++.dg/pch/empty.H: New file.
856 * g++.dg/pch/empty.C: New file.
857 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
858 "precompile".
859
860 * gcc.dg/pch/pch.exp: New file.
861 * gcc.dg/pch/empty.h: New file.
862 * gcc.dg/pch/empty.c: New file.
863 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
864 "precompile".
865
866 2003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
867
868 * g++.dg/template/friend14.C: New test.
869
870 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
871
872 * gcc.dg/old-style-asm-1.c: New test.
873
874 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
875
876 * gcc.c-torture/compile/20030109-1.c: New test.
877
878 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
879
880 * gcc.c-torture/execute/20030109-1.c: New test.
881
882 2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
883
884 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
885 * g++.old-deja/g++.mike/dyncast2.C: Likewise
886 * g++.old-deja/g++.mike/dyncast3.C: Likewise
887 * g++.old-deja/g++.mike/eh2.C: Likewise
888 * g++.old-deja/g++.mike/eh3.C: Likewise
889 * g++.old-deja/g++.mike/eh5.C: Likewise
890 * g++.old-deja/g++.mike/eh6.C: Likewise
891 * g++.old-deja/g++.mike/eh7.C: Likewise
892 * g++.old-deja/g++.mike/eh8.C: Likewise
893 * g++.old-deja/g++.mike/eh9.C: Likewise
894 * g++.old-deja/g++.mike/eh10.C: Likewise
895 * g++.old-deja/g++.mike/eh12.C: Likewise
896 * g++.old-deja/g++.mike/eh13.C: Likewise
897 * g++.old-deja/g++.mike/eh14.C: Likewise
898 * g++.old-deja/g++.mike/eh16.C: Likewise
899 * g++.old-deja/g++.mike/eh17.C: Likewise
900 * g++.old-deja/g++.mike/eh18.C: Likewise
901 * g++.old-deja/g++.mike/eh21.C: Likewise
902 * g++.old-deja/g++.mike/eh23.C: Likewise
903 * g++.old-deja/g++.mike/eh24.C: Likewise
904 * g++.old-deja/g++.mike/eh25.C: Likewise
905 * g++.old-deja/g++.mike/eh26.C: Likewise
906 * g++.old-deja/g++.mike/eh27.C: Likewise
907 * g++.old-deja/g++.mike/eh28.C: Likewise
908 * g++.old-deja/g++.mike/eh29.C: Likewise
909 * g++.old-deja/g++.mike/eh31.C: Likewise
910 * g++.old-deja/g++.mike/eh33.C: Likewise
911 * g++.old-deja/g++.mike/eh34.C: Likewise
912 * g++.old-deja/g++.mike/eh35.C: Likewise
913 * g++.old-deja/g++.mike/eh36.C: Likewise
914 * g++.old-deja/g++.mike/eh37.C: Likewise
915 * g++.old-deja/g++.mike/eh38.C: Likewise
916 * g++.old-deja/g++.mike/eh39.C: Likewise
917 * g++.old-deja/g++.mike/eh40.C: Likewise
918 * g++.old-deja/g++.mike/eh41.C: Likewise
919 * g++.old-deja/g++.mike/eh42.C: Likewise
920 * g++.old-deja/g++.mike/eh44.C: Likewise
921 * g++.old-deja/g++.mike/eh46.C: Likewise
922 * g++.old-deja/g++.mike/eh47.C: Likewise
923 * g++.old-deja/g++.mike/eh48.C: Likewise
924 * g++.old-deja/g++.mike/eh49.C: Likewise
925 * g++.old-deja/g++.mike/eh50.C: Likewise
926 * g++.old-deja/g++.mike/eh51.C: Likewise
927 * g++.old-deja/g++.mike/eh53.C: Likewise
928 * g++.old-deja/g++.mike/eh55.C: Likewise
929 * g++.old-deja/g++.mike/p7912.C: Likewise
930 * g++.old-deja/g++.mike/p9706.C: Likewise
931 * g++.old-deja/g++.mike/p10416.C: Likewise
932 * g++.old-deja/g++.mike/p11667.C: Likewise
933 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
934 Remove redundant reference to Iris.
935 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
936 Elxsi, i860, Pico Java, and WE32K.
937
938 2003-01-07 Mark Mitchell <mark@codesourcery.com>
939
940 * g++.dg/ext/asm4.C: New test.
941
942 2003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
943
944 PR c++/9030
945 * g++.dg/template/friend12.C: New test.
946 * g++.dg/template/friend13.C: Likewise.
947 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
948
949 Wed Jan 8 11:41:47 CET 2003 Jan Hubicka <jh@suse.cz>
950
951 * gcc.dg/i386-cadd.c: New test.
952 * gcc.dg/i386-cmov4.c: Likewise.
953
954 2003-01-06 Mark Mitchell <mark@codesourcery.com>
955
956 PR c++/9165
957 * g++.dg/warn/Wunused-3.C: New test.
958
959 * g++.dg/abi/bitfield9.C: New test.
960
961 PR c++/9189
962 * g++.dg/parse/defarg3.C: New test.
963
964 2003-01-06 Nathan Sidwell <nathan@codesourcery.com>
965
966 * g++.dg/parse/ambig1.C: New test.
967 * g++.dg/parse/defarg2.C: New test.
968
969 2003-01-05 Mark Mitchell <mark@codesourcery.com>
970
971 * g++.dg/template/defarg-1.C: New test.
972 * g++.dg/template/local2.C: Likewise.
973
974 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
975
976 * gcc.c-torture/execute/20030105-1.c: New test.
977
978 2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
979
980 * g++.dg/parse/namespace3.C: Remove extra semicolons.
981 * g++.dg/parse/namespace4.C: Likewise.
982
983 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
984
985 * g++.dg/template/ntp2.C: New test.
986
987 2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
988
989 * g++.dg/parse/extern-C-1.C: New test.
990
991 * g++.dg/parse/namespace4.C: New test.
992
993 * g++.dg/template/nested1.C: New test.
994
995 * g++.dg/parse/namespace3.C: New test.
996
997 2003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
998
999 * g++.dg/lookup/two-stage1.C: New test.
1000
1001 2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1002
1003 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
1004 * g++.old-deja/g++.jason/access8.C: Likewise.
1005 * g++.old-deja/g++.other/decl5.C: Likewise.
1006
1007 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
1008
1009 * g++.dg/parse/parse7.C: New test.
1010
1011 2003-01-02 Mark Mitchell <mark@codesourcery.com>
1012
1013 PR c++/2843
1014 * g++.dg/ext/attrib7.C: New test.
1015
1016 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
1017
1018 * g++.dg/parse/parse6.C: New test.
1019
1020 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
1021
1022 * gcc.dg/h8300-stack-1.c: New.
1023
1024 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
1025
1026 g++.dg/lookup/exception1.C: New test.
1027
1028 g++.dg/lookup/template1.C: New test.
1029
1030 g++.dg/parse/namespace2.C: New test.
1031
1032 g++.dg/parse/parens2.C: New test.
1033
1034 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1035
1036 * g++.dg/parse/parse5.C: New test.
1037 * g++.dg/lookup/scoped4.C: New test.
1038
1039 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
1040
1041 * g++.dg/parse/parens1.C: New test.
1042
1043 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
1044 angle-bracket1.C.
1045 * g++.dg/parse/parens2.C: New test.
1046
1047 * g++.dg/lookup/scope-operator1.C: New test.
1048
1049 * g++.dg/parse/operator1.C: New test.
1050
1051 2003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1052
1053 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
1054 * g++.old-deja/g++.other/access6.C: Likewise.
1055 * g++.old-deja/g++.other/decl1.C: Likewise.
1056 * g++.old-deja/g++.pt/typename12.C: Likewise.
1057
1058 2002-12-31 Mark Mitchell <mark@codesourcery.com>
1059
1060 * g++.dg/parse/namespace1.C: New test.
1061
1062 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1063
1064 * g++.dg/parse/parse4.C: New test.
1065
1066 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1067
1068 * g++.dg/parse/parse3.C: New test.
1069
1070 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1071
1072 * g++.dg/parse/parse2.C: New test.
1073
1074 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1075
1076 * g++.dg/template/friend11.C: New test.
1077
1078 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1079
1080 * g++.dg/parse/parse1.C: New test.
1081
1082 2002-12-31 Janis Johnson <janis187@us.ibm.com>
1083
1084 * lib/profopt.exp: Change the name of a global variable to avoid
1085 possible clashes with other test suites.
1086
1087 2002-12-31 Nathan Sidwell <nathan@codesourcery.com>
1088
1089 * g++.dg/inherit/covariant8.C: New test.
1090
1091 2002-12-31 Mark Mitchell <mark@codesourcery.com>
1092
1093 * g++.dg/init/array9.C: New test.
1094
1095 PR c++/9112
1096 * g++.dg/parse/expr1.C: New test.
1097
1098 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1099
1100 * gcc.c-torture/compile/20021230-1.c: New test.
1101
1102 2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
1103
1104 * g++.dg/inherit/covariant5.C: New test.
1105 * g++.dg/inherit/covariant6.C: New test.
1106 * g++.dg/inherit/covariant7.C: New test.
1107
1108 2002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1109
1110 PR c++/2739
1111 * g++.dg/other/access2.C: New test.
1112
1113 2002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1114
1115 * g++.dg/other/anon-struct.C: No longer fails
1116 * g++.old-deja/g++.brendan/parse4.C: Likewise.
1117 * g++.old-deja/g++.brendan/parse5.C: Likewise.
1118 * g++.old-deja/g++.brendan/parse6.C: Likewise.
1119
1120 2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
1121
1122 * g++.dg/parse/angle-bracket.C (main): No longer fails.
1123
1124 2002-12-27 Mark Mitchell <mark@codesourcery.com>
1125
1126 * g++.dg/eh/spec4.C: Remove stray semicolon.
1127 * g++.dg/expr/pmf-1.C: Change error message.
1128 * g++.dg/ext/asm1.C: Remove stray semicolon.
1129 * g++.dg/ext/typename1.C: Add missing typenames.
1130 * g++.dg/inherit/template-as-base.C: Change error message.
1131 * g++.dg/lookup/scoped1.C: Likewise.
1132 * g++.dg/lookup/scoped2.C: Likewise.
1133 * g++.dg/lookup/using2.C: Likewise.
1134 * g++.dg/other/component1.C: Remove stray semicolon.
1135 * g++.dg/other/do1.C: Change error message.
1136 * g++.dg/other/error2.C: Likewise.
1137 * g++.dg/other/init1.C: Likewise.
1138 * g++.dg/other/packed1.C: Remove stray semicolon.
1139 * g++.dg/other/ptrmem2.C: Change error message.
1140 * g++.dg/parse/parameter-declaration-1.C: Remove line number
1141 marker.
1142 * g++.dg/special/initp1.C: Remove invalid attribute usage.
1143 * g++.dg/template/access3.C: Add typename keyword.
1144 * g++.dg/template/access5.C: Remove stray semicolon.
1145 * g++.dg/template/access6.C: Likewise.
1146 * g++.dg/template/complit1.C: Likewise.
1147 * g++.dg/template/crash1.C: Change error message.
1148 * g++.dg/template/inherit2.C: Remove stray semicolon.
1149 * g++.dg/template/instantiate2.C: Likewise.
1150 * g++.dg/template/instantiate3.C: Change error message.
1151 * g++.dg/template/qual1.C: Remove stray semicolon.
1152 * g++.dg/template/qualttp18.C: Change error message.
1153 * g++.dg/template/ref1.C: Remove stray semicolon.
1154 * g++.dg/template/sizeof1.C (A::value): Declare it.
1155 * g++.dg/template/spec4.C: Change error message.
1156 * g++.dg/template/static1.C: Likewise.
1157 * g++.dg/template/type1.C: Likewise.
1158 * g++.dg/template/typename3.C: Likewise.
1159 * g++.old-deja/g++.benjamin/13478.C: Change error message.
1160 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
1161 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
1162 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
1163 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
1164 named return value extension.
1165 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
1166 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
1167 * g++.old-deja/g++.bob/extern_C.C: Likewise.
1168 * g++.old-deja/g++.bob/inherit2.C: Likewise.
1169 * g++.old-deja/g++.brendan/complex1.C: Likewise.
1170 * g++.old-deja/g++.brendan/copy5.C: Likewise.
1171 * g++.old-deja/g++.brendan/crash13.C: Likewise.
1172 * g++.old-deja/g++.brendan/crash15.C: Likewise.
1173 * g++.old-deja/g++.brendan/crash18.C: Change error message.
1174 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
1175 * g++.old-deja/g++.brendan/crash38.C: Likewise.
1176 * g++.old-deja/g++.brendan/crash50.C: Likewise.
1177 * g++.old-deja/g++.brendan/crash56.C: Likewise.
1178 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
1179 syntax.
1180 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
1181 * g++.old-deja/g++.brendan/crash8.C: Change error message.
1182 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
1183 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
1184 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
1185 * g++.old-deja/g++.brendan/template11.C: Likewise.
1186 * g++.old-deja/g++.brendan/template26.C: Likewise.
1187 * g++.old-deja/g++.brendan/template27.C: Use explicit
1188 specialization syntax.
1189 * g++.old-deja/g++.brendan/template30.C: Likewise.
1190 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
1191 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
1192 non-dependent names.
1193 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
1194 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
1195 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
1196 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
1197 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
1198 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
1199 named return value extension.
1200 * g++.old-deja/g++.ext/namedret2.C: Likewise.
1201 * g++.old-deja/g++.ext/namedret3.C: Likewise.
1202 * g++.old-deja/g++.ext/return1.C: Likewise.
1203 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
1204 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
1205 * g++.old-deja/g++.jason/access8.C: Likewise.
1206 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
1207 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
1208 pseudo-destructor names.
1209 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
1210 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
1211 pseudo-destructor names.
1212 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
1213 * g++.old-deja/g++.jason/overload19.C: Likewise.
1214 * g++.old-deja/g++.jason/overload32.C: Likewise.
1215 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
1216 stray semicolons.
1217 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
1218 * g++.old-deja/g++.jason/return.C: Likewise.
1219 * g++.old-deja/g++.jason/return2.C: Likewise.
1220 * g++.old-deja/g++.jason/shadow1.C: Likewise.
1221 * g++.old-deja/g++.jason/special.C: Use explicit specialization
1222 syntax.
1223 * g++.old-deja/g++.jason/template10.C: Account for use of
1224 non-dependent names.
1225 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
1226 syntax.
1227 * g++.old-deja/g++.jason/template37.C: Likewise.
1228 * g++.old-deja/g++.law/access4.C: Change error messages.
1229 * g++.old-deja/g++.law/arm13.C: Remove incorrect
1230 pseudo-destructor names.
1231 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
1232 * g++.old-deja/g++.law/ctors9.C: Likewise.
1233 * g++.old-deja/g++.law/cvt22.C: Likewise.
1234 * g++.old-deja/g++.law/dtors5.C: Likewise.
1235 * g++.old-deja/g++.law/global-init1.C: Likewise.
1236 * g++.old-deja/g++.law/missed-error3.C: Likewise.
1237 * g++.old-deja/g++.law/operators28.C: Likewise.
1238 * g++.old-deja/g++.law/visibility28.C: Likewise.
1239 * g++.old-deja/g++.martin/eval1.C: Likewise.
1240 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
1241 name.
1242 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
1243 * g++.old-deja/g++.mike/net34.C: Likewise.
1244 * g++.old-deja/g++.mike/net36.C: Likewise.
1245 * g++.old-deja/g++.mike/ns2.C: Likewise.
1246 * g++.old-deja/g++.mike/p12306.C: Likewise.
1247 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
1248 value extension.
1249 * g++.old-deja/g++.mike/p700.C: Likewise.
1250 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
1251 * g++.old-deja/g++.mike/p710.C: Likewise.
1252 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
1253 value extension.
1254 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
1255 * g++.old-deja/g++.mike/pmf9.C: Likewise.
1256 * g++.old-deja/g++.ns/crash2.C: Likewise.
1257 * g++.old-deja/g++.ns/crash3.C: Likewise.
1258 * g++.old-deja/g++.ns/invalid1.C: Likewise.
1259 * g++.old-deja/g++.ns/ns17.C: Likewise.
1260 * g++.old-deja/g++.ns/template16.C: Likewise.
1261 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
1262 keyword.
1263 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
1264 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
1265 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
1266 named return value extension.
1267 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
1268 * g++.old-deja/g++.other/access4.C: Issue additional error
1269 messages.
1270 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
1271 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
1272 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
1273 * g++.old-deja/g++.other/crash25.C: Change error message.
1274 * g++.old-deja/g++.other/crash4.C: Change error message.
1275 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
1276 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
1277 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
1278 checks.
1279 * g++.old-deja/g++.other/defarg8.C: Likewise.
1280 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
1281 * g++.old-deja/g++.other/dtor10.C: Likewise.
1282 * g++.old-deja/g++.other/incomplete.C: Likewise.
1283 * g++.old-deja/g++.other/linkage7.C: Likewise.
1284 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
1285 lookup algorithm.
1286 * g++.old-deja/g++.other/mangle2.C: Likewise.
1287 * g++.old-deja/g++.other/refinit2.C: Likewise.
1288 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
1289 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
1290 * g++.old-deja/g++.pt/crash28.C: Likewise.
1291 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
1292 syntax.
1293 * g++.old-deja/g++.pt/crash32.C: Change error message.
1294 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
1295 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
1296 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
1297 error message position.
1298 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
1299 * g++.old-deja/g++.pt/defarg8.C: Change error message.
1300 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
1301 syntax.
1302 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
1303 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
1304 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
1305 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
1306 keyword.
1307 * g++.old-deja/g++.pt/explicit31.C: Likewise.
1308 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
1309 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
1310 keyword.
1311 * g++.old-deja/g++.pt/explicit71.C: Change error message.
1312 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
1313 syntax.
1314 * g++.old-deja/g++.pt/friend28.C: Account for use of
1315 non-dependent names.
1316 * g++.old-deja/g++.pt/friend29.C: Likewise.
1317 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
1318 rules.
1319 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
1320 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
1321 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
1322 lookup rules.
1323 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
1324 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
1325 keyword.
1326 * g++.old-deja/g++.pt/memclass20.C: Likewise.
1327 * g++.old-deja/g++.pt/memclass5.C: Likewise.
1328 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
1329 keyword.
1330 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
1331 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
1332 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
1333 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
1334 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
1335 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
1336 keyword.
1337 * g++.old-deja/g++.pt/spec10.C: Likewise.
1338 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
1339 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
1340 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
1341 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
1342 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
1343 * g++.old-deja/g++.pt/ttp62.C: Likewise.
1344 * g++.old-deja/g++.pt/ttp64.C: Likewise.
1345 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
1346 * g++.old-deja/g++.pt/typename15.C: Likewise.
1347 * g++.old-deja/g++.pt/typename22.C: Likewise.
1348 * g++.old-deja/g++.pt/typename6.C: Change error messages.
1349 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
1350 * g++.old-deja/g++.pt/virtual2.C: Likewise.
1351 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
1352 syntax.
1353 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
1354 return value extension.
1355 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
1356 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
1357 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
1358 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
1359
1360 2002-12-26 Nathan Sidwell <nathan@codesourcery.com>
1361
1362 * g++.dg/warn/inline1.C: New test.
1363 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
1364 * g++.old-deja/g++.jason/synth10.C: Likewise.
1365 * g++.old-deja/g++.mike/net31.C: Likewise.
1366 * g++.old-deja/g++.mike/p8786.C: Likewise.
1367
1368 * g++.dg/template/friend10.C: New test.
1369 * g++.dg/template/conv5.C: New test.
1370
1371 2002-12-24 Nathan Sidwell <nathan@codesourcery.com>
1372
1373 * g++.dg/lookup/scoped3.C: New test.
1374
1375 * g++.dg/lookup/decl1.C: New test.
1376 * g++.dg/lookup/decl2.C: New test.
1377
1378 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
1379
1380 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
1381 gcc.c-torture/compile/20021015-1.c,
1382 gcc.c-torture/compile/20021015-2.c,
1383 gcc.c-torture/compile/20021123-1.c,
1384 gcc.c-torture/compile/20021123-2.c,
1385 gcc.c-torture/compile/20021123-3.c,
1386 gcc.c-torture/compile/20021123-4.c,
1387 gcc.c-torture/execute/20021024-1.c: Add tests previously added
1388 only to 3.1 or 3.2 branch.
1389
1390 2002-12-23 Mark Mitchell <mark@codesourcery.com>
1391
1392 * gcc.dg/i386-bitfield3.c: New test.
1393
1394 * gcc.dg/i386-bitfield2.c: New test.
1395
1396 2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
1397
1398 * g++.dg/parse/conv_op1.C: New test.
1399
1400 2002-12-21 Josef Zlomek <zlomekj@suse.cz>
1401
1402 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
1403 approved.
1404
1405 2002-12-20 Josef Zlomek <zlomekj@suse.cz>
1406
1407 * gcc.c-torture/compile/20021220-1.c: New test.
1408
1409 2002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
1410
1411 * gcc.dg/i386-fastcall-1.c: New.
1412
1413 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1414
1415 * gcc.c-torture/execute/20021219-1.c: New test.
1416
1417 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1418
1419 * gcc.dg/i386-pic-1.c: New test.
1420
1421 2002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1422
1423 PR c++/8099
1424 * g++.dg/template/friend9.C: New test.
1425
1426 2002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1427
1428 PR c++/3663
1429 * g++.dg/template/access7.C: New test.
1430
1431 2002-12-18 Nick Clifton <nickc@redhat.com>
1432
1433 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
1434 the libstdc++-v3 directory has been found.
1435
1436 2002-12-12 Devang Patel <dpatel@apple.com>
1437 * gcc.dg/darwin-ld-1.c: New test.
1438 * gcc.dg/darwin-ld-2.c: New test.
1439 * gcc.dg/darwin-ld-3.c: New test.
1440 * gcc.dg/darwin-ld-4.c: New test.
1441 * gcc.dg/darwin-ld-5.c: New test.
1442
1443 2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
1444
1445 * gcc.c-torture/compile/20021212-1.c: New test.
1446
1447 2002-12-11 Neil Booth <neil@daikokuya.co.uk>
1448
1449 * gcc.dg/fshort-wchar: New test.
1450
1451 2002-12-10 Mark Mitchell <mark@codesourcery.com>
1452
1453 PR c++/8372
1454 * g++.dg/template/dtor1.C: New test.
1455
1456 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
1457 markers.
1458
1459 2002-12-10 Jakub Jelinek <jakub@redhat.com>
1460
1461 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
1462
1463 2002-12-09 Mark Mitchell <mark@codesourcery.com>
1464
1465 * g++.dg/template/static1.C: New test.
1466 * g++.dg/template/static2.C: New test.
1467 * g++.old-deja/g++.ext/memconst.C: New test.
1468
1469 2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1470
1471 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
1472 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
1473 * g++.dg/special/initp1.C: Likewise.
1474
1475 2002-12-06 Jakub Jelinek <jakub@redhat.com>
1476
1477 * gcc.c-torture/execute/20021204-1.c: New test.
1478
1479 2002-12-04 Geoffrey Keating <geoffk@apple.com>
1480
1481 * gcc.dg/ppc-fmadd-1.c: New file.
1482 * gcc.dg/ppc-fmadd-2.c: New file.
1483 * gcc.dg/ppc-fmadd-3.c: New file.
1484
1485 2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1486
1487 * gcc.c-torture/compile/20021204-1.c: New test.
1488
1489 2002-12-03 Nathan Sidwell <nathan@codesourcery.com>
1490
1491 * g++.dg/inherit/covariant2.C: New test.
1492 * g++.dg/inherit/covariant3.C: New test.
1493 * g++.dg/inherit/covariant4.C: New test.
1494 * g++.dg/inherit/covariant1.C: Remove XFAIL.
1495 * g++.old-deja/g++.robertl/eb17.C: Likewise.
1496
1497 2002-12-03 Mark Mitchell <mark@codesourcery.com>
1498
1499 PR c++/8688
1500 * g++.dg/init/brace3.C: New test.
1501
1502 2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
1503
1504 * gcc.dg/20020210-1.c: Fix a comment typo.
1505
1506 2002-12-02 Mark Mitchell <mark@codesourcery.com>
1507
1508 PR c++/8720
1509 * g++.dg/parse/defarg1.C: New test.
1510
1511 PR c++/8615
1512 * g++.dg/template/char1.C: New test.
1513
1514 * g++.dg/template/varmod1.C: Fix typo.
1515
1516 2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1517
1518 DR 180
1519 * g++.old-deja/g++.pt/crash32.C: Expect error.
1520
1521 2002-12-01 Mark Mitchell <mark@codesourcery.com>
1522
1523 PR c++/5919
1524 * g++.dg/template/varmod1.C: New test.
1525
1526 PR c++/8727
1527 * g++.dg/inherit/typeinfo1.C: New test.
1528
1529 PR c++/8663
1530 * g++.dg/inherit/typedef1.C: New test.
1531
1532 2002-11-30 Mark Mitchell <mark@codesourcery.com>
1533
1534 PR c++/8332
1535 PR c++/8493
1536 * g++.dg/template/strlen1.C: New test.
1537
1538 PR c++/8227
1539 * g++.dg/template/ctor2.C: New test.
1540
1541 PR c++/8214
1542 * g++.dg/init/string1.C: New test.
1543
1544 PR c++/8511
1545 * g++.dg/template/friend8.C: New test.
1546
1547 2002-11-29 Joe Buck <jbuck@synopsys.com>
1548
1549 * g++.dg/lookup/anon2.C: New test.
1550
1551 2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
1552
1553 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
1554 h8300 port.
1555
1556 2002-11-27 Richard Sandiford <rsandifo@redhat.com>
1557
1558 * gcc.dg/bitfld-6.c: New test.
1559
1560 Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
1561
1562 * gcc.c-torture/execute/20021127.[cx]: New test.
1563
1564 Tue Nov 26 22:09:53 CET 2002 Jan Hubicka <jh@suse.cz>
1565
1566 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
1567 quality.
1568
1569 2002-11-26 Geoffrey Keating <geoffk@apple.com>
1570
1571 * g++.dg/init/brace2.C: New test.
1572 * g++.old-deja/g++.mike/p9129.C: Correct.
1573
1574 2002-11-26 Mark Mitchell <mark@codesourcery.com>
1575
1576 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
1577
1578 2002-11-25 Andreas Bauer <baueran@in.tum.de>
1579
1580 * gcc.dg/sibcall-6: New test for indirect sibcalls.
1581
1582 2002-11-25 Mark Mitchell <mark@codesourcery.com>
1583
1584 * testsuite/g++.dg/abi/empty11.C: New test.
1585 * testsuite/g++.dg/rtti/cv1.C: New test.
1586
1587 2002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
1588
1589 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
1590
1591 2002-11-24 Mark Mitchell <mark@codesourcery.com>
1592
1593 * g++.dg/abi/empty10.C: New test.
1594
1595 2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
1596
1597 * gcc.c-torture/compile/20021124-1.c: New test.
1598
1599 2002-11-22 Mark Mitchell <mark@codesourcery.com>
1600
1601 * g++.dg/abi/rtti2.C: New test.
1602
1603 2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1604
1605 * gcc.dg/i386-unroll-1.c: New test.
1606
1607 2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1608
1609 * gcc.c-torture/compile/20021120-1.c: New test.
1610 * gcc.c-torture/compile/20021120-2.c: New test.
1611
1612 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1613
1614 * gcc.dg/bitfld-5.c: New test.
1615
1616 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1617
1618 * gcc.c-torture/execute/20021120-3.c: New test.
1619
1620 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1621
1622 * gcc.c-torture/execute/20021120-2.c: New test.
1623
1624 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1625
1626 * gcc.c-torture/execute/20021120-1.c: New test.
1627
1628 2002-11-20 Jakub Jelinek <jakub@redhat.com>
1629
1630 * gcc.c-torture/execute/20021118-3.c: New test.
1631
1632 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1633
1634 * gcc.c-torture/compile/20021119-1.c: New test.
1635
1636 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
1637
1638 * gcc.dg/duff-1.c: New test.
1639 * gcc.dg/duff-2.c: New test.
1640 * gcc.dg/duff-3.c: New test.
1641
1642 2002-11-18 Neil Booth <neil@daikokuya.co.uk>
1643
1644 * gcc.dg/cpp/_Pragma5.c: New test.
1645
1646 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1647
1648 * gcc.c-torture/execute/20021118-2.c: New test.
1649
1650 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1651
1652 * gcc.c-torture/execute/20021118-1.c: New test.
1653
1654 2002-11-16 Jakub Jelinek <jakub@redhat.com>
1655
1656 * gcc.dg/20021116-1.c: New test.
1657
1658 2002-11-14 Mark Mitchell <mark@codesourcery.com>
1659
1660 * g++.dg/abi/vcall1.C: New test.
1661
1662 2002-11-14 Jakub Jelinek <jakub@redhat.com>
1663
1664 * gcc.dg/20021029-1.c: New test.
1665 * gcc.dg/20021029-2.c: New test.
1666
1667 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
1668
1669 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
1670
1671 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1672
1673 PR c/8439
1674 * gcc.dg/20021110.c: Move to ...
1675 * gcc.c-torture/compile/20021110.c: .... here.
1676
1677 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1678
1679 PR c/8467
1680 * gcc.c-torture/execute/20021111-1.c
1681
1682 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1683
1684 PR c/8439
1685 * gcc.dg/20021110.c: New test.
1686
1687 2002-11-10 Mark Mitchell <mark@codesourcery.com>
1688
1689 * g++.dg/abi/vthunk3.C: Run only on x86.
1690
1691 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
1692
1693 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
1694
1695 2002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
1696
1697 * lib/compat.exp (compat-execute): Fix logic error in last
1698 change.
1699
1700 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
1701
1702 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
1703
1704 2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1705
1706 PR c++/8389
1707 * g++.dg/template/access6.C: New test.
1708
1709 Fri Nov 8 13:13:53 CET 2002 Jan Hubicka <jh@suse.cz>
1710
1711 * gcc.dg/i386-ssefp-1.c: New test.
1712 * gcc.dg/i386-ssefp-1.c: New test.
1713
1714 Fri Nov 8 10:52:15 CET 2002 Jan Hubicka <jh@suse.cz>
1715
1716 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
1717
1718 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1719
1720 * g++.dg/abi/vthunk3.C: New test.
1721
1722 PR c++/8338
1723 * g++.dg/template/crash2.C: New test.
1724
1725 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1726
1727 * testsuite/g++.dg/abi/dtor1.C: New test.
1728 * testsuite/g++.dg/abi/dtor2.C: Likewise.
1729
1730 2002-11-05 Geoffrey Keating <geoffk@apple.com>
1731
1732 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
1733 Darwin.
1734
1735 2002-11-04 Adam Nemet <anemet@lnxw.com>
1736
1737 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
1738 -mthumb. Only xfail with -O0.
1739
1740 2002-11-03 Mark Mitchell <mark@codesourcery.com>
1741
1742 * g++.dg/abi/thunk1.C: New test.
1743 * g++.dg/abi/thunk2.C: Likewise.
1744 * g++.dg/abi/vtt1.C: Likewise.
1745
1746 2002-11-02 Diego Novillo <dnovillo@redhat.com>
1747
1748 PR optimization/8423
1749 * gcc.c-torture/execute/builtin-constant.c: New test.
1750
1751 2002-11-01 Zack Weinberg <zack@codesourcery.com>
1752
1753 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
1754 Add some more cases.
1755
1756 2002-11-01 Mark Mitchell <mark@codesourcery.com>
1757
1758 PR c++/8391
1759 * g++.dg/opt/local1.C: New test.
1760
1761 2002-10-30 Mark Mitchell <mark@codesourcery.com>
1762
1763 PR c++/8160
1764 * g++.dg/template/complit1.C: New test.
1765
1766 PR c++/8149
1767 * g++.dg/template/typename4.C: Likewise.
1768
1769 2002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1770
1771 Core issue 287, PR c++/7639
1772 * g++.dg/template/instantiate1.C: Adjust error location.
1773 * g++.dg/template/instantiate3.C: New test.
1774 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
1775 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
1776 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
1777
1778 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
1779
1780 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
1781
1782 2002-10-29 Mark Mitchell <mark@codesourcery.com>
1783
1784 PR c++/8287
1785 * g++.dg/init/dtor2.C: New test.
1786
1787 2002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1788
1789 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
1790 * gcc.dg/nest.c: Bypass errors on irix6.
1791
1792 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
1793
1794 * gcc.dg/nest.c: Expect error for mmix-*-*.
1795 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
1796
1797 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
1798
1799 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
1800 markers.
1801
1802 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1803
1804 2002-10-25 Mike Stump <mrs@apple.com>
1805
1806 * gcc.dg/warn-1.c: New test.
1807
1808 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1809
1810 * g++.dg/template/typename3.C: New test.
1811
1812 2002-10-25 Mark Mitchell <mark@codesourcery.com>
1813
1814 * g++.dg/lookup/ptrmem1.C: New test.
1815
1816 * g++.dg/abi/vthunk2.C: New test.
1817
1818 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1819
1820 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
1821
1822 2002-10-24 Mark Mitchell <mark@codesourcery.com>
1823
1824 * g++.dg/abi/empty9.C: New test.
1825
1826 2002-10-24 Richard Henderson <rth@redhat.com>
1827
1828 * g++.dg/inherit/thunk1.C: Enable for ia64.
1829
1830 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1831
1832 PR c++/8067
1833 * g++.dg/lookup/pretty1.C: New test.
1834
1835 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1836
1837 * gcc.dg/20021023-1.c: New test.
1838
1839 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1840
1841 PR c++/7679
1842 * g++.dg/parse/inline1.C: New test.
1843
1844 2002-10-23 Richard Henderson <rth@redhat.com>
1845
1846 * g++.dg/inherit/thunk1.C: Enable for x86_64.
1847
1848 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
1849
1850 2002-10-22 Mark Mitchell <mark@codesourcery.com>
1851
1852 PR c++/6579
1853 * g++.dg/parse/stmtexpr3.C: New test.
1854
1855 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
1856
1857 * g++.dg/expr/cond1.C: New test.
1858
1859 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1860
1861 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
1862
1863 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1864
1865 * g++.dg/abi/vbase13.C: New test.
1866 * g++.dg/abi/vbase14.C: Likewise.
1867
1868 2002-10-21 Jakub Jelinek <jakub@redhat.com>
1869
1870 * gcc.dg/tls/pic-1.c: New test.
1871 * gcc.dg/tls/nonpic-1.c: New test.
1872 * gcc.dg/20021018-1.c: New test.
1873
1874 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1875
1876 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
1877 Remove only files with the same base name as the test case.
1878 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
1879 (profopt-execute): Likewise. Also, remove old profiling
1880 and performance data files before running the tests.
1881
1882 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
1883 * g++.dg/bprob/bprob.exp: Likewise.
1884 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
1885 to allow more general test case names.
1886
1887 * g++.dg/bprob/bprob-1.C: Rename to ...
1888 * g++.dg/bprob/g++-bprob-1.C: ... this.
1889
1890 * g77.dg/bprob/bprob-1.f: Rename to ...
1891 * g77.dg/bprob/g77-bprob-1.f: ... this.
1892
1893 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1894
1895 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
1896 bison 1.50 or later.
1897
1898 2002-10-21 Janis Johnson <janis187@us.ibm.com>
1899
1900 * g++.dg/README: Describe more test directories.
1901
1902 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1903
1904 * g++.dg/init/array6.C: Add additional tests.
1905
1906 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1907
1908 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
1909 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
1910
1911 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
1912
1913 * gcc.c-torture/compile/20020604-1.x: New.
1914 * gcc.c-torture/compile/simd-5.x: Likewise.
1915 * gcc.c-torture/execute/920710-1.x: Likewise.
1916 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
1917
1918 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1919
1920 * g++.dg/inherit/override1.C: Add dg-options clause.
1921
1922 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1923
1924 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
1925 _mm_slli_si128.
1926
1927 2002-10-19 Andreas Schwab <schwab@suse.de>
1928
1929 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
1930 directory component.
1931
1932 2002-10-18 Mark Mitchell <mark@codesourcery.com>
1933
1934 * g++.dg/inherit/thunk1.C: New test.
1935
1936 * g++.dg/inherit/override1.C: New test.
1937
1938 * g++.dg/abi/mangle11.C: New test.
1939 * g++.dg/abi/mangle14.C: New test.
1940 * g++.dg/abi/mangle17.C: New test.
1941
1942 2002-10-17 Nathan Sidwell <nathan@codesourcery.com>
1943
1944 * g++.dg/overload/member2.C: New test.
1945
1946 2002-10-17 Janis Johnson <janis187@us.ibm.com>
1947
1948 * g++.dg/README: Describe new compat directory.
1949 * g++.dg/dg.exp: Skip tests in compat directory.
1950 * README.compat: New file.
1951 * lib/compat.exp: New expect script.
1952 * g++.dg/compat: New test directory.
1953 * g++.dg/compat/compat.exp: New expect script.
1954 * g++.dg/compat/abi: New test directory.
1955 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
1956 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
1957 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
1958 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
1959 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
1960 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
1961 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
1962 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
1963 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
1964 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
1965 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
1966 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
1967 * g++.dg/compat/break: New test directory.
1968 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
1969 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
1970 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
1971 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
1972 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
1973 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
1974 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
1975 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
1976 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
1977 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
1978 g++.dg/compat/break/README: New files.
1979 * g++.dg/compat/eh: New test directory.
1980 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
1981 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
1982 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
1983 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
1984 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
1985 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
1986 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
1987 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
1988 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
1989 g++.dg/compat/eh/filter2_y.C,
1990 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
1991 g++.dg/compat/eh/new1_y.C,
1992 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
1993 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
1994 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
1995 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
1996 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
1997 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
1998 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
1999 g++.dg/compat/eh/unexpected1_y.C: New files.
2000 * g++.dg/compat/init: New test directory.
2001 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
2002 g++.dg/compat/init/array5_y.C,
2003 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
2004 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
2005 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
2006 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
2007 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
2008 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
2009 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
2010 g++.dg/compat/init/init-ref2_y.C: New files.
2011
2012 2002-10-17 Mark Mitchell <mark@codesourcery.com>
2013
2014 PR c++/7584
2015 * g++.dg/inherit/using3.C: New test.
2016
2017 Thu Oct 17 19:12:58 CEST 2002 Jan Hubicka <jh@suse.cz>
2018
2019 * gcc.dg/20021017-2.c: New test.
2020
2021 2002-10-17 Mark Mitchell <mark@codesourcery.com>
2022
2023 * g++.dg/abi/mangle16.C: Adjust.
2024
2025 * g++.dg/init/array8.C: New test.
2026
2027 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
2028
2029 * gcc.dg/special/mips-abi.exp: New test.
2030 * gcc.dg/special/mips-abi.s: Empty file used by the above.
2031
2032 2002-10-16 Mark Mitchell <mark@codesourcery.com>
2033
2034 * g++.dg/abi/mangle16.C: New test.
2035 * g++.dg/abi/mangle17.C: Likewise.
2036
2037 PR c++/7478
2038 * g++.dg/template/ref1.C: New test.
2039
2040 2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2041
2042 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
2043
2044 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
2045
2046 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
2047
2048 2002-10-16 Mark Mitchell <mark@codesourcery.com>
2049
2050 PR c++/7524
2051 * g++.dg/init/array7.C: New test.
2052
2053 2002-10-15 Mark Mitchell <mark@codesourcery.com>
2054
2055 * g++.dg/init/array6.C: New test.
2056
2057 * g++.dg/abi/mangle13.C: Likewise.
2058 * g++.dg/abi/mangle14.C: Likewise.
2059 * g++.dg/abi/mangle15.C: Likewise.
2060
2061 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2062
2063 * g++.dg/abi/empty8.C: New test.
2064
2065 2002-10-15 Nathan Sidwell <nathan@codesourcery.com>
2066
2067 * g++.dg/init/ctor1.C: New test.
2068
2069 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
2070
2071 * gcc.c-torture/execute/20021015-1.c: New test.
2072
2073 Tue Oct 15 14:22:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
2074
2075 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
2076
2077 Mon Oct 14 20:37:51 CEST 2002 Jan Hubicka <jh@suse.cz>
2078
2079 * gcc.dg/i386-ssetype-[1-5].c: New tests.
2080
2081 2002-10-14 Richard Henderson <rth@redhat.com>
2082
2083 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
2084
2085 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2086
2087 PR optimization/6631
2088 * g++.dg/opt/const2.C: New test.
2089
2090 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2091
2092 PR c++/7176
2093 * g++.dg/parse/friend1.C: New test.
2094 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
2095
2096 2002-10-14 Jakub Jelinek <jakub@redhat.com>
2097
2098 * gcc.dg/20021014-1.c: New test.
2099
2100 2002-10-11 Mark Mitchell <mark@codesourcery.com>
2101
2102 PR c++/5661
2103 * g++.dg/ext/vlm1.C: New test.
2104 * g++.dg/ext/vlm2.C: Likewise.
2105
2106 * g++.dg/init/array1.C: Remove invalid braces.
2107 * g++.dg/init/brace1.C: New test.
2108 * g++.dg/init/copy2.C: Likewise.
2109 * g++.dg/init/copy3.C: Likewise.
2110 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
2111 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
2112 braces.
2113
2114 2002-10-11 Neil Booth <neil@daikokuya.co.uk>
2115
2116 * gcc.dg/cpp/assembler.S: Don't use -ansi.
2117
2118 Fri Oct 11 10:56:49 2002 Richard Shann <richard.shann@superh.com>
2119
2120 * gcc.c-torture/compile/simd-5.c: New test.
2121
2122 2002-10-10 Roger Sayle <roger@eyesopen.com>
2123
2124 * gcc.c-torture/execute/shiftopt-1.c: New test case.
2125
2126 2002-10-10 Jim Wilson <wilson@redhat.com>
2127
2128 * gcc.c-torture/execute/20021010-1.c: New test.
2129
2130 2002-10-09 Zack Weinberg <zack@codesourcery.com>
2131
2132 PR c/7353
2133 * g++.dg/ext/typedef-init.C: New test.
2134 * gcc.dg/typedef-init.c: New test.
2135
2136 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
2137
2138 * gcc.dg/cpp/paste13.c: New test.
2139
2140 2002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2141
2142 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
2143 remaining platforms, XFAIL during compile, not execute. Don't
2144 XFAIL at -O0.
2145
2146 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
2147
2148 * gcc.dg/alias-1.c: Tweak expected warning.
2149
2150 2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
2151
2152 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
2153
2154 2002-10-06 Andreas Jaeger <aj@suse.de>
2155
2156 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
2157 * gcc.dg/cpp/c++98.C: Likewise.
2158
2159 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
2160 * g++.dg/cpp/c++98.C: Likewise.
2161
2162 * g++.dg/README (Subdirectories): Mention cpp directory.
2163
2164 PR target/7559
2165 * gcc.dg/20021006-1.c: New test.
2166
2167 2002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2168
2169 PR c++/7804
2170 * g++.dg/other/warning1.C: New test.
2171
2172 2002-10-04 Roger Sayle <roger@eyesopen.com>
2173
2174 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
2175 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
2176 and sparc-*-* with -m64 as expected failures. See PR 8087.
2177
2178 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2179
2180 PR c++/7931
2181 * g++.dg/template/ptrmem3.C: New test.
2182
2183 PR c++/7754
2184 * g++.dg/template/union1.C: New test.
2185
2186 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2187
2188 PR c++/8006
2189 * g++.dg/abi/mangle9.C: New test.
2190 * g++.dg/abi/mangle10.C: New test.
2191 * g++.dg/abi/mangle11.C: New test.
2192 * g++.dg/abi/mangle12.C: New test.
2193
2194 2002-10-02 Mark Mitchell <mark@codesourcery.com>
2195
2196 PR c++/7188.
2197 * g++.dg/template/meminit1.C: New test.
2198 * g++.dg/warn/Wreorder-1.C: Likewise.
2199 * g++.old-deja/g++.mike/warn3.C: Tweak.
2200 * lib/prune.exp: Ingore "in copy constructor".
2201
2202 2002-10-02 Andreas Jaeger <aj@suse.de>
2203
2204 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
2205 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
2206 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
2207 on x86-64.
2208
2209 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2210
2211 * gcc.dg/empty1.C: Fix typo.
2212
2213 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
2214
2215 * gcc.dg/alias-1.c: New test.
2216
2217 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2218
2219 * gcc.dg/empty1.C: New test.
2220
2221 * g++.dg/tls/init-2.C: Tweak error messages.
2222
2223 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2224
2225 * gcc.c-torture/compile/20020923-1.c: New test.
2226
2227 2002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
2228
2229 * gcc.c-torture/execute/ffs-1.c: New test.
2230 * gcc.c-torture/execute/ffs-2.c: Ditto.
2231
2232 2002-09-30 Nathan Sidwell <nathan@codesourcery.com>
2233
2234 * g++.dg/overload/member1.C: New test.
2235
2236 2002-09-30 Mark Mitchell <mark@codesourcery.com>
2237
2238 * g++.dg/abi/empty7.C: New test.
2239 * g++.dg/init/pm2.C: Likewise.
2240
2241 2002-09-29 Nathan Sidwell <nathan@codesourcery.com>
2242
2243 * g++.dg/rtti/crash1.C: New test.
2244
2245 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2246
2247 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
2248 gcc.dg/sibcall-4.c: New tests.
2249
2250 2002-09-28 Roger Sayle <roger@eyesopen.com>
2251
2252 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
2253 powerpc and MMIX targets.
2254
2255 2002-09-27 Zack Weinberg <zack@codesourcery.com>
2256
2257 * gcc.dg/cpp/20020927-1.c: New.
2258
2259 2002-09-26 David S. Miller <davem@redhat.com>
2260
2261 * gcc.c-torture/compile/trunctfdf.c: New.
2262
2263 2002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2264
2265 * lib/target-supports.exp (check_weak_available): Handle solaris2.
2266
2267 2002-09-27 Alan Modra <amodra@bigpond.net.au>
2268
2269 * gcc.c-torture/execute/loop-15.c: New.
2270
2271 2002-09-26 Janis Johnson <janis187@us.ibm.com>
2272
2273 * README.QMTEST: Fix typo.
2274
2275 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
2276
2277 * gcc.dg/20020926-1.c: New test.
2278
2279 2002-09-25 David S. Miller <davem@redhat.com>
2280
2281 PR target/7842
2282 * gcc.c-torture/execute/shiftdi.c: New test.
2283
2284 2002-09-26 Richard Earnshaw <rearnsha@arm.com>
2285
2286 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
2287 unique to the tool.
2288 * lib/g77.exp (g77_init): Likewise.
2289 * lib/g++.exp (g++_init): Likewise.
2290 * lib/objc.exp (objc_init): Likewise.
2291
2292 2002-09-25 Mark Mitchell <mark@codesourcery.com>
2293
2294 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
2295 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
2296 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
2297
2298 2002-09-25 Richard Henderson <rth@redhat.com>
2299
2300 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
2301 too-small long double.
2302
2303 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
2304
2305 * gcc.dg/20020919-1.c: New test.
2306
2307 2002-09-23 Mark Mitchell <mark@codesourcery.com>
2308
2309 * g++.dg/abi/bitfield6.C: New test.
2310 * g++.dg/abi/bitfield7.C: New test.
2311 * g++.dg/abi/bitfield8.C: New test.
2312 * g++.dg/abi/vbase11.C: New test.
2313
2314 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
2315
2316 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
2317 hppa*-*-hpux*. Update test comment.
2318
2319 2002-09-20 Jakub Jelinek <jakub@redhat.com>
2320
2321 * gcc.dg/tls/struct-1.c: New test.
2322
2323 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
2324
2325 * gcc.dg/cpp/tr-warn2.c: Update.
2326
2327 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2328
2329 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
2330
2331 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2332
2333 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
2334 systems.
2335
2336 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
2337
2338 * gcc.c-torture/execute/ieee/mzero3.c: New test.
2339
2340 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2341 Adjust for c++filt moved to binutils. Remove spurious duplicate
2342 setting of cxxfilt.
2343
2344 2002-09-19 Geoffrey Keating <geoffk@apple.com>
2345
2346 * gcc.dg/20020312-2.c: Update for darwin.
2347
2348 2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
2349
2350 * g++.old-deja/g++.other/crash32.C: Mark ICE.
2351
2352 Tue Sep 17 13:59:45 2002 Nicola Pero <n.pero@mi.flashnet.it>
2353
2354 * objc.dg/comp-types-1.m: New test.
2355 * objc.dg/comp-types-2.m: New test.
2356 * objc.dg/comp-types-3.m: New test.
2357 * objc.dg/comp-types-4.m: New test.
2358 * objc.dg/comp-types-5.m: New test.
2359 * objc.dg/comp-types-6.m: New test.
2360
2361 2002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
2362
2363 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
2364
2365 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2366
2367 * g++.dg/other/do1.C: New test.
2368
2369 * g++.dg/template/subst1.C: New test.
2370
2371 2002-09-16 Steve Ellcey <sje@cup.hp.com>
2372
2373 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
2374
2375 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2376
2377 * g++.dg/template/qualttp20.C: Adjust expected errors.
2378 * g++.old-deja/g++.jason/report.C: Likewise.
2379 * g++.old-deja/g++.other/qual1.C: Likewise.
2380
2381 * g++.dg/lookup/scoped2.C: New test.
2382
2383 * g++.dg/ext/asm3.C: New test.
2384
2385 2002-09-16 Richard Earnshaw <rearnsha@arm.com>
2386
2387 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
2388
2389 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
2390
2391 * ChangeLog: follow spelling conventions.
2392 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
2393 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
2394 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
2395 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
2396 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
2397 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
2398 * g++.old-deja/g++.law/global-init1.C: Likewise.
2399 * g++.old-deja/g++.other/delete4.C: Likewise.
2400 * g++.old-deja/g++.other/inline21.C: Likewise.
2401 * g++.old-deja/g++.other/singleton.C: Likewise.
2402 * g77.dg/strlen0.f: Likewise.
2403 * g77.f-torture/compile/20010519-1.f: Likewise.
2404 * g77.f-torture/compile/980310-4.f: Likewise.
2405 * gcc.c-torture/compile/20000605-1.c: Likewise.
2406 * gcc.c-torture/execute/20020225-1.c: Likewise.
2407 * gcc.dg/c90-hexfloat-2.c: Likewise.
2408 * gcc.dg/c99-bool-1.c: Likewise.
2409 * gcc.dg/c99-hexfloat-2.c: Likewise.
2410 * gcc.dg/dll-2.c: Likewise.
2411 * gcc.dg/wtr-union-init-1.c: Likewise.
2412 * gcc.dg/wtr-union-init-2.c: Likewise.
2413 * gcc.dg/wtr-union-init-3.c: Likewise.
2414 * gcc.dg/cpp/avoidpaste1.c: Likewise.
2415 * gcc.dg/cpp/defined.c: Likewise.
2416 * gcc.dg/cpp/macsyntx.c: Likewise.
2417 * gcc.dg/cpp/paste2.c: Likewise.
2418 * gcc.dg/cpp/trad/defined.c: Likewise.
2419 * gcc.dg/format/c90-printf-1.c: Likewise.
2420 * gcc.dg/format/c90-scanf-1.c: Likewise.
2421 * gcc.dg/format/c99-printf-1.c: Likewise.
2422 * gcc.dg/format/c99-scanf-1.c: Likewise.
2423 * gcc.misc-tests/gcov-8.c: Likewise.
2424 * lib/profopt.exp: Likewise.
2425
2426 2002-09-15 Krister Walfridsson <cato@df.lth.se>
2427
2428 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
2429
2430 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2431
2432 * g++.dg/inherit/using2.C: New test.
2433
2434 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
2435
2436 * ChangeLog: Follow spelling conventions.
2437 * g++.dg/template/friend4.C: Likewise.
2438 * g++.old-deja/g++.pt/crash67.C: Likewise.
2439 * gcc.c-torture/execute/20000801-4.c: Likewise.
2440 * gcc.dg/c90-digraph-1.c: Likewise.
2441 * gcc.dg/c94-digraph-1.c: Likewise.
2442 * gcc.dg/c99-digraph-1.c: Likewise.
2443 * gcc.dg/cpp/line5.c: Likewise.
2444 * gcc.dg/cpp/multiline.c: Likewise.
2445 * gcc.dg/cpp/trad/literals-1.c: Likewise.
2446 * gcc.dg/format/attr-3.c: Likewise.
2447 * gcc.dg/format/c90-scanf-3.c: Likewise.
2448 * gcc.dg/format/ext-4.c: Likewise.
2449
2450 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2451
2452 * g++.dg/template/pretty1.C: New test.
2453
2454 2002-09-14 Alan Modra <amodra@bigpond.net.au>
2455
2456 * gcc.c-torture/execute/struct-cpy-1.c: New test.
2457
2458 2002-09-13 Matt Austern <austern@apple.com>
2459
2460 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
2461 passing a cast expression to a function by const reference.
2462
2463 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
2464
2465 * g++.dg/template/deduce1.C: New test.
2466
2467 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
2468
2469 * gcc.c-torture/execute/simd-1.c: Force all use of int to
2470 32-bit int.
2471
2472 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
2473
2474 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
2475 usage.
2476
2477 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
2478
2479 * gcc.c-torture/compile/20020910-1.c: New test.
2480
2481 2002-09-10 Frank Ch. Eigler <fche@redhat.com>
2482
2483 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
2484
2485 2002-09-10 Andreas Jaeger <aj@suse.de>
2486
2487 * gcc.dg/20020312-2.c: Adjust for x86-64.
2488
2489 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
2490
2491 * g77.dg/7388.f: New test case for PR 7388.
2492
2493 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2494
2495 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
2496
2497 2002-09-05 Ziemowit Laski <zlaski@apple.com>
2498
2499 * objc.dg/proto-lossage-1.m: New test.
2500
2501 2002-09-06 Neil Booth <neil@daikokuya.co.uk>
2502
2503 * gcc.dg/cpp/_Pragma4.c: Fix typo.
2504
2505 Fri Sep 6 16:39:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
2506
2507 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
2508 expected to pass.
2509
2510 2002-09-06 Stan Shebs <shebs@apple.com>
2511 David Edelsohn <edelsohn@gnu.org>
2512
2513 * gcc.dg/weak: New directory.
2514 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
2515 target-specific xfail bits.
2516 * gcc.dg/typeof-2.c: Move to new directory.
2517 * gcc.dg/weak.exp: New expect script.
2518
2519 2002-09-06 Alan Modra <amodra@bigpond.net.au>
2520
2521 * gcc.c-torture/execute/extzvsi.c: New test.
2522
2523 2002-09-05 Stan Shebs <shebs@apple.com>
2524
2525 * gcc.dg/weak-1.c: xfail on Darwin.
2526 * gcc.dg/weak-2.c: Ditto.
2527 * gcc.dg/weak-3.c: Ditto.
2528 * gcc.dg/weak-4.c: Ditto.
2529 * gcc.dg/weak-5.c: Ditto.
2530 * gcc.dg/weak-6.c: Ditto.
2531 * gcc.dg/weak-7.c: Ditto.
2532 * gcc.dg/weak-8.c: Ditto.
2533 * gcc.dg/weak-9.c: Ditto.
2534
2535 Thu Sep 5 00:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
2536
2537 * gcc.c-torture/execute/loop-14.c: New test.
2538
2539 2002-09-04 Jakub Jelinek <jakub@redhat.com>
2540
2541 * g++.dg/other/cxa-atexit1.C: New test.
2542
2543 * gcc.dg/typeof-2.c: New test.
2544
2545 2002-09-03 Roger Sayle <roger@eyesopen.com>
2546
2547 * gcc.dg/builtins-2.c: New testcase.
2548 * gcc.dg/builtins-3.c: New testcase.
2549
2550 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
2551
2552 * gcc.dg/cpp/_Pragma4.c: New test.
2553
2554 Tue Sep 3 11:04:26 2002 Nicola Pero <n.pero@mi.flashnet.it>
2555
2556 * objc/execute/nil_method-1.m: New testcase.
2557
2558 Sun Sep 1 12:47:39 2002 Nicola Pero <n.pero@mi.flashnet.it>
2559
2560 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
2561 [Object class], not [Object initialize].
2562
2563 2002-08-31 Roger Sayle <roger@eyesopen.com>
2564 Hans-Peter Nilsson <hp@bitrange.com>
2565
2566 * gcc.c-torture/execute/20020720-1.x: Skip test on
2567 mmix-knuth-mmixware. Correct comment.
2568
2569 2002-08-27 Mark Mitchell <mark@codesourcery.com>
2570
2571 * testsuite/g++.dg/abi/bitfield5.C: New test.
2572 * testsuite/g++.dg/abi/vbase10.C: Likewise.
2573
2574 Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
2575
2576 * objc.dg/undeclared-selector.m: New test.
2577
2578 2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
2579
2580 * g++.dg/other/offsetof1.C: Avoid cast warning.
2581
2582 2002-08-26 Ziemowit Laski <zlaski@apple.com>
2583
2584 * objc.dg/super-class-2.m: New test.
2585
2586 2002-08-24 Matt Austern <austern@apple.com>
2587
2588 * g++.dg/ext/lvaddr.C: New test.
2589 * g++.dg/ext/lvcast.C: New test.
2590
2591 2002-08-22 Mark Mitchell <mark@codesourcery.com>
2592
2593 * testsuite/g++.dg/inherit/cond1.C: New test.
2594
2595 2002-08-22 Geoffrey Keating <geoffk@redhat.com>
2596
2597 * gcc.dg/noncompile/incomplete-1.c: New test.
2598
2599 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
2600
2601 * gcc.dg/typespec-1.c: New test.
2602
2603 2002-08-20 Devang Patel <dpatel@apple.com>
2604 * objc.dg/proto-hier-2.m: New test.
2605
2606 2002-08-19 Ziemowit Laski <zlaski@apple.com>
2607
2608 * objc.dg/bitfield-1.m: New test.
2609 * objc.dg/bitfield-2.m: New test.
2610
2611 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
2612
2613 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
2614 gcc.dg/c99-flex-array-4.c: New tests.
2615
2616 2002-08-16 Stan Shebs <shebs@apple.com>
2617
2618 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
2619
2620 2002-08-15 Jakub Jelinek <jakub@redhat.com>
2621
2622 * gcc.dg/typeof-1.c: New test.
2623 * g++.dg/ext/typeof2.C: New test.
2624
2625 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
2626
2627 * g++.dg/other/offsetof1.C: New test.
2628
2629 2002-08-14 Richard Henderson <rth@redhat.com>
2630
2631 * gcc.dg/tls/diag-3.c: Fix expected message strings.
2632
2633 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
2634
2635 * gcc.dg/cpp/_Pragma3.c: New test.
2636
2637 2002-08-13 Mark Mitchell <mark@codesourcery.com>
2638
2639 * g++.dg/template/inherit3: New test.
2640
2641 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
2642
2643 * gcc.dg/bitfld-4.c: Add blank options.
2644
2645 2002-08-09 Mark Mitchell <mark@codesourcery.com>
2646
2647 * g++.dg/template/crash1.C: New test.
2648
2649 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2650
2651 * gcc.dg/tls/opt-2.c: New test.
2652
2653 2002-08-08 Devang Patel <dpatel@apple.com>
2654
2655 * objc.dg/selector-1.m : New test
2656
2657 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2658
2659 * g++.dg/abi/bitfield4.C: New test.
2660 * gcc.dg/bitfld-4.c: New test.
2661
2662 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2663
2664 * g++.dg/other/packed1.C: New test.
2665
2666 2002-08-07 Mark Mitchell <mark@codesourcery.com>
2667
2668 * g++.dg/abi/offsetof.C: Tweak error messages.
2669 * g++.old-deja/g++.mike/p10769a.C: Likewise.
2670
2671 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2672
2673 * gcc.dg/bitfld-3.c: New test.
2674
2675 2002-08-07 Jakub Jelinek <jakub@redhat.com>
2676 Richard Henderson <rth@redhat.com>
2677
2678 * gcc.dg/i386-bitfield1.c: New test.
2679 * g++.dg/abi/bitfield3.C: Update.
2680
2681 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
2682
2683 * objc.dg/const-str-2.m: Update.
2684 * gcc.dg/cpp/c++98.c: Change to C extension.
2685 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
2686 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
2687
2688 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
2689
2690 * testsuite/gcc.dg/tls/diag-3.c: New.
2691
2692 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
2693
2694 * g++.dg/README (Subdirectories): Document new subdir expr.
2695 * g++.dg/expr/pmf-1.C: New test.
2696
2697 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
2698
2699 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
2700
2701 2002-08-06 Jakub Jelinek <jakub@redhat.com>
2702
2703 * g++.dg/abi/bitfield3.C: New test.
2704
2705 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
2706
2707 * lib/gcov.exp: Tweak expected line formats.
2708 * gcc.misc-tests/gcov8.c: New test.
2709 * gcc.misc-tests/gcov8.x: New flags.
2710
2711 2002-08-05 Jakub Jelinek <jakub@redhat.com>
2712
2713 * consistency.vlad/layout/endian.c: Include string.h.
2714
2715 * gcc.c-torture/execute/20020805-1.c: New test.
2716
2717 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
2718
2719 * g++.dg/other/conversion1.C: New test.
2720
2721 2002-08-03 Roger Sayle <roger@eyesopen.com>
2722
2723 * gcc.dg/builtins-1.c: New testcase.
2724
2725 2002-08-02 Mark Mitchell <mark@codesourcery.com>
2726
2727 * g++.dg/inherit/access3.C: New test.
2728
2729 2002-08-01 Jakub Jelinek <jakub@redhat.com>
2730
2731 * gcc.dg/ia64-visibility-2.c: New test.
2732
2733 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
2734
2735 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
2736 __qualifier_flags to __flags.
2737
2738 2002-07-31 Mark Mitchell <mark@codesourcery.com>
2739
2740 * g++.dg/inherit/operator1.C: New test.
2741 * g++.dg/lookup/disamb1.C: Fix typo in comment.
2742 * g++.dg/other/error1.C: Change expected error message.
2743 * g++.dg/template/conv4.C: Likewise.
2744
2745 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
2746
2747 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
2748 for documented behavior.
2749
2750 2002-07-25 Roger Sayle <roger@eyesopen.com>
2751
2752 * gcc.c-torture/execute/20020720-1.x: Skip this test on
2753 several targets known to fail.
2754
2755 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
2756
2757 * gcc.dg/mips-args-[123].c: New tests.
2758
2759 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
2760
2761 * gcc.dg/ppc-spe.c: New.
2762
2763 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
2764
2765 * g++.dg/other/ptrmem4.C: New testcase.
2766
2767 2002-07-24 Richard Henderson <rth@redhat.com>
2768
2769 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2770
2771 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
2772
2773 * g++.dg/ext/alignof1.C (main): Return 0 for success.
2774
2775 2002-07-24 Roger Sayle <roger@eyesopen.com>
2776
2777 * gcc.c-torture/execute/memset-3.c: New testcase.
2778
2779 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
2780
2781 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
2782 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
2783
2784 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2785
2786 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
2787 Delete.
2788
2789 Tue Jul 23 21:02:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
2790
2791 * gcc.c-torture/compile/simd-4.c: New test.
2792
2793 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2794
2795 PR c++/7347, c++/7348
2796 * g++.dg/template/access4.C: New test.
2797 * g++.dg/template/access5.C: New test.
2798 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
2799 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
2800 * g++.old-deja/g++.pt/ttp58.C: Likewise.
2801 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
2802
2803 2002-07-22 Jakub Jelinek <jakub@redhat.com>
2804
2805 * gcc.dg/gnu89-init-2.c: New test.
2806
2807 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2808
2809 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
2810
2811 2002-07-20 Roger Sayle <roger@eyesopen.com>
2812
2813 * gcc.c-torture/execute/20020720-1.c: New testcase.
2814
2815 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
2816
2817 * gcc.dg/cpp/Wsignprom.c: New tests.
2818
2819 2002-07-20 Alan Modra <amodra@bigpond.net.au>
2820
2821 * gcc.c-torture/execute/loop-13.c: New test.
2822
2823 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
2824
2825 * gcc.dg/cpp/expr.c: New tests.
2826
2827 2002 07-18 David Edelsohn <edelsohn@gnu.org>
2828
2829 * g++.dg/opt/pr6713.C: Add template instantiation.
2830
2831 2002-07-18 Alan Modra <amodra@bigpond.net.au>
2832
2833 * gcc.dg/nest.c: New test.
2834
2835 2002-07-17 Richard Henderson <rth@redhat.com>
2836
2837 * g++.dg/opt/pr6713.C: New test.
2838
2839 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
2840
2841 * gcc.c-torture/execute/loop-2e.x: Let the testcase
2842 XFAIL for all x86 processors.
2843
2844 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2845
2846 * gcc.c-torture/execute/20010122-1.x: Do not test with
2847 -fomit-frame-pointer.
2848
2849 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2850
2851 * g++.dg/template/instantiate2.C: New test.
2852 * g++.dg/template/spec4.C: New test.
2853
2854 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2855
2856 * g++.dg/template/access2.C: New test.
2857 * g++.dg/template/access3.C: New test.
2858
2859 2002-07-15 Zack Weinberg <zack@codesourcery.com>
2860
2861 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
2862 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
2863 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
2864 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
2865 Convert to use <stdarg.h>.
2866 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
2867 Delete.
2868 * gcc.dg/va-arg-2.c: New.
2869 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
2870
2871 2002-07-15 Jakub Jelinek <jakub@redhat.com>
2872
2873 * gcc.c-torture/compile/20020710-1.c: New test.
2874
2875 Thu Jul 11 15:39:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
2876 Andrew Pinski <pinskia@physics.uc.edu>
2877
2878 gcc.c-torture/compile/simd-2.c: New testcase.
2879 gcc.c-torture/compile/simd-3.c: Likewise.
2880
2881 2002-07-11 Mark Mitchell <mark@codesourcery.com>
2882
2883 PR c++/7224
2884 * g++.dg/overload/error1.C: New test.
2885
2886 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2887
2888 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
2889 configuration and IRIX 6 O32 ABI.
2890
2891 2002-07-11 Roger Sayle <roger@eyesopen.com>
2892
2893 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
2894
2895 2002-07-10 Roger Sayle <roger@eyesopen.com>
2896
2897 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
2898
2899 2002-07-10 Jeffrey A Law <law@redhat.com>
2900
2901 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
2902
2903 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
2904
2905 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
2906
2907 * gcc.dg/20020312-2.c: Check for __PPC__.
2908
2909 2002-07-09 Diego Novillo <dnovillo@redhat.com>
2910
2911 * gcc.c-torture/compile/20020709-1.c: New test.
2912
2913 2002-07-07 Roger Sayle <roger@eyesopen.com>
2914
2915 * g++.dg/template/qualttp21.C: New test case.
2916
2917 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
2918
2919 * gcc.c-torture/compile/20020706-1.c: New test.
2920 * gcc.c-torture/compile/20020706-2.c: New test.
2921
2922 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
2923 Alexandre Oliva <aoliva@redhat.com>
2924
2925 * g++.dg/warn/incomplete1.C: New test.
2926
2927 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2928
2929 PR c++/7099
2930 * g++.dg/warn/noreturn1.C: New test.
2931
2932 2002-07-03 Mark Mitchell <mark@codesourcery.com>
2933
2934 PR c++/6706
2935 * g++.dg/debug/debug6.C: New test.
2936 * g++.dg/debug/debug7.C: New test.
2937
2938 Thu Jul 4 07:36:48 2002 J"orn Rennecke <joern.rennecke@superh.com>
2939
2940 * gcc.c-torture/compile/simd-3.c: New test.
2941
2942 2002-07-03 Chris Demetriou <cgd@broadcom.com>
2943
2944 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
2945 * gcc.dg/20020620-1.c: Likewise.
2946
2947 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2948
2949 PR c++/6944
2950 * g++.dg/init/array4.C: New test.
2951 * g++.dg/init/array5.C: New test.
2952
2953 Wed Jul 3 10:25:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
2954
2955 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
2956 * gcc.c-torture/execute/simd-2.c (main): Likewise.
2957
2958 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2959
2960 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
2961 * gcc.dg/wtr-aggr-init-1.c: Likewise.
2962 * gcc.dg/wtr-conversion-1.c: Likewise.
2963 * gcc.dg/wtr-escape-1.c: Likewise.
2964 * gcc.dg/wtr-int-type-1.c: Likewise.
2965 * gcc.dg/wtr-label-1.c: Likewise.
2966 * gcc.dg/wtr-static-1.c: Likewise.
2967 * gcc.dg/wtr-strcat-1.c: Likewise.
2968 * gcc.dg/wtr-suffix-1.c: Likewise.
2969 * gcc.dg/wtr-switch-1.c: Likewise.
2970 * gcc.dg/wtr-unary-plus-1.c: Likewise.
2971 * gcc.dg/wtr-union-init-1.c: Likewise.
2972 * gcc.dg/wtr-union-init-2.c: Likewise.
2973 * gcc.dg/wtr-union-init-3.c: Likewise.
2974
2975 * gcc.dg/wtr-func-def-1.c: New test.
2976
2977 2002-07-02 Devang Patel <dpatel@apple.com>
2978
2979 * objc.dg/param-1.m: New test.
2980
2981 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
2982
2983 * gcc.dg/cpp/trad/directive.c: Add test.
2984 * gcc.dg/cpp/trad/macroargs.c: Add test.
2985 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
2986
2987 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
2988
2989 * gcc.dg/cpp/cmdlne-M.c: New test.
2990
2991 2002-07-02 Ziemowit Laski <zlaski@apple.com>
2992
2993 * objc.dg/desig-init-1.m: New test.
2994
2995 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2996
2997 PR c++/6716
2998 * g++.dg/template/instantiate1.C: New test.
2999
3000 2002-07-01 Mark Mitchell <mark@codesourcery.com>
3001
3002 PR c++/7112
3003 * g++.dg/template/sizeof2.C: New test.
3004
3005 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
3006
3007 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
3008 gcc.dg/cpp/trad/include.c: New tests.
3009
3010 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
3011
3012 PR target/7177
3013 * gcc.c-torture/compile/20020701-1.c: New test.
3014
3015 2002-07-01 Stan Shebs <shebs@apple.com>
3016
3017 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
3018 header here...
3019 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
3020 (objc-torture-execute): or here.
3021
3022 Mon Jul 1 12:51:05 2002 J"orn Rennecke <joern.rennecke@superh.com>
3023
3024 * gcc.c-torture/execute/arith-rand-ll.c: New test.
3025
3026 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
3027
3028 * gcc.dg/cpp/trad/escaped-nl.c: New test.
3029
3030 2002-06-30 Devang Patel <dpatel@apple.com>
3031
3032 * objc.dg/fsyntax-only.m: New test.
3033
3034 2002-06-27 Mark Mitchell <mark@codesourcery.com>
3035
3036 PR c++/6695
3037 * g++.dg/template/friend7.C: New file.
3038
3039 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
3040
3041 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
3042 return type.
3043
3044 Thu Jun 27 15:23:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
3045
3046 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
3047 avoid division by zero.
3048
3049 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
3050
3051 * gcc.dg/Wunknownprag.c: New tests.
3052
3053 Tue Jun 25 21:50:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
3054
3055 * gcc.c-torture/execute/simd-2.c: New test.
3056
3057 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
3058
3059 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
3060 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
3061 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
3062 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
3063 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
3064 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
3065 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
3066 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
3067 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
3068 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
3069 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
3070 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
3071 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
3072 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
3073 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
3074 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
3075 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
3076
3077 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
3078
3079 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
3080 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
3081 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
3082 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
3083 New tests.
3084 * gcc.dg/cpp/trad/directive.c: Update.
3085
3086 2002-06-23 Andreas Jaeger <aj@suse.de>
3087
3088 * gcc.c-torture/execute/complex-6.c: New.
3089
3090 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
3091
3092 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
3093 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
3094 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
3095 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
3096
3097 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
3098
3099 * gcc.dg/cpp/trad: New directory with traditional tests copied
3100 from parent directory.
3101 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
3102 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
3103 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
3104 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
3105 Move to trad/ and rename.
3106 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
3107 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
3108 gcc.dg/cpp/trad/redef2.c: New tests.
3109 * gcc.dg/cpp/trad/trad.exp: New driver.
3110
3111 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
3112
3113 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
3114 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
3115 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
3116 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
3117 Remove.
3118
3119 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
3120
3121 * gcc.dg/20020620-1.c: New test.
3122
3123 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3124
3125 * g++.dg/template/ttp4.C: New test.
3126
3127 2002-06-19 Jakub Jelinek <jakub@redhat.com>
3128
3129 * g++.dg/opt/vt1.C: Fix regexp.
3130
3131 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3132
3133 * gcc.c-torture/execute/pure-1.c: Make functions static again.
3134 Don't use attribute `noinline'.
3135
3136 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3137
3138 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
3139
3140 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
3141
3142 * gcc.c-torture/execute/simd-1.c: New.
3143
3144 * gcc.dg/simd-1.c: New.
3145
3146 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3147
3148 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
3149
3150 2002-06-16 Richard Henderson <rth@redhat.com>
3151
3152 * g++.dg/ext/anon-struct1.C: New.
3153 * g++.dg/ext/anon-struct2.C: New.
3154 * g++.dg/ext/anon-struct3.C: New.
3155 * gcc.dg/anon-struct-1.c: New.
3156 * gcc.dg/anon-struct-2.c: New.
3157 * gcc.dg/anon-struct-3.c: New.
3158 * gcc.dg/20011008-1.c: Adjust warning text.
3159 * gcc.dg/20020527-1.c: Add -fms-extensions.
3160
3161 2002-06-16 Richard Henderson <rth@redhat.com>
3162
3163 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
3164
3165 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
3166
3167 * gcc.c-torture/execute/20020615-1.c: New test.
3168
3169 2002-06-15 Roger Sayle <roger@eyesopen.com>
3170
3171 * gcc.c-tortuture/execute/compare-1.c: New test case.
3172 * gcc.c-tortuture/execute/compare-2.c: New test case.
3173 * gcc.c-tortuture/execute/compare-3.c: New test case.
3174
3175 2002-06-13 Richard Henderson <rth@redhat.com>
3176
3177 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
3178 ia64 ilp32.
3179
3180 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3181
3182 * g++.dg/template/typename2.C: Update error message.
3183
3184 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
3185
3186 * gcc.c-torture/execute/20020611-1.c: New test.
3187
3188 2002-06-11 Bob Wilson <bob.wilson@acm.org>
3189
3190 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
3191 list of targets to skip.
3192
3193 2002-06-10 Bob Wilson <bob.wilson@acm.org>
3194
3195 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
3196 targets if not optimizing.
3197
3198 2002-06-10 Jakub Jelinek <jakub@redhat.com>
3199
3200 * gcc.c-torture/compile/20020605-1.c: New test.
3201
3202 * g++.dg/opt/vt1.C: New test.
3203
3204 * gcc.dg/20020531-1.c: New test.
3205
3206 * gcc.dg/20020530-1.c: New test.
3207
3208 * gcc.dg/20020527-1.c: New test.
3209
3210 * g++.dg/opt/cse1.C: New test.
3211
3212 2002-06-07 Roger Sayle <roger@eyesopen.com>
3213
3214 * gcc.dg/20020607-2.c: New test case.
3215
3216 2002-06-07 Jakub Jelinek <jakub@redhat.com>
3217
3218 * gcc.c-torture/compile/20020604-1.c: New test.
3219
3220 2002-06-04 Richard Henderson <rth@redhat.com>
3221
3222 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
3223 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
3224 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
3225
3226 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
3227
3228 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
3229
3230 2002-06-03 Richard Henderson <rth@redhat.com>
3231
3232 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
3233 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
3234
3235 2002-06-02 Richard Henderson <rth@redhat.com>
3236
3237 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
3238 test functions static.
3239
3240 2002-06-02 Andreas Jaeger <aj@suse.de>
3241
3242 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
3243 now.
3244
3245 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3246
3247 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
3248 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
3249 Update for mofified diagnostics.
3250 * gcc.dg/c99-intconst-1.c: No longer fail.
3251
3252 2002-06-02 Richard Henderson <rth@redhat.com>
3253
3254 * gcc.dg/uninit-A.c: Remove xfail markers.
3255
3256 2002-06-01 Roger Sayle <roger@eyesopen.com>
3257
3258 * gcc.dg/fnegate-1.c: New test case.
3259
3260 2002-05-30 Osku Salerma <osku@iki.fi>
3261
3262 * gcc.c-torture/execute/mayalias-1.c: New file.
3263
3264 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
3265
3266 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
3267 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
3268 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
3269
3270 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
3271
3272 * gcc.c-torture/execute/20020529-1.c: New test.
3273
3274 2002-05-27 Richard Henderson <rth@redhat.com>
3275
3276 * g++.dg/ext/attrib6.C: New test case.
3277
3278 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3279
3280 * gcc.c-torture/execute/pure-1.c: New test.
3281
3282 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3283
3284 * gcc.dg/cpp/arith-2.c: Remove.
3285
3286 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3287
3288 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
3289 * gcc.dg/cpp/if-3.c: Remove.
3290
3291 2002-05-26 Jakub Jelinek <jakub@redhat.com>
3292
3293 * g++.dg/opt/cse2.C: New test.
3294
3295 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
3296
3297 * gcc.dg/cpp/arith-1.c: New semantic tests.
3298 * gcc.dg/cpp/if-1.c: Update.
3299
3300 2002-05-24 Ben Elliston <bje@redhat.com>
3301
3302 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
3303
3304 2002-05-24 Jakub Jelinek <jakub@redhat.com>
3305
3306 * gcc.dg/verbose-asm.c: New test.
3307
3308 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
3309
3310 * gcc.dg/cpp/paste12.c: New test.
3311
3312 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3313
3314 * g++.dg/parse/named_ops.C: New test.
3315
3316 2002-05-23 Mark Mitchell <mark@codesourcery.com>
3317
3318 * gcc/testsuite/gcc.dg/weak-8.c: New test.
3319
3320 Thu May 23 11:09:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
3321
3322 * gcc.dg/weak-2.c: Allow optional leading underscore
3323 in scan-assembler symbol name.
3324 * gcc.dg/weak-3.c: Likewise.
3325 * gcc.dg/weak-4.c: Likewise.
3326 * gcc.dg/weak-5.c: Likewise.
3327
3328 2002-05-23 Jakub Jelinek <jakub@redhat.com>
3329
3330 * gcc.dg/20020523-1.c: New test.
3331
3332 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3333
3334 * objc.dg/const-str-2.m: Update now that we stop after
3335 a command line error.
3336
3337 2002-05-22 Richard Henderson <rth@redhat.com>
3338
3339 * g++.dg/dg.exp: Fix typo in test pruneing.
3340
3341 2002-05-22 Richard Henderson <rth@redhat.com>
3342
3343 * g++.dg/dg.exp: Prune the tls subdirectory.
3344 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
3345 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
3346 * g++.dg/tls/init-1.C: New.
3347
3348 2002-05-22 Jakub Jelinek <jakub@redhat.com>
3349
3350 * gcc.dg/20020517-1.c: New test.
3351
3352 2002-05-21 Richard Henderson <rth@redhat.com>
3353
3354 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
3355 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
3356
3357 Tue May 21 14:25:32 2002 Brian R. Gaeke <brg@dgate.ORG>
3358
3359 * g++.dg/other/copy2.C: New test.
3360
3361 Mon May 20 10:51:35 2002 J"orn Rennecke <joern.rennecke@superh.com>
3362
3363 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
3364 (MAX_COPY): Bump up to 10 times sizeof (long long).
3365 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
3366
3367 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
3368 sizeof (long long).
3369
3370 * gcc.c-torture/execute/strcpy-1.c: New test.
3371
3372 2002-05-19 Jason Merrill <jason2redhat.com>
3373
3374 * g++.dg/ext/oper1.C: New test.
3375
3376 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
3377 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
3378
3379 * README.QMTEST: New file.
3380
3381 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
3382
3383 2002-05-19 Andreas Jaeger <aj@suse.de>
3384
3385 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
3386 now.
3387 * gcc.c-torture/execute/loop-2d.x: Likewise.
3388
3389 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
3390
3391 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
3392 support weak symbols.
3393 * gcc.dg/weak-4.c: Likewise
3394 * gcc.dg/weak-6.c: Likewise
3395
3396 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
3397
3398 * gcc.dg/weak-3.c: Add dg-excess-error comment for
3399 cygwin, coff and h8300-*-hms targets
3400 * gcc.dg/weak-5.c: Likewise
3401 * gcc.dg/weak-7.c: Likewise
3402
3403 2002-05-16 Jason Merrill <jason@redhat.com>
3404
3405 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
3406 (scan-assembler-not, scan-assembler-dem): Likewise.
3407 (scan-assembler-dem-not): Likewise.
3408
3409 2002-05-15 Richard Henderson <rth@redhat.com>
3410
3411 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
3412
3413 2002-05-15 Richard Henderson <rth@redhat.com>
3414
3415 * gcc.dg/weak-5.c (vfoo1c): No warning here.
3416 (vfoo1f): Warning here.
3417 (vfoo1l): Don't redefine the alias.
3418
3419 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
3420
3421 * g++.dg/init/pm1.C: New test.
3422
3423 2002-05-12 David S. Miller <davem@redhat.com>
3424
3425 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
3426 types.
3427
3428 2002-05-10 Roger Sayle <roger@eyesopen.com>
3429
3430 * gcc.c-torture/execute/20020510-1.c: New test case.
3431
3432 2002-05-10 David S. Miller <davem@redhat.com>
3433
3434 * gcc.c-torture/execute/conversion.c: Test long double too.
3435
3436 2002-05-09 Jakub Jelinek <jakub@redhat.com>
3437
3438 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
3439 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
3440 * lib/g++.exp (g++_link_flags): Likewise.
3441 * lib/objc.exp (objc_target_compile): Likewise.
3442
3443 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
3444
3445 * gcc.dg/cpp/poison.c: Update.
3446 * gcc.dg/cpp/20000625-2.c: Remove.
3447 * gcc.dg/cpp/direct2s.c: Remove final test.
3448
3449 2002-05-08 Tom Rix <trix@redhat.com>
3450
3451 * gcc.c-torture/execute/20020508-1.c: New test.
3452 * gcc.c-torture/execute/20020508-2.c: New test.
3453 * gcc.c-torture/execute/20020508-3.c: New test.
3454
3455 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
3456
3457 * gcc.dg/cpp/charconst-4.c: More tests.
3458
3459 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3460
3461 PR c/6569
3462 * gcc.dg/weak-3.c: Update location of warning messages.
3463 * gcc.dg/weak-5.c: Likewise.
3464
3465 2002-05-06 Roger Sayle <roger@eyesopen.com>
3466
3467 * gcc.c-torture/execute/20020506-1.c: New test case.
3468
3469 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
3470
3471 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
3472
3473 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3474
3475 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
3476
3477 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3478
3479 * gcc.dg/cpp/charconst-3.c: New test.
3480
3481 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
3482
3483 * gcc.dg/cpp/charconst.c: Update tests.
3484
3485 2002-05-05 Tim Josling <tej@melbpc.org.au>
3486
3487 * treelang: Added directory for new sample language treelang. Also
3488 lib/treelang.exp: New file to signal treelang should be tested.
3489
3490 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3491
3492 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
3493 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
3494 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
3495 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
3496 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
3497 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
3498 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
3499
3500 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
3501
3502 * gcc.dg/format/xopen-2.c: New test.
3503
3504 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3505
3506 * gcc.dg/20020503-1.c: New test.
3507
3508 2002-05-02 Mark Mitchell <mark@codesourcery.com>
3509
3510 * g++.dg/init/dtor1.C: Make it tougher.
3511
3512 2002-05-01 Mark Mitchell <mark@codesourcery.com>
3513
3514 * g++.dg/init/dtor1.C: New test.
3515
3516 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
3517
3518 * gcc.dg/altivec-8.c: New.
3519
3520 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
3521
3522 * gcc.dg/altivec-7.c: New.
3523
3524 2002-04-29 Jakub Jelinek <jakub@redhat.com>
3525
3526 * g++.dg/parse/typedef1.C: New test.
3527
3528 2002-04-29 Mark Mitchell <mark@codesourcery.com>
3529
3530 PR c++/6486
3531 * g++.dg/template/friend6.C: New test.
3532
3533 PR c++/6492
3534 * g++.dg/init/copy1.C: New test.
3535
3536 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
3537
3538 * g++.dg/warn/effc1.C: New test.
3539
3540 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
3541
3542 * gcc.dg/cpp/if-cexp.c: Add a test.
3543
3544 2002-04-28 Jakub Jelinek <jakub@redhat.com>
3545
3546 * gcc.dg/20020426-2.c: New test.
3547
3548 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
3549
3550 * gcc.dg/cpp/if-mop.c: Update.
3551 * gcc.dg/cpp/if-mpar.c: Add test.
3552 * gcc.dg/cpp/if-oppr.c: Update.
3553
3554 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3555
3556 PR c/6343
3557 * gcc.dg/weak-[2-7].c: New tests.
3558
3559 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3560
3561 * gcc.dg/enum1.c: New test.
3562
3563 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3564
3565 PR c++/6497
3566 * g++.dg/inherit/access2.C: New test.
3567
3568 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3569
3570 PR bootstrap/6445
3571 * gcc.dg/20020426-1.c: New test.
3572
3573 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3574
3575 * g++.dg/abi/enum1.C: New test.
3576
3577 2002-04-26 Richard Henderson <rth@redhat.com>
3578
3579 * gcc.dg/c99-bool-1.c: Expect always true warning.
3580
3581 2002-04-25 Roger Sayle <roger@eyesopen.com>
3582
3583 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
3584
3585 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3586
3587 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
3588 targets.
3589
3590 2002-04-24 Mark Mitchell <mark@codesourcery.com>
3591
3592 * g++.dg/abi/mange7.C: New test.
3593
3594 PR c++/6438.
3595 * g++.dg/parse/stmtexpr2.C: New test.
3596
3597 Wed Apr 24 21:38:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
3598
3599 * gcc.dg/20020312-2.c: Add SH target.
3600
3601 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3602
3603 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
3604 compiler output on mips*-*-irix*.
3605
3606 2002-04-23 Jakub Jelinek <jakub@redhat.com>
3607
3608 * g++.dg/parse/attr1.C: New test.
3609
3610 2002-04-23 Roger Sayle <roger@eyesopen.com>
3611
3612 * gcc.c-torture/execute/string-opt-17.c: New test case.
3613 * gcc.c-torture/execute/memset-2.c: New test case.
3614
3615 2002-04-23 Mark Mitchell <mark@codesourcery.com>
3616
3617 PR c++/6256:
3618 * g++.dg/template/friend5.C: New test.
3619
3620 PR c++/6331:
3621 * g++.dg/template/qual1.C: Likewise.
3622
3623 2002-04-22 Zack Weinberg <zack@codesourcery.com>
3624
3625 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
3626 Include stdlib.h, not stdio.h or ctype.h.
3627
3628 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
3629
3630 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
3631 cris-*-elf* and mmix-*-*.
3632 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
3633 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
3634 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
3635 Ditto.
3636 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
3637 * gcc.dg/wchar_t-1.c: Ditto.
3638
3639 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
3640
3641 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
3642 Clarify comment.
3643
3644 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
3645
3646 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
3647
3648 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3649
3650 * gcc.c-torture/execute/20000906-1.x: Delete.
3651
3652 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
3653
3654 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
3655
3656 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
3657
3658 * PR6367
3659 * g77.f-torture/execute/6367.f: New test.
3660 * g77.f-torture/execute/6367.x: Disable for MMIX.
3661
3662 2002-04-19 Mark Mitchell <mark@codesourcery.com>
3663
3664 * PR6352
3665 * g++.dg/opt/inline2.C: New test.
3666
3667 2002-04-18 Richard Henderson <rth@redhat.com>
3668
3669 * gcc.dg/20000906-1.c: Enable for all targets.
3670 * gcc.c-torture/compile/iftrap-2.c: New.
3671
3672 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3673
3674 * gcc.dg/20020418-1.c: New test.
3675 * gcc.dg/20020418-2.c: New test.
3676
3677 2002-04-18 Richard Henderson <rth@redhat.com>
3678
3679 * gcc.c-torture/compile/iftrap-1.c: New.
3680 * gcc.dg/iftrap-1.c: Adjust for ia64.
3681 * gcc.dg/iftrap-2.c: New.
3682
3683 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3684
3685 * gcc.c-torture/compile/20020418-1.c: New test.
3686
3687 2002-04-18 Roger Sayle <roger@eyesopen.com>
3688
3689 * gcc.c-torture/compile/20020415-1.c: New.
3690
3691 2002-04-18 David S. Miller <davem@redhat.com>
3692
3693 * gcc.c-torture/execute/20020418-1.c: New test.
3694
3695 2002-04-17 Jakub Jelinek <jakub@redhat.com>
3696
3697 * gcc.dg/20020416-1.c: New test.
3698
3699 * g++.dg/opt/inline1.C: New test.
3700
3701 2002-04-16 Jakub Jelinek <jakub@redhat.com>
3702
3703 * gcc.dg/altivec-5.c: New test.
3704
3705 * gcc.dg/20020415-1.c: New test.
3706
3707 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3708
3709 * testsuite/lib/chill.exp: Remove.
3710
3711 2002-04-14 Jakub Jelinek <jakub@redhat.com>
3712
3713 * g++.dg/other/big-struct.C: New test.
3714
3715 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
3716
3717 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
3718 of scratch file.
3719
3720 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
3721
3722 PR c/6277
3723 * gcc.dg/i386-387-1.c: Allow optional leading underscore
3724 in scan-assembler function name
3725
3726 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
3727
3728 * g77.f-torture/execute/980628-4.x,
3729 g77.f-torture/execute/980628-5.x,
3730 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3731 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3732 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
3733 i[34567]86-*-*.
3734
3735 2002-04-13 David S. Miller <davem@redhat.com>
3736
3737 * gcc.c-torture/execute/20020413-1.c: New test.
3738
3739 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
3740
3741 * gcc.dg/asm-6.c,
3742 * g++.dg/ext/asm1.C: New tests.
3743
3744 2002-04-12 Mark Mitchell <mark@codesourcery.com>
3745
3746 PR c++ 5373.
3747 * g++.dg/parse/stmtexpr1.C: New test.
3748
3749 PR c++/5189.
3750 * g++.dg/template/copy1.C: New test.
3751
3752 2002-04-12 Richard Henderson <rth@redhat.com>
3753
3754 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
3755
3756 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
3757
3758 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
3759 gcc.c-torture/execute/20020307-2.c.
3760
3761 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
3762
3763 * g++.dg/ext/attrib5.C,
3764 * g++.dg/lookup/struct1.C: New tests.
3765
3766 2002-04-11 Jakub Jelinek <jakub@redhat.com>
3767
3768 * gcc.dg/20020411-1.c: New test.
3769
3770 * gcc.c-torture/execute/20020411-1.c: New test.
3771
3772 2002-04-10 Janis Johnson <janis187@us.ibm.com>
3773
3774 * g77.f-torture/execute/6177.f: New test.
3775
3776 2002-04-10 Jakub Jelinek <jakub@redhat.com>
3777
3778 PR middle-end/6247
3779 * g++.dg/opt/cleanup1.C: New test.
3780
3781 * g++.dg/opt/const1.C: New test.
3782
3783 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
3784
3785 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
3786
3787 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
3788
3789 PR c++/5507
3790 * g++.dg/template/typename2.C: New test.
3791
3792 2002-04-10 Alan Modra <amodra@bigpond.net.au>
3793
3794 * gcc.c-torture/execute/loop-12.c: New.
3795
3796 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
3797
3798 * g77.f-torture/execute/980628-4.x,
3799 g77.f-torture/execute/980628-5.x,
3800 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3801 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3802 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
3803
3804 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3805
3806 PR optimization/6086
3807 * g++.dg/opt/preinc1.C: New test.
3808
3809 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3810
3811 PR c++/5571
3812 * g++.dg/opt/static2.C: New test.
3813
3814 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3815
3816 PR c/5120
3817 * gcc.dg/20020406-1.c: New test.
3818
3819 2002-04-04 David S. Miller <davem@redhat.com>
3820
3821 * gcc.c-torture/execute/20020404-1.c: New test.
3822
3823 2002-04-04 Jakub Jelinek <jakub@redhat.com>
3824
3825 PR c/6123
3826 * gcc.dg/20020312-2.c: Do not declare global register variable
3827 if __PIC__ or __pic__ is defined.
3828
3829 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
3830
3831 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
3832 __asm__ so that it works correctly even if -ansi -pedantic-errors.
3833
3834 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3835
3836 * gcc.misc-tests/linkage.exp: Update last change to handle
3837 sparc*-, not just sparc-.
3838
3839 2002-04-03 Richard Henderson <rth@redhat.com>
3840
3841 * gcc.dg/cpp/ucs.c: Improved long UCS test.
3842
3843 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3844
3845 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
3846
3847 2002-04-02 David S. Miller <davem@redhat.com>
3848
3849 * gcc.c-torture/execute/20020402-3.c: New test.
3850
3851 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3852
3853 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
3854 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
3855
3856 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
3857 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
3858 g77.f-torture/execute/20001201.x,
3859 g77.f-torture/execute/u77-test.x: New files.
3860
3861 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
3862 * gcc.dg/wchar_t-1.c: Ditto.
3863
3864 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3865
3866 * gcc.c-torture/execute/20020402-1.c: New test.
3867
3868 2002-04-01 Richard Henderson <rth@redhat.com>
3869
3870 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
3871
3872 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
3873
3874 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3875
3876 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
3877
3878 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3879
3880 * g++.dg/inherit/template-as-base.C: Expect error.
3881 * g++.dg/inherit/namespace-as-base.C: Likewise.
3882
3883 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
3884
3885 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
3886 g++.dg/ext/instantiate3.C: Tweak match patterns.
3887
3888 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
3889 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
3890 -da test.
3891
3892 2002-03-31 Richard Henderson <rth@redhat.com>
3893
3894 * gcc.dg/special/alias-2.c: New.
3895 * gcc.dg/special/ecos.exp: Run it.
3896
3897 2002-03-31 Richard Henderson <rth@redhat.com>
3898
3899 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
3900
3901 2002-03-31 Kazu Hirata <kazu@hxi.com>
3902
3903 * gcc.dg/weak-1.c: Disable on h8300 port.
3904
3905 2002-03-29 Janis Johnson <janis187@us.ibm.com>
3906
3907 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
3908 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
3909 ordering tests.
3910 * g++.dg/bprob/bprob-1.C: New test.
3911 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
3912 * g++.dg/gcov/gcov-1.C: New test.
3913 * g++.dg/gcov/gcov-1.x: New file.
3914 * g++.dg/gcov/gcov-2.C: New test.
3915 * g++.dg/gcov/gcov-3.C: New test.
3916 * g++.dg/gcov/gcov-3.h: New file.
3917
3918 2002-03-28 Roger Sayle <roger@eyesopen.com>
3919
3920 * g++.old-deja/g++.other/builtins5.C: New test.
3921 * g++.old-deja/g++.other/builtins6.C: New test.
3922 * g++.old-deja/g++.other/builtins7.C: New test.
3923 * g++.old-deja/g++.other/builtins8.C: New test.
3924 * g++.old-deja/g++.other/builtins9.C: New test.
3925
3926 2002-03-29 Jakub Jelinek <jakub@redhat.com>
3927
3928 * g++.dg/opt/static1.C: New test.
3929
3930 * g++.dg/opt/longbranch1.C: New test.
3931
3932 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
3933
3934 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
3935
3936 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
3937
3938 Thu Mar 28 16:38:09 2002 Jeffrey A Law (law@redhat.com)
3939
3940 * gcc.c-torture/execute/20020328-1.c: New test.
3941
3942 2002-03-27 Richard Henderson <rth@redhat.com>
3943
3944 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
3945 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
3946 move from g++.old-deja/g++.ext/.
3947
3948 2002-03-27 Mark Mitchell <mark@codesourcery.com>
3949
3950 * g++.dg/init/new2.C: New test.
3951
3952 2002-03-26 Richard Henderson <rth@redhat.com>
3953
3954 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
3955
3956 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
3957 on sparc.
3958
3959 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
3960 sparcv9 systems.
3961 * gcc.dg/20001102-1.c: Likewise.
3962
3963 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
3964
3965 * gcc.dg/cpp/endif-pedantic1.c,
3966 gcc.dg/cpp/endif-pedantic2.c: New tests.
3967
3968 2002-03-26 Mark Mitchell <mark@codesourcery.com>
3969
3970 * g++.dg/init/new1.C: New test.
3971
3972 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
3973
3974 * g++.dg/abi/vbase9.C: New test.
3975
3976 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
3977
3978 * gcc.dg/arm-asm.c: New test.
3979
3980 2002-03-26 Andrew Cagney <ac131313@redhat.com>
3981
3982 * gcc.dg/Wswitch-enum.c: New test.
3983 Fix PR c/5044.
3984
3985 2002-03-26 Richard Henderson <rth@redhat.com>
3986
3987 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
3988 structure.
3989
3990 2002-03-25 Richard Henderson <rth@redhat.com>
3991
3992 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
3993 sparcv9 systems.
3994
3995 * gcc.c-torture/compile/20011119-1.c (xxx): New.
3996 * gcc.c-torture/compile/20011119-2.c (xxx): New.
3997
3998 2002-03-25 Zack Weinberg <zack@codesourcery.com>
3999
4000 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
4001
4002 2002-03-25 Bob Wilson <bob.wilson@acm.org>
4003
4004 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
4005 targets using generic thunk support.
4006
4007 2002-03-25 Jakub Jelinek <jakub@redhat.com>
4008
4009 * gcc.c-torture/compile/20020323-1.c: New test.
4010
4011 * g++.dg/opt/conj2.C: New test.
4012
4013 2002-03-24 Richard Henderson <rth@redhat.com>
4014
4015 * gcc.dg/weak-1.c: Use -fno-common.
4016
4017 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4018
4019 * g77.dg/f77-edit-apostrophe-out.f: New test
4020 * g77.dg/f77-edit-h-out.f: New test
4021 * g77.dg/f77-edit-t-in.f: New test
4022 * g77.dg/f77-edit-t-out.f: New test
4023 * g77.dg/f77-edit-x-out.f: New test
4024 * g77.dg/f77-edit-slash-out.f: New test
4025 * g77.dg/f77-edit-colon-out.f: New test
4026 * g77.dg/f77-edit-s-out.f: New test
4027
4028 2002-03-24 Richard Henderson <rth@redhat.com>
4029
4030 * objc/execute/formal_protocol-6.x: New XFAIL.
4031
4032 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4033
4034 * gcc.dg/weak-1.c: Early return from dg-final on platforms
4035 that do not support weak symbols
4036
4037 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4038
4039 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
4040 * lib/g77.exp: Likewise
4041 * lib/objc.exp: Likewise
4042
4043 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4044
4045 * gcc.dg/Wswitch-default.c: New test.
4046
4047 2002-03-23 Jakub Jelinek <jakub@redhat.com>
4048
4049 * g++.dg/other/enum1.C: New test.
4050
4051 2002-03-23 Zack Weinberg <zack@codesourcery.com>
4052
4053 * gcc.dg/pragma-ep-3.c: Fix typo.
4054
4055 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
4056
4057 * g++.dg/inherit/template-as-base.C: New test.
4058
4059 2002-03-22 Jakub Jelinek <jakub@redhat.com>
4060
4061 * g++.old-deja/g++.other/dwarf2-1.C: Move...
4062 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
4063
4064 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
4065
4066 * gcc.dg/cpp/multiline.c: Update to match.
4067
4068 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
4069
4070 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
4071
4072 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
4073
4074 * gcc.dg/cpp/extratokens2.c: New file.
4075
4076 2002-03-21 David Edelsohn <edelsohn@gnu.org>
4077
4078 * gcc.dg/20020312-2.c: Add rs6000 target.
4079
4080 * gcc.c-torture/compile/20020319-1.c: New test.
4081
4082 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4083
4084 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
4085 (A, E): Handle this.
4086
4087 2002-03-20 Jason Merrill <jason@redhat.com>
4088
4089 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
4090 ignoring -fpic.
4091 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
4092 through prune_gcc_output.
4093
4094 2002-03-20 Jakub Jelinek <jakub@redhat.com>
4095
4096 * gcc.c-torture/compile/20020320-1.c: New test.
4097
4098 2002-03-19 Jakub Jelinek <jakub@redhat.com>
4099
4100 * gcc.c-torture/compile/20020318-1.c: New test.
4101
4102 * gcc.dg/struct-by-value-1.c: New test.
4103
4104 * gcc.dg/20020319-1.c: New test.
4105
4106 2002-03-18 Jakub Jelinek <jakub@redhat.com>
4107
4108 * g++.dg/opt/conj1.C: New test.
4109
4110 2002-03-17 Mark Mitchell <mark@codesourcery.com>
4111
4112 * g++.dg/template/qualttp20.C: Revert previous change.
4113 * g++.dg/template/qualttp3.C: Likewise.
4114 * g++.dg/template/qualttp4.C: Likewise
4115 * g++.dg/template/qualttp5.C: Likewise
4116 * g++.dg/template/qualttp6.C: Likewise
4117 * g++.dg/template/qualttp7.C: Likewise
4118 * g++.dg/template/qualttp8.C: Likewise
4119 * g++.dg/template/recurse.C: Likewise.
4120
4121 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
4122
4123 * gcc.dg/cpp/wchar-1.c: Update.
4124
4125 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
4126
4127 * g++.dg/template/conv1.C: New test.
4128 * g++.dg/template/conv2.C: New test.
4129 * g++.dg/template/conv3.C: New test.
4130 * g++.dg/template/conv4.C: New test.
4131
4132 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4133
4134 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
4135 * g++.dg/template/qualttp3.C: Likewise.
4136 * g++.dg/template/qualttp4.C: Likewise
4137 * g++.dg/template/qualttp5.C: Likewise
4138 * g++.dg/template/qualttp6.C: Likewise
4139 * g++.dg/template/qualttp7.C: Likewise
4140 * g++.dg/template/qualttp8.C: Likewise
4141 * g++.dg/template/recurse.C: Likewise.
4142
4143 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4144
4145 * g++.dg/opt/dtor1.C: New test.
4146
4147 2002-03-15 Jakub Jelinek <jakub@redhat.com>
4148
4149 * gcc.c-torture/compile/20020315-1.c: New test.
4150
4151 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
4152
4153 * gcc.dg/weak-1.c: Fix scan tests.
4154
4155 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
4156
4157 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
4158 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
4159 cris-*-aout* mmix-*-*.
4160 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
4161 cris-*-aout* mmix-*-*.
4162 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
4163 cris-*-elf* cris-*-aout* and mmix-*-*.
4164 * gcc.dg/20001009-1.c: Ditto.
4165 * gcc.dg/20010912-1.c: Ditto.
4166 * gcc.dg/20020122-4.c: Ditto.
4167 * gcc.dg/inline-2.c: Ditto.
4168
4169 Thu Mar 14 14:28:38 2002 Jeffrey A Law (law@cygnus.com)
4170
4171 * gcc.c-torture/compile/20020314-1.c: New test.
4172
4173 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
4174
4175 * gcc.c-torture/execute/20020314-1.c: New test.
4176
4177 2002-03-14 Jakub Jelinek <jakub@redhat.com>
4178
4179 * g++.dg/warn/Wunused-1.C: New test.
4180
4181 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
4182
4183 * g++.dg/abi/mangle6.C: New test.
4184
4185 2002-03-13 Jakub Jelinek <jakub@redhat.com>
4186
4187 * gcc.c-torture/compile/20020309-2.c: New test.
4188
4189 * gcc.c-torture/compile/20020312-1.c: New test.
4190
4191 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
4192
4193 * g++.dg/other/access1.C: New test.
4194
4195 2002-03-12 Jakub Jelinek <jakub@redhat.com>
4196
4197 * gcc.c-torture/execute/wchar_t-1.c: New test.
4198
4199 2002-03-12 David Edelsohn <edelsohn@gnu.org>
4200
4201 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
4202
4203 2002-03-12 Roger Sayle <roger@eyesopen.com>
4204
4205 * gcc.dg/20020312-1.c: New test case.
4206
4207 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
4208
4209 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
4210
4211 2002-03-11 Richard Henderson <rth@redhat.com>
4212
4213 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
4214 * g++.old-deja/g++.jason/report.C: Likewise.
4215
4216 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4217
4218 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
4219 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
4220
4221 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4222
4223 * testsuite/g++.dg/overload/pmf1.C: New test.
4224
4225 2002-03-11 Kazu Hirata <kazu@hxi.com>
4226
4227 * gcc.c-torture/execute/20020307-1.c: Use long.
4228
4229 2002-03-11 Jakub Jelinek <jakub@redhat.com>
4230
4231 PR optimization/5844
4232 * gcc.dg/20020310-1.c: New test.
4233
4234 2002-03-09 Michael Meissner <meissner@redhat.com>
4235
4236 * gcc.c-torture/execute/memcpy-2.c: New test.
4237 * gcc.c-torture/execute/memset-1.c: New test.
4238 * gcc.c-torture/execute/strlen-1.c: New test.
4239 * gcc.c-torture/execute/strcmp-1.c: New test.
4240 * gcc.c-torture/execute/strncmp-1.c: New test.
4241
4242 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
4243
4244 * gcc.dg/ppc-ldstruct.c: New test.
4245
4246 2002-03-09 Jakub Jelinek <jakub@redhat.com>
4247
4248 * gcc.c-torture/execute/va-arg-22.c: New test.
4249
4250 Sat Mar 9 07:47:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4251
4252 * gcc.c-torture/compile/20020309-1.c: New test.
4253
4254 2002-03-08 Jakub Jelinek <jakub@redhat.com>
4255
4256 * gcc.c-torture/execute/20020307-2.c: New test.
4257
4258 Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
4259
4260 * g77.f-torture/compile/20020307-1.f: New test.
4261
4262 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
4263
4264 * gcc.dg/unordered-1.c: New test.
4265
4266 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4267
4268 * gcc.c-torture/execute/20020307-1.c: New test.
4269
4270 2002-03-05 Jakub Jelinek <jakub@redhat.com>
4271
4272 * gcc.dg/20020304-1.c: New test.
4273
4274 * gcc.c-torture/compile/20020304-2.c: New test.
4275
4276 2002-03-04 Zack Weinberg <zack@codesourcery.com>
4277
4278 * gcc.c-torture/compile/20020304-1.c: New test case
4279 (from PR c/5830).
4280
4281 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
4282
4283 * gcc.dg/20020103-1.c: Add other -D ppc variants.
4284
4285 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
4286
4287 * g++.dg/other/classkey1.C: New test.
4288
4289 2002-03-01 Richard Henderson <rth@redhat.com>
4290
4291 * gcc.c-torture/compile/981223-1.x: New.
4292 * gcc.c-torture/compile/920625-1.x: New.
4293
4294 2002-02-28 Richard Henderson <rth@redhat.com>
4295
4296 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
4297
4298 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
4299
4300 * gcc.c-torture/execute/20020227-1.c: New test.
4301
4302 2002-02-27 Mark Mitchell <mark@codesourcery.com>
4303
4304 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
4305 here" ERROR lines.
4306 * g++.old-deja/g++.oliva/partord1.C: Likewise.
4307 * g++.old-deja.g++.other/defarg1.C: Likewise.
4308 * g++.old-deja/g++.pt/calls2.C: Likewise.
4309 * g++.old-deja/g++.pt/crash20.C: Likewise.
4310 * g++.old-deja/g++.pt/crash30.C: Likewise.
4311 * g++.old-deja/g++.pt/crash36.C: Likewise.
4312 * g++.old-deja/g++.pt/crash6.C: Likewise.
4313 * g++.old-deja/g++.pt/defarg13.C: Likewise.
4314 * g++.old-deja/g++.pt/derived3.C: Likewise.
4315 * g++.old-deja/g++.pt/error1.C: Likewise.
4316 * g++.old-deja/g++.pt/friend21.C: Likewise.
4317 * g++.old-deja/g++.pt/friend23.C: Likewise.
4318 * g++.old-deja/g++.pt/infinite1.C: Likewise.
4319 * g++.old-deja/g++.robertl/eb128.C: Likewise.
4320
4321 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
4322
4323 * gcc.c-torture/execute/20020225-2.c: New test.
4324
4325 2002-02-27 Zack Weinberg <zack@codesourcery.com>
4326
4327 * gcc.c-torture/execute/920730-1t.c,
4328 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
4329 Delete test cases, only relevant to -traditional.
4330
4331 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
4332
4333 * gcc.dg/cpp/undef1.c: Remove.
4334 * gcc.dg/cpp/directiv.c: Update.
4335 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
4336
4337 2002-02-27 Michael Meissner <meissner@redhat.com>
4338
4339 * gcc.c-torture/execute/20020226-1.c: New test.
4340
4341 2002-02-26 Jakub Jelinek <jakub@redhat.com>
4342
4343 * g++.dg/debug/debug4.C: New test.
4344
4345 * gcc.dg/ia64-visibility-1.c: New test.
4346
4347 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
4348
4349 * gcc.dg/debug/20020224-1.c: New.
4350
4351 2002-02-25 Kazu Hirata <kazu@hxi.com>
4352
4353 * gcc.c-torture/execute/960416-1.x: New.
4354 * gcc.c-torture/execute/divconst-3.x: Likewise.
4355
4356 2002-02-25 Jakub Jelinek <jakub@redhat.com>
4357
4358 * gcc.dg/20020224-1.c: New test.
4359
4360 2002-02-25 Alan Modra <amodra@bigpond.net.au>
4361
4362 * gcc.c-torture/execute/20020225-1.c: New.
4363
4364 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
4365
4366 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
4367
4368 2002-02-23 Jakub Jelinek <jakub@redhat.com>
4369
4370 * gcc.dg/20020222-1.c: New test.
4371
4372 2002-02-22 Jakub Jelinek <jakub@redhat.com>
4373
4374 * g++.dg/opt/anonunion1.C: New test.
4375
4376 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
4377
4378 * g++.dg/template/qualttp19.C: New test.
4379 * g++.dg/template/qualttp20.C: New test.
4380 * g++.old-deja/g++.jason/report.C: Adjust expected errors
4381 * g++.old-deja/g++.other/qual1.C: Likewise.
4382
4383 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
4384
4385 * gcc.dg/attr-alwaysinline.c: New.
4386
4387 2002-02-21 Jakub Jelinek <jakub@redhat.com>
4388
4389 * gcc.dg/20020220-1.c: New test.
4390
4391 * gcc.dg/20020220-2.c: New test.
4392
4393 * g++.dg/opt/mmx1.C: New test.
4394
4395 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
4396
4397 * gcc.c-torture/compile/20020110.c: New test.
4398
4399 2002-02-20 Jakub Jelinek <jakub@redhat.com>
4400
4401 * gcc.c-torture/execute/20020219-1.c: New test.
4402
4403 * gcc.dg/20020219-1.c: New test.
4404
4405 * gcc.dg/noncompile/20020220-1.c: New test.
4406
4407 * g++.dg/opt/ptrintsum1.C: New test.
4408
4409 * gcc.dg/debug/20020220-1.c: New test.
4410
4411 2002-02-17 Jakub Jelinek <jakub@redhat.com>
4412
4413 * gcc.c-torture/execute/20020216-1.c: New test.
4414
4415 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
4416
4417 * gcc.dg/decl-1.c: Update, new test.
4418
4419 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
4420
4421 * g++.dg/abi/bitfield1.C: New test.
4422 * g++.dg/abi/bitfield2.C: New test.
4423
4424 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4425
4426 * gcc.dg/attr-nest.c: New test.
4427
4428 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4429
4430 * gcc.c-torture/execute/20020215-1.c: New test.
4431
4432 2002-02-14 Jakub Jelinek <jakub@redhat.com>
4433
4434 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
4435 * g++.dg/debug/debug.exp: New.
4436 * g++.dg/debug/trivial.C: New.
4437 * g++.dg/debug/debug1.C: Moved...
4438 * g++.dg/other/debug1.C: ...from here.
4439 * g++.dg/debug/debug2.C: Moved...
4440 * g++.dg/other/debug2.C: ...from here.
4441 * g++.dg/debug/debug3.C: Moved...
4442 * g++.dg/other/debug3.C: ...from here.
4443
4444 * gcc.dg/noncompile/20020213-1.c: New test.
4445
4446 2002-02-13 Jakub Jelinek <jakub@redhat.com>
4447
4448 * g++.dg/other/debug3.C: New test.
4449
4450 * gcc.c-torture/execute/20020213-1.c: New test.
4451
4452 2002-02-13 Richard Smith <richard@ex-parrot.com>
4453
4454 * g++.old-deja/g++.other/thunk1.C: New test.
4455
4456 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4457
4458 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
4459
4460 2002-02-13 Stan Shebs <shebs@apple.com>
4461
4462 * gcc.dg/altivec-3.c: New.
4463
4464 2002-02-12 Jakub Jelinek <jakub@redhat.com>
4465
4466 * gcc.dg/Wunreachable-1.c: New test.
4467 * gcc.dg/Wunreachable-2.c: New test.
4468
4469 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
4470
4471 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
4472
4473 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
4474
4475 * gcc.dg/decl-1.c: New test.
4476
4477 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4478
4479 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
4480
4481 2002-02-10 Kazu Hirata <kazu@hxi.com>
4482
4483 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
4484 * gcc.c-torture/compile/980506-1.x: Likewise.
4485
4486 2002-02-10 Kazu Hirata <kazu@hxi.com>
4487
4488 * gcc.dg/20020210-1.c: New.
4489
4490 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
4491
4492 * g77.f-torture/execute/947.f: New regression test
4493 for PR fortran/947.
4494
4495 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
4496
4497 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
4498 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
4499
4500 2002-02-08 Richard Henderson <rth@redhat.com>
4501
4502 * gcc.c-torture/compile/labels-3.c: New.
4503
4504 2002-02-08 Jakub Jelinek <jakub@redhat.com>
4505
4506 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
4507 expression statements work instead.
4508 * gcc.dg/noncompile/20020207-1.c: New test.
4509
4510 2002-02-07 Richard Henderson <rth@redhat.com>
4511
4512 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
4513
4514 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4515
4516 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
4517 message from g77
4518 * lib/g77-dg.exp: Trim g77 error messages so that they are
4519 recognized by dg.exp.
4520
4521 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4522
4523 PR fortran/5473
4524 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
4525
4526 2002-02-07 Richard Henderson <rth@redhat.com>
4527
4528 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
4529 to be sufficiently aligned for integers.
4530
4531 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
4532
4533 * g++.dg/template/friend4.C: New test.
4534
4535 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4536
4537 PR fortran/5743
4538 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
4539 unsupported cases.
4540
4541 2002-02-07 Richard Henderson <rth@redhat.com>
4542
4543 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
4544 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
4545 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
4546 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
4547
4548 2002-02-06 Richard Henderson <rth@redhat.com>
4549
4550 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
4551
4552 2002-02-06 Janis Johnson <janis187@us.ibm.com>
4553
4554 * gcc.dg/20020206-1.c: New test.
4555
4556 2002-02-06 Jakub Jelinek <jakub@redhat.com>
4557
4558 * gcc.c-torture/execute/20020206-1.c: New test.
4559
4560 * gcc.c-torture/execute/20020206-2.c: New test.
4561
4562 PR optimization/5429:
4563 * gcc.c-torture/compile/20020206-1.c: New test.
4564
4565 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4566
4567 * g++.dg/ext/align1.C: Do not use an explicit alignment value
4568 as certain file formats cannot support particularly large
4569 alignments.
4570
4571 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
4572 and do not expect to be able to link the executable.
4573
4574 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
4575 fail because the COFF format does not support the weak attribute.
4576
4577 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
4578
4579 * g77.dg/pr5473.f: New test
4580
4581 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
4582
4583 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
4584 Fix testcase accordingly.
4585
4586 2002-02-04 Richard Henderson <rth@redhat.com>
4587
4588 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
4589 (buf): Change to be an array of pointers, not ints.
4590
4591 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4592
4593 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
4594 before all tests. Move warning one line above to match where it
4595 C frontend emits.
4596 * gcc.dg/Wswitch-2.c: New test.
4597 * g++.dg/warn/Wswitch-1.C: New test.
4598 * g++.dg/warn/Wswitch-2.C: New test.
4599
4600 2002-02-04 Richard Henderson <rth@redhat.com>
4601
4602 * g++.dg/abi/offsetof.C: Fix size comparison.
4603
4604 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
4605
4606 * gcc.dg/cast-qual-2.c: New test.
4607
4608 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4609
4610 * gcc.dg/20020201-4.c: New test.
4611
4612 2002-02-04 Ben Elliston <bje@redhat.com>
4613
4614 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
4615 target_info attribute != 0, in addition to the empty string.
4616 (gcc_target_compile): Likewise.
4617
4618 2002-02-03 Andrew Cagney <ac131313@redhat.com>
4619
4620 * gcc.dg/Wswitch.c: New test.
4621 PR gcc/4475. PR gcc/3780.
4622
4623 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
4624
4625 * g77.f-torture/execute/5122.f: New test for regressions
4626 against PR fortran/5122.
4627
4628 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
4629
4630 * g77.f-torture/compile/pr3743.f: Delete
4631 * g77.dg/pr3743-1.f: New test.
4632 * g77.dg/pr3743-2.f: New test.
4633 * g77.dg/pr3743-3.f: New test.
4634 * g77.dg/pr3743-4.f: New test.
4635
4636 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4637
4638 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
4639
4640 2002-02-02 Richard Henderson <rth@redhat.com>
4641
4642 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
4643 * gcc.c-torture/execute/bf64-1.c: Likewise.
4644
4645 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4646
4647 * gcc.dg/20020201-2.c: New test.
4648
4649 * gcc.dg/20020201-3.c: New test.
4650
4651 * gcc.c-torture/execute/bitfld-2.c: New test.
4652
4653 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4654
4655 * gcc.dg/bitfld-1.c: Update.
4656 * gcc.dg/bitfld-2.c: Update.
4657 * gcc.c-torture/execute/bitfld-1.x: New.
4658
4659 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4660
4661 * gcc.c-torture/execute/20020201-1.c: New test.
4662
4663 2002-02-01 Janis Johnson <janis187@us.ibm.com>
4664
4665 PR target/5469
4666 * gcc.dg/20020201-1.c: New test.
4667
4668 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
4669
4670 PR fortran/3743
4671 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
4672 * g77.f-torture/compile/pr3743.x: Remove
4673
4674 2002-01-31 Tom Rix <trix@redhat.com>
4675
4676 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
4677
4678 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
4679
4680 * gcc.dg/noncompile/20020130-1.c: New test.
4681
4682 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
4683
4684 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
4685
4686 2002-01-29 Richard Henderson <rth@redhat.com>
4687
4688 * gcc.c-torture/execute/991118-1.c: Cast various constants back
4689 to long long.
4690 * gcc.c-torture/execute/bf64-1.c: Likewise.
4691
4692 2002-01-29 Jakub Jelinek <jakub@redhat.com>
4693
4694 * gcc.c-torture/execute/20020129-1.c: New test.
4695
4696 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
4697
4698 * gcc.c-torture/compile/20000224-1.c: Update.
4699 * gcc.c-torture/execute/bitfld-1.c: New tests.
4700 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
4701 * gcc.dg/uninit-A.c: Update.
4702
4703 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
4704
4705 * g++.dg/template/ctor1.C: Add instantiation.
4706
4707 2002-01-28 Paul Koning <pkoning@equallogic.com>
4708
4709 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
4710 argument to __builtin_prefetch to be const ptr.
4711
4712 2002-01-28 Jakub Jelinek <jakub@redhat.com>
4713
4714 * gcc.c-torture/compile/20020120-1.c: New test.
4715
4716 2002-01-27 Kazu Hirata <kazu@hxi.com>
4717
4718 * gcc.c-torture/execute/20020127-1.c: New test.
4719
4720 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
4721
4722 * g77.dg/f77-edit-i-in.f: New test
4723 * g77.dg/f77-edit-i-out.f: New test
4724
4725 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
4726
4727 * gcc.dg/debug/debug.exp: New file.
4728 * gcc.dg/debug/trivial.c: New file.
4729 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
4730 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
4731 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
4732 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
4733 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
4734 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
4735 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
4736 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
4737 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
4738 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
4739 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
4740 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
4741 * gcc.dg/20000503-1.c: Removed.
4742 * gcc.dg/20010207-1.c: Removed.
4743 * gcc.dg/20011223-1.c: Removed.
4744 * gcc.dg/20020104-2.c: Removed.
4745 * gcc.dg/debug-1.c: Removed.
4746 * gcc.dg/debug-2.c: Removed.
4747 * gcc.dg/debug-3.c: Removed.
4748 * gcc.dg/debug-4.c: Removed.
4749 * gcc.dg/debug-5.c: Removed.
4750 * gcc.dg/debug-6.c: Removed.
4751 * gcc.dg/dwarf2-1.c: Removed.
4752 * gcc.dg/dwarf2-2.c: Removed.
4753
4754 2002-01-25 Jakub Jelinek <jakub@redhat.com>
4755
4756 * g++.old-deja/g++.other/eh5.C: New test.
4757 * g++.old-deja/g++.other/sibcall2.C: New test.
4758 * g++.old-deja/g++.other/array9.C: New test.
4759 * g++.old-deja/g++.other/typename2.C: New test.
4760 * g++.old-deja/g++.other/crash60.C: New test.
4761 * g++.old-deja/g++.other/conv9.C: New test.
4762 * g++.old-deja/g++.other/mangle10.C: New test.
4763 * g++.old-deja/g++.other/unchanging1.C: New test.
4764 * g++.old-deja/g++.other/exprstmt1.C: New test.
4765 * g++.old-deja/g++.other/inline23.C: New test.
4766 * g++.old-deja/g++.eh/ia64-1.C: New test.
4767 * g++.old-deja/g++.other/dwarf2-1.C: New test.
4768 * g++.old-deja/g++.other/reload1.C: New test.
4769 * g++.old-deja/g++.other/static20.C: New test.
4770 * g++.old-deja/g++.other/local-alloc1.C: New test.
4771 * g++.old-deja/g++.other/conv8.C: New test.
4772 * g++.old-deja/g++.other/stmtexpr2.C: New test.
4773 * g++.old-deja/g++.other/storeexpr1.C: New test.
4774 * g++.old-deja/g++.other/storeexpr2.C: New test.
4775 * g++.dg/eh/template2.C: New test.
4776 * g++.dg/warn/weak1.C: New test.
4777
4778 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
4779
4780 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4781 Remove first, non-varying, argument.
4782
4783 2002-01-23 Richard Henderson <rth@redhat.com>
4784
4785 * gcc.dg/inline-2.c: New.
4786
4787 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
4788 Add optional target arg. Check number of arguments.
4789 (scan-assembler-not, scan-assembler-dem): Likewise.
4790 (scan-assembler-dem-not): Likewise.
4791
4792 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4793
4794 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
4795 line 12.
4796 * g++.old-deja/g++.brendan/parse3.C,
4797 g++.old-deja/g++.other/crash26.C,
4798 g++.old-deja/g++.other/crash28.C,
4799 g++.old-deja/g++.other/crash29.C,
4800 g++.old-deja/g++.other/crash30.C,
4801 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
4802
4803 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
4804
4805 * gcc.dg/20020115-1.c: New.
4806
4807 2002-01-23 Bob Wilson <bob.wilson@acm.org>
4808
4809 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
4810
4811 2002-01-23 Janis Johnson <janis187@us.ibm.com>
4812
4813 * gcc.dg/20020122-3.c: New.
4814
4815 2002-01-23 Jakub Jelinek <jakub@redhat.com>
4816
4817 * g++.dg/other/gc1.C: New test.
4818
4819 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4820
4821 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
4822
4823 2002-01-22 Richard Henderson <rth@redhat.com>
4824
4825 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
4826
4827 2002-01-22 Richard Henderson <rth@redhat.com>
4828
4829 * gcc.dg/20020122-4.c: New.
4830
4831 2002-01-22 H.J. Lu <hjl@gnu.org>
4832
4833 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
4834 link output.
4835 * gcc.dg/special/ecos.exp: Likewise.
4836 * lib/g++-dg.exp: Likewise.
4837 * lib/g77-dg.exp: Likewise.
4838 * lib/gcc-dg.exp : Likewise.
4839 * lib/mike-g++.exp: Likewise.
4840 * lib/mike-g77.exp: Likewise.
4841 * lib/mike-gcc.exp: Likewise.
4842 * lib/objc-dg.exp: Likewise.
4843
4844 2002-01-22 Janis Johnson <janis187@us.ibm.com>
4845
4846 PR target/5379
4847 * gcc.dg/20020122-2.c: New test.
4848
4849 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
4850
4851 * gcc.dg/20020122-1.c: New test.
4852
4853 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
4854
4855 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
4856
4857 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
4858
4859 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
4860
4861 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4862
4863 * gcc.c-torture/compile/20020121-1.c: New test.
4864
4865 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
4866
4867 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
4868 ld_library_path.
4869
4870 2002-01-21 Jakub Jelinek <jakub@redhat.com>
4871
4872 * gcc.dg/20020218-1.c: New test.
4873
4874 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
4875
4876 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
4877 messages
4878 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
4879 "At global scope" warning
4880 * g++.dg/ext/align1.C: Change cygwin test for alignment
4881 from db-bogus to dg-warning
4882
4883 2002-01-21 Zack Weinberg <zack@codesourcery.com>
4884
4885 * g77.f-torture/compile/cpp2.F: New test.
4886
4887 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
4888
4889 * g++.dg/template/access1.C: New test.
4890
4891 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
4892
4893 * gcc.dg/20020118-1.c: New.
4894
4895 2002-01-18 Kazu Hirata <kazu@hxi.com>
4896
4897 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
4898
4899 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4900
4901 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
4902 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
4903 alignment warnings.
4904
4905 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4906
4907 * gcc.misc-tests/i386-prefetch.exp: Save and restore
4908 torture_with_loops and torture_without_loops
4909
4910 2002-01-17 Jakub Jelinek <jakub@redhat.com>
4911
4912 * gcc.c-torture/compile/20020116-1.c: New test.
4913
4914 2002-01-16 Jakub Jelinek <jakub@redhat.com>
4915
4916 * gcc.dg/20020116-2.c: New test.
4917
4918 * gcc.dg/ultrasp4.c: New test.
4919
4920 * gcc.dg/20020116-1.c: New test.
4921
4922 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
4923
4924 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
4925 by EABI.
4926
4927 2002-01-15 Janis Johnson <janis187@us.ibm.com>
4928
4929 * gcc.misc-tests/i386-prefetch.exp: New.
4930 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
4931 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
4932 * gcc.misc-tests/i386-pf-none-1.c: New test.
4933 * gcc.misc-tests/i386-pf-sse-1.c: New test.
4934
4935 2002-01-15 Jakub Jelinek <jakub@redhat.com>
4936
4937 * gcc.dg/gnu89-init-1.c: Add new tests.
4938
4939 2002-01-15 Andreas Jaeger <aj@suse.de>
4940
4941 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
4942 * gcc.dg/i386-mmx-2.c: Likewise.
4943 * gcc.dg/i386-sse-1.c: Likewise.
4944 * gcc.dg/i386-sse-2.c: Likewise.
4945 * gcc.dg/i386-sse-3.c: Likewise.
4946
4947 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
4948
4949 * g77.f-torture/execute/intrinsic-unix-bessel.f:
4950 Uncomment additional cases that now pass.
4951
4952 2002-01-11 Richard Henderson <rth@redhat.com>
4953
4954 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
4955 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
4956
4957 Fri Jan 11 12:13:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
4958
4959 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
4960
4961 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
4962
4963 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
4964 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
4965
4966 2002-01-10 Dale Johannesen <dalej@apple.com>
4967
4968 * gcc.c-torture/execute/loop-11.c: New.
4969
4970 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
4971
4972 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
4973 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
4974
4975 2002-01-09 Richard Henderson <rth@redhat.com>
4976
4977 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
4978 type in which to perform the operation for each size.
4979
4980 Wed Jan 9 16:48:33 2002 Alan Matsuoka (alanm@redhat.com)
4981
4982 * gcc.c-torture/compile/20020109-2.c: New test.
4983
4984 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
4985
4986 * gcc.c-torture/execute/loop-10.c: New test.
4987
4988 2002-01-09 Jakub Jelinek <jakub@redhat.com>
4989
4990 * gcc.c-torture/compile/20010226-1.c: New test.
4991 * gcc.c-torture/compile/20010227-1.c: New test.
4992 * gcc.c-torture/compile/20010426-1.c: New test.
4993 * gcc.c-torture/compile/20010510-1.c: New test.
4994 * gcc.c-torture/compile/20010605-3.c: New test.
4995 * gcc.c-torture/compile/20010824-1.c: New test.
4996 * gcc.c-torture/execute/20010409-1.c: New test.
4997 * gcc.dg/noncompile/20000901-1.c: New test.
4998 * gcc.dg/20001023-1.c: New test.
4999 * gcc.dg/20001101-1.c: New test.
5000 * gcc.dg/20001102-1.c: New test.
5001 * gcc.dg/20010207-1.c: New test.
5002 * gcc.dg/20010405-1.c: New test.
5003 * gcc.dg/20010822-1.c: New test.
5004 * gcc.dg/20011107-1.c: New test.
5005
5006 Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com)
5007
5008 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
5009
5010 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
5011 execution failure on PA targets.
5012
5013 2002-01-09 Jakub Jelinek <jakub@redhat.com>
5014
5015 * gcc.c-torture/compile/20020109-1.c: New test.
5016
5017 2002-01-08 Kazu Hirata <kazu@hxi.com>
5018
5019 * gcc.c-torture/execute/20020108-1.c: New test.
5020
5021 2002-01-08 Jakub Jelinek <jakub@redhat.com>
5022
5023 * gcc.dg/20020108-1.c: New test.
5024
5025 2002-01-08 H.J. Lu <hjl@gnu.org>
5026
5027 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
5028 for header files.
5029
5030 2002-01-08 Geoff Keating <geoffk@redhat.com>
5031
5032 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
5033 consistency.
5034
5035 002-01-07 Aldy Hernandez <aldyh@redhat.com>
5036
5037 * gcc.dg/altivec-4.c: Test altivec predicates.
5038
5039 2002-01-07 Jakub Jelinek <jakub@redhat.com>
5040
5041 * gcc.c-torture/execute/20020107-1.c: New test.
5042
5043 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
5044
5045 PR c/5279
5046 * gcc.c-torture/compile/20020106-1.c: New test.
5047
5048 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
5049
5050 * gcc.c-torture/execute/nestfunc-4.c: New test.
5051
5052 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
5053
5054 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
5055 extra triple that slipped in.
5056 * g++.old-deja/g++.abi/align.C: Likewise.
5057 * g++.old-deja/g++.abi/bitfields.C: Likewise.
5058
5059 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
5060
5061 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
5062 * g++.old-deja/g++.abi/align.C: Likewise.
5063 * g++.old-deja/g++.abi/bitfields.C: Likewise.
5064
5065 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
5066 on FreeBSD/i386.
5067 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
5068 FreeBSD.
5069
5070 2002-01-04 Jakub Jelinek <jakub@redhat.com>
5071
5072 * gcc.dg/20020104-1.c: New test.
5073
5074 * gcc.dg/20020104-2.c: New test.
5075
5076 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
5077
5078 * gcc.dg/20020103-1.c: Fix typo in target selector.
5079
5080 2002-01-03 Richard Henderson <rth@redhat.com>
5081
5082 * gcc.dg/20020103-1.c: New.
5083
5084 2002-01-03 Kazu Hirata <kazu@hxi.com>
5085
5086 * gcc.c-torture/execute/20020103-1.c: New test.
5087
5088 2002-01-03 Jakub Jelinek <jakub@redhat.com>
5089
5090 * g++.dg/other/debug2.C: New test.
5091
5092 * gcc.c-torture/compile/20020103-1.c: New test.
5093
5094 2002-01-02 Jakub Jelinek <jakub@redhat.com>
5095
5096 * gcc.dg/gnu89-init-1.c: Added new tests.
5097
5098 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5099
5100 * g++.dg/template/friend2.C: Remove as patch is reverted.
5101
5102 * g++.dg/warn/oldcast1.C: New test.
5103
5104 * g++.dg/template/ptrmem1.C: New test.
5105 * g++.dg/template/ptrmem2.C: New test.
5106
5107 * g++.dg/template/ntp.C: New test.
5108
5109 * g++.dg/other/component1.C: New test.
5110
5111 * g++.dg/template/ttp3.C: New test.
5112
5113 * g++.dg/template/friend2.C: New test.
5114 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
5115
5116 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5117
5118 * g++.dg/other/ptrmem1.C: New test.
5119 * g++.dg/other/ptrmem2.C: New test.
5120
5121 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5122
5123 * g++.dg/template/ctor1.C: New test.
5124
5125 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5126
5127 * g++.dg/template/friend2.C: New test.
5128
5129 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
5130
5131 * gcc.dg/mmix-1.c: New test.
5132
5133 2001-12-31 Richard Henderson <rth@redhat.com>
5134
5135 * gcc.dg/asm-5.c: New.
5136
5137 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
5138
5139 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
5140 in namespace __gnu_cxx
5141
5142 2001-12-30 Richard Henderson <rth@redhat.com>
5143
5144 * gcc.dg/debug-6.c: New.
5145
5146 2001-12-30 Jakub Jelinek <jakub@redhat.com>
5147
5148 * gcc.c-torture/compile/20011229-2.c: New test.
5149
5150 2001-12-29 Jakub Jelinek <jakub@redhat.com>
5151
5152 * gcc.dg/debug-3.c: New test.
5153 * gcc.dg/debug-4.c: New test.
5154 * gcc.dg/debug-5.c: New test.
5155
5156 2001-12-29 Richard Henderson <rth@redhat.com>
5157
5158 * g++.dg/eh/loop1.C: New.
5159
5160 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5161
5162 * g++.dg/template/crash1.C: New test.
5163
5164 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5165
5166 * g++.dg/other/const1.C: New test.
5167
5168 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
5169
5170 * gcc.c-torture/compile/20011229-1.c: New test.
5171
5172 2001-12-28 Stan Shebs <shebs@apple.com>
5173
5174 * lib/objc-torture.exp: Resync with c-torture.exp.
5175 * lib/objc.exp: Load standard libraries.
5176
5177 2001-12-28 Jakub Jelinek <jakub@redhat.com>
5178
5179 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
5180 additional tests.
5181
5182 2001-12-27 Roger Sayle <roger@eyesopen.com>
5183
5184 * gcc.c-torture/execute/string-opt-16.c: New testcase.
5185
5186 2001-12-27 Richard Henderson <rth@redhat.com>
5187
5188 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
5189
5190 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
5191
5192 * g++.dg/eh/ctor1.C: New test.
5193 * g++.dg/other/error2.C: New test.
5194
5195 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
5196
5197 * g++.dg/other/init2.C: New test.
5198
5199 2001-12-24 Richard Henderson <rth@redhat.com>
5200
5201 * gcc.dg/20011223-1.c: New.
5202 * gcc.dg/inline-1.c: New.
5203
5204 2001-12-23 Richard Henderson <rth@redhat.com>
5205
5206 * gcc.dg/asm-4.c: Test operand modifiers.
5207
5208 2001-12-23 Richard Henderson <rth@redhat.com>
5209
5210 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
5211
5212 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
5213
5214 * gcc.c-torture/execute/20011223-1.c: New test.
5215
5216 2001-12-21 Richard Henderson <rth@redhat.com>
5217
5218 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
5219 re-enables the warning.
5220
5221 2001-12-21 Richard Henderson <rth@redhat.com>
5222
5223 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
5224
5225 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5226
5227 * gcc.c-torture/compile/20011218-1.c: New test.
5228
5229 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
5230
5231 * gcc.misc-test/arm-isr.exp: New file. Control running of the
5232 arm-isr.c test.
5233 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
5234 epilogue generation for ARM ISR routines.
5235
5236 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5237
5238 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
5239 * gcc.dg/format/c90-printf-3.c: Likewise.
5240 * gcc.dg/format/c99-printf-3.c: Likewise.
5241 * gcc.dg/format/ext-1.c: Likewise.
5242 * gcc.dg/format/ext-6.c: Likewise.
5243 * gcc.dg/format/format.h: Prototype unlocked stdio.
5244
5245 2001-12-20 Richard Henderson <rth@redhat.com>
5246
5247 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
5248 (arena): Use it.
5249 (malloc): Correct allocation logic. Abort if we fill up the
5250 arena before initialization complete.
5251 (realloc): Correct allocation logic.
5252
5253 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5254
5255 * gcc.c-torture/compile/20011219-2.c: New test.
5256
5257 * gcc.c-torture/execute/20011219-1.c: New test.
5258
5259 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
5260
5261 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
5262 target does not support weak symbols.
5263
5264 2001-12-19 Jakub Jelinek <jakub@redhat.com>
5265
5266 * gcc.c-torture/compile/20011219-1.c: New test.
5267
5268 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
5269
5270 * g++.dg/other/error1.C: New test.
5271
5272 Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
5273
5274 * gcc.c-torture/execute/20011217-1.c: New test.
5275
5276 Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
5277
5278 * objc.dg/special/: New directory.
5279 * objc.dg/special/special.exp: New file.
5280 * objc.dg/special/unclaimed-category-1.h: New file.
5281 * objc.dg/special/unclaimed-category-1a.m: New file.
5282 * objc.dg/special/unclaimed-category-1.m: New file.
5283
5284 2001-12-17 Andreas Jaeger <aj@suse.de>
5285
5286 * gcc.c-torture/compile/20011217-2.c: New test.
5287
5288 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
5289
5290 * gcc.c-torture/compile/20011217-1.c: New test.
5291
5292 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
5293
5294 * testsuite/gcc.dg/20011214-1.c: New.
5295
5296 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
5297
5298 * gcc.dg/altivec-4.c: New.
5299
5300 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
5301
5302 * gcc.dg/20011113-1.c: New test.
5303
5304 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
5305
5306 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
5307 std::__malloc_alloc_template<0> and
5308 std::__default_alloc_template<false, 0>.
5309
5310 Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
5311
5312 * objc/execute/bf-21.m: New test.
5313 * objc/execute/enumeration-1.m: New test.
5314 * objc/execute/enumeration-2.m: New test.
5315
5316 2001-12-12 Jakub Jelinek <jakub@redhat.com>
5317
5318 * gcc.dg/gnu89-init-1.c: New test.
5319
5320 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
5321
5322 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
5323 * g++.old-deja/g++.jason/2371.C: Likewise.
5324 * g++.old-deja/g++.jason/template33.C: Likewise.
5325 * g++.old-deja/g++.jason/template34.C: Likewise.
5326 * g++.old-deja/g++.jason/template36.C: Likewise.
5327 * g++.old-deja/g++.oliva/typename1.C: Likewise.
5328 * g++.old-deja/g++.oliva/typename2.C: Likewise.
5329 * g++.old-deja/g++.other/typename1.C: Likewise.
5330 * g++.old-deja/g++.pt/inherit2.C: Likewise.
5331 * g++.old-deja/g++.pt/nontype5.C: Likewise.
5332 * g++.old-deja/g++.pt/typename11.C: Likewise.
5333 * g++.old-deja/g++.pt/typename14.C: Likewise.
5334 * g++.old-deja/g++.pt/typename16.C: Likewise.
5335 * g++.old-deja/g++.pt/typename3.C: Likewise.
5336 * g++.old-deja/g++.pt/typename4.C: Likewise.
5337 * g++.old-deja/g++.pt/typename5.C: Likewise.
5338 * g++.old-deja/g++.pt/typename7.C: Likewise.
5339 * g++.old-deja/g++.robertl/eb9.C: Likewise.
5340
5341 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
5342
5343 * g++.dg/other/linkage1.C: New test.
5344 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
5345 specifiers.
5346
5347 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
5348
5349 * gcc.dg/concat.c: New test.
5350
5351 2001-12-11 Stan Shebs <shebs@apple.com>
5352
5353 * objc/compile: New test directory.
5354 * objc/compile/compile.exp: New expect script.
5355 * objc/compile/20011211-1.m: New compile test.
5356
5357 2001-12-11 Jason Merrill <jason@redhat.com>
5358
5359 * lib/prune.exp (prune_gcc_output): Also handle "In member
5360 function". So many permutations...
5361
5362 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
5363
5364 * g++.dg/template/typedef1.C: New test.
5365
5366 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
5367
5368 * g++.dg/other/copy1.C: New test.
5369
5370 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
5371
5372 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
5373
5374 * gcc.dg/builtin-choose-expr.c: New.
5375
5376 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
5377
5378 * gcc.dg/altivec-2.c: New.
5379
5380 2001-12-07 Richard Henderson <rth@redhat.com>
5381
5382 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
5383
5384 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
5385
5386 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
5387 ultrasparc.
5388
5389 Fri Dec 7 06:29:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5390
5391 * g++-old.deja/g++.robertl/eb101.C: Deleted.
5392
5393 2001-12-06 Janis Johnson <janis187@us.ibm.com>
5394
5395 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
5396 variable argument list.
5397
5398 2001-12-06 Zack Weinberg <zack@codesourcery.com>
5399
5400 * gcc.c-torture/execute/memcheck: Delete entire directory.
5401 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
5402 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
5403
5404 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
5405
5406 * gcc.dg/Wshadow-1.c: New test.
5407
5408 2001-12-05 Jakub Jelinek <jakub@redhat.com>
5409
5410 * gcc.c-torture/compile/20011130-1.c: New test.
5411
5412 * gcc.dg/noncompile/20011025-1.c: New test.
5413
5414 * g++.dg/other/anon-union.C: New test.
5415
5416 * gcc.c-torture/execute/20011024-1.c: New test.
5417
5418 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
5419
5420 * gcc.c-torture/execute/20000722-1.x,
5421 gcc.c-torture/execute/20010123-1.x: Remove.
5422 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
5423 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
5424 gcc.dg/c99-complit-2.c: New tests.
5425
5426 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
5427
5428 * g++.dg/inherit/base1.C: New test.
5429
5430 2001-12-04 Jakub Jelinek <jakub@redhat.com>
5431
5432 * g++.dg/other/stdarg1.C: New test.
5433
5434 * gcc.c-torture/compile/20011130-2.c: New test.
5435
5436 2001-12-03 Janis Johnson <janis187@us.ibm.com>
5437
5438 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
5439 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
5440 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
5441 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
5442 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
5443 * gcc.dg/builtin-prefetch-1.c: New test.
5444
5445 2001-12-03 Jakub Jelinek <jakub@redhat.com>
5446
5447 * gcc.dg/20011130-1.c: New test.
5448
5449 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
5450
5451 * g++.dg/other/scope1.C: New test.
5452 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
5453
5454 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
5455
5456 * gcc.dg/vla-init-1.c: New test.
5457
5458 2001-12-01 Geoff Keating <geoffk@redhat.com>
5459
5460 * gcc.c-torture/compile/structs.c: New testcase from GDB.
5461
5462 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
5463
5464 * objc.dg/alias.m: Update.
5465 * objc.dg/class-1.m: Update.
5466 * objc.dg/const-str-1.m: Update.
5467 * objc.dg/fwd-proto-1.m: Update.
5468 * objc.dg/id-1.m: Update.
5469 * objc.dg/super-class-1.m: Update.
5470
5471 2001-11-29 Mark Mitchell <mark@codesourcery.com>
5472
5473 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
5474 constructs.
5475
5476 Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
5477
5478 * gcc.c-torture/execute/20011128-1.c: New test.
5479
5480 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
5481
5482 * gcc.dg/20011127-1.c: New test.
5483
5484 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
5485
5486 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
5487 from Austin Group draft 7.
5488 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
5489 scanf format arguments.
5490 * gcc.dg/format/no-exargs-2.c: New test.
5491
5492 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
5493
5494 * g++.dg/abi/vbase8-4.C: New test.
5495
5496 2001-11-24 Ian Lance Taylor <ian@airs.com>
5497
5498 * gcc.c-torture/execute/20011121-1.c: New test.
5499
5500 Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
5501
5502 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
5503
5504 2001-11-23 Andreas Jaeger <aj@suse.de>
5505
5506 * gcc.dg/cpp/charconst-2.c: New test.
5507
5508 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
5509
5510 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
5511 to the host if it is remote. Let tests specify extra headers
5512 they use.
5513 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
5514 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
5515 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
5516 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
5517 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
5518 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
5519 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
5520 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
5521 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
5522 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
5523
5524 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
5525
5526 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
5527 for little endian ARMs.
5528
5529 2001-11-20 Jakub Jelinek <jakub@redhat.com>
5530
5531 * gcc.c-torture/compile/20011119-1.c: New test.
5532 * gcc.c-torture/compile/20011119-2.c: New test.
5533
5534 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
5535
5536 * gcc.dg/altivec-1.c: Fix typo.
5537
5538 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
5539
5540 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
5541
5542 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
5543
5544 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
5545
5546 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
5547
5548 * lib/g77.exp: Don't specify --rpath-link.
5549
5550 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
5551 across all the headers.
5552 * gcc.dg/format/format.exp: For testing on a remote host,
5553 copy format.h.
5554
5555 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
5556 * gcc.c-torture/execute/930406-1.c: Likewise.
5557 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
5558
5559 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
5560
5561 * gcc.dg/altivec-1.c: New.
5562
5563 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
5564
5565 * gcc.dg/cpp/fpreprocessed.c: New test case.
5566
5567 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5568
5569 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
5570 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
5571 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
5572
5573 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5574
5575 * gcc.dg/no-builtin-1.c: New test.
5576
5577 2001-11-16 Jakub Jelinek <jakub@redhat.com>
5578
5579 * gcc.c-torture/execute/20011115-1.c: New test.
5580
5581 2001-11-15 Jakub Jelinek <jakub@redhat.com>
5582
5583 * gcc.c-torture/compile/20011114-2.c: New test.
5584 * gcc.c-torture/compile/20011114-3.c: New test.
5585 * gcc.c-torture/compile/20011114-4.c: New test.
5586
5587 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
5588
5589 * g++.dg/other/init1.C: New test.
5590
5591 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
5592
5593 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
5594 message.
5595
5596 * gcc.c-torture/execute/20011114-1.c: New testcase.
5597
5598 * gcc.c-torture/compile/20010327-1.c: Revert last change.
5599 * gcc.c-torture/compile/20011114-1.c: New test, exactly
5600 like the (before this change) version of 20010327-1.c.
5601
5602 2001-11-14 Roger Sayle <roger@eyesopen.com>
5603
5604 * gcc.c-torture/execute/string-opt-13.c: New testcase.
5605
5606 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
5607
5608 * g++.dg/init/array2.C: New test.
5609
5610 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
5611
5612 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
5613
5614 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
5615
5616 * g++.dg/other/forscope1.C: New test.
5617 * g++.dg/ext/forscope1.C: New test.
5618 * g++.dg/ext/forscope2.C: New test.
5619
5620 2001-11-13 Jakub Jelinek <jakub@redhat.com>
5621
5622 * gcc.c-torture/execute/20011113-1.c: New test.
5623
5624 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
5625
5626 * gcc.c-torture/execute/20011109-2.c: New test.
5627
5628 * gcc.c-torture/execute/20011109-1.c: New test.
5629
5630 2001-11-09 Jakub Jelinek <jakub@redhat.com>
5631
5632 * gcc.c-torture/compile/20011109-1.c: New test.
5633
5634 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
5635
5636 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
5637 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
5638 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
5639 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
5640 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
5641 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
5642 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
5643
5644 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
5645
5646 * g++.dg/warn/Wshadow-1.C: New tests.
5647 * g++.old-deja/g++.mike/for3.C: Update.
5648
5649 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
5650
5651 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
5652 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
5653 XFAILs. Adjust expected error texts.
5654 * gcc.c-torture/compile/20011106-1.c,
5655 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
5656 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
5657 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
5658 gcc.dg/c99-array-lval-5.c: New tests.
5659
5660 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5661
5662 * gcc.dg/cpp/defined.c: Update.
5663
5664 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5665
5666 * gcc.c-torture/execute/anon-1.c: New test.
5667
5668 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
5669
5670 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
5671 same size, so no warning should be produced on stormy16.
5672
5673 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
5674 due to oversized array.
5675 * g++.old-deja/g++.mike/ns15.C: Likewise.
5676 * g++.old-deja/g++.pt/crash16.C: Likewise.
5677
5678 2001-11-02 Graham Stott <grahams@redhat.com>
5679
5680 * g++.dgother/debug1.C: Fix typos.
5681
5682 2001-11-01 Jakub Jelinek <jakub@redhat.com>
5683
5684 * g++.dg/other/debug1.C: New test.
5685
5686 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5687
5688 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
5689 of unsigned long.
5690
5691 2001-10-30 Jakub Jelinek <jakub@redhat.com>
5692
5693 * gcc.dg/20011029-2.c: New test.
5694
5695 * gcc.c-torture/compile/20011029-1.c: New test.
5696
5697 Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
5698
5699 * objc/execute/class_self-1.m: New test.
5700 * objc/execute/class_self-2.m: New test.
5701
5702 2001-10-25 Zack Weinberg <zack@codesourcery.com>
5703
5704 * gcc.misc-tests/msgs.exp: Delete.
5705 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
5706 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
5707 error set to match recent changes.
5708
5709 2001-10-24 Zack Weinberg <zack@codesourcery.com>
5710
5711 * gcc.dg/20011021-1.c: New test.
5712
5713 2001-10-24 Jakub Jelinek <jakub@redhat.com>
5714
5715 * gcc.c-torture/compile/20011023-1.c: New test.
5716
5717 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
5718
5719 * lib/g77.exp: Rewrite based on lib/g++.exp.
5720
5721 2001-10-19 Jakub Jelinek <jakub@redhat.com>
5722
5723 * gcc.c-torture/execute/20011019-1.c: New test.
5724
5725 * gcc.dg/20011018-1.c: New test.
5726
5727 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
5728
5729 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
5730
5731 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
5732
5733 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
5734 * gcc.dg/attr-invalid.c: Likewise.
5735
5736 2001-10-18 Jakub Jelinek <jakub@redhat.com>
5737
5738 * testsuite/gcc.dg/20011015-1.c: New test.
5739
5740 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5741
5742 * g++.dg/template/unify2.C: New test.
5743
5744 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5745
5746 * g++.dg/other/exception-specification.C: New test
5747
5748 2001-10-13 Tom Rix <trix@redhat.com>
5749
5750 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
5751 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
5752
5753 2001-10-12 Jakub Jelinek <jakub@redhat.com>
5754
5755 * testsuite/gcc.dg/20011009-1.c: New test.
5756
5757 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
5758
5759 PR g++/4476
5760 * g++.dg/other/friend1.C: New test.
5761
5762 2001-10-11 Richard Henderson <rth@redhat.com>
5763
5764 * g++.old-deja/g++.other/crash18.C: Add -S to options.
5765
5766 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5767
5768 * gcc.c-torture/compile/20011010-1.c: New.
5769
5770 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
5771
5772 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
5773 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
5774 g77.f-torture/execute/execute.exp,
5775 g77.f-torture/noncompile/noncompile.exp,
5776 gcc.c-torture/compile/compile.exp,
5777 gcc.c-torture/execute/execute.exp,
5778 gcc.c-torture/execute/ieee/ieee.exp,
5779 gcc.c-torture/execute/memcheck/memcheck.exp,
5780 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
5781 objc/execute/execute.exp: Update FSF address.
5782
5783 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
5784
5785 * gcc.dg/cpp/cmdlne-C.c: Update.
5786 * gcc.dg/cpp/cmdlne-C2.c: New.
5787
5788 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5789
5790 * gcc.c-torture/execute/20011008-3.c: New.
5791
5792 2001-10-08 DJ Delorie <dj@redhat.com>
5793
5794 * gcc.dg/20011008-1.c: New.
5795 * gcc.dg/20011008-2.c: New.
5796
5797 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
5798
5799 * gcc.dg/cpp/spacing1.c: Update test.
5800
5801 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
5802
5803 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
5804 spelling errors of "separate" as "seperate".
5805
5806 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
5807
5808 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
5809 enough to avoid inlining.
5810
5811 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
5812
5813 * lib/g77.exp: set libg2c_dir correctly.
5814
5815 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
5816
5817 * gcc.dg/cpp/macro11.c: New test.
5818
5819 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5820
5821 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
5822 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
5823 gcc.dg/format/multattr-3.c: New tests.
5824 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
5825 tests for format attributes on function pointers being rejected.
5826
5827 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5828
5829 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
5830
5831 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5832
5833 * g++.dg/warn/format1.C: New test.
5834
5835 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
5836
5837 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
5838
5839 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5840
5841 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
5842
5843 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5844
5845 * gcc.dg/cpp/redef2.c: Add test.
5846
5847 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
5848
5849 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
5850 long-standing bug on i686, apparently.
5851 * gcc.c-torture/execute/loop-2c.x: New file.
5852 * gcc.c-torture/execute/loop-2d.x: New file.
5853 * gcc.c-torture/execute/loop-3c.x: New file.
5854
5855 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
5856
5857 * gcc.dg/cpp/20000625-2.c: Correct line number.
5858
5859 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5860
5861 * gcc.dg/cpp/macro10.c: New test.
5862 * gcc.dg/cpp/strify3.c: New test.
5863 * gcc.dg/cpp/spacing1.c: Add tests.
5864 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
5865 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
5866
5867 2001-09-24 DJ Delorie <dj@redhat.com>
5868
5869 * gcc.c-torture/execute/20010924-1.c: New test.
5870
5871 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5872
5873 * testsuite/objc/execute/paste.m: Remove.
5874
5875 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
5876
5877 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
5878
5879 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
5880
5881 * g77.dg/strlen0.f: New test.
5882
5883 2001-09-21 Richard Henderson <rth@redhat.com>
5884
5885 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
5886 * g++.old-deja/g++.abi/vtable2.C: Likewise.
5887
5888 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
5889
5890 Table-driven attributes.
5891 * g++.dg/ext/attrib1.C: New test.
5892
5893 2001-09-20 DJ Delorie <dj@redhat.com>
5894
5895 * gcc.dg/20000926-1.c: Update expected warning messages.
5896 * gcc.dg/array-2.c: Likewise, and test for warnings too.
5897 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
5898 array.
5899
5900 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
5901
5902 * g++.dg/eh/registers1.C: New test case.
5903
5904 2001-09-17 Richard Henderson <rth@redhat.com>
5905
5906 * gcc.dg/array-5.c: Fix VLA decomposition test.
5907
5908 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
5909
5910 * gcc.dg/cpp/line5.c: New testcase.
5911
5912 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
5913
5914 * gcc.dg/cpp/macro9.c: New test.
5915
5916 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
5917
5918 * gcc.c-torture/execute/980223.c: Change type of addr from long
5919 to char *.
5920
5921 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
5922
5923 * gcc.c-torture/execute/20010915-1.c: New test.
5924
5925 2001-09-14 Janis Johnson <janis187@us.ibm.com>
5926
5927 * g77.dg/bprob: New directory.
5928 * g77.dg/bprob/bprob.exp: New file.
5929 * g77.dg/bprob/bprob-1.f: New test.
5930 * g77.dg/gcov: New directory.
5931 * g77.dg/gcov/gcov.exp: New file.
5932 * g77.dg/gcov/gcov-1.f: New test.
5933 * g77.dg/gcov/gcov-1.x: New file.
5934
5935 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
5936
5937 * gcc.dg/cpp/directiv.c: Update.
5938 * gcc.dg/cpp/undef1.c: Update.
5939
5940 2001-09-12 Jakub Jelinek <jakub@redhat.com>
5941
5942 * gcc.dg/20010912-1.c: New test.
5943
5944 2001-09-11 Janis Johnson <janis187@us.ibm.com>
5945
5946 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
5947 language-independent file in lib.
5948 * lib/gcov.exp: New file.
5949
5950 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
5951
5952 * gcc.c-torture/compile/20010911-1.c: New test.
5953
5954 2001-09-10 Janis Johnson <janis187@us.ibm.com>
5955
5956 * lib/profopt.exp: New, to support profile-directed optimizations.
5957 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
5958 * gcc.misc-tests/bprob-1.c: New test.
5959 * gcc.misc-tests/bprob-2.c: New test.
5960
5961 2001-09-07 Janis Johnson <janis187@us.ibm.com>
5962
5963 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
5964 XFAIL and which kinds of gcov output to verify.
5965 * gcc.misc-tests/gcov-4b.x: New file.
5966 * gcc.misc-tests/gcov-5b.x: New file.
5967 * gcc.misc-tests/gcov-6.x: New file.
5968 * gcc.misc-tests/gcov-7.c: New test.
5969 * gcc.misc-tests/gcov-7.x: New file.
5970
5971 2001-09-06 Janis Johnson <janis187@us.ibm.com>
5972
5973 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
5974 * gcc.misc-tests/gcov-6.c: New test.
5975
5976 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
5977
5978 PR c++/3986
5979 * g++.dg/abi/vbase1.C: New test.
5980
5981 2001-09-05 Ziemowit Laski <zlaski@apple.com>
5982
5983 * objc.dg/method-2.m: New.
5984
5985 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
5986
5987 PR c++/4203
5988 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
5989 * g++.dg/init/empty1.C: New test.
5990
5991 2001-09-03 Jakub Jelinek <jakub@redhat.com>
5992
5993 * gcc.c-torture/compile/20010903-1.c: New test.
5994
5995 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
5996
5997 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
5998 for m68k.
5999
6000 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
6001
6002 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
6003
6004 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
6005
6006 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
6007
6008 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
6009
6010 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
6011 for 16-bit 'unsigned int'.
6012
6013 2001-08-29 Kazu Hirata <kazu@hxi.com>
6014
6015 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
6016
6017 2001-08-27 Richard Henderson <rth@redhat.com>
6018
6019 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
6020 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
6021
6022 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
6023
6024 * gcc.dg/asm-names.c (ymain): New.
6025
6026 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
6027
6028 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
6029 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
6030 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
6031
6032 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6033
6034 * gcc.dg/compare5.c: New testcase.
6035
6036 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
6037
6038 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
6039 and "In instantiation".
6040
6041 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
6042
6043 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
6044
6045 2001-08-20 Janis Johnson <janis187@us.ibm.com>
6046
6047 * gcc.misc-tests/gcov.exp: Add support for branch information.
6048 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
6049 * gcc.misc-tests/gcov-4.c: New test.
6050 * gcc.misc-tests/gcov-4b.c: New test.
6051 * gcc.misc-tests/gcov-5b.c: New test.
6052
6053 2001-08-20 Zack Weinberg <zackw@panix.com>
6054
6055 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
6056 expected to fail.
6057
6058 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
6059
6060 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
6061
6062 2001-08-19 Jakub Jelinek <jakub@redhat.com>
6063
6064 * g++.dg/eh/template1.C: New test.
6065
6066 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
6067
6068 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
6069 Fix thinko.
6070 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
6071 for xfail.
6072
6073 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
6074
6075 * lib/g77-dg.exp: Use prune.exp for common procedures
6076 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
6077 * lib/g77.exp: (g77-dg-prune) Remove
6078
6079 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
6080
6081 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
6082
6083 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6084
6085 * g++.dg/template/unify1.C: New test.
6086
6087 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
6088
6089 * g++.dg/abi/empty4.C: New test.
6090
6091 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
6092
6093 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
6094 solaris2.*
6095 * g77.f-torture/compile/pr3743.x: Likewise
6096
6097 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
6098
6099 * g++.dg/other/using-declaration.C: New test.
6100
6101 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
6102
6103 * gcc.dg/cpp/tr-sign.c: New testcase.
6104
6105 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
6106
6107 * gcc.dg/cpp/19951025-1.c: Revert.
6108 * gcc.dg/cpp/directiv.c: We no longer process directives that
6109 interrupt macro arguments.
6110
6111 2001-08-03 Zack Weinberg <zackw@stanford.edu>
6112
6113 * gcc.dg/bconstp-1.c: New test.
6114
6115 2001-08-03 Richard Henderson <rth@redhat.com>
6116
6117 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
6118
6119 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
6120
6121 * gcc.dg/cpp/19951025-1.c: Update.
6122
6123 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
6124
6125 * g77.dg/ff90-1.f (s): Fix reference of variable z,
6126 should be x.
6127
6128 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
6129
6130 Kill -fhonor-std.
6131 * g++.old-deja/g++.ns/ns14.C: Remove special options.
6132 * g++.old-deja/g++.other/std1.C: Likewise.
6133 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
6134
6135 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6136
6137 * lib/g77.exp: Load gcc-defs.exp for common procedures
6138 (g77_pass, g77_fail, g77_finish, g77_exit,
6139 ${tool}_check_unsupported_p} Now redundant. Deleted.
6140
6141 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6142
6143 * g77.dg/fbackslash.f
6144 * g77.dg/fcase-preserve.f
6145 * g77.dg/ff90-1.f
6146 * g77.dg/ffixed-line-length-0.f
6147 * g77.dg/ffixed-line-length-132.f
6148 * g77.dg/ffixed-line-length-7.f
6149 * g77.dg/ffixed-line-length-72.f
6150 * g77.dg/ffixed-line-length-none.f
6151 * g77.dg/ffree-form-1.f
6152 * g77.dg/fno-backslash.f
6153 * g77.dg/fno-f90-1.f
6154 * g77.dg/fno-fixed-form-1.f
6155 * g77.dg/fno-onetrip.f
6156 * g77.dg/fno-typeless-boz.f
6157 * g77.dg/fno-underscoring.f
6158 * g77.dg/fno-vxt-1.f
6159 * g77.dg/fonetrip.f
6160 * g77.dg/ftypeless-boz.f
6161 * g77.dg/fugly-assumed.f
6162 * g77.dg/funderscoring.f
6163 * g77.dg/fvxt-1.f
6164
6165 2001-08-01 Ziemowit Laski <zlaski@apple.com>
6166
6167 * objc.dg/fwd-proto-1.m: New.
6168 * objc.dg/local-decl-1.m: New.
6169 * objc.dg/naming-1.m: New.
6170 * objc.dg/naming-2.m: New.
6171 * objc.dg/proto-hier-1.m: New.
6172
6173 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
6174
6175 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
6176 largest-type elements to a struct makes its size grow.
6177
6178 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6179
6180 * g++.dg/abi/vthunk1.C: New test.
6181
6182 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6183
6184 * g++.dg/abi/vbase8-22.C: New test.
6185
6186 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6187
6188 * gcc.dg/cpp/macro8.c: New test.
6189
6190 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6191
6192 * g++.dg/abi/vbase8-21.C: New test.
6193
6194 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6195
6196 * g++.dg/abi/vbase8-10.C: New test.
6197
6198 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6199
6200 * lib/g++.exp (g++_set_ld_library_path): Renamed to
6201 ${tool}_set_ld_library_path.
6202 Changed caller.
6203 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
6204 g++.exp.
6205
6206 2001-07-26 Stan Cox <scox@redhat.com>
6207
6208 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
6209 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
6210 gcc_exit, gcc_check_unsupported_p):
6211 Moved to gcc-deps.exp
6212 * gcc-deps.exp: New file.
6213
6214 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6215
6216 * g++.old-deja/g++.pt/defarg14.C: New test.
6217
6218 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6219
6220 * g++.old-deja/g++.other/lineno5.C: New test.
6221
6222 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6223
6224 * g++.old-deja/g++.pt/crash68.C: New test.
6225
6226 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6227
6228 * g++.old-deja/g++.other/crash42.C: New test.
6229
6230 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6231
6232 * gcc.dg/cpp/extratokens.c: Fix.
6233 * gcc.dg/cpp/skipping2.c: New tests.
6234
6235 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6236
6237 * gcc.c-torture/execute/20010724-1.c: New file.
6238 * gcc.c-torture/execute/20010724-1.x: New file.
6239
6240 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6241
6242 * g++.old-deja/g++.other/cond7.C: New test.
6243
6244 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6245
6246 * g++.old-deja/g++.other/optimize4.C: New test.
6247
6248 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6249
6250 * g++.old-deja/g++.abi/vbase8-5.C: New test.
6251
6252 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
6253
6254 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
6255 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
6256 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
6257 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
6258
6259 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
6260 bug report" message.
6261
6262 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
6263 * g++.dg/ext/instantiate1.C: Move from old-deja.
6264
6265 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
6266
6267 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
6268 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
6269 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
6270 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
6271
6272 Mon Jul 23 10:14:17 2001 Jeffrey A Law (law@cygnus.com)
6273
6274 * gcc.c-torture/execute/20010723-1.c: New test.
6275
6276 2001-07-23 Ben Elliston <bje@redhat.com>
6277
6278 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
6279
6280 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6281
6282 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
6283 i[34567]86-*-*.
6284 Delete handling of ieee_multilib_flags.
6285 Pass -mieee for alpha*-*-* and sh-*-*.
6286 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
6287
6288 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
6289
6290 Remove old-abi tests.
6291 * g++.old-deja/g++.mike/p11116.C: Remove.
6292 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
6293
6294 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
6295
6296 * g77.f-torture/compile/pr3743.f: New test
6297
6298 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
6299
6300 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
6301
6302 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6303
6304 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
6305 g++.old-deja/g++.pt/static6.C: Likewise.
6306 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
6307 supports weak symbols.
6308
6309 2001-07-18 Andreas Jaeger <aj@suse.de>
6310
6311 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
6312 supported again.
6313
6314 2001-07-18 Andreas Jaeger <aj@suse.de>
6315
6316 * gcc.dg/iftrap-1.c: Fix target line.
6317
6318 2001-07-17 Richard Henderson <rth@redhat.com>
6319
6320 * gcc.c-torture/execute/20010717-1.c: New.
6321
6322 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
6323
6324 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
6325 tests.
6326
6327 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
6328
6329 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
6330
6331 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6332
6333 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
6334 UAC_SIGBUS, UAC_NOPRINT definitions.
6335
6336 Mon Jul 16 12:21:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
6337
6338 * objc/execute/object_is_class.m: New test.
6339 * objc/execute/object_is_meta_class.m: New test.
6340
6341 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
6342
6343 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
6344 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
6345
6346 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
6347
6348 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
6349 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
6350
6351 2001-07-14 Richard Henderson <rth@redhat.com>
6352
6353 * gcc.dg/iftrap-1.c: New.
6354
6355 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
6356
6357 * g77.f-torture/execute/intrinsic77.f: New test.
6358
6359 2001-07-11 Janis Johnson <janis@us.ibm.com>
6360
6361 * gcc.misc-tests/gcov-3.c: New test.
6362
6363 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6364
6365 * gcc.c-torture/compile/20010711-1.c,
6366 * gcc.c-torture/compile/20010711-2.c: New tests.
6367
6368 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6369
6370 * gcc.c-torture/execute/20010711-1.c: New test.
6371
6372 2001-07-11 Ben Elliston <bje@redhat.com>
6373
6374 * g++.old-deja/g++.other/enum5.C: New test.
6375
6376 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
6377
6378 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
6379 (g++-dg-prune): Call prune_gcc_output.
6380 * prune.exp: New file for prune_gcc_output.
6381 * lib/g++.exp, lib/gcc.exp: Load it.
6382
6383 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
6384
6385 * gcc.c-torture/compile/20010701-1.c,
6386 g++.old-deja/g++.ext/attrib6.C: New tests.
6387
6388 Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
6389
6390 * gcc.c-torture/compile/20010706-1.c: New test.
6391
6392 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
6393
6394 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
6395
6396 2001-06-28 Stan Shebs <shebs@apple.com>
6397
6398 * gcc.dg/pragma-darwin.c: New test.
6399
6400 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6401
6402 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
6403 Solaris 2.[678] system.
6404
6405 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
6406
6407 * gcc.dg/20010622-1.c: New test.
6408
6409 2001-06-18 Stan Shebs <shebs@apple.com>
6410
6411 * objc.dg: New directory.
6412 * objc.dg/dg.exp: New file.
6413 * objc.dg/alias.m: New.
6414 * objc.dg/class-1.m: New.
6415 * objc.dg/class-2.m: New.
6416 * objc.dg/const-str-1.m: New.
6417 * objc.dg/const-str-2.m: New.
6418 * objc.dg/id-1.m: New.
6419 * objc.dg/method-1.m: New.
6420 * objc.dg/super-class-1.m: New.
6421 * lib/objc-dg.exp: New file.
6422
6423 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6424
6425 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
6426 of label name.
6427
6428 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
6429
6430 * g++.old-deja/g++.abi/vbase8-9.C: New test.
6431
6432 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6433
6434 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
6435 variable.
6436
6437 2001-06-12 Richard Henderson <rth@redhat.com>
6438
6439 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
6440
6441 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6442
6443 * g++.old-deja/g++.abi/vbase5.C: New test.
6444 * g++.old-deja/g++.abi/vbase6.C: New test.
6445 * g++.old-deja/g++.abi/vbase7.C: New test.
6446
6447 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6448
6449 * gcc.c-torture/compile/20010610-1.c: New test.
6450
6451 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6452
6453 * g++.old-deja/g++.abi/vbase4.C: New test.
6454
6455 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6456
6457 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
6458 support %f for HC11/HC12 targets.
6459 * gcc.c-torture/execute/930513-1.x: New file, likewise.
6460 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
6461 on HC11/HC12 targets.
6462 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
6463
6464 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6465
6466 * gcc.dg/wchar_t-1.c: New file.
6467 * gcc.dg/wint_t-1.c: Likewise.
6468
6469 2001-06-11 Bernd Schmidt <bernds@redhat.com>
6470
6471 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
6472
6473 2001-06-11 Richard Henderson <rth@redhat.com>
6474
6475 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
6476
6477 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6478
6479 * gcc.c-torture/compile/20010611-1.c: New test.
6480
6481 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6482
6483 * gcc.dg/c99-tag-1.c: Add more tests.
6484
6485 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
6486
6487 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
6488 representation on MN10300 and ARM/Thumb.
6489
6490 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
6491
6492 * g77.f-torture/execute/20010610.f: New.
6493
6494 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
6495
6496 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
6497 names.
6498
6499 2001-06-09 Richard Henderson <rth@redhat.com>
6500
6501 * gcc.c-torture/execute/ashrdi-1.c: New.
6502 * gcc.c-torture/execute/ashldi-1.c: New.
6503 * gcc.c-torture/execute/lshrdi-1.c: New.
6504
6505 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
6506
6507 * objc/execute/load-3.m: Added. Check sending +load to categories,
6508 in addition to classes.
6509
6510 2001-06-08 Stan Shebs <shebs@apple.com>
6511
6512 * objc/execute/load-2.m: New test. From Nicola Pero
6513 <n.pero@mi.flashnet.it>.
6514
6515 2001-06-08 Jakub Jelinek <jakub@redhat.com>
6516
6517 * gcc.c-torture/execute/20010605-2.c: New test.
6518
6519 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6520
6521 * g++.old-deja/g++.abi/vbase2.C: New test.
6522 * g++.old-deja/g++.abi/vbase3.C: New test.
6523
6524 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6525
6526 * g++.old-deja/g++.pt/friend49.C: New test.
6527
6528 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
6529
6530 * g++.old-deja/g++.ext/anon3.C: New test.
6531
6532 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
6533
6534 * g++.old-deja/g++.other/conv7.C: New test.
6535
6536 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
6537
6538 * gcc.c-torture/compile/20010605-2.c: New test.
6539
6540 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6541
6542 * gcc.c-torture/execute/20010604-1.c: New test.
6543
6544 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
6545
6546 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
6547
6548 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
6549
6550 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
6551 (g++_link_flags): Likewise.
6552 (g++_init): Pass gccpath's value to two previous functions.
6553
6554 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6555
6556 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
6557 Ensure logfile entry matches exec command line.
6558
6559 2001-05-31 Richard Henderson <rth@redhat.com>
6560
6561 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
6562 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
6563
6564 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
6565
6566 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
6567 compiler for irix6.2
6568
6569 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
6570
6571 * g++.old-deja/g++.other/optimize3.C: New file.
6572
6573 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
6574
6575 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
6576 assemble.
6577
6578 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
6579
6580 * g++.old-deja/g++.other/optimize2.C: New file.
6581
6582 2001-05-25 Diego Novillo <dnovillo@redhat.com>
6583
6584 * gcc.c-torture/compile/20010518-2.c: New file.
6585 * gcc.c-torture/execute/20010518-1.c: New file.
6586 * gcc.c-torture/execute/20010518-2.c: New file.
6587
6588 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
6589
6590 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
6591
6592 2001-05-24 Mark Mitchell <mark@codesourcery.com>
6593
6594 G++ no longer defines builtins that do not begin with __builtin.
6595 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
6596 * g++.old-deja/g++.brendand/misc13.C: Likewise.
6597 * g++.old-deja/g++.law/builtin1.C: Likewise.
6598 * g++.old-deja/g++.law/cvt2.C: Likewise.
6599 * g++.old-deja/g++.mike/net5.C: Likewise.
6600 * g++.old-deja/g++.other/builtins1.C: Likewise.
6601 * g++.old-deja/g++.other/builtins2.C: Likewise.
6602 * g++.old-deja/g++.other/builtins3.C: Likewise.
6603 * g++.old-deja/g++.other/builtins4.C: Likewise.
6604 * g++.old-deja/g++.other/inline8.C: Likewise.
6605 * g++.old-deja/g++.robertl/eb39.C: Likewise.
6606
6607 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
6608
6609 * g++.old-deja/g++.pt/using1.C: Adjust.
6610 * g++.old-deja/g++.pt/using2.C: New test.
6611
6612 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
6613
6614 * gcc.dg/cpp/charconst.c: New tests.
6615 * gcc.dg/cpp/escape.c: New tests.
6616 * gcc.dg/cpp/escape-1.c: New tests.
6617 * gcc.dg/cpp/escape-2.c: New tests.
6618 * gcc.dg/cpp/ucs.c: New tests.
6619
6620 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
6621
6622 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
6623 native compiler for irix6.5.
6624
6625 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
6626
6627 * lib/g++.exp (g++_include_flags): Use args to compute
6628 get_multilibs.
6629 (g++_link_flags): Likewise.
6630 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
6631
6632 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
6633
6634 * gcc.dg/c90-hexfloat-1.c: Add more tests.
6635
6636 2001-05-21 Geoff Keating <geoffk@redhat.com>
6637
6638 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
6639 this file.
6640
6641 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6642
6643 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
6644 STACK_SIZE;
6645 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
6646 to STACK_SIZE; Use it to define size of add_histo array.
6647 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
6648 to STACK_SIZE.
6649 (f): Use GITT_SIZE to define size of gitt local table.
6650 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
6651 to STACK_SIZE; Use it to define size of bytemem array.
6652
6653 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6654
6655 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
6656 on 68HC11/HC12 due to the asm instruction.
6657 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
6658 * gcc.c-torture/compile/920520-1.x: Likewise.
6659 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
6660 on 68HC11/HC12 because the function is larger than 64K.
6661 * gcc.c-torture/compile/961203-1.x: New file, this test fails
6662 on 68HC11/HC12 because the structure is too large.
6663
6664 2001-05-20 Richard Henderson <rth@redhat.com>
6665
6666 * gcc.c-torture/execute/20010520-1.c: New.
6667
6668 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6669
6670 * g++.old-deja/g++.warn/compare1.C: New test.
6671 * gcc.dg/compare4.c: New test.
6672
6673 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
6674
6675 * g++.old-deja/g++.other/optimize1.C: New test.
6676
6677 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6678
6679 * g++.old-deja/g++.pt/spec41.C: New test.
6680
6681 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
6682
6683 * gcc.c-torture/compile/20010114-1.x: Remove.
6684
6685 2001-05-18 Stan Shebs <shebs@apple.com>
6686
6687 * gcc.c-torture/compile/20010518-1.c: New test.
6688
6689 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
6690
6691 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
6692 * g++.old-deja/g++.pt/crash67.C: New test.
6693
6694 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
6695
6696 * g++.old-deja/g++.other/debug9.C: New test.
6697
6698 2001-05-16 Zack Weinberg <zackw@stanford.edu>
6699
6700 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
6701
6702 Wed May 16 20:33:57 CEST 2001 Jan Hubicka <jh@suse.cz>
6703
6704 * gcc.c-torture/compile/20010516-1.c: New test.
6705
6706 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6707
6708 * g++.old-deja/g++.other/crash41.C: New test.
6709
6710 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6711
6712 * g++.old-deja/g++.pt/crash66.C: New test.
6713
6714 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
6715
6716 * g++.old-deja/g++.robertl/eb27.C: Convert.
6717
6718 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
6719
6720 * g++.dg/friend-warn.C: New test. Do not warn about friend
6721 declaration being redundant.
6722
6723 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
6724
6725 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
6726
6727 2001-05-14 Mark Mitchell <mark@codesourcery.com>
6728
6729 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
6730
6731 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
6732
6733 * lib/g++.exp: Use testsuite_flags.
6734
6735 2001-05-13 Mark Mitchell <mark@codesourcery.com>
6736
6737 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
6738
6739 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6740
6741 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
6742
6743 2001-05-11 Mark Mitchell <mark@codesourcery.com>
6744
6745 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
6746
6747 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
6748
6749 * gcc.c-torture/compile/20010313-1.c: New test.
6750
6751 2001-05-09 Zack Weinberg <zackw@stanford.edu>
6752
6753 * gcc.dg/cpp/direct2.c: New test.
6754 * gccq.dg/cpp/direct2s.c: New test.
6755
6756 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
6757
6758 2001-05-07 Mark Mitchell <mark@codesourcery.com>
6759
6760 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
6761 * g++.old-deja/g++.other/op3.C: Likewise.
6762
6763 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
6764
6765 * gcc.dg/cpp/syshdr.h: New file.
6766 * gcc.dg/cpp/sysmac1.c: Update.
6767 * gcc.dg/cpp/sysmac2.c: Update.
6768
6769 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
6770
6771 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
6772
6773 2001-05-04 David Edelsohn <edelsohn@gnu.org>
6774
6775 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
6776 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
6777
6778 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
6779
6780 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
6781
6782 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
6783
6784 * lib/g++.exp (g++_include_flags): Don't use any special flags
6785 if TESTING_IN_BUILD_TREE is not defined.
6786 (g++_init): Use a plain 'c++' as the compiler if
6787 TESTING_IN_BUILD_TREEE is not defined.
6788
6789 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6790
6791 * g++.old-deja/g++.eh/catch13.C: New test.
6792 * g++.old-deja/g++.eh/catch14.C: New test.
6793
6794 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6795
6796 * gcc.dg/cpp/tr-define.c: New test.
6797
6798 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
6799
6800 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
6801 <stdlib.h>, not <malloc.h>.
6802
6803 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6804
6805 * g++.old-deja/g++.ns/template17.C: New test.
6806
6807 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6808
6809 * g++.old-deja/g++.pt/ref4.C: New test.
6810
6811 2001-04-30 Richard Henderson <rth@redhat.com>
6812
6813 * gcc.dg/20000724-1.c: Revert last change.
6814
6815 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
6816
6817 * g77.f-torture/execute/20010430.f: New test.
6818
6819 2001-04-30 Mark Mitchell <mark@codesourcery.com>
6820
6821 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
6822
6823 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
6824
6825 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
6826
6827 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6828
6829 * g++.old-deja/g++.eh/crash6.C: New test.
6830
6831 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6832
6833 * g++.old-deja/g++.other/warn7.C: New test.
6834
6835 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6836
6837 * g++.old-deja/g++.other/defarg9.C: New test.
6838
6839 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6840
6841 * g77.f-torture/compile/20010426.f: New test.
6842 * g77.f-torture/execute/20010426.f: New test.
6843
6844 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6845
6846 * g77.f-torture/compile/20000629-1.x: Remove - error
6847 has been fixed.
6848
6849 Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com)
6850
6851 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
6852 Tweak slightly to work with g++.dg framework.
6853 * g++.dg/special/ecos.exp: Run initp1.C test.
6854 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
6855
6856 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
6857 its linker doesn't give line numbers either.
6858 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
6859
6860 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6861
6862 * g++.old-deja/g++.other/lex1.C: New test.
6863
6864 2001-04-26 Jakub Jelinek <jakub@redhat.com>
6865
6866 * gcc.dg/noncompile/20010425-1.c: New test.
6867
6868 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6869
6870 * g++.old-deja/g++.pt/mangle2.C: New test.
6871
6872 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6873
6874 * gcc.dg/format/plus-1.c: New test.
6875
6876 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6877
6878 * gcc.dg/20010423-1.c: New test.
6879
6880 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6881
6882 * gcc.c-torture/execute/20010422-1.c: New test.
6883
6884 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
6885
6886 * g++.old-deja/g++.ns/type2.C: New test.
6887
6888 2001-04-24 Zack Weinberg <zackw@stanford.edu>
6889
6890 * g++.old-deja/g++.other/perf1.C: New test.
6891
6892 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
6893
6894 * gcc.dg/c99-func-2.c: Remove xfail.
6895 * gcc.dg/c99-func-3.c: Remove xfail.
6896 * gcc.dg/c99-func-4.c: Remove xfail.
6897
6898 2001-04-23 Zack Weinberg <zackw@stanford.edu>
6899
6900 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
6901
6902 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
6903
6904 * gcc.c-torture/compile/20010423-1.c: New test.
6905
6906 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6907
6908 * g++.old-deja/g++.pt/typename28.C: New test.
6909
6910 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6911
6912 * g++.old-deja/g++.abi/empty2.C: New test.
6913 * g++.old-deja/g++.abi/empty3.C: New test.
6914
6915 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6916
6917 * g++.old-deja/g++.other/comdat2.C: New test.
6918 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
6919
6920 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6921
6922 * g++.old-deja/g++.other/overload14.C: New test.
6923
6924 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6925
6926 * g++.old-deja/g++.other/lookup23.C: New test.
6927
6928 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6929
6930 * gcc.c-torture/execute/20010403-1.c: New test.
6931
6932 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
6933 Mark Mitchell <mark@codesourcery.com>
6934
6935 * lib/old-dejagnu.exp: Don't delete output of executable.
6936 Add .exe suffix to executables.
6937
6938 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
6939
6940 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
6941
6942 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6943
6944 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
6945
6946 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
6947
6948 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
6949 * g++.old-deja/g++.abi/crash1.C: New test.
6950
6951 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
6952
6953 * g++.old-deja/g++.other/crash40.C: New test.
6954
6955 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6956
6957 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
6958
6959 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
6960
6961 * g++.old-deja/g++.other/warn6.C: New test.
6962
6963 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
6964
6965 * g++.old-deja/g++.robertl/eb42.C: Same.
6966
6967 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6968
6969 * gcc.dg/wtr-conversion-1.c: New testcase.
6970
6971 2001-04-10 Richard Henderson <rth@redhat.com>
6972
6973 * g++.old-deja/g++.other/array5.C: New.
6974
6975 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6976
6977 * gcc.c-torture/execute/20010408-1.c: New test.
6978
6979 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
6980
6981 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
6982 headers and constructs.
6983 * g++.old-deja/g++.robertl/eb79.C: Same.
6984 * g++.old-deja/g++.robertl/eb77.C (main): Same.
6985 * g++.old-deja/g++.robertl/eb73.C: Same.
6986 * g++.old-deja/g++.robertl/eb66.C (main): Same.
6987 * g++.old-deja/g++.robertl/eb55.C (t): Same.
6988 * g++.old-deja/g++.robertl/eb54.C (main): Same.
6989 * g++.old-deja/g++.robertl/eb46.C (main): Same.
6990 * g++.old-deja/g++.robertl/eb44.C: Same.
6991 * g++.old-deja/g++.robertl/eb41.C (main): Same.
6992 * g++.old-deja/g++.robertl/eb4.C (main): Same.
6993 * g++.old-deja/g++.robertl/eb39.C: Same.
6994 * g++.old-deja/g++.robertl/eb33.C (main): Same.
6995 * g++.old-deja/g++.robertl/eb31.C (main): Same.
6996 * g++.old-deja/g++.robertl/eb30.C: Same.
6997 * g++.old-deja/g++.robertl/eb3.C: Same.
6998 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
6999 * g++.old-deja/g++.robertl/eb21.C: Same.
7000 * g++.old-deja/g++.robertl/eb15.C: Same.
7001 * g++.old-deja/g++.robertl/eb118.C: Same.
7002 * g++.old-deja/g++.robertl/eb115.C (main): Same.
7003 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
7004 * g++.old-deja/g++.robertl/eb109.C: Same.
7005 * g++.old-deja/g++.other/sibcall1.C (main): Same.
7006 * g++.old-deja/g++.mike/rtti1.C: Same.
7007 * g++.old-deja/g++.mike/p658.C: Same.
7008 * g++.old-deja/g++.mike/net46.C: Same.
7009 * g++.old-deja/g++.mike/net34.C: Same.
7010 * g++.old-deja/g++.mike/memoize1.C: Same.
7011 * g++.old-deja/g++.mike/eh2.C: Same.
7012 * g++.old-deja/g++.law/weak.C: Same.
7013 * g++.old-deja/g++.law/visibility7.C: Same.
7014 * g++.old-deja/g++.law/visibility25.C: Same.
7015 * g++.old-deja/g++.law/visibility22.C: Same.
7016 * g++.old-deja/g++.law/visibility2.C: Same.
7017 * g++.old-deja/g++.law/visibility17.C: Same.
7018 * g++.old-deja/g++.law/visibility13.C: Same.
7019 * g++.old-deja/g++.law/visibility10.C: Same.
7020 * g++.old-deja/g++.law/visibility1.C: Same.
7021 * g++.old-deja/g++.law/virtual3.C (eval): Same.
7022 * g++.old-deja/g++.law/vbase1.C: Same.
7023 * g++.old-deja/g++.law/operators32.C: Same.
7024 * g++.old-deja/g++.law/nest3.C: Same.
7025 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
7026 * g++.old-deja/g++.law/except5.C (main): Same.
7027 * g++.old-deja/g++.law/cvt7.C (run): Same.
7028 * g++.old-deja/g++.law/cvt2.C: Same.
7029 * g++.old-deja/g++.law/cvt16.C: Same.
7030 * g++.old-deja/g++.law/ctors6.C (bar): Same.
7031 * g++.old-deja/g++.law/ctors17.C (main): Same.
7032 * g++.old-deja/g++.law/ctors13.C: Same.
7033 * g++.old-deja/g++.law/ctors12.C (main): Same.
7034 * g++.old-deja/g++.law/ctors10.C: Same.
7035 * g++.old-deja/g++.law/code-gen5.C: Same.
7036 * g++.old-deja/g++.law/bad-error7.C: Same.
7037 * g++.old-deja/g++.law/arm9.C: Same.
7038 * g++.old-deja/g++.law/arm12.C: Same.
7039 * g++.old-deja/g++.law/arg8.C: Same.
7040 * g++.old-deja/g++.law/arg1.C: Same.
7041 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
7042 * g++.old-deja/g++.jason/template31.C: Same.
7043 * g++.old-deja/g++.jason/template24.C (main): Same.
7044 * g++.old-deja/g++.jason/2371.C: Same.
7045 * g++.old-deja/g++.eh/new2.C: Same.
7046 * g++.old-deja/g++.eh/new1.C: Same.
7047 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
7048 * g++.old-deja/g++.brendan/nest21.C (main): Same.
7049 * g++.old-deja/g++.brendan/err-msg3.C: Same.
7050 * g++.old-deja/g++.brendan/crash62.C: Same.
7051 * g++.old-deja/g++.brendan/crash52.C: Same.
7052 * g++.old-deja/g++.brendan/crash49.C (main): Same.
7053 * g++.old-deja/g++.brendan/crash38.C: Same.
7054 * g++.old-deja/g++.brendan/crash15.C (main): Same.
7055 * g++.old-deja/g++.brendan/copy9.C: Same.
7056
7057 Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
7058
7059 * gcc.c-torture/execute/20001203-2.c (memset):
7060 Count argument is of type __SIZE_TYPE__.
7061
7062 2001-04-04 Diego Novillo <dnovillo@redhat.com>
7063
7064 * gcc.c-torture/compile/20010404-1.c: New test.
7065
7066 2001-04-04 Jakub Jelinek <jakub@redhat.com>
7067
7068 * gcc.c-torture/compile/20010326-1.c: New test.
7069
7070 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
7071
7072 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
7073 peculiarities of the SH.
7074 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
7075
7076 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7077
7078 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
7079 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
7080 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
7081
7082 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7083
7084 * g77.f-torture/compile/20010321-1.f: New test.
7085
7086 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7087
7088 * gcc.c-torture/compile/20010329-1.c: New test.
7089
7090 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7091
7092 * gcc.c-torture/execute/20010329-1.c: New test.
7093
7094 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
7095
7096 * g++.old-deja/g++.other/eh4.C: Fix typo.
7097
7098 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
7099
7100 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
7101
7102 2001-03-28 Philip Blundell <philb@gnu.org>
7103
7104 * gcc.c-torture/compile/20010328-1.c: New test.
7105
7106 2001-03-27 Richard Henderson <rth@redhat.com>
7107
7108 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
7109 * g++.old-deja/g++.eh/vbase3.C: Likewise.
7110
7111 2001-03-27 Alan Modra <alan@linuxcare.com.au>
7112
7113 * gcc.c-torture/compile/20010327-1.c: New test.
7114
7115 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
7116
7117 * g++.old-deja/g++.other/friend12.C: New test.
7118 * g++.old-deja/g++.other/friend9.C: Expect no errors.
7119 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
7120
7121 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
7122
7123 * gcc.c-torture/execute/20010325-1.c: New test.
7124
7125 2001-03-23 Jakub Jelinek <jakub@redhat.com>
7126
7127 * g++.old-deja/g++.other/mangle3.C: New test.
7128
7129 2001-03-22 Jakub Jelinek <jakub@redhat.com>
7130
7131 * g++.old-deja/g++.other/anon8.C: New test.
7132
7133 2001-03-20 Philip Blundell <philb@gnu.org>
7134
7135 * gcc.c-torture/compile/20010320-1.c: New test.
7136
7137 2001-03-17 Richard Henderson <rth@redhat.com>
7138
7139 * g++.old-deja/g++.other/eh4.C: Add expected error text.
7140
7141 2001-03-15 Geoff Keating <geoff@redhat.com>
7142
7143 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
7144 tests on AIX.
7145
7146 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
7147
7148 * g++.old-deja/g++.other/eh4.C: New test.
7149
7150 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
7151
7152 * gcc.dg/cpp/mi1.c: Update.
7153
7154 2001-03-14 Jakub Jelinek <jakub@redhat.com>
7155
7156 * g++.old-deja/g++.other/regstack.C: New test.
7157
7158 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
7159
7160 * g++.old-deja/g++.other/ref4.C: New test.
7161
7162 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
7163
7164 * objc/execute/va_method.m: Added.
7165 * objc/execute/IMP.m: Added.
7166 * objc/execute/_cmd.m: Added.
7167 * objc/execute/accessing_ivars.m: Added.
7168 * objc/execute/class-1.m: Added.
7169 * objc/execute/class-10.m: Added.
7170 * objc/execute/class-11.m: Added.
7171 * objc/execute/class-12.m: Added.
7172 * objc/execute/class-13.m: Added.
7173 * objc/execute/class-14.m: Added.
7174 * objc/execute/class-2.m: Added.
7175 * objc/execute/class-3.m: Added.
7176 * objc/execute/class-4.m: Added.
7177 * objc/execute/class-5.m: Added.
7178 * objc/execute/class-6.m: Added.
7179 * objc/execute/class-7.m: Added.
7180 * objc/execute/class-8.m: Added.
7181 * objc/execute/class-9.m: Added.
7182 * objc/execute/class-tests-1.h
7183 * objc/execute/class-tests-2.h
7184 * objc/execute/compatibility_alias.m: Added.
7185 * objc/execute/encode-1.m: Added.
7186 * objc/execute/formal_protocol-1.m: Added.
7187 * objc/execute/formal_protocol-2.m: Added.
7188 * objc/execute/formal_protocol-3.m: Added.
7189 * objc/execute/formal_protocol-4.m: Added.
7190 * objc/execute/formal_protocol-5.m: Added.
7191 * objc/execute/formal_protocol-6.m: Added.
7192 * objc/execute/formal_protocol-7.m: Added.
7193 * objc/execute/informal_protocol.m: Added.
7194 * objc/execute/initialize.m: Added.
7195 * objc/execute/load.m: Added.
7196 * objc/execute/many_args_method.m: Added.
7197 * objc/execute/nested-3.m: Added.
7198 * objc/execute/no_clash.m: Added.
7199 * objc/execute/private.m: Added.
7200 * objc/execute/redefining_self.m: Added.
7201 * objc/execute/root_methods.m: Added.
7202 * objc/execute/selector-1.m: Added.
7203 * objc/execute/static-1.m: Added.
7204 * objc/execute/static-2.m: Added.
7205 * objc/execute/va_method.m: Added.
7206
7207 2001-03-10 Richard Henderson <rth@redhat.com>
7208
7209 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
7210
7211 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
7212
7213 * g++.old-deja/g++.other/crash31.C: XFAIL.
7214 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
7215 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
7216 * gcc.c-torture/execute/20010123-1.x: XFAIL.
7217 * gcc.c-torture/execute/20010124-1.x: XFAIL.
7218 * gcc.dg/sequence-pt-1.c: XFAIL one test.
7219
7220 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
7221
7222 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
7223
7224 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7225
7226 * gcc.dg/20000724-1.c: Don't use multiline strings.
7227
7228 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7229
7230 * objc/execute/string1.m, objc/execute/string2.m: Compare the
7231 result of -cString against what we expect it to be; don't just
7232 print it out for no one to read.
7233
7234 * objc/execute/string3.m, objc/execute/string4.m: New tests.
7235 Based on testcases provided by Nicola Pero.
7236
7237 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7238
7239 * gcc.dg/cpp/macro7.c: New test.
7240
7241 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7242
7243 * gcc.dg/cpp/multiline.c: Update.
7244
7245 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7246
7247 * g++.old-deja/g++.other/enum3.C: New test.
7248
7249 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7250
7251 * g++.old-deja/g++.other/pod1.C: New test.
7252
7253 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7254
7255 * g++.old-deja/g++.ext/overload1.C: New test.
7256
7257 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7258
7259 * g++.old-deja/g++.pt/using1.C: New test.
7260
7261 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7262
7263 * g++.old-deja/g++.other/using9.C: New test.
7264
7265 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
7266
7267 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
7268
7269 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
7270
7271 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
7272
7273 * g++.old-deja/g++.ext/realpt1.C: Remove.
7274
7275 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
7276
7277 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
7278
7279 2001-02-26 Will Cohen <wcohen@redhat.com>
7280
7281 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
7282
7283 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
7284
7285 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
7286 templatized constructors.
7287
7288 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7289
7290 * gcc.c-torture/execute/20010224-1.c: New test.
7291
7292 2001-02-23 Jakub Jelinek <jakub@redhat.com>
7293
7294 * gcc.c-torture/execute/20010222-1.c: New test.
7295
7296 2001-02-22 Jakub Jelinek <jakub@redhat.com>
7297
7298 * g++.old-deja/g++.other/inline20.C: New test.
7299
7300 Wed Feb 21 12:38:22 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7301
7302 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
7303
7304 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
7305
7306 * g++.old-deja/g++.other/lookup22.C: New test.
7307
7308 2001-02-19 Zack Weinberg <zackw@stanford.edu>
7309
7310 * g77.dg: New directory.
7311 * g77.dg/20010216-1.f: New test case.
7312 * g77.dg/dg.exp: New driver.
7313 * lib/g77-dg.exp: New driver library.
7314
7315 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7316
7317 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
7318
7319 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
7320
7321 * g++.old-deja/g++.other/decl9.C: New test.
7322
7323 2001-02-16 Jakub Jelinek <jakub@redhat.com>
7324
7325 * g++.old-deja/g++.other/init16.C: Update the test so that it does
7326 not need <string> and also tests the initialization at runtime.
7327
7328 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
7329
7330 * gcc.c-torture/execute/longlong.c: New test.
7331
7332 Wed Feb 14 21:41:17 2001 J"orn Rennecke <amylaar@redhat.com>
7333
7334 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
7335
7336 Wed Feb 14 21:31:25 2001 J"orn Rennecke <amylaar@redhat.com>
7337
7338 * gcc.c-torture/execute/920302-1.c (execute):
7339 Change argument type to short.
7340
7341 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7342
7343 * g++.old-deja/g++.pt/deduct6.C: New test.
7344
7345 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7346
7347 * g++.old-deja/g++.pt/deduct5.C: New test.
7348
7349 2001-02-14 Jakub Jelinek <jakub@redhat.com>
7350
7351 * gcc.c-torture/execute/20010209-1.c: New test.
7352
7353 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
7354
7355 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
7356
7357 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
7358
7359 * g++.dg/vtgc1.C: Update for new ABI.
7360
7361 * consistency.vlad: New directory, 1665 files.
7362
7363 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
7364
7365 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
7366 return type.
7367 * gcc.dg/cpp/digraphs.c: Declare puts.
7368
7369 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7370
7371 * g++.old-deja/g++.other/warn5.C: New test.
7372
7373 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7374
7375 * g++.old-deja/g++.pt/spec40.C: New test.
7376
7377 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7378
7379 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
7380 case.
7381 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
7382
7383 2001-02-12 Jakub Jelinek <jakub@redhat.com>
7384
7385 * gcc.c-torture/compile/20010209-1.c: New test.
7386
7387 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
7388
7389 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
7390 excess errors message but not if it crashes.
7391 * g++.old-deja/g++.other/crash27.C: Likewise.
7392 * g++.old-deja/g++.other/crash28.C: Likewise.
7393 * g++.old-deja/g++.other/crash30.C: Likewise.
7394 * g++.old-deja/g++.other/crash32.C: Likewise.
7395 * g++.old-deja/g++.other/crash35.C: Likewise.
7396 * g++.old-deja/g++.pt/inherit2.C: Likewise.
7397
7398 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
7399
7400 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
7401 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
7402 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
7403 g77.f-torture/execute/execute.exp,
7404 g77.f-torture/noncompile/noncompile.exp,
7405 gcc.c-torture/execute/execute.exp,
7406 gcc.c-torture/execute/memcheck/memcheck.exp,
7407 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
7408 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
7409 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
7410 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
7411 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
7412 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
7413 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
7414 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
7415 Remove bug reporting instructions with ancient email addresses.
7416
7417 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7418
7419 * gcc.dg/20010202-1.c: New test.
7420 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
7421
7422 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
7423
7424 * g++.dg/stdbool-if.C: New test.
7425
7426 Wed Feb 7 09:54:47 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7427
7428 * objc/execute/fdecl.m: Added main().
7429
7430 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7431
7432 * gcc.c-torture/execute/20010206-1.c: New test.
7433
7434 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
7435
7436 * gcc.dg/cpp/avoidpaste1.c: Update.
7437
7438 Tue Feb 5 8:53:33 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7439
7440 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
7441 Pero <nicola@brainstorm.co.uk>.
7442 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
7443
7444 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
7445
7446 * g++.old-deja/g++.pt/spec39.C: New test.
7447
7448 2001-02-05 Jakub Jelinek <jakub@redhat.com>
7449
7450 * gcc.c-torture/compile/20010202-1.c: New test.
7451
7452 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
7453
7454 * g++.old-deja/g++.abi/primary2.C: New test.
7455 * g++.old-deja/g++.abi/primary3.C: New test.
7456 * g++.old-deja/g++.abi/primary4.C: New test.
7457 * g++.old-deja/g++.abi/primary5.C: New test.
7458 * g++.old-deja/g++.abi/vtable3.h: New test.
7459 * g++.old-deja/g++.abi/vtable3a.C: New test.
7460 * g++.old-deja/g++.abi/vtable3b.C: New test.
7461 * g++.old-deja/g++.abi/vtable3c.C: New test.
7462 * g++.old-deja/g++.abi/vtable3d.C: New test.
7463 * g++.old-deja/g++.abi/vtable3e.C: New test.
7464 * g++.old-deja/g++.abi/vtable3f.C: New test.
7465 * g++.old-deja/g++.abi/vtable3g.C: New test.
7466 * g++.old-deja/g++.abi/vtable3h.C: New test.
7467 * g++.old-deja/g++.abi/vtable3i.C: New test.
7468 * g++.old-deja/g++.abi/vtable3j.C: New test.
7469 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
7470
7471 2001-02-03 Jakub Jelinek <jakub@redhat.com>
7472
7473 * g++.old-deja/g++.other/anon6.C: New test.
7474 * g++.old-deja/g++.other/anon7.C: New test.
7475
7476 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
7477
7478 * gcc.dg/cpp/avoidpaste2.c: New tests.
7479
7480 2001-01-31 Jakub Jelinek <jakub@redhat.com>
7481
7482 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
7483
7484 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
7485
7486 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
7487 DECIMAL_DIG cases for Irix."
7488
7489 Wed Jan 31 12:23:32 2001 J"orn Rennecke <amylaar@redhat.com>
7490
7491 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
7492
7493 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
7494
7495 * gcc.dg/c99-tag-1.c: New test.
7496
7497 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7498
7499 * gcc.dg/cpp/tr-warn1.c: Add tests.
7500
7501 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7502
7503 * gcc.dg/cpp/avoidpaste1.c: Update.
7504 * gcc.dg/cpp/paste4.c: Update.
7505
7506 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
7507
7508 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
7509 cases for Irix.
7510
7511 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7512
7513 * g++.old-deja/g++.other/inline19.C: New test.
7514
7515 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
7516
7517 * gcc.dg/Wlarger-than.c: New test.
7518
7519 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
7520
7521 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
7522
7523 2001-01-29 Jakub Jelinek <jakub@redhat.com>
7524
7525 * gcc.c-torture/execute/20010129-1.c: New test.
7526 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
7527
7528 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
7529
7530 * gcc.dg/cpp/avoidpaste1.c: Test case.
7531
7532 2001-01-28 Jakub Jelinek <jakub@redhat.com>
7533
7534 * g++.old-deja/g++.other/inline18.C: New test.
7535
7536 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7537
7538 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
7539 and __builtin_putchar.
7540
7541 2001-01-27 Jakub Jelinek <jakub@redhat.com>
7542
7543 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
7544 tests.
7545
7546 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
7547
7548 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
7549 floating point number rounding mode to round to the nearest
7550 representable mode.
7551
7552 2001-01-25 Jakub Jelinek <jakub@redhat.com>
7553
7554 * g++.old-deja/g++.other/mangle2.C: New test.
7555
7556 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
7557
7558 * gcc.c-torture/compile/20010124-1.c: New test.
7559
7560 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
7561
7562 * g++.old-deja/g++.pt/spec38.C: New test.
7563
7564 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7565
7566 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
7567 "Build don't run".
7568
7569 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7570
7571 * gcc.c-torture/execute/20010123-1.c: New test.
7572
7573 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7574
7575 * g++.old-deja/g++.pt/spec37.C: New test.
7576
7577 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7578
7579 * g++.old-deja/g++.pt/overload14.C: New test.
7580
7581 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7582
7583 * gcc.c-torture/execute/20010122-1.c: New test, exercise
7584 __builtin_return_address.
7585
7586 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
7587
7588 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
7589 * g++.old-deja/g++.pt/spec35.C: New test.
7590 * g++.old-deja/g++.pt/spec36.C: New test.
7591
7592 2001-01-20 Jakub Jelinek <jakub@redhat.com>
7593
7594 * gcc.c-torture/compile/20010118-1.c: New test.
7595
7596 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
7597
7598 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
7599
7600 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7601
7602 * gcc.c-torture/execute/20010119-1.c: New test.
7603
7604 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7605
7606 * g++.old-deja/g++.other/vbase5.C: New test.
7607
7608 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7609
7610 * gcc.c-torture/execute/20010118-1.c: New test.
7611
7612 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7613
7614 * g++.old-deja/g++.pt/deduct3.C: New test.
7615
7616 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7617
7618 * g++.old-deja/g++.pt/spec34.C: New test.
7619
7620 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
7621
7622 * g77.f-torture/compile/20000601-2.f: New test.
7623
7624 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7625
7626 * g++.old-deja/g++.other/init17.C: New test.
7627
7628 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
7629
7630 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
7631
7632 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7633
7634 * g++.old-deja/g++.pt/unify8.C: New test.
7635
7636 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7637
7638 * g++.old-deja/g++.abi/vbase1.C: New test.
7639
7640 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7641
7642 * g++.old-deja/g++.pt/crash65.C: New test.
7643
7644 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
7645
7646 * gcc.dg/cpp/assembl2.S: New test case.
7647
7648 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
7649
7650 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
7651 are supported.
7652
7653 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7654
7655 * g++.old-deja/g++.other/builtins1.C: New test.
7656 * g++.old-deja/g++.other/builtins2.C: Likewise.
7657 * g++.old-deja/g++.other/builtins3.C: Likewise.
7658 * g++.old-deja/g++.other/builtins4.C: Likewise.
7659
7660 2001-01-17 Jakub Jelinek <jakub@redhat.com>
7661
7662 * gcc.c-torture/compile/20010117-1.c: New test.
7663 * gcc.c-torture/compile/20010117-2.c: New test.
7664
7665 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7666
7667 * g77.f-torture/execute/20010116.[fx]: New test,
7668 XFAIL on i?86-*-*.
7669 * g77.f-torture/compile/20010115.f: Indicate it's
7670 a test for PR fortran/1636.
7671
7672 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
7673
7674 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
7675
7676 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7677
7678 * g77.f-torture/compile/20010115.f: New test.
7679
7680 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
7681
7682 * g++.old-deja/g++.pt/nontype5.C: New test.
7683
7684 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
7685
7686 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
7687 have an equivalent working one below it.
7688
7689 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7690
7691 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
7692 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7693
7694 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7695
7696 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
7697 message containing "init_priority".
7698 (conpr-2.C): Likewise.
7699 (conpr-3.C): Likewise.
7700 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
7701
7702 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7703
7704 * gcc.c-torture/execute/20010114-2.c: New test.
7705
7706 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
7707
7708 * gcc.c-torture/compile/20010114-1.c: New test.
7709 * gcc.c-torture/compile/20010114-1.x: Xfail.
7710 * gcc.c-torture/compile/20010114-2.c: New test.
7711 * gcc.c-torture/execute/20010114-1.c: New test.
7712 * gcc.dg/trunc-1.c: New test.
7713 * gcc.dg/uninit-B.c: New test.
7714
7715 2001-01-13 Nick Clifton <nickc@redhat.com>
7716
7717 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
7718 target.
7719
7720 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
7721
7722 * gcc.c-torture/compile/20010113-1.c: New test.
7723
7724 2001-01-13 Jakub Jelinek <jakub@redhat.com>
7725
7726 * gcc.c-torture/compile/20001212-1.c: New test.
7727
7728 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
7729
7730 * gcc.dg/cpp/widestr1.c: Update.
7731 * gcc.dg/cpp/prag-imp.c: Remove.
7732
7733 2001-01-12 Jakub Jelinek <jakub@redhat.com>
7734
7735 * gcc.c-torture/execute/20000801-3.x: Remove.
7736 * gcc.dg/c90-init-1.c: New test.
7737 * gcc.dg/c99-init-1.c: New test.
7738 * gcc.dg/c99-init-2.c: New test.
7739 * gcc.dg/gnu99-init-1.c: New test.
7740
7741 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
7742
7743 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
7744 testing that no relevant ones were found.
7745
7746 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7747
7748 * g++.old-deja/g++.pt/cast2.C: New test.
7749
7750 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7751
7752 * g++.old-deja/g++.pt/friend47.C: New test.
7753
7754 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7755
7756 * g++.old-deja/g++.pt/instantiate13.C: New test.
7757
7758 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7759
7760 * g++.old-deja/g++.other/defarg7.C: New test.
7761 * g++.old-deja/g++.other/defarg8.C: New test.
7762
7763 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7764
7765 * g++.old-deja/g++.pt/crash64.C: New test.
7766
7767 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7768
7769 * g++.old-deja/g++.pt/crash63.C: New test.
7770
7771 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
7772
7773 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
7774
7775 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
7776
7777 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
7778
7779 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7780
7781 * g++.old-deja/g++.pt/error3.C: New test.
7782
7783 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7784
7785 * g++.old-deja/g++.other/crash39.C: New test.
7786
7787 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7788
7789 * g++.old-deja/g++.other/vbase4.C: New test.
7790
7791 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
7792
7793 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
7794 * gcc.dg/special/20000419-2.c: New file. Identical to above.
7795 * gcc.dg/special/special.exp: New test driver which will check
7796 for alias support for the above test.
7797
7798 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
7799
7800 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
7801 problems on small machines.
7802 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
7803 parameterize.
7804
7805 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
7806
7807 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
7808 mips.
7809 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7810
7811 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
7812
7813 * g++.old_deja/g++.pt/using8.C: New test.
7814
7815 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
7816
7817 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
7818
7819 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
7820
7821 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
7822 where a failure is expected.
7823 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
7824
7825 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7826
7827 * g++.old_deja/g++.pt/instantiate12.C: New test.
7828
7829 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7830
7831 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
7832 start of structs.
7833 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
7834 * g++.old-deja/g++.brendan/crash17.C: Likewise.
7835 * g++.old-deja/g++.brendan/crash29.C: Likewise.
7836 * g++.old-deja/g++.brendan/crash48.C: Likewise.
7837 * g++.old-deja/g++.brendan/ns1.C: Likewise.
7838 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
7839 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
7840 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
7841 * g++.old-deja/g++.eh/spec6.C: Likewise.
7842 * g++.old-deja/g++.jason/crash3.C: Likewise.
7843 * g++.old-deja/g++.law/ctors11.C: Likewise.
7844 * g++.old-deja/g++.law/ctors17.C: Likewise.
7845 * g++.old-deja/g++.law/ctors5.C: Likewise.
7846 * g++.old-deja/g++.law/ctors9.C: Likewise.
7847 * g++.old-deja/g++.mike/ambig1.C: Likewise.
7848 * g++.old-deja/g++.mike/net22.C: Likewise.
7849 * g++.old-deja/g++.mike/p3538a.C: Likewise.
7850 * g++.old-deja/g++.mike/p3538b.C: Likewise.
7851 * g++.old-deja/g++.mike/virt3.C: Likewise.
7852 * g++.old-deja/g++.niklas/t128.C: Likewise.
7853 * g++.old-deja/g++.other/anon4.C: Likewise.
7854 * g++.old-deja/g++.other/using1.C: Likewise.
7855 * g++.old-deja/g++.other/warn3.C: Likewise.
7856 * g++.old-deja/g++.pt/t37.C: Likewise.
7857 * g++.old-deja/g++.robertl/eb69.C: Likewise.
7858 * g++.old-deja/g++.robertl/eb71.C: Likewise.
7859
7860 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7861
7862 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
7863
7864 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7865
7866 * gcc.c-torture/execute/stdio-opt-3.c: New test.
7867
7868 2001-01-07 Jakub Jelinek <jakub@redhat.com>
7869
7870 * gcc.c-torture/compile/20010107-1.c: New test.
7871
7872 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7873
7874 * gcc.c-torture/execute/builtin-noret-1.c: New test.
7875
7876 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7877
7878 * gcc.dg/format/format.h: New file.
7879 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
7880 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
7881 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
7882 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
7883 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
7884 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7885 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
7886 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
7887 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
7888 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
7889 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
7890 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
7891 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
7892 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
7893 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
7894 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
7895 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
7896 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
7897 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
7898 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
7899 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
7900 instead of declaring standard types, macros and functions in each
7901 test.
7902
7903 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
7904
7905 * gcc.c-torture/execute/20010106-1.c: New test.
7906
7907 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
7908
7909 * gcc.dg/format/format.exp: New file.
7910 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
7911 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
7912 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
7913 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
7914 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
7915 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
7916 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
7917 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
7918 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
7919 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
7920 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
7921 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
7922 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
7923 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
7924 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
7925 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
7926 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
7927 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
7928 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
7929 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
7930 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
7931 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
7932 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
7933 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
7934 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
7935 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
7936 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
7937 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
7938 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
7939 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
7940 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
7941 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
7942 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
7943 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
7944 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
7945 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
7946 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
7947 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
7948 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
7949 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
7950 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
7951 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
7952
7953 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
7954
7955 * gcc.c-torture/execute/991228-1.c: Take word endianness into
7956 account.
7957
7958 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
7959
7960 * gcc.c-torture/execute/builtin-complex-1.c: New test.
7961
7962 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
7963
7964 * g++.old-deja/g++.pt/crash62.C: New test.
7965
7966 2001-01-04 Richard Henderson <rth@redhat.com>
7967
7968 * gcc.dg/20000926-1.c: Update expected warnings.
7969 * gcc.dg/array-2.c: Likewise.
7970 * gcc.dg/array-4.c: Also validate flexible array members.
7971 * gcc.dg/c99-flex-array-1.c: New.
7972
7973 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
7974
7975 * gcc.c-torture/compile/20001222-1.x: Remove.
7976
7977 Thu Jan 4 13:54:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7978
7979 * gcc.c-torture/execute/built-in-setjmp.c: New.
7980
7981 2001-01-03 Richard Henderson <rth@redhat.com>
7982
7983 * gcc.dg/940510-1.c: Update expected error wording.
7984 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
7985
7986 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
7987
7988 * lib/target-supports.exp (check_alias_available): Modified to
7989 indicate aliases not supported if only weak aliases are supported.
7990
7991 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7992
7993 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
7994 Turn on cmpstrsi checks for __pj__ and __i370__.
7995
7996 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
7997
7998 * g++.old-deja/g++.other/virtual11.C: New test.
7999
8000 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
8001
8002 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
8003
8004 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8005
8006 * gcc.c-torture/compile/20010102-1.c: New test.
8007
8008 2001-01-02 Andreas Jaeger <aj@suse.de>
8009
8010 * gcc.dg/noreturn-3.c: New test.
8011
8012 * gcc.dg/noreturn-4.c: New test.
8013
8014 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8015
8016 * gcc.c-torture/execute/stdio-opt-1.c: Also test
8017 __builtin_fputc and __builtin_fwrite.
8018
8019 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
8020
8021 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
8022 signed char, not default char.
8023
8024 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
8025
8026 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
8027
8028 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
8029
8030 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
8031
8032 2000-12-29 Richard Henderson <rth@redhat.com>
8033
8034 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
8035 (__cyg_profile_func_exit): Define.
8036
8037 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
8038
8039 * g++.dg/vtgc1.C: New test.
8040
8041 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
8042
8043 * gcc.dg/noncompile/20001228-1.c: New test.
8044
8045 * gcc.dg/20001228-1.c: New test.
8046
8047 * gcc.c-torture/execute/20001228-1.c: New test.
8048
8049 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
8050
8051 * gcc.dg/format-strfmon-1.c: New test.
8052
8053 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8054
8055 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
8056 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
8057 * gcc.c-torture/execute/string-opt-1.c: Likewise.
8058 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8059 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8060 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8061 * gcc.c-torture/execute/string-opt-6.c: Likewise.
8062 * gcc.c-torture/execute/string-opt-7.c: Likewise.
8063 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8064 * gcc.c-torture/execute/string-opt-9.c: Likewise.
8065 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8066 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8067 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8068
8069 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
8070 * gcc.c-torture/execute/string-opt-4.c: Test index.
8071
8072 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
8073
8074 * gcc.c-torture/compile/20001226-1.c: New test.
8075
8076 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
8077
8078 * gcc.c-torture/compile/20001222-1.c: New test.
8079 * gcc.c-torture/compile/20001222-1.x: Xfail.
8080
8081 Fri Dec 22 06:45:03 2000 Alexandre Oliva <aoliva@redhat.com>
8082
8083 * gcc.c-torture/execute/comp-goto-2.c: New test.
8084
8085 Thu Dec 21 22:43:03 2000 J"orn Rennecke <amylaar@redhat.com>
8086
8087 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
8088 Use long types if __INT_MAX__ is 32767.
8089 (main): Use cast to (sint32 *) when poking 88 into a_page.
8090
8091 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
8092
8093 2000-12-21 Bernd Schmidt <bernds@redhat.com>
8094
8095 * gcc.c-torture/compile/20001221-1.c: New test.
8096 * gcc.c-torture/execute/20001221-1.c: New test.
8097
8098 2000-12-20 Richard Henderson <rth@redhat.com>
8099
8100 * g++.old-deja/g++.pt/crash36.C: Update error lines.
8101 * g++.old-deja/g++.robertl/eb109.C: Likewise.
8102
8103 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8104
8105 * gcc.dg/compare3.c: New test.
8106
8107 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8108
8109 * gcc.dg/format-warnll-1.c: New test.
8110
8111 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
8112
8113 * gcc.dg/cpp/cmdlne-P.c: New test.
8114
8115 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8116
8117 * gcc.c-torture/execute/builtin-abs-1.c,
8118 gcc.c-torture/execute/builtin-abs-2.c: New tests.
8119
8120 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
8121
8122 * gcc.dg/cpp/multiline.c: New test.
8123
8124 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
8125
8126 * g++.old-deja/g++.other/syshdr1.C: Update.
8127 * gcc.dg/cpp/lineflags.c: Remove temporarily.
8128
8129 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8130
8131 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
8132
8133 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8134
8135 * g++.old-deja/g++.pt/ttp65.C: New test.
8136
8137 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8138
8139 * g++.old-deja/g++.pt/ttp64.C: New test.
8140
8141 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8142
8143 * g++.old-deja/g++.pt/spec33.C: New test.
8144
8145 2000-12-14 Catherine Moore <clm@redhat.com>
8146
8147 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
8148 * gcc.c-torture/execute/920612-2.c: Likewise.
8149 * gcc.c-torture/execute/920428-2.c: Likewise.
8150 * gcc-c-torture/execute/va-arg-11.c: Call exit.
8151 * gcc.c-torture/execute/va-arg-21.c: Likewise.
8152
8153 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8154
8155 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
8156 * gcc.dg/pack-test-2.c: Likewise.
8157
8158 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8159
8160 Tests by Zack Weinberg <zackw@stanford.edu>.
8161
8162 * gcc.dg/cpp/defined.c: Update.
8163 * gcc.dg/cpp/defined_trad.c: New tests.
8164
8165 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8166
8167 * gcc.dg/cpp/trad-direct.c: Update.
8168
8169 2000-12-11 Neil Booth <neilb@earthling.net>
8170
8171 * gcc.dg/cpp/defined_trad.c
8172
8173 2000-12-11 Neil Booth <neilb@earthling.net>
8174
8175 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
8176
8177 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
8178
8179 * gcc.dg/format-miss-2.c: New test.
8180
8181 2000-12-09 Neil Booth <neilb@earthling.net>
8182
8183 * gcc.dg/cpp/lineflags.c: New tests.
8184 * gcc.dg/cpp/poison.c: Update.
8185 * gcc.dg/cpp/redef2.c: Update.
8186 * gcc.dg/cpp/skipping.c: New test.
8187
8188 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
8189
8190 * g++.old-deja/g++.other/eh3.C: New testcase.
8191
8192 2000-12-07 Neil Booth <neilb@earthling.net>
8193
8194 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
8195 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
8196 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
8197 wtr-union-init-2.c, wtr-union-init-3.c: Update.
8198 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
8199 Update.
8200
8201 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8202
8203 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
8204 __SIZE_TYPE__ instead of int for type of integers cast to
8205 pointers.
8206
8207 2000-12-07 Jakub Jelinek <jakub@redhat.com>
8208
8209 * g++.old-deja/g++.other/cleanup4.C: New test.
8210
8211 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8212
8213 * format-sec-1.c: New test.
8214
8215 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8216
8217 * gcc.dg/format-nonlit-3.c: New test.
8218
8219 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8220
8221 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
8222 through a null pointer.
8223
8224 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8225
8226 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
8227 * g++.old-deja/g++.pt/partial4.C: New test.
8228
8229 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
8230
8231 * gcc.c-torture/execute/ieee/hugeval.x: New.
8232
8233 2000-12-06 Neil Booth <neilb@earthling.net>
8234
8235 * gcc.dg/cpp/backslash2.c: New tests.
8236
8237 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8238
8239 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
8240 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
8241
8242 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
8243
8244 * gcc.c-torture/execute/20001203-2.c: New testcase.
8245
8246 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8247
8248 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
8249 * g++.old-deja/g++.other/virtual10.C: New test.
8250
8251 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8252
8253 * g++.old-deja/g++.mike/pmf5.C: Remove test.
8254
8255 2000-12-05 Richard Henderson <rth@redhat.com>
8256
8257 * gcc.c-torture/compile/20001205-1.c: New.
8258
8259 2000-12-04 Neil Booth <neilb@earthling.net>
8260
8261 * g++.old-deja/g++.other/virtual9.C: New test.
8262 * g++.old-deja/g++.pt/crash61.C: New test.
8263 * gcc.c-torture/execute/loop-9.c: New test.
8264
8265 2000-12-04 Neil Booth <neilb@earthling.net>
8266
8267 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
8268 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
8269 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
8270 * gcc.dg/cpp/extratokens.c: ...here.
8271
8272 2000-12-04 Neil Booth <neilb@earthling.net>
8273
8274 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
8275 New tests.
8276
8277 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8278
8279 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
8280 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
8281
8282 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
8283
8284 * gcc.c-torture/execute/20001203-1.c: New test.
8285
8286 2000-12-03 Neil Booth <neilb@earthling.net>
8287
8288 * gcc.dg/cpp/macro6.c: New test cases.
8289
8290 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8291
8292 * gcc.c-torture/execute/string-opt-9.c: New test.
8293 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8294 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8295 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8296
8297 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
8298 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
8299
8300 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
8301
8302 * gcc.dg/cpp/if-6.c: New testcase.
8303
8304 * gcc.dg/20001201-1.c: New testcase.
8305
8306 2000-12-02 Neil Booth <neilb@earthling.net>
8307
8308 * g++.old-deja/g++.other/externC4.C,
8309 g++.old-deja/g++.other/friend10.C: New tests.
8310
8311 2000-12-02 Neil Booth <neilb@earthling.net>
8312
8313 * g++.old-deja/g++.other/instan2.C
8314 * g++.old-deja/g++.other/instan3.C: New test.
8315
8316 2000-12-02 Neil Booth <neilb@earthling.net>
8317
8318 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
8319 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
8320 gnuc99.c,gnuc99-pedantic.c: New tests.
8321
8322 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8323
8324 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
8325 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
8326
8327 2000-12-01 Neil Booth <neilb@earthling.net>
8328
8329 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
8330 * gcc.dg/cpp/poison.c: Update.
8331 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
8332
8333 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
8334
8335 * g77.f-torture/execute/20001201.f: New test.
8336
8337 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8338
8339 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
8340
8341 2000-12-01 Jakub Jelinek <jakub@redhat.com>
8342
8343 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
8344
8345 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
8346
8347 * g++.old-deja/g++.other/cast6.C: New test.
8348
8349 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
8350
8351 * gcc.c-torture/execute/20001130-2.c: New testcase.
8352
8353 2000-11-30 Richard Henderson <rth@redhat.com>
8354
8355 * gcc.c-torture/execute/20001130-1.c: New test.
8356
8357 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8358
8359 * g++.old-deja/g++.other/op3.C: New test.
8360
8361 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8362
8363 * g++.old-deja/g++.other/op2.C: New test.
8364
8365 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8366
8367 * g++.old-deja/g++.other/crash38.C: New test.
8368
8369 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
8370
8371 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
8372
8373 2000-11-29 Jakub Jelinek <jakub@redhat.com>
8374
8375 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
8376 tests.
8377 * gcc.c-torture/execute/string-opt-6.c: New test.
8378
8379 * gcc.dg/20001117-1.c: Add main.
8380
8381 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
8382
8383 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
8384 Move from here ...
8385 * gcc.dg/940510-1.c: ... to here.
8386
8387 * gcc.dg/20000926-1.c: GNU C now allows initializations of
8388 zero-size arrays in toplevel structures.
8389
8390 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8391
8392 * gcc.c-torture/execute/loop-8.c: New test.
8393
8394 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8395
8396 * g++.old-deja/g++.other/base1.C: New test.
8397
8398 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8399
8400 * g++.old-deja/g++.other/parse2.C: New test.
8401
8402 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8403
8404 * g++.old-deja/g++.pt/incomplete1.C: New test.
8405
8406 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8407
8408 * g++.old-deja/g++.other/friend9.C: New test.
8409
8410 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8411
8412 * gcc.dg/20001127-1.c: New test.
8413
8414 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8415
8416 * g++.old-deja/g++.pt/friend46.C: New test.
8417
8418 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8419
8420 * g++.old-deja/g++.other/ptrmem8.C: New test.
8421
8422 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8423
8424 * gcc.c-torture/execute/string-opt-7.c: New test.
8425 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8426
8427 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
8428
8429 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
8430 instead of 'mkcheck 2'.
8431
8432 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
8433
8434 * gcc.c-torture/execute/memcheck/driver.c,
8435 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
8436 C9X references to refer to C99.
8437
8438 2000-11-25 Jakub Jelinek <jakub@redhat.com>
8439
8440 * gcc.dg/ultrasp3.c: New test.
8441
8442 2000-11-25 Neil Booth <neilb@earthling.net>
8443
8444 * gcc.dg/cpp/include2.c: Update test to be locale independent.
8445
8446 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
8447
8448 * gcc.c-torture/compile/20001123-2.c: New.
8449
8450 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8451
8452 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
8453
8454 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
8455
8456 * gcc.dg/sequence-point-1.c: Add some new tests.
8457 * gcc.c-torture/execute/20001124-1.c: New test.
8458
8459 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8460
8461 * g++.old-deja/g++.other/vaarg4.C: New test.
8462 * gcc.c-torture/compile/20001123-1.c: New test.
8463
8464 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8465
8466 * g++.other/crash24.C: Adjust and remove XFAIL.
8467 * g++.other/crash37.C: New test.
8468
8469 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
8470
8471 * g++.old-deja/g++.pt/instantiate9.C: New test.
8472
8473 2000-11-22 Mark Mitchell <mark@codesourcery.com>
8474
8475 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
8476 new ABI, too.
8477
8478 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
8479 * g++.old-deja/g++.robertl/eb55.C: Likewise.
8480
8481 2000-11-22 Neil Booth <neilb@earthling.net>
8482
8483 * gcc.dg/cpp/Wtrigraphs.c: New test.
8484
8485 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
8486
8487 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
8488
8489 2000-11-22 Jakub Jelinek <jakub@redhat.com>
8490
8491 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
8492
8493 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
8494
8495 * lib/gcc-dg.exp: load_lib scanasm.exp.
8496 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
8497 * lib/g++-dg.exp: load_lib scanasm.exp.
8498 * lib/scanasm.exp: New.
8499 (scan-assembler, scan-assembler-not): Add optional arguments to
8500 test name, or if not present, the pattern name.
8501 (scan-assembler-dem, scan-assembler-dem-not): New.
8502
8503 * g++.dg/dg.exp: New.
8504
8505 2000-11-21 Neil Booth <neilb@earthling.net>
8506
8507 * gcc.dg/cpp/integrated1.c: Remove.
8508
8509 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8510
8511 * gcc.c-torture/execute/20001121-1.c: New test.
8512
8513 2000-11-21 Richard Henderson <rth@redhat.com>
8514
8515 * gcc.c-torture/compile/20001121-1.c: New test.
8516
8517 2000-11-20 Neil Booth <neilb@earthling.net>
8518
8519 * gcc.dg/cpp/integrated1.c: New test.
8520
8521 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8522
8523 * g++.old-deja/g++.other/inline17.C: New test.
8524
8525 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
8526
8527 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
8528 local variable to be zero: I made the variable global. Now
8529 uses abort() and exit() instead of relying on main's return value.
8530
8531 2000-11-20 Neil Booth <neilb@earthling.net>
8532
8533 * gcc.dg/cpp/paste2.c: Update test.
8534 * objc/execute/paste.m: New test.
8535
8536 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
8537
8538 * gcc.dg/c99-condexpr-1.c: New test.
8539
8540 2000-11-20 Neil Booth <neilb@earthling.net>
8541
8542 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
8543
8544 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
8545
8546 * g++.old-deja/g++.pt/export1.C: New test.
8547
8548 2000-11-20 Jakub Jelinek <jakub@redhat.com>
8549
8550 * gcc.dg/20001117-1.c: New test.
8551
8552 2000-11-18 Richard Henderson <rth@redhat.com>
8553
8554 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
8555
8556 2000-11-18 Richard Henderson <rth@redhat.com>
8557
8558 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
8559 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
8560 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
8561
8562 2000-11-18 Richard Henderson <rth@redhat.com>
8563
8564 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
8565 (main): New. Exit cleanly.
8566
8567 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
8568
8569 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
8570 gcc.dg/c99-fordecl-2.c: New tests.
8571
8572 2000-11-18 Richard Henderson <rth@redhat.com>
8573
8574 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
8575 * gcc.c-torture/execute/zerolen-2.c: New.
8576
8577 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8578
8579 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
8580 memory.
8581
8582 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8583
8584 * g++.old-deja/g++.pt/instantiate8.C: New test.
8585
8586 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8587
8588 * g++.old-deja/g++.other/incomplete.C: Add more tests.
8589 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
8590
8591 2000-11-16 Nick Clifton <nickc@redhat.com>
8592
8593 * gcc.c-torture/execute/nestfunc-2.c: New test.
8594 * gcc.c-torture/execute/nestfunc-3.c: New test.
8595
8596 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8597
8598 * gcc.c-torture/compile/20001116-1.c: New test.
8599
8600 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8601
8602 * gcc.c-torture/execute/20001115-1.c: New test.
8603
8604 2000-11-15 Mark Mitchell <mark@codesourcery.com>
8605
8606 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
8607 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
8608 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
8609 * g++.old-deja/g++.abi/vmihint.C: Likewise.
8610
8611 2000-11-15 Neil Booth <neilb@earthling.net>
8612
8613 gcc.dg/cpp/_Pragma1.c: Update.
8614 gcc.dg/cpp/_Pragma2.c: New test.
8615
8616 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
8617
8618 * g++.old-deja/g++.other/anon5.C: New test.
8619
8620 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
8621
8622 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
8623 tests.
8624
8625 2000-11-14 Jakub Jelinek <jakub@redhat.com>
8626
8627 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
8628 output.
8629
8630 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8631
8632 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
8633 labels at end of compound statements.
8634
8635 2000-11-13 Jakub Jelinek <jakub@redhat.com>
8636
8637 * gcc.c-torture/execute/loop-7.c: New test.
8638
8639 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8640
8641 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
8642
8643 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8644
8645 * gcc.dg/c99-bool-1.c: New test.
8646
8647 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8648
8649 * gcc.dg/c99-scope-1.c: Remove xfail.
8650 * gcc.dg/c99-scope-2.c: New test.
8651
8652 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8653
8654 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
8655 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
8656
8657 2000-11-11 Mark Mitchell <mark@codesourcery.com>
8658
8659 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
8660 error messages.
8661
8662 * g++.mike/p700.C: Don't typedef wchar_t.
8663 * g++.mike/p784.C: Likewise.
8664 * g++.mike/eb101.C: Don't use __wchar_t.
8665
8666 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
8667
8668 * g77.f-torture/execute/20001111.[fx]: Test premature exit
8669 from DO loop.
8670
8671 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8672
8673 * gcc.c-torture/execute/20001111-1.c: New test.
8674
8675 2000-11-10 Nick Clifton <nickc@redhat.com>
8676
8677 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
8678 long multuiple and accumulate.
8679
8680 2000-11-09 Richard Henderson <rth@redhat.com>
8681
8682 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
8683 via size_t instead of int.
8684
8685 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
8686 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8687 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8688 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8689
8690 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
8691
8692 * gcc.c-torture/compile/20001109-1.c: New test.
8693 * gcc.c-torture/compile/20001109-2.c: New test.
8694
8695 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
8696
8697 * g++.old-deja/g++.pt/operator1.C: New test.
8698 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
8699
8700 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8701
8702 * gcc.dg/20001108-1.c: New test.
8703
8704 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8705
8706 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
8707 with both arguments constant strings.
8708 * gcc.c-torture/execute/string-opt-3.c: New test.
8709 * gcc.c-torture/execute/string-opt-4.c: New test.
8710 * gcc.c-torture/execute/string-opt-5.c: New test.
8711
8712 2000-11-08 Nick Clifton <nickc@redhat.com>
8713
8714 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
8715 mulsidi3adddi patterns.
8716
8717 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
8718
8719 * g++.old-deja/g++.other/crash36.C: New test.
8720
8721 2000-11-08 Jakub Jelinek <jakub@redhat.com>
8722
8723 * g++.old-deja/g++.other/init16.C: New test.
8724
8725 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
8726
8727 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
8728
8729 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8730
8731 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
8732 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8733 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8734
8735 2000-11-07 DJ Delorie <dj@redhat.com>
8736
8737 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
8738
8739 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8740
8741 * gcc.c-torture/execute/string-opt-1.c: New test.
8742
8743 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8744
8745 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
8746 mips-sgi-irix6.* because the MIPS ABI passes floating-point
8747 parameters in registers, and there is no way for a varargs
8748 function to know in which order the integer and floating-point
8749 parameters should be interleaved when they are placed on the
8750 stack.
8751 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8752 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8753
8754 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8755
8756 * gcc.c-torture/execute/string-opt-2.c: New test.
8757
8758 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
8759
8760 * g++.old-deja/g++.pt/crash60.C: New test.
8761
8762 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8763
8764 * g++.old-deja/g++.other/crash24.C: New test.
8765 * g++.old-deja/g++.other/crash25.C: New test.
8766 * g++.old-deja/g++.other/crash26.C: New test.
8767 * g++.old-deja/g++.other/crash27.C: New test.
8768 * g++.old-deja/g++.other/crash28.C: New test.
8769 * g++.old-deja/g++.other/crash29.C: New test.
8770 * g++.old-deja/g++.other/crash30.C: New test.
8771 * g++.old-deja/g++.other/crash31.C: New test.
8772 * g++.old-deja/g++.other/crash32.C: New test.
8773 * g++.old-deja/g++.other/crash33.C: New test.
8774 * g++.old-deja/g++.other/crash34.C: New test.
8775 * g++.old-deja/g++.other/crash35.C: New test.
8776
8777 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8778
8779 * gcc.c-torture/execute/20001031-1.c: New test.
8780
8781 2000-11-04 Mark Mitchell <mark@codesourcery.com>
8782
8783 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
8784 namespace.
8785
8786 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
8787 standards-conformant.
8788
8789 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
8790
8791 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
8792 * g++.old-deja/g++.mike/p755a.C: Likewise.
8793 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
8794 library makes no calls to `operator new' during initialization.
8795
8796 2000-11-04 Neil Booth <neilb@earthling.net>
8797
8798 * gcc.dg/cpp/include2.c: New tests.
8799
8800 Fri Nov 3 13:32:14 2000 Mark P Mitchell <mark@codesourcery.com>
8801
8802 * lib/g++.exp (g++_set_ld_library_path): New function.
8803 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
8804
8805 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
8806
8807 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
8808 warnings.
8809
8810 2000-11-01 Richard Henderson <rth@redhat.com>
8811
8812 * g++.old-deja/g++.ext/namedret1.C: New.
8813 * g++.old-deja/g++.ext/namedret2.C: New.
8814 * g++.old-deja/g++.ext/namedret3.C: New.
8815
8816 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
8817
8818 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
8819 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
8820
8821 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8822
8823 * gcc.c-torture/execute/va-arg-21.c: New test.
8824
8825 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
8826
8827 * gcc.dg/c99-complex-2.c: New test.
8828
8829 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8830
8831 * gcc.c-torture/execute/stdio-opt-1.c: New test.
8832
8833 2000-10-31 Jakub Jelinek <jakub@redhat.com>
8834
8835 * g++.old-deja/g++.other/inline16.C: New test.
8836
8837 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
8838
8839 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
8840 __PRETTY_FUNCTION__
8841
8842 2000-10-29 Neil Booth <neilb@earthling.net>
8843
8844 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
8845 New tests.
8846 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
8847 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
8848 optimisation.
8849
8850 2000-10-29 Neil Booth <neilb@earthling.net>
8851
8852 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
8853 * mi1.c, mi1c.h: Add null directives to multiple-include test.
8854 * mi5.c: Test multiple includes work with -C.
8855 * trigraphs.c: Test ^= version.
8856
8857 2000-10-28 Neil Booth <neilb@earthling.net>
8858
8859 New tests and test updates for new macro expander.
8860
8861 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
8862 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
8863 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
8864 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
8865 new diagnostic messages.
8866
8867 * gcc.dg/cpp/macro3.c: New tests.
8868
8869 2000-10-27 Mark Mitchell <mark@codesourcery.com>
8870
8871 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
8872 on the same line.
8873
8874 2000-10-27 Jakub Jelinek <jakub@redhat.com>
8875
8876 * g++.old-deja/g++.other/eh2.C: New test.
8877
8878 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
8879
8880 * gcc.c-torture/execute/20001027-1.c: New test.
8881
8882 2000-10-26 Richard Henderson <rth@redhat.com>
8883
8884 * gcc.c-torture/execute/20001026-1.c: New.
8885
8886 2000-10-26 Mark Mitchell <mark@codesourcery.com>
8887
8888 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
8889 * g++.old-deja/g++.law/builtin1.C: Likewise.
8890 * g++.old-deja/g++.law/ctors10.C: Likewise.
8891 * g++.old-deja/g++.law/virtual3.C: Likewise.
8892 * g++.old-deja/g++.mike/p658.C: Likewise.
8893 * g++.old-deja/g++.other/sibcall1.C: Likewise.
8894 * g++.old-deja/g++.other/vaarg2.C: Likewise.
8895 * g++.old-deja/g++.robertl/eb124.C: Likewise.
8896 * g++.old-deja/g++.robertl/eb44.C: Likewise.
8897 * g++.old-deja/g++.robertl/eb77.C: Likewise.
8898
8899 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
8900
8901 * gcc.c-torture/compile/20001024-1.c: New test.
8902
8903 2000-10-25 Mark Mitchell <mark@codesourcery.com>
8904
8905 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
8906 to tell us whether or not we are using V3.
8907
8908 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
8909
8910 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
8911 operands.
8912
8913 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
8914
8915 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
8916
8917 2000-10-25 Jakub Jelinek <jakub@redhat.com>
8918
8919 * gcc.c-torture/execute/20001024-1.c: New test.
8920
8921 2000-10-24 Jakub Jelinek <jakub@redhat.com>
8922
8923 * g++.old-deja/g++.other/sibcall1.C: New test.
8924
8925 2000-10-20 Jakub Jelinek <jakub@redhat.com>
8926
8927 * gcc.dg/noncompile/init-3.c: New test.
8928
8929 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
8930
8931 * gcc.dg/format-array-1.c: New test.
8932
8933 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
8934
8935 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
8936 writing through null pointers; remove comment about testing
8937 unterminated strings.
8938
8939 2000-10-17 Matthew Hiller <hiller@redhat.com>
8940
8941 * gcc.c-torture/execute/20001017-2.c: New test.
8942
8943 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
8944
8945 * gcc.c-torture/compile/20001018-1.c: New test.
8946 * gcc.c-torture/compile/20001018-1.x: Xfail.
8947
8948 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8949
8950 * gcc.c-torture/execute/20001017-1.c: New test.
8951
8952 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
8953
8954 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
8955 for multiple use of arguments with scanf formats; add tests for
8956 multiple use of arguments.
8957
8958 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
8959
8960 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
8961
8962 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
8963
8964 * gcc.dg/format-miss-1.c: New test.
8965
8966 2000-10-16 Jakub Jelinek <jakub@redhat.com>
8967
8968 * gcc.c-torture/execute/20001013-1.c: New test.
8969
8970 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
8971
8972 * gcc.dg/format-branch-1.c: New test.
8973
8974 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
8975
8976 * README, lib/file-format.exp: Remove EGCS references.
8977
8978 2000-10-16 Jakub Jelinek <jakub@redhat.com>
8979
8980 * gcc.dg/20001013-1.c: New test.
8981
8982 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
8983
8984 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
8985 for intmax_t in the compiler using __typeof__ and the type rules
8986 for conditional expressions.
8987
8988 2000-10-13 Jakub Jelinek <jakub@redhat.com>
8989
8990 * gcc.dg/20001012-1.c: New test.
8991 * gcc.dg/20001012-2.c: New test.
8992
8993 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
8994
8995 * gcc.dg/format-attr-1.c: New test.
8996
8997 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
8998
8999 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
9000 __LONG_LONG_MAX__ instead of LLONG_MAX.
9001
9002 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9003
9004 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
9005 scanf flags.
9006 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
9007 flags.
9008
9009 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
9010
9011 * gcc.dg/sequence-pt-1.c: New test.
9012
9013 2000-10-11 Geoff Keating <geoffk@cygnus.com>
9014
9015 * gcc.c-torture/execute/20001011-1.c: New testcase.
9016 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
9017
9018 2000-10-10 Jakub Jelinek <jakub@redhat.com>
9019
9020 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
9021 does not error on it.
9022
9023 2000-10-10 Jakub Jelinek <jakub@redhat.com>
9024
9025 * gcc.dg/20001009-1.c: New test.
9026
9027 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
9028
9029 * gcc.c-torture/compile/20001009-1.c: Move from here ....
9030 * gcc.c-torture/execute/20001009-2.c: ... to here.
9031
9032 2000-10-09 Geoff Keating <geoffk@cygnus.com>
9033
9034 * gcc.c-torture/compile/20001009-1.c: New testcase.
9035 * gcc.c-torture/execute/20001009-1.c: New testcase.
9036 Testcases provided by Jan Hubicka <jh@suse.cz>.
9037
9038 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
9039
9040 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9041 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
9042 uintmax_t using <limits.h> to emulate the compiler's internal
9043 logic. No longer XFAIL %j tests.
9044
9045 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
9046
9047 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
9048 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9049 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
9050 regexps and details of expected handling of some bad formats.
9051 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
9052 suppression.
9053
9054 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
9055
9056 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
9057 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
9058 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
9059 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
9060 in list archives.
9061
9062 2000-10-06 Richard Henderson <rth@cygnus.com>
9063
9064 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
9065 * g++.old-deja/g++.brendan/crash52.C: Likewise.
9066 * g++.old-deja/g++.jason/report.C: Likewise.
9067 * g++.old-deja/g++.law/friend5.C: Likewise.
9068 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
9069 of the expected warnings.
9070
9071 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
9072
9073 * g++.old-deja/g++.pt/enum14.C: New test.
9074
9075 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
9076
9077 * g++.old-deja/g++.pt/crash59.C: New test.
9078
9079 2000-10-04 Will Cohen <wcohen@redhat.com>
9080
9081 * gcc.dg/20000926-1.c: New test.
9082
9083 2000-10-03 Geoff Keating <geoffk@cygnus.com>
9084
9085 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
9086 function name for current C++ compiler.
9087 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
9088
9089 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
9090
9091 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
9092 __PRETTY_FUNCTION__.
9093 * g++.old-deja/g++.ext/pretty2.C: Likewise.
9094
9095 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9096
9097 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
9098
9099 2000-09-26 Jakub Jelinek <jakub@redhat.com>
9100
9101 * gcc.c-torture/compile/20000923-1.c: New test.
9102
9103 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
9104
9105 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
9106 * g++.old-deja/g++.pt/ttp62.C: Same.
9107 * g++.old-deja/g++.other/inline14.C: Same.
9108
9109 2000-09-24 Richard Henderson <rth@cygnus.com>
9110
9111 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
9112
9113 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
9114
9115 * gcc.dg/c90-printf-1.c: Add test for wide string format.
9116
9117 2000-09-22 Geoff Keating <geoffk@cygnus.com>
9118
9119 * gcc.c-torture/compile/20000922-1.c: New file.
9120
9121 2000-09-21 Nick Clifton <nickc@redhat.com>
9122
9123 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
9124 a signed long modulo operation.
9125 (mod6): New function - perform an unsigned long modulo operation.
9126 (main): Add tests for modulos of very large numbers by very small
9127 dividends.
9128
9129 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9130
9131 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
9132
9133 2000-09-19 Richard Henderson <rth@cygnus.com>
9134
9135 * gcc.dg/compare2.c (case 10): XFAIL.
9136
9137 2000-09-18 Richard Henderson <rth@cygnus.com>
9138
9139 * gcc.c-torture/execute/20000906-1.c: Move ...
9140 * gcc.dg/20000906-1.c: ... here. Only run on targets
9141 that support __builtin_trap.
9142
9143 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
9144
9145 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
9146
9147 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9148
9149 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
9150 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
9151 more $ format tests.
9152
9153 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9154
9155 * gcc.dg/format-errmk-1.c: New test.
9156
9157 2000-09-17 Greg McGary <greg@mcgary.org>
9158
9159 * gcc.c-torture/execute/20000917-1.x: Remove.
9160
9161 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
9162
9163 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
9164
9165 2000-09-17 Greg McGary <greg@mcgary.org>
9166
9167 * gcc.c-torture/execute/20000917-1.c: New test.
9168 * gcc.c-torture/execute/20000917-1.x: XFAIL.
9169
9170 Sat 16-Sep-2000 08:14:58 BST Neil Booth <NeilB@earthling.net>
9171
9172 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
9173 in nested macro bug.
9174
9175 Fri 15-Sep-2000 06:50:11 BST Neil Booth <NeilB@earthling.net>
9176
9177 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
9178
9179 Thu Sep 14 16:48:49 2000 Jeffrey A Law (law@cygnus.com)
9180
9181 * gcc.c-torture/execute/20000914-1.c: New test.
9182
9183 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
9184
9185 * g++.other/inline13.C: New test.
9186
9187 2000-09-12 Andreas Jaeger <aj@suse.de>
9188
9189 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
9190 constant by Ulrich Drepper <drepper@redhat.com>.
9191
9192 Tue Sep 12 18:32:07 2000 J"orn Rennecke <amylaar@redhat.co.uk>
9193
9194 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
9195
9196 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9197
9198 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
9199
9200 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
9201
9202 * gcc.dg/cpp/backslash.c: New test.
9203
9204 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
9205
9206 * gcc.c-torture/execute/20000910-1.c: New test.
9207 * gcc.c-torture/execute/20000910-2.c: Likewise.
9208
9209 2000-09-11 Robert Lipe <robertl@sco.com>
9210
9211 * gcc.dg/pragma-align.c: New test.
9212
9213 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
9214
9215 * g++.old-deja/g++.pt/explicit82.C: New test.
9216 * g++.old-deja/g++.pt/explicit83.C: New test.
9217
9218 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
9219
9220 * gcc.dg/asm-names.c: New test.
9221
9222 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9223
9224 * gcc.dg/cpp/tr-warn6.c: New test
9225
9226 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
9227
9228 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
9229 be accepted.
9230
9231 2000-09-07 Catherine Moore <clm@redhat.com>
9232
9233 * gcc.c-torture/execute/unroll-1.c: New test.
9234
9235 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
9236
9237 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
9238 ERROR markers.
9239 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
9240 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
9241 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
9242 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
9243 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
9244 Preprocess only.
9245 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
9246 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
9247
9248 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9249
9250 * g++.old-deja/g++.pt/deduct2.C: New test.
9251
9252 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9253
9254 * g++.old-deja/g++.pt/parms2.C: New test.
9255
9256 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9257
9258 * g++.old-deja/g++.pt/crash58.C: New test.
9259
9260 2000-09-06 Greg McGary <greg@mcgary.org>
9261
9262 * gcc.c-torture/execute/20000906-1.c: New test.
9263 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
9264
9265 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9266
9267 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
9268
9269 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9270
9271 * g++.old-deja/g++.pt/crash57.C: New test.
9272
9273 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9274
9275 * g++.old-deja/g++.pt/crash56.C: New test.
9276
9277 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9278
9279 * g++.old-deja/g++.pt/koenig1.C: New test.
9280
9281 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9282
9283 * gcc.dg/20000904-1.c: New test.
9284
9285 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9286
9287 * gcc.dg/cpp/paste8.c: New test.
9288
9289 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
9290
9291 * gcc.c-torture/compile/20000827-1.c: New test.
9292
9293 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9294
9295 * gcc.dg/format-diag-1.c: New test.
9296
9297 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9298
9299 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
9300 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
9301 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
9302 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
9303 gcc.dg/formatz-1.c: Adjust warning regular expressions.
9304
9305 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9306
9307 * g++.old-deja/g++.other/nested4.C: New test.
9308
9309 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9310
9311 * g++.old-deja/g++.ns/scoped1.C: New test.
9312
9313 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
9314
9315 * lib/g++.exp: Support testing already-installed GCC.
9316
9317 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9318
9319 * wtr-label-1.c, wtr-suffix-1.c: New tests.
9320
9321 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9322
9323 * gcc.dg/return-type-2.c: New test.
9324
9325 2000-08-27 Geoff Keating <geoffk@cygnus.com>
9326
9327 * gcc.c-torture/compile/20000825-1.c: New test.
9328
9329 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
9330
9331 * gcc.dg/dwarf2-2.c: New test.
9332
9333 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
9334
9335 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
9336 dg-warning regexps.
9337
9338 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
9339
9340 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
9341 gcc.dg/format-ext-5.c: New tests.
9342
9343 2000-08-25 Jakub Jelinek <jakub@redhat.com>
9344
9345 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
9346
9347 2000-08-24 Mark Mitchell <mark@codesourcery.com>
9348
9349 * gcc.dg/noncompile/930622-2.c: Adjust error message.
9350
9351 2000-08-24 Richard Henderson <rth@cygnus.com>
9352
9353 * gcc.dg/ia64-sync-1.c: New test.
9354 * gcc.dg/ia64-sync-2.c: New test.
9355 * gcc.dg/ia64-asm-1.c: New test.
9356
9357 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
9358
9359 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
9360 * gcc.dg/format-ext-2.c: New test.
9361
9362 2000-08-23 Jason Merrill <jason@redhat.com>
9363
9364 * lib/old-dejagnu.exp: Also ignore "In member function" and
9365 "At global scope".
9366
9367 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9368
9369 * gcc.dg/noncompile/label-lineno-1.c: New test.
9370
9371 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9372
9373 * gcc.dg/c99-array-nonobj-1.c: New test.
9374
9375 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9376
9377 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
9378 tests.
9379 * gcc.dg/format-ext-1.c: New test.
9380
9381 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9382
9383 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
9384 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
9385 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
9386 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
9387 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
9388
9389 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
9390
9391 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
9392 gcc.dg/c99-strftime-2.c: New tests.
9393
9394 2000-08-22 Richard Henderson <rth@cygnus.com>
9395
9396 * gcc.c-torture/execute/20000822-1.c: New test.
9397
9398 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9399
9400 * gcc.c-torture/execute/20000819-1.x: Remove.
9401
9402 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9403
9404 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
9405 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
9406 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
9407 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
9408 gcc.dg/format-xopen-1.c: New tests.
9409
9410 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9411
9412 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
9413
9414 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9415
9416 * g++.old-deja/g++.other/loop2.C: New test.
9417
9418 * gcc.c-torture/compile/20000606-1.c: New test.
9419 * gcc.c-torture/compile/20000728-1.c: New test.
9420 * gcc.c-torture/execute/20000801-1.c: New test.
9421 * gcc.c-torture/execute/20000801-2.c: New test.
9422 * gcc.c-torture/execute/20000819-1.c: New test.
9423 * gcc.c-torture/execute/20000819-1.x: XFAIL.
9424 * gcc.dg/20000629-1.c: New test.
9425 * gcc.dg/20000724-1.c: New test.
9426 * gcc.dg/20000807-1.c: New test.
9427
9428 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
9429
9430 * gcc.dg/cpp/pragma-1.c: New test.
9431 * gcc.dg/cpp/pragma-2.c: New test.
9432
9433 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
9434
9435 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
9436 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
9437
9438 Fri Aug 18 16:57:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9439
9440 * gcc.c-torture/compile/20000818-1.c: New test.
9441
9442 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
9443
9444 * gcc.c-torture/execute/20000818-1.c: New test.
9445
9446 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
9447
9448 * gcc.dg/format-va-1.c: New test.
9449
9450 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9451
9452 * g++.old-deja/g++.other/typedef8.C: New test.
9453
9454 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9455
9456 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
9457 * g++.old-deja/g++.mike/net36.C: Mark candidate.
9458 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
9459 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
9460 * g++.old-deja/g++.other/ptrmem7.C: New test.
9461 * g++.old-deja/g++.pt/ptrmem10.C: New test.
9462
9463 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9464
9465 * g++.old-deja/g++.pt/typename27.C: New test.
9466
9467 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
9468
9469 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
9470 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
9471 * g++.old-deja/g++.pt/friend45.C: New test.
9472 * g++.old-deja/g++.other/friend8.C: New test.
9473
9474 2000-08-15 Richard Henderson <rth@cygnus.com>
9475
9476 * gcc.c-torture/execute/20000815-1.c: New test.
9477
9478 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
9479
9480 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
9481 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
9482 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
9483
9484 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
9485
9486 * g++.old-deja/g++.other/refinit2.C: New test.
9487
9488 2000-08-13 Geoff Keating <geoffk@cygnus.com>
9489
9490 * lib/c-torture.exp (c-torture): Make
9491 compiler_conditional_xfail_data global.
9492 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
9493 compiler_conditional_xfail_data machinery.
9494 (f-torture-execute): Likewise.
9495 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
9496 and only when unrolling loops.
9497
9498 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
9499
9500 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9501
9502 * g++.old-deja/g++.pt/explicit81.C: New test.
9503
9504 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9505
9506 * g++.old-deja/g++.pt/typename26.C: New test.
9507
9508 2000-08-10 Geoff Keating <geoffk@cygnus.com>
9509
9510 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
9511 warning.
9512
9513 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
9514
9515 * g++.old-deja/g++.other/array3.C: New test.
9516
9517 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9518
9519 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
9520 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
9521 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
9522 New tests.
9523
9524 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
9525
9526 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
9527 * g++.old-deja/g++.abi/vmihint.C: Likewise.
9528
9529 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
9530
9531 * gcc.c-torture/execute/20000808-1.c: New test.
9532
9533 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9534
9535 * gcc.dg/c90-const-expr-1.c: New test.
9536
9537 2000-08-08 Richard Henderson <rth@cygnus.com>
9538
9539 * gcc.dg/noncompile/920923-1.c: Declare calloc.
9540
9541 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
9542
9543 * gcc.dg/noncompile/const-ll-1.c: New test.
9544
9545 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
9546
9547 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
9548
9549 Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
9550
9551 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
9552 that running programs linked against the shared version of libobjc
9553 run correctly.
9554
9555 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9556
9557 * gcc.dg/c99-printf-1.c: New test.
9558
9559 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9560
9561 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
9562
9563 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
9564
9565 * gcc.c-torture/execute/20000731-1.x: Delete.
9566
9567 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
9568
9569 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
9570 and torture_without_loops as is done by c-torture.exp.
9571 (search_for): Copy from c-torture.exp.
9572 (gcc-dg-runtest): New function, drives a directory of tests
9573 iterating over the TORTURE_OPTIONS.
9574 (scan-assembler, scan-assembler-not): Move here from
9575 individual directory drivers.
9576
9577 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
9578 defined by lib/gcc-dg.exp.
9579 * gcc.dg/cpp/cpp.exp: Likewise.
9580 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
9581 gcc-dg-runtest, so we cycle over optimization options.
9582
9583 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
9584 * gcc.dg/compare2.c: No longer expected to fail.
9585
9586 Fri Aug 4 23:00:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9587
9588 * gcc.c-torture/execute/20000804-1.c: New test.
9589
9590 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
9591
9592 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
9593
9594 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
9595
9596 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
9597
9598 Thu Aug 3 01:46:33 2000 Jeffrey A Law (law@cygnus.com)
9599
9600 * gcc.c-torture/compile/20000803-1.c: New test.
9601
9602 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
9603
9604 * gcc.c-torture/execute/20000801-3.c,
9605 gcc.c-torture/execute/20000801-4.c: New tests.
9606 * gcc.c-torture/execute/20000801-3.x,
9607 gcc.c-torture/execute/20000801-4.x: Xfail.
9608
9609 2000-08-02 Geoff Keating <geoffk@cygnus.com>
9610
9611 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
9612 libobjc/.libs to allow for libtool.
9613
9614 2000-08-02 Jakub Jelinek <jakub@redhat.com>
9615
9616 * gcc.c-torture/compile/20000802-1.c: New test.
9617
9618 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
9619
9620 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
9621
9622 Mon Jul 31 21:14:49 2000 Jeffrey A Law (law@cygnus.com)
9623
9624 * gcc-c-torture/execute/20000731-2.c: New test.
9625
9626 * gcc.c-torture/execute/20000731-1.c: New test.
9627 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
9628
9629 2000-07-31 Jakub Jelinek <jakub@redhat.com>
9630
9631 * testsuite/gcc.dg/cpp/paste7.c: New test.
9632 * gcc.dg/cpp/20000725-1.c: New test.
9633
9634 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
9635
9636 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
9637 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
9638 declaration warning for __builtin_dwarf_reg_size.
9639
9640 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
9641
9642 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
9643
9644 * gcc.dg/noncompile/voidparam-1.c: New test.
9645
9646 2000-07-30 Richard Henderson <rth@cygnus.com>
9647
9648 * gcc.dg/c90-digraph-1.c: Don't xfail.
9649 * gcc.dg/compare2.c (case 10): Xfail.
9650 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
9651
9652 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
9653
9654 * gcc.dg/c99-main-1.c: New test.
9655
9656 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
9657
9658 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
9659
9660 Wed Jul 26 19:41:51 2000 Hans-Peter Nilsson <hp@axis.com>
9661
9662 * gcc.c-tortuer/execute/20000726-1.c: New test.
9663
9664 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
9665
9666 * gcc.c-torture/execute/enum-2.c: New test.
9667
9668 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9669
9670 * gcc.dg/cpp/tr-warn3.c: New test.
9671
9672 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9673
9674 * g++.old-deja/g++.ext/implicit1.C: Remove.
9675 * g++.old-deja/g++.jason/c2.C: Remove
9676 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
9677 * g++.old-deja/g++.pt/crash16.C: Likewise.
9678 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
9679
9680 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9681
9682 * g++.old-deja/g++.other/for2.C: New test.
9683
9684 2000-07-25 Jakub Jelinek <jakub@redhat.com>
9685
9686 * gcc.dg/20000720-1.c: New test.
9687
9688 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
9689
9690 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
9691
9692 2000-07-24 Geoff Keating <geoffk@cygnus.com>
9693
9694 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
9695 * gcc.c-torture/execute/20000722-1.c: New.
9696 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
9697
9698 2000-07-24 Jakub Jelinek <jakub@redhat.com>
9699
9700 * gcc.dg/cpp/20000720-1.S: New test.
9701
9702 2000-07-21 Michael Meissner <meissner@redhat.com>
9703
9704 * gcc.c-torture/execute/ieee/hugeval.c: New test.
9705
9706 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9707
9708 * g++.old-deja/g++.brendan/crash16.C,
9709 g++.old-deja/g++.brendan/parse3.C,
9710 g++.old-deja/g++.brendan/redecl1.C,
9711 g++.old-deja/g++.ns/template13.C,
9712 g++.old-deja/g++.other/decl4.C,
9713 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
9714
9715 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9716
9717 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
9718 and "Internal error".
9719
9720 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
9721 regexps.
9722 * gcc.dg/cpp/paste6.c: New test.
9723
9724 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
9725
9726 * gcc.dg/cpp/tr-direct.c: New test.
9727
9728 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
9729 gcc.dg/cpp/undef1.c: Tweak error regexps.
9730
9731 2000-07-18 Eric Christopher <echristo@redhat.com>
9732
9733 * gcc.c-torture/compile/20000718-1.c: New test.
9734
9735 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
9736
9737 * cpplex.c (_cpp_push_token): If the token being pushed back
9738 is the previous token in this context, just subtract one from
9739 context->posn.
9740 * cppmacro.c (save_expansion): Clear aux field when storing a
9741 placemarker.
9742
9743 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
9744
9745 * gcc.dg/noncompile/redecl-1.c: New test.
9746
9747 2000-07-18 Jakub Jelinek <jakub@redhat.com>
9748
9749 * gcc.c-torture/execute/20000717-5.c: New test.
9750 * gcc.c-torture/execute/20000717-1.x: Removed.
9751
9752 2000-07-17 Richard Henderson <rth@cygnus.com>
9753
9754 * gcc.c-torture/execute/20000717-4.c: New test.
9755
9756 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
9757
9758 * gcc.dg/cpp/syshdr.c: New test.
9759 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
9760
9761 2000-07-17 Neil Booth <neilb@earthling.net>
9762
9763 * gcc.dg/cpp/cmdlne-dM.c: New test.
9764 * gcc.dg/cpp/cmdlne-dD.c: New test.
9765
9766 Mon Jul 17 03:13:12 2000 Jeffrey A Law (law@cygnus.com)
9767
9768 * gcc.c-torture/execute/20000717-3.c: New test.
9769
9770 * gcc.c-torture/compile/20000717-1.c: New test.
9771
9772 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
9773
9774 * gcc.c-torture/execute/20000717-2.c: New test.
9775
9776 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
9777
9778 * gcc.dg/formatz-1.c: New test.
9779
9780 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
9781 * gcc.dg/c99-digraph-1.c: New tests.
9782
9783 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
9784 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
9785
9786 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
9787 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
9788 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
9789 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
9790 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
9791 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
9792 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
9793
9794 Mon Jul 17 00:41:57 2000 Greg McGary <greg@mcgary.org>
9795
9796 * gcc.c-torture/execute/20000717-1.c: New test.
9797 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
9798
9799 2000-07-15 Jakub Jelinek <jakub@redhat.com>
9800
9801 * gcc.c-torture/execute/20000715-2.c: New test.
9802 * gcc.dg/20000715-1.c: New test.
9803
9804 2000-07-15 Michael Meissner <meissner@redhat.com>
9805
9806 * gcc.c-torture/execute/20000715-1.c: New test.
9807
9808 2000-07-13 Jakub Jelinek <jakub@redhat.com>
9809
9810 * gcc.c-torture/execute/20000707-1.c: New test.
9811
9812 2000-07-13 Neil Booth <NeilB@earthling.net>
9813
9814 * testsuite/gcc.dg/cpp/digraph1.c,
9815 testsuite/gcc.dg/cpp/digraph2.c,
9816 testsuite/gcc.dg/cpp/digraphs.c: New tests.
9817
9818 2000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
9819
9820 * g77.f-torture/compile/20000630-2.f: New test.
9821 * g77.f-torture/compile/20000630-2.x
9822
9823 2000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
9824
9825 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
9826
9827 2000-07-11 Neil Booth <NeilB@earthling.net>
9828
9829 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
9830
9831 2000-07-11 Neil Booth <NeilB@earthling.net>
9832
9833 * gcc.dg/cpp/cmdlne-C.c: New.
9834
9835 2000-07-09 Neil Booth <NeilB@earthling.net>
9836
9837 * gcc.dg/cpp/directiv.c: New tests.
9838 * gcc.dg/cpp/undef1.c: Update.
9839
9840 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
9841
9842 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
9843
9844 2000-07-09 Neil Booth <NeilB@earthling.net>
9845
9846 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
9847
9848 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
9849
9850 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
9851 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
9852
9853 2000-07-08 Neil Booth <NeilB@earthling.net>
9854
9855 * gcc.dg/cpp/macsyntx.c: New tests.
9856
9857 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9858
9859 * gcc.dg/20000707-1.c: New test.
9860
9861 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9862
9863 * gcc.c-torture/execute/20000706-1.c: New test.
9864 * gcc.c-torture/execute/20000706-2.c: New test.
9865 * gcc.c-torture/execute/20000706-3.c: New test.
9866 * gcc.c-torture/execute/20000706-4.c: New test.
9867 * gcc.c-torture/execute/20000706-5.c: New test.
9868
9869 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9870
9871 * g++.old-deja/g++.pt/instantiate7.C: New test.
9872
9873 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9874
9875 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
9876 * g++.old-deja/g++.mike/thunk3.C: Likewise.
9877 * g++.old-deja/g++.other/rtti3.C: Likewise.
9878 * g++.old-deja/g++.other/rttid3.C: Likewise.
9879
9880 2000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
9881
9882 * g77.f-torture/compile/20000630-1.x: Fix typo
9883
9884 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
9885
9886 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
9887 assembly output.
9888
9889 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
9890
9891 * gcc.dg/cpp/ident.c: New test.
9892
9893 2000-07-05 Neil Booth <NeilB@earthling.net>
9894
9895 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
9896 gcc.dg/cpp/lexstrng.c: New tests.
9897
9898 2000-07-04 Neil Booth <NeilB@earthling.net>
9899
9900 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
9901 * gcc.dg/cpp/strify2.c: Same.
9902
9903 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
9904
9905 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
9906 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
9907 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
9908 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
9909
9910 * testsuite/gcc.dg/cpp/macro1.c,
9911 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
9912 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
9913 testsuite/gcc.dg/cpp/strify1.c,
9914 testsuite/gcc.dg/cpp/strify2.c: New tests.
9915
9916 2000-07-03 Jakub Jelinek <jakub@redhat.com>
9917
9918 * gcc.c-torture/execute/20000703-1.c: New test.
9919
9920 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
9921
9922 * g++.old-deja/g++.pt (lookup10.C): New test.
9923
9924 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
9925
9926 * g++.old-deja/g++.pt (typename25.C): New test.
9927
9928 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
9929
9930 * gcc.c-torture/compile/20000701-1.c: New test.
9931
9932 2000-06-30 Nick Clifton <nickc@cygnus.com>
9933
9934 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
9935 to test case.
9936
9937 2000-06-30 Catherine Moore <clm@cygnus.com>
9938
9939 * gcc.c-torture/execute/align-1.c: New test.
9940
9941 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
9942
9943 * g++.old-deja/g++.pt/expr8.C: New test.
9944 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
9945
9946 2000-06-29 Nick Clifton <nickc@cygnus.com>
9947
9948 * gcc.c-torture/compile/20000629-1.c: New test.
9949
9950 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
9951
9952
9953 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
9954 gcc.dg/noncompile directory, depending on whether they're
9955 preprocessor tests or not. Annotate all the tests for the dg
9956 framework.
9957
9958 * gcc.c-torture/noncompile/noncompile.exp: Delete.
9959 * gcc.dg/noncompile/noncompile.exp: New.
9960
9961 * Moved files:
9962 Old name New name
9963 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
9964 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
9965 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
9966 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
9967 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
9968 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
9969 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
9970 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
9971 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
9972 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
9973 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
9974 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
9975 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
9976 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
9977 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
9978 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
9979 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
9980 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
9981 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
9982 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
9983 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
9984 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
9985 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
9986 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
9987
9988 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
9989 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
9990 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
9991 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
9992 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
9993 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
9994
9995 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
9996
9997 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
9998 declare one variable. On the fourth, error.
9999 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
10000 declared by 20000628-1a.h.
10001
10002 2000-06-29 Richard Henderson <rth@redhat.com>
10003
10004 * gcc.c-torture/execute/930529-1.x: New file.
10005 * gcc.dg/920413-1.c: Adjust expected warning text.
10006 * gcc.dg/980217-1.c: Declare abort.
10007 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
10008
10009 Thu Jun 29 09:42:40 2000 Jeffrey A Law (law@cygnus.com)
10010
10011 * g77.f-torture/compile/20000629-1.f: New test.
10012 * g77.f-torture/compile/20000629-1.x: Expected to fail.
10013
10014 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
10015
10016 Rearrange lots of files, removing entirely the
10017 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
10018 directories.
10019
10020 * Deleted files:
10021 gcc.c-torture/code_quality/code_quality.exp
10022 gcc.c-torture/special/special.exp
10023 gcc.failure/failure.exp
10024 gcc.failure/940409-1.x
10025 gcc.c-torture/compile/961203-1.x
10026
10027 * New files:
10028 gcc.misc-tests/linkage.exp
10029 gcc.c-torture/execute/920730-1t.c
10030 gcc.c-torture/execute/920730-1t.x
10031 gcc.c-torture/compile/920520-1.x
10032 gcc.c-torture/compile/920521-1.x
10033 gcc.c-torture/compile/981006-1.x
10034 gcc.c-torture/execute/eeprof-1.x
10035
10036 * Moved files (possibly with modifications to fit a new harness):
10037 Old name New name
10038 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
10039 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
10040 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
10041 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
10042 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
10043 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
10044 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
10045 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
10046 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
10047 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
10048 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
10049 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
10050 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
10051 gcc.failure/940409-1.c gcc.dg/940409-1.c
10052
10053 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
10054
10055 * c-torture/compile/961203-1.x: Delete.
10056
10057 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
10058 not exit. Include stdio.h.
10059 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
10060 * gcc.misc-tests/dg-12.c: Likewise.
10061 * gcc.misc-tests/dg-5.c: Likewise.
10062 * gcc.misc-tests/dg-6.c: Likewise.
10063 * gcc.misc-tests/dg-7.c: Prototype abort.
10064 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
10065 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
10066 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
10067 not exit.
10068 * gcc.misc-tests/sieve.c: Use return from main, not exit.
10069 * gcc.misc-tests/sort2.c: Use return from main, not exit.
10070
10071 2000-06-28 Jakub Jelinek <jakub@redhat.com>
10072
10073 * gcc.dg/cpp/20000628-1.c: New test.
10074 * gcc.dg/cpp/20000628-1.h: New header for above test.
10075 * gcc.dg/cpp/20000628-1a.h: Likewise.
10076
10077 2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
10078
10079 * gcc.dg/cpp: New directory.
10080 * gcc.dg/cpp/cpp.exp: New driver.
10081 * gcc.dg/cpp/20000627-1.c: New test.
10082 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
10083 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
10084 and rewrite as a compilation test.
10085
10086 * gcc.dg: Move many files into the cpp subdirectory, possibly
10087 renaming or editing them as well.
10088 Old name New name
10089 990119-1.c cpp/19990119-1.c
10090 990228-1.c cpp/19990228-1.c
10091 990407-1.c cpp/19990407-1.c
10092 990409-1.c cpp/19990409-1.c
10093 990413-1.c cpp/19990413-1.c
10094 990703-1.c cpp/19990703-1.c
10095 20000127-1.c cpp/20000127-1.c
10096 20000129-1.c cpp/20000129-1.c
10097 20000207-1.c cpp/20000207-1.c
10098 20000207-2.c cpp/20000207-2.c
10099 20000209-1.c cpp/20000209-1.c
10100 20000209-2.c cpp/20000209-2.c
10101 20000301-1.c cpp/20000301-1.c
10102 20000419-1.c cpp/20000419-1.c
10103 20000510-1.S cpp/20000510-1.S
10104 20000519-1.c cpp/20000519-1.c
10105 20000529-1.c cpp/20000529-1.c
10106 20000625-1.c cpp/20000625-1.c
10107 20000625-2.c cpp/20000625-2.c
10108 cpp-as1.c cpp/assert1.c
10109 cpp-as2.c cpp/assert2.c
10110 cxx-comments-1.c cpp/cxxcom1.c
10111 cxx-comments-2.c cpp/cxxcom2.c
10112 endif-label.c cpp/endif.c
10113 cpp-hash1.c cpp/hash1.c
10114 cpp-hash2.c cpp/hash2.c
10115 cpp-if1.c cpp/if-1.c
10116 cpp-if2.c cpp/if-2.c
10117 cpp-if3.c cpp/if-3.c
10118 cpp-if4.c cpp/if-4.c
10119 cpp-if5.c cpp/if-5.c
10120 cpp-cond.c cpp/if-cexp.c
10121 cpp-missingop.c cpp/if-mop.c
10122 cpp-missingparen.c cpp/if-mpar.c
10123 cpp-opprec.c cpp/if-oppr.c
10124 cpp-ifparen.c cpp/if-paren.c
10125 cpp-shortcircuit.c cpp/if-sc.c
10126 cpp-shift.c cpp/if-shift.c
10127 cpp-unary.c cpp/if-unary.c
10128 cpp-li1.c cpp/line1.c
10129 cpp-li2.c cpp/line2.c
10130 lineno.c cpp/line3.c
10131 lineno-2.c cpp/line4.c
10132 cpp-mi.c cpp/mi1.c
10133 cpp-mic.h cpp/mi1c.h
10134 cpp-micc.h cpp/mi1cc.h
10135 cpp-mind.h cpp/mi1nd.h
10136 cpp-mindp.h cpp/mi1ndp.h
10137 cpp-mix.h cpp/mi1x.h
10138 cpp-mi2.c cpp/mi2.c
10139 cpp-mi2a.h cpp/mi2a.h
10140 cpp-mi2b.h cpp/mi2b.h
10141 cpp-mi2c.h cpp/mi2c.h
10142 cpp-mi3.c cpp/mi3.c
10143 cpp-mi3.def cpp/mi3.def
10144 poison-1.c cpp/poison.c
10145 pr-impl.c cpp/prag-imp.c
10146 cpp-redef-2.c cpp/redef1.c
10147 cpp-redef.c cpp/redef2.c
10148 strpaste.c cpp/strp1.c
10149 strpaste-2.c cpp/strp2.c
10150 cpp-tradpaste.c cpp/tr-paste.c
10151 cpp-tradstringify.c cpp/tr-str.c
10152 cpp-tradwarn1.c cpp/tr-warn1.c
10153 cpp-tradwarn2.c cpp/tr-warn2.c
10154 trigraphs.c cpp/trigraphs.c
10155 cpp-unc1.c cpp/unc1.c
10156 cpp-unc2.c cpp/unc2.c
10157 cpp-unc3.c cpp/unc3.c
10158 cpp-unc.c cpp/unc4.c
10159 undef.c cpp/undef1.c
10160 undef-2.c cpp/undef2.c
10161 cpp-wi1.c cpp/widestr1.c
10162
10163 2000-06-27 Mark Mitchell <mark@codesourcery.com>
10164
10165 * lib/g++.exp (g++_include_flags): Tweak.
10166
10167 2000-06-27 H.J. Lu <hjl@gnu.org>
10168 Loren J. Rittle <ljrittle@acm.org>
10169
10170 * lib/g++.exp (g++_include_flags): Override libgloss.exp
10171 version with one that knows about the new gcc tree structure.
10172 (g++_link_flags): Same.
10173
10174 2000-06-26 Zack Weinberg <zack@wolery.cumb.org>
10175
10176 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
10177 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
10178 case we are cross-compiling.
10179
10180 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
10181 g++.old-deja/g++.niklas/Makefile.in,
10182 g++.old-deja/g++.niklas/configure.in,
10183 g++.old-deja/g++.other/Makefile.in,
10184 g++.old-deja/g++.other/configure.in,
10185 gcc.c-torture/code_quality/Makefile.in,
10186 gcc.c-torture/code_quality/configure.in,
10187 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
10188 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
10189 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
10190 gcc.c-torture/execute/ieee/Makefile.in,
10191 gcc.c-torture/execute/ieee/configure.in,
10192 gcc.c-torture/noncompile/Makefile.in,
10193 gcc.c-torture/noncompile/configure.in,
10194 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
10195 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
10196 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
10197
10198 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10199
10200 * g++.old-deja/g++.other/ambig3.C: New test.
10201
10202 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10203
10204 * g++.old-deja/g++.pt/syntax1.C: New test.
10205 * g++.old-deja/g++.pt/syntax2.C: New test.
10206 * g++.old-deja/g++.other/syntax3.C: New test.
10207 * g++.old-deja/g++.other/syntax4.C: New test.
10208
10209 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10210
10211 * gcc.dg/20000623-1.c: Prototype exit and abort.
10212
10213 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10214
10215 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
10216 New tests.
10217 * gcc.dg/cpp-mi3.def: New file.
10218
10219 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
10220 inside assertions.
10221 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
10222 lexer's error messages.
10223 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
10224 divine anything from the linemarkers.
10225 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
10226 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
10227
10228 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
10229
10230 * gcc.dg/20000623-1.c: New test.
10231
10232 2000-06-22 Jakub Jelinek <jakub@redhat.com>
10233
10234 * gcc.c-torture/execute/20000622-1.c: New test.
10235
10236 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10237
10238 * g++.old-deja/g++.other/init15.C: New test.
10239
10240 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10241
10242 * g++.old-deja/g++.pt/vaarg2.C: New test.
10243 * g++.old-deja/g++.pt/vaarg3.C: New test.
10244
10245 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
10246
10247 * g++.old-deja/g++.other/dyncast6.C: New test.
10248
10249 2000-06-15 Jakub Jelinek <jakub@redhat.com>
10250
10251 * gcc.c-torture/execute/loop-6.c: New test.
10252
10253 2000-06-14 Jakub Jelinek <jakub@redhat.com>
10254
10255 * gcc.dg/20000614-1.c: New test.
10256 * gcc.dg/20000614-2.c: New test.
10257
10258 2000-06-14 Hans-Peter Nilsson <hp@axis.com>
10259
10260 * g++.old-deja/g++.other/inline12.C: New test.
10261
10262 2000-06-13 Jakub Jelinek <jakub@redhat.com>
10263
10264 * g++.old-deja/g++.other/eh1.C: New test.
10265
10266 2000-06-12 Jakub Jelinek <jakub@redhat.com>
10267
10268 * g++.old-deja/g++.other/type.C: New test.
10269
10270 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10271
10272 * g++.old-deja/g++.other/initstring.C: New test.
10273
10274 2000-06-12 Jason Merrill <jason@redhat.com>
10275
10276 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
10277
10278 Fri Jun 9 22:46:34 2000 Jeffrey A Law (law@cygnus.com)
10279
10280 * gcc.c-torture/compile/20000609-1.c: New test.
10281
10282 Fri Jun 9 21:54:28 2000 Clinton Popetz <cpopetz@cygnus.com>
10283
10284 * gcc.dg/20000609-1.c: New test.
10285
10286 2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
10287
10288 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
10289 * gcc.c-torture/noncompile/poison-1.c: Move...
10290 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
10291 * gcc.dg/cpp-li1.c: Add a token after the #line.
10292
10293 2000-06-05 Richard Henderson <rth@cygnus.com>
10294
10295 * gcc.c-torture/execute/20000605-2.c: New test.
10296 * gcc.c-torture/execute/20000605-3.c: New test.
10297
10298 2000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
10299
10300 * g77.f-torture/execute/20000503-1.x: New file.
10301
10302 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
10303
10304 * g++.old-deja/g++.eh/badalloc1.C: New test.
10305
10306 2000-06-05 Richard Henderson <rth@cygnus.com>
10307
10308 * gcc.c-torture/execute/20000605-1.c: New test.
10309
10310 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10311 Nathan Sidwell <nathan@codesourcery.com>
10312
10313 * gcc.c-torture/compile/20000605-1.c: New test.
10314
10315 2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
10316
10317 * g77.f-torture/compile/20000601-1.f: New test.
10318
10319 2000-06-03 Richard Henderson <rth@cygnus.com>
10320
10321 * gcc.c-torture/execute/20000603-1.c: New.
10322
10323 2000-06-02 Zack Weinberg <zack@wolery.cumb.org>
10324
10325 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
10326 * gcc.dg/noreturn-2.c (noreturn): Likewise.
10327
10328 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
10329
10330 * gcc.dg/compare2.c (case 12): XFAIL.
10331 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
10332 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
10333
10334 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
10335
10336 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
10337
10338 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
10339 guard macro is already defined when the header is first
10340 included.
10341 * gcc.dg/cpp-mix.h: New file.
10342 * gcc.dg/endif-label.c: Update patterns to match compiler.
10343
10344 * g++.brendan/complex1.C: Declare abort.
10345 * g++.law/refs4.C: Remove XFAIL.
10346 * g++.oliva/expr2.C: Declare abort and exit.
10347
10348 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
10349
10350 * gcc.c-torture/execute/20000528-1.c: New test.
10351
10352 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
10353 * g++.old-deja/g++.law/temps4.C: Likewise.
10354
10355 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
10356 stdlib.h. Call abort() on failure.
10357 * g++.old-deja/g++.law/refs4.C: Likewise.
10358 * g++.old-deja/g++.law/temps4.C: Likewise.
10359 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
10360 * gcc.c-torture/execute/20000112-1.c: Include string.h.
10361
10362 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
10363
10364 Relative to g++.dg/special:
10365 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
10366
10367 Relative to g++.old-deja:
10368 * g++.brendan/complex1.C, g++.jason/optimize2.C,
10369 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
10370 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
10371 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
10372 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
10373 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
10374 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
10375
10376 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
10377 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
10378 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
10379 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
10380 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
10381 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
10382 and/or string.h.
10383
10384 * g++.other/goto1.C: Update expectations for error messages.
10385
10386 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
10387
10388 * gcc.c-torture/compile/20000523-1.c: New test.
10389
10390 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10391
10392 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
10393
10394 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10395
10396 * g++.old-deja/g++.eh/catch11.C: New test.
10397 * g++.old-deja/g++.eh/catch12.C: New test.
10398
10399 2000-05-24 Nick Clifton <nickc@cygnus.com>
10400
10401 * gcc.c-torture/execute/20000523-1.c: New test.
10402
10403 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
10404
10405 * c-torture/execute/bcp-1.c: Replace abort in arg of
10406 __builtin_constant_p with a generic external function.
10407
10408 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
10409 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
10410 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
10411 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
10412 Prototype abort and/or exit.
10413
10414 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
10415 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
10416 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
10417 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
10418
10419 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
10420
10421 * gcc.dg/dwarf2-1.c: New test.
10422
10423 2000-05-20 Richard Henderson <rth@cygnus.com>
10424
10425 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
10426
10427 2000-05-20 Andreas Jaeger <aj@suse.de>
10428
10429 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
10430 testcase.
10431
10432 2000-05-19 David Edelsohn <edelsohn@gnu.org>
10433
10434 * gcc.c-torture/execute/20000519-2.c: New test.
10435
10436 2000-05-19 Andreas Jaeger <aj@suse.de>
10437
10438 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
10439 which fails with SSA.
10440
10441 * lib/c-torture.exp: Also test with -O3 -fssa.
10442
10443 2000-05-18 Michael Meissner <meissner@redhat.com>
10444
10445 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
10446 * gcc.c-torture/execute/920415-1.c: Ditto.
10447 * gcc.c-torture/execute/920501-1.c: Ditto.
10448 * gcc.c-torture/execute/conversion.c: Ditto.
10449 * gcc.c-torture/execute/cvt-1.c: Ditto.
10450
10451 Thu May 18 16:03:29 2000 Jeffrey A Law (law@cygnus.com)
10452
10453 * gcc.c-torture/compile/20000518-1.c: New test.
10454
10455 2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
10456
10457 * g77.f-torture/compile/200005018.f: New test.
10458
10459 Wed May 17 18:30:10 2000 Jeffrey A Law (law@cygnus.com)
10460
10461 * gcc.c-torture/compile/20000517-1.c: New test.
10462
10463 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10464
10465 * gcc.c-torture/execute/20000516-1.c: New test.
10466
10467 2000-05-15 Jakub Jelinek <jakub@redhat.com>
10468
10469 * g++.old-deja/g++.other/eh.C: New test.
10470
10471 2000-05-12 Richard Henderson <rth@cygnus.com>
10472
10473 * gcc.c-torture/execute/990208-1.c (main): Don't pass
10474 constants through to doit's conditional.
10475
10476 Thu May 11 19:02:43 2000 Jeffrey A Law (law@cygnus.com)
10477
10478 * gcc.c-torture/compile/20000511-1.c: New test.
10479 * g77.f-torture/compile/20000511-1.f: New test.
10480 * g77.f-torture/compile/20000511-2.f: New test.
10481
10482 2000-05-11 Michael Meissner <meissner@redhat.com>
10483
10484 * gcc.c-torture/execute/20000511-1.c: New test.
10485
10486 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
10487
10488 * gcc.dg/dg.exp: Scan .S files as well as .c files.
10489 * gcc.dg/20000510-1.S: New.
10490
10491 2000-05-08 Catherine Moore <clm@cygnus.com>
10492
10493 * gcc.dg/unused-3.c: New.
10494
10495 2000-05-06 Richard Henderson <rth@cygnus.com>
10496
10497 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
10498 * g++.old-deja/g++.mike/warn1.C: Likewise.
10499 * g++.old-deja/g++.pt/local1.C: Likewise.
10500 * g++.old-deja/g++.pt/local7.C: Likewise.
10501 * g++.old-deja/g++.pt/spec16.C: Likewise.
10502
10503 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
10504
10505 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
10506
10507 2000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
10508
10509 * g77.f-torture/execute/20000503-1.f: New test.
10510
10511 2000-05-04 Andreas Jaeger <aj@suse.de>
10512
10513 * gcc.dg/noreturn-2.c: New test.
10514
10515 2000-05-04 Neil Booth <NeilB@earthling.net>
10516
10517 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
10518 preprocessor.
10519
10520 2000-05-04 Richard Henderson <rth@cygnus.com>
10521
10522 * gcc.c-torture/execute/20000503-1.c: Fix typo.
10523
10524 2000-05-04 Richard Henderson <rth@cygnus.com>
10525
10526 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
10527 OpenSSL by Jason R Thorpe.
10528
10529 Wed May 3 13:02:10 2000 Jim Wilson <wilson@cygnus.com>
10530
10531 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
10532
10533 2000-05-03 Robert Lipe <robertlipe@usa.net>
10534
10535 * gcc.dg/20000503-1.c: New test.
10536
10537 2000-05-02 Jakub Jelinek <jakub@redhat.com>
10538
10539 * gcc.c-torture/compile/20000502-1.c: New test.
10540 * g++.old-deja/g++.other/align.C: New test.
10541 * gcc.dg/cpp-tradstringify.c: New test.
10542
10543 Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
10544
10545 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
10546 and hard registers.
10547
10548 2000-04-26 Geoff Keating <geoffk@cygnus.com>
10549
10550 * gcc.c-torture/execute/loop-5.c: New test.
10551
10552 2000-04-25 Jakub Jelinek <jakub@redhat.com>
10553
10554 * gcc.c-torture/execute/va-arg-20.c: New test.
10555
10556 Sun Apr 23 14:41:33 2000 Jeffrey A Law (law@cygnus.com)
10557
10558 * gcc.c-torture/execute/20000422-1.c: New test.
10559
10560 2000-04-20 Greg McGary <gkm@gnu.org>
10561
10562 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
10563 when optimizing, but without sibling-call optimizations (-O1).
10564
10565 Thu Apr 20 11:57:03 2000 Jeffrey A Law (law@cygnus.com)
10566
10567 * gcc.c-torture/compile/20000420-1.c: New test.
10568
10569 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
10570
10571 * g++.abi/ptrflags.C: New test.
10572 * g++.eh/catchptr1.C: Test incomplete pointer chains.
10573
10574 Wed Apr 19 09:16:32 2000 Catherine Moore <clm@cygnus.com>
10575
10576 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
10577
10578 2000-04-19 Greg McGary <gkm@gnu.org>
10579
10580 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
10581 sibling-call optimizations.
10582
10583 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
10584
10585 * gcc.dg/20000419-1.c: New test.
10586
10587 Wed Apr 12 22:54:02 2000 Hans-Peter Nilsson <hp@axis.com>
10588
10589 * gcc.c-torture/execute/20000412-6.c: New test.
10590
10591 Wed Apr 12 10:25:08 2000 Jeffrey A Law (law@cygnus.com)
10592
10593 * gcc.c-torture/execute/20000412-5.c: New test.
10594 * g77.f-torture/compile/20000412-1.f: New test.
10595 * gcc.c-torture/execute/20000412-4.c: New test.
10596 * gcc.c-torture/compile/20000412-2.c: New test.
10597 * gcc.c-torture/execute/20000412-3.c: New test.
10598 * gcc.c-torture/compile/20000412-1.c: New test.
10599 * gcc.c-torture/execute/20000412-2.c: New test.
10600
10601 2000-04-12 Jakub Jelinek <jakub@redhat.com>
10602
10603 * objc/execute/bf-20.m: New test.
10604
10605 2000-04-10 Richard Henderson <rth@cygnus.com>
10606
10607 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
10608
10609 * gcc.c-torture/execute/20000412-1.c: New test.
10610
10611 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
10612
10613 * g++.old-deja/g++.eh/catchptr1.C: New test.
10614
10615 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
10616
10617 * g++.old-deja/g++.abi/cxa_vec.C: New test.
10618
10619 2000-04-08 Neil Booth <NeilB@earthling.net>
10620
10621 * gcc.dg/cpp-nullchar.c: Remove test as
10622 embedded nulls cause problems.
10623
10624 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10625
10626 * gcc.dg/compare2.c: New test.
10627
10628 2000-04-08 Neil Booth <NeilB@earthling.net>
10629
10630 * gcc.dg/cpp-nullchar.c: New test.
10631
10632 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
10633
10634 * gcc.dg/cpp-mi2.c: New test.
10635 * gcc.dg/cpp-mi2[abc].h: New files.
10636
10637 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
10638
10639 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
10640 member name.
10641
10642 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
10643
10644 * g++.old-deja/g++.abi/vmihint.C: New test.
10645
10646 2000-04-06 Neil Booth <NeilB@earthling.net>
10647
10648 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
10649 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
10650 copyright.
10651
10652 Wed Apr 5 22:51:36 2000 Hans-Peter Nilsson <hp@axis.com>
10653
10654 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
10655 avoid stack-frame overwrite.
10656
10657 2000-04-05 Jakub Jelinek <jakub@redhat.com>
10658
10659 * gcc.c-torture/compile/20000405-2.c: New test.
10660 * gcc.c-torture/compile/20000405-3.c: New test.
10661
10662 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10663
10664 * gcc.c-torture/compile/20000405-1.c: New test.
10665
10666 2000-04-04 Geoff Keating <geoffk@cygnus.com>
10667
10668 * gcc.dg/cast-qual-1.c: Revert last change.
10669
10670 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10671
10672 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
10673
10674 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
10675
10676 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
10677 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
10678
10679 Mon Apr 3 02:35:34 2000 Jeffrey A Law (law@cygnus.com)
10680
10681 * gcc.c-torture/compile/20000403-2.c: New test.
10682 * gcc.c-torture/compile/20000403-1.c: New test.
10683
10684 Mon Apr 3 16:53:52 2000 Hans-Peter Nilsson <hp@axis.com>
10685
10686 * gcc.c-torture/execute/20000403-1.c: New test.
10687
10688 2000-04-03 Geoff Keating <geoffk@cygnus.com>
10689
10690 * gcc.c-torture/execute/20000402-1.c: New test.
10691
10692 Mon Apr 3 14:10:34 2000 Donald Lindsay <dlindsay@cygnus.com>
10693
10694 * gcc.c-torture/execute/va-arg-15.c: New test.
10695 * gcc.c-torture/execute/va-arg-16.c: New test.
10696 * gcc.c-torture/execute/va-arg-17.c: New test.
10697 * gcc.c-torture/execute/va-arg-18.c: New test.
10698 * gcc.c-torture/execute/va-arg-19.c: New test.
10699
10700 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
10701
10702 * gcc.c-torture/compile/981211-1.c: Move to...
10703 * gcc.dg/cpp-as1.c: ...here.
10704 * gcc.dg/cpp-as2.c: New file.
10705
10706 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
10707 compiler.
10708
10709 2000-04-02 Neil Booth <NeilB@earthling.net>
10710
10711 * gcc.dg/cpp-cond.c New tests.
10712 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
10713 accidental success less likely.
10714 * gcc.dg/cpp-missingop.c New tests.
10715 * gcc.dg/cpp-missingparen.c New tests.
10716 * gcc.dg/cpp-shift.c New tests.
10717 * gcc.dg/cpp-shortcircuit.c New tests.
10718 * gcc.dg/cpp-unary.c New tests.
10719
10720 Wed Mar 29 13:44:23 2000 Jeffrey A Law (law@cygnus.com)
10721
10722 * gcc.c-torture/compile/20000329-1.c: New test.
10723
10724 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
10725
10726 * gcc.c-torture/compile/20000326-1.c: New test.
10727 * gcc.c-torture/compile/20000326-2.c: New test.
10728
10729 2000-03-24 Geoff Keating <geoffk@cygnus.com>
10730
10731 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
10732 the first parameter is a function argument.
10733
10734 2000-03-23 Nathan Sidwell <nathan@codesourcery.com>
10735
10736 * g++.old-deja/g++.ext/array4.C: New test.
10737
10738 2000-03-22 Geoff Keating <geoffk@cygnus.com>
10739
10740 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
10741
10742 2000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10743
10744 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
10745
10746 2000-03-19 Richard Henderson <rth@cygnus.com>
10747
10748 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
10749
10750 2000-03-19 Richard Henderson <rth@cygnus.com>
10751
10752 * gcc.c-torture/compile/20000319-1.c: New test.
10753
10754 Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
10755
10756 * gcc.c-torture/execute/20000314-3.c: New test.
10757 * gcc.c-torture/execute/20000314-2.c: New test.
10758 * gcc.c-torture/execute/20000314-1.c: New test.
10759 * gcc.c-torture/compile/20000314-2.c: New test.
10760 * gcc.c-torture/compile/20000314-1.c: New test.
10761
10762 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
10763
10764 * g++.old-deja/g++.warn/inline.C: New test.
10765
10766 Fri Mar 10 01:15:19 2000 Hans-Peter Nilsson <hp@bitrange.com>
10767
10768 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
10769 standards-compliant result rather than specific constants.
10770 Put test-values in array.
10771
10772 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
10773
10774 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
10775 (g++_target_compile): Put test-specific options last.
10776
10777 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10778
10779 * g++.old-deja/g++.eh/vbase4.C: New test.
10780
10781 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10782
10783 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
10784
10785 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10786
10787 * g++.old-deja/g++.brendan/misc12.C: Removed.
10788 * g++.old-deja/g++.pt/memtemp77.C: Constify.
10789 * g++.old-deja/g++.ext/pretty4.C: New test.
10790
10791 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10792
10793 * g++.old-deja/g++.other/string2.C: New test.
10794
10795 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
10796
10797 * g++.old-deja/g++.warn/impint2.C: New test.
10798
10799 Sun Mar 5 23:25:12 2000 Hans-Peter Nilsson <hp@bitrange.com>
10800
10801 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
10802 is 1, not zero.
10803
10804 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
10805
10806 * g++.old-deja/g++.warn/impint.C: New test.
10807 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
10808 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
10809 * g++.old-deja/g++.pt/explicit12.C: Likewise.
10810 * g++.old-deja/g++.pt/explicit13.C: Likewise.
10811 * g++.old-deja/g++.pt/explicit17.C: Likewise.
10812 * g++.old-deja/g++.pt/explicit18.C: Likewise.
10813 * g++.old-deja/g++.pt/explicit19.C: Likewise.
10814 * g++.old-deja/g++.pt/explicit23.C: Likewise.
10815 * g++.old-deja/g++.pt/explicit31.C: Likewise.
10816 * g++.old-deja/g++.pt/explicit35.C: Likewise.
10817 * g++.old-deja/g++.pt/explicit6.C: Likewise.
10818 * g++.old-deja/g++.pt/memclass7.C: Likewise.
10819
10820 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
10821
10822 * gcc.dg/cpp-redef.c: New test.
10823
10824 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
10825
10826 * g++.old-deja/g++.pt/unify7.C: New test.
10827
10828 Sat Feb 26 19:46:09 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10829
10830 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
10831 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
10832
10833 2000-02-25 Geoff Keating <geoffk@cygnus.com>
10834
10835 * gcc.c-torture/compile/20000224-1.c: New test.
10836
10837 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10838
10839 * gcc.c-torture/compile/cpp-2.c: New test.
10840 * gcc.c-torture/compile/cpp-1.c: New test.
10841
10842 Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com)
10843
10844 * gcc.c-torture/execute/20000225-1.c: New test.
10845
10846 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10847
10848 * gcc.dg/cpp-li2.c: New test.
10849
10850 * gcc.dg/cpp-wi1.c: New test.
10851
10852 * gcc.dg/cpp-li1.c: New test.
10853
10854 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
10855
10856 * g++.old-deja/g++.other/sizeof5.C: New test.
10857
10858 2000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10859
10860 * gcc.c-torture/execute/va-arg-13.c: New test.
10861
10862 Wed Feb 23 14:16:06 2000 Donald Lindsay <dlindsay@cygnus.com>
10863
10864 * gcc.c-torture/execute/va-arg-12.c: New test.
10865
10866 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10867
10868 * gcc.c-torture/execute/20000223-1.c: New test.
10869
10870 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10871
10872 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
10873
10874 2000-02-22 Mark Mitchell <mark@codesourcery.com>
10875
10876 * g++.old-deja/g++.abi/ptrmem.C: New test.
10877
10878 2000-02-19 Richard Henderson <rth@cygnus.com>
10879
10880 * gcc.c-torture/compile/init-3.c: New.
10881
10882 2000-02-17 Mark Mitchell <mark@codesourcery.com>
10883
10884 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
10885 ALWAYS_CXXFLAGS.
10886
10887 Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com>
10888
10889 * gcc.c-torture/compile/20000211-3.c: New test.
10890
10891 Fri Feb 11 12:35:40 2000 Martin Buchholz <martin@xemacs.org>
10892
10893 * gcc.c-torture/compile/20000211-2.c: New test.
10894
10895 Fri Feb 11 12:35:40 2000 Jeffrey A Law (law@cygnus.com)
10896
10897 * gcc.c-torture/compile/20000211-1.c: New test.
10898
10899 2000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
10900
10901 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
10902 on native targets
10903
10904 2000-02-08 Nathan Sidwell <nathan@acm.org>
10905
10906 * g++.old-deja/g++.other/cast5.C: New test.
10907
10908 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
10909
10910 * gcc.c-torture/execute/20000205-1.c: New.
10911
10912 2000-02-03 Nathan Sidwell <nathan@acm.org>
10913
10914 * g++.old-deja/g++.jason/cast3.C: Return void.
10915 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
10916
10917 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10918
10919 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
10920
10921 * gcc.dg/loop-1.c: New test.
10922
10923 2000-01-27 Jakub Jelinek <jakub@redhat.com>
10924
10925 * gcc.c-torture/compile/20000127-1.c: New test.
10926 * gcc.c-torture/execute/991228-1.c: New test.
10927
10928 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10929
10930 * gcc.dg/unused-2.c: New test.
10931
10932 * gcc.dg/conv-1.c: New test.
10933
10934 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10935
10936 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
10937 compiler.
10938 (tool_option_proc): Fix typo.
10939
10940 2000-01-24 Geoff Keating <geoffk@cygnus.com>
10941
10942 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
10943 of the ld on the host, not on the build machine.
10944 Also, don't crash if '--help' is not a supported option.
10945
10946 2000-01-24 Richard Henderson <rth@cygnus.com>
10947
10948 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
10949
10950 Thu Jan 20 12:34:48 2000 Jeffrey A Law (law@cygnus.com)
10951
10952 * gcc.c-torture/execute/20000120-2.c: New test.
10953 * gcc.c-torture/execute/20000120-1.c: New test.
10954
10955 Thu Jan 13 02:29:32 2000 Jeffrey A Law (law@cygnus.com)
10956
10957 * gcc.c-torture/execute/20000113-1.c: New test.
10958
10959 Wed Jan 12 20:26:58 2000 Jeffrey A Law (law@cygnus.com)
10960
10961 * gcc.c-torture/execute/20000112-1.c: New test.
10962
10963 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10964
10965 * gcc.dg/20000111-1.c: New test.
10966
10967 Mon Jan 10 18:12:49 2000 Jeffrey A Law (law@cygnus.com)
10968
10969 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
10970 with 16 bit integers.
10971
10972 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10973
10974 * gcc.dg/20000108-1.c: New test.
10975
10976 2000-01-05 Nathan Sidwell <nathan@acm.org>
10977
10978 * g++.old-deja/g++.ns/koenig8.C: New test.
10979
10980 2000-01-05 Nathan Sidwell <nathan@acm.org>
10981
10982 * g++.old-deja/g++.other/cast4.C: New test.
10983
10984 Wed Jan 5 00:26:20 2000 Jeffrey A Law (law@cygnus.com)
10985
10986 * gcc.c-torture/compile/20000105-2.c: New test.
10987 * gcc.c-torture/compile/20000105-1.c: New test.
10988
10989 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10990
10991 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
10992 references to printf & atoi to conform to ANSI standard.
10993 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
10994 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
10995 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
10996 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
10997 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
10998 * g++.old-deja/g++.brendan/complex1.C: Likewise.
10999 * g++.old-deja/g++.brendan/copy1.C: Likewise.
11000 * g++.old-deja/g++.brendan/copy2.C: Likewise.
11001 * g++.old-deja/g++.brendan/copy3.C: Likewise.
11002 * g++.old-deja/g++.brendan/copy4.C: Likewise.
11003 * g++.old-deja/g++.brendan/copy5.C: Likewise.
11004 * g++.old-deja/g++.brendan/copy6.C: Likewise.
11005 * g++.old-deja/g++.brendan/copy7.C: Likewise.
11006 * g++.old-deja/g++.brendan/copy8.C: Likewise.
11007 * g++.old-deja/g++.brendan/crash11.C: Likewise.
11008 * g++.old-deja/g++.brendan/crash14.C: Likewise.
11009 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
11010 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
11011 * g++.old-deja/g++.brendan/delete2.C: Likewise.
11012 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
11013 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
11014 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
11015 * g++.old-deja/g++.brendan/eh1.C: Likewise.
11016 * g++.old-deja/g++.brendan/groff1.C: Likewise.
11017 * g++.old-deja/g++.brendan/init3.C: Likewise.
11018 * g++.old-deja/g++.brendan/misc12.C: Likewise.
11019 * g++.old-deja/g++.brendan/misc7.C: Likewise.
11020 * g++.old-deja/g++.brendan/new2.C: Likewise.
11021 * g++.old-deja/g++.brendan/operators4.C: Likewise.
11022 * g++.old-deja/g++.brendan/operators5.C: Likewise.
11023 * g++.old-deja/g++.brendan/overload2.C: Likewise.
11024 * g++.old-deja/g++.brendan/overload7.C: Likewise.
11025 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
11026 * g++.old-deja/g++.brendan/reference1.C: Likewise.
11027 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
11028 * g++.old-deja/g++.brendan/template24.C: Likewise.
11029 * g++.old-deja/g++.brendan/template3.C: Likewise.
11030 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
11031 * g++.old-deja/g++.jason/inline3.C: Likewise.
11032 * g++.old-deja/g++.jason/opeq.C: Likewise.
11033 * g++.old-deja/g++.law/arg5.C: Likewise.
11034 * g++.old-deja/g++.law/arm7.C: Likewise.
11035 * g++.old-deja/g++.law/ctors11.C: Likewise.
11036 * g++.old-deja/g++.law/cvt8.C: Likewise.
11037 * g++.old-deja/g++.law/init9.C: Likewise.
11038 * g++.old-deja/g++.law/refs4.C: Likewise.
11039 * g++.old-deja/g++.law/template2.C: Likewise.
11040 * g++.old-deja/g++.law/visibility24.C: Likewise.
11041 * g++.old-deja/g++.law/vtable3.C: Likewise.
11042 * g++.old-deja/g++.mike/asm2.C: Likewise.
11043 * g++.old-deja/g++.mike/eh1.C: Likewise.
11044 * g++.old-deja/g++.mike/misc1.C: Likewise.
11045 * g++.old-deja/g++.mike/misc13.C: Likewise.
11046 * g++.old-deja/g++.mike/misc14.C: Likewise.
11047 * g++.old-deja/g++.mike/ns12.C: Likewise.
11048 * g++.old-deja/g++.mike/p1248.C: Likewise.
11049 * g++.old-deja/g++.mike/p3708.C: Likewise.
11050 * g++.old-deja/g++.mike/p3708a.C: Likewise.
11051 * g++.old-deja/g++.mike/p3708b.C: Likewise.
11052 * g++.old-deja/g++.mike/p646.C: Likewise.
11053 * g++.old-deja/g++.mike/p700.C: Likewise.
11054 * g++.old-deja/g++.mike/p783.C: Likewise.
11055 * g++.old-deja/g++.mike/p783a.C: Likewise.
11056 * g++.old-deja/g++.mike/p783b.C: Likewise.
11057 * g++.old-deja/g++.mike/p786.C: Likewise.
11058 * g++.old-deja/g++.mike/p789.C: Likewise.
11059 * g++.old-deja/g++.mike/p789a.C: Likewise.
11060 * g++.old-deja/g++.mike/p807a.C: Likewise.
11061 * g++.old-deja/g++.other/delete3.C: Likewise.
11062 * g++.old-deja/g++.other/dyncast1.C: Likewise.
11063 * g++.old-deja/g++.other/dyncast2.C: Likewise.
11064 * g++.old-deja/g++.other/dyncast3.C: Likewise.
11065 * g++.old-deja/g++.other/empty1.C: Likewise.
11066 * g++.old-deja/g++.other/temporary1.C: Likewise.
11067 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
11068 * g++.old-deja/g++.pt/t16.C: Likewise.
11069 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
11070
11071 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
11072
11073 * gcc.dg/991230-1.c: New test.
11074
11075 Wed Dec 29 23:48:49 1999 Jeffrey A Law (law@cygnus.com)
11076
11077 * gcc.c-torture/compile/991229-3.c: New test.
11078 * gcc.c-torture/compile/991229-2.c: New test.
11079 * gcc.c-torture/compile/991229-1.c: New test.
11080
11081 Wed Dec 29 20:54:46 1999 Greg McGary <gkm@eng.ascend.com>
11082
11083 * gcc.c-torture/compile/labels-2.c: New test.
11084
11085 1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
11086
11087 * gcc.c-torture/execute/991227-1.c: New test.
11088
11089 1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11090
11091 * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
11092
11093 1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
11094
11095 * gcc.c-torture/execute/991221-1.c: New test.
11096
11097 1999-12-20 Nathan Sidwell <nathan@acm.org>
11098
11099 * g++.old-deja/g++.other/cast3.C: New test.
11100
11101 1999-12-16 Bernd Schmidt <bernds@cygnus.co.uk>
11102
11103 * gcc.c-torture/execute/991216-4.c: New test.
11104
11105 1999-12-16 Michael Meissner <meissner@cygnus.com>
11106
11107 * gcc.c-torture/execute/991216-1.c: New test.
11108 * gcc.c-torture/execute/991216-2.c: New test.
11109 * gcc.c-torture/execute/991216-3.c: New test.
11110
11111 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11112
11113 * gcc.dg/991214-1.c: Use "__asm__", not "asm".
11114 Actually make the test fail by using "-O2" for compilation.
11115
11116 1999-12-15 Nathan Sidwell <nathan@acm.org>
11117
11118 * g++.old-deja/g++.warn/cast-align1.C: New test.
11119
11120 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11121
11122 * gcc.c-torture/compile/991214-1.c: New test.
11123 * gcc.c-torture/compile/991214-2.c: New test.
11124
11125 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11126
11127 * gcc.dg/991214-1.c: New test.
11128
11129 Mon Dec 13 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
11130
11131 * gcc.c-torture/compile/991213-3.c: New test.
11132 * gcc.c-torture/compile/991213-2.c: New test.
11133 * gcc.c-torture/compile/991213-1.c: New test.
11134
11135 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11136
11137 * gcc.dg/991209-1.c: New test.
11138
11139 Wed Dec 8 23:44:08 1999 Nathan Sidwell <nathan@acm.org>
11140
11141 * gcc.c-torture/compile/991208-1.c: New test.
11142
11143 1999-12-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11144
11145 * gcc.dg/ultrasp2.c: New test.
11146
11147 1999-12-05 Alex Samuel <samuel@codesourcery.com>
11148
11149 * g++.old-deja/g++.abi/align.C (main): Fix typo.
11150
11151 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
11152
11153 * gcc.c-torture/compile/991202-1.c: New test.
11154 * gcc.c-torture/execute/991202-1.c: New test.
11155 * gcc.c-torture/execute/991202-2.c: New test.
11156 * gcc.c-torture/execute/991202-3.c: New test.
11157
11158 1999-12-02 Alex Samuel <samuel@codesourcery.com>
11159
11160 * g++.old-deja/g++.abi/align.C: New test.
11161 * g++.old-deja/g++.abi/aggregates.C: Likewise.
11162 * g++.old-deja/g++.abi/bitfields.C: Likewise.
11163
11164 1999-12-01 Richard Henderson <rth@cygnus.com>
11165
11166 * gcc.c-torture/execute/991201-1.c: New.
11167
11168 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
11169
11170 * gcc.dg/991129-1.c: New test.
11171
11172 1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
11173
11174 * gcc.c-torture/compile/991127-1.c: New test.
11175
11176 1999-11-22 Nathan Sidwell <nathan@acm.org>
11177
11178 * g++.old-deja/g++.other/warn4.C: New test.
11179
11180 1999-11-22 Nathan Sidwell <nathan@acm.org>
11181
11182 * g++.old-deja/g++.eh/cleanup2.C: New test.
11183 * g++.old-deja/g++.ext/pretty2.C: New test.
11184 * g++.old-deja/g++.ext/pretty3.C: New test.
11185 * g++.old-deja/g++.other/debug6.C: New test.
11186
11187 Wed Oct 20 16:18:23 1999 Jim Wilson <wilson@cygnus.com>
11188
11189 * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
11190 compiler_output to look for one error message instead of two.
11191
11192 1999-11-19 Geoffrey Keating <geoffk@cygnus.com>
11193
11194 * gcc.c-torture/execute/991118-1.c: Also test case
11195 where the word boundary does not split a byte evenly.
11196
11197 1999-11-19 Nathan Sidwell <nathan@acm.org>
11198
11199 * g++.old-deja/g++.ext/restrict1.C: New test.
11200
11201 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11202
11203 * gcc.c-torture/execute/991118-1.c: New test.
11204
11205 1999-11-16 Geoffrey Keating <geoffk@cygnus.com>
11206
11207 * g77.f-torture/execute/u77-test.f (wd): Allow for longer
11208 working directory pathnames.
11209
11210 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
11211
11212 * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
11213 host is equipped with driver.h and driver.o so it can actually
11214 compile and run the tests.
11215
11216 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11217
11218 * gcc.c-torture/compile/991008-1.c: New test.
11219
11220 1999-11-08 Nick Clifton <nickc@cygnus.com>
11221
11222 * lib/gcc-dg.exp: Include target-supports.exp
11223
11224 1999-11-05 Nick Clifton <nickc@cygnus.com>
11225
11226 * lib/target-supports.exp: New file: Provide procs to test for
11227 features supported by the target.
11228 (check_weak_available): Moved here from ecos.exp.
11229 (check_alias_available): New proc: Determine of the target
11230 toolchain supports the alias attribute.
11231
11232 * gcc.dg/special/ecos.exp: Move check_weak_available to
11233 target-supports.exp.
11234 (alias-1.c): Only perform the test if the target supports
11235 aliases.
11236 (wkali-1.c): Only perform the test if the target supports
11237 aliases.
11238
11239 * gcc.dg/990506-0.c: Expect error messages from cross
11240 targets as well as native targets.
11241
11242 1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11243
11244 * gcc.dg/ultrasp1.c: Removed xfail.
11245 * gcc.dg/struct-ret-2.c: Likewise.
11246 * gcc.dg/array-1.c: Likewise.
11247
11248 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11249
11250 * gcc.dg/struct-ret-2.c: New test.
11251
11252 * gcc.dg/array-1.c: New test.
11253
11254 Sat Oct 30 22:23:46 1999 Stephen L Moshier <moshier@mediaone.net>
11255
11256 * gcc.c-torture/execute/991030-1.c: New test.
11257
11258 Tue Oct 26 20:25:42 1999 Richard Henderson <rth@cygnus.com>
11259
11260 * gcc.c-torture/compile/991026-2.c: New test.
11261
11262 Tue Oct 26 00:45:56 1999 Jeffrey A Law (law@cygnus.com)
11263
11264 * gcc.c-torture/compile/991026-1.c: New test.
11265
11266 Sat Oct 23 23:36:03 1999 Jeffrey A Law (law@cygnus.com)
11267
11268 * gcc.c-torture/execute/991023-1.c: New test.
11269
11270 Tue Oct 19 02:11:29 1999 Jeffrey A Law (law@cygnus.com)
11271
11272 * gcc.c-torture/execute/991019-1.c: New test.
11273
11274 Sat Oct 16 00:05:48 1999 Richard Henderson <rth@cygnus.com>
11275
11276 * gcc.c-torture/execute/991016-1.c: New test.
11277
11278 Thu Oct 14 04:22:47 1999 Stephane Carrez <stcarrez@worldnet.fr>
11279
11280 * gcc.c-torture/execute/991014-1.c: New test.
11281
11282 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11283
11284 * g++.old-deja/g++.other/union2.C: New test.
11285
11286 1999-10-13 Nathan Sidwell <nathan@acm.org>
11287
11288 * g++.old-deja/g++.other/vaarg2.C: New test.
11289 * g++.old-deja/g++.other/vaarg3.C: New test.
11290
11291 1999-10-12 Craig Burley <craig@jcb-sc.com>
11292
11293 * g77.f-torture/noncompile/19990905-1.f: Moved from being
11294 in compile/.
11295
11296 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
11297
11298 * gcc.c-torture/execute/va-arg-11.c: New test.
11299
11300 Fri Oct 1 00:53:17 1999 Mark P. Mitchell <mark@codesourcery.com>
11301
11302 * lib/file-format.exp (gcc_target_object_format): Don't
11303 crash if objdump is unavailable.
11304
11305 Wed Sep 29 23:48:44 1999 Donn Terry <donn@interix.com>
11306
11307 * gcc.misc-tests/mg.exp: delete extraneous redirection.
11308
11309 1999-09-28 Nick Clifton <nickc@cygnus.com>
11310
11311 * gcc.c-torture/compile/990928-1.c: New test.
11312
11313 Tue Sep 28 13:19:15 BST 1999 Nathan Sidwell <nathan@acm.org>
11314
11315 * g++.old-deja/g++.other/decl6.C: New test.
11316
11317 Tue Sep 28 01:19:09 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11318
11319 * gcc.c-torture/execute/va-arg-10.c: New test.
11320
11321 Mon Sep 27 09:14:24 BST 1999 Nathan Sidwell <nathan@acm.org>
11322
11323 * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
11324 __PRETTY_FUNCTION__.
11325
11326 1999-09-23 Nick Clifton <nickc@cygnus.com>
11327
11328 * gcc.c-torture/execute/990923-1.c: New test.
11329
11330 1999-09-21 Nick Clifton <nickc@cygnus.com>
11331
11332 * gcc.c-torture/special/special.exp: Add FR30 to list of targets
11333 for which -fpic is inappropriate.
11334
11335 1999-09-21 Mark Mitchell <mark@codesourcery.com>
11336
11337 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
11338
11339 Tue Sep 21 15:38:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11340
11341 * g++.old-deja/g++.other/dyncast1.C: New test.
11342 * g++.old-deja/g++.other/dyncast2.C: New test.
11343 * g++.old-deja/g++.other/dyncast3.C: New test.
11344 * g++.old-deja/g++.other/dyncast4.C: New test.
11345 * g++.old-deja/g++.other/dyncast5.C: New test.
11346 * g++.old-deja/g++.eh/catch3.C: New test.
11347 * g++.old-deja/g++.eh/catch3p.C: New test.
11348 * g++.old-deja/g++.eh/catch4.C: New test.
11349 * g++.old-deja/g++.eh/catch4p.C: New test.
11350 * g++.old-deja/g++.eh/catch5.C: New test.
11351 * g++.old-deja/g++.eh/catch5p.C: New test.
11352 * g++.old-deja/g++.eh/catch6.C: New test.
11353 * g++.old-deja/g++.eh/catch6p.C: New test.
11354 * g++.old-deja/g++.eh/catch7.C: New test.
11355 * g++.old-deja/g++.eh/catch7p.C: New test.
11356 * g++.old-deja/g++.eh/catch8.C: New test.
11357 * g++.old-deja/g++.eh/catch8p.C: New test.
11358 * g++.old-deja/g++.eh/catch9.C: New test.
11359 * g++.old-deja/g++.eh/catch9p.C: New test.
11360
11361 Mon Sep 13 14:14:21 BST 1999 Nathan Sidwell <nathan@acm.org>
11362
11363 * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
11364 * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
11365
11366 Mon Sep 13 06:28:57 1999 Jeffrey A Law (law@cygnus.com)
11367
11368 * gcc.c-torture/compile/990913-1.c: New test.
11369
11370 Fri Sep 10 11:21:25 BST 1999 Nathan Sidwell <nathan@acm.org>
11371
11372 * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
11373 * g++.old-deja/g++.jason/rfg5.C: Likewise.
11374
11375 Thu Sep 9 10:40:36 1999 Richard Henderson <rth@cygnus.com>
11376
11377 * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
11378
11379 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
11380
11381 * g++.old-deja/g++.other/lookup11.C: New test.
11382 * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
11383 what is permitted and what we want.
11384 * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
11385 overload use.
11386 * g++.old-deja/g++.jason/rfg5.C: Likewise
11387
11388 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
11389
11390 * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
11391 * gcc.c-torture/noncompile/poison-1.c: New file.
11392
11393 Wed Sep 8 09:39:56 BST 1999 Nathan Sidwell <nathan@acm.org>
11394
11395 * g++.old-deja/g++.other/sizeof3.C: New test.
11396 * g++.old-deja/g++.other/sizeof4.C: New test.
11397 * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
11398 * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
11399
11400 1999-09-07 Richard Henderson <rth@cygnus.com>
11401
11402 * gcc.dg/va-arg-1.c: New.
11403
11404 1999-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11405
11406 * gcc.c-torture/execute/va-arg-9.c: New test.
11407
11408 1999-09-05 Craig Burley <craig@jcb-sc.com>
11409
11410 * g77.f-torture/compile/980519-2.f: New test.
11411 * g77.f-torture/compile/19990905-0.f: New test.
11412 * g77.f-torture/compile/19990905-1.f: New test.
11413 * g77.f-torture/compile/19990905-2.f: New test.
11414
11415 * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
11416
11417 Fri Sep 3 10:39:38 BST 1999 Richard Earnshaw <rearnsha@arm.com>
11418
11419 * gcc.c-torture/execute/990827-1.c: Fix typo.
11420
11421 Fri Sep 03 09:31:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11422
11423 * g++.old-deja/g++.other/deref1.C: New test.
11424
11425 Thu Sep 02 09:27:34 BST 1999 Nathan Sidwell <nathan@acm.org>
11426
11427 * g++.old-deja/g++.other/ambig2.C: New test.
11428 * g++.old-deja/g++.other/cond5.C: New test.
11429 * g++.old-deja/g++.other/lookup16.C: New test.
11430
11431 Thu Sep 2 01:17:51 1999 Marc Espie <espie@cvs.openbsd.org>
11432
11433 * gcc.dg/980414-1.c: Fix assembler syntax to work with old
11434 assemblers too.
11435
11436 Tue Aug 31 17:57:49 1999 Jeffrey A Law (law@cygnus.com)
11437
11438 * lib/c-torture.exp: Avoid the "compare executables" optimization
11439 when testing native.
11440
11441 Sun Aug 29 14:35:41 1999 Jeffrey A Law (law@cygnus.com)
11442
11443 * gcc.c-torture/execute/990829-1.c: New test.
11444 * gcc.c-torture/compile/990829-1.c: New test.
11445
11446 1999-08-27 Paul Burchard <burchard@pobox.com>
11447
11448 * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
11449 * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
11450 * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
11451 * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
11452 * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
11453 * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
11454 * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
11455 * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
11456 * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
11457 * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
11458 * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
11459
11460 Fri Aug 27 01:24:16 1999 Jeffrey A Law (law@cygnus.com)
11461
11462 * gcc.c-torture/execute/990827-1.c: New test.
11463
11464 1999-08-26 Craig Burley <craig@jcb-sc.com>
11465
11466 * g77.f-torture/noncompile/19990826-4.f: New test.
11467
11468 * g77.f-torture/compile/19990826-3.f: New test.
11469
11470 * g77.f-torture/execute/19990826-2.f: New test.
11471
11472 * g77.f-torture/compile/19990826-1.f: New test.
11473
11474 * gcc.c-torture/execute/990826-0.c: New test.
11475 * g77.c-torture/execute/19990826-0.f: New test.
11476
11477 * g77.f-torture/noncompile/970626-2.f: New test.
11478
11479 1999-08-25 Paul Burchard <burchard@pobox.com>
11480
11481 * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
11482 lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
11483 lss-011.C: New tests.
11484
11485 1999-08-25 Nathan Sidwell <nathan@acm.org>
11486
11487 * g++.old-deja/g++.other/decl5.C: New test.
11488
11489 1999-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11490
11491 * noncompile/noncompile.exp: Load_lib c-torture.exp.
11492 (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
11493 call `postbase' for each one. All callers of `postbase' changed
11494 to call this instead.
11495
11496 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
11497
11498 * gcc.c-torture/execute/990811-1.c: New test.
11499
11500 1999-08-09 Nick Clifton <nickc@cygnus.com>
11501
11502 * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
11503 just native ones.
11504
11505 * gcc.dg/990413-1.c: Expect the parse error for all builds, not
11506 just native ones.
11507
11508 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11509
11510 * g++.old-deja/g++.other/local3.C: Removed XFAIL.
11511
11512 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11513
11514 * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
11515
11516 1999-08-04 Nathan Sidwell <nathan@acm.org>
11517
11518 * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
11519
11520 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11521
11522 * gcc.c-torture/execute/990804-1.c: New test.
11523
11524 1999-08-03 Nathan Sidwell <nathan@acm.org>
11525
11526 * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
11527 * g++.old-deja/g++.brendan/crash64.C: Likewise
11528 * g++.old-deja/g++.brendan/overload8.C: Likewise
11529
11530 1999-08-03 Nathan Sidwell <nathan@acm.org>
11531
11532 * g++.old-deja/g++.other/struct1.C: New test.
11533
11534 1999-08-03 Nathan Sidwell <nathan@acm.org>
11535
11536 * g++.old-deja/g++.other/enum2.C: New test.
11537
11538 Mon Aug 2 13:35:12 1999 Richard Henderson <rth@cygnus.com>
11539
11540 Adapted from tests from Franz Sirl:
11541 * gcc.c-torture/execute/va-arg-7.c: New test.
11542 * gcc.c-torture/execute/va-arg-8.c: New test.
11543
11544 Sun Aug 1 22:29:34 1999 Jeffrey A Law (law@cygnus.com)
11545
11546 * gcc.c-torture/compile/990801-2.c: New test.
11547
11548 * gcc.c-torture/compile/990801-1.c: New test.
11549
11550 1999-07-27 Michael Meissner <meissner@cygnus.com>
11551
11552 * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
11553 fp-cmp-1.c, converting double to float.
11554
11555 * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
11556 fp-cmp-1.c, converting double to long double.
11557
11558 * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
11559 from fr1 to unknown_register, since fr1 is a legitimate register
11560 on some machines.
11561
11562 Sun Jul 25 21:41:37 1999 Jeffrey A Law (law@cygnus.com)
11563
11564 * README: More listname related changes.
11565
11566 1999-07-08 Catherine Moore <clm@cygnus.com>
11567
11568 * gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
11569
11570 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
11571
11572 * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
11573
11574 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11575
11576 * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
11577
11578 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
11579
11580 * gcc.dg/990703-1.c: New test.
11581
11582 1999-06-29 Nick Clifton <nickc@cygnus.com>
11583
11584 * lib/file-format.exp: New file: Move definition of proc
11585 gcc_target_object_format to here from
11586 gcc.dg/special/ecos.exp.
11587
11588 * lib/c-torture.exp: Include lib file-format.exp.
11589 * lib/gcc-dg.exp: Include lib file-format.exp.
11590
11591 * gcc.dg/special/ecos.exp: Remove definition of proc
11592 gcc_target_object_format.
11593
11594 Mon Jun 28 08:20:51 1999 Jeffrey A Law (law@cygnus.com)
11595
11596 * gcc.c-torture/execute/990628-1.c: New test.
11597
11598 Fri Jun 25 05:28:40 1999 Jeffrey A Law (law@cygnus.com)
11599
11600 * gcc.c-torture/compile/990625-2.c: New test.
11601
11602 * gcc.c-torture/compile/990625-1.c: New test.
11603
11604 1999-06-23 Nick Clifton <nickc@cygnus.com>
11605
11606 * gcc.c-torture/compile/dll.c: New test case. Check that dll
11607 attributes compile.
11608 * gcc.c-torture/compile/dll.x: Only support the dll.c test on
11609 ports that use the COFF/PE file format.
11610
11611 Thu Jun 17 13:48:16 1999 Jeffrey A Law (law@cygnus.com)
11612
11613 * gcc.c-torture/compile/990617-1.c: New test.
11614
11615 1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
11616
11617 * g++.old-deja/g++.other/decl4.C: New test.
11618
11619 1999-06-14 Nathan Sidwell <nathan@acm.org>
11620
11621 * g++.old-deja/g++.other/bitfld3.C: New test.
11622
11623 1999-06-08 Nathan Sidwell <nathan@acm.org>
11624
11625 * g++.old-deja/g++.eh/catch1.C: New test.
11626
11627 Mon Jun 7 23:39:16 1999 Jeffrey A Law (law@cygnus.com)
11628
11629 * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
11630
11631 * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
11632 * gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
11633
11634 1999-06-05 Craig Burley <craig@jcb-sc.com>
11635
11636 * g77.f-torture/compile/19990502-0.f: Replace with new,
11637 shorter, test that still fails after recent changes.
11638
11639 Fri Jun 4 02:25:04 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11640
11641 * gcc.c-torture/execute/990604-1.c: New test.
11642
11643 Mon May 31 00:34:51 1999 Jeffrey A Law (law@cygnus.com)
11644
11645 * gcc.c-torture/execute/990531-1.c: New test.
11646
11647 Thu May 27 02:38:36 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11648
11649 * gcc.c-torture/compile/990527-1.c: New test.
11650
11651 Thu May 27 02:18:51 1999 Joern Rennecke <amylaar@cygnus.com>
11652
11653 * gcc.c-torture/execute/990527-1.c: New test.
11654
11655 1999-05-25 Nick Clifton <nickc@cygnus.com>
11656
11657 * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
11658 bitfields as signed.
11659
11660 1999-05-25 Craig Burley <craig@jcb-sc.com>
11661
11662 * g77.f-torture/compile/19990525-0.f: New test.
11663
11664 Tue May 25 01:21:16 1999 Jeffrey A Law (law@cygnus.com)
11665
11666 * gcc.c-torture/execute/990525-2.c: New test.
11667
11668 * gcc.c-torture/execute/990525-1.c: New test.
11669
11670 1999-05-24 Nathan Sidwell <nathan@acm.org>
11671
11672 * g++.old-deja/g++.other/anon3.C: New test.
11673 * g++.old-deja/g++.other/anon4.C: New test.
11674 * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
11675 * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
11676 after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
11677 Merrill).
11678
11679 Mon May 24 00:01:52 1999 Jeffrey A Law (law@cygnus.com)
11680
11681 * gcc.c-torture/execute/990524-1.c: New test.
11682
11683 * gcc.dg/990524-1.c: New test.
11684
11685 Sun May 23 21:18:12 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11686
11687 * gcc.c-torture/compile/990523-1.c: New test.
11688
11689 Wed May 19 02:56:18 1999 Raja R Harinath <harinath@cs.umn.edu>
11690
11691 * gcc.c-torture/compile/990519-1.c: New test.
11692
11693 1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11694
11695 * gcc.c-torture/compile/990517-1.c: New test.
11696
11697 * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
11698 (e4, f4): New tests.
11699 (main): Call them.
11700
11701 1999-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11702
11703 * gcc.dg/noreturn-1.c: New test.
11704
11705 Thu May 13 02:02:46 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11706
11707 * gcc.c-torture/execute/990513-1.c: New test.
11708
11709 1999-05-10 Richard Henderson <rth@cygnus.com>
11710
11711 * g++.old-deja/g++.other/null1.C (g): Add overload for long.
11712
11713 1999-05-10 Craig Burley <craig@jcb-sc.com>
11714
11715 * g77.f-torture/execute/erfc.f: Use small single-precision
11716 values, to avoid problems on Alphas when not -mieee.
11717
11718 1999-05-08 Craig Burley <craig@jcb-sc.com>
11719
11720 * gcc.dg/990506-0.c: New test.
11721
11722 1999-05-08 Richard Henderson <rth@cygnus.com>
11723
11724 * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
11725 the constant to test. Don't XFAIL 64-bit targets.
11726
11727 * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
11728 * g++.old-deja/g++.law/profile1.C: Likewise.
11729
11730 * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
11731 operator new instances.
11732 * g++.old-deja/g++.other/delete5.C: Likewise.
11733
11734 1999-05-03 Craig Burley <craig@jcb-sc.com>
11735
11736 * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
11737 intrinsic.
11738
11739 1999-05-03 Craig Burley <craig@jcb-sc.com>
11740
11741 * g77.f-torture/execute/u77-test.f: Reverse order of two
11742 arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
11743
11744 1999-05-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11745
11746 * gcc.dg/compare1.c: New test.
11747
11748 1999-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
11749
11750 * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
11751 New tests.
11752
11753 1999-05-02 Craig Burley <craig@jcb-sc.com>
11754
11755 * g77.f-torture/compile/19990502-1.f: New test.
11756
11757 1999-05-02 Craig Burley <craig@jcb-sc.com>
11758
11759 * g77.f-torture/compile/19990502-0.f: New test.
11760
11761 Sun May 2 01:38:50 1999 Craig Burley <craig@jcb-sc.com>
11762
11763 * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
11764 intrinsic.
11765
11766 Sun May 2 01:13:37 1999 Craig Burley <craig@jcb-sc.com>
11767
11768 * g77.f-torture/execute/u77-test.f (main): List libU77
11769 intrinsics not currently tested.
11770 Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
11771 GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
11772 FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
11773 Trim blanks off the ends of some printed strings.
11774
11775 Sun May 2 00:06:45 1999 Craig Burley <craig@jcb-sc.com>
11776
11777 * g77.f-torture/execute/u77-test.f (main): Just warn about
11778 FSTAT gid disagreement, as it's expected on some systems.
11779
11780 Sat May 1 23:57:18 1999 Craig Burley <craig@jcb-sc.com>
11781
11782 * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
11783 use a new function, which allows for some slop.
11784 Clean up some commentary.
11785 (issum): The new function.
11786 (sgladd): Deleted subroutine.
11787
11788 1999-05-01 Craig Burley <craig@jcb-sc.com>
11789
11790 * g77.f-torture/execute/u77-test.f: Modify to be more like
11791 libf2c/libU77 version, bringing patches to that version here.
11792 Add suitable commentary.
11793
11794 Sun Apr 25 12:28:59 1999 Richard Henderson <rth@cygnus.com>
11795
11796 * gcc.dg/990424-1.c: New test.
11797
11798 1999-04-24 Craig Burley <craig@jcb-sc.com>
11799
11800 * g77.f-torture/execute/u77-test.f (main): Bug involving
11801 LSTAT has been fixed, so turn back on full checking.
11802
11803 1999-04-20 Craig Burley <craig@jcb-sc.com>
11804
11805 * g77.f-torture/compile/19990419-0.f: New test.
11806 * g77.f-torture/execute/19990419-1.f: New test.
11807
11808 Sat Apr 17 16:56:48 1999 Richard Henderson <rth@cygnus.com>
11809
11810 * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
11811 to avoid the need for a prototype to supress a warning.
11812
11813 Wed Apr 7 23:08:59 1999 Jim Wilson <wilson@cygnus.com>
11814
11815 * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
11816
11817 Sun Apr 4 04:02:53 1999 Jeffrey A Law (law@cygnus.com)
11818
11819 * gcc.c-torture/execute/990404-1.c: New test.
11820
11821 1999-04-03 10:35 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11822
11823 * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
11824 * gcc.dg/cpp-if3.c: Don't use -pedantic.
11825 * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
11826 missing initializer warnings.
11827
11828 Sun Mar 28 00:49:41 1999 Jeffrey A Law (law@cygnus.com)
11829
11830 * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
11831 matching strings.
11832
11833 Fri Mar 26 00:50:46 1999 Jeffrey A Law (law@cygnus.com)
11834
11835 * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
11836
11837 1999-03-26 Craig Burley <craig@jcb-sc.com>
11838
11839 * g77.f-torture/execute/19990325-0.f: New test.
11840 * g77.f-torture/execute/19990325-1.f: New test.
11841
11842 Wed Mar 24 22:50:50 1999 Jeffrey A Law (law@cygnus.com)
11843
11844 * gcc.c-torture/execute/990324-1.c: New test.
11845
11846 Mon Mar 22 14:55:58 1999 Jim Wilson <wilson@cygnus.com>
11847
11848 * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
11849 test with 4.
11850
11851 Wed Mar 17 12:22:39 1999 Richard Henderson <rth@cygnus.com>
11852
11853 * gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
11854
11855 1999-03-13 Craig Burley <craig@jcb-sc.com>
11856
11857 * g77.f-torture/execute/19990313-2.f: New test.
11858 * g77.f-torture/execute/19990313-3.f: New test.
11859
11860 1999-03-13 Craig Burley <craig@jcb-sc.com>
11861
11862 * g77.f-torture/execute/19990313-0.f: New test.
11863 * g77.f-torture/execute/19990313-1.f: New test.
11864
11865 Fri Mar 12 16:17:28 1999 Jim Wilson <wilson@cygnus.com>
11866
11867 * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
11868 printf to sprintf.
11869 * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
11870 (main): Add check for u15. Conditionalize u31 check depending on
11871 whether ints are <32 bits or >=32 bits.
11872
11873 1999-03-08 Craig Burley <craig@jcb-sc.com>
11874
11875 * g77.f-torture/execute/19981119-0.f: Improve testiness.
11876
11877 1999-03-08 Craig Burley <craig@jcb-sc.com>
11878
11879 * g77.f-torture/compile/19990305-0.f: New test.
11880 * g77.f-torture/execute/19981119-0.f: New test.
11881
11882 1999-03-08 Craig Burley <craig@jcb-sc.com>
11883
11884 * g77.f-torture/execute/970625-2.f: call ABORT if final
11885 result is not correct, instead of just printing it.
11886 Add this checking via newly introduced obfuscation, to
11887 trip up buggy front ends.
11888
11889 1999-03-07 Craig Burley <craig@jcb-sc.com>
11890
11891 * g77.f-torture/compile/960317-1.f: Moved from being
11892 in execute/. (Somehow I didn't notice "SUBROUTINE...".)
11893
11894 1999-03-06 Craig Burley <craig@jcb-sc.com>
11895
11896 * g77.f-torture/execute/960317-1.f: New (old) test.
11897 * g77.f-torture/execute/970625-2.f: Ditto.
11898
11899 1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
11900
11901 * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
11902 message on line 1 or line 2; cccp and cpplib do this differently.
11903
11904 Mon Mar 1 23:29:14 1999 Jeffrey A Law (law@cygnus.com)
11905
11906 * g++.old-deja/g++.law/weak1.C: New test.
11907
11908 1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11909
11910 * gcc.c-torture/execute/990119-1.c: Renamed to...
11911 * gcc.dg/990119-1.c: this, so it will only be tested once
11912 (it's a preprocessor test, it doesn't need to be run at
11913 multiple optimization levels).
11914
11915 1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11916
11917 * lib/g++.exp: Don't add incdir=$base_dir/../include to
11918 ALWAYS_CXXFLAGS.
11919
11920 1999-02-24 Craig Burley <craig@jcb-sc.com>
11921
11922 * g77.f-torture/noncompile/19981216-0.f: Renamed from...
11923 * g77.f-torture/compile/19981216-0.f: ...as it is expected
11924 to not be compilable by current g77.
11925
11926 1999-02-24 Nick Clifton <nickc@cygnus.com>
11927
11928 * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
11929
11930 Mon Feb 22 01:15:08 1999 Jeffrey A Law (law@cygnus.com)
11931
11932 * gcc.c-torture/execute/990222-1.c: New test.
11933
11934 1999-02-19 Craig Burley <craig@jcb-sc.com>
11935
11936 * g77.f-torture/compile/19990218-0.f: New test.
11937 * g77.f-torture/noncompile/19990218-1.f: New test.
11938
11939 1999-02-18 Craig Burley <craig@jcb-sc.com>
11940
11941 * g77.f-torture/compile/19981216-0.f: New test.
11942
11943 Sun Feb 14 01:26:29 1999 Jeffrey A Law (law@cygnus.com)
11944
11945 * gcc.dg/990214-1.c: New test.
11946
11947 Sat Feb 13 00:43:52 1999 Jeffrey A Law (law@cygnus.com)
11948
11949 * gcc.dg/990213-2.c: New test.
11950
11951 * gcc.dg/990213-1.c: New test.
11952
11953 Fri Feb 12 11:04:35 1999 Jeffrey A Law (law@cygnus.com)
11954
11955 * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
11956 ints.
11957
11958 1999-02-11 Nick Clifton <nickc@cygnus.com>
11959
11960 * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
11961 specified by target.
11962
11963 * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
11964
11965 Thu Feb 11 01:12:12 1999 Jeffrey A Law (law@cygnus.com)
11966
11967 * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
11968
11969 Wed Feb 10 13:08:12 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
11970
11971 * gcc.dg/special/ecos.exp: New test driver for new tests with
11972 special requirements.
11973
11974 * gcc.dg/special/alias-1.c: New test.
11975 * gcc.dg/special/gcsec-1.c: New test.
11976 * gcc.dg/special/weak-1.c: New test.
11977 * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
11978 * gcc.dg/special/weak-2.c: New test.
11979 * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
11980 * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
11981 * gcc.dg/special/wkali-1.c: New test.
11982 * gcc.dg/special/wkali-2.c: New test.
11983 * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
11984 * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
11985
11986 Wed Feb 10 12:15:35 1999 Felix Lee <flee@cygnus.com>
11987
11988 * lib/c-torture.exp (c-torture-compile): Pull out code for
11989 analyzing gcc error messages.
11990 (c-torture-execute): Likewise. Fix some (harmless) false
11991 positives.
11992 * lib/gcc.exp (gcc_check_compile): New function.
11993
11994 Mon Feb 8 21:42:57 1999 Richard Henderson <rth@cygnus.com>
11995
11996 * gcc.c-torture/execute/990208-1.c: New test.
11997
11998 1999-02-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
11999
12000 * g++.dg/special/ecos.exp: New driver for new tests with special
12001 requirements
12002
12003 * g++.dg/special/conpr-1.C: New test
12004 * g++.dg/special/conpr-2.C: New test
12005 * g++.dg/special/conpr-2a.C: New test
12006 * g++.dg/special/conpr-3.C: New test
12007 * g++.dg/special/conpr-3a.C: New test
12008 * g++.dg/special/conpr-3b.C: New test
12009
12010 * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
12011 allow g++ to use the dg driver
12012
12013 * README: Add comment about g++.dg directory
12014
12015 Sat Feb 6 18:00:38 1999 Jeffrey A Law (law@cygnus.com)
12016
12017 * README: Update email addresses.
12018
12019 1999-02-03 Nick Clifton <nickc@cygnus.com>
12020
12021 * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
12022 arguments in order to force structure S onto the stack even on
12023 the alpha.
12024 (test): Pass 10 leading arguments to function foo as well as the
12025 structure S.
12026
12027 * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
12028 failure for all targets.
12029
12030 * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
12031 abort to terminate program execution.
12032
12033 Sat Jan 30 16:22:47 1999 Richard Henderson <rth@cygnus.com>
12034
12035 * gcc.c-torture/execute/990130-1.c: New test.
12036
12037 Sat Jan 30 11:10:06 1999 Jeffrey A Law (law@cygnus.com)
12038
12039 * gcc.dg/990130-1.c: New test.
12040
12041 1999-01-28 Michael Meissner <meissner@cygnus.com>
12042
12043 * gcc.c-torture/execute/990128-1.c: New test.
12044
12045 1999-01-27 Michael Meissner <meissner@cygnus.com>
12046
12047 * gcc.c-torture/execute/990127-{1,2}.c: New tests.
12048
12049 1999-01-27 Felix Lee <flee@cygnus.com>
12050
12051 * lib/c-torture.exp (c-torture-compile): pull out code for
12052 analyzing gcc error messages.
12053 (c-torture-execute): ditto, and fix some (harmless) false
12054 positives.
12055 * lib/gcc.exp (gcc_check_compile): new function.
12056
12057 Sun Jan 17 00:02:33 1999 Jeffrey A Law (law@cygnus.com)
12058
12059 * gcc.dg/990117-1.c: New test.
12060
12061 * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
12062
12063 * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
12064
12065 Fri Jan 15 02:52:00 1999 Jeffrey A Law (law@cygnus.com)
12066
12067 * g77.f-torture/compile/990115-1.f: New test.
12068
12069 Thu Jan 7 23:39:47 1999 Jeffrey A Law (law@cygnus.com)
12070
12071 * gcc.c-torture/compile/990107-1.c: New test
12072
12073 Wed Jan 6 02:21:59 1999 Jeffrey A Law (law@cygnus.com)
12074
12075 * gcc.c-torture/execute/990106-2.c: New test.
12076
12077 * gcc.c-torture/execute/990106-1.c: New test.
12078
12079 Wed Dec 30 23:05:28 1998 Zack Weinberg <zack@rabi.columbia.edu>
12080
12081 * gcc.c-torture/compile/981223-1.c: New test.
12082
12083 Tue Dec 29 11:33:25 1998 Richard Henderson <rth@cygnus.com>
12084
12085 * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
12086 (opt3): Rename from opt4 and disable.
12087
12088 1998-12-20 Alexandre Oliva <oliva@dcc.unicamp.br>
12089
12090 * g++.old-deja/g++.pt/ptrmem5.C: New test.
12091
12092 1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12093
12094 * g++.old-deja/g++.other/conv5.C: New test.
12095
12096 1998-12-14 Nick Clifton <nickc@cygnus.com>
12097
12098 * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
12099
12100 Fri Dec 11 10:25:57 1998 Jeffrey A Law (law@cygnus.com)
12101
12102 * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
12103
12104 Fri Dec 11 01:12:45 1998 Zack Weinberg <zack@rabi.columbia.edu>
12105
12106 * gcc.c-torture/compile/981211-1.c: New test.
12107
12108 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
12109
12110 * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
12111
12112 * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
12113
12114 Tue Dec 8 22:50:04 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12115
12116 * gcc.special/930510-1.c: Make C9X safe.
12117 * gcc.misc-tests/gcov-1.c Similarly.
12118 * gcc.misc-tests/gcov-2.c Similarly.
12119
12120 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12121
12122 * gcc.dg/ultrasp1.c: New test.
12123
12124 Sun Dec 6 00:40:12 1998 Richard Henderson <rth@cygnus.com>
12125
12126 * gcc.c-torture/execute/981206.c: New test.
12127
12128 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12129
12130 * g++.old-deja/g++.ns/template7.C: New test.
12131
12132 * g++.old-deja/g++.other/expr1.C: New test.
12133
12134 * g++.old-deja/g++.eh/tmpl3.C: New test.
12135
12136 * g++.old-deja/g++.eh/tmpl2.C: New test.
12137
12138 1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12139
12140 * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
12141 * g++.old-deja/g++.other/using6.C: Removed.
12142 * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
12143
12144 * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
12145
12146 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12147
12148 * g++.old-deja/g++.pt/overload8.C: New test.
12149
12150 * g++.old-deja/g++.pt/overload7.C: New test.
12151
12152 * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
12153
12154 * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
12155 and relinking messages.
12156 * lib/g++.exp (g++_target_compile): Remove .rpo file when
12157 compiling with -frepo.
12158
12159 1998-12-01 Alexandre Oliva <oliva@dcc.unicamp.br>
12160
12161 * g++.old-deja/g++.pt/lookup6.C: New test.
12162
12163 1998-11-30 Nick Clifton <nickc@cygnus.com>
12164
12165 * gcc.c-torture/execute/981130-1.c: New test.
12166 * gcc.c-torture/execute/981130-1.x: New test failure expectations.
12167
12168 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12169
12170 * g++.old-deja/g++.pt/explicit76.C: New test.
12171
12172 * g++.old-deja/g++.pt/friend38.C: New test.
12173
12174 * g++.old-deja/g++.ns/crash2.C: New test.
12175
12176 * g++.old-deja/g++.pt/defarg8.C: New test.
12177
12178 * g++.old-deja/g++.pt/instantiate6.C: New test.
12179
12180 * g++.old-deja/g++.pt/static6.C: New test.
12181
12182 * g++.old-deja/g++.pt/decl2.C: New test.
12183
12184 1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12185
12186 * g++.old-deja/g++.other/lookup5.C: New test. Not sure the
12187 problem is actually related with name lookup, but so what? :-)
12188
12189 * g++.old-deja/g++.pt/friend37.C: New test.
12190
12191 1998-11-25 Dave Love <d.love@dl.ac.uk>
12192
12193 * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
12194 element, which fails on some systems.
12195
12196 * g77.f-torture/execute/labug1.f: New test.
12197
12198 Sat Nov 21 21:41:05 1998 Jeffrey A Law (law@cygnus.com)
12199
12200 * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
12201 is defined.
12202
12203 1998-11-18 Dave Love <d.love@dl.ac.uk>
12204
12205 * g77.f-torture/compile/981117-1.f: New test.
12206
12207 1998-11-16 Alexandre Oliva <oliva@dcc.unicamp.br>
12208
12209 * g++.old-deja/g++.eh/throw2.C: New test. CV-qualifiers are not
12210 properly discarded.
12211
12212 Sun Oct 11 05:04:28 1998 Ken Raeburn <raeburn@cygnus.com>
12213
12214 * gcc.c-torture/execute/memcheck: New directory of tests for
12215 -fcheck-memory-usage.
12216
12217 1998-11-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12218
12219 * README: New file, general information about the testsuite and
12220 new description of the various C++ test subdirectories.
12221 * README.g++: Eliminate obsolete information, update and move most
12222 relevant stuff to README.
12223
12224 Sat Nov 7 02:55:55 1998 Richard Henderson <rth@cygnus.com>
12225
12226 * gcc.c-torture/compile/981107-1.c: New test.
12227
12228 Mon Nov 2 11:16:03 1998 Doug Evans <devans@canuck.cygnus.com>
12229
12230 * execute/memcpy-bi.c: New testcase.
12231
12232 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
12233
12234 * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
12235 base classes.
12236
12237 * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
12238 template is selected.
12239
12240 * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
12241 classes, it should be accepted for all types.
12242
12243 * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
12244
12245 * g++.old-deja/g++.pt/spec24.C: Ensure that template
12246 specializations start with template headers.
12247
12248 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
12249
12250 * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
12251
12252 * g++.old-deja/g++.other/init9.C: Test cross initialization of
12253 non-POD types.
12254
12255 1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12256
12257 * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
12258
12259 Thu Oct 22 16:01:44 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12260
12261 * compile/981022-1.c, compile/981022-1.x: New test and driver.
12262
12263 Mon Oct 19 14:03:07 1998 Jeffrey A Law (law@cygnus.com)
12264
12265 * 981019-1.c: New test.
12266
12267 Wed Oct 14 21:11:19 1998 Robert Lipe <robertl@dgii.com>
12268
12269 * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
12270 find objc headers.
12271
12272 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
12273
12274 * compile/981001-4.c: Remove use of GCC extension that triggers a
12275 compiler bug.
12276
12277 1998-10-13 Alexandre Oliva <oliva@dcc.unicamp.br>
12278
12279 * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
12280
12281 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12282
12283 * g++.old-deja/g++.pt/explicit74.C: New test. Explicit
12284 instantiation of template produces incorrect code for delete
12285 expression.
12286
12287 * g++.old-deja/g++.pt/instantiate5.C: New test. `global
12288 constructors' name is not unique.
12289 * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
12290 * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
12291
12292 * g++.old-deja/g++.other/init8.C: New test. Uninitialized
12293 automatic array of const is ill-formed.
12294
12295 * g++.old-deja/g++.pt/ttp53.C: New test. Incorrect substitution
12296 of template parameter?
12297
12298 * g++.old-deja/g++.other/conv3.C: New test. Conversion discards
12299 const.
12300
12301 * g++.old-deja/g++.other/pmf2.C: New test. Invalid
12302 pointer-to-member expression.
12303
12304 * g++.old-deja/g++.other/friend5.C: New test. Bogus friend
12305 declaration causes ICE.
12306
12307 1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
12308
12309 * g++.old-deja/g++.ns/main1.C: New test. main() should only be
12310 reserved in the global namespace.
12311
12312 * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
12313 generate needed virtual table.
12314
12315 * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
12316
12317 1998-10-10 Dariush Eslimi <eslimi@loran.com>
12318
12319 * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
12320 template-dependent type
12321
12322 1998-10-10 Alexandre Oliva <oliva@dcc.unicamp.br>
12323
12324 * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
12325 * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
12326 * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
12327
12328 * g++.old-deja/g++.other/using5.C: New test; using decl from base
12329 class should be usable as argument of member function.
12330 * g++.old-deja/g++.other/using6.C: New test; using decl from base
12331 class should be usable as return type of member function.
12332 * g++.old-deja/g++.other/using7.C: New test; using decl from base
12333 class should be usable as type of data member.
12334
12335 * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
12336
12337 Fri Oct 9 19:19:19 1998 Jeffrey A Law (law@cygnus.com)
12338
12339 * gcc.c-torture/special/920521-1.c: Fix bogus test.
12340
12341 Thu Oct 8 19:14:05 1998 Nick Clifton <nickc@cygnus.com>
12342
12343 * gcc.dg/dll-?.c Add thumb to target list.
12344 Fix assembler scan patterns to match current assembler output.
12345
12346 1998-10-08 Alexandre Oliva <oliva@dcc.unicamp.br>
12347
12348 * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
12349 matching of template brackets.
12350
12351 * g++.old-deja/g++.other/using4.C: New test. Test using
12352 declarations of methods from base classes.
12353
12354 * g++.old-deja/g++.ns/extern1.C: New test. Extern declarations
12355 within functions should introduce names into the innermost
12356 enclosing namespace.
12357
12358 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
12359 of static locals if first initialization throws.
12360
12361 Wed Oct 7 12:00:20 1998 Jim Wilson <wilson@cygnus.com>
12362
12363 * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
12364
12365 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
12366
12367 * gcc.c-torture/special/981006-1.c: New test. Make sure gcc doesn't
12368 lose track of the possible targets of tablejump insns.
12369 * special/special.exp: Run it.
12370
12371 1998-10-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12372
12373 * g++.old-deja/g++.pt/friend35.C: New test. A template function
12374 must be declared before its specializations can be named in friend
12375 declarations.
12376
12377 1998-10-05 Dave Love <d.love@dl.ac.uk>
12378
12379 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
12380
12381 * g77.f-torture/execute/io1.f: New test.
12382
12383 1998-10-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12384
12385 * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
12386 with pointer to template function, for which no argument deduction
12387 is possible.
12388
12389 * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
12390 specialization of template function as argument to template
12391 function.
12392
12393 * g++.old-deja/g++.other/access2.C: New test; Inner class
12394 shouldn't have privileged access to Outer's names.
12395
12396 1998-10-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12397
12398 * g++.old-deja/g++.pt/friend34.C: New test; name injection of
12399 friend template declared within template class conflicts with
12400 nested class of the same name.
12401
12402 * g++.old-deja/g++.other/badopt1.C: New test; post-increment
12403 is ignored.
12404
12405 * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
12406 object with direct initializer as function declaration.
12407
12408 * g++.old-deja/g++.other/decl2.C: New test; duplicate
12409 initializers.
12410
12411 * g++.old-deja/g++.other/null2.C: New test; conditional operator
12412 involving const pointer and NULL produces incorrect result.
12413
12414 * g++.old-deja/g++.other/typename1.C: New test; template-dependent
12415 type name without `typename' should be rejected with -pedantic.
12416
12417 Fri Oct 2 21:55:58 1998 Richard Henderson <rth@cygnus.com>
12418
12419 * g++.old-deja/g++.other/addrof1.C: New test.
12420
12421 Thu Oct 1 17:15:26 1998 Nick Clifton <nickc@cygnus.com>
12422
12423 * gcc.c-torture/compile/981001-1.c: New test.
12424 * gcc.c-torture/execute/981001-1.c: New test.
12425
12426 Thu Oct 1 19:05:20 1998 Jeffrey A Law (law@cygnus.com)
12427
12428 * gcc.c-torture/compile/981001-2.c: New test.
12429 * gcc.c-torture/compile/981001-3.c: New test.
12430 * gcc.c-torture/compile/981001-4.c: New test.
12431
12432 1998-10-01 Robert Lipe <robertl@dgii.com>
12433
12434 * lib/objc.exp (objc_target_compile): Add -L during compiles for
12435 multilibbed hosts. Idea grafted from g77.exp.
12436
12437 1998-09-30 Dave Love <d.love@dl.ac.uk>
12438
12439 * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
12440 avoid losing on systems which need -lsocket.
12441
12442 1998-09-28 Alexandre Oliva <oliva@dcc.unicamp.br>
12443
12444 * g++.old-deja/g++.other/bitfld1.C: Expected failure.
12445 * g++.old-deja/g++.other/nested2.C: Ditto.
12446 * g++.old-deja/g++.robertl/eb132.C: No longer an expected
12447 failure.
12448
12449 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12450
12451 * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
12452 preferred over template operator!= for enum bitfields.
12453
12454 1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
12455
12456 * g++.old-deja/g++.other/nested2.C: Different virtual base classes
12457 that happen to have the same base name, but in different scopes,
12458 are incorrectly rejected.
12459
12460 1998-09-16 Richard Henderson <rth@cygnus.com>
12461
12462 * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
12463 on the native word size instead of an integer literal.
12464
12465 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12466
12467 * g++.old-deja/g++.other/static2.C: Invocation of static data
12468 member of type pointer-to-function denoted as non-static member.
12469
12470 * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
12471 checks involving function types and aliases.
12472
12473 1998-09-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12474
12475 * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
12476 redefined to the same non-trivial type.
12477
12478 * g++.old-deja/g++.pt/explicit73.C: Test for proper
12479 namespace-qualification of template specializations declared in
12480 other namespaces.
12481
12482 * g++.old-deja/g++.other/friend4.C: Check whether it is possible
12483 to declare a subset of the specializations of a template function
12484 as friends of specializations of a template class.
12485
12486 * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
12487 member templates that do not fully specialize the enclosing
12488 template class are rejected.
12489
12490 1998-09-11 Dave Love <d.love@dl.ac.uk>
12491
12492 * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
12493
12494 1998-09-08 Dave Love <d.love@dl.ac.uk>
12495
12496 * g77.f-torture/execute/u77-test.f (main): New file, somewhat
12497 altered from libf2c/libU77 version.
12498
12499 1998-09-06 Dave Love <d.love@dl.ac.uk>
12500
12501 * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
12502
12503 1998-09-04 Reid M. Pinchback <reidmp@MIT.EDU>, Alexandre Oliva <oliva@dcc.unicamp.br>
12504
12505 * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
12506 (un)signed char are different types for template specialization
12507 purposes.
12508
12509 Thu Sep 3 00:40:32 1998 Ovidiu Predescu <ovidiu@aracnet.com>
12510
12511 * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
12512 * objc: ObjC testsuite.
12513
12514 Mon Aug 31 12:00:00 1998 Catherine Moore <clm@cygnus.com>
12515
12516 * gcc.c-torture/execute/941014-1.x: New file.
12517
12518 Mon Aug 31 15:19:32 1998 Nick Clifton <nickc@cygnus.com>
12519
12520 * lib/c-torture.exp: Add support for
12521 torture_eval_before_compile and torture_eval_before_execute
12522 variables.
12523
12524 Sun Aug 30 17:38:20 1998 Jeffrey A Law (law@cygnus.com)
12525
12526 * gcc.dg/980626-1.c: Delete this test. We've declared the warning
12527 this test triggers valid.
12528
12529 Thu Aug 27 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12530
12531 * gcc.dg/980827-1.c: New test.
12532
12533 Wed Aug 26 16:10:00 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12534
12535 * gcc.c-torture/execute/loop-4b.c: New test.
12536
12537 Wed Aug 26 16:25:38 1998 Nick Clifton <nickc@cygnus.com>
12538
12539 * lib/c-torture.exp: Add support for
12540 torture_eval_before_compile and torture_eval_before_execute
12541 variables.
12542
12543 Tue Aug 25 19:42:13 1998 Jeffrey A Law (law@cygnus.com)
12544
12545 * gcc.c-torture/compile/980825-1.c: New test.
12546
12547 Mon Aug 24 14:20:32 1998 Nick Clifton <nickc@cygnus.com>
12548
12549 * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
12550 count number tests in opt_t0 not good_t0.
12551
12552 Mon Aug 24 16:38:52 1998 Jeffrey A Law (law@cygnus.com)
12553
12554 * gcc.c-torture/compile/930326-1.x: Fix typo.
12555
12556 1998-08-23 Mark Mitchell <mark@markmitchell.com>
12557
12558 * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
12559 causes an ICE.
12560
12561 Fri Aug 21 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12562
12563 * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
12564 STACK_SIZE is defined.
12565 * gcc.c-torture/unsorted/stuct.c: Similarly.
12566
12567 * gcc.c-torture/compile/980821-1.c: New test.
12568
12569 Fri Aug 21 03:14:04 1998 Jeffrey A Law (law@cygnus.com)
12570
12571 * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
12572
12573 1998-08-19 Mark Mitchell <mark@markmitchell.com>
12574
12575 * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
12576 code.
12577
12578 1998-08-09 Mark Mitchell <mark@markmitchell.com>
12579
12580 * lib/old-dejagnu.exp: Revise handling of `Internal compiler
12581 error'.
12582
12583 Tue Aug 18 19:19:50 1998 Jeffrey A Law (law@cygnus.com)
12584
12585 * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
12586
12587 Sun Aug 16 01:29:19 1998 Jeffrey A Law (law@cygnus.com)
12588
12589 * gcc.c-torture/compile/980816-1.c: New test.
12590
12591 * gcc.dg/980816-1.c: New test.
12592
12593 Thu Aug 13 00:13:55 1998 Jeffrey A Law (law@cygnus.com)
12594
12595 * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
12596 compiler for ieee tests.
12597
12598 1998-08-01 Dave Love <d.love@dl.ac.uk>
12599
12600 * g77.f-torture/compile/980729-0.f: New test.
12601
12602 1998-07-30 Ken Raeburn <raeburn@cygnus.com>
12603
12604 * gcc.c-torture/special/eeprof-1.c: New test, for
12605 -finstrument-functions.
12606 * gcc.c-torture/special/special.exp: Run it.
12607
12608 Wed Jul 29 00:17:18 1998 Jeffrey A Law (law@cygnus.com)
12609
12610 * gcc.c-torture/compile/980729-1.c: New test.
12611
12612 Mon Jul 27 11:05:07 1998 Nick Clifton <nickc@cygnus.com>
12613
12614 * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
12615 __thumb__ is defined, and test for ARM style doubles if so.
12616
12617 1998-07-26 Dave Love <d.love@dl.ac.uk>
12618
12619 * g77.f-torture/noncompile/980615-0.f: New test.
12620
12621 Sun Jul 26 01:15:56 1998 H.J. Lu (hjl@gnu.org)
12622
12623 * gcc.dg/980312-1.c: Do link instead of compile.
12624 * gcc.dg/980313-1.c: Likewise.
12625
12626 Sun Jul 26 01:05:02 1998 Jeffrey A Law (law@cygnus.com)
12627
12628 * gcc.c-torture/compile/980726-1.c: New test.
12629
12630 1998-07-25 Dave Love <d.love@dl.ac.uk>
12631
12632 * g77.f-torture/execute/io0.f: New test.
12633
12634 Fri Jul 24 11:02:43 1998 Nick Clifton <nickc@cygnus.com>
12635
12636 * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
12637 an int.
12638
12639 Thu Jun 18 15:12:30 1998 Michael Meissner <meissner@cygnus.com>
12640
12641 * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
12642 m32r bugs.
12643
12644 Fri Jul 17 14:19:32 1998 Nick Clifton <nickc@cygnus.com>
12645
12646 * gcc.dg/980626-1.c: Expect failures for all toolchains until
12647 c-decl.c:grokdeclarator can handle mode attributes.
12648
12649 Thu Jul 16 21:42:50 1998 Jeffrey A Law (law@cygnus.com)
12650
12651 * gcc.c-torture/execute/980716-1.c: New test.
12652
12653 Mon Jul 13 22:26:37 1998 Jeffrey A Law (law@cygnus.com)
12654
12655 * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
12656 the mn10200.
12657 * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
12658 the mn10200.
12659 * gcc.c-torture/execute/va-arg-3.x: Similarly.
12660 * gcc.c-torture/compile/930326-1.x: Similarly.
12661
12662 1998-07-13 Dave Love <d.love@dl.ac.uk>
12663
12664 * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
12665 New test from Craig.
12666
12667 1998-07-12 Dave Love <d.love@dl.ac.uk>
12668
12669 * g77.f-torture/noncompile/980616-0.f: New test.
12670
12671 * g77.f-torture/execute/970816-3.f: New test from Craig.
12672
12673 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12674
12675 * g++.other/singleton.C: Return error value instead of taking
12676 SIGSEGV.
12677
12678 Fri Jul 10 10:02:03 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
12679
12680 * g++.other/singleton.C: New test. Warning is under dispute.
12681 Runtime crash is not.
12682
12683 Thu Jul 9 23:07:45 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12684
12685 * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
12686 ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
12687 using6.C, using7.C}: New namespace tests.
12688
12689 Thu Jul 9 22:44:49 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12690
12691 * g++.old-deja/g++.other/partspec1.C: Test matching of partial
12692 specialization with typedef'ed names used as array indexes.
12693
12694 Thu Jul 9 00:38:51 1998 Jeffrey A Law (law@cygnus.com)
12695
12696 * gcc.c-torture/execute/980709-1.c: New test.
12697
12698 * gcc.dg/980709-1.c: New test.
12699
12700 Tue Jul 7 13:41:27 1998 Richard Henderson <rth@cygnus.com>
12701
12702 * gcc.c-torture/execute/bcp-1.c: New test.
12703
12704 Tue Jul 7 11:49:04 1998 Jeffrey A Law (law@cygnus.com)
12705
12706 * gcc.c-torture/execute/980707-1.c: New test.
12707
12708 Mon Jul 6 18:20:27 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
12709
12710 * gcc.c-torture/compile/980706-1.c: New test.
12711
12712 1998-07-01 Dave Love <d.love@dl.ac.uk>
12713
12714 * g77.f-torture/execute/980701-0.f,
12715 g77.f-torture/execute/980701-1.f: New test from Craig.
12716
12717 Wed Jul 1 00:52:51 1998 Jeffrey A Law (law@cygnus.com)
12718
12719 * gcc.c-torture/compile/980701-1.c: New test.
12720
12721 * gcc.c-torture/execute/980701-1.c: New test.
12722
12723 Tue Jun 30 11:51:42 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka
12724 rlsruhe.de>
12725
12726 * g++.old-deja/g++.robertl/eb132.C: New test.
12727 * g++.old-deja/g++.robertl/eb133.C: Likewise.
12728
12729 1998-06-29 Dave Love <d.love@dl.ac.uk>
12730
12731 * g77.f-torture/execute/980628-7.f,
12732 g77.f-torture/execute/980628-8.f,
12733 g77.f-torture/execute/980628-9.f,
12734 g77.f-torture/execute/980628-10.f: New tests from Craig.
12735
12736 * g77.f-torture/execute/980628-3.f: Remove mail headers.
12737
12738 Sun Jun 28 12:49:02 1998 Jeffrey A Law (law@cygnus.com)
12739
12740 * g77.f-torture/execute/980628-4.f: New test from Craig.
12741 * g77.f-torture/execute/980628-5.f: Likewise.
12742 * g77.f-torture/execute/980628-2.f: Likewise.
12743 * g77.f-torture/execute/980628-0.f: Likewise.
12744 * g77.f-torture/execute/980628-1.f: Likewise.
12745 * g77.f-torture/execute/980628-3.f: Likewise.
12746 * g77.f-torture/execute/980628-6.f: Likewise.
12747
12748 Sun Jun 28 00:37:26 1998 Jeffrey A Law (law@cygnus.com)
12749
12750 * lib/g77.exp (default_g77_version): Tweak to make it work in a build
12751 directory when nothing has been installed yet.
12752
12753 Sat Jun 27 23:23:18 1998 Carlo Wood <carlo@runaway.xs4all.nl>
12754
12755 * gcc.c-torture/special/special.exp: Handle newer versions of
12756 dejagnu.
12757
12758 Fri Jun 26 17:57:40 1998 Jeffrey A Law (law@cygnus.com)
12759
12760 * gcc.dg/980626-1.c: New test.
12761
12762 Fri Jun 19 23:26:12 1998 Bruno Haible <haible@ilog.fr>
12763
12764 * gcc.misc-tests/m-un-2.c: New test.
12765 * g++.old-deja/g++.other/warn01.c: Likewise.
12766
12767 Fri Jun 19 14:06:36 1998 Robert Lipe <robertl@dgii.com>
12768
12769 * gcc.dg/980414-1.c: Move comments outside of ASM to improve
12770 compatibility with assmblers with a different comment character.
12771 Eliminate use of GAS-specific extensions.
12772
12773 Fri Jun 19 02:05:14 1998 Jeffrey A Law (law@cygnus.com)
12774
12775 * gcc.c-torture/execute/ieee/980619-1.c: New test.
12776
12777 Fri Jun 19 00:58:11 1998 Robert Lipe <robertl@dgii.com>
12778
12779 *lib/g77.exp: Replace search for libf2c.a with search for newly
12780 renamed libg2c.a
12781
12782 Wed Jun 17 18:53:12 1998 Jeffrey A Law (law@cygnus.com)
12783
12784 * gcc.c-torture/execute/980617-1.c: New test.
12785
12786 Fri Jun 12 01:08:49 1998 Jeffrey A Law (law@cygnus.com)
12787
12788 * gcc.c-torture/execute/980612-1.c: New test.
12789
12790 Mon Jun 8 02:13:42 1998 Jeffrey A Law (law@cygnus.com)
12791
12792 * gcc.dg/980523-1.c: Only test on ppc-linux.
12793 * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
12794
12795 * gcc.c-torture/execute/980608-1.c: New test.
12796
12797 Fri Jun 5 21:54:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12798
12799 * gcc.c-torture/execute/980605-1.c: New test.
12800
12801 Thu Jun 4 01:39:24 1998 Jeffrey A Law (law@cygnus.com)
12802
12803 * gcc.c-torture/execute/980604-1.c: New test.
12804
12805 Tue Jun 2 20:51:43 1998 Jeffrey A Law (law@cygnus.com)
12806
12807 * gcc.c-torture/execute/980602-1.c: New test.
12808 * gcc.c-torture/execute/980602-2.c: Likewise.
12809
12810 1998-06-02 Dave Love <d.love@dl.ac.uk>
12811
12812 * 970125-0.f: Fix per JCB. Add commentary.
12813
12814 Sun May 31 23:23:29 1998 Michael Meissner <meissner@cygnus.com>
12815
12816 * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
12817 IEEE -0 support.
12818
12819 Fri May 29 01:10:12 1998 Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
12820
12821 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
12822 earlier.
12823
12824 Thu May 28 00:17:42 1998 Catherine Moore <clm@cygnus.com>
12825
12826 * gcc.c-torture/execute/980526-3.c: New test.
12827
12828 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
12829
12830 * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
12831 fail on m68k-motorola-sysv and m88k-motorola-sysv3.
12832 * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
12833 m88k-motorola-sysv3 to XFAIL.
12834
12835 Tue May 26 23:58:03 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12836
12837 * gcc.dg/980526-1.c: New test.
12838 * gcc.c-torture/execute/980526-2.c: New test.
12839
12840 Tue May 26 23:40:40 1998 Jeffrey A Law (law@cygnus.com)
12841
12842 * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
12843
12844 * gcc.c-torture/execute/980526-1.c: New test.
12845
12846 1998-05-26 Dave Love <d.love@dl.ac.uk>
12847
12848 * g77.f-torture/execute/alpha2.f: Add runtime test.
12849
12850 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
12851
12852 * g++.old-deja/old-deja.exp: Strip leading directories.
12853
12854 * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
12855 error for the line. Don't run multiple tests for the same line.
12856
12857 Sat May 23 23:27:10 1998 Jeffrey A Law (law@cygnus.com)
12858
12859 * gcc.dg/980523-1.c: New test.
12860
12861 1998-05-23 Dave Love <d.love@dl.ac.uk>
12862
12863 * g77.f-torture/compile/970915-0.f: New test.
12864
12865 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
12866
12867 * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
12868
12869 Thu May 21 23:23:21 1998 Jeffrey A Law (law@cygnus.com)
12870
12871 * gcc.dg/980520-1.c: New test.
12872
12873 Wed May 20 14:37:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
12874
12875 * gcc.dg/980502-1.c: Fix return type.
12876
12877 Wed May 20 11:29:48 1998 Jeffrey A Law (law@cygnus.com)
12878
12879 * gcc.dg/{980502-1.c, clobbers.c}: New tests.
12880 * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
12881 * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
12882 * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
12883 * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
12884
12885 1998-05-20 Dave Love <d.love@dl.ac.uk>
12886
12887 * g77.f-torture/execute/980520-1.f: New test.
12888
12889 1998-05-15 Dave Love <d.love@dl.ac.uk>
12890
12891 * lib/mike-g77.exp: New file.
12892
12893 * g77.f-torture/noncompile/noncompile.exp,
12894 g77.f-torture/noncompile/check0.f: New files.
12895
12896 1998-05-14 Dave Love <d.love@dl.ac.uk>
12897
12898 * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
12899 g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
12900 g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
12901 g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
12902 g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
12903 abort where appropriate.
12904
12905 Tue May 5 19:20:13 1998 Michael Meissner <meissner@cygnus.com>
12906
12907 * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
12908 * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
12909
12910 1998-04-29 Dave Love <d.love@dl.ac.uk>
12911
12912 * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
12913
12914 1998-04-27 Dave Love <d.love@dl.ac.uk>
12915
12916 * g77.f-torture/compile/980427-0.f: New test.
12917
12918 1998-04-24 Dave Love <d.love@dl.ac.uk>
12919
12920 * g77.f-torture/compile/980424-0.f: New test.
12921
12922 1998-04-19 Dave Love <d.love@dl.ac.uk>
12923
12924 * g77.f-torture/compile/980419-2.f (main): New test.
12925 * g77.f-torture/compile/970125-0.f: New test.
12926 * g77.f-torture/compile/980419-1.f: New test.
12927
12928 Wed Apr 8 13:09:15 1998 Jim Wilson <wilson@cygnus.com>
12929
12930 * gcc.c-torture/execute/980407-1.c: Delete test. Is duplicate
12931 of loop-4.c.
12932
12933 Tue Apr 7 12:01:24 1998 Jim Wilson <wilson@cygnus.com>
12934
12935 * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
12936
12937 Fri Apr 3 12:27:49 1998 Jim Wilson <wilson@cygnus.com>
12938
12939 * gcc.c-torture/compile/980329-1.c: New test.
12940
12941 Wed Mar 18 16:22:22 1998 Jim Wilson <wilson@cygnus.com>
12942
12943 * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
12944 * gcc.dg/980312-1.c: Fix typo in -march command.
12945
12946 Mon Mar 16 20:01:30 1998 H.J. Lu (hjl@gnu.org)
12947
12948 * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
12949
12950 Wed Mar 11 13:08:48 1998 Robert Lipe <robertl@dgii.com>
12951
12952 * g77.f-torture/execute/980310-5.f: Deleted. Craig Burley and
12953 Dave Love agree the Fortran source is bogus.
12954
12955 Wed Mar 11 00:03:49 1998 Robert Lipe <robertl@dgii.com>
12956
12957 * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
12958 g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
12959 g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
12960 g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
12961 * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
12962
12963 Tue Mar 10 00:31:51 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12964
12965 * g++.old-deja/g++.other/friend1.C: New test.
12966
12967 1998-02-18 Dave Love <d.love@dl.ac.uk>
12968
12969 * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
12970 possibly uninitialized) variables and declare dnrm2.
12971
12972 Mon Feb 23 15:16:53 1998 Robert Lipe <robertl@dgii.com>
12973
12974 From Bruno Haible <haible@ilog.fr>:
12975 * gcc.c-torture/execute/980223.c: New test.
12976
12977 Fri Feb 13 00:36:07 1998 Jeffrey A Law (law@cygnus.com)
12978
12979 * gcc.dg/ifelse-1.c: New test.
12980
12981 Mon Feb 9 02:08:47 1998 H.J. Lu (hjl@gnu.org)
12982
12983 * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
12984
12985 * lib/old-dejagnu.exp (old-dejagnu): Added the
12986 "execution test - XFAIL *-*-*" handling in the spirit of
12987 "excess errors test -". Changed the "execution test fails"
12988 handling to be like "excess errors test fails".
12989 * Update various tests accordingly.
12990
12991 Fri Feb 6 14:30:48 1998 Jim Wilson <wilson@cygnus.com>
12992
12993 * gcc.c-torture/execute/980205.c: New test.
12994
12995 Sun Jan 18 01:33:59 1998 Jeffrey A Law (law@cygnus.com)
12996
12997 * lib/c-torture.exp: Look for .x files instead of .cexp files.
12998 * lib/f-torture.exp: Similarly.
12999 * gcc.c-torture: Rename all .cexp files to .x files.
13000
13001 Mon Dec 8 23:55:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13002
13003 * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
13004 (940510-1.c): Removed duplicate.
13005 (971104-1.c): New test.
13006
13007 Tue Nov 25 16:18:51 1997 Kate Hedstrom (kate@ahab.rutgers.edu)
13008
13009 * lib/f-torture.exp: Improve error and loop detection.
13010
13011 Wed Nov 19 14:27:04 1997 Michael Meissner <meissner@cygnus.com>
13012
13013 * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
13014 use that to size the filler array.
13015
13016 Fri Sep 26 10:50:53 1997 Bob Manson <manson@charmed.cygnus.com>
13017
13018 * lib/c-torture.exp(c-torture-execute): Fix typo.
13019
13020 * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
13021 testcase as the executable name. Keep the executable around if
13022 the test fails.
13023
13024 Fri Sep 19 17:19:53 1997 Bob Manson <manson@charmed.cygnus.com>
13025
13026 * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
13027 changes. Only test one -g option, and move it to the end of the
13028 list of options to test.
13029
13030 Fri Sep 19 17:58:00 1997 Michael Meissner <meissner@cygnus.com>
13031
13032 * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
13033 variable GCC_TORTURE_OPTIONS to supply default switches separated
13034 by colons. If no environment variable, run tests with -O0 -g, -O1
13035 -g, and -O2 -g as well.
13036
13037 Wed Sep 17 10:12:26 1997 Bob Manson <manson@charmed.cygnus.com>
13038
13039 * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
13040 explanatory comments. Fix indentation.
13041
13042 Mon Sep 15 00:36:53 1997 Jeffrey A Law (law@cygnus.com)
13043
13044 * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
13045
13046 Thu Sep 11 13:54:47 1997 Jeffrey A Law (law@cygnus.com)
13047
13048 * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
13049 * g++.old-deja/g++.mike/p7325.C: Likewise.
13050 * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
13051
13052 Thu Sep 11 10:00:03 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
13053
13054 * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
13055 * g++.old-deja/g++.brendan/crash30.C: Likewise.
13056 * g++.old-deja/g++.brendan/crash39.C: Likewise.
13057 * g++.old-deja/g++.law/operators4.C: Likewise.
13058
13059 Thu Sep 11 09:53:40 1997 Joe Buck (jbuck@synopsys.com)
13060
13061 * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
13062 * g++.old-deja/g++.mike/p784.C: Ditto.
13063 * g++.old-deja/g++.mike/p785.C: Ditto.
13064
13065 Fri Sep 5 00:21:42 1997 Jeffrey A Law (law@cygnus.com)
13066
13067 * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
13068
13069 Wed Sep 3 17:29:35 1997 Bob Manson <manson@charmed.cygnus.com>
13070
13071 * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
13072 target feature; pass this to c-torture-execute as needed.
13073
13074 Wed Sep 3 17:15:00 1997 Bob Manson <manson@charmed.cygnus.com>
13075
13076 * lib/c-torture.exp(c-torture-execute): If the previous and the
13077 current executables being tested are identical, we don't need to
13078 run the executable again. Try to make the executable names
13079 unique. Add an optional argument for passing additional compiler
13080 flags.
13081
13082 Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
13083
13084 * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
13085
13086 Fri Aug 29 12:48:09 1997 Jeffrey A Law (law@cygnus.com)
13087
13088 * gcc.c-torture/execute/921007-1.c: Make strcmp static.
13089
13090 Thu Jul 31 12:17:24 1997 Jeffrey A Law (law@cygnus.com)
13091
13092 * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
13093 32bit or larger longs.
13094
13095 * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
13096 have either a 32bit long or 32bit int.
13097
13098 Tue Jul 29 00:40:38 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13099
13100 * gcc.c-torture/execute/conversion.c (test_float_to_integer):
13101 Make double precision tests dependent on sizeof (double).
13102
13103 Wed Jul 9 15:15:40 1997 Bob Manson <manson@charmed.cygnus.com>
13104
13105 * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
13106 too.
13107
13108 Tue Jun 17 22:11:16 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13109
13110 * gcc.c-torture/compile/961203-1.cexp: New script.
13111
13112 Mon Jun 16 15:27:06 1997 Bob Manson <manson@charmed.cygnus.com>
13113
13114 * lib/g++.exp(g++_init): Use g++_include_flags instead of making
13115 up the includes ourselves.
13116
13117 Wed Jun 11 17:33:21 1997 Bob Manson <manson@charmed.cygnus.com>
13118
13119 * lib/plumhall.exp: Remove random include, and add a few
13120 verbose messages for debugging.
13121
13122 Fri Jun 6 14:23:24 1997 Bob Manson <manson@charmed.cygnus.com>
13123
13124 * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
13125 of trying to do it ourselves.
13126
13127 Wed Jun 4 03:38:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13128
13129 * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
13130
13131 Wed Jun 4 18:43:55 1997 Bob Manson <manson@charmed.cygnus.com>
13132
13133 * gcc.prms/5403.c: Made regexp a bit less strict.
13134
13135 Tue Jun 3 15:12:39 1997 Bob Manson <manson@charmed.cygnus.com>
13136
13137 * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
13138 is returned from remote_load instead.
13139 * lib/plumhall.exp: Ditto.
13140 * lib/mike-g++.exp: Ditto.
13141 * lib/old-dejagnu.exp: Ditto.
13142 * lib/c-torture.exp: Ditto.
13143
13144 Fri May 30 23:15:15 1997 Bob Manson <manson@charmed.cygnus.com>
13145
13146 * lib/g++.exp: Use build_wrapper procedure.
13147 * lib/gcc.exp: Ditto.
13148
13149 Tue May 20 15:23:27 1997 Jeffrey A Law (law@cygnus.com)
13150
13151 * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
13152 an old-style decl for malloc. Fixes tests to work when
13153 sizeof (int) != sizeof (size_t).
13154
13155 Thu May 15 14:00:04 1997 Mike Meissner <meissner@cygnus.com>
13156
13157 * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
13158
13159 * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
13160 use stdargs.h interface.
13161
13162 Thu May 15 14:10:39 1997 Mike Meissner <meissner@cygnus.com>
13163
13164 * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
13165 NO_VARARGS when compiling.
13166
13167 Thu May 1 14:49:19 1997 Bob Manson <manson@charmed.cygnus.com>
13168
13169 * lib/plumhall.exp(ph_includes): New procedure.
13170 (ph_make): Use it.
13171 (ph_compiler): Ditto.
13172
13173 * lib/g++.exp: Rename test-glue.c to testglue.c.
13174 * lib/gcc.exp: Ditto.
13175
13176 Thu Apr 10 14:50:26 1997 Bob Manson <manson@charmed.cygnus.com>
13177
13178 * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
13179 to completion when it's called.
13180
13181 Fri Mar 21 16:34:52 1997 Michael Meissner <meissner@cygnus.com>
13182
13183 * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
13184 is defined, don't do test.
13185
13186 Thu Mar 20 09:50:32 1997 Doug Evans <dje@canuck.cygnus.com>
13187
13188 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
13189 for object files.
13190 (ph_summary): Mark skipped testcases as untested, not unresolved.
13191
13192 * lib/plumhall.exp (ph_make): If unresolved because of bad
13193 errorCode, record errorCode in log file.
13194 (*): Replace send_log/verbose with verbose -log.
13195
13196 Wed Mar 19 13:06:26 1997 Michael Meissner <meissner@cygnus.com>
13197
13198 * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
13199 double conversion if double isn't at least 8 bytes.
13200
13201 * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
13202 int to work with targets where int is 16 bits.
13203
13204 * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
13205 8 bytes, just exit, since 4 byte doubles don't have enough bits of
13206 precision for the test to complete.
13207
13208 Fri Mar 14 17:51:02 1997 Michael Meissner <meissner@cygnus.com>
13209
13210 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
13211 if d10v is not compiled with the -mdouble64 flag.
13212 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
13213
13214 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
13215 d10v is not compiled with the -mint32 flag.
13216
13217 Thu Mar 13 16:09:28 1997 Bob Manson <manson@charmed.cygnus.com>
13218
13219 * lib/plumhall.exp: Use incr_count.
13220
13221 Wed Mar 12 10:01:33 1997 Jeffrey A Law (law@cygnus.com)
13222
13223 * gcc.c-torture: Update to c-torture-1.45.
13224
13225 Sun Feb 23 18:12:04 1997 Bob Manson <manson@charmed.cygnus.com>
13226
13227 * lib/gcc.exp(gcc_init): Add args parameter (which will contain
13228 the name of the expect testcase file).
13229
13230 * lib/g++.exp(g++_init): Ditto.
13231
13232 Thu Feb 20 13:53:05 1997 Bob Manson <manson@charmed.cygnus.com>
13233
13234 * lib/g++.exp(g++_exit): $gluefile lives on the build, not
13235 the host.
13236
13237 * lib/gcc.exp(gcc_exit): New procedure.
13238
13239 Wed Feb 19 15:16:16 1997 Bob Manson <manson@charmed.cygnus.com>
13240
13241 * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
13242 specs where appropriate.
13243
13244 * g++.old-deja/g++.arm/*: Added additional ERROR checks
13245 because of new "candidates are" messages, and removed a few
13246
13247 * Converted all non-old-style g++ testcases to old-style, and
13248 moved into g++.old-deja.
13249
13250 Fri Feb 14 11:46:46 1997 Bob Manson <manson@charmed.cygnus.com>
13251
13252 * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
13253 options.
13254
13255 * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
13256 succeeded.
13257
13258 * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
13259
13260 Thu Feb 13 17:30:46 1997 Michael Meissner <meissner@cygnus.com>
13261
13262 * lib/gcc.exp (gcc_target_compile): Add support for defining
13263 NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
13264 the machine doesn't have those features.
13265
13266 Tue Feb 11 12:57:11 1997 Bob Manson <manson@charmed.cygnus.com>
13267
13268 * g++.law/operators4.exp: Don't use LIBS.
13269
13270 Sat Feb 8 14:45:55 1997 Bob Manson <manson@charmed.cygnus.com>
13271
13272 * g++.law/virtual1.exp: Don't use CXX_FLAGS.
13273
13274 * lib/mike-g++.exp: Don't set the compiler to be tested here.
13275 * lib/g++.exp: Set it here instead. Also, allow use of the
13276 --tool_exec and --tool_opt options. Change CXX to
13277 GXX_UNDER_TEST.
13278
13279 * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
13280
13281 * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
13282
13283 Fri Feb 7 12:55:45 1997 Bob Manson <manson@charmed.cygnus.com>
13284
13285 * lib/old-dejagnu.exp: Use prune_warnings instead of
13286 prune_system_crud.
13287 * lib/mike-g++.exp: Ditto.
13288 * lib/gcc.exp: Ditto.
13289 * lib/g++.exp: Ditto.
13290
13291 * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
13292
13293 Fri Feb 7 10:41:53 1997 Jeffrey A Law (law@cygnus.com)
13294
13295 * 941014-2.c: Include stdlib.h
13296 * 960327-1.c: Include stdio.h
13297 * dbra.c, index-1.c: Don't assume ints are 32bits.
13298
13299 Tue Feb 4 12:51:09 1997 Bob Manson <manson@charmed.cygnus.com>
13300
13301 * lib/gcc.exp: Add gcc,stack_size target feature.
13302
13303 * lib/g++.exp(g++_target_compile): Add the include and link
13304 paths here, not in two other places. And, it's $options, not
13305 options.
13306
13307 * lib/mike-g++.exp(postbase): Remove the code that determines
13308 the correct include and link paths.
13309 * g++.old-deja/old-deja.exp: Ditto.
13310
13311 Mon Feb 3 19:00:07 1997 Bob Manson <manson@charmed.cygnus.com>
13312
13313 * lib/g++.exp(g++_init): target_compile no longer returns the
13314 filename of the result.
13315
13316 Sun Feb 2 14:42:34 1997 Bob Manson <manson@charmed.cygnus.com>
13317
13318 * gcc.misc-tests/gcov.exp: Add -nocomplain to the
13319 call to glob.
13320
13321 * gcc.c-torture/special/special.exp: Change call to
13322 gcc_target_compile to include the object file.
13323
13324 Sun Feb 2 17:11:50 1997 Ian Lance Taylor <ian@cygnus.com>
13325
13326 * gcc.c-torture/special/special.exp: Correct misspelling in last
13327 change.
13328
13329 Sat Feb 1 12:34:23 1997 Bob Manson <manson@charmed.cygnus.com>
13330
13331 * lib/plumhall.exp(ph_summary): Log the entire output of the
13332 executable. Return -1 if there were any failures, 0 otherwise.
13333 (ph_execute): Return -1 if there were any failures, 0 otherwise.
13334 (ph_make): Clean up objects and executables that were built
13335 if the tests succeeded.
13336
13337 Thu Jan 30 13:45:56 1997 Bob Manson <manson@charmed.cygnus.com>
13338
13339 * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
13340 libraries and includes in the build tree as appropriate.
13341
13342 Wed Jan 29 17:19:34 1997 Bob Manson <manson@charmed.cygnus.com>
13343
13344 * lib/c-torture.exp: Instead of looking for the global variable
13345 NO_LONG_LONG, check to see if that's a feature of the target.
13346
13347 Wed Jan 29 00:36:25 1997 Bob Manson <manson@charmed.cygnus.com>
13348
13349 * config/default.exp: Minimize. Delete the remainer of the files in
13350 config; this functionality is now in devo/dejagnu/config.
13351
13352 g++.*/*: Pass any additional flags used to compile to postbase;
13353 delete CXXFLAGS.
13354
13355 gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
13356 is now done by runtest.exp. Use gcc_target_compile instead of
13357 compile.
13358
13359 lib/c-torture.exp: Use gcc_target_compile instead of compile.
13360 Remove references to CFLAGS. Use remote_file instead of
13361 calling rm -f.
13362 (c-torture): Take a list of arguments to use to compile this
13363 testcase.
13364
13365 lib/g++.exp: Simplify. Use target_compile instead of compile.
13366 lib/gcc-dg.exp: Ditto.
13367 lib/gcc.exp: Ditto.
13368 lib/mike-{gcc,g++}.exp: Ditto.
13369 lib/old-dejagnu.exp: Ditto.
13370 lib/plumhall.exp: Ditto.
13371
13372 Wed Jan 8 14:43:07 1997 Jim Wilson <wilson@cygnus.com>
13373
13374 * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
13375 (ph_linker): Likewise.
13376
13377 Wed Nov 13 16:04:19 1996 Joern Rennecke <amylaar@cygnus.com>
13378
13379 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
13380 MAP_ANON / MAP_ANONYMOUS if defined;
13381 else try to map from /dev/zero .
13382
13383 Tue Nov 12 23:30:12 1996 Jeffrey A Law (law@cygnus.com)
13384
13385 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: If MAP_ANON
13386 isn't defined, then define it to MAP_ANONYMOUS.
13387
13388 Tue Nov 12 11:57:49 1996 Jeffrey A Law (law@cygnus.com)
13389
13390 * gcc.c-torture: Update to c-torture-1.42 release.
13391
13392 Mon Nov 11 12:45:31 1996 Jeffrey A Law (law@cygnus.com)
13393
13394 * gcc.c-torture: Update to c-torture-1.41 release.
13395
13396 Sun Oct 27 18:56:18 1996 Jeffrey A Law (law@cygnus.com)
13397
13398 * gcc.c-torture/execute/enum-1.c: New test. Will be in next
13399 c-torture release.
13400
13401 Thu Aug 15 11:09:36 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13402
13403 * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
13404 and LDFLAGS. Fix second case to append the target_info ldflags
13405 onto LDFLAGS, not CFLAGS.
13406 * lib/g++.exp (g++_init): Add target_info stuff.
13407 * lib/old-dejagnu.exp (old-dejagnu-init): Likewise. Add inclusion
13408 of libgloss and newlib flags for !native.
13409
13410 * config/proelf.exp: Load remote.exp and do `push_target hppro'.
13411 (GDB): Fix relative path to go up another dir for finding gdb.
13412
13413 Thu Aug 8 17:03:27 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13414
13415 * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
13416 versions in the target_info array, if they don't exist.
13417
13418 Fri Aug 2 15:39:03 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13419
13420 * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
13421
13422 Mon Jul 8 15:45:58 1996 Jim Wilson <wilson@cygnus.com>
13423
13424 * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
13425 * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
13426
13427 Mon Jul 1 15:53:00 1996 Bob Manson <manson@charmed.cygnus.com>
13428
13429 * lib/old-dejagnu.exp: Don't remove the output file before we've
13430 actually tested it. Don't append pwd to the path of the executable
13431 we're testing.
13432
13433 Sun Jun 30 14:37:50 1996 Doug Evans <dje@canuck.cygnus.com>
13434
13435 * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
13436
13437 Wed Jun 26 14:15:55 1996 Bob Manson <manson@charmed.cygnus.com>
13438
13439 * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
13440 temporary directory for compiler files, and set it to a default
13441 value of /tmp. Set $output as the name of the output file from
13442 compiling the testcase. Add a -o option to $cflags_var so the
13443 compiler writes the final output file as $output. Set $executable
13444 to $output.
13445
13446 * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
13447 directory for compiler files, and set it to /tmp if it doesn't
13448 already have a value. Set $output_file to the name of the output
13449 file from compiling the testcase. Add a -o option to CXXFLAGS so
13450 the compiler writes the final output file as $output. Use $output
13451 as the executable to be tested.
13452
13453 Mon Jun 24 17:12:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13454
13455 * lib/g++.exp: Also add -Wl,-rpath,... for linux.
13456
13457 Sat Jun 8 15:12:24 1996 Jeffrey A Law (law@cygnus.com)
13458
13459 * gcc.c-torture/execute/pending-1.c: New test. Still
13460 pending in Tege's queue.
13461
13462 Wed Apr 24 18:13:45 1996 Jim Wilson <wilson@chestnut.cygnus.com>
13463
13464 * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
13465 Add variables local_failcnt and local_unresolvedcnt. Call gcc_fail
13466 if there were failures. Call unresolved if there were unresolved
13467 testcases. Call gcc_fail if program did not run to completion.
13468 (ph_make): Pass additional argument name to ph_execute.
13469 (ph_execute): Add new argument. Pass additional arguments to
13470 ph_summary. Call gcc_fail is there is no execution output.
13471
13472 Wed Apr 24 13:39:23 1996 Jeffrey A Law (law@cygnus.com)
13473
13474 * lib/plumhall.exp (proc_summary): Output relavent summary
13475 lines into the log so specific failures in plumhall can be
13476 investigated.
13477
13478 Wed Apr 10 13:23:45 1996 Jeffrey A Law (law@cygnus.com)
13479
13480 * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
13481 (c-torture-execute): Don't try to execute tests which use
13482 "long long" types if $NO_LONG_LONG is nonzero.
13483
13484 Mon Apr 8 08:52:29 1996 Doug Evans <dje@canuck.cygnus.com>
13485
13486 * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
13487 not c-torture.
13488
13489 * gcc.ieee: Move from here.
13490 * gcc.c-torture/execute/ieee: To here.
13491
13492 Tue Mar 26 23:41:18 1996 Jeffrey A Law (law@cygnus.com)
13493
13494 * gcc.c-torture: Update to c-torture-1.41 release.
13495
13496 Fri Mar 22 15:49:24 1996 Jeffrey A Law (law@cygnus.com)
13497
13498 * lib/c-torture.exp (c-torture-execute): Remove "$executable",
13499 not "$output".
13500
13501 Thu Mar 7 12:37:08 1996 Doug Evans <dje@charmed.cygnus.com>
13502
13503 * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
13504 -c present.
13505
13506 Sat Mar 2 22:36:37 1996 Jeffrey A Law (law@cygnus.com)
13507
13508 * config/proelf.exp: Handle connecting to a simulator.
13509
13510 Wed Jan 31 00:58:15 1996 Jeffrey A Law (law@cygnus.com)
13511
13512 * config/proelf.exp: New file. Enough framework that we can
13513 run c-torture tests on the proelf targets (or any other target
13514 that gdb can connect to for that matter).
13515
13516 Mon Jan 29 08:57:46 1996 Doug Evans <dje@canuck.cygnus.com>
13517
13518 * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
13519 * gcc.ph/testing/limits/limits.exp: Likewise. Don't pass $CFLAGS.
13520
13521 * lib/plumhall.exp (ph_execute): Always call ph_summary if
13522 exec_output exists.
13523
13524 Sun Jan 28 11:28:43 1996 Doug Evans <dje@charmed.cygnus.com>
13525
13526 * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
13527 (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
13528
13529 * config/*.exp: Update FSF address. Change result of ${tool}_load
13530 to pass/fail/unresolved/unsupported/untested. Caller must now
13531 call unresolved/unsupported/untested.
13532 * lib/*.exp: Update FSF address. Update to handle new results of
13533 ${tool}_load.
13534 * lib/chill.exp (verbose): Delete.
13535
13536 Sat Jan 27 12:28:07 1996 Doug Evans <dje@charmed.cygnus.com>
13537
13538 * lib/gcc.exp (default_gcc_start): Change order of args to
13539 $LDFLAGS $CFLAGS $LIBS.
13540 * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
13541 Save/set/restore CFLAGS. Pass single arg to gcc_start.
13542 * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
13543 (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13544 * gcc.misc-tests/dg-test.exp: Likewise.
13545 * gcc.misc-tests/msgs.exp: Likewise.
13546 * gcc.prms/prms.exp: Likewise.
13547 * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
13548 (CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13549
13550 * lib/dg.exp: Deleted, moved to dejagnu/lib.
13551
13552 Wed Jan 24 18:37:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13553
13554 * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
13555
13556 * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
13557 * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
13558
13559 * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
13560 necessary.
13561
13562 Sat Jan 20 17:22:08 1996 Brendan Kehoe <brendan@cygnus.com>
13563
13564 * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
13565 global for loop; add use of $mathlib.
13566 * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
13567 settings here; set mathlib for anything but VxWorks.
13568
13569 Mon Jan 22 16:31:57 1996 Jeffrey A Law (law@cygnus.com)
13570
13571 * gcc.c-torture: Update to c-torture-1.40 release.
13572
13573 Wed Jan 3 00:54:33 1996 Jeffrey A Law (law@cygnus.com)
13574
13575 * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
13576 dg.exp.
13577
13578 Sun Dec 3 16:17:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
13579
13580 * lib/c-torture.exp (c-torture-execute): Declare "output" as
13581 global.
13582
13583 Fri Nov 17 20:01:19 1995 Doug Evans <dje@canuck.cygnus.com>
13584
13585 * lib/g++.exp (LIBS): Define if not already.
13586 * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
13587 (gcc-dg-prune): Call prune_gcc_output.
13588 * lib/gcc.exp (prune_gcc_output): New proc.
13589 * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
13590 prune_gcc_output.
13591
13592 Thu Nov 16 09:15:40 1995 Doug Evans <dje@canuck.cygnus.com>
13593
13594 * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
13595 (c-torture-execute): Likewise. Rename `name' to `testcase'.
13596
13597 Wed Nov 15 23:04:36 1995 Jeffrey A Law (law@cygnus.com)
13598
13599 * gcc.c-torture: Update to c-torture-1.39 release.
13600
13601 Sat Nov 4 12:52:05 1995 Doug Evans <dje@canuck.cygnus.com>
13602
13603 * lib/c-torture.exp (c-torture-execute): Don't return if one option
13604 fails, try others as well.
13605
13606 Thu Nov 2 09:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
13607
13608 * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
13609 If compilation fails, mark execute tests as `untested'.
13610 If test is marked as unsupported, don't mark compilation and
13611 execute tests as failed.
13612
13613 Wed Oct 25 20:57:55 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13614
13615 * lib/g++.exp (g++_init): Don't link in libg++, and look to
13616 libstdc++ for whether or not we want to be doing shared
13617 libraries. Delete link_curses since we don't need it anymore.
13618 * lib/mike-g++.exp (postbase): Don't link in libg++.
13619 * g++.old-deja/old-deja.exp: Likewise.
13620
13621 Mon Oct 23 13:05:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13622
13623 * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
13624
13625 Tue Oct 17 15:24:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13626
13627 * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
13628 For that, add `-Wl,-a,shared_archive'.
13629 * g++.old-deja/old-deja.exp: Likewise.
13630
13631 Tue Oct 17 13:09:06 1995 Doug Evans <dje@canuck.cygnus.com>
13632
13633 * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
13634
13635 Mon Oct 16 23:13:32 1995 Brendan Kehoe <brendan@cygnus.com>
13636
13637 * lib/mike-g++.exp (postbase): Pay attention to the status of
13638 g++_load.
13639
13640 Mon Oct 16 19:28:32 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13641
13642 * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
13643
13644 Mon Oct 16 13:48:58 1995 Doug Evans <dje@canuck.cygnus.com>
13645
13646 * lib/gcc.exp (default_gcc_start): No longer need to log program
13647 being executed or its output, execute_anywhere does that now.
13648 * lib/g++.exp (default_g++_version): Call execute_anywhere.
13649 (default_g++_start): Likewise. Delete calls to verbose/send_log.
13650
13651 Thu Oct 12 10:34:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13652
13653 * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
13654 the same as those in lib/g++.exp.
13655
13656 Tue Oct 10 13:47:27 1995 Jeff Law (law@hurl.cygnus.com)
13657
13658 * gcc.c-torture: Update to c-torture-1.38 release.
13659 * gcc.ieee: Related changes.
13660
13661 Fri Oct 6 12:39:17 1995 Rob Savoye <rob@darkstar.cygnus.com>
13662
13663 * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
13664 "exec". Minor reformatting changes.
13665
13666 * config/rom68k.exp (${tool}_load): Make it work in a canadian
13667 cross. This means all "exec" calls now work on a remote host as
13668 well.
13669 * lib/c-torture.exp (c-torture-compile): Make work for a canadian
13670 cross. Filter out the extra "\r\n" stuff that expect puts in.
13671 (c-torture-execute): Filter out the bogus warnings like
13672 c-torture-compile does. Add support for canadian cross.
13673 * lib/gcc.exp (default_gcc_version, default_gcc_start)
13674 Use execute_anywhere rather than calling exec directly. Now it
13675 works for canadian cross testing.
13676
13677 Thu Oct 5 10:06:45 1995 Brendan Kehoe <brendan@rtl.cygnus.com>
13678
13679 * lib/g++.exp: Add -nocomplain flag to glob. Use catch to put the
13680 results into a variable, and check that rather than using file exists.
13681
13682 Wed Oct 4 16:31:02 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13683
13684 * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
13685 create a libg++.so. For sunos4.1.*, also add -ltermcap.
13686
13687 Tue Sep 26 10:15:14 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13688
13689 * g++.old-deja/old-deja.exp: Create and pass runshlib and
13690 lib_curses if there's a shared libg++ in the build tree.
13691
13692 Fri Sep 22 10:47:24 1995 Doug Evans <dje@canuck.cygnus.com>
13693
13694 * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
13695 if not supported target.
13696
13697 Fri Sep 22 09:22:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13698
13699 * lib/g++.exp (g++_init): Move empty setting of runshlib and
13700 link_curses up to always happen, not just for native builds.
13701
13702 Thu Sep 21 10:23:32 1995 Jeff Law (law@snake.cs.utah.edu)
13703
13704 * gcc.c-torture: Update to c-torture-1.36 release.
13705 * gcc.failure: Related changes.
13706
13707 Wed Sep 20 10:56:26 1995 Doug Evans <dje@canuck.cygnus.com>
13708
13709 * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
13710
13711 Tue Sep 19 17:26:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13712
13713 * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
13714 * lib/mike-g++.exp (postbase): Not in here. Still reference
13715 runshlib, link_curses, and mathlib for link and run.
13716
13717 * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
13718 pass the runtime shared library options for Solaris, OSF/1, and
13719 Irix5, and link with -lcurses to avoid unresolved references.
13720
13721 Wed Sep 13 15:28:10 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13722
13723 * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
13724 only run once.
13725
13726 Wed Sep 13 10:51:52 1995 Doug Evans <dje@canuck.cygnus.com>
13727
13728 * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
13729
13730 Mon Sep 11 11:02:03 1995 Jeff Law (law@snake.cs.utah.edu)
13731
13732 * gcc.c-torture: Update to c-torture-1.35 release. Note we
13733 do not have a framework for the "compat" tests yet.
13734
13735 Sat Sep 9 16:15:20 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13736
13737 * lib/mike-g++.exp (postbase): New local variable `mathlib',
13738 set to null if we're testing vxworks5.1. Use that instead of
13739 `-lm' in the setting of LIBS for link and run.
13740
13741 Fri Sep 8 13:53:38 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13742
13743 * config/rom68k.exp (${tool}_load): Major changes to make it
13744 work. Verified that it does in fact return the stuff in
13745 exec_output properly. Catch any Emul or any TRAP other than 0.
13746
13747 Thu Sep 7 23:04:06 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13748
13749 * lib/mike-g++.exp (prebase): Call g++_init at the end to set
13750 LDFLAGS properly for targets that need stuff from libgloss.
13751 * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
13752 only run once.
13753 (gpp_initialized): New variable.
13754
13755 Wed Sep 6 21:56:13 1995 Rob Savoye <rob@darkstar.cygnus.com>
13756
13757 * config/rom68k.exp: Load libgloss.exp.
13758 * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
13759 so we can produce a fully linked binary.
13760 * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
13761 so we can produce a fully linked binary.
13762
13763 Sun Sep 3 13:25:26 1995 Doug Evans <dje@canuck.cygnus.com>
13764
13765 * lib/plumhall.exp (ph_section): Watch for expected failures.
13766 Add missing `else'.
13767
13768 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
13769 run the testcase.
13770 (c-torture): Likewise.
13771
13772 Mon Aug 28 11:23:38 1995 Doug Evans <dje@cygnus.com>
13773
13774 * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
13775
13776 * lib/mike-g++.exp (mike_cleanup): New proc.
13777 (prebase): New globals compiler_result, not_compiler_result,
13778 target_regexp.
13779 (postbase): Likewise. Call mike_cleanup. Pass "--" to regexp to
13780 allow leading "-" in pattern. Watch for unsupported tests.
13781 If $compiler_result is set, pattern match assembler code,
13782 and ditto for $not_compiler_result.
13783 * lib/mike-gcc.exp: Likewise.
13784
13785 * lib/plumhall.exp (ph_execute): Only call ph_summary if
13786 execution "succeeded".
13787
13788 Mon Aug 14 14:03:53 1995 Doug Evans <dje@canuck.cygnus.com>
13789
13790 * config/win32.exp: New file.
13791 * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
13792
13793 Fri Aug 4 15:39:54 1995 Doug Evans <dje@canuck.cygnus.com>
13794
13795 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
13796 unsupported.
13797 * lib/mike-{gcc,g++}.exp (postbase): Likewise.
13798 * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
13799 * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
13800
13801 * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
13802 "... without exceptions was ...". That is now handled by
13803 prune_system_crud.
13804 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13805
13806 Tue Aug 1 11:09:33 1995 Doug Evans <dje@canuck.cygnus.com>
13807
13808 * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
13809 sieve.c,sort2.c}: New files.
13810 * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
13811 sieve.exp,sort2.exp}: Drivers for them.
13812
13813 * lib/mike-gcc.exp (program_output): New user settable variable.
13814 (postbase): Call prune_system_crud. Also prune extraneous compiler
13815 messages.
13816 * lib/mike-g++.exp (program_output): New user settable variable.
13817
13818 * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
13819
13820 * config/sh.exp: Deleted (use sim.exp instead).
13821
13822 Fri Jul 28 11:33:46 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13823
13824 * config/vx.exp: Declare CHECKTASK as global.
13825 * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
13826 * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
13827 * lib/old-dejagnu.exp: Load [pwd]/$executable.
13828
13829 Wed Jul 26 19:45:39 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13830
13831 * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
13832 target. Like vx.exp, only includes `vx29k.exp' instead of
13833 `vxworks.exp'.
13834
13835 Sun Jul 23 17:38:52 1995 Ian Lance Taylor <ian@cygnus.com>
13836
13837 * config/sim.exp: Increase time limit from 120 seconds to 240.
13838
13839 Thu Jul 6 11:07:38 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13840
13841 * gcc.c-torture/execute/950628-1.c: New test.
13842
13843 Sat Jun 10 18:51:41 1995 Jeff Law (law@snake.cs.utah.edu)
13844
13845 * gcc.c-torture: Update with changes/additions from
13846 c-torture-1.34.
13847
13848 Mon Jun 5 17:58:07 1995 Doug Evans <dje@canuck.cygnus.com>
13849
13850 * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
13851
13852 Sun Jun 4 05:13:57 1995 Jeff Law (law@snake.cs.utah.edu)
13853
13854 * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
13855
13856 Thu Jun 1 00:06:19 1995 Jeff Law (law@snake.cs.utah.edu)
13857
13858 * gcc.c-torture/compile/950512-1.c: New test.
13859 * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
13860 * gcc.dg/struct-ret-1.c: Likewise.
13861
13862 Wed May 31 14:25:13 1995 Doug Evans <dje@canuck.cygnus.com>
13863
13864 * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
13865 930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
13866
13867 Tue May 30 11:19:54 1995 Doug Evans <dje@canuck.cygnus.com>
13868
13869 * gcc.c-torture/special/920411-1.c: Deleted.
13870 * gcc.c-torture/special/special.exp: Delete 920411-1.c.
13871
13872 Mon May 22 16:55:11 1995 Doug Evans <dje@chestnut.cygnus.com>
13873
13874 * config/sim.exp (${tool}_load): Hack in call to bash to get a
13875 cpu limit.
13876
13877 Fri May 12 18:57:54 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13878
13879 * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
13880
13881 Thu May 4 14:23:54 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13882
13883 From kenner;
13884 * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
13885 is the proper length.
13886 * va-arg-3.c: Likewise.
13887
13888 Sun Apr 30 16:02:59 1995 Doug Evans <dje@canuck.cygnus.com>
13889
13890 * lib/dg.exp: Moved to dejagnu/lib. Copy kept here (for awhile).
13891 * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
13892
13893 * lib/gcc.exp (default_gcc_start): Delete old cruft. Delete result.
13894 * lib/g++.exp (default_g++_start): Delete old cruft.
13895
13896 Tue Apr 25 17:20:18 1995 Torbjorn Granlund <tege@cygnus.com>
13897
13898 * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
13899 (2 * (1 << 18)) to (2 * (1 << 17)).
13900
13901 * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
13902
13903 Thu Apr 20 12:21:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13904
13905 * config/rom68k.exp: Renamed from config/idp.exp
13906
13907 Tue Apr 18 13:33:26 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13908
13909 * c-torture/compile/921109-2.c
13910
13911 Tue Apr 18 10:45:12 1995 Mike Stump <mrs@cygnus.com>
13912
13913 * lib/old-dejagnu.exp: We expect Execution test failure if we expected
13914 excess errors.
13915
13916 Sat Apr 15 11:16:58 1995 Doug Evans <dje@chestnut.cygnus.com>
13917
13918 * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
13919 output.
13920 * lib/g++.exp (default_g++_start): Likewise.
13921
13922 Wed Mar 29 16:34:03 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13923
13924 * gcc.c-torture/compile/950329-1.c: New test.
13925
13926 Tue Mar 28 16:10:33 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13927
13928 * config/bug.exp (${tool}_load): Updated to use new remote_open
13929 and remote_close procs.
13930 * config/idp.exp: New file.
13931
13932 Wed Mar 22 15:01:58 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13933
13934 * gcc.c-torture/execute/950322-1.c: New test.
13935
13936 Tue Mar 21 21:24:49 1995 Doug Evans <dje@canuck.cygnus.com>
13937
13938 * config/vx.exp (${tool}_load): Clean up testing of return code from
13939 vxworks_ld and vxworks_spawn.
13940
13941 Tue Mar 21 17:01:42 1995 Doug Evans <dje@deneb.cygnus.com>
13942
13943 * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
13944
13945 Mon Mar 13 14:49:42 1995 Mike Stump <mrs@cygnus.com>
13946
13947 * lib/old-deja.exp: Add `excess errors test - ' error, now one
13948 can mark excess errors on a machine by machine basis. Note, the
13949 default is to not expect any excess errors, even when excess
13950 errors test - is given, so you will want to put an XFAIL ... on
13951 these lines. For example, // excess errors test - XFAIL hppa*-*-*
13952 mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
13953 those 4 machines, but no others.
13954
13955 Fri Mar 10 12:33:04 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13956
13957 * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
13958 * lib/c-torture.exp: to here.
13959
13960 Fri Mar 10 10:38:15 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13961
13962 * gcc.c-torture/execute/950221-1.c: New test.
13963 * gcc.c-torture/execute/struct-ret-1.c: New test.
13964 * gcc.c-torture/compile/950221-1.c: New test.
13965
13966 * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
13967
13968 Fri Mar 3 16:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
13969
13970 * gcc.c-torture/execute/arith-1.c (main): Return 0.
13971 * gcc.c-torture/execute/arith-rand.c (main): Return 0.
13972
13973 Wed Mar 1 02:08:29 1995 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
13974
13975 * g++.gb: New directory of tests, derived from my signature and
13976 class scoping tests.
13977
13978 * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
13979 * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
13980 * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
13981 * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
13982 * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
13983 * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
13984 * g++.gb/sig25.C: Likewise.
13985
13986 * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
13987 * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
13988 * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
13989 * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
13990 * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
13991 * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
13992 * g++.gb/sig25.exp: Likewise.
13993
13994 * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
13995 * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
13996 * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
13997 * g++.gb/scope13.C: Likewise, this test still fails.
13998
13999 * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
14000 * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
14001 * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
14002 * g++.gb/scope13.exp: Ditto.
14003
14004 * g++.gb/README: New file, explains what these tests are about.
14005
14006 Tue Feb 28 10:37:52 1995 Doug Evans <dje@canuck.cygnus.com>
14007
14008 * lib/dg.exp (dg-do): Support `preprocess'.
14009 (dg-test): Likewise.
14010
14011 Mon Feb 13 15:18:10 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14012
14013 * config/udi.exp: change "continue -expect" to "exp_continue".
14014
14015 Sat Feb 11 00:25:20 1995 Torbjorn Granlund (tege@tiny.cygnus.com)
14016
14017 * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
14018 Delete redundant tests.
14019
14020 * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
14021 * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
14022 * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
14023 * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
14024 * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
14025 * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
14026 * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
14027 * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
14028
14029 * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
14030 storing label pointers.
14031 * gcc.c-torture/execute/921019-1.c: Likewise.
14032 * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
14033 * gcc.c-torture/execute/930513-1.c: Provide full declaration for
14034 parameter fp.
14035 * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
14036 constants.
14037
14038 * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
14039 Delete obsolete tests.
14040
14041 * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
14042 * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
14043 * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
14044 * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
14045 * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
14046 * gcc.c-torture/compile/950124-1.c: New test.
14047
14048 * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
14049
14050 Wed Feb 8 15:30:17 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14051
14052 * lib/mike-g++.exp: Add -lm to LIBS.
14053
14054 Tue Feb 7 17:09:50 1995 Doug Evans <dje@canuck.cygnus.com>
14055
14056 * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
14057
14058 Mon Jan 30 14:33:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14059
14060 * lib/mike-g++.exp: Add -lstdc++ to LIBS.
14061
14062 Thu Jan 12 16:41:34 1995 Doug Evans <dje@canuck.cygnus.com>
14063
14064 * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
14065
14066 Mon Jan 2 11:50:10 1995 Jeff Law (law@snake.cs.utah.edu)
14067
14068 * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
14069 * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
14070 * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
14071 * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
14072 * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
14073 * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
14074 * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
14075 * g++.law/{operators31.C, operators32.C,
14076 * g++.law/{operators33.C, operators34.C}: Likewise.
14077 * g++.law/{pic1.C, refs2.C}: Likewise.
14078 * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
14079 * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
14080 * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
14081 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
14082
14083 * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
14084 * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
14085 * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
14086 * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
14087 * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
14088 * g++.law/{enum9.exp, friend5.exp}: Likewise.
14089 * g++.law/{nest3.exp, nest4.exp}: Likewise.
14090 * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
14091 * g++.law/{operators30.exp, operators31.exp}: Likewise.
14092 * g++.law/{operators32.exp, operators33.exp}: Likewise.
14093 * g++.law/{operators34.exp}: Likewise.
14094 * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
14095 * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
14096 * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
14097 * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
14098 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
14099
14100 * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
14101 No longer expected to fail.
14102 * g++.law/missed-error3.C: Tweak for recent bool changes.
14103
14104 Sun Dec 4 20:54:33 1994 Doug Evans <dje@canuck.cygnus.com>
14105
14106 * config/emb-unix: Deleted.
14107 * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
14108 remote execution. Do final link on remote host if REMOTE_LINK is set.
14109
14110 Thu Dec 1 08:43:05 1994 Doug Evans <dje@canuck.cygnus.com>
14111
14112 * lib/dg.exp (dg-test): Fix typo in last patch.
14113
14114 Wed Nov 30 13:25:32 1994 Doug Evans <dje@canuck.cygnus.com>
14115
14116 * lib/dg.exp (dg-test): Fix pattern that searches for expected output
14117 (handles multiple occurrences).
14118
14119 Thu Nov 24 19:48:38 1994 Doug Evans <dje@canuck.cygnus.com>
14120
14121 * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
14122 * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
14123 $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
14124 printed).
14125 * lib/c-torture.exp (c-torture-compile): Likewise.
14126 (c-torture): Prepend full path if missing.
14127 * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
14128 (gcc_fail): Likewise.
14129 * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
14130
14131 Wed Nov 23 13:56:00 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14132
14133 * lib/netware.exp: Only attach to NetWare i386 systems.
14134
14135 Wed Nov 16 11:27:00 1994 Doug Evans <dje@canuck.cygnus.com>
14136
14137 * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
14138 messages. Add test name to "output pattern match" pass/fail message.
14139
14140 Sat Nov 12 22:11:52 1994 Doug Evans <dje@canuck.cygnus.com>
14141
14142 * gcc.dg: New testsuite.
14143 * gcc.dg/dg.exp: New file.
14144
14145 * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
14146 test-switch.c}: Deleted.
14147
14148 * gcc.misc-tests/msgs.exp: New testcase driver.
14149
14150 Wed Nov 9 14:23:09 1994 Doug Evans <dje@canuck.cygnus.com>
14151
14152 * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
14153 Watch for illegal return values from ${tool}_load.
14154 * config/unix.exp (${tool}_load): Fix pass/fail detection for
14155 cross targets. Coerce return value >0 to 1.
14156
14157 Tue Nov 8 14:10:33 1994 Doug Evans <dje@canuck.cygnus.com>
14158
14159 * config/unix.exp (${tool}_load): Call program rsh, not proc.
14160
14161 * config/emb-unix.exp: New file.
14162
14163 * config/sim.exp: Error if variable $SIM not defined.
14164 (${tool}_load): Mark test as "untested" if simulator missing.
14165
14166 * config/unix.exp: Load remote.exp to get rcp_download.
14167 * lib/c-torture.exp: Use different option lists for testcases with
14168 and without loops.
14169 * gcc.c-torture/execute/execute.exp: Likewise.
14170
14171 Wed Nov 2 14:47:58 1994 Doug Evans <dje@canuck.cygnus.com>
14172
14173 * config/*.exp: Clarify return code from ${tool}_load.
14174 Call `unresolved' or `untested' instead of `warning' or `perror'
14175 (sometimes you still want to call both though).
14176 Add comment that `shell_id' is local to each file.
14177 * config/udi.exp (timeout): Set to 30.
14178 Don't print warning if connection fails, $connectmode has already
14179 printed an error.
14180 (${tool}_load): Move verbose messages to level 2.
14181 Rework pattern for "Process started" message.
14182 Pass `shell_id' to ${connectmode}_download.
14183 Retry twice upon timeout. Make resetting of target more robust.
14184 (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
14185 Pass `shell_id' to exit_$connectmode.
14186 Only call exit_$connectmode if connected.
14187 * config/unix.exp (${tool}_load): Check return codes better.
14188 * config/vrtx.exp (${tool}_load): Likewise.
14189 * config/vx.exp (${tool}_load): Likewise.
14190 Delete unneeded global's.
14191 * lib/dg.exp (dg-test): Update to reflect clarified return codes
14192 from ${tool}_load.
14193 (dg-stat): Delete.
14194 (dg-init): Delete recording of pass/fail counts.
14195 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
14196 (old-dejagnu-init): Likewise.
14197 (old-dejagnu-stat): Delete contents, empty proc now.
14198 * lib/c-torture.exp (TORTURE_OPTIONS): New global.
14199 (c-torture): Delete references to lcnt, lpass, lfail.
14200 Get option list from TORTURE_OPTIONS.
14201 Delete -funroll[-all]-loops if no loops.
14202 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
14203 (g++_stat): Delete contents (empty proc now).
14204 * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
14205 (gcc_finish): Likewise.
14206 (gcc_stat): Deleted.
14207 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
14208 * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
14209 * gcc.c-torture/execute/execute.exp: Likewise.
14210 Split tests into two parts: compile, execute.
14211 Get option list from TORTURE_OPTIONS. Delete -funroll[-all]-loops if
14212 no loops. Update to reflect clarified return codes from ${tool}_load.
14213
14214 Fri Oct 21 23:10:16 1994 Doug Evans <dje@canuck.cygnus.com>
14215
14216 * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
14217 to grep for.
14218 (old-dejagnu): Likewise (where necessary).
14219
14220 Fri Oct 14 17:54:58 1994 Doug Evans <dje@canuck.cygnus.com>
14221
14222 * gcc.misc-tests/gcov.exp: New file, for gcov testing.
14223
14224 * lib/dg.exp (dg-process-target): Fix processing of selector.
14225 Add comment regarding use of `error'.
14226
14227 * lib/gcc.exp (prune_system_crud): Define if missing.
14228 * lib/g++.exp (prune_system_crud): Likewise.
14229
14230 * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
14231 Call prune_system_crud.
14232 * lib/dg.exp (dg-runtest): New proc.
14233 Use perror instead of send_user for tcl errors in testcase.
14234 Don't return any value, it's never used.
14235 Don't clobber previous definition of `unknown'.
14236 Print tcl errors in `dg-final'.
14237
14238 Wed Oct 12 13:05:37 1994 Doug Evans <dje@canuck.cygnus.com>
14239
14240 * lib/dg.exp (dg-process-target): Improve syntax error messages.
14241 (dg-test): Don't print errorInfo, it contains stack backtrace.
14242
14243 Mon Sep 26 12:18:53 1994 Doug Evans (dje@canuck.cygnus.com)
14244
14245 * lib/g++.exp (runtest_file_p): Define if missing.
14246
14247 Sat Sep 24 15:29:23 1994 Doug Evans (dje@cygnus.com)
14248
14249 * lib/mike-g++.exp: Comment out loading of g++.exp.
14250 * lib/g++.exp: Update copyright. Test for existence of $CXX at start.
14251 (default_g++_version): Always print something.
14252 (default_g++_start): Comment out call to `which'.
14253 (g++_start, g++_load): Deleted (must be defined in config file).
14254 * lib/gcc.exp: Test for existence of $CC at start.
14255 Delete check for tmpdir (done in gcc_init).
14256 (default_gcc_version): Always print something.
14257 (default_gcc_start): Comment out call to `which'.
14258 * config/*.exp: Major cleanup - make cross targets work at least a
14259 little better for g++ (by not being "--tool gcc" specific).
14260 Rename gcc_xxx to ${tool}_xxx.
14261 * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
14262 * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
14263
14264 Thu Sep 22 11:39:17 1994 Doug Evans (dje@canuck.cygnus.com)
14265
14266 * lib/c-torture.exp (c-torture-compile): Rework compiler
14267 message processing.
14268
14269 * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
14270 c-torture.
14271
14272 Wed Sep 21 09:49:43 1994 Doug Evans (dje@canuck.cygnus.com)
14273
14274 * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
14275
14276 * lib/dg.exp (dg-process-target): Support { target native }.
14277
14278 Tue Sep 20 17:16:55 1994 Doug Evans (dje@canuck.cygnus.com)
14279
14280 * lib/dg.exp (dg-test): Clean up some comments. Delete code that
14281 looked for "... program xxx got fatal signal".
14282 Correct regsub munging of `comp_output'.
14283 Ignore compiler messages "path prefix not used" and "linker input
14284 file unused".
14285
14286 Wed Sep 14 11:44:40 1994 Doug Evans (dje@canuck.cygnus.com)
14287
14288 * lib/gcc.exp (runtest_file_p): Define if missing.
14289 * gcc.prms/template.c: Example to work from.
14290
14291 Tue Sep 13 10:30:48 1994 Doug Evans (dje@canuck.cygnus.com)
14292
14293 * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
14294 * lib/dg.exp (dg-test): Call unsupported testcases as such.
14295
14296 * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
14297 * gcc.prms/1883.c: Moved from compile/940714-1.c.
14298 * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
14299 execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
14300
14301 * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
14302 (dg-process-target): No longer a varargs proc.
14303 Return S/N for target, P/F for xfail. All callers changed.
14304 (user option procs): More argument checking.
14305 (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
14306 (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
14307 (dg-test): Skip test if not running on selected target in `dg-do'.
14308 Update handling of `dg-do-what', `dg-output-text'.
14309 Separate execution pass/fail from output pattern match pass/fail.
14310 Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
14311
14312 Mon Sep 12 13:47:35 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14313
14314 * gcc.c-torture/special/special.exp: Don't expect failure for mips
14315 target for 920510-1.c.
14316
14317 Mon Sep 12 12:44:39 1994 Doug Evans (dje@canuck.cygnus.com)
14318
14319 * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
14320 Clean up comment regarding use of passcnt, etc.
14321 (gcc_stat): Don't update `testcnt' here.
14322 (gcc_finish): Do it here.
14323 Might as well reset `but_id' here too.
14324 * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
14325 to determine if the file should be tested.
14326 * gcc.c-torture/compile/compile.exp: Likewise.
14327 * gcc.c-torture/execute/execute.exp: Likewise.
14328 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14329 * gcc.misc-tests/dg-test.exp: Likewise.
14330 * gcc.prms/prms.exp: Likewise.
14331 * gcc.wendy/wendy.exp: Likewise.
14332 * g++.old-deja.exp: Likewise.
14333 Move "Testing file" message to verbose level 1.
14334
14335 Fri Sep 9 10:21:18 1994 Doug Evans (dje@canuck.cygnus.com)
14336
14337 * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
14338
14339 Thu Sep 8 16:52:43 1994 Doug Evans (dje@canuck.cygnus.com)
14340
14341 * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
14342 (default_gcc_start): Accept optional second list element
14343 of compiler flags. Print compiler output at verbosity level 2.
14344 Remove setting of CFLAGS, LIBS, LDFLAGS from here.
14345 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
14346 Save current values of framework globals passcnt, failcnt, xpasscnt,
14347 and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
14348 gcc_xfailcnt. Set global `tmpdir' to /tmp if it doesn't exist.
14349 (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
14350 xfailcnt to compute stats. Update framework global `testcnt' from
14351 pass/fail counts.
14352 (gcc_finish): New proc. Clean up test environment.
14353 (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
14354 (gcc_epass, gcc_efail): Delete.
14355 * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
14356 argument of line number.
14357 (dg-init): If the tool has an init routine, call it.
14358 (dg-test): Remove args `cflags_var' and `libs_var'.
14359 Pass all compiler options to ${tool}_start.
14360 Handle missing line number.
14361 (dg-finish): New function.
14362 * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
14363 particular files. Call gcc_finish at end. Move "skipping test"
14364 message to verbosity level 3.
14365 * gcc.c-torture/compile/compile.exp: Likewise.
14366 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14367 * gcc.c-torture/execute/execute.exp: Likewise.
14368 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14369 Print testcase being tried at verbosity level 1.
14370 * gcc.c-torture/special/special.exp: Unset xfail.
14371 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14372 * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
14373 * gcc.c-torture/noncompile/noncompile.exp: Likewise.
14374 * gcc.failure/failure.exp: Likewise.
14375 * gcc.ieee/ieee.exp: Likewise.
14376 * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
14377 Update call to dg-test. Call dg-finish at end.
14378 * gcc.misc-tests/mg.exp: Call gcc_finish at end. Unset orig_flags.
14379 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14380 * gcc.misc-tests/misc.exp: Call gcc_finish at end.
14381 * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
14382 Delete LDFLAGS. Update call to dg-test. Call dg-finish at end.
14383 * gcc.wendy/wendy.exp: Add copyright.
14384 Delete setting of tmpdir (done by gcc_init).
14385 Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
14386 Pass compiler flags to gcc_start. Call gcc_finish at end.
14387 * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
14388 gcc_[ce]pass/fail.
14389
14390 Wed Sep 7 11:09:08 1994 Doug Evans (dje@canuck.cygnus.com)
14391
14392 * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
14393 confusion.
14394 (g++_load): Likewise.
14395
14396 * config/*.exp (gcc_load): Some were varargs fns and some were not.
14397 Rename argument to `prog' to remove the confusion.
14398 Varargs fns behave differently too!
14399 (g++_load): Likewise.
14400
14401 * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
14402
14403 * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
14404 what it is. Delete (always) printing of status value for !native.
14405 Simplify verbose code, and include status and exec_output.
14406 (g++_load): Use gcc_load.
14407
14408 Sun Sep 4 13:59:27 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14409
14410 * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
14411 * gcc.c-torture/noncompile/noncompile.exp: Delete support for
14412 920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
14413 940714-3.c as these testcases don't exist anymore. Make
14414 va-arg-1.c expected to pass.
14415
14416 Fri Aug 19 12:27:07 1994 Doug Evans (dje@canuck.cygnus.com)
14417
14418 * gcc.misc-tests/misc.exp: Only run specific testcases.
14419 * gcc.misc-tests/dg-test.exp: New file. Tests dg.exp.
14420 * gcc.misc-tests/dg-[1-9].c: New files.
14421
14422 * lib/dg.exp: New testsuite driver.
14423 * gcc.prms/prms.exp: Use it.
14424
14425 * README.gcc: New file.
14426
14427 * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
14428 Document and reset `lxpass' and `lxfail'.
14429 Simplify "initialized" message.
14430 (gcc_stat): Clean up comments a little.
14431
14432 Tue Aug 16 11:16:46 1994 Doug Evans (dje@canuck.cygnus.com)
14433
14434 * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
14435
14436 Mon Aug 15 21:20:36 1994 Doug Evans (dje@canuck.cygnus.com)
14437
14438 * lib/old-dejagnu.exp (process-option): New proc.
14439 (old-dejagnu-init, old-dejagnu-stat): Likewise.
14440 (old-dejagnu): Simplify.
14441 * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
14442
14443 Sun Aug 14 09:23:53 1994 Jeff Law (law@snake.cs.utah.edu)
14444
14445 * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
14446 exists and is not an empty string.
14447
14448 * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
14449 $xfail rather than calling setup_xfail. Clear $xfail when test is
14450 finished.
14451 (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
14452 automatically.
14453
14454 * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
14455 longer expected to fail.
14456
14457 * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
14458 "f" function call.
14459
14460 * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
14461
14462 * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
14463 940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
14464 complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
14465 struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
14466 c-torture-1.29.
14467
14468 * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
14469 strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
14470
14471 * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
14472
14473 * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
14474 940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
14475
14476 * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
14477 940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
14478 labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
14479
14480 Tue Jul 12 12:49:44 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14481
14482 * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
14483 gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
14484 940714-1.c, 940714-2.c, 940714-3.c},
14485 gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
14486 gcc.misc-tests/{mg.c,mg.exp}:
14487 New tests.
14488 * gcc.noncompile/noncompile.exp: Change accordingly.
14489
14490 Thu Jul 7 14:20:33 1994 Doug Evans (dje@canuck.cygnus.com)
14491
14492 * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
14493 Undo previous clobberage.
14494
14495 Mon Jul 4 17:00:59 1994 Jeff Law (law@snake.cs.utah.edu)
14496
14497 * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
14498 * gcc.special/{930510-1.c, special.exp}:
14499 * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
14500 931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
14501 struct-varargs-1.c}: New tests from c-torture-1.26.
14502
14503 Tue Jun 28 17:39:42 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14504
14505 * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
14506 argument to switch.
14507
14508 Sat May 21 10:39:38 1994 Bill Cox (bill@rtl.cygnus.com)
14509
14510 * Revert the previous changes. Please see Rob's directory
14511 (/lisa/test/rob/progressive/gcc/testsuite) for testing
14512 fixes.
14513
14514 Thu May 19 18:00:03 1994 Bill Cox (bill@rtl.cygnus.com)
14515
14516 * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
14517 g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
14518 g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
14519 g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
14520 g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
14521 g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
14522 g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
14523 g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
14524 g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
14525 g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
14526 g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
14527 g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
14528 g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
14529 g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
14530 g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
14531 g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
14532 g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
14533 g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
14534 g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
14535 g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
14536 g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
14537 g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
14538 gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
14539 gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
14540 gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
14541 lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
14542 lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
14543
14544 Tue May 17 14:55:09 1994 Bill Cox (bill@rtl.cygnus.com)
14545
14546 * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
14547 lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
14548 with perror calls.
14549
14550 Mon May 2 17:41:13 1994 Jason Merrill (jason@deneb.cygnus.com)
14551
14552 * config/unix.exp (g++_load): Fix syntax.
14553
14554 Thu Apr 14 12:22:10 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14555
14556 * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
14557 * gcc.noncompile/921017-1.c: Deleted obsolete test.
14558 * gcc.noncompile/noncompile.exp: Remove code for deleted test.
14559 Don't expect va-arg-1.c to fail. Correct expected output for
14560 920928-1.c.
14561 * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
14562 * gcc.wendy/hbm4.c: Correct typo.
14563 * gcc.wendy/tad1.c, tad2.c: Correct expected output.
14564
14565 Mon Mar 28 13:29:37 1994 Doug Evans (dje@canuck.cygnus.com)
14566
14567 * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
14568 * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
14569 gcc_[ce]{pass,fail}. Explicitly remove executable if test passes.
14570 * lib/c-torture.exp (c-torture-compile): Ditto.
14571
14572 Reduce volume of output (remove all the -I's and such).
14573 * lib/c-torture.exp (c-torture-compile): New argument OPTION.
14574 Call gcc_cpass, gcc_cfail.
14575 (c-torture): Pass testing option to c-torture-compile.
14576
14577 Mon Mar 21 12:40:33 1994 Doug Evans (dje@cygnus.com)
14578
14579 Bring patches over from progressive.
14580 * config/default.exp: Exit remote shell cleanly.
14581 (g++_exit, g++_start): Add default versions.
14582 * config/sim.exp (gcc_load): Use perror, not error.
14583
14584 Sun Mar 20 12:05:32 1994 Doug Evans (dje@canuck.cygnus.com)
14585
14586 * lib/gcc.exp: Don't set CFLAGS if CC not set. It clobbers the value
14587 set in site.exp.
14588
14589 Mon Mar 14 19:30:28 1994 Doug Evans (dje@cygnus.com)
14590
14591 * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
14592 DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
14593 (wendy_try): New proc to run testcase.
14594 (main loop): Call 'em.
14595 * gcc.wendy/*.c: Clean up pass to correct expected output.
14596
14597 * lib/gcc.exp: Minor cleanup work.
14598 (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
14599
14600 Wed Mar 9 15:22:54 1994 Doug Evans (dje@canuck.cygnus.com)
14601
14602 * config/sim.exp (gcc_load): Document return codes better.
14603 Don't pass -v to simulator.
14604
14605 Thu Feb 24 07:15:18 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14606
14607 * gcc.special/920717-x.c: Fix typo.
14608 * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
14609 get at sources.
14610
14611 * lib/mike-gcc.exp: Fix typo.
14612
14613 Tue Feb 15 15:41:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14614
14615 * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
14616 binary to use, transform the name.
14617 * config/*.exp: rename everything. Nuke any g++ specific files,
14618 it's now a special case of gcc that requires no special support.
14619 Add a default.exp for unsupported targets.
14620
14621 Fri Feb 11 12:59:54 1994 Rob Savoye (rob@poseidon.cygnus.com)
14622
14623 * g++.jason/report.exp, g++.old-deja/old-deja.exp,
14624 lib/old-dejagnu.exp: Fix a few patterns to work with the new
14625 version of Tcl.
14626
14627 Wed Feb 9 21:35:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14628
14629 * lib/c-torture.exp: Made "file prefix*never used a pass, rather
14630 than a warning.
14631
14632 Sun Feb 6 16:52:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14633
14634 * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
14635
14636 Mon Jan 3 17:28:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14637
14638 * gcc.execute/execute.exp: Combine opt_list and foption_list into
14639 option_list. Compile every file with only 4/6 option choices
14640 (same as C torture) instead of with 12/18 different option
14641 choices.
14642 * lib/c-torture.exp: Likewise.
14643
14644 * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
14645 not already set.
14646
14647 Thu Dec 30 17:17:07 1993 Mike Stump (mrs@rtl.cygnus.com)
14648
14649 * lib/old-deja.exp: Add `excess errors test fails' error, now one
14650 can put an XFAIL *-*-* on excess errors.
14651
14652 Sun Dec 19 21:45:34 1993 Jeffrey A. Law (law@snake.cs.utah.edu
14653
14654 * g++.law: Add more tests derived from g++-bugs snapshots.
14655
14656 * g++.law/init11.{c,exp}: Delete test. Brendan sez it's
14657 equivalent to g++.law/init9.
14658
14659 * lib/mike-gcc.exp (postbase): Delete the .o file after we've
14660 compiled it, and the a.out file after we've run it.
14661
14662 Fri Dec 17 11:29:56 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14663
14664 * lib/mike-g++.exp (postbase): Delete the .o file after we've
14665 compiled it, and the a.out file after we've run it.
14666
14667 Fri Dec 17 10:18:16 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14668
14669 * g++.law/*.exp: Avoid losing arguments added via "append" commands.
14670
14671 Wed Dec 15 20:36:40 1993 Rob Savoye (rob@darkstar.cygnus.com)
14672
14673 * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
14674 version number.
14675
14676 Sun Dec 12 21:10:04 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14677
14678 * g++.law: New directory of g++ tests derived from the g++-bugs
14679 snapshots.
14680
14681 Thu Dec 09 16:50:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14682
14683 * gcc.compile: initbug1.c initbug1.exp testcase added
14684
14685 Mon Dec 06 11:09:52 1993 Jeffrey Wheat (cassidy@cygnus.com)
14686
14687 * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
14688 * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
14689 fixes submitted by Jeff Law (law@cs.utah.edu)
14690 * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
14691 Jeff Law (law@cs.utah.edu)
14692
14693
14694 Tue Nov 30 16:34:07 1993 Mike Stump (mrs@cygnus.com)
14695
14696 * config/unix-g++.exp: Follow the gcc way of doing things.
14697 * g++.old-deja/old-deja.exp: Minor updates.
14698 * lib/g++.exp: New file, follow the gcc way of doing things.
14699 * lib/old-dejagnu.exp: Minor updates.
14700 * lib/mike-g++.exp: Always unset errorInfo.
14701
14702 Sat Nov 6 11:34:51 1993 Mike Stump (mrs@cygnus.com)
14703
14704 * lib/gcc.exp: Fix some errors with the below change, CC and
14705 CFLAGS should be global when setting, not local.
14706
14707 Wed Nov 3 11:16:26 1993 Rob Savoye (rob@darkstar.cygnus.com)
14708
14709 * lib/gcc.exp: Transform tool name.
14710
14711 Wed Oct 27 23:57:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
14712
14713 * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
14714
14715 Wed Oct 27 14:45:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
14716
14717 * lib/gcc.exp: change gcc_done to gcc_stat
14718
14719 Wed Oct 27 09:57:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14720
14721 * Upgraded gcc testsuite to c-torture version 1.25
14722
14723 Sun Oct 24 10:58:03 1993 Jeffrey Wheat (cassidy@cygnus.com)
14724
14725 * lib/gcc.exp: added reporting code. Changed verbose compile message.
14726 * lib/c-torture: added hooks for new reporting code.
14727
14728 Thu Oct 21 18:45:32 1993 Jeffrey Wheat (cassidy@cygnus.com)
14729
14730 * config/sh-gcc.exp: check if sh-sim exists in the path
14731
14732 Mon Oct 18 11:13:22 1993 Jeffrey Wheat (cassidy@cygnus.com)
14733
14734 * gcc.code_quality/code_quality.exp: Initial changes for new logic.
14735 * gcc.compile/compile.exp: Initial changes for new logic.
14736 * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
14737 * gcc.failure/failure.exp: Initial changes for new logic.
14738 * gcc.ieee/ieee.exp: Initial changes for new logic.
14739 * gcc.misc-tests/misc.exp: Initial changes for new logic.
14740 * gcc.noncompile/non_compile.exp: Initial changes for new logic.
14741 * gcc.unsorted/unsorted.exp: Initial changes for new logic.
14742 * lib/c-torture.exp: Initial changes for new logic.
14743 * lib/gcc.exp: Initial changes for new logic.
14744
14745 Fri Oct 15 00:19:42 1993 Mike Stump (mrs@cygnus.com)
14746
14747 * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
14748 depend upon failure or success. Fully qualify names in failure
14749 and success messages. Always remove a.out before starting
14750 compile, just in case. Pay more attention to error text output by
14751 the compiler. Handle testcases with no known past errors just
14752 like all others, so that things are uniform. Other miscellaneous
14753 improvements.
14754
14755 Wed Oct 13 15:04:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14756
14757 * gcc.cpp: new directory for cpp tests
14758
14759 Mon Oct 4 09:03:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14760
14761 * lib/chill.exp: Code reformatted, removed unused code.
14762 * config/unix-chill.exp: Code reformatted, removed unused code.
14763 * chill.execute/execute.exp: Code reformatted, removed unused code.
14764 * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
14765
14766 Mon Oct 4 06:19:26 1993 Ian Lance Taylor (ian@cygnus.com)
14767
14768 * config/mips-gcc.exp, config/mips-g++.exp: New files. Execution
14769 routines not written.
14770
14771 Mon Sep 27 21:07:44 1993 Rob Savoye (rob@darkstar.cygnus.com)
14772
14773 * config/bug-gcc.exp: Use new procs from bug.exp.
14774
14775 Tue Sep 21 18:21:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
14776
14777 * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
14778 via ftp, rather than depending on NFS.
14779 * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
14780 case.
14781
14782 Thu Sep 9 23:09:15 1993 Rob Savoye (rob@darkstar.cygnus.com)
14783
14784 * config/bug-gcc.exp: Use new download proc.
14785
14786 Tue Sep 14 19:23:58 1993 Jeffrey Wheat (cassidy at deneb.cygnus.com)
14787
14788 * chill.execute/execute.exp: cleanups, handles errors better
14789 * chill.compile/compile.exp: rewrite, based on execute.exp
14790 * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
14791 * lib/chill.exp: major changes to diff proc and compile and link
14792 procs. added chill_fail and chill_pass wrappers to pass and
14793 fail. added more comments, and handle error codes better.
14794 Added a hack to capture stderr from exec, so noncompile tests
14795 can work.
14796
14797 Sat Sep 11 15:30:10 1993 Jeffrey Wheat (cassidy@cygnus.com)
14798
14799 * chill.execute/execute.exp: rewrite of testsuite driver
14800 * lib/chill.exp: rewrite of testsuite driver
14801 * config/unix-chill.exp: rewrite of testsuite driver
14802
14803 Wed Aug 25 14:11:13 1993 Bill Cox (bill@rtl.cygnus.com)
14804
14805 In chill.execute:
14806 * iexpr.ch: Standardize uppercase.
14807 * tuples.dat: Standardize uppercase.
14808 * vary.ch: standardize. Correct varying string assignments.
14809 * vary.dat: Add new output lines.
14810
14811 Tue Aug 24 13:45:49 1993 Bill Cox (bill@rtl.cygnus.com)
14812
14813 In chill.execute:
14814 * chprintf.ch: Standardize use of uppercase.
14815 * tuples.ch: Standardize and turn arr2 into a DCL,
14816 rather than a SYN.
14817 * pinits.ch: Standardize.
14818
14819 Mon Aug 23 17:26:58 1993 Per Bothner (bothner@kalessin.cygnus.com)
14820
14821 * rts.c: Get malloc() from <stdlib.h>, not <malloc.h>.
14822 * Makefil: Renamed to Makefile.in.
14823 * configure.in: New.
14824
14825 Mon Aug 23 14:24:13 1993 Bill Cox (bill@rtl.cygnus.com)
14826
14827 In chill.execute:
14828 * .cvsignore: Add result/output files.
14829 * Makefile: Fix up variables at start. Use MFLAGS
14830 everywhere. Correct bool_loc, built_ins entries.
14831 Add entry for vary1.ch.
14832 * bitarray.ch: Standardize upper-case usage.
14833 * bitexpr.ch: Standardize, add output of b1.
14834 * params.ch: Use arrayt in along PROC parameters, to
14835 avoid novelty problems.
14836 * sets.ch: Tiny cleanup.
14837 * vary1.ch: Re-indent.
14838
14839 Tue Aug 17 15:42:07 1993 Bill Cox (bill@rtl.cygnus.com)
14840
14841 * Add PR-related files to Makefiles, .cvsignore files, etc.
14842
14843 Mon Aug 2 15:46:05 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14844
14845 * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
14846 with compiler objects. New names are test-flow.c and test-loop.c
14847
14848 Tue Jul 27 10:08:08 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14849
14850 * Upgraded c-torture tests from 1.19 to 1.20
14851
14852 * new files:
14853 * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
14854 * gcc.compile: 930623-1.c 930623-2.c
14855 * gcc.noncompile: 930622-1.c 930622-2.c
14856 * gcc.failure: 920411-1.c 920627-2.c
14857 * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
14858
14859 Tue Jul 20 15:19:44 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14860
14861 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14862 More changes to get testsuite working properly. Needs more work.
14863 Added some support for POSIX IEEE Std 1003.3-1991 error messages.
14864
14865 Mon Jul 19 18:40:31 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14866
14867 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14868 More changes to get testsuite working properly. Needs more work.
14869
14870 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14871
14872 * chill.compile/compile.exp: Added for Dejagnu support
14873 * chill.execute/execute.exp: Added for Dejagnu support
14874 * lib/chill.exp config/unix-chill.exp : Added for Dejagnu support
14875
14876 Sat Jun 19 07:13:05 1993 Bill Cox (bill@rtl.cygnus.com)
14877
14878 This should complete moving the CHILL test files.
14879 * chill.noncompile(.cvsignore printf.grt
14880 in-printf.grt chprintf.grt chprintf.ch):
14881 Added test-support files.
14882 (Makefile): Modified further.
14883 * chill.compile (emptymod.ch gdbme.ch neg_range.ch
14884 signal.ch): Added test files.
14885 * chill.execute (.cvsignore printf.grt printr.c
14886 in-printf.grt rts.c chprintf.grt rts.h): Added
14887 test-support files.
14888 (Makefile): More corrections.
14889
14890 Fri Jun 18 23:40:54 1993 Bill Cox (bill@rtl.cygnus.com)
14891
14892 * chill.compile, chill.execute, chill.nocompile: Add CHILL
14893 test cases, ready for DejaGnu.
14894
14895 Thu Jun 17 19:14:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14896
14897 * Upgraded c-torture tests from 1.18 to 1.19
14898
14899 * gcc.compile: added test(s):
14900 930607-1.c
14901 * gcc.execute: added test(s):
14902 930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
14903
14904 * added new subdirectory for misc tests: gcc.misc-tests
14905 * gcc.misc-test(s): added tests:
14906 inst-check.c test-consts.c test-ior.c test-switch.c
14907
14908 Wed Jun 9 16:53:26 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14909
14910 * lib/mike-g++.exp: Load `./a.out', not `a.out'.
14911
14912 Mon Jun 7 16:18:40 1993 Ian Lance Taylor (ian@cygnus.com)
14913
14914 * g++.old-deja/old-deja.exp: Don't delete all the .o files.
14915
14916 Thu Jun 3 13:13:36 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14917
14918 * Upgraded c-torture tests from 1.17 to 1.18
14919
14920 Wed Jun 2 19:02:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14921
14922 * Upgraded c-torture tests from 1.12 to 1.17
14923
14924 Fri Apr 30 09:38:41 1993 Mike Werner (mtw@deneb.cygnus.com)
14925
14926 * lib/old-dejagnu.exp:
14927 Fixed handling of XFAIL target triplets to correctly
14928 recognize wildcard characters. Removed code that
14929 appended a unique id tag to the end of the file name
14930 printed out by the result of the testcases within a
14931 given test file.
14932
14933 Thu Apr 29 19:06:29 1993 Mike Werner (mtw@deneb.cygnus.com)
14934
14935 * lib/old-dejagnu.exp:
14936 Reworked expected failure handling to trigger off of XFAIL
14937 keyword in keyphrase embeded in testcase source code. The
14938 XFAIL keyword must be at the end of the keyphrase line. It
14939 may optionally be followed by one or more target triplets.
14940 It has just occured that the handling of wildcards in the
14941 target triplet may not be correct.
14942
14943 Fri Apr 23 13:16:20 1993 Mike Werner (mtw@deneb.cygnus.com)
14944
14945 * g++.old-deja/tests:
14946 Moved all subdirectories up one level into g++.old-deja .
14947
14948 * lib/old-dejagnu.exp:
14949 Fixed problem with CXXFLAGS not being properly reset, and being
14950 corrupted with extraneous "-c" compiler option. This was
14951 causing binaries to not be generated for test that needed them.
14952 Modified strings passed to "pass" and "fail" so that individual
14953 tests from the same test file would be distinguished by an
14954 identifier appended to the test file name in the summary logs;
14955 this corrected a problem with erroneous diff logs. Added code
14956 to search testcases for expected fail and unexpected pass keywords.
14957
14958 Tue Apr 20 18:27:58 1993 Rob Savoye (rob at darkstar.cygnus.com)
14959
14960 * lib/c-torture.exp: Ignore "file path prefix*unused" message.
14961
14962 Thu Apr 15 11:01:59 1993 Mike Werner (mtw@deneb.cygnus.com)
14963
14964 * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
14965 Removed extraneous text from end of "Special g++ Options"
14966 keyphrase.
14967
14968 * lib/old-dejagnu.exp: Added pattern matching to look for new
14969 keywords, embedded in testcases comments, which will trigger
14970 calls to xpass and xfail.
14971
14972 Wed Apr 14 14:28:01 1993 Mike Werner (mtw@deneb.cygnus.com)
14973
14974 * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
14975 comments embedded in the testcases, especially the one looking for
14976 special compiler options, as well as the pattern matching for the
14977 compiler output again.
14978
14979 Mon Apr 12 15:15:37 1993 Mike Werner (mtw@deneb.cygnus.com)
14980
14981 * lib/old-dejagnu.exp: Do a proper check of the return value for
14982 execute tests. Fixed several problems with the pattern matching
14983 of the compiler output which gave erroneous test results.
14984 Changed several of the test result messages to be more descriptive.
14985 * config/unix-g++.exp: Proc g++_load now actually works and
14986 executes the tests passed to it and returns a usable return
14987 value.
14988
14989 Sun Apr 11 17:22:37 1993 Rob Savoye (rob at darkstar.cygnus.com)
14990
14991 * lib/gcc.exp: Exits gracefully if $CC is bogus.
14992
14993 Fri Apr 9 09:41:59 1993 Mike Werner (mtw@deneb.cygnus.com)
14994
14995 * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
14996 Modified both files to properly execute the old style
14997 dejagnu tests. The previous versions of these files were
14998 experimental and did not function anything near correctly.
14999
15000 Mon Apr 5 21:08:24 1993 Rob Savoye (rob@cygnus.com)
15001
15002 * Removed all Makefile.in and configure.in files. No configuration
15003 needed now.
15004
15005 Fri Apr 2 12:15:17 1993 Mike Werner (mtw@deneb.cygnus.com)
15006
15007 * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
15008
15009 Sun Mar 28 11:17:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15010
15011 * gcc.compile/configure.in, gcc.unsorted/configure.in,
15012 gcc.special/configure.in, gcc.noncompile/configure.in,
15013 gcc.execute/configure.in, gcc.code_quality/configure.in,
15014 g++.other/configure.in, g++.old-deja/configure.in,
15015 g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
15016 in srcname setting.
15017
15018 Thu Mar 25 20:07:55 1993 Rob Savoye (rob at darkstar.cygnus.com)
15019
15020 * lib/udi.exp: Fixed mondfe and mondfe_download.
15021 * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
15022 * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
15023
15024 Thu Mar 25 13:06:41 1993 Ian Lance Taylor (ian@cygnus.com)
15025
15026 * config/udi-gdb.exp: Check $shell_id after connecting to target.
15027 (gdb_exit): Don't remove *_soc files.
15028
15029 Mon Mar 22 14:28:46 1993 Ian Lance Taylor (ian@cygnus.com)
15030
15031 * lib/c-torture.exp: Don't look for main; instead always use -w
15032 -c. This is how the c-torture tests work. Remove the object
15033 file if the compilation succeeds.
15034 * gcc.execute/execute.exp: Remove executable if test passes.
15035 * gcc.noncompile/noncompile.exp: Every test is an expected
15036 failure.
15037 * gcc.special/special.exp: Added tests from c-torture 1.11,
15038 corrected use of existing test.
15039 * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
15040 gcc.execute/920625-1.c: Updated to c-torture 1.11.
15041 * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
15042 gcc.compile/921109-2.c, gcc.compile/921109-3.c,
15043 gcc.compile/921111-1.c, gcc.compile/921116-2.c,
15044 gcc.compile/921118-1.c, gcc.compile/921126-1.c,
15045 gcc.compile/921202-1.c, gcc.compile/921202-2.c,
15046 gcc.compile/921203-1.c, gcc.compile/921203-2.c,
15047 gcc.compile/921206-1.c, gcc.execute/921029-1.c,
15048 gcc.execute/921104-1.c, gcc.execute/921110-1.c,
15049 gcc.execute/921112-1.c, gcc.execute/921113-1.c,
15050 gcc.execute/921117-1.c, gcc.execute/921123-1.c,
15051 gcc.execute/921123-2.c, gcc.execute/921124-1.c,
15052 gcc.execute/921202-1.c, gcc.execute/921202-2.c,
15053 gcc.execute/921204-1.c, gcc.execute/921207-1.c,
15054 gcc.execute/921208-1.c, gcc.execute/921208-2.c,
15055 gcc.execute/921215-1.c, gcc.execute/921218-1.c,
15056 gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
15057 gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
15058 c-torture 1.11.
15059 * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
15060 correspond to c-torture 1.11.
15061
15062 * New file.