re PR c++/9970 (previously declared inline friend can't access members)
[gcc.git] / gcc / testsuite / ChangeLog
1 2003-03-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2
3 PR c++/9970
4 * g++.dg/lookup/friend1.C: New test.
5
6 2003-03-08 Mark Mitchell <mark@codesourcery.com>
7
8 PR c++/9823
9 * g++.dg/parser/constructor1.C: New test.
10
11 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
12
13 * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
14
15 * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
16
17 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
18
19 * gcc.dg/cpp/Wunused.c: Update test.
20
21 Sat Mar 8 14:18:15 CET 2003 Jan Hubicka <jh@suse.cz>
22
23 * gcc.dg/inline-3.c: New test.
24
25 2003-03-08 Mark Mitchell <mark@codesourcery.com>
26
27 PR c++/9809
28 * g++.dg/parse/builtin1.C: New test.
29
30 PR c++/9982
31 * g++.dg/abi/cookie1.C: New test.
32 * g++.dg/abi/cookie2.C: Likewise.
33
34 PR c++/9524
35 * g++.dg/template/field1.C: New test.
36
37 PR c++/9912
38 * g++.dg/parse/class1.C: New test.
39 * g++.dg/parse/namespace7.C: Likewise.
40 * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
41
42 2003-03-07 Mark Mitchell <mark@codesourcery.com>
43
44 * g++.dg/init/ref4.C: New test.
45
46 Fri Mar 7 17:41:07 CET 2003 Jan Hubicka <jh@suse.cz>
47
48 * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
49 * gcc.dg/inline-3.c: New test.
50
51 2003-03-06 Mark Mitchell <mark@codesourcery.com>
52
53 * g++.dg/init/ref3.C: New test.
54
55 PR c++/9965
56 * g++.dg/init/ref2.C: New test.
57
58 PR c++/9400
59 * g++.dg/warn/Wshadow-2.C: New test.
60
61 PR c++/9791
62 * g++.dg/warn/Woverloaded-1.C: New test.
63
64 Wed Mar 5 23:18:11 CET 2003 Jan Hubicka <jh@suse.cz>
65
66 * gcc.dg/i386-local2.c: New.
67 * gcc.dg/i386-local.c: Fix typo.
68
69 2003-03-05 Mark Mitchell <mark@codesourcery.com>
70
71 * g++.dg/abi/layout3.C: New test.
72
73 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
74
75 * gcc.c-torture/compile/20030305-1.c
76
77 Wed Mar 5 02:05:19 CET 2003 Jan Hubicka <jh@suse.cz>
78
79 * gcc.dg/i386-local.c: New.
80
81 Tue Mar 4 19:39:18 2003 J"orn Rennecke <joern.rennecke@superh.com>
82
83 * gcc.dg/sh-relax.c: Disable for sh64-*-*.
84
85 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
86
87 * gcc.dg/switch-2.c: New test.
88 * gcc.dg/switch-3.c: New test.
89 * gcc.dg/Wswitch.c: Adjust line numbers.
90 * gcc.dg/Wswitch-default.c: Likewise.
91 * gcc.dg/Wswitch-enum.c: Likewise.
92
93 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
94
95 * gcc.c-torture/execute/20030222-1.c: New test.
96
97 2003-03-03 James E Wilson <wilson@tuliptree.org>
98
99 * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
100
101 2003-03-03 Mark Mitchell <mark@codesourcery.com>
102
103 PR c++/9878
104 * g++.dg/init/ref1.C: New test.
105
106 Mon Mar 3 20:42:04 2003 J"orn Rennecke <joern.rennecke@superh.com>
107
108 * gcc.dg/sh-relax.c: New SH-only test.
109
110 2003-03-03 Geoffrey Keating <geoffk@apple.com>
111
112 * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
113 comment explaining purpose of testcase.
114
115 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
116
117 * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
118 for HC11/HC12 (asm needs two int registers).
119 * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
120 HC11/HC12 because the test uses an asm which needs two 32-bit
121 registers.
122
123 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
124
125 * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
126 for HC11/HC12 (array is too large otherwise).
127 * gcc.c-torture/compile/920501-4.x: New file, likewise.
128 * gcc.c-torture/compile/20010518-2.x: Likewise.
129 * gcc.c-torture/compile/980506-1.x: Don't execute this test on
130 HC11/HC12 (array is too large).
131
132 2003-03-01 Geoffrey Keating <geoffk@apple.com>
133
134 * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
135 * lib/g++-dg.exp (g++-dg-test): Likewise.
136
137 2003-03-01 Roger Sayle <roger@eyesopen.com>
138
139 * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
140 * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
141
142 2003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
143
144 * g++.dg/warn/implicit-typename1.C: Remove warning.
145
146 2003-02-28 Richard Henderson <rth@redhat.com>
147
148 * gcc.dg/noreturn-1.c: Move noreturn warning line.
149 * gcc.dg/return-type-1.c: Move control reaches end warning line.
150
151 2003-02-28 Geoffrey Keating <geoffk@apple.com>
152
153 * gcc.dg/pch/pch.exp: Change .pch to .gch.
154 * g++.dg/pch/pch.exp: Likewise.
155
156 2003-02-28 Mark Mitchell <mark@codesourcery.com>
157
158 PR c++/9879
159 * testsuite/g++.dg/init/new4.C: New test.
160
161 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
162
163 * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
164
165 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
166
167 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
168 unsigned long.
169
170 * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
171 wider than float.
172
173 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
174
175 * lib/scanasm.exp: Add support for counting numbers of
176 occurences.
177 * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
178 gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
179
180 2003-02-25 Mark Mitchell <mark@codesourcery.com>
181
182 PR c++/9683
183 * g++.dg/template/static3.C: New test.
184
185 PR c++/9829
186 * g++.dg/parse/namespace6.C: New test.
187
188 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
189
190 PR target/9732
191 * gcc.dg/20030225-1.c: New test.
192
193 2003-02-24 Mark Mitchell <mark@codesourcery.com>
194
195 * README: Remove out-of-date information.
196
197 PR c++/9836
198 * g++.dg/template/spec6.C: New test.
199
200 2003-02-24 Jeff Law <law@redhat.com>
201
202 * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
203
204 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
205
206 * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
207 * gcc.dg/pragma-ep-1.c: Likewise.
208
209 2003-02-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
210
211 PR c++/9602
212 * g++.dg/template/friend16.C: New test.
213
214 2003-02-23 Mark Mitchell <mark@codesourcery.com>
215
216 PR c++/5333
217 * g++.dg/parse/fused-params1.C: Adjust error messages.
218 * g++.dg/template/nested3.C: New test.
219
220 2003-02-24 Alan Modra <amodra@bigpond.net.au>
221
222 * g++.dg/abi/param1.C: New test.
223
224 2003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
225
226 PR c++/7982
227 * g++.dg/warn/implicit-typename1.C: New test.
228
229 2003-02-22 Kelley Cook <kelleycook@comcast.net>
230
231 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
232 with "mtune".
233 * g++.old-deja/g++.other/store-expr2.C: Likewise.
234 * gcc.c-torture/execute/20010129-1.x: Likewise.
235 * gcc.dg/20011107-1.c: Likewise.
236 * gcc.dg/20020108-1.c: Likewise.
237 * gcc.dg/20020122-3.c: Likewise.
238 * gcc.dg/20020206-1.c: Likewise.
239 * gcc.dg/20020310-1.c: Likewise.
240 * gcc.dg/20020426-2.c: Likewise.
241 * gcc.dg/20020517-1.c: Likewise.
242 * gcc.dg/991230-1.c: Likewise.
243 * gcc.dg/i386-unroll-1.c: Likewise.
244 * gcc.misc-tests/i386-prefetch.exp: Likewise.
245
246 Sat Feb 22 20:14:12 CET 2003 Jan Hubicka <jh@suse.cz>
247
248 * gcc.dg/i386-mul.c: New test.
249
250 2003-02-21 Roger Sayle <roger@eyesopen.com>
251
252 * gcc.dg/builtins-5.c: New test case.
253
254 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
255
256 * gcc.dg/asmreg-1.c: New test.
257
258 2003-02-21 Mark Mitchell <mark@codesourcery.com>
259
260 PR c++/9749
261 * g++.dg/parse/varmod1.C: New test.
262
263 2003-02-21 Mark Mitchell <mark@codesourcery.com>
264
265 PR c++/9727
266 * g++.dg/template/op1.C: New test.
267
268 2003-02-21 Mark Mitchell <mark@codesourcery.com>
269
270 PR c++/8906
271 * g++.dg/template/nested2.C: New test.
272
273 2003-02-21 Mark Mitchell <mark@codesourcery.com>
274
275 PR c++/8724
276 * g++.dg/expr/dtor1.C: New test.
277
278 2003-02-21 Zack Weinberg <zack@codesourcery.com>
279
280 * gcc.dg/cpp/include3.c: New test.
281 * gcc.dg/cpp/inc/foo.h: New file.
282
283 2003-02-21 Glen Nakamura <glen@imodulo.com>
284
285 * gcc.c-torture/execute/20030221-1.c: New test.
286
287 2003-02-20 Mark Mitchell <mark@codesourcery.com>
288
289 PR c++/9729
290 * g++.dg/abi/conv1.C: New test.
291
292 Thu Feb 20 14:38:13 CET 2003 Jan Hubicka <jh@suse.cz>
293
294 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
295
296 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
297
298 * gcc.c-torture/compile/20030219-1.c: New test.
299
300 Tue Feb 18 23:28:53 CET 2003 Jan Hubicka <jh@suse.cz>
301
302 * gcc.dg/funcorder.c: New test.
303
304 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
305
306 * gcc.c-torture/execute/20030218-1.c: New.
307
308 2003-02-18 Aldy Hernandez <aldyh@redhat.com>
309
310 * gcc.dg/20030218-1.c: New.
311
312 2003-02-18 Richard Henderson <rth@redhat.com>
313
314 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
315 * gcc.dg/attr-used-2.c: New.
316
317 2003-02-18 Mark Mitchell <mark@codesourcery.com>
318
319 PR c++/9704
320 * g++.dg/init/copy5.C: New test.
321
322 2003-02-18 Geoffrey Keating <geoffk@apple.com>
323
324 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
325 * g++.dg/pch/pch.exp: Likewise.
326
327 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
328
329 * gcc.c-torture/execute/20030209-1.c: Enable the test if
330 STACK_SIZE is not defined.
331
332 2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
333
334 PR c++/9457
335 * g++.dg/template/init1.C: New test.
336
337 Sun Feb 16 23:08:19 CET 2003 Jan HUbicka <jh@suse.cz>
338
339 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
340 (foo): Add few extra tests
341 * gcc.dg/c99-const-expr-3.c: Likewise.
342 * gcc.c-torture/execute/20030216-1.c: New.
343
344 2003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
345
346 PR c++/9459
347 * g++.dg/ext/typeof4.C: New test.
348
349 2003-02-15 Roger Sayle <roger@eyesopen.com>
350
351 * gcc.dg/i386-387-3.c: New test case.
352
353 2003-02-14 Josef Zlomek <zlomekj@suse.cz>
354
355 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
356 cris-*-elf* cris-*-aout* and mmix-*-*.
357
358 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
359
360 * gcc.dg/20030213-1.c: New test.
361
362 2003-02-12 Roger Sayle <roger@eyesopen.com>
363
364 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
365 * gcc.dg/i386-387-2.c: Likewise.
366
367 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
368
369 * gcc.dg/ppc-spe.c: Fix formatting.
370 Enable tests that were previously unsupported by gas.
371 Delete tests for instructions that no longer exist.
372 Switch arguments on evsubifw builtin.
373
374 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
375
376 * gcc.c-torture/execute/20030209-1.c: Disable the test if
377 STACK_SIZE is too small.
378
379 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
380 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
381
382 * gcc.dg/decl-2.c: New test.
383
384 Mon Feb 10 11:41:20 CET 2003 Jan Hubicka <jh@suse.cz>
385
386 * gcc.dg/i386-fpcvt-1.c: New test.
387
388 2002-02-09 Richard Sandiford <rsandifo@redhat.com>
389
390 * gcc.c-torture/execute/20030209-1.c: New test.
391
392 2003-02-09 Kazu Hirata <kazu@cs.umass.edu>
393
394 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
395 int-wide bitops, use the constants of the same width.
396 Likewise, if long long is 32-bit wide, test bitops using
397 32-bit constants.
398
399 2003-02-07 Loren James Rittle <ljrittle@acm.org>
400
401 * gcc.dg/20021014-1.c: Annotate with expected notice text.
402
403 2003-02-07 Roger Sayle <roger@eyesopen.com>
404
405 * testsuite/gcc.dg/builtins-4.c: New test case.
406
407 2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
408
409 * gcc.dg/20020430-1.c: Fix dg command typos.
410 * gcc.dg/20020503-1.c: Likewise.
411
412 2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
413
414 PR c++/8785
415 * g++.dg/parse/fused-params1.C: New test.
416
417 PR c++/8857
418 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
419
420 PR c++/8921
421 * g++.dg/parse/non-dependent1.C: New test.
422
423 PR c++/8928
424 * g++.dg/parse/dupl-tmpl-args1.C: New test.
425
426 PR c++/9228
427 * g++.dg/parse/undefined7.C: New test.
428 * g++.dg/parse/non-templ1.C: New test.
429
430 PR c++/9229
431 * g++.dg/parse/too-many-tmpl-args1.C: New test.
432
433 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
434
435 * gcc.c-torture/compile/20030206-1.c: New test.
436
437 2003-02-05 Roger Sayle <roger@eyesopen.com>
438
439 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
440 "pow" to "foo" to avoid potential confusion with a math built-in.
441
442 2003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
443
444 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
445 conditions for SPARC targets.
446
447 2003-02-05 Jakub Jelinek <jakub@redhat.com>
448
449 * gcc.dg/20030204-1.c: New test.
450
451 2003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
452
453 PR c++/38
454 * g++.dg/parse/array-size1.C: New test.
455
456 PR c++/5657
457 * g++.dg/parse/undefined3.C: New test.
458
459 PR c++/5665
460 * g++.dg/parse/undefined4.C: New test.
461
462 PR c++/5975
463 * g++.dg/parse/undefined5.C: New test.
464
465 PR c++/7259
466 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
467
468 PR c++/8578
469 * g++.dg/parse/casting-operator1.C: New test.
470
471 PR c++/8596
472 * g++.dg/parse/undefined6.C: New test.
473
474 PR c++/8736
475 * g++.dg/parse/missing-template1.C: New test.
476
477 Tue Feb 4 21:41:09 CET 2003 Jan Hubicka <jh@suse.cz>
478
479 * gcc.dg/i386-cadd.c: Compile using -march=k8.
480 * gcc.dg/i386-cmov?.c: Likewise.
481 * gcc.dg/i386-fpcvt-?.c: Likewise.
482 * gcc.dg/i386-ssefp-1.c: Likewise.
483 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
484 conventions.
485
486 2003-02-03 Mark Mitchell <mark@codesourcery.com>
487
488 PR c++/7129
489 * testsuite/g++.dg/ext/max.C: New test.
490
491 Mon Feb 3 16:05:11 CET 2003 Jan Hubicka <jh@suse.cz>
492
493 * gcc.c-torture/execute/20030203-1.c: New test.
494
495 2003-02-03 Richard Earnshaw <rearnsha@arm.com>
496
497 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
498 'natural-endian'.
499
500 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
501
502 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
503 * g++.dg/init/new2.C: Likewise.
504 * g++.dg/other/new1.C: Likewise.
505
506 2003-01-31 Loren J. Rittle <ljrittle@acm.org>
507
508 * gcc.dg/struct-ret-libc.c: New test.
509
510 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
511
512 * gcc.dg/20030129-1.c: New test.
513
514 2003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
515
516 PR c++/8849
517 * g++.dg/template/ptrmem4.C: New test.
518
519 2003-01-29 Mark Mitchell <mark@codesourcery.com>
520
521 * g++.dg/parser/constant1.C: New test.
522
523 2003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
524
525 PR c++/8591
526 * g++.dg/parse/friend2.C: New test.
527
528 2003-01-29 Nathan Sidwell <nathan@codesourcery.com>
529
530 PR c++/9437
531 * g++.dg/template/unify4.C: New test.
532
533 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
534
535 * gcc.c-torture/execute/20030128-1.c: New test.
536
537 2003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
538
539 * g++.dg/lookup/nested1.C: Test moved from ...
540 * g++.old-deja/g++.other/lookup24.C: ... here.
541
542 Tue Jan 28 12:19:35 CET 2003 Jan Hubicka <jh@suse.cz>
543
544 * gcc.dg/i386-cmov5.c: New test.
545
546 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
547
548 * gcc.c-torture/execute/20010925-1.c: Changed the
549 memcpy declaration.
550
551 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
552
553 PR c++/3902
554 * g++.dg/parse/template5.C: New test.
555
556 2003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
557
558 PR fortran/9258
559 * g77.dg/pr9258: New test.
560
561 2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
562
563 * README: Move relevant parts from README.g++.
564
565 * README.g++: Remove this file.
566
567 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
568
569 * g++.dg/abi/dcast1.C: New test.
570
571 2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
572
573 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
574
575 2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
576
577 PR c++/47
578 * g++.old-deja/g++.other/lookup24.C: New test.
579
580 2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
581
582 PR middle-end/7227
583 * gcc.dg/uninit-C.c: New test.
584
585 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
586
587 * g++.dg/abi/covariant1.C: New test.
588
589 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
590
591 * gcc.dg/20030123-1.c: New test.
592
593 Sat Jan 25 21:06:49 CET 2003 Jan Hubicka <jh@suse.cz>
594
595 PR opt/8492
596 * gcc.c-torture/compile/20030125-1.c
597
598 2003-01-25 Nathan Sidwell <nathan@codesourcery.com>
599
600 PR c++/9403
601 * g++.dg/parse/template3.C: New test.
602 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
603
604 PR c++/795
605 * g++.dg/parse/template4.C: New test.
606
607 PR c++/9415
608 * g++.dg/template/qual2.C: New test.
609
610 PR c++/8545
611 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
612
613 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
614
615 2003-01-25 Roger Sayle <roger@eyesopen.com>
616
617 * gcc.c-torture/execute/switch-1.c: New test case.
618
619 Sat Jan 25 12:32:55 CET 2003 Jan Hubicka <jh@suse.cz>
620
621 * gcc.c-torture/execute/20030125-1.[cx]: New test.
622
623 2003-01-25 Paolo Carlini <pcarlini@unitus.it>
624
625 Tweaks for Bison-1.875. From the NEWS file:
626 "- `parse error' -> `syntax error'
627 Bison now uniformly uses the term `syntax error'"
628 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
629 * gcc.dg/cpp/digraph2.c: Likewise.
630 * gcc.dg/cpp/direct2.c: Likewise.
631 * gcc.dg/cpp/paste4.c: Likewise.
632 * gcc.dg/c90-restrict-1.c: Likewise.
633 * gcc.dg/c99-func-2.c: Likewise.
634 * gcc.dg/noncompile/920721-2.c: Likewise.
635 * gcc.dg/noncompile/930622-2.c: Likewise.
636 * gcc.dg/noncompile/940112-1.c: Likewise.
637 * gcc.dg/noncompile/950921-1.c: Likewise.
638 * gcc.dg/noncompile/951123-1.c: Likewise.
639 * gcc.dg/noncompile/971104-1.c: Likewise.
640 * gcc.dg/noncompile/990416-1.c: Likewise.
641
642 2003-01-24 Paolo Carlini <pcarlini@unitus.it>
643
644 * g++.dg/parse/undefined1.C: Add error message.
645
646 2003-01-22 Mark Mitchell <mark@codesourcery.com>
647
648 PR c++/9354
649 * g++.dg/parse/new1.C: New test.
650
651 PR c++/9216
652 * g++.dg/parse/template2.C: New test.
653
654 PR c++/9354
655 * g++.dg/parse/typedef2.C: New test.
656
657 PR c++/9328
658 * g++.dg/ext/typeof3.C: New test.
659
660 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
661
662 PR c++/2738
663 * g++.dg/parse/ret-type1.C: New test.
664
665 PR c++/3792
666 * g++.dg/parse/tmpl-outside1.C: New test.
667
668 PR c++/4207
669 * g++.dg/parse/int-as-enum1.C: New test.
670
671 PR c++/4903
672 * g++.dg/parse/no-typename1.C: New test.
673
674 PR c++/5533
675 * g++.dg/parse/no-value1.C: New test.
676
677 PR c++/5921
678 * g++.dg/parse/wrong-inline1.C: New test.
679
680 PR c++/6402
681 * g++.dg/parse/ref1.C: New test.
682
683 PR c++/6992
684 * g++.dg/parse/attr-ctor1.C: New test.
685
686 PR c++/7229
687 * g++.dg/parse/namespace5.C: New test.
688
689 PR c++/7917
690 * g++.dg/parse/func-def1.C: New test.
691
692 PR c++/8143
693 * g++.dg/parse/undefined1.C: New test.
694
695 PR c++/5723, PR c++/8522
696 * g++.dg/parse/specialization1.C: New test.
697
698 PR c++/163, PR c++/8595
699 * g++.dg/parse/struct-as-enum1.C: New test.
700
701 PR c++/9173
702 * g++.dg/parse/undefined2.C: New test.
703
704 2003-01-22 Mark Mitchell <mark@codesourcery.com>
705
706 PR c++/9298
707 * g++.dg/parse/template1.C: New test.
708
709 PR c++/9384
710 * g++.dg/parse/using1.C: New test.
711
712 PR c++/9285
713 PR c++/9294
714 * g++.dg/parse/expr2.C: New test.
715
716 PR c++/9388
717 * g++.dg/parse/lookup2.C: Likewise.
718
719 Tue Jan 21 18:01:35 CET 2003 Jan Hubicka <jh@suse.cz>
720
721 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
722 * gcc.c-torture/execute/eeprof-1.c: Likewise.
723 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
724 * gcc.c-torture/execute/string-opt-*.c: Likewise.
725
726 2003-01-20 Nick Clifton <nickc@redhat.com>
727
728 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
729 problem with ARM sibcall code generation.
730
731 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
732
733 * gcc.c-torture/execute/20030120-1.c: New.
734
735 2003-01-19 Paolo Carlini <pcarlini@unitus.it>
736
737 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
738
739 2003-01-17 Mark Mitchell <mark@codesourcery.com>
740
741 PR c++/9272
742 * g++.dg/parse/ctor1.C: New test.
743
744 PR c++/9294:
745 * g++.dg/parse/qualified1.C: New test.
746
747 * g++.dg/parse/typename3.C: New test.
748
749 2003-01-16 Richard Henderson <rth@redhat.com>
750
751 * g++.dg/tls/init-2.C: Fix error matches for real this time.
752
753 2003-01-16 Richard Henderson <rth@redhat.com>
754
755 * g++.dg/pch/pch.exp: Copy test header to the working directory
756 before using it either for precompilation or direct use.
757 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
758 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
759
760 2003-01-16 Richard Henderson <rth@redhat.com>
761
762 * gcc.dg/pch/pch.exp: Copy test header to the working directory
763 before using it either for precompilation or direct use.
764 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
765 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
766
767 2003-01-16 Mark Mitchell <mark@codesourcery.com>
768
769 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
770 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
771 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
772 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
773 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
774 typename warning into error.
775 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
776 error messages.
777 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
778 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
779 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
780 messages.
781 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
782 make declaration visible in template.
783 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
784 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
785 messages.
786 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
787 message.
788 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
789 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
790 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
791 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
792 typename warning with error message.
793 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
794 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
795 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
796
797 2003-01-16 Nathan Sidwell <nathan@codesourcery.com>
798
799 * g++.dg/parse/ambig2.C: New test.
800
801 2003-01-15 Richard Henderson <rth@redhat.com>
802
803 * g++.dg/tls/init-2.C: Update error message string.
804
805 2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
806
807 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
808
809 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
810
811 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
812 all for HC11/HC12.
813 * gcc.c-torture/compile/20001205-1.x: Likewise.
814 * gcc.c-torture/compile/20001226-1.x: Likewise.
815 * gcc.c-torture/compile/920520-1.x: Likewise.
816 * gcc.c-torture/compile/961203-1.x: Likewise.
817 * gcc.c-torture/compile/20020604-1.x: Likewise.
818
819 Wed Jan 15 12:20:52 CET 2003 Jan Hubicka <jh@suse.cz>
820
821 * gcc.c-torture/compile/20030115-1.c: New test.
822
823 * gcc.dg/i386-fpcvt-1.c: New test.
824 * gcc.dg/i386-fpcvt-2.c: New test.
825
826 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
827
828 Further conform g++'s __vmi_class_type_info to the C++ ABI
829 specification.
830 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
831 the specification.
832
833 Tue Jan 14 00:45:03 CET 2003 Jan Hubicka <jh@suse.cz>
834
835 * gcc.dg/i386-fpcvt-1.c: New test.
836 * gcc.dg/i386-fpcvt-2.c: New test.
837
838 2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
839
840 * gcc.dg/i386-mmx-3.c: New test.
841
842 2003-01-12 Mark Mitchell <mark@codesourcery.com>
843
844 PR c++/9264
845 * g++.dg/parse/octal1.C: New file.
846
847 PR c++/9172
848 * g++.dg/parse/typename1.C: New file.
849
850 2003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
851
852 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
853 * gcc.dg/bf-no-ms-layout.c: Likewise.
854 * gcc.dg/bf-ms-attrib.c: Likewise.
855
856 2003-01-10 Mark Mitchell <mark@codesourcery.com>
857
858 PR c++/9099
859 * g++.dg/parse/dtor1.C: New file.
860
861 PR c++/9128
862 * g++.dg/rtti/typeid1.C: New file.
863
864 PR c++/9153
865 * g++.dg/parse/lookup1.C: New file.
866
867 PR c++/9171
868 * g++.dg/templ/spec5.C: New file.
869
870 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
871
872 * gcc.c-torture/compile/20030110-1.c: New test.
873
874 2003-01-09 Geoffrey Keating <geoffk@apple.com>
875
876 Merge from pch-branch:
877
878 2002-12-23 Geoffrey Keating <geoffk@apple.com>
879
880 * gcc.dg/pch/cpp-1.h: New.
881 * gcc.dg/pch/cpp-1.c: New.
882 * gcc.dg/pch/cpp-2.h: New.
883 * gcc.dg/pch/cpp-2.c: New.
884
885 2002-11-19 Geoffrey Keating <geoffk@apple.com>
886
887 * gcc.dg/pch/except-1.h: New.
888 * gcc.dg/pch/except-1.c: New.
889
890 2002-11-13 Geoffrey Keating <geoffk@apple.com>
891
892 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
893 running test.
894 * gcc.dg/pch: Include *.hp not *.h.
895 * gcc.dg/pch/system-1.h: New.
896 * gcc.dg/pch/system-1.c: New.
897
898 2002-11-11 Geoffrey Keating <geoffk@apple.com>
899
900 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
901 rather than trying to build and run a program using PCH.
902 * gcc.dg/pch: Remove dg-do commands from test files.
903
904 2002-11-08 Geoffrey Keating <geoffk@apple.com>
905
906 * gcc.dg/pch/macro-3.c: New.
907 * gcc.dg/pch/macro-3.h: New.
908
909 2002-11-04 Geoffrey Keating <geoffk@apple.com>
910
911 * gcc.dg/pch/common-1.c: New.
912 * gcc.dg/pch/common-1.h: New.
913 * gcc.dg/pch/decl-1.c: New.
914 * gcc.dg/pch/decl-1.h: New.
915 * gcc.dg/pch/decl-2.c: New.
916 * gcc.dg/pch/decl-2.h: New.
917 * gcc.dg/pch/decl-3.c: New.
918 * gcc.dg/pch/decl-3.h: New.
919 * gcc.dg/pch/decl-4.c: New.
920 * gcc.dg/pch/decl-4.h: New.
921 * gcc.dg/pch/decl-5.c: New.
922 * gcc.dg/pch/decl-5.h: New.
923 * gcc.dg/pch/global-1.c: New.
924 * gcc.dg/pch/global-1.h: New.
925 * gcc.dg/pch/inline-1.c: New.
926 * gcc.dg/pch/inline-1.h: New.
927 * gcc.dg/pch/inline-2.c: New.
928 * gcc.dg/pch/inline-2.h: New.
929 * gcc.dg/pch/static-1.c: New.
930 * gcc.dg/pch/static-1.h: New.
931 * gcc.dg/pch/static-2.c: New.
932 * gcc.dg/pch/static-2.h: New.
933
934 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
935
936 * g++.dg/pch/pch.exp: Better handle failing testcases.
937 * gcc.dg/pch/pch.exp: Likewise.
938 * gcc.dg/pch/macro-1.c: New.
939 * gcc.dg/pch/macro-1.h: New.
940 * gcc.dg/pch/macro-2.c: New.
941 * gcc.dg/pch/macro-2.h: New.
942
943 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
944
945 * g++.dg/dg.exp: Treat files in pch/ specially.
946 * g++.dg/pch/pch.exp: New file.
947 * g++.dg/pch/empty.H: New file.
948 * g++.dg/pch/empty.C: New file.
949 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
950 "precompile".
951
952 * gcc.dg/pch/pch.exp: New file.
953 * gcc.dg/pch/empty.h: New file.
954 * gcc.dg/pch/empty.c: New file.
955 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
956 "precompile".
957
958 2003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
959
960 * g++.dg/template/friend14.C: New test.
961
962 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
963
964 * gcc.dg/old-style-asm-1.c: New test.
965
966 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
967
968 * gcc.c-torture/compile/20030109-1.c: New test.
969
970 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
971
972 * gcc.c-torture/execute/20030109-1.c: New test.
973
974 2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
975
976 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
977 * g++.old-deja/g++.mike/dyncast2.C: Likewise
978 * g++.old-deja/g++.mike/dyncast3.C: Likewise
979 * g++.old-deja/g++.mike/eh2.C: Likewise
980 * g++.old-deja/g++.mike/eh3.C: Likewise
981 * g++.old-deja/g++.mike/eh5.C: Likewise
982 * g++.old-deja/g++.mike/eh6.C: Likewise
983 * g++.old-deja/g++.mike/eh7.C: Likewise
984 * g++.old-deja/g++.mike/eh8.C: Likewise
985 * g++.old-deja/g++.mike/eh9.C: Likewise
986 * g++.old-deja/g++.mike/eh10.C: Likewise
987 * g++.old-deja/g++.mike/eh12.C: Likewise
988 * g++.old-deja/g++.mike/eh13.C: Likewise
989 * g++.old-deja/g++.mike/eh14.C: Likewise
990 * g++.old-deja/g++.mike/eh16.C: Likewise
991 * g++.old-deja/g++.mike/eh17.C: Likewise
992 * g++.old-deja/g++.mike/eh18.C: Likewise
993 * g++.old-deja/g++.mike/eh21.C: Likewise
994 * g++.old-deja/g++.mike/eh23.C: Likewise
995 * g++.old-deja/g++.mike/eh24.C: Likewise
996 * g++.old-deja/g++.mike/eh25.C: Likewise
997 * g++.old-deja/g++.mike/eh26.C: Likewise
998 * g++.old-deja/g++.mike/eh27.C: Likewise
999 * g++.old-deja/g++.mike/eh28.C: Likewise
1000 * g++.old-deja/g++.mike/eh29.C: Likewise
1001 * g++.old-deja/g++.mike/eh31.C: Likewise
1002 * g++.old-deja/g++.mike/eh33.C: Likewise
1003 * g++.old-deja/g++.mike/eh34.C: Likewise
1004 * g++.old-deja/g++.mike/eh35.C: Likewise
1005 * g++.old-deja/g++.mike/eh36.C: Likewise
1006 * g++.old-deja/g++.mike/eh37.C: Likewise
1007 * g++.old-deja/g++.mike/eh38.C: Likewise
1008 * g++.old-deja/g++.mike/eh39.C: Likewise
1009 * g++.old-deja/g++.mike/eh40.C: Likewise
1010 * g++.old-deja/g++.mike/eh41.C: Likewise
1011 * g++.old-deja/g++.mike/eh42.C: Likewise
1012 * g++.old-deja/g++.mike/eh44.C: Likewise
1013 * g++.old-deja/g++.mike/eh46.C: Likewise
1014 * g++.old-deja/g++.mike/eh47.C: Likewise
1015 * g++.old-deja/g++.mike/eh48.C: Likewise
1016 * g++.old-deja/g++.mike/eh49.C: Likewise
1017 * g++.old-deja/g++.mike/eh50.C: Likewise
1018 * g++.old-deja/g++.mike/eh51.C: Likewise
1019 * g++.old-deja/g++.mike/eh53.C: Likewise
1020 * g++.old-deja/g++.mike/eh55.C: Likewise
1021 * g++.old-deja/g++.mike/p7912.C: Likewise
1022 * g++.old-deja/g++.mike/p9706.C: Likewise
1023 * g++.old-deja/g++.mike/p10416.C: Likewise
1024 * g++.old-deja/g++.mike/p11667.C: Likewise
1025 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
1026 Remove redundant reference to Iris.
1027 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
1028 Elxsi, i860, Pico Java, and WE32K.
1029
1030 2003-01-07 Mark Mitchell <mark@codesourcery.com>
1031
1032 * g++.dg/ext/asm4.C: New test.
1033
1034 2003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1035
1036 PR c++/9030
1037 * g++.dg/template/friend12.C: New test.
1038 * g++.dg/template/friend13.C: Likewise.
1039 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
1040
1041 Wed Jan 8 11:41:47 CET 2003 Jan Hubicka <jh@suse.cz>
1042
1043 * gcc.dg/i386-cadd.c: New test.
1044 * gcc.dg/i386-cmov4.c: Likewise.
1045
1046 2003-01-06 Mark Mitchell <mark@codesourcery.com>
1047
1048 PR c++/9165
1049 * g++.dg/warn/Wunused-3.C: New test.
1050
1051 * g++.dg/abi/bitfield9.C: New test.
1052
1053 PR c++/9189
1054 * g++.dg/parse/defarg3.C: New test.
1055
1056 2003-01-06 Nathan Sidwell <nathan@codesourcery.com>
1057
1058 * g++.dg/parse/ambig1.C: New test.
1059 * g++.dg/parse/defarg2.C: New test.
1060
1061 2003-01-05 Mark Mitchell <mark@codesourcery.com>
1062
1063 * g++.dg/template/defarg-1.C: New test.
1064 * g++.dg/template/local2.C: Likewise.
1065
1066 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
1067
1068 * gcc.c-torture/execute/20030105-1.c: New test.
1069
1070 2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1071
1072 * g++.dg/parse/namespace3.C: Remove extra semicolons.
1073 * g++.dg/parse/namespace4.C: Likewise.
1074
1075 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
1076
1077 * g++.dg/template/ntp2.C: New test.
1078
1079 2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
1080
1081 * g++.dg/parse/extern-C-1.C: New test.
1082
1083 * g++.dg/parse/namespace4.C: New test.
1084
1085 * g++.dg/template/nested1.C: New test.
1086
1087 * g++.dg/parse/namespace3.C: New test.
1088
1089 2003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
1090
1091 * g++.dg/lookup/two-stage1.C: New test.
1092
1093 2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1094
1095 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
1096 * g++.old-deja/g++.jason/access8.C: Likewise.
1097 * g++.old-deja/g++.other/decl5.C: Likewise.
1098
1099 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
1100
1101 * g++.dg/parse/parse7.C: New test.
1102
1103 2003-01-02 Mark Mitchell <mark@codesourcery.com>
1104
1105 PR c++/2843
1106 * g++.dg/ext/attrib7.C: New test.
1107
1108 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
1109
1110 * g++.dg/parse/parse6.C: New test.
1111
1112 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
1113
1114 * gcc.dg/h8300-stack-1.c: New.
1115
1116 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
1117
1118 g++.dg/lookup/exception1.C: New test.
1119
1120 g++.dg/lookup/template1.C: New test.
1121
1122 g++.dg/parse/namespace2.C: New test.
1123
1124 g++.dg/parse/parens2.C: New test.
1125
1126 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1127
1128 * g++.dg/parse/parse5.C: New test.
1129 * g++.dg/lookup/scoped4.C: New test.
1130
1131 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
1132
1133 * g++.dg/parse/parens1.C: New test.
1134
1135 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
1136 angle-bracket1.C.
1137 * g++.dg/parse/parens2.C: New test.
1138
1139 * g++.dg/lookup/scope-operator1.C: New test.
1140
1141 * g++.dg/parse/operator1.C: New test.
1142
1143 2003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1144
1145 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
1146 * g++.old-deja/g++.other/access6.C: Likewise.
1147 * g++.old-deja/g++.other/decl1.C: Likewise.
1148 * g++.old-deja/g++.pt/typename12.C: Likewise.
1149
1150 2002-12-31 Mark Mitchell <mark@codesourcery.com>
1151
1152 * g++.dg/parse/namespace1.C: New test.
1153
1154 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1155
1156 * g++.dg/parse/parse4.C: New test.
1157
1158 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1159
1160 * g++.dg/parse/parse3.C: New test.
1161
1162 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1163
1164 * g++.dg/parse/parse2.C: New test.
1165
1166 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1167
1168 * g++.dg/template/friend11.C: New test.
1169
1170 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
1171
1172 * g++.dg/parse/parse1.C: New test.
1173
1174 2002-12-31 Janis Johnson <janis187@us.ibm.com>
1175
1176 * lib/profopt.exp: Change the name of a global variable to avoid
1177 possible clashes with other test suites.
1178
1179 2002-12-31 Nathan Sidwell <nathan@codesourcery.com>
1180
1181 * g++.dg/inherit/covariant8.C: New test.
1182
1183 2002-12-31 Mark Mitchell <mark@codesourcery.com>
1184
1185 * g++.dg/init/array9.C: New test.
1186
1187 PR c++/9112
1188 * g++.dg/parse/expr1.C: New test.
1189
1190 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
1191
1192 * gcc.c-torture/compile/20021230-1.c: New test.
1193
1194 2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
1195
1196 * g++.dg/inherit/covariant5.C: New test.
1197 * g++.dg/inherit/covariant6.C: New test.
1198 * g++.dg/inherit/covariant7.C: New test.
1199
1200 2002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1201
1202 PR c++/2739
1203 * g++.dg/other/access2.C: New test.
1204
1205 2002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1206
1207 * g++.dg/other/anon-struct.C: No longer fails
1208 * g++.old-deja/g++.brendan/parse4.C: Likewise.
1209 * g++.old-deja/g++.brendan/parse5.C: Likewise.
1210 * g++.old-deja/g++.brendan/parse6.C: Likewise.
1211
1212 2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
1213
1214 * g++.dg/parse/angle-bracket.C (main): No longer fails.
1215
1216 2002-12-27 Mark Mitchell <mark@codesourcery.com>
1217
1218 * g++.dg/eh/spec4.C: Remove stray semicolon.
1219 * g++.dg/expr/pmf-1.C: Change error message.
1220 * g++.dg/ext/asm1.C: Remove stray semicolon.
1221 * g++.dg/ext/typename1.C: Add missing typenames.
1222 * g++.dg/inherit/template-as-base.C: Change error message.
1223 * g++.dg/lookup/scoped1.C: Likewise.
1224 * g++.dg/lookup/scoped2.C: Likewise.
1225 * g++.dg/lookup/using2.C: Likewise.
1226 * g++.dg/other/component1.C: Remove stray semicolon.
1227 * g++.dg/other/do1.C: Change error message.
1228 * g++.dg/other/error2.C: Likewise.
1229 * g++.dg/other/init1.C: Likewise.
1230 * g++.dg/other/packed1.C: Remove stray semicolon.
1231 * g++.dg/other/ptrmem2.C: Change error message.
1232 * g++.dg/parse/parameter-declaration-1.C: Remove line number
1233 marker.
1234 * g++.dg/special/initp1.C: Remove invalid attribute usage.
1235 * g++.dg/template/access3.C: Add typename keyword.
1236 * g++.dg/template/access5.C: Remove stray semicolon.
1237 * g++.dg/template/access6.C: Likewise.
1238 * g++.dg/template/complit1.C: Likewise.
1239 * g++.dg/template/crash1.C: Change error message.
1240 * g++.dg/template/inherit2.C: Remove stray semicolon.
1241 * g++.dg/template/instantiate2.C: Likewise.
1242 * g++.dg/template/instantiate3.C: Change error message.
1243 * g++.dg/template/qual1.C: Remove stray semicolon.
1244 * g++.dg/template/qualttp18.C: Change error message.
1245 * g++.dg/template/ref1.C: Remove stray semicolon.
1246 * g++.dg/template/sizeof1.C (A::value): Declare it.
1247 * g++.dg/template/spec4.C: Change error message.
1248 * g++.dg/template/static1.C: Likewise.
1249 * g++.dg/template/type1.C: Likewise.
1250 * g++.dg/template/typename3.C: Likewise.
1251 * g++.old-deja/g++.benjamin/13478.C: Change error message.
1252 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
1253 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
1254 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
1255 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
1256 named return value extension.
1257 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
1258 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
1259 * g++.old-deja/g++.bob/extern_C.C: Likewise.
1260 * g++.old-deja/g++.bob/inherit2.C: Likewise.
1261 * g++.old-deja/g++.brendan/complex1.C: Likewise.
1262 * g++.old-deja/g++.brendan/copy5.C: Likewise.
1263 * g++.old-deja/g++.brendan/crash13.C: Likewise.
1264 * g++.old-deja/g++.brendan/crash15.C: Likewise.
1265 * g++.old-deja/g++.brendan/crash18.C: Change error message.
1266 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
1267 * g++.old-deja/g++.brendan/crash38.C: Likewise.
1268 * g++.old-deja/g++.brendan/crash50.C: Likewise.
1269 * g++.old-deja/g++.brendan/crash56.C: Likewise.
1270 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
1271 syntax.
1272 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
1273 * g++.old-deja/g++.brendan/crash8.C: Change error message.
1274 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
1275 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
1276 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
1277 * g++.old-deja/g++.brendan/template11.C: Likewise.
1278 * g++.old-deja/g++.brendan/template26.C: Likewise.
1279 * g++.old-deja/g++.brendan/template27.C: Use explicit
1280 specialization syntax.
1281 * g++.old-deja/g++.brendan/template30.C: Likewise.
1282 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
1283 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
1284 non-dependent names.
1285 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
1286 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
1287 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
1288 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
1289 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
1290 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
1291 named return value extension.
1292 * g++.old-deja/g++.ext/namedret2.C: Likewise.
1293 * g++.old-deja/g++.ext/namedret3.C: Likewise.
1294 * g++.old-deja/g++.ext/return1.C: Likewise.
1295 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
1296 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
1297 * g++.old-deja/g++.jason/access8.C: Likewise.
1298 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
1299 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
1300 pseudo-destructor names.
1301 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
1302 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
1303 pseudo-destructor names.
1304 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
1305 * g++.old-deja/g++.jason/overload19.C: Likewise.
1306 * g++.old-deja/g++.jason/overload32.C: Likewise.
1307 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
1308 stray semicolons.
1309 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
1310 * g++.old-deja/g++.jason/return.C: Likewise.
1311 * g++.old-deja/g++.jason/return2.C: Likewise.
1312 * g++.old-deja/g++.jason/shadow1.C: Likewise.
1313 * g++.old-deja/g++.jason/special.C: Use explicit specialization
1314 syntax.
1315 * g++.old-deja/g++.jason/template10.C: Account for use of
1316 non-dependent names.
1317 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
1318 syntax.
1319 * g++.old-deja/g++.jason/template37.C: Likewise.
1320 * g++.old-deja/g++.law/access4.C: Change error messages.
1321 * g++.old-deja/g++.law/arm13.C: Remove incorrect
1322 pseudo-destructor names.
1323 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
1324 * g++.old-deja/g++.law/ctors9.C: Likewise.
1325 * g++.old-deja/g++.law/cvt22.C: Likewise.
1326 * g++.old-deja/g++.law/dtors5.C: Likewise.
1327 * g++.old-deja/g++.law/global-init1.C: Likewise.
1328 * g++.old-deja/g++.law/missed-error3.C: Likewise.
1329 * g++.old-deja/g++.law/operators28.C: Likewise.
1330 * g++.old-deja/g++.law/visibility28.C: Likewise.
1331 * g++.old-deja/g++.martin/eval1.C: Likewise.
1332 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
1333 name.
1334 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
1335 * g++.old-deja/g++.mike/net34.C: Likewise.
1336 * g++.old-deja/g++.mike/net36.C: Likewise.
1337 * g++.old-deja/g++.mike/ns2.C: Likewise.
1338 * g++.old-deja/g++.mike/p12306.C: Likewise.
1339 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
1340 value extension.
1341 * g++.old-deja/g++.mike/p700.C: Likewise.
1342 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
1343 * g++.old-deja/g++.mike/p710.C: Likewise.
1344 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
1345 value extension.
1346 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
1347 * g++.old-deja/g++.mike/pmf9.C: Likewise.
1348 * g++.old-deja/g++.ns/crash2.C: Likewise.
1349 * g++.old-deja/g++.ns/crash3.C: Likewise.
1350 * g++.old-deja/g++.ns/invalid1.C: Likewise.
1351 * g++.old-deja/g++.ns/ns17.C: Likewise.
1352 * g++.old-deja/g++.ns/template16.C: Likewise.
1353 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
1354 keyword.
1355 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
1356 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
1357 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
1358 named return value extension.
1359 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
1360 * g++.old-deja/g++.other/access4.C: Issue additional error
1361 messages.
1362 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
1363 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
1364 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
1365 * g++.old-deja/g++.other/crash25.C: Change error message.
1366 * g++.old-deja/g++.other/crash4.C: Change error message.
1367 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
1368 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
1369 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
1370 checks.
1371 * g++.old-deja/g++.other/defarg8.C: Likewise.
1372 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
1373 * g++.old-deja/g++.other/dtor10.C: Likewise.
1374 * g++.old-deja/g++.other/incomplete.C: Likewise.
1375 * g++.old-deja/g++.other/linkage7.C: Likewise.
1376 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
1377 lookup algorithm.
1378 * g++.old-deja/g++.other/mangle2.C: Likewise.
1379 * g++.old-deja/g++.other/refinit2.C: Likewise.
1380 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
1381 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
1382 * g++.old-deja/g++.pt/crash28.C: Likewise.
1383 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
1384 syntax.
1385 * g++.old-deja/g++.pt/crash32.C: Change error message.
1386 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
1387 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
1388 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
1389 error message position.
1390 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
1391 * g++.old-deja/g++.pt/defarg8.C: Change error message.
1392 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
1393 syntax.
1394 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
1395 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
1396 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
1397 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
1398 keyword.
1399 * g++.old-deja/g++.pt/explicit31.C: Likewise.
1400 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
1401 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
1402 keyword.
1403 * g++.old-deja/g++.pt/explicit71.C: Change error message.
1404 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
1405 syntax.
1406 * g++.old-deja/g++.pt/friend28.C: Account for use of
1407 non-dependent names.
1408 * g++.old-deja/g++.pt/friend29.C: Likewise.
1409 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
1410 rules.
1411 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
1412 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
1413 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
1414 lookup rules.
1415 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
1416 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
1417 keyword.
1418 * g++.old-deja/g++.pt/memclass20.C: Likewise.
1419 * g++.old-deja/g++.pt/memclass5.C: Likewise.
1420 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
1421 keyword.
1422 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
1423 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
1424 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
1425 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
1426 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
1427 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
1428 keyword.
1429 * g++.old-deja/g++.pt/spec10.C: Likewise.
1430 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
1431 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
1432 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
1433 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
1434 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
1435 * g++.old-deja/g++.pt/ttp62.C: Likewise.
1436 * g++.old-deja/g++.pt/ttp64.C: Likewise.
1437 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
1438 * g++.old-deja/g++.pt/typename15.C: Likewise.
1439 * g++.old-deja/g++.pt/typename22.C: Likewise.
1440 * g++.old-deja/g++.pt/typename6.C: Change error messages.
1441 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
1442 * g++.old-deja/g++.pt/virtual2.C: Likewise.
1443 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
1444 syntax.
1445 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
1446 return value extension.
1447 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
1448 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
1449 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
1450 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
1451
1452 2002-12-26 Nathan Sidwell <nathan@codesourcery.com>
1453
1454 * g++.dg/warn/inline1.C: New test.
1455 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
1456 * g++.old-deja/g++.jason/synth10.C: Likewise.
1457 * g++.old-deja/g++.mike/net31.C: Likewise.
1458 * g++.old-deja/g++.mike/p8786.C: Likewise.
1459
1460 * g++.dg/template/friend10.C: New test.
1461 * g++.dg/template/conv5.C: New test.
1462
1463 2002-12-24 Nathan Sidwell <nathan@codesourcery.com>
1464
1465 * g++.dg/lookup/scoped3.C: New test.
1466
1467 * g++.dg/lookup/decl1.C: New test.
1468 * g++.dg/lookup/decl2.C: New test.
1469
1470 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
1471
1472 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
1473 gcc.c-torture/compile/20021015-1.c,
1474 gcc.c-torture/compile/20021015-2.c,
1475 gcc.c-torture/compile/20021123-1.c,
1476 gcc.c-torture/compile/20021123-2.c,
1477 gcc.c-torture/compile/20021123-3.c,
1478 gcc.c-torture/compile/20021123-4.c,
1479 gcc.c-torture/execute/20021024-1.c: Add tests previously added
1480 only to 3.1 or 3.2 branch.
1481
1482 2002-12-23 Mark Mitchell <mark@codesourcery.com>
1483
1484 * gcc.dg/i386-bitfield3.c: New test.
1485
1486 * gcc.dg/i386-bitfield2.c: New test.
1487
1488 2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
1489
1490 * g++.dg/parse/conv_op1.C: New test.
1491
1492 2002-12-21 Josef Zlomek <zlomekj@suse.cz>
1493
1494 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
1495 approved.
1496
1497 2002-12-20 Josef Zlomek <zlomekj@suse.cz>
1498
1499 * gcc.c-torture/compile/20021220-1.c: New test.
1500
1501 2002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
1502
1503 * gcc.dg/i386-fastcall-1.c: New.
1504
1505 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1506
1507 * gcc.c-torture/execute/20021219-1.c: New test.
1508
1509 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1510
1511 * gcc.dg/i386-pic-1.c: New test.
1512
1513 2002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1514
1515 PR c++/8099
1516 * g++.dg/template/friend9.C: New test.
1517
1518 2002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1519
1520 PR c++/3663
1521 * g++.dg/template/access7.C: New test.
1522
1523 2002-12-18 Nick Clifton <nickc@redhat.com>
1524
1525 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
1526 the libstdc++-v3 directory has been found.
1527
1528 2002-12-12 Devang Patel <dpatel@apple.com>
1529 * gcc.dg/darwin-ld-1.c: New test.
1530 * gcc.dg/darwin-ld-2.c: New test.
1531 * gcc.dg/darwin-ld-3.c: New test.
1532 * gcc.dg/darwin-ld-4.c: New test.
1533 * gcc.dg/darwin-ld-5.c: New test.
1534
1535 2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
1536
1537 * gcc.c-torture/compile/20021212-1.c: New test.
1538
1539 2002-12-11 Neil Booth <neil@daikokuya.co.uk>
1540
1541 * gcc.dg/fshort-wchar: New test.
1542
1543 2002-12-10 Mark Mitchell <mark@codesourcery.com>
1544
1545 PR c++/8372
1546 * g++.dg/template/dtor1.C: New test.
1547
1548 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
1549 markers.
1550
1551 2002-12-10 Jakub Jelinek <jakub@redhat.com>
1552
1553 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
1554
1555 2002-12-09 Mark Mitchell <mark@codesourcery.com>
1556
1557 * g++.dg/template/static1.C: New test.
1558 * g++.dg/template/static2.C: New test.
1559 * g++.old-deja/g++.ext/memconst.C: New test.
1560
1561 2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1562
1563 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
1564 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
1565 * g++.dg/special/initp1.C: Likewise.
1566
1567 2002-12-06 Jakub Jelinek <jakub@redhat.com>
1568
1569 * gcc.c-torture/execute/20021204-1.c: New test.
1570
1571 2002-12-04 Geoffrey Keating <geoffk@apple.com>
1572
1573 * gcc.dg/ppc-fmadd-1.c: New file.
1574 * gcc.dg/ppc-fmadd-2.c: New file.
1575 * gcc.dg/ppc-fmadd-3.c: New file.
1576
1577 2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1578
1579 * gcc.c-torture/compile/20021204-1.c: New test.
1580
1581 2002-12-03 Nathan Sidwell <nathan@codesourcery.com>
1582
1583 * g++.dg/inherit/covariant2.C: New test.
1584 * g++.dg/inherit/covariant3.C: New test.
1585 * g++.dg/inherit/covariant4.C: New test.
1586 * g++.dg/inherit/covariant1.C: Remove XFAIL.
1587 * g++.old-deja/g++.robertl/eb17.C: Likewise.
1588
1589 2002-12-03 Mark Mitchell <mark@codesourcery.com>
1590
1591 PR c++/8688
1592 * g++.dg/init/brace3.C: New test.
1593
1594 2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
1595
1596 * gcc.dg/20020210-1.c: Fix a comment typo.
1597
1598 2002-12-02 Mark Mitchell <mark@codesourcery.com>
1599
1600 PR c++/8720
1601 * g++.dg/parse/defarg1.C: New test.
1602
1603 PR c++/8615
1604 * g++.dg/template/char1.C: New test.
1605
1606 * g++.dg/template/varmod1.C: Fix typo.
1607
1608 2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1609
1610 DR 180
1611 * g++.old-deja/g++.pt/crash32.C: Expect error.
1612
1613 2002-12-01 Mark Mitchell <mark@codesourcery.com>
1614
1615 PR c++/5919
1616 * g++.dg/template/varmod1.C: New test.
1617
1618 PR c++/8727
1619 * g++.dg/inherit/typeinfo1.C: New test.
1620
1621 PR c++/8663
1622 * g++.dg/inherit/typedef1.C: New test.
1623
1624 2002-11-30 Mark Mitchell <mark@codesourcery.com>
1625
1626 PR c++/8332
1627 PR c++/8493
1628 * g++.dg/template/strlen1.C: New test.
1629
1630 PR c++/8227
1631 * g++.dg/template/ctor2.C: New test.
1632
1633 PR c++/8214
1634 * g++.dg/init/string1.C: New test.
1635
1636 PR c++/8511
1637 * g++.dg/template/friend8.C: New test.
1638
1639 2002-11-29 Joe Buck <jbuck@synopsys.com>
1640
1641 * g++.dg/lookup/anon2.C: New test.
1642
1643 2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
1644
1645 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
1646 h8300 port.
1647
1648 2002-11-27 Richard Sandiford <rsandifo@redhat.com>
1649
1650 * gcc.dg/bitfld-6.c: New test.
1651
1652 Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
1653
1654 * gcc.c-torture/execute/20021127.[cx]: New test.
1655
1656 Tue Nov 26 22:09:53 CET 2002 Jan Hubicka <jh@suse.cz>
1657
1658 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
1659 quality.
1660
1661 2002-11-26 Geoffrey Keating <geoffk@apple.com>
1662
1663 * g++.dg/init/brace2.C: New test.
1664 * g++.old-deja/g++.mike/p9129.C: Correct.
1665
1666 2002-11-26 Mark Mitchell <mark@codesourcery.com>
1667
1668 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
1669
1670 2002-11-25 Andreas Bauer <baueran@in.tum.de>
1671
1672 * gcc.dg/sibcall-6: New test for indirect sibcalls.
1673
1674 2002-11-25 Mark Mitchell <mark@codesourcery.com>
1675
1676 * testsuite/g++.dg/abi/empty11.C: New test.
1677 * testsuite/g++.dg/rtti/cv1.C: New test.
1678
1679 2002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
1680
1681 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
1682
1683 2002-11-24 Mark Mitchell <mark@codesourcery.com>
1684
1685 * g++.dg/abi/empty10.C: New test.
1686
1687 2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
1688
1689 * gcc.c-torture/compile/20021124-1.c: New test.
1690
1691 2002-11-22 Mark Mitchell <mark@codesourcery.com>
1692
1693 * g++.dg/abi/rtti2.C: New test.
1694
1695 2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1696
1697 * gcc.dg/i386-unroll-1.c: New test.
1698
1699 2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1700
1701 * gcc.c-torture/compile/20021120-1.c: New test.
1702 * gcc.c-torture/compile/20021120-2.c: New test.
1703
1704 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1705
1706 * gcc.dg/bitfld-5.c: New test.
1707
1708 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1709
1710 * gcc.c-torture/execute/20021120-3.c: New test.
1711
1712 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1713
1714 * gcc.c-torture/execute/20021120-2.c: New test.
1715
1716 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1717
1718 * gcc.c-torture/execute/20021120-1.c: New test.
1719
1720 2002-11-20 Jakub Jelinek <jakub@redhat.com>
1721
1722 * gcc.c-torture/execute/20021118-3.c: New test.
1723
1724 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1725
1726 * gcc.c-torture/compile/20021119-1.c: New test.
1727
1728 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
1729
1730 * gcc.dg/duff-1.c: New test.
1731 * gcc.dg/duff-2.c: New test.
1732 * gcc.dg/duff-3.c: New test.
1733
1734 2002-11-18 Neil Booth <neil@daikokuya.co.uk>
1735
1736 * gcc.dg/cpp/_Pragma5.c: New test.
1737
1738 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1739
1740 * gcc.c-torture/execute/20021118-2.c: New test.
1741
1742 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1743
1744 * gcc.c-torture/execute/20021118-1.c: New test.
1745
1746 2002-11-16 Jakub Jelinek <jakub@redhat.com>
1747
1748 * gcc.dg/20021116-1.c: New test.
1749
1750 2002-11-14 Mark Mitchell <mark@codesourcery.com>
1751
1752 * g++.dg/abi/vcall1.C: New test.
1753
1754 2002-11-14 Jakub Jelinek <jakub@redhat.com>
1755
1756 * gcc.dg/20021029-1.c: New test.
1757 * gcc.dg/20021029-2.c: New test.
1758
1759 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
1760
1761 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
1762
1763 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1764
1765 PR c/8439
1766 * gcc.dg/20021110.c: Move to ...
1767 * gcc.c-torture/compile/20021110.c: .... here.
1768
1769 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1770
1771 PR c/8467
1772 * gcc.c-torture/execute/20021111-1.c
1773
1774 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1775
1776 PR c/8439
1777 * gcc.dg/20021110.c: New test.
1778
1779 2002-11-10 Mark Mitchell <mark@codesourcery.com>
1780
1781 * g++.dg/abi/vthunk3.C: Run only on x86.
1782
1783 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
1784
1785 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
1786
1787 2002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
1788
1789 * lib/compat.exp (compat-execute): Fix logic error in last
1790 change.
1791
1792 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
1793
1794 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
1795
1796 2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1797
1798 PR c++/8389
1799 * g++.dg/template/access6.C: New test.
1800
1801 Fri Nov 8 13:13:53 CET 2002 Jan Hubicka <jh@suse.cz>
1802
1803 * gcc.dg/i386-ssefp-1.c: New test.
1804 * gcc.dg/i386-ssefp-1.c: New test.
1805
1806 Fri Nov 8 10:52:15 CET 2002 Jan Hubicka <jh@suse.cz>
1807
1808 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
1809
1810 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1811
1812 * g++.dg/abi/vthunk3.C: New test.
1813
1814 PR c++/8338
1815 * g++.dg/template/crash2.C: New test.
1816
1817 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1818
1819 * testsuite/g++.dg/abi/dtor1.C: New test.
1820 * testsuite/g++.dg/abi/dtor2.C: Likewise.
1821
1822 2002-11-05 Geoffrey Keating <geoffk@apple.com>
1823
1824 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
1825 Darwin.
1826
1827 2002-11-04 Adam Nemet <anemet@lnxw.com>
1828
1829 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
1830 -mthumb. Only xfail with -O0.
1831
1832 2002-11-03 Mark Mitchell <mark@codesourcery.com>
1833
1834 * g++.dg/abi/thunk1.C: New test.
1835 * g++.dg/abi/thunk2.C: Likewise.
1836 * g++.dg/abi/vtt1.C: Likewise.
1837
1838 2002-11-02 Diego Novillo <dnovillo@redhat.com>
1839
1840 PR optimization/8423
1841 * gcc.c-torture/execute/builtin-constant.c: New test.
1842
1843 2002-11-01 Zack Weinberg <zack@codesourcery.com>
1844
1845 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
1846 Add some more cases.
1847
1848 2002-11-01 Mark Mitchell <mark@codesourcery.com>
1849
1850 PR c++/8391
1851 * g++.dg/opt/local1.C: New test.
1852
1853 2002-10-30 Mark Mitchell <mark@codesourcery.com>
1854
1855 PR c++/8160
1856 * g++.dg/template/complit1.C: New test.
1857
1858 PR c++/8149
1859 * g++.dg/template/typename4.C: Likewise.
1860
1861 2002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1862
1863 Core issue 287, PR c++/7639
1864 * g++.dg/template/instantiate1.C: Adjust error location.
1865 * g++.dg/template/instantiate3.C: New test.
1866 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
1867 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
1868 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
1869
1870 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
1871
1872 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
1873
1874 2002-10-29 Mark Mitchell <mark@codesourcery.com>
1875
1876 PR c++/8287
1877 * g++.dg/init/dtor2.C: New test.
1878
1879 2002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1880
1881 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
1882 * gcc.dg/nest.c: Bypass errors on irix6.
1883
1884 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
1885
1886 * gcc.dg/nest.c: Expect error for mmix-*-*.
1887 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
1888
1889 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
1890
1891 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
1892 markers.
1893
1894 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1895
1896 2002-10-25 Mike Stump <mrs@apple.com>
1897
1898 * gcc.dg/warn-1.c: New test.
1899
1900 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1901
1902 * g++.dg/template/typename3.C: New test.
1903
1904 2002-10-25 Mark Mitchell <mark@codesourcery.com>
1905
1906 * g++.dg/lookup/ptrmem1.C: New test.
1907
1908 * g++.dg/abi/vthunk2.C: New test.
1909
1910 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1911
1912 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
1913
1914 2002-10-24 Mark Mitchell <mark@codesourcery.com>
1915
1916 * g++.dg/abi/empty9.C: New test.
1917
1918 2002-10-24 Richard Henderson <rth@redhat.com>
1919
1920 * g++.dg/inherit/thunk1.C: Enable for ia64.
1921
1922 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1923
1924 PR c++/8067
1925 * g++.dg/lookup/pretty1.C: New test.
1926
1927 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1928
1929 * gcc.dg/20021023-1.c: New test.
1930
1931 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1932
1933 PR c++/7679
1934 * g++.dg/parse/inline1.C: New test.
1935
1936 2002-10-23 Richard Henderson <rth@redhat.com>
1937
1938 * g++.dg/inherit/thunk1.C: Enable for x86_64.
1939
1940 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
1941
1942 2002-10-22 Mark Mitchell <mark@codesourcery.com>
1943
1944 PR c++/6579
1945 * g++.dg/parse/stmtexpr3.C: New test.
1946
1947 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
1948
1949 * g++.dg/expr/cond1.C: New test.
1950
1951 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1952
1953 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
1954
1955 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1956
1957 * g++.dg/abi/vbase13.C: New test.
1958 * g++.dg/abi/vbase14.C: Likewise.
1959
1960 2002-10-21 Jakub Jelinek <jakub@redhat.com>
1961
1962 * gcc.dg/tls/pic-1.c: New test.
1963 * gcc.dg/tls/nonpic-1.c: New test.
1964 * gcc.dg/20021018-1.c: New test.
1965
1966 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1967
1968 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
1969 Remove only files with the same base name as the test case.
1970 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
1971 (profopt-execute): Likewise. Also, remove old profiling
1972 and performance data files before running the tests.
1973
1974 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
1975 * g++.dg/bprob/bprob.exp: Likewise.
1976 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
1977 to allow more general test case names.
1978
1979 * g++.dg/bprob/bprob-1.C: Rename to ...
1980 * g++.dg/bprob/g++-bprob-1.C: ... this.
1981
1982 * g77.dg/bprob/bprob-1.f: Rename to ...
1983 * g77.dg/bprob/g77-bprob-1.f: ... this.
1984
1985 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1986
1987 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
1988 bison 1.50 or later.
1989
1990 2002-10-21 Janis Johnson <janis187@us.ibm.com>
1991
1992 * g++.dg/README: Describe more test directories.
1993
1994 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1995
1996 * g++.dg/init/array6.C: Add additional tests.
1997
1998 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1999
2000 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
2001 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
2002
2003 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
2004
2005 * gcc.c-torture/compile/20020604-1.x: New.
2006 * gcc.c-torture/compile/simd-5.x: Likewise.
2007 * gcc.c-torture/execute/920710-1.x: Likewise.
2008 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
2009
2010 2002-10-21 Mark Mitchell <mark@codesourcery.com>
2011
2012 * g++.dg/inherit/override1.C: Add dg-options clause.
2013
2014 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2015
2016 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
2017 _mm_slli_si128.
2018
2019 2002-10-19 Andreas Schwab <schwab@suse.de>
2020
2021 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
2022 directory component.
2023
2024 2002-10-18 Mark Mitchell <mark@codesourcery.com>
2025
2026 * g++.dg/inherit/thunk1.C: New test.
2027
2028 * g++.dg/inherit/override1.C: New test.
2029
2030 * g++.dg/abi/mangle11.C: New test.
2031 * g++.dg/abi/mangle14.C: New test.
2032 * g++.dg/abi/mangle17.C: New test.
2033
2034 2002-10-17 Nathan Sidwell <nathan@codesourcery.com>
2035
2036 * g++.dg/overload/member2.C: New test.
2037
2038 2002-10-17 Janis Johnson <janis187@us.ibm.com>
2039
2040 * g++.dg/README: Describe new compat directory.
2041 * g++.dg/dg.exp: Skip tests in compat directory.
2042 * README.compat: New file.
2043 * lib/compat.exp: New expect script.
2044 * g++.dg/compat: New test directory.
2045 * g++.dg/compat/compat.exp: New expect script.
2046 * g++.dg/compat/abi: New test directory.
2047 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
2048 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
2049 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
2050 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
2051 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
2052 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
2053 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
2054 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
2055 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
2056 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
2057 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
2058 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
2059 * g++.dg/compat/break: New test directory.
2060 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
2061 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
2062 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
2063 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
2064 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
2065 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
2066 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
2067 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
2068 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
2069 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
2070 g++.dg/compat/break/README: New files.
2071 * g++.dg/compat/eh: New test directory.
2072 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
2073 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
2074 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
2075 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
2076 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
2077 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
2078 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
2079 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
2080 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
2081 g++.dg/compat/eh/filter2_y.C,
2082 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
2083 g++.dg/compat/eh/new1_y.C,
2084 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
2085 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
2086 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
2087 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
2088 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
2089 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
2090 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
2091 g++.dg/compat/eh/unexpected1_y.C: New files.
2092 * g++.dg/compat/init: New test directory.
2093 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
2094 g++.dg/compat/init/array5_y.C,
2095 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
2096 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
2097 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
2098 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
2099 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
2100 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
2101 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
2102 g++.dg/compat/init/init-ref2_y.C: New files.
2103
2104 2002-10-17 Mark Mitchell <mark@codesourcery.com>
2105
2106 PR c++/7584
2107 * g++.dg/inherit/using3.C: New test.
2108
2109 Thu Oct 17 19:12:58 CEST 2002 Jan Hubicka <jh@suse.cz>
2110
2111 * gcc.dg/20021017-2.c: New test.
2112
2113 2002-10-17 Mark Mitchell <mark@codesourcery.com>
2114
2115 * g++.dg/abi/mangle16.C: Adjust.
2116
2117 * g++.dg/init/array8.C: New test.
2118
2119 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
2120
2121 * gcc.dg/special/mips-abi.exp: New test.
2122 * gcc.dg/special/mips-abi.s: Empty file used by the above.
2123
2124 2002-10-16 Mark Mitchell <mark@codesourcery.com>
2125
2126 * g++.dg/abi/mangle16.C: New test.
2127 * g++.dg/abi/mangle17.C: Likewise.
2128
2129 PR c++/7478
2130 * g++.dg/template/ref1.C: New test.
2131
2132 2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2133
2134 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
2135
2136 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
2137
2138 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
2139
2140 2002-10-16 Mark Mitchell <mark@codesourcery.com>
2141
2142 PR c++/7524
2143 * g++.dg/init/array7.C: New test.
2144
2145 2002-10-15 Mark Mitchell <mark@codesourcery.com>
2146
2147 * g++.dg/init/array6.C: New test.
2148
2149 * g++.dg/abi/mangle13.C: Likewise.
2150 * g++.dg/abi/mangle14.C: Likewise.
2151 * g++.dg/abi/mangle15.C: Likewise.
2152
2153 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2154
2155 * g++.dg/abi/empty8.C: New test.
2156
2157 2002-10-15 Nathan Sidwell <nathan@codesourcery.com>
2158
2159 * g++.dg/init/ctor1.C: New test.
2160
2161 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
2162
2163 * gcc.c-torture/execute/20021015-1.c: New test.
2164
2165 Tue Oct 15 14:22:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
2166
2167 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
2168
2169 Mon Oct 14 20:37:51 CEST 2002 Jan Hubicka <jh@suse.cz>
2170
2171 * gcc.dg/i386-ssetype-[1-5].c: New tests.
2172
2173 2002-10-14 Richard Henderson <rth@redhat.com>
2174
2175 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
2176
2177 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2178
2179 PR optimization/6631
2180 * g++.dg/opt/const2.C: New test.
2181
2182 2002-10-14 Mark Mitchell <mark@codesourcery.com>
2183
2184 PR c++/7176
2185 * g++.dg/parse/friend1.C: New test.
2186 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
2187
2188 2002-10-14 Jakub Jelinek <jakub@redhat.com>
2189
2190 * gcc.dg/20021014-1.c: New test.
2191
2192 2002-10-11 Mark Mitchell <mark@codesourcery.com>
2193
2194 PR c++/5661
2195 * g++.dg/ext/vlm1.C: New test.
2196 * g++.dg/ext/vlm2.C: Likewise.
2197
2198 * g++.dg/init/array1.C: Remove invalid braces.
2199 * g++.dg/init/brace1.C: New test.
2200 * g++.dg/init/copy2.C: Likewise.
2201 * g++.dg/init/copy3.C: Likewise.
2202 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
2203 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
2204 braces.
2205
2206 2002-10-11 Neil Booth <neil@daikokuya.co.uk>
2207
2208 * gcc.dg/cpp/assembler.S: Don't use -ansi.
2209
2210 Fri Oct 11 10:56:49 2002 Richard Shann <richard.shann@superh.com>
2211
2212 * gcc.c-torture/compile/simd-5.c: New test.
2213
2214 2002-10-10 Roger Sayle <roger@eyesopen.com>
2215
2216 * gcc.c-torture/execute/shiftopt-1.c: New test case.
2217
2218 2002-10-10 Jim Wilson <wilson@redhat.com>
2219
2220 * gcc.c-torture/execute/20021010-1.c: New test.
2221
2222 2002-10-09 Zack Weinberg <zack@codesourcery.com>
2223
2224 PR c/7353
2225 * g++.dg/ext/typedef-init.C: New test.
2226 * gcc.dg/typedef-init.c: New test.
2227
2228 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
2229
2230 * gcc.dg/cpp/paste13.c: New test.
2231
2232 2002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2233
2234 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
2235 remaining platforms, XFAIL during compile, not execute. Don't
2236 XFAIL at -O0.
2237
2238 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
2239
2240 * gcc.dg/alias-1.c: Tweak expected warning.
2241
2242 2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
2243
2244 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
2245
2246 2002-10-06 Andreas Jaeger <aj@suse.de>
2247
2248 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
2249 * gcc.dg/cpp/c++98.C: Likewise.
2250
2251 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
2252 * g++.dg/cpp/c++98.C: Likewise.
2253
2254 * g++.dg/README (Subdirectories): Mention cpp directory.
2255
2256 PR target/7559
2257 * gcc.dg/20021006-1.c: New test.
2258
2259 2002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2260
2261 PR c++/7804
2262 * g++.dg/other/warning1.C: New test.
2263
2264 2002-10-04 Roger Sayle <roger@eyesopen.com>
2265
2266 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
2267 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
2268 and sparc-*-* with -m64 as expected failures. See PR 8087.
2269
2270 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2271
2272 PR c++/7931
2273 * g++.dg/template/ptrmem3.C: New test.
2274
2275 PR c++/7754
2276 * g++.dg/template/union1.C: New test.
2277
2278 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2279
2280 PR c++/8006
2281 * g++.dg/abi/mangle9.C: New test.
2282 * g++.dg/abi/mangle10.C: New test.
2283 * g++.dg/abi/mangle11.C: New test.
2284 * g++.dg/abi/mangle12.C: New test.
2285
2286 2002-10-02 Mark Mitchell <mark@codesourcery.com>
2287
2288 PR c++/7188.
2289 * g++.dg/template/meminit1.C: New test.
2290 * g++.dg/warn/Wreorder-1.C: Likewise.
2291 * g++.old-deja/g++.mike/warn3.C: Tweak.
2292 * lib/prune.exp: Ingore "in copy constructor".
2293
2294 2002-10-02 Andreas Jaeger <aj@suse.de>
2295
2296 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
2297 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
2298 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
2299 on x86-64.
2300
2301 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2302
2303 * gcc.dg/empty1.C: Fix typo.
2304
2305 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
2306
2307 * gcc.dg/alias-1.c: New test.
2308
2309 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2310
2311 * gcc.dg/empty1.C: New test.
2312
2313 * g++.dg/tls/init-2.C: Tweak error messages.
2314
2315 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2316
2317 * gcc.c-torture/compile/20020923-1.c: New test.
2318
2319 2002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
2320
2321 * gcc.c-torture/execute/ffs-1.c: New test.
2322 * gcc.c-torture/execute/ffs-2.c: Ditto.
2323
2324 2002-09-30 Nathan Sidwell <nathan@codesourcery.com>
2325
2326 * g++.dg/overload/member1.C: New test.
2327
2328 2002-09-30 Mark Mitchell <mark@codesourcery.com>
2329
2330 * g++.dg/abi/empty7.C: New test.
2331 * g++.dg/init/pm2.C: Likewise.
2332
2333 2002-09-29 Nathan Sidwell <nathan@codesourcery.com>
2334
2335 * g++.dg/rtti/crash1.C: New test.
2336
2337 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2338
2339 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
2340 gcc.dg/sibcall-4.c: New tests.
2341
2342 2002-09-28 Roger Sayle <roger@eyesopen.com>
2343
2344 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
2345 powerpc and MMIX targets.
2346
2347 2002-09-27 Zack Weinberg <zack@codesourcery.com>
2348
2349 * gcc.dg/cpp/20020927-1.c: New.
2350
2351 2002-09-26 David S. Miller <davem@redhat.com>
2352
2353 * gcc.c-torture/compile/trunctfdf.c: New.
2354
2355 2002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2356
2357 * lib/target-supports.exp (check_weak_available): Handle solaris2.
2358
2359 2002-09-27 Alan Modra <amodra@bigpond.net.au>
2360
2361 * gcc.c-torture/execute/loop-15.c: New.
2362
2363 2002-09-26 Janis Johnson <janis187@us.ibm.com>
2364
2365 * README.QMTEST: Fix typo.
2366
2367 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
2368
2369 * gcc.dg/20020926-1.c: New test.
2370
2371 2002-09-25 David S. Miller <davem@redhat.com>
2372
2373 PR target/7842
2374 * gcc.c-torture/execute/shiftdi.c: New test.
2375
2376 2002-09-26 Richard Earnshaw <rearnsha@arm.com>
2377
2378 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
2379 unique to the tool.
2380 * lib/g77.exp (g77_init): Likewise.
2381 * lib/g++.exp (g++_init): Likewise.
2382 * lib/objc.exp (objc_init): Likewise.
2383
2384 2002-09-25 Mark Mitchell <mark@codesourcery.com>
2385
2386 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
2387 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
2388 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
2389
2390 2002-09-25 Richard Henderson <rth@redhat.com>
2391
2392 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
2393 too-small long double.
2394
2395 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
2396
2397 * gcc.dg/20020919-1.c: New test.
2398
2399 2002-09-23 Mark Mitchell <mark@codesourcery.com>
2400
2401 * g++.dg/abi/bitfield6.C: New test.
2402 * g++.dg/abi/bitfield7.C: New test.
2403 * g++.dg/abi/bitfield8.C: New test.
2404 * g++.dg/abi/vbase11.C: New test.
2405
2406 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
2407
2408 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
2409 hppa*-*-hpux*. Update test comment.
2410
2411 2002-09-20 Jakub Jelinek <jakub@redhat.com>
2412
2413 * gcc.dg/tls/struct-1.c: New test.
2414
2415 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
2416
2417 * gcc.dg/cpp/tr-warn2.c: Update.
2418
2419 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2420
2421 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
2422
2423 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2424
2425 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
2426 systems.
2427
2428 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
2429
2430 * gcc.c-torture/execute/ieee/mzero3.c: New test.
2431
2432 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2433 Adjust for c++filt moved to binutils. Remove spurious duplicate
2434 setting of cxxfilt.
2435
2436 2002-09-19 Geoffrey Keating <geoffk@apple.com>
2437
2438 * gcc.dg/20020312-2.c: Update for darwin.
2439
2440 2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
2441
2442 * g++.old-deja/g++.other/crash32.C: Mark ICE.
2443
2444 Tue Sep 17 13:59:45 2002 Nicola Pero <n.pero@mi.flashnet.it>
2445
2446 * objc.dg/comp-types-1.m: New test.
2447 * objc.dg/comp-types-2.m: New test.
2448 * objc.dg/comp-types-3.m: New test.
2449 * objc.dg/comp-types-4.m: New test.
2450 * objc.dg/comp-types-5.m: New test.
2451 * objc.dg/comp-types-6.m: New test.
2452
2453 2002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
2454
2455 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
2456
2457 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2458
2459 * g++.dg/other/do1.C: New test.
2460
2461 * g++.dg/template/subst1.C: New test.
2462
2463 2002-09-16 Steve Ellcey <sje@cup.hp.com>
2464
2465 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
2466
2467 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2468
2469 * g++.dg/template/qualttp20.C: Adjust expected errors.
2470 * g++.old-deja/g++.jason/report.C: Likewise.
2471 * g++.old-deja/g++.other/qual1.C: Likewise.
2472
2473 * g++.dg/lookup/scoped2.C: New test.
2474
2475 * g++.dg/ext/asm3.C: New test.
2476
2477 2002-09-16 Richard Earnshaw <rearnsha@arm.com>
2478
2479 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
2480
2481 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
2482
2483 * ChangeLog: follow spelling conventions.
2484 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
2485 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
2486 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
2487 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
2488 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
2489 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
2490 * g++.old-deja/g++.law/global-init1.C: Likewise.
2491 * g++.old-deja/g++.other/delete4.C: Likewise.
2492 * g++.old-deja/g++.other/inline21.C: Likewise.
2493 * g++.old-deja/g++.other/singleton.C: Likewise.
2494 * g77.dg/strlen0.f: Likewise.
2495 * g77.f-torture/compile/20010519-1.f: Likewise.
2496 * g77.f-torture/compile/980310-4.f: Likewise.
2497 * gcc.c-torture/compile/20000605-1.c: Likewise.
2498 * gcc.c-torture/execute/20020225-1.c: Likewise.
2499 * gcc.dg/c90-hexfloat-2.c: Likewise.
2500 * gcc.dg/c99-bool-1.c: Likewise.
2501 * gcc.dg/c99-hexfloat-2.c: Likewise.
2502 * gcc.dg/dll-2.c: Likewise.
2503 * gcc.dg/wtr-union-init-1.c: Likewise.
2504 * gcc.dg/wtr-union-init-2.c: Likewise.
2505 * gcc.dg/wtr-union-init-3.c: Likewise.
2506 * gcc.dg/cpp/avoidpaste1.c: Likewise.
2507 * gcc.dg/cpp/defined.c: Likewise.
2508 * gcc.dg/cpp/macsyntx.c: Likewise.
2509 * gcc.dg/cpp/paste2.c: Likewise.
2510 * gcc.dg/cpp/trad/defined.c: Likewise.
2511 * gcc.dg/format/c90-printf-1.c: Likewise.
2512 * gcc.dg/format/c90-scanf-1.c: Likewise.
2513 * gcc.dg/format/c99-printf-1.c: Likewise.
2514 * gcc.dg/format/c99-scanf-1.c: Likewise.
2515 * gcc.misc-tests/gcov-8.c: Likewise.
2516 * lib/profopt.exp: Likewise.
2517
2518 2002-09-15 Krister Walfridsson <cato@df.lth.se>
2519
2520 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
2521
2522 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2523
2524 * g++.dg/inherit/using2.C: New test.
2525
2526 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
2527
2528 * ChangeLog: Follow spelling conventions.
2529 * g++.dg/template/friend4.C: Likewise.
2530 * g++.old-deja/g++.pt/crash67.C: Likewise.
2531 * gcc.c-torture/execute/20000801-4.c: Likewise.
2532 * gcc.dg/c90-digraph-1.c: Likewise.
2533 * gcc.dg/c94-digraph-1.c: Likewise.
2534 * gcc.dg/c99-digraph-1.c: Likewise.
2535 * gcc.dg/cpp/line5.c: Likewise.
2536 * gcc.dg/cpp/multiline.c: Likewise.
2537 * gcc.dg/cpp/trad/literals-1.c: Likewise.
2538 * gcc.dg/format/attr-3.c: Likewise.
2539 * gcc.dg/format/c90-scanf-3.c: Likewise.
2540 * gcc.dg/format/ext-4.c: Likewise.
2541
2542 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2543
2544 * g++.dg/template/pretty1.C: New test.
2545
2546 2002-09-14 Alan Modra <amodra@bigpond.net.au>
2547
2548 * gcc.c-torture/execute/struct-cpy-1.c: New test.
2549
2550 2002-09-13 Matt Austern <austern@apple.com>
2551
2552 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
2553 passing a cast expression to a function by const reference.
2554
2555 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
2556
2557 * g++.dg/template/deduce1.C: New test.
2558
2559 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
2560
2561 * gcc.c-torture/execute/simd-1.c: Force all use of int to
2562 32-bit int.
2563
2564 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
2565
2566 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
2567 usage.
2568
2569 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
2570
2571 * gcc.c-torture/compile/20020910-1.c: New test.
2572
2573 2002-09-10 Frank Ch. Eigler <fche@redhat.com>
2574
2575 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
2576
2577 2002-09-10 Andreas Jaeger <aj@suse.de>
2578
2579 * gcc.dg/20020312-2.c: Adjust for x86-64.
2580
2581 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
2582
2583 * g77.dg/7388.f: New test case for PR 7388.
2584
2585 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2586
2587 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
2588
2589 2002-09-05 Ziemowit Laski <zlaski@apple.com>
2590
2591 * objc.dg/proto-lossage-1.m: New test.
2592
2593 2002-09-06 Neil Booth <neil@daikokuya.co.uk>
2594
2595 * gcc.dg/cpp/_Pragma4.c: Fix typo.
2596
2597 Fri Sep 6 16:39:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
2598
2599 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
2600 expected to pass.
2601
2602 2002-09-06 Stan Shebs <shebs@apple.com>
2603 David Edelsohn <edelsohn@gnu.org>
2604
2605 * gcc.dg/weak: New directory.
2606 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
2607 target-specific xfail bits.
2608 * gcc.dg/typeof-2.c: Move to new directory.
2609 * gcc.dg/weak.exp: New expect script.
2610
2611 2002-09-06 Alan Modra <amodra@bigpond.net.au>
2612
2613 * gcc.c-torture/execute/extzvsi.c: New test.
2614
2615 2002-09-05 Stan Shebs <shebs@apple.com>
2616
2617 * gcc.dg/weak-1.c: xfail on Darwin.
2618 * gcc.dg/weak-2.c: Ditto.
2619 * gcc.dg/weak-3.c: Ditto.
2620 * gcc.dg/weak-4.c: Ditto.
2621 * gcc.dg/weak-5.c: Ditto.
2622 * gcc.dg/weak-6.c: Ditto.
2623 * gcc.dg/weak-7.c: Ditto.
2624 * gcc.dg/weak-8.c: Ditto.
2625 * gcc.dg/weak-9.c: Ditto.
2626
2627 Thu Sep 5 00:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
2628
2629 * gcc.c-torture/execute/loop-14.c: New test.
2630
2631 2002-09-04 Jakub Jelinek <jakub@redhat.com>
2632
2633 * g++.dg/other/cxa-atexit1.C: New test.
2634
2635 * gcc.dg/typeof-2.c: New test.
2636
2637 2002-09-03 Roger Sayle <roger@eyesopen.com>
2638
2639 * gcc.dg/builtins-2.c: New testcase.
2640 * gcc.dg/builtins-3.c: New testcase.
2641
2642 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
2643
2644 * gcc.dg/cpp/_Pragma4.c: New test.
2645
2646 Tue Sep 3 11:04:26 2002 Nicola Pero <n.pero@mi.flashnet.it>
2647
2648 * objc/execute/nil_method-1.m: New testcase.
2649
2650 Sun Sep 1 12:47:39 2002 Nicola Pero <n.pero@mi.flashnet.it>
2651
2652 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
2653 [Object class], not [Object initialize].
2654
2655 2002-08-31 Roger Sayle <roger@eyesopen.com>
2656 Hans-Peter Nilsson <hp@bitrange.com>
2657
2658 * gcc.c-torture/execute/20020720-1.x: Skip test on
2659 mmix-knuth-mmixware. Correct comment.
2660
2661 2002-08-27 Mark Mitchell <mark@codesourcery.com>
2662
2663 * testsuite/g++.dg/abi/bitfield5.C: New test.
2664 * testsuite/g++.dg/abi/vbase10.C: Likewise.
2665
2666 Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
2667
2668 * objc.dg/undeclared-selector.m: New test.
2669
2670 2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
2671
2672 * g++.dg/other/offsetof1.C: Avoid cast warning.
2673
2674 2002-08-26 Ziemowit Laski <zlaski@apple.com>
2675
2676 * objc.dg/super-class-2.m: New test.
2677
2678 2002-08-24 Matt Austern <austern@apple.com>
2679
2680 * g++.dg/ext/lvaddr.C: New test.
2681 * g++.dg/ext/lvcast.C: New test.
2682
2683 2002-08-22 Mark Mitchell <mark@codesourcery.com>
2684
2685 * testsuite/g++.dg/inherit/cond1.C: New test.
2686
2687 2002-08-22 Geoffrey Keating <geoffk@redhat.com>
2688
2689 * gcc.dg/noncompile/incomplete-1.c: New test.
2690
2691 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
2692
2693 * gcc.dg/typespec-1.c: New test.
2694
2695 2002-08-20 Devang Patel <dpatel@apple.com>
2696 * objc.dg/proto-hier-2.m: New test.
2697
2698 2002-08-19 Ziemowit Laski <zlaski@apple.com>
2699
2700 * objc.dg/bitfield-1.m: New test.
2701 * objc.dg/bitfield-2.m: New test.
2702
2703 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
2704
2705 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
2706 gcc.dg/c99-flex-array-4.c: New tests.
2707
2708 2002-08-16 Stan Shebs <shebs@apple.com>
2709
2710 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
2711
2712 2002-08-15 Jakub Jelinek <jakub@redhat.com>
2713
2714 * gcc.dg/typeof-1.c: New test.
2715 * g++.dg/ext/typeof2.C: New test.
2716
2717 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
2718
2719 * g++.dg/other/offsetof1.C: New test.
2720
2721 2002-08-14 Richard Henderson <rth@redhat.com>
2722
2723 * gcc.dg/tls/diag-3.c: Fix expected message strings.
2724
2725 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
2726
2727 * gcc.dg/cpp/_Pragma3.c: New test.
2728
2729 2002-08-13 Mark Mitchell <mark@codesourcery.com>
2730
2731 * g++.dg/template/inherit3: New test.
2732
2733 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
2734
2735 * gcc.dg/bitfld-4.c: Add blank options.
2736
2737 2002-08-09 Mark Mitchell <mark@codesourcery.com>
2738
2739 * g++.dg/template/crash1.C: New test.
2740
2741 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2742
2743 * gcc.dg/tls/opt-2.c: New test.
2744
2745 2002-08-08 Devang Patel <dpatel@apple.com>
2746
2747 * objc.dg/selector-1.m : New test
2748
2749 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2750
2751 * g++.dg/abi/bitfield4.C: New test.
2752 * gcc.dg/bitfld-4.c: New test.
2753
2754 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2755
2756 * g++.dg/other/packed1.C: New test.
2757
2758 2002-08-07 Mark Mitchell <mark@codesourcery.com>
2759
2760 * g++.dg/abi/offsetof.C: Tweak error messages.
2761 * g++.old-deja/g++.mike/p10769a.C: Likewise.
2762
2763 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2764
2765 * gcc.dg/bitfld-3.c: New test.
2766
2767 2002-08-07 Jakub Jelinek <jakub@redhat.com>
2768 Richard Henderson <rth@redhat.com>
2769
2770 * gcc.dg/i386-bitfield1.c: New test.
2771 * g++.dg/abi/bitfield3.C: Update.
2772
2773 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
2774
2775 * objc.dg/const-str-2.m: Update.
2776 * gcc.dg/cpp/c++98.c: Change to C extension.
2777 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
2778 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
2779
2780 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
2781
2782 * testsuite/gcc.dg/tls/diag-3.c: New.
2783
2784 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
2785
2786 * g++.dg/README (Subdirectories): Document new subdir expr.
2787 * g++.dg/expr/pmf-1.C: New test.
2788
2789 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
2790
2791 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
2792
2793 2002-08-06 Jakub Jelinek <jakub@redhat.com>
2794
2795 * g++.dg/abi/bitfield3.C: New test.
2796
2797 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
2798
2799 * lib/gcov.exp: Tweak expected line formats.
2800 * gcc.misc-tests/gcov8.c: New test.
2801 * gcc.misc-tests/gcov8.x: New flags.
2802
2803 2002-08-05 Jakub Jelinek <jakub@redhat.com>
2804
2805 * consistency.vlad/layout/endian.c: Include string.h.
2806
2807 * gcc.c-torture/execute/20020805-1.c: New test.
2808
2809 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
2810
2811 * g++.dg/other/conversion1.C: New test.
2812
2813 2002-08-03 Roger Sayle <roger@eyesopen.com>
2814
2815 * gcc.dg/builtins-1.c: New testcase.
2816
2817 2002-08-02 Mark Mitchell <mark@codesourcery.com>
2818
2819 * g++.dg/inherit/access3.C: New test.
2820
2821 2002-08-01 Jakub Jelinek <jakub@redhat.com>
2822
2823 * gcc.dg/ia64-visibility-2.c: New test.
2824
2825 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
2826
2827 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
2828 __qualifier_flags to __flags.
2829
2830 2002-07-31 Mark Mitchell <mark@codesourcery.com>
2831
2832 * g++.dg/inherit/operator1.C: New test.
2833 * g++.dg/lookup/disamb1.C: Fix typo in comment.
2834 * g++.dg/other/error1.C: Change expected error message.
2835 * g++.dg/template/conv4.C: Likewise.
2836
2837 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
2838
2839 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
2840 for documented behavior.
2841
2842 2002-07-25 Roger Sayle <roger@eyesopen.com>
2843
2844 * gcc.c-torture/execute/20020720-1.x: Skip this test on
2845 several targets known to fail.
2846
2847 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
2848
2849 * gcc.dg/mips-args-[123].c: New tests.
2850
2851 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
2852
2853 * gcc.dg/ppc-spe.c: New.
2854
2855 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
2856
2857 * g++.dg/other/ptrmem4.C: New testcase.
2858
2859 2002-07-24 Richard Henderson <rth@redhat.com>
2860
2861 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2862
2863 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
2864
2865 * g++.dg/ext/alignof1.C (main): Return 0 for success.
2866
2867 2002-07-24 Roger Sayle <roger@eyesopen.com>
2868
2869 * gcc.c-torture/execute/memset-3.c: New testcase.
2870
2871 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
2872
2873 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
2874 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
2875
2876 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2877
2878 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
2879 Delete.
2880
2881 Tue Jul 23 21:02:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
2882
2883 * gcc.c-torture/compile/simd-4.c: New test.
2884
2885 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2886
2887 PR c++/7347, c++/7348
2888 * g++.dg/template/access4.C: New test.
2889 * g++.dg/template/access5.C: New test.
2890 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
2891 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
2892 * g++.old-deja/g++.pt/ttp58.C: Likewise.
2893 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
2894
2895 2002-07-22 Jakub Jelinek <jakub@redhat.com>
2896
2897 * gcc.dg/gnu89-init-2.c: New test.
2898
2899 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2900
2901 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
2902
2903 2002-07-20 Roger Sayle <roger@eyesopen.com>
2904
2905 * gcc.c-torture/execute/20020720-1.c: New testcase.
2906
2907 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
2908
2909 * gcc.dg/cpp/Wsignprom.c: New tests.
2910
2911 2002-07-20 Alan Modra <amodra@bigpond.net.au>
2912
2913 * gcc.c-torture/execute/loop-13.c: New test.
2914
2915 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
2916
2917 * gcc.dg/cpp/expr.c: New tests.
2918
2919 2002 07-18 David Edelsohn <edelsohn@gnu.org>
2920
2921 * g++.dg/opt/pr6713.C: Add template instantiation.
2922
2923 2002-07-18 Alan Modra <amodra@bigpond.net.au>
2924
2925 * gcc.dg/nest.c: New test.
2926
2927 2002-07-17 Richard Henderson <rth@redhat.com>
2928
2929 * g++.dg/opt/pr6713.C: New test.
2930
2931 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
2932
2933 * gcc.c-torture/execute/loop-2e.x: Let the testcase
2934 XFAIL for all x86 processors.
2935
2936 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2937
2938 * gcc.c-torture/execute/20010122-1.x: Do not test with
2939 -fomit-frame-pointer.
2940
2941 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2942
2943 * g++.dg/template/instantiate2.C: New test.
2944 * g++.dg/template/spec4.C: New test.
2945
2946 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2947
2948 * g++.dg/template/access2.C: New test.
2949 * g++.dg/template/access3.C: New test.
2950
2951 2002-07-15 Zack Weinberg <zack@codesourcery.com>
2952
2953 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
2954 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
2955 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
2956 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
2957 Convert to use <stdarg.h>.
2958 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
2959 Delete.
2960 * gcc.dg/va-arg-2.c: New.
2961 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
2962
2963 2002-07-15 Jakub Jelinek <jakub@redhat.com>
2964
2965 * gcc.c-torture/compile/20020710-1.c: New test.
2966
2967 Thu Jul 11 15:39:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
2968 Andrew Pinski <pinskia@physics.uc.edu>
2969
2970 gcc.c-torture/compile/simd-2.c: New testcase.
2971 gcc.c-torture/compile/simd-3.c: Likewise.
2972
2973 2002-07-11 Mark Mitchell <mark@codesourcery.com>
2974
2975 PR c++/7224
2976 * g++.dg/overload/error1.C: New test.
2977
2978 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2979
2980 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
2981 configuration and IRIX 6 O32 ABI.
2982
2983 2002-07-11 Roger Sayle <roger@eyesopen.com>
2984
2985 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
2986
2987 2002-07-10 Roger Sayle <roger@eyesopen.com>
2988
2989 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
2990
2991 2002-07-10 Jeffrey A Law <law@redhat.com>
2992
2993 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
2994
2995 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
2996
2997 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
2998
2999 * gcc.dg/20020312-2.c: Check for __PPC__.
3000
3001 2002-07-09 Diego Novillo <dnovillo@redhat.com>
3002
3003 * gcc.c-torture/compile/20020709-1.c: New test.
3004
3005 2002-07-07 Roger Sayle <roger@eyesopen.com>
3006
3007 * g++.dg/template/qualttp21.C: New test case.
3008
3009 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
3010
3011 * gcc.c-torture/compile/20020706-1.c: New test.
3012 * gcc.c-torture/compile/20020706-2.c: New test.
3013
3014 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
3015 Alexandre Oliva <aoliva@redhat.com>
3016
3017 * g++.dg/warn/incomplete1.C: New test.
3018
3019 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3020
3021 PR c++/7099
3022 * g++.dg/warn/noreturn1.C: New test.
3023
3024 2002-07-03 Mark Mitchell <mark@codesourcery.com>
3025
3026 PR c++/6706
3027 * g++.dg/debug/debug6.C: New test.
3028 * g++.dg/debug/debug7.C: New test.
3029
3030 Thu Jul 4 07:36:48 2002 J"orn Rennecke <joern.rennecke@superh.com>
3031
3032 * gcc.c-torture/compile/simd-3.c: New test.
3033
3034 2002-07-03 Chris Demetriou <cgd@broadcom.com>
3035
3036 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
3037 * gcc.dg/20020620-1.c: Likewise.
3038
3039 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3040
3041 PR c++/6944
3042 * g++.dg/init/array4.C: New test.
3043 * g++.dg/init/array5.C: New test.
3044
3045 Wed Jul 3 10:25:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
3046
3047 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
3048 * gcc.c-torture/execute/simd-2.c (main): Likewise.
3049
3050 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3051
3052 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
3053 * gcc.dg/wtr-aggr-init-1.c: Likewise.
3054 * gcc.dg/wtr-conversion-1.c: Likewise.
3055 * gcc.dg/wtr-escape-1.c: Likewise.
3056 * gcc.dg/wtr-int-type-1.c: Likewise.
3057 * gcc.dg/wtr-label-1.c: Likewise.
3058 * gcc.dg/wtr-static-1.c: Likewise.
3059 * gcc.dg/wtr-strcat-1.c: Likewise.
3060 * gcc.dg/wtr-suffix-1.c: Likewise.
3061 * gcc.dg/wtr-switch-1.c: Likewise.
3062 * gcc.dg/wtr-unary-plus-1.c: Likewise.
3063 * gcc.dg/wtr-union-init-1.c: Likewise.
3064 * gcc.dg/wtr-union-init-2.c: Likewise.
3065 * gcc.dg/wtr-union-init-3.c: Likewise.
3066
3067 * gcc.dg/wtr-func-def-1.c: New test.
3068
3069 2002-07-02 Devang Patel <dpatel@apple.com>
3070
3071 * objc.dg/param-1.m: New test.
3072
3073 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
3074
3075 * gcc.dg/cpp/trad/directive.c: Add test.
3076 * gcc.dg/cpp/trad/macroargs.c: Add test.
3077 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
3078
3079 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
3080
3081 * gcc.dg/cpp/cmdlne-M.c: New test.
3082
3083 2002-07-02 Ziemowit Laski <zlaski@apple.com>
3084
3085 * objc.dg/desig-init-1.m: New test.
3086
3087 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3088
3089 PR c++/6716
3090 * g++.dg/template/instantiate1.C: New test.
3091
3092 2002-07-01 Mark Mitchell <mark@codesourcery.com>
3093
3094 PR c++/7112
3095 * g++.dg/template/sizeof2.C: New test.
3096
3097 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
3098
3099 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
3100 gcc.dg/cpp/trad/include.c: New tests.
3101
3102 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
3103
3104 PR target/7177
3105 * gcc.c-torture/compile/20020701-1.c: New test.
3106
3107 2002-07-01 Stan Shebs <shebs@apple.com>
3108
3109 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
3110 header here...
3111 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
3112 (objc-torture-execute): or here.
3113
3114 Mon Jul 1 12:51:05 2002 J"orn Rennecke <joern.rennecke@superh.com>
3115
3116 * gcc.c-torture/execute/arith-rand-ll.c: New test.
3117
3118 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
3119
3120 * gcc.dg/cpp/trad/escaped-nl.c: New test.
3121
3122 2002-06-30 Devang Patel <dpatel@apple.com>
3123
3124 * objc.dg/fsyntax-only.m: New test.
3125
3126 2002-06-27 Mark Mitchell <mark@codesourcery.com>
3127
3128 PR c++/6695
3129 * g++.dg/template/friend7.C: New file.
3130
3131 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
3132
3133 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
3134 return type.
3135
3136 Thu Jun 27 15:23:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
3137
3138 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
3139 avoid division by zero.
3140
3141 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
3142
3143 * gcc.dg/Wunknownprag.c: New tests.
3144
3145 Tue Jun 25 21:50:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
3146
3147 * gcc.c-torture/execute/simd-2.c: New test.
3148
3149 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
3150
3151 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
3152 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
3153 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
3154 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
3155 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
3156 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
3157 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
3158 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
3159 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
3160 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
3161 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
3162 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
3163 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
3164 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
3165 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
3166 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
3167 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
3168
3169 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
3170
3171 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
3172 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
3173 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
3174 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
3175 New tests.
3176 * gcc.dg/cpp/trad/directive.c: Update.
3177
3178 2002-06-23 Andreas Jaeger <aj@suse.de>
3179
3180 * gcc.c-torture/execute/complex-6.c: New.
3181
3182 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
3183
3184 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
3185 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
3186 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
3187 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
3188
3189 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
3190
3191 * gcc.dg/cpp/trad: New directory with traditional tests copied
3192 from parent directory.
3193 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
3194 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
3195 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
3196 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
3197 Move to trad/ and rename.
3198 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
3199 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
3200 gcc.dg/cpp/trad/redef2.c: New tests.
3201 * gcc.dg/cpp/trad/trad.exp: New driver.
3202
3203 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
3204
3205 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
3206 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
3207 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
3208 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
3209 Remove.
3210
3211 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
3212
3213 * gcc.dg/20020620-1.c: New test.
3214
3215 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3216
3217 * g++.dg/template/ttp4.C: New test.
3218
3219 2002-06-19 Jakub Jelinek <jakub@redhat.com>
3220
3221 * g++.dg/opt/vt1.C: Fix regexp.
3222
3223 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3224
3225 * gcc.c-torture/execute/pure-1.c: Make functions static again.
3226 Don't use attribute `noinline'.
3227
3228 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3229
3230 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
3231
3232 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
3233
3234 * gcc.c-torture/execute/simd-1.c: New.
3235
3236 * gcc.dg/simd-1.c: New.
3237
3238 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3239
3240 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
3241
3242 2002-06-16 Richard Henderson <rth@redhat.com>
3243
3244 * g++.dg/ext/anon-struct1.C: New.
3245 * g++.dg/ext/anon-struct2.C: New.
3246 * g++.dg/ext/anon-struct3.C: New.
3247 * gcc.dg/anon-struct-1.c: New.
3248 * gcc.dg/anon-struct-2.c: New.
3249 * gcc.dg/anon-struct-3.c: New.
3250 * gcc.dg/20011008-1.c: Adjust warning text.
3251 * gcc.dg/20020527-1.c: Add -fms-extensions.
3252
3253 2002-06-16 Richard Henderson <rth@redhat.com>
3254
3255 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
3256
3257 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
3258
3259 * gcc.c-torture/execute/20020615-1.c: New test.
3260
3261 2002-06-15 Roger Sayle <roger@eyesopen.com>
3262
3263 * gcc.c-tortuture/execute/compare-1.c: New test case.
3264 * gcc.c-tortuture/execute/compare-2.c: New test case.
3265 * gcc.c-tortuture/execute/compare-3.c: New test case.
3266
3267 2002-06-13 Richard Henderson <rth@redhat.com>
3268
3269 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
3270 ia64 ilp32.
3271
3272 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3273
3274 * g++.dg/template/typename2.C: Update error message.
3275
3276 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
3277
3278 * gcc.c-torture/execute/20020611-1.c: New test.
3279
3280 2002-06-11 Bob Wilson <bob.wilson@acm.org>
3281
3282 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
3283 list of targets to skip.
3284
3285 2002-06-10 Bob Wilson <bob.wilson@acm.org>
3286
3287 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
3288 targets if not optimizing.
3289
3290 2002-06-10 Jakub Jelinek <jakub@redhat.com>
3291
3292 * gcc.c-torture/compile/20020605-1.c: New test.
3293
3294 * g++.dg/opt/vt1.C: New test.
3295
3296 * gcc.dg/20020531-1.c: New test.
3297
3298 * gcc.dg/20020530-1.c: New test.
3299
3300 * gcc.dg/20020527-1.c: New test.
3301
3302 * g++.dg/opt/cse1.C: New test.
3303
3304 2002-06-07 Roger Sayle <roger@eyesopen.com>
3305
3306 * gcc.dg/20020607-2.c: New test case.
3307
3308 2002-06-07 Jakub Jelinek <jakub@redhat.com>
3309
3310 * gcc.c-torture/compile/20020604-1.c: New test.
3311
3312 2002-06-04 Richard Henderson <rth@redhat.com>
3313
3314 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
3315 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
3316 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
3317
3318 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
3319
3320 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
3321
3322 2002-06-03 Richard Henderson <rth@redhat.com>
3323
3324 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
3325 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
3326
3327 2002-06-02 Richard Henderson <rth@redhat.com>
3328
3329 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
3330 test functions static.
3331
3332 2002-06-02 Andreas Jaeger <aj@suse.de>
3333
3334 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
3335 now.
3336
3337 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3338
3339 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
3340 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
3341 Update for mofified diagnostics.
3342 * gcc.dg/c99-intconst-1.c: No longer fail.
3343
3344 2002-06-02 Richard Henderson <rth@redhat.com>
3345
3346 * gcc.dg/uninit-A.c: Remove xfail markers.
3347
3348 2002-06-01 Roger Sayle <roger@eyesopen.com>
3349
3350 * gcc.dg/fnegate-1.c: New test case.
3351
3352 2002-05-30 Osku Salerma <osku@iki.fi>
3353
3354 * gcc.c-torture/execute/mayalias-1.c: New file.
3355
3356 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
3357
3358 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
3359 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
3360 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
3361
3362 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
3363
3364 * gcc.c-torture/execute/20020529-1.c: New test.
3365
3366 2002-05-27 Richard Henderson <rth@redhat.com>
3367
3368 * g++.dg/ext/attrib6.C: New test case.
3369
3370 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3371
3372 * gcc.c-torture/execute/pure-1.c: New test.
3373
3374 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3375
3376 * gcc.dg/cpp/arith-2.c: Remove.
3377
3378 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3379
3380 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
3381 * gcc.dg/cpp/if-3.c: Remove.
3382
3383 2002-05-26 Jakub Jelinek <jakub@redhat.com>
3384
3385 * g++.dg/opt/cse2.C: New test.
3386
3387 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
3388
3389 * gcc.dg/cpp/arith-1.c: New semantic tests.
3390 * gcc.dg/cpp/if-1.c: Update.
3391
3392 2002-05-24 Ben Elliston <bje@redhat.com>
3393
3394 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
3395
3396 2002-05-24 Jakub Jelinek <jakub@redhat.com>
3397
3398 * gcc.dg/verbose-asm.c: New test.
3399
3400 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
3401
3402 * gcc.dg/cpp/paste12.c: New test.
3403
3404 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3405
3406 * g++.dg/parse/named_ops.C: New test.
3407
3408 2002-05-23 Mark Mitchell <mark@codesourcery.com>
3409
3410 * gcc/testsuite/gcc.dg/weak-8.c: New test.
3411
3412 Thu May 23 11:09:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
3413
3414 * gcc.dg/weak-2.c: Allow optional leading underscore
3415 in scan-assembler symbol name.
3416 * gcc.dg/weak-3.c: Likewise.
3417 * gcc.dg/weak-4.c: Likewise.
3418 * gcc.dg/weak-5.c: Likewise.
3419
3420 2002-05-23 Jakub Jelinek <jakub@redhat.com>
3421
3422 * gcc.dg/20020523-1.c: New test.
3423
3424 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3425
3426 * objc.dg/const-str-2.m: Update now that we stop after
3427 a command line error.
3428
3429 2002-05-22 Richard Henderson <rth@redhat.com>
3430
3431 * g++.dg/dg.exp: Fix typo in test pruneing.
3432
3433 2002-05-22 Richard Henderson <rth@redhat.com>
3434
3435 * g++.dg/dg.exp: Prune the tls subdirectory.
3436 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
3437 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
3438 * g++.dg/tls/init-1.C: New.
3439
3440 2002-05-22 Jakub Jelinek <jakub@redhat.com>
3441
3442 * gcc.dg/20020517-1.c: New test.
3443
3444 2002-05-21 Richard Henderson <rth@redhat.com>
3445
3446 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
3447 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
3448
3449 Tue May 21 14:25:32 2002 Brian R. Gaeke <brg@dgate.ORG>
3450
3451 * g++.dg/other/copy2.C: New test.
3452
3453 Mon May 20 10:51:35 2002 J"orn Rennecke <joern.rennecke@superh.com>
3454
3455 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
3456 (MAX_COPY): Bump up to 10 times sizeof (long long).
3457 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
3458
3459 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
3460 sizeof (long long).
3461
3462 * gcc.c-torture/execute/strcpy-1.c: New test.
3463
3464 2002-05-19 Jason Merrill <jason2redhat.com>
3465
3466 * g++.dg/ext/oper1.C: New test.
3467
3468 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
3469 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
3470
3471 * README.QMTEST: New file.
3472
3473 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
3474
3475 2002-05-19 Andreas Jaeger <aj@suse.de>
3476
3477 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
3478 now.
3479 * gcc.c-torture/execute/loop-2d.x: Likewise.
3480
3481 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
3482
3483 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
3484 support weak symbols.
3485 * gcc.dg/weak-4.c: Likewise
3486 * gcc.dg/weak-6.c: Likewise
3487
3488 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
3489
3490 * gcc.dg/weak-3.c: Add dg-excess-error comment for
3491 cygwin, coff and h8300-*-hms targets
3492 * gcc.dg/weak-5.c: Likewise
3493 * gcc.dg/weak-7.c: Likewise
3494
3495 2002-05-16 Jason Merrill <jason@redhat.com>
3496
3497 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
3498 (scan-assembler-not, scan-assembler-dem): Likewise.
3499 (scan-assembler-dem-not): Likewise.
3500
3501 2002-05-15 Richard Henderson <rth@redhat.com>
3502
3503 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
3504
3505 2002-05-15 Richard Henderson <rth@redhat.com>
3506
3507 * gcc.dg/weak-5.c (vfoo1c): No warning here.
3508 (vfoo1f): Warning here.
3509 (vfoo1l): Don't redefine the alias.
3510
3511 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
3512
3513 * g++.dg/init/pm1.C: New test.
3514
3515 2002-05-12 David S. Miller <davem@redhat.com>
3516
3517 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
3518 types.
3519
3520 2002-05-10 Roger Sayle <roger@eyesopen.com>
3521
3522 * gcc.c-torture/execute/20020510-1.c: New test case.
3523
3524 2002-05-10 David S. Miller <davem@redhat.com>
3525
3526 * gcc.c-torture/execute/conversion.c: Test long double too.
3527
3528 2002-05-09 Jakub Jelinek <jakub@redhat.com>
3529
3530 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
3531 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
3532 * lib/g++.exp (g++_link_flags): Likewise.
3533 * lib/objc.exp (objc_target_compile): Likewise.
3534
3535 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
3536
3537 * gcc.dg/cpp/poison.c: Update.
3538 * gcc.dg/cpp/20000625-2.c: Remove.
3539 * gcc.dg/cpp/direct2s.c: Remove final test.
3540
3541 2002-05-08 Tom Rix <trix@redhat.com>
3542
3543 * gcc.c-torture/execute/20020508-1.c: New test.
3544 * gcc.c-torture/execute/20020508-2.c: New test.
3545 * gcc.c-torture/execute/20020508-3.c: New test.
3546
3547 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
3548
3549 * gcc.dg/cpp/charconst-4.c: More tests.
3550
3551 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3552
3553 PR c/6569
3554 * gcc.dg/weak-3.c: Update location of warning messages.
3555 * gcc.dg/weak-5.c: Likewise.
3556
3557 2002-05-06 Roger Sayle <roger@eyesopen.com>
3558
3559 * gcc.c-torture/execute/20020506-1.c: New test case.
3560
3561 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
3562
3563 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
3564
3565 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3566
3567 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
3568
3569 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3570
3571 * gcc.dg/cpp/charconst-3.c: New test.
3572
3573 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
3574
3575 * gcc.dg/cpp/charconst.c: Update tests.
3576
3577 2002-05-05 Tim Josling <tej@melbpc.org.au>
3578
3579 * treelang: Added directory for new sample language treelang. Also
3580 lib/treelang.exp: New file to signal treelang should be tested.
3581
3582 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3583
3584 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
3585 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
3586 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
3587 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
3588 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
3589 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
3590 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
3591
3592 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
3593
3594 * gcc.dg/format/xopen-2.c: New test.
3595
3596 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3597
3598 * gcc.dg/20020503-1.c: New test.
3599
3600 2002-05-02 Mark Mitchell <mark@codesourcery.com>
3601
3602 * g++.dg/init/dtor1.C: Make it tougher.
3603
3604 2002-05-01 Mark Mitchell <mark@codesourcery.com>
3605
3606 * g++.dg/init/dtor1.C: New test.
3607
3608 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
3609
3610 * gcc.dg/altivec-8.c: New.
3611
3612 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
3613
3614 * gcc.dg/altivec-7.c: New.
3615
3616 2002-04-29 Jakub Jelinek <jakub@redhat.com>
3617
3618 * g++.dg/parse/typedef1.C: New test.
3619
3620 2002-04-29 Mark Mitchell <mark@codesourcery.com>
3621
3622 PR c++/6486
3623 * g++.dg/template/friend6.C: New test.
3624
3625 PR c++/6492
3626 * g++.dg/init/copy1.C: New test.
3627
3628 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
3629
3630 * g++.dg/warn/effc1.C: New test.
3631
3632 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
3633
3634 * gcc.dg/cpp/if-cexp.c: Add a test.
3635
3636 2002-04-28 Jakub Jelinek <jakub@redhat.com>
3637
3638 * gcc.dg/20020426-2.c: New test.
3639
3640 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
3641
3642 * gcc.dg/cpp/if-mop.c: Update.
3643 * gcc.dg/cpp/if-mpar.c: Add test.
3644 * gcc.dg/cpp/if-oppr.c: Update.
3645
3646 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3647
3648 PR c/6343
3649 * gcc.dg/weak-[2-7].c: New tests.
3650
3651 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3652
3653 * gcc.dg/enum1.c: New test.
3654
3655 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3656
3657 PR c++/6497
3658 * g++.dg/inherit/access2.C: New test.
3659
3660 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3661
3662 PR bootstrap/6445
3663 * gcc.dg/20020426-1.c: New test.
3664
3665 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3666
3667 * g++.dg/abi/enum1.C: New test.
3668
3669 2002-04-26 Richard Henderson <rth@redhat.com>
3670
3671 * gcc.dg/c99-bool-1.c: Expect always true warning.
3672
3673 2002-04-25 Roger Sayle <roger@eyesopen.com>
3674
3675 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
3676
3677 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3678
3679 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
3680 targets.
3681
3682 2002-04-24 Mark Mitchell <mark@codesourcery.com>
3683
3684 * g++.dg/abi/mange7.C: New test.
3685
3686 PR c++/6438.
3687 * g++.dg/parse/stmtexpr2.C: New test.
3688
3689 Wed Apr 24 21:38:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
3690
3691 * gcc.dg/20020312-2.c: Add SH target.
3692
3693 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3694
3695 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
3696 compiler output on mips*-*-irix*.
3697
3698 2002-04-23 Jakub Jelinek <jakub@redhat.com>
3699
3700 * g++.dg/parse/attr1.C: New test.
3701
3702 2002-04-23 Roger Sayle <roger@eyesopen.com>
3703
3704 * gcc.c-torture/execute/string-opt-17.c: New test case.
3705 * gcc.c-torture/execute/memset-2.c: New test case.
3706
3707 2002-04-23 Mark Mitchell <mark@codesourcery.com>
3708
3709 PR c++/6256:
3710 * g++.dg/template/friend5.C: New test.
3711
3712 PR c++/6331:
3713 * g++.dg/template/qual1.C: Likewise.
3714
3715 2002-04-22 Zack Weinberg <zack@codesourcery.com>
3716
3717 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
3718 Include stdlib.h, not stdio.h or ctype.h.
3719
3720 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
3721
3722 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
3723 cris-*-elf* and mmix-*-*.
3724 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
3725 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
3726 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
3727 Ditto.
3728 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
3729 * gcc.dg/wchar_t-1.c: Ditto.
3730
3731 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
3732
3733 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
3734 Clarify comment.
3735
3736 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
3737
3738 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
3739
3740 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3741
3742 * gcc.c-torture/execute/20000906-1.x: Delete.
3743
3744 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
3745
3746 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
3747
3748 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
3749
3750 * PR6367
3751 * g77.f-torture/execute/6367.f: New test.
3752 * g77.f-torture/execute/6367.x: Disable for MMIX.
3753
3754 2002-04-19 Mark Mitchell <mark@codesourcery.com>
3755
3756 * PR6352
3757 * g++.dg/opt/inline2.C: New test.
3758
3759 2002-04-18 Richard Henderson <rth@redhat.com>
3760
3761 * gcc.dg/20000906-1.c: Enable for all targets.
3762 * gcc.c-torture/compile/iftrap-2.c: New.
3763
3764 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3765
3766 * gcc.dg/20020418-1.c: New test.
3767 * gcc.dg/20020418-2.c: New test.
3768
3769 2002-04-18 Richard Henderson <rth@redhat.com>
3770
3771 * gcc.c-torture/compile/iftrap-1.c: New.
3772 * gcc.dg/iftrap-1.c: Adjust for ia64.
3773 * gcc.dg/iftrap-2.c: New.
3774
3775 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3776
3777 * gcc.c-torture/compile/20020418-1.c: New test.
3778
3779 2002-04-18 Roger Sayle <roger@eyesopen.com>
3780
3781 * gcc.c-torture/compile/20020415-1.c: New.
3782
3783 2002-04-18 David S. Miller <davem@redhat.com>
3784
3785 * gcc.c-torture/execute/20020418-1.c: New test.
3786
3787 2002-04-17 Jakub Jelinek <jakub@redhat.com>
3788
3789 * gcc.dg/20020416-1.c: New test.
3790
3791 * g++.dg/opt/inline1.C: New test.
3792
3793 2002-04-16 Jakub Jelinek <jakub@redhat.com>
3794
3795 * gcc.dg/altivec-5.c: New test.
3796
3797 * gcc.dg/20020415-1.c: New test.
3798
3799 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3800
3801 * testsuite/lib/chill.exp: Remove.
3802
3803 2002-04-14 Jakub Jelinek <jakub@redhat.com>
3804
3805 * g++.dg/other/big-struct.C: New test.
3806
3807 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
3808
3809 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
3810 of scratch file.
3811
3812 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
3813
3814 PR c/6277
3815 * gcc.dg/i386-387-1.c: Allow optional leading underscore
3816 in scan-assembler function name
3817
3818 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
3819
3820 * g77.f-torture/execute/980628-4.x,
3821 g77.f-torture/execute/980628-5.x,
3822 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3823 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3824 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
3825 i[34567]86-*-*.
3826
3827 2002-04-13 David S. Miller <davem@redhat.com>
3828
3829 * gcc.c-torture/execute/20020413-1.c: New test.
3830
3831 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
3832
3833 * gcc.dg/asm-6.c,
3834 * g++.dg/ext/asm1.C: New tests.
3835
3836 2002-04-12 Mark Mitchell <mark@codesourcery.com>
3837
3838 PR c++ 5373.
3839 * g++.dg/parse/stmtexpr1.C: New test.
3840
3841 PR c++/5189.
3842 * g++.dg/template/copy1.C: New test.
3843
3844 2002-04-12 Richard Henderson <rth@redhat.com>
3845
3846 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
3847
3848 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
3849
3850 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
3851 gcc.c-torture/execute/20020307-2.c.
3852
3853 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
3854
3855 * g++.dg/ext/attrib5.C,
3856 * g++.dg/lookup/struct1.C: New tests.
3857
3858 2002-04-11 Jakub Jelinek <jakub@redhat.com>
3859
3860 * gcc.dg/20020411-1.c: New test.
3861
3862 * gcc.c-torture/execute/20020411-1.c: New test.
3863
3864 2002-04-10 Janis Johnson <janis187@us.ibm.com>
3865
3866 * g77.f-torture/execute/6177.f: New test.
3867
3868 2002-04-10 Jakub Jelinek <jakub@redhat.com>
3869
3870 PR middle-end/6247
3871 * g++.dg/opt/cleanup1.C: New test.
3872
3873 * g++.dg/opt/const1.C: New test.
3874
3875 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
3876
3877 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
3878
3879 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
3880
3881 PR c++/5507
3882 * g++.dg/template/typename2.C: New test.
3883
3884 2002-04-10 Alan Modra <amodra@bigpond.net.au>
3885
3886 * gcc.c-torture/execute/loop-12.c: New.
3887
3888 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
3889
3890 * g77.f-torture/execute/980628-4.x,
3891 g77.f-torture/execute/980628-5.x,
3892 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3893 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3894 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
3895
3896 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3897
3898 PR optimization/6086
3899 * g++.dg/opt/preinc1.C: New test.
3900
3901 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3902
3903 PR c++/5571
3904 * g++.dg/opt/static2.C: New test.
3905
3906 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3907
3908 PR c/5120
3909 * gcc.dg/20020406-1.c: New test.
3910
3911 2002-04-04 David S. Miller <davem@redhat.com>
3912
3913 * gcc.c-torture/execute/20020404-1.c: New test.
3914
3915 2002-04-04 Jakub Jelinek <jakub@redhat.com>
3916
3917 PR c/6123
3918 * gcc.dg/20020312-2.c: Do not declare global register variable
3919 if __PIC__ or __pic__ is defined.
3920
3921 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
3922
3923 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
3924 __asm__ so that it works correctly even if -ansi -pedantic-errors.
3925
3926 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3927
3928 * gcc.misc-tests/linkage.exp: Update last change to handle
3929 sparc*-, not just sparc-.
3930
3931 2002-04-03 Richard Henderson <rth@redhat.com>
3932
3933 * gcc.dg/cpp/ucs.c: Improved long UCS test.
3934
3935 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3936
3937 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
3938
3939 2002-04-02 David S. Miller <davem@redhat.com>
3940
3941 * gcc.c-torture/execute/20020402-3.c: New test.
3942
3943 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3944
3945 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
3946 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
3947
3948 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
3949 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
3950 g77.f-torture/execute/20001201.x,
3951 g77.f-torture/execute/u77-test.x: New files.
3952
3953 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
3954 * gcc.dg/wchar_t-1.c: Ditto.
3955
3956 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3957
3958 * gcc.c-torture/execute/20020402-1.c: New test.
3959
3960 2002-04-01 Richard Henderson <rth@redhat.com>
3961
3962 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
3963
3964 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
3965
3966 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3967
3968 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
3969
3970 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3971
3972 * g++.dg/inherit/template-as-base.C: Expect error.
3973 * g++.dg/inherit/namespace-as-base.C: Likewise.
3974
3975 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
3976
3977 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
3978 g++.dg/ext/instantiate3.C: Tweak match patterns.
3979
3980 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
3981 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
3982 -da test.
3983
3984 2002-03-31 Richard Henderson <rth@redhat.com>
3985
3986 * gcc.dg/special/alias-2.c: New.
3987 * gcc.dg/special/ecos.exp: Run it.
3988
3989 2002-03-31 Richard Henderson <rth@redhat.com>
3990
3991 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
3992
3993 2002-03-31 Kazu Hirata <kazu@hxi.com>
3994
3995 * gcc.dg/weak-1.c: Disable on h8300 port.
3996
3997 2002-03-29 Janis Johnson <janis187@us.ibm.com>
3998
3999 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
4000 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
4001 ordering tests.
4002 * g++.dg/bprob/bprob-1.C: New test.
4003 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
4004 * g++.dg/gcov/gcov-1.C: New test.
4005 * g++.dg/gcov/gcov-1.x: New file.
4006 * g++.dg/gcov/gcov-2.C: New test.
4007 * g++.dg/gcov/gcov-3.C: New test.
4008 * g++.dg/gcov/gcov-3.h: New file.
4009
4010 2002-03-28 Roger Sayle <roger@eyesopen.com>
4011
4012 * g++.old-deja/g++.other/builtins5.C: New test.
4013 * g++.old-deja/g++.other/builtins6.C: New test.
4014 * g++.old-deja/g++.other/builtins7.C: New test.
4015 * g++.old-deja/g++.other/builtins8.C: New test.
4016 * g++.old-deja/g++.other/builtins9.C: New test.
4017
4018 2002-03-29 Jakub Jelinek <jakub@redhat.com>
4019
4020 * g++.dg/opt/static1.C: New test.
4021
4022 * g++.dg/opt/longbranch1.C: New test.
4023
4024 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
4025
4026 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
4027
4028 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
4029
4030 Thu Mar 28 16:38:09 2002 Jeffrey A Law (law@redhat.com)
4031
4032 * gcc.c-torture/execute/20020328-1.c: New test.
4033
4034 2002-03-27 Richard Henderson <rth@redhat.com>
4035
4036 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
4037 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
4038 move from g++.old-deja/g++.ext/.
4039
4040 2002-03-27 Mark Mitchell <mark@codesourcery.com>
4041
4042 * g++.dg/init/new2.C: New test.
4043
4044 2002-03-26 Richard Henderson <rth@redhat.com>
4045
4046 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
4047
4048 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
4049 on sparc.
4050
4051 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
4052 sparcv9 systems.
4053 * gcc.dg/20001102-1.c: Likewise.
4054
4055 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
4056
4057 * gcc.dg/cpp/endif-pedantic1.c,
4058 gcc.dg/cpp/endif-pedantic2.c: New tests.
4059
4060 2002-03-26 Mark Mitchell <mark@codesourcery.com>
4061
4062 * g++.dg/init/new1.C: New test.
4063
4064 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
4065
4066 * g++.dg/abi/vbase9.C: New test.
4067
4068 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
4069
4070 * gcc.dg/arm-asm.c: New test.
4071
4072 2002-03-26 Andrew Cagney <ac131313@redhat.com>
4073
4074 * gcc.dg/Wswitch-enum.c: New test.
4075 Fix PR c/5044.
4076
4077 2002-03-26 Richard Henderson <rth@redhat.com>
4078
4079 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
4080 structure.
4081
4082 2002-03-25 Richard Henderson <rth@redhat.com>
4083
4084 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
4085 sparcv9 systems.
4086
4087 * gcc.c-torture/compile/20011119-1.c (xxx): New.
4088 * gcc.c-torture/compile/20011119-2.c (xxx): New.
4089
4090 2002-03-25 Zack Weinberg <zack@codesourcery.com>
4091
4092 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
4093
4094 2002-03-25 Bob Wilson <bob.wilson@acm.org>
4095
4096 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
4097 targets using generic thunk support.
4098
4099 2002-03-25 Jakub Jelinek <jakub@redhat.com>
4100
4101 * gcc.c-torture/compile/20020323-1.c: New test.
4102
4103 * g++.dg/opt/conj2.C: New test.
4104
4105 2002-03-24 Richard Henderson <rth@redhat.com>
4106
4107 * gcc.dg/weak-1.c: Use -fno-common.
4108
4109 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4110
4111 * g77.dg/f77-edit-apostrophe-out.f: New test
4112 * g77.dg/f77-edit-h-out.f: New test
4113 * g77.dg/f77-edit-t-in.f: New test
4114 * g77.dg/f77-edit-t-out.f: New test
4115 * g77.dg/f77-edit-x-out.f: New test
4116 * g77.dg/f77-edit-slash-out.f: New test
4117 * g77.dg/f77-edit-colon-out.f: New test
4118 * g77.dg/f77-edit-s-out.f: New test
4119
4120 2002-03-24 Richard Henderson <rth@redhat.com>
4121
4122 * objc/execute/formal_protocol-6.x: New XFAIL.
4123
4124 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4125
4126 * gcc.dg/weak-1.c: Early return from dg-final on platforms
4127 that do not support weak symbols
4128
4129 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
4130
4131 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
4132 * lib/g77.exp: Likewise
4133 * lib/objc.exp: Likewise
4134
4135 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4136
4137 * gcc.dg/Wswitch-default.c: New test.
4138
4139 2002-03-23 Jakub Jelinek <jakub@redhat.com>
4140
4141 * g++.dg/other/enum1.C: New test.
4142
4143 2002-03-23 Zack Weinberg <zack@codesourcery.com>
4144
4145 * gcc.dg/pragma-ep-3.c: Fix typo.
4146
4147 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
4148
4149 * g++.dg/inherit/template-as-base.C: New test.
4150
4151 2002-03-22 Jakub Jelinek <jakub@redhat.com>
4152
4153 * g++.old-deja/g++.other/dwarf2-1.C: Move...
4154 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
4155
4156 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
4157
4158 * gcc.dg/cpp/multiline.c: Update to match.
4159
4160 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
4161
4162 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
4163
4164 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
4165
4166 * gcc.dg/cpp/extratokens2.c: New file.
4167
4168 2002-03-21 David Edelsohn <edelsohn@gnu.org>
4169
4170 * gcc.dg/20020312-2.c: Add rs6000 target.
4171
4172 * gcc.c-torture/compile/20020319-1.c: New test.
4173
4174 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4175
4176 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
4177 (A, E): Handle this.
4178
4179 2002-03-20 Jason Merrill <jason@redhat.com>
4180
4181 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
4182 ignoring -fpic.
4183 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
4184 through prune_gcc_output.
4185
4186 2002-03-20 Jakub Jelinek <jakub@redhat.com>
4187
4188 * gcc.c-torture/compile/20020320-1.c: New test.
4189
4190 2002-03-19 Jakub Jelinek <jakub@redhat.com>
4191
4192 * gcc.c-torture/compile/20020318-1.c: New test.
4193
4194 * gcc.dg/struct-by-value-1.c: New test.
4195
4196 * gcc.dg/20020319-1.c: New test.
4197
4198 2002-03-18 Jakub Jelinek <jakub@redhat.com>
4199
4200 * g++.dg/opt/conj1.C: New test.
4201
4202 2002-03-17 Mark Mitchell <mark@codesourcery.com>
4203
4204 * g++.dg/template/qualttp20.C: Revert previous change.
4205 * g++.dg/template/qualttp3.C: Likewise.
4206 * g++.dg/template/qualttp4.C: Likewise
4207 * g++.dg/template/qualttp5.C: Likewise
4208 * g++.dg/template/qualttp6.C: Likewise
4209 * g++.dg/template/qualttp7.C: Likewise
4210 * g++.dg/template/qualttp8.C: Likewise
4211 * g++.dg/template/recurse.C: Likewise.
4212
4213 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
4214
4215 * gcc.dg/cpp/wchar-1.c: Update.
4216
4217 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
4218
4219 * g++.dg/template/conv1.C: New test.
4220 * g++.dg/template/conv2.C: New test.
4221 * g++.dg/template/conv3.C: New test.
4222 * g++.dg/template/conv4.C: New test.
4223
4224 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4225
4226 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
4227 * g++.dg/template/qualttp3.C: Likewise.
4228 * g++.dg/template/qualttp4.C: Likewise
4229 * g++.dg/template/qualttp5.C: Likewise
4230 * g++.dg/template/qualttp6.C: Likewise
4231 * g++.dg/template/qualttp7.C: Likewise
4232 * g++.dg/template/qualttp8.C: Likewise
4233 * g++.dg/template/recurse.C: Likewise.
4234
4235 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4236
4237 * g++.dg/opt/dtor1.C: New test.
4238
4239 2002-03-15 Jakub Jelinek <jakub@redhat.com>
4240
4241 * gcc.c-torture/compile/20020315-1.c: New test.
4242
4243 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
4244
4245 * gcc.dg/weak-1.c: Fix scan tests.
4246
4247 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
4248
4249 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
4250 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
4251 cris-*-aout* mmix-*-*.
4252 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
4253 cris-*-aout* mmix-*-*.
4254 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
4255 cris-*-elf* cris-*-aout* and mmix-*-*.
4256 * gcc.dg/20001009-1.c: Ditto.
4257 * gcc.dg/20010912-1.c: Ditto.
4258 * gcc.dg/20020122-4.c: Ditto.
4259 * gcc.dg/inline-2.c: Ditto.
4260
4261 Thu Mar 14 14:28:38 2002 Jeffrey A Law (law@cygnus.com)
4262
4263 * gcc.c-torture/compile/20020314-1.c: New test.
4264
4265 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
4266
4267 * gcc.c-torture/execute/20020314-1.c: New test.
4268
4269 2002-03-14 Jakub Jelinek <jakub@redhat.com>
4270
4271 * g++.dg/warn/Wunused-1.C: New test.
4272
4273 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
4274
4275 * g++.dg/abi/mangle6.C: New test.
4276
4277 2002-03-13 Jakub Jelinek <jakub@redhat.com>
4278
4279 * gcc.c-torture/compile/20020309-2.c: New test.
4280
4281 * gcc.c-torture/compile/20020312-1.c: New test.
4282
4283 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
4284
4285 * g++.dg/other/access1.C: New test.
4286
4287 2002-03-12 Jakub Jelinek <jakub@redhat.com>
4288
4289 * gcc.c-torture/execute/wchar_t-1.c: New test.
4290
4291 2002-03-12 David Edelsohn <edelsohn@gnu.org>
4292
4293 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
4294
4295 2002-03-12 Roger Sayle <roger@eyesopen.com>
4296
4297 * gcc.dg/20020312-1.c: New test case.
4298
4299 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
4300
4301 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
4302
4303 2002-03-11 Richard Henderson <rth@redhat.com>
4304
4305 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
4306 * g++.old-deja/g++.jason/report.C: Likewise.
4307
4308 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4309
4310 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
4311 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
4312
4313 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4314
4315 * testsuite/g++.dg/overload/pmf1.C: New test.
4316
4317 2002-03-11 Kazu Hirata <kazu@hxi.com>
4318
4319 * gcc.c-torture/execute/20020307-1.c: Use long.
4320
4321 2002-03-11 Jakub Jelinek <jakub@redhat.com>
4322
4323 PR optimization/5844
4324 * gcc.dg/20020310-1.c: New test.
4325
4326 2002-03-09 Michael Meissner <meissner@redhat.com>
4327
4328 * gcc.c-torture/execute/memcpy-2.c: New test.
4329 * gcc.c-torture/execute/memset-1.c: New test.
4330 * gcc.c-torture/execute/strlen-1.c: New test.
4331 * gcc.c-torture/execute/strcmp-1.c: New test.
4332 * gcc.c-torture/execute/strncmp-1.c: New test.
4333
4334 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
4335
4336 * gcc.dg/ppc-ldstruct.c: New test.
4337
4338 2002-03-09 Jakub Jelinek <jakub@redhat.com>
4339
4340 * gcc.c-torture/execute/va-arg-22.c: New test.
4341
4342 Sat Mar 9 07:47:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4343
4344 * gcc.c-torture/compile/20020309-1.c: New test.
4345
4346 2002-03-08 Jakub Jelinek <jakub@redhat.com>
4347
4348 * gcc.c-torture/execute/20020307-2.c: New test.
4349
4350 Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
4351
4352 * g77.f-torture/compile/20020307-1.f: New test.
4353
4354 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
4355
4356 * gcc.dg/unordered-1.c: New test.
4357
4358 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4359
4360 * gcc.c-torture/execute/20020307-1.c: New test.
4361
4362 2002-03-05 Jakub Jelinek <jakub@redhat.com>
4363
4364 * gcc.dg/20020304-1.c: New test.
4365
4366 * gcc.c-torture/compile/20020304-2.c: New test.
4367
4368 2002-03-04 Zack Weinberg <zack@codesourcery.com>
4369
4370 * gcc.c-torture/compile/20020304-1.c: New test case
4371 (from PR c/5830).
4372
4373 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
4374
4375 * gcc.dg/20020103-1.c: Add other -D ppc variants.
4376
4377 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
4378
4379 * g++.dg/other/classkey1.C: New test.
4380
4381 2002-03-01 Richard Henderson <rth@redhat.com>
4382
4383 * gcc.c-torture/compile/981223-1.x: New.
4384 * gcc.c-torture/compile/920625-1.x: New.
4385
4386 2002-02-28 Richard Henderson <rth@redhat.com>
4387
4388 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
4389
4390 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
4391
4392 * gcc.c-torture/execute/20020227-1.c: New test.
4393
4394 2002-02-27 Mark Mitchell <mark@codesourcery.com>
4395
4396 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
4397 here" ERROR lines.
4398 * g++.old-deja/g++.oliva/partord1.C: Likewise.
4399 * g++.old-deja.g++.other/defarg1.C: Likewise.
4400 * g++.old-deja/g++.pt/calls2.C: Likewise.
4401 * g++.old-deja/g++.pt/crash20.C: Likewise.
4402 * g++.old-deja/g++.pt/crash30.C: Likewise.
4403 * g++.old-deja/g++.pt/crash36.C: Likewise.
4404 * g++.old-deja/g++.pt/crash6.C: Likewise.
4405 * g++.old-deja/g++.pt/defarg13.C: Likewise.
4406 * g++.old-deja/g++.pt/derived3.C: Likewise.
4407 * g++.old-deja/g++.pt/error1.C: Likewise.
4408 * g++.old-deja/g++.pt/friend21.C: Likewise.
4409 * g++.old-deja/g++.pt/friend23.C: Likewise.
4410 * g++.old-deja/g++.pt/infinite1.C: Likewise.
4411 * g++.old-deja/g++.robertl/eb128.C: Likewise.
4412
4413 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
4414
4415 * gcc.c-torture/execute/20020225-2.c: New test.
4416
4417 2002-02-27 Zack Weinberg <zack@codesourcery.com>
4418
4419 * gcc.c-torture/execute/920730-1t.c,
4420 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
4421 Delete test cases, only relevant to -traditional.
4422
4423 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
4424
4425 * gcc.dg/cpp/undef1.c: Remove.
4426 * gcc.dg/cpp/directiv.c: Update.
4427 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
4428
4429 2002-02-27 Michael Meissner <meissner@redhat.com>
4430
4431 * gcc.c-torture/execute/20020226-1.c: New test.
4432
4433 2002-02-26 Jakub Jelinek <jakub@redhat.com>
4434
4435 * g++.dg/debug/debug4.C: New test.
4436
4437 * gcc.dg/ia64-visibility-1.c: New test.
4438
4439 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
4440
4441 * gcc.dg/debug/20020224-1.c: New.
4442
4443 2002-02-25 Kazu Hirata <kazu@hxi.com>
4444
4445 * gcc.c-torture/execute/960416-1.x: New.
4446 * gcc.c-torture/execute/divconst-3.x: Likewise.
4447
4448 2002-02-25 Jakub Jelinek <jakub@redhat.com>
4449
4450 * gcc.dg/20020224-1.c: New test.
4451
4452 2002-02-25 Alan Modra <amodra@bigpond.net.au>
4453
4454 * gcc.c-torture/execute/20020225-1.c: New.
4455
4456 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
4457
4458 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
4459
4460 2002-02-23 Jakub Jelinek <jakub@redhat.com>
4461
4462 * gcc.dg/20020222-1.c: New test.
4463
4464 2002-02-22 Jakub Jelinek <jakub@redhat.com>
4465
4466 * g++.dg/opt/anonunion1.C: New test.
4467
4468 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
4469
4470 * g++.dg/template/qualttp19.C: New test.
4471 * g++.dg/template/qualttp20.C: New test.
4472 * g++.old-deja/g++.jason/report.C: Adjust expected errors
4473 * g++.old-deja/g++.other/qual1.C: Likewise.
4474
4475 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
4476
4477 * gcc.dg/attr-alwaysinline.c: New.
4478
4479 2002-02-21 Jakub Jelinek <jakub@redhat.com>
4480
4481 * gcc.dg/20020220-1.c: New test.
4482
4483 * gcc.dg/20020220-2.c: New test.
4484
4485 * g++.dg/opt/mmx1.C: New test.
4486
4487 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
4488
4489 * gcc.c-torture/compile/20020110.c: New test.
4490
4491 2002-02-20 Jakub Jelinek <jakub@redhat.com>
4492
4493 * gcc.c-torture/execute/20020219-1.c: New test.
4494
4495 * gcc.dg/20020219-1.c: New test.
4496
4497 * gcc.dg/noncompile/20020220-1.c: New test.
4498
4499 * g++.dg/opt/ptrintsum1.C: New test.
4500
4501 * gcc.dg/debug/20020220-1.c: New test.
4502
4503 2002-02-17 Jakub Jelinek <jakub@redhat.com>
4504
4505 * gcc.c-torture/execute/20020216-1.c: New test.
4506
4507 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
4508
4509 * gcc.dg/decl-1.c: Update, new test.
4510
4511 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
4512
4513 * g++.dg/abi/bitfield1.C: New test.
4514 * g++.dg/abi/bitfield2.C: New test.
4515
4516 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4517
4518 * gcc.dg/attr-nest.c: New test.
4519
4520 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4521
4522 * gcc.c-torture/execute/20020215-1.c: New test.
4523
4524 2002-02-14 Jakub Jelinek <jakub@redhat.com>
4525
4526 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
4527 * g++.dg/debug/debug.exp: New.
4528 * g++.dg/debug/trivial.C: New.
4529 * g++.dg/debug/debug1.C: Moved...
4530 * g++.dg/other/debug1.C: ...from here.
4531 * g++.dg/debug/debug2.C: Moved...
4532 * g++.dg/other/debug2.C: ...from here.
4533 * g++.dg/debug/debug3.C: Moved...
4534 * g++.dg/other/debug3.C: ...from here.
4535
4536 * gcc.dg/noncompile/20020213-1.c: New test.
4537
4538 2002-02-13 Jakub Jelinek <jakub@redhat.com>
4539
4540 * g++.dg/other/debug3.C: New test.
4541
4542 * gcc.c-torture/execute/20020213-1.c: New test.
4543
4544 2002-02-13 Richard Smith <richard@ex-parrot.com>
4545
4546 * g++.old-deja/g++.other/thunk1.C: New test.
4547
4548 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4549
4550 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
4551
4552 2002-02-13 Stan Shebs <shebs@apple.com>
4553
4554 * gcc.dg/altivec-3.c: New.
4555
4556 2002-02-12 Jakub Jelinek <jakub@redhat.com>
4557
4558 * gcc.dg/Wunreachable-1.c: New test.
4559 * gcc.dg/Wunreachable-2.c: New test.
4560
4561 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
4562
4563 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
4564
4565 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
4566
4567 * gcc.dg/decl-1.c: New test.
4568
4569 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4570
4571 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
4572
4573 2002-02-10 Kazu Hirata <kazu@hxi.com>
4574
4575 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
4576 * gcc.c-torture/compile/980506-1.x: Likewise.
4577
4578 2002-02-10 Kazu Hirata <kazu@hxi.com>
4579
4580 * gcc.dg/20020210-1.c: New.
4581
4582 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
4583
4584 * g77.f-torture/execute/947.f: New regression test
4585 for PR fortran/947.
4586
4587 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
4588
4589 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
4590 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
4591
4592 2002-02-08 Richard Henderson <rth@redhat.com>
4593
4594 * gcc.c-torture/compile/labels-3.c: New.
4595
4596 2002-02-08 Jakub Jelinek <jakub@redhat.com>
4597
4598 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
4599 expression statements work instead.
4600 * gcc.dg/noncompile/20020207-1.c: New test.
4601
4602 2002-02-07 Richard Henderson <rth@redhat.com>
4603
4604 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
4605
4606 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4607
4608 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
4609 message from g77
4610 * lib/g77-dg.exp: Trim g77 error messages so that they are
4611 recognized by dg.exp.
4612
4613 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4614
4615 PR fortran/5473
4616 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
4617
4618 2002-02-07 Richard Henderson <rth@redhat.com>
4619
4620 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
4621 to be sufficiently aligned for integers.
4622
4623 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
4624
4625 * g++.dg/template/friend4.C: New test.
4626
4627 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4628
4629 PR fortran/5743
4630 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
4631 unsupported cases.
4632
4633 2002-02-07 Richard Henderson <rth@redhat.com>
4634
4635 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
4636 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
4637 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
4638 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
4639
4640 2002-02-06 Richard Henderson <rth@redhat.com>
4641
4642 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
4643
4644 2002-02-06 Janis Johnson <janis187@us.ibm.com>
4645
4646 * gcc.dg/20020206-1.c: New test.
4647
4648 2002-02-06 Jakub Jelinek <jakub@redhat.com>
4649
4650 * gcc.c-torture/execute/20020206-1.c: New test.
4651
4652 * gcc.c-torture/execute/20020206-2.c: New test.
4653
4654 PR optimization/5429:
4655 * gcc.c-torture/compile/20020206-1.c: New test.
4656
4657 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4658
4659 * g++.dg/ext/align1.C: Do not use an explicit alignment value
4660 as certain file formats cannot support particularly large
4661 alignments.
4662
4663 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
4664 and do not expect to be able to link the executable.
4665
4666 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
4667 fail because the COFF format does not support the weak attribute.
4668
4669 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
4670
4671 * g77.dg/pr5473.f: New test
4672
4673 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
4674
4675 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
4676 Fix testcase accordingly.
4677
4678 2002-02-04 Richard Henderson <rth@redhat.com>
4679
4680 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
4681 (buf): Change to be an array of pointers, not ints.
4682
4683 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4684
4685 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
4686 before all tests. Move warning one line above to match where it
4687 C frontend emits.
4688 * gcc.dg/Wswitch-2.c: New test.
4689 * g++.dg/warn/Wswitch-1.C: New test.
4690 * g++.dg/warn/Wswitch-2.C: New test.
4691
4692 2002-02-04 Richard Henderson <rth@redhat.com>
4693
4694 * g++.dg/abi/offsetof.C: Fix size comparison.
4695
4696 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
4697
4698 * gcc.dg/cast-qual-2.c: New test.
4699
4700 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4701
4702 * gcc.dg/20020201-4.c: New test.
4703
4704 2002-02-04 Ben Elliston <bje@redhat.com>
4705
4706 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
4707 target_info attribute != 0, in addition to the empty string.
4708 (gcc_target_compile): Likewise.
4709
4710 2002-02-03 Andrew Cagney <ac131313@redhat.com>
4711
4712 * gcc.dg/Wswitch.c: New test.
4713 PR gcc/4475. PR gcc/3780.
4714
4715 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
4716
4717 * g77.f-torture/execute/5122.f: New test for regressions
4718 against PR fortran/5122.
4719
4720 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
4721
4722 * g77.f-torture/compile/pr3743.f: Delete
4723 * g77.dg/pr3743-1.f: New test.
4724 * g77.dg/pr3743-2.f: New test.
4725 * g77.dg/pr3743-3.f: New test.
4726 * g77.dg/pr3743-4.f: New test.
4727
4728 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4729
4730 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
4731
4732 2002-02-02 Richard Henderson <rth@redhat.com>
4733
4734 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
4735 * gcc.c-torture/execute/bf64-1.c: Likewise.
4736
4737 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4738
4739 * gcc.dg/20020201-2.c: New test.
4740
4741 * gcc.dg/20020201-3.c: New test.
4742
4743 * gcc.c-torture/execute/bitfld-2.c: New test.
4744
4745 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4746
4747 * gcc.dg/bitfld-1.c: Update.
4748 * gcc.dg/bitfld-2.c: Update.
4749 * gcc.c-torture/execute/bitfld-1.x: New.
4750
4751 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4752
4753 * gcc.c-torture/execute/20020201-1.c: New test.
4754
4755 2002-02-01 Janis Johnson <janis187@us.ibm.com>
4756
4757 PR target/5469
4758 * gcc.dg/20020201-1.c: New test.
4759
4760 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
4761
4762 PR fortran/3743
4763 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
4764 * g77.f-torture/compile/pr3743.x: Remove
4765
4766 2002-01-31 Tom Rix <trix@redhat.com>
4767
4768 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
4769
4770 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
4771
4772 * gcc.dg/noncompile/20020130-1.c: New test.
4773
4774 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
4775
4776 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
4777
4778 2002-01-29 Richard Henderson <rth@redhat.com>
4779
4780 * gcc.c-torture/execute/991118-1.c: Cast various constants back
4781 to long long.
4782 * gcc.c-torture/execute/bf64-1.c: Likewise.
4783
4784 2002-01-29 Jakub Jelinek <jakub@redhat.com>
4785
4786 * gcc.c-torture/execute/20020129-1.c: New test.
4787
4788 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
4789
4790 * gcc.c-torture/compile/20000224-1.c: Update.
4791 * gcc.c-torture/execute/bitfld-1.c: New tests.
4792 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
4793 * gcc.dg/uninit-A.c: Update.
4794
4795 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
4796
4797 * g++.dg/template/ctor1.C: Add instantiation.
4798
4799 2002-01-28 Paul Koning <pkoning@equallogic.com>
4800
4801 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
4802 argument to __builtin_prefetch to be const ptr.
4803
4804 2002-01-28 Jakub Jelinek <jakub@redhat.com>
4805
4806 * gcc.c-torture/compile/20020120-1.c: New test.
4807
4808 2002-01-27 Kazu Hirata <kazu@hxi.com>
4809
4810 * gcc.c-torture/execute/20020127-1.c: New test.
4811
4812 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
4813
4814 * g77.dg/f77-edit-i-in.f: New test
4815 * g77.dg/f77-edit-i-out.f: New test
4816
4817 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
4818
4819 * gcc.dg/debug/debug.exp: New file.
4820 * gcc.dg/debug/trivial.c: New file.
4821 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
4822 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
4823 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
4824 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
4825 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
4826 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
4827 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
4828 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
4829 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
4830 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
4831 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
4832 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
4833 * gcc.dg/20000503-1.c: Removed.
4834 * gcc.dg/20010207-1.c: Removed.
4835 * gcc.dg/20011223-1.c: Removed.
4836 * gcc.dg/20020104-2.c: Removed.
4837 * gcc.dg/debug-1.c: Removed.
4838 * gcc.dg/debug-2.c: Removed.
4839 * gcc.dg/debug-3.c: Removed.
4840 * gcc.dg/debug-4.c: Removed.
4841 * gcc.dg/debug-5.c: Removed.
4842 * gcc.dg/debug-6.c: Removed.
4843 * gcc.dg/dwarf2-1.c: Removed.
4844 * gcc.dg/dwarf2-2.c: Removed.
4845
4846 2002-01-25 Jakub Jelinek <jakub@redhat.com>
4847
4848 * g++.old-deja/g++.other/eh5.C: New test.
4849 * g++.old-deja/g++.other/sibcall2.C: New test.
4850 * g++.old-deja/g++.other/array9.C: New test.
4851 * g++.old-deja/g++.other/typename2.C: New test.
4852 * g++.old-deja/g++.other/crash60.C: New test.
4853 * g++.old-deja/g++.other/conv9.C: New test.
4854 * g++.old-deja/g++.other/mangle10.C: New test.
4855 * g++.old-deja/g++.other/unchanging1.C: New test.
4856 * g++.old-deja/g++.other/exprstmt1.C: New test.
4857 * g++.old-deja/g++.other/inline23.C: New test.
4858 * g++.old-deja/g++.eh/ia64-1.C: New test.
4859 * g++.old-deja/g++.other/dwarf2-1.C: New test.
4860 * g++.old-deja/g++.other/reload1.C: New test.
4861 * g++.old-deja/g++.other/static20.C: New test.
4862 * g++.old-deja/g++.other/local-alloc1.C: New test.
4863 * g++.old-deja/g++.other/conv8.C: New test.
4864 * g++.old-deja/g++.other/stmtexpr2.C: New test.
4865 * g++.old-deja/g++.other/storeexpr1.C: New test.
4866 * g++.old-deja/g++.other/storeexpr2.C: New test.
4867 * g++.dg/eh/template2.C: New test.
4868 * g++.dg/warn/weak1.C: New test.
4869
4870 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
4871
4872 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4873 Remove first, non-varying, argument.
4874
4875 2002-01-23 Richard Henderson <rth@redhat.com>
4876
4877 * gcc.dg/inline-2.c: New.
4878
4879 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
4880 Add optional target arg. Check number of arguments.
4881 (scan-assembler-not, scan-assembler-dem): Likewise.
4882 (scan-assembler-dem-not): Likewise.
4883
4884 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4885
4886 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
4887 line 12.
4888 * g++.old-deja/g++.brendan/parse3.C,
4889 g++.old-deja/g++.other/crash26.C,
4890 g++.old-deja/g++.other/crash28.C,
4891 g++.old-deja/g++.other/crash29.C,
4892 g++.old-deja/g++.other/crash30.C,
4893 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
4894
4895 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
4896
4897 * gcc.dg/20020115-1.c: New.
4898
4899 2002-01-23 Bob Wilson <bob.wilson@acm.org>
4900
4901 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
4902
4903 2002-01-23 Janis Johnson <janis187@us.ibm.com>
4904
4905 * gcc.dg/20020122-3.c: New.
4906
4907 2002-01-23 Jakub Jelinek <jakub@redhat.com>
4908
4909 * g++.dg/other/gc1.C: New test.
4910
4911 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4912
4913 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
4914
4915 2002-01-22 Richard Henderson <rth@redhat.com>
4916
4917 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
4918
4919 2002-01-22 Richard Henderson <rth@redhat.com>
4920
4921 * gcc.dg/20020122-4.c: New.
4922
4923 2002-01-22 H.J. Lu <hjl@gnu.org>
4924
4925 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
4926 link output.
4927 * gcc.dg/special/ecos.exp: Likewise.
4928 * lib/g++-dg.exp: Likewise.
4929 * lib/g77-dg.exp: Likewise.
4930 * lib/gcc-dg.exp : Likewise.
4931 * lib/mike-g++.exp: Likewise.
4932 * lib/mike-g77.exp: Likewise.
4933 * lib/mike-gcc.exp: Likewise.
4934 * lib/objc-dg.exp: Likewise.
4935
4936 2002-01-22 Janis Johnson <janis187@us.ibm.com>
4937
4938 PR target/5379
4939 * gcc.dg/20020122-2.c: New test.
4940
4941 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
4942
4943 * gcc.dg/20020122-1.c: New test.
4944
4945 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
4946
4947 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
4948
4949 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
4950
4951 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
4952
4953 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4954
4955 * gcc.c-torture/compile/20020121-1.c: New test.
4956
4957 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
4958
4959 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
4960 ld_library_path.
4961
4962 2002-01-21 Jakub Jelinek <jakub@redhat.com>
4963
4964 * gcc.dg/20020218-1.c: New test.
4965
4966 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
4967
4968 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
4969 messages
4970 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
4971 "At global scope" warning
4972 * g++.dg/ext/align1.C: Change cygwin test for alignment
4973 from db-bogus to dg-warning
4974
4975 2002-01-21 Zack Weinberg <zack@codesourcery.com>
4976
4977 * g77.f-torture/compile/cpp2.F: New test.
4978
4979 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
4980
4981 * g++.dg/template/access1.C: New test.
4982
4983 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
4984
4985 * gcc.dg/20020118-1.c: New.
4986
4987 2002-01-18 Kazu Hirata <kazu@hxi.com>
4988
4989 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
4990
4991 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4992
4993 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
4994 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
4995 alignment warnings.
4996
4997 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4998
4999 * gcc.misc-tests/i386-prefetch.exp: Save and restore
5000 torture_with_loops and torture_without_loops
5001
5002 2002-01-17 Jakub Jelinek <jakub@redhat.com>
5003
5004 * gcc.c-torture/compile/20020116-1.c: New test.
5005
5006 2002-01-16 Jakub Jelinek <jakub@redhat.com>
5007
5008 * gcc.dg/20020116-2.c: New test.
5009
5010 * gcc.dg/ultrasp4.c: New test.
5011
5012 * gcc.dg/20020116-1.c: New test.
5013
5014 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
5015
5016 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
5017 by EABI.
5018
5019 2002-01-15 Janis Johnson <janis187@us.ibm.com>
5020
5021 * gcc.misc-tests/i386-prefetch.exp: New.
5022 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
5023 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
5024 * gcc.misc-tests/i386-pf-none-1.c: New test.
5025 * gcc.misc-tests/i386-pf-sse-1.c: New test.
5026
5027 2002-01-15 Jakub Jelinek <jakub@redhat.com>
5028
5029 * gcc.dg/gnu89-init-1.c: Add new tests.
5030
5031 2002-01-15 Andreas Jaeger <aj@suse.de>
5032
5033 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
5034 * gcc.dg/i386-mmx-2.c: Likewise.
5035 * gcc.dg/i386-sse-1.c: Likewise.
5036 * gcc.dg/i386-sse-2.c: Likewise.
5037 * gcc.dg/i386-sse-3.c: Likewise.
5038
5039 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
5040
5041 * g77.f-torture/execute/intrinsic-unix-bessel.f:
5042 Uncomment additional cases that now pass.
5043
5044 2002-01-11 Richard Henderson <rth@redhat.com>
5045
5046 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
5047 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
5048
5049 Fri Jan 11 12:13:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
5050
5051 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
5052
5053 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
5054
5055 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
5056 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
5057
5058 2002-01-10 Dale Johannesen <dalej@apple.com>
5059
5060 * gcc.c-torture/execute/loop-11.c: New.
5061
5062 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
5063
5064 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
5065 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
5066
5067 2002-01-09 Richard Henderson <rth@redhat.com>
5068
5069 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
5070 type in which to perform the operation for each size.
5071
5072 Wed Jan 9 16:48:33 2002 Alan Matsuoka (alanm@redhat.com)
5073
5074 * gcc.c-torture/compile/20020109-2.c: New test.
5075
5076 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
5077
5078 * gcc.c-torture/execute/loop-10.c: New test.
5079
5080 2002-01-09 Jakub Jelinek <jakub@redhat.com>
5081
5082 * gcc.c-torture/compile/20010226-1.c: New test.
5083 * gcc.c-torture/compile/20010227-1.c: New test.
5084 * gcc.c-torture/compile/20010426-1.c: New test.
5085 * gcc.c-torture/compile/20010510-1.c: New test.
5086 * gcc.c-torture/compile/20010605-3.c: New test.
5087 * gcc.c-torture/compile/20010824-1.c: New test.
5088 * gcc.c-torture/execute/20010409-1.c: New test.
5089 * gcc.dg/noncompile/20000901-1.c: New test.
5090 * gcc.dg/20001023-1.c: New test.
5091 * gcc.dg/20001101-1.c: New test.
5092 * gcc.dg/20001102-1.c: New test.
5093 * gcc.dg/20010207-1.c: New test.
5094 * gcc.dg/20010405-1.c: New test.
5095 * gcc.dg/20010822-1.c: New test.
5096 * gcc.dg/20011107-1.c: New test.
5097
5098 Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com)
5099
5100 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
5101
5102 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
5103 execution failure on PA targets.
5104
5105 2002-01-09 Jakub Jelinek <jakub@redhat.com>
5106
5107 * gcc.c-torture/compile/20020109-1.c: New test.
5108
5109 2002-01-08 Kazu Hirata <kazu@hxi.com>
5110
5111 * gcc.c-torture/execute/20020108-1.c: New test.
5112
5113 2002-01-08 Jakub Jelinek <jakub@redhat.com>
5114
5115 * gcc.dg/20020108-1.c: New test.
5116
5117 2002-01-08 H.J. Lu <hjl@gnu.org>
5118
5119 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
5120 for header files.
5121
5122 2002-01-08 Geoff Keating <geoffk@redhat.com>
5123
5124 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
5125 consistency.
5126
5127 002-01-07 Aldy Hernandez <aldyh@redhat.com>
5128
5129 * gcc.dg/altivec-4.c: Test altivec predicates.
5130
5131 2002-01-07 Jakub Jelinek <jakub@redhat.com>
5132
5133 * gcc.c-torture/execute/20020107-1.c: New test.
5134
5135 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
5136
5137 PR c/5279
5138 * gcc.c-torture/compile/20020106-1.c: New test.
5139
5140 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
5141
5142 * gcc.c-torture/execute/nestfunc-4.c: New test.
5143
5144 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
5145
5146 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
5147 extra triple that slipped in.
5148 * g++.old-deja/g++.abi/align.C: Likewise.
5149 * g++.old-deja/g++.abi/bitfields.C: Likewise.
5150
5151 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
5152
5153 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
5154 * g++.old-deja/g++.abi/align.C: Likewise.
5155 * g++.old-deja/g++.abi/bitfields.C: Likewise.
5156
5157 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
5158 on FreeBSD/i386.
5159 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
5160 FreeBSD.
5161
5162 2002-01-04 Jakub Jelinek <jakub@redhat.com>
5163
5164 * gcc.dg/20020104-1.c: New test.
5165
5166 * gcc.dg/20020104-2.c: New test.
5167
5168 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
5169
5170 * gcc.dg/20020103-1.c: Fix typo in target selector.
5171
5172 2002-01-03 Richard Henderson <rth@redhat.com>
5173
5174 * gcc.dg/20020103-1.c: New.
5175
5176 2002-01-03 Kazu Hirata <kazu@hxi.com>
5177
5178 * gcc.c-torture/execute/20020103-1.c: New test.
5179
5180 2002-01-03 Jakub Jelinek <jakub@redhat.com>
5181
5182 * g++.dg/other/debug2.C: New test.
5183
5184 * gcc.c-torture/compile/20020103-1.c: New test.
5185
5186 2002-01-02 Jakub Jelinek <jakub@redhat.com>
5187
5188 * gcc.dg/gnu89-init-1.c: Added new tests.
5189
5190 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5191
5192 * g++.dg/template/friend2.C: Remove as patch is reverted.
5193
5194 * g++.dg/warn/oldcast1.C: New test.
5195
5196 * g++.dg/template/ptrmem1.C: New test.
5197 * g++.dg/template/ptrmem2.C: New test.
5198
5199 * g++.dg/template/ntp.C: New test.
5200
5201 * g++.dg/other/component1.C: New test.
5202
5203 * g++.dg/template/ttp3.C: New test.
5204
5205 * g++.dg/template/friend2.C: New test.
5206 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
5207
5208 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5209
5210 * g++.dg/other/ptrmem1.C: New test.
5211 * g++.dg/other/ptrmem2.C: New test.
5212
5213 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5214
5215 * g++.dg/template/ctor1.C: New test.
5216
5217 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
5218
5219 * g++.dg/template/friend2.C: New test.
5220
5221 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
5222
5223 * gcc.dg/mmix-1.c: New test.
5224
5225 2001-12-31 Richard Henderson <rth@redhat.com>
5226
5227 * gcc.dg/asm-5.c: New.
5228
5229 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
5230
5231 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
5232 in namespace __gnu_cxx
5233
5234 2001-12-30 Richard Henderson <rth@redhat.com>
5235
5236 * gcc.dg/debug-6.c: New.
5237
5238 2001-12-30 Jakub Jelinek <jakub@redhat.com>
5239
5240 * gcc.c-torture/compile/20011229-2.c: New test.
5241
5242 2001-12-29 Jakub Jelinek <jakub@redhat.com>
5243
5244 * gcc.dg/debug-3.c: New test.
5245 * gcc.dg/debug-4.c: New test.
5246 * gcc.dg/debug-5.c: New test.
5247
5248 2001-12-29 Richard Henderson <rth@redhat.com>
5249
5250 * g++.dg/eh/loop1.C: New.
5251
5252 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5253
5254 * g++.dg/template/crash1.C: New test.
5255
5256 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5257
5258 * g++.dg/other/const1.C: New test.
5259
5260 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
5261
5262 * gcc.c-torture/compile/20011229-1.c: New test.
5263
5264 2001-12-28 Stan Shebs <shebs@apple.com>
5265
5266 * lib/objc-torture.exp: Resync with c-torture.exp.
5267 * lib/objc.exp: Load standard libraries.
5268
5269 2001-12-28 Jakub Jelinek <jakub@redhat.com>
5270
5271 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
5272 additional tests.
5273
5274 2001-12-27 Roger Sayle <roger@eyesopen.com>
5275
5276 * gcc.c-torture/execute/string-opt-16.c: New testcase.
5277
5278 2001-12-27 Richard Henderson <rth@redhat.com>
5279
5280 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
5281
5282 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
5283
5284 * g++.dg/eh/ctor1.C: New test.
5285 * g++.dg/other/error2.C: New test.
5286
5287 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
5288
5289 * g++.dg/other/init2.C: New test.
5290
5291 2001-12-24 Richard Henderson <rth@redhat.com>
5292
5293 * gcc.dg/20011223-1.c: New.
5294 * gcc.dg/inline-1.c: New.
5295
5296 2001-12-23 Richard Henderson <rth@redhat.com>
5297
5298 * gcc.dg/asm-4.c: Test operand modifiers.
5299
5300 2001-12-23 Richard Henderson <rth@redhat.com>
5301
5302 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
5303
5304 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
5305
5306 * gcc.c-torture/execute/20011223-1.c: New test.
5307
5308 2001-12-21 Richard Henderson <rth@redhat.com>
5309
5310 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
5311 re-enables the warning.
5312
5313 2001-12-21 Richard Henderson <rth@redhat.com>
5314
5315 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
5316
5317 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5318
5319 * gcc.c-torture/compile/20011218-1.c: New test.
5320
5321 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
5322
5323 * gcc.misc-test/arm-isr.exp: New file. Control running of the
5324 arm-isr.c test.
5325 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
5326 epilogue generation for ARM ISR routines.
5327
5328 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5329
5330 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
5331 * gcc.dg/format/c90-printf-3.c: Likewise.
5332 * gcc.dg/format/c99-printf-3.c: Likewise.
5333 * gcc.dg/format/ext-1.c: Likewise.
5334 * gcc.dg/format/ext-6.c: Likewise.
5335 * gcc.dg/format/format.h: Prototype unlocked stdio.
5336
5337 2001-12-20 Richard Henderson <rth@redhat.com>
5338
5339 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
5340 (arena): Use it.
5341 (malloc): Correct allocation logic. Abort if we fill up the
5342 arena before initialization complete.
5343 (realloc): Correct allocation logic.
5344
5345 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5346
5347 * gcc.c-torture/compile/20011219-2.c: New test.
5348
5349 * gcc.c-torture/execute/20011219-1.c: New test.
5350
5351 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
5352
5353 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
5354 target does not support weak symbols.
5355
5356 2001-12-19 Jakub Jelinek <jakub@redhat.com>
5357
5358 * gcc.c-torture/compile/20011219-1.c: New test.
5359
5360 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
5361
5362 * g++.dg/other/error1.C: New test.
5363
5364 Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
5365
5366 * gcc.c-torture/execute/20011217-1.c: New test.
5367
5368 Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
5369
5370 * objc.dg/special/: New directory.
5371 * objc.dg/special/special.exp: New file.
5372 * objc.dg/special/unclaimed-category-1.h: New file.
5373 * objc.dg/special/unclaimed-category-1a.m: New file.
5374 * objc.dg/special/unclaimed-category-1.m: New file.
5375
5376 2001-12-17 Andreas Jaeger <aj@suse.de>
5377
5378 * gcc.c-torture/compile/20011217-2.c: New test.
5379
5380 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
5381
5382 * gcc.c-torture/compile/20011217-1.c: New test.
5383
5384 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
5385
5386 * testsuite/gcc.dg/20011214-1.c: New.
5387
5388 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
5389
5390 * gcc.dg/altivec-4.c: New.
5391
5392 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
5393
5394 * gcc.dg/20011113-1.c: New test.
5395
5396 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
5397
5398 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
5399 std::__malloc_alloc_template<0> and
5400 std::__default_alloc_template<false, 0>.
5401
5402 Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
5403
5404 * objc/execute/bf-21.m: New test.
5405 * objc/execute/enumeration-1.m: New test.
5406 * objc/execute/enumeration-2.m: New test.
5407
5408 2001-12-12 Jakub Jelinek <jakub@redhat.com>
5409
5410 * gcc.dg/gnu89-init-1.c: New test.
5411
5412 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
5413
5414 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
5415 * g++.old-deja/g++.jason/2371.C: Likewise.
5416 * g++.old-deja/g++.jason/template33.C: Likewise.
5417 * g++.old-deja/g++.jason/template34.C: Likewise.
5418 * g++.old-deja/g++.jason/template36.C: Likewise.
5419 * g++.old-deja/g++.oliva/typename1.C: Likewise.
5420 * g++.old-deja/g++.oliva/typename2.C: Likewise.
5421 * g++.old-deja/g++.other/typename1.C: Likewise.
5422 * g++.old-deja/g++.pt/inherit2.C: Likewise.
5423 * g++.old-deja/g++.pt/nontype5.C: Likewise.
5424 * g++.old-deja/g++.pt/typename11.C: Likewise.
5425 * g++.old-deja/g++.pt/typename14.C: Likewise.
5426 * g++.old-deja/g++.pt/typename16.C: Likewise.
5427 * g++.old-deja/g++.pt/typename3.C: Likewise.
5428 * g++.old-deja/g++.pt/typename4.C: Likewise.
5429 * g++.old-deja/g++.pt/typename5.C: Likewise.
5430 * g++.old-deja/g++.pt/typename7.C: Likewise.
5431 * g++.old-deja/g++.robertl/eb9.C: Likewise.
5432
5433 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
5434
5435 * g++.dg/other/linkage1.C: New test.
5436 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
5437 specifiers.
5438
5439 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
5440
5441 * gcc.dg/concat.c: New test.
5442
5443 2001-12-11 Stan Shebs <shebs@apple.com>
5444
5445 * objc/compile: New test directory.
5446 * objc/compile/compile.exp: New expect script.
5447 * objc/compile/20011211-1.m: New compile test.
5448
5449 2001-12-11 Jason Merrill <jason@redhat.com>
5450
5451 * lib/prune.exp (prune_gcc_output): Also handle "In member
5452 function". So many permutations...
5453
5454 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
5455
5456 * g++.dg/template/typedef1.C: New test.
5457
5458 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
5459
5460 * g++.dg/other/copy1.C: New test.
5461
5462 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
5463
5464 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
5465
5466 * gcc.dg/builtin-choose-expr.c: New.
5467
5468 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
5469
5470 * gcc.dg/altivec-2.c: New.
5471
5472 2001-12-07 Richard Henderson <rth@redhat.com>
5473
5474 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
5475
5476 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
5477
5478 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
5479 ultrasparc.
5480
5481 Fri Dec 7 06:29:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5482
5483 * g++-old.deja/g++.robertl/eb101.C: Deleted.
5484
5485 2001-12-06 Janis Johnson <janis187@us.ibm.com>
5486
5487 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
5488 variable argument list.
5489
5490 2001-12-06 Zack Weinberg <zack@codesourcery.com>
5491
5492 * gcc.c-torture/execute/memcheck: Delete entire directory.
5493 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
5494 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
5495
5496 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
5497
5498 * gcc.dg/Wshadow-1.c: New test.
5499
5500 2001-12-05 Jakub Jelinek <jakub@redhat.com>
5501
5502 * gcc.c-torture/compile/20011130-1.c: New test.
5503
5504 * gcc.dg/noncompile/20011025-1.c: New test.
5505
5506 * g++.dg/other/anon-union.C: New test.
5507
5508 * gcc.c-torture/execute/20011024-1.c: New test.
5509
5510 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
5511
5512 * gcc.c-torture/execute/20000722-1.x,
5513 gcc.c-torture/execute/20010123-1.x: Remove.
5514 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
5515 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
5516 gcc.dg/c99-complit-2.c: New tests.
5517
5518 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
5519
5520 * g++.dg/inherit/base1.C: New test.
5521
5522 2001-12-04 Jakub Jelinek <jakub@redhat.com>
5523
5524 * g++.dg/other/stdarg1.C: New test.
5525
5526 * gcc.c-torture/compile/20011130-2.c: New test.
5527
5528 2001-12-03 Janis Johnson <janis187@us.ibm.com>
5529
5530 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
5531 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
5532 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
5533 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
5534 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
5535 * gcc.dg/builtin-prefetch-1.c: New test.
5536
5537 2001-12-03 Jakub Jelinek <jakub@redhat.com>
5538
5539 * gcc.dg/20011130-1.c: New test.
5540
5541 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
5542
5543 * g++.dg/other/scope1.C: New test.
5544 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
5545
5546 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
5547
5548 * gcc.dg/vla-init-1.c: New test.
5549
5550 2001-12-01 Geoff Keating <geoffk@redhat.com>
5551
5552 * gcc.c-torture/compile/structs.c: New testcase from GDB.
5553
5554 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
5555
5556 * objc.dg/alias.m: Update.
5557 * objc.dg/class-1.m: Update.
5558 * objc.dg/const-str-1.m: Update.
5559 * objc.dg/fwd-proto-1.m: Update.
5560 * objc.dg/id-1.m: Update.
5561 * objc.dg/super-class-1.m: Update.
5562
5563 2001-11-29 Mark Mitchell <mark@codesourcery.com>
5564
5565 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
5566 constructs.
5567
5568 Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
5569
5570 * gcc.c-torture/execute/20011128-1.c: New test.
5571
5572 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
5573
5574 * gcc.dg/20011127-1.c: New test.
5575
5576 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
5577
5578 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
5579 from Austin Group draft 7.
5580 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
5581 scanf format arguments.
5582 * gcc.dg/format/no-exargs-2.c: New test.
5583
5584 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
5585
5586 * g++.dg/abi/vbase8-4.C: New test.
5587
5588 2001-11-24 Ian Lance Taylor <ian@airs.com>
5589
5590 * gcc.c-torture/execute/20011121-1.c: New test.
5591
5592 Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
5593
5594 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
5595
5596 2001-11-23 Andreas Jaeger <aj@suse.de>
5597
5598 * gcc.dg/cpp/charconst-2.c: New test.
5599
5600 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
5601
5602 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
5603 to the host if it is remote. Let tests specify extra headers
5604 they use.
5605 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
5606 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
5607 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
5608 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
5609 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
5610 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
5611 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
5612 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
5613 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
5614 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
5615
5616 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
5617
5618 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
5619 for little endian ARMs.
5620
5621 2001-11-20 Jakub Jelinek <jakub@redhat.com>
5622
5623 * gcc.c-torture/compile/20011119-1.c: New test.
5624 * gcc.c-torture/compile/20011119-2.c: New test.
5625
5626 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
5627
5628 * gcc.dg/altivec-1.c: Fix typo.
5629
5630 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
5631
5632 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
5633
5634 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
5635
5636 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
5637
5638 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
5639
5640 * lib/g77.exp: Don't specify --rpath-link.
5641
5642 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
5643 across all the headers.
5644 * gcc.dg/format/format.exp: For testing on a remote host,
5645 copy format.h.
5646
5647 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
5648 * gcc.c-torture/execute/930406-1.c: Likewise.
5649 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
5650
5651 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
5652
5653 * gcc.dg/altivec-1.c: New.
5654
5655 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
5656
5657 * gcc.dg/cpp/fpreprocessed.c: New test case.
5658
5659 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5660
5661 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
5662 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
5663 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
5664
5665 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5666
5667 * gcc.dg/no-builtin-1.c: New test.
5668
5669 2001-11-16 Jakub Jelinek <jakub@redhat.com>
5670
5671 * gcc.c-torture/execute/20011115-1.c: New test.
5672
5673 2001-11-15 Jakub Jelinek <jakub@redhat.com>
5674
5675 * gcc.c-torture/compile/20011114-2.c: New test.
5676 * gcc.c-torture/compile/20011114-3.c: New test.
5677 * gcc.c-torture/compile/20011114-4.c: New test.
5678
5679 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
5680
5681 * g++.dg/other/init1.C: New test.
5682
5683 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
5684
5685 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
5686 message.
5687
5688 * gcc.c-torture/execute/20011114-1.c: New testcase.
5689
5690 * gcc.c-torture/compile/20010327-1.c: Revert last change.
5691 * gcc.c-torture/compile/20011114-1.c: New test, exactly
5692 like the (before this change) version of 20010327-1.c.
5693
5694 2001-11-14 Roger Sayle <roger@eyesopen.com>
5695
5696 * gcc.c-torture/execute/string-opt-13.c: New testcase.
5697
5698 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
5699
5700 * g++.dg/init/array2.C: New test.
5701
5702 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
5703
5704 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
5705
5706 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
5707
5708 * g++.dg/other/forscope1.C: New test.
5709 * g++.dg/ext/forscope1.C: New test.
5710 * g++.dg/ext/forscope2.C: New test.
5711
5712 2001-11-13 Jakub Jelinek <jakub@redhat.com>
5713
5714 * gcc.c-torture/execute/20011113-1.c: New test.
5715
5716 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
5717
5718 * gcc.c-torture/execute/20011109-2.c: New test.
5719
5720 * gcc.c-torture/execute/20011109-1.c: New test.
5721
5722 2001-11-09 Jakub Jelinek <jakub@redhat.com>
5723
5724 * gcc.c-torture/compile/20011109-1.c: New test.
5725
5726 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
5727
5728 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
5729 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
5730 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
5731 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
5732 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
5733 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
5734 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
5735
5736 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
5737
5738 * g++.dg/warn/Wshadow-1.C: New tests.
5739 * g++.old-deja/g++.mike/for3.C: Update.
5740
5741 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
5742
5743 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
5744 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
5745 XFAILs. Adjust expected error texts.
5746 * gcc.c-torture/compile/20011106-1.c,
5747 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
5748 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
5749 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
5750 gcc.dg/c99-array-lval-5.c: New tests.
5751
5752 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5753
5754 * gcc.dg/cpp/defined.c: Update.
5755
5756 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5757
5758 * gcc.c-torture/execute/anon-1.c: New test.
5759
5760 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
5761
5762 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
5763 same size, so no warning should be produced on stormy16.
5764
5765 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
5766 due to oversized array.
5767 * g++.old-deja/g++.mike/ns15.C: Likewise.
5768 * g++.old-deja/g++.pt/crash16.C: Likewise.
5769
5770 2001-11-02 Graham Stott <grahams@redhat.com>
5771
5772 * g++.dgother/debug1.C: Fix typos.
5773
5774 2001-11-01 Jakub Jelinek <jakub@redhat.com>
5775
5776 * g++.dg/other/debug1.C: New test.
5777
5778 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5779
5780 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
5781 of unsigned long.
5782
5783 2001-10-30 Jakub Jelinek <jakub@redhat.com>
5784
5785 * gcc.dg/20011029-2.c: New test.
5786
5787 * gcc.c-torture/compile/20011029-1.c: New test.
5788
5789 Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
5790
5791 * objc/execute/class_self-1.m: New test.
5792 * objc/execute/class_self-2.m: New test.
5793
5794 2001-10-25 Zack Weinberg <zack@codesourcery.com>
5795
5796 * gcc.misc-tests/msgs.exp: Delete.
5797 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
5798 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
5799 error set to match recent changes.
5800
5801 2001-10-24 Zack Weinberg <zack@codesourcery.com>
5802
5803 * gcc.dg/20011021-1.c: New test.
5804
5805 2001-10-24 Jakub Jelinek <jakub@redhat.com>
5806
5807 * gcc.c-torture/compile/20011023-1.c: New test.
5808
5809 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
5810
5811 * lib/g77.exp: Rewrite based on lib/g++.exp.
5812
5813 2001-10-19 Jakub Jelinek <jakub@redhat.com>
5814
5815 * gcc.c-torture/execute/20011019-1.c: New test.
5816
5817 * gcc.dg/20011018-1.c: New test.
5818
5819 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
5820
5821 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
5822
5823 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
5824
5825 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
5826 * gcc.dg/attr-invalid.c: Likewise.
5827
5828 2001-10-18 Jakub Jelinek <jakub@redhat.com>
5829
5830 * testsuite/gcc.dg/20011015-1.c: New test.
5831
5832 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5833
5834 * g++.dg/template/unify2.C: New test.
5835
5836 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5837
5838 * g++.dg/other/exception-specification.C: New test
5839
5840 2001-10-13 Tom Rix <trix@redhat.com>
5841
5842 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
5843 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
5844
5845 2001-10-12 Jakub Jelinek <jakub@redhat.com>
5846
5847 * testsuite/gcc.dg/20011009-1.c: New test.
5848
5849 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
5850
5851 PR g++/4476
5852 * g++.dg/other/friend1.C: New test.
5853
5854 2001-10-11 Richard Henderson <rth@redhat.com>
5855
5856 * g++.old-deja/g++.other/crash18.C: Add -S to options.
5857
5858 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5859
5860 * gcc.c-torture/compile/20011010-1.c: New.
5861
5862 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
5863
5864 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
5865 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
5866 g77.f-torture/execute/execute.exp,
5867 g77.f-torture/noncompile/noncompile.exp,
5868 gcc.c-torture/compile/compile.exp,
5869 gcc.c-torture/execute/execute.exp,
5870 gcc.c-torture/execute/ieee/ieee.exp,
5871 gcc.c-torture/execute/memcheck/memcheck.exp,
5872 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
5873 objc/execute/execute.exp: Update FSF address.
5874
5875 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
5876
5877 * gcc.dg/cpp/cmdlne-C.c: Update.
5878 * gcc.dg/cpp/cmdlne-C2.c: New.
5879
5880 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5881
5882 * gcc.c-torture/execute/20011008-3.c: New.
5883
5884 2001-10-08 DJ Delorie <dj@redhat.com>
5885
5886 * gcc.dg/20011008-1.c: New.
5887 * gcc.dg/20011008-2.c: New.
5888
5889 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
5890
5891 * gcc.dg/cpp/spacing1.c: Update test.
5892
5893 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
5894
5895 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
5896 spelling errors of "separate" as "seperate".
5897
5898 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
5899
5900 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
5901 enough to avoid inlining.
5902
5903 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
5904
5905 * lib/g77.exp: set libg2c_dir correctly.
5906
5907 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
5908
5909 * gcc.dg/cpp/macro11.c: New test.
5910
5911 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5912
5913 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
5914 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
5915 gcc.dg/format/multattr-3.c: New tests.
5916 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
5917 tests for format attributes on function pointers being rejected.
5918
5919 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5920
5921 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
5922
5923 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5924
5925 * g++.dg/warn/format1.C: New test.
5926
5927 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
5928
5929 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
5930
5931 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5932
5933 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
5934
5935 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5936
5937 * gcc.dg/cpp/redef2.c: Add test.
5938
5939 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
5940
5941 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
5942 long-standing bug on i686, apparently.
5943 * gcc.c-torture/execute/loop-2c.x: New file.
5944 * gcc.c-torture/execute/loop-2d.x: New file.
5945 * gcc.c-torture/execute/loop-3c.x: New file.
5946
5947 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
5948
5949 * gcc.dg/cpp/20000625-2.c: Correct line number.
5950
5951 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5952
5953 * gcc.dg/cpp/macro10.c: New test.
5954 * gcc.dg/cpp/strify3.c: New test.
5955 * gcc.dg/cpp/spacing1.c: Add tests.
5956 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
5957 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
5958
5959 2001-09-24 DJ Delorie <dj@redhat.com>
5960
5961 * gcc.c-torture/execute/20010924-1.c: New test.
5962
5963 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5964
5965 * testsuite/objc/execute/paste.m: Remove.
5966
5967 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
5968
5969 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
5970
5971 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
5972
5973 * g77.dg/strlen0.f: New test.
5974
5975 2001-09-21 Richard Henderson <rth@redhat.com>
5976
5977 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
5978 * g++.old-deja/g++.abi/vtable2.C: Likewise.
5979
5980 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
5981
5982 Table-driven attributes.
5983 * g++.dg/ext/attrib1.C: New test.
5984
5985 2001-09-20 DJ Delorie <dj@redhat.com>
5986
5987 * gcc.dg/20000926-1.c: Update expected warning messages.
5988 * gcc.dg/array-2.c: Likewise, and test for warnings too.
5989 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
5990 array.
5991
5992 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
5993
5994 * g++.dg/eh/registers1.C: New test case.
5995
5996 2001-09-17 Richard Henderson <rth@redhat.com>
5997
5998 * gcc.dg/array-5.c: Fix VLA decomposition test.
5999
6000 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
6001
6002 * gcc.dg/cpp/line5.c: New testcase.
6003
6004 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
6005
6006 * gcc.dg/cpp/macro9.c: New test.
6007
6008 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
6009
6010 * gcc.c-torture/execute/980223.c: Change type of addr from long
6011 to char *.
6012
6013 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
6014
6015 * gcc.c-torture/execute/20010915-1.c: New test.
6016
6017 2001-09-14 Janis Johnson <janis187@us.ibm.com>
6018
6019 * g77.dg/bprob: New directory.
6020 * g77.dg/bprob/bprob.exp: New file.
6021 * g77.dg/bprob/bprob-1.f: New test.
6022 * g77.dg/gcov: New directory.
6023 * g77.dg/gcov/gcov.exp: New file.
6024 * g77.dg/gcov/gcov-1.f: New test.
6025 * g77.dg/gcov/gcov-1.x: New file.
6026
6027 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
6028
6029 * gcc.dg/cpp/directiv.c: Update.
6030 * gcc.dg/cpp/undef1.c: Update.
6031
6032 2001-09-12 Jakub Jelinek <jakub@redhat.com>
6033
6034 * gcc.dg/20010912-1.c: New test.
6035
6036 2001-09-11 Janis Johnson <janis187@us.ibm.com>
6037
6038 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
6039 language-independent file in lib.
6040 * lib/gcov.exp: New file.
6041
6042 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
6043
6044 * gcc.c-torture/compile/20010911-1.c: New test.
6045
6046 2001-09-10 Janis Johnson <janis187@us.ibm.com>
6047
6048 * lib/profopt.exp: New, to support profile-directed optimizations.
6049 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
6050 * gcc.misc-tests/bprob-1.c: New test.
6051 * gcc.misc-tests/bprob-2.c: New test.
6052
6053 2001-09-07 Janis Johnson <janis187@us.ibm.com>
6054
6055 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
6056 XFAIL and which kinds of gcov output to verify.
6057 * gcc.misc-tests/gcov-4b.x: New file.
6058 * gcc.misc-tests/gcov-5b.x: New file.
6059 * gcc.misc-tests/gcov-6.x: New file.
6060 * gcc.misc-tests/gcov-7.c: New test.
6061 * gcc.misc-tests/gcov-7.x: New file.
6062
6063 2001-09-06 Janis Johnson <janis187@us.ibm.com>
6064
6065 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
6066 * gcc.misc-tests/gcov-6.c: New test.
6067
6068 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
6069
6070 PR c++/3986
6071 * g++.dg/abi/vbase1.C: New test.
6072
6073 2001-09-05 Ziemowit Laski <zlaski@apple.com>
6074
6075 * objc.dg/method-2.m: New.
6076
6077 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
6078
6079 PR c++/4203
6080 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
6081 * g++.dg/init/empty1.C: New test.
6082
6083 2001-09-03 Jakub Jelinek <jakub@redhat.com>
6084
6085 * gcc.c-torture/compile/20010903-1.c: New test.
6086
6087 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
6088
6089 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
6090 for m68k.
6091
6092 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
6093
6094 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
6095
6096 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
6097
6098 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
6099
6100 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
6101
6102 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
6103 for 16-bit 'unsigned int'.
6104
6105 2001-08-29 Kazu Hirata <kazu@hxi.com>
6106
6107 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
6108
6109 2001-08-27 Richard Henderson <rth@redhat.com>
6110
6111 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
6112 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
6113
6114 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
6115
6116 * gcc.dg/asm-names.c (ymain): New.
6117
6118 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
6119
6120 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
6121 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
6122 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
6123
6124 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6125
6126 * gcc.dg/compare5.c: New testcase.
6127
6128 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
6129
6130 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
6131 and "In instantiation".
6132
6133 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
6134
6135 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
6136
6137 2001-08-20 Janis Johnson <janis187@us.ibm.com>
6138
6139 * gcc.misc-tests/gcov.exp: Add support for branch information.
6140 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
6141 * gcc.misc-tests/gcov-4.c: New test.
6142 * gcc.misc-tests/gcov-4b.c: New test.
6143 * gcc.misc-tests/gcov-5b.c: New test.
6144
6145 2001-08-20 Zack Weinberg <zackw@panix.com>
6146
6147 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
6148 expected to fail.
6149
6150 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
6151
6152 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
6153
6154 2001-08-19 Jakub Jelinek <jakub@redhat.com>
6155
6156 * g++.dg/eh/template1.C: New test.
6157
6158 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
6159
6160 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
6161 Fix thinko.
6162 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
6163 for xfail.
6164
6165 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
6166
6167 * lib/g77-dg.exp: Use prune.exp for common procedures
6168 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
6169 * lib/g77.exp: (g77-dg-prune) Remove
6170
6171 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
6172
6173 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
6174
6175 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6176
6177 * g++.dg/template/unify1.C: New test.
6178
6179 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
6180
6181 * g++.dg/abi/empty4.C: New test.
6182
6183 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
6184
6185 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
6186 solaris2.*
6187 * g77.f-torture/compile/pr3743.x: Likewise
6188
6189 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
6190
6191 * g++.dg/other/using-declaration.C: New test.
6192
6193 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
6194
6195 * gcc.dg/cpp/tr-sign.c: New testcase.
6196
6197 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
6198
6199 * gcc.dg/cpp/19951025-1.c: Revert.
6200 * gcc.dg/cpp/directiv.c: We no longer process directives that
6201 interrupt macro arguments.
6202
6203 2001-08-03 Zack Weinberg <zackw@stanford.edu>
6204
6205 * gcc.dg/bconstp-1.c: New test.
6206
6207 2001-08-03 Richard Henderson <rth@redhat.com>
6208
6209 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
6210
6211 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
6212
6213 * gcc.dg/cpp/19951025-1.c: Update.
6214
6215 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
6216
6217 * g77.dg/ff90-1.f (s): Fix reference of variable z,
6218 should be x.
6219
6220 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
6221
6222 Kill -fhonor-std.
6223 * g++.old-deja/g++.ns/ns14.C: Remove special options.
6224 * g++.old-deja/g++.other/std1.C: Likewise.
6225 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
6226
6227 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6228
6229 * lib/g77.exp: Load gcc-defs.exp for common procedures
6230 (g77_pass, g77_fail, g77_finish, g77_exit,
6231 ${tool}_check_unsupported_p} Now redundant. Deleted.
6232
6233 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6234
6235 * g77.dg/fbackslash.f
6236 * g77.dg/fcase-preserve.f
6237 * g77.dg/ff90-1.f
6238 * g77.dg/ffixed-line-length-0.f
6239 * g77.dg/ffixed-line-length-132.f
6240 * g77.dg/ffixed-line-length-7.f
6241 * g77.dg/ffixed-line-length-72.f
6242 * g77.dg/ffixed-line-length-none.f
6243 * g77.dg/ffree-form-1.f
6244 * g77.dg/fno-backslash.f
6245 * g77.dg/fno-f90-1.f
6246 * g77.dg/fno-fixed-form-1.f
6247 * g77.dg/fno-onetrip.f
6248 * g77.dg/fno-typeless-boz.f
6249 * g77.dg/fno-underscoring.f
6250 * g77.dg/fno-vxt-1.f
6251 * g77.dg/fonetrip.f
6252 * g77.dg/ftypeless-boz.f
6253 * g77.dg/fugly-assumed.f
6254 * g77.dg/funderscoring.f
6255 * g77.dg/fvxt-1.f
6256
6257 2001-08-01 Ziemowit Laski <zlaski@apple.com>
6258
6259 * objc.dg/fwd-proto-1.m: New.
6260 * objc.dg/local-decl-1.m: New.
6261 * objc.dg/naming-1.m: New.
6262 * objc.dg/naming-2.m: New.
6263 * objc.dg/proto-hier-1.m: New.
6264
6265 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
6266
6267 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
6268 largest-type elements to a struct makes its size grow.
6269
6270 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6271
6272 * g++.dg/abi/vthunk1.C: New test.
6273
6274 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6275
6276 * g++.dg/abi/vbase8-22.C: New test.
6277
6278 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6279
6280 * gcc.dg/cpp/macro8.c: New test.
6281
6282 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6283
6284 * g++.dg/abi/vbase8-21.C: New test.
6285
6286 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6287
6288 * g++.dg/abi/vbase8-10.C: New test.
6289
6290 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6291
6292 * lib/g++.exp (g++_set_ld_library_path): Renamed to
6293 ${tool}_set_ld_library_path.
6294 Changed caller.
6295 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
6296 g++.exp.
6297
6298 2001-07-26 Stan Cox <scox@redhat.com>
6299
6300 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
6301 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
6302 gcc_exit, gcc_check_unsupported_p):
6303 Moved to gcc-deps.exp
6304 * gcc-deps.exp: New file.
6305
6306 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6307
6308 * g++.old-deja/g++.pt/defarg14.C: New test.
6309
6310 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6311
6312 * g++.old-deja/g++.other/lineno5.C: New test.
6313
6314 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6315
6316 * g++.old-deja/g++.pt/crash68.C: New test.
6317
6318 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6319
6320 * g++.old-deja/g++.other/crash42.C: New test.
6321
6322 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6323
6324 * gcc.dg/cpp/extratokens.c: Fix.
6325 * gcc.dg/cpp/skipping2.c: New tests.
6326
6327 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6328
6329 * gcc.c-torture/execute/20010724-1.c: New file.
6330 * gcc.c-torture/execute/20010724-1.x: New file.
6331
6332 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6333
6334 * g++.old-deja/g++.other/cond7.C: New test.
6335
6336 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6337
6338 * g++.old-deja/g++.other/optimize4.C: New test.
6339
6340 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6341
6342 * g++.old-deja/g++.abi/vbase8-5.C: New test.
6343
6344 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
6345
6346 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
6347 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
6348 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
6349 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
6350
6351 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
6352 bug report" message.
6353
6354 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
6355 * g++.dg/ext/instantiate1.C: Move from old-deja.
6356
6357 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
6358
6359 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
6360 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
6361 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
6362 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
6363
6364 Mon Jul 23 10:14:17 2001 Jeffrey A Law (law@cygnus.com)
6365
6366 * gcc.c-torture/execute/20010723-1.c: New test.
6367
6368 2001-07-23 Ben Elliston <bje@redhat.com>
6369
6370 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
6371
6372 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6373
6374 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
6375 i[34567]86-*-*.
6376 Delete handling of ieee_multilib_flags.
6377 Pass -mieee for alpha*-*-* and sh-*-*.
6378 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
6379
6380 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
6381
6382 Remove old-abi tests.
6383 * g++.old-deja/g++.mike/p11116.C: Remove.
6384 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
6385
6386 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
6387
6388 * g77.f-torture/compile/pr3743.f: New test
6389
6390 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
6391
6392 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
6393
6394 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6395
6396 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
6397 g++.old-deja/g++.pt/static6.C: Likewise.
6398 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
6399 supports weak symbols.
6400
6401 2001-07-18 Andreas Jaeger <aj@suse.de>
6402
6403 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
6404 supported again.
6405
6406 2001-07-18 Andreas Jaeger <aj@suse.de>
6407
6408 * gcc.dg/iftrap-1.c: Fix target line.
6409
6410 2001-07-17 Richard Henderson <rth@redhat.com>
6411
6412 * gcc.c-torture/execute/20010717-1.c: New.
6413
6414 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
6415
6416 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
6417 tests.
6418
6419 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
6420
6421 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
6422
6423 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6424
6425 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
6426 UAC_SIGBUS, UAC_NOPRINT definitions.
6427
6428 Mon Jul 16 12:21:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
6429
6430 * objc/execute/object_is_class.m: New test.
6431 * objc/execute/object_is_meta_class.m: New test.
6432
6433 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
6434
6435 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
6436 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
6437
6438 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
6439
6440 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
6441 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
6442
6443 2001-07-14 Richard Henderson <rth@redhat.com>
6444
6445 * gcc.dg/iftrap-1.c: New.
6446
6447 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
6448
6449 * g77.f-torture/execute/intrinsic77.f: New test.
6450
6451 2001-07-11 Janis Johnson <janis@us.ibm.com>
6452
6453 * gcc.misc-tests/gcov-3.c: New test.
6454
6455 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6456
6457 * gcc.c-torture/compile/20010711-1.c,
6458 * gcc.c-torture/compile/20010711-2.c: New tests.
6459
6460 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6461
6462 * gcc.c-torture/execute/20010711-1.c: New test.
6463
6464 2001-07-11 Ben Elliston <bje@redhat.com>
6465
6466 * g++.old-deja/g++.other/enum5.C: New test.
6467
6468 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
6469
6470 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
6471 (g++-dg-prune): Call prune_gcc_output.
6472 * prune.exp: New file for prune_gcc_output.
6473 * lib/g++.exp, lib/gcc.exp: Load it.
6474
6475 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
6476
6477 * gcc.c-torture/compile/20010701-1.c,
6478 g++.old-deja/g++.ext/attrib6.C: New tests.
6479
6480 Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
6481
6482 * gcc.c-torture/compile/20010706-1.c: New test.
6483
6484 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
6485
6486 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
6487
6488 2001-06-28 Stan Shebs <shebs@apple.com>
6489
6490 * gcc.dg/pragma-darwin.c: New test.
6491
6492 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6493
6494 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
6495 Solaris 2.[678] system.
6496
6497 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
6498
6499 * gcc.dg/20010622-1.c: New test.
6500
6501 2001-06-18 Stan Shebs <shebs@apple.com>
6502
6503 * objc.dg: New directory.
6504 * objc.dg/dg.exp: New file.
6505 * objc.dg/alias.m: New.
6506 * objc.dg/class-1.m: New.
6507 * objc.dg/class-2.m: New.
6508 * objc.dg/const-str-1.m: New.
6509 * objc.dg/const-str-2.m: New.
6510 * objc.dg/id-1.m: New.
6511 * objc.dg/method-1.m: New.
6512 * objc.dg/super-class-1.m: New.
6513 * lib/objc-dg.exp: New file.
6514
6515 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6516
6517 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
6518 of label name.
6519
6520 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
6521
6522 * g++.old-deja/g++.abi/vbase8-9.C: New test.
6523
6524 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6525
6526 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
6527 variable.
6528
6529 2001-06-12 Richard Henderson <rth@redhat.com>
6530
6531 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
6532
6533 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6534
6535 * g++.old-deja/g++.abi/vbase5.C: New test.
6536 * g++.old-deja/g++.abi/vbase6.C: New test.
6537 * g++.old-deja/g++.abi/vbase7.C: New test.
6538
6539 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6540
6541 * gcc.c-torture/compile/20010610-1.c: New test.
6542
6543 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6544
6545 * g++.old-deja/g++.abi/vbase4.C: New test.
6546
6547 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6548
6549 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
6550 support %f for HC11/HC12 targets.
6551 * gcc.c-torture/execute/930513-1.x: New file, likewise.
6552 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
6553 on HC11/HC12 targets.
6554 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
6555
6556 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6557
6558 * gcc.dg/wchar_t-1.c: New file.
6559 * gcc.dg/wint_t-1.c: Likewise.
6560
6561 2001-06-11 Bernd Schmidt <bernds@redhat.com>
6562
6563 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
6564
6565 2001-06-11 Richard Henderson <rth@redhat.com>
6566
6567 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
6568
6569 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6570
6571 * gcc.c-torture/compile/20010611-1.c: New test.
6572
6573 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6574
6575 * gcc.dg/c99-tag-1.c: Add more tests.
6576
6577 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
6578
6579 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
6580 representation on MN10300 and ARM/Thumb.
6581
6582 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
6583
6584 * g77.f-torture/execute/20010610.f: New.
6585
6586 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
6587
6588 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
6589 names.
6590
6591 2001-06-09 Richard Henderson <rth@redhat.com>
6592
6593 * gcc.c-torture/execute/ashrdi-1.c: New.
6594 * gcc.c-torture/execute/ashldi-1.c: New.
6595 * gcc.c-torture/execute/lshrdi-1.c: New.
6596
6597 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
6598
6599 * objc/execute/load-3.m: Added. Check sending +load to categories,
6600 in addition to classes.
6601
6602 2001-06-08 Stan Shebs <shebs@apple.com>
6603
6604 * objc/execute/load-2.m: New test. From Nicola Pero
6605 <n.pero@mi.flashnet.it>.
6606
6607 2001-06-08 Jakub Jelinek <jakub@redhat.com>
6608
6609 * gcc.c-torture/execute/20010605-2.c: New test.
6610
6611 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6612
6613 * g++.old-deja/g++.abi/vbase2.C: New test.
6614 * g++.old-deja/g++.abi/vbase3.C: New test.
6615
6616 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6617
6618 * g++.old-deja/g++.pt/friend49.C: New test.
6619
6620 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
6621
6622 * g++.old-deja/g++.ext/anon3.C: New test.
6623
6624 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
6625
6626 * g++.old-deja/g++.other/conv7.C: New test.
6627
6628 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
6629
6630 * gcc.c-torture/compile/20010605-2.c: New test.
6631
6632 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6633
6634 * gcc.c-torture/execute/20010604-1.c: New test.
6635
6636 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
6637
6638 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
6639
6640 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
6641
6642 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
6643 (g++_link_flags): Likewise.
6644 (g++_init): Pass gccpath's value to two previous functions.
6645
6646 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6647
6648 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
6649 Ensure logfile entry matches exec command line.
6650
6651 2001-05-31 Richard Henderson <rth@redhat.com>
6652
6653 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
6654 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
6655
6656 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
6657
6658 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
6659 compiler for irix6.2
6660
6661 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
6662
6663 * g++.old-deja/g++.other/optimize3.C: New file.
6664
6665 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
6666
6667 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
6668 assemble.
6669
6670 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
6671
6672 * g++.old-deja/g++.other/optimize2.C: New file.
6673
6674 2001-05-25 Diego Novillo <dnovillo@redhat.com>
6675
6676 * gcc.c-torture/compile/20010518-2.c: New file.
6677 * gcc.c-torture/execute/20010518-1.c: New file.
6678 * gcc.c-torture/execute/20010518-2.c: New file.
6679
6680 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
6681
6682 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
6683
6684 2001-05-24 Mark Mitchell <mark@codesourcery.com>
6685
6686 G++ no longer defines builtins that do not begin with __builtin.
6687 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
6688 * g++.old-deja/g++.brendand/misc13.C: Likewise.
6689 * g++.old-deja/g++.law/builtin1.C: Likewise.
6690 * g++.old-deja/g++.law/cvt2.C: Likewise.
6691 * g++.old-deja/g++.mike/net5.C: Likewise.
6692 * g++.old-deja/g++.other/builtins1.C: Likewise.
6693 * g++.old-deja/g++.other/builtins2.C: Likewise.
6694 * g++.old-deja/g++.other/builtins3.C: Likewise.
6695 * g++.old-deja/g++.other/builtins4.C: Likewise.
6696 * g++.old-deja/g++.other/inline8.C: Likewise.
6697 * g++.old-deja/g++.robertl/eb39.C: Likewise.
6698
6699 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
6700
6701 * g++.old-deja/g++.pt/using1.C: Adjust.
6702 * g++.old-deja/g++.pt/using2.C: New test.
6703
6704 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
6705
6706 * gcc.dg/cpp/charconst.c: New tests.
6707 * gcc.dg/cpp/escape.c: New tests.
6708 * gcc.dg/cpp/escape-1.c: New tests.
6709 * gcc.dg/cpp/escape-2.c: New tests.
6710 * gcc.dg/cpp/ucs.c: New tests.
6711
6712 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
6713
6714 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
6715 native compiler for irix6.5.
6716
6717 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
6718
6719 * lib/g++.exp (g++_include_flags): Use args to compute
6720 get_multilibs.
6721 (g++_link_flags): Likewise.
6722 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
6723
6724 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
6725
6726 * gcc.dg/c90-hexfloat-1.c: Add more tests.
6727
6728 2001-05-21 Geoff Keating <geoffk@redhat.com>
6729
6730 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
6731 this file.
6732
6733 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6734
6735 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
6736 STACK_SIZE;
6737 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
6738 to STACK_SIZE; Use it to define size of add_histo array.
6739 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
6740 to STACK_SIZE.
6741 (f): Use GITT_SIZE to define size of gitt local table.
6742 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
6743 to STACK_SIZE; Use it to define size of bytemem array.
6744
6745 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6746
6747 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
6748 on 68HC11/HC12 due to the asm instruction.
6749 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
6750 * gcc.c-torture/compile/920520-1.x: Likewise.
6751 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
6752 on 68HC11/HC12 because the function is larger than 64K.
6753 * gcc.c-torture/compile/961203-1.x: New file, this test fails
6754 on 68HC11/HC12 because the structure is too large.
6755
6756 2001-05-20 Richard Henderson <rth@redhat.com>
6757
6758 * gcc.c-torture/execute/20010520-1.c: New.
6759
6760 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6761
6762 * g++.old-deja/g++.warn/compare1.C: New test.
6763 * gcc.dg/compare4.c: New test.
6764
6765 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
6766
6767 * g++.old-deja/g++.other/optimize1.C: New test.
6768
6769 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6770
6771 * g++.old-deja/g++.pt/spec41.C: New test.
6772
6773 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
6774
6775 * gcc.c-torture/compile/20010114-1.x: Remove.
6776
6777 2001-05-18 Stan Shebs <shebs@apple.com>
6778
6779 * gcc.c-torture/compile/20010518-1.c: New test.
6780
6781 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
6782
6783 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
6784 * g++.old-deja/g++.pt/crash67.C: New test.
6785
6786 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
6787
6788 * g++.old-deja/g++.other/debug9.C: New test.
6789
6790 2001-05-16 Zack Weinberg <zackw@stanford.edu>
6791
6792 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
6793
6794 Wed May 16 20:33:57 CEST 2001 Jan Hubicka <jh@suse.cz>
6795
6796 * gcc.c-torture/compile/20010516-1.c: New test.
6797
6798 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6799
6800 * g++.old-deja/g++.other/crash41.C: New test.
6801
6802 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6803
6804 * g++.old-deja/g++.pt/crash66.C: New test.
6805
6806 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
6807
6808 * g++.old-deja/g++.robertl/eb27.C: Convert.
6809
6810 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
6811
6812 * g++.dg/friend-warn.C: New test. Do not warn about friend
6813 declaration being redundant.
6814
6815 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
6816
6817 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
6818
6819 2001-05-14 Mark Mitchell <mark@codesourcery.com>
6820
6821 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
6822
6823 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
6824
6825 * lib/g++.exp: Use testsuite_flags.
6826
6827 2001-05-13 Mark Mitchell <mark@codesourcery.com>
6828
6829 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
6830
6831 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6832
6833 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
6834
6835 2001-05-11 Mark Mitchell <mark@codesourcery.com>
6836
6837 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
6838
6839 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
6840
6841 * gcc.c-torture/compile/20010313-1.c: New test.
6842
6843 2001-05-09 Zack Weinberg <zackw@stanford.edu>
6844
6845 * gcc.dg/cpp/direct2.c: New test.
6846 * gccq.dg/cpp/direct2s.c: New test.
6847
6848 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
6849
6850 2001-05-07 Mark Mitchell <mark@codesourcery.com>
6851
6852 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
6853 * g++.old-deja/g++.other/op3.C: Likewise.
6854
6855 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
6856
6857 * gcc.dg/cpp/syshdr.h: New file.
6858 * gcc.dg/cpp/sysmac1.c: Update.
6859 * gcc.dg/cpp/sysmac2.c: Update.
6860
6861 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
6862
6863 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
6864
6865 2001-05-04 David Edelsohn <edelsohn@gnu.org>
6866
6867 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
6868 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
6869
6870 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
6871
6872 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
6873
6874 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
6875
6876 * lib/g++.exp (g++_include_flags): Don't use any special flags
6877 if TESTING_IN_BUILD_TREE is not defined.
6878 (g++_init): Use a plain 'c++' as the compiler if
6879 TESTING_IN_BUILD_TREEE is not defined.
6880
6881 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6882
6883 * g++.old-deja/g++.eh/catch13.C: New test.
6884 * g++.old-deja/g++.eh/catch14.C: New test.
6885
6886 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6887
6888 * gcc.dg/cpp/tr-define.c: New test.
6889
6890 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
6891
6892 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
6893 <stdlib.h>, not <malloc.h>.
6894
6895 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6896
6897 * g++.old-deja/g++.ns/template17.C: New test.
6898
6899 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6900
6901 * g++.old-deja/g++.pt/ref4.C: New test.
6902
6903 2001-04-30 Richard Henderson <rth@redhat.com>
6904
6905 * gcc.dg/20000724-1.c: Revert last change.
6906
6907 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
6908
6909 * g77.f-torture/execute/20010430.f: New test.
6910
6911 2001-04-30 Mark Mitchell <mark@codesourcery.com>
6912
6913 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
6914
6915 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
6916
6917 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
6918
6919 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6920
6921 * g++.old-deja/g++.eh/crash6.C: New test.
6922
6923 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6924
6925 * g++.old-deja/g++.other/warn7.C: New test.
6926
6927 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6928
6929 * g++.old-deja/g++.other/defarg9.C: New test.
6930
6931 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6932
6933 * g77.f-torture/compile/20010426.f: New test.
6934 * g77.f-torture/execute/20010426.f: New test.
6935
6936 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6937
6938 * g77.f-torture/compile/20000629-1.x: Remove - error
6939 has been fixed.
6940
6941 Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com)
6942
6943 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
6944 Tweak slightly to work with g++.dg framework.
6945 * g++.dg/special/ecos.exp: Run initp1.C test.
6946 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
6947
6948 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
6949 its linker doesn't give line numbers either.
6950 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
6951
6952 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6953
6954 * g++.old-deja/g++.other/lex1.C: New test.
6955
6956 2001-04-26 Jakub Jelinek <jakub@redhat.com>
6957
6958 * gcc.dg/noncompile/20010425-1.c: New test.
6959
6960 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6961
6962 * g++.old-deja/g++.pt/mangle2.C: New test.
6963
6964 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6965
6966 * gcc.dg/format/plus-1.c: New test.
6967
6968 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6969
6970 * gcc.dg/20010423-1.c: New test.
6971
6972 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6973
6974 * gcc.c-torture/execute/20010422-1.c: New test.
6975
6976 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
6977
6978 * g++.old-deja/g++.ns/type2.C: New test.
6979
6980 2001-04-24 Zack Weinberg <zackw@stanford.edu>
6981
6982 * g++.old-deja/g++.other/perf1.C: New test.
6983
6984 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
6985
6986 * gcc.dg/c99-func-2.c: Remove xfail.
6987 * gcc.dg/c99-func-3.c: Remove xfail.
6988 * gcc.dg/c99-func-4.c: Remove xfail.
6989
6990 2001-04-23 Zack Weinberg <zackw@stanford.edu>
6991
6992 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
6993
6994 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
6995
6996 * gcc.c-torture/compile/20010423-1.c: New test.
6997
6998 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6999
7000 * g++.old-deja/g++.pt/typename28.C: New test.
7001
7002 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
7003
7004 * g++.old-deja/g++.abi/empty2.C: New test.
7005 * g++.old-deja/g++.abi/empty3.C: New test.
7006
7007 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7008
7009 * g++.old-deja/g++.other/comdat2.C: New test.
7010 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
7011
7012 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7013
7014 * g++.old-deja/g++.other/overload14.C: New test.
7015
7016 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7017
7018 * g++.old-deja/g++.other/lookup23.C: New test.
7019
7020 2001-04-20 Jakub Jelinek <jakub@redhat.com>
7021
7022 * gcc.c-torture/execute/20010403-1.c: New test.
7023
7024 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
7025 Mark Mitchell <mark@codesourcery.com>
7026
7027 * lib/old-dejagnu.exp: Don't delete output of executable.
7028 Add .exe suffix to executables.
7029
7030 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
7031
7032 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
7033
7034 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7035
7036 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
7037
7038 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
7039
7040 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
7041 * g++.old-deja/g++.abi/crash1.C: New test.
7042
7043 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
7044
7045 * g++.old-deja/g++.other/crash40.C: New test.
7046
7047 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7048
7049 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
7050
7051 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
7052
7053 * g++.old-deja/g++.other/warn6.C: New test.
7054
7055 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
7056
7057 * g++.old-deja/g++.robertl/eb42.C: Same.
7058
7059 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7060
7061 * gcc.dg/wtr-conversion-1.c: New testcase.
7062
7063 2001-04-10 Richard Henderson <rth@redhat.com>
7064
7065 * g++.old-deja/g++.other/array5.C: New.
7066
7067 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7068
7069 * gcc.c-torture/execute/20010408-1.c: New test.
7070
7071 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
7072
7073 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
7074 headers and constructs.
7075 * g++.old-deja/g++.robertl/eb79.C: Same.
7076 * g++.old-deja/g++.robertl/eb77.C (main): Same.
7077 * g++.old-deja/g++.robertl/eb73.C: Same.
7078 * g++.old-deja/g++.robertl/eb66.C (main): Same.
7079 * g++.old-deja/g++.robertl/eb55.C (t): Same.
7080 * g++.old-deja/g++.robertl/eb54.C (main): Same.
7081 * g++.old-deja/g++.robertl/eb46.C (main): Same.
7082 * g++.old-deja/g++.robertl/eb44.C: Same.
7083 * g++.old-deja/g++.robertl/eb41.C (main): Same.
7084 * g++.old-deja/g++.robertl/eb4.C (main): Same.
7085 * g++.old-deja/g++.robertl/eb39.C: Same.
7086 * g++.old-deja/g++.robertl/eb33.C (main): Same.
7087 * g++.old-deja/g++.robertl/eb31.C (main): Same.
7088 * g++.old-deja/g++.robertl/eb30.C: Same.
7089 * g++.old-deja/g++.robertl/eb3.C: Same.
7090 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
7091 * g++.old-deja/g++.robertl/eb21.C: Same.
7092 * g++.old-deja/g++.robertl/eb15.C: Same.
7093 * g++.old-deja/g++.robertl/eb118.C: Same.
7094 * g++.old-deja/g++.robertl/eb115.C (main): Same.
7095 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
7096 * g++.old-deja/g++.robertl/eb109.C: Same.
7097 * g++.old-deja/g++.other/sibcall1.C (main): Same.
7098 * g++.old-deja/g++.mike/rtti1.C: Same.
7099 * g++.old-deja/g++.mike/p658.C: Same.
7100 * g++.old-deja/g++.mike/net46.C: Same.
7101 * g++.old-deja/g++.mike/net34.C: Same.
7102 * g++.old-deja/g++.mike/memoize1.C: Same.
7103 * g++.old-deja/g++.mike/eh2.C: Same.
7104 * g++.old-deja/g++.law/weak.C: Same.
7105 * g++.old-deja/g++.law/visibility7.C: Same.
7106 * g++.old-deja/g++.law/visibility25.C: Same.
7107 * g++.old-deja/g++.law/visibility22.C: Same.
7108 * g++.old-deja/g++.law/visibility2.C: Same.
7109 * g++.old-deja/g++.law/visibility17.C: Same.
7110 * g++.old-deja/g++.law/visibility13.C: Same.
7111 * g++.old-deja/g++.law/visibility10.C: Same.
7112 * g++.old-deja/g++.law/visibility1.C: Same.
7113 * g++.old-deja/g++.law/virtual3.C (eval): Same.
7114 * g++.old-deja/g++.law/vbase1.C: Same.
7115 * g++.old-deja/g++.law/operators32.C: Same.
7116 * g++.old-deja/g++.law/nest3.C: Same.
7117 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
7118 * g++.old-deja/g++.law/except5.C (main): Same.
7119 * g++.old-deja/g++.law/cvt7.C (run): Same.
7120 * g++.old-deja/g++.law/cvt2.C: Same.
7121 * g++.old-deja/g++.law/cvt16.C: Same.
7122 * g++.old-deja/g++.law/ctors6.C (bar): Same.
7123 * g++.old-deja/g++.law/ctors17.C (main): Same.
7124 * g++.old-deja/g++.law/ctors13.C: Same.
7125 * g++.old-deja/g++.law/ctors12.C (main): Same.
7126 * g++.old-deja/g++.law/ctors10.C: Same.
7127 * g++.old-deja/g++.law/code-gen5.C: Same.
7128 * g++.old-deja/g++.law/bad-error7.C: Same.
7129 * g++.old-deja/g++.law/arm9.C: Same.
7130 * g++.old-deja/g++.law/arm12.C: Same.
7131 * g++.old-deja/g++.law/arg8.C: Same.
7132 * g++.old-deja/g++.law/arg1.C: Same.
7133 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
7134 * g++.old-deja/g++.jason/template31.C: Same.
7135 * g++.old-deja/g++.jason/template24.C (main): Same.
7136 * g++.old-deja/g++.jason/2371.C: Same.
7137 * g++.old-deja/g++.eh/new2.C: Same.
7138 * g++.old-deja/g++.eh/new1.C: Same.
7139 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
7140 * g++.old-deja/g++.brendan/nest21.C (main): Same.
7141 * g++.old-deja/g++.brendan/err-msg3.C: Same.
7142 * g++.old-deja/g++.brendan/crash62.C: Same.
7143 * g++.old-deja/g++.brendan/crash52.C: Same.
7144 * g++.old-deja/g++.brendan/crash49.C (main): Same.
7145 * g++.old-deja/g++.brendan/crash38.C: Same.
7146 * g++.old-deja/g++.brendan/crash15.C (main): Same.
7147 * g++.old-deja/g++.brendan/copy9.C: Same.
7148
7149 Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
7150
7151 * gcc.c-torture/execute/20001203-2.c (memset):
7152 Count argument is of type __SIZE_TYPE__.
7153
7154 2001-04-04 Diego Novillo <dnovillo@redhat.com>
7155
7156 * gcc.c-torture/compile/20010404-1.c: New test.
7157
7158 2001-04-04 Jakub Jelinek <jakub@redhat.com>
7159
7160 * gcc.c-torture/compile/20010326-1.c: New test.
7161
7162 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
7163
7164 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
7165 peculiarities of the SH.
7166 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
7167
7168 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7169
7170 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
7171 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
7172 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
7173
7174 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7175
7176 * g77.f-torture/compile/20010321-1.f: New test.
7177
7178 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7179
7180 * gcc.c-torture/compile/20010329-1.c: New test.
7181
7182 2001-04-02 Jakub Jelinek <jakub@redhat.com>
7183
7184 * gcc.c-torture/execute/20010329-1.c: New test.
7185
7186 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
7187
7188 * g++.old-deja/g++.other/eh4.C: Fix typo.
7189
7190 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
7191
7192 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
7193
7194 2001-03-28 Philip Blundell <philb@gnu.org>
7195
7196 * gcc.c-torture/compile/20010328-1.c: New test.
7197
7198 2001-03-27 Richard Henderson <rth@redhat.com>
7199
7200 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
7201 * g++.old-deja/g++.eh/vbase3.C: Likewise.
7202
7203 2001-03-27 Alan Modra <alan@linuxcare.com.au>
7204
7205 * gcc.c-torture/compile/20010327-1.c: New test.
7206
7207 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
7208
7209 * g++.old-deja/g++.other/friend12.C: New test.
7210 * g++.old-deja/g++.other/friend9.C: Expect no errors.
7211 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
7212
7213 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
7214
7215 * gcc.c-torture/execute/20010325-1.c: New test.
7216
7217 2001-03-23 Jakub Jelinek <jakub@redhat.com>
7218
7219 * g++.old-deja/g++.other/mangle3.C: New test.
7220
7221 2001-03-22 Jakub Jelinek <jakub@redhat.com>
7222
7223 * g++.old-deja/g++.other/anon8.C: New test.
7224
7225 2001-03-20 Philip Blundell <philb@gnu.org>
7226
7227 * gcc.c-torture/compile/20010320-1.c: New test.
7228
7229 2001-03-17 Richard Henderson <rth@redhat.com>
7230
7231 * g++.old-deja/g++.other/eh4.C: Add expected error text.
7232
7233 2001-03-15 Geoff Keating <geoff@redhat.com>
7234
7235 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
7236 tests on AIX.
7237
7238 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
7239
7240 * g++.old-deja/g++.other/eh4.C: New test.
7241
7242 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
7243
7244 * gcc.dg/cpp/mi1.c: Update.
7245
7246 2001-03-14 Jakub Jelinek <jakub@redhat.com>
7247
7248 * g++.old-deja/g++.other/regstack.C: New test.
7249
7250 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
7251
7252 * g++.old-deja/g++.other/ref4.C: New test.
7253
7254 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
7255
7256 * objc/execute/va_method.m: Added.
7257 * objc/execute/IMP.m: Added.
7258 * objc/execute/_cmd.m: Added.
7259 * objc/execute/accessing_ivars.m: Added.
7260 * objc/execute/class-1.m: Added.
7261 * objc/execute/class-10.m: Added.
7262 * objc/execute/class-11.m: Added.
7263 * objc/execute/class-12.m: Added.
7264 * objc/execute/class-13.m: Added.
7265 * objc/execute/class-14.m: Added.
7266 * objc/execute/class-2.m: Added.
7267 * objc/execute/class-3.m: Added.
7268 * objc/execute/class-4.m: Added.
7269 * objc/execute/class-5.m: Added.
7270 * objc/execute/class-6.m: Added.
7271 * objc/execute/class-7.m: Added.
7272 * objc/execute/class-8.m: Added.
7273 * objc/execute/class-9.m: Added.
7274 * objc/execute/class-tests-1.h
7275 * objc/execute/class-tests-2.h
7276 * objc/execute/compatibility_alias.m: Added.
7277 * objc/execute/encode-1.m: Added.
7278 * objc/execute/formal_protocol-1.m: Added.
7279 * objc/execute/formal_protocol-2.m: Added.
7280 * objc/execute/formal_protocol-3.m: Added.
7281 * objc/execute/formal_protocol-4.m: Added.
7282 * objc/execute/formal_protocol-5.m: Added.
7283 * objc/execute/formal_protocol-6.m: Added.
7284 * objc/execute/formal_protocol-7.m: Added.
7285 * objc/execute/informal_protocol.m: Added.
7286 * objc/execute/initialize.m: Added.
7287 * objc/execute/load.m: Added.
7288 * objc/execute/many_args_method.m: Added.
7289 * objc/execute/nested-3.m: Added.
7290 * objc/execute/no_clash.m: Added.
7291 * objc/execute/private.m: Added.
7292 * objc/execute/redefining_self.m: Added.
7293 * objc/execute/root_methods.m: Added.
7294 * objc/execute/selector-1.m: Added.
7295 * objc/execute/static-1.m: Added.
7296 * objc/execute/static-2.m: Added.
7297 * objc/execute/va_method.m: Added.
7298
7299 2001-03-10 Richard Henderson <rth@redhat.com>
7300
7301 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
7302
7303 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
7304
7305 * g++.old-deja/g++.other/crash31.C: XFAIL.
7306 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
7307 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
7308 * gcc.c-torture/execute/20010123-1.x: XFAIL.
7309 * gcc.c-torture/execute/20010124-1.x: XFAIL.
7310 * gcc.dg/sequence-pt-1.c: XFAIL one test.
7311
7312 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
7313
7314 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
7315
7316 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7317
7318 * gcc.dg/20000724-1.c: Don't use multiline strings.
7319
7320 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7321
7322 * objc/execute/string1.m, objc/execute/string2.m: Compare the
7323 result of -cString against what we expect it to be; don't just
7324 print it out for no one to read.
7325
7326 * objc/execute/string3.m, objc/execute/string4.m: New tests.
7327 Based on testcases provided by Nicola Pero.
7328
7329 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7330
7331 * gcc.dg/cpp/macro7.c: New test.
7332
7333 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7334
7335 * gcc.dg/cpp/multiline.c: Update.
7336
7337 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7338
7339 * g++.old-deja/g++.other/enum3.C: New test.
7340
7341 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7342
7343 * g++.old-deja/g++.other/pod1.C: New test.
7344
7345 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7346
7347 * g++.old-deja/g++.ext/overload1.C: New test.
7348
7349 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7350
7351 * g++.old-deja/g++.pt/using1.C: New test.
7352
7353 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7354
7355 * g++.old-deja/g++.other/using9.C: New test.
7356
7357 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
7358
7359 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
7360
7361 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
7362
7363 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
7364
7365 * g++.old-deja/g++.ext/realpt1.C: Remove.
7366
7367 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
7368
7369 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
7370
7371 2001-02-26 Will Cohen <wcohen@redhat.com>
7372
7373 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
7374
7375 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
7376
7377 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
7378 templatized constructors.
7379
7380 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7381
7382 * gcc.c-torture/execute/20010224-1.c: New test.
7383
7384 2001-02-23 Jakub Jelinek <jakub@redhat.com>
7385
7386 * gcc.c-torture/execute/20010222-1.c: New test.
7387
7388 2001-02-22 Jakub Jelinek <jakub@redhat.com>
7389
7390 * g++.old-deja/g++.other/inline20.C: New test.
7391
7392 Wed Feb 21 12:38:22 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7393
7394 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
7395
7396 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
7397
7398 * g++.old-deja/g++.other/lookup22.C: New test.
7399
7400 2001-02-19 Zack Weinberg <zackw@stanford.edu>
7401
7402 * g77.dg: New directory.
7403 * g77.dg/20010216-1.f: New test case.
7404 * g77.dg/dg.exp: New driver.
7405 * lib/g77-dg.exp: New driver library.
7406
7407 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7408
7409 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
7410
7411 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
7412
7413 * g++.old-deja/g++.other/decl9.C: New test.
7414
7415 2001-02-16 Jakub Jelinek <jakub@redhat.com>
7416
7417 * g++.old-deja/g++.other/init16.C: Update the test so that it does
7418 not need <string> and also tests the initialization at runtime.
7419
7420 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
7421
7422 * gcc.c-torture/execute/longlong.c: New test.
7423
7424 Wed Feb 14 21:41:17 2001 J"orn Rennecke <amylaar@redhat.com>
7425
7426 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
7427
7428 Wed Feb 14 21:31:25 2001 J"orn Rennecke <amylaar@redhat.com>
7429
7430 * gcc.c-torture/execute/920302-1.c (execute):
7431 Change argument type to short.
7432
7433 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7434
7435 * g++.old-deja/g++.pt/deduct6.C: New test.
7436
7437 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7438
7439 * g++.old-deja/g++.pt/deduct5.C: New test.
7440
7441 2001-02-14 Jakub Jelinek <jakub@redhat.com>
7442
7443 * gcc.c-torture/execute/20010209-1.c: New test.
7444
7445 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
7446
7447 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
7448
7449 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
7450
7451 * g++.dg/vtgc1.C: Update for new ABI.
7452
7453 * consistency.vlad: New directory, 1665 files.
7454
7455 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
7456
7457 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
7458 return type.
7459 * gcc.dg/cpp/digraphs.c: Declare puts.
7460
7461 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7462
7463 * g++.old-deja/g++.other/warn5.C: New test.
7464
7465 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7466
7467 * g++.old-deja/g++.pt/spec40.C: New test.
7468
7469 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7470
7471 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
7472 case.
7473 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
7474
7475 2001-02-12 Jakub Jelinek <jakub@redhat.com>
7476
7477 * gcc.c-torture/compile/20010209-1.c: New test.
7478
7479 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
7480
7481 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
7482 excess errors message but not if it crashes.
7483 * g++.old-deja/g++.other/crash27.C: Likewise.
7484 * g++.old-deja/g++.other/crash28.C: Likewise.
7485 * g++.old-deja/g++.other/crash30.C: Likewise.
7486 * g++.old-deja/g++.other/crash32.C: Likewise.
7487 * g++.old-deja/g++.other/crash35.C: Likewise.
7488 * g++.old-deja/g++.pt/inherit2.C: Likewise.
7489
7490 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
7491
7492 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
7493 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
7494 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
7495 g77.f-torture/execute/execute.exp,
7496 g77.f-torture/noncompile/noncompile.exp,
7497 gcc.c-torture/execute/execute.exp,
7498 gcc.c-torture/execute/memcheck/memcheck.exp,
7499 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
7500 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
7501 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
7502 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
7503 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
7504 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
7505 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
7506 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
7507 Remove bug reporting instructions with ancient email addresses.
7508
7509 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7510
7511 * gcc.dg/20010202-1.c: New test.
7512 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
7513
7514 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
7515
7516 * g++.dg/stdbool-if.C: New test.
7517
7518 Wed Feb 7 09:54:47 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7519
7520 * objc/execute/fdecl.m: Added main().
7521
7522 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7523
7524 * gcc.c-torture/execute/20010206-1.c: New test.
7525
7526 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
7527
7528 * gcc.dg/cpp/avoidpaste1.c: Update.
7529
7530 Tue Feb 5 8:53:33 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7531
7532 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
7533 Pero <nicola@brainstorm.co.uk>.
7534 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
7535
7536 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
7537
7538 * g++.old-deja/g++.pt/spec39.C: New test.
7539
7540 2001-02-05 Jakub Jelinek <jakub@redhat.com>
7541
7542 * gcc.c-torture/compile/20010202-1.c: New test.
7543
7544 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
7545
7546 * g++.old-deja/g++.abi/primary2.C: New test.
7547 * g++.old-deja/g++.abi/primary3.C: New test.
7548 * g++.old-deja/g++.abi/primary4.C: New test.
7549 * g++.old-deja/g++.abi/primary5.C: New test.
7550 * g++.old-deja/g++.abi/vtable3.h: New test.
7551 * g++.old-deja/g++.abi/vtable3a.C: New test.
7552 * g++.old-deja/g++.abi/vtable3b.C: New test.
7553 * g++.old-deja/g++.abi/vtable3c.C: New test.
7554 * g++.old-deja/g++.abi/vtable3d.C: New test.
7555 * g++.old-deja/g++.abi/vtable3e.C: New test.
7556 * g++.old-deja/g++.abi/vtable3f.C: New test.
7557 * g++.old-deja/g++.abi/vtable3g.C: New test.
7558 * g++.old-deja/g++.abi/vtable3h.C: New test.
7559 * g++.old-deja/g++.abi/vtable3i.C: New test.
7560 * g++.old-deja/g++.abi/vtable3j.C: New test.
7561 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
7562
7563 2001-02-03 Jakub Jelinek <jakub@redhat.com>
7564
7565 * g++.old-deja/g++.other/anon6.C: New test.
7566 * g++.old-deja/g++.other/anon7.C: New test.
7567
7568 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
7569
7570 * gcc.dg/cpp/avoidpaste2.c: New tests.
7571
7572 2001-01-31 Jakub Jelinek <jakub@redhat.com>
7573
7574 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
7575
7576 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
7577
7578 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
7579 DECIMAL_DIG cases for Irix."
7580
7581 Wed Jan 31 12:23:32 2001 J"orn Rennecke <amylaar@redhat.com>
7582
7583 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
7584
7585 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
7586
7587 * gcc.dg/c99-tag-1.c: New test.
7588
7589 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7590
7591 * gcc.dg/cpp/tr-warn1.c: Add tests.
7592
7593 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7594
7595 * gcc.dg/cpp/avoidpaste1.c: Update.
7596 * gcc.dg/cpp/paste4.c: Update.
7597
7598 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
7599
7600 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
7601 cases for Irix.
7602
7603 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7604
7605 * g++.old-deja/g++.other/inline19.C: New test.
7606
7607 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
7608
7609 * gcc.dg/Wlarger-than.c: New test.
7610
7611 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
7612
7613 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
7614
7615 2001-01-29 Jakub Jelinek <jakub@redhat.com>
7616
7617 * gcc.c-torture/execute/20010129-1.c: New test.
7618 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
7619
7620 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
7621
7622 * gcc.dg/cpp/avoidpaste1.c: Test case.
7623
7624 2001-01-28 Jakub Jelinek <jakub@redhat.com>
7625
7626 * g++.old-deja/g++.other/inline18.C: New test.
7627
7628 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7629
7630 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
7631 and __builtin_putchar.
7632
7633 2001-01-27 Jakub Jelinek <jakub@redhat.com>
7634
7635 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
7636 tests.
7637
7638 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
7639
7640 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
7641 floating point number rounding mode to round to the nearest
7642 representable mode.
7643
7644 2001-01-25 Jakub Jelinek <jakub@redhat.com>
7645
7646 * g++.old-deja/g++.other/mangle2.C: New test.
7647
7648 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
7649
7650 * gcc.c-torture/compile/20010124-1.c: New test.
7651
7652 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
7653
7654 * g++.old-deja/g++.pt/spec38.C: New test.
7655
7656 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7657
7658 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
7659 "Build don't run".
7660
7661 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7662
7663 * gcc.c-torture/execute/20010123-1.c: New test.
7664
7665 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7666
7667 * g++.old-deja/g++.pt/spec37.C: New test.
7668
7669 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7670
7671 * g++.old-deja/g++.pt/overload14.C: New test.
7672
7673 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7674
7675 * gcc.c-torture/execute/20010122-1.c: New test, exercise
7676 __builtin_return_address.
7677
7678 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
7679
7680 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
7681 * g++.old-deja/g++.pt/spec35.C: New test.
7682 * g++.old-deja/g++.pt/spec36.C: New test.
7683
7684 2001-01-20 Jakub Jelinek <jakub@redhat.com>
7685
7686 * gcc.c-torture/compile/20010118-1.c: New test.
7687
7688 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
7689
7690 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
7691
7692 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7693
7694 * gcc.c-torture/execute/20010119-1.c: New test.
7695
7696 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7697
7698 * g++.old-deja/g++.other/vbase5.C: New test.
7699
7700 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7701
7702 * gcc.c-torture/execute/20010118-1.c: New test.
7703
7704 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7705
7706 * g++.old-deja/g++.pt/deduct3.C: New test.
7707
7708 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7709
7710 * g++.old-deja/g++.pt/spec34.C: New test.
7711
7712 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
7713
7714 * g77.f-torture/compile/20000601-2.f: New test.
7715
7716 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7717
7718 * g++.old-deja/g++.other/init17.C: New test.
7719
7720 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
7721
7722 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
7723
7724 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7725
7726 * g++.old-deja/g++.pt/unify8.C: New test.
7727
7728 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7729
7730 * g++.old-deja/g++.abi/vbase1.C: New test.
7731
7732 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7733
7734 * g++.old-deja/g++.pt/crash65.C: New test.
7735
7736 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
7737
7738 * gcc.dg/cpp/assembl2.S: New test case.
7739
7740 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
7741
7742 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
7743 are supported.
7744
7745 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7746
7747 * g++.old-deja/g++.other/builtins1.C: New test.
7748 * g++.old-deja/g++.other/builtins2.C: Likewise.
7749 * g++.old-deja/g++.other/builtins3.C: Likewise.
7750 * g++.old-deja/g++.other/builtins4.C: Likewise.
7751
7752 2001-01-17 Jakub Jelinek <jakub@redhat.com>
7753
7754 * gcc.c-torture/compile/20010117-1.c: New test.
7755 * gcc.c-torture/compile/20010117-2.c: New test.
7756
7757 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7758
7759 * g77.f-torture/execute/20010116.[fx]: New test,
7760 XFAIL on i?86-*-*.
7761 * g77.f-torture/compile/20010115.f: Indicate it's
7762 a test for PR fortran/1636.
7763
7764 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
7765
7766 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
7767
7768 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7769
7770 * g77.f-torture/compile/20010115.f: New test.
7771
7772 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
7773
7774 * g++.old-deja/g++.pt/nontype5.C: New test.
7775
7776 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
7777
7778 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
7779 have an equivalent working one below it.
7780
7781 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7782
7783 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
7784 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7785
7786 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7787
7788 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
7789 message containing "init_priority".
7790 (conpr-2.C): Likewise.
7791 (conpr-3.C): Likewise.
7792 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
7793
7794 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7795
7796 * gcc.c-torture/execute/20010114-2.c: New test.
7797
7798 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
7799
7800 * gcc.c-torture/compile/20010114-1.c: New test.
7801 * gcc.c-torture/compile/20010114-1.x: Xfail.
7802 * gcc.c-torture/compile/20010114-2.c: New test.
7803 * gcc.c-torture/execute/20010114-1.c: New test.
7804 * gcc.dg/trunc-1.c: New test.
7805 * gcc.dg/uninit-B.c: New test.
7806
7807 2001-01-13 Nick Clifton <nickc@redhat.com>
7808
7809 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
7810 target.
7811
7812 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
7813
7814 * gcc.c-torture/compile/20010113-1.c: New test.
7815
7816 2001-01-13 Jakub Jelinek <jakub@redhat.com>
7817
7818 * gcc.c-torture/compile/20001212-1.c: New test.
7819
7820 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
7821
7822 * gcc.dg/cpp/widestr1.c: Update.
7823 * gcc.dg/cpp/prag-imp.c: Remove.
7824
7825 2001-01-12 Jakub Jelinek <jakub@redhat.com>
7826
7827 * gcc.c-torture/execute/20000801-3.x: Remove.
7828 * gcc.dg/c90-init-1.c: New test.
7829 * gcc.dg/c99-init-1.c: New test.
7830 * gcc.dg/c99-init-2.c: New test.
7831 * gcc.dg/gnu99-init-1.c: New test.
7832
7833 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
7834
7835 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
7836 testing that no relevant ones were found.
7837
7838 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7839
7840 * g++.old-deja/g++.pt/cast2.C: New test.
7841
7842 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7843
7844 * g++.old-deja/g++.pt/friend47.C: New test.
7845
7846 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7847
7848 * g++.old-deja/g++.pt/instantiate13.C: New test.
7849
7850 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7851
7852 * g++.old-deja/g++.other/defarg7.C: New test.
7853 * g++.old-deja/g++.other/defarg8.C: New test.
7854
7855 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7856
7857 * g++.old-deja/g++.pt/crash64.C: New test.
7858
7859 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7860
7861 * g++.old-deja/g++.pt/crash63.C: New test.
7862
7863 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
7864
7865 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
7866
7867 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
7868
7869 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
7870
7871 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7872
7873 * g++.old-deja/g++.pt/error3.C: New test.
7874
7875 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7876
7877 * g++.old-deja/g++.other/crash39.C: New test.
7878
7879 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7880
7881 * g++.old-deja/g++.other/vbase4.C: New test.
7882
7883 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
7884
7885 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
7886 * gcc.dg/special/20000419-2.c: New file. Identical to above.
7887 * gcc.dg/special/special.exp: New test driver which will check
7888 for alias support for the above test.
7889
7890 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
7891
7892 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
7893 problems on small machines.
7894 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
7895 parameterize.
7896
7897 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
7898
7899 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
7900 mips.
7901 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7902
7903 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
7904
7905 * g++.old_deja/g++.pt/using8.C: New test.
7906
7907 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
7908
7909 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
7910
7911 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
7912
7913 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
7914 where a failure is expected.
7915 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
7916
7917 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7918
7919 * g++.old_deja/g++.pt/instantiate12.C: New test.
7920
7921 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7922
7923 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
7924 start of structs.
7925 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
7926 * g++.old-deja/g++.brendan/crash17.C: Likewise.
7927 * g++.old-deja/g++.brendan/crash29.C: Likewise.
7928 * g++.old-deja/g++.brendan/crash48.C: Likewise.
7929 * g++.old-deja/g++.brendan/ns1.C: Likewise.
7930 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
7931 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
7932 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
7933 * g++.old-deja/g++.eh/spec6.C: Likewise.
7934 * g++.old-deja/g++.jason/crash3.C: Likewise.
7935 * g++.old-deja/g++.law/ctors11.C: Likewise.
7936 * g++.old-deja/g++.law/ctors17.C: Likewise.
7937 * g++.old-deja/g++.law/ctors5.C: Likewise.
7938 * g++.old-deja/g++.law/ctors9.C: Likewise.
7939 * g++.old-deja/g++.mike/ambig1.C: Likewise.
7940 * g++.old-deja/g++.mike/net22.C: Likewise.
7941 * g++.old-deja/g++.mike/p3538a.C: Likewise.
7942 * g++.old-deja/g++.mike/p3538b.C: Likewise.
7943 * g++.old-deja/g++.mike/virt3.C: Likewise.
7944 * g++.old-deja/g++.niklas/t128.C: Likewise.
7945 * g++.old-deja/g++.other/anon4.C: Likewise.
7946 * g++.old-deja/g++.other/using1.C: Likewise.
7947 * g++.old-deja/g++.other/warn3.C: Likewise.
7948 * g++.old-deja/g++.pt/t37.C: Likewise.
7949 * g++.old-deja/g++.robertl/eb69.C: Likewise.
7950 * g++.old-deja/g++.robertl/eb71.C: Likewise.
7951
7952 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7953
7954 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
7955
7956 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7957
7958 * gcc.c-torture/execute/stdio-opt-3.c: New test.
7959
7960 2001-01-07 Jakub Jelinek <jakub@redhat.com>
7961
7962 * gcc.c-torture/compile/20010107-1.c: New test.
7963
7964 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7965
7966 * gcc.c-torture/execute/builtin-noret-1.c: New test.
7967
7968 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7969
7970 * gcc.dg/format/format.h: New file.
7971 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
7972 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
7973 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
7974 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
7975 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
7976 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7977 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
7978 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
7979 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
7980 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
7981 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
7982 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
7983 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
7984 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
7985 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
7986 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
7987 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
7988 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
7989 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
7990 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
7991 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
7992 instead of declaring standard types, macros and functions in each
7993 test.
7994
7995 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
7996
7997 * gcc.c-torture/execute/20010106-1.c: New test.
7998
7999 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
8000
8001 * gcc.dg/format/format.exp: New file.
8002 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
8003 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
8004 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
8005 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
8006 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
8007 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
8008 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
8009 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
8010 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
8011 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
8012 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
8013 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
8014 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
8015 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
8016 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
8017 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
8018 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
8019 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
8020 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
8021 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
8022 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
8023 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
8024 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
8025 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
8026 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
8027 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
8028 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
8029 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
8030 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
8031 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
8032 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
8033 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
8034 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
8035 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
8036 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
8037 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
8038 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
8039 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
8040 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
8041 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
8042 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
8043 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
8044
8045 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
8046
8047 * gcc.c-torture/execute/991228-1.c: Take word endianness into
8048 account.
8049
8050 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
8051
8052 * gcc.c-torture/execute/builtin-complex-1.c: New test.
8053
8054 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
8055
8056 * g++.old-deja/g++.pt/crash62.C: New test.
8057
8058 2001-01-04 Richard Henderson <rth@redhat.com>
8059
8060 * gcc.dg/20000926-1.c: Update expected warnings.
8061 * gcc.dg/array-2.c: Likewise.
8062 * gcc.dg/array-4.c: Also validate flexible array members.
8063 * gcc.dg/c99-flex-array-1.c: New.
8064
8065 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
8066
8067 * gcc.c-torture/compile/20001222-1.x: Remove.
8068
8069 Thu Jan 4 13:54:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8070
8071 * gcc.c-torture/execute/built-in-setjmp.c: New.
8072
8073 2001-01-03 Richard Henderson <rth@redhat.com>
8074
8075 * gcc.dg/940510-1.c: Update expected error wording.
8076 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
8077
8078 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
8079
8080 * lib/target-supports.exp (check_alias_available): Modified to
8081 indicate aliases not supported if only weak aliases are supported.
8082
8083 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8084
8085 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
8086 Turn on cmpstrsi checks for __pj__ and __i370__.
8087
8088 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
8089
8090 * g++.old-deja/g++.other/virtual11.C: New test.
8091
8092 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
8093
8094 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
8095
8096 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8097
8098 * gcc.c-torture/compile/20010102-1.c: New test.
8099
8100 2001-01-02 Andreas Jaeger <aj@suse.de>
8101
8102 * gcc.dg/noreturn-3.c: New test.
8103
8104 * gcc.dg/noreturn-4.c: New test.
8105
8106 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8107
8108 * gcc.c-torture/execute/stdio-opt-1.c: Also test
8109 __builtin_fputc and __builtin_fwrite.
8110
8111 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
8112
8113 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
8114 signed char, not default char.
8115
8116 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
8117
8118 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
8119
8120 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
8121
8122 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
8123
8124 2000-12-29 Richard Henderson <rth@redhat.com>
8125
8126 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
8127 (__cyg_profile_func_exit): Define.
8128
8129 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
8130
8131 * g++.dg/vtgc1.C: New test.
8132
8133 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
8134
8135 * gcc.dg/noncompile/20001228-1.c: New test.
8136
8137 * gcc.dg/20001228-1.c: New test.
8138
8139 * gcc.c-torture/execute/20001228-1.c: New test.
8140
8141 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
8142
8143 * gcc.dg/format-strfmon-1.c: New test.
8144
8145 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8146
8147 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
8148 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
8149 * gcc.c-torture/execute/string-opt-1.c: Likewise.
8150 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8151 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8152 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8153 * gcc.c-torture/execute/string-opt-6.c: Likewise.
8154 * gcc.c-torture/execute/string-opt-7.c: Likewise.
8155 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8156 * gcc.c-torture/execute/string-opt-9.c: Likewise.
8157 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8158 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8159 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8160
8161 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
8162 * gcc.c-torture/execute/string-opt-4.c: Test index.
8163
8164 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
8165
8166 * gcc.c-torture/compile/20001226-1.c: New test.
8167
8168 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
8169
8170 * gcc.c-torture/compile/20001222-1.c: New test.
8171 * gcc.c-torture/compile/20001222-1.x: Xfail.
8172
8173 Fri Dec 22 06:45:03 2000 Alexandre Oliva <aoliva@redhat.com>
8174
8175 * gcc.c-torture/execute/comp-goto-2.c: New test.
8176
8177 Thu Dec 21 22:43:03 2000 J"orn Rennecke <amylaar@redhat.com>
8178
8179 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
8180 Use long types if __INT_MAX__ is 32767.
8181 (main): Use cast to (sint32 *) when poking 88 into a_page.
8182
8183 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
8184
8185 2000-12-21 Bernd Schmidt <bernds@redhat.com>
8186
8187 * gcc.c-torture/compile/20001221-1.c: New test.
8188 * gcc.c-torture/execute/20001221-1.c: New test.
8189
8190 2000-12-20 Richard Henderson <rth@redhat.com>
8191
8192 * g++.old-deja/g++.pt/crash36.C: Update error lines.
8193 * g++.old-deja/g++.robertl/eb109.C: Likewise.
8194
8195 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8196
8197 * gcc.dg/compare3.c: New test.
8198
8199 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8200
8201 * gcc.dg/format-warnll-1.c: New test.
8202
8203 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
8204
8205 * gcc.dg/cpp/cmdlne-P.c: New test.
8206
8207 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8208
8209 * gcc.c-torture/execute/builtin-abs-1.c,
8210 gcc.c-torture/execute/builtin-abs-2.c: New tests.
8211
8212 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
8213
8214 * gcc.dg/cpp/multiline.c: New test.
8215
8216 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
8217
8218 * g++.old-deja/g++.other/syshdr1.C: Update.
8219 * gcc.dg/cpp/lineflags.c: Remove temporarily.
8220
8221 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8222
8223 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
8224
8225 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8226
8227 * g++.old-deja/g++.pt/ttp65.C: New test.
8228
8229 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8230
8231 * g++.old-deja/g++.pt/ttp64.C: New test.
8232
8233 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8234
8235 * g++.old-deja/g++.pt/spec33.C: New test.
8236
8237 2000-12-14 Catherine Moore <clm@redhat.com>
8238
8239 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
8240 * gcc.c-torture/execute/920612-2.c: Likewise.
8241 * gcc.c-torture/execute/920428-2.c: Likewise.
8242 * gcc-c-torture/execute/va-arg-11.c: Call exit.
8243 * gcc.c-torture/execute/va-arg-21.c: Likewise.
8244
8245 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8246
8247 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
8248 * gcc.dg/pack-test-2.c: Likewise.
8249
8250 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8251
8252 Tests by Zack Weinberg <zackw@stanford.edu>.
8253
8254 * gcc.dg/cpp/defined.c: Update.
8255 * gcc.dg/cpp/defined_trad.c: New tests.
8256
8257 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8258
8259 * gcc.dg/cpp/trad-direct.c: Update.
8260
8261 2000-12-11 Neil Booth <neilb@earthling.net>
8262
8263 * gcc.dg/cpp/defined_trad.c
8264
8265 2000-12-11 Neil Booth <neilb@earthling.net>
8266
8267 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
8268
8269 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
8270
8271 * gcc.dg/format-miss-2.c: New test.
8272
8273 2000-12-09 Neil Booth <neilb@earthling.net>
8274
8275 * gcc.dg/cpp/lineflags.c: New tests.
8276 * gcc.dg/cpp/poison.c: Update.
8277 * gcc.dg/cpp/redef2.c: Update.
8278 * gcc.dg/cpp/skipping.c: New test.
8279
8280 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
8281
8282 * g++.old-deja/g++.other/eh3.C: New testcase.
8283
8284 2000-12-07 Neil Booth <neilb@earthling.net>
8285
8286 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
8287 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
8288 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
8289 wtr-union-init-2.c, wtr-union-init-3.c: Update.
8290 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
8291 Update.
8292
8293 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8294
8295 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
8296 __SIZE_TYPE__ instead of int for type of integers cast to
8297 pointers.
8298
8299 2000-12-07 Jakub Jelinek <jakub@redhat.com>
8300
8301 * g++.old-deja/g++.other/cleanup4.C: New test.
8302
8303 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8304
8305 * format-sec-1.c: New test.
8306
8307 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8308
8309 * gcc.dg/format-nonlit-3.c: New test.
8310
8311 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8312
8313 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
8314 through a null pointer.
8315
8316 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8317
8318 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
8319 * g++.old-deja/g++.pt/partial4.C: New test.
8320
8321 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
8322
8323 * gcc.c-torture/execute/ieee/hugeval.x: New.
8324
8325 2000-12-06 Neil Booth <neilb@earthling.net>
8326
8327 * gcc.dg/cpp/backslash2.c: New tests.
8328
8329 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8330
8331 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
8332 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
8333
8334 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
8335
8336 * gcc.c-torture/execute/20001203-2.c: New testcase.
8337
8338 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8339
8340 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
8341 * g++.old-deja/g++.other/virtual10.C: New test.
8342
8343 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8344
8345 * g++.old-deja/g++.mike/pmf5.C: Remove test.
8346
8347 2000-12-05 Richard Henderson <rth@redhat.com>
8348
8349 * gcc.c-torture/compile/20001205-1.c: New.
8350
8351 2000-12-04 Neil Booth <neilb@earthling.net>
8352
8353 * g++.old-deja/g++.other/virtual9.C: New test.
8354 * g++.old-deja/g++.pt/crash61.C: New test.
8355 * gcc.c-torture/execute/loop-9.c: New test.
8356
8357 2000-12-04 Neil Booth <neilb@earthling.net>
8358
8359 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
8360 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
8361 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
8362 * gcc.dg/cpp/extratokens.c: ...here.
8363
8364 2000-12-04 Neil Booth <neilb@earthling.net>
8365
8366 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
8367 New tests.
8368
8369 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8370
8371 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
8372 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
8373
8374 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
8375
8376 * gcc.c-torture/execute/20001203-1.c: New test.
8377
8378 2000-12-03 Neil Booth <neilb@earthling.net>
8379
8380 * gcc.dg/cpp/macro6.c: New test cases.
8381
8382 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8383
8384 * gcc.c-torture/execute/string-opt-9.c: New test.
8385 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8386 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8387 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8388
8389 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
8390 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
8391
8392 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
8393
8394 * gcc.dg/cpp/if-6.c: New testcase.
8395
8396 * gcc.dg/20001201-1.c: New testcase.
8397
8398 2000-12-02 Neil Booth <neilb@earthling.net>
8399
8400 * g++.old-deja/g++.other/externC4.C,
8401 g++.old-deja/g++.other/friend10.C: New tests.
8402
8403 2000-12-02 Neil Booth <neilb@earthling.net>
8404
8405 * g++.old-deja/g++.other/instan2.C
8406 * g++.old-deja/g++.other/instan3.C: New test.
8407
8408 2000-12-02 Neil Booth <neilb@earthling.net>
8409
8410 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
8411 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
8412 gnuc99.c,gnuc99-pedantic.c: New tests.
8413
8414 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8415
8416 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
8417 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
8418
8419 2000-12-01 Neil Booth <neilb@earthling.net>
8420
8421 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
8422 * gcc.dg/cpp/poison.c: Update.
8423 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
8424
8425 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
8426
8427 * g77.f-torture/execute/20001201.f: New test.
8428
8429 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8430
8431 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
8432
8433 2000-12-01 Jakub Jelinek <jakub@redhat.com>
8434
8435 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
8436
8437 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
8438
8439 * g++.old-deja/g++.other/cast6.C: New test.
8440
8441 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
8442
8443 * gcc.c-torture/execute/20001130-2.c: New testcase.
8444
8445 2000-11-30 Richard Henderson <rth@redhat.com>
8446
8447 * gcc.c-torture/execute/20001130-1.c: New test.
8448
8449 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8450
8451 * g++.old-deja/g++.other/op3.C: New test.
8452
8453 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8454
8455 * g++.old-deja/g++.other/op2.C: New test.
8456
8457 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8458
8459 * g++.old-deja/g++.other/crash38.C: New test.
8460
8461 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
8462
8463 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
8464
8465 2000-11-29 Jakub Jelinek <jakub@redhat.com>
8466
8467 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
8468 tests.
8469 * gcc.c-torture/execute/string-opt-6.c: New test.
8470
8471 * gcc.dg/20001117-1.c: Add main.
8472
8473 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
8474
8475 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
8476 Move from here ...
8477 * gcc.dg/940510-1.c: ... to here.
8478
8479 * gcc.dg/20000926-1.c: GNU C now allows initializations of
8480 zero-size arrays in toplevel structures.
8481
8482 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8483
8484 * gcc.c-torture/execute/loop-8.c: New test.
8485
8486 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8487
8488 * g++.old-deja/g++.other/base1.C: New test.
8489
8490 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8491
8492 * g++.old-deja/g++.other/parse2.C: New test.
8493
8494 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8495
8496 * g++.old-deja/g++.pt/incomplete1.C: New test.
8497
8498 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8499
8500 * g++.old-deja/g++.other/friend9.C: New test.
8501
8502 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8503
8504 * gcc.dg/20001127-1.c: New test.
8505
8506 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8507
8508 * g++.old-deja/g++.pt/friend46.C: New test.
8509
8510 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8511
8512 * g++.old-deja/g++.other/ptrmem8.C: New test.
8513
8514 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8515
8516 * gcc.c-torture/execute/string-opt-7.c: New test.
8517 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8518
8519 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
8520
8521 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
8522 instead of 'mkcheck 2'.
8523
8524 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
8525
8526 * gcc.c-torture/execute/memcheck/driver.c,
8527 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
8528 C9X references to refer to C99.
8529
8530 2000-11-25 Jakub Jelinek <jakub@redhat.com>
8531
8532 * gcc.dg/ultrasp3.c: New test.
8533
8534 2000-11-25 Neil Booth <neilb@earthling.net>
8535
8536 * gcc.dg/cpp/include2.c: Update test to be locale independent.
8537
8538 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
8539
8540 * gcc.c-torture/compile/20001123-2.c: New.
8541
8542 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8543
8544 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
8545
8546 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
8547
8548 * gcc.dg/sequence-point-1.c: Add some new tests.
8549 * gcc.c-torture/execute/20001124-1.c: New test.
8550
8551 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8552
8553 * g++.old-deja/g++.other/vaarg4.C: New test.
8554 * gcc.c-torture/compile/20001123-1.c: New test.
8555
8556 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8557
8558 * g++.other/crash24.C: Adjust and remove XFAIL.
8559 * g++.other/crash37.C: New test.
8560
8561 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
8562
8563 * g++.old-deja/g++.pt/instantiate9.C: New test.
8564
8565 2000-11-22 Mark Mitchell <mark@codesourcery.com>
8566
8567 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
8568 new ABI, too.
8569
8570 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
8571 * g++.old-deja/g++.robertl/eb55.C: Likewise.
8572
8573 2000-11-22 Neil Booth <neilb@earthling.net>
8574
8575 * gcc.dg/cpp/Wtrigraphs.c: New test.
8576
8577 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
8578
8579 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
8580
8581 2000-11-22 Jakub Jelinek <jakub@redhat.com>
8582
8583 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
8584
8585 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
8586
8587 * lib/gcc-dg.exp: load_lib scanasm.exp.
8588 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
8589 * lib/g++-dg.exp: load_lib scanasm.exp.
8590 * lib/scanasm.exp: New.
8591 (scan-assembler, scan-assembler-not): Add optional arguments to
8592 test name, or if not present, the pattern name.
8593 (scan-assembler-dem, scan-assembler-dem-not): New.
8594
8595 * g++.dg/dg.exp: New.
8596
8597 2000-11-21 Neil Booth <neilb@earthling.net>
8598
8599 * gcc.dg/cpp/integrated1.c: Remove.
8600
8601 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8602
8603 * gcc.c-torture/execute/20001121-1.c: New test.
8604
8605 2000-11-21 Richard Henderson <rth@redhat.com>
8606
8607 * gcc.c-torture/compile/20001121-1.c: New test.
8608
8609 2000-11-20 Neil Booth <neilb@earthling.net>
8610
8611 * gcc.dg/cpp/integrated1.c: New test.
8612
8613 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8614
8615 * g++.old-deja/g++.other/inline17.C: New test.
8616
8617 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
8618
8619 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
8620 local variable to be zero: I made the variable global. Now
8621 uses abort() and exit() instead of relying on main's return value.
8622
8623 2000-11-20 Neil Booth <neilb@earthling.net>
8624
8625 * gcc.dg/cpp/paste2.c: Update test.
8626 * objc/execute/paste.m: New test.
8627
8628 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
8629
8630 * gcc.dg/c99-condexpr-1.c: New test.
8631
8632 2000-11-20 Neil Booth <neilb@earthling.net>
8633
8634 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
8635
8636 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
8637
8638 * g++.old-deja/g++.pt/export1.C: New test.
8639
8640 2000-11-20 Jakub Jelinek <jakub@redhat.com>
8641
8642 * gcc.dg/20001117-1.c: New test.
8643
8644 2000-11-18 Richard Henderson <rth@redhat.com>
8645
8646 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
8647
8648 2000-11-18 Richard Henderson <rth@redhat.com>
8649
8650 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
8651 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
8652 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
8653
8654 2000-11-18 Richard Henderson <rth@redhat.com>
8655
8656 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
8657 (main): New. Exit cleanly.
8658
8659 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
8660
8661 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
8662 gcc.dg/c99-fordecl-2.c: New tests.
8663
8664 2000-11-18 Richard Henderson <rth@redhat.com>
8665
8666 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
8667 * gcc.c-torture/execute/zerolen-2.c: New.
8668
8669 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8670
8671 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
8672 memory.
8673
8674 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8675
8676 * g++.old-deja/g++.pt/instantiate8.C: New test.
8677
8678 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8679
8680 * g++.old-deja/g++.other/incomplete.C: Add more tests.
8681 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
8682
8683 2000-11-16 Nick Clifton <nickc@redhat.com>
8684
8685 * gcc.c-torture/execute/nestfunc-2.c: New test.
8686 * gcc.c-torture/execute/nestfunc-3.c: New test.
8687
8688 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8689
8690 * gcc.c-torture/compile/20001116-1.c: New test.
8691
8692 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8693
8694 * gcc.c-torture/execute/20001115-1.c: New test.
8695
8696 2000-11-15 Mark Mitchell <mark@codesourcery.com>
8697
8698 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
8699 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
8700 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
8701 * g++.old-deja/g++.abi/vmihint.C: Likewise.
8702
8703 2000-11-15 Neil Booth <neilb@earthling.net>
8704
8705 gcc.dg/cpp/_Pragma1.c: Update.
8706 gcc.dg/cpp/_Pragma2.c: New test.
8707
8708 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
8709
8710 * g++.old-deja/g++.other/anon5.C: New test.
8711
8712 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
8713
8714 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
8715 tests.
8716
8717 2000-11-14 Jakub Jelinek <jakub@redhat.com>
8718
8719 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
8720 output.
8721
8722 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8723
8724 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
8725 labels at end of compound statements.
8726
8727 2000-11-13 Jakub Jelinek <jakub@redhat.com>
8728
8729 * gcc.c-torture/execute/loop-7.c: New test.
8730
8731 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8732
8733 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
8734
8735 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8736
8737 * gcc.dg/c99-bool-1.c: New test.
8738
8739 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8740
8741 * gcc.dg/c99-scope-1.c: Remove xfail.
8742 * gcc.dg/c99-scope-2.c: New test.
8743
8744 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8745
8746 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
8747 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
8748
8749 2000-11-11 Mark Mitchell <mark@codesourcery.com>
8750
8751 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
8752 error messages.
8753
8754 * g++.mike/p700.C: Don't typedef wchar_t.
8755 * g++.mike/p784.C: Likewise.
8756 * g++.mike/eb101.C: Don't use __wchar_t.
8757
8758 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
8759
8760 * g77.f-torture/execute/20001111.[fx]: Test premature exit
8761 from DO loop.
8762
8763 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8764
8765 * gcc.c-torture/execute/20001111-1.c: New test.
8766
8767 2000-11-10 Nick Clifton <nickc@redhat.com>
8768
8769 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
8770 long multuiple and accumulate.
8771
8772 2000-11-09 Richard Henderson <rth@redhat.com>
8773
8774 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
8775 via size_t instead of int.
8776
8777 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
8778 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8779 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8780 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8781
8782 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
8783
8784 * gcc.c-torture/compile/20001109-1.c: New test.
8785 * gcc.c-torture/compile/20001109-2.c: New test.
8786
8787 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
8788
8789 * g++.old-deja/g++.pt/operator1.C: New test.
8790 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
8791
8792 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8793
8794 * gcc.dg/20001108-1.c: New test.
8795
8796 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8797
8798 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
8799 with both arguments constant strings.
8800 * gcc.c-torture/execute/string-opt-3.c: New test.
8801 * gcc.c-torture/execute/string-opt-4.c: New test.
8802 * gcc.c-torture/execute/string-opt-5.c: New test.
8803
8804 2000-11-08 Nick Clifton <nickc@redhat.com>
8805
8806 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
8807 mulsidi3adddi patterns.
8808
8809 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
8810
8811 * g++.old-deja/g++.other/crash36.C: New test.
8812
8813 2000-11-08 Jakub Jelinek <jakub@redhat.com>
8814
8815 * g++.old-deja/g++.other/init16.C: New test.
8816
8817 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
8818
8819 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
8820
8821 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8822
8823 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
8824 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8825 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8826
8827 2000-11-07 DJ Delorie <dj@redhat.com>
8828
8829 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
8830
8831 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8832
8833 * gcc.c-torture/execute/string-opt-1.c: New test.
8834
8835 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8836
8837 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
8838 mips-sgi-irix6.* because the MIPS ABI passes floating-point
8839 parameters in registers, and there is no way for a varargs
8840 function to know in which order the integer and floating-point
8841 parameters should be interleaved when they are placed on the
8842 stack.
8843 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8844 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8845
8846 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8847
8848 * gcc.c-torture/execute/string-opt-2.c: New test.
8849
8850 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
8851
8852 * g++.old-deja/g++.pt/crash60.C: New test.
8853
8854 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8855
8856 * g++.old-deja/g++.other/crash24.C: New test.
8857 * g++.old-deja/g++.other/crash25.C: New test.
8858 * g++.old-deja/g++.other/crash26.C: New test.
8859 * g++.old-deja/g++.other/crash27.C: New test.
8860 * g++.old-deja/g++.other/crash28.C: New test.
8861 * g++.old-deja/g++.other/crash29.C: New test.
8862 * g++.old-deja/g++.other/crash30.C: New test.
8863 * g++.old-deja/g++.other/crash31.C: New test.
8864 * g++.old-deja/g++.other/crash32.C: New test.
8865 * g++.old-deja/g++.other/crash33.C: New test.
8866 * g++.old-deja/g++.other/crash34.C: New test.
8867 * g++.old-deja/g++.other/crash35.C: New test.
8868
8869 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8870
8871 * gcc.c-torture/execute/20001031-1.c: New test.
8872
8873 2000-11-04 Mark Mitchell <mark@codesourcery.com>
8874
8875 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
8876 namespace.
8877
8878 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
8879 standards-conformant.
8880
8881 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
8882
8883 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
8884 * g++.old-deja/g++.mike/p755a.C: Likewise.
8885 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
8886 library makes no calls to `operator new' during initialization.
8887
8888 2000-11-04 Neil Booth <neilb@earthling.net>
8889
8890 * gcc.dg/cpp/include2.c: New tests.
8891
8892 Fri Nov 3 13:32:14 2000 Mark P Mitchell <mark@codesourcery.com>
8893
8894 * lib/g++.exp (g++_set_ld_library_path): New function.
8895 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
8896
8897 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
8898
8899 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
8900 warnings.
8901
8902 2000-11-01 Richard Henderson <rth@redhat.com>
8903
8904 * g++.old-deja/g++.ext/namedret1.C: New.
8905 * g++.old-deja/g++.ext/namedret2.C: New.
8906 * g++.old-deja/g++.ext/namedret3.C: New.
8907
8908 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
8909
8910 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
8911 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
8912
8913 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8914
8915 * gcc.c-torture/execute/va-arg-21.c: New test.
8916
8917 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
8918
8919 * gcc.dg/c99-complex-2.c: New test.
8920
8921 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8922
8923 * gcc.c-torture/execute/stdio-opt-1.c: New test.
8924
8925 2000-10-31 Jakub Jelinek <jakub@redhat.com>
8926
8927 * g++.old-deja/g++.other/inline16.C: New test.
8928
8929 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
8930
8931 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
8932 __PRETTY_FUNCTION__
8933
8934 2000-10-29 Neil Booth <neilb@earthling.net>
8935
8936 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
8937 New tests.
8938 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
8939 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
8940 optimisation.
8941
8942 2000-10-29 Neil Booth <neilb@earthling.net>
8943
8944 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
8945 * mi1.c, mi1c.h: Add null directives to multiple-include test.
8946 * mi5.c: Test multiple includes work with -C.
8947 * trigraphs.c: Test ^= version.
8948
8949 2000-10-28 Neil Booth <neilb@earthling.net>
8950
8951 New tests and test updates for new macro expander.
8952
8953 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
8954 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
8955 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
8956 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
8957 new diagnostic messages.
8958
8959 * gcc.dg/cpp/macro3.c: New tests.
8960
8961 2000-10-27 Mark Mitchell <mark@codesourcery.com>
8962
8963 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
8964 on the same line.
8965
8966 2000-10-27 Jakub Jelinek <jakub@redhat.com>
8967
8968 * g++.old-deja/g++.other/eh2.C: New test.
8969
8970 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
8971
8972 * gcc.c-torture/execute/20001027-1.c: New test.
8973
8974 2000-10-26 Richard Henderson <rth@redhat.com>
8975
8976 * gcc.c-torture/execute/20001026-1.c: New.
8977
8978 2000-10-26 Mark Mitchell <mark@codesourcery.com>
8979
8980 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
8981 * g++.old-deja/g++.law/builtin1.C: Likewise.
8982 * g++.old-deja/g++.law/ctors10.C: Likewise.
8983 * g++.old-deja/g++.law/virtual3.C: Likewise.
8984 * g++.old-deja/g++.mike/p658.C: Likewise.
8985 * g++.old-deja/g++.other/sibcall1.C: Likewise.
8986 * g++.old-deja/g++.other/vaarg2.C: Likewise.
8987 * g++.old-deja/g++.robertl/eb124.C: Likewise.
8988 * g++.old-deja/g++.robertl/eb44.C: Likewise.
8989 * g++.old-deja/g++.robertl/eb77.C: Likewise.
8990
8991 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
8992
8993 * gcc.c-torture/compile/20001024-1.c: New test.
8994
8995 2000-10-25 Mark Mitchell <mark@codesourcery.com>
8996
8997 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
8998 to tell us whether or not we are using V3.
8999
9000 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
9001
9002 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
9003 operands.
9004
9005 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
9006
9007 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
9008
9009 2000-10-25 Jakub Jelinek <jakub@redhat.com>
9010
9011 * gcc.c-torture/execute/20001024-1.c: New test.
9012
9013 2000-10-24 Jakub Jelinek <jakub@redhat.com>
9014
9015 * g++.old-deja/g++.other/sibcall1.C: New test.
9016
9017 2000-10-20 Jakub Jelinek <jakub@redhat.com>
9018
9019 * gcc.dg/noncompile/init-3.c: New test.
9020
9021 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
9022
9023 * gcc.dg/format-array-1.c: New test.
9024
9025 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
9026
9027 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
9028 writing through null pointers; remove comment about testing
9029 unterminated strings.
9030
9031 2000-10-17 Matthew Hiller <hiller@redhat.com>
9032
9033 * gcc.c-torture/execute/20001017-2.c: New test.
9034
9035 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
9036
9037 * gcc.c-torture/compile/20001018-1.c: New test.
9038 * gcc.c-torture/compile/20001018-1.x: Xfail.
9039
9040 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9041
9042 * gcc.c-torture/execute/20001017-1.c: New test.
9043
9044 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
9045
9046 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
9047 for multiple use of arguments with scanf formats; add tests for
9048 multiple use of arguments.
9049
9050 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
9051
9052 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
9053
9054 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
9055
9056 * gcc.dg/format-miss-1.c: New test.
9057
9058 2000-10-16 Jakub Jelinek <jakub@redhat.com>
9059
9060 * gcc.c-torture/execute/20001013-1.c: New test.
9061
9062 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
9063
9064 * gcc.dg/format-branch-1.c: New test.
9065
9066 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
9067
9068 * README, lib/file-format.exp: Remove EGCS references.
9069
9070 2000-10-16 Jakub Jelinek <jakub@redhat.com>
9071
9072 * gcc.dg/20001013-1.c: New test.
9073
9074 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
9075
9076 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
9077 for intmax_t in the compiler using __typeof__ and the type rules
9078 for conditional expressions.
9079
9080 2000-10-13 Jakub Jelinek <jakub@redhat.com>
9081
9082 * gcc.dg/20001012-1.c: New test.
9083 * gcc.dg/20001012-2.c: New test.
9084
9085 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9086
9087 * gcc.dg/format-attr-1.c: New test.
9088
9089 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9090
9091 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
9092 __LONG_LONG_MAX__ instead of LLONG_MAX.
9093
9094 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
9095
9096 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
9097 scanf flags.
9098 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
9099 flags.
9100
9101 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
9102
9103 * gcc.dg/sequence-pt-1.c: New test.
9104
9105 2000-10-11 Geoff Keating <geoffk@cygnus.com>
9106
9107 * gcc.c-torture/execute/20001011-1.c: New testcase.
9108 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
9109
9110 2000-10-10 Jakub Jelinek <jakub@redhat.com>
9111
9112 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
9113 does not error on it.
9114
9115 2000-10-10 Jakub Jelinek <jakub@redhat.com>
9116
9117 * gcc.dg/20001009-1.c: New test.
9118
9119 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
9120
9121 * gcc.c-torture/compile/20001009-1.c: Move from here ....
9122 * gcc.c-torture/execute/20001009-2.c: ... to here.
9123
9124 2000-10-09 Geoff Keating <geoffk@cygnus.com>
9125
9126 * gcc.c-torture/compile/20001009-1.c: New testcase.
9127 * gcc.c-torture/execute/20001009-1.c: New testcase.
9128 Testcases provided by Jan Hubicka <jh@suse.cz>.
9129
9130 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
9131
9132 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9133 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
9134 uintmax_t using <limits.h> to emulate the compiler's internal
9135 logic. No longer XFAIL %j tests.
9136
9137 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
9138
9139 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
9140 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
9141 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
9142 regexps and details of expected handling of some bad formats.
9143 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
9144 suppression.
9145
9146 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
9147
9148 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
9149 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
9150 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
9151 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
9152 in list archives.
9153
9154 2000-10-06 Richard Henderson <rth@cygnus.com>
9155
9156 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
9157 * g++.old-deja/g++.brendan/crash52.C: Likewise.
9158 * g++.old-deja/g++.jason/report.C: Likewise.
9159 * g++.old-deja/g++.law/friend5.C: Likewise.
9160 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
9161 of the expected warnings.
9162
9163 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
9164
9165 * g++.old-deja/g++.pt/enum14.C: New test.
9166
9167 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
9168
9169 * g++.old-deja/g++.pt/crash59.C: New test.
9170
9171 2000-10-04 Will Cohen <wcohen@redhat.com>
9172
9173 * gcc.dg/20000926-1.c: New test.
9174
9175 2000-10-03 Geoff Keating <geoffk@cygnus.com>
9176
9177 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
9178 function name for current C++ compiler.
9179 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
9180
9181 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
9182
9183 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
9184 __PRETTY_FUNCTION__.
9185 * g++.old-deja/g++.ext/pretty2.C: Likewise.
9186
9187 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9188
9189 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
9190
9191 2000-09-26 Jakub Jelinek <jakub@redhat.com>
9192
9193 * gcc.c-torture/compile/20000923-1.c: New test.
9194
9195 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
9196
9197 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
9198 * g++.old-deja/g++.pt/ttp62.C: Same.
9199 * g++.old-deja/g++.other/inline14.C: Same.
9200
9201 2000-09-24 Richard Henderson <rth@cygnus.com>
9202
9203 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
9204
9205 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
9206
9207 * gcc.dg/c90-printf-1.c: Add test for wide string format.
9208
9209 2000-09-22 Geoff Keating <geoffk@cygnus.com>
9210
9211 * gcc.c-torture/compile/20000922-1.c: New file.
9212
9213 2000-09-21 Nick Clifton <nickc@redhat.com>
9214
9215 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
9216 a signed long modulo operation.
9217 (mod6): New function - perform an unsigned long modulo operation.
9218 (main): Add tests for modulos of very large numbers by very small
9219 dividends.
9220
9221 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9222
9223 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
9224
9225 2000-09-19 Richard Henderson <rth@cygnus.com>
9226
9227 * gcc.dg/compare2.c (case 10): XFAIL.
9228
9229 2000-09-18 Richard Henderson <rth@cygnus.com>
9230
9231 * gcc.c-torture/execute/20000906-1.c: Move ...
9232 * gcc.dg/20000906-1.c: ... here. Only run on targets
9233 that support __builtin_trap.
9234
9235 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
9236
9237 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
9238
9239 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9240
9241 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
9242 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
9243 more $ format tests.
9244
9245 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9246
9247 * gcc.dg/format-errmk-1.c: New test.
9248
9249 2000-09-17 Greg McGary <greg@mcgary.org>
9250
9251 * gcc.c-torture/execute/20000917-1.x: Remove.
9252
9253 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
9254
9255 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
9256
9257 2000-09-17 Greg McGary <greg@mcgary.org>
9258
9259 * gcc.c-torture/execute/20000917-1.c: New test.
9260 * gcc.c-torture/execute/20000917-1.x: XFAIL.
9261
9262 Sat 16-Sep-2000 08:14:58 BST Neil Booth <NeilB@earthling.net>
9263
9264 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
9265 in nested macro bug.
9266
9267 Fri 15-Sep-2000 06:50:11 BST Neil Booth <NeilB@earthling.net>
9268
9269 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
9270
9271 Thu Sep 14 16:48:49 2000 Jeffrey A Law (law@cygnus.com)
9272
9273 * gcc.c-torture/execute/20000914-1.c: New test.
9274
9275 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
9276
9277 * g++.other/inline13.C: New test.
9278
9279 2000-09-12 Andreas Jaeger <aj@suse.de>
9280
9281 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
9282 constant by Ulrich Drepper <drepper@redhat.com>.
9283
9284 Tue Sep 12 18:32:07 2000 J"orn Rennecke <amylaar@redhat.co.uk>
9285
9286 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
9287
9288 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9289
9290 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
9291
9292 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
9293
9294 * gcc.dg/cpp/backslash.c: New test.
9295
9296 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
9297
9298 * gcc.c-torture/execute/20000910-1.c: New test.
9299 * gcc.c-torture/execute/20000910-2.c: Likewise.
9300
9301 2000-09-11 Robert Lipe <robertl@sco.com>
9302
9303 * gcc.dg/pragma-align.c: New test.
9304
9305 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
9306
9307 * g++.old-deja/g++.pt/explicit82.C: New test.
9308 * g++.old-deja/g++.pt/explicit83.C: New test.
9309
9310 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
9311
9312 * gcc.dg/asm-names.c: New test.
9313
9314 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9315
9316 * gcc.dg/cpp/tr-warn6.c: New test
9317
9318 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
9319
9320 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
9321 be accepted.
9322
9323 2000-09-07 Catherine Moore <clm@redhat.com>
9324
9325 * gcc.c-torture/execute/unroll-1.c: New test.
9326
9327 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
9328
9329 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
9330 ERROR markers.
9331 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
9332 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
9333 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
9334 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
9335 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
9336 Preprocess only.
9337 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
9338 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
9339
9340 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9341
9342 * g++.old-deja/g++.pt/deduct2.C: New test.
9343
9344 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9345
9346 * g++.old-deja/g++.pt/parms2.C: New test.
9347
9348 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9349
9350 * g++.old-deja/g++.pt/crash58.C: New test.
9351
9352 2000-09-06 Greg McGary <greg@mcgary.org>
9353
9354 * gcc.c-torture/execute/20000906-1.c: New test.
9355 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
9356
9357 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9358
9359 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
9360
9361 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9362
9363 * g++.old-deja/g++.pt/crash57.C: New test.
9364
9365 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9366
9367 * g++.old-deja/g++.pt/crash56.C: New test.
9368
9369 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9370
9371 * g++.old-deja/g++.pt/koenig1.C: New test.
9372
9373 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9374
9375 * gcc.dg/20000904-1.c: New test.
9376
9377 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9378
9379 * gcc.dg/cpp/paste8.c: New test.
9380
9381 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
9382
9383 * gcc.c-torture/compile/20000827-1.c: New test.
9384
9385 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9386
9387 * gcc.dg/format-diag-1.c: New test.
9388
9389 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9390
9391 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
9392 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
9393 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
9394 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
9395 gcc.dg/formatz-1.c: Adjust warning regular expressions.
9396
9397 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9398
9399 * g++.old-deja/g++.other/nested4.C: New test.
9400
9401 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9402
9403 * g++.old-deja/g++.ns/scoped1.C: New test.
9404
9405 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
9406
9407 * lib/g++.exp: Support testing already-installed GCC.
9408
9409 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9410
9411 * wtr-label-1.c, wtr-suffix-1.c: New tests.
9412
9413 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9414
9415 * gcc.dg/return-type-2.c: New test.
9416
9417 2000-08-27 Geoff Keating <geoffk@cygnus.com>
9418
9419 * gcc.c-torture/compile/20000825-1.c: New test.
9420
9421 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
9422
9423 * gcc.dg/dwarf2-2.c: New test.
9424
9425 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
9426
9427 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
9428 dg-warning regexps.
9429
9430 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
9431
9432 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
9433 gcc.dg/format-ext-5.c: New tests.
9434
9435 2000-08-25 Jakub Jelinek <jakub@redhat.com>
9436
9437 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
9438
9439 2000-08-24 Mark Mitchell <mark@codesourcery.com>
9440
9441 * gcc.dg/noncompile/930622-2.c: Adjust error message.
9442
9443 2000-08-24 Richard Henderson <rth@cygnus.com>
9444
9445 * gcc.dg/ia64-sync-1.c: New test.
9446 * gcc.dg/ia64-sync-2.c: New test.
9447 * gcc.dg/ia64-asm-1.c: New test.
9448
9449 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
9450
9451 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
9452 * gcc.dg/format-ext-2.c: New test.
9453
9454 2000-08-23 Jason Merrill <jason@redhat.com>
9455
9456 * lib/old-dejagnu.exp: Also ignore "In member function" and
9457 "At global scope".
9458
9459 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9460
9461 * gcc.dg/noncompile/label-lineno-1.c: New test.
9462
9463 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9464
9465 * gcc.dg/c99-array-nonobj-1.c: New test.
9466
9467 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9468
9469 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
9470 tests.
9471 * gcc.dg/format-ext-1.c: New test.
9472
9473 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9474
9475 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
9476 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
9477 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
9478 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
9479 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
9480
9481 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
9482
9483 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
9484 gcc.dg/c99-strftime-2.c: New tests.
9485
9486 2000-08-22 Richard Henderson <rth@cygnus.com>
9487
9488 * gcc.c-torture/execute/20000822-1.c: New test.
9489
9490 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9491
9492 * gcc.c-torture/execute/20000819-1.x: Remove.
9493
9494 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9495
9496 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
9497 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
9498 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
9499 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
9500 gcc.dg/format-xopen-1.c: New tests.
9501
9502 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9503
9504 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
9505
9506 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9507
9508 * g++.old-deja/g++.other/loop2.C: New test.
9509
9510 * gcc.c-torture/compile/20000606-1.c: New test.
9511 * gcc.c-torture/compile/20000728-1.c: New test.
9512 * gcc.c-torture/execute/20000801-1.c: New test.
9513 * gcc.c-torture/execute/20000801-2.c: New test.
9514 * gcc.c-torture/execute/20000819-1.c: New test.
9515 * gcc.c-torture/execute/20000819-1.x: XFAIL.
9516 * gcc.dg/20000629-1.c: New test.
9517 * gcc.dg/20000724-1.c: New test.
9518 * gcc.dg/20000807-1.c: New test.
9519
9520 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
9521
9522 * gcc.dg/cpp/pragma-1.c: New test.
9523 * gcc.dg/cpp/pragma-2.c: New test.
9524
9525 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
9526
9527 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
9528 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
9529
9530 Fri Aug 18 16:57:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9531
9532 * gcc.c-torture/compile/20000818-1.c: New test.
9533
9534 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
9535
9536 * gcc.c-torture/execute/20000818-1.c: New test.
9537
9538 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
9539
9540 * gcc.dg/format-va-1.c: New test.
9541
9542 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9543
9544 * g++.old-deja/g++.other/typedef8.C: New test.
9545
9546 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9547
9548 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
9549 * g++.old-deja/g++.mike/net36.C: Mark candidate.
9550 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
9551 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
9552 * g++.old-deja/g++.other/ptrmem7.C: New test.
9553 * g++.old-deja/g++.pt/ptrmem10.C: New test.
9554
9555 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9556
9557 * g++.old-deja/g++.pt/typename27.C: New test.
9558
9559 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
9560
9561 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
9562 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
9563 * g++.old-deja/g++.pt/friend45.C: New test.
9564 * g++.old-deja/g++.other/friend8.C: New test.
9565
9566 2000-08-15 Richard Henderson <rth@cygnus.com>
9567
9568 * gcc.c-torture/execute/20000815-1.c: New test.
9569
9570 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
9571
9572 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
9573 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
9574 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
9575
9576 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
9577
9578 * g++.old-deja/g++.other/refinit2.C: New test.
9579
9580 2000-08-13 Geoff Keating <geoffk@cygnus.com>
9581
9582 * lib/c-torture.exp (c-torture): Make
9583 compiler_conditional_xfail_data global.
9584 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
9585 compiler_conditional_xfail_data machinery.
9586 (f-torture-execute): Likewise.
9587 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
9588 and only when unrolling loops.
9589
9590 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
9591
9592 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9593
9594 * g++.old-deja/g++.pt/explicit81.C: New test.
9595
9596 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9597
9598 * g++.old-deja/g++.pt/typename26.C: New test.
9599
9600 2000-08-10 Geoff Keating <geoffk@cygnus.com>
9601
9602 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
9603 warning.
9604
9605 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
9606
9607 * g++.old-deja/g++.other/array3.C: New test.
9608
9609 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9610
9611 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
9612 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
9613 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
9614 New tests.
9615
9616 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
9617
9618 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
9619 * g++.old-deja/g++.abi/vmihint.C: Likewise.
9620
9621 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
9622
9623 * gcc.c-torture/execute/20000808-1.c: New test.
9624
9625 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9626
9627 * gcc.dg/c90-const-expr-1.c: New test.
9628
9629 2000-08-08 Richard Henderson <rth@cygnus.com>
9630
9631 * gcc.dg/noncompile/920923-1.c: Declare calloc.
9632
9633 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
9634
9635 * gcc.dg/noncompile/const-ll-1.c: New test.
9636
9637 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
9638
9639 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
9640
9641 Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
9642
9643 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
9644 that running programs linked against the shared version of libobjc
9645 run correctly.
9646
9647 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9648
9649 * gcc.dg/c99-printf-1.c: New test.
9650
9651 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9652
9653 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
9654
9655 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
9656
9657 * gcc.c-torture/execute/20000731-1.x: Delete.
9658
9659 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
9660
9661 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
9662 and torture_without_loops as is done by c-torture.exp.
9663 (search_for): Copy from c-torture.exp.
9664 (gcc-dg-runtest): New function, drives a directory of tests
9665 iterating over the TORTURE_OPTIONS.
9666 (scan-assembler, scan-assembler-not): Move here from
9667 individual directory drivers.
9668
9669 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
9670 defined by lib/gcc-dg.exp.
9671 * gcc.dg/cpp/cpp.exp: Likewise.
9672 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
9673 gcc-dg-runtest, so we cycle over optimization options.
9674
9675 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
9676 * gcc.dg/compare2.c: No longer expected to fail.
9677
9678 Fri Aug 4 23:00:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9679
9680 * gcc.c-torture/execute/20000804-1.c: New test.
9681
9682 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
9683
9684 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
9685
9686 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
9687
9688 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
9689
9690 Thu Aug 3 01:46:33 2000 Jeffrey A Law (law@cygnus.com)
9691
9692 * gcc.c-torture/compile/20000803-1.c: New test.
9693
9694 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
9695
9696 * gcc.c-torture/execute/20000801-3.c,
9697 gcc.c-torture/execute/20000801-4.c: New tests.
9698 * gcc.c-torture/execute/20000801-3.x,
9699 gcc.c-torture/execute/20000801-4.x: Xfail.
9700
9701 2000-08-02 Geoff Keating <geoffk@cygnus.com>
9702
9703 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
9704 libobjc/.libs to allow for libtool.
9705
9706 2000-08-02 Jakub Jelinek <jakub@redhat.com>
9707
9708 * gcc.c-torture/compile/20000802-1.c: New test.
9709
9710 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
9711
9712 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
9713
9714 Mon Jul 31 21:14:49 2000 Jeffrey A Law (law@cygnus.com)
9715
9716 * gcc-c-torture/execute/20000731-2.c: New test.
9717
9718 * gcc.c-torture/execute/20000731-1.c: New test.
9719 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
9720
9721 2000-07-31 Jakub Jelinek <jakub@redhat.com>
9722
9723 * testsuite/gcc.dg/cpp/paste7.c: New test.
9724 * gcc.dg/cpp/20000725-1.c: New test.
9725
9726 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
9727
9728 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
9729 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
9730 declaration warning for __builtin_dwarf_reg_size.
9731
9732 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
9733
9734 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
9735
9736 * gcc.dg/noncompile/voidparam-1.c: New test.
9737
9738 2000-07-30 Richard Henderson <rth@cygnus.com>
9739
9740 * gcc.dg/c90-digraph-1.c: Don't xfail.
9741 * gcc.dg/compare2.c (case 10): Xfail.
9742 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
9743
9744 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
9745
9746 * gcc.dg/c99-main-1.c: New test.
9747
9748 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
9749
9750 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
9751
9752 Wed Jul 26 19:41:51 2000 Hans-Peter Nilsson <hp@axis.com>
9753
9754 * gcc.c-tortuer/execute/20000726-1.c: New test.
9755
9756 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
9757
9758 * gcc.c-torture/execute/enum-2.c: New test.
9759
9760 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9761
9762 * gcc.dg/cpp/tr-warn3.c: New test.
9763
9764 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9765
9766 * g++.old-deja/g++.ext/implicit1.C: Remove.
9767 * g++.old-deja/g++.jason/c2.C: Remove
9768 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
9769 * g++.old-deja/g++.pt/crash16.C: Likewise.
9770 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
9771
9772 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9773
9774 * g++.old-deja/g++.other/for2.C: New test.
9775
9776 2000-07-25 Jakub Jelinek <jakub@redhat.com>
9777
9778 * gcc.dg/20000720-1.c: New test.
9779
9780 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
9781
9782 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
9783
9784 2000-07-24 Geoff Keating <geoffk@cygnus.com>
9785
9786 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
9787 * gcc.c-torture/execute/20000722-1.c: New.
9788 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
9789
9790 2000-07-24 Jakub Jelinek <jakub@redhat.com>
9791
9792 * gcc.dg/cpp/20000720-1.S: New test.
9793
9794 2000-07-21 Michael Meissner <meissner@redhat.com>
9795
9796 * gcc.c-torture/execute/ieee/hugeval.c: New test.
9797
9798 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9799
9800 * g++.old-deja/g++.brendan/crash16.C,
9801 g++.old-deja/g++.brendan/parse3.C,
9802 g++.old-deja/g++.brendan/redecl1.C,
9803 g++.old-deja/g++.ns/template13.C,
9804 g++.old-deja/g++.other/decl4.C,
9805 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
9806
9807 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9808
9809 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
9810 and "Internal error".
9811
9812 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
9813 regexps.
9814 * gcc.dg/cpp/paste6.c: New test.
9815
9816 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
9817
9818 * gcc.dg/cpp/tr-direct.c: New test.
9819
9820 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
9821 gcc.dg/cpp/undef1.c: Tweak error regexps.
9822
9823 2000-07-18 Eric Christopher <echristo@redhat.com>
9824
9825 * gcc.c-torture/compile/20000718-1.c: New test.
9826
9827 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
9828
9829 * cpplex.c (_cpp_push_token): If the token being pushed back
9830 is the previous token in this context, just subtract one from
9831 context->posn.
9832 * cppmacro.c (save_expansion): Clear aux field when storing a
9833 placemarker.
9834
9835 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
9836
9837 * gcc.dg/noncompile/redecl-1.c: New test.
9838
9839 2000-07-18 Jakub Jelinek <jakub@redhat.com>
9840
9841 * gcc.c-torture/execute/20000717-5.c: New test.
9842 * gcc.c-torture/execute/20000717-1.x: Removed.
9843
9844 2000-07-17 Richard Henderson <rth@cygnus.com>
9845
9846 * gcc.c-torture/execute/20000717-4.c: New test.
9847
9848 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
9849
9850 * gcc.dg/cpp/syshdr.c: New test.
9851 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
9852
9853 2000-07-17 Neil Booth <neilb@earthling.net>
9854
9855 * gcc.dg/cpp/cmdlne-dM.c: New test.
9856 * gcc.dg/cpp/cmdlne-dD.c: New test.
9857
9858 Mon Jul 17 03:13:12 2000 Jeffrey A Law (law@cygnus.com)
9859
9860 * gcc.c-torture/execute/20000717-3.c: New test.
9861
9862 * gcc.c-torture/compile/20000717-1.c: New test.
9863
9864 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
9865
9866 * gcc.c-torture/execute/20000717-2.c: New test.
9867
9868 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
9869
9870 * gcc.dg/formatz-1.c: New test.
9871
9872 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
9873 * gcc.dg/c99-digraph-1.c: New tests.
9874
9875 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
9876 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
9877
9878 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
9879 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
9880 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
9881 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
9882 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
9883 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
9884 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
9885
9886 Mon Jul 17 00:41:57 2000 Greg McGary <greg@mcgary.org>
9887
9888 * gcc.c-torture/execute/20000717-1.c: New test.
9889 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
9890
9891 2000-07-15 Jakub Jelinek <jakub@redhat.com>
9892
9893 * gcc.c-torture/execute/20000715-2.c: New test.
9894 * gcc.dg/20000715-1.c: New test.
9895
9896 2000-07-15 Michael Meissner <meissner@redhat.com>
9897
9898 * gcc.c-torture/execute/20000715-1.c: New test.
9899
9900 2000-07-13 Jakub Jelinek <jakub@redhat.com>
9901
9902 * gcc.c-torture/execute/20000707-1.c: New test.
9903
9904 2000-07-13 Neil Booth <NeilB@earthling.net>
9905
9906 * testsuite/gcc.dg/cpp/digraph1.c,
9907 testsuite/gcc.dg/cpp/digraph2.c,
9908 testsuite/gcc.dg/cpp/digraphs.c: New tests.
9909
9910 2000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
9911
9912 * g77.f-torture/compile/20000630-2.f: New test.
9913 * g77.f-torture/compile/20000630-2.x
9914
9915 2000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
9916
9917 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
9918
9919 2000-07-11 Neil Booth <NeilB@earthling.net>
9920
9921 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
9922
9923 2000-07-11 Neil Booth <NeilB@earthling.net>
9924
9925 * gcc.dg/cpp/cmdlne-C.c: New.
9926
9927 2000-07-09 Neil Booth <NeilB@earthling.net>
9928
9929 * gcc.dg/cpp/directiv.c: New tests.
9930 * gcc.dg/cpp/undef1.c: Update.
9931
9932 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
9933
9934 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
9935
9936 2000-07-09 Neil Booth <NeilB@earthling.net>
9937
9938 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
9939
9940 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
9941
9942 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
9943 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
9944
9945 2000-07-08 Neil Booth <NeilB@earthling.net>
9946
9947 * gcc.dg/cpp/macsyntx.c: New tests.
9948
9949 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9950
9951 * gcc.dg/20000707-1.c: New test.
9952
9953 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9954
9955 * gcc.c-torture/execute/20000706-1.c: New test.
9956 * gcc.c-torture/execute/20000706-2.c: New test.
9957 * gcc.c-torture/execute/20000706-3.c: New test.
9958 * gcc.c-torture/execute/20000706-4.c: New test.
9959 * gcc.c-torture/execute/20000706-5.c: New test.
9960
9961 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9962
9963 * g++.old-deja/g++.pt/instantiate7.C: New test.
9964
9965 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9966
9967 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
9968 * g++.old-deja/g++.mike/thunk3.C: Likewise.
9969 * g++.old-deja/g++.other/rtti3.C: Likewise.
9970 * g++.old-deja/g++.other/rttid3.C: Likewise.
9971
9972 2000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
9973
9974 * g77.f-torture/compile/20000630-1.x: Fix typo
9975
9976 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
9977
9978 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
9979 assembly output.
9980
9981 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
9982
9983 * gcc.dg/cpp/ident.c: New test.
9984
9985 2000-07-05 Neil Booth <NeilB@earthling.net>
9986
9987 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
9988 gcc.dg/cpp/lexstrng.c: New tests.
9989
9990 2000-07-04 Neil Booth <NeilB@earthling.net>
9991
9992 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
9993 * gcc.dg/cpp/strify2.c: Same.
9994
9995 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
9996
9997 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
9998 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
9999 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
10000 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
10001
10002 * testsuite/gcc.dg/cpp/macro1.c,
10003 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
10004 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
10005 testsuite/gcc.dg/cpp/strify1.c,
10006 testsuite/gcc.dg/cpp/strify2.c: New tests.
10007
10008 2000-07-03 Jakub Jelinek <jakub@redhat.com>
10009
10010 * gcc.c-torture/execute/20000703-1.c: New test.
10011
10012 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
10013
10014 * g++.old-deja/g++.pt (lookup10.C): New test.
10015
10016 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
10017
10018 * g++.old-deja/g++.pt (typename25.C): New test.
10019
10020 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
10021
10022 * gcc.c-torture/compile/20000701-1.c: New test.
10023
10024 2000-06-30 Nick Clifton <nickc@cygnus.com>
10025
10026 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
10027 to test case.
10028
10029 2000-06-30 Catherine Moore <clm@cygnus.com>
10030
10031 * gcc.c-torture/execute/align-1.c: New test.
10032
10033 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
10034
10035 * g++.old-deja/g++.pt/expr8.C: New test.
10036 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
10037
10038 2000-06-29 Nick Clifton <nickc@cygnus.com>
10039
10040 * gcc.c-torture/compile/20000629-1.c: New test.
10041
10042 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
10043
10044
10045 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
10046 gcc.dg/noncompile directory, depending on whether they're
10047 preprocessor tests or not. Annotate all the tests for the dg
10048 framework.
10049
10050 * gcc.c-torture/noncompile/noncompile.exp: Delete.
10051 * gcc.dg/noncompile/noncompile.exp: New.
10052
10053 * Moved files:
10054 Old name New name
10055 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
10056 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
10057 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
10058 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
10059 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
10060 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
10061 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
10062 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
10063 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
10064 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
10065 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
10066 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
10067 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
10068 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
10069 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
10070 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
10071 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
10072 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
10073 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
10074 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
10075 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
10076 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
10077 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
10078 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
10079
10080 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
10081 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
10082 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
10083 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
10084 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
10085 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
10086
10087 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
10088
10089 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
10090 declare one variable. On the fourth, error.
10091 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
10092 declared by 20000628-1a.h.
10093
10094 2000-06-29 Richard Henderson <rth@redhat.com>
10095
10096 * gcc.c-torture/execute/930529-1.x: New file.
10097 * gcc.dg/920413-1.c: Adjust expected warning text.
10098 * gcc.dg/980217-1.c: Declare abort.
10099 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
10100
10101 Thu Jun 29 09:42:40 2000 Jeffrey A Law (law@cygnus.com)
10102
10103 * g77.f-torture/compile/20000629-1.f: New test.
10104 * g77.f-torture/compile/20000629-1.x: Expected to fail.
10105
10106 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
10107
10108 Rearrange lots of files, removing entirely the
10109 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
10110 directories.
10111
10112 * Deleted files:
10113 gcc.c-torture/code_quality/code_quality.exp
10114 gcc.c-torture/special/special.exp
10115 gcc.failure/failure.exp
10116 gcc.failure/940409-1.x
10117 gcc.c-torture/compile/961203-1.x
10118
10119 * New files:
10120 gcc.misc-tests/linkage.exp
10121 gcc.c-torture/execute/920730-1t.c
10122 gcc.c-torture/execute/920730-1t.x
10123 gcc.c-torture/compile/920520-1.x
10124 gcc.c-torture/compile/920521-1.x
10125 gcc.c-torture/compile/981006-1.x
10126 gcc.c-torture/execute/eeprof-1.x
10127
10128 * Moved files (possibly with modifications to fit a new harness):
10129 Old name New name
10130 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
10131 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
10132 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
10133 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
10134 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
10135 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
10136 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
10137 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
10138 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
10139 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
10140 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
10141 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
10142 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
10143 gcc.failure/940409-1.c gcc.dg/940409-1.c
10144
10145 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
10146
10147 * c-torture/compile/961203-1.x: Delete.
10148
10149 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
10150 not exit. Include stdio.h.
10151 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
10152 * gcc.misc-tests/dg-12.c: Likewise.
10153 * gcc.misc-tests/dg-5.c: Likewise.
10154 * gcc.misc-tests/dg-6.c: Likewise.
10155 * gcc.misc-tests/dg-7.c: Prototype abort.
10156 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
10157 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
10158 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
10159 not exit.
10160 * gcc.misc-tests/sieve.c: Use return from main, not exit.
10161 * gcc.misc-tests/sort2.c: Use return from main, not exit.
10162
10163 2000-06-28 Jakub Jelinek <jakub@redhat.com>
10164
10165 * gcc.dg/cpp/20000628-1.c: New test.
10166 * gcc.dg/cpp/20000628-1.h: New header for above test.
10167 * gcc.dg/cpp/20000628-1a.h: Likewise.
10168
10169 2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
10170
10171 * gcc.dg/cpp: New directory.
10172 * gcc.dg/cpp/cpp.exp: New driver.
10173 * gcc.dg/cpp/20000627-1.c: New test.
10174 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
10175 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
10176 and rewrite as a compilation test.
10177
10178 * gcc.dg: Move many files into the cpp subdirectory, possibly
10179 renaming or editing them as well.
10180 Old name New name
10181 990119-1.c cpp/19990119-1.c
10182 990228-1.c cpp/19990228-1.c
10183 990407-1.c cpp/19990407-1.c
10184 990409-1.c cpp/19990409-1.c
10185 990413-1.c cpp/19990413-1.c
10186 990703-1.c cpp/19990703-1.c
10187 20000127-1.c cpp/20000127-1.c
10188 20000129-1.c cpp/20000129-1.c
10189 20000207-1.c cpp/20000207-1.c
10190 20000207-2.c cpp/20000207-2.c
10191 20000209-1.c cpp/20000209-1.c
10192 20000209-2.c cpp/20000209-2.c
10193 20000301-1.c cpp/20000301-1.c
10194 20000419-1.c cpp/20000419-1.c
10195 20000510-1.S cpp/20000510-1.S
10196 20000519-1.c cpp/20000519-1.c
10197 20000529-1.c cpp/20000529-1.c
10198 20000625-1.c cpp/20000625-1.c
10199 20000625-2.c cpp/20000625-2.c
10200 cpp-as1.c cpp/assert1.c
10201 cpp-as2.c cpp/assert2.c
10202 cxx-comments-1.c cpp/cxxcom1.c
10203 cxx-comments-2.c cpp/cxxcom2.c
10204 endif-label.c cpp/endif.c
10205 cpp-hash1.c cpp/hash1.c
10206 cpp-hash2.c cpp/hash2.c
10207 cpp-if1.c cpp/if-1.c
10208 cpp-if2.c cpp/if-2.c
10209 cpp-if3.c cpp/if-3.c
10210 cpp-if4.c cpp/if-4.c
10211 cpp-if5.c cpp/if-5.c
10212 cpp-cond.c cpp/if-cexp.c
10213 cpp-missingop.c cpp/if-mop.c
10214 cpp-missingparen.c cpp/if-mpar.c
10215 cpp-opprec.c cpp/if-oppr.c
10216 cpp-ifparen.c cpp/if-paren.c
10217 cpp-shortcircuit.c cpp/if-sc.c
10218 cpp-shift.c cpp/if-shift.c
10219 cpp-unary.c cpp/if-unary.c
10220 cpp-li1.c cpp/line1.c
10221 cpp-li2.c cpp/line2.c
10222 lineno.c cpp/line3.c
10223 lineno-2.c cpp/line4.c
10224 cpp-mi.c cpp/mi1.c
10225 cpp-mic.h cpp/mi1c.h
10226 cpp-micc.h cpp/mi1cc.h
10227 cpp-mind.h cpp/mi1nd.h
10228 cpp-mindp.h cpp/mi1ndp.h
10229 cpp-mix.h cpp/mi1x.h
10230 cpp-mi2.c cpp/mi2.c
10231 cpp-mi2a.h cpp/mi2a.h
10232 cpp-mi2b.h cpp/mi2b.h
10233 cpp-mi2c.h cpp/mi2c.h
10234 cpp-mi3.c cpp/mi3.c
10235 cpp-mi3.def cpp/mi3.def
10236 poison-1.c cpp/poison.c
10237 pr-impl.c cpp/prag-imp.c
10238 cpp-redef-2.c cpp/redef1.c
10239 cpp-redef.c cpp/redef2.c
10240 strpaste.c cpp/strp1.c
10241 strpaste-2.c cpp/strp2.c
10242 cpp-tradpaste.c cpp/tr-paste.c
10243 cpp-tradstringify.c cpp/tr-str.c
10244 cpp-tradwarn1.c cpp/tr-warn1.c
10245 cpp-tradwarn2.c cpp/tr-warn2.c
10246 trigraphs.c cpp/trigraphs.c
10247 cpp-unc1.c cpp/unc1.c
10248 cpp-unc2.c cpp/unc2.c
10249 cpp-unc3.c cpp/unc3.c
10250 cpp-unc.c cpp/unc4.c
10251 undef.c cpp/undef1.c
10252 undef-2.c cpp/undef2.c
10253 cpp-wi1.c cpp/widestr1.c
10254
10255 2000-06-27 Mark Mitchell <mark@codesourcery.com>
10256
10257 * lib/g++.exp (g++_include_flags): Tweak.
10258
10259 2000-06-27 H.J. Lu <hjl@gnu.org>
10260 Loren J. Rittle <ljrittle@acm.org>
10261
10262 * lib/g++.exp (g++_include_flags): Override libgloss.exp
10263 version with one that knows about the new gcc tree structure.
10264 (g++_link_flags): Same.
10265
10266 2000-06-26 Zack Weinberg <zack@wolery.cumb.org>
10267
10268 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
10269 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
10270 case we are cross-compiling.
10271
10272 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
10273 g++.old-deja/g++.niklas/Makefile.in,
10274 g++.old-deja/g++.niklas/configure.in,
10275 g++.old-deja/g++.other/Makefile.in,
10276 g++.old-deja/g++.other/configure.in,
10277 gcc.c-torture/code_quality/Makefile.in,
10278 gcc.c-torture/code_quality/configure.in,
10279 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
10280 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
10281 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
10282 gcc.c-torture/execute/ieee/Makefile.in,
10283 gcc.c-torture/execute/ieee/configure.in,
10284 gcc.c-torture/noncompile/Makefile.in,
10285 gcc.c-torture/noncompile/configure.in,
10286 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
10287 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
10288 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
10289
10290 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10291
10292 * g++.old-deja/g++.other/ambig3.C: New test.
10293
10294 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10295
10296 * g++.old-deja/g++.pt/syntax1.C: New test.
10297 * g++.old-deja/g++.pt/syntax2.C: New test.
10298 * g++.old-deja/g++.other/syntax3.C: New test.
10299 * g++.old-deja/g++.other/syntax4.C: New test.
10300
10301 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10302
10303 * gcc.dg/20000623-1.c: Prototype exit and abort.
10304
10305 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10306
10307 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
10308 New tests.
10309 * gcc.dg/cpp-mi3.def: New file.
10310
10311 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
10312 inside assertions.
10313 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
10314 lexer's error messages.
10315 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
10316 divine anything from the linemarkers.
10317 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
10318 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
10319
10320 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
10321
10322 * gcc.dg/20000623-1.c: New test.
10323
10324 2000-06-22 Jakub Jelinek <jakub@redhat.com>
10325
10326 * gcc.c-torture/execute/20000622-1.c: New test.
10327
10328 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10329
10330 * g++.old-deja/g++.other/init15.C: New test.
10331
10332 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10333
10334 * g++.old-deja/g++.pt/vaarg2.C: New test.
10335 * g++.old-deja/g++.pt/vaarg3.C: New test.
10336
10337 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
10338
10339 * g++.old-deja/g++.other/dyncast6.C: New test.
10340
10341 2000-06-15 Jakub Jelinek <jakub@redhat.com>
10342
10343 * gcc.c-torture/execute/loop-6.c: New test.
10344
10345 2000-06-14 Jakub Jelinek <jakub@redhat.com>
10346
10347 * gcc.dg/20000614-1.c: New test.
10348 * gcc.dg/20000614-2.c: New test.
10349
10350 2000-06-14 Hans-Peter Nilsson <hp@axis.com>
10351
10352 * g++.old-deja/g++.other/inline12.C: New test.
10353
10354 2000-06-13 Jakub Jelinek <jakub@redhat.com>
10355
10356 * g++.old-deja/g++.other/eh1.C: New test.
10357
10358 2000-06-12 Jakub Jelinek <jakub@redhat.com>
10359
10360 * g++.old-deja/g++.other/type.C: New test.
10361
10362 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10363
10364 * g++.old-deja/g++.other/initstring.C: New test.
10365
10366 2000-06-12 Jason Merrill <jason@redhat.com>
10367
10368 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
10369
10370 Fri Jun 9 22:46:34 2000 Jeffrey A Law (law@cygnus.com)
10371
10372 * gcc.c-torture/compile/20000609-1.c: New test.
10373
10374 Fri Jun 9 21:54:28 2000 Clinton Popetz <cpopetz@cygnus.com>
10375
10376 * gcc.dg/20000609-1.c: New test.
10377
10378 2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
10379
10380 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
10381 * gcc.c-torture/noncompile/poison-1.c: Move...
10382 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
10383 * gcc.dg/cpp-li1.c: Add a token after the #line.
10384
10385 2000-06-05 Richard Henderson <rth@cygnus.com>
10386
10387 * gcc.c-torture/execute/20000605-2.c: New test.
10388 * gcc.c-torture/execute/20000605-3.c: New test.
10389
10390 2000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
10391
10392 * g77.f-torture/execute/20000503-1.x: New file.
10393
10394 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
10395
10396 * g++.old-deja/g++.eh/badalloc1.C: New test.
10397
10398 2000-06-05 Richard Henderson <rth@cygnus.com>
10399
10400 * gcc.c-torture/execute/20000605-1.c: New test.
10401
10402 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10403 Nathan Sidwell <nathan@codesourcery.com>
10404
10405 * gcc.c-torture/compile/20000605-1.c: New test.
10406
10407 2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
10408
10409 * g77.f-torture/compile/20000601-1.f: New test.
10410
10411 2000-06-03 Richard Henderson <rth@cygnus.com>
10412
10413 * gcc.c-torture/execute/20000603-1.c: New.
10414
10415 2000-06-02 Zack Weinberg <zack@wolery.cumb.org>
10416
10417 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
10418 * gcc.dg/noreturn-2.c (noreturn): Likewise.
10419
10420 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
10421
10422 * gcc.dg/compare2.c (case 12): XFAIL.
10423 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
10424 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
10425
10426 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
10427
10428 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
10429
10430 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
10431 guard macro is already defined when the header is first
10432 included.
10433 * gcc.dg/cpp-mix.h: New file.
10434 * gcc.dg/endif-label.c: Update patterns to match compiler.
10435
10436 * g++.brendan/complex1.C: Declare abort.
10437 * g++.law/refs4.C: Remove XFAIL.
10438 * g++.oliva/expr2.C: Declare abort and exit.
10439
10440 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
10441
10442 * gcc.c-torture/execute/20000528-1.c: New test.
10443
10444 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
10445 * g++.old-deja/g++.law/temps4.C: Likewise.
10446
10447 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
10448 stdlib.h. Call abort() on failure.
10449 * g++.old-deja/g++.law/refs4.C: Likewise.
10450 * g++.old-deja/g++.law/temps4.C: Likewise.
10451 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
10452 * gcc.c-torture/execute/20000112-1.c: Include string.h.
10453
10454 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
10455
10456 Relative to g++.dg/special:
10457 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
10458
10459 Relative to g++.old-deja:
10460 * g++.brendan/complex1.C, g++.jason/optimize2.C,
10461 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
10462 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
10463 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
10464 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
10465 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
10466 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
10467
10468 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
10469 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
10470 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
10471 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
10472 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
10473 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
10474 and/or string.h.
10475
10476 * g++.other/goto1.C: Update expectations for error messages.
10477
10478 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
10479
10480 * gcc.c-torture/compile/20000523-1.c: New test.
10481
10482 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10483
10484 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
10485
10486 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10487
10488 * g++.old-deja/g++.eh/catch11.C: New test.
10489 * g++.old-deja/g++.eh/catch12.C: New test.
10490
10491 2000-05-24 Nick Clifton <nickc@cygnus.com>
10492
10493 * gcc.c-torture/execute/20000523-1.c: New test.
10494
10495 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
10496
10497 * c-torture/execute/bcp-1.c: Replace abort in arg of
10498 __builtin_constant_p with a generic external function.
10499
10500 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
10501 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
10502 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
10503 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
10504 Prototype abort and/or exit.
10505
10506 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
10507 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
10508 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
10509 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
10510
10511 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
10512
10513 * gcc.dg/dwarf2-1.c: New test.
10514
10515 2000-05-20 Richard Henderson <rth@cygnus.com>
10516
10517 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
10518
10519 2000-05-20 Andreas Jaeger <aj@suse.de>
10520
10521 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
10522 testcase.
10523
10524 2000-05-19 David Edelsohn <edelsohn@gnu.org>
10525
10526 * gcc.c-torture/execute/20000519-2.c: New test.
10527
10528 2000-05-19 Andreas Jaeger <aj@suse.de>
10529
10530 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
10531 which fails with SSA.
10532
10533 * lib/c-torture.exp: Also test with -O3 -fssa.
10534
10535 2000-05-18 Michael Meissner <meissner@redhat.com>
10536
10537 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
10538 * gcc.c-torture/execute/920415-1.c: Ditto.
10539 * gcc.c-torture/execute/920501-1.c: Ditto.
10540 * gcc.c-torture/execute/conversion.c: Ditto.
10541 * gcc.c-torture/execute/cvt-1.c: Ditto.
10542
10543 Thu May 18 16:03:29 2000 Jeffrey A Law (law@cygnus.com)
10544
10545 * gcc.c-torture/compile/20000518-1.c: New test.
10546
10547 2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
10548
10549 * g77.f-torture/compile/200005018.f: New test.
10550
10551 Wed May 17 18:30:10 2000 Jeffrey A Law (law@cygnus.com)
10552
10553 * gcc.c-torture/compile/20000517-1.c: New test.
10554
10555 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10556
10557 * gcc.c-torture/execute/20000516-1.c: New test.
10558
10559 2000-05-15 Jakub Jelinek <jakub@redhat.com>
10560
10561 * g++.old-deja/g++.other/eh.C: New test.
10562
10563 2000-05-12 Richard Henderson <rth@cygnus.com>
10564
10565 * gcc.c-torture/execute/990208-1.c (main): Don't pass
10566 constants through to doit's conditional.
10567
10568 Thu May 11 19:02:43 2000 Jeffrey A Law (law@cygnus.com)
10569
10570 * gcc.c-torture/compile/20000511-1.c: New test.
10571 * g77.f-torture/compile/20000511-1.f: New test.
10572 * g77.f-torture/compile/20000511-2.f: New test.
10573
10574 2000-05-11 Michael Meissner <meissner@redhat.com>
10575
10576 * gcc.c-torture/execute/20000511-1.c: New test.
10577
10578 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
10579
10580 * gcc.dg/dg.exp: Scan .S files as well as .c files.
10581 * gcc.dg/20000510-1.S: New.
10582
10583 2000-05-08 Catherine Moore <clm@cygnus.com>
10584
10585 * gcc.dg/unused-3.c: New.
10586
10587 2000-05-06 Richard Henderson <rth@cygnus.com>
10588
10589 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
10590 * g++.old-deja/g++.mike/warn1.C: Likewise.
10591 * g++.old-deja/g++.pt/local1.C: Likewise.
10592 * g++.old-deja/g++.pt/local7.C: Likewise.
10593 * g++.old-deja/g++.pt/spec16.C: Likewise.
10594
10595 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
10596
10597 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
10598
10599 2000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
10600
10601 * g77.f-torture/execute/20000503-1.f: New test.
10602
10603 2000-05-04 Andreas Jaeger <aj@suse.de>
10604
10605 * gcc.dg/noreturn-2.c: New test.
10606
10607 2000-05-04 Neil Booth <NeilB@earthling.net>
10608
10609 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
10610 preprocessor.
10611
10612 2000-05-04 Richard Henderson <rth@cygnus.com>
10613
10614 * gcc.c-torture/execute/20000503-1.c: Fix typo.
10615
10616 2000-05-04 Richard Henderson <rth@cygnus.com>
10617
10618 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
10619 OpenSSL by Jason R Thorpe.
10620
10621 Wed May 3 13:02:10 2000 Jim Wilson <wilson@cygnus.com>
10622
10623 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
10624
10625 2000-05-03 Robert Lipe <robertlipe@usa.net>
10626
10627 * gcc.dg/20000503-1.c: New test.
10628
10629 2000-05-02 Jakub Jelinek <jakub@redhat.com>
10630
10631 * gcc.c-torture/compile/20000502-1.c: New test.
10632 * g++.old-deja/g++.other/align.C: New test.
10633 * gcc.dg/cpp-tradstringify.c: New test.
10634
10635 Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
10636
10637 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
10638 and hard registers.
10639
10640 2000-04-26 Geoff Keating <geoffk@cygnus.com>
10641
10642 * gcc.c-torture/execute/loop-5.c: New test.
10643
10644 2000-04-25 Jakub Jelinek <jakub@redhat.com>
10645
10646 * gcc.c-torture/execute/va-arg-20.c: New test.
10647
10648 Sun Apr 23 14:41:33 2000 Jeffrey A Law (law@cygnus.com)
10649
10650 * gcc.c-torture/execute/20000422-1.c: New test.
10651
10652 2000-04-20 Greg McGary <gkm@gnu.org>
10653
10654 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
10655 when optimizing, but without sibling-call optimizations (-O1).
10656
10657 Thu Apr 20 11:57:03 2000 Jeffrey A Law (law@cygnus.com)
10658
10659 * gcc.c-torture/compile/20000420-1.c: New test.
10660
10661 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
10662
10663 * g++.abi/ptrflags.C: New test.
10664 * g++.eh/catchptr1.C: Test incomplete pointer chains.
10665
10666 Wed Apr 19 09:16:32 2000 Catherine Moore <clm@cygnus.com>
10667
10668 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
10669
10670 2000-04-19 Greg McGary <gkm@gnu.org>
10671
10672 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
10673 sibling-call optimizations.
10674
10675 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
10676
10677 * gcc.dg/20000419-1.c: New test.
10678
10679 Wed Apr 12 22:54:02 2000 Hans-Peter Nilsson <hp@axis.com>
10680
10681 * gcc.c-torture/execute/20000412-6.c: New test.
10682
10683 Wed Apr 12 10:25:08 2000 Jeffrey A Law (law@cygnus.com)
10684
10685 * gcc.c-torture/execute/20000412-5.c: New test.
10686 * g77.f-torture/compile/20000412-1.f: New test.
10687 * gcc.c-torture/execute/20000412-4.c: New test.
10688 * gcc.c-torture/compile/20000412-2.c: New test.
10689 * gcc.c-torture/execute/20000412-3.c: New test.
10690 * gcc.c-torture/compile/20000412-1.c: New test.
10691 * gcc.c-torture/execute/20000412-2.c: New test.
10692
10693 2000-04-12 Jakub Jelinek <jakub@redhat.com>
10694
10695 * objc/execute/bf-20.m: New test.
10696
10697 2000-04-10 Richard Henderson <rth@cygnus.com>
10698
10699 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
10700
10701 * gcc.c-torture/execute/20000412-1.c: New test.
10702
10703 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
10704
10705 * g++.old-deja/g++.eh/catchptr1.C: New test.
10706
10707 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
10708
10709 * g++.old-deja/g++.abi/cxa_vec.C: New test.
10710
10711 2000-04-08 Neil Booth <NeilB@earthling.net>
10712
10713 * gcc.dg/cpp-nullchar.c: Remove test as
10714 embedded nulls cause problems.
10715
10716 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10717
10718 * gcc.dg/compare2.c: New test.
10719
10720 2000-04-08 Neil Booth <NeilB@earthling.net>
10721
10722 * gcc.dg/cpp-nullchar.c: New test.
10723
10724 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
10725
10726 * gcc.dg/cpp-mi2.c: New test.
10727 * gcc.dg/cpp-mi2[abc].h: New files.
10728
10729 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
10730
10731 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
10732 member name.
10733
10734 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
10735
10736 * g++.old-deja/g++.abi/vmihint.C: New test.
10737
10738 2000-04-06 Neil Booth <NeilB@earthling.net>
10739
10740 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
10741 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
10742 copyright.
10743
10744 Wed Apr 5 22:51:36 2000 Hans-Peter Nilsson <hp@axis.com>
10745
10746 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
10747 avoid stack-frame overwrite.
10748
10749 2000-04-05 Jakub Jelinek <jakub@redhat.com>
10750
10751 * gcc.c-torture/compile/20000405-2.c: New test.
10752 * gcc.c-torture/compile/20000405-3.c: New test.
10753
10754 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10755
10756 * gcc.c-torture/compile/20000405-1.c: New test.
10757
10758 2000-04-04 Geoff Keating <geoffk@cygnus.com>
10759
10760 * gcc.dg/cast-qual-1.c: Revert last change.
10761
10762 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10763
10764 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
10765
10766 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
10767
10768 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
10769 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
10770
10771 Mon Apr 3 02:35:34 2000 Jeffrey A Law (law@cygnus.com)
10772
10773 * gcc.c-torture/compile/20000403-2.c: New test.
10774 * gcc.c-torture/compile/20000403-1.c: New test.
10775
10776 Mon Apr 3 16:53:52 2000 Hans-Peter Nilsson <hp@axis.com>
10777
10778 * gcc.c-torture/execute/20000403-1.c: New test.
10779
10780 2000-04-03 Geoff Keating <geoffk@cygnus.com>
10781
10782 * gcc.c-torture/execute/20000402-1.c: New test.
10783
10784 Mon Apr 3 14:10:34 2000 Donald Lindsay <dlindsay@cygnus.com>
10785
10786 * gcc.c-torture/execute/va-arg-15.c: New test.
10787 * gcc.c-torture/execute/va-arg-16.c: New test.
10788 * gcc.c-torture/execute/va-arg-17.c: New test.
10789 * gcc.c-torture/execute/va-arg-18.c: New test.
10790 * gcc.c-torture/execute/va-arg-19.c: New test.
10791
10792 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
10793
10794 * gcc.c-torture/compile/981211-1.c: Move to...
10795 * gcc.dg/cpp-as1.c: ...here.
10796 * gcc.dg/cpp-as2.c: New file.
10797
10798 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
10799 compiler.
10800
10801 2000-04-02 Neil Booth <NeilB@earthling.net>
10802
10803 * gcc.dg/cpp-cond.c New tests.
10804 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
10805 accidental success less likely.
10806 * gcc.dg/cpp-missingop.c New tests.
10807 * gcc.dg/cpp-missingparen.c New tests.
10808 * gcc.dg/cpp-shift.c New tests.
10809 * gcc.dg/cpp-shortcircuit.c New tests.
10810 * gcc.dg/cpp-unary.c New tests.
10811
10812 Wed Mar 29 13:44:23 2000 Jeffrey A Law (law@cygnus.com)
10813
10814 * gcc.c-torture/compile/20000329-1.c: New test.
10815
10816 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
10817
10818 * gcc.c-torture/compile/20000326-1.c: New test.
10819 * gcc.c-torture/compile/20000326-2.c: New test.
10820
10821 2000-03-24 Geoff Keating <geoffk@cygnus.com>
10822
10823 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
10824 the first parameter is a function argument.
10825
10826 2000-03-23 Nathan Sidwell <nathan@codesourcery.com>
10827
10828 * g++.old-deja/g++.ext/array4.C: New test.
10829
10830 2000-03-22 Geoff Keating <geoffk@cygnus.com>
10831
10832 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
10833
10834 2000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10835
10836 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
10837
10838 2000-03-19 Richard Henderson <rth@cygnus.com>
10839
10840 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
10841
10842 2000-03-19 Richard Henderson <rth@cygnus.com>
10843
10844 * gcc.c-torture/compile/20000319-1.c: New test.
10845
10846 Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
10847
10848 * gcc.c-torture/execute/20000314-3.c: New test.
10849 * gcc.c-torture/execute/20000314-2.c: New test.
10850 * gcc.c-torture/execute/20000314-1.c: New test.
10851 * gcc.c-torture/compile/20000314-2.c: New test.
10852 * gcc.c-torture/compile/20000314-1.c: New test.
10853
10854 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
10855
10856 * g++.old-deja/g++.warn/inline.C: New test.
10857
10858 Fri Mar 10 01:15:19 2000 Hans-Peter Nilsson <hp@bitrange.com>
10859
10860 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
10861 standards-compliant result rather than specific constants.
10862 Put test-values in array.
10863
10864 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
10865
10866 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
10867 (g++_target_compile): Put test-specific options last.
10868
10869 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10870
10871 * g++.old-deja/g++.eh/vbase4.C: New test.
10872
10873 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10874
10875 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
10876
10877 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10878
10879 * g++.old-deja/g++.brendan/misc12.C: Removed.
10880 * g++.old-deja/g++.pt/memtemp77.C: Constify.
10881 * g++.old-deja/g++.ext/pretty4.C: New test.
10882
10883 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10884
10885 * g++.old-deja/g++.other/string2.C: New test.
10886
10887 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
10888
10889 * g++.old-deja/g++.warn/impint2.C: New test.
10890
10891 Sun Mar 5 23:25:12 2000 Hans-Peter Nilsson <hp@bitrange.com>
10892
10893 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
10894 is 1, not zero.
10895
10896 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
10897
10898 * g++.old-deja/g++.warn/impint.C: New test.
10899 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
10900 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
10901 * g++.old-deja/g++.pt/explicit12.C: Likewise.
10902 * g++.old-deja/g++.pt/explicit13.C: Likewise.
10903 * g++.old-deja/g++.pt/explicit17.C: Likewise.
10904 * g++.old-deja/g++.pt/explicit18.C: Likewise.
10905 * g++.old-deja/g++.pt/explicit19.C: Likewise.
10906 * g++.old-deja/g++.pt/explicit23.C: Likewise.
10907 * g++.old-deja/g++.pt/explicit31.C: Likewise.
10908 * g++.old-deja/g++.pt/explicit35.C: Likewise.
10909 * g++.old-deja/g++.pt/explicit6.C: Likewise.
10910 * g++.old-deja/g++.pt/memclass7.C: Likewise.
10911
10912 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
10913
10914 * gcc.dg/cpp-redef.c: New test.
10915
10916 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
10917
10918 * g++.old-deja/g++.pt/unify7.C: New test.
10919
10920 Sat Feb 26 19:46:09 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10921
10922 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
10923 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
10924
10925 2000-02-25 Geoff Keating <geoffk@cygnus.com>
10926
10927 * gcc.c-torture/compile/20000224-1.c: New test.
10928
10929 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10930
10931 * gcc.c-torture/compile/cpp-2.c: New test.
10932 * gcc.c-torture/compile/cpp-1.c: New test.
10933
10934 Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com)
10935
10936 * gcc.c-torture/execute/20000225-1.c: New test.
10937
10938 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10939
10940 * gcc.dg/cpp-li2.c: New test.
10941
10942 * gcc.dg/cpp-wi1.c: New test.
10943
10944 * gcc.dg/cpp-li1.c: New test.
10945
10946 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
10947
10948 * g++.old-deja/g++.other/sizeof5.C: New test.
10949
10950 2000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10951
10952 * gcc.c-torture/execute/va-arg-13.c: New test.
10953
10954 Wed Feb 23 14:16:06 2000 Donald Lindsay <dlindsay@cygnus.com>
10955
10956 * gcc.c-torture/execute/va-arg-12.c: New test.
10957
10958 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10959
10960 * gcc.c-torture/execute/20000223-1.c: New test.
10961
10962 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10963
10964 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
10965
10966 2000-02-22 Mark Mitchell <mark@codesourcery.com>
10967
10968 * g++.old-deja/g++.abi/ptrmem.C: New test.
10969
10970 2000-02-19 Richard Henderson <rth@cygnus.com>
10971
10972 * gcc.c-torture/compile/init-3.c: New.
10973
10974 2000-02-17 Mark Mitchell <mark@codesourcery.com>
10975
10976 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
10977 ALWAYS_CXXFLAGS.
10978
10979 Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com>
10980
10981 * gcc.c-torture/compile/20000211-3.c: New test.
10982
10983 Fri Feb 11 12:35:40 2000 Martin Buchholz <martin@xemacs.org>
10984
10985 * gcc.c-torture/compile/20000211-2.c: New test.
10986
10987 Fri Feb 11 12:35:40 2000 Jeffrey A Law (law@cygnus.com)
10988
10989 * gcc.c-torture/compile/20000211-1.c: New test.
10990
10991 2000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
10992
10993 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
10994 on native targets
10995
10996 2000-02-08 Nathan Sidwell <nathan@acm.org>
10997
10998 * g++.old-deja/g++.other/cast5.C: New test.
10999
11000 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
11001
11002 * gcc.c-torture/execute/20000205-1.c: New.
11003
11004 2000-02-03 Nathan Sidwell <nathan@acm.org>
11005
11006 * g++.old-deja/g++.jason/cast3.C: Return void.
11007 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
11008
11009 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11010
11011 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
11012
11013 * gcc.dg/loop-1.c: New test.
11014
11015 2000-01-27 Jakub Jelinek <jakub@redhat.com>
11016
11017 * gcc.c-torture/compile/20000127-1.c: New test.
11018 * gcc.c-torture/execute/991228-1.c: New test.
11019
11020 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11021
11022 * gcc.dg/unused-2.c: New test.
11023
11024 * gcc.dg/conv-1.c: New test.
11025
11026 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11027
11028 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
11029 compiler.
11030 (tool_option_proc): Fix typo.
11031
11032 2000-01-24 Geoff Keating <geoffk@cygnus.com>
11033
11034 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
11035 of the ld on the host, not on the build machine.
11036 Also, don't crash if '--help' is not a supported option.
11037
11038 2000-01-24 Richard Henderson <rth@cygnus.com>
11039
11040 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
11041
11042 Thu Jan 20 12:34:48 2000 Jeffrey A Law (law@cygnus.com)
11043
11044 * gcc.c-torture/execute/20000120-2.c: New test.
11045 * gcc.c-torture/execute/20000120-1.c: New test.
11046
11047 Thu Jan 13 02:29:32 2000 Jeffrey A Law (law@cygnus.com)
11048
11049 * gcc.c-torture/execute/20000113-1.c: New test.
11050
11051 Wed Jan 12 20:26:58 2000 Jeffrey A Law (law@cygnus.com)
11052
11053 * gcc.c-torture/execute/20000112-1.c: New test.
11054
11055 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11056
11057 * gcc.dg/20000111-1.c: New test.
11058
11059 Mon Jan 10 18:12:49 2000 Jeffrey A Law (law@cygnus.com)
11060
11061 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
11062 with 16 bit integers.
11063
11064 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11065
11066 * gcc.dg/20000108-1.c: New test.
11067
11068 2000-01-05 Nathan Sidwell <nathan@acm.org>
11069
11070 * g++.old-deja/g++.ns/koenig8.C: New test.
11071
11072 2000-01-05 Nathan Sidwell <nathan@acm.org>
11073
11074 * g++.old-deja/g++.other/cast4.C: New test.
11075
11076 Wed Jan 5 00:26:20 2000 Jeffrey A Law (law@cygnus.com)
11077
11078 * gcc.c-torture/compile/20000105-2.c: New test.
11079 * gcc.c-torture/compile/20000105-1.c: New test.
11080
11081 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11082
11083 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
11084 references to printf & atoi to conform to ANSI standard.
11085 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
11086 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
11087 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
11088 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
11089 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
11090 * g++.old-deja/g++.brendan/complex1.C: Likewise.
11091 * g++.old-deja/g++.brendan/copy1.C: Likewise.
11092 * g++.old-deja/g++.brendan/copy2.C: Likewise.
11093 * g++.old-deja/g++.brendan/copy3.C: Likewise.
11094 * g++.old-deja/g++.brendan/copy4.C: Likewise.
11095 * g++.old-deja/g++.brendan/copy5.C: Likewise.
11096 * g++.old-deja/g++.brendan/copy6.C: Likewise.
11097 * g++.old-deja/g++.brendan/copy7.C: Likewise.
11098 * g++.old-deja/g++.brendan/copy8.C: Likewise.
11099 * g++.old-deja/g++.brendan/crash11.C: Likewise.
11100 * g++.old-deja/g++.brendan/crash14.C: Likewise.
11101 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
11102 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
11103 * g++.old-deja/g++.brendan/delete2.C: Likewise.
11104 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
11105 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
11106 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
11107 * g++.old-deja/g++.brendan/eh1.C: Likewise.
11108 * g++.old-deja/g++.brendan/groff1.C: Likewise.
11109 * g++.old-deja/g++.brendan/init3.C: Likewise.
11110 * g++.old-deja/g++.brendan/misc12.C: Likewise.
11111 * g++.old-deja/g++.brendan/misc7.C: Likewise.
11112 * g++.old-deja/g++.brendan/new2.C: Likewise.
11113 * g++.old-deja/g++.brendan/operators4.C: Likewise.
11114 * g++.old-deja/g++.brendan/operators5.C: Likewise.
11115 * g++.old-deja/g++.brendan/overload2.C: Likewise.
11116 * g++.old-deja/g++.brendan/overload7.C: Likewise.
11117 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
11118 * g++.old-deja/g++.brendan/reference1.C: Likewise.
11119 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
11120 * g++.old-deja/g++.brendan/template24.C: Likewise.
11121 * g++.old-deja/g++.brendan/template3.C: Likewise.
11122 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
11123 * g++.old-deja/g++.jason/inline3.C: Likewise.
11124 * g++.old-deja/g++.jason/opeq.C: Likewise.
11125 * g++.old-deja/g++.law/arg5.C: Likewise.
11126 * g++.old-deja/g++.law/arm7.C: Likewise.
11127 * g++.old-deja/g++.law/ctors11.C: Likewise.
11128 * g++.old-deja/g++.law/cvt8.C: Likewise.
11129 * g++.old-deja/g++.law/init9.C: Likewise.
11130 * g++.old-deja/g++.law/refs4.C: Likewise.
11131 * g++.old-deja/g++.law/template2.C: Likewise.
11132 * g++.old-deja/g++.law/visibility24.C: Likewise.
11133 * g++.old-deja/g++.law/vtable3.C: Likewise.
11134 * g++.old-deja/g++.mike/asm2.C: Likewise.
11135 * g++.old-deja/g++.mike/eh1.C: Likewise.
11136 * g++.old-deja/g++.mike/misc1.C: Likewise.
11137 * g++.old-deja/g++.mike/misc13.C: Likewise.
11138 * g++.old-deja/g++.mike/misc14.C: Likewise.
11139 * g++.old-deja/g++.mike/ns12.C: Likewise.
11140 * g++.old-deja/g++.mike/p1248.C: Likewise.
11141 * g++.old-deja/g++.mike/p3708.C: Likewise.
11142 * g++.old-deja/g++.mike/p3708a.C: Likewise.
11143 * g++.old-deja/g++.mike/p3708b.C: Likewise.
11144 * g++.old-deja/g++.mike/p646.C: Likewise.
11145 * g++.old-deja/g++.mike/p700.C: Likewise.
11146 * g++.old-deja/g++.mike/p783.C: Likewise.
11147 * g++.old-deja/g++.mike/p783a.C: Likewise.
11148 * g++.old-deja/g++.mike/p783b.C: Likewise.
11149 * g++.old-deja/g++.mike/p786.C: Likewise.
11150 * g++.old-deja/g++.mike/p789.C: Likewise.
11151 * g++.old-deja/g++.mike/p789a.C: Likewise.
11152 * g++.old-deja/g++.mike/p807a.C: Likewise.
11153 * g++.old-deja/g++.other/delete3.C: Likewise.
11154 * g++.old-deja/g++.other/dyncast1.C: Likewise.
11155 * g++.old-deja/g++.other/dyncast2.C: Likewise.
11156 * g++.old-deja/g++.other/dyncast3.C: Likewise.
11157 * g++.old-deja/g++.other/empty1.C: Likewise.
11158 * g++.old-deja/g++.other/temporary1.C: Likewise.
11159 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
11160 * g++.old-deja/g++.pt/t16.C: Likewise.
11161 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
11162
11163 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
11164
11165 * gcc.dg/991230-1.c: New test.
11166
11167 Wed Dec 29 23:48:49 1999 Jeffrey A Law (law@cygnus.com)
11168
11169 * gcc.c-torture/compile/991229-3.c: New test.
11170 * gcc.c-torture/compile/991229-2.c: New test.
11171 * gcc.c-torture/compile/991229-1.c: New test.
11172
11173 Wed Dec 29 20:54:46 1999 Greg McGary <gkm@eng.ascend.com>
11174
11175 * gcc.c-torture/compile/labels-2.c: New test.
11176
11177 1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
11178
11179 * gcc.c-torture/execute/991227-1.c: New test.
11180
11181 1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11182
11183 * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
11184
11185 1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
11186
11187 * gcc.c-torture/execute/991221-1.c: New test.
11188
11189 1999-12-20 Nathan Sidwell <nathan@acm.org>
11190
11191 * g++.old-deja/g++.other/cast3.C: New test.
11192
11193 1999-12-16 Bernd Schmidt <bernds@cygnus.co.uk>
11194
11195 * gcc.c-torture/execute/991216-4.c: New test.
11196
11197 1999-12-16 Michael Meissner <meissner@cygnus.com>
11198
11199 * gcc.c-torture/execute/991216-1.c: New test.
11200 * gcc.c-torture/execute/991216-2.c: New test.
11201 * gcc.c-torture/execute/991216-3.c: New test.
11202
11203 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11204
11205 * gcc.dg/991214-1.c: Use "__asm__", not "asm".
11206 Actually make the test fail by using "-O2" for compilation.
11207
11208 1999-12-15 Nathan Sidwell <nathan@acm.org>
11209
11210 * g++.old-deja/g++.warn/cast-align1.C: New test.
11211
11212 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11213
11214 * gcc.c-torture/compile/991214-1.c: New test.
11215 * gcc.c-torture/compile/991214-2.c: New test.
11216
11217 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
11218
11219 * gcc.dg/991214-1.c: New test.
11220
11221 Mon Dec 13 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
11222
11223 * gcc.c-torture/compile/991213-3.c: New test.
11224 * gcc.c-torture/compile/991213-2.c: New test.
11225 * gcc.c-torture/compile/991213-1.c: New test.
11226
11227 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11228
11229 * gcc.dg/991209-1.c: New test.
11230
11231 Wed Dec 8 23:44:08 1999 Nathan Sidwell <nathan@acm.org>
11232
11233 * gcc.c-torture/compile/991208-1.c: New test.
11234
11235 1999-12-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11236
11237 * gcc.dg/ultrasp2.c: New test.
11238
11239 1999-12-05 Alex Samuel <samuel@codesourcery.com>
11240
11241 * g++.old-deja/g++.abi/align.C (main): Fix typo.
11242
11243 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
11244
11245 * gcc.c-torture/compile/991202-1.c: New test.
11246 * gcc.c-torture/execute/991202-1.c: New test.
11247 * gcc.c-torture/execute/991202-2.c: New test.
11248 * gcc.c-torture/execute/991202-3.c: New test.
11249
11250 1999-12-02 Alex Samuel <samuel@codesourcery.com>
11251
11252 * g++.old-deja/g++.abi/align.C: New test.
11253 * g++.old-deja/g++.abi/aggregates.C: Likewise.
11254 * g++.old-deja/g++.abi/bitfields.C: Likewise.
11255
11256 1999-12-01 Richard Henderson <rth@cygnus.com>
11257
11258 * gcc.c-torture/execute/991201-1.c: New.
11259
11260 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
11261
11262 * gcc.dg/991129-1.c: New test.
11263
11264 1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
11265
11266 * gcc.c-torture/compile/991127-1.c: New test.
11267
11268 1999-11-22 Nathan Sidwell <nathan@acm.org>
11269
11270 * g++.old-deja/g++.other/warn4.C: New test.
11271
11272 1999-11-22 Nathan Sidwell <nathan@acm.org>
11273
11274 * g++.old-deja/g++.eh/cleanup2.C: New test.
11275 * g++.old-deja/g++.ext/pretty2.C: New test.
11276 * g++.old-deja/g++.ext/pretty3.C: New test.
11277 * g++.old-deja/g++.other/debug6.C: New test.
11278
11279 Wed Oct 20 16:18:23 1999 Jim Wilson <wilson@cygnus.com>
11280
11281 * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
11282 compiler_output to look for one error message instead of two.
11283
11284 1999-11-19 Geoffrey Keating <geoffk@cygnus.com>
11285
11286 * gcc.c-torture/execute/991118-1.c: Also test case
11287 where the word boundary does not split a byte evenly.
11288
11289 1999-11-19 Nathan Sidwell <nathan@acm.org>
11290
11291 * g++.old-deja/g++.ext/restrict1.C: New test.
11292
11293 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11294
11295 * gcc.c-torture/execute/991118-1.c: New test.
11296
11297 1999-11-16 Geoffrey Keating <geoffk@cygnus.com>
11298
11299 * g77.f-torture/execute/u77-test.f (wd): Allow for longer
11300 working directory pathnames.
11301
11302 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
11303
11304 * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
11305 host is equipped with driver.h and driver.o so it can actually
11306 compile and run the tests.
11307
11308 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11309
11310 * gcc.c-torture/compile/991008-1.c: New test.
11311
11312 1999-11-08 Nick Clifton <nickc@cygnus.com>
11313
11314 * lib/gcc-dg.exp: Include target-supports.exp
11315
11316 1999-11-05 Nick Clifton <nickc@cygnus.com>
11317
11318 * lib/target-supports.exp: New file: Provide procs to test for
11319 features supported by the target.
11320 (check_weak_available): Moved here from ecos.exp.
11321 (check_alias_available): New proc: Determine of the target
11322 toolchain supports the alias attribute.
11323
11324 * gcc.dg/special/ecos.exp: Move check_weak_available to
11325 target-supports.exp.
11326 (alias-1.c): Only perform the test if the target supports
11327 aliases.
11328 (wkali-1.c): Only perform the test if the target supports
11329 aliases.
11330
11331 * gcc.dg/990506-0.c: Expect error messages from cross
11332 targets as well as native targets.
11333
11334 1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11335
11336 * gcc.dg/ultrasp1.c: Removed xfail.
11337 * gcc.dg/struct-ret-2.c: Likewise.
11338 * gcc.dg/array-1.c: Likewise.
11339
11340 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11341
11342 * gcc.dg/struct-ret-2.c: New test.
11343
11344 * gcc.dg/array-1.c: New test.
11345
11346 Sat Oct 30 22:23:46 1999 Stephen L Moshier <moshier@mediaone.net>
11347
11348 * gcc.c-torture/execute/991030-1.c: New test.
11349
11350 Tue Oct 26 20:25:42 1999 Richard Henderson <rth@cygnus.com>
11351
11352 * gcc.c-torture/compile/991026-2.c: New test.
11353
11354 Tue Oct 26 00:45:56 1999 Jeffrey A Law (law@cygnus.com)
11355
11356 * gcc.c-torture/compile/991026-1.c: New test.
11357
11358 Sat Oct 23 23:36:03 1999 Jeffrey A Law (law@cygnus.com)
11359
11360 * gcc.c-torture/execute/991023-1.c: New test.
11361
11362 Tue Oct 19 02:11:29 1999 Jeffrey A Law (law@cygnus.com)
11363
11364 * gcc.c-torture/execute/991019-1.c: New test.
11365
11366 Sat Oct 16 00:05:48 1999 Richard Henderson <rth@cygnus.com>
11367
11368 * gcc.c-torture/execute/991016-1.c: New test.
11369
11370 Thu Oct 14 04:22:47 1999 Stephane Carrez <stcarrez@worldnet.fr>
11371
11372 * gcc.c-torture/execute/991014-1.c: New test.
11373
11374 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11375
11376 * g++.old-deja/g++.other/union2.C: New test.
11377
11378 1999-10-13 Nathan Sidwell <nathan@acm.org>
11379
11380 * g++.old-deja/g++.other/vaarg2.C: New test.
11381 * g++.old-deja/g++.other/vaarg3.C: New test.
11382
11383 1999-10-12 Craig Burley <craig@jcb-sc.com>
11384
11385 * g77.f-torture/noncompile/19990905-1.f: Moved from being
11386 in compile/.
11387
11388 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
11389
11390 * gcc.c-torture/execute/va-arg-11.c: New test.
11391
11392 Fri Oct 1 00:53:17 1999 Mark P. Mitchell <mark@codesourcery.com>
11393
11394 * lib/file-format.exp (gcc_target_object_format): Don't
11395 crash if objdump is unavailable.
11396
11397 Wed Sep 29 23:48:44 1999 Donn Terry <donn@interix.com>
11398
11399 * gcc.misc-tests/mg.exp: delete extraneous redirection.
11400
11401 1999-09-28 Nick Clifton <nickc@cygnus.com>
11402
11403 * gcc.c-torture/compile/990928-1.c: New test.
11404
11405 Tue Sep 28 13:19:15 BST 1999 Nathan Sidwell <nathan@acm.org>
11406
11407 * g++.old-deja/g++.other/decl6.C: New test.
11408
11409 Tue Sep 28 01:19:09 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11410
11411 * gcc.c-torture/execute/va-arg-10.c: New test.
11412
11413 Mon Sep 27 09:14:24 BST 1999 Nathan Sidwell <nathan@acm.org>
11414
11415 * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
11416 __PRETTY_FUNCTION__.
11417
11418 1999-09-23 Nick Clifton <nickc@cygnus.com>
11419
11420 * gcc.c-torture/execute/990923-1.c: New test.
11421
11422 1999-09-21 Nick Clifton <nickc@cygnus.com>
11423
11424 * gcc.c-torture/special/special.exp: Add FR30 to list of targets
11425 for which -fpic is inappropriate.
11426
11427 1999-09-21 Mark Mitchell <mark@codesourcery.com>
11428
11429 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
11430
11431 Tue Sep 21 15:38:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11432
11433 * g++.old-deja/g++.other/dyncast1.C: New test.
11434 * g++.old-deja/g++.other/dyncast2.C: New test.
11435 * g++.old-deja/g++.other/dyncast3.C: New test.
11436 * g++.old-deja/g++.other/dyncast4.C: New test.
11437 * g++.old-deja/g++.other/dyncast5.C: New test.
11438 * g++.old-deja/g++.eh/catch3.C: New test.
11439 * g++.old-deja/g++.eh/catch3p.C: New test.
11440 * g++.old-deja/g++.eh/catch4.C: New test.
11441 * g++.old-deja/g++.eh/catch4p.C: New test.
11442 * g++.old-deja/g++.eh/catch5.C: New test.
11443 * g++.old-deja/g++.eh/catch5p.C: New test.
11444 * g++.old-deja/g++.eh/catch6.C: New test.
11445 * g++.old-deja/g++.eh/catch6p.C: New test.
11446 * g++.old-deja/g++.eh/catch7.C: New test.
11447 * g++.old-deja/g++.eh/catch7p.C: New test.
11448 * g++.old-deja/g++.eh/catch8.C: New test.
11449 * g++.old-deja/g++.eh/catch8p.C: New test.
11450 * g++.old-deja/g++.eh/catch9.C: New test.
11451 * g++.old-deja/g++.eh/catch9p.C: New test.
11452
11453 Mon Sep 13 14:14:21 BST 1999 Nathan Sidwell <nathan@acm.org>
11454
11455 * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
11456 * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
11457
11458 Mon Sep 13 06:28:57 1999 Jeffrey A Law (law@cygnus.com)
11459
11460 * gcc.c-torture/compile/990913-1.c: New test.
11461
11462 Fri Sep 10 11:21:25 BST 1999 Nathan Sidwell <nathan@acm.org>
11463
11464 * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
11465 * g++.old-deja/g++.jason/rfg5.C: Likewise.
11466
11467 Thu Sep 9 10:40:36 1999 Richard Henderson <rth@cygnus.com>
11468
11469 * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
11470
11471 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
11472
11473 * g++.old-deja/g++.other/lookup11.C: New test.
11474 * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
11475 what is permitted and what we want.
11476 * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
11477 overload use.
11478 * g++.old-deja/g++.jason/rfg5.C: Likewise
11479
11480 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
11481
11482 * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
11483 * gcc.c-torture/noncompile/poison-1.c: New file.
11484
11485 Wed Sep 8 09:39:56 BST 1999 Nathan Sidwell <nathan@acm.org>
11486
11487 * g++.old-deja/g++.other/sizeof3.C: New test.
11488 * g++.old-deja/g++.other/sizeof4.C: New test.
11489 * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
11490 * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
11491
11492 1999-09-07 Richard Henderson <rth@cygnus.com>
11493
11494 * gcc.dg/va-arg-1.c: New.
11495
11496 1999-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11497
11498 * gcc.c-torture/execute/va-arg-9.c: New test.
11499
11500 1999-09-05 Craig Burley <craig@jcb-sc.com>
11501
11502 * g77.f-torture/compile/980519-2.f: New test.
11503 * g77.f-torture/compile/19990905-0.f: New test.
11504 * g77.f-torture/compile/19990905-1.f: New test.
11505 * g77.f-torture/compile/19990905-2.f: New test.
11506
11507 * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
11508
11509 Fri Sep 3 10:39:38 BST 1999 Richard Earnshaw <rearnsha@arm.com>
11510
11511 * gcc.c-torture/execute/990827-1.c: Fix typo.
11512
11513 Fri Sep 03 09:31:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11514
11515 * g++.old-deja/g++.other/deref1.C: New test.
11516
11517 Thu Sep 02 09:27:34 BST 1999 Nathan Sidwell <nathan@acm.org>
11518
11519 * g++.old-deja/g++.other/ambig2.C: New test.
11520 * g++.old-deja/g++.other/cond5.C: New test.
11521 * g++.old-deja/g++.other/lookup16.C: New test.
11522
11523 Thu Sep 2 01:17:51 1999 Marc Espie <espie@cvs.openbsd.org>
11524
11525 * gcc.dg/980414-1.c: Fix assembler syntax to work with old
11526 assemblers too.
11527
11528 Tue Aug 31 17:57:49 1999 Jeffrey A Law (law@cygnus.com)
11529
11530 * lib/c-torture.exp: Avoid the "compare executables" optimization
11531 when testing native.
11532
11533 Sun Aug 29 14:35:41 1999 Jeffrey A Law (law@cygnus.com)
11534
11535 * gcc.c-torture/execute/990829-1.c: New test.
11536 * gcc.c-torture/compile/990829-1.c: New test.
11537
11538 1999-08-27 Paul Burchard <burchard@pobox.com>
11539
11540 * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
11541 * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
11542 * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
11543 * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
11544 * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
11545 * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
11546 * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
11547 * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
11548 * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
11549 * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
11550 * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
11551
11552 Fri Aug 27 01:24:16 1999 Jeffrey A Law (law@cygnus.com)
11553
11554 * gcc.c-torture/execute/990827-1.c: New test.
11555
11556 1999-08-26 Craig Burley <craig@jcb-sc.com>
11557
11558 * g77.f-torture/noncompile/19990826-4.f: New test.
11559
11560 * g77.f-torture/compile/19990826-3.f: New test.
11561
11562 * g77.f-torture/execute/19990826-2.f: New test.
11563
11564 * g77.f-torture/compile/19990826-1.f: New test.
11565
11566 * gcc.c-torture/execute/990826-0.c: New test.
11567 * g77.c-torture/execute/19990826-0.f: New test.
11568
11569 * g77.f-torture/noncompile/970626-2.f: New test.
11570
11571 1999-08-25 Paul Burchard <burchard@pobox.com>
11572
11573 * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
11574 lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
11575 lss-011.C: New tests.
11576
11577 1999-08-25 Nathan Sidwell <nathan@acm.org>
11578
11579 * g++.old-deja/g++.other/decl5.C: New test.
11580
11581 1999-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11582
11583 * noncompile/noncompile.exp: Load_lib c-torture.exp.
11584 (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
11585 call `postbase' for each one. All callers of `postbase' changed
11586 to call this instead.
11587
11588 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
11589
11590 * gcc.c-torture/execute/990811-1.c: New test.
11591
11592 1999-08-09 Nick Clifton <nickc@cygnus.com>
11593
11594 * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
11595 just native ones.
11596
11597 * gcc.dg/990413-1.c: Expect the parse error for all builds, not
11598 just native ones.
11599
11600 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11601
11602 * g++.old-deja/g++.other/local3.C: Removed XFAIL.
11603
11604 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11605
11606 * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
11607
11608 1999-08-04 Nathan Sidwell <nathan@acm.org>
11609
11610 * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
11611
11612 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11613
11614 * gcc.c-torture/execute/990804-1.c: New test.
11615
11616 1999-08-03 Nathan Sidwell <nathan@acm.org>
11617
11618 * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
11619 * g++.old-deja/g++.brendan/crash64.C: Likewise
11620 * g++.old-deja/g++.brendan/overload8.C: Likewise
11621
11622 1999-08-03 Nathan Sidwell <nathan@acm.org>
11623
11624 * g++.old-deja/g++.other/struct1.C: New test.
11625
11626 1999-08-03 Nathan Sidwell <nathan@acm.org>
11627
11628 * g++.old-deja/g++.other/enum2.C: New test.
11629
11630 Mon Aug 2 13:35:12 1999 Richard Henderson <rth@cygnus.com>
11631
11632 Adapted from tests from Franz Sirl:
11633 * gcc.c-torture/execute/va-arg-7.c: New test.
11634 * gcc.c-torture/execute/va-arg-8.c: New test.
11635
11636 Sun Aug 1 22:29:34 1999 Jeffrey A Law (law@cygnus.com)
11637
11638 * gcc.c-torture/compile/990801-2.c: New test.
11639
11640 * gcc.c-torture/compile/990801-1.c: New test.
11641
11642 1999-07-27 Michael Meissner <meissner@cygnus.com>
11643
11644 * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
11645 fp-cmp-1.c, converting double to float.
11646
11647 * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
11648 fp-cmp-1.c, converting double to long double.
11649
11650 * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
11651 from fr1 to unknown_register, since fr1 is a legitimate register
11652 on some machines.
11653
11654 Sun Jul 25 21:41:37 1999 Jeffrey A Law (law@cygnus.com)
11655
11656 * README: More listname related changes.
11657
11658 1999-07-08 Catherine Moore <clm@cygnus.com>
11659
11660 * gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
11661
11662 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
11663
11664 * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
11665
11666 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11667
11668 * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
11669
11670 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
11671
11672 * gcc.dg/990703-1.c: New test.
11673
11674 1999-06-29 Nick Clifton <nickc@cygnus.com>
11675
11676 * lib/file-format.exp: New file: Move definition of proc
11677 gcc_target_object_format to here from
11678 gcc.dg/special/ecos.exp.
11679
11680 * lib/c-torture.exp: Include lib file-format.exp.
11681 * lib/gcc-dg.exp: Include lib file-format.exp.
11682
11683 * gcc.dg/special/ecos.exp: Remove definition of proc
11684 gcc_target_object_format.
11685
11686 Mon Jun 28 08:20:51 1999 Jeffrey A Law (law@cygnus.com)
11687
11688 * gcc.c-torture/execute/990628-1.c: New test.
11689
11690 Fri Jun 25 05:28:40 1999 Jeffrey A Law (law@cygnus.com)
11691
11692 * gcc.c-torture/compile/990625-2.c: New test.
11693
11694 * gcc.c-torture/compile/990625-1.c: New test.
11695
11696 1999-06-23 Nick Clifton <nickc@cygnus.com>
11697
11698 * gcc.c-torture/compile/dll.c: New test case. Check that dll
11699 attributes compile.
11700 * gcc.c-torture/compile/dll.x: Only support the dll.c test on
11701 ports that use the COFF/PE file format.
11702
11703 Thu Jun 17 13:48:16 1999 Jeffrey A Law (law@cygnus.com)
11704
11705 * gcc.c-torture/compile/990617-1.c: New test.
11706
11707 1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
11708
11709 * g++.old-deja/g++.other/decl4.C: New test.
11710
11711 1999-06-14 Nathan Sidwell <nathan@acm.org>
11712
11713 * g++.old-deja/g++.other/bitfld3.C: New test.
11714
11715 1999-06-08 Nathan Sidwell <nathan@acm.org>
11716
11717 * g++.old-deja/g++.eh/catch1.C: New test.
11718
11719 Mon Jun 7 23:39:16 1999 Jeffrey A Law (law@cygnus.com)
11720
11721 * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
11722
11723 * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
11724 * gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
11725
11726 1999-06-05 Craig Burley <craig@jcb-sc.com>
11727
11728 * g77.f-torture/compile/19990502-0.f: Replace with new,
11729 shorter, test that still fails after recent changes.
11730
11731 Fri Jun 4 02:25:04 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11732
11733 * gcc.c-torture/execute/990604-1.c: New test.
11734
11735 Mon May 31 00:34:51 1999 Jeffrey A Law (law@cygnus.com)
11736
11737 * gcc.c-torture/execute/990531-1.c: New test.
11738
11739 Thu May 27 02:38:36 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11740
11741 * gcc.c-torture/compile/990527-1.c: New test.
11742
11743 Thu May 27 02:18:51 1999 Joern Rennecke <amylaar@cygnus.com>
11744
11745 * gcc.c-torture/execute/990527-1.c: New test.
11746
11747 1999-05-25 Nick Clifton <nickc@cygnus.com>
11748
11749 * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
11750 bitfields as signed.
11751
11752 1999-05-25 Craig Burley <craig@jcb-sc.com>
11753
11754 * g77.f-torture/compile/19990525-0.f: New test.
11755
11756 Tue May 25 01:21:16 1999 Jeffrey A Law (law@cygnus.com)
11757
11758 * gcc.c-torture/execute/990525-2.c: New test.
11759
11760 * gcc.c-torture/execute/990525-1.c: New test.
11761
11762 1999-05-24 Nathan Sidwell <nathan@acm.org>
11763
11764 * g++.old-deja/g++.other/anon3.C: New test.
11765 * g++.old-deja/g++.other/anon4.C: New test.
11766 * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
11767 * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
11768 after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
11769 Merrill).
11770
11771 Mon May 24 00:01:52 1999 Jeffrey A Law (law@cygnus.com)
11772
11773 * gcc.c-torture/execute/990524-1.c: New test.
11774
11775 * gcc.dg/990524-1.c: New test.
11776
11777 Sun May 23 21:18:12 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11778
11779 * gcc.c-torture/compile/990523-1.c: New test.
11780
11781 Wed May 19 02:56:18 1999 Raja R Harinath <harinath@cs.umn.edu>
11782
11783 * gcc.c-torture/compile/990519-1.c: New test.
11784
11785 1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11786
11787 * gcc.c-torture/compile/990517-1.c: New test.
11788
11789 * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
11790 (e4, f4): New tests.
11791 (main): Call them.
11792
11793 1999-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11794
11795 * gcc.dg/noreturn-1.c: New test.
11796
11797 Thu May 13 02:02:46 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11798
11799 * gcc.c-torture/execute/990513-1.c: New test.
11800
11801 1999-05-10 Richard Henderson <rth@cygnus.com>
11802
11803 * g++.old-deja/g++.other/null1.C (g): Add overload for long.
11804
11805 1999-05-10 Craig Burley <craig@jcb-sc.com>
11806
11807 * g77.f-torture/execute/erfc.f: Use small single-precision
11808 values, to avoid problems on Alphas when not -mieee.
11809
11810 1999-05-08 Craig Burley <craig@jcb-sc.com>
11811
11812 * gcc.dg/990506-0.c: New test.
11813
11814 1999-05-08 Richard Henderson <rth@cygnus.com>
11815
11816 * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
11817 the constant to test. Don't XFAIL 64-bit targets.
11818
11819 * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
11820 * g++.old-deja/g++.law/profile1.C: Likewise.
11821
11822 * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
11823 operator new instances.
11824 * g++.old-deja/g++.other/delete5.C: Likewise.
11825
11826 1999-05-03 Craig Burley <craig@jcb-sc.com>
11827
11828 * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
11829 intrinsic.
11830
11831 1999-05-03 Craig Burley <craig@jcb-sc.com>
11832
11833 * g77.f-torture/execute/u77-test.f: Reverse order of two
11834 arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
11835
11836 1999-05-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11837
11838 * gcc.dg/compare1.c: New test.
11839
11840 1999-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
11841
11842 * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
11843 New tests.
11844
11845 1999-05-02 Craig Burley <craig@jcb-sc.com>
11846
11847 * g77.f-torture/compile/19990502-1.f: New test.
11848
11849 1999-05-02 Craig Burley <craig@jcb-sc.com>
11850
11851 * g77.f-torture/compile/19990502-0.f: New test.
11852
11853 Sun May 2 01:38:50 1999 Craig Burley <craig@jcb-sc.com>
11854
11855 * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
11856 intrinsic.
11857
11858 Sun May 2 01:13:37 1999 Craig Burley <craig@jcb-sc.com>
11859
11860 * g77.f-torture/execute/u77-test.f (main): List libU77
11861 intrinsics not currently tested.
11862 Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
11863 GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
11864 FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
11865 Trim blanks off the ends of some printed strings.
11866
11867 Sun May 2 00:06:45 1999 Craig Burley <craig@jcb-sc.com>
11868
11869 * g77.f-torture/execute/u77-test.f (main): Just warn about
11870 FSTAT gid disagreement, as it's expected on some systems.
11871
11872 Sat May 1 23:57:18 1999 Craig Burley <craig@jcb-sc.com>
11873
11874 * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
11875 use a new function, which allows for some slop.
11876 Clean up some commentary.
11877 (issum): The new function.
11878 (sgladd): Deleted subroutine.
11879
11880 1999-05-01 Craig Burley <craig@jcb-sc.com>
11881
11882 * g77.f-torture/execute/u77-test.f: Modify to be more like
11883 libf2c/libU77 version, bringing patches to that version here.
11884 Add suitable commentary.
11885
11886 Sun Apr 25 12:28:59 1999 Richard Henderson <rth@cygnus.com>
11887
11888 * gcc.dg/990424-1.c: New test.
11889
11890 1999-04-24 Craig Burley <craig@jcb-sc.com>
11891
11892 * g77.f-torture/execute/u77-test.f (main): Bug involving
11893 LSTAT has been fixed, so turn back on full checking.
11894
11895 1999-04-20 Craig Burley <craig@jcb-sc.com>
11896
11897 * g77.f-torture/compile/19990419-0.f: New test.
11898 * g77.f-torture/execute/19990419-1.f: New test.
11899
11900 Sat Apr 17 16:56:48 1999 Richard Henderson <rth@cygnus.com>
11901
11902 * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
11903 to avoid the need for a prototype to supress a warning.
11904
11905 Wed Apr 7 23:08:59 1999 Jim Wilson <wilson@cygnus.com>
11906
11907 * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
11908
11909 Sun Apr 4 04:02:53 1999 Jeffrey A Law (law@cygnus.com)
11910
11911 * gcc.c-torture/execute/990404-1.c: New test.
11912
11913 1999-04-03 10:35 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11914
11915 * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
11916 * gcc.dg/cpp-if3.c: Don't use -pedantic.
11917 * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
11918 missing initializer warnings.
11919
11920 Sun Mar 28 00:49:41 1999 Jeffrey A Law (law@cygnus.com)
11921
11922 * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
11923 matching strings.
11924
11925 Fri Mar 26 00:50:46 1999 Jeffrey A Law (law@cygnus.com)
11926
11927 * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
11928
11929 1999-03-26 Craig Burley <craig@jcb-sc.com>
11930
11931 * g77.f-torture/execute/19990325-0.f: New test.
11932 * g77.f-torture/execute/19990325-1.f: New test.
11933
11934 Wed Mar 24 22:50:50 1999 Jeffrey A Law (law@cygnus.com)
11935
11936 * gcc.c-torture/execute/990324-1.c: New test.
11937
11938 Mon Mar 22 14:55:58 1999 Jim Wilson <wilson@cygnus.com>
11939
11940 * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
11941 test with 4.
11942
11943 Wed Mar 17 12:22:39 1999 Richard Henderson <rth@cygnus.com>
11944
11945 * gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
11946
11947 1999-03-13 Craig Burley <craig@jcb-sc.com>
11948
11949 * g77.f-torture/execute/19990313-2.f: New test.
11950 * g77.f-torture/execute/19990313-3.f: New test.
11951
11952 1999-03-13 Craig Burley <craig@jcb-sc.com>
11953
11954 * g77.f-torture/execute/19990313-0.f: New test.
11955 * g77.f-torture/execute/19990313-1.f: New test.
11956
11957 Fri Mar 12 16:17:28 1999 Jim Wilson <wilson@cygnus.com>
11958
11959 * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
11960 printf to sprintf.
11961 * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
11962 (main): Add check for u15. Conditionalize u31 check depending on
11963 whether ints are <32 bits or >=32 bits.
11964
11965 1999-03-08 Craig Burley <craig@jcb-sc.com>
11966
11967 * g77.f-torture/execute/19981119-0.f: Improve testiness.
11968
11969 1999-03-08 Craig Burley <craig@jcb-sc.com>
11970
11971 * g77.f-torture/compile/19990305-0.f: New test.
11972 * g77.f-torture/execute/19981119-0.f: New test.
11973
11974 1999-03-08 Craig Burley <craig@jcb-sc.com>
11975
11976 * g77.f-torture/execute/970625-2.f: call ABORT if final
11977 result is not correct, instead of just printing it.
11978 Add this checking via newly introduced obfuscation, to
11979 trip up buggy front ends.
11980
11981 1999-03-07 Craig Burley <craig@jcb-sc.com>
11982
11983 * g77.f-torture/compile/960317-1.f: Moved from being
11984 in execute/. (Somehow I didn't notice "SUBROUTINE...".)
11985
11986 1999-03-06 Craig Burley <craig@jcb-sc.com>
11987
11988 * g77.f-torture/execute/960317-1.f: New (old) test.
11989 * g77.f-torture/execute/970625-2.f: Ditto.
11990
11991 1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
11992
11993 * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
11994 message on line 1 or line 2; cccp and cpplib do this differently.
11995
11996 Mon Mar 1 23:29:14 1999 Jeffrey A Law (law@cygnus.com)
11997
11998 * g++.old-deja/g++.law/weak1.C: New test.
11999
12000 1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
12001
12002 * gcc.c-torture/execute/990119-1.c: Renamed to...
12003 * gcc.dg/990119-1.c: this, so it will only be tested once
12004 (it's a preprocessor test, it doesn't need to be run at
12005 multiple optimization levels).
12006
12007 1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
12008
12009 * lib/g++.exp: Don't add incdir=$base_dir/../include to
12010 ALWAYS_CXXFLAGS.
12011
12012 1999-02-24 Craig Burley <craig@jcb-sc.com>
12013
12014 * g77.f-torture/noncompile/19981216-0.f: Renamed from...
12015 * g77.f-torture/compile/19981216-0.f: ...as it is expected
12016 to not be compilable by current g77.
12017
12018 1999-02-24 Nick Clifton <nickc@cygnus.com>
12019
12020 * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
12021
12022 Mon Feb 22 01:15:08 1999 Jeffrey A Law (law@cygnus.com)
12023
12024 * gcc.c-torture/execute/990222-1.c: New test.
12025
12026 1999-02-19 Craig Burley <craig@jcb-sc.com>
12027
12028 * g77.f-torture/compile/19990218-0.f: New test.
12029 * g77.f-torture/noncompile/19990218-1.f: New test.
12030
12031 1999-02-18 Craig Burley <craig@jcb-sc.com>
12032
12033 * g77.f-torture/compile/19981216-0.f: New test.
12034
12035 Sun Feb 14 01:26:29 1999 Jeffrey A Law (law@cygnus.com)
12036
12037 * gcc.dg/990214-1.c: New test.
12038
12039 Sat Feb 13 00:43:52 1999 Jeffrey A Law (law@cygnus.com)
12040
12041 * gcc.dg/990213-2.c: New test.
12042
12043 * gcc.dg/990213-1.c: New test.
12044
12045 Fri Feb 12 11:04:35 1999 Jeffrey A Law (law@cygnus.com)
12046
12047 * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
12048 ints.
12049
12050 1999-02-11 Nick Clifton <nickc@cygnus.com>
12051
12052 * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
12053 specified by target.
12054
12055 * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
12056
12057 Thu Feb 11 01:12:12 1999 Jeffrey A Law (law@cygnus.com)
12058
12059 * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
12060
12061 Wed Feb 10 13:08:12 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
12062
12063 * gcc.dg/special/ecos.exp: New test driver for new tests with
12064 special requirements.
12065
12066 * gcc.dg/special/alias-1.c: New test.
12067 * gcc.dg/special/gcsec-1.c: New test.
12068 * gcc.dg/special/weak-1.c: New test.
12069 * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
12070 * gcc.dg/special/weak-2.c: New test.
12071 * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
12072 * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
12073 * gcc.dg/special/wkali-1.c: New test.
12074 * gcc.dg/special/wkali-2.c: New test.
12075 * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
12076 * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
12077
12078 Wed Feb 10 12:15:35 1999 Felix Lee <flee@cygnus.com>
12079
12080 * lib/c-torture.exp (c-torture-compile): Pull out code for
12081 analyzing gcc error messages.
12082 (c-torture-execute): Likewise. Fix some (harmless) false
12083 positives.
12084 * lib/gcc.exp (gcc_check_compile): New function.
12085
12086 Mon Feb 8 21:42:57 1999 Richard Henderson <rth@cygnus.com>
12087
12088 * gcc.c-torture/execute/990208-1.c: New test.
12089
12090 1999-02-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
12091
12092 * g++.dg/special/ecos.exp: New driver for new tests with special
12093 requirements
12094
12095 * g++.dg/special/conpr-1.C: New test
12096 * g++.dg/special/conpr-2.C: New test
12097 * g++.dg/special/conpr-2a.C: New test
12098 * g++.dg/special/conpr-3.C: New test
12099 * g++.dg/special/conpr-3a.C: New test
12100 * g++.dg/special/conpr-3b.C: New test
12101
12102 * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
12103 allow g++ to use the dg driver
12104
12105 * README: Add comment about g++.dg directory
12106
12107 Sat Feb 6 18:00:38 1999 Jeffrey A Law (law@cygnus.com)
12108
12109 * README: Update email addresses.
12110
12111 1999-02-03 Nick Clifton <nickc@cygnus.com>
12112
12113 * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
12114 arguments in order to force structure S onto the stack even on
12115 the alpha.
12116 (test): Pass 10 leading arguments to function foo as well as the
12117 structure S.
12118
12119 * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
12120 failure for all targets.
12121
12122 * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
12123 abort to terminate program execution.
12124
12125 Sat Jan 30 16:22:47 1999 Richard Henderson <rth@cygnus.com>
12126
12127 * gcc.c-torture/execute/990130-1.c: New test.
12128
12129 Sat Jan 30 11:10:06 1999 Jeffrey A Law (law@cygnus.com)
12130
12131 * gcc.dg/990130-1.c: New test.
12132
12133 1999-01-28 Michael Meissner <meissner@cygnus.com>
12134
12135 * gcc.c-torture/execute/990128-1.c: New test.
12136
12137 1999-01-27 Michael Meissner <meissner@cygnus.com>
12138
12139 * gcc.c-torture/execute/990127-{1,2}.c: New tests.
12140
12141 1999-01-27 Felix Lee <flee@cygnus.com>
12142
12143 * lib/c-torture.exp (c-torture-compile): pull out code for
12144 analyzing gcc error messages.
12145 (c-torture-execute): ditto, and fix some (harmless) false
12146 positives.
12147 * lib/gcc.exp (gcc_check_compile): new function.
12148
12149 Sun Jan 17 00:02:33 1999 Jeffrey A Law (law@cygnus.com)
12150
12151 * gcc.dg/990117-1.c: New test.
12152
12153 * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
12154
12155 * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
12156
12157 Fri Jan 15 02:52:00 1999 Jeffrey A Law (law@cygnus.com)
12158
12159 * g77.f-torture/compile/990115-1.f: New test.
12160
12161 Thu Jan 7 23:39:47 1999 Jeffrey A Law (law@cygnus.com)
12162
12163 * gcc.c-torture/compile/990107-1.c: New test
12164
12165 Wed Jan 6 02:21:59 1999 Jeffrey A Law (law@cygnus.com)
12166
12167 * gcc.c-torture/execute/990106-2.c: New test.
12168
12169 * gcc.c-torture/execute/990106-1.c: New test.
12170
12171 Wed Dec 30 23:05:28 1998 Zack Weinberg <zack@rabi.columbia.edu>
12172
12173 * gcc.c-torture/compile/981223-1.c: New test.
12174
12175 Tue Dec 29 11:33:25 1998 Richard Henderson <rth@cygnus.com>
12176
12177 * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
12178 (opt3): Rename from opt4 and disable.
12179
12180 1998-12-20 Alexandre Oliva <oliva@dcc.unicamp.br>
12181
12182 * g++.old-deja/g++.pt/ptrmem5.C: New test.
12183
12184 1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12185
12186 * g++.old-deja/g++.other/conv5.C: New test.
12187
12188 1998-12-14 Nick Clifton <nickc@cygnus.com>
12189
12190 * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
12191
12192 Fri Dec 11 10:25:57 1998 Jeffrey A Law (law@cygnus.com)
12193
12194 * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
12195
12196 Fri Dec 11 01:12:45 1998 Zack Weinberg <zack@rabi.columbia.edu>
12197
12198 * gcc.c-torture/compile/981211-1.c: New test.
12199
12200 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
12201
12202 * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
12203
12204 * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
12205
12206 Tue Dec 8 22:50:04 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12207
12208 * gcc.special/930510-1.c: Make C9X safe.
12209 * gcc.misc-tests/gcov-1.c Similarly.
12210 * gcc.misc-tests/gcov-2.c Similarly.
12211
12212 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12213
12214 * gcc.dg/ultrasp1.c: New test.
12215
12216 Sun Dec 6 00:40:12 1998 Richard Henderson <rth@cygnus.com>
12217
12218 * gcc.c-torture/execute/981206.c: New test.
12219
12220 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12221
12222 * g++.old-deja/g++.ns/template7.C: New test.
12223
12224 * g++.old-deja/g++.other/expr1.C: New test.
12225
12226 * g++.old-deja/g++.eh/tmpl3.C: New test.
12227
12228 * g++.old-deja/g++.eh/tmpl2.C: New test.
12229
12230 1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12231
12232 * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
12233 * g++.old-deja/g++.other/using6.C: Removed.
12234 * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
12235
12236 * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
12237
12238 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12239
12240 * g++.old-deja/g++.pt/overload8.C: New test.
12241
12242 * g++.old-deja/g++.pt/overload7.C: New test.
12243
12244 * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
12245
12246 * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
12247 and relinking messages.
12248 * lib/g++.exp (g++_target_compile): Remove .rpo file when
12249 compiling with -frepo.
12250
12251 1998-12-01 Alexandre Oliva <oliva@dcc.unicamp.br>
12252
12253 * g++.old-deja/g++.pt/lookup6.C: New test.
12254
12255 1998-11-30 Nick Clifton <nickc@cygnus.com>
12256
12257 * gcc.c-torture/execute/981130-1.c: New test.
12258 * gcc.c-torture/execute/981130-1.x: New test failure expectations.
12259
12260 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12261
12262 * g++.old-deja/g++.pt/explicit76.C: New test.
12263
12264 * g++.old-deja/g++.pt/friend38.C: New test.
12265
12266 * g++.old-deja/g++.ns/crash2.C: New test.
12267
12268 * g++.old-deja/g++.pt/defarg8.C: New test.
12269
12270 * g++.old-deja/g++.pt/instantiate6.C: New test.
12271
12272 * g++.old-deja/g++.pt/static6.C: New test.
12273
12274 * g++.old-deja/g++.pt/decl2.C: New test.
12275
12276 1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12277
12278 * g++.old-deja/g++.other/lookup5.C: New test. Not sure the
12279 problem is actually related with name lookup, but so what? :-)
12280
12281 * g++.old-deja/g++.pt/friend37.C: New test.
12282
12283 1998-11-25 Dave Love <d.love@dl.ac.uk>
12284
12285 * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
12286 element, which fails on some systems.
12287
12288 * g77.f-torture/execute/labug1.f: New test.
12289
12290 Sat Nov 21 21:41:05 1998 Jeffrey A Law (law@cygnus.com)
12291
12292 * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
12293 is defined.
12294
12295 1998-11-18 Dave Love <d.love@dl.ac.uk>
12296
12297 * g77.f-torture/compile/981117-1.f: New test.
12298
12299 1998-11-16 Alexandre Oliva <oliva@dcc.unicamp.br>
12300
12301 * g++.old-deja/g++.eh/throw2.C: New test. CV-qualifiers are not
12302 properly discarded.
12303
12304 Sun Oct 11 05:04:28 1998 Ken Raeburn <raeburn@cygnus.com>
12305
12306 * gcc.c-torture/execute/memcheck: New directory of tests for
12307 -fcheck-memory-usage.
12308
12309 1998-11-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12310
12311 * README: New file, general information about the testsuite and
12312 new description of the various C++ test subdirectories.
12313 * README.g++: Eliminate obsolete information, update and move most
12314 relevant stuff to README.
12315
12316 Sat Nov 7 02:55:55 1998 Richard Henderson <rth@cygnus.com>
12317
12318 * gcc.c-torture/compile/981107-1.c: New test.
12319
12320 Mon Nov 2 11:16:03 1998 Doug Evans <devans@canuck.cygnus.com>
12321
12322 * execute/memcpy-bi.c: New testcase.
12323
12324 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
12325
12326 * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
12327 base classes.
12328
12329 * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
12330 template is selected.
12331
12332 * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
12333 classes, it should be accepted for all types.
12334
12335 * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
12336
12337 * g++.old-deja/g++.pt/spec24.C: Ensure that template
12338 specializations start with template headers.
12339
12340 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
12341
12342 * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
12343
12344 * g++.old-deja/g++.other/init9.C: Test cross initialization of
12345 non-POD types.
12346
12347 1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12348
12349 * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
12350
12351 Thu Oct 22 16:01:44 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12352
12353 * compile/981022-1.c, compile/981022-1.x: New test and driver.
12354
12355 Mon Oct 19 14:03:07 1998 Jeffrey A Law (law@cygnus.com)
12356
12357 * 981019-1.c: New test.
12358
12359 Wed Oct 14 21:11:19 1998 Robert Lipe <robertl@dgii.com>
12360
12361 * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
12362 find objc headers.
12363
12364 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
12365
12366 * compile/981001-4.c: Remove use of GCC extension that triggers a
12367 compiler bug.
12368
12369 1998-10-13 Alexandre Oliva <oliva@dcc.unicamp.br>
12370
12371 * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
12372
12373 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12374
12375 * g++.old-deja/g++.pt/explicit74.C: New test. Explicit
12376 instantiation of template produces incorrect code for delete
12377 expression.
12378
12379 * g++.old-deja/g++.pt/instantiate5.C: New test. `global
12380 constructors' name is not unique.
12381 * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
12382 * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
12383
12384 * g++.old-deja/g++.other/init8.C: New test. Uninitialized
12385 automatic array of const is ill-formed.
12386
12387 * g++.old-deja/g++.pt/ttp53.C: New test. Incorrect substitution
12388 of template parameter?
12389
12390 * g++.old-deja/g++.other/conv3.C: New test. Conversion discards
12391 const.
12392
12393 * g++.old-deja/g++.other/pmf2.C: New test. Invalid
12394 pointer-to-member expression.
12395
12396 * g++.old-deja/g++.other/friend5.C: New test. Bogus friend
12397 declaration causes ICE.
12398
12399 1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
12400
12401 * g++.old-deja/g++.ns/main1.C: New test. main() should only be
12402 reserved in the global namespace.
12403
12404 * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
12405 generate needed virtual table.
12406
12407 * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
12408
12409 1998-10-10 Dariush Eslimi <eslimi@loran.com>
12410
12411 * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
12412 template-dependent type
12413
12414 1998-10-10 Alexandre Oliva <oliva@dcc.unicamp.br>
12415
12416 * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
12417 * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
12418 * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
12419
12420 * g++.old-deja/g++.other/using5.C: New test; using decl from base
12421 class should be usable as argument of member function.
12422 * g++.old-deja/g++.other/using6.C: New test; using decl from base
12423 class should be usable as return type of member function.
12424 * g++.old-deja/g++.other/using7.C: New test; using decl from base
12425 class should be usable as type of data member.
12426
12427 * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
12428
12429 Fri Oct 9 19:19:19 1998 Jeffrey A Law (law@cygnus.com)
12430
12431 * gcc.c-torture/special/920521-1.c: Fix bogus test.
12432
12433 Thu Oct 8 19:14:05 1998 Nick Clifton <nickc@cygnus.com>
12434
12435 * gcc.dg/dll-?.c Add thumb to target list.
12436 Fix assembler scan patterns to match current assembler output.
12437
12438 1998-10-08 Alexandre Oliva <oliva@dcc.unicamp.br>
12439
12440 * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
12441 matching of template brackets.
12442
12443 * g++.old-deja/g++.other/using4.C: New test. Test using
12444 declarations of methods from base classes.
12445
12446 * g++.old-deja/g++.ns/extern1.C: New test. Extern declarations
12447 within functions should introduce names into the innermost
12448 enclosing namespace.
12449
12450 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
12451 of static locals if first initialization throws.
12452
12453 Wed Oct 7 12:00:20 1998 Jim Wilson <wilson@cygnus.com>
12454
12455 * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
12456
12457 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
12458
12459 * gcc.c-torture/special/981006-1.c: New test. Make sure gcc doesn't
12460 lose track of the possible targets of tablejump insns.
12461 * special/special.exp: Run it.
12462
12463 1998-10-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12464
12465 * g++.old-deja/g++.pt/friend35.C: New test. A template function
12466 must be declared before its specializations can be named in friend
12467 declarations.
12468
12469 1998-10-05 Dave Love <d.love@dl.ac.uk>
12470
12471 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
12472
12473 * g77.f-torture/execute/io1.f: New test.
12474
12475 1998-10-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12476
12477 * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
12478 with pointer to template function, for which no argument deduction
12479 is possible.
12480
12481 * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
12482 specialization of template function as argument to template
12483 function.
12484
12485 * g++.old-deja/g++.other/access2.C: New test; Inner class
12486 shouldn't have privileged access to Outer's names.
12487
12488 1998-10-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12489
12490 * g++.old-deja/g++.pt/friend34.C: New test; name injection of
12491 friend template declared within template class conflicts with
12492 nested class of the same name.
12493
12494 * g++.old-deja/g++.other/badopt1.C: New test; post-increment
12495 is ignored.
12496
12497 * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
12498 object with direct initializer as function declaration.
12499
12500 * g++.old-deja/g++.other/decl2.C: New test; duplicate
12501 initializers.
12502
12503 * g++.old-deja/g++.other/null2.C: New test; conditional operator
12504 involving const pointer and NULL produces incorrect result.
12505
12506 * g++.old-deja/g++.other/typename1.C: New test; template-dependent
12507 type name without `typename' should be rejected with -pedantic.
12508
12509 Fri Oct 2 21:55:58 1998 Richard Henderson <rth@cygnus.com>
12510
12511 * g++.old-deja/g++.other/addrof1.C: New test.
12512
12513 Thu Oct 1 17:15:26 1998 Nick Clifton <nickc@cygnus.com>
12514
12515 * gcc.c-torture/compile/981001-1.c: New test.
12516 * gcc.c-torture/execute/981001-1.c: New test.
12517
12518 Thu Oct 1 19:05:20 1998 Jeffrey A Law (law@cygnus.com)
12519
12520 * gcc.c-torture/compile/981001-2.c: New test.
12521 * gcc.c-torture/compile/981001-3.c: New test.
12522 * gcc.c-torture/compile/981001-4.c: New test.
12523
12524 1998-10-01 Robert Lipe <robertl@dgii.com>
12525
12526 * lib/objc.exp (objc_target_compile): Add -L during compiles for
12527 multilibbed hosts. Idea grafted from g77.exp.
12528
12529 1998-09-30 Dave Love <d.love@dl.ac.uk>
12530
12531 * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
12532 avoid losing on systems which need -lsocket.
12533
12534 1998-09-28 Alexandre Oliva <oliva@dcc.unicamp.br>
12535
12536 * g++.old-deja/g++.other/bitfld1.C: Expected failure.
12537 * g++.old-deja/g++.other/nested2.C: Ditto.
12538 * g++.old-deja/g++.robertl/eb132.C: No longer an expected
12539 failure.
12540
12541 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12542
12543 * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
12544 preferred over template operator!= for enum bitfields.
12545
12546 1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
12547
12548 * g++.old-deja/g++.other/nested2.C: Different virtual base classes
12549 that happen to have the same base name, but in different scopes,
12550 are incorrectly rejected.
12551
12552 1998-09-16 Richard Henderson <rth@cygnus.com>
12553
12554 * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
12555 on the native word size instead of an integer literal.
12556
12557 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12558
12559 * g++.old-deja/g++.other/static2.C: Invocation of static data
12560 member of type pointer-to-function denoted as non-static member.
12561
12562 * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
12563 checks involving function types and aliases.
12564
12565 1998-09-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12566
12567 * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
12568 redefined to the same non-trivial type.
12569
12570 * g++.old-deja/g++.pt/explicit73.C: Test for proper
12571 namespace-qualification of template specializations declared in
12572 other namespaces.
12573
12574 * g++.old-deja/g++.other/friend4.C: Check whether it is possible
12575 to declare a subset of the specializations of a template function
12576 as friends of specializations of a template class.
12577
12578 * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
12579 member templates that do not fully specialize the enclosing
12580 template class are rejected.
12581
12582 1998-09-11 Dave Love <d.love@dl.ac.uk>
12583
12584 * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
12585
12586 1998-09-08 Dave Love <d.love@dl.ac.uk>
12587
12588 * g77.f-torture/execute/u77-test.f (main): New file, somewhat
12589 altered from libf2c/libU77 version.
12590
12591 1998-09-06 Dave Love <d.love@dl.ac.uk>
12592
12593 * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
12594
12595 1998-09-04 Reid M. Pinchback <reidmp@MIT.EDU>, Alexandre Oliva <oliva@dcc.unicamp.br>
12596
12597 * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
12598 (un)signed char are different types for template specialization
12599 purposes.
12600
12601 Thu Sep 3 00:40:32 1998 Ovidiu Predescu <ovidiu@aracnet.com>
12602
12603 * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
12604 * objc: ObjC testsuite.
12605
12606 Mon Aug 31 12:00:00 1998 Catherine Moore <clm@cygnus.com>
12607
12608 * gcc.c-torture/execute/941014-1.x: New file.
12609
12610 Mon Aug 31 15:19:32 1998 Nick Clifton <nickc@cygnus.com>
12611
12612 * lib/c-torture.exp: Add support for
12613 torture_eval_before_compile and torture_eval_before_execute
12614 variables.
12615
12616 Sun Aug 30 17:38:20 1998 Jeffrey A Law (law@cygnus.com)
12617
12618 * gcc.dg/980626-1.c: Delete this test. We've declared the warning
12619 this test triggers valid.
12620
12621 Thu Aug 27 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12622
12623 * gcc.dg/980827-1.c: New test.
12624
12625 Wed Aug 26 16:10:00 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12626
12627 * gcc.c-torture/execute/loop-4b.c: New test.
12628
12629 Wed Aug 26 16:25:38 1998 Nick Clifton <nickc@cygnus.com>
12630
12631 * lib/c-torture.exp: Add support for
12632 torture_eval_before_compile and torture_eval_before_execute
12633 variables.
12634
12635 Tue Aug 25 19:42:13 1998 Jeffrey A Law (law@cygnus.com)
12636
12637 * gcc.c-torture/compile/980825-1.c: New test.
12638
12639 Mon Aug 24 14:20:32 1998 Nick Clifton <nickc@cygnus.com>
12640
12641 * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
12642 count number tests in opt_t0 not good_t0.
12643
12644 Mon Aug 24 16:38:52 1998 Jeffrey A Law (law@cygnus.com)
12645
12646 * gcc.c-torture/compile/930326-1.x: Fix typo.
12647
12648 1998-08-23 Mark Mitchell <mark@markmitchell.com>
12649
12650 * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
12651 causes an ICE.
12652
12653 Fri Aug 21 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12654
12655 * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
12656 STACK_SIZE is defined.
12657 * gcc.c-torture/unsorted/stuct.c: Similarly.
12658
12659 * gcc.c-torture/compile/980821-1.c: New test.
12660
12661 Fri Aug 21 03:14:04 1998 Jeffrey A Law (law@cygnus.com)
12662
12663 * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
12664
12665 1998-08-19 Mark Mitchell <mark@markmitchell.com>
12666
12667 * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
12668 code.
12669
12670 1998-08-09 Mark Mitchell <mark@markmitchell.com>
12671
12672 * lib/old-dejagnu.exp: Revise handling of `Internal compiler
12673 error'.
12674
12675 Tue Aug 18 19:19:50 1998 Jeffrey A Law (law@cygnus.com)
12676
12677 * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
12678
12679 Sun Aug 16 01:29:19 1998 Jeffrey A Law (law@cygnus.com)
12680
12681 * gcc.c-torture/compile/980816-1.c: New test.
12682
12683 * gcc.dg/980816-1.c: New test.
12684
12685 Thu Aug 13 00:13:55 1998 Jeffrey A Law (law@cygnus.com)
12686
12687 * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
12688 compiler for ieee tests.
12689
12690 1998-08-01 Dave Love <d.love@dl.ac.uk>
12691
12692 * g77.f-torture/compile/980729-0.f: New test.
12693
12694 1998-07-30 Ken Raeburn <raeburn@cygnus.com>
12695
12696 * gcc.c-torture/special/eeprof-1.c: New test, for
12697 -finstrument-functions.
12698 * gcc.c-torture/special/special.exp: Run it.
12699
12700 Wed Jul 29 00:17:18 1998 Jeffrey A Law (law@cygnus.com)
12701
12702 * gcc.c-torture/compile/980729-1.c: New test.
12703
12704 Mon Jul 27 11:05:07 1998 Nick Clifton <nickc@cygnus.com>
12705
12706 * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
12707 __thumb__ is defined, and test for ARM style doubles if so.
12708
12709 1998-07-26 Dave Love <d.love@dl.ac.uk>
12710
12711 * g77.f-torture/noncompile/980615-0.f: New test.
12712
12713 Sun Jul 26 01:15:56 1998 H.J. Lu (hjl@gnu.org)
12714
12715 * gcc.dg/980312-1.c: Do link instead of compile.
12716 * gcc.dg/980313-1.c: Likewise.
12717
12718 Sun Jul 26 01:05:02 1998 Jeffrey A Law (law@cygnus.com)
12719
12720 * gcc.c-torture/compile/980726-1.c: New test.
12721
12722 1998-07-25 Dave Love <d.love@dl.ac.uk>
12723
12724 * g77.f-torture/execute/io0.f: New test.
12725
12726 Fri Jul 24 11:02:43 1998 Nick Clifton <nickc@cygnus.com>
12727
12728 * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
12729 an int.
12730
12731 Thu Jun 18 15:12:30 1998 Michael Meissner <meissner@cygnus.com>
12732
12733 * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
12734 m32r bugs.
12735
12736 Fri Jul 17 14:19:32 1998 Nick Clifton <nickc@cygnus.com>
12737
12738 * gcc.dg/980626-1.c: Expect failures for all toolchains until
12739 c-decl.c:grokdeclarator can handle mode attributes.
12740
12741 Thu Jul 16 21:42:50 1998 Jeffrey A Law (law@cygnus.com)
12742
12743 * gcc.c-torture/execute/980716-1.c: New test.
12744
12745 Mon Jul 13 22:26:37 1998 Jeffrey A Law (law@cygnus.com)
12746
12747 * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
12748 the mn10200.
12749 * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
12750 the mn10200.
12751 * gcc.c-torture/execute/va-arg-3.x: Similarly.
12752 * gcc.c-torture/compile/930326-1.x: Similarly.
12753
12754 1998-07-13 Dave Love <d.love@dl.ac.uk>
12755
12756 * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
12757 New test from Craig.
12758
12759 1998-07-12 Dave Love <d.love@dl.ac.uk>
12760
12761 * g77.f-torture/noncompile/980616-0.f: New test.
12762
12763 * g77.f-torture/execute/970816-3.f: New test from Craig.
12764
12765 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12766
12767 * g++.other/singleton.C: Return error value instead of taking
12768 SIGSEGV.
12769
12770 Fri Jul 10 10:02:03 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
12771
12772 * g++.other/singleton.C: New test. Warning is under dispute.
12773 Runtime crash is not.
12774
12775 Thu Jul 9 23:07:45 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12776
12777 * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
12778 ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
12779 using6.C, using7.C}: New namespace tests.
12780
12781 Thu Jul 9 22:44:49 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12782
12783 * g++.old-deja/g++.other/partspec1.C: Test matching of partial
12784 specialization with typedef'ed names used as array indexes.
12785
12786 Thu Jul 9 00:38:51 1998 Jeffrey A Law (law@cygnus.com)
12787
12788 * gcc.c-torture/execute/980709-1.c: New test.
12789
12790 * gcc.dg/980709-1.c: New test.
12791
12792 Tue Jul 7 13:41:27 1998 Richard Henderson <rth@cygnus.com>
12793
12794 * gcc.c-torture/execute/bcp-1.c: New test.
12795
12796 Tue Jul 7 11:49:04 1998 Jeffrey A Law (law@cygnus.com)
12797
12798 * gcc.c-torture/execute/980707-1.c: New test.
12799
12800 Mon Jul 6 18:20:27 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
12801
12802 * gcc.c-torture/compile/980706-1.c: New test.
12803
12804 1998-07-01 Dave Love <d.love@dl.ac.uk>
12805
12806 * g77.f-torture/execute/980701-0.f,
12807 g77.f-torture/execute/980701-1.f: New test from Craig.
12808
12809 Wed Jul 1 00:52:51 1998 Jeffrey A Law (law@cygnus.com)
12810
12811 * gcc.c-torture/compile/980701-1.c: New test.
12812
12813 * gcc.c-torture/execute/980701-1.c: New test.
12814
12815 Tue Jun 30 11:51:42 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka
12816 rlsruhe.de>
12817
12818 * g++.old-deja/g++.robertl/eb132.C: New test.
12819 * g++.old-deja/g++.robertl/eb133.C: Likewise.
12820
12821 1998-06-29 Dave Love <d.love@dl.ac.uk>
12822
12823 * g77.f-torture/execute/980628-7.f,
12824 g77.f-torture/execute/980628-8.f,
12825 g77.f-torture/execute/980628-9.f,
12826 g77.f-torture/execute/980628-10.f: New tests from Craig.
12827
12828 * g77.f-torture/execute/980628-3.f: Remove mail headers.
12829
12830 Sun Jun 28 12:49:02 1998 Jeffrey A Law (law@cygnus.com)
12831
12832 * g77.f-torture/execute/980628-4.f: New test from Craig.
12833 * g77.f-torture/execute/980628-5.f: Likewise.
12834 * g77.f-torture/execute/980628-2.f: Likewise.
12835 * g77.f-torture/execute/980628-0.f: Likewise.
12836 * g77.f-torture/execute/980628-1.f: Likewise.
12837 * g77.f-torture/execute/980628-3.f: Likewise.
12838 * g77.f-torture/execute/980628-6.f: Likewise.
12839
12840 Sun Jun 28 00:37:26 1998 Jeffrey A Law (law@cygnus.com)
12841
12842 * lib/g77.exp (default_g77_version): Tweak to make it work in a build
12843 directory when nothing has been installed yet.
12844
12845 Sat Jun 27 23:23:18 1998 Carlo Wood <carlo@runaway.xs4all.nl>
12846
12847 * gcc.c-torture/special/special.exp: Handle newer versions of
12848 dejagnu.
12849
12850 Fri Jun 26 17:57:40 1998 Jeffrey A Law (law@cygnus.com)
12851
12852 * gcc.dg/980626-1.c: New test.
12853
12854 Fri Jun 19 23:26:12 1998 Bruno Haible <haible@ilog.fr>
12855
12856 * gcc.misc-tests/m-un-2.c: New test.
12857 * g++.old-deja/g++.other/warn01.c: Likewise.
12858
12859 Fri Jun 19 14:06:36 1998 Robert Lipe <robertl@dgii.com>
12860
12861 * gcc.dg/980414-1.c: Move comments outside of ASM to improve
12862 compatibility with assmblers with a different comment character.
12863 Eliminate use of GAS-specific extensions.
12864
12865 Fri Jun 19 02:05:14 1998 Jeffrey A Law (law@cygnus.com)
12866
12867 * gcc.c-torture/execute/ieee/980619-1.c: New test.
12868
12869 Fri Jun 19 00:58:11 1998 Robert Lipe <robertl@dgii.com>
12870
12871 *lib/g77.exp: Replace search for libf2c.a with search for newly
12872 renamed libg2c.a
12873
12874 Wed Jun 17 18:53:12 1998 Jeffrey A Law (law@cygnus.com)
12875
12876 * gcc.c-torture/execute/980617-1.c: New test.
12877
12878 Fri Jun 12 01:08:49 1998 Jeffrey A Law (law@cygnus.com)
12879
12880 * gcc.c-torture/execute/980612-1.c: New test.
12881
12882 Mon Jun 8 02:13:42 1998 Jeffrey A Law (law@cygnus.com)
12883
12884 * gcc.dg/980523-1.c: Only test on ppc-linux.
12885 * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
12886
12887 * gcc.c-torture/execute/980608-1.c: New test.
12888
12889 Fri Jun 5 21:54:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12890
12891 * gcc.c-torture/execute/980605-1.c: New test.
12892
12893 Thu Jun 4 01:39:24 1998 Jeffrey A Law (law@cygnus.com)
12894
12895 * gcc.c-torture/execute/980604-1.c: New test.
12896
12897 Tue Jun 2 20:51:43 1998 Jeffrey A Law (law@cygnus.com)
12898
12899 * gcc.c-torture/execute/980602-1.c: New test.
12900 * gcc.c-torture/execute/980602-2.c: Likewise.
12901
12902 1998-06-02 Dave Love <d.love@dl.ac.uk>
12903
12904 * 970125-0.f: Fix per JCB. Add commentary.
12905
12906 Sun May 31 23:23:29 1998 Michael Meissner <meissner@cygnus.com>
12907
12908 * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
12909 IEEE -0 support.
12910
12911 Fri May 29 01:10:12 1998 Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
12912
12913 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
12914 earlier.
12915
12916 Thu May 28 00:17:42 1998 Catherine Moore <clm@cygnus.com>
12917
12918 * gcc.c-torture/execute/980526-3.c: New test.
12919
12920 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
12921
12922 * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
12923 fail on m68k-motorola-sysv and m88k-motorola-sysv3.
12924 * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
12925 m88k-motorola-sysv3 to XFAIL.
12926
12927 Tue May 26 23:58:03 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12928
12929 * gcc.dg/980526-1.c: New test.
12930 * gcc.c-torture/execute/980526-2.c: New test.
12931
12932 Tue May 26 23:40:40 1998 Jeffrey A Law (law@cygnus.com)
12933
12934 * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
12935
12936 * gcc.c-torture/execute/980526-1.c: New test.
12937
12938 1998-05-26 Dave Love <d.love@dl.ac.uk>
12939
12940 * g77.f-torture/execute/alpha2.f: Add runtime test.
12941
12942 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
12943
12944 * g++.old-deja/old-deja.exp: Strip leading directories.
12945
12946 * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
12947 error for the line. Don't run multiple tests for the same line.
12948
12949 Sat May 23 23:27:10 1998 Jeffrey A Law (law@cygnus.com)
12950
12951 * gcc.dg/980523-1.c: New test.
12952
12953 1998-05-23 Dave Love <d.love@dl.ac.uk>
12954
12955 * g77.f-torture/compile/970915-0.f: New test.
12956
12957 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
12958
12959 * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
12960
12961 Thu May 21 23:23:21 1998 Jeffrey A Law (law@cygnus.com)
12962
12963 * gcc.dg/980520-1.c: New test.
12964
12965 Wed May 20 14:37:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
12966
12967 * gcc.dg/980502-1.c: Fix return type.
12968
12969 Wed May 20 11:29:48 1998 Jeffrey A Law (law@cygnus.com)
12970
12971 * gcc.dg/{980502-1.c, clobbers.c}: New tests.
12972 * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
12973 * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
12974 * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
12975 * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
12976
12977 1998-05-20 Dave Love <d.love@dl.ac.uk>
12978
12979 * g77.f-torture/execute/980520-1.f: New test.
12980
12981 1998-05-15 Dave Love <d.love@dl.ac.uk>
12982
12983 * lib/mike-g77.exp: New file.
12984
12985 * g77.f-torture/noncompile/noncompile.exp,
12986 g77.f-torture/noncompile/check0.f: New files.
12987
12988 1998-05-14 Dave Love <d.love@dl.ac.uk>
12989
12990 * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
12991 g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
12992 g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
12993 g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
12994 g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
12995 abort where appropriate.
12996
12997 Tue May 5 19:20:13 1998 Michael Meissner <meissner@cygnus.com>
12998
12999 * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
13000 * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
13001
13002 1998-04-29 Dave Love <d.love@dl.ac.uk>
13003
13004 * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
13005
13006 1998-04-27 Dave Love <d.love@dl.ac.uk>
13007
13008 * g77.f-torture/compile/980427-0.f: New test.
13009
13010 1998-04-24 Dave Love <d.love@dl.ac.uk>
13011
13012 * g77.f-torture/compile/980424-0.f: New test.
13013
13014 1998-04-19 Dave Love <d.love@dl.ac.uk>
13015
13016 * g77.f-torture/compile/980419-2.f (main): New test.
13017 * g77.f-torture/compile/970125-0.f: New test.
13018 * g77.f-torture/compile/980419-1.f: New test.
13019
13020 Wed Apr 8 13:09:15 1998 Jim Wilson <wilson@cygnus.com>
13021
13022 * gcc.c-torture/execute/980407-1.c: Delete test. Is duplicate
13023 of loop-4.c.
13024
13025 Tue Apr 7 12:01:24 1998 Jim Wilson <wilson@cygnus.com>
13026
13027 * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
13028
13029 Fri Apr 3 12:27:49 1998 Jim Wilson <wilson@cygnus.com>
13030
13031 * gcc.c-torture/compile/980329-1.c: New test.
13032
13033 Wed Mar 18 16:22:22 1998 Jim Wilson <wilson@cygnus.com>
13034
13035 * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
13036 * gcc.dg/980312-1.c: Fix typo in -march command.
13037
13038 Mon Mar 16 20:01:30 1998 H.J. Lu (hjl@gnu.org)
13039
13040 * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
13041
13042 Wed Mar 11 13:08:48 1998 Robert Lipe <robertl@dgii.com>
13043
13044 * g77.f-torture/execute/980310-5.f: Deleted. Craig Burley and
13045 Dave Love agree the Fortran source is bogus.
13046
13047 Wed Mar 11 00:03:49 1998 Robert Lipe <robertl@dgii.com>
13048
13049 * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
13050 g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
13051 g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
13052 g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
13053 * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
13054
13055 Tue Mar 10 00:31:51 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13056
13057 * g++.old-deja/g++.other/friend1.C: New test.
13058
13059 1998-02-18 Dave Love <d.love@dl.ac.uk>
13060
13061 * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
13062 possibly uninitialized) variables and declare dnrm2.
13063
13064 Mon Feb 23 15:16:53 1998 Robert Lipe <robertl@dgii.com>
13065
13066 From Bruno Haible <haible@ilog.fr>:
13067 * gcc.c-torture/execute/980223.c: New test.
13068
13069 Fri Feb 13 00:36:07 1998 Jeffrey A Law (law@cygnus.com)
13070
13071 * gcc.dg/ifelse-1.c: New test.
13072
13073 Mon Feb 9 02:08:47 1998 H.J. Lu (hjl@gnu.org)
13074
13075 * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
13076
13077 * lib/old-dejagnu.exp (old-dejagnu): Added the
13078 "execution test - XFAIL *-*-*" handling in the spirit of
13079 "excess errors test -". Changed the "execution test fails"
13080 handling to be like "excess errors test fails".
13081 * Update various tests accordingly.
13082
13083 Fri Feb 6 14:30:48 1998 Jim Wilson <wilson@cygnus.com>
13084
13085 * gcc.c-torture/execute/980205.c: New test.
13086
13087 Sun Jan 18 01:33:59 1998 Jeffrey A Law (law@cygnus.com)
13088
13089 * lib/c-torture.exp: Look for .x files instead of .cexp files.
13090 * lib/f-torture.exp: Similarly.
13091 * gcc.c-torture: Rename all .cexp files to .x files.
13092
13093 Mon Dec 8 23:55:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13094
13095 * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
13096 (940510-1.c): Removed duplicate.
13097 (971104-1.c): New test.
13098
13099 Tue Nov 25 16:18:51 1997 Kate Hedstrom (kate@ahab.rutgers.edu)
13100
13101 * lib/f-torture.exp: Improve error and loop detection.
13102
13103 Wed Nov 19 14:27:04 1997 Michael Meissner <meissner@cygnus.com>
13104
13105 * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
13106 use that to size the filler array.
13107
13108 Fri Sep 26 10:50:53 1997 Bob Manson <manson@charmed.cygnus.com>
13109
13110 * lib/c-torture.exp(c-torture-execute): Fix typo.
13111
13112 * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
13113 testcase as the executable name. Keep the executable around if
13114 the test fails.
13115
13116 Fri Sep 19 17:19:53 1997 Bob Manson <manson@charmed.cygnus.com>
13117
13118 * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
13119 changes. Only test one -g option, and move it to the end of the
13120 list of options to test.
13121
13122 Fri Sep 19 17:58:00 1997 Michael Meissner <meissner@cygnus.com>
13123
13124 * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
13125 variable GCC_TORTURE_OPTIONS to supply default switches separated
13126 by colons. If no environment variable, run tests with -O0 -g, -O1
13127 -g, and -O2 -g as well.
13128
13129 Wed Sep 17 10:12:26 1997 Bob Manson <manson@charmed.cygnus.com>
13130
13131 * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
13132 explanatory comments. Fix indentation.
13133
13134 Mon Sep 15 00:36:53 1997 Jeffrey A Law (law@cygnus.com)
13135
13136 * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
13137
13138 Thu Sep 11 13:54:47 1997 Jeffrey A Law (law@cygnus.com)
13139
13140 * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
13141 * g++.old-deja/g++.mike/p7325.C: Likewise.
13142 * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
13143
13144 Thu Sep 11 10:00:03 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
13145
13146 * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
13147 * g++.old-deja/g++.brendan/crash30.C: Likewise.
13148 * g++.old-deja/g++.brendan/crash39.C: Likewise.
13149 * g++.old-deja/g++.law/operators4.C: Likewise.
13150
13151 Thu Sep 11 09:53:40 1997 Joe Buck (jbuck@synopsys.com)
13152
13153 * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
13154 * g++.old-deja/g++.mike/p784.C: Ditto.
13155 * g++.old-deja/g++.mike/p785.C: Ditto.
13156
13157 Fri Sep 5 00:21:42 1997 Jeffrey A Law (law@cygnus.com)
13158
13159 * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
13160
13161 Wed Sep 3 17:29:35 1997 Bob Manson <manson@charmed.cygnus.com>
13162
13163 * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
13164 target feature; pass this to c-torture-execute as needed.
13165
13166 Wed Sep 3 17:15:00 1997 Bob Manson <manson@charmed.cygnus.com>
13167
13168 * lib/c-torture.exp(c-torture-execute): If the previous and the
13169 current executables being tested are identical, we don't need to
13170 run the executable again. Try to make the executable names
13171 unique. Add an optional argument for passing additional compiler
13172 flags.
13173
13174 Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
13175
13176 * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
13177
13178 Fri Aug 29 12:48:09 1997 Jeffrey A Law (law@cygnus.com)
13179
13180 * gcc.c-torture/execute/921007-1.c: Make strcmp static.
13181
13182 Thu Jul 31 12:17:24 1997 Jeffrey A Law (law@cygnus.com)
13183
13184 * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
13185 32bit or larger longs.
13186
13187 * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
13188 have either a 32bit long or 32bit int.
13189
13190 Tue Jul 29 00:40:38 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13191
13192 * gcc.c-torture/execute/conversion.c (test_float_to_integer):
13193 Make double precision tests dependent on sizeof (double).
13194
13195 Wed Jul 9 15:15:40 1997 Bob Manson <manson@charmed.cygnus.com>
13196
13197 * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
13198 too.
13199
13200 Tue Jun 17 22:11:16 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13201
13202 * gcc.c-torture/compile/961203-1.cexp: New script.
13203
13204 Mon Jun 16 15:27:06 1997 Bob Manson <manson@charmed.cygnus.com>
13205
13206 * lib/g++.exp(g++_init): Use g++_include_flags instead of making
13207 up the includes ourselves.
13208
13209 Wed Jun 11 17:33:21 1997 Bob Manson <manson@charmed.cygnus.com>
13210
13211 * lib/plumhall.exp: Remove random include, and add a few
13212 verbose messages for debugging.
13213
13214 Fri Jun 6 14:23:24 1997 Bob Manson <manson@charmed.cygnus.com>
13215
13216 * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
13217 of trying to do it ourselves.
13218
13219 Wed Jun 4 03:38:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
13220
13221 * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
13222
13223 Wed Jun 4 18:43:55 1997 Bob Manson <manson@charmed.cygnus.com>
13224
13225 * gcc.prms/5403.c: Made regexp a bit less strict.
13226
13227 Tue Jun 3 15:12:39 1997 Bob Manson <manson@charmed.cygnus.com>
13228
13229 * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
13230 is returned from remote_load instead.
13231 * lib/plumhall.exp: Ditto.
13232 * lib/mike-g++.exp: Ditto.
13233 * lib/old-dejagnu.exp: Ditto.
13234 * lib/c-torture.exp: Ditto.
13235
13236 Fri May 30 23:15:15 1997 Bob Manson <manson@charmed.cygnus.com>
13237
13238 * lib/g++.exp: Use build_wrapper procedure.
13239 * lib/gcc.exp: Ditto.
13240
13241 Tue May 20 15:23:27 1997 Jeffrey A Law (law@cygnus.com)
13242
13243 * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
13244 an old-style decl for malloc. Fixes tests to work when
13245 sizeof (int) != sizeof (size_t).
13246
13247 Thu May 15 14:00:04 1997 Mike Meissner <meissner@cygnus.com>
13248
13249 * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
13250
13251 * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
13252 use stdargs.h interface.
13253
13254 Thu May 15 14:10:39 1997 Mike Meissner <meissner@cygnus.com>
13255
13256 * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
13257 NO_VARARGS when compiling.
13258
13259 Thu May 1 14:49:19 1997 Bob Manson <manson@charmed.cygnus.com>
13260
13261 * lib/plumhall.exp(ph_includes): New procedure.
13262 (ph_make): Use it.
13263 (ph_compiler): Ditto.
13264
13265 * lib/g++.exp: Rename test-glue.c to testglue.c.
13266 * lib/gcc.exp: Ditto.
13267
13268 Thu Apr 10 14:50:26 1997 Bob Manson <manson@charmed.cygnus.com>
13269
13270 * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
13271 to completion when it's called.
13272
13273 Fri Mar 21 16:34:52 1997 Michael Meissner <meissner@cygnus.com>
13274
13275 * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
13276 is defined, don't do test.
13277
13278 Thu Mar 20 09:50:32 1997 Doug Evans <dje@canuck.cygnus.com>
13279
13280 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
13281 for object files.
13282 (ph_summary): Mark skipped testcases as untested, not unresolved.
13283
13284 * lib/plumhall.exp (ph_make): If unresolved because of bad
13285 errorCode, record errorCode in log file.
13286 (*): Replace send_log/verbose with verbose -log.
13287
13288 Wed Mar 19 13:06:26 1997 Michael Meissner <meissner@cygnus.com>
13289
13290 * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
13291 double conversion if double isn't at least 8 bytes.
13292
13293 * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
13294 int to work with targets where int is 16 bits.
13295
13296 * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
13297 8 bytes, just exit, since 4 byte doubles don't have enough bits of
13298 precision for the test to complete.
13299
13300 Fri Mar 14 17:51:02 1997 Michael Meissner <meissner@cygnus.com>
13301
13302 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
13303 if d10v is not compiled with the -mdouble64 flag.
13304 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
13305
13306 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
13307 d10v is not compiled with the -mint32 flag.
13308
13309 Thu Mar 13 16:09:28 1997 Bob Manson <manson@charmed.cygnus.com>
13310
13311 * lib/plumhall.exp: Use incr_count.
13312
13313 Wed Mar 12 10:01:33 1997 Jeffrey A Law (law@cygnus.com)
13314
13315 * gcc.c-torture: Update to c-torture-1.45.
13316
13317 Sun Feb 23 18:12:04 1997 Bob Manson <manson@charmed.cygnus.com>
13318
13319 * lib/gcc.exp(gcc_init): Add args parameter (which will contain
13320 the name of the expect testcase file).
13321
13322 * lib/g++.exp(g++_init): Ditto.
13323
13324 Thu Feb 20 13:53:05 1997 Bob Manson <manson@charmed.cygnus.com>
13325
13326 * lib/g++.exp(g++_exit): $gluefile lives on the build, not
13327 the host.
13328
13329 * lib/gcc.exp(gcc_exit): New procedure.
13330
13331 Wed Feb 19 15:16:16 1997 Bob Manson <manson@charmed.cygnus.com>
13332
13333 * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
13334 specs where appropriate.
13335
13336 * g++.old-deja/g++.arm/*: Added additional ERROR checks
13337 because of new "candidates are" messages, and removed a few
13338
13339 * Converted all non-old-style g++ testcases to old-style, and
13340 moved into g++.old-deja.
13341
13342 Fri Feb 14 11:46:46 1997 Bob Manson <manson@charmed.cygnus.com>
13343
13344 * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
13345 options.
13346
13347 * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
13348 succeeded.
13349
13350 * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
13351
13352 Thu Feb 13 17:30:46 1997 Michael Meissner <meissner@cygnus.com>
13353
13354 * lib/gcc.exp (gcc_target_compile): Add support for defining
13355 NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
13356 the machine doesn't have those features.
13357
13358 Tue Feb 11 12:57:11 1997 Bob Manson <manson@charmed.cygnus.com>
13359
13360 * g++.law/operators4.exp: Don't use LIBS.
13361
13362 Sat Feb 8 14:45:55 1997 Bob Manson <manson@charmed.cygnus.com>
13363
13364 * g++.law/virtual1.exp: Don't use CXX_FLAGS.
13365
13366 * lib/mike-g++.exp: Don't set the compiler to be tested here.
13367 * lib/g++.exp: Set it here instead. Also, allow use of the
13368 --tool_exec and --tool_opt options. Change CXX to
13369 GXX_UNDER_TEST.
13370
13371 * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
13372
13373 * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
13374
13375 Fri Feb 7 12:55:45 1997 Bob Manson <manson@charmed.cygnus.com>
13376
13377 * lib/old-dejagnu.exp: Use prune_warnings instead of
13378 prune_system_crud.
13379 * lib/mike-g++.exp: Ditto.
13380 * lib/gcc.exp: Ditto.
13381 * lib/g++.exp: Ditto.
13382
13383 * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
13384
13385 Fri Feb 7 10:41:53 1997 Jeffrey A Law (law@cygnus.com)
13386
13387 * 941014-2.c: Include stdlib.h
13388 * 960327-1.c: Include stdio.h
13389 * dbra.c, index-1.c: Don't assume ints are 32bits.
13390
13391 Tue Feb 4 12:51:09 1997 Bob Manson <manson@charmed.cygnus.com>
13392
13393 * lib/gcc.exp: Add gcc,stack_size target feature.
13394
13395 * lib/g++.exp(g++_target_compile): Add the include and link
13396 paths here, not in two other places. And, it's $options, not
13397 options.
13398
13399 * lib/mike-g++.exp(postbase): Remove the code that determines
13400 the correct include and link paths.
13401 * g++.old-deja/old-deja.exp: Ditto.
13402
13403 Mon Feb 3 19:00:07 1997 Bob Manson <manson@charmed.cygnus.com>
13404
13405 * lib/g++.exp(g++_init): target_compile no longer returns the
13406 filename of the result.
13407
13408 Sun Feb 2 14:42:34 1997 Bob Manson <manson@charmed.cygnus.com>
13409
13410 * gcc.misc-tests/gcov.exp: Add -nocomplain to the
13411 call to glob.
13412
13413 * gcc.c-torture/special/special.exp: Change call to
13414 gcc_target_compile to include the object file.
13415
13416 Sun Feb 2 17:11:50 1997 Ian Lance Taylor <ian@cygnus.com>
13417
13418 * gcc.c-torture/special/special.exp: Correct misspelling in last
13419 change.
13420
13421 Sat Feb 1 12:34:23 1997 Bob Manson <manson@charmed.cygnus.com>
13422
13423 * lib/plumhall.exp(ph_summary): Log the entire output of the
13424 executable. Return -1 if there were any failures, 0 otherwise.
13425 (ph_execute): Return -1 if there were any failures, 0 otherwise.
13426 (ph_make): Clean up objects and executables that were built
13427 if the tests succeeded.
13428
13429 Thu Jan 30 13:45:56 1997 Bob Manson <manson@charmed.cygnus.com>
13430
13431 * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
13432 libraries and includes in the build tree as appropriate.
13433
13434 Wed Jan 29 17:19:34 1997 Bob Manson <manson@charmed.cygnus.com>
13435
13436 * lib/c-torture.exp: Instead of looking for the global variable
13437 NO_LONG_LONG, check to see if that's a feature of the target.
13438
13439 Wed Jan 29 00:36:25 1997 Bob Manson <manson@charmed.cygnus.com>
13440
13441 * config/default.exp: Minimize. Delete the remainer of the files in
13442 config; this functionality is now in devo/dejagnu/config.
13443
13444 g++.*/*: Pass any additional flags used to compile to postbase;
13445 delete CXXFLAGS.
13446
13447 gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
13448 is now done by runtest.exp. Use gcc_target_compile instead of
13449 compile.
13450
13451 lib/c-torture.exp: Use gcc_target_compile instead of compile.
13452 Remove references to CFLAGS. Use remote_file instead of
13453 calling rm -f.
13454 (c-torture): Take a list of arguments to use to compile this
13455 testcase.
13456
13457 lib/g++.exp: Simplify. Use target_compile instead of compile.
13458 lib/gcc-dg.exp: Ditto.
13459 lib/gcc.exp: Ditto.
13460 lib/mike-{gcc,g++}.exp: Ditto.
13461 lib/old-dejagnu.exp: Ditto.
13462 lib/plumhall.exp: Ditto.
13463
13464 Wed Jan 8 14:43:07 1997 Jim Wilson <wilson@cygnus.com>
13465
13466 * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
13467 (ph_linker): Likewise.
13468
13469 Wed Nov 13 16:04:19 1996 Joern Rennecke <amylaar@cygnus.com>
13470
13471 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
13472 MAP_ANON / MAP_ANONYMOUS if defined;
13473 else try to map from /dev/zero .
13474
13475 Tue Nov 12 23:30:12 1996 Jeffrey A Law (law@cygnus.com)
13476
13477 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: If MAP_ANON
13478 isn't defined, then define it to MAP_ANONYMOUS.
13479
13480 Tue Nov 12 11:57:49 1996 Jeffrey A Law (law@cygnus.com)
13481
13482 * gcc.c-torture: Update to c-torture-1.42 release.
13483
13484 Mon Nov 11 12:45:31 1996 Jeffrey A Law (law@cygnus.com)
13485
13486 * gcc.c-torture: Update to c-torture-1.41 release.
13487
13488 Sun Oct 27 18:56:18 1996 Jeffrey A Law (law@cygnus.com)
13489
13490 * gcc.c-torture/execute/enum-1.c: New test. Will be in next
13491 c-torture release.
13492
13493 Thu Aug 15 11:09:36 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13494
13495 * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
13496 and LDFLAGS. Fix second case to append the target_info ldflags
13497 onto LDFLAGS, not CFLAGS.
13498 * lib/g++.exp (g++_init): Add target_info stuff.
13499 * lib/old-dejagnu.exp (old-dejagnu-init): Likewise. Add inclusion
13500 of libgloss and newlib flags for !native.
13501
13502 * config/proelf.exp: Load remote.exp and do `push_target hppro'.
13503 (GDB): Fix relative path to go up another dir for finding gdb.
13504
13505 Thu Aug 8 17:03:27 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13506
13507 * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
13508 versions in the target_info array, if they don't exist.
13509
13510 Fri Aug 2 15:39:03 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13511
13512 * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
13513
13514 Mon Jul 8 15:45:58 1996 Jim Wilson <wilson@cygnus.com>
13515
13516 * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
13517 * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
13518
13519 Mon Jul 1 15:53:00 1996 Bob Manson <manson@charmed.cygnus.com>
13520
13521 * lib/old-dejagnu.exp: Don't remove the output file before we've
13522 actually tested it. Don't append pwd to the path of the executable
13523 we're testing.
13524
13525 Sun Jun 30 14:37:50 1996 Doug Evans <dje@canuck.cygnus.com>
13526
13527 * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
13528
13529 Wed Jun 26 14:15:55 1996 Bob Manson <manson@charmed.cygnus.com>
13530
13531 * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
13532 temporary directory for compiler files, and set it to a default
13533 value of /tmp. Set $output as the name of the output file from
13534 compiling the testcase. Add a -o option to $cflags_var so the
13535 compiler writes the final output file as $output. Set $executable
13536 to $output.
13537
13538 * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
13539 directory for compiler files, and set it to /tmp if it doesn't
13540 already have a value. Set $output_file to the name of the output
13541 file from compiling the testcase. Add a -o option to CXXFLAGS so
13542 the compiler writes the final output file as $output. Use $output
13543 as the executable to be tested.
13544
13545 Mon Jun 24 17:12:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13546
13547 * lib/g++.exp: Also add -Wl,-rpath,... for linux.
13548
13549 Sat Jun 8 15:12:24 1996 Jeffrey A Law (law@cygnus.com)
13550
13551 * gcc.c-torture/execute/pending-1.c: New test. Still
13552 pending in Tege's queue.
13553
13554 Wed Apr 24 18:13:45 1996 Jim Wilson <wilson@chestnut.cygnus.com>
13555
13556 * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
13557 Add variables local_failcnt and local_unresolvedcnt. Call gcc_fail
13558 if there were failures. Call unresolved if there were unresolved
13559 testcases. Call gcc_fail if program did not run to completion.
13560 (ph_make): Pass additional argument name to ph_execute.
13561 (ph_execute): Add new argument. Pass additional arguments to
13562 ph_summary. Call gcc_fail is there is no execution output.
13563
13564 Wed Apr 24 13:39:23 1996 Jeffrey A Law (law@cygnus.com)
13565
13566 * lib/plumhall.exp (proc_summary): Output relavent summary
13567 lines into the log so specific failures in plumhall can be
13568 investigated.
13569
13570 Wed Apr 10 13:23:45 1996 Jeffrey A Law (law@cygnus.com)
13571
13572 * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
13573 (c-torture-execute): Don't try to execute tests which use
13574 "long long" types if $NO_LONG_LONG is nonzero.
13575
13576 Mon Apr 8 08:52:29 1996 Doug Evans <dje@canuck.cygnus.com>
13577
13578 * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
13579 not c-torture.
13580
13581 * gcc.ieee: Move from here.
13582 * gcc.c-torture/execute/ieee: To here.
13583
13584 Tue Mar 26 23:41:18 1996 Jeffrey A Law (law@cygnus.com)
13585
13586 * gcc.c-torture: Update to c-torture-1.41 release.
13587
13588 Fri Mar 22 15:49:24 1996 Jeffrey A Law (law@cygnus.com)
13589
13590 * lib/c-torture.exp (c-torture-execute): Remove "$executable",
13591 not "$output".
13592
13593 Thu Mar 7 12:37:08 1996 Doug Evans <dje@charmed.cygnus.com>
13594
13595 * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
13596 -c present.
13597
13598 Sat Mar 2 22:36:37 1996 Jeffrey A Law (law@cygnus.com)
13599
13600 * config/proelf.exp: Handle connecting to a simulator.
13601
13602 Wed Jan 31 00:58:15 1996 Jeffrey A Law (law@cygnus.com)
13603
13604 * config/proelf.exp: New file. Enough framework that we can
13605 run c-torture tests on the proelf targets (or any other target
13606 that gdb can connect to for that matter).
13607
13608 Mon Jan 29 08:57:46 1996 Doug Evans <dje@canuck.cygnus.com>
13609
13610 * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
13611 * gcc.ph/testing/limits/limits.exp: Likewise. Don't pass $CFLAGS.
13612
13613 * lib/plumhall.exp (ph_execute): Always call ph_summary if
13614 exec_output exists.
13615
13616 Sun Jan 28 11:28:43 1996 Doug Evans <dje@charmed.cygnus.com>
13617
13618 * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
13619 (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
13620
13621 * config/*.exp: Update FSF address. Change result of ${tool}_load
13622 to pass/fail/unresolved/unsupported/untested. Caller must now
13623 call unresolved/unsupported/untested.
13624 * lib/*.exp: Update FSF address. Update to handle new results of
13625 ${tool}_load.
13626 * lib/chill.exp (verbose): Delete.
13627
13628 Sat Jan 27 12:28:07 1996 Doug Evans <dje@charmed.cygnus.com>
13629
13630 * lib/gcc.exp (default_gcc_start): Change order of args to
13631 $LDFLAGS $CFLAGS $LIBS.
13632 * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
13633 Save/set/restore CFLAGS. Pass single arg to gcc_start.
13634 * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
13635 (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13636 * gcc.misc-tests/dg-test.exp: Likewise.
13637 * gcc.misc-tests/msgs.exp: Likewise.
13638 * gcc.prms/prms.exp: Likewise.
13639 * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
13640 (CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13641
13642 * lib/dg.exp: Deleted, moved to dejagnu/lib.
13643
13644 Wed Jan 24 18:37:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13645
13646 * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
13647
13648 * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
13649 * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
13650
13651 * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
13652 necessary.
13653
13654 Sat Jan 20 17:22:08 1996 Brendan Kehoe <brendan@cygnus.com>
13655
13656 * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
13657 global for loop; add use of $mathlib.
13658 * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
13659 settings here; set mathlib for anything but VxWorks.
13660
13661 Mon Jan 22 16:31:57 1996 Jeffrey A Law (law@cygnus.com)
13662
13663 * gcc.c-torture: Update to c-torture-1.40 release.
13664
13665 Wed Jan 3 00:54:33 1996 Jeffrey A Law (law@cygnus.com)
13666
13667 * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
13668 dg.exp.
13669
13670 Sun Dec 3 16:17:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
13671
13672 * lib/c-torture.exp (c-torture-execute): Declare "output" as
13673 global.
13674
13675 Fri Nov 17 20:01:19 1995 Doug Evans <dje@canuck.cygnus.com>
13676
13677 * lib/g++.exp (LIBS): Define if not already.
13678 * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
13679 (gcc-dg-prune): Call prune_gcc_output.
13680 * lib/gcc.exp (prune_gcc_output): New proc.
13681 * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
13682 prune_gcc_output.
13683
13684 Thu Nov 16 09:15:40 1995 Doug Evans <dje@canuck.cygnus.com>
13685
13686 * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
13687 (c-torture-execute): Likewise. Rename `name' to `testcase'.
13688
13689 Wed Nov 15 23:04:36 1995 Jeffrey A Law (law@cygnus.com)
13690
13691 * gcc.c-torture: Update to c-torture-1.39 release.
13692
13693 Sat Nov 4 12:52:05 1995 Doug Evans <dje@canuck.cygnus.com>
13694
13695 * lib/c-torture.exp (c-torture-execute): Don't return if one option
13696 fails, try others as well.
13697
13698 Thu Nov 2 09:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
13699
13700 * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
13701 If compilation fails, mark execute tests as `untested'.
13702 If test is marked as unsupported, don't mark compilation and
13703 execute tests as failed.
13704
13705 Wed Oct 25 20:57:55 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13706
13707 * lib/g++.exp (g++_init): Don't link in libg++, and look to
13708 libstdc++ for whether or not we want to be doing shared
13709 libraries. Delete link_curses since we don't need it anymore.
13710 * lib/mike-g++.exp (postbase): Don't link in libg++.
13711 * g++.old-deja/old-deja.exp: Likewise.
13712
13713 Mon Oct 23 13:05:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13714
13715 * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
13716
13717 Tue Oct 17 15:24:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13718
13719 * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
13720 For that, add `-Wl,-a,shared_archive'.
13721 * g++.old-deja/old-deja.exp: Likewise.
13722
13723 Tue Oct 17 13:09:06 1995 Doug Evans <dje@canuck.cygnus.com>
13724
13725 * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
13726
13727 Mon Oct 16 23:13:32 1995 Brendan Kehoe <brendan@cygnus.com>
13728
13729 * lib/mike-g++.exp (postbase): Pay attention to the status of
13730 g++_load.
13731
13732 Mon Oct 16 19:28:32 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13733
13734 * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
13735
13736 Mon Oct 16 13:48:58 1995 Doug Evans <dje@canuck.cygnus.com>
13737
13738 * lib/gcc.exp (default_gcc_start): No longer need to log program
13739 being executed or its output, execute_anywhere does that now.
13740 * lib/g++.exp (default_g++_version): Call execute_anywhere.
13741 (default_g++_start): Likewise. Delete calls to verbose/send_log.
13742
13743 Thu Oct 12 10:34:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13744
13745 * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
13746 the same as those in lib/g++.exp.
13747
13748 Tue Oct 10 13:47:27 1995 Jeff Law (law@hurl.cygnus.com)
13749
13750 * gcc.c-torture: Update to c-torture-1.38 release.
13751 * gcc.ieee: Related changes.
13752
13753 Fri Oct 6 12:39:17 1995 Rob Savoye <rob@darkstar.cygnus.com>
13754
13755 * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
13756 "exec". Minor reformatting changes.
13757
13758 * config/rom68k.exp (${tool}_load): Make it work in a canadian
13759 cross. This means all "exec" calls now work on a remote host as
13760 well.
13761 * lib/c-torture.exp (c-torture-compile): Make work for a canadian
13762 cross. Filter out the extra "\r\n" stuff that expect puts in.
13763 (c-torture-execute): Filter out the bogus warnings like
13764 c-torture-compile does. Add support for canadian cross.
13765 * lib/gcc.exp (default_gcc_version, default_gcc_start)
13766 Use execute_anywhere rather than calling exec directly. Now it
13767 works for canadian cross testing.
13768
13769 Thu Oct 5 10:06:45 1995 Brendan Kehoe <brendan@rtl.cygnus.com>
13770
13771 * lib/g++.exp: Add -nocomplain flag to glob. Use catch to put the
13772 results into a variable, and check that rather than using file exists.
13773
13774 Wed Oct 4 16:31:02 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13775
13776 * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
13777 create a libg++.so. For sunos4.1.*, also add -ltermcap.
13778
13779 Tue Sep 26 10:15:14 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13780
13781 * g++.old-deja/old-deja.exp: Create and pass runshlib and
13782 lib_curses if there's a shared libg++ in the build tree.
13783
13784 Fri Sep 22 10:47:24 1995 Doug Evans <dje@canuck.cygnus.com>
13785
13786 * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
13787 if not supported target.
13788
13789 Fri Sep 22 09:22:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13790
13791 * lib/g++.exp (g++_init): Move empty setting of runshlib and
13792 link_curses up to always happen, not just for native builds.
13793
13794 Thu Sep 21 10:23:32 1995 Jeff Law (law@snake.cs.utah.edu)
13795
13796 * gcc.c-torture: Update to c-torture-1.36 release.
13797 * gcc.failure: Related changes.
13798
13799 Wed Sep 20 10:56:26 1995 Doug Evans <dje@canuck.cygnus.com>
13800
13801 * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
13802
13803 Tue Sep 19 17:26:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13804
13805 * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
13806 * lib/mike-g++.exp (postbase): Not in here. Still reference
13807 runshlib, link_curses, and mathlib for link and run.
13808
13809 * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
13810 pass the runtime shared library options for Solaris, OSF/1, and
13811 Irix5, and link with -lcurses to avoid unresolved references.
13812
13813 Wed Sep 13 15:28:10 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13814
13815 * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
13816 only run once.
13817
13818 Wed Sep 13 10:51:52 1995 Doug Evans <dje@canuck.cygnus.com>
13819
13820 * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
13821
13822 Mon Sep 11 11:02:03 1995 Jeff Law (law@snake.cs.utah.edu)
13823
13824 * gcc.c-torture: Update to c-torture-1.35 release. Note we
13825 do not have a framework for the "compat" tests yet.
13826
13827 Sat Sep 9 16:15:20 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13828
13829 * lib/mike-g++.exp (postbase): New local variable `mathlib',
13830 set to null if we're testing vxworks5.1. Use that instead of
13831 `-lm' in the setting of LIBS for link and run.
13832
13833 Fri Sep 8 13:53:38 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13834
13835 * config/rom68k.exp (${tool}_load): Major changes to make it
13836 work. Verified that it does in fact return the stuff in
13837 exec_output properly. Catch any Emul or any TRAP other than 0.
13838
13839 Thu Sep 7 23:04:06 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13840
13841 * lib/mike-g++.exp (prebase): Call g++_init at the end to set
13842 LDFLAGS properly for targets that need stuff from libgloss.
13843 * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
13844 only run once.
13845 (gpp_initialized): New variable.
13846
13847 Wed Sep 6 21:56:13 1995 Rob Savoye <rob@darkstar.cygnus.com>
13848
13849 * config/rom68k.exp: Load libgloss.exp.
13850 * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
13851 so we can produce a fully linked binary.
13852 * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
13853 so we can produce a fully linked binary.
13854
13855 Sun Sep 3 13:25:26 1995 Doug Evans <dje@canuck.cygnus.com>
13856
13857 * lib/plumhall.exp (ph_section): Watch for expected failures.
13858 Add missing `else'.
13859
13860 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
13861 run the testcase.
13862 (c-torture): Likewise.
13863
13864 Mon Aug 28 11:23:38 1995 Doug Evans <dje@cygnus.com>
13865
13866 * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
13867
13868 * lib/mike-g++.exp (mike_cleanup): New proc.
13869 (prebase): New globals compiler_result, not_compiler_result,
13870 target_regexp.
13871 (postbase): Likewise. Call mike_cleanup. Pass "--" to regexp to
13872 allow leading "-" in pattern. Watch for unsupported tests.
13873 If $compiler_result is set, pattern match assembler code,
13874 and ditto for $not_compiler_result.
13875 * lib/mike-gcc.exp: Likewise.
13876
13877 * lib/plumhall.exp (ph_execute): Only call ph_summary if
13878 execution "succeeded".
13879
13880 Mon Aug 14 14:03:53 1995 Doug Evans <dje@canuck.cygnus.com>
13881
13882 * config/win32.exp: New file.
13883 * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
13884
13885 Fri Aug 4 15:39:54 1995 Doug Evans <dje@canuck.cygnus.com>
13886
13887 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
13888 unsupported.
13889 * lib/mike-{gcc,g++}.exp (postbase): Likewise.
13890 * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
13891 * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
13892
13893 * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
13894 "... without exceptions was ...". That is now handled by
13895 prune_system_crud.
13896 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13897
13898 Tue Aug 1 11:09:33 1995 Doug Evans <dje@canuck.cygnus.com>
13899
13900 * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
13901 sieve.c,sort2.c}: New files.
13902 * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
13903 sieve.exp,sort2.exp}: Drivers for them.
13904
13905 * lib/mike-gcc.exp (program_output): New user settable variable.
13906 (postbase): Call prune_system_crud. Also prune extraneous compiler
13907 messages.
13908 * lib/mike-g++.exp (program_output): New user settable variable.
13909
13910 * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
13911
13912 * config/sh.exp: Deleted (use sim.exp instead).
13913
13914 Fri Jul 28 11:33:46 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13915
13916 * config/vx.exp: Declare CHECKTASK as global.
13917 * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
13918 * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
13919 * lib/old-dejagnu.exp: Load [pwd]/$executable.
13920
13921 Wed Jul 26 19:45:39 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13922
13923 * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
13924 target. Like vx.exp, only includes `vx29k.exp' instead of
13925 `vxworks.exp'.
13926
13927 Sun Jul 23 17:38:52 1995 Ian Lance Taylor <ian@cygnus.com>
13928
13929 * config/sim.exp: Increase time limit from 120 seconds to 240.
13930
13931 Thu Jul 6 11:07:38 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13932
13933 * gcc.c-torture/execute/950628-1.c: New test.
13934
13935 Sat Jun 10 18:51:41 1995 Jeff Law (law@snake.cs.utah.edu)
13936
13937 * gcc.c-torture: Update with changes/additions from
13938 c-torture-1.34.
13939
13940 Mon Jun 5 17:58:07 1995 Doug Evans <dje@canuck.cygnus.com>
13941
13942 * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
13943
13944 Sun Jun 4 05:13:57 1995 Jeff Law (law@snake.cs.utah.edu)
13945
13946 * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
13947
13948 Thu Jun 1 00:06:19 1995 Jeff Law (law@snake.cs.utah.edu)
13949
13950 * gcc.c-torture/compile/950512-1.c: New test.
13951 * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
13952 * gcc.dg/struct-ret-1.c: Likewise.
13953
13954 Wed May 31 14:25:13 1995 Doug Evans <dje@canuck.cygnus.com>
13955
13956 * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
13957 930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
13958
13959 Tue May 30 11:19:54 1995 Doug Evans <dje@canuck.cygnus.com>
13960
13961 * gcc.c-torture/special/920411-1.c: Deleted.
13962 * gcc.c-torture/special/special.exp: Delete 920411-1.c.
13963
13964 Mon May 22 16:55:11 1995 Doug Evans <dje@chestnut.cygnus.com>
13965
13966 * config/sim.exp (${tool}_load): Hack in call to bash to get a
13967 cpu limit.
13968
13969 Fri May 12 18:57:54 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13970
13971 * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
13972
13973 Thu May 4 14:23:54 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13974
13975 From kenner;
13976 * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
13977 is the proper length.
13978 * va-arg-3.c: Likewise.
13979
13980 Sun Apr 30 16:02:59 1995 Doug Evans <dje@canuck.cygnus.com>
13981
13982 * lib/dg.exp: Moved to dejagnu/lib. Copy kept here (for awhile).
13983 * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
13984
13985 * lib/gcc.exp (default_gcc_start): Delete old cruft. Delete result.
13986 * lib/g++.exp (default_g++_start): Delete old cruft.
13987
13988 Tue Apr 25 17:20:18 1995 Torbjorn Granlund <tege@cygnus.com>
13989
13990 * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
13991 (2 * (1 << 18)) to (2 * (1 << 17)).
13992
13993 * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
13994
13995 Thu Apr 20 12:21:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13996
13997 * config/rom68k.exp: Renamed from config/idp.exp
13998
13999 Tue Apr 18 13:33:26 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
14000
14001 * c-torture/compile/921109-2.c
14002
14003 Tue Apr 18 10:45:12 1995 Mike Stump <mrs@cygnus.com>
14004
14005 * lib/old-dejagnu.exp: We expect Execution test failure if we expected
14006 excess errors.
14007
14008 Sat Apr 15 11:16:58 1995 Doug Evans <dje@chestnut.cygnus.com>
14009
14010 * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
14011 output.
14012 * lib/g++.exp (default_g++_start): Likewise.
14013
14014 Wed Mar 29 16:34:03 1995 Torbjorn Granlund <tege@adder.cygnus.com>
14015
14016 * gcc.c-torture/compile/950329-1.c: New test.
14017
14018 Tue Mar 28 16:10:33 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14019
14020 * config/bug.exp (${tool}_load): Updated to use new remote_open
14021 and remote_close procs.
14022 * config/idp.exp: New file.
14023
14024 Wed Mar 22 15:01:58 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
14025
14026 * gcc.c-torture/execute/950322-1.c: New test.
14027
14028 Tue Mar 21 21:24:49 1995 Doug Evans <dje@canuck.cygnus.com>
14029
14030 * config/vx.exp (${tool}_load): Clean up testing of return code from
14031 vxworks_ld and vxworks_spawn.
14032
14033 Tue Mar 21 17:01:42 1995 Doug Evans <dje@deneb.cygnus.com>
14034
14035 * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
14036
14037 Mon Mar 13 14:49:42 1995 Mike Stump <mrs@cygnus.com>
14038
14039 * lib/old-deja.exp: Add `excess errors test - ' error, now one
14040 can mark excess errors on a machine by machine basis. Note, the
14041 default is to not expect any excess errors, even when excess
14042 errors test - is given, so you will want to put an XFAIL ... on
14043 these lines. For example, // excess errors test - XFAIL hppa*-*-*
14044 mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
14045 those 4 machines, but no others.
14046
14047 Fri Mar 10 12:33:04 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14048
14049 * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
14050 * lib/c-torture.exp: to here.
14051
14052 Fri Mar 10 10:38:15 1995 Torbjorn Granlund <tege@adder.cygnus.com>
14053
14054 * gcc.c-torture/execute/950221-1.c: New test.
14055 * gcc.c-torture/execute/struct-ret-1.c: New test.
14056 * gcc.c-torture/compile/950221-1.c: New test.
14057
14058 * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
14059
14060 Fri Mar 3 16:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
14061
14062 * gcc.c-torture/execute/arith-1.c (main): Return 0.
14063 * gcc.c-torture/execute/arith-rand.c (main): Return 0.
14064
14065 Wed Mar 1 02:08:29 1995 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
14066
14067 * g++.gb: New directory of tests, derived from my signature and
14068 class scoping tests.
14069
14070 * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
14071 * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
14072 * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
14073 * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
14074 * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
14075 * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
14076 * g++.gb/sig25.C: Likewise.
14077
14078 * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
14079 * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
14080 * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
14081 * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
14082 * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
14083 * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
14084 * g++.gb/sig25.exp: Likewise.
14085
14086 * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
14087 * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
14088 * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
14089 * g++.gb/scope13.C: Likewise, this test still fails.
14090
14091 * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
14092 * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
14093 * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
14094 * g++.gb/scope13.exp: Ditto.
14095
14096 * g++.gb/README: New file, explains what these tests are about.
14097
14098 Tue Feb 28 10:37:52 1995 Doug Evans <dje@canuck.cygnus.com>
14099
14100 * lib/dg.exp (dg-do): Support `preprocess'.
14101 (dg-test): Likewise.
14102
14103 Mon Feb 13 15:18:10 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14104
14105 * config/udi.exp: change "continue -expect" to "exp_continue".
14106
14107 Sat Feb 11 00:25:20 1995 Torbjorn Granlund (tege@tiny.cygnus.com)
14108
14109 * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
14110 Delete redundant tests.
14111
14112 * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
14113 * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
14114 * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
14115 * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
14116 * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
14117 * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
14118 * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
14119 * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
14120
14121 * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
14122 storing label pointers.
14123 * gcc.c-torture/execute/921019-1.c: Likewise.
14124 * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
14125 * gcc.c-torture/execute/930513-1.c: Provide full declaration for
14126 parameter fp.
14127 * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
14128 constants.
14129
14130 * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
14131 Delete obsolete tests.
14132
14133 * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
14134 * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
14135 * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
14136 * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
14137 * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
14138 * gcc.c-torture/compile/950124-1.c: New test.
14139
14140 * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
14141
14142 Wed Feb 8 15:30:17 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14143
14144 * lib/mike-g++.exp: Add -lm to LIBS.
14145
14146 Tue Feb 7 17:09:50 1995 Doug Evans <dje@canuck.cygnus.com>
14147
14148 * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
14149
14150 Mon Jan 30 14:33:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14151
14152 * lib/mike-g++.exp: Add -lstdc++ to LIBS.
14153
14154 Thu Jan 12 16:41:34 1995 Doug Evans <dje@canuck.cygnus.com>
14155
14156 * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
14157
14158 Mon Jan 2 11:50:10 1995 Jeff Law (law@snake.cs.utah.edu)
14159
14160 * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
14161 * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
14162 * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
14163 * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
14164 * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
14165 * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
14166 * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
14167 * g++.law/{operators31.C, operators32.C,
14168 * g++.law/{operators33.C, operators34.C}: Likewise.
14169 * g++.law/{pic1.C, refs2.C}: Likewise.
14170 * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
14171 * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
14172 * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
14173 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
14174
14175 * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
14176 * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
14177 * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
14178 * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
14179 * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
14180 * g++.law/{enum9.exp, friend5.exp}: Likewise.
14181 * g++.law/{nest3.exp, nest4.exp}: Likewise.
14182 * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
14183 * g++.law/{operators30.exp, operators31.exp}: Likewise.
14184 * g++.law/{operators32.exp, operators33.exp}: Likewise.
14185 * g++.law/{operators34.exp}: Likewise.
14186 * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
14187 * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
14188 * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
14189 * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
14190 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
14191
14192 * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
14193 No longer expected to fail.
14194 * g++.law/missed-error3.C: Tweak for recent bool changes.
14195
14196 Sun Dec 4 20:54:33 1994 Doug Evans <dje@canuck.cygnus.com>
14197
14198 * config/emb-unix: Deleted.
14199 * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
14200 remote execution. Do final link on remote host if REMOTE_LINK is set.
14201
14202 Thu Dec 1 08:43:05 1994 Doug Evans <dje@canuck.cygnus.com>
14203
14204 * lib/dg.exp (dg-test): Fix typo in last patch.
14205
14206 Wed Nov 30 13:25:32 1994 Doug Evans <dje@canuck.cygnus.com>
14207
14208 * lib/dg.exp (dg-test): Fix pattern that searches for expected output
14209 (handles multiple occurrences).
14210
14211 Thu Nov 24 19:48:38 1994 Doug Evans <dje@canuck.cygnus.com>
14212
14213 * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
14214 * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
14215 $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
14216 printed).
14217 * lib/c-torture.exp (c-torture-compile): Likewise.
14218 (c-torture): Prepend full path if missing.
14219 * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
14220 (gcc_fail): Likewise.
14221 * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
14222
14223 Wed Nov 23 13:56:00 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14224
14225 * lib/netware.exp: Only attach to NetWare i386 systems.
14226
14227 Wed Nov 16 11:27:00 1994 Doug Evans <dje@canuck.cygnus.com>
14228
14229 * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
14230 messages. Add test name to "output pattern match" pass/fail message.
14231
14232 Sat Nov 12 22:11:52 1994 Doug Evans <dje@canuck.cygnus.com>
14233
14234 * gcc.dg: New testsuite.
14235 * gcc.dg/dg.exp: New file.
14236
14237 * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
14238 test-switch.c}: Deleted.
14239
14240 * gcc.misc-tests/msgs.exp: New testcase driver.
14241
14242 Wed Nov 9 14:23:09 1994 Doug Evans <dje@canuck.cygnus.com>
14243
14244 * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
14245 Watch for illegal return values from ${tool}_load.
14246 * config/unix.exp (${tool}_load): Fix pass/fail detection for
14247 cross targets. Coerce return value >0 to 1.
14248
14249 Tue Nov 8 14:10:33 1994 Doug Evans <dje@canuck.cygnus.com>
14250
14251 * config/unix.exp (${tool}_load): Call program rsh, not proc.
14252
14253 * config/emb-unix.exp: New file.
14254
14255 * config/sim.exp: Error if variable $SIM not defined.
14256 (${tool}_load): Mark test as "untested" if simulator missing.
14257
14258 * config/unix.exp: Load remote.exp to get rcp_download.
14259 * lib/c-torture.exp: Use different option lists for testcases with
14260 and without loops.
14261 * gcc.c-torture/execute/execute.exp: Likewise.
14262
14263 Wed Nov 2 14:47:58 1994 Doug Evans <dje@canuck.cygnus.com>
14264
14265 * config/*.exp: Clarify return code from ${tool}_load.
14266 Call `unresolved' or `untested' instead of `warning' or `perror'
14267 (sometimes you still want to call both though).
14268 Add comment that `shell_id' is local to each file.
14269 * config/udi.exp (timeout): Set to 30.
14270 Don't print warning if connection fails, $connectmode has already
14271 printed an error.
14272 (${tool}_load): Move verbose messages to level 2.
14273 Rework pattern for "Process started" message.
14274 Pass `shell_id' to ${connectmode}_download.
14275 Retry twice upon timeout. Make resetting of target more robust.
14276 (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
14277 Pass `shell_id' to exit_$connectmode.
14278 Only call exit_$connectmode if connected.
14279 * config/unix.exp (${tool}_load): Check return codes better.
14280 * config/vrtx.exp (${tool}_load): Likewise.
14281 * config/vx.exp (${tool}_load): Likewise.
14282 Delete unneeded global's.
14283 * lib/dg.exp (dg-test): Update to reflect clarified return codes
14284 from ${tool}_load.
14285 (dg-stat): Delete.
14286 (dg-init): Delete recording of pass/fail counts.
14287 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
14288 (old-dejagnu-init): Likewise.
14289 (old-dejagnu-stat): Delete contents, empty proc now.
14290 * lib/c-torture.exp (TORTURE_OPTIONS): New global.
14291 (c-torture): Delete references to lcnt, lpass, lfail.
14292 Get option list from TORTURE_OPTIONS.
14293 Delete -funroll[-all]-loops if no loops.
14294 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
14295 (g++_stat): Delete contents (empty proc now).
14296 * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
14297 (gcc_finish): Likewise.
14298 (gcc_stat): Deleted.
14299 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
14300 * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
14301 * gcc.c-torture/execute/execute.exp: Likewise.
14302 Split tests into two parts: compile, execute.
14303 Get option list from TORTURE_OPTIONS. Delete -funroll[-all]-loops if
14304 no loops. Update to reflect clarified return codes from ${tool}_load.
14305
14306 Fri Oct 21 23:10:16 1994 Doug Evans <dje@canuck.cygnus.com>
14307
14308 * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
14309 to grep for.
14310 (old-dejagnu): Likewise (where necessary).
14311
14312 Fri Oct 14 17:54:58 1994 Doug Evans <dje@canuck.cygnus.com>
14313
14314 * gcc.misc-tests/gcov.exp: New file, for gcov testing.
14315
14316 * lib/dg.exp (dg-process-target): Fix processing of selector.
14317 Add comment regarding use of `error'.
14318
14319 * lib/gcc.exp (prune_system_crud): Define if missing.
14320 * lib/g++.exp (prune_system_crud): Likewise.
14321
14322 * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
14323 Call prune_system_crud.
14324 * lib/dg.exp (dg-runtest): New proc.
14325 Use perror instead of send_user for tcl errors in testcase.
14326 Don't return any value, it's never used.
14327 Don't clobber previous definition of `unknown'.
14328 Print tcl errors in `dg-final'.
14329
14330 Wed Oct 12 13:05:37 1994 Doug Evans <dje@canuck.cygnus.com>
14331
14332 * lib/dg.exp (dg-process-target): Improve syntax error messages.
14333 (dg-test): Don't print errorInfo, it contains stack backtrace.
14334
14335 Mon Sep 26 12:18:53 1994 Doug Evans (dje@canuck.cygnus.com)
14336
14337 * lib/g++.exp (runtest_file_p): Define if missing.
14338
14339 Sat Sep 24 15:29:23 1994 Doug Evans (dje@cygnus.com)
14340
14341 * lib/mike-g++.exp: Comment out loading of g++.exp.
14342 * lib/g++.exp: Update copyright. Test for existence of $CXX at start.
14343 (default_g++_version): Always print something.
14344 (default_g++_start): Comment out call to `which'.
14345 (g++_start, g++_load): Deleted (must be defined in config file).
14346 * lib/gcc.exp: Test for existence of $CC at start.
14347 Delete check for tmpdir (done in gcc_init).
14348 (default_gcc_version): Always print something.
14349 (default_gcc_start): Comment out call to `which'.
14350 * config/*.exp: Major cleanup - make cross targets work at least a
14351 little better for g++ (by not being "--tool gcc" specific).
14352 Rename gcc_xxx to ${tool}_xxx.
14353 * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
14354 * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
14355
14356 Thu Sep 22 11:39:17 1994 Doug Evans (dje@canuck.cygnus.com)
14357
14358 * lib/c-torture.exp (c-torture-compile): Rework compiler
14359 message processing.
14360
14361 * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
14362 c-torture.
14363
14364 Wed Sep 21 09:49:43 1994 Doug Evans (dje@canuck.cygnus.com)
14365
14366 * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
14367
14368 * lib/dg.exp (dg-process-target): Support { target native }.
14369
14370 Tue Sep 20 17:16:55 1994 Doug Evans (dje@canuck.cygnus.com)
14371
14372 * lib/dg.exp (dg-test): Clean up some comments. Delete code that
14373 looked for "... program xxx got fatal signal".
14374 Correct regsub munging of `comp_output'.
14375 Ignore compiler messages "path prefix not used" and "linker input
14376 file unused".
14377
14378 Wed Sep 14 11:44:40 1994 Doug Evans (dje@canuck.cygnus.com)
14379
14380 * lib/gcc.exp (runtest_file_p): Define if missing.
14381 * gcc.prms/template.c: Example to work from.
14382
14383 Tue Sep 13 10:30:48 1994 Doug Evans (dje@canuck.cygnus.com)
14384
14385 * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
14386 * lib/dg.exp (dg-test): Call unsupported testcases as such.
14387
14388 * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
14389 * gcc.prms/1883.c: Moved from compile/940714-1.c.
14390 * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
14391 execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
14392
14393 * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
14394 (dg-process-target): No longer a varargs proc.
14395 Return S/N for target, P/F for xfail. All callers changed.
14396 (user option procs): More argument checking.
14397 (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
14398 (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
14399 (dg-test): Skip test if not running on selected target in `dg-do'.
14400 Update handling of `dg-do-what', `dg-output-text'.
14401 Separate execution pass/fail from output pattern match pass/fail.
14402 Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
14403
14404 Mon Sep 12 13:47:35 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14405
14406 * gcc.c-torture/special/special.exp: Don't expect failure for mips
14407 target for 920510-1.c.
14408
14409 Mon Sep 12 12:44:39 1994 Doug Evans (dje@canuck.cygnus.com)
14410
14411 * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
14412 Clean up comment regarding use of passcnt, etc.
14413 (gcc_stat): Don't update `testcnt' here.
14414 (gcc_finish): Do it here.
14415 Might as well reset `but_id' here too.
14416 * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
14417 to determine if the file should be tested.
14418 * gcc.c-torture/compile/compile.exp: Likewise.
14419 * gcc.c-torture/execute/execute.exp: Likewise.
14420 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14421 * gcc.misc-tests/dg-test.exp: Likewise.
14422 * gcc.prms/prms.exp: Likewise.
14423 * gcc.wendy/wendy.exp: Likewise.
14424 * g++.old-deja.exp: Likewise.
14425 Move "Testing file" message to verbose level 1.
14426
14427 Fri Sep 9 10:21:18 1994 Doug Evans (dje@canuck.cygnus.com)
14428
14429 * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
14430
14431 Thu Sep 8 16:52:43 1994 Doug Evans (dje@canuck.cygnus.com)
14432
14433 * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
14434 (default_gcc_start): Accept optional second list element
14435 of compiler flags. Print compiler output at verbosity level 2.
14436 Remove setting of CFLAGS, LIBS, LDFLAGS from here.
14437 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
14438 Save current values of framework globals passcnt, failcnt, xpasscnt,
14439 and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
14440 gcc_xfailcnt. Set global `tmpdir' to /tmp if it doesn't exist.
14441 (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
14442 xfailcnt to compute stats. Update framework global `testcnt' from
14443 pass/fail counts.
14444 (gcc_finish): New proc. Clean up test environment.
14445 (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
14446 (gcc_epass, gcc_efail): Delete.
14447 * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
14448 argument of line number.
14449 (dg-init): If the tool has an init routine, call it.
14450 (dg-test): Remove args `cflags_var' and `libs_var'.
14451 Pass all compiler options to ${tool}_start.
14452 Handle missing line number.
14453 (dg-finish): New function.
14454 * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
14455 particular files. Call gcc_finish at end. Move "skipping test"
14456 message to verbosity level 3.
14457 * gcc.c-torture/compile/compile.exp: Likewise.
14458 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14459 * gcc.c-torture/execute/execute.exp: Likewise.
14460 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14461 Print testcase being tried at verbosity level 1.
14462 * gcc.c-torture/special/special.exp: Unset xfail.
14463 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14464 * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
14465 * gcc.c-torture/noncompile/noncompile.exp: Likewise.
14466 * gcc.failure/failure.exp: Likewise.
14467 * gcc.ieee/ieee.exp: Likewise.
14468 * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
14469 Update call to dg-test. Call dg-finish at end.
14470 * gcc.misc-tests/mg.exp: Call gcc_finish at end. Unset orig_flags.
14471 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14472 * gcc.misc-tests/misc.exp: Call gcc_finish at end.
14473 * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
14474 Delete LDFLAGS. Update call to dg-test. Call dg-finish at end.
14475 * gcc.wendy/wendy.exp: Add copyright.
14476 Delete setting of tmpdir (done by gcc_init).
14477 Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
14478 Pass compiler flags to gcc_start. Call gcc_finish at end.
14479 * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
14480 gcc_[ce]pass/fail.
14481
14482 Wed Sep 7 11:09:08 1994 Doug Evans (dje@canuck.cygnus.com)
14483
14484 * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
14485 confusion.
14486 (g++_load): Likewise.
14487
14488 * config/*.exp (gcc_load): Some were varargs fns and some were not.
14489 Rename argument to `prog' to remove the confusion.
14490 Varargs fns behave differently too!
14491 (g++_load): Likewise.
14492
14493 * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
14494
14495 * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
14496 what it is. Delete (always) printing of status value for !native.
14497 Simplify verbose code, and include status and exec_output.
14498 (g++_load): Use gcc_load.
14499
14500 Sun Sep 4 13:59:27 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14501
14502 * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
14503 * gcc.c-torture/noncompile/noncompile.exp: Delete support for
14504 920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
14505 940714-3.c as these testcases don't exist anymore. Make
14506 va-arg-1.c expected to pass.
14507
14508 Fri Aug 19 12:27:07 1994 Doug Evans (dje@canuck.cygnus.com)
14509
14510 * gcc.misc-tests/misc.exp: Only run specific testcases.
14511 * gcc.misc-tests/dg-test.exp: New file. Tests dg.exp.
14512 * gcc.misc-tests/dg-[1-9].c: New files.
14513
14514 * lib/dg.exp: New testsuite driver.
14515 * gcc.prms/prms.exp: Use it.
14516
14517 * README.gcc: New file.
14518
14519 * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
14520 Document and reset `lxpass' and `lxfail'.
14521 Simplify "initialized" message.
14522 (gcc_stat): Clean up comments a little.
14523
14524 Tue Aug 16 11:16:46 1994 Doug Evans (dje@canuck.cygnus.com)
14525
14526 * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
14527
14528 Mon Aug 15 21:20:36 1994 Doug Evans (dje@canuck.cygnus.com)
14529
14530 * lib/old-dejagnu.exp (process-option): New proc.
14531 (old-dejagnu-init, old-dejagnu-stat): Likewise.
14532 (old-dejagnu): Simplify.
14533 * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
14534
14535 Sun Aug 14 09:23:53 1994 Jeff Law (law@snake.cs.utah.edu)
14536
14537 * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
14538 exists and is not an empty string.
14539
14540 * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
14541 $xfail rather than calling setup_xfail. Clear $xfail when test is
14542 finished.
14543 (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
14544 automatically.
14545
14546 * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
14547 longer expected to fail.
14548
14549 * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
14550 "f" function call.
14551
14552 * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
14553
14554 * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
14555 940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
14556 complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
14557 struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
14558 c-torture-1.29.
14559
14560 * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
14561 strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
14562
14563 * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
14564
14565 * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
14566 940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
14567
14568 * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
14569 940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
14570 labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
14571
14572 Tue Jul 12 12:49:44 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14573
14574 * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
14575 gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
14576 940714-1.c, 940714-2.c, 940714-3.c},
14577 gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
14578 gcc.misc-tests/{mg.c,mg.exp}:
14579 New tests.
14580 * gcc.noncompile/noncompile.exp: Change accordingly.
14581
14582 Thu Jul 7 14:20:33 1994 Doug Evans (dje@canuck.cygnus.com)
14583
14584 * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
14585 Undo previous clobberage.
14586
14587 Mon Jul 4 17:00:59 1994 Jeff Law (law@snake.cs.utah.edu)
14588
14589 * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
14590 * gcc.special/{930510-1.c, special.exp}:
14591 * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
14592 931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
14593 struct-varargs-1.c}: New tests from c-torture-1.26.
14594
14595 Tue Jun 28 17:39:42 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14596
14597 * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
14598 argument to switch.
14599
14600 Sat May 21 10:39:38 1994 Bill Cox (bill@rtl.cygnus.com)
14601
14602 * Revert the previous changes. Please see Rob's directory
14603 (/lisa/test/rob/progressive/gcc/testsuite) for testing
14604 fixes.
14605
14606 Thu May 19 18:00:03 1994 Bill Cox (bill@rtl.cygnus.com)
14607
14608 * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
14609 g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
14610 g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
14611 g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
14612 g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
14613 g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
14614 g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
14615 g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
14616 g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
14617 g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
14618 g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
14619 g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
14620 g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
14621 g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
14622 g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
14623 g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
14624 g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
14625 g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
14626 g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
14627 g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
14628 g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
14629 g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
14630 gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
14631 gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
14632 gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
14633 lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
14634 lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
14635
14636 Tue May 17 14:55:09 1994 Bill Cox (bill@rtl.cygnus.com)
14637
14638 * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
14639 lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
14640 with perror calls.
14641
14642 Mon May 2 17:41:13 1994 Jason Merrill (jason@deneb.cygnus.com)
14643
14644 * config/unix.exp (g++_load): Fix syntax.
14645
14646 Thu Apr 14 12:22:10 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14647
14648 * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
14649 * gcc.noncompile/921017-1.c: Deleted obsolete test.
14650 * gcc.noncompile/noncompile.exp: Remove code for deleted test.
14651 Don't expect va-arg-1.c to fail. Correct expected output for
14652 920928-1.c.
14653 * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
14654 * gcc.wendy/hbm4.c: Correct typo.
14655 * gcc.wendy/tad1.c, tad2.c: Correct expected output.
14656
14657 Mon Mar 28 13:29:37 1994 Doug Evans (dje@canuck.cygnus.com)
14658
14659 * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
14660 * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
14661 gcc_[ce]{pass,fail}. Explicitly remove executable if test passes.
14662 * lib/c-torture.exp (c-torture-compile): Ditto.
14663
14664 Reduce volume of output (remove all the -I's and such).
14665 * lib/c-torture.exp (c-torture-compile): New argument OPTION.
14666 Call gcc_cpass, gcc_cfail.
14667 (c-torture): Pass testing option to c-torture-compile.
14668
14669 Mon Mar 21 12:40:33 1994 Doug Evans (dje@cygnus.com)
14670
14671 Bring patches over from progressive.
14672 * config/default.exp: Exit remote shell cleanly.
14673 (g++_exit, g++_start): Add default versions.
14674 * config/sim.exp (gcc_load): Use perror, not error.
14675
14676 Sun Mar 20 12:05:32 1994 Doug Evans (dje@canuck.cygnus.com)
14677
14678 * lib/gcc.exp: Don't set CFLAGS if CC not set. It clobbers the value
14679 set in site.exp.
14680
14681 Mon Mar 14 19:30:28 1994 Doug Evans (dje@cygnus.com)
14682
14683 * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
14684 DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
14685 (wendy_try): New proc to run testcase.
14686 (main loop): Call 'em.
14687 * gcc.wendy/*.c: Clean up pass to correct expected output.
14688
14689 * lib/gcc.exp: Minor cleanup work.
14690 (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
14691
14692 Wed Mar 9 15:22:54 1994 Doug Evans (dje@canuck.cygnus.com)
14693
14694 * config/sim.exp (gcc_load): Document return codes better.
14695 Don't pass -v to simulator.
14696
14697 Thu Feb 24 07:15:18 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14698
14699 * gcc.special/920717-x.c: Fix typo.
14700 * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
14701 get at sources.
14702
14703 * lib/mike-gcc.exp: Fix typo.
14704
14705 Tue Feb 15 15:41:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14706
14707 * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
14708 binary to use, transform the name.
14709 * config/*.exp: rename everything. Nuke any g++ specific files,
14710 it's now a special case of gcc that requires no special support.
14711 Add a default.exp for unsupported targets.
14712
14713 Fri Feb 11 12:59:54 1994 Rob Savoye (rob@poseidon.cygnus.com)
14714
14715 * g++.jason/report.exp, g++.old-deja/old-deja.exp,
14716 lib/old-dejagnu.exp: Fix a few patterns to work with the new
14717 version of Tcl.
14718
14719 Wed Feb 9 21:35:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14720
14721 * lib/c-torture.exp: Made "file prefix*never used a pass, rather
14722 than a warning.
14723
14724 Sun Feb 6 16:52:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14725
14726 * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
14727
14728 Mon Jan 3 17:28:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14729
14730 * gcc.execute/execute.exp: Combine opt_list and foption_list into
14731 option_list. Compile every file with only 4/6 option choices
14732 (same as C torture) instead of with 12/18 different option
14733 choices.
14734 * lib/c-torture.exp: Likewise.
14735
14736 * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
14737 not already set.
14738
14739 Thu Dec 30 17:17:07 1993 Mike Stump (mrs@rtl.cygnus.com)
14740
14741 * lib/old-deja.exp: Add `excess errors test fails' error, now one
14742 can put an XFAIL *-*-* on excess errors.
14743
14744 Sun Dec 19 21:45:34 1993 Jeffrey A. Law (law@snake.cs.utah.edu
14745
14746 * g++.law: Add more tests derived from g++-bugs snapshots.
14747
14748 * g++.law/init11.{c,exp}: Delete test. Brendan sez it's
14749 equivalent to g++.law/init9.
14750
14751 * lib/mike-gcc.exp (postbase): Delete the .o file after we've
14752 compiled it, and the a.out file after we've run it.
14753
14754 Fri Dec 17 11:29:56 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14755
14756 * lib/mike-g++.exp (postbase): Delete the .o file after we've
14757 compiled it, and the a.out file after we've run it.
14758
14759 Fri Dec 17 10:18:16 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14760
14761 * g++.law/*.exp: Avoid losing arguments added via "append" commands.
14762
14763 Wed Dec 15 20:36:40 1993 Rob Savoye (rob@darkstar.cygnus.com)
14764
14765 * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
14766 version number.
14767
14768 Sun Dec 12 21:10:04 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14769
14770 * g++.law: New directory of g++ tests derived from the g++-bugs
14771 snapshots.
14772
14773 Thu Dec 09 16:50:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14774
14775 * gcc.compile: initbug1.c initbug1.exp testcase added
14776
14777 Mon Dec 06 11:09:52 1993 Jeffrey Wheat (cassidy@cygnus.com)
14778
14779 * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
14780 * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
14781 fixes submitted by Jeff Law (law@cs.utah.edu)
14782 * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
14783 Jeff Law (law@cs.utah.edu)
14784
14785
14786 Tue Nov 30 16:34:07 1993 Mike Stump (mrs@cygnus.com)
14787
14788 * config/unix-g++.exp: Follow the gcc way of doing things.
14789 * g++.old-deja/old-deja.exp: Minor updates.
14790 * lib/g++.exp: New file, follow the gcc way of doing things.
14791 * lib/old-dejagnu.exp: Minor updates.
14792 * lib/mike-g++.exp: Always unset errorInfo.
14793
14794 Sat Nov 6 11:34:51 1993 Mike Stump (mrs@cygnus.com)
14795
14796 * lib/gcc.exp: Fix some errors with the below change, CC and
14797 CFLAGS should be global when setting, not local.
14798
14799 Wed Nov 3 11:16:26 1993 Rob Savoye (rob@darkstar.cygnus.com)
14800
14801 * lib/gcc.exp: Transform tool name.
14802
14803 Wed Oct 27 23:57:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
14804
14805 * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
14806
14807 Wed Oct 27 14:45:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
14808
14809 * lib/gcc.exp: change gcc_done to gcc_stat
14810
14811 Wed Oct 27 09:57:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14812
14813 * Upgraded gcc testsuite to c-torture version 1.25
14814
14815 Sun Oct 24 10:58:03 1993 Jeffrey Wheat (cassidy@cygnus.com)
14816
14817 * lib/gcc.exp: added reporting code. Changed verbose compile message.
14818 * lib/c-torture: added hooks for new reporting code.
14819
14820 Thu Oct 21 18:45:32 1993 Jeffrey Wheat (cassidy@cygnus.com)
14821
14822 * config/sh-gcc.exp: check if sh-sim exists in the path
14823
14824 Mon Oct 18 11:13:22 1993 Jeffrey Wheat (cassidy@cygnus.com)
14825
14826 * gcc.code_quality/code_quality.exp: Initial changes for new logic.
14827 * gcc.compile/compile.exp: Initial changes for new logic.
14828 * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
14829 * gcc.failure/failure.exp: Initial changes for new logic.
14830 * gcc.ieee/ieee.exp: Initial changes for new logic.
14831 * gcc.misc-tests/misc.exp: Initial changes for new logic.
14832 * gcc.noncompile/non_compile.exp: Initial changes for new logic.
14833 * gcc.unsorted/unsorted.exp: Initial changes for new logic.
14834 * lib/c-torture.exp: Initial changes for new logic.
14835 * lib/gcc.exp: Initial changes for new logic.
14836
14837 Fri Oct 15 00:19:42 1993 Mike Stump (mrs@cygnus.com)
14838
14839 * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
14840 depend upon failure or success. Fully qualify names in failure
14841 and success messages. Always remove a.out before starting
14842 compile, just in case. Pay more attention to error text output by
14843 the compiler. Handle testcases with no known past errors just
14844 like all others, so that things are uniform. Other miscellaneous
14845 improvements.
14846
14847 Wed Oct 13 15:04:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14848
14849 * gcc.cpp: new directory for cpp tests
14850
14851 Mon Oct 4 09:03:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14852
14853 * lib/chill.exp: Code reformatted, removed unused code.
14854 * config/unix-chill.exp: Code reformatted, removed unused code.
14855 * chill.execute/execute.exp: Code reformatted, removed unused code.
14856 * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
14857
14858 Mon Oct 4 06:19:26 1993 Ian Lance Taylor (ian@cygnus.com)
14859
14860 * config/mips-gcc.exp, config/mips-g++.exp: New files. Execution
14861 routines not written.
14862
14863 Mon Sep 27 21:07:44 1993 Rob Savoye (rob@darkstar.cygnus.com)
14864
14865 * config/bug-gcc.exp: Use new procs from bug.exp.
14866
14867 Tue Sep 21 18:21:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
14868
14869 * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
14870 via ftp, rather than depending on NFS.
14871 * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
14872 case.
14873
14874 Thu Sep 9 23:09:15 1993 Rob Savoye (rob@darkstar.cygnus.com)
14875
14876 * config/bug-gcc.exp: Use new download proc.
14877
14878 Tue Sep 14 19:23:58 1993 Jeffrey Wheat (cassidy at deneb.cygnus.com)
14879
14880 * chill.execute/execute.exp: cleanups, handles errors better
14881 * chill.compile/compile.exp: rewrite, based on execute.exp
14882 * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
14883 * lib/chill.exp: major changes to diff proc and compile and link
14884 procs. added chill_fail and chill_pass wrappers to pass and
14885 fail. added more comments, and handle error codes better.
14886 Added a hack to capture stderr from exec, so noncompile tests
14887 can work.
14888
14889 Sat Sep 11 15:30:10 1993 Jeffrey Wheat (cassidy@cygnus.com)
14890
14891 * chill.execute/execute.exp: rewrite of testsuite driver
14892 * lib/chill.exp: rewrite of testsuite driver
14893 * config/unix-chill.exp: rewrite of testsuite driver
14894
14895 Wed Aug 25 14:11:13 1993 Bill Cox (bill@rtl.cygnus.com)
14896
14897 In chill.execute:
14898 * iexpr.ch: Standardize uppercase.
14899 * tuples.dat: Standardize uppercase.
14900 * vary.ch: standardize. Correct varying string assignments.
14901 * vary.dat: Add new output lines.
14902
14903 Tue Aug 24 13:45:49 1993 Bill Cox (bill@rtl.cygnus.com)
14904
14905 In chill.execute:
14906 * chprintf.ch: Standardize use of uppercase.
14907 * tuples.ch: Standardize and turn arr2 into a DCL,
14908 rather than a SYN.
14909 * pinits.ch: Standardize.
14910
14911 Mon Aug 23 17:26:58 1993 Per Bothner (bothner@kalessin.cygnus.com)
14912
14913 * rts.c: Get malloc() from <stdlib.h>, not <malloc.h>.
14914 * Makefil: Renamed to Makefile.in.
14915 * configure.in: New.
14916
14917 Mon Aug 23 14:24:13 1993 Bill Cox (bill@rtl.cygnus.com)
14918
14919 In chill.execute:
14920 * .cvsignore: Add result/output files.
14921 * Makefile: Fix up variables at start. Use MFLAGS
14922 everywhere. Correct bool_loc, built_ins entries.
14923 Add entry for vary1.ch.
14924 * bitarray.ch: Standardize upper-case usage.
14925 * bitexpr.ch: Standardize, add output of b1.
14926 * params.ch: Use arrayt in along PROC parameters, to
14927 avoid novelty problems.
14928 * sets.ch: Tiny cleanup.
14929 * vary1.ch: Re-indent.
14930
14931 Tue Aug 17 15:42:07 1993 Bill Cox (bill@rtl.cygnus.com)
14932
14933 * Add PR-related files to Makefiles, .cvsignore files, etc.
14934
14935 Mon Aug 2 15:46:05 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14936
14937 * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
14938 with compiler objects. New names are test-flow.c and test-loop.c
14939
14940 Tue Jul 27 10:08:08 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14941
14942 * Upgraded c-torture tests from 1.19 to 1.20
14943
14944 * new files:
14945 * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
14946 * gcc.compile: 930623-1.c 930623-2.c
14947 * gcc.noncompile: 930622-1.c 930622-2.c
14948 * gcc.failure: 920411-1.c 920627-2.c
14949 * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
14950
14951 Tue Jul 20 15:19:44 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14952
14953 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14954 More changes to get testsuite working properly. Needs more work.
14955 Added some support for POSIX IEEE Std 1003.3-1991 error messages.
14956
14957 Mon Jul 19 18:40:31 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14958
14959 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14960 More changes to get testsuite working properly. Needs more work.
14961
14962 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14963
14964 * chill.compile/compile.exp: Added for Dejagnu support
14965 * chill.execute/execute.exp: Added for Dejagnu support
14966 * lib/chill.exp config/unix-chill.exp : Added for Dejagnu support
14967
14968 Sat Jun 19 07:13:05 1993 Bill Cox (bill@rtl.cygnus.com)
14969
14970 This should complete moving the CHILL test files.
14971 * chill.noncompile(.cvsignore printf.grt
14972 in-printf.grt chprintf.grt chprintf.ch):
14973 Added test-support files.
14974 (Makefile): Modified further.
14975 * chill.compile (emptymod.ch gdbme.ch neg_range.ch
14976 signal.ch): Added test files.
14977 * chill.execute (.cvsignore printf.grt printr.c
14978 in-printf.grt rts.c chprintf.grt rts.h): Added
14979 test-support files.
14980 (Makefile): More corrections.
14981
14982 Fri Jun 18 23:40:54 1993 Bill Cox (bill@rtl.cygnus.com)
14983
14984 * chill.compile, chill.execute, chill.nocompile: Add CHILL
14985 test cases, ready for DejaGnu.
14986
14987 Thu Jun 17 19:14:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14988
14989 * Upgraded c-torture tests from 1.18 to 1.19
14990
14991 * gcc.compile: added test(s):
14992 930607-1.c
14993 * gcc.execute: added test(s):
14994 930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
14995
14996 * added new subdirectory for misc tests: gcc.misc-tests
14997 * gcc.misc-test(s): added tests:
14998 inst-check.c test-consts.c test-ior.c test-switch.c
14999
15000 Wed Jun 9 16:53:26 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15001
15002 * lib/mike-g++.exp: Load `./a.out', not `a.out'.
15003
15004 Mon Jun 7 16:18:40 1993 Ian Lance Taylor (ian@cygnus.com)
15005
15006 * g++.old-deja/old-deja.exp: Don't delete all the .o files.
15007
15008 Thu Jun 3 13:13:36 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
15009
15010 * Upgraded c-torture tests from 1.17 to 1.18
15011
15012 Wed Jun 2 19:02:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
15013
15014 * Upgraded c-torture tests from 1.12 to 1.17
15015
15016 Fri Apr 30 09:38:41 1993 Mike Werner (mtw@deneb.cygnus.com)
15017
15018 * lib/old-dejagnu.exp:
15019 Fixed handling of XFAIL target triplets to correctly
15020 recognize wildcard characters. Removed code that
15021 appended a unique id tag to the end of the file name
15022 printed out by the result of the testcases within a
15023 given test file.
15024
15025 Thu Apr 29 19:06:29 1993 Mike Werner (mtw@deneb.cygnus.com)
15026
15027 * lib/old-dejagnu.exp:
15028 Reworked expected failure handling to trigger off of XFAIL
15029 keyword in keyphrase embeded in testcase source code. The
15030 XFAIL keyword must be at the end of the keyphrase line. It
15031 may optionally be followed by one or more target triplets.
15032 It has just occured that the handling of wildcards in the
15033 target triplet may not be correct.
15034
15035 Fri Apr 23 13:16:20 1993 Mike Werner (mtw@deneb.cygnus.com)
15036
15037 * g++.old-deja/tests:
15038 Moved all subdirectories up one level into g++.old-deja .
15039
15040 * lib/old-dejagnu.exp:
15041 Fixed problem with CXXFLAGS not being properly reset, and being
15042 corrupted with extraneous "-c" compiler option. This was
15043 causing binaries to not be generated for test that needed them.
15044 Modified strings passed to "pass" and "fail" so that individual
15045 tests from the same test file would be distinguished by an
15046 identifier appended to the test file name in the summary logs;
15047 this corrected a problem with erroneous diff logs. Added code
15048 to search testcases for expected fail and unexpected pass keywords.
15049
15050 Tue Apr 20 18:27:58 1993 Rob Savoye (rob at darkstar.cygnus.com)
15051
15052 * lib/c-torture.exp: Ignore "file path prefix*unused" message.
15053
15054 Thu Apr 15 11:01:59 1993 Mike Werner (mtw@deneb.cygnus.com)
15055
15056 * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
15057 Removed extraneous text from end of "Special g++ Options"
15058 keyphrase.
15059
15060 * lib/old-dejagnu.exp: Added pattern matching to look for new
15061 keywords, embedded in testcases comments, which will trigger
15062 calls to xpass and xfail.
15063
15064 Wed Apr 14 14:28:01 1993 Mike Werner (mtw@deneb.cygnus.com)
15065
15066 * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
15067 comments embedded in the testcases, especially the one looking for
15068 special compiler options, as well as the pattern matching for the
15069 compiler output again.
15070
15071 Mon Apr 12 15:15:37 1993 Mike Werner (mtw@deneb.cygnus.com)
15072
15073 * lib/old-dejagnu.exp: Do a proper check of the return value for
15074 execute tests. Fixed several problems with the pattern matching
15075 of the compiler output which gave erroneous test results.
15076 Changed several of the test result messages to be more descriptive.
15077 * config/unix-g++.exp: Proc g++_load now actually works and
15078 executes the tests passed to it and returns a usable return
15079 value.
15080
15081 Sun Apr 11 17:22:37 1993 Rob Savoye (rob at darkstar.cygnus.com)
15082
15083 * lib/gcc.exp: Exits gracefully if $CC is bogus.
15084
15085 Fri Apr 9 09:41:59 1993 Mike Werner (mtw@deneb.cygnus.com)
15086
15087 * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
15088 Modified both files to properly execute the old style
15089 dejagnu tests. The previous versions of these files were
15090 experimental and did not function anything near correctly.
15091
15092 Mon Apr 5 21:08:24 1993 Rob Savoye (rob@cygnus.com)
15093
15094 * Removed all Makefile.in and configure.in files. No configuration
15095 needed now.
15096
15097 Fri Apr 2 12:15:17 1993 Mike Werner (mtw@deneb.cygnus.com)
15098
15099 * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
15100
15101 Sun Mar 28 11:17:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15102
15103 * gcc.compile/configure.in, gcc.unsorted/configure.in,
15104 gcc.special/configure.in, gcc.noncompile/configure.in,
15105 gcc.execute/configure.in, gcc.code_quality/configure.in,
15106 g++.other/configure.in, g++.old-deja/configure.in,
15107 g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
15108 in srcname setting.
15109
15110 Thu Mar 25 20:07:55 1993 Rob Savoye (rob at darkstar.cygnus.com)
15111
15112 * lib/udi.exp: Fixed mondfe and mondfe_download.
15113 * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
15114 * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
15115
15116 Thu Mar 25 13:06:41 1993 Ian Lance Taylor (ian@cygnus.com)
15117
15118 * config/udi-gdb.exp: Check $shell_id after connecting to target.
15119 (gdb_exit): Don't remove *_soc files.
15120
15121 Mon Mar 22 14:28:46 1993 Ian Lance Taylor (ian@cygnus.com)
15122
15123 * lib/c-torture.exp: Don't look for main; instead always use -w
15124 -c. This is how the c-torture tests work. Remove the object
15125 file if the compilation succeeds.
15126 * gcc.execute/execute.exp: Remove executable if test passes.
15127 * gcc.noncompile/noncompile.exp: Every test is an expected
15128 failure.
15129 * gcc.special/special.exp: Added tests from c-torture 1.11,
15130 corrected use of existing test.
15131 * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
15132 gcc.execute/920625-1.c: Updated to c-torture 1.11.
15133 * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
15134 gcc.compile/921109-2.c, gcc.compile/921109-3.c,
15135 gcc.compile/921111-1.c, gcc.compile/921116-2.c,
15136 gcc.compile/921118-1.c, gcc.compile/921126-1.c,
15137 gcc.compile/921202-1.c, gcc.compile/921202-2.c,
15138 gcc.compile/921203-1.c, gcc.compile/921203-2.c,
15139 gcc.compile/921206-1.c, gcc.execute/921029-1.c,
15140 gcc.execute/921104-1.c, gcc.execute/921110-1.c,
15141 gcc.execute/921112-1.c, gcc.execute/921113-1.c,
15142 gcc.execute/921117-1.c, gcc.execute/921123-1.c,
15143 gcc.execute/921123-2.c, gcc.execute/921124-1.c,
15144 gcc.execute/921202-1.c, gcc.execute/921202-2.c,
15145 gcc.execute/921204-1.c, gcc.execute/921207-1.c,
15146 gcc.execute/921208-1.c, gcc.execute/921208-2.c,
15147 gcc.execute/921215-1.c, gcc.execute/921218-1.c,
15148 gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
15149 gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
15150 c-torture 1.11.
15151 * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
15152 correspond to c-torture 1.11.
15153
15154 * New file.