]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/ChangeLog
* g++.dg/simd-2.C: Set -maltivec for ppc64.
[gcc.git] / gcc / testsuite / ChangeLog
1 2004-02-11 Paolo Bonzini <bonzini@gnu.org>
2
3 * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
4
5 2004-02-11 Hartmut Penner <hpenner@de.ibm.com>
6
7 * g++.dg/simd-2.C: Set -maltivec for ppc64.
8
9 2004-02-11 Hartmut Penner <hpenner@de.ibm.com>
10
11 * gcc.dg/ppc64-abi-3.c: New test.
12
13 2004-02-10 Paolo Bonzini <bonzini@gnu.org>
14
15 PR c/14092
16
17 * gcc.dg/pr14092-1.c: New testcase.
18
19 2004-02-10 Alan Modra <amodra@bigpond.net.au>
20
21 * gcc.dg/cpp/assert4.c: Fix typo last change.
22
23 * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
24 * gcc.dg/cpp/assert4.c: Handle powerpc64.
25
26 * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
27
28 2004-02-09 Roger Sayle <roger@eyesopen.com>
29
30 * gcc.c-torture/compile/20040209-1.c: New test case.
31
32 2004-02-08 Joseph S. Myers <jsm@polyomino.org.uk>
33
34 * gcc.dg/c90-init-1.c: Adjust expected error messages.
35
36 2004-02-08 Richard Sandiford <rsandifo@redhat.com>
37
38 * gcc.c-torture/execute/20040208-[12].c: New tests.
39
40 2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
41
42 * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
43
44 2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
45
46 * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
47
48 2004-02-07 Zack Weinberg <zack@codesourcery.com>
49
50 Bug 13856
51 * gcc.dg/visibility-8.c: New testcase.
52
53 2004-02-07 Zack Weinberg <zack@codesourcery.com>
54
55 * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
56 arguments.
57 * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
58
59 2004-02-07 Roger Sayle <roger@eyesopen.com>
60
61 PR middle-end/13696
62 * g++.dg/opt/fold1.C: New test case.
63
64 2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
65
66 PR c++/14033
67 * g++.dg/other/crash-2.C: New test.
68
69 2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
70
71 PR c++/14028
72 * g++.dg/parse/angle-bracket2.C: New test.
73
74 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
75
76 PR middle-end/13750
77 Revert:
78 2004-01-15 Geoffrey Keating <geoffk@apple.com>
79 PR pch/13361
80 * testsuite/g++.dg/pch/wchar-1.C: New.
81 * testsuite/g++.dg/pch/wchar-1.Hs: New.
82
83 2004-02-05 Giovanni Bajo <giovannibajo@gcc.gnu.org>
84
85 PR c++/14008
86 * g++.dg/parse/error15.C: New test.
87 * g++.dg/parse/crash11.C: Update dg-error mark.
88
89 2004-02-04 Mark Mitchell <mark@codesourcery.com>
90
91 PR c++/13932
92 * g++.dg/warn/conv2.C: New test.
93
94 2004-02-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
95
96 PR c++/13086
97 * g++.dg/warn/incomplete1.C: Remove xfail.
98
99 2004-02-04 Mark Mitchell <mark@codesourcery.com>
100
101 * lib/file-format.exp (gcc_target_object_format): Use
102 ${tool}_target_compile, not gcc_target_compile.
103 * lib/target-supports.exp (check_alias_available): Likewise.
104 (check_gc_sections_available): Likewise.
105 * g++.dg/ext/attrib10.C: Use dg-require-alias.
106 * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
107 dg-require-alias.
108
109 2004-02-04 Mark Mitchell <mark@codesourcery.com>
110
111 PR c++/13969
112 * g++.dg/template/static6.C: New test.
113
114 2004-02-04 Ian Lance Taylor <ian@wasabisystems.com>
115
116 * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
117
118 2004-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
119
120 * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
121 tests for systems where `char' is unsigned by default.
122
123 2003-02-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
124
125 PR c++/13997
126 * g++.dg/template/partial3.C: New test.
127
128 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
129
130 * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
131 gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
132 Remove mentions of obsolete ports.
133
134 2004-02-04 Paolo Bonzini <bonzini@gnu.org>
135
136 * gcc.dg/noncompile/20001228-1.c: Fix for new
137 error message.
138
139 2004-02-03 Roger Sayle <roger@eyesopen.com>
140
141 PR target/9348
142 * gcc.c-torture/execute/multdi-1.c: New test case.
143
144 2004-02-03 Mark Mitchell <mark@codesourcery.com>
145
146 PR c++/13925
147 * g++.dg/template/lookup5.C: New test.
148
149 2004-02-03 Mark Mitchell <mark@codesourcery.com>
150
151 PR c++/13950
152 * g++.dg/template/lookup4.C: New test.
153
154 PR c++/13970
155 * g++.dg/parse/error14.C: New test.
156
157 PR c++/14002
158 * g++.dg/parse/template13.C: New test.
159
160 2004-02-03 Mark Mitchell <mark@codesourcery.com>
161
162 PR c++/13978
163 * g++.dg/template/koenig4.C: New test.
164
165 PR c++/13968
166 * g++.dg/template/crash17.C: New test.
167
168 PR c++/13975
169 * g++.dg/parse/error13.C: New test.
170 * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
171
172 2004-02-03 Eric Botcazou <ebotcazou@libertysurf.fr>
173
174 * gcc.dg/20020503-1.c: Remove -mflat dg-options.
175
176 2004-02-03 Paolo Bonzini <bonzini@gnu.org>
177
178 PR c/11658
179 PR c/13994
180 * gcc.dg/noncompile/20040203-1.c: New test.
181 * gcc.dg/noncompile/20040203-2.c: Likewise.
182 * gcc.dg/noncompile/20040203-3.c: Likewise.
183 * gcc.dg/20040203-1.c: Likewise.
184
185 2004-02-02 Andrew Pinski <pinskia@physics.uc.edu>
186
187 PR c++/10858
188 * g++.dg/template/sizeof7.C: New test.
189
190 2004-02-02 Eric Christopher <echristo@redhat.com>
191 Zack Weinberg <zack@codesourcery.com>
192
193 * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
194
195 2004-02-02 Zack Weinberg <zack@codesourcery.com>
196
197 * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
198 * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
199 * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
200 * gcc.dg/cleanup-5.c: Run only on Linux targets.
201
202 2004-02-02 Mark Mitchell <mark@codesourcery.com>
203
204 PR c++/13113
205 * g++.old-deja/g++.mike/net36.C: Adjust error messages.
206
207 PR c++/13854
208 * g++.dg/ext/attrib13.C: New test.
209
210 PR c++/13907
211 * g++.dg/conversion/op2.C: New test.
212
213 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
214
215 * gcc.dg/titype-1.c: Fix pasto.
216
217 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
218
219 * gcc.dg/titype-1.c: New test.
220
221 2004-02-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
222
223 PR c++/13957
224 * g++.dg/template/non-type-template-argument-1.C,
225 g++.dg/template/qualified-id1.C: Update dg-error marks.
226 * g++.dg/template/nontype6.C: New test.
227
228 2004-02-01 Roger Sayle <roger@eyesopen.com>
229
230 * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
231 * gcc.dg/builtins-31.c: New testcase.
232 * gcc.dg/builtins-32.c: New testcase.
233
234 2004-01-30 Andrew Pinski <pinskia@physics.uc.edu>
235
236 * objc.dg/call-super-2.m: Update line numbers
237 for the including of stddef.h.
238
239 2004-01-30 Michael Matz <matz@suse.de>
240
241 * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
242 g++.dg/ext/case-range3.C: New tests.
243
244 2004-01-30 Giovanni Bajo <giovannibajo@gcc.gnu.org>
245
246 DR206
247 PR c++/13813
248 * g++.dg/template/member4.C: New test.
249
250 2004-01-30 Giovanni Bajo <giovannibajo@gcc.gnu.org>
251
252 PR c++/13683
253 * g++.dg/template/sizeof6.C: New test.
254
255 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
256
257 * gcc.dg/fwritable-strings-1.c: New test.
258
259 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
260
261 * gcc.c-torture/compile/20040130-1.c: New test.
262
263 2004-01-29 Geoffrey Keating <geoffk@geoffk.org>
264
265 * objc.dg/call-super-2.m: Include stddef.h for size_t.
266
267 2004-01-29 Mark Mitchell <mark@codesourcery.com>
268
269 PR c++/13883
270 * g++.dg/template/ctor3.C: New test.
271
272 2004-01-29 Giovanni Bajo <giovannibajo@gcc.gnu.org>
273
274 * g++.dg/tc1: New directory.
275 * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
276 g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
277 g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
278 g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
279 g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
280
281 2004-01-28 Giovanni Bajo <giovannibajo@gcc.gnu.org>
282
283 * g++.dg/parse/error11.C: New test.
284 * g++.dg/parse/error12.C: Likewise.
285
286 2004-01-28 Ziemowit Laski <zlaski@apple.com>
287
288 * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
289 (scan_initial, main): Use aligned_sizeof instead of sizeof.
290
291 2004-01-28 Mark Mitchell <mark@codesourcery.com>
292
293 PR c++/13791
294 * g++.dg/ext/attrib12.C: New test.
295
296 PR c++/13736
297 * g++.dg/parse/cast2.C: New test.
298
299 2004-01-27 James E Wilson <wilson@specifixinc.com>
300
301 * objc.dg/encode-2.m (main): New local string. Set depending on
302 sizeof long. Use in sscanf call.
303 * objc.dg/encode-3.m (main): New local string. Set depending on
304 sizeof long. Use in scan_initial call.
305
306 2004-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
307
308 * objc.dg/call-super-2.m: Make LP64-safe.
309 * objc.dg/desig-init-1.m: Likewise.
310
311 2004-01-27 Devang Patel <dpatel@apple.com>
312
313 * g++.dg/debug/namespace1.C: New test.
314
315 2004-01-27 Ian Lance Taylor <ian@wasabisystems.com>
316
317 * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
318 xscale-*-*.
319
320 * gcc.dg/arm-mmx-1.c: New test.
321
322 2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
323
324 * gcc.dg/20040127-1.c: New test.
325 * gcc.dg/20040127-2.c: New test.
326
327 2004-01-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
328
329 * objc.dg/stret-1.m (glob): Renamed to globa.
330
331 2004-01-26 Mark Mitchell <mark@codesourcery.com>
332
333 PR c++/13663
334 * g++.dg/expr/for1.C: New test.
335
336 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
337
338 PR middle-end/13779
339 * gcc.dg/darwin-longlong.c: New test.
340
341 2004-01-26 Ian Lance Taylor <ian@wasabisystems.com>
342
343 * gcc.dg/20040124-1.c: Moved test from here...
344 * gcc.c-torture/compile/20040124-1.c: ...to here.
345
346 2004-01-26 Eric Botcazou <ebotcazou@libertysurf.fr>
347
348 * gcc.dg/sparc-ret.c: Run only in 32-bit mode. Don't scan
349 the assembly output if -m64 is passed.
350
351 2004-01-25 Mark Mitchell <mark@codesourcery.com>
352
353 PR c++/13833
354 * g++.dg/template/cond3.C: New test.
355
356 2004-01-25 Giovanni Bajo <giovannibajo@gcc.gnu.org>
357
358 PR c++/13810
359 * g++.dg/template/ttp7.C: New test.
360
361 2004-01-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
362
363 PR c++/13797
364 * g++.dg/template/nontype4.C: New test.
365 * g++.dg/template/nontype5.C: Likewise.
366
367 2004-01-25 Richard Sandiford <rsandifo@redhat.com>
368
369 * gcc.dg/torture/mips-clobber-at.c: New test.
370
371 2004-01-24 Ian Lance Taylor <ian@wasabisystems.com>
372
373 * gcc.dg/20040124-1.c: New test.
374
375 2004-01-24 Jakub Jelinek <jakub@redhat.com>
376
377 * gcc.dg/20040123-1.c: New test.
378
379 2004-01-23 Zack Weinberg <zack@codesourcery.com>
380
381 * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
382
383 2004-01-24 Joseph S. Myers <jsm@polyomino.org.uk>
384
385 * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
386
387 2004-01-23 Andrew Pinski <apinski@apple.com>
388
389 * gcc.dg/20030121-1.c: Move to ..
390 * gcc.dg/20040121-1.c: here.
391
392 2004-01-23 Roger Sayle <roger@eyesopen.com>
393
394 * gcc.dg/builtins-29.c: New test case.
395
396 2004-01-23 Zack Weinberg <zack@codesourcery.com>
397
398 PR 18314
399 * gcc.dg/builtins-30.c: New testcase.
400
401 2004-01-23 Andreas Tobler <a.tobler@schweiz.ch>
402
403 * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
404 * lib/g77.exp: Likewise.
405 * lib/objc.exp: Likewise.
406 * lib/g++.exp: Likewise.
407
408 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
409
410 * gcc.dg/struct-by-value-2.c: New test.
411
412 2004-01-21 Andrew Pinski <apinski@apple.com>
413
414 PR target/13785
415 * gcc.dg/20030121-1.c: New test.
416
417 2004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
418
419 * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option. Do not
420 clobber frame pointer register in asm statement.
421
422 2004-01-21 Falk Hueffner <falk@debian.org>
423
424 * gcc.c-torture/compile/20040121-1.c: New test.
425
426 2004-01-21 Zack Weinberg <zack@codesourcery.com>
427
428 * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
429
430 2004-01-20 Hartmut Penner <hpenner@de.ibm.com>
431
432 * gcc.dg/ppc64-abi-2.c: New test.
433
434 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
435
436 * lib/treelang.exp: Fill out this file.
437 * lib/treelang-dg.exp: New File.
438
439 2004-01-20 Joseph S. Myers <jsm@polyomino.org.uk>
440
441 * gcc.c-torture/compile/981022-1.c: Remove.
442 * gcc.dg/array-5.c: Remove XFAIL.
443 * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
444 * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
445 gcc.dg/cond-lvalue-1.c: Update.
446 * gcc.dg/cast-lvalue-2.c: New test.
447
448 2004-01-19 Mark Mitchell <mark@codesourcery.com>
449
450 PR c++/13592
451 * g++.dg/other/error1.C (class foo): Tweak error message.
452
453 PR c++/13592
454 * g++.dg/template/call2.C: New test.
455
456 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
457
458 * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
459 scalar-by-value-3_x.c, scalar-by-value-3_y.c,
460 scalar-by-value-4_x.c, scalar-by-value-4_y.c,
461 scalar-return-1_x.c, scalar-return-2_y.c,
462 scalar-return-3_x.c, scalar-return-3_y.c,
463 scalar-return-4_x.c, scalar-return-4_y.c,
464 struct-align-1.h, struct-align-1_x.c,
465 struct-align-1_y.c, struct-align-2.h,
466 struct-align-2_x.c, struct-align-2_y.c,
467 struct-by-value-10_y.c, struct-by-value-11_x.c,
468 struct-by-value-11_y.c, struct-by-value-12_x.c,
469 struct-by-value-12_y.c, struct-by-value-13_x.c,
470 struct-by-value-13_y.c, struct-by-value-14_x.c,
471 struct-by-value-14_y.c, struct-by-value-15_x.c,
472 struct-by-value-15_y.c, struct-by-value-16_y.c,
473 struct-by-value-17_y.c, struct-by-value-18_y.c,
474 struct-by-value-19_y.c, struct-by-value-1_x.c,
475 struct-by-value-1_y.c, struct-by-value-20_y.c,
476 struct-by-value-2_x.c, struct-by-value-2_y.c,
477 struct-by-value-3_y.c, struct-by-value-4_x.c,
478 struct-by-value-4_y.c, struct-by-value-5_y.c,
479 struct-by-value-6_y.c, struct-by-value-7_y.c
480 struct-by-value-8_x.c, struct-by-value-8_y.c
481 struct-by-value-9_x.c, struct-by-value-9_y.c
482 struct-return-10_x.c, struct-return-10_y.c,
483 struct-return-19_x.c, struct-return-20_x.c
484 struct-return-2_x.c, struct-return-2_y.c
485 struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
486 SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY. Turns SKIPVA into SKIP_VA.
487
488 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
489
490 * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
491 attribute on sparc*-sun-solaris2.*.
492
493 2004-01-18 Mark Mitchell <mark@codesourcery.com>
494
495 PR c++/13710
496 * g++.dg/ext/typeof7.C: New test.
497
498 2004-01-18 David Edelsohn <edelsohn@gnu.org>
499
500 * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
501 * gcc.dg/const-elim-1.c: Same.
502
503 2004-01-17 Ziemowit Laski <zlaski@apple.com>
504
505 * objc.dg/stret-1.m: New.
506 * objc.dg/stret-2.m: New.
507
508 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
509
510 PR c++/11895
511 * g++.dg/ext/vector1.C: New test.
512
513 2004-01-16 Geoffrey Keating <geoffk@apple.com>
514
515 * gcc.dg/pch/import-1.c: New.
516 * gcc.dg/pch/import-1.hs: New.
517 * gcc.dg/pch/import-1a.h: New.
518 * gcc.dg/pch/import-1b.h: New.
519 * gcc.dg/pch/import-1c.h: New.
520
521 2004-01-16 Mark Mitchell <mark@codesourcery.com>
522
523 PR c++/13574
524 * g++.dg/ext/array1.C: New test.
525
526 PR c++/13178
527 * g++.dg/conversion/op1.C: New test.
528
529 2004-01-16 J"orn Rennecke <joern.rennecke@superh.com>
530
531 PR 11864
532 From Kazumoto Kojima / Dan Kegel:
533 * gcc.dg/pr11864-1.c: New test.
534
535 PR 10392
536 From Marcus Comstedt / Dan Kegel:
537 * gcc.dg/pr10392-1.c: New test.
538
539 2004-01-16 Mark Mitchell <mark@codesourcery.com>
540
541 PR c++/13478
542 * g++.dg/init/ref10.C: New test.
543
544 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
545
546 PR c++/13407
547 * g++.dg/parse/typename6.C: New test.
548
549 2004-01-15 Geoffrey Keating <geoffk@apple.com>
550
551 PR pch/13361
552 * testsuite/g++.dg/pch/wchar-1.C: New.
553 * testsuite/g++.dg/pch/wchar-1.Hs: New.
554
555 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
556
557 PR c++/9259
558 * g++.dg/expr/sizeof2.C: New test.
559
560 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
561
562 * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
563
564 2004-01-15 Alexandre Oliva <aoliva@redhat.com>
565
566 PR c++/13659
567 * g++.dg/lookup/strong-using-3.C: New.
568 * g++.dg/lookup/using-10.C: New.
569
570 2004-01-15 Alexandre Oliva <aoliva@redhat.com>
571
572 PR c++/13594
573 * g++.dg/lookup/strong-using-2.C: New.
574
575 2004-01-15 Marcus Comstedt <marcus@mc.pp.se>
576 Dan Kegel <dank@kegel.com>
577 J"orn Rennecke <joern.rennecke@superh.com>
578
579 PR target/9365
580 * gcc.dg/pr9365-1.c: New test.
581
582 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
583
584 PR c++/8856
585 * g++.dg/parse/casting-operator2.C: New test.
586 * g++.old-deja/g++.pt/explicit83.C: Remove.
587
588 2004-01-14 Joseph S. Myers <jsm@polyomino.org.uk>
589
590 * gcc.dg/label-compound-stmt-1.c: New test.
591 * gcc.c-torture/compile/950922-1.c,
592 gcc.c-torture/compile/20000211-3.c,
593 gcc.c-torture/compile/20000518-1.c,
594 gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
595 compound statements.
596
597 2004-01-14 Hartmut Penner <hpenner@de.ibm.com>
598
599 * gcc.dg/ppc64-abi-1.c: New test.
600
601 2004-01-14 Danny Smith <dannysmith@users.sourceforge.net>
602
603 * g++.dg/ext/attrib9.C: Add dg-warnings.
604
605 2004-01-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
606
607 PR c++/12335
608 * g++.dg/parse/dtor3.C: New test.
609
610 2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
611
612 PR c++/12709
613 * g++.dg/parse/try-catch-1.C: New test.
614
615 2004-01-13 Arnaud Charlet <charlet@act-europe.fr>
616
617 * ada/acats/run_all.sh: Add more verbose output in acats.log
618 when compiling tests.
619
620 2004-01-12 Zack Weinberg <zack@codesourcery.com>
621
622 PR 13656
623 * gcc.dg/typedef-redecl.c: New test case.
624 * gcc.dg/typedef-redecl.h: New support file.
625
626 2004-01-13 Jan Hubicka <jh@suse.cz>
627
628 * gcc.dg/always_inline.c: New test.
629 * gcc.dg/debug/20031231-1.c: Fix.
630
631 2004-01-13 Giovanni Bajo <giovannibajo@gcc.gnu.org>
632
633 PR c++/13474
634 * g++.dg/template/array3.C: New test.
635
636 2004-01-12 Zack Weinberg <zack@codesourcery.com>
637
638 * g++.dg/ext/lvalue1.C: No longer expected to fail.
639 * g++.dg/warn/Wunused-2.C: Likewise.
640
641 2004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
642
643 PR c++/13289
644 * g++.dg/template/instantiate6.C: New test.
645
646 2004-01-12 Roger Sayle <roger@eyesopen.com>
647
648 PR middle-end/11397
649 * gcc.dg/special/wkali-2.c: Add dg-require-alias.
650
651 2004-01-12 Jan Hubicka <jh@suse.cz>
652
653 PR opt/12826
654 * gcc.dg/20040112-1.c: New.
655
656 * gcc.dg/dwarf-die[1-7].c: Move to...
657 * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
658 * gcc.dg/debug/dwarf2/dwarf2.exp: New.
659
660 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
661
662 PR c++/4100
663 * g++.dg/parse/friend4.C: New test.
664
665 2004-01-12 Scott Brumbaugh <scottb.lists@verizon.net>
666
667 PR c++/4100
668 * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
669 definition is called a friend.
670
671 2004-01-11 Zack Weinberg <zack@codesourcery.com>
672
673 * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
674
675 2004-01-11 Ian Lance Taylor <ian@wasabisystems.com>
676
677 PR c++/3478
678 * g++.dg/parse/error10.C: New test.
679 * g++.dg/template/arg2.C: Accept "invalid type" error.
680
681 2004-01-11 Jakub Jelinek <jakub@redhat.com>
682
683 PR middle-end/13392
684 * g++.dg/opt/expect2.C: New test.
685
686 2004-01-10 Zack Weinberg <zack@codesourcery.com>
687
688 * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
689 * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
690 * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
691 Update dg-error regexps.
692
693 2004-01-10 Zack Weinberg <zack@codesourcery.com>
694
695 * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
696 * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
697
698 2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
699
700 * gcc.dg/pragma-re-1.c: Use right pointer type.
701
702 2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
703
704 * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
705
706 2004-01-09 Geoffrey Keating <geoffk@apple.com>
707
708 * gcc.dg/rs6000-ldouble-1.c: New.
709
710 2004-01-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
711
712 DR 337
713 PR c++/9256
714 * g++.dg/other/abstract1.C: New test.
715
716 2004-01-09 Alexandre Oliva <aoliva@redhat.com>
717
718 * g++.dg/lookup/strong-using-1.C: New.
719
720 2004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
721
722 PR c/11234
723 * gcc.dg/func-ptr-conv-1.c: New test.
724 * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
725
726 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
727
728 PR target/13380.
729 * gcc.c-torture/compile/20040109-1.c: New.
730
731 2004-01-08 Stuart Hastings <stuart@apple.com>
732
733 * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
734 testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
735 * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
736
737 2004-01-09 Alan Modra <amodra@bigpond.net.au>
738
739 * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
740
741 2004-01-08 Eric Botcazou <ebotcazou@libertysurf.fr>
742
743 * ada/acats/run_acats: Treat 'gnatchop' the same way
744 as 'gnatmake'. Export GCC_DRIVER.
745 * ada/acats/run_all.sh: Add target_gnatchop. Use
746 'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
747
748 2004-01-08 Giovanni Bajo <giovannibajo@gcc.gnu.org>
749
750 PR c++/12573
751 * g++.dg/template/dependent-expr4.C: New test.
752
753 2004-01-08 Hartmut Penner <hpenner@de.ibm.com>
754
755 * gcc.dg/altivec-11.c: New test.
756
757 2004-01-07 Mark Mitchell <mark@codesourcery.com>
758
759 * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
760
761 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
762
763 PR c/6024
764 * gcc.dg/enum-compat-1.c: New test.
765 * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
766
767 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
768
769 PR c/12165
770 * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
771 gcc.dg/c99-idem-qual-3.c: New tests.
772
773 2004-01-07 Alan Modra <amodra@bigpond.net.au>
774
775 * gcc.dg/winline-7.c: Don't cast void * to int.
776
777 2004-01-06 Jan Hubicka <jh@suse.cz>
778
779 * gcc.dg/i386-sse-5.c: New test
780 * g++.dg/eh/simd-1.c: Add -w argument for i386.
781
782 2004-01-05 Mark Mitchell <mark@codesourcery.com>
783
784 PR c++/12815
785 * g++.dg/rtti/typeid4.C: New test.
786
787 2004-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
788
789 * gcc.dg/compat/sdata-section.h: Declare 'abort'.
790
791 2004-01-05 Mark Mitchell <mark@codesourcery.com>
792
793 PR c++/12132
794 * g++.dg/template/error11.C: New test.
795
796 PR c++/13451
797 * g++.dg/template/class2.C: New test.
798
799 2004-01-05 Nathan Sidwell <nathan@codesourcery.com>
800 Richard Sandiford <rsandifo@redhat.com>
801
802 PR c++/13387
803 * g++.dg/opt/alias3.C: New test.
804
805 2004-01-04 Mark Mitchell <mark@codesourcery.com>
806
807 PR c++/13157
808 * g++.dg/template/koenig3.C: New test.
809
810 PR c++/13529
811 * g++.dg/parse/offsetof3.C: New test.
812
813 * g++.dg/init/copy7.C: Add missing dg-error markers.
814
815 PR c++/12226
816 * g++.dg/init/copy7.c: New test.
817
818 PR c++/13536
819 * g++.dg/parse/cast1.C: New test.
820
821 2004-01-04 Jan Hubicka <jh@suse.cz>
822
823 * gcc.dg/winline[1-7].c: New tests.
824
825 2004-01-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
826
827 PR c++/13520
828 * g++.dg/template/qualttp22.C: New test.
829
830 2004-01-01 Jan Hubicka <jh@suse.cz>
831
832 * gcc.dg/debug/20031231-1.c: New.
833 * gcc.c-torture/compile/20040101-1.c: New.
834 * gcc.dg/dwarf-die-[1-7].c: New.
835
836 2004-01-01 Jakub Jelinek <jakub@redhat.com>
837
838 PR optimization/13521
839 * gcc.c-torture/compile/20031231-1.c: New test.
840
841 2003-12-30 Kazu Hirata <kazu@cs.umass.edu>
842
843 * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
844
845 2003-12-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
846
847 PR c++/10079
848 * g++.dg/template/crash16.C: New test.
849
850 2003-12-30 Mark Mitchell <mark@codesourcery.com>
851
852 * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
853
854 2003-12-30 Kazu Hirata <kazu@cs.umass.edu>
855
856 * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
857 ports.
858 * g++.old-deja/g++.jason/thunk3.C: Likewise.
859 * g++.old-deja/g++.law/profile1.C: Likewise.
860 * gcc.c-torture/compile/981006-1.c: Likewise.
861 * gcc.c-torture/execute/loop-2e.x: Likewise.
862 * gcc.c-torture/execute/loop-2f.x: Remove.
863 * gcc.c-torture/execute/loop-2g.x: Likewise.
864 * gcc.c-torture/execute/strct-varg-1.x: Likewise.
865 * gcc.dg/20020312-2.c: Remove traces of dead ports.
866
867 2003-12-30 Nathan Sidwell <nathan@codesourcery.com>
868
869 PR c++/13507
870 * g++.dg/ext/attrib11.C: New test.
871
872 PR c++/13494
873 * g++.dg/template/array2-1.C: New test.
874 * g++.dg/template/array2-2.C: New test.
875
876 2003-12-29 Mark Mitchell <mark@codesourcery.com>
877
878 * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
879
880 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
881
882 PR c++/12774
883 * g++.dg/template/array1-1.C: New test.
884 * g++.dg/template/array1-2.C: New test.
885
886 2003-12-29 Roger Sayle <roger@eyesopen.com>
887
888 PR fortran/12632
889 * g77.dg/12632.f: New test case.
890
891 2003-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
892
893 PR c++/13289
894 * g++.dg/parse/nontype1.C: New test.
895
896 2003-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
897
898 PR c++/12403
899 * g++.dg/parse/explicit1.C: New test.
900 * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
901
902 2003-12-28 Mark Mitchell <mark@codesourcery.com>
903
904 PR c++/13081
905 * g++.dg/opt/inline6.C: New test.
906
907 PR c++/12613
908 * g++.dg/parse/error9.C: New test.
909
910 * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
911
912 2003-12-28 Mark Mitchell <mark@codesourcery.com>
913
914 PR c++/13009
915 * g++.dg/init/assign1.C: New test.
916
917 2003-12-28 Roger Sayle <roger@eyesopen.com>
918
919 PR c++/13070
920 * g++.dg/warn/format3.C: New test case.
921
922 2003-12-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
923
924 * gcc.c-torture/compile/20031227-1.c: New test.
925
926 2003-12-23 Mark Mitchell <mark@codesourcery.com>
927
928 * g++.dg/bprob/bprob.exp: Load target-supports.exp
929 * g77.dg/bprob/bprob.exp: Likewise.
930 * gcc.misc-tests/bprob.exp: Likewise.
931 * gcc.dg/builtins-18.c: Use builtins-config.h. Do not test float
932 variants on systems where the library does not provide that
933 functionality.
934 * gcc.dg/builtins-20.c: Use builtins-config.h.
935 * gcc.dg/builtins-config.h: New file.
936
937 2003-12-23 Mark Mitchell <mark@codesourcery.com>
938
939 * lib/gcc-dg.exp (dg-require-profiling): New function.
940 * lib/target-supports.exp (check_profiling_available): Likewise.
941 * g++.dg/bprob/bprob.exp: Use check_profiling_available.
942 * g77.dg/bprob/bprob.exp: Likewise.
943 * gcc.misc-tests/bprob.exp: Likewise.
944 * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
945 * gcc.dg/20021014-1.c: Likewise.
946 * gcc.dg/nest.c: Likewise.
947
948 2003-12-23 Mark Mitchell <mark@codesourcery.com>
949
950 * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
951 compiling.
952 * g++.dg/lookup/java2.C: Likewise.
953 * gcc.dg/cpp/lexident.c: Likewise.
954
955 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
956
957 * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
958 given.
959 * gcc.c-torture/compile/961203-1.c: Likewise.
960 * gcc.c-torture/compile/980506-1.c: Likewise.
961
962 2003-12-23 Zack Weinberg <zack@codesourcery.com>
963
964 * lib/gcc-dg.exp (dg-prune-output): New annotation.
965 (additional_prunes): New global.
966 (gcc-dg-prune): Handle additional per-test pruning.
967 (dg-test): Clear additional_prunes between tests.
968
969 * gcc.c-torture/compile/920625-1.c: Remove xfail. Use
970 dg-prune-output to avoid spurious failures from assembler
971 complaining about nonexistent WAW violations.
972 * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
973 Use dg-prune-output to avoid spurious failures from assembler
974 warning about Itanium B-step errata.
975
976 2003-12-23 Mark Mitchell <mark@codesourcery.com>
977
978 * g++.dg/abi/macro0.C: New test.
979 * g++.dg/abi/macro1.C: Likewise.
980 * g++.dg/abi/macro2.C: Likewise.
981
982 * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
983 * g++.dg/abi/bitfield7.C: Likewise.
984 * g++.dg/abi/dtor2.C: Likewise.
985 * g++.dg/abi/mangle11.C: Likewise.
986 * g++.dg/abi/mangle12.C: Likewise.
987 * g++.dg/abi/mangle14.C: Likewise.
988 * g++.dg/abi/mangle17.C: Likewise.
989 * g++.dg/abi/vbase10.C: Likewise.
990 * g++.dg/abi/vbase14.C: Likewise.
991 * g++.dg/template/qualttp17.C: Likewise.
992
993 2003-12-21 Andrew Pinski <pinskia@physics.uc.edu>
994
995 PR c/11995
996 * gcc.dg/20031223-1.c: New test.
997
998 2003-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
999
1000 * gcc.dg/noreturn-7.c: New test.
1001
1002 2003-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
1003
1004 * gcc.dg/null-pointer-1.c: New test.
1005
1006 2003-12-22 Mark Mitchell <mark@codesourcery.com>
1007
1008 * g++.old-deja/g++.jason/template18.C: Remove.
1009 * g++.old-deja/g++.jason/template37.C: Likewise.
1010
1011 PR c++/12862
1012 * g++.dg/lookup/ns1.C: New test.
1013
1014 PR c++/12397
1015 * g++.dg/template/lookup3.C: New test.
1016
1017 2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
1018
1019 * g++.dg/template/recurse1.C: New test
1020
1021 2003-12-22 Mark Mitchell <mark@codesourcery.com>
1022
1023 PR c++/12479
1024 * g++.dg/parse/semicolon1.C: New test.
1025 * g++.dg/parse/semicolon1.h: Likewise.
1026
1027 2003-12-22 Fariborz Jahanian <fjahanian@apple.com>
1028
1029 * gcc.dg/darwin-misaligned.c: New test.
1030
1031 2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
1032
1033 PR c/9163
1034 * gcc.dg/20031222-1.c: New test.
1035
1036 2003-12-21 Mark Mitchell <mark@codesourcery.com>
1037
1038 PR c++/13438
1039 * g++.dg/parse/error8.C: New test.
1040
1041 PR c++/11554
1042 * testsuite/g++.dg/warn/ctor-init-1.C: New test.
1043
1044 2003-12-21 Kazu Hirata <kazu@cs.umass.edu>
1045
1046 * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
1047 too small.
1048 * gcc.c-torture/compile/930217-1.c: Likewise.
1049 * gcc.c-torture/compile/930513-1.c: Likewise.
1050 * gcc.c-torture/execute/920908-2.c: Likewise.
1051 * gcc.c-torture/execute/921204-1.c: Likewise.
1052 * gcc.c-torture/execute/930621-1.c: Likewise.
1053 * gcc.c-torture/execute/930630-1.c: Likewise.
1054 * gcc.c-torture/execute/931031-1.c: Likewise.
1055 * gcc.c-torture/execute/980602-2.c: Likewise.
1056 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1057 * gcc.c-torture/execute/compndlit-1.c: Likewise.
1058 * gcc.c-torture/execute/extzvsi.c: Likewise.
1059 * gcc.c-torture/unsorted/ext.c: Likewise.
1060
1061 2003-12-20 Andrew Pinski <pinskia@gcc.gnu.org>
1062
1063 PR target/12749
1064 * gcc.c-torture/compile/20031220-2.c: New test case.
1065
1066 2003-12-20 Roger Sayle <roger@eyesopen.com>
1067
1068 PR optimization/13031
1069 * gcc.c-torture/compile/20031220-1.c: New test case.
1070
1071 2003-12-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1072
1073 * gcc.dg/cast-function-1.c: New test.
1074
1075 2003-12-19 Joseph S. Myers <jsm@polyomino.org.uk>
1076
1077 * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
1078 formats.
1079
1080 2003-12-19 Mark Mitchell <mark@codesourcery.com>
1081
1082 PR c++/12795
1083 * g++.dg/ext/attrib10.C: New test.
1084
1085 2003-12-19 Jakub Jelinek <jakub@redhat.com>
1086
1087 * gcc.dg/cleanup-10.c: New test.
1088 * gcc.dg/cleanup-11.c: New test.
1089
1090 2003-12-19 Jakub Jelinek <jakub@redhat.com>
1091
1092 PR c++/13239
1093 * g++.dg/opt/expect1.C: New test.
1094
1095 2003-12-19 Hartmut Penner <hpenner@de.ibm.com>
1096
1097 * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
1098
1099 2003-12-18 Andrew Pinski <pinskia@physics.uc.edu>
1100
1101 PR debug/12923
1102 * gcc.dg/20031218-1.c: New test.
1103
1104 PR debug/12389
1105 * gcc.dg/20031218-2.c: New test.
1106 * gcc.dg/20031218-3.c: New test.
1107
1108 * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
1109 of label name and allow for USER_LABEL_PREFIX == "_" names.
1110 * g++.dg/abi/mangle18-2.C: Likewise.
1111 * g++.dg/abi/mangle19-1.C: Likewise.
1112 * g++.dg/abi/mangle19-2.C: Likewise.
1113 * g++.dg/abi/mangle20-1.C: Likewise.
1114 * g++.dg/abi/mangle20-2.C: Likewise.
1115
1116 2003-12-18 Richard Henderson <rth@redhat.com>
1117
1118 * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
1119
1120 2003-12-18 Steven Bosscher <steven@gcc.gnu.org>
1121 Dan Kegel <dank@kegel.com>
1122
1123 PR other/12009
1124 * g++.dg/compat/compat.exp: Do not set LD_LIBRARY_PATH when
1125 testing a cross compiler, it causes spurious compile failures.
1126 * lib/g++.exp: Likewise.
1127
1128 2003-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1129
1130 PR c++/13262
1131 * g++.dg/template/access13.C: New test.
1132
1133 2003-12-18 Ulrich Weigand <uweigand@de.ibm.com>
1134
1135 * gcc.dg/20031216-1.c: New test.
1136
1137 2003-12-18 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1138
1139 PR c++/9154
1140 * g++.dg/template/error10.C: New test.
1141
1142 2003-12-18 Eric Botcazou <ebotcazou@libertysurf.fr>
1143
1144 * g++.dg/eh/simd-1.C: XFAIL on SPARC.
1145 * g++.dg/eh/simd-2.C: Likewise.
1146
1147 2003-12-17 James E Wilson <wilson@specifixinc.com>
1148 Roger Sayle <roger@eyesopen.com>
1149
1150 * gcc.c-torture/execute/ieee/mzero5.c: New.
1151
1152 2003-12-17 Mark Mitchell <mark@codesourcery.com>
1153
1154 PR c++/10603
1155 * g++.dg/parse/error6.C: New test.
1156
1157 PR c++/12827
1158 * g++.dg/parse/error7.C: New test.
1159
1160 2003-12-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1161
1162 * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
1163 at -O with stabs debugging formats.
1164 * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
1165 * gcc.dg/debug/debug-2.c: Likewise.
1166
1167 2003-12-16 Mark Mitchell <mark@codesourcery.com>
1168
1169 PR c++/12696
1170 * g++.dg/init/error1.C: New test.
1171
1172 PR c++/12218
1173 * g++.dg/init/pm3.C: New test.
1174
1175 2003-12-17 Joseph S. Myers <jsm@polyomino.org.uk>
1176
1177 PR c/3347
1178 * gcc.dg/bitfld-8.c: New test.
1179
1180 2003-12-16 James Lemke <jim@wasabisystems.com>
1181
1182 * gcc.dg/arm-scd42-[123].c: New tests.
1183
1184 2003-12-16 Nathan Sidwell <nathan@codesourcery.com>
1185
1186 PR c++/9043
1187 * g++.dg/abi/mangle20-1.C: New test.
1188 * g++.dg/abi/mangle20-2.C: New test.
1189
1190 2003-12-16 Mark Mitchell <mark@codesourcery.com>
1191
1192 PR c++/13275
1193 * g++.dg/other/offsetof2.C: Remove XFAIL.
1194 * g++.dg/parse/offsetof1.C: New test.
1195 * g++.gd/parse/offsetof2.C: Likewise.
1196
1197 2003-12-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1198
1199 * g++.dg/template/nontype3.C: New test.
1200 * g++.dg/template/static2.C: Tweaked the dg-error clause.
1201
1202 2003-12-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1203
1204 * g++.dg/warn/noreturn-3.C: Also test instantiation.
1205
1206 2003-12-16 Nathan Sidwell <nathan@codesourcery.com>
1207
1208 PR c++/13387
1209 * g++.dg/expr/assign1.C: New test.
1210
1211 PR c++/13242
1212 * g++.dg/abi/mangle19-1.C: New test.
1213 * g++.dg/abi/mangle19-2.C: New test.
1214
1215 2003-12-16 Hartmut Penner <hpenner@de.ibm.com>
1216
1217 * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
1218
1219 2003-12-16 Eric Botcazou <ebotcazou@libertysurf.fr>
1220
1221 * gcc.c-torture/execute/20031216-1.c: New test.
1222
1223 2003-12-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1224
1225 * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
1226 an ICE regression.
1227
1228 2003-12-15 Mark Mitchell <mark@codesourcery.com>
1229
1230 PR c++/10926
1231 * g++.dg/template/error9.C: New test.
1232
1233 PR c++/11116
1234 * g++.dg/template/error8.C: New test.
1235
1236 2003-12-15 Roger Sayle <roger@eyesopen.com>
1237
1238 PR middle-end/13400
1239 * gcc.c-torture/execute/20031215-1.c: New test case.
1240
1241 2003-12-15 Mark Mitchell <mark@codesourcery.com>
1242
1243 PR c++/13269
1244 * g++.dg/parse/error5.C: New test.
1245
1246 PR c++/12989
1247 * g++.dg/expr/sizeof1.C: New test.
1248
1249 PR c++/13310
1250 * g++.dg/template/crash15.C: New test.
1251
1252 2003-12-15 Geoffrey Keating <geoffk@apple.com>
1253
1254 * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
1255 a non-POD type as the last named parameter of a varargs function.
1256
1257 2003-12-15 Mark Mitchell <mark@codesourcery.com>
1258
1259 PR c++/13243
1260 PR c++/12573
1261 * g++.dg/template/crash14.C: New test.
1262 * g++.dg/template/dependent-expr3.C: Add dg-error markers.
1263
1264 2003-12-15 Nathan Sidwell <nathan@codesourcery.com>
1265
1266 * g++.dg/other/java1.C: New test.
1267
1268 PR c++/13241
1269 * g++.dg/abi/mangle18-1.C: New test.
1270 * g++.dg/abi/mangle18-2.C: New test.
1271
1272 2003-12-15 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1273
1274 PR optimization/10312
1275 * gcc.c-torture/execute/20031214-1.c: New.
1276
1277 2003-12-14 Mark Mitchell <mark@codesourcery.com>
1278
1279 PR c++/10779
1280 PR c++/12160
1281 * g++.dg/parse/error3.C: New test.
1282 * g++.dg/parse/error4.C: Likewise.
1283 * g++.dg/abi/mangle4.C: Tweak error messages.
1284 * g++.dg/lookup/using5.C: Likewise.
1285 * g++.dg/other/error2.C: Likewise.
1286 * g++.dg/parse/typename5.C: Likewise.
1287 * g++.dg/parse/undefined1.C: Likewise.
1288 * g++.dg/template/arg2.C: Likewise.
1289 * g++.dg/template/ttp3.C: Likewise.
1290 * g++.dg/template/type1.C: Likewise.
1291 * g++.old-deja/g++.other/crash32.C: Likewise.
1292 * g++.old-djea/g++.pt/defarg8.C: Likewise.
1293
1294 2003-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1295
1296 PR c++/13106
1297 * g++.dg/warn/noreturn-3.C: New test.
1298
1299 2003-12-12 Nathan Sidwell <nathan@codesourcery.com>
1300
1301 PR c++/13118
1302 * g++.dg/abi/covariant3.C: New.
1303
1304 2003-12-12 Jakub Jelinek <jakub@redhat.com>
1305
1306 * g++.dg/eh/ia64-1.C: New test.
1307
1308 2003-12-12 Roger Sayle <roger@eyesopen.com>
1309
1310 PR optimization/13037
1311 * g77.f-torture/execute/13037.f: New test case.
1312
1313 2003-12-12 Nathan Sidwell <nathan@codesourcery.com>
1314
1315 PR c++/12881
1316 * g++.dg/abi/covariant2.C: New.
1317
1318 2003-12-12 Neil Booth <neil@daikokuya.co.uk>
1319
1320 * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
1321
1322 2003-12-11 Zack Weinberg <zack@codesourcery.com>
1323
1324 * gcc.c-torture/execute/wchar_t-1.x: Delete.
1325
1326 2003-12-10 Robert Schiele <rschiele@uni-mannheim.de>
1327
1328 PR other/10819
1329 * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
1330 to fix Bug 10819.
1331 * lib/g++.exp (g++_version): Likewise.
1332 * lib/g77.exp (g77_version): Likewise.
1333 * lib/objc.exp (default_objc_version): Likewise.
1334
1335 2003-12-10 Richard Henderson <rth@redhat.com>
1336
1337 * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
1338
1339 * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
1340
1341 2003-12-08 Matt Austern <austern@apple.com>
1342
1343 PR c/13134
1344 * lib/gcc-dg.exp (dg-require-visibility): Define.
1345 * lib/target-supports (check_visibility_available): Define.
1346 * gcc.dg/visibility-1.c: New test.
1347 * gcc.dg/visibility-2.c: Likewise.
1348 * gcc.dg/visibility-3.c: Likewise.
1349 * gcc.dg/visibility-4.c: Likewise.
1350 * gcc.dg/visibility-5.c: Likewise.
1351 * gcc.dg/visibility-6.c: Likewise.
1352 * g++.dg/ext/visibility-1.C: Likewise.
1353 * g++.dg/ext/visibility-2.C: Likewise.
1354 * g++.dg/ext/visibility-3.C: Likewise.
1355 * g++.dg/ext/visibility-4.C: Likewise.
1356 * g++.dg/ext/visibility-5.C: Likewise.
1357 * g++.dg/ext/visibility-6.C: Likewise.
1358
1359 2003-12-07 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1360
1361 * g++.dg/lookup/java1.C: New test.
1362 * g++.dg/lookup/java2.C: New test.
1363
1364 2003-12-07 Falk Hueffner <falk@debian.org>
1365
1366 * g++.dg/opt/noreturn-1.C: New test.
1367
1368 2003-12-07 Wolfgang Bangerth <bangerth@dealii.org>
1369
1370 * gcc.dg/overflow-1.c: New test.
1371
1372 2003-12-07 Eric Botcazou <ebotcazou@libertysurf.fr>
1373
1374 * g77.f-torture/compile/13060.f: New test.
1375
1376 2003-12-06 Mark Mitchell <mark@codesourcery.com>
1377
1378 PR c++/13323
1379 * g++.dg/inherit/operator2.C: New test.
1380
1381 2003-12-05 Mark Mitchell <mark@codesourcery.com>
1382
1383 PR c++/13305
1384 * g++.dg/ext/attrib9.C: New test.
1385
1386 2003-12-05 Mark Mitchell <mark@codesourcery.com>
1387
1388 PR c++/13314
1389 * g++.dg/template/error7.C: New test.
1390
1391 2003-12-05 Stuart Menefy <stuart.menefy@st.com>
1392 J"orn Rennecke <joern.rennecke@superh.com>
1393
1394 PR target/13302
1395 * g++.dg/other/struct-va_list.C: New test.
1396
1397 2003-12-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1398
1399 PR c++/13166
1400 * g++.dg/parse/defarg6.C: New test.
1401
1402 2003-12-05 Hans-Peter Nilsson <hp@axis.com>
1403
1404 PR target/13256
1405 * gcc.c-torture/execute/20031201-1.c: New test.
1406
1407 2003-12-05 Arnaud Charlet <charlet@act-europe.fr>
1408
1409 * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
1410
1411 2003-12-05 Eric Botcazou <ebotcazou@libertysurf.fr>
1412
1413 * gcc.dg/builtin-return-1.c: New test.
1414
1415 2003-12-04 Stuart Menefy <stuart.menefy@st.com>
1416 J"orn Rennecke <joern.rennecke@superh.com>
1417
1418 PR optimization/13260
1419 * gcc.c-torture/execute/20031204-1.c: New test.
1420
1421 2003-12-03 Mark Mitchell <mark@codesourcery.com>
1422
1423 PR c++/9127
1424 * g++.dg/template/error6.C: New test.
1425
1426 2003-12-03 Jakub Jelinek <jakub@redhat.com>
1427
1428 * gcc.dg/20031202-1.c: New test.
1429
1430 2003-12-03 Mark Mitchell <mark@codesourcery.com>
1431
1432 PR c++/13179
1433 * g++.dg/template/eh1.C: New test.
1434
1435 PR c++/10771
1436 * g++.dg/template/error5.C: New test.
1437
1438 2003-12-02 David Ung <davidu@mips.com>
1439
1440 * gcc.dg/compat/vector-check.h: Corrected type for var
1441 g_##TMODE
1442
1443 2003-12-02 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1444
1445 PR c++/10126
1446 * g++.dg/template/ptrmem8.C: New test.
1447
1448 2003-12-02 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1449
1450 PR c++/12573
1451 * g++.dg/template/dependent-expr3.C: New test.
1452
1453 2003-12-01 James Lemke <jim@wasabisystems.com>
1454
1455 * gcc.dg/arm-g2.c: New test.
1456
1457 2003-12-01 Roger Sayle <roger@eyesopen.com>
1458
1459 PR optimization/11634
1460 * gcc.dg/20031201-2.c: New test case.
1461
1462 2003-12-01 Zack Weinberg <zack@codesourcery.com>
1463
1464 PR 11433
1465 * objc.dg/proto-lossage-3.m: New test.
1466
1467 2003-12-01 Roger Sayle <roger@eyesopen.com>
1468
1469 PR optimization/12628
1470 * gcc.dg/20031201-1.c: New test case.
1471
1472 2003-12-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1473
1474 * gcc.dg/unaligned-1.c: New test.
1475
1476 2003-11-30 Mark Mitchell <mark@codesourcery.com>
1477
1478 PR c++/9849
1479 * g++.dg/template/error4.C: New test.
1480 * g++.dg/template/nested3.C: Adjust error markers.
1481
1482 2003-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1483
1484 * gcc.dg/cpp/assert4.c: Check more #system assertions.
1485
1486 2003-11-29 Joseph S. Myers <jsm@polyomino.org.uk>
1487
1488 PR c/10333
1489 * gcc.dg/bitfld-7.c: New test.
1490
1491 2003-11-29 Richard Sandiford <rsandifo@redhat.com>
1492
1493 * gcc.dg/tls/asm-1.C: New test.
1494
1495 2003-11-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1496
1497 * gcc.dg/cpp/assert4.c: Update.
1498
1499 2003-11-28 Eric Botcazou <ebotcazou@libertysurf.fr>
1500
1501 * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
1502 * gcc.dg/builtin-apply3.c: New test.
1503
1504 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1505
1506 * lib/compat.exp (compat-obj): New xfaildata parameter.
1507 Use it to set compiler_conditional_xfail_data before compiling.
1508 (compat-get-options): Handle dg-xfail-if.
1509 (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
1510 * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
1511 * gcc.dg/compat/vector-1_y.c: Likewise.
1512 * gcc.dg/compat/vector-2_x.c: Likewise.
1513 * gcc.dg/compat/vector-2_y.c: Likewise.
1514
1515 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1516
1517 * g++.dg/opt/reg-stack4.C: New test.
1518
1519 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1520
1521 * gcc.dg/builtin-apply2.c: New test.
1522
1523 2003-11-26 Eric Botcazou <ebotcazou@libertysurf.fr>
1524
1525 * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
1526
1527 2003-11-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1528
1529 PR c++/12924
1530 * g++.dg/template/template-id-2.C: New test.
1531
1532 2003-11-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1533
1534 PR c++/5369
1535 * g++.dg/template/memfriend1.C: New test.
1536 * g++.dg/template/memfriend2.C: Likewise.
1537 * g++.dg/template/memfriend3.C: Likewise.
1538 * g++.dg/template/memfriend4.C: Likewise.
1539 * g++.dg/template/memfriend5.C: Likewise.
1540 * g++.dg/template/memfriend6.C: Likewise.
1541 * g++.dg/template/memfriend7.C: Likewise.
1542 * g++.dg/template/memfriend8.C: Likewise.
1543 * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
1544
1545 2003-11-21 Mark Mitchell <mark@codesourcery.com>
1546
1547 PR c++/12515
1548 * g++.dg/ext/cond1.C: New test.
1549
1550 2003-11-20 Richard Henderson <rth@redhat.com>
1551
1552 * gcc.dg/20020201-2.c: Remove.
1553 * gcc.dg/20020201-4.c: Remove.
1554 * gcc.dg/20020304-1.c: Remove.
1555
1556 2003-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
1557
1558 * gcc.dg/cpp/trad/xwin1.c: New test case.
1559
1560 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
1561
1562 * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
1563 * lib/g77.exp: Likewise.
1564 * lib/objc.exp: Likewise.
1565 * lib/g++.exp: Likewise, add -multiply_defined suppress flag
1566 for darwin.
1567
1568 2003-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1569
1570 PR c++/12932
1571 * g++.dg/template/static5.C: New test.
1572
1573 2003-11-18 Joseph S. Myers <jsm@polyomino.org.uk>
1574
1575 * gcc.dg/nested-func-1.c: New test.
1576
1577 2003-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1578
1579 * gcc.dg/cpp/assert4.c: New test.
1580
1581 2003-11-14 Giovanni Bajo <giovannibajo@libero.it>
1582
1583 PR c++/2294
1584 * g++.dg/lookup/using9.c: New test.
1585
1586 2003-11-14 Mark Mitchell <mark@codesourcery.com>
1587
1588 PR c++/12762
1589 * g++.dg/template/error3.C: New test.
1590
1591 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
1592
1593 PR ada/13035
1594 * ada/acats/run_acats, run_all.sh: Fix syntax error.
1595 No longer use a wrapper for gcc, since this does not work under
1596 Windows.
1597
1598 2003-11-14 Giovanni Bajo <giovannibajo@libero.it>
1599
1600 PR c++/2094
1601 * g++.dg/template/ptrmem7.C: New test.
1602
1603 2003-11-13 Andrew Pinski <apinski@apple.com>
1604
1605 * gcc.c-torture/compile/20031113-1.c: New test.
1606
1607 2003-11-13 Mark Mitchell <mark@codesourcery.com>
1608 Kean Johnston <jkj@sco.com>
1609
1610 PR c/13029
1611 * gcc.dg/unused-4.c: Update.
1612
1613 2003-11-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1614
1615 * g++.dg/opt/const3.C: New test.
1616
1617 2003-11-13 Jan Hubicka <jh@suse.cz>
1618
1619 * gcc.c-torture/compile/20031112-1.c: New test.
1620
1621 2003-11-12 Mark Mitchell <mark@codesourcery.com>
1622
1623 * g++.dg/parse/crash10.C: Remove bogus error marker.
1624
1625 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1626
1627 * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
1628 (host_gcc): Likewise.
1629 (ROOT): Honor $PWDCMD.
1630 (BASE): Likewise.
1631 * ada/acats/run_all.sh (dir): Honor $PWDCMD.
1632
1633 2003-11-12 Catherine Moore <clm@redhat.com>
1634
1635 * gcc.c-torture/execute/20020720-1.x: Add xfail for frv-*-*.
1636
1637 2003-11-12 Andreas Jaeger <aj@suse.de>
1638 Jakub Jelinek <jakub@redhat.com>
1639 Andrew Pinski <pinskia@physics.uc.edu>
1640 Richard Henderson <rth@redhat.com>
1641
1642 * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
1643 systems.
1644 * gcc.dg/c99-const-expr-2.c (foo): Likewise.
1645
1646 * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
1647 * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1648
1649 2003-11-11 Andreas Jaeger <aj@suse.de>
1650
1651 * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
1652
1653 * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
1654
1655 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
1656
1657 * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
1658 Clean ups.
1659
1660 2003-11-10 Waldek Hebisch <hebisch@math.uni.wroc.pl>
1661
1662 * gcc.dg/trampoline-1.c: New test.
1663
1664 2003-11-09 Andrew Pinski <pinskia@physics.uc.edu>
1665
1666 * gcc.c-torture/compile/200031109-1.c: New test.
1667
1668 2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
1669
1670 PR c/3190
1671 PR c/8714
1672 * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
1673 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
1674 gcc.dg/format/no-y2k-1.c: Update.
1675
1676 2003-11-08 Roger Sayle <roger@eyesopen.com>
1677
1678 PR optimization/10467
1679 * gcc.dg/20031108-1.c: New test case.
1680
1681 2003-11-07 Geoffrey Keating <geoffk@apple.com>
1682
1683 * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
1684
1685 2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
1686
1687 * gcc.dg/compound-lvalue-1.c: New test.
1688 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
1689 some XFAILs.
1690
1691 2003-11-06 Geoffrey Keating <geoffk@apple.com>
1692
1693 * gcc.dg/altivec-varargs-1.c: New test.
1694
1695 2003-11-05 Eric Botcazou <ebotcazou@libertysurf.fr>
1696
1697 * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
1698 * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
1699 * gcc.c-torture/execute/simd-4.x: New file. XFAIL on SPARC at -O0.
1700 * gcc.c-torture/execute/va-arg-25.x: New file. XFAIL on SPARC.
1701 * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
1702
1703 2003-11-05 Joseph S. Myers <jsm@polyomino.org.uk>
1704
1705 * gcc.dg/cond-lvalue-1.c: New test.
1706
1707 2003-11-05 Gernot Hillier <gernot.hillier@siemens.com>
1708
1709 * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
1710
1711 2003-11-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1712
1713 PR c++/11616
1714 * g++.dg/template/instantiate5.C: New test.
1715
1716 2003-11-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1717
1718 PR c++/12726
1719 * g++.dg/ext/complit2.C: Replace test with self-contained version.
1720 * ChangeLog: Add missing first entry for above test.
1721
1722 2003-11-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1723
1724 PR c++/9810
1725 * g++.dg/template/using8.C: New test.
1726 * g++.old-deja/g++.other/access11.C: Adjust expected error location.
1727
1728 2003-11-02 Roger Sayle <roger@eyesopen.com>
1729
1730 PR optimization/10817
1731 * gcc.c-torture/compile/20031102-1.c: New test case.
1732
1733 2003-11-02 Kazu Hirata <kazu@cs.umass.edu>
1734
1735 * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
1736 2147483647.
1737
1738 2003-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1739
1740 * gcc.dg/20031102-1.c: New test.
1741
1742 2003-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1743
1744 * gcc.dg/complex-1.c: New test.
1745
1746 2003-11-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1747
1748 PR c++/12796
1749 * g++.dg/template/crash13.C: Adjust expected error location.
1750 * g++.old-deja/g++.brendan/ns1.C: Likewise.
1751
1752 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
1753
1754 * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
1755
1756 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
1757
1758 PR/10239
1759 * gcc.c-torture/compile/20031031-2.c: New test.
1760
1761 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
1762
1763 PR/11640
1764 * gcc.c-torture/compile/20031031-1.c: New test.
1765
1766 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
1767
1768 * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
1769 * gcc.misc-tests/bprob.exp: Likewise.
1770 * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
1771 the execution test on arm-elf configs.
1772 * g77.dg/execute/10197.x: New file. XFAIL the execution test on
1773 configs that don't support scratch files.
1774 * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
1775
1776 2003-10-30 Arnaud Charlet <charlet@act-europe.fr>
1777
1778 * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
1779 done by dejagnu.
1780
1781 2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
1782
1783 * ada/acats/run_all.sh: Redirect mv output to /dev/null
1784 Avoid non pure sh syntax. Add more logging.
1785
1786 * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
1787 fail.
1788
1789 2003-10-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1790
1791 PR libgcj/10610
1792 * gcc.dg/ppc-stackalign-1.c: New test.
1793
1794 2003-10-28 Arnaud Charlet <charlet@act-europe.fr>
1795
1796 * ada/acats/run_all.sh: Change output to be more compliant with
1797 dejagnu framework.
1798 Create acats.sum and acats.log files under testsuite/ada/acats
1799 Only run [a-z]* directories, to filter out e.g. CVS.
1800 Redirect build output to log file.
1801
1802 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
1803
1804 * README.ada: Removed, integrated in ../doc/sourcebuild.texi
1805
1806 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
1807
1808 PR ada/5909:
1809 * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
1810
1811 2003-10-27 Jakub Jelinek <jakub@redhat.com>
1812
1813 * gcc.c-torture/compile/20031023-1.c: New test.
1814 * gcc.c-torture/compile/20031023-2.c: New test.
1815 * gcc.c-torture/compile/20031023-3.c: New test.
1816 * gcc.c-torture/compile/20031023-4.c: New test.
1817
1818 2003-10-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1819
1820 PR c++/10371
1821 * g++.dg/lookup/scoped8.C: New test.
1822
1823 2003-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
1824
1825 * g++.dg/opt/reg-stack3.C: New test.
1826
1827 2003-10-24 Joseph S. Myers <jsm@polyomino.org.uk>
1828
1829 * gcc.dg/c99-arraydecl-2.c: New test. PR c/11943.
1830
1831 2003-10-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1832
1833 PR c++/11076
1834 * g++.dg/template/crash13.C: New test.
1835
1836 2003-10-24 Joseph S. Myers <jsm@polyomino.org.uk>
1837
1838 * gcc.dg/c99-restrict-2.c: New test.
1839
1840 2003-10-24 Nathan Sidwell <nathan@codesourcery.com>
1841
1842 PR c++/12698, c++/12699, c++/12700, c++/12566
1843 * g++.dg/inherit/covariant9.C: New test.
1844 * g++.dg/inherit/covariant10.C: New test.
1845 * g++.dg/inherit/covariant11.C: New test.
1846
1847 2003-10-23 Jason Merrill <jason@redhat.com>
1848
1849 PR c++/12726
1850 * g++.dg/ext/complit2.C: New test.
1851
1852 2003-10-20 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
1853
1854 PR target/12654
1855 * gcc.c-torture/execute/20031020-1.c: New test.
1856
1857 2003-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1858
1859 * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
1860 following the jump_insn.
1861
1862 2003-10-22 Joseph S. Myers <jsm@polyomino.org.uk>
1863
1864 * gcc.dg/cast-lvalue-1.c: New test.
1865
1866 2003-10-21 Mark Mitchell <mark@codesourcery.com>
1867
1868 PR c++/11962
1869 * g++.dg/template/cond2.C: New test.
1870
1871 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
1872
1873 * gcc.dg/builtins-28.c: New test.
1874
1875 2003-10-20 Jan Hubicka <jh@suse.cz>
1876
1877 * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
1878 parameter.
1879 * testsuite/gcc.dg/inline-2.c: Likewise.
1880
1881 2003-10-20 Phil Edwards <phil@codesourcery.com>
1882
1883 * gcc.dg/20021014-1.c: XFAIL for *-*-windiss targets.
1884 * gcc.dg/nest.c: Likewise.
1885
1886 2003-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1887
1888 PR c++/9781, c++/10583, c++/11862
1889 * g++.dg/parse/crash13.C: New test.
1890
1891 2003-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1892
1893 * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
1894
1895 2003-10-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1896
1897 * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
1898 Define HAVE_C99_RUNTIME except on Solaris.
1899 * gcc.dg/builtins-20.c: Likewise.
1900
1901 2003-10-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1902
1903 * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
1904
1905 2003-10-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1906
1907 PR c++/12495
1908 * g++.dg/template/crash21.C: New test.
1909
1910 2003-10-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1911
1912 PR c++/2513
1913 * g++.dg/template/typename5.C: New test.
1914
1915 2003-10-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1916
1917 PR c++/12369
1918 * g++.dg/template/friend25.C: New test.
1919
1920 2003-10-16 Ziemowit Laski <zlaski@apple.com>
1921
1922 * objc.dg/try-catch-2.m: Relax target triple to all Darwin
1923 versions.
1924
1925 2003-10-16 Kazu Hirata <kazu@cs.umass.edu>
1926
1927 * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
1928 == 2147483647.
1929
1930 2003-10-15 Kazu Hirata <kazu@cs.umass.edu>
1931
1932 * gcc.c-torture/execute/960416-1.x: Remove.
1933 * gcc.c-torture/execute/divconst-3.x: Likewise.
1934
1935 2003-10-15 Hans-Peter Nilsson <hp@axis.com>
1936
1937 PR target/12598
1938 * gcc.dg/torture/cris-volatile-1.c: New test.
1939
1940 2003-10-14 Roger Sayle <roger@eyesopen.com>
1941
1942 PR optimization/9325
1943 * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
1944 for overflowing floating point to integer conversion during RTL
1945 simplification.
1946
1947 2003-10-13 Ziemowit Laski <zlaski@apple.com>
1948
1949 * objc/execute/_cmd.m: Fix typo.
1950 * objc.dg/image-info.m, objc.dg/symtab-1.m:
1951 Relax 'scan-assembler' regexp.
1952 * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
1953 objc.dg/try-catch-4.m: Run on non-Darwin targets.
1954 * objc.dg/zero-link-2.m: Remove blank line.
1955 * objc.dg/zero-link-3.m: New test case.
1956
1957 2003-10-13 Geoffrey Keating <geoffk@apple.com>
1958
1959 * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
1960
1961 * gcc.dg/asm-names.c: Use scan-assembler-not rather
1962 than linker trickery.
1963
1964 2003-10-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1965
1966 PR c++/12370
1967 * g++.dg/other/friend2.C: New test.
1968
1969 2003-10-12 Steven Bosscher <steven@gcc.gnu.org>
1970
1971 * gcc.dg/20031012-1.c: New test.
1972
1973 2003-10-12 Steven Bosscher <steven@gcc.gnu.org>
1974
1975 * gcc.dg/weak/weak-3.c: Fix for new warning.
1976
1977 2003-10-12 Kelley Cook <kcook@gcc.gnu.org>
1978
1979 PR optimization/8750
1980 * gcc.c-torture/execute/20031012-1.c: New test case.
1981
1982 2003-10-11 Roger Sayle <roger@eyesopen.com>
1983
1984 * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
1985 that inline strncmp as cmpstrsi on i386 when compiled with -Os.
1986
1987 2003-10-11 Roger Sayle <roger@eyesopen.com>
1988
1989 PR optimization/12260
1990 * gcc.c-torture/compile/20031011-2.c: New test case.
1991
1992 2003-10-11 Roger Sayle <roger@eyesopen.com>
1993
1994 * gcc.c-torture/execute/20031011-1.c: New testcase.
1995
1996 2003-10-11 Eric Botcazou <ebotcazou@libertysurf.fr>
1997
1998 * gcc.c-torture/compile/20031011-1.c: New test.
1999
2000 2003-10-11 Jan Hubicka <jh@suse.cz>
2001
2002 * g++.dg/other/first-global.C: New test.
2003
2004 2003-10-11 Roger Sayle <roger@eyesopen.com>
2005
2006 * gcc.c-torture/execute/string-opt-18.c: New testcase.
2007
2008 2003-10-10 Ian Lance Taylor <ian@wasabisystems.com>
2009
2010 * gcc.c-torture/compile/20031010-1.c: New test.
2011
2012 2003-10-10 Geoffrey Keating <geoffk@apple.com>
2013
2014 * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
2015 * gcc.c-torture/execute/va-arg-25.c: ... here.
2016
2017 2003-10-09 Mark Mitchell <mark@codesourcery.com>
2018
2019 * g++.dg/ext/attrib8.C: Only run it on x86 targets.
2020
2021 2003-10-08 Richard Sandiford <rsandifo@redhat.com>
2022
2023 * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
2024
2025 2003-10-08 Giovanni Bajo <giovannibajo@libero.it>
2026
2027 * g++.dg/parse/error2.C: New test.
2028
2029 2003-10-08 Giovanni Bajo <giovannibajo@libero.it>
2030
2031 PR c++/11097
2032 * g++.dg/other/error5.C: Modify the error message.
2033 * g++.dg/lookup/using8.C: New test.
2034
2035 2003-10-07 Geoffrey Keating <geoffk@apple.com>
2036
2037 * gcc.dg/darwin-abi-2.c: New file.
2038 * gcc.c-torture/execute/va-arg-24.c: New file.
2039
2040 2003-10-06 Bob Wilson <bob.wilson@acm.org>
2041
2042 * g++.dg/template/spec10.C: Set exit value to zero on success. Fix
2043 indentation.
2044
2045 2003-10-06 Mark Mitchell <mark@codesourcery.com>
2046
2047 PR c++/10147
2048 * g++.dg/other/error4.C: Update error messages.
2049 * g++.dg/template/ptrmem4.C: Likewise.
2050
2051 PR c++/12337
2052 * g++.dg/init/new9.C: New test.
2053
2054 PR c++/12334, c++/12236, c++/8656
2055 * g++.dg/ext/attrib8.C: New test.
2056
2057 2003-10-06 Devang Patel <dpatel@apple.com>
2058
2059 * gcc.dg/debug/dwarf2-3.h: New test.
2060 * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
2061
2062 2003-10-06 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
2063
2064 * g++.dg/opt/cfg2.C: New test.
2065
2066 2003-10-06 Eric Botcazou <ebotcazou@libertysurf.fr>
2067
2068 * g++.dg/opt/float1.C: New test.
2069
2070 2003-10-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2071
2072 * gcc.dg/c90-array-lval-6.c: New test.
2073 * gcc.dg/c99-array-lval-6.c: New test.
2074
2075 2003-10-03 Alexander Malmberg <alexander@malmberg.org>
2076 Ziemowit Laski <zlaski@apple.com>
2077
2078 * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
2079 'Derived', so that it is never considered a class method; add
2080 new warning for '+port' method ambiguity.
2081 * objc.dg/method-12.m: Include <objc/objc.h> instead of
2082 <objc/objc-api.h> (needed on Mac OS X).
2083 * objc.dg/method-13.m: New test.
2084
2085 2003-10-03 Roger Sayle <roger@eyesopen.com>
2086
2087 PR optimization/9325, PR java/6391
2088 * gcc.c-torture/execute/20031003-1.c: New test case.
2089
2090 2003-10-02 Mark Mitchell <mark@codesourcery.com>
2091
2092 PR optimization/12180
2093 * gcc.dg/20031002-1.c: New test.
2094
2095 PR c++/12486
2096 * g++.dg/inherit/error1.C: New test.
2097
2098 2003-10-02 Chris Demetriou <cgd@broadcom.com>
2099
2100 * lib/f-torture.exp (search_for): Rename to...
2101 (search_for_re): This. Also, clean up comments and the
2102 "regexp" invocation.
2103
2104 2003-10-02 Josef Zlomek <zlomekj@suse.cz>
2105
2106 * gcc.c-torture/compile/20031002-1.c: New test.
2107
2108 2003-10-02 Jakub Jelinek <jakub@redhat.com>
2109
2110 * g++.dg/opt/cond1.C: New test.
2111
2112 2003-10-01 Kelley Cook <kelleycook@wideopenwest.com>
2113
2114 * gcc.dg/Wold-style-definition-2.c: New testcase.
2115 * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
2116
2117 2003-09-29 Richard Henderson <rth@redhat.com>
2118
2119 * g++.dg/init/array10.C: Add dg-options.
2120
2121 2003-09-29 Eric Botcazou <ebotcazou@libertysurf.fr>
2122
2123 * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
2124
2125 2003-09-28 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2126
2127 * g++.dg/template/friend19.C: Fix typo.
2128 * g++.old-deja/g++.other/crash31.C: Adjust expected error.
2129
2130 2003-09-28 Richard Sandiford <rsandifo@redhat.com>
2131
2132 * gcc.c-torture/execute/20030928-1.c: New test.
2133 * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
2134
2135 2003-09-27 Eric Botcazou <ebotcazou@libertysurf.fr>
2136
2137 * g++.dg/opt/unroll1.C: New test.
2138
2139 2003-09-26 Roger Sayle <roger@eyesopen.com>
2140
2141 PR optimization/11741
2142 * gcc.dg/20030926-1.c: New test case.
2143
2144 2003-09-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2145
2146 PR c++/5655
2147 * g++.dg/parse/access7.C: New test.
2148 * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
2149
2150 2003-09-24 Ziemowit Laski <zlaski@apple.com>
2151
2152 MERGE OF objc-improvements-branch into MAINLINE:
2153 * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
2154 if libobjc has not been built.
2155 * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
2156 objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
2157 objc/execute/class-self-2.m, objc/execute/many_args_method.m,
2158 objc/execute/nested-3.m, objc/execute/np-2.m,
2159 objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
2160 objc/execute/redefining_self.m, objc/execute/root_methods.m,
2161 objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
2162 objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
2163 objc.dg/special/unclaimed-category-1.h,
2164 objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
2165 well as GNU runtime.
2166 * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
2167 * execute/cascading-1.m, execute/function-message-1.m,
2168 objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
2169 objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
2170 objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
2171 objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
2172 objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
2173 objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
2174 objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
2175 objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
2176 objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
2177 * objc.dg/bitfield-2.m: Run only on Darwin.
2178 * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
2179 objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
2180 objc.dg/proto-lossage-1.m: Adjust for message wording changes.
2181 * objc.dg/const-str-1.m: Fix constant string layout.
2182
2183 2003-09-24 Alexandre Oliva <aoliva@redhat.com>
2184
2185 * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
2186
2187 2003-09-23 Geoffrey Keating <geoffk@apple.com>
2188
2189 * gcc.dg/darwin-abi-1.c: New file.
2190
2191 2003-09-21 Andrew Pinski <pinskia@physics.uc.edu>
2192
2193 PR target/12281
2194 * gcc.c-torture/compile/20030921-1.c: New test.
2195
2196 2003-09-22 Eric Botcazou <ebotcazou@libertysurf.fr>
2197
2198 * g++.dg/opt/reg-stack2.C: New test.
2199
2200 2003-09-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
2201
2202 * g++.dg/eh/delayslot1.C: New test.
2203
2204 2003-09-20 Richard Henderson <rth@redhat.com>
2205
2206 * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
2207
2208 2003-09-20 Roger Sayle <roger@eyesopen.com>
2209
2210 * gcc.c-torture/execute/20030920-1.c: New test case.
2211
2212 2003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2213
2214 * g++.dg/rtti/typeid3.C: Correct expected error message.
2215
2216 2003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2217
2218 PR c++/157
2219 * g++.dg/parse/crash12.C: New test.
2220
2221 2003-09-19 Janis Johnson <janis187@us.ibm.com>
2222
2223 * gcc.dg/compat/mixed-struct-check.h: New.
2224 * gcc.dg/compat/mixed-struct-defs.h: New.
2225 * gcc.dg/compat/mixed-struct-init.h: New.
2226 * gcc.dg/compat/struct-by-value-19_main.c: New.
2227 * gcc.dg/compat/struct-by-value-19_x.c: New.
2228 * gcc.dg/compat/struct-by-value-19_y.c: New.
2229 * gcc.dg/compat/struct-by-value-20_main.c: New.
2230 * gcc.dg/compat/struct-by-value-20_x.c: New.
2231 * gcc.dg/compat/struct-by-value-20_y.c: New.
2232 * gcc.dg/compat/struct-return-19_main.c: New.
2233 * gcc.dg/compat/struct-return-19_x.c: New.
2234 * gcc.dg/compat/struct-return-19_y.c: New.
2235 * gcc.dg/compat/struct-return-20_main.c: New.
2236 * gcc.dg/compat/struct-return-20_x.c: New.
2237 * gcc.dg/compat/struct-return-20_y.c: New.
2238
2239 2003-09-19 Andrew Pinski <pinskia@physics.uc.edu>
2240 * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
2241 so that it will not complain on LP64 targets.
2242
2243 2003-09-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2244
2245 PR c++/495
2246 * g++.dg/template/friend24.C: New test.
2247
2248 2003-09-19 Nathan Sidwell <nathan@codesourcery.com>
2249
2250 PR c++/12332
2251 * g++.dg/template/memtmpl2.C: New test.
2252
2253 2003-09-18 Mark Mitchell <mark@codesourcery.com>
2254
2255 PR target/11184
2256 * gcc.dg/builtin-apply1.c: New test.
2257
2258 2003-09-18 Nathan Sidwell <nathan@codesourcery.com>
2259
2260 PR c++/9848
2261 * g++.dg/warn/Wunused-4.C: New test.
2262
2263 2003-09-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2264
2265 PR c++/12316
2266 * g++.dg/other/gc2.C: New test.
2267
2268 2003-09-17 Mark Mitchell <mark@codesourcery.com>
2269
2270 PR c++/11991
2271 * g++.dg/rtti/typeid3.C: New test.
2272
2273 PR c++/12266
2274 * g++.dg/overload/template1.C: New test.
2275
2276 2003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr>
2277
2278 * g++.dg/opt/cfg3.C: New test.
2279
2280 2003-09-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2281
2282 PR c++/7939
2283 * g++.dg/template/crash11.C: New test.
2284
2285 2003-09-16 Jason Merrill <jason@redhat.com>
2286 Jakub Jelinek <jakub@redhat.com>
2287
2288 * gcc.dg/attr-warn-unused-result.c: New test.
2289
2290 2003-09-15 Nathan Sidwell <nathan@codesourcery.com>
2291
2292 PR c++/12184
2293 * g++.dg/expr/call2.C: New test.
2294
2295 2003-09-15 Andreas Jaeger <aj@suse.de>
2296
2297 * gcc.dg/Wold-style-definition-1.c: New test.
2298
2299 2003-09-14 Mark Mitchell <mark@codesourcery.com>
2300
2301 PR c++/3907
2302 * g++.dg/parse/template12.C: New test.
2303
2304 * g++.dg/abi/bitfield11.C: New test.
2305 * g++.dg/abi/bitfield12.C: Likewise.
2306
2307 2003-09-14 Alexandre Oliva <aoliva@redhat.com>
2308
2309 * gcc.dg/cpp/separate-1.c: Adjust line of error. Test for correct
2310 non-expansion of functional macro name without arguments at EOL.
2311 * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change. Likewise.
2312
2313 2003-09-14 Richard Sandiford <rsandifo@redhat.com>
2314
2315 * gcc.c-torture/execute/20030914-[12].c: New tests.
2316
2317 2003-09-11 Nathan Sidwell <nathan@codesourcery.com>
2318
2319 PR c++/11788
2320 * g++.dg/overload/addr1.C: New test.
2321
2322 2003-09-10 Ian Lance Taylor <ian@wasabisystems.com>
2323
2324 * gcc.dg/20030909-1.c: New test.
2325
2326 2003-09-10 Eric Botcazou <ebotcazou@libertysurf.fr>
2327
2328 * gcc.dg/ultrasp10.c: New test.
2329
2330 2003-09-09 Devang Patel <dpatel@apple.com>
2331
2332 * gcc.dg/darwin-ld-6.c: New test.
2333
2334 2003-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2335
2336 * gcc.dg/torture/builtin-explog-1.c: New testcase.
2337
2338 2003-09-08 Mark Mitchell <mark@codesourcery.com>
2339
2340 * gcc.dg/ia64-types1.c: New test.
2341 * gcc.dg/ia64-types2.c: Likewise.
2342
2343 2003-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2344
2345 * gcc.dg/builtins-1.c: Add more _Complex tests.
2346 * gcc.dg/torture/builtin-attr-1.c: Likewise.
2347
2348 * gcc.dg/builtins-1.c: Test existing _Complex functions.
2349 * gcc.dg/torture/builtin-attr-1.c: Likewise.
2350
2351 2003-09-08 Mark Mitchell <mark@codesourcery.com>
2352
2353 PR c++/11786
2354 * g++.dg/lookup/koenig2.C: New test.
2355
2356 PR c++/5296
2357 * g++.dg/rtti/typeid2.C: New test.
2358
2359 2003-09-08 Jakub Jelinek <jakub@redhat.com>
2360
2361 * gcc.c-torture/compile/20030904-1.c: New test.
2362
2363 2003-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
2364
2365 * g++.dg/opt/longbranch2.C: New test.
2366
2367 2003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
2368
2369 * g++.dg/template/crash10.C: Only compile it.
2370
2371 2003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
2372
2373 PR middle-end/11665
2374 * gcc.c-torture/compile/20030907-1.c: New test.
2375 * g++.dg/init/array11.C: New test.
2376
2377 2003-09-07 Mark Mitchell <mark@codesourcery.com>
2378
2379 PR c++/11852
2380 * g++.dg/init/struct1.C: New test.
2381
2382 2003-09-07 Mark Mitchell <mark@codesourcery.com>
2383
2384 PR c++/12181
2385 * g++.dg/expr/comma1.C: New test.
2386
2387 2003-09-06 Mark Mitchell <mark@codesourcery.com>
2388
2389 PR c++/11867
2390 * g++.dg/expr/static_cast5.C: New test.
2391
2392 2003-09-06 Andrew Pinski <pinskia@physics.uc.edu>
2393
2394 PR c++/11507
2395 * g++.dg/lookup/scoped7.C: New test.
2396
2397 PR c++/9574
2398 * g++.dg/other/static1.C: New test.
2399
2400 PR c++/11490
2401 * g++.dg/warn/template-1.C: New test.
2402
2403 PR c++/11432
2404 * g++.dg/template/crash10.C: New test.
2405
2406 PR c++/2478
2407 * g++.dg/overload/VLA.C: New test.
2408
2409 PR c++/10804
2410 * g++.dg/template/call1.C: New test.
2411
2412 2003-09-06 Nathan Sidwell <nathan@codesourcery.com>
2413
2414 PR c++/11794
2415 * g++.dg/parse/using3.C: New test.
2416
2417 2003-09-06 Roger Sayle <roger@eyesopen.com>
2418
2419 PR c++/11409
2420 * g++.dg/overload/builtin3.C: New test case.
2421
2422 2003-09-06 Steven Bosscher <steven@gcc.gnu.org>
2423
2424 PR c/9862
2425 * gcc.dg/20030906-1.c: New test.
2426 * gcc.dg/20030906-2.c: Likewise.
2427
2428 2003-09-06 Nathan Sidwell <nathan@codesourcery.com>
2429
2430 PR c++/12167
2431 * g++.dg/parse/defarg5.C: New test.
2432
2433 * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
2434
2435 2003-09-05 Mark Mitchell <mark@codesourcery.com>
2436
2437 PR c++/12163
2438 * g++.dg/expr/static_cast4.C: New test.
2439
2440 PR c++/12146
2441 * g++.dg/template/crash9.C: New test.
2442
2443 2003-09-05 Andrew Pinski <pinskia@physics.uc.edu>
2444
2445 * g++.old-deja/g++.ext/pretty2.C: Update for change
2446 in __FUNCTION__.
2447 * g++.old-deja/g++.ext/pretty3.C: Likewise.
2448
2449 2003-09-05 Nathan Sidwell <nathan@codesourcery.com>
2450
2451 PR c++/11922
2452 * g++/dg/template/qualified-id1.C: New test.
2453
2454 PR c++/12037
2455 * g++.dg/warn/noeffect4.C: New test.
2456
2457 2003-09-04 Matt Austern <austern@apple.com>
2458
2459 * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
2460 * g++.dg/ext/fnname2.C: Likewise.
2461 * g++.dg/ext/fnname3.C: Likewise.
2462
2463 2003-09-04 Mark Mitchell <mark@codesourcery.com>
2464
2465 * g++.dg/expr/lval1.C: New test.
2466 * g++.dg/ext/lvcast.C: Remove.
2467
2468 2003-09-03 Roger Sayle <roger@eyesopen.com>
2469
2470 PR optimization/11700.
2471 * gcc.c-torture/compile/20030903-1.c: New test case.
2472
2473 2003-09-03 Mark Mitchell <mark@codesourcery.com>
2474
2475 PR c++/12053
2476 * g++.dg/abi/layout4.C: New test.
2477
2478 2003-09-02 Scott Brumbaugh <scottb.lists@verizon.net>
2479
2480 PR c++/11553
2481 * g++.dg/parse/friend3.C: New test.
2482
2483 2003-09-02 Mark Mitchell <mark@codesourcery.com>
2484
2485 PR c++/11847
2486 * g++.dg/template/class1.C: New test.
2487
2488 PR c++/11808
2489 * g++.dg/expr/call1.C: New test.
2490
2491 2003-09-01 Mark Mitchell <mark@codesourcery.com>
2492
2493 PR c++/12114
2494 * g++.dg/init/ref9.C: New test.
2495
2496 PR c++/11972
2497 * g++.dg/template/nested4.C: New test.
2498
2499 2003-08-29 Mark Mitchell <mark@codesourcery.com>
2500
2501 PR c++/12093
2502 * g++.dg/template/non-dependent4.C: New test.
2503
2504 PR c++/11928
2505 * g++.dg/inherit/conv1.C: New test.
2506
2507 2003-08-29 Mark Mitchell <mark@codesourcery.com>
2508
2509 PR c++/6196
2510 * g++.dg/ext/label1.C: New test.
2511 * g++.dg/ext/label2.C: Likewise.
2512
2513 2003-08-28 Mark Mitchell <mark@codesourcery.com>
2514
2515 * g++.dg/expr/cond3.C: New test.
2516
2517 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2518
2519 * gcc.dg/builtins-1.c: Add new builtin cases.
2520
2521 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2522
2523 * gcc.dg/builtins-1.c: Add new cases.
2524 * gcc.dg/torture/builtin-attr-1.c: Likewise.
2525
2526 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2527
2528 * gcc.dg/builtins-1.c: Add more math builtin tests.
2529 * gcc.dg/torture/builtin-attr-1.c: New test.
2530
2531 2003-08-28 Mark Mitchell <mark@codesourcery.com>
2532
2533 PR optimization/5079
2534 * g++.dg/opt/static3.C: New test.
2535
2536 2003-08-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2537
2538 * gcc.misc-tests/gcov-10b.c: New test.
2539
2540 2003-08-27 Mark Mitchell <mark@codesourcery.com>
2541
2542 * g++.dg/opt/ptrmem3.C: New test.
2543
2544 * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
2545
2546 2003-08-27 Jakub Jelinek <jakub@redhat.com>
2547
2548 * gcc.dg/20030826-2.c: New test.
2549
2550 2003-08-26 Roger Sayle <roger@eyesopen.com>
2551
2552 PR middle-end/12002
2553 * g77.f-torture/compile/12002.f: New test case.
2554
2555 2003-08-26 Roger Sayle <roger@eyesopen.com>
2556
2557 * gcc.dg/20030826-1.c: New test case.
2558
2559 2003-08-26 Matt Kraai <kraai@alumni.cmu.edu>
2560
2561 * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
2562
2563 2003-08-26 Nathan Sidwell <nathan@codesourcery.com>
2564
2565 PR c++/11871
2566 * c++.dg/lookup/crash1.C: New test.
2567
2568 * c++.dg/warn/noeffect3.C: New test.
2569
2570 2003-08-25 Janis Johnson <janis187@us.ibm.com>
2571
2572 * gcc.dg/compat/vector-1_x.c: Compile with -w.
2573 * gcc.dg/compat/vector-1_y.c: Ditto.
2574 * gcc.dg/compat/vector-2_x.c: Ditto.
2575 * gcc.dg/compat/vector-2_y.c: Ditto.
2576
2577 2003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
2578
2579 * gcc.dg/20030702-1.c: New test.
2580
2581 2003-08-25 Mark Mitchell <mark@codesourcery.com>
2582
2583 PR c++/8795
2584 * g++.dg/ext/altivec-1.C: New test.
2585
2586 2003-08-24 Richard Henderson <rth@redhat.com>
2587
2588 * g++.dg/eh/simd-2.C: Add -w for x86.
2589
2590 2003-08-23 Jakub Jelinek <jakub@redhat.com>
2591
2592 * gcc.dg/20030815-1.c: New test.
2593
2594 2003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2595
2596 PR c++/3765
2597 * g++.dg/parse/access6.C: New test.
2598
2599 2003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2600
2601 PR c++/641, c++/11876
2602 * g++.dg/template/friend22.C: New test.
2603 * g++.dg/template/friend23.C: Likewise.
2604
2605 2003-08-22 Mark Mitchell <mark@codesourcery.com>
2606
2607 * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
2608 identically.
2609
2610 2003-08-22 Mark Mitchell <mark@codesourcery.com>
2611
2612 * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
2613
2614 2003-08-22 Mark Mitchell <mark@codesourcery.com>
2615
2616 * gcc.dg/20020313-1.c: Add "-w" to dg-options.
2617
2618 2003-08-22 Mark Mitchell <mark@codesourcery.com>
2619
2620 * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
2621
2622 2003-08-22 Mark Mitchell <mark@codesourcery.com>
2623
2624 * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
2625
2626 2003-08-21 Mark Mitchell <mark@codesourcery.com>
2627
2628 PR c++/11919
2629 * g++.dg/overload/prom1.C: New test.
2630
2631 PR c++/11551
2632 * g++.dg/parse/dtor2.C: New test.
2633
2634 PR c++/10762
2635 * g++.dg/parse/using2.C: New test.
2636
2637 2003-08-21 Kazu Hirata <kazu@cs.umass.edu>
2638
2639 PR target/11805
2640 * gcc.c-torture/compile/20030821-1.c: New.
2641
2642 2003-08-20 Mark Mitchell <mark@codesourcery.com>
2643
2644 PR c++/11834
2645 * g++.dg/template/deduce2.C: New test.
2646
2647 2003-08-21 Josef Zlomek <zlomekj@suse.cz>
2648
2649 * gcc.c-torture/execute/20030821-1.c: New test.
2650
2651 2003-08-20 Roger Sayle <roger@eyesopen.com>
2652
2653 PR middle-end/11984
2654 * gcc.dg/20030820-1.c: New test case.
2655
2656 2003-08-20 Nathan Sidwell <nathan@codesourcery.com>
2657
2658 PR c++/11945
2659 * g++.dg/warn/noeffect2.C: New test.
2660
2661 2003-08-19 Mark Mitchell <mark@codesourcery.com>
2662
2663 PR c++/10926
2664 * g++.dg/template/dtor2.C: New test.
2665
2666 PR c++/11684
2667 * g++.dg/template/operator1.C: New test.
2668 * g++.dg/parse/operator4.C: New test.
2669
2670 PR c++/11946.C
2671 * g++.dg/expr/enum1.C: New test.
2672 * gcc.dg/c99-bool-1.c: Remove bogus warning.
2673
2674 PR c++/11036.C
2675 * g++.dg/parse/elab2.C: New test.
2676 * g++.dg/parse/typedef4.C: Change error message.
2677 * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
2678 * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
2679 * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
2680
2681 2003-08-19 Geoffrey Keating <geoffk@apple.com>
2682
2683 * gcc.dg/pch/warn-1.c: New.
2684 * gcc.dg/pch/warn-1.hs: New.
2685
2686 * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
2687 not-tested file.
2688
2689 2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
2690
2691 * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
2692
2693 2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
2694
2695 * gcc.dg/uninit-D.c: New Test.
2696 * gcc.dg/uninit-E.c: New Test.
2697 * gcc.dg/uninit-F.c: New Test.
2698 * gcc.dg/uninit-G.c: New Test.
2699
2700 2003-08-19 Michael Ritzert <ritzert@t-online.de>
2701
2702 * g++.dg/README: Describe the pch directory.
2703
2704 2003-08-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2705
2706 PR c++/11174
2707 * g++.dg/parse/access4.C: New test.
2708 * g++.dg/parse/access5.C: Likewise.
2709 * g++.old-deja/g++.jason/access17.C: Adjust error message.
2710
2711 2003-08-18 Matt Kraai <kraai@alumni.cmu.edu>
2712
2713 * gcc.dg/noncompile/20030818-1.c: New.
2714
2715 2003-08-18 Nathan Sidwell <nathan@codesourcery.com>
2716
2717 PR c++/11957
2718 * g++.dg/warn/noeffect1.C: New test.
2719
2720 * g++.dg/template/scope2.C: New test.
2721 * g++.dg/template/error2.C: Correct dg-error
2722
2723 2003-08-18 Richard Sandiford <rsandifo@redhat.com>
2724
2725 * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
2726
2727 2003-08-16 Nathan Sidwell <nathan@codesourcery.com>
2728
2729 PR C++/11512
2730 * g++.dg/template/warn1.C: New.
2731
2732 2003-08-15 Nathan Sidwell <nathan@codesourcery.com>
2733
2734 * g++.dg/template/error2.C: New test.
2735 * g++.dg/lookup/using7.C: Adjust errors
2736 * g++.old-deja/g++.pt/crash36.C: Likewise.
2737 * g++.old-deja/g++.pt/derived3.C: Likewise.
2738
2739 2003-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2740
2741 * gcc.c-torture/execute/builtins/lib/strcat.c: New.
2742 * gcc.c-torture/execute/builtins/string-9-lib.c: New.
2743 * gcc.c-torture/execute/builtins/string-9.c: New, from
2744 string-opt-9.c. Adjust for execute/builtins framework.
2745 * gcc.c-torture/execute/string-opt-9.c: Delete.
2746
2747 2003-08-12 Mark Mitchell <mark@codesourcery.com>
2748
2749 * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
2750
2751 * g++.dg/parse/ret-type2.C: New test.
2752
2753 PR c++/11703
2754 * g++.dg/init/new8.C: New test.
2755
2756 PR c++/10923
2757 * g++.dg/parse/typedef5.C: New test.
2758
2759 PR c++/9512
2760 * g++.dg/parse/qualified2.C: New test.
2761 * g++.old-deja/g++.other/decl5.C: Mark one more instance of
2762 invalid code.
2763
2764 2003-08-11 Mark Mitchell <mark@codesourcery.com>
2765
2766 * g++.dg/conversion/ptrmem1.C: New test.
2767
2768 2003-08-11 Jakub Jelinek <jakub@redhat.com>
2769
2770 PR target/11693
2771 * gcc.dg/20030811-1.c: New test.
2772
2773 PR target/11535
2774 * gcc.c-torture/execute/20030811-1.c: New test.
2775
2776 2003-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2777
2778 * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
2779
2780 2003-08-10 Mark Mitchell <mark@codesourcery.com>
2781
2782 PR c++/11789.C
2783 * g++.dg/inherit/multiple1.C: New test.
2784
2785 2003-08-10 Nathan Sidwell <nathan@codesourcery.com>
2786
2787 * gcc.dg/spe1.c: New test.
2788
2789 PR c++/11670
2790 * g++.dg/expr/cast2.C: New test.
2791
2792 PR c++/10530
2793 * g++.dg/template/dependent-name2.C: New test.
2794
2795 2003-08-08 Andrew Pinski <pinskia@physics.uc.edu>
2796
2797 * g++.dg/parse/crash11.C: Put the dg options in comments.
2798
2799 2003-08-08 Neil Booth <neil@daikokuya.co.uk>
2800
2801 * lib/gcc-dg.exp: Update for diagnostic change.
2802
2803 2003-08-07 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2804
2805 PR c++/5767
2806 * g++.dg/parse/crash11.C: New test.
2807
2808 2003-08-06 Alexandre Oliva <aoliva@redhat.com>
2809
2810 * gcc.dg/cpp/spacing1.c: Update.
2811
2812 2003-08-04 Janis Johnson <janis187@us.ibm.com>
2813
2814 PR target/11739
2815 * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
2816 a value for -mtune.
2817
2818 2003-08-04 Roger Sayle <roger@eyesopen.com>
2819
2820 PR middle-end/11771
2821 * gcc.c-torture/compile/20030804-1.c: New test case.
2822
2823 2003-08-04 Roger Sayle <roger@eyesopen.com>
2824
2825 * gcc.dg/20030804-1.c: New test case.
2826
2827 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
2828
2829 * gcc.dg/cpp/separate-1.c: New test.
2830
2831 2003-08-03 Nathan Sidwell <nathan@codesourcery.com>
2832
2833 PR c++/11704
2834 * g++.dg/template/dependent-expr2.C: New test.
2835
2836 PR c++/11766
2837 * g++.dg/expr/ptrmem1.C: New test.
2838
2839 2003-08-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2840
2841 PR c++/9453
2842 * g++.dg/template/friend15.C: New test.
2843
2844 2003-08-03 Neil Booth <neil@daikokuya.co.uk>
2845
2846 * lib/dg-pch.exp: Work round PCH bug.
2847
2848 2003-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2849
2850 * gcc.dg/builtins-1.c: Add macro helpers. Add missing math
2851 builtins. Move cases from builtins-4.c here.
2852
2853 * gcc.dg/torture/builtin-math-1.c: New test taken from
2854 bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
2855 additional cases.
2856
2857 * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
2858 Delete.
2859
2860 2003-08-02 Nathan Sidwell <nathan@codesourcery.com>
2861
2862 PR c++/9447
2863 * g++.dg/template/using7.C: New test.
2864
2865 2003-08-02 Neil Booth <neil@daikokuya.co.uk>
2866
2867 * import1.c, import2.c: New tests.
2868
2869 2003-08-01 Jakub Jelinek <jakub@redhat.com>
2870
2871 * g++.dg/eh/crossjump1.C: New test.
2872
2873 2003-08-01 Mark Mitchell <mark@codesourcery.com>
2874
2875 PR c++/11697
2876 * g++.dg/template/using6.C: New test.
2877
2878 PR c++/11744
2879 * g++.dg/template/koenig2.C: New test.
2880
2881 2003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2882
2883 PR c++/7983
2884 * g++.dg/parse/typedef4.C: New test.
2885
2886 2003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2887
2888 PR c++/8442, c++/8806
2889 * g++.dg/template/elab1.C: New test.
2890 * g++.dg/template/type2.C: Likewise.
2891 * g++.dg/template/ttp3.C: Adjust expected error message.
2892 * g++.old-deja/g++.law/visibility13.C: Likewise.
2893 * g++.old-deja/g++.niklas/t135.C: Likewise.
2894 * g++.old-deja/g++.pt/ttp41.C: Likewise.
2895 * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
2896 template argument.
2897 * g++.old-deja/g++.pt/ttp44.C: Likewise.
2898
2899 2003-08-01 Nathan Sidwell <nathan@codesourcery.com>
2900
2901 PR c++/11295
2902 * g++.dg/ext/stmtexpr1.C: New test.
2903
2904 * g++.dg/opt/tmp1.C: New test.
2905
2906 PR c++/11525
2907 * g++.dg/parse/constant4.C: New test.
2908
2909 PR c++/9447
2910 * g++.dg/template/using5.C: New test.
2911
2912 2003-07-31 Roger Sayle <roger@eyesopen.com>
2913
2914 * gcc.dg/builtins-27.c: New test case.
2915
2916 2003-07-31 Jakub Jelinek <jakub@redhat.com>
2917
2918 * gcc.dg/tls/opt-7.c: New test.
2919
2920 2003-07-31 Andrew Pinski <pinskia@physics.uc.edu>
2921
2922 * g++.old-deja/g++.other/crash18.C: Remove.
2923
2924 2003-07-31 Nathan Sidwell <nathan@codesourcery.com>
2925
2926 * g++.dg/template/explicit3.C: New.
2927 * g++.dg/template/explicit4.C: New.
2928 * g++.dg/template/explicit5.C: New.
2929
2930 PR c++/11347
2931 * g++.dg/template/memtmpl1.C: New.
2932
2933 2003-07-29 Andrew Pinski <pinskia@physics.uc.edu>
2934
2935 PR target/11565
2936 * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
2937 * gcc.dg/i386-387-5.c (dg-options): Likewise.
2938
2939 2003-07-30 Jan Hubicka <jh@suse.cz>
2940
2941 * vtgc1.c: Kill.
2942
2943 2003-07-29 Zack Weinberg <zack@codesourcery.com>
2944
2945 * gcc.dg/struct-in-proto-1.c: New test.
2946
2947 2003-07-29 Neil Booth <neil@daikokuya.co.uk>
2948
2949 * gcc.dg/cpp/include2.c: Only expect one message.
2950
2951 2003-07-29 Nathan Sidwell <nathan@codesourcery.com>
2952
2953 PR c++/9447
2954 * g++.dg/template/using1.C: New test.
2955 * g++.dg/template/using2.C: New test.
2956 * g++.dg/template/using3.C: New test.
2957 * g++.dg/template/using4.C: New test.
2958
2959 2003-07-29 Alexandre Oliva <aoliva@redhat.com>
2960
2961 * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
2962 * gcc.c-torture/execute/string-opt-10.c: Likewise.
2963
2964 2003-07-28 Jan Hubicka <jh@suse.cz>
2965
2966 PR c++/11530
2967 * g++.dg/opt/call1.C: New test.
2968
2969 2003-07-28 Alexandre Oliva <aoliva@redhat.com>
2970
2971 PR c++/11667
2972 * g++.dg/init/enum2.C: New test.
2973 * g++.dg/template/overload1.C: Add "-w" option.
2974
2975 2003-07-28 <hp@bitrange.com>
2976
2977 * gcc.dg/Wdeclaration-after-statement-1.c,
2978 gcc.dg/Wdeclaration-after-statement-2.c: New tests.
2979
2980 2003-07-28 Jakub Jelinek <jakub@redhat.com>
2981
2982 * gcc.c-torture/compile/20030725-1.c: New test.
2983
2984 2003-07-28 Aldy Hernandez <aldyh@redhat.com>
2985
2986 * gcc.dg/20030505.c: Only run for SPE.
2987 Remove definition of opaque type.
2988
2989 2003-07-27 Mark Mitchell <mark@codesourcery.com>
2990
2991 * g++.dg/template/ptrmem6.C: New test.
2992
2993 2003-07-26 Geoffrey Keating <geoffk@apple.com>
2994
2995 * gcc.c-torture/compile/zero-strct-2.c: New test.
2996
2997 2003-07-25 Geoffrey Keating <geoffk@apple.com>
2998
2999 * gcc.dg/intermod-1.c: New test.
3000
3001 2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
3002
3003 PR c++/11617
3004 * g++.dg/template/lookup2.C: New test.
3005 * g++.dg/template/memclass1.C: Remove instantiated from error.
3006 * g++.dg/other/error2.C: Tweak expected errors.
3007
3008 PR c++/11596
3009 * g++.dg/template/defarg3.C: New test.
3010
3011 * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
3012
3013 2003-07-24 Mark Mitchell <mark@codesourcery.com>
3014
3015 * g++.dg/inherit/access5.C: New test.
3016
3017 2003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3018
3019 PR c++/11513
3020 * g++.dg/template/crash8.C: New test.
3021
3022 2003-07-23 Steven Bosscher <steven@gcc.gnu.org>
3023
3024 PR c/10602
3025 * gcc.dg/noncompile/incomplete-2.c: New test.
3026
3027 2003-07-23 Mark Mitchell <mark@codesourcery.com>
3028
3029 PR c++/11645
3030 * g++.dg/inherit/access4.C: New test.
3031
3032 PR c++/11517
3033 * g++.dg/expr/cond2.C: New test.
3034
3035 PR optimization/10679
3036 * g++.dg/opt/inline4.C: New test.
3037
3038 2003-07-23 Nathan Sidwell <nathan@codesourcery.com>
3039
3040 * g++.dg/parse/crash10: New test.
3041
3042 2003-07-22 Nathan Sidwell <nathan@codesourcery.com>
3043
3044 * g++.dg/ext/flexary1.C: New test.
3045
3046 2003-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3047
3048 PR c++/10793
3049 * g++.dg/template/crash9.C: New test.
3050
3051 2003-07-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3052
3053 PR c++/3004
3054 * g++.dg/parse/typedef3.C: New test.
3055
3056 PR c++/7906
3057 * g++.dg/parse/operator2.C: New test.
3058
3059 PR c++/8895
3060 * g++.dg/parse/def-tmpl-arg1.C: New test.
3061
3062 PR c++/9282
3063 * g++.dg/parse/funptr1.C: New test.
3064
3065 PR c++/9452
3066 * g++.dg/parse/ambig3.C: New test.
3067
3068 PR c++/9454
3069 * g++.dg/parse/operator3.C: New test.
3070
3071 PR c++/9486
3072 * g++.dg/parse/template10.C: New test.
3073
3074 PR c++/9488
3075 * g++.dg/parse/template11.C: New test.
3076
3077 PR c++/10150
3078 * g++.dg/parse/invalid-op1.C: New test.
3079
3080 PR c++/10247
3081 * g++.dg/parse/condexpr1.C: New test.
3082
3083 2003-07-22 Nathan Sidwell <nathan@codesourcery.com>
3084
3085 * g++.dg/ext/packed3.C: New test.
3086 * g++.dg/ext/packed4.C: New test.
3087
3088 * gcc.dg/pack-test-3.c: New test.
3089
3090 2003-07-21 Janis Johnson <janis187@us.ibm.com>
3091
3092 * lib/compat.exp: Handle dg-options per source file.
3093 * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
3094 * g++.dg/compat/abi/bitfield1_y.C: Ditto.
3095 * g++.dg/compat/abi/bitfield2_x.C: Ditto.
3096 * g++.dg/compat/abi/bitfield2_y.C: Ditto.
3097 * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
3098 * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
3099 * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
3100 * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
3101 * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
3102 * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
3103 * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
3104 * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
3105 * g++.dg/compat/break/bitfield7_x.C: Ditto.
3106 * g++.dg/compat/break/bitfield7_y.C: Ditto.
3107
3108 2003-07-21 Andrew Pinski <pinskia@physics.uc.edu>
3109
3110 PR c/10320
3111 * gcc.c-torture/execute/20030718-1.c: New test.
3112
3113 2003-07-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3114
3115 PR optimization/11536
3116 * gcc.dg/20030721-1.c: New test.
3117
3118 2003-07-19 Mark Mitchell <mark@codesourcery.com>
3119
3120 PR c++/11546
3121 * g++.dg/template/lookup1.C: New test.
3122
3123 2003-07-19 Zack Weinberg <zack@codesourcery.com>
3124
3125 * gcc.dg/noncompile/label-1.c: New comprehensive test case for
3126 diagnostics of ill-formed constructs involving labels.
3127 * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
3128 the new 'previously defined here' message.
3129
3130 2003-07-18 Nathan Sidwell <nathan@codesourcery.com>
3131
3132 * g++.dg/parse/non-dependent2.C: New test.
3133
3134 2003-07-18 Andrew Pinski <pinskia@physics.uc.edu>
3135
3136 * g++.dg/init/init-ref4.C: xfail on targets without
3137 weak symbols.
3138
3139 2003-07-17 Jakub Jelinek <jakub@redhat.com>
3140
3141 PR target/11087
3142 * gcc.c-torture/execute/20030717-1.c: New test.
3143
3144 2003-07-18 Eric Botcazou <ebotcazou@libertysurf.fr>
3145
3146 * g++.dg/opt/cfg1.C: New test.
3147
3148 2003-07-17 Mark Mitchell <mark@codesourcery.com>
3149
3150 PR optimization/11557
3151 * gcc.dg/20030717-1.c: New test.
3152
3153 2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
3154
3155 PR c++/10476
3156 * g++.dg/expr/crash-1.C: New test.
3157
3158 PR c++/11027
3159 * g++.dg/template/init3.C: New test.
3160
3161 PR c++/8222
3162 * g++.dg/template/non-dependent1.C: New test.
3163
3164 PR c++/11070
3165 * g++.dg/template/non-dependent2.C: New test.
3166
3167 PR c++/11071
3168 * g++.dg/template/non-dependent3.C: New test.
3169
3170 PR c++/9907
3171 * g++.dg/template/sizeof5.C: New test.
3172
3173 2003-07-17 Geoffrey Keating <geoffk@apple.com>
3174
3175 PR 11498
3176 * gcc.c-torture/compile/mangle-1.c: New file.
3177
3178 2003-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3179
3180 PR c++/7809
3181 * g++.dg/parse/access3.C: New test.
3182
3183 2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
3184
3185 PR c++/11384
3186 * g++.dg/init/init-ref4.C: New test.
3187
3188 2003-07-16 Mark Mitchell <mark@codesourcery.com>
3189
3190 PR c++/11547
3191 * g++.dg/parse/constant3.C: New test.
3192 * g++.dg/parse/crash7.C: Likewise.
3193
3194 2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
3195
3196 PR target/11008
3197 * gcc.dg/i386-pentium4-not-mull.c: New.
3198
3199 2003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
3200
3201 * gcc.dg/asm-names.c (ymain): Make it weak.
3202
3203 2003-07-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3204
3205 PR c++/5421
3206 * g++.dg/template/friend21.C: New test.
3207
3208 2003-07-16 Jakub Jelinek <jakub@redhat.com>
3209
3210 * gcc.dg/cleanup-8.c: New test.
3211 * gcc.dg/cleanup-9.c: New test.
3212
3213 2003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
3214
3215 * g++.dg/ext/dll-MI1.h: New file.
3216 * g++.dg/ext/dllexport-MI1.C: New file.
3217 * g++.dg/ext/dllimport-MI1.C: New file.
3218
3219 2003-07-15 Jakub Jelinek <jakub@redhat.com>
3220
3221 * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
3222 it does not have cmpstrsi patterns (just cmpmemsi).
3223
3224 2003-07-15 Mark Mitchell <mark@codesourcery.com>
3225
3226 PR debug/11473
3227 * g++.dg/debug/debug8.C: New test.
3228
3229 2003-07-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3230
3231 PR c++/10108
3232 * g++.dg/template/crash7.C: New test.
3233
3234 2003-07-15 Kazu Hirata <kazu@cs.umass.edu>
3235
3236 PR target/10795
3237 * gcc.c-torture/compile/20030708-1.c: New.
3238
3239 2003-07-15 Eric Botcazou <ebotcazou@libertysurf.fr>
3240
3241 * gcc.c-torture/execute/20030715-1.c: New test.
3242
3243 2003-07-14 Geoffrey Keating <geoffk@apple.com>
3244
3245 * gcc.dg/pch/inline-3.c: New file.
3246 * gcc.dg/pch/inline-3.hs: New file.
3247 * gcc.dg/pch/inline-4.c: New file.
3248 * gcc.dg/pch/inline-4.hs: New file.
3249
3250 2003-07-14 Mark Mitchell <mark@codesourcery.com>
3251
3252 PR c++/11509
3253 * g++.dg/template/crash6.C: New test.
3254
3255 PR c++/7053
3256 * g++.dg/template/friend20.C: New test.
3257
3258 PR c++/7019
3259 * g++.dg/template/overload2.C: New test.
3260
3261 2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3262
3263 PR optimization/11440
3264 * gcc.c-torture/execute/20030714-1.c: New test.
3265
3266 2003-07-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3267
3268 PR c++/11154
3269 * g++.dg/template/partial2.C: New test.
3270
3271 2003-07-13 Mark Mitchell <mark@codesourcery.com>
3272
3273 PR c++/11503
3274 * g++.dg/template/anon1.C: New test.
3275
3276 PR c++/11493
3277 PR c++/11495
3278 * g++.dg/parse/template9.C: Likewise.
3279 * g++.dg/template/crash4.C: New test.
3280 * g++.dg/template/koenig1.C: Likewise.
3281 * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
3282 * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
3283 * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
3284 functions.
3285 * g++.old-deja/g++.jason/template36.C: Likewise.
3286 * g++.old-deja/g++.mike/p1989.C: Likewise.
3287 * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
3288 * g++.old-deja/g++.pt/ttp20.C: Use this->.
3289 * g++.old-deja/g++.pt/ttp21.C: Use this->.
3290 * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
3291 compiling.
3292 * g++.old-deja/g++.pt/union2.C: Use this->.
3293
3294 2003-07-11 Jakub Jelinek <jakub@redhat.com>
3295
3296 * gcc.dg/20030711-1.c: New test.
3297
3298 2003-07-11 Nathan Sidwell <nathan@codesourcery.com>
3299
3300 PR c++/11050
3301 * g++.dg/parse/args1.C: New test.
3302 * g++.pt/defarg8.C: Change expected errors.
3303
3304 2003-07-11 Mark Mitchell <mark@codesourcery.com>
3305
3306 PR c++/8164
3307 * g++.dg/template/nontype2.C: New test.
3308
3309 PR c++/10558
3310 * g++.dg/parse/template8.C: New test.
3311
3312 PR c++/8327
3313 * g++.dg/template/scope1.C: New test.
3314
3315 * g++.dg/warn/Wsign-compare-1.C: New test.
3316
3317 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
3318
3319 * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
3320
3321 2003-07-10 Mark Mitchell <mark@codesourcery.com>
3322
3323 PR c++/9411
3324 * g++.dg/template/explicit2.C: New test.
3325
3326 PR c++/10032
3327 * g++.dg/warn/pedantic1.C: New test.
3328
3329 2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
3330
3331 PR c++ 9483
3332 * g++.dg/other/field1.C: New test.
3333
3334 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
3335
3336 PR c/11449
3337 * gcc.c-torture/compile/20030707-1.c: New.
3338
3339 2003-07-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3340
3341 PR c++/10849
3342 * g++.dg/template/access12.C: New test.
3343
3344 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
3345
3346 * g++.dg/bprob/bprob.exp (prof_ext): Update.
3347 * g77.dg/bprob/bprob.exp (prof_ext): Update.
3348 * gcc.misc-tests/bprob.exp (prof_ext): Update.
3349 * gcc.misc-tests/gcov.exp: Update
3350 * g++.dg/gcov/gcov.exp: Update
3351 * lib/gcov.exp: Update.
3352
3353 2003-07-08 Mark Mitchell <mark@codesourcery.com>
3354
3355 * g++.dg/abi/mangle17.C: Make sure template expressions are
3356 dependent.
3357 * g++.dg/abi/mangle4.C: Mark erroneous casts.
3358 * g++.dg/debug/debug7.C: Mark erronous new-declarator.
3359 * g++.dg/opt/stack1.C: Remove erroneous code.
3360 * g++.dg/parse/template7.C: New test.
3361 * g++.dg/template/dependent-expr1.C: Mark erroneous code.
3362 * g++.old-deja/g++.pt/crash4.C: Likewise.
3363
3364 2003-07-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3365
3366 * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
3367 with zero or one occurence of `$' after the initial `L'.
3368
3369 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
3370
3371 * gcc.c-torture/compile/20030704-1.c: Add a comment.
3372
3373 2003-07-08 Roger Sayle <roger@eyesopen.com>
3374
3375 PR c/11370
3376 * gcc.dg/Wunreachable-6.c: New testcase.
3377 * gcc.dg/Wunreachable-7.c: New testcase.
3378
3379 2003-07-08 Jakub Jelinek <jakub@redhat.com>
3380
3381 PR c/11420
3382 * gcc.dg/20030708-1.c: New test.
3383
3384 2003-07-08 Richard Sandiford <rsandifo@redhat.com>
3385
3386 * gcc.dg/compat/sdata-section.h: New file.
3387 * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
3388 * gcc.dg/torture/mips-sdata-1.c: New test.
3389
3390 2003-07-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3391
3392 PR c++/11030
3393 * g++.dg/template/friend19.C: New test.
3394
3395 2003-07-08 Jakub Jelinek <jakub@redhat.com>
3396
3397 * g++.dg/opt/strength-reduce.C: New test.
3398
3399 2003-07-07 Roger Sayle <roger@eyesopen.com>
3400
3401 PR target/10979
3402 * gcc.dg/20030707-1.c: New testcase.
3403
3404 2003-07-07 Roger Sayle <roger@eyesopen.com>
3405
3406 PR optimization/11059
3407 * g++.dg/opt/emptyunion.C: New testcase.
3408
3409 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3410 Eric Botcazou <ebotcazou@libertysurf.fr>
3411
3412 * g++.dg/opt/stack1.C: New test.
3413
3414 2003-07-05 Mark Mitchell <mark@codesourcery.com>
3415
3416 * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
3417 run test.
3418
3419 PR c++/11431
3420 * g++.dg/expr/static_cast3.C: New test.
3421
3422 2003-07-04 Zack Weinberg <zack@codesourcery.com>
3423
3424 * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
3425 everywhere.
3426 * gcc.dg/concat.c: Concatenation of string constants with
3427 __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
3428 * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
3429 * gcc.dg/cpp/escape-2.c: Use wide character constants where
3430 necessary to avoid multi-character character constant warning.
3431 * gcc.dg/cpp/escape.c: Likewise.
3432 * gcc.dg/cpp/ucs.c: Likewise.
3433 Remove backslashes from dg-bogus comments, as they confuse Tcl.
3434 Fix a typo.
3435
3436 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
3437
3438 PR c/11428
3439 * gcc.c-torture/compile/20030704-1.c: New.
3440
3441 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
3442
3443 * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
3444
3445 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
3446
3447 PR c++/5287, PR c++/7910, PR c++/11021
3448 * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
3449 tests for warnings.
3450 * g++.dg/ext/dllimport2.C: Add tests for warnings.
3451 * g++.dg/ext/dllimport3.C: Likewise.
3452 * g++.dg/ext/dllimport4.C: New file.
3453 * g++.dg/ext/dllimport5.C: New file.
3454 * g++.dg/ext/dllimport6.C: New file.
3455 * g++.dg/ext/dllimport7.C: New file.
3456 * g++.dg/ext/dllimport8.C: New file.
3457 * g++.dg/ext/dllimport9.C: New file.
3458 * g++.dg/ext/dllimport10.C: New file.
3459 * g++.dg/ext/dllexport1.C: New file.
3460
3461 2003-07-03 Mark Mitchell <mark@codesourcery.com>
3462
3463 * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
3464 * g++.old-deja/g++.mike/net36.C: Tweak error messages.
3465
3466 2003-07-03 Roger Sayle <roger@eyesopen.com>
3467
3468 * gcc.dg/builtins-25.c: New testcase.
3469 * gcc.dg/builtins-26.c: New testcase.
3470
3471 2003-07-03 Janis Johnson <janis187@us.ibm.com>
3472
3473 * gcc.dg/compat/vector-defs.h: New file.
3474 * gcc.dg/compat/vector-setup.h: New file.
3475 * gcc.dg/compat/vector-check.h: New file.
3476 * gcc.dg/compat/vector-1_main.c: New file.
3477 * gcc.dg/compat/vector-1_x.c: New file.
3478 * gcc.dg/compat/vector-1_y.c: New file.
3479 * gcc.dg/compat/vector-2_main.c: New file.
3480 * gcc.dg/compat/vector-2_x.c: New file.
3481 * gcc.dg/compat/vector-2_y.c: New file.
3482
3483 * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
3484 * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
3485 * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
3486 * gcc.dg/compat/struct-align-1.h: New file.
3487 * gcc.dg/compat/struct-align-1_main.c: New file.
3488 * gcc.dg/compat/struct-align-1_x.c: New file.
3489 * gcc.dg/compat/struct-align-1_y.c: New file.
3490 * gcc.dg/compat/struct-align-2.h: New file.
3491 * gcc.dg/compat/struct-align-2_main.c: New file.
3492 * gcc.dg/compat/struct-align-2_x.c: New file.
3493 * gcc.dg/compat/struct-align-2_y.c: New file.
3494
3495 * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
3496 * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
3497 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3498 * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
3499 * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
3500 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3501 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3502 * gcc.dg/compat/scalar-return-3_x.c: Ditto.
3503 * gcc.dg/compat/scalar-return-4_x.c: Ditto.
3504 * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
3505 * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
3506 * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
3507 * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
3508 * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
3509 * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
3510 * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
3511 * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
3512 * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
3513 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3514 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3515 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3516 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3517 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3518 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3519 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3520 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3521 * gcc.dg/compat/struct-return-10_x.c: Ditto.
3522 * gcc.dg/compat/struct-return-2_x.c: Ditto.
3523 * gcc.dg/compat/struct-return-3_x.c: Ditto.
3524
3525 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
3526
3527 * gcc.dg/i386-call-1.c: New test.
3528
3529 2003-07-03 Nathan Sidwell <nathan@codesourcery.com>
3530
3531 PR c++/9162
3532 * g++.dg/parse/defarg4.C: New.
3533
3534 2003-07-03 Roger Sayle <roger@eyesopen.com>
3535
3536 PR target/10700
3537 * gcc.c-torture/compile/20030703-1.c: New test case.
3538
3539 2003-07-03 Mark Mitchell <mark@codesourcery.com>
3540
3541 * g++.dg/template/local3.C: Remove extra semicolon.
3542
3543 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
3544
3545 * gcc.dg/i386-volatile-1.c: New test.
3546
3547 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
3548
3549 PR c++/11072
3550 * g++.dg/other/offsetof2.C: XFAIL.
3551 * g++.dg/other/offsetof5.C: New.
3552
3553 PR c++/10219
3554 * g++.dg/template/error1.C: New.
3555
3556 PR c++/9779
3557 * g++.dg/template/dependent-expr1.C: New.
3558
3559 2003-07-01 Mark Mitchell <mark@codesourcery.com>
3560
3561 PR c++/6949
3562 * g++.dg/template/local3.C: New test.
3563
3564 PR c++/11149
3565 * g++.dg/lookup/scoped6.C: New test.
3566
3567 2003-07-01 Giovanni Bajo <giovannibajo@libero.it>
3568
3569 PR c++/8046
3570 * g++.dg/other/error7.C: New test.
3571
3572 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
3573
3574 * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
3575 * g++.old-deja/g++.abi/vtable3.h: Likewise.
3576 * g++.old-deja/g++.law/code-gen5.C: Likewise.
3577 * g++.old-deja/g++.other/union2.C: Likewise.
3578 * gcc.dg/c90-const-expr-2.c: Likewise.
3579 * gcc.dg/c90-const-expr-3.c: Likewise.
3580 * gcc.dg/c99-const-expr-2.c: Likewise.
3581 * gcc.dg/c99-const-expr-3.c: Likewise.
3582 * gcc.dg/concat.c: Likewise.
3583
3584 2003-07-01 Mark Mitchell <mark@codesourcery.com>
3585
3586 PR c++/9559
3587 * g++.dg/init/static1.C: New test.
3588
3589 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3590
3591 * Changelog: Remove ">>>>>>>" from previous change.
3592
3593 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3594
3595 * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
3596 * g++.old-deja/g++.other/access2.C: Likewise.
3597 * g++.old-deja/g++.other/decl2.C: Likewise.
3598 * gcc.c-torture/execute/20020615-1.c: Likewise.
3599
3600 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
3601
3602 PR c++/4933
3603 * g++.dg/template/sizeof4.C: New test.
3604
3605 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
3606
3607 * g++.dg/other/error6.C: New test.
3608
3609 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
3610
3611 PR c++/10750
3612 * g++.dg/parse/constant2.C: New test.
3613
3614 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
3615
3616 PR c++/11106
3617 * g++.dg/other/error5.C: New test.
3618
3619 2003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3620
3621 * gcc.dg/format/gcc_diag-1.c: New test.
3622
3623 2003-06-28 Ulrich Weigand <uweigand@de.ibm.com>
3624
3625 * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
3626
3627 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
3628
3629 * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
3630 * g++.old-deja/g++.robertl/eb133a.C: Likewise.
3631 * g++.old-deja/g++.robertl/eb133b.C: Likewise.
3632
3633 2003-06-28 Jakub Jelinek <jakub@redhat.com>
3634
3635 * gcc.c-torture/execute/builtins/string-8.c: New test.
3636 * gcc.c-torture/execute/builtins/string-8-lib.c: New.
3637 * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
3638 * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
3639
3640 2003-06-27 Mark Mitchell <mark@codesourcery.com>
3641
3642 PR c++/10468
3643 * g++.dg/ext/typeof6.C: New test.
3644
3645 2003-06-27 Mark Mitchell <mark@codesourcery.com>
3646
3647 PR c++/10796
3648 * g++.dg/init/enum1.C: New test.
3649
3650 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3651
3652 * gcc.dg/20030627-1.c: New test.
3653
3654 2003-06-26 Mark Mitchell <mark@codesourcery.com>
3655
3656 PR c++/11332
3657 * g++.dg/expr/static_cast2.C: New test.
3658
3659 2003-06-26 Roger Sayle <roger@eyesopen.com>
3660 Jakub Jelinek <jakub@redhat.com>
3661
3662 * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
3663 sprintf(dst,"%s",src) optimization.
3664 * gcc.c-torture/execute/20030626-1.c: New test case.
3665 * gcc.c-torture/execute/20030626-2.c: New test case.
3666
3667 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
3668
3669 * gcc.c-torture/execute/multi-ix.c: New test.
3670
3671 * gcc.c-torture/execute/simd-4.c (main):
3672 Added missing semicolon at end of union.
3673
3674 2003-06-26 Giovanni Bajo <giovannibajo@libero.it>
3675
3676 PR c++/8266
3677 * g++.dg/template/explicit-instantiation3.C: New test.
3678
3679 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
3680
3681 * gcc.dg/20030626-1.c: Use signed char.
3682
3683 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
3684
3685 * gcc.dg/20030626-1.c: New test.
3686
3687 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
3688
3689 * const-str-2.m: Update.
3690
3691 2003-06-25 Mark Mitchell <mark@codesourcery.com>
3692
3693 PR c++/10990
3694 * g++.dg/rtti/dyncast1.C: New test.
3695 * g++.dg/abi/mangle4.C: Correct base-specifier access.
3696 * g++.dg/lookup/scoped1.C: Remove XFAIL.
3697 * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
3698
3699 PR c++/10931
3700 * g++.dg/expr/static_cast1.C: New test.
3701
3702 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
3703
3704 * gcc.dg/20030625-1.c: New test.
3705
3706 2003-06-24 Roger Sayle <roger@eyesopen.com>
3707
3708 * gcc.c-torture/compile/20030624-1.c: New test case.
3709
3710 2003-06-24 Jakub Jelinek <jakub@redhat.com>
3711
3712 * gcc.c-torture/execute/string-opt-17.c: New test.
3713
3714 2003-06-24 Mark Mitchell <mark@codesourcery.com>
3715
3716 PR c++/5754
3717 * g++.dg/parse/crash6.C: New test.
3718
3719 2003-06-23 Roger Sayle <roger@eyesopen.com>
3720
3721 * gcc.dg/builtins-24.c: New test case.
3722
3723 2003-06-23 Jakub Jelinek <jakub@redhat.com>
3724
3725 * g++.dg/opt/operator1.C: New test.
3726
3727 2003-06-22 Roger Sayle <roger@eyesopen.com>
3728
3729 * gcc.c-torture/execute/string-opt-16.c: New test case.
3730
3731 2003-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
3732
3733 * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion option.
3734 * g++.old-deja/g++.other/conv7.C: Likewise
3735 * g++.old-deja/g++.other/overcnv2.C: Likewise.
3736 * g++.old-deja/g++.other/overload14.C: Likewise.
3737
3738 2003-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
3739
3740 * g++.old-deja/g++.jason/conversion5.C: Adjust option.
3741 * g++.old-deja/g++.bugs/900215_01.C: Likewise.
3742
3743 2003-06-20 Mark Mitchell <mark@codesourcery.com>
3744
3745 PR c++/10888
3746 * g++.dg/warn/Winline-3.C: New test.
3747
3748 2003-06-20 Mark Mitchell <mark@codesourcery.com>
3749
3750 * lib/target-supports.exp (check_alias_available): Make the test
3751 program acceptable to the Solaris assembler.
3752
3753 PR c++/10749
3754 * g++.dg/template/memclass2.C: New test.
3755
3756 2003-06-20 Mark Mitchell <mark@codesourcery.com>
3757 Eric Botcazou <ebotcazou@libertysurf.fr>
3758
3759 * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
3760 data for non-matching targets.
3761 * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
3762
3763 2003-06-20 Mark Mitchell <mark@codesourcery.com>
3764
3765 PR c++/10845
3766 * g++.dg/template/member3.C: New test.
3767
3768 2003-06-19 Mark Mitchell <mark@codesourcery.com>
3769
3770 PR c++/10939
3771 * g++.dg/template/func1.C: New test.
3772
3773 PR c++/9649
3774 * g++.dg/template/static4.C: New test.
3775 * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
3776
3777 PR c++/11041
3778 * g++.dg/init/ref7.C: New test.
3779
3780 2003-06-19 Matt Austern <austern@apple.com>
3781
3782 PR c++/11228
3783 * g++.dg/anew1.C: New test.
3784 * g++.dg/anew2.C: New test.
3785 * g++.dg/anew3.C: New test.
3786 * g++.dg/anew4.C: New test.
3787
3788 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
3789
3790 * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
3791
3792 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
3793
3794 * gcc.c-torture/execute/simd-4.c (main): Make expected value
3795 endian-dependent.
3796
3797 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
3798
3799 * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
3800 Remove cruft.
3801
3802 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3803
3804 * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
3805 * gcc.c-torture/compile/961203-1.c: Likewise.
3806 * gcc.c-torture/compile/980506-1.c: Likewise.
3807
3808 2003-06-17 Mark Mitchell <mark@codesourcery.com>
3809
3810 PR c++/10712
3811 * g++.dg/lookup/using7.C: New test.
3812
3813 2003-06-17 Mark Mitchell <mark@codesourcery.com>
3814
3815 PR c++/11105
3816 * g++.dg/abi/conv1.C: Remove it.
3817 * g++.dg/template/conv7.C: New test.
3818 * g++.dg/template/conv8.C: Likewise.
3819 * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
3820 conversion operator.
3821
3822 2003-06-17 Janis Johnson <janis187@us.ibm.com>
3823
3824 * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
3825 * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
3826 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3827 * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
3828 * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
3829 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3830 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3831 * gcc.dg/compat/scalar-return-3_x.c: Ditto.
3832 * gcc.dg/compat/scalar-return-4_x.c: Ditto.
3833 * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
3834 * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
3835 * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
3836 * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
3837 * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
3838 * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
3839 * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
3840 * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
3841 * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
3842 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3843 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3844 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3845 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3846 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3847 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3848 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3849 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3850 * gcc.dg/compat/struct-return-10_x.c: Ditto.
3851 * gcc.dg/compat/struct-return-2_x.c: Ditto.
3852 * gcc.dg/compat/struct-return-3_x.c: Ditto.
3853
3854 2003-06-16 Mark Mitchell <mark@codesourcery.com>
3855
3856 * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
3857 * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
3858 indications.
3859
3860 2003-06-16 Roger Sayle <roger@eyesopen.com>
3861
3862 * gcc.dg/i386-387-5.c: New test case.
3863 * gcc.dg/i386-387-6.c: New test case.
3864 * gcc.dg/builtins-23.c: New test case.
3865
3866 2003-06-15 Roger Sayle <roger@eyesopen.com>
3867
3868 * gcc.dg/builtins-22.c: New test case.
3869 * gcc.dg/i386-387-1.c: Update to test exp.
3870 * gcc.dg/i386-387-2.c: Likewise.
3871
3872 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3873
3874 * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
3875
3876 2003-06-12 Mark Mitchell <mark@codesourcery.com>
3877
3878 * lib/gcc-dg.exp (dg-require-dll): New function.
3879 (dg-xfail-if): Likewise.
3880 * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
3881 driver.
3882
3883 * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
3884 * gcc.c-torture/compile/20001205-1.c: Likewise.
3885 * gcc.c-torture/compile/20001226-1.c: Likewise.
3886 * gcc.c-torture/compile/20010518-2.c: Likewise.
3887 * gcc.c-torture/compile/20020312-1.c: Likewise.
3888 * gcc.c-torture/compile/20020604-1.c: Likewise.
3889 * gcc.c-torture/compile/920501-12.c: Likewise.
3890 * gcc.c-torture/compile/920501-4.c: Likewise.
3891 * gcc.c-torture/compile/920520-1.c: Likewise.
3892 * gcc.c-torture/compile/920521-1.c: Likewise.
3893 * gcc.c-torture/compile/920625-1.c: Likewise.
3894 * gcc.c-torture/compile/961203-1.c: Likewise.
3895 * gcc.c-torture/compile/980506-1.c: Likewise.
3896 * gcc.c-torture/compile/981006-1.c: Likewise.
3897 * gcc.c-torture/compile/981022-1.c: Likewise.
3898 * gcc.c-torture/compile/981223-1.c: Likewise.
3899 * gcc.c-torture/compile/990617-1.c: Likewise.
3900 * gcc.c-torture/compile/dll.c: Likewise.
3901 * gcc.c-torture/compile/labels-3.c: Likewise.
3902 * gcc.c-torture/compile/mipscop-1.c: Likewise.
3903 * gcc.c-torture/compile/mipscop-2.c: Likewise.
3904 * gcc.c-torture/compile/mipscop-3.c: Likewise.
3905 * gcc.c-torture/compile/mipscop-4.c: Likewise.
3906 * gcc.c-torture/compile/simd-5.c: Likewise.
3907 * gcc.c-torture/compile/20000804-1.x: Remove.
3908 * gcc.c-torture/compile/20001205-1.x: Likewise.
3909 * gcc.c-torture/compile/20001226-1.x: Likewise.
3910 * gcc.c-torture/compile/20010518-2.x: Likewise.
3911 * gcc.c-torture/compile/20020312-1.x: Likewise.
3912 * gcc.c-torture/compile/20020604-1.x: Likewise.
3913 * gcc.c-torture/compile/920501-12.x: Likewise.
3914 * gcc.c-torture/compile/920501-4.x: Likewise.
3915 * gcc.c-torture/compile/920520-1.x: Likewise.
3916 * gcc.c-torture/compile/920521-1.x: Likewise.
3917 * gcc.c-torture/compile/920625-1.x: Likewise.
3918 * gcc.c-torture/compile/961203-1.x: Likewise.
3919 * gcc.c-torture/compile/980506-1.x: Likewise.
3920 * gcc.c-torture/compile/981006-1.x: Likewise.
3921 * gcc.c-torture/compile/981022-1.x: Likewise.
3922 * gcc.c-torture/compile/981223-1.x: Likewise.
3923 * gcc.c-torture/compile/990617-1.x: Likewise.
3924 * gcc.c-torture/compile/mipscop-1.x: Likewise.
3925 * gcc.c-torture/compile/mipscop-2.x: Likewise.
3926 * gcc.c-torture/compile/mipscop-3.x: Likewise.
3927 * gcc.c-torture/compile/mipscop-4.x: Likewise.
3928 * gcc.c-torture/compile/simd-5.x: Likewise.
3929
3930 * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
3931
3932 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
3933
3934 * gcc.c-torture/execute/20030611-1.c: New test.
3935
3936 2003-06-12 Roger Sayle <roger@eyesopen.com>
3937
3938 PR middle-end/168
3939 * gcc.dg/20030612-1.c: New test case.
3940
3941 2003-06-12 Mark Mitchell <mark@codesourcery.com>
3942
3943 PR c++/10635
3944 * g++.dg/expr/cast1.C: New test.
3945
3946 2003-06-12 Roger Sayle <roger@eyesopen.com>
3947
3948 * gcc.dg/builtins-21.c: New test case.
3949
3950 2003-06-11 Kelley Cook <kelleycook@wideopenwest.com>
3951
3952 * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
3953 options instead of at the end.
3954 * lib/objc.exp (objc_target_compile): Likewise.
3955
3956 2003-06-11 Mark Mitchell <mark@codesourcery.com>
3957
3958 PR c++/10432
3959 * g++.dg/parse/error1.C: New test.
3960
3961 2003-06-11 Janis Johnson <janis187@us.ibm.com>
3962
3963 * gcc.dg/compat/struct-by-value-11_main.c: New file.
3964 * gcc.dg/compat/struct-by-value-11_x.c: New file.
3965 * gcc.dg/compat/struct-by-value-11_y.c: New file.
3966 * gcc.dg/compat/struct-by-value-12_main.c: New file.
3967 * gcc.dg/compat/struct-by-value-12_x.c: New file.
3968 * gcc.dg/compat/struct-by-value-12_y.c: New file.
3969 * gcc.dg/compat/struct-by-value-13_main.c: New file.
3970 * gcc.dg/compat/struct-by-value-13_x.c: New file.
3971 * gcc.dg/compat/struct-by-value-13_y.c: New file.
3972 * gcc.dg/compat/struct-by-value-14_main.c: New file.
3973 * gcc.dg/compat/struct-by-value-14_x.c: New file.
3974 * gcc.dg/compat/struct-by-value-14_y.c: New file.
3975 * gcc.dg/compat/struct-by-value-15_main.c: New file.
3976 * gcc.dg/compat/struct-by-value-15_x.c: New file.
3977 * gcc.dg/compat/struct-by-value-15_y.c: New file.
3978 * gcc.dg/compat/struct-by-value-16_main.c: New file.
3979 * gcc.dg/compat/struct-by-value-16_x.c: New file.
3980 * gcc.dg/compat/struct-by-value-16_y.c: New file.
3981 * gcc.dg/compat/struct-by-value-17_main.c: New file.
3982 * gcc.dg/compat/struct-by-value-17_x.c: New file.
3983 * gcc.dg/compat/struct-by-value-17_y.c: New file.
3984 * gcc.dg/compat/struct-by-value-18_main.c: New file.
3985 * gcc.dg/compat/struct-by-value-18_x.c: New file.
3986 * gcc.dg/compat/struct-by-value-18_y.c: New file.
3987
3988 * gcc.dg/compat/scalar-by-value-3_main.c: New file.
3989 * gcc.dg/compat/scalar-by-value-3_x.c: New file.
3990 * gcc.dg/compat/scalar-by-value-3_y.c: New file.
3991 * gcc.dg/compat/scalar-by-value-4_main.c: New file.
3992 * gcc.dg/compat/scalar-by-value-4_x.c: New file.
3993 * gcc.dg/compat/scalar-by-value-4_y.c: New file.
3994 * gcc.dg/compat/scalar-return-3_main.c: New file.
3995 * gcc.dg/compat/scalar-return-3_x.c: New file.
3996 * gcc.dg/compat/scalar-return-3_y.c: New file.
3997 * gcc.dg/compat/scalar-return-4_main.c: New file.
3998 * gcc.dg/compat/scalar-return-4_x.c: New file.
3999 * gcc.dg/compat/scalar-return-4_y.c: New file.
4000
4001 2003-06-10 Janis Johnson <janis187@us.ibm.com>
4002
4003 * gcc.dg/compat/fp2-struct-check.h: New file.
4004 * gcc.dg/compat/fp2-struct-defs.h: New file.
4005 * gcc.dg/compat/fp2-struct-init.h: New file.
4006 * gcc.dg/compat/struct-by-value-10_main.c: New file.
4007 * gcc.dg/compat/struct-by-value-10_x.c: New file.
4008 * gcc.dg/compat/struct-by-value-10_y.c: New file.
4009 * gcc.dg/compat/struct-return-10_main.c: New file.
4010 * gcc.dg/compat/struct-return-10_x.c: New file.
4011 * gcc.dg/compat/struct-return-10_y.c: New file.
4012
4013 * gcc.dg/compat/compat-common.h: New file.
4014 * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
4015 * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
4016 * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
4017 * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
4018 * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
4019 * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
4020 * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
4021 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4022 * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
4023 * gcc.dg/compat/scalar-return-1_main.c: Ditto.
4024 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4025 * gcc.dg/compat/scalar-return-1_y.c: Ditto.
4026 * gcc.dg/compat/scalar-return-2_main.c: Ditto.
4027 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4028 * gcc.dg/compat/scalar-return-2_y.c: Ditto.
4029 * gcc.dg/compat/small-struct-check.h: Ditto.
4030 * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
4031 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4032 * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
4033 * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
4034 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4035 * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4036 * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
4037 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4038 * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
4039 * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
4040 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4041 * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4042 * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
4043 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4044 * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4045 * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
4046 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4047 * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
4048 * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
4049 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4050 * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
4051 * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
4052 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4053 * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
4054 * gcc.dg/compat/struct-return-2_main.c: Ditto.
4055 * gcc.dg/compat/struct-return-2_x.c: Ditto.
4056 * gcc.dg/compat/struct-return-2_y.c: Ditto.
4057 * gcc.dg/compat/struct-return-3_main.c: Ditto.
4058 * gcc.dg/compat/struct-return-3_x.c: Ditto.
4059 * gcc.dg/compat/struct-return-3_y.c: Ditto.
4060
4061 2003-06-10 Geoffrey Keating <geoffk@apple.com>
4062
4063 * g++.dg/pch/static-1.C: New file.
4064 * g++.dg/pch/static-1.Hs: New file.
4065
4066 2003-06-10 Richard Henderson <rth@redhat.com>
4067
4068 * gcc.dg/asm-7.c: Adjust expected warning text.
4069
4070 2003-06-10 Roger Sayle <roger@eyesopen.com>
4071
4072 * gcc.dg/builtins-20.c: New test case.
4073
4074 2003-06-10 Mark Mitchell <mark@codesourcery.com>
4075
4076 PR c++/11131
4077 * g++.dg/opt/template1.C: New test.
4078
4079 2003-06-09 Mark Mitchell <mark@codesourcery.com>
4080
4081 * lib/gcc-dg.exp (dg-test): Clear additional_files and
4082 additional_sources.
4083
4084 2003-05-21 David Taylor <dtaylor@emc.com>
4085
4086 * gcc.dg/Wpadded.c: New file.
4087
4088 2003-06-09 Mark Mitchell <mark@codesourcery.com>
4089
4090 * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
4091 * gcc.dg/special/weak-2.c: Add dg-require-weak.
4092 * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
4093 dg-require-weak.
4094
4095 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
4096
4097 * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
4098
4099 2003-06-09 Mark Mitchell <mark@codesourcery.com>
4100
4101 * lib/gcc-dg.exp (dg-require-weak): Fix typo.
4102 (dg-require-alias): Likewise.
4103 (dg-require-gc-sections): Likewise.
4104 * lib/target-supports.exp (check_gc_sections_available): Likewise.
4105
4106 2003-06-08 Richard Henderson <rth@redhat.com>
4107
4108 * gcc.dg/20011029-2.c: Fix the array reference.
4109 * gcc.dg/asm-7.c: New.
4110
4111 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
4112
4113 * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
4114
4115 2003-06-08 Mark Mitchell <mark@codesourcery.com>
4116
4117 * lib/gcc-dg.exp (dg-require-alias): Fix typo.
4118 (dg-require-gc-sections): Likewise.
4119
4120 2003-06-08 Jan Hubicka <jh@suse.cz>
4121
4122 * i386-cmov1.c: Fix regular expression.
4123 * i386-cvt-1.c: Likewise.
4124 * i386-local.c: Likewise.
4125 * i386-local2.c: Likewise.
4126 * i386-mul.c: Likewise.
4127 * i386-ssetype-1.c: Likewise.
4128 * i386-ssetype-3.c: Likewise.
4129 * i386-ssetype-5.c: Likewise.
4130
4131 2003-06-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4132
4133 PR c++/11039
4134 * g++.dg/warn/implicit-typename2.C: New test.
4135 * g++.dg/warn/implicit-typename3.C: New test.
4136
4137 2003-06-07 Richard Henderson <rth@redhat.com>
4138
4139 * g++.dg/other/offsetof3.C: Use size_t.
4140 * g++.dg/other/offsetof4.C: Likewise.
4141
4142 2003-06-07 H.J. Lu <hongjiu.lu@intel.com>
4143
4144 * lib/copy-file.exp: New. Implement gcc_copy_files.
4145
4146 * lib/dg-pch.exp: Load copy-file.exp
4147 (dg-pch): Use gcc_copy_files instead of "file copy".
4148
4149 2003-06-06 Mark Mitchell <mark@codesourcery.com>
4150
4151 * gcc.dg/weak/weak.exp: Simplify.
4152 * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
4153 * gcc.dg/weak/weak-1.c: Likewise.
4154 * gcc.dg/weak/weak-2.c: Likewise.
4155 * gcc.dg/weak/weak-3.c: Likewise.
4156 * gcc.dg/weak/weak-4.c: Likewise.
4157 * gcc.dg/weak/weak-5.c: Likewise.
4158 * gcc.dg/weak/weak-6.c: Likewise.
4159 * gcc.dg/weak/weak-7.c: Likewise.
4160 * gcc.dg/weak/weak-8.c: Likewise.
4161 * gcc.dg/weak/weak-9.c: Likewise.
4162
4163 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
4164
4165 gcc.c-torture/execute/20030606-1.c: New.
4166
4167 2003-06-06 Roger Sayle <roger@eyesopen.com>
4168
4169 * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
4170 * gcc.dg/builtins-19.c: Likewise.
4171
4172 2003-06-06 Roger Sayle <roger@eyesopen.com>
4173
4174 * gcc.dg/builtins-2.c: Add some more tests.
4175 * gcc.dg/builtins-18.c: New test case.
4176 * gcc.dg/builtins-19.c: New test case.
4177
4178 2003-06-06 Roger Sayle <roger@eyesopen.com>
4179 Jim Wilson <wilson@tuliptree.org>
4180
4181 * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
4182
4183 2003-06-06 Jakub Jelinek <jakub@redhat.com>
4184
4185 * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
4186 mempcpy/stpcpy calls not to be optimized into something else.
4187 * gcc.c-torture/execute/string-opt-3.c: Moved to...
4188 * gcc.c-torture/execute/builtins/string-7.c: ...here.
4189 * gcc.c-torture/execute/builtins/string-7-lib.c: New.
4190
4191 2003-06-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4192
4193 * gcc.dg/format/asm_fprintf-1.c: New test.
4194
4195 2003-06-05 Mark Mitchell <mark@codesourcery.com>
4196
4197 * lib/gcc-defs.exp (additional_sources): New variable.
4198 (dg-additional-sources): New function.
4199 (additional_files): New variable.
4200 (dg-additional-files): New function.
4201 (dg-additional-files-options): Likewise.
4202 * lib/gcc-dg.exp (dg-require-weak): New function.
4203 (dg-require-alias): Likewise.
4204 (dg-require-gc-sections): Likewise.
4205 * lib/target-supports.exp (check_alias_available): Remove testfile
4206 parameter.
4207 (check_gc_sections_available): New function.
4208 * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
4209 (dg-gpp-additional-files): Likewise.
4210 * lib/g++.exp (additional_sources): Remove.
4211 (additional_files): Likewise.
4212 (g++_target_compile): Use dg-additional-files-options.
4213
4214 * gcc.dg/special/special.exp: Add "ecos" tests. Remove complex
4215 Tcl logic.
4216 * gcc.dg/special/ecos.exp: Remove.
4217 * gcc.dg/special/20000419-2.c: Use dg-require-*.
4218 * gcc.dg/special/alias-1.c: Likewise.
4219 * gcc.dg/special/alias-2.c: Likewise.
4220 * gcc.dg/special/gcsec-1.c: Likewise.
4221 * gcc.dg/special/weak-1.c: Likewise.
4222 * gcc.dg/special/weak-2.c: Likewise.
4223 * gcc.dg/special/wkali-1.c: Likewise.
4224 * gcc.dg/special/wkali-2.c: Likewise.
4225
4226 * g++.dg/special/conpr-2.C: Use dg-additional-*, not
4227 dg-gpp-additional-*.
4228 * g++.dg/special/conpr-3.C: Likewise.
4229 * g++.dg/special/conpr-4.C: Likewise.
4230 * g++.old-deja/g++.abi/vtable3a.C: Likewise.
4231 * g++.old-deja/g++.abi/vtable3b.C: Likewise.
4232 * g++.old-deja/g++.abi/vtable3c.C: Likewise.
4233 * g++.old-deja/g++.abi/vtable3d.C: Likewise.
4234 * g++.old-deja/g++.abi/vtable3e.C: Likewise.
4235 * g++.old-deja/g++.abi/vtable3f.C: Likewise.
4236 * g++.old-deja/g++.abi/vtable3g.C: Likewise.
4237 * g++.old-deja/g++.abi/vtable3h.C: Likewise.
4238 * g++.old-deja/g++.abi/vtable3i.C: Likewise.
4239 * g++.old-deja/g++.abi/vtable3j.C: Likewise.
4240 * g++.old-deja/g++.oliva/linkage1.C: Likewise.
4241 * g++.old-deja/g++.other/comdat1.C: Likewise.
4242 * g++.old-deja/g++.other/comdat2.C: Likewise.
4243 * g++.old-deja/g++.other/comdat3.C: Likewise.
4244 * g++.old-deja/g++.other/ctor1.C: Likewise.
4245 * g++.old-deja/g++.pt/instantiate5.C: Likewise.
4246
4247 2003-06-05 Richard Henderson <rth@redhat.com>
4248
4249 * gcc.dg/debug/20030605-1.c: New.
4250
4251 2003-06-04 Mark Mitchell <mark@codesourcery.com>
4252
4253 * README.QMTEST: Update.
4254
4255 2003-06-04 Richard Henderson <rth@redhat.com>
4256
4257 * gcc.dg/cleanup-1.c: New.
4258 * gcc.dg/cleanup-2.c: New.
4259 * gcc.dg/cleanup-3.c: New.
4260 * gcc.dg/cleanup-4.c: New.
4261 * gcc.dg/cleanup-5.c: New.
4262 * gcc.dg/cleanup-6.c: New.
4263 * gcc.dg/cleanup-7.c: New.
4264
4265 2003-06-04 Mark Mitchell <mark@codesourcery.com>
4266
4267 * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
4268
4269 * lib/dg-pch.exp: New file.
4270 * g++.dg/pch/pch.exp: Use dg-pch.exp.
4271 * gcc.dg/pch/pch.exp: Likewise.
4272
4273 2003-06-04 Roger Sayle <roger@eyesopen.com>
4274
4275 * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
4276 * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
4277 * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
4278 * gcc.dg/builtins-17.c: New test case.
4279 * gcc.dg/i386-387-4.c: New test case.
4280 * gcc.c-torture/execute/ieee/mzero4.c: New test case.
4281
4282 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4283
4284 * gcc.dg/ultrasp9.c: New test.
4285
4286 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4287
4288 * gcc.c-torture/compile/20030604-1.c: New test.
4289 * gcc.dg/sparc-constant-1.c: New test.
4290
4291 2003-06-03 Glen Nakamura <glen@imodulo.com>
4292
4293 * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
4294
4295 2003-06-03 J"orn Rennecke <joern.rennecke@superh.com>
4296
4297 * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
4298
4299 * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
4300 * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
4301
4302 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
4303
4304 * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
4305
4306 2003-06-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4307
4308 PR c++/10940
4309 * g++.dg/template/spec10.C: New test.
4310
4311 2003-06-03 Roger Sayle <roger@eyesopen.com>
4312
4313 * gcc.dg/builtins-16.c: New test case.
4314
4315 2003-06-03 Jakub Jelinek <jakub@redhat.com>
4316
4317 * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
4318 mempcpy test with post-increments.
4319 * gcc.c-torture/execute/string-opt-3.c: New test.
4320 * gcc.dg/string-opt-1.c: New test.
4321
4322 2003-06-03 David Billinghurst (David.Billinghurst@riotinto.com)
4323
4324 PR fortran/10965
4325 * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
4326
4327 2003-06-02 Mark Mitchell <mark@codesourcery.com>
4328
4329 * lib/scanasm.exp (dg-scan): New function, factored out of ...
4330 (scan-assembler): ... here. Use dg-scan.
4331 (scan-assembler-not): Likewise.
4332 (scan-file): New function.
4333 (scan-file-not): Likewise.
4334 * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
4335 * gcc.dg/cpp/_Pragma4.c: Likewise.
4336 * gcc.dg/cpp/_Pragma5.c: Likewise.
4337 * gcc.dg/cpp/avoidpaste1.c: Likewise.
4338 * gcc.dg/cpp/avoidpaste2.c: Likewise.
4339 * gcc.dg/cpp/cmdlne-C2.c: Likewise.
4340 * gcc.dg/cpp/cmdlne-P.c: Likewise.
4341 * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
4342 * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
4343 * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
4344 * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
4345 * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
4346 * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
4347 * gcc.dg/cpp/cxxcom1.c: Likewise.
4348 * gcc.dg/cpp/line1.c: Likewise.
4349 * gcc.dg/cpp/maccom1.c: Likewise.
4350 * gcc.dg/cpp/maccom2.c: Likewise.
4351 * gcc.dg/cpp/maccom3.c: Likewise.
4352 * gcc.dg/cpp/maccom4.c: Likewise.
4353 * gcc.dg/cpp/maccom5.c: Likewise.
4354 * gcc.dg/cpp/maccom6.c: Likewise.
4355 * gcc.dg/cpp/multiline.c: Likewise.
4356 * gcc.dg/cpp/spacing1.c: Likewise.
4357 * gcc.dg/cpp/spacing2.c: Likewise.
4358 * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
4359 * gcc.dg/cpp/trad/maccom1.c: Likewise.
4360 * gcc.dg/cpp/trad/maccom2.c: Likewise.
4361 * gcc.dg/cpp/trad/maccom3.c: Likewise.
4362 * gcc.dg/cpp/trad/maccom4.c: Likewise.
4363 * gcc.dg/cpp/trad/maccom6.c: Likewise.
4364 * gcc.dg/cpp/cxxcom2.c: Likewise.
4365 * gcc.dg/cpp/cxxcom2.h: New file.
4366
4367 * gcc.dg/cpp/truefalse.cpp: Move it to ...
4368 * g++.dg/cpp/truefalse.C: Here.
4369 * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
4370
4371 2003-06-01 Loren James Rittle <ljrittle@acm.org>
4372
4373 * gcc.dg/cpp/redef3.c: New file.
4374
4375 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4376
4377 * gcc.dg/i386-loop-3.c: New test.
4378
4379 2003-05-31 Toon Moene <toon@moene.indiv.nluug.nl>
4380
4381 * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
4382
4383 2003-05-31 Roger Sayle <roger@eyesopen.com>
4384
4385 * gcc.dg/fwrapv-1.c: New test case.
4386 * gcc.dg/fwrapv-2.c: New test case.
4387
4388 2003-05-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4389
4390 PR c++/10956
4391 * g++.dg/template/spec9.C: New test.
4392
4393 2003-05-29 Roger Sayle <roger@eyesopen.com>
4394
4395 * gcc.dg/duff-4.c: New test case.
4396
4397 2003-05-27 David Billinghurst (David.Billinghurst@riotinto.com)
4398
4399 PR fortran/10843
4400 * g77.dg/ffixed-form-1.f: New test
4401 * g77.dg/ffixed-form-2.f: New test
4402 * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
4403 * g77.dg/ffree-form-3.f: New test
4404
4405 2003-05-26 Andreas Tobler <a.tobler@schweiz.ch>
4406
4407 * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
4408 * gcc.dg/wint_t-1.c: Likewise.
4409
4410 2003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4411
4412 * g++.dg/template/access11.C: New test.
4413
4414 2003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4415
4416 PR c++/10849
4417 * g++.dg/template/access10.C: New test.
4418
4419 2003-05-24 Eric Botcazou <ebotcazou@libertysurf.fr>
4420 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4421
4422 * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
4423
4424 2003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
4425
4426 * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
4427 suppress for powerpc-*-darwin*.
4428 * gcc.dg/torture/builtin-noret-2.c: Likewise.
4429
4430 2003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
4431
4432 * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
4433 suppress option for powerpc-*-darwin*.
4434
4435 2003-05-23 Roger Sayle <roger@eyesopen.com>
4436
4437 * gcc.dg/builtins-1.c: Add tests for tan and atan.
4438 * gcc.dg/builtins-4.c: Add test for fmod.
4439
4440 2003-05-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4441
4442 PR c++/10682
4443 * g++.dg/template/instantiate4.C: New test.
4444
4445 2003-05-22 Roger Sayle <roger@eyesopen.com>
4446
4447 * gcc.c-torture/execute/ieee/inf-2.c: New test case.
4448
4449 2003-05-21 Janis Johnson <janis187@us.ibm.com>
4450
4451 * gcc.dg/compat/scalar-return-1_main.c: New file.
4452 * gcc.dg/compat/scalar-return-1_x.c: New file.
4453 * gcc.dg/compat/scalar-return-1_y.c: New file.
4454 * gcc.dg/compat/scalar-return-2_main.c: New file.
4455 * gcc.dg/compat/scalar-return-2_x.c: New file.
4456 * gcc.dg/compat/scalar-return-2_y.c: New file.
4457 * gcc.dg/compat/struct-return-3_main.c: New file.
4458 * gcc.dg/compat/struct-return-3_y.c: New file.
4459 * gcc.dg/compat/struct-return-3_x.c: New file.
4460 * gcc.dg/compat/struct-return-2_main.c: New file.
4461 * gcc.dg/compat/struct-return-2_x.c: New file.
4462 * gcc.dg/compat/struct-return-2_y.c: New file.
4463
4464 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4465
4466 * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
4467 for hppa*-hp-hpux*.
4468 * gcc.dg/20021014-1.c (dg-options): Likewise.
4469 * gcc.dg/nest.c (dg-options): Likewise.
4470
4471 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
4472
4473 PR c++/9738
4474 * g++.dg/ext/dllimport2.C: New file.
4475 * g++.dg/ext/dllimport3.C: New file.
4476
4477 2003-05-20 Janis Johnson <janis187@us.ibm.com>
4478
4479 * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
4480 * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4481 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4482 * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4483 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4484 * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4485 * gcc.dg/compat/struct-by-value-7_x.c Ditto.
4486 * gcc.dg/compat/struct-by-value-7_y.c Ditto.
4487 * gcc.dg/compat/small-struct-defs.h: New file.
4488 * gcc.dg/compat/small-struct-init.h: New file.
4489 * gcc.dg/compat/small-struct-check.h: New file.
4490 * gcc.dg/compat/fp-struct-defs.h: New file.
4491 * gcc.dg/compat/fp-struct-check.h: New file.
4492 * gcc.dg/compat/fp-struct-init.h: New file.
4493 * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
4494 * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
4495
4496 2003-05-19 Jakub Jelinek <jakub@redhat.com>
4497
4498 * gcc.dg/20030225-2.c: New test.
4499
4500 2003-05-18 Roger Sayle <roger@eyesopen.com>
4501 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4502
4503 * gcc.c-torture/compile/20030518-1.c: New test case.
4504
4505 2003-05-18 Mark Mitchell <mark@codesourcery.com>
4506
4507 * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
4508 * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
4509 gcc-dg-debug-runtest.
4510 * g++.dg/debug/debug.exp: Pass opt_opts parameter to
4511 gcc-dg-debug-runtest.
4512
4513 2003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4514
4515 PR c++/9022
4516 * g++.dg/lookup/using6.C: New test.
4517
4518 2003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4519
4520 * g++.dg/parse/access2.C: New test.
4521
4522 2003-05-17 Mark Mitchell <mark@codesourcery.com>
4523
4524 * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
4525 * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
4526 * gcc.dg/debug/debug.exp: Likewise.
4527
4528 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4529
4530 * gcc.dg/dollar.c: New test.
4531
4532 2003-05-16 Janis Johnson <janis187@us.ibm.com>
4533
4534 * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
4535 * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
4536 * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
4537 * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
4538 * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
4539 * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
4540 * gcc.dg/compat/struct-by-value-6_main.c: New file.
4541 * gcc.dg/compat/struct-by-value-6_x.c: New file.
4542 * gcc.dg/compat/struct-by-value-6_y.c: New file.
4543 * gcc.dg/compat/struct-by-value-7_main.c: New file.
4544 * gcc.dg/compat/struct-by-value-7_x.c: New file.
4545 * gcc.dg/compat/struct-by-value-7_y.c: New file.
4546 * gcc.dg/compat/struct-by-value-8_main.c: New file.
4547 * gcc.dg/compat/struct-by-value-8_x.c: New file.
4548 * gcc.dg/compat/struct-by-value-8_y.c: New file.
4549 * gcc.dg/compat/struct-by-value-9_main.c: New file.
4550 * gcc.dg/compat/struct-by-value-9_x.c: New file.
4551 * gcc.dg/compat/struct-by-value-9_y.c: New file.
4552
4553 2003-05-16 Mark Mitchell <mark@codesourcery.com>
4554
4555 * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
4556 (gcc-dg-test-1): ... this. Add target_compile parameter. Add
4557 support for "repo" mode.
4558 * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
4559 * lib/g77-dg.exp: Likewise.
4560 * lib/obj-dg.exp: Likewise.
4561
4562 2003-05-16 Jakub Jelinek <jakub@redhat.com>
4563
4564 Merge from gcc-3_2-rhl8-branch:
4565 2003-04-23 Jakub Jelinek <jakub@redhat.com>
4566
4567 * gcc.dg/tls/opt-6.c: New test.
4568
4569 2003-04-05 Jakub Jelinek <jakub@redhat.com>
4570
4571 * gcc.dg/20030405-1.c: New test.
4572
4573 2003-03-09 Jakub Jelinek <jakub@redhat.com>
4574
4575 * gcc.dg/20030309-1.c: New test.
4576
4577 2003-03-07 Eric Botcazou <ebotcazou@libertysurf.fr>
4578
4579 * gcc.c-torture/execute/20030307-1.c: New test.
4580
4581 2003-02-20 Randolph Chung <tausq@debian.org>
4582
4583 * gcc.c-torture/compile/20030220-1.c: New test.
4584
4585 2003-02-18 Jakub Jelinek <jakub@redhat.com>
4586
4587 * gcc.dg/20030217-1.c: New test.
4588
4589 2003-01-29 Jakub Jelinek <jakub@redhat.com>
4590
4591 * gcc.c-torture/compile/20020129-1.c: New test.
4592
4593 2002-12-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4594
4595 * gcc.dg/unroll-1.c: New test.
4596
4597 2002-11-16 Jan Hubicka <jh@suse.cz>
4598
4599 * gcc.c-torture/execute/20020920-1.c: New test.
4600
4601 2002-10-08 Jakub Jelinek <jakub@redhat.com>
4602
4603 PR target/7434
4604 * gcc.c-torture/compile/20021008-1.c: New test.
4605
4606 2002-08-10 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
4607
4608 PR target/7559
4609 * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
4610
4611 2002-08-07 Jakub Jelinek <jakub@redhat.com>
4612
4613 * gcc.c-torture/compile/20020807-1.c: New test.
4614
4615 2002-07-30 Jakub Jelinek <jakub@redhat.com>
4616
4617 * gcc.dg/tls/opt-1.c: New test.
4618
4619 2002-07-29 Jakub Jelinek <jakub@redhat.com>
4620
4621 * gcc.dg/20020729-1.c: New test.
4622
4623 2002-07-20 Jakub Jelinek <jakub@redhat.com>
4624
4625 * g++.dg/opt/life1.C: New test.
4626
4627 2002-05-20 Jakub Jelinek <jakub@redhat.com>
4628
4629 * gcc.dg/20020525-1.c: New test.
4630
4631 2002-05-24 Jakub Jelinek <jakub@redhat.com>
4632
4633 PR c++/6794
4634 * g++.dg/ext/pretty1.C: New test.
4635 * g++.dg/ext/pretty2.C: New test.
4636
4637 2003-05-15 Mark Mitchell <mark@codesourcery.com>
4638
4639 PR c++/8385
4640 * g++.dg/ext/typeof5.C: New test.
4641
4642 2003-05-15 J"orn Rennecke <joern.rennecke@superh.com>
4643
4644 * gcc.c-torture/execute/builtins/string-asm-1.c: Take
4645 __USER_LABEL_PREFIX__ into account.
4646 * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
4647
4648 2003-05-14 Roger Sayle <roger@eyesopen.com>
4649
4650 * gcc.dg/builtins-15.c: New test case.
4651
4652 2003-05-13 Zack Weinberg <zack@codesourcery.com>
4653
4654 * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
4655
4656 2003-05-12 Mark Mitchell <mark@codesourcery.com>
4657
4658 * lib/g++.exp: Tweak handling of additional source files.
4659 * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
4660 * g++.dg/special/conpr-2a.C: Rename to ...
4661 * g++.dg/special/conpr-2a.cc: ... this.
4662 * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
4663 * g++.dg/special/conpr-3a.C: Rename to ...
4664 * g++.dg/special/conpr-3a.cc: This.
4665 * g++.dg/special/conpr-3b.C: Rename to ...
4666 * g++.dg/special/conpr-3b.cc: This.
4667 * g++.dg/special/conpr-4.C: New test.
4668 * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
4669
4670 2003-05-12 David Edelsohn <edelsohn@gnu.org>
4671
4672 * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
4673
4674 2003-05-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4675
4676 * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
4677 * g++.old-deja/g++.robertl/eb71.C: Likewise.
4678 * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
4679 * g++.old-deja/g++.other/warn3.C: Likewise.
4680
4681 2003-05-11 Roger Sayle <roger@eyesopen.com>
4682
4683 * gcc.dg/i386-387-1.c: Update to also test log.
4684 * gcc.dg/i386-387-2.c: Likewise.
4685
4686 2003-05-11 Toon Moene <toon@moene.indiv.nluug.nl>
4687
4688 * g77.f-torture/execute/int8421.f: New test.
4689
4690 2003-05-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4691
4692 PR c++/10230, c++/10481
4693 * g++.dg/lookup/scoped5.C: New test.
4694
4695 2003-05-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4696
4697 PR c++/10552
4698 * g++.dg/template/ttp6.C: New test.
4699
4700 2003-05-11 Richard Sandiford <rsandifo@redhat.com>
4701
4702 * gcc.c-torture/execute/builtins: New directory.
4703 * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
4704 gcc.c-torture/execute/builtins.
4705 * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
4706 * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
4707 * gcc.dg/torture: ...this new directory. Turn into link-only tests.
4708 * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
4709
4710 2003-05-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4711
4712 PR c++/9252
4713 * g++.dg/template/access8.C: New test.
4714 * g++.dg/template/access9.C: New test.
4715
4716 2003-05-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4717
4718 PR c++/9554
4719 * g++.dg/parse/access1.C: New test.
4720
4721 2003-05-09 DJ Delorie <dj@redhat.com>
4722
4723 * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
4724 long, and not an int.
4725
4726 2003-05-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4727
4728 PR c++/10555, c++/10576
4729 * g++.dg/template/memclass1.C: New test.
4730
4731 2003-05-08 DJ Delorie <dj@redhat.com>
4732
4733 * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
4734 targets.
4735 * gcc.c-torture/execute/20021024-1.x: Likewise.
4736 * gcc.c-torture/execute/shiftdi.x: Likewise.
4737 * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
4738 * g++.old-deja/g++.other/exprstmt1.C: Likewise.
4739 * gcc.dg/20021018-1.c: Likewise.
4740
4741 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4742
4743 * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
4744
4745 gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
4746 (bcopy): Call memmove.
4747
4748 2003-05-08 Roger Sayle <roger@eyesopen.com>
4749
4750 * g77.f-torture/compile/8485.f: New test case.
4751
4752 2003-05-07 Richard Henderson <rth@redhat.com>
4753
4754 PR c++/10570
4755 * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
4756 Verify exception_cleanup not called for rethrows.
4757 * g++.dg/eh/forced2.C: Test that exception_cleanup is called
4758 when exiting catch block without rethrowing.
4759 * g++.dg/eh/forced3.C: New.
4760 * g++.dg/eh/forced4.C: New.
4761
4762 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
4763
4764 * gcc.dg/20030505.c: Fix triplet.
4765
4766 2003-05-06 DJ Delorie <dj@redhat.com>
4767
4768 * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
4769 * gcc.dg/nest.c: Likewise.
4770
4771 2003-05-05 Roger Sayle <roger@eyesopen.com>
4772
4773 * gcc.dg/builtins-14.c: New test case.
4774
4775 2003-05-05 Janis Johnson <janis187@us.ibm.com>
4776
4777 * lib/compat.exp (compat-execute): New argument.
4778 * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
4779 * gcc.dg/compat: New test directory.
4780 * gcc.dg/compat/compat.exp: New expect script.
4781 * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
4782 * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
4783 * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
4784 * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
4785 * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
4786 * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
4787
4788 * gcc.dg/compat/struct-by-value-1_main.c: New test file.
4789 * gcc.dg/compat/struct-by-value-1_x.c: New test file.
4790 * gcc.dg/compat/struct-by-value-1_y.c: New test file.
4791 * gcc.dg/compat/struct-by-value-2_main.c: New test file.
4792 * gcc.dg/compat/struct-by-value-2_x.c: New test file.
4793 * gcc.dg/compat/struct-by-value-2_y.c: New test file.
4794 * gcc.dg/compat/struct-by-value-3_main.c: New test file.
4795 * gcc.dg/compat/struct-by-value-3_x.c: New test file.
4796 * gcc.dg/compat/struct-by-value-3_y.c: New test file.
4797 * gcc.dg/compat/struct-by-value-4_main.c: New test file.
4798 * gcc.dg/compat/struct-by-value-4_x.c: New test file.
4799 * gcc.dg/compat/struct-by-value-4_y.c: New test file.
4800 * gcc.dg/compat/struct-by-value-5_main.c: New test file.
4801 * gcc.dg/compat/struct-by-value-5_x.c: New test file.
4802 * gcc.dg/compat/struct-by-value-5_y.c: New test file.
4803
4804 2003-05-05 Zack Weinberg <zack@codesourcery.com>
4805
4806 * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
4807
4808 2003-05-05 Jakub Jelinek <jakub@redhat.com>
4809
4810 * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
4811
4812 2003-05-05 Geoffrey Keating <geoffk@apple.com>
4813
4814 * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
4815 * gcc.dg/ppc-fsel-2.c: New test.
4816
4817 * gcc.dg/unused-5.c: New test.
4818
4819 2003-05-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4820
4821 PR c++/10496
4822 * g++.dg/warn/pmf1.C: New test.
4823
4824 2003-05-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4825
4826 PR c++/4494
4827 * g++.dg/warn/main.C: New test.
4828
4829 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4830
4831 * gcc.dg/nonnull-3.c: New test.
4832
4833 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
4834
4835 * gcc.dg/cpp/Wtrigraphs.c: Update.
4836 * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
4837
4838 2003-05-03 Geoffrey Keating <geoffk@apple.com>
4839
4840 * gcc.dg/ppc-fsel-1.c: New test.
4841
4842 2003-05-03 Zack Weinberg <zack@codesourcery.com>
4843
4844 PR c/10604
4845 * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
4846
4847 2003-05-03 Kazu Hirata <kazu@cs.umass.edu>
4848
4849 * gcc.dg/m-un-2.c: Fix the typedef of size_t.
4850
4851 2003-05-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4852
4853 PR c++/9364, c++/10553, c++/10586
4854 * g++.dg/parse/typename4.C: New test.
4855 * g++.dg/parse/typename5.C: Likewise.
4856
4857 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
4858
4859 * gcc.c-torture/compile/20030503-1.c: New test.
4860
4861 2003-05-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4862
4863 * g++.dg/lookup/using5.C: Fix testcase error.
4864
4865 2003-05-01 Chris Demetriou <cgd@broadcom.com>
4866
4867 * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
4868 since MEABI is no longer supported. Remove all vestiges
4869 of MEABI from the test.
4870
4871 2003-05-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4872
4873 PR c++/10554
4874 * g++.dg/lookup/using5.C: New test.
4875
4876 2003-05-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4877
4878 PR c++/8772
4879 * g++.dg/template/ttp5.C: New test.
4880
4881 2003-04-30 Mark Mitchell <mark@codesourcery.com>
4882
4883 * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
4884 (dg-gpp-additional-sources): New function.
4885 (dg-gpp-additional-files): Likewise.
4886 * lib/g++.exp (additional_sources): New variable.
4887 (additional_files): Likewise.
4888 (g++_target_compile): Deal with them.
4889 * lib/old-dejagnu.exp: Remove.
4890 * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
4891 * g++.old-deja: Revise all tests to use dg commands.
4892
4893 2003-04-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4894
4895 PR c++/9432, c++/9528
4896 * g++.dg/lookup/using4.C: New test.
4897
4898 2003-04-29 Geoffrey Keating <geoffk@apple.com>
4899
4900 * gcc.dg/noreturn-5.c: New file.
4901 * gcc.dg/noreturn-6.c: New file.
4902
4903 * gcc.c-torture/compile/inline-1.c: New file.
4904
4905 2003-04-29 Mark Mitchell <mark@codesourcery.com>
4906
4907 PR c++/10551
4908 * g++.dg/template/explicit1.C: New test.
4909
4910 2003-04-29 Mark Mitchell <mark@codesourcery.com>
4911
4912 PR c++/10549
4913 * g++.dg/other/bitfield1.C: New test.
4914
4915 PR c++/10527
4916 * g++.dg/init/new7.C: New test.
4917
4918 2003-04-29 Mark Mitchell <mark@codesourcery.com>
4919
4920 * g++.dg/ext/desig1.C: New test.
4921 * g++.dg/ext/init1.C: Update.
4922
4923 * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
4924
4925 2003-04-28 Mark Mitchell <mark@codesourcery.com>
4926
4927 PR c++/10180
4928 * g++.dg/warn/Winline-1.C: New test.
4929
4930 2003-04-28 Jakub Jelinek <jakub@redhat.com>
4931
4932 * gcc.c-torture/execute/string-opt-19.c: New test.
4933
4934 * gcc.c-torture/execute/string-opt-asm-1.c: New test.
4935 * gcc.c-torture/execute/string-opt-asm-2.c: New test.
4936
4937 2003-04-27 Mark Mitchell <mark@codesourcery.com>
4938
4939 PR c++/10506
4940 * g++.dg/init/new6.C: New test.
4941
4942 PR c++/10503
4943 * g++.dg/init/ref6.C: New test.
4944
4945 2003-04-26 David Edelsohn <edelsohn@gnu.org>
4946
4947 * g++.dg/warn/weak1.C: XFAIL on AIX4.
4948
4949 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4950
4951 * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
4952 checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
4953
4954 2003-04-25 Mark Mitchell <mark@codesourcery.com>
4955
4956 * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
4957 initialized static data members.
4958
4959 2003-04-25 H.J. Lu <hjl@gnu.org>
4960
4961 * gcc.dg/ia64-sync-4.c: New test.
4962
4963 2003-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4964
4965 * gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright
4966 date.
4967
4968 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
4969
4970 PR c++/10337
4971 * g++.dg/warn/conv1.C: New test.
4972 * g++.old-deja/g++.other/conv7.C: Adjust.
4973 * g++.old-deja/g++.other/overload14.C: Adjust.
4974
4975 2003-04-23 Mark Mitchell <mark@codesourcery.com>
4976
4977 PR c++/10471
4978 * g++.dg/template/defarg2.C: New test.
4979
4980 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
4981
4982 * gcc.dg/cpp/include2.c: Update.
4983 * gcc.dg/cpp/multiline-2.c: New.
4984 * gcc.dg/cpp/multiline.c: Update.
4985 * gcc.dg/cpp/strify2.c: Update.
4986 * gcc.dg/cpp/trad/literals-2.c: Update.
4987
4988 2003-04-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4989
4990 * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
4991
4992 2003-04-23 Mark Mitchell <mark@codesourcery.com>
4993
4994 * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
4995
4996 2003-04-23 Mark Mitchell <mark@codesourcery.com>
4997
4998 PR c++/10451
4999 * g++.dg/parse/crash4.C: New test.
5000
5001 PR c++/9847
5002 * g++.dg/parse/crash5.C: New test.
5003
5004 2003-04-22 Mark Mitchell <mark@codesourcery.com>
5005
5006 PR c++/10446
5007 * g++.dg/parse/crash3.C: New test.
5008
5009 PR c++/10428
5010 * g++.dg/parse/elab1.C: New test.
5011
5012 2003-04-22 Devang Patel <dpatel@apple.com>
5013
5014 * gcc.dg/cpp/trad/funlike-5.c: New test.
5015
5016 2003-04-21 Andreas Tobler <a.tobler@schweiz.ch>
5017
5018 * g++.dg/other/packed1.C: Fix dg options.
5019
5020 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
5021
5022 * g++.dg/other/offsetof2.C: New test.
5023
5024 2003-04-21 Mark Mitchell <mark@codesourcery.com>
5025
5026 * g++.dg/template/recurse.C: Adjust location of error messages.
5027
5028 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
5029
5030 PR c++/9881
5031 * g++.dg/init/addr-const1.C: New test.
5032 * g++.dg/other/packed1.C: XFAIL on aligned architectures.
5033
5034 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
5035
5036 PR c++/10405
5037 * g++.dg/lookup/struct-hack1.C: New test.
5038
5039 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
5040
5041 * ucs.c: Update diagnostic messages.
5042
5043 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
5044
5045 * gcc.dg/cpp/truefalse.cpp: New test.
5046 * gcc.dg/cpp/cpp.exp: Update.
5047 * g++.dg/other/stdbool-if.C: Remove.
5048
5049 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
5050
5051 * gcc.dg/cpp/_Pragma4.c: Remove stray space.
5052 * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
5053
5054 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
5055
5056 * gcc.c-torture/compile/20030418-1.c: New test.
5057
5058 2003-04-17 Janis Johnson <janis187@us.ibm.com>
5059
5060 * README.compat: Remove; content moved to doc/sourcebuild.texi.
5061
5062 2003-04-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5063
5064 PR c++/10347
5065 g++.dg/template/dependent-name1.C: New test.
5066
5067 2003-04-17 J"orn Rennecke <joern.rennecke@superh.com>
5068
5069 * gcc.dg/warn-1.c (tourist_guide): New array,
5070 contains a pointer to bar.
5071
5072 2003-04-16 Roger Sayle <roger@eyesopen.com>
5073
5074 * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
5075 * gcc.c-torture/execute/medce-1.c: New test case.
5076 * gcc.c-torture/execute/medce-2.c: New test case.
5077
5078 2003-04-15 Mark Mitchell <mark@codesourcery.com>
5079
5080 * lib/prune.exp: Ignore more messages.
5081
5082 PR c++/10381
5083 * g++.dg/parse/lookup3.C: New test.
5084
5085 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
5086
5087 * gcc.c-torture/compile/20030415-1.c : New test.
5088
5089 2003-04-14 Mark Mitchell <mark@codesourcery.com>
5090
5091 * gcc.c-torture/execute/scope-2.c: Move to ...
5092 * gcc.dg/noncompile/scope.c: .... here.
5093
5094 2003-04-14 Roger Sayle <roger@eyesopen.com>
5095
5096 * gcc.dg/20030414-2.c: New test case.
5097
5098 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
5099
5100 PR target/10377
5101 * gcc.dg/20030414-1.c: New test.
5102
5103 2003-04-13 Roger Sayle <roger@eyesopen.com>
5104
5105 * gcc.dg/builtins-12.c: New test case.
5106 * gcc.dg/builtins-13.c: New test case.
5107
5108 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5109
5110 * gcc.c-torture/execute/string-opt-18.c: New test.
5111
5112 2003-04-13 Mark Mitchell <mark@codesourcery.com>
5113
5114 PR c++/10300
5115 * g++.dg/init/new5.C: New test.
5116
5117 2003-04-12 Mark Mitchell <mark@codesourcery.com>
5118
5119 PR c++/7910
5120 * g++.dg/ext/dllimport1.C: New test.
5121
5122 2003-04-12 Eric Botcazou <ebotcazou@libertysurf.fr>
5123
5124 * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
5125
5126 2003-04-11 Bud Davis <bdavis9659@comcast.net>
5127
5128 PR Fortran/9263
5129 * g77.f-torture/noncompile/9263.f: New test
5130 PR Fortran/1832
5131 * g77.f-torture/execute/1832.f: New test
5132
5133 2003-04-11 David Chad <davidc@freebsd.org>
5134 Loren J. Rittle <ljrittle@acm.org>
5135
5136 libobjc/8562
5137 * objc.dg/headers.m: New test.
5138
5139 2003-04-10 Zack Weinberg <zack@codesourcery.com>
5140
5141 * gcc.c-torture/execute/builtin-noret-2.c: New.
5142 * gcc.c-torture/execute/builtin-noret-2.x: New.
5143 XFAIL builtin-noret-2.c at -O1 and above.
5144 * gcc.dg/redecl.c: New.
5145 * gcc.dg/Wshadow-1.c: Update error regexps.
5146
5147 2003-04-10 Mark Mitchell <mark@codesourcery.com>
5148
5149 * g++.dg/abi/bitfield10.C: New test.
5150
5151 2003-04-09 Mike Stump <mrs@apple.com>
5152
5153 * gcc.dg/pch/pch.exp: Make testcase names longer.
5154 * g++.dg/pch/pch.exp: Make testcase names longer.
5155
5156 2003-04-08 Roger Sayle <roger@eyesopen.com>
5157
5158 * gcc.dg/builtins-11.c: New test case.
5159
5160 2003-04-08 Roger Sayle <roger@eyesopen.com>
5161
5162 * gcc.dg/builtins-9.c: New test case.
5163 * gcc.dg/builtins-10.c: New test case.
5164
5165 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
5166
5167 * gcc.dg/noncompile/init-4.c.c: New test.
5168
5169 2003-04-06 Nathan Sidwell <nathan@codesourcery.com>
5170
5171 * gcc.misc-test/gcov-9.c: New test.
5172 * gcc.misc-test/gcov-10.c: New test
5173 * gcc.misc-test/gcov-11.c: New test.
5174
5175 2003-04-05 Zack Weinberg <zack@codesourcery.com>
5176
5177 PR optimization/10024
5178 * gcc.c-torture/compile/20030405-1.c: New test.
5179
5180 2003-04-04 Geoffrey Keating <geoffk@apple.com>
5181
5182 * gcc.dg/pch/static-3.c: New.
5183 * gcc.dg/pch/static-3.hs: New.
5184 * gcc.dg/pch/pch.exp: Test with -O0 -g too.
5185
5186 2003-04-04 Richard Henderson <rth@redhat.com>
5187
5188 * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
5189 * g++.dg/eh/forced2.C: Likewise.
5190
5191 2003-04-03 Mike Stump <mrs@apple.com>
5192
5193 * lib/scanasm.exp (scan-assembler): Add xfail processing for
5194 target arg.
5195 (scan-assembler-times, scan-assembler-not): Likewise.
5196 (scan-assembler-dem, scan-assembler-dem-not): Likewise.
5197
5198 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
5199
5200 * gcc.dg/sparc-loop-1.c: New test.
5201
5202 2003-04-02 Geoffrey Keating <geoffk@apple.com>
5203
5204 PR other/9274
5205 * g++.dg/pch/system-2.C: New.
5206 * g++.dg/pch/system-2.Hs: New.
5207
5208 2003-04-02 Aldy Hernandez <aldyh@redhat.com>
5209
5210 * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
5211
5212 * g++.dg/eh/simd-1.C (vecfunc): Same.
5213
5214 2003-04-01 Roger Sayle <roger@eyesopen.com>
5215
5216 * gcc.c-torture/execute/20030401-1.c: New test case.
5217
5218 2003-04-01 Ziemowit Laski <zlaski@apple.com>
5219
5220 * objc.dg/defs.m: New.
5221
5222 2003-04-01 Aldy Hernandez <aldyh@redhat.com>
5223
5224 * g++.dg/eh/simd-1.C: New.
5225 * g++.dg/eh/simd-2.C: New.
5226
5227 2003-03-01 Aldy Hernandez <aldyh@redhat.com>
5228
5229 * gcc.c-torture/execute/simd-3.c: New.
5230
5231 2003-03-31 Mark Mitchell <mark@codesourcery.com>
5232
5233 PR c/9936
5234 * gcc.dg/20030331-2.c: New test.
5235
5236 2003-03-31 Mark Mitchell <mark@codesourcery.com>
5237
5238 PR c++/10278
5239 * g++.dg/parse/crash2.C: New test.
5240
5241 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
5242
5243 * gcc.c-torture/compile/20030331-1.c: New test, moved from...
5244 * gcc.c-torture/execute/20030331-1.c: ...here.
5245
5246 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
5247
5248 * gcc.c-torture/execute/20030331-1.c: New test.
5249
5250 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
5251
5252 * lib/gcov.exp: Adjust call return testing strings.
5253 * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
5254
5255 2003-03-31 Roger Sayle <roger@eyesopen.com>
5256
5257 * gcc.dg/builtins-3.c: Add new tests for sin and cos.
5258 * gcc.dg/builtins-7.c: New test case.
5259 * gcc.dg/builtins-8.c: New test case.
5260
5261 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
5262
5263 * gcc.c-torture/execute/ieee/20030331-1.c: New test.
5264
5265 2003-03-30 Mark Mitchell <mark@codesourcery.com>
5266
5267 PR c++/7647
5268 * g++.dg/lookup-class-member-2.C: New test.
5269
5270 2003-03-30 Glen Nakamura <glen@imodulo.com>
5271
5272 * gcc.dg/20030324-1.c: Add comments and abort if test fails.
5273
5274 2003-03-28 Roger Sayle <roger@eyesopen.com>
5275
5276 * gcc.c-torture/execute/ieee/fp-cmp-6.c: Correct test for -O0.
5277
5278 2003-03-28 Mark Mitchell <mark@codesourcery.com>
5279
5280 * g++.dg/init/attrib1.C: New test.
5281
5282 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
5283
5284 * gcc.dg/ultrasp8.c: New test.
5285
5286 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
5287
5288 * gcc.dg/ultrasp7.c: New test.
5289
5290 2003-03-28 Nathan Sidwell <nathan@codesourcery.com>
5291
5292 PR c++/10047
5293 * g++.dg/template/inline1.C: New test.
5294
5295 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
5296
5297 * gcc.dg/sparc-dwarf2.c: New test.
5298
5299 2003-03-27 Roger Sayle <roger@eyesopen.com>
5300
5301 * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
5302 * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
5303
5304 2003-03-27 Mark Mitchell <mark@codesourcery.com>
5305
5306 * lib/gcov.exp (run-gcov): Add branches and calls options, rather
5307 than reading .x files.
5308 * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
5309 * g77.dg/gcov/gcov-1.f: Likewise.
5310 * gcc.misc-tests/gcov-4b.c: Likewise.
5311 * gcc.misc-tests/gcov-5b.c: Likewise.
5312 * gcc.misc-tests/gcov-6.c: Likewise.
5313 * gcc.misc-tests/gcov-7.c: Likewise.
5314 * gcc.misc-tests/gcov-8.c: Likewise.
5315 * g++.dg/gcov/gcov-1.x: Remove.
5316 * g77.dg/gcov/gcov-1.x: Likewise.
5317 * gcc.misc-tests/gcov-4b.x: Likewise.
5318 * gcc.misc-tests/gcov-5b.x: Likewise.
5319 * gcc.misc-tests/gcov-6.x: Likewise.
5320 * gcc.misc-tests/gcov-7.x: Likewise.
5321 * gcc.misc-tests/gcov-8.x: Likewise.
5322
5323 2003-03-27 Glen Nakamura <glen@imodulo.com>
5324
5325 PR opt/10087
5326 * gcc.dg/20030324-1.c: New test.
5327
5328 2003-03-27 Nathan Sidwell <nathan@codesourcery.com>
5329
5330 PR c++/10224
5331 * g++.dg/template/arg3.C: New test.
5332
5333 PR c++/10158
5334 * g++.dg/template/friend18.C: New test.
5335
5336 2003-03-26 Roger Sayle <roger@eyesopen.com>
5337
5338 * g77.f-torture/compile/20030326-1.f: New test case.
5339
5340 2003-03-26 Janis Johnson <janis187@us.ibm.com>
5341
5342 * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
5343
5344 * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
5345
5346 2003-03-26 Jakub Jelinek <jakub@redhat.com>
5347
5348 * gcc.dg/ia64-sync-3.c: New test.
5349
5350 2003-03-26 Alan Modra <amodra@bigpond.net.au>
5351
5352 * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
5353
5354 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
5355
5356 * gcc.dg/ultrasp6.c: New test.
5357
5358 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
5359
5360 * gcc.dg/i386-signbit-1.c: New test.
5361 * gcc.dg/i386-signbit-2.c: New test.
5362 * gcc.dg/i386-signbit-3.c: New test.
5363
5364 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
5365
5366 * gcc.dg/ultrasp5.c: Fix options.
5367
5368 2003-03-24 Eric Botcazou <ebotcazou@libertysurf.fr>
5369
5370 * gcc.dg/ultrasp5.c: Fix comment.
5371
5372 2003-03-24 Bud Davis <bdavis9659@comcast.net>
5373
5374 PR fortran/10197
5375 * g77.f-torture/execute/10197.f: New test.
5376
5377 2003-03-24 Nathan Sidwell <nathan@codesourcery.com>
5378
5379 PR c++/9898, c++/383
5380 * g++.dg/template/conv6.C: New test.
5381
5382 PR c++/10119
5383 * g++.dg/template/ptrmem5.C: New test.
5384
5385 PR c++/10026
5386 * g++.dg/lookup/koenig1.C: New test.
5387
5388 PR C++/10199
5389 * g++.dg/lookup/template2.C: New test.
5390
5391 2003-03-24 Jakub Jelinek <jakub@redhat.com>
5392
5393 * g++.dg/opt/rtti1.C: New test.
5394
5395 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
5396
5397 * gcc.dg/ultrasp5.c: New test.
5398
5399 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
5400
5401 PR middle-end/9967
5402 * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
5403 builtin fputs.
5404
5405 2003-03-23 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5406
5407 PR c/8224
5408 * gcc.dg/20030323-1.c: New test.
5409
5410 2003-03-23 Roger Sayle <roger@eyesopen.com>
5411
5412 * gcc.c-torture/compile/20030323-1.c: New test case.
5413
5414 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
5415
5416 * gcc.dg/20030321-1.c: New test.
5417
5418 2003-03-22 Zack Weinberg <zack@codesourcery.com>
5419
5420 * gcc.dg/Wshadow-1.c: Add a dg-warning line.
5421
5422 2003-03-22 Nathan Sidwell <nathan@codesourcery.com>
5423
5424 PR c++/9978, c++/9708
5425 * g++.dg/ext/vlm1.C: Adjust expected error.
5426 * g++.dg/ext/vla2.C: New test.
5427 * g++.dg/template/arg1.C: New test.
5428 * g++.dg/template/arg2.C: New test.
5429
5430 2003-03-22 Bud Davis <bdavis9659@comcast.net>
5431
5432 * g77.f-torture/execute/select.f: New test.
5433 * g77.f-torture/noncompile/select_no_compile.f: New test.
5434
5435 2003-03-21 Nathan Sidwell <nathan@codesourcery.com>
5436
5437 PR c++/9898
5438 * g++.dg/other/error4.C: New test.
5439
5440 2003-03-20 Mark Mitchell <mark@codesourcery.com>
5441
5442 * g++.dg/template/friend17.C: New test.
5443
5444 2003-03-21 Alan Modra <amodra@bigpond.net.au>
5445
5446 * gcc.c-torture/compile/20030320-1.c: New.
5447
5448 2003-03-20 Roger Sayle <roger@eyesopen.com>
5449
5450 * gcc.dg/builtins-6.c: New test case.
5451
5452 2003-03-19 Alan Modra <amodra@bigpond.net.au>
5453
5454 PR target/10073
5455 * gcc.c-torture/compile/20030319-1.c: New.
5456
5457 2003-03-18 Jan Hubicka <jh@suse.cz>
5458
5459 * gcc.dg/i386-cvt-1.c: New test.
5460
5461 2003-03-17 Zack Weinberg <zack@codesourcery.com>
5462
5463 * objc.dg/naming-1.m: Use "(parse|syntax) error".
5464 * objc.dg/naming-2.m: Likewise.
5465
5466 2003-03-17 Mark Mitchell <mark@codesourcery.com>
5467
5468 PR c++/9639
5469 * g++.dg/parse/crash1.C: New test.
5470
5471 2003-03-16 Mark Mitchell <mark@codesourcery.com>
5472
5473 PR c++/8805
5474 * g++.dg/eh/cleanup1.C: New test.
5475
5476 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
5477
5478 * gcc.c-torture/execute/20030316-1.c: New test case.
5479
5480 2003-03-16 Nathan Sidwell <nathan@codesourcery.com>
5481
5482 PR c++/9629
5483 * g++.dg/init/ctor2.C: New test.
5484
5485 2003-03-15 Roger Sayle <roger@eyesopen.com>
5486
5487 * g77.f-torture/compile/xformat.f: New test case.
5488
5489 2003-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5490
5491 * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
5492 * g++.old-deja/g++.mike/eh50.C: Likewise.
5493
5494 2003-03-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5495
5496 PR c++/6440
5497 * g++.dg/template/spec7.C: New test.
5498 * g++.dg/template/spec8.C: Likewise.
5499
5500 2003-03-14 Jakub Jelinek <jakub@redhat.com>
5501
5502 * gcc.c-torture/execute/20030313-1.c: New test.
5503
5504 2003-03-14 Richard Henderson <rth@redhat.com>
5505
5506 * gcc.dg/inline-2.c: Adjust alpha test for external call.
5507
5508 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
5509
5510 * gcc.c-torture/compile/20030314-1.c: New test.
5511
5512 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
5513
5514 * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
5515 * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
5516 thumb target,
5517 * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
5518 to accept newer _imp__ prefix and additional
5519 newline in .drectve section.
5520 * gcc.dg/dll-4.c: Likewise.
5521 * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
5522 switch.
5523
5524 2003-03-13 Mark Mitchell <mark@codesourcery.com>
5525
5526 * g++.dg/parse/namespace9.C: New test.
5527
5528 * g++.dg/init/ref5.C: New test.
5529 * g++.dg/parse/ptrmem1.C: Likewise.
5530
5531 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5532
5533 * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
5534 * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
5535 regular expression.
5536 * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
5537 * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
5538
5539 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
5540
5541 * gcc.c-torture/execute/20030224-2.c: New test.
5542
5543 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
5544
5545 * gcc.dg/decl-3.c: New test.
5546
5547 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
5548
5549 * gcc.dg/i386-loop-2.c: New test.
5550
5551 2003-03-11 Mark Mitchell <mark@codesourcery.com>
5552
5553 PR c++/9474
5554 * g++.dg/parse/namespace8.C: New test.
5555
5556 PR c++/9924
5557 * g++.dg/overload/builtin2.C: New test.
5558
5559 2003-03-11 Steven Bosscher <s.bosscher@student.tudelft.nl>
5560
5561 * gcc.dg/return-type-3.c: New test.
5562
5563 2003-03-11 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
5564
5565 * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
5566 profiling options are not supported.
5567
5568 2003-03-10 Mark Mitchell <mark@codesourcery.com>
5569
5570 * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
5571 * g++.old-deja/g++.warn/impint2.C: Likewise.
5572
5573 2003-03-10 Devang Patel <dpatel@apple.com>
5574
5575 * g++.dg/cpp/c++_cmd_1.C: New test.
5576 * g++.dg/cpp/c++_cmd_1.h: New file.
5577
5578 2003-03-10 Segher Boessenkool <segher@koffie.nl>
5579
5580 * gcc.dg/altivec-9.c: New file.
5581
5582 2003-03-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5583
5584 * gcc.dg/ppc-sdata-1.c: New test.
5585 * gcc.dg/ppc-sdata-2.c: New test.
5586
5587 2003-03-09 Mark Mitchell <mark@codesourcery.com>
5588
5589 PR c++/9373
5590 * g++.dg/opt/ptrmem2.C: New test.
5591
5592 PR c++/8534
5593 * g++.dg/opt/ptrmem1.C: New test.
5594
5595 2003-03-09 Eric Botcazou <ebotcazou@libertysurf.fr>
5596
5597 * gcc.dg/i386-loop-1.c: New test.
5598
5599 2003-03-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5600
5601 PR c++/9970
5602 * g++.dg/lookup/friend1.C: New test.
5603
5604 2003-03-08 Mark Mitchell <mark@codesourcery.com>
5605
5606 PR c++/9823
5607 * g++.dg/parser/constructor1.C: New test.
5608
5609 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
5610
5611 * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
5612
5613 * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
5614
5615 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
5616
5617 * gcc.dg/cpp/Wunused.c: Update test.
5618
5619 2003-03-08 Jan Hubicka <jh@suse.cz>
5620
5621 * gcc.dg/inline-3.c: New test.
5622
5623 2003-03-08 Mark Mitchell <mark@codesourcery.com>
5624
5625 PR c++/9809
5626 * g++.dg/parse/builtin1.C: New test.
5627
5628 PR c++/9982
5629 * g++.dg/abi/cookie1.C: New test.
5630 * g++.dg/abi/cookie2.C: Likewise.
5631
5632 PR c++/9524
5633 * g++.dg/template/field1.C: New test.
5634
5635 PR c++/9912
5636 * g++.dg/parse/class1.C: New test.
5637 * g++.dg/parse/namespace7.C: Likewise.
5638 * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
5639
5640 2003-03-07 Mark Mitchell <mark@codesourcery.com>
5641
5642 * g++.dg/init/ref4.C: New test.
5643
5644 2003-03-07 Jan Hubicka <jh@suse.cz>
5645
5646 * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
5647 * gcc.dg/inline-3.c: New test.
5648
5649 2003-03-06 Mark Mitchell <mark@codesourcery.com>
5650
5651 * g++.dg/init/ref3.C: New test.
5652
5653 PR c++/9965
5654 * g++.dg/init/ref2.C: New test.
5655
5656 PR c++/9400
5657 * g++.dg/warn/Wshadow-2.C: New test.
5658
5659 PR c++/9791
5660 * g++.dg/warn/Woverloaded-1.C: New test.
5661
5662 2003-03-05 Jan Hubicka <jh@suse.cz>
5663
5664 * gcc.dg/i386-local2.c: New.
5665 * gcc.dg/i386-local.c: Fix typo.
5666
5667 2003-03-05 Mark Mitchell <mark@codesourcery.com>
5668
5669 * g++.dg/abi/layout3.C: New test.
5670
5671 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
5672
5673 * gcc.c-torture/compile/20030305-1.c
5674
5675 2003-03-05 Jan Hubicka <jh@suse.cz>
5676
5677 * gcc.dg/i386-local.c: New.
5678
5679 2003-03-04 J"orn Rennecke <joern.rennecke@superh.com>
5680
5681 * gcc.dg/sh-relax.c: Disable for sh64-*-*.
5682
5683 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5684
5685 * gcc.dg/switch-2.c: New test.
5686 * gcc.dg/switch-3.c: New test.
5687 * gcc.dg/Wswitch.c: Adjust line numbers.
5688 * gcc.dg/Wswitch-default.c: Likewise.
5689 * gcc.dg/Wswitch-enum.c: Likewise.
5690
5691 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
5692
5693 * gcc.c-torture/execute/20030222-1.c: New test.
5694
5695 2003-03-03 James E Wilson <wilson@tuliptree.org>
5696
5697 * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
5698
5699 2003-03-03 Mark Mitchell <mark@codesourcery.com>
5700
5701 PR c++/9878
5702 * g++.dg/init/ref1.C: New test.
5703
5704 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
5705
5706 * gcc.dg/sh-relax.c: New SH-only test.
5707
5708 2003-03-03 Geoffrey Keating <geoffk@apple.com>
5709
5710 * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
5711 comment explaining purpose of testcase.
5712
5713 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
5714
5715 * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
5716 for HC11/HC12 (asm needs two int registers).
5717 * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
5718 HC11/HC12 because the test uses an asm which needs two 32-bit
5719 registers.
5720
5721 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
5722
5723 * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
5724 for HC11/HC12 (array is too large otherwise).
5725 * gcc.c-torture/compile/920501-4.x: New file, likewise.
5726 * gcc.c-torture/compile/20010518-2.x: Likewise.
5727 * gcc.c-torture/compile/980506-1.x: Don't execute this test on
5728 HC11/HC12 (array is too large).
5729
5730 2003-03-01 Geoffrey Keating <geoffk@apple.com>
5731
5732 * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
5733 * lib/g++-dg.exp (g++-dg-test): Likewise.
5734
5735 2003-03-01 Roger Sayle <roger@eyesopen.com>
5736
5737 * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
5738 * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
5739
5740 2003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5741
5742 * g++.dg/warn/implicit-typename1.C: Remove warning.
5743
5744 2003-02-28 Richard Henderson <rth@redhat.com>
5745
5746 * gcc.dg/noreturn-1.c: Move noreturn warning line.
5747 * gcc.dg/return-type-1.c: Move control reaches end warning line.
5748
5749 2003-02-28 Geoffrey Keating <geoffk@apple.com>
5750
5751 * gcc.dg/pch/pch.exp: Change .pch to .gch.
5752 * g++.dg/pch/pch.exp: Likewise.
5753
5754 2003-02-28 Mark Mitchell <mark@codesourcery.com>
5755
5756 PR c++/9879
5757 * testsuite/g++.dg/init/new4.C: New test.
5758
5759 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
5760
5761 * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
5762
5763 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
5764
5765 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
5766 unsigned long.
5767
5768 * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
5769 wider than float.
5770
5771 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5772
5773 * lib/scanasm.exp: Add support for counting numbers of
5774 occurences.
5775 * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
5776 gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
5777
5778 2003-02-25 Mark Mitchell <mark@codesourcery.com>
5779
5780 PR c++/9683
5781 * g++.dg/template/static3.C: New test.
5782
5783 PR c++/9829
5784 * g++.dg/parse/namespace6.C: New test.
5785
5786 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5787
5788 PR target/9732
5789 * gcc.dg/20030225-1.c: New test.
5790
5791 2003-02-24 Mark Mitchell <mark@codesourcery.com>
5792
5793 * README: Remove out-of-date information.
5794
5795 PR c++/9836
5796 * g++.dg/template/spec6.C: New test.
5797
5798 2003-02-24 Jeff Law <law@redhat.com>
5799
5800 * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
5801
5802 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5803
5804 * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
5805 * gcc.dg/pragma-ep-1.c: Likewise.
5806
5807 2003-02-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5808
5809 PR c++/9602
5810 * g++.dg/template/friend16.C: New test.
5811
5812 2003-02-23 Mark Mitchell <mark@codesourcery.com>
5813
5814 PR c++/5333
5815 * g++.dg/parse/fused-params1.C: Adjust error messages.
5816 * g++.dg/template/nested3.C: New test.
5817
5818 2003-02-24 Alan Modra <amodra@bigpond.net.au>
5819
5820 * g++.dg/abi/param1.C: New test.
5821
5822 2003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5823
5824 PR c++/7982
5825 * g++.dg/warn/implicit-typename1.C: New test.
5826
5827 2003-02-22 Kelley Cook <kelleycook@comcast.net>
5828
5829 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
5830 with "mtune".
5831 * g++.old-deja/g++.other/store-expr2.C: Likewise.
5832 * gcc.c-torture/execute/20010129-1.x: Likewise.
5833 * gcc.dg/20011107-1.c: Likewise.
5834 * gcc.dg/20020108-1.c: Likewise.
5835 * gcc.dg/20020122-3.c: Likewise.
5836 * gcc.dg/20020206-1.c: Likewise.
5837 * gcc.dg/20020310-1.c: Likewise.
5838 * gcc.dg/20020426-2.c: Likewise.
5839 * gcc.dg/20020517-1.c: Likewise.
5840 * gcc.dg/991230-1.c: Likewise.
5841 * gcc.dg/i386-unroll-1.c: Likewise.
5842 * gcc.misc-tests/i386-prefetch.exp: Likewise.
5843
5844 2003-02-22 Jan Hubicka <jh@suse.cz>
5845
5846 * gcc.dg/i386-mul.c: New test.
5847
5848 2003-02-21 Roger Sayle <roger@eyesopen.com>
5849
5850 * gcc.dg/builtins-5.c: New test case.
5851
5852 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
5853
5854 * gcc.dg/asmreg-1.c: New test.
5855
5856 2003-02-21 Mark Mitchell <mark@codesourcery.com>
5857
5858 PR c++/9749
5859 * g++.dg/parse/varmod1.C: New test.
5860
5861 2003-02-21 Mark Mitchell <mark@codesourcery.com>
5862
5863 PR c++/9727
5864 * g++.dg/template/op1.C: New test.
5865
5866 2003-02-21 Mark Mitchell <mark@codesourcery.com>
5867
5868 PR c++/8906
5869 * g++.dg/template/nested2.C: New test.
5870
5871 2003-02-21 Mark Mitchell <mark@codesourcery.com>
5872
5873 PR c++/8724
5874 * g++.dg/expr/dtor1.C: New test.
5875
5876 2003-02-21 Zack Weinberg <zack@codesourcery.com>
5877
5878 * gcc.dg/cpp/include3.c: New test.
5879 * gcc.dg/cpp/inc/foo.h: New file.
5880
5881 2003-02-21 Glen Nakamura <glen@imodulo.com>
5882
5883 * gcc.c-torture/execute/20030221-1.c: New test.
5884
5885 2003-02-20 Mark Mitchell <mark@codesourcery.com>
5886
5887 PR c++/9729
5888 * g++.dg/abi/conv1.C: New test.
5889
5890 2003-02-20 Jan Hubicka <jh@suse.cz>
5891
5892 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
5893
5894 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
5895
5896 * gcc.c-torture/compile/20030219-1.c: New test.
5897
5898 2003-02-18 Jan Hubicka <jh@suse.cz>
5899
5900 * gcc.dg/funcorder.c: New test.
5901
5902 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
5903
5904 * gcc.c-torture/execute/20030218-1.c: New.
5905
5906 2003-02-18 Aldy Hernandez <aldyh@redhat.com>
5907
5908 * gcc.dg/20030218-1.c: New.
5909
5910 2003-02-18 Richard Henderson <rth@redhat.com>
5911
5912 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
5913 * gcc.dg/attr-used-2.c: New.
5914
5915 2003-02-18 Mark Mitchell <mark@codesourcery.com>
5916
5917 PR c++/9704
5918 * g++.dg/init/copy5.C: New test.
5919
5920 2003-02-18 Geoffrey Keating <geoffk@apple.com>
5921
5922 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
5923 * g++.dg/pch/pch.exp: Likewise.
5924
5925 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
5926
5927 * gcc.c-torture/execute/20030209-1.c: Enable the test if
5928 STACK_SIZE is not defined.
5929
5930 2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5931
5932 PR c++/9457
5933 * g++.dg/template/init1.C: New test.
5934
5935 2003-02-16 Jan HUbicka <jh@suse.cz>
5936
5937 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
5938 (foo): Add few extra tests
5939 * gcc.dg/c99-const-expr-3.c: Likewise.
5940 * gcc.c-torture/execute/20030216-1.c: New.
5941
5942 2003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5943
5944 PR c++/9459
5945 * g++.dg/ext/typeof4.C: New test.
5946
5947 2003-02-15 Roger Sayle <roger@eyesopen.com>
5948
5949 * gcc.dg/i386-387-3.c: New test case.
5950
5951 2003-02-14 Josef Zlomek <zlomekj@suse.cz>
5952
5953 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
5954 cris-*-elf* cris-*-aout* and mmix-*-*.
5955
5956 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
5957
5958 * gcc.dg/20030213-1.c: New test.
5959
5960 2003-02-12 Roger Sayle <roger@eyesopen.com>
5961
5962 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
5963 * gcc.dg/i386-387-2.c: Likewise.
5964
5965 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
5966
5967 * gcc.dg/ppc-spe.c: Fix formatting.
5968 Enable tests that were previously unsupported by gas.
5969 Delete tests for instructions that no longer exist.
5970 Switch arguments on evsubifw builtin.
5971
5972 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
5973
5974 * gcc.c-torture/execute/20030209-1.c: Disable the test if
5975 STACK_SIZE is too small.
5976
5977 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
5978 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
5979
5980 * gcc.dg/decl-2.c: New test.
5981
5982 2003-02-10 Jan Hubicka <jh@suse.cz>
5983
5984 * gcc.dg/i386-fpcvt-1.c: New test.
5985
5986 2002-02-09 Richard Sandiford <rsandifo@redhat.com>
5987
5988 * gcc.c-torture/execute/20030209-1.c: New test.
5989
5990 2003-02-09 Kazu Hirata <kazu@cs.umass.edu>
5991
5992 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
5993 int-wide bitops, use the constants of the same width.
5994 Likewise, if long long is 32-bit wide, test bitops using
5995 32-bit constants.
5996
5997 2003-02-07 Loren James Rittle <ljrittle@acm.org>
5998
5999 * gcc.dg/20021014-1.c: Annotate with expected notice text.
6000
6001 2003-02-07 Roger Sayle <roger@eyesopen.com>
6002
6003 * testsuite/gcc.dg/builtins-4.c: New test case.
6004
6005 2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6006
6007 * gcc.dg/20020430-1.c: Fix dg command typos.
6008 * gcc.dg/20020503-1.c: Likewise.
6009
6010 2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6011
6012 PR c++/8785
6013 * g++.dg/parse/fused-params1.C: New test.
6014
6015 PR c++/8857
6016 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
6017
6018 PR c++/8921
6019 * g++.dg/parse/non-dependent1.C: New test.
6020
6021 PR c++/8928
6022 * g++.dg/parse/dupl-tmpl-args1.C: New test.
6023
6024 PR c++/9228
6025 * g++.dg/parse/undefined7.C: New test.
6026 * g++.dg/parse/non-templ1.C: New test.
6027
6028 PR c++/9229
6029 * g++.dg/parse/too-many-tmpl-args1.C: New test.
6030
6031 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
6032
6033 * gcc.c-torture/compile/20030206-1.c: New test.
6034
6035 2003-02-05 Roger Sayle <roger@eyesopen.com>
6036
6037 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
6038 "pow" to "foo" to avoid potential confusion with a math built-in.
6039
6040 2003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6041
6042 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
6043 conditions for SPARC targets.
6044
6045 2003-02-05 Jakub Jelinek <jakub@redhat.com>
6046
6047 * gcc.dg/20030204-1.c: New test.
6048
6049 2003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6050
6051 PR c++/38
6052 * g++.dg/parse/array-size1.C: New test.
6053
6054 PR c++/5657
6055 * g++.dg/parse/undefined3.C: New test.
6056
6057 PR c++/5665
6058 * g++.dg/parse/undefined4.C: New test.
6059
6060 PR c++/5975
6061 * g++.dg/parse/undefined5.C: New test.
6062
6063 PR c++/7259
6064 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
6065
6066 PR c++/8578
6067 * g++.dg/parse/casting-operator1.C: New test.
6068
6069 PR c++/8596
6070 * g++.dg/parse/undefined6.C: New test.
6071
6072 PR c++/8736
6073 * g++.dg/parse/missing-template1.C: New test.
6074
6075 2003-02-04 Jan Hubicka <jh@suse.cz>
6076
6077 * gcc.dg/i386-cadd.c: Compile using -march=k8.
6078 * gcc.dg/i386-cmov?.c: Likewise.
6079 * gcc.dg/i386-fpcvt-?.c: Likewise.
6080 * gcc.dg/i386-ssefp-1.c: Likewise.
6081 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
6082 conventions.
6083
6084 2003-02-03 Mark Mitchell <mark@codesourcery.com>
6085
6086 PR c++/7129
6087 * testsuite/g++.dg/ext/max.C: New test.
6088
6089 2003-02-03 Jan Hubicka <jh@suse.cz>
6090
6091 * gcc.c-torture/execute/20030203-1.c: New test.
6092
6093 2003-02-03 Richard Earnshaw <rearnsha@arm.com>
6094
6095 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
6096 'natural-endian'.
6097
6098 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
6099
6100 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
6101 * g++.dg/init/new2.C: Likewise.
6102 * g++.dg/other/new1.C: Likewise.
6103
6104 2003-01-31 Loren J. Rittle <ljrittle@acm.org>
6105
6106 * gcc.dg/struct-ret-libc.c: New test.
6107
6108 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
6109
6110 * gcc.dg/20030129-1.c: New test.
6111
6112 2003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6113
6114 PR c++/8849
6115 * g++.dg/template/ptrmem4.C: New test.
6116
6117 2003-01-29 Mark Mitchell <mark@codesourcery.com>
6118
6119 * g++.dg/parser/constant1.C: New test.
6120
6121 2003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6122
6123 PR c++/8591
6124 * g++.dg/parse/friend2.C: New test.
6125
6126 2003-01-29 Nathan Sidwell <nathan@codesourcery.com>
6127
6128 PR c++/9437
6129 * g++.dg/template/unify4.C: New test.
6130
6131 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
6132
6133 * gcc.c-torture/execute/20030128-1.c: New test.
6134
6135 2003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
6136
6137 * g++.dg/lookup/nested1.C: Test moved from ...
6138 * g++.old-deja/g++.other/lookup24.C: ... here.
6139
6140 2003-01-28 Jan Hubicka <jh@suse.cz>
6141
6142 * gcc.dg/i386-cmov5.c: New test.
6143
6144 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
6145
6146 * gcc.c-torture/execute/20010925-1.c: Changed the
6147 memcpy declaration.
6148
6149 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
6150
6151 PR c++/3902
6152 * g++.dg/parse/template5.C: New test.
6153
6154 2003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
6155
6156 PR fortran/9258
6157 * g77.dg/pr9258: New test.
6158
6159 2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6160
6161 * README: Move relevant parts from README.g++.
6162
6163 * README.g++: Remove this file.
6164
6165 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
6166
6167 * g++.dg/abi/dcast1.C: New test.
6168
6169 2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6170
6171 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
6172
6173 2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
6174
6175 PR c++/47
6176 * g++.old-deja/g++.other/lookup24.C: New test.
6177
6178 2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6179
6180 PR middle-end/7227
6181 * gcc.dg/uninit-C.c: New test.
6182
6183 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
6184
6185 * g++.dg/abi/covariant1.C: New test.
6186
6187 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
6188
6189 * gcc.dg/20030123-1.c: New test.
6190
6191 2003-01-25 Jan Hubicka <jh@suse.cz>
6192
6193 PR opt/8492
6194 * gcc.c-torture/compile/20030125-1.c
6195
6196 2003-01-25 Nathan Sidwell <nathan@codesourcery.com>
6197
6198 PR c++/9403
6199 * g++.dg/parse/template3.C: New test.
6200 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
6201
6202 PR c++/795
6203 * g++.dg/parse/template4.C: New test.
6204
6205 PR c++/9415
6206 * g++.dg/template/qual2.C: New test.
6207
6208 PR c++/8545
6209 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
6210
6211 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
6212
6213 2003-01-25 Roger Sayle <roger@eyesopen.com>
6214
6215 * gcc.c-torture/execute/switch-1.c: New test case.
6216
6217 2003-01-25 Jan Hubicka <jh@suse.cz>
6218
6219 * gcc.c-torture/execute/20030125-1.[cx]: New test.
6220
6221 2003-01-25 Paolo Carlini <pcarlini@unitus.it>
6222
6223 Tweaks for Bison-1.875. From the NEWS file:
6224 "- `parse error' -> `syntax error'
6225 Bison now uniformly uses the term `syntax error'"
6226 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
6227 * gcc.dg/cpp/digraph2.c: Likewise.
6228 * gcc.dg/cpp/direct2.c: Likewise.
6229 * gcc.dg/cpp/paste4.c: Likewise.
6230 * gcc.dg/c90-restrict-1.c: Likewise.
6231 * gcc.dg/c99-func-2.c: Likewise.
6232 * gcc.dg/noncompile/920721-2.c: Likewise.
6233 * gcc.dg/noncompile/930622-2.c: Likewise.
6234 * gcc.dg/noncompile/940112-1.c: Likewise.
6235 * gcc.dg/noncompile/950921-1.c: Likewise.
6236 * gcc.dg/noncompile/951123-1.c: Likewise.
6237 * gcc.dg/noncompile/971104-1.c: Likewise.
6238 * gcc.dg/noncompile/990416-1.c: Likewise.
6239
6240 2003-01-24 Paolo Carlini <pcarlini@unitus.it>
6241
6242 * g++.dg/parse/undefined1.C: Add error message.
6243
6244 2003-01-22 Mark Mitchell <mark@codesourcery.com>
6245
6246 PR c++/9354
6247 * g++.dg/parse/new1.C: New test.
6248
6249 PR c++/9216
6250 * g++.dg/parse/template2.C: New test.
6251
6252 PR c++/9354
6253 * g++.dg/parse/typedef2.C: New test.
6254
6255 PR c++/9328
6256 * g++.dg/ext/typeof3.C: New test.
6257
6258 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6259
6260 PR c++/2738
6261 * g++.dg/parse/ret-type1.C: New test.
6262
6263 PR c++/3792
6264 * g++.dg/parse/tmpl-outside1.C: New test.
6265
6266 PR c++/4207
6267 * g++.dg/parse/int-as-enum1.C: New test.
6268
6269 PR c++/4903
6270 * g++.dg/parse/no-typename1.C: New test.
6271
6272 PR c++/5533
6273 * g++.dg/parse/no-value1.C: New test.
6274
6275 PR c++/5921
6276 * g++.dg/parse/wrong-inline1.C: New test.
6277
6278 PR c++/6402
6279 * g++.dg/parse/ref1.C: New test.
6280
6281 PR c++/6992
6282 * g++.dg/parse/attr-ctor1.C: New test.
6283
6284 PR c++/7229
6285 * g++.dg/parse/namespace5.C: New test.
6286
6287 PR c++/7917
6288 * g++.dg/parse/func-def1.C: New test.
6289
6290 PR c++/8143
6291 * g++.dg/parse/undefined1.C: New test.
6292
6293 PR c++/5723, PR c++/8522
6294 * g++.dg/parse/specialization1.C: New test.
6295
6296 PR c++/163, PR c++/8595
6297 * g++.dg/parse/struct-as-enum1.C: New test.
6298
6299 PR c++/9173
6300 * g++.dg/parse/undefined2.C: New test.
6301
6302 2003-01-22 Mark Mitchell <mark@codesourcery.com>
6303
6304 PR c++/9298
6305 * g++.dg/parse/template1.C: New test.
6306
6307 PR c++/9384
6308 * g++.dg/parse/using1.C: New test.
6309
6310 PR c++/9285
6311 PR c++/9294
6312 * g++.dg/parse/expr2.C: New test.
6313
6314 PR c++/9388
6315 * g++.dg/parse/lookup2.C: Likewise.
6316
6317 2003-01-21 Jan Hubicka <jh@suse.cz>
6318
6319 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
6320 * gcc.c-torture/execute/eeprof-1.c: Likewise.
6321 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
6322 * gcc.c-torture/execute/string-opt-*.c: Likewise.
6323
6324 2003-01-20 Nick Clifton <nickc@redhat.com>
6325
6326 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
6327 problem with ARM sibcall code generation.
6328
6329 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
6330
6331 * gcc.c-torture/execute/20030120-1.c: New.
6332
6333 2003-01-19 Paolo Carlini <pcarlini@unitus.it>
6334
6335 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
6336
6337 2003-01-17 Mark Mitchell <mark@codesourcery.com>
6338
6339 PR c++/9272
6340 * g++.dg/parse/ctor1.C: New test.
6341
6342 PR c++/9294:
6343 * g++.dg/parse/qualified1.C: New test.
6344
6345 * g++.dg/parse/typename3.C: New test.
6346
6347 2003-01-16 Richard Henderson <rth@redhat.com>
6348
6349 * g++.dg/tls/init-2.C: Fix error matches for real this time.
6350
6351 2003-01-16 Richard Henderson <rth@redhat.com>
6352
6353 * g++.dg/pch/pch.exp: Copy test header to the working directory
6354 before using it either for precompilation or direct use.
6355 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
6356 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
6357
6358 2003-01-16 Richard Henderson <rth@redhat.com>
6359
6360 * gcc.dg/pch/pch.exp: Copy test header to the working directory
6361 before using it either for precompilation or direct use.
6362 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
6363 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
6364
6365 2003-01-16 Mark Mitchell <mark@codesourcery.com>
6366
6367 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
6368 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
6369 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
6370 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
6371 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
6372 typename warning into error.
6373 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
6374 error messages.
6375 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
6376 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
6377 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
6378 messages.
6379 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
6380 make declaration visible in template.
6381 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
6382 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
6383 messages.
6384 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
6385 message.
6386 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
6387 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
6388 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
6389 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
6390 typename warning with error message.
6391 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
6392 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
6393 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
6394
6395 2003-01-16 Nathan Sidwell <nathan@codesourcery.com>
6396
6397 * g++.dg/parse/ambig2.C: New test.
6398
6399 2003-01-15 Richard Henderson <rth@redhat.com>
6400
6401 * g++.dg/tls/init-2.C: Update error message string.
6402
6403 2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6404
6405 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
6406
6407 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
6408
6409 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
6410 all for HC11/HC12.
6411 * gcc.c-torture/compile/20001205-1.x: Likewise.
6412 * gcc.c-torture/compile/20001226-1.x: Likewise.
6413 * gcc.c-torture/compile/920520-1.x: Likewise.
6414 * gcc.c-torture/compile/961203-1.x: Likewise.
6415 * gcc.c-torture/compile/20020604-1.x: Likewise.
6416
6417 2003-01-15 Jan Hubicka <jh@suse.cz>
6418
6419 * gcc.c-torture/compile/20030115-1.c: New test.
6420
6421 * gcc.dg/i386-fpcvt-1.c: New test.
6422 * gcc.dg/i386-fpcvt-2.c: New test.
6423
6424 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
6425
6426 Further conform g++'s __vmi_class_type_info to the C++ ABI
6427 specification.
6428 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
6429 the specification.
6430
6431 2003-01-14 Jan Hubicka <jh@suse.cz>
6432
6433 * gcc.dg/i386-fpcvt-1.c: New test.
6434 * gcc.dg/i386-fpcvt-2.c: New test.
6435
6436 2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
6437
6438 * gcc.dg/i386-mmx-3.c: New test.
6439
6440 2003-01-12 Mark Mitchell <mark@codesourcery.com>
6441
6442 PR c++/9264
6443 * g++.dg/parse/octal1.C: New file.
6444
6445 PR c++/9172
6446 * g++.dg/parse/typename1.C: New file.
6447
6448 2003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
6449
6450 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
6451 * gcc.dg/bf-no-ms-layout.c: Likewise.
6452 * gcc.dg/bf-ms-attrib.c: Likewise.
6453
6454 2003-01-10 Mark Mitchell <mark@codesourcery.com>
6455
6456 PR c++/9099
6457 * g++.dg/parse/dtor1.C: New file.
6458
6459 PR c++/9128
6460 * g++.dg/rtti/typeid1.C: New file.
6461
6462 PR c++/9153
6463 * g++.dg/parse/lookup1.C: New file.
6464
6465 PR c++/9171
6466 * g++.dg/templ/spec5.C: New file.
6467
6468 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
6469
6470 * gcc.c-torture/compile/20030110-1.c: New test.
6471
6472 2003-01-09 Geoffrey Keating <geoffk@apple.com>
6473
6474 Merge from pch-branch:
6475
6476 2002-12-23 Geoffrey Keating <geoffk@apple.com>
6477
6478 * gcc.dg/pch/cpp-1.h: New.
6479 * gcc.dg/pch/cpp-1.c: New.
6480 * gcc.dg/pch/cpp-2.h: New.
6481 * gcc.dg/pch/cpp-2.c: New.
6482
6483 2002-11-19 Geoffrey Keating <geoffk@apple.com>
6484
6485 * gcc.dg/pch/except-1.h: New.
6486 * gcc.dg/pch/except-1.c: New.
6487
6488 2002-11-13 Geoffrey Keating <geoffk@apple.com>
6489
6490 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
6491 running test.
6492 * gcc.dg/pch: Include *.hp not *.h.
6493 * gcc.dg/pch/system-1.h: New.
6494 * gcc.dg/pch/system-1.c: New.
6495
6496 2002-11-11 Geoffrey Keating <geoffk@apple.com>
6497
6498 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
6499 rather than trying to build and run a program using PCH.
6500 * gcc.dg/pch: Remove dg-do commands from test files.
6501
6502 2002-11-08 Geoffrey Keating <geoffk@apple.com>
6503
6504 * gcc.dg/pch/macro-3.c: New.
6505 * gcc.dg/pch/macro-3.h: New.
6506
6507 2002-11-04 Geoffrey Keating <geoffk@apple.com>
6508
6509 * gcc.dg/pch/common-1.c: New.
6510 * gcc.dg/pch/common-1.h: New.
6511 * gcc.dg/pch/decl-1.c: New.
6512 * gcc.dg/pch/decl-1.h: New.
6513 * gcc.dg/pch/decl-2.c: New.
6514 * gcc.dg/pch/decl-2.h: New.
6515 * gcc.dg/pch/decl-3.c: New.
6516 * gcc.dg/pch/decl-3.h: New.
6517 * gcc.dg/pch/decl-4.c: New.
6518 * gcc.dg/pch/decl-4.h: New.
6519 * gcc.dg/pch/decl-5.c: New.
6520 * gcc.dg/pch/decl-5.h: New.
6521 * gcc.dg/pch/global-1.c: New.
6522 * gcc.dg/pch/global-1.h: New.
6523 * gcc.dg/pch/inline-1.c: New.
6524 * gcc.dg/pch/inline-1.h: New.
6525 * gcc.dg/pch/inline-2.c: New.
6526 * gcc.dg/pch/inline-2.h: New.
6527 * gcc.dg/pch/static-1.c: New.
6528 * gcc.dg/pch/static-1.h: New.
6529 * gcc.dg/pch/static-2.c: New.
6530 * gcc.dg/pch/static-2.h: New.
6531
6532 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
6533
6534 * g++.dg/pch/pch.exp: Better handle failing testcases.
6535 * gcc.dg/pch/pch.exp: Likewise.
6536 * gcc.dg/pch/macro-1.c: New.
6537 * gcc.dg/pch/macro-1.h: New.
6538 * gcc.dg/pch/macro-2.c: New.
6539 * gcc.dg/pch/macro-2.h: New.
6540
6541 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
6542
6543 * g++.dg/dg.exp: Treat files in pch/ specially.
6544 * g++.dg/pch/pch.exp: New file.
6545 * g++.dg/pch/empty.H: New file.
6546 * g++.dg/pch/empty.C: New file.
6547 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
6548 "precompile".
6549
6550 * gcc.dg/pch/pch.exp: New file.
6551 * gcc.dg/pch/empty.h: New file.
6552 * gcc.dg/pch/empty.c: New file.
6553 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
6554 "precompile".
6555
6556 2003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6557
6558 * g++.dg/template/friend14.C: New test.
6559
6560 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
6561
6562 * gcc.dg/old-style-asm-1.c: New test.
6563
6564 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
6565
6566 * gcc.c-torture/compile/20030109-1.c: New test.
6567
6568 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
6569
6570 * gcc.c-torture/execute/20030109-1.c: New test.
6571
6572 2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
6573
6574 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
6575 * g++.old-deja/g++.mike/dyncast2.C: Likewise
6576 * g++.old-deja/g++.mike/dyncast3.C: Likewise
6577 * g++.old-deja/g++.mike/eh2.C: Likewise
6578 * g++.old-deja/g++.mike/eh3.C: Likewise
6579 * g++.old-deja/g++.mike/eh5.C: Likewise
6580 * g++.old-deja/g++.mike/eh6.C: Likewise
6581 * g++.old-deja/g++.mike/eh7.C: Likewise
6582 * g++.old-deja/g++.mike/eh8.C: Likewise
6583 * g++.old-deja/g++.mike/eh9.C: Likewise
6584 * g++.old-deja/g++.mike/eh10.C: Likewise
6585 * g++.old-deja/g++.mike/eh12.C: Likewise
6586 * g++.old-deja/g++.mike/eh13.C: Likewise
6587 * g++.old-deja/g++.mike/eh14.C: Likewise
6588 * g++.old-deja/g++.mike/eh16.C: Likewise
6589 * g++.old-deja/g++.mike/eh17.C: Likewise
6590 * g++.old-deja/g++.mike/eh18.C: Likewise
6591 * g++.old-deja/g++.mike/eh21.C: Likewise
6592 * g++.old-deja/g++.mike/eh23.C: Likewise
6593 * g++.old-deja/g++.mike/eh24.C: Likewise
6594 * g++.old-deja/g++.mike/eh25.C: Likewise
6595 * g++.old-deja/g++.mike/eh26.C: Likewise
6596 * g++.old-deja/g++.mike/eh27.C: Likewise
6597 * g++.old-deja/g++.mike/eh28.C: Likewise
6598 * g++.old-deja/g++.mike/eh29.C: Likewise
6599 * g++.old-deja/g++.mike/eh31.C: Likewise
6600 * g++.old-deja/g++.mike/eh33.C: Likewise
6601 * g++.old-deja/g++.mike/eh34.C: Likewise
6602 * g++.old-deja/g++.mike/eh35.C: Likewise
6603 * g++.old-deja/g++.mike/eh36.C: Likewise
6604 * g++.old-deja/g++.mike/eh37.C: Likewise
6605 * g++.old-deja/g++.mike/eh38.C: Likewise
6606 * g++.old-deja/g++.mike/eh39.C: Likewise
6607 * g++.old-deja/g++.mike/eh40.C: Likewise
6608 * g++.old-deja/g++.mike/eh41.C: Likewise
6609 * g++.old-deja/g++.mike/eh42.C: Likewise
6610 * g++.old-deja/g++.mike/eh44.C: Likewise
6611 * g++.old-deja/g++.mike/eh46.C: Likewise
6612 * g++.old-deja/g++.mike/eh47.C: Likewise
6613 * g++.old-deja/g++.mike/eh48.C: Likewise
6614 * g++.old-deja/g++.mike/eh49.C: Likewise
6615 * g++.old-deja/g++.mike/eh50.C: Likewise
6616 * g++.old-deja/g++.mike/eh51.C: Likewise
6617 * g++.old-deja/g++.mike/eh53.C: Likewise
6618 * g++.old-deja/g++.mike/eh55.C: Likewise
6619 * g++.old-deja/g++.mike/p7912.C: Likewise
6620 * g++.old-deja/g++.mike/p9706.C: Likewise
6621 * g++.old-deja/g++.mike/p10416.C: Likewise
6622 * g++.old-deja/g++.mike/p11667.C: Likewise
6623 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
6624 Remove redundant reference to Iris.
6625 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
6626 Elxsi, i860, Pico Java, and WE32K.
6627
6628 2003-01-07 Mark Mitchell <mark@codesourcery.com>
6629
6630 * g++.dg/ext/asm4.C: New test.
6631
6632 2003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6633
6634 PR c++/9030
6635 * g++.dg/template/friend12.C: New test.
6636 * g++.dg/template/friend13.C: Likewise.
6637 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
6638
6639 2003-01-08 Jan Hubicka <jh@suse.cz>
6640
6641 * gcc.dg/i386-cadd.c: New test.
6642 * gcc.dg/i386-cmov4.c: Likewise.
6643
6644 2003-01-06 Mark Mitchell <mark@codesourcery.com>
6645
6646 PR c++/9165
6647 * g++.dg/warn/Wunused-3.C: New test.
6648
6649 * g++.dg/abi/bitfield9.C: New test.
6650
6651 PR c++/9189
6652 * g++.dg/parse/defarg3.C: New test.
6653
6654 2003-01-06 Nathan Sidwell <nathan@codesourcery.com>
6655
6656 * g++.dg/parse/ambig1.C: New test.
6657 * g++.dg/parse/defarg2.C: New test.
6658
6659 2003-01-05 Mark Mitchell <mark@codesourcery.com>
6660
6661 * g++.dg/template/defarg-1.C: New test.
6662 * g++.dg/template/local2.C: Likewise.
6663
6664 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
6665
6666 * gcc.c-torture/execute/20030105-1.c: New test.
6667
6668 2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6669
6670 * g++.dg/parse/namespace3.C: Remove extra semicolons.
6671 * g++.dg/parse/namespace4.C: Likewise.
6672
6673 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
6674
6675 * g++.dg/template/ntp2.C: New test.
6676
6677 2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6678
6679 * g++.dg/parse/extern-C-1.C: New test.
6680
6681 * g++.dg/parse/namespace4.C: New test.
6682
6683 * g++.dg/template/nested1.C: New test.
6684
6685 * g++.dg/parse/namespace3.C: New test.
6686
6687 2003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
6688
6689 * g++.dg/lookup/two-stage1.C: New test.
6690
6691 2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6692
6693 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
6694 * g++.old-deja/g++.jason/access8.C: Likewise.
6695 * g++.old-deja/g++.other/decl5.C: Likewise.
6696
6697 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
6698
6699 * g++.dg/parse/parse7.C: New test.
6700
6701 2003-01-02 Mark Mitchell <mark@codesourcery.com>
6702
6703 PR c++/2843
6704 * g++.dg/ext/attrib7.C: New test.
6705
6706 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
6707
6708 * g++.dg/parse/parse6.C: New test.
6709
6710 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
6711
6712 * gcc.dg/h8300-stack-1.c: New.
6713
6714 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
6715
6716 g++.dg/lookup/exception1.C: New test.
6717
6718 g++.dg/lookup/template1.C: New test.
6719
6720 g++.dg/parse/namespace2.C: New test.
6721
6722 g++.dg/parse/parens2.C: New test.
6723
6724 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
6725
6726 * g++.dg/parse/parse5.C: New test.
6727 * g++.dg/lookup/scoped4.C: New test.
6728
6729 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
6730
6731 * g++.dg/parse/parens1.C: New test.
6732
6733 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
6734 angle-bracket1.C.
6735 * g++.dg/parse/parens2.C: New test.
6736
6737 * g++.dg/lookup/scope-operator1.C: New test.
6738
6739 * g++.dg/parse/operator1.C: New test.
6740
6741 2003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6742
6743 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
6744 * g++.old-deja/g++.other/access6.C: Likewise.
6745 * g++.old-deja/g++.other/decl1.C: Likewise.
6746 * g++.old-deja/g++.pt/typename12.C: Likewise.
6747
6748 2002-12-31 Mark Mitchell <mark@codesourcery.com>
6749
6750 * g++.dg/parse/namespace1.C: New test.
6751
6752 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
6753
6754 * g++.dg/parse/parse4.C: New test.
6755
6756 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
6757
6758 * g++.dg/parse/parse3.C: New test.
6759
6760 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
6761
6762 * g++.dg/parse/parse2.C: New test.
6763
6764 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
6765
6766 * g++.dg/template/friend11.C: New test.
6767
6768 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
6769
6770 * g++.dg/parse/parse1.C: New test.
6771
6772 2002-12-31 Janis Johnson <janis187@us.ibm.com>
6773
6774 * lib/profopt.exp: Change the name of a global variable to avoid
6775 possible clashes with other test suites.
6776
6777 2002-12-31 Nathan Sidwell <nathan@codesourcery.com>
6778
6779 * g++.dg/inherit/covariant8.C: New test.
6780
6781 2002-12-31 Mark Mitchell <mark@codesourcery.com>
6782
6783 * g++.dg/init/array9.C: New test.
6784
6785 PR c++/9112
6786 * g++.dg/parse/expr1.C: New test.
6787
6788 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6789
6790 * gcc.c-torture/compile/20021230-1.c: New test.
6791
6792 2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
6793
6794 * g++.dg/inherit/covariant5.C: New test.
6795 * g++.dg/inherit/covariant6.C: New test.
6796 * g++.dg/inherit/covariant7.C: New test.
6797
6798 2002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6799
6800 PR c++/2739
6801 * g++.dg/other/access2.C: New test.
6802
6803 2002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
6804
6805 * g++.dg/other/anon-struct.C: No longer fails
6806 * g++.old-deja/g++.brendan/parse4.C: Likewise.
6807 * g++.old-deja/g++.brendan/parse5.C: Likewise.
6808 * g++.old-deja/g++.brendan/parse6.C: Likewise.
6809
6810 2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
6811
6812 * g++.dg/parse/angle-bracket.C (main): No longer fails.
6813
6814 2002-12-27 Mark Mitchell <mark@codesourcery.com>
6815
6816 * g++.dg/eh/spec4.C: Remove stray semicolon.
6817 * g++.dg/expr/pmf-1.C: Change error message.
6818 * g++.dg/ext/asm1.C: Remove stray semicolon.
6819 * g++.dg/ext/typename1.C: Add missing typenames.
6820 * g++.dg/inherit/template-as-base.C: Change error message.
6821 * g++.dg/lookup/scoped1.C: Likewise.
6822 * g++.dg/lookup/scoped2.C: Likewise.
6823 * g++.dg/lookup/using2.C: Likewise.
6824 * g++.dg/other/component1.C: Remove stray semicolon.
6825 * g++.dg/other/do1.C: Change error message.
6826 * g++.dg/other/error2.C: Likewise.
6827 * g++.dg/other/init1.C: Likewise.
6828 * g++.dg/other/packed1.C: Remove stray semicolon.
6829 * g++.dg/other/ptrmem2.C: Change error message.
6830 * g++.dg/parse/parameter-declaration-1.C: Remove line number
6831 marker.
6832 * g++.dg/special/initp1.C: Remove invalid attribute usage.
6833 * g++.dg/template/access3.C: Add typename keyword.
6834 * g++.dg/template/access5.C: Remove stray semicolon.
6835 * g++.dg/template/access6.C: Likewise.
6836 * g++.dg/template/complit1.C: Likewise.
6837 * g++.dg/template/crash1.C: Change error message.
6838 * g++.dg/template/inherit2.C: Remove stray semicolon.
6839 * g++.dg/template/instantiate2.C: Likewise.
6840 * g++.dg/template/instantiate3.C: Change error message.
6841 * g++.dg/template/qual1.C: Remove stray semicolon.
6842 * g++.dg/template/qualttp18.C: Change error message.
6843 * g++.dg/template/ref1.C: Remove stray semicolon.
6844 * g++.dg/template/sizeof1.C (A::value): Declare it.
6845 * g++.dg/template/spec4.C: Change error message.
6846 * g++.dg/template/static1.C: Likewise.
6847 * g++.dg/template/type1.C: Likewise.
6848 * g++.dg/template/typename3.C: Likewise.
6849 * g++.old-deja/g++.benjamin/13478.C: Change error message.
6850 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
6851 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
6852 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
6853 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
6854 named return value extension.
6855 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
6856 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
6857 * g++.old-deja/g++.bob/extern_C.C: Likewise.
6858 * g++.old-deja/g++.bob/inherit2.C: Likewise.
6859 * g++.old-deja/g++.brendan/complex1.C: Likewise.
6860 * g++.old-deja/g++.brendan/copy5.C: Likewise.
6861 * g++.old-deja/g++.brendan/crash13.C: Likewise.
6862 * g++.old-deja/g++.brendan/crash15.C: Likewise.
6863 * g++.old-deja/g++.brendan/crash18.C: Change error message.
6864 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
6865 * g++.old-deja/g++.brendan/crash38.C: Likewise.
6866 * g++.old-deja/g++.brendan/crash50.C: Likewise.
6867 * g++.old-deja/g++.brendan/crash56.C: Likewise.
6868 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
6869 syntax.
6870 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
6871 * g++.old-deja/g++.brendan/crash8.C: Change error message.
6872 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
6873 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
6874 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
6875 * g++.old-deja/g++.brendan/template11.C: Likewise.
6876 * g++.old-deja/g++.brendan/template26.C: Likewise.
6877 * g++.old-deja/g++.brendan/template27.C: Use explicit
6878 specialization syntax.
6879 * g++.old-deja/g++.brendan/template30.C: Likewise.
6880 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
6881 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
6882 non-dependent names.
6883 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
6884 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
6885 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
6886 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
6887 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
6888 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
6889 named return value extension.
6890 * g++.old-deja/g++.ext/namedret2.C: Likewise.
6891 * g++.old-deja/g++.ext/namedret3.C: Likewise.
6892 * g++.old-deja/g++.ext/return1.C: Likewise.
6893 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
6894 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
6895 * g++.old-deja/g++.jason/access8.C: Likewise.
6896 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
6897 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
6898 pseudo-destructor names.
6899 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
6900 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
6901 pseudo-destructor names.
6902 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
6903 * g++.old-deja/g++.jason/overload19.C: Likewise.
6904 * g++.old-deja/g++.jason/overload32.C: Likewise.
6905 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
6906 stray semicolons.
6907 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
6908 * g++.old-deja/g++.jason/return.C: Likewise.
6909 * g++.old-deja/g++.jason/return2.C: Likewise.
6910 * g++.old-deja/g++.jason/shadow1.C: Likewise.
6911 * g++.old-deja/g++.jason/special.C: Use explicit specialization
6912 syntax.
6913 * g++.old-deja/g++.jason/template10.C: Account for use of
6914 non-dependent names.
6915 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
6916 syntax.
6917 * g++.old-deja/g++.jason/template37.C: Likewise.
6918 * g++.old-deja/g++.law/access4.C: Change error messages.
6919 * g++.old-deja/g++.law/arm13.C: Remove incorrect
6920 pseudo-destructor names.
6921 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
6922 * g++.old-deja/g++.law/ctors9.C: Likewise.
6923 * g++.old-deja/g++.law/cvt22.C: Likewise.
6924 * g++.old-deja/g++.law/dtors5.C: Likewise.
6925 * g++.old-deja/g++.law/global-init1.C: Likewise.
6926 * g++.old-deja/g++.law/missed-error3.C: Likewise.
6927 * g++.old-deja/g++.law/operators28.C: Likewise.
6928 * g++.old-deja/g++.law/visibility28.C: Likewise.
6929 * g++.old-deja/g++.martin/eval1.C: Likewise.
6930 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
6931 name.
6932 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
6933 * g++.old-deja/g++.mike/net34.C: Likewise.
6934 * g++.old-deja/g++.mike/net36.C: Likewise.
6935 * g++.old-deja/g++.mike/ns2.C: Likewise.
6936 * g++.old-deja/g++.mike/p12306.C: Likewise.
6937 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
6938 value extension.
6939 * g++.old-deja/g++.mike/p700.C: Likewise.
6940 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
6941 * g++.old-deja/g++.mike/p710.C: Likewise.
6942 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
6943 value extension.
6944 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
6945 * g++.old-deja/g++.mike/pmf9.C: Likewise.
6946 * g++.old-deja/g++.ns/crash2.C: Likewise.
6947 * g++.old-deja/g++.ns/crash3.C: Likewise.
6948 * g++.old-deja/g++.ns/invalid1.C: Likewise.
6949 * g++.old-deja/g++.ns/ns17.C: Likewise.
6950 * g++.old-deja/g++.ns/template16.C: Likewise.
6951 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
6952 keyword.
6953 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
6954 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
6955 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
6956 named return value extension.
6957 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
6958 * g++.old-deja/g++.other/access4.C: Issue additional error
6959 messages.
6960 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
6961 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
6962 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
6963 * g++.old-deja/g++.other/crash25.C: Change error message.
6964 * g++.old-deja/g++.other/crash4.C: Change error message.
6965 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
6966 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
6967 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
6968 checks.
6969 * g++.old-deja/g++.other/defarg8.C: Likewise.
6970 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
6971 * g++.old-deja/g++.other/dtor10.C: Likewise.
6972 * g++.old-deja/g++.other/incomplete.C: Likewise.
6973 * g++.old-deja/g++.other/linkage7.C: Likewise.
6974 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
6975 lookup algorithm.
6976 * g++.old-deja/g++.other/mangle2.C: Likewise.
6977 * g++.old-deja/g++.other/refinit2.C: Likewise.
6978 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
6979 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
6980 * g++.old-deja/g++.pt/crash28.C: Likewise.
6981 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
6982 syntax.
6983 * g++.old-deja/g++.pt/crash32.C: Change error message.
6984 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
6985 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
6986 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
6987 error message position.
6988 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
6989 * g++.old-deja/g++.pt/defarg8.C: Change error message.
6990 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
6991 syntax.
6992 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
6993 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
6994 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
6995 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
6996 keyword.
6997 * g++.old-deja/g++.pt/explicit31.C: Likewise.
6998 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
6999 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
7000 keyword.
7001 * g++.old-deja/g++.pt/explicit71.C: Change error message.
7002 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
7003 syntax.
7004 * g++.old-deja/g++.pt/friend28.C: Account for use of
7005 non-dependent names.
7006 * g++.old-deja/g++.pt/friend29.C: Likewise.
7007 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
7008 rules.
7009 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
7010 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
7011 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
7012 lookup rules.
7013 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
7014 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
7015 keyword.
7016 * g++.old-deja/g++.pt/memclass20.C: Likewise.
7017 * g++.old-deja/g++.pt/memclass5.C: Likewise.
7018 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
7019 keyword.
7020 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
7021 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
7022 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
7023 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
7024 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
7025 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
7026 keyword.
7027 * g++.old-deja/g++.pt/spec10.C: Likewise.
7028 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
7029 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
7030 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
7031 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
7032 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
7033 * g++.old-deja/g++.pt/ttp62.C: Likewise.
7034 * g++.old-deja/g++.pt/ttp64.C: Likewise.
7035 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
7036 * g++.old-deja/g++.pt/typename15.C: Likewise.
7037 * g++.old-deja/g++.pt/typename22.C: Likewise.
7038 * g++.old-deja/g++.pt/typename6.C: Change error messages.
7039 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
7040 * g++.old-deja/g++.pt/virtual2.C: Likewise.
7041 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
7042 syntax.
7043 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
7044 return value extension.
7045 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
7046 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
7047 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
7048 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
7049
7050 2002-12-26 Nathan Sidwell <nathan@codesourcery.com>
7051
7052 * g++.dg/warn/inline1.C: New test.
7053 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
7054 * g++.old-deja/g++.jason/synth10.C: Likewise.
7055 * g++.old-deja/g++.mike/net31.C: Likewise.
7056 * g++.old-deja/g++.mike/p8786.C: Likewise.
7057
7058 * g++.dg/template/friend10.C: New test.
7059 * g++.dg/template/conv5.C: New test.
7060
7061 2002-12-24 Nathan Sidwell <nathan@codesourcery.com>
7062
7063 * g++.dg/lookup/scoped3.C: New test.
7064
7065 * g++.dg/lookup/decl1.C: New test.
7066 * g++.dg/lookup/decl2.C: New test.
7067
7068 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
7069
7070 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
7071 gcc.c-torture/compile/20021015-1.c,
7072 gcc.c-torture/compile/20021015-2.c,
7073 gcc.c-torture/compile/20021123-1.c,
7074 gcc.c-torture/compile/20021123-2.c,
7075 gcc.c-torture/compile/20021123-3.c,
7076 gcc.c-torture/compile/20021123-4.c,
7077 gcc.c-torture/execute/20021024-1.c: Add tests previously added
7078 only to 3.1 or 3.2 branch.
7079
7080 2002-12-23 Mark Mitchell <mark@codesourcery.com>
7081
7082 * gcc.dg/i386-bitfield3.c: New test.
7083
7084 * gcc.dg/i386-bitfield2.c: New test.
7085
7086 2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
7087
7088 * g++.dg/parse/conv_op1.C: New test.
7089
7090 2002-12-21 Josef Zlomek <zlomekj@suse.cz>
7091
7092 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
7093 approved.
7094
7095 2002-12-20 Josef Zlomek <zlomekj@suse.cz>
7096
7097 * gcc.c-torture/compile/20021220-1.c: New test.
7098
7099 2002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
7100
7101 * gcc.dg/i386-fastcall-1.c: New.
7102
7103 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7104
7105 * gcc.c-torture/execute/20021219-1.c: New test.
7106
7107 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7108
7109 * gcc.dg/i386-pic-1.c: New test.
7110
7111 2002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7112
7113 PR c++/8099
7114 * g++.dg/template/friend9.C: New test.
7115
7116 2002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7117
7118 PR c++/3663
7119 * g++.dg/template/access7.C: New test.
7120
7121 2002-12-18 Nick Clifton <nickc@redhat.com>
7122
7123 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
7124 the libstdc++-v3 directory has been found.
7125
7126 2002-12-12 Devang Patel <dpatel@apple.com>
7127 * gcc.dg/darwin-ld-1.c: New test.
7128 * gcc.dg/darwin-ld-2.c: New test.
7129 * gcc.dg/darwin-ld-3.c: New test.
7130 * gcc.dg/darwin-ld-4.c: New test.
7131 * gcc.dg/darwin-ld-5.c: New test.
7132
7133 2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
7134
7135 * gcc.c-torture/compile/20021212-1.c: New test.
7136
7137 2002-12-11 Neil Booth <neil@daikokuya.co.uk>
7138
7139 * gcc.dg/fshort-wchar: New test.
7140
7141 2002-12-10 Mark Mitchell <mark@codesourcery.com>
7142
7143 PR c++/8372
7144 * g++.dg/template/dtor1.C: New test.
7145
7146 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
7147 markers.
7148
7149 2002-12-10 Jakub Jelinek <jakub@redhat.com>
7150
7151 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
7152
7153 2002-12-09 Mark Mitchell <mark@codesourcery.com>
7154
7155 * g++.dg/template/static1.C: New test.
7156 * g++.dg/template/static2.C: New test.
7157 * g++.old-deja/g++.ext/memconst.C: New test.
7158
7159 2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7160
7161 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
7162 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
7163 * g++.dg/special/initp1.C: Likewise.
7164
7165 2002-12-06 Jakub Jelinek <jakub@redhat.com>
7166
7167 * gcc.c-torture/execute/20021204-1.c: New test.
7168
7169 2002-12-04 Geoffrey Keating <geoffk@apple.com>
7170
7171 * gcc.dg/ppc-fmadd-1.c: New file.
7172 * gcc.dg/ppc-fmadd-2.c: New file.
7173 * gcc.dg/ppc-fmadd-3.c: New file.
7174
7175 2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7176
7177 * gcc.c-torture/compile/20021204-1.c: New test.
7178
7179 2002-12-03 Nathan Sidwell <nathan@codesourcery.com>
7180
7181 * g++.dg/inherit/covariant2.C: New test.
7182 * g++.dg/inherit/covariant3.C: New test.
7183 * g++.dg/inherit/covariant4.C: New test.
7184 * g++.dg/inherit/covariant1.C: Remove XFAIL.
7185 * g++.old-deja/g++.robertl/eb17.C: Likewise.
7186
7187 2002-12-03 Mark Mitchell <mark@codesourcery.com>
7188
7189 PR c++/8688
7190 * g++.dg/init/brace3.C: New test.
7191
7192 2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
7193
7194 * gcc.dg/20020210-1.c: Fix a comment typo.
7195
7196 2002-12-02 Mark Mitchell <mark@codesourcery.com>
7197
7198 PR c++/8720
7199 * g++.dg/parse/defarg1.C: New test.
7200
7201 PR c++/8615
7202 * g++.dg/template/char1.C: New test.
7203
7204 * g++.dg/template/varmod1.C: Fix typo.
7205
7206 2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7207
7208 DR 180
7209 * g++.old-deja/g++.pt/crash32.C: Expect error.
7210
7211 2002-12-01 Mark Mitchell <mark@codesourcery.com>
7212
7213 PR c++/5919
7214 * g++.dg/template/varmod1.C: New test.
7215
7216 PR c++/8727
7217 * g++.dg/inherit/typeinfo1.C: New test.
7218
7219 PR c++/8663
7220 * g++.dg/inherit/typedef1.C: New test.
7221
7222 2002-11-30 Mark Mitchell <mark@codesourcery.com>
7223
7224 PR c++/8332
7225 PR c++/8493
7226 * g++.dg/template/strlen1.C: New test.
7227
7228 PR c++/8227
7229 * g++.dg/template/ctor2.C: New test.
7230
7231 PR c++/8214
7232 * g++.dg/init/string1.C: New test.
7233
7234 PR c++/8511
7235 * g++.dg/template/friend8.C: New test.
7236
7237 2002-11-29 Joe Buck <jbuck@synopsys.com>
7238
7239 * g++.dg/lookup/anon2.C: New test.
7240
7241 2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
7242
7243 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
7244 h8300 port.
7245
7246 2002-11-27 Richard Sandiford <rsandifo@redhat.com>
7247
7248 * gcc.dg/bitfld-6.c: New test.
7249
7250 2002-11-27 Jan Hubicka <jh@suse.cz>
7251
7252 * gcc.c-torture/execute/20021127.[cx]: New test.
7253
7254 2002-11-26 Jan Hubicka <jh@suse.cz>
7255
7256 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
7257 quality.
7258
7259 2002-11-26 Geoffrey Keating <geoffk@apple.com>
7260
7261 * g++.dg/init/brace2.C: New test.
7262 * g++.old-deja/g++.mike/p9129.C: Correct.
7263
7264 2002-11-26 Mark Mitchell <mark@codesourcery.com>
7265
7266 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
7267
7268 2002-11-25 Andreas Bauer <baueran@in.tum.de>
7269
7270 * gcc.dg/sibcall-6: New test for indirect sibcalls.
7271
7272 2002-11-25 Mark Mitchell <mark@codesourcery.com>
7273
7274 * testsuite/g++.dg/abi/empty11.C: New test.
7275 * testsuite/g++.dg/rtti/cv1.C: New test.
7276
7277 2002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
7278
7279 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
7280
7281 2002-11-24 Mark Mitchell <mark@codesourcery.com>
7282
7283 * g++.dg/abi/empty10.C: New test.
7284
7285 2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
7286
7287 * gcc.c-torture/compile/20021124-1.c: New test.
7288
7289 2002-11-22 Mark Mitchell <mark@codesourcery.com>
7290
7291 * g++.dg/abi/rtti2.C: New test.
7292
7293 2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7294
7295 * gcc.dg/i386-unroll-1.c: New test.
7296
7297 2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
7298
7299 * gcc.c-torture/compile/20021120-1.c: New test.
7300 * gcc.c-torture/compile/20021120-2.c: New test.
7301
7302 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
7303
7304 * gcc.dg/bitfld-5.c: New test.
7305
7306 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
7307
7308 * gcc.c-torture/execute/20021120-3.c: New test.
7309
7310 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
7311
7312 * gcc.c-torture/execute/20021120-2.c: New test.
7313
7314 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
7315
7316 * gcc.c-torture/execute/20021120-1.c: New test.
7317
7318 2002-11-20 Jakub Jelinek <jakub@redhat.com>
7319
7320 * gcc.c-torture/execute/20021118-3.c: New test.
7321
7322 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7323
7324 * gcc.c-torture/compile/20021119-1.c: New test.
7325
7326 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
7327
7328 * gcc.dg/duff-1.c: New test.
7329 * gcc.dg/duff-2.c: New test.
7330 * gcc.dg/duff-3.c: New test.
7331
7332 2002-11-18 Neil Booth <neil@daikokuya.co.uk>
7333
7334 * gcc.dg/cpp/_Pragma5.c: New test.
7335
7336 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
7337
7338 * gcc.c-torture/execute/20021118-2.c: New test.
7339
7340 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
7341
7342 * gcc.c-torture/execute/20021118-1.c: New test.
7343
7344 2002-11-16 Jakub Jelinek <jakub@redhat.com>
7345
7346 * gcc.dg/20021116-1.c: New test.
7347
7348 2002-11-14 Mark Mitchell <mark@codesourcery.com>
7349
7350 * g++.dg/abi/vcall1.C: New test.
7351
7352 2002-11-14 Jakub Jelinek <jakub@redhat.com>
7353
7354 * gcc.dg/20021029-1.c: New test.
7355 * gcc.dg/20021029-2.c: New test.
7356
7357 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
7358
7359 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
7360
7361 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
7362
7363 PR c/8439
7364 * gcc.dg/20021110.c: Move to ...
7365 * gcc.c-torture/compile/20021110.c: .... here.
7366
7367 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7368
7369 PR c/8467
7370 * gcc.c-torture/execute/20021111-1.c
7371
7372 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
7373
7374 PR c/8439
7375 * gcc.dg/20021110.c: New test.
7376
7377 2002-11-10 Mark Mitchell <mark@codesourcery.com>
7378
7379 * g++.dg/abi/vthunk3.C: Run only on x86.
7380
7381 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
7382
7383 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
7384
7385 2002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
7386
7387 * lib/compat.exp (compat-execute): Fix logic error in last
7388 change.
7389
7390 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
7391
7392 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
7393
7394 2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7395
7396 PR c++/8389
7397 * g++.dg/template/access6.C: New test.
7398
7399 2002-11-08 Jan Hubicka <jh@suse.cz>
7400
7401 * gcc.dg/i386-ssefp-1.c: New test.
7402 * gcc.dg/i386-ssefp-1.c: New test.
7403
7404 2002-11-08 Jan Hubicka <jh@suse.cz>
7405
7406 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
7407
7408 2002-11-07 Mark Mitchell <mark@codesourcery.com>
7409
7410 * g++.dg/abi/vthunk3.C: New test.
7411
7412 PR c++/8338
7413 * g++.dg/template/crash2.C: New test.
7414
7415 2002-11-07 Mark Mitchell <mark@codesourcery.com>
7416
7417 * testsuite/g++.dg/abi/dtor1.C: New test.
7418 * testsuite/g++.dg/abi/dtor2.C: Likewise.
7419
7420 2002-11-05 Geoffrey Keating <geoffk@apple.com>
7421
7422 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
7423 Darwin.
7424
7425 2002-11-04 Adam Nemet <anemet@lnxw.com>
7426
7427 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
7428 -mthumb. Only xfail with -O0.
7429
7430 2002-11-03 Mark Mitchell <mark@codesourcery.com>
7431
7432 * g++.dg/abi/thunk1.C: New test.
7433 * g++.dg/abi/thunk2.C: Likewise.
7434 * g++.dg/abi/vtt1.C: Likewise.
7435
7436 2002-11-02 Diego Novillo <dnovillo@redhat.com>
7437
7438 PR optimization/8423
7439 * gcc.c-torture/execute/builtin-constant.c: New test.
7440
7441 2002-11-01 Zack Weinberg <zack@codesourcery.com>
7442
7443 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
7444 Add some more cases.
7445
7446 2002-11-01 Mark Mitchell <mark@codesourcery.com>
7447
7448 PR c++/8391
7449 * g++.dg/opt/local1.C: New test.
7450
7451 2002-10-30 Mark Mitchell <mark@codesourcery.com>
7452
7453 PR c++/8160
7454 * g++.dg/template/complit1.C: New test.
7455
7456 PR c++/8149
7457 * g++.dg/template/typename4.C: Likewise.
7458
7459 2002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7460
7461 Core issue 287, PR c++/7639
7462 * g++.dg/template/instantiate1.C: Adjust error location.
7463 * g++.dg/template/instantiate3.C: New test.
7464 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
7465 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
7466 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
7467
7468 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
7469
7470 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
7471
7472 2002-10-29 Mark Mitchell <mark@codesourcery.com>
7473
7474 PR c++/8287
7475 * g++.dg/init/dtor2.C: New test.
7476
7477 2002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7478
7479 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
7480 * gcc.dg/nest.c: Bypass errors on irix6.
7481
7482 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
7483
7484 * gcc.dg/nest.c: Expect error for mmix-*-*.
7485 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
7486
7487 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
7488
7489 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
7490 markers.
7491
7492 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
7493
7494 2002-10-25 Mike Stump <mrs@apple.com>
7495
7496 * gcc.dg/warn-1.c: New test.
7497
7498 2002-10-25 Zack Weinberg <zack@codesourcery.com>
7499
7500 * g++.dg/template/typename3.C: New test.
7501
7502 2002-10-25 Mark Mitchell <mark@codesourcery.com>
7503
7504 * g++.dg/lookup/ptrmem1.C: New test.
7505
7506 * g++.dg/abi/vthunk2.C: New test.
7507
7508 2002-10-25 Zack Weinberg <zack@codesourcery.com>
7509
7510 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
7511
7512 2002-10-24 Mark Mitchell <mark@codesourcery.com>
7513
7514 * g++.dg/abi/empty9.C: New test.
7515
7516 2002-10-24 Richard Henderson <rth@redhat.com>
7517
7518 * g++.dg/inherit/thunk1.C: Enable for ia64.
7519
7520 2002-10-23 Mark Mitchell <mark@codesourcery.com>
7521
7522 PR c++/8067
7523 * g++.dg/lookup/pretty1.C: New test.
7524
7525 2002-10-23 Jakub Jelinek <jakub@redhat.com>
7526
7527 * gcc.dg/20021023-1.c: New test.
7528
7529 2002-10-23 Mark Mitchell <mark@codesourcery.com>
7530
7531 PR c++/7679
7532 * g++.dg/parse/inline1.C: New test.
7533
7534 2002-10-23 Richard Henderson <rth@redhat.com>
7535
7536 * g++.dg/inherit/thunk1.C: Enable for x86_64.
7537
7538 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
7539
7540 2002-10-22 Mark Mitchell <mark@codesourcery.com>
7541
7542 PR c++/6579
7543 * g++.dg/parse/stmtexpr3.C: New test.
7544
7545 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
7546
7547 * g++.dg/expr/cond1.C: New test.
7548
7549 2002-10-21 Zack Weinberg <zack@codesourcery.com>
7550
7551 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
7552
7553 2002-10-21 Mark Mitchell <mark@codesourcery.com>
7554
7555 * g++.dg/abi/vbase13.C: New test.
7556 * g++.dg/abi/vbase14.C: Likewise.
7557
7558 2002-10-21 Jakub Jelinek <jakub@redhat.com>
7559
7560 * gcc.dg/tls/pic-1.c: New test.
7561 * gcc.dg/tls/nonpic-1.c: New test.
7562 * gcc.dg/20021018-1.c: New test.
7563
7564 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
7565
7566 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
7567 Remove only files with the same base name as the test case.
7568 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
7569 (profopt-execute): Likewise. Also, remove old profiling
7570 and performance data files before running the tests.
7571
7572 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
7573 * g++.dg/bprob/bprob.exp: Likewise.
7574 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
7575 to allow more general test case names.
7576
7577 * g++.dg/bprob/bprob-1.C: Rename to ...
7578 * g++.dg/bprob/g++-bprob-1.C: ... this.
7579
7580 * g77.dg/bprob/bprob-1.f: Rename to ...
7581 * g77.dg/bprob/g77-bprob-1.f: ... this.
7582
7583 2002-10-21 Zack Weinberg <zack@codesourcery.com>
7584
7585 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
7586 bison 1.50 or later.
7587
7588 2002-10-21 Janis Johnson <janis187@us.ibm.com>
7589
7590 * g++.dg/README: Describe more test directories.
7591
7592 2002-10-21 Mark Mitchell <mark@codesourcery.com>
7593
7594 * g++.dg/init/array6.C: Add additional tests.
7595
7596 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
7597
7598 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
7599 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
7600
7601 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
7602
7603 * gcc.c-torture/compile/20020604-1.x: New.
7604 * gcc.c-torture/compile/simd-5.x: Likewise.
7605 * gcc.c-torture/execute/920710-1.x: Likewise.
7606 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
7607
7608 2002-10-21 Mark Mitchell <mark@codesourcery.com>
7609
7610 * g++.dg/inherit/override1.C: Add dg-options clause.
7611
7612 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7613
7614 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
7615 _mm_slli_si128.
7616
7617 2002-10-19 Andreas Schwab <schwab@suse.de>
7618
7619 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
7620 directory component.
7621
7622 2002-10-18 Mark Mitchell <mark@codesourcery.com>
7623
7624 * g++.dg/inherit/thunk1.C: New test.
7625
7626 * g++.dg/inherit/override1.C: New test.
7627
7628 * g++.dg/abi/mangle11.C: New test.
7629 * g++.dg/abi/mangle14.C: New test.
7630 * g++.dg/abi/mangle17.C: New test.
7631
7632 2002-10-17 Nathan Sidwell <nathan@codesourcery.com>
7633
7634 * g++.dg/overload/member2.C: New test.
7635
7636 2002-10-17 Janis Johnson <janis187@us.ibm.com>
7637
7638 * g++.dg/README: Describe new compat directory.
7639 * g++.dg/dg.exp: Skip tests in compat directory.
7640 * README.compat: New file.
7641 * lib/compat.exp: New expect script.
7642 * g++.dg/compat: New test directory.
7643 * g++.dg/compat/compat.exp: New expect script.
7644 * g++.dg/compat/abi: New test directory.
7645 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
7646 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
7647 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
7648 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
7649 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
7650 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
7651 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
7652 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
7653 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
7654 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
7655 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
7656 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
7657 * g++.dg/compat/break: New test directory.
7658 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
7659 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
7660 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
7661 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
7662 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
7663 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
7664 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
7665 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
7666 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
7667 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
7668 g++.dg/compat/break/README: New files.
7669 * g++.dg/compat/eh: New test directory.
7670 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
7671 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
7672 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
7673 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
7674 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
7675 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
7676 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
7677 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
7678 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
7679 g++.dg/compat/eh/filter2_y.C,
7680 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
7681 g++.dg/compat/eh/new1_y.C,
7682 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
7683 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
7684 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
7685 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
7686 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
7687 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
7688 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
7689 g++.dg/compat/eh/unexpected1_y.C: New files.
7690 * g++.dg/compat/init: New test directory.
7691 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
7692 g++.dg/compat/init/array5_y.C,
7693 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
7694 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
7695 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
7696 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
7697 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
7698 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
7699 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
7700 g++.dg/compat/init/init-ref2_y.C: New files.
7701
7702 2002-10-17 Mark Mitchell <mark@codesourcery.com>
7703
7704 PR c++/7584
7705 * g++.dg/inherit/using3.C: New test.
7706
7707 2002-10-17 Jan Hubicka <jh@suse.cz>
7708
7709 * gcc.dg/20021017-2.c: New test.
7710
7711 2002-10-17 Mark Mitchell <mark@codesourcery.com>
7712
7713 * g++.dg/abi/mangle16.C: Adjust.
7714
7715 * g++.dg/init/array8.C: New test.
7716
7717 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
7718
7719 * gcc.dg/special/mips-abi.exp: New test.
7720 * gcc.dg/special/mips-abi.s: Empty file used by the above.
7721
7722 2002-10-16 Mark Mitchell <mark@codesourcery.com>
7723
7724 * g++.dg/abi/mangle16.C: New test.
7725 * g++.dg/abi/mangle17.C: Likewise.
7726
7727 PR c++/7478
7728 * g++.dg/template/ref1.C: New test.
7729
7730 2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7731
7732 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
7733
7734 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
7735
7736 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
7737
7738 2002-10-16 Mark Mitchell <mark@codesourcery.com>
7739
7740 PR c++/7524
7741 * g++.dg/init/array7.C: New test.
7742
7743 2002-10-15 Mark Mitchell <mark@codesourcery.com>
7744
7745 * g++.dg/init/array6.C: New test.
7746
7747 * g++.dg/abi/mangle13.C: Likewise.
7748 * g++.dg/abi/mangle14.C: Likewise.
7749 * g++.dg/abi/mangle15.C: Likewise.
7750
7751 2002-10-14 Mark Mitchell <mark@codesourcery.com>
7752
7753 * g++.dg/abi/empty8.C: New test.
7754
7755 2002-10-15 Nathan Sidwell <nathan@codesourcery.com>
7756
7757 * g++.dg/init/ctor1.C: New test.
7758
7759 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
7760
7761 * gcc.c-torture/execute/20021015-1.c: New test.
7762
7763 2002-10-15 J"orn Rennecke <joern.rennecke@superh.com>
7764
7765 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
7766
7767 2002-10-14 Jan Hubicka <jh@suse.cz>
7768
7769 * gcc.dg/i386-ssetype-[1-5].c: New tests.
7770
7771 2002-10-14 Richard Henderson <rth@redhat.com>
7772
7773 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
7774
7775 2002-10-14 Mark Mitchell <mark@codesourcery.com>
7776
7777 PR optimization/6631
7778 * g++.dg/opt/const2.C: New test.
7779
7780 2002-10-14 Mark Mitchell <mark@codesourcery.com>
7781
7782 PR c++/7176
7783 * g++.dg/parse/friend1.C: New test.
7784 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
7785
7786 2002-10-14 Jakub Jelinek <jakub@redhat.com>
7787
7788 * gcc.dg/20021014-1.c: New test.
7789
7790 2002-10-11 Mark Mitchell <mark@codesourcery.com>
7791
7792 PR c++/5661
7793 * g++.dg/ext/vlm1.C: New test.
7794 * g++.dg/ext/vlm2.C: Likewise.
7795
7796 * g++.dg/init/array1.C: Remove invalid braces.
7797 * g++.dg/init/brace1.C: New test.
7798 * g++.dg/init/copy2.C: Likewise.
7799 * g++.dg/init/copy3.C: Likewise.
7800 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
7801 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
7802 braces.
7803
7804 2002-10-11 Neil Booth <neil@daikokuya.co.uk>
7805
7806 * gcc.dg/cpp/assembler.S: Don't use -ansi.
7807
7808 2002-10-11 Richard Shann <richard.shann@superh.com>
7809
7810 * gcc.c-torture/compile/simd-5.c: New test.
7811
7812 2002-10-10 Roger Sayle <roger@eyesopen.com>
7813
7814 * gcc.c-torture/execute/shiftopt-1.c: New test case.
7815
7816 2002-10-10 Jim Wilson <wilson@redhat.com>
7817
7818 * gcc.c-torture/execute/20021010-1.c: New test.
7819
7820 2002-10-09 Zack Weinberg <zack@codesourcery.com>
7821
7822 PR c/7353
7823 * g++.dg/ext/typedef-init.C: New test.
7824 * gcc.dg/typedef-init.c: New test.
7825
7826 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
7827
7828 * gcc.dg/cpp/paste13.c: New test.
7829
7830 2002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7831
7832 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
7833 remaining platforms, XFAIL during compile, not execute. Don't
7834 XFAIL at -O0.
7835
7836 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
7837
7838 * gcc.dg/alias-1.c: Tweak expected warning.
7839
7840 2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
7841
7842 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
7843
7844 2002-10-06 Andreas Jaeger <aj@suse.de>
7845
7846 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
7847 * gcc.dg/cpp/c++98.C: Likewise.
7848
7849 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
7850 * g++.dg/cpp/c++98.C: Likewise.
7851
7852 * g++.dg/README (Subdirectories): Mention cpp directory.
7853
7854 PR target/7559
7855 * gcc.dg/20021006-1.c: New test.
7856
7857 2002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7858
7859 PR c++/7804
7860 * g++.dg/other/warning1.C: New test.
7861
7862 2002-10-04 Roger Sayle <roger@eyesopen.com>
7863
7864 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
7865 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
7866 and sparc-*-* with -m64 as expected failures. See PR 8087.
7867
7868 2002-10-03 Mark Mitchell <mark@codesourcery.com>
7869
7870 PR c++/7931
7871 * g++.dg/template/ptrmem3.C: New test.
7872
7873 PR c++/7754
7874 * g++.dg/template/union1.C: New test.
7875
7876 2002-10-03 Mark Mitchell <mark@codesourcery.com>
7877
7878 PR c++/8006
7879 * g++.dg/abi/mangle9.C: New test.
7880 * g++.dg/abi/mangle10.C: New test.
7881 * g++.dg/abi/mangle11.C: New test.
7882 * g++.dg/abi/mangle12.C: New test.
7883
7884 2002-10-02 Mark Mitchell <mark@codesourcery.com>
7885
7886 PR c++/7188.
7887 * g++.dg/template/meminit1.C: New test.
7888 * g++.dg/warn/Wreorder-1.C: Likewise.
7889 * g++.old-deja/g++.mike/warn3.C: Tweak.
7890 * lib/prune.exp: Ingore "in copy constructor".
7891
7892 2002-10-02 Andreas Jaeger <aj@suse.de>
7893
7894 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
7895 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
7896 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
7897 on x86-64.
7898
7899 2002-10-01 Mark Mitchell <mark@codesourcery.com>
7900
7901 * gcc.dg/empty1.C: Fix typo.
7902
7903 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
7904
7905 * gcc.dg/alias-1.c: New test.
7906
7907 2002-10-01 Mark Mitchell <mark@codesourcery.com>
7908
7909 * gcc.dg/empty1.C: New test.
7910
7911 * g++.dg/tls/init-2.C: Tweak error messages.
7912
7913 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7914
7915 * gcc.c-torture/compile/20020923-1.c: New test.
7916
7917 2002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
7918
7919 * gcc.c-torture/execute/ffs-1.c: New test.
7920 * gcc.c-torture/execute/ffs-2.c: Ditto.
7921
7922 2002-09-30 Nathan Sidwell <nathan@codesourcery.com>
7923
7924 * g++.dg/overload/member1.C: New test.
7925
7926 2002-09-30 Mark Mitchell <mark@codesourcery.com>
7927
7928 * g++.dg/abi/empty7.C: New test.
7929 * g++.dg/init/pm2.C: Likewise.
7930
7931 2002-09-29 Nathan Sidwell <nathan@codesourcery.com>
7932
7933 * g++.dg/rtti/crash1.C: New test.
7934
7935 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
7936
7937 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
7938 gcc.dg/sibcall-4.c: New tests.
7939
7940 2002-09-28 Roger Sayle <roger@eyesopen.com>
7941
7942 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
7943 powerpc and MMIX targets.
7944
7945 2002-09-27 Zack Weinberg <zack@codesourcery.com>
7946
7947 * gcc.dg/cpp/20020927-1.c: New.
7948
7949 2002-09-26 David S. Miller <davem@redhat.com>
7950
7951 * gcc.c-torture/compile/trunctfdf.c: New.
7952
7953 2002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7954
7955 * lib/target-supports.exp (check_weak_available): Handle solaris2.
7956
7957 2002-09-27 Alan Modra <amodra@bigpond.net.au>
7958
7959 * gcc.c-torture/execute/loop-15.c: New.
7960
7961 2002-09-26 Janis Johnson <janis187@us.ibm.com>
7962
7963 * README.QMTEST: Fix typo.
7964
7965 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
7966
7967 * gcc.dg/20020926-1.c: New test.
7968
7969 2002-09-25 David S. Miller <davem@redhat.com>
7970
7971 PR target/7842
7972 * gcc.c-torture/execute/shiftdi.c: New test.
7973
7974 2002-09-26 Richard Earnshaw <rearnsha@arm.com>
7975
7976 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
7977 unique to the tool.
7978 * lib/g77.exp (g77_init): Likewise.
7979 * lib/g++.exp (g++_init): Likewise.
7980 * lib/objc.exp (objc_init): Likewise.
7981
7982 2002-09-25 Mark Mitchell <mark@codesourcery.com>
7983
7984 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
7985 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
7986 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
7987
7988 2002-09-25 Richard Henderson <rth@redhat.com>
7989
7990 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
7991 too-small long double.
7992
7993 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
7994
7995 * gcc.dg/20020919-1.c: New test.
7996
7997 2002-09-23 Mark Mitchell <mark@codesourcery.com>
7998
7999 * g++.dg/abi/bitfield6.C: New test.
8000 * g++.dg/abi/bitfield7.C: New test.
8001 * g++.dg/abi/bitfield8.C: New test.
8002 * g++.dg/abi/vbase11.C: New test.
8003
8004 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
8005
8006 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
8007 hppa*-*-hpux*. Update test comment.
8008
8009 2002-09-20 Jakub Jelinek <jakub@redhat.com>
8010
8011 * gcc.dg/tls/struct-1.c: New test.
8012
8013 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
8014
8015 * gcc.dg/cpp/tr-warn2.c: Update.
8016
8017 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
8018
8019 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
8020
8021 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
8022
8023 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
8024 systems.
8025
8026 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
8027
8028 * gcc.c-torture/execute/ieee/mzero3.c: New test.
8029
8030 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8031 Adjust for c++filt moved to binutils. Remove spurious duplicate
8032 setting of cxxfilt.
8033
8034 2002-09-19 Geoffrey Keating <geoffk@apple.com>
8035
8036 * gcc.dg/20020312-2.c: Update for darwin.
8037
8038 2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
8039
8040 * g++.old-deja/g++.other/crash32.C: Mark ICE.
8041
8042 2002-09-17 Nicola Pero <n.pero@mi.flashnet.it>
8043
8044 * objc.dg/comp-types-1.m: New test.
8045 * objc.dg/comp-types-2.m: New test.
8046 * objc.dg/comp-types-3.m: New test.
8047 * objc.dg/comp-types-4.m: New test.
8048 * objc.dg/comp-types-5.m: New test.
8049 * objc.dg/comp-types-6.m: New test.
8050
8051 2002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
8052
8053 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
8054
8055 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
8056
8057 * g++.dg/other/do1.C: New test.
8058
8059 * g++.dg/template/subst1.C: New test.
8060
8061 2002-09-16 Steve Ellcey <sje@cup.hp.com>
8062
8063 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
8064
8065 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
8066
8067 * g++.dg/template/qualttp20.C: Adjust expected errors.
8068 * g++.old-deja/g++.jason/report.C: Likewise.
8069 * g++.old-deja/g++.other/qual1.C: Likewise.
8070
8071 * g++.dg/lookup/scoped2.C: New test.
8072
8073 * g++.dg/ext/asm3.C: New test.
8074
8075 2002-09-16 Richard Earnshaw <rearnsha@arm.com>
8076
8077 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
8078
8079 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
8080
8081 * ChangeLog: follow spelling conventions.
8082 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
8083 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
8084 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
8085 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
8086 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
8087 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
8088 * g++.old-deja/g++.law/global-init1.C: Likewise.
8089 * g++.old-deja/g++.other/delete4.C: Likewise.
8090 * g++.old-deja/g++.other/inline21.C: Likewise.
8091 * g++.old-deja/g++.other/singleton.C: Likewise.
8092 * g77.dg/strlen0.f: Likewise.
8093 * g77.f-torture/compile/20010519-1.f: Likewise.
8094 * g77.f-torture/compile/980310-4.f: Likewise.
8095 * gcc.c-torture/compile/20000605-1.c: Likewise.
8096 * gcc.c-torture/execute/20020225-1.c: Likewise.
8097 * gcc.dg/c90-hexfloat-2.c: Likewise.
8098 * gcc.dg/c99-bool-1.c: Likewise.
8099 * gcc.dg/c99-hexfloat-2.c: Likewise.
8100 * gcc.dg/dll-2.c: Likewise.
8101 * gcc.dg/wtr-union-init-1.c: Likewise.
8102 * gcc.dg/wtr-union-init-2.c: Likewise.
8103 * gcc.dg/wtr-union-init-3.c: Likewise.
8104 * gcc.dg/cpp/avoidpaste1.c: Likewise.
8105 * gcc.dg/cpp/defined.c: Likewise.
8106 * gcc.dg/cpp/macsyntx.c: Likewise.
8107 * gcc.dg/cpp/paste2.c: Likewise.
8108 * gcc.dg/cpp/trad/defined.c: Likewise.
8109 * gcc.dg/format/c90-printf-1.c: Likewise.
8110 * gcc.dg/format/c90-scanf-1.c: Likewise.
8111 * gcc.dg/format/c99-printf-1.c: Likewise.
8112 * gcc.dg/format/c99-scanf-1.c: Likewise.
8113 * gcc.misc-tests/gcov-8.c: Likewise.
8114 * lib/profopt.exp: Likewise.
8115
8116 2002-09-15 Krister Walfridsson <cato@df.lth.se>
8117
8118 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
8119
8120 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
8121
8122 * g++.dg/inherit/using2.C: New test.
8123
8124 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
8125
8126 * ChangeLog: Follow spelling conventions.
8127 * g++.dg/template/friend4.C: Likewise.
8128 * g++.old-deja/g++.pt/crash67.C: Likewise.
8129 * gcc.c-torture/execute/20000801-4.c: Likewise.
8130 * gcc.dg/c90-digraph-1.c: Likewise.
8131 * gcc.dg/c94-digraph-1.c: Likewise.
8132 * gcc.dg/c99-digraph-1.c: Likewise.
8133 * gcc.dg/cpp/line5.c: Likewise.
8134 * gcc.dg/cpp/multiline.c: Likewise.
8135 * gcc.dg/cpp/trad/literals-1.c: Likewise.
8136 * gcc.dg/format/attr-3.c: Likewise.
8137 * gcc.dg/format/c90-scanf-3.c: Likewise.
8138 * gcc.dg/format/ext-4.c: Likewise.
8139
8140 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
8141
8142 * g++.dg/template/pretty1.C: New test.
8143
8144 2002-09-14 Alan Modra <amodra@bigpond.net.au>
8145
8146 * gcc.c-torture/execute/struct-cpy-1.c: New test.
8147
8148 2002-09-13 Matt Austern <austern@apple.com>
8149
8150 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
8151 passing a cast expression to a function by const reference.
8152
8153 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
8154
8155 * g++.dg/template/deduce1.C: New test.
8156
8157 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
8158
8159 * gcc.c-torture/execute/simd-1.c: Force all use of int to
8160 32-bit int.
8161
8162 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
8163
8164 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
8165 usage.
8166
8167 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
8168
8169 * gcc.c-torture/compile/20020910-1.c: New test.
8170
8171 2002-09-10 Frank Ch. Eigler <fche@redhat.com>
8172
8173 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
8174
8175 2002-09-10 Andreas Jaeger <aj@suse.de>
8176
8177 * gcc.dg/20020312-2.c: Adjust for x86-64.
8178
8179 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
8180
8181 * g77.dg/7388.f: New test case for PR 7388.
8182
8183 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8184
8185 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
8186
8187 2002-09-05 Ziemowit Laski <zlaski@apple.com>
8188
8189 * objc.dg/proto-lossage-1.m: New test.
8190
8191 2002-09-06 Neil Booth <neil@daikokuya.co.uk>
8192
8193 * gcc.dg/cpp/_Pragma4.c: Fix typo.
8194
8195 2002-09-06 Nicola Pero <n.pero@mi.flashnet.it>
8196
8197 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
8198 expected to pass.
8199
8200 2002-09-06 Stan Shebs <shebs@apple.com>
8201 David Edelsohn <edelsohn@gnu.org>
8202
8203 * gcc.dg/weak: New directory.
8204 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
8205 target-specific xfail bits.
8206 * gcc.dg/typeof-2.c: Move to new directory.
8207 * gcc.dg/weak.exp: New expect script.
8208
8209 2002-09-06 Alan Modra <amodra@bigpond.net.au>
8210
8211 * gcc.c-torture/execute/extzvsi.c: New test.
8212
8213 2002-09-05 Stan Shebs <shebs@apple.com>
8214
8215 * gcc.dg/weak-1.c: xfail on Darwin.
8216 * gcc.dg/weak-2.c: Ditto.
8217 * gcc.dg/weak-3.c: Ditto.
8218 * gcc.dg/weak-4.c: Ditto.
8219 * gcc.dg/weak-5.c: Ditto.
8220 * gcc.dg/weak-6.c: Ditto.
8221 * gcc.dg/weak-7.c: Ditto.
8222 * gcc.dg/weak-8.c: Ditto.
8223 * gcc.dg/weak-9.c: Ditto.
8224
8225 2002-09-05 J"orn Rennecke <joern.rennecke@superh.com>
8226
8227 * gcc.c-torture/execute/loop-14.c: New test.
8228
8229 2002-09-04 Jakub Jelinek <jakub@redhat.com>
8230
8231 * g++.dg/other/cxa-atexit1.C: New test.
8232
8233 * gcc.dg/typeof-2.c: New test.
8234
8235 2002-09-03 Roger Sayle <roger@eyesopen.com>
8236
8237 * gcc.dg/builtins-2.c: New testcase.
8238 * gcc.dg/builtins-3.c: New testcase.
8239
8240 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
8241
8242 * gcc.dg/cpp/_Pragma4.c: New test.
8243
8244 2002-09-03 Nicola Pero <n.pero@mi.flashnet.it>
8245
8246 * objc/execute/nil_method-1.m: New testcase.
8247
8248 2002-09-01 Nicola Pero <n.pero@mi.flashnet.it>
8249
8250 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
8251 [Object class], not [Object initialize].
8252
8253 2002-08-31 Roger Sayle <roger@eyesopen.com>
8254 Hans-Peter Nilsson <hp@bitrange.com>
8255
8256 * gcc.c-torture/execute/20020720-1.x: Skip test on
8257 mmix-knuth-mmixware. Correct comment.
8258
8259 2002-08-27 Mark Mitchell <mark@codesourcery.com>
8260
8261 * testsuite/g++.dg/abi/bitfield5.C: New test.
8262 * testsuite/g++.dg/abi/vbase10.C: Likewise.
8263
8264 2002-08-27 Nicola Pero <n.pero@mi.flashnet.it>
8265
8266 * objc.dg/undeclared-selector.m: New test.
8267
8268 2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
8269
8270 * g++.dg/other/offsetof1.C: Avoid cast warning.
8271
8272 2002-08-26 Ziemowit Laski <zlaski@apple.com>
8273
8274 * objc.dg/super-class-2.m: New test.
8275
8276 2002-08-24 Matt Austern <austern@apple.com>
8277
8278 * g++.dg/ext/lvaddr.C: New test.
8279 * g++.dg/ext/lvcast.C: New test.
8280
8281 2002-08-22 Mark Mitchell <mark@codesourcery.com>
8282
8283 * testsuite/g++.dg/inherit/cond1.C: New test.
8284
8285 2002-08-22 Geoffrey Keating <geoffk@redhat.com>
8286
8287 * gcc.dg/noncompile/incomplete-1.c: New test.
8288
8289 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
8290
8291 * gcc.dg/typespec-1.c: New test.
8292
8293 2002-08-20 Devang Patel <dpatel@apple.com>
8294 * objc.dg/proto-hier-2.m: New test.
8295
8296 2002-08-19 Ziemowit Laski <zlaski@apple.com>
8297
8298 * objc.dg/bitfield-1.m: New test.
8299 * objc.dg/bitfield-2.m: New test.
8300
8301 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
8302
8303 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
8304 gcc.dg/c99-flex-array-4.c: New tests.
8305
8306 2002-08-16 Stan Shebs <shebs@apple.com>
8307
8308 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
8309
8310 2002-08-15 Jakub Jelinek <jakub@redhat.com>
8311
8312 * gcc.dg/typeof-1.c: New test.
8313 * g++.dg/ext/typeof2.C: New test.
8314
8315 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
8316
8317 * g++.dg/other/offsetof1.C: New test.
8318
8319 2002-08-14 Richard Henderson <rth@redhat.com>
8320
8321 * gcc.dg/tls/diag-3.c: Fix expected message strings.
8322
8323 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
8324
8325 * gcc.dg/cpp/_Pragma3.c: New test.
8326
8327 2002-08-13 Mark Mitchell <mark@codesourcery.com>
8328
8329 * g++.dg/template/inherit3: New test.
8330
8331 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
8332
8333 * gcc.dg/bitfld-4.c: Add blank options.
8334
8335 2002-08-09 Mark Mitchell <mark@codesourcery.com>
8336
8337 * g++.dg/template/crash1.C: New test.
8338
8339 2002-08-08 Jakub Jelinek <jakub@redhat.com>
8340
8341 * gcc.dg/tls/opt-2.c: New test.
8342
8343 2002-08-08 Devang Patel <dpatel@apple.com>
8344
8345 * objc.dg/selector-1.m : New test
8346
8347 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
8348
8349 * g++.dg/abi/bitfield4.C: New test.
8350 * gcc.dg/bitfld-4.c: New test.
8351
8352 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
8353
8354 * g++.dg/other/packed1.C: New test.
8355
8356 2002-08-07 Mark Mitchell <mark@codesourcery.com>
8357
8358 * g++.dg/abi/offsetof.C: Tweak error messages.
8359 * g++.old-deja/g++.mike/p10769a.C: Likewise.
8360
8361 2002-08-08 Jakub Jelinek <jakub@redhat.com>
8362
8363 * gcc.dg/bitfld-3.c: New test.
8364
8365 2002-08-07 Jakub Jelinek <jakub@redhat.com>
8366 Richard Henderson <rth@redhat.com>
8367
8368 * gcc.dg/i386-bitfield1.c: New test.
8369 * g++.dg/abi/bitfield3.C: Update.
8370
8371 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
8372
8373 * objc.dg/const-str-2.m: Update.
8374 * gcc.dg/cpp/c++98.c: Change to C extension.
8375 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
8376 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
8377
8378 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
8379
8380 * testsuite/gcc.dg/tls/diag-3.c: New.
8381
8382 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
8383
8384 * g++.dg/README (Subdirectories): Document new subdir expr.
8385 * g++.dg/expr/pmf-1.C: New test.
8386
8387 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
8388
8389 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
8390
8391 2002-08-06 Jakub Jelinek <jakub@redhat.com>
8392
8393 * g++.dg/abi/bitfield3.C: New test.
8394
8395 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
8396
8397 * lib/gcov.exp: Tweak expected line formats.
8398 * gcc.misc-tests/gcov8.c: New test.
8399 * gcc.misc-tests/gcov8.x: New flags.
8400
8401 2002-08-05 Jakub Jelinek <jakub@redhat.com>
8402
8403 * consistency.vlad/layout/endian.c: Include string.h.
8404
8405 * gcc.c-torture/execute/20020805-1.c: New test.
8406
8407 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
8408
8409 * g++.dg/other/conversion1.C: New test.
8410
8411 2002-08-03 Roger Sayle <roger@eyesopen.com>
8412
8413 * gcc.dg/builtins-1.c: New testcase.
8414
8415 2002-08-02 Mark Mitchell <mark@codesourcery.com>
8416
8417 * g++.dg/inherit/access3.C: New test.
8418
8419 2002-08-01 Jakub Jelinek <jakub@redhat.com>
8420
8421 * gcc.dg/ia64-visibility-2.c: New test.
8422
8423 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
8424
8425 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
8426 __qualifier_flags to __flags.
8427
8428 2002-07-31 Mark Mitchell <mark@codesourcery.com>
8429
8430 * g++.dg/inherit/operator1.C: New test.
8431 * g++.dg/lookup/disamb1.C: Fix typo in comment.
8432 * g++.dg/other/error1.C: Change expected error message.
8433 * g++.dg/template/conv4.C: Likewise.
8434
8435 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
8436
8437 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
8438 for documented behavior.
8439
8440 2002-07-25 Roger Sayle <roger@eyesopen.com>
8441
8442 * gcc.c-torture/execute/20020720-1.x: Skip this test on
8443 several targets known to fail.
8444
8445 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
8446
8447 * gcc.dg/mips-args-[123].c: New tests.
8448
8449 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
8450
8451 * gcc.dg/ppc-spe.c: New.
8452
8453 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
8454
8455 * g++.dg/other/ptrmem4.C: New testcase.
8456
8457 2002-07-24 Richard Henderson <rth@redhat.com>
8458
8459 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
8460
8461 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
8462
8463 * g++.dg/ext/alignof1.C (main): Return 0 for success.
8464
8465 2002-07-24 Roger Sayle <roger@eyesopen.com>
8466
8467 * gcc.c-torture/execute/memset-3.c: New testcase.
8468
8469 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
8470
8471 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
8472 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
8473
8474 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8475
8476 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
8477 Delete.
8478
8479 2002-07-23 J"orn Rennecke <joern.rennecke@superh.com>
8480
8481 * gcc.c-torture/compile/simd-4.c: New test.
8482
8483 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8484
8485 PR c++/7347, c++/7348
8486 * g++.dg/template/access4.C: New test.
8487 * g++.dg/template/access5.C: New test.
8488 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
8489 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
8490 * g++.old-deja/g++.pt/ttp58.C: Likewise.
8491 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
8492
8493 2002-07-22 Jakub Jelinek <jakub@redhat.com>
8494
8495 * gcc.dg/gnu89-init-2.c: New test.
8496
8497 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
8498
8499 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
8500
8501 2002-07-20 Roger Sayle <roger@eyesopen.com>
8502
8503 * gcc.c-torture/execute/20020720-1.c: New testcase.
8504
8505 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
8506
8507 * gcc.dg/cpp/Wsignprom.c: New tests.
8508
8509 2002-07-20 Alan Modra <amodra@bigpond.net.au>
8510
8511 * gcc.c-torture/execute/loop-13.c: New test.
8512
8513 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
8514
8515 * gcc.dg/cpp/expr.c: New tests.
8516
8517 2002 07-18 David Edelsohn <edelsohn@gnu.org>
8518
8519 * g++.dg/opt/pr6713.C: Add template instantiation.
8520
8521 2002-07-18 Alan Modra <amodra@bigpond.net.au>
8522
8523 * gcc.dg/nest.c: New test.
8524
8525 2002-07-17 Richard Henderson <rth@redhat.com>
8526
8527 * g++.dg/opt/pr6713.C: New test.
8528
8529 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
8530
8531 * gcc.c-torture/execute/loop-2e.x: Let the testcase
8532 XFAIL for all x86 processors.
8533
8534 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
8535
8536 * gcc.c-torture/execute/20010122-1.x: Do not test with
8537 -fomit-frame-pointer.
8538
8539 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8540
8541 * g++.dg/template/instantiate2.C: New test.
8542 * g++.dg/template/spec4.C: New test.
8543
8544 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8545
8546 * g++.dg/template/access2.C: New test.
8547 * g++.dg/template/access3.C: New test.
8548
8549 2002-07-15 Zack Weinberg <zack@codesourcery.com>
8550
8551 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
8552 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
8553 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
8554 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
8555 Convert to use <stdarg.h>.
8556 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
8557 Delete.
8558 * gcc.dg/va-arg-2.c: New.
8559 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
8560
8561 2002-07-15 Jakub Jelinek <jakub@redhat.com>
8562
8563 * gcc.c-torture/compile/20020710-1.c: New test.
8564
8565 2002-07-11 J"orn Rennecke <joern.rennecke@superh.com>
8566 Andrew Pinski <pinskia@physics.uc.edu>
8567
8568 gcc.c-torture/compile/simd-2.c: New testcase.
8569 gcc.c-torture/compile/simd-3.c: Likewise.
8570
8571 2002-07-11 Mark Mitchell <mark@codesourcery.com>
8572
8573 PR c++/7224
8574 * g++.dg/overload/error1.C: New test.
8575
8576 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8577
8578 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
8579 configuration and IRIX 6 O32 ABI.
8580
8581 2002-07-11 Roger Sayle <roger@eyesopen.com>
8582
8583 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
8584
8585 2002-07-10 Roger Sayle <roger@eyesopen.com>
8586
8587 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
8588
8589 2002-07-10 Jeffrey A Law <law@redhat.com>
8590
8591 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
8592
8593 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
8594
8595 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
8596
8597 * gcc.dg/20020312-2.c: Check for __PPC__.
8598
8599 2002-07-09 Diego Novillo <dnovillo@redhat.com>
8600
8601 * gcc.c-torture/compile/20020709-1.c: New test.
8602
8603 2002-07-07 Roger Sayle <roger@eyesopen.com>
8604
8605 * g++.dg/template/qualttp21.C: New test case.
8606
8607 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
8608
8609 * gcc.c-torture/compile/20020706-1.c: New test.
8610 * gcc.c-torture/compile/20020706-2.c: New test.
8611
8612 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
8613 Alexandre Oliva <aoliva@redhat.com>
8614
8615 * g++.dg/warn/incomplete1.C: New test.
8616
8617 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8618
8619 PR c++/7099
8620 * g++.dg/warn/noreturn1.C: New test.
8621
8622 2002-07-03 Mark Mitchell <mark@codesourcery.com>
8623
8624 PR c++/6706
8625 * g++.dg/debug/debug6.C: New test.
8626 * g++.dg/debug/debug7.C: New test.
8627
8628 2002-07-04 J"orn Rennecke <joern.rennecke@superh.com>
8629
8630 * gcc.c-torture/compile/simd-3.c: New test.
8631
8632 2002-07-03 Chris Demetriou <cgd@broadcom.com>
8633
8634 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
8635 * gcc.dg/20020620-1.c: Likewise.
8636
8637 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8638
8639 PR c++/6944
8640 * g++.dg/init/array4.C: New test.
8641 * g++.dg/init/array5.C: New test.
8642
8643 2002-07-03 J"orn Rennecke <joern.rennecke@superh.com>
8644
8645 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
8646 * gcc.c-torture/execute/simd-2.c (main): Likewise.
8647
8648 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8649
8650 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
8651 * gcc.dg/wtr-aggr-init-1.c: Likewise.
8652 * gcc.dg/wtr-conversion-1.c: Likewise.
8653 * gcc.dg/wtr-escape-1.c: Likewise.
8654 * gcc.dg/wtr-int-type-1.c: Likewise.
8655 * gcc.dg/wtr-label-1.c: Likewise.
8656 * gcc.dg/wtr-static-1.c: Likewise.
8657 * gcc.dg/wtr-strcat-1.c: Likewise.
8658 * gcc.dg/wtr-suffix-1.c: Likewise.
8659 * gcc.dg/wtr-switch-1.c: Likewise.
8660 * gcc.dg/wtr-unary-plus-1.c: Likewise.
8661 * gcc.dg/wtr-union-init-1.c: Likewise.
8662 * gcc.dg/wtr-union-init-2.c: Likewise.
8663 * gcc.dg/wtr-union-init-3.c: Likewise.
8664
8665 * gcc.dg/wtr-func-def-1.c: New test.
8666
8667 2002-07-02 Devang Patel <dpatel@apple.com>
8668
8669 * objc.dg/param-1.m: New test.
8670
8671 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
8672
8673 * gcc.dg/cpp/trad/directive.c: Add test.
8674 * gcc.dg/cpp/trad/macroargs.c: Add test.
8675 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
8676
8677 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
8678
8679 * gcc.dg/cpp/cmdlne-M.c: New test.
8680
8681 2002-07-02 Ziemowit Laski <zlaski@apple.com>
8682
8683 * objc.dg/desig-init-1.m: New test.
8684
8685 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8686
8687 PR c++/6716
8688 * g++.dg/template/instantiate1.C: New test.
8689
8690 2002-07-01 Mark Mitchell <mark@codesourcery.com>
8691
8692 PR c++/7112
8693 * g++.dg/template/sizeof2.C: New test.
8694
8695 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
8696
8697 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
8698 gcc.dg/cpp/trad/include.c: New tests.
8699
8700 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
8701
8702 PR target/7177
8703 * gcc.c-torture/compile/20020701-1.c: New test.
8704
8705 2002-07-01 Stan Shebs <shebs@apple.com>
8706
8707 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
8708 header here...
8709 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
8710 (objc-torture-execute): or here.
8711
8712 2002-07-01 J"orn Rennecke <joern.rennecke@superh.com>
8713
8714 * gcc.c-torture/execute/arith-rand-ll.c: New test.
8715
8716 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
8717
8718 * gcc.dg/cpp/trad/escaped-nl.c: New test.
8719
8720 2002-06-30 Devang Patel <dpatel@apple.com>
8721
8722 * objc.dg/fsyntax-only.m: New test.
8723
8724 2002-06-27 Mark Mitchell <mark@codesourcery.com>
8725
8726 PR c++/6695
8727 * g++.dg/template/friend7.C: New file.
8728
8729 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
8730
8731 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
8732 return type.
8733
8734 2002-06-27 J"orn Rennecke <joern.rennecke@superh.com>
8735
8736 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
8737 avoid division by zero.
8738
8739 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
8740
8741 * gcc.dg/Wunknownprag.c: New tests.
8742
8743 2002-06-25 J"orn Rennecke <joern.rennecke@superh.com>
8744
8745 * gcc.c-torture/execute/simd-2.c: New test.
8746
8747 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
8748
8749 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
8750 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
8751 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
8752 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
8753 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
8754 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
8755 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
8756 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
8757 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
8758 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
8759 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
8760 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
8761 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
8762 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
8763 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
8764 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
8765 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
8766
8767 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
8768
8769 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
8770 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
8771 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
8772 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
8773 New tests.
8774 * gcc.dg/cpp/trad/directive.c: Update.
8775
8776 2002-06-23 Andreas Jaeger <aj@suse.de>
8777
8778 * gcc.c-torture/execute/complex-6.c: New.
8779
8780 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
8781
8782 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
8783 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
8784 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
8785 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
8786
8787 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
8788
8789 * gcc.dg/cpp/trad: New directory with traditional tests copied
8790 from parent directory.
8791 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
8792 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
8793 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
8794 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
8795 Move to trad/ and rename.
8796 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
8797 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
8798 gcc.dg/cpp/trad/redef2.c: New tests.
8799 * gcc.dg/cpp/trad/trad.exp: New driver.
8800
8801 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
8802
8803 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
8804 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
8805 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
8806 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
8807 Remove.
8808
8809 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
8810
8811 * gcc.dg/20020620-1.c: New test.
8812
8813 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8814
8815 * g++.dg/template/ttp4.C: New test.
8816
8817 2002-06-19 Jakub Jelinek <jakub@redhat.com>
8818
8819 * g++.dg/opt/vt1.C: Fix regexp.
8820
8821 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8822
8823 * gcc.c-torture/execute/pure-1.c: Make functions static again.
8824 Don't use attribute `noinline'.
8825
8826 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
8827
8828 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
8829
8830 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
8831
8832 * gcc.c-torture/execute/simd-1.c: New.
8833
8834 * gcc.dg/simd-1.c: New.
8835
8836 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
8837
8838 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
8839
8840 2002-06-16 Richard Henderson <rth@redhat.com>
8841
8842 * g++.dg/ext/anon-struct1.C: New.
8843 * g++.dg/ext/anon-struct2.C: New.
8844 * g++.dg/ext/anon-struct3.C: New.
8845 * gcc.dg/anon-struct-1.c: New.
8846 * gcc.dg/anon-struct-2.c: New.
8847 * gcc.dg/anon-struct-3.c: New.
8848 * gcc.dg/20011008-1.c: Adjust warning text.
8849 * gcc.dg/20020527-1.c: Add -fms-extensions.
8850
8851 2002-06-16 Richard Henderson <rth@redhat.com>
8852
8853 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
8854
8855 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
8856
8857 * gcc.c-torture/execute/20020615-1.c: New test.
8858
8859 2002-06-15 Roger Sayle <roger@eyesopen.com>
8860
8861 * gcc.c-tortuture/execute/compare-1.c: New test case.
8862 * gcc.c-tortuture/execute/compare-2.c: New test case.
8863 * gcc.c-tortuture/execute/compare-3.c: New test case.
8864
8865 2002-06-13 Richard Henderson <rth@redhat.com>
8866
8867 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
8868 ia64 ilp32.
8869
8870 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8871
8872 * g++.dg/template/typename2.C: Update error message.
8873
8874 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
8875
8876 * gcc.c-torture/execute/20020611-1.c: New test.
8877
8878 2002-06-11 Bob Wilson <bob.wilson@acm.org>
8879
8880 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
8881 list of targets to skip.
8882
8883 2002-06-10 Bob Wilson <bob.wilson@acm.org>
8884
8885 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
8886 targets if not optimizing.
8887
8888 2002-06-10 Jakub Jelinek <jakub@redhat.com>
8889
8890 * gcc.c-torture/compile/20020605-1.c: New test.
8891
8892 * g++.dg/opt/vt1.C: New test.
8893
8894 * gcc.dg/20020531-1.c: New test.
8895
8896 * gcc.dg/20020530-1.c: New test.
8897
8898 * gcc.dg/20020527-1.c: New test.
8899
8900 * g++.dg/opt/cse1.C: New test.
8901
8902 2002-06-07 Roger Sayle <roger@eyesopen.com>
8903
8904 * gcc.dg/20020607-2.c: New test case.
8905
8906 2002-06-07 Jakub Jelinek <jakub@redhat.com>
8907
8908 * gcc.c-torture/compile/20020604-1.c: New test.
8909
8910 2002-06-04 Richard Henderson <rth@redhat.com>
8911
8912 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
8913 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
8914 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
8915
8916 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
8917
8918 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
8919
8920 2002-06-03 Richard Henderson <rth@redhat.com>
8921
8922 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
8923 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
8924
8925 2002-06-02 Richard Henderson <rth@redhat.com>
8926
8927 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
8928 test functions static.
8929
8930 2002-06-02 Andreas Jaeger <aj@suse.de>
8931
8932 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
8933 now.
8934
8935 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
8936
8937 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
8938 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
8939 Update for mofified diagnostics.
8940 * gcc.dg/c99-intconst-1.c: No longer fail.
8941
8942 2002-06-02 Richard Henderson <rth@redhat.com>
8943
8944 * gcc.dg/uninit-A.c: Remove xfail markers.
8945
8946 2002-06-01 Roger Sayle <roger@eyesopen.com>
8947
8948 * gcc.dg/fnegate-1.c: New test case.
8949
8950 2002-05-30 Osku Salerma <osku@iki.fi>
8951
8952 * gcc.c-torture/execute/mayalias-1.c: New file.
8953
8954 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
8955
8956 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
8957 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
8958 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
8959
8960 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
8961
8962 * gcc.c-torture/execute/20020529-1.c: New test.
8963
8964 2002-05-27 Richard Henderson <rth@redhat.com>
8965
8966 * g++.dg/ext/attrib6.C: New test case.
8967
8968 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8969
8970 * gcc.c-torture/execute/pure-1.c: New test.
8971
8972 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
8973
8974 * gcc.dg/cpp/arith-2.c: Remove.
8975
8976 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
8977
8978 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
8979 * gcc.dg/cpp/if-3.c: Remove.
8980
8981 2002-05-26 Jakub Jelinek <jakub@redhat.com>
8982
8983 * g++.dg/opt/cse2.C: New test.
8984
8985 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
8986
8987 * gcc.dg/cpp/arith-1.c: New semantic tests.
8988 * gcc.dg/cpp/if-1.c: Update.
8989
8990 2002-05-24 Ben Elliston <bje@redhat.com>
8991
8992 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
8993
8994 2002-05-24 Jakub Jelinek <jakub@redhat.com>
8995
8996 * gcc.dg/verbose-asm.c: New test.
8997
8998 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
8999
9000 * gcc.dg/cpp/paste12.c: New test.
9001
9002 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
9003
9004 * g++.dg/parse/named_ops.C: New test.
9005
9006 2002-05-23 Mark Mitchell <mark@codesourcery.com>
9007
9008 * gcc/testsuite/gcc.dg/weak-8.c: New test.
9009
9010 2002-05-23 J"orn Rennecke <joern.rennecke@superh.com>
9011
9012 * gcc.dg/weak-2.c: Allow optional leading underscore
9013 in scan-assembler symbol name.
9014 * gcc.dg/weak-3.c: Likewise.
9015 * gcc.dg/weak-4.c: Likewise.
9016 * gcc.dg/weak-5.c: Likewise.
9017
9018 2002-05-23 Jakub Jelinek <jakub@redhat.com>
9019
9020 * gcc.dg/20020523-1.c: New test.
9021
9022 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
9023
9024 * objc.dg/const-str-2.m: Update now that we stop after
9025 a command line error.
9026
9027 2002-05-22 Richard Henderson <rth@redhat.com>
9028
9029 * g++.dg/dg.exp: Fix typo in test pruneing.
9030
9031 2002-05-22 Richard Henderson <rth@redhat.com>
9032
9033 * g++.dg/dg.exp: Prune the tls subdirectory.
9034 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
9035 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
9036 * g++.dg/tls/init-1.C: New.
9037
9038 2002-05-22 Jakub Jelinek <jakub@redhat.com>
9039
9040 * gcc.dg/20020517-1.c: New test.
9041
9042 2002-05-21 Richard Henderson <rth@redhat.com>
9043
9044 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
9045 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
9046
9047 2002-05-21 Brian R. Gaeke <brg@dgate.ORG>
9048
9049 * g++.dg/other/copy2.C: New test.
9050
9051 2002-05-20 J"orn Rennecke <joern.rennecke@superh.com>
9052
9053 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
9054 (MAX_COPY): Bump up to 10 times sizeof (long long).
9055 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
9056
9057 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
9058 sizeof (long long).
9059
9060 * gcc.c-torture/execute/strcpy-1.c: New test.
9061
9062 2002-05-19 Jason Merrill <jason2redhat.com>
9063
9064 * g++.dg/ext/oper1.C: New test.
9065
9066 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
9067 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
9068
9069 * README.QMTEST: New file.
9070
9071 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
9072
9073 2002-05-19 Andreas Jaeger <aj@suse.de>
9074
9075 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
9076 now.
9077 * gcc.c-torture/execute/loop-2d.x: Likewise.
9078
9079 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
9080
9081 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
9082 support weak symbols.
9083 * gcc.dg/weak-4.c: Likewise
9084 * gcc.dg/weak-6.c: Likewise
9085
9086 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
9087
9088 * gcc.dg/weak-3.c: Add dg-excess-error comment for
9089 cygwin, coff and h8300-*-hms targets
9090 * gcc.dg/weak-5.c: Likewise
9091 * gcc.dg/weak-7.c: Likewise
9092
9093 2002-05-16 Jason Merrill <jason@redhat.com>
9094
9095 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
9096 (scan-assembler-not, scan-assembler-dem): Likewise.
9097 (scan-assembler-dem-not): Likewise.
9098
9099 2002-05-15 Richard Henderson <rth@redhat.com>
9100
9101 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
9102
9103 2002-05-15 Richard Henderson <rth@redhat.com>
9104
9105 * gcc.dg/weak-5.c (vfoo1c): No warning here.
9106 (vfoo1f): Warning here.
9107 (vfoo1l): Don't redefine the alias.
9108
9109 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
9110
9111 * g++.dg/init/pm1.C: New test.
9112
9113 2002-05-12 David S. Miller <davem@redhat.com>
9114
9115 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
9116 types.
9117
9118 2002-05-10 Roger Sayle <roger@eyesopen.com>
9119
9120 * gcc.c-torture/execute/20020510-1.c: New test case.
9121
9122 2002-05-10 David S. Miller <davem@redhat.com>
9123
9124 * gcc.c-torture/execute/conversion.c: Test long double too.
9125
9126 2002-05-09 Jakub Jelinek <jakub@redhat.com>
9127
9128 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
9129 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
9130 * lib/g++.exp (g++_link_flags): Likewise.
9131 * lib/objc.exp (objc_target_compile): Likewise.
9132
9133 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
9134
9135 * gcc.dg/cpp/poison.c: Update.
9136 * gcc.dg/cpp/20000625-2.c: Remove.
9137 * gcc.dg/cpp/direct2s.c: Remove final test.
9138
9139 2002-05-08 Tom Rix <trix@redhat.com>
9140
9141 * gcc.c-torture/execute/20020508-1.c: New test.
9142 * gcc.c-torture/execute/20020508-2.c: New test.
9143 * gcc.c-torture/execute/20020508-3.c: New test.
9144
9145 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
9146
9147 * gcc.dg/cpp/charconst-4.c: More tests.
9148
9149 2002-05-08 Mark Mitchell <mark@codesourcery.com>
9150
9151 PR c/6569
9152 * gcc.dg/weak-3.c: Update location of warning messages.
9153 * gcc.dg/weak-5.c: Likewise.
9154
9155 2002-05-06 Roger Sayle <roger@eyesopen.com>
9156
9157 * gcc.c-torture/execute/20020506-1.c: New test case.
9158
9159 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
9160
9161 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
9162
9163 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
9164
9165 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
9166
9167 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
9168
9169 * gcc.dg/cpp/charconst-3.c: New test.
9170
9171 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
9172
9173 * gcc.dg/cpp/charconst.c: Update tests.
9174
9175 2002-05-05 Tim Josling <tej@melbpc.org.au>
9176
9177 * treelang: Added directory for new sample language treelang. Also
9178 lib/treelang.exp: New file to signal treelang should be tested.
9179
9180 2002-05-03 Jakub Jelinek <jakub@redhat.com>
9181
9182 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
9183 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
9184 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
9185 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
9186 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
9187 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
9188 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
9189
9190 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
9191
9192 * gcc.dg/format/xopen-2.c: New test.
9193
9194 2002-05-03 Jakub Jelinek <jakub@redhat.com>
9195
9196 * gcc.dg/20020503-1.c: New test.
9197
9198 2002-05-02 Mark Mitchell <mark@codesourcery.com>
9199
9200 * g++.dg/init/dtor1.C: Make it tougher.
9201
9202 2002-05-01 Mark Mitchell <mark@codesourcery.com>
9203
9204 * g++.dg/init/dtor1.C: New test.
9205
9206 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
9207
9208 * gcc.dg/altivec-8.c: New.
9209
9210 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
9211
9212 * gcc.dg/altivec-7.c: New.
9213
9214 2002-04-29 Jakub Jelinek <jakub@redhat.com>
9215
9216 * g++.dg/parse/typedef1.C: New test.
9217
9218 2002-04-29 Mark Mitchell <mark@codesourcery.com>
9219
9220 PR c++/6486
9221 * g++.dg/template/friend6.C: New test.
9222
9223 PR c++/6492
9224 * g++.dg/init/copy1.C: New test.
9225
9226 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
9227
9228 * g++.dg/warn/effc1.C: New test.
9229
9230 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
9231
9232 * gcc.dg/cpp/if-cexp.c: Add a test.
9233
9234 2002-04-28 Jakub Jelinek <jakub@redhat.com>
9235
9236 * gcc.dg/20020426-2.c: New test.
9237
9238 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
9239
9240 * gcc.dg/cpp/if-mop.c: Update.
9241 * gcc.dg/cpp/if-mpar.c: Add test.
9242 * gcc.dg/cpp/if-oppr.c: Update.
9243
9244 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9245
9246 PR c/6343
9247 * gcc.dg/weak-[2-7].c: New tests.
9248
9249 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
9250
9251 * gcc.dg/enum1.c: New test.
9252
9253 2002-04-26 Mark Mitchell <mark@codesourcery.com>
9254
9255 PR c++/6497
9256 * g++.dg/inherit/access2.C: New test.
9257
9258 2002-04-26 Mark Mitchell <mark@codesourcery.com>
9259
9260 PR bootstrap/6445
9261 * gcc.dg/20020426-1.c: New test.
9262
9263 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
9264
9265 * g++.dg/abi/enum1.C: New test.
9266
9267 2002-04-26 Richard Henderson <rth@redhat.com>
9268
9269 * gcc.dg/c99-bool-1.c: Expect always true warning.
9270
9271 2002-04-25 Roger Sayle <roger@eyesopen.com>
9272
9273 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
9274
9275 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9276
9277 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
9278 targets.
9279
9280 2002-04-24 Mark Mitchell <mark@codesourcery.com>
9281
9282 * g++.dg/abi/mange7.C: New test.
9283
9284 PR c++/6438.
9285 * g++.dg/parse/stmtexpr2.C: New test.
9286
9287 2002-04-24 J"orn Rennecke <joern.rennecke@superh.com>
9288
9289 * gcc.dg/20020312-2.c: Add SH target.
9290
9291 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9292
9293 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
9294 compiler output on mips*-*-irix*.
9295
9296 2002-04-23 Jakub Jelinek <jakub@redhat.com>
9297
9298 * g++.dg/parse/attr1.C: New test.
9299
9300 2002-04-23 Roger Sayle <roger@eyesopen.com>
9301
9302 * gcc.c-torture/execute/string-opt-17.c: New test case.
9303 * gcc.c-torture/execute/memset-2.c: New test case.
9304
9305 2002-04-23 Mark Mitchell <mark@codesourcery.com>
9306
9307 PR c++/6256:
9308 * g++.dg/template/friend5.C: New test.
9309
9310 PR c++/6331:
9311 * g++.dg/template/qual1.C: Likewise.
9312
9313 2002-04-22 Zack Weinberg <zack@codesourcery.com>
9314
9315 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
9316 Include stdlib.h, not stdio.h or ctype.h.
9317
9318 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
9319
9320 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
9321 cris-*-elf* and mmix-*-*.
9322 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
9323 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
9324 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
9325 Ditto.
9326 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
9327 * gcc.dg/wchar_t-1.c: Ditto.
9328
9329 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
9330
9331 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
9332 Clarify comment.
9333
9334 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
9335
9336 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
9337
9338 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9339
9340 * gcc.c-torture/execute/20000906-1.x: Delete.
9341
9342 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
9343
9344 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
9345
9346 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
9347
9348 * PR6367
9349 * g77.f-torture/execute/6367.f: New test.
9350 * g77.f-torture/execute/6367.x: Disable for MMIX.
9351
9352 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9353
9354 * PR6352
9355 * g++.dg/opt/inline2.C: New test.
9356
9357 2002-04-18 Richard Henderson <rth@redhat.com>
9358
9359 * gcc.dg/20000906-1.c: Enable for all targets.
9360 * gcc.c-torture/compile/iftrap-2.c: New.
9361
9362 2002-04-18 Jakub Jelinek <jakub@redhat.com>
9363
9364 * gcc.dg/20020418-1.c: New test.
9365 * gcc.dg/20020418-2.c: New test.
9366
9367 2002-04-18 Richard Henderson <rth@redhat.com>
9368
9369 * gcc.c-torture/compile/iftrap-1.c: New.
9370 * gcc.dg/iftrap-1.c: Adjust for ia64.
9371 * gcc.dg/iftrap-2.c: New.
9372
9373 2002-04-18 Jakub Jelinek <jakub@redhat.com>
9374
9375 * gcc.c-torture/compile/20020418-1.c: New test.
9376
9377 2002-04-18 Roger Sayle <roger@eyesopen.com>
9378
9379 * gcc.c-torture/compile/20020415-1.c: New.
9380
9381 2002-04-18 David S. Miller <davem@redhat.com>
9382
9383 * gcc.c-torture/execute/20020418-1.c: New test.
9384
9385 2002-04-17 Jakub Jelinek <jakub@redhat.com>
9386
9387 * gcc.dg/20020416-1.c: New test.
9388
9389 * g++.dg/opt/inline1.C: New test.
9390
9391 2002-04-16 Jakub Jelinek <jakub@redhat.com>
9392
9393 * gcc.dg/altivec-5.c: New test.
9394
9395 * gcc.dg/20020415-1.c: New test.
9396
9397 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9398
9399 * testsuite/lib/chill.exp: Remove.
9400
9401 2002-04-14 Jakub Jelinek <jakub@redhat.com>
9402
9403 * g++.dg/other/big-struct.C: New test.
9404
9405 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
9406
9407 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
9408 of scratch file.
9409
9410 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
9411
9412 PR c/6277
9413 * gcc.dg/i386-387-1.c: Allow optional leading underscore
9414 in scan-assembler function name
9415
9416 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
9417
9418 * g77.f-torture/execute/980628-4.x,
9419 g77.f-torture/execute/980628-5.x,
9420 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9421 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9422 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
9423 i[34567]86-*-*.
9424
9425 2002-04-13 David S. Miller <davem@redhat.com>
9426
9427 * gcc.c-torture/execute/20020413-1.c: New test.
9428
9429 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
9430
9431 * gcc.dg/asm-6.c,
9432 * g++.dg/ext/asm1.C: New tests.
9433
9434 2002-04-12 Mark Mitchell <mark@codesourcery.com>
9435
9436 PR c++ 5373.
9437 * g++.dg/parse/stmtexpr1.C: New test.
9438
9439 PR c++/5189.
9440 * g++.dg/template/copy1.C: New test.
9441
9442 2002-04-12 Richard Henderson <rth@redhat.com>
9443
9444 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
9445
9446 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
9447
9448 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
9449 gcc.c-torture/execute/20020307-2.c.
9450
9451 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
9452
9453 * g++.dg/ext/attrib5.C,
9454 * g++.dg/lookup/struct1.C: New tests.
9455
9456 2002-04-11 Jakub Jelinek <jakub@redhat.com>
9457
9458 * gcc.dg/20020411-1.c: New test.
9459
9460 * gcc.c-torture/execute/20020411-1.c: New test.
9461
9462 2002-04-10 Janis Johnson <janis187@us.ibm.com>
9463
9464 * g77.f-torture/execute/6177.f: New test.
9465
9466 2002-04-10 Jakub Jelinek <jakub@redhat.com>
9467
9468 PR middle-end/6247
9469 * g++.dg/opt/cleanup1.C: New test.
9470
9471 * g++.dg/opt/const1.C: New test.
9472
9473 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
9474
9475 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
9476
9477 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
9478
9479 PR c++/5507
9480 * g++.dg/template/typename2.C: New test.
9481
9482 2002-04-10 Alan Modra <amodra@bigpond.net.au>
9483
9484 * gcc.c-torture/execute/loop-12.c: New.
9485
9486 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
9487
9488 * g77.f-torture/execute/980628-4.x,
9489 g77.f-torture/execute/980628-5.x,
9490 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9491 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9492 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
9493
9494 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9495
9496 PR optimization/6086
9497 * g++.dg/opt/preinc1.C: New test.
9498
9499 2002-04-06 Mark Mitchell <mark@codesourcery.com>
9500
9501 PR c++/5571
9502 * g++.dg/opt/static2.C: New test.
9503
9504 2002-04-06 Mark Mitchell <mark@codesourcery.com>
9505
9506 PR c/5120
9507 * gcc.dg/20020406-1.c: New test.
9508
9509 2002-04-04 David S. Miller <davem@redhat.com>
9510
9511 * gcc.c-torture/execute/20020404-1.c: New test.
9512
9513 2002-04-04 Jakub Jelinek <jakub@redhat.com>
9514
9515 PR c/6123
9516 * gcc.dg/20020312-2.c: Do not declare global register variable
9517 if __PIC__ or __pic__ is defined.
9518
9519 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
9520
9521 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
9522 __asm__ so that it works correctly even if -ansi -pedantic-errors.
9523
9524 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9525
9526 * gcc.misc-tests/linkage.exp: Update last change to handle
9527 sparc*-, not just sparc-.
9528
9529 2002-04-03 Richard Henderson <rth@redhat.com>
9530
9531 * gcc.dg/cpp/ucs.c: Improved long UCS test.
9532
9533 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
9534
9535 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
9536
9537 2002-04-02 David S. Miller <davem@redhat.com>
9538
9539 * gcc.c-torture/execute/20020402-3.c: New test.
9540
9541 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
9542
9543 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
9544 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
9545
9546 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
9547 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
9548 g77.f-torture/execute/20001201.x,
9549 g77.f-torture/execute/u77-test.x: New files.
9550
9551 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
9552 * gcc.dg/wchar_t-1.c: Ditto.
9553
9554 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9555
9556 * gcc.c-torture/execute/20020402-1.c: New test.
9557
9558 2002-04-01 Richard Henderson <rth@redhat.com>
9559
9560 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
9561
9562 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
9563
9564 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9565
9566 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
9567
9568 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
9569
9570 * g++.dg/inherit/template-as-base.C: Expect error.
9571 * g++.dg/inherit/namespace-as-base.C: Likewise.
9572
9573 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
9574
9575 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
9576 g++.dg/ext/instantiate3.C: Tweak match patterns.
9577
9578 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
9579 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
9580 -da test.
9581
9582 2002-03-31 Richard Henderson <rth@redhat.com>
9583
9584 * gcc.dg/special/alias-2.c: New.
9585 * gcc.dg/special/ecos.exp: Run it.
9586
9587 2002-03-31 Richard Henderson <rth@redhat.com>
9588
9589 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
9590
9591 2002-03-31 Kazu Hirata <kazu@hxi.com>
9592
9593 * gcc.dg/weak-1.c: Disable on h8300 port.
9594
9595 2002-03-29 Janis Johnson <janis187@us.ibm.com>
9596
9597 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
9598 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
9599 ordering tests.
9600 * g++.dg/bprob/bprob-1.C: New test.
9601 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
9602 * g++.dg/gcov/gcov-1.C: New test.
9603 * g++.dg/gcov/gcov-1.x: New file.
9604 * g++.dg/gcov/gcov-2.C: New test.
9605 * g++.dg/gcov/gcov-3.C: New test.
9606 * g++.dg/gcov/gcov-3.h: New file.
9607
9608 2002-03-28 Roger Sayle <roger@eyesopen.com>
9609
9610 * g++.old-deja/g++.other/builtins5.C: New test.
9611 * g++.old-deja/g++.other/builtins6.C: New test.
9612 * g++.old-deja/g++.other/builtins7.C: New test.
9613 * g++.old-deja/g++.other/builtins8.C: New test.
9614 * g++.old-deja/g++.other/builtins9.C: New test.
9615
9616 2002-03-29 Jakub Jelinek <jakub@redhat.com>
9617
9618 * g++.dg/opt/static1.C: New test.
9619
9620 * g++.dg/opt/longbranch1.C: New test.
9621
9622 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
9623
9624 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
9625
9626 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
9627
9628 2002-03-28 Jeffrey A Law (law@redhat.com)
9629
9630 * gcc.c-torture/execute/20020328-1.c: New test.
9631
9632 2002-03-27 Richard Henderson <rth@redhat.com>
9633
9634 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
9635 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
9636 move from g++.old-deja/g++.ext/.
9637
9638 2002-03-27 Mark Mitchell <mark@codesourcery.com>
9639
9640 * g++.dg/init/new2.C: New test.
9641
9642 2002-03-26 Richard Henderson <rth@redhat.com>
9643
9644 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
9645
9646 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
9647 on sparc.
9648
9649 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
9650 sparcv9 systems.
9651 * gcc.dg/20001102-1.c: Likewise.
9652
9653 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
9654
9655 * gcc.dg/cpp/endif-pedantic1.c,
9656 gcc.dg/cpp/endif-pedantic2.c: New tests.
9657
9658 2002-03-26 Mark Mitchell <mark@codesourcery.com>
9659
9660 * g++.dg/init/new1.C: New test.
9661
9662 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
9663
9664 * g++.dg/abi/vbase9.C: New test.
9665
9666 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
9667
9668 * gcc.dg/arm-asm.c: New test.
9669
9670 2002-03-26 Andrew Cagney <ac131313@redhat.com>
9671
9672 * gcc.dg/Wswitch-enum.c: New test.
9673 Fix PR c/5044.
9674
9675 2002-03-26 Richard Henderson <rth@redhat.com>
9676
9677 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
9678 structure.
9679
9680 2002-03-25 Richard Henderson <rth@redhat.com>
9681
9682 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
9683 sparcv9 systems.
9684
9685 * gcc.c-torture/compile/20011119-1.c (xxx): New.
9686 * gcc.c-torture/compile/20011119-2.c (xxx): New.
9687
9688 2002-03-25 Zack Weinberg <zack@codesourcery.com>
9689
9690 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
9691
9692 2002-03-25 Bob Wilson <bob.wilson@acm.org>
9693
9694 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
9695 targets using generic thunk support.
9696
9697 2002-03-25 Jakub Jelinek <jakub@redhat.com>
9698
9699 * gcc.c-torture/compile/20020323-1.c: New test.
9700
9701 * g++.dg/opt/conj2.C: New test.
9702
9703 2002-03-24 Richard Henderson <rth@redhat.com>
9704
9705 * gcc.dg/weak-1.c: Use -fno-common.
9706
9707 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
9708
9709 * g77.dg/f77-edit-apostrophe-out.f: New test
9710 * g77.dg/f77-edit-h-out.f: New test
9711 * g77.dg/f77-edit-t-in.f: New test
9712 * g77.dg/f77-edit-t-out.f: New test
9713 * g77.dg/f77-edit-x-out.f: New test
9714 * g77.dg/f77-edit-slash-out.f: New test
9715 * g77.dg/f77-edit-colon-out.f: New test
9716 * g77.dg/f77-edit-s-out.f: New test
9717
9718 2002-03-24 Richard Henderson <rth@redhat.com>
9719
9720 * objc/execute/formal_protocol-6.x: New XFAIL.
9721
9722 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
9723
9724 * gcc.dg/weak-1.c: Early return from dg-final on platforms
9725 that do not support weak symbols
9726
9727 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
9728
9729 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
9730 * lib/g77.exp: Likewise
9731 * lib/objc.exp: Likewise
9732
9733 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9734
9735 * gcc.dg/Wswitch-default.c: New test.
9736
9737 2002-03-23 Jakub Jelinek <jakub@redhat.com>
9738
9739 * g++.dg/other/enum1.C: New test.
9740
9741 2002-03-23 Zack Weinberg <zack@codesourcery.com>
9742
9743 * gcc.dg/pragma-ep-3.c: Fix typo.
9744
9745 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
9746
9747 * g++.dg/inherit/template-as-base.C: New test.
9748
9749 2002-03-22 Jakub Jelinek <jakub@redhat.com>
9750
9751 * g++.old-deja/g++.other/dwarf2-1.C: Move...
9752 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
9753
9754 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
9755
9756 * gcc.dg/cpp/multiline.c: Update to match.
9757
9758 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
9759
9760 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
9761
9762 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
9763
9764 * gcc.dg/cpp/extratokens2.c: New file.
9765
9766 2002-03-21 David Edelsohn <edelsohn@gnu.org>
9767
9768 * gcc.dg/20020312-2.c: Add rs6000 target.
9769
9770 * gcc.c-torture/compile/20020319-1.c: New test.
9771
9772 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9773
9774 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
9775 (A, E): Handle this.
9776
9777 2002-03-20 Jason Merrill <jason@redhat.com>
9778
9779 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
9780 ignoring -fpic.
9781 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
9782 through prune_gcc_output.
9783
9784 2002-03-20 Jakub Jelinek <jakub@redhat.com>
9785
9786 * gcc.c-torture/compile/20020320-1.c: New test.
9787
9788 2002-03-19 Jakub Jelinek <jakub@redhat.com>
9789
9790 * gcc.c-torture/compile/20020318-1.c: New test.
9791
9792 * gcc.dg/struct-by-value-1.c: New test.
9793
9794 * gcc.dg/20020319-1.c: New test.
9795
9796 2002-03-18 Jakub Jelinek <jakub@redhat.com>
9797
9798 * g++.dg/opt/conj1.C: New test.
9799
9800 2002-03-17 Mark Mitchell <mark@codesourcery.com>
9801
9802 * g++.dg/template/qualttp20.C: Revert previous change.
9803 * g++.dg/template/qualttp3.C: Likewise.
9804 * g++.dg/template/qualttp4.C: Likewise
9805 * g++.dg/template/qualttp5.C: Likewise
9806 * g++.dg/template/qualttp6.C: Likewise
9807 * g++.dg/template/qualttp7.C: Likewise
9808 * g++.dg/template/qualttp8.C: Likewise
9809 * g++.dg/template/recurse.C: Likewise.
9810
9811 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
9812
9813 * gcc.dg/cpp/wchar-1.c: Update.
9814
9815 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
9816
9817 * g++.dg/template/conv1.C: New test.
9818 * g++.dg/template/conv2.C: New test.
9819 * g++.dg/template/conv3.C: New test.
9820 * g++.dg/template/conv4.C: New test.
9821
9822 2002-03-15 Mark Mitchell <mark@codesourcery.com>
9823
9824 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
9825 * g++.dg/template/qualttp3.C: Likewise.
9826 * g++.dg/template/qualttp4.C: Likewise
9827 * g++.dg/template/qualttp5.C: Likewise
9828 * g++.dg/template/qualttp6.C: Likewise
9829 * g++.dg/template/qualttp7.C: Likewise
9830 * g++.dg/template/qualttp8.C: Likewise
9831 * g++.dg/template/recurse.C: Likewise.
9832
9833 2002-03-15 Mark Mitchell <mark@codesourcery.com>
9834
9835 * g++.dg/opt/dtor1.C: New test.
9836
9837 2002-03-15 Jakub Jelinek <jakub@redhat.com>
9838
9839 * gcc.c-torture/compile/20020315-1.c: New test.
9840
9841 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
9842
9843 * gcc.dg/weak-1.c: Fix scan tests.
9844
9845 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
9846
9847 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
9848 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
9849 cris-*-aout* mmix-*-*.
9850 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
9851 cris-*-aout* mmix-*-*.
9852 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
9853 cris-*-elf* cris-*-aout* and mmix-*-*.
9854 * gcc.dg/20001009-1.c: Ditto.
9855 * gcc.dg/20010912-1.c: Ditto.
9856 * gcc.dg/20020122-4.c: Ditto.
9857 * gcc.dg/inline-2.c: Ditto.
9858
9859 2002-03-14 Jeffrey A Law (law@cygnus.com)
9860
9861 * gcc.c-torture/compile/20020314-1.c: New test.
9862
9863 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
9864
9865 * gcc.c-torture/execute/20020314-1.c: New test.
9866
9867 2002-03-14 Jakub Jelinek <jakub@redhat.com>
9868
9869 * g++.dg/warn/Wunused-1.C: New test.
9870
9871 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
9872
9873 * g++.dg/abi/mangle6.C: New test.
9874
9875 2002-03-13 Jakub Jelinek <jakub@redhat.com>
9876
9877 * gcc.c-torture/compile/20020309-2.c: New test.
9878
9879 * gcc.c-torture/compile/20020312-1.c: New test.
9880
9881 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
9882
9883 * g++.dg/other/access1.C: New test.
9884
9885 2002-03-12 Jakub Jelinek <jakub@redhat.com>
9886
9887 * gcc.c-torture/execute/wchar_t-1.c: New test.
9888
9889 2002-03-12 David Edelsohn <edelsohn@gnu.org>
9890
9891 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
9892
9893 2002-03-12 Roger Sayle <roger@eyesopen.com>
9894
9895 * gcc.dg/20020312-1.c: New test case.
9896
9897 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
9898
9899 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
9900
9901 2002-03-11 Richard Henderson <rth@redhat.com>
9902
9903 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
9904 * g++.old-deja/g++.jason/report.C: Likewise.
9905
9906 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
9907
9908 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
9909 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
9910
9911 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
9912
9913 * testsuite/g++.dg/overload/pmf1.C: New test.
9914
9915 2002-03-11 Kazu Hirata <kazu@hxi.com>
9916
9917 * gcc.c-torture/execute/20020307-1.c: Use long.
9918
9919 2002-03-11 Jakub Jelinek <jakub@redhat.com>
9920
9921 PR optimization/5844
9922 * gcc.dg/20020310-1.c: New test.
9923
9924 2002-03-09 Michael Meissner <meissner@redhat.com>
9925
9926 * gcc.c-torture/execute/memcpy-2.c: New test.
9927 * gcc.c-torture/execute/memset-1.c: New test.
9928 * gcc.c-torture/execute/strlen-1.c: New test.
9929 * gcc.c-torture/execute/strcmp-1.c: New test.
9930 * gcc.c-torture/execute/strncmp-1.c: New test.
9931
9932 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
9933
9934 * gcc.dg/ppc-ldstruct.c: New test.
9935
9936 2002-03-09 Jakub Jelinek <jakub@redhat.com>
9937
9938 * gcc.c-torture/execute/va-arg-22.c: New test.
9939
9940 2002-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9941
9942 * gcc.c-torture/compile/20020309-1.c: New test.
9943
9944 2002-03-08 Jakub Jelinek <jakub@redhat.com>
9945
9946 * gcc.c-torture/execute/20020307-2.c: New test.
9947
9948 2002-03-07 Jeffrey A Law (law@redhat.com)
9949
9950 * g77.f-torture/compile/20020307-1.f: New test.
9951
9952 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
9953
9954 * gcc.dg/unordered-1.c: New test.
9955
9956 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9957
9958 * gcc.c-torture/execute/20020307-1.c: New test.
9959
9960 2002-03-05 Jakub Jelinek <jakub@redhat.com>
9961
9962 * gcc.dg/20020304-1.c: New test.
9963
9964 * gcc.c-torture/compile/20020304-2.c: New test.
9965
9966 2002-03-04 Zack Weinberg <zack@codesourcery.com>
9967
9968 * gcc.c-torture/compile/20020304-1.c: New test case
9969 (from PR c/5830).
9970
9971 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
9972
9973 * gcc.dg/20020103-1.c: Add other -D ppc variants.
9974
9975 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
9976
9977 * g++.dg/other/classkey1.C: New test.
9978
9979 2002-03-01 Richard Henderson <rth@redhat.com>
9980
9981 * gcc.c-torture/compile/981223-1.x: New.
9982 * gcc.c-torture/compile/920625-1.x: New.
9983
9984 2002-02-28 Richard Henderson <rth@redhat.com>
9985
9986 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
9987
9988 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
9989
9990 * gcc.c-torture/execute/20020227-1.c: New test.
9991
9992 2002-02-27 Mark Mitchell <mark@codesourcery.com>
9993
9994 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
9995 here" ERROR lines.
9996 * g++.old-deja/g++.oliva/partord1.C: Likewise.
9997 * g++.old-deja.g++.other/defarg1.C: Likewise.
9998 * g++.old-deja/g++.pt/calls2.C: Likewise.
9999 * g++.old-deja/g++.pt/crash20.C: Likewise.
10000 * g++.old-deja/g++.pt/crash30.C: Likewise.
10001 * g++.old-deja/g++.pt/crash36.C: Likewise.
10002 * g++.old-deja/g++.pt/crash6.C: Likewise.
10003 * g++.old-deja/g++.pt/defarg13.C: Likewise.
10004 * g++.old-deja/g++.pt/derived3.C: Likewise.
10005 * g++.old-deja/g++.pt/error1.C: Likewise.
10006 * g++.old-deja/g++.pt/friend21.C: Likewise.
10007 * g++.old-deja/g++.pt/friend23.C: Likewise.
10008 * g++.old-deja/g++.pt/infinite1.C: Likewise.
10009 * g++.old-deja/g++.robertl/eb128.C: Likewise.
10010
10011 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
10012
10013 * gcc.c-torture/execute/20020225-2.c: New test.
10014
10015 2002-02-27 Zack Weinberg <zack@codesourcery.com>
10016
10017 * gcc.c-torture/execute/920730-1t.c,
10018 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10019 Delete test cases, only relevant to -traditional.
10020
10021 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
10022
10023 * gcc.dg/cpp/undef1.c: Remove.
10024 * gcc.dg/cpp/directiv.c: Update.
10025 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10026
10027 2002-02-27 Michael Meissner <meissner@redhat.com>
10028
10029 * gcc.c-torture/execute/20020226-1.c: New test.
10030
10031 2002-02-26 Jakub Jelinek <jakub@redhat.com>
10032
10033 * g++.dg/debug/debug4.C: New test.
10034
10035 * gcc.dg/ia64-visibility-1.c: New test.
10036
10037 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
10038
10039 * gcc.dg/debug/20020224-1.c: New.
10040
10041 2002-02-25 Kazu Hirata <kazu@hxi.com>
10042
10043 * gcc.c-torture/execute/960416-1.x: New.
10044 * gcc.c-torture/execute/divconst-3.x: Likewise.
10045
10046 2002-02-25 Jakub Jelinek <jakub@redhat.com>
10047
10048 * gcc.dg/20020224-1.c: New test.
10049
10050 2002-02-25 Alan Modra <amodra@bigpond.net.au>
10051
10052 * gcc.c-torture/execute/20020225-1.c: New.
10053
10054 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
10055
10056 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10057
10058 2002-02-23 Jakub Jelinek <jakub@redhat.com>
10059
10060 * gcc.dg/20020222-1.c: New test.
10061
10062 2002-02-22 Jakub Jelinek <jakub@redhat.com>
10063
10064 * g++.dg/opt/anonunion1.C: New test.
10065
10066 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
10067
10068 * g++.dg/template/qualttp19.C: New test.
10069 * g++.dg/template/qualttp20.C: New test.
10070 * g++.old-deja/g++.jason/report.C: Adjust expected errors
10071 * g++.old-deja/g++.other/qual1.C: Likewise.
10072
10073 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
10074
10075 * gcc.dg/attr-alwaysinline.c: New.
10076
10077 2002-02-21 Jakub Jelinek <jakub@redhat.com>
10078
10079 * gcc.dg/20020220-1.c: New test.
10080
10081 * gcc.dg/20020220-2.c: New test.
10082
10083 * g++.dg/opt/mmx1.C: New test.
10084
10085 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
10086
10087 * gcc.c-torture/compile/20020110.c: New test.
10088
10089 2002-02-20 Jakub Jelinek <jakub@redhat.com>
10090
10091 * gcc.c-torture/execute/20020219-1.c: New test.
10092
10093 * gcc.dg/20020219-1.c: New test.
10094
10095 * gcc.dg/noncompile/20020220-1.c: New test.
10096
10097 * g++.dg/opt/ptrintsum1.C: New test.
10098
10099 * gcc.dg/debug/20020220-1.c: New test.
10100
10101 2002-02-17 Jakub Jelinek <jakub@redhat.com>
10102
10103 * gcc.c-torture/execute/20020216-1.c: New test.
10104
10105 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
10106
10107 * gcc.dg/decl-1.c: Update, new test.
10108
10109 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
10110
10111 * g++.dg/abi/bitfield1.C: New test.
10112 * g++.dg/abi/bitfield2.C: New test.
10113
10114 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
10115
10116 * gcc.dg/attr-nest.c: New test.
10117
10118 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
10119
10120 * gcc.c-torture/execute/20020215-1.c: New test.
10121
10122 2002-02-14 Jakub Jelinek <jakub@redhat.com>
10123
10124 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10125 * g++.dg/debug/debug.exp: New.
10126 * g++.dg/debug/trivial.C: New.
10127 * g++.dg/debug/debug1.C: Moved...
10128 * g++.dg/other/debug1.C: ...from here.
10129 * g++.dg/debug/debug2.C: Moved...
10130 * g++.dg/other/debug2.C: ...from here.
10131 * g++.dg/debug/debug3.C: Moved...
10132 * g++.dg/other/debug3.C: ...from here.
10133
10134 * gcc.dg/noncompile/20020213-1.c: New test.
10135
10136 2002-02-13 Jakub Jelinek <jakub@redhat.com>
10137
10138 * g++.dg/other/debug3.C: New test.
10139
10140 * gcc.c-torture/execute/20020213-1.c: New test.
10141
10142 2002-02-13 Richard Smith <richard@ex-parrot.com>
10143
10144 * g++.old-deja/g++.other/thunk1.C: New test.
10145
10146 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
10147
10148 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10149
10150 2002-02-13 Stan Shebs <shebs@apple.com>
10151
10152 * gcc.dg/altivec-3.c: New.
10153
10154 2002-02-12 Jakub Jelinek <jakub@redhat.com>
10155
10156 * gcc.dg/Wunreachable-1.c: New test.
10157 * gcc.dg/Wunreachable-2.c: New test.
10158
10159 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
10160
10161 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10162
10163 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
10164
10165 * gcc.dg/decl-1.c: New test.
10166
10167 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
10168
10169 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10170
10171 2002-02-10 Kazu Hirata <kazu@hxi.com>
10172
10173 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10174 * gcc.c-torture/compile/980506-1.x: Likewise.
10175
10176 2002-02-10 Kazu Hirata <kazu@hxi.com>
10177
10178 * gcc.dg/20020210-1.c: New.
10179
10180 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
10181
10182 * g77.f-torture/execute/947.f: New regression test
10183 for PR fortran/947.
10184
10185 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
10186
10187 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10188 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10189
10190 2002-02-08 Richard Henderson <rth@redhat.com>
10191
10192 * gcc.c-torture/compile/labels-3.c: New.
10193
10194 2002-02-08 Jakub Jelinek <jakub@redhat.com>
10195
10196 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10197 expression statements work instead.
10198 * gcc.dg/noncompile/20020207-1.c: New test.
10199
10200 2002-02-07 Richard Henderson <rth@redhat.com>
10201
10202 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10203
10204 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
10205
10206 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10207 message from g77
10208 * lib/g77-dg.exp: Trim g77 error messages so that they are
10209 recognized by dg.exp.
10210
10211 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
10212
10213 PR fortran/5473
10214 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
10215
10216 2002-02-07 Richard Henderson <rth@redhat.com>
10217
10218 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10219 to be sufficiently aligned for integers.
10220
10221 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
10222
10223 * g++.dg/template/friend4.C: New test.
10224
10225 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
10226
10227 PR fortran/5743
10228 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10229 unsupported cases.
10230
10231 2002-02-07 Richard Henderson <rth@redhat.com>
10232
10233 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10234 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10235 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10236 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10237
10238 2002-02-06 Richard Henderson <rth@redhat.com>
10239
10240 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10241
10242 2002-02-06 Janis Johnson <janis187@us.ibm.com>
10243
10244 * gcc.dg/20020206-1.c: New test.
10245
10246 2002-02-06 Jakub Jelinek <jakub@redhat.com>
10247
10248 * gcc.c-torture/execute/20020206-1.c: New test.
10249
10250 * gcc.c-torture/execute/20020206-2.c: New test.
10251
10252 PR optimization/5429:
10253 * gcc.c-torture/compile/20020206-1.c: New test.
10254
10255 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10256
10257 * g++.dg/ext/align1.C: Do not use an explicit alignment value
10258 as certain file formats cannot support particularly large
10259 alignments.
10260
10261 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
10262 and do not expect to be able to link the executable.
10263
10264 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
10265 fail because the COFF format does not support the weak attribute.
10266
10267 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
10268
10269 * g77.dg/pr5473.f: New test
10270
10271 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
10272
10273 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
10274 Fix testcase accordingly.
10275
10276 2002-02-04 Richard Henderson <rth@redhat.com>
10277
10278 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
10279 (buf): Change to be an array of pointers, not ints.
10280
10281 2002-02-04 Jakub Jelinek <jakub@redhat.com>
10282
10283 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
10284 before all tests. Move warning one line above to match where it
10285 C frontend emits.
10286 * gcc.dg/Wswitch-2.c: New test.
10287 * g++.dg/warn/Wswitch-1.C: New test.
10288 * g++.dg/warn/Wswitch-2.C: New test.
10289
10290 2002-02-04 Richard Henderson <rth@redhat.com>
10291
10292 * g++.dg/abi/offsetof.C: Fix size comparison.
10293
10294 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
10295
10296 * gcc.dg/cast-qual-2.c: New test.
10297
10298 2002-02-04 Jakub Jelinek <jakub@redhat.com>
10299
10300 * gcc.dg/20020201-4.c: New test.
10301
10302 2002-02-04 Ben Elliston <bje@redhat.com>
10303
10304 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
10305 target_info attribute != 0, in addition to the empty string.
10306 (gcc_target_compile): Likewise.
10307
10308 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10309
10310 * gcc.dg/Wswitch.c: New test.
10311 PR gcc/4475. PR gcc/3780.
10312
10313 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
10314
10315 * g77.f-torture/execute/5122.f: New test for regressions
10316 against PR fortran/5122.
10317
10318 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
10319
10320 * g77.f-torture/compile/pr3743.f: Delete
10321 * g77.dg/pr3743-1.f: New test.
10322 * g77.dg/pr3743-2.f: New test.
10323 * g77.dg/pr3743-3.f: New test.
10324 * g77.dg/pr3743-4.f: New test.
10325
10326 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
10327
10328 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
10329
10330 2002-02-02 Richard Henderson <rth@redhat.com>
10331
10332 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
10333 * gcc.c-torture/execute/bf64-1.c: Likewise.
10334
10335 2002-02-02 Jakub Jelinek <jakub@redhat.com>
10336
10337 * gcc.dg/20020201-2.c: New test.
10338
10339 * gcc.dg/20020201-3.c: New test.
10340
10341 * gcc.c-torture/execute/bitfld-2.c: New test.
10342
10343 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
10344
10345 * gcc.dg/bitfld-1.c: Update.
10346 * gcc.dg/bitfld-2.c: Update.
10347 * gcc.c-torture/execute/bitfld-1.x: New.
10348
10349 2002-02-02 Jakub Jelinek <jakub@redhat.com>
10350
10351 * gcc.c-torture/execute/20020201-1.c: New test.
10352
10353 2002-02-01 Janis Johnson <janis187@us.ibm.com>
10354
10355 PR target/5469
10356 * gcc.dg/20020201-1.c: New test.
10357
10358 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
10359
10360 PR fortran/3743
10361 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
10362 * g77.f-torture/compile/pr3743.x: Remove
10363
10364 2002-01-31 Tom Rix <trix@redhat.com>
10365
10366 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
10367
10368 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
10369
10370 * gcc.dg/noncompile/20020130-1.c: New test.
10371
10372 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
10373
10374 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
10375
10376 2002-01-29 Richard Henderson <rth@redhat.com>
10377
10378 * gcc.c-torture/execute/991118-1.c: Cast various constants back
10379 to long long.
10380 * gcc.c-torture/execute/bf64-1.c: Likewise.
10381
10382 2002-01-29 Jakub Jelinek <jakub@redhat.com>
10383
10384 * gcc.c-torture/execute/20020129-1.c: New test.
10385
10386 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
10387
10388 * gcc.c-torture/compile/20000224-1.c: Update.
10389 * gcc.c-torture/execute/bitfld-1.c: New tests.
10390 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
10391 * gcc.dg/uninit-A.c: Update.
10392
10393 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
10394
10395 * g++.dg/template/ctor1.C: Add instantiation.
10396
10397 2002-01-28 Paul Koning <pkoning@equallogic.com>
10398
10399 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
10400 argument to __builtin_prefetch to be const ptr.
10401
10402 2002-01-28 Jakub Jelinek <jakub@redhat.com>
10403
10404 * gcc.c-torture/compile/20020120-1.c: New test.
10405
10406 2002-01-27 Kazu Hirata <kazu@hxi.com>
10407
10408 * gcc.c-torture/execute/20020127-1.c: New test.
10409
10410 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
10411
10412 * g77.dg/f77-edit-i-in.f: New test
10413 * g77.dg/f77-edit-i-out.f: New test
10414
10415 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
10416
10417 * gcc.dg/debug/debug.exp: New file.
10418 * gcc.dg/debug/trivial.c: New file.
10419 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
10420 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
10421 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
10422 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
10423 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
10424 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
10425 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
10426 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
10427 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
10428 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
10429 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
10430 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
10431 * gcc.dg/20000503-1.c: Removed.
10432 * gcc.dg/20010207-1.c: Removed.
10433 * gcc.dg/20011223-1.c: Removed.
10434 * gcc.dg/20020104-2.c: Removed.
10435 * gcc.dg/debug-1.c: Removed.
10436 * gcc.dg/debug-2.c: Removed.
10437 * gcc.dg/debug-3.c: Removed.
10438 * gcc.dg/debug-4.c: Removed.
10439 * gcc.dg/debug-5.c: Removed.
10440 * gcc.dg/debug-6.c: Removed.
10441 * gcc.dg/dwarf2-1.c: Removed.
10442 * gcc.dg/dwarf2-2.c: Removed.
10443
10444 2002-01-25 Jakub Jelinek <jakub@redhat.com>
10445
10446 * g++.old-deja/g++.other/eh5.C: New test.
10447 * g++.old-deja/g++.other/sibcall2.C: New test.
10448 * g++.old-deja/g++.other/array9.C: New test.
10449 * g++.old-deja/g++.other/typename2.C: New test.
10450 * g++.old-deja/g++.other/crash60.C: New test.
10451 * g++.old-deja/g++.other/conv9.C: New test.
10452 * g++.old-deja/g++.other/mangle10.C: New test.
10453 * g++.old-deja/g++.other/unchanging1.C: New test.
10454 * g++.old-deja/g++.other/exprstmt1.C: New test.
10455 * g++.old-deja/g++.other/inline23.C: New test.
10456 * g++.old-deja/g++.eh/ia64-1.C: New test.
10457 * g++.old-deja/g++.other/dwarf2-1.C: New test.
10458 * g++.old-deja/g++.other/reload1.C: New test.
10459 * g++.old-deja/g++.other/static20.C: New test.
10460 * g++.old-deja/g++.other/local-alloc1.C: New test.
10461 * g++.old-deja/g++.other/conv8.C: New test.
10462 * g++.old-deja/g++.other/stmtexpr2.C: New test.
10463 * g++.old-deja/g++.other/storeexpr1.C: New test.
10464 * g++.old-deja/g++.other/storeexpr2.C: New test.
10465 * g++.dg/eh/template2.C: New test.
10466 * g++.dg/warn/weak1.C: New test.
10467
10468 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
10469
10470 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
10471 Remove first, non-varying, argument.
10472
10473 2002-01-23 Richard Henderson <rth@redhat.com>
10474
10475 * gcc.dg/inline-2.c: New.
10476
10477 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
10478 Add optional target arg. Check number of arguments.
10479 (scan-assembler-not, scan-assembler-dem): Likewise.
10480 (scan-assembler-dem-not): Likewise.
10481
10482 2002-01-23 Zack Weinberg <zack@codesourcery.com>
10483
10484 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
10485 line 12.
10486 * g++.old-deja/g++.brendan/parse3.C,
10487 g++.old-deja/g++.other/crash26.C,
10488 g++.old-deja/g++.other/crash28.C,
10489 g++.old-deja/g++.other/crash29.C,
10490 g++.old-deja/g++.other/crash30.C,
10491 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
10492
10493 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
10494
10495 * gcc.dg/20020115-1.c: New.
10496
10497 2002-01-23 Bob Wilson <bob.wilson@acm.org>
10498
10499 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
10500
10501 2002-01-23 Janis Johnson <janis187@us.ibm.com>
10502
10503 * gcc.dg/20020122-3.c: New.
10504
10505 2002-01-23 Jakub Jelinek <jakub@redhat.com>
10506
10507 * g++.dg/other/gc1.C: New test.
10508
10509 2002-01-23 Zack Weinberg <zack@codesourcery.com>
10510
10511 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
10512
10513 2002-01-22 Richard Henderson <rth@redhat.com>
10514
10515 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
10516
10517 2002-01-22 Richard Henderson <rth@redhat.com>
10518
10519 * gcc.dg/20020122-4.c: New.
10520
10521 2002-01-22 H.J. Lu <hjl@gnu.org>
10522
10523 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
10524 link output.
10525 * gcc.dg/special/ecos.exp: Likewise.
10526 * lib/g++-dg.exp: Likewise.
10527 * lib/g77-dg.exp: Likewise.
10528 * lib/gcc-dg.exp : Likewise.
10529 * lib/mike-g++.exp: Likewise.
10530 * lib/mike-g77.exp: Likewise.
10531 * lib/mike-gcc.exp: Likewise.
10532 * lib/objc-dg.exp: Likewise.
10533
10534 2002-01-22 Janis Johnson <janis187@us.ibm.com>
10535
10536 PR target/5379
10537 * gcc.dg/20020122-2.c: New test.
10538
10539 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
10540
10541 * gcc.dg/20020122-1.c: New test.
10542
10543 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
10544
10545 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
10546
10547 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
10548
10549 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
10550
10551 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10552
10553 * gcc.c-torture/compile/20020121-1.c: New test.
10554
10555 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
10556
10557 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
10558 ld_library_path.
10559
10560 2002-01-21 Jakub Jelinek <jakub@redhat.com>
10561
10562 * gcc.dg/20020218-1.c: New test.
10563
10564 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
10565
10566 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
10567 messages
10568 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
10569 "At global scope" warning
10570 * g++.dg/ext/align1.C: Change cygwin test for alignment
10571 from db-bogus to dg-warning
10572
10573 2002-01-21 Zack Weinberg <zack@codesourcery.com>
10574
10575 * g77.f-torture/compile/cpp2.F: New test.
10576
10577 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
10578
10579 * g++.dg/template/access1.C: New test.
10580
10581 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
10582
10583 * gcc.dg/20020118-1.c: New.
10584
10585 2002-01-18 Kazu Hirata <kazu@hxi.com>
10586
10587 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
10588
10589 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
10590
10591 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
10592 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
10593 alignment warnings.
10594
10595 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
10596
10597 * gcc.misc-tests/i386-prefetch.exp: Save and restore
10598 torture_with_loops and torture_without_loops
10599
10600 2002-01-17 Jakub Jelinek <jakub@redhat.com>
10601
10602 * gcc.c-torture/compile/20020116-1.c: New test.
10603
10604 2002-01-16 Jakub Jelinek <jakub@redhat.com>
10605
10606 * gcc.dg/20020116-2.c: New test.
10607
10608 * gcc.dg/ultrasp4.c: New test.
10609
10610 * gcc.dg/20020116-1.c: New test.
10611
10612 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
10613
10614 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
10615 by EABI.
10616
10617 2002-01-15 Janis Johnson <janis187@us.ibm.com>
10618
10619 * gcc.misc-tests/i386-prefetch.exp: New.
10620 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
10621 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
10622 * gcc.misc-tests/i386-pf-none-1.c: New test.
10623 * gcc.misc-tests/i386-pf-sse-1.c: New test.
10624
10625 2002-01-15 Jakub Jelinek <jakub@redhat.com>
10626
10627 * gcc.dg/gnu89-init-1.c: Add new tests.
10628
10629 2002-01-15 Andreas Jaeger <aj@suse.de>
10630
10631 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
10632 * gcc.dg/i386-mmx-2.c: Likewise.
10633 * gcc.dg/i386-sse-1.c: Likewise.
10634 * gcc.dg/i386-sse-2.c: Likewise.
10635 * gcc.dg/i386-sse-3.c: Likewise.
10636
10637 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
10638
10639 * g77.f-torture/execute/intrinsic-unix-bessel.f:
10640 Uncomment additional cases that now pass.
10641
10642 2002-01-11 Richard Henderson <rth@redhat.com>
10643
10644 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
10645 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
10646
10647 2002-01-11 Nicola Pero <n.pero@mi.flashnet.it>
10648
10649 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
10650
10651 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
10652
10653 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
10654 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
10655
10656 2002-01-10 Dale Johannesen <dalej@apple.com>
10657
10658 * gcc.c-torture/execute/loop-11.c: New.
10659
10660 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
10661
10662 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
10663 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
10664
10665 2002-01-09 Richard Henderson <rth@redhat.com>
10666
10667 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
10668 type in which to perform the operation for each size.
10669
10670 2002-01-09 Alan Matsuoka (alanm@redhat.com)
10671
10672 * gcc.c-torture/compile/20020109-2.c: New test.
10673
10674 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
10675
10676 * gcc.c-torture/execute/loop-10.c: New test.
10677
10678 2002-01-09 Jakub Jelinek <jakub@redhat.com>
10679
10680 * gcc.c-torture/compile/20010226-1.c: New test.
10681 * gcc.c-torture/compile/20010227-1.c: New test.
10682 * gcc.c-torture/compile/20010426-1.c: New test.
10683 * gcc.c-torture/compile/20010510-1.c: New test.
10684 * gcc.c-torture/compile/20010605-3.c: New test.
10685 * gcc.c-torture/compile/20010824-1.c: New test.
10686 * gcc.c-torture/execute/20010409-1.c: New test.
10687 * gcc.dg/noncompile/20000901-1.c: New test.
10688 * gcc.dg/20001023-1.c: New test.
10689 * gcc.dg/20001101-1.c: New test.
10690 * gcc.dg/20001102-1.c: New test.
10691 * gcc.dg/20010207-1.c: New test.
10692 * gcc.dg/20010405-1.c: New test.
10693 * gcc.dg/20010822-1.c: New test.
10694 * gcc.dg/20011107-1.c: New test.
10695
10696 2002-01-09 Jeffrey A Law (law@redhat.com)
10697
10698 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
10699
10700 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
10701 execution failure on PA targets.
10702
10703 2002-01-09 Jakub Jelinek <jakub@redhat.com>
10704
10705 * gcc.c-torture/compile/20020109-1.c: New test.
10706
10707 2002-01-08 Kazu Hirata <kazu@hxi.com>
10708
10709 * gcc.c-torture/execute/20020108-1.c: New test.
10710
10711 2002-01-08 Jakub Jelinek <jakub@redhat.com>
10712
10713 * gcc.dg/20020108-1.c: New test.
10714
10715 2002-01-08 H.J. Lu <hjl@gnu.org>
10716
10717 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
10718 for header files.
10719
10720 2002-01-08 Geoff Keating <geoffk@redhat.com>
10721
10722 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
10723 consistency.
10724
10725 002-01-07 Aldy Hernandez <aldyh@redhat.com>
10726
10727 * gcc.dg/altivec-4.c: Test altivec predicates.
10728
10729 2002-01-07 Jakub Jelinek <jakub@redhat.com>
10730
10731 * gcc.c-torture/execute/20020107-1.c: New test.
10732
10733 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
10734
10735 PR c/5279
10736 * gcc.c-torture/compile/20020106-1.c: New test.
10737
10738 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
10739
10740 * gcc.c-torture/execute/nestfunc-4.c: New test.
10741
10742 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
10743
10744 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
10745 extra triple that slipped in.
10746 * g++.old-deja/g++.abi/align.C: Likewise.
10747 * g++.old-deja/g++.abi/bitfields.C: Likewise.
10748
10749 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
10750
10751 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
10752 * g++.old-deja/g++.abi/align.C: Likewise.
10753 * g++.old-deja/g++.abi/bitfields.C: Likewise.
10754
10755 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
10756 on FreeBSD/i386.
10757 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
10758 FreeBSD.
10759
10760 2002-01-04 Jakub Jelinek <jakub@redhat.com>
10761
10762 * gcc.dg/20020104-1.c: New test.
10763
10764 * gcc.dg/20020104-2.c: New test.
10765
10766 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
10767
10768 * gcc.dg/20020103-1.c: Fix typo in target selector.
10769
10770 2002-01-03 Richard Henderson <rth@redhat.com>
10771
10772 * gcc.dg/20020103-1.c: New.
10773
10774 2002-01-03 Kazu Hirata <kazu@hxi.com>
10775
10776 * gcc.c-torture/execute/20020103-1.c: New test.
10777
10778 2002-01-03 Jakub Jelinek <jakub@redhat.com>
10779
10780 * g++.dg/other/debug2.C: New test.
10781
10782 * gcc.c-torture/compile/20020103-1.c: New test.
10783
10784 2002-01-02 Jakub Jelinek <jakub@redhat.com>
10785
10786 * gcc.dg/gnu89-init-1.c: Added new tests.
10787
10788 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
10789
10790 * g++.dg/template/friend2.C: Remove as patch is reverted.
10791
10792 * g++.dg/warn/oldcast1.C: New test.
10793
10794 * g++.dg/template/ptrmem1.C: New test.
10795 * g++.dg/template/ptrmem2.C: New test.
10796
10797 * g++.dg/template/ntp.C: New test.
10798
10799 * g++.dg/other/component1.C: New test.
10800
10801 * g++.dg/template/ttp3.C: New test.
10802
10803 * g++.dg/template/friend2.C: New test.
10804 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
10805
10806 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
10807
10808 * g++.dg/other/ptrmem1.C: New test.
10809 * g++.dg/other/ptrmem2.C: New test.
10810
10811 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
10812
10813 * g++.dg/template/ctor1.C: New test.
10814
10815 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
10816
10817 * g++.dg/template/friend2.C: New test.
10818
10819 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
10820
10821 * gcc.dg/mmix-1.c: New test.
10822
10823 2001-12-31 Richard Henderson <rth@redhat.com>
10824
10825 * gcc.dg/asm-5.c: New.
10826
10827 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
10828
10829 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
10830 in namespace __gnu_cxx
10831
10832 2001-12-30 Richard Henderson <rth@redhat.com>
10833
10834 * gcc.dg/debug-6.c: New.
10835
10836 2001-12-30 Jakub Jelinek <jakub@redhat.com>
10837
10838 * gcc.c-torture/compile/20011229-2.c: New test.
10839
10840 2001-12-29 Jakub Jelinek <jakub@redhat.com>
10841
10842 * gcc.dg/debug-3.c: New test.
10843 * gcc.dg/debug-4.c: New test.
10844 * gcc.dg/debug-5.c: New test.
10845
10846 2001-12-29 Richard Henderson <rth@redhat.com>
10847
10848 * g++.dg/eh/loop1.C: New.
10849
10850 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
10851
10852 * g++.dg/template/crash1.C: New test.
10853
10854 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
10855
10856 * g++.dg/other/const1.C: New test.
10857
10858 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
10859
10860 * gcc.c-torture/compile/20011229-1.c: New test.
10861
10862 2001-12-28 Stan Shebs <shebs@apple.com>
10863
10864 * lib/objc-torture.exp: Resync with c-torture.exp.
10865 * lib/objc.exp: Load standard libraries.
10866
10867 2001-12-28 Jakub Jelinek <jakub@redhat.com>
10868
10869 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
10870 additional tests.
10871
10872 2001-12-27 Roger Sayle <roger@eyesopen.com>
10873
10874 * gcc.c-torture/execute/string-opt-16.c: New testcase.
10875
10876 2001-12-27 Richard Henderson <rth@redhat.com>
10877
10878 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
10879
10880 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
10881
10882 * g++.dg/eh/ctor1.C: New test.
10883 * g++.dg/other/error2.C: New test.
10884
10885 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
10886
10887 * g++.dg/other/init2.C: New test.
10888
10889 2001-12-24 Richard Henderson <rth@redhat.com>
10890
10891 * gcc.dg/20011223-1.c: New.
10892 * gcc.dg/inline-1.c: New.
10893
10894 2001-12-23 Richard Henderson <rth@redhat.com>
10895
10896 * gcc.dg/asm-4.c: Test operand modifiers.
10897
10898 2001-12-23 Richard Henderson <rth@redhat.com>
10899
10900 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
10901
10902 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
10903
10904 * gcc.c-torture/execute/20011223-1.c: New test.
10905
10906 2001-12-21 Richard Henderson <rth@redhat.com>
10907
10908 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
10909 re-enables the warning.
10910
10911 2001-12-21 Richard Henderson <rth@redhat.com>
10912
10913 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
10914
10915 2001-12-20 Jakub Jelinek <jakub@redhat.com>
10916
10917 * gcc.c-torture/compile/20011218-1.c: New test.
10918
10919 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
10920
10921 * gcc.misc-test/arm-isr.exp: New file. Control running of the
10922 arm-isr.c test.
10923 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
10924 epilogue generation for ARM ISR routines.
10925
10926 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10927
10928 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
10929 * gcc.dg/format/c90-printf-3.c: Likewise.
10930 * gcc.dg/format/c99-printf-3.c: Likewise.
10931 * gcc.dg/format/ext-1.c: Likewise.
10932 * gcc.dg/format/ext-6.c: Likewise.
10933 * gcc.dg/format/format.h: Prototype unlocked stdio.
10934
10935 2001-12-20 Richard Henderson <rth@redhat.com>
10936
10937 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
10938 (arena): Use it.
10939 (malloc): Correct allocation logic. Abort if we fill up the
10940 arena before initialization complete.
10941 (realloc): Correct allocation logic.
10942
10943 2001-12-20 Jakub Jelinek <jakub@redhat.com>
10944
10945 * gcc.c-torture/compile/20011219-2.c: New test.
10946
10947 * gcc.c-torture/execute/20011219-1.c: New test.
10948
10949 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
10950
10951 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
10952 target does not support weak symbols.
10953
10954 2001-12-19 Jakub Jelinek <jakub@redhat.com>
10955
10956 * gcc.c-torture/compile/20011219-1.c: New test.
10957
10958 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
10959
10960 * g++.dg/other/error1.C: New test.
10961
10962 2001-12-17 Jeffrey A Law (law@redhat.com)
10963
10964 * gcc.c-torture/execute/20011217-1.c: New test.
10965
10966 2001-12-17 Nicola Pero <nicola@brainstorm.co.uk>
10967
10968 * objc.dg/special/: New directory.
10969 * objc.dg/special/special.exp: New file.
10970 * objc.dg/special/unclaimed-category-1.h: New file.
10971 * objc.dg/special/unclaimed-category-1a.m: New file.
10972 * objc.dg/special/unclaimed-category-1.m: New file.
10973
10974 2001-12-17 Andreas Jaeger <aj@suse.de>
10975
10976 * gcc.c-torture/compile/20011217-2.c: New test.
10977
10978 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10979
10980 * gcc.c-torture/compile/20011217-1.c: New test.
10981
10982 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
10983
10984 * testsuite/gcc.dg/20011214-1.c: New.
10985
10986 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
10987
10988 * gcc.dg/altivec-4.c: New.
10989
10990 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
10991
10992 * gcc.dg/20011113-1.c: New test.
10993
10994 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
10995
10996 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
10997 std::__malloc_alloc_template<0> and
10998 std::__default_alloc_template<false, 0>.
10999
11000 2001-12-13 Nicola Pero <n.pero@mi.flashnet.it>
11001
11002 * objc/execute/bf-21.m: New test.
11003 * objc/execute/enumeration-1.m: New test.
11004 * objc/execute/enumeration-2.m: New test.
11005
11006 2001-12-12 Jakub Jelinek <jakub@redhat.com>
11007
11008 * gcc.dg/gnu89-init-1.c: New test.
11009
11010 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
11011
11012 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11013 * g++.old-deja/g++.jason/2371.C: Likewise.
11014 * g++.old-deja/g++.jason/template33.C: Likewise.
11015 * g++.old-deja/g++.jason/template34.C: Likewise.
11016 * g++.old-deja/g++.jason/template36.C: Likewise.
11017 * g++.old-deja/g++.oliva/typename1.C: Likewise.
11018 * g++.old-deja/g++.oliva/typename2.C: Likewise.
11019 * g++.old-deja/g++.other/typename1.C: Likewise.
11020 * g++.old-deja/g++.pt/inherit2.C: Likewise.
11021 * g++.old-deja/g++.pt/nontype5.C: Likewise.
11022 * g++.old-deja/g++.pt/typename11.C: Likewise.
11023 * g++.old-deja/g++.pt/typename14.C: Likewise.
11024 * g++.old-deja/g++.pt/typename16.C: Likewise.
11025 * g++.old-deja/g++.pt/typename3.C: Likewise.
11026 * g++.old-deja/g++.pt/typename4.C: Likewise.
11027 * g++.old-deja/g++.pt/typename5.C: Likewise.
11028 * g++.old-deja/g++.pt/typename7.C: Likewise.
11029 * g++.old-deja/g++.robertl/eb9.C: Likewise.
11030
11031 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
11032
11033 * g++.dg/other/linkage1.C: New test.
11034 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11035 specifiers.
11036
11037 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
11038
11039 * gcc.dg/concat.c: New test.
11040
11041 2001-12-11 Stan Shebs <shebs@apple.com>
11042
11043 * objc/compile: New test directory.
11044 * objc/compile/compile.exp: New expect script.
11045 * objc/compile/20011211-1.m: New compile test.
11046
11047 2001-12-11 Jason Merrill <jason@redhat.com>
11048
11049 * lib/prune.exp (prune_gcc_output): Also handle "In member
11050 function". So many permutations...
11051
11052 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
11053
11054 * g++.dg/template/typedef1.C: New test.
11055
11056 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
11057
11058 * g++.dg/other/copy1.C: New test.
11059
11060 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
11061
11062 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11063
11064 * gcc.dg/builtin-choose-expr.c: New.
11065
11066 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
11067
11068 * gcc.dg/altivec-2.c: New.
11069
11070 2001-12-07 Richard Henderson <rth@redhat.com>
11071
11072 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11073
11074 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
11075
11076 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11077 ultrasparc.
11078
11079 2001-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11080
11081 * g++-old.deja/g++.robertl/eb101.C: Deleted.
11082
11083 2001-12-06 Janis Johnson <janis187@us.ibm.com>
11084
11085 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11086 variable argument list.
11087
11088 2001-12-06 Zack Weinberg <zack@codesourcery.com>
11089
11090 * gcc.c-torture/execute/memcheck: Delete entire directory.
11091 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11092 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11093
11094 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
11095
11096 * gcc.dg/Wshadow-1.c: New test.
11097
11098 2001-12-05 Jakub Jelinek <jakub@redhat.com>
11099
11100 * gcc.c-torture/compile/20011130-1.c: New test.
11101
11102 * gcc.dg/noncompile/20011025-1.c: New test.
11103
11104 * g++.dg/other/anon-union.C: New test.
11105
11106 * gcc.c-torture/execute/20011024-1.c: New test.
11107
11108 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
11109
11110 * gcc.c-torture/execute/20000722-1.x,
11111 gcc.c-torture/execute/20010123-1.x: Remove.
11112 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11113 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11114 gcc.dg/c99-complit-2.c: New tests.
11115
11116 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
11117
11118 * g++.dg/inherit/base1.C: New test.
11119
11120 2001-12-04 Jakub Jelinek <jakub@redhat.com>
11121
11122 * g++.dg/other/stdarg1.C: New test.
11123
11124 * gcc.c-torture/compile/20011130-2.c: New test.
11125
11126 2001-12-03 Janis Johnson <janis187@us.ibm.com>
11127
11128 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11129 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11130 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11131 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11132 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11133 * gcc.dg/builtin-prefetch-1.c: New test.
11134
11135 2001-12-03 Jakub Jelinek <jakub@redhat.com>
11136
11137 * gcc.dg/20011130-1.c: New test.
11138
11139 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
11140
11141 * g++.dg/other/scope1.C: New test.
11142 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11143
11144 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
11145
11146 * gcc.dg/vla-init-1.c: New test.
11147
11148 2001-12-01 Geoff Keating <geoffk@redhat.com>
11149
11150 * gcc.c-torture/compile/structs.c: New testcase from GDB.
11151
11152 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
11153
11154 * objc.dg/alias.m: Update.
11155 * objc.dg/class-1.m: Update.
11156 * objc.dg/const-str-1.m: Update.
11157 * objc.dg/fwd-proto-1.m: Update.
11158 * objc.dg/id-1.m: Update.
11159 * objc.dg/super-class-1.m: Update.
11160
11161 2001-11-29 Mark Mitchell <mark@codesourcery.com>
11162
11163 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11164 constructs.
11165
11166 2001-11-28 Jeffrey A Law (law@cygnus.com)
11167
11168 * gcc.c-torture/execute/20011128-1.c: New test.
11169
11170 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
11171
11172 * gcc.dg/20011127-1.c: New test.
11173
11174 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
11175
11176 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
11177 from Austin Group draft 7.
11178 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
11179 scanf format arguments.
11180 * gcc.dg/format/no-exargs-2.c: New test.
11181
11182 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
11183
11184 * g++.dg/abi/vbase8-4.C: New test.
11185
11186 2001-11-24 Ian Lance Taylor <ian@airs.com>
11187
11188 * gcc.c-torture/execute/20011121-1.c: New test.
11189
11190 2001-11-23 Jeffrey A Law (law@cygnus.com)
11191
11192 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11193
11194 2001-11-23 Andreas Jaeger <aj@suse.de>
11195
11196 * gcc.dg/cpp/charconst-2.c: New test.
11197
11198 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
11199
11200 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11201 to the host if it is remote. Let tests specify extra headers
11202 they use.
11203 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11204 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11205 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11206 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11207 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11208 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11209 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11210 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11211 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11212 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11213
11214 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
11215
11216 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11217 for little endian ARMs.
11218
11219 2001-11-20 Jakub Jelinek <jakub@redhat.com>
11220
11221 * gcc.c-torture/compile/20011119-1.c: New test.
11222 * gcc.c-torture/compile/20011119-2.c: New test.
11223
11224 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
11225
11226 * gcc.dg/altivec-1.c: Fix typo.
11227
11228 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
11229
11230 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11231
11232 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11233
11234 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11235
11236 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
11237
11238 * lib/g77.exp: Don't specify --rpath-link.
11239
11240 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11241 across all the headers.
11242 * gcc.dg/format/format.exp: For testing on a remote host,
11243 copy format.h.
11244
11245 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11246 * gcc.c-torture/execute/930406-1.c: Likewise.
11247 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11248
11249 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
11250
11251 * gcc.dg/altivec-1.c: New.
11252
11253 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
11254
11255 * gcc.dg/cpp/fpreprocessed.c: New test case.
11256
11257 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
11258
11259 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
11260 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
11261 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
11262
11263 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
11264
11265 * gcc.dg/no-builtin-1.c: New test.
11266
11267 2001-11-16 Jakub Jelinek <jakub@redhat.com>
11268
11269 * gcc.c-torture/execute/20011115-1.c: New test.
11270
11271 2001-11-15 Jakub Jelinek <jakub@redhat.com>
11272
11273 * gcc.c-torture/compile/20011114-2.c: New test.
11274 * gcc.c-torture/compile/20011114-3.c: New test.
11275 * gcc.c-torture/compile/20011114-4.c: New test.
11276
11277 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
11278
11279 * g++.dg/other/init1.C: New test.
11280
11281 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
11282
11283 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
11284 message.
11285
11286 * gcc.c-torture/execute/20011114-1.c: New testcase.
11287
11288 * gcc.c-torture/compile/20010327-1.c: Revert last change.
11289 * gcc.c-torture/compile/20011114-1.c: New test, exactly
11290 like the (before this change) version of 20010327-1.c.
11291
11292 2001-11-14 Roger Sayle <roger@eyesopen.com>
11293
11294 * gcc.c-torture/execute/string-opt-13.c: New testcase.
11295
11296 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
11297
11298 * g++.dg/init/array2.C: New test.
11299
11300 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
11301
11302 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
11303
11304 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
11305
11306 * g++.dg/other/forscope1.C: New test.
11307 * g++.dg/ext/forscope1.C: New test.
11308 * g++.dg/ext/forscope2.C: New test.
11309
11310 2001-11-13 Jakub Jelinek <jakub@redhat.com>
11311
11312 * gcc.c-torture/execute/20011113-1.c: New test.
11313
11314 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
11315
11316 * gcc.c-torture/execute/20011109-2.c: New test.
11317
11318 * gcc.c-torture/execute/20011109-1.c: New test.
11319
11320 2001-11-09 Jakub Jelinek <jakub@redhat.com>
11321
11322 * gcc.c-torture/compile/20011109-1.c: New test.
11323
11324 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
11325
11326 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
11327 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
11328 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
11329 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
11330 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
11331 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
11332 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
11333
11334 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
11335
11336 * g++.dg/warn/Wshadow-1.C: New tests.
11337 * g++.old-deja/g++.mike/for3.C: Update.
11338
11339 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
11340
11341 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
11342 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
11343 XFAILs. Adjust expected error texts.
11344 * gcc.c-torture/compile/20011106-1.c,
11345 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
11346 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
11347 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
11348 gcc.dg/c99-array-lval-5.c: New tests.
11349
11350 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
11351
11352 * gcc.dg/cpp/defined.c: Update.
11353
11354 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
11355
11356 * gcc.c-torture/execute/anon-1.c: New test.
11357
11358 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
11359
11360 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
11361 same size, so no warning should be produced on stormy16.
11362
11363 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
11364 due to oversized array.
11365 * g++.old-deja/g++.mike/ns15.C: Likewise.
11366 * g++.old-deja/g++.pt/crash16.C: Likewise.
11367
11368 2001-11-02 Graham Stott <grahams@redhat.com>
11369
11370 * g++.dgother/debug1.C: Fix typos.
11371
11372 2001-11-01 Jakub Jelinek <jakub@redhat.com>
11373
11374 * g++.dg/other/debug1.C: New test.
11375
11376 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11377
11378 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
11379 of unsigned long.
11380
11381 2001-10-30 Jakub Jelinek <jakub@redhat.com>
11382
11383 * gcc.dg/20011029-2.c: New test.
11384
11385 * gcc.c-torture/compile/20011029-1.c: New test.
11386
11387 2001-10-29 Nicola Pero <n.pero@mi.flashnet.it>
11388
11389 * objc/execute/class_self-1.m: New test.
11390 * objc/execute/class_self-2.m: New test.
11391
11392 2001-10-25 Zack Weinberg <zack@codesourcery.com>
11393
11394 * gcc.misc-tests/msgs.exp: Delete.
11395 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
11396 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
11397 error set to match recent changes.
11398
11399 2001-10-24 Zack Weinberg <zack@codesourcery.com>
11400
11401 * gcc.dg/20011021-1.c: New test.
11402
11403 2001-10-24 Jakub Jelinek <jakub@redhat.com>
11404
11405 * gcc.c-torture/compile/20011023-1.c: New test.
11406
11407 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
11408
11409 * lib/g77.exp: Rewrite based on lib/g++.exp.
11410
11411 2001-10-19 Jakub Jelinek <jakub@redhat.com>
11412
11413 * gcc.c-torture/execute/20011019-1.c: New test.
11414
11415 * gcc.dg/20011018-1.c: New test.
11416
11417 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
11418
11419 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
11420
11421 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
11422
11423 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
11424 * gcc.dg/attr-invalid.c: Likewise.
11425
11426 2001-10-18 Jakub Jelinek <jakub@redhat.com>
11427
11428 * testsuite/gcc.dg/20011015-1.c: New test.
11429
11430 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
11431
11432 * g++.dg/template/unify2.C: New test.
11433
11434 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
11435
11436 * g++.dg/other/exception-specification.C: New test
11437
11438 2001-10-13 Tom Rix <trix@redhat.com>
11439
11440 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
11441 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
11442
11443 2001-10-12 Jakub Jelinek <jakub@redhat.com>
11444
11445 * testsuite/gcc.dg/20011009-1.c: New test.
11446
11447 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
11448
11449 PR g++/4476
11450 * g++.dg/other/friend1.C: New test.
11451
11452 2001-10-11 Richard Henderson <rth@redhat.com>
11453
11454 * g++.old-deja/g++.other/crash18.C: Add -S to options.
11455
11456 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11457
11458 * gcc.c-torture/compile/20011010-1.c: New.
11459
11460 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
11461
11462 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
11463 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
11464 g77.f-torture/execute/execute.exp,
11465 g77.f-torture/noncompile/noncompile.exp,
11466 gcc.c-torture/compile/compile.exp,
11467 gcc.c-torture/execute/execute.exp,
11468 gcc.c-torture/execute/ieee/ieee.exp,
11469 gcc.c-torture/execute/memcheck/memcheck.exp,
11470 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
11471 objc/execute/execute.exp: Update FSF address.
11472
11473 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
11474
11475 * gcc.dg/cpp/cmdlne-C.c: Update.
11476 * gcc.dg/cpp/cmdlne-C2.c: New.
11477
11478 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11479
11480 * gcc.c-torture/execute/20011008-3.c: New.
11481
11482 2001-10-08 DJ Delorie <dj@redhat.com>
11483
11484 * gcc.dg/20011008-1.c: New.
11485 * gcc.dg/20011008-2.c: New.
11486
11487 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
11488
11489 * gcc.dg/cpp/spacing1.c: Update test.
11490
11491 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
11492
11493 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
11494 spelling errors of "separate" as "seperate".
11495
11496 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
11497
11498 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
11499 enough to avoid inlining.
11500
11501 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
11502
11503 * lib/g77.exp: set libg2c_dir correctly.
11504
11505 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
11506
11507 * gcc.dg/cpp/macro11.c: New test.
11508
11509 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11510
11511 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
11512 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
11513 gcc.dg/format/multattr-3.c: New tests.
11514 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
11515 tests for format attributes on function pointers being rejected.
11516
11517 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11518
11519 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
11520
11521 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11522
11523 * g++.dg/warn/format1.C: New test.
11524
11525 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
11526
11527 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
11528
11529 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
11530
11531 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
11532
11533 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
11534
11535 * gcc.dg/cpp/redef2.c: Add test.
11536
11537 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
11538
11539 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
11540 long-standing bug on i686, apparently.
11541 * gcc.c-torture/execute/loop-2c.x: New file.
11542 * gcc.c-torture/execute/loop-2d.x: New file.
11543 * gcc.c-torture/execute/loop-3c.x: New file.
11544
11545 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
11546
11547 * gcc.dg/cpp/20000625-2.c: Correct line number.
11548
11549 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
11550
11551 * gcc.dg/cpp/macro10.c: New test.
11552 * gcc.dg/cpp/strify3.c: New test.
11553 * gcc.dg/cpp/spacing1.c: Add tests.
11554 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
11555 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
11556
11557 2001-09-24 DJ Delorie <dj@redhat.com>
11558
11559 * gcc.c-torture/execute/20010924-1.c: New test.
11560
11561 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
11562
11563 * testsuite/objc/execute/paste.m: Remove.
11564
11565 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
11566
11567 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
11568
11569 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
11570
11571 * g77.dg/strlen0.f: New test.
11572
11573 2001-09-21 Richard Henderson <rth@redhat.com>
11574
11575 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
11576 * g++.old-deja/g++.abi/vtable2.C: Likewise.
11577
11578 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
11579
11580 Table-driven attributes.
11581 * g++.dg/ext/attrib1.C: New test.
11582
11583 2001-09-20 DJ Delorie <dj@redhat.com>
11584
11585 * gcc.dg/20000926-1.c: Update expected warning messages.
11586 * gcc.dg/array-2.c: Likewise, and test for warnings too.
11587 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
11588 array.
11589
11590 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
11591
11592 * g++.dg/eh/registers1.C: New test case.
11593
11594 2001-09-17 Richard Henderson <rth@redhat.com>
11595
11596 * gcc.dg/array-5.c: Fix VLA decomposition test.
11597
11598 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
11599
11600 * gcc.dg/cpp/line5.c: New testcase.
11601
11602 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
11603
11604 * gcc.dg/cpp/macro9.c: New test.
11605
11606 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
11607
11608 * gcc.c-torture/execute/980223.c: Change type of addr from long
11609 to char *.
11610
11611 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
11612
11613 * gcc.c-torture/execute/20010915-1.c: New test.
11614
11615 2001-09-14 Janis Johnson <janis187@us.ibm.com>
11616
11617 * g77.dg/bprob: New directory.
11618 * g77.dg/bprob/bprob.exp: New file.
11619 * g77.dg/bprob/bprob-1.f: New test.
11620 * g77.dg/gcov: New directory.
11621 * g77.dg/gcov/gcov.exp: New file.
11622 * g77.dg/gcov/gcov-1.f: New test.
11623 * g77.dg/gcov/gcov-1.x: New file.
11624
11625 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
11626
11627 * gcc.dg/cpp/directiv.c: Update.
11628 * gcc.dg/cpp/undef1.c: Update.
11629
11630 2001-09-12 Jakub Jelinek <jakub@redhat.com>
11631
11632 * gcc.dg/20010912-1.c: New test.
11633
11634 2001-09-11 Janis Johnson <janis187@us.ibm.com>
11635
11636 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
11637 language-independent file in lib.
11638 * lib/gcov.exp: New file.
11639
11640 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
11641
11642 * gcc.c-torture/compile/20010911-1.c: New test.
11643
11644 2001-09-10 Janis Johnson <janis187@us.ibm.com>
11645
11646 * lib/profopt.exp: New, to support profile-directed optimizations.
11647 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
11648 * gcc.misc-tests/bprob-1.c: New test.
11649 * gcc.misc-tests/bprob-2.c: New test.
11650
11651 2001-09-07 Janis Johnson <janis187@us.ibm.com>
11652
11653 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
11654 XFAIL and which kinds of gcov output to verify.
11655 * gcc.misc-tests/gcov-4b.x: New file.
11656 * gcc.misc-tests/gcov-5b.x: New file.
11657 * gcc.misc-tests/gcov-6.x: New file.
11658 * gcc.misc-tests/gcov-7.c: New test.
11659 * gcc.misc-tests/gcov-7.x: New file.
11660
11661 2001-09-06 Janis Johnson <janis187@us.ibm.com>
11662
11663 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
11664 * gcc.misc-tests/gcov-6.c: New test.
11665
11666 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
11667
11668 PR c++/3986
11669 * g++.dg/abi/vbase1.C: New test.
11670
11671 2001-09-05 Ziemowit Laski <zlaski@apple.com>
11672
11673 * objc.dg/method-2.m: New.
11674
11675 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
11676
11677 PR c++/4203
11678 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
11679 * g++.dg/init/empty1.C: New test.
11680
11681 2001-09-03 Jakub Jelinek <jakub@redhat.com>
11682
11683 * gcc.c-torture/compile/20010903-1.c: New test.
11684
11685 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
11686
11687 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
11688 for m68k.
11689
11690 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
11691
11692 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
11693
11694 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
11695
11696 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
11697
11698 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
11699
11700 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
11701 for 16-bit 'unsigned int'.
11702
11703 2001-08-29 Kazu Hirata <kazu@hxi.com>
11704
11705 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
11706
11707 2001-08-27 Richard Henderson <rth@redhat.com>
11708
11709 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
11710 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
11711
11712 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
11713
11714 * gcc.dg/asm-names.c (ymain): New.
11715
11716 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
11717
11718 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
11719 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
11720 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
11721
11722 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11723
11724 * gcc.dg/compare5.c: New testcase.
11725
11726 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
11727
11728 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
11729 and "In instantiation".
11730
11731 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
11732
11733 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
11734
11735 2001-08-20 Janis Johnson <janis187@us.ibm.com>
11736
11737 * gcc.misc-tests/gcov.exp: Add support for branch information.
11738 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
11739 * gcc.misc-tests/gcov-4.c: New test.
11740 * gcc.misc-tests/gcov-4b.c: New test.
11741 * gcc.misc-tests/gcov-5b.c: New test.
11742
11743 2001-08-20 Zack Weinberg <zackw@panix.com>
11744
11745 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
11746 expected to fail.
11747
11748 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
11749
11750 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
11751
11752 2001-08-19 Jakub Jelinek <jakub@redhat.com>
11753
11754 * g++.dg/eh/template1.C: New test.
11755
11756 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
11757
11758 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
11759 Fix thinko.
11760 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
11761 for xfail.
11762
11763 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
11764
11765 * lib/g77-dg.exp: Use prune.exp for common procedures
11766 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
11767 * lib/g77.exp: (g77-dg-prune) Remove
11768
11769 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
11770
11771 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
11772
11773 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11774
11775 * g++.dg/template/unify1.C: New test.
11776
11777 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
11778
11779 * g++.dg/abi/empty4.C: New test.
11780
11781 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
11782
11783 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
11784 solaris2.*
11785 * g77.f-torture/compile/pr3743.x: Likewise
11786
11787 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
11788
11789 * g++.dg/other/using-declaration.C: New test.
11790
11791 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
11792
11793 * gcc.dg/cpp/tr-sign.c: New testcase.
11794
11795 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
11796
11797 * gcc.dg/cpp/19951025-1.c: Revert.
11798 * gcc.dg/cpp/directiv.c: We no longer process directives that
11799 interrupt macro arguments.
11800
11801 2001-08-03 Zack Weinberg <zackw@stanford.edu>
11802
11803 * gcc.dg/bconstp-1.c: New test.
11804
11805 2001-08-03 Richard Henderson <rth@redhat.com>
11806
11807 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
11808
11809 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
11810
11811 * gcc.dg/cpp/19951025-1.c: Update.
11812
11813 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
11814
11815 * g77.dg/ff90-1.f (s): Fix reference of variable z,
11816 should be x.
11817
11818 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
11819
11820 Kill -fhonor-std.
11821 * g++.old-deja/g++.ns/ns14.C: Remove special options.
11822 * g++.old-deja/g++.other/std1.C: Likewise.
11823 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
11824
11825 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
11826
11827 * lib/g77.exp: Load gcc-defs.exp for common procedures
11828 (g77_pass, g77_fail, g77_finish, g77_exit,
11829 ${tool}_check_unsupported_p} Now redundant. Deleted.
11830
11831 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
11832
11833 * g77.dg/fbackslash.f
11834 * g77.dg/fcase-preserve.f
11835 * g77.dg/ff90-1.f
11836 * g77.dg/ffixed-line-length-0.f
11837 * g77.dg/ffixed-line-length-132.f
11838 * g77.dg/ffixed-line-length-7.f
11839 * g77.dg/ffixed-line-length-72.f
11840 * g77.dg/ffixed-line-length-none.f
11841 * g77.dg/ffree-form-1.f
11842 * g77.dg/fno-backslash.f
11843 * g77.dg/fno-f90-1.f
11844 * g77.dg/fno-fixed-form-1.f
11845 * g77.dg/fno-onetrip.f
11846 * g77.dg/fno-typeless-boz.f
11847 * g77.dg/fno-underscoring.f
11848 * g77.dg/fno-vxt-1.f
11849 * g77.dg/fonetrip.f
11850 * g77.dg/ftypeless-boz.f
11851 * g77.dg/fugly-assumed.f
11852 * g77.dg/funderscoring.f
11853 * g77.dg/fvxt-1.f
11854
11855 2001-08-01 Ziemowit Laski <zlaski@apple.com>
11856
11857 * objc.dg/fwd-proto-1.m: New.
11858 * objc.dg/local-decl-1.m: New.
11859 * objc.dg/naming-1.m: New.
11860 * objc.dg/naming-2.m: New.
11861 * objc.dg/proto-hier-1.m: New.
11862
11863 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
11864
11865 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
11866 largest-type elements to a struct makes its size grow.
11867
11868 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
11869
11870 * g++.dg/abi/vthunk1.C: New test.
11871
11872 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
11873
11874 * g++.dg/abi/vbase8-22.C: New test.
11875
11876 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
11877
11878 * gcc.dg/cpp/macro8.c: New test.
11879
11880 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
11881
11882 * g++.dg/abi/vbase8-21.C: New test.
11883
11884 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
11885
11886 * g++.dg/abi/vbase8-10.C: New test.
11887
11888 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11889
11890 * lib/g++.exp (g++_set_ld_library_path): Renamed to
11891 ${tool}_set_ld_library_path.
11892 Changed caller.
11893 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
11894 g++.exp.
11895
11896 2001-07-26 Stan Cox <scox@redhat.com>
11897
11898 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
11899 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
11900 gcc_exit, gcc_check_unsupported_p):
11901 Moved to gcc-deps.exp
11902 * gcc-deps.exp: New file.
11903
11904 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11905
11906 * g++.old-deja/g++.pt/defarg14.C: New test.
11907
11908 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
11909
11910 * g++.old-deja/g++.other/lineno5.C: New test.
11911
11912 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
11913
11914 * g++.old-deja/g++.pt/crash68.C: New test.
11915
11916 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
11917
11918 * g++.old-deja/g++.other/crash42.C: New test.
11919
11920 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
11921
11922 * gcc.dg/cpp/extratokens.c: Fix.
11923 * gcc.dg/cpp/skipping2.c: New tests.
11924
11925 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11926
11927 * gcc.c-torture/execute/20010724-1.c: New file.
11928 * gcc.c-torture/execute/20010724-1.x: New file.
11929
11930 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
11931
11932 * g++.old-deja/g++.other/cond7.C: New test.
11933
11934 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
11935
11936 * g++.old-deja/g++.other/optimize4.C: New test.
11937
11938 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
11939
11940 * g++.old-deja/g++.abi/vbase8-5.C: New test.
11941
11942 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
11943
11944 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
11945 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
11946 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
11947 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
11948
11949 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
11950 bug report" message.
11951
11952 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
11953 * g++.dg/ext/instantiate1.C: Move from old-deja.
11954
11955 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
11956
11957 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
11958 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
11959 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
11960 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
11961
11962 2001-07-23 Jeffrey A Law (law@cygnus.com)
11963
11964 * gcc.c-torture/execute/20010723-1.c: New test.
11965
11966 2001-07-23 Ben Elliston <bje@redhat.com>
11967
11968 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
11969
11970 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11971
11972 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
11973 i[34567]86-*-*.
11974 Delete handling of ieee_multilib_flags.
11975 Pass -mieee for alpha*-*-* and sh-*-*.
11976 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
11977
11978 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
11979
11980 Remove old-abi tests.
11981 * g++.old-deja/g++.mike/p11116.C: Remove.
11982 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
11983
11984 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
11985
11986 * g77.f-torture/compile/pr3743.f: New test
11987
11988 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
11989
11990 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
11991
11992 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11993
11994 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
11995 g++.old-deja/g++.pt/static6.C: Likewise.
11996 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
11997 supports weak symbols.
11998
11999 2001-07-18 Andreas Jaeger <aj@suse.de>
12000
12001 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
12002 supported again.
12003
12004 2001-07-18 Andreas Jaeger <aj@suse.de>
12005
12006 * gcc.dg/iftrap-1.c: Fix target line.
12007
12008 2001-07-17 Richard Henderson <rth@redhat.com>
12009
12010 * gcc.c-torture/execute/20010717-1.c: New.
12011
12012 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
12013
12014 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
12015 tests.
12016
12017 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
12018
12019 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
12020
12021 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12022
12023 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12024 UAC_SIGBUS, UAC_NOPRINT definitions.
12025
12026 2001-07-16 Nicola Pero <n.pero@mi.flashnet.it>
12027
12028 * objc/execute/object_is_class.m: New test.
12029 * objc/execute/object_is_meta_class.m: New test.
12030
12031 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
12032
12033 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12034 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12035
12036 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
12037
12038 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
12039 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
12040
12041 2001-07-14 Richard Henderson <rth@redhat.com>
12042
12043 * gcc.dg/iftrap-1.c: New.
12044
12045 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
12046
12047 * g77.f-torture/execute/intrinsic77.f: New test.
12048
12049 2001-07-11 Janis Johnson <janis@us.ibm.com>
12050
12051 * gcc.misc-tests/gcov-3.c: New test.
12052
12053 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
12054
12055 * gcc.c-torture/compile/20010711-1.c,
12056 * gcc.c-torture/compile/20010711-2.c: New tests.
12057
12058 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
12059
12060 * gcc.c-torture/execute/20010711-1.c: New test.
12061
12062 2001-07-11 Ben Elliston <bje@redhat.com>
12063
12064 * g++.old-deja/g++.other/enum5.C: New test.
12065
12066 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
12067
12068 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
12069 (g++-dg-prune): Call prune_gcc_output.
12070 * prune.exp: New file for prune_gcc_output.
12071 * lib/g++.exp, lib/gcc.exp: Load it.
12072
12073 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
12074
12075 * gcc.c-torture/compile/20010701-1.c,
12076 g++.old-deja/g++.ext/attrib6.C: New tests.
12077
12078 2001-07-06 Jeffrey A Law (law@cygnus.com)
12079
12080 * gcc.c-torture/compile/20010706-1.c: New test.
12081
12082 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
12083
12084 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
12085
12086 2001-06-28 Stan Shebs <shebs@apple.com>
12087
12088 * gcc.dg/pragma-darwin.c: New test.
12089
12090 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12091
12092 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
12093 Solaris 2.[678] system.
12094
12095 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
12096
12097 * gcc.dg/20010622-1.c: New test.
12098
12099 2001-06-18 Stan Shebs <shebs@apple.com>
12100
12101 * objc.dg: New directory.
12102 * objc.dg/dg.exp: New file.
12103 * objc.dg/alias.m: New.
12104 * objc.dg/class-1.m: New.
12105 * objc.dg/class-2.m: New.
12106 * objc.dg/const-str-1.m: New.
12107 * objc.dg/const-str-2.m: New.
12108 * objc.dg/id-1.m: New.
12109 * objc.dg/method-1.m: New.
12110 * objc.dg/super-class-1.m: New.
12111 * lib/objc-dg.exp: New file.
12112
12113 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
12114
12115 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
12116 of label name.
12117
12118 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
12119
12120 * g++.old-deja/g++.abi/vbase8-9.C: New test.
12121
12122 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12123
12124 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
12125 variable.
12126
12127 2001-06-12 Richard Henderson <rth@redhat.com>
12128
12129 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
12130
12131 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
12132
12133 * g++.old-deja/g++.abi/vbase5.C: New test.
12134 * g++.old-deja/g++.abi/vbase6.C: New test.
12135 * g++.old-deja/g++.abi/vbase7.C: New test.
12136
12137 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12138
12139 * gcc.c-torture/compile/20010610-1.c: New test.
12140
12141 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
12142
12143 * g++.old-deja/g++.abi/vbase4.C: New test.
12144
12145 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12146
12147 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
12148 support %f for HC11/HC12 targets.
12149 * gcc.c-torture/execute/930513-1.x: New file, likewise.
12150 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
12151 on HC11/HC12 targets.
12152 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
12153
12154 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12155
12156 * gcc.dg/wchar_t-1.c: New file.
12157 * gcc.dg/wint_t-1.c: Likewise.
12158
12159 2001-06-11 Bernd Schmidt <bernds@redhat.com>
12160
12161 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
12162
12163 2001-06-11 Richard Henderson <rth@redhat.com>
12164
12165 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
12166
12167 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
12168
12169 * gcc.c-torture/compile/20010611-1.c: New test.
12170
12171 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
12172
12173 * gcc.dg/c99-tag-1.c: Add more tests.
12174
12175 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
12176
12177 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
12178 representation on MN10300 and ARM/Thumb.
12179
12180 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
12181
12182 * g77.f-torture/execute/20010610.f: New.
12183
12184 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
12185
12186 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
12187 names.
12188
12189 2001-06-09 Richard Henderson <rth@redhat.com>
12190
12191 * gcc.c-torture/execute/ashrdi-1.c: New.
12192 * gcc.c-torture/execute/ashldi-1.c: New.
12193 * gcc.c-torture/execute/lshrdi-1.c: New.
12194
12195 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
12196
12197 * objc/execute/load-3.m: Added. Check sending +load to categories,
12198 in addition to classes.
12199
12200 2001-06-08 Stan Shebs <shebs@apple.com>
12201
12202 * objc/execute/load-2.m: New test. From Nicola Pero
12203 <n.pero@mi.flashnet.it>.
12204
12205 2001-06-08 Jakub Jelinek <jakub@redhat.com>
12206
12207 * gcc.c-torture/execute/20010605-2.c: New test.
12208
12209 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
12210
12211 * g++.old-deja/g++.abi/vbase2.C: New test.
12212 * g++.old-deja/g++.abi/vbase3.C: New test.
12213
12214 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
12215
12216 * g++.old-deja/g++.pt/friend49.C: New test.
12217
12218 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
12219
12220 * g++.old-deja/g++.ext/anon3.C: New test.
12221
12222 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
12223
12224 * g++.old-deja/g++.other/conv7.C: New test.
12225
12226 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
12227
12228 * gcc.c-torture/compile/20010605-2.c: New test.
12229
12230 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
12231
12232 * gcc.c-torture/execute/20010604-1.c: New test.
12233
12234 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
12235
12236 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
12237
12238 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
12239
12240 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
12241 (g++_link_flags): Likewise.
12242 (g++_init): Pass gccpath's value to two previous functions.
12243
12244 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12245
12246 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
12247 Ensure logfile entry matches exec command line.
12248
12249 2001-05-31 Richard Henderson <rth@redhat.com>
12250
12251 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
12252 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
12253
12254 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
12255
12256 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
12257 compiler for irix6.2
12258
12259 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
12260
12261 * g++.old-deja/g++.other/optimize3.C: New file.
12262
12263 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
12264
12265 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
12266 assemble.
12267
12268 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
12269
12270 * g++.old-deja/g++.other/optimize2.C: New file.
12271
12272 2001-05-25 Diego Novillo <dnovillo@redhat.com>
12273
12274 * gcc.c-torture/compile/20010518-2.c: New file.
12275 * gcc.c-torture/execute/20010518-1.c: New file.
12276 * gcc.c-torture/execute/20010518-2.c: New file.
12277
12278 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
12279
12280 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
12281
12282 2001-05-24 Mark Mitchell <mark@codesourcery.com>
12283
12284 G++ no longer defines builtins that do not begin with __builtin.
12285 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
12286 * g++.old-deja/g++.brendand/misc13.C: Likewise.
12287 * g++.old-deja/g++.law/builtin1.C: Likewise.
12288 * g++.old-deja/g++.law/cvt2.C: Likewise.
12289 * g++.old-deja/g++.mike/net5.C: Likewise.
12290 * g++.old-deja/g++.other/builtins1.C: Likewise.
12291 * g++.old-deja/g++.other/builtins2.C: Likewise.
12292 * g++.old-deja/g++.other/builtins3.C: Likewise.
12293 * g++.old-deja/g++.other/builtins4.C: Likewise.
12294 * g++.old-deja/g++.other/inline8.C: Likewise.
12295 * g++.old-deja/g++.robertl/eb39.C: Likewise.
12296
12297 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
12298
12299 * g++.old-deja/g++.pt/using1.C: Adjust.
12300 * g++.old-deja/g++.pt/using2.C: New test.
12301
12302 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
12303
12304 * gcc.dg/cpp/charconst.c: New tests.
12305 * gcc.dg/cpp/escape.c: New tests.
12306 * gcc.dg/cpp/escape-1.c: New tests.
12307 * gcc.dg/cpp/escape-2.c: New tests.
12308 * gcc.dg/cpp/ucs.c: New tests.
12309
12310 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
12311
12312 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
12313 native compiler for irix6.5.
12314
12315 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
12316
12317 * lib/g++.exp (g++_include_flags): Use args to compute
12318 get_multilibs.
12319 (g++_link_flags): Likewise.
12320 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
12321
12322 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
12323
12324 * gcc.dg/c90-hexfloat-1.c: Add more tests.
12325
12326 2001-05-21 Geoff Keating <geoffk@redhat.com>
12327
12328 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
12329 this file.
12330
12331 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12332
12333 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
12334 STACK_SIZE;
12335 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
12336 to STACK_SIZE; Use it to define size of add_histo array.
12337 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
12338 to STACK_SIZE.
12339 (f): Use GITT_SIZE to define size of gitt local table.
12340 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
12341 to STACK_SIZE; Use it to define size of bytemem array.
12342
12343 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12344
12345 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
12346 on 68HC11/HC12 due to the asm instruction.
12347 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
12348 * gcc.c-torture/compile/920520-1.x: Likewise.
12349 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
12350 on 68HC11/HC12 because the function is larger than 64K.
12351 * gcc.c-torture/compile/961203-1.x: New file, this test fails
12352 on 68HC11/HC12 because the structure is too large.
12353
12354 2001-05-20 Richard Henderson <rth@redhat.com>
12355
12356 * gcc.c-torture/execute/20010520-1.c: New.
12357
12358 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12359
12360 * g++.old-deja/g++.warn/compare1.C: New test.
12361 * gcc.dg/compare4.c: New test.
12362
12363 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
12364
12365 * g++.old-deja/g++.other/optimize1.C: New test.
12366
12367 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12368
12369 * g++.old-deja/g++.pt/spec41.C: New test.
12370
12371 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
12372
12373 * gcc.c-torture/compile/20010114-1.x: Remove.
12374
12375 2001-05-18 Stan Shebs <shebs@apple.com>
12376
12377 * gcc.c-torture/compile/20010518-1.c: New test.
12378
12379 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
12380
12381 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
12382 * g++.old-deja/g++.pt/crash67.C: New test.
12383
12384 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
12385
12386 * g++.old-deja/g++.other/debug9.C: New test.
12387
12388 2001-05-16 Zack Weinberg <zackw@stanford.edu>
12389
12390 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
12391
12392 2001-05-16 Jan Hubicka <jh@suse.cz>
12393
12394 * gcc.c-torture/compile/20010516-1.c: New test.
12395
12396 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
12397
12398 * g++.old-deja/g++.other/crash41.C: New test.
12399
12400 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
12401
12402 * g++.old-deja/g++.pt/crash66.C: New test.
12403
12404 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
12405
12406 * g++.old-deja/g++.robertl/eb27.C: Convert.
12407
12408 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12409
12410 * g++.dg/friend-warn.C: New test. Do not warn about friend
12411 declaration being redundant.
12412
12413 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
12414
12415 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
12416
12417 2001-05-14 Mark Mitchell <mark@codesourcery.com>
12418
12419 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
12420
12421 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
12422
12423 * lib/g++.exp: Use testsuite_flags.
12424
12425 2001-05-13 Mark Mitchell <mark@codesourcery.com>
12426
12427 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
12428
12429 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
12430
12431 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
12432
12433 2001-05-11 Mark Mitchell <mark@codesourcery.com>
12434
12435 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
12436
12437 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
12438
12439 * gcc.c-torture/compile/20010313-1.c: New test.
12440
12441 2001-05-09 Zack Weinberg <zackw@stanford.edu>
12442
12443 * gcc.dg/cpp/direct2.c: New test.
12444 * gccq.dg/cpp/direct2s.c: New test.
12445
12446 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
12447
12448 2001-05-07 Mark Mitchell <mark@codesourcery.com>
12449
12450 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
12451 * g++.old-deja/g++.other/op3.C: Likewise.
12452
12453 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
12454
12455 * gcc.dg/cpp/syshdr.h: New file.
12456 * gcc.dg/cpp/sysmac1.c: Update.
12457 * gcc.dg/cpp/sysmac2.c: Update.
12458
12459 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
12460
12461 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
12462
12463 2001-05-04 David Edelsohn <edelsohn@gnu.org>
12464
12465 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
12466 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
12467
12468 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
12469
12470 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
12471
12472 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
12473
12474 * lib/g++.exp (g++_include_flags): Don't use any special flags
12475 if TESTING_IN_BUILD_TREE is not defined.
12476 (g++_init): Use a plain 'c++' as the compiler if
12477 TESTING_IN_BUILD_TREEE is not defined.
12478
12479 2001-05-02 Jakub Jelinek <jakub@redhat.com>
12480
12481 * g++.old-deja/g++.eh/catch13.C: New test.
12482 * g++.old-deja/g++.eh/catch14.C: New test.
12483
12484 2001-05-02 Jakub Jelinek <jakub@redhat.com>
12485
12486 * gcc.dg/cpp/tr-define.c: New test.
12487
12488 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
12489
12490 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
12491 <stdlib.h>, not <malloc.h>.
12492
12493 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
12494
12495 * g++.old-deja/g++.ns/template17.C: New test.
12496
12497 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
12498
12499 * g++.old-deja/g++.pt/ref4.C: New test.
12500
12501 2001-04-30 Richard Henderson <rth@redhat.com>
12502
12503 * gcc.dg/20000724-1.c: Revert last change.
12504
12505 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
12506
12507 * g77.f-torture/execute/20010430.f: New test.
12508
12509 2001-04-30 Mark Mitchell <mark@codesourcery.com>
12510
12511 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
12512
12513 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
12514
12515 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
12516
12517 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
12518
12519 * g++.old-deja/g++.eh/crash6.C: New test.
12520
12521 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
12522
12523 * g++.old-deja/g++.other/warn7.C: New test.
12524
12525 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
12526
12527 * g++.old-deja/g++.other/defarg9.C: New test.
12528
12529 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
12530
12531 * g77.f-torture/compile/20010426.f: New test.
12532 * g77.f-torture/execute/20010426.f: New test.
12533
12534 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
12535
12536 * g77.f-torture/compile/20000629-1.x: Remove - error
12537 has been fixed.
12538
12539 2001-04-26 Jeffrey A Law (law@cygnus.com)
12540
12541 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
12542 Tweak slightly to work with g++.dg framework.
12543 * g++.dg/special/ecos.exp: Run initp1.C test.
12544 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
12545
12546 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
12547 its linker doesn't give line numbers either.
12548 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
12549
12550 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
12551
12552 * g++.old-deja/g++.other/lex1.C: New test.
12553
12554 2001-04-26 Jakub Jelinek <jakub@redhat.com>
12555
12556 * gcc.dg/noncompile/20010425-1.c: New test.
12557
12558 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
12559
12560 * g++.old-deja/g++.pt/mangle2.C: New test.
12561
12562 2001-04-25 Jakub Jelinek <jakub@redhat.com>
12563
12564 * gcc.dg/format/plus-1.c: New test.
12565
12566 2001-04-25 Jakub Jelinek <jakub@redhat.com>
12567
12568 * gcc.dg/20010423-1.c: New test.
12569
12570 2001-04-25 Jakub Jelinek <jakub@redhat.com>
12571
12572 * gcc.c-torture/execute/20010422-1.c: New test.
12573
12574 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
12575
12576 * g++.old-deja/g++.ns/type2.C: New test.
12577
12578 2001-04-24 Zack Weinberg <zackw@stanford.edu>
12579
12580 * g++.old-deja/g++.other/perf1.C: New test.
12581
12582 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
12583
12584 * gcc.dg/c99-func-2.c: Remove xfail.
12585 * gcc.dg/c99-func-3.c: Remove xfail.
12586 * gcc.dg/c99-func-4.c: Remove xfail.
12587
12588 2001-04-23 Zack Weinberg <zackw@stanford.edu>
12589
12590 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
12591
12592 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
12593
12594 * gcc.c-torture/compile/20010423-1.c: New test.
12595
12596 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
12597
12598 * g++.old-deja/g++.pt/typename28.C: New test.
12599
12600 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
12601
12602 * g++.old-deja/g++.abi/empty2.C: New test.
12603 * g++.old-deja/g++.abi/empty3.C: New test.
12604
12605 2001-04-20 Jakub Jelinek <jakub@redhat.com>
12606
12607 * g++.old-deja/g++.other/comdat2.C: New test.
12608 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
12609
12610 2001-04-20 Jakub Jelinek <jakub@redhat.com>
12611
12612 * g++.old-deja/g++.other/overload14.C: New test.
12613
12614 2001-04-20 Jakub Jelinek <jakub@redhat.com>
12615
12616 * g++.old-deja/g++.other/lookup23.C: New test.
12617
12618 2001-04-20 Jakub Jelinek <jakub@redhat.com>
12619
12620 * gcc.c-torture/execute/20010403-1.c: New test.
12621
12622 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
12623 Mark Mitchell <mark@codesourcery.com>
12624
12625 * lib/old-dejagnu.exp: Don't delete output of executable.
12626 Add .exe suffix to executables.
12627
12628 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
12629
12630 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
12631
12632 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12633
12634 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
12635
12636 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
12637
12638 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
12639 * g++.old-deja/g++.abi/crash1.C: New test.
12640
12641 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
12642
12643 * g++.old-deja/g++.other/crash40.C: New test.
12644
12645 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12646
12647 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
12648
12649 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
12650
12651 * g++.old-deja/g++.other/warn6.C: New test.
12652
12653 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
12654
12655 * g++.old-deja/g++.robertl/eb42.C: Same.
12656
12657 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12658
12659 * gcc.dg/wtr-conversion-1.c: New testcase.
12660
12661 2001-04-10 Richard Henderson <rth@redhat.com>
12662
12663 * g++.old-deja/g++.other/array5.C: New.
12664
12665 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12666
12667 * gcc.c-torture/execute/20010408-1.c: New test.
12668
12669 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
12670
12671 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
12672 headers and constructs.
12673 * g++.old-deja/g++.robertl/eb79.C: Same.
12674 * g++.old-deja/g++.robertl/eb77.C (main): Same.
12675 * g++.old-deja/g++.robertl/eb73.C: Same.
12676 * g++.old-deja/g++.robertl/eb66.C (main): Same.
12677 * g++.old-deja/g++.robertl/eb55.C (t): Same.
12678 * g++.old-deja/g++.robertl/eb54.C (main): Same.
12679 * g++.old-deja/g++.robertl/eb46.C (main): Same.
12680 * g++.old-deja/g++.robertl/eb44.C: Same.
12681 * g++.old-deja/g++.robertl/eb41.C (main): Same.
12682 * g++.old-deja/g++.robertl/eb4.C (main): Same.
12683 * g++.old-deja/g++.robertl/eb39.C: Same.
12684 * g++.old-deja/g++.robertl/eb33.C (main): Same.
12685 * g++.old-deja/g++.robertl/eb31.C (main): Same.
12686 * g++.old-deja/g++.robertl/eb30.C: Same.
12687 * g++.old-deja/g++.robertl/eb3.C: Same.
12688 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
12689 * g++.old-deja/g++.robertl/eb21.C: Same.
12690 * g++.old-deja/g++.robertl/eb15.C: Same.
12691 * g++.old-deja/g++.robertl/eb118.C: Same.
12692 * g++.old-deja/g++.robertl/eb115.C (main): Same.
12693 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
12694 * g++.old-deja/g++.robertl/eb109.C: Same.
12695 * g++.old-deja/g++.other/sibcall1.C (main): Same.
12696 * g++.old-deja/g++.mike/rtti1.C: Same.
12697 * g++.old-deja/g++.mike/p658.C: Same.
12698 * g++.old-deja/g++.mike/net46.C: Same.
12699 * g++.old-deja/g++.mike/net34.C: Same.
12700 * g++.old-deja/g++.mike/memoize1.C: Same.
12701 * g++.old-deja/g++.mike/eh2.C: Same.
12702 * g++.old-deja/g++.law/weak.C: Same.
12703 * g++.old-deja/g++.law/visibility7.C: Same.
12704 * g++.old-deja/g++.law/visibility25.C: Same.
12705 * g++.old-deja/g++.law/visibility22.C: Same.
12706 * g++.old-deja/g++.law/visibility2.C: Same.
12707 * g++.old-deja/g++.law/visibility17.C: Same.
12708 * g++.old-deja/g++.law/visibility13.C: Same.
12709 * g++.old-deja/g++.law/visibility10.C: Same.
12710 * g++.old-deja/g++.law/visibility1.C: Same.
12711 * g++.old-deja/g++.law/virtual3.C (eval): Same.
12712 * g++.old-deja/g++.law/vbase1.C: Same.
12713 * g++.old-deja/g++.law/operators32.C: Same.
12714 * g++.old-deja/g++.law/nest3.C: Same.
12715 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
12716 * g++.old-deja/g++.law/except5.C (main): Same.
12717 * g++.old-deja/g++.law/cvt7.C (run): Same.
12718 * g++.old-deja/g++.law/cvt2.C: Same.
12719 * g++.old-deja/g++.law/cvt16.C: Same.
12720 * g++.old-deja/g++.law/ctors6.C (bar): Same.
12721 * g++.old-deja/g++.law/ctors17.C (main): Same.
12722 * g++.old-deja/g++.law/ctors13.C: Same.
12723 * g++.old-deja/g++.law/ctors12.C (main): Same.
12724 * g++.old-deja/g++.law/ctors10.C: Same.
12725 * g++.old-deja/g++.law/code-gen5.C: Same.
12726 * g++.old-deja/g++.law/bad-error7.C: Same.
12727 * g++.old-deja/g++.law/arm9.C: Same.
12728 * g++.old-deja/g++.law/arm12.C: Same.
12729 * g++.old-deja/g++.law/arg8.C: Same.
12730 * g++.old-deja/g++.law/arg1.C: Same.
12731 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
12732 * g++.old-deja/g++.jason/template31.C: Same.
12733 * g++.old-deja/g++.jason/template24.C (main): Same.
12734 * g++.old-deja/g++.jason/2371.C: Same.
12735 * g++.old-deja/g++.eh/new2.C: Same.
12736 * g++.old-deja/g++.eh/new1.C: Same.
12737 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
12738 * g++.old-deja/g++.brendan/nest21.C (main): Same.
12739 * g++.old-deja/g++.brendan/err-msg3.C: Same.
12740 * g++.old-deja/g++.brendan/crash62.C: Same.
12741 * g++.old-deja/g++.brendan/crash52.C: Same.
12742 * g++.old-deja/g++.brendan/crash49.C (main): Same.
12743 * g++.old-deja/g++.brendan/crash38.C: Same.
12744 * g++.old-deja/g++.brendan/crash15.C (main): Same.
12745 * g++.old-deja/g++.brendan/copy9.C: Same.
12746
12747 2001-04-06 J"orn Rennecke <amylaar@redhat.com>
12748
12749 * gcc.c-torture/execute/20001203-2.c (memset):
12750 Count argument is of type __SIZE_TYPE__.
12751
12752 2001-04-04 Diego Novillo <dnovillo@redhat.com>
12753
12754 * gcc.c-torture/compile/20010404-1.c: New test.
12755
12756 2001-04-04 Jakub Jelinek <jakub@redhat.com>
12757
12758 * gcc.c-torture/compile/20010326-1.c: New test.
12759
12760 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
12761
12762 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
12763 peculiarities of the SH.
12764 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
12765
12766 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12767
12768 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
12769 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
12770 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
12771
12772 2001-04-02 Jakub Jelinek <jakub@redhat.com>
12773
12774 * g77.f-torture/compile/20010321-1.f: New test.
12775
12776 2001-04-02 Jakub Jelinek <jakub@redhat.com>
12777
12778 * gcc.c-torture/compile/20010329-1.c: New test.
12779
12780 2001-04-02 Jakub Jelinek <jakub@redhat.com>
12781
12782 * gcc.c-torture/execute/20010329-1.c: New test.
12783
12784 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
12785
12786 * g++.old-deja/g++.other/eh4.C: Fix typo.
12787
12788 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
12789
12790 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
12791
12792 2001-03-28 Philip Blundell <philb@gnu.org>
12793
12794 * gcc.c-torture/compile/20010328-1.c: New test.
12795
12796 2001-03-27 Richard Henderson <rth@redhat.com>
12797
12798 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
12799 * g++.old-deja/g++.eh/vbase3.C: Likewise.
12800
12801 2001-03-27 Alan Modra <alan@linuxcare.com.au>
12802
12803 * gcc.c-torture/compile/20010327-1.c: New test.
12804
12805 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
12806
12807 * g++.old-deja/g++.other/friend12.C: New test.
12808 * g++.old-deja/g++.other/friend9.C: Expect no errors.
12809 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
12810
12811 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
12812
12813 * gcc.c-torture/execute/20010325-1.c: New test.
12814
12815 2001-03-23 Jakub Jelinek <jakub@redhat.com>
12816
12817 * g++.old-deja/g++.other/mangle3.C: New test.
12818
12819 2001-03-22 Jakub Jelinek <jakub@redhat.com>
12820
12821 * g++.old-deja/g++.other/anon8.C: New test.
12822
12823 2001-03-20 Philip Blundell <philb@gnu.org>
12824
12825 * gcc.c-torture/compile/20010320-1.c: New test.
12826
12827 2001-03-17 Richard Henderson <rth@redhat.com>
12828
12829 * g++.old-deja/g++.other/eh4.C: Add expected error text.
12830
12831 2001-03-15 Geoff Keating <geoff@redhat.com>
12832
12833 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
12834 tests on AIX.
12835
12836 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
12837
12838 * g++.old-deja/g++.other/eh4.C: New test.
12839
12840 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
12841
12842 * gcc.dg/cpp/mi1.c: Update.
12843
12844 2001-03-14 Jakub Jelinek <jakub@redhat.com>
12845
12846 * g++.old-deja/g++.other/regstack.C: New test.
12847
12848 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
12849
12850 * g++.old-deja/g++.other/ref4.C: New test.
12851
12852 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
12853
12854 * objc/execute/va_method.m: Added.
12855 * objc/execute/IMP.m: Added.
12856 * objc/execute/_cmd.m: Added.
12857 * objc/execute/accessing_ivars.m: Added.
12858 * objc/execute/class-1.m: Added.
12859 * objc/execute/class-10.m: Added.
12860 * objc/execute/class-11.m: Added.
12861 * objc/execute/class-12.m: Added.
12862 * objc/execute/class-13.m: Added.
12863 * objc/execute/class-14.m: Added.
12864 * objc/execute/class-2.m: Added.
12865 * objc/execute/class-3.m: Added.
12866 * objc/execute/class-4.m: Added.
12867 * objc/execute/class-5.m: Added.
12868 * objc/execute/class-6.m: Added.
12869 * objc/execute/class-7.m: Added.
12870 * objc/execute/class-8.m: Added.
12871 * objc/execute/class-9.m: Added.
12872 * objc/execute/class-tests-1.h
12873 * objc/execute/class-tests-2.h
12874 * objc/execute/compatibility_alias.m: Added.
12875 * objc/execute/encode-1.m: Added.
12876 * objc/execute/formal_protocol-1.m: Added.
12877 * objc/execute/formal_protocol-2.m: Added.
12878 * objc/execute/formal_protocol-3.m: Added.
12879 * objc/execute/formal_protocol-4.m: Added.
12880 * objc/execute/formal_protocol-5.m: Added.
12881 * objc/execute/formal_protocol-6.m: Added.
12882 * objc/execute/formal_protocol-7.m: Added.
12883 * objc/execute/informal_protocol.m: Added.
12884 * objc/execute/initialize.m: Added.
12885 * objc/execute/load.m: Added.
12886 * objc/execute/many_args_method.m: Added.
12887 * objc/execute/nested-3.m: Added.
12888 * objc/execute/no_clash.m: Added.
12889 * objc/execute/private.m: Added.
12890 * objc/execute/redefining_self.m: Added.
12891 * objc/execute/root_methods.m: Added.
12892 * objc/execute/selector-1.m: Added.
12893 * objc/execute/static-1.m: Added.
12894 * objc/execute/static-2.m: Added.
12895 * objc/execute/va_method.m: Added.
12896
12897 2001-03-10 Richard Henderson <rth@redhat.com>
12898
12899 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
12900
12901 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
12902
12903 * g++.old-deja/g++.other/crash31.C: XFAIL.
12904 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
12905 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
12906 * gcc.c-torture/execute/20010123-1.x: XFAIL.
12907 * gcc.c-torture/execute/20010124-1.x: XFAIL.
12908 * gcc.dg/sequence-pt-1.c: XFAIL one test.
12909
12910 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
12911
12912 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
12913
12914 2001-03-06 Zack Weinberg <zackw@stanford.edu>
12915
12916 * gcc.dg/20000724-1.c: Don't use multiline strings.
12917
12918 2001-03-06 Zack Weinberg <zackw@stanford.edu>
12919
12920 * objc/execute/string1.m, objc/execute/string2.m: Compare the
12921 result of -cString against what we expect it to be; don't just
12922 print it out for no one to read.
12923
12924 * objc/execute/string3.m, objc/execute/string4.m: New tests.
12925 Based on testcases provided by Nicola Pero.
12926
12927 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
12928
12929 * gcc.dg/cpp/macro7.c: New test.
12930
12931 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
12932
12933 * gcc.dg/cpp/multiline.c: Update.
12934
12935 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
12936
12937 * g++.old-deja/g++.other/enum3.C: New test.
12938
12939 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
12940
12941 * g++.old-deja/g++.other/pod1.C: New test.
12942
12943 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
12944
12945 * g++.old-deja/g++.ext/overload1.C: New test.
12946
12947 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
12948
12949 * g++.old-deja/g++.pt/using1.C: New test.
12950
12951 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
12952
12953 * g++.old-deja/g++.other/using9.C: New test.
12954
12955 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
12956
12957 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
12958
12959 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
12960
12961 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
12962
12963 * g++.old-deja/g++.ext/realpt1.C: Remove.
12964
12965 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
12966
12967 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
12968
12969 2001-02-26 Will Cohen <wcohen@redhat.com>
12970
12971 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
12972
12973 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
12974
12975 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
12976 templatized constructors.
12977
12978 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12979
12980 * gcc.c-torture/execute/20010224-1.c: New test.
12981
12982 2001-02-23 Jakub Jelinek <jakub@redhat.com>
12983
12984 * gcc.c-torture/execute/20010222-1.c: New test.
12985
12986 2001-02-22 Jakub Jelinek <jakub@redhat.com>
12987
12988 * g++.old-deja/g++.other/inline20.C: New test.
12989
12990 2001-02-21 Ovidiu Predescu <ovidiu@cup.hp.com>
12991
12992 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
12993
12994 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
12995
12996 * g++.old-deja/g++.other/lookup22.C: New test.
12997
12998 2001-02-19 Zack Weinberg <zackw@stanford.edu>
12999
13000 * g77.dg: New directory.
13001 * g77.dg/20010216-1.f: New test case.
13002 * g77.dg/dg.exp: New driver.
13003 * lib/g77-dg.exp: New driver library.
13004
13005 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13006
13007 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
13008
13009 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
13010
13011 * g++.old-deja/g++.other/decl9.C: New test.
13012
13013 2001-02-16 Jakub Jelinek <jakub@redhat.com>
13014
13015 * g++.old-deja/g++.other/init16.C: Update the test so that it does
13016 not need <string> and also tests the initialization at runtime.
13017
13018 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
13019
13020 * gcc.c-torture/execute/longlong.c: New test.
13021
13022 2001-02-14 J"orn Rennecke <amylaar@redhat.com>
13023
13024 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
13025
13026 2001-02-14 J"orn Rennecke <amylaar@redhat.com>
13027
13028 * gcc.c-torture/execute/920302-1.c (execute):
13029 Change argument type to short.
13030
13031 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
13032
13033 * g++.old-deja/g++.pt/deduct6.C: New test.
13034
13035 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
13036
13037 * g++.old-deja/g++.pt/deduct5.C: New test.
13038
13039 2001-02-14 Jakub Jelinek <jakub@redhat.com>
13040
13041 * gcc.c-torture/execute/20010209-1.c: New test.
13042
13043 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
13044
13045 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
13046
13047 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
13048
13049 * g++.dg/vtgc1.C: Update for new ABI.
13050
13051 * consistency.vlad: New directory, 1665 files.
13052
13053 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
13054
13055 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
13056 return type.
13057 * gcc.dg/cpp/digraphs.c: Declare puts.
13058
13059 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
13060
13061 * g++.old-deja/g++.other/warn5.C: New test.
13062
13063 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
13064
13065 * g++.old-deja/g++.pt/spec40.C: New test.
13066
13067 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
13068
13069 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
13070 case.
13071 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
13072
13073 2001-02-12 Jakub Jelinek <jakub@redhat.com>
13074
13075 * gcc.c-torture/compile/20010209-1.c: New test.
13076
13077 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
13078
13079 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
13080 excess errors message but not if it crashes.
13081 * g++.old-deja/g++.other/crash27.C: Likewise.
13082 * g++.old-deja/g++.other/crash28.C: Likewise.
13083 * g++.old-deja/g++.other/crash30.C: Likewise.
13084 * g++.old-deja/g++.other/crash32.C: Likewise.
13085 * g++.old-deja/g++.other/crash35.C: Likewise.
13086 * g++.old-deja/g++.pt/inherit2.C: Likewise.
13087
13088 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
13089
13090 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
13091 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
13092 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
13093 g77.f-torture/execute/execute.exp,
13094 g77.f-torture/noncompile/noncompile.exp,
13095 gcc.c-torture/execute/execute.exp,
13096 gcc.c-torture/execute/memcheck/memcheck.exp,
13097 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
13098 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
13099 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
13100 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
13101 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
13102 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
13103 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
13104 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
13105 Remove bug reporting instructions with ancient email addresses.
13106
13107 2001-02-07 Jakub Jelinek <jakub@redhat.com>
13108
13109 * gcc.dg/20010202-1.c: New test.
13110 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
13111
13112 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
13113
13114 * g++.dg/stdbool-if.C: New test.
13115
13116 2001-02-07 Ovidiu Predescu <ovidiu@cup.hp.com>
13117
13118 * objc/execute/fdecl.m: Added main().
13119
13120 2001-02-07 Jakub Jelinek <jakub@redhat.com>
13121
13122 * gcc.c-torture/execute/20010206-1.c: New test.
13123
13124 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
13125
13126 * gcc.dg/cpp/avoidpaste1.c: Update.
13127
13128 2001-02-05 Ovidiu Predescu <ovidiu@cup.hp.com>
13129
13130 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
13131 Pero <nicola@brainstorm.co.uk>.
13132 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
13133
13134 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
13135
13136 * g++.old-deja/g++.pt/spec39.C: New test.
13137
13138 2001-02-05 Jakub Jelinek <jakub@redhat.com>
13139
13140 * gcc.c-torture/compile/20010202-1.c: New test.
13141
13142 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
13143
13144 * g++.old-deja/g++.abi/primary2.C: New test.
13145 * g++.old-deja/g++.abi/primary3.C: New test.
13146 * g++.old-deja/g++.abi/primary4.C: New test.
13147 * g++.old-deja/g++.abi/primary5.C: New test.
13148 * g++.old-deja/g++.abi/vtable3.h: New test.
13149 * g++.old-deja/g++.abi/vtable3a.C: New test.
13150 * g++.old-deja/g++.abi/vtable3b.C: New test.
13151 * g++.old-deja/g++.abi/vtable3c.C: New test.
13152 * g++.old-deja/g++.abi/vtable3d.C: New test.
13153 * g++.old-deja/g++.abi/vtable3e.C: New test.
13154 * g++.old-deja/g++.abi/vtable3f.C: New test.
13155 * g++.old-deja/g++.abi/vtable3g.C: New test.
13156 * g++.old-deja/g++.abi/vtable3h.C: New test.
13157 * g++.old-deja/g++.abi/vtable3i.C: New test.
13158 * g++.old-deja/g++.abi/vtable3j.C: New test.
13159 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
13160
13161 2001-02-03 Jakub Jelinek <jakub@redhat.com>
13162
13163 * g++.old-deja/g++.other/anon6.C: New test.
13164 * g++.old-deja/g++.other/anon7.C: New test.
13165
13166 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
13167
13168 * gcc.dg/cpp/avoidpaste2.c: New tests.
13169
13170 2001-01-31 Jakub Jelinek <jakub@redhat.com>
13171
13172 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
13173
13174 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
13175
13176 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
13177 DECIMAL_DIG cases for Irix."
13178
13179 2001-01-31 J"orn Rennecke <amylaar@redhat.com>
13180
13181 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
13182
13183 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
13184
13185 * gcc.dg/c99-tag-1.c: New test.
13186
13187 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
13188
13189 * gcc.dg/cpp/tr-warn1.c: Add tests.
13190
13191 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
13192
13193 * gcc.dg/cpp/avoidpaste1.c: Update.
13194 * gcc.dg/cpp/paste4.c: Update.
13195
13196 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
13197
13198 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
13199 cases for Irix.
13200
13201 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13202
13203 * g++.old-deja/g++.other/inline19.C: New test.
13204
13205 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
13206
13207 * gcc.dg/Wlarger-than.c: New test.
13208
13209 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
13210
13211 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
13212
13213 2001-01-29 Jakub Jelinek <jakub@redhat.com>
13214
13215 * gcc.c-torture/execute/20010129-1.c: New test.
13216 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
13217
13218 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
13219
13220 * gcc.dg/cpp/avoidpaste1.c: Test case.
13221
13222 2001-01-28 Jakub Jelinek <jakub@redhat.com>
13223
13224 * g++.old-deja/g++.other/inline18.C: New test.
13225
13226 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13227
13228 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
13229 and __builtin_putchar.
13230
13231 2001-01-27 Jakub Jelinek <jakub@redhat.com>
13232
13233 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
13234 tests.
13235
13236 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
13237
13238 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
13239 floating point number rounding mode to round to the nearest
13240 representable mode.
13241
13242 2001-01-25 Jakub Jelinek <jakub@redhat.com>
13243
13244 * g++.old-deja/g++.other/mangle2.C: New test.
13245
13246 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
13247
13248 * gcc.c-torture/compile/20010124-1.c: New test.
13249
13250 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
13251
13252 * g++.old-deja/g++.pt/spec38.C: New test.
13253
13254 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13255
13256 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
13257 "Build don't run".
13258
13259 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13260
13261 * gcc.c-torture/execute/20010123-1.c: New test.
13262
13263 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
13264
13265 * g++.old-deja/g++.pt/spec37.C: New test.
13266
13267 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
13268
13269 * g++.old-deja/g++.pt/overload14.C: New test.
13270
13271 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13272
13273 * gcc.c-torture/execute/20010122-1.c: New test, exercise
13274 __builtin_return_address.
13275
13276 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
13277
13278 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
13279 * g++.old-deja/g++.pt/spec35.C: New test.
13280 * g++.old-deja/g++.pt/spec36.C: New test.
13281
13282 2001-01-20 Jakub Jelinek <jakub@redhat.com>
13283
13284 * gcc.c-torture/compile/20010118-1.c: New test.
13285
13286 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
13287
13288 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
13289
13290 2001-01-19 Jakub Jelinek <jakub@redhat.com>
13291
13292 * gcc.c-torture/execute/20010119-1.c: New test.
13293
13294 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
13295
13296 * g++.old-deja/g++.other/vbase5.C: New test.
13297
13298 2001-01-19 Jakub Jelinek <jakub@redhat.com>
13299
13300 * gcc.c-torture/execute/20010118-1.c: New test.
13301
13302 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
13303
13304 * g++.old-deja/g++.pt/deduct3.C: New test.
13305
13306 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
13307
13308 * g++.old-deja/g++.pt/spec34.C: New test.
13309
13310 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
13311
13312 * g77.f-torture/compile/20000601-2.f: New test.
13313
13314 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
13315
13316 * g++.old-deja/g++.other/init17.C: New test.
13317
13318 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
13319
13320 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
13321
13322 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
13323
13324 * g++.old-deja/g++.pt/unify8.C: New test.
13325
13326 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
13327
13328 * g++.old-deja/g++.abi/vbase1.C: New test.
13329
13330 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
13331
13332 * g++.old-deja/g++.pt/crash65.C: New test.
13333
13334 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
13335
13336 * gcc.dg/cpp/assembl2.S: New test case.
13337
13338 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
13339
13340 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
13341 are supported.
13342
13343 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13344
13345 * g++.old-deja/g++.other/builtins1.C: New test.
13346 * g++.old-deja/g++.other/builtins2.C: Likewise.
13347 * g++.old-deja/g++.other/builtins3.C: Likewise.
13348 * g++.old-deja/g++.other/builtins4.C: Likewise.
13349
13350 2001-01-17 Jakub Jelinek <jakub@redhat.com>
13351
13352 * gcc.c-torture/compile/20010117-1.c: New test.
13353 * gcc.c-torture/compile/20010117-2.c: New test.
13354
13355 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
13356
13357 * g77.f-torture/execute/20010116.[fx]: New test,
13358 XFAIL on i?86-*-*.
13359 * g77.f-torture/compile/20010115.f: Indicate it's
13360 a test for PR fortran/1636.
13361
13362 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
13363
13364 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
13365
13366 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
13367
13368 * g77.f-torture/compile/20010115.f: New test.
13369
13370 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
13371
13372 * g++.old-deja/g++.pt/nontype5.C: New test.
13373
13374 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
13375
13376 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
13377 have an equivalent working one below it.
13378
13379 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
13380
13381 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
13382 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13383
13384 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
13385
13386 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
13387 message containing "init_priority".
13388 (conpr-2.C): Likewise.
13389 (conpr-3.C): Likewise.
13390 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
13391
13392 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13393
13394 * gcc.c-torture/execute/20010114-2.c: New test.
13395
13396 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
13397
13398 * gcc.c-torture/compile/20010114-1.c: New test.
13399 * gcc.c-torture/compile/20010114-1.x: Xfail.
13400 * gcc.c-torture/compile/20010114-2.c: New test.
13401 * gcc.c-torture/execute/20010114-1.c: New test.
13402 * gcc.dg/trunc-1.c: New test.
13403 * gcc.dg/uninit-B.c: New test.
13404
13405 2001-01-13 Nick Clifton <nickc@redhat.com>
13406
13407 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
13408 target.
13409
13410 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
13411
13412 * gcc.c-torture/compile/20010113-1.c: New test.
13413
13414 2001-01-13 Jakub Jelinek <jakub@redhat.com>
13415
13416 * gcc.c-torture/compile/20001212-1.c: New test.
13417
13418 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
13419
13420 * gcc.dg/cpp/widestr1.c: Update.
13421 * gcc.dg/cpp/prag-imp.c: Remove.
13422
13423 2001-01-12 Jakub Jelinek <jakub@redhat.com>
13424
13425 * gcc.c-torture/execute/20000801-3.x: Remove.
13426 * gcc.dg/c90-init-1.c: New test.
13427 * gcc.dg/c99-init-1.c: New test.
13428 * gcc.dg/c99-init-2.c: New test.
13429 * gcc.dg/gnu99-init-1.c: New test.
13430
13431 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
13432
13433 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
13434 testing that no relevant ones were found.
13435
13436 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
13437
13438 * g++.old-deja/g++.pt/cast2.C: New test.
13439
13440 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
13441
13442 * g++.old-deja/g++.pt/friend47.C: New test.
13443
13444 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
13445
13446 * g++.old-deja/g++.pt/instantiate13.C: New test.
13447
13448 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
13449
13450 * g++.old-deja/g++.other/defarg7.C: New test.
13451 * g++.old-deja/g++.other/defarg8.C: New test.
13452
13453 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
13454
13455 * g++.old-deja/g++.pt/crash64.C: New test.
13456
13457 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
13458
13459 * g++.old-deja/g++.pt/crash63.C: New test.
13460
13461 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
13462
13463 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
13464
13465 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
13466
13467 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
13468
13469 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
13470
13471 * g++.old-deja/g++.pt/error3.C: New test.
13472
13473 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
13474
13475 * g++.old-deja/g++.other/crash39.C: New test.
13476
13477 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
13478
13479 * g++.old-deja/g++.other/vbase4.C: New test.
13480
13481 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
13482
13483 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
13484 * gcc.dg/special/20000419-2.c: New file. Identical to above.
13485 * gcc.dg/special/special.exp: New test driver which will check
13486 for alias support for the above test.
13487
13488 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
13489
13490 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
13491 problems on small machines.
13492 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
13493 parameterize.
13494
13495 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
13496
13497 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
13498 mips.
13499 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13500
13501 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
13502
13503 * g++.old_deja/g++.pt/using8.C: New test.
13504
13505 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
13506
13507 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
13508
13509 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
13510
13511 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
13512 where a failure is expected.
13513 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
13514
13515 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
13516
13517 * g++.old_deja/g++.pt/instantiate12.C: New test.
13518
13519 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
13520
13521 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
13522 start of structs.
13523 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
13524 * g++.old-deja/g++.brendan/crash17.C: Likewise.
13525 * g++.old-deja/g++.brendan/crash29.C: Likewise.
13526 * g++.old-deja/g++.brendan/crash48.C: Likewise.
13527 * g++.old-deja/g++.brendan/ns1.C: Likewise.
13528 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
13529 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
13530 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
13531 * g++.old-deja/g++.eh/spec6.C: Likewise.
13532 * g++.old-deja/g++.jason/crash3.C: Likewise.
13533 * g++.old-deja/g++.law/ctors11.C: Likewise.
13534 * g++.old-deja/g++.law/ctors17.C: Likewise.
13535 * g++.old-deja/g++.law/ctors5.C: Likewise.
13536 * g++.old-deja/g++.law/ctors9.C: Likewise.
13537 * g++.old-deja/g++.mike/ambig1.C: Likewise.
13538 * g++.old-deja/g++.mike/net22.C: Likewise.
13539 * g++.old-deja/g++.mike/p3538a.C: Likewise.
13540 * g++.old-deja/g++.mike/p3538b.C: Likewise.
13541 * g++.old-deja/g++.mike/virt3.C: Likewise.
13542 * g++.old-deja/g++.niklas/t128.C: Likewise.
13543 * g++.old-deja/g++.other/anon4.C: Likewise.
13544 * g++.old-deja/g++.other/using1.C: Likewise.
13545 * g++.old-deja/g++.other/warn3.C: Likewise.
13546 * g++.old-deja/g++.pt/t37.C: Likewise.
13547 * g++.old-deja/g++.robertl/eb69.C: Likewise.
13548 * g++.old-deja/g++.robertl/eb71.C: Likewise.
13549
13550 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
13551
13552 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
13553
13554 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13555
13556 * gcc.c-torture/execute/stdio-opt-3.c: New test.
13557
13558 2001-01-07 Jakub Jelinek <jakub@redhat.com>
13559
13560 * gcc.c-torture/compile/20010107-1.c: New test.
13561
13562 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
13563
13564 * gcc.c-torture/execute/builtin-noret-1.c: New test.
13565
13566 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
13567
13568 * gcc.dg/format/format.h: New file.
13569 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
13570 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
13571 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
13572 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
13573 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
13574 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
13575 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
13576 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
13577 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
13578 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
13579 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
13580 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
13581 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
13582 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
13583 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
13584 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
13585 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
13586 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
13587 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
13588 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
13589 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
13590 instead of declaring standard types, macros and functions in each
13591 test.
13592
13593 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
13594
13595 * gcc.c-torture/execute/20010106-1.c: New test.
13596
13597 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
13598
13599 * gcc.dg/format/format.exp: New file.
13600 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
13601 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
13602 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
13603 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
13604 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
13605 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
13606 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
13607 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
13608 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
13609 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
13610 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
13611 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
13612 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
13613 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
13614 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
13615 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
13616 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
13617 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
13618 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
13619 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
13620 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
13621 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
13622 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
13623 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
13624 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
13625 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
13626 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
13627 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
13628 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
13629 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
13630 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
13631 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
13632 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
13633 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
13634 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
13635 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
13636 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
13637 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
13638 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
13639 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
13640 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
13641 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
13642
13643 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
13644
13645 * gcc.c-torture/execute/991228-1.c: Take word endianness into
13646 account.
13647
13648 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
13649
13650 * gcc.c-torture/execute/builtin-complex-1.c: New test.
13651
13652 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
13653
13654 * g++.old-deja/g++.pt/crash62.C: New test.
13655
13656 2001-01-04 Richard Henderson <rth@redhat.com>
13657
13658 * gcc.dg/20000926-1.c: Update expected warnings.
13659 * gcc.dg/array-2.c: Likewise.
13660 * gcc.dg/array-4.c: Also validate flexible array members.
13661 * gcc.dg/c99-flex-array-1.c: New.
13662
13663 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
13664
13665 * gcc.c-torture/compile/20001222-1.x: Remove.
13666
13667 2001-01-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13668
13669 * gcc.c-torture/execute/built-in-setjmp.c: New.
13670
13671 2001-01-03 Richard Henderson <rth@redhat.com>
13672
13673 * gcc.dg/940510-1.c: Update expected error wording.
13674 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
13675
13676 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
13677
13678 * lib/target-supports.exp (check_alias_available): Modified to
13679 indicate aliases not supported if only weak aliases are supported.
13680
13681 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13682
13683 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
13684 Turn on cmpstrsi checks for __pj__ and __i370__.
13685
13686 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
13687
13688 * g++.old-deja/g++.other/virtual11.C: New test.
13689
13690 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
13691
13692 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
13693
13694 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13695
13696 * gcc.c-torture/compile/20010102-1.c: New test.
13697
13698 2001-01-02 Andreas Jaeger <aj@suse.de>
13699
13700 * gcc.dg/noreturn-3.c: New test.
13701
13702 * gcc.dg/noreturn-4.c: New test.
13703
13704 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13705
13706 * gcc.c-torture/execute/stdio-opt-1.c: Also test
13707 __builtin_fputc and __builtin_fwrite.
13708
13709 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
13710
13711 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
13712 signed char, not default char.
13713
13714 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
13715
13716 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
13717
13718 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
13719
13720 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
13721
13722 2000-12-29 Richard Henderson <rth@redhat.com>
13723
13724 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
13725 (__cyg_profile_func_exit): Define.
13726
13727 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
13728
13729 * g++.dg/vtgc1.C: New test.
13730
13731 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
13732
13733 * gcc.dg/noncompile/20001228-1.c: New test.
13734
13735 * gcc.dg/20001228-1.c: New test.
13736
13737 * gcc.c-torture/execute/20001228-1.c: New test.
13738
13739 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
13740
13741 * gcc.dg/format-strfmon-1.c: New test.
13742
13743 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13744
13745 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
13746 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
13747 * gcc.c-torture/execute/string-opt-1.c: Likewise.
13748 * gcc.c-torture/execute/string-opt-2.c: Likewise.
13749 * gcc.c-torture/execute/string-opt-3.c: Likewise.
13750 * gcc.c-torture/execute/string-opt-4.c: Likewise.
13751 * gcc.c-torture/execute/string-opt-6.c: Likewise.
13752 * gcc.c-torture/execute/string-opt-7.c: Likewise.
13753 * gcc.c-torture/execute/string-opt-8.c: Likewise.
13754 * gcc.c-torture/execute/string-opt-9.c: Likewise.
13755 * gcc.c-torture/execute/string-opt-10.c: Likewise.
13756 * gcc.c-torture/execute/string-opt-11.c: Likewise.
13757 * gcc.c-torture/execute/string-opt-12.c: Likewise.
13758
13759 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
13760 * gcc.c-torture/execute/string-opt-4.c: Test index.
13761
13762 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
13763
13764 * gcc.c-torture/compile/20001226-1.c: New test.
13765
13766 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
13767
13768 * gcc.c-torture/compile/20001222-1.c: New test.
13769 * gcc.c-torture/compile/20001222-1.x: Xfail.
13770
13771 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
13772
13773 * gcc.c-torture/execute/comp-goto-2.c: New test.
13774
13775 2000-12-21 J"orn Rennecke <amylaar@redhat.com>
13776
13777 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
13778 Use long types if __INT_MAX__ is 32767.
13779 (main): Use cast to (sint32 *) when poking 88 into a_page.
13780
13781 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
13782
13783 2000-12-21 Bernd Schmidt <bernds@redhat.com>
13784
13785 * gcc.c-torture/compile/20001221-1.c: New test.
13786 * gcc.c-torture/execute/20001221-1.c: New test.
13787
13788 2000-12-20 Richard Henderson <rth@redhat.com>
13789
13790 * g++.old-deja/g++.pt/crash36.C: Update error lines.
13791 * g++.old-deja/g++.robertl/eb109.C: Likewise.
13792
13793 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13794
13795 * gcc.dg/compare3.c: New test.
13796
13797 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13798
13799 * gcc.dg/format-warnll-1.c: New test.
13800
13801 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
13802
13803 * gcc.dg/cpp/cmdlne-P.c: New test.
13804
13805 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13806
13807 * gcc.c-torture/execute/builtin-abs-1.c,
13808 gcc.c-torture/execute/builtin-abs-2.c: New tests.
13809
13810 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
13811
13812 * gcc.dg/cpp/multiline.c: New test.
13813
13814 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
13815
13816 * g++.old-deja/g++.other/syshdr1.C: Update.
13817 * gcc.dg/cpp/lineflags.c: Remove temporarily.
13818
13819 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13820
13821 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
13822
13823 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13824
13825 * g++.old-deja/g++.pt/ttp65.C: New test.
13826
13827 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13828
13829 * g++.old-deja/g++.pt/ttp64.C: New test.
13830
13831 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13832
13833 * g++.old-deja/g++.pt/spec33.C: New test.
13834
13835 2000-12-14 Catherine Moore <clm@redhat.com>
13836
13837 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
13838 * gcc.c-torture/execute/920612-2.c: Likewise.
13839 * gcc.c-torture/execute/920428-2.c: Likewise.
13840 * gcc-c-torture/execute/va-arg-11.c: Call exit.
13841 * gcc.c-torture/execute/va-arg-21.c: Likewise.
13842
13843 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13844
13845 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
13846 * gcc.dg/pack-test-2.c: Likewise.
13847
13848 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
13849
13850 Tests by Zack Weinberg <zackw@stanford.edu>.
13851
13852 * gcc.dg/cpp/defined.c: Update.
13853 * gcc.dg/cpp/defined_trad.c: New tests.
13854
13855 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
13856
13857 * gcc.dg/cpp/trad-direct.c: Update.
13858
13859 2000-12-11 Neil Booth <neilb@earthling.net>
13860
13861 * gcc.dg/cpp/defined_trad.c
13862
13863 2000-12-11 Neil Booth <neilb@earthling.net>
13864
13865 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
13866
13867 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
13868
13869 * gcc.dg/format-miss-2.c: New test.
13870
13871 2000-12-09 Neil Booth <neilb@earthling.net>
13872
13873 * gcc.dg/cpp/lineflags.c: New tests.
13874 * gcc.dg/cpp/poison.c: Update.
13875 * gcc.dg/cpp/redef2.c: Update.
13876 * gcc.dg/cpp/skipping.c: New test.
13877
13878 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
13879
13880 * g++.old-deja/g++.other/eh3.C: New testcase.
13881
13882 2000-12-07 Neil Booth <neilb@earthling.net>
13883
13884 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
13885 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
13886 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
13887 wtr-union-init-2.c, wtr-union-init-3.c: Update.
13888 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
13889 Update.
13890
13891 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
13892
13893 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
13894 __SIZE_TYPE__ instead of int for type of integers cast to
13895 pointers.
13896
13897 2000-12-07 Jakub Jelinek <jakub@redhat.com>
13898
13899 * g++.old-deja/g++.other/cleanup4.C: New test.
13900
13901 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
13902
13903 * format-sec-1.c: New test.
13904
13905 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
13906
13907 * gcc.dg/format-nonlit-3.c: New test.
13908
13909 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
13910
13911 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
13912 through a null pointer.
13913
13914 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13915
13916 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
13917 * g++.old-deja/g++.pt/partial4.C: New test.
13918
13919 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
13920
13921 * gcc.c-torture/execute/ieee/hugeval.x: New.
13922
13923 2000-12-06 Neil Booth <neilb@earthling.net>
13924
13925 * gcc.dg/cpp/backslash2.c: New tests.
13926
13927 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13928
13929 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
13930 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
13931
13932 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
13933
13934 * gcc.c-torture/execute/20001203-2.c: New testcase.
13935
13936 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
13937
13938 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
13939 * g++.old-deja/g++.other/virtual10.C: New test.
13940
13941 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
13942
13943 * g++.old-deja/g++.mike/pmf5.C: Remove test.
13944
13945 2000-12-05 Richard Henderson <rth@redhat.com>
13946
13947 * gcc.c-torture/compile/20001205-1.c: New.
13948
13949 2000-12-04 Neil Booth <neilb@earthling.net>
13950
13951 * g++.old-deja/g++.other/virtual9.C: New test.
13952 * g++.old-deja/g++.pt/crash61.C: New test.
13953 * gcc.c-torture/execute/loop-9.c: New test.
13954
13955 2000-12-04 Neil Booth <neilb@earthling.net>
13956
13957 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
13958 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
13959 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
13960 * gcc.dg/cpp/extratokens.c: ...here.
13961
13962 2000-12-04 Neil Booth <neilb@earthling.net>
13963
13964 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
13965 New tests.
13966
13967 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13968
13969 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
13970 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
13971
13972 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
13973
13974 * gcc.c-torture/execute/20001203-1.c: New test.
13975
13976 2000-12-03 Neil Booth <neilb@earthling.net>
13977
13978 * gcc.dg/cpp/macro6.c: New test cases.
13979
13980 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13981
13982 * gcc.c-torture/execute/string-opt-9.c: New test.
13983 * gcc.c-torture/execute/string-opt-10.c: Likewise.
13984 * gcc.c-torture/execute/string-opt-11.c: Likewise.
13985 * gcc.c-torture/execute/string-opt-12.c: Likewise.
13986
13987 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
13988 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
13989
13990 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
13991
13992 * gcc.dg/cpp/if-6.c: New testcase.
13993
13994 * gcc.dg/20001201-1.c: New testcase.
13995
13996 2000-12-02 Neil Booth <neilb@earthling.net>
13997
13998 * g++.old-deja/g++.other/externC4.C,
13999 g++.old-deja/g++.other/friend10.C: New tests.
14000
14001 2000-12-02 Neil Booth <neilb@earthling.net>
14002
14003 * g++.old-deja/g++.other/instan2.C
14004 * g++.old-deja/g++.other/instan3.C: New test.
14005
14006 2000-12-02 Neil Booth <neilb@earthling.net>
14007
14008 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
14009 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
14010 gnuc99.c,gnuc99-pedantic.c: New tests.
14011
14012 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
14013
14014 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
14015 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
14016
14017 2000-12-01 Neil Booth <neilb@earthling.net>
14018
14019 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
14020 * gcc.dg/cpp/poison.c: Update.
14021 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
14022
14023 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
14024
14025 * g77.f-torture/execute/20001201.f: New test.
14026
14027 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
14028
14029 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
14030
14031 2000-12-01 Jakub Jelinek <jakub@redhat.com>
14032
14033 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
14034
14035 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
14036
14037 * g++.old-deja/g++.other/cast6.C: New test.
14038
14039 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
14040
14041 * gcc.c-torture/execute/20001130-2.c: New testcase.
14042
14043 2000-11-30 Richard Henderson <rth@redhat.com>
14044
14045 * gcc.c-torture/execute/20001130-1.c: New test.
14046
14047 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
14048
14049 * g++.old-deja/g++.other/op3.C: New test.
14050
14051 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
14052
14053 * g++.old-deja/g++.other/op2.C: New test.
14054
14055 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
14056
14057 * g++.old-deja/g++.other/crash38.C: New test.
14058
14059 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
14060
14061 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
14062
14063 2000-11-29 Jakub Jelinek <jakub@redhat.com>
14064
14065 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
14066 tests.
14067 * gcc.c-torture/execute/string-opt-6.c: New test.
14068
14069 * gcc.dg/20001117-1.c: Add main.
14070
14071 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
14072
14073 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
14074 Move from here ...
14075 * gcc.dg/940510-1.c: ... to here.
14076
14077 * gcc.dg/20000926-1.c: GNU C now allows initializations of
14078 zero-size arrays in toplevel structures.
14079
14080 2000-11-28 Jakub Jelinek <jakub@redhat.com>
14081
14082 * gcc.c-torture/execute/loop-8.c: New test.
14083
14084 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
14085
14086 * g++.old-deja/g++.other/base1.C: New test.
14087
14088 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
14089
14090 * g++.old-deja/g++.other/parse2.C: New test.
14091
14092 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
14093
14094 * g++.old-deja/g++.pt/incomplete1.C: New test.
14095
14096 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
14097
14098 * g++.old-deja/g++.other/friend9.C: New test.
14099
14100 2000-11-28 Jakub Jelinek <jakub@redhat.com>
14101
14102 * gcc.dg/20001127-1.c: New test.
14103
14104 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
14105
14106 * g++.old-deja/g++.pt/friend46.C: New test.
14107
14108 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
14109
14110 * g++.old-deja/g++.other/ptrmem8.C: New test.
14111
14112 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14113
14114 * gcc.c-torture/execute/string-opt-7.c: New test.
14115 * gcc.c-torture/execute/string-opt-8.c: Likewise.
14116
14117 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
14118
14119 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
14120 instead of 'mkcheck 2'.
14121
14122 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
14123
14124 * gcc.c-torture/execute/memcheck/driver.c,
14125 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
14126 C9X references to refer to C99.
14127
14128 2000-11-25 Jakub Jelinek <jakub@redhat.com>
14129
14130 * gcc.dg/ultrasp3.c: New test.
14131
14132 2000-11-25 Neil Booth <neilb@earthling.net>
14133
14134 * gcc.dg/cpp/include2.c: Update test to be locale independent.
14135
14136 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
14137
14138 * gcc.c-torture/compile/20001123-2.c: New.
14139
14140 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14141
14142 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
14143
14144 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
14145
14146 * gcc.dg/sequence-point-1.c: Add some new tests.
14147 * gcc.c-torture/execute/20001124-1.c: New test.
14148
14149 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
14150
14151 * g++.old-deja/g++.other/vaarg4.C: New test.
14152 * gcc.c-torture/compile/20001123-1.c: New test.
14153
14154 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
14155
14156 * g++.other/crash24.C: Adjust and remove XFAIL.
14157 * g++.other/crash37.C: New test.
14158
14159 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
14160
14161 * g++.old-deja/g++.pt/instantiate9.C: New test.
14162
14163 2000-11-22 Mark Mitchell <mark@codesourcery.com>
14164
14165 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
14166 new ABI, too.
14167
14168 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
14169 * g++.old-deja/g++.robertl/eb55.C: Likewise.
14170
14171 2000-11-22 Neil Booth <neilb@earthling.net>
14172
14173 * gcc.dg/cpp/Wtrigraphs.c: New test.
14174
14175 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
14176
14177 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
14178
14179 2000-11-22 Jakub Jelinek <jakub@redhat.com>
14180
14181 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
14182
14183 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
14184
14185 * lib/gcc-dg.exp: load_lib scanasm.exp.
14186 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
14187 * lib/g++-dg.exp: load_lib scanasm.exp.
14188 * lib/scanasm.exp: New.
14189 (scan-assembler, scan-assembler-not): Add optional arguments to
14190 test name, or if not present, the pattern name.
14191 (scan-assembler-dem, scan-assembler-dem-not): New.
14192
14193 * g++.dg/dg.exp: New.
14194
14195 2000-11-21 Neil Booth <neilb@earthling.net>
14196
14197 * gcc.dg/cpp/integrated1.c: Remove.
14198
14199 2000-11-21 Jakub Jelinek <jakub@redhat.com>
14200
14201 * gcc.c-torture/execute/20001121-1.c: New test.
14202
14203 2000-11-21 Richard Henderson <rth@redhat.com>
14204
14205 * gcc.c-torture/compile/20001121-1.c: New test.
14206
14207 2000-11-20 Neil Booth <neilb@earthling.net>
14208
14209 * gcc.dg/cpp/integrated1.c: New test.
14210
14211 2000-11-21 Jakub Jelinek <jakub@redhat.com>
14212
14213 * g++.old-deja/g++.other/inline17.C: New test.
14214
14215 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
14216
14217 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
14218 local variable to be zero: I made the variable global. Now
14219 uses abort() and exit() instead of relying on main's return value.
14220
14221 2000-11-20 Neil Booth <neilb@earthling.net>
14222
14223 * gcc.dg/cpp/paste2.c: Update test.
14224 * objc/execute/paste.m: New test.
14225
14226 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
14227
14228 * gcc.dg/c99-condexpr-1.c: New test.
14229
14230 2000-11-20 Neil Booth <neilb@earthling.net>
14231
14232 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
14233
14234 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
14235
14236 * g++.old-deja/g++.pt/export1.C: New test.
14237
14238 2000-11-20 Jakub Jelinek <jakub@redhat.com>
14239
14240 * gcc.dg/20001117-1.c: New test.
14241
14242 2000-11-18 Richard Henderson <rth@redhat.com>
14243
14244 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
14245
14246 2000-11-18 Richard Henderson <rth@redhat.com>
14247
14248 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
14249 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
14250 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
14251
14252 2000-11-18 Richard Henderson <rth@redhat.com>
14253
14254 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
14255 (main): New. Exit cleanly.
14256
14257 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
14258
14259 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
14260 gcc.dg/c99-fordecl-2.c: New tests.
14261
14262 2000-11-18 Richard Henderson <rth@redhat.com>
14263
14264 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
14265 * gcc.c-torture/execute/zerolen-2.c: New.
14266
14267 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14268
14269 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
14270 memory.
14271
14272 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
14273
14274 * g++.old-deja/g++.pt/instantiate8.C: New test.
14275
14276 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
14277
14278 * g++.old-deja/g++.other/incomplete.C: Add more tests.
14279 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
14280
14281 2000-11-16 Nick Clifton <nickc@redhat.com>
14282
14283 * gcc.c-torture/execute/nestfunc-2.c: New test.
14284 * gcc.c-torture/execute/nestfunc-3.c: New test.
14285
14286 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
14287
14288 * gcc.c-torture/compile/20001116-1.c: New test.
14289
14290 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14291
14292 * gcc.c-torture/execute/20001115-1.c: New test.
14293
14294 2000-11-15 Mark Mitchell <mark@codesourcery.com>
14295
14296 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
14297 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
14298 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
14299 * g++.old-deja/g++.abi/vmihint.C: Likewise.
14300
14301 2000-11-15 Neil Booth <neilb@earthling.net>
14302
14303 gcc.dg/cpp/_Pragma1.c: Update.
14304 gcc.dg/cpp/_Pragma2.c: New test.
14305
14306 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
14307
14308 * g++.old-deja/g++.other/anon5.C: New test.
14309
14310 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
14311
14312 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
14313 tests.
14314
14315 2000-11-14 Jakub Jelinek <jakub@redhat.com>
14316
14317 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
14318 output.
14319
14320 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14321
14322 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
14323 labels at end of compound statements.
14324
14325 2000-11-13 Jakub Jelinek <jakub@redhat.com>
14326
14327 * gcc.c-torture/execute/loop-7.c: New test.
14328
14329 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14330
14331 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
14332
14333 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14334
14335 * gcc.dg/c99-bool-1.c: New test.
14336
14337 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14338
14339 * gcc.dg/c99-scope-1.c: Remove xfail.
14340 * gcc.dg/c99-scope-2.c: New test.
14341
14342 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14343
14344 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
14345 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
14346
14347 2000-11-11 Mark Mitchell <mark@codesourcery.com>
14348
14349 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
14350 error messages.
14351
14352 * g++.mike/p700.C: Don't typedef wchar_t.
14353 * g++.mike/p784.C: Likewise.
14354 * g++.mike/eb101.C: Don't use __wchar_t.
14355
14356 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
14357
14358 * g77.f-torture/execute/20001111.[fx]: Test premature exit
14359 from DO loop.
14360
14361 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
14362
14363 * gcc.c-torture/execute/20001111-1.c: New test.
14364
14365 2000-11-10 Nick Clifton <nickc@redhat.com>
14366
14367 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
14368 long multuiple and accumulate.
14369
14370 2000-11-09 Richard Henderson <rth@redhat.com>
14371
14372 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
14373 via size_t instead of int.
14374
14375 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
14376 * gcc.c-torture/execute/string-opt-2.c: Likewise.
14377 * gcc.c-torture/execute/string-opt-3.c: Likewise.
14378 * gcc.c-torture/execute/string-opt-4.c: Likewise.
14379
14380 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
14381
14382 * gcc.c-torture/compile/20001109-1.c: New test.
14383 * gcc.c-torture/compile/20001109-2.c: New test.
14384
14385 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
14386
14387 * g++.old-deja/g++.pt/operator1.C: New test.
14388 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
14389
14390 2000-11-09 Jakub Jelinek <jakub@redhat.com>
14391
14392 * gcc.dg/20001108-1.c: New test.
14393
14394 2000-11-09 Jakub Jelinek <jakub@redhat.com>
14395
14396 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
14397 with both arguments constant strings.
14398 * gcc.c-torture/execute/string-opt-3.c: New test.
14399 * gcc.c-torture/execute/string-opt-4.c: New test.
14400 * gcc.c-torture/execute/string-opt-5.c: New test.
14401
14402 2000-11-08 Nick Clifton <nickc@redhat.com>
14403
14404 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
14405 mulsidi3adddi patterns.
14406
14407 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
14408
14409 * g++.old-deja/g++.other/crash36.C: New test.
14410
14411 2000-11-08 Jakub Jelinek <jakub@redhat.com>
14412
14413 * g++.old-deja/g++.other/init16.C: New test.
14414
14415 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
14416
14417 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
14418
14419 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
14420
14421 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
14422 * gcc.c-torture/execute/va-arg-16.x: Likewise.
14423 * gcc.c-torture/execute/va-arg-17.x: Likewise.
14424
14425 2000-11-07 DJ Delorie <dj@redhat.com>
14426
14427 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
14428
14429 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14430
14431 * gcc.c-torture/execute/string-opt-1.c: New test.
14432
14433 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
14434
14435 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
14436 mips-sgi-irix6.* because the MIPS ABI passes floating-point
14437 parameters in registers, and there is no way for a varargs
14438 function to know in which order the integer and floating-point
14439 parameters should be interleaved when they are placed on the
14440 stack.
14441 * gcc.c-torture/execute/va-arg-16.x: Likewise.
14442 * gcc.c-torture/execute/va-arg-17.x: Likewise.
14443
14444 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14445
14446 * gcc.c-torture/execute/string-opt-2.c: New test.
14447
14448 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
14449
14450 * g++.old-deja/g++.pt/crash60.C: New test.
14451
14452 2000-11-06 Jakub Jelinek <jakub@redhat.com>
14453
14454 * g++.old-deja/g++.other/crash24.C: New test.
14455 * g++.old-deja/g++.other/crash25.C: New test.
14456 * g++.old-deja/g++.other/crash26.C: New test.
14457 * g++.old-deja/g++.other/crash27.C: New test.
14458 * g++.old-deja/g++.other/crash28.C: New test.
14459 * g++.old-deja/g++.other/crash29.C: New test.
14460 * g++.old-deja/g++.other/crash30.C: New test.
14461 * g++.old-deja/g++.other/crash31.C: New test.
14462 * g++.old-deja/g++.other/crash32.C: New test.
14463 * g++.old-deja/g++.other/crash33.C: New test.
14464 * g++.old-deja/g++.other/crash34.C: New test.
14465 * g++.old-deja/g++.other/crash35.C: New test.
14466
14467 2000-11-06 Jakub Jelinek <jakub@redhat.com>
14468
14469 * gcc.c-torture/execute/20001031-1.c: New test.
14470
14471 2000-11-04 Mark Mitchell <mark@codesourcery.com>
14472
14473 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
14474 namespace.
14475
14476 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
14477 standards-conformant.
14478
14479 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
14480
14481 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
14482 * g++.old-deja/g++.mike/p755a.C: Likewise.
14483 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
14484 library makes no calls to `operator new' during initialization.
14485
14486 2000-11-04 Neil Booth <neilb@earthling.net>
14487
14488 * gcc.dg/cpp/include2.c: New tests.
14489
14490 2000-11-03 Mark P Mitchell <mark@codesourcery.com>
14491
14492 * lib/g++.exp (g++_set_ld_library_path): New function.
14493 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
14494
14495 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
14496
14497 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
14498 warnings.
14499
14500 2000-11-01 Richard Henderson <rth@redhat.com>
14501
14502 * g++.old-deja/g++.ext/namedret1.C: New.
14503 * g++.old-deja/g++.ext/namedret2.C: New.
14504 * g++.old-deja/g++.ext/namedret3.C: New.
14505
14506 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
14507
14508 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
14509 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
14510
14511 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14512
14513 * gcc.c-torture/execute/va-arg-21.c: New test.
14514
14515 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
14516
14517 * gcc.dg/c99-complex-2.c: New test.
14518
14519 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14520
14521 * gcc.c-torture/execute/stdio-opt-1.c: New test.
14522
14523 2000-10-31 Jakub Jelinek <jakub@redhat.com>
14524
14525 * g++.old-deja/g++.other/inline16.C: New test.
14526
14527 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
14528
14529 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
14530 __PRETTY_FUNCTION__
14531
14532 2000-10-29 Neil Booth <neilb@earthling.net>
14533
14534 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
14535 New tests.
14536 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
14537 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
14538 optimisation.
14539
14540 2000-10-29 Neil Booth <neilb@earthling.net>
14541
14542 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
14543 * mi1.c, mi1c.h: Add null directives to multiple-include test.
14544 * mi5.c: Test multiple includes work with -C.
14545 * trigraphs.c: Test ^= version.
14546
14547 2000-10-28 Neil Booth <neilb@earthling.net>
14548
14549 New tests and test updates for new macro expander.
14550
14551 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
14552 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
14553 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
14554 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
14555 new diagnostic messages.
14556
14557 * gcc.dg/cpp/macro3.c: New tests.
14558
14559 2000-10-27 Mark Mitchell <mark@codesourcery.com>
14560
14561 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
14562 on the same line.
14563
14564 2000-10-27 Jakub Jelinek <jakub@redhat.com>
14565
14566 * g++.old-deja/g++.other/eh2.C: New test.
14567
14568 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
14569
14570 * gcc.c-torture/execute/20001027-1.c: New test.
14571
14572 2000-10-26 Richard Henderson <rth@redhat.com>
14573
14574 * gcc.c-torture/execute/20001026-1.c: New.
14575
14576 2000-10-26 Mark Mitchell <mark@codesourcery.com>
14577
14578 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
14579 * g++.old-deja/g++.law/builtin1.C: Likewise.
14580 * g++.old-deja/g++.law/ctors10.C: Likewise.
14581 * g++.old-deja/g++.law/virtual3.C: Likewise.
14582 * g++.old-deja/g++.mike/p658.C: Likewise.
14583 * g++.old-deja/g++.other/sibcall1.C: Likewise.
14584 * g++.old-deja/g++.other/vaarg2.C: Likewise.
14585 * g++.old-deja/g++.robertl/eb124.C: Likewise.
14586 * g++.old-deja/g++.robertl/eb44.C: Likewise.
14587 * g++.old-deja/g++.robertl/eb77.C: Likewise.
14588
14589 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
14590
14591 * gcc.c-torture/compile/20001024-1.c: New test.
14592
14593 2000-10-25 Mark Mitchell <mark@codesourcery.com>
14594
14595 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
14596 to tell us whether or not we are using V3.
14597
14598 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
14599
14600 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
14601 operands.
14602
14603 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
14604
14605 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
14606
14607 2000-10-25 Jakub Jelinek <jakub@redhat.com>
14608
14609 * gcc.c-torture/execute/20001024-1.c: New test.
14610
14611 2000-10-24 Jakub Jelinek <jakub@redhat.com>
14612
14613 * g++.old-deja/g++.other/sibcall1.C: New test.
14614
14615 2000-10-20 Jakub Jelinek <jakub@redhat.com>
14616
14617 * gcc.dg/noncompile/init-3.c: New test.
14618
14619 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
14620
14621 * gcc.dg/format-array-1.c: New test.
14622
14623 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
14624
14625 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
14626 writing through null pointers; remove comment about testing
14627 unterminated strings.
14628
14629 2000-10-17 Matthew Hiller <hiller@redhat.com>
14630
14631 * gcc.c-torture/execute/20001017-2.c: New test.
14632
14633 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
14634
14635 * gcc.c-torture/compile/20001018-1.c: New test.
14636 * gcc.c-torture/compile/20001018-1.x: Xfail.
14637
14638 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14639
14640 * gcc.c-torture/execute/20001017-1.c: New test.
14641
14642 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
14643
14644 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
14645 for multiple use of arguments with scanf formats; add tests for
14646 multiple use of arguments.
14647
14648 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
14649
14650 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
14651
14652 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
14653
14654 * gcc.dg/format-miss-1.c: New test.
14655
14656 2000-10-16 Jakub Jelinek <jakub@redhat.com>
14657
14658 * gcc.c-torture/execute/20001013-1.c: New test.
14659
14660 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
14661
14662 * gcc.dg/format-branch-1.c: New test.
14663
14664 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
14665
14666 * README, lib/file-format.exp: Remove EGCS references.
14667
14668 2000-10-16 Jakub Jelinek <jakub@redhat.com>
14669
14670 * gcc.dg/20001013-1.c: New test.
14671
14672 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
14673
14674 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
14675 for intmax_t in the compiler using __typeof__ and the type rules
14676 for conditional expressions.
14677
14678 2000-10-13 Jakub Jelinek <jakub@redhat.com>
14679
14680 * gcc.dg/20001012-1.c: New test.
14681 * gcc.dg/20001012-2.c: New test.
14682
14683 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
14684
14685 * gcc.dg/format-attr-1.c: New test.
14686
14687 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
14688
14689 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
14690 __LONG_LONG_MAX__ instead of LLONG_MAX.
14691
14692 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
14693
14694 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
14695 scanf flags.
14696 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
14697 flags.
14698
14699 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
14700
14701 * gcc.dg/sequence-pt-1.c: New test.
14702
14703 2000-10-11 Geoff Keating <geoffk@cygnus.com>
14704
14705 * gcc.c-torture/execute/20001011-1.c: New testcase.
14706 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
14707
14708 2000-10-10 Jakub Jelinek <jakub@redhat.com>
14709
14710 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
14711 does not error on it.
14712
14713 2000-10-10 Jakub Jelinek <jakub@redhat.com>
14714
14715 * gcc.dg/20001009-1.c: New test.
14716
14717 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
14718
14719 * gcc.c-torture/compile/20001009-1.c: Move from here ....
14720 * gcc.c-torture/execute/20001009-2.c: ... to here.
14721
14722 2000-10-09 Geoff Keating <geoffk@cygnus.com>
14723
14724 * gcc.c-torture/compile/20001009-1.c: New testcase.
14725 * gcc.c-torture/execute/20001009-1.c: New testcase.
14726 Testcases provided by Jan Hubicka <jh@suse.cz>.
14727
14728 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
14729
14730 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14731 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
14732 uintmax_t using <limits.h> to emulate the compiler's internal
14733 logic. No longer XFAIL %j tests.
14734
14735 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
14736
14737 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
14738 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14739 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
14740 regexps and details of expected handling of some bad formats.
14741 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
14742 suppression.
14743
14744 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
14745
14746 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
14747 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
14748 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
14749 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
14750 in list archives.
14751
14752 2000-10-06 Richard Henderson <rth@cygnus.com>
14753
14754 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
14755 * g++.old-deja/g++.brendan/crash52.C: Likewise.
14756 * g++.old-deja/g++.jason/report.C: Likewise.
14757 * g++.old-deja/g++.law/friend5.C: Likewise.
14758 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
14759 of the expected warnings.
14760
14761 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
14762
14763 * g++.old-deja/g++.pt/enum14.C: New test.
14764
14765 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
14766
14767 * g++.old-deja/g++.pt/crash59.C: New test.
14768
14769 2000-10-04 Will Cohen <wcohen@redhat.com>
14770
14771 * gcc.dg/20000926-1.c: New test.
14772
14773 2000-10-03 Geoff Keating <geoffk@cygnus.com>
14774
14775 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
14776 function name for current C++ compiler.
14777 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
14778
14779 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
14780
14781 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
14782 __PRETTY_FUNCTION__.
14783 * g++.old-deja/g++.ext/pretty2.C: Likewise.
14784
14785 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14786
14787 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
14788
14789 2000-09-26 Jakub Jelinek <jakub@redhat.com>
14790
14791 * gcc.c-torture/compile/20000923-1.c: New test.
14792
14793 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
14794
14795 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
14796 * g++.old-deja/g++.pt/ttp62.C: Same.
14797 * g++.old-deja/g++.other/inline14.C: Same.
14798
14799 2000-09-24 Richard Henderson <rth@cygnus.com>
14800
14801 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
14802
14803 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
14804
14805 * gcc.dg/c90-printf-1.c: Add test for wide string format.
14806
14807 2000-09-22 Geoff Keating <geoffk@cygnus.com>
14808
14809 * gcc.c-torture/compile/20000922-1.c: New file.
14810
14811 2000-09-21 Nick Clifton <nickc@redhat.com>
14812
14813 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
14814 a signed long modulo operation.
14815 (mod6): New function - perform an unsigned long modulo operation.
14816 (main): Add tests for modulos of very large numbers by very small
14817 dividends.
14818
14819 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14820
14821 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
14822
14823 2000-09-19 Richard Henderson <rth@cygnus.com>
14824
14825 * gcc.dg/compare2.c (case 10): XFAIL.
14826
14827 2000-09-18 Richard Henderson <rth@cygnus.com>
14828
14829 * gcc.c-torture/execute/20000906-1.c: Move ...
14830 * gcc.dg/20000906-1.c: ... here. Only run on targets
14831 that support __builtin_trap.
14832
14833 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
14834
14835 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
14836
14837 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
14838
14839 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
14840 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
14841 more $ format tests.
14842
14843 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
14844
14845 * gcc.dg/format-errmk-1.c: New test.
14846
14847 2000-09-17 Greg McGary <greg@mcgary.org>
14848
14849 * gcc.c-torture/execute/20000917-1.x: Remove.
14850
14851 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
14852
14853 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
14854
14855 2000-09-17 Greg McGary <greg@mcgary.org>
14856
14857 * gcc.c-torture/execute/20000917-1.c: New test.
14858 * gcc.c-torture/execute/20000917-1.x: XFAIL.
14859
14860 2000-09-16 Neil Booth <NeilB@earthling.net>
14861
14862 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
14863 in nested macro bug.
14864
14865 2000-09-15 Neil Booth <NeilB@earthling.net>
14866
14867 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
14868
14869 2000-09-14 Jeffrey A Law (law@cygnus.com)
14870
14871 * gcc.c-torture/execute/20000914-1.c: New test.
14872
14873 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
14874
14875 * g++.other/inline13.C: New test.
14876
14877 2000-09-12 Andreas Jaeger <aj@suse.de>
14878
14879 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
14880 constant by Ulrich Drepper <drepper@redhat.com>.
14881
14882 2000-09-12 J"orn Rennecke <amylaar@redhat.co.uk>
14883
14884 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
14885
14886 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14887
14888 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
14889
14890 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
14891
14892 * gcc.dg/cpp/backslash.c: New test.
14893
14894 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
14895
14896 * gcc.c-torture/execute/20000910-1.c: New test.
14897 * gcc.c-torture/execute/20000910-2.c: Likewise.
14898
14899 2000-09-11 Robert Lipe <robertl@sco.com>
14900
14901 * gcc.dg/pragma-align.c: New test.
14902
14903 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
14904
14905 * g++.old-deja/g++.pt/explicit82.C: New test.
14906 * g++.old-deja/g++.pt/explicit83.C: New test.
14907
14908 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
14909
14910 * gcc.dg/asm-names.c: New test.
14911
14912 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14913
14914 * gcc.dg/cpp/tr-warn6.c: New test
14915
14916 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
14917
14918 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
14919 be accepted.
14920
14921 2000-09-07 Catherine Moore <clm@redhat.com>
14922
14923 * gcc.c-torture/execute/unroll-1.c: New test.
14924
14925 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
14926
14927 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
14928 ERROR markers.
14929 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
14930 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
14931 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
14932 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
14933 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
14934 Preprocess only.
14935 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
14936 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
14937
14938 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
14939
14940 * g++.old-deja/g++.pt/deduct2.C: New test.
14941
14942 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
14943
14944 * g++.old-deja/g++.pt/parms2.C: New test.
14945
14946 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
14947
14948 * g++.old-deja/g++.pt/crash58.C: New test.
14949
14950 2000-09-06 Greg McGary <greg@mcgary.org>
14951
14952 * gcc.c-torture/execute/20000906-1.c: New test.
14953 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
14954
14955 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14956
14957 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
14958
14959 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
14960
14961 * g++.old-deja/g++.pt/crash57.C: New test.
14962
14963 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
14964
14965 * g++.old-deja/g++.pt/crash56.C: New test.
14966
14967 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
14968
14969 * g++.old-deja/g++.pt/koenig1.C: New test.
14970
14971 2000-09-04 Jakub Jelinek <jakub@redhat.com>
14972
14973 * gcc.dg/20000904-1.c: New test.
14974
14975 2000-09-04 Jakub Jelinek <jakub@redhat.com>
14976
14977 * gcc.dg/cpp/paste8.c: New test.
14978
14979 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
14980
14981 * gcc.c-torture/compile/20000827-1.c: New test.
14982
14983 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
14984
14985 * gcc.dg/format-diag-1.c: New test.
14986
14987 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
14988
14989 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
14990 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
14991 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
14992 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
14993 gcc.dg/formatz-1.c: Adjust warning regular expressions.
14994
14995 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
14996
14997 * g++.old-deja/g++.other/nested4.C: New test.
14998
14999 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
15000
15001 * g++.old-deja/g++.ns/scoped1.C: New test.
15002
15003 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
15004
15005 * lib/g++.exp: Support testing already-installed GCC.
15006
15007 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15008
15009 * wtr-label-1.c, wtr-suffix-1.c: New tests.
15010
15011 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15012
15013 * gcc.dg/return-type-2.c: New test.
15014
15015 2000-08-27 Geoff Keating <geoffk@cygnus.com>
15016
15017 * gcc.c-torture/compile/20000825-1.c: New test.
15018
15019 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
15020
15021 * gcc.dg/dwarf2-2.c: New test.
15022
15023 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
15024
15025 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
15026 dg-warning regexps.
15027
15028 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
15029
15030 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
15031 gcc.dg/format-ext-5.c: New tests.
15032
15033 2000-08-25 Jakub Jelinek <jakub@redhat.com>
15034
15035 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
15036
15037 2000-08-24 Mark Mitchell <mark@codesourcery.com>
15038
15039 * gcc.dg/noncompile/930622-2.c: Adjust error message.
15040
15041 2000-08-24 Richard Henderson <rth@cygnus.com>
15042
15043 * gcc.dg/ia64-sync-1.c: New test.
15044 * gcc.dg/ia64-sync-2.c: New test.
15045 * gcc.dg/ia64-asm-1.c: New test.
15046
15047 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
15048
15049 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
15050 * gcc.dg/format-ext-2.c: New test.
15051
15052 2000-08-23 Jason Merrill <jason@redhat.com>
15053
15054 * lib/old-dejagnu.exp: Also ignore "In member function" and
15055 "At global scope".
15056
15057 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15058
15059 * gcc.dg/noncompile/label-lineno-1.c: New test.
15060
15061 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
15062
15063 * gcc.dg/c99-array-nonobj-1.c: New test.
15064
15065 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
15066
15067 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
15068 tests.
15069 * gcc.dg/format-ext-1.c: New test.
15070
15071 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15072
15073 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
15074 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
15075 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
15076 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
15077 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
15078
15079 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
15080
15081 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
15082 gcc.dg/c99-strftime-2.c: New tests.
15083
15084 2000-08-22 Richard Henderson <rth@cygnus.com>
15085
15086 * gcc.c-torture/execute/20000822-1.c: New test.
15087
15088 2000-08-21 Jakub Jelinek <jakub@redhat.com>
15089
15090 * gcc.c-torture/execute/20000819-1.x: Remove.
15091
15092 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
15093
15094 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
15095 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
15096 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
15097 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
15098 gcc.dg/format-xopen-1.c: New tests.
15099
15100 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
15101
15102 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
15103
15104 2000-08-21 Jakub Jelinek <jakub@redhat.com>
15105
15106 * g++.old-deja/g++.other/loop2.C: New test.
15107
15108 * gcc.c-torture/compile/20000606-1.c: New test.
15109 * gcc.c-torture/compile/20000728-1.c: New test.
15110 * gcc.c-torture/execute/20000801-1.c: New test.
15111 * gcc.c-torture/execute/20000801-2.c: New test.
15112 * gcc.c-torture/execute/20000819-1.c: New test.
15113 * gcc.c-torture/execute/20000819-1.x: XFAIL.
15114 * gcc.dg/20000629-1.c: New test.
15115 * gcc.dg/20000724-1.c: New test.
15116 * gcc.dg/20000807-1.c: New test.
15117
15118 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
15119
15120 * gcc.dg/cpp/pragma-1.c: New test.
15121 * gcc.dg/cpp/pragma-2.c: New test.
15122
15123 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
15124
15125 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
15126 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
15127
15128 2000-08-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15129
15130 * gcc.c-torture/compile/20000818-1.c: New test.
15131
15132 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
15133
15134 * gcc.c-torture/execute/20000818-1.c: New test.
15135
15136 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
15137
15138 * gcc.dg/format-va-1.c: New test.
15139
15140 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
15141
15142 * g++.old-deja/g++.other/typedef8.C: New test.
15143
15144 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
15145
15146 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
15147 * g++.old-deja/g++.mike/net36.C: Mark candidate.
15148 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
15149 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
15150 * g++.old-deja/g++.other/ptrmem7.C: New test.
15151 * g++.old-deja/g++.pt/ptrmem10.C: New test.
15152
15153 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
15154
15155 * g++.old-deja/g++.pt/typename27.C: New test.
15156
15157 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
15158
15159 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
15160 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
15161 * g++.old-deja/g++.pt/friend45.C: New test.
15162 * g++.old-deja/g++.other/friend8.C: New test.
15163
15164 2000-08-15 Richard Henderson <rth@cygnus.com>
15165
15166 * gcc.c-torture/execute/20000815-1.c: New test.
15167
15168 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
15169
15170 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
15171 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
15172 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
15173
15174 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
15175
15176 * g++.old-deja/g++.other/refinit2.C: New test.
15177
15178 2000-08-13 Geoff Keating <geoffk@cygnus.com>
15179
15180 * lib/c-torture.exp (c-torture): Make
15181 compiler_conditional_xfail_data global.
15182 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
15183 compiler_conditional_xfail_data machinery.
15184 (f-torture-execute): Likewise.
15185 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
15186 and only when unrolling loops.
15187
15188 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
15189
15190 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
15191
15192 * g++.old-deja/g++.pt/explicit81.C: New test.
15193
15194 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
15195
15196 * g++.old-deja/g++.pt/typename26.C: New test.
15197
15198 2000-08-10 Geoff Keating <geoffk@cygnus.com>
15199
15200 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
15201 warning.
15202
15203 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
15204
15205 * g++.old-deja/g++.other/array3.C: New test.
15206
15207 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
15208
15209 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
15210 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
15211 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
15212 New tests.
15213
15214 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
15215
15216 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
15217 * g++.old-deja/g++.abi/vmihint.C: Likewise.
15218
15219 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
15220
15221 * gcc.c-torture/execute/20000808-1.c: New test.
15222
15223 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
15224
15225 * gcc.dg/c90-const-expr-1.c: New test.
15226
15227 2000-08-08 Richard Henderson <rth@cygnus.com>
15228
15229 * gcc.dg/noncompile/920923-1.c: Declare calloc.
15230
15231 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
15232
15233 * gcc.dg/noncompile/const-ll-1.c: New test.
15234
15235 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
15236
15237 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
15238
15239 2000-08-06 Ovidiu Predescu <ovidiu@cup.hp.com>
15240
15241 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
15242 that running programs linked against the shared version of libobjc
15243 run correctly.
15244
15245 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
15246
15247 * gcc.dg/c99-printf-1.c: New test.
15248
15249 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
15250
15251 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
15252
15253 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
15254
15255 * gcc.c-torture/execute/20000731-1.x: Delete.
15256
15257 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
15258
15259 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
15260 and torture_without_loops as is done by c-torture.exp.
15261 (search_for): Copy from c-torture.exp.
15262 (gcc-dg-runtest): New function, drives a directory of tests
15263 iterating over the TORTURE_OPTIONS.
15264 (scan-assembler, scan-assembler-not): Move here from
15265 individual directory drivers.
15266
15267 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
15268 defined by lib/gcc-dg.exp.
15269 * gcc.dg/cpp/cpp.exp: Likewise.
15270 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
15271 gcc-dg-runtest, so we cycle over optimization options.
15272
15273 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
15274 * gcc.dg/compare2.c: No longer expected to fail.
15275
15276 2000-08-04 J"orn Rennecke <amylaar@cygnus.co.uk>
15277
15278 * gcc.c-torture/execute/20000804-1.c: New test.
15279
15280 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
15281
15282 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
15283
15284 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
15285
15286 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
15287
15288 2000-08-03 Jeffrey A Law (law@cygnus.com)
15289
15290 * gcc.c-torture/compile/20000803-1.c: New test.
15291
15292 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
15293
15294 * gcc.c-torture/execute/20000801-3.c,
15295 gcc.c-torture/execute/20000801-4.c: New tests.
15296 * gcc.c-torture/execute/20000801-3.x,
15297 gcc.c-torture/execute/20000801-4.x: Xfail.
15298
15299 2000-08-02 Geoff Keating <geoffk@cygnus.com>
15300
15301 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
15302 libobjc/.libs to allow for libtool.
15303
15304 2000-08-02 Jakub Jelinek <jakub@redhat.com>
15305
15306 * gcc.c-torture/compile/20000802-1.c: New test.
15307
15308 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
15309
15310 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
15311
15312 2000-07-31 Jeffrey A Law (law@cygnus.com)
15313
15314 * gcc-c-torture/execute/20000731-2.c: New test.
15315
15316 * gcc.c-torture/execute/20000731-1.c: New test.
15317 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
15318
15319 2000-07-31 Jakub Jelinek <jakub@redhat.com>
15320
15321 * testsuite/gcc.dg/cpp/paste7.c: New test.
15322 * gcc.dg/cpp/20000725-1.c: New test.
15323
15324 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
15325
15326 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
15327 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
15328 declaration warning for __builtin_dwarf_reg_size.
15329
15330 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
15331
15332 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
15333
15334 * gcc.dg/noncompile/voidparam-1.c: New test.
15335
15336 2000-07-30 Richard Henderson <rth@cygnus.com>
15337
15338 * gcc.dg/c90-digraph-1.c: Don't xfail.
15339 * gcc.dg/compare2.c (case 10): Xfail.
15340 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
15341
15342 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
15343
15344 * gcc.dg/c99-main-1.c: New test.
15345
15346 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
15347
15348 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
15349
15350 2000-07-26 Hans-Peter Nilsson <hp@axis.com>
15351
15352 * gcc.c-tortuer/execute/20000726-1.c: New test.
15353
15354 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
15355
15356 * gcc.c-torture/execute/enum-2.c: New test.
15357
15358 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15359
15360 * gcc.dg/cpp/tr-warn3.c: New test.
15361
15362 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
15363
15364 * g++.old-deja/g++.ext/implicit1.C: Remove.
15365 * g++.old-deja/g++.jason/c2.C: Remove
15366 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
15367 * g++.old-deja/g++.pt/crash16.C: Likewise.
15368 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
15369
15370 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
15371
15372 * g++.old-deja/g++.other/for2.C: New test.
15373
15374 2000-07-25 Jakub Jelinek <jakub@redhat.com>
15375
15376 * gcc.dg/20000720-1.c: New test.
15377
15378 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
15379
15380 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
15381
15382 2000-07-24 Geoff Keating <geoffk@cygnus.com>
15383
15384 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
15385 * gcc.c-torture/execute/20000722-1.c: New.
15386 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
15387
15388 2000-07-24 Jakub Jelinek <jakub@redhat.com>
15389
15390 * gcc.dg/cpp/20000720-1.S: New test.
15391
15392 2000-07-21 Michael Meissner <meissner@redhat.com>
15393
15394 * gcc.c-torture/execute/ieee/hugeval.c: New test.
15395
15396 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
15397
15398 * g++.old-deja/g++.brendan/crash16.C,
15399 g++.old-deja/g++.brendan/parse3.C,
15400 g++.old-deja/g++.brendan/redecl1.C,
15401 g++.old-deja/g++.ns/template13.C,
15402 g++.old-deja/g++.other/decl4.C,
15403 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
15404
15405 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
15406
15407 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
15408 and "Internal error".
15409
15410 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
15411 regexps.
15412 * gcc.dg/cpp/paste6.c: New test.
15413
15414 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
15415
15416 * gcc.dg/cpp/tr-direct.c: New test.
15417
15418 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
15419 gcc.dg/cpp/undef1.c: Tweak error regexps.
15420
15421 2000-07-18 Eric Christopher <echristo@redhat.com>
15422
15423 * gcc.c-torture/compile/20000718-1.c: New test.
15424
15425 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
15426
15427 * cpplex.c (_cpp_push_token): If the token being pushed back
15428 is the previous token in this context, just subtract one from
15429 context->posn.
15430 * cppmacro.c (save_expansion): Clear aux field when storing a
15431 placemarker.
15432
15433 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
15434
15435 * gcc.dg/noncompile/redecl-1.c: New test.
15436
15437 2000-07-18 Jakub Jelinek <jakub@redhat.com>
15438
15439 * gcc.c-torture/execute/20000717-5.c: New test.
15440 * gcc.c-torture/execute/20000717-1.x: Removed.
15441
15442 2000-07-17 Richard Henderson <rth@cygnus.com>
15443
15444 * gcc.c-torture/execute/20000717-4.c: New test.
15445
15446 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
15447
15448 * gcc.dg/cpp/syshdr.c: New test.
15449 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
15450
15451 2000-07-17 Neil Booth <neilb@earthling.net>
15452
15453 * gcc.dg/cpp/cmdlne-dM.c: New test.
15454 * gcc.dg/cpp/cmdlne-dD.c: New test.
15455
15456 2000-07-17 Jeffrey A Law (law@cygnus.com)
15457
15458 * gcc.c-torture/execute/20000717-3.c: New test.
15459
15460 * gcc.c-torture/compile/20000717-1.c: New test.
15461
15462 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
15463
15464 * gcc.c-torture/execute/20000717-2.c: New test.
15465
15466 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
15467
15468 * gcc.dg/formatz-1.c: New test.
15469
15470 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
15471 * gcc.dg/c99-digraph-1.c: New tests.
15472
15473 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
15474 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
15475
15476 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
15477 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
15478 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
15479 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
15480 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
15481 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
15482 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
15483
15484 2000-07-17 Greg McGary <greg@mcgary.org>
15485
15486 * gcc.c-torture/execute/20000717-1.c: New test.
15487 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
15488
15489 2000-07-15 Jakub Jelinek <jakub@redhat.com>
15490
15491 * gcc.c-torture/execute/20000715-2.c: New test.
15492 * gcc.dg/20000715-1.c: New test.
15493
15494 2000-07-15 Michael Meissner <meissner@redhat.com>
15495
15496 * gcc.c-torture/execute/20000715-1.c: New test.
15497
15498 2000-07-13 Jakub Jelinek <jakub@redhat.com>
15499
15500 * gcc.c-torture/execute/20000707-1.c: New test.
15501
15502 2000-07-13 Neil Booth <NeilB@earthling.net>
15503
15504 * testsuite/gcc.dg/cpp/digraph1.c,
15505 testsuite/gcc.dg/cpp/digraph2.c,
15506 testsuite/gcc.dg/cpp/digraphs.c: New tests.
15507
15508 2000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
15509
15510 * g77.f-torture/compile/20000630-2.f: New test.
15511 * g77.f-torture/compile/20000630-2.x
15512
15513 2000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
15514
15515 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
15516
15517 2000-07-11 Neil Booth <NeilB@earthling.net>
15518
15519 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
15520
15521 2000-07-11 Neil Booth <NeilB@earthling.net>
15522
15523 * gcc.dg/cpp/cmdlne-C.c: New.
15524
15525 2000-07-09 Neil Booth <NeilB@earthling.net>
15526
15527 * gcc.dg/cpp/directiv.c: New tests.
15528 * gcc.dg/cpp/undef1.c: Update.
15529
15530 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
15531
15532 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
15533
15534 2000-07-09 Neil Booth <NeilB@earthling.net>
15535
15536 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
15537
15538 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
15539
15540 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
15541 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
15542
15543 2000-07-08 Neil Booth <NeilB@earthling.net>
15544
15545 * gcc.dg/cpp/macsyntx.c: New tests.
15546
15547 2000-07-07 Jakub Jelinek <jakub@redhat.com>
15548
15549 * gcc.dg/20000707-1.c: New test.
15550
15551 2000-07-07 Jakub Jelinek <jakub@redhat.com>
15552
15553 * gcc.c-torture/execute/20000706-1.c: New test.
15554 * gcc.c-torture/execute/20000706-2.c: New test.
15555 * gcc.c-torture/execute/20000706-3.c: New test.
15556 * gcc.c-torture/execute/20000706-4.c: New test.
15557 * gcc.c-torture/execute/20000706-5.c: New test.
15558
15559 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
15560
15561 * g++.old-deja/g++.pt/instantiate7.C: New test.
15562
15563 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
15564
15565 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
15566 * g++.old-deja/g++.mike/thunk3.C: Likewise.
15567 * g++.old-deja/g++.other/rtti3.C: Likewise.
15568 * g++.old-deja/g++.other/rttid3.C: Likewise.
15569
15570 2000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
15571
15572 * g77.f-torture/compile/20000630-1.x: Fix typo
15573
15574 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
15575
15576 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
15577 assembly output.
15578
15579 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
15580
15581 * gcc.dg/cpp/ident.c: New test.
15582
15583 2000-07-05 Neil Booth <NeilB@earthling.net>
15584
15585 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
15586 gcc.dg/cpp/lexstrng.c: New tests.
15587
15588 2000-07-04 Neil Booth <NeilB@earthling.net>
15589
15590 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
15591 * gcc.dg/cpp/strify2.c: Same.
15592
15593 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
15594
15595 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
15596 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
15597 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
15598 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
15599
15600 * testsuite/gcc.dg/cpp/macro1.c,
15601 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
15602 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
15603 testsuite/gcc.dg/cpp/strify1.c,
15604 testsuite/gcc.dg/cpp/strify2.c: New tests.
15605
15606 2000-07-03 Jakub Jelinek <jakub@redhat.com>
15607
15608 * gcc.c-torture/execute/20000703-1.c: New test.
15609
15610 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
15611
15612 * g++.old-deja/g++.pt (lookup10.C): New test.
15613
15614 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
15615
15616 * g++.old-deja/g++.pt (typename25.C): New test.
15617
15618 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
15619
15620 * gcc.c-torture/compile/20000701-1.c: New test.
15621
15622 2000-06-30 Nick Clifton <nickc@cygnus.com>
15623
15624 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
15625 to test case.
15626
15627 2000-06-30 Catherine Moore <clm@cygnus.com>
15628
15629 * gcc.c-torture/execute/align-1.c: New test.
15630
15631 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
15632
15633 * g++.old-deja/g++.pt/expr8.C: New test.
15634 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
15635
15636 2000-06-29 Nick Clifton <nickc@cygnus.com>
15637
15638 * gcc.c-torture/compile/20000629-1.c: New test.
15639
15640 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
15641
15642
15643 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
15644 gcc.dg/noncompile directory, depending on whether they're
15645 preprocessor tests or not. Annotate all the tests for the dg
15646 framework.
15647
15648 * gcc.c-torture/noncompile/noncompile.exp: Delete.
15649 * gcc.dg/noncompile/noncompile.exp: New.
15650
15651 * Moved files:
15652 Old name New name
15653 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
15654 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
15655 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
15656 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
15657 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
15658 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
15659 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
15660 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
15661 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
15662 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
15663 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
15664 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
15665 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
15666 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
15667 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
15668 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
15669 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
15670 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
15671 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
15672 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
15673 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
15674 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
15675 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
15676 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
15677
15678 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
15679 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
15680 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
15681 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
15682 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
15683 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
15684
15685 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
15686
15687 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
15688 declare one variable. On the fourth, error.
15689 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
15690 declared by 20000628-1a.h.
15691
15692 2000-06-29 Richard Henderson <rth@redhat.com>
15693
15694 * gcc.c-torture/execute/930529-1.x: New file.
15695 * gcc.dg/920413-1.c: Adjust expected warning text.
15696 * gcc.dg/980217-1.c: Declare abort.
15697 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
15698
15699 2000-06-29 Jeffrey A Law (law@cygnus.com)
15700
15701 * g77.f-torture/compile/20000629-1.f: New test.
15702 * g77.f-torture/compile/20000629-1.x: Expected to fail.
15703
15704 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
15705
15706 Rearrange lots of files, removing entirely the
15707 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
15708 directories.
15709
15710 * Deleted files:
15711 gcc.c-torture/code_quality/code_quality.exp
15712 gcc.c-torture/special/special.exp
15713 gcc.failure/failure.exp
15714 gcc.failure/940409-1.x
15715 gcc.c-torture/compile/961203-1.x
15716
15717 * New files:
15718 gcc.misc-tests/linkage.exp
15719 gcc.c-torture/execute/920730-1t.c
15720 gcc.c-torture/execute/920730-1t.x
15721 gcc.c-torture/compile/920520-1.x
15722 gcc.c-torture/compile/920521-1.x
15723 gcc.c-torture/compile/981006-1.x
15724 gcc.c-torture/execute/eeprof-1.x
15725
15726 * Moved files (possibly with modifications to fit a new harness):
15727 Old name New name
15728 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
15729 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
15730 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
15731 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
15732 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
15733 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
15734 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
15735 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
15736 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
15737 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
15738 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
15739 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
15740 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
15741 gcc.failure/940409-1.c gcc.dg/940409-1.c
15742
15743 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
15744
15745 * c-torture/compile/961203-1.x: Delete.
15746
15747 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
15748 not exit. Include stdio.h.
15749 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
15750 * gcc.misc-tests/dg-12.c: Likewise.
15751 * gcc.misc-tests/dg-5.c: Likewise.
15752 * gcc.misc-tests/dg-6.c: Likewise.
15753 * gcc.misc-tests/dg-7.c: Prototype abort.
15754 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
15755 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
15756 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
15757 not exit.
15758 * gcc.misc-tests/sieve.c: Use return from main, not exit.
15759 * gcc.misc-tests/sort2.c: Use return from main, not exit.
15760
15761 2000-06-28 Jakub Jelinek <jakub@redhat.com>
15762
15763 * gcc.dg/cpp/20000628-1.c: New test.
15764 * gcc.dg/cpp/20000628-1.h: New header for above test.
15765 * gcc.dg/cpp/20000628-1a.h: Likewise.
15766
15767 2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
15768
15769 * gcc.dg/cpp: New directory.
15770 * gcc.dg/cpp/cpp.exp: New driver.
15771 * gcc.dg/cpp/20000627-1.c: New test.
15772 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
15773 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
15774 and rewrite as a compilation test.
15775
15776 * gcc.dg: Move many files into the cpp subdirectory, possibly
15777 renaming or editing them as well.
15778 Old name New name
15779 990119-1.c cpp/19990119-1.c
15780 990228-1.c cpp/19990228-1.c
15781 990407-1.c cpp/19990407-1.c
15782 990409-1.c cpp/19990409-1.c
15783 990413-1.c cpp/19990413-1.c
15784 990703-1.c cpp/19990703-1.c
15785 20000127-1.c cpp/20000127-1.c
15786 20000129-1.c cpp/20000129-1.c
15787 20000207-1.c cpp/20000207-1.c
15788 20000207-2.c cpp/20000207-2.c
15789 20000209-1.c cpp/20000209-1.c
15790 20000209-2.c cpp/20000209-2.c
15791 20000301-1.c cpp/20000301-1.c
15792 20000419-1.c cpp/20000419-1.c
15793 20000510-1.S cpp/20000510-1.S
15794 20000519-1.c cpp/20000519-1.c
15795 20000529-1.c cpp/20000529-1.c
15796 20000625-1.c cpp/20000625-1.c
15797 20000625-2.c cpp/20000625-2.c
15798 cpp-as1.c cpp/assert1.c
15799 cpp-as2.c cpp/assert2.c
15800 cxx-comments-1.c cpp/cxxcom1.c
15801 cxx-comments-2.c cpp/cxxcom2.c
15802 endif-label.c cpp/endif.c
15803 cpp-hash1.c cpp/hash1.c
15804 cpp-hash2.c cpp/hash2.c
15805 cpp-if1.c cpp/if-1.c
15806 cpp-if2.c cpp/if-2.c
15807 cpp-if3.c cpp/if-3.c
15808 cpp-if4.c cpp/if-4.c
15809 cpp-if5.c cpp/if-5.c
15810 cpp-cond.c cpp/if-cexp.c
15811 cpp-missingop.c cpp/if-mop.c
15812 cpp-missingparen.c cpp/if-mpar.c
15813 cpp-opprec.c cpp/if-oppr.c
15814 cpp-ifparen.c cpp/if-paren.c
15815 cpp-shortcircuit.c cpp/if-sc.c
15816 cpp-shift.c cpp/if-shift.c
15817 cpp-unary.c cpp/if-unary.c
15818 cpp-li1.c cpp/line1.c
15819 cpp-li2.c cpp/line2.c
15820 lineno.c cpp/line3.c
15821 lineno-2.c cpp/line4.c
15822 cpp-mi.c cpp/mi1.c
15823 cpp-mic.h cpp/mi1c.h
15824 cpp-micc.h cpp/mi1cc.h
15825 cpp-mind.h cpp/mi1nd.h
15826 cpp-mindp.h cpp/mi1ndp.h
15827 cpp-mix.h cpp/mi1x.h
15828 cpp-mi2.c cpp/mi2.c
15829 cpp-mi2a.h cpp/mi2a.h
15830 cpp-mi2b.h cpp/mi2b.h
15831 cpp-mi2c.h cpp/mi2c.h
15832 cpp-mi3.c cpp/mi3.c
15833 cpp-mi3.def cpp/mi3.def
15834 poison-1.c cpp/poison.c
15835 pr-impl.c cpp/prag-imp.c
15836 cpp-redef-2.c cpp/redef1.c
15837 cpp-redef.c cpp/redef2.c
15838 strpaste.c cpp/strp1.c
15839 strpaste-2.c cpp/strp2.c
15840 cpp-tradpaste.c cpp/tr-paste.c
15841 cpp-tradstringify.c cpp/tr-str.c
15842 cpp-tradwarn1.c cpp/tr-warn1.c
15843 cpp-tradwarn2.c cpp/tr-warn2.c
15844 trigraphs.c cpp/trigraphs.c
15845 cpp-unc1.c cpp/unc1.c
15846 cpp-unc2.c cpp/unc2.c
15847 cpp-unc3.c cpp/unc3.c
15848 cpp-unc.c cpp/unc4.c
15849 undef.c cpp/undef1.c
15850 undef-2.c cpp/undef2.c
15851 cpp-wi1.c cpp/widestr1.c
15852
15853 2000-06-27 Mark Mitchell <mark@codesourcery.com>
15854
15855 * lib/g++.exp (g++_include_flags): Tweak.
15856
15857 2000-06-27 H.J. Lu <hjl@gnu.org>
15858 Loren J. Rittle <ljrittle@acm.org>
15859
15860 * lib/g++.exp (g++_include_flags): Override libgloss.exp
15861 version with one that knows about the new gcc tree structure.
15862 (g++_link_flags): Same.
15863
15864 2000-06-26 Zack Weinberg <zack@wolery.cumb.org>
15865
15866 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
15867 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
15868 case we are cross-compiling.
15869
15870 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
15871 g++.old-deja/g++.niklas/Makefile.in,
15872 g++.old-deja/g++.niklas/configure.in,
15873 g++.old-deja/g++.other/Makefile.in,
15874 g++.old-deja/g++.other/configure.in,
15875 gcc.c-torture/code_quality/Makefile.in,
15876 gcc.c-torture/code_quality/configure.in,
15877 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
15878 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
15879 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
15880 gcc.c-torture/execute/ieee/Makefile.in,
15881 gcc.c-torture/execute/ieee/configure.in,
15882 gcc.c-torture/noncompile/Makefile.in,
15883 gcc.c-torture/noncompile/configure.in,
15884 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
15885 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
15886 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
15887
15888 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
15889
15890 * g++.old-deja/g++.other/ambig3.C: New test.
15891
15892 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
15893
15894 * g++.old-deja/g++.pt/syntax1.C: New test.
15895 * g++.old-deja/g++.pt/syntax2.C: New test.
15896 * g++.old-deja/g++.other/syntax3.C: New test.
15897 * g++.old-deja/g++.other/syntax4.C: New test.
15898
15899 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
15900
15901 * gcc.dg/20000623-1.c: Prototype exit and abort.
15902
15903 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
15904
15905 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
15906 New tests.
15907 * gcc.dg/cpp-mi3.def: New file.
15908
15909 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
15910 inside assertions.
15911 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
15912 lexer's error messages.
15913 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
15914 divine anything from the linemarkers.
15915 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
15916 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
15917
15918 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
15919
15920 * gcc.dg/20000623-1.c: New test.
15921
15922 2000-06-22 Jakub Jelinek <jakub@redhat.com>
15923
15924 * gcc.c-torture/execute/20000622-1.c: New test.
15925
15926 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
15927
15928 * g++.old-deja/g++.other/init15.C: New test.
15929
15930 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
15931
15932 * g++.old-deja/g++.pt/vaarg2.C: New test.
15933 * g++.old-deja/g++.pt/vaarg3.C: New test.
15934
15935 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
15936
15937 * g++.old-deja/g++.other/dyncast6.C: New test.
15938
15939 2000-06-15 Jakub Jelinek <jakub@redhat.com>
15940
15941 * gcc.c-torture/execute/loop-6.c: New test.
15942
15943 2000-06-14 Jakub Jelinek <jakub@redhat.com>
15944
15945 * gcc.dg/20000614-1.c: New test.
15946 * gcc.dg/20000614-2.c: New test.
15947
15948 2000-06-14 Hans-Peter Nilsson <hp@axis.com>
15949
15950 * g++.old-deja/g++.other/inline12.C: New test.
15951
15952 2000-06-13 Jakub Jelinek <jakub@redhat.com>
15953
15954 * g++.old-deja/g++.other/eh1.C: New test.
15955
15956 2000-06-12 Jakub Jelinek <jakub@redhat.com>
15957
15958 * g++.old-deja/g++.other/type.C: New test.
15959
15960 2000-06-05 Jakub Jelinek <jakub@redhat.com>
15961
15962 * g++.old-deja/g++.other/initstring.C: New test.
15963
15964 2000-06-12 Jason Merrill <jason@redhat.com>
15965
15966 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
15967
15968 2000-06-09 Jeffrey A Law (law@cygnus.com)
15969
15970 * gcc.c-torture/compile/20000609-1.c: New test.
15971
15972 2000-06-09 Clinton Popetz <cpopetz@cygnus.com>
15973
15974 * gcc.dg/20000609-1.c: New test.
15975
15976 2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
15977
15978 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
15979 * gcc.c-torture/noncompile/poison-1.c: Move...
15980 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
15981 * gcc.dg/cpp-li1.c: Add a token after the #line.
15982
15983 2000-06-05 Richard Henderson <rth@cygnus.com>
15984
15985 * gcc.c-torture/execute/20000605-2.c: New test.
15986 * gcc.c-torture/execute/20000605-3.c: New test.
15987
15988 2000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
15989
15990 * g77.f-torture/execute/20000503-1.x: New file.
15991
15992 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
15993
15994 * g++.old-deja/g++.eh/badalloc1.C: New test.
15995
15996 2000-06-05 Richard Henderson <rth@cygnus.com>
15997
15998 * gcc.c-torture/execute/20000605-1.c: New test.
15999
16000 2000-06-05 Jakub Jelinek <jakub@redhat.com>
16001 Nathan Sidwell <nathan@codesourcery.com>
16002
16003 * gcc.c-torture/compile/20000605-1.c: New test.
16004
16005 2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
16006
16007 * g77.f-torture/compile/20000601-1.f: New test.
16008
16009 2000-06-03 Richard Henderson <rth@cygnus.com>
16010
16011 * gcc.c-torture/execute/20000603-1.c: New.
16012
16013 2000-06-02 Zack Weinberg <zack@wolery.cumb.org>
16014
16015 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
16016 * gcc.dg/noreturn-2.c (noreturn): Likewise.
16017
16018 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
16019
16020 * gcc.dg/compare2.c (case 12): XFAIL.
16021 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
16022 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
16023
16024 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
16025
16026 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
16027
16028 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
16029 guard macro is already defined when the header is first
16030 included.
16031 * gcc.dg/cpp-mix.h: New file.
16032 * gcc.dg/endif-label.c: Update patterns to match compiler.
16033
16034 * g++.brendan/complex1.C: Declare abort.
16035 * g++.law/refs4.C: Remove XFAIL.
16036 * g++.oliva/expr2.C: Declare abort and exit.
16037
16038 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
16039
16040 * gcc.c-torture/execute/20000528-1.c: New test.
16041
16042 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
16043 * g++.old-deja/g++.law/temps4.C: Likewise.
16044
16045 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
16046 stdlib.h. Call abort() on failure.
16047 * g++.old-deja/g++.law/refs4.C: Likewise.
16048 * g++.old-deja/g++.law/temps4.C: Likewise.
16049 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
16050 * gcc.c-torture/execute/20000112-1.c: Include string.h.
16051
16052 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
16053
16054 Relative to g++.dg/special:
16055 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
16056
16057 Relative to g++.old-deja:
16058 * g++.brendan/complex1.C, g++.jason/optimize2.C,
16059 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
16060 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
16061 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
16062 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
16063 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
16064 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
16065
16066 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
16067 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
16068 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
16069 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
16070 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
16071 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
16072 and/or string.h.
16073
16074 * g++.other/goto1.C: Update expectations for error messages.
16075
16076 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
16077
16078 * gcc.c-torture/compile/20000523-1.c: New test.
16079
16080 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
16081
16082 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
16083
16084 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
16085
16086 * g++.old-deja/g++.eh/catch11.C: New test.
16087 * g++.old-deja/g++.eh/catch12.C: New test.
16088
16089 2000-05-24 Nick Clifton <nickc@cygnus.com>
16090
16091 * gcc.c-torture/execute/20000523-1.c: New test.
16092
16093 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
16094
16095 * c-torture/execute/bcp-1.c: Replace abort in arg of
16096 __builtin_constant_p with a generic external function.
16097
16098 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
16099 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
16100 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
16101 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
16102 Prototype abort and/or exit.
16103
16104 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
16105 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
16106 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
16107 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
16108
16109 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
16110
16111 * gcc.dg/dwarf2-1.c: New test.
16112
16113 2000-05-20 Richard Henderson <rth@cygnus.com>
16114
16115 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
16116
16117 2000-05-20 Andreas Jaeger <aj@suse.de>
16118
16119 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
16120 testcase.
16121
16122 2000-05-19 David Edelsohn <edelsohn@gnu.org>
16123
16124 * gcc.c-torture/execute/20000519-2.c: New test.
16125
16126 2000-05-19 Andreas Jaeger <aj@suse.de>
16127
16128 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
16129 which fails with SSA.
16130
16131 * lib/c-torture.exp: Also test with -O3 -fssa.
16132
16133 2000-05-18 Michael Meissner <meissner@redhat.com>
16134
16135 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
16136 * gcc.c-torture/execute/920415-1.c: Ditto.
16137 * gcc.c-torture/execute/920501-1.c: Ditto.
16138 * gcc.c-torture/execute/conversion.c: Ditto.
16139 * gcc.c-torture/execute/cvt-1.c: Ditto.
16140
16141 2000-05-18 Jeffrey A Law (law@cygnus.com)
16142
16143 * gcc.c-torture/compile/20000518-1.c: New test.
16144
16145 2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
16146
16147 * g77.f-torture/compile/200005018.f: New test.
16148
16149 2000-05-17 Jeffrey A Law (law@cygnus.com)
16150
16151 * gcc.c-torture/compile/20000517-1.c: New test.
16152
16153 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16154
16155 * gcc.c-torture/execute/20000516-1.c: New test.
16156
16157 2000-05-15 Jakub Jelinek <jakub@redhat.com>
16158
16159 * g++.old-deja/g++.other/eh.C: New test.
16160
16161 2000-05-12 Richard Henderson <rth@cygnus.com>
16162
16163 * gcc.c-torture/execute/990208-1.c (main): Don't pass
16164 constants through to doit's conditional.
16165
16166 2000-05-11 Jeffrey A Law (law@cygnus.com)
16167
16168 * gcc.c-torture/compile/20000511-1.c: New test.
16169 * g77.f-torture/compile/20000511-1.f: New test.
16170 * g77.f-torture/compile/20000511-2.f: New test.
16171
16172 2000-05-11 Michael Meissner <meissner@redhat.com>
16173
16174 * gcc.c-torture/execute/20000511-1.c: New test.
16175
16176 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
16177
16178 * gcc.dg/dg.exp: Scan .S files as well as .c files.
16179 * gcc.dg/20000510-1.S: New.
16180
16181 2000-05-08 Catherine Moore <clm@cygnus.com>
16182
16183 * gcc.dg/unused-3.c: New.
16184
16185 2000-05-06 Richard Henderson <rth@cygnus.com>
16186
16187 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
16188 * g++.old-deja/g++.mike/warn1.C: Likewise.
16189 * g++.old-deja/g++.pt/local1.C: Likewise.
16190 * g++.old-deja/g++.pt/local7.C: Likewise.
16191 * g++.old-deja/g++.pt/spec16.C: Likewise.
16192
16193 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
16194
16195 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
16196
16197 2000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
16198
16199 * g77.f-torture/execute/20000503-1.f: New test.
16200
16201 2000-05-04 Andreas Jaeger <aj@suse.de>
16202
16203 * gcc.dg/noreturn-2.c: New test.
16204
16205 2000-05-04 Neil Booth <NeilB@earthling.net>
16206
16207 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
16208 preprocessor.
16209
16210 2000-05-04 Richard Henderson <rth@cygnus.com>
16211
16212 * gcc.c-torture/execute/20000503-1.c: Fix typo.
16213
16214 2000-05-04 Richard Henderson <rth@cygnus.com>
16215
16216 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
16217 OpenSSL by Jason R Thorpe.
16218
16219 2000-05-03 Jim Wilson <wilson@cygnus.com>
16220
16221 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
16222
16223 2000-05-03 Robert Lipe <robertlipe@usa.net>
16224
16225 * gcc.dg/20000503-1.c: New test.
16226
16227 2000-05-02 Jakub Jelinek <jakub@redhat.com>
16228
16229 * gcc.c-torture/compile/20000502-1.c: New test.
16230 * g++.old-deja/g++.other/align.C: New test.
16231 * gcc.dg/cpp-tradstringify.c: New test.
16232
16233 Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
16234
16235 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
16236 and hard registers.
16237
16238 2000-04-26 Geoff Keating <geoffk@cygnus.com>
16239
16240 * gcc.c-torture/execute/loop-5.c: New test.
16241
16242 2000-04-25 Jakub Jelinek <jakub@redhat.com>
16243
16244 * gcc.c-torture/execute/va-arg-20.c: New test.
16245
16246 2000-04-23 Jeffrey A Law (law@cygnus.com)
16247
16248 * gcc.c-torture/execute/20000422-1.c: New test.
16249
16250 2000-04-20 Greg McGary <gkm@gnu.org>
16251
16252 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
16253 when optimizing, but without sibling-call optimizations (-O1).
16254
16255 2000-04-20 Jeffrey A Law (law@cygnus.com)
16256
16257 * gcc.c-torture/compile/20000420-1.c: New test.
16258
16259 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
16260
16261 * g++.abi/ptrflags.C: New test.
16262 * g++.eh/catchptr1.C: Test incomplete pointer chains.
16263
16264 2000-04-19 Catherine Moore <clm@cygnus.com>
16265
16266 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
16267
16268 2000-04-19 Greg McGary <gkm@gnu.org>
16269
16270 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
16271 sibling-call optimizations.
16272
16273 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
16274
16275 * gcc.dg/20000419-1.c: New test.
16276
16277 2000-04-12 Hans-Peter Nilsson <hp@axis.com>
16278
16279 * gcc.c-torture/execute/20000412-6.c: New test.
16280
16281 2000-04-12 Jeffrey A Law (law@cygnus.com)
16282
16283 * gcc.c-torture/execute/20000412-5.c: New test.
16284 * g77.f-torture/compile/20000412-1.f: New test.
16285 * gcc.c-torture/execute/20000412-4.c: New test.
16286 * gcc.c-torture/compile/20000412-2.c: New test.
16287 * gcc.c-torture/execute/20000412-3.c: New test.
16288 * gcc.c-torture/compile/20000412-1.c: New test.
16289 * gcc.c-torture/execute/20000412-2.c: New test.
16290
16291 2000-04-12 Jakub Jelinek <jakub@redhat.com>
16292
16293 * objc/execute/bf-20.m: New test.
16294
16295 2000-04-10 Richard Henderson <rth@cygnus.com>
16296
16297 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
16298
16299 * gcc.c-torture/execute/20000412-1.c: New test.
16300
16301 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
16302
16303 * g++.old-deja/g++.eh/catchptr1.C: New test.
16304
16305 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
16306
16307 * g++.old-deja/g++.abi/cxa_vec.C: New test.
16308
16309 2000-04-08 Neil Booth <NeilB@earthling.net>
16310
16311 * gcc.dg/cpp-nullchar.c: Remove test as
16312 embedded nulls cause problems.
16313
16314 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16315
16316 * gcc.dg/compare2.c: New test.
16317
16318 2000-04-08 Neil Booth <NeilB@earthling.net>
16319
16320 * gcc.dg/cpp-nullchar.c: New test.
16321
16322 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
16323
16324 * gcc.dg/cpp-mi2.c: New test.
16325 * gcc.dg/cpp-mi2[abc].h: New files.
16326
16327 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
16328
16329 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
16330 member name.
16331
16332 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
16333
16334 * g++.old-deja/g++.abi/vmihint.C: New test.
16335
16336 2000-04-06 Neil Booth <NeilB@earthling.net>
16337
16338 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
16339 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
16340 copyright.
16341
16342 2000-04-05 Hans-Peter Nilsson <hp@axis.com>
16343
16344 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
16345 avoid stack-frame overwrite.
16346
16347 2000-04-05 Jakub Jelinek <jakub@redhat.com>
16348
16349 * gcc.c-torture/compile/20000405-2.c: New test.
16350 * gcc.c-torture/compile/20000405-3.c: New test.
16351
16352 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16353
16354 * gcc.c-torture/compile/20000405-1.c: New test.
16355
16356 2000-04-04 Geoff Keating <geoffk@cygnus.com>
16357
16358 * gcc.dg/cast-qual-1.c: Revert last change.
16359
16360 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16361
16362 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
16363
16364 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
16365
16366 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
16367 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
16368
16369 2000-04-03 Jeffrey A Law (law@cygnus.com)
16370
16371 * gcc.c-torture/compile/20000403-2.c: New test.
16372 * gcc.c-torture/compile/20000403-1.c: New test.
16373
16374 2000-04-03 Hans-Peter Nilsson <hp@axis.com>
16375
16376 * gcc.c-torture/execute/20000403-1.c: New test.
16377
16378 2000-04-03 Geoff Keating <geoffk@cygnus.com>
16379
16380 * gcc.c-torture/execute/20000402-1.c: New test.
16381
16382 2000-04-03 Donald Lindsay <dlindsay@cygnus.com>
16383
16384 * gcc.c-torture/execute/va-arg-15.c: New test.
16385 * gcc.c-torture/execute/va-arg-16.c: New test.
16386 * gcc.c-torture/execute/va-arg-17.c: New test.
16387 * gcc.c-torture/execute/va-arg-18.c: New test.
16388 * gcc.c-torture/execute/va-arg-19.c: New test.
16389
16390 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
16391
16392 * gcc.c-torture/compile/981211-1.c: Move to...
16393 * gcc.dg/cpp-as1.c: ...here.
16394 * gcc.dg/cpp-as2.c: New file.
16395
16396 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
16397 compiler.
16398
16399 2000-04-02 Neil Booth <NeilB@earthling.net>
16400
16401 * gcc.dg/cpp-cond.c New tests.
16402 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
16403 accidental success less likely.
16404 * gcc.dg/cpp-missingop.c New tests.
16405 * gcc.dg/cpp-missingparen.c New tests.
16406 * gcc.dg/cpp-shift.c New tests.
16407 * gcc.dg/cpp-shortcircuit.c New tests.
16408 * gcc.dg/cpp-unary.c New tests.
16409
16410 2000-03-29 Jeffrey A Law (law@cygnus.com)
16411
16412 * gcc.c-torture/compile/20000329-1.c: New test.
16413
16414 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
16415
16416 * gcc.c-torture/compile/20000326-1.c: New test.
16417 * gcc.c-torture/compile/20000326-2.c: New test.
16418
16419 2000-03-24 Geoff Keating <geoffk@cygnus.com>
16420
16421 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
16422 the first parameter is a function argument.
16423
16424 2000-03-23 Nathan Sidwell <nathan@codesourcery.com>
16425
16426 * g++.old-deja/g++.ext/array4.C: New test.
16427
16428 2000-03-22 Geoff Keating <geoffk@cygnus.com>
16429
16430 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
16431
16432 2000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16433
16434 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
16435
16436 2000-03-19 Richard Henderson <rth@cygnus.com>
16437
16438 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
16439
16440 2000-03-19 Richard Henderson <rth@cygnus.com>
16441
16442 * gcc.c-torture/compile/20000319-1.c: New test.
16443
16444 2000-03-14 Jeffrey A Law (law@cygnus.com)
16445
16446 * gcc.c-torture/execute/20000314-3.c: New test.
16447 * gcc.c-torture/execute/20000314-2.c: New test.
16448 * gcc.c-torture/execute/20000314-1.c: New test.
16449 * gcc.c-torture/compile/20000314-2.c: New test.
16450 * gcc.c-torture/compile/20000314-1.c: New test.
16451
16452 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
16453
16454 * g++.old-deja/g++.warn/inline.C: New test.
16455
16456 2000-03-10 Hans-Peter Nilsson <hp@bitrange.com>
16457
16458 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
16459 standards-compliant result rather than specific constants.
16460 Put test-values in array.
16461
16462 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
16463
16464 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
16465 (g++_target_compile): Put test-specific options last.
16466
16467 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
16468
16469 * g++.old-deja/g++.eh/vbase4.C: New test.
16470
16471 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
16472
16473 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
16474
16475 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
16476
16477 * g++.old-deja/g++.brendan/misc12.C: Removed.
16478 * g++.old-deja/g++.pt/memtemp77.C: Constify.
16479 * g++.old-deja/g++.ext/pretty4.C: New test.
16480
16481 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
16482
16483 * g++.old-deja/g++.other/string2.C: New test.
16484
16485 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
16486
16487 * g++.old-deja/g++.warn/impint2.C: New test.
16488
16489 2000-03-05 Hans-Peter Nilsson <hp@bitrange.com>
16490
16491 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
16492 is 1, not zero.
16493
16494 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
16495
16496 * g++.old-deja/g++.warn/impint.C: New test.
16497 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
16498 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
16499 * g++.old-deja/g++.pt/explicit12.C: Likewise.
16500 * g++.old-deja/g++.pt/explicit13.C: Likewise.
16501 * g++.old-deja/g++.pt/explicit17.C: Likewise.
16502 * g++.old-deja/g++.pt/explicit18.C: Likewise.
16503 * g++.old-deja/g++.pt/explicit19.C: Likewise.
16504 * g++.old-deja/g++.pt/explicit23.C: Likewise.
16505 * g++.old-deja/g++.pt/explicit31.C: Likewise.
16506 * g++.old-deja/g++.pt/explicit35.C: Likewise.
16507 * g++.old-deja/g++.pt/explicit6.C: Likewise.
16508 * g++.old-deja/g++.pt/memclass7.C: Likewise.
16509
16510 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
16511
16512 * gcc.dg/cpp-redef.c: New test.
16513
16514 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
16515
16516 * g++.old-deja/g++.pt/unify7.C: New test.
16517
16518 2000-02-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16519
16520 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
16521 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
16522
16523 2000-02-25 Geoff Keating <geoffk@cygnus.com>
16524
16525 * gcc.c-torture/compile/20000224-1.c: New test.
16526
16527 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16528
16529 * gcc.c-torture/compile/cpp-2.c: New test.
16530 * gcc.c-torture/compile/cpp-1.c: New test.
16531
16532 2000-02-25 Jeffrey A Law (law@cygnus.com)
16533
16534 * gcc.c-torture/execute/20000225-1.c: New test.
16535
16536 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16537
16538 * gcc.dg/cpp-li2.c: New test.
16539
16540 * gcc.dg/cpp-wi1.c: New test.
16541
16542 * gcc.dg/cpp-li1.c: New test.
16543
16544 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
16545
16546 * g++.old-deja/g++.other/sizeof5.C: New test.
16547
16548 2000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16549
16550 * gcc.c-torture/execute/va-arg-13.c: New test.
16551
16552 2000-02-23 Donald Lindsay <dlindsay@cygnus.com>
16553
16554 * gcc.c-torture/execute/va-arg-12.c: New test.
16555
16556 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
16557
16558 * gcc.c-torture/execute/20000223-1.c: New test.
16559
16560 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
16561
16562 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
16563
16564 2000-02-22 Mark Mitchell <mark@codesourcery.com>
16565
16566 * g++.old-deja/g++.abi/ptrmem.C: New test.
16567
16568 2000-02-19 Richard Henderson <rth@cygnus.com>
16569
16570 * gcc.c-torture/compile/init-3.c: New.
16571
16572 2000-02-17 Mark Mitchell <mark@codesourcery.com>
16573
16574 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
16575 ALWAYS_CXXFLAGS.
16576
16577 2000-02-11 Robert Lipe <robertl@sco.com>
16578
16579 * gcc.c-torture/compile/20000211-3.c: New test.
16580
16581 2000-02-11 Martin Buchholz <martin@xemacs.org>
16582
16583 * gcc.c-torture/compile/20000211-2.c: New test.
16584
16585 2000-02-11 Jeffrey A Law (law@cygnus.com)
16586
16587 * gcc.c-torture/compile/20000211-1.c: New test.
16588
16589 2000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
16590
16591 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
16592 on native targets
16593
16594 2000-02-08 Nathan Sidwell <nathan@acm.org>
16595
16596 * g++.old-deja/g++.other/cast5.C: New test.
16597
16598 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
16599
16600 * gcc.c-torture/execute/20000205-1.c: New.
16601
16602 2000-02-03 Nathan Sidwell <nathan@acm.org>
16603
16604 * g++.old-deja/g++.jason/cast3.C: Return void.
16605 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
16606
16607 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16608
16609 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
16610
16611 * gcc.dg/loop-1.c: New test.
16612
16613 2000-01-27 Jakub Jelinek <jakub@redhat.com>
16614
16615 * gcc.c-torture/compile/20000127-1.c: New test.
16616 * gcc.c-torture/execute/991228-1.c: New test.
16617
16618 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16619
16620 * gcc.dg/unused-2.c: New test.
16621
16622 * gcc.dg/conv-1.c: New test.
16623
16624 2000-01-24 Mark Mitchell <mark@codesourcery.com>
16625
16626 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
16627 compiler.
16628 (tool_option_proc): Fix typo.
16629
16630 2000-01-24 Geoff Keating <geoffk@cygnus.com>
16631
16632 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
16633 of the ld on the host, not on the build machine.
16634 Also, don't crash if '--help' is not a supported option.
16635
16636 2000-01-24 Richard Henderson <rth@cygnus.com>
16637
16638 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
16639
16640 2000-01-20 Jeffrey A Law (law@cygnus.com)
16641
16642 * gcc.c-torture/execute/20000120-2.c: New test.
16643 * gcc.c-torture/execute/20000120-1.c: New test.
16644
16645 2000-01-13 Jeffrey A Law (law@cygnus.com)
16646
16647 * gcc.c-torture/execute/20000113-1.c: New test.
16648
16649 2000-01-12 Jeffrey A Law (law@cygnus.com)
16650
16651 * gcc.c-torture/execute/20000112-1.c: New test.
16652
16653 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16654
16655 * gcc.dg/20000111-1.c: New test.
16656
16657 2000-01-10 Jeffrey A Law (law@cygnus.com)
16658
16659 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
16660 with 16 bit integers.
16661
16662 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16663
16664 * gcc.dg/20000108-1.c: New test.
16665
16666 2000-01-05 Nathan Sidwell <nathan@acm.org>
16667
16668 * g++.old-deja/g++.ns/koenig8.C: New test.
16669
16670 2000-01-05 Nathan Sidwell <nathan@acm.org>
16671
16672 * g++.old-deja/g++.other/cast4.C: New test.
16673
16674 2000-01-05 Jeffrey A Law (law@cygnus.com)
16675
16676 * gcc.c-torture/compile/20000105-2.c: New test.
16677 * gcc.c-torture/compile/20000105-1.c: New test.
16678
16679 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16680
16681 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
16682 references to printf & atoi to conform to ANSI standard.
16683 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
16684 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
16685 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
16686 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
16687 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
16688 * g++.old-deja/g++.brendan/complex1.C: Likewise.
16689 * g++.old-deja/g++.brendan/copy1.C: Likewise.
16690 * g++.old-deja/g++.brendan/copy2.C: Likewise.
16691 * g++.old-deja/g++.brendan/copy3.C: Likewise.
16692 * g++.old-deja/g++.brendan/copy4.C: Likewise.
16693 * g++.old-deja/g++.brendan/copy5.C: Likewise.
16694 * g++.old-deja/g++.brendan/copy6.C: Likewise.
16695 * g++.old-deja/g++.brendan/copy7.C: Likewise.
16696 * g++.old-deja/g++.brendan/copy8.C: Likewise.
16697 * g++.old-deja/g++.brendan/crash11.C: Likewise.
16698 * g++.old-deja/g++.brendan/crash14.C: Likewise.
16699 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
16700 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
16701 * g++.old-deja/g++.brendan/delete2.C: Likewise.
16702 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
16703 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
16704 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
16705 * g++.old-deja/g++.brendan/eh1.C: Likewise.
16706 * g++.old-deja/g++.brendan/groff1.C: Likewise.
16707 * g++.old-deja/g++.brendan/init3.C: Likewise.
16708 * g++.old-deja/g++.brendan/misc12.C: Likewise.
16709 * g++.old-deja/g++.brendan/misc7.C: Likewise.
16710 * g++.old-deja/g++.brendan/new2.C: Likewise.
16711 * g++.old-deja/g++.brendan/operators4.C: Likewise.
16712 * g++.old-deja/g++.brendan/operators5.C: Likewise.
16713 * g++.old-deja/g++.brendan/overload2.C: Likewise.
16714 * g++.old-deja/g++.brendan/overload7.C: Likewise.
16715 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
16716 * g++.old-deja/g++.brendan/reference1.C: Likewise.
16717 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
16718 * g++.old-deja/g++.brendan/template24.C: Likewise.
16719 * g++.old-deja/g++.brendan/template3.C: Likewise.
16720 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
16721 * g++.old-deja/g++.jason/inline3.C: Likewise.
16722 * g++.old-deja/g++.jason/opeq.C: Likewise.
16723 * g++.old-deja/g++.law/arg5.C: Likewise.
16724 * g++.old-deja/g++.law/arm7.C: Likewise.
16725 * g++.old-deja/g++.law/ctors11.C: Likewise.
16726 * g++.old-deja/g++.law/cvt8.C: Likewise.
16727 * g++.old-deja/g++.law/init9.C: Likewise.
16728 * g++.old-deja/g++.law/refs4.C: Likewise.
16729 * g++.old-deja/g++.law/template2.C: Likewise.
16730 * g++.old-deja/g++.law/visibility24.C: Likewise.
16731 * g++.old-deja/g++.law/vtable3.C: Likewise.
16732 * g++.old-deja/g++.mike/asm2.C: Likewise.
16733 * g++.old-deja/g++.mike/eh1.C: Likewise.
16734 * g++.old-deja/g++.mike/misc1.C: Likewise.
16735 * g++.old-deja/g++.mike/misc13.C: Likewise.
16736 * g++.old-deja/g++.mike/misc14.C: Likewise.
16737 * g++.old-deja/g++.mike/ns12.C: Likewise.
16738 * g++.old-deja/g++.mike/p1248.C: Likewise.
16739 * g++.old-deja/g++.mike/p3708.C: Likewise.
16740 * g++.old-deja/g++.mike/p3708a.C: Likewise.
16741 * g++.old-deja/g++.mike/p3708b.C: Likewise.
16742 * g++.old-deja/g++.mike/p646.C: Likewise.
16743 * g++.old-deja/g++.mike/p700.C: Likewise.
16744 * g++.old-deja/g++.mike/p783.C: Likewise.
16745 * g++.old-deja/g++.mike/p783a.C: Likewise.
16746 * g++.old-deja/g++.mike/p783b.C: Likewise.
16747 * g++.old-deja/g++.mike/p786.C: Likewise.
16748 * g++.old-deja/g++.mike/p789.C: Likewise.
16749 * g++.old-deja/g++.mike/p789a.C: Likewise.
16750 * g++.old-deja/g++.mike/p807a.C: Likewise.
16751 * g++.old-deja/g++.other/delete3.C: Likewise.
16752 * g++.old-deja/g++.other/dyncast1.C: Likewise.
16753 * g++.old-deja/g++.other/dyncast2.C: Likewise.
16754 * g++.old-deja/g++.other/dyncast3.C: Likewise.
16755 * g++.old-deja/g++.other/empty1.C: Likewise.
16756 * g++.old-deja/g++.other/temporary1.C: Likewise.
16757 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
16758 * g++.old-deja/g++.pt/t16.C: Likewise.
16759 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
16760
16761 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
16762
16763 * gcc.dg/991230-1.c: New test.
16764
16765 1999-12-29 Jeffrey A Law (law@cygnus.com)
16766
16767 * gcc.c-torture/compile/991229-3.c: New test.
16768 * gcc.c-torture/compile/991229-2.c: New test.
16769 * gcc.c-torture/compile/991229-1.c: New test.
16770
16771 1999-12-29 Greg McGary <gkm@eng.ascend.com>
16772
16773 * gcc.c-torture/compile/labels-2.c: New test.
16774
16775 1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
16776
16777 * gcc.c-torture/execute/991227-1.c: New test.
16778
16779 1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16780
16781 * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
16782
16783 1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
16784
16785 * gcc.c-torture/execute/991221-1.c: New test.
16786
16787 1999-12-20 Nathan Sidwell <nathan@acm.org>
16788
16789 * g++.old-deja/g++.other/cast3.C: New test.
16790
16791 1999-12-16 Bernd Schmidt <bernds@cygnus.co.uk>
16792
16793 * gcc.c-torture/execute/991216-4.c: New test.
16794
16795 1999-12-16 Michael Meissner <meissner@cygnus.com>
16796
16797 * gcc.c-torture/execute/991216-1.c: New test.
16798 * gcc.c-torture/execute/991216-2.c: New test.
16799 * gcc.c-torture/execute/991216-3.c: New test.
16800
16801 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
16802
16803 * gcc.dg/991214-1.c: Use "__asm__", not "asm".
16804 Actually make the test fail by using "-O2" for compilation.
16805
16806 1999-12-15 Nathan Sidwell <nathan@acm.org>
16807
16808 * g++.old-deja/g++.warn/cast-align1.C: New test.
16809
16810 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
16811
16812 * gcc.c-torture/compile/991214-1.c: New test.
16813 * gcc.c-torture/compile/991214-2.c: New test.
16814
16815 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
16816
16817 * gcc.dg/991214-1.c: New test.
16818
16819 1999-12-13 Jeffrey A Law (law@cygnus.com)
16820
16821 * gcc.c-torture/compile/991213-3.c: New test.
16822 * gcc.c-torture/compile/991213-2.c: New test.
16823 * gcc.c-torture/compile/991213-1.c: New test.
16824
16825 1999-12-10 J"orn Rennecke <amylaar@cygnus.co.uk>
16826
16827 * gcc.dg/991209-1.c: New test.
16828
16829 1999-12-08 Nathan Sidwell <nathan@acm.org>
16830
16831 * gcc.c-torture/compile/991208-1.c: New test.
16832
16833 1999-12-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16834
16835 * gcc.dg/ultrasp2.c: New test.
16836
16837 1999-12-05 Alex Samuel <samuel@codesourcery.com>
16838
16839 * g++.old-deja/g++.abi/align.C (main): Fix typo.
16840
16841 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
16842
16843 * gcc.c-torture/compile/991202-1.c: New test.
16844 * gcc.c-torture/execute/991202-1.c: New test.
16845 * gcc.c-torture/execute/991202-2.c: New test.
16846 * gcc.c-torture/execute/991202-3.c: New test.
16847
16848 1999-12-02 Alex Samuel <samuel@codesourcery.com>
16849
16850 * g++.old-deja/g++.abi/align.C: New test.
16851 * g++.old-deja/g++.abi/aggregates.C: Likewise.
16852 * g++.old-deja/g++.abi/bitfields.C: Likewise.
16853
16854 1999-12-01 Richard Henderson <rth@cygnus.com>
16855
16856 * gcc.c-torture/execute/991201-1.c: New.
16857
16858 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
16859
16860 * gcc.dg/991129-1.c: New test.
16861
16862 1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
16863
16864 * gcc.c-torture/compile/991127-1.c: New test.
16865
16866 1999-11-22 Nathan Sidwell <nathan@acm.org>
16867
16868 * g++.old-deja/g++.other/warn4.C: New test.
16869
16870 1999-11-22 Nathan Sidwell <nathan@acm.org>
16871
16872 * g++.old-deja/g++.eh/cleanup2.C: New test.
16873 * g++.old-deja/g++.ext/pretty2.C: New test.
16874 * g++.old-deja/g++.ext/pretty3.C: New test.
16875 * g++.old-deja/g++.other/debug6.C: New test.
16876
16877 1999-10-20 Jim Wilson <wilson@cygnus.com>
16878
16879 * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
16880 compiler_output to look for one error message instead of two.
16881
16882 1999-11-19 Geoffrey Keating <geoffk@cygnus.com>
16883
16884 * gcc.c-torture/execute/991118-1.c: Also test case
16885 where the word boundary does not split a byte evenly.
16886
16887 1999-11-19 Nathan Sidwell <nathan@acm.org>
16888
16889 * g++.old-deja/g++.ext/restrict1.C: New test.
16890
16891 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16892
16893 * gcc.c-torture/execute/991118-1.c: New test.
16894
16895 1999-11-16 Geoffrey Keating <geoffk@cygnus.com>
16896
16897 * g77.f-torture/execute/u77-test.f (wd): Allow for longer
16898 working directory pathnames.
16899
16900 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
16901
16902 * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
16903 host is equipped with driver.h and driver.o so it can actually
16904 compile and run the tests.
16905
16906 1999-10-08 Bernd Schmidt <bernds@cygnus.co.uk>
16907
16908 * gcc.c-torture/compile/991008-1.c: New test.
16909
16910 1999-11-08 Nick Clifton <nickc@cygnus.com>
16911
16912 * lib/gcc-dg.exp: Include target-supports.exp
16913
16914 1999-11-05 Nick Clifton <nickc@cygnus.com>
16915
16916 * lib/target-supports.exp: New file: Provide procs to test for
16917 features supported by the target.
16918 (check_weak_available): Moved here from ecos.exp.
16919 (check_alias_available): New proc: Determine of the target
16920 toolchain supports the alias attribute.
16921
16922 * gcc.dg/special/ecos.exp: Move check_weak_available to
16923 target-supports.exp.
16924 (alias-1.c): Only perform the test if the target supports
16925 aliases.
16926 (wkali-1.c): Only perform the test if the target supports
16927 aliases.
16928
16929 * gcc.dg/990506-0.c: Expect error messages from cross
16930 targets as well as native targets.
16931
16932 1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16933
16934 * gcc.dg/ultrasp1.c: Removed xfail.
16935 * gcc.dg/struct-ret-2.c: Likewise.
16936 * gcc.dg/array-1.c: Likewise.
16937
16938 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
16939
16940 * gcc.dg/struct-ret-2.c: New test.
16941
16942 * gcc.dg/array-1.c: New test.
16943
16944 1999-10-30 Stephen L Moshier <moshier@mediaone.net>
16945
16946 * gcc.c-torture/execute/991030-1.c: New test.
16947
16948 1999-10-26 Richard Henderson <rth@cygnus.com>
16949
16950 * gcc.c-torture/compile/991026-2.c: New test.
16951
16952 1999-10-26 Jeffrey A Law (law@cygnus.com)
16953
16954 * gcc.c-torture/compile/991026-1.c: New test.
16955
16956 1999-10-23 Jeffrey A Law (law@cygnus.com)
16957
16958 * gcc.c-torture/execute/991023-1.c: New test.
16959
16960 1999-10-19 Jeffrey A Law (law@cygnus.com)
16961
16962 * gcc.c-torture/execute/991019-1.c: New test.
16963
16964 1999-10-16 Richard Henderson <rth@cygnus.com>
16965
16966 * gcc.c-torture/execute/991016-1.c: New test.
16967
16968 1999-10-14 Stephane Carrez <stcarrez@worldnet.fr>
16969
16970 * gcc.c-torture/execute/991014-1.c: New test.
16971
16972 1999-10-13 J"orn Rennecke <amylaar@cygnus.co.uk>
16973
16974 * g++.old-deja/g++.other/union2.C: New test.
16975
16976 1999-10-13 Nathan Sidwell <nathan@acm.org>
16977
16978 * g++.old-deja/g++.other/vaarg2.C: New test.
16979 * g++.old-deja/g++.other/vaarg3.C: New test.
16980
16981 1999-10-12 Craig Burley <craig@jcb-sc.com>
16982
16983 * g77.f-torture/noncompile/19990905-1.f: Moved from being
16984 in compile/.
16985
16986 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
16987
16988 * gcc.c-torture/execute/va-arg-11.c: New test.
16989
16990 1999-10-01 Mark P. Mitchell <mark@codesourcery.com>
16991
16992 * lib/file-format.exp (gcc_target_object_format): Don't
16993 crash if objdump is unavailable.
16994
16995 1999-09-29 Donn Terry <donn@interix.com>
16996
16997 * gcc.misc-tests/mg.exp: delete extraneous redirection.
16998
16999 1999-09-28 Nick Clifton <nickc@cygnus.com>
17000
17001 * gcc.c-torture/compile/990928-1.c: New test.
17002
17003 1999-09-28 Nathan Sidwell <nathan@acm.org>
17004
17005 * g++.old-deja/g++.other/decl6.C: New test.
17006
17007 1999-09-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17008
17009 * gcc.c-torture/execute/va-arg-10.c: New test.
17010
17011 1999-09-27 Nathan Sidwell <nathan@acm.org>
17012
17013 * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
17014 __PRETTY_FUNCTION__.
17015
17016 1999-09-23 Nick Clifton <nickc@cygnus.com>
17017
17018 * gcc.c-torture/execute/990923-1.c: New test.
17019
17020 1999-09-21 Nick Clifton <nickc@cygnus.com>
17021
17022 * gcc.c-torture/special/special.exp: Add FR30 to list of targets
17023 for which -fpic is inappropriate.
17024
17025 1999-09-21 Mark Mitchell <mark@codesourcery.com>
17026
17027 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
17028
17029 1999-09-21 Nathan Sidwell <nathan@acm.org>
17030
17031 * g++.old-deja/g++.other/dyncast1.C: New test.
17032 * g++.old-deja/g++.other/dyncast2.C: New test.
17033 * g++.old-deja/g++.other/dyncast3.C: New test.
17034 * g++.old-deja/g++.other/dyncast4.C: New test.
17035 * g++.old-deja/g++.other/dyncast5.C: New test.
17036 * g++.old-deja/g++.eh/catch3.C: New test.
17037 * g++.old-deja/g++.eh/catch3p.C: New test.
17038 * g++.old-deja/g++.eh/catch4.C: New test.
17039 * g++.old-deja/g++.eh/catch4p.C: New test.
17040 * g++.old-deja/g++.eh/catch5.C: New test.
17041 * g++.old-deja/g++.eh/catch5p.C: New test.
17042 * g++.old-deja/g++.eh/catch6.C: New test.
17043 * g++.old-deja/g++.eh/catch6p.C: New test.
17044 * g++.old-deja/g++.eh/catch7.C: New test.
17045 * g++.old-deja/g++.eh/catch7p.C: New test.
17046 * g++.old-deja/g++.eh/catch8.C: New test.
17047 * g++.old-deja/g++.eh/catch8p.C: New test.
17048 * g++.old-deja/g++.eh/catch9.C: New test.
17049 * g++.old-deja/g++.eh/catch9p.C: New test.
17050
17051 1999-09-13 Nathan Sidwell <nathan@acm.org>
17052
17053 * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
17054 * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
17055
17056 1999-09-13 Jeffrey A Law (law@cygnus.com)
17057
17058 * gcc.c-torture/compile/990913-1.c: New test.
17059
17060 1999-09-10 Nathan Sidwell <nathan@acm.org>
17061
17062 * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
17063 * g++.old-deja/g++.jason/rfg5.C: Likewise.
17064
17065 1999-09-09 Richard Henderson <rth@cygnus.com>
17066
17067 * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
17068
17069 1999-09-09 Nathan Sidwell <nathan@acm.org>
17070
17071 * g++.old-deja/g++.other/lookup11.C: New test.
17072 * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
17073 what is permitted and what we want.
17074 * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
17075 overload use.
17076 * g++.old-deja/g++.jason/rfg5.C: Likewise
17077
17078 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
17079
17080 * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
17081 * gcc.c-torture/noncompile/poison-1.c: New file.
17082
17083 1999-09-08 Nathan Sidwell <nathan@acm.org>
17084
17085 * g++.old-deja/g++.other/sizeof3.C: New test.
17086 * g++.old-deja/g++.other/sizeof4.C: New test.
17087 * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
17088 * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
17089
17090 1999-09-07 Richard Henderson <rth@cygnus.com>
17091
17092 * gcc.dg/va-arg-1.c: New.
17093
17094 1999-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17095
17096 * gcc.c-torture/execute/va-arg-9.c: New test.
17097
17098 1999-09-05 Craig Burley <craig@jcb-sc.com>
17099
17100 * g77.f-torture/compile/980519-2.f: New test.
17101 * g77.f-torture/compile/19990905-0.f: New test.
17102 * g77.f-torture/compile/19990905-1.f: New test.
17103 * g77.f-torture/compile/19990905-2.f: New test.
17104
17105 * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
17106
17107 1999-09-03 Richard Earnshaw <rearnsha@arm.com>
17108
17109 * gcc.c-torture/execute/990827-1.c: Fix typo.
17110
17111 1999-09-03 Nathan Sidwell <nathan@acm.org>
17112
17113 * g++.old-deja/g++.other/deref1.C: New test.
17114
17115 1999-09-02 Nathan Sidwell <nathan@acm.org>
17116
17117 * g++.old-deja/g++.other/ambig2.C: New test.
17118 * g++.old-deja/g++.other/cond5.C: New test.
17119 * g++.old-deja/g++.other/lookup16.C: New test.
17120
17121 1999-09-02 Marc Espie <espie@cvs.openbsd.org>
17122
17123 * gcc.dg/980414-1.c: Fix assembler syntax to work with old
17124 assemblers too.
17125
17126 1999-08-31 Jeffrey A Law (law@cygnus.com)
17127
17128 * lib/c-torture.exp: Avoid the "compare executables" optimization
17129 when testing native.
17130
17131 1999-08-29 Jeffrey A Law (law@cygnus.com)
17132
17133 * gcc.c-torture/execute/990829-1.c: New test.
17134 * gcc.c-torture/compile/990829-1.c: New test.
17135
17136 1999-08-27 Paul Burchard <burchard@pobox.com>
17137
17138 * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
17139 * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
17140 * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
17141 * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
17142 * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
17143 * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
17144 * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
17145 * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
17146 * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
17147 * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
17148 * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
17149
17150 1999-08-27 Jeffrey A Law (law@cygnus.com)
17151
17152 * gcc.c-torture/execute/990827-1.c: New test.
17153
17154 1999-08-26 Craig Burley <craig@jcb-sc.com>
17155
17156 * g77.f-torture/noncompile/19990826-4.f: New test.
17157
17158 * g77.f-torture/compile/19990826-3.f: New test.
17159
17160 * g77.f-torture/execute/19990826-2.f: New test.
17161
17162 * g77.f-torture/compile/19990826-1.f: New test.
17163
17164 * gcc.c-torture/execute/990826-0.c: New test.
17165 * g77.c-torture/execute/19990826-0.f: New test.
17166
17167 * g77.f-torture/noncompile/970626-2.f: New test.
17168
17169 1999-08-25 Paul Burchard <burchard@pobox.com>
17170
17171 * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
17172 lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
17173 lss-011.C: New tests.
17174
17175 1999-08-25 Nathan Sidwell <nathan@acm.org>
17176
17177 * g++.old-deja/g++.other/decl5.C: New test.
17178
17179 1999-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17180
17181 * noncompile/noncompile.exp: Load_lib c-torture.exp.
17182 (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
17183 call `postbase' for each one. All callers of `postbase' changed
17184 to call this instead.
17185
17186 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
17187
17188 * gcc.c-torture/execute/990811-1.c: New test.
17189
17190 1999-08-09 Nick Clifton <nickc@cygnus.com>
17191
17192 * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
17193 just native ones.
17194
17195 * gcc.dg/990413-1.c: Expect the parse error for all builds, not
17196 just native ones.
17197
17198 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
17199
17200 * g++.old-deja/g++.other/local3.C: Removed XFAIL.
17201
17202 1999-08-04 Jeffrey A Law (law@cygnus.com)
17203
17204 * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
17205
17206 1999-08-04 Nathan Sidwell <nathan@acm.org>
17207
17208 * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
17209
17210 1999-08-04 Jeffrey A Law (law@cygnus.com)
17211
17212 * gcc.c-torture/execute/990804-1.c: New test.
17213
17214 1999-08-03 Nathan Sidwell <nathan@acm.org>
17215
17216 * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
17217 * g++.old-deja/g++.brendan/crash64.C: Likewise
17218 * g++.old-deja/g++.brendan/overload8.C: Likewise
17219
17220 1999-08-03 Nathan Sidwell <nathan@acm.org>
17221
17222 * g++.old-deja/g++.other/struct1.C: New test.
17223
17224 1999-08-03 Nathan Sidwell <nathan@acm.org>
17225
17226 * g++.old-deja/g++.other/enum2.C: New test.
17227
17228 1999-08-02 Richard Henderson <rth@cygnus.com>
17229
17230 Adapted from tests from Franz Sirl:
17231 * gcc.c-torture/execute/va-arg-7.c: New test.
17232 * gcc.c-torture/execute/va-arg-8.c: New test.
17233
17234 1999-08-01 Jeffrey A Law (law@cygnus.com)
17235
17236 * gcc.c-torture/compile/990801-2.c: New test.
17237
17238 * gcc.c-torture/compile/990801-1.c: New test.
17239
17240 1999-07-27 Michael Meissner <meissner@cygnus.com>
17241
17242 * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
17243 fp-cmp-1.c, converting double to float.
17244
17245 * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
17246 fp-cmp-1.c, converting double to long double.
17247
17248 * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
17249 from fr1 to unknown_register, since fr1 is a legitimate register
17250 on some machines.
17251
17252 1999-07-25 Jeffrey A Law (law@cygnus.com)
17253
17254 * README: More listname related changes.
17255
17256 1999-07-08 Catherine Moore <clm@cygnus.com>
17257
17258 * gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
17259
17260 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
17261
17262 * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
17263
17264 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
17265
17266 * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
17267
17268 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
17269
17270 * gcc.dg/990703-1.c: New test.
17271
17272 1999-06-29 Nick Clifton <nickc@cygnus.com>
17273
17274 * lib/file-format.exp: New file: Move definition of proc
17275 gcc_target_object_format to here from
17276 gcc.dg/special/ecos.exp.
17277
17278 * lib/c-torture.exp: Include lib file-format.exp.
17279 * lib/gcc-dg.exp: Include lib file-format.exp.
17280
17281 * gcc.dg/special/ecos.exp: Remove definition of proc
17282 gcc_target_object_format.
17283
17284 1999-06-28 Jeffrey A Law (law@cygnus.com)
17285
17286 * gcc.c-torture/execute/990628-1.c: New test.
17287
17288 1999-06-25 Jeffrey A Law (law@cygnus.com)
17289
17290 * gcc.c-torture/compile/990625-2.c: New test.
17291
17292 * gcc.c-torture/compile/990625-1.c: New test.
17293
17294 1999-06-23 Nick Clifton <nickc@cygnus.com>
17295
17296 * gcc.c-torture/compile/dll.c: New test case. Check that dll
17297 attributes compile.
17298 * gcc.c-torture/compile/dll.x: Only support the dll.c test on
17299 ports that use the COFF/PE file format.
17300
17301 1999-06-17 Jeffrey A Law (law@cygnus.com)
17302
17303 * gcc.c-torture/compile/990617-1.c: New test.
17304
17305 1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
17306
17307 * g++.old-deja/g++.other/decl4.C: New test.
17308
17309 1999-06-14 Nathan Sidwell <nathan@acm.org>
17310
17311 * g++.old-deja/g++.other/bitfld3.C: New test.
17312
17313 1999-06-08 Nathan Sidwell <nathan@acm.org>
17314
17315 * g++.old-deja/g++.eh/catch1.C: New test.
17316
17317 1999-06-07 Jeffrey A Law (law@cygnus.com)
17318
17319 * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
17320
17321 * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
17322 * gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
17323
17324 1999-06-05 Craig Burley <craig@jcb-sc.com>
17325
17326 * g77.f-torture/compile/19990502-0.f: Replace with new,
17327 shorter, test that still fails after recent changes.
17328
17329 1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17330
17331 * gcc.c-torture/execute/990604-1.c: New test.
17332
17333 1999-05-31 Jeffrey A Law (law@cygnus.com)
17334
17335 * gcc.c-torture/execute/990531-1.c: New test.
17336
17337 1999-05-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17338
17339 * gcc.c-torture/compile/990527-1.c: New test.
17340
17341 1999-05-27 Joern Rennecke <amylaar@cygnus.com>
17342
17343 * gcc.c-torture/execute/990527-1.c: New test.
17344
17345 1999-05-25 Nick Clifton <nickc@cygnus.com>
17346
17347 * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
17348 bitfields as signed.
17349
17350 1999-05-25 Craig Burley <craig@jcb-sc.com>
17351
17352 * g77.f-torture/compile/19990525-0.f: New test.
17353
17354 1999-05-25 Jeffrey A Law (law@cygnus.com)
17355
17356 * gcc.c-torture/execute/990525-2.c: New test.
17357
17358 * gcc.c-torture/execute/990525-1.c: New test.
17359
17360 1999-05-24 Nathan Sidwell <nathan@acm.org>
17361
17362 * g++.old-deja/g++.other/anon3.C: New test.
17363 * g++.old-deja/g++.other/anon4.C: New test.
17364 * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
17365 * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
17366 after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
17367 Merrill).
17368
17369 1999-05-24 Jeffrey A Law (law@cygnus.com)
17370
17371 * gcc.c-torture/execute/990524-1.c: New test.
17372
17373 * gcc.dg/990524-1.c: New test.
17374
17375 1999-05-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17376
17377 * gcc.c-torture/compile/990523-1.c: New test.
17378
17379 1999-05-19 Raja R Harinath <harinath@cs.umn.edu>
17380
17381 * gcc.c-torture/compile/990519-1.c: New test.
17382
17383 1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17384
17385 * gcc.c-torture/compile/990517-1.c: New test.
17386
17387 * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
17388 (e4, f4): New tests.
17389 (main): Call them.
17390
17391 1999-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17392
17393 * gcc.dg/noreturn-1.c: New test.
17394
17395 1999-05-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17396
17397 * gcc.c-torture/execute/990513-1.c: New test.
17398
17399 1999-05-10 Richard Henderson <rth@cygnus.com>
17400
17401 * g++.old-deja/g++.other/null1.C (g): Add overload for long.
17402
17403 1999-05-10 Craig Burley <craig@jcb-sc.com>
17404
17405 * g77.f-torture/execute/erfc.f: Use small single-precision
17406 values, to avoid problems on Alphas when not -mieee.
17407
17408 1999-05-08 Craig Burley <craig@jcb-sc.com>
17409
17410 * gcc.dg/990506-0.c: New test.
17411
17412 1999-05-08 Richard Henderson <rth@cygnus.com>
17413
17414 * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
17415 the constant to test. Don't XFAIL 64-bit targets.
17416
17417 * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
17418 * g++.old-deja/g++.law/profile1.C: Likewise.
17419
17420 * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
17421 operator new instances.
17422 * g++.old-deja/g++.other/delete5.C: Likewise.
17423
17424 1999-05-03 Craig Burley <craig@jcb-sc.com>
17425
17426 * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
17427 intrinsic.
17428
17429 1999-05-03 Craig Burley <craig@jcb-sc.com>
17430
17431 * g77.f-torture/execute/u77-test.f: Reverse order of two
17432 arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
17433
17434 1999-05-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17435
17436 * gcc.dg/compare1.c: New test.
17437
17438 1999-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
17439
17440 * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
17441 New tests.
17442
17443 1999-05-02 Craig Burley <craig@jcb-sc.com>
17444
17445 * g77.f-torture/compile/19990502-1.f: New test.
17446
17447 1999-05-02 Craig Burley <craig@jcb-sc.com>
17448
17449 * g77.f-torture/compile/19990502-0.f: New test.
17450
17451 1999-05-02 Craig Burley <craig@jcb-sc.com>
17452
17453 * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
17454 intrinsic.
17455
17456 1999-05-02 Craig Burley <craig@jcb-sc.com>
17457
17458 * g77.f-torture/execute/u77-test.f (main): List libU77
17459 intrinsics not currently tested.
17460 Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
17461 GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
17462 FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
17463 Trim blanks off the ends of some printed strings.
17464
17465 1999-05-02 Craig Burley <craig@jcb-sc.com>
17466
17467 * g77.f-torture/execute/u77-test.f (main): Just warn about
17468 FSTAT gid disagreement, as it's expected on some systems.
17469
17470 1999-05-01 Craig Burley <craig@jcb-sc.com>
17471
17472 * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
17473 use a new function, which allows for some slop.
17474 Clean up some commentary.
17475 (issum): The new function.
17476 (sgladd): Deleted subroutine.
17477
17478 1999-05-01 Craig Burley <craig@jcb-sc.com>
17479
17480 * g77.f-torture/execute/u77-test.f: Modify to be more like
17481 libf2c/libU77 version, bringing patches to that version here.
17482 Add suitable commentary.
17483
17484 1999-04-25 Richard Henderson <rth@cygnus.com>
17485
17486 * gcc.dg/990424-1.c: New test.
17487
17488 1999-04-24 Craig Burley <craig@jcb-sc.com>
17489
17490 * g77.f-torture/execute/u77-test.f (main): Bug involving
17491 LSTAT has been fixed, so turn back on full checking.
17492
17493 1999-04-20 Craig Burley <craig@jcb-sc.com>
17494
17495 * g77.f-torture/compile/19990419-0.f: New test.
17496 * g77.f-torture/execute/19990419-1.f: New test.
17497
17498 1999-04-17 Richard Henderson <rth@cygnus.com>
17499
17500 * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
17501 to avoid the need for a prototype to supress a warning.
17502
17503 1999-04-07 Jim Wilson <wilson@cygnus.com>
17504
17505 * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
17506
17507 1999-04-04 Jeffrey A Law (law@cygnus.com)
17508
17509 * gcc.c-torture/execute/990404-1.c: New test.
17510
17511 1999-04-03 10:35 -0500 Zack Weinberg <zack@rabi.columbia.edu>
17512
17513 * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
17514 * gcc.dg/cpp-if3.c: Don't use -pedantic.
17515 * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
17516 missing initializer warnings.
17517
17518 1999-03-28 Jeffrey A Law (law@cygnus.com)
17519
17520 * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
17521 matching strings.
17522
17523 1999-03-26 Jeffrey A Law (law@cygnus.com)
17524
17525 * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
17526
17527 1999-03-26 Craig Burley <craig@jcb-sc.com>
17528
17529 * g77.f-torture/execute/19990325-0.f: New test.
17530 * g77.f-torture/execute/19990325-1.f: New test.
17531
17532 1999-03-24 Jeffrey A Law (law@cygnus.com)
17533
17534 * gcc.c-torture/execute/990324-1.c: New test.
17535
17536 1999-03-22 Jim Wilson <wilson@cygnus.com>
17537
17538 * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
17539 test with 4.
17540
17541 1999-03-17 Richard Henderson <rth@cygnus.com>
17542
17543 * gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
17544
17545 1999-03-13 Craig Burley <craig@jcb-sc.com>
17546
17547 * g77.f-torture/execute/19990313-2.f: New test.
17548 * g77.f-torture/execute/19990313-3.f: New test.
17549
17550 1999-03-13 Craig Burley <craig@jcb-sc.com>
17551
17552 * g77.f-torture/execute/19990313-0.f: New test.
17553 * g77.f-torture/execute/19990313-1.f: New test.
17554
17555 1999-03-12 Jim Wilson <wilson@cygnus.com>
17556
17557 * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
17558 printf to sprintf.
17559 * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
17560 (main): Add check for u15. Conditionalize u31 check depending on
17561 whether ints are <32 bits or >=32 bits.
17562
17563 1999-03-08 Craig Burley <craig@jcb-sc.com>
17564
17565 * g77.f-torture/execute/19981119-0.f: Improve testiness.
17566
17567 1999-03-08 Craig Burley <craig@jcb-sc.com>
17568
17569 * g77.f-torture/compile/19990305-0.f: New test.
17570 * g77.f-torture/execute/19981119-0.f: New test.
17571
17572 1999-03-08 Craig Burley <craig@jcb-sc.com>
17573
17574 * g77.f-torture/execute/970625-2.f: call ABORT if final
17575 result is not correct, instead of just printing it.
17576 Add this checking via newly introduced obfuscation, to
17577 trip up buggy front ends.
17578
17579 1999-03-07 Craig Burley <craig@jcb-sc.com>
17580
17581 * g77.f-torture/compile/960317-1.f: Moved from being
17582 in execute/. (Somehow I didn't notice "SUBROUTINE...".)
17583
17584 1999-03-06 Craig Burley <craig@jcb-sc.com>
17585
17586 * g77.f-torture/execute/960317-1.f: New (old) test.
17587 * g77.f-torture/execute/970625-2.f: Ditto.
17588
17589 1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
17590
17591 * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
17592 message on line 1 or line 2; cccp and cpplib do this differently.
17593
17594 1999-03-01 Jeffrey A Law (law@cygnus.com)
17595
17596 * g++.old-deja/g++.law/weak1.C: New test.
17597
17598 1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
17599
17600 * gcc.c-torture/execute/990119-1.c: Renamed to...
17601 * gcc.dg/990119-1.c: this, so it will only be tested once
17602 (it's a preprocessor test, it doesn't need to be run at
17603 multiple optimization levels).
17604
17605 1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
17606
17607 * lib/g++.exp: Don't add incdir=$base_dir/../include to
17608 ALWAYS_CXXFLAGS.
17609
17610 1999-02-24 Craig Burley <craig@jcb-sc.com>
17611
17612 * g77.f-torture/noncompile/19981216-0.f: Renamed from...
17613 * g77.f-torture/compile/19981216-0.f: ...as it is expected
17614 to not be compilable by current g77.
17615
17616 1999-02-24 Nick Clifton <nickc@cygnus.com>
17617
17618 * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
17619
17620 1999-02-22 Jeffrey A Law (law@cygnus.com)
17621
17622 * gcc.c-torture/execute/990222-1.c: New test.
17623
17624 1999-02-19 Craig Burley <craig@jcb-sc.com>
17625
17626 * g77.f-torture/compile/19990218-0.f: New test.
17627 * g77.f-torture/noncompile/19990218-1.f: New test.
17628
17629 1999-02-18 Craig Burley <craig@jcb-sc.com>
17630
17631 * g77.f-torture/compile/19981216-0.f: New test.
17632
17633 1999-02-14 Jeffrey A Law (law@cygnus.com)
17634
17635 * gcc.dg/990214-1.c: New test.
17636
17637 1999-02-13 Jeffrey A Law (law@cygnus.com)
17638
17639 * gcc.dg/990213-2.c: New test.
17640
17641 * gcc.dg/990213-1.c: New test.
17642
17643 1999-02-12 Jeffrey A Law (law@cygnus.com)
17644
17645 * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
17646 ints.
17647
17648 1999-02-11 Nick Clifton <nickc@cygnus.com>
17649
17650 * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
17651 specified by target.
17652
17653 * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
17654
17655 1999-02-11 Jeffrey A Law (law@cygnus.com)
17656
17657 * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
17658
17659 1999-02-10 Jonathan Larmour <jlarmour@cygnus.co.uk>
17660
17661 * gcc.dg/special/ecos.exp: New test driver for new tests with
17662 special requirements.
17663
17664 * gcc.dg/special/alias-1.c: New test.
17665 * gcc.dg/special/gcsec-1.c: New test.
17666 * gcc.dg/special/weak-1.c: New test.
17667 * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
17668 * gcc.dg/special/weak-2.c: New test.
17669 * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
17670 * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
17671 * gcc.dg/special/wkali-1.c: New test.
17672 * gcc.dg/special/wkali-2.c: New test.
17673 * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
17674 * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
17675
17676 1999-02-10 Felix Lee <flee@cygnus.com>
17677
17678 * lib/c-torture.exp (c-torture-compile): Pull out code for
17679 analyzing gcc error messages.
17680 (c-torture-execute): Likewise. Fix some (harmless) false
17681 positives.
17682 * lib/gcc.exp (gcc_check_compile): New function.
17683
17684 1999-02-08 Richard Henderson <rth@cygnus.com>
17685
17686 * gcc.c-torture/execute/990208-1.c: New test.
17687
17688 1999-02-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
17689
17690 * g++.dg/special/ecos.exp: New driver for new tests with special
17691 requirements
17692
17693 * g++.dg/special/conpr-1.C: New test
17694 * g++.dg/special/conpr-2.C: New test
17695 * g++.dg/special/conpr-2a.C: New test
17696 * g++.dg/special/conpr-3.C: New test
17697 * g++.dg/special/conpr-3a.C: New test
17698 * g++.dg/special/conpr-3b.C: New test
17699
17700 * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
17701 allow g++ to use the dg driver
17702
17703 * README: Add comment about g++.dg directory
17704
17705 1999-02-06 Jeffrey A Law (law@cygnus.com)
17706
17707 * README: Update email addresses.
17708
17709 1999-02-03 Nick Clifton <nickc@cygnus.com>
17710
17711 * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
17712 arguments in order to force structure S onto the stack even on
17713 the alpha.
17714 (test): Pass 10 leading arguments to function foo as well as the
17715 structure S.
17716
17717 * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
17718 failure for all targets.
17719
17720 * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
17721 abort to terminate program execution.
17722
17723 1999-01-30 Richard Henderson <rth@cygnus.com>
17724
17725 * gcc.c-torture/execute/990130-1.c: New test.
17726
17727 1999-01-30 Jeffrey A Law (law@cygnus.com)
17728
17729 * gcc.dg/990130-1.c: New test.
17730
17731 1999-01-28 Michael Meissner <meissner@cygnus.com>
17732
17733 * gcc.c-torture/execute/990128-1.c: New test.
17734
17735 1999-01-27 Michael Meissner <meissner@cygnus.com>
17736
17737 * gcc.c-torture/execute/990127-{1,2}.c: New tests.
17738
17739 1999-01-27 Felix Lee <flee@cygnus.com>
17740
17741 * lib/c-torture.exp (c-torture-compile): pull out code for
17742 analyzing gcc error messages.
17743 (c-torture-execute): ditto, and fix some (harmless) false
17744 positives.
17745 * lib/gcc.exp (gcc_check_compile): new function.
17746
17747 1999-01-17 Jeffrey A Law (law@cygnus.com)
17748
17749 * gcc.dg/990117-1.c: New test.
17750
17751 * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
17752
17753 * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
17754
17755 1999-01-15 Jeffrey A Law (law@cygnus.com)
17756
17757 * g77.f-torture/compile/990115-1.f: New test.
17758
17759 1999-01-07 Jeffrey A Law (law@cygnus.com)
17760
17761 * gcc.c-torture/compile/990107-1.c: New test
17762
17763 1999-01-06 Jeffrey A Law (law@cygnus.com)
17764
17765 * gcc.c-torture/execute/990106-2.c: New test.
17766
17767 * gcc.c-torture/execute/990106-1.c: New test.
17768
17769 1998-12-30 Zack Weinberg <zack@rabi.columbia.edu>
17770
17771 * gcc.c-torture/compile/981223-1.c: New test.
17772
17773 1998-12-29 Richard Henderson <rth@cygnus.com>
17774
17775 * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
17776 (opt3): Rename from opt4 and disable.
17777
17778 1998-12-20 Alexandre Oliva <oliva@dcc.unicamp.br>
17779
17780 * g++.old-deja/g++.pt/ptrmem5.C: New test.
17781
17782 1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
17783
17784 * g++.old-deja/g++.other/conv5.C: New test.
17785
17786 1998-12-14 Nick Clifton <nickc@cygnus.com>
17787
17788 * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
17789
17790 1998-12-11 Jeffrey A Law (law@cygnus.com)
17791
17792 * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
17793
17794 1998-12-11 Zack Weinberg <zack@rabi.columbia.edu>
17795
17796 * gcc.c-torture/compile/981211-1.c: New test.
17797
17798 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
17799
17800 * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
17801
17802 * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
17803
17804 1998-12-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17805
17806 * gcc.special/930510-1.c: Make C9X safe.
17807 * gcc.misc-tests/gcov-1.c Similarly.
17808 * gcc.misc-tests/gcov-2.c Similarly.
17809
17810 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
17811
17812 * gcc.dg/ultrasp1.c: New test.
17813
17814 1998-12-06 Richard Henderson <rth@cygnus.com>
17815
17816 * gcc.c-torture/execute/981206.c: New test.
17817
17818 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
17819
17820 * g++.old-deja/g++.ns/template7.C: New test.
17821
17822 * g++.old-deja/g++.other/expr1.C: New test.
17823
17824 * g++.old-deja/g++.eh/tmpl3.C: New test.
17825
17826 * g++.old-deja/g++.eh/tmpl2.C: New test.
17827
17828 1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
17829
17830 * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
17831 * g++.old-deja/g++.other/using6.C: Removed.
17832 * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
17833
17834 * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
17835
17836 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
17837
17838 * g++.old-deja/g++.pt/overload8.C: New test.
17839
17840 * g++.old-deja/g++.pt/overload7.C: New test.
17841
17842 * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
17843
17844 * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
17845 and relinking messages.
17846 * lib/g++.exp (g++_target_compile): Remove .rpo file when
17847 compiling with -frepo.
17848
17849 1998-12-01 Alexandre Oliva <oliva@dcc.unicamp.br>
17850
17851 * g++.old-deja/g++.pt/lookup6.C: New test.
17852
17853 1998-11-30 Nick Clifton <nickc@cygnus.com>
17854
17855 * gcc.c-torture/execute/981130-1.c: New test.
17856 * gcc.c-torture/execute/981130-1.x: New test failure expectations.
17857
17858 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
17859
17860 * g++.old-deja/g++.pt/explicit76.C: New test.
17861
17862 * g++.old-deja/g++.pt/friend38.C: New test.
17863
17864 * g++.old-deja/g++.ns/crash2.C: New test.
17865
17866 * g++.old-deja/g++.pt/defarg8.C: New test.
17867
17868 * g++.old-deja/g++.pt/instantiate6.C: New test.
17869
17870 * g++.old-deja/g++.pt/static6.C: New test.
17871
17872 * g++.old-deja/g++.pt/decl2.C: New test.
17873
17874 1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
17875
17876 * g++.old-deja/g++.other/lookup5.C: New test. Not sure the
17877 problem is actually related with name lookup, but so what? :-)
17878
17879 * g++.old-deja/g++.pt/friend37.C: New test.
17880
17881 1998-11-25 Dave Love <d.love@dl.ac.uk>
17882
17883 * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
17884 element, which fails on some systems.
17885
17886 * g77.f-torture/execute/labug1.f: New test.
17887
17888 1998-11-21 Jeffrey A Law (law@cygnus.com)
17889
17890 * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
17891 is defined.
17892
17893 1998-11-18 Dave Love <d.love@dl.ac.uk>
17894
17895 * g77.f-torture/compile/981117-1.f: New test.
17896
17897 1998-11-16 Alexandre Oliva <oliva@dcc.unicamp.br>
17898
17899 * g++.old-deja/g++.eh/throw2.C: New test. CV-qualifiers are not
17900 properly discarded.
17901
17902 1998-10-11 Ken Raeburn <raeburn@cygnus.com>
17903
17904 * gcc.c-torture/execute/memcheck: New directory of tests for
17905 -fcheck-memory-usage.
17906
17907 1998-11-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17908
17909 * README: New file, general information about the testsuite and
17910 new description of the various C++ test subdirectories.
17911 * README.g++: Eliminate obsolete information, update and move most
17912 relevant stuff to README.
17913
17914 1998-11-07 Richard Henderson <rth@cygnus.com>
17915
17916 * gcc.c-torture/compile/981107-1.c: New test.
17917
17918 1998-11-02 Doug Evans <devans@canuck.cygnus.com>
17919
17920 * execute/memcpy-bi.c: New testcase.
17921
17922 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
17923
17924 * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
17925 base classes.
17926
17927 * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
17928 template is selected.
17929
17930 * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
17931 classes, it should be accepted for all types.
17932
17933 * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
17934
17935 * g++.old-deja/g++.pt/spec24.C: Ensure that template
17936 specializations start with template headers.
17937
17938 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
17939
17940 * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
17941
17942 * g++.old-deja/g++.other/init9.C: Test cross initialization of
17943 non-POD types.
17944
17945 1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br>
17946
17947 * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
17948
17949 1998-10-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17950
17951 * compile/981022-1.c, compile/981022-1.x: New test and driver.
17952
17953 1998-10-19 Jeffrey A Law (law@cygnus.com)
17954
17955 * 981019-1.c: New test.
17956
17957 1998-10-14 Robert Lipe <robertl@dgii.com>
17958
17959 * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
17960 find objc headers.
17961
17962 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17963
17964 * compile/981001-4.c: Remove use of GCC extension that triggers a
17965 compiler bug.
17966
17967 1998-10-13 Alexandre Oliva <oliva@dcc.unicamp.br>
17968
17969 * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
17970
17971 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
17972
17973 * g++.old-deja/g++.pt/explicit74.C: New test. Explicit
17974 instantiation of template produces incorrect code for delete
17975 expression.
17976
17977 * g++.old-deja/g++.pt/instantiate5.C: New test. `global
17978 constructors' name is not unique.
17979 * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
17980 * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
17981
17982 * g++.old-deja/g++.other/init8.C: New test. Uninitialized
17983 automatic array of const is ill-formed.
17984
17985 * g++.old-deja/g++.pt/ttp53.C: New test. Incorrect substitution
17986 of template parameter?
17987
17988 * g++.old-deja/g++.other/conv3.C: New test. Conversion discards
17989 const.
17990
17991 * g++.old-deja/g++.other/pmf2.C: New test. Invalid
17992 pointer-to-member expression.
17993
17994 * g++.old-deja/g++.other/friend5.C: New test. Bogus friend
17995 declaration causes ICE.
17996
17997 1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
17998
17999 * g++.old-deja/g++.ns/main1.C: New test. main() should only be
18000 reserved in the global namespace.
18001
18002 * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
18003 generate needed virtual table.
18004
18005 * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
18006
18007 1998-10-10 Dariush Eslimi <eslimi@loran.com>
18008
18009 * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
18010 template-dependent type
18011
18012 1998-10-10 Alexandre Oliva <oliva@dcc.unicamp.br>
18013
18014 * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
18015 * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
18016 * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
18017
18018 * g++.old-deja/g++.other/using5.C: New test; using decl from base
18019 class should be usable as argument of member function.
18020 * g++.old-deja/g++.other/using6.C: New test; using decl from base
18021 class should be usable as return type of member function.
18022 * g++.old-deja/g++.other/using7.C: New test; using decl from base
18023 class should be usable as type of data member.
18024
18025 * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
18026
18027 1998-10-09 Jeffrey A Law (law@cygnus.com)
18028
18029 * gcc.c-torture/special/920521-1.c: Fix bogus test.
18030
18031 1998-10-08 Nick Clifton <nickc@cygnus.com>
18032
18033 * gcc.dg/dll-?.c Add thumb to target list.
18034 Fix assembler scan patterns to match current assembler output.
18035
18036 1998-10-08 Alexandre Oliva <oliva@dcc.unicamp.br>
18037
18038 * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
18039 matching of template brackets.
18040
18041 * g++.old-deja/g++.other/using4.C: New test. Test using
18042 declarations of methods from base classes.
18043
18044 * g++.old-deja/g++.ns/extern1.C: New test. Extern declarations
18045 within functions should introduce names into the innermost
18046 enclosing namespace.
18047
18048 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
18049 of static locals if first initialization throws.
18050
18051 1998-10-07 Jim Wilson <wilson@cygnus.com>
18052
18053 * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
18054
18055 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
18056
18057 * gcc.c-torture/special/981006-1.c: New test. Make sure gcc doesn't
18058 lose track of the possible targets of tablejump insns.
18059 * special/special.exp: Run it.
18060
18061 1998-10-06 Alexandre Oliva <oliva@dcc.unicamp.br>
18062
18063 * g++.old-deja/g++.pt/friend35.C: New test. A template function
18064 must be declared before its specializations can be named in friend
18065 declarations.
18066
18067 1998-10-05 Dave Love <d.love@dl.ac.uk>
18068
18069 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
18070
18071 * g77.f-torture/execute/io1.f: New test.
18072
18073 1998-10-04 Alexandre Oliva <oliva@dcc.unicamp.br>
18074
18075 * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
18076 with pointer to template function, for which no argument deduction
18077 is possible.
18078
18079 * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
18080 specialization of template function as argument to template
18081 function.
18082
18083 * g++.old-deja/g++.other/access2.C: New test; Inner class
18084 shouldn't have privileged access to Outer's names.
18085
18086 1998-10-03 Alexandre Oliva <oliva@dcc.unicamp.br>
18087
18088 * g++.old-deja/g++.pt/friend34.C: New test; name injection of
18089 friend template declared within template class conflicts with
18090 nested class of the same name.
18091
18092 * g++.old-deja/g++.other/badopt1.C: New test; post-increment
18093 is ignored.
18094
18095 * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
18096 object with direct initializer as function declaration.
18097
18098 * g++.old-deja/g++.other/decl2.C: New test; duplicate
18099 initializers.
18100
18101 * g++.old-deja/g++.other/null2.C: New test; conditional operator
18102 involving const pointer and NULL produces incorrect result.
18103
18104 * g++.old-deja/g++.other/typename1.C: New test; template-dependent
18105 type name without `typename' should be rejected with -pedantic.
18106
18107 1998-10-02 Richard Henderson <rth@cygnus.com>
18108
18109 * g++.old-deja/g++.other/addrof1.C: New test.
18110
18111 1998-10-01 Nick Clifton <nickc@cygnus.com>
18112
18113 * gcc.c-torture/compile/981001-1.c: New test.
18114 * gcc.c-torture/execute/981001-1.c: New test.
18115
18116 1998-10-01 Jeffrey A Law (law@cygnus.com)
18117
18118 * gcc.c-torture/compile/981001-2.c: New test.
18119 * gcc.c-torture/compile/981001-3.c: New test.
18120 * gcc.c-torture/compile/981001-4.c: New test.
18121
18122 1998-10-01 Robert Lipe <robertl@dgii.com>
18123
18124 * lib/objc.exp (objc_target_compile): Add -L during compiles for
18125 multilibbed hosts. Idea grafted from g77.exp.
18126
18127 1998-09-30 Dave Love <d.love@dl.ac.uk>
18128
18129 * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
18130 avoid losing on systems which need -lsocket.
18131
18132 1998-09-28 Alexandre Oliva <oliva@dcc.unicamp.br>
18133
18134 * g++.old-deja/g++.other/bitfld1.C: Expected failure.
18135 * g++.old-deja/g++.other/nested2.C: Ditto.
18136 * g++.old-deja/g++.robertl/eb132.C: No longer an expected
18137 failure.
18138
18139 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
18140
18141 * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
18142 preferred over template operator!= for enum bitfields.
18143
18144 1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
18145
18146 * g++.old-deja/g++.other/nested2.C: Different virtual base classes
18147 that happen to have the same base name, but in different scopes,
18148 are incorrectly rejected.
18149
18150 1998-09-16 Richard Henderson <rth@cygnus.com>
18151
18152 * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
18153 on the native word size instead of an integer literal.
18154
18155 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
18156
18157 * g++.old-deja/g++.other/static2.C: Invocation of static data
18158 member of type pointer-to-function denoted as non-static member.
18159
18160 * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
18161 checks involving function types and aliases.
18162
18163 1998-09-12 Alexandre Oliva <oliva@dcc.unicamp.br>
18164
18165 * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
18166 redefined to the same non-trivial type.
18167
18168 * g++.old-deja/g++.pt/explicit73.C: Test for proper
18169 namespace-qualification of template specializations declared in
18170 other namespaces.
18171
18172 * g++.old-deja/g++.other/friend4.C: Check whether it is possible
18173 to declare a subset of the specializations of a template function
18174 as friends of specializations of a template class.
18175
18176 * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
18177 member templates that do not fully specialize the enclosing
18178 template class are rejected.
18179
18180 1998-09-11 Dave Love <d.love@dl.ac.uk>
18181
18182 * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
18183
18184 1998-09-08 Dave Love <d.love@dl.ac.uk>
18185
18186 * g77.f-torture/execute/u77-test.f (main): New file, somewhat
18187 altered from libf2c/libU77 version.
18188
18189 1998-09-06 Dave Love <d.love@dl.ac.uk>
18190
18191 * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
18192
18193 1998-09-04 Reid M. Pinchback <reidmp@MIT.EDU>, Alexandre Oliva <oliva@dcc.unicamp.br>
18194
18195 * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
18196 (un)signed char are different types for template specialization
18197 purposes.
18198
18199 1998-09-03 Ovidiu Predescu <ovidiu@aracnet.com>
18200
18201 * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
18202 * objc: ObjC testsuite.
18203
18204 1998-08-31 Catherine Moore <clm@cygnus.com>
18205
18206 * gcc.c-torture/execute/941014-1.x: New file.
18207
18208 1998-08-31 Nick Clifton <nickc@cygnus.com>
18209
18210 * lib/c-torture.exp: Add support for
18211 torture_eval_before_compile and torture_eval_before_execute
18212 variables.
18213
18214 1998-08-30 Jeffrey A Law (law@cygnus.com)
18215
18216 * gcc.dg/980626-1.c: Delete this test. We've declared the warning
18217 this test triggers valid.
18218
18219 1998-08-27 Jeffrey A Law (law@cygnus.com)
18220
18221 * gcc.dg/980827-1.c: New test.
18222
18223 1997-08-26 J"orn Rennecke <amylaar@cygnus.co.uk>
18224
18225 * gcc.c-torture/execute/loop-4b.c: New test.
18226
18227 1998-08-26 Nick Clifton <nickc@cygnus.com>
18228
18229 * lib/c-torture.exp: Add support for
18230 torture_eval_before_compile and torture_eval_before_execute
18231 variables.
18232
18233 1998-08-25 Jeffrey A Law (law@cygnus.com)
18234
18235 * gcc.c-torture/compile/980825-1.c: New test.
18236
18237 1998-08-24 Nick Clifton <nickc@cygnus.com>
18238
18239 * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
18240 count number tests in opt_t0 not good_t0.
18241
18242 1998-08-24 Jeffrey A Law (law@cygnus.com)
18243
18244 * gcc.c-torture/compile/930326-1.x: Fix typo.
18245
18246 1998-08-23 Mark Mitchell <mark@markmitchell.com>
18247
18248 * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
18249 causes an ICE.
18250
18251 1998-08-21 Jeffrey A Law (law@cygnus.com)
18252
18253 * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
18254 STACK_SIZE is defined.
18255 * gcc.c-torture/unsorted/stuct.c: Similarly.
18256
18257 * gcc.c-torture/compile/980821-1.c: New test.
18258
18259 1998-08-21 Jeffrey A Law (law@cygnus.com)
18260
18261 * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
18262
18263 1998-08-19 Mark Mitchell <mark@markmitchell.com>
18264
18265 * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
18266 code.
18267
18268 1998-08-09 Mark Mitchell <mark@markmitchell.com>
18269
18270 * lib/old-dejagnu.exp: Revise handling of `Internal compiler
18271 error'.
18272
18273 1998-08-18 Jeffrey A Law (law@cygnus.com)
18274
18275 * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
18276
18277 1998-08-16 Jeffrey A Law (law@cygnus.com)
18278
18279 * gcc.c-torture/compile/980816-1.c: New test.
18280
18281 * gcc.dg/980816-1.c: New test.
18282
18283 1998-08-13 Jeffrey A Law (law@cygnus.com)
18284
18285 * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
18286 compiler for ieee tests.
18287
18288 1998-08-01 Dave Love <d.love@dl.ac.uk>
18289
18290 * g77.f-torture/compile/980729-0.f: New test.
18291
18292 1998-07-30 Ken Raeburn <raeburn@cygnus.com>
18293
18294 * gcc.c-torture/special/eeprof-1.c: New test, for
18295 -finstrument-functions.
18296 * gcc.c-torture/special/special.exp: Run it.
18297
18298 1998-07-29 Jeffrey A Law (law@cygnus.com)
18299
18300 * gcc.c-torture/compile/980729-1.c: New test.
18301
18302 1998-07-27 Nick Clifton <nickc@cygnus.com>
18303
18304 * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
18305 __thumb__ is defined, and test for ARM style doubles if so.
18306
18307 1998-07-26 Dave Love <d.love@dl.ac.uk>
18308
18309 * g77.f-torture/noncompile/980615-0.f: New test.
18310
18311 1998-07-26 H.J. Lu (hjl@gnu.org)
18312
18313 * gcc.dg/980312-1.c: Do link instead of compile.
18314 * gcc.dg/980313-1.c: Likewise.
18315
18316 1998-07-26 Jeffrey A Law (law@cygnus.com)
18317
18318 * gcc.c-torture/compile/980726-1.c: New test.
18319
18320 1998-07-25 Dave Love <d.love@dl.ac.uk>
18321
18322 * g77.f-torture/execute/io0.f: New test.
18323
18324 1998-07-24 Nick Clifton <nickc@cygnus.com>
18325
18326 * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
18327 an int.
18328
18329 1998-06-18 Michael Meissner <meissner@cygnus.com>
18330
18331 * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
18332 m32r bugs.
18333
18334 1998-07-17 Nick Clifton <nickc@cygnus.com>
18335
18336 * gcc.dg/980626-1.c: Expect failures for all toolchains until
18337 c-decl.c:grokdeclarator can handle mode attributes.
18338
18339 1998-07-16 Jeffrey A Law (law@cygnus.com)
18340
18341 * gcc.c-torture/execute/980716-1.c: New test.
18342
18343 1998-07-13 Jeffrey A Law (law@cygnus.com)
18344
18345 * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
18346 the mn10200.
18347 * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
18348 the mn10200.
18349 * gcc.c-torture/execute/va-arg-3.x: Similarly.
18350 * gcc.c-torture/compile/930326-1.x: Similarly.
18351
18352 1998-07-13 Dave Love <d.love@dl.ac.uk>
18353
18354 * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
18355 New test from Craig.
18356
18357 1998-07-12 Dave Love <d.love@dl.ac.uk>
18358
18359 * g77.f-torture/noncompile/980616-0.f: New test.
18360
18361 * g77.f-torture/execute/970816-3.f: New test from Craig.
18362
18363 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18364
18365 * g++.other/singleton.C: Return error value instead of taking
18366 SIGSEGV.
18367
18368 1998-07-10 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
18369
18370 * g++.other/singleton.C: New test. Warning is under dispute.
18371 Runtime crash is not.
18372
18373 1998-07-09 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18374
18375 * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
18376 ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
18377 using6.C, using7.C}: New namespace tests.
18378
18379 1998-07-09 Alexandre Oliva <oliva@dcc.unicamp.br>
18380
18381 * g++.old-deja/g++.other/partspec1.C: Test matching of partial
18382 specialization with typedef'ed names used as array indexes.
18383
18384 1998-07-09 Jeffrey A Law (law@cygnus.com)
18385
18386 * gcc.c-torture/execute/980709-1.c: New test.
18387
18388 * gcc.dg/980709-1.c: New test.
18389
18390 1998-07-07 Richard Henderson <rth@cygnus.com>
18391
18392 * gcc.c-torture/execute/bcp-1.c: New test.
18393
18394 1998-07-07 Jeffrey A Law (law@cygnus.com)
18395
18396 * gcc.c-torture/execute/980707-1.c: New test.
18397
18398 1998-07-06 Kamil Iskra <iskra@student.uci.agh.edu.pl>
18399
18400 * gcc.c-torture/compile/980706-1.c: New test.
18401
18402 1998-07-01 Dave Love <d.love@dl.ac.uk>
18403
18404 * g77.f-torture/execute/980701-0.f,
18405 g77.f-torture/execute/980701-1.f: New test from Craig.
18406
18407 1998-07-01 Jeffrey A Law (law@cygnus.com)
18408
18409 * gcc.c-torture/compile/980701-1.c: New test.
18410
18411 * gcc.c-torture/execute/980701-1.c: New test.
18412
18413 1998-06-30 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka
18414 rlsruhe.de>
18415
18416 * g++.old-deja/g++.robertl/eb132.C: New test.
18417 * g++.old-deja/g++.robertl/eb133.C: Likewise.
18418
18419 1998-06-29 Dave Love <d.love@dl.ac.uk>
18420
18421 * g77.f-torture/execute/980628-7.f,
18422 g77.f-torture/execute/980628-8.f,
18423 g77.f-torture/execute/980628-9.f,
18424 g77.f-torture/execute/980628-10.f: New tests from Craig.
18425
18426 * g77.f-torture/execute/980628-3.f: Remove mail headers.
18427
18428 1998-06-28 Jeffrey A Law (law@cygnus.com)
18429
18430 * g77.f-torture/execute/980628-4.f: New test from Craig.
18431 * g77.f-torture/execute/980628-5.f: Likewise.
18432 * g77.f-torture/execute/980628-2.f: Likewise.
18433 * g77.f-torture/execute/980628-0.f: Likewise.
18434 * g77.f-torture/execute/980628-1.f: Likewise.
18435 * g77.f-torture/execute/980628-3.f: Likewise.
18436 * g77.f-torture/execute/980628-6.f: Likewise.
18437
18438 1998-06-28 Jeffrey A Law (law@cygnus.com)
18439
18440 * lib/g77.exp (default_g77_version): Tweak to make it work in a build
18441 directory when nothing has been installed yet.
18442
18443 1998-06-27 Carlo Wood <carlo@runaway.xs4all.nl>
18444
18445 * gcc.c-torture/special/special.exp: Handle newer versions of
18446 dejagnu.
18447
18448 1998-06-26 Jeffrey A Law (law@cygnus.com)
18449
18450 * gcc.dg/980626-1.c: New test.
18451
18452 1998-06-19 Bruno Haible <haible@ilog.fr>
18453
18454 * gcc.misc-tests/m-un-2.c: New test.
18455 * g++.old-deja/g++.other/warn01.c: Likewise.
18456
18457 1998-06-19 Robert Lipe <robertl@dgii.com>
18458
18459 * gcc.dg/980414-1.c: Move comments outside of ASM to improve
18460 compatibility with assmblers with a different comment character.
18461 Eliminate use of GAS-specific extensions.
18462
18463 1998-06-19 Jeffrey A Law (law@cygnus.com)
18464
18465 * gcc.c-torture/execute/ieee/980619-1.c: New test.
18466
18467 1998-06-19 Robert Lipe <robertl@dgii.com>
18468
18469 *lib/g77.exp: Replace search for libf2c.a with search for newly
18470 renamed libg2c.a
18471
18472 1998-06-17 Jeffrey A Law (law@cygnus.com)
18473
18474 * gcc.c-torture/execute/980617-1.c: New test.
18475
18476 1998-06-12 Jeffrey A Law (law@cygnus.com)
18477
18478 * gcc.c-torture/execute/980612-1.c: New test.
18479
18480 1998-06-08 Jeffrey A Law (law@cygnus.com)
18481
18482 * gcc.dg/980523-1.c: Only test on ppc-linux.
18483 * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
18484
18485 * gcc.c-torture/execute/980608-1.c: New test.
18486
18487 1997-06-05 J"orn Rennecke <amylaar@cygnus.co.uk>
18488
18489 * gcc.c-torture/execute/980605-1.c: New test.
18490
18491 1998-06-04 Jeffrey A Law (law@cygnus.com)
18492
18493 * gcc.c-torture/execute/980604-1.c: New test.
18494
18495 1998-06-02 Jeffrey A Law (law@cygnus.com)
18496
18497 * gcc.c-torture/execute/980602-1.c: New test.
18498 * gcc.c-torture/execute/980602-2.c: Likewise.
18499
18500 1998-06-02 Dave Love <d.love@dl.ac.uk>
18501
18502 * 970125-0.f: Fix per JCB. Add commentary.
18503
18504 1998-05-31 Michael Meissner <meissner@cygnus.com>
18505
18506 * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
18507 IEEE -0 support.
18508
18509 1998-05-29 Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
18510
18511 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
18512 earlier.
18513
18514 1998-05-28 Catherine Moore <clm@cygnus.com>
18515
18516 * gcc.c-torture/execute/980526-3.c: New test.
18517
18518 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
18519
18520 * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
18521 fail on m68k-motorola-sysv and m88k-motorola-sysv3.
18522 * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
18523 m88k-motorola-sysv3 to XFAIL.
18524
18525 1998-05-26 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18526
18527 * gcc.dg/980526-1.c: New test.
18528 * gcc.c-torture/execute/980526-2.c: New test.
18529
18530 1998-05-26 Jeffrey A Law (law@cygnus.com)
18531
18532 * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
18533
18534 * gcc.c-torture/execute/980526-1.c: New test.
18535
18536 1998-05-26 Dave Love <d.love@dl.ac.uk>
18537
18538 * g77.f-torture/execute/alpha2.f: Add runtime test.
18539
18540 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
18541
18542 * g++.old-deja/old-deja.exp: Strip leading directories.
18543
18544 * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
18545 error for the line. Don't run multiple tests for the same line.
18546
18547 1998-05-23 Jeffrey A Law (law@cygnus.com)
18548
18549 * gcc.dg/980523-1.c: New test.
18550
18551 1998-05-23 Dave Love <d.love@dl.ac.uk>
18552
18553 * g77.f-torture/compile/970915-0.f: New test.
18554
18555 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
18556
18557 * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
18558
18559 1998-05-21 Jeffrey A Law (law@cygnus.com)
18560
18561 * gcc.dg/980520-1.c: New test.
18562
18563 1998-05-20 Manfred Hollstein <manfred@s-direktnet.de>
18564
18565 * gcc.dg/980502-1.c: Fix return type.
18566
18567 1998-05-20 Jeffrey A Law (law@cygnus.com)
18568
18569 * gcc.dg/{980502-1.c, clobbers.c}: New tests.
18570 * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
18571 * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
18572 * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
18573 * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
18574
18575 1998-05-20 Dave Love <d.love@dl.ac.uk>
18576
18577 * g77.f-torture/execute/980520-1.f: New test.
18578
18579 1998-05-15 Dave Love <d.love@dl.ac.uk>
18580
18581 * lib/mike-g77.exp: New file.
18582
18583 * g77.f-torture/noncompile/noncompile.exp,
18584 g77.f-torture/noncompile/check0.f: New files.
18585
18586 1998-05-14 Dave Love <d.love@dl.ac.uk>
18587
18588 * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
18589 g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
18590 g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
18591 g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
18592 g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
18593 abort where appropriate.
18594
18595 1998-05-05 Michael Meissner <meissner@cygnus.com>
18596
18597 * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
18598 * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
18599
18600 1998-04-29 Dave Love <d.love@dl.ac.uk>
18601
18602 * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
18603
18604 1998-04-27 Dave Love <d.love@dl.ac.uk>
18605
18606 * g77.f-torture/compile/980427-0.f: New test.
18607
18608 1998-04-24 Dave Love <d.love@dl.ac.uk>
18609
18610 * g77.f-torture/compile/980424-0.f: New test.
18611
18612 1998-04-19 Dave Love <d.love@dl.ac.uk>
18613
18614 * g77.f-torture/compile/980419-2.f (main): New test.
18615 * g77.f-torture/compile/970125-0.f: New test.
18616 * g77.f-torture/compile/980419-1.f: New test.
18617
18618 1998-04-08 Jim Wilson <wilson@cygnus.com>
18619
18620 * gcc.c-torture/execute/980407-1.c: Delete test. Is duplicate
18621 of loop-4.c.
18622
18623 1998-04-07 Jim Wilson <wilson@cygnus.com>
18624
18625 * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
18626
18627 1998-04-03 Jim Wilson <wilson@cygnus.com>
18628
18629 * gcc.c-torture/compile/980329-1.c: New test.
18630
18631 1998-03-18 Jim Wilson <wilson@cygnus.com>
18632
18633 * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
18634 * gcc.dg/980312-1.c: Fix typo in -march command.
18635
18636 1998-03-16 H.J. Lu (hjl@gnu.org)
18637
18638 * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
18639
18640 1998-03-11 Robert Lipe <robertl@dgii.com>
18641
18642 * g77.f-torture/execute/980310-5.f: Deleted. Craig Burley and
18643 Dave Love agree the Fortran source is bogus.
18644
18645 1998-03-11 Robert Lipe <robertl@dgii.com>
18646
18647 * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
18648 g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
18649 g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
18650 g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
18651 * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
18652
18653 1998-03-10 Alexandre Oliva <oliva@dcc.unicamp.br>
18654
18655 * g++.old-deja/g++.other/friend1.C: New test.
18656
18657 1998-02-18 Dave Love <d.love@dl.ac.uk>
18658
18659 * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
18660 possibly uninitialized) variables and declare dnrm2.
18661
18662 1998-02-23 Robert Lipe <robertl@dgii.com>
18663
18664 From Bruno Haible <haible@ilog.fr>:
18665 * gcc.c-torture/execute/980223.c: New test.
18666
18667 1998-02-13 Jeffrey A Law (law@cygnus.com)
18668
18669 * gcc.dg/ifelse-1.c: New test.
18670
18671 1998-02-09 H.J. Lu (hjl@gnu.org)
18672
18673 * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
18674
18675 * lib/old-dejagnu.exp (old-dejagnu): Added the
18676 "execution test - XFAIL *-*-*" handling in the spirit of
18677 "excess errors test -". Changed the "execution test fails"
18678 handling to be like "excess errors test fails".
18679 * Update various tests accordingly.
18680
18681 1998-02-06 Jim Wilson <wilson@cygnus.com>
18682
18683 * gcc.c-torture/execute/980205.c: New test.
18684
18685 1998-01-18 Jeffrey A Law (law@cygnus.com)
18686
18687 * lib/c-torture.exp: Look for .x files instead of .cexp files.
18688 * lib/f-torture.exp: Similarly.
18689 * gcc.c-torture: Rename all .cexp files to .x files.
18690
18691 1997-12-08 J"orn Rennecke <amylaar@cygnus.co.uk>
18692
18693 * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
18694 (940510-1.c): Removed duplicate.
18695 (971104-1.c): New test.
18696
18697 1997-11-25 Kate Hedstrom (kate@ahab.rutgers.edu)
18698
18699 * lib/f-torture.exp: Improve error and loop detection.
18700
18701 1997-11-19 Michael Meissner <meissner@cygnus.com>
18702
18703 * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
18704 use that to size the filler array.
18705
18706 1997-09-26 Bob Manson <manson@charmed.cygnus.com>
18707
18708 * lib/c-torture.exp(c-torture-execute): Fix typo.
18709
18710 * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
18711 testcase as the executable name. Keep the executable around if
18712 the test fails.
18713
18714 1997-09-19 Bob Manson <manson@charmed.cygnus.com>
18715
18716 * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
18717 changes. Only test one -g option, and move it to the end of the
18718 list of options to test.
18719
18720 1997-09-19 Michael Meissner <meissner@cygnus.com>
18721
18722 * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
18723 variable GCC_TORTURE_OPTIONS to supply default switches separated
18724 by colons. If no environment variable, run tests with -O0 -g, -O1
18725 -g, and -O2 -g as well.
18726
18727 1997-09-17 Bob Manson <manson@charmed.cygnus.com>
18728
18729 * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
18730 explanatory comments. Fix indentation.
18731
18732 1997-09-15 Jeffrey A Law (law@cygnus.com)
18733
18734 * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
18735
18736 1997-09-11 Jeffrey A Law (law@cygnus.com)
18737
18738 * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
18739 * g++.old-deja/g++.mike/p7325.C: Likewise.
18740 * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
18741
18742 1997-09-11 Alexandre Oliva (oliva@dcc.unicamp.br)
18743
18744 * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
18745 * g++.old-deja/g++.brendan/crash30.C: Likewise.
18746 * g++.old-deja/g++.brendan/crash39.C: Likewise.
18747 * g++.old-deja/g++.law/operators4.C: Likewise.
18748
18749 1997-09-11 Joe Buck (jbuck@synopsys.com)
18750
18751 * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
18752 * g++.old-deja/g++.mike/p784.C: Ditto.
18753 * g++.old-deja/g++.mike/p785.C: Ditto.
18754
18755 1997-09-05 Jeffrey A Law (law@cygnus.com)
18756
18757 * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
18758
18759 1997-09-03 Bob Manson <manson@charmed.cygnus.com>
18760
18761 * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
18762 target feature; pass this to c-torture-execute as needed.
18763
18764 1997-09-03 Bob Manson <manson@charmed.cygnus.com>
18765
18766 * lib/c-torture.exp(c-torture-execute): If the previous and the
18767 current executables being tested are identical, we don't need to
18768 run the executable again. Try to make the executable names
18769 unique. Add an optional argument for passing additional compiler
18770 flags.
18771
18772 1997-09-02 Doug Evans <dje@canuck.cygnus.com>
18773
18774 * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
18775
18776 1997-08-29 Jeffrey A Law (law@cygnus.com)
18777
18778 * gcc.c-torture/execute/921007-1.c: Make strcmp static.
18779
18780 1997-07-31 Jeffrey A Law (law@cygnus.com)
18781
18782 * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
18783 32bit or larger longs.
18784
18785 * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
18786 have either a 32bit long or 32bit int.
18787
18788 1997-07-29 J"orn Rennecke <amylaar@cygnus.co.uk>
18789
18790 * gcc.c-torture/execute/conversion.c (test_float_to_integer):
18791 Make double precision tests dependent on sizeof (double).
18792
18793 1997-07-09 Bob Manson <manson@charmed.cygnus.com>
18794
18795 * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
18796 too.
18797
18798 1997-06-17 J"orn Rennecke <amylaar@cygnus.co.uk>
18799
18800 * gcc.c-torture/compile/961203-1.cexp: New script.
18801
18802 1997-06-16 Bob Manson <manson@charmed.cygnus.com>
18803
18804 * lib/g++.exp(g++_init): Use g++_include_flags instead of making
18805 up the includes ourselves.
18806
18807 1997-06-11 Bob Manson <manson@charmed.cygnus.com>
18808
18809 * lib/plumhall.exp: Remove random include, and add a few
18810 verbose messages for debugging.
18811
18812 1997-06-06 Bob Manson <manson@charmed.cygnus.com>
18813
18814 * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
18815 of trying to do it ourselves.
18816
18817 1997-06-04 J"orn Rennecke <amylaar@cygnus.co.uk>
18818
18819 * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
18820
18821 1997-06-04 Bob Manson <manson@charmed.cygnus.com>
18822
18823 * gcc.prms/5403.c: Made regexp a bit less strict.
18824
18825 1997-06-03 Bob Manson <manson@charmed.cygnus.com>
18826
18827 * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
18828 is returned from remote_load instead.
18829 * lib/plumhall.exp: Ditto.
18830 * lib/mike-g++.exp: Ditto.
18831 * lib/old-dejagnu.exp: Ditto.
18832 * lib/c-torture.exp: Ditto.
18833
18834 1997-05-30 Bob Manson <manson@charmed.cygnus.com>
18835
18836 * lib/g++.exp: Use build_wrapper procedure.
18837 * lib/gcc.exp: Ditto.
18838
18839 1997-05-20 Jeffrey A Law (law@cygnus.com)
18840
18841 * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
18842 an old-style decl for malloc. Fixes tests to work when
18843 sizeof (int) != sizeof (size_t).
18844
18845 1997-05-15 Mike Meissner <meissner@cygnus.com>
18846
18847 * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
18848
18849 * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
18850 use stdargs.h interface.
18851
18852 1997-05-15 Mike Meissner <meissner@cygnus.com>
18853
18854 * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
18855 NO_VARARGS when compiling.
18856
18857 1997-05-01 Bob Manson <manson@charmed.cygnus.com>
18858
18859 * lib/plumhall.exp(ph_includes): New procedure.
18860 (ph_make): Use it.
18861 (ph_compiler): Ditto.
18862
18863 * lib/g++.exp: Rename test-glue.c to testglue.c.
18864 * lib/gcc.exp: Ditto.
18865
18866 1997-04-10 Bob Manson <manson@charmed.cygnus.com>
18867
18868 * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
18869 to completion when it's called.
18870
18871 1997-03-21 Michael Meissner <meissner@cygnus.com>
18872
18873 * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
18874 is defined, don't do test.
18875
18876 1997-03-20 Doug Evans <dje@canuck.cygnus.com>
18877
18878 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
18879 for object files.
18880 (ph_summary): Mark skipped testcases as untested, not unresolved.
18881
18882 * lib/plumhall.exp (ph_make): If unresolved because of bad
18883 errorCode, record errorCode in log file.
18884 (*): Replace send_log/verbose with verbose -log.
18885
18886 1997-03-19 Michael Meissner <meissner@cygnus.com>
18887
18888 * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
18889 double conversion if double isn't at least 8 bytes.
18890
18891 * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
18892 int to work with targets where int is 16 bits.
18893
18894 * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
18895 8 bytes, just exit, since 4 byte doubles don't have enough bits of
18896 precision for the test to complete.
18897
18898 1997-03-14 Michael Meissner <meissner@cygnus.com>
18899
18900 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
18901 if d10v is not compiled with the -mdouble64 flag.
18902 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
18903
18904 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
18905 d10v is not compiled with the -mint32 flag.
18906
18907 1997-03-13 Bob Manson <manson@charmed.cygnus.com>
18908
18909 * lib/plumhall.exp: Use incr_count.
18910
18911 1997-03-12 Jeffrey A Law (law@cygnus.com)
18912
18913 * gcc.c-torture: Update to c-torture-1.45.
18914
18915 1997-02-23 Bob Manson <manson@charmed.cygnus.com>
18916
18917 * lib/gcc.exp(gcc_init): Add args parameter (which will contain
18918 the name of the expect testcase file).
18919
18920 * lib/g++.exp(g++_init): Ditto.
18921
18922 1997-02-20 Bob Manson <manson@charmed.cygnus.com>
18923
18924 * lib/g++.exp(g++_exit): $gluefile lives on the build, not
18925 the host.
18926
18927 * lib/gcc.exp(gcc_exit): New procedure.
18928
18929 1997-02-19 Bob Manson <manson@charmed.cygnus.com>
18930
18931 * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
18932 specs where appropriate.
18933
18934 * g++.old-deja/g++.arm/*: Added additional ERROR checks
18935 because of new "candidates are" messages, and removed a few
18936
18937 * Converted all non-old-style g++ testcases to old-style, and
18938 moved into g++.old-deja.
18939
18940 1997-02-14 Bob Manson <manson@charmed.cygnus.com>
18941
18942 * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
18943 options.
18944
18945 * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
18946 succeeded.
18947
18948 * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
18949
18950 1997-02-13 Michael Meissner <meissner@cygnus.com>
18951
18952 * lib/gcc.exp (gcc_target_compile): Add support for defining
18953 NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
18954 the machine doesn't have those features.
18955
18956 1997-02-11 Bob Manson <manson@charmed.cygnus.com>
18957
18958 * g++.law/operators4.exp: Don't use LIBS.
18959
18960 1997-02-08 Bob Manson <manson@charmed.cygnus.com>
18961
18962 * g++.law/virtual1.exp: Don't use CXX_FLAGS.
18963
18964 * lib/mike-g++.exp: Don't set the compiler to be tested here.
18965 * lib/g++.exp: Set it here instead. Also, allow use of the
18966 --tool_exec and --tool_opt options. Change CXX to
18967 GXX_UNDER_TEST.
18968
18969 * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
18970
18971 * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
18972
18973 1997-02-07 Bob Manson <manson@charmed.cygnus.com>
18974
18975 * lib/old-dejagnu.exp: Use prune_warnings instead of
18976 prune_system_crud.
18977 * lib/mike-g++.exp: Ditto.
18978 * lib/gcc.exp: Ditto.
18979 * lib/g++.exp: Ditto.
18980
18981 * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
18982
18983 1997-02-07 Jeffrey A Law (law@cygnus.com)
18984
18985 * 941014-2.c: Include stdlib.h
18986 * 960327-1.c: Include stdio.h
18987 * dbra.c, index-1.c: Don't assume ints are 32bits.
18988
18989 1997-02-04 Bob Manson <manson@charmed.cygnus.com>
18990
18991 * lib/gcc.exp: Add gcc,stack_size target feature.
18992
18993 * lib/g++.exp(g++_target_compile): Add the include and link
18994 paths here, not in two other places. And, it's $options, not
18995 options.
18996
18997 * lib/mike-g++.exp(postbase): Remove the code that determines
18998 the correct include and link paths.
18999 * g++.old-deja/old-deja.exp: Ditto.
19000
19001 1997-02-03 Bob Manson <manson@charmed.cygnus.com>
19002
19003 * lib/g++.exp(g++_init): target_compile no longer returns the
19004 filename of the result.
19005
19006 1997-02-02 Bob Manson <manson@charmed.cygnus.com>
19007
19008 * gcc.misc-tests/gcov.exp: Add -nocomplain to the
19009 call to glob.
19010
19011 * gcc.c-torture/special/special.exp: Change call to
19012 gcc_target_compile to include the object file.
19013
19014 1997-02-02 Ian Lance Taylor <ian@cygnus.com>
19015
19016 * gcc.c-torture/special/special.exp: Correct misspelling in last
19017 change.
19018
19019 1997-02-01 Bob Manson <manson@charmed.cygnus.com>
19020
19021 * lib/plumhall.exp(ph_summary): Log the entire output of the
19022 executable. Return -1 if there were any failures, 0 otherwise.
19023 (ph_execute): Return -1 if there were any failures, 0 otherwise.
19024 (ph_make): Clean up objects and executables that were built
19025 if the tests succeeded.
19026
19027 1997-01-30 Bob Manson <manson@charmed.cygnus.com>
19028
19029 * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
19030 libraries and includes in the build tree as appropriate.
19031
19032 1997-01-29 Bob Manson <manson@charmed.cygnus.com>
19033
19034 * lib/c-torture.exp: Instead of looking for the global variable
19035 NO_LONG_LONG, check to see if that's a feature of the target.
19036
19037 1997-01-29 Bob Manson <manson@charmed.cygnus.com>
19038
19039 * config/default.exp: Minimize. Delete the remainer of the files in
19040 config; this functionality is now in devo/dejagnu/config.
19041
19042 g++.*/*: Pass any additional flags used to compile to postbase;
19043 delete CXXFLAGS.
19044
19045 gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
19046 is now done by runtest.exp. Use gcc_target_compile instead of
19047 compile.
19048
19049 lib/c-torture.exp: Use gcc_target_compile instead of compile.
19050 Remove references to CFLAGS. Use remote_file instead of
19051 calling rm -f.
19052 (c-torture): Take a list of arguments to use to compile this
19053 testcase.
19054
19055 lib/g++.exp: Simplify. Use target_compile instead of compile.
19056 lib/gcc-dg.exp: Ditto.
19057 lib/gcc.exp: Ditto.
19058 lib/mike-{gcc,g++}.exp: Ditto.
19059 lib/old-dejagnu.exp: Ditto.
19060 lib/plumhall.exp: Ditto.
19061
19062 1997-01-08 Jim Wilson <wilson@cygnus.com>
19063
19064 * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
19065 (ph_linker): Likewise.
19066
19067 1996-11-13 Joern Rennecke <amylaar@cygnus.com>
19068
19069 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
19070 MAP_ANON / MAP_ANONYMOUS if defined;
19071 else try to map from /dev/zero .
19072
19073 1996-11-12 Jeffrey A Law (law@cygnus.com)
19074
19075 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: If MAP_ANON
19076 isn't defined, then define it to MAP_ANONYMOUS.
19077
19078 1996-11-12 Jeffrey A Law (law@cygnus.com)
19079
19080 * gcc.c-torture: Update to c-torture-1.42 release.
19081
19082 1996-11-11 Jeffrey A Law (law@cygnus.com)
19083
19084 * gcc.c-torture: Update to c-torture-1.41 release.
19085
19086 1996-10-27 Jeffrey A Law (law@cygnus.com)
19087
19088 * gcc.c-torture/execute/enum-1.c: New test. Will be in next
19089 c-torture release.
19090
19091 1996-08-15 Brendan Kehoe <brendan@lisa.cygnus.com>
19092
19093 * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
19094 and LDFLAGS. Fix second case to append the target_info ldflags
19095 onto LDFLAGS, not CFLAGS.
19096 * lib/g++.exp (g++_init): Add target_info stuff.
19097 * lib/old-dejagnu.exp (old-dejagnu-init): Likewise. Add inclusion
19098 of libgloss and newlib flags for !native.
19099
19100 * config/proelf.exp: Load remote.exp and do `push_target hppro'.
19101 (GDB): Fix relative path to go up another dir for finding gdb.
19102
19103 1996-08-08 Rob Savoye <rob@chinadoll.cygnus.com>
19104
19105 * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
19106 versions in the target_info array, if they don't exist.
19107
19108 1996-08-02 Brendan Kehoe <brendan@lisa.cygnus.com>
19109
19110 * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
19111
19112 1996-07-08 Jim Wilson <wilson@cygnus.com>
19113
19114 * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
19115 * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
19116
19117 1996-07-01 Bob Manson <manson@charmed.cygnus.com>
19118
19119 * lib/old-dejagnu.exp: Don't remove the output file before we've
19120 actually tested it. Don't append pwd to the path of the executable
19121 we're testing.
19122
19123 1996-06-30 Doug Evans <dje@canuck.cygnus.com>
19124
19125 * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
19126
19127 1996-06-26 Bob Manson <manson@charmed.cygnus.com>
19128
19129 * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
19130 temporary directory for compiler files, and set it to a default
19131 value of /tmp. Set $output as the name of the output file from
19132 compiling the testcase. Add a -o option to $cflags_var so the
19133 compiler writes the final output file as $output. Set $executable
19134 to $output.
19135
19136 * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
19137 directory for compiler files, and set it to /tmp if it doesn't
19138 already have a value. Set $output_file to the name of the output
19139 file from compiling the testcase. Add a -o option to CXXFLAGS so
19140 the compiler writes the final output file as $output. Use $output
19141 as the executable to be tested.
19142
19143 1996-06-24 Brendan Kehoe <brendan@lisa.cygnus.com>
19144
19145 * lib/g++.exp: Also add -Wl,-rpath,... for linux.
19146
19147 1996-06-08 Jeffrey A Law (law@cygnus.com)
19148
19149 * gcc.c-torture/execute/pending-1.c: New test. Still
19150 pending in Tege's queue.
19151
19152 1996-04-24 Jim Wilson <wilson@chestnut.cygnus.com>
19153
19154 * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
19155 Add variables local_failcnt and local_unresolvedcnt. Call gcc_fail
19156 if there were failures. Call unresolved if there were unresolved
19157 testcases. Call gcc_fail if program did not run to completion.
19158 (ph_make): Pass additional argument name to ph_execute.
19159 (ph_execute): Add new argument. Pass additional arguments to
19160 ph_summary. Call gcc_fail is there is no execution output.
19161
19162 1996-04-24 Jeffrey A Law (law@cygnus.com)
19163
19164 * lib/plumhall.exp (proc_summary): Output relavent summary
19165 lines into the log so specific failures in plumhall can be
19166 investigated.
19167
19168 1996-04-10 Jeffrey A Law (law@cygnus.com)
19169
19170 * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
19171 (c-torture-execute): Don't try to execute tests which use
19172 "long long" types if $NO_LONG_LONG is nonzero.
19173
19174 1996-04-08 Doug Evans <dje@canuck.cygnus.com>
19175
19176 * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
19177 not c-torture.
19178
19179 * gcc.ieee: Move from here.
19180 * gcc.c-torture/execute/ieee: To here.
19181
19182 1996-03-26 Jeffrey A Law (law@cygnus.com)
19183
19184 * gcc.c-torture: Update to c-torture-1.41 release.
19185
19186 1996-03-22 Jeffrey A Law (law@cygnus.com)
19187
19188 * lib/c-torture.exp (c-torture-execute): Remove "$executable",
19189 not "$output".
19190
19191 1996-03-07 Doug Evans <dje@charmed.cygnus.com>
19192
19193 * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
19194 -c present.
19195
19196 1996-03-02 Jeffrey A Law (law@cygnus.com)
19197
19198 * config/proelf.exp: Handle connecting to a simulator.
19199
19200 1996-01-31 Jeffrey A Law (law@cygnus.com)
19201
19202 * config/proelf.exp: New file. Enough framework that we can
19203 run c-torture tests on the proelf targets (or any other target
19204 that gdb can connect to for that matter).
19205
19206 1996-01-29 Doug Evans <dje@canuck.cygnus.com>
19207
19208 * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
19209 * gcc.ph/testing/limits/limits.exp: Likewise. Don't pass $CFLAGS.
19210
19211 * lib/plumhall.exp (ph_execute): Always call ph_summary if
19212 exec_output exists.
19213
19214 1996-01-28 Doug Evans <dje@charmed.cygnus.com>
19215
19216 * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
19217 (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
19218
19219 * config/*.exp: Update FSF address. Change result of ${tool}_load
19220 to pass/fail/unresolved/unsupported/untested. Caller must now
19221 call unresolved/unsupported/untested.
19222 * lib/*.exp: Update FSF address. Update to handle new results of
19223 ${tool}_load.
19224 * lib/chill.exp (verbose): Delete.
19225
19226 1996-01-27 Doug Evans <dje@charmed.cygnus.com>
19227
19228 * lib/gcc.exp (default_gcc_start): Change order of args to
19229 $LDFLAGS $CFLAGS $LIBS.
19230 * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
19231 Save/set/restore CFLAGS. Pass single arg to gcc_start.
19232 * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
19233 (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19234 * gcc.misc-tests/dg-test.exp: Likewise.
19235 * gcc.misc-tests/msgs.exp: Likewise.
19236 * gcc.prms/prms.exp: Likewise.
19237 * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
19238 (CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19239
19240 * lib/dg.exp: Deleted, moved to dejagnu/lib.
19241
19242 1996-01-24 Brendan Kehoe <brendan@lisa.cygnus.com>
19243
19244 * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
19245
19246 * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
19247 * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
19248
19249 * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
19250 necessary.
19251
19252 1996-01-20 Brendan Kehoe <brendan@cygnus.com>
19253
19254 * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
19255 global for loop; add use of $mathlib.
19256 * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
19257 settings here; set mathlib for anything but VxWorks.
19258
19259 1996-01-22 Jeffrey A Law (law@cygnus.com)
19260
19261 * gcc.c-torture: Update to c-torture-1.40 release.
19262
19263 1996-01-03 Jeffrey A Law (law@cygnus.com)
19264
19265 * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
19266 dg.exp.
19267
19268 1995-12-03 Jeffrey A. Law <law@sethra.cygnus.com>
19269
19270 * lib/c-torture.exp (c-torture-execute): Declare "output" as
19271 global.
19272
19273 1995-11-17 Doug Evans <dje@canuck.cygnus.com>
19274
19275 * lib/g++.exp (LIBS): Define if not already.
19276 * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
19277 (gcc-dg-prune): Call prune_gcc_output.
19278 * lib/gcc.exp (prune_gcc_output): New proc.
19279 * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
19280 prune_gcc_output.
19281
19282 1995-11-16 Doug Evans <dje@canuck.cygnus.com>
19283
19284 * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
19285 (c-torture-execute): Likewise. Rename `name' to `testcase'.
19286
19287 1995-11-15 Jeffrey A Law (law@cygnus.com)
19288
19289 * gcc.c-torture: Update to c-torture-1.39 release.
19290
19291 1995-11-04 Doug Evans <dje@canuck.cygnus.com>
19292
19293 * lib/c-torture.exp (c-torture-execute): Don't return if one option
19294 fails, try others as well.
19295
19296 1995-11-02 Doug Evans <dje@canuck.cygnus.com>
19297
19298 * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
19299 If compilation fails, mark execute tests as `untested'.
19300 If test is marked as unsupported, don't mark compilation and
19301 execute tests as failed.
19302
19303 1995-10-25 Brendan Kehoe <brendan@lisa.cygnus.com>
19304
19305 * lib/g++.exp (g++_init): Don't link in libg++, and look to
19306 libstdc++ for whether or not we want to be doing shared
19307 libraries. Delete link_curses since we don't need it anymore.
19308 * lib/mike-g++.exp (postbase): Don't link in libg++.
19309 * g++.old-deja/old-deja.exp: Likewise.
19310
19311 1995-10-23 Brendan Kehoe <brendan@lisa.cygnus.com>
19312
19313 * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
19314
19315 1995-10-17 Brendan Kehoe <brendan@lisa.cygnus.com>
19316
19317 * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
19318 For that, add `-Wl,-a,shared_archive'.
19319 * g++.old-deja/old-deja.exp: Likewise.
19320
19321 1995-10-17 Doug Evans <dje@canuck.cygnus.com>
19322
19323 * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
19324
19325 1995-10-16 Brendan Kehoe <brendan@cygnus.com>
19326
19327 * lib/mike-g++.exp (postbase): Pay attention to the status of
19328 g++_load.
19329
19330 1995-10-16 Brendan Kehoe <brendan@lisa.cygnus.com>
19331
19332 * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
19333
19334 1995-10-16 Doug Evans <dje@canuck.cygnus.com>
19335
19336 * lib/gcc.exp (default_gcc_start): No longer need to log program
19337 being executed or its output, execute_anywhere does that now.
19338 * lib/g++.exp (default_g++_version): Call execute_anywhere.
19339 (default_g++_start): Likewise. Delete calls to verbose/send_log.
19340
19341 1995-10-12 Brendan Kehoe <brendan@lisa.cygnus.com>
19342
19343 * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
19344 the same as those in lib/g++.exp.
19345
19346 1995-10-10 Jeff Law (law@hurl.cygnus.com)
19347
19348 * gcc.c-torture: Update to c-torture-1.38 release.
19349 * gcc.ieee: Related changes.
19350
19351 1995-10-06 Rob Savoye <rob@darkstar.cygnus.com>
19352
19353 * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
19354 "exec". Minor reformatting changes.
19355
19356 * config/rom68k.exp (${tool}_load): Make it work in a canadian
19357 cross. This means all "exec" calls now work on a remote host as
19358 well.
19359 * lib/c-torture.exp (c-torture-compile): Make work for a canadian
19360 cross. Filter out the extra "\r\n" stuff that expect puts in.
19361 (c-torture-execute): Filter out the bogus warnings like
19362 c-torture-compile does. Add support for canadian cross.
19363 * lib/gcc.exp (default_gcc_version, default_gcc_start)
19364 Use execute_anywhere rather than calling exec directly. Now it
19365 works for canadian cross testing.
19366
19367 1995-10-05 Brendan Kehoe <brendan@rtl.cygnus.com>
19368
19369 * lib/g++.exp: Add -nocomplain flag to glob. Use catch to put the
19370 results into a variable, and check that rather than using file exists.
19371
19372 1995-10-04 Brendan Kehoe <brendan@lisa.cygnus.com>
19373
19374 * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
19375 create a libg++.so. For sunos4.1.*, also add -ltermcap.
19376
19377 1995-09-26 Brendan Kehoe <brendan@lisa.cygnus.com>
19378
19379 * g++.old-deja/old-deja.exp: Create and pass runshlib and
19380 lib_curses if there's a shared libg++ in the build tree.
19381
19382 1995-09-22 Doug Evans <dje@canuck.cygnus.com>
19383
19384 * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
19385 if not supported target.
19386
19387 1995-09-22 Brendan Kehoe <brendan@lisa.cygnus.com>
19388
19389 * lib/g++.exp (g++_init): Move empty setting of runshlib and
19390 link_curses up to always happen, not just for native builds.
19391
19392 1995-09-21 Jeff Law (law@snake.cs.utah.edu)
19393
19394 * gcc.c-torture: Update to c-torture-1.36 release.
19395 * gcc.failure: Related changes.
19396
19397 1995-09-20 Doug Evans <dje@canuck.cygnus.com>
19398
19399 * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
19400
19401 1995-09-19 Brendan Kehoe <brendan@lisa.cygnus.com>
19402
19403 * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
19404 * lib/mike-g++.exp (postbase): Not in here. Still reference
19405 runshlib, link_curses, and mathlib for link and run.
19406
19407 * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
19408 pass the runtime shared library options for Solaris, OSF/1, and
19409 Irix5, and link with -lcurses to avoid unresolved references.
19410
19411 1995-09-13 Brendan Kehoe <brendan@lisa.cygnus.com>
19412
19413 * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
19414 only run once.
19415
19416 1995-09-13 Doug Evans <dje@canuck.cygnus.com>
19417
19418 * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
19419
19420 1995-09-11 Jeff Law (law@snake.cs.utah.edu)
19421
19422 * gcc.c-torture: Update to c-torture-1.35 release. Note we
19423 do not have a framework for the "compat" tests yet.
19424
19425 1995-09-09 Brendan Kehoe <brendan@lisa.cygnus.com>
19426
19427 * lib/mike-g++.exp (postbase): New local variable `mathlib',
19428 set to null if we're testing vxworks5.1. Use that instead of
19429 `-lm' in the setting of LIBS for link and run.
19430
19431 1995-09-08 Brendan Kehoe <brendan@lisa.cygnus.com>
19432
19433 * config/rom68k.exp (${tool}_load): Major changes to make it
19434 work. Verified that it does in fact return the stuff in
19435 exec_output properly. Catch any Emul or any TRAP other than 0.
19436
19437 1995-09-07 Brendan Kehoe <brendan@lisa.cygnus.com>
19438
19439 * lib/mike-g++.exp (prebase): Call g++_init at the end to set
19440 LDFLAGS properly for targets that need stuff from libgloss.
19441 * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
19442 only run once.
19443 (gpp_initialized): New variable.
19444
19445 1995-09-06 Rob Savoye <rob@darkstar.cygnus.com>
19446
19447 * config/rom68k.exp: Load libgloss.exp.
19448 * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
19449 so we can produce a fully linked binary.
19450 * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
19451 so we can produce a fully linked binary.
19452
19453 1995-09-03 Doug Evans <dje@canuck.cygnus.com>
19454
19455 * lib/plumhall.exp (ph_section): Watch for expected failures.
19456 Add missing `else'.
19457
19458 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
19459 run the testcase.
19460 (c-torture): Likewise.
19461
19462 1995-08-28 Doug Evans <dje@cygnus.com>
19463
19464 * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
19465
19466 * lib/mike-g++.exp (mike_cleanup): New proc.
19467 (prebase): New globals compiler_result, not_compiler_result,
19468 target_regexp.
19469 (postbase): Likewise. Call mike_cleanup. Pass "--" to regexp to
19470 allow leading "-" in pattern. Watch for unsupported tests.
19471 If $compiler_result is set, pattern match assembler code,
19472 and ditto for $not_compiler_result.
19473 * lib/mike-gcc.exp: Likewise.
19474
19475 * lib/plumhall.exp (ph_execute): Only call ph_summary if
19476 execution "succeeded".
19477
19478 1995-08-14 Doug Evans <dje@canuck.cygnus.com>
19479
19480 * config/win32.exp: New file.
19481 * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
19482
19483 1995-08-04 Doug Evans <dje@canuck.cygnus.com>
19484
19485 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
19486 unsupported.
19487 * lib/mike-{gcc,g++}.exp (postbase): Likewise.
19488 * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
19489 * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
19490
19491 * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
19492 "... without exceptions was ...". That is now handled by
19493 prune_system_crud.
19494 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
19495
19496 1995-08-01 Doug Evans <dje@canuck.cygnus.com>
19497
19498 * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
19499 sieve.c,sort2.c}: New files.
19500 * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
19501 sieve.exp,sort2.exp}: Drivers for them.
19502
19503 * lib/mike-gcc.exp (program_output): New user settable variable.
19504 (postbase): Call prune_system_crud. Also prune extraneous compiler
19505 messages.
19506 * lib/mike-g++.exp (program_output): New user settable variable.
19507
19508 * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
19509
19510 * config/sh.exp: Deleted (use sim.exp instead).
19511
19512 1995-07-28 Brendan Kehoe <brendan@lisa.cygnus.com>
19513
19514 * config/vx.exp: Declare CHECKTASK as global.
19515 * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
19516 * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
19517 * lib/old-dejagnu.exp: Load [pwd]/$executable.
19518
19519 1995-07-26 Brendan Kehoe <brendan@lisa.cygnus.com>
19520
19521 * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
19522 target. Like vx.exp, only includes `vx29k.exp' instead of
19523 `vxworks.exp'.
19524
19525 1995-07-23 Ian Lance Taylor <ian@cygnus.com>
19526
19527 * config/sim.exp: Increase time limit from 120 seconds to 240.
19528
19529 1995-07-06 Jeffrey A. Law <law@rtl.cygnus.com>
19530
19531 * gcc.c-torture/execute/950628-1.c: New test.
19532
19533 1995-06-10 Jeff Law (law@snake.cs.utah.edu)
19534
19535 * gcc.c-torture: Update with changes/additions from
19536 c-torture-1.34.
19537
19538 1995-06-05 Doug Evans <dje@canuck.cygnus.com>
19539
19540 * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
19541
19542 1995-06-04 Jeff Law (law@snake.cs.utah.edu)
19543
19544 * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
19545
19546 1995-06-01 Jeff Law (law@snake.cs.utah.edu)
19547
19548 * gcc.c-torture/compile/950512-1.c: New test.
19549 * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
19550 * gcc.dg/struct-ret-1.c: Likewise.
19551
19552 1995-05-31 Doug Evans <dje@canuck.cygnus.com>
19553
19554 * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
19555 930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
19556
19557 1995-05-30 Doug Evans <dje@canuck.cygnus.com>
19558
19559 * gcc.c-torture/special/920411-1.c: Deleted.
19560 * gcc.c-torture/special/special.exp: Delete 920411-1.c.
19561
19562 1995-05-22 Doug Evans <dje@chestnut.cygnus.com>
19563
19564 * config/sim.exp (${tool}_load): Hack in call to bash to get a
19565 cpu limit.
19566
19567 1995-05-12 Torbjorn Granlund <tege@rtl.cygnus.com>
19568
19569 * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
19570
19571 1995-05-04 Torbjorn Granlund <tege@adder.cygnus.com>
19572
19573 From kenner;
19574 * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
19575 is the proper length.
19576 * va-arg-3.c: Likewise.
19577
19578 1995-04-30 Doug Evans <dje@canuck.cygnus.com>
19579
19580 * lib/dg.exp: Moved to dejagnu/lib. Copy kept here (for awhile).
19581 * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
19582
19583 * lib/gcc.exp (default_gcc_start): Delete old cruft. Delete result.
19584 * lib/g++.exp (default_g++_start): Delete old cruft.
19585
19586 1995-04-25 Torbjorn Granlund <tege@cygnus.com>
19587
19588 * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
19589 (2 * (1 << 18)) to (2 * (1 << 17)).
19590
19591 * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
19592
19593 1995-04-20 J.T. Conklin <jtc@rtl.cygnus.com>
19594
19595 * config/rom68k.exp: Renamed from config/idp.exp
19596
19597 1995-04-18 Torbjorn Granlund <tege@rtl.cygnus.com>
19598
19599 * c-torture/compile/921109-2.c
19600
19601 1995-04-18 Mike Stump <mrs@cygnus.com>
19602
19603 * lib/old-dejagnu.exp: We expect Execution test failure if we expected
19604 excess errors.
19605
19606 1995-04-15 Doug Evans <dje@chestnut.cygnus.com>
19607
19608 * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
19609 output.
19610 * lib/g++.exp (default_g++_start): Likewise.
19611
19612 1995-03-29 Torbjorn Granlund <tege@adder.cygnus.com>
19613
19614 * gcc.c-torture/compile/950329-1.c: New test.
19615
19616 1995-03-28 J.T. Conklin <jtc@rtl.cygnus.com>
19617
19618 * config/bug.exp (${tool}_load): Updated to use new remote_open
19619 and remote_close procs.
19620 * config/idp.exp: New file.
19621
19622 1995-03-22 Torbjorn Granlund <tege@rtl.cygnus.com>
19623
19624 * gcc.c-torture/execute/950322-1.c: New test.
19625
19626 1995-03-21 Doug Evans <dje@canuck.cygnus.com>
19627
19628 * config/vx.exp (${tool}_load): Clean up testing of return code from
19629 vxworks_ld and vxworks_spawn.
19630
19631 1995-03-21 Doug Evans <dje@deneb.cygnus.com>
19632
19633 * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
19634
19635 1995-03-13 Mike Stump <mrs@cygnus.com>
19636
19637 * lib/old-deja.exp: Add `excess errors test - ' error, now one
19638 can mark excess errors on a machine by machine basis. Note, the
19639 default is to not expect any excess errors, even when excess
19640 errors test - is given, so you will want to put an XFAIL ... on
19641 these lines. For example, // excess errors test - XFAIL hppa*-*-*
19642 mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
19643 those 4 machines, but no others.
19644
19645 1995-03-10 J.T. Conklin <jtc@rtl.cygnus.com>
19646
19647 * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
19648 * lib/c-torture.exp: to here.
19649
19650 1995-03-10 Torbjorn Granlund <tege@adder.cygnus.com>
19651
19652 * gcc.c-torture/execute/950221-1.c: New test.
19653 * gcc.c-torture/execute/struct-ret-1.c: New test.
19654 * gcc.c-torture/compile/950221-1.c: New test.
19655
19656 * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
19657
19658 1995-03-03 Doug Evans <dje@canuck.cygnus.com>
19659
19660 * gcc.c-torture/execute/arith-1.c (main): Return 0.
19661 * gcc.c-torture/execute/arith-rand.c (main): Return 0.
19662
19663 1995-03-01 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
19664
19665 * g++.gb: New directory of tests, derived from my signature and
19666 class scoping tests.
19667
19668 * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
19669 * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
19670 * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
19671 * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
19672 * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
19673 * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
19674 * g++.gb/sig25.C: Likewise.
19675
19676 * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
19677 * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
19678 * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
19679 * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
19680 * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
19681 * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
19682 * g++.gb/sig25.exp: Likewise.
19683
19684 * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
19685 * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
19686 * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
19687 * g++.gb/scope13.C: Likewise, this test still fails.
19688
19689 * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
19690 * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
19691 * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
19692 * g++.gb/scope13.exp: Ditto.
19693
19694 * g++.gb/README: New file, explains what these tests are about.
19695
19696 1995-02-28 Doug Evans <dje@canuck.cygnus.com>
19697
19698 * lib/dg.exp (dg-do): Support `preprocess'.
19699 (dg-test): Likewise.
19700
19701 1995-02-13 J.T. Conklin <jtc@rtl.cygnus.com>
19702
19703 * config/udi.exp: change "continue -expect" to "exp_continue".
19704
19705 1995-02-11 Torbjorn Granlund (tege@tiny.cygnus.com)
19706
19707 * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
19708 Delete redundant tests.
19709
19710 * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
19711 * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
19712 * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
19713 * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
19714 * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
19715 * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
19716 * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
19717 * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
19718
19719 * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
19720 storing label pointers.
19721 * gcc.c-torture/execute/921019-1.c: Likewise.
19722 * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
19723 * gcc.c-torture/execute/930513-1.c: Provide full declaration for
19724 parameter fp.
19725 * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
19726 constants.
19727
19728 * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
19729 Delete obsolete tests.
19730
19731 * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
19732 * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
19733 * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
19734 * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
19735 * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
19736 * gcc.c-torture/compile/950124-1.c: New test.
19737
19738 * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
19739
19740 1995-02-08 Jason Merrill <jason@phydeaux.cygnus.com>
19741
19742 * lib/mike-g++.exp: Add -lm to LIBS.
19743
19744 1995-02-07 Doug Evans <dje@canuck.cygnus.com>
19745
19746 * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
19747
19748 1995-01-30 Jason Merrill <jason@phydeaux.cygnus.com>
19749
19750 * lib/mike-g++.exp: Add -lstdc++ to LIBS.
19751
19752 1995-01-12 Doug Evans <dje@canuck.cygnus.com>
19753
19754 * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
19755
19756 1995-01-02 Jeff Law (law@snake.cs.utah.edu)
19757
19758 * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
19759 * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
19760 * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
19761 * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
19762 * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
19763 * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
19764 * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
19765 * g++.law/{operators31.C, operators32.C,
19766 * g++.law/{operators33.C, operators34.C}: Likewise.
19767 * g++.law/{pic1.C, refs2.C}: Likewise.
19768 * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
19769 * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
19770 * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
19771 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
19772
19773 * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
19774 * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
19775 * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
19776 * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
19777 * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
19778 * g++.law/{enum9.exp, friend5.exp}: Likewise.
19779 * g++.law/{nest3.exp, nest4.exp}: Likewise.
19780 * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
19781 * g++.law/{operators30.exp, operators31.exp}: Likewise.
19782 * g++.law/{operators32.exp, operators33.exp}: Likewise.
19783 * g++.law/{operators34.exp}: Likewise.
19784 * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
19785 * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
19786 * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
19787 * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
19788 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
19789
19790 * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
19791 No longer expected to fail.
19792 * g++.law/missed-error3.C: Tweak for recent bool changes.
19793
19794 1994-12-04 Doug Evans <dje@canuck.cygnus.com>
19795
19796 * config/emb-unix: Deleted.
19797 * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
19798 remote execution. Do final link on remote host if REMOTE_LINK is set.
19799
19800 1994-12-01 Doug Evans <dje@canuck.cygnus.com>
19801
19802 * lib/dg.exp (dg-test): Fix typo in last patch.
19803
19804 1994-11-30 Doug Evans <dje@canuck.cygnus.com>
19805
19806 * lib/dg.exp (dg-test): Fix pattern that searches for expected output
19807 (handles multiple occurrences).
19808
19809 1994-11-24 Doug Evans <dje@canuck.cygnus.com>
19810
19811 * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
19812 * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
19813 $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
19814 printed).
19815 * lib/c-torture.exp (c-torture-compile): Likewise.
19816 (c-torture): Prepend full path if missing.
19817 * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
19818 (gcc_fail): Likewise.
19819 * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
19820
19821 1994-11-23 J.T. Conklin <jtc@rtl.cygnus.com>
19822
19823 * lib/netware.exp: Only attach to NetWare i386 systems.
19824
19825 1994-11-16 Doug Evans <dje@canuck.cygnus.com>
19826
19827 * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
19828 messages. Add test name to "output pattern match" pass/fail message.
19829
19830 1994-11-12 Doug Evans <dje@canuck.cygnus.com>
19831
19832 * gcc.dg: New testsuite.
19833 * gcc.dg/dg.exp: New file.
19834
19835 * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
19836 test-switch.c}: Deleted.
19837
19838 * gcc.misc-tests/msgs.exp: New testcase driver.
19839
19840 1994-11-09 Doug Evans <dje@canuck.cygnus.com>
19841
19842 * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
19843 Watch for illegal return values from ${tool}_load.
19844 * config/unix.exp (${tool}_load): Fix pass/fail detection for
19845 cross targets. Coerce return value >0 to 1.
19846
19847 1994-11-08 Doug Evans <dje@canuck.cygnus.com>
19848
19849 * config/unix.exp (${tool}_load): Call program rsh, not proc.
19850
19851 * config/emb-unix.exp: New file.
19852
19853 * config/sim.exp: Error if variable $SIM not defined.
19854 (${tool}_load): Mark test as "untested" if simulator missing.
19855
19856 * config/unix.exp: Load remote.exp to get rcp_download.
19857 * lib/c-torture.exp: Use different option lists for testcases with
19858 and without loops.
19859 * gcc.c-torture/execute/execute.exp: Likewise.
19860
19861 1994-11-02 Doug Evans <dje@canuck.cygnus.com>
19862
19863 * config/*.exp: Clarify return code from ${tool}_load.
19864 Call `unresolved' or `untested' instead of `warning' or `perror'
19865 (sometimes you still want to call both though).
19866 Add comment that `shell_id' is local to each file.
19867 * config/udi.exp (timeout): Set to 30.
19868 Don't print warning if connection fails, $connectmode has already
19869 printed an error.
19870 (${tool}_load): Move verbose messages to level 2.
19871 Rework pattern for "Process started" message.
19872 Pass `shell_id' to ${connectmode}_download.
19873 Retry twice upon timeout. Make resetting of target more robust.
19874 (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
19875 Pass `shell_id' to exit_$connectmode.
19876 Only call exit_$connectmode if connected.
19877 * config/unix.exp (${tool}_load): Check return codes better.
19878 * config/vrtx.exp (${tool}_load): Likewise.
19879 * config/vx.exp (${tool}_load): Likewise.
19880 Delete unneeded global's.
19881 * lib/dg.exp (dg-test): Update to reflect clarified return codes
19882 from ${tool}_load.
19883 (dg-stat): Delete.
19884 (dg-init): Delete recording of pass/fail counts.
19885 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
19886 (old-dejagnu-init): Likewise.
19887 (old-dejagnu-stat): Delete contents, empty proc now.
19888 * lib/c-torture.exp (TORTURE_OPTIONS): New global.
19889 (c-torture): Delete references to lcnt, lpass, lfail.
19890 Get option list from TORTURE_OPTIONS.
19891 Delete -funroll[-all]-loops if no loops.
19892 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
19893 (g++_stat): Delete contents (empty proc now).
19894 * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
19895 (gcc_finish): Likewise.
19896 (gcc_stat): Deleted.
19897 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
19898 * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
19899 * gcc.c-torture/execute/execute.exp: Likewise.
19900 Split tests into two parts: compile, execute.
19901 Get option list from TORTURE_OPTIONS. Delete -funroll[-all]-loops if
19902 no loops. Update to reflect clarified return codes from ${tool}_load.
19903
19904 1994-10-21 Doug Evans <dje@canuck.cygnus.com>
19905
19906 * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
19907 to grep for.
19908 (old-dejagnu): Likewise (where necessary).
19909
19910 1994-10-14 Doug Evans <dje@canuck.cygnus.com>
19911
19912 * gcc.misc-tests/gcov.exp: New file, for gcov testing.
19913
19914 * lib/dg.exp (dg-process-target): Fix processing of selector.
19915 Add comment regarding use of `error'.
19916
19917 * lib/gcc.exp (prune_system_crud): Define if missing.
19918 * lib/g++.exp (prune_system_crud): Likewise.
19919
19920 * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
19921 Call prune_system_crud.
19922 * lib/dg.exp (dg-runtest): New proc.
19923 Use perror instead of send_user for tcl errors in testcase.
19924 Don't return any value, it's never used.
19925 Don't clobber previous definition of `unknown'.
19926 Print tcl errors in `dg-final'.
19927
19928 1994-10-12 Doug Evans <dje@canuck.cygnus.com>
19929
19930 * lib/dg.exp (dg-process-target): Improve syntax error messages.
19931 (dg-test): Don't print errorInfo, it contains stack backtrace.
19932
19933 1994-09-26 Doug Evans (dje@canuck.cygnus.com)
19934
19935 * lib/g++.exp (runtest_file_p): Define if missing.
19936
19937 1994-09-24 Doug Evans (dje@cygnus.com)
19938
19939 * lib/mike-g++.exp: Comment out loading of g++.exp.
19940 * lib/g++.exp: Update copyright. Test for existence of $CXX at start.
19941 (default_g++_version): Always print something.
19942 (default_g++_start): Comment out call to `which'.
19943 (g++_start, g++_load): Deleted (must be defined in config file).
19944 * lib/gcc.exp: Test for existence of $CC at start.
19945 Delete check for tmpdir (done in gcc_init).
19946 (default_gcc_version): Always print something.
19947 (default_gcc_start): Comment out call to `which'.
19948 * config/*.exp: Major cleanup - make cross targets work at least a
19949 little better for g++ (by not being "--tool gcc" specific).
19950 Rename gcc_xxx to ${tool}_xxx.
19951 * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
19952 * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
19953
19954 1994-09-22 Doug Evans (dje@canuck.cygnus.com)
19955
19956 * lib/c-torture.exp (c-torture-compile): Rework compiler
19957 message processing.
19958
19959 * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
19960 c-torture.
19961
19962 1994-09-21 Doug Evans (dje@canuck.cygnus.com)
19963
19964 * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
19965
19966 * lib/dg.exp (dg-process-target): Support { target native }.
19967
19968 1994-09-20 Doug Evans (dje@canuck.cygnus.com)
19969
19970 * lib/dg.exp (dg-test): Clean up some comments. Delete code that
19971 looked for "... program xxx got fatal signal".
19972 Correct regsub munging of `comp_output'.
19973 Ignore compiler messages "path prefix not used" and "linker input
19974 file unused".
19975
19976 1994-09-14 Doug Evans (dje@canuck.cygnus.com)
19977
19978 * lib/gcc.exp (runtest_file_p): Define if missing.
19979 * gcc.prms/template.c: Example to work from.
19980
19981 1994-09-13 Doug Evans (dje@canuck.cygnus.com)
19982
19983 * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
19984 * lib/dg.exp (dg-test): Call unsupported testcases as such.
19985
19986 * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
19987 * gcc.prms/1883.c: Moved from compile/940714-1.c.
19988 * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
19989 execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
19990
19991 * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
19992 (dg-process-target): No longer a varargs proc.
19993 Return S/N for target, P/F for xfail. All callers changed.
19994 (user option procs): More argument checking.
19995 (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
19996 (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
19997 (dg-test): Skip test if not running on selected target in `dg-do'.
19998 Update handling of `dg-do-what', `dg-output-text'.
19999 Separate execution pass/fail from output pattern match pass/fail.
20000 Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
20001
20002 1994-09-12 Jim Wilson (wilson@sphagnum.cygnus.com)
20003
20004 * gcc.c-torture/special/special.exp: Don't expect failure for mips
20005 target for 920510-1.c.
20006
20007 1994-09-12 Doug Evans (dje@canuck.cygnus.com)
20008
20009 * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
20010 Clean up comment regarding use of passcnt, etc.
20011 (gcc_stat): Don't update `testcnt' here.
20012 (gcc_finish): Do it here.
20013 Might as well reset `but_id' here too.
20014 * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
20015 to determine if the file should be tested.
20016 * gcc.c-torture/compile/compile.exp: Likewise.
20017 * gcc.c-torture/execute/execute.exp: Likewise.
20018 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20019 * gcc.misc-tests/dg-test.exp: Likewise.
20020 * gcc.prms/prms.exp: Likewise.
20021 * gcc.wendy/wendy.exp: Likewise.
20022 * g++.old-deja.exp: Likewise.
20023 Move "Testing file" message to verbose level 1.
20024
20025 1994-09-09 Doug Evans (dje@canuck.cygnus.com)
20026
20027 * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
20028
20029 1994-09-08 Doug Evans (dje@canuck.cygnus.com)
20030
20031 * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
20032 (default_gcc_start): Accept optional second list element
20033 of compiler flags. Print compiler output at verbosity level 2.
20034 Remove setting of CFLAGS, LIBS, LDFLAGS from here.
20035 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
20036 Save current values of framework globals passcnt, failcnt, xpasscnt,
20037 and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
20038 gcc_xfailcnt. Set global `tmpdir' to /tmp if it doesn't exist.
20039 (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
20040 xfailcnt to compute stats. Update framework global `testcnt' from
20041 pass/fail counts.
20042 (gcc_finish): New proc. Clean up test environment.
20043 (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
20044 (gcc_epass, gcc_efail): Delete.
20045 * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
20046 argument of line number.
20047 (dg-init): If the tool has an init routine, call it.
20048 (dg-test): Remove args `cflags_var' and `libs_var'.
20049 Pass all compiler options to ${tool}_start.
20050 Handle missing line number.
20051 (dg-finish): New function.
20052 * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
20053 particular files. Call gcc_finish at end. Move "skipping test"
20054 message to verbosity level 3.
20055 * gcc.c-torture/compile/compile.exp: Likewise.
20056 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20057 * gcc.c-torture/execute/execute.exp: Likewise.
20058 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20059 Print testcase being tried at verbosity level 1.
20060 * gcc.c-torture/special/special.exp: Unset xfail.
20061 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20062 * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
20063 * gcc.c-torture/noncompile/noncompile.exp: Likewise.
20064 * gcc.failure/failure.exp: Likewise.
20065 * gcc.ieee/ieee.exp: Likewise.
20066 * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
20067 Update call to dg-test. Call dg-finish at end.
20068 * gcc.misc-tests/mg.exp: Call gcc_finish at end. Unset orig_flags.
20069 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20070 * gcc.misc-tests/misc.exp: Call gcc_finish at end.
20071 * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
20072 Delete LDFLAGS. Update call to dg-test. Call dg-finish at end.
20073 * gcc.wendy/wendy.exp: Add copyright.
20074 Delete setting of tmpdir (done by gcc_init).
20075 Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
20076 Pass compiler flags to gcc_start. Call gcc_finish at end.
20077 * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
20078 gcc_[ce]pass/fail.
20079
20080 1994-09-07 Doug Evans (dje@canuck.cygnus.com)
20081
20082 * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
20083 confusion.
20084 (g++_load): Likewise.
20085
20086 * config/*.exp (gcc_load): Some were varargs fns and some were not.
20087 Rename argument to `prog' to remove the confusion.
20088 Varargs fns behave differently too!
20089 (g++_load): Likewise.
20090
20091 * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
20092
20093 * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
20094 what it is. Delete (always) printing of status value for !native.
20095 Simplify verbose code, and include status and exec_output.
20096 (g++_load): Use gcc_load.
20097
20098 1994-09-04 Jim Wilson (wilson@sphagnum.cygnus.com)
20099
20100 * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
20101 * gcc.c-torture/noncompile/noncompile.exp: Delete support for
20102 920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
20103 940714-3.c as these testcases don't exist anymore. Make
20104 va-arg-1.c expected to pass.
20105
20106 1994-08-19 Doug Evans (dje@canuck.cygnus.com)
20107
20108 * gcc.misc-tests/misc.exp: Only run specific testcases.
20109 * gcc.misc-tests/dg-test.exp: New file. Tests dg.exp.
20110 * gcc.misc-tests/dg-[1-9].c: New files.
20111
20112 * lib/dg.exp: New testsuite driver.
20113 * gcc.prms/prms.exp: Use it.
20114
20115 * README.gcc: New file.
20116
20117 * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
20118 Document and reset `lxpass' and `lxfail'.
20119 Simplify "initialized" message.
20120 (gcc_stat): Clean up comments a little.
20121
20122 1994-08-16 Doug Evans (dje@canuck.cygnus.com)
20123
20124 * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
20125
20126 1994-08-15 Doug Evans (dje@canuck.cygnus.com)
20127
20128 * lib/old-dejagnu.exp (process-option): New proc.
20129 (old-dejagnu-init, old-dejagnu-stat): Likewise.
20130 (old-dejagnu): Simplify.
20131 * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
20132
20133 1994-08-14 Jeff Law (law@snake.cs.utah.edu)
20134
20135 * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
20136 exists and is not an empty string.
20137
20138 * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
20139 $xfail rather than calling setup_xfail. Clear $xfail when test is
20140 finished.
20141 (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
20142 automatically.
20143
20144 * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
20145 longer expected to fail.
20146
20147 * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
20148 "f" function call.
20149
20150 * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
20151
20152 * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
20153 940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
20154 complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
20155 struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
20156 c-torture-1.29.
20157
20158 * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
20159 strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
20160
20161 * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
20162
20163 * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
20164 940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
20165
20166 * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
20167 940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
20168 labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
20169
20170 1994-07-12 Jim Kingdon (kingdon@lioth.cygnus.com)
20171
20172 * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
20173 gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
20174 940714-1.c, 940714-2.c, 940714-3.c},
20175 gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
20176 gcc.misc-tests/{mg.c,mg.exp}:
20177 New tests.
20178 * gcc.noncompile/noncompile.exp: Change accordingly.
20179
20180 1994-07-07 Doug Evans (dje@canuck.cygnus.com)
20181
20182 * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
20183 Undo previous clobberage.
20184
20185 1994-07-04 Jeff Law (law@snake.cs.utah.edu)
20186
20187 * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
20188 * gcc.special/{930510-1.c, special.exp}:
20189 * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
20190 931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
20191 struct-varargs-1.c}: New tests from c-torture-1.26.
20192
20193 1994-06-28 J.T. Conklin (jtc@phishhead.cygnus.com)
20194
20195 * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
20196 argument to switch.
20197
20198 1994-05-21 Bill Cox (bill@rtl.cygnus.com)
20199
20200 * Revert the previous changes. Please see Rob's directory
20201 (/lisa/test/rob/progressive/gcc/testsuite) for testing
20202 fixes.
20203
20204 1994-05-19 Bill Cox (bill@rtl.cygnus.com)
20205
20206 * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
20207 g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
20208 g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
20209 g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
20210 g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
20211 g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
20212 g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
20213 g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
20214 g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
20215 g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
20216 g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
20217 g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
20218 g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
20219 g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
20220 g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
20221 g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
20222 g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
20223 g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
20224 g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
20225 g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
20226 g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
20227 g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
20228 gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
20229 gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
20230 gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
20231 lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20232 lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
20233
20234 1994-05-17 Bill Cox (bill@rtl.cygnus.com)
20235
20236 * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
20237 lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
20238 with perror calls.
20239
20240 1994-05-02 Jason Merrill (jason@deneb.cygnus.com)
20241
20242 * config/unix.exp (g++_load): Fix syntax.
20243
20244 1994-04-14 Jim Wilson (wilson@sphagnum.cygnus.com)
20245
20246 * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
20247 * gcc.noncompile/921017-1.c: Deleted obsolete test.
20248 * gcc.noncompile/noncompile.exp: Remove code for deleted test.
20249 Don't expect va-arg-1.c to fail. Correct expected output for
20250 920928-1.c.
20251 * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
20252 * gcc.wendy/hbm4.c: Correct typo.
20253 * gcc.wendy/tad1.c, tad2.c: Correct expected output.
20254
20255 1994-03-28 Doug Evans (dje@canuck.cygnus.com)
20256
20257 * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
20258 * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
20259 gcc_[ce]{pass,fail}. Explicitly remove executable if test passes.
20260 * lib/c-torture.exp (c-torture-compile): Ditto.
20261
20262 Reduce volume of output (remove all the -I's and such).
20263 * lib/c-torture.exp (c-torture-compile): New argument OPTION.
20264 Call gcc_cpass, gcc_cfail.
20265 (c-torture): Pass testing option to c-torture-compile.
20266
20267 1994-03-21 Doug Evans (dje@cygnus.com)
20268
20269 Bring patches over from progressive.
20270 * config/default.exp: Exit remote shell cleanly.
20271 (g++_exit, g++_start): Add default versions.
20272 * config/sim.exp (gcc_load): Use perror, not error.
20273
20274 1994-03-20 Doug Evans (dje@canuck.cygnus.com)
20275
20276 * lib/gcc.exp: Don't set CFLAGS if CC not set. It clobbers the value
20277 set in site.exp.
20278
20279 1994-03-14 Doug Evans (dje@cygnus.com)
20280
20281 * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
20282 DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
20283 (wendy_try): New proc to run testcase.
20284 (main loop): Call 'em.
20285 * gcc.wendy/*.c: Clean up pass to correct expected output.
20286
20287 * lib/gcc.exp: Minor cleanup work.
20288 (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
20289
20290 1994-03-09 Doug Evans (dje@canuck.cygnus.com)
20291
20292 * config/sim.exp (gcc_load): Document return codes better.
20293 Don't pass -v to simulator.
20294
20295 1994-02-24 Jeffrey A. Law (law@snake.cs.utah.edu)
20296
20297 * gcc.special/920717-x.c: Fix typo.
20298 * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
20299 get at sources.
20300
20301 * lib/mike-gcc.exp: Fix typo.
20302
20303 1994-02-15 Rob Savoye (rob@darkstar.cygnus.com)
20304
20305 * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
20306 binary to use, transform the name.
20307 * config/*.exp: rename everything. Nuke any g++ specific files,
20308 it's now a special case of gcc that requires no special support.
20309 Add a default.exp for unsupported targets.
20310
20311 1994-02-11 Rob Savoye (rob@poseidon.cygnus.com)
20312
20313 * g++.jason/report.exp, g++.old-deja/old-deja.exp,
20314 lib/old-dejagnu.exp: Fix a few patterns to work with the new
20315 version of Tcl.
20316
20317 1994-02-09 Rob Savoye (rob@darkstar.cygnus.com)
20318
20319 * lib/c-torture.exp: Made "file prefix*never used a pass, rather
20320 than a warning.
20321
20322 1994-02-06 Jeffrey A. Law (law@snake.cs.utah.edu)
20323
20324 * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
20325
20326 1994-01-03 Jim Wilson (wilson@sphagnum.cygnus.com)
20327
20328 * gcc.execute/execute.exp: Combine opt_list and foption_list into
20329 option_list. Compile every file with only 4/6 option choices
20330 (same as C torture) instead of with 12/18 different option
20331 choices.
20332 * lib/c-torture.exp: Likewise.
20333
20334 * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
20335 not already set.
20336
20337 1993-12-30 Mike Stump (mrs@rtl.cygnus.com)
20338
20339 * lib/old-deja.exp: Add `excess errors test fails' error, now one
20340 can put an XFAIL *-*-* on excess errors.
20341
20342 1993-12-19 Jeffrey A. Law (law@snake.cs.utah.edu
20343
20344 * g++.law: Add more tests derived from g++-bugs snapshots.
20345
20346 * g++.law/init11.{c,exp}: Delete test. Brendan sez it's
20347 equivalent to g++.law/init9.
20348
20349 * lib/mike-gcc.exp (postbase): Delete the .o file after we've
20350 compiled it, and the a.out file after we've run it.
20351
20352 1993-12-17 Brendan Kehoe (brendan@lisa.cygnus.com)
20353
20354 * lib/mike-g++.exp (postbase): Delete the .o file after we've
20355 compiled it, and the a.out file after we've run it.
20356
20357 1993-12-17 Jeffrey A. Law (law@snake.cs.utah.edu)
20358
20359 * g++.law/*.exp: Avoid losing arguments added via "append" commands.
20360
20361 1993-12-15 Rob Savoye (rob@darkstar.cygnus.com)
20362
20363 * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
20364 version number.
20365
20366 1993-12-12 Jeffrey A. Law (law@snake.cs.utah.edu)
20367
20368 * g++.law: New directory of g++ tests derived from the g++-bugs
20369 snapshots.
20370
20371 1993-12-09 Jeffrey Wheat (cassidy@cygnus.com)
20372
20373 * gcc.compile: initbug1.c initbug1.exp testcase added
20374
20375 1993-12-06 Jeffrey Wheat (cassidy@cygnus.com)
20376
20377 * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
20378 * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
20379 fixes submitted by Jeff Law (law@cs.utah.edu)
20380 * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
20381 Jeff Law (law@cs.utah.edu)
20382
20383
20384 1993-11-30 Mike Stump (mrs@cygnus.com)
20385
20386 * config/unix-g++.exp: Follow the gcc way of doing things.
20387 * g++.old-deja/old-deja.exp: Minor updates.
20388 * lib/g++.exp: New file, follow the gcc way of doing things.
20389 * lib/old-dejagnu.exp: Minor updates.
20390 * lib/mike-g++.exp: Always unset errorInfo.
20391
20392 1993-11-06 Mike Stump (mrs@cygnus.com)
20393
20394 * lib/gcc.exp: Fix some errors with the below change, CC and
20395 CFLAGS should be global when setting, not local.
20396
20397 1993-11-03 Rob Savoye (rob@darkstar.cygnus.com)
20398
20399 * lib/gcc.exp: Transform tool name.
20400
20401 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
20402
20403 * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
20404
20405 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
20406
20407 * lib/gcc.exp: change gcc_done to gcc_stat
20408
20409 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
20410
20411 * Upgraded gcc testsuite to c-torture version 1.25
20412
20413 1993-10-24 Jeffrey Wheat (cassidy@cygnus.com)
20414
20415 * lib/gcc.exp: added reporting code. Changed verbose compile message.
20416 * lib/c-torture: added hooks for new reporting code.
20417
20418 1993-10-21 Jeffrey Wheat (cassidy@cygnus.com)
20419
20420 * config/sh-gcc.exp: check if sh-sim exists in the path
20421
20422 1993-10-18 Jeffrey Wheat (cassidy@cygnus.com)
20423
20424 * gcc.code_quality/code_quality.exp: Initial changes for new logic.
20425 * gcc.compile/compile.exp: Initial changes for new logic.
20426 * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
20427 * gcc.failure/failure.exp: Initial changes for new logic.
20428 * gcc.ieee/ieee.exp: Initial changes for new logic.
20429 * gcc.misc-tests/misc.exp: Initial changes for new logic.
20430 * gcc.noncompile/non_compile.exp: Initial changes for new logic.
20431 * gcc.unsorted/unsorted.exp: Initial changes for new logic.
20432 * lib/c-torture.exp: Initial changes for new logic.
20433 * lib/gcc.exp: Initial changes for new logic.
20434
20435 1993-10-15 Mike Stump (mrs@cygnus.com)
20436
20437 * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
20438 depend upon failure or success. Fully qualify names in failure
20439 and success messages. Always remove a.out before starting
20440 compile, just in case. Pay more attention to error text output by
20441 the compiler. Handle testcases with no known past errors just
20442 like all others, so that things are uniform. Other miscellaneous
20443 improvements.
20444
20445 1993-10-13 Jeffrey Wheat (cassidy@cygnus.com)
20446
20447 * gcc.cpp: new directory for cpp tests
20448
20449 1993-10-04 Jeffrey Wheat (cassidy@cygnus.com)
20450
20451 * lib/chill.exp: Code reformatted, removed unused code.
20452 * config/unix-chill.exp: Code reformatted, removed unused code.
20453 * chill.execute/execute.exp: Code reformatted, removed unused code.
20454 * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
20455
20456 1993-10-04 Ian Lance Taylor (ian@cygnus.com)
20457
20458 * config/mips-gcc.exp, config/mips-g++.exp: New files. Execution
20459 routines not written.
20460
20461 1993-09-27 Rob Savoye (rob@darkstar.cygnus.com)
20462
20463 * config/bug-gcc.exp: Use new procs from bug.exp.
20464
20465 1993-09-21 Rob Savoye (rob@darkstar.cygnus.com)
20466
20467 * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
20468 via ftp, rather than depending on NFS.
20469 * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
20470 case.
20471
20472 1993-09-09 Rob Savoye (rob@darkstar.cygnus.com)
20473
20474 * config/bug-gcc.exp: Use new download proc.
20475
20476 1993-09-14 Jeffrey Wheat (cassidy at deneb.cygnus.com)
20477
20478 * chill.execute/execute.exp: cleanups, handles errors better
20479 * chill.compile/compile.exp: rewrite, based on execute.exp
20480 * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
20481 * lib/chill.exp: major changes to diff proc and compile and link
20482 procs. added chill_fail and chill_pass wrappers to pass and
20483 fail. added more comments, and handle error codes better.
20484 Added a hack to capture stderr from exec, so noncompile tests
20485 can work.
20486
20487 1993-09-11 Jeffrey Wheat (cassidy@cygnus.com)
20488
20489 * chill.execute/execute.exp: rewrite of testsuite driver
20490 * lib/chill.exp: rewrite of testsuite driver
20491 * config/unix-chill.exp: rewrite of testsuite driver
20492
20493 1993-08-25 Bill Cox (bill@rtl.cygnus.com)
20494
20495 In chill.execute:
20496 * iexpr.ch: Standardize uppercase.
20497 * tuples.dat: Standardize uppercase.
20498 * vary.ch: standardize. Correct varying string assignments.
20499 * vary.dat: Add new output lines.
20500
20501 1993-08-24 Bill Cox (bill@rtl.cygnus.com)
20502
20503 In chill.execute:
20504 * chprintf.ch: Standardize use of uppercase.
20505 * tuples.ch: Standardize and turn arr2 into a DCL,
20506 rather than a SYN.
20507 * pinits.ch: Standardize.
20508
20509 1993-08-23 Per Bothner (bothner@kalessin.cygnus.com)
20510
20511 * rts.c: Get malloc() from <stdlib.h>, not <malloc.h>.
20512 * Makefil: Renamed to Makefile.in.
20513 * configure.in: New.
20514
20515 1993-08-23 Bill Cox (bill@rtl.cygnus.com)
20516
20517 In chill.execute:
20518 * .cvsignore: Add result/output files.
20519 * Makefile: Fix up variables at start. Use MFLAGS
20520 everywhere. Correct bool_loc, built_ins entries.
20521 Add entry for vary1.ch.
20522 * bitarray.ch: Standardize upper-case usage.
20523 * bitexpr.ch: Standardize, add output of b1.
20524 * params.ch: Use arrayt in along PROC parameters, to
20525 avoid novelty problems.
20526 * sets.ch: Tiny cleanup.
20527 * vary1.ch: Re-indent.
20528
20529 1993-08-17 Bill Cox (bill@rtl.cygnus.com)
20530
20531 * Add PR-related files to Makefiles, .cvsignore files, etc.
20532
20533 1993-08-02 Jeff Wheat (cassidy@cygnus.com)
20534
20535 * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
20536 with compiler objects. New names are test-flow.c and test-loop.c
20537
20538 1993-07-27 Jeff Wheat (cassidy@cygnus.com)
20539
20540 * Upgraded c-torture tests from 1.19 to 1.20
20541
20542 * new files:
20543 * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
20544 * gcc.compile: 930623-1.c 930623-2.c
20545 * gcc.noncompile: 930622-1.c 930622-2.c
20546 * gcc.failure: 920411-1.c 920627-2.c
20547 * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
20548
20549 1993-07-20 Jeff Wheat (cassidy@cygnus.com)
20550
20551 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20552 More changes to get testsuite working properly. Needs more work.
20553 Added some support for POSIX IEEE Std 1003.3-1991 error messages.
20554
20555 1993-07-19 Jeff Wheat (cassidy@cygnus.com)
20556
20557 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20558 More changes to get testsuite working properly. Needs more work.
20559
20560 1993-07-13 Jeff Wheat (cassidy@cygnus.com)
20561
20562 * chill.compile/compile.exp: Added for Dejagnu support
20563 * chill.execute/execute.exp: Added for Dejagnu support
20564 * lib/chill.exp config/unix-chill.exp : Added for Dejagnu support
20565
20566 1993-06-19 Bill Cox (bill@rtl.cygnus.com)
20567
20568 This should complete moving the CHILL test files.
20569 * chill.noncompile(.cvsignore printf.grt
20570 in-printf.grt chprintf.grt chprintf.ch):
20571 Added test-support files.
20572 (Makefile): Modified further.
20573 * chill.compile (emptymod.ch gdbme.ch neg_range.ch
20574 signal.ch): Added test files.
20575 * chill.execute (.cvsignore printf.grt printr.c
20576 in-printf.grt rts.c chprintf.grt rts.h): Added
20577 test-support files.
20578 (Makefile): More corrections.
20579
20580 1993-06-18 Bill Cox (bill@rtl.cygnus.com)
20581
20582 * chill.compile, chill.execute, chill.nocompile: Add CHILL
20583 test cases, ready for DejaGnu.
20584
20585 1993-06-17 Jeffrey Wheat (cassidy@cygnus.com)
20586
20587 * Upgraded c-torture tests from 1.18 to 1.19
20588
20589 * gcc.compile: added test(s):
20590 930607-1.c
20591 * gcc.execute: added test(s):
20592 930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
20593
20594 * added new subdirectory for misc tests: gcc.misc-tests
20595 * gcc.misc-test(s): added tests:
20596 inst-check.c test-consts.c test-ior.c test-switch.c
20597
20598 1993-06-09 Brendan Kehoe (brendan@lisa.cygnus.com)
20599
20600 * lib/mike-g++.exp: Load `./a.out', not `a.out'.
20601
20602 1993-06-07 Ian Lance Taylor (ian@cygnus.com)
20603
20604 * g++.old-deja/old-deja.exp: Don't delete all the .o files.
20605
20606 1993-06-03 Jeffrey Wheat (cassidy@cygnus.com)
20607
20608 * Upgraded c-torture tests from 1.17 to 1.18
20609
20610 1993-06-02 Jeffrey Wheat (cassidy@cygnus.com)
20611
20612 * Upgraded c-torture tests from 1.12 to 1.17
20613
20614 1993-04-30 Mike Werner (mtw@deneb.cygnus.com)
20615
20616 * lib/old-dejagnu.exp:
20617 Fixed handling of XFAIL target triplets to correctly
20618 recognize wildcard characters. Removed code that
20619 appended a unique id tag to the end of the file name
20620 printed out by the result of the testcases within a
20621 given test file.
20622
20623 1993-04-29 Mike Werner (mtw@deneb.cygnus.com)
20624
20625 * lib/old-dejagnu.exp:
20626 Reworked expected failure handling to trigger off of XFAIL
20627 keyword in keyphrase embeded in testcase source code. The
20628 XFAIL keyword must be at the end of the keyphrase line. It
20629 may optionally be followed by one or more target triplets.
20630 It has just occured that the handling of wildcards in the
20631 target triplet may not be correct.
20632
20633 1993-04-23 Mike Werner (mtw@deneb.cygnus.com)
20634
20635 * g++.old-deja/tests:
20636 Moved all subdirectories up one level into g++.old-deja .
20637
20638 * lib/old-dejagnu.exp:
20639 Fixed problem with CXXFLAGS not being properly reset, and being
20640 corrupted with extraneous "-c" compiler option. This was
20641 causing binaries to not be generated for test that needed them.
20642 Modified strings passed to "pass" and "fail" so that individual
20643 tests from the same test file would be distinguished by an
20644 identifier appended to the test file name in the summary logs;
20645 this corrected a problem with erroneous diff logs. Added code
20646 to search testcases for expected fail and unexpected pass keywords.
20647
20648 1993-04-20 Rob Savoye (rob at darkstar.cygnus.com)
20649
20650 * lib/c-torture.exp: Ignore "file path prefix*unused" message.
20651
20652 1993-04-15 Mike Werner (mtw@deneb.cygnus.com)
20653
20654 * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
20655 Removed extraneous text from end of "Special g++ Options"
20656 keyphrase.
20657
20658 * lib/old-dejagnu.exp: Added pattern matching to look for new
20659 keywords, embedded in testcases comments, which will trigger
20660 calls to xpass and xfail.
20661
20662 1993-04-14 Mike Werner (mtw@deneb.cygnus.com)
20663
20664 * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
20665 comments embedded in the testcases, especially the one looking for
20666 special compiler options, as well as the pattern matching for the
20667 compiler output again.
20668
20669 1993-04-12 Mike Werner (mtw@deneb.cygnus.com)
20670
20671 * lib/old-dejagnu.exp: Do a proper check of the return value for
20672 execute tests. Fixed several problems with the pattern matching
20673 of the compiler output which gave erroneous test results.
20674 Changed several of the test result messages to be more descriptive.
20675 * config/unix-g++.exp: Proc g++_load now actually works and
20676 executes the tests passed to it and returns a usable return
20677 value.
20678
20679 1993-04-11 Rob Savoye (rob at darkstar.cygnus.com)
20680
20681 * lib/gcc.exp: Exits gracefully if $CC is bogus.
20682
20683 1993-04-09 Mike Werner (mtw@deneb.cygnus.com)
20684
20685 * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
20686 Modified both files to properly execute the old style
20687 dejagnu tests. The previous versions of these files were
20688 experimental and did not function anything near correctly.
20689
20690 1993-04-05 Rob Savoye (rob@cygnus.com)
20691
20692 * Removed all Makefile.in and configure.in files. No configuration
20693 needed now.
20694
20695 1993-04-02 Mike Werner (mtw@deneb.cygnus.com)
20696
20697 * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
20698
20699 1993-03-28 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20700
20701 * gcc.compile/configure.in, gcc.unsorted/configure.in,
20702 gcc.special/configure.in, gcc.noncompile/configure.in,
20703 gcc.execute/configure.in, gcc.code_quality/configure.in,
20704 g++.other/configure.in, g++.old-deja/configure.in,
20705 g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
20706 in srcname setting.
20707
20708 1993-03-25 Rob Savoye (rob at darkstar.cygnus.com)
20709
20710 * lib/udi.exp: Fixed mondfe and mondfe_download.
20711 * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
20712 * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
20713
20714 1993-03-25 Ian Lance Taylor (ian@cygnus.com)
20715
20716 * config/udi-gdb.exp: Check $shell_id after connecting to target.
20717 (gdb_exit): Don't remove *_soc files.
20718
20719 1993-03-22 Ian Lance Taylor (ian@cygnus.com)
20720
20721 * lib/c-torture.exp: Don't look for main; instead always use -w
20722 -c. This is how the c-torture tests work. Remove the object
20723 file if the compilation succeeds.
20724 * gcc.execute/execute.exp: Remove executable if test passes.
20725 * gcc.noncompile/noncompile.exp: Every test is an expected
20726 failure.
20727 * gcc.special/special.exp: Added tests from c-torture 1.11,
20728 corrected use of existing test.
20729 * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
20730 gcc.execute/920625-1.c: Updated to c-torture 1.11.
20731 * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
20732 gcc.compile/921109-2.c, gcc.compile/921109-3.c,
20733 gcc.compile/921111-1.c, gcc.compile/921116-2.c,
20734 gcc.compile/921118-1.c, gcc.compile/921126-1.c,
20735 gcc.compile/921202-1.c, gcc.compile/921202-2.c,
20736 gcc.compile/921203-1.c, gcc.compile/921203-2.c,
20737 gcc.compile/921206-1.c, gcc.execute/921029-1.c,
20738 gcc.execute/921104-1.c, gcc.execute/921110-1.c,
20739 gcc.execute/921112-1.c, gcc.execute/921113-1.c,
20740 gcc.execute/921117-1.c, gcc.execute/921123-1.c,
20741 gcc.execute/921123-2.c, gcc.execute/921124-1.c,
20742 gcc.execute/921202-1.c, gcc.execute/921202-2.c,
20743 gcc.execute/921204-1.c, gcc.execute/921207-1.c,
20744 gcc.execute/921208-1.c, gcc.execute/921208-2.c,
20745 gcc.execute/921215-1.c, gcc.execute/921218-1.c,
20746 gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
20747 gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
20748 c-torture 1.11.
20749 * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
20750 correspond to c-torture 1.11.
20751
20752 * New file.
20753
This page took 0.891524 seconds and 6 git commands to generate.