re PR c++/7982 (core dump due to recursive definition (using stl set))
[gcc.git] / gcc / testsuite / ChangeLog
1 2003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2
3 PR c++/7982
4 * g++.dg/warn/implicit-typename1.C: New test.
5
6 2003-02-22 Kelley Cook <kelleycook@comcast.net>
7
8 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
9 with "mtune".
10 * g++.old-deja/g++.other/store-expr2.C: Likewise.
11 * gcc.c-torture/execute/20010129-1.x: Likewise.
12 * gcc.dg/20011107-1.c: Likewise.
13 * gcc.dg/20020108-1.c: Likewise.
14 * gcc.dg/20020122-3.c: Likewise.
15 * gcc.dg/20020206-1.c: Likewise.
16 * gcc.dg/20020310-1.c: Likewise.
17 * gcc.dg/20020426-2.c: Likewise.
18 * gcc.dg/20020517-1.c: Likewise.
19 * gcc.dg/991230-1.c: Likewise.
20 * gcc.dg/i386-unroll-1.c: Likewise.
21 * gcc.misc-tests/i386-prefetch.exp: Likewise.
22
23 Sat Feb 22 20:14:12 CET 2003 Jan Hubicka <jh@suse.cz>
24
25 * gcc.dg/i386-mul.c: New test.
26
27 2003-02-21 Roger Sayle <roger@eyesopen.com>
28
29 * gcc.dg/builtins-5.c: New test case.
30
31 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
32
33 * gcc.dg/asmreg-1.c: New test.
34
35 2003-02-21 Mark Mitchell <mark@codesourcery.com>
36
37 PR c++/9749
38 * g++.dg/parse/varmod1.C: New test.
39
40 2003-02-21 Mark Mitchell <mark@codesourcery.com>
41
42 PR c++/9727
43 * g++.dg/template/op1.C: New test.
44
45 2003-02-21 Mark Mitchell <mark@codesourcery.com>
46
47 PR c++/8906
48 * g++.dg/template/nested2.C: New test.
49
50 2003-02-21 Mark Mitchell <mark@codesourcery.com>
51
52 PR c++/8724
53 * g++.dg/expr/dtor1.C: New test.
54
55 2003-02-21 Zack Weinberg <zack@codesourcery.com>
56
57 * gcc.dg/cpp/include3.c: New test.
58 * gcc.dg/cpp/inc/foo.h: New file.
59
60 2003-02-21 Glen Nakamura <glen@imodulo.com>
61
62 * gcc.c-torture/execute/20030221-1.c: New test.
63
64 2003-02-20 Mark Mitchell <mark@codesourcery.com>
65
66 PR c++/9729
67 * g++.dg/abi/conv1.C: New test.
68
69 Thu Feb 20 14:38:13 CET 2003 Jan Hubicka <jh@suse.cz>
70
71 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
72
73 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
74
75 * gcc.c-torture/compile/20030219-1.c: New test.
76
77 Tue Feb 18 23:28:53 CET 2003 Jan Hubicka <jh@suse.cz>
78
79 * gcc.dg/funcorder.c: New test.
80
81 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
82
83 * gcc.c-torture/execute/20030218-1.c: New.
84
85 2003-02-18 Aldy Hernandez <aldyh@redhat.com>
86
87 * gcc.dg/20030218-1.c: New.
88
89 2003-02-18 Richard Henderson <rth@redhat.com>
90
91 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
92 * gcc.dg/attr-used-2.c: New.
93
94 2003-02-18 Mark Mitchell <mark@codesourcery.com>
95
96 PR c++/9704
97 * g++.dg/init/copy5.C: New test.
98
99 2003-02-18 Geoffrey Keating <geoffk@apple.com>
100
101 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
102 * g++.dg/pch/pch.exp: Likewise.
103
104 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
105
106 * gcc.c-torture/execute/20030209-1.c: Enable the test if
107 STACK_SIZE is not defined.
108
109 2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
110
111 PR c++/9457
112 * g++.dg/template/init1.C: New test.
113
114 Sun Feb 16 23:08:19 CET 2003 Jan HUbicka <jh@suse.cz>
115
116 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
117 (foo): Add few extra tests
118 * gcc.dg/c99-const-expr-3.c: Likewise.
119 * gcc.c-torture/execute/20030216-1.c: New.
120
121 2003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
122
123 PR c++/9459
124 * g++.dg/ext/typeof4.C: New test.
125
126 2003-02-15 Roger Sayle <roger@eyesopen.com>
127
128 * gcc.dg/i386-387-3.c: New test case.
129
130 2003-02-14 Josef Zlomek <zlomekj@suse.cz>
131
132 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
133 cris-*-elf* cris-*-aout* and mmix-*-*.
134
135 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
136
137 * gcc.dg/20030213-1.c: New test.
138
139 2003-02-12 Roger Sayle <roger@eyesopen.com>
140
141 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
142 * gcc.dg/i386-387-2.c: Likewise.
143
144 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
145
146 * gcc.dg/ppc-spe.c: Fix formatting.
147 Enable tests that were previously unsupported by gas.
148 Delete tests for instructions that no longer exist.
149 Switch arguments on evsubifw builtin.
150
151 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
152
153 * gcc.c-torture/execute/20030209-1.c: Disable the test if
154 STACK_SIZE is too small.
155
156 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
157 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
158
159 * gcc.dg/decl-2.c: New test.
160
161 Mon Feb 10 11:41:20 CET 2003 Jan Hubicka <jh@suse.cz>
162
163 * gcc.dg/i386-fpcvt-1.c: New test.
164
165 2002-02-09 Richard Sandiford <rsandifo@redhat.com>
166
167 * gcc.c-torture/execute/20030209-1.c: New test.
168
169 2003-02-09 Kazu Hirata <kazu@cs.umass.edu>
170
171 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
172 int-wide bitops, use the constants of the same width.
173 Likewise, if long long is 32-bit wide, test bitops using
174 32-bit constants.
175
176 2003-02-07 Loren James Rittle <ljrittle@acm.org>
177
178 * gcc.dg/20021014-1.c: Annotate with expected notice text.
179
180 2003-02-07 Roger Sayle <roger@eyesopen.com>
181
182 * testsuite/gcc.dg/builtins-4.c: New test case.
183
184 2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
185
186 * gcc.dg/20020430-1.c: Fix dg command typos.
187 * gcc.dg/20020503-1.c: Likewise.
188
189 2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
190
191 PR c++/8785
192 * g++.dg/parse/fused-params1.C: New test.
193
194 PR c++/8857
195 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
196
197 PR c++/8921
198 * g++.dg/parse/non-dependent1.C: New test.
199
200 PR c++/8928
201 * g++.dg/parse/dupl-tmpl-args1.C: New test.
202
203 PR c++/9228
204 * g++.dg/parse/undefined7.C: New test.
205 * g++.dg/parse/non-templ1.C: New test.
206
207 PR c++/9229
208 * g++.dg/parse/too-many-tmpl-args1.C: New test.
209
210 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
211
212 * gcc.c-torture/compile/20030206-1.c: New test.
213
214 2003-02-05 Roger Sayle <roger@eyesopen.com>
215
216 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
217 "pow" to "foo" to avoid potential confusion with a math built-in.
218
219 2003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
220
221 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
222 conditions for SPARC targets.
223
224 2003-02-05 Jakub Jelinek <jakub@redhat.com>
225
226 * gcc.dg/20030204-1.c: New test.
227
228 2003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
229
230 PR c++/38
231 * g++.dg/parse/array-size1.C: New test.
232
233 PR c++/5657
234 * g++.dg/parse/undefined3.C: New test.
235
236 PR c++/5665
237 * g++.dg/parse/undefined4.C: New test.
238
239 PR c++/5975
240 * g++.dg/parse/undefined5.C: New test.
241
242 PR c++/7259
243 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
244
245 PR c++/8578
246 * g++.dg/parse/casting-operator1.C: New test.
247
248 PR c++/8596
249 * g++.dg/parse/undefined6.C: New test.
250
251 PR c++/8736
252 * g++.dg/parse/missing-template1.C: New test.
253
254 Tue Feb 4 21:41:09 CET 2003 Jan Hubicka <jh@suse.cz>
255
256 * gcc.dg/i386-cadd.c: Compile using -march=k8.
257 * gcc.dg/i386-cmov?.c: Likewise.
258 * gcc.dg/i386-fpcvt-?.c: Likewise.
259 * gcc.dg/i386-ssefp-1.c: Likewise.
260 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
261 conventions.
262
263 2003-02-03 Mark Mitchell <mark@codesourcery.com>
264
265 PR c++/7129
266 * testsuite/g++.dg/ext/max.C: New test.
267
268 Mon Feb 3 16:05:11 CET 2003 Jan Hubicka <jh@suse.cz>
269
270 * gcc.c-torture/execute/20030203-1.c: New test.
271
272 2003-02-03 Richard Earnshaw <rearnsha@arm.com>
273
274 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
275 'natural-endian'.
276
277 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
278
279 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
280 * g++.dg/init/new2.C: Likewise.
281 * g++.dg/other/new1.C: Likewise.
282
283 2003-01-31 Loren J. Rittle <ljrittle@acm.org>
284
285 * gcc.dg/struct-ret-libc.c: New test.
286
287 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
288
289 * gcc.dg/20030129-1.c: New test.
290
291 2003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
292
293 PR c++/8849
294 * g++.dg/template/ptrmem4.C: New test.
295
296 2003-01-29 Mark Mitchell <mark@codesourcery.com>
297
298 * g++.dg/parser/constant1.C: New test.
299
300 2003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
301
302 PR c++/8591
303 * g++.dg/parse/friend2.C: New test.
304
305 2003-01-29 Nathan Sidwell <nathan@codesourcery.com>
306
307 PR c++/9437
308 * g++.dg/template/unify4.C: New test.
309
310 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
311
312 * gcc.c-torture/execute/20030128-1.c: New test.
313
314 2003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
315
316 * g++.dg/lookup/nested1.C: Test moved from ...
317 * g++.old-deja/g++.other/lookup24.C: ... here.
318
319 Tue Jan 28 12:19:35 CET 2003 Jan Hubicka <jh@suse.cz>
320
321 * gcc.dg/i386-cmov5.c: New test.
322
323 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
324
325 * gcc.c-torture/execute/20010925-1.c: Changed the
326 memcpy declaration.
327
328 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
329
330 PR c++/3902
331 * g++.dg/parse/template5.C: New test.
332
333 2003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
334
335 PR fortran/9258
336 * g77.dg/pr9258: New test.
337
338 2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
339
340 * README: Move relevant parts from README.g++.
341
342 * README.g++: Remove this file.
343
344 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
345
346 * g++.dg/abi/dcast1.C: New test.
347
348 2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
349
350 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
351
352 2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
353
354 PR c++/47
355 * g++.old-deja/g++.other/lookup24.C: New test.
356
357 2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
358
359 PR middle-end/7227
360 * gcc.dg/uninit-C.c: New test.
361
362 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
363
364 * g++.dg/abi/covariant1.C: New test.
365
366 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
367
368 * gcc.dg/20030123-1.c: New test.
369
370 Sat Jan 25 21:06:49 CET 2003 Jan Hubicka <jh@suse.cz>
371
372 PR opt/8492
373 * gcc.c-torture/compile/20030125-1.c
374
375 2003-01-25 Nathan Sidwell <nathan@codesourcery.com>
376
377 PR c++/9403
378 * g++.dg/parse/template3.C: New test.
379 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
380
381 PR c++/795
382 * g++.dg/parse/template4.C: New test.
383
384 PR c++/9415
385 * g++.dg/template/qual2.C: New test.
386
387 PR c++/8545
388 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
389
390 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
391
392 2003-01-25 Roger Sayle <roger@eyesopen.com>
393
394 * gcc.c-torture/execute/switch-1.c: New test case.
395
396 Sat Jan 25 12:32:55 CET 2003 Jan Hubicka <jh@suse.cz>
397
398 * gcc.c-torture/execute/20030125-1.[cx]: New test.
399
400 2003-01-25 Paolo Carlini <pcarlini@unitus.it>
401
402 Tweaks for Bison-1.875. From the NEWS file:
403 "- `parse error' -> `syntax error'
404 Bison now uniformly uses the term `syntax error'"
405 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
406 * gcc.dg/cpp/digraph2.c: Likewise.
407 * gcc.dg/cpp/direct2.c: Likewise.
408 * gcc.dg/cpp/paste4.c: Likewise.
409 * gcc.dg/c90-restrict-1.c: Likewise.
410 * gcc.dg/c99-func-2.c: Likewise.
411 * gcc.dg/noncompile/920721-2.c: Likewise.
412 * gcc.dg/noncompile/930622-2.c: Likewise.
413 * gcc.dg/noncompile/940112-1.c: Likewise.
414 * gcc.dg/noncompile/950921-1.c: Likewise.
415 * gcc.dg/noncompile/951123-1.c: Likewise.
416 * gcc.dg/noncompile/971104-1.c: Likewise.
417 * gcc.dg/noncompile/990416-1.c: Likewise.
418
419 2003-01-24 Paolo Carlini <pcarlini@unitus.it>
420
421 * g++.dg/parse/undefined1.C: Add error message.
422
423 2003-01-22 Mark Mitchell <mark@codesourcery.com>
424
425 PR c++/9354
426 * g++.dg/parse/new1.C: New test.
427
428 PR c++/9216
429 * g++.dg/parse/template2.C: New test.
430
431 PR c++/9354
432 * g++.dg/parse/typedef2.C: New test.
433
434 PR c++/9328
435 * g++.dg/ext/typeof3.C: New test.
436
437 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
438
439 PR c++/2738
440 * g++.dg/parse/ret-type1.C: New test.
441
442 PR c++/3792
443 * g++.dg/parse/tmpl-outside1.C: New test.
444
445 PR c++/4207
446 * g++.dg/parse/int-as-enum1.C: New test.
447
448 PR c++/4903
449 * g++.dg/parse/no-typename1.C: New test.
450
451 PR c++/5533
452 * g++.dg/parse/no-value1.C: New test.
453
454 PR c++/5921
455 * g++.dg/parse/wrong-inline1.C: New test.
456
457 PR c++/6402
458 * g++.dg/parse/ref1.C: New test.
459
460 PR c++/6992
461 * g++.dg/parse/attr-ctor1.C: New test.
462
463 PR c++/7229
464 * g++.dg/parse/namespace5.C: New test.
465
466 PR c++/7917
467 * g++.dg/parse/func-def1.C: New test.
468
469 PR c++/8143
470 * g++.dg/parse/undefined1.C: New test.
471
472 PR c++/5723, PR c++/8522
473 * g++.dg/parse/specialization1.C: New test.
474
475 PR c++/163, PR c++/8595
476 * g++.dg/parse/struct-as-enum1.C: New test.
477
478 PR c++/9173
479 * g++.dg/parse/undefined2.C: New test.
480
481 2003-01-22 Mark Mitchell <mark@codesourcery.com>
482
483 PR c++/9298
484 * g++.dg/parse/template1.C: New test.
485
486 PR c++/9384
487 * g++.dg/parse/using1.C: New test.
488
489 PR c++/9285
490 PR c++/9294
491 * g++.dg/parse/expr2.C: New test.
492
493 PR c++/9388
494 * g++.dg/parse/lookup2.C: Likewise.
495
496 Tue Jan 21 18:01:35 CET 2003 Jan Hubicka <jh@suse.cz>
497
498 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
499 * gcc.c-torture/execute/eeprof-1.c: Likewise.
500 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
501 * gcc.c-torture/execute/string-opt-*.c: Likewise.
502
503 2003-01-20 Nick Clifton <nickc@redhat.com>
504
505 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
506 problem with ARM sibcall code generation.
507
508 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
509
510 * gcc.c-torture/execute/20030120-1.c: New.
511
512 2003-01-19 Paolo Carlini <pcarlini@unitus.it>
513
514 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
515
516 2003-01-17 Mark Mitchell <mark@codesourcery.com>
517
518 PR c++/9272
519 * g++.dg/parse/ctor1.C: New test.
520
521 PR c++/9294:
522 * g++.dg/parse/qualified1.C: New test.
523
524 * g++.dg/parse/typename3.C: New test.
525
526 2003-01-16 Richard Henderson <rth@redhat.com>
527
528 * g++.dg/tls/init-2.C: Fix error matches for real this time.
529
530 2003-01-16 Richard Henderson <rth@redhat.com>
531
532 * g++.dg/pch/pch.exp: Copy test header to the working directory
533 before using it either for precompilation or direct use.
534 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
535 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
536
537 2003-01-16 Richard Henderson <rth@redhat.com>
538
539 * gcc.dg/pch/pch.exp: Copy test header to the working directory
540 before using it either for precompilation or direct use.
541 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
542 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
543
544 2003-01-16 Mark Mitchell <mark@codesourcery.com>
545
546 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
547 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
548 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
549 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
550 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
551 typename warning into error.
552 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
553 error messages.
554 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
555 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
556 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
557 messages.
558 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
559 make declaration visible in template.
560 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
561 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
562 messages.
563 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
564 message.
565 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
566 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
567 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
568 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
569 typename warning with error message.
570 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
571 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
572 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
573
574 2003-01-16 Nathan Sidwell <nathan@codesourcery.com>
575
576 * g++.dg/parse/ambig2.C: New test.
577
578 2003-01-15 Richard Henderson <rth@redhat.com>
579
580 * g++.dg/tls/init-2.C: Update error message string.
581
582 2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
583
584 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
585
586 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
587
588 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
589 all for HC11/HC12.
590 * gcc.c-torture/compile/20001205-1.x: Likewise.
591 * gcc.c-torture/compile/20001226-1.x: Likewise.
592 * gcc.c-torture/compile/920520-1.x: Likewise.
593 * gcc.c-torture/compile/961203-1.x: Likewise.
594 * gcc.c-torture/compile/20020604-1.x: Likewise.
595
596 Wed Jan 15 12:20:52 CET 2003 Jan Hubicka <jh@suse.cz>
597
598 * gcc.c-torture/compile/20030115-1.c: New test.
599
600 * gcc.dg/i386-fpcvt-1.c: New test.
601 * gcc.dg/i386-fpcvt-2.c: New test.
602
603 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
604
605 Further conform g++'s __vmi_class_type_info to the C++ ABI
606 specification.
607 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
608 the specification.
609
610 Tue Jan 14 00:45:03 CET 2003 Jan Hubicka <jh@suse.cz>
611
612 * gcc.dg/i386-fpcvt-1.c: New test.
613 * gcc.dg/i386-fpcvt-2.c: New test.
614
615 2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
616
617 * gcc.dg/i386-mmx-3.c: New test.
618
619 2003-01-12 Mark Mitchell <mark@codesourcery.com>
620
621 PR c++/9264
622 * g++.dg/parse/octal1.C: New file.
623
624 PR c++/9172
625 * g++.dg/parse/typename1.C: New file.
626
627 2003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
628
629 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
630 * gcc.dg/bf-no-ms-layout.c: Likewise.
631 * gcc.dg/bf-ms-attrib.c: Likewise.
632
633 2003-01-10 Mark Mitchell <mark@codesourcery.com>
634
635 PR c++/9099
636 * g++.dg/parse/dtor1.C: New file.
637
638 PR c++/9128
639 * g++.dg/rtti/typeid1.C: New file.
640
641 PR c++/9153
642 * g++.dg/parse/lookup1.C: New file.
643
644 PR c++/9171
645 * g++.dg/templ/spec5.C: New file.
646
647 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
648
649 * gcc.c-torture/compile/20030110-1.c: New test.
650
651 2003-01-09 Geoffrey Keating <geoffk@apple.com>
652
653 Merge from pch-branch:
654
655 2002-12-23 Geoffrey Keating <geoffk@apple.com>
656
657 * gcc.dg/pch/cpp-1.h: New.
658 * gcc.dg/pch/cpp-1.c: New.
659 * gcc.dg/pch/cpp-2.h: New.
660 * gcc.dg/pch/cpp-2.c: New.
661
662 2002-11-19 Geoffrey Keating <geoffk@apple.com>
663
664 * gcc.dg/pch/except-1.h: New.
665 * gcc.dg/pch/except-1.c: New.
666
667 2002-11-13 Geoffrey Keating <geoffk@apple.com>
668
669 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
670 running test.
671 * gcc.dg/pch: Include *.hp not *.h.
672 * gcc.dg/pch/system-1.h: New.
673 * gcc.dg/pch/system-1.c: New.
674
675 2002-11-11 Geoffrey Keating <geoffk@apple.com>
676
677 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
678 rather than trying to build and run a program using PCH.
679 * gcc.dg/pch: Remove dg-do commands from test files.
680
681 2002-11-08 Geoffrey Keating <geoffk@apple.com>
682
683 * gcc.dg/pch/macro-3.c: New.
684 * gcc.dg/pch/macro-3.h: New.
685
686 2002-11-04 Geoffrey Keating <geoffk@apple.com>
687
688 * gcc.dg/pch/common-1.c: New.
689 * gcc.dg/pch/common-1.h: New.
690 * gcc.dg/pch/decl-1.c: New.
691 * gcc.dg/pch/decl-1.h: New.
692 * gcc.dg/pch/decl-2.c: New.
693 * gcc.dg/pch/decl-2.h: New.
694 * gcc.dg/pch/decl-3.c: New.
695 * gcc.dg/pch/decl-3.h: New.
696 * gcc.dg/pch/decl-4.c: New.
697 * gcc.dg/pch/decl-4.h: New.
698 * gcc.dg/pch/decl-5.c: New.
699 * gcc.dg/pch/decl-5.h: New.
700 * gcc.dg/pch/global-1.c: New.
701 * gcc.dg/pch/global-1.h: New.
702 * gcc.dg/pch/inline-1.c: New.
703 * gcc.dg/pch/inline-1.h: New.
704 * gcc.dg/pch/inline-2.c: New.
705 * gcc.dg/pch/inline-2.h: New.
706 * gcc.dg/pch/static-1.c: New.
707 * gcc.dg/pch/static-1.h: New.
708 * gcc.dg/pch/static-2.c: New.
709 * gcc.dg/pch/static-2.h: New.
710
711 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
712
713 * g++.dg/pch/pch.exp: Better handle failing testcases.
714 * gcc.dg/pch/pch.exp: Likewise.
715 * gcc.dg/pch/macro-1.c: New.
716 * gcc.dg/pch/macro-1.h: New.
717 * gcc.dg/pch/macro-2.c: New.
718 * gcc.dg/pch/macro-2.h: New.
719
720 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
721
722 * g++.dg/dg.exp: Treat files in pch/ specially.
723 * g++.dg/pch/pch.exp: New file.
724 * g++.dg/pch/empty.H: New file.
725 * g++.dg/pch/empty.C: New file.
726 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
727 "precompile".
728
729 * gcc.dg/pch/pch.exp: New file.
730 * gcc.dg/pch/empty.h: New file.
731 * gcc.dg/pch/empty.c: New file.
732 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
733 "precompile".
734
735 2003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
736
737 * g++.dg/template/friend14.C: New test.
738
739 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
740
741 * gcc.dg/old-style-asm-1.c: New test.
742
743 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
744
745 * gcc.c-torture/compile/20030109-1.c: New test.
746
747 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
748
749 * gcc.c-torture/execute/20030109-1.c: New test.
750
751 2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
752
753 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
754 * g++.old-deja/g++.mike/dyncast2.C: Likewise
755 * g++.old-deja/g++.mike/dyncast3.C: Likewise
756 * g++.old-deja/g++.mike/eh2.C: Likewise
757 * g++.old-deja/g++.mike/eh3.C: Likewise
758 * g++.old-deja/g++.mike/eh5.C: Likewise
759 * g++.old-deja/g++.mike/eh6.C: Likewise
760 * g++.old-deja/g++.mike/eh7.C: Likewise
761 * g++.old-deja/g++.mike/eh8.C: Likewise
762 * g++.old-deja/g++.mike/eh9.C: Likewise
763 * g++.old-deja/g++.mike/eh10.C: Likewise
764 * g++.old-deja/g++.mike/eh12.C: Likewise
765 * g++.old-deja/g++.mike/eh13.C: Likewise
766 * g++.old-deja/g++.mike/eh14.C: Likewise
767 * g++.old-deja/g++.mike/eh16.C: Likewise
768 * g++.old-deja/g++.mike/eh17.C: Likewise
769 * g++.old-deja/g++.mike/eh18.C: Likewise
770 * g++.old-deja/g++.mike/eh21.C: Likewise
771 * g++.old-deja/g++.mike/eh23.C: Likewise
772 * g++.old-deja/g++.mike/eh24.C: Likewise
773 * g++.old-deja/g++.mike/eh25.C: Likewise
774 * g++.old-deja/g++.mike/eh26.C: Likewise
775 * g++.old-deja/g++.mike/eh27.C: Likewise
776 * g++.old-deja/g++.mike/eh28.C: Likewise
777 * g++.old-deja/g++.mike/eh29.C: Likewise
778 * g++.old-deja/g++.mike/eh31.C: Likewise
779 * g++.old-deja/g++.mike/eh33.C: Likewise
780 * g++.old-deja/g++.mike/eh34.C: Likewise
781 * g++.old-deja/g++.mike/eh35.C: Likewise
782 * g++.old-deja/g++.mike/eh36.C: Likewise
783 * g++.old-deja/g++.mike/eh37.C: Likewise
784 * g++.old-deja/g++.mike/eh38.C: Likewise
785 * g++.old-deja/g++.mike/eh39.C: Likewise
786 * g++.old-deja/g++.mike/eh40.C: Likewise
787 * g++.old-deja/g++.mike/eh41.C: Likewise
788 * g++.old-deja/g++.mike/eh42.C: Likewise
789 * g++.old-deja/g++.mike/eh44.C: Likewise
790 * g++.old-deja/g++.mike/eh46.C: Likewise
791 * g++.old-deja/g++.mike/eh47.C: Likewise
792 * g++.old-deja/g++.mike/eh48.C: Likewise
793 * g++.old-deja/g++.mike/eh49.C: Likewise
794 * g++.old-deja/g++.mike/eh50.C: Likewise
795 * g++.old-deja/g++.mike/eh51.C: Likewise
796 * g++.old-deja/g++.mike/eh53.C: Likewise
797 * g++.old-deja/g++.mike/eh55.C: Likewise
798 * g++.old-deja/g++.mike/p7912.C: Likewise
799 * g++.old-deja/g++.mike/p9706.C: Likewise
800 * g++.old-deja/g++.mike/p10416.C: Likewise
801 * g++.old-deja/g++.mike/p11667.C: Likewise
802 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
803 Remove redundant reference to Iris.
804 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
805 Elxsi, i860, Pico Java, and WE32K.
806
807 2003-01-07 Mark Mitchell <mark@codesourcery.com>
808
809 * g++.dg/ext/asm4.C: New test.
810
811 2003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
812
813 PR c++/9030
814 * g++.dg/template/friend12.C: New test.
815 * g++.dg/template/friend13.C: Likewise.
816 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
817
818 Wed Jan 8 11:41:47 CET 2003 Jan Hubicka <jh@suse.cz>
819
820 * gcc.dg/i386-cadd.c: New test.
821 * gcc.dg/i386-cmov4.c: Likewise.
822
823 2003-01-06 Mark Mitchell <mark@codesourcery.com>
824
825 PR c++/9165
826 * g++.dg/warn/Wunused-3.C: New test.
827
828 * g++.dg/abi/bitfield9.C: New test.
829
830 PR c++/9189
831 * g++.dg/parse/defarg3.C: New test.
832
833 2003-01-06 Nathan Sidwell <nathan@codesourcery.com>
834
835 * g++.dg/parse/ambig1.C: New test.
836 * g++.dg/parse/defarg2.C: New test.
837
838 2003-01-05 Mark Mitchell <mark@codesourcery.com>
839
840 * g++.dg/template/defarg-1.C: New test.
841 * g++.dg/template/local2.C: Likewise.
842
843 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
844
845 * gcc.c-torture/execute/20030105-1.c: New test.
846
847 2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
848
849 * g++.dg/parse/namespace3.C: Remove extra semicolons.
850 * g++.dg/parse/namespace4.C: Likewise.
851
852 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
853
854 * g++.dg/template/ntp2.C: New test.
855
856 2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
857
858 * g++.dg/parse/extern-C-1.C: New test.
859
860 * g++.dg/parse/namespace4.C: New test.
861
862 * g++.dg/template/nested1.C: New test.
863
864 * g++.dg/parse/namespace3.C: New test.
865
866 2003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
867
868 * g++.dg/lookup/two-stage1.C: New test.
869
870 2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
871
872 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
873 * g++.old-deja/g++.jason/access8.C: Likewise.
874 * g++.old-deja/g++.other/decl5.C: Likewise.
875
876 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
877
878 * g++.dg/parse/parse7.C: New test.
879
880 2003-01-02 Mark Mitchell <mark@codesourcery.com>
881
882 PR c++/2843
883 * g++.dg/ext/attrib7.C: New test.
884
885 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
886
887 * g++.dg/parse/parse6.C: New test.
888
889 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
890
891 * gcc.dg/h8300-stack-1.c: New.
892
893 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
894
895 g++.dg/lookup/exception1.C: New test.
896
897 g++.dg/lookup/template1.C: New test.
898
899 g++.dg/parse/namespace2.C: New test.
900
901 g++.dg/parse/parens2.C: New test.
902
903 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
904
905 * g++.dg/parse/parse5.C: New test.
906 * g++.dg/lookup/scoped4.C: New test.
907
908 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
909
910 * g++.dg/parse/parens1.C: New test.
911
912 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
913 angle-bracket1.C.
914 * g++.dg/parse/parens2.C: New test.
915
916 * g++.dg/lookup/scope-operator1.C: New test.
917
918 * g++.dg/parse/operator1.C: New test.
919
920 2003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
921
922 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
923 * g++.old-deja/g++.other/access6.C: Likewise.
924 * g++.old-deja/g++.other/decl1.C: Likewise.
925 * g++.old-deja/g++.pt/typename12.C: Likewise.
926
927 2002-12-31 Mark Mitchell <mark@codesourcery.com>
928
929 * g++.dg/parse/namespace1.C: New test.
930
931 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
932
933 * g++.dg/parse/parse4.C: New test.
934
935 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
936
937 * g++.dg/parse/parse3.C: New test.
938
939 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
940
941 * g++.dg/parse/parse2.C: New test.
942
943 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
944
945 * g++.dg/template/friend11.C: New test.
946
947 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
948
949 * g++.dg/parse/parse1.C: New test.
950
951 2002-12-31 Janis Johnson <janis187@us.ibm.com>
952
953 * lib/profopt.exp: Change the name of a global variable to avoid
954 possible clashes with other test suites.
955
956 2002-12-31 Nathan Sidwell <nathan@codesourcery.com>
957
958 * g++.dg/inherit/covariant8.C: New test.
959
960 2002-12-31 Mark Mitchell <mark@codesourcery.com>
961
962 * g++.dg/init/array9.C: New test.
963
964 PR c++/9112
965 * g++.dg/parse/expr1.C: New test.
966
967 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
968
969 * gcc.c-torture/compile/20021230-1.c: New test.
970
971 2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
972
973 * g++.dg/inherit/covariant5.C: New test.
974 * g++.dg/inherit/covariant6.C: New test.
975 * g++.dg/inherit/covariant7.C: New test.
976
977 2002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
978
979 PR c++/2739
980 * g++.dg/other/access2.C: New test.
981
982 2002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
983
984 * g++.dg/other/anon-struct.C: No longer fails
985 * g++.old-deja/g++.brendan/parse4.C: Likewise.
986 * g++.old-deja/g++.brendan/parse5.C: Likewise.
987 * g++.old-deja/g++.brendan/parse6.C: Likewise.
988
989 2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
990
991 * g++.dg/parse/angle-bracket.C (main): No longer fails.
992
993 2002-12-27 Mark Mitchell <mark@codesourcery.com>
994
995 * g++.dg/eh/spec4.C: Remove stray semicolon.
996 * g++.dg/expr/pmf-1.C: Change error message.
997 * g++.dg/ext/asm1.C: Remove stray semicolon.
998 * g++.dg/ext/typename1.C: Add missing typenames.
999 * g++.dg/inherit/template-as-base.C: Change error message.
1000 * g++.dg/lookup/scoped1.C: Likewise.
1001 * g++.dg/lookup/scoped2.C: Likewise.
1002 * g++.dg/lookup/using2.C: Likewise.
1003 * g++.dg/other/component1.C: Remove stray semicolon.
1004 * g++.dg/other/do1.C: Change error message.
1005 * g++.dg/other/error2.C: Likewise.
1006 * g++.dg/other/init1.C: Likewise.
1007 * g++.dg/other/packed1.C: Remove stray semicolon.
1008 * g++.dg/other/ptrmem2.C: Change error message.
1009 * g++.dg/parse/parameter-declaration-1.C: Remove line number
1010 marker.
1011 * g++.dg/special/initp1.C: Remove invalid attribute usage.
1012 * g++.dg/template/access3.C: Add typename keyword.
1013 * g++.dg/template/access5.C: Remove stray semicolon.
1014 * g++.dg/template/access6.C: Likewise.
1015 * g++.dg/template/complit1.C: Likewise.
1016 * g++.dg/template/crash1.C: Change error message.
1017 * g++.dg/template/inherit2.C: Remove stray semicolon.
1018 * g++.dg/template/instantiate2.C: Likewise.
1019 * g++.dg/template/instantiate3.C: Change error message.
1020 * g++.dg/template/qual1.C: Remove stray semicolon.
1021 * g++.dg/template/qualttp18.C: Change error message.
1022 * g++.dg/template/ref1.C: Remove stray semicolon.
1023 * g++.dg/template/sizeof1.C (A::value): Declare it.
1024 * g++.dg/template/spec4.C: Change error message.
1025 * g++.dg/template/static1.C: Likewise.
1026 * g++.dg/template/type1.C: Likewise.
1027 * g++.dg/template/typename3.C: Likewise.
1028 * g++.old-deja/g++.benjamin/13478.C: Change error message.
1029 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
1030 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
1031 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
1032 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
1033 named return value extension.
1034 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
1035 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
1036 * g++.old-deja/g++.bob/extern_C.C: Likewise.
1037 * g++.old-deja/g++.bob/inherit2.C: Likewise.
1038 * g++.old-deja/g++.brendan/complex1.C: Likewise.
1039 * g++.old-deja/g++.brendan/copy5.C: Likewise.
1040 * g++.old-deja/g++.brendan/crash13.C: Likewise.
1041 * g++.old-deja/g++.brendan/crash15.C: Likewise.
1042 * g++.old-deja/g++.brendan/crash18.C: Change error message.
1043 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
1044 * g++.old-deja/g++.brendan/crash38.C: Likewise.
1045 * g++.old-deja/g++.brendan/crash50.C: Likewise.
1046 * g++.old-deja/g++.brendan/crash56.C: Likewise.
1047 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
1048 syntax.
1049 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
1050 * g++.old-deja/g++.brendan/crash8.C: Change error message.
1051 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
1052 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
1053 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
1054 * g++.old-deja/g++.brendan/template11.C: Likewise.
1055 * g++.old-deja/g++.brendan/template26.C: Likewise.
1056 * g++.old-deja/g++.brendan/template27.C: Use explicit
1057 specialization syntax.
1058 * g++.old-deja/g++.brendan/template30.C: Likewise.
1059 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
1060 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
1061 non-dependent names.
1062 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
1063 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
1064 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
1065 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
1066 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
1067 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
1068 named return value extension.
1069 * g++.old-deja/g++.ext/namedret2.C: Likewise.
1070 * g++.old-deja/g++.ext/namedret3.C: Likewise.
1071 * g++.old-deja/g++.ext/return1.C: Likewise.
1072 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
1073 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
1074 * g++.old-deja/g++.jason/access8.C: Likewise.
1075 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
1076 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
1077 pseudo-destructor names.
1078 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
1079 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
1080 pseudo-destructor names.
1081 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
1082 * g++.old-deja/g++.jason/overload19.C: Likewise.
1083 * g++.old-deja/g++.jason/overload32.C: Likewise.
1084 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
1085 stray semicolons.
1086 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
1087 * g++.old-deja/g++.jason/return.C: Likewise.
1088 * g++.old-deja/g++.jason/return2.C: Likewise.
1089 * g++.old-deja/g++.jason/shadow1.C: Likewise.
1090 * g++.old-deja/g++.jason/special.C: Use explicit specialization
1091 syntax.
1092 * g++.old-deja/g++.jason/template10.C: Account for use of
1093 non-dependent names.
1094 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
1095 syntax.
1096 * g++.old-deja/g++.jason/template37.C: Likewise.
1097 * g++.old-deja/g++.law/access4.C: Change error messages.
1098 * g++.old-deja/g++.law/arm13.C: Remove incorrect
1099 pseudo-destructor names.
1100 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
1101 * g++.old-deja/g++.law/ctors9.C: Likewise.
1102 * g++.old-deja/g++.law/cvt22.C: Likewise.
1103 * g++.old-deja/g++.law/dtors5.C: Likewise.
1104 * g++.old-deja/g++.law/global-init1.C: Likewise.
1105 * g++.old-deja/g++.law/missed-error3.C: Likewise.
1106 * g++.old-deja/g++.law/operators28.C: Likewise.
1107 * g++.old-deja/g++.law/visibility28.C: Likewise.
1108 * g++.old-deja/g++.martin/eval1.C: Likewise.
1109 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
1110 name.
1111 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
1112 * g++.old-deja/g++.mike/net34.C: Likewise.
1113 * g++.old-deja/g++.mike/net36.C: Likewise.
1114 * g++.old-deja/g++.mike/ns2.C: Likewise.
1115 * g++.old-deja/g++.mike/p12306.C: Likewise.
1116 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
1117 value extension.
1118 * g++.old-deja/g++.mike/p700.C: Likewise.
1119 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
1120 * g++.old-deja/g++.mike/p710.C: Likewise.
1121 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
1122 value extension.
1123 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
1124 * g++.old-deja/g++.mike/pmf9.C: Likewise.
1125 * g++.old-deja/g++.ns/crash2.C: Likewise.
1126 * g++.old-deja/g++.ns/crash3.C: Likewise.
1127 * g++.old-deja/g++.ns/invalid1.C: Likewise.
1128 * g++.old-deja/g++.ns/ns17.C: Likewise.
1129 * g++.old-deja/g++.ns/template16.C: Likewise.
1130 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
1131 keyword.
1132 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
1133 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
1134 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
1135 named return value extension.
1136 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
1137 * g++.old-deja/g++.other/access4.C: Issue additional error
1138 messages.
1139 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
1140 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
1141 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
1142 * g++.old-deja/g++.other/crash25.C: Change error message.
1143 * g++.old-deja/g++.other/crash4.C: Change error message.
1144 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
1145 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
1146 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
1147 checks.
1148 * g++.old-deja/g++.other/defarg8.C: Likewise.
1149 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
1150 * g++.old-deja/g++.other/dtor10.C: Likewise.
1151 * g++.old-deja/g++.other/incomplete.C: Likewise.
1152 * g++.old-deja/g++.other/linkage7.C: Likewise.
1153 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
1154 lookup algorithm.
1155 * g++.old-deja/g++.other/mangle2.C: Likewise.
1156 * g++.old-deja/g++.other/refinit2.C: Likewise.
1157 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
1158 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
1159 * g++.old-deja/g++.pt/crash28.C: Likewise.
1160 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
1161 syntax.
1162 * g++.old-deja/g++.pt/crash32.C: Change error message.
1163 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
1164 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
1165 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
1166 error message position.
1167 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
1168 * g++.old-deja/g++.pt/defarg8.C: Change error message.
1169 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
1170 syntax.
1171 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
1172 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
1173 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
1174 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
1175 keyword.
1176 * g++.old-deja/g++.pt/explicit31.C: Likewise.
1177 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
1178 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
1179 keyword.
1180 * g++.old-deja/g++.pt/explicit71.C: Change error message.
1181 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
1182 syntax.
1183 * g++.old-deja/g++.pt/friend28.C: Account for use of
1184 non-dependent names.
1185 * g++.old-deja/g++.pt/friend29.C: Likewise.
1186 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
1187 rules.
1188 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
1189 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
1190 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
1191 lookup rules.
1192 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
1193 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
1194 keyword.
1195 * g++.old-deja/g++.pt/memclass20.C: Likewise.
1196 * g++.old-deja/g++.pt/memclass5.C: Likewise.
1197 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
1198 keyword.
1199 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
1200 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
1201 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
1202 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
1203 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
1204 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
1205 keyword.
1206 * g++.old-deja/g++.pt/spec10.C: Likewise.
1207 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
1208 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
1209 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
1210 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
1211 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
1212 * g++.old-deja/g++.pt/ttp62.C: Likewise.
1213 * g++.old-deja/g++.pt/ttp64.C: Likewise.
1214 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
1215 * g++.old-deja/g++.pt/typename15.C: Likewise.
1216 * g++.old-deja/g++.pt/typename22.C: Likewise.
1217 * g++.old-deja/g++.pt/typename6.C: Change error messages.
1218 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
1219 * g++.old-deja/g++.pt/virtual2.C: Likewise.
1220 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
1221 syntax.
1222 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
1223 return value extension.
1224 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
1225 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
1226 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
1227 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
1228
1229 2002-12-26 Nathan Sidwell <nathan@codesourcery.com>
1230
1231 * g++.dg/warn/inline1.C: New test.
1232 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
1233 * g++.old-deja/g++.jason/synth10.C: Likewise.
1234 * g++.old-deja/g++.mike/net31.C: Likewise.
1235 * g++.old-deja/g++.mike/p8786.C: Likewise.
1236
1237 * g++.dg/template/friend10.C: New test.
1238 * g++.dg/template/conv5.C: New test.
1239
1240 2002-12-24 Nathan Sidwell <nathan@codesourcery.com>
1241
1242 * g++.dg/lookup/scoped3.C: New test.
1243
1244 * g++.dg/lookup/decl1.C: New test.
1245 * g++.dg/lookup/decl2.C: New test.
1246
1247 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
1248
1249 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
1250 gcc.c-torture/compile/20021015-1.c,
1251 gcc.c-torture/compile/20021015-2.c,
1252 gcc.c-torture/compile/20021123-1.c,
1253 gcc.c-torture/compile/20021123-2.c,
1254 gcc.c-torture/compile/20021123-3.c,
1255 gcc.c-torture/compile/20021123-4.c,
1256 gcc.c-torture/execute/20021024-1.c: Add tests previously added
1257 only to 3.1 or 3.2 branch.
1258
1259 2002-12-23 Mark Mitchell <mark@codesourcery.com>
1260
1261 * gcc.dg/i386-bitfield3.c: New test.
1262
1263 * gcc.dg/i386-bitfield2.c: New test.
1264
1265 2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
1266
1267 * g++.dg/parse/conv_op1.C: New test.
1268
1269 2002-12-21 Josef Zlomek <zlomekj@suse.cz>
1270
1271 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
1272 approved.
1273
1274 2002-12-20 Josef Zlomek <zlomekj@suse.cz>
1275
1276 * gcc.c-torture/compile/20021220-1.c: New test.
1277
1278 2002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
1279
1280 * gcc.dg/i386-fastcall-1.c: New.
1281
1282 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1283
1284 * gcc.c-torture/execute/20021219-1.c: New test.
1285
1286 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1287
1288 * gcc.dg/i386-pic-1.c: New test.
1289
1290 2002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1291
1292 PR c++/8099
1293 * g++.dg/template/friend9.C: New test.
1294
1295 2002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1296
1297 PR c++/3663
1298 * g++.dg/template/access7.C: New test.
1299
1300 2002-12-18 Nick Clifton <nickc@redhat.com>
1301
1302 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
1303 the libstdc++-v3 directory has been found.
1304
1305 2002-12-12 Devang Patel <dpatel@apple.com>
1306 * gcc.dg/darwin-ld-1.c: New test.
1307 * gcc.dg/darwin-ld-2.c: New test.
1308 * gcc.dg/darwin-ld-3.c: New test.
1309 * gcc.dg/darwin-ld-4.c: New test.
1310 * gcc.dg/darwin-ld-5.c: New test.
1311
1312 2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
1313
1314 * gcc.c-torture/compile/20021212-1.c: New test.
1315
1316 2002-12-11 Neil Booth <neil@daikokuya.co.uk>
1317
1318 * gcc.dg/fshort-wchar: New test.
1319
1320 2002-12-10 Mark Mitchell <mark@codesourcery.com>
1321
1322 PR c++/8372
1323 * g++.dg/template/dtor1.C: New test.
1324
1325 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
1326 markers.
1327
1328 2002-12-10 Jakub Jelinek <jakub@redhat.com>
1329
1330 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
1331
1332 2002-12-09 Mark Mitchell <mark@codesourcery.com>
1333
1334 * g++.dg/template/static1.C: New test.
1335 * g++.dg/template/static2.C: New test.
1336 * g++.old-deja/g++.ext/memconst.C: New test.
1337
1338 2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1339
1340 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
1341 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
1342 * g++.dg/special/initp1.C: Likewise.
1343
1344 2002-12-06 Jakub Jelinek <jakub@redhat.com>
1345
1346 * gcc.c-torture/execute/20021204-1.c: New test.
1347
1348 2002-12-04 Geoffrey Keating <geoffk@apple.com>
1349
1350 * gcc.dg/ppc-fmadd-1.c: New file.
1351 * gcc.dg/ppc-fmadd-2.c: New file.
1352 * gcc.dg/ppc-fmadd-3.c: New file.
1353
1354 2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1355
1356 * gcc.c-torture/compile/20021204-1.c: New test.
1357
1358 2002-12-03 Nathan Sidwell <nathan@codesourcery.com>
1359
1360 * g++.dg/inherit/covariant2.C: New test.
1361 * g++.dg/inherit/covariant3.C: New test.
1362 * g++.dg/inherit/covariant4.C: New test.
1363 * g++.dg/inherit/covariant1.C: Remove XFAIL.
1364 * g++.old-deja/g++.robertl/eb17.C: Likewise.
1365
1366 2002-12-03 Mark Mitchell <mark@codesourcery.com>
1367
1368 PR c++/8688
1369 * g++.dg/init/brace3.C: New test.
1370
1371 2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
1372
1373 * gcc.dg/20020210-1.c: Fix a comment typo.
1374
1375 2002-12-02 Mark Mitchell <mark@codesourcery.com>
1376
1377 PR c++/8720
1378 * g++.dg/parse/defarg1.C: New test.
1379
1380 PR c++/8615
1381 * g++.dg/template/char1.C: New test.
1382
1383 * g++.dg/template/varmod1.C: Fix typo.
1384
1385 2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1386
1387 DR 180
1388 * g++.old-deja/g++.pt/crash32.C: Expect error.
1389
1390 2002-12-01 Mark Mitchell <mark@codesourcery.com>
1391
1392 PR c++/5919
1393 * g++.dg/template/varmod1.C: New test.
1394
1395 PR c++/8727
1396 * g++.dg/inherit/typeinfo1.C: New test.
1397
1398 PR c++/8663
1399 * g++.dg/inherit/typedef1.C: New test.
1400
1401 2002-11-30 Mark Mitchell <mark@codesourcery.com>
1402
1403 PR c++/8332
1404 PR c++/8493
1405 * g++.dg/template/strlen1.C: New test.
1406
1407 PR c++/8227
1408 * g++.dg/template/ctor2.C: New test.
1409
1410 PR c++/8214
1411 * g++.dg/init/string1.C: New test.
1412
1413 PR c++/8511
1414 * g++.dg/template/friend8.C: New test.
1415
1416 2002-11-29 Joe Buck <jbuck@synopsys.com>
1417
1418 * g++.dg/lookup/anon2.C: New test.
1419
1420 2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
1421
1422 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
1423 h8300 port.
1424
1425 2002-11-27 Richard Sandiford <rsandifo@redhat.com>
1426
1427 * gcc.dg/bitfld-6.c: New test.
1428
1429 Wed Nov 27 14:37:34 CET 2002 Jan Hubicka <jh@suse.cz>
1430
1431 * gcc.c-torture/execute/20021127.[cx]: New test.
1432
1433 Tue Nov 26 22:09:53 CET 2002 Jan Hubicka <jh@suse.cz>
1434
1435 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
1436 quality.
1437
1438 2002-11-26 Geoffrey Keating <geoffk@apple.com>
1439
1440 * g++.dg/init/brace2.C: New test.
1441 * g++.old-deja/g++.mike/p9129.C: Correct.
1442
1443 2002-11-26 Mark Mitchell <mark@codesourcery.com>
1444
1445 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
1446
1447 2002-11-25 Andreas Bauer <baueran@in.tum.de>
1448
1449 * gcc.dg/sibcall-6: New test for indirect sibcalls.
1450
1451 2002-11-25 Mark Mitchell <mark@codesourcery.com>
1452
1453 * testsuite/g++.dg/abi/empty11.C: New test.
1454 * testsuite/g++.dg/rtti/cv1.C: New test.
1455
1456 2002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
1457
1458 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
1459
1460 2002-11-24 Mark Mitchell <mark@codesourcery.com>
1461
1462 * g++.dg/abi/empty10.C: New test.
1463
1464 2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
1465
1466 * gcc.c-torture/compile/20021124-1.c: New test.
1467
1468 2002-11-22 Mark Mitchell <mark@codesourcery.com>
1469
1470 * g++.dg/abi/rtti2.C: New test.
1471
1472 2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1473
1474 * gcc.dg/i386-unroll-1.c: New test.
1475
1476 2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1477
1478 * gcc.c-torture/compile/20021120-1.c: New test.
1479 * gcc.c-torture/compile/20021120-2.c: New test.
1480
1481 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1482
1483 * gcc.dg/bitfld-5.c: New test.
1484
1485 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1486
1487 * gcc.c-torture/execute/20021120-3.c: New test.
1488
1489 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1490
1491 * gcc.c-torture/execute/20021120-2.c: New test.
1492
1493 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
1494
1495 * gcc.c-torture/execute/20021120-1.c: New test.
1496
1497 2002-11-20 Jakub Jelinek <jakub@redhat.com>
1498
1499 * gcc.c-torture/execute/20021118-3.c: New test.
1500
1501 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1502
1503 * gcc.c-torture/compile/20021119-1.c: New test.
1504
1505 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
1506
1507 * gcc.dg/duff-1.c: New test.
1508 * gcc.dg/duff-2.c: New test.
1509 * gcc.dg/duff-3.c: New test.
1510
1511 2002-11-18 Neil Booth <neil@daikokuya.co.uk>
1512
1513 * gcc.dg/cpp/_Pragma5.c: New test.
1514
1515 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1516
1517 * gcc.c-torture/execute/20021118-2.c: New test.
1518
1519 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
1520
1521 * gcc.c-torture/execute/20021118-1.c: New test.
1522
1523 2002-11-16 Jakub Jelinek <jakub@redhat.com>
1524
1525 * gcc.dg/20021116-1.c: New test.
1526
1527 2002-11-14 Mark Mitchell <mark@codesourcery.com>
1528
1529 * g++.dg/abi/vcall1.C: New test.
1530
1531 2002-11-14 Jakub Jelinek <jakub@redhat.com>
1532
1533 * gcc.dg/20021029-1.c: New test.
1534 * gcc.dg/20021029-2.c: New test.
1535
1536 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
1537
1538 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
1539
1540 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1541
1542 PR c/8439
1543 * gcc.dg/20021110.c: Move to ...
1544 * gcc.c-torture/compile/20021110.c: .... here.
1545
1546 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1547
1548 PR c/8467
1549 * gcc.c-torture/execute/20021111-1.c
1550
1551 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
1552
1553 PR c/8439
1554 * gcc.dg/20021110.c: New test.
1555
1556 2002-11-10 Mark Mitchell <mark@codesourcery.com>
1557
1558 * g++.dg/abi/vthunk3.C: Run only on x86.
1559
1560 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
1561
1562 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
1563
1564 2002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
1565
1566 * lib/compat.exp (compat-execute): Fix logic error in last
1567 change.
1568
1569 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
1570
1571 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
1572
1573 2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1574
1575 PR c++/8389
1576 * g++.dg/template/access6.C: New test.
1577
1578 Fri Nov 8 13:13:53 CET 2002 Jan Hubicka <jh@suse.cz>
1579
1580 * gcc.dg/i386-ssefp-1.c: New test.
1581 * gcc.dg/i386-ssefp-1.c: New test.
1582
1583 Fri Nov 8 10:52:15 CET 2002 Jan Hubicka <jh@suse.cz>
1584
1585 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
1586
1587 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1588
1589 * g++.dg/abi/vthunk3.C: New test.
1590
1591 PR c++/8338
1592 * g++.dg/template/crash2.C: New test.
1593
1594 2002-11-07 Mark Mitchell <mark@codesourcery.com>
1595
1596 * testsuite/g++.dg/abi/dtor1.C: New test.
1597 * testsuite/g++.dg/abi/dtor2.C: Likewise.
1598
1599 2002-11-05 Geoffrey Keating <geoffk@apple.com>
1600
1601 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
1602 Darwin.
1603
1604 2002-11-04 Adam Nemet <anemet@lnxw.com>
1605
1606 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
1607 -mthumb. Only xfail with -O0.
1608
1609 2002-11-03 Mark Mitchell <mark@codesourcery.com>
1610
1611 * g++.dg/abi/thunk1.C: New test.
1612 * g++.dg/abi/thunk2.C: Likewise.
1613 * g++.dg/abi/vtt1.C: Likewise.
1614
1615 2002-11-02 Diego Novillo <dnovillo@redhat.com>
1616
1617 PR optimization/8423
1618 * gcc.c-torture/execute/builtin-constant.c: New test.
1619
1620 2002-11-01 Zack Weinberg <zack@codesourcery.com>
1621
1622 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
1623 Add some more cases.
1624
1625 2002-11-01 Mark Mitchell <mark@codesourcery.com>
1626
1627 PR c++/8391
1628 * g++.dg/opt/local1.C: New test.
1629
1630 2002-10-30 Mark Mitchell <mark@codesourcery.com>
1631
1632 PR c++/8160
1633 * g++.dg/template/complit1.C: New test.
1634
1635 PR c++/8149
1636 * g++.dg/template/typename4.C: Likewise.
1637
1638 2002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1639
1640 Core issue 287, PR c++/7639
1641 * g++.dg/template/instantiate1.C: Adjust error location.
1642 * g++.dg/template/instantiate3.C: New test.
1643 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
1644 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
1645 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
1646
1647 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
1648
1649 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
1650
1651 2002-10-29 Mark Mitchell <mark@codesourcery.com>
1652
1653 PR c++/8287
1654 * g++.dg/init/dtor2.C: New test.
1655
1656 2002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1657
1658 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
1659 * gcc.dg/nest.c: Bypass errors on irix6.
1660
1661 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
1662
1663 * gcc.dg/nest.c: Expect error for mmix-*-*.
1664 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
1665
1666 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
1667
1668 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
1669 markers.
1670
1671 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1672
1673 2002-10-25 Mike Stump <mrs@apple.com>
1674
1675 * gcc.dg/warn-1.c: New test.
1676
1677 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1678
1679 * g++.dg/template/typename3.C: New test.
1680
1681 2002-10-25 Mark Mitchell <mark@codesourcery.com>
1682
1683 * g++.dg/lookup/ptrmem1.C: New test.
1684
1685 * g++.dg/abi/vthunk2.C: New test.
1686
1687 2002-10-25 Zack Weinberg <zack@codesourcery.com>
1688
1689 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
1690
1691 2002-10-24 Mark Mitchell <mark@codesourcery.com>
1692
1693 * g++.dg/abi/empty9.C: New test.
1694
1695 2002-10-24 Richard Henderson <rth@redhat.com>
1696
1697 * g++.dg/inherit/thunk1.C: Enable for ia64.
1698
1699 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1700
1701 PR c++/8067
1702 * g++.dg/lookup/pretty1.C: New test.
1703
1704 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1705
1706 * gcc.dg/20021023-1.c: New test.
1707
1708 2002-10-23 Mark Mitchell <mark@codesourcery.com>
1709
1710 PR c++/7679
1711 * g++.dg/parse/inline1.C: New test.
1712
1713 2002-10-23 Richard Henderson <rth@redhat.com>
1714
1715 * g++.dg/inherit/thunk1.C: Enable for x86_64.
1716
1717 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
1718
1719 2002-10-22 Mark Mitchell <mark@codesourcery.com>
1720
1721 PR c++/6579
1722 * g++.dg/parse/stmtexpr3.C: New test.
1723
1724 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
1725
1726 * g++.dg/expr/cond1.C: New test.
1727
1728 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1729
1730 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
1731
1732 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1733
1734 * g++.dg/abi/vbase13.C: New test.
1735 * g++.dg/abi/vbase14.C: Likewise.
1736
1737 2002-10-21 Jakub Jelinek <jakub@redhat.com>
1738
1739 * gcc.dg/tls/pic-1.c: New test.
1740 * gcc.dg/tls/nonpic-1.c: New test.
1741 * gcc.dg/20021018-1.c: New test.
1742
1743 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1744
1745 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
1746 Remove only files with the same base name as the test case.
1747 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
1748 (profopt-execute): Likewise. Also, remove old profiling
1749 and performance data files before running the tests.
1750
1751 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
1752 * g++.dg/bprob/bprob.exp: Likewise.
1753 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
1754 to allow more general test case names.
1755
1756 * g++.dg/bprob/bprob-1.C: Rename to ...
1757 * g++.dg/bprob/g++-bprob-1.C: ... this.
1758
1759 * g77.dg/bprob/bprob-1.f: Rename to ...
1760 * g77.dg/bprob/g77-bprob-1.f: ... this.
1761
1762 2002-10-21 Zack Weinberg <zack@codesourcery.com>
1763
1764 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
1765 bison 1.50 or later.
1766
1767 2002-10-21 Janis Johnson <janis187@us.ibm.com>
1768
1769 * g++.dg/README: Describe more test directories.
1770
1771 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1772
1773 * g++.dg/init/array6.C: Add additional tests.
1774
1775 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
1776
1777 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
1778 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
1779
1780 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
1781
1782 * gcc.c-torture/compile/20020604-1.x: New.
1783 * gcc.c-torture/compile/simd-5.x: Likewise.
1784 * gcc.c-torture/execute/920710-1.x: Likewise.
1785 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
1786
1787 2002-10-21 Mark Mitchell <mark@codesourcery.com>
1788
1789 * g++.dg/inherit/override1.C: Add dg-options clause.
1790
1791 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1792
1793 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
1794 _mm_slli_si128.
1795
1796 2002-10-19 Andreas Schwab <schwab@suse.de>
1797
1798 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
1799 directory component.
1800
1801 2002-10-18 Mark Mitchell <mark@codesourcery.com>
1802
1803 * g++.dg/inherit/thunk1.C: New test.
1804
1805 * g++.dg/inherit/override1.C: New test.
1806
1807 * g++.dg/abi/mangle11.C: New test.
1808 * g++.dg/abi/mangle14.C: New test.
1809 * g++.dg/abi/mangle17.C: New test.
1810
1811 2002-10-17 Nathan Sidwell <nathan@codesourcery.com>
1812
1813 * g++.dg/overload/member2.C: New test.
1814
1815 2002-10-17 Janis Johnson <janis187@us.ibm.com>
1816
1817 * g++.dg/README: Describe new compat directory.
1818 * g++.dg/dg.exp: Skip tests in compat directory.
1819 * README.compat: New file.
1820 * lib/compat.exp: New expect script.
1821 * g++.dg/compat: New test directory.
1822 * g++.dg/compat/compat.exp: New expect script.
1823 * g++.dg/compat/abi: New test directory.
1824 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
1825 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
1826 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
1827 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
1828 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
1829 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
1830 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
1831 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
1832 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
1833 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
1834 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
1835 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
1836 * g++.dg/compat/break: New test directory.
1837 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
1838 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
1839 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
1840 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
1841 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
1842 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
1843 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
1844 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
1845 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
1846 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
1847 g++.dg/compat/break/README: New files.
1848 * g++.dg/compat/eh: New test directory.
1849 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
1850 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
1851 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
1852 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
1853 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
1854 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
1855 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
1856 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
1857 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
1858 g++.dg/compat/eh/filter2_y.C,
1859 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
1860 g++.dg/compat/eh/new1_y.C,
1861 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
1862 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
1863 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
1864 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
1865 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
1866 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
1867 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
1868 g++.dg/compat/eh/unexpected1_y.C: New files.
1869 * g++.dg/compat/init: New test directory.
1870 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
1871 g++.dg/compat/init/array5_y.C,
1872 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
1873 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
1874 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
1875 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
1876 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
1877 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
1878 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
1879 g++.dg/compat/init/init-ref2_y.C: New files.
1880
1881 2002-10-17 Mark Mitchell <mark@codesourcery.com>
1882
1883 PR c++/7584
1884 * g++.dg/inherit/using3.C: New test.
1885
1886 Thu Oct 17 19:12:58 CEST 2002 Jan Hubicka <jh@suse.cz>
1887
1888 * gcc.dg/20021017-2.c: New test.
1889
1890 2002-10-17 Mark Mitchell <mark@codesourcery.com>
1891
1892 * g++.dg/abi/mangle16.C: Adjust.
1893
1894 * g++.dg/init/array8.C: New test.
1895
1896 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
1897
1898 * gcc.dg/special/mips-abi.exp: New test.
1899 * gcc.dg/special/mips-abi.s: Empty file used by the above.
1900
1901 2002-10-16 Mark Mitchell <mark@codesourcery.com>
1902
1903 * g++.dg/abi/mangle16.C: New test.
1904 * g++.dg/abi/mangle17.C: Likewise.
1905
1906 PR c++/7478
1907 * g++.dg/template/ref1.C: New test.
1908
1909 2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1910
1911 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
1912
1913 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
1914
1915 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
1916
1917 2002-10-16 Mark Mitchell <mark@codesourcery.com>
1918
1919 PR c++/7524
1920 * g++.dg/init/array7.C: New test.
1921
1922 2002-10-15 Mark Mitchell <mark@codesourcery.com>
1923
1924 * g++.dg/init/array6.C: New test.
1925
1926 * g++.dg/abi/mangle13.C: Likewise.
1927 * g++.dg/abi/mangle14.C: Likewise.
1928 * g++.dg/abi/mangle15.C: Likewise.
1929
1930 2002-10-14 Mark Mitchell <mark@codesourcery.com>
1931
1932 * g++.dg/abi/empty8.C: New test.
1933
1934 2002-10-15 Nathan Sidwell <nathan@codesourcery.com>
1935
1936 * g++.dg/init/ctor1.C: New test.
1937
1938 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
1939
1940 * gcc.c-torture/execute/20021015-1.c: New test.
1941
1942 Tue Oct 15 14:22:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
1943
1944 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
1945
1946 Mon Oct 14 20:37:51 CEST 2002 Jan Hubicka <jh@suse.cz>
1947
1948 * gcc.dg/i386-ssetype-[1-5].c: New tests.
1949
1950 2002-10-14 Richard Henderson <rth@redhat.com>
1951
1952 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
1953
1954 2002-10-14 Mark Mitchell <mark@codesourcery.com>
1955
1956 PR optimization/6631
1957 * g++.dg/opt/const2.C: New test.
1958
1959 2002-10-14 Mark Mitchell <mark@codesourcery.com>
1960
1961 PR c++/7176
1962 * g++.dg/parse/friend1.C: New test.
1963 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
1964
1965 2002-10-14 Jakub Jelinek <jakub@redhat.com>
1966
1967 * gcc.dg/20021014-1.c: New test.
1968
1969 2002-10-11 Mark Mitchell <mark@codesourcery.com>
1970
1971 PR c++/5661
1972 * g++.dg/ext/vlm1.C: New test.
1973 * g++.dg/ext/vlm2.C: Likewise.
1974
1975 * g++.dg/init/array1.C: Remove invalid braces.
1976 * g++.dg/init/brace1.C: New test.
1977 * g++.dg/init/copy2.C: Likewise.
1978 * g++.dg/init/copy3.C: Likewise.
1979 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
1980 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
1981 braces.
1982
1983 2002-10-11 Neil Booth <neil@daikokuya.co.uk>
1984
1985 * gcc.dg/cpp/assembler.S: Don't use -ansi.
1986
1987 Fri Oct 11 10:56:49 2002 Richard Shann <richard.shann@superh.com>
1988
1989 * gcc.c-torture/compile/simd-5.c: New test.
1990
1991 2002-10-10 Roger Sayle <roger@eyesopen.com>
1992
1993 * gcc.c-torture/execute/shiftopt-1.c: New test case.
1994
1995 2002-10-10 Jim Wilson <wilson@redhat.com>
1996
1997 * gcc.c-torture/execute/20021010-1.c: New test.
1998
1999 2002-10-09 Zack Weinberg <zack@codesourcery.com>
2000
2001 PR c/7353
2002 * g++.dg/ext/typedef-init.C: New test.
2003 * gcc.dg/typedef-init.c: New test.
2004
2005 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
2006
2007 * gcc.dg/cpp/paste13.c: New test.
2008
2009 2002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2010
2011 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
2012 remaining platforms, XFAIL during compile, not execute. Don't
2013 XFAIL at -O0.
2014
2015 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
2016
2017 * gcc.dg/alias-1.c: Tweak expected warning.
2018
2019 2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
2020
2021 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
2022
2023 2002-10-06 Andreas Jaeger <aj@suse.de>
2024
2025 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
2026 * gcc.dg/cpp/c++98.C: Likewise.
2027
2028 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
2029 * g++.dg/cpp/c++98.C: Likewise.
2030
2031 * g++.dg/README (Subdirectories): Mention cpp directory.
2032
2033 PR target/7559
2034 * gcc.dg/20021006-1.c: New test.
2035
2036 2002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2037
2038 PR c++/7804
2039 * g++.dg/other/warning1.C: New test.
2040
2041 2002-10-04 Roger Sayle <roger@eyesopen.com>
2042
2043 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
2044 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
2045 and sparc-*-* with -m64 as expected failures. See PR 8087.
2046
2047 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2048
2049 PR c++/7931
2050 * g++.dg/template/ptrmem3.C: New test.
2051
2052 PR c++/7754
2053 * g++.dg/template/union1.C: New test.
2054
2055 2002-10-03 Mark Mitchell <mark@codesourcery.com>
2056
2057 PR c++/8006
2058 * g++.dg/abi/mangle9.C: New test.
2059 * g++.dg/abi/mangle10.C: New test.
2060 * g++.dg/abi/mangle11.C: New test.
2061 * g++.dg/abi/mangle12.C: New test.
2062
2063 2002-10-02 Mark Mitchell <mark@codesourcery.com>
2064
2065 PR c++/7188.
2066 * g++.dg/template/meminit1.C: New test.
2067 * g++.dg/warn/Wreorder-1.C: Likewise.
2068 * g++.old-deja/g++.mike/warn3.C: Tweak.
2069 * lib/prune.exp: Ingore "in copy constructor".
2070
2071 2002-10-02 Andreas Jaeger <aj@suse.de>
2072
2073 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
2074 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
2075 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
2076 on x86-64.
2077
2078 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2079
2080 * gcc.dg/empty1.C: Fix typo.
2081
2082 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
2083
2084 * gcc.dg/alias-1.c: New test.
2085
2086 2002-10-01 Mark Mitchell <mark@codesourcery.com>
2087
2088 * gcc.dg/empty1.C: New test.
2089
2090 * g++.dg/tls/init-2.C: Tweak error messages.
2091
2092 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
2093
2094 * gcc.c-torture/compile/20020923-1.c: New test.
2095
2096 2002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
2097
2098 * gcc.c-torture/execute/ffs-1.c: New test.
2099 * gcc.c-torture/execute/ffs-2.c: Ditto.
2100
2101 2002-09-30 Nathan Sidwell <nathan@codesourcery.com>
2102
2103 * g++.dg/overload/member1.C: New test.
2104
2105 2002-09-30 Mark Mitchell <mark@codesourcery.com>
2106
2107 * g++.dg/abi/empty7.C: New test.
2108 * g++.dg/init/pm2.C: Likewise.
2109
2110 2002-09-29 Nathan Sidwell <nathan@codesourcery.com>
2111
2112 * g++.dg/rtti/crash1.C: New test.
2113
2114 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
2115
2116 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
2117 gcc.dg/sibcall-4.c: New tests.
2118
2119 2002-09-28 Roger Sayle <roger@eyesopen.com>
2120
2121 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
2122 powerpc and MMIX targets.
2123
2124 2002-09-27 Zack Weinberg <zack@codesourcery.com>
2125
2126 * gcc.dg/cpp/20020927-1.c: New.
2127
2128 2002-09-26 David S. Miller <davem@redhat.com>
2129
2130 * gcc.c-torture/compile/trunctfdf.c: New.
2131
2132 2002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2133
2134 * lib/target-supports.exp (check_weak_available): Handle solaris2.
2135
2136 2002-09-27 Alan Modra <amodra@bigpond.net.au>
2137
2138 * gcc.c-torture/execute/loop-15.c: New.
2139
2140 2002-09-26 Janis Johnson <janis187@us.ibm.com>
2141
2142 * README.QMTEST: Fix typo.
2143
2144 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
2145
2146 * gcc.dg/20020926-1.c: New test.
2147
2148 2002-09-25 David S. Miller <davem@redhat.com>
2149
2150 PR target/7842
2151 * gcc.c-torture/execute/shiftdi.c: New test.
2152
2153 2002-09-26 Richard Earnshaw <rearnsha@arm.com>
2154
2155 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
2156 unique to the tool.
2157 * lib/g77.exp (g77_init): Likewise.
2158 * lib/g++.exp (g++_init): Likewise.
2159 * lib/objc.exp (objc_init): Likewise.
2160
2161 2002-09-25 Mark Mitchell <mark@codesourcery.com>
2162
2163 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
2164 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
2165 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
2166
2167 2002-09-25 Richard Henderson <rth@redhat.com>
2168
2169 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
2170 too-small long double.
2171
2172 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
2173
2174 * gcc.dg/20020919-1.c: New test.
2175
2176 2002-09-23 Mark Mitchell <mark@codesourcery.com>
2177
2178 * g++.dg/abi/bitfield6.C: New test.
2179 * g++.dg/abi/bitfield7.C: New test.
2180 * g++.dg/abi/bitfield8.C: New test.
2181 * g++.dg/abi/vbase11.C: New test.
2182
2183 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
2184
2185 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
2186 hppa*-*-hpux*. Update test comment.
2187
2188 2002-09-20 Jakub Jelinek <jakub@redhat.com>
2189
2190 * gcc.dg/tls/struct-1.c: New test.
2191
2192 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
2193
2194 * gcc.dg/cpp/tr-warn2.c: Update.
2195
2196 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2197
2198 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
2199
2200 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
2201
2202 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
2203 systems.
2204
2205 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
2206
2207 * gcc.c-torture/execute/ieee/mzero3.c: New test.
2208
2209 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2210 Adjust for c++filt moved to binutils. Remove spurious duplicate
2211 setting of cxxfilt.
2212
2213 2002-09-19 Geoffrey Keating <geoffk@apple.com>
2214
2215 * gcc.dg/20020312-2.c: Update for darwin.
2216
2217 2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
2218
2219 * g++.old-deja/g++.other/crash32.C: Mark ICE.
2220
2221 Tue Sep 17 13:59:45 2002 Nicola Pero <n.pero@mi.flashnet.it>
2222
2223 * objc.dg/comp-types-1.m: New test.
2224 * objc.dg/comp-types-2.m: New test.
2225 * objc.dg/comp-types-3.m: New test.
2226 * objc.dg/comp-types-4.m: New test.
2227 * objc.dg/comp-types-5.m: New test.
2228 * objc.dg/comp-types-6.m: New test.
2229
2230 2002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
2231
2232 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
2233
2234 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2235
2236 * g++.dg/other/do1.C: New test.
2237
2238 * g++.dg/template/subst1.C: New test.
2239
2240 2002-09-16 Steve Ellcey <sje@cup.hp.com>
2241
2242 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
2243
2244 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
2245
2246 * g++.dg/template/qualttp20.C: Adjust expected errors.
2247 * g++.old-deja/g++.jason/report.C: Likewise.
2248 * g++.old-deja/g++.other/qual1.C: Likewise.
2249
2250 * g++.dg/lookup/scoped2.C: New test.
2251
2252 * g++.dg/ext/asm3.C: New test.
2253
2254 2002-09-16 Richard Earnshaw <rearnsha@arm.com>
2255
2256 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
2257
2258 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
2259
2260 * ChangeLog: follow spelling conventions.
2261 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
2262 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
2263 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
2264 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
2265 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
2266 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
2267 * g++.old-deja/g++.law/global-init1.C: Likewise.
2268 * g++.old-deja/g++.other/delete4.C: Likewise.
2269 * g++.old-deja/g++.other/inline21.C: Likewise.
2270 * g++.old-deja/g++.other/singleton.C: Likewise.
2271 * g77.dg/strlen0.f: Likewise.
2272 * g77.f-torture/compile/20010519-1.f: Likewise.
2273 * g77.f-torture/compile/980310-4.f: Likewise.
2274 * gcc.c-torture/compile/20000605-1.c: Likewise.
2275 * gcc.c-torture/execute/20020225-1.c: Likewise.
2276 * gcc.dg/c90-hexfloat-2.c: Likewise.
2277 * gcc.dg/c99-bool-1.c: Likewise.
2278 * gcc.dg/c99-hexfloat-2.c: Likewise.
2279 * gcc.dg/dll-2.c: Likewise.
2280 * gcc.dg/wtr-union-init-1.c: Likewise.
2281 * gcc.dg/wtr-union-init-2.c: Likewise.
2282 * gcc.dg/wtr-union-init-3.c: Likewise.
2283 * gcc.dg/cpp/avoidpaste1.c: Likewise.
2284 * gcc.dg/cpp/defined.c: Likewise.
2285 * gcc.dg/cpp/macsyntx.c: Likewise.
2286 * gcc.dg/cpp/paste2.c: Likewise.
2287 * gcc.dg/cpp/trad/defined.c: Likewise.
2288 * gcc.dg/format/c90-printf-1.c: Likewise.
2289 * gcc.dg/format/c90-scanf-1.c: Likewise.
2290 * gcc.dg/format/c99-printf-1.c: Likewise.
2291 * gcc.dg/format/c99-scanf-1.c: Likewise.
2292 * gcc.misc-tests/gcov-8.c: Likewise.
2293 * lib/profopt.exp: Likewise.
2294
2295 2002-09-15 Krister Walfridsson <cato@df.lth.se>
2296
2297 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
2298
2299 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2300
2301 * g++.dg/inherit/using2.C: New test.
2302
2303 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
2304
2305 * ChangeLog: Follow spelling conventions.
2306 * g++.dg/template/friend4.C: Likewise.
2307 * g++.old-deja/g++.pt/crash67.C: Likewise.
2308 * gcc.c-torture/execute/20000801-4.c: Likewise.
2309 * gcc.dg/c90-digraph-1.c: Likewise.
2310 * gcc.dg/c94-digraph-1.c: Likewise.
2311 * gcc.dg/c99-digraph-1.c: Likewise.
2312 * gcc.dg/cpp/line5.c: Likewise.
2313 * gcc.dg/cpp/multiline.c: Likewise.
2314 * gcc.dg/cpp/trad/literals-1.c: Likewise.
2315 * gcc.dg/format/attr-3.c: Likewise.
2316 * gcc.dg/format/c90-scanf-3.c: Likewise.
2317 * gcc.dg/format/ext-4.c: Likewise.
2318
2319 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
2320
2321 * g++.dg/template/pretty1.C: New test.
2322
2323 2002-09-14 Alan Modra <amodra@bigpond.net.au>
2324
2325 * gcc.c-torture/execute/struct-cpy-1.c: New test.
2326
2327 2002-09-13 Matt Austern <austern@apple.com>
2328
2329 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
2330 passing a cast expression to a function by const reference.
2331
2332 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
2333
2334 * g++.dg/template/deduce1.C: New test.
2335
2336 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
2337
2338 * gcc.c-torture/execute/simd-1.c: Force all use of int to
2339 32-bit int.
2340
2341 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
2342
2343 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
2344 usage.
2345
2346 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
2347
2348 * gcc.c-torture/compile/20020910-1.c: New test.
2349
2350 2002-09-10 Frank Ch. Eigler <fche@redhat.com>
2351
2352 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
2353
2354 2002-09-10 Andreas Jaeger <aj@suse.de>
2355
2356 * gcc.dg/20020312-2.c: Adjust for x86-64.
2357
2358 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
2359
2360 * g77.dg/7388.f: New test case for PR 7388.
2361
2362 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
2363
2364 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
2365
2366 2002-09-05 Ziemowit Laski <zlaski@apple.com>
2367
2368 * objc.dg/proto-lossage-1.m: New test.
2369
2370 2002-09-06 Neil Booth <neil@daikokuya.co.uk>
2371
2372 * gcc.dg/cpp/_Pragma4.c: Fix typo.
2373
2374 Fri Sep 6 16:39:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
2375
2376 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
2377 expected to pass.
2378
2379 2002-09-06 Stan Shebs <shebs@apple.com>
2380 David Edelsohn <edelsohn@gnu.org>
2381
2382 * gcc.dg/weak: New directory.
2383 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
2384 target-specific xfail bits.
2385 * gcc.dg/typeof-2.c: Move to new directory.
2386 * gcc.dg/weak.exp: New expect script.
2387
2388 2002-09-06 Alan Modra <amodra@bigpond.net.au>
2389
2390 * gcc.c-torture/execute/extzvsi.c: New test.
2391
2392 2002-09-05 Stan Shebs <shebs@apple.com>
2393
2394 * gcc.dg/weak-1.c: xfail on Darwin.
2395 * gcc.dg/weak-2.c: Ditto.
2396 * gcc.dg/weak-3.c: Ditto.
2397 * gcc.dg/weak-4.c: Ditto.
2398 * gcc.dg/weak-5.c: Ditto.
2399 * gcc.dg/weak-6.c: Ditto.
2400 * gcc.dg/weak-7.c: Ditto.
2401 * gcc.dg/weak-8.c: Ditto.
2402 * gcc.dg/weak-9.c: Ditto.
2403
2404 Thu Sep 5 00:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
2405
2406 * gcc.c-torture/execute/loop-14.c: New test.
2407
2408 2002-09-04 Jakub Jelinek <jakub@redhat.com>
2409
2410 * g++.dg/other/cxa-atexit1.C: New test.
2411
2412 * gcc.dg/typeof-2.c: New test.
2413
2414 2002-09-03 Roger Sayle <roger@eyesopen.com>
2415
2416 * gcc.dg/builtins-2.c: New testcase.
2417 * gcc.dg/builtins-3.c: New testcase.
2418
2419 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
2420
2421 * gcc.dg/cpp/_Pragma4.c: New test.
2422
2423 Tue Sep 3 11:04:26 2002 Nicola Pero <n.pero@mi.flashnet.it>
2424
2425 * objc/execute/nil_method-1.m: New testcase.
2426
2427 Sun Sep 1 12:47:39 2002 Nicola Pero <n.pero@mi.flashnet.it>
2428
2429 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
2430 [Object class], not [Object initialize].
2431
2432 2002-08-31 Roger Sayle <roger@eyesopen.com>
2433 Hans-Peter Nilsson <hp@bitrange.com>
2434
2435 * gcc.c-torture/execute/20020720-1.x: Skip test on
2436 mmix-knuth-mmixware. Correct comment.
2437
2438 2002-08-27 Mark Mitchell <mark@codesourcery.com>
2439
2440 * testsuite/g++.dg/abi/bitfield5.C: New test.
2441 * testsuite/g++.dg/abi/vbase10.C: Likewise.
2442
2443 Tue Aug 27 22:23:22 2002 Nicola Pero <n.pero@mi.flashnet.it>
2444
2445 * objc.dg/undeclared-selector.m: New test.
2446
2447 2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
2448
2449 * g++.dg/other/offsetof1.C: Avoid cast warning.
2450
2451 2002-08-26 Ziemowit Laski <zlaski@apple.com>
2452
2453 * objc.dg/super-class-2.m: New test.
2454
2455 2002-08-24 Matt Austern <austern@apple.com>
2456
2457 * g++.dg/ext/lvaddr.C: New test.
2458 * g++.dg/ext/lvcast.C: New test.
2459
2460 2002-08-22 Mark Mitchell <mark@codesourcery.com>
2461
2462 * testsuite/g++.dg/inherit/cond1.C: New test.
2463
2464 2002-08-22 Geoffrey Keating <geoffk@redhat.com>
2465
2466 * gcc.dg/noncompile/incomplete-1.c: New test.
2467
2468 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
2469
2470 * gcc.dg/typespec-1.c: New test.
2471
2472 2002-08-20 Devang Patel <dpatel@apple.com>
2473 * objc.dg/proto-hier-2.m: New test.
2474
2475 2002-08-19 Ziemowit Laski <zlaski@apple.com>
2476
2477 * objc.dg/bitfield-1.m: New test.
2478 * objc.dg/bitfield-2.m: New test.
2479
2480 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
2481
2482 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
2483 gcc.dg/c99-flex-array-4.c: New tests.
2484
2485 2002-08-16 Stan Shebs <shebs@apple.com>
2486
2487 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
2488
2489 2002-08-15 Jakub Jelinek <jakub@redhat.com>
2490
2491 * gcc.dg/typeof-1.c: New test.
2492 * g++.dg/ext/typeof2.C: New test.
2493
2494 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
2495
2496 * g++.dg/other/offsetof1.C: New test.
2497
2498 2002-08-14 Richard Henderson <rth@redhat.com>
2499
2500 * gcc.dg/tls/diag-3.c: Fix expected message strings.
2501
2502 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
2503
2504 * gcc.dg/cpp/_Pragma3.c: New test.
2505
2506 2002-08-13 Mark Mitchell <mark@codesourcery.com>
2507
2508 * g++.dg/template/inherit3: New test.
2509
2510 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
2511
2512 * gcc.dg/bitfld-4.c: Add blank options.
2513
2514 2002-08-09 Mark Mitchell <mark@codesourcery.com>
2515
2516 * g++.dg/template/crash1.C: New test.
2517
2518 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2519
2520 * gcc.dg/tls/opt-2.c: New test.
2521
2522 2002-08-08 Devang Patel <dpatel@apple.com>
2523
2524 * objc.dg/selector-1.m : New test
2525
2526 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2527
2528 * g++.dg/abi/bitfield4.C: New test.
2529 * gcc.dg/bitfld-4.c: New test.
2530
2531 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
2532
2533 * g++.dg/other/packed1.C: New test.
2534
2535 2002-08-07 Mark Mitchell <mark@codesourcery.com>
2536
2537 * g++.dg/abi/offsetof.C: Tweak error messages.
2538 * g++.old-deja/g++.mike/p10769a.C: Likewise.
2539
2540 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2541
2542 * gcc.dg/bitfld-3.c: New test.
2543
2544 2002-08-07 Jakub Jelinek <jakub@redhat.com>
2545 Richard Henderson <rth@redhat.com>
2546
2547 * gcc.dg/i386-bitfield1.c: New test.
2548 * g++.dg/abi/bitfield3.C: Update.
2549
2550 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
2551
2552 * objc.dg/const-str-2.m: Update.
2553 * gcc.dg/cpp/c++98.c: Change to C extension.
2554 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
2555 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
2556
2557 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
2558
2559 * testsuite/gcc.dg/tls/diag-3.c: New.
2560
2561 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
2562
2563 * g++.dg/README (Subdirectories): Document new subdir expr.
2564 * g++.dg/expr/pmf-1.C: New test.
2565
2566 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
2567
2568 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
2569
2570 2002-08-06 Jakub Jelinek <jakub@redhat.com>
2571
2572 * g++.dg/abi/bitfield3.C: New test.
2573
2574 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
2575
2576 * lib/gcov.exp: Tweak expected line formats.
2577 * gcc.misc-tests/gcov8.c: New test.
2578 * gcc.misc-tests/gcov8.x: New flags.
2579
2580 2002-08-05 Jakub Jelinek <jakub@redhat.com>
2581
2582 * consistency.vlad/layout/endian.c: Include string.h.
2583
2584 * gcc.c-torture/execute/20020805-1.c: New test.
2585
2586 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
2587
2588 * g++.dg/other/conversion1.C: New test.
2589
2590 2002-08-03 Roger Sayle <roger@eyesopen.com>
2591
2592 * gcc.dg/builtins-1.c: New testcase.
2593
2594 2002-08-02 Mark Mitchell <mark@codesourcery.com>
2595
2596 * g++.dg/inherit/access3.C: New test.
2597
2598 2002-08-01 Jakub Jelinek <jakub@redhat.com>
2599
2600 * gcc.dg/ia64-visibility-2.c: New test.
2601
2602 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
2603
2604 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
2605 __qualifier_flags to __flags.
2606
2607 2002-07-31 Mark Mitchell <mark@codesourcery.com>
2608
2609 * g++.dg/inherit/operator1.C: New test.
2610 * g++.dg/lookup/disamb1.C: Fix typo in comment.
2611 * g++.dg/other/error1.C: Change expected error message.
2612 * g++.dg/template/conv4.C: Likewise.
2613
2614 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
2615
2616 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
2617 for documented behavior.
2618
2619 2002-07-25 Roger Sayle <roger@eyesopen.com>
2620
2621 * gcc.c-torture/execute/20020720-1.x: Skip this test on
2622 several targets known to fail.
2623
2624 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
2625
2626 * gcc.dg/mips-args-[123].c: New tests.
2627
2628 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
2629
2630 * gcc.dg/ppc-spe.c: New.
2631
2632 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
2633
2634 * g++.dg/other/ptrmem4.C: New testcase.
2635
2636 2002-07-24 Richard Henderson <rth@redhat.com>
2637
2638 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2639
2640 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
2641
2642 * g++.dg/ext/alignof1.C (main): Return 0 for success.
2643
2644 2002-07-24 Roger Sayle <roger@eyesopen.com>
2645
2646 * gcc.c-torture/execute/memset-3.c: New testcase.
2647
2648 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
2649
2650 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
2651 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
2652
2653 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2654
2655 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
2656 Delete.
2657
2658 Tue Jul 23 21:02:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
2659
2660 * gcc.c-torture/compile/simd-4.c: New test.
2661
2662 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2663
2664 PR c++/7347, c++/7348
2665 * g++.dg/template/access4.C: New test.
2666 * g++.dg/template/access5.C: New test.
2667 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
2668 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
2669 * g++.old-deja/g++.pt/ttp58.C: Likewise.
2670 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
2671
2672 2002-07-22 Jakub Jelinek <jakub@redhat.com>
2673
2674 * gcc.dg/gnu89-init-2.c: New test.
2675
2676 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2677
2678 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
2679
2680 2002-07-20 Roger Sayle <roger@eyesopen.com>
2681
2682 * gcc.c-torture/execute/20020720-1.c: New testcase.
2683
2684 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
2685
2686 * gcc.dg/cpp/Wsignprom.c: New tests.
2687
2688 2002-07-20 Alan Modra <amodra@bigpond.net.au>
2689
2690 * gcc.c-torture/execute/loop-13.c: New test.
2691
2692 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
2693
2694 * gcc.dg/cpp/expr.c: New tests.
2695
2696 2002 07-18 David Edelsohn <edelsohn@gnu.org>
2697
2698 * g++.dg/opt/pr6713.C: Add template instantiation.
2699
2700 2002-07-18 Alan Modra <amodra@bigpond.net.au>
2701
2702 * gcc.dg/nest.c: New test.
2703
2704 2002-07-17 Richard Henderson <rth@redhat.com>
2705
2706 * g++.dg/opt/pr6713.C: New test.
2707
2708 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
2709
2710 * gcc.c-torture/execute/loop-2e.x: Let the testcase
2711 XFAIL for all x86 processors.
2712
2713 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2714
2715 * gcc.c-torture/execute/20010122-1.x: Do not test with
2716 -fomit-frame-pointer.
2717
2718 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2719
2720 * g++.dg/template/instantiate2.C: New test.
2721 * g++.dg/template/spec4.C: New test.
2722
2723 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2724
2725 * g++.dg/template/access2.C: New test.
2726 * g++.dg/template/access3.C: New test.
2727
2728 2002-07-15 Zack Weinberg <zack@codesourcery.com>
2729
2730 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
2731 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
2732 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
2733 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
2734 Convert to use <stdarg.h>.
2735 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
2736 Delete.
2737 * gcc.dg/va-arg-2.c: New.
2738 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
2739
2740 2002-07-15 Jakub Jelinek <jakub@redhat.com>
2741
2742 * gcc.c-torture/compile/20020710-1.c: New test.
2743
2744 Thu Jul 11 15:39:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
2745 Andrew Pinski <pinskia@physics.uc.edu>
2746
2747 gcc.c-torture/compile/simd-2.c: New testcase.
2748 gcc.c-torture/compile/simd-3.c: Likewise.
2749
2750 2002-07-11 Mark Mitchell <mark@codesourcery.com>
2751
2752 PR c++/7224
2753 * g++.dg/overload/error1.C: New test.
2754
2755 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2756
2757 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
2758 configuration and IRIX 6 O32 ABI.
2759
2760 2002-07-11 Roger Sayle <roger@eyesopen.com>
2761
2762 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
2763
2764 2002-07-10 Roger Sayle <roger@eyesopen.com>
2765
2766 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
2767
2768 2002-07-10 Jeffrey A Law <law@redhat.com>
2769
2770 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
2771
2772 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
2773
2774 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
2775
2776 * gcc.dg/20020312-2.c: Check for __PPC__.
2777
2778 2002-07-09 Diego Novillo <dnovillo@redhat.com>
2779
2780 * gcc.c-torture/compile/20020709-1.c: New test.
2781
2782 2002-07-07 Roger Sayle <roger@eyesopen.com>
2783
2784 * g++.dg/template/qualttp21.C: New test case.
2785
2786 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
2787
2788 * gcc.c-torture/compile/20020706-1.c: New test.
2789 * gcc.c-torture/compile/20020706-2.c: New test.
2790
2791 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
2792 Alexandre Oliva <aoliva@redhat.com>
2793
2794 * g++.dg/warn/incomplete1.C: New test.
2795
2796 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2797
2798 PR c++/7099
2799 * g++.dg/warn/noreturn1.C: New test.
2800
2801 2002-07-03 Mark Mitchell <mark@codesourcery.com>
2802
2803 PR c++/6706
2804 * g++.dg/debug/debug6.C: New test.
2805 * g++.dg/debug/debug7.C: New test.
2806
2807 Thu Jul 4 07:36:48 2002 J"orn Rennecke <joern.rennecke@superh.com>
2808
2809 * gcc.c-torture/compile/simd-3.c: New test.
2810
2811 2002-07-03 Chris Demetriou <cgd@broadcom.com>
2812
2813 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
2814 * gcc.dg/20020620-1.c: Likewise.
2815
2816 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2817
2818 PR c++/6944
2819 * g++.dg/init/array4.C: New test.
2820 * g++.dg/init/array5.C: New test.
2821
2822 Wed Jul 3 10:25:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
2823
2824 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
2825 * gcc.c-torture/execute/simd-2.c (main): Likewise.
2826
2827 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2828
2829 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
2830 * gcc.dg/wtr-aggr-init-1.c: Likewise.
2831 * gcc.dg/wtr-conversion-1.c: Likewise.
2832 * gcc.dg/wtr-escape-1.c: Likewise.
2833 * gcc.dg/wtr-int-type-1.c: Likewise.
2834 * gcc.dg/wtr-label-1.c: Likewise.
2835 * gcc.dg/wtr-static-1.c: Likewise.
2836 * gcc.dg/wtr-strcat-1.c: Likewise.
2837 * gcc.dg/wtr-suffix-1.c: Likewise.
2838 * gcc.dg/wtr-switch-1.c: Likewise.
2839 * gcc.dg/wtr-unary-plus-1.c: Likewise.
2840 * gcc.dg/wtr-union-init-1.c: Likewise.
2841 * gcc.dg/wtr-union-init-2.c: Likewise.
2842 * gcc.dg/wtr-union-init-3.c: Likewise.
2843
2844 * gcc.dg/wtr-func-def-1.c: New test.
2845
2846 2002-07-02 Devang Patel <dpatel@apple.com>
2847
2848 * objc.dg/param-1.m: New test.
2849
2850 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
2851
2852 * gcc.dg/cpp/trad/directive.c: Add test.
2853 * gcc.dg/cpp/trad/macroargs.c: Add test.
2854 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
2855
2856 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
2857
2858 * gcc.dg/cpp/cmdlne-M.c: New test.
2859
2860 2002-07-02 Ziemowit Laski <zlaski@apple.com>
2861
2862 * objc.dg/desig-init-1.m: New test.
2863
2864 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2865
2866 PR c++/6716
2867 * g++.dg/template/instantiate1.C: New test.
2868
2869 2002-07-01 Mark Mitchell <mark@codesourcery.com>
2870
2871 PR c++/7112
2872 * g++.dg/template/sizeof2.C: New test.
2873
2874 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
2875
2876 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
2877 gcc.dg/cpp/trad/include.c: New tests.
2878
2879 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
2880
2881 PR target/7177
2882 * gcc.c-torture/compile/20020701-1.c: New test.
2883
2884 2002-07-01 Stan Shebs <shebs@apple.com>
2885
2886 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
2887 header here...
2888 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
2889 (objc-torture-execute): or here.
2890
2891 Mon Jul 1 12:51:05 2002 J"orn Rennecke <joern.rennecke@superh.com>
2892
2893 * gcc.c-torture/execute/arith-rand-ll.c: New test.
2894
2895 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
2896
2897 * gcc.dg/cpp/trad/escaped-nl.c: New test.
2898
2899 2002-06-30 Devang Patel <dpatel@apple.com>
2900
2901 * objc.dg/fsyntax-only.m: New test.
2902
2903 2002-06-27 Mark Mitchell <mark@codesourcery.com>
2904
2905 PR c++/6695
2906 * g++.dg/template/friend7.C: New file.
2907
2908 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
2909
2910 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
2911 return type.
2912
2913 Thu Jun 27 15:23:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
2914
2915 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
2916 avoid division by zero.
2917
2918 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
2919
2920 * gcc.dg/Wunknownprag.c: New tests.
2921
2922 Tue Jun 25 21:50:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
2923
2924 * gcc.c-torture/execute/simd-2.c: New test.
2925
2926 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
2927
2928 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
2929 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
2930 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
2931 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
2932 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
2933 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
2934 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
2935 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
2936 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
2937 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
2938 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
2939 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
2940 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
2941 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
2942 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
2943 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
2944 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
2945
2946 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
2947
2948 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
2949 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
2950 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
2951 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
2952 New tests.
2953 * gcc.dg/cpp/trad/directive.c: Update.
2954
2955 2002-06-23 Andreas Jaeger <aj@suse.de>
2956
2957 * gcc.c-torture/execute/complex-6.c: New.
2958
2959 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
2960
2961 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
2962 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
2963 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
2964 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
2965
2966 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
2967
2968 * gcc.dg/cpp/trad: New directory with traditional tests copied
2969 from parent directory.
2970 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
2971 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
2972 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
2973 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
2974 Move to trad/ and rename.
2975 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
2976 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
2977 gcc.dg/cpp/trad/redef2.c: New tests.
2978 * gcc.dg/cpp/trad/trad.exp: New driver.
2979
2980 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
2981
2982 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
2983 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
2984 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
2985 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
2986 Remove.
2987
2988 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
2989
2990 * gcc.dg/20020620-1.c: New test.
2991
2992 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2993
2994 * g++.dg/template/ttp4.C: New test.
2995
2996 2002-06-19 Jakub Jelinek <jakub@redhat.com>
2997
2998 * g++.dg/opt/vt1.C: Fix regexp.
2999
3000 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3001
3002 * gcc.c-torture/execute/pure-1.c: Make functions static again.
3003 Don't use attribute `noinline'.
3004
3005 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3006
3007 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
3008
3009 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
3010
3011 * gcc.c-torture/execute/simd-1.c: New.
3012
3013 * gcc.dg/simd-1.c: New.
3014
3015 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
3016
3017 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
3018
3019 2002-06-16 Richard Henderson <rth@redhat.com>
3020
3021 * g++.dg/ext/anon-struct1.C: New.
3022 * g++.dg/ext/anon-struct2.C: New.
3023 * g++.dg/ext/anon-struct3.C: New.
3024 * gcc.dg/anon-struct-1.c: New.
3025 * gcc.dg/anon-struct-2.c: New.
3026 * gcc.dg/anon-struct-3.c: New.
3027 * gcc.dg/20011008-1.c: Adjust warning text.
3028 * gcc.dg/20020527-1.c: Add -fms-extensions.
3029
3030 2002-06-16 Richard Henderson <rth@redhat.com>
3031
3032 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
3033
3034 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
3035
3036 * gcc.c-torture/execute/20020615-1.c: New test.
3037
3038 2002-06-15 Roger Sayle <roger@eyesopen.com>
3039
3040 * gcc.c-tortuture/execute/compare-1.c: New test case.
3041 * gcc.c-tortuture/execute/compare-2.c: New test case.
3042 * gcc.c-tortuture/execute/compare-3.c: New test case.
3043
3044 2002-06-13 Richard Henderson <rth@redhat.com>
3045
3046 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
3047 ia64 ilp32.
3048
3049 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3050
3051 * g++.dg/template/typename2.C: Update error message.
3052
3053 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
3054
3055 * gcc.c-torture/execute/20020611-1.c: New test.
3056
3057 2002-06-11 Bob Wilson <bob.wilson@acm.org>
3058
3059 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
3060 list of targets to skip.
3061
3062 2002-06-10 Bob Wilson <bob.wilson@acm.org>
3063
3064 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
3065 targets if not optimizing.
3066
3067 2002-06-10 Jakub Jelinek <jakub@redhat.com>
3068
3069 * gcc.c-torture/compile/20020605-1.c: New test.
3070
3071 * g++.dg/opt/vt1.C: New test.
3072
3073 * gcc.dg/20020531-1.c: New test.
3074
3075 * gcc.dg/20020530-1.c: New test.
3076
3077 * gcc.dg/20020527-1.c: New test.
3078
3079 * g++.dg/opt/cse1.C: New test.
3080
3081 2002-06-07 Roger Sayle <roger@eyesopen.com>
3082
3083 * gcc.dg/20020607-2.c: New test case.
3084
3085 2002-06-07 Jakub Jelinek <jakub@redhat.com>
3086
3087 * gcc.c-torture/compile/20020604-1.c: New test.
3088
3089 2002-06-04 Richard Henderson <rth@redhat.com>
3090
3091 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
3092 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
3093 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
3094
3095 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
3096
3097 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
3098
3099 2002-06-03 Richard Henderson <rth@redhat.com>
3100
3101 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
3102 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
3103
3104 2002-06-02 Richard Henderson <rth@redhat.com>
3105
3106 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
3107 test functions static.
3108
3109 2002-06-02 Andreas Jaeger <aj@suse.de>
3110
3111 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
3112 now.
3113
3114 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3115
3116 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
3117 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
3118 Update for mofified diagnostics.
3119 * gcc.dg/c99-intconst-1.c: No longer fail.
3120
3121 2002-06-02 Richard Henderson <rth@redhat.com>
3122
3123 * gcc.dg/uninit-A.c: Remove xfail markers.
3124
3125 2002-06-01 Roger Sayle <roger@eyesopen.com>
3126
3127 * gcc.dg/fnegate-1.c: New test case.
3128
3129 2002-05-30 Osku Salerma <osku@iki.fi>
3130
3131 * gcc.c-torture/execute/mayalias-1.c: New file.
3132
3133 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
3134
3135 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
3136 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
3137 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
3138
3139 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
3140
3141 * gcc.c-torture/execute/20020529-1.c: New test.
3142
3143 2002-05-27 Richard Henderson <rth@redhat.com>
3144
3145 * g++.dg/ext/attrib6.C: New test case.
3146
3147 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3148
3149 * gcc.c-torture/execute/pure-1.c: New test.
3150
3151 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3152
3153 * gcc.dg/cpp/arith-2.c: Remove.
3154
3155 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
3156
3157 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
3158 * gcc.dg/cpp/if-3.c: Remove.
3159
3160 2002-05-26 Jakub Jelinek <jakub@redhat.com>
3161
3162 * g++.dg/opt/cse2.C: New test.
3163
3164 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
3165
3166 * gcc.dg/cpp/arith-1.c: New semantic tests.
3167 * gcc.dg/cpp/if-1.c: Update.
3168
3169 2002-05-24 Ben Elliston <bje@redhat.com>
3170
3171 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
3172
3173 2002-05-24 Jakub Jelinek <jakub@redhat.com>
3174
3175 * gcc.dg/verbose-asm.c: New test.
3176
3177 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
3178
3179 * gcc.dg/cpp/paste12.c: New test.
3180
3181 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3182
3183 * g++.dg/parse/named_ops.C: New test.
3184
3185 2002-05-23 Mark Mitchell <mark@codesourcery.com>
3186
3187 * gcc/testsuite/gcc.dg/weak-8.c: New test.
3188
3189 Thu May 23 11:09:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
3190
3191 * gcc.dg/weak-2.c: Allow optional leading underscore
3192 in scan-assembler symbol name.
3193 * gcc.dg/weak-3.c: Likewise.
3194 * gcc.dg/weak-4.c: Likewise.
3195 * gcc.dg/weak-5.c: Likewise.
3196
3197 2002-05-23 Jakub Jelinek <jakub@redhat.com>
3198
3199 * gcc.dg/20020523-1.c: New test.
3200
3201 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
3202
3203 * objc.dg/const-str-2.m: Update now that we stop after
3204 a command line error.
3205
3206 2002-05-22 Richard Henderson <rth@redhat.com>
3207
3208 * g++.dg/dg.exp: Fix typo in test pruneing.
3209
3210 2002-05-22 Richard Henderson <rth@redhat.com>
3211
3212 * g++.dg/dg.exp: Prune the tls subdirectory.
3213 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
3214 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
3215 * g++.dg/tls/init-1.C: New.
3216
3217 2002-05-22 Jakub Jelinek <jakub@redhat.com>
3218
3219 * gcc.dg/20020517-1.c: New test.
3220
3221 2002-05-21 Richard Henderson <rth@redhat.com>
3222
3223 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
3224 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
3225
3226 Tue May 21 14:25:32 2002 Brian R. Gaeke <brg@dgate.ORG>
3227
3228 * g++.dg/other/copy2.C: New test.
3229
3230 Mon May 20 10:51:35 2002 J"orn Rennecke <joern.rennecke@superh.com>
3231
3232 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
3233 (MAX_COPY): Bump up to 10 times sizeof (long long).
3234 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
3235
3236 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
3237 sizeof (long long).
3238
3239 * gcc.c-torture/execute/strcpy-1.c: New test.
3240
3241 2002-05-19 Jason Merrill <jason2redhat.com>
3242
3243 * g++.dg/ext/oper1.C: New test.
3244
3245 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
3246 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
3247
3248 * README.QMTEST: New file.
3249
3250 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
3251
3252 2002-05-19 Andreas Jaeger <aj@suse.de>
3253
3254 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
3255 now.
3256 * gcc.c-torture/execute/loop-2d.x: Likewise.
3257
3258 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
3259
3260 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
3261 support weak symbols.
3262 * gcc.dg/weak-4.c: Likewise
3263 * gcc.dg/weak-6.c: Likewise
3264
3265 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
3266
3267 * gcc.dg/weak-3.c: Add dg-excess-error comment for
3268 cygwin, coff and h8300-*-hms targets
3269 * gcc.dg/weak-5.c: Likewise
3270 * gcc.dg/weak-7.c: Likewise
3271
3272 2002-05-16 Jason Merrill <jason@redhat.com>
3273
3274 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
3275 (scan-assembler-not, scan-assembler-dem): Likewise.
3276 (scan-assembler-dem-not): Likewise.
3277
3278 2002-05-15 Richard Henderson <rth@redhat.com>
3279
3280 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
3281
3282 2002-05-15 Richard Henderson <rth@redhat.com>
3283
3284 * gcc.dg/weak-5.c (vfoo1c): No warning here.
3285 (vfoo1f): Warning here.
3286 (vfoo1l): Don't redefine the alias.
3287
3288 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
3289
3290 * g++.dg/init/pm1.C: New test.
3291
3292 2002-05-12 David S. Miller <davem@redhat.com>
3293
3294 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
3295 types.
3296
3297 2002-05-10 Roger Sayle <roger@eyesopen.com>
3298
3299 * gcc.c-torture/execute/20020510-1.c: New test case.
3300
3301 2002-05-10 David S. Miller <davem@redhat.com>
3302
3303 * gcc.c-torture/execute/conversion.c: Test long double too.
3304
3305 2002-05-09 Jakub Jelinek <jakub@redhat.com>
3306
3307 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
3308 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
3309 * lib/g++.exp (g++_link_flags): Likewise.
3310 * lib/objc.exp (objc_target_compile): Likewise.
3311
3312 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
3313
3314 * gcc.dg/cpp/poison.c: Update.
3315 * gcc.dg/cpp/20000625-2.c: Remove.
3316 * gcc.dg/cpp/direct2s.c: Remove final test.
3317
3318 2002-05-08 Tom Rix <trix@redhat.com>
3319
3320 * gcc.c-torture/execute/20020508-1.c: New test.
3321 * gcc.c-torture/execute/20020508-2.c: New test.
3322 * gcc.c-torture/execute/20020508-3.c: New test.
3323
3324 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
3325
3326 * gcc.dg/cpp/charconst-4.c: More tests.
3327
3328 2002-05-08 Mark Mitchell <mark@codesourcery.com>
3329
3330 PR c/6569
3331 * gcc.dg/weak-3.c: Update location of warning messages.
3332 * gcc.dg/weak-5.c: Likewise.
3333
3334 2002-05-06 Roger Sayle <roger@eyesopen.com>
3335
3336 * gcc.c-torture/execute/20020506-1.c: New test case.
3337
3338 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
3339
3340 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
3341
3342 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3343
3344 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
3345
3346 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
3347
3348 * gcc.dg/cpp/charconst-3.c: New test.
3349
3350 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
3351
3352 * gcc.dg/cpp/charconst.c: Update tests.
3353
3354 2002-05-05 Tim Josling <tej@melbpc.org.au>
3355
3356 * treelang: Added directory for new sample language treelang. Also
3357 lib/treelang.exp: New file to signal treelang should be tested.
3358
3359 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3360
3361 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
3362 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
3363 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
3364 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
3365 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
3366 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
3367 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
3368
3369 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
3370
3371 * gcc.dg/format/xopen-2.c: New test.
3372
3373 2002-05-03 Jakub Jelinek <jakub@redhat.com>
3374
3375 * gcc.dg/20020503-1.c: New test.
3376
3377 2002-05-02 Mark Mitchell <mark@codesourcery.com>
3378
3379 * g++.dg/init/dtor1.C: Make it tougher.
3380
3381 2002-05-01 Mark Mitchell <mark@codesourcery.com>
3382
3383 * g++.dg/init/dtor1.C: New test.
3384
3385 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
3386
3387 * gcc.dg/altivec-8.c: New.
3388
3389 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
3390
3391 * gcc.dg/altivec-7.c: New.
3392
3393 2002-04-29 Jakub Jelinek <jakub@redhat.com>
3394
3395 * g++.dg/parse/typedef1.C: New test.
3396
3397 2002-04-29 Mark Mitchell <mark@codesourcery.com>
3398
3399 PR c++/6486
3400 * g++.dg/template/friend6.C: New test.
3401
3402 PR c++/6492
3403 * g++.dg/init/copy1.C: New test.
3404
3405 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
3406
3407 * g++.dg/warn/effc1.C: New test.
3408
3409 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
3410
3411 * gcc.dg/cpp/if-cexp.c: Add a test.
3412
3413 2002-04-28 Jakub Jelinek <jakub@redhat.com>
3414
3415 * gcc.dg/20020426-2.c: New test.
3416
3417 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
3418
3419 * gcc.dg/cpp/if-mop.c: Update.
3420 * gcc.dg/cpp/if-mpar.c: Add test.
3421 * gcc.dg/cpp/if-oppr.c: Update.
3422
3423 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3424
3425 PR c/6343
3426 * gcc.dg/weak-[2-7].c: New tests.
3427
3428 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3429
3430 * gcc.dg/enum1.c: New test.
3431
3432 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3433
3434 PR c++/6497
3435 * g++.dg/inherit/access2.C: New test.
3436
3437 2002-04-26 Mark Mitchell <mark@codesourcery.com>
3438
3439 PR bootstrap/6445
3440 * gcc.dg/20020426-1.c: New test.
3441
3442 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
3443
3444 * g++.dg/abi/enum1.C: New test.
3445
3446 2002-04-26 Richard Henderson <rth@redhat.com>
3447
3448 * gcc.dg/c99-bool-1.c: Expect always true warning.
3449
3450 2002-04-25 Roger Sayle <roger@eyesopen.com>
3451
3452 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
3453
3454 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3455
3456 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
3457 targets.
3458
3459 2002-04-24 Mark Mitchell <mark@codesourcery.com>
3460
3461 * g++.dg/abi/mange7.C: New test.
3462
3463 PR c++/6438.
3464 * g++.dg/parse/stmtexpr2.C: New test.
3465
3466 Wed Apr 24 21:38:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
3467
3468 * gcc.dg/20020312-2.c: Add SH target.
3469
3470 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3471
3472 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
3473 compiler output on mips*-*-irix*.
3474
3475 2002-04-23 Jakub Jelinek <jakub@redhat.com>
3476
3477 * g++.dg/parse/attr1.C: New test.
3478
3479 2002-04-23 Roger Sayle <roger@eyesopen.com>
3480
3481 * gcc.c-torture/execute/string-opt-17.c: New test case.
3482 * gcc.c-torture/execute/memset-2.c: New test case.
3483
3484 2002-04-23 Mark Mitchell <mark@codesourcery.com>
3485
3486 PR c++/6256:
3487 * g++.dg/template/friend5.C: New test.
3488
3489 PR c++/6331:
3490 * g++.dg/template/qual1.C: Likewise.
3491
3492 2002-04-22 Zack Weinberg <zack@codesourcery.com>
3493
3494 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
3495 Include stdlib.h, not stdio.h or ctype.h.
3496
3497 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
3498
3499 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
3500 cris-*-elf* and mmix-*-*.
3501 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
3502 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
3503 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
3504 Ditto.
3505 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
3506 * gcc.dg/wchar_t-1.c: Ditto.
3507
3508 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
3509
3510 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
3511 Clarify comment.
3512
3513 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
3514
3515 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
3516
3517 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3518
3519 * gcc.c-torture/execute/20000906-1.x: Delete.
3520
3521 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
3522
3523 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
3524
3525 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
3526
3527 * PR6367
3528 * g77.f-torture/execute/6367.f: New test.
3529 * g77.f-torture/execute/6367.x: Disable for MMIX.
3530
3531 2002-04-19 Mark Mitchell <mark@codesourcery.com>
3532
3533 * PR6352
3534 * g++.dg/opt/inline2.C: New test.
3535
3536 2002-04-18 Richard Henderson <rth@redhat.com>
3537
3538 * gcc.dg/20000906-1.c: Enable for all targets.
3539 * gcc.c-torture/compile/iftrap-2.c: New.
3540
3541 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3542
3543 * gcc.dg/20020418-1.c: New test.
3544 * gcc.dg/20020418-2.c: New test.
3545
3546 2002-04-18 Richard Henderson <rth@redhat.com>
3547
3548 * gcc.c-torture/compile/iftrap-1.c: New.
3549 * gcc.dg/iftrap-1.c: Adjust for ia64.
3550 * gcc.dg/iftrap-2.c: New.
3551
3552 2002-04-18 Jakub Jelinek <jakub@redhat.com>
3553
3554 * gcc.c-torture/compile/20020418-1.c: New test.
3555
3556 2002-04-18 Roger Sayle <roger@eyesopen.com>
3557
3558 * gcc.c-torture/compile/20020415-1.c: New.
3559
3560 2002-04-18 David S. Miller <davem@redhat.com>
3561
3562 * gcc.c-torture/execute/20020418-1.c: New test.
3563
3564 2002-04-17 Jakub Jelinek <jakub@redhat.com>
3565
3566 * gcc.dg/20020416-1.c: New test.
3567
3568 * g++.dg/opt/inline1.C: New test.
3569
3570 2002-04-16 Jakub Jelinek <jakub@redhat.com>
3571
3572 * gcc.dg/altivec-5.c: New test.
3573
3574 * gcc.dg/20020415-1.c: New test.
3575
3576 2002-04-15 Mark Mitchell <mark@codesourcery.com>
3577
3578 * testsuite/lib/chill.exp: Remove.
3579
3580 2002-04-14 Jakub Jelinek <jakub@redhat.com>
3581
3582 * g++.dg/other/big-struct.C: New test.
3583
3584 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
3585
3586 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
3587 of scratch file.
3588
3589 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
3590
3591 PR c/6277
3592 * gcc.dg/i386-387-1.c: Allow optional leading underscore
3593 in scan-assembler function name
3594
3595 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
3596
3597 * g77.f-torture/execute/980628-4.x,
3598 g77.f-torture/execute/980628-5.x,
3599 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3600 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3601 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
3602 i[34567]86-*-*.
3603
3604 2002-04-13 David S. Miller <davem@redhat.com>
3605
3606 * gcc.c-torture/execute/20020413-1.c: New test.
3607
3608 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
3609
3610 * gcc.dg/asm-6.c,
3611 * g++.dg/ext/asm1.C: New tests.
3612
3613 2002-04-12 Mark Mitchell <mark@codesourcery.com>
3614
3615 PR c++ 5373.
3616 * g++.dg/parse/stmtexpr1.C: New test.
3617
3618 PR c++/5189.
3619 * g++.dg/template/copy1.C: New test.
3620
3621 2002-04-12 Richard Henderson <rth@redhat.com>
3622
3623 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
3624
3625 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
3626
3627 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
3628 gcc.c-torture/execute/20020307-2.c.
3629
3630 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
3631
3632 * g++.dg/ext/attrib5.C,
3633 * g++.dg/lookup/struct1.C: New tests.
3634
3635 2002-04-11 Jakub Jelinek <jakub@redhat.com>
3636
3637 * gcc.dg/20020411-1.c: New test.
3638
3639 * gcc.c-torture/execute/20020411-1.c: New test.
3640
3641 2002-04-10 Janis Johnson <janis187@us.ibm.com>
3642
3643 * g77.f-torture/execute/6177.f: New test.
3644
3645 2002-04-10 Jakub Jelinek <jakub@redhat.com>
3646
3647 PR middle-end/6247
3648 * g++.dg/opt/cleanup1.C: New test.
3649
3650 * g++.dg/opt/const1.C: New test.
3651
3652 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
3653
3654 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
3655
3656 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
3657
3658 PR c++/5507
3659 * g++.dg/template/typename2.C: New test.
3660
3661 2002-04-10 Alan Modra <amodra@bigpond.net.au>
3662
3663 * gcc.c-torture/execute/loop-12.c: New.
3664
3665 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
3666
3667 * g77.f-torture/execute/980628-4.x,
3668 g77.f-torture/execute/980628-5.x,
3669 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3670 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3671 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
3672
3673 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3674
3675 PR optimization/6086
3676 * g++.dg/opt/preinc1.C: New test.
3677
3678 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3679
3680 PR c++/5571
3681 * g++.dg/opt/static2.C: New test.
3682
3683 2002-04-06 Mark Mitchell <mark@codesourcery.com>
3684
3685 PR c/5120
3686 * gcc.dg/20020406-1.c: New test.
3687
3688 2002-04-04 David S. Miller <davem@redhat.com>
3689
3690 * gcc.c-torture/execute/20020404-1.c: New test.
3691
3692 2002-04-04 Jakub Jelinek <jakub@redhat.com>
3693
3694 PR c/6123
3695 * gcc.dg/20020312-2.c: Do not declare global register variable
3696 if __PIC__ or __pic__ is defined.
3697
3698 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
3699
3700 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
3701 __asm__ so that it works correctly even if -ansi -pedantic-errors.
3702
3703 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3704
3705 * gcc.misc-tests/linkage.exp: Update last change to handle
3706 sparc*-, not just sparc-.
3707
3708 2002-04-03 Richard Henderson <rth@redhat.com>
3709
3710 * gcc.dg/cpp/ucs.c: Improved long UCS test.
3711
3712 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3713
3714 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
3715
3716 2002-04-02 David S. Miller <davem@redhat.com>
3717
3718 * gcc.c-torture/execute/20020402-3.c: New test.
3719
3720 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
3721
3722 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
3723 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
3724
3725 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
3726 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
3727 g77.f-torture/execute/20001201.x,
3728 g77.f-torture/execute/u77-test.x: New files.
3729
3730 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
3731 * gcc.dg/wchar_t-1.c: Ditto.
3732
3733 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3734
3735 * gcc.c-torture/execute/20020402-1.c: New test.
3736
3737 2002-04-01 Richard Henderson <rth@redhat.com>
3738
3739 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
3740
3741 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
3742
3743 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3744
3745 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
3746
3747 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3748
3749 * g++.dg/inherit/template-as-base.C: Expect error.
3750 * g++.dg/inherit/namespace-as-base.C: Likewise.
3751
3752 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
3753
3754 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
3755 g++.dg/ext/instantiate3.C: Tweak match patterns.
3756
3757 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
3758 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
3759 -da test.
3760
3761 2002-03-31 Richard Henderson <rth@redhat.com>
3762
3763 * gcc.dg/special/alias-2.c: New.
3764 * gcc.dg/special/ecos.exp: Run it.
3765
3766 2002-03-31 Richard Henderson <rth@redhat.com>
3767
3768 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
3769
3770 2002-03-31 Kazu Hirata <kazu@hxi.com>
3771
3772 * gcc.dg/weak-1.c: Disable on h8300 port.
3773
3774 2002-03-29 Janis Johnson <janis187@us.ibm.com>
3775
3776 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
3777 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
3778 ordering tests.
3779 * g++.dg/bprob/bprob-1.C: New test.
3780 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
3781 * g++.dg/gcov/gcov-1.C: New test.
3782 * g++.dg/gcov/gcov-1.x: New file.
3783 * g++.dg/gcov/gcov-2.C: New test.
3784 * g++.dg/gcov/gcov-3.C: New test.
3785 * g++.dg/gcov/gcov-3.h: New file.
3786
3787 2002-03-28 Roger Sayle <roger@eyesopen.com>
3788
3789 * g++.old-deja/g++.other/builtins5.C: New test.
3790 * g++.old-deja/g++.other/builtins6.C: New test.
3791 * g++.old-deja/g++.other/builtins7.C: New test.
3792 * g++.old-deja/g++.other/builtins8.C: New test.
3793 * g++.old-deja/g++.other/builtins9.C: New test.
3794
3795 2002-03-29 Jakub Jelinek <jakub@redhat.com>
3796
3797 * g++.dg/opt/static1.C: New test.
3798
3799 * g++.dg/opt/longbranch1.C: New test.
3800
3801 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
3802
3803 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
3804
3805 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
3806
3807 Thu Mar 28 16:38:09 2002 Jeffrey A Law (law@redhat.com)
3808
3809 * gcc.c-torture/execute/20020328-1.c: New test.
3810
3811 2002-03-27 Richard Henderson <rth@redhat.com>
3812
3813 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
3814 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
3815 move from g++.old-deja/g++.ext/.
3816
3817 2002-03-27 Mark Mitchell <mark@codesourcery.com>
3818
3819 * g++.dg/init/new2.C: New test.
3820
3821 2002-03-26 Richard Henderson <rth@redhat.com>
3822
3823 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
3824
3825 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
3826 on sparc.
3827
3828 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
3829 sparcv9 systems.
3830 * gcc.dg/20001102-1.c: Likewise.
3831
3832 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
3833
3834 * gcc.dg/cpp/endif-pedantic1.c,
3835 gcc.dg/cpp/endif-pedantic2.c: New tests.
3836
3837 2002-03-26 Mark Mitchell <mark@codesourcery.com>
3838
3839 * g++.dg/init/new1.C: New test.
3840
3841 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
3842
3843 * g++.dg/abi/vbase9.C: New test.
3844
3845 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
3846
3847 * gcc.dg/arm-asm.c: New test.
3848
3849 2002-03-26 Andrew Cagney <ac131313@redhat.com>
3850
3851 * gcc.dg/Wswitch-enum.c: New test.
3852 Fix PR c/5044.
3853
3854 2002-03-26 Richard Henderson <rth@redhat.com>
3855
3856 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
3857 structure.
3858
3859 2002-03-25 Richard Henderson <rth@redhat.com>
3860
3861 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
3862 sparcv9 systems.
3863
3864 * gcc.c-torture/compile/20011119-1.c (xxx): New.
3865 * gcc.c-torture/compile/20011119-2.c (xxx): New.
3866
3867 2002-03-25 Zack Weinberg <zack@codesourcery.com>
3868
3869 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
3870
3871 2002-03-25 Bob Wilson <bob.wilson@acm.org>
3872
3873 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
3874 targets using generic thunk support.
3875
3876 2002-03-25 Jakub Jelinek <jakub@redhat.com>
3877
3878 * gcc.c-torture/compile/20020323-1.c: New test.
3879
3880 * g++.dg/opt/conj2.C: New test.
3881
3882 2002-03-24 Richard Henderson <rth@redhat.com>
3883
3884 * gcc.dg/weak-1.c: Use -fno-common.
3885
3886 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
3887
3888 * g77.dg/f77-edit-apostrophe-out.f: New test
3889 * g77.dg/f77-edit-h-out.f: New test
3890 * g77.dg/f77-edit-t-in.f: New test
3891 * g77.dg/f77-edit-t-out.f: New test
3892 * g77.dg/f77-edit-x-out.f: New test
3893 * g77.dg/f77-edit-slash-out.f: New test
3894 * g77.dg/f77-edit-colon-out.f: New test
3895 * g77.dg/f77-edit-s-out.f: New test
3896
3897 2002-03-24 Richard Henderson <rth@redhat.com>
3898
3899 * objc/execute/formal_protocol-6.x: New XFAIL.
3900
3901 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
3902
3903 * gcc.dg/weak-1.c: Early return from dg-final on platforms
3904 that do not support weak symbols
3905
3906 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
3907
3908 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
3909 * lib/g77.exp: Likewise
3910 * lib/objc.exp: Likewise
3911
3912 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3913
3914 * gcc.dg/Wswitch-default.c: New test.
3915
3916 2002-03-23 Jakub Jelinek <jakub@redhat.com>
3917
3918 * g++.dg/other/enum1.C: New test.
3919
3920 2002-03-23 Zack Weinberg <zack@codesourcery.com>
3921
3922 * gcc.dg/pragma-ep-3.c: Fix typo.
3923
3924 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3925
3926 * g++.dg/inherit/template-as-base.C: New test.
3927
3928 2002-03-22 Jakub Jelinek <jakub@redhat.com>
3929
3930 * g++.old-deja/g++.other/dwarf2-1.C: Move...
3931 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
3932
3933 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
3934
3935 * gcc.dg/cpp/multiline.c: Update to match.
3936
3937 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
3938
3939 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
3940
3941 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
3942
3943 * gcc.dg/cpp/extratokens2.c: New file.
3944
3945 2002-03-21 David Edelsohn <edelsohn@gnu.org>
3946
3947 * gcc.dg/20020312-2.c: Add rs6000 target.
3948
3949 * gcc.c-torture/compile/20020319-1.c: New test.
3950
3951 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3952
3953 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
3954 (A, E): Handle this.
3955
3956 2002-03-20 Jason Merrill <jason@redhat.com>
3957
3958 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
3959 ignoring -fpic.
3960 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
3961 through prune_gcc_output.
3962
3963 2002-03-20 Jakub Jelinek <jakub@redhat.com>
3964
3965 * gcc.c-torture/compile/20020320-1.c: New test.
3966
3967 2002-03-19 Jakub Jelinek <jakub@redhat.com>
3968
3969 * gcc.c-torture/compile/20020318-1.c: New test.
3970
3971 * gcc.dg/struct-by-value-1.c: New test.
3972
3973 * gcc.dg/20020319-1.c: New test.
3974
3975 2002-03-18 Jakub Jelinek <jakub@redhat.com>
3976
3977 * g++.dg/opt/conj1.C: New test.
3978
3979 2002-03-17 Mark Mitchell <mark@codesourcery.com>
3980
3981 * g++.dg/template/qualttp20.C: Revert previous change.
3982 * g++.dg/template/qualttp3.C: Likewise.
3983 * g++.dg/template/qualttp4.C: Likewise
3984 * g++.dg/template/qualttp5.C: Likewise
3985 * g++.dg/template/qualttp6.C: Likewise
3986 * g++.dg/template/qualttp7.C: Likewise
3987 * g++.dg/template/qualttp8.C: Likewise
3988 * g++.dg/template/recurse.C: Likewise.
3989
3990 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
3991
3992 * gcc.dg/cpp/wchar-1.c: Update.
3993
3994 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
3995
3996 * g++.dg/template/conv1.C: New test.
3997 * g++.dg/template/conv2.C: New test.
3998 * g++.dg/template/conv3.C: New test.
3999 * g++.dg/template/conv4.C: New test.
4000
4001 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4002
4003 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
4004 * g++.dg/template/qualttp3.C: Likewise.
4005 * g++.dg/template/qualttp4.C: Likewise
4006 * g++.dg/template/qualttp5.C: Likewise
4007 * g++.dg/template/qualttp6.C: Likewise
4008 * g++.dg/template/qualttp7.C: Likewise
4009 * g++.dg/template/qualttp8.C: Likewise
4010 * g++.dg/template/recurse.C: Likewise.
4011
4012 2002-03-15 Mark Mitchell <mark@codesourcery.com>
4013
4014 * g++.dg/opt/dtor1.C: New test.
4015
4016 2002-03-15 Jakub Jelinek <jakub@redhat.com>
4017
4018 * gcc.c-torture/compile/20020315-1.c: New test.
4019
4020 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
4021
4022 * gcc.dg/weak-1.c: Fix scan tests.
4023
4024 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
4025
4026 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
4027 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
4028 cris-*-aout* mmix-*-*.
4029 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
4030 cris-*-aout* mmix-*-*.
4031 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
4032 cris-*-elf* cris-*-aout* and mmix-*-*.
4033 * gcc.dg/20001009-1.c: Ditto.
4034 * gcc.dg/20010912-1.c: Ditto.
4035 * gcc.dg/20020122-4.c: Ditto.
4036 * gcc.dg/inline-2.c: Ditto.
4037
4038 Thu Mar 14 14:28:38 2002 Jeffrey A Law (law@cygnus.com)
4039
4040 * gcc.c-torture/compile/20020314-1.c: New test.
4041
4042 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
4043
4044 * gcc.c-torture/execute/20020314-1.c: New test.
4045
4046 2002-03-14 Jakub Jelinek <jakub@redhat.com>
4047
4048 * g++.dg/warn/Wunused-1.C: New test.
4049
4050 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
4051
4052 * g++.dg/abi/mangle6.C: New test.
4053
4054 2002-03-13 Jakub Jelinek <jakub@redhat.com>
4055
4056 * gcc.c-torture/compile/20020309-2.c: New test.
4057
4058 * gcc.c-torture/compile/20020312-1.c: New test.
4059
4060 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
4061
4062 * g++.dg/other/access1.C: New test.
4063
4064 2002-03-12 Jakub Jelinek <jakub@redhat.com>
4065
4066 * gcc.c-torture/execute/wchar_t-1.c: New test.
4067
4068 2002-03-12 David Edelsohn <edelsohn@gnu.org>
4069
4070 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
4071
4072 2002-03-12 Roger Sayle <roger@eyesopen.com>
4073
4074 * gcc.dg/20020312-1.c: New test case.
4075
4076 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
4077
4078 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
4079
4080 2002-03-11 Richard Henderson <rth@redhat.com>
4081
4082 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
4083 * g++.old-deja/g++.jason/report.C: Likewise.
4084
4085 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4086
4087 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
4088 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
4089
4090 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
4091
4092 * testsuite/g++.dg/overload/pmf1.C: New test.
4093
4094 2002-03-11 Kazu Hirata <kazu@hxi.com>
4095
4096 * gcc.c-torture/execute/20020307-1.c: Use long.
4097
4098 2002-03-11 Jakub Jelinek <jakub@redhat.com>
4099
4100 PR optimization/5844
4101 * gcc.dg/20020310-1.c: New test.
4102
4103 2002-03-09 Michael Meissner <meissner@redhat.com>
4104
4105 * gcc.c-torture/execute/memcpy-2.c: New test.
4106 * gcc.c-torture/execute/memset-1.c: New test.
4107 * gcc.c-torture/execute/strlen-1.c: New test.
4108 * gcc.c-torture/execute/strcmp-1.c: New test.
4109 * gcc.c-torture/execute/strncmp-1.c: New test.
4110
4111 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
4112
4113 * gcc.dg/ppc-ldstruct.c: New test.
4114
4115 2002-03-09 Jakub Jelinek <jakub@redhat.com>
4116
4117 * gcc.c-torture/execute/va-arg-22.c: New test.
4118
4119 Sat Mar 9 07:47:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4120
4121 * gcc.c-torture/compile/20020309-1.c: New test.
4122
4123 2002-03-08 Jakub Jelinek <jakub@redhat.com>
4124
4125 * gcc.c-torture/execute/20020307-2.c: New test.
4126
4127 Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
4128
4129 * g77.f-torture/compile/20020307-1.f: New test.
4130
4131 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
4132
4133 * gcc.dg/unordered-1.c: New test.
4134
4135 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4136
4137 * gcc.c-torture/execute/20020307-1.c: New test.
4138
4139 2002-03-05 Jakub Jelinek <jakub@redhat.com>
4140
4141 * gcc.dg/20020304-1.c: New test.
4142
4143 * gcc.c-torture/compile/20020304-2.c: New test.
4144
4145 2002-03-04 Zack Weinberg <zack@codesourcery.com>
4146
4147 * gcc.c-torture/compile/20020304-1.c: New test case
4148 (from PR c/5830).
4149
4150 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
4151
4152 * gcc.dg/20020103-1.c: Add other -D ppc variants.
4153
4154 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
4155
4156 * g++.dg/other/classkey1.C: New test.
4157
4158 2002-03-01 Richard Henderson <rth@redhat.com>
4159
4160 * gcc.c-torture/compile/981223-1.x: New.
4161 * gcc.c-torture/compile/920625-1.x: New.
4162
4163 2002-02-28 Richard Henderson <rth@redhat.com>
4164
4165 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
4166
4167 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
4168
4169 * gcc.c-torture/execute/20020227-1.c: New test.
4170
4171 2002-02-27 Mark Mitchell <mark@codesourcery.com>
4172
4173 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
4174 here" ERROR lines.
4175 * g++.old-deja/g++.oliva/partord1.C: Likewise.
4176 * g++.old-deja.g++.other/defarg1.C: Likewise.
4177 * g++.old-deja/g++.pt/calls2.C: Likewise.
4178 * g++.old-deja/g++.pt/crash20.C: Likewise.
4179 * g++.old-deja/g++.pt/crash30.C: Likewise.
4180 * g++.old-deja/g++.pt/crash36.C: Likewise.
4181 * g++.old-deja/g++.pt/crash6.C: Likewise.
4182 * g++.old-deja/g++.pt/defarg13.C: Likewise.
4183 * g++.old-deja/g++.pt/derived3.C: Likewise.
4184 * g++.old-deja/g++.pt/error1.C: Likewise.
4185 * g++.old-deja/g++.pt/friend21.C: Likewise.
4186 * g++.old-deja/g++.pt/friend23.C: Likewise.
4187 * g++.old-deja/g++.pt/infinite1.C: Likewise.
4188 * g++.old-deja/g++.robertl/eb128.C: Likewise.
4189
4190 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
4191
4192 * gcc.c-torture/execute/20020225-2.c: New test.
4193
4194 2002-02-27 Zack Weinberg <zack@codesourcery.com>
4195
4196 * gcc.c-torture/execute/920730-1t.c,
4197 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
4198 Delete test cases, only relevant to -traditional.
4199
4200 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
4201
4202 * gcc.dg/cpp/undef1.c: Remove.
4203 * gcc.dg/cpp/directiv.c: Update.
4204 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
4205
4206 2002-02-27 Michael Meissner <meissner@redhat.com>
4207
4208 * gcc.c-torture/execute/20020226-1.c: New test.
4209
4210 2002-02-26 Jakub Jelinek <jakub@redhat.com>
4211
4212 * g++.dg/debug/debug4.C: New test.
4213
4214 * gcc.dg/ia64-visibility-1.c: New test.
4215
4216 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
4217
4218 * gcc.dg/debug/20020224-1.c: New.
4219
4220 2002-02-25 Kazu Hirata <kazu@hxi.com>
4221
4222 * gcc.c-torture/execute/960416-1.x: New.
4223 * gcc.c-torture/execute/divconst-3.x: Likewise.
4224
4225 2002-02-25 Jakub Jelinek <jakub@redhat.com>
4226
4227 * gcc.dg/20020224-1.c: New test.
4228
4229 2002-02-25 Alan Modra <amodra@bigpond.net.au>
4230
4231 * gcc.c-torture/execute/20020225-1.c: New.
4232
4233 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
4234
4235 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
4236
4237 2002-02-23 Jakub Jelinek <jakub@redhat.com>
4238
4239 * gcc.dg/20020222-1.c: New test.
4240
4241 2002-02-22 Jakub Jelinek <jakub@redhat.com>
4242
4243 * g++.dg/opt/anonunion1.C: New test.
4244
4245 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
4246
4247 * g++.dg/template/qualttp19.C: New test.
4248 * g++.dg/template/qualttp20.C: New test.
4249 * g++.old-deja/g++.jason/report.C: Adjust expected errors
4250 * g++.old-deja/g++.other/qual1.C: Likewise.
4251
4252 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
4253
4254 * gcc.dg/attr-alwaysinline.c: New.
4255
4256 2002-02-21 Jakub Jelinek <jakub@redhat.com>
4257
4258 * gcc.dg/20020220-1.c: New test.
4259
4260 * gcc.dg/20020220-2.c: New test.
4261
4262 * g++.dg/opt/mmx1.C: New test.
4263
4264 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
4265
4266 * gcc.c-torture/compile/20020110.c: New test.
4267
4268 2002-02-20 Jakub Jelinek <jakub@redhat.com>
4269
4270 * gcc.c-torture/execute/20020219-1.c: New test.
4271
4272 * gcc.dg/20020219-1.c: New test.
4273
4274 * gcc.dg/noncompile/20020220-1.c: New test.
4275
4276 * g++.dg/opt/ptrintsum1.C: New test.
4277
4278 * gcc.dg/debug/20020220-1.c: New test.
4279
4280 2002-02-17 Jakub Jelinek <jakub@redhat.com>
4281
4282 * gcc.c-torture/execute/20020216-1.c: New test.
4283
4284 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
4285
4286 * gcc.dg/decl-1.c: Update, new test.
4287
4288 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
4289
4290 * g++.dg/abi/bitfield1.C: New test.
4291 * g++.dg/abi/bitfield2.C: New test.
4292
4293 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4294
4295 * gcc.dg/attr-nest.c: New test.
4296
4297 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
4298
4299 * gcc.c-torture/execute/20020215-1.c: New test.
4300
4301 2002-02-14 Jakub Jelinek <jakub@redhat.com>
4302
4303 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
4304 * g++.dg/debug/debug.exp: New.
4305 * g++.dg/debug/trivial.C: New.
4306 * g++.dg/debug/debug1.C: Moved...
4307 * g++.dg/other/debug1.C: ...from here.
4308 * g++.dg/debug/debug2.C: Moved...
4309 * g++.dg/other/debug2.C: ...from here.
4310 * g++.dg/debug/debug3.C: Moved...
4311 * g++.dg/other/debug3.C: ...from here.
4312
4313 * gcc.dg/noncompile/20020213-1.c: New test.
4314
4315 2002-02-13 Jakub Jelinek <jakub@redhat.com>
4316
4317 * g++.dg/other/debug3.C: New test.
4318
4319 * gcc.c-torture/execute/20020213-1.c: New test.
4320
4321 2002-02-13 Richard Smith <richard@ex-parrot.com>
4322
4323 * g++.old-deja/g++.other/thunk1.C: New test.
4324
4325 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4326
4327 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
4328
4329 2002-02-13 Stan Shebs <shebs@apple.com>
4330
4331 * gcc.dg/altivec-3.c: New.
4332
4333 2002-02-12 Jakub Jelinek <jakub@redhat.com>
4334
4335 * gcc.dg/Wunreachable-1.c: New test.
4336 * gcc.dg/Wunreachable-2.c: New test.
4337
4338 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
4339
4340 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
4341
4342 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
4343
4344 * gcc.dg/decl-1.c: New test.
4345
4346 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
4347
4348 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
4349
4350 2002-02-10 Kazu Hirata <kazu@hxi.com>
4351
4352 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
4353 * gcc.c-torture/compile/980506-1.x: Likewise.
4354
4355 2002-02-10 Kazu Hirata <kazu@hxi.com>
4356
4357 * gcc.dg/20020210-1.c: New.
4358
4359 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
4360
4361 * g77.f-torture/execute/947.f: New regression test
4362 for PR fortran/947.
4363
4364 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
4365
4366 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
4367 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
4368
4369 2002-02-08 Richard Henderson <rth@redhat.com>
4370
4371 * gcc.c-torture/compile/labels-3.c: New.
4372
4373 2002-02-08 Jakub Jelinek <jakub@redhat.com>
4374
4375 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
4376 expression statements work instead.
4377 * gcc.dg/noncompile/20020207-1.c: New test.
4378
4379 2002-02-07 Richard Henderson <rth@redhat.com>
4380
4381 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
4382
4383 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4384
4385 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
4386 message from g77
4387 * lib/g77-dg.exp: Trim g77 error messages so that they are
4388 recognized by dg.exp.
4389
4390 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4391
4392 PR fortran/5473
4393 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
4394
4395 2002-02-07 Richard Henderson <rth@redhat.com>
4396
4397 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
4398 to be sufficiently aligned for integers.
4399
4400 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
4401
4402 * g++.dg/template/friend4.C: New test.
4403
4404 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
4405
4406 PR fortran/5743
4407 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
4408 unsupported cases.
4409
4410 2002-02-07 Richard Henderson <rth@redhat.com>
4411
4412 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
4413 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
4414 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
4415 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
4416
4417 2002-02-06 Richard Henderson <rth@redhat.com>
4418
4419 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
4420
4421 2002-02-06 Janis Johnson <janis187@us.ibm.com>
4422
4423 * gcc.dg/20020206-1.c: New test.
4424
4425 2002-02-06 Jakub Jelinek <jakub@redhat.com>
4426
4427 * gcc.c-torture/execute/20020206-1.c: New test.
4428
4429 * gcc.c-torture/execute/20020206-2.c: New test.
4430
4431 PR optimization/5429:
4432 * gcc.c-torture/compile/20020206-1.c: New test.
4433
4434 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4435
4436 * g++.dg/ext/align1.C: Do not use an explicit alignment value
4437 as certain file formats cannot support particularly large
4438 alignments.
4439
4440 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
4441 and do not expect to be able to link the executable.
4442
4443 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
4444 fail because the COFF format does not support the weak attribute.
4445
4446 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
4447
4448 * g77.dg/pr5473.f: New test
4449
4450 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
4451
4452 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
4453 Fix testcase accordingly.
4454
4455 2002-02-04 Richard Henderson <rth@redhat.com>
4456
4457 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
4458 (buf): Change to be an array of pointers, not ints.
4459
4460 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4461
4462 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
4463 before all tests. Move warning one line above to match where it
4464 C frontend emits.
4465 * gcc.dg/Wswitch-2.c: New test.
4466 * g++.dg/warn/Wswitch-1.C: New test.
4467 * g++.dg/warn/Wswitch-2.C: New test.
4468
4469 2002-02-04 Richard Henderson <rth@redhat.com>
4470
4471 * g++.dg/abi/offsetof.C: Fix size comparison.
4472
4473 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
4474
4475 * gcc.dg/cast-qual-2.c: New test.
4476
4477 2002-02-04 Jakub Jelinek <jakub@redhat.com>
4478
4479 * gcc.dg/20020201-4.c: New test.
4480
4481 2002-02-04 Ben Elliston <bje@redhat.com>
4482
4483 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
4484 target_info attribute != 0, in addition to the empty string.
4485 (gcc_target_compile): Likewise.
4486
4487 2002-02-03 Andrew Cagney <ac131313@redhat.com>
4488
4489 * gcc.dg/Wswitch.c: New test.
4490 PR gcc/4475. PR gcc/3780.
4491
4492 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
4493
4494 * g77.f-torture/execute/5122.f: New test for regressions
4495 against PR fortran/5122.
4496
4497 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
4498
4499 * g77.f-torture/compile/pr3743.f: Delete
4500 * g77.dg/pr3743-1.f: New test.
4501 * g77.dg/pr3743-2.f: New test.
4502 * g77.dg/pr3743-3.f: New test.
4503 * g77.dg/pr3743-4.f: New test.
4504
4505 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4506
4507 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
4508
4509 2002-02-02 Richard Henderson <rth@redhat.com>
4510
4511 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
4512 * gcc.c-torture/execute/bf64-1.c: Likewise.
4513
4514 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4515
4516 * gcc.dg/20020201-2.c: New test.
4517
4518 * gcc.dg/20020201-3.c: New test.
4519
4520 * gcc.c-torture/execute/bitfld-2.c: New test.
4521
4522 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
4523
4524 * gcc.dg/bitfld-1.c: Update.
4525 * gcc.dg/bitfld-2.c: Update.
4526 * gcc.c-torture/execute/bitfld-1.x: New.
4527
4528 2002-02-02 Jakub Jelinek <jakub@redhat.com>
4529
4530 * gcc.c-torture/execute/20020201-1.c: New test.
4531
4532 2002-02-01 Janis Johnson <janis187@us.ibm.com>
4533
4534 PR target/5469
4535 * gcc.dg/20020201-1.c: New test.
4536
4537 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
4538
4539 PR fortran/3743
4540 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
4541 * g77.f-torture/compile/pr3743.x: Remove
4542
4543 2002-01-31 Tom Rix <trix@redhat.com>
4544
4545 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
4546
4547 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
4548
4549 * gcc.dg/noncompile/20020130-1.c: New test.
4550
4551 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
4552
4553 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
4554
4555 2002-01-29 Richard Henderson <rth@redhat.com>
4556
4557 * gcc.c-torture/execute/991118-1.c: Cast various constants back
4558 to long long.
4559 * gcc.c-torture/execute/bf64-1.c: Likewise.
4560
4561 2002-01-29 Jakub Jelinek <jakub@redhat.com>
4562
4563 * gcc.c-torture/execute/20020129-1.c: New test.
4564
4565 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
4566
4567 * gcc.c-torture/compile/20000224-1.c: Update.
4568 * gcc.c-torture/execute/bitfld-1.c: New tests.
4569 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
4570 * gcc.dg/uninit-A.c: Update.
4571
4572 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
4573
4574 * g++.dg/template/ctor1.C: Add instantiation.
4575
4576 2002-01-28 Paul Koning <pkoning@equallogic.com>
4577
4578 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
4579 argument to __builtin_prefetch to be const ptr.
4580
4581 2002-01-28 Jakub Jelinek <jakub@redhat.com>
4582
4583 * gcc.c-torture/compile/20020120-1.c: New test.
4584
4585 2002-01-27 Kazu Hirata <kazu@hxi.com>
4586
4587 * gcc.c-torture/execute/20020127-1.c: New test.
4588
4589 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
4590
4591 * g77.dg/f77-edit-i-in.f: New test
4592 * g77.dg/f77-edit-i-out.f: New test
4593
4594 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
4595
4596 * gcc.dg/debug/debug.exp: New file.
4597 * gcc.dg/debug/trivial.c: New file.
4598 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
4599 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
4600 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
4601 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
4602 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
4603 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
4604 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
4605 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
4606 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
4607 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
4608 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
4609 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
4610 * gcc.dg/20000503-1.c: Removed.
4611 * gcc.dg/20010207-1.c: Removed.
4612 * gcc.dg/20011223-1.c: Removed.
4613 * gcc.dg/20020104-2.c: Removed.
4614 * gcc.dg/debug-1.c: Removed.
4615 * gcc.dg/debug-2.c: Removed.
4616 * gcc.dg/debug-3.c: Removed.
4617 * gcc.dg/debug-4.c: Removed.
4618 * gcc.dg/debug-5.c: Removed.
4619 * gcc.dg/debug-6.c: Removed.
4620 * gcc.dg/dwarf2-1.c: Removed.
4621 * gcc.dg/dwarf2-2.c: Removed.
4622
4623 2002-01-25 Jakub Jelinek <jakub@redhat.com>
4624
4625 * g++.old-deja/g++.other/eh5.C: New test.
4626 * g++.old-deja/g++.other/sibcall2.C: New test.
4627 * g++.old-deja/g++.other/array9.C: New test.
4628 * g++.old-deja/g++.other/typename2.C: New test.
4629 * g++.old-deja/g++.other/crash60.C: New test.
4630 * g++.old-deja/g++.other/conv9.C: New test.
4631 * g++.old-deja/g++.other/mangle10.C: New test.
4632 * g++.old-deja/g++.other/unchanging1.C: New test.
4633 * g++.old-deja/g++.other/exprstmt1.C: New test.
4634 * g++.old-deja/g++.other/inline23.C: New test.
4635 * g++.old-deja/g++.eh/ia64-1.C: New test.
4636 * g++.old-deja/g++.other/dwarf2-1.C: New test.
4637 * g++.old-deja/g++.other/reload1.C: New test.
4638 * g++.old-deja/g++.other/static20.C: New test.
4639 * g++.old-deja/g++.other/local-alloc1.C: New test.
4640 * g++.old-deja/g++.other/conv8.C: New test.
4641 * g++.old-deja/g++.other/stmtexpr2.C: New test.
4642 * g++.old-deja/g++.other/storeexpr1.C: New test.
4643 * g++.old-deja/g++.other/storeexpr2.C: New test.
4644 * g++.dg/eh/template2.C: New test.
4645 * g++.dg/warn/weak1.C: New test.
4646
4647 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
4648
4649 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4650 Remove first, non-varying, argument.
4651
4652 2002-01-23 Richard Henderson <rth@redhat.com>
4653
4654 * gcc.dg/inline-2.c: New.
4655
4656 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
4657 Add optional target arg. Check number of arguments.
4658 (scan-assembler-not, scan-assembler-dem): Likewise.
4659 (scan-assembler-dem-not): Likewise.
4660
4661 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4662
4663 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
4664 line 12.
4665 * g++.old-deja/g++.brendan/parse3.C,
4666 g++.old-deja/g++.other/crash26.C,
4667 g++.old-deja/g++.other/crash28.C,
4668 g++.old-deja/g++.other/crash29.C,
4669 g++.old-deja/g++.other/crash30.C,
4670 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
4671
4672 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
4673
4674 * gcc.dg/20020115-1.c: New.
4675
4676 2002-01-23 Bob Wilson <bob.wilson@acm.org>
4677
4678 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
4679
4680 2002-01-23 Janis Johnson <janis187@us.ibm.com>
4681
4682 * gcc.dg/20020122-3.c: New.
4683
4684 2002-01-23 Jakub Jelinek <jakub@redhat.com>
4685
4686 * g++.dg/other/gc1.C: New test.
4687
4688 2002-01-23 Zack Weinberg <zack@codesourcery.com>
4689
4690 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
4691
4692 2002-01-22 Richard Henderson <rth@redhat.com>
4693
4694 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
4695
4696 2002-01-22 Richard Henderson <rth@redhat.com>
4697
4698 * gcc.dg/20020122-4.c: New.
4699
4700 2002-01-22 H.J. Lu <hjl@gnu.org>
4701
4702 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
4703 link output.
4704 * gcc.dg/special/ecos.exp: Likewise.
4705 * lib/g++-dg.exp: Likewise.
4706 * lib/g77-dg.exp: Likewise.
4707 * lib/gcc-dg.exp : Likewise.
4708 * lib/mike-g++.exp: Likewise.
4709 * lib/mike-g77.exp: Likewise.
4710 * lib/mike-gcc.exp: Likewise.
4711 * lib/objc-dg.exp: Likewise.
4712
4713 2002-01-22 Janis Johnson <janis187@us.ibm.com>
4714
4715 PR target/5379
4716 * gcc.dg/20020122-2.c: New test.
4717
4718 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
4719
4720 * gcc.dg/20020122-1.c: New test.
4721
4722 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
4723
4724 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
4725
4726 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
4727
4728 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
4729
4730 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4731
4732 * gcc.c-torture/compile/20020121-1.c: New test.
4733
4734 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
4735
4736 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
4737 ld_library_path.
4738
4739 2002-01-21 Jakub Jelinek <jakub@redhat.com>
4740
4741 * gcc.dg/20020218-1.c: New test.
4742
4743 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
4744
4745 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
4746 messages
4747 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
4748 "At global scope" warning
4749 * g++.dg/ext/align1.C: Change cygwin test for alignment
4750 from db-bogus to dg-warning
4751
4752 2002-01-21 Zack Weinberg <zack@codesourcery.com>
4753
4754 * g77.f-torture/compile/cpp2.F: New test.
4755
4756 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
4757
4758 * g++.dg/template/access1.C: New test.
4759
4760 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
4761
4762 * gcc.dg/20020118-1.c: New.
4763
4764 2002-01-18 Kazu Hirata <kazu@hxi.com>
4765
4766 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
4767
4768 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4769
4770 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
4771 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
4772 alignment warnings.
4773
4774 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
4775
4776 * gcc.misc-tests/i386-prefetch.exp: Save and restore
4777 torture_with_loops and torture_without_loops
4778
4779 2002-01-17 Jakub Jelinek <jakub@redhat.com>
4780
4781 * gcc.c-torture/compile/20020116-1.c: New test.
4782
4783 2002-01-16 Jakub Jelinek <jakub@redhat.com>
4784
4785 * gcc.dg/20020116-2.c: New test.
4786
4787 * gcc.dg/ultrasp4.c: New test.
4788
4789 * gcc.dg/20020116-1.c: New test.
4790
4791 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
4792
4793 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
4794 by EABI.
4795
4796 2002-01-15 Janis Johnson <janis187@us.ibm.com>
4797
4798 * gcc.misc-tests/i386-prefetch.exp: New.
4799 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
4800 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
4801 * gcc.misc-tests/i386-pf-none-1.c: New test.
4802 * gcc.misc-tests/i386-pf-sse-1.c: New test.
4803
4804 2002-01-15 Jakub Jelinek <jakub@redhat.com>
4805
4806 * gcc.dg/gnu89-init-1.c: Add new tests.
4807
4808 2002-01-15 Andreas Jaeger <aj@suse.de>
4809
4810 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
4811 * gcc.dg/i386-mmx-2.c: Likewise.
4812 * gcc.dg/i386-sse-1.c: Likewise.
4813 * gcc.dg/i386-sse-2.c: Likewise.
4814 * gcc.dg/i386-sse-3.c: Likewise.
4815
4816 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
4817
4818 * g77.f-torture/execute/intrinsic-unix-bessel.f:
4819 Uncomment additional cases that now pass.
4820
4821 2002-01-11 Richard Henderson <rth@redhat.com>
4822
4823 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
4824 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
4825
4826 Fri Jan 11 12:13:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
4827
4828 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
4829
4830 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
4831
4832 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
4833 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
4834
4835 2002-01-10 Dale Johannesen <dalej@apple.com>
4836
4837 * gcc.c-torture/execute/loop-11.c: New.
4838
4839 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
4840
4841 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
4842 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
4843
4844 2002-01-09 Richard Henderson <rth@redhat.com>
4845
4846 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
4847 type in which to perform the operation for each size.
4848
4849 Wed Jan 9 16:48:33 2002 Alan Matsuoka (alanm@redhat.com)
4850
4851 * gcc.c-torture/compile/20020109-2.c: New test.
4852
4853 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
4854
4855 * gcc.c-torture/execute/loop-10.c: New test.
4856
4857 2002-01-09 Jakub Jelinek <jakub@redhat.com>
4858
4859 * gcc.c-torture/compile/20010226-1.c: New test.
4860 * gcc.c-torture/compile/20010227-1.c: New test.
4861 * gcc.c-torture/compile/20010426-1.c: New test.
4862 * gcc.c-torture/compile/20010510-1.c: New test.
4863 * gcc.c-torture/compile/20010605-3.c: New test.
4864 * gcc.c-torture/compile/20010824-1.c: New test.
4865 * gcc.c-torture/execute/20010409-1.c: New test.
4866 * gcc.dg/noncompile/20000901-1.c: New test.
4867 * gcc.dg/20001023-1.c: New test.
4868 * gcc.dg/20001101-1.c: New test.
4869 * gcc.dg/20001102-1.c: New test.
4870 * gcc.dg/20010207-1.c: New test.
4871 * gcc.dg/20010405-1.c: New test.
4872 * gcc.dg/20010822-1.c: New test.
4873 * gcc.dg/20011107-1.c: New test.
4874
4875 Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com)
4876
4877 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
4878
4879 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
4880 execution failure on PA targets.
4881
4882 2002-01-09 Jakub Jelinek <jakub@redhat.com>
4883
4884 * gcc.c-torture/compile/20020109-1.c: New test.
4885
4886 2002-01-08 Kazu Hirata <kazu@hxi.com>
4887
4888 * gcc.c-torture/execute/20020108-1.c: New test.
4889
4890 2002-01-08 Jakub Jelinek <jakub@redhat.com>
4891
4892 * gcc.dg/20020108-1.c: New test.
4893
4894 2002-01-08 H.J. Lu <hjl@gnu.org>
4895
4896 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
4897 for header files.
4898
4899 2002-01-08 Geoff Keating <geoffk@redhat.com>
4900
4901 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
4902 consistency.
4903
4904 002-01-07 Aldy Hernandez <aldyh@redhat.com>
4905
4906 * gcc.dg/altivec-4.c: Test altivec predicates.
4907
4908 2002-01-07 Jakub Jelinek <jakub@redhat.com>
4909
4910 * gcc.c-torture/execute/20020107-1.c: New test.
4911
4912 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
4913
4914 PR c/5279
4915 * gcc.c-torture/compile/20020106-1.c: New test.
4916
4917 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
4918
4919 * gcc.c-torture/execute/nestfunc-4.c: New test.
4920
4921 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
4922
4923 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
4924 extra triple that slipped in.
4925 * g++.old-deja/g++.abi/align.C: Likewise.
4926 * g++.old-deja/g++.abi/bitfields.C: Likewise.
4927
4928 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
4929
4930 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
4931 * g++.old-deja/g++.abi/align.C: Likewise.
4932 * g++.old-deja/g++.abi/bitfields.C: Likewise.
4933
4934 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
4935 on FreeBSD/i386.
4936 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
4937 FreeBSD.
4938
4939 2002-01-04 Jakub Jelinek <jakub@redhat.com>
4940
4941 * gcc.dg/20020104-1.c: New test.
4942
4943 * gcc.dg/20020104-2.c: New test.
4944
4945 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
4946
4947 * gcc.dg/20020103-1.c: Fix typo in target selector.
4948
4949 2002-01-03 Richard Henderson <rth@redhat.com>
4950
4951 * gcc.dg/20020103-1.c: New.
4952
4953 2002-01-03 Kazu Hirata <kazu@hxi.com>
4954
4955 * gcc.c-torture/execute/20020103-1.c: New test.
4956
4957 2002-01-03 Jakub Jelinek <jakub@redhat.com>
4958
4959 * g++.dg/other/debug2.C: New test.
4960
4961 * gcc.c-torture/compile/20020103-1.c: New test.
4962
4963 2002-01-02 Jakub Jelinek <jakub@redhat.com>
4964
4965 * gcc.dg/gnu89-init-1.c: Added new tests.
4966
4967 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
4968
4969 * g++.dg/template/friend2.C: Remove as patch is reverted.
4970
4971 * g++.dg/warn/oldcast1.C: New test.
4972
4973 * g++.dg/template/ptrmem1.C: New test.
4974 * g++.dg/template/ptrmem2.C: New test.
4975
4976 * g++.dg/template/ntp.C: New test.
4977
4978 * g++.dg/other/component1.C: New test.
4979
4980 * g++.dg/template/ttp3.C: New test.
4981
4982 * g++.dg/template/friend2.C: New test.
4983 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
4984
4985 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
4986
4987 * g++.dg/other/ptrmem1.C: New test.
4988 * g++.dg/other/ptrmem2.C: New test.
4989
4990 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
4991
4992 * g++.dg/template/ctor1.C: New test.
4993
4994 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
4995
4996 * g++.dg/template/friend2.C: New test.
4997
4998 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
4999
5000 * gcc.dg/mmix-1.c: New test.
5001
5002 2001-12-31 Richard Henderson <rth@redhat.com>
5003
5004 * gcc.dg/asm-5.c: New.
5005
5006 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
5007
5008 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
5009 in namespace __gnu_cxx
5010
5011 2001-12-30 Richard Henderson <rth@redhat.com>
5012
5013 * gcc.dg/debug-6.c: New.
5014
5015 2001-12-30 Jakub Jelinek <jakub@redhat.com>
5016
5017 * gcc.c-torture/compile/20011229-2.c: New test.
5018
5019 2001-12-29 Jakub Jelinek <jakub@redhat.com>
5020
5021 * gcc.dg/debug-3.c: New test.
5022 * gcc.dg/debug-4.c: New test.
5023 * gcc.dg/debug-5.c: New test.
5024
5025 2001-12-29 Richard Henderson <rth@redhat.com>
5026
5027 * g++.dg/eh/loop1.C: New.
5028
5029 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5030
5031 * g++.dg/template/crash1.C: New test.
5032
5033 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
5034
5035 * g++.dg/other/const1.C: New test.
5036
5037 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
5038
5039 * gcc.c-torture/compile/20011229-1.c: New test.
5040
5041 2001-12-28 Stan Shebs <shebs@apple.com>
5042
5043 * lib/objc-torture.exp: Resync with c-torture.exp.
5044 * lib/objc.exp: Load standard libraries.
5045
5046 2001-12-28 Jakub Jelinek <jakub@redhat.com>
5047
5048 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
5049 additional tests.
5050
5051 2001-12-27 Roger Sayle <roger@eyesopen.com>
5052
5053 * gcc.c-torture/execute/string-opt-16.c: New testcase.
5054
5055 2001-12-27 Richard Henderson <rth@redhat.com>
5056
5057 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
5058
5059 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
5060
5061 * g++.dg/eh/ctor1.C: New test.
5062 * g++.dg/other/error2.C: New test.
5063
5064 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
5065
5066 * g++.dg/other/init2.C: New test.
5067
5068 2001-12-24 Richard Henderson <rth@redhat.com>
5069
5070 * gcc.dg/20011223-1.c: New.
5071 * gcc.dg/inline-1.c: New.
5072
5073 2001-12-23 Richard Henderson <rth@redhat.com>
5074
5075 * gcc.dg/asm-4.c: Test operand modifiers.
5076
5077 2001-12-23 Richard Henderson <rth@redhat.com>
5078
5079 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
5080
5081 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
5082
5083 * gcc.c-torture/execute/20011223-1.c: New test.
5084
5085 2001-12-21 Richard Henderson <rth@redhat.com>
5086
5087 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
5088 re-enables the warning.
5089
5090 2001-12-21 Richard Henderson <rth@redhat.com>
5091
5092 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
5093
5094 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5095
5096 * gcc.c-torture/compile/20011218-1.c: New test.
5097
5098 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
5099
5100 * gcc.misc-test/arm-isr.exp: New file. Control running of the
5101 arm-isr.c test.
5102 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
5103 epilogue generation for ARM ISR routines.
5104
5105 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5106
5107 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
5108 * gcc.dg/format/c90-printf-3.c: Likewise.
5109 * gcc.dg/format/c99-printf-3.c: Likewise.
5110 * gcc.dg/format/ext-1.c: Likewise.
5111 * gcc.dg/format/ext-6.c: Likewise.
5112 * gcc.dg/format/format.h: Prototype unlocked stdio.
5113
5114 2001-12-20 Richard Henderson <rth@redhat.com>
5115
5116 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
5117 (arena): Use it.
5118 (malloc): Correct allocation logic. Abort if we fill up the
5119 arena before initialization complete.
5120 (realloc): Correct allocation logic.
5121
5122 2001-12-20 Jakub Jelinek <jakub@redhat.com>
5123
5124 * gcc.c-torture/compile/20011219-2.c: New test.
5125
5126 * gcc.c-torture/execute/20011219-1.c: New test.
5127
5128 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
5129
5130 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
5131 target does not support weak symbols.
5132
5133 2001-12-19 Jakub Jelinek <jakub@redhat.com>
5134
5135 * gcc.c-torture/compile/20011219-1.c: New test.
5136
5137 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
5138
5139 * g++.dg/other/error1.C: New test.
5140
5141 Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
5142
5143 * gcc.c-torture/execute/20011217-1.c: New test.
5144
5145 Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
5146
5147 * objc.dg/special/: New directory.
5148 * objc.dg/special/special.exp: New file.
5149 * objc.dg/special/unclaimed-category-1.h: New file.
5150 * objc.dg/special/unclaimed-category-1a.m: New file.
5151 * objc.dg/special/unclaimed-category-1.m: New file.
5152
5153 2001-12-17 Andreas Jaeger <aj@suse.de>
5154
5155 * gcc.c-torture/compile/20011217-2.c: New test.
5156
5157 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
5158
5159 * gcc.c-torture/compile/20011217-1.c: New test.
5160
5161 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
5162
5163 * testsuite/gcc.dg/20011214-1.c: New.
5164
5165 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
5166
5167 * gcc.dg/altivec-4.c: New.
5168
5169 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
5170
5171 * gcc.dg/20011113-1.c: New test.
5172
5173 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
5174
5175 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
5176 std::__malloc_alloc_template<0> and
5177 std::__default_alloc_template<false, 0>.
5178
5179 Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
5180
5181 * objc/execute/bf-21.m: New test.
5182 * objc/execute/enumeration-1.m: New test.
5183 * objc/execute/enumeration-2.m: New test.
5184
5185 2001-12-12 Jakub Jelinek <jakub@redhat.com>
5186
5187 * gcc.dg/gnu89-init-1.c: New test.
5188
5189 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
5190
5191 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
5192 * g++.old-deja/g++.jason/2371.C: Likewise.
5193 * g++.old-deja/g++.jason/template33.C: Likewise.
5194 * g++.old-deja/g++.jason/template34.C: Likewise.
5195 * g++.old-deja/g++.jason/template36.C: Likewise.
5196 * g++.old-deja/g++.oliva/typename1.C: Likewise.
5197 * g++.old-deja/g++.oliva/typename2.C: Likewise.
5198 * g++.old-deja/g++.other/typename1.C: Likewise.
5199 * g++.old-deja/g++.pt/inherit2.C: Likewise.
5200 * g++.old-deja/g++.pt/nontype5.C: Likewise.
5201 * g++.old-deja/g++.pt/typename11.C: Likewise.
5202 * g++.old-deja/g++.pt/typename14.C: Likewise.
5203 * g++.old-deja/g++.pt/typename16.C: Likewise.
5204 * g++.old-deja/g++.pt/typename3.C: Likewise.
5205 * g++.old-deja/g++.pt/typename4.C: Likewise.
5206 * g++.old-deja/g++.pt/typename5.C: Likewise.
5207 * g++.old-deja/g++.pt/typename7.C: Likewise.
5208 * g++.old-deja/g++.robertl/eb9.C: Likewise.
5209
5210 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
5211
5212 * g++.dg/other/linkage1.C: New test.
5213 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
5214 specifiers.
5215
5216 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
5217
5218 * gcc.dg/concat.c: New test.
5219
5220 2001-12-11 Stan Shebs <shebs@apple.com>
5221
5222 * objc/compile: New test directory.
5223 * objc/compile/compile.exp: New expect script.
5224 * objc/compile/20011211-1.m: New compile test.
5225
5226 2001-12-11 Jason Merrill <jason@redhat.com>
5227
5228 * lib/prune.exp (prune_gcc_output): Also handle "In member
5229 function". So many permutations...
5230
5231 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
5232
5233 * g++.dg/template/typedef1.C: New test.
5234
5235 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
5236
5237 * g++.dg/other/copy1.C: New test.
5238
5239 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
5240
5241 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
5242
5243 * gcc.dg/builtin-choose-expr.c: New.
5244
5245 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
5246
5247 * gcc.dg/altivec-2.c: New.
5248
5249 2001-12-07 Richard Henderson <rth@redhat.com>
5250
5251 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
5252
5253 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
5254
5255 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
5256 ultrasparc.
5257
5258 Fri Dec 7 06:29:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5259
5260 * g++-old.deja/g++.robertl/eb101.C: Deleted.
5261
5262 2001-12-06 Janis Johnson <janis187@us.ibm.com>
5263
5264 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
5265 variable argument list.
5266
5267 2001-12-06 Zack Weinberg <zack@codesourcery.com>
5268
5269 * gcc.c-torture/execute/memcheck: Delete entire directory.
5270 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
5271 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
5272
5273 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
5274
5275 * gcc.dg/Wshadow-1.c: New test.
5276
5277 2001-12-05 Jakub Jelinek <jakub@redhat.com>
5278
5279 * gcc.c-torture/compile/20011130-1.c: New test.
5280
5281 * gcc.dg/noncompile/20011025-1.c: New test.
5282
5283 * g++.dg/other/anon-union.C: New test.
5284
5285 * gcc.c-torture/execute/20011024-1.c: New test.
5286
5287 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
5288
5289 * gcc.c-torture/execute/20000722-1.x,
5290 gcc.c-torture/execute/20010123-1.x: Remove.
5291 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
5292 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
5293 gcc.dg/c99-complit-2.c: New tests.
5294
5295 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
5296
5297 * g++.dg/inherit/base1.C: New test.
5298
5299 2001-12-04 Jakub Jelinek <jakub@redhat.com>
5300
5301 * g++.dg/other/stdarg1.C: New test.
5302
5303 * gcc.c-torture/compile/20011130-2.c: New test.
5304
5305 2001-12-03 Janis Johnson <janis187@us.ibm.com>
5306
5307 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
5308 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
5309 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
5310 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
5311 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
5312 * gcc.dg/builtin-prefetch-1.c: New test.
5313
5314 2001-12-03 Jakub Jelinek <jakub@redhat.com>
5315
5316 * gcc.dg/20011130-1.c: New test.
5317
5318 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
5319
5320 * g++.dg/other/scope1.C: New test.
5321 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
5322
5323 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
5324
5325 * gcc.dg/vla-init-1.c: New test.
5326
5327 2001-12-01 Geoff Keating <geoffk@redhat.com>
5328
5329 * gcc.c-torture/compile/structs.c: New testcase from GDB.
5330
5331 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
5332
5333 * objc.dg/alias.m: Update.
5334 * objc.dg/class-1.m: Update.
5335 * objc.dg/const-str-1.m: Update.
5336 * objc.dg/fwd-proto-1.m: Update.
5337 * objc.dg/id-1.m: Update.
5338 * objc.dg/super-class-1.m: Update.
5339
5340 2001-11-29 Mark Mitchell <mark@codesourcery.com>
5341
5342 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
5343 constructs.
5344
5345 Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
5346
5347 * gcc.c-torture/execute/20011128-1.c: New test.
5348
5349 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
5350
5351 * gcc.dg/20011127-1.c: New test.
5352
5353 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
5354
5355 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
5356 from Austin Group draft 7.
5357 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
5358 scanf format arguments.
5359 * gcc.dg/format/no-exargs-2.c: New test.
5360
5361 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
5362
5363 * g++.dg/abi/vbase8-4.C: New test.
5364
5365 2001-11-24 Ian Lance Taylor <ian@airs.com>
5366
5367 * gcc.c-torture/execute/20011121-1.c: New test.
5368
5369 Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
5370
5371 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
5372
5373 2001-11-23 Andreas Jaeger <aj@suse.de>
5374
5375 * gcc.dg/cpp/charconst-2.c: New test.
5376
5377 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
5378
5379 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
5380 to the host if it is remote. Let tests specify extra headers
5381 they use.
5382 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
5383 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
5384 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
5385 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
5386 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
5387 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
5388 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
5389 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
5390 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
5391 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
5392
5393 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
5394
5395 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
5396 for little endian ARMs.
5397
5398 2001-11-20 Jakub Jelinek <jakub@redhat.com>
5399
5400 * gcc.c-torture/compile/20011119-1.c: New test.
5401 * gcc.c-torture/compile/20011119-2.c: New test.
5402
5403 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
5404
5405 * gcc.dg/altivec-1.c: Fix typo.
5406
5407 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
5408
5409 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
5410
5411 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
5412
5413 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
5414
5415 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
5416
5417 * lib/g77.exp: Don't specify --rpath-link.
5418
5419 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
5420 across all the headers.
5421 * gcc.dg/format/format.exp: For testing on a remote host,
5422 copy format.h.
5423
5424 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
5425 * gcc.c-torture/execute/930406-1.c: Likewise.
5426 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
5427
5428 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
5429
5430 * gcc.dg/altivec-1.c: New.
5431
5432 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
5433
5434 * gcc.dg/cpp/fpreprocessed.c: New test case.
5435
5436 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5437
5438 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
5439 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
5440 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
5441
5442 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
5443
5444 * gcc.dg/no-builtin-1.c: New test.
5445
5446 2001-11-16 Jakub Jelinek <jakub@redhat.com>
5447
5448 * gcc.c-torture/execute/20011115-1.c: New test.
5449
5450 2001-11-15 Jakub Jelinek <jakub@redhat.com>
5451
5452 * gcc.c-torture/compile/20011114-2.c: New test.
5453 * gcc.c-torture/compile/20011114-3.c: New test.
5454 * gcc.c-torture/compile/20011114-4.c: New test.
5455
5456 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
5457
5458 * g++.dg/other/init1.C: New test.
5459
5460 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
5461
5462 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
5463 message.
5464
5465 * gcc.c-torture/execute/20011114-1.c: New testcase.
5466
5467 * gcc.c-torture/compile/20010327-1.c: Revert last change.
5468 * gcc.c-torture/compile/20011114-1.c: New test, exactly
5469 like the (before this change) version of 20010327-1.c.
5470
5471 2001-11-14 Roger Sayle <roger@eyesopen.com>
5472
5473 * gcc.c-torture/execute/string-opt-13.c: New testcase.
5474
5475 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
5476
5477 * g++.dg/init/array2.C: New test.
5478
5479 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
5480
5481 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
5482
5483 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
5484
5485 * g++.dg/other/forscope1.C: New test.
5486 * g++.dg/ext/forscope1.C: New test.
5487 * g++.dg/ext/forscope2.C: New test.
5488
5489 2001-11-13 Jakub Jelinek <jakub@redhat.com>
5490
5491 * gcc.c-torture/execute/20011113-1.c: New test.
5492
5493 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
5494
5495 * gcc.c-torture/execute/20011109-2.c: New test.
5496
5497 * gcc.c-torture/execute/20011109-1.c: New test.
5498
5499 2001-11-09 Jakub Jelinek <jakub@redhat.com>
5500
5501 * gcc.c-torture/compile/20011109-1.c: New test.
5502
5503 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
5504
5505 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
5506 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
5507 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
5508 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
5509 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
5510 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
5511 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
5512
5513 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
5514
5515 * g++.dg/warn/Wshadow-1.C: New tests.
5516 * g++.old-deja/g++.mike/for3.C: Update.
5517
5518 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
5519
5520 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
5521 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
5522 XFAILs. Adjust expected error texts.
5523 * gcc.c-torture/compile/20011106-1.c,
5524 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
5525 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
5526 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
5527 gcc.dg/c99-array-lval-5.c: New tests.
5528
5529 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5530
5531 * gcc.dg/cpp/defined.c: Update.
5532
5533 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5534
5535 * gcc.c-torture/execute/anon-1.c: New test.
5536
5537 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
5538
5539 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
5540 same size, so no warning should be produced on stormy16.
5541
5542 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
5543 due to oversized array.
5544 * g++.old-deja/g++.mike/ns15.C: Likewise.
5545 * g++.old-deja/g++.pt/crash16.C: Likewise.
5546
5547 2001-11-02 Graham Stott <grahams@redhat.com>
5548
5549 * g++.dgother/debug1.C: Fix typos.
5550
5551 2001-11-01 Jakub Jelinek <jakub@redhat.com>
5552
5553 * g++.dg/other/debug1.C: New test.
5554
5555 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5556
5557 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
5558 of unsigned long.
5559
5560 2001-10-30 Jakub Jelinek <jakub@redhat.com>
5561
5562 * gcc.dg/20011029-2.c: New test.
5563
5564 * gcc.c-torture/compile/20011029-1.c: New test.
5565
5566 Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
5567
5568 * objc/execute/class_self-1.m: New test.
5569 * objc/execute/class_self-2.m: New test.
5570
5571 2001-10-25 Zack Weinberg <zack@codesourcery.com>
5572
5573 * gcc.misc-tests/msgs.exp: Delete.
5574 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
5575 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
5576 error set to match recent changes.
5577
5578 2001-10-24 Zack Weinberg <zack@codesourcery.com>
5579
5580 * gcc.dg/20011021-1.c: New test.
5581
5582 2001-10-24 Jakub Jelinek <jakub@redhat.com>
5583
5584 * gcc.c-torture/compile/20011023-1.c: New test.
5585
5586 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
5587
5588 * lib/g77.exp: Rewrite based on lib/g++.exp.
5589
5590 2001-10-19 Jakub Jelinek <jakub@redhat.com>
5591
5592 * gcc.c-torture/execute/20011019-1.c: New test.
5593
5594 * gcc.dg/20011018-1.c: New test.
5595
5596 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
5597
5598 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
5599
5600 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
5601
5602 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
5603 * gcc.dg/attr-invalid.c: Likewise.
5604
5605 2001-10-18 Jakub Jelinek <jakub@redhat.com>
5606
5607 * testsuite/gcc.dg/20011015-1.c: New test.
5608
5609 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5610
5611 * g++.dg/template/unify2.C: New test.
5612
5613 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
5614
5615 * g++.dg/other/exception-specification.C: New test
5616
5617 2001-10-13 Tom Rix <trix@redhat.com>
5618
5619 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
5620 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
5621
5622 2001-10-12 Jakub Jelinek <jakub@redhat.com>
5623
5624 * testsuite/gcc.dg/20011009-1.c: New test.
5625
5626 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
5627
5628 PR g++/4476
5629 * g++.dg/other/friend1.C: New test.
5630
5631 2001-10-11 Richard Henderson <rth@redhat.com>
5632
5633 * g++.old-deja/g++.other/crash18.C: Add -S to options.
5634
5635 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5636
5637 * gcc.c-torture/compile/20011010-1.c: New.
5638
5639 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
5640
5641 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
5642 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
5643 g77.f-torture/execute/execute.exp,
5644 g77.f-torture/noncompile/noncompile.exp,
5645 gcc.c-torture/compile/compile.exp,
5646 gcc.c-torture/execute/execute.exp,
5647 gcc.c-torture/execute/ieee/ieee.exp,
5648 gcc.c-torture/execute/memcheck/memcheck.exp,
5649 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
5650 objc/execute/execute.exp: Update FSF address.
5651
5652 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
5653
5654 * gcc.dg/cpp/cmdlne-C.c: Update.
5655 * gcc.dg/cpp/cmdlne-C2.c: New.
5656
5657 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5658
5659 * gcc.c-torture/execute/20011008-3.c: New.
5660
5661 2001-10-08 DJ Delorie <dj@redhat.com>
5662
5663 * gcc.dg/20011008-1.c: New.
5664 * gcc.dg/20011008-2.c: New.
5665
5666 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
5667
5668 * gcc.dg/cpp/spacing1.c: Update test.
5669
5670 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
5671
5672 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
5673 spelling errors of "separate" as "seperate".
5674
5675 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
5676
5677 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
5678 enough to avoid inlining.
5679
5680 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
5681
5682 * lib/g77.exp: set libg2c_dir correctly.
5683
5684 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
5685
5686 * gcc.dg/cpp/macro11.c: New test.
5687
5688 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5689
5690 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
5691 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
5692 gcc.dg/format/multattr-3.c: New tests.
5693 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
5694 tests for format attributes on function pointers being rejected.
5695
5696 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5697
5698 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
5699
5700 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5701
5702 * g++.dg/warn/format1.C: New test.
5703
5704 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
5705
5706 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
5707
5708 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5709
5710 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
5711
5712 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
5713
5714 * gcc.dg/cpp/redef2.c: Add test.
5715
5716 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
5717
5718 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
5719 long-standing bug on i686, apparently.
5720 * gcc.c-torture/execute/loop-2c.x: New file.
5721 * gcc.c-torture/execute/loop-2d.x: New file.
5722 * gcc.c-torture/execute/loop-3c.x: New file.
5723
5724 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
5725
5726 * gcc.dg/cpp/20000625-2.c: Correct line number.
5727
5728 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5729
5730 * gcc.dg/cpp/macro10.c: New test.
5731 * gcc.dg/cpp/strify3.c: New test.
5732 * gcc.dg/cpp/spacing1.c: Add tests.
5733 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
5734 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
5735
5736 2001-09-24 DJ Delorie <dj@redhat.com>
5737
5738 * gcc.c-torture/execute/20010924-1.c: New test.
5739
5740 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
5741
5742 * testsuite/objc/execute/paste.m: Remove.
5743
5744 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
5745
5746 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
5747
5748 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
5749
5750 * g77.dg/strlen0.f: New test.
5751
5752 2001-09-21 Richard Henderson <rth@redhat.com>
5753
5754 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
5755 * g++.old-deja/g++.abi/vtable2.C: Likewise.
5756
5757 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
5758
5759 Table-driven attributes.
5760 * g++.dg/ext/attrib1.C: New test.
5761
5762 2001-09-20 DJ Delorie <dj@redhat.com>
5763
5764 * gcc.dg/20000926-1.c: Update expected warning messages.
5765 * gcc.dg/array-2.c: Likewise, and test for warnings too.
5766 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
5767 array.
5768
5769 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
5770
5771 * g++.dg/eh/registers1.C: New test case.
5772
5773 2001-09-17 Richard Henderson <rth@redhat.com>
5774
5775 * gcc.dg/array-5.c: Fix VLA decomposition test.
5776
5777 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
5778
5779 * gcc.dg/cpp/line5.c: New testcase.
5780
5781 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
5782
5783 * gcc.dg/cpp/macro9.c: New test.
5784
5785 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
5786
5787 * gcc.c-torture/execute/980223.c: Change type of addr from long
5788 to char *.
5789
5790 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
5791
5792 * gcc.c-torture/execute/20010915-1.c: New test.
5793
5794 2001-09-14 Janis Johnson <janis187@us.ibm.com>
5795
5796 * g77.dg/bprob: New directory.
5797 * g77.dg/bprob/bprob.exp: New file.
5798 * g77.dg/bprob/bprob-1.f: New test.
5799 * g77.dg/gcov: New directory.
5800 * g77.dg/gcov/gcov.exp: New file.
5801 * g77.dg/gcov/gcov-1.f: New test.
5802 * g77.dg/gcov/gcov-1.x: New file.
5803
5804 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
5805
5806 * gcc.dg/cpp/directiv.c: Update.
5807 * gcc.dg/cpp/undef1.c: Update.
5808
5809 2001-09-12 Jakub Jelinek <jakub@redhat.com>
5810
5811 * gcc.dg/20010912-1.c: New test.
5812
5813 2001-09-11 Janis Johnson <janis187@us.ibm.com>
5814
5815 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
5816 language-independent file in lib.
5817 * lib/gcov.exp: New file.
5818
5819 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
5820
5821 * gcc.c-torture/compile/20010911-1.c: New test.
5822
5823 2001-09-10 Janis Johnson <janis187@us.ibm.com>
5824
5825 * lib/profopt.exp: New, to support profile-directed optimizations.
5826 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
5827 * gcc.misc-tests/bprob-1.c: New test.
5828 * gcc.misc-tests/bprob-2.c: New test.
5829
5830 2001-09-07 Janis Johnson <janis187@us.ibm.com>
5831
5832 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
5833 XFAIL and which kinds of gcov output to verify.
5834 * gcc.misc-tests/gcov-4b.x: New file.
5835 * gcc.misc-tests/gcov-5b.x: New file.
5836 * gcc.misc-tests/gcov-6.x: New file.
5837 * gcc.misc-tests/gcov-7.c: New test.
5838 * gcc.misc-tests/gcov-7.x: New file.
5839
5840 2001-09-06 Janis Johnson <janis187@us.ibm.com>
5841
5842 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
5843 * gcc.misc-tests/gcov-6.c: New test.
5844
5845 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
5846
5847 PR c++/3986
5848 * g++.dg/abi/vbase1.C: New test.
5849
5850 2001-09-05 Ziemowit Laski <zlaski@apple.com>
5851
5852 * objc.dg/method-2.m: New.
5853
5854 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
5855
5856 PR c++/4203
5857 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
5858 * g++.dg/init/empty1.C: New test.
5859
5860 2001-09-03 Jakub Jelinek <jakub@redhat.com>
5861
5862 * gcc.c-torture/compile/20010903-1.c: New test.
5863
5864 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
5865
5866 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
5867 for m68k.
5868
5869 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
5870
5871 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
5872
5873 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
5874
5875 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
5876
5877 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
5878
5879 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
5880 for 16-bit 'unsigned int'.
5881
5882 2001-08-29 Kazu Hirata <kazu@hxi.com>
5883
5884 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
5885
5886 2001-08-27 Richard Henderson <rth@redhat.com>
5887
5888 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
5889 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
5890
5891 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
5892
5893 * gcc.dg/asm-names.c (ymain): New.
5894
5895 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
5896
5897 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
5898 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
5899 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
5900
5901 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5902
5903 * gcc.dg/compare5.c: New testcase.
5904
5905 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
5906
5907 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
5908 and "In instantiation".
5909
5910 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
5911
5912 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
5913
5914 2001-08-20 Janis Johnson <janis187@us.ibm.com>
5915
5916 * gcc.misc-tests/gcov.exp: Add support for branch information.
5917 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
5918 * gcc.misc-tests/gcov-4.c: New test.
5919 * gcc.misc-tests/gcov-4b.c: New test.
5920 * gcc.misc-tests/gcov-5b.c: New test.
5921
5922 2001-08-20 Zack Weinberg <zackw@panix.com>
5923
5924 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
5925 expected to fail.
5926
5927 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
5928
5929 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
5930
5931 2001-08-19 Jakub Jelinek <jakub@redhat.com>
5932
5933 * g++.dg/eh/template1.C: New test.
5934
5935 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
5936
5937 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
5938 Fix thinko.
5939 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
5940 for xfail.
5941
5942 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
5943
5944 * lib/g77-dg.exp: Use prune.exp for common procedures
5945 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
5946 * lib/g77.exp: (g77-dg-prune) Remove
5947
5948 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
5949
5950 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
5951
5952 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5953
5954 * g++.dg/template/unify1.C: New test.
5955
5956 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
5957
5958 * g++.dg/abi/empty4.C: New test.
5959
5960 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
5961
5962 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
5963 solaris2.*
5964 * g77.f-torture/compile/pr3743.x: Likewise
5965
5966 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
5967
5968 * g++.dg/other/using-declaration.C: New test.
5969
5970 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
5971
5972 * gcc.dg/cpp/tr-sign.c: New testcase.
5973
5974 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
5975
5976 * gcc.dg/cpp/19951025-1.c: Revert.
5977 * gcc.dg/cpp/directiv.c: We no longer process directives that
5978 interrupt macro arguments.
5979
5980 2001-08-03 Zack Weinberg <zackw@stanford.edu>
5981
5982 * gcc.dg/bconstp-1.c: New test.
5983
5984 2001-08-03 Richard Henderson <rth@redhat.com>
5985
5986 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
5987
5988 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
5989
5990 * gcc.dg/cpp/19951025-1.c: Update.
5991
5992 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
5993
5994 * g77.dg/ff90-1.f (s): Fix reference of variable z,
5995 should be x.
5996
5997 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
5998
5999 Kill -fhonor-std.
6000 * g++.old-deja/g++.ns/ns14.C: Remove special options.
6001 * g++.old-deja/g++.other/std1.C: Likewise.
6002 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
6003
6004 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6005
6006 * lib/g77.exp: Load gcc-defs.exp for common procedures
6007 (g77_pass, g77_fail, g77_finish, g77_exit,
6008 ${tool}_check_unsupported_p} Now redundant. Deleted.
6009
6010 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
6011
6012 * g77.dg/fbackslash.f
6013 * g77.dg/fcase-preserve.f
6014 * g77.dg/ff90-1.f
6015 * g77.dg/ffixed-line-length-0.f
6016 * g77.dg/ffixed-line-length-132.f
6017 * g77.dg/ffixed-line-length-7.f
6018 * g77.dg/ffixed-line-length-72.f
6019 * g77.dg/ffixed-line-length-none.f
6020 * g77.dg/ffree-form-1.f
6021 * g77.dg/fno-backslash.f
6022 * g77.dg/fno-f90-1.f
6023 * g77.dg/fno-fixed-form-1.f
6024 * g77.dg/fno-onetrip.f
6025 * g77.dg/fno-typeless-boz.f
6026 * g77.dg/fno-underscoring.f
6027 * g77.dg/fno-vxt-1.f
6028 * g77.dg/fonetrip.f
6029 * g77.dg/ftypeless-boz.f
6030 * g77.dg/fugly-assumed.f
6031 * g77.dg/funderscoring.f
6032 * g77.dg/fvxt-1.f
6033
6034 2001-08-01 Ziemowit Laski <zlaski@apple.com>
6035
6036 * objc.dg/fwd-proto-1.m: New.
6037 * objc.dg/local-decl-1.m: New.
6038 * objc.dg/naming-1.m: New.
6039 * objc.dg/naming-2.m: New.
6040 * objc.dg/proto-hier-1.m: New.
6041
6042 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
6043
6044 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
6045 largest-type elements to a struct makes its size grow.
6046
6047 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6048
6049 * g++.dg/abi/vthunk1.C: New test.
6050
6051 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
6052
6053 * g++.dg/abi/vbase8-22.C: New test.
6054
6055 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6056
6057 * gcc.dg/cpp/macro8.c: New test.
6058
6059 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6060
6061 * g++.dg/abi/vbase8-21.C: New test.
6062
6063 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
6064
6065 * g++.dg/abi/vbase8-10.C: New test.
6066
6067 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6068
6069 * lib/g++.exp (g++_set_ld_library_path): Renamed to
6070 ${tool}_set_ld_library_path.
6071 Changed caller.
6072 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
6073 g++.exp.
6074
6075 2001-07-26 Stan Cox <scox@redhat.com>
6076
6077 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
6078 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
6079 gcc_exit, gcc_check_unsupported_p):
6080 Moved to gcc-deps.exp
6081 * gcc-deps.exp: New file.
6082
6083 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6084
6085 * g++.old-deja/g++.pt/defarg14.C: New test.
6086
6087 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6088
6089 * g++.old-deja/g++.other/lineno5.C: New test.
6090
6091 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6092
6093 * g++.old-deja/g++.pt/crash68.C: New test.
6094
6095 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
6096
6097 * g++.old-deja/g++.other/crash42.C: New test.
6098
6099 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
6100
6101 * gcc.dg/cpp/extratokens.c: Fix.
6102 * gcc.dg/cpp/skipping2.c: New tests.
6103
6104 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6105
6106 * gcc.c-torture/execute/20010724-1.c: New file.
6107 * gcc.c-torture/execute/20010724-1.x: New file.
6108
6109 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6110
6111 * g++.old-deja/g++.other/cond7.C: New test.
6112
6113 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6114
6115 * g++.old-deja/g++.other/optimize4.C: New test.
6116
6117 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
6118
6119 * g++.old-deja/g++.abi/vbase8-5.C: New test.
6120
6121 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
6122
6123 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
6124 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
6125 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
6126 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
6127
6128 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
6129 bug report" message.
6130
6131 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
6132 * g++.dg/ext/instantiate1.C: Move from old-deja.
6133
6134 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
6135
6136 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
6137 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
6138 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
6139 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
6140
6141 Mon Jul 23 10:14:17 2001 Jeffrey A Law (law@cygnus.com)
6142
6143 * gcc.c-torture/execute/20010723-1.c: New test.
6144
6145 2001-07-23 Ben Elliston <bje@redhat.com>
6146
6147 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
6148
6149 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6150
6151 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
6152 i[34567]86-*-*.
6153 Delete handling of ieee_multilib_flags.
6154 Pass -mieee for alpha*-*-* and sh-*-*.
6155 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
6156
6157 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
6158
6159 Remove old-abi tests.
6160 * g++.old-deja/g++.mike/p11116.C: Remove.
6161 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
6162
6163 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
6164
6165 * g77.f-torture/compile/pr3743.f: New test
6166
6167 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
6168
6169 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
6170
6171 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6172
6173 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
6174 g++.old-deja/g++.pt/static6.C: Likewise.
6175 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
6176 supports weak symbols.
6177
6178 2001-07-18 Andreas Jaeger <aj@suse.de>
6179
6180 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
6181 supported again.
6182
6183 2001-07-18 Andreas Jaeger <aj@suse.de>
6184
6185 * gcc.dg/iftrap-1.c: Fix target line.
6186
6187 2001-07-17 Richard Henderson <rth@redhat.com>
6188
6189 * gcc.c-torture/execute/20010717-1.c: New.
6190
6191 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
6192
6193 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
6194 tests.
6195
6196 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
6197
6198 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
6199
6200 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6201
6202 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
6203 UAC_SIGBUS, UAC_NOPRINT definitions.
6204
6205 Mon Jul 16 12:21:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
6206
6207 * objc/execute/object_is_class.m: New test.
6208 * objc/execute/object_is_meta_class.m: New test.
6209
6210 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
6211
6212 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
6213 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
6214
6215 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
6216
6217 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
6218 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
6219
6220 2001-07-14 Richard Henderson <rth@redhat.com>
6221
6222 * gcc.dg/iftrap-1.c: New.
6223
6224 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
6225
6226 * g77.f-torture/execute/intrinsic77.f: New test.
6227
6228 2001-07-11 Janis Johnson <janis@us.ibm.com>
6229
6230 * gcc.misc-tests/gcov-3.c: New test.
6231
6232 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6233
6234 * gcc.c-torture/compile/20010711-1.c,
6235 * gcc.c-torture/compile/20010711-2.c: New tests.
6236
6237 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
6238
6239 * gcc.c-torture/execute/20010711-1.c: New test.
6240
6241 2001-07-11 Ben Elliston <bje@redhat.com>
6242
6243 * g++.old-deja/g++.other/enum5.C: New test.
6244
6245 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
6246
6247 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
6248 (g++-dg-prune): Call prune_gcc_output.
6249 * prune.exp: New file for prune_gcc_output.
6250 * lib/g++.exp, lib/gcc.exp: Load it.
6251
6252 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
6253
6254 * gcc.c-torture/compile/20010701-1.c,
6255 g++.old-deja/g++.ext/attrib6.C: New tests.
6256
6257 Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
6258
6259 * gcc.c-torture/compile/20010706-1.c: New test.
6260
6261 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
6262
6263 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
6264
6265 2001-06-28 Stan Shebs <shebs@apple.com>
6266
6267 * gcc.dg/pragma-darwin.c: New test.
6268
6269 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6270
6271 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
6272 Solaris 2.[678] system.
6273
6274 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
6275
6276 * gcc.dg/20010622-1.c: New test.
6277
6278 2001-06-18 Stan Shebs <shebs@apple.com>
6279
6280 * objc.dg: New directory.
6281 * objc.dg/dg.exp: New file.
6282 * objc.dg/alias.m: New.
6283 * objc.dg/class-1.m: New.
6284 * objc.dg/class-2.m: New.
6285 * objc.dg/const-str-1.m: New.
6286 * objc.dg/const-str-2.m: New.
6287 * objc.dg/id-1.m: New.
6288 * objc.dg/method-1.m: New.
6289 * objc.dg/super-class-1.m: New.
6290 * lib/objc-dg.exp: New file.
6291
6292 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6293
6294 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
6295 of label name.
6296
6297 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
6298
6299 * g++.old-deja/g++.abi/vbase8-9.C: New test.
6300
6301 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6302
6303 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
6304 variable.
6305
6306 2001-06-12 Richard Henderson <rth@redhat.com>
6307
6308 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
6309
6310 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6311
6312 * g++.old-deja/g++.abi/vbase5.C: New test.
6313 * g++.old-deja/g++.abi/vbase6.C: New test.
6314 * g++.old-deja/g++.abi/vbase7.C: New test.
6315
6316 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6317
6318 * gcc.c-torture/compile/20010610-1.c: New test.
6319
6320 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
6321
6322 * g++.old-deja/g++.abi/vbase4.C: New test.
6323
6324 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6325
6326 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
6327 support %f for HC11/HC12 targets.
6328 * gcc.c-torture/execute/930513-1.x: New file, likewise.
6329 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
6330 on HC11/HC12 targets.
6331 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
6332
6333 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6334
6335 * gcc.dg/wchar_t-1.c: New file.
6336 * gcc.dg/wint_t-1.c: Likewise.
6337
6338 2001-06-11 Bernd Schmidt <bernds@redhat.com>
6339
6340 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
6341
6342 2001-06-11 Richard Henderson <rth@redhat.com>
6343
6344 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
6345
6346 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6347
6348 * gcc.c-torture/compile/20010611-1.c: New test.
6349
6350 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
6351
6352 * gcc.dg/c99-tag-1.c: Add more tests.
6353
6354 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
6355
6356 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
6357 representation on MN10300 and ARM/Thumb.
6358
6359 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
6360
6361 * g77.f-torture/execute/20010610.f: New.
6362
6363 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
6364
6365 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
6366 names.
6367
6368 2001-06-09 Richard Henderson <rth@redhat.com>
6369
6370 * gcc.c-torture/execute/ashrdi-1.c: New.
6371 * gcc.c-torture/execute/ashldi-1.c: New.
6372 * gcc.c-torture/execute/lshrdi-1.c: New.
6373
6374 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
6375
6376 * objc/execute/load-3.m: Added. Check sending +load to categories,
6377 in addition to classes.
6378
6379 2001-06-08 Stan Shebs <shebs@apple.com>
6380
6381 * objc/execute/load-2.m: New test. From Nicola Pero
6382 <n.pero@mi.flashnet.it>.
6383
6384 2001-06-08 Jakub Jelinek <jakub@redhat.com>
6385
6386 * gcc.c-torture/execute/20010605-2.c: New test.
6387
6388 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6389
6390 * g++.old-deja/g++.abi/vbase2.C: New test.
6391 * g++.old-deja/g++.abi/vbase3.C: New test.
6392
6393 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
6394
6395 * g++.old-deja/g++.pt/friend49.C: New test.
6396
6397 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
6398
6399 * g++.old-deja/g++.ext/anon3.C: New test.
6400
6401 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
6402
6403 * g++.old-deja/g++.other/conv7.C: New test.
6404
6405 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
6406
6407 * gcc.c-torture/compile/20010605-2.c: New test.
6408
6409 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
6410
6411 * gcc.c-torture/execute/20010604-1.c: New test.
6412
6413 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
6414
6415 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
6416
6417 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
6418
6419 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
6420 (g++_link_flags): Likewise.
6421 (g++_init): Pass gccpath's value to two previous functions.
6422
6423 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6424
6425 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
6426 Ensure logfile entry matches exec command line.
6427
6428 2001-05-31 Richard Henderson <rth@redhat.com>
6429
6430 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
6431 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
6432
6433 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
6434
6435 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
6436 compiler for irix6.2
6437
6438 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
6439
6440 * g++.old-deja/g++.other/optimize3.C: New file.
6441
6442 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
6443
6444 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
6445 assemble.
6446
6447 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
6448
6449 * g++.old-deja/g++.other/optimize2.C: New file.
6450
6451 2001-05-25 Diego Novillo <dnovillo@redhat.com>
6452
6453 * gcc.c-torture/compile/20010518-2.c: New file.
6454 * gcc.c-torture/execute/20010518-1.c: New file.
6455 * gcc.c-torture/execute/20010518-2.c: New file.
6456
6457 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
6458
6459 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
6460
6461 2001-05-24 Mark Mitchell <mark@codesourcery.com>
6462
6463 G++ no longer defines builtins that do not begin with __builtin.
6464 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
6465 * g++.old-deja/g++.brendand/misc13.C: Likewise.
6466 * g++.old-deja/g++.law/builtin1.C: Likewise.
6467 * g++.old-deja/g++.law/cvt2.C: Likewise.
6468 * g++.old-deja/g++.mike/net5.C: Likewise.
6469 * g++.old-deja/g++.other/builtins1.C: Likewise.
6470 * g++.old-deja/g++.other/builtins2.C: Likewise.
6471 * g++.old-deja/g++.other/builtins3.C: Likewise.
6472 * g++.old-deja/g++.other/builtins4.C: Likewise.
6473 * g++.old-deja/g++.other/inline8.C: Likewise.
6474 * g++.old-deja/g++.robertl/eb39.C: Likewise.
6475
6476 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
6477
6478 * g++.old-deja/g++.pt/using1.C: Adjust.
6479 * g++.old-deja/g++.pt/using2.C: New test.
6480
6481 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
6482
6483 * gcc.dg/cpp/charconst.c: New tests.
6484 * gcc.dg/cpp/escape.c: New tests.
6485 * gcc.dg/cpp/escape-1.c: New tests.
6486 * gcc.dg/cpp/escape-2.c: New tests.
6487 * gcc.dg/cpp/ucs.c: New tests.
6488
6489 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
6490
6491 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
6492 native compiler for irix6.5.
6493
6494 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
6495
6496 * lib/g++.exp (g++_include_flags): Use args to compute
6497 get_multilibs.
6498 (g++_link_flags): Likewise.
6499 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
6500
6501 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
6502
6503 * gcc.dg/c90-hexfloat-1.c: Add more tests.
6504
6505 2001-05-21 Geoff Keating <geoffk@redhat.com>
6506
6507 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
6508 this file.
6509
6510 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6511
6512 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
6513 STACK_SIZE;
6514 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
6515 to STACK_SIZE; Use it to define size of add_histo array.
6516 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
6517 to STACK_SIZE.
6518 (f): Use GITT_SIZE to define size of gitt local table.
6519 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
6520 to STACK_SIZE; Use it to define size of bytemem array.
6521
6522 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6523
6524 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
6525 on 68HC11/HC12 due to the asm instruction.
6526 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
6527 * gcc.c-torture/compile/920520-1.x: Likewise.
6528 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
6529 on 68HC11/HC12 because the function is larger than 64K.
6530 * gcc.c-torture/compile/961203-1.x: New file, this test fails
6531 on 68HC11/HC12 because the structure is too large.
6532
6533 2001-05-20 Richard Henderson <rth@redhat.com>
6534
6535 * gcc.c-torture/execute/20010520-1.c: New.
6536
6537 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6538
6539 * g++.old-deja/g++.warn/compare1.C: New test.
6540 * gcc.dg/compare4.c: New test.
6541
6542 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
6543
6544 * g++.old-deja/g++.other/optimize1.C: New test.
6545
6546 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6547
6548 * g++.old-deja/g++.pt/spec41.C: New test.
6549
6550 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
6551
6552 * gcc.c-torture/compile/20010114-1.x: Remove.
6553
6554 2001-05-18 Stan Shebs <shebs@apple.com>
6555
6556 * gcc.c-torture/compile/20010518-1.c: New test.
6557
6558 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
6559
6560 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
6561 * g++.old-deja/g++.pt/crash67.C: New test.
6562
6563 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
6564
6565 * g++.old-deja/g++.other/debug9.C: New test.
6566
6567 2001-05-16 Zack Weinberg <zackw@stanford.edu>
6568
6569 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
6570
6571 Wed May 16 20:33:57 CEST 2001 Jan Hubicka <jh@suse.cz>
6572
6573 * gcc.c-torture/compile/20010516-1.c: New test.
6574
6575 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6576
6577 * g++.old-deja/g++.other/crash41.C: New test.
6578
6579 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
6580
6581 * g++.old-deja/g++.pt/crash66.C: New test.
6582
6583 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
6584
6585 * g++.old-deja/g++.robertl/eb27.C: Convert.
6586
6587 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
6588
6589 * g++.dg/friend-warn.C: New test. Do not warn about friend
6590 declaration being redundant.
6591
6592 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
6593
6594 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
6595
6596 2001-05-14 Mark Mitchell <mark@codesourcery.com>
6597
6598 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
6599
6600 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
6601
6602 * lib/g++.exp: Use testsuite_flags.
6603
6604 2001-05-13 Mark Mitchell <mark@codesourcery.com>
6605
6606 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
6607
6608 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6609
6610 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
6611
6612 2001-05-11 Mark Mitchell <mark@codesourcery.com>
6613
6614 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
6615
6616 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
6617
6618 * gcc.c-torture/compile/20010313-1.c: New test.
6619
6620 2001-05-09 Zack Weinberg <zackw@stanford.edu>
6621
6622 * gcc.dg/cpp/direct2.c: New test.
6623 * gccq.dg/cpp/direct2s.c: New test.
6624
6625 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
6626
6627 2001-05-07 Mark Mitchell <mark@codesourcery.com>
6628
6629 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
6630 * g++.old-deja/g++.other/op3.C: Likewise.
6631
6632 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
6633
6634 * gcc.dg/cpp/syshdr.h: New file.
6635 * gcc.dg/cpp/sysmac1.c: Update.
6636 * gcc.dg/cpp/sysmac2.c: Update.
6637
6638 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
6639
6640 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
6641
6642 2001-05-04 David Edelsohn <edelsohn@gnu.org>
6643
6644 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
6645 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
6646
6647 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
6648
6649 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
6650
6651 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
6652
6653 * lib/g++.exp (g++_include_flags): Don't use any special flags
6654 if TESTING_IN_BUILD_TREE is not defined.
6655 (g++_init): Use a plain 'c++' as the compiler if
6656 TESTING_IN_BUILD_TREEE is not defined.
6657
6658 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6659
6660 * g++.old-deja/g++.eh/catch13.C: New test.
6661 * g++.old-deja/g++.eh/catch14.C: New test.
6662
6663 2001-05-02 Jakub Jelinek <jakub@redhat.com>
6664
6665 * gcc.dg/cpp/tr-define.c: New test.
6666
6667 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
6668
6669 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
6670 <stdlib.h>, not <malloc.h>.
6671
6672 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6673
6674 * g++.old-deja/g++.ns/template17.C: New test.
6675
6676 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
6677
6678 * g++.old-deja/g++.pt/ref4.C: New test.
6679
6680 2001-04-30 Richard Henderson <rth@redhat.com>
6681
6682 * gcc.dg/20000724-1.c: Revert last change.
6683
6684 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
6685
6686 * g77.f-torture/execute/20010430.f: New test.
6687
6688 2001-04-30 Mark Mitchell <mark@codesourcery.com>
6689
6690 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
6691
6692 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
6693
6694 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
6695
6696 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6697
6698 * g++.old-deja/g++.eh/crash6.C: New test.
6699
6700 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6701
6702 * g++.old-deja/g++.other/warn7.C: New test.
6703
6704 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
6705
6706 * g++.old-deja/g++.other/defarg9.C: New test.
6707
6708 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6709
6710 * g77.f-torture/compile/20010426.f: New test.
6711 * g77.f-torture/execute/20010426.f: New test.
6712
6713 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
6714
6715 * g77.f-torture/compile/20000629-1.x: Remove - error
6716 has been fixed.
6717
6718 Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com)
6719
6720 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
6721 Tweak slightly to work with g++.dg framework.
6722 * g++.dg/special/ecos.exp: Run initp1.C test.
6723 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
6724
6725 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
6726 its linker doesn't give line numbers either.
6727 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
6728
6729 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6730
6731 * g++.old-deja/g++.other/lex1.C: New test.
6732
6733 2001-04-26 Jakub Jelinek <jakub@redhat.com>
6734
6735 * gcc.dg/noncompile/20010425-1.c: New test.
6736
6737 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
6738
6739 * g++.old-deja/g++.pt/mangle2.C: New test.
6740
6741 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6742
6743 * gcc.dg/format/plus-1.c: New test.
6744
6745 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6746
6747 * gcc.dg/20010423-1.c: New test.
6748
6749 2001-04-25 Jakub Jelinek <jakub@redhat.com>
6750
6751 * gcc.c-torture/execute/20010422-1.c: New test.
6752
6753 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
6754
6755 * g++.old-deja/g++.ns/type2.C: New test.
6756
6757 2001-04-24 Zack Weinberg <zackw@stanford.edu>
6758
6759 * g++.old-deja/g++.other/perf1.C: New test.
6760
6761 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
6762
6763 * gcc.dg/c99-func-2.c: Remove xfail.
6764 * gcc.dg/c99-func-3.c: Remove xfail.
6765 * gcc.dg/c99-func-4.c: Remove xfail.
6766
6767 2001-04-23 Zack Weinberg <zackw@stanford.edu>
6768
6769 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
6770
6771 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
6772
6773 * gcc.c-torture/compile/20010423-1.c: New test.
6774
6775 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6776
6777 * g++.old-deja/g++.pt/typename28.C: New test.
6778
6779 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
6780
6781 * g++.old-deja/g++.abi/empty2.C: New test.
6782 * g++.old-deja/g++.abi/empty3.C: New test.
6783
6784 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6785
6786 * g++.old-deja/g++.other/comdat2.C: New test.
6787 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
6788
6789 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6790
6791 * g++.old-deja/g++.other/overload14.C: New test.
6792
6793 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6794
6795 * g++.old-deja/g++.other/lookup23.C: New test.
6796
6797 2001-04-20 Jakub Jelinek <jakub@redhat.com>
6798
6799 * gcc.c-torture/execute/20010403-1.c: New test.
6800
6801 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
6802 Mark Mitchell <mark@codesourcery.com>
6803
6804 * lib/old-dejagnu.exp: Don't delete output of executable.
6805 Add .exe suffix to executables.
6806
6807 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
6808
6809 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
6810
6811 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6812
6813 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
6814
6815 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
6816
6817 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
6818 * g++.old-deja/g++.abi/crash1.C: New test.
6819
6820 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
6821
6822 * g++.old-deja/g++.other/crash40.C: New test.
6823
6824 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6825
6826 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
6827
6828 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
6829
6830 * g++.old-deja/g++.other/warn6.C: New test.
6831
6832 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
6833
6834 * g++.old-deja/g++.robertl/eb42.C: Same.
6835
6836 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6837
6838 * gcc.dg/wtr-conversion-1.c: New testcase.
6839
6840 2001-04-10 Richard Henderson <rth@redhat.com>
6841
6842 * g++.old-deja/g++.other/array5.C: New.
6843
6844 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6845
6846 * gcc.c-torture/execute/20010408-1.c: New test.
6847
6848 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
6849
6850 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
6851 headers and constructs.
6852 * g++.old-deja/g++.robertl/eb79.C: Same.
6853 * g++.old-deja/g++.robertl/eb77.C (main): Same.
6854 * g++.old-deja/g++.robertl/eb73.C: Same.
6855 * g++.old-deja/g++.robertl/eb66.C (main): Same.
6856 * g++.old-deja/g++.robertl/eb55.C (t): Same.
6857 * g++.old-deja/g++.robertl/eb54.C (main): Same.
6858 * g++.old-deja/g++.robertl/eb46.C (main): Same.
6859 * g++.old-deja/g++.robertl/eb44.C: Same.
6860 * g++.old-deja/g++.robertl/eb41.C (main): Same.
6861 * g++.old-deja/g++.robertl/eb4.C (main): Same.
6862 * g++.old-deja/g++.robertl/eb39.C: Same.
6863 * g++.old-deja/g++.robertl/eb33.C (main): Same.
6864 * g++.old-deja/g++.robertl/eb31.C (main): Same.
6865 * g++.old-deja/g++.robertl/eb30.C: Same.
6866 * g++.old-deja/g++.robertl/eb3.C: Same.
6867 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
6868 * g++.old-deja/g++.robertl/eb21.C: Same.
6869 * g++.old-deja/g++.robertl/eb15.C: Same.
6870 * g++.old-deja/g++.robertl/eb118.C: Same.
6871 * g++.old-deja/g++.robertl/eb115.C (main): Same.
6872 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
6873 * g++.old-deja/g++.robertl/eb109.C: Same.
6874 * g++.old-deja/g++.other/sibcall1.C (main): Same.
6875 * g++.old-deja/g++.mike/rtti1.C: Same.
6876 * g++.old-deja/g++.mike/p658.C: Same.
6877 * g++.old-deja/g++.mike/net46.C: Same.
6878 * g++.old-deja/g++.mike/net34.C: Same.
6879 * g++.old-deja/g++.mike/memoize1.C: Same.
6880 * g++.old-deja/g++.mike/eh2.C: Same.
6881 * g++.old-deja/g++.law/weak.C: Same.
6882 * g++.old-deja/g++.law/visibility7.C: Same.
6883 * g++.old-deja/g++.law/visibility25.C: Same.
6884 * g++.old-deja/g++.law/visibility22.C: Same.
6885 * g++.old-deja/g++.law/visibility2.C: Same.
6886 * g++.old-deja/g++.law/visibility17.C: Same.
6887 * g++.old-deja/g++.law/visibility13.C: Same.
6888 * g++.old-deja/g++.law/visibility10.C: Same.
6889 * g++.old-deja/g++.law/visibility1.C: Same.
6890 * g++.old-deja/g++.law/virtual3.C (eval): Same.
6891 * g++.old-deja/g++.law/vbase1.C: Same.
6892 * g++.old-deja/g++.law/operators32.C: Same.
6893 * g++.old-deja/g++.law/nest3.C: Same.
6894 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
6895 * g++.old-deja/g++.law/except5.C (main): Same.
6896 * g++.old-deja/g++.law/cvt7.C (run): Same.
6897 * g++.old-deja/g++.law/cvt2.C: Same.
6898 * g++.old-deja/g++.law/cvt16.C: Same.
6899 * g++.old-deja/g++.law/ctors6.C (bar): Same.
6900 * g++.old-deja/g++.law/ctors17.C (main): Same.
6901 * g++.old-deja/g++.law/ctors13.C: Same.
6902 * g++.old-deja/g++.law/ctors12.C (main): Same.
6903 * g++.old-deja/g++.law/ctors10.C: Same.
6904 * g++.old-deja/g++.law/code-gen5.C: Same.
6905 * g++.old-deja/g++.law/bad-error7.C: Same.
6906 * g++.old-deja/g++.law/arm9.C: Same.
6907 * g++.old-deja/g++.law/arm12.C: Same.
6908 * g++.old-deja/g++.law/arg8.C: Same.
6909 * g++.old-deja/g++.law/arg1.C: Same.
6910 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
6911 * g++.old-deja/g++.jason/template31.C: Same.
6912 * g++.old-deja/g++.jason/template24.C (main): Same.
6913 * g++.old-deja/g++.jason/2371.C: Same.
6914 * g++.old-deja/g++.eh/new2.C: Same.
6915 * g++.old-deja/g++.eh/new1.C: Same.
6916 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
6917 * g++.old-deja/g++.brendan/nest21.C (main): Same.
6918 * g++.old-deja/g++.brendan/err-msg3.C: Same.
6919 * g++.old-deja/g++.brendan/crash62.C: Same.
6920 * g++.old-deja/g++.brendan/crash52.C: Same.
6921 * g++.old-deja/g++.brendan/crash49.C (main): Same.
6922 * g++.old-deja/g++.brendan/crash38.C: Same.
6923 * g++.old-deja/g++.brendan/crash15.C (main): Same.
6924 * g++.old-deja/g++.brendan/copy9.C: Same.
6925
6926 Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
6927
6928 * gcc.c-torture/execute/20001203-2.c (memset):
6929 Count argument is of type __SIZE_TYPE__.
6930
6931 2001-04-04 Diego Novillo <dnovillo@redhat.com>
6932
6933 * gcc.c-torture/compile/20010404-1.c: New test.
6934
6935 2001-04-04 Jakub Jelinek <jakub@redhat.com>
6936
6937 * gcc.c-torture/compile/20010326-1.c: New test.
6938
6939 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
6940
6941 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
6942 peculiarities of the SH.
6943 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
6944
6945 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6946
6947 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
6948 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
6949 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
6950
6951 2001-04-02 Jakub Jelinek <jakub@redhat.com>
6952
6953 * g77.f-torture/compile/20010321-1.f: New test.
6954
6955 2001-04-02 Jakub Jelinek <jakub@redhat.com>
6956
6957 * gcc.c-torture/compile/20010329-1.c: New test.
6958
6959 2001-04-02 Jakub Jelinek <jakub@redhat.com>
6960
6961 * gcc.c-torture/execute/20010329-1.c: New test.
6962
6963 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
6964
6965 * g++.old-deja/g++.other/eh4.C: Fix typo.
6966
6967 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
6968
6969 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
6970
6971 2001-03-28 Philip Blundell <philb@gnu.org>
6972
6973 * gcc.c-torture/compile/20010328-1.c: New test.
6974
6975 2001-03-27 Richard Henderson <rth@redhat.com>
6976
6977 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
6978 * g++.old-deja/g++.eh/vbase3.C: Likewise.
6979
6980 2001-03-27 Alan Modra <alan@linuxcare.com.au>
6981
6982 * gcc.c-torture/compile/20010327-1.c: New test.
6983
6984 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
6985
6986 * g++.old-deja/g++.other/friend12.C: New test.
6987 * g++.old-deja/g++.other/friend9.C: Expect no errors.
6988 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
6989
6990 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
6991
6992 * gcc.c-torture/execute/20010325-1.c: New test.
6993
6994 2001-03-23 Jakub Jelinek <jakub@redhat.com>
6995
6996 * g++.old-deja/g++.other/mangle3.C: New test.
6997
6998 2001-03-22 Jakub Jelinek <jakub@redhat.com>
6999
7000 * g++.old-deja/g++.other/anon8.C: New test.
7001
7002 2001-03-20 Philip Blundell <philb@gnu.org>
7003
7004 * gcc.c-torture/compile/20010320-1.c: New test.
7005
7006 2001-03-17 Richard Henderson <rth@redhat.com>
7007
7008 * g++.old-deja/g++.other/eh4.C: Add expected error text.
7009
7010 2001-03-15 Geoff Keating <geoff@redhat.com>
7011
7012 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
7013 tests on AIX.
7014
7015 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
7016
7017 * g++.old-deja/g++.other/eh4.C: New test.
7018
7019 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
7020
7021 * gcc.dg/cpp/mi1.c: Update.
7022
7023 2001-03-14 Jakub Jelinek <jakub@redhat.com>
7024
7025 * g++.old-deja/g++.other/regstack.C: New test.
7026
7027 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
7028
7029 * g++.old-deja/g++.other/ref4.C: New test.
7030
7031 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
7032
7033 * objc/execute/va_method.m: Added.
7034 * objc/execute/IMP.m: Added.
7035 * objc/execute/_cmd.m: Added.
7036 * objc/execute/accessing_ivars.m: Added.
7037 * objc/execute/class-1.m: Added.
7038 * objc/execute/class-10.m: Added.
7039 * objc/execute/class-11.m: Added.
7040 * objc/execute/class-12.m: Added.
7041 * objc/execute/class-13.m: Added.
7042 * objc/execute/class-14.m: Added.
7043 * objc/execute/class-2.m: Added.
7044 * objc/execute/class-3.m: Added.
7045 * objc/execute/class-4.m: Added.
7046 * objc/execute/class-5.m: Added.
7047 * objc/execute/class-6.m: Added.
7048 * objc/execute/class-7.m: Added.
7049 * objc/execute/class-8.m: Added.
7050 * objc/execute/class-9.m: Added.
7051 * objc/execute/class-tests-1.h
7052 * objc/execute/class-tests-2.h
7053 * objc/execute/compatibility_alias.m: Added.
7054 * objc/execute/encode-1.m: Added.
7055 * objc/execute/formal_protocol-1.m: Added.
7056 * objc/execute/formal_protocol-2.m: Added.
7057 * objc/execute/formal_protocol-3.m: Added.
7058 * objc/execute/formal_protocol-4.m: Added.
7059 * objc/execute/formal_protocol-5.m: Added.
7060 * objc/execute/formal_protocol-6.m: Added.
7061 * objc/execute/formal_protocol-7.m: Added.
7062 * objc/execute/informal_protocol.m: Added.
7063 * objc/execute/initialize.m: Added.
7064 * objc/execute/load.m: Added.
7065 * objc/execute/many_args_method.m: Added.
7066 * objc/execute/nested-3.m: Added.
7067 * objc/execute/no_clash.m: Added.
7068 * objc/execute/private.m: Added.
7069 * objc/execute/redefining_self.m: Added.
7070 * objc/execute/root_methods.m: Added.
7071 * objc/execute/selector-1.m: Added.
7072 * objc/execute/static-1.m: Added.
7073 * objc/execute/static-2.m: Added.
7074 * objc/execute/va_method.m: Added.
7075
7076 2001-03-10 Richard Henderson <rth@redhat.com>
7077
7078 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
7079
7080 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
7081
7082 * g++.old-deja/g++.other/crash31.C: XFAIL.
7083 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
7084 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
7085 * gcc.c-torture/execute/20010123-1.x: XFAIL.
7086 * gcc.c-torture/execute/20010124-1.x: XFAIL.
7087 * gcc.dg/sequence-pt-1.c: XFAIL one test.
7088
7089 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
7090
7091 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
7092
7093 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7094
7095 * gcc.dg/20000724-1.c: Don't use multiline strings.
7096
7097 2001-03-06 Zack Weinberg <zackw@stanford.edu>
7098
7099 * objc/execute/string1.m, objc/execute/string2.m: Compare the
7100 result of -cString against what we expect it to be; don't just
7101 print it out for no one to read.
7102
7103 * objc/execute/string3.m, objc/execute/string4.m: New tests.
7104 Based on testcases provided by Nicola Pero.
7105
7106 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7107
7108 * gcc.dg/cpp/macro7.c: New test.
7109
7110 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
7111
7112 * gcc.dg/cpp/multiline.c: Update.
7113
7114 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7115
7116 * g++.old-deja/g++.other/enum3.C: New test.
7117
7118 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7119
7120 * g++.old-deja/g++.other/pod1.C: New test.
7121
7122 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
7123
7124 * g++.old-deja/g++.ext/overload1.C: New test.
7125
7126 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7127
7128 * g++.old-deja/g++.pt/using1.C: New test.
7129
7130 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
7131
7132 * g++.old-deja/g++.other/using9.C: New test.
7133
7134 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
7135
7136 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
7137
7138 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
7139
7140 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
7141
7142 * g++.old-deja/g++.ext/realpt1.C: Remove.
7143
7144 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
7145
7146 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
7147
7148 2001-02-26 Will Cohen <wcohen@redhat.com>
7149
7150 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
7151
7152 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
7153
7154 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
7155 templatized constructors.
7156
7157 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7158
7159 * gcc.c-torture/execute/20010224-1.c: New test.
7160
7161 2001-02-23 Jakub Jelinek <jakub@redhat.com>
7162
7163 * gcc.c-torture/execute/20010222-1.c: New test.
7164
7165 2001-02-22 Jakub Jelinek <jakub@redhat.com>
7166
7167 * g++.old-deja/g++.other/inline20.C: New test.
7168
7169 Wed Feb 21 12:38:22 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7170
7171 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
7172
7173 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
7174
7175 * g++.old-deja/g++.other/lookup22.C: New test.
7176
7177 2001-02-19 Zack Weinberg <zackw@stanford.edu>
7178
7179 * g77.dg: New directory.
7180 * g77.dg/20010216-1.f: New test case.
7181 * g77.dg/dg.exp: New driver.
7182 * lib/g77-dg.exp: New driver library.
7183
7184 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7185
7186 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
7187
7188 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
7189
7190 * g++.old-deja/g++.other/decl9.C: New test.
7191
7192 2001-02-16 Jakub Jelinek <jakub@redhat.com>
7193
7194 * g++.old-deja/g++.other/init16.C: Update the test so that it does
7195 not need <string> and also tests the initialization at runtime.
7196
7197 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
7198
7199 * gcc.c-torture/execute/longlong.c: New test.
7200
7201 Wed Feb 14 21:41:17 2001 J"orn Rennecke <amylaar@redhat.com>
7202
7203 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
7204
7205 Wed Feb 14 21:31:25 2001 J"orn Rennecke <amylaar@redhat.com>
7206
7207 * gcc.c-torture/execute/920302-1.c (execute):
7208 Change argument type to short.
7209
7210 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7211
7212 * g++.old-deja/g++.pt/deduct6.C: New test.
7213
7214 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
7215
7216 * g++.old-deja/g++.pt/deduct5.C: New test.
7217
7218 2001-02-14 Jakub Jelinek <jakub@redhat.com>
7219
7220 * gcc.c-torture/execute/20010209-1.c: New test.
7221
7222 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
7223
7224 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
7225
7226 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
7227
7228 * g++.dg/vtgc1.C: Update for new ABI.
7229
7230 * consistency.vlad: New directory, 1665 files.
7231
7232 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
7233
7234 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
7235 return type.
7236 * gcc.dg/cpp/digraphs.c: Declare puts.
7237
7238 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7239
7240 * g++.old-deja/g++.other/warn5.C: New test.
7241
7242 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7243
7244 * g++.old-deja/g++.pt/spec40.C: New test.
7245
7246 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
7247
7248 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
7249 case.
7250 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
7251
7252 2001-02-12 Jakub Jelinek <jakub@redhat.com>
7253
7254 * gcc.c-torture/compile/20010209-1.c: New test.
7255
7256 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
7257
7258 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
7259 excess errors message but not if it crashes.
7260 * g++.old-deja/g++.other/crash27.C: Likewise.
7261 * g++.old-deja/g++.other/crash28.C: Likewise.
7262 * g++.old-deja/g++.other/crash30.C: Likewise.
7263 * g++.old-deja/g++.other/crash32.C: Likewise.
7264 * g++.old-deja/g++.other/crash35.C: Likewise.
7265 * g++.old-deja/g++.pt/inherit2.C: Likewise.
7266
7267 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
7268
7269 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
7270 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
7271 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
7272 g77.f-torture/execute/execute.exp,
7273 g77.f-torture/noncompile/noncompile.exp,
7274 gcc.c-torture/execute/execute.exp,
7275 gcc.c-torture/execute/memcheck/memcheck.exp,
7276 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
7277 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
7278 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
7279 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
7280 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
7281 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
7282 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
7283 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
7284 Remove bug reporting instructions with ancient email addresses.
7285
7286 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7287
7288 * gcc.dg/20010202-1.c: New test.
7289 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
7290
7291 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
7292
7293 * g++.dg/stdbool-if.C: New test.
7294
7295 Wed Feb 7 09:54:47 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7296
7297 * objc/execute/fdecl.m: Added main().
7298
7299 2001-02-07 Jakub Jelinek <jakub@redhat.com>
7300
7301 * gcc.c-torture/execute/20010206-1.c: New test.
7302
7303 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
7304
7305 * gcc.dg/cpp/avoidpaste1.c: Update.
7306
7307 Tue Feb 5 8:53:33 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
7308
7309 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
7310 Pero <nicola@brainstorm.co.uk>.
7311 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
7312
7313 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
7314
7315 * g++.old-deja/g++.pt/spec39.C: New test.
7316
7317 2001-02-05 Jakub Jelinek <jakub@redhat.com>
7318
7319 * gcc.c-torture/compile/20010202-1.c: New test.
7320
7321 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
7322
7323 * g++.old-deja/g++.abi/primary2.C: New test.
7324 * g++.old-deja/g++.abi/primary3.C: New test.
7325 * g++.old-deja/g++.abi/primary4.C: New test.
7326 * g++.old-deja/g++.abi/primary5.C: New test.
7327 * g++.old-deja/g++.abi/vtable3.h: New test.
7328 * g++.old-deja/g++.abi/vtable3a.C: New test.
7329 * g++.old-deja/g++.abi/vtable3b.C: New test.
7330 * g++.old-deja/g++.abi/vtable3c.C: New test.
7331 * g++.old-deja/g++.abi/vtable3d.C: New test.
7332 * g++.old-deja/g++.abi/vtable3e.C: New test.
7333 * g++.old-deja/g++.abi/vtable3f.C: New test.
7334 * g++.old-deja/g++.abi/vtable3g.C: New test.
7335 * g++.old-deja/g++.abi/vtable3h.C: New test.
7336 * g++.old-deja/g++.abi/vtable3i.C: New test.
7337 * g++.old-deja/g++.abi/vtable3j.C: New test.
7338 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
7339
7340 2001-02-03 Jakub Jelinek <jakub@redhat.com>
7341
7342 * g++.old-deja/g++.other/anon6.C: New test.
7343 * g++.old-deja/g++.other/anon7.C: New test.
7344
7345 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
7346
7347 * gcc.dg/cpp/avoidpaste2.c: New tests.
7348
7349 2001-01-31 Jakub Jelinek <jakub@redhat.com>
7350
7351 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
7352
7353 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
7354
7355 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
7356 DECIMAL_DIG cases for Irix."
7357
7358 Wed Jan 31 12:23:32 2001 J"orn Rennecke <amylaar@redhat.com>
7359
7360 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
7361
7362 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
7363
7364 * gcc.dg/c99-tag-1.c: New test.
7365
7366 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7367
7368 * gcc.dg/cpp/tr-warn1.c: Add tests.
7369
7370 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
7371
7372 * gcc.dg/cpp/avoidpaste1.c: Update.
7373 * gcc.dg/cpp/paste4.c: Update.
7374
7375 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
7376
7377 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
7378 cases for Irix.
7379
7380 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7381
7382 * g++.old-deja/g++.other/inline19.C: New test.
7383
7384 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
7385
7386 * gcc.dg/Wlarger-than.c: New test.
7387
7388 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
7389
7390 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
7391
7392 2001-01-29 Jakub Jelinek <jakub@redhat.com>
7393
7394 * gcc.c-torture/execute/20010129-1.c: New test.
7395 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
7396
7397 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
7398
7399 * gcc.dg/cpp/avoidpaste1.c: Test case.
7400
7401 2001-01-28 Jakub Jelinek <jakub@redhat.com>
7402
7403 * g++.old-deja/g++.other/inline18.C: New test.
7404
7405 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7406
7407 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
7408 and __builtin_putchar.
7409
7410 2001-01-27 Jakub Jelinek <jakub@redhat.com>
7411
7412 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
7413 tests.
7414
7415 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
7416
7417 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
7418 floating point number rounding mode to round to the nearest
7419 representable mode.
7420
7421 2001-01-25 Jakub Jelinek <jakub@redhat.com>
7422
7423 * g++.old-deja/g++.other/mangle2.C: New test.
7424
7425 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
7426
7427 * gcc.c-torture/compile/20010124-1.c: New test.
7428
7429 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
7430
7431 * g++.old-deja/g++.pt/spec38.C: New test.
7432
7433 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7434
7435 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
7436 "Build don't run".
7437
7438 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7439
7440 * gcc.c-torture/execute/20010123-1.c: New test.
7441
7442 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7443
7444 * g++.old-deja/g++.pt/spec37.C: New test.
7445
7446 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
7447
7448 * g++.old-deja/g++.pt/overload14.C: New test.
7449
7450 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7451
7452 * gcc.c-torture/execute/20010122-1.c: New test, exercise
7453 __builtin_return_address.
7454
7455 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
7456
7457 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
7458 * g++.old-deja/g++.pt/spec35.C: New test.
7459 * g++.old-deja/g++.pt/spec36.C: New test.
7460
7461 2001-01-20 Jakub Jelinek <jakub@redhat.com>
7462
7463 * gcc.c-torture/compile/20010118-1.c: New test.
7464
7465 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
7466
7467 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
7468
7469 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7470
7471 * gcc.c-torture/execute/20010119-1.c: New test.
7472
7473 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7474
7475 * g++.old-deja/g++.other/vbase5.C: New test.
7476
7477 2001-01-19 Jakub Jelinek <jakub@redhat.com>
7478
7479 * gcc.c-torture/execute/20010118-1.c: New test.
7480
7481 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7482
7483 * g++.old-deja/g++.pt/deduct3.C: New test.
7484
7485 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
7486
7487 * g++.old-deja/g++.pt/spec34.C: New test.
7488
7489 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
7490
7491 * g77.f-torture/compile/20000601-2.f: New test.
7492
7493 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7494
7495 * g++.old-deja/g++.other/init17.C: New test.
7496
7497 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
7498
7499 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
7500
7501 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7502
7503 * g++.old-deja/g++.pt/unify8.C: New test.
7504
7505 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7506
7507 * g++.old-deja/g++.abi/vbase1.C: New test.
7508
7509 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
7510
7511 * g++.old-deja/g++.pt/crash65.C: New test.
7512
7513 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
7514
7515 * gcc.dg/cpp/assembl2.S: New test case.
7516
7517 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
7518
7519 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
7520 are supported.
7521
7522 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7523
7524 * g++.old-deja/g++.other/builtins1.C: New test.
7525 * g++.old-deja/g++.other/builtins2.C: Likewise.
7526 * g++.old-deja/g++.other/builtins3.C: Likewise.
7527 * g++.old-deja/g++.other/builtins4.C: Likewise.
7528
7529 2001-01-17 Jakub Jelinek <jakub@redhat.com>
7530
7531 * gcc.c-torture/compile/20010117-1.c: New test.
7532 * gcc.c-torture/compile/20010117-2.c: New test.
7533
7534 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7535
7536 * g77.f-torture/execute/20010116.[fx]: New test,
7537 XFAIL on i?86-*-*.
7538 * g77.f-torture/compile/20010115.f: Indicate it's
7539 a test for PR fortran/1636.
7540
7541 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
7542
7543 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
7544
7545 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
7546
7547 * g77.f-torture/compile/20010115.f: New test.
7548
7549 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
7550
7551 * g++.old-deja/g++.pt/nontype5.C: New test.
7552
7553 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
7554
7555 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
7556 have an equivalent working one below it.
7557
7558 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7559
7560 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
7561 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7562
7563 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
7564
7565 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
7566 message containing "init_priority".
7567 (conpr-2.C): Likewise.
7568 (conpr-3.C): Likewise.
7569 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
7570
7571 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7572
7573 * gcc.c-torture/execute/20010114-2.c: New test.
7574
7575 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
7576
7577 * gcc.c-torture/compile/20010114-1.c: New test.
7578 * gcc.c-torture/compile/20010114-1.x: Xfail.
7579 * gcc.c-torture/compile/20010114-2.c: New test.
7580 * gcc.c-torture/execute/20010114-1.c: New test.
7581 * gcc.dg/trunc-1.c: New test.
7582 * gcc.dg/uninit-B.c: New test.
7583
7584 2001-01-13 Nick Clifton <nickc@redhat.com>
7585
7586 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
7587 target.
7588
7589 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
7590
7591 * gcc.c-torture/compile/20010113-1.c: New test.
7592
7593 2001-01-13 Jakub Jelinek <jakub@redhat.com>
7594
7595 * gcc.c-torture/compile/20001212-1.c: New test.
7596
7597 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
7598
7599 * gcc.dg/cpp/widestr1.c: Update.
7600 * gcc.dg/cpp/prag-imp.c: Remove.
7601
7602 2001-01-12 Jakub Jelinek <jakub@redhat.com>
7603
7604 * gcc.c-torture/execute/20000801-3.x: Remove.
7605 * gcc.dg/c90-init-1.c: New test.
7606 * gcc.dg/c99-init-1.c: New test.
7607 * gcc.dg/c99-init-2.c: New test.
7608 * gcc.dg/gnu99-init-1.c: New test.
7609
7610 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
7611
7612 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
7613 testing that no relevant ones were found.
7614
7615 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7616
7617 * g++.old-deja/g++.pt/cast2.C: New test.
7618
7619 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
7620
7621 * g++.old-deja/g++.pt/friend47.C: New test.
7622
7623 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7624
7625 * g++.old-deja/g++.pt/instantiate13.C: New test.
7626
7627 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7628
7629 * g++.old-deja/g++.other/defarg7.C: New test.
7630 * g++.old-deja/g++.other/defarg8.C: New test.
7631
7632 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7633
7634 * g++.old-deja/g++.pt/crash64.C: New test.
7635
7636 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
7637
7638 * g++.old-deja/g++.pt/crash63.C: New test.
7639
7640 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
7641
7642 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
7643
7644 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
7645
7646 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
7647
7648 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7649
7650 * g++.old-deja/g++.pt/error3.C: New test.
7651
7652 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7653
7654 * g++.old-deja/g++.other/crash39.C: New test.
7655
7656 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
7657
7658 * g++.old-deja/g++.other/vbase4.C: New test.
7659
7660 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
7661
7662 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
7663 * gcc.dg/special/20000419-2.c: New file. Identical to above.
7664 * gcc.dg/special/special.exp: New test driver which will check
7665 for alias support for the above test.
7666
7667 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
7668
7669 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
7670 problems on small machines.
7671 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
7672 parameterize.
7673
7674 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
7675
7676 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
7677 mips.
7678 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7679
7680 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
7681
7682 * g++.old_deja/g++.pt/using8.C: New test.
7683
7684 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
7685
7686 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
7687
7688 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
7689
7690 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
7691 where a failure is expected.
7692 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
7693
7694 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7695
7696 * g++.old_deja/g++.pt/instantiate12.C: New test.
7697
7698 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7699
7700 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
7701 start of structs.
7702 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
7703 * g++.old-deja/g++.brendan/crash17.C: Likewise.
7704 * g++.old-deja/g++.brendan/crash29.C: Likewise.
7705 * g++.old-deja/g++.brendan/crash48.C: Likewise.
7706 * g++.old-deja/g++.brendan/ns1.C: Likewise.
7707 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
7708 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
7709 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
7710 * g++.old-deja/g++.eh/spec6.C: Likewise.
7711 * g++.old-deja/g++.jason/crash3.C: Likewise.
7712 * g++.old-deja/g++.law/ctors11.C: Likewise.
7713 * g++.old-deja/g++.law/ctors17.C: Likewise.
7714 * g++.old-deja/g++.law/ctors5.C: Likewise.
7715 * g++.old-deja/g++.law/ctors9.C: Likewise.
7716 * g++.old-deja/g++.mike/ambig1.C: Likewise.
7717 * g++.old-deja/g++.mike/net22.C: Likewise.
7718 * g++.old-deja/g++.mike/p3538a.C: Likewise.
7719 * g++.old-deja/g++.mike/p3538b.C: Likewise.
7720 * g++.old-deja/g++.mike/virt3.C: Likewise.
7721 * g++.old-deja/g++.niklas/t128.C: Likewise.
7722 * g++.old-deja/g++.other/anon4.C: Likewise.
7723 * g++.old-deja/g++.other/using1.C: Likewise.
7724 * g++.old-deja/g++.other/warn3.C: Likewise.
7725 * g++.old-deja/g++.pt/t37.C: Likewise.
7726 * g++.old-deja/g++.robertl/eb69.C: Likewise.
7727 * g++.old-deja/g++.robertl/eb71.C: Likewise.
7728
7729 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
7730
7731 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
7732
7733 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7734
7735 * gcc.c-torture/execute/stdio-opt-3.c: New test.
7736
7737 2001-01-07 Jakub Jelinek <jakub@redhat.com>
7738
7739 * gcc.c-torture/compile/20010107-1.c: New test.
7740
7741 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7742
7743 * gcc.c-torture/execute/builtin-noret-1.c: New test.
7744
7745 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
7746
7747 * gcc.dg/format/format.h: New file.
7748 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
7749 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
7750 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
7751 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
7752 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
7753 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7754 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
7755 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
7756 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
7757 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
7758 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
7759 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
7760 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
7761 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
7762 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
7763 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
7764 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
7765 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
7766 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
7767 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
7768 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
7769 instead of declaring standard types, macros and functions in each
7770 test.
7771
7772 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
7773
7774 * gcc.c-torture/execute/20010106-1.c: New test.
7775
7776 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
7777
7778 * gcc.dg/format/format.exp: New file.
7779 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
7780 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
7781 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
7782 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
7783 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
7784 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
7785 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
7786 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
7787 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
7788 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
7789 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
7790 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
7791 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
7792 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
7793 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
7794 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
7795 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
7796 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
7797 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
7798 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
7799 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
7800 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
7801 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
7802 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
7803 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
7804 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
7805 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
7806 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
7807 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
7808 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
7809 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
7810 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
7811 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
7812 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
7813 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
7814 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
7815 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
7816 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
7817 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
7818 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
7819 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
7820 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
7821
7822 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
7823
7824 * gcc.c-torture/execute/991228-1.c: Take word endianness into
7825 account.
7826
7827 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
7828
7829 * gcc.c-torture/execute/builtin-complex-1.c: New test.
7830
7831 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
7832
7833 * g++.old-deja/g++.pt/crash62.C: New test.
7834
7835 2001-01-04 Richard Henderson <rth@redhat.com>
7836
7837 * gcc.dg/20000926-1.c: Update expected warnings.
7838 * gcc.dg/array-2.c: Likewise.
7839 * gcc.dg/array-4.c: Also validate flexible array members.
7840 * gcc.dg/c99-flex-array-1.c: New.
7841
7842 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
7843
7844 * gcc.c-torture/compile/20001222-1.x: Remove.
7845
7846 Thu Jan 4 13:54:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7847
7848 * gcc.c-torture/execute/built-in-setjmp.c: New.
7849
7850 2001-01-03 Richard Henderson <rth@redhat.com>
7851
7852 * gcc.dg/940510-1.c: Update expected error wording.
7853 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
7854
7855 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
7856
7857 * lib/target-supports.exp (check_alias_available): Modified to
7858 indicate aliases not supported if only weak aliases are supported.
7859
7860 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7861
7862 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
7863 Turn on cmpstrsi checks for __pj__ and __i370__.
7864
7865 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
7866
7867 * g++.old-deja/g++.other/virtual11.C: New test.
7868
7869 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
7870
7871 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
7872
7873 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7874
7875 * gcc.c-torture/compile/20010102-1.c: New test.
7876
7877 2001-01-02 Andreas Jaeger <aj@suse.de>
7878
7879 * gcc.dg/noreturn-3.c: New test.
7880
7881 * gcc.dg/noreturn-4.c: New test.
7882
7883 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7884
7885 * gcc.c-torture/execute/stdio-opt-1.c: Also test
7886 __builtin_fputc and __builtin_fwrite.
7887
7888 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
7889
7890 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
7891 signed char, not default char.
7892
7893 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
7894
7895 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
7896
7897 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
7898
7899 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
7900
7901 2000-12-29 Richard Henderson <rth@redhat.com>
7902
7903 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
7904 (__cyg_profile_func_exit): Define.
7905
7906 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
7907
7908 * g++.dg/vtgc1.C: New test.
7909
7910 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
7911
7912 * gcc.dg/noncompile/20001228-1.c: New test.
7913
7914 * gcc.dg/20001228-1.c: New test.
7915
7916 * gcc.c-torture/execute/20001228-1.c: New test.
7917
7918 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
7919
7920 * gcc.dg/format-strfmon-1.c: New test.
7921
7922 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7923
7924 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
7925 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
7926 * gcc.c-torture/execute/string-opt-1.c: Likewise.
7927 * gcc.c-torture/execute/string-opt-2.c: Likewise.
7928 * gcc.c-torture/execute/string-opt-3.c: Likewise.
7929 * gcc.c-torture/execute/string-opt-4.c: Likewise.
7930 * gcc.c-torture/execute/string-opt-6.c: Likewise.
7931 * gcc.c-torture/execute/string-opt-7.c: Likewise.
7932 * gcc.c-torture/execute/string-opt-8.c: Likewise.
7933 * gcc.c-torture/execute/string-opt-9.c: Likewise.
7934 * gcc.c-torture/execute/string-opt-10.c: Likewise.
7935 * gcc.c-torture/execute/string-opt-11.c: Likewise.
7936 * gcc.c-torture/execute/string-opt-12.c: Likewise.
7937
7938 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
7939 * gcc.c-torture/execute/string-opt-4.c: Test index.
7940
7941 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
7942
7943 * gcc.c-torture/compile/20001226-1.c: New test.
7944
7945 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
7946
7947 * gcc.c-torture/compile/20001222-1.c: New test.
7948 * gcc.c-torture/compile/20001222-1.x: Xfail.
7949
7950 Fri Dec 22 06:45:03 2000 Alexandre Oliva <aoliva@redhat.com>
7951
7952 * gcc.c-torture/execute/comp-goto-2.c: New test.
7953
7954 Thu Dec 21 22:43:03 2000 J"orn Rennecke <amylaar@redhat.com>
7955
7956 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
7957 Use long types if __INT_MAX__ is 32767.
7958 (main): Use cast to (sint32 *) when poking 88 into a_page.
7959
7960 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
7961
7962 2000-12-21 Bernd Schmidt <bernds@redhat.com>
7963
7964 * gcc.c-torture/compile/20001221-1.c: New test.
7965 * gcc.c-torture/execute/20001221-1.c: New test.
7966
7967 2000-12-20 Richard Henderson <rth@redhat.com>
7968
7969 * g++.old-deja/g++.pt/crash36.C: Update error lines.
7970 * g++.old-deja/g++.robertl/eb109.C: Likewise.
7971
7972 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7973
7974 * gcc.dg/compare3.c: New test.
7975
7976 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
7977
7978 * gcc.dg/format-warnll-1.c: New test.
7979
7980 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
7981
7982 * gcc.dg/cpp/cmdlne-P.c: New test.
7983
7984 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
7985
7986 * gcc.c-torture/execute/builtin-abs-1.c,
7987 gcc.c-torture/execute/builtin-abs-2.c: New tests.
7988
7989 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
7990
7991 * gcc.dg/cpp/multiline.c: New test.
7992
7993 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
7994
7995 * g++.old-deja/g++.other/syshdr1.C: Update.
7996 * gcc.dg/cpp/lineflags.c: Remove temporarily.
7997
7998 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7999
8000 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
8001
8002 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8003
8004 * g++.old-deja/g++.pt/ttp65.C: New test.
8005
8006 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8007
8008 * g++.old-deja/g++.pt/ttp64.C: New test.
8009
8010 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8011
8012 * g++.old-deja/g++.pt/spec33.C: New test.
8013
8014 2000-12-14 Catherine Moore <clm@redhat.com>
8015
8016 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
8017 * gcc.c-torture/execute/920612-2.c: Likewise.
8018 * gcc.c-torture/execute/920428-2.c: Likewise.
8019 * gcc-c-torture/execute/va-arg-11.c: Call exit.
8020 * gcc.c-torture/execute/va-arg-21.c: Likewise.
8021
8022 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8023
8024 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
8025 * gcc.dg/pack-test-2.c: Likewise.
8026
8027 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8028
8029 Tests by Zack Weinberg <zackw@stanford.edu>.
8030
8031 * gcc.dg/cpp/defined.c: Update.
8032 * gcc.dg/cpp/defined_trad.c: New tests.
8033
8034 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
8035
8036 * gcc.dg/cpp/trad-direct.c: Update.
8037
8038 2000-12-11 Neil Booth <neilb@earthling.net>
8039
8040 * gcc.dg/cpp/defined_trad.c
8041
8042 2000-12-11 Neil Booth <neilb@earthling.net>
8043
8044 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
8045
8046 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
8047
8048 * gcc.dg/format-miss-2.c: New test.
8049
8050 2000-12-09 Neil Booth <neilb@earthling.net>
8051
8052 * gcc.dg/cpp/lineflags.c: New tests.
8053 * gcc.dg/cpp/poison.c: Update.
8054 * gcc.dg/cpp/redef2.c: Update.
8055 * gcc.dg/cpp/skipping.c: New test.
8056
8057 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
8058
8059 * g++.old-deja/g++.other/eh3.C: New testcase.
8060
8061 2000-12-07 Neil Booth <neilb@earthling.net>
8062
8063 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
8064 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
8065 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
8066 wtr-union-init-2.c, wtr-union-init-3.c: Update.
8067 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
8068 Update.
8069
8070 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8071
8072 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
8073 __SIZE_TYPE__ instead of int for type of integers cast to
8074 pointers.
8075
8076 2000-12-07 Jakub Jelinek <jakub@redhat.com>
8077
8078 * g++.old-deja/g++.other/cleanup4.C: New test.
8079
8080 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8081
8082 * format-sec-1.c: New test.
8083
8084 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8085
8086 * gcc.dg/format-nonlit-3.c: New test.
8087
8088 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
8089
8090 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
8091 through a null pointer.
8092
8093 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8094
8095 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
8096 * g++.old-deja/g++.pt/partial4.C: New test.
8097
8098 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
8099
8100 * gcc.c-torture/execute/ieee/hugeval.x: New.
8101
8102 2000-12-06 Neil Booth <neilb@earthling.net>
8103
8104 * gcc.dg/cpp/backslash2.c: New tests.
8105
8106 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8107
8108 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
8109 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
8110
8111 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
8112
8113 * gcc.c-torture/execute/20001203-2.c: New testcase.
8114
8115 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8116
8117 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
8118 * g++.old-deja/g++.other/virtual10.C: New test.
8119
8120 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
8121
8122 * g++.old-deja/g++.mike/pmf5.C: Remove test.
8123
8124 2000-12-05 Richard Henderson <rth@redhat.com>
8125
8126 * gcc.c-torture/compile/20001205-1.c: New.
8127
8128 2000-12-04 Neil Booth <neilb@earthling.net>
8129
8130 * g++.old-deja/g++.other/virtual9.C: New test.
8131 * g++.old-deja/g++.pt/crash61.C: New test.
8132 * gcc.c-torture/execute/loop-9.c: New test.
8133
8134 2000-12-04 Neil Booth <neilb@earthling.net>
8135
8136 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
8137 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
8138 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
8139 * gcc.dg/cpp/extratokens.c: ...here.
8140
8141 2000-12-04 Neil Booth <neilb@earthling.net>
8142
8143 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
8144 New tests.
8145
8146 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8147
8148 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
8149 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
8150
8151 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
8152
8153 * gcc.c-torture/execute/20001203-1.c: New test.
8154
8155 2000-12-03 Neil Booth <neilb@earthling.net>
8156
8157 * gcc.dg/cpp/macro6.c: New test cases.
8158
8159 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8160
8161 * gcc.c-torture/execute/string-opt-9.c: New test.
8162 * gcc.c-torture/execute/string-opt-10.c: Likewise.
8163 * gcc.c-torture/execute/string-opt-11.c: Likewise.
8164 * gcc.c-torture/execute/string-opt-12.c: Likewise.
8165
8166 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
8167 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
8168
8169 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
8170
8171 * gcc.dg/cpp/if-6.c: New testcase.
8172
8173 * gcc.dg/20001201-1.c: New testcase.
8174
8175 2000-12-02 Neil Booth <neilb@earthling.net>
8176
8177 * g++.old-deja/g++.other/externC4.C,
8178 g++.old-deja/g++.other/friend10.C: New tests.
8179
8180 2000-12-02 Neil Booth <neilb@earthling.net>
8181
8182 * g++.old-deja/g++.other/instan2.C
8183 * g++.old-deja/g++.other/instan3.C: New test.
8184
8185 2000-12-02 Neil Booth <neilb@earthling.net>
8186
8187 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
8188 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
8189 gnuc99.c,gnuc99-pedantic.c: New tests.
8190
8191 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8192
8193 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
8194 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
8195
8196 2000-12-01 Neil Booth <neilb@earthling.net>
8197
8198 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
8199 * gcc.dg/cpp/poison.c: Update.
8200 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
8201
8202 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
8203
8204 * g77.f-torture/execute/20001201.f: New test.
8205
8206 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
8207
8208 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
8209
8210 2000-12-01 Jakub Jelinek <jakub@redhat.com>
8211
8212 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
8213
8214 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
8215
8216 * g++.old-deja/g++.other/cast6.C: New test.
8217
8218 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
8219
8220 * gcc.c-torture/execute/20001130-2.c: New testcase.
8221
8222 2000-11-30 Richard Henderson <rth@redhat.com>
8223
8224 * gcc.c-torture/execute/20001130-1.c: New test.
8225
8226 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8227
8228 * g++.old-deja/g++.other/op3.C: New test.
8229
8230 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8231
8232 * g++.old-deja/g++.other/op2.C: New test.
8233
8234 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
8235
8236 * g++.old-deja/g++.other/crash38.C: New test.
8237
8238 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
8239
8240 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
8241
8242 2000-11-29 Jakub Jelinek <jakub@redhat.com>
8243
8244 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
8245 tests.
8246 * gcc.c-torture/execute/string-opt-6.c: New test.
8247
8248 * gcc.dg/20001117-1.c: Add main.
8249
8250 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
8251
8252 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
8253 Move from here ...
8254 * gcc.dg/940510-1.c: ... to here.
8255
8256 * gcc.dg/20000926-1.c: GNU C now allows initializations of
8257 zero-size arrays in toplevel structures.
8258
8259 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8260
8261 * gcc.c-torture/execute/loop-8.c: New test.
8262
8263 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8264
8265 * g++.old-deja/g++.other/base1.C: New test.
8266
8267 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8268
8269 * g++.old-deja/g++.other/parse2.C: New test.
8270
8271 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8272
8273 * g++.old-deja/g++.pt/incomplete1.C: New test.
8274
8275 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
8276
8277 * g++.old-deja/g++.other/friend9.C: New test.
8278
8279 2000-11-28 Jakub Jelinek <jakub@redhat.com>
8280
8281 * gcc.dg/20001127-1.c: New test.
8282
8283 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8284
8285 * g++.old-deja/g++.pt/friend46.C: New test.
8286
8287 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
8288
8289 * g++.old-deja/g++.other/ptrmem8.C: New test.
8290
8291 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8292
8293 * gcc.c-torture/execute/string-opt-7.c: New test.
8294 * gcc.c-torture/execute/string-opt-8.c: Likewise.
8295
8296 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
8297
8298 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
8299 instead of 'mkcheck 2'.
8300
8301 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
8302
8303 * gcc.c-torture/execute/memcheck/driver.c,
8304 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
8305 C9X references to refer to C99.
8306
8307 2000-11-25 Jakub Jelinek <jakub@redhat.com>
8308
8309 * gcc.dg/ultrasp3.c: New test.
8310
8311 2000-11-25 Neil Booth <neilb@earthling.net>
8312
8313 * gcc.dg/cpp/include2.c: Update test to be locale independent.
8314
8315 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
8316
8317 * gcc.c-torture/compile/20001123-2.c: New.
8318
8319 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8320
8321 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
8322
8323 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
8324
8325 * gcc.dg/sequence-point-1.c: Add some new tests.
8326 * gcc.c-torture/execute/20001124-1.c: New test.
8327
8328 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8329
8330 * g++.old-deja/g++.other/vaarg4.C: New test.
8331 * gcc.c-torture/compile/20001123-1.c: New test.
8332
8333 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
8334
8335 * g++.other/crash24.C: Adjust and remove XFAIL.
8336 * g++.other/crash37.C: New test.
8337
8338 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
8339
8340 * g++.old-deja/g++.pt/instantiate9.C: New test.
8341
8342 2000-11-22 Mark Mitchell <mark@codesourcery.com>
8343
8344 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
8345 new ABI, too.
8346
8347 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
8348 * g++.old-deja/g++.robertl/eb55.C: Likewise.
8349
8350 2000-11-22 Neil Booth <neilb@earthling.net>
8351
8352 * gcc.dg/cpp/Wtrigraphs.c: New test.
8353
8354 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
8355
8356 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
8357
8358 2000-11-22 Jakub Jelinek <jakub@redhat.com>
8359
8360 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
8361
8362 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
8363
8364 * lib/gcc-dg.exp: load_lib scanasm.exp.
8365 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
8366 * lib/g++-dg.exp: load_lib scanasm.exp.
8367 * lib/scanasm.exp: New.
8368 (scan-assembler, scan-assembler-not): Add optional arguments to
8369 test name, or if not present, the pattern name.
8370 (scan-assembler-dem, scan-assembler-dem-not): New.
8371
8372 * g++.dg/dg.exp: New.
8373
8374 2000-11-21 Neil Booth <neilb@earthling.net>
8375
8376 * gcc.dg/cpp/integrated1.c: Remove.
8377
8378 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8379
8380 * gcc.c-torture/execute/20001121-1.c: New test.
8381
8382 2000-11-21 Richard Henderson <rth@redhat.com>
8383
8384 * gcc.c-torture/compile/20001121-1.c: New test.
8385
8386 2000-11-20 Neil Booth <neilb@earthling.net>
8387
8388 * gcc.dg/cpp/integrated1.c: New test.
8389
8390 2000-11-21 Jakub Jelinek <jakub@redhat.com>
8391
8392 * g++.old-deja/g++.other/inline17.C: New test.
8393
8394 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
8395
8396 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
8397 local variable to be zero: I made the variable global. Now
8398 uses abort() and exit() instead of relying on main's return value.
8399
8400 2000-11-20 Neil Booth <neilb@earthling.net>
8401
8402 * gcc.dg/cpp/paste2.c: Update test.
8403 * objc/execute/paste.m: New test.
8404
8405 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
8406
8407 * gcc.dg/c99-condexpr-1.c: New test.
8408
8409 2000-11-20 Neil Booth <neilb@earthling.net>
8410
8411 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
8412
8413 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
8414
8415 * g++.old-deja/g++.pt/export1.C: New test.
8416
8417 2000-11-20 Jakub Jelinek <jakub@redhat.com>
8418
8419 * gcc.dg/20001117-1.c: New test.
8420
8421 2000-11-18 Richard Henderson <rth@redhat.com>
8422
8423 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
8424
8425 2000-11-18 Richard Henderson <rth@redhat.com>
8426
8427 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
8428 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
8429 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
8430
8431 2000-11-18 Richard Henderson <rth@redhat.com>
8432
8433 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
8434 (main): New. Exit cleanly.
8435
8436 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
8437
8438 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
8439 gcc.dg/c99-fordecl-2.c: New tests.
8440
8441 2000-11-18 Richard Henderson <rth@redhat.com>
8442
8443 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
8444 * gcc.c-torture/execute/zerolen-2.c: New.
8445
8446 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8447
8448 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
8449 memory.
8450
8451 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8452
8453 * g++.old-deja/g++.pt/instantiate8.C: New test.
8454
8455 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
8456
8457 * g++.old-deja/g++.other/incomplete.C: Add more tests.
8458 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
8459
8460 2000-11-16 Nick Clifton <nickc@redhat.com>
8461
8462 * gcc.c-torture/execute/nestfunc-2.c: New test.
8463 * gcc.c-torture/execute/nestfunc-3.c: New test.
8464
8465 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8466
8467 * gcc.c-torture/compile/20001116-1.c: New test.
8468
8469 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8470
8471 * gcc.c-torture/execute/20001115-1.c: New test.
8472
8473 2000-11-15 Mark Mitchell <mark@codesourcery.com>
8474
8475 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
8476 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
8477 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
8478 * g++.old-deja/g++.abi/vmihint.C: Likewise.
8479
8480 2000-11-15 Neil Booth <neilb@earthling.net>
8481
8482 gcc.dg/cpp/_Pragma1.c: Update.
8483 gcc.dg/cpp/_Pragma2.c: New test.
8484
8485 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
8486
8487 * g++.old-deja/g++.other/anon5.C: New test.
8488
8489 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
8490
8491 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
8492 tests.
8493
8494 2000-11-14 Jakub Jelinek <jakub@redhat.com>
8495
8496 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
8497 output.
8498
8499 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8500
8501 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
8502 labels at end of compound statements.
8503
8504 2000-11-13 Jakub Jelinek <jakub@redhat.com>
8505
8506 * gcc.c-torture/execute/loop-7.c: New test.
8507
8508 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8509
8510 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
8511
8512 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8513
8514 * gcc.dg/c99-bool-1.c: New test.
8515
8516 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8517
8518 * gcc.dg/c99-scope-1.c: Remove xfail.
8519 * gcc.dg/c99-scope-2.c: New test.
8520
8521 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8522
8523 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
8524 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
8525
8526 2000-11-11 Mark Mitchell <mark@codesourcery.com>
8527
8528 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
8529 error messages.
8530
8531 * g++.mike/p700.C: Don't typedef wchar_t.
8532 * g++.mike/p784.C: Likewise.
8533 * g++.mike/eb101.C: Don't use __wchar_t.
8534
8535 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
8536
8537 * g77.f-torture/execute/20001111.[fx]: Test premature exit
8538 from DO loop.
8539
8540 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
8541
8542 * gcc.c-torture/execute/20001111-1.c: New test.
8543
8544 2000-11-10 Nick Clifton <nickc@redhat.com>
8545
8546 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
8547 long multuiple and accumulate.
8548
8549 2000-11-09 Richard Henderson <rth@redhat.com>
8550
8551 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
8552 via size_t instead of int.
8553
8554 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
8555 * gcc.c-torture/execute/string-opt-2.c: Likewise.
8556 * gcc.c-torture/execute/string-opt-3.c: Likewise.
8557 * gcc.c-torture/execute/string-opt-4.c: Likewise.
8558
8559 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
8560
8561 * gcc.c-torture/compile/20001109-1.c: New test.
8562 * gcc.c-torture/compile/20001109-2.c: New test.
8563
8564 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
8565
8566 * g++.old-deja/g++.pt/operator1.C: New test.
8567 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
8568
8569 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8570
8571 * gcc.dg/20001108-1.c: New test.
8572
8573 2000-11-09 Jakub Jelinek <jakub@redhat.com>
8574
8575 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
8576 with both arguments constant strings.
8577 * gcc.c-torture/execute/string-opt-3.c: New test.
8578 * gcc.c-torture/execute/string-opt-4.c: New test.
8579 * gcc.c-torture/execute/string-opt-5.c: New test.
8580
8581 2000-11-08 Nick Clifton <nickc@redhat.com>
8582
8583 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
8584 mulsidi3adddi patterns.
8585
8586 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
8587
8588 * g++.old-deja/g++.other/crash36.C: New test.
8589
8590 2000-11-08 Jakub Jelinek <jakub@redhat.com>
8591
8592 * g++.old-deja/g++.other/init16.C: New test.
8593
8594 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
8595
8596 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
8597
8598 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8599
8600 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
8601 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8602 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8603
8604 2000-11-07 DJ Delorie <dj@redhat.com>
8605
8606 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
8607
8608 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8609
8610 * gcc.c-torture/execute/string-opt-1.c: New test.
8611
8612 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
8613
8614 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
8615 mips-sgi-irix6.* because the MIPS ABI passes floating-point
8616 parameters in registers, and there is no way for a varargs
8617 function to know in which order the integer and floating-point
8618 parameters should be interleaved when they are placed on the
8619 stack.
8620 * gcc.c-torture/execute/va-arg-16.x: Likewise.
8621 * gcc.c-torture/execute/va-arg-17.x: Likewise.
8622
8623 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8624
8625 * gcc.c-torture/execute/string-opt-2.c: New test.
8626
8627 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
8628
8629 * g++.old-deja/g++.pt/crash60.C: New test.
8630
8631 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8632
8633 * g++.old-deja/g++.other/crash24.C: New test.
8634 * g++.old-deja/g++.other/crash25.C: New test.
8635 * g++.old-deja/g++.other/crash26.C: New test.
8636 * g++.old-deja/g++.other/crash27.C: New test.
8637 * g++.old-deja/g++.other/crash28.C: New test.
8638 * g++.old-deja/g++.other/crash29.C: New test.
8639 * g++.old-deja/g++.other/crash30.C: New test.
8640 * g++.old-deja/g++.other/crash31.C: New test.
8641 * g++.old-deja/g++.other/crash32.C: New test.
8642 * g++.old-deja/g++.other/crash33.C: New test.
8643 * g++.old-deja/g++.other/crash34.C: New test.
8644 * g++.old-deja/g++.other/crash35.C: New test.
8645
8646 2000-11-06 Jakub Jelinek <jakub@redhat.com>
8647
8648 * gcc.c-torture/execute/20001031-1.c: New test.
8649
8650 2000-11-04 Mark Mitchell <mark@codesourcery.com>
8651
8652 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
8653 namespace.
8654
8655 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
8656 standards-conformant.
8657
8658 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
8659
8660 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
8661 * g++.old-deja/g++.mike/p755a.C: Likewise.
8662 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
8663 library makes no calls to `operator new' during initialization.
8664
8665 2000-11-04 Neil Booth <neilb@earthling.net>
8666
8667 * gcc.dg/cpp/include2.c: New tests.
8668
8669 Fri Nov 3 13:32:14 2000 Mark P Mitchell <mark@codesourcery.com>
8670
8671 * lib/g++.exp (g++_set_ld_library_path): New function.
8672 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
8673
8674 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
8675
8676 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
8677 warnings.
8678
8679 2000-11-01 Richard Henderson <rth@redhat.com>
8680
8681 * g++.old-deja/g++.ext/namedret1.C: New.
8682 * g++.old-deja/g++.ext/namedret2.C: New.
8683 * g++.old-deja/g++.ext/namedret3.C: New.
8684
8685 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
8686
8687 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
8688 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
8689
8690 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8691
8692 * gcc.c-torture/execute/va-arg-21.c: New test.
8693
8694 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
8695
8696 * gcc.dg/c99-complex-2.c: New test.
8697
8698 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8699
8700 * gcc.c-torture/execute/stdio-opt-1.c: New test.
8701
8702 2000-10-31 Jakub Jelinek <jakub@redhat.com>
8703
8704 * g++.old-deja/g++.other/inline16.C: New test.
8705
8706 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
8707
8708 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
8709 __PRETTY_FUNCTION__
8710
8711 2000-10-29 Neil Booth <neilb@earthling.net>
8712
8713 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
8714 New tests.
8715 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
8716 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
8717 optimisation.
8718
8719 2000-10-29 Neil Booth <neilb@earthling.net>
8720
8721 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
8722 * mi1.c, mi1c.h: Add null directives to multiple-include test.
8723 * mi5.c: Test multiple includes work with -C.
8724 * trigraphs.c: Test ^= version.
8725
8726 2000-10-28 Neil Booth <neilb@earthling.net>
8727
8728 New tests and test updates for new macro expander.
8729
8730 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
8731 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
8732 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
8733 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
8734 new diagnostic messages.
8735
8736 * gcc.dg/cpp/macro3.c: New tests.
8737
8738 2000-10-27 Mark Mitchell <mark@codesourcery.com>
8739
8740 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
8741 on the same line.
8742
8743 2000-10-27 Jakub Jelinek <jakub@redhat.com>
8744
8745 * g++.old-deja/g++.other/eh2.C: New test.
8746
8747 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
8748
8749 * gcc.c-torture/execute/20001027-1.c: New test.
8750
8751 2000-10-26 Richard Henderson <rth@redhat.com>
8752
8753 * gcc.c-torture/execute/20001026-1.c: New.
8754
8755 2000-10-26 Mark Mitchell <mark@codesourcery.com>
8756
8757 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
8758 * g++.old-deja/g++.law/builtin1.C: Likewise.
8759 * g++.old-deja/g++.law/ctors10.C: Likewise.
8760 * g++.old-deja/g++.law/virtual3.C: Likewise.
8761 * g++.old-deja/g++.mike/p658.C: Likewise.
8762 * g++.old-deja/g++.other/sibcall1.C: Likewise.
8763 * g++.old-deja/g++.other/vaarg2.C: Likewise.
8764 * g++.old-deja/g++.robertl/eb124.C: Likewise.
8765 * g++.old-deja/g++.robertl/eb44.C: Likewise.
8766 * g++.old-deja/g++.robertl/eb77.C: Likewise.
8767
8768 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
8769
8770 * gcc.c-torture/compile/20001024-1.c: New test.
8771
8772 2000-10-25 Mark Mitchell <mark@codesourcery.com>
8773
8774 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
8775 to tell us whether or not we are using V3.
8776
8777 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
8778
8779 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
8780 operands.
8781
8782 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
8783
8784 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
8785
8786 2000-10-25 Jakub Jelinek <jakub@redhat.com>
8787
8788 * gcc.c-torture/execute/20001024-1.c: New test.
8789
8790 2000-10-24 Jakub Jelinek <jakub@redhat.com>
8791
8792 * g++.old-deja/g++.other/sibcall1.C: New test.
8793
8794 2000-10-20 Jakub Jelinek <jakub@redhat.com>
8795
8796 * gcc.dg/noncompile/init-3.c: New test.
8797
8798 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
8799
8800 * gcc.dg/format-array-1.c: New test.
8801
8802 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
8803
8804 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
8805 writing through null pointers; remove comment about testing
8806 unterminated strings.
8807
8808 2000-10-17 Matthew Hiller <hiller@redhat.com>
8809
8810 * gcc.c-torture/execute/20001017-2.c: New test.
8811
8812 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
8813
8814 * gcc.c-torture/compile/20001018-1.c: New test.
8815 * gcc.c-torture/compile/20001018-1.x: Xfail.
8816
8817 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8818
8819 * gcc.c-torture/execute/20001017-1.c: New test.
8820
8821 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
8822
8823 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
8824 for multiple use of arguments with scanf formats; add tests for
8825 multiple use of arguments.
8826
8827 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
8828
8829 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
8830
8831 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
8832
8833 * gcc.dg/format-miss-1.c: New test.
8834
8835 2000-10-16 Jakub Jelinek <jakub@redhat.com>
8836
8837 * gcc.c-torture/execute/20001013-1.c: New test.
8838
8839 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
8840
8841 * gcc.dg/format-branch-1.c: New test.
8842
8843 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
8844
8845 * README, lib/file-format.exp: Remove EGCS references.
8846
8847 2000-10-16 Jakub Jelinek <jakub@redhat.com>
8848
8849 * gcc.dg/20001013-1.c: New test.
8850
8851 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
8852
8853 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
8854 for intmax_t in the compiler using __typeof__ and the type rules
8855 for conditional expressions.
8856
8857 2000-10-13 Jakub Jelinek <jakub@redhat.com>
8858
8859 * gcc.dg/20001012-1.c: New test.
8860 * gcc.dg/20001012-2.c: New test.
8861
8862 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
8863
8864 * gcc.dg/format-attr-1.c: New test.
8865
8866 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
8867
8868 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
8869 __LONG_LONG_MAX__ instead of LLONG_MAX.
8870
8871 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
8872
8873 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
8874 scanf flags.
8875 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
8876 flags.
8877
8878 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
8879
8880 * gcc.dg/sequence-pt-1.c: New test.
8881
8882 2000-10-11 Geoff Keating <geoffk@cygnus.com>
8883
8884 * gcc.c-torture/execute/20001011-1.c: New testcase.
8885 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
8886
8887 2000-10-10 Jakub Jelinek <jakub@redhat.com>
8888
8889 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
8890 does not error on it.
8891
8892 2000-10-10 Jakub Jelinek <jakub@redhat.com>
8893
8894 * gcc.dg/20001009-1.c: New test.
8895
8896 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
8897
8898 * gcc.c-torture/compile/20001009-1.c: Move from here ....
8899 * gcc.c-torture/execute/20001009-2.c: ... to here.
8900
8901 2000-10-09 Geoff Keating <geoffk@cygnus.com>
8902
8903 * gcc.c-torture/compile/20001009-1.c: New testcase.
8904 * gcc.c-torture/execute/20001009-1.c: New testcase.
8905 Testcases provided by Jan Hubicka <jh@suse.cz>.
8906
8907 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
8908
8909 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
8910 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
8911 uintmax_t using <limits.h> to emulate the compiler's internal
8912 logic. No longer XFAIL %j tests.
8913
8914 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
8915
8916 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
8917 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
8918 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
8919 regexps and details of expected handling of some bad formats.
8920 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
8921 suppression.
8922
8923 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
8924
8925 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
8926 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
8927 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
8928 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
8929 in list archives.
8930
8931 2000-10-06 Richard Henderson <rth@cygnus.com>
8932
8933 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
8934 * g++.old-deja/g++.brendan/crash52.C: Likewise.
8935 * g++.old-deja/g++.jason/report.C: Likewise.
8936 * g++.old-deja/g++.law/friend5.C: Likewise.
8937 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
8938 of the expected warnings.
8939
8940 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
8941
8942 * g++.old-deja/g++.pt/enum14.C: New test.
8943
8944 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
8945
8946 * g++.old-deja/g++.pt/crash59.C: New test.
8947
8948 2000-10-04 Will Cohen <wcohen@redhat.com>
8949
8950 * gcc.dg/20000926-1.c: New test.
8951
8952 2000-10-03 Geoff Keating <geoffk@cygnus.com>
8953
8954 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
8955 function name for current C++ compiler.
8956 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
8957
8958 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
8959
8960 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
8961 __PRETTY_FUNCTION__.
8962 * g++.old-deja/g++.ext/pretty2.C: Likewise.
8963
8964 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8965
8966 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
8967
8968 2000-09-26 Jakub Jelinek <jakub@redhat.com>
8969
8970 * gcc.c-torture/compile/20000923-1.c: New test.
8971
8972 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8973
8974 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
8975 * g++.old-deja/g++.pt/ttp62.C: Same.
8976 * g++.old-deja/g++.other/inline14.C: Same.
8977
8978 2000-09-24 Richard Henderson <rth@cygnus.com>
8979
8980 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
8981
8982 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
8983
8984 * gcc.dg/c90-printf-1.c: Add test for wide string format.
8985
8986 2000-09-22 Geoff Keating <geoffk@cygnus.com>
8987
8988 * gcc.c-torture/compile/20000922-1.c: New file.
8989
8990 2000-09-21 Nick Clifton <nickc@redhat.com>
8991
8992 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
8993 a signed long modulo operation.
8994 (mod6): New function - perform an unsigned long modulo operation.
8995 (main): Add tests for modulos of very large numbers by very small
8996 dividends.
8997
8998 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8999
9000 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
9001
9002 2000-09-19 Richard Henderson <rth@cygnus.com>
9003
9004 * gcc.dg/compare2.c (case 10): XFAIL.
9005
9006 2000-09-18 Richard Henderson <rth@cygnus.com>
9007
9008 * gcc.c-torture/execute/20000906-1.c: Move ...
9009 * gcc.dg/20000906-1.c: ... here. Only run on targets
9010 that support __builtin_trap.
9011
9012 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
9013
9014 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
9015
9016 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9017
9018 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
9019 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
9020 more $ format tests.
9021
9022 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
9023
9024 * gcc.dg/format-errmk-1.c: New test.
9025
9026 2000-09-17 Greg McGary <greg@mcgary.org>
9027
9028 * gcc.c-torture/execute/20000917-1.x: Remove.
9029
9030 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
9031
9032 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
9033
9034 2000-09-17 Greg McGary <greg@mcgary.org>
9035
9036 * gcc.c-torture/execute/20000917-1.c: New test.
9037 * gcc.c-torture/execute/20000917-1.x: XFAIL.
9038
9039 Sat 16-Sep-2000 08:14:58 BST Neil Booth <NeilB@earthling.net>
9040
9041 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
9042 in nested macro bug.
9043
9044 Fri 15-Sep-2000 06:50:11 BST Neil Booth <NeilB@earthling.net>
9045
9046 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
9047
9048 Thu Sep 14 16:48:49 2000 Jeffrey A Law (law@cygnus.com)
9049
9050 * gcc.c-torture/execute/20000914-1.c: New test.
9051
9052 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
9053
9054 * g++.other/inline13.C: New test.
9055
9056 2000-09-12 Andreas Jaeger <aj@suse.de>
9057
9058 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
9059 constant by Ulrich Drepper <drepper@redhat.com>.
9060
9061 Tue Sep 12 18:32:07 2000 J"orn Rennecke <amylaar@redhat.co.uk>
9062
9063 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
9064
9065 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9066
9067 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
9068
9069 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
9070
9071 * gcc.dg/cpp/backslash.c: New test.
9072
9073 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
9074
9075 * gcc.c-torture/execute/20000910-1.c: New test.
9076 * gcc.c-torture/execute/20000910-2.c: Likewise.
9077
9078 2000-09-11 Robert Lipe <robertl@sco.com>
9079
9080 * gcc.dg/pragma-align.c: New test.
9081
9082 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
9083
9084 * g++.old-deja/g++.pt/explicit82.C: New test.
9085 * g++.old-deja/g++.pt/explicit83.C: New test.
9086
9087 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
9088
9089 * gcc.dg/asm-names.c: New test.
9090
9091 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9092
9093 * gcc.dg/cpp/tr-warn6.c: New test
9094
9095 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
9096
9097 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
9098 be accepted.
9099
9100 2000-09-07 Catherine Moore <clm@redhat.com>
9101
9102 * gcc.c-torture/execute/unroll-1.c: New test.
9103
9104 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
9105
9106 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
9107 ERROR markers.
9108 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
9109 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
9110 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
9111 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
9112 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
9113 Preprocess only.
9114 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
9115 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
9116
9117 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9118
9119 * g++.old-deja/g++.pt/deduct2.C: New test.
9120
9121 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9122
9123 * g++.old-deja/g++.pt/parms2.C: New test.
9124
9125 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
9126
9127 * g++.old-deja/g++.pt/crash58.C: New test.
9128
9129 2000-09-06 Greg McGary <greg@mcgary.org>
9130
9131 * gcc.c-torture/execute/20000906-1.c: New test.
9132 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
9133
9134 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9135
9136 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
9137
9138 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9139
9140 * g++.old-deja/g++.pt/crash57.C: New test.
9141
9142 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9143
9144 * g++.old-deja/g++.pt/crash56.C: New test.
9145
9146 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
9147
9148 * g++.old-deja/g++.pt/koenig1.C: New test.
9149
9150 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9151
9152 * gcc.dg/20000904-1.c: New test.
9153
9154 2000-09-04 Jakub Jelinek <jakub@redhat.com>
9155
9156 * gcc.dg/cpp/paste8.c: New test.
9157
9158 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
9159
9160 * gcc.c-torture/compile/20000827-1.c: New test.
9161
9162 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9163
9164 * gcc.dg/format-diag-1.c: New test.
9165
9166 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
9167
9168 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
9169 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
9170 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
9171 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
9172 gcc.dg/formatz-1.c: Adjust warning regular expressions.
9173
9174 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9175
9176 * g++.old-deja/g++.other/nested4.C: New test.
9177
9178 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
9179
9180 * g++.old-deja/g++.ns/scoped1.C: New test.
9181
9182 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
9183
9184 * lib/g++.exp: Support testing already-installed GCC.
9185
9186 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9187
9188 * wtr-label-1.c, wtr-suffix-1.c: New tests.
9189
9190 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9191
9192 * gcc.dg/return-type-2.c: New test.
9193
9194 2000-08-27 Geoff Keating <geoffk@cygnus.com>
9195
9196 * gcc.c-torture/compile/20000825-1.c: New test.
9197
9198 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
9199
9200 * gcc.dg/dwarf2-2.c: New test.
9201
9202 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
9203
9204 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
9205 dg-warning regexps.
9206
9207 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
9208
9209 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
9210 gcc.dg/format-ext-5.c: New tests.
9211
9212 2000-08-25 Jakub Jelinek <jakub@redhat.com>
9213
9214 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
9215
9216 2000-08-24 Mark Mitchell <mark@codesourcery.com>
9217
9218 * gcc.dg/noncompile/930622-2.c: Adjust error message.
9219
9220 2000-08-24 Richard Henderson <rth@cygnus.com>
9221
9222 * gcc.dg/ia64-sync-1.c: New test.
9223 * gcc.dg/ia64-sync-2.c: New test.
9224 * gcc.dg/ia64-asm-1.c: New test.
9225
9226 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
9227
9228 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
9229 * gcc.dg/format-ext-2.c: New test.
9230
9231 2000-08-23 Jason Merrill <jason@redhat.com>
9232
9233 * lib/old-dejagnu.exp: Also ignore "In member function" and
9234 "At global scope".
9235
9236 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9237
9238 * gcc.dg/noncompile/label-lineno-1.c: New test.
9239
9240 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9241
9242 * gcc.dg/c99-array-nonobj-1.c: New test.
9243
9244 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
9245
9246 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
9247 tests.
9248 * gcc.dg/format-ext-1.c: New test.
9249
9250 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9251
9252 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
9253 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
9254 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
9255 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
9256 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
9257
9258 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
9259
9260 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
9261 gcc.dg/c99-strftime-2.c: New tests.
9262
9263 2000-08-22 Richard Henderson <rth@cygnus.com>
9264
9265 * gcc.c-torture/execute/20000822-1.c: New test.
9266
9267 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9268
9269 * gcc.c-torture/execute/20000819-1.x: Remove.
9270
9271 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9272
9273 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
9274 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
9275 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
9276 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
9277 gcc.dg/format-xopen-1.c: New tests.
9278
9279 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
9280
9281 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
9282
9283 2000-08-21 Jakub Jelinek <jakub@redhat.com>
9284
9285 * g++.old-deja/g++.other/loop2.C: New test.
9286
9287 * gcc.c-torture/compile/20000606-1.c: New test.
9288 * gcc.c-torture/compile/20000728-1.c: New test.
9289 * gcc.c-torture/execute/20000801-1.c: New test.
9290 * gcc.c-torture/execute/20000801-2.c: New test.
9291 * gcc.c-torture/execute/20000819-1.c: New test.
9292 * gcc.c-torture/execute/20000819-1.x: XFAIL.
9293 * gcc.dg/20000629-1.c: New test.
9294 * gcc.dg/20000724-1.c: New test.
9295 * gcc.dg/20000807-1.c: New test.
9296
9297 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
9298
9299 * gcc.dg/cpp/pragma-1.c: New test.
9300 * gcc.dg/cpp/pragma-2.c: New test.
9301
9302 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
9303
9304 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
9305 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
9306
9307 Fri Aug 18 16:57:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9308
9309 * gcc.c-torture/compile/20000818-1.c: New test.
9310
9311 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
9312
9313 * gcc.c-torture/execute/20000818-1.c: New test.
9314
9315 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
9316
9317 * gcc.dg/format-va-1.c: New test.
9318
9319 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9320
9321 * g++.old-deja/g++.other/typedef8.C: New test.
9322
9323 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9324
9325 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
9326 * g++.old-deja/g++.mike/net36.C: Mark candidate.
9327 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
9328 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
9329 * g++.old-deja/g++.other/ptrmem7.C: New test.
9330 * g++.old-deja/g++.pt/ptrmem10.C: New test.
9331
9332 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
9333
9334 * g++.old-deja/g++.pt/typename27.C: New test.
9335
9336 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
9337
9338 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
9339 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
9340 * g++.old-deja/g++.pt/friend45.C: New test.
9341 * g++.old-deja/g++.other/friend8.C: New test.
9342
9343 2000-08-15 Richard Henderson <rth@cygnus.com>
9344
9345 * gcc.c-torture/execute/20000815-1.c: New test.
9346
9347 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
9348
9349 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
9350 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
9351 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
9352
9353 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
9354
9355 * g++.old-deja/g++.other/refinit2.C: New test.
9356
9357 2000-08-13 Geoff Keating <geoffk@cygnus.com>
9358
9359 * lib/c-torture.exp (c-torture): Make
9360 compiler_conditional_xfail_data global.
9361 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
9362 compiler_conditional_xfail_data machinery.
9363 (f-torture-execute): Likewise.
9364 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
9365 and only when unrolling loops.
9366
9367 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
9368
9369 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9370
9371 * g++.old-deja/g++.pt/explicit81.C: New test.
9372
9373 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
9374
9375 * g++.old-deja/g++.pt/typename26.C: New test.
9376
9377 2000-08-10 Geoff Keating <geoffk@cygnus.com>
9378
9379 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
9380 warning.
9381
9382 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
9383
9384 * g++.old-deja/g++.other/array3.C: New test.
9385
9386 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9387
9388 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
9389 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
9390 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
9391 New tests.
9392
9393 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
9394
9395 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
9396 * g++.old-deja/g++.abi/vmihint.C: Likewise.
9397
9398 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
9399
9400 * gcc.c-torture/execute/20000808-1.c: New test.
9401
9402 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
9403
9404 * gcc.dg/c90-const-expr-1.c: New test.
9405
9406 2000-08-08 Richard Henderson <rth@cygnus.com>
9407
9408 * gcc.dg/noncompile/920923-1.c: Declare calloc.
9409
9410 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
9411
9412 * gcc.dg/noncompile/const-ll-1.c: New test.
9413
9414 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
9415
9416 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
9417
9418 Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
9419
9420 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
9421 that running programs linked against the shared version of libobjc
9422 run correctly.
9423
9424 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9425
9426 * gcc.dg/c99-printf-1.c: New test.
9427
9428 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
9429
9430 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
9431
9432 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
9433
9434 * gcc.c-torture/execute/20000731-1.x: Delete.
9435
9436 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
9437
9438 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
9439 and torture_without_loops as is done by c-torture.exp.
9440 (search_for): Copy from c-torture.exp.
9441 (gcc-dg-runtest): New function, drives a directory of tests
9442 iterating over the TORTURE_OPTIONS.
9443 (scan-assembler, scan-assembler-not): Move here from
9444 individual directory drivers.
9445
9446 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
9447 defined by lib/gcc-dg.exp.
9448 * gcc.dg/cpp/cpp.exp: Likewise.
9449 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
9450 gcc-dg-runtest, so we cycle over optimization options.
9451
9452 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
9453 * gcc.dg/compare2.c: No longer expected to fail.
9454
9455 Fri Aug 4 23:00:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
9456
9457 * gcc.c-torture/execute/20000804-1.c: New test.
9458
9459 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
9460
9461 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
9462
9463 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
9464
9465 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
9466
9467 Thu Aug 3 01:46:33 2000 Jeffrey A Law (law@cygnus.com)
9468
9469 * gcc.c-torture/compile/20000803-1.c: New test.
9470
9471 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
9472
9473 * gcc.c-torture/execute/20000801-3.c,
9474 gcc.c-torture/execute/20000801-4.c: New tests.
9475 * gcc.c-torture/execute/20000801-3.x,
9476 gcc.c-torture/execute/20000801-4.x: Xfail.
9477
9478 2000-08-02 Geoff Keating <geoffk@cygnus.com>
9479
9480 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
9481 libobjc/.libs to allow for libtool.
9482
9483 2000-08-02 Jakub Jelinek <jakub@redhat.com>
9484
9485 * gcc.c-torture/compile/20000802-1.c: New test.
9486
9487 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
9488
9489 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
9490
9491 Mon Jul 31 21:14:49 2000 Jeffrey A Law (law@cygnus.com)
9492
9493 * gcc-c-torture/execute/20000731-2.c: New test.
9494
9495 * gcc.c-torture/execute/20000731-1.c: New test.
9496 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
9497
9498 2000-07-31 Jakub Jelinek <jakub@redhat.com>
9499
9500 * testsuite/gcc.dg/cpp/paste7.c: New test.
9501 * gcc.dg/cpp/20000725-1.c: New test.
9502
9503 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
9504
9505 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
9506 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
9507 declaration warning for __builtin_dwarf_reg_size.
9508
9509 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
9510
9511 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
9512
9513 * gcc.dg/noncompile/voidparam-1.c: New test.
9514
9515 2000-07-30 Richard Henderson <rth@cygnus.com>
9516
9517 * gcc.dg/c90-digraph-1.c: Don't xfail.
9518 * gcc.dg/compare2.c (case 10): Xfail.
9519 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
9520
9521 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
9522
9523 * gcc.dg/c99-main-1.c: New test.
9524
9525 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
9526
9527 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
9528
9529 Wed Jul 26 19:41:51 2000 Hans-Peter Nilsson <hp@axis.com>
9530
9531 * gcc.c-tortuer/execute/20000726-1.c: New test.
9532
9533 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
9534
9535 * gcc.c-torture/execute/enum-2.c: New test.
9536
9537 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9538
9539 * gcc.dg/cpp/tr-warn3.c: New test.
9540
9541 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9542
9543 * g++.old-deja/g++.ext/implicit1.C: Remove.
9544 * g++.old-deja/g++.jason/c2.C: Remove
9545 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
9546 * g++.old-deja/g++.pt/crash16.C: Likewise.
9547 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
9548
9549 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
9550
9551 * g++.old-deja/g++.other/for2.C: New test.
9552
9553 2000-07-25 Jakub Jelinek <jakub@redhat.com>
9554
9555 * gcc.dg/20000720-1.c: New test.
9556
9557 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
9558
9559 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
9560
9561 2000-07-24 Geoff Keating <geoffk@cygnus.com>
9562
9563 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
9564 * gcc.c-torture/execute/20000722-1.c: New.
9565 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
9566
9567 2000-07-24 Jakub Jelinek <jakub@redhat.com>
9568
9569 * gcc.dg/cpp/20000720-1.S: New test.
9570
9571 2000-07-21 Michael Meissner <meissner@redhat.com>
9572
9573 * gcc.c-torture/execute/ieee/hugeval.c: New test.
9574
9575 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9576
9577 * g++.old-deja/g++.brendan/crash16.C,
9578 g++.old-deja/g++.brendan/parse3.C,
9579 g++.old-deja/g++.brendan/redecl1.C,
9580 g++.old-deja/g++.ns/template13.C,
9581 g++.old-deja/g++.other/decl4.C,
9582 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
9583
9584 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
9585
9586 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
9587 and "Internal error".
9588
9589 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
9590 regexps.
9591 * gcc.dg/cpp/paste6.c: New test.
9592
9593 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
9594
9595 * gcc.dg/cpp/tr-direct.c: New test.
9596
9597 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
9598 gcc.dg/cpp/undef1.c: Tweak error regexps.
9599
9600 2000-07-18 Eric Christopher <echristo@redhat.com>
9601
9602 * gcc.c-torture/compile/20000718-1.c: New test.
9603
9604 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
9605
9606 * cpplex.c (_cpp_push_token): If the token being pushed back
9607 is the previous token in this context, just subtract one from
9608 context->posn.
9609 * cppmacro.c (save_expansion): Clear aux field when storing a
9610 placemarker.
9611
9612 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
9613
9614 * gcc.dg/noncompile/redecl-1.c: New test.
9615
9616 2000-07-18 Jakub Jelinek <jakub@redhat.com>
9617
9618 * gcc.c-torture/execute/20000717-5.c: New test.
9619 * gcc.c-torture/execute/20000717-1.x: Removed.
9620
9621 2000-07-17 Richard Henderson <rth@cygnus.com>
9622
9623 * gcc.c-torture/execute/20000717-4.c: New test.
9624
9625 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
9626
9627 * gcc.dg/cpp/syshdr.c: New test.
9628 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
9629
9630 2000-07-17 Neil Booth <neilb@earthling.net>
9631
9632 * gcc.dg/cpp/cmdlne-dM.c: New test.
9633 * gcc.dg/cpp/cmdlne-dD.c: New test.
9634
9635 Mon Jul 17 03:13:12 2000 Jeffrey A Law (law@cygnus.com)
9636
9637 * gcc.c-torture/execute/20000717-3.c: New test.
9638
9639 * gcc.c-torture/compile/20000717-1.c: New test.
9640
9641 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
9642
9643 * gcc.c-torture/execute/20000717-2.c: New test.
9644
9645 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
9646
9647 * gcc.dg/formatz-1.c: New test.
9648
9649 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
9650 * gcc.dg/c99-digraph-1.c: New tests.
9651
9652 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
9653 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
9654
9655 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
9656 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
9657 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
9658 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
9659 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
9660 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
9661 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
9662
9663 Mon Jul 17 00:41:57 2000 Greg McGary <greg@mcgary.org>
9664
9665 * gcc.c-torture/execute/20000717-1.c: New test.
9666 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
9667
9668 2000-07-15 Jakub Jelinek <jakub@redhat.com>
9669
9670 * gcc.c-torture/execute/20000715-2.c: New test.
9671 * gcc.dg/20000715-1.c: New test.
9672
9673 2000-07-15 Michael Meissner <meissner@redhat.com>
9674
9675 * gcc.c-torture/execute/20000715-1.c: New test.
9676
9677 2000-07-13 Jakub Jelinek <jakub@redhat.com>
9678
9679 * gcc.c-torture/execute/20000707-1.c: New test.
9680
9681 2000-07-13 Neil Booth <NeilB@earthling.net>
9682
9683 * testsuite/gcc.dg/cpp/digraph1.c,
9684 testsuite/gcc.dg/cpp/digraph2.c,
9685 testsuite/gcc.dg/cpp/digraphs.c: New tests.
9686
9687 2000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
9688
9689 * g77.f-torture/compile/20000630-2.f: New test.
9690 * g77.f-torture/compile/20000630-2.x
9691
9692 2000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
9693
9694 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
9695
9696 2000-07-11 Neil Booth <NeilB@earthling.net>
9697
9698 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
9699
9700 2000-07-11 Neil Booth <NeilB@earthling.net>
9701
9702 * gcc.dg/cpp/cmdlne-C.c: New.
9703
9704 2000-07-09 Neil Booth <NeilB@earthling.net>
9705
9706 * gcc.dg/cpp/directiv.c: New tests.
9707 * gcc.dg/cpp/undef1.c: Update.
9708
9709 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
9710
9711 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
9712
9713 2000-07-09 Neil Booth <NeilB@earthling.net>
9714
9715 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
9716
9717 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
9718
9719 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
9720 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
9721
9722 2000-07-08 Neil Booth <NeilB@earthling.net>
9723
9724 * gcc.dg/cpp/macsyntx.c: New tests.
9725
9726 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9727
9728 * gcc.dg/20000707-1.c: New test.
9729
9730 2000-07-07 Jakub Jelinek <jakub@redhat.com>
9731
9732 * gcc.c-torture/execute/20000706-1.c: New test.
9733 * gcc.c-torture/execute/20000706-2.c: New test.
9734 * gcc.c-torture/execute/20000706-3.c: New test.
9735 * gcc.c-torture/execute/20000706-4.c: New test.
9736 * gcc.c-torture/execute/20000706-5.c: New test.
9737
9738 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9739
9740 * g++.old-deja/g++.pt/instantiate7.C: New test.
9741
9742 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
9743
9744 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
9745 * g++.old-deja/g++.mike/thunk3.C: Likewise.
9746 * g++.old-deja/g++.other/rtti3.C: Likewise.
9747 * g++.old-deja/g++.other/rttid3.C: Likewise.
9748
9749 2000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
9750
9751 * g77.f-torture/compile/20000630-1.x: Fix typo
9752
9753 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
9754
9755 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
9756 assembly output.
9757
9758 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
9759
9760 * gcc.dg/cpp/ident.c: New test.
9761
9762 2000-07-05 Neil Booth <NeilB@earthling.net>
9763
9764 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
9765 gcc.dg/cpp/lexstrng.c: New tests.
9766
9767 2000-07-04 Neil Booth <NeilB@earthling.net>
9768
9769 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
9770 * gcc.dg/cpp/strify2.c: Same.
9771
9772 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
9773
9774 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
9775 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
9776 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
9777 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
9778
9779 * testsuite/gcc.dg/cpp/macro1.c,
9780 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
9781 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
9782 testsuite/gcc.dg/cpp/strify1.c,
9783 testsuite/gcc.dg/cpp/strify2.c: New tests.
9784
9785 2000-07-03 Jakub Jelinek <jakub@redhat.com>
9786
9787 * gcc.c-torture/execute/20000703-1.c: New test.
9788
9789 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
9790
9791 * g++.old-deja/g++.pt (lookup10.C): New test.
9792
9793 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
9794
9795 * g++.old-deja/g++.pt (typename25.C): New test.
9796
9797 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
9798
9799 * gcc.c-torture/compile/20000701-1.c: New test.
9800
9801 2000-06-30 Nick Clifton <nickc@cygnus.com>
9802
9803 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
9804 to test case.
9805
9806 2000-06-30 Catherine Moore <clm@cygnus.com>
9807
9808 * gcc.c-torture/execute/align-1.c: New test.
9809
9810 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
9811
9812 * g++.old-deja/g++.pt/expr8.C: New test.
9813 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
9814
9815 2000-06-29 Nick Clifton <nickc@cygnus.com>
9816
9817 * gcc.c-torture/compile/20000629-1.c: New test.
9818
9819 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
9820
9821
9822 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
9823 gcc.dg/noncompile directory, depending on whether they're
9824 preprocessor tests or not. Annotate all the tests for the dg
9825 framework.
9826
9827 * gcc.c-torture/noncompile/noncompile.exp: Delete.
9828 * gcc.dg/noncompile/noncompile.exp: New.
9829
9830 * Moved files:
9831 Old name New name
9832 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
9833 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
9834 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
9835 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
9836 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
9837 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
9838 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
9839 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
9840 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
9841 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
9842 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
9843 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
9844 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
9845 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
9846 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
9847 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
9848 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
9849 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
9850 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
9851 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
9852 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
9853 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
9854 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
9855 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
9856
9857 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
9858 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
9859 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
9860 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
9861 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
9862 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
9863
9864 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
9865
9866 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
9867 declare one variable. On the fourth, error.
9868 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
9869 declared by 20000628-1a.h.
9870
9871 2000-06-29 Richard Henderson <rth@redhat.com>
9872
9873 * gcc.c-torture/execute/930529-1.x: New file.
9874 * gcc.dg/920413-1.c: Adjust expected warning text.
9875 * gcc.dg/980217-1.c: Declare abort.
9876 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
9877
9878 Thu Jun 29 09:42:40 2000 Jeffrey A Law (law@cygnus.com)
9879
9880 * g77.f-torture/compile/20000629-1.f: New test.
9881 * g77.f-torture/compile/20000629-1.x: Expected to fail.
9882
9883 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
9884
9885 Rearrange lots of files, removing entirely the
9886 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
9887 directories.
9888
9889 * Deleted files:
9890 gcc.c-torture/code_quality/code_quality.exp
9891 gcc.c-torture/special/special.exp
9892 gcc.failure/failure.exp
9893 gcc.failure/940409-1.x
9894 gcc.c-torture/compile/961203-1.x
9895
9896 * New files:
9897 gcc.misc-tests/linkage.exp
9898 gcc.c-torture/execute/920730-1t.c
9899 gcc.c-torture/execute/920730-1t.x
9900 gcc.c-torture/compile/920520-1.x
9901 gcc.c-torture/compile/920521-1.x
9902 gcc.c-torture/compile/981006-1.x
9903 gcc.c-torture/execute/eeprof-1.x
9904
9905 * Moved files (possibly with modifications to fit a new harness):
9906 Old name New name
9907 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
9908 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
9909 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
9910 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
9911 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
9912 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
9913 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
9914 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
9915 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
9916 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
9917 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
9918 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
9919 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
9920 gcc.failure/940409-1.c gcc.dg/940409-1.c
9921
9922 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
9923
9924 * c-torture/compile/961203-1.x: Delete.
9925
9926 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
9927 not exit. Include stdio.h.
9928 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
9929 * gcc.misc-tests/dg-12.c: Likewise.
9930 * gcc.misc-tests/dg-5.c: Likewise.
9931 * gcc.misc-tests/dg-6.c: Likewise.
9932 * gcc.misc-tests/dg-7.c: Prototype abort.
9933 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
9934 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
9935 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
9936 not exit.
9937 * gcc.misc-tests/sieve.c: Use return from main, not exit.
9938 * gcc.misc-tests/sort2.c: Use return from main, not exit.
9939
9940 2000-06-28 Jakub Jelinek <jakub@redhat.com>
9941
9942 * gcc.dg/cpp/20000628-1.c: New test.
9943 * gcc.dg/cpp/20000628-1.h: New header for above test.
9944 * gcc.dg/cpp/20000628-1a.h: Likewise.
9945
9946 2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
9947
9948 * gcc.dg/cpp: New directory.
9949 * gcc.dg/cpp/cpp.exp: New driver.
9950 * gcc.dg/cpp/20000627-1.c: New test.
9951 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
9952 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
9953 and rewrite as a compilation test.
9954
9955 * gcc.dg: Move many files into the cpp subdirectory, possibly
9956 renaming or editing them as well.
9957 Old name New name
9958 990119-1.c cpp/19990119-1.c
9959 990228-1.c cpp/19990228-1.c
9960 990407-1.c cpp/19990407-1.c
9961 990409-1.c cpp/19990409-1.c
9962 990413-1.c cpp/19990413-1.c
9963 990703-1.c cpp/19990703-1.c
9964 20000127-1.c cpp/20000127-1.c
9965 20000129-1.c cpp/20000129-1.c
9966 20000207-1.c cpp/20000207-1.c
9967 20000207-2.c cpp/20000207-2.c
9968 20000209-1.c cpp/20000209-1.c
9969 20000209-2.c cpp/20000209-2.c
9970 20000301-1.c cpp/20000301-1.c
9971 20000419-1.c cpp/20000419-1.c
9972 20000510-1.S cpp/20000510-1.S
9973 20000519-1.c cpp/20000519-1.c
9974 20000529-1.c cpp/20000529-1.c
9975 20000625-1.c cpp/20000625-1.c
9976 20000625-2.c cpp/20000625-2.c
9977 cpp-as1.c cpp/assert1.c
9978 cpp-as2.c cpp/assert2.c
9979 cxx-comments-1.c cpp/cxxcom1.c
9980 cxx-comments-2.c cpp/cxxcom2.c
9981 endif-label.c cpp/endif.c
9982 cpp-hash1.c cpp/hash1.c
9983 cpp-hash2.c cpp/hash2.c
9984 cpp-if1.c cpp/if-1.c
9985 cpp-if2.c cpp/if-2.c
9986 cpp-if3.c cpp/if-3.c
9987 cpp-if4.c cpp/if-4.c
9988 cpp-if5.c cpp/if-5.c
9989 cpp-cond.c cpp/if-cexp.c
9990 cpp-missingop.c cpp/if-mop.c
9991 cpp-missingparen.c cpp/if-mpar.c
9992 cpp-opprec.c cpp/if-oppr.c
9993 cpp-ifparen.c cpp/if-paren.c
9994 cpp-shortcircuit.c cpp/if-sc.c
9995 cpp-shift.c cpp/if-shift.c
9996 cpp-unary.c cpp/if-unary.c
9997 cpp-li1.c cpp/line1.c
9998 cpp-li2.c cpp/line2.c
9999 lineno.c cpp/line3.c
10000 lineno-2.c cpp/line4.c
10001 cpp-mi.c cpp/mi1.c
10002 cpp-mic.h cpp/mi1c.h
10003 cpp-micc.h cpp/mi1cc.h
10004 cpp-mind.h cpp/mi1nd.h
10005 cpp-mindp.h cpp/mi1ndp.h
10006 cpp-mix.h cpp/mi1x.h
10007 cpp-mi2.c cpp/mi2.c
10008 cpp-mi2a.h cpp/mi2a.h
10009 cpp-mi2b.h cpp/mi2b.h
10010 cpp-mi2c.h cpp/mi2c.h
10011 cpp-mi3.c cpp/mi3.c
10012 cpp-mi3.def cpp/mi3.def
10013 poison-1.c cpp/poison.c
10014 pr-impl.c cpp/prag-imp.c
10015 cpp-redef-2.c cpp/redef1.c
10016 cpp-redef.c cpp/redef2.c
10017 strpaste.c cpp/strp1.c
10018 strpaste-2.c cpp/strp2.c
10019 cpp-tradpaste.c cpp/tr-paste.c
10020 cpp-tradstringify.c cpp/tr-str.c
10021 cpp-tradwarn1.c cpp/tr-warn1.c
10022 cpp-tradwarn2.c cpp/tr-warn2.c
10023 trigraphs.c cpp/trigraphs.c
10024 cpp-unc1.c cpp/unc1.c
10025 cpp-unc2.c cpp/unc2.c
10026 cpp-unc3.c cpp/unc3.c
10027 cpp-unc.c cpp/unc4.c
10028 undef.c cpp/undef1.c
10029 undef-2.c cpp/undef2.c
10030 cpp-wi1.c cpp/widestr1.c
10031
10032 2000-06-27 Mark Mitchell <mark@codesourcery.com>
10033
10034 * lib/g++.exp (g++_include_flags): Tweak.
10035
10036 2000-06-27 H.J. Lu <hjl@gnu.org>
10037 Loren J. Rittle <ljrittle@acm.org>
10038
10039 * lib/g++.exp (g++_include_flags): Override libgloss.exp
10040 version with one that knows about the new gcc tree structure.
10041 (g++_link_flags): Same.
10042
10043 2000-06-26 Zack Weinberg <zack@wolery.cumb.org>
10044
10045 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
10046 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
10047 case we are cross-compiling.
10048
10049 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
10050 g++.old-deja/g++.niklas/Makefile.in,
10051 g++.old-deja/g++.niklas/configure.in,
10052 g++.old-deja/g++.other/Makefile.in,
10053 g++.old-deja/g++.other/configure.in,
10054 gcc.c-torture/code_quality/Makefile.in,
10055 gcc.c-torture/code_quality/configure.in,
10056 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
10057 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
10058 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
10059 gcc.c-torture/execute/ieee/Makefile.in,
10060 gcc.c-torture/execute/ieee/configure.in,
10061 gcc.c-torture/noncompile/Makefile.in,
10062 gcc.c-torture/noncompile/configure.in,
10063 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
10064 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
10065 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
10066
10067 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10068
10069 * g++.old-deja/g++.other/ambig3.C: New test.
10070
10071 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
10072
10073 * g++.old-deja/g++.pt/syntax1.C: New test.
10074 * g++.old-deja/g++.pt/syntax2.C: New test.
10075 * g++.old-deja/g++.other/syntax3.C: New test.
10076 * g++.old-deja/g++.other/syntax4.C: New test.
10077
10078 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10079
10080 * gcc.dg/20000623-1.c: Prototype exit and abort.
10081
10082 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
10083
10084 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
10085 New tests.
10086 * gcc.dg/cpp-mi3.def: New file.
10087
10088 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
10089 inside assertions.
10090 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
10091 lexer's error messages.
10092 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
10093 divine anything from the linemarkers.
10094 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
10095 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
10096
10097 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
10098
10099 * gcc.dg/20000623-1.c: New test.
10100
10101 2000-06-22 Jakub Jelinek <jakub@redhat.com>
10102
10103 * gcc.c-torture/execute/20000622-1.c: New test.
10104
10105 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10106
10107 * g++.old-deja/g++.other/init15.C: New test.
10108
10109 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
10110
10111 * g++.old-deja/g++.pt/vaarg2.C: New test.
10112 * g++.old-deja/g++.pt/vaarg3.C: New test.
10113
10114 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
10115
10116 * g++.old-deja/g++.other/dyncast6.C: New test.
10117
10118 2000-06-15 Jakub Jelinek <jakub@redhat.com>
10119
10120 * gcc.c-torture/execute/loop-6.c: New test.
10121
10122 2000-06-14 Jakub Jelinek <jakub@redhat.com>
10123
10124 * gcc.dg/20000614-1.c: New test.
10125 * gcc.dg/20000614-2.c: New test.
10126
10127 2000-06-14 Hans-Peter Nilsson <hp@axis.com>
10128
10129 * g++.old-deja/g++.other/inline12.C: New test.
10130
10131 2000-06-13 Jakub Jelinek <jakub@redhat.com>
10132
10133 * g++.old-deja/g++.other/eh1.C: New test.
10134
10135 2000-06-12 Jakub Jelinek <jakub@redhat.com>
10136
10137 * g++.old-deja/g++.other/type.C: New test.
10138
10139 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10140
10141 * g++.old-deja/g++.other/initstring.C: New test.
10142
10143 2000-06-12 Jason Merrill <jason@redhat.com>
10144
10145 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
10146
10147 Fri Jun 9 22:46:34 2000 Jeffrey A Law (law@cygnus.com)
10148
10149 * gcc.c-torture/compile/20000609-1.c: New test.
10150
10151 Fri Jun 9 21:54:28 2000 Clinton Popetz <cpopetz@cygnus.com>
10152
10153 * gcc.dg/20000609-1.c: New test.
10154
10155 2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
10156
10157 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
10158 * gcc.c-torture/noncompile/poison-1.c: Move...
10159 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
10160 * gcc.dg/cpp-li1.c: Add a token after the #line.
10161
10162 2000-06-05 Richard Henderson <rth@cygnus.com>
10163
10164 * gcc.c-torture/execute/20000605-2.c: New test.
10165 * gcc.c-torture/execute/20000605-3.c: New test.
10166
10167 2000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
10168
10169 * g77.f-torture/execute/20000503-1.x: New file.
10170
10171 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
10172
10173 * g++.old-deja/g++.eh/badalloc1.C: New test.
10174
10175 2000-06-05 Richard Henderson <rth@cygnus.com>
10176
10177 * gcc.c-torture/execute/20000605-1.c: New test.
10178
10179 2000-06-05 Jakub Jelinek <jakub@redhat.com>
10180 Nathan Sidwell <nathan@codesourcery.com>
10181
10182 * gcc.c-torture/compile/20000605-1.c: New test.
10183
10184 2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
10185
10186 * g77.f-torture/compile/20000601-1.f: New test.
10187
10188 2000-06-03 Richard Henderson <rth@cygnus.com>
10189
10190 * gcc.c-torture/execute/20000603-1.c: New.
10191
10192 2000-06-02 Zack Weinberg <zack@wolery.cumb.org>
10193
10194 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
10195 * gcc.dg/noreturn-2.c (noreturn): Likewise.
10196
10197 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
10198
10199 * gcc.dg/compare2.c (case 12): XFAIL.
10200 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
10201 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
10202
10203 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
10204
10205 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
10206
10207 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
10208 guard macro is already defined when the header is first
10209 included.
10210 * gcc.dg/cpp-mix.h: New file.
10211 * gcc.dg/endif-label.c: Update patterns to match compiler.
10212
10213 * g++.brendan/complex1.C: Declare abort.
10214 * g++.law/refs4.C: Remove XFAIL.
10215 * g++.oliva/expr2.C: Declare abort and exit.
10216
10217 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
10218
10219 * gcc.c-torture/execute/20000528-1.c: New test.
10220
10221 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
10222 * g++.old-deja/g++.law/temps4.C: Likewise.
10223
10224 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
10225 stdlib.h. Call abort() on failure.
10226 * g++.old-deja/g++.law/refs4.C: Likewise.
10227 * g++.old-deja/g++.law/temps4.C: Likewise.
10228 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
10229 * gcc.c-torture/execute/20000112-1.c: Include string.h.
10230
10231 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
10232
10233 Relative to g++.dg/special:
10234 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
10235
10236 Relative to g++.old-deja:
10237 * g++.brendan/complex1.C, g++.jason/optimize2.C,
10238 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
10239 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
10240 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
10241 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
10242 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
10243 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
10244
10245 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
10246 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
10247 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
10248 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
10249 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
10250 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
10251 and/or string.h.
10252
10253 * g++.other/goto1.C: Update expectations for error messages.
10254
10255 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
10256
10257 * gcc.c-torture/compile/20000523-1.c: New test.
10258
10259 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10260
10261 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
10262
10263 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
10264
10265 * g++.old-deja/g++.eh/catch11.C: New test.
10266 * g++.old-deja/g++.eh/catch12.C: New test.
10267
10268 2000-05-24 Nick Clifton <nickc@cygnus.com>
10269
10270 * gcc.c-torture/execute/20000523-1.c: New test.
10271
10272 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
10273
10274 * c-torture/execute/bcp-1.c: Replace abort in arg of
10275 __builtin_constant_p with a generic external function.
10276
10277 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
10278 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
10279 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
10280 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
10281 Prototype abort and/or exit.
10282
10283 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
10284 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
10285 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
10286 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
10287
10288 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
10289
10290 * gcc.dg/dwarf2-1.c: New test.
10291
10292 2000-05-20 Richard Henderson <rth@cygnus.com>
10293
10294 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
10295
10296 2000-05-20 Andreas Jaeger <aj@suse.de>
10297
10298 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
10299 testcase.
10300
10301 2000-05-19 David Edelsohn <edelsohn@gnu.org>
10302
10303 * gcc.c-torture/execute/20000519-2.c: New test.
10304
10305 2000-05-19 Andreas Jaeger <aj@suse.de>
10306
10307 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
10308 which fails with SSA.
10309
10310 * lib/c-torture.exp: Also test with -O3 -fssa.
10311
10312 2000-05-18 Michael Meissner <meissner@redhat.com>
10313
10314 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
10315 * gcc.c-torture/execute/920415-1.c: Ditto.
10316 * gcc.c-torture/execute/920501-1.c: Ditto.
10317 * gcc.c-torture/execute/conversion.c: Ditto.
10318 * gcc.c-torture/execute/cvt-1.c: Ditto.
10319
10320 Thu May 18 16:03:29 2000 Jeffrey A Law (law@cygnus.com)
10321
10322 * gcc.c-torture/compile/20000518-1.c: New test.
10323
10324 2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
10325
10326 * g77.f-torture/compile/200005018.f: New test.
10327
10328 Wed May 17 18:30:10 2000 Jeffrey A Law (law@cygnus.com)
10329
10330 * gcc.c-torture/compile/20000517-1.c: New test.
10331
10332 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10333
10334 * gcc.c-torture/execute/20000516-1.c: New test.
10335
10336 2000-05-15 Jakub Jelinek <jakub@redhat.com>
10337
10338 * g++.old-deja/g++.other/eh.C: New test.
10339
10340 2000-05-12 Richard Henderson <rth@cygnus.com>
10341
10342 * gcc.c-torture/execute/990208-1.c (main): Don't pass
10343 constants through to doit's conditional.
10344
10345 Thu May 11 19:02:43 2000 Jeffrey A Law (law@cygnus.com)
10346
10347 * gcc.c-torture/compile/20000511-1.c: New test.
10348 * g77.f-torture/compile/20000511-1.f: New test.
10349 * g77.f-torture/compile/20000511-2.f: New test.
10350
10351 2000-05-11 Michael Meissner <meissner@redhat.com>
10352
10353 * gcc.c-torture/execute/20000511-1.c: New test.
10354
10355 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
10356
10357 * gcc.dg/dg.exp: Scan .S files as well as .c files.
10358 * gcc.dg/20000510-1.S: New.
10359
10360 2000-05-08 Catherine Moore <clm@cygnus.com>
10361
10362 * gcc.dg/unused-3.c: New.
10363
10364 2000-05-06 Richard Henderson <rth@cygnus.com>
10365
10366 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
10367 * g++.old-deja/g++.mike/warn1.C: Likewise.
10368 * g++.old-deja/g++.pt/local1.C: Likewise.
10369 * g++.old-deja/g++.pt/local7.C: Likewise.
10370 * g++.old-deja/g++.pt/spec16.C: Likewise.
10371
10372 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
10373
10374 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
10375
10376 2000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
10377
10378 * g77.f-torture/execute/20000503-1.f: New test.
10379
10380 2000-05-04 Andreas Jaeger <aj@suse.de>
10381
10382 * gcc.dg/noreturn-2.c: New test.
10383
10384 2000-05-04 Neil Booth <NeilB@earthling.net>
10385
10386 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
10387 preprocessor.
10388
10389 2000-05-04 Richard Henderson <rth@cygnus.com>
10390
10391 * gcc.c-torture/execute/20000503-1.c: Fix typo.
10392
10393 2000-05-04 Richard Henderson <rth@cygnus.com>
10394
10395 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
10396 OpenSSL by Jason R Thorpe.
10397
10398 Wed May 3 13:02:10 2000 Jim Wilson <wilson@cygnus.com>
10399
10400 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
10401
10402 2000-05-03 Robert Lipe <robertlipe@usa.net>
10403
10404 * gcc.dg/20000503-1.c: New test.
10405
10406 2000-05-02 Jakub Jelinek <jakub@redhat.com>
10407
10408 * gcc.c-torture/compile/20000502-1.c: New test.
10409 * g++.old-deja/g++.other/align.C: New test.
10410 * gcc.dg/cpp-tradstringify.c: New test.
10411
10412 Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
10413
10414 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
10415 and hard registers.
10416
10417 2000-04-26 Geoff Keating <geoffk@cygnus.com>
10418
10419 * gcc.c-torture/execute/loop-5.c: New test.
10420
10421 2000-04-25 Jakub Jelinek <jakub@redhat.com>
10422
10423 * gcc.c-torture/execute/va-arg-20.c: New test.
10424
10425 Sun Apr 23 14:41:33 2000 Jeffrey A Law (law@cygnus.com)
10426
10427 * gcc.c-torture/execute/20000422-1.c: New test.
10428
10429 2000-04-20 Greg McGary <gkm@gnu.org>
10430
10431 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
10432 when optimizing, but without sibling-call optimizations (-O1).
10433
10434 Thu Apr 20 11:57:03 2000 Jeffrey A Law (law@cygnus.com)
10435
10436 * gcc.c-torture/compile/20000420-1.c: New test.
10437
10438 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
10439
10440 * g++.abi/ptrflags.C: New test.
10441 * g++.eh/catchptr1.C: Test incomplete pointer chains.
10442
10443 Wed Apr 19 09:16:32 2000 Catherine Moore <clm@cygnus.com>
10444
10445 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
10446
10447 2000-04-19 Greg McGary <gkm@gnu.org>
10448
10449 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
10450 sibling-call optimizations.
10451
10452 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
10453
10454 * gcc.dg/20000419-1.c: New test.
10455
10456 Wed Apr 12 22:54:02 2000 Hans-Peter Nilsson <hp@axis.com>
10457
10458 * gcc.c-torture/execute/20000412-6.c: New test.
10459
10460 Wed Apr 12 10:25:08 2000 Jeffrey A Law (law@cygnus.com)
10461
10462 * gcc.c-torture/execute/20000412-5.c: New test.
10463 * g77.f-torture/compile/20000412-1.f: New test.
10464 * gcc.c-torture/execute/20000412-4.c: New test.
10465 * gcc.c-torture/compile/20000412-2.c: New test.
10466 * gcc.c-torture/execute/20000412-3.c: New test.
10467 * gcc.c-torture/compile/20000412-1.c: New test.
10468 * gcc.c-torture/execute/20000412-2.c: New test.
10469
10470 2000-04-12 Jakub Jelinek <jakub@redhat.com>
10471
10472 * objc/execute/bf-20.m: New test.
10473
10474 2000-04-10 Richard Henderson <rth@cygnus.com>
10475
10476 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
10477
10478 * gcc.c-torture/execute/20000412-1.c: New test.
10479
10480 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
10481
10482 * g++.old-deja/g++.eh/catchptr1.C: New test.
10483
10484 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
10485
10486 * g++.old-deja/g++.abi/cxa_vec.C: New test.
10487
10488 2000-04-08 Neil Booth <NeilB@earthling.net>
10489
10490 * gcc.dg/cpp-nullchar.c: Remove test as
10491 embedded nulls cause problems.
10492
10493 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10494
10495 * gcc.dg/compare2.c: New test.
10496
10497 2000-04-08 Neil Booth <NeilB@earthling.net>
10498
10499 * gcc.dg/cpp-nullchar.c: New test.
10500
10501 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
10502
10503 * gcc.dg/cpp-mi2.c: New test.
10504 * gcc.dg/cpp-mi2[abc].h: New files.
10505
10506 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
10507
10508 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
10509 member name.
10510
10511 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
10512
10513 * g++.old-deja/g++.abi/vmihint.C: New test.
10514
10515 2000-04-06 Neil Booth <NeilB@earthling.net>
10516
10517 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
10518 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
10519 copyright.
10520
10521 Wed Apr 5 22:51:36 2000 Hans-Peter Nilsson <hp@axis.com>
10522
10523 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
10524 avoid stack-frame overwrite.
10525
10526 2000-04-05 Jakub Jelinek <jakub@redhat.com>
10527
10528 * gcc.c-torture/compile/20000405-2.c: New test.
10529 * gcc.c-torture/compile/20000405-3.c: New test.
10530
10531 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10532
10533 * gcc.c-torture/compile/20000405-1.c: New test.
10534
10535 2000-04-04 Geoff Keating <geoffk@cygnus.com>
10536
10537 * gcc.dg/cast-qual-1.c: Revert last change.
10538
10539 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10540
10541 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
10542
10543 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
10544
10545 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
10546 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
10547
10548 Mon Apr 3 02:35:34 2000 Jeffrey A Law (law@cygnus.com)
10549
10550 * gcc.c-torture/compile/20000403-2.c: New test.
10551 * gcc.c-torture/compile/20000403-1.c: New test.
10552
10553 Mon Apr 3 16:53:52 2000 Hans-Peter Nilsson <hp@axis.com>
10554
10555 * gcc.c-torture/execute/20000403-1.c: New test.
10556
10557 2000-04-03 Geoff Keating <geoffk@cygnus.com>
10558
10559 * gcc.c-torture/execute/20000402-1.c: New test.
10560
10561 Mon Apr 3 14:10:34 2000 Donald Lindsay <dlindsay@cygnus.com>
10562
10563 * gcc.c-torture/execute/va-arg-15.c: New test.
10564 * gcc.c-torture/execute/va-arg-16.c: New test.
10565 * gcc.c-torture/execute/va-arg-17.c: New test.
10566 * gcc.c-torture/execute/va-arg-18.c: New test.
10567 * gcc.c-torture/execute/va-arg-19.c: New test.
10568
10569 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
10570
10571 * gcc.c-torture/compile/981211-1.c: Move to...
10572 * gcc.dg/cpp-as1.c: ...here.
10573 * gcc.dg/cpp-as2.c: New file.
10574
10575 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
10576 compiler.
10577
10578 2000-04-02 Neil Booth <NeilB@earthling.net>
10579
10580 * gcc.dg/cpp-cond.c New tests.
10581 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
10582 accidental success less likely.
10583 * gcc.dg/cpp-missingop.c New tests.
10584 * gcc.dg/cpp-missingparen.c New tests.
10585 * gcc.dg/cpp-shift.c New tests.
10586 * gcc.dg/cpp-shortcircuit.c New tests.
10587 * gcc.dg/cpp-unary.c New tests.
10588
10589 Wed Mar 29 13:44:23 2000 Jeffrey A Law (law@cygnus.com)
10590
10591 * gcc.c-torture/compile/20000329-1.c: New test.
10592
10593 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
10594
10595 * gcc.c-torture/compile/20000326-1.c: New test.
10596 * gcc.c-torture/compile/20000326-2.c: New test.
10597
10598 2000-03-24 Geoff Keating <geoffk@cygnus.com>
10599
10600 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
10601 the first parameter is a function argument.
10602
10603 2000-03-23 Nathan Sidwell <nathan@codesourcery.com>
10604
10605 * g++.old-deja/g++.ext/array4.C: New test.
10606
10607 2000-03-22 Geoff Keating <geoffk@cygnus.com>
10608
10609 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
10610
10611 2000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10612
10613 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
10614
10615 2000-03-19 Richard Henderson <rth@cygnus.com>
10616
10617 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
10618
10619 2000-03-19 Richard Henderson <rth@cygnus.com>
10620
10621 * gcc.c-torture/compile/20000319-1.c: New test.
10622
10623 Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
10624
10625 * gcc.c-torture/execute/20000314-3.c: New test.
10626 * gcc.c-torture/execute/20000314-2.c: New test.
10627 * gcc.c-torture/execute/20000314-1.c: New test.
10628 * gcc.c-torture/compile/20000314-2.c: New test.
10629 * gcc.c-torture/compile/20000314-1.c: New test.
10630
10631 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
10632
10633 * g++.old-deja/g++.warn/inline.C: New test.
10634
10635 Fri Mar 10 01:15:19 2000 Hans-Peter Nilsson <hp@bitrange.com>
10636
10637 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
10638 standards-compliant result rather than specific constants.
10639 Put test-values in array.
10640
10641 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
10642
10643 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
10644 (g++_target_compile): Put test-specific options last.
10645
10646 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10647
10648 * g++.old-deja/g++.eh/vbase4.C: New test.
10649
10650 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10651
10652 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
10653
10654 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10655
10656 * g++.old-deja/g++.brendan/misc12.C: Removed.
10657 * g++.old-deja/g++.pt/memtemp77.C: Constify.
10658 * g++.old-deja/g++.ext/pretty4.C: New test.
10659
10660 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
10661
10662 * g++.old-deja/g++.other/string2.C: New test.
10663
10664 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
10665
10666 * g++.old-deja/g++.warn/impint2.C: New test.
10667
10668 Sun Mar 5 23:25:12 2000 Hans-Peter Nilsson <hp@bitrange.com>
10669
10670 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
10671 is 1, not zero.
10672
10673 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
10674
10675 * g++.old-deja/g++.warn/impint.C: New test.
10676 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
10677 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
10678 * g++.old-deja/g++.pt/explicit12.C: Likewise.
10679 * g++.old-deja/g++.pt/explicit13.C: Likewise.
10680 * g++.old-deja/g++.pt/explicit17.C: Likewise.
10681 * g++.old-deja/g++.pt/explicit18.C: Likewise.
10682 * g++.old-deja/g++.pt/explicit19.C: Likewise.
10683 * g++.old-deja/g++.pt/explicit23.C: Likewise.
10684 * g++.old-deja/g++.pt/explicit31.C: Likewise.
10685 * g++.old-deja/g++.pt/explicit35.C: Likewise.
10686 * g++.old-deja/g++.pt/explicit6.C: Likewise.
10687 * g++.old-deja/g++.pt/memclass7.C: Likewise.
10688
10689 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
10690
10691 * gcc.dg/cpp-redef.c: New test.
10692
10693 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
10694
10695 * g++.old-deja/g++.pt/unify7.C: New test.
10696
10697 Sat Feb 26 19:46:09 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10698
10699 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
10700 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
10701
10702 2000-02-25 Geoff Keating <geoffk@cygnus.com>
10703
10704 * gcc.c-torture/compile/20000224-1.c: New test.
10705
10706 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10707
10708 * gcc.c-torture/compile/cpp-2.c: New test.
10709 * gcc.c-torture/compile/cpp-1.c: New test.
10710
10711 Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com)
10712
10713 * gcc.c-torture/execute/20000225-1.c: New test.
10714
10715 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10716
10717 * gcc.dg/cpp-li2.c: New test.
10718
10719 * gcc.dg/cpp-wi1.c: New test.
10720
10721 * gcc.dg/cpp-li1.c: New test.
10722
10723 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
10724
10725 * g++.old-deja/g++.other/sizeof5.C: New test.
10726
10727 2000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10728
10729 * gcc.c-torture/execute/va-arg-13.c: New test.
10730
10731 Wed Feb 23 14:16:06 2000 Donald Lindsay <dlindsay@cygnus.com>
10732
10733 * gcc.c-torture/execute/va-arg-12.c: New test.
10734
10735 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10736
10737 * gcc.c-torture/execute/20000223-1.c: New test.
10738
10739 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
10740
10741 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
10742
10743 2000-02-22 Mark Mitchell <mark@codesourcery.com>
10744
10745 * g++.old-deja/g++.abi/ptrmem.C: New test.
10746
10747 2000-02-19 Richard Henderson <rth@cygnus.com>
10748
10749 * gcc.c-torture/compile/init-3.c: New.
10750
10751 2000-02-17 Mark Mitchell <mark@codesourcery.com>
10752
10753 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
10754 ALWAYS_CXXFLAGS.
10755
10756 Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com>
10757
10758 * gcc.c-torture/compile/20000211-3.c: New test.
10759
10760 Fri Feb 11 12:35:40 2000 Martin Buchholz <martin@xemacs.org>
10761
10762 * gcc.c-torture/compile/20000211-2.c: New test.
10763
10764 Fri Feb 11 12:35:40 2000 Jeffrey A Law (law@cygnus.com)
10765
10766 * gcc.c-torture/compile/20000211-1.c: New test.
10767
10768 2000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
10769
10770 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
10771 on native targets
10772
10773 2000-02-08 Nathan Sidwell <nathan@acm.org>
10774
10775 * g++.old-deja/g++.other/cast5.C: New test.
10776
10777 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
10778
10779 * gcc.c-torture/execute/20000205-1.c: New.
10780
10781 2000-02-03 Nathan Sidwell <nathan@acm.org>
10782
10783 * g++.old-deja/g++.jason/cast3.C: Return void.
10784 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
10785
10786 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10787
10788 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
10789
10790 * gcc.dg/loop-1.c: New test.
10791
10792 2000-01-27 Jakub Jelinek <jakub@redhat.com>
10793
10794 * gcc.c-torture/compile/20000127-1.c: New test.
10795 * gcc.c-torture/execute/991228-1.c: New test.
10796
10797 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10798
10799 * gcc.dg/unused-2.c: New test.
10800
10801 * gcc.dg/conv-1.c: New test.
10802
10803 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10804
10805 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
10806 compiler.
10807 (tool_option_proc): Fix typo.
10808
10809 2000-01-24 Geoff Keating <geoffk@cygnus.com>
10810
10811 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
10812 of the ld on the host, not on the build machine.
10813 Also, don't crash if '--help' is not a supported option.
10814
10815 2000-01-24 Richard Henderson <rth@cygnus.com>
10816
10817 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
10818
10819 Thu Jan 20 12:34:48 2000 Jeffrey A Law (law@cygnus.com)
10820
10821 * gcc.c-torture/execute/20000120-2.c: New test.
10822 * gcc.c-torture/execute/20000120-1.c: New test.
10823
10824 Thu Jan 13 02:29:32 2000 Jeffrey A Law (law@cygnus.com)
10825
10826 * gcc.c-torture/execute/20000113-1.c: New test.
10827
10828 Wed Jan 12 20:26:58 2000 Jeffrey A Law (law@cygnus.com)
10829
10830 * gcc.c-torture/execute/20000112-1.c: New test.
10831
10832 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10833
10834 * gcc.dg/20000111-1.c: New test.
10835
10836 Mon Jan 10 18:12:49 2000 Jeffrey A Law (law@cygnus.com)
10837
10838 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
10839 with 16 bit integers.
10840
10841 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10842
10843 * gcc.dg/20000108-1.c: New test.
10844
10845 2000-01-05 Nathan Sidwell <nathan@acm.org>
10846
10847 * g++.old-deja/g++.ns/koenig8.C: New test.
10848
10849 2000-01-05 Nathan Sidwell <nathan@acm.org>
10850
10851 * g++.old-deja/g++.other/cast4.C: New test.
10852
10853 Wed Jan 5 00:26:20 2000 Jeffrey A Law (law@cygnus.com)
10854
10855 * gcc.c-torture/compile/20000105-2.c: New test.
10856 * gcc.c-torture/compile/20000105-1.c: New test.
10857
10858 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10859
10860 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
10861 references to printf & atoi to conform to ANSI standard.
10862 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
10863 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
10864 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
10865 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
10866 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
10867 * g++.old-deja/g++.brendan/complex1.C: Likewise.
10868 * g++.old-deja/g++.brendan/copy1.C: Likewise.
10869 * g++.old-deja/g++.brendan/copy2.C: Likewise.
10870 * g++.old-deja/g++.brendan/copy3.C: Likewise.
10871 * g++.old-deja/g++.brendan/copy4.C: Likewise.
10872 * g++.old-deja/g++.brendan/copy5.C: Likewise.
10873 * g++.old-deja/g++.brendan/copy6.C: Likewise.
10874 * g++.old-deja/g++.brendan/copy7.C: Likewise.
10875 * g++.old-deja/g++.brendan/copy8.C: Likewise.
10876 * g++.old-deja/g++.brendan/crash11.C: Likewise.
10877 * g++.old-deja/g++.brendan/crash14.C: Likewise.
10878 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
10879 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
10880 * g++.old-deja/g++.brendan/delete2.C: Likewise.
10881 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
10882 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
10883 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
10884 * g++.old-deja/g++.brendan/eh1.C: Likewise.
10885 * g++.old-deja/g++.brendan/groff1.C: Likewise.
10886 * g++.old-deja/g++.brendan/init3.C: Likewise.
10887 * g++.old-deja/g++.brendan/misc12.C: Likewise.
10888 * g++.old-deja/g++.brendan/misc7.C: Likewise.
10889 * g++.old-deja/g++.brendan/new2.C: Likewise.
10890 * g++.old-deja/g++.brendan/operators4.C: Likewise.
10891 * g++.old-deja/g++.brendan/operators5.C: Likewise.
10892 * g++.old-deja/g++.brendan/overload2.C: Likewise.
10893 * g++.old-deja/g++.brendan/overload7.C: Likewise.
10894 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
10895 * g++.old-deja/g++.brendan/reference1.C: Likewise.
10896 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
10897 * g++.old-deja/g++.brendan/template24.C: Likewise.
10898 * g++.old-deja/g++.brendan/template3.C: Likewise.
10899 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
10900 * g++.old-deja/g++.jason/inline3.C: Likewise.
10901 * g++.old-deja/g++.jason/opeq.C: Likewise.
10902 * g++.old-deja/g++.law/arg5.C: Likewise.
10903 * g++.old-deja/g++.law/arm7.C: Likewise.
10904 * g++.old-deja/g++.law/ctors11.C: Likewise.
10905 * g++.old-deja/g++.law/cvt8.C: Likewise.
10906 * g++.old-deja/g++.law/init9.C: Likewise.
10907 * g++.old-deja/g++.law/refs4.C: Likewise.
10908 * g++.old-deja/g++.law/template2.C: Likewise.
10909 * g++.old-deja/g++.law/visibility24.C: Likewise.
10910 * g++.old-deja/g++.law/vtable3.C: Likewise.
10911 * g++.old-deja/g++.mike/asm2.C: Likewise.
10912 * g++.old-deja/g++.mike/eh1.C: Likewise.
10913 * g++.old-deja/g++.mike/misc1.C: Likewise.
10914 * g++.old-deja/g++.mike/misc13.C: Likewise.
10915 * g++.old-deja/g++.mike/misc14.C: Likewise.
10916 * g++.old-deja/g++.mike/ns12.C: Likewise.
10917 * g++.old-deja/g++.mike/p1248.C: Likewise.
10918 * g++.old-deja/g++.mike/p3708.C: Likewise.
10919 * g++.old-deja/g++.mike/p3708a.C: Likewise.
10920 * g++.old-deja/g++.mike/p3708b.C: Likewise.
10921 * g++.old-deja/g++.mike/p646.C: Likewise.
10922 * g++.old-deja/g++.mike/p700.C: Likewise.
10923 * g++.old-deja/g++.mike/p783.C: Likewise.
10924 * g++.old-deja/g++.mike/p783a.C: Likewise.
10925 * g++.old-deja/g++.mike/p783b.C: Likewise.
10926 * g++.old-deja/g++.mike/p786.C: Likewise.
10927 * g++.old-deja/g++.mike/p789.C: Likewise.
10928 * g++.old-deja/g++.mike/p789a.C: Likewise.
10929 * g++.old-deja/g++.mike/p807a.C: Likewise.
10930 * g++.old-deja/g++.other/delete3.C: Likewise.
10931 * g++.old-deja/g++.other/dyncast1.C: Likewise.
10932 * g++.old-deja/g++.other/dyncast2.C: Likewise.
10933 * g++.old-deja/g++.other/dyncast3.C: Likewise.
10934 * g++.old-deja/g++.other/empty1.C: Likewise.
10935 * g++.old-deja/g++.other/temporary1.C: Likewise.
10936 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
10937 * g++.old-deja/g++.pt/t16.C: Likewise.
10938 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
10939
10940 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
10941
10942 * gcc.dg/991230-1.c: New test.
10943
10944 Wed Dec 29 23:48:49 1999 Jeffrey A Law (law@cygnus.com)
10945
10946 * gcc.c-torture/compile/991229-3.c: New test.
10947 * gcc.c-torture/compile/991229-2.c: New test.
10948 * gcc.c-torture/compile/991229-1.c: New test.
10949
10950 Wed Dec 29 20:54:46 1999 Greg McGary <gkm@eng.ascend.com>
10951
10952 * gcc.c-torture/compile/labels-2.c: New test.
10953
10954 1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
10955
10956 * gcc.c-torture/execute/991227-1.c: New test.
10957
10958 1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10959
10960 * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
10961
10962 1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
10963
10964 * gcc.c-torture/execute/991221-1.c: New test.
10965
10966 1999-12-20 Nathan Sidwell <nathan@acm.org>
10967
10968 * g++.old-deja/g++.other/cast3.C: New test.
10969
10970 1999-12-16 Bernd Schmidt <bernds@cygnus.co.uk>
10971
10972 * gcc.c-torture/execute/991216-4.c: New test.
10973
10974 1999-12-16 Michael Meissner <meissner@cygnus.com>
10975
10976 * gcc.c-torture/execute/991216-1.c: New test.
10977 * gcc.c-torture/execute/991216-2.c: New test.
10978 * gcc.c-torture/execute/991216-3.c: New test.
10979
10980 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
10981
10982 * gcc.dg/991214-1.c: Use "__asm__", not "asm".
10983 Actually make the test fail by using "-O2" for compilation.
10984
10985 1999-12-15 Nathan Sidwell <nathan@acm.org>
10986
10987 * g++.old-deja/g++.warn/cast-align1.C: New test.
10988
10989 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
10990
10991 * gcc.c-torture/compile/991214-1.c: New test.
10992 * gcc.c-torture/compile/991214-2.c: New test.
10993
10994 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
10995
10996 * gcc.dg/991214-1.c: New test.
10997
10998 Mon Dec 13 23:03:09 1999 Jeffrey A Law (law@cygnus.com)
10999
11000 * gcc.c-torture/compile/991213-3.c: New test.
11001 * gcc.c-torture/compile/991213-2.c: New test.
11002 * gcc.c-torture/compile/991213-1.c: New test.
11003
11004 Fri Dec 10 00:53:10 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11005
11006 * gcc.dg/991209-1.c: New test.
11007
11008 Wed Dec 8 23:44:08 1999 Nathan Sidwell <nathan@acm.org>
11009
11010 * gcc.c-torture/compile/991208-1.c: New test.
11011
11012 1999-12-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11013
11014 * gcc.dg/ultrasp2.c: New test.
11015
11016 1999-12-05 Alex Samuel <samuel@codesourcery.com>
11017
11018 * g++.old-deja/g++.abi/align.C (main): Fix typo.
11019
11020 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
11021
11022 * gcc.c-torture/compile/991202-1.c: New test.
11023 * gcc.c-torture/execute/991202-1.c: New test.
11024 * gcc.c-torture/execute/991202-2.c: New test.
11025 * gcc.c-torture/execute/991202-3.c: New test.
11026
11027 1999-12-02 Alex Samuel <samuel@codesourcery.com>
11028
11029 * g++.old-deja/g++.abi/align.C: New test.
11030 * g++.old-deja/g++.abi/aggregates.C: Likewise.
11031 * g++.old-deja/g++.abi/bitfields.C: Likewise.
11032
11033 1999-12-01 Richard Henderson <rth@cygnus.com>
11034
11035 * gcc.c-torture/execute/991201-1.c: New.
11036
11037 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
11038
11039 * gcc.dg/991129-1.c: New test.
11040
11041 1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
11042
11043 * gcc.c-torture/compile/991127-1.c: New test.
11044
11045 1999-11-22 Nathan Sidwell <nathan@acm.org>
11046
11047 * g++.old-deja/g++.other/warn4.C: New test.
11048
11049 1999-11-22 Nathan Sidwell <nathan@acm.org>
11050
11051 * g++.old-deja/g++.eh/cleanup2.C: New test.
11052 * g++.old-deja/g++.ext/pretty2.C: New test.
11053 * g++.old-deja/g++.ext/pretty3.C: New test.
11054 * g++.old-deja/g++.other/debug6.C: New test.
11055
11056 Wed Oct 20 16:18:23 1999 Jim Wilson <wilson@cygnus.com>
11057
11058 * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
11059 compiler_output to look for one error message instead of two.
11060
11061 1999-11-19 Geoffrey Keating <geoffk@cygnus.com>
11062
11063 * gcc.c-torture/execute/991118-1.c: Also test case
11064 where the word boundary does not split a byte evenly.
11065
11066 1999-11-19 Nathan Sidwell <nathan@acm.org>
11067
11068 * g++.old-deja/g++.ext/restrict1.C: New test.
11069
11070 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11071
11072 * gcc.c-torture/execute/991118-1.c: New test.
11073
11074 1999-11-16 Geoffrey Keating <geoffk@cygnus.com>
11075
11076 * g77.f-torture/execute/u77-test.f (wd): Allow for longer
11077 working directory pathnames.
11078
11079 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
11080
11081 * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
11082 host is equipped with driver.h and driver.o so it can actually
11083 compile and run the tests.
11084
11085 Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
11086
11087 * gcc.c-torture/compile/991008-1.c: New test.
11088
11089 1999-11-08 Nick Clifton <nickc@cygnus.com>
11090
11091 * lib/gcc-dg.exp: Include target-supports.exp
11092
11093 1999-11-05 Nick Clifton <nickc@cygnus.com>
11094
11095 * lib/target-supports.exp: New file: Provide procs to test for
11096 features supported by the target.
11097 (check_weak_available): Moved here from ecos.exp.
11098 (check_alias_available): New proc: Determine of the target
11099 toolchain supports the alias attribute.
11100
11101 * gcc.dg/special/ecos.exp: Move check_weak_available to
11102 target-supports.exp.
11103 (alias-1.c): Only perform the test if the target supports
11104 aliases.
11105 (wkali-1.c): Only perform the test if the target supports
11106 aliases.
11107
11108 * gcc.dg/990506-0.c: Expect error messages from cross
11109 targets as well as native targets.
11110
11111 1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11112
11113 * gcc.dg/ultrasp1.c: Removed xfail.
11114 * gcc.dg/struct-ret-2.c: Likewise.
11115 * gcc.dg/array-1.c: Likewise.
11116
11117 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11118
11119 * gcc.dg/struct-ret-2.c: New test.
11120
11121 * gcc.dg/array-1.c: New test.
11122
11123 Sat Oct 30 22:23:46 1999 Stephen L Moshier <moshier@mediaone.net>
11124
11125 * gcc.c-torture/execute/991030-1.c: New test.
11126
11127 Tue Oct 26 20:25:42 1999 Richard Henderson <rth@cygnus.com>
11128
11129 * gcc.c-torture/compile/991026-2.c: New test.
11130
11131 Tue Oct 26 00:45:56 1999 Jeffrey A Law (law@cygnus.com)
11132
11133 * gcc.c-torture/compile/991026-1.c: New test.
11134
11135 Sat Oct 23 23:36:03 1999 Jeffrey A Law (law@cygnus.com)
11136
11137 * gcc.c-torture/execute/991023-1.c: New test.
11138
11139 Tue Oct 19 02:11:29 1999 Jeffrey A Law (law@cygnus.com)
11140
11141 * gcc.c-torture/execute/991019-1.c: New test.
11142
11143 Sat Oct 16 00:05:48 1999 Richard Henderson <rth@cygnus.com>
11144
11145 * gcc.c-torture/execute/991016-1.c: New test.
11146
11147 Thu Oct 14 04:22:47 1999 Stephane Carrez <stcarrez@worldnet.fr>
11148
11149 * gcc.c-torture/execute/991014-1.c: New test.
11150
11151 Wed Oct 13 22:01:35 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
11152
11153 * g++.old-deja/g++.other/union2.C: New test.
11154
11155 1999-10-13 Nathan Sidwell <nathan@acm.org>
11156
11157 * g++.old-deja/g++.other/vaarg2.C: New test.
11158 * g++.old-deja/g++.other/vaarg3.C: New test.
11159
11160 1999-10-12 Craig Burley <craig@jcb-sc.com>
11161
11162 * g77.f-torture/noncompile/19990905-1.f: Moved from being
11163 in compile/.
11164
11165 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
11166
11167 * gcc.c-torture/execute/va-arg-11.c: New test.
11168
11169 Fri Oct 1 00:53:17 1999 Mark P. Mitchell <mark@codesourcery.com>
11170
11171 * lib/file-format.exp (gcc_target_object_format): Don't
11172 crash if objdump is unavailable.
11173
11174 Wed Sep 29 23:48:44 1999 Donn Terry <donn@interix.com>
11175
11176 * gcc.misc-tests/mg.exp: delete extraneous redirection.
11177
11178 1999-09-28 Nick Clifton <nickc@cygnus.com>
11179
11180 * gcc.c-torture/compile/990928-1.c: New test.
11181
11182 Tue Sep 28 13:19:15 BST 1999 Nathan Sidwell <nathan@acm.org>
11183
11184 * g++.old-deja/g++.other/decl6.C: New test.
11185
11186 Tue Sep 28 01:19:09 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11187
11188 * gcc.c-torture/execute/va-arg-10.c: New test.
11189
11190 Mon Sep 27 09:14:24 BST 1999 Nathan Sidwell <nathan@acm.org>
11191
11192 * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
11193 __PRETTY_FUNCTION__.
11194
11195 1999-09-23 Nick Clifton <nickc@cygnus.com>
11196
11197 * gcc.c-torture/execute/990923-1.c: New test.
11198
11199 1999-09-21 Nick Clifton <nickc@cygnus.com>
11200
11201 * gcc.c-torture/special/special.exp: Add FR30 to list of targets
11202 for which -fpic is inappropriate.
11203
11204 1999-09-21 Mark Mitchell <mark@codesourcery.com>
11205
11206 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
11207
11208 Tue Sep 21 15:38:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11209
11210 * g++.old-deja/g++.other/dyncast1.C: New test.
11211 * g++.old-deja/g++.other/dyncast2.C: New test.
11212 * g++.old-deja/g++.other/dyncast3.C: New test.
11213 * g++.old-deja/g++.other/dyncast4.C: New test.
11214 * g++.old-deja/g++.other/dyncast5.C: New test.
11215 * g++.old-deja/g++.eh/catch3.C: New test.
11216 * g++.old-deja/g++.eh/catch3p.C: New test.
11217 * g++.old-deja/g++.eh/catch4.C: New test.
11218 * g++.old-deja/g++.eh/catch4p.C: New test.
11219 * g++.old-deja/g++.eh/catch5.C: New test.
11220 * g++.old-deja/g++.eh/catch5p.C: New test.
11221 * g++.old-deja/g++.eh/catch6.C: New test.
11222 * g++.old-deja/g++.eh/catch6p.C: New test.
11223 * g++.old-deja/g++.eh/catch7.C: New test.
11224 * g++.old-deja/g++.eh/catch7p.C: New test.
11225 * g++.old-deja/g++.eh/catch8.C: New test.
11226 * g++.old-deja/g++.eh/catch8p.C: New test.
11227 * g++.old-deja/g++.eh/catch9.C: New test.
11228 * g++.old-deja/g++.eh/catch9p.C: New test.
11229
11230 Mon Sep 13 14:14:21 BST 1999 Nathan Sidwell <nathan@acm.org>
11231
11232 * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
11233 * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
11234
11235 Mon Sep 13 06:28:57 1999 Jeffrey A Law (law@cygnus.com)
11236
11237 * gcc.c-torture/compile/990913-1.c: New test.
11238
11239 Fri Sep 10 11:21:25 BST 1999 Nathan Sidwell <nathan@acm.org>
11240
11241 * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
11242 * g++.old-deja/g++.jason/rfg5.C: Likewise.
11243
11244 Thu Sep 9 10:40:36 1999 Richard Henderson <rth@cygnus.com>
11245
11246 * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
11247
11248 Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org>
11249
11250 * g++.old-deja/g++.other/lookup11.C: New test.
11251 * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
11252 what is permitted and what we want.
11253 * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
11254 overload use.
11255 * g++.old-deja/g++.jason/rfg5.C: Likewise
11256
11257 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
11258
11259 * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
11260 * gcc.c-torture/noncompile/poison-1.c: New file.
11261
11262 Wed Sep 8 09:39:56 BST 1999 Nathan Sidwell <nathan@acm.org>
11263
11264 * g++.old-deja/g++.other/sizeof3.C: New test.
11265 * g++.old-deja/g++.other/sizeof4.C: New test.
11266 * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
11267 * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
11268
11269 1999-09-07 Richard Henderson <rth@cygnus.com>
11270
11271 * gcc.dg/va-arg-1.c: New.
11272
11273 1999-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11274
11275 * gcc.c-torture/execute/va-arg-9.c: New test.
11276
11277 1999-09-05 Craig Burley <craig@jcb-sc.com>
11278
11279 * g77.f-torture/compile/980519-2.f: New test.
11280 * g77.f-torture/compile/19990905-0.f: New test.
11281 * g77.f-torture/compile/19990905-1.f: New test.
11282 * g77.f-torture/compile/19990905-2.f: New test.
11283
11284 * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
11285
11286 Fri Sep 3 10:39:38 BST 1999 Richard Earnshaw <rearnsha@arm.com>
11287
11288 * gcc.c-torture/execute/990827-1.c: Fix typo.
11289
11290 Fri Sep 03 09:31:10 BST 1999 Nathan Sidwell <nathan@acm.org>
11291
11292 * g++.old-deja/g++.other/deref1.C: New test.
11293
11294 Thu Sep 02 09:27:34 BST 1999 Nathan Sidwell <nathan@acm.org>
11295
11296 * g++.old-deja/g++.other/ambig2.C: New test.
11297 * g++.old-deja/g++.other/cond5.C: New test.
11298 * g++.old-deja/g++.other/lookup16.C: New test.
11299
11300 Thu Sep 2 01:17:51 1999 Marc Espie <espie@cvs.openbsd.org>
11301
11302 * gcc.dg/980414-1.c: Fix assembler syntax to work with old
11303 assemblers too.
11304
11305 Tue Aug 31 17:57:49 1999 Jeffrey A Law (law@cygnus.com)
11306
11307 * lib/c-torture.exp: Avoid the "compare executables" optimization
11308 when testing native.
11309
11310 Sun Aug 29 14:35:41 1999 Jeffrey A Law (law@cygnus.com)
11311
11312 * gcc.c-torture/execute/990829-1.c: New test.
11313 * gcc.c-torture/compile/990829-1.c: New test.
11314
11315 1999-08-27 Paul Burchard <burchard@pobox.com>
11316
11317 * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
11318 * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
11319 * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
11320 * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
11321 * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
11322 * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
11323 * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
11324 * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
11325 * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
11326 * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
11327 * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
11328
11329 Fri Aug 27 01:24:16 1999 Jeffrey A Law (law@cygnus.com)
11330
11331 * gcc.c-torture/execute/990827-1.c: New test.
11332
11333 1999-08-26 Craig Burley <craig@jcb-sc.com>
11334
11335 * g77.f-torture/noncompile/19990826-4.f: New test.
11336
11337 * g77.f-torture/compile/19990826-3.f: New test.
11338
11339 * g77.f-torture/execute/19990826-2.f: New test.
11340
11341 * g77.f-torture/compile/19990826-1.f: New test.
11342
11343 * gcc.c-torture/execute/990826-0.c: New test.
11344 * g77.c-torture/execute/19990826-0.f: New test.
11345
11346 * g77.f-torture/noncompile/970626-2.f: New test.
11347
11348 1999-08-25 Paul Burchard <burchard@pobox.com>
11349
11350 * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
11351 lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
11352 lss-011.C: New tests.
11353
11354 1999-08-25 Nathan Sidwell <nathan@acm.org>
11355
11356 * g++.old-deja/g++.other/decl5.C: New test.
11357
11358 1999-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11359
11360 * noncompile/noncompile.exp: Load_lib c-torture.exp.
11361 (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
11362 call `postbase' for each one. All callers of `postbase' changed
11363 to call this instead.
11364
11365 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
11366
11367 * gcc.c-torture/execute/990811-1.c: New test.
11368
11369 1999-08-09 Nick Clifton <nickc@cygnus.com>
11370
11371 * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
11372 just native ones.
11373
11374 * gcc.dg/990413-1.c: Expect the parse error for all builds, not
11375 just native ones.
11376
11377 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11378
11379 * g++.old-deja/g++.other/local3.C: Removed XFAIL.
11380
11381 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11382
11383 * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
11384
11385 1999-08-04 Nathan Sidwell <nathan@acm.org>
11386
11387 * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
11388
11389 Wed Aug 4 01:17:17 1999 Jeffrey A Law (law@cygnus.com)
11390
11391 * gcc.c-torture/execute/990804-1.c: New test.
11392
11393 1999-08-03 Nathan Sidwell <nathan@acm.org>
11394
11395 * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
11396 * g++.old-deja/g++.brendan/crash64.C: Likewise
11397 * g++.old-deja/g++.brendan/overload8.C: Likewise
11398
11399 1999-08-03 Nathan Sidwell <nathan@acm.org>
11400
11401 * g++.old-deja/g++.other/struct1.C: New test.
11402
11403 1999-08-03 Nathan Sidwell <nathan@acm.org>
11404
11405 * g++.old-deja/g++.other/enum2.C: New test.
11406
11407 Mon Aug 2 13:35:12 1999 Richard Henderson <rth@cygnus.com>
11408
11409 Adapted from tests from Franz Sirl:
11410 * gcc.c-torture/execute/va-arg-7.c: New test.
11411 * gcc.c-torture/execute/va-arg-8.c: New test.
11412
11413 Sun Aug 1 22:29:34 1999 Jeffrey A Law (law@cygnus.com)
11414
11415 * gcc.c-torture/compile/990801-2.c: New test.
11416
11417 * gcc.c-torture/compile/990801-1.c: New test.
11418
11419 1999-07-27 Michael Meissner <meissner@cygnus.com>
11420
11421 * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
11422 fp-cmp-1.c, converting double to float.
11423
11424 * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
11425 fp-cmp-1.c, converting double to long double.
11426
11427 * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
11428 from fr1 to unknown_register, since fr1 is a legitimate register
11429 on some machines.
11430
11431 Sun Jul 25 21:41:37 1999 Jeffrey A Law (law@cygnus.com)
11432
11433 * README: More listname related changes.
11434
11435 1999-07-08 Catherine Moore <clm@cygnus.com>
11436
11437 * gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
11438
11439 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
11440
11441 * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
11442
11443 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
11444
11445 * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
11446
11447 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
11448
11449 * gcc.dg/990703-1.c: New test.
11450
11451 1999-06-29 Nick Clifton <nickc@cygnus.com>
11452
11453 * lib/file-format.exp: New file: Move definition of proc
11454 gcc_target_object_format to here from
11455 gcc.dg/special/ecos.exp.
11456
11457 * lib/c-torture.exp: Include lib file-format.exp.
11458 * lib/gcc-dg.exp: Include lib file-format.exp.
11459
11460 * gcc.dg/special/ecos.exp: Remove definition of proc
11461 gcc_target_object_format.
11462
11463 Mon Jun 28 08:20:51 1999 Jeffrey A Law (law@cygnus.com)
11464
11465 * gcc.c-torture/execute/990628-1.c: New test.
11466
11467 Fri Jun 25 05:28:40 1999 Jeffrey A Law (law@cygnus.com)
11468
11469 * gcc.c-torture/compile/990625-2.c: New test.
11470
11471 * gcc.c-torture/compile/990625-1.c: New test.
11472
11473 1999-06-23 Nick Clifton <nickc@cygnus.com>
11474
11475 * gcc.c-torture/compile/dll.c: New test case. Check that dll
11476 attributes compile.
11477 * gcc.c-torture/compile/dll.x: Only support the dll.c test on
11478 ports that use the COFF/PE file format.
11479
11480 Thu Jun 17 13:48:16 1999 Jeffrey A Law (law@cygnus.com)
11481
11482 * gcc.c-torture/compile/990617-1.c: New test.
11483
11484 1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
11485
11486 * g++.old-deja/g++.other/decl4.C: New test.
11487
11488 1999-06-14 Nathan Sidwell <nathan@acm.org>
11489
11490 * g++.old-deja/g++.other/bitfld3.C: New test.
11491
11492 1999-06-08 Nathan Sidwell <nathan@acm.org>
11493
11494 * g++.old-deja/g++.eh/catch1.C: New test.
11495
11496 Mon Jun 7 23:39:16 1999 Jeffrey A Law (law@cygnus.com)
11497
11498 * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
11499
11500 * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
11501 * gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
11502
11503 1999-06-05 Craig Burley <craig@jcb-sc.com>
11504
11505 * g77.f-torture/compile/19990502-0.f: Replace with new,
11506 shorter, test that still fails after recent changes.
11507
11508 Fri Jun 4 02:25:04 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11509
11510 * gcc.c-torture/execute/990604-1.c: New test.
11511
11512 Mon May 31 00:34:51 1999 Jeffrey A Law (law@cygnus.com)
11513
11514 * gcc.c-torture/execute/990531-1.c: New test.
11515
11516 Thu May 27 02:38:36 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11517
11518 * gcc.c-torture/compile/990527-1.c: New test.
11519
11520 Thu May 27 02:18:51 1999 Joern Rennecke <amylaar@cygnus.com>
11521
11522 * gcc.c-torture/execute/990527-1.c: New test.
11523
11524 1999-05-25 Nick Clifton <nickc@cygnus.com>
11525
11526 * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
11527 bitfields as signed.
11528
11529 1999-05-25 Craig Burley <craig@jcb-sc.com>
11530
11531 * g77.f-torture/compile/19990525-0.f: New test.
11532
11533 Tue May 25 01:21:16 1999 Jeffrey A Law (law@cygnus.com)
11534
11535 * gcc.c-torture/execute/990525-2.c: New test.
11536
11537 * gcc.c-torture/execute/990525-1.c: New test.
11538
11539 1999-05-24 Nathan Sidwell <nathan@acm.org>
11540
11541 * g++.old-deja/g++.other/anon3.C: New test.
11542 * g++.old-deja/g++.other/anon4.C: New test.
11543 * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
11544 * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
11545 after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
11546 Merrill).
11547
11548 Mon May 24 00:01:52 1999 Jeffrey A Law (law@cygnus.com)
11549
11550 * gcc.c-torture/execute/990524-1.c: New test.
11551
11552 * gcc.dg/990524-1.c: New test.
11553
11554 Sun May 23 21:18:12 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11555
11556 * gcc.c-torture/compile/990523-1.c: New test.
11557
11558 Wed May 19 02:56:18 1999 Raja R Harinath <harinath@cs.umn.edu>
11559
11560 * gcc.c-torture/compile/990519-1.c: New test.
11561
11562 1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11563
11564 * gcc.c-torture/compile/990517-1.c: New test.
11565
11566 * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
11567 (e4, f4): New tests.
11568 (main): Call them.
11569
11570 1999-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11571
11572 * gcc.dg/noreturn-1.c: New test.
11573
11574 Thu May 13 02:02:46 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
11575
11576 * gcc.c-torture/execute/990513-1.c: New test.
11577
11578 1999-05-10 Richard Henderson <rth@cygnus.com>
11579
11580 * g++.old-deja/g++.other/null1.C (g): Add overload for long.
11581
11582 1999-05-10 Craig Burley <craig@jcb-sc.com>
11583
11584 * g77.f-torture/execute/erfc.f: Use small single-precision
11585 values, to avoid problems on Alphas when not -mieee.
11586
11587 1999-05-08 Craig Burley <craig@jcb-sc.com>
11588
11589 * gcc.dg/990506-0.c: New test.
11590
11591 1999-05-08 Richard Henderson <rth@cygnus.com>
11592
11593 * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
11594 the constant to test. Don't XFAIL 64-bit targets.
11595
11596 * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
11597 * g++.old-deja/g++.law/profile1.C: Likewise.
11598
11599 * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
11600 operator new instances.
11601 * g++.old-deja/g++.other/delete5.C: Likewise.
11602
11603 1999-05-03 Craig Burley <craig@jcb-sc.com>
11604
11605 * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
11606 intrinsic.
11607
11608 1999-05-03 Craig Burley <craig@jcb-sc.com>
11609
11610 * g77.f-torture/execute/u77-test.f: Reverse order of two
11611 arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
11612
11613 1999-05-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11614
11615 * gcc.dg/compare1.c: New test.
11616
11617 1999-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
11618
11619 * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
11620 New tests.
11621
11622 1999-05-02 Craig Burley <craig@jcb-sc.com>
11623
11624 * g77.f-torture/compile/19990502-1.f: New test.
11625
11626 1999-05-02 Craig Burley <craig@jcb-sc.com>
11627
11628 * g77.f-torture/compile/19990502-0.f: New test.
11629
11630 Sun May 2 01:38:50 1999 Craig Burley <craig@jcb-sc.com>
11631
11632 * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
11633 intrinsic.
11634
11635 Sun May 2 01:13:37 1999 Craig Burley <craig@jcb-sc.com>
11636
11637 * g77.f-torture/execute/u77-test.f (main): List libU77
11638 intrinsics not currently tested.
11639 Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
11640 GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
11641 FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
11642 Trim blanks off the ends of some printed strings.
11643
11644 Sun May 2 00:06:45 1999 Craig Burley <craig@jcb-sc.com>
11645
11646 * g77.f-torture/execute/u77-test.f (main): Just warn about
11647 FSTAT gid disagreement, as it's expected on some systems.
11648
11649 Sat May 1 23:57:18 1999 Craig Burley <craig@jcb-sc.com>
11650
11651 * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
11652 use a new function, which allows for some slop.
11653 Clean up some commentary.
11654 (issum): The new function.
11655 (sgladd): Deleted subroutine.
11656
11657 1999-05-01 Craig Burley <craig@jcb-sc.com>
11658
11659 * g77.f-torture/execute/u77-test.f: Modify to be more like
11660 libf2c/libU77 version, bringing patches to that version here.
11661 Add suitable commentary.
11662
11663 Sun Apr 25 12:28:59 1999 Richard Henderson <rth@cygnus.com>
11664
11665 * gcc.dg/990424-1.c: New test.
11666
11667 1999-04-24 Craig Burley <craig@jcb-sc.com>
11668
11669 * g77.f-torture/execute/u77-test.f (main): Bug involving
11670 LSTAT has been fixed, so turn back on full checking.
11671
11672 1999-04-20 Craig Burley <craig@jcb-sc.com>
11673
11674 * g77.f-torture/compile/19990419-0.f: New test.
11675 * g77.f-torture/execute/19990419-1.f: New test.
11676
11677 Sat Apr 17 16:56:48 1999 Richard Henderson <rth@cygnus.com>
11678
11679 * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
11680 to avoid the need for a prototype to supress a warning.
11681
11682 Wed Apr 7 23:08:59 1999 Jim Wilson <wilson@cygnus.com>
11683
11684 * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
11685
11686 Sun Apr 4 04:02:53 1999 Jeffrey A Law (law@cygnus.com)
11687
11688 * gcc.c-torture/execute/990404-1.c: New test.
11689
11690 1999-04-03 10:35 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11691
11692 * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
11693 * gcc.dg/cpp-if3.c: Don't use -pedantic.
11694 * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
11695 missing initializer warnings.
11696
11697 Sun Mar 28 00:49:41 1999 Jeffrey A Law (law@cygnus.com)
11698
11699 * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
11700 matching strings.
11701
11702 Fri Mar 26 00:50:46 1999 Jeffrey A Law (law@cygnus.com)
11703
11704 * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
11705
11706 1999-03-26 Craig Burley <craig@jcb-sc.com>
11707
11708 * g77.f-torture/execute/19990325-0.f: New test.
11709 * g77.f-torture/execute/19990325-1.f: New test.
11710
11711 Wed Mar 24 22:50:50 1999 Jeffrey A Law (law@cygnus.com)
11712
11713 * gcc.c-torture/execute/990324-1.c: New test.
11714
11715 Mon Mar 22 14:55:58 1999 Jim Wilson <wilson@cygnus.com>
11716
11717 * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
11718 test with 4.
11719
11720 Wed Mar 17 12:22:39 1999 Richard Henderson <rth@cygnus.com>
11721
11722 * gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
11723
11724 1999-03-13 Craig Burley <craig@jcb-sc.com>
11725
11726 * g77.f-torture/execute/19990313-2.f: New test.
11727 * g77.f-torture/execute/19990313-3.f: New test.
11728
11729 1999-03-13 Craig Burley <craig@jcb-sc.com>
11730
11731 * g77.f-torture/execute/19990313-0.f: New test.
11732 * g77.f-torture/execute/19990313-1.f: New test.
11733
11734 Fri Mar 12 16:17:28 1999 Jim Wilson <wilson@cygnus.com>
11735
11736 * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
11737 printf to sprintf.
11738 * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
11739 (main): Add check for u15. Conditionalize u31 check depending on
11740 whether ints are <32 bits or >=32 bits.
11741
11742 1999-03-08 Craig Burley <craig@jcb-sc.com>
11743
11744 * g77.f-torture/execute/19981119-0.f: Improve testiness.
11745
11746 1999-03-08 Craig Burley <craig@jcb-sc.com>
11747
11748 * g77.f-torture/compile/19990305-0.f: New test.
11749 * g77.f-torture/execute/19981119-0.f: New test.
11750
11751 1999-03-08 Craig Burley <craig@jcb-sc.com>
11752
11753 * g77.f-torture/execute/970625-2.f: call ABORT if final
11754 result is not correct, instead of just printing it.
11755 Add this checking via newly introduced obfuscation, to
11756 trip up buggy front ends.
11757
11758 1999-03-07 Craig Burley <craig@jcb-sc.com>
11759
11760 * g77.f-torture/compile/960317-1.f: Moved from being
11761 in execute/. (Somehow I didn't notice "SUBROUTINE...".)
11762
11763 1999-03-06 Craig Burley <craig@jcb-sc.com>
11764
11765 * g77.f-torture/execute/960317-1.f: New (old) test.
11766 * g77.f-torture/execute/970625-2.f: Ditto.
11767
11768 1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
11769
11770 * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
11771 message on line 1 or line 2; cccp and cpplib do this differently.
11772
11773 Mon Mar 1 23:29:14 1999 Jeffrey A Law (law@cygnus.com)
11774
11775 * g++.old-deja/g++.law/weak1.C: New test.
11776
11777 1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11778
11779 * gcc.c-torture/execute/990119-1.c: Renamed to...
11780 * gcc.dg/990119-1.c: this, so it will only be tested once
11781 (it's a preprocessor test, it doesn't need to be run at
11782 multiple optimization levels).
11783
11784 1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
11785
11786 * lib/g++.exp: Don't add incdir=$base_dir/../include to
11787 ALWAYS_CXXFLAGS.
11788
11789 1999-02-24 Craig Burley <craig@jcb-sc.com>
11790
11791 * g77.f-torture/noncompile/19981216-0.f: Renamed from...
11792 * g77.f-torture/compile/19981216-0.f: ...as it is expected
11793 to not be compilable by current g77.
11794
11795 1999-02-24 Nick Clifton <nickc@cygnus.com>
11796
11797 * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
11798
11799 Mon Feb 22 01:15:08 1999 Jeffrey A Law (law@cygnus.com)
11800
11801 * gcc.c-torture/execute/990222-1.c: New test.
11802
11803 1999-02-19 Craig Burley <craig@jcb-sc.com>
11804
11805 * g77.f-torture/compile/19990218-0.f: New test.
11806 * g77.f-torture/noncompile/19990218-1.f: New test.
11807
11808 1999-02-18 Craig Burley <craig@jcb-sc.com>
11809
11810 * g77.f-torture/compile/19981216-0.f: New test.
11811
11812 Sun Feb 14 01:26:29 1999 Jeffrey A Law (law@cygnus.com)
11813
11814 * gcc.dg/990214-1.c: New test.
11815
11816 Sat Feb 13 00:43:52 1999 Jeffrey A Law (law@cygnus.com)
11817
11818 * gcc.dg/990213-2.c: New test.
11819
11820 * gcc.dg/990213-1.c: New test.
11821
11822 Fri Feb 12 11:04:35 1999 Jeffrey A Law (law@cygnus.com)
11823
11824 * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
11825 ints.
11826
11827 1999-02-11 Nick Clifton <nickc@cygnus.com>
11828
11829 * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
11830 specified by target.
11831
11832 * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
11833
11834 Thu Feb 11 01:12:12 1999 Jeffrey A Law (law@cygnus.com)
11835
11836 * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
11837
11838 Wed Feb 10 13:08:12 1999 Jonathan Larmour <jlarmour@cygnus.co.uk>
11839
11840 * gcc.dg/special/ecos.exp: New test driver for new tests with
11841 special requirements.
11842
11843 * gcc.dg/special/alias-1.c: New test.
11844 * gcc.dg/special/gcsec-1.c: New test.
11845 * gcc.dg/special/weak-1.c: New test.
11846 * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
11847 * gcc.dg/special/weak-2.c: New test.
11848 * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
11849 * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
11850 * gcc.dg/special/wkali-1.c: New test.
11851 * gcc.dg/special/wkali-2.c: New test.
11852 * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
11853 * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
11854
11855 Wed Feb 10 12:15:35 1999 Felix Lee <flee@cygnus.com>
11856
11857 * lib/c-torture.exp (c-torture-compile): Pull out code for
11858 analyzing gcc error messages.
11859 (c-torture-execute): Likewise. Fix some (harmless) false
11860 positives.
11861 * lib/gcc.exp (gcc_check_compile): New function.
11862
11863 Mon Feb 8 21:42:57 1999 Richard Henderson <rth@cygnus.com>
11864
11865 * gcc.c-torture/execute/990208-1.c: New test.
11866
11867 1999-02-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
11868
11869 * g++.dg/special/ecos.exp: New driver for new tests with special
11870 requirements
11871
11872 * g++.dg/special/conpr-1.C: New test
11873 * g++.dg/special/conpr-2.C: New test
11874 * g++.dg/special/conpr-2a.C: New test
11875 * g++.dg/special/conpr-3.C: New test
11876 * g++.dg/special/conpr-3a.C: New test
11877 * g++.dg/special/conpr-3b.C: New test
11878
11879 * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
11880 allow g++ to use the dg driver
11881
11882 * README: Add comment about g++.dg directory
11883
11884 Sat Feb 6 18:00:38 1999 Jeffrey A Law (law@cygnus.com)
11885
11886 * README: Update email addresses.
11887
11888 1999-02-03 Nick Clifton <nickc@cygnus.com>
11889
11890 * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
11891 arguments in order to force structure S onto the stack even on
11892 the alpha.
11893 (test): Pass 10 leading arguments to function foo as well as the
11894 structure S.
11895
11896 * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
11897 failure for all targets.
11898
11899 * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
11900 abort to terminate program execution.
11901
11902 Sat Jan 30 16:22:47 1999 Richard Henderson <rth@cygnus.com>
11903
11904 * gcc.c-torture/execute/990130-1.c: New test.
11905
11906 Sat Jan 30 11:10:06 1999 Jeffrey A Law (law@cygnus.com)
11907
11908 * gcc.dg/990130-1.c: New test.
11909
11910 1999-01-28 Michael Meissner <meissner@cygnus.com>
11911
11912 * gcc.c-torture/execute/990128-1.c: New test.
11913
11914 1999-01-27 Michael Meissner <meissner@cygnus.com>
11915
11916 * gcc.c-torture/execute/990127-{1,2}.c: New tests.
11917
11918 1999-01-27 Felix Lee <flee@cygnus.com>
11919
11920 * lib/c-torture.exp (c-torture-compile): pull out code for
11921 analyzing gcc error messages.
11922 (c-torture-execute): ditto, and fix some (harmless) false
11923 positives.
11924 * lib/gcc.exp (gcc_check_compile): new function.
11925
11926 Sun Jan 17 00:02:33 1999 Jeffrey A Law (law@cygnus.com)
11927
11928 * gcc.dg/990117-1.c: New test.
11929
11930 * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
11931
11932 * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
11933
11934 Fri Jan 15 02:52:00 1999 Jeffrey A Law (law@cygnus.com)
11935
11936 * g77.f-torture/compile/990115-1.f: New test.
11937
11938 Thu Jan 7 23:39:47 1999 Jeffrey A Law (law@cygnus.com)
11939
11940 * gcc.c-torture/compile/990107-1.c: New test
11941
11942 Wed Jan 6 02:21:59 1999 Jeffrey A Law (law@cygnus.com)
11943
11944 * gcc.c-torture/execute/990106-2.c: New test.
11945
11946 * gcc.c-torture/execute/990106-1.c: New test.
11947
11948 Wed Dec 30 23:05:28 1998 Zack Weinberg <zack@rabi.columbia.edu>
11949
11950 * gcc.c-torture/compile/981223-1.c: New test.
11951
11952 Tue Dec 29 11:33:25 1998 Richard Henderson <rth@cygnus.com>
11953
11954 * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
11955 (opt3): Rename from opt4 and disable.
11956
11957 1998-12-20 Alexandre Oliva <oliva@dcc.unicamp.br>
11958
11959 * g++.old-deja/g++.pt/ptrmem5.C: New test.
11960
11961 1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
11962
11963 * g++.old-deja/g++.other/conv5.C: New test.
11964
11965 1998-12-14 Nick Clifton <nickc@cygnus.com>
11966
11967 * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
11968
11969 Fri Dec 11 10:25:57 1998 Jeffrey A Law (law@cygnus.com)
11970
11971 * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
11972
11973 Fri Dec 11 01:12:45 1998 Zack Weinberg <zack@rabi.columbia.edu>
11974
11975 * gcc.c-torture/compile/981211-1.c: New test.
11976
11977 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
11978
11979 * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
11980
11981 * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
11982
11983 Tue Dec 8 22:50:04 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11984
11985 * gcc.special/930510-1.c: Make C9X safe.
11986 * gcc.misc-tests/gcov-1.c Similarly.
11987 * gcc.misc-tests/gcov-2.c Similarly.
11988
11989 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
11990
11991 * gcc.dg/ultrasp1.c: New test.
11992
11993 Sun Dec 6 00:40:12 1998 Richard Henderson <rth@cygnus.com>
11994
11995 * gcc.c-torture/execute/981206.c: New test.
11996
11997 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
11998
11999 * g++.old-deja/g++.ns/template7.C: New test.
12000
12001 * g++.old-deja/g++.other/expr1.C: New test.
12002
12003 * g++.old-deja/g++.eh/tmpl3.C: New test.
12004
12005 * g++.old-deja/g++.eh/tmpl2.C: New test.
12006
12007 1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12008
12009 * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
12010 * g++.old-deja/g++.other/using6.C: Removed.
12011 * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
12012
12013 * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
12014
12015 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12016
12017 * g++.old-deja/g++.pt/overload8.C: New test.
12018
12019 * g++.old-deja/g++.pt/overload7.C: New test.
12020
12021 * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
12022
12023 * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
12024 and relinking messages.
12025 * lib/g++.exp (g++_target_compile): Remove .rpo file when
12026 compiling with -frepo.
12027
12028 1998-12-01 Alexandre Oliva <oliva@dcc.unicamp.br>
12029
12030 * g++.old-deja/g++.pt/lookup6.C: New test.
12031
12032 1998-11-30 Nick Clifton <nickc@cygnus.com>
12033
12034 * gcc.c-torture/execute/981130-1.c: New test.
12035 * gcc.c-torture/execute/981130-1.x: New test failure expectations.
12036
12037 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12038
12039 * g++.old-deja/g++.pt/explicit76.C: New test.
12040
12041 * g++.old-deja/g++.pt/friend38.C: New test.
12042
12043 * g++.old-deja/g++.ns/crash2.C: New test.
12044
12045 * g++.old-deja/g++.pt/defarg8.C: New test.
12046
12047 * g++.old-deja/g++.pt/instantiate6.C: New test.
12048
12049 * g++.old-deja/g++.pt/static6.C: New test.
12050
12051 * g++.old-deja/g++.pt/decl2.C: New test.
12052
12053 1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12054
12055 * g++.old-deja/g++.other/lookup5.C: New test. Not sure the
12056 problem is actually related with name lookup, but so what? :-)
12057
12058 * g++.old-deja/g++.pt/friend37.C: New test.
12059
12060 1998-11-25 Dave Love <d.love@dl.ac.uk>
12061
12062 * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
12063 element, which fails on some systems.
12064
12065 * g77.f-torture/execute/labug1.f: New test.
12066
12067 Sat Nov 21 21:41:05 1998 Jeffrey A Law (law@cygnus.com)
12068
12069 * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
12070 is defined.
12071
12072 1998-11-18 Dave Love <d.love@dl.ac.uk>
12073
12074 * g77.f-torture/compile/981117-1.f: New test.
12075
12076 1998-11-16 Alexandre Oliva <oliva@dcc.unicamp.br>
12077
12078 * g++.old-deja/g++.eh/throw2.C: New test. CV-qualifiers are not
12079 properly discarded.
12080
12081 Sun Oct 11 05:04:28 1998 Ken Raeburn <raeburn@cygnus.com>
12082
12083 * gcc.c-torture/execute/memcheck: New directory of tests for
12084 -fcheck-memory-usage.
12085
12086 1998-11-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12087
12088 * README: New file, general information about the testsuite and
12089 new description of the various C++ test subdirectories.
12090 * README.g++: Eliminate obsolete information, update and move most
12091 relevant stuff to README.
12092
12093 Sat Nov 7 02:55:55 1998 Richard Henderson <rth@cygnus.com>
12094
12095 * gcc.c-torture/compile/981107-1.c: New test.
12096
12097 Mon Nov 2 11:16:03 1998 Doug Evans <devans@canuck.cygnus.com>
12098
12099 * execute/memcpy-bi.c: New testcase.
12100
12101 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
12102
12103 * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
12104 base classes.
12105
12106 * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
12107 template is selected.
12108
12109 * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
12110 classes, it should be accepted for all types.
12111
12112 * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
12113
12114 * g++.old-deja/g++.pt/spec24.C: Ensure that template
12115 specializations start with template headers.
12116
12117 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
12118
12119 * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
12120
12121 * g++.old-deja/g++.other/init9.C: Test cross initialization of
12122 non-POD types.
12123
12124 1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br>
12125
12126 * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
12127
12128 Thu Oct 22 16:01:44 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12129
12130 * compile/981022-1.c, compile/981022-1.x: New test and driver.
12131
12132 Mon Oct 19 14:03:07 1998 Jeffrey A Law (law@cygnus.com)
12133
12134 * 981019-1.c: New test.
12135
12136 Wed Oct 14 21:11:19 1998 Robert Lipe <robertl@dgii.com>
12137
12138 * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
12139 find objc headers.
12140
12141 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
12142
12143 * compile/981001-4.c: Remove use of GCC extension that triggers a
12144 compiler bug.
12145
12146 1998-10-13 Alexandre Oliva <oliva@dcc.unicamp.br>
12147
12148 * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
12149
12150 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12151
12152 * g++.old-deja/g++.pt/explicit74.C: New test. Explicit
12153 instantiation of template produces incorrect code for delete
12154 expression.
12155
12156 * g++.old-deja/g++.pt/instantiate5.C: New test. `global
12157 constructors' name is not unique.
12158 * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
12159 * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
12160
12161 * g++.old-deja/g++.other/init8.C: New test. Uninitialized
12162 automatic array of const is ill-formed.
12163
12164 * g++.old-deja/g++.pt/ttp53.C: New test. Incorrect substitution
12165 of template parameter?
12166
12167 * g++.old-deja/g++.other/conv3.C: New test. Conversion discards
12168 const.
12169
12170 * g++.old-deja/g++.other/pmf2.C: New test. Invalid
12171 pointer-to-member expression.
12172
12173 * g++.old-deja/g++.other/friend5.C: New test. Bogus friend
12174 declaration causes ICE.
12175
12176 1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
12177
12178 * g++.old-deja/g++.ns/main1.C: New test. main() should only be
12179 reserved in the global namespace.
12180
12181 * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
12182 generate needed virtual table.
12183
12184 * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
12185
12186 1998-10-10 Dariush Eslimi <eslimi@loran.com>
12187
12188 * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
12189 template-dependent type
12190
12191 1998-10-10 Alexandre Oliva <oliva@dcc.unicamp.br>
12192
12193 * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
12194 * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
12195 * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
12196
12197 * g++.old-deja/g++.other/using5.C: New test; using decl from base
12198 class should be usable as argument of member function.
12199 * g++.old-deja/g++.other/using6.C: New test; using decl from base
12200 class should be usable as return type of member function.
12201 * g++.old-deja/g++.other/using7.C: New test; using decl from base
12202 class should be usable as type of data member.
12203
12204 * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
12205
12206 Fri Oct 9 19:19:19 1998 Jeffrey A Law (law@cygnus.com)
12207
12208 * gcc.c-torture/special/920521-1.c: Fix bogus test.
12209
12210 Thu Oct 8 19:14:05 1998 Nick Clifton <nickc@cygnus.com>
12211
12212 * gcc.dg/dll-?.c Add thumb to target list.
12213 Fix assembler scan patterns to match current assembler output.
12214
12215 1998-10-08 Alexandre Oliva <oliva@dcc.unicamp.br>
12216
12217 * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
12218 matching of template brackets.
12219
12220 * g++.old-deja/g++.other/using4.C: New test. Test using
12221 declarations of methods from base classes.
12222
12223 * g++.old-deja/g++.ns/extern1.C: New test. Extern declarations
12224 within functions should introduce names into the innermost
12225 enclosing namespace.
12226
12227 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
12228 of static locals if first initialization throws.
12229
12230 Wed Oct 7 12:00:20 1998 Jim Wilson <wilson@cygnus.com>
12231
12232 * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
12233
12234 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
12235
12236 * gcc.c-torture/special/981006-1.c: New test. Make sure gcc doesn't
12237 lose track of the possible targets of tablejump insns.
12238 * special/special.exp: Run it.
12239
12240 1998-10-06 Alexandre Oliva <oliva@dcc.unicamp.br>
12241
12242 * g++.old-deja/g++.pt/friend35.C: New test. A template function
12243 must be declared before its specializations can be named in friend
12244 declarations.
12245
12246 1998-10-05 Dave Love <d.love@dl.ac.uk>
12247
12248 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
12249
12250 * g77.f-torture/execute/io1.f: New test.
12251
12252 1998-10-04 Alexandre Oliva <oliva@dcc.unicamp.br>
12253
12254 * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
12255 with pointer to template function, for which no argument deduction
12256 is possible.
12257
12258 * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
12259 specialization of template function as argument to template
12260 function.
12261
12262 * g++.old-deja/g++.other/access2.C: New test; Inner class
12263 shouldn't have privileged access to Outer's names.
12264
12265 1998-10-03 Alexandre Oliva <oliva@dcc.unicamp.br>
12266
12267 * g++.old-deja/g++.pt/friend34.C: New test; name injection of
12268 friend template declared within template class conflicts with
12269 nested class of the same name.
12270
12271 * g++.old-deja/g++.other/badopt1.C: New test; post-increment
12272 is ignored.
12273
12274 * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
12275 object with direct initializer as function declaration.
12276
12277 * g++.old-deja/g++.other/decl2.C: New test; duplicate
12278 initializers.
12279
12280 * g++.old-deja/g++.other/null2.C: New test; conditional operator
12281 involving const pointer and NULL produces incorrect result.
12282
12283 * g++.old-deja/g++.other/typename1.C: New test; template-dependent
12284 type name without `typename' should be rejected with -pedantic.
12285
12286 Fri Oct 2 21:55:58 1998 Richard Henderson <rth@cygnus.com>
12287
12288 * g++.old-deja/g++.other/addrof1.C: New test.
12289
12290 Thu Oct 1 17:15:26 1998 Nick Clifton <nickc@cygnus.com>
12291
12292 * gcc.c-torture/compile/981001-1.c: New test.
12293 * gcc.c-torture/execute/981001-1.c: New test.
12294
12295 Thu Oct 1 19:05:20 1998 Jeffrey A Law (law@cygnus.com)
12296
12297 * gcc.c-torture/compile/981001-2.c: New test.
12298 * gcc.c-torture/compile/981001-3.c: New test.
12299 * gcc.c-torture/compile/981001-4.c: New test.
12300
12301 1998-10-01 Robert Lipe <robertl@dgii.com>
12302
12303 * lib/objc.exp (objc_target_compile): Add -L during compiles for
12304 multilibbed hosts. Idea grafted from g77.exp.
12305
12306 1998-09-30 Dave Love <d.love@dl.ac.uk>
12307
12308 * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
12309 avoid losing on systems which need -lsocket.
12310
12311 1998-09-28 Alexandre Oliva <oliva@dcc.unicamp.br>
12312
12313 * g++.old-deja/g++.other/bitfld1.C: Expected failure.
12314 * g++.old-deja/g++.other/nested2.C: Ditto.
12315 * g++.old-deja/g++.robertl/eb132.C: No longer an expected
12316 failure.
12317
12318 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
12319
12320 * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
12321 preferred over template operator!= for enum bitfields.
12322
12323 1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
12324
12325 * g++.old-deja/g++.other/nested2.C: Different virtual base classes
12326 that happen to have the same base name, but in different scopes,
12327 are incorrectly rejected.
12328
12329 1998-09-16 Richard Henderson <rth@cygnus.com>
12330
12331 * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
12332 on the native word size instead of an integer literal.
12333
12334 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
12335
12336 * g++.old-deja/g++.other/static2.C: Invocation of static data
12337 member of type pointer-to-function denoted as non-static member.
12338
12339 * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
12340 checks involving function types and aliases.
12341
12342 1998-09-12 Alexandre Oliva <oliva@dcc.unicamp.br>
12343
12344 * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
12345 redefined to the same non-trivial type.
12346
12347 * g++.old-deja/g++.pt/explicit73.C: Test for proper
12348 namespace-qualification of template specializations declared in
12349 other namespaces.
12350
12351 * g++.old-deja/g++.other/friend4.C: Check whether it is possible
12352 to declare a subset of the specializations of a template function
12353 as friends of specializations of a template class.
12354
12355 * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
12356 member templates that do not fully specialize the enclosing
12357 template class are rejected.
12358
12359 1998-09-11 Dave Love <d.love@dl.ac.uk>
12360
12361 * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
12362
12363 1998-09-08 Dave Love <d.love@dl.ac.uk>
12364
12365 * g77.f-torture/execute/u77-test.f (main): New file, somewhat
12366 altered from libf2c/libU77 version.
12367
12368 1998-09-06 Dave Love <d.love@dl.ac.uk>
12369
12370 * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
12371
12372 1998-09-04 Reid M. Pinchback <reidmp@MIT.EDU>, Alexandre Oliva <oliva@dcc.unicamp.br>
12373
12374 * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
12375 (un)signed char are different types for template specialization
12376 purposes.
12377
12378 Thu Sep 3 00:40:32 1998 Ovidiu Predescu <ovidiu@aracnet.com>
12379
12380 * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
12381 * objc: ObjC testsuite.
12382
12383 Mon Aug 31 12:00:00 1998 Catherine Moore <clm@cygnus.com>
12384
12385 * gcc.c-torture/execute/941014-1.x: New file.
12386
12387 Mon Aug 31 15:19:32 1998 Nick Clifton <nickc@cygnus.com>
12388
12389 * lib/c-torture.exp: Add support for
12390 torture_eval_before_compile and torture_eval_before_execute
12391 variables.
12392
12393 Sun Aug 30 17:38:20 1998 Jeffrey A Law (law@cygnus.com)
12394
12395 * gcc.dg/980626-1.c: Delete this test. We've declared the warning
12396 this test triggers valid.
12397
12398 Thu Aug 27 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12399
12400 * gcc.dg/980827-1.c: New test.
12401
12402 Wed Aug 26 16:10:00 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12403
12404 * gcc.c-torture/execute/loop-4b.c: New test.
12405
12406 Wed Aug 26 16:25:38 1998 Nick Clifton <nickc@cygnus.com>
12407
12408 * lib/c-torture.exp: Add support for
12409 torture_eval_before_compile and torture_eval_before_execute
12410 variables.
12411
12412 Tue Aug 25 19:42:13 1998 Jeffrey A Law (law@cygnus.com)
12413
12414 * gcc.c-torture/compile/980825-1.c: New test.
12415
12416 Mon Aug 24 14:20:32 1998 Nick Clifton <nickc@cygnus.com>
12417
12418 * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
12419 count number tests in opt_t0 not good_t0.
12420
12421 Mon Aug 24 16:38:52 1998 Jeffrey A Law (law@cygnus.com)
12422
12423 * gcc.c-torture/compile/930326-1.x: Fix typo.
12424
12425 1998-08-23 Mark Mitchell <mark@markmitchell.com>
12426
12427 * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
12428 causes an ICE.
12429
12430 Fri Aug 21 23:59:18 1998 Jeffrey A Law (law@cygnus.com)
12431
12432 * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
12433 STACK_SIZE is defined.
12434 * gcc.c-torture/unsorted/stuct.c: Similarly.
12435
12436 * gcc.c-torture/compile/980821-1.c: New test.
12437
12438 Fri Aug 21 03:14:04 1998 Jeffrey A Law (law@cygnus.com)
12439
12440 * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
12441
12442 1998-08-19 Mark Mitchell <mark@markmitchell.com>
12443
12444 * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
12445 code.
12446
12447 1998-08-09 Mark Mitchell <mark@markmitchell.com>
12448
12449 * lib/old-dejagnu.exp: Revise handling of `Internal compiler
12450 error'.
12451
12452 Tue Aug 18 19:19:50 1998 Jeffrey A Law (law@cygnus.com)
12453
12454 * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
12455
12456 Sun Aug 16 01:29:19 1998 Jeffrey A Law (law@cygnus.com)
12457
12458 * gcc.c-torture/compile/980816-1.c: New test.
12459
12460 * gcc.dg/980816-1.c: New test.
12461
12462 Thu Aug 13 00:13:55 1998 Jeffrey A Law (law@cygnus.com)
12463
12464 * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
12465 compiler for ieee tests.
12466
12467 1998-08-01 Dave Love <d.love@dl.ac.uk>
12468
12469 * g77.f-torture/compile/980729-0.f: New test.
12470
12471 1998-07-30 Ken Raeburn <raeburn@cygnus.com>
12472
12473 * gcc.c-torture/special/eeprof-1.c: New test, for
12474 -finstrument-functions.
12475 * gcc.c-torture/special/special.exp: Run it.
12476
12477 Wed Jul 29 00:17:18 1998 Jeffrey A Law (law@cygnus.com)
12478
12479 * gcc.c-torture/compile/980729-1.c: New test.
12480
12481 Mon Jul 27 11:05:07 1998 Nick Clifton <nickc@cygnus.com>
12482
12483 * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
12484 __thumb__ is defined, and test for ARM style doubles if so.
12485
12486 1998-07-26 Dave Love <d.love@dl.ac.uk>
12487
12488 * g77.f-torture/noncompile/980615-0.f: New test.
12489
12490 Sun Jul 26 01:15:56 1998 H.J. Lu (hjl@gnu.org)
12491
12492 * gcc.dg/980312-1.c: Do link instead of compile.
12493 * gcc.dg/980313-1.c: Likewise.
12494
12495 Sun Jul 26 01:05:02 1998 Jeffrey A Law (law@cygnus.com)
12496
12497 * gcc.c-torture/compile/980726-1.c: New test.
12498
12499 1998-07-25 Dave Love <d.love@dl.ac.uk>
12500
12501 * g77.f-torture/execute/io0.f: New test.
12502
12503 Fri Jul 24 11:02:43 1998 Nick Clifton <nickc@cygnus.com>
12504
12505 * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
12506 an int.
12507
12508 Thu Jun 18 15:12:30 1998 Michael Meissner <meissner@cygnus.com>
12509
12510 * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
12511 m32r bugs.
12512
12513 Fri Jul 17 14:19:32 1998 Nick Clifton <nickc@cygnus.com>
12514
12515 * gcc.dg/980626-1.c: Expect failures for all toolchains until
12516 c-decl.c:grokdeclarator can handle mode attributes.
12517
12518 Thu Jul 16 21:42:50 1998 Jeffrey A Law (law@cygnus.com)
12519
12520 * gcc.c-torture/execute/980716-1.c: New test.
12521
12522 Mon Jul 13 22:26:37 1998 Jeffrey A Law (law@cygnus.com)
12523
12524 * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
12525 the mn10200.
12526 * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
12527 the mn10200.
12528 * gcc.c-torture/execute/va-arg-3.x: Similarly.
12529 * gcc.c-torture/compile/930326-1.x: Similarly.
12530
12531 1998-07-13 Dave Love <d.love@dl.ac.uk>
12532
12533 * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
12534 New test from Craig.
12535
12536 1998-07-12 Dave Love <d.love@dl.ac.uk>
12537
12538 * g77.f-torture/noncompile/980616-0.f: New test.
12539
12540 * g77.f-torture/execute/970816-3.f: New test from Craig.
12541
12542 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12543
12544 * g++.other/singleton.C: Return error value instead of taking
12545 SIGSEGV.
12546
12547 Fri Jul 10 10:02:03 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
12548
12549 * g++.other/singleton.C: New test. Warning is under dispute.
12550 Runtime crash is not.
12551
12552 Thu Jul 9 23:07:45 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
12553
12554 * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
12555 ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
12556 using6.C, using7.C}: New namespace tests.
12557
12558 Thu Jul 9 22:44:49 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12559
12560 * g++.old-deja/g++.other/partspec1.C: Test matching of partial
12561 specialization with typedef'ed names used as array indexes.
12562
12563 Thu Jul 9 00:38:51 1998 Jeffrey A Law (law@cygnus.com)
12564
12565 * gcc.c-torture/execute/980709-1.c: New test.
12566
12567 * gcc.dg/980709-1.c: New test.
12568
12569 Tue Jul 7 13:41:27 1998 Richard Henderson <rth@cygnus.com>
12570
12571 * gcc.c-torture/execute/bcp-1.c: New test.
12572
12573 Tue Jul 7 11:49:04 1998 Jeffrey A Law (law@cygnus.com)
12574
12575 * gcc.c-torture/execute/980707-1.c: New test.
12576
12577 Mon Jul 6 18:20:27 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
12578
12579 * gcc.c-torture/compile/980706-1.c: New test.
12580
12581 1998-07-01 Dave Love <d.love@dl.ac.uk>
12582
12583 * g77.f-torture/execute/980701-0.f,
12584 g77.f-torture/execute/980701-1.f: New test from Craig.
12585
12586 Wed Jul 1 00:52:51 1998 Jeffrey A Law (law@cygnus.com)
12587
12588 * gcc.c-torture/compile/980701-1.c: New test.
12589
12590 * gcc.c-torture/execute/980701-1.c: New test.
12591
12592 Tue Jun 30 11:51:42 1998 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka
12593 rlsruhe.de>
12594
12595 * g++.old-deja/g++.robertl/eb132.C: New test.
12596 * g++.old-deja/g++.robertl/eb133.C: Likewise.
12597
12598 1998-06-29 Dave Love <d.love@dl.ac.uk>
12599
12600 * g77.f-torture/execute/980628-7.f,
12601 g77.f-torture/execute/980628-8.f,
12602 g77.f-torture/execute/980628-9.f,
12603 g77.f-torture/execute/980628-10.f: New tests from Craig.
12604
12605 * g77.f-torture/execute/980628-3.f: Remove mail headers.
12606
12607 Sun Jun 28 12:49:02 1998 Jeffrey A Law (law@cygnus.com)
12608
12609 * g77.f-torture/execute/980628-4.f: New test from Craig.
12610 * g77.f-torture/execute/980628-5.f: Likewise.
12611 * g77.f-torture/execute/980628-2.f: Likewise.
12612 * g77.f-torture/execute/980628-0.f: Likewise.
12613 * g77.f-torture/execute/980628-1.f: Likewise.
12614 * g77.f-torture/execute/980628-3.f: Likewise.
12615 * g77.f-torture/execute/980628-6.f: Likewise.
12616
12617 Sun Jun 28 00:37:26 1998 Jeffrey A Law (law@cygnus.com)
12618
12619 * lib/g77.exp (default_g77_version): Tweak to make it work in a build
12620 directory when nothing has been installed yet.
12621
12622 Sat Jun 27 23:23:18 1998 Carlo Wood <carlo@runaway.xs4all.nl>
12623
12624 * gcc.c-torture/special/special.exp: Handle newer versions of
12625 dejagnu.
12626
12627 Fri Jun 26 17:57:40 1998 Jeffrey A Law (law@cygnus.com)
12628
12629 * gcc.dg/980626-1.c: New test.
12630
12631 Fri Jun 19 23:26:12 1998 Bruno Haible <haible@ilog.fr>
12632
12633 * gcc.misc-tests/m-un-2.c: New test.
12634 * g++.old-deja/g++.other/warn01.c: Likewise.
12635
12636 Fri Jun 19 14:06:36 1998 Robert Lipe <robertl@dgii.com>
12637
12638 * gcc.dg/980414-1.c: Move comments outside of ASM to improve
12639 compatibility with assmblers with a different comment character.
12640 Eliminate use of GAS-specific extensions.
12641
12642 Fri Jun 19 02:05:14 1998 Jeffrey A Law (law@cygnus.com)
12643
12644 * gcc.c-torture/execute/ieee/980619-1.c: New test.
12645
12646 Fri Jun 19 00:58:11 1998 Robert Lipe <robertl@dgii.com>
12647
12648 *lib/g77.exp: Replace search for libf2c.a with search for newly
12649 renamed libg2c.a
12650
12651 Wed Jun 17 18:53:12 1998 Jeffrey A Law (law@cygnus.com)
12652
12653 * gcc.c-torture/execute/980617-1.c: New test.
12654
12655 Fri Jun 12 01:08:49 1998 Jeffrey A Law (law@cygnus.com)
12656
12657 * gcc.c-torture/execute/980612-1.c: New test.
12658
12659 Mon Jun 8 02:13:42 1998 Jeffrey A Law (law@cygnus.com)
12660
12661 * gcc.dg/980523-1.c: Only test on ppc-linux.
12662 * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
12663
12664 * gcc.c-torture/execute/980608-1.c: New test.
12665
12666 Fri Jun 5 21:54:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12667
12668 * gcc.c-torture/execute/980605-1.c: New test.
12669
12670 Thu Jun 4 01:39:24 1998 Jeffrey A Law (law@cygnus.com)
12671
12672 * gcc.c-torture/execute/980604-1.c: New test.
12673
12674 Tue Jun 2 20:51:43 1998 Jeffrey A Law (law@cygnus.com)
12675
12676 * gcc.c-torture/execute/980602-1.c: New test.
12677 * gcc.c-torture/execute/980602-2.c: Likewise.
12678
12679 1998-06-02 Dave Love <d.love@dl.ac.uk>
12680
12681 * 970125-0.f: Fix per JCB. Add commentary.
12682
12683 Sun May 31 23:23:29 1998 Michael Meissner <meissner@cygnus.com>
12684
12685 * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
12686 IEEE -0 support.
12687
12688 Fri May 29 01:10:12 1998 Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
12689
12690 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
12691 earlier.
12692
12693 Thu May 28 00:17:42 1998 Catherine Moore <clm@cygnus.com>
12694
12695 * gcc.c-torture/execute/980526-3.c: New test.
12696
12697 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
12698
12699 * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
12700 fail on m68k-motorola-sysv and m88k-motorola-sysv3.
12701 * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
12702 m88k-motorola-sysv3 to XFAIL.
12703
12704 Tue May 26 23:58:03 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12705
12706 * gcc.dg/980526-1.c: New test.
12707 * gcc.c-torture/execute/980526-2.c: New test.
12708
12709 Tue May 26 23:40:40 1998 Jeffrey A Law (law@cygnus.com)
12710
12711 * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
12712
12713 * gcc.c-torture/execute/980526-1.c: New test.
12714
12715 1998-05-26 Dave Love <d.love@dl.ac.uk>
12716
12717 * g77.f-torture/execute/alpha2.f: Add runtime test.
12718
12719 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
12720
12721 * g++.old-deja/old-deja.exp: Strip leading directories.
12722
12723 * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
12724 error for the line. Don't run multiple tests for the same line.
12725
12726 Sat May 23 23:27:10 1998 Jeffrey A Law (law@cygnus.com)
12727
12728 * gcc.dg/980523-1.c: New test.
12729
12730 1998-05-23 Dave Love <d.love@dl.ac.uk>
12731
12732 * g77.f-torture/compile/970915-0.f: New test.
12733
12734 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
12735
12736 * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
12737
12738 Thu May 21 23:23:21 1998 Jeffrey A Law (law@cygnus.com)
12739
12740 * gcc.dg/980520-1.c: New test.
12741
12742 Wed May 20 14:37:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
12743
12744 * gcc.dg/980502-1.c: Fix return type.
12745
12746 Wed May 20 11:29:48 1998 Jeffrey A Law (law@cygnus.com)
12747
12748 * gcc.dg/{980502-1.c, clobbers.c}: New tests.
12749 * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
12750 * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
12751 * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
12752 * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
12753
12754 1998-05-20 Dave Love <d.love@dl.ac.uk>
12755
12756 * g77.f-torture/execute/980520-1.f: New test.
12757
12758 1998-05-15 Dave Love <d.love@dl.ac.uk>
12759
12760 * lib/mike-g77.exp: New file.
12761
12762 * g77.f-torture/noncompile/noncompile.exp,
12763 g77.f-torture/noncompile/check0.f: New files.
12764
12765 1998-05-14 Dave Love <d.love@dl.ac.uk>
12766
12767 * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
12768 g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
12769 g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
12770 g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
12771 g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
12772 abort where appropriate.
12773
12774 Tue May 5 19:20:13 1998 Michael Meissner <meissner@cygnus.com>
12775
12776 * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
12777 * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
12778
12779 1998-04-29 Dave Love <d.love@dl.ac.uk>
12780
12781 * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
12782
12783 1998-04-27 Dave Love <d.love@dl.ac.uk>
12784
12785 * g77.f-torture/compile/980427-0.f: New test.
12786
12787 1998-04-24 Dave Love <d.love@dl.ac.uk>
12788
12789 * g77.f-torture/compile/980424-0.f: New test.
12790
12791 1998-04-19 Dave Love <d.love@dl.ac.uk>
12792
12793 * g77.f-torture/compile/980419-2.f (main): New test.
12794 * g77.f-torture/compile/970125-0.f: New test.
12795 * g77.f-torture/compile/980419-1.f: New test.
12796
12797 Wed Apr 8 13:09:15 1998 Jim Wilson <wilson@cygnus.com>
12798
12799 * gcc.c-torture/execute/980407-1.c: Delete test. Is duplicate
12800 of loop-4.c.
12801
12802 Tue Apr 7 12:01:24 1998 Jim Wilson <wilson@cygnus.com>
12803
12804 * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
12805
12806 Fri Apr 3 12:27:49 1998 Jim Wilson <wilson@cygnus.com>
12807
12808 * gcc.c-torture/compile/980329-1.c: New test.
12809
12810 Wed Mar 18 16:22:22 1998 Jim Wilson <wilson@cygnus.com>
12811
12812 * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
12813 * gcc.dg/980312-1.c: Fix typo in -march command.
12814
12815 Mon Mar 16 20:01:30 1998 H.J. Lu (hjl@gnu.org)
12816
12817 * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
12818
12819 Wed Mar 11 13:08:48 1998 Robert Lipe <robertl@dgii.com>
12820
12821 * g77.f-torture/execute/980310-5.f: Deleted. Craig Burley and
12822 Dave Love agree the Fortran source is bogus.
12823
12824 Wed Mar 11 00:03:49 1998 Robert Lipe <robertl@dgii.com>
12825
12826 * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
12827 g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
12828 g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
12829 g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
12830 * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
12831
12832 Tue Mar 10 00:31:51 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12833
12834 * g++.old-deja/g++.other/friend1.C: New test.
12835
12836 1998-02-18 Dave Love <d.love@dl.ac.uk>
12837
12838 * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
12839 possibly uninitialized) variables and declare dnrm2.
12840
12841 Mon Feb 23 15:16:53 1998 Robert Lipe <robertl@dgii.com>
12842
12843 From Bruno Haible <haible@ilog.fr>:
12844 * gcc.c-torture/execute/980223.c: New test.
12845
12846 Fri Feb 13 00:36:07 1998 Jeffrey A Law (law@cygnus.com)
12847
12848 * gcc.dg/ifelse-1.c: New test.
12849
12850 Mon Feb 9 02:08:47 1998 H.J. Lu (hjl@gnu.org)
12851
12852 * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
12853
12854 * lib/old-dejagnu.exp (old-dejagnu): Added the
12855 "execution test - XFAIL *-*-*" handling in the spirit of
12856 "excess errors test -". Changed the "execution test fails"
12857 handling to be like "excess errors test fails".
12858 * Update various tests accordingly.
12859
12860 Fri Feb 6 14:30:48 1998 Jim Wilson <wilson@cygnus.com>
12861
12862 * gcc.c-torture/execute/980205.c: New test.
12863
12864 Sun Jan 18 01:33:59 1998 Jeffrey A Law (law@cygnus.com)
12865
12866 * lib/c-torture.exp: Look for .x files instead of .cexp files.
12867 * lib/f-torture.exp: Similarly.
12868 * gcc.c-torture: Rename all .cexp files to .x files.
12869
12870 Mon Dec 8 23:55:26 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12871
12872 * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
12873 (940510-1.c): Removed duplicate.
12874 (971104-1.c): New test.
12875
12876 Tue Nov 25 16:18:51 1997 Kate Hedstrom (kate@ahab.rutgers.edu)
12877
12878 * lib/f-torture.exp: Improve error and loop detection.
12879
12880 Wed Nov 19 14:27:04 1997 Michael Meissner <meissner@cygnus.com>
12881
12882 * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
12883 use that to size the filler array.
12884
12885 Fri Sep 26 10:50:53 1997 Bob Manson <manson@charmed.cygnus.com>
12886
12887 * lib/c-torture.exp(c-torture-execute): Fix typo.
12888
12889 * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
12890 testcase as the executable name. Keep the executable around if
12891 the test fails.
12892
12893 Fri Sep 19 17:19:53 1997 Bob Manson <manson@charmed.cygnus.com>
12894
12895 * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
12896 changes. Only test one -g option, and move it to the end of the
12897 list of options to test.
12898
12899 Fri Sep 19 17:58:00 1997 Michael Meissner <meissner@cygnus.com>
12900
12901 * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
12902 variable GCC_TORTURE_OPTIONS to supply default switches separated
12903 by colons. If no environment variable, run tests with -O0 -g, -O1
12904 -g, and -O2 -g as well.
12905
12906 Wed Sep 17 10:12:26 1997 Bob Manson <manson@charmed.cygnus.com>
12907
12908 * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
12909 explanatory comments. Fix indentation.
12910
12911 Mon Sep 15 00:36:53 1997 Jeffrey A Law (law@cygnus.com)
12912
12913 * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
12914
12915 Thu Sep 11 13:54:47 1997 Jeffrey A Law (law@cygnus.com)
12916
12917 * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
12918 * g++.old-deja/g++.mike/p7325.C: Likewise.
12919 * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
12920
12921 Thu Sep 11 10:00:03 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
12922
12923 * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
12924 * g++.old-deja/g++.brendan/crash30.C: Likewise.
12925 * g++.old-deja/g++.brendan/crash39.C: Likewise.
12926 * g++.old-deja/g++.law/operators4.C: Likewise.
12927
12928 Thu Sep 11 09:53:40 1997 Joe Buck (jbuck@synopsys.com)
12929
12930 * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
12931 * g++.old-deja/g++.mike/p784.C: Ditto.
12932 * g++.old-deja/g++.mike/p785.C: Ditto.
12933
12934 Fri Sep 5 00:21:42 1997 Jeffrey A Law (law@cygnus.com)
12935
12936 * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
12937
12938 Wed Sep 3 17:29:35 1997 Bob Manson <manson@charmed.cygnus.com>
12939
12940 * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
12941 target feature; pass this to c-torture-execute as needed.
12942
12943 Wed Sep 3 17:15:00 1997 Bob Manson <manson@charmed.cygnus.com>
12944
12945 * lib/c-torture.exp(c-torture-execute): If the previous and the
12946 current executables being tested are identical, we don't need to
12947 run the executable again. Try to make the executable names
12948 unique. Add an optional argument for passing additional compiler
12949 flags.
12950
12951 Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
12952
12953 * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
12954
12955 Fri Aug 29 12:48:09 1997 Jeffrey A Law (law@cygnus.com)
12956
12957 * gcc.c-torture/execute/921007-1.c: Make strcmp static.
12958
12959 Thu Jul 31 12:17:24 1997 Jeffrey A Law (law@cygnus.com)
12960
12961 * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
12962 32bit or larger longs.
12963
12964 * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
12965 have either a 32bit long or 32bit int.
12966
12967 Tue Jul 29 00:40:38 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12968
12969 * gcc.c-torture/execute/conversion.c (test_float_to_integer):
12970 Make double precision tests dependent on sizeof (double).
12971
12972 Wed Jul 9 15:15:40 1997 Bob Manson <manson@charmed.cygnus.com>
12973
12974 * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
12975 too.
12976
12977 Tue Jun 17 22:11:16 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12978
12979 * gcc.c-torture/compile/961203-1.cexp: New script.
12980
12981 Mon Jun 16 15:27:06 1997 Bob Manson <manson@charmed.cygnus.com>
12982
12983 * lib/g++.exp(g++_init): Use g++_include_flags instead of making
12984 up the includes ourselves.
12985
12986 Wed Jun 11 17:33:21 1997 Bob Manson <manson@charmed.cygnus.com>
12987
12988 * lib/plumhall.exp: Remove random include, and add a few
12989 verbose messages for debugging.
12990
12991 Fri Jun 6 14:23:24 1997 Bob Manson <manson@charmed.cygnus.com>
12992
12993 * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
12994 of trying to do it ourselves.
12995
12996 Wed Jun 4 03:38:50 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12997
12998 * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
12999
13000 Wed Jun 4 18:43:55 1997 Bob Manson <manson@charmed.cygnus.com>
13001
13002 * gcc.prms/5403.c: Made regexp a bit less strict.
13003
13004 Tue Jun 3 15:12:39 1997 Bob Manson <manson@charmed.cygnus.com>
13005
13006 * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
13007 is returned from remote_load instead.
13008 * lib/plumhall.exp: Ditto.
13009 * lib/mike-g++.exp: Ditto.
13010 * lib/old-dejagnu.exp: Ditto.
13011 * lib/c-torture.exp: Ditto.
13012
13013 Fri May 30 23:15:15 1997 Bob Manson <manson@charmed.cygnus.com>
13014
13015 * lib/g++.exp: Use build_wrapper procedure.
13016 * lib/gcc.exp: Ditto.
13017
13018 Tue May 20 15:23:27 1997 Jeffrey A Law (law@cygnus.com)
13019
13020 * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
13021 an old-style decl for malloc. Fixes tests to work when
13022 sizeof (int) != sizeof (size_t).
13023
13024 Thu May 15 14:00:04 1997 Mike Meissner <meissner@cygnus.com>
13025
13026 * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
13027
13028 * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
13029 use stdargs.h interface.
13030
13031 Thu May 15 14:10:39 1997 Mike Meissner <meissner@cygnus.com>
13032
13033 * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
13034 NO_VARARGS when compiling.
13035
13036 Thu May 1 14:49:19 1997 Bob Manson <manson@charmed.cygnus.com>
13037
13038 * lib/plumhall.exp(ph_includes): New procedure.
13039 (ph_make): Use it.
13040 (ph_compiler): Ditto.
13041
13042 * lib/g++.exp: Rename test-glue.c to testglue.c.
13043 * lib/gcc.exp: Ditto.
13044
13045 Thu Apr 10 14:50:26 1997 Bob Manson <manson@charmed.cygnus.com>
13046
13047 * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
13048 to completion when it's called.
13049
13050 Fri Mar 21 16:34:52 1997 Michael Meissner <meissner@cygnus.com>
13051
13052 * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
13053 is defined, don't do test.
13054
13055 Thu Mar 20 09:50:32 1997 Doug Evans <dje@canuck.cygnus.com>
13056
13057 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
13058 for object files.
13059 (ph_summary): Mark skipped testcases as untested, not unresolved.
13060
13061 * lib/plumhall.exp (ph_make): If unresolved because of bad
13062 errorCode, record errorCode in log file.
13063 (*): Replace send_log/verbose with verbose -log.
13064
13065 Wed Mar 19 13:06:26 1997 Michael Meissner <meissner@cygnus.com>
13066
13067 * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
13068 double conversion if double isn't at least 8 bytes.
13069
13070 * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
13071 int to work with targets where int is 16 bits.
13072
13073 * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
13074 8 bytes, just exit, since 4 byte doubles don't have enough bits of
13075 precision for the test to complete.
13076
13077 Fri Mar 14 17:51:02 1997 Michael Meissner <meissner@cygnus.com>
13078
13079 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
13080 if d10v is not compiled with the -mdouble64 flag.
13081 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
13082
13083 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
13084 d10v is not compiled with the -mint32 flag.
13085
13086 Thu Mar 13 16:09:28 1997 Bob Manson <manson@charmed.cygnus.com>
13087
13088 * lib/plumhall.exp: Use incr_count.
13089
13090 Wed Mar 12 10:01:33 1997 Jeffrey A Law (law@cygnus.com)
13091
13092 * gcc.c-torture: Update to c-torture-1.45.
13093
13094 Sun Feb 23 18:12:04 1997 Bob Manson <manson@charmed.cygnus.com>
13095
13096 * lib/gcc.exp(gcc_init): Add args parameter (which will contain
13097 the name of the expect testcase file).
13098
13099 * lib/g++.exp(g++_init): Ditto.
13100
13101 Thu Feb 20 13:53:05 1997 Bob Manson <manson@charmed.cygnus.com>
13102
13103 * lib/g++.exp(g++_exit): $gluefile lives on the build, not
13104 the host.
13105
13106 * lib/gcc.exp(gcc_exit): New procedure.
13107
13108 Wed Feb 19 15:16:16 1997 Bob Manson <manson@charmed.cygnus.com>
13109
13110 * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
13111 specs where appropriate.
13112
13113 * g++.old-deja/g++.arm/*: Added additional ERROR checks
13114 because of new "candidates are" messages, and removed a few
13115
13116 * Converted all non-old-style g++ testcases to old-style, and
13117 moved into g++.old-deja.
13118
13119 Fri Feb 14 11:46:46 1997 Bob Manson <manson@charmed.cygnus.com>
13120
13121 * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
13122 options.
13123
13124 * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
13125 succeeded.
13126
13127 * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
13128
13129 Thu Feb 13 17:30:46 1997 Michael Meissner <meissner@cygnus.com>
13130
13131 * lib/gcc.exp (gcc_target_compile): Add support for defining
13132 NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
13133 the machine doesn't have those features.
13134
13135 Tue Feb 11 12:57:11 1997 Bob Manson <manson@charmed.cygnus.com>
13136
13137 * g++.law/operators4.exp: Don't use LIBS.
13138
13139 Sat Feb 8 14:45:55 1997 Bob Manson <manson@charmed.cygnus.com>
13140
13141 * g++.law/virtual1.exp: Don't use CXX_FLAGS.
13142
13143 * lib/mike-g++.exp: Don't set the compiler to be tested here.
13144 * lib/g++.exp: Set it here instead. Also, allow use of the
13145 --tool_exec and --tool_opt options. Change CXX to
13146 GXX_UNDER_TEST.
13147
13148 * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
13149
13150 * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
13151
13152 Fri Feb 7 12:55:45 1997 Bob Manson <manson@charmed.cygnus.com>
13153
13154 * lib/old-dejagnu.exp: Use prune_warnings instead of
13155 prune_system_crud.
13156 * lib/mike-g++.exp: Ditto.
13157 * lib/gcc.exp: Ditto.
13158 * lib/g++.exp: Ditto.
13159
13160 * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
13161
13162 Fri Feb 7 10:41:53 1997 Jeffrey A Law (law@cygnus.com)
13163
13164 * 941014-2.c: Include stdlib.h
13165 * 960327-1.c: Include stdio.h
13166 * dbra.c, index-1.c: Don't assume ints are 32bits.
13167
13168 Tue Feb 4 12:51:09 1997 Bob Manson <manson@charmed.cygnus.com>
13169
13170 * lib/gcc.exp: Add gcc,stack_size target feature.
13171
13172 * lib/g++.exp(g++_target_compile): Add the include and link
13173 paths here, not in two other places. And, it's $options, not
13174 options.
13175
13176 * lib/mike-g++.exp(postbase): Remove the code that determines
13177 the correct include and link paths.
13178 * g++.old-deja/old-deja.exp: Ditto.
13179
13180 Mon Feb 3 19:00:07 1997 Bob Manson <manson@charmed.cygnus.com>
13181
13182 * lib/g++.exp(g++_init): target_compile no longer returns the
13183 filename of the result.
13184
13185 Sun Feb 2 14:42:34 1997 Bob Manson <manson@charmed.cygnus.com>
13186
13187 * gcc.misc-tests/gcov.exp: Add -nocomplain to the
13188 call to glob.
13189
13190 * gcc.c-torture/special/special.exp: Change call to
13191 gcc_target_compile to include the object file.
13192
13193 Sun Feb 2 17:11:50 1997 Ian Lance Taylor <ian@cygnus.com>
13194
13195 * gcc.c-torture/special/special.exp: Correct misspelling in last
13196 change.
13197
13198 Sat Feb 1 12:34:23 1997 Bob Manson <manson@charmed.cygnus.com>
13199
13200 * lib/plumhall.exp(ph_summary): Log the entire output of the
13201 executable. Return -1 if there were any failures, 0 otherwise.
13202 (ph_execute): Return -1 if there were any failures, 0 otherwise.
13203 (ph_make): Clean up objects and executables that were built
13204 if the tests succeeded.
13205
13206 Thu Jan 30 13:45:56 1997 Bob Manson <manson@charmed.cygnus.com>
13207
13208 * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
13209 libraries and includes in the build tree as appropriate.
13210
13211 Wed Jan 29 17:19:34 1997 Bob Manson <manson@charmed.cygnus.com>
13212
13213 * lib/c-torture.exp: Instead of looking for the global variable
13214 NO_LONG_LONG, check to see if that's a feature of the target.
13215
13216 Wed Jan 29 00:36:25 1997 Bob Manson <manson@charmed.cygnus.com>
13217
13218 * config/default.exp: Minimize. Delete the remainer of the files in
13219 config; this functionality is now in devo/dejagnu/config.
13220
13221 g++.*/*: Pass any additional flags used to compile to postbase;
13222 delete CXXFLAGS.
13223
13224 gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
13225 is now done by runtest.exp. Use gcc_target_compile instead of
13226 compile.
13227
13228 lib/c-torture.exp: Use gcc_target_compile instead of compile.
13229 Remove references to CFLAGS. Use remote_file instead of
13230 calling rm -f.
13231 (c-torture): Take a list of arguments to use to compile this
13232 testcase.
13233
13234 lib/g++.exp: Simplify. Use target_compile instead of compile.
13235 lib/gcc-dg.exp: Ditto.
13236 lib/gcc.exp: Ditto.
13237 lib/mike-{gcc,g++}.exp: Ditto.
13238 lib/old-dejagnu.exp: Ditto.
13239 lib/plumhall.exp: Ditto.
13240
13241 Wed Jan 8 14:43:07 1997 Jim Wilson <wilson@cygnus.com>
13242
13243 * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
13244 (ph_linker): Likewise.
13245
13246 Wed Nov 13 16:04:19 1996 Joern Rennecke <amylaar@cygnus.com>
13247
13248 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
13249 MAP_ANON / MAP_ANONYMOUS if defined;
13250 else try to map from /dev/zero .
13251
13252 Tue Nov 12 23:30:12 1996 Jeffrey A Law (law@cygnus.com)
13253
13254 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: If MAP_ANON
13255 isn't defined, then define it to MAP_ANONYMOUS.
13256
13257 Tue Nov 12 11:57:49 1996 Jeffrey A Law (law@cygnus.com)
13258
13259 * gcc.c-torture: Update to c-torture-1.42 release.
13260
13261 Mon Nov 11 12:45:31 1996 Jeffrey A Law (law@cygnus.com)
13262
13263 * gcc.c-torture: Update to c-torture-1.41 release.
13264
13265 Sun Oct 27 18:56:18 1996 Jeffrey A Law (law@cygnus.com)
13266
13267 * gcc.c-torture/execute/enum-1.c: New test. Will be in next
13268 c-torture release.
13269
13270 Thu Aug 15 11:09:36 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13271
13272 * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
13273 and LDFLAGS. Fix second case to append the target_info ldflags
13274 onto LDFLAGS, not CFLAGS.
13275 * lib/g++.exp (g++_init): Add target_info stuff.
13276 * lib/old-dejagnu.exp (old-dejagnu-init): Likewise. Add inclusion
13277 of libgloss and newlib flags for !native.
13278
13279 * config/proelf.exp: Load remote.exp and do `push_target hppro'.
13280 (GDB): Fix relative path to go up another dir for finding gdb.
13281
13282 Thu Aug 8 17:03:27 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13283
13284 * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
13285 versions in the target_info array, if they don't exist.
13286
13287 Fri Aug 2 15:39:03 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13288
13289 * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
13290
13291 Mon Jul 8 15:45:58 1996 Jim Wilson <wilson@cygnus.com>
13292
13293 * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
13294 * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
13295
13296 Mon Jul 1 15:53:00 1996 Bob Manson <manson@charmed.cygnus.com>
13297
13298 * lib/old-dejagnu.exp: Don't remove the output file before we've
13299 actually tested it. Don't append pwd to the path of the executable
13300 we're testing.
13301
13302 Sun Jun 30 14:37:50 1996 Doug Evans <dje@canuck.cygnus.com>
13303
13304 * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
13305
13306 Wed Jun 26 14:15:55 1996 Bob Manson <manson@charmed.cygnus.com>
13307
13308 * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
13309 temporary directory for compiler files, and set it to a default
13310 value of /tmp. Set $output as the name of the output file from
13311 compiling the testcase. Add a -o option to $cflags_var so the
13312 compiler writes the final output file as $output. Set $executable
13313 to $output.
13314
13315 * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
13316 directory for compiler files, and set it to /tmp if it doesn't
13317 already have a value. Set $output_file to the name of the output
13318 file from compiling the testcase. Add a -o option to CXXFLAGS so
13319 the compiler writes the final output file as $output. Use $output
13320 as the executable to be tested.
13321
13322 Mon Jun 24 17:12:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13323
13324 * lib/g++.exp: Also add -Wl,-rpath,... for linux.
13325
13326 Sat Jun 8 15:12:24 1996 Jeffrey A Law (law@cygnus.com)
13327
13328 * gcc.c-torture/execute/pending-1.c: New test. Still
13329 pending in Tege's queue.
13330
13331 Wed Apr 24 18:13:45 1996 Jim Wilson <wilson@chestnut.cygnus.com>
13332
13333 * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
13334 Add variables local_failcnt and local_unresolvedcnt. Call gcc_fail
13335 if there were failures. Call unresolved if there were unresolved
13336 testcases. Call gcc_fail if program did not run to completion.
13337 (ph_make): Pass additional argument name to ph_execute.
13338 (ph_execute): Add new argument. Pass additional arguments to
13339 ph_summary. Call gcc_fail is there is no execution output.
13340
13341 Wed Apr 24 13:39:23 1996 Jeffrey A Law (law@cygnus.com)
13342
13343 * lib/plumhall.exp (proc_summary): Output relavent summary
13344 lines into the log so specific failures in plumhall can be
13345 investigated.
13346
13347 Wed Apr 10 13:23:45 1996 Jeffrey A Law (law@cygnus.com)
13348
13349 * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
13350 (c-torture-execute): Don't try to execute tests which use
13351 "long long" types if $NO_LONG_LONG is nonzero.
13352
13353 Mon Apr 8 08:52:29 1996 Doug Evans <dje@canuck.cygnus.com>
13354
13355 * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
13356 not c-torture.
13357
13358 * gcc.ieee: Move from here.
13359 * gcc.c-torture/execute/ieee: To here.
13360
13361 Tue Mar 26 23:41:18 1996 Jeffrey A Law (law@cygnus.com)
13362
13363 * gcc.c-torture: Update to c-torture-1.41 release.
13364
13365 Fri Mar 22 15:49:24 1996 Jeffrey A Law (law@cygnus.com)
13366
13367 * lib/c-torture.exp (c-torture-execute): Remove "$executable",
13368 not "$output".
13369
13370 Thu Mar 7 12:37:08 1996 Doug Evans <dje@charmed.cygnus.com>
13371
13372 * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
13373 -c present.
13374
13375 Sat Mar 2 22:36:37 1996 Jeffrey A Law (law@cygnus.com)
13376
13377 * config/proelf.exp: Handle connecting to a simulator.
13378
13379 Wed Jan 31 00:58:15 1996 Jeffrey A Law (law@cygnus.com)
13380
13381 * config/proelf.exp: New file. Enough framework that we can
13382 run c-torture tests on the proelf targets (or any other target
13383 that gdb can connect to for that matter).
13384
13385 Mon Jan 29 08:57:46 1996 Doug Evans <dje@canuck.cygnus.com>
13386
13387 * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
13388 * gcc.ph/testing/limits/limits.exp: Likewise. Don't pass $CFLAGS.
13389
13390 * lib/plumhall.exp (ph_execute): Always call ph_summary if
13391 exec_output exists.
13392
13393 Sun Jan 28 11:28:43 1996 Doug Evans <dje@charmed.cygnus.com>
13394
13395 * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
13396 (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
13397
13398 * config/*.exp: Update FSF address. Change result of ${tool}_load
13399 to pass/fail/unresolved/unsupported/untested. Caller must now
13400 call unresolved/unsupported/untested.
13401 * lib/*.exp: Update FSF address. Update to handle new results of
13402 ${tool}_load.
13403 * lib/chill.exp (verbose): Delete.
13404
13405 Sat Jan 27 12:28:07 1996 Doug Evans <dje@charmed.cygnus.com>
13406
13407 * lib/gcc.exp (default_gcc_start): Change order of args to
13408 $LDFLAGS $CFLAGS $LIBS.
13409 * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
13410 Save/set/restore CFLAGS. Pass single arg to gcc_start.
13411 * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
13412 (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13413 * gcc.misc-tests/dg-test.exp: Likewise.
13414 * gcc.misc-tests/msgs.exp: Likewise.
13415 * gcc.prms/prms.exp: Likewise.
13416 * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
13417 (CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
13418
13419 * lib/dg.exp: Deleted, moved to dejagnu/lib.
13420
13421 Wed Jan 24 18:37:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13422
13423 * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
13424
13425 * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
13426 * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
13427
13428 * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
13429 necessary.
13430
13431 Sat Jan 20 17:22:08 1996 Brendan Kehoe <brendan@cygnus.com>
13432
13433 * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
13434 global for loop; add use of $mathlib.
13435 * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
13436 settings here; set mathlib for anything but VxWorks.
13437
13438 Mon Jan 22 16:31:57 1996 Jeffrey A Law (law@cygnus.com)
13439
13440 * gcc.c-torture: Update to c-torture-1.40 release.
13441
13442 Wed Jan 3 00:54:33 1996 Jeffrey A Law (law@cygnus.com)
13443
13444 * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
13445 dg.exp.
13446
13447 Sun Dec 3 16:17:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
13448
13449 * lib/c-torture.exp (c-torture-execute): Declare "output" as
13450 global.
13451
13452 Fri Nov 17 20:01:19 1995 Doug Evans <dje@canuck.cygnus.com>
13453
13454 * lib/g++.exp (LIBS): Define if not already.
13455 * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
13456 (gcc-dg-prune): Call prune_gcc_output.
13457 * lib/gcc.exp (prune_gcc_output): New proc.
13458 * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
13459 prune_gcc_output.
13460
13461 Thu Nov 16 09:15:40 1995 Doug Evans <dje@canuck.cygnus.com>
13462
13463 * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
13464 (c-torture-execute): Likewise. Rename `name' to `testcase'.
13465
13466 Wed Nov 15 23:04:36 1995 Jeffrey A Law (law@cygnus.com)
13467
13468 * gcc.c-torture: Update to c-torture-1.39 release.
13469
13470 Sat Nov 4 12:52:05 1995 Doug Evans <dje@canuck.cygnus.com>
13471
13472 * lib/c-torture.exp (c-torture-execute): Don't return if one option
13473 fails, try others as well.
13474
13475 Thu Nov 2 09:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
13476
13477 * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
13478 If compilation fails, mark execute tests as `untested'.
13479 If test is marked as unsupported, don't mark compilation and
13480 execute tests as failed.
13481
13482 Wed Oct 25 20:57:55 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13483
13484 * lib/g++.exp (g++_init): Don't link in libg++, and look to
13485 libstdc++ for whether or not we want to be doing shared
13486 libraries. Delete link_curses since we don't need it anymore.
13487 * lib/mike-g++.exp (postbase): Don't link in libg++.
13488 * g++.old-deja/old-deja.exp: Likewise.
13489
13490 Mon Oct 23 13:05:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13491
13492 * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
13493
13494 Tue Oct 17 15:24:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13495
13496 * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
13497 For that, add `-Wl,-a,shared_archive'.
13498 * g++.old-deja/old-deja.exp: Likewise.
13499
13500 Tue Oct 17 13:09:06 1995 Doug Evans <dje@canuck.cygnus.com>
13501
13502 * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
13503
13504 Mon Oct 16 23:13:32 1995 Brendan Kehoe <brendan@cygnus.com>
13505
13506 * lib/mike-g++.exp (postbase): Pay attention to the status of
13507 g++_load.
13508
13509 Mon Oct 16 19:28:32 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13510
13511 * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
13512
13513 Mon Oct 16 13:48:58 1995 Doug Evans <dje@canuck.cygnus.com>
13514
13515 * lib/gcc.exp (default_gcc_start): No longer need to log program
13516 being executed or its output, execute_anywhere does that now.
13517 * lib/g++.exp (default_g++_version): Call execute_anywhere.
13518 (default_g++_start): Likewise. Delete calls to verbose/send_log.
13519
13520 Thu Oct 12 10:34:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13521
13522 * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
13523 the same as those in lib/g++.exp.
13524
13525 Tue Oct 10 13:47:27 1995 Jeff Law (law@hurl.cygnus.com)
13526
13527 * gcc.c-torture: Update to c-torture-1.38 release.
13528 * gcc.ieee: Related changes.
13529
13530 Fri Oct 6 12:39:17 1995 Rob Savoye <rob@darkstar.cygnus.com>
13531
13532 * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
13533 "exec". Minor reformatting changes.
13534
13535 * config/rom68k.exp (${tool}_load): Make it work in a canadian
13536 cross. This means all "exec" calls now work on a remote host as
13537 well.
13538 * lib/c-torture.exp (c-torture-compile): Make work for a canadian
13539 cross. Filter out the extra "\r\n" stuff that expect puts in.
13540 (c-torture-execute): Filter out the bogus warnings like
13541 c-torture-compile does. Add support for canadian cross.
13542 * lib/gcc.exp (default_gcc_version, default_gcc_start)
13543 Use execute_anywhere rather than calling exec directly. Now it
13544 works for canadian cross testing.
13545
13546 Thu Oct 5 10:06:45 1995 Brendan Kehoe <brendan@rtl.cygnus.com>
13547
13548 * lib/g++.exp: Add -nocomplain flag to glob. Use catch to put the
13549 results into a variable, and check that rather than using file exists.
13550
13551 Wed Oct 4 16:31:02 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13552
13553 * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
13554 create a libg++.so. For sunos4.1.*, also add -ltermcap.
13555
13556 Tue Sep 26 10:15:14 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13557
13558 * g++.old-deja/old-deja.exp: Create and pass runshlib and
13559 lib_curses if there's a shared libg++ in the build tree.
13560
13561 Fri Sep 22 10:47:24 1995 Doug Evans <dje@canuck.cygnus.com>
13562
13563 * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
13564 if not supported target.
13565
13566 Fri Sep 22 09:22:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13567
13568 * lib/g++.exp (g++_init): Move empty setting of runshlib and
13569 link_curses up to always happen, not just for native builds.
13570
13571 Thu Sep 21 10:23:32 1995 Jeff Law (law@snake.cs.utah.edu)
13572
13573 * gcc.c-torture: Update to c-torture-1.36 release.
13574 * gcc.failure: Related changes.
13575
13576 Wed Sep 20 10:56:26 1995 Doug Evans <dje@canuck.cygnus.com>
13577
13578 * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
13579
13580 Tue Sep 19 17:26:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13581
13582 * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
13583 * lib/mike-g++.exp (postbase): Not in here. Still reference
13584 runshlib, link_curses, and mathlib for link and run.
13585
13586 * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
13587 pass the runtime shared library options for Solaris, OSF/1, and
13588 Irix5, and link with -lcurses to avoid unresolved references.
13589
13590 Wed Sep 13 15:28:10 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13591
13592 * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
13593 only run once.
13594
13595 Wed Sep 13 10:51:52 1995 Doug Evans <dje@canuck.cygnus.com>
13596
13597 * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
13598
13599 Mon Sep 11 11:02:03 1995 Jeff Law (law@snake.cs.utah.edu)
13600
13601 * gcc.c-torture: Update to c-torture-1.35 release. Note we
13602 do not have a framework for the "compat" tests yet.
13603
13604 Sat Sep 9 16:15:20 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13605
13606 * lib/mike-g++.exp (postbase): New local variable `mathlib',
13607 set to null if we're testing vxworks5.1. Use that instead of
13608 `-lm' in the setting of LIBS for link and run.
13609
13610 Fri Sep 8 13:53:38 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13611
13612 * config/rom68k.exp (${tool}_load): Major changes to make it
13613 work. Verified that it does in fact return the stuff in
13614 exec_output properly. Catch any Emul or any TRAP other than 0.
13615
13616 Thu Sep 7 23:04:06 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13617
13618 * lib/mike-g++.exp (prebase): Call g++_init at the end to set
13619 LDFLAGS properly for targets that need stuff from libgloss.
13620 * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
13621 only run once.
13622 (gpp_initialized): New variable.
13623
13624 Wed Sep 6 21:56:13 1995 Rob Savoye <rob@darkstar.cygnus.com>
13625
13626 * config/rom68k.exp: Load libgloss.exp.
13627 * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
13628 so we can produce a fully linked binary.
13629 * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
13630 so we can produce a fully linked binary.
13631
13632 Sun Sep 3 13:25:26 1995 Doug Evans <dje@canuck.cygnus.com>
13633
13634 * lib/plumhall.exp (ph_section): Watch for expected failures.
13635 Add missing `else'.
13636
13637 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
13638 run the testcase.
13639 (c-torture): Likewise.
13640
13641 Mon Aug 28 11:23:38 1995 Doug Evans <dje@cygnus.com>
13642
13643 * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
13644
13645 * lib/mike-g++.exp (mike_cleanup): New proc.
13646 (prebase): New globals compiler_result, not_compiler_result,
13647 target_regexp.
13648 (postbase): Likewise. Call mike_cleanup. Pass "--" to regexp to
13649 allow leading "-" in pattern. Watch for unsupported tests.
13650 If $compiler_result is set, pattern match assembler code,
13651 and ditto for $not_compiler_result.
13652 * lib/mike-gcc.exp: Likewise.
13653
13654 * lib/plumhall.exp (ph_execute): Only call ph_summary if
13655 execution "succeeded".
13656
13657 Mon Aug 14 14:03:53 1995 Doug Evans <dje@canuck.cygnus.com>
13658
13659 * config/win32.exp: New file.
13660 * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
13661
13662 Fri Aug 4 15:39:54 1995 Doug Evans <dje@canuck.cygnus.com>
13663
13664 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
13665 unsupported.
13666 * lib/mike-{gcc,g++}.exp (postbase): Likewise.
13667 * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
13668 * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
13669
13670 * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
13671 "... without exceptions was ...". That is now handled by
13672 prune_system_crud.
13673 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13674
13675 Tue Aug 1 11:09:33 1995 Doug Evans <dje@canuck.cygnus.com>
13676
13677 * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
13678 sieve.c,sort2.c}: New files.
13679 * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
13680 sieve.exp,sort2.exp}: Drivers for them.
13681
13682 * lib/mike-gcc.exp (program_output): New user settable variable.
13683 (postbase): Call prune_system_crud. Also prune extraneous compiler
13684 messages.
13685 * lib/mike-g++.exp (program_output): New user settable variable.
13686
13687 * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
13688
13689 * config/sh.exp: Deleted (use sim.exp instead).
13690
13691 Fri Jul 28 11:33:46 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13692
13693 * config/vx.exp: Declare CHECKTASK as global.
13694 * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
13695 * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
13696 * lib/old-dejagnu.exp: Load [pwd]/$executable.
13697
13698 Wed Jul 26 19:45:39 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13699
13700 * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
13701 target. Like vx.exp, only includes `vx29k.exp' instead of
13702 `vxworks.exp'.
13703
13704 Sun Jul 23 17:38:52 1995 Ian Lance Taylor <ian@cygnus.com>
13705
13706 * config/sim.exp: Increase time limit from 120 seconds to 240.
13707
13708 Thu Jul 6 11:07:38 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13709
13710 * gcc.c-torture/execute/950628-1.c: New test.
13711
13712 Sat Jun 10 18:51:41 1995 Jeff Law (law@snake.cs.utah.edu)
13713
13714 * gcc.c-torture: Update with changes/additions from
13715 c-torture-1.34.
13716
13717 Mon Jun 5 17:58:07 1995 Doug Evans <dje@canuck.cygnus.com>
13718
13719 * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
13720
13721 Sun Jun 4 05:13:57 1995 Jeff Law (law@snake.cs.utah.edu)
13722
13723 * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
13724
13725 Thu Jun 1 00:06:19 1995 Jeff Law (law@snake.cs.utah.edu)
13726
13727 * gcc.c-torture/compile/950512-1.c: New test.
13728 * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
13729 * gcc.dg/struct-ret-1.c: Likewise.
13730
13731 Wed May 31 14:25:13 1995 Doug Evans <dje@canuck.cygnus.com>
13732
13733 * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
13734 930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
13735
13736 Tue May 30 11:19:54 1995 Doug Evans <dje@canuck.cygnus.com>
13737
13738 * gcc.c-torture/special/920411-1.c: Deleted.
13739 * gcc.c-torture/special/special.exp: Delete 920411-1.c.
13740
13741 Mon May 22 16:55:11 1995 Doug Evans <dje@chestnut.cygnus.com>
13742
13743 * config/sim.exp (${tool}_load): Hack in call to bash to get a
13744 cpu limit.
13745
13746 Fri May 12 18:57:54 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13747
13748 * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
13749
13750 Thu May 4 14:23:54 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13751
13752 From kenner;
13753 * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
13754 is the proper length.
13755 * va-arg-3.c: Likewise.
13756
13757 Sun Apr 30 16:02:59 1995 Doug Evans <dje@canuck.cygnus.com>
13758
13759 * lib/dg.exp: Moved to dejagnu/lib. Copy kept here (for awhile).
13760 * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
13761
13762 * lib/gcc.exp (default_gcc_start): Delete old cruft. Delete result.
13763 * lib/g++.exp (default_g++_start): Delete old cruft.
13764
13765 Tue Apr 25 17:20:18 1995 Torbjorn Granlund <tege@cygnus.com>
13766
13767 * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
13768 (2 * (1 << 18)) to (2 * (1 << 17)).
13769
13770 * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
13771
13772 Thu Apr 20 12:21:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13773
13774 * config/rom68k.exp: Renamed from config/idp.exp
13775
13776 Tue Apr 18 13:33:26 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13777
13778 * c-torture/compile/921109-2.c
13779
13780 Tue Apr 18 10:45:12 1995 Mike Stump <mrs@cygnus.com>
13781
13782 * lib/old-dejagnu.exp: We expect Execution test failure if we expected
13783 excess errors.
13784
13785 Sat Apr 15 11:16:58 1995 Doug Evans <dje@chestnut.cygnus.com>
13786
13787 * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
13788 output.
13789 * lib/g++.exp (default_g++_start): Likewise.
13790
13791 Wed Mar 29 16:34:03 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13792
13793 * gcc.c-torture/compile/950329-1.c: New test.
13794
13795 Tue Mar 28 16:10:33 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13796
13797 * config/bug.exp (${tool}_load): Updated to use new remote_open
13798 and remote_close procs.
13799 * config/idp.exp: New file.
13800
13801 Wed Mar 22 15:01:58 1995 Torbjorn Granlund <tege@rtl.cygnus.com>
13802
13803 * gcc.c-torture/execute/950322-1.c: New test.
13804
13805 Tue Mar 21 21:24:49 1995 Doug Evans <dje@canuck.cygnus.com>
13806
13807 * config/vx.exp (${tool}_load): Clean up testing of return code from
13808 vxworks_ld and vxworks_spawn.
13809
13810 Tue Mar 21 17:01:42 1995 Doug Evans <dje@deneb.cygnus.com>
13811
13812 * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
13813
13814 Mon Mar 13 14:49:42 1995 Mike Stump <mrs@cygnus.com>
13815
13816 * lib/old-deja.exp: Add `excess errors test - ' error, now one
13817 can mark excess errors on a machine by machine basis. Note, the
13818 default is to not expect any excess errors, even when excess
13819 errors test - is given, so you will want to put an XFAIL ... on
13820 these lines. For example, // excess errors test - XFAIL hppa*-*-*
13821 mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
13822 those 4 machines, but no others.
13823
13824 Fri Mar 10 12:33:04 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13825
13826 * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
13827 * lib/c-torture.exp: to here.
13828
13829 Fri Mar 10 10:38:15 1995 Torbjorn Granlund <tege@adder.cygnus.com>
13830
13831 * gcc.c-torture/execute/950221-1.c: New test.
13832 * gcc.c-torture/execute/struct-ret-1.c: New test.
13833 * gcc.c-torture/compile/950221-1.c: New test.
13834
13835 * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
13836
13837 Fri Mar 3 16:28:35 1995 Doug Evans <dje@canuck.cygnus.com>
13838
13839 * gcc.c-torture/execute/arith-1.c (main): Return 0.
13840 * gcc.c-torture/execute/arith-rand.c (main): Return 0.
13841
13842 Wed Mar 1 02:08:29 1995 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
13843
13844 * g++.gb: New directory of tests, derived from my signature and
13845 class scoping tests.
13846
13847 * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
13848 * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
13849 * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
13850 * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
13851 * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
13852 * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
13853 * g++.gb/sig25.C: Likewise.
13854
13855 * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
13856 * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
13857 * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
13858 * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
13859 * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
13860 * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
13861 * g++.gb/sig25.exp: Likewise.
13862
13863 * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
13864 * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
13865 * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
13866 * g++.gb/scope13.C: Likewise, this test still fails.
13867
13868 * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
13869 * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
13870 * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
13871 * g++.gb/scope13.exp: Ditto.
13872
13873 * g++.gb/README: New file, explains what these tests are about.
13874
13875 Tue Feb 28 10:37:52 1995 Doug Evans <dje@canuck.cygnus.com>
13876
13877 * lib/dg.exp (dg-do): Support `preprocess'.
13878 (dg-test): Likewise.
13879
13880 Mon Feb 13 15:18:10 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13881
13882 * config/udi.exp: change "continue -expect" to "exp_continue".
13883
13884 Sat Feb 11 00:25:20 1995 Torbjorn Granlund (tege@tiny.cygnus.com)
13885
13886 * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
13887 Delete redundant tests.
13888
13889 * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
13890 * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
13891 * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
13892 * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
13893 * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
13894 * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
13895 * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
13896 * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
13897
13898 * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
13899 storing label pointers.
13900 * gcc.c-torture/execute/921019-1.c: Likewise.
13901 * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
13902 * gcc.c-torture/execute/930513-1.c: Provide full declaration for
13903 parameter fp.
13904 * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
13905 constants.
13906
13907 * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
13908 Delete obsolete tests.
13909
13910 * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
13911 * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
13912 * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
13913 * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
13914 * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
13915 * gcc.c-torture/compile/950124-1.c: New test.
13916
13917 * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
13918
13919 Wed Feb 8 15:30:17 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13920
13921 * lib/mike-g++.exp: Add -lm to LIBS.
13922
13923 Tue Feb 7 17:09:50 1995 Doug Evans <dje@canuck.cygnus.com>
13924
13925 * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
13926
13927 Mon Jan 30 14:33:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13928
13929 * lib/mike-g++.exp: Add -lstdc++ to LIBS.
13930
13931 Thu Jan 12 16:41:34 1995 Doug Evans <dje@canuck.cygnus.com>
13932
13933 * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
13934
13935 Mon Jan 2 11:50:10 1995 Jeff Law (law@snake.cs.utah.edu)
13936
13937 * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
13938 * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
13939 * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
13940 * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
13941 * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
13942 * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
13943 * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
13944 * g++.law/{operators31.C, operators32.C,
13945 * g++.law/{operators33.C, operators34.C}: Likewise.
13946 * g++.law/{pic1.C, refs2.C}: Likewise.
13947 * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
13948 * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
13949 * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
13950 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
13951
13952 * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
13953 * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
13954 * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
13955 * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
13956 * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
13957 * g++.law/{enum9.exp, friend5.exp}: Likewise.
13958 * g++.law/{nest3.exp, nest4.exp}: Likewise.
13959 * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
13960 * g++.law/{operators30.exp, operators31.exp}: Likewise.
13961 * g++.law/{operators32.exp, operators33.exp}: Likewise.
13962 * g++.law/{operators34.exp}: Likewise.
13963 * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
13964 * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
13965 * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
13966 * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
13967 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
13968
13969 * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
13970 No longer expected to fail.
13971 * g++.law/missed-error3.C: Tweak for recent bool changes.
13972
13973 Sun Dec 4 20:54:33 1994 Doug Evans <dje@canuck.cygnus.com>
13974
13975 * config/emb-unix: Deleted.
13976 * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
13977 remote execution. Do final link on remote host if REMOTE_LINK is set.
13978
13979 Thu Dec 1 08:43:05 1994 Doug Evans <dje@canuck.cygnus.com>
13980
13981 * lib/dg.exp (dg-test): Fix typo in last patch.
13982
13983 Wed Nov 30 13:25:32 1994 Doug Evans <dje@canuck.cygnus.com>
13984
13985 * lib/dg.exp (dg-test): Fix pattern that searches for expected output
13986 (handles multiple occurrences).
13987
13988 Thu Nov 24 19:48:38 1994 Doug Evans <dje@canuck.cygnus.com>
13989
13990 * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
13991 * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
13992 $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
13993 printed).
13994 * lib/c-torture.exp (c-torture-compile): Likewise.
13995 (c-torture): Prepend full path if missing.
13996 * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
13997 (gcc_fail): Likewise.
13998 * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
13999
14000 Wed Nov 23 13:56:00 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14001
14002 * lib/netware.exp: Only attach to NetWare i386 systems.
14003
14004 Wed Nov 16 11:27:00 1994 Doug Evans <dje@canuck.cygnus.com>
14005
14006 * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
14007 messages. Add test name to "output pattern match" pass/fail message.
14008
14009 Sat Nov 12 22:11:52 1994 Doug Evans <dje@canuck.cygnus.com>
14010
14011 * gcc.dg: New testsuite.
14012 * gcc.dg/dg.exp: New file.
14013
14014 * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
14015 test-switch.c}: Deleted.
14016
14017 * gcc.misc-tests/msgs.exp: New testcase driver.
14018
14019 Wed Nov 9 14:23:09 1994 Doug Evans <dje@canuck.cygnus.com>
14020
14021 * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
14022 Watch for illegal return values from ${tool}_load.
14023 * config/unix.exp (${tool}_load): Fix pass/fail detection for
14024 cross targets. Coerce return value >0 to 1.
14025
14026 Tue Nov 8 14:10:33 1994 Doug Evans <dje@canuck.cygnus.com>
14027
14028 * config/unix.exp (${tool}_load): Call program rsh, not proc.
14029
14030 * config/emb-unix.exp: New file.
14031
14032 * config/sim.exp: Error if variable $SIM not defined.
14033 (${tool}_load): Mark test as "untested" if simulator missing.
14034
14035 * config/unix.exp: Load remote.exp to get rcp_download.
14036 * lib/c-torture.exp: Use different option lists for testcases with
14037 and without loops.
14038 * gcc.c-torture/execute/execute.exp: Likewise.
14039
14040 Wed Nov 2 14:47:58 1994 Doug Evans <dje@canuck.cygnus.com>
14041
14042 * config/*.exp: Clarify return code from ${tool}_load.
14043 Call `unresolved' or `untested' instead of `warning' or `perror'
14044 (sometimes you still want to call both though).
14045 Add comment that `shell_id' is local to each file.
14046 * config/udi.exp (timeout): Set to 30.
14047 Don't print warning if connection fails, $connectmode has already
14048 printed an error.
14049 (${tool}_load): Move verbose messages to level 2.
14050 Rework pattern for "Process started" message.
14051 Pass `shell_id' to ${connectmode}_download.
14052 Retry twice upon timeout. Make resetting of target more robust.
14053 (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
14054 Pass `shell_id' to exit_$connectmode.
14055 Only call exit_$connectmode if connected.
14056 * config/unix.exp (${tool}_load): Check return codes better.
14057 * config/vrtx.exp (${tool}_load): Likewise.
14058 * config/vx.exp (${tool}_load): Likewise.
14059 Delete unneeded global's.
14060 * lib/dg.exp (dg-test): Update to reflect clarified return codes
14061 from ${tool}_load.
14062 (dg-stat): Delete.
14063 (dg-init): Delete recording of pass/fail counts.
14064 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
14065 (old-dejagnu-init): Likewise.
14066 (old-dejagnu-stat): Delete contents, empty proc now.
14067 * lib/c-torture.exp (TORTURE_OPTIONS): New global.
14068 (c-torture): Delete references to lcnt, lpass, lfail.
14069 Get option list from TORTURE_OPTIONS.
14070 Delete -funroll[-all]-loops if no loops.
14071 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
14072 (g++_stat): Delete contents (empty proc now).
14073 * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
14074 (gcc_finish): Likewise.
14075 (gcc_stat): Deleted.
14076 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
14077 * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
14078 * gcc.c-torture/execute/execute.exp: Likewise.
14079 Split tests into two parts: compile, execute.
14080 Get option list from TORTURE_OPTIONS. Delete -funroll[-all]-loops if
14081 no loops. Update to reflect clarified return codes from ${tool}_load.
14082
14083 Fri Oct 21 23:10:16 1994 Doug Evans <dje@canuck.cygnus.com>
14084
14085 * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
14086 to grep for.
14087 (old-dejagnu): Likewise (where necessary).
14088
14089 Fri Oct 14 17:54:58 1994 Doug Evans <dje@canuck.cygnus.com>
14090
14091 * gcc.misc-tests/gcov.exp: New file, for gcov testing.
14092
14093 * lib/dg.exp (dg-process-target): Fix processing of selector.
14094 Add comment regarding use of `error'.
14095
14096 * lib/gcc.exp (prune_system_crud): Define if missing.
14097 * lib/g++.exp (prune_system_crud): Likewise.
14098
14099 * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
14100 Call prune_system_crud.
14101 * lib/dg.exp (dg-runtest): New proc.
14102 Use perror instead of send_user for tcl errors in testcase.
14103 Don't return any value, it's never used.
14104 Don't clobber previous definition of `unknown'.
14105 Print tcl errors in `dg-final'.
14106
14107 Wed Oct 12 13:05:37 1994 Doug Evans <dje@canuck.cygnus.com>
14108
14109 * lib/dg.exp (dg-process-target): Improve syntax error messages.
14110 (dg-test): Don't print errorInfo, it contains stack backtrace.
14111
14112 Mon Sep 26 12:18:53 1994 Doug Evans (dje@canuck.cygnus.com)
14113
14114 * lib/g++.exp (runtest_file_p): Define if missing.
14115
14116 Sat Sep 24 15:29:23 1994 Doug Evans (dje@cygnus.com)
14117
14118 * lib/mike-g++.exp: Comment out loading of g++.exp.
14119 * lib/g++.exp: Update copyright. Test for existence of $CXX at start.
14120 (default_g++_version): Always print something.
14121 (default_g++_start): Comment out call to `which'.
14122 (g++_start, g++_load): Deleted (must be defined in config file).
14123 * lib/gcc.exp: Test for existence of $CC at start.
14124 Delete check for tmpdir (done in gcc_init).
14125 (default_gcc_version): Always print something.
14126 (default_gcc_start): Comment out call to `which'.
14127 * config/*.exp: Major cleanup - make cross targets work at least a
14128 little better for g++ (by not being "--tool gcc" specific).
14129 Rename gcc_xxx to ${tool}_xxx.
14130 * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
14131 * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
14132
14133 Thu Sep 22 11:39:17 1994 Doug Evans (dje@canuck.cygnus.com)
14134
14135 * lib/c-torture.exp (c-torture-compile): Rework compiler
14136 message processing.
14137
14138 * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
14139 c-torture.
14140
14141 Wed Sep 21 09:49:43 1994 Doug Evans (dje@canuck.cygnus.com)
14142
14143 * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
14144
14145 * lib/dg.exp (dg-process-target): Support { target native }.
14146
14147 Tue Sep 20 17:16:55 1994 Doug Evans (dje@canuck.cygnus.com)
14148
14149 * lib/dg.exp (dg-test): Clean up some comments. Delete code that
14150 looked for "... program xxx got fatal signal".
14151 Correct regsub munging of `comp_output'.
14152 Ignore compiler messages "path prefix not used" and "linker input
14153 file unused".
14154
14155 Wed Sep 14 11:44:40 1994 Doug Evans (dje@canuck.cygnus.com)
14156
14157 * lib/gcc.exp (runtest_file_p): Define if missing.
14158 * gcc.prms/template.c: Example to work from.
14159
14160 Tue Sep 13 10:30:48 1994 Doug Evans (dje@canuck.cygnus.com)
14161
14162 * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
14163 * lib/dg.exp (dg-test): Call unsupported testcases as such.
14164
14165 * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
14166 * gcc.prms/1883.c: Moved from compile/940714-1.c.
14167 * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
14168 execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
14169
14170 * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
14171 (dg-process-target): No longer a varargs proc.
14172 Return S/N for target, P/F for xfail. All callers changed.
14173 (user option procs): More argument checking.
14174 (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
14175 (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
14176 (dg-test): Skip test if not running on selected target in `dg-do'.
14177 Update handling of `dg-do-what', `dg-output-text'.
14178 Separate execution pass/fail from output pattern match pass/fail.
14179 Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
14180
14181 Mon Sep 12 13:47:35 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14182
14183 * gcc.c-torture/special/special.exp: Don't expect failure for mips
14184 target for 920510-1.c.
14185
14186 Mon Sep 12 12:44:39 1994 Doug Evans (dje@canuck.cygnus.com)
14187
14188 * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
14189 Clean up comment regarding use of passcnt, etc.
14190 (gcc_stat): Don't update `testcnt' here.
14191 (gcc_finish): Do it here.
14192 Might as well reset `but_id' here too.
14193 * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
14194 to determine if the file should be tested.
14195 * gcc.c-torture/compile/compile.exp: Likewise.
14196 * gcc.c-torture/execute/execute.exp: Likewise.
14197 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14198 * gcc.misc-tests/dg-test.exp: Likewise.
14199 * gcc.prms/prms.exp: Likewise.
14200 * gcc.wendy/wendy.exp: Likewise.
14201 * g++.old-deja.exp: Likewise.
14202 Move "Testing file" message to verbose level 1.
14203
14204 Fri Sep 9 10:21:18 1994 Doug Evans (dje@canuck.cygnus.com)
14205
14206 * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
14207
14208 Thu Sep 8 16:52:43 1994 Doug Evans (dje@canuck.cygnus.com)
14209
14210 * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
14211 (default_gcc_start): Accept optional second list element
14212 of compiler flags. Print compiler output at verbosity level 2.
14213 Remove setting of CFLAGS, LIBS, LDFLAGS from here.
14214 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
14215 Save current values of framework globals passcnt, failcnt, xpasscnt,
14216 and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
14217 gcc_xfailcnt. Set global `tmpdir' to /tmp if it doesn't exist.
14218 (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
14219 xfailcnt to compute stats. Update framework global `testcnt' from
14220 pass/fail counts.
14221 (gcc_finish): New proc. Clean up test environment.
14222 (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
14223 (gcc_epass, gcc_efail): Delete.
14224 * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
14225 argument of line number.
14226 (dg-init): If the tool has an init routine, call it.
14227 (dg-test): Remove args `cflags_var' and `libs_var'.
14228 Pass all compiler options to ${tool}_start.
14229 Handle missing line number.
14230 (dg-finish): New function.
14231 * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
14232 particular files. Call gcc_finish at end. Move "skipping test"
14233 message to verbosity level 3.
14234 * gcc.c-torture/compile/compile.exp: Likewise.
14235 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
14236 * gcc.c-torture/execute/execute.exp: Likewise.
14237 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14238 Print testcase being tried at verbosity level 1.
14239 * gcc.c-torture/special/special.exp: Unset xfail.
14240 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14241 * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
14242 * gcc.c-torture/noncompile/noncompile.exp: Likewise.
14243 * gcc.failure/failure.exp: Likewise.
14244 * gcc.ieee/ieee.exp: Likewise.
14245 * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
14246 Update call to dg-test. Call dg-finish at end.
14247 * gcc.misc-tests/mg.exp: Call gcc_finish at end. Unset orig_flags.
14248 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
14249 * gcc.misc-tests/misc.exp: Call gcc_finish at end.
14250 * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
14251 Delete LDFLAGS. Update call to dg-test. Call dg-finish at end.
14252 * gcc.wendy/wendy.exp: Add copyright.
14253 Delete setting of tmpdir (done by gcc_init).
14254 Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
14255 Pass compiler flags to gcc_start. Call gcc_finish at end.
14256 * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
14257 gcc_[ce]pass/fail.
14258
14259 Wed Sep 7 11:09:08 1994 Doug Evans (dje@canuck.cygnus.com)
14260
14261 * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
14262 confusion.
14263 (g++_load): Likewise.
14264
14265 * config/*.exp (gcc_load): Some were varargs fns and some were not.
14266 Rename argument to `prog' to remove the confusion.
14267 Varargs fns behave differently too!
14268 (g++_load): Likewise.
14269
14270 * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
14271
14272 * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
14273 what it is. Delete (always) printing of status value for !native.
14274 Simplify verbose code, and include status and exec_output.
14275 (g++_load): Use gcc_load.
14276
14277 Sun Sep 4 13:59:27 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14278
14279 * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
14280 * gcc.c-torture/noncompile/noncompile.exp: Delete support for
14281 920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
14282 940714-3.c as these testcases don't exist anymore. Make
14283 va-arg-1.c expected to pass.
14284
14285 Fri Aug 19 12:27:07 1994 Doug Evans (dje@canuck.cygnus.com)
14286
14287 * gcc.misc-tests/misc.exp: Only run specific testcases.
14288 * gcc.misc-tests/dg-test.exp: New file. Tests dg.exp.
14289 * gcc.misc-tests/dg-[1-9].c: New files.
14290
14291 * lib/dg.exp: New testsuite driver.
14292 * gcc.prms/prms.exp: Use it.
14293
14294 * README.gcc: New file.
14295
14296 * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
14297 Document and reset `lxpass' and `lxfail'.
14298 Simplify "initialized" message.
14299 (gcc_stat): Clean up comments a little.
14300
14301 Tue Aug 16 11:16:46 1994 Doug Evans (dje@canuck.cygnus.com)
14302
14303 * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
14304
14305 Mon Aug 15 21:20:36 1994 Doug Evans (dje@canuck.cygnus.com)
14306
14307 * lib/old-dejagnu.exp (process-option): New proc.
14308 (old-dejagnu-init, old-dejagnu-stat): Likewise.
14309 (old-dejagnu): Simplify.
14310 * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
14311
14312 Sun Aug 14 09:23:53 1994 Jeff Law (law@snake.cs.utah.edu)
14313
14314 * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
14315 exists and is not an empty string.
14316
14317 * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
14318 $xfail rather than calling setup_xfail. Clear $xfail when test is
14319 finished.
14320 (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
14321 automatically.
14322
14323 * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
14324 longer expected to fail.
14325
14326 * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
14327 "f" function call.
14328
14329 * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
14330
14331 * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
14332 940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
14333 complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
14334 struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
14335 c-torture-1.29.
14336
14337 * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
14338 strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
14339
14340 * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
14341
14342 * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
14343 940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
14344
14345 * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
14346 940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
14347 labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
14348
14349 Tue Jul 12 12:49:44 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14350
14351 * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
14352 gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
14353 940714-1.c, 940714-2.c, 940714-3.c},
14354 gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
14355 gcc.misc-tests/{mg.c,mg.exp}:
14356 New tests.
14357 * gcc.noncompile/noncompile.exp: Change accordingly.
14358
14359 Thu Jul 7 14:20:33 1994 Doug Evans (dje@canuck.cygnus.com)
14360
14361 * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
14362 Undo previous clobberage.
14363
14364 Mon Jul 4 17:00:59 1994 Jeff Law (law@snake.cs.utah.edu)
14365
14366 * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
14367 * gcc.special/{930510-1.c, special.exp}:
14368 * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
14369 931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
14370 struct-varargs-1.c}: New tests from c-torture-1.26.
14371
14372 Tue Jun 28 17:39:42 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14373
14374 * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
14375 argument to switch.
14376
14377 Sat May 21 10:39:38 1994 Bill Cox (bill@rtl.cygnus.com)
14378
14379 * Revert the previous changes. Please see Rob's directory
14380 (/lisa/test/rob/progressive/gcc/testsuite) for testing
14381 fixes.
14382
14383 Thu May 19 18:00:03 1994 Bill Cox (bill@rtl.cygnus.com)
14384
14385 * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
14386 g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
14387 g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
14388 g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
14389 g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
14390 g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
14391 g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
14392 g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
14393 g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
14394 g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
14395 g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
14396 g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
14397 g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
14398 g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
14399 g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
14400 g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
14401 g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
14402 g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
14403 g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
14404 g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
14405 g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
14406 g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
14407 gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
14408 gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
14409 gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
14410 lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
14411 lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
14412
14413 Tue May 17 14:55:09 1994 Bill Cox (bill@rtl.cygnus.com)
14414
14415 * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
14416 lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
14417 with perror calls.
14418
14419 Mon May 2 17:41:13 1994 Jason Merrill (jason@deneb.cygnus.com)
14420
14421 * config/unix.exp (g++_load): Fix syntax.
14422
14423 Thu Apr 14 12:22:10 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14424
14425 * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
14426 * gcc.noncompile/921017-1.c: Deleted obsolete test.
14427 * gcc.noncompile/noncompile.exp: Remove code for deleted test.
14428 Don't expect va-arg-1.c to fail. Correct expected output for
14429 920928-1.c.
14430 * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
14431 * gcc.wendy/hbm4.c: Correct typo.
14432 * gcc.wendy/tad1.c, tad2.c: Correct expected output.
14433
14434 Mon Mar 28 13:29:37 1994 Doug Evans (dje@canuck.cygnus.com)
14435
14436 * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
14437 * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
14438 gcc_[ce]{pass,fail}. Explicitly remove executable if test passes.
14439 * lib/c-torture.exp (c-torture-compile): Ditto.
14440
14441 Reduce volume of output (remove all the -I's and such).
14442 * lib/c-torture.exp (c-torture-compile): New argument OPTION.
14443 Call gcc_cpass, gcc_cfail.
14444 (c-torture): Pass testing option to c-torture-compile.
14445
14446 Mon Mar 21 12:40:33 1994 Doug Evans (dje@cygnus.com)
14447
14448 Bring patches over from progressive.
14449 * config/default.exp: Exit remote shell cleanly.
14450 (g++_exit, g++_start): Add default versions.
14451 * config/sim.exp (gcc_load): Use perror, not error.
14452
14453 Sun Mar 20 12:05:32 1994 Doug Evans (dje@canuck.cygnus.com)
14454
14455 * lib/gcc.exp: Don't set CFLAGS if CC not set. It clobbers the value
14456 set in site.exp.
14457
14458 Mon Mar 14 19:30:28 1994 Doug Evans (dje@cygnus.com)
14459
14460 * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
14461 DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
14462 (wendy_try): New proc to run testcase.
14463 (main loop): Call 'em.
14464 * gcc.wendy/*.c: Clean up pass to correct expected output.
14465
14466 * lib/gcc.exp: Minor cleanup work.
14467 (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
14468
14469 Wed Mar 9 15:22:54 1994 Doug Evans (dje@canuck.cygnus.com)
14470
14471 * config/sim.exp (gcc_load): Document return codes better.
14472 Don't pass -v to simulator.
14473
14474 Thu Feb 24 07:15:18 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14475
14476 * gcc.special/920717-x.c: Fix typo.
14477 * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
14478 get at sources.
14479
14480 * lib/mike-gcc.exp: Fix typo.
14481
14482 Tue Feb 15 15:41:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14483
14484 * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
14485 binary to use, transform the name.
14486 * config/*.exp: rename everything. Nuke any g++ specific files,
14487 it's now a special case of gcc that requires no special support.
14488 Add a default.exp for unsupported targets.
14489
14490 Fri Feb 11 12:59:54 1994 Rob Savoye (rob@poseidon.cygnus.com)
14491
14492 * g++.jason/report.exp, g++.old-deja/old-deja.exp,
14493 lib/old-dejagnu.exp: Fix a few patterns to work with the new
14494 version of Tcl.
14495
14496 Wed Feb 9 21:35:47 1994 Rob Savoye (rob@darkstar.cygnus.com)
14497
14498 * lib/c-torture.exp: Made "file prefix*never used a pass, rather
14499 than a warning.
14500
14501 Sun Feb 6 16:52:13 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14502
14503 * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
14504
14505 Mon Jan 3 17:28:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14506
14507 * gcc.execute/execute.exp: Combine opt_list and foption_list into
14508 option_list. Compile every file with only 4/6 option choices
14509 (same as C torture) instead of with 12/18 different option
14510 choices.
14511 * lib/c-torture.exp: Likewise.
14512
14513 * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
14514 not already set.
14515
14516 Thu Dec 30 17:17:07 1993 Mike Stump (mrs@rtl.cygnus.com)
14517
14518 * lib/old-deja.exp: Add `excess errors test fails' error, now one
14519 can put an XFAIL *-*-* on excess errors.
14520
14521 Sun Dec 19 21:45:34 1993 Jeffrey A. Law (law@snake.cs.utah.edu
14522
14523 * g++.law: Add more tests derived from g++-bugs snapshots.
14524
14525 * g++.law/init11.{c,exp}: Delete test. Brendan sez it's
14526 equivalent to g++.law/init9.
14527
14528 * lib/mike-gcc.exp (postbase): Delete the .o file after we've
14529 compiled it, and the a.out file after we've run it.
14530
14531 Fri Dec 17 11:29:56 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14532
14533 * lib/mike-g++.exp (postbase): Delete the .o file after we've
14534 compiled it, and the a.out file after we've run it.
14535
14536 Fri Dec 17 10:18:16 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14537
14538 * g++.law/*.exp: Avoid losing arguments added via "append" commands.
14539
14540 Wed Dec 15 20:36:40 1993 Rob Savoye (rob@darkstar.cygnus.com)
14541
14542 * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
14543 version number.
14544
14545 Sun Dec 12 21:10:04 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14546
14547 * g++.law: New directory of g++ tests derived from the g++-bugs
14548 snapshots.
14549
14550 Thu Dec 09 16:50:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14551
14552 * gcc.compile: initbug1.c initbug1.exp testcase added
14553
14554 Mon Dec 06 11:09:52 1993 Jeffrey Wheat (cassidy@cygnus.com)
14555
14556 * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
14557 * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
14558 fixes submitted by Jeff Law (law@cs.utah.edu)
14559 * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
14560 Jeff Law (law@cs.utah.edu)
14561
14562
14563 Tue Nov 30 16:34:07 1993 Mike Stump (mrs@cygnus.com)
14564
14565 * config/unix-g++.exp: Follow the gcc way of doing things.
14566 * g++.old-deja/old-deja.exp: Minor updates.
14567 * lib/g++.exp: New file, follow the gcc way of doing things.
14568 * lib/old-dejagnu.exp: Minor updates.
14569 * lib/mike-g++.exp: Always unset errorInfo.
14570
14571 Sat Nov 6 11:34:51 1993 Mike Stump (mrs@cygnus.com)
14572
14573 * lib/gcc.exp: Fix some errors with the below change, CC and
14574 CFLAGS should be global when setting, not local.
14575
14576 Wed Nov 3 11:16:26 1993 Rob Savoye (rob@darkstar.cygnus.com)
14577
14578 * lib/gcc.exp: Transform tool name.
14579
14580 Wed Oct 27 23:57:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
14581
14582 * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
14583
14584 Wed Oct 27 14:45:50 1993 Jeffrey Wheat (cassidy@cygnus.com)
14585
14586 * lib/gcc.exp: change gcc_done to gcc_stat
14587
14588 Wed Oct 27 09:57:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14589
14590 * Upgraded gcc testsuite to c-torture version 1.25
14591
14592 Sun Oct 24 10:58:03 1993 Jeffrey Wheat (cassidy@cygnus.com)
14593
14594 * lib/gcc.exp: added reporting code. Changed verbose compile message.
14595 * lib/c-torture: added hooks for new reporting code.
14596
14597 Thu Oct 21 18:45:32 1993 Jeffrey Wheat (cassidy@cygnus.com)
14598
14599 * config/sh-gcc.exp: check if sh-sim exists in the path
14600
14601 Mon Oct 18 11:13:22 1993 Jeffrey Wheat (cassidy@cygnus.com)
14602
14603 * gcc.code_quality/code_quality.exp: Initial changes for new logic.
14604 * gcc.compile/compile.exp: Initial changes for new logic.
14605 * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
14606 * gcc.failure/failure.exp: Initial changes for new logic.
14607 * gcc.ieee/ieee.exp: Initial changes for new logic.
14608 * gcc.misc-tests/misc.exp: Initial changes for new logic.
14609 * gcc.noncompile/non_compile.exp: Initial changes for new logic.
14610 * gcc.unsorted/unsorted.exp: Initial changes for new logic.
14611 * lib/c-torture.exp: Initial changes for new logic.
14612 * lib/gcc.exp: Initial changes for new logic.
14613
14614 Fri Oct 15 00:19:42 1993 Mike Stump (mrs@cygnus.com)
14615
14616 * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
14617 depend upon failure or success. Fully qualify names in failure
14618 and success messages. Always remove a.out before starting
14619 compile, just in case. Pay more attention to error text output by
14620 the compiler. Handle testcases with no known past errors just
14621 like all others, so that things are uniform. Other miscellaneous
14622 improvements.
14623
14624 Wed Oct 13 15:04:51 1993 Jeffrey Wheat (cassidy@cygnus.com)
14625
14626 * gcc.cpp: new directory for cpp tests
14627
14628 Mon Oct 4 09:03:41 1993 Jeffrey Wheat (cassidy@cygnus.com)
14629
14630 * lib/chill.exp: Code reformatted, removed unused code.
14631 * config/unix-chill.exp: Code reformatted, removed unused code.
14632 * chill.execute/execute.exp: Code reformatted, removed unused code.
14633 * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
14634
14635 Mon Oct 4 06:19:26 1993 Ian Lance Taylor (ian@cygnus.com)
14636
14637 * config/mips-gcc.exp, config/mips-g++.exp: New files. Execution
14638 routines not written.
14639
14640 Mon Sep 27 21:07:44 1993 Rob Savoye (rob@darkstar.cygnus.com)
14641
14642 * config/bug-gcc.exp: Use new procs from bug.exp.
14643
14644 Tue Sep 21 18:21:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
14645
14646 * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
14647 via ftp, rather than depending on NFS.
14648 * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
14649 case.
14650
14651 Thu Sep 9 23:09:15 1993 Rob Savoye (rob@darkstar.cygnus.com)
14652
14653 * config/bug-gcc.exp: Use new download proc.
14654
14655 Tue Sep 14 19:23:58 1993 Jeffrey Wheat (cassidy at deneb.cygnus.com)
14656
14657 * chill.execute/execute.exp: cleanups, handles errors better
14658 * chill.compile/compile.exp: rewrite, based on execute.exp
14659 * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
14660 * lib/chill.exp: major changes to diff proc and compile and link
14661 procs. added chill_fail and chill_pass wrappers to pass and
14662 fail. added more comments, and handle error codes better.
14663 Added a hack to capture stderr from exec, so noncompile tests
14664 can work.
14665
14666 Sat Sep 11 15:30:10 1993 Jeffrey Wheat (cassidy@cygnus.com)
14667
14668 * chill.execute/execute.exp: rewrite of testsuite driver
14669 * lib/chill.exp: rewrite of testsuite driver
14670 * config/unix-chill.exp: rewrite of testsuite driver
14671
14672 Wed Aug 25 14:11:13 1993 Bill Cox (bill@rtl.cygnus.com)
14673
14674 In chill.execute:
14675 * iexpr.ch: Standardize uppercase.
14676 * tuples.dat: Standardize uppercase.
14677 * vary.ch: standardize. Correct varying string assignments.
14678 * vary.dat: Add new output lines.
14679
14680 Tue Aug 24 13:45:49 1993 Bill Cox (bill@rtl.cygnus.com)
14681
14682 In chill.execute:
14683 * chprintf.ch: Standardize use of uppercase.
14684 * tuples.ch: Standardize and turn arr2 into a DCL,
14685 rather than a SYN.
14686 * pinits.ch: Standardize.
14687
14688 Mon Aug 23 17:26:58 1993 Per Bothner (bothner@kalessin.cygnus.com)
14689
14690 * rts.c: Get malloc() from <stdlib.h>, not <malloc.h>.
14691 * Makefil: Renamed to Makefile.in.
14692 * configure.in: New.
14693
14694 Mon Aug 23 14:24:13 1993 Bill Cox (bill@rtl.cygnus.com)
14695
14696 In chill.execute:
14697 * .cvsignore: Add result/output files.
14698 * Makefile: Fix up variables at start. Use MFLAGS
14699 everywhere. Correct bool_loc, built_ins entries.
14700 Add entry for vary1.ch.
14701 * bitarray.ch: Standardize upper-case usage.
14702 * bitexpr.ch: Standardize, add output of b1.
14703 * params.ch: Use arrayt in along PROC parameters, to
14704 avoid novelty problems.
14705 * sets.ch: Tiny cleanup.
14706 * vary1.ch: Re-indent.
14707
14708 Tue Aug 17 15:42:07 1993 Bill Cox (bill@rtl.cygnus.com)
14709
14710 * Add PR-related files to Makefiles, .cvsignore files, etc.
14711
14712 Mon Aug 2 15:46:05 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14713
14714 * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
14715 with compiler objects. New names are test-flow.c and test-loop.c
14716
14717 Tue Jul 27 10:08:08 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14718
14719 * Upgraded c-torture tests from 1.19 to 1.20
14720
14721 * new files:
14722 * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
14723 * gcc.compile: 930623-1.c 930623-2.c
14724 * gcc.noncompile: 930622-1.c 930622-2.c
14725 * gcc.failure: 920411-1.c 920627-2.c
14726 * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
14727
14728 Tue Jul 20 15:19:44 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14729
14730 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14731 More changes to get testsuite working properly. Needs more work.
14732 Added some support for POSIX IEEE Std 1003.3-1991 error messages.
14733
14734 Mon Jul 19 18:40:31 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14735
14736 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14737 More changes to get testsuite working properly. Needs more work.
14738
14739 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat (cassidy@cygnus.com)
14740
14741 * chill.compile/compile.exp: Added for Dejagnu support
14742 * chill.execute/execute.exp: Added for Dejagnu support
14743 * lib/chill.exp config/unix-chill.exp : Added for Dejagnu support
14744
14745 Sat Jun 19 07:13:05 1993 Bill Cox (bill@rtl.cygnus.com)
14746
14747 This should complete moving the CHILL test files.
14748 * chill.noncompile(.cvsignore printf.grt
14749 in-printf.grt chprintf.grt chprintf.ch):
14750 Added test-support files.
14751 (Makefile): Modified further.
14752 * chill.compile (emptymod.ch gdbme.ch neg_range.ch
14753 signal.ch): Added test files.
14754 * chill.execute (.cvsignore printf.grt printr.c
14755 in-printf.grt rts.c chprintf.grt rts.h): Added
14756 test-support files.
14757 (Makefile): More corrections.
14758
14759 Fri Jun 18 23:40:54 1993 Bill Cox (bill@rtl.cygnus.com)
14760
14761 * chill.compile, chill.execute, chill.nocompile: Add CHILL
14762 test cases, ready for DejaGnu.
14763
14764 Thu Jun 17 19:14:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14765
14766 * Upgraded c-torture tests from 1.18 to 1.19
14767
14768 * gcc.compile: added test(s):
14769 930607-1.c
14770 * gcc.execute: added test(s):
14771 930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
14772
14773 * added new subdirectory for misc tests: gcc.misc-tests
14774 * gcc.misc-test(s): added tests:
14775 inst-check.c test-consts.c test-ior.c test-switch.c
14776
14777 Wed Jun 9 16:53:26 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14778
14779 * lib/mike-g++.exp: Load `./a.out', not `a.out'.
14780
14781 Mon Jun 7 16:18:40 1993 Ian Lance Taylor (ian@cygnus.com)
14782
14783 * g++.old-deja/old-deja.exp: Don't delete all the .o files.
14784
14785 Thu Jun 3 13:13:36 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14786
14787 * Upgraded c-torture tests from 1.17 to 1.18
14788
14789 Wed Jun 2 19:02:40 MDT 1993 Jeffrey Wheat (cassidy@cygnus.com)
14790
14791 * Upgraded c-torture tests from 1.12 to 1.17
14792
14793 Fri Apr 30 09:38:41 1993 Mike Werner (mtw@deneb.cygnus.com)
14794
14795 * lib/old-dejagnu.exp:
14796 Fixed handling of XFAIL target triplets to correctly
14797 recognize wildcard characters. Removed code that
14798 appended a unique id tag to the end of the file name
14799 printed out by the result of the testcases within a
14800 given test file.
14801
14802 Thu Apr 29 19:06:29 1993 Mike Werner (mtw@deneb.cygnus.com)
14803
14804 * lib/old-dejagnu.exp:
14805 Reworked expected failure handling to trigger off of XFAIL
14806 keyword in keyphrase embeded in testcase source code. The
14807 XFAIL keyword must be at the end of the keyphrase line. It
14808 may optionally be followed by one or more target triplets.
14809 It has just occured that the handling of wildcards in the
14810 target triplet may not be correct.
14811
14812 Fri Apr 23 13:16:20 1993 Mike Werner (mtw@deneb.cygnus.com)
14813
14814 * g++.old-deja/tests:
14815 Moved all subdirectories up one level into g++.old-deja .
14816
14817 * lib/old-dejagnu.exp:
14818 Fixed problem with CXXFLAGS not being properly reset, and being
14819 corrupted with extraneous "-c" compiler option. This was
14820 causing binaries to not be generated for test that needed them.
14821 Modified strings passed to "pass" and "fail" so that individual
14822 tests from the same test file would be distinguished by an
14823 identifier appended to the test file name in the summary logs;
14824 this corrected a problem with erroneous diff logs. Added code
14825 to search testcases for expected fail and unexpected pass keywords.
14826
14827 Tue Apr 20 18:27:58 1993 Rob Savoye (rob at darkstar.cygnus.com)
14828
14829 * lib/c-torture.exp: Ignore "file path prefix*unused" message.
14830
14831 Thu Apr 15 11:01:59 1993 Mike Werner (mtw@deneb.cygnus.com)
14832
14833 * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
14834 Removed extraneous text from end of "Special g++ Options"
14835 keyphrase.
14836
14837 * lib/old-dejagnu.exp: Added pattern matching to look for new
14838 keywords, embedded in testcases comments, which will trigger
14839 calls to xpass and xfail.
14840
14841 Wed Apr 14 14:28:01 1993 Mike Werner (mtw@deneb.cygnus.com)
14842
14843 * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
14844 comments embedded in the testcases, especially the one looking for
14845 special compiler options, as well as the pattern matching for the
14846 compiler output again.
14847
14848 Mon Apr 12 15:15:37 1993 Mike Werner (mtw@deneb.cygnus.com)
14849
14850 * lib/old-dejagnu.exp: Do a proper check of the return value for
14851 execute tests. Fixed several problems with the pattern matching
14852 of the compiler output which gave erroneous test results.
14853 Changed several of the test result messages to be more descriptive.
14854 * config/unix-g++.exp: Proc g++_load now actually works and
14855 executes the tests passed to it and returns a usable return
14856 value.
14857
14858 Sun Apr 11 17:22:37 1993 Rob Savoye (rob at darkstar.cygnus.com)
14859
14860 * lib/gcc.exp: Exits gracefully if $CC is bogus.
14861
14862 Fri Apr 9 09:41:59 1993 Mike Werner (mtw@deneb.cygnus.com)
14863
14864 * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
14865 Modified both files to properly execute the old style
14866 dejagnu tests. The previous versions of these files were
14867 experimental and did not function anything near correctly.
14868
14869 Mon Apr 5 21:08:24 1993 Rob Savoye (rob@cygnus.com)
14870
14871 * Removed all Makefile.in and configure.in files. No configuration
14872 needed now.
14873
14874 Fri Apr 2 12:15:17 1993 Mike Werner (mtw@deneb.cygnus.com)
14875
14876 * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
14877
14878 Sun Mar 28 11:17:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14879
14880 * gcc.compile/configure.in, gcc.unsorted/configure.in,
14881 gcc.special/configure.in, gcc.noncompile/configure.in,
14882 gcc.execute/configure.in, gcc.code_quality/configure.in,
14883 g++.other/configure.in, g++.old-deja/configure.in,
14884 g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
14885 in srcname setting.
14886
14887 Thu Mar 25 20:07:55 1993 Rob Savoye (rob at darkstar.cygnus.com)
14888
14889 * lib/udi.exp: Fixed mondfe and mondfe_download.
14890 * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
14891 * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
14892
14893 Thu Mar 25 13:06:41 1993 Ian Lance Taylor (ian@cygnus.com)
14894
14895 * config/udi-gdb.exp: Check $shell_id after connecting to target.
14896 (gdb_exit): Don't remove *_soc files.
14897
14898 Mon Mar 22 14:28:46 1993 Ian Lance Taylor (ian@cygnus.com)
14899
14900 * lib/c-torture.exp: Don't look for main; instead always use -w
14901 -c. This is how the c-torture tests work. Remove the object
14902 file if the compilation succeeds.
14903 * gcc.execute/execute.exp: Remove executable if test passes.
14904 * gcc.noncompile/noncompile.exp: Every test is an expected
14905 failure.
14906 * gcc.special/special.exp: Added tests from c-torture 1.11,
14907 corrected use of existing test.
14908 * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
14909 gcc.execute/920625-1.c: Updated to c-torture 1.11.
14910 * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
14911 gcc.compile/921109-2.c, gcc.compile/921109-3.c,
14912 gcc.compile/921111-1.c, gcc.compile/921116-2.c,
14913 gcc.compile/921118-1.c, gcc.compile/921126-1.c,
14914 gcc.compile/921202-1.c, gcc.compile/921202-2.c,
14915 gcc.compile/921203-1.c, gcc.compile/921203-2.c,
14916 gcc.compile/921206-1.c, gcc.execute/921029-1.c,
14917 gcc.execute/921104-1.c, gcc.execute/921110-1.c,
14918 gcc.execute/921112-1.c, gcc.execute/921113-1.c,
14919 gcc.execute/921117-1.c, gcc.execute/921123-1.c,
14920 gcc.execute/921123-2.c, gcc.execute/921124-1.c,
14921 gcc.execute/921202-1.c, gcc.execute/921202-2.c,
14922 gcc.execute/921204-1.c, gcc.execute/921207-1.c,
14923 gcc.execute/921208-1.c, gcc.execute/921208-2.c,
14924 gcc.execute/921215-1.c, gcc.execute/921218-1.c,
14925 gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
14926 gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
14927 c-torture 1.11.
14928 * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
14929 correspond to c-torture 1.11.
14930
14931 * New file.