PR c++/15664, c++/18276
[gcc.git] / gcc / testsuite / ChangeLog
1 2004-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2
3 PR c++/15664, c++/18276
4 * g++.dg/template/ttp13.C: New test.
5 * g++.dg/template/ttp14.C: Likewise.
6
7 2004-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8
9 PR c++/18123
10 * g++.dg/parse/enum2.C: New test.
11 * g++.old-deja/g++.pt/enum5.C: Adjust error location.
12
13 2004-12-02 Nick Clifton <nickc@redhat.com>
14
15 * gcc.target/xstormy16: New test directory.
16 * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
17 * gcc.target/xstormy16/bp.c: Check the generation of bp
18 instructions.
19 * gcc.target/xstormy16/below_100.c: Check the generation of bp and
20 bn instructions and the BELOW100 attribute.
21
22 2004-12-02 Alan Modra <amodra@bigpond.net.au>
23
24 PR target/16952
25 * gcc.dg/ppc-eabi.c: New.
26
27 2004-12-02 Bud Davis <bdavis9659@comcast.net>
28
29 PR fortran/18284
30 * gfortran.dg/backspace.f90
31
32 2004-12-02 Bud Davis <bdavis9659@comcast.net>
33
34 * gfortran.dg/inquire.f90: New test.
35
36 2004-12-01 Janis Johnson <janis187@us.ibm.com>
37
38 * lib/gcc-dg.exp (dg-process-target): Wrapper for dg function to
39 handle effective-target-keyword.
40 (dg-skip-if): Support effective-target keyword as target list.
41 (dg-xfail-if): Ditto.
42 * lib/target-supports.exp (is-effective-target-keyword): New proc.
43
44 2004-12-01 Diego Novillo <dnovillo@redhat.com>
45
46 PR tree-optimization/18291
47 * testsuite/gcc.c-torture/compile/pr18291.c: New test.
48
49 2004-12-01 Nathan Sidwell <nathan@codesourcery.com>
50
51 PR C++/18729
52 * g++.dg/parse/crash20.C: New.
53
54 PR c++/17431
55 * g++.dg/overload/arg1.C: New.
56 * g++.dg/overload/arg2.C: New.
57 * g++.dg/overload/arg3.C: New.
58 * g++.dg/overload/arg4.C: New.
59
60 2004-12-01 Joseph S. Myers <joseph@codesourcery.com>
61
62 * gcc.dg/c99-flex-array-4.c: Remove.
63
64 2004-11-30 Janis Johnson <janis187@us.ibm.com>
65
66 * lib/compat.exp (compat-get-options): Fix for use with dg-xfail-if.
67
68 * lib/target-supports.exp (is-effective-target): Simplify.
69
70 * lib/target-supports.exp (check_effective_target_vect_long):
71 Fix for powerpc64-*-*.
72
73 2004-11-30 Loren James Rittle <ljrittle@acm.org>
74
75 * g++.old-deja/g++.eh/badalloc1.C (arena_size): Bump up to 262144
76 to support new requirements on FreeBSD 5.
77
78 2004-11-30 Devang Patel <dpatel@apple.com>
79
80 PR 18702
81 * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.
82
83 2004-11-30 Janis Johnson <janis187@us.ibm.com>
84
85 * g++.dg/ext/altivec-13.C: New test.
86
87 2004-11-30 Andrew Pinski <pinskia@physics.uc.edu>
88
89 PR tree-opt/18298
90 * gcc.c-torture/execute/p18298.c: New test.
91
92 2004-11-30 Ira Rosen <irar@il.ibm.com>
93 Dorit Naishlos <dorit@il.ibm.com>
94
95 PR tree-opt/18607
96 * gcc.dg/vect/vect-89.c: New test.
97
98 2004-11-30 James A. Morrison <phython@gcc.gnu.org>
99
100 * gcc.dg/pr18596-1.c: New test.
101
102 2004-11-30 Ben Elliston <bje@au.ibm.com>
103
104 * g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.
105
106 2004-11-29 Andrew Pinski <pinskia@physics.uc.edu>
107
108 PR c/18479
109 * gcc.dg/pr18479.c: New test.
110
111 2004-11-29 Hans-Peter Nilsson <hp@bitrange.com>
112
113 PR target/18490
114 * g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for
115 mmix-knuth-mmixware.
116
117 * g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for
118 cris-*-elf* cris-*-aout* mmix-*-*
119
120 2004-11-29 Andrew Pinski <pinskia@physics.uc.edu>
121
122 PR middle-end/18725
123 * gcc.dg/pr18725.c: New test.
124
125 2004-11-29 Hans-Peter Nilsson <hp@bitrange.com>
126
127 PR target/18488
128 * g++.dg/opt/vt1.C: Skip for mmix-*-*.
129
130 PR target/18336
131 * gcc.dg/20040813-1.c: Skip for mmix-*-*.
132
133 2004-11-29 Mark Mitchell <mark@codesourcery.com>
134
135 PR c++/18368
136 * g++.old-deja/g++.brendan/crash16.C: Adjust error messages.
137 * g++.old-deja/g++.law/ctors5.C: Likewise.
138 * g++.old-deja/g++.other/crash25.C: Likewise.
139
140 PR c++/18674
141 * g++.dg/template/error16.C: New test.
142
143 PR c++/18512
144 * g++.dg/template/crash29.C: New test.
145
146 2004-11-29 Diego Novillo <dnovillo@redhat.com>
147
148 PR tree-optimization/18712
149 * gcc.c-torture/compile/pr18712.c: New test.
150
151 2004-11-29 Joseph Myers <joseph@codesourcery.com>
152
153 PR c/7544
154 * g++.dg/ext/weak1.C, gcc.dg/weak/weak-10.c, objc.dg/weak-1.m: New
155 tests.
156
157 2004-11-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
158
159 PR c++/18652
160 * g++.dg/lookup/crash6.C: New test.
161
162 2004-11-29 Hans-Peter Nilsson <hp@bitrange.com>
163
164 PR middle-end/18164
165 * gcc.dg/pr18164.c: Add dg-options "". Correct typo in dg-error.
166
167 2004-11-29 Joseph S. Myers <joseph@codesourcery.com>
168
169 * gcc.dg/Wnested-externs-1.c, gcc.dg/decl-7.c, gcc.dg/decl-8.c,
170 gcc.dg/if-empty-1.c, gcc.dg/init-bad-1.c, gcc.dg/init-bad-2.c,
171 gcc.dg/init-bad-3.c, gcc.dg/parm-mismatch-1.c: New tests.
172
173 2004-11-28 Andrew Pinski <pinskia@physics.uc.edu>
174
175 * gcc.dg/pr18164.c: New test.
176
177 2004-11-28 Matt Kraai <kraai@alumni.cmu.edu>
178
179 * gcc.dg/funroll-loops-all.c: New.
180
181 2004-11-28 Hans-Peter Nilsson <hp@bitrange.com>
182
183 PR target/18489
184 * g++.dg/rtti/tinfo1.C: In pattern for label definition ending
185 delimeter, match space and TAB as well as ":".
186
187 PR target/18484
188 * g++.dg/abi/empty6.C: Xfail warning for mmix-*-*.
189
190 PR target/18348
191 * gcc.dg/uninit-H.c (ASM): For unknown targets, define to "= 0".
192
193 PR target/18345
194 * gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error.
195
196 PR target/18337
197 * gcc.dg/array-quals-1.c: Xfail for mmix-*-*.
198
199 2004-11-28 Bud Davis <bdavis9659@comcast.net>
200
201 * gfortran.dg/direct_io_2.f90: New test.
202
203 2004-11-28 Hans-Peter Nilsson <hp@bitrange.com>
204
205 PR target/18334
206 * gcc.dg/cpp/assert4.c: Remove mmix assertion tests.
207
208 2004-11-28 Richard Henderson <rth@redhat.com>
209
210 * gcc.c-torture/execute/20020227-1.x: Remove XFAIL.
211
212 2004-11-28 Joseph S. Myers <joseph@codesourcery.com>
213
214 * gcc.dg/builtin-choose-expr-2.c, gcc.dg/cast-1.c,
215 gcc.dg/cast-2.c, gcc.dg/cast-3.c, gcc.dg/format/opt-1.c,
216 gcc.dg/format/opt-2.c, gcc.dg/format/opt-3.c,
217 gcc.dg/format/opt-4.c, gcc.dg/format/opt-5.c,
218 gcc.dg/format/opt-6.c, gcc.dg/pointer-arith-5.c,
219 gcc.dg/pointer-arith-6.c, gcc.dg/pointer-arith-7.c,
220 gcc.dg/pointer-arith-8.c: New tests.
221
222 2004-11-27 Bud Davis <bdavis9659@comcast.net>
223
224 PR fortran/18364
225 * gfortran.dg/endfile.f90: New test.
226
227 2004-11-27 Falk Hueffner <falk@debian.org>
228
229 * gcc.dg/loop-6.c: New test.
230
231 2004-11-27 Jakub Jelinek <jakub@redhat.com>
232
233 * gcc.c-torture/execute/20041126-1.c: New test.
234
235 2004-11-27 Richard Sandiford <rsandifo@redhat.com>
236
237 * gcc.dg/mips-args-1.c: Don't expect _R3000 or _R4000 to be defined
238 on IRIX.
239
240 2004-11-27 Richard Sandiford <rsandifo@redhat.com>
241
242 * gcc.dg/mips-movcc-[123].c: Pass the ?: expressions to other
243 functions.
244
245 2004-11-27 Jakub Jelinek <jakub@redhat.com>
246
247 PR rtl-optimization/17825
248 * gcc.c-torture/compile/20041119-1.c: New test.
249
250 2004-11-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
251
252 * lib/target-libpath.exp (restore_ld_library_path_env_vars):
253 Check existence of ld library path variables before unsetting.
254
255 2004-11-26 Mark Mitchell <mark@codesourcery.com>
256
257 * g++.old-deja/g++.eh/badalloc1.C: Robustify.
258
259 2004-11-26 Richard Sandiford <rsandifo@redhat.com>
260
261 * gcc.dg/sibcall-[34].c: Remove MIPS xfails.
262
263 2004-11-26 Richard Sandiford <rsandifo@redhat.com>
264
265 * g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail.
266
267 2004-11-26 Ben Elliston <bje@au.ibm.com>
268
269 * gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
270 dg-do directive.
271
272 2004-11-26 Ben Elliston <bje@au.ibm.com>
273
274 * gcc.dg/pr17957.c: Pass --param, not -param.
275
276 2004-11-25 Andrew Pinski <pinskia@physics.uc.edu>
277
278 PR middle-end/17957
279 * testsuite/gcc.dg/pr17957.c: New test.
280
281 2004-11-25 Mark Mitchell <mark@codesourcery.com>
282
283 PR c++/18445
284 * g++.dg/template/crash28.C: Likewise.
285
286 PR c++/18001
287 * g++.dg/expr/unary2.C: Adjust lvalue messages.
288 * g++.dg/ext/lvaddr.C: Likewise.
289 * g++.dg/opt/pr7503-3.C: Likewise.
290
291 PR c++/18466
292 * g++.dg/parse/qualified3.C: New test.
293 * g++.old-deja/g++.other/friend7.C: Remove bogus qualification.
294
295 PR c++/18545
296 * g++.dg/expr/return1.C: New test.
297
298 2004-11-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
299
300 Friend class name lookup 3/n, PR c++/3332
301 * g++.dg/lookup/friend3.C: New test.
302 * g++.dg/lookup/friend4.C: Likewise.
303 * g++.dg/lookup/friend5.C: Likewise.
304
305 2004-11-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
306
307 Friend class name lookup 2/n, PR c++/14513, c++/15410
308 * g++.dg/lookup/friend2.C: New test.
309 * g++.dg/template/friend31.C: Likewise.
310
311 2004-11-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
312
313 * lib/target-libpath.exp (orig_ld_library_path_saved): Add missing set.
314
315 2004-11-24 Mark Mitchell <mark@codesourcery.com>
316
317 PR c++/17473
318 * g++.dg/tc1/dr56.C: Remove.
319 * g++.dg/template/typedef1.C: Add dg-error markers.
320 * g++.old-deja/g++.other/typedef7.C: Likewise.
321
322 PR c++/18285
323 * g++.dg/parse/typedef7.C: New test.
324
325 2004-11-24 Richard Sandiford <rsandifo@redhat.com>
326
327 * gcc.c-torture/execute/20041124-1.c: New test.
328
329 2004-11-24 Mark Mitchell <mark@codesourcery.com>
330
331 * g++.dg/template/deduce3.C: New test.
332
333 PR c++/18586
334 * g++.dg/template/crash27.C: New test.
335
336 PR c++/18530
337 * g++.dg/warn/Wshadow-3.C: New test.
338
339 2004-11-24 Devang Patel <dpatel@apple.com>
340
341 PR/18555
342 * gcc.dg/cpp/isysroot-1.c: New test.
343 * gcc.dg/cpp/usr/include/stdio.h: New file.
344 * gcc.dg/cpp/isysroot-2.c: New test.
345 * gcc.dg/cpp/System/Library/Framework/Carbon.framework/Headers/Carbon.h:
346 New file.
347
348 2004-11-24 Giovanni Bajo <giovannibajo@gcc.gnu.org>
349
350 PR c++/8929
351 * g++.old-deja/g++.oliva/template10.C: Remove xfail.
352
353 2004-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
354
355 * gcc.target/sparc/align.c: Do not include <stdint.h>.
356 * gcc.target/sparc/pdist.c: Likewise.
357
358 2004-11-24 Paolo Bonzini <bonzini@gnu.org>
359
360 PR c++/16882
361 * g++.dg/conversion/simd1.C: New test.
362
363 2004-11-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
364
365 * lib/target-libpath.exp: New file defining set_ld_library_path_env_vars
366 and restore_ld_library_path_env_vars.
367 * g++.dg/compat/compat.exp, lib/g++.exp, lib/gcc-dg.exp,
368 lib/gfortran.exp, lib/objc.exp, lib/treelang.exp: Use new procs.
369 * ada/acats/run_acats (LD_LIBRARY_PATH): Add previous LD_LIBRARY_PATH
370 to LD_LIBRARY_PATH. Export LD_LIBRARY_PATH.
371
372 2004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
373
374 * gcc.dg/pragma-align-2.c: Test macro expansion.
375 * gcc.dg/pragma-pack-2.c: New test.
376
377 2004-11-23 Richard Henderson <rth@redhat.com>
378
379 * gcc.dg/vect/pr18425.c: Use effective target vect_long.
380 * gcc.dg/vect/vect-13.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
381 gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-48a.c,
382 gcc.dg/vect/vect-56a.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-77.c,
383 gcc.dg/vect/vect-77a.c, gcc.dg/vect/vect-78.c, gcc.dg/vect/vect-86.c,
384 gcc.dg/vect/vect-87.c, gcc.dg/vect/vect-88.c: XFAIL for alpha.
385
386 * gcc.dg/vect/vect.exp: Add check for alpha.
387 * lib/target-supports.exp (check_alpha_max_hw_available): New.
388 (check_effective_target_vect_int): Enable for alpha.
389 (check_effective_target_vect_long): New.
390 (is-effective-target): Add it.
391
392 2004-11-23 Uros Bizjak <uros@kss-loka.si>
393
394 * gcc.dg/pr18614-1.c: New test.
395
396 2004-11-23 Eric Botcazou <ebotcazou@libertysurf.fr>
397
398 * gcc.dg/setjmp-2.c: New test.
399
400 2004-11-22 James A. Morrison <phython@gcc.gnu.org>
401
402 * gcc.target/sparc/align.c, gcc.target/sparc/combined-2.c,
403 gcc.target/sparc/fpack16.c, gcc.target/sparc/fpack32.c,
404 gcc.target/sparc/fpackfix.c, gcc.target/fexpand.c,
405 gcc.target/sparc/fpmerge.c, gcc.target/sparc/fpmul.c,
406 gcc.target/sparc/pdist.c: New tests.
407
408 2004-11-22 Bob Wilson <bob.wilson@acm.org>
409
410 * gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
411
412 2004-11-22 Dale Johannesen <dalej@apple.com>
413
414 * gcc.dg/20041111-1.c: New.
415
416 2004-11-19 Dorit Naishlos <dorit@il.ibm.com>
417
418 PR tree-opt/18536
419 * gcc.dg/vect/pr18536.c: New test.
420
421 2004-11-22 Giovanni Bajo <giovannibajo@gcc.gnu.org>
422
423 PR c++/18354
424 * g++.dg/template/nontype11.C: New test.
425
426 2004-11-21 Roger Sayle <roger@eyesopen.com>
427
428 PR middle-end/18520
429 * gcc.dg/pr18520-1.c: New test case.
430
431 2004-11-20 Joseph S. Myers <joseph@codesourcery.com>
432
433 * gcc.dg/Wchar-subscripts-1.c, gcc.dg/array-8.c: New tests.
434 * gcc.dg/pointer-arith-1.c, gcc.dg/pointer-arith-2.c,
435 gcc.dg/pointer-arith-3.c, gcc.dg/pointer-arith-4.c: Update
436 expected diagnostics.
437
438 2004-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
439
440 PR target/18580
441 * gcc.dg/vect/vect-13.c, vect-27.c, vect-27a.c, vect-29.c,
442 vect-29a.c, vect-48a.c, vect-56a.c, vect-72.c, vect-72a.c,
443 vect-77.c, vect-77a.c: XFAIL on the SPARC.
444
445 2004-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
446
447 * gcc.dg/vect/vect.exp (sparc*-*-*): Fix a couple of nits.
448
449 2004-11-19 Mark Mitchell <mark@codesourcery.com>
450 Joseph Myers <joseph@codesourcery.com>
451
452 * lib/target-supports.exp (check_visibility_available): Really
453 test the compiler.
454
455 2004-11-19 Dorit Naishlos <dorit@il.ibm.com>
456
457 PR tree-opt/18181
458 * gcc.dg/vect/vect-85.c: New test.
459 * gcc.dg/vect/vect-86.c: New test.
460 * gcc.dg/vect/vect-87.c: New test.
461 * gcc.dg/vect/vect-88.c: New test.
462
463 2004-11-19 Ben Elliston <bje@au.ibm.com>
464
465 * gcc.dg/pr16286.c: Test __pixel and __bool keywords.
466
467 2004-11-18 Janis Johnson <janis187@us.ibm.com>
468
469 * gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
470 * gcc.dg/ppc-and-1.c: Ditto.
471 * gcc.dg/ppc-compare-1.c: Ditto.
472 * gcc.dg/ppc-mov-1.c: Ditto
473
474 2004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
475 Mark Mitchell <mark@codesourcery.com>
476
477 * testsuite/gcc.dg/pragma-init-fini-2.c: New test.
478
479 2004-11-17 Janis Johnson <janis187@us.ibm.com>
480 Aldy Hernandez <aldyh@redhat.com>
481
482 * lib/target-supports.exp (check_effective_target_vect_int): New
483 (check_effective_target_vect_float): New
484 (check_effective_target_vect_double): New.
485 (is-effective-target): Support new effective targets keywords.
486 * gcc.dg/vect/vect.exp: Set target-dependent vector flags and
487 default action for dg-do.
488 * gcc.dg/vect/pr16105.c: Use new support.
489 * gcc.dg/vect/pr18400.c: Ditto.
490 * gcc.dg/vect/pr18425.c: Ditto.
491 * gcc.dg/vect/vect-1.c: Ditto.
492 * gcc.dg/vect/vect-10.c: Ditto.
493 * gcc.dg/vect/vect-11.c: Ditto.
494 * gcc.dg/vect/vect-12.c: Ditto.
495 * gcc.dg/vect/vect-13.c: Ditto.
496 * gcc.dg/vect/vect-14.c: Ditto.
497 * gcc.dg/vect/vect-15.c: Ditto.
498 * gcc.dg/vect/vect-16.c: Ditto.
499 * gcc.dg/vect/vect-17.c: Ditto.
500 * gcc.dg/vect/vect-18.c: Ditto.
501 * gcc.dg/vect/vect-19.c: Ditto.
502 * gcc.dg/vect/vect-2.c: Ditto.
503 * gcc.dg/vect/vect-20.c: Ditto.
504 * gcc.dg/vect/vect-21.c: Ditto.
505 * gcc.dg/vect/vect-22.c: Ditto.
506 * gcc.dg/vect/vect-23.c: Ditto.
507 * gcc.dg/vect/vect-24.c: Ditto.
508 * gcc.dg/vect/vect-25.c: Ditto.
509 * gcc.dg/vect/vect-26.c: Ditto.
510 * gcc.dg/vect/vect-27.c: Ditto.
511 * gcc.dg/vect/vect-27a.c: Ditto.
512 * gcc.dg/vect/vect-28.c: Ditto.
513 * gcc.dg/vect/vect-29.c: Ditto.
514 * gcc.dg/vect/vect-29a.c: Ditto.
515 * gcc.dg/vect/vect-3.c: Ditto.
516 * gcc.dg/vect/vect-30.c: Ditto.
517 * gcc.dg/vect/vect-31.c: Ditto.
518 * gcc.dg/vect/vect-32.c: Ditto.
519 * gcc.dg/vect/vect-33.c: Ditto.
520 * gcc.dg/vect/vect-34.c: Ditto.
521 * gcc.dg/vect/vect-35.c: Ditto.
522 * gcc.dg/vect/vect-36.c: Ditto.
523 * gcc.dg/vect/vect-37.c: Ditto.
524 * gcc.dg/vect/vect-38.c: Ditto.
525 * gcc.dg/vect/vect-4.c: Ditto.
526 * gcc.dg/vect/vect-40.c: Ditto.
527 * gcc.dg/vect/vect-41.c: Ditto.
528 * gcc.dg/vect/vect-42.c: Ditto.
529 * gcc.dg/vect/vect-43.c: Ditto.
530 * gcc.dg/vect/vect-44.c: Ditto.
531 * gcc.dg/vect/vect-45.c: Ditto.
532 * gcc.dg/vect/vect-46.c: Ditto.
533 * gcc.dg/vect/vect-47.c: Ditto.
534 * gcc.dg/vect/vect-48.c: Ditto.
535 * gcc.dg/vect/vect-48a.c: Ditto.
536 * gcc.dg/vect/vect-49.c: Ditto.
537 * gcc.dg/vect/vect-5.c: Ditto.
538 * gcc.dg/vect/vect-50.c: Ditto.
539 * gcc.dg/vect/vect-51.c: Ditto.
540 * gcc.dg/vect/vect-52.c: Ditto.
541 * gcc.dg/vect/vect-53.c: Ditto.
542 * gcc.dg/vect/vect-54.c: Ditto.
543 * gcc.dg/vect/vect-55.c: Ditto.
544 * gcc.dg/vect/vect-56.c: Ditto.
545 * gcc.dg/vect/vect-56a.c: Ditto.
546 * gcc.dg/vect/vect-57.c: Ditto.
547 * gcc.dg/vect/vect-58.c: Ditto.
548 * gcc.dg/vect/vect-59.c: Ditto.
549 * gcc.dg/vect/vect-6.c: Ditto.
550 * gcc.dg/vect/vect-60.c: Ditto.
551 * gcc.dg/vect/vect-61.c: Ditto.
552 * gcc.dg/vect/vect-62.c: Ditto.
553 * gcc.dg/vect/vect-63.c: Ditto.
554 * gcc.dg/vect/vect-64.c: Ditto.
555 * gcc.dg/vect/vect-65.c: Ditto.
556 * gcc.dg/vect/vect-66.c: Ditto.
557 * gcc.dg/vect/vect-67.c: Ditto.
558 * gcc.dg/vect/vect-68.c: Ditto.
559 * gcc.dg/vect/vect-69.c: Ditto.
560 * gcc.dg/vect/vect-7.c: Ditto.
561 * gcc.dg/vect/vect-72.c: Ditto.
562 * gcc.dg/vect/vect-72a.c: Ditto.
563 * gcc.dg/vect/vect-73.c: Ditto.
564 * gcc.dg/vect/vect-74.c: Ditto.
565 * gcc.dg/vect/vect-75.c: Ditto.
566 * gcc.dg/vect/vect-76.c: Ditto.
567 * gcc.dg/vect/vect-77.c: Ditto.
568 * gcc.dg/vect/vect-77a.c: Ditto.
569 * gcc.dg/vect/vect-78.c: Ditto.
570 * gcc.dg/vect/vect-79.c: Ditto.
571 * gcc.dg/vect/vect-8.c: Ditto.
572 * gcc.dg/vect/vect-80.c: Ditto.
573 * gcc.dg/vect/vect-82.c: Ditto.
574 * gcc.dg/vect/vect-82_64.c: Ditto.
575 * gcc.dg/vect/vect-83.c: Ditto.
576 * gcc.dg/vect/vect-83_64.c: Ditto.
577 * gcc.dg/vect/vect-9.c: Ditto.
578 * gcc.dg/vect/vect-all.c: Ditto.
579 * gcc.dg/vect/vect-none.c: Ditto.
580
581 2004-11-17 Janis Johnson <janis187@us.ibm.com>
582
583 * lib/gcc-dg.exp (dg-skip-if): New function.
584 (dg-forbid-option): Remove.
585 * g++.dg/abi/bitfield3.C: Use dg-skip-if i?86 -m64.
586 * g++.dg/abi/bitfield8.C: Likewise.
587 * g++.dg/abi/dtor1.C: Likewise.
588 * g++.dg/abi/empty10.C: Likewise.
589 * g++.dg/abi/empty7.C: Likewise.
590 * g++.dg/abi/empty9.C: Likewise.
591 * g++.dg/abi/layout3.C: Likewise.
592 * g++.dg/abi/layout4.C: Likewise.
593 * g++.dg/abi/thunk1.C: Likewise.
594 * g++.dg/abi/thunk2.C: Likewise.
595 * g++.dg/abi/vbase11.C: Likewise.
596 * g++.dg/abi/vthunk2.C: Likewise.
597 * g++.dg/abi/vthunk3.C: Likewise.
598 * g++.dg/ext/attrib8.C: Likewise.
599 * g++.dg/opt/longbranch2.C: Likewise.
600 * g++.dg/opt/reg-stack4.C: Likewise.
601 * g++.old-deja/g++.ext/attrib1.C: Likewise.
602 * g++.old-deja/g++.ext/attrib2.C: Likewise.
603 * g++.old-deja/g++.ext/attrib3.C: Likewise.
604 * g++.old-deja/g++.other/store-expr1.C: Likewise.
605 * g++.old-deja/g++.other/store-expr2.C: Likewise.
606 * gcc.dg/20000609-1.c: Likewise.
607 * gcc.dg/20000720-1.c: Likewise.
608 * gcc.dg/20011107-1.c: Likewise.
609 * gcc.dg/20011119-1.c: Likewise.
610 * gcc.dg/20020108-1.c: Likewise.
611 * gcc.dg/20020122-2.c: Likewise.
612 * gcc.dg/20020122-3.c: Likewise.
613 * gcc.dg/20020201-3.c: Likewise.
614 * gcc.dg/20020206-1.c: Likewise.
615 * gcc.dg/20020218-1.c: Likewise.
616 * gcc.dg/20020310-1.c: Likewise.
617 * gcc.dg/20020411-1.c: Likewise.
618 * gcc.dg/20020418-2.c: Likewise.
619 * gcc.dg/20020426-1.c: Likewise.
620 * gcc.dg/20020426-2.c: Likewise.
621 * gcc.dg/20020517-1.c: Likewise.
622 * gcc.dg/20020523-1.c: Likewise.
623 * gcc.dg/20020523-2.c: Likewise.
624 * gcc.dg/20020729-1.c: Likewise.
625 * gcc.dg/20030204-1.c: Likewise.
626 * gcc.dg/20030826-2.c: Likewise.
627 * gcc.dg/20030926-1.c: Likewise.
628 * gcc.dg/20031202-1.c: Likewise.
629 * gcc.dg/980312-1.c: Likewise.
630 * gcc.dg/980313-1.c: Likewise.
631 * gcc.dg/990117-1.c: Likewise.
632 * gcc.dg/990424-1.c: Likewise.
633 * gcc.dg/990524-1.c: Likewise.
634 * gcc.dg/991230-1.c: Likewise.
635 * gcc.dg/i386-387-1.c: Likewise.
636 * gcc.dg/i386-387-2.c: Likewise.
637 * gcc.dg/i386-387-3.c: Likewise.
638 * gcc.dg/i386-387-4.c: Likewise.
639 * gcc.dg/i386-387-5.c: Likewise.
640 * gcc.dg/i386-387-6.c: Likewise.
641 * gcc.dg/i386-asm-1.c: Likewise.
642 * gcc.dg/i386-bitfield1.c: Likewise.
643 * gcc.dg/i386-bitfield2.c: Likewise.
644 * gcc.dg/i386-loop-1.c: Likewise.
645 * gcc.dg/i386-loop-2.c: Likewise.
646 * gcc.dg/i386-loop-3.c: Likewise.
647 * gcc.dg/i386-pentium4-not-mull.c: Likewise.
648 * gcc.dg/i386-pic-1.c: Likewise.
649 * gcc.dg/i386-regparm.c: Likewise.
650 * gcc.dg/i386-signbit-1.c: Likewise.
651 * gcc.dg/i386-signbit-2.c: Likewise.
652 * gcc.dg/i386-signbit-3.c: Likewise.
653 * gcc.dg/i386-sse-5.c: Likewise.
654 * gcc.dg/i386-sse-8.c: Likewise.
655 * gcc.dg/i386-unroll-1.c: Likewise.
656 * gcc.dg/tls/opt-1.c: Likewise.
657 * gcc.dg/tls/opt-2.c: Likewise.
658 * gcc.dg/unroll-1.c: Likewise.
659 * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
660 * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
661 * gcc.misc-tests/i386-pf-none-1.c: Likewise.
662 * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
663
664 2004-11-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
665
666 * g++.dg/template/incomplete1.C: New test.
667
668 2004-11-16 Nick Clifton <nickc@redhat.com>
669
670 Revert patches accidentally commited during checkin of fixes for
671 xstormy16 tests:
672 gcc.c-torture/execute/simd-4.c: Revert
673 gcc.dg/20040910-1.c: Revert.
674
675 2004-11-16 Paul Brook <paul@codesourcery.com>
676
677 PR fortran/13010
678 * gfortran.dg/der_pointer_1.f90: New test.
679
680 2004-11-15 Joseph S. Myers <joseph@codesourcery.com>
681
682 PR c/18498
683 * gcc.dg/bitfld-13.c: New test.
684
685 2004-11-15 Janis Johnson <janis187@us.ibm.com>
686
687 * gcc.dg/vect/tree-vect.h: (check_vect): Test symbols defined for
688 powerpc*-*-linux*.
689
690 * gcc.dg/ppc64-abi-1.c: Skip if not lp64.
691 * gcc.dg/ppc64-abi-2.c: Ditto.
692 * gcc.dg/ppc64-abi-3.c: Ditto.
693
694 * lib/gcc-dg.exp (dg-target-list): Remove.
695
696 2004-11-15 Steve Ellcey <sje@cup.hp.com>
697
698 * gcc.dg/ia64-postinc.c: New test.
699
700 2004-11-15 Mark Mitchell <mark@codesourcery.com>
701
702 * gcc.dg/format/cmn-err-1.c: Add tests for "%p".
703
704 2004-11-15 Nick Clifton <nickc@redhat.com>
705
706 * g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with
707 __INT_MAX__ so that the test can be compiled by toolchains
708 targeted at 16-bit processors.
709
710 * gcc.dg/20040625-1.c: Use long constants rather than integers
711 when performing arithmetic that will overflow 16-bits.
712
713 * gcc.dg/i386-sse-8.c: Expect this test to fail for the
714 xstormy16. It does not support 128-bit vector operations.
715
716 * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'
717 with the macro PTR_TYPE. Define this macro to an integer type
718 suitable for holding a pointer.
719
720 * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if
721 the target is a 16-bit processor.
722
723 * gcc.dg/cpp/if-2.c: Expect a different warning message from
724 16-bit targets where the character constant will be too long.
725
726 * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16
727 where the double will not be directly addressable.
728
729 2004-11-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
730
731 Friend class name lookup 1/n, PR c++/18471
732 * g++.dg/template/crash26.C: New test.
733 * g++.dg/lookup/struct1.C: Adjust expected error.
734 * g++.dg/parse/elab1.C: Likewise.
735 * g++.dg/parse/elab2.C: Likewise.
736 * g++.dg/parse/int-as-enum1.C: Likewise.
737 * g++.dg/parse/struct-as-enum1.C: Likewise.
738 * g++.dg/parse/typedef1.C: Likewise.
739 * g++.dg/parse/typedef3.C: Likewise.
740 * g++.dg/parse/typedef4.C: Likewise.
741 * g++.dg/parse/typedef5.C: Likewise.
742 * g++.dg/template/nontype4.C: Likewise.
743 * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
744 * g++.old-deja/g++.other/elab1.C: Likewise.
745 * g++.old-deja/g++.other/syntax4.C: Likewise.
746
747 2004-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
748
749 * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
750
751 2004-11-14 Zdenek Dvorak <dvorakz@suse.cz>
752
753 * gcc.c-torture/execute/20041114-1.c: New test.
754
755 2004-11-14 Joseph S. Myers <joseph@codesourcery.com>
756
757 * gcc.dg/c99-flex-array-5.c, gcc.dg/c99-fordecl-3.c,
758 gcc.dg/comp-goto-1.c, gcc.dg/comp-goto-2.c, gcc.dg/comp-goto-3.c,
759 gcc.dg/format/strfmon-2.c, gcc.dg/pointer-arith-1.c,
760 gcc.dg/pointer-arith-2.c, gcc.dg/pointer-arith-3.c,
761 gcc.dg/pointer-arith-4.c, gcc.dg/switch-5.c, gcc.dg/switch-6.c,
762 gcc.dg/switch-7.c: New tests.
763
764 2004-11-14 Dorit Naishlos <dorit@il.ibm.com>
765
766 * gcc.dg/vect/vect-78.c: Now vectorized on powerpc*.
767
768 2004-11-14 Dorit Naishlos <dorit@il.ibm.com>
769
770 PR tree-opt/18400
771 * gcc.dg/vect/pr18400.c: New test.
772
773 2004-11-14 Dorit Naishlos <dorit@il.ibm.com>
774 Andrew Pinski <pinskia@physics.uc.edu>
775
776 PR tree-opt/18425
777 * gcc.dg/vect/pr18425.c: New test.
778
779 2004-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
780
781 * gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
782 Guard with dg-require-alias and dg-require-visibility.
783
784 2004-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
785
786 * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
787
788 2004-11-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
789
790 * g++.dg/expr/unary1.C, g++.dg/expr/unary2.C: New tests.
791
792 2004-11-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
793
794 PR c++/17344
795 * g++.dg/template/defarg5.C: New test.
796
797 2004-11-13 Eric Botcazou <ebotcazou@libertysurf.fr>
798
799 * g++.dg/parse/cast1.C: Run only on ILP32.
800 * g++.old-deja/g++.mike/p784.C: Likewise.
801
802 2004-11-13 Bernd Schmidt <bernd.schmidt@analog.com>
803
804 * gcc.c-torture/execute/20041113-1.c: New test.
805
806 2004-11-13 James A. Morrison <phython@gcc.gnu.org>
807
808 PR target/18230
809 * gcc.dg/vect/tree-vect.h (check_vect): Add SPARC-specific test.
810 * gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-9.c,
811 gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-12.c, gcc.dg/vect/vect-14.c,
812 gcc.dg/vect/vect-15.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
813 gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-21.c,
814 gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c, gcc.dg/vect/vect-24.c,
815 gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c, gcc.dg/vect/vect-32.c,
816 gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c, gcc.dg/vect/vect-35.c,
817 gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c, gcc.dg/vect/vect-62.c,
818 gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
819 gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
820 gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-73.c, gcc.dg/vect/vect-75.c,
821 gcc.dg/vect/vect-76.c, gcc.dg/vect/vect-78.c: Enable for SPARC.
822
823 2004-11-13 James A. Morrison <phython@gcc.gnu.org>
824
825 * gcc.target/sparc/fand.c, gcc.target/sparc/fands,
826 gcc.target/sparc/fnand.c, gcc.target/sparc/fnands.c,
827 gcc.target/sparc/fxor.c, gcc.target/sparc/fxors.c,
828 gcc.target/sparc/fxnor.c, gcc.target/sparc/fxnors.c,
829 gcc.target/sparc/fandnot.c, gcc.target/sparc/fandnots.c,
830 gcc.target/sparc/fornot.c, gcc.target/sparc/fornots.c,
831 gcc.target/sparc/fnot.c, gcc.target/sparc/fnots.c,
832 gcc.target/sparc/for.c, gcc.target/sparc/fors.c,
833 gcc.target/sparc/combined-1.c: New tests.
834
835 2004-11-12 Ziemowit Laski <zlaski@apple.com>
836
837 * objc.dg/const-str-8.m, objc.dg/const-str-9.m:
838 New tests.
839
840 2004-11-12 Mark Mitchell <mark@codesourcery.com>
841
842 * lib/gcc-dg.exp (dg-forbid-option): New function.
843 * g++.dg/abi/bitfield3.C: Use dg-forbid-option -m64.
844 * g++.dg/abi/bitfield8.C: Likewise.
845 * g++.dg/abi/dtor1.C: Likewise.
846 * g++.dg/abi/empty10.C: Likewise.
847 * g++.dg/abi/empty7.C: Likewise.
848 * g++.dg/abi/empty9.C: Likewise.
849 * g++.dg/abi/layout3.C: Likewise.
850 * g++.dg/abi/layout4.C: Likewise.
851 * g++.dg/abi/thunk1.C: Likewise.
852 * g++.dg/abi/thunk2.C: Likewise.
853 * g++.dg/abi/vbase11.C: Likewise.
854 * g++.dg/abi/vthunk2.C: Likewise.
855 * g++.dg/abi/vthunk3.C: Likewise.
856 * g++.dg/ext/attrib8.C: Likewise.
857 * g++.dg/opt/longbranch2.C: Likewise.
858 * g++.dg/opt/reg-stack4.C: Likewise.
859 * g++.old-deja/g++.ext/attrib1.C: Likewise.
860 * g++.old-deja/g++.ext/attrib2.C: Likewise.
861 * g++.old-deja/g++.ext/attrib3.C: Likewise.
862 * g++.old-deja/g++.other/store-expr1.C: Likewise.
863 * g++.old-deja/g++.other/store-expr2.C: Likewise.
864 * gcc.dg/20000609-1.c: Likewise.
865 * gcc.dg/20000720-1.c: Likewise.
866 * gcc.dg/20011107-1.c: Likewise.
867 * gcc.dg/20011119-1.c: Likewise.
868 * gcc.dg/20020108-1.c: Likewise.
869 * gcc.dg/20020122-2.c: Likewise.
870 * gcc.dg/20020122-3.c: Likewise.
871 * gcc.dg/20020201-3.c: Likewise.
872 * gcc.dg/20020206-1.c: Likewise.
873 * gcc.dg/20020218-1.c: Likewise.
874 * gcc.dg/20020310-1.c: Likewise.
875 * gcc.dg/20020411-1.c: Likewise.
876 * gcc.dg/20020418-2.c: Likewise.
877 * gcc.dg/20020426-1.c: Likewise.
878 * gcc.dg/20020426-2.c: Likewise.
879 * gcc.dg/20020517-1.c: Likewise.
880 * gcc.dg/20020523-1.c: Likewise.
881 * gcc.dg/20020523-2.c: Likewise.
882 * gcc.dg/20020729-1.c: Likewise.
883 * gcc.dg/20030204-1.c: Likewise.
884 * gcc.dg/20030826-2.c: Likewise.
885 * gcc.dg/20030926-1.c: Likewise.
886 * gcc.dg/20031202-1.c: Likewise.
887 * gcc.dg/980312-1.c: Likewise.
888 * gcc.dg/980313-1.c: Likewise.
889 * gcc.dg/990117-1.c: Likewise.
890 * gcc.dg/990424-1.c: Likewise.
891 * gcc.dg/990524-1.c: Likewise.
892 * gcc.dg/991230-1.c: Likewise.
893 * gcc.dg/i386-387-1.c: Likewise.
894 * gcc.dg/i386-387-2.c: Likewise.
895 * gcc.dg/i386-387-3.c: Likewise.
896 * gcc.dg/i386-387-4.c: Likewise.
897 * gcc.dg/i386-387-5.c: Likewise.
898 * gcc.dg/i386-387-6.c: Likewise.
899 * gcc.dg/i386-asm-1.c: Likewise.
900 * gcc.dg/i386-bitfield1.c: Likewise.
901 * gcc.dg/i386-bitfield2.c: Likewise.
902 * gcc.dg/i386-loop-1.c: Likewise.
903 * gcc.dg/i386-loop-2.c: Likewise.
904 * gcc.dg/i386-loop-3.c: Likewise.
905 * gcc.dg/i386-pentium4-not-mull.c: Likewise.
906 * gcc.dg/i386-pic-1.c: Likewise.
907 * gcc.dg/i386-regparm.c: Likewise.
908 * gcc.dg/i386-signbit-1.c: Likewise.
909 * gcc.dg/i386-signbit-2.c: Likewise.
910 * gcc.dg/i386-signbit-3.c: Likewise.
911 * gcc.dg/i386-sse-5.c: Likewise.
912 * gcc.dg/i386-sse-8.c: Likewise.
913 * gcc.dg/i386-unroll-1.c: Likewise.
914 * gcc.dg/tls/opt-1.c: Likewise.
915 * gcc.dg/tls/opt-2.c: Likewise.
916 * gcc.dg/unroll-1.c: Likewise.
917 * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
918 * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
919 * gcc.misc-tests/i386-pf-none-1.c: Likewise.
920 * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
921 * gcc.c-torture/execute/20010129-1.x: Do not use -mtune=i686 when
922 -m64 is specified.
923
924 2004-11-12 Mark Mitchell <mark@codesourcery.com>
925
926 PR c++/18389
927 * g++.dg/parse/cond1.C: New test.
928
929 PR c++/18429
930 * g++.dg/template/array9.C: New test.
931 * g++.dg/ext/vla1.C: Adjust error messages.
932 * g++.dg/ext/vlm1.C: Likewise.
933 * g++.dg/template/crash2.C: Likewise.
934
935 PR c++/18436
936 * g++.dg/template/call3.C: New test.
937
938 PR c++/18407
939 * g++.dg/template/ptrmem11.C: New test.
940
941 2004-11-12 Andrew Pinski <pinskia@physics.uc.edu>
942
943 PR other/14264
944 * lib/g++.exp: Set LC_ALL and LANG to C.
945 * lib/gcc-dg.exp: Likewise.
946 * lib/gfortran.exp: Likewise.
947 * lib/objc.exp: Likewise.
948 * lib/treelang.exp: Likewise.
949
950 2004-11-12 Andreas Schwab <schwab@suse.de>
951
952 * gcc.dg/pr16286.c: Fix last change.
953
954 2004-11-12 Mark Mitchell <mark@codesourcery.com>
955
956 PR c++/18416
957 * g++.dg/init/global1.C: New test.
958
959 2004-11-12 Eric Botcazou <ebotcazou@act-europe.fr>
960
961 * gcc.c-torture/execute/20041112-1.c: New test.
962
963 2004-11-11 Janis Johnson <janis187@us.ibm.com>
964
965 * lib/gcc-dg.exp (dg-target-list): New.
966
967 2004-11-11 Janis Johnson <janis187@us.ibm.com>
968 Richard Sandiford <rsandifo@redhat.com>
969
970 * lib/target-supports.exp (get-compiler_messages): New.
971 (check_named_sections_available): Use it.
972 (check_effective_target_ilp32): New.
973 (check_effective_target_lp64): New.
974 (is-effective-target): New.
975 * lib/gcc-dg.exp (dg-require-effective-target): New.
976
977 2004-11-11 Joseph S. Myers <joseph@codesourcery.com>
978
979 * gcc.dg/precedence-1.c: New test.
980
981 2004-11-11 Janis Johnson <janis187@us.ibm.com>
982
983 * gcc.misc-tests/linkage.exp: Handle biarch GCC for powerpc64.
984
985 * gcc.misc-tests/linkage.exp: Prepend directory name to pass/fail
986 message, delete generated files, use more descriptive name for
987 executable, and make the test unsupported when it cannot be run.
988
989 * lib/gcc-dg.exp (skip_test_and_clear_xfail): New procedure.
990 (dg-require-weak, dg-require-visibility, dg-require-alias,
991 dg-require-gc-sections, dg-require-profiling, dg-require-dll,
992 dg-require-iconv, dg-require-named-sections): Use it.
993
994 * lib/gcc-dg.exp (dg-xfail-if): Ignore if skipping the test.
995
996 2004-11-11 Nathan Sidwell <nathan@codesourcery.com>
997
998 PR target/16457
999 * gcc.dg/ppc-and-1: New
1000
1001 PR target/16796
1002 * gcc.dg/ppc-mov-1.c: New.
1003
1004 PR target/16458
1005 * gcc.dg/ppc-compare-1.c: New.
1006
1007 2004-11-10 Joseph S. Myers <joseph@codesourcery.com>
1008
1009 * objc.dg/desig-init-2.m: New test.
1010
1011 2004-11-10 Adam Nemet <anemet@lnxw.com>
1012
1013 PR middle-end/18160
1014 * g++.dg/warn/register-var-1.C: New test.
1015 * g++.dg/warn/register-var-2.C: New test.
1016
1017 2004-11-10 Eric Botcazou <ebotcazou@libertysurf.fr>
1018
1019 * gcc.dg/union-2.c: New test.
1020
1021 2004-11-10 Fariborz Jahanian <fjahanian@apple.com>
1022
1023 * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c:
1024 New test for PR tree-optimization/17892.
1025
1026 2004-11-09 Mark Mitchell <mark@codesourcery.com>
1027
1028 PR c++/18369
1029 * g++.dg/init/new12.C: New test.
1030
1031 2004-11-10 James A. Morrison <phython@gcc.gnu.org>
1032
1033 * gcc.target/sparc: New directory.
1034 * gcc.target/sparc/sparc.exp: New driver.
1035 * gcc.target/sparc/fpadd16.c, gcc.target/sparc/fpadd16s.c,
1036 gcc.target/sparc/fpsub16.c, gcc.target/sparc/fpsub16s.c,
1037 gcc.target/sparc/fpadd32.c, gcc.target/sparc/fpadd32s.c,
1038 gcc.target/sparc/fpsub32.c, gcc.target/sparc/fpsub32s.c: New tests.
1039
1040 2004-11-10 Paul Brook <paul@codesourcery.com>
1041
1042 PR fortran/18218
1043 * gfortran.dg/list_read.c: New test.
1044
1045 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1046
1047 PR c/18322
1048 * gcc.dg/func-outside-1.c, gcc.dg/func-outside-2.c: Correct
1049 expected diagnostic location.
1050
1051 2004-11-09 Ulrich Weigand <uweigand@de.ibm.com>
1052
1053 * gcc.dg/20041109-1.c: New test.
1054
1055 2004-11-09 Andrew Pinski <pinskia@physics.uc.edu>
1056
1057 PR objc/18406
1058 * objc/compile/pr18406.m: New test.
1059
1060 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1061
1062 * gcc.dg/builtin-prefetch-1.c: Update expected diagnostic.
1063
1064 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
1065
1066 * gcc.dg/builtin-prefetch-1.c: Adjust expected messages.
1067
1068 2004-11-08 Steve Ellcey <sje@cup.hp.com>
1069
1070 * testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
1071
1072 2004-11-08 Steve Ellcey <sje@cup.hp.com>
1073
1074 * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
1075 exit.
1076
1077 2004-11-08 Andrew Pinski <pinskia@physics.uc.edu>
1078
1079 PR tree-opt/18299
1080 * gcc.c-torture/pr18299-1.c: New test.
1081
1082 2004-11-06 Andreas Schwab <schwab@suse.de>
1083
1084 * gcc.dg/pr16286.c: Also test for bool and pixel.
1085
1086 2004-11-06 Joseph S. Myers <joseph@codesourcery.com>
1087
1088 * gcc.dg/anon-struct-6.c, gcc.dg/anon-struct-7.c,
1089 gcc.dg/anon-struct-8.c, gcc.dg/bitfld-10.c, gcc.dg/bitfld-11.c,
1090 gcc.dg/bitfld-12.c, gcc.dg/func-outside-1.c,
1091 gcc.dg/func-outside-2.c, gcc.dg/label-decl-1.c,
1092 gcc.dg/label-decl-2.c, gcc.dg/label-decl-3.c,
1093 gcc.dg/label-decl-4.c, gcc.dg/struct-empty-1.c,
1094 gcc.dg/struct-empty-2.c, gcc.dg/struct-empty-3.c,
1095 gcc.dg/struct-semi-1.c, gcc.dg/struct-semi-2.c,
1096 gcc.dg/struct-semi-3.c: New tests.
1097
1098 2004-11-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1099
1100 * g++.dg/opt/nothrow1.C: Use -42 instead of 42.
1101
1102 2004-11-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1103
1104 * gcc.dg/compat/generate-random.c (generate_random_data unsafe_state):
1105 Do not use C99 designators.
1106
1107 2004-11-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1108
1109 * g++.dg/other/pragma-re-1.C (p, q): Fix type and remove cast.
1110
1111 2004-11-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1112
1113 * gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
1114 * gcc.c-torture/execute/20020227-1.x: Do not XFAIL at -O3.
1115 * gcc.c-torture/execute/simd-5.x: Remove.
1116
1117 2004-11-06 Andrew Pinski <pinskia@physics.uc.edu>
1118
1119 PR rtl-optimization/17933
1120 * gcc.dg/torture/pr17933-1.c: New test.
1121
1122 2004-11-06 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1123
1124 PR target/18106
1125 * lib/target-supports.exp (check_weak_available): Support
1126 Windows.
1127
1128 2004-11-05 Danny Smith <dannysmith@users.sourceforge.net>
1129
1130 * gcc.dg/compat/struct-layout-1_generate.c (main): Generate a
1131 call to fflush(stdout) before abort.
1132 (my_ffsll): New function.
1133 (generate_fields): Use it.
1134
1135 2004-11-05 Joseph S. Myers <joseph@codesourcery.com>
1136
1137 * gcc.dg/init-undef-1.c: New test.
1138
1139 2004-11-05 Joseph S. Myers <joseph@codesourcery.com>
1140
1141 * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
1142 gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
1143 gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
1144 gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
1145 expected messages for new parser.
1146
1147 2004-11-04 Mark Mitchell <mark@codesourcery.com>
1148
1149 * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
1150
1151 2004-11-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1152
1153 * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
1154 on LP64 targets.
1155
1156 2004-11-04 Joseph S. Myers <joseph@codesourcery.com>
1157
1158 * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
1159 gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
1160 gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
1161 gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
1162 gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
1163 gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
1164 gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
1165 gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
1166 gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
1167 gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
1168
1169 2004-11-04 Joseph S. Myers <joseph@codesourcery.com>
1170
1171 * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
1172 gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
1173 gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
1174 gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
1175 gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
1176 gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
1177 objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
1178 for new parser.
1179
1180 2004-11-04 Richard Sandiford <rsandifo@redhat.com>
1181
1182 PR target/15342
1183 * gcc.dg/20041104-1.c: New test.
1184
1185 2004-11-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1186
1187 * g++.dg/template/nontype7.C: New test.
1188 * g++.dg/template/nontype8.C: Likewise.
1189 * g++.dg/template/nontype9.C: Likewise.
1190 * g++.dg/template/nontype10.C: Likewise.
1191 * g++.dg/tc1/dr49.C: Likewise.
1192 * g++.dg/template/ptrmem8.C: Relax dg-error checks.
1193 * g++.old-deja/g++.other/null1.C: Remove a buggy error check
1194
1195 2004-11-04 Ben Elliston <bje@au.ibm.com>
1196
1197 * g++.dg/rtti/tinfo1.C: Remove xfails.
1198
1199 2004-11-04 Ben Elliston <bje@au.ibm.com>
1200
1201 * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
1202 packed attribute to the definition to satisfy the new C++ parser.
1203
1204 2004-11-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1205
1206 * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
1207 invocations of va_arg.
1208
1209 2004-11-02 Mark Mitchell <mark@codesourcery.com>
1210
1211 PR c++/18124
1212 * g++.dg/template/crash25.C: New test.
1213
1214 PR c++/18155
1215 * g++.dg/template/typedef2.C: New test.
1216 * g++.dg/parse/crash13.C: Adjust error markers.
1217
1218 PR c++/18177
1219 * g++.dg/conversion/const3.C: New test.
1220
1221 2004-11-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1222
1223 PR fortran/17535
1224 PR fortran/17583
1225 PR fortran/17713
1226 * gfortran.dg/generic_[123].f90: New testcases.
1227
1228 2004-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
1229
1230 * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
1231 * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
1232
1233 2004-11-02 Andrew Pinski <pinskia@physics.uc.edu>
1234
1235 PR tree-opt/16808
1236 * gcc.c-torture/compile/pr16808.c: New test.
1237
1238 2004-11-02 Nathan Sidwell <nathan@codesourcery.com>
1239
1240 PR rtl-optimization/17104
1241 * gcc.dg/ppc-bitfield1.c: New.
1242
1243 2004-11-01 Richard Sandiford <rsandifo@redhat.com>
1244
1245 * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
1246
1247 2004-11-01 Richard Sandiford <rsandifo@redhat.com>
1248
1249 * g++.dg/abi/mangle6.C: Run for all MIPS targets. Provide dummy
1250 strings for 32-bit code.
1251
1252 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1253
1254 PR c/18239
1255 * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
1256
1257 2004-11-01 Nathan Sidwell <nathan@codesourcery.com>
1258
1259 PR c++/18064
1260 * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
1261
1262 2004-10-31 Mark Mitchell <mark@codesourcery.com>
1263
1264 PR c++/15172
1265 * g++.dg/init/aggr2.C: New test.
1266
1267 2004-10-30 Ziemowit Laski <zlaski@apple.com>
1268
1269 * objc.dg/local-decl-1.m: New test.
1270
1271 2004-10-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
1272
1273 * gcc.dg/20040910-1.c: Adjust regex.
1274
1275 2004-10-30 Roger Sayle <roger@eyesopen.com>
1276
1277 PR rtl-optimization/18084
1278 * g++.dg/opt/pr18084-1.C: New testcase.
1279
1280 2004-10-30 Matt Austern <austern@apple.com>
1281
1282 PR c++/17542
1283 * g++.dg/ext/attrib18.C: New test.
1284
1285 2004-10-30 Roger Sayle <roger@eyesopen.com>
1286
1287 PR middle-end/18096
1288 * gcc.dg/pr18096-1.c: New test case.
1289
1290 2004-10-30 Roger Sayle <roger@eyesopen.com>
1291
1292 * gcc.dg/pr17581-1.c: Add missing prototype for abort.
1293
1294 2004-10-30 Joseph S. Myers <joseph@codesourcery.com>
1295
1296 PR c/16666
1297 * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
1298 gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
1299 gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
1300 gcc.dg/old-style-prom-3.c: New tests.
1301
1302 2004-10-30 Danny Smith <dannysmith@users.sourceforge.net>
1303
1304 * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
1305 Remove unnecessary inclusion of stdio.h.
1306
1307 2004-10-29 Roger Sayle <roger@eyesopen.com>
1308
1309 PR rtl-optimization/17581
1310 * gcc.dg/pr17581-1.c: New test case.
1311
1312 2004-10-28 Nathan Sidwell <nathan@codesourcery.com>
1313
1314 * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
1315 being implemented.
1316 * g++.dg/conversion/dr195-1.C: New.
1317 * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
1318 * g++.old-deja/g++.mike/p10148.C: Likewise.
1319
1320 2004-10-29 Mark Mitchell <mark@codesourcery.com>
1321
1322 PR c++/17695
1323 * g++.dg/debug/typedef2.C: New test.
1324
1325 2004-10-29 David Billinghurst <David.Billinghurst@riotinto.com>
1326
1327 PR fortran/13490
1328 * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
1329 * gfortran.dg/g77/README: Update.
1330
1331 2004-10-28 Matt Austern <austern@apple.com>
1332
1333 PR c++/14124
1334 * g++.dg/ext/packed7.C: New test.
1335
1336 2004-10-28 Andrew Pinski <pinskia@physics.uc.edu>
1337
1338 * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
1339 scan-assembler.
1340 * lib/scanasm.exp (hidden-scan-for): New proc.
1341 (scan-hidden): Use hidden-scan-for instead of constructing the scan
1342 string.
1343 (scan-not-hidden): Likewise.
1344 * lib/target-supports.exp (check_visibility_available): mach-o is
1345 support too.
1346
1347 2004-10-28 Mark Mitchell <mark@codesourcery.com>
1348
1349 PR c++/17132
1350 * g++.dg/template/memclass3.C: New test.
1351
1352 2004-10-28 Adam Nemet <anemet@lnxw.com>
1353
1354 PR middle-end/18160
1355 * gcc.dg/register-var-1.c: New test.
1356 * gcc.dg/register-var-2.c: New test.
1357 * gcc.dg/asm-7.c: Taking the address of a register variable is an
1358 error now.
1359
1360 2004-10-28 Dorit Naishlos <dorit@il.ibm.com>
1361
1362 PR other/18172
1363 * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove
1364 unused variables.
1365 * gcc.dg/vect/vect-22.c: Likewise.
1366
1367 2004-10-28 Jakub Jelinek <jakub@redhat.com>
1368
1369 * gcc.dg/i386-rotate-1.c: New test.
1370
1371 2004-10-27 Mark Mitchell <mark@codesourcery.com>
1372
1373 * g++.dg/init/ref12.C: Add "run" marker.
1374
1375 PR c++/17435
1376 * g++.dg/init/ref12.C: New test.
1377
1378 PR c++/18140
1379 * g++.dg/template/shift1.C: New test.
1380 * g++.dg/template/error10.C: Adjust error markers.
1381
1382 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
1383
1384 PR tree-opt/17529
1385 * gcc.c-torture/compile/pr17529.c: Remove the xfail.
1386
1387 2004-10-27 Geoffrey Keating <geoffk@apple.com>
1388
1389 * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
1390 * gcc.dg/weak/weak-3.c: Likewise.
1391 * gcc.dg/weak/weak-5.c: Likewise.
1392 * gcc.dg/weak/weak-9.c: Likewise.
1393 * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
1394 * lib/target-supports.exp (check_weak_available): Mach-O does weak.
1395
1396 * gcc.dg/darwin-weakimport-1.c: New.
1397
1398 2004-10-28 Ben Elliston <bje@au.ibm.com>
1399
1400 * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
1401
1402 2004-10-27 Nathan Sidwell <nathan@codesourcery.com>
1403
1404 * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
1405 'syntax' error messages.
1406 * gcc.dg/cpp/direct2s.c: Likewise.
1407
1408 2004-10-26 Geoffrey Keating <geoffk@apple.com>
1409
1410 * gcc.c-torture/compile/20041026-1.c: New.
1411
1412 2004-10-26 Mark Mitchell <mark@codesourcery.com>
1413
1414 PR c++/18093
1415 * g++.dg/lookup/ns2.C: New test.
1416
1417 PR c++/18020
1418 * g++.dg/template/enum4.C: New test.
1419
1420 PR c++/18161
1421 * g++.dg/template/expr1.C: New test.
1422
1423 2004-10-26 Ben Elliston <bje@au.ibm.com>
1424
1425 * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
1426
1427 2004-10-26 Joseph S. Myers <jsm@polyomino.org.uk>
1428
1429 * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
1430 gcc.dg/decl-nospec-3.c: New tests.
1431
1432 2004-10-26 Ziemowit Laski <zlaski@apple.com>
1433
1434 * objc.dg/super-class-3.m: New test.
1435
1436 2004-10-26 Nathan Sidwell <nathan@codesourcery.com>
1437
1438 * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
1439 resyncing.
1440 * gcc.dg/cpp/direct2s.c: Likewise.
1441
1442 2004-10-25 Geoffrey Keating <geoffk@apple.com>
1443
1444 * objc.dg/image-info.m: Update for changes to section selection.
1445
1446 2004-10-25 David Ayers <d.ayers@inode.at>
1447 Ziemowit Laski <zlaski@apple.com>
1448
1449 * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
1450 diagnostics when messaging 'id <Proto>'.
1451 * objc.dg/class-protocol-1.m: New test.
1452 * objc.dg/desig-init-1.m: Add message to an invalid receiver using
1453 a non-existent method signature.
1454 * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
1455 Update diagnostics when messaging with non-existent method signature.
1456 * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
1457 * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
1458 invalid receivers are now resolved as if messaging 'id'; remove
1459 extraneous diagnostics.
1460
1461 2004-10-25 Joseph S. Myers <jsm@polyomino.org.uk>
1462
1463 PR c/16667
1464 * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
1465 gcc.dg/init-desig-obs-3.c: New tests.
1466
1467 2004-10-25 Jakub Jelinek <jakub@redhat.com>
1468
1469 * gcc.dg/debug/20041023-1.c: New test.
1470
1471 2004-10-25 Andrew Pinski <pinskia@physics.uc.edu>
1472
1473 PR middle-end/17407
1474 * gcc.c-torture/compile/pr17407.c: New test.
1475
1476 PR c++/18121
1477 * g++.dg/template/array8.C: New test.
1478
1479 2004-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
1480
1481 PR other/18138
1482 * lib/g++.exp: Accept more than one multilib libgcc.
1483 * lib/gcc-dg.exp: Likewise.
1484 * lib/objc.exp: Likewise.
1485 * lib/treelang.exp: Likewise.
1486 * lib/gfortran.exp: Likewise.
1487
1488 2004-10-24 Ben Elliston <bje@au.ibm.com>
1489
1490 * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
1491
1492 2004-10-24 Geoffrey Keating <geoffk@geoffk.org>
1493
1494 * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
1495 * gcc.dg/c99-const-expr-3.c: Likewise.
1496
1497 2004-10-23 Andrew Pinski <pinskia@physics.uc.edu>.
1498
1499 * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
1500
1501 2004-10-23 Ben Elliston <bje@au.ibm.com>
1502
1503 * gcc.c-torture/execute/loop-2e.x: Remove.
1504
1505 2004-10-22 Nathan Sidwell <nathan@codesourcery.com>
1506
1507 PR c++/18095
1508 * g++.dg/parse/crash18.C: New.
1509 * g++.dg/parse/crash19.C: New.
1510
1511 2004-10-22 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1512
1513 * g++.dg/ext/dllimport1.C: Move dg-warnings.
1514 * g++.dg/ext/dllimport2.C: Same.
1515 * g++.dg/ext/dllimport8.C: Same.
1516
1517 2004-10-21 Mark Mitchell <mark@codesourcery.com>
1518
1519 PR c++/10841
1520 * g++.dg/conversion/cast1.C: New test.
1521 * g++.dg/overload/pmf1.C: Adjust error marker.
1522
1523 2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
1524
1525 PR objc/17923
1526 * objc.dg/const-str-7.m: New test.
1527
1528 2004-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1529
1530 * g++.dg/template/memfriend11.C: Fix comment typo.
1531 * g++.dg/template/memfriend14.C: Likewise.
1532
1533 2004-10-20 Richard Henderson <rth@redhat.com>
1534
1535 * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
1536 gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
1537 -fasynchronous-unwind-tables.
1538
1539 2004-10-20 Richard Henderson <rth@redhat.com>
1540
1541 * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
1542 (main): Return success.
1543 * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
1544 (main): Return success.
1545
1546 2004-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1547
1548 PR c++/13495
1549 * g++.dg/template/memfriend9.C: New test.
1550 * g++.dg/template/memfriend10.C: Likewise.
1551 * g++.dg/template/memfriend11.C: Likewise.
1552 * g++.dg/template/memfriend12.C: Likewise.
1553 * g++.dg/template/memfriend13.C: Likewise.
1554 * g++.dg/template/memfriend14.C: Likewise.
1555 * g++.dg/template/memfriend15.C: Likewise.
1556 * g++.dg/template/memfriend16.C: Likewise.
1557 * g++.dg/template/memfriend17.C: Likewise.
1558 * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
1559
1560 2004-10-20 Nathan Sidwell <nathan@codesourcery.com>
1561
1562 * g++.dg/conversion/dr195.C: New.
1563 * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
1564
1565 2004-10-20 Ben Elliston <bje@au.ibm.com>
1566 Devang Patel <dpatel@apple.com>
1567
1568 * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
1569 of floating point arithmetic, which could trap.
1570
1571 2004-10-19 Mark Mitchell <mark@codesourcery.com>
1572
1573 PR c++/14035
1574 * g++.dg/conversion/reinterpret1.C: Adjust error markers.
1575 * g++.dg/conversion/const2.C: New test.
1576 * g++.dg/expr/reinterpret2.C: New test.
1577 * g++.dg/expr/reinterpret3.C: New test.
1578 * g++.dg/expr/cast2.C: New test.
1579 * g++.dg/expr/copy1.C: New test.
1580 * g++.dg/other/conversion1.C: Change error message.
1581 * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
1582 function pointers to void *.
1583 * g++.old-deja/g++.mike/p10148.C: Likewise.
1584
1585 2004-10-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1586
1587 * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
1588
1589 2004-10-19 Paolo Bonzini <bonzini@gnu.org>
1590
1591 PR c++/18047
1592
1593 * g++.dg/parse/expr3.C: New test.
1594
1595 2004-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
1596
1597 * gcc.dg/smod-1.c: New test.
1598
1599 2004-10-18 Ziemowit Laski <zlaski@apple.com>
1600
1601 * objc.dg/method-14.m: New test.
1602
1603 2004-10-18 Andrew Pinski <pinskia@physics.uc.edu>
1604
1605 * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
1606 Also xfail as the patch was reverted.
1607
1608 2004-10-18 Andrew Pinski <pinskia@physics.uc.edu>
1609
1610 PR middle-end/16973
1611 * gcc.dg/pr16973.c: New test.
1612
1613 2004-10-18 Diego Novillo <dnovillo@redhat.com>
1614
1615 PR tree-optimization/17656
1616 * testsuite/gcc.c-torture/compile/pr17656.c: New test.
1617
1618 2004-10-18 Nathan Sidwell <nathan@codesourcery.com>
1619
1620 * g++.dg/eh/shadow1.C: New.
1621
1622 2004-10-18 Jakub Jelinek <jakub@redhat.com>
1623
1624 * gcc.c-torture/compile/20041018-1.c: New test.
1625
1626 2004-10-18 Ben Elliston <bje@au.ibm.com>
1627
1628 * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
1629 compiler referring to register 0 when accessing sdata. The linker
1630 now patches things up.
1631
1632 2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
1633
1634 PR c/17529
1635 * gcc.c-torture/compile/pr17529.c: New test.
1636
1637 2004-10-17 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1638
1639 PR c++/17743
1640 * g++.dg/ext/attrib17.C: New test.
1641
1642 2004-10-16 Eric Botcazou <ebotcazou@libertysurf.fr>
1643
1644 * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
1645
1646 2004-10-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1647
1648 PR c++/10479
1649 * g++.dg/ext/attrib16.C: New test.
1650
1651 2004-10-15 Mark Mitchell <mark@codesourcery.com>
1652
1653 PR c++/17042
1654 * g++.dg/init/dso_handle1.C: New test.
1655
1656 PR c++/14667
1657 * g++.dg/parse/typedef6.C: New test.
1658
1659 PR c++/17916
1660 * g++.dg/parse/pragma1.C: New test.
1661
1662 2004-10-15 Aldy Hernandez <aldyh@redhat.com>
1663
1664 * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
1665
1666 2004-10-15 Steve Ellcey <sje@cup.hp.com>
1667
1668 * gcc.dg/compat/struct-layout-1_generate.c (switchfiles): Use
1669 -fno-common when on HPPA HP-UX platforms.
1670
1671 2004-10-15 Jakub Jelinek <jakub@redhat.com>
1672
1673 PR other/16820
1674 * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
1675 stdint.h.
1676 * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
1677 uintptr_t.
1678
1679 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
1680
1681 PR c++/16301
1682 * g++.dg/lookup/strong-using-4.C: New test.
1683
1684 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
1685
1686 PR middle-end/16567
1687 * gcc.c-torture/compile/nested-1.c: New test.
1688
1689 2004-10-14 Dorit Naishlos <dorit@il.ibm.com>
1690
1691 * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
1692 and mipsisa64*-*-* (until support for misaligned loads is added).
1693 * testsuite/gcc.dg/vect/vect-50.c: Likewise.
1694 * testsuite/gcc.dg/vect/vect-52.c: Likewise.
1695 * testsuite/gcc.dg/vect/vect-54.c: Likewise.
1696 * testsuite/gcc.dg/vect/vect-58.c: Likewise.
1697 * testsuite/gcc.dg/vect/vect-60.c: Likewise.
1698 * testsuite/gcc.dg/vect/vect-80.c: Likewise.
1699
1700 2004-10-14 Mark Mitchell <mark@codesourcery.com>
1701
1702 PR c++/17976
1703 * g++.dg/init/dtor3.C: New test.
1704
1705 2004-10-15 Ben Elliston <bje@au.ibm.com>
1706
1707 * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
1708
1709 2004-10-14 Geoffrey Keating <geoffk@apple.com>
1710
1711 * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
1712 * gcc.dg/macho-lo-sum.c: Likewise.
1713
1714 2004-10-14 Joseph S. Myers <joseph@codesourcery.com>
1715
1716 * gcc.dg/ppc-spe64-1.c: New test.
1717
1718 2004-10-14 Devang Patel <dpatel@apple.com>
1719
1720 PR 17635
1721 * gcc.dg/pr17635.c : New test.
1722
1723 2004-10-14 Olga Golovanevsky <olga@il.ibm.com>
1724
1725 * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
1726 * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
1727 * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
1728 * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
1729 * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
1730 * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
1731 * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
1732 * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
1733 * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
1734 * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
1735 * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
1736 * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
1737 * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
1738 * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
1739 * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
1740 * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
1741 * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
1742 * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
1743
1744 2004-10-14 Dorit Naishlos <dorit@il.ibm.com>
1745
1746 * gcc.dg/vect/vect-82.c: New testcase.
1747 * gcc.dg/vect/vect-82_64.c: New testcase.
1748 * gcc.dg/vect/vect-83.c: New testcase.
1749 * gcc.dg/vect/vect-83_64.c: New testcase.
1750
1751 2004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
1752
1753 * gcc.dg/cpp/error-1.c: New test.
1754
1755 2004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
1756
1757 * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
1758
1759 2004-10-14 Hans-Peter Nilsson <hp@axis.com>
1760
1761 PR target/17984
1762 * gcc.dg/cris-peep2-xsrand2.c: New test.
1763
1764 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
1765
1766 PR c++/17661
1767 * testsuite/g++.dg/expr/for2.C: New test.
1768
1769 2004-10-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1770
1771 * g++.dg/inherit/thunk1.C: Run on the SPARC.
1772
1773 2004-10-13 Jakub Jelinek <jakub@redhat.com>
1774
1775 PR tree-optimization/17724
1776 * g++.dg/opt/pr17724-1.C: New test.
1777 * g++.dg/opt/pr17724-2.C: New test.
1778 * g++.dg/opt/pr17724-3.C: New test.
1779 * g++.dg/opt/pr17724-4.C: New test.
1780 * g++.dg/opt/pr17724-5.C: New test.
1781 * g++.dg/opt/pr17724-6.C: New test.
1782
1783 2004-10-12 Joseph S. Myers <jsm@polyomino.org.uk>
1784
1785 PR c/17301
1786 * gcc.dg/pr17301-2.c: New test.
1787
1788 2004-10-11 Mark Mitchell <mark@codesourcery.com>
1789
1790 PR c++/15876
1791 * g++.dg/parse/error22.C: New test.
1792
1793 PR c++/17936
1794 * g++.dg/template/spec18.C: New test.
1795
1796 2004-10-11 Steve Ellcey <sje@cup.hp.com>
1797
1798 * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
1799 * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
1800 memcpy.
1801 * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
1802 * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
1803
1804 2004-10-11 Andrew Pinski <pinskia@physics.uc.edu>
1805
1806 * g++.dg/eh/cleanup5.C: Add dg-options "".
1807
1808 2004-10-11 Roger Sayle <roger@eyesopen.com>
1809
1810 PR middle-end/17657
1811 * gcc.dg/switch-4.c: New test case.
1812
1813 2004-10-11 Richard Sandiford <rsandifo@redhat.com>
1814
1815 * gcc.c-torture/execute/20041011-1.c: New test.
1816
1817 2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
1818
1819 PR c++/17554
1820 * g++.dg/init/for3.C: New test.
1821
1822 PR c++/17657
1823 * g++.dg/opt/switch2.C: New test.
1824
1825 PR middle-end/17703
1826 * g++.dg/warn/Wreturn-2.C: New test.
1827
1828 2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
1829
1830 PR c++/17907
1831 * g++.dg/eh/cleanup5.C: New test.
1832
1833 2004-10-10 Mark Mitchell <mark@codesourcery.com>
1834
1835 PR c++/17393
1836 * g++.dg/parse/error21.C: New test.
1837
1838 2004-10-10 Gabriel Dos Reis <gdr@integrable-solutions.net>
1839
1840 * g++.dg/overload/pmf1.C: Adjust quoting marks.
1841 * g++.dg/warn/incomplete1.C: Likewise.
1842 * g++.dg/template/qualttp20.C: Likewise.
1843
1844 2004-10-10 Joseph S. Myers <jsm@polyomino.org.uk>
1845
1846 PR c/17881
1847 * parm-incomplete-1.c: New test.
1848
1849 2004-10-09 Mark Mitchell <mark@codesourcery.com>
1850
1851 PR c++/17867
1852 * g++.dg/parse/error19.C: New test.
1853
1854 PR c++/17670
1855 * g++.dg/init/new11.C: New test.
1856
1857 PR c++/17821
1858 * g++.dg/parse/error20.C: New test.
1859
1860 PR c++/17826
1861 * g++.dg/template/crash24.C: New test.
1862
1863 2004-10-10 Joseph S. Myers <jsm@polyomino.org.uk>
1864
1865 PR c/17301
1866 * gcc.dg/pr17301-1.c: New test.
1867
1868 2004-10-10 Joseph S. Myers <jsm@polyomino.org.uk>
1869
1870 PR c/17189
1871 * gcc.dg/anon-struct-5.c: New test.
1872
1873 2004-10-09 Joseph S. Myers <jsm@polyomino.org.uk>
1874
1875 PR c/17844
1876 * gcc.dg/pr17844-1.c: New test.
1877
1878 2004-10-09 Zdenek Dvorak <dvorakz@suse.cz>
1879
1880 PR tree-optimization/17906
1881 * gcc.c-torture/compile/pr17906.c: New.
1882
1883 2004-10-09 Stuart Hastings <stuart@apple.com>
1884 Roger Sayle <roger@eyesopen.com>
1885
1886 PR rtl-optimization/17853
1887 * gcc.dg/i386-mmx-5.c: New testcase.
1888
1889 2004-10-09 Andrew Pinski <pinskia@physics.uc.edu>
1890
1891 * g++.dg/opt/pr17902.C: Fix typo in dg-do.
1892
1893 2004-10-09 Mark Mitchell <mark@codesourcery.com>
1894
1895 PR c++/17524
1896 * g++.dg/template/static9.C: New test.
1897
1898 PR c++/17685
1899 * g++.dg/parse/operator5.C: New test.
1900
1901 2004-10-09 Roger Sayle <roger@eyesopen.com>
1902
1903 PR middle-end/17894
1904 * gcc.c-torture/execute/divcmp-4.c: New test case.
1905
1906 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
1907
1908 PR tree-opt/17902
1909 * g++.dg/opt/pr17902.C: New test.
1910
1911 2004-10-09 Jakub Jelinek <jakub@redhat.com>
1912
1913 * gcc.dg/cpp/ident-1.c: Add dg-options "".
1914
1915 2004-10-08 Joseph S. Myers <jsm@polyomino.org.uk>
1916
1917 * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
1918
1919 2004-10-08 Joseph S. Myers <jsm@polyomino.org.uk>
1920
1921 * gcc.dg/assign-warn-3.c: New test.
1922
1923 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
1924
1925 PR c/16999
1926 * gcc.dg/cpp/ident-1.c: New test.
1927
1928 2004-10-08 Nathan Sidwell <nathan@codesourcery.com>
1929
1930 * gcc.c-torture/compile/acc1.c: New.
1931
1932 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
1933
1934 * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
1935 * gcc.dg/darwin-abi-2.c: Include stdlib.h.
1936
1937 2004-10-08 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
1938
1939 * gcc.dg/ultrasp11.c: New test.
1940
1941 2004-10-08 Michael Matz <matz@suse.de>
1942
1943 * gcc.dg/doloop-2.c: New test.
1944
1945 2004-10-08 Joseph S. Myers <jsm@polyomino.org.uk>
1946
1947 * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
1948 * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
1949 objc.dg/method-9.m: Update expected diagnostics.
1950
1951 2004-10-07 Geoffrey Keating <geoffk@apple.com>
1952
1953 * gcc.dg/ppc-fsel-3.c: New file.
1954 * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
1955
1956 2004-10-07 Paul Brook <paul@codesourcery.com>
1957
1958 * gfortran.dg/intrinsic_verify_1.f90: New test.
1959
1960 2004-10-07 Paul Brook <paul@codesourcery.com>
1961
1962 * gfortran.dg/empty_format_1.f90: Remove stray commas.
1963
1964 2004-10-07 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1965
1966 * gfortran.fortran-torture/execute/intrinsic_mvbits.f90,
1967 gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
1968 commit.
1969
1970 2004-10-07 Andrew Pinski <pinskia@physics.uc.edu>
1971
1972 * g++.dg/ext/asm6.C: Remove extraneous semicolon.
1973
1974 2004-10-07 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1975
1976 PR c++/17115
1977 * g++.dg/warn/Winline-4.C: New test.
1978
1979 2004-10-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
1980
1981 * gcc.c-torture/compile/20041007-1.c: New test.
1982
1983 2004-10-07 Paul Brook <paul@codesourcery.com>
1984
1985 PR fortran/17678
1986 * gfortran.dg/use_allocated_1.f90: New test.
1987
1988 2004-10-06 Andrew Pinski <pinskia@physics.uc.edu>
1989
1990 PR middle-end/17849
1991 * gfortran.fortran-torture/compile/nested.f90: New test
1992
1993 2004-10-06 Joseph S. Myers <jsm@polyomino.org.uk>
1994
1995 * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
1996
1997 2004-10-06 Andrew Pinski <pinskia@physics.uc.edu>
1998
1999 PR c++/17368
2000 * g++.dg/ext/asm6.C: New test.
2001
2002 2004-10-06 Kenneth Zadeck <zadeck@naturalbridge.com>
2003
2004 * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
2005
2006 2004-10-06 Paul Brook <paul@codesourcery.com>
2007
2008 PR libfortran/17709
2009 * gfortran.dg/empty_format_1.f90: New test.
2010
2011 2004-10-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2012
2013 PR fortran/17568
2014 * gfortran.dg/ishft.f90: New test.
2015
2016 PR fortran/17283
2017 * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
2018 tests.
2019
2020 2004-10-06 Paul Brook <paul@codesourcery.com>
2021
2022 * gfortran.dg/do_1.f90: New test.
2023
2024 2004-10-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2025
2026 * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
2027 optimizing for size.
2028
2029 2004-10-05 Joseph S. Myers <jsm@polyomino.org.uk>
2030
2031 * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
2032
2033 2004-10-05 Joseph S. Myers <jsm@polyomino.org.uk>
2034
2035 * gcc.c-torture/compile/20041005-1.c: New test.
2036
2037 2004-10-05 Nathan Sidwell <nathan@codesourcery.com>
2038
2039 PR c++/17829
2040 * g++.dg/lookup/koenig4.C: New.
2041
2042 2004-10-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
2043
2044 * g++.dg/other/classkey1.C: Adjust quoting marks.
2045 * g++.dg/parse/error15.C: Likewise.
2046 * g++.dg/template/meminit2.C (int>): Likewise.
2047
2048 2004-10-04 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2049
2050 PR fortran/17283
2051 * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
2052
2053 PR fortran/17631
2054 * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
2055
2056 PR fortran/17708
2057 * gfortran.dg/pr17708.f90: New test.
2058
2059 2004-10-04 Chao-ying Fu <fu@mips.com>
2060
2061 * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
2062 * gcc.dg/vect/vect-4.c: Ditto.
2063 * gcc.dg/vect/vect-5.c: Ditto.
2064 * gcc.dg/vect/vect-6.c: Ditto.
2065 * gcc.dg/vect/vect-8.c: Ditto.
2066 * gcc.dg/vect/vect-16.c: Ditto.
2067 * gcc.dg/vect/vect-30.c: Ditto.
2068 * gcc.dg/vect/vect-40.c: Ditto.
2069 * gcc.dg/vect/vect-41.c: Ditto.
2070 * gcc.dg/vect/vect-42.c: Ditto.
2071 * gcc.dg/vect/vect-43.c: Ditto.
2072 * gcc.dg/vect/vect-44.c: Ditto.
2073 * gcc.dg/vect/vect-45.c: Ditto.
2074 * gcc.dg/vect/vect-46.c: Ditto.
2075 * gcc.dg/vect/vect-47.c: Ditto.
2076 * gcc.dg/vect/vect-48.c: Ditto.
2077 * gcc.dg/vect/vect-49.c: Ditto.
2078 * gcc.dg/vect/vect-50.c: Ditto.
2079 * gcc.dg/vect/vect-51.c: Ditto.
2080 * gcc.dg/vect/vect-52.c: Ditto.
2081 * gcc.dg/vect/vect-53.c: Ditto.
2082 * gcc.dg/vect/vect-54.c: Ditto.
2083 * gcc.dg/vect/vect-55.c: Ditto.
2084 * gcc.dg/vect/vect-56.c: Ditto.
2085 * gcc.dg/vect/vect-57.c: Ditto.
2086 * gcc.dg/vect/vect-58.c: Ditto.
2087 * gcc.dg/vect/vect-59.c: Ditto.
2088 * gcc.dg/vect/vect-60.c: Ditto.
2089 * gcc.dg/vect/vect-74.c: Ditto.
2090 * gcc.dg/vect/vect-79.c: Ditto.
2091 * gcc.dg/vect/vect-80.c: Ditto.
2092
2093 2004-10-04 Andrew Pinski <pinskia@physics.uc.edu>
2094
2095 * gcc.dg/unused-7.c: Use the correct option.
2096
2097 2004-10-04 Paul Brook <paul@codesourcery.com>
2098 Bud Davis <bdavis9659@comcast.net>
2099
2100 PR fortran/17706
2101 PR fortran/16434
2102 * gfortran/pr17706.f90: New test.
2103 * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
2104
2105 2004-10-04 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2106
2107 * gfortran.dg/pr17612.f90: New test.
2108
2109 2004-10-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
2110
2111 * g++.dg/template/local1.C: Adjust quoting marks in
2112 testing for diagnostics.
2113 * g++.dg/tls/diag-2.C: Likewise.
2114 * g++.dg/other/error8.C: Likewise.
2115
2116 2004-10-03 Andrew Pinski <pinskia@physics.uc.edu>
2117
2118 PR c/17178
2119 * gcc.dg/unused-4.c: Adjust to be correct.
2120
2121 PR c/17820
2122 * gcc.dg/unused-7.c: New test.
2123
2124 2004-10-03 Andrew Pinski <pinskia@physics.uc.edu>
2125
2126 PR c++/17797
2127 * g++.dg/overload/template2.C: New test.
2128
2129 2004-10-03 Kazu Hirata <kazu@cs.umass.edu>
2130
2131 PR tree-optimization/16632
2132 * gcc.dg/tree-ssa/20041002-1.c: New.
2133
2134 2004-10-03 Paul Brook <paul@codesourcery.com>
2135
2136 * gfortran.dg/pr17286.f90: Add dg-do line. Explicitly test bug,
2137 rather than relying on default formatting.
2138
2139 2004-10-02 Joseph S. Myers <jsm@polyomino.org.uk>
2140
2141 * gcc.dg/20040920-1.c: Update expected message text.
2142
2143 2004-10-02 Ulrich Weigand <uweigand@de.ibm.com>
2144
2145 * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
2146
2147 2004-10-01 Zdenek Dvorak <dvorakz@suse.cz>
2148
2149 * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
2150 tree level.
2151
2152 2004-10-01 Andrew Pinski <pinskia@physics.uc.edu>
2153
2154 * gcc.dg/tree-ssa/pr17343.c: Remove.
2155
2156 2004-10-01 Andrew Pinski <pinskia@physics.uc.edu>
2157
2158 PR tree-opt/17343
2159 * gcc.dg/tree-ssa/pr17343.c: New test.
2160
2161 2004-10-01 Jakub Jelinek <jakub@redhat.com>
2162
2163 * gcc.dg/tree-ssa/stdarg-1.c: Removed.
2164 * gcc.dg/tree-ssa/stdarg-2.c: Removed.
2165 * gcc.dg/tree-ssa/stdarg-3.c: Removed.
2166 * gcc.dg/tree-ssa/stdarg-4.c: Removed.
2167 * gcc.dg/tree-ssa/stdarg-5.c: Removed.
2168
2169 2004-09-30 Joseph S. Myers <jsm@polyomino.org.uk>
2170
2171 * gcc.dg/lvalue-2.c: New test.
2172
2173 2004-09-30 Joseph S. Myers <jsm@polyomino.org.uk>
2174
2175 PR c/17730
2176 * gcc.dg/pr17730-1.c: New test
2177
2178 2004-09-29 Joseph S. Myers <jsm@polyomino.org.uk>
2179
2180 PR c/7425
2181 * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
2182
2183 2004-09-29 Jakub Jelinek <jakub@redhat.com>
2184
2185 * gcc.c-torture/execute/stdarg-1.c: New test.
2186 * gcc.c-torture/execute/stdarg-2.c: New test.
2187 * gcc.c-torture/execute/stdarg-3.c: New test.
2188 * gcc.dg/tree-ssa/stdarg-1.c: New test.
2189 * gcc.dg/tree-ssa/stdarg-2.c: New test.
2190 * gcc.dg/tree-ssa/stdarg-3.c: New test.
2191 * gcc.dg/tree-ssa/stdarg-4.c: New test.
2192 * gcc.dg/tree-ssa/stdarg-5.c: New test.
2193
2194 2004-09-29 Jakub Jelinek <jakub@redhat.com>
2195
2196 PR tree-optimization/17697
2197 * g++.dg/opt/pr17697-1.C: New test.
2198 * g++.dg/opt/pr17697-2.C: New test.
2199 * g++.dg/opt/pr17697-3.C: New test.
2200
2201 2004-09-28 Joseph S. Myers <jsm@polyomino.org.uk>
2202
2203 PR c/16409
2204 * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
2205 gcc.dg/vla-init-5.c: New tests.
2206
2207 2004-09-27 Joseph S. Myers <jsm@polyomino.org.uk>
2208
2209 PR c/13804
2210 * gcc.dg/pr13804-1.c: New test.
2211
2212 2004-09-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2213
2214 PR fortran/16938
2215 * gfortran.dg/pr16938.f90: New test.
2216
2217 2004-09-27 Mark Mitchell <mark@codesourcery.com>
2218
2219 * g++.dg/template/crash23.C: New test.
2220
2221 2004-09-27 Mark Mitchell <mark@codesourcery.com>
2222
2223 PR c++/17585
2224 * g++.dg/template/static8.C: New test.
2225
2226 2004-09-27 Nathan Sidwell <nathan@codesourcery.com>
2227
2228 PR c++/17681
2229 * g++.dg/other/error9.C: New test.
2230
2231 2004-09-26 Ulrich Weigand <uweigand@de.ibm.com>
2232
2233 * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
2234
2235 2004-09-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2236
2237 PR fortran/15164
2238 * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
2239
2240 2004-09-26 Roger Sayle <roger@eyesopen.com>
2241
2242 PR middle-end/17112
2243 * gcc.dg/pr17112-1.c: New test case.
2244
2245 2004-09-26 Joseph S. Myers <jsm@polyomino.org.uk>
2246
2247 PR c/11459
2248 * gcc.dg/pr11459-1.c: New test.
2249
2250 2004-09-25 Ulrich Weigand <uweigand@de.ibm.com>
2251
2252 * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
2253 * gcc.dg/tree-ssa/loop-4.c: Likewise.
2254
2255 2004-09-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2256
2257 * gfortran.dg/pr15324.f90: Make array bounds consistent.
2258
2259 2004-09-25 Jan Hubicka <jh@suse.cz>
2260
2261 * compile/30040909-1.c: New test.
2262 * compile/30040907-1.c: New test.
2263
2264 2004-09-25 Richard Sandiford <rsandifo@redhat.com>
2265
2266 * gcc.c-torture/execute/va-arg-26.c: New test.
2267
2268 2004-09-24 Zack Weinberg <zack@codesourcery.com>
2269
2270 * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
2271 extra diagnostics on targets with 64-bit pointers.
2272 * objc.dg/selector-1.m: Adjust dg-warning regexp.
2273
2274 2004-09-24 Joseph S. Myers <jsm@polyomino.org.uk>
2275
2276 PR c/17188
2277 * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
2278 * gcc.dg/decl-3.c: Adjust expected message.
2279
2280 2004-09-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2281
2282 PR fortran/17615
2283 * gfortran.dg/pr17615.f90: New test.
2284
2285 2004-09-24 Andrew MacLeod <amacleod@redhat.com>
2286
2287 PR tree-optimzation/17517
2288 * g++.dg/tree-ssa/pr17517.C: New Test.
2289
2290 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
2291
2292 PR c++/16889
2293 * g++.dg/lookup/ambig3.C: New.
2294
2295 2004-09-24 Andrew Pinski <pinskia@physics.uc.edu>
2296
2297 PR tree-opt/17624
2298 * g++.dg/opt/pr17624.C: New test.
2299
2300 2004-09-24 Joseph S. Myers <jsm@polyomino.org.uk>
2301
2302 PR c/6980
2303 * gcc.dg/Wbad-function-cast-1.c: New test.
2304
2305 2004-09-23 Zack Weinberg <zack@codesourcery.com>
2306
2307 * g++.dg/ext/complit1.C
2308 * g++.dg/other/error2.C
2309 * g++.dg/other/nontype-1.C
2310 * g++.dg/parse/crash11.C
2311 * g++.dg/parse/crash12.C
2312 * g++.dg/parse/error15.C
2313 * g++.dg/parse/error4.C
2314 * g++.dg/parse/tmpl-outside1.C
2315 * g++.dg/parse/too-many-tmpl-args1.C
2316 * g++.dg/template/dependent-expr3.C
2317 * g++.dg/template/error10.C
2318 * g++.dg/template/instantiate1.C
2319 * g++.dg/template/vtable2.C
2320 * g++.dg/warn/Wshadow-1.C
2321 * g++.dg/warn/weak1.C
2322 * g++.old-deja/g++.brendan/crash16.C
2323 * g++.old-deja/g++.brendan/crash18.C
2324 * g++.old-deja/g++.brendan/crash48.C
2325 * g++.old-deja/g++.brendan/crash49.C
2326 * g++.old-deja/g++.brendan/crash55.C
2327 * g++.old-deja/g++.brendan/crash56.C
2328 * g++.old-deja/g++.brendan/crash8.C
2329 * g++.old-deja/g++.brendan/enum11.C
2330 * g++.old-deja/g++.brendan/enum8.C
2331 * g++.old-deja/g++.brendan/enum9.C
2332 * g++.old-deja/g++.brendan/friend3.C
2333 * g++.old-deja/g++.brendan/misc14.C
2334 * g++.old-deja/g++.bugs/900402_02.C
2335 * g++.old-deja/g++.bugs/900404_03.C
2336 * g++.old-deja/g++.bugs/900404_04.C
2337 * g++.old-deja/g++.bugs/900428_03.C
2338 * g++.old-deja/g++.jason/crash4.C
2339 * g++.old-deja/g++.jason/overload21.C
2340 * g++.old-deja/g++.jason/redecl1.C
2341 * g++.old-deja/g++.jason/report.C
2342 * g++.old-deja/g++.jason/rfg10.C
2343 * g++.old-deja/g++.jason/template30.C
2344 * g++.old-deja/g++.law/arm12.C
2345 * g++.old-deja/g++.law/ctors5.C
2346 * g++.old-deja/g++.law/cvt20.C
2347 * g++.old-deja/g++.law/init10.C
2348 * g++.old-deja/g++.law/init8.C
2349 * g++.old-deja/g++.law/visibility17.C
2350 * g++.old-deja/g++.law/visibility7.C
2351 * g++.old-deja/g++.mike/net8.C
2352 * g++.old-deja/g++.mike/p646.C
2353 * g++.old-deja/g++.mike/p700.C
2354 * g++.old-deja/g++.mike/p701.C
2355 * g++.old-deja/g++.mike/p811.C
2356 * g++.old-deja/g++.ns/template13.C
2357 * g++.old-deja/g++.other/array3.C
2358 * g++.old-deja/g++.other/crash25.C
2359 * g++.old-deja/g++.other/dtor3.C
2360 * g++.old-deja/g++.other/dtor4.C
2361 * g++.old-deja/g++.other/main1.C
2362 * g++.old-deja/g++.other/warn7.C
2363 * g++.old-deja/g++.pt/crash11.C
2364 * g++.old-deja/g++.pt/crash36.C
2365 * g++.old-deja/g++.pt/spec22.C
2366 * g++.old-deja/g++.pt/spec9.C
2367 * g++.old-deja/g++.pt/ttp52.C
2368 * g++.old-deja/g++.robertl/eb103.C
2369 * g++.old-deja/g++.robertl/eb121.C
2370 * g++.old-deja/g++.robertl/eb22.C
2371 * g++.old-deja/g++.robertl/eb8.C:
2372 Update locations and/or regexps of dg-error markers.
2373 Remove markers for some bogus messages that are no longer issued.
2374
2375 2004-09-23 Jakub Jelinek <jakub@redhat.com>
2376
2377 * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
2378 * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
2379
2380 2004-09-23 Andrew Pinski <pinskia@physics.uc.edu>
2381
2382 PR c++/17618
2383 * g++.dg/lookup/crash5.C: New test.
2384
2385 2004-09-23 Dorit Naishlos <dorit@il.ibm.com>
2386
2387 * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
2388 * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
2389 * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
2390 * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
2391 * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
2392 * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
2393
2394 * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
2395 * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
2396 * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
2397 * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
2398 * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
2399 * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
2400
2401 * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
2402
2403 * gcc.dg/vect/vect-44.c: Check additional cases.
2404 * gcc.dg/vect/vect-48.c: Check additional cases.
2405
2406 * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
2407 * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
2408 * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
2409 * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
2410 * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
2411 * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
2412 * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
2413 * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
2414 * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
2415
2416 * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
2417 * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
2418 * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
2419
2420 2004-09-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2421
2422 * gcc.dg/tree-ssa/loop-6.c: New test.
2423
2424 2004-09-23 Nathan Sidwell <nathan@codesourcery.com>
2425
2426 PR c++/17620
2427 * g++.dg/inherit/base2.C: New.
2428
2429 2004-09-22 Eric Botcazou <ebotcazou@libertysurf.fr>
2430
2431 * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
2432 * gcc.dg/20001012-2.c: Likewise.
2433 * gcc.dg/20001013-1.c: Likewise.
2434 * gcc.dg/20001101-1.c: Likewise.
2435 * gcc.dg/20001102-1.c: Likewise.
2436 * gcc.dg/bf-spl1.c: Likewise.
2437 * gcc.dg/titype-1.c: Remove special-casing for SPARC.
2438 * gcc.dg/20040813-1.c: Add missing "." to the regexp.
2439
2440 2004-09-22 Diego Novillo <dnovillo@redhat.com>
2441
2442 PR tree-optimization/16721
2443 * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
2444
2445 2004-09-23 Ulrich Weigand <uweigand@de.ibm.com>
2446
2447 * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
2448 * gcc.dg/20040305-1.c: Likewise.
2449
2450 2004-09-22 Joseph S. Myers <jsm@polyomino.org.uk>
2451
2452 PR c/16566
2453 * gcc.c-torture/compile/pr16566-1.c,
2454 gcc.c-torture/compile/pr16566-2.c,
2455 gcc.c-torture/compile/pr16566-3.c: New tests.
2456
2457 2004-09-22 Kazu Hirata <kazu@cs.umass.edu>
2458
2459 PR tree-optimization/17512
2460 * gcc.c-torture/compile/20040916-1.c.
2461
2462 2004-09-21 Mark Mitchell <mark@codesourcery.com>
2463
2464 * gcc.dg/pragma-re-3.c: New test.
2465
2466 2004-09-17 Matt Austern <austern@apple.com>
2467
2468 PR c++/15049
2469 * g++.dg/other/anon3.C: New.
2470
2471 2004-09-21 Roger Sayle <roger@eyesopen.com>
2472
2473 PR c++/7503
2474 * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
2475 * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
2476 * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
2477 * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
2478 * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
2479
2480 2004-09-21 Bud Davis <bdavis9659@comcast.net>
2481
2482 PR fortran/17286
2483 * gfortran.dg/pr17286.f90: New test.
2484
2485 2004-09-20 Mark Mitchell <mark@codesourcery.com>
2486
2487 PR c++/17530
2488 * g++.dg/template/static7.C: New test.
2489
2490 2004-09-20 Andrew Pinski <pinskia@physics.uc.edu>
2491
2492 PR tree-opt/17558
2493 * gcc.c-torture/compile/pr17558.c: New test.
2494
2495 2004-09-20 Richard Sandiford <rsandifo@redhat.com>
2496
2497 * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
2498 if SKIP_ATTRIBUTE is defined.
2499
2500 2004-09-20 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2501
2502 PR fortran/15957
2503 * gfortran.dg/pr15957.f90: New test.
2504
2505 2004-09-20 Dorit Naishlos <dorit@il.ibm.com>
2506
2507 * gcc.dg/vect/vect-74.c: Avoid floating point precision error
2508 in comparison.
2509 * gcc.dg/vect/vect-79.c: Likewise.
2510 * gcc.dg/vect/vect-80.c: Likewise.
2511
2512 2004-09-20 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2513
2514 PR fortran/15750
2515 * gfortran.fortran-torture/execute/iolength_2.f90: New test.
2516
2517 2004-09-20 Ira Rosen <irar@il.ibm.com>
2518
2519 * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
2520 * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
2521 * gcc.dg/vect/vect-62.c: New testcase.
2522 * gcc.dg/vect/vect-63.c: New testcase.
2523 * gcc.dg/vect/vect-64.c: New testcase.
2524 * gcc.dg/vect/vect-65.c: New testcase.
2525 * gcc.dg/vect/vect-66.c: New testcase.
2526 * gcc.dg/vect/vect-67.c: New testcase.
2527 * gcc.dg/vect/vect-68.c: New testcase.
2528 * gcc.dg/vect/vect-69.c: New testcase.
2529 * gcc.dg/vect/vect-79.c: New testcase.
2530 * gcc.dg/vect/vect-80.c: New testcase.
2531
2532 2004-09-20 Richard Sandiford <rsandifo@redhat.com>
2533
2534 * gcc.target/mips/asm-1.c: New test.
2535
2536 2004-09-19 Ira Rosen <irar@il.ibm.com>
2537
2538 * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
2539 * gcc.dg/vect/vect-73.c: New testcase.
2540 * gcc.dg/vect/vect-74.c: New testcase.
2541 * gcc.dg/vect/vect-75.c: New testcase.
2542 * gcc.dg/vect/vect-76.c: New testcase.
2543 * gcc.dg/vect/vect-77.c: New testcase.
2544 * gcc.dg/vect/vect-78.c: New testcase
2545
2546 2004-09-18 Paul Brook <paul@codesourcery.com>
2547
2548 * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
2549
2550 2004-09-18 Joseph S. Myers <jsm@polyomino.org.uk>
2551
2552 PR c/17424
2553 * gcc.dg/pr17424-1.c: New test.
2554
2555 2004-09-18 Diego Novillo <dnovillo@redhat.com>
2556
2557 * g++.dg/tree-ssa/pr17153.C: New test.
2558
2559 2004-09-16 Geoffrey Keating <geoffk@apple.com>
2560
2561 PR pch/13361
2562 * testsuite/g++.dg/pch/wchar-1.C: New.
2563 * testsuite/g++.dg/pch/wchar-1.Hs: New.
2564
2565 2004-09-17 Kenneth Zadeck <Kenneth.Zadeck@NaturalBridge.com>
2566
2567 * gcc.c-torture/execute/20040917-1.c: New test.
2568
2569 2004-09-17 Diego Novillo <dnovillo@redhat.com>
2570
2571 PR tree-optimization/17319
2572 * gcc.dg/pr17319.c: New test.
2573
2574 2004-09-17 Devang Patel <dpatel@apple.com>
2575
2576 * gcc.dg/20040813-1.c: New test.
2577
2578 2004-09-17 Diego Novillo <dnovillo@redhat.com>
2579
2580 PR tree-optimization/17273
2581 * gcc.c-torture/compile/pr17273.c: New test.
2582
2583 2004-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
2584
2585 * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
2586 Update expected messages.
2587 * gcc.dg/declspec-13.c: New test.
2588
2589 2004-09-17 David Edelsohn <edelsohn@gnu.org>
2590
2591 * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
2592
2593 2004-09-17 Diego Novillo <dnovillo@redhat.com>
2594
2595 * gcc.c-torture/execute/pr17252.c: Use post-increment to
2596 change what 'a' is pointing to.
2597
2598 2004-09-17 Mark Mitchell <mark@codesourcery.com>
2599
2600 PR c++/16002
2601 * g++.dg/template/error18.C: New test.
2602
2603 PR c++/16029
2604 * g++.dg/warn/Wunused-8.C: New test.
2605
2606 2004-09-17 Steven Bosscher <stevenb@suse.de>
2607
2608 PR tree-optimization/17513
2609 * gcc.dg/20040916-1.c: New test.
2610
2611 2004-09-16 Mark Mitchell <mark@codesourcery.com>
2612
2613 PR c++/17501
2614 * g++.dg/template/typename7.C: New test.
2615
2616 2004-09-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2617
2618 * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
2619
2620 2004-09-16 Frank Ch. Eigler <fche@redhat.com>
2621
2622 * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
2623 with -ftree-based-profiling also.
2624 * lib/profopt.exp: Support late-set profile_option/feedback_option.
2625
2626 2004-09-16 Victor Leikehman <lei@il.ibm.com>
2627
2628 PR/15364
2629 * gfortran.dg/der_array_io_1.f90: New test.
2630 * gfortran.dg/der_array_io_2.f90: New test.
2631 * gfortran.dg/der_array_io_3.f90: New test.
2632
2633 2004-09-15 Mark Mitchell <mark@codesourcery.com>
2634
2635 * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
2636 EABI.
2637
2638 2004-09-15 Mark Mitchell <mark@codesourcery.com>
2639
2640 * g++.dg/opt/switch1.C: New test.
2641
2642 2004-09-15 Joseph S. Myers <jsm@polyomino.org.uk>
2643
2644 * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
2645 gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
2646 Update expected messages.
2647
2648 2004-09-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2649
2650 PR fortran/16485
2651 * gfortran.dg/same_name_1.f90: New test.
2652
2653 2004-09-15 Diego Novillo <dnovillo@redhat.com>
2654
2655 * gcc.c-torture/execute/pr17252.c: Fix thinko. Don't
2656 dereference garbage pointers.
2657
2658 2004-09-15 Jakub Jelinek <jakub@redhat.com>
2659
2660 * gcc.c-torture/execute/builtins/strlen-3.c: New test.
2661 * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
2662
2663 * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
2664 * gcc.c-torture/execute/builtins/memmove-2.c: New test.
2665 * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
2666
2667 2004-09-14 Mark Mitchell <mark@codesourcery.com>
2668
2669 PR c++/17324
2670 * g++.dg/template/mangle1.C: New test.
2671
2672 2004-09-14 Diego Novillo <dnovillo@redhat.com>
2673
2674 PR tree-optimization/17252
2675 * gcc.c-torture/execute/pr17252.c: New test.
2676
2677 2004-09-14 Andrew Pinski <apinski@apple.com>
2678
2679 * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
2680
2681 2004-09-14 Roger Sayle <roger@eyesopen.com>
2682
2683 PR rtl-optimization/9771
2684 * gcc.dg/pr9771-1.c: New test case.
2685
2686 2004-09-14 Diego Novillo <dnovillo@redhat.com>
2687
2688 PR tree-optimization/15262
2689 * gcc.c-torture/execute/pr15262-1.c: New test.
2690 * gcc.c-torture/execute/pr15262-2.c: New test.
2691
2692 2004-09-14 Joseph S. Myers <jsm@polyomino.org.uk>
2693
2694 * gcc.dg/declspec-12.c: New test.
2695
2696 2004-09-14 Bud Davis <bdavis9659@comcast.net>
2697
2698 * gfortran.dg/pr17090.f90: Add directives to test.
2699
2700 2004-09-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2701
2702 * gcc.c-torture/compile/20040914-1.c: New test.
2703
2704 2004-09-13 Mark Mitchell <mark@codesourcery.com>
2705
2706 PR c++/16162
2707 * g++.dg/template/decl2.C: New test.
2708
2709 2004-09-13 Bud Davis <bdavis9659@comcast.net>
2710
2711 PR fortran/17090
2712 * gfortran.dg/pr17090.f90: New test.
2713
2714 2004-09-13 Dale Johannesen <dalej@apple.com>
2715
2716 * gcc.c-torture/compile/pr17408.c: New test case.
2717
2718 2004-09-13 Mark Mitchell <mark@codesourcery.com>
2719
2720 PR c++/16716
2721 * g++.dg/parse/crash17.C: New test.
2722
2723 PR c++/17327
2724 * g++.dg/template/enum3.C: New test.
2725
2726 2004-09-13 Hans-Peter Nilsson <hp@bitrange.com>
2727
2728 * lib/gcc-defs.exp: Load wrapper.exp.
2729 * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
2730 using local code.
2731 * lib/gcc.exp (gcc_init): Similar.
2732 * lib/gfortran.exp (gfortran_init): Similar.
2733 * lib/objc.exp (objc_init): Similar.
2734 * lib/treelang.exp (treelang_init): Similar.
2735 * lib/wrapper.exp: New file with build_wrapper call machinery in
2736 ${tool}_maybe_build_wrapper.
2737
2738 2004-09-13 Joseph S. Myers <jsm@polyomino.org.uk>
2739
2740 * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
2741 "inline".
2742 * gcc.dg/declspec-11.c: Update expected messages.
2743 * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
2744 gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
2745 gcc.dg/inline-12.c: New tests.
2746
2747 2004-09-13 Andrew MacLeod <amacleod@redhat.com>
2748
2749 * g++.dg/tree-ssa/pr17400.C: New testcase.
2750
2751 2004-09-13 James E Wilson <wilson@specifixinc.com>
2752
2753 * gcc.target/mips/sb1-1.c: New testcase.
2754
2755 2004-09-12 Hans-Peter Nilsson <hp@bitrange.com>
2756
2757 * lib/g77-dg.exp: Remove unused file.
2758 * lib/mike-g77.exp: Ditto.
2759 * lib/g77.exp: Ditto.
2760
2761 2004-09-12 Richard Henderson <rth@redhat.com>
2762
2763 * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
2764
2765 2004-09-13 Joseph S. Myers <jsm@polyomino.org.uk>
2766
2767 * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
2768 gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
2769 gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
2770 gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
2771 Update expected messages.
2772
2773 2004-09-13 Hans-Peter Nilsson <hp@axis.com>
2774
2775 * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
2776 declaration/use mismatch for dirp parameter.
2777
2778 2004-09-12 Andrew Pinski <apinski@apple.com>
2779
2780 * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
2781 -fgnu-runtime is passed.
2782
2783 2004-09-12 Richard Henderson <rth@redhat.com>
2784
2785 * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
2786 do the uplevel thing and update additional_flags directly.
2787 * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
2788 gfortran.fortran-torture/execute/intrinsic_nearest.x,
2789 gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
2790 gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
2791
2792 2004-09-11 Steven Bosscher <stevenb@suse.de>
2793
2794 * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
2795
2796 2004-09-11 Roger Sayle <roger@eyesopen.com>
2797
2798 PR middle-end/17411
2799 * g++.dg/opt/pr17411-1.C: New test case.
2800
2801 2004-09-11 Joseph S. Myers <jsm@polyomino.org.uk>
2802
2803 * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
2804 gcc.dg/tls/diag-2.c: Update expected messages.
2805 * gcc.dg/991209-1.c: Specify compilation options. Update expected
2806 messages.
2807 * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
2808 * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
2809 gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
2810 gcc.dg/tls/diag-5.c: New tests.
2811
2812 2004-09-11 Zack Weinberg <zack@codesourcery.com>
2813
2814 * gcc.dg/20040910-1.c: Correct dg-error regexp.
2815
2816 2004-09-11 Steven Bosscher <stevenb@suse.de>
2817
2818 * g++.dg/parse/break-in-for.C: New test.
2819
2820 2004-09-11 Jakub Jelinek <jakub@redhat.com>
2821
2822 * gcc.dg/tree-ssa/20040911-1.c: New test.
2823
2824 2004-09-11 Andreas Jaeger <aj@suse.de>
2825
2826 * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
2827 * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
2828
2829 2004-09-11 Richard Sandiford <rsandifo@redhat.com>
2830
2831 * gcc.target/frv: New directory of FR-V-specific tests.
2832
2833 2004-09-10 James E Wilson <wilson@specifixinc.com>
2834
2835 * gcc.dg/convert-vec-1.c: New test.
2836
2837 2004-09-10 Roger Sayle <roger@eyesopen.com>
2838
2839 PR middle-end/17024
2840 * gcc.dg/pr17024-1.c: New test case.
2841
2842 2004-09-10 Eric Christopher <echristo@redhat.com>
2843
2844 * gcc.dg/20040910-1.c: New test.
2845
2846 2004-09-11 Joseph S. Myers <jsm@polyomino.org.uk>
2847
2848 * gcc.dg/bitfld-9.c: New test.
2849
2850 2004-09-10 Richard Sandiford <rsandifo@redhat.com>
2851
2852 * gcc.c-torture/execute/ieee/acc1.c: New test.
2853 * gcc.c-torture/execute/ieee/acc2.c: New test.
2854 * gcc.c-torture/execute/ieee/mzero6.c: New test.
2855
2856 2004-09-10 Joseph S. Myers <jsm@polyomino.org.uk>
2857
2858 * gcc.dg/deprecated-2.c: New test.
2859
2860 2004-09-09 James E Wilson <wilson@specifixinc.com>
2861
2862 * gcc.dg/init-vec-1.c: New test.
2863
2864 2004-09-09 Roger Sayle <roger@eyesopen.com>
2865
2866 PR middle-end/17055
2867 * gcc.dg/pr17055-1.c: New test case.
2868
2869 2004-09-09 Hans-Peter Nilsson <hp@axis.com>
2870
2871 PR target/17377
2872 * gcc.c-torture/execute/pr17377.c: New test.
2873
2874 2004-09-09 Joseph S. Myers <jsm@polyomino.org.uk>
2875
2876 PR c/8420
2877 * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
2878 gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
2879 gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
2880 gcc.dg/long-long-typespec-1.c: New tests.
2881 * gcc.dg/tls/diag-2.c: Update expected diagnostics
2882
2883 2004-09-09 Joseph S. Myers <jsm@polyomino.org.uk>
2884
2885 * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
2886 gcc.dg/gnu99-static-1.c: New tests.
2887
2888 2004-09-08 Devang Patel <dpatel@apple.com>
2889
2890 * gcc.dg/darwin-ld-20040828-1.c: New test.
2891 * gcc.dg/darwin-ld-20040828-2.c: New test.
2892 * gcc.dg/darwin-ld-20040828-3.c: New test.
2893
2894 2004-09-08 Ziemowit Laski <zlaski@apple.com>
2895
2896 * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
2897 * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
2898 in error message.
2899 * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
2900 * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
2901 in error message.
2902 * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
2903 types they qualify.
2904 * objc.dg/type-size-2.m: Fix wording in comment.
2905 * objc.dg/va-meth-1.m: New test case.
2906
2907 2004-09-06 H.J. Lu <hongjiu.lu@intel.com>
2908
2909 PR c/16633:
2910 * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
2911 LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
2912
2913 2004-09-06 Devang Patel <dpatel@apple.com>
2914
2915 * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
2916 * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
2917
2918 2004-09-06 Zack Weinberg <zack@codesourcery.com>
2919
2920 * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
2921 reflect changed line numbering of diagnostics.
2922
2923 2004-09-06 Paul Brook <paul@codesourcery.com>
2924
2925 * gfortran.dg/edit_real_1.f90: Add new test.
2926
2927 2004-09-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2928
2929 * gcc.dg/tree-ssa/loop-2.c: New test.
2930 * gcc.dg/tree-ssa/loop-3.c: New test.
2931 * gcc.dg/tree-ssa/loop-4.c: New test.
2932 * gcc.dg/tree-ssa/loop-5.c: New test.
2933
2934 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2935
2936 * gcc.dg/format/sentinel-1.c: Update for parameter option.
2937
2938 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2939
2940 * gcc.dg/format/sentinel-1.c: New test.
2941
2942 2004-09-04 Uros Bizjak <uros@kss-loka.si>
2943
2944 * testsuite/gcc.dg/builtins-46.c: New.
2945
2946 2004-09-03 Devang Patel <dpatel@apple.com>
2947
2948 * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
2949 * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
2950
2951 2004-09-03 Jan Beulich <jbeulich@novell.com>
2952
2953 * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
2954 * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
2955 * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
2956 * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
2957 * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
2958 * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
2959 * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
2960 the non-portable bzero.
2961 * gcc.dg/20010912-1.c: xfail for NetWare.
2962 * gcc.dg/20020426-2.c: xfail for NetWare.
2963 * gcc.dg/20021014-1.c: xfail for NetWare.
2964 * gcc.dg/20021018-1.c: xfail for NetWare.
2965 * gcc.dg/20030213-1.c: xfail for NetWare.
2966 * gcc.dg/20030225-1.c: xfail for NetWare.
2967 * gcc.dg/20030708-1.c: xfail for NetWare.
2968 * gcc.dg/builtins-config.h: Also exclude NetWare.
2969 * gcc.dg/format/format.h: Define restrict only if not already defined.
2970 * gcc.dg/nest.c: xfail for NetWare.
2971 * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
2972 * lib/target-supports.exp (check_visibility_available): Exclude
2973 NetWare.
2974
2975 2004-09-03 Jan Beulich <jbeulich@novell.com>
2976
2977 * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
2978 * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
2979 deterministic starting point for the alignment of structure fields.
2980 * gcc.dg/Wpadded.c: Dito.
2981 * g++.dg/abi/vbase10.C: Dito.
2982
2983 2004-09-03 Devang Patel <dpatel@apple.com>
2984
2985 * g++.dg/debug/pr15736.cc: New test.
2986
2987 2004-09-02 Mark Mitchell <mark@codesourcery.com>
2988
2989 * README.QMTEST: Fix out-of-date link.
2990
2991 2004-09-03 David Billinghurst <David.Billinghurst@riotinto.com>
2992
2993 PR fortran/16579
2994 * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
2995 Delete. Duplicate of gfortran.dg/g77/20010610.f
2996
2997 2004-09-02 Mark Mitchell <mark@codesourcery.com>
2998
2999 * g++.dg/abi/arm_rtti1.C: New test.
3000
3001 2004-09-02 Geoffrey Keating <geoffk@apple.com>
3002
3003 * gcc.dg/ppc-vector-memcpy.c: New.
3004 * gcc.dg/ppc-vector-memset.c: New.
3005
3006 2004-09-02 Chao-ying Fu <fu@mips.com>
3007
3008 * gcc.target/mips/mips-3d-1.c: New test.
3009 * gcc.target/mips/mips-3d-2.c: New test.
3010 * gcc.target/mips/mips-3d-3.c: New test.
3011 * gcc.target/mips/mips-3d-4.c: New test.
3012 * gcc.target/mips/mips-3d-5.c: New test.
3013 * gcc.target/mips/mips-3d-6.c: New test.
3014 * gcc.target/mips/mips-3d-7.c: New test.
3015 * gcc.target/mips/mips-3d-8.c: New test.
3016 * gcc.target/mips/mips-3d-9.c: New test.
3017 * gcc.target/mips/mips-ps-1.c: New test.
3018 * gcc.target/mips/mips-ps-2.c: New test.
3019 * gcc.target/mips/mips-ps-3.c: New test.
3020 * gcc.target/mips/mips-ps-4.c: New test.
3021 * gcc.target/mips/mips-ps-type.c: New test.
3022
3023 2004-09-02 Paul Brook <paul@codesourcery.com>
3024
3025 * gfortran.dg/edit_real_1.f90: Add new tests.
3026
3027 2004-09-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3028
3029 PR fortran/15327
3030 * gfortran.dg/merge_char_1.f90: New test.
3031
3032 2004-09-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3033
3034 PR fortran/16404
3035 * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
3036
3037 2004-09-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3038
3039 PR c/1522
3040 * gcc.c-torture/compile/20040901-1.c: New test, from PR.
3041
3042 2004-09-01 Mark Mitchell <mark@codesourcery.com>
3043
3044 * g++.dg/opt/loop1.C: Do not XFAIL.
3045
3046 2004-09-01 Jakub Jelinek <jakub@redhat.com>
3047
3048 * gcc.c-torture/execute/20040831-1.c: New test.
3049
3050 2004-09-01 David Billinghurst <David.Billinghurst@riotinto.com>
3051
3052 PR fortran/16579
3053 * gfortran.dg/g77/20010610.f: Now passes.
3054 Copy from g77.f-torture/execute. Add dg-run directive.
3055 * gfortran.dg/g77/README: Update
3056
3057 2004-08-31 Andrew Pinski <pinskia@physics.uc.edu>
3058
3059 * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
3060 * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
3061 (t1, t2, t3, t4): Add volatile.
3062
3063 2004-08-31 Mark Mitchell <mark@codesourcery.com>
3064
3065 * g++.dg/ext/visibility/arm1.C: New test.
3066
3067 2004-08-31 Geoffrey Keating <geoffk@apple.com>
3068
3069 * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
3070 -pedantic-errors.
3071
3072 2004-09-01 Paul Brook <paul@codesourcery.com>
3073
3074 * gfortran.dg/eof_2.f90: New test.
3075
3076 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3077
3078 PR fortran/16579
3079 * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
3080
3081 2004-08-31 Bud Davis <bdavis9659@comcast.net>
3082
3083 PR libfortran/16805
3084 * gfortran.dg/list_read_2.f90: New test.
3085
3086 2004-08-31 Mark Mitchell <mark@codesourcery.com>
3087
3088 * g++.dg/abi/key1.C: New test.
3089
3090 2004-08-31 Richard Henderson <rth@redhat.com>
3091
3092 * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
3093 form of offsetof.
3094 * g++.dg/other/offsetof5.C: Remove duplicate.
3095
3096 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3097
3098 PR fortran/17244
3099 * gfortran.dg/func_derived_1.f90: New test.
3100
3101 2004-08-31 Paul Brook <paul@codesourcery.com>
3102
3103 * gfortran.dg/eof_1.f90: New test.
3104
3105 2004-08-31 Paul Brook <paul@codesourcery.com>
3106
3107 * gfortran.dg/list_read_1.f90: New file.
3108
3109 2004-08-30 Mark Mitchell <mark@codesourcery.com>
3110
3111 * g++.dg/opt/loop1.C: XFAIL.
3112
3113 2004-08-30 Geoffrey Keating <geoffk@apple.com>
3114
3115 * gcc.dg/funcdef-storage-1.c: New.
3116 * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
3117 an extern function in local scope.
3118 * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
3119 declare an 'auto inline' function in local scope.
3120 * gcc.dg/20011130-1.c: Likewise.
3121 * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
3122 an 'auto' function in local scope.
3123 * gcc.dg/20021014-1.c: Likewise.
3124 * gcc.dg/20030331-2.c: Likewise.
3125
3126 2004-08-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3127
3128 * gfortran.dg/blockdata_1.f90: New test.
3129
3130 2004-08-30 Richard Henderson <rth@redhat.com>
3131
3132 * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
3133
3134 2004-08-30 Richard Henderson <rth@redhat.com>
3135
3136 * lib/fortran-torture.exp (fortran-torture-execute): Honor
3137 additional_flags set by alternate driver.
3138 (ieee-options): New procedure.
3139 * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
3140 * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
3141 * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
3142 * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
3143
3144 2004-08-30 Richard Henderson <rth@redhat.com>
3145
3146 * lib/f-torture.exp: Remove.
3147
3148 2004-08-29 Mark Mitchell <mark@codesourcery.com>
3149
3150 PR rtl-optimization/16590
3151 * g++.dg/opt/loop1.C: New test.
3152
3153 2004-08-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3154
3155 PR fortran/13910
3156 * gfortran.dg/oldstyle_1.f90: New test.
3157
3158 2004-08-29 Steven G. Kargl <kargls@comcast.net>
3159 Paul Brook <paul@codesourcery.com>
3160
3161 * gfortran.dg/g77/README: Update.
3162 * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
3163 * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
3164 * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
3165
3166 2004-08-28 Paul Brook <paul@codesourcery.com>
3167
3168 PR libfortran/17195
3169 * gfortran.dg/edit_real_1.f90: New test.
3170
3171 2004-08-27 Paul Brook <paul@codesourcery.com>
3172
3173 * gfortran.dg/rewind_1.f90: New test.
3174
3175 2004-08-27 Bud Davis <bdavis9659@comcast.net>
3176
3177 PR fortran/16597
3178 * gfortran.dg/pr16597.f90: New test.
3179
3180 2004-08-26 Joseph S. Myers <jsm@polyomino.org.uk>
3181
3182 PR c/13801
3183 * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
3184 gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
3185 gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
3186 gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
3187 gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
3188
3189 2004-08-26 Nick Clifton <nickc@redhat.com>
3190
3191 * gcc.c-torture/compile/pr17119.c: New test.
3192
3193 2004-08-26 Joseph S. Myers <jsm@polyomino.org.uk>
3194
3195 * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
3196
3197 2004-08-25 Richard Henderson <rth@redhat.com>
3198
3199 * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
3200 the bits that expect kind=8 to be the largest real kind.
3201
3202 2004-08-25 Ziemowit Laski <zlaski@apple.com>
3203
3204 * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
3205
3206 2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3207
3208 * gfortran.dg/assignment_1.f90: New test.
3209
3210 2004-08-25 Adam Nemet <anemet@lnxw.com>
3211
3212 * g++.dg/template/repo3.C: New test.
3213
3214 2004-08-25 Roger Sayle <roger@eyesopen.com>
3215
3216 PR middle-end/16693
3217 PR tree-optimization/16372
3218 * g++.dg/opt/pr16372-1.C: New test case.
3219 * g++.dg/opt/pr16693-1.C: New test case.
3220 * g++.dg/opt/pr16693-2.C: New test case.
3221
3222 2004-08-25 Ziemowit Laski <zlaski@apple.com>
3223
3224 * objc.dg/proto-lossage-4.m: New test.
3225
3226 2004-08-25 Mark Mitchell <mark@codesourcery.com>
3227
3228 PR c++/17155
3229 * g++.dg/inherit/local2.C: New test.
3230
3231 2004-08-25 Paul Brook <paul@codesourcery.com>
3232
3233 PR fortran/17144
3234 * gfortran.dg/string_ctor_1.f90: New test.
3235
3236 2004-08-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3237
3238 PR c++/14428
3239 * g++.dg/template/redecl2.C: New test.
3240
3241 2004-08-24 Bud Davis <bdavis9659@comcast.net>
3242
3243 PR fortran/17143
3244 * gfortran.dg/pr17143.f90: New test.
3245
3246 2004-08-24 Bud Davis <bdavis9659@comcast.net>
3247
3248 PR fortran/17164
3249 * gfortran.dg/pr17164.f90: New test.
3250
3251 2004-08-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3252
3253 * gcc.dg/tree-ssa/loop-1.c: New test.
3254
3255 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
3256
3257 * gcc.c-torture/compile/20040824-1.c: New test.
3258
3259 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
3260
3261 * gcc.c-torture/compile/iftrap-3.c: New test.
3262
3263 2004-08-24 Paul Brook <paul@codesourcery.com>
3264
3265 * gfortran.dg/entry_2.f90: New test.
3266
3267 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
3268
3269 PR c++/16889
3270 * g++.dg/lookup/ambig[12].C: New.
3271
3272 2004-08-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3273
3274 PR c++/16706
3275 * g++.dg/template/crash21.C: New test.
3276 * g++.dg/template/crash22.C: Likewise.
3277
3278 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
3279
3280 PR c++/17149
3281 * g++.dg/template/access15.C: New.
3282
3283 2004-08-23 Mark Mitchell <mark@codesourcery.com>
3284
3285 PR c++/17163
3286 * g++.dg/template/repo2.C: New test.
3287
3288 2004-08-23 Roger Sayle <roger@eyesopen.com>
3289
3290 PR rtl-optimization/17078
3291 * gcc.c-torture/execute/pr17078-1.c: New test case.
3292
3293 2004-08-23 Mark Mitchell <mark@codesourcery.com>
3294
3295 PR c/14492
3296 * gcc.dg/debug/crash1.c: New test.
3297
3298 2004-08-23 Mark Mitchell <mark@codesourcery.com>
3299
3300 PR c/16180
3301 * gcc.dg/loop-5.c: New test.
3302
3303 2004-08-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3304
3305 * gcc.c-torture/execute/20040823-1.c: New test.
3306
3307 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
3308
3309 * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
3310 to the assembler. Simplify test accordingly.
3311 (asm_abi_flags): Use GNU names.
3312 (check_mips_abi, default_abi): Use string matches against "-mabi=*"
3313 to check for ABI flags.
3314
3315 2004-08-22 Andrew Pinski <apinski@apple.com>
3316
3317 * g++.dg/opt/pr14029.C: New test.
3318 * gcc.c-torture/execute/pr15262.c: New test.
3319
3320 2004-08-22 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3321
3322 * gfortran.dg/reduction.f90: Add checks with complex arguments.
3323
3324 2004-08-21 Bud Davis <bdavis9659@comcast.net>
3325
3326 PR 16908
3327 * gfortran.dg/direct_io.f90: New test.
3328
3329 2004-08-20 Mark Mitchell <mark@codesourcery.com>
3330
3331 PR c++/17121
3332 * g++.dg/inherit/local2.C: New test.
3333
3334 2004-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
3335
3336 PR c++/17120
3337 * g++.dg/warn/Wparentheses-4.C: New test.
3338
3339 2004-08-20 Mark Mitchell <mark@codesourcery.com>
3340
3341 PR c++/17121
3342 * g++.dg/inherit/local2.C: New test.
3343
3344 * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
3345 * gcc.dg/ppc-ldstruct.c: Likewise.
3346 * gcc.dg/ppc64-abi-2.c: Likewise.
3347
3348 2004-08-20 Jakub Jelinek <jakub@redhat.com>
3349
3350 PR rtl-optimization/17099
3351 * gcc.c-torture/execute/20040820-1.c: New test.
3352
3353 2004-08-20 David Edelsohn <edelsohn@gnu.org>
3354
3355 * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
3356
3357 2004-08-20 Canqun Yang <canqun@nudt.edu.cn>
3358
3359 PR fortran/17077
3360 * gfortran.dg/auto_array_1.f90: New test.
3361
3362 2004-08-19 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3363
3364 PR fortran/17074
3365 * gfortran.dg/simpleif_1.f90: New test.
3366
3367 2004-08-19 Mark Mitchell <mark@codesourcery.com>
3368
3369 * lib/target-supports.exp (check_profiling_available): Return
3370 false for arm*-*-symbianelf* and arm*-*-eabi*.
3371
3372 PR c++/15890
3373 * g++.dg/template/delete1.C: New test.
3374
3375 2004-08-19 Paul Brook <paul@codesourcery.com>
3376
3377 PR fortran/14976
3378 PR fortran/16228
3379 * gfortran.dg/data_char_1.f90: New test.
3380
3381 2004-08-19 Erik Schnetter <schnetter@aei.mpg.de>
3382
3383 PR fortran/16946
3384 * gfortran.dg/reduction.f90: New testcase.
3385
3386 2004-08-19 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3387
3388 PR fortran/16520
3389 * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
3390
3391 2004-08-19 Joseph S. Myers <jsm@polyomino.org.uk>
3392
3393 PR c++/17041
3394 * g++.dg/Wparentheses-3.C: New test.
3395
3396 2004-08-19 Dorit Naishlos <dorit@il.ibm.com>
3397
3398 * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
3399 to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
3400 * gcc.dg/vect/vect-2.c: Likewise.
3401 * gcc.dg/vect/vect-3.c: Likewise.
3402 * gcc.dg/vect/vect-4.c: Likewise.
3403 * gcc.dg/vect/vect-5.c: Likewise.
3404 * gcc.dg/vect/vect-6.c: Likewise.
3405 * gcc.dg/vect/vect-7.c: Likewise.
3406 * gcc.dg/vect/vect-25.c: Likewise.
3407 * gcc.dg/vect/vect-31.c: Likewise.
3408 * gcc.dg/vect/vect-32.c: Likewise.
3409 * gcc.dg/vect/vect-34.c: Likewise.
3410 * gcc.dg/vect/vect-36.c: Likewise.
3411 * gcc.dg/vect/vect-all.c: Likewise.
3412
3413 2004-08-18 Mark Mitchell <mark@codesourcery.com>
3414
3415 PR c++/17068
3416 * g++.dg/template/operator4.C: New test.
3417
3418 2004-08-18 Richard Henderson <rth@redhat.com>
3419
3420 * gcc.dg/20040206-1.c: XFAIL.
3421
3422 2004-08-17 Mark Mitchell <mark@codesourcery.com>
3423
3424 PR c++/16246
3425 * g++.dg/template/array7.C: New test.
3426
3427 2004-08-17 James E Wilson <wilson@specifixinc.com>
3428
3429 * gcc.dg/mips-movcc-1.c: New test.
3430 * gcc.dg/mips-movcc-2.c: New test.
3431 * gcc.dg/mips-movcc-3.c: New test.
3432
3433 * gcc.dg/mips-nmadd-1.c: New test.
3434 * gcc.dg/mips-nmadd-2.c: New test.
3435
3436 2004-08-17 Mark Mitchell <mark@codesourcery.com>
3437
3438 PR c++/15871
3439 * g++.dg/opt/inline8.C: New test.
3440
3441 PR c++/16965
3442 * g++.dg/parse/error17.C: New test.
3443
3444 2004-08-17 Dorit Naishlos <dorit@il.ibm.com>
3445
3446 * gcc.dg/vect: New directory for vectorizer tests.
3447 * gcc.dg/vect/tree-vect.h: New file.
3448 * gcc.dg/vect/vect.exp: New file.
3449 * gcc.dg/vect/pr16105.c.c: New test.
3450 * gcc.dg/vect/vect-1.c: New test.
3451 * gcc.dg/vect/vect-2.c: New test.
3452 * gcc.dg/vect/vect-3.c: New test.
3453 * gcc.dg/vect/vect-4.c: New test.
3454 * gcc.dg/vect/vect-5.c: New test.
3455 * gcc.dg/vect/vect-6.c: New test.
3456 * gcc.dg/vect/vect-7.c: New test.
3457 * gcc.dg/vect/vect-8.c: New test.
3458 * gcc.dg/vect/vect-9.c: New test.
3459 * gcc.dg/vect/vect-10.c: New test.
3460 * gcc.dg/vect/vect-11.c: New test.
3461 * gcc.dg/vect/vect-12.c: New test.
3462 * gcc.dg/vect/vect-13.c: New test.
3463 * gcc.dg/vect/vect-14.c: New test.
3464 * gcc.dg/vect/vect-15.c: New test.
3465 * gcc.dg/vect/vect-16.c: New test.
3466 * gcc.dg/vect/vect-17.c: New test.
3467 * gcc.dg/vect/vect-18.c: New test.
3468 * gcc.dg/vect/vect-19.c: New test.
3469 * gcc.dg/vect/vect-20.c: New test.
3470 * gcc.dg/vect/vect-21.c: New test.
3471 * gcc.dg/vect/vect-22.c: New test.
3472 * gcc.dg/vect/vect-23.c: New test.
3473 * gcc.dg/vect/vect-24.c: New test.
3474 * gcc.dg/vect/vect-25.c: New test.
3475 * gcc.dg/vect/vect-26.c: New test.
3476 * gcc.dg/vect/vect-27.c: New test.
3477 * gcc.dg/vect/vect-28.c: New test.
3478 * gcc.dg/vect/vect-29.c: New test.
3479 * gcc.dg/vect/vect-30.c: New test.
3480 * gcc.dg/vect/vect-31.c: New test.
3481 * gcc.dg/vect/vect-32.c: New test.
3482 * gcc.dg/vect/vect-33.c: New test.
3483 * gcc.dg/vect/vect-34.c: New test.
3484 * gcc.dg/vect/vect-35.c: New test.
3485 * gcc.dg/vect/vect-36.c: New test.
3486 * gcc.dg/vect/vect-37.c: New test.
3487 * gcc.dg/vect/vect-38.c: New test.
3488 * gcc.dg/vect/vect-40.c: New test.
3489 * gcc.dg/vect/vect-41.c: New test.
3490 * gcc.dg/vect/vect-42.c: New test.
3491 * gcc.dg/vect/vect-43.c: New test.
3492 * gcc.dg/vect/vect-44.c: New test.
3493 * gcc.dg/vect/vect-45.c: New test.
3494 * gcc.dg/vect/vect-46.c: New test.
3495 * gcc.dg/vect/vect-47.c: New test.
3496 * gcc.dg/vect/vect-48.c: New test.
3497 * gcc.dg/vect/vect-49.c: New test.
3498 * gcc.dg/vect/vect-50.c: New test.
3499 * gcc.dg/vect/vect-51.c: New test.
3500 * gcc.dg/vect/vect-52.c: New test.
3501 * gcc.dg/vect/vect-53.c: New test.
3502 * gcc.dg/vect/vect-54.c: New test.
3503 * gcc.dg/vect/vect-55.c: New test.
3504 * gcc.dg/vect/vect-56.c: New test.
3505 * gcc.dg/vect/vect-57.c: New test.
3506 * gcc.dg/vect/vect-58.c: New test.
3507 * gcc.dg/vect/vect-59.c: New test.
3508 * gcc.dg/vect/vect-60.c: New test.
3509 * gcc.dg/vect/vect-61.c: New test.
3510 * gcc.dg/vect/vect-all.c: New test.
3511 * gcc.dg/vect/vect-none.c: New test.
3512
3513 2004-08-17 Paul Brook <paul@codesourcery.com>
3514
3515 PR fortran/13082
3516 * gfortran.dg/entry_1.f90: New test.
3517
3518 2004-08-17 Andrew Pinski <apinski@apple.com>
3519
3520 * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
3521
3522 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
3523
3524 * gcc.dg/pr17036-1.c: New test.
3525
3526 2004-08-16 Devang Patel <dpatel@apple.com>
3527
3528 * gcc.dg/darwin-20040809-1.c: New test.
3529
3530 2004-08-16 Joseph S. Myers <jsm@polyomino.org.uk>
3531
3532 * gcc.dg/funcdef-attr-1.c: New test.
3533
3534 2004-08-16 Janis Johnson <janis187@us.ibm.com>
3535
3536 * gcc.dg/altivec-17.c: New test.
3537 * gcc.dg/altivec-18.c: New test.
3538
3539 2004-08-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3540
3541 PR c++/6749
3542 * g++.dg/template/vtable2.C: New test.
3543
3544 2004-08-14 Richard Henderson <rth@redhat.com>
3545
3546 * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
3547 * gcc.dg/pack-test-4.c (main): Return 0.
3548 * gcc.dg/setjmp-1.c: Remove XFAIL.
3549 * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
3550
3551 2004-08-14 Richard Henderson <rth@redhat.com>
3552
3553 * gcc.dg/980217-1.c: Add prototype for printf.
3554
3555 2004-08-13 Bud Davis <bdavis9659@comcast.net>
3556
3557 * gfortran.dg/pr16935.f90: New test.
3558
3559 2004-08-13 Janis Johnson <janis187@us.ibm.com>
3560
3561 * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
3562
3563 2004-08-13 Paul Brook <paul@codesourcery.com>
3564
3565 * gfortran.dg/der_io_1.f90: Remove stray comma.
3566
3567 2004-08-12 Janis Johnson <janis187@us.ibm.com>
3568
3569 * gcc.dg/vmx/cw-bug-2.c: Remove.
3570 * gcc.dg/vmx/vprint-1.c: Remove.
3571 * gcc.dg/vmx/vscan-1.c: Remove.
3572
3573 2004-08-12 Devang patel <dpatel@apple.com>
3574
3575 * gcc.dg/darwin-20040809-2.c: New test.
3576
3577 2004-08-12 Janis Johnson <janis1872us.ibm.com>
3578
3579 * g++.dg/ext/altivec-12.C: New test.
3580
3581 * g++.dg/ext/altivec-11.C: New test.
3582
3583 2004-08-12 Paul Brook <paul@codesourcery.com>
3584
3585 * g++.dg/abi/arm_cxa_vec_1.C: New test.
3586
3587 2004-08-12 Janis Johnson <janis187@us.ibm.com>
3588
3589 * g++.dg/ext/altivec-2.C: Check for hardware support before
3590 executing any VMX instructions.
3591
3592 * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
3593
3594 2004-08-12 Jakub Jelinek <jakub@redhat.com>
3595
3596 PR c++/16276
3597 * g++.old-deja/g++.other/comdat4.C: New test.
3598 * g++.old-deja/g++.other/comdat4-aux.cc: New.
3599
3600 2004-08-12 Ben Elliston <bje@au.ibm.com>
3601
3602 PR target/16286
3603 * gcc.dg/pr16286.c: New test.
3604
3605 2004-08-12 Jan Beulich <jbeulich@novell.com>
3606
3607 * g++.dg/ext/asm5.C: New.
3608
3609 2004-08-11 Mark Mitchell <mark@codesourcery.com>
3610
3611 PR c++/16698
3612 * g++.dg/eh/crash1.C: New test.
3613
3614 PR c++/16717
3615 * g++.dg/ext/construct1.C: New test.
3616
3617 2004-08-11 Mark Mitchell <mark@codesourcery.com>
3618
3619 PR c++/16853
3620 * g++.dg/init/ptrmem1.C: New test.
3621
3622 PR c++/16618
3623 * g++.dg/parse/offsetof5.C: New test.
3624
3625 PR c++/16870
3626 * g++.dg/template/overload3.C: New test.
3627
3628 2004-08-11 Mark Mitchell <mark@codesourcery.com>
3629
3630 PR c++/16964
3631 * g++.dg/parse/error16.C: New test.
3632
3633 PR c++/16904
3634 * g++.dg/template/error14.C: New test.
3635
3636 PR c++/16929
3637 * g++.dg/template/error15.C: New test.
3638
3639 2004-08-11 Devang Patel <dpatel@apple.com>
3640
3641 * gcc.dg/darwin-ld-20040809-1.c: New test.
3642 * gcc.dg/darwin-ld-20040809-2.c: New test.
3643
3644 2004-08-11 Steven G. Kargl <kargls@comcast.net>
3645
3646 PR fortran/16917
3647 * gfortran.dg/dfloat_1.f90: New test.
3648
3649 2004-08-09 Mark Mitchell <mark@codesourcery.com>
3650
3651 * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
3652 * gcc.dg/dll-2.c: Fix dg-require syntax.
3653 * gcc.misc-tests/arm-isr.c (abort): Declare.
3654 (exit): Likewise.
3655
3656 2004-08-10 Mark Mitchell <mark@codesourcery.com>
3657
3658 PR c++/16971
3659 * g++.dg/parse/crash16.C: New test.
3660
3661 2004-08-10 Roger Sayle <roger@eyesopen.com>
3662
3663 * gcc.dg/mips-rsqrt-1.c: New test case.
3664 * gcc.dg/mips-rsqrt-2.c: New test case.
3665 * gcc.dg/mips-rsqrt-3.c: New test case.
3666
3667 2004-08-10 Paul Brook <paul@codesourcery.com>
3668
3669 * gfortran.dg/der_io_1.f90: New test.
3670
3671 2004-08-10 Paul Brook <paul@codesourcery.com>
3672
3673 PR fortran/16919
3674 * gfortran.dg/der_array_1.f90: New test.
3675
3676 2004-08-09 David Edelsohn <edelsohn@gnu.org>
3677
3678 * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
3679
3680 2004-08-09 Paolo Bonzini <bonzini@gnu.org>
3681
3682 * gcc.dg/wchar_t-2.c: Fix typo.
3683
3684 2004-08-09 Falk Hueffner <falk@debian.org>
3685
3686 PR tree-optimization/12517
3687 * gcc.c-torture/compile/pr12517.c: New test.
3688
3689 PR tree-optimization/12578
3690 * gcc.c-torture/compile/pr12578.c: New test.
3691
3692 PR tree-optimization/12899
3693 * gcc.c-torture/compile/pr12899.c: New test.
3694
3695 PR rtl-optimization/14692
3696 * gcc.c-torture/compile/pr14692.c: New test.
3697
3698 PR tree-optimization/16461
3699 * gcc.c-torture/compile/pr16461.c: New test.
3700
3701 2004-08-06 Janne Blomqvist <jblomqvi@cc.hut.fi>
3702
3703 * gfortran.dg/getenv_1.f90: New test.
3704
3705 2004-08-06 Mark Mitchell <mark@codesourcery.com>
3706
3707 * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
3708 wchar_t.
3709 * gcc.dg/symbian5.c: Test -fno-short-wchar.
3710
3711 2004-08-06 Paul Brook <paul@codesourcery.com>
3712
3713 * gfortran.dg/ret_array_1.f90: New test.
3714 * gfortran.dg/ret_pointer_1.f90: New test.
3715
3716 2004-08-06 Richard Sandiford <rsandifo@redhat.com>
3717
3718 * gcc.dg/missing-field-init-[12].c: New tests.
3719 * g++.dg/warn/missing-field-init-[12].C: New tests.
3720
3721 2004-08-06 Mark Mitchell <mark@codesourcery.com>
3722
3723 * gcc.dg/enum2.c: New test.
3724 * gcc.dg/symbian3.c: Likewise.
3725 * gcc.dg/symbian4.c: Likewise.
3726 * gcc.dg/wchar_t-2.c: Likewise.
3727
3728 2004-08-05 Mark Mitchell <mark@codesourcery.com>
3729
3730 * g++.dg/ext/visibility/visibility-8.C: Add constructor and
3731 destructor tests.
3732
3733 2004-08-05 Mark Mitchell <mark@codesourcery.com>
3734
3735 * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
3736 dg-require-visiblity.
3737 * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
3738 * g++.dg/ext/visibility/fvisibility.C: Likewise.
3739 * g++.dg/ext/visibility/memfuncts.C: Likewise.
3740 * g++.dg/ext/visibility/new1.C: Likewise.
3741 * g++.dg/ext/visibility/pragma.C: Likewise.
3742 * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
3743 * g++.dg/ext/visibility/virtual.C: Likewise.
3744 * g++/dg/ext/visibility/visibility-1.C: Likewise.
3745 * g++/dg/ext/visibility/visibility-2.C: Likewise.
3746 * g++/dg/ext/visibility/visibility-3.C: Likewise.
3747 * g++/dg/ext/visibility/visibility-4.C: Likewise.
3748 * g++/dg/ext/visibility/visibility-5.C: Likewise.
3749 * g++/dg/ext/visibility/visibility-6.C: Likewise.
3750 * g++/dg/ext/visibility/visibility-7.C: Likewise.
3751 * g++/dg/ext/visibility/visibility-8.C: New test.
3752 * gcc.c-torture/compile/dll.x: Remove.
3753 * gcc.dg/dll-2.c: Use dg-require-dll
3754 * gcc.dg/visibility-10.c: New test.
3755 * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
3756 supporting DLLs.
3757 * testsuite/lib/scanasm.exp (scan_hidden): New function.
3758 (scan_not_hidden): Likewise.
3759
3760 2004-08-05 David Edelsohn <edelsohn@gnu.org>
3761
3762 * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
3763
3764 2004-08-05 Richard Sandiford <rsandifo@redhat.com>
3765
3766 * gcc.c-torture/execute/20040805-1.c: New test.
3767
3768 2004-08-04 Andrew Pinski <pinskia@physics.uc.edu>
3769
3770 * gcc.dg/20020118-1.c: Declare abort.
3771 * gcc.dg/altivec_check.h: Likewise.
3772 * gcc.dg/iftrap-2.c: Likewise.
3773 * gcc.dg/pragma-darwin.c: Likewise.
3774 * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
3775
3776 2004-08-04 Geoffrey Keating <geoffk@apple.com>
3777
3778 * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
3779
3780 2004-08-05 Joseph S. Myers <jsm@polyomino.org.uk>
3781
3782 * gcc.c-torture/execute/builtins/abs-2.c,
3783 gcc.c-torture/execute/builtins/abs-3.c,
3784 gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
3785 gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
3786 intmax_t, uintmax_t and their limits.
3787 * gcc.dg/intmax_t-1.c: New test.
3788
3789 2004-08-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3790
3791 * g++.dg/tc1/dr147.C: Add reference to PR.
3792
3793 2004-08-03 Richard Sandiford <rsandifo@redhat.com>
3794
3795 * gcc.dg/mips-args-[23].c: Declare abort() and exit().
3796 * gcc.dg/torture/mips-hilo-[12].c: Likewise.
3797
3798 2004-08-03 David Edelsohn <edelsohn@gnu.org>
3799
3800 * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
3801
3802 2004-08-03 Joseph S. Myers <jsm@polyomino.org.uk>
3803
3804 * gcc.dg/redecl-5.c: New test.
3805 * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
3806 of scanf.
3807
3808 2004-08-03 Roger Sayle <roger@eyesopen.com>
3809
3810 PR middle-end/16790
3811 * gcc.c-torture/execute/pr16790-1.c: New test case.
3812
3813 2004-08-03 Mark Mitchell <mark@codesourcery.com>
3814
3815 * g++.dg/ext/visibility/assign1.C: New test.
3816 * g++.dg/ext/visibility/new1.C: Likewise.
3817
3818 * gcc.dg/symbian1.c: New test.
3819 * gcc.dg/symbian2.c: Likewise.
3820
3821 2004-08-03 H.J. Lu <hongjiu.lu@intel.com>
3822
3823 PR target/16570
3824 * gcc.dg/i386-sse-9.c: New test.
3825
3826 2004-08-03 Joseph S. Myers <jsm@polyomino.org.uk>
3827
3828 * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
3829
3830 2004-08-03 Joseph S. Myers <jsm@polyomino.org.uk>
3831
3832 * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
3833 gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
3834 gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
3835 gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
3836 gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
3837 gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
3838 gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
3839 gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
3840 gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
3841 gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
3842 gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
3843 gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
3844 gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
3845 gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
3846 gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
3847 gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
3848 gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
3849 gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
3850 gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
3851 gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
3852 gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
3853 gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
3854 gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
3855 gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
3856 gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
3857 gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
3858 gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
3859 gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
3860 gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
3861 gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
3862 gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
3863 gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
3864 gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
3865 gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
3866 gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
3867 gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
3868 gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
3869 gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
3870 gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
3871 gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
3872 gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
3873 gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
3874 gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
3875 gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
3876 gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
3877 gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
3878 gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
3879 gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
3880 gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
3881 gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
3882 gcc.misc-tests/i386-pf-3dnow-1.c,
3883 gcc.misc-tests/i386-pf-athlon-1.c,
3884 gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
3885 objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
3886 Declare built-in functions used.
3887 * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
3888
3889 2004-08-02 Mark Mitchell <mark@codesourcery.com>
3890
3891 PR c++/16707
3892 * g++.dg/lookup/using12.C: New test.
3893
3894 * g++.dg/init/null1.C: Fix PR number.
3895 * g++.dg/parse/namespace10.C: Likewise.
3896
3897 2004-08-01 Mark Mitchell <mark@codesourcery.com>
3898
3899 PR c++/16224
3900 * g++.dg/template/spec17.C: New test.
3901 * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
3902 * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
3903
3904 2004-08-02 David Billinghurst
3905
3906 PR fortran/16292
3907 * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
3908
3909 2004-08-01 Zack Weinberg <zack@codesourcery.com>
3910
3911 * gcc.dg/ia64-got-1.c: New test case.
3912
3913 2004-08-01 Mark Mitchell <mark@codesourcery.com>
3914
3915 PR c++/16489
3916 * g++.dg/init/null1.C: New test.
3917 * g++.dg/tc1/dr76.C: Adjust error marker.
3918
3919 PR c++/16529
3920 * g++.dg/parse/namespace10.C: New test.
3921
3922 PR c++/16810
3923 * g++.dg/inherit/ptrmem2.C: New test.
3924
3925 2004-08-02 Ben Elliston <bje@au.ibm.com>
3926
3927 PR target/16155
3928 * gcc.dg/pr16155.c: New test.
3929
3930 2004-07-31 Joseph S. Myers <jsm@polyomino.org.uk>
3931
3932 * gcc.dg/redecl-2.c: New test.
3933
3934 2004-07-30 Geoffrey Keating <geoffk@apple.com>
3935
3936 * gcc.dg/darwin-longdouble.c: New file.
3937
3938 2004-07-30 Richard Henderson <rth@redhat.com>
3939
3940 * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
3941 write to constant argument.
3942 * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
3943
3944 2004-07-30 Richard Henderson <rth@redhat.com>
3945
3946 * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
3947 tests of nearest around zero.
3948
3949 2004-07-30 Andrew Pinski <apinski@apple.com>
3950
3951 * gcc.c-torture/compile/20040730-1.c: New test.
3952
3953 2004-07-30 Aldy Hernandez <aldyh@redhat.com>
3954
3955 * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
3956 powerpc-eabispe.
3957
3958 2004-07-30 Aldy Hernandez <aldyh@redhat.com>
3959
3960 * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
3961
3962 2004-07-30 Richard Sandiford <rsandifo@redhat.com>
3963
3964 * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
3965 contains $ld_library_path.
3966 * lib/gfortran.exp (gfortran_link_flags): Likewise.
3967
3968 2004-07-29 Richard Henderson <rth@redhat.com>
3969
3970 * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
3971
3972 * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
3973 (alt2, which): New.
3974 (Check): Accept either alternative.
3975
3976 2004-07-29 Mark Mitchell <mark@codesourcery.com>
3977
3978 * g++.dg/abi/inline1.C: New test.
3979 * g++.dg/abi/local1-a.cc: Likewise.
3980 * g++.dg/abi/local1.C: Likewise.
3981 * g++.dg/abi/mangle11.C: Tweak location of warnings.
3982 * g++.dg/abi/mangle12.C: Likewise.
3983 * g++.dg/abi/mangle17.C: Likewise.
3984 * g++.dg/abi/mangle20-2.C: Likewise.
3985 * g++.dg/opt/interface1.C: Likewise.
3986 * g++.dg/opt/interface1.h: Likewise.
3987 * g++.dg/opt/interface1-a.cc: New test.
3988 * g++.dg/parse/repo1.C: New test.
3989 * g++.dg/template/repo1.C: Likewise.
3990 * g++.dg/warn/Winline-1.C: Likewise.
3991 * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
3992
3993 2004-07-29 Diego Novillo <dnovillo@redhat.com>
3994
3995 * gcc.dg/tree-ssa/20040729-1.c: New test.
3996
3997 2004-07-27 Matt Austern <austern@apple.com>
3998
3999 * gcc.dg/darwin-bool-1.c: New test.
4000 * gcc.dg/darwin-bool-2.c: New test.
4001
4002 2004-07-28 Richard Henderson <rth@redhat.com>
4003
4004 * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
4005 arguments in the correct type. Don't write to constant arguments.
4006
4007 2004-07-28 Diego Novillo <dnovillo@redhat.com>
4008
4009 PR tree-optimization/16688
4010 PR tree-optimization/16689
4011 * g++.dg/tree-ssa/pr16688.C: New test.
4012
4013 2004-07-28 Diego Novillo <dnovillo@redhat.com>
4014
4015 * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
4016 loads. Not only in the comment, this time.
4017
4018 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
4019
4020 2003-07-06 Alexandre Oliva <aoliva@redhat.com>
4021 * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
4022 2003-07-01 Alexandre Oliva <aoliva@redhat.com>
4023 * gcc.dg/sh4a-bitmovua.c: New.
4024 * gcc.dg/sh4a-cos.c: New.
4025 * gcc.dg/sh4a-cosf.c: New.
4026 * gcc.dg/sh4a-fprun.c: New.
4027 * gcc.dg/sh4a-fsrra.c: New.
4028 * gcc.dg/sh4a-memmovua.c: New.
4029 * gcc.dg/sh4a-sin.c: New.
4030 * gcc.dg/sh4a-sincos.c: New.
4031 * gcc.dg/sh4a-sincosf.c: New.
4032 * gcc.dg/sh4a-sinf.c: New.
4033
4034 2004-07-28 Diego Novillo <dnovillo@redhat.com>
4035
4036 * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
4037 conditionals.
4038 * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
4039 loads.
4040 * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
4041 DOM1.
4042
4043 2004-07-27 Andrew Pinski <apinski@apple.com>
4044
4045 * g++.dg/rtti/tinfo1.C: Correct the xfail.
4046
4047 2004-07-27 Nitin Yewale <nitiny@kpitcummins.com>
4048
4049 * gcc.dg/pragma-isr.c: New test.
4050
4051 2004-07-27 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4052
4053 PR c++/14429
4054 * g++.dg/template/ttp11.C: New test.
4055
4056 2004-07-27 Diego Novillo <dnovillo@redhat.com>
4057
4058 * gcc.c-torture/compile/20040727-1.c: New test.
4059
4060 2004-07-26 Eric Christopher <echristo@redhat.com>
4061
4062 * gcc.c-torture/compile/20040726-2.c: New test.
4063
4064 2004-07-26 Andrew Pinski <apinski@apple.com>
4065
4066 * g++.dg/rtti/tinfo1.C: Xfail.
4067
4068 2004-07-26 Richard Sandiford <rsandifo@redhat.com>
4069
4070 * gcc.c-torture/compile/20040726-1.c: New test.
4071
4072 2004-07-26 Niall Douglas <s_fsfeurope2@nedprod.com>
4073 Brian Ryner <bryner@brianryner.com>
4074
4075 PR c++/9283
4076 PR c++/15000
4077 * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
4078 * g++.dg/ext/visibility/: New directory.
4079 * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
4080 g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
4081 g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
4082 g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
4083 * g++.dg/ext/visibility/fvisibility.C,
4084 g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
4085 g++.dg/ext/visibility/fvisibility-override1.C
4086 g++.dg/ext/visibility/fvisibility-override2.C
4087 g++.dg/ext/visibility/memfuncts.C
4088 g++.dg/ext/visibility/noPLT.C
4089 g++.dg/ext/visibility/pragma.C
4090 g++.dg/ext/visibility/pragma-override1.C
4091 g++.dg/ext/visibility/pragma-override2.C
4092 g++.dg/ext/visibility/staticmemfuncts.C
4093 g++.dg/ext/visibility/virtual.C: New tests.
4094
4095 2004-07-25 Joseph S. Myers <jsm@polyomino.org.uk>
4096
4097 PR c/15360
4098 * gcc.dg/pr15360-1.c: New test.
4099
4100 2004-07-25 Daniel Jacobowitz <dan@debian.org>
4101
4102 * gcc.dg/pragma-align-2.c: New test.
4103 * gcc.dg/pragma-init-fini.c: New test.
4104 * gcc.dg/pragma-align.c: Change from compile to run. Run on Solaris
4105 targets.
4106
4107 2004-07-25 Joseph S. Myers <jsm@polyomino.org.uk>
4108
4109 * gcc.dg/init-string-2.c: New test.
4110
4111 2004-07-24 Zack Weinberg <zack@codesourcery.com>
4112
4113 PR 16684
4114 * gcc.dg/Wredundant-decls-1.c: New test case.
4115
4116 2004-07-24 Jakub Jelinek <jakub@redhat.com>
4117
4118 * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
4119 * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
4120 * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
4121 * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
4122 * gcc.dg/compat/generate-random.c: New file.
4123 * gcc.dg/compat/generate-random.h: Likewise.
4124 * gcc.dg/compat/generate-random_r.c: Likewise.
4125 * gcc.dg/compat/struct-layout-1.h: Likewise.
4126 * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
4127 * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
4128 * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
4129 * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
4130 * gcc.dg/compat/struct-layout-1_main.c: New test.
4131 * gcc.dg/compat/struct-layout-1_x.c: New file.
4132 * gcc.dg/compat/struct-layout-1_y.c: New file.
4133 * gcc.dg/compat/struct-layout-1_test.h: New file.
4134
4135 2004-07-23 Joseph S. Myers <jsm@polyomino.org.uk>
4136
4137 * gcc.dg/comp-return-1.c: New test
4138
4139 2004-07-23 Janis Johnson <janis187@us.ibm.com>
4140
4141 * gcc.dg/vmx/8-02a.c: Fix typo.
4142
4143 * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
4144 * gcc.dg/darwin-abi-3.c: New test.
4145
4146 * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
4147 * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
4148
4149 * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
4150 * gcc.dg/vmx/ops-long-1.c: New test.
4151 * gcc.dg/vmx/ops-long-2.c: New test.
4152
4153 2004-07-23 Nathan Sidwell <nathan@codesourcery.com>
4154
4155 * g++.dg/lookup/conv-[1234].C: New.
4156
4157 2004-07-22 Mark Mitchell <mark@codesourcery.com>
4158
4159 * g++.dg/parse/attr2.C: Simplify.
4160
4161 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
4162
4163 PR c/7284
4164 * gcc.c-torture/execute/pr7284-1.c: New test.
4165
4166 2004-07-22 Brian Booth <bbooth@redhat.com>
4167
4168 * gcc.dg/tree-ssa/20040721-1.c: New test.
4169
4170 2004-07-22 Nathan Sidwell <nathan@codesourcery.com>
4171
4172 * g++.dg/template/crash20.c: New.
4173
4174 2004-07-22 David Billinghurst (David.Billinghurst@riotinto.com)
4175
4176 * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
4177 Add dg-run directive. Declare variables as required.
4178 * gfortran.dg/g77/README: Update
4179
4180 2004-07-22 Hans-Peter Nilsson <hp@axis.com>
4181
4182 * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
4183 gcc.dg/cris-peep2-andu2.c: New tests.
4184
4185 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
4186
4187 PR c/15052
4188 * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
4189 on return type.
4190 * gcc.dg/qual-return-1.c: Use -Wreturn-type. Update expected
4191 messages.
4192 * gcc.dg/qual-return-2.c: Update expected messages.
4193 * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
4194
4195 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
4196
4197 * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
4198 * gcc.dg/noncompile/921102-1.c: Update expected error message.
4199
4200 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
4201
4202 PR c/11250
4203 * gcc.dg/init-string-1.c: New test.
4204
4205 2004-07-21 Jakub Jelinek <jakub@redhat.com>
4206
4207 PR middle-end/15345
4208 PR c/16450
4209 * gcc.dg/torture/nested-fn-1.c: New test.
4210
4211 2004-07-20 H.J. Lu <hongjiu.lu@intel.com>
4212
4213 PR target/16559
4214 * gcc.dg/ia64-fptr-1.c: New file.
4215
4216 2004-07-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4217
4218 PR c++/14497
4219 * g++.dg/template/spec16.C: New test.
4220 * g++.old-deja/g++.robertl/eb118.C: Remove.
4221
4222 2004-07-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4223
4224 PR c++/509
4225 * g++.dg/template/spec15.C: New test.
4226
4227 2004-07-21 David Billinghurst (David.Billinghurst@riotinto.com)
4228
4229 Copy cases from g77.f-torture/execute and add dg-run
4230 directive. Other changes as noted.
4231 * gfortran.dg/g77/13037.f
4232 * gfortran.dg/g77/1832.f
4233 * gfortran.dg/g77/19981119-0.f
4234 * gfortran.dg/g77/19990313-0.f
4235 * gfortran.dg/g77/19990313-1.f
4236 * gfortran.dg/g77/19990313-2.f
4237 * gfortran.dg/g77/19990313-3.f
4238 * gfortran.dg/g77/19990419-1.f
4239 * gfortran.dg/g77/19990826-0.f
4240 * gfortran.dg/g77/19990826-2.f
4241 * gfortran.dg/g77/20000503-1.f
4242 * gfortran.dg/g77/20001111.f
4243 * gfortran.dg/g77/20010116.f
4244 * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
4245 * gfortran.dg/g77/20010430.f
4246 * gfortran.dg/g77/6177.f
4247 * gfortran.dg/g77/947.f
4248 * gfortran.dg/g77/970816-3.f
4249 * gfortran.dg/g77/971102-1.f
4250 * gfortran.dg/g77/980520-1.f
4251 * gfortran.dg/g77/980628-0.f
4252 * gfortran.dg/g77/980628-1.f
4253 * gfortran.dg/g77/980628-10.f
4254 * gfortran.dg/g77/980628-2.f
4255 * gfortran.dg/g77/980628-3.f
4256 * gfortran.dg/g77/980628-7.f
4257 * gfortran.dg/g77/980628-8.f
4258 * gfortran.dg/g77/980628-9.f
4259 * gfortran.dg/g77/980701-0.f
4260 * gfortran.dg/g77/980701-1.f
4261 * gfortran.dg/g77/cabs.f
4262 * gfortran.dg/g77/claus.f
4263 * gfortran.dg/g77/complex_1.f
4264 * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
4265 * gfortran.dg/g77/dcomplex.f
4266 * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
4267 * gfortran.dg/g77/f90-intrinsic-mathematical.f
4268 * gfortran.dg/g77/f90-intrinsic-numeric.f
4269 * gfortran.dg/g77/int8421.f
4270 * gfortran.dg/g77/labug1.f
4271 * gfortran.dg/g77/large_vec.f
4272 * gfortran.dg/g77/le.f
4273 * gfortran.dg/g77/short.f
4274 * gfortran.dg/g77/README: Update
4275
4276 2004-07-20 Mark Mitchell <mark@codesourcery.com>
4277
4278 PR c++/16637
4279 * g++.dg/parse/lookup4.C: New test.
4280
4281 2004-07-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4282
4283 PR c++/16175
4284 * g++.dg/template/ttp10.C: New test.
4285
4286 2004-07-20 Joseph S. Myers <jsm@polyomino.org.uk>
4287
4288 * gcc.dg/pr12625-1.c: New test.
4289
4290 2004-07-20 Steven Bosscher <stevenb@suse.de>
4291
4292 * testsuite/gcc.dg/switch-warn-1.c: New test.
4293 * testsuite/gcc.dg/switch-warn-2.c: New test.
4294 * gcc.c-torture/compile/pr14730.c: Update.
4295
4296 2004-07-19 Kelley Cook <kcook@gcc.gnu.org>
4297
4298 * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
4299 g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
4300 g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
4301 g++.dg/template/nontype3.C: Remove trailing CR from tests.
4302
4303 2004-07-18 Mark Mitchell <mark@codesourcery.com>
4304
4305 PR c++/16623
4306 * g++.dg/template/assign1.C: New test.
4307
4308 2004-07-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4309
4310 PR c++/12170
4311 * g++.dg/template/ttp9.C: New test.
4312
4313 2004-07-19 Daniel Jacobowitz <dan@debian.org>
4314
4315 * gcc.dg/format/cmn-err-1.c: New test.
4316
4317 2004-07-19 Joseph S. Myers <jsm@polyomino.org.uk>
4318
4319 * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
4320 gcc.dg/Wparentheses-10.c: New tests.
4321 * gcc.dg/Wparentheses-5.c: Remove XFAILs.
4322
4323 2004-07-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4324
4325 PR fortran/16465
4326 * gfortran.dg/g77//ffixed-line-length-0.f,
4327 gfortran.dg/g77/ffixed-line-length-132.f,
4328 gfortran.dg/g77/ffixed-line-length-72.f,
4329 gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
4330 gfortran.dg/g77/README: Update.
4331
4332 2004-07-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4333
4334 PR c++/13092
4335 * g++.dg/template/non-dependent7.C: New test.
4336 * g++.dg/template/non-dependent8.C: Likewise.
4337 * g++.dg/template/non-dependent9.C: Likewise.
4338 * g++.dg/template/non-dependent10.C: Likewise.
4339
4340 2004-07-17 Mark Mitchell <mark@codesourcery.com>
4341
4342 PR c++/16337
4343 * g++.dg/parse/attr2.C: New test.
4344
4345 2004-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
4346
4347 * g77.dg: Removed.
4348 * g77.f-torture: Ditto.
4349
4350 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
4351
4352 * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
4353 gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
4354 Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
4355
4356 2004-07-16 Richard Henderson <rth@redhat.com>
4357
4358 * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
4359
4360 2004-07-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4361
4362 * lib/fortran-torture.exp (fortran-torture): Don't test compile
4363 tests with full list of options.
4364 * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
4365 of TORTURE_OPTIONS if test contains 'dg-do run'.
4366
4367 PR fortran/16404
4368 * gfortran.dg/do_iterator.f90: New test.
4369
4370 2004-07-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4371
4372 PR rtl-optimization/16536
4373 * gcc.c-torture/execute/restrict-1.c: New test.
4374
4375 2004-07-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4376
4377 PR fortran/15324
4378 * gfortran.dg/pr15324.f90: New test.
4379
4380 PR fortran/15129
4381 * gfortran.dg/pr15129.f90: New test.
4382
4383 PR fortran/15140
4384 * gfortran.dg/pr15140.f90: New test.
4385
4386 PR fortran/13792
4387 * gfortran.fortran-torture/execute/bounds.f90: Add check for
4388 compile-time simplification.
4389
4390 2004-07-14 Mike Stump <mrs@apple.com>
4391
4392 * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
4393
4394 2004-07-14 James E Wilson <wilson@specifixinc.com>
4395
4396 PR target/16325
4397 * gcc.dg/profile-generate-1.c: New.
4398
4399 2004-07-15 Jakub Jelinek <jakub@redhat.com>
4400
4401 * gcc.c-torture/execute/20040709-1.c: New test.
4402 * gcc.c-torture/execute/20040709-2.c: New test.
4403
4404 2004-07-14 Mike Stump <mrs@apple.com>
4405
4406 * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
4407
4408 2004-07-14 Mike Stump <mrs@apple.com>
4409
4410 * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
4411
4412 2004-07-13 Mark Mitchell <mark@codesourcery.com>
4413
4414 PR c++/16518
4415 * g++.dg/parse/mutable1.C: New test.
4416
4417 2004-07-13 Diego Novillo <dnovillo@redhat.com>
4418
4419 PR tree-optimization/16443
4420 * gcc.dg/tree-ssa/20040713-1.c: New test.
4421
4422 2004-07-15 Ulrich Weigand <uweigand@de.ibm.com>
4423
4424 * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
4425 for operator new.
4426
4427 2004-07-13 David Billinghurst <David.Billinghurst@riotinto.com>
4428
4429 * gfortran.dg/g77/README: New file
4430 * gfortran.dg/g77/19981216-0.f: Copy from
4431 g77.f-torture/noncompile. Add "dg-do compile" and
4432 dg-error as required.
4433 * gfortran.dg/g77/19990218-1.f: Likewise
4434 * gfortran.dg/g77/19990905-1.f: Likewise
4435 * gfortran.dg/g77/9263.f: Likewise
4436 * gfortran.dg/g77/980615-0.f: Likewise
4437 * gfortran.dg/g77/980616-0.f: Likewise
4438 * gfortran.dg/g77/check0.f: Likewise
4439 * gfortran.dg/g77/select_no_compile.f: Likewise
4440
4441 2004-07-13 David Billinghurst <David.Billinghurst@riotinto.com>
4442
4443 Copy files from g77.f-torture/compile.
4444 Add "{ dg-do compile}". Other changes as noted
4445 * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
4446 * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
4447 * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
4448 * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
4449 * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
4450 * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
4451 * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
4452 * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
4453 statement to conform to standard. Append alpha1.x for reference.
4454 * gfortran.dg/g77/xformat.f: Add dg-warning
4455
4456 2004-07-13 David Billinghurst <David.Billinghurst@riotinto.com>
4457
4458 * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
4459 Add {dg-do compile} directive.
4460 * gfortran.dg/g77/cpp2.F: Likewise
4461
4462 2004-07-12 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4463
4464 PR c++/5402
4465 * g++.dg/lookup/name-clash1.C: New test.
4466
4467 PR c++/9777
4468 * g++.dg/lookup/name-clash2.C: New test.
4469
4470 PR c++/12102
4471 * g++.dg/lookup/name-clash3.C: New test.
4472
4473 2004-07-12 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4474
4475 * g++.dg/lookup/new2.C: New test.
4476 * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
4477
4478 2004-07-12 David Billinghurst <David.Billinghurst@riotinto.com>
4479
4480 * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
4481 Add {dg-do compile} directive.
4482 * gfortran.dg/g77/13060.f: Likewise
4483 * gfortran.dg/g77/19990218-0.f: Likewise
4484 * gfortran.dg/g77/19990305-0.f: Likewise
4485 * gfortran.dg/g77/19990419-0.f: Likewise
4486 * gfortran.dg/g77/19990502-0.f: Likewise
4487 * gfortran.dg/g77/19990502-1.f: Likewise
4488 * gfortran.dg/g77/19990525-0.f: Likewise
4489 * gfortran.dg/g77/19990826-1.f: Likewise
4490 * gfortran.dg/g77/19990826-3.f: Likewise
4491 * gfortran.dg/g77/19990905-2.f: Likewise
4492 * gfortran.dg/g77/20000412-1.f: Likewise
4493 * gfortran.dg/g77/20000511-1.f: Likewise
4494 * gfortran.dg/g77/20000511-2.f: Likewise
4495 * gfortran.dg/g77/20000518.f: Likewise
4496 * gfortran.dg/g77/20000601-1.f: Likewise
4497 * gfortran.dg/g77/20000601-2.f: Likewise
4498 * gfortran.dg/g77/20000629-1.f: Likewise
4499 * gfortran.dg/g77/20000630-2.f: Likewise
4500 * gfortran.dg/g77/20010115.f: Likewise
4501 * gfortran.dg/g77/20010321-1.f: Likewise
4502 * gfortran.dg/g77/20010426.f: Likewise
4503 * gfortran.dg/g77/20020307-1.f: Likewise
4504 * gfortran.dg/g77/8485.f: Likewise
4505 * gfortran.dg/g77/960317-1.f: Likewise
4506 * gfortran.dg/g77/970915-0.f: Likewise
4507 * gfortran.dg/g77/980310-1.f: Likewise
4508 * gfortran.dg/g77/980310-2.f: Likewise
4509 * gfortran.dg/g77/980310-3.f: Likewise
4510 * gfortran.dg/g77/980310-4.f: Likewise
4511 * gfortran.dg/g77/980310-6.f: Likewise
4512 * gfortran.dg/g77/980310-7.f: Likewise
4513 * gfortran.dg/g77/980310-8.f: Likewise
4514 * gfortran.dg/g77/980419-2.f: Likewise
4515 * gfortran.dg/g77/980424-0.f: Likewise
4516 * gfortran.dg/g77/980427-0.f: Likewise
4517 * gfortran.dg/g77/980729-0.f: Likewise
4518 * gfortran.dg/g77/981117-1.f: Likewise
4519 * gfortran.dg/g77/toon_1.f: Likewise
4520
4521 2004-07-12 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4522
4523 PR c++/2204
4524 * g++.dg/other/abstract2.C: New test.
4525
4526 2004-07-12 Paul Brook <paul@codesourcery.com>
4527
4528 * gfortran.dg/pointer_init_1.f90: New test.
4529
4530 2004-07-11 Paul Brook <paul@codesourcery.com>
4531
4532 PR fortran/15986
4533 * gfortran.dg/contained_1.f90: New test.
4534
4535 2004-07-11 Mark Mitchell <mark@codesourcery.com>
4536
4537 * g++.dg/parse/defarg8.C: New test.
4538
4539 2004-07-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4540
4541 PR fortran/16433
4542 * gfortran.dg/pr16433.f: New test.
4543
4544 PR fortran/17574
4545 * gfortran.dg/pr15754.f90: New test.
4546
4547 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
4548
4549 PR tree-optimization/16437
4550 * gcc.c-torture/execute/bitfld-4.c: New test.
4551
4552 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4553
4554 * gfortran.fortran-torture/execute/common_2.f90: Add check for
4555 access to common var from module.
4556
4557 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4558
4559 PR fortran/16336
4560 * gfortran.fortran-torture/execute/common_2.f90: New test.
4561
4562 2004-07-10 Paul Brook <paul@codesourcery.com>
4563
4564 * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
4565
4566 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4567
4568 PR fortran/15969
4569 * gfortran.fortran-torture/execute/der_init_5.f90: New test.
4570
4571 2004-07-10 David Billinghurst <David.Billinghurst@riotinto.com>
4572
4573 * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
4574 * gfortran.dg/g77/ffixed-form-2.f: Likewise
4575 * gfortran.dg/g77/ffree-form-1.f: Likewise
4576 * gfortran.dg/g77/ffree-form-2.f: Likewise
4577 * gfortran.dg/g77/ffree-form-3.f: Likewise
4578 * gfortran.dg/g77/fno-underscoring.f: Likewise
4579 * gfortran.dg/g77/funderscoring.f: Likewise
4580 * gfortran.dg/g77/pr9258.f: Likewise. Add dg-warning lines.
4581
4582 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4583
4584 * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
4585
4586 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4587 Paul Brook <paul@codesourcery.com>
4588
4589 PR fortran/13415
4590 * gfortran.dg/common_pointer_1.f90: New test.
4591
4592 2004-07-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4593
4594 * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
4595
4596 2004-07-09 James E Wilson <wilson@specifixinc.com>
4597
4598 PR target/16364
4599 * gcc.c-torture/compile/20040709-1.c: New.
4600
4601 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4602
4603 PR fortran/14077
4604 * gfortran.fortran-torture/execute/module_init_1.f90: New test.
4605
4606 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4607
4608 PR fortran/13201
4609 * gfortran.dg/shape_1.f90: New test.
4610
4611 2004-07-09 Zack Weinberg <zack@codesourcery.com>
4612 Andrew Pinski <apinski@apple.com>
4613
4614 * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
4615
4616 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4617
4618 * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
4619 comment.
4620
4621 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4622 Paul Brook <paul@codesourcery.com>
4623
4624 * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
4625 '.f95' and '.F95'.
4626
4627 2004-07-09 Diego Novillo <dnovillo@redhat.com>
4628
4629 * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
4630
4631 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4632
4633 * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
4634 testcases with capital suffix.
4635
4636 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
4637
4638 PR fortran/15481
4639 PR fortran/13372
4640 PR fortran/13575
4641 PR fortran/15978
4642 * gfortran.fortran-torture/compile/implicit_2.f90: New test.
4643
4644 * gfortran.dg/implicit_1.f90: New test.
4645
4646 2004-07-09 David Billinghurst <David.Billinghurst@riotinto.com>
4647
4648 * lib/gfortran-dg.exp (gfortran-dg-test): Adapt regular
4649 expression to match gfortran warning/error messages
4650 * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
4651 dg-error text.
4652
4653 2004-07-09 David Billinghurst <David.Billinghurst@riotinto.com>
4654
4655 * lib/fortran-torture.exp: Rename proc search_for to
4656 search_for_re.
4657
4658 2004-07-09 Eric Botcazou <ebotcazou@libertysurf.fr>
4659
4660 * gcc.c-torture/execute/simd-5.x: New file.
4661 XFAIL on SPARC 64-bit at -O0.
4662
4663 2004-07-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4664
4665 PR c++/8211
4666 PR c++/16165
4667 * g++.dg/warn/effc3.C: New test.
4668
4669 2004-07-09 David Billinghurst <David.Billinghurst@riotinto.com>
4670
4671 * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
4672 change X to 1X in format.
4673 * gfortran.dg/g77/20010216-1.f: Copy from g77.dg and
4674 add data statements to conform to standard.
4675
4676 2004-07-09 David Billinghurst <David.Billinghurst@riotinto.com>
4677
4678 * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
4679 * gfortran.dg/g77/f77-edit-t-in.f: Likewise
4680 * gfortran.dg/g77/f77-edit-x-out.f: Likewise
4681
4682 2004-07-09 David Billinghurst <David.Billinghurst@riotinto.com>
4683
4684 * gfortran.dg/g77/7388.f: Copy from g77.dg
4685 * gfortran.dg/g77/f77-edit-i-out.f: Likewise
4686 * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
4687 * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
4688 * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
4689 * gfortran.dg/g77/f77-edit-t-out.f: Likewise
4690 * gfortran.dg/g77/f77-edit-h-out.f: Likewise
4691 * gfortran.dg/g77/strlen0.f: Likewise
4692
4693 2004-07-09 David Billinghurst <David.Billinghurst@riotinto.com>
4694
4695 * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
4696 * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
4697
4698 2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4699
4700 * gcc.c-torture/execute/920428-2.x: Delete.
4701 * gcc.c-torture/execute/920501-7.x: Likewise.
4702
4703 2004-07-08 Jakub Jelinek <jakub@redhat.com>
4704
4705 * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
4706 -march=i386 into -march=i686. Add -march=i686 -mtune=x and
4707 -march=x for pentium3, pentium3m, pentium-m, pentium4m,
4708 prescott and c3-2.
4709 (PREFETCH_3DNOW): Add -march=c3.
4710
4711 2004-07-08 Diego Novillo <dnovillo@redhat.com>
4712
4713 PR c/16437
4714 * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
4715 * gcc.c-torture/execute/bf64-1.x: Likewise.
4716
4717 2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4718
4719 * gcc.c-torture/compile/20040708-1.c: New test.
4720
4721 2004-07-08 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4722
4723 PR c++/16169
4724 * g++.dg/warn/effc2.C: New test.
4725
4726 2004-07-08 Joseph S. Myers <jsm@polyomino.org.uk>
4727
4728 * gcc.c-torture/execute/bitfld-1.x: Remove.
4729 * gcc.c-torture/execute/bitfld-3.c: New test.
4730 * gcc.dg/bitfld-2.c: Remove XFAILs.
4731
4732 2004-07-07 H.J. Lu <hongjiu.lu@intel.com>
4733
4734 PR c++/16276
4735 * g++.dg/rtti/tinfo1.C: New file.
4736
4737 2004-07-07 Eric Christopher <echristo@redhat.com>
4738
4739 * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
4740
4741 2004-07-07 Andrew Pinski <apinski@apple.com>
4742
4743 * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
4744
4745 2004-07-07 Mark Mitchell <mark@codesourcery.com>
4746
4747 * g++.dg/init/call1.C: XFAIL.
4748
4749 2004-07-07 Alexandre Oliva <aoliva@redhat.com>
4750
4751 * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
4752 except for movstrict*, to movmem* and clrstr* to clrmem*.
4753
4754 2004-07-07 Richard Sandiford <rsandifo@redhat.com>
4755
4756 * gcc.c-torture/execute/20040707-1.c: New test.
4757
4758 2004-07-06 Richard Sandiford <rsandifo@redhat.com>
4759
4760 * gcc.c-torture/execute/20040706-1.c: New test.
4761
4762 2004-07-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4763
4764 PR c++/3671
4765 * g++.dg/template/spec14.C: New test.
4766
4767 2004-07-05 Jakub Jelinek <jakub@redhat.com>
4768
4769 * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
4770 nothing if not yet defined. Use it in b, c and d type definitions.
4771 * gcc.c-torture/execute/20040705-1.c: New test.
4772 * gcc.c-torture/execute/20040705-2.c: New test.
4773
4774 2004-07-05 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4775
4776 PR c++/2518
4777 * g++.dg/lookup/new1.C: New test.
4778
4779 2004-07-05 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4780
4781 PR c++/11406
4782 * g++.dg/template/sizeof8.C: New test.
4783
4784 2004-07-05 Richard Sandiford <rsandifo@redhat.com>
4785
4786 * gcc.c-torture/compile/20040705-1.c: New test.
4787
4788 2004-07-04 Bud Davis <bdavis9659@comcast.net>
4789
4790 * gfortran.fortran-torture/execute/seq_io.f90: New test.
4791
4792 2004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
4793
4794 * gcc.dg/cpp/if-mop.c: Two new testcases.
4795 * gcc.dg/cpp/trad/comment-3.c: New.
4796
4797 2004-07-04 Paul Brook <paul@codesourcery.com>
4798
4799 * gfortran.fortran-torture/compile/implicit_1.f90: New test.
4800
4801 2004-07-03 Scott Brumbaugh <scottb.lists@verizon.net>
4802
4803 PR c++/3761
4804 * g++.dg/lookup/crash4.C: New test.
4805
4806 2004-07-02 Zack Weinberg <zack@codesourcery.com>
4807
4808 * gcc.c-torture/execute/builtin-abs-1.c
4809 * gcc.c-torture/execute/builtin-abs-2.c
4810 * gcc.c-torture/execute/builtin-complex-1.c
4811 * gcc.c-torture/execute/builtins/string-1-lib.c
4812 * gcc.c-torture/execute/builtins/string-1.c
4813 * gcc.c-torture/execute/builtins/string-2-lib.c
4814 * gcc.c-torture/execute/builtins/string-2.c
4815 * gcc.c-torture/execute/builtins/string-3-lib.c
4816 * gcc.c-torture/execute/builtins/string-3.c
4817 * gcc.c-torture/execute/builtins/string-4-lib.c
4818 * gcc.c-torture/execute/builtins/string-4.c
4819 * gcc.c-torture/execute/builtins/string-5-lib.c
4820 * gcc.c-torture/execute/builtins/string-5.c
4821 * gcc.c-torture/execute/builtins/string-6-lib.c
4822 * gcc.c-torture/execute/builtins/string-6.c
4823 * gcc.c-torture/execute/builtins/string-7-lib.c
4824 * gcc.c-torture/execute/builtins/string-7.c
4825 * gcc.c-torture/execute/builtins/string-8-lib.c
4826 * gcc.c-torture/execute/builtins/string-8.c
4827 * gcc.c-torture/execute/builtins/string-9-lib.c
4828 * gcc.c-torture/execute/builtins/string-9.c
4829 * gcc.c-torture/execute/builtins/string-asm-1-lib.c
4830 * gcc.c-torture/execute/builtins/string-asm-1.c
4831 * gcc.c-torture/execute/builtins/string-asm-2-lib.c
4832 * gcc.c-torture/execute/builtins/string-asm-2.c
4833 * gcc.c-torture/execute/stdio-opt-1.c
4834 * gcc.c-torture/execute/stdio-opt-2.c
4835 * gcc.c-torture/execute/stdio-opt-3.c
4836 * gcc.c-torture/execute/string-opt-1.c
4837 * gcc.c-torture/execute/string-opt-10.c
4838 * gcc.c-torture/execute/string-opt-11.c
4839 * gcc.c-torture/execute/string-opt-12.c
4840 * gcc.c-torture/execute/string-opt-13.c
4841 * gcc.c-torture/execute/string-opt-14.c
4842 * gcc.c-torture/execute/string-opt-15.c
4843 * gcc.c-torture/execute/string-opt-16.c
4844 * gcc.c-torture/execute/string-opt-2.c
4845 * gcc.c-torture/execute/string-opt-6.c
4846 * gcc.c-torture/execute/string-opt-7.c
4847 * gcc.c-torture/execute/string-opt-8.c:
4848 Replace with ...
4849
4850 * gcc.c-torture/execute/builtins/abs-2.c
4851 * gcc.c-torture/execute/builtins/abs-3.c
4852 * gcc.c-torture/execute/builtins/complex-1.c
4853 * gcc.c-torture/execute/builtins/fprintf.c
4854 * gcc.c-torture/execute/builtins/fputs.c
4855 * gcc.c-torture/execute/builtins/memcmp.c
4856 * gcc.c-torture/execute/builtins/memmove.c
4857 * gcc.c-torture/execute/builtins/memops-asm.c
4858 * gcc.c-torture/execute/builtins/mempcpy-2.c
4859 * gcc.c-torture/execute/builtins/mempcpy.c
4860 * gcc.c-torture/execute/builtins/memset.c
4861 * gcc.c-torture/execute/builtins/printf.c
4862 * gcc.c-torture/execute/builtins/sprintf.c
4863 * gcc.c-torture/execute/builtins/strcat.c
4864 * gcc.c-torture/execute/builtins/strchr.c
4865 * gcc.c-torture/execute/builtins/strcmp.c
4866 * gcc.c-torture/execute/builtins/strcpy.c
4867 * gcc.c-torture/execute/builtins/strcspn.c
4868 * gcc.c-torture/execute/builtins/strlen-2.c
4869 * gcc.c-torture/execute/builtins/strlen.c
4870 * gcc.c-torture/execute/builtins/strncat.c
4871 * gcc.c-torture/execute/builtins/strncmp-2.c
4872 * gcc.c-torture/execute/builtins/strncmp.c
4873 * gcc.c-torture/execute/builtins/strncpy.c
4874 * gcc.c-torture/execute/builtins/strpbrk.c
4875 * gcc.c-torture/execute/builtins/strpcpy-2.c
4876 * gcc.c-torture/execute/builtins/strpcpy.c
4877 * gcc.c-torture/execute/builtins/strrchr.c
4878 * gcc.c-torture/execute/builtins/strspn.c
4879 * gcc.c-torture/execute/builtins/strstr-asm.c
4880 * gcc.c-torture/execute/builtins/strstr.c:
4881 ... these new files.
4882
4883 * gcc.c-torture/execute/builtins/abs-2-lib.c
4884 * gcc.c-torture/execute/builtins/abs-3-lib.c
4885 * gcc.c-torture/execute/builtins/complex-1-lib.c
4886 * gcc.c-torture/execute/builtins/fprintf-lib.c
4887 * gcc.c-torture/execute/builtins/fputs-lib.c
4888 * gcc.c-torture/execute/builtins/memcmp-lib.c
4889 * gcc.c-torture/execute/builtins/memmove-lib.c
4890 * gcc.c-torture/execute/builtins/memops-asm-lib.c
4891 * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
4892 * gcc.c-torture/execute/builtins/mempcpy-lib.c
4893 * gcc.c-torture/execute/builtins/memset-lib.c
4894 * gcc.c-torture/execute/builtins/printf-lib.c
4895 * gcc.c-torture/execute/builtins/sprintf-lib.c
4896 * gcc.c-torture/execute/builtins/strcat-lib.c
4897 * gcc.c-torture/execute/builtins/strchr-lib.c
4898 * gcc.c-torture/execute/builtins/strcmp-lib.c
4899 * gcc.c-torture/execute/builtins/strcpy-lib.c
4900 * gcc.c-torture/execute/builtins/strcspn-lib.c
4901 * gcc.c-torture/execute/builtins/strlen-2-lib.c
4902 * gcc.c-torture/execute/builtins/strlen-lib.c
4903 * gcc.c-torture/execute/builtins/strncat-lib.c
4904 * gcc.c-torture/execute/builtins/strncmp-2-lib.c
4905 * gcc.c-torture/execute/builtins/strncmp-lib.c
4906 * gcc.c-torture/execute/builtins/strncpy-lib.c
4907 * gcc.c-torture/execute/builtins/strpbrk-lib.c
4908 * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
4909 * gcc.c-torture/execute/builtins/strpcpy-lib.c
4910 * gcc.c-torture/execute/builtins/strrchr-lib.c
4911 * gcc.c-torture/execute/builtins/strspn-lib.c
4912 * gcc.c-torture/execute/builtins/strstr-asm-lib.c
4913 * gcc.c-torture/execute/builtins/strstr-lib.c
4914 * gcc.c-torture/execute/builtins/lib/abs.c
4915 * gcc.c-torture/execute/builtins/lib/fprintf.c
4916 * gcc.c-torture/execute/builtins/lib/memset.c
4917 * gcc.c-torture/execute/builtins/lib/printf.c
4918 * gcc.c-torture/execute/builtins/lib/sprintf.c
4919 * gcc.c-torture/execute/builtins/lib/strcpy.c
4920 * gcc.c-torture/execute/builtins/lib/strcspn.c
4921 * gcc.c-torture/execute/builtins/lib/strncat.c
4922 * gcc.c-torture/execute/builtins/lib/strncmp.c
4923 * gcc.c-torture/execute/builtins/lib/strncpy.c
4924 * gcc.c-torture/execute/builtins/lib/strpbrk.c
4925 * gcc.c-torture/execute/builtins/lib/strspn.c
4926 * gcc.c-torture/execute/builtins/lib/strstr.c:
4927 New files containing support routines.
4928
4929 * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
4930 declaration.
4931 * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
4932 when not optimizing.
4933
4934 2004-07-02 Mark Mitchell <mark@codesourcery.com>
4935
4936 PR c++/16240
4937 * g++.dg/abi/mangle22.C: New test.
4938 * g++.dg/abi/mangle23.C: Likewise.
4939
4940 2004-07-02 David Billinghurst <David.Billinghurst@riotinto.com>
4941
4942 PR fortran/16290
4943 * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
4944 Allow for cases without denormalized floating point numbers.
4945
4946 2004-07-01 Joseph S. Myers <jsm@polyomino.org.uk>
4947
4948 PR c/1027
4949 * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
4950 gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
4951 gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
4952 expected warning text.
4953 * gcc.dg/format/diag-2.c: New test.
4954
4955 2004-07-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4956
4957 * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
4958
4959 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
4960
4961 * gcc.dg/builtins-43.c: New.
4962 * gcc.dg/builtins-44.c: New.
4963 * gcc.dg/builtins-45.c: New.
4964
4965 2004-06-26 Geoffrey Keating <geoffk@apple.com>
4966 Andreas Tobler <a.tobler@schweiz.ch>
4967
4968 * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
4969 Use SA_RESETHAND rather than SA_ONESHOT. Trap SIGBUS as well
4970 as SIGSEGV.
4971 * gcc.dg/cleanup-11.c: Likewise.
4972 * gcc.dg/cleanup-8.c: Likewise.
4973 * gcc.dg/cleanup-9.c: Likewise.
4974 * gcc.dg/cleanup-5.c: Run on all platforms.
4975
4976 2004-06-30 Joseph S. Myers <jsm@polyomino.org.uk>
4977
4978 * g++.dg/warn/nonnull1.C: New test.
4979
4980 2004-06-30 Eric Botcazou <ebotcazou@libertysurf.fr>
4981
4982 * gcc.dg/compat/compat-common.h: Wrap up CINT in
4983 an #ifndef SKIP_COMPLEX_INT/#endif pair.
4984 Special-case the Sun compiler wrt to <complex.h>.
4985
4986 2004-06-30 Nitin Yewale <nitiny@kpitcummins.com>
4987
4988 * gcc.dg/Wunreachable-8.C: New test.
4989
4990 * gcc.dg/h8300-ice2.c : New test.
4991
4992 2004-06-30 Tobias Schlueter <tobias.shclueter@physik.uni-muenchen.de>
4993
4994 PR fortran/16161
4995 * gfortran.fortran-torture/compile/implicit.f90: Add test
4996 for implicit character.
4997
4998 2004-06-30 David Billinghurst <David.Billinghurst@riotinto.com>
4999
5000 PR fortran/16289
5001 * gfortran.fortran-torture/execute/intrinsic_nearest.f90
5002 Use tiny() intrinsic to find smallest non-negative real
5003
5004 2004-06-30 Jakub Jelinek <jakub@redhat.com>
5005
5006 * gcc.dg/compat/struct-by-value-22_main.c: New test.
5007 * gcc.dg/compat/struct-by-value-22_x.c: New.
5008 * gcc.dg/compat/struct-by-value-22_y.c: New.
5009
5010 * gcc.c-torture/execute/20040629-1.c: New test.
5011
5012 2004-06-29 Jakub Jelinek <jakub@redhat.com>
5013
5014 * gcc.dg/compat/vector-defs.h: Use vector_size attribute
5015 only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
5016
5017 PR target/16195
5018 * gcc.dg/20040625-1.c: New test.
5019
5020 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5021
5022 * gfortran.fortran-torture/execute/parameter_2.f90: New test.
5023
5024 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5025
5026 PR fortran/15963
5027 * gfortran.fortran-torture/execute/initialization_1.f90: New test.
5028
5029 2004-06-29 Richard Henderson <rth@redhat.com>
5030
5031 * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
5032
5033 2004-06-29 Paul Brook <paul@codesourcery.com>
5034
5035 * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
5036 * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
5037
5038 2004-06-29 Nathan Sidwell <nathan@codesourcery.com>
5039
5040 PR c++/16260
5041 * g++.dg/parse/crash15.C: New.
5042
5043 2004-06-28 Andrew Pinski <apinski@apple.com>
5044
5045 * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
5046 by the error already.
5047
5048 * g++.dg/opt/ptrmem4.C: Change to compile only test.
5049
5050 2004-06-28 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
5051
5052 PR target/14041
5053 * gcc.dg/h8300-bss-align-1.c : New.
5054
5055 2004-06-28 Nathan Sidwell <nathan@codesourcery.com>
5056
5057 * PR c++/16174
5058 * g++.dg/template/ctor4.C: New.
5059
5060 2004-06-27 Andrew Pinski <pinskia@physics.uc.edu>
5061
5062 PR c++/16205
5063 * g++.dg/warn/Wsequence-point-1.C: New test.
5064
5065 2004-06-27 Paul Brook <paul@codesourcery.com>
5066
5067 * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
5068
5069 2004-06-27 Zack Weinberg <zack@codesourcery.com>
5070
5071 * g++.old-deja/g++.mike/p7325.C: Remove.
5072
5073 2004-06-27 Andrew Pinski <pinskia@physics.uc.edu>
5074
5075 PR c/14963
5076 * gcc.dg/pr14963.c: New test.
5077
5078 2004-06-27 Mark Mitchell <mark@codesourcery.com>
5079
5080 PR c++/16193
5081 * g++.dg/parse/redef1.C: New test.
5082
5083 2004-06-27 Joseph S. Myers <jsm@polyomino.org.uk>
5084
5085 * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
5086 20021110.c.
5087 * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
5088 20021119-1.c.
5089 * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
5090 gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
5091 5-04.c.
5092 * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
5093 * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
5094 * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
5095 * g++.old-deja/g++.law/enum8.C: Remove duplicate of
5096 g++.brendan/enum14.C.
5097 * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
5098 * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
5099 * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
5100 g++.mike/virt1.C.
5101 * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
5102 memtemp24.C.
5103
5104 2004-06-27 Roger Sayle <roger@eyesopen.com>
5105
5106 * gcc.dg/20040527-1.c: New test case.
5107
5108 2004-06-26 Bud Davis <bdavis9659@comcast.net>
5109
5110 PR gfortran/pr16196
5111 * gfortran.fortran-torture/execute/open_replace.f90: New test case.
5112
5113 2004-06-25 Roger Sayle <roger@eyesopen.com>
5114
5115 PR middle-end/15825
5116 * gcc.dg/pr15825-1.c: New test case.
5117
5118 2004-06-25 Richard Sandiford <rsandifo@redhat.com>
5119
5120 * gcc.c-torture/execute/20040625-1.c: New test.
5121
5122 2004-06-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5123
5124 * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
5125
5126 2004-06-25 Richard Sandiford <rsandifo@redhat.com>
5127
5128 * gcc.dg/torture/mips-div-1.c: New test.
5129
5130 2004-06-24 Jeff Law <law@redhat.com>
5131
5132 * gcc.dg/tree-ssa/20040624-1.c: New test.
5133
5134 2004-06-24 Richard Sandiford <rsandifo@redhat.com>
5135
5136 * gcc.c-torture/compile/20040624-1.c: New test.
5137
5138 2004-06-24 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5139
5140 * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
5141 this directory.
5142
5143 2004-06-23 Andrew Pinski <apinski@apple.com>
5144
5145 PR middle-end/15988
5146 * g++.dg/opt/ptrmem4.C: New test.
5147
5148 * gcc.dg/c90-array-quals-2.c: New test.
5149
5150 2006-06-23 Nitin Yewale <NitinY@KPITCummins.com>
5151
5152 * gcc.dg/kpice1.c: New test.
5153
5154 2006-06-23 Andrew Pinski <apinski@apple.com>
5155
5156 * gcc.dg/c90-array-quals.c: New test.
5157
5158 2006-06-22 Richard Henderson <rth@redhat.com>
5159
5160 * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
5161
5162 2004-06-22 Loren James Rittle <ljrittle@acm.org>
5163
5164 * gcc.dg/builtins-config.h: Handle FreeBSD.
5165
5166 2006-06-22 Richard Henderson <rth@redhat.com>
5167
5168 * g++.dg/opt/devirt1.C: New.
5169
5170 2004-06-22 Kelley Cook <kcook@gcc.gnu.org>
5171
5172 * g++.dg/opt/pr15551.C: New testcase.
5173
5174 2004-06-22 H.J. Lu <hongjiu.lu@intel.com>
5175
5176 PR target/14800
5177 * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
5178 x86_64-*-linux* when compiling for 32bit.
5179
5180 2004-06-21 Andrew Pinski <apinski@apple.com>
5181
5182 * gcc.dg/pch/struct-1.c: New.
5183 * gcc.dg/pch/struct-1.hs: New.
5184
5185 2004-06-21 Geoffrey Keating <geoffk@apple.com>
5186
5187 * gcc.dg/pch/save-temps-1.c: New file.
5188 * gcc.dg/pch/save-temps-1.hs: New file.
5189
5190 2004-06-22 Janne Blomqvist <jblomqvi@cc.hut.fi>
5191
5192 * gfortran.fortran-torture/execute/iolength_1.f90: New test.
5193 * gfortran.fortran-torture/execute/iolength_3.f90: New test.
5194
5195 2004-06-21 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5196
5197 * gfortran.fortran-torture/execute/select_1.f90: Rename function
5198 to fix type error.
5199 * gfortran.fortran-torture/execute/intrinsic_associated.f90:
5200 Remove trailing spaces.
5201
5202 2004-06-21 Richard Henderson <rth@redhat.com>
5203
5204 * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
5205 merging && to BIT_FIELD_REF.
5206
5207 2004-06-21 Richard Sandiford <rsandifo@redhat.com>
5208
5209 * g++.dg/opt/placeholder1.C: New test.
5210
5211 2004-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
5212
5213 * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
5214 * gcc.dg/compat/struct-complex-1_y.c: Likewise.
5215 * gcc.dg/compat/union-m128-1_x.c: Likewise.
5216 * gcc.dg/compat/union-m128-1_y.c: Likewise.
5217
5218 2004-06-20 Zack Weinberg <zack@codesourcery.com>
5219
5220 * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
5221 extern "C".
5222 * g++.dg/other/pragma-re-1.C: Add comments.
5223
5224 2004-06-19 Bud Davis <bdavis9659@comcast.net>
5225
5226 PR gfortran/16080
5227 * gfortran.fortran-torture/execute/read_null_string.f90: New file.
5228
5229 2004-06-19 Andrew Pinski <pinskia@physics.uc.edu>
5230
5231 * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
5232 instead of setting the type of size_t by
5233 hand.
5234
5235 2004-06-18 Roger Sayle <roger@eyesopen.com>
5236
5237 * gcc.dg/unordered-2.c: New test case.
5238 * gcc.dg/unordered-3.c: New test case.
5239
5240 2004-06-19 David Billinghurst <David.Billinghurst@riotinto.com>
5241
5242 PR other/16043
5243 * lib/g++.exp (g++_version): Tweak regexp for version
5244 * lib/g77.exp (g77_version): Likewise
5245 * lib/gfortran.exp (gfortran_version): Likewise
5246 * lib/objc.exp (objc_version): Likewise
5247 * lib/treelang.exp (treelang_version): Likewise
5248
5249 2004-06-19 Jakub Jelinek <jakub@redhat.com>
5250
5251 * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
5252 Use INT_MAX instead of __INT_MAX__.
5253 * gcc.dg/compat/struct-align-2_y.c: Likewise.
5254
5255 * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
5256 * gcc.dg/compat/scalar-return-3_x.c: Use it.
5257 * gcc.dg/compat/scalar-return-3_y.c: Use it.
5258 * gcc.dg/compat/scalar-return-4_x.c: Use it.
5259 * gcc.dg/compat/scalar-return-4_y.c: Use it.
5260 * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
5261 * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
5262 * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
5263 * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
5264
5265 * gcc.dg/range-test-1.c: New test.
5266 * g++.dg/opt/range-test-1.C: New test.
5267
5268 2004-06-17 Richard Henderson <rth@redhat.com>
5269
5270 * objc.dg/sync-1.m: New.
5271 * objc.dg/try-catch-1.m: Don't force next runtime.
5272 * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
5273 * objc.dg/try-catch-2.m: Likewise. Enable everywhere. Remove
5274 shadowed catch clause.
5275 * objc.dg/try-catch-5.m: New.
5276
5277 2004-06-17 Zack Weinberg <zack@codesourcery.com>
5278
5279 Bug 14610
5280 * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
5281
5282 2004-06-15 Richard Henderson <rth@redhat.com>
5283
5284 * gcc.dg/20001116-1.c: Move expected warning line.
5285
5286 2004-06-15 Richard Henderson <rth@redhat.com>
5287
5288 * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
5289 * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
5290
5291 2004-06-15 Jeff Law <law@redhat.com>
5292
5293 * gcc.dg/tree-ssa/20040615-1.c: New test.
5294 * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
5295 be less sensitive to operand ordering.
5296 * gcc.dg/tree-ssa/20030824-2.c: Likewise.
5297
5298 2004-06-16 Danny Smith <dannysmith@users.sourceforge.net>
5299
5300 * g++.dg/abi/bitfield3.C: Add comment..
5301
5302 2004-06-15 Richard Henderson <rth@redhat.com>
5303
5304 * g++.dg/ext/stmtexpr1.C: XFAIL.
5305 * gcc.dg/20030612-1.c: XFAIL.
5306
5307 2004-06-15 Eric Christopher <echristo@redhat.com>
5308
5309 * g++.dg/charset/asm5.c: New.
5310 * gcc.dg/charset/asm6.c: New.
5311
5312 2004-06-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5313
5314 PR fortran/15962
5315 * gfortran.fortran-torture/execute/select_1.f90: New test.
5316
5317 2004-06-15 Paul Brook <paul@codesourcery.com>
5318
5319 * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
5320
5321 2004-06-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5322
5323 PR c++/15967
5324 * g++.dg/lookup/crash3.C: New test.
5325
5326 2004-06-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5327
5328 PR c++/15947
5329 * g++.dg/parse/dtor4.C: New test.
5330
5331 2004-06-14 Jeff Law <law@redhat.com>
5332
5333 * gcc.c-torture/compile/20040614-1.c: New test.
5334
5335 2004-06-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5336
5337 PR fortran/15211
5338 * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
5339 LEN of a character array.
5340
5341 2004-06-14 Mark Mitchell <mark@codesourcery.com>
5342
5343 PR c++/15096
5344 * g++.dg/template/ptrmem10.C: New test.
5345
5346 PR c++/14930
5347 * g++.dg/template/friend30.C: New test.
5348
5349 2004-06-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5350
5351 PR fortran/14928
5352 * gfortran.fortran-torture/compile/mloc.f90: New test.
5353
5354 2004-06-13 Paul Brook <paul@codesourcery.com>
5355
5356 * gfortran.fortran-torture/execute/random_2.f90: New test.
5357
5358 2004-06-13 Eric Christopher <echristo@redhat.com>
5359
5360 * gcc.dg/noncompile/redecl-1.c: Fix error message.
5361
5362 2004-06-12 Paul Brook <paul@codesourcery.com>
5363
5364 * gfortran.fortran-torture/execute/contained_3.f90: New test.
5365
5366 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5367
5368 PR fortran/14923
5369 * gfortran.fortran-torture/execute/date_time_1.f90: New test.
5370
5371 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5372
5373 PR fortran/14957
5374 * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
5375 syntax errors in end statements of contained subroutines.
5376
5377 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5378
5379 PR fortran/12841
5380 * gfortran.fortran-torture/execute/null_arg.f90: New test.
5381
5382 2004-06-12 Bud Davis <bdavis9659@comcast.net>
5383
5384 PR fortran/15665
5385 * gfortran.fortran-torture/execute/getarg_1.f90: New test.
5386
5387 2004-06-12 Bud Davis <bdavis9659@comcast.net>
5388
5389 PR gfortran/12839
5390 * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
5391
5392 2004-06-11 Mark Mitchell <mark@codesourcery.com>
5393
5394 PR c++/15862
5395 * g++.dg/parse/enum1.C: New test.
5396
5397 2004-06-10 Jeff Law <law@redhat.com>
5398
5399 * gcc.c-torture/compile/20040610-1.c: New test.
5400
5401 2004-06-11 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5402
5403 * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
5404 * g++.old-deja/g++.other/decl3.C: Likewise.
5405
5406 2004-06-10 Brian Booth <bbooth@redhat.com>
5407
5408 * gcc.dg/tree-ssa/20031015-1.c: Scan for
5409 V_MAY_DEF instead of VDEF.
5410 * gcc.dg/tree-ssa/20040517-1.c: Ditto.
5411
5412 2004-06-10 Mark Mitchell <mark@codesourcery.com>
5413
5414 PR c++/14211
5415 * g++.dg/conversion/const1.C: New test.
5416
5417 PR c++/15076
5418 * g++.dg/conversion/reinterpret1.C: New test.
5419
5420 PR c++/15877
5421 * g++.dg/template/enum2.C: New test.
5422
5423 PR c++/15227
5424 * g++.dg/template/error13.C: New test.
5425
5426 2004-06-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5427
5428 PR fortran/14957
5429 * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
5430 arguments to test_* REAL and of the right size.
5431
5432 2004-06-10 Jakub Jelinek <jakub@redhat.com>
5433
5434 PR target/15569
5435 PR rtl-optimization/15681
5436 * gcc.dg/20040609-1.c: New test.
5437
5438 2004-06-10 Jakub Jelinek <jakub@redhat.com>
5439
5440 PR c++/14791
5441 * g++.dg/opt/builtins1.C: New test.
5442
5443 2004-06-10 Danny Smith <dannysmith@users.sourceforge.net>
5444
5445 * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
5446 that use default windows32 struct layout.
5447 * gcc.dg/i386-bitfield2.c: Likewise.
5448
5449 2004-06-09 Danny Smith <dannysmith@users.sourceforge.net>
5450
5451 * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
5452 for mingw32 and cygwin targets.
5453
5454 2004-06-09 Geoffrey Keating <geoffk@apple.com>
5455
5456 * gcc.dg/pch/macro-4.c: New.
5457 * gcc.dg/pch/macro-4.hs: New.
5458
5459 2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5460
5461 PR fortran/13249
5462 * gfortran.fortran-torture/compile/name_clash.f90: New test.
5463
5464 2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5465
5466 PR fortran/13372
5467 * gfortran.fortran-torture/compile/named_args_2.f90: New test.
5468
5469 2004-06-09 Bud Davis <bdavis9659@comcast.net>
5470
5471 PR gfortran/14897
5472 * gfortran.fortran-torture/execute/t_edit.f90: New test.
5473
5474 2004-06-09 Bud Davis <bdavis9659@comcast.net>
5475
5476 PR gfortran/15755
5477 * gfortran.fortran-torture/execute/backspace.c : New test.
5478
5479 2004-06-09 Paul Brook <paul@codesourcery.com>
5480
5481 * gfortran.fortran-torture/execure/intrinsic_associated.f90
5482 (pointer_to_section): Rewrite to use smaller array.
5483
5484 2004-06-08 David Edelsohn <edelsohn@gnu.org>
5485
5486 * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
5487 * gcc.dg/ext/altivec-10.c: Same.
5488 * gcc.dg/ext/altivec-11.c: Same.
5489 * gcc.dg/ext/altivec-12.c: Same.
5490 * gcc.dg/ext/altivec-13.c: Same.
5491 * gcc.dg/ext/altivec-14.c: Same.
5492 * gcc.dg/ext/altivec-15.c: Same.
5493 * gcc.dg/ext/altivec-16.c: Same.
5494 * gcc.dg/ext/altivec-3.c: Same.
5495 * gcc.dg/ext/altivec-4.c: Same.
5496 * gcc.dg/ext/altivec-6.c: Same.
5497 * gcc.dg/ext/altivec-7.c: Same.
5498 * gcc.dg/ext/altivec-8.c: Same.
5499 * gcc.dg/ext/altivec-varargs-1.c: Same.
5500
5501 * g++.dg/ext/altivec-1.C: Correct dg syntax.
5502 * g++.dg/ext/altivec-10.C: Same.
5503 * g++.dg/ext/altivec-2.C: Same.
5504 * g++.dg/ext/altivec-3.C: Same.
5505 * g++.dg/ext/altivec-4.C: Same.
5506 * g++.dg/ext/altivec-5.C: Same.
5507 * g++.dg/ext/altivec-6.C: Same.
5508 * g++.dg/ext/altivec-7.C: Same.
5509 * g++.dg/ext/altivec-8.C: Same.
5510 * g++.dg/ext/altivec-9.C: Same.
5511
5512 2004-06-08 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5513
5514 PR c++/7841
5515 * g++.old-deja/g++.pt/ctor2.C: Add error mark.
5516
5517 2004-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
5518
5519 * gcc.dg/union-1.c: New test.
5520
5521 2004-06-07 Roger Sayle <roger@eyesopen.com>
5522
5523 * gcc.dg/builtins-41.c: New test case.
5524 * gcc.dg/builtins-42.c: New test case.
5525
5526 2004-06-07 David Edelsohn <edelsohn@gnu.org>
5527
5528 * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
5529 * g++.dg/ext/altivec-10.C: Same.
5530 * g++.dg/ext/altivec-2.C: Same.
5531 * g++.dg/ext/altivec-3.C: Same.
5532 * g++.dg/ext/altivec-4.C: Same.
5533 * g++.dg/ext/altivec-5.C: Same.
5534 * g++.dg/ext/altivec-6.C: Same.
5535 * g++.dg/ext/altivec-7.C: Same.
5536 * g++.dg/ext/altivec-8.C: Same.
5537 * g++.dg/ext/altivec-9.C: Same.
5538 * g++.old-deja/g++.abi/cxa_vec.C: Same.
5539 * g++.old-deja/g++.brendan/new3.C: Same.
5540 * gcc.c-torture/execute/eeprof-1.x: Same.
5541
5542 2004-06-07 Joseph S. Myers <jsm@polyomino.org.uk>
5543
5544 PR c/14765
5545 * gcc.dg/pr14765-1.c: New test.
5546
5547 2004-06-07 Roger Sayle <roger@eyesopen.com>
5548
5549 PR c/14649
5550 * gcc.dg/pr14649-1.c: New test case.
5551
5552 2004-06-07 Richard Henderson <rth@redhat.com>
5553
5554 * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
5555 if temporaries.
5556
5557 2004-06-07 David Edelsohn <edelsohn@gnu.org>
5558
5559 * g++.dg/eh/elide1.C: Remove XFAIL.
5560
5561 2004-06-07 Mark Mitchell <mark@codesourcery.com>
5562
5563 PR c++/15337
5564 * g++.dg/expr/sizeof3.C: New test.
5565
5566 PR c++/14777
5567 * g++.dg/template/access14.C: New test.
5568
5569 PR c++/15554
5570 * g++.dg/template/enum1.C: New test.
5571
5572 PR c++/15057
5573 * g++.dg/eh/throw1.C: New test.
5574
5575 2004-06-07 David Ayers <d.ayers@inode.at>
5576 Ziemowit Laski <zlaski@apple.com>
5577
5578 * lib/objc.exp (objc_target_compile): Revert the '-framework
5579 Foundation' flag fix, since bare Darwin does not ship
5580 with the Foundation framework.
5581 * objc/execute/next_mapping.h: Provide a local NSConstantString
5582 @interface and @implementation.
5583 (objc_constant_string_init): A constructor function, used to
5584 initialize the NSConstantString meta-class object.
5585 * objc/execute/string1.m: Include "next_mapping.h" instead of
5586 <Foundation/NSString.h>.
5587 * objc/execute/string2.m: Likewise.
5588 * objc/execute/string3.m: Likewise.
5589 * objc/execute/string4.m: Likewise.
5590
5591 2004-06-06 H.J. Lu <hongjiu.lu@intel.com>
5592
5593 * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
5594 to double. Replace double with FLOAT.
5595 * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
5596
5597 * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
5598 * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
5599 * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
5600 * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
5601 * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
5602 * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
5603 * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
5604 * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
5605
5606 2004-06-06 Joseph S. Myers <jsm@polyomino.org.uk>
5607
5608 PR c/13519
5609 * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
5610
5611 2004-06-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5612
5613 PR c++/15503
5614 * g++.dg/template/meminit2.C: New test.
5615
5616 2004-06-04 Paolo Bonzini <bonzini@gnu.org>
5617
5618 PR target/15822
5619 * gcc.c-torture/execute/compare-fp-1.c,
5620 gcc.c-torture/execute/compare-fp-2.c,
5621 gcc.c-torture/execute/compare-fp-3.c,
5622 gcc.c-torture/execute/compare-fp-4.c,
5623 gcc.c-torture/execute/compare-fp-3.x,
5624 gcc.c-torture/execute/compare-fp-4.x: Moved...
5625 * gcc.c-torture/execute/ieee/compare-fp-1.c,
5626 gcc.c-torture/execute/ieee/compare-fp-2.c,
5627 gcc.c-torture/execute/ieee/compare-fp-3.c,
5628 gcc.c-torture/execute/ieee/compare-fp-4.c,
5629 gcc.c-torture/execute/ieee/compare-fp-3.x,
5630 gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
5631
5632 2004-06-04 David Ayers <d.ayers@inode.at>
5633
5634 * objc/execute/protocol-isEqual-4.m: New testcase.
5635
5636 2004-06-04 Nicola Pero <n.pero@mi.flashnet.it>
5637
5638 * objc/execute/protocol-isEqual-1.m: New testcase.
5639 * objc/execute/protocol-isEqual-2.m: New testcase.
5640 * objc/execute/protocol-isEqual-3.m: New testcase.
5641
5642 2004-06-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5643
5644 * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
5645
5646 2004-06-02 Ziemowit Laski <zlaski@apple.com>
5647
5648 * lib/objc.exp (objc_target_compile): When running tests on
5649 Darwin (Mac OS X), inform the linker about '-framework
5650 'Foundation'.
5651
5652 2004-06-02 Eric Christopher <echristo@redhat.com>
5653
5654 * gcc.c-torture/compile/20040602-1.c: New.
5655
5656 2004-06-02 Andrew Pinski <pinskia@physics.uc.edu>
5657
5658 * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
5659 * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
5660
5661 PR tree-optimization/14736
5662 * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
5663
5664 PR tree-optimization/14042
5665 * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
5666
5667 PR tree-optimization/14729
5668 * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
5669
5670 2004-06-02 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5671
5672 PR fortran/15557
5673 * gfortran.fortran-torture/execute/data_3.f90: New testcase.
5674
5675 2004-06-01 Richard Hederson <rth@redhat.com>
5676
5677 * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
5678
5679 2004-06-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5680
5681 PR c++/14932
5682 * g++.dg/parse/offsetof4.C: New test.
5683
5684 2004-06-01 Nicola Pero <nicola@brainstorm.co.uk>
5685
5686 PR objc/7993
5687 * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
5688
5689 2004-05-31 Mark Mitchell <mark@codesourcery.com>
5690
5691 PR c++/15701
5692 * g++.dg/template/friend29.C: New test.
5693
5694 2004-05-31 Joseph S. Myers <jsm@polyomino.org.uk>
5695
5696 PR c/15749
5697 * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
5698
5699 2004-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
5700
5701 * gcc.dg/sparc-trap-1.c: New test.
5702
5703 2004-05-31 Roger Sayle <roger@eyesopen.com>
5704
5705 PR middle-end/15069
5706 * g++.dg/opt/fold3.C: New test case.
5707
5708 2004-05-30 Graham Stott <graham.stott@btinternet.com>
5709
5710 * lib/target-supports.exp (check_iconv_available): Fix fallout
5711 from 2004-05-28 patch.
5712
5713 2004-05-30 Paul Brook <paul@codesourcery.com>
5714
5715 PR fortran/15620
5716 * gfortran.fortran-torture/execute/st_function_1.f90: New test.
5717 * gfortran.fortran-torture/execute/st_function_2.f90: New test.
5718
5719 2004-05-30 Steven G. Kargl <kargls@comcast.net>
5720
5721 * gfortran.fortran-torture/execute/random_1.f90: New test.
5722
5723 2004-05-28 Ziemowit Laski <zlaski@apple.com>
5724
5725 * g++.dg/ext/altivec-10.C: New test.
5726
5727 2004-05-29 Paul Brook <paul@codesourcery.com>
5728
5729 * gfortran.fortran-torture/execute/equiv_1.f90: New test.
5730
5731 2004-05-28 Ziemowit Laski <zlaski@apple.com>
5732
5733 * gcc.dg/altivec-16.c: New test.
5734
5735 2004-05-28 Janis Johnson <janis187@us.ibm.com>
5736
5737 * lib/target-supports.exp (check_vmx_hw_available): New.
5738 * gcc.dg/vmx/vmx.exp: Use it to determine default action.
5739
5740 * lib/target-supports.exp (check_alias_available,
5741 check_iconv_available, check_named_sections_available): Use
5742 unique names for temporary files.
5743
5744 2004-05-28 Ziemowit Laski <zlaski@apple.com>
5745
5746 * gcc.dg/altivec-15.c: New test.
5747
5748 2004-05-28 Mark Mitchell <mark@codesourcery.com>
5749
5750 PR c++/15083
5751 * g++.dg/warn/noeffect6.C: New test.
5752
5753 PR c++/15471
5754 * g++.dg/expr/ptrmem4.C: New test.
5755
5756 PR c++/15640
5757 * g++.dg/template/operator3.C: New test.
5758
5759 2004-05-28 Mark Mitchell <mark@codesourcery.com>
5760
5761 PR c++/14668
5762 * g++.dg/lookup/redecl1.C: New test.
5763 * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
5764
5765 2004-05-28 Paolo Bonzini <bonzini@gnu.org>
5766
5767 * gcc.c-torture/execute/compare-fp-1.c,
5768 gcc.c-torture/execute/compare-fp-2.c,
5769 gcc.c-torture/execute/compare-fp-3.c,
5770 gcc.c-torture/execute/compare-fp-4.c,
5771 gcc.c-torture/execute/compare-fp-3.x,
5772 gcc.c-torture/execute/compare-fp-4.x,
5773 gcc.dg/pr15649-1.c: New.
5774
5775 2004-05-27 Adam Nemet <anemet@lnxw.com>
5776
5777 PR c++/12883
5778 * g++.dg/init/array14.C: New test.
5779
5780 2004-05-25 Janis Johnson <janis187@us.ibm.com>
5781
5782 * lib/compat.exp (compat-get-options-main): New.
5783 (compat-get-options): Remove unneeded code, warn for ignored
5784 command.
5785 (compat-execute): Check flag set by dg-require-* commands.
5786
5787 * lib/compat.exp (compat-execute): Break up long lines.
5788
5789 2004-05-24 Janis Johnson <janis187@us.ibm.com>
5790
5791 * gcc.dg/altivec-7.c: Don't use 'vector long'.
5792 * gcc.dg/altivec-14.c: New test.
5793 * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
5794
5795 * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
5796 * gcc.dg/altivec-12.c: Ditto.
5797
5798 * gcc.dg/altivec-3.c: Move call to altivec_check.
5799
5800 2004-05-23 Mark Mitchell <mark@codesourcery.com>
5801
5802 PR c++/15044
5803 * g++.dg/template/error12.C: New test.
5804
5805 PR c++/15317
5806 * g++.dg/ext/attrib15.C: New test.
5807
5808 PR c++/15329
5809 * g++.dg/template/ptrmem9.C: New test.
5810
5811 2004-05-25 Paul Brook <paul@codesourcery.com>
5812
5813 * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
5814
5815 2004-05-23 Mark Mitchell <mark@codesourcery.com>
5816
5817 PR c++/15165
5818 * g++.dg/template/crash19.C: New test.
5819
5820 2004-05-23 Mark Mitchell <mark@codesourcery.com>
5821
5822 PR c++/15025
5823 * g++.dg/template/redecl1.C: New test.
5824
5825 2004-05-23 Mark Mitchell <mark@codesourcery.com>
5826
5827 PR c++/14821
5828 * g++.dg/other/ns1.C: New test.
5829
5830 PR c++/14883
5831 * g++.dg/template/invalid1.C: New test.
5832
5833 2004-05-23 Paul Brook <paul@codesourcery.com>
5834 Victor Leikehman <lei@haifasphere.co.il>
5835
5836 * gfortran.fortran-torture/execute/common_init_1.f90: New test.
5837 * gfortran.fortran-torture/execute/equiv_init.f90: New test.
5838
5839 2004-05-22 Mark Mitchell <mark@codesourcery.com>
5840
5841 PR c++/15285
5842 PR c++/15299
5843 * g++.dg/template/non-dependent5.C: New test.
5844 * g++.dg/template/non-dependent6.C: New test.
5845
5846 2004-05-22 Mark Mitchell <mark@codesourcery.com>
5847
5848 PR c++/15507
5849 * g++.dg/inherit/union1.C: New test.
5850
5851 PR c++/15542
5852 * g++.dg/template/addr1.C: New test.
5853
5854 PR c++/15427
5855 * g++.dg/template/array5.C: New test.
5856
5857 PR c++/15287
5858 * g++.dg/template/array6.C: New test.
5859
5860 2004-05-22 Wolfgang Bangerth <bangerth@dealii.org>
5861 Roger Sayle <roger@eyesopen.com>
5862
5863 * g++.dg/lookup/forscope2.C: New test case.
5864
5865 2004-05-22 Ben Elliston <bje@au.ibm.com>
5866
5867 * gcc.dg/cpp/Wmissingdirs.c: New.
5868
5869 2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
5870
5871 PR target/15301
5872 * gcc.dg/compat/union-m128-1.h: New file.
5873 * gcc.dg/compat/union-m128-1_main.c: Likewise.
5874 * gcc.dg/compat/union-m128-1_x.c: Likewise.
5875 * gcc.dg/compat/union-m128-1_y.c: Likewise.
5876
5877 2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
5878
5879 PR target/15302
5880 * gcc.dg/compat/struct-complex-1.h: New file.
5881 * gcc.dg/compat/struct-complex-1_main.c: Likewise.
5882 * gcc.dg/compat/struct-complex-1_x.c: Likewise.
5883 * gcc.dg/compat/struct-complex-1_y.c: Likewise.
5884
5885 2004-05-20 Roger Sayle <roger@eyesopen.com>
5886
5887 PR middle-end/3074
5888 * gcc.dg/pr3074-1.c: New test case.
5889 * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
5890
5891 2004-05-20 Falk Hueffner <falk@debian.org>
5892
5893 PR other/15526
5894 * gcc.dg/ftrapv-1.c: New test case.
5895
5896 2004-05-18 Feng Wang <fengwang@nudt.edu.cn>
5897
5898 * gfortran.fortran-torture/execute/power.f90: Test constant integers.
5899
5900 2004-05-18 Andrew Pinski <pinskia@physics.uc.edu>
5901 Jeff Law <law@redhat.com>
5902
5903 * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
5904 * gcc.dg/tree-ssa/20040518-2.c: New test.
5905
5906 * gcc.dg/tree-ssa/20040518-1.c: New test.
5907
5908 2004-05-18 Zack Weinberg <zack@codesourcery.com>
5909
5910 * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
5911
5912 2004-05-18 Paul Brook <paul@codesourcery.com>
5913
5914 PR fortran/13930
5915 * gfortran.fortran-torture/execute/der_init_4.f90: New test.
5916
5917 2004-05-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5918
5919 * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
5920 constant folding.
5921
5922 2004-05-17 Steven Bosscher <stevenb@suse.de>
5923
5924 * gcc.dg/tree-ssa/20040517-1.c: New test.
5925
5926 2004-05-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5927
5928 * gcc.dg/loop-4.c: New test.
5929
5930 2004-05-15 Andrew Pinski <pinskia@physics.uc.edu>
5931
5932 * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
5933
5934 2004-05-15 Bud Davis <bdavis9659@comcast.net>
5935
5936 PR fortran/15311
5937 * gfortran.fortran-torture/execute/write_a_1.f90: New test.
5938
5939 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5940
5941 PR fortran/13826
5942 PR fortran/13940
5943 * gfortran.fortran-torture/compile/data_1.f90: New test.
5944
5945 2004-05-15 Ulrich Weigand <uweigand@de.ibm.com>
5946
5947 * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
5948 * gcc.dg/uninit-H.c: Define ASM for __s390__.
5949
5950 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
5951
5952 * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
5953
5954 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
5955
5956 PR c/15444
5957 * gcc.dg/format/xopen-1.c: Adjust expected message.
5958 * gcc.dg/format/xopen-3.c: New test.
5959
5960 2004-05-14 Victor Leikehman <lei@haifasphere.co.il>
5961
5962 * gfortran.fortran-torture/execute/def_init_3.f90: New test.
5963
5964 2004-05-14 Jeff Law <law@redhat.com>
5965
5966 * gcc.dg/tree-ssa/20040514-2.c: New test.
5967
5968 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5969
5970 * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
5971 this ...
5972 * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
5973 this.
5974
5975 2004-05-14 Andrew Pinski <pinskia@physics.uc.edu>
5976
5977 * gcc.dg/tree-ssa/20040514-1.c: New test.
5978
5979 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5980
5981 * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
5982 test.
5983
5984 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5985
5986 PR fortran/14066
5987 * gfortran.fortran-torture/compile/do_1.f90: New test.
5988
5989 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
5990
5991 PR fortran/15051
5992 * gfortran.fortran-torture/compile/empty_interface_1.f90: New
5993 test.
5994
5995 2004-05-14 Bud Davis <bdavis9659@comcast.net>
5996
5997 PR fortran/15149
5998 * gfortran.fortran-torture/execute/random_init.f90: New test.
5999
6000 2004-05-13 Paul Brook <paul@codesourcery.com>
6001
6002 PR fortran/15314
6003 * gfortran.fortran-torture/execute/der_init_s.f90: New test.
6004
6005 2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
6006
6007 * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
6008 for the powerpc case.
6009
6010 2004-05-13 Jeff Law <law@redhat.com>
6011
6012 * gcc.dg/tree-ssa/20040513-1.c: New test.
6013 * gcc.dg/tree-ssa/20040513-2.c: New test.
6014
6015 2004-05-13 Paul Brook <paul@codesourcery.com>
6016
6017 * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
6018 * gcc.dg/tree-ssa/20030714-1.c: Ditto.
6019 * gcc.dg/tree-ssa/20030708-1.c: Ditto.
6020
6021 2004-05-13 Andreas Schwab <schwab@suse.de>
6022
6023 PR other/10819
6024 * lib/gfortran.exp (gfortran_version): Do not match NL/CR
6025 characters.
6026
6027 2004-05-13 Bud Davis <bdavis9659@comcast.net>
6028
6029 PR fortran/15294
6030 * gfortran.fortran-torture/execute/adjustr.f90: New file.
6031
6032 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6033
6034 Merge from tree-ssa-20020619-branch. See
6035 ChangeLog.tree-ssa for details.
6036
6037 2004-05-11 Ziemowit Laski <zlaski@apple.com>
6038
6039 * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
6040 include <altivec.h> explicitly.
6041 * gcc.dg/altivec-13.c: Likewise.
6042
6043 2004-05-11 Paul Brook <paul@codesourcery.com>
6044
6045 * gcc.c-torture/compile/20010518-1.c: Force enum size.
6046
6047 2004-05-10 Eric Christopher <echristo@redhat.com>
6048
6049 * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
6050 * gcc.dg/sibcall-4.c: Ditto.
6051
6052 2004-05-10 Ziemowit Laski <zlaski@apple.com>
6053
6054 * g++.dg/ext/altivec-8.C: New test case.
6055 * gcc.dg/altivec-13.c: New test case.
6056
6057 2004-05-08 Roger Sayle <roger@eyesopen.com>
6058
6059 * gcc.c-torture/execute/divcmp-1.c: New test case.
6060 * gcc.c-torture/execute/divcmp-2.c: New test case.
6061 * gcc.c-torture/execute/divcmp-3.c: New test case.
6062
6063 2004-05-07 Eric Botcazou <ebotcazou@libertysurf.fr>
6064
6065 * g++.dg/other/pragma-re-2.C: New test.
6066
6067 2004-05-07 Uros Bizjak <uros@kss-loka.si>
6068
6069 * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
6070 * gcc.dg/i386-387-2.c: Likewise.
6071
6072 * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
6073 __builtin_drem.
6074 * gcc.dg/i386-387-6.c: Likewise.
6075
6076 2004-05-07 Uros Bizjak <uros@kss-loka.si>
6077
6078 * gcc.dg/builtins-33.c: Also check log1p*.
6079
6080 2004-05-07 Hans-Peter Nilsson <hp@axis.com>
6081
6082 PR optimization/15296
6083 * gcc.c-torture/execute/pr15296.c: New test.
6084
6085 2004-05-05 Uros Bizjak <uros@kss-loka.si>
6086
6087 * gcc.dg/builtins-40.c: New test.
6088
6089 2004-05-05 Richard Sandiford <rsandifo@redhat.com>
6090
6091 * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
6092
6093 2004-05-04 Paolo Bonzini <bonzini@gnu.org>
6094
6095 * g++.dg/ext/spe1.C: New testcase.
6096
6097 2004-05-04 Ziemowit Laski <zlaski@apple.com>
6098
6099 * objc.dg/image-info.m: Allow additional attributes
6100 for __image_info section.
6101
6102 2004-05-04 Richard Sandiford <rsandifo@redhat.com>
6103
6104 * gcc.dg/torture/mips-hilo-2.c: New test.
6105
6106 2004-05-03 Giovanni Bajo <giovannibajo@gcc.gnu.org>
6107
6108 PR c++/14389
6109 * g++.dg/template/member5.C: New test.
6110
6111 2004-05-03 Uros Bizjak <uros@kss-loka.si>
6112
6113 * gcc.dg/builtins-34.c: Also check expm1*.
6114
6115 2004-05-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6116
6117 * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
6118 * gcc.dg/torture/builtin-convert-3.c: New test.
6119
6120 2004-05-01 Ulrich Weigand <uweigand@de.ibm.com>
6121
6122 PR middle-end/15054
6123 * g++.dg/opt/pr15054.C: New test.
6124
6125 2004-04-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6126
6127 * gcc.dg/torture/builtin-rounding-1.c: New test.
6128 * gcc.dg/builtins-25.c: Delete.
6129 * gcc.dg/builtins-29.c: Delete.
6130
6131 2004-04-29 Andreas Krebbel <krebbel1@de.ibm.com>
6132
6133 * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
6134 * gcc.dg/sibcall-4.c: Likewise.
6135 * gcc.dg/sibcall-6.c: Enable s390 as test platform.
6136
6137 2004-04-30 Kazu Hirata <kazu@cs.umass.edu>
6138
6139 * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
6140 bit-field on 16-bit targets.
6141
6142 2004-04-30 Kazu Hirata <kazu@cs.umass.edu>
6143
6144 * gcc.c-torture/execute/20040409-2.c: Fix constants used on
6145 16-bit targets.
6146
6147 2004-04-30 Andrew Pinski <pinskia@physics.uc.edu>
6148
6149 * gcc.dg/rs6000-power2-1.c: Change to compile only.
6150 * gcc.dg/rs6000-power2-2.c: Likewise.
6151
6152 2004-04-29 Andrew Pinski <pinskia@physics.uc.edu>
6153
6154 * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
6155 * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
6156 Change the asm registers to be in form of frN instead of fN.
6157
6158 2004-04-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6159
6160 * gcc.dg/torture/builtin-convert-2.c: New test.
6161
6162 2004-04-28 Andrew Pinski <pinskia@physics.uc.edu>
6163
6164 * gcc.dg/rs6000-power2-1.c: New test.
6165 * gcc.dg/rs6000-power2-2.c: New test.
6166
6167 2004-04-28 Jan Hubicka <jh@suse.cz>
6168
6169 * gcc.dg/unused-6.c: New test.
6170
6171 2004-04-24 Laurent GUERBY <laurent@guerby.net>
6172 Ulrich Weigand <uweigand@de.ibm.com>
6173
6174 * ada/acats/run_all.sh: Define $target variable.
6175
6176 2004-04-26 Andrew Pinski <pinskia@physics.uc.edu>
6177
6178 PR c++/15119
6179 * g++.dg/other/vararg-1.C: New test.
6180
6181 PR c++/4794
6182 * g++.dg/eh/cleanup3.C: New test.
6183
6184 2004-04-24 Laurent GUERBY <laurent@guerby.net>
6185
6186 * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
6187 and ad8011a (target_insn).
6188 * ada/acats/support/macro.dfs: Likewise.
6189 * ada/acats/support/impbit.adb: New file.
6190
6191 2004-04-23 Ulrich Weigand <uweigand@de.ibm.com>
6192
6193 * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
6194
6195 2004-04-23 Eric Botcazou <ebotcazou@libertysurf.fr>
6196
6197 * gcc.dg/loop-3.c: New test.
6198
6199 2004-04-23 Daniel Jacobowitz <drow@mvista.com>
6200
6201 * gcc.c-torture/execute/simd-5.c: New test.
6202
6203 2004-04-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
6204
6205 PR c++/15064
6206 * g++.dg/template/crash18.C: New test.
6207
6208 2004-04-22 Mark Mitchell <mark@codesourcery.com>
6209
6210 * g++.dg/ext/complit3.C: New test.
6211
6212 2004-04-21 Aldy Hernandez <aldyh@redhat.com>
6213
6214 * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
6215 * gcc.dg/altivec-3.c: Same.
6216 * gcc.dg/altivec-varargs-1.c: Same.
6217
6218 2004-04-21 Aldy Hernandez <aldyh@redhat.com>
6219
6220 * lib/target-supports.exp (check_profiling_available): Assume
6221 profiling is not available on powerpc-eabi targets.
6222
6223 2004-04-21 Janis Johnson <janis187@us.ibm.com>
6224
6225 * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
6226 * gcc.dg/vmx/bug-1.c: Ditto.
6227
6228 2004-04-20 Eric Christopher <echristo@redhat.com>
6229
6230 * gcc.dg/charset/extern.c: New test.
6231 * g++.dg/charset/extern3.cc: Ditto.
6232
6233 2004-04-20 Uros Bizjak <uros@kss-loka.si>
6234
6235 * gcc.dg/builtins-39.c: New test.
6236
6237 2004-04-20 Aldy Hernandez <aldyh@redhat.com>
6238
6239 * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
6240
6241 2004-04-20 Richard Sandiford <rsandifo@redhat.com>
6242
6243 * gcc.dg/torture/mips-hilo-1.c: New test.
6244
6245 2004-04-19 Andrew Pinski <pinskia@physics.uc.edu>
6246
6247 * gcc.c-torture/compile/20040419-1.c: New test.
6248
6249 2004-04-18 Aldy Hernandez <aldyh@redhat.com>
6250
6251 * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
6252
6253 2004-04-18 Zack Weinberg <zack@codesourcery.com>
6254 Aldy Hernandez <aldyh@redhat.com>
6255
6256 * gcc.c-torture/execute/va-arg-24.c: New.
6257
6258 2004-04-17 Zack Weinberg <zack@codesourcery.com>
6259 Aldy Hernandez <aldyh@redhat.com>
6260
6261 * gcc.dg/vmx/1b-01.c: New.
6262 * gcc.dg/vmx/1b-02.c: New.
6263 * gcc.dg/vmx/1b-03.c: New.
6264 * gcc.dg/vmx/1b-04.c: New.
6265 * gcc.dg/vmx/1b-05.c: New.
6266 * gcc.dg/vmx/1b-06.c: New.
6267 * gcc.dg/vmx/1b-07.c: New.
6268 * gcc.dg/vmx/1c-01.c: New.
6269 * gcc.dg/vmx/1c-02.c: New.
6270 * gcc.dg/vmx/3a-01a.c: New.
6271 * gcc.dg/vmx/3a-01.c: New.
6272 * gcc.dg/vmx/3a-01m.c: New.
6273 * gcc.dg/vmx/3a-03.c: New.
6274 * gcc.dg/vmx/3a-03m.c: New.
6275 * gcc.dg/vmx/3a-04.c: New.
6276 * gcc.dg/vmx/3a-04m.c: New.
6277 * gcc.dg/vmx/3a-05.c: New.
6278 * gcc.dg/vmx/3a-06.c: New.
6279 * gcc.dg/vmx/3a-06m.c: New.
6280 * gcc.dg/vmx/3a-07.c: New.
6281 * gcc.dg/vmx/3b-01.c: New.
6282 * gcc.dg/vmx/3b-02.c: New.
6283 * gcc.dg/vmx/3b-10.c: New.
6284 * gcc.dg/vmx/3b-13.c: New.
6285 * gcc.dg/vmx/3b-14.c: New.
6286 * gcc.dg/vmx/3b-15.c: New.
6287 * gcc.dg/vmx/3c-01a.c: New.
6288 * gcc.dg/vmx/3c-01.c: New.
6289 * gcc.dg/vmx/3c-02.c: New.
6290 * gcc.dg/vmx/3c-03.c: New.
6291 * gcc.dg/vmx/3d-01.c: New.
6292 * gcc.dg/vmx/4-01.c: New.
6293 * gcc.dg/vmx/4-03.c: New.
6294 * gcc.dg/vmx/5-01.c: New.
6295 * gcc.dg/vmx/5-02.c: New.
6296 * gcc.dg/vmx/5-03.c: New.
6297 * gcc.dg/vmx/5-04.c: New.
6298 * gcc.dg/vmx/5-05.c: New.
6299 * gcc.dg/vmx/5-06.c: New.
6300 * gcc.dg/vmx/5-07.c: New.
6301 * gcc.dg/vmx/5-07t.c: New.
6302 * gcc.dg/vmx/5-08.c: New.
6303 * gcc.dg/vmx/5-10.c: New.
6304 * gcc.dg/vmx/5-11.c: New.
6305 * gcc.dg/vmx/7-01a.c: New.
6306 * gcc.dg/vmx/7-01.c: New.
6307 * gcc.dg/vmx/7c-01.c: New.
6308 * gcc.dg/vmx/7d-01.c: New.
6309 * gcc.dg/vmx/7d-02.c: New.
6310 * gcc.dg/vmx/8-01.c: New.
6311 * gcc.dg/vmx/8-02a.c: New.
6312 * gcc.dg/vmx/8-02.c: New.
6313 * gcc.dg/vmx/brode-1.c: New.
6314 * gcc.dg/vmx/bug-1.c: New.
6315 * gcc.dg/vmx/bug-2.c: New.
6316 * gcc.dg/vmx/bug-3.c: New.
6317 * gcc.dg/vmx/cw-bug-1.c: New.
6318 * gcc.dg/vmx/cw-bug-2.c: New.
6319 * gcc.dg/vmx/cw-bug-3.c: New.
6320 * gcc.dg/vmx/dct.c: New.
6321 * gcc.dg/vmx/debug-1.c: New.
6322 * gcc.dg/vmx/debug-2.c: New.
6323 * gcc.dg/vmx/debug-3.c: New.
6324 * gcc.dg/vmx/debug-4.c: New.
6325 * gcc.dg/vmx/dos-bug-1-gdb.c: New.
6326 * gcc.dg/vmx/dos-bug-2-gdb.c: New.
6327 * gcc.dg/vmx/eg-5.c: New.
6328 * gcc.dg/vmx/fft.c: New.
6329 * gcc.dg/vmx/gcc-bug-1.c: New.
6330 * gcc.dg/vmx/gcc-bug-2.c: New.
6331 * gcc.dg/vmx/gcc-bug-3.c: New.
6332 * gcc.dg/vmx/gcc-bug-4.c: New.
6333 * gcc.dg/vmx/gcc-bug-5.c: New.
6334 * gcc.dg/vmx/gcc-bug-6.c: New.
6335 * gcc.dg/vmx/gcc-bug-7.c: New.
6336 * gcc.dg/vmx/gcc-bug-8.c: New.
6337 * gcc.dg/vmx/gcc-bug-9.c: New.
6338 * gcc.dg/vmx/gcc-bug-b.c: New.
6339 * gcc.dg/vmx/gcc-bug-c.c: New.
6340 * gcc.dg/vmx/gcc-bug-d.c: New.
6341 * gcc.dg/vmx/gcc-bug-e.c: New.
6342 * gcc.dg/vmx/gcc-bug-f.c: New.
6343 * gcc.dg/vmx/gcc-bug-g.c: New.
6344 * gcc.dg/vmx/gcc-bug-i.c: New.
6345 * gcc.dg/vmx/harness.h: New.
6346 * gcc.dg/vmx/ira1.c: New.
6347 * gcc.dg/vmx/ira2a.c: New.
6348 * gcc.dg/vmx/ira2b.c: New.
6349 * gcc.dg/vmx/ira2.c: New.
6350 * gcc.dg/vmx/ira2c.c: New.
6351 * gcc.dg/vmx/mem.c: New.
6352 * gcc.dg/vmx/newton-1.c: New.
6353 * gcc.dg/vmx/ops.c: New.
6354 * gcc.dg/vmx/sn7153.c: New.
6355 * gcc.dg/vmx/spill2.c: New.
6356 * gcc.dg/vmx/spill3.c: New.
6357 * gcc.dg/vmx/spill.c: New.
6358 * gcc.dg/vmx/t.c: New.
6359 * gcc.dg/vmx/varargs-1.c: New.
6360 * gcc.dg/vmx/varargs-2.c: New.
6361 * gcc.dg/vmx/varargs-3.c: New.
6362 * gcc.dg/vmx/varargs-4.c: New.
6363 * gcc.dg/vmx/varargs-5.c: New.
6364 * gcc.dg/vmx/varargs-6.c: New.
6365 * gcc.dg/vmx/varargs-7.c: New.
6366 * gcc.dg/vmx/vmx.exp: New.
6367 * gcc.dg/vmx/vprint-1.c: New.
6368 * gcc.dg/vmx/vscan-1.c: New.
6369 * gcc.dg/vmx/x-01.c: New.
6370 * gcc.dg/vmx/x-02.c: New.
6371 * gcc.dg/vmx/x-03.c: New.
6372 * gcc.dg/vmx/x-04.c: New.
6373 * gcc.dg/vmx/x-05.c: New.
6374 * gcc.dg/vmx/yousufi-1.c: New.
6375 * gcc.dg/vmx/zero-1.c: New.
6376 * gcc.dg/vmx/zero.c: New.
6377
6378 2004-04-17 Andrew Pinski <pinskia@physics.uc.edu>
6379
6380 * g++.dg/lookup/java1.C: Update for chage of
6381 _Jv_AllocObject.
6382 * g++.dg/lookup/java2.C: Likewise.
6383
6384 2004-04-17 Laurent GUERBY <laurent@guerby.net>
6385
6386 * ada/acats/run_all.sh: use -O2 by default.
6387
6388 2004-04-17 Richard Sandiford <rsandifo@redhat.com>
6389
6390 * gcc.dg/vr-mult-[12].c: New tests.
6391
6392 2004-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6393
6394 * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
6395
6396 * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
6397
6398 2004-04-15 Richard Sandiford <rsandifo@redhat.com>
6399
6400 * lib/target-supports.exp (check_profiling_available): Assume profiling
6401 isn't available for mips*-*-elf targets.
6402
6403 2004-04-14 Uros Bizjak <uros@kss-loka.si>
6404
6405 * gcc.dg/builtins-38.c: New test.
6406
6407 2004-04-14 Eric Christopher <echristo@redhat.com>
6408
6409 * g++.dg/charset/charset.exp: Run .cc extension tests.
6410
6411 2004-04-14 Zack Weinberg <zack@codesourcery.com>
6412
6413 * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32). Update commentary.
6414
6415 2004-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6416
6417 * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
6418
6419 2004-04-13 Uros Bizjak <uros@kss-loka.si>:
6420
6421 * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
6422 * gcc.dg/i386-387-2.c: Likewise.
6423
6424 * gcc.dg/i386-387-7.c: New test.
6425 * gcc.dg/i386-387-8.c: New test.
6426
6427 * gcc.dg/builtins-37.c: New test.
6428
6429 2004-04-13 Geoffrey Keating <geoffk@apple.com>
6430
6431 * g++.dg/pch/externc-1.C: Add missing semicolon.
6432
6433 2004-04-13 Aldy Hernandez <aldyh@redhat.com>
6434
6435 * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
6436
6437 2004-04-12 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6438
6439 * gcc.c-torture/execute/20040411-1.c: New test.
6440
6441 2004-04-10 Joseph S. Myers <jsm@polyomino.org.uk>
6442
6443 * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
6444
6445 2004-04-09 Chris Demetriou <cgd@broadcom.com>
6446
6447 * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
6448
6449 2004-04-09 Zack Weinberg <zack@codesourcery.com>
6450
6451 * lib/target-supports.exp (check_named_sections_available): New.
6452 * lib/gcc-dg.exp (dg-require-named-sections): New.
6453 * lib/prune.exp (prune_gcc_output): Incorporate prunes from
6454 old-deja.exp. Also prune error-count message from HP linker.
6455 * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
6456
6457 * g++.dg/init/init-ref4.C: Use dg-require-weak.
6458 * g++.old-deja/g++.pt/static3.C: Likewise.
6459 * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
6460
6461 2004-04-09 Roger Sayle <roger@eyesopen.com>
6462
6463 * gcc.c-torture/execute/20040409-1.c: New test case.
6464 * gcc.c-torture/execute/20040409-2.c: New test case.
6465 * gcc.c-torture/execute/20040409-3.c: New test case.
6466
6467 2004-04-09 Andrew Pinski <pinskia@physics.uc.edu>
6468
6469 * gcc.dg/20040409-1.c: New test.
6470
6471 2004-04-08 Roger Sayle <roger@eyesopen.com>
6472
6473 PR target/14888
6474 * g++.dg/opt/pr14888.C: New test case.
6475
6476 2004-04-08 Geoffrey Keating <geoffk@apple.com>
6477
6478 * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
6479 gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
6480 gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
6481 gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
6482 New tests.
6483
6484 2004-04-08 Paul Brook <paul@codesourcery.com>
6485
6486 * gcc.dg/spill-1.c: New test.
6487
6488 2004-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6489
6490 * gcc.dg/torture/builtin-ctype-2.c: New test.
6491
6492 2004-04-07 Ian Lance Taylor <ian@wasabisystems.com>
6493
6494 * gcc.dg/pch/pch.exp: Add largefile test.
6495
6496 2004-04-06 Geoffrey Keating <geoffk@apple.com>
6497
6498 * g++.dg/pch/externc-1.Hs: New.
6499 * g++.dg/pch/externc-1.C: New.
6500
6501 2004-04-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6502
6503 * gcc.dg/compat/struct-by-value-5a_main.c,
6504 gcc.dg/compat/struct-by-value-5b_main.c: New files.
6505 * gcc.dg/compat/struct-by-value-5_main.c: Delete.
6506 * gcc.dg/compat/struct-by-value-5a_x.c,
6507 gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
6508 gcc.dg/compat/struct-by-value-5_x.c.
6509 * gcc.dg/compat/struct-by-value-5a_y.c,
6510 gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
6511 gcc.dg/compat/struct-by-value-5_y.c.
6512
6513 * gcc.dg/compat/struct-by-value-6a_main.c,
6514 gcc.dg/compat/struct-by-value-6b_main.c: New files.
6515 * gcc.dg/compat/struct-by-value-6_main.c: Delete.
6516 * gcc.dg/compat/struct-by-value-6a_x.c,
6517 gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
6518 gcc.dg/compat/struct-by-value-6_x.c.
6519 * gcc.dg/compat/struct-by-value-6a_y.c,
6520 gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
6521 gcc.dg/compat/struct-by-value-6_y.c.
6522
6523 * gcc.dg/compat/struct-by-value-7a_main.c,
6524 gcc.dg/compat/struct-by-value-7b_main.c: New files.
6525 * gcc.dg/compat/struct-by-value-7_main.c: Delete.
6526 * gcc.dg/compat/struct-by-value-7a_x.c,
6527 gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
6528 gcc.dg/compat/struct-by-value-7_x.c.
6529 * gcc.dg/compat/struct-by-value-7a_y.c,
6530 gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
6531 gcc.dg/compat/struct-by-value-7_y.c.
6532
6533 2004-04-06 Jakub Jelinek <jakub@redhat.com>
6534
6535 * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
6536 * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
6537 * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
6538 options.
6539
6540 2004-04-06 Uros Bizjak <uros@kss-loka.si>
6541
6542 * gcc.dg/builtins-36.c: New test.
6543
6544 2004-04-06 Paul Brook <paul@codesourcery.com>
6545
6546 * README.gcc: Remove obsolete contraint on testcases.
6547
6548 2004-04-05 Paul Brook <paul@codesourcery.com>
6549
6550 PR2123
6551 * g++.dg/expr/anew1.C: XFAIL and make reproducible. Call abort on
6552 failure and exit(0) on success.
6553 * g++.dg/expr/anew2.C: Ditto.
6554 * g++.dg/expr/anew3.C: Ditto.
6555 * g++.dg/expr/anew4.C: Ditto.
6556
6557 2004-04-05 Nathan Sidwell <nathan@codesourcery.com>
6558
6559 PR c++/3518
6560 * g++.dg/template/unify7.C: New.
6561
6562 2004-04-02 Nathanael Nerode <neroden@gcc.gnu.org>
6563
6564 * g++.dg/README: Bring up to date with new subdirectories; remove
6565 duplicate subdirectory lines.
6566
6567 2004-04-02 Nathan Sidwell <nathan@codesourcery.com>
6568
6569 PR c++/14007
6570 * g++.dg/template/unify5.C: New.
6571 * g++.dg/template/unify6.C: New.
6572 * g++.dg/template/qualttp20.C: Adjust.
6573 * g++.old-deja/g++.jason/report.C: Adjust.
6574 * g++.old-deja/g++.other/qual1.C: Adjust.
6575
6576 2004-04-01 Mark Mitchell <mark@codesourcery.com>
6577
6578 PR c++/14803
6579 * g++.dg/inherit/ptrmem1.C: New test.
6580
6581 2004-04-01 Jakub Jelinek <jakub@redhat.com>
6582
6583 PR c++/14755
6584 * gcc.c-torture/execute/20040331-1.c: New test.
6585 * gcc.dg/20040331-1.c: New test.
6586
6587 2004-04-01 Paul Brook <paul@codesourcery.com>
6588
6589 * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
6590
6591 2004-03-30 Mark Mitchell <mark@codesourcery.com>
6592
6593 PR c++/14724
6594 * g++.dg/init/goto1.C: New test.
6595
6596 PR c++/14763
6597 * g++.dg/template/defarg4.C: New test.
6598
6599 2004-03-30 Hartmut Penner <hpenner@de.ibm.com>
6600
6601 * gcc.dg/altivec-11.c: Extend test for more valid cases.
6602
6603 2004-03-28 David Edelsohn <edelsohn@gnu.org>
6604
6605 * gcc.dg/doloop-1.c: Do not check for lack of "blt".
6606
6607 2004-03-28 Zack Weinberg <zack@codesourcery.com>
6608
6609 * gcc.dg/noncompile/undeclared-2.c: New test.
6610
6611 2004-03-28 Joseph S. Myers <jsm@polyomino.org.uk>
6612
6613 * gcc.dg/940409-1.c: Remove XFAIL.
6614 * gcc.dg/reg-vol-struct-1.c: New test.
6615
6616 2004-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6617
6618 * gcc.dg/torture/builtin-wctype-1.c: New test.
6619
6620 2004-03-26 James A. Morrison <ja2morri@uwaterloo.ca>
6621
6622 * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
6623 * gcc.dg/20001101-1.c: Likewise.
6624 * gcc.dg/20001102-1.c: Likewise.
6625
6626 2004-03-25 Roger Sayle <roger@eyesopen.com>
6627
6628 * gcc.dg/compare8.c: Add an additional test for XOR.
6629
6630 2004-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6631
6632 * gcc.dg/torture/builtin-ctype-1.c: New test.
6633
6634 2004-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6635
6636 * gcc.dg/torture/builtin-explog-1.c: Add new cases.
6637 * gcc.dg/torture/builtin-math-1.c: Likewise.
6638 * gcc.dg/torture/builtin-power-1.c: New test.
6639
6640 2004-03-24 Andreas Schwab <schwab@suse.de>
6641
6642 * lib/prune.exp (prune_gcc_output): Ignore errata warning from
6643 IA64 assembler.
6644
6645 2004-03-23 Joseph S. Myers <jsm@polyomino.org.uk>
6646 Roger Sayle <roger@eyesopen.com>
6647
6648 * gcc.dg/compare8.c: New test case.
6649
6650 2004-03-23 Ziemowit Laski <zlaski@apple.com>
6651
6652 * g++.dg/ext/altivec-7.C: New test.
6653
6654 2004-03-23 Zack Weinberg <zack@codesourcery.com>
6655
6656 PR 12267, 12391, 12560, 13129, 14114, 14133
6657 * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
6658 * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
6659 * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
6660 Adjust error regexps.
6661 * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
6662 * gcc.dg/noncompile/undeclared-1.c: New test cases.
6663 * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
6664 * gcc.dg/local1.c: Add explanatory comment.
6665
6666 2004-03-23 Roger Sayle <roger@eyesopen.com>
6667
6668 PR optimization/14669
6669 * g++.dg/opt/fold2.C: New test case.
6670
6671 2004-03-22 Jakub Jelinek <jakub@redhat.com>
6672
6673 PR c/14069
6674 * gcc.dg/20040322-1.c: New test.
6675
6676 2004-03-22 Eric Botcazou <ebotcazou@libertysurf.fr>
6677
6678 * gcc.dg/ultrasp2.c: Do not pass -m64. Remove redundant lines.
6679 * gcc.dg/ultrasp4.c: Likewise.
6680 * gcc.dg/ultrasp8.c: Do not pass -m64. Add sparcv9-*-*.
6681
6682 2004-03-21 Ulrich Weigand <uweigand@de.ibm.com>
6683
6684 * gcc.dg/i386-sse-8.c: Reset default options.
6685
6686 2004-03-21 Ulrich Weigand <uweigand@de.ibm.com>
6687
6688 * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
6689 in the error message text.
6690
6691 2004-03-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
6692
6693 * g++.dg/template/qualttp20.C: Adjust dg- regexp.
6694
6695 2004-03-21 Mark Mitchell <mark@codesourcery.com>
6696
6697 PR c++/14616
6698 * g++.dg/init/array13.C: New test.
6699
6700 2004-03-20 Roger Sayle <roger@eyesopen.com>
6701
6702 PR target/13889
6703 * gcc.c-torture/compile/pr13889.c: New test case.
6704
6705 2004-03-20 Joseph S. Myers <jsm@polyomino.org.uk>
6706
6707 PR c/14635
6708 * builtins-1.c (nan, nans): Don't test.
6709 * builtins-30.c: Don't use nan, nanf, nanl.
6710 * builtins-35.c: New test.
6711
6712 2004-03-19 Ziemowit Laski <zlaski@apple.com>
6713
6714 * g++.dg/ext/altivec-6.C: New test.
6715
6716 2004-03-19 Mark Mitchell <mark@codesourcery.com>
6717
6718 * g++.dg/init/placement3.C: New test.
6719
6720 * g++.dg/template/spec13.C: New test.
6721
6722 * g++.dg/lookup/using11.C: New test.
6723
6724 * g++.dg/lookup/koenig3.C: New test.
6725
6726 * g++.dg/template/operator2.C: New test.
6727
6728 * g++.dg/expr/dtor3.C: New test.
6729 * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
6730 marker.
6731 * g++.old-deja/g++.law/visibility28.C: Likewise.
6732
6733 2004-03-19 Paolo Bonzini <bonzini@gnu.org>
6734
6735 * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
6736 * gcc.dg/ppc64-abi-3.c: Likewise.
6737
6738 2004-03-19 Giovanni Bajo <giovannibajo@gcc.gnu.org>
6739
6740 PR c++/14545
6741 * g++.dg/parse/template15.C: New test.
6742
6743 2004-03-18 Mark Mitchell <mark@codesourcery.com>
6744
6745 * g++.dg/expr/dtor2.C: New test.
6746
6747 * g++.dg/lookup/anon4.C: New test.
6748
6749 * g++.dg/overload/using1.C: New test.
6750
6751 * g++.dg/template/lookup7.C: New test.
6752
6753 * g++.dg/template/typename6.C: New test.
6754
6755 * g++.dg/expr/cond6.C: New test.
6756
6757 2004-03-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6758
6759 * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
6760
6761 2004-03-18 Mark Mitchell <mark@codesourcery.com>
6762
6763 * g++.dg/expr/cond5.C: New test.
6764 * g++.dg/expr/constcast1.C: Likewise.
6765 * g++.dg/expr/ptrmem2.C: Likewise.
6766 * g++.dg/expr/ptrmem3.C: Likewise.
6767 * g++.dg/lookup/main1.C: Likewise.
6768 * g++.dg/template/lookup6.C: Likewise.
6769
6770 2004-03-18 Mark Mitchell <mark@codesourcery.com>
6771
6772 * gcc.dg/local1.c: New test.
6773
6774 * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
6775
6776 2004-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6777
6778 * gcc.dg/torture/builtin-convert-1.c: New test.
6779
6780 2004-03-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6781
6782 * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
6783
6784 2004-03-16 Mark Mitchell <mark@codesourcery.com>
6785
6786 PR c++/14481
6787 * g++.dg/warn/Wunused-7.C: New test.
6788
6789 2004-03-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6790
6791 * gcc.dg/torture/builtin-integral-1.c: New test.
6792
6793 2004-03-16 Mark Mitchell <mark@codesourcery.com>
6794
6795 PR c++/14586
6796 * g++.dg/parse/non-dependent3.C: New test.
6797
6798 2004-03-16 Paolo Bonzini <bonzini@gnu.org>
6799
6800 * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
6801 * g++.dg/eh/simd-2.C: Likewise.
6802 * g++.dg/init/array10.C: Likewise.
6803 * gcc.c-torture/compile/simd-1.c: Likewise.
6804 * gcc.c-torture/compile/simd-2.c: Likewise.
6805 * gcc.c-torture/compile/simd-3.c: Likewise.
6806 * gcc.c-torture/compile/simd-4.c: Likewise.
6807 * gcc.c-torture/compile/simd-6.c: Likewise.
6808 * gcc.c-torture/execute/simd-1.c: Likewise.
6809 * gcc.c-torture/execute/simd-2.c: Likewise.
6810 * gcc.dg/compat/vector-defs.h: Likewise.
6811 * gcc.dg/20020531-1.c: Likewise.
6812 * gcc.dg/altivec-3.c: Likewise.
6813 * gcc.dg/altivec-4.c: Likewise.
6814 * gcc.dg/altivec-varargs-1.c: Likewise.
6815 * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
6816 * gcc.dg/i386-mmx-3.c: Likewise.
6817 * gcc.dg/i386-sse-4.c: Likewise.
6818 * gcc.dg/i386-sse-5.c: Likewise.
6819 * gcc.dg/i386-sse-8.c: Likewise.
6820 * gcc.dg/simd-1.c: Likewise.
6821 * gcc.dg/20030218-1.c: Likewise. Plus, do not declare
6822 __ev64_opaque__ since the machine description provides it.
6823
6824 2004-03-16 Eric Botcazou <ebotcazou@libertysurf.fr>
6825
6826 * lib/compat.exp (skip_list): New global variable.
6827 Use it to hold the user defined COMPAT_SKIPS list if any.
6828 (compat-obj): Add the members of skip_list to optall.
6829
6830 2004-03-16 Eric Botcazou <ebotcazou@libertysurf.fr>
6831
6832 * gcc.dg/compat/union-by-value-1_main.c,
6833 union-by-value-1_x.c, union-by-value-1_y.c,
6834 union-check.h, union-defs.h,
6835 union-init.h, union-return-1_main.c,
6836 union-return-1_x.c, union-return-1_y.c: New files.
6837
6838 2004-03-16 Eric Botcazou <ebotcazou@libertysurf.fr>
6839
6840 * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
6841 mixed-struct-init.h: Add 4 mixed structure types.
6842 struct-by-value-21_main.c, struct-by-value-21_x.c,
6843 struct-by-value-21_y.c, struct-return-21_main.c,
6844 struct-return-21_x.c, struct-return-21_y.c: New files.
6845
6846 2004-03-13 Mark Mitchell <mark@codesourcery.com>
6847
6848 PR c++/14550
6849 * g++.dg/parse/template14.C: New test.
6850
6851 2004-03-13 Eric Botcazou <ebotcazou@libertysurf.fr>
6852
6853 * gcc.c-torture/execute/20040313-1.c: New test.
6854
6855 2004-03-13 Jakub Jelinek <jakub@redhat.com>
6856
6857 PR target/14533
6858 * gcc.dg/20040311-2.c: New test.
6859
6860 2004-03-12 Kazu Hirata <kazu@cs.umass.edu>
6861
6862 PR other/14544
6863 * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
6864 bit-field.
6865
6866 2004-03-12 Ulrich Weigand <uweigand@de.ibm.com>
6867
6868 * gcc.dg/20040305-2.c: Add missing return statement.
6869
6870 2004-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6871
6872 * gcc.dg/builtins-34.c: Also check pow10*.
6873
6874 2004-03-11 Ulrich Weigand <uweigand@de.ibm.com>
6875
6876 PR target/14262
6877 * gcc.dg/20040305-2.c: New test.
6878
6879 2004-03-11 Ulrich Weigand <uweigand@de.ibm.com>
6880
6881 * gcc.dg/20040310-1.c: New test.
6882
6883 2004-03-11 Roger Sayle <roger@eyesopen.com>
6884
6885 * gcc.c-torture/execute/20040311-1.c: New test case.
6886
6887 2004-03-11 Mark Mitchell <mark@codesourcery.com>
6888
6889 PR c++/14476
6890 * g++.dg/lookup/enum1.C: New test.
6891
6892 2004-03-10 Mark Mitchell <mark@codesourcery.com>
6893
6894 PR c++/14510
6895 * g++.dg/lookup/struct2.C: New test.
6896
6897 2004-03-10 Uros Bizjak <uros@kss-loka.si>
6898
6899 * gcc.dg/builtins-34.c: New test.
6900
6901 2004-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6902
6903 * gcc.dg/torture/builtin-nonneg-1.c: New test.
6904
6905 2004-03-09 James E Wilson <wilson@specifixinc.com>
6906
6907 * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
6908 * gcc.dg/alias-2.c: New testcase.
6909
6910 2004-03-09 Zack Weinberg <zack@codesourcery.com>
6911
6912 * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
6913
6914 2004-03-09 Roger Sayle <roger@eyesopen.com>
6915
6916 * gcc.c-torture/execute/20040309-1.c: New test case.
6917
6918 2004-03-09 Nathan Sidwell <nathan@codesourcery.com>
6919
6920 PR c++/14397
6921 * g++.dg/overload/ref1.C: New.
6922
6923 2004-03-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>
6924
6925 PR c++/14409
6926 * g++.dg/template/spec12.C: New test.
6927
6928 PR c++/14448
6929 * g++.dg/parse/crash14.C: New test.
6930
6931 2004-03-09 Mark Mitchell <mark@codesourcery.com>
6932
6933 PR c++/14230
6934 * g++.dg/init/ref11.C: New test.
6935
6936 2004-03-09 Mark Mitchell <mark@codesourcery.com>
6937
6938 PR c++/14432
6939 * g++.dg/parse/builtin2.C: New test.
6940
6941 2004-03-08 Mark Mitchell <mark@codesourcery.com>
6942
6943 PR c++/14401
6944 * g++.dg/init/ctor3.C: New test.
6945 * g++.dg/init/union1.C: New test.
6946 * g++.dg/ext/anon-struct4.C: New test.
6947
6948 2004-03-08 Mark Mitchell <mark@codesourcery.com>
6949
6950 * g++.dg/lookup/koenig1.C: Tweak error messages.
6951 * g++.dg/lookup/used-before-declaration.C: Likewise.
6952 * g++.dg/other/do1.C: Likewise.
6953 * g++.dg/overload/koenig1.C: Likewise.
6954 * g++.dg/parse/crash13.C: Likewise.
6955 * g++.dg/template/instantiate3.C: Likewise.
6956
6957 2004-03-08 Eric Christopher <echristo@redhat.com>
6958
6959 * * lib/target-supports.exp: Enable libiconv in test
6960 compilation. Fix up error checking.
6961
6962 2004-03-08 Roger Sayle <roger@eyesopen.com>
6963
6964 PR middle-end/14289
6965 * gcc.dg/pr14289-1.c: New test case.
6966 * gcc.dg/pr14289-2.c: Likewise.
6967 * gcc.dg/pr14289-3.c: Likewise.
6968
6969 2004-03-08 Eric Botcazou <ebotcazou@act-europe.fr>
6970
6971 * gcc.c-torture/execute/20040308-1.c: New test.
6972
6973 2004-03-07 Roger Sayle <roger@eyesopen.com>
6974
6975 * gcc.c-torture/execute/20040307-1.c: New test case.
6976
6977 2004-03-07 Richard Sandiford <rsandifo@redhat.com>
6978
6979 * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
6980
6981 2004-03-06 Ulrich Weigand <uweigand@de.ibm.com>
6982
6983 * gcc.dg/20040306-1.c: New test.
6984
6985 2004-03-06 Kazu Hirata <kazu@cs.umass.edu>
6986
6987 * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
6988 them static.
6989 * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
6990
6991 2004-03-06 Eric Botcazou <ebotcazou@libertysurf.fr>
6992
6993 PR c/14465
6994 * gcc.dg/decl-6.c: New test.
6995
6996 2004-03-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6997
6998 * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
6999 Rename LOGPOW -> LOG_POW.
7000 (SQRT_EXP, POW_EXP): New.
7001
7002 2004-03-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7003
7004 * gcc.dg/i386-sse-8.c: New test.
7005
7006 2004-03-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7007
7008 PR c/14114
7009 * gcc.dg/decl-5.c: New test.
7010
7011 2004-03-05 Andreas Krebbel <krebbel1@de.ibm.com>
7012
7013 * gcc.dg/20040305-1.c: New test.
7014
7015 2004-03-05 Hans-Peter Nilsson <hp@axis.com>
7016
7017 PR other/14354
7018 * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
7019
7020 2004-03-04 Ziemowit Laski <zlaski@apple.com>
7021
7022 PR c++/14425, c++/14426
7023 * g++.dg/ext/altivec-4.C: New test.
7024 * g++.dg/ext/altivec-5.C: New test.
7025
7026 2004-03-04 Geoffrey Keating <geoffk@apple.com>
7027
7028 * g++.old-deja/g++.other/linkage1.C: Expect errors about
7029 global variables of a type with no linkage.
7030 * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
7031 * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
7032 * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
7033 * g++.old-deja/g++.bugs/900210_02.C: Likewise.
7034 * g++.old-deja/g++.bugs/900210_03.C: Likewise.
7035 * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
7036 * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
7037 * g++.dg/warn/deprecated.C: Name enum Color.
7038 * g++.dg/overload/VLA.C: Name structure for 'b'.
7039 * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
7040
7041 2004-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7042
7043 * gcc.c-torture/compile/20040304-1.c: New test.
7044
7045 2004-03-03 Zack Weinberg <zack@codesourcery.com>
7046
7047 PR 13728
7048 * gcc.dg/decl-4.c: New testcase.
7049
7050 2004-03-03 Kazu Hirata <kazu@cs.umass.edu>
7051
7052 * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
7053 as PRECF if sizeof (float) > sizeof (double).
7054 (PRECL): Make it the same as PRECF if
7055 sizeof (float) > sizeof (long double).
7056
7057 2004-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7058
7059 * gcc.dg/builtins-config.h: Use underscore macro style for __sun
7060 system type. Add check for irix6 which doesn't have c99 runtime.
7061
7062 2004-03-03 Bob Wilson <bob.wilson@acm.org>
7063
7064 * gcc.dg/const-elim-1.c: xfail for xtensa.
7065
7066 2004-03-01 Mark Mitchell <mark@codesourcery.com>
7067
7068 PR c++/14369
7069 * g++.dg/template/cond4.C: New test.
7070
7071 2004-03-01 Mark Mitchell <mark@codesourcery.com>
7072
7073 PR c++/14360
7074 * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
7075
7076 PR c++/14361
7077 * g++.dg/parse/defarg7.C: New test.
7078
7079 PR c++/14359
7080 * g++.dg/template/friend26.C: New test.
7081
7082 2004-03-01 Mark Mitchell <mark@codesourcery.com>
7083
7084 PR c++/14324
7085 * g++.dg/abi/mangle21.C: New test.
7086
7087 PR c++/14260
7088 * g++.dg/parse/constructor2.C: New test.
7089
7090 PR c++/14337
7091 * g++.dg/template/sfinae1.C: New test.
7092
7093 2004-02-29 Mark Mitchell <mark@codesourcery.com>
7094
7095 PR c++/14267
7096 * g++.dg/expr/crash2.C: New test.
7097
7098 PR middle-end/13448
7099 * gcc.dg/inline-5.c: New test.
7100 * gcc.dg/always-inline.c: Split out tests into ...
7101 * gcc.dg/always-inline2.c: ... this and ...
7102 * gcc.dg/always-inline3.c: ... this.
7103
7104 2004-02-29 Mark Mitchell <mark@codesourcery.com>
7105
7106 PR debug/12103
7107 * g++.dg/debug/crash1.C: New test.
7108
7109 2004-02-29 Kazu Hirata <kazu@cs.umass.edu>
7110
7111 * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
7112 function with __attribute__((noinline)).
7113 (recurser_void2): Likewise.
7114 * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
7115 (recurser_void2): Likewise.
7116
7117 2004-02-29 Roger Sayle <roger@eyesopen.com>
7118
7119 PR middle-end/14203
7120 * g++.dg/warn/Wunused-6.C: New test case.
7121
7122 2004-02-28 Richard Earnshaw <rearnsha@arm.com>
7123
7124 * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
7125 not defined.
7126
7127 2004-02-27 Eric Christopher <echristo@redhat.com>
7128
7129 * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
7130 * g++.dg/charset/asm2.c: Run only x86.
7131 * gcc.dg/charset/asm3.c: Ditto.
7132
7133 2004-02-27 Aldy Hernandez <aldyh@redhat.com>
7134
7135 * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
7136 ld_library_path.
7137
7138 2004-02-27 Ziemowit Laski <zlaski@apple.com>
7139
7140 * g++.dg/ext/altivec-3.C: New.
7141
7142 2004-02-26 Richard Henderson <rth@redhat.com>
7143
7144 * g++.dg/ext/attrib10.C: Mark for warning.
7145 * gcc.dg/attr-alias-1.c: New.
7146
7147 2004-02-26 Richard Henderson <rth@redhat.com>
7148
7149 * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
7150 * gcc.c-torture/execute/20040208-2.c: ... it back.
7151
7152 2004-02-26 Eric Christopher <echristo@redhat.com>
7153
7154 * lib/target-supports.exp (check-iconv-available): New function.
7155 * lib/gcc-dg.exp (dg-require-iconv): New function.
7156 Use above.
7157 * gcc.dg/charset: New directory.
7158 * gcc.dg/charset/charset.exp: New file.
7159 * gcc.dg/charset/asm1.c: Ditto.
7160 * gcc.dg/charset/asm2.c: Ditto.
7161 * gcc.dg/charset/asm3.c: Ditto.
7162 * gcc.dg/charset/asm4.c: Ditto.
7163 * gcc.dg/charset/asm5.c: Ditto.
7164 * gcc.dg/charset/attribute1.c: Ditto.
7165 * gcc.dg/charset/attribute2.c: Ditto.
7166 * gcc.dg/charset/string1.c: Ditto.
7167 * g++.dg/charset: New directory.
7168 * g++.dg/dg.exp: Add here. Special options.
7169 * g++.dg/charset/charset.exp: New file.
7170 * g++.dg/charset/asm1.c: Ditto.
7171 * g++.dg/charset/asm2.c: Ditto.
7172 * g++.dg/charset/asm3.c: Ditto.
7173 * g++.dg/charset/asm4.c: Ditto.
7174 * g++.dg/charset/attribute1.c: Ditto.
7175 * g++.dg/charset/attribute2.c: Ditto.
7176 * g++.dg/charset/extern1.cc: Ditto.
7177 * g++.dg/charset/extern2.cc: Ditto.
7178 * g++.dg/charset/string1.c: Ditto.
7179
7180 2004-02-26 Mark Mitchell <mark@codesourcery.com>
7181
7182 PR c++/14278
7183 * g++.dg/parse/comma1.C: New test.
7184
7185 2004-02-26 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7186
7187 PR c++/14284
7188 * g++.dg/template/ttp8.C: New test.
7189
7190 2004-02-26 Eric Botcazou <ebotcazou@act-europe.fr>
7191
7192 * gcc.dg/fixuns-trunc-1.c: New test.
7193
7194 2004-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7195
7196 * gcc.dg/builtins-config.h: Use #elif.
7197
7198 2004-02-26 Michael Matz <matz@suse.de>
7199
7200 * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
7201 * gcc.dg/991214-1.c: Likewise.
7202 * gcc.dg/i386-asm-1.c: Likewise.
7203
7204 2004-02-25 Richard Henderson <rth@redhat.com>
7205
7206 * gcc.c-torture/execute/20040208-2.c: Move ...
7207 * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
7208
7209 2004-02-26 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7210
7211 PR c++/14246
7212 * g++.dg/other/crash-3.C: New test.
7213
7214 2004-02-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7215
7216 * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
7217 * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
7218
7219 * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
7220 HP-UX.
7221
7222 2004-02-24 Michael Matz <matz@suse.de>
7223
7224 * gcc.dg/i386-regparm.c: New.
7225
7226 2004-02-23 James E Wilson <wilson@specifixinc.com>
7227
7228 * gcc.c-torture/execute/20040223-1.c: New.
7229
7230 2004-02-23 Zack Weinberg <zack@codesourcery.com>
7231 Kazu Hirata <kazu@cs.umass.edu>
7232
7233 * gcc.dg/fwritable-strings-1.c: Remove.
7234
7235 2004-02-23 Andrew Pinski <pinskia@physics.uc.edu>
7236
7237 PR c/14156
7238 * gcc.dg/20040223-1.c: New test.
7239
7240 2004-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7241
7242 PR c++/14106
7243 * g++.dg/ext/typeof9.C: New test.
7244
7245 2004-02-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7246
7247 PR c++/14250
7248 * g++.dg/other/switch1.C: New test.
7249
7250 2004-02-23 Eric Botcazou <ebotcazou@libertysurf.fr>
7251
7252 * gcc.dg/cast-function-1.c: Adjust for new informative message.
7253 * gcc.dg/va-arg-1.c: Likewise.
7254
7255 2004-02-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7256
7257 PR c++/14143
7258 * g++.dg/template/koenig5.C: New test.
7259
7260 2004-02-21 Ziemowit Laski <zlaski@apple.com>
7261
7262 * g++.dg/ext/altivec-1.C: Generalize target triple.
7263 * g++.dg/ext/altivec-2.C: New test case.
7264 * g++.dg/ext/altivec_check.h: New file.
7265 * gcc.dg/altivec-1.c: Generalize target triple;
7266 include altivec_check.h and call altivec_check().
7267 * gcc.dg/altivec-[2-5].c: Generalize target triple.
7268 * gcc.dg/altivec-6.c: New test case.
7269 * gcc.dg/altivec-[7-9].c: Generalize target triple; add
7270 type casts as needed.
7271 * gcc.dg/altivec-10.c: Include altivec_check.h and call
7272 altivec_check().
7273 * gcc.dg/altivec-12.c: New test case.
7274 * gcc.dg/altivec-varargs-1.c: Generalize target triple;
7275 include altivec_check.h and call altivec_check().
7276 * gcc.dg/altivec_check.h: New file.
7277
7278 2004-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7279
7280 * lib/target-supports.exp (check_alias_available): Don't mangle
7281 function `g' in test program.
7282
7283 2004-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7284
7285 * lib/target-supports.exp (check_profiling_available): Check
7286 argument to determine whether we support a profiling type.
7287 * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
7288 check_profiling_available.
7289 * g++.dg/bprob/bprob.exp: Likewise
7290 * g77.dg/bprob/bprob.exp: Likewise.
7291 * gcc.misc-tests/bprob.exp: Likewise.
7292 * g++.old-deja/g++.law/profile1.C: Pass profiling type to
7293 dg-require-profiling and delete expected error handling.
7294 * gcc.dg/20021014-1.c: Likewise.
7295 * gcc.dg/nest.c: Likewise.
7296
7297 2004-02-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7298
7299 PR c++/12007
7300 * g++.dg/other/vthunk1.C: New test.
7301
7302 2004-02-20 Falk Hueffner <falk@debian.org>
7303
7304 PR target/14201
7305 * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
7306
7307 2004-02-20 Mark Mitchell <mark@codesourcery.com>
7308
7309 PR c++/13927
7310 * g++.dg/other/error8.C: Remove XFAIL markers.
7311
7312 PR c++/14173
7313 * g++.dg/ext/packed5.C: New test.
7314
7315 PR c++/14199
7316 * g++.dg/warn/Wunused-5.C: New test.
7317
7318 PR c++/14186
7319 * g++.dg/lookup/member1.C: New test.
7320
7321 2004-02-19 Kazu Hirata <kazu@cs.umass.edu>
7322
7323 * gcc.c-torture/compile/20040130-1.c: Enable only when
7324 __INT_MAX__ >= 2147483647L.
7325 * gcc.c-torture/compile/961203-1.c: Likewise.
7326
7327 2004-02-19 Nathan Sidwell <nathan@codesourcery.com>
7328
7329 * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
7330 * g++.dg/opt/template1.C: Robustify assembler regexp
7331
7332 2004-02-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7333
7334 * gcc.c-torture/execute/simd-4.x: Remove.
7335 * gcc.c-torture/execute/va-arg-25.x: Likewise.
7336 * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
7337 Guard with #ifndef SKIP_ATTRIBUTE.
7338 * gcc.dg/compat/vector-1_y.c: Likewise.
7339 * gcc.dg/compat/vector-2_x.c: Likewise.
7340 * gcc.dg/compat/vector-2_y.c: Likewise.
7341 * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
7342 * g++.dg/eh/simd-2.C: Likewise.
7343
7344 2004-02-19 Alan Modra <amodra@bigpond.net.au>
7345
7346 * gcc.c-torture/compile/complex-1.c: New.
7347
7348 2004-02-19 Hans-Peter Nilsson <hp@axis.com>
7349
7350 PR target/14209
7351 * gcc.c-torture/execute/20040218-1.c: New test.
7352
7353 2004-02-19 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7354
7355 PR c++/14181
7356 * g++.dg/parse/new2.C: New test.
7357
7358 2004-02-18 Paul Brook <paul@codesourcery.com>
7359
7360 * gcc.c-torture/compile/libcall-1.c: New test.
7361
7362 2004-02-18 Paul Brook <paul@codesourcery.com>
7363
7364 PR debug/12934
7365 * gcc.dg/debug/debug-7.c: New test.
7366
7367 2004-02-17 Ulrich Weigand <uweigand@de.ibm.com>
7368
7369 * gcc.dg/20040217-1.c: New test.
7370
7371 2004-02-17 Zack Weinberg <zack@codesourcery.com>
7372
7373 * gcc.c-torture/execute/990208-1.x: Delete.
7374
7375 2004-02-17 Richard Sandiford <rsandifo@redhat.com>
7376
7377 * gcc.c-torture/execute/20040208-2.x: New file.
7378
7379 2004-02-17 Mark Mitchell <mark@codesourcery.com>
7380
7381 PR c++/11326
7382 * g++.dg/abi/structret1.C: New test.
7383
7384 2004-02-17 Jakub Jelinek <jakub@redhat.com>
7385
7386 * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
7387 (i386_cpuid): No need to test if cpuid is available on AMD64.
7388 Fix assembly, so that it works onboth i386 and AMD64.
7389 * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
7390 (vecInLong): Fix s[] member type to unsigned int.
7391 (vecInWord): Remove type.
7392 (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
7393 (a64, b64, c64, d64, e64): Remove.
7394 (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
7395 Remove unused variable. Remove initialization of removed variables.
7396 Don't call mmx_tests nor sse_tests.
7397 (reference_mmx, reference_sse): Remove.
7398 (check): Add return stmt.
7399 * gcc.dg/i386-sse-7.c: New test.
7400 * gcc.dg/i386-mmx-4.c: New test.
7401
7402 2004-02-17 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7403
7404 * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
7405 * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
7406 g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
7407 g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
7408 g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
7409 g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
7410 g++.dg/tc1/dr94.C: Fix line terminator.
7411
7412 2004-02-16 Geoffrey Keating <geoffk@apple.com>
7413
7414 * gcc.c-torture/compile/20040216-1.c: New.
7415
7416 2004-02-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7417
7418 * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
7419 g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
7420 g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
7421 g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
7422 g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
7423 g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
7424
7425 2004-02-16 Eric Botcazou <ebotcazou@libertysurf.fr>
7426
7427 * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
7428
7429 2004-02-15 Mark Mitchell <mark@codesourcery.com>
7430
7431 PR c++/13971
7432 * g++.dg/expr/cond4.C: New test.
7433
7434 PR c++/14086
7435 * g++.dg/lookup/crash2.C: New test.
7436
7437 2004-02-14 Josef Zlomek <zlomekj@suse.cz>
7438
7439 * gcc.c-torture/compile/20040214-2.c: New test.
7440
7441 2004-02-14 Andrew Pinski <pinskia@physics.uc.edu>
7442
7443 PR c++/14116
7444 * g++.dg/ext/typeof8.C: New test.
7445
7446 2004-02-14 Eric Botcazou <ebotcazou@act-europe.fr>
7447
7448 * gcc.c-torture/compile/20040214-1.c: New test.
7449
7450 2004-02-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7451
7452 PR c++/13635
7453 * g++.dg/template/spec11.C: New test.
7454
7455 2004-02-13 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7456
7457 PR c++/13927
7458 * g++.dg/other/error8.C: New test.
7459
7460 2004-02-13 Mark Mitchell <mark@codesourcery.com>
7461
7462 PR c++/14122
7463 * g++.dg/template/array4.C: New test.
7464
7465 PR c++/14108
7466 * g++.dg/inherit/thunk2.C: New test.
7467
7468 PR c++/14083
7469 * g++.dg/eh/cond2.C: New test.
7470
7471 2004-02-12 Alan Modra <amodra@bigpond.net.au>
7472
7473 * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
7474
7475 2004-02-12 Nathaniel Smith <njs@codesourcery.com>
7476
7477 * lib/scanasm.exp (dg-scan): Quote pattern before display.
7478
7479 2004-02-12 Hartmut Penner <hpenner@de.ibm.com>
7480
7481 * g++.dg/simd-2.C: xfail on ppc64-linux.
7482
7483 2004-02-11 Joseph S. Myers <jsm@polyomino.org.uk>
7484
7485 PR c/456
7486 * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
7487 tests.
7488
7489 2004-02-11 Uros Bizjak <uros@kss-loka.si>
7490
7491 * gcc.dg/builtins-33.c: New test.
7492
7493 2004-02-11 Paolo Bonzini <bonzini@gnu.org>
7494
7495 * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
7496
7497 2004-02-11 Hartmut Penner <hpenner@de.ibm.com>
7498
7499 * g++.dg/simd-2.C: Set -maltivec for ppc64.
7500
7501 2004-02-11 Hartmut Penner <hpenner@de.ibm.com>
7502
7503 * gcc.dg/ppc64-abi-3.c: New test.
7504
7505 2004-02-10 Paolo Bonzini <bonzini@gnu.org>
7506
7507 PR c/14092
7508
7509 * gcc.dg/pr14092-1.c: New testcase.
7510
7511 2004-02-10 Alan Modra <amodra@bigpond.net.au>
7512
7513 * gcc.dg/cpp/assert4.c: Fix typo last change.
7514
7515 * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
7516 * gcc.dg/cpp/assert4.c: Handle powerpc64.
7517
7518 * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
7519
7520 2004-02-09 Roger Sayle <roger@eyesopen.com>
7521
7522 * gcc.c-torture/compile/20040209-1.c: New test case.
7523
7524 2004-02-08 Joseph S. Myers <jsm@polyomino.org.uk>
7525
7526 * gcc.dg/c90-init-1.c: Adjust expected error messages.
7527
7528 2004-02-08 Richard Sandiford <rsandifo@redhat.com>
7529
7530 * gcc.c-torture/execute/20040208-[12].c: New tests.
7531
7532 2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
7533
7534 * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
7535
7536 2004-02-08 Eric Botcazou <ebotcazou@libertysurf.fr>
7537
7538 * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
7539
7540 2004-02-07 Zack Weinberg <zack@codesourcery.com>
7541
7542 Bug 13856
7543 * gcc.dg/visibility-8.c: New testcase.
7544
7545 2004-02-07 Zack Weinberg <zack@codesourcery.com>
7546
7547 * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
7548 arguments.
7549 * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
7550
7551 2004-02-07 Roger Sayle <roger@eyesopen.com>
7552
7553 PR middle-end/13696
7554 * g++.dg/opt/fold1.C: New test case.
7555
7556 2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7557
7558 PR c++/14033
7559 * g++.dg/other/crash-2.C: New test.
7560
7561 2003-02-06 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7562
7563 PR c++/14028
7564 * g++.dg/parse/angle-bracket2.C: New test.
7565
7566 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7567
7568 PR middle-end/13750
7569 Revert:
7570 2004-01-15 Geoffrey Keating <geoffk@apple.com>
7571 PR pch/13361
7572 * testsuite/g++.dg/pch/wchar-1.C: New.
7573 * testsuite/g++.dg/pch/wchar-1.Hs: New.
7574
7575 2004-02-05 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7576
7577 PR c++/14008
7578 * g++.dg/parse/error15.C: New test.
7579 * g++.dg/parse/crash11.C: Update dg-error mark.
7580
7581 2004-02-04 Mark Mitchell <mark@codesourcery.com>
7582
7583 PR c++/13932
7584 * g++.dg/warn/conv2.C: New test.
7585
7586 2004-02-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7587
7588 PR c++/13086
7589 * g++.dg/warn/incomplete1.C: Remove xfail.
7590
7591 2004-02-04 Mark Mitchell <mark@codesourcery.com>
7592
7593 * lib/file-format.exp (gcc_target_object_format): Use
7594 ${tool}_target_compile, not gcc_target_compile.
7595 * lib/target-supports.exp (check_alias_available): Likewise.
7596 (check_gc_sections_available): Likewise.
7597 * g++.dg/ext/attrib10.C: Use dg-require-alias.
7598 * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
7599 dg-require-alias.
7600
7601 2004-02-04 Mark Mitchell <mark@codesourcery.com>
7602
7603 PR c++/13969
7604 * g++.dg/template/static6.C: New test.
7605
7606 2004-02-04 Ian Lance Taylor <ian@wasabisystems.com>
7607
7608 * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
7609
7610 2004-02-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7611
7612 * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
7613 tests for systems where `char' is unsigned by default.
7614
7615 2003-02-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7616
7617 PR c++/13997
7618 * g++.dg/template/partial3.C: New test.
7619
7620 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7621
7622 * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
7623 gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
7624 Remove mentions of obsolete ports.
7625
7626 2004-02-04 Paolo Bonzini <bonzini@gnu.org>
7627
7628 * gcc.dg/noncompile/20001228-1.c: Fix for new
7629 error message.
7630
7631 2004-02-03 Roger Sayle <roger@eyesopen.com>
7632
7633 PR target/9348
7634 * gcc.c-torture/execute/multdi-1.c: New test case.
7635
7636 2004-02-03 Mark Mitchell <mark@codesourcery.com>
7637
7638 PR c++/13925
7639 * g++.dg/template/lookup5.C: New test.
7640
7641 2004-02-03 Mark Mitchell <mark@codesourcery.com>
7642
7643 PR c++/13950
7644 * g++.dg/template/lookup4.C: New test.
7645
7646 PR c++/13970
7647 * g++.dg/parse/error14.C: New test.
7648
7649 PR c++/14002
7650 * g++.dg/parse/template13.C: New test.
7651
7652 2004-02-03 Mark Mitchell <mark@codesourcery.com>
7653
7654 PR c++/13978
7655 * g++.dg/template/koenig4.C: New test.
7656
7657 PR c++/13968
7658 * g++.dg/template/crash17.C: New test.
7659
7660 PR c++/13975
7661 * g++.dg/parse/error13.C: New test.
7662 * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
7663
7664 2004-02-03 Eric Botcazou <ebotcazou@libertysurf.fr>
7665
7666 * gcc.dg/20020503-1.c: Remove -mflat dg-options.
7667
7668 2004-02-03 Paolo Bonzini <bonzini@gnu.org>
7669
7670 PR c/11658
7671 PR c/13994
7672 * gcc.dg/noncompile/20040203-1.c: New test.
7673 * gcc.dg/noncompile/20040203-2.c: Likewise.
7674 * gcc.dg/noncompile/20040203-3.c: Likewise.
7675 * gcc.dg/20040203-1.c: Likewise.
7676
7677 2004-02-02 Andrew Pinski <pinskia@physics.uc.edu>
7678
7679 PR c++/10858
7680 * g++.dg/template/sizeof7.C: New test.
7681
7682 2004-02-02 Eric Christopher <echristo@redhat.com>
7683 Zack Weinberg <zack@codesourcery.com>
7684
7685 * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
7686
7687 2004-02-02 Zack Weinberg <zack@codesourcery.com>
7688
7689 * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
7690 * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
7691 * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
7692 * gcc.dg/cleanup-5.c: Run only on Linux targets.
7693
7694 2004-02-02 Mark Mitchell <mark@codesourcery.com>
7695
7696 PR c++/13113
7697 * g++.old-deja/g++.mike/net36.C: Adjust error messages.
7698
7699 PR c++/13854
7700 * g++.dg/ext/attrib13.C: New test.
7701
7702 PR c++/13907
7703 * g++.dg/conversion/op2.C: New test.
7704
7705 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
7706
7707 * gcc.dg/titype-1.c: Fix pasto.
7708
7709 2004-02-02 Eric Botcazou <ebotcazou@libertysurf.fr>
7710
7711 * gcc.dg/titype-1.c: New test.
7712
7713 2004-02-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7714
7715 PR c++/13957
7716 * g++.dg/template/non-type-template-argument-1.C,
7717 g++.dg/template/qualified-id1.C: Update dg-error marks.
7718 * g++.dg/template/nontype6.C: New test.
7719
7720 2004-02-01 Roger Sayle <roger@eyesopen.com>
7721
7722 * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
7723 * gcc.dg/builtins-31.c: New testcase.
7724 * gcc.dg/builtins-32.c: New testcase.
7725
7726 2004-01-30 Andrew Pinski <pinskia@physics.uc.edu>
7727
7728 * objc.dg/call-super-2.m: Update line numbers
7729 for the including of stddef.h.
7730
7731 2004-01-30 Michael Matz <matz@suse.de>
7732
7733 * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
7734 g++.dg/ext/case-range3.C: New tests.
7735
7736 2004-01-30 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7737
7738 DR206
7739 PR c++/13813
7740 * g++.dg/template/member4.C: New test.
7741
7742 2004-01-30 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7743
7744 PR c++/13683
7745 * g++.dg/template/sizeof6.C: New test.
7746
7747 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
7748
7749 * gcc.dg/fwritable-strings-1.c: New test.
7750
7751 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
7752
7753 * gcc.c-torture/compile/20040130-1.c: New test.
7754
7755 2004-01-29 Geoffrey Keating <geoffk@geoffk.org>
7756
7757 * objc.dg/call-super-2.m: Include stddef.h for size_t.
7758
7759 2004-01-29 Mark Mitchell <mark@codesourcery.com>
7760
7761 PR c++/13883
7762 * g++.dg/template/ctor3.C: New test.
7763
7764 2004-01-29 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7765
7766 * g++.dg/tc1: New directory.
7767 * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
7768 g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
7769 g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
7770 g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
7771 g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
7772
7773 2004-01-28 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7774
7775 * g++.dg/parse/error11.C: New test.
7776 * g++.dg/parse/error12.C: Likewise.
7777
7778 2004-01-28 Ziemowit Laski <zlaski@apple.com>
7779
7780 * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
7781 (scan_initial, main): Use aligned_sizeof instead of sizeof.
7782
7783 2004-01-28 Mark Mitchell <mark@codesourcery.com>
7784
7785 PR c++/13791
7786 * g++.dg/ext/attrib12.C: New test.
7787
7788 PR c++/13736
7789 * g++.dg/parse/cast2.C: New test.
7790
7791 2004-01-27 James E Wilson <wilson@specifixinc.com>
7792
7793 * objc.dg/encode-2.m (main): New local string. Set depending on
7794 sizeof long. Use in sscanf call.
7795 * objc.dg/encode-3.m (main): New local string. Set depending on
7796 sizeof long. Use in scan_initial call.
7797
7798 2004-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7799
7800 * objc.dg/call-super-2.m: Make LP64-safe.
7801 * objc.dg/desig-init-1.m: Likewise.
7802
7803 2004-01-27 Devang Patel <dpatel@apple.com>
7804
7805 * g++.dg/debug/namespace1.C: New test.
7806
7807 2004-01-27 Ian Lance Taylor <ian@wasabisystems.com>
7808
7809 * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
7810 xscale-*-*.
7811
7812 * gcc.dg/arm-mmx-1.c: New test.
7813
7814 2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
7815
7816 * gcc.dg/20040127-1.c: New test.
7817 * gcc.dg/20040127-2.c: New test.
7818
7819 2004-01-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7820
7821 * objc.dg/stret-1.m (glob): Renamed to globa.
7822
7823 2004-01-26 Mark Mitchell <mark@codesourcery.com>
7824
7825 PR c++/13663
7826 * g++.dg/expr/for1.C: New test.
7827
7828 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
7829
7830 PR middle-end/13779
7831 * gcc.dg/darwin-longlong.c: New test.
7832
7833 2004-01-26 Ian Lance Taylor <ian@wasabisystems.com>
7834
7835 * gcc.dg/20040124-1.c: Moved test from here...
7836 * gcc.c-torture/compile/20040124-1.c: ...to here.
7837
7838 2004-01-26 Eric Botcazou <ebotcazou@libertysurf.fr>
7839
7840 * gcc.dg/sparc-ret.c: Run only in 32-bit mode. Don't scan
7841 the assembly output if -m64 is passed.
7842
7843 2004-01-25 Mark Mitchell <mark@codesourcery.com>
7844
7845 PR c++/13833
7846 * g++.dg/template/cond3.C: New test.
7847
7848 2004-01-25 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7849
7850 PR c++/13810
7851 * g++.dg/template/ttp7.C: New test.
7852
7853 2004-01-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7854
7855 PR c++/13797
7856 * g++.dg/template/nontype4.C: New test.
7857 * g++.dg/template/nontype5.C: Likewise.
7858
7859 2004-01-25 Richard Sandiford <rsandifo@redhat.com>
7860
7861 * gcc.dg/torture/mips-clobber-at.c: New test.
7862
7863 2004-01-24 Ian Lance Taylor <ian@wasabisystems.com>
7864
7865 * gcc.dg/20040124-1.c: New test.
7866
7867 2004-01-24 Jakub Jelinek <jakub@redhat.com>
7868
7869 * gcc.dg/20040123-1.c: New test.
7870
7871 2004-01-23 Zack Weinberg <zack@codesourcery.com>
7872
7873 * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
7874
7875 2004-01-24 Joseph S. Myers <jsm@polyomino.org.uk>
7876
7877 * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
7878
7879 2004-01-23 Andrew Pinski <apinski@apple.com>
7880
7881 * gcc.dg/20030121-1.c: Move to ..
7882 * gcc.dg/20040121-1.c: here.
7883
7884 2004-01-23 Roger Sayle <roger@eyesopen.com>
7885
7886 * gcc.dg/builtins-29.c: New test case.
7887
7888 2004-01-23 Zack Weinberg <zack@codesourcery.com>
7889
7890 PR 18314
7891 * gcc.dg/builtins-30.c: New testcase.
7892
7893 2004-01-23 Andreas Tobler <a.tobler@schweiz.ch>
7894
7895 * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
7896 * lib/g77.exp: Likewise.
7897 * lib/objc.exp: Likewise.
7898 * lib/g++.exp: Likewise.
7899
7900 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
7901
7902 * gcc.dg/struct-by-value-2.c: New test.
7903
7904 2004-01-21 Andrew Pinski <apinski@apple.com>
7905
7906 PR target/13785
7907 * gcc.dg/20030121-1.c: New test.
7908
7909 2004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
7910
7911 * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option. Do not
7912 clobber frame pointer register in asm statement.
7913
7914 2004-01-21 Falk Hueffner <falk@debian.org>
7915
7916 * gcc.c-torture/compile/20040121-1.c: New test.
7917
7918 2004-01-21 Zack Weinberg <zack@codesourcery.com>
7919
7920 * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
7921
7922 2004-01-20 Hartmut Penner <hpenner@de.ibm.com>
7923
7924 * gcc.dg/ppc64-abi-2.c: New test.
7925
7926 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7927
7928 * lib/treelang.exp: Fill out this file.
7929 * lib/treelang-dg.exp: New File.
7930
7931 2004-01-20 Joseph S. Myers <jsm@polyomino.org.uk>
7932
7933 * gcc.c-torture/compile/981022-1.c: Remove.
7934 * gcc.dg/array-5.c: Remove XFAIL.
7935 * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
7936 * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
7937 gcc.dg/cond-lvalue-1.c: Update.
7938 * gcc.dg/cast-lvalue-2.c: New test.
7939
7940 2004-01-19 Mark Mitchell <mark@codesourcery.com>
7941
7942 PR c++/13592
7943 * g++.dg/other/error1.C (class foo): Tweak error message.
7944
7945 PR c++/13592
7946 * g++.dg/template/call2.C: New test.
7947
7948 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7949
7950 * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
7951 scalar-by-value-3_x.c, scalar-by-value-3_y.c,
7952 scalar-by-value-4_x.c, scalar-by-value-4_y.c,
7953 scalar-return-1_x.c, scalar-return-2_y.c,
7954 scalar-return-3_x.c, scalar-return-3_y.c,
7955 scalar-return-4_x.c, scalar-return-4_y.c,
7956 struct-align-1.h, struct-align-1_x.c,
7957 struct-align-1_y.c, struct-align-2.h,
7958 struct-align-2_x.c, struct-align-2_y.c,
7959 struct-by-value-10_y.c, struct-by-value-11_x.c,
7960 struct-by-value-11_y.c, struct-by-value-12_x.c,
7961 struct-by-value-12_y.c, struct-by-value-13_x.c,
7962 struct-by-value-13_y.c, struct-by-value-14_x.c,
7963 struct-by-value-14_y.c, struct-by-value-15_x.c,
7964 struct-by-value-15_y.c, struct-by-value-16_y.c,
7965 struct-by-value-17_y.c, struct-by-value-18_y.c,
7966 struct-by-value-19_y.c, struct-by-value-1_x.c,
7967 struct-by-value-1_y.c, struct-by-value-20_y.c,
7968 struct-by-value-2_x.c, struct-by-value-2_y.c,
7969 struct-by-value-3_y.c, struct-by-value-4_x.c,
7970 struct-by-value-4_y.c, struct-by-value-5_y.c,
7971 struct-by-value-6_y.c, struct-by-value-7_y.c
7972 struct-by-value-8_x.c, struct-by-value-8_y.c
7973 struct-by-value-9_x.c, struct-by-value-9_y.c
7974 struct-return-10_x.c, struct-return-10_y.c,
7975 struct-return-19_x.c, struct-return-20_x.c
7976 struct-return-2_x.c, struct-return-2_y.c
7977 struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
7978 SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY. Turns SKIPVA into SKIP_VA.
7979
7980 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
7981
7982 * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
7983 attribute on sparc*-sun-solaris2.*.
7984
7985 2004-01-18 Mark Mitchell <mark@codesourcery.com>
7986
7987 PR c++/13710
7988 * g++.dg/ext/typeof7.C: New test.
7989
7990 2004-01-18 David Edelsohn <edelsohn@gnu.org>
7991
7992 * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
7993 * gcc.dg/const-elim-1.c: Same.
7994
7995 2004-01-17 Ziemowit Laski <zlaski@apple.com>
7996
7997 * objc.dg/stret-1.m: New.
7998 * objc.dg/stret-2.m: New.
7999
8000 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
8001
8002 PR c++/11895
8003 * g++.dg/ext/vector1.C: New test.
8004
8005 2004-01-16 Geoffrey Keating <geoffk@apple.com>
8006
8007 * gcc.dg/pch/import-1.c: New.
8008 * gcc.dg/pch/import-1.hs: New.
8009 * gcc.dg/pch/import-1a.h: New.
8010 * gcc.dg/pch/import-1b.h: New.
8011 * gcc.dg/pch/import-1c.h: New.
8012
8013 2004-01-16 Mark Mitchell <mark@codesourcery.com>
8014
8015 PR c++/13574
8016 * g++.dg/ext/array1.C: New test.
8017
8018 PR c++/13178
8019 * g++.dg/conversion/op1.C: New test.
8020
8021 2004-01-16 J"orn Rennecke <joern.rennecke@superh.com>
8022
8023 PR 11864
8024 From Kazumoto Kojima / Dan Kegel:
8025 * gcc.dg/pr11864-1.c: New test.
8026
8027 PR 10392
8028 From Marcus Comstedt / Dan Kegel:
8029 * gcc.dg/pr10392-1.c: New test.
8030
8031 2004-01-16 Mark Mitchell <mark@codesourcery.com>
8032
8033 PR c++/13478
8034 * g++.dg/init/ref10.C: New test.
8035
8036 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8037
8038 PR c++/13407
8039 * g++.dg/parse/typename6.C: New test.
8040
8041 2004-01-15 Geoffrey Keating <geoffk@apple.com>
8042
8043 PR pch/13361
8044 * testsuite/g++.dg/pch/wchar-1.C: New.
8045 * testsuite/g++.dg/pch/wchar-1.Hs: New.
8046
8047 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8048
8049 PR c++/9259
8050 * g++.dg/expr/sizeof2.C: New test.
8051
8052 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
8053
8054 * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
8055
8056 2004-01-15 Alexandre Oliva <aoliva@redhat.com>
8057
8058 PR c++/13659
8059 * g++.dg/lookup/strong-using-3.C: New.
8060 * g++.dg/lookup/using-10.C: New.
8061
8062 2004-01-15 Alexandre Oliva <aoliva@redhat.com>
8063
8064 PR c++/13594
8065 * g++.dg/lookup/strong-using-2.C: New.
8066
8067 2004-01-15 Marcus Comstedt <marcus@mc.pp.se>
8068 Dan Kegel <dank@kegel.com>
8069 J"orn Rennecke <joern.rennecke@superh.com>
8070
8071 PR target/9365
8072 * gcc.dg/pr9365-1.c: New test.
8073
8074 2004-01-15 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8075
8076 PR c++/8856
8077 * g++.dg/parse/casting-operator2.C: New test.
8078 * g++.old-deja/g++.pt/explicit83.C: Remove.
8079
8080 2004-01-14 Joseph S. Myers <jsm@polyomino.org.uk>
8081
8082 * gcc.dg/label-compound-stmt-1.c: New test.
8083 * gcc.c-torture/compile/950922-1.c,
8084 gcc.c-torture/compile/20000211-3.c,
8085 gcc.c-torture/compile/20000518-1.c,
8086 gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
8087 compound statements.
8088
8089 2004-01-14 Hartmut Penner <hpenner@de.ibm.com>
8090
8091 * gcc.dg/ppc64-abi-1.c: New test.
8092
8093 2004-01-14 Danny Smith <dannysmith@users.sourceforge.net>
8094
8095 * g++.dg/ext/attrib9.C: Add dg-warnings.
8096
8097 2004-01-14 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8098
8099 PR c++/12335
8100 * g++.dg/parse/dtor3.C: New test.
8101
8102 2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
8103
8104 PR c++/12709
8105 * g++.dg/parse/try-catch-1.C: New test.
8106
8107 2004-01-13 Arnaud Charlet <charlet@act-europe.fr>
8108
8109 * ada/acats/run_all.sh: Add more verbose output in acats.log
8110 when compiling tests.
8111
8112 2004-01-12 Zack Weinberg <zack@codesourcery.com>
8113
8114 PR 13656
8115 * gcc.dg/typedef-redecl.c: New test case.
8116 * gcc.dg/typedef-redecl.h: New support file.
8117
8118 2004-01-13 Jan Hubicka <jh@suse.cz>
8119
8120 * gcc.dg/always_inline.c: New test.
8121 * gcc.dg/debug/20031231-1.c: Fix.
8122
8123 2004-01-13 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8124
8125 PR c++/13474
8126 * g++.dg/template/array3.C: New test.
8127
8128 2004-01-12 Zack Weinberg <zack@codesourcery.com>
8129
8130 * g++.dg/ext/lvalue1.C: No longer expected to fail.
8131 * g++.dg/warn/Wunused-2.C: Likewise.
8132
8133 2004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8134
8135 PR c++/13289
8136 * g++.dg/template/instantiate6.C: New test.
8137
8138 2004-01-12 Roger Sayle <roger@eyesopen.com>
8139
8140 PR middle-end/11397
8141 * gcc.dg/special/wkali-2.c: Add dg-require-alias.
8142
8143 2004-01-12 Jan Hubicka <jh@suse.cz>
8144
8145 PR opt/12826
8146 * gcc.dg/20040112-1.c: New.
8147
8148 * gcc.dg/dwarf-die[1-7].c: Move to...
8149 * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
8150 * gcc.dg/debug/dwarf2/dwarf2.exp: New.
8151
8152 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8153
8154 PR c++/4100
8155 * g++.dg/parse/friend4.C: New test.
8156
8157 2004-01-12 Scott Brumbaugh <scottb.lists@verizon.net>
8158
8159 PR c++/4100
8160 * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
8161 definition is called a friend.
8162
8163 2004-01-11 Zack Weinberg <zack@codesourcery.com>
8164
8165 * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
8166
8167 2004-01-11 Ian Lance Taylor <ian@wasabisystems.com>
8168
8169 PR c++/3478
8170 * g++.dg/parse/error10.C: New test.
8171 * g++.dg/template/arg2.C: Accept "invalid type" error.
8172
8173 2004-01-11 Jakub Jelinek <jakub@redhat.com>
8174
8175 PR middle-end/13392
8176 * g++.dg/opt/expect2.C: New test.
8177
8178 2004-01-10 Zack Weinberg <zack@codesourcery.com>
8179
8180 * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
8181 * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
8182 * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
8183 Update dg-error regexps.
8184
8185 2004-01-10 Zack Weinberg <zack@codesourcery.com>
8186
8187 * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
8188 * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
8189
8190 2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
8191
8192 * gcc.dg/pragma-re-1.c: Use right pointer type.
8193
8194 2004-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
8195
8196 * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
8197
8198 2004-01-09 Geoffrey Keating <geoffk@apple.com>
8199
8200 * gcc.dg/rs6000-ldouble-1.c: New.
8201
8202 2004-01-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8203
8204 DR 337
8205 PR c++/9256
8206 * g++.dg/other/abstract1.C: New test.
8207
8208 2004-01-09 Alexandre Oliva <aoliva@redhat.com>
8209
8210 * g++.dg/lookup/strong-using-1.C: New.
8211
8212 2004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
8213
8214 PR c/11234
8215 * gcc.dg/func-ptr-conv-1.c: New test.
8216 * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
8217
8218 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
8219
8220 PR target/13380.
8221 * gcc.c-torture/compile/20040109-1.c: New.
8222
8223 2004-01-08 Stuart Hastings <stuart@apple.com>
8224
8225 * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
8226 testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
8227 * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
8228
8229 2004-01-09 Alan Modra <amodra@bigpond.net.au>
8230
8231 * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
8232
8233 2004-01-08 Eric Botcazou <ebotcazou@libertysurf.fr>
8234
8235 * ada/acats/run_acats: Treat 'gnatchop' the same way
8236 as 'gnatmake'. Export GCC_DRIVER.
8237 * ada/acats/run_all.sh: Add target_gnatchop. Use
8238 'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
8239
8240 2004-01-08 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8241
8242 PR c++/12573
8243 * g++.dg/template/dependent-expr4.C: New test.
8244
8245 2004-01-08 Hartmut Penner <hpenner@de.ibm.com>
8246
8247 * gcc.dg/altivec-11.c: New test.
8248
8249 2004-01-07 Mark Mitchell <mark@codesourcery.com>
8250
8251 * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
8252
8253 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
8254
8255 PR c/6024
8256 * gcc.dg/enum-compat-1.c: New test.
8257 * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
8258
8259 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
8260
8261 PR c/12165
8262 * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
8263 gcc.dg/c99-idem-qual-3.c: New tests.
8264
8265 2004-01-07 Alan Modra <amodra@bigpond.net.au>
8266
8267 * gcc.dg/winline-7.c: Don't cast void * to int.
8268
8269 2004-01-06 Jan Hubicka <jh@suse.cz>
8270
8271 * gcc.dg/i386-sse-5.c: New test
8272 * g++.dg/eh/simd-1.c: Add -w argument for i386.
8273
8274 2004-01-05 Mark Mitchell <mark@codesourcery.com>
8275
8276 PR c++/12815
8277 * g++.dg/rtti/typeid4.C: New test.
8278
8279 2004-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
8280
8281 * gcc.dg/compat/sdata-section.h: Declare 'abort'.
8282
8283 2004-01-05 Mark Mitchell <mark@codesourcery.com>
8284
8285 PR c++/12132
8286 * g++.dg/template/error11.C: New test.
8287
8288 PR c++/13451
8289 * g++.dg/template/class2.C: New test.
8290
8291 2004-01-05 Nathan Sidwell <nathan@codesourcery.com>
8292 Richard Sandiford <rsandifo@redhat.com>
8293
8294 PR c++/13387
8295 * g++.dg/opt/alias3.C: New test.
8296
8297 2004-01-04 Mark Mitchell <mark@codesourcery.com>
8298
8299 PR c++/13157
8300 * g++.dg/template/koenig3.C: New test.
8301
8302 PR c++/13529
8303 * g++.dg/parse/offsetof3.C: New test.
8304
8305 * g++.dg/init/copy7.C: Add missing dg-error markers.
8306
8307 PR c++/12226
8308 * g++.dg/init/copy7.c: New test.
8309
8310 PR c++/13536
8311 * g++.dg/parse/cast1.C: New test.
8312
8313 2004-01-04 Jan Hubicka <jh@suse.cz>
8314
8315 * gcc.dg/winline[1-7].c: New tests.
8316
8317 2004-01-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8318
8319 PR c++/13520
8320 * g++.dg/template/qualttp22.C: New test.
8321
8322 2004-01-01 Jan Hubicka <jh@suse.cz>
8323
8324 * gcc.dg/debug/20031231-1.c: New.
8325 * gcc.c-torture/compile/20040101-1.c: New.
8326 * gcc.dg/dwarf-die-[1-7].c: New.
8327
8328 2004-01-01 Jakub Jelinek <jakub@redhat.com>
8329
8330 PR optimization/13521
8331 * gcc.c-torture/compile/20031231-1.c: New test.
8332
8333 2003-12-30 Kazu Hirata <kazu@cs.umass.edu>
8334
8335 * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
8336
8337 2003-12-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8338
8339 PR c++/10079
8340 * g++.dg/template/crash16.C: New test.
8341
8342 2003-12-30 Mark Mitchell <mark@codesourcery.com>
8343
8344 * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
8345
8346 2003-12-30 Kazu Hirata <kazu@cs.umass.edu>
8347
8348 * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
8349 ports.
8350 * g++.old-deja/g++.jason/thunk3.C: Likewise.
8351 * g++.old-deja/g++.law/profile1.C: Likewise.
8352 * gcc.c-torture/compile/981006-1.c: Likewise.
8353 * gcc.c-torture/execute/loop-2e.x: Likewise.
8354 * gcc.c-torture/execute/loop-2f.x: Remove.
8355 * gcc.c-torture/execute/loop-2g.x: Likewise.
8356 * gcc.c-torture/execute/strct-varg-1.x: Likewise.
8357 * gcc.dg/20020312-2.c: Remove traces of dead ports.
8358
8359 2003-12-30 Nathan Sidwell <nathan@codesourcery.com>
8360
8361 PR c++/13507
8362 * g++.dg/ext/attrib11.C: New test.
8363
8364 PR c++/13494
8365 * g++.dg/template/array2-1.C: New test.
8366 * g++.dg/template/array2-2.C: New test.
8367
8368 2003-12-29 Mark Mitchell <mark@codesourcery.com>
8369
8370 * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
8371
8372 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
8373
8374 PR c++/12774
8375 * g++.dg/template/array1-1.C: New test.
8376 * g++.dg/template/array1-2.C: New test.
8377
8378 2003-12-29 Roger Sayle <roger@eyesopen.com>
8379
8380 PR fortran/12632
8381 * g77.dg/12632.f: New test case.
8382
8383 2003-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8384
8385 PR c++/13289
8386 * g++.dg/parse/nontype1.C: New test.
8387
8388 2003-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8389
8390 PR c++/12403
8391 * g++.dg/parse/explicit1.C: New test.
8392 * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
8393
8394 2003-12-28 Mark Mitchell <mark@codesourcery.com>
8395
8396 PR c++/13081
8397 * g++.dg/opt/inline6.C: New test.
8398
8399 PR c++/12613
8400 * g++.dg/parse/error9.C: New test.
8401
8402 * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
8403
8404 2003-12-28 Mark Mitchell <mark@codesourcery.com>
8405
8406 PR c++/13009
8407 * g++.dg/init/assign1.C: New test.
8408
8409 2003-12-28 Roger Sayle <roger@eyesopen.com>
8410
8411 PR c++/13070
8412 * g++.dg/warn/format3.C: New test case.
8413
8414 2003-12-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8415
8416 * gcc.c-torture/compile/20031227-1.c: New test.
8417
8418 2003-12-23 Mark Mitchell <mark@codesourcery.com>
8419
8420 * g++.dg/bprob/bprob.exp: Load target-supports.exp
8421 * g77.dg/bprob/bprob.exp: Likewise.
8422 * gcc.misc-tests/bprob.exp: Likewise.
8423 * gcc.dg/builtins-18.c: Use builtins-config.h. Do not test float
8424 variants on systems where the library does not provide that
8425 functionality.
8426 * gcc.dg/builtins-20.c: Use builtins-config.h.
8427 * gcc.dg/builtins-config.h: New file.
8428
8429 2003-12-23 Mark Mitchell <mark@codesourcery.com>
8430
8431 * lib/gcc-dg.exp (dg-require-profiling): New function.
8432 * lib/target-supports.exp (check_profiling_available): Likewise.
8433 * g++.dg/bprob/bprob.exp: Use check_profiling_available.
8434 * g77.dg/bprob/bprob.exp: Likewise.
8435 * gcc.misc-tests/bprob.exp: Likewise.
8436 * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
8437 * gcc.dg/20021014-1.c: Likewise.
8438 * gcc.dg/nest.c: Likewise.
8439
8440 2003-12-23 Mark Mitchell <mark@codesourcery.com>
8441
8442 * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
8443 compiling.
8444 * g++.dg/lookup/java2.C: Likewise.
8445 * gcc.dg/cpp/lexident.c: Likewise.
8446
8447 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8448
8449 * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
8450 given.
8451 * gcc.c-torture/compile/961203-1.c: Likewise.
8452 * gcc.c-torture/compile/980506-1.c: Likewise.
8453
8454 2003-12-23 Zack Weinberg <zack@codesourcery.com>
8455
8456 * lib/gcc-dg.exp (dg-prune-output): New annotation.
8457 (additional_prunes): New global.
8458 (gcc-dg-prune): Handle additional per-test pruning.
8459 (dg-test): Clear additional_prunes between tests.
8460
8461 * gcc.c-torture/compile/920625-1.c: Remove xfail. Use
8462 dg-prune-output to avoid spurious failures from assembler
8463 complaining about nonexistent WAW violations.
8464 * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
8465 Use dg-prune-output to avoid spurious failures from assembler
8466 warning about Itanium B-step errata.
8467
8468 2003-12-23 Mark Mitchell <mark@codesourcery.com>
8469
8470 * g++.dg/abi/macro0.C: New test.
8471 * g++.dg/abi/macro1.C: Likewise.
8472 * g++.dg/abi/macro2.C: Likewise.
8473
8474 * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
8475 * g++.dg/abi/bitfield7.C: Likewise.
8476 * g++.dg/abi/dtor2.C: Likewise.
8477 * g++.dg/abi/mangle11.C: Likewise.
8478 * g++.dg/abi/mangle12.C: Likewise.
8479 * g++.dg/abi/mangle14.C: Likewise.
8480 * g++.dg/abi/mangle17.C: Likewise.
8481 * g++.dg/abi/vbase10.C: Likewise.
8482 * g++.dg/abi/vbase14.C: Likewise.
8483 * g++.dg/template/qualttp17.C: Likewise.
8484
8485 2003-12-21 Andrew Pinski <pinskia@physics.uc.edu>
8486
8487 PR c/11995
8488 * gcc.dg/20031223-1.c: New test.
8489
8490 2003-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
8491
8492 * gcc.dg/noreturn-7.c: New test.
8493
8494 2003-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
8495
8496 * gcc.dg/null-pointer-1.c: New test.
8497
8498 2003-12-22 Mark Mitchell <mark@codesourcery.com>
8499
8500 * g++.old-deja/g++.jason/template18.C: Remove.
8501 * g++.old-deja/g++.jason/template37.C: Likewise.
8502
8503 PR c++/12862
8504 * g++.dg/lookup/ns1.C: New test.
8505
8506 PR c++/12397
8507 * g++.dg/template/lookup3.C: New test.
8508
8509 2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
8510
8511 * g++.dg/template/recurse1.C: New test
8512
8513 2003-12-22 Mark Mitchell <mark@codesourcery.com>
8514
8515 PR c++/12479
8516 * g++.dg/parse/semicolon1.C: New test.
8517 * g++.dg/parse/semicolon1.h: Likewise.
8518
8519 2003-12-22 Fariborz Jahanian <fjahanian@apple.com>
8520
8521 * gcc.dg/darwin-misaligned.c: New test.
8522
8523 2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
8524
8525 PR c/9163
8526 * gcc.dg/20031222-1.c: New test.
8527
8528 2003-12-21 Mark Mitchell <mark@codesourcery.com>
8529
8530 PR c++/13438
8531 * g++.dg/parse/error8.C: New test.
8532
8533 PR c++/11554
8534 * testsuite/g++.dg/warn/ctor-init-1.C: New test.
8535
8536 2003-12-21 Kazu Hirata <kazu@cs.umass.edu>
8537
8538 * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
8539 too small.
8540 * gcc.c-torture/compile/930217-1.c: Likewise.
8541 * gcc.c-torture/compile/930513-1.c: Likewise.
8542 * gcc.c-torture/execute/920908-2.c: Likewise.
8543 * gcc.c-torture/execute/921204-1.c: Likewise.
8544 * gcc.c-torture/execute/930621-1.c: Likewise.
8545 * gcc.c-torture/execute/930630-1.c: Likewise.
8546 * gcc.c-torture/execute/931031-1.c: Likewise.
8547 * gcc.c-torture/execute/980602-2.c: Likewise.
8548 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
8549 * gcc.c-torture/execute/compndlit-1.c: Likewise.
8550 * gcc.c-torture/execute/extzvsi.c: Likewise.
8551 * gcc.c-torture/unsorted/ext.c: Likewise.
8552
8553 2003-12-20 Andrew Pinski <pinskia@gcc.gnu.org>
8554
8555 PR target/12749
8556 * gcc.c-torture/compile/20031220-2.c: New test case.
8557
8558 2003-12-20 Roger Sayle <roger@eyesopen.com>
8559
8560 PR optimization/13031
8561 * gcc.c-torture/compile/20031220-1.c: New test case.
8562
8563 2003-12-20 Eric Botcazou <ebotcazou@libertysurf.fr>
8564
8565 * gcc.dg/cast-function-1.c: New test.
8566
8567 2003-12-19 Joseph S. Myers <jsm@polyomino.org.uk>
8568
8569 * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
8570 formats.
8571
8572 2003-12-19 Mark Mitchell <mark@codesourcery.com>
8573
8574 PR c++/12795
8575 * g++.dg/ext/attrib10.C: New test.
8576
8577 2003-12-19 Jakub Jelinek <jakub@redhat.com>
8578
8579 * gcc.dg/cleanup-10.c: New test.
8580 * gcc.dg/cleanup-11.c: New test.
8581
8582 2003-12-19 Jakub Jelinek <jakub@redhat.com>
8583
8584 PR c++/13239
8585 * g++.dg/opt/expect1.C: New test.
8586
8587 2003-12-19 Hartmut Penner <hpenner@de.ibm.com>
8588
8589 * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
8590
8591 2003-12-18 Andrew Pinski <pinskia@physics.uc.edu>
8592
8593 PR debug/12923
8594 * gcc.dg/20031218-1.c: New test.
8595
8596 PR debug/12389
8597 * gcc.dg/20031218-2.c: New test.
8598 * gcc.dg/20031218-3.c: New test.
8599
8600 * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
8601 of label name and allow for USER_LABEL_PREFIX == "_" names.
8602 * g++.dg/abi/mangle18-2.C: Likewise.
8603 * g++.dg/abi/mangle19-1.C: Likewise.
8604 * g++.dg/abi/mangle19-2.C: Likewise.
8605 * g++.dg/abi/mangle20-1.C: Likewise.
8606 * g++.dg/abi/mangle20-2.C: Likewise.
8607
8608 2003-12-18 Richard Henderson <rth@redhat.com>
8609
8610 * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
8611
8612 2003-12-18 Steven Bosscher <steven@gcc.gnu.org>
8613 Dan Kegel <dank@kegel.com>
8614
8615 PR other/12009
8616 * g++.dg/compat/compat.exp: Do not set LD_LIBRARY_PATH when
8617 testing a cross compiler, it causes spurious compile failures.
8618 * lib/g++.exp: Likewise.
8619
8620 2003-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8621
8622 PR c++/13262
8623 * g++.dg/template/access13.C: New test.
8624
8625 2003-12-18 Ulrich Weigand <uweigand@de.ibm.com>
8626
8627 * gcc.dg/20031216-1.c: New test.
8628
8629 2003-12-18 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8630
8631 PR c++/9154
8632 * g++.dg/template/error10.C: New test.
8633
8634 2003-12-18 Eric Botcazou <ebotcazou@libertysurf.fr>
8635
8636 * g++.dg/eh/simd-1.C: XFAIL on SPARC.
8637 * g++.dg/eh/simd-2.C: Likewise.
8638
8639 2003-12-17 James E Wilson <wilson@specifixinc.com>
8640 Roger Sayle <roger@eyesopen.com>
8641
8642 * gcc.c-torture/execute/ieee/mzero5.c: New.
8643
8644 2003-12-17 Mark Mitchell <mark@codesourcery.com>
8645
8646 PR c++/10603
8647 * g++.dg/parse/error6.C: New test.
8648
8649 PR c++/12827
8650 * g++.dg/parse/error7.C: New test.
8651
8652 2003-12-17 Eric Botcazou <ebotcazou@libertysurf.fr>
8653
8654 * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
8655 at -O with stabs debugging formats.
8656 * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
8657 * gcc.dg/debug/debug-2.c: Likewise.
8658
8659 2003-12-16 Mark Mitchell <mark@codesourcery.com>
8660
8661 PR c++/12696
8662 * g++.dg/init/error1.C: New test.
8663
8664 PR c++/12218
8665 * g++.dg/init/pm3.C: New test.
8666
8667 2003-12-17 Joseph S. Myers <jsm@polyomino.org.uk>
8668
8669 PR c/3347
8670 * gcc.dg/bitfld-8.c: New test.
8671
8672 2003-12-16 James Lemke <jim@wasabisystems.com>
8673
8674 * gcc.dg/arm-scd42-[123].c: New tests.
8675
8676 2003-12-16 Nathan Sidwell <nathan@codesourcery.com>
8677
8678 PR c++/9043
8679 * g++.dg/abi/mangle20-1.C: New test.
8680 * g++.dg/abi/mangle20-2.C: New test.
8681
8682 2003-12-16 Mark Mitchell <mark@codesourcery.com>
8683
8684 PR c++/13275
8685 * g++.dg/other/offsetof2.C: Remove XFAIL.
8686 * g++.dg/parse/offsetof1.C: New test.
8687 * g++.gd/parse/offsetof2.C: Likewise.
8688
8689 2003-12-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8690
8691 * g++.dg/template/nontype3.C: New test.
8692 * g++.dg/template/static2.C: Tweaked the dg-error clause.
8693
8694 2003-12-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8695
8696 * g++.dg/warn/noreturn-3.C: Also test instantiation.
8697
8698 2003-12-16 Nathan Sidwell <nathan@codesourcery.com>
8699
8700 PR c++/13387
8701 * g++.dg/expr/assign1.C: New test.
8702
8703 PR c++/13242
8704 * g++.dg/abi/mangle19-1.C: New test.
8705 * g++.dg/abi/mangle19-2.C: New test.
8706
8707 2003-12-16 Hartmut Penner <hpenner@de.ibm.com>
8708
8709 * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
8710
8711 2003-12-16 Eric Botcazou <ebotcazou@libertysurf.fr>
8712
8713 * gcc.c-torture/execute/20031216-1.c: New test.
8714
8715 2003-12-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8716
8717 * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
8718 an ICE regression.
8719
8720 2003-12-15 Mark Mitchell <mark@codesourcery.com>
8721
8722 PR c++/10926
8723 * g++.dg/template/error9.C: New test.
8724
8725 PR c++/11116
8726 * g++.dg/template/error8.C: New test.
8727
8728 2003-12-15 Roger Sayle <roger@eyesopen.com>
8729
8730 PR middle-end/13400
8731 * gcc.c-torture/execute/20031215-1.c: New test case.
8732
8733 2003-12-15 Mark Mitchell <mark@codesourcery.com>
8734
8735 PR c++/13269
8736 * g++.dg/parse/error5.C: New test.
8737
8738 PR c++/12989
8739 * g++.dg/expr/sizeof1.C: New test.
8740
8741 PR c++/13310
8742 * g++.dg/template/crash15.C: New test.
8743
8744 2003-12-15 Geoffrey Keating <geoffk@apple.com>
8745
8746 * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
8747 a non-POD type as the last named parameter of a varargs function.
8748
8749 2003-12-15 Mark Mitchell <mark@codesourcery.com>
8750
8751 PR c++/13243
8752 PR c++/12573
8753 * g++.dg/template/crash14.C: New test.
8754 * g++.dg/template/dependent-expr3.C: Add dg-error markers.
8755
8756 2003-12-15 Nathan Sidwell <nathan@codesourcery.com>
8757
8758 * g++.dg/other/java1.C: New test.
8759
8760 PR c++/13241
8761 * g++.dg/abi/mangle18-1.C: New test.
8762 * g++.dg/abi/mangle18-2.C: New test.
8763
8764 2003-12-15 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8765
8766 PR optimization/10312
8767 * gcc.c-torture/execute/20031214-1.c: New.
8768
8769 2003-12-14 Mark Mitchell <mark@codesourcery.com>
8770
8771 PR c++/10779
8772 PR c++/12160
8773 * g++.dg/parse/error3.C: New test.
8774 * g++.dg/parse/error4.C: Likewise.
8775 * g++.dg/abi/mangle4.C: Tweak error messages.
8776 * g++.dg/lookup/using5.C: Likewise.
8777 * g++.dg/other/error2.C: Likewise.
8778 * g++.dg/parse/typename5.C: Likewise.
8779 * g++.dg/parse/undefined1.C: Likewise.
8780 * g++.dg/template/arg2.C: Likewise.
8781 * g++.dg/template/ttp3.C: Likewise.
8782 * g++.dg/template/type1.C: Likewise.
8783 * g++.old-deja/g++.other/crash32.C: Likewise.
8784 * g++.old-djea/g++.pt/defarg8.C: Likewise.
8785
8786 2003-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8787
8788 PR c++/13106
8789 * g++.dg/warn/noreturn-3.C: New test.
8790
8791 2003-12-12 Nathan Sidwell <nathan@codesourcery.com>
8792
8793 PR c++/13118
8794 * g++.dg/abi/covariant3.C: New.
8795
8796 2003-12-12 Jakub Jelinek <jakub@redhat.com>
8797
8798 * g++.dg/eh/ia64-1.C: New test.
8799
8800 2003-12-12 Roger Sayle <roger@eyesopen.com>
8801
8802 PR optimization/13037
8803 * g77.f-torture/execute/13037.f: New test case.
8804
8805 2003-12-12 Nathan Sidwell <nathan@codesourcery.com>
8806
8807 PR c++/12881
8808 * g++.dg/abi/covariant2.C: New.
8809
8810 2003-12-12 Neil Booth <neil@daikokuya.co.uk>
8811
8812 * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
8813
8814 2003-12-11 Zack Weinberg <zack@codesourcery.com>
8815
8816 * gcc.c-torture/execute/wchar_t-1.x: Delete.
8817
8818 2003-12-10 Robert Schiele <rschiele@uni-mannheim.de>
8819
8820 PR other/10819
8821 * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
8822 to fix Bug 10819.
8823 * lib/g++.exp (g++_version): Likewise.
8824 * lib/g77.exp (g77_version): Likewise.
8825 * lib/objc.exp (default_objc_version): Likewise.
8826
8827 2003-12-10 Richard Henderson <rth@redhat.com>
8828
8829 * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
8830
8831 * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
8832
8833 2003-12-08 Matt Austern <austern@apple.com>
8834
8835 PR c/13134
8836 * lib/gcc-dg.exp (dg-require-visibility): Define.
8837 * lib/target-supports (check_visibility_available): Define.
8838 * gcc.dg/visibility-1.c: New test.
8839 * gcc.dg/visibility-2.c: Likewise.
8840 * gcc.dg/visibility-3.c: Likewise.
8841 * gcc.dg/visibility-4.c: Likewise.
8842 * gcc.dg/visibility-5.c: Likewise.
8843 * gcc.dg/visibility-6.c: Likewise.
8844 * g++.dg/ext/visibility-1.C: Likewise.
8845 * g++.dg/ext/visibility-2.C: Likewise.
8846 * g++.dg/ext/visibility-3.C: Likewise.
8847 * g++.dg/ext/visibility-4.C: Likewise.
8848 * g++.dg/ext/visibility-5.C: Likewise.
8849 * g++.dg/ext/visibility-6.C: Likewise.
8850
8851 2003-12-07 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8852
8853 * g++.dg/lookup/java1.C: New test.
8854 * g++.dg/lookup/java2.C: New test.
8855
8856 2003-12-07 Falk Hueffner <falk@debian.org>
8857
8858 * g++.dg/opt/noreturn-1.C: New test.
8859
8860 2003-12-07 Wolfgang Bangerth <bangerth@dealii.org>
8861
8862 * gcc.dg/overflow-1.c: New test.
8863
8864 2003-12-07 Eric Botcazou <ebotcazou@libertysurf.fr>
8865
8866 * g77.f-torture/compile/13060.f: New test.
8867
8868 2003-12-06 Mark Mitchell <mark@codesourcery.com>
8869
8870 PR c++/13323
8871 * g++.dg/inherit/operator2.C: New test.
8872
8873 2003-12-05 Mark Mitchell <mark@codesourcery.com>
8874
8875 PR c++/13305
8876 * g++.dg/ext/attrib9.C: New test.
8877
8878 2003-12-05 Mark Mitchell <mark@codesourcery.com>
8879
8880 PR c++/13314
8881 * g++.dg/template/error7.C: New test.
8882
8883 2003-12-05 Stuart Menefy <stuart.menefy@st.com>
8884 J"orn Rennecke <joern.rennecke@superh.com>
8885
8886 PR target/13302
8887 * g++.dg/other/struct-va_list.C: New test.
8888
8889 2003-12-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8890
8891 PR c++/13166
8892 * g++.dg/parse/defarg6.C: New test.
8893
8894 2003-12-05 Hans-Peter Nilsson <hp@axis.com>
8895
8896 PR target/13256
8897 * gcc.c-torture/execute/20031201-1.c: New test.
8898
8899 2003-12-05 Arnaud Charlet <charlet@act-europe.fr>
8900
8901 * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
8902
8903 2003-12-05 Eric Botcazou <ebotcazou@libertysurf.fr>
8904
8905 * gcc.dg/builtin-return-1.c: New test.
8906
8907 2003-12-04 Stuart Menefy <stuart.menefy@st.com>
8908 J"orn Rennecke <joern.rennecke@superh.com>
8909
8910 PR optimization/13260
8911 * gcc.c-torture/execute/20031204-1.c: New test.
8912
8913 2003-12-03 Mark Mitchell <mark@codesourcery.com>
8914
8915 PR c++/9127
8916 * g++.dg/template/error6.C: New test.
8917
8918 2003-12-03 Jakub Jelinek <jakub@redhat.com>
8919
8920 * gcc.dg/20031202-1.c: New test.
8921
8922 2003-12-03 Mark Mitchell <mark@codesourcery.com>
8923
8924 PR c++/13179
8925 * g++.dg/template/eh1.C: New test.
8926
8927 PR c++/10771
8928 * g++.dg/template/error5.C: New test.
8929
8930 2003-12-02 David Ung <davidu@mips.com>
8931
8932 * gcc.dg/compat/vector-check.h: Corrected type for var
8933 g_##TMODE
8934
8935 2003-12-02 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8936
8937 PR c++/10126
8938 * g++.dg/template/ptrmem8.C: New test.
8939
8940 2003-12-02 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8941
8942 PR c++/12573
8943 * g++.dg/template/dependent-expr3.C: New test.
8944
8945 2003-12-01 James Lemke <jim@wasabisystems.com>
8946
8947 * gcc.dg/arm-g2.c: New test.
8948
8949 2003-12-01 Roger Sayle <roger@eyesopen.com>
8950
8951 PR optimization/11634
8952 * gcc.dg/20031201-2.c: New test case.
8953
8954 2003-12-01 Zack Weinberg <zack@codesourcery.com>
8955
8956 PR 11433
8957 * objc.dg/proto-lossage-3.m: New test.
8958
8959 2003-12-01 Roger Sayle <roger@eyesopen.com>
8960
8961 PR optimization/12628
8962 * gcc.dg/20031201-1.c: New test case.
8963
8964 2003-12-01 Eric Botcazou <ebotcazou@libertysurf.fr>
8965
8966 * gcc.dg/unaligned-1.c: New test.
8967
8968 2003-11-30 Mark Mitchell <mark@codesourcery.com>
8969
8970 PR c++/9849
8971 * g++.dg/template/error4.C: New test.
8972 * g++.dg/template/nested3.C: Adjust error markers.
8973
8974 2003-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8975
8976 * gcc.dg/cpp/assert4.c: Check more #system assertions.
8977
8978 2003-11-29 Joseph S. Myers <jsm@polyomino.org.uk>
8979
8980 PR c/10333
8981 * gcc.dg/bitfld-7.c: New test.
8982
8983 2003-11-29 Richard Sandiford <rsandifo@redhat.com>
8984
8985 * gcc.dg/tls/asm-1.C: New test.
8986
8987 2003-11-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8988
8989 * gcc.dg/cpp/assert4.c: Update.
8990
8991 2003-11-28 Eric Botcazou <ebotcazou@libertysurf.fr>
8992
8993 * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
8994 * gcc.dg/builtin-apply3.c: New test.
8995
8996 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
8997
8998 * lib/compat.exp (compat-obj): New xfaildata parameter.
8999 Use it to set compiler_conditional_xfail_data before compiling.
9000 (compat-get-options): Handle dg-xfail-if.
9001 (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
9002 * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
9003 * gcc.dg/compat/vector-1_y.c: Likewise.
9004 * gcc.dg/compat/vector-2_x.c: Likewise.
9005 * gcc.dg/compat/vector-2_y.c: Likewise.
9006
9007 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
9008
9009 * g++.dg/opt/reg-stack4.C: New test.
9010
9011 2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
9012
9013 * gcc.dg/builtin-apply2.c: New test.
9014
9015 2003-11-26 Eric Botcazou <ebotcazou@libertysurf.fr>
9016
9017 * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
9018
9019 2003-11-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9020
9021 PR c++/12924
9022 * g++.dg/template/template-id-2.C: New test.
9023
9024 2003-11-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9025
9026 PR c++/5369
9027 * g++.dg/template/memfriend1.C: New test.
9028 * g++.dg/template/memfriend2.C: Likewise.
9029 * g++.dg/template/memfriend3.C: Likewise.
9030 * g++.dg/template/memfriend4.C: Likewise.
9031 * g++.dg/template/memfriend5.C: Likewise.
9032 * g++.dg/template/memfriend6.C: Likewise.
9033 * g++.dg/template/memfriend7.C: Likewise.
9034 * g++.dg/template/memfriend8.C: Likewise.
9035 * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
9036
9037 2003-11-21 Mark Mitchell <mark@codesourcery.com>
9038
9039 PR c++/12515
9040 * g++.dg/ext/cond1.C: New test.
9041
9042 2003-11-20 Richard Henderson <rth@redhat.com>
9043
9044 * gcc.dg/20020201-2.c: Remove.
9045 * gcc.dg/20020201-4.c: Remove.
9046 * gcc.dg/20020304-1.c: Remove.
9047
9048 2003-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9049
9050 * gcc.dg/cpp/trad/xwin1.c: New test case.
9051
9052 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9053
9054 * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
9055 * lib/g77.exp: Likewise.
9056 * lib/objc.exp: Likewise.
9057 * lib/g++.exp: Likewise, add -multiply_defined suppress flag
9058 for darwin.
9059
9060 2003-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9061
9062 PR c++/12932
9063 * g++.dg/template/static5.C: New test.
9064
9065 2003-11-18 Joseph S. Myers <jsm@polyomino.org.uk>
9066
9067 * gcc.dg/nested-func-1.c: New test.
9068
9069 2003-11-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9070
9071 * gcc.dg/cpp/assert4.c: New test.
9072
9073 2003-11-14 Giovanni Bajo <giovannibajo@libero.it>
9074
9075 PR c++/2294
9076 * g++.dg/lookup/using9.c: New test.
9077
9078 2003-11-14 Mark Mitchell <mark@codesourcery.com>
9079
9080 PR c++/12762
9081 * g++.dg/template/error3.C: New test.
9082
9083 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9084
9085 PR ada/13035
9086 * ada/acats/run_acats, run_all.sh: Fix syntax error.
9087 No longer use a wrapper for gcc, since this does not work under
9088 Windows.
9089
9090 2003-11-14 Giovanni Bajo <giovannibajo@libero.it>
9091
9092 PR c++/2094
9093 * g++.dg/template/ptrmem7.C: New test.
9094
9095 2003-11-13 Andrew Pinski <apinski@apple.com>
9096
9097 * gcc.c-torture/compile/20031113-1.c: New test.
9098
9099 2003-11-13 Mark Mitchell <mark@codesourcery.com>
9100 Kean Johnston <jkj@sco.com>
9101
9102 PR c/13029
9103 * gcc.dg/unused-4.c: Update.
9104
9105 2003-11-13 Eric Botcazou <ebotcazou@libertysurf.fr>
9106
9107 * g++.dg/opt/const3.C: New test.
9108
9109 2003-11-13 Jan Hubicka <jh@suse.cz>
9110
9111 * gcc.c-torture/compile/20031112-1.c: New test.
9112
9113 2003-11-12 Mark Mitchell <mark@codesourcery.com>
9114
9115 * g++.dg/parse/crash10.C: Remove bogus error marker.
9116
9117 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9118
9119 * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
9120 (host_gcc): Likewise.
9121 (ROOT): Honor $PWDCMD.
9122 (BASE): Likewise.
9123 * ada/acats/run_all.sh (dir): Honor $PWDCMD.
9124
9125 2003-11-12 Catherine Moore <clm@redhat.com>
9126
9127 * gcc.c-torture/execute/20020720-1.x: Add xfail for frv-*-*.
9128
9129 2003-11-12 Andreas Jaeger <aj@suse.de>
9130 Jakub Jelinek <jakub@redhat.com>
9131 Andrew Pinski <pinskia@physics.uc.edu>
9132 Richard Henderson <rth@redhat.com>
9133
9134 * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
9135 systems.
9136 * gcc.dg/c99-const-expr-2.c (foo): Likewise.
9137
9138 * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
9139 * gcc.dg/i386-pentium4-not-mull.c: Likewise.
9140
9141 2003-11-11 Andreas Jaeger <aj@suse.de>
9142
9143 * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
9144
9145 * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
9146
9147 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
9148
9149 * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
9150 Clean ups.
9151
9152 2003-11-10 Waldek Hebisch <hebisch@math.uni.wroc.pl>
9153
9154 * gcc.dg/trampoline-1.c: New test.
9155
9156 2003-11-09 Andrew Pinski <pinskia@physics.uc.edu>
9157
9158 * gcc.c-torture/compile/200031109-1.c: New test.
9159
9160 2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
9161
9162 PR c/3190
9163 PR c/8714
9164 * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
9165 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
9166 gcc.dg/format/no-y2k-1.c: Update.
9167
9168 2003-11-08 Roger Sayle <roger@eyesopen.com>
9169
9170 PR optimization/10467
9171 * gcc.dg/20031108-1.c: New test case.
9172
9173 2003-11-07 Geoffrey Keating <geoffk@apple.com>
9174
9175 * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
9176
9177 2003-11-08 Joseph S. Myers <jsm@polyomino.org.uk>
9178
9179 * gcc.dg/compound-lvalue-1.c: New test.
9180 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
9181 some XFAILs.
9182
9183 2003-11-06 Geoffrey Keating <geoffk@apple.com>
9184
9185 * gcc.dg/altivec-varargs-1.c: New test.
9186
9187 2003-11-05 Eric Botcazou <ebotcazou@libertysurf.fr>
9188
9189 * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
9190 * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
9191 * gcc.c-torture/execute/simd-4.x: New file. XFAIL on SPARC at -O0.
9192 * gcc.c-torture/execute/va-arg-25.x: New file. XFAIL on SPARC.
9193 * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
9194
9195 2003-11-05 Joseph S. Myers <jsm@polyomino.org.uk>
9196
9197 * gcc.dg/cond-lvalue-1.c: New test.
9198
9199 2003-11-05 Gernot Hillier <gernot.hillier@siemens.com>
9200
9201 * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
9202
9203 2003-11-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9204
9205 PR c++/11616
9206 * g++.dg/template/instantiate5.C: New test.
9207
9208 2003-11-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9209
9210 PR c++/12726
9211 * g++.dg/ext/complit2.C: Replace test with self-contained version.
9212 * ChangeLog: Add missing first entry for above test.
9213
9214 2003-11-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9215
9216 PR c++/9810
9217 * g++.dg/template/using8.C: New test.
9218 * g++.old-deja/g++.other/access11.C: Adjust expected error location.
9219
9220 2003-11-02 Roger Sayle <roger@eyesopen.com>
9221
9222 PR optimization/10817
9223 * gcc.c-torture/compile/20031102-1.c: New test case.
9224
9225 2003-11-02 Kazu Hirata <kazu@cs.umass.edu>
9226
9227 * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
9228 2147483647.
9229
9230 2003-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
9231
9232 * gcc.dg/20031102-1.c: New test.
9233
9234 2003-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
9235
9236 * gcc.dg/complex-1.c: New test.
9237
9238 2003-11-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9239
9240 PR c++/12796
9241 * g++.dg/template/crash13.C: Adjust expected error location.
9242 * g++.old-deja/g++.brendan/ns1.C: Likewise.
9243
9244 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
9245
9246 * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
9247
9248 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
9249
9250 PR/10239
9251 * gcc.c-torture/compile/20031031-2.c: New test.
9252
9253 2003-10-31 Josef Zlomek <zlomekj@suse.cz>
9254
9255 PR/11640
9256 * gcc.c-torture/compile/20031031-1.c: New test.
9257
9258 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
9259
9260 * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
9261 * gcc.misc-tests/bprob.exp: Likewise.
9262 * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
9263 the execution test on arm-elf configs.
9264 * g77.dg/execute/10197.x: New file. XFAIL the execution test on
9265 configs that don't support scratch files.
9266 * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
9267
9268 2003-10-30 Arnaud Charlet <charlet@act-europe.fr>
9269
9270 * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
9271 done by dejagnu.
9272
9273 2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
9274
9275 * ada/acats/run_all.sh: Redirect mv output to /dev/null
9276 Avoid non pure sh syntax. Add more logging.
9277
9278 * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
9279 fail.
9280
9281 2003-10-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9282
9283 PR libgcj/10610
9284 * gcc.dg/ppc-stackalign-1.c: New test.
9285
9286 2003-10-28 Arnaud Charlet <charlet@act-europe.fr>
9287
9288 * ada/acats/run_all.sh: Change output to be more compliant with
9289 dejagnu framework.
9290 Create acats.sum and acats.log files under testsuite/ada/acats
9291 Only run [a-z]* directories, to filter out e.g. CVS.
9292 Redirect build output to log file.
9293
9294 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
9295
9296 * README.ada: Removed, integrated in ../doc/sourcebuild.texi
9297
9298 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
9299
9300 PR ada/5909:
9301 * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
9302
9303 2003-10-27 Jakub Jelinek <jakub@redhat.com>
9304
9305 * gcc.c-torture/compile/20031023-1.c: New test.
9306 * gcc.c-torture/compile/20031023-2.c: New test.
9307 * gcc.c-torture/compile/20031023-3.c: New test.
9308 * gcc.c-torture/compile/20031023-4.c: New test.
9309
9310 2003-10-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9311
9312 PR c++/10371
9313 * g++.dg/lookup/scoped8.C: New test.
9314
9315 2003-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
9316
9317 * g++.dg/opt/reg-stack3.C: New test.
9318
9319 2003-10-24 Joseph S. Myers <jsm@polyomino.org.uk>
9320
9321 * gcc.dg/c99-arraydecl-2.c: New test. PR c/11943.
9322
9323 2003-10-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9324
9325 PR c++/11076
9326 * g++.dg/template/crash13.C: New test.
9327
9328 2003-10-24 Joseph S. Myers <jsm@polyomino.org.uk>
9329
9330 * gcc.dg/c99-restrict-2.c: New test.
9331
9332 2003-10-24 Nathan Sidwell <nathan@codesourcery.com>
9333
9334 PR c++/12698, c++/12699, c++/12700, c++/12566
9335 * g++.dg/inherit/covariant9.C: New test.
9336 * g++.dg/inherit/covariant10.C: New test.
9337 * g++.dg/inherit/covariant11.C: New test.
9338
9339 2003-10-23 Jason Merrill <jason@redhat.com>
9340
9341 PR c++/12726
9342 * g++.dg/ext/complit2.C: New test.
9343
9344 2003-10-20 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
9345
9346 PR target/12654
9347 * gcc.c-torture/execute/20031020-1.c: New test.
9348
9349 2003-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9350
9351 * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
9352 following the jump_insn.
9353
9354 2003-10-22 Joseph S. Myers <jsm@polyomino.org.uk>
9355
9356 * gcc.dg/cast-lvalue-1.c: New test.
9357
9358 2003-10-21 Mark Mitchell <mark@codesourcery.com>
9359
9360 PR c++/11962
9361 * g++.dg/template/cond2.C: New test.
9362
9363 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
9364
9365 * gcc.dg/builtins-28.c: New test.
9366
9367 2003-10-20 Jan Hubicka <jh@suse.cz>
9368
9369 * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
9370 parameter.
9371 * testsuite/gcc.dg/inline-2.c: Likewise.
9372
9373 2003-10-20 Phil Edwards <phil@codesourcery.com>
9374
9375 * gcc.dg/20021014-1.c: XFAIL for *-*-windiss targets.
9376 * gcc.dg/nest.c: Likewise.
9377
9378 2003-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9379
9380 PR c++/9781, c++/10583, c++/11862
9381 * g++.dg/parse/crash13.C: New test.
9382
9383 2003-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9384
9385 * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
9386
9387 2003-10-20 Eric Botcazou <ebotcazou@libertysurf.fr>
9388
9389 * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
9390 Define HAVE_C99_RUNTIME except on Solaris.
9391 * gcc.dg/builtins-20.c: Likewise.
9392
9393 2003-10-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9394
9395 * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
9396
9397 2003-10-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9398
9399 PR c++/12495
9400 * g++.dg/template/crash21.C: New test.
9401
9402 2003-10-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9403
9404 PR c++/2513
9405 * g++.dg/template/typename5.C: New test.
9406
9407 2003-10-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9408
9409 PR c++/12369
9410 * g++.dg/template/friend25.C: New test.
9411
9412 2003-10-16 Ziemowit Laski <zlaski@apple.com>
9413
9414 * objc.dg/try-catch-2.m: Relax target triple to all Darwin
9415 versions.
9416
9417 2003-10-16 Kazu Hirata <kazu@cs.umass.edu>
9418
9419 * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
9420 == 2147483647.
9421
9422 2003-10-15 Kazu Hirata <kazu@cs.umass.edu>
9423
9424 * gcc.c-torture/execute/960416-1.x: Remove.
9425 * gcc.c-torture/execute/divconst-3.x: Likewise.
9426
9427 2003-10-15 Hans-Peter Nilsson <hp@axis.com>
9428
9429 PR target/12598
9430 * gcc.dg/torture/cris-volatile-1.c: New test.
9431
9432 2003-10-14 Roger Sayle <roger@eyesopen.com>
9433
9434 PR optimization/9325
9435 * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
9436 for overflowing floating point to integer conversion during RTL
9437 simplification.
9438
9439 2003-10-13 Ziemowit Laski <zlaski@apple.com>
9440
9441 * objc/execute/_cmd.m: Fix typo.
9442 * objc.dg/image-info.m, objc.dg/symtab-1.m:
9443 Relax 'scan-assembler' regexp.
9444 * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
9445 objc.dg/try-catch-4.m: Run on non-Darwin targets.
9446 * objc.dg/zero-link-2.m: Remove blank line.
9447 * objc.dg/zero-link-3.m: New test case.
9448
9449 2003-10-13 Geoffrey Keating <geoffk@apple.com>
9450
9451 * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
9452
9453 * gcc.dg/asm-names.c: Use scan-assembler-not rather
9454 than linker trickery.
9455
9456 2003-10-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9457
9458 PR c++/12370
9459 * g++.dg/other/friend2.C: New test.
9460
9461 2003-10-12 Steven Bosscher <steven@gcc.gnu.org>
9462
9463 * gcc.dg/20031012-1.c: New test.
9464
9465 2003-10-12 Steven Bosscher <steven@gcc.gnu.org>
9466
9467 * gcc.dg/weak/weak-3.c: Fix for new warning.
9468
9469 2003-10-12 Kelley Cook <kcook@gcc.gnu.org>
9470
9471 PR optimization/8750
9472 * gcc.c-torture/execute/20031012-1.c: New test case.
9473
9474 2003-10-11 Roger Sayle <roger@eyesopen.com>
9475
9476 * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
9477 that inline strncmp as cmpstrsi on i386 when compiled with -Os.
9478
9479 2003-10-11 Roger Sayle <roger@eyesopen.com>
9480
9481 PR optimization/12260
9482 * gcc.c-torture/compile/20031011-2.c: New test case.
9483
9484 2003-10-11 Roger Sayle <roger@eyesopen.com>
9485
9486 * gcc.c-torture/execute/20031011-1.c: New testcase.
9487
9488 2003-10-11 Eric Botcazou <ebotcazou@libertysurf.fr>
9489
9490 * gcc.c-torture/compile/20031011-1.c: New test.
9491
9492 2003-10-11 Jan Hubicka <jh@suse.cz>
9493
9494 * g++.dg/other/first-global.C: New test.
9495
9496 2003-10-11 Roger Sayle <roger@eyesopen.com>
9497
9498 * gcc.c-torture/execute/string-opt-18.c: New testcase.
9499
9500 2003-10-10 Ian Lance Taylor <ian@wasabisystems.com>
9501
9502 * gcc.c-torture/compile/20031010-1.c: New test.
9503
9504 2003-10-10 Geoffrey Keating <geoffk@apple.com>
9505
9506 * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
9507 * gcc.c-torture/execute/va-arg-25.c: ... here.
9508
9509 2003-10-09 Mark Mitchell <mark@codesourcery.com>
9510
9511 * g++.dg/ext/attrib8.C: Only run it on x86 targets.
9512
9513 2003-10-08 Richard Sandiford <rsandifo@redhat.com>
9514
9515 * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
9516
9517 2003-10-08 Giovanni Bajo <giovannibajo@libero.it>
9518
9519 * g++.dg/parse/error2.C: New test.
9520
9521 2003-10-08 Giovanni Bajo <giovannibajo@libero.it>
9522
9523 PR c++/11097
9524 * g++.dg/other/error5.C: Modify the error message.
9525 * g++.dg/lookup/using8.C: New test.
9526
9527 2003-10-07 Geoffrey Keating <geoffk@apple.com>
9528
9529 * gcc.dg/darwin-abi-2.c: New file.
9530 * gcc.c-torture/execute/va-arg-24.c: New file.
9531
9532 2003-10-06 Bob Wilson <bob.wilson@acm.org>
9533
9534 * g++.dg/template/spec10.C: Set exit value to zero on success. Fix
9535 indentation.
9536
9537 2003-10-06 Mark Mitchell <mark@codesourcery.com>
9538
9539 PR c++/10147
9540 * g++.dg/other/error4.C: Update error messages.
9541 * g++.dg/template/ptrmem4.C: Likewise.
9542
9543 PR c++/12337
9544 * g++.dg/init/new9.C: New test.
9545
9546 PR c++/12334, c++/12236, c++/8656
9547 * g++.dg/ext/attrib8.C: New test.
9548
9549 2003-10-06 Devang Patel <dpatel@apple.com>
9550
9551 * gcc.dg/debug/dwarf2-3.h: New test.
9552 * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
9553
9554 2003-10-06 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
9555
9556 * g++.dg/opt/cfg2.C: New test.
9557
9558 2003-10-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9559
9560 * g++.dg/opt/float1.C: New test.
9561
9562 2003-10-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9563
9564 * gcc.dg/c90-array-lval-6.c: New test.
9565 * gcc.dg/c99-array-lval-6.c: New test.
9566
9567 2003-10-03 Alexander Malmberg <alexander@malmberg.org>
9568 Ziemowit Laski <zlaski@apple.com>
9569
9570 * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
9571 'Derived', so that it is never considered a class method; add
9572 new warning for '+port' method ambiguity.
9573 * objc.dg/method-12.m: Include <objc/objc.h> instead of
9574 <objc/objc-api.h> (needed on Mac OS X).
9575 * objc.dg/method-13.m: New test.
9576
9577 2003-10-03 Roger Sayle <roger@eyesopen.com>
9578
9579 PR optimization/9325, PR java/6391
9580 * gcc.c-torture/execute/20031003-1.c: New test case.
9581
9582 2003-10-02 Mark Mitchell <mark@codesourcery.com>
9583
9584 PR optimization/12180
9585 * gcc.dg/20031002-1.c: New test.
9586
9587 PR c++/12486
9588 * g++.dg/inherit/error1.C: New test.
9589
9590 2003-10-02 Chris Demetriou <cgd@broadcom.com>
9591
9592 * lib/f-torture.exp (search_for): Rename to...
9593 (search_for_re): This. Also, clean up comments and the
9594 "regexp" invocation.
9595
9596 2003-10-02 Josef Zlomek <zlomekj@suse.cz>
9597
9598 * gcc.c-torture/compile/20031002-1.c: New test.
9599
9600 2003-10-02 Jakub Jelinek <jakub@redhat.com>
9601
9602 * g++.dg/opt/cond1.C: New test.
9603
9604 2003-10-01 Kelley Cook <kelleycook@wideopenwest.com>
9605
9606 * gcc.dg/Wold-style-definition-2.c: New testcase.
9607 * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
9608
9609 2003-09-29 Richard Henderson <rth@redhat.com>
9610
9611 * g++.dg/init/array10.C: Add dg-options.
9612
9613 2003-09-29 Eric Botcazou <ebotcazou@libertysurf.fr>
9614
9615 * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
9616
9617 2003-09-28 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9618
9619 * g++.dg/template/friend19.C: Fix typo.
9620 * g++.old-deja/g++.other/crash31.C: Adjust expected error.
9621
9622 2003-09-28 Richard Sandiford <rsandifo@redhat.com>
9623
9624 * gcc.c-torture/execute/20030928-1.c: New test.
9625 * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
9626
9627 2003-09-27 Eric Botcazou <ebotcazou@libertysurf.fr>
9628
9629 * g++.dg/opt/unroll1.C: New test.
9630
9631 2003-09-26 Roger Sayle <roger@eyesopen.com>
9632
9633 PR optimization/11741
9634 * gcc.dg/20030926-1.c: New test case.
9635
9636 2003-09-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9637
9638 PR c++/5655
9639 * g++.dg/parse/access7.C: New test.
9640 * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
9641
9642 2003-09-24 Ziemowit Laski <zlaski@apple.com>
9643
9644 MERGE OF objc-improvements-branch into MAINLINE:
9645 * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
9646 if libobjc has not been built.
9647 * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
9648 objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
9649 objc/execute/class-self-2.m, objc/execute/many_args_method.m,
9650 objc/execute/nested-3.m, objc/execute/np-2.m,
9651 objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
9652 objc/execute/redefining_self.m, objc/execute/root_methods.m,
9653 objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
9654 objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
9655 objc.dg/special/unclaimed-category-1.h,
9656 objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
9657 well as GNU runtime.
9658 * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
9659 * execute/cascading-1.m, execute/function-message-1.m,
9660 objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
9661 objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
9662 objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
9663 objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
9664 objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
9665 objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
9666 objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
9667 objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
9668 objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
9669 * objc.dg/bitfield-2.m: Run only on Darwin.
9670 * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
9671 objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
9672 objc.dg/proto-lossage-1.m: Adjust for message wording changes.
9673 * objc.dg/const-str-1.m: Fix constant string layout.
9674
9675 2003-09-24 Alexandre Oliva <aoliva@redhat.com>
9676
9677 * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
9678
9679 2003-09-23 Geoffrey Keating <geoffk@apple.com>
9680
9681 * gcc.dg/darwin-abi-1.c: New file.
9682
9683 2003-09-21 Andrew Pinski <pinskia@physics.uc.edu>
9684
9685 PR target/12281
9686 * gcc.c-torture/compile/20030921-1.c: New test.
9687
9688 2003-09-22 Eric Botcazou <ebotcazou@libertysurf.fr>
9689
9690 * g++.dg/opt/reg-stack2.C: New test.
9691
9692 2003-09-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
9693
9694 * g++.dg/eh/delayslot1.C: New test.
9695
9696 2003-09-20 Richard Henderson <rth@redhat.com>
9697
9698 * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
9699
9700 2003-09-20 Roger Sayle <roger@eyesopen.com>
9701
9702 * gcc.c-torture/execute/20030920-1.c: New test case.
9703
9704 2003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9705
9706 * g++.dg/rtti/typeid3.C: Correct expected error message.
9707
9708 2003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9709
9710 PR c++/157
9711 * g++.dg/parse/crash12.C: New test.
9712
9713 2003-09-19 Janis Johnson <janis187@us.ibm.com>
9714
9715 * gcc.dg/compat/mixed-struct-check.h: New.
9716 * gcc.dg/compat/mixed-struct-defs.h: New.
9717 * gcc.dg/compat/mixed-struct-init.h: New.
9718 * gcc.dg/compat/struct-by-value-19_main.c: New.
9719 * gcc.dg/compat/struct-by-value-19_x.c: New.
9720 * gcc.dg/compat/struct-by-value-19_y.c: New.
9721 * gcc.dg/compat/struct-by-value-20_main.c: New.
9722 * gcc.dg/compat/struct-by-value-20_x.c: New.
9723 * gcc.dg/compat/struct-by-value-20_y.c: New.
9724 * gcc.dg/compat/struct-return-19_main.c: New.
9725 * gcc.dg/compat/struct-return-19_x.c: New.
9726 * gcc.dg/compat/struct-return-19_y.c: New.
9727 * gcc.dg/compat/struct-return-20_main.c: New.
9728 * gcc.dg/compat/struct-return-20_x.c: New.
9729 * gcc.dg/compat/struct-return-20_y.c: New.
9730
9731 2003-09-19 Andrew Pinski <pinskia@physics.uc.edu>
9732 * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
9733 so that it will not complain on LP64 targets.
9734
9735 2003-09-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9736
9737 PR c++/495
9738 * g++.dg/template/friend24.C: New test.
9739
9740 2003-09-19 Nathan Sidwell <nathan@codesourcery.com>
9741
9742 PR c++/12332
9743 * g++.dg/template/memtmpl2.C: New test.
9744
9745 2003-09-18 Mark Mitchell <mark@codesourcery.com>
9746
9747 PR target/11184
9748 * gcc.dg/builtin-apply1.c: New test.
9749
9750 2003-09-18 Nathan Sidwell <nathan@codesourcery.com>
9751
9752 PR c++/9848
9753 * g++.dg/warn/Wunused-4.C: New test.
9754
9755 2003-09-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9756
9757 PR c++/12316
9758 * g++.dg/other/gc2.C: New test.
9759
9760 2003-09-17 Mark Mitchell <mark@codesourcery.com>
9761
9762 PR c++/11991
9763 * g++.dg/rtti/typeid3.C: New test.
9764
9765 PR c++/12266
9766 * g++.dg/overload/template1.C: New test.
9767
9768 2003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr>
9769
9770 * g++.dg/opt/cfg3.C: New test.
9771
9772 2003-09-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9773
9774 PR c++/7939
9775 * g++.dg/template/crash11.C: New test.
9776
9777 2003-09-16 Jason Merrill <jason@redhat.com>
9778 Jakub Jelinek <jakub@redhat.com>
9779
9780 * gcc.dg/attr-warn-unused-result.c: New test.
9781
9782 2003-09-15 Nathan Sidwell <nathan@codesourcery.com>
9783
9784 PR c++/12184
9785 * g++.dg/expr/call2.C: New test.
9786
9787 2003-09-15 Andreas Jaeger <aj@suse.de>
9788
9789 * gcc.dg/Wold-style-definition-1.c: New test.
9790
9791 2003-09-14 Mark Mitchell <mark@codesourcery.com>
9792
9793 PR c++/3907
9794 * g++.dg/parse/template12.C: New test.
9795
9796 * g++.dg/abi/bitfield11.C: New test.
9797 * g++.dg/abi/bitfield12.C: Likewise.
9798
9799 2003-09-14 Alexandre Oliva <aoliva@redhat.com>
9800
9801 * gcc.dg/cpp/separate-1.c: Adjust line of error. Test for correct
9802 non-expansion of functional macro name without arguments at EOL.
9803 * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change. Likewise.
9804
9805 2003-09-14 Richard Sandiford <rsandifo@redhat.com>
9806
9807 * gcc.c-torture/execute/20030914-[12].c: New tests.
9808
9809 2003-09-11 Nathan Sidwell <nathan@codesourcery.com>
9810
9811 PR c++/11788
9812 * g++.dg/overload/addr1.C: New test.
9813
9814 2003-09-10 Ian Lance Taylor <ian@wasabisystems.com>
9815
9816 * gcc.dg/20030909-1.c: New test.
9817
9818 2003-09-10 Eric Botcazou <ebotcazou@libertysurf.fr>
9819
9820 * gcc.dg/ultrasp10.c: New test.
9821
9822 2003-09-09 Devang Patel <dpatel@apple.com>
9823
9824 * gcc.dg/darwin-ld-6.c: New test.
9825
9826 2003-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9827
9828 * gcc.dg/torture/builtin-explog-1.c: New testcase.
9829
9830 2003-09-08 Mark Mitchell <mark@codesourcery.com>
9831
9832 * gcc.dg/ia64-types1.c: New test.
9833 * gcc.dg/ia64-types2.c: Likewise.
9834
9835 2003-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9836
9837 * gcc.dg/builtins-1.c: Add more _Complex tests.
9838 * gcc.dg/torture/builtin-attr-1.c: Likewise.
9839
9840 * gcc.dg/builtins-1.c: Test existing _Complex functions.
9841 * gcc.dg/torture/builtin-attr-1.c: Likewise.
9842
9843 2003-09-08 Mark Mitchell <mark@codesourcery.com>
9844
9845 PR c++/11786
9846 * g++.dg/lookup/koenig2.C: New test.
9847
9848 PR c++/5296
9849 * g++.dg/rtti/typeid2.C: New test.
9850
9851 2003-09-08 Jakub Jelinek <jakub@redhat.com>
9852
9853 * gcc.c-torture/compile/20030904-1.c: New test.
9854
9855 2003-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
9856
9857 * g++.dg/opt/longbranch2.C: New test.
9858
9859 2003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
9860
9861 * g++.dg/template/crash10.C: Only compile it.
9862
9863 2003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
9864
9865 PR middle-end/11665
9866 * gcc.c-torture/compile/20030907-1.c: New test.
9867 * g++.dg/init/array11.C: New test.
9868
9869 2003-09-07 Mark Mitchell <mark@codesourcery.com>
9870
9871 PR c++/11852
9872 * g++.dg/init/struct1.C: New test.
9873
9874 2003-09-07 Mark Mitchell <mark@codesourcery.com>
9875
9876 PR c++/12181
9877 * g++.dg/expr/comma1.C: New test.
9878
9879 2003-09-06 Mark Mitchell <mark@codesourcery.com>
9880
9881 PR c++/11867
9882 * g++.dg/expr/static_cast5.C: New test.
9883
9884 2003-09-06 Andrew Pinski <pinskia@physics.uc.edu>
9885
9886 PR c++/11507
9887 * g++.dg/lookup/scoped7.C: New test.
9888
9889 PR c++/9574
9890 * g++.dg/other/static1.C: New test.
9891
9892 PR c++/11490
9893 * g++.dg/warn/template-1.C: New test.
9894
9895 PR c++/11432
9896 * g++.dg/template/crash10.C: New test.
9897
9898 PR c++/2478
9899 * g++.dg/overload/VLA.C: New test.
9900
9901 PR c++/10804
9902 * g++.dg/template/call1.C: New test.
9903
9904 2003-09-06 Nathan Sidwell <nathan@codesourcery.com>
9905
9906 PR c++/11794
9907 * g++.dg/parse/using3.C: New test.
9908
9909 2003-09-06 Roger Sayle <roger@eyesopen.com>
9910
9911 PR c++/11409
9912 * g++.dg/overload/builtin3.C: New test case.
9913
9914 2003-09-06 Steven Bosscher <steven@gcc.gnu.org>
9915
9916 PR c/9862
9917 * gcc.dg/20030906-1.c: New test.
9918 * gcc.dg/20030906-2.c: Likewise.
9919
9920 2003-09-06 Nathan Sidwell <nathan@codesourcery.com>
9921
9922 PR c++/12167
9923 * g++.dg/parse/defarg5.C: New test.
9924
9925 * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
9926
9927 2003-09-05 Mark Mitchell <mark@codesourcery.com>
9928
9929 PR c++/12163
9930 * g++.dg/expr/static_cast4.C: New test.
9931
9932 PR c++/12146
9933 * g++.dg/template/crash9.C: New test.
9934
9935 2003-09-05 Andrew Pinski <pinskia@physics.uc.edu>
9936
9937 * g++.old-deja/g++.ext/pretty2.C: Update for change
9938 in __FUNCTION__.
9939 * g++.old-deja/g++.ext/pretty3.C: Likewise.
9940
9941 2003-09-05 Nathan Sidwell <nathan@codesourcery.com>
9942
9943 PR c++/11922
9944 * g++/dg/template/qualified-id1.C: New test.
9945
9946 PR c++/12037
9947 * g++.dg/warn/noeffect4.C: New test.
9948
9949 2003-09-04 Matt Austern <austern@apple.com>
9950
9951 * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
9952 * g++.dg/ext/fnname2.C: Likewise.
9953 * g++.dg/ext/fnname3.C: Likewise.
9954
9955 2003-09-04 Mark Mitchell <mark@codesourcery.com>
9956
9957 * g++.dg/expr/lval1.C: New test.
9958 * g++.dg/ext/lvcast.C: Remove.
9959
9960 2003-09-03 Roger Sayle <roger@eyesopen.com>
9961
9962 PR optimization/11700.
9963 * gcc.c-torture/compile/20030903-1.c: New test case.
9964
9965 2003-09-03 Mark Mitchell <mark@codesourcery.com>
9966
9967 PR c++/12053
9968 * g++.dg/abi/layout4.C: New test.
9969
9970 2003-09-02 Scott Brumbaugh <scottb.lists@verizon.net>
9971
9972 PR c++/11553
9973 * g++.dg/parse/friend3.C: New test.
9974
9975 2003-09-02 Mark Mitchell <mark@codesourcery.com>
9976
9977 PR c++/11847
9978 * g++.dg/template/class1.C: New test.
9979
9980 PR c++/11808
9981 * g++.dg/expr/call1.C: New test.
9982
9983 2003-09-01 Mark Mitchell <mark@codesourcery.com>
9984
9985 PR c++/12114
9986 * g++.dg/init/ref9.C: New test.
9987
9988 PR c++/11972
9989 * g++.dg/template/nested4.C: New test.
9990
9991 2003-08-29 Mark Mitchell <mark@codesourcery.com>
9992
9993 PR c++/12093
9994 * g++.dg/template/non-dependent4.C: New test.
9995
9996 PR c++/11928
9997 * g++.dg/inherit/conv1.C: New test.
9998
9999 2003-08-29 Mark Mitchell <mark@codesourcery.com>
10000
10001 PR c++/6196
10002 * g++.dg/ext/label1.C: New test.
10003 * g++.dg/ext/label2.C: Likewise.
10004
10005 2003-08-28 Mark Mitchell <mark@codesourcery.com>
10006
10007 * g++.dg/expr/cond3.C: New test.
10008
10009 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10010
10011 * gcc.dg/builtins-1.c: Add new builtin cases.
10012
10013 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10014
10015 * gcc.dg/builtins-1.c: Add new cases.
10016 * gcc.dg/torture/builtin-attr-1.c: Likewise.
10017
10018 2003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10019
10020 * gcc.dg/builtins-1.c: Add more math builtin tests.
10021 * gcc.dg/torture/builtin-attr-1.c: New test.
10022
10023 2003-08-28 Mark Mitchell <mark@codesourcery.com>
10024
10025 PR optimization/5079
10026 * g++.dg/opt/static3.C: New test.
10027
10028 2003-08-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10029
10030 * gcc.misc-tests/gcov-10b.c: New test.
10031
10032 2003-08-27 Mark Mitchell <mark@codesourcery.com>
10033
10034 * g++.dg/opt/ptrmem3.C: New test.
10035
10036 * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
10037
10038 2003-08-27 Jakub Jelinek <jakub@redhat.com>
10039
10040 * gcc.dg/20030826-2.c: New test.
10041
10042 2003-08-26 Roger Sayle <roger@eyesopen.com>
10043
10044 PR middle-end/12002
10045 * g77.f-torture/compile/12002.f: New test case.
10046
10047 2003-08-26 Roger Sayle <roger@eyesopen.com>
10048
10049 * gcc.dg/20030826-1.c: New test case.
10050
10051 2003-08-26 Matt Kraai <kraai@alumni.cmu.edu>
10052
10053 * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
10054
10055 2003-08-26 Nathan Sidwell <nathan@codesourcery.com>
10056
10057 PR c++/11871
10058 * c++.dg/lookup/crash1.C: New test.
10059
10060 * c++.dg/warn/noeffect3.C: New test.
10061
10062 2003-08-25 Janis Johnson <janis187@us.ibm.com>
10063
10064 * gcc.dg/compat/vector-1_x.c: Compile with -w.
10065 * gcc.dg/compat/vector-1_y.c: Ditto.
10066 * gcc.dg/compat/vector-2_x.c: Ditto.
10067 * gcc.dg/compat/vector-2_y.c: Ditto.
10068
10069 2003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
10070
10071 * gcc.dg/20030702-1.c: New test.
10072
10073 2003-08-25 Mark Mitchell <mark@codesourcery.com>
10074
10075 PR c++/8795
10076 * g++.dg/ext/altivec-1.C: New test.
10077
10078 2003-08-24 Richard Henderson <rth@redhat.com>
10079
10080 * g++.dg/eh/simd-2.C: Add -w for x86.
10081
10082 2003-08-23 Jakub Jelinek <jakub@redhat.com>
10083
10084 * gcc.dg/20030815-1.c: New test.
10085
10086 2003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10087
10088 PR c++/3765
10089 * g++.dg/parse/access6.C: New test.
10090
10091 2003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10092
10093 PR c++/641, c++/11876
10094 * g++.dg/template/friend22.C: New test.
10095 * g++.dg/template/friend23.C: Likewise.
10096
10097 2003-08-22 Mark Mitchell <mark@codesourcery.com>
10098
10099 * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
10100 identically.
10101
10102 2003-08-22 Mark Mitchell <mark@codesourcery.com>
10103
10104 * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
10105
10106 2003-08-22 Mark Mitchell <mark@codesourcery.com>
10107
10108 * gcc.dg/20020313-1.c: Add "-w" to dg-options.
10109
10110 2003-08-22 Mark Mitchell <mark@codesourcery.com>
10111
10112 * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
10113
10114 2003-08-22 Mark Mitchell <mark@codesourcery.com>
10115
10116 * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
10117
10118 2003-08-21 Mark Mitchell <mark@codesourcery.com>
10119
10120 PR c++/11919
10121 * g++.dg/overload/prom1.C: New test.
10122
10123 PR c++/11551
10124 * g++.dg/parse/dtor2.C: New test.
10125
10126 PR c++/10762
10127 * g++.dg/parse/using2.C: New test.
10128
10129 2003-08-21 Kazu Hirata <kazu@cs.umass.edu>
10130
10131 PR target/11805
10132 * gcc.c-torture/compile/20030821-1.c: New.
10133
10134 2003-08-20 Mark Mitchell <mark@codesourcery.com>
10135
10136 PR c++/11834
10137 * g++.dg/template/deduce2.C: New test.
10138
10139 2003-08-21 Josef Zlomek <zlomekj@suse.cz>
10140
10141 * gcc.c-torture/execute/20030821-1.c: New test.
10142
10143 2003-08-20 Roger Sayle <roger@eyesopen.com>
10144
10145 PR middle-end/11984
10146 * gcc.dg/20030820-1.c: New test case.
10147
10148 2003-08-20 Nathan Sidwell <nathan@codesourcery.com>
10149
10150 PR c++/11945
10151 * g++.dg/warn/noeffect2.C: New test.
10152
10153 2003-08-19 Mark Mitchell <mark@codesourcery.com>
10154
10155 PR c++/10926
10156 * g++.dg/template/dtor2.C: New test.
10157
10158 PR c++/11684
10159 * g++.dg/template/operator1.C: New test.
10160 * g++.dg/parse/operator4.C: New test.
10161
10162 PR c++/11946.C
10163 * g++.dg/expr/enum1.C: New test.
10164 * gcc.dg/c99-bool-1.c: Remove bogus warning.
10165
10166 PR c++/11036.C
10167 * g++.dg/parse/elab2.C: New test.
10168 * g++.dg/parse/typedef4.C: Change error message.
10169 * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
10170 * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
10171 * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
10172
10173 2003-08-19 Geoffrey Keating <geoffk@apple.com>
10174
10175 * gcc.dg/pch/warn-1.c: New.
10176 * gcc.dg/pch/warn-1.hs: New.
10177
10178 * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
10179 not-tested file.
10180
10181 2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
10182
10183 * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
10184
10185 2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
10186
10187 * gcc.dg/uninit-D.c: New Test.
10188 * gcc.dg/uninit-E.c: New Test.
10189 * gcc.dg/uninit-F.c: New Test.
10190 * gcc.dg/uninit-G.c: New Test.
10191
10192 2003-08-19 Michael Ritzert <ritzert@t-online.de>
10193
10194 * g++.dg/README: Describe the pch directory.
10195
10196 2003-08-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10197
10198 PR c++/11174
10199 * g++.dg/parse/access4.C: New test.
10200 * g++.dg/parse/access5.C: Likewise.
10201 * g++.old-deja/g++.jason/access17.C: Adjust error message.
10202
10203 2003-08-18 Matt Kraai <kraai@alumni.cmu.edu>
10204
10205 * gcc.dg/noncompile/20030818-1.c: New.
10206
10207 2003-08-18 Nathan Sidwell <nathan@codesourcery.com>
10208
10209 PR c++/11957
10210 * g++.dg/warn/noeffect1.C: New test.
10211
10212 * g++.dg/template/scope2.C: New test.
10213 * g++.dg/template/error2.C: Correct dg-error
10214
10215 2003-08-18 Richard Sandiford <rsandifo@redhat.com>
10216
10217 * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
10218
10219 2003-08-16 Nathan Sidwell <nathan@codesourcery.com>
10220
10221 PR C++/11512
10222 * g++.dg/template/warn1.C: New.
10223
10224 2003-08-15 Nathan Sidwell <nathan@codesourcery.com>
10225
10226 * g++.dg/template/error2.C: New test.
10227 * g++.dg/lookup/using7.C: Adjust errors
10228 * g++.old-deja/g++.pt/crash36.C: Likewise.
10229 * g++.old-deja/g++.pt/derived3.C: Likewise.
10230
10231 2003-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10232
10233 * gcc.c-torture/execute/builtins/lib/strcat.c: New.
10234 * gcc.c-torture/execute/builtins/string-9-lib.c: New.
10235 * gcc.c-torture/execute/builtins/string-9.c: New, from
10236 string-opt-9.c. Adjust for execute/builtins framework.
10237 * gcc.c-torture/execute/string-opt-9.c: Delete.
10238
10239 2003-08-12 Mark Mitchell <mark@codesourcery.com>
10240
10241 * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
10242
10243 * g++.dg/parse/ret-type2.C: New test.
10244
10245 PR c++/11703
10246 * g++.dg/init/new8.C: New test.
10247
10248 PR c++/10923
10249 * g++.dg/parse/typedef5.C: New test.
10250
10251 PR c++/9512
10252 * g++.dg/parse/qualified2.C: New test.
10253 * g++.old-deja/g++.other/decl5.C: Mark one more instance of
10254 invalid code.
10255
10256 2003-08-11 Mark Mitchell <mark@codesourcery.com>
10257
10258 * g++.dg/conversion/ptrmem1.C: New test.
10259
10260 2003-08-11 Jakub Jelinek <jakub@redhat.com>
10261
10262 PR target/11693
10263 * gcc.dg/20030811-1.c: New test.
10264
10265 PR target/11535
10266 * gcc.c-torture/execute/20030811-1.c: New test.
10267
10268 2003-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10269
10270 * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
10271
10272 2003-08-10 Mark Mitchell <mark@codesourcery.com>
10273
10274 PR c++/11789.C
10275 * g++.dg/inherit/multiple1.C: New test.
10276
10277 2003-08-10 Nathan Sidwell <nathan@codesourcery.com>
10278
10279 * gcc.dg/spe1.c: New test.
10280
10281 PR c++/11670
10282 * g++.dg/expr/cast2.C: New test.
10283
10284 PR c++/10530
10285 * g++.dg/template/dependent-name2.C: New test.
10286
10287 2003-08-08 Andrew Pinski <pinskia@physics.uc.edu>
10288
10289 * g++.dg/parse/crash11.C: Put the dg options in comments.
10290
10291 2003-08-08 Neil Booth <neil@daikokuya.co.uk>
10292
10293 * lib/gcc-dg.exp: Update for diagnostic change.
10294
10295 2003-08-07 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10296
10297 PR c++/5767
10298 * g++.dg/parse/crash11.C: New test.
10299
10300 2003-08-06 Alexandre Oliva <aoliva@redhat.com>
10301
10302 * gcc.dg/cpp/spacing1.c: Update.
10303
10304 2003-08-04 Janis Johnson <janis187@us.ibm.com>
10305
10306 PR target/11739
10307 * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
10308 a value for -mtune.
10309
10310 2003-08-04 Roger Sayle <roger@eyesopen.com>
10311
10312 PR middle-end/11771
10313 * gcc.c-torture/compile/20030804-1.c: New test case.
10314
10315 2003-08-04 Roger Sayle <roger@eyesopen.com>
10316
10317 * gcc.dg/20030804-1.c: New test case.
10318
10319 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
10320
10321 * gcc.dg/cpp/separate-1.c: New test.
10322
10323 2003-08-03 Nathan Sidwell <nathan@codesourcery.com>
10324
10325 PR c++/11704
10326 * g++.dg/template/dependent-expr2.C: New test.
10327
10328 PR c++/11766
10329 * g++.dg/expr/ptrmem1.C: New test.
10330
10331 2003-08-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10332
10333 PR c++/9453
10334 * g++.dg/template/friend15.C: New test.
10335
10336 2003-08-03 Neil Booth <neil@daikokuya.co.uk>
10337
10338 * lib/dg-pch.exp: Work round PCH bug.
10339
10340 2003-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10341
10342 * gcc.dg/builtins-1.c: Add macro helpers. Add missing math
10343 builtins. Move cases from builtins-4.c here.
10344
10345 * gcc.dg/torture/builtin-math-1.c: New test taken from
10346 bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
10347 additional cases.
10348
10349 * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
10350 Delete.
10351
10352 2003-08-02 Nathan Sidwell <nathan@codesourcery.com>
10353
10354 PR c++/9447
10355 * g++.dg/template/using7.C: New test.
10356
10357 2003-08-02 Neil Booth <neil@daikokuya.co.uk>
10358
10359 * import1.c, import2.c: New tests.
10360
10361 2003-08-01 Jakub Jelinek <jakub@redhat.com>
10362
10363 * g++.dg/eh/crossjump1.C: New test.
10364
10365 2003-08-01 Mark Mitchell <mark@codesourcery.com>
10366
10367 PR c++/11697
10368 * g++.dg/template/using6.C: New test.
10369
10370 PR c++/11744
10371 * g++.dg/template/koenig2.C: New test.
10372
10373 2003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10374
10375 PR c++/7983
10376 * g++.dg/parse/typedef4.C: New test.
10377
10378 2003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10379
10380 PR c++/8442, c++/8806
10381 * g++.dg/template/elab1.C: New test.
10382 * g++.dg/template/type2.C: Likewise.
10383 * g++.dg/template/ttp3.C: Adjust expected error message.
10384 * g++.old-deja/g++.law/visibility13.C: Likewise.
10385 * g++.old-deja/g++.niklas/t135.C: Likewise.
10386 * g++.old-deja/g++.pt/ttp41.C: Likewise.
10387 * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
10388 template argument.
10389 * g++.old-deja/g++.pt/ttp44.C: Likewise.
10390
10391 2003-08-01 Nathan Sidwell <nathan@codesourcery.com>
10392
10393 PR c++/11295
10394 * g++.dg/ext/stmtexpr1.C: New test.
10395
10396 * g++.dg/opt/tmp1.C: New test.
10397
10398 PR c++/11525
10399 * g++.dg/parse/constant4.C: New test.
10400
10401 PR c++/9447
10402 * g++.dg/template/using5.C: New test.
10403
10404 2003-07-31 Roger Sayle <roger@eyesopen.com>
10405
10406 * gcc.dg/builtins-27.c: New test case.
10407
10408 2003-07-31 Jakub Jelinek <jakub@redhat.com>
10409
10410 * gcc.dg/tls/opt-7.c: New test.
10411
10412 2003-07-31 Andrew Pinski <pinskia@physics.uc.edu>
10413
10414 * g++.old-deja/g++.other/crash18.C: Remove.
10415
10416 2003-07-31 Nathan Sidwell <nathan@codesourcery.com>
10417
10418 * g++.dg/template/explicit3.C: New.
10419 * g++.dg/template/explicit4.C: New.
10420 * g++.dg/template/explicit5.C: New.
10421
10422 PR c++/11347
10423 * g++.dg/template/memtmpl1.C: New.
10424
10425 2003-07-29 Andrew Pinski <pinskia@physics.uc.edu>
10426
10427 PR target/11565
10428 * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
10429 * gcc.dg/i386-387-5.c (dg-options): Likewise.
10430
10431 2003-07-30 Jan Hubicka <jh@suse.cz>
10432
10433 * vtgc1.c: Kill.
10434
10435 2003-07-29 Zack Weinberg <zack@codesourcery.com>
10436
10437 * gcc.dg/struct-in-proto-1.c: New test.
10438
10439 2003-07-29 Neil Booth <neil@daikokuya.co.uk>
10440
10441 * gcc.dg/cpp/include2.c: Only expect one message.
10442
10443 2003-07-29 Nathan Sidwell <nathan@codesourcery.com>
10444
10445 PR c++/9447
10446 * g++.dg/template/using1.C: New test.
10447 * g++.dg/template/using2.C: New test.
10448 * g++.dg/template/using3.C: New test.
10449 * g++.dg/template/using4.C: New test.
10450
10451 2003-07-29 Alexandre Oliva <aoliva@redhat.com>
10452
10453 * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
10454 * gcc.c-torture/execute/string-opt-10.c: Likewise.
10455
10456 2003-07-28 Jan Hubicka <jh@suse.cz>
10457
10458 PR c++/11530
10459 * g++.dg/opt/call1.C: New test.
10460
10461 2003-07-28 Alexandre Oliva <aoliva@redhat.com>
10462
10463 PR c++/11667
10464 * g++.dg/init/enum2.C: New test.
10465 * g++.dg/template/overload1.C: Add "-w" option.
10466
10467 2003-07-28 <hp@bitrange.com>
10468
10469 * gcc.dg/Wdeclaration-after-statement-1.c,
10470 gcc.dg/Wdeclaration-after-statement-2.c: New tests.
10471
10472 2003-07-28 Jakub Jelinek <jakub@redhat.com>
10473
10474 * gcc.c-torture/compile/20030725-1.c: New test.
10475
10476 2003-07-28 Aldy Hernandez <aldyh@redhat.com>
10477
10478 * gcc.dg/20030505.c: Only run for SPE.
10479 Remove definition of opaque type.
10480
10481 2003-07-27 Mark Mitchell <mark@codesourcery.com>
10482
10483 * g++.dg/template/ptrmem6.C: New test.
10484
10485 2003-07-26 Geoffrey Keating <geoffk@apple.com>
10486
10487 * gcc.c-torture/compile/zero-strct-2.c: New test.
10488
10489 2003-07-25 Geoffrey Keating <geoffk@apple.com>
10490
10491 * gcc.dg/intermod-1.c: New test.
10492
10493 2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
10494
10495 PR c++/11617
10496 * g++.dg/template/lookup2.C: New test.
10497 * g++.dg/template/memclass1.C: Remove instantiated from error.
10498 * g++.dg/other/error2.C: Tweak expected errors.
10499
10500 PR c++/11596
10501 * g++.dg/template/defarg3.C: New test.
10502
10503 * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
10504
10505 2003-07-24 Mark Mitchell <mark@codesourcery.com>
10506
10507 * g++.dg/inherit/access5.C: New test.
10508
10509 2003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10510
10511 PR c++/11513
10512 * g++.dg/template/crash8.C: New test.
10513
10514 2003-07-23 Steven Bosscher <steven@gcc.gnu.org>
10515
10516 PR c/10602
10517 * gcc.dg/noncompile/incomplete-2.c: New test.
10518
10519 2003-07-23 Mark Mitchell <mark@codesourcery.com>
10520
10521 PR c++/11645
10522 * g++.dg/inherit/access4.C: New test.
10523
10524 PR c++/11517
10525 * g++.dg/expr/cond2.C: New test.
10526
10527 PR optimization/10679
10528 * g++.dg/opt/inline4.C: New test.
10529
10530 2003-07-23 Nathan Sidwell <nathan@codesourcery.com>
10531
10532 * g++.dg/parse/crash10: New test.
10533
10534 2003-07-22 Nathan Sidwell <nathan@codesourcery.com>
10535
10536 * g++.dg/ext/flexary1.C: New test.
10537
10538 2003-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10539
10540 PR c++/10793
10541 * g++.dg/template/crash9.C: New test.
10542
10543 2003-07-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10544
10545 PR c++/3004
10546 * g++.dg/parse/typedef3.C: New test.
10547
10548 PR c++/7906
10549 * g++.dg/parse/operator2.C: New test.
10550
10551 PR c++/8895
10552 * g++.dg/parse/def-tmpl-arg1.C: New test.
10553
10554 PR c++/9282
10555 * g++.dg/parse/funptr1.C: New test.
10556
10557 PR c++/9452
10558 * g++.dg/parse/ambig3.C: New test.
10559
10560 PR c++/9454
10561 * g++.dg/parse/operator3.C: New test.
10562
10563 PR c++/9486
10564 * g++.dg/parse/template10.C: New test.
10565
10566 PR c++/9488
10567 * g++.dg/parse/template11.C: New test.
10568
10569 PR c++/10150
10570 * g++.dg/parse/invalid-op1.C: New test.
10571
10572 PR c++/10247
10573 * g++.dg/parse/condexpr1.C: New test.
10574
10575 2003-07-22 Nathan Sidwell <nathan@codesourcery.com>
10576
10577 * g++.dg/ext/packed3.C: New test.
10578 * g++.dg/ext/packed4.C: New test.
10579
10580 * gcc.dg/pack-test-3.c: New test.
10581
10582 2003-07-21 Janis Johnson <janis187@us.ibm.com>
10583
10584 * lib/compat.exp: Handle dg-options per source file.
10585 * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
10586 * g++.dg/compat/abi/bitfield1_y.C: Ditto.
10587 * g++.dg/compat/abi/bitfield2_x.C: Ditto.
10588 * g++.dg/compat/abi/bitfield2_y.C: Ditto.
10589 * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
10590 * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
10591 * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
10592 * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
10593 * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
10594 * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
10595 * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
10596 * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
10597 * g++.dg/compat/break/bitfield7_x.C: Ditto.
10598 * g++.dg/compat/break/bitfield7_y.C: Ditto.
10599
10600 2003-07-21 Andrew Pinski <pinskia@physics.uc.edu>
10601
10602 PR c/10320
10603 * gcc.c-torture/execute/20030718-1.c: New test.
10604
10605 2003-07-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10606
10607 PR optimization/11536
10608 * gcc.dg/20030721-1.c: New test.
10609
10610 2003-07-19 Mark Mitchell <mark@codesourcery.com>
10611
10612 PR c++/11546
10613 * g++.dg/template/lookup1.C: New test.
10614
10615 2003-07-19 Zack Weinberg <zack@codesourcery.com>
10616
10617 * gcc.dg/noncompile/label-1.c: New comprehensive test case for
10618 diagnostics of ill-formed constructs involving labels.
10619 * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
10620 the new 'previously defined here' message.
10621
10622 2003-07-18 Nathan Sidwell <nathan@codesourcery.com>
10623
10624 * g++.dg/parse/non-dependent2.C: New test.
10625
10626 2003-07-18 Andrew Pinski <pinskia@physics.uc.edu>
10627
10628 * g++.dg/init/init-ref4.C: xfail on targets without
10629 weak symbols.
10630
10631 2003-07-17 Jakub Jelinek <jakub@redhat.com>
10632
10633 PR target/11087
10634 * gcc.c-torture/execute/20030717-1.c: New test.
10635
10636 2003-07-18 Eric Botcazou <ebotcazou@libertysurf.fr>
10637
10638 * g++.dg/opt/cfg1.C: New test.
10639
10640 2003-07-17 Mark Mitchell <mark@codesourcery.com>
10641
10642 PR optimization/11557
10643 * gcc.dg/20030717-1.c: New test.
10644
10645 2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
10646
10647 PR c++/10476
10648 * g++.dg/expr/crash-1.C: New test.
10649
10650 PR c++/11027
10651 * g++.dg/template/init3.C: New test.
10652
10653 PR c++/8222
10654 * g++.dg/template/non-dependent1.C: New test.
10655
10656 PR c++/11070
10657 * g++.dg/template/non-dependent2.C: New test.
10658
10659 PR c++/11071
10660 * g++.dg/template/non-dependent3.C: New test.
10661
10662 PR c++/9907
10663 * g++.dg/template/sizeof5.C: New test.
10664
10665 2003-07-17 Geoffrey Keating <geoffk@apple.com>
10666
10667 PR 11498
10668 * gcc.c-torture/compile/mangle-1.c: New file.
10669
10670 2003-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10671
10672 PR c++/7809
10673 * g++.dg/parse/access3.C: New test.
10674
10675 2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
10676
10677 PR c++/11384
10678 * g++.dg/init/init-ref4.C: New test.
10679
10680 2003-07-16 Mark Mitchell <mark@codesourcery.com>
10681
10682 PR c++/11547
10683 * g++.dg/parse/constant3.C: New test.
10684 * g++.dg/parse/crash7.C: Likewise.
10685
10686 2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
10687
10688 PR target/11008
10689 * gcc.dg/i386-pentium4-not-mull.c: New.
10690
10691 2003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
10692
10693 * gcc.dg/asm-names.c (ymain): Make it weak.
10694
10695 2003-07-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10696
10697 PR c++/5421
10698 * g++.dg/template/friend21.C: New test.
10699
10700 2003-07-16 Jakub Jelinek <jakub@redhat.com>
10701
10702 * gcc.dg/cleanup-8.c: New test.
10703 * gcc.dg/cleanup-9.c: New test.
10704
10705 2003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
10706
10707 * g++.dg/ext/dll-MI1.h: New file.
10708 * g++.dg/ext/dllexport-MI1.C: New file.
10709 * g++.dg/ext/dllimport-MI1.C: New file.
10710
10711 2003-07-15 Jakub Jelinek <jakub@redhat.com>
10712
10713 * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
10714 it does not have cmpstrsi patterns (just cmpmemsi).
10715
10716 2003-07-15 Mark Mitchell <mark@codesourcery.com>
10717
10718 PR debug/11473
10719 * g++.dg/debug/debug8.C: New test.
10720
10721 2003-07-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10722
10723 PR c++/10108
10724 * g++.dg/template/crash7.C: New test.
10725
10726 2003-07-15 Kazu Hirata <kazu@cs.umass.edu>
10727
10728 PR target/10795
10729 * gcc.c-torture/compile/20030708-1.c: New.
10730
10731 2003-07-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10732
10733 * gcc.c-torture/execute/20030715-1.c: New test.
10734
10735 2003-07-14 Geoffrey Keating <geoffk@apple.com>
10736
10737 * gcc.dg/pch/inline-3.c: New file.
10738 * gcc.dg/pch/inline-3.hs: New file.
10739 * gcc.dg/pch/inline-4.c: New file.
10740 * gcc.dg/pch/inline-4.hs: New file.
10741
10742 2003-07-14 Mark Mitchell <mark@codesourcery.com>
10743
10744 PR c++/11509
10745 * g++.dg/template/crash6.C: New test.
10746
10747 PR c++/7053
10748 * g++.dg/template/friend20.C: New test.
10749
10750 PR c++/7019
10751 * g++.dg/template/overload2.C: New test.
10752
10753 2003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10754
10755 PR optimization/11440
10756 * gcc.c-torture/execute/20030714-1.c: New test.
10757
10758 2003-07-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10759
10760 PR c++/11154
10761 * g++.dg/template/partial2.C: New test.
10762
10763 2003-07-13 Mark Mitchell <mark@codesourcery.com>
10764
10765 PR c++/11503
10766 * g++.dg/template/anon1.C: New test.
10767
10768 PR c++/11493
10769 PR c++/11495
10770 * g++.dg/parse/template9.C: Likewise.
10771 * g++.dg/template/crash4.C: New test.
10772 * g++.dg/template/koenig1.C: Likewise.
10773 * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
10774 * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
10775 * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
10776 functions.
10777 * g++.old-deja/g++.jason/template36.C: Likewise.
10778 * g++.old-deja/g++.mike/p1989.C: Likewise.
10779 * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
10780 * g++.old-deja/g++.pt/ttp20.C: Use this->.
10781 * g++.old-deja/g++.pt/ttp21.C: Use this->.
10782 * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
10783 compiling.
10784 * g++.old-deja/g++.pt/union2.C: Use this->.
10785
10786 2003-07-11 Jakub Jelinek <jakub@redhat.com>
10787
10788 * gcc.dg/20030711-1.c: New test.
10789
10790 2003-07-11 Nathan Sidwell <nathan@codesourcery.com>
10791
10792 PR c++/11050
10793 * g++.dg/parse/args1.C: New test.
10794 * g++.pt/defarg8.C: Change expected errors.
10795
10796 2003-07-11 Mark Mitchell <mark@codesourcery.com>
10797
10798 PR c++/8164
10799 * g++.dg/template/nontype2.C: New test.
10800
10801 PR c++/10558
10802 * g++.dg/parse/template8.C: New test.
10803
10804 PR c++/8327
10805 * g++.dg/template/scope1.C: New test.
10806
10807 * g++.dg/warn/Wsign-compare-1.C: New test.
10808
10809 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
10810
10811 * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
10812
10813 2003-07-10 Mark Mitchell <mark@codesourcery.com>
10814
10815 PR c++/9411
10816 * g++.dg/template/explicit2.C: New test.
10817
10818 PR c++/10032
10819 * g++.dg/warn/pedantic1.C: New test.
10820
10821 2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
10822
10823 PR c++ 9483
10824 * g++.dg/other/field1.C: New test.
10825
10826 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
10827
10828 PR c/11449
10829 * gcc.c-torture/compile/20030707-1.c: New.
10830
10831 2003-07-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10832
10833 PR c++/10849
10834 * g++.dg/template/access12.C: New test.
10835
10836 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
10837
10838 * g++.dg/bprob/bprob.exp (prof_ext): Update.
10839 * g77.dg/bprob/bprob.exp (prof_ext): Update.
10840 * gcc.misc-tests/bprob.exp (prof_ext): Update.
10841 * gcc.misc-tests/gcov.exp: Update
10842 * g++.dg/gcov/gcov.exp: Update
10843 * lib/gcov.exp: Update.
10844
10845 2003-07-08 Mark Mitchell <mark@codesourcery.com>
10846
10847 * g++.dg/abi/mangle17.C: Make sure template expressions are
10848 dependent.
10849 * g++.dg/abi/mangle4.C: Mark erroneous casts.
10850 * g++.dg/debug/debug7.C: Mark erronous new-declarator.
10851 * g++.dg/opt/stack1.C: Remove erroneous code.
10852 * g++.dg/parse/template7.C: New test.
10853 * g++.dg/template/dependent-expr1.C: Mark erroneous code.
10854 * g++.old-deja/g++.pt/crash4.C: Likewise.
10855
10856 2003-07-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10857
10858 * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
10859 with zero or one occurence of `$' after the initial `L'.
10860
10861 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
10862
10863 * gcc.c-torture/compile/20030704-1.c: Add a comment.
10864
10865 2003-07-08 Roger Sayle <roger@eyesopen.com>
10866
10867 PR c/11370
10868 * gcc.dg/Wunreachable-6.c: New testcase.
10869 * gcc.dg/Wunreachable-7.c: New testcase.
10870
10871 2003-07-08 Jakub Jelinek <jakub@redhat.com>
10872
10873 PR c/11420
10874 * gcc.dg/20030708-1.c: New test.
10875
10876 2003-07-08 Richard Sandiford <rsandifo@redhat.com>
10877
10878 * gcc.dg/compat/sdata-section.h: New file.
10879 * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
10880 * gcc.dg/torture/mips-sdata-1.c: New test.
10881
10882 2003-07-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10883
10884 PR c++/11030
10885 * g++.dg/template/friend19.C: New test.
10886
10887 2003-07-08 Jakub Jelinek <jakub@redhat.com>
10888
10889 * g++.dg/opt/strength-reduce.C: New test.
10890
10891 2003-07-07 Roger Sayle <roger@eyesopen.com>
10892
10893 PR target/10979
10894 * gcc.dg/20030707-1.c: New testcase.
10895
10896 2003-07-07 Roger Sayle <roger@eyesopen.com>
10897
10898 PR optimization/11059
10899 * g++.dg/opt/emptyunion.C: New testcase.
10900
10901 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10902 Eric Botcazou <ebotcazou@libertysurf.fr>
10903
10904 * g++.dg/opt/stack1.C: New test.
10905
10906 2003-07-05 Mark Mitchell <mark@codesourcery.com>
10907
10908 * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
10909 run test.
10910
10911 PR c++/11431
10912 * g++.dg/expr/static_cast3.C: New test.
10913
10914 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10915
10916 * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
10917 everywhere.
10918 * gcc.dg/concat.c: Concatenation of string constants with
10919 __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
10920 * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
10921 * gcc.dg/cpp/escape-2.c: Use wide character constants where
10922 necessary to avoid multi-character character constant warning.
10923 * gcc.dg/cpp/escape.c: Likewise.
10924 * gcc.dg/cpp/ucs.c: Likewise.
10925 Remove backslashes from dg-bogus comments, as they confuse Tcl.
10926 Fix a typo.
10927
10928 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
10929
10930 PR c/11428
10931 * gcc.c-torture/compile/20030704-1.c: New.
10932
10933 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
10934
10935 * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
10936
10937 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
10938
10939 PR c++/5287, PR c++/7910, PR c++/11021
10940 * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
10941 tests for warnings.
10942 * g++.dg/ext/dllimport2.C: Add tests for warnings.
10943 * g++.dg/ext/dllimport3.C: Likewise.
10944 * g++.dg/ext/dllimport4.C: New file.
10945 * g++.dg/ext/dllimport5.C: New file.
10946 * g++.dg/ext/dllimport6.C: New file.
10947 * g++.dg/ext/dllimport7.C: New file.
10948 * g++.dg/ext/dllimport8.C: New file.
10949 * g++.dg/ext/dllimport9.C: New file.
10950 * g++.dg/ext/dllimport10.C: New file.
10951 * g++.dg/ext/dllexport1.C: New file.
10952
10953 2003-07-03 Mark Mitchell <mark@codesourcery.com>
10954
10955 * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
10956 * g++.old-deja/g++.mike/net36.C: Tweak error messages.
10957
10958 2003-07-03 Roger Sayle <roger@eyesopen.com>
10959
10960 * gcc.dg/builtins-25.c: New testcase.
10961 * gcc.dg/builtins-26.c: New testcase.
10962
10963 2003-07-03 Janis Johnson <janis187@us.ibm.com>
10964
10965 * gcc.dg/compat/vector-defs.h: New file.
10966 * gcc.dg/compat/vector-setup.h: New file.
10967 * gcc.dg/compat/vector-check.h: New file.
10968 * gcc.dg/compat/vector-1_main.c: New file.
10969 * gcc.dg/compat/vector-1_x.c: New file.
10970 * gcc.dg/compat/vector-1_y.c: New file.
10971 * gcc.dg/compat/vector-2_main.c: New file.
10972 * gcc.dg/compat/vector-2_x.c: New file.
10973 * gcc.dg/compat/vector-2_y.c: New file.
10974
10975 * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
10976 * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
10977 * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
10978 * gcc.dg/compat/struct-align-1.h: New file.
10979 * gcc.dg/compat/struct-align-1_main.c: New file.
10980 * gcc.dg/compat/struct-align-1_x.c: New file.
10981 * gcc.dg/compat/struct-align-1_y.c: New file.
10982 * gcc.dg/compat/struct-align-2.h: New file.
10983 * gcc.dg/compat/struct-align-2_main.c: New file.
10984 * gcc.dg/compat/struct-align-2_x.c: New file.
10985 * gcc.dg/compat/struct-align-2_y.c: New file.
10986
10987 * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
10988 * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
10989 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10990 * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
10991 * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
10992 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10993 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10994 * gcc.dg/compat/scalar-return-3_x.c: Ditto.
10995 * gcc.dg/compat/scalar-return-4_x.c: Ditto.
10996 * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
10997 * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
10998 * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
10999 * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
11000 * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
11001 * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
11002 * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
11003 * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
11004 * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
11005 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11006 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11007 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11008 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11009 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11010 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11011 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11012 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11013 * gcc.dg/compat/struct-return-10_x.c: Ditto.
11014 * gcc.dg/compat/struct-return-2_x.c: Ditto.
11015 * gcc.dg/compat/struct-return-3_x.c: Ditto.
11016
11017 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
11018
11019 * gcc.dg/i386-call-1.c: New test.
11020
11021 2003-07-03 Nathan Sidwell <nathan@codesourcery.com>
11022
11023 PR c++/9162
11024 * g++.dg/parse/defarg4.C: New.
11025
11026 2003-07-03 Roger Sayle <roger@eyesopen.com>
11027
11028 PR target/10700
11029 * gcc.c-torture/compile/20030703-1.c: New test case.
11030
11031 2003-07-03 Mark Mitchell <mark@codesourcery.com>
11032
11033 * g++.dg/template/local3.C: Remove extra semicolon.
11034
11035 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
11036
11037 * gcc.dg/i386-volatile-1.c: New test.
11038
11039 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
11040
11041 PR c++/11072
11042 * g++.dg/other/offsetof2.C: XFAIL.
11043 * g++.dg/other/offsetof5.C: New.
11044
11045 PR c++/10219
11046 * g++.dg/template/error1.C: New.
11047
11048 PR c++/9779
11049 * g++.dg/template/dependent-expr1.C: New.
11050
11051 2003-07-01 Mark Mitchell <mark@codesourcery.com>
11052
11053 PR c++/6949
11054 * g++.dg/template/local3.C: New test.
11055
11056 PR c++/11149
11057 * g++.dg/lookup/scoped6.C: New test.
11058
11059 2003-07-01 Giovanni Bajo <giovannibajo@libero.it>
11060
11061 PR c++/8046
11062 * g++.dg/other/error7.C: New test.
11063
11064 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
11065
11066 * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
11067 * g++.old-deja/g++.abi/vtable3.h: Likewise.
11068 * g++.old-deja/g++.law/code-gen5.C: Likewise.
11069 * g++.old-deja/g++.other/union2.C: Likewise.
11070 * gcc.dg/c90-const-expr-2.c: Likewise.
11071 * gcc.dg/c90-const-expr-3.c: Likewise.
11072 * gcc.dg/c99-const-expr-2.c: Likewise.
11073 * gcc.dg/c99-const-expr-3.c: Likewise.
11074 * gcc.dg/concat.c: Likewise.
11075
11076 2003-07-01 Mark Mitchell <mark@codesourcery.com>
11077
11078 PR c++/9559
11079 * g++.dg/init/static1.C: New test.
11080
11081 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11082
11083 * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
11084 * g++.old-deja/g++.other/access2.C: Likewise.
11085 * g++.old-deja/g++.other/decl2.C: Likewise.
11086 * gcc.c-torture/execute/20020615-1.c: Likewise.
11087
11088 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
11089
11090 PR c++/4933
11091 * g++.dg/template/sizeof4.C: New test.
11092
11093 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
11094
11095 * g++.dg/other/error6.C: New test.
11096
11097 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
11098
11099 PR c++/10750
11100 * g++.dg/parse/constant2.C: New test.
11101
11102 2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
11103
11104 PR c++/11106
11105 * g++.dg/other/error5.C: New test.
11106
11107 2003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11108
11109 * gcc.dg/format/gcc_diag-1.c: New test.
11110
11111 2003-06-28 Ulrich Weigand <uweigand@de.ibm.com>
11112
11113 * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
11114
11115 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
11116
11117 * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
11118 * g++.old-deja/g++.robertl/eb133a.C: Likewise.
11119 * g++.old-deja/g++.robertl/eb133b.C: Likewise.
11120
11121 2003-06-28 Jakub Jelinek <jakub@redhat.com>
11122
11123 * gcc.c-torture/execute/builtins/string-8.c: New test.
11124 * gcc.c-torture/execute/builtins/string-8-lib.c: New.
11125 * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
11126 * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
11127
11128 2003-06-27 Mark Mitchell <mark@codesourcery.com>
11129
11130 PR c++/10468
11131 * g++.dg/ext/typeof6.C: New test.
11132
11133 2003-06-27 Mark Mitchell <mark@codesourcery.com>
11134
11135 PR c++/10796
11136 * g++.dg/init/enum1.C: New test.
11137
11138 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
11139
11140 * gcc.dg/20030627-1.c: New test.
11141
11142 2003-06-26 Mark Mitchell <mark@codesourcery.com>
11143
11144 PR c++/11332
11145 * g++.dg/expr/static_cast2.C: New test.
11146
11147 2003-06-26 Roger Sayle <roger@eyesopen.com>
11148 Jakub Jelinek <jakub@redhat.com>
11149
11150 * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
11151 sprintf(dst,"%s",src) optimization.
11152 * gcc.c-torture/execute/20030626-1.c: New test case.
11153 * gcc.c-torture/execute/20030626-2.c: New test case.
11154
11155 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
11156
11157 * gcc.c-torture/execute/multi-ix.c: New test.
11158
11159 * gcc.c-torture/execute/simd-4.c (main):
11160 Added missing semicolon at end of union.
11161
11162 2003-06-26 Giovanni Bajo <giovannibajo@libero.it>
11163
11164 PR c++/8266
11165 * g++.dg/template/explicit-instantiation3.C: New test.
11166
11167 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
11168
11169 * gcc.dg/20030626-1.c: Use signed char.
11170
11171 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
11172
11173 * gcc.dg/20030626-1.c: New test.
11174
11175 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
11176
11177 * const-str-2.m: Update.
11178
11179 2003-06-25 Mark Mitchell <mark@codesourcery.com>
11180
11181 PR c++/10990
11182 * g++.dg/rtti/dyncast1.C: New test.
11183 * g++.dg/abi/mangle4.C: Correct base-specifier access.
11184 * g++.dg/lookup/scoped1.C: Remove XFAIL.
11185 * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
11186
11187 PR c++/10931
11188 * g++.dg/expr/static_cast1.C: New test.
11189
11190 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
11191
11192 * gcc.dg/20030625-1.c: New test.
11193
11194 2003-06-24 Roger Sayle <roger@eyesopen.com>
11195
11196 * gcc.c-torture/compile/20030624-1.c: New test case.
11197
11198 2003-06-24 Jakub Jelinek <jakub@redhat.com>
11199
11200 * gcc.c-torture/execute/string-opt-17.c: New test.
11201
11202 2003-06-24 Mark Mitchell <mark@codesourcery.com>
11203
11204 PR c++/5754
11205 * g++.dg/parse/crash6.C: New test.
11206
11207 2003-06-23 Roger Sayle <roger@eyesopen.com>
11208
11209 * gcc.dg/builtins-24.c: New test case.
11210
11211 2003-06-23 Jakub Jelinek <jakub@redhat.com>
11212
11213 * g++.dg/opt/operator1.C: New test.
11214
11215 2003-06-22 Roger Sayle <roger@eyesopen.com>
11216
11217 * gcc.c-torture/execute/string-opt-16.c: New test case.
11218
11219 2003-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
11220
11221 * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion option.
11222 * g++.old-deja/g++.other/conv7.C: Likewise
11223 * g++.old-deja/g++.other/overcnv2.C: Likewise.
11224 * g++.old-deja/g++.other/overload14.C: Likewise.
11225
11226 2003-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
11227
11228 * g++.old-deja/g++.jason/conversion5.C: Adjust option.
11229 * g++.old-deja/g++.bugs/900215_01.C: Likewise.
11230
11231 2003-06-20 Mark Mitchell <mark@codesourcery.com>
11232
11233 PR c++/10888
11234 * g++.dg/warn/Winline-3.C: New test.
11235
11236 2003-06-20 Mark Mitchell <mark@codesourcery.com>
11237
11238 * lib/target-supports.exp (check_alias_available): Make the test
11239 program acceptable to the Solaris assembler.
11240
11241 PR c++/10749
11242 * g++.dg/template/memclass2.C: New test.
11243
11244 2003-06-20 Mark Mitchell <mark@codesourcery.com>
11245 Eric Botcazou <ebotcazou@libertysurf.fr>
11246
11247 * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
11248 data for non-matching targets.
11249 * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
11250
11251 2003-06-20 Mark Mitchell <mark@codesourcery.com>
11252
11253 PR c++/10845
11254 * g++.dg/template/member3.C: New test.
11255
11256 2003-06-19 Mark Mitchell <mark@codesourcery.com>
11257
11258 PR c++/10939
11259 * g++.dg/template/func1.C: New test.
11260
11261 PR c++/9649
11262 * g++.dg/template/static4.C: New test.
11263 * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
11264
11265 PR c++/11041
11266 * g++.dg/init/ref7.C: New test.
11267
11268 2003-06-19 Matt Austern <austern@apple.com>
11269
11270 PR c++/11228
11271 * g++.dg/anew1.C: New test.
11272 * g++.dg/anew2.C: New test.
11273 * g++.dg/anew3.C: New test.
11274 * g++.dg/anew4.C: New test.
11275
11276 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
11277
11278 * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
11279
11280 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
11281
11282 * gcc.c-torture/execute/simd-4.c (main): Make expected value
11283 endian-dependent.
11284
11285 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
11286
11287 * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
11288 Remove cruft.
11289
11290 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
11291
11292 * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
11293 * gcc.c-torture/compile/961203-1.c: Likewise.
11294 * gcc.c-torture/compile/980506-1.c: Likewise.
11295
11296 2003-06-17 Mark Mitchell <mark@codesourcery.com>
11297
11298 PR c++/10712
11299 * g++.dg/lookup/using7.C: New test.
11300
11301 2003-06-17 Mark Mitchell <mark@codesourcery.com>
11302
11303 PR c++/11105
11304 * g++.dg/abi/conv1.C: Remove it.
11305 * g++.dg/template/conv7.C: New test.
11306 * g++.dg/template/conv8.C: Likewise.
11307 * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
11308 conversion operator.
11309
11310 2003-06-17 Janis Johnson <janis187@us.ibm.com>
11311
11312 * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
11313 * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
11314 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11315 * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
11316 * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
11317 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11318 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11319 * gcc.dg/compat/scalar-return-3_x.c: Ditto.
11320 * gcc.dg/compat/scalar-return-4_x.c: Ditto.
11321 * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
11322 * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
11323 * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
11324 * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
11325 * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
11326 * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
11327 * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
11328 * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
11329 * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
11330 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11331 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11332 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11333 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11334 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11335 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11336 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11337 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11338 * gcc.dg/compat/struct-return-10_x.c: Ditto.
11339 * gcc.dg/compat/struct-return-2_x.c: Ditto.
11340 * gcc.dg/compat/struct-return-3_x.c: Ditto.
11341
11342 2003-06-16 Mark Mitchell <mark@codesourcery.com>
11343
11344 * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
11345 * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
11346 indications.
11347
11348 2003-06-16 Roger Sayle <roger@eyesopen.com>
11349
11350 * gcc.dg/i386-387-5.c: New test case.
11351 * gcc.dg/i386-387-6.c: New test case.
11352 * gcc.dg/builtins-23.c: New test case.
11353
11354 2003-06-15 Roger Sayle <roger@eyesopen.com>
11355
11356 * gcc.dg/builtins-22.c: New test case.
11357 * gcc.dg/i386-387-1.c: Update to test exp.
11358 * gcc.dg/i386-387-2.c: Likewise.
11359
11360 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11361
11362 * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
11363
11364 2003-06-12 Mark Mitchell <mark@codesourcery.com>
11365
11366 * lib/gcc-dg.exp (dg-require-dll): New function.
11367 (dg-xfail-if): Likewise.
11368 * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
11369 driver.
11370
11371 * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
11372 * gcc.c-torture/compile/20001205-1.c: Likewise.
11373 * gcc.c-torture/compile/20001226-1.c: Likewise.
11374 * gcc.c-torture/compile/20010518-2.c: Likewise.
11375 * gcc.c-torture/compile/20020312-1.c: Likewise.
11376 * gcc.c-torture/compile/20020604-1.c: Likewise.
11377 * gcc.c-torture/compile/920501-12.c: Likewise.
11378 * gcc.c-torture/compile/920501-4.c: Likewise.
11379 * gcc.c-torture/compile/920520-1.c: Likewise.
11380 * gcc.c-torture/compile/920521-1.c: Likewise.
11381 * gcc.c-torture/compile/920625-1.c: Likewise.
11382 * gcc.c-torture/compile/961203-1.c: Likewise.
11383 * gcc.c-torture/compile/980506-1.c: Likewise.
11384 * gcc.c-torture/compile/981006-1.c: Likewise.
11385 * gcc.c-torture/compile/981022-1.c: Likewise.
11386 * gcc.c-torture/compile/981223-1.c: Likewise.
11387 * gcc.c-torture/compile/990617-1.c: Likewise.
11388 * gcc.c-torture/compile/dll.c: Likewise.
11389 * gcc.c-torture/compile/labels-3.c: Likewise.
11390 * gcc.c-torture/compile/mipscop-1.c: Likewise.
11391 * gcc.c-torture/compile/mipscop-2.c: Likewise.
11392 * gcc.c-torture/compile/mipscop-3.c: Likewise.
11393 * gcc.c-torture/compile/mipscop-4.c: Likewise.
11394 * gcc.c-torture/compile/simd-5.c: Likewise.
11395 * gcc.c-torture/compile/20000804-1.x: Remove.
11396 * gcc.c-torture/compile/20001205-1.x: Likewise.
11397 * gcc.c-torture/compile/20001226-1.x: Likewise.
11398 * gcc.c-torture/compile/20010518-2.x: Likewise.
11399 * gcc.c-torture/compile/20020312-1.x: Likewise.
11400 * gcc.c-torture/compile/20020604-1.x: Likewise.
11401 * gcc.c-torture/compile/920501-12.x: Likewise.
11402 * gcc.c-torture/compile/920501-4.x: Likewise.
11403 * gcc.c-torture/compile/920520-1.x: Likewise.
11404 * gcc.c-torture/compile/920521-1.x: Likewise.
11405 * gcc.c-torture/compile/920625-1.x: Likewise.
11406 * gcc.c-torture/compile/961203-1.x: Likewise.
11407 * gcc.c-torture/compile/980506-1.x: Likewise.
11408 * gcc.c-torture/compile/981006-1.x: Likewise.
11409 * gcc.c-torture/compile/981022-1.x: Likewise.
11410 * gcc.c-torture/compile/981223-1.x: Likewise.
11411 * gcc.c-torture/compile/990617-1.x: Likewise.
11412 * gcc.c-torture/compile/mipscop-1.x: Likewise.
11413 * gcc.c-torture/compile/mipscop-2.x: Likewise.
11414 * gcc.c-torture/compile/mipscop-3.x: Likewise.
11415 * gcc.c-torture/compile/mipscop-4.x: Likewise.
11416 * gcc.c-torture/compile/simd-5.x: Likewise.
11417
11418 * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
11419
11420 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
11421
11422 * gcc.c-torture/execute/20030611-1.c: New test.
11423
11424 2003-06-12 Roger Sayle <roger@eyesopen.com>
11425
11426 PR middle-end/168
11427 * gcc.dg/20030612-1.c: New test case.
11428
11429 2003-06-12 Mark Mitchell <mark@codesourcery.com>
11430
11431 PR c++/10635
11432 * g++.dg/expr/cast1.C: New test.
11433
11434 2003-06-12 Roger Sayle <roger@eyesopen.com>
11435
11436 * gcc.dg/builtins-21.c: New test case.
11437
11438 2003-06-11 Kelley Cook <kelleycook@wideopenwest.com>
11439
11440 * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
11441 options instead of at the end.
11442 * lib/objc.exp (objc_target_compile): Likewise.
11443
11444 2003-06-11 Mark Mitchell <mark@codesourcery.com>
11445
11446 PR c++/10432
11447 * g++.dg/parse/error1.C: New test.
11448
11449 2003-06-11 Janis Johnson <janis187@us.ibm.com>
11450
11451 * gcc.dg/compat/struct-by-value-11_main.c: New file.
11452 * gcc.dg/compat/struct-by-value-11_x.c: New file.
11453 * gcc.dg/compat/struct-by-value-11_y.c: New file.
11454 * gcc.dg/compat/struct-by-value-12_main.c: New file.
11455 * gcc.dg/compat/struct-by-value-12_x.c: New file.
11456 * gcc.dg/compat/struct-by-value-12_y.c: New file.
11457 * gcc.dg/compat/struct-by-value-13_main.c: New file.
11458 * gcc.dg/compat/struct-by-value-13_x.c: New file.
11459 * gcc.dg/compat/struct-by-value-13_y.c: New file.
11460 * gcc.dg/compat/struct-by-value-14_main.c: New file.
11461 * gcc.dg/compat/struct-by-value-14_x.c: New file.
11462 * gcc.dg/compat/struct-by-value-14_y.c: New file.
11463 * gcc.dg/compat/struct-by-value-15_main.c: New file.
11464 * gcc.dg/compat/struct-by-value-15_x.c: New file.
11465 * gcc.dg/compat/struct-by-value-15_y.c: New file.
11466 * gcc.dg/compat/struct-by-value-16_main.c: New file.
11467 * gcc.dg/compat/struct-by-value-16_x.c: New file.
11468 * gcc.dg/compat/struct-by-value-16_y.c: New file.
11469 * gcc.dg/compat/struct-by-value-17_main.c: New file.
11470 * gcc.dg/compat/struct-by-value-17_x.c: New file.
11471 * gcc.dg/compat/struct-by-value-17_y.c: New file.
11472 * gcc.dg/compat/struct-by-value-18_main.c: New file.
11473 * gcc.dg/compat/struct-by-value-18_x.c: New file.
11474 * gcc.dg/compat/struct-by-value-18_y.c: New file.
11475
11476 * gcc.dg/compat/scalar-by-value-3_main.c: New file.
11477 * gcc.dg/compat/scalar-by-value-3_x.c: New file.
11478 * gcc.dg/compat/scalar-by-value-3_y.c: New file.
11479 * gcc.dg/compat/scalar-by-value-4_main.c: New file.
11480 * gcc.dg/compat/scalar-by-value-4_x.c: New file.
11481 * gcc.dg/compat/scalar-by-value-4_y.c: New file.
11482 * gcc.dg/compat/scalar-return-3_main.c: New file.
11483 * gcc.dg/compat/scalar-return-3_x.c: New file.
11484 * gcc.dg/compat/scalar-return-3_y.c: New file.
11485 * gcc.dg/compat/scalar-return-4_main.c: New file.
11486 * gcc.dg/compat/scalar-return-4_x.c: New file.
11487 * gcc.dg/compat/scalar-return-4_y.c: New file.
11488
11489 2003-06-10 Janis Johnson <janis187@us.ibm.com>
11490
11491 * gcc.dg/compat/fp2-struct-check.h: New file.
11492 * gcc.dg/compat/fp2-struct-defs.h: New file.
11493 * gcc.dg/compat/fp2-struct-init.h: New file.
11494 * gcc.dg/compat/struct-by-value-10_main.c: New file.
11495 * gcc.dg/compat/struct-by-value-10_x.c: New file.
11496 * gcc.dg/compat/struct-by-value-10_y.c: New file.
11497 * gcc.dg/compat/struct-return-10_main.c: New file.
11498 * gcc.dg/compat/struct-return-10_x.c: New file.
11499 * gcc.dg/compat/struct-return-10_y.c: New file.
11500
11501 * gcc.dg/compat/compat-common.h: New file.
11502 * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
11503 * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
11504 * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
11505 * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
11506 * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
11507 * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
11508 * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
11509 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11510 * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
11511 * gcc.dg/compat/scalar-return-1_main.c: Ditto.
11512 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11513 * gcc.dg/compat/scalar-return-1_y.c: Ditto.
11514 * gcc.dg/compat/scalar-return-2_main.c: Ditto.
11515 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11516 * gcc.dg/compat/scalar-return-2_y.c: Ditto.
11517 * gcc.dg/compat/small-struct-check.h: Ditto.
11518 * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
11519 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11520 * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
11521 * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
11522 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11523 * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
11524 * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
11525 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11526 * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
11527 * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
11528 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11529 * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
11530 * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
11531 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11532 * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
11533 * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
11534 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11535 * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
11536 * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
11537 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11538 * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
11539 * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
11540 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11541 * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
11542 * gcc.dg/compat/struct-return-2_main.c: Ditto.
11543 * gcc.dg/compat/struct-return-2_x.c: Ditto.
11544 * gcc.dg/compat/struct-return-2_y.c: Ditto.
11545 * gcc.dg/compat/struct-return-3_main.c: Ditto.
11546 * gcc.dg/compat/struct-return-3_x.c: Ditto.
11547 * gcc.dg/compat/struct-return-3_y.c: Ditto.
11548
11549 2003-06-10 Geoffrey Keating <geoffk@apple.com>
11550
11551 * g++.dg/pch/static-1.C: New file.
11552 * g++.dg/pch/static-1.Hs: New file.
11553
11554 2003-06-10 Richard Henderson <rth@redhat.com>
11555
11556 * gcc.dg/asm-7.c: Adjust expected warning text.
11557
11558 2003-06-10 Roger Sayle <roger@eyesopen.com>
11559
11560 * gcc.dg/builtins-20.c: New test case.
11561
11562 2003-06-10 Mark Mitchell <mark@codesourcery.com>
11563
11564 PR c++/11131
11565 * g++.dg/opt/template1.C: New test.
11566
11567 2003-06-09 Mark Mitchell <mark@codesourcery.com>
11568
11569 * lib/gcc-dg.exp (dg-test): Clear additional_files and
11570 additional_sources.
11571
11572 2003-05-21 David Taylor <dtaylor@emc.com>
11573
11574 * gcc.dg/Wpadded.c: New file.
11575
11576 2003-06-09 Mark Mitchell <mark@codesourcery.com>
11577
11578 * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
11579 * gcc.dg/special/weak-2.c: Add dg-require-weak.
11580 * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
11581 dg-require-weak.
11582
11583 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
11584
11585 * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
11586
11587 2003-06-09 Mark Mitchell <mark@codesourcery.com>
11588
11589 * lib/gcc-dg.exp (dg-require-weak): Fix typo.
11590 (dg-require-alias): Likewise.
11591 (dg-require-gc-sections): Likewise.
11592 * lib/target-supports.exp (check_gc_sections_available): Likewise.
11593
11594 2003-06-08 Richard Henderson <rth@redhat.com>
11595
11596 * gcc.dg/20011029-2.c: Fix the array reference.
11597 * gcc.dg/asm-7.c: New.
11598
11599 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
11600
11601 * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
11602
11603 2003-06-08 Mark Mitchell <mark@codesourcery.com>
11604
11605 * lib/gcc-dg.exp (dg-require-alias): Fix typo.
11606 (dg-require-gc-sections): Likewise.
11607
11608 2003-06-08 Jan Hubicka <jh@suse.cz>
11609
11610 * i386-cmov1.c: Fix regular expression.
11611 * i386-cvt-1.c: Likewise.
11612 * i386-local.c: Likewise.
11613 * i386-local2.c: Likewise.
11614 * i386-mul.c: Likewise.
11615 * i386-ssetype-1.c: Likewise.
11616 * i386-ssetype-3.c: Likewise.
11617 * i386-ssetype-5.c: Likewise.
11618
11619 2003-06-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11620
11621 PR c++/11039
11622 * g++.dg/warn/implicit-typename2.C: New test.
11623 * g++.dg/warn/implicit-typename3.C: New test.
11624
11625 2003-06-07 Richard Henderson <rth@redhat.com>
11626
11627 * g++.dg/other/offsetof3.C: Use size_t.
11628 * g++.dg/other/offsetof4.C: Likewise.
11629
11630 2003-06-07 H.J. Lu <hongjiu.lu@intel.com>
11631
11632 * lib/copy-file.exp: New. Implement gcc_copy_files.
11633
11634 * lib/dg-pch.exp: Load copy-file.exp
11635 (dg-pch): Use gcc_copy_files instead of "file copy".
11636
11637 2003-06-06 Mark Mitchell <mark@codesourcery.com>
11638
11639 * gcc.dg/weak/weak.exp: Simplify.
11640 * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
11641 * gcc.dg/weak/weak-1.c: Likewise.
11642 * gcc.dg/weak/weak-2.c: Likewise.
11643 * gcc.dg/weak/weak-3.c: Likewise.
11644 * gcc.dg/weak/weak-4.c: Likewise.
11645 * gcc.dg/weak/weak-5.c: Likewise.
11646 * gcc.dg/weak/weak-6.c: Likewise.
11647 * gcc.dg/weak/weak-7.c: Likewise.
11648 * gcc.dg/weak/weak-8.c: Likewise.
11649 * gcc.dg/weak/weak-9.c: Likewise.
11650
11651 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
11652
11653 gcc.c-torture/execute/20030606-1.c: New.
11654
11655 2003-06-06 Roger Sayle <roger@eyesopen.com>
11656
11657 * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
11658 * gcc.dg/builtins-19.c: Likewise.
11659
11660 2003-06-06 Roger Sayle <roger@eyesopen.com>
11661
11662 * gcc.dg/builtins-2.c: Add some more tests.
11663 * gcc.dg/builtins-18.c: New test case.
11664 * gcc.dg/builtins-19.c: New test case.
11665
11666 2003-06-06 Roger Sayle <roger@eyesopen.com>
11667 Jim Wilson <wilson@tuliptree.org>
11668
11669 * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
11670
11671 2003-06-06 Jakub Jelinek <jakub@redhat.com>
11672
11673 * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
11674 mempcpy/stpcpy calls not to be optimized into something else.
11675 * gcc.c-torture/execute/string-opt-3.c: Moved to...
11676 * gcc.c-torture/execute/builtins/string-7.c: ...here.
11677 * gcc.c-torture/execute/builtins/string-7-lib.c: New.
11678
11679 2003-06-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11680
11681 * gcc.dg/format/asm_fprintf-1.c: New test.
11682
11683 2003-06-05 Mark Mitchell <mark@codesourcery.com>
11684
11685 * lib/gcc-defs.exp (additional_sources): New variable.
11686 (dg-additional-sources): New function.
11687 (additional_files): New variable.
11688 (dg-additional-files): New function.
11689 (dg-additional-files-options): Likewise.
11690 * lib/gcc-dg.exp (dg-require-weak): New function.
11691 (dg-require-alias): Likewise.
11692 (dg-require-gc-sections): Likewise.
11693 * lib/target-supports.exp (check_alias_available): Remove testfile
11694 parameter.
11695 (check_gc_sections_available): New function.
11696 * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
11697 (dg-gpp-additional-files): Likewise.
11698 * lib/g++.exp (additional_sources): Remove.
11699 (additional_files): Likewise.
11700 (g++_target_compile): Use dg-additional-files-options.
11701
11702 * gcc.dg/special/special.exp: Add "ecos" tests. Remove complex
11703 Tcl logic.
11704 * gcc.dg/special/ecos.exp: Remove.
11705 * gcc.dg/special/20000419-2.c: Use dg-require-*.
11706 * gcc.dg/special/alias-1.c: Likewise.
11707 * gcc.dg/special/alias-2.c: Likewise.
11708 * gcc.dg/special/gcsec-1.c: Likewise.
11709 * gcc.dg/special/weak-1.c: Likewise.
11710 * gcc.dg/special/weak-2.c: Likewise.
11711 * gcc.dg/special/wkali-1.c: Likewise.
11712 * gcc.dg/special/wkali-2.c: Likewise.
11713
11714 * g++.dg/special/conpr-2.C: Use dg-additional-*, not
11715 dg-gpp-additional-*.
11716 * g++.dg/special/conpr-3.C: Likewise.
11717 * g++.dg/special/conpr-4.C: Likewise.
11718 * g++.old-deja/g++.abi/vtable3a.C: Likewise.
11719 * g++.old-deja/g++.abi/vtable3b.C: Likewise.
11720 * g++.old-deja/g++.abi/vtable3c.C: Likewise.
11721 * g++.old-deja/g++.abi/vtable3d.C: Likewise.
11722 * g++.old-deja/g++.abi/vtable3e.C: Likewise.
11723 * g++.old-deja/g++.abi/vtable3f.C: Likewise.
11724 * g++.old-deja/g++.abi/vtable3g.C: Likewise.
11725 * g++.old-deja/g++.abi/vtable3h.C: Likewise.
11726 * g++.old-deja/g++.abi/vtable3i.C: Likewise.
11727 * g++.old-deja/g++.abi/vtable3j.C: Likewise.
11728 * g++.old-deja/g++.oliva/linkage1.C: Likewise.
11729 * g++.old-deja/g++.other/comdat1.C: Likewise.
11730 * g++.old-deja/g++.other/comdat2.C: Likewise.
11731 * g++.old-deja/g++.other/comdat3.C: Likewise.
11732 * g++.old-deja/g++.other/ctor1.C: Likewise.
11733 * g++.old-deja/g++.pt/instantiate5.C: Likewise.
11734
11735 2003-06-05 Richard Henderson <rth@redhat.com>
11736
11737 * gcc.dg/debug/20030605-1.c: New.
11738
11739 2003-06-04 Mark Mitchell <mark@codesourcery.com>
11740
11741 * README.QMTEST: Update.
11742
11743 2003-06-04 Richard Henderson <rth@redhat.com>
11744
11745 * gcc.dg/cleanup-1.c: New.
11746 * gcc.dg/cleanup-2.c: New.
11747 * gcc.dg/cleanup-3.c: New.
11748 * gcc.dg/cleanup-4.c: New.
11749 * gcc.dg/cleanup-5.c: New.
11750 * gcc.dg/cleanup-6.c: New.
11751 * gcc.dg/cleanup-7.c: New.
11752
11753 2003-06-04 Mark Mitchell <mark@codesourcery.com>
11754
11755 * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
11756
11757 * lib/dg-pch.exp: New file.
11758 * g++.dg/pch/pch.exp: Use dg-pch.exp.
11759 * gcc.dg/pch/pch.exp: Likewise.
11760
11761 2003-06-04 Roger Sayle <roger@eyesopen.com>
11762
11763 * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
11764 * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
11765 * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
11766 * gcc.dg/builtins-17.c: New test case.
11767 * gcc.dg/i386-387-4.c: New test case.
11768 * gcc.c-torture/execute/ieee/mzero4.c: New test case.
11769
11770 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11771
11772 * gcc.dg/ultrasp9.c: New test.
11773
11774 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11775
11776 * gcc.c-torture/compile/20030604-1.c: New test.
11777 * gcc.dg/sparc-constant-1.c: New test.
11778
11779 2003-06-03 Glen Nakamura <glen@imodulo.com>
11780
11781 * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
11782
11783 2003-06-03 J"orn Rennecke <joern.rennecke@superh.com>
11784
11785 * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
11786
11787 * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
11788 * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
11789
11790 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
11791
11792 * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
11793
11794 2003-06-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11795
11796 PR c++/10940
11797 * g++.dg/template/spec10.C: New test.
11798
11799 2003-06-03 Roger Sayle <roger@eyesopen.com>
11800
11801 * gcc.dg/builtins-16.c: New test case.
11802
11803 2003-06-03 Jakub Jelinek <jakub@redhat.com>
11804
11805 * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
11806 mempcpy test with post-increments.
11807 * gcc.c-torture/execute/string-opt-3.c: New test.
11808 * gcc.dg/string-opt-1.c: New test.
11809
11810 2003-06-03 David Billinghurst <David.Billinghurst@riotinto.com>
11811
11812 PR fortran/10965
11813 * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
11814
11815 2003-06-02 Mark Mitchell <mark@codesourcery.com>
11816
11817 * lib/scanasm.exp (dg-scan): New function, factored out of ...
11818 (scan-assembler): ... here. Use dg-scan.
11819 (scan-assembler-not): Likewise.
11820 (scan-file): New function.
11821 (scan-file-not): Likewise.
11822 * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
11823 * gcc.dg/cpp/_Pragma4.c: Likewise.
11824 * gcc.dg/cpp/_Pragma5.c: Likewise.
11825 * gcc.dg/cpp/avoidpaste1.c: Likewise.
11826 * gcc.dg/cpp/avoidpaste2.c: Likewise.
11827 * gcc.dg/cpp/cmdlne-C2.c: Likewise.
11828 * gcc.dg/cpp/cmdlne-P.c: Likewise.
11829 * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
11830 * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
11831 * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
11832 * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
11833 * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
11834 * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
11835 * gcc.dg/cpp/cxxcom1.c: Likewise.
11836 * gcc.dg/cpp/line1.c: Likewise.
11837 * gcc.dg/cpp/maccom1.c: Likewise.
11838 * gcc.dg/cpp/maccom2.c: Likewise.
11839 * gcc.dg/cpp/maccom3.c: Likewise.
11840 * gcc.dg/cpp/maccom4.c: Likewise.
11841 * gcc.dg/cpp/maccom5.c: Likewise.
11842 * gcc.dg/cpp/maccom6.c: Likewise.
11843 * gcc.dg/cpp/multiline.c: Likewise.
11844 * gcc.dg/cpp/spacing1.c: Likewise.
11845 * gcc.dg/cpp/spacing2.c: Likewise.
11846 * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
11847 * gcc.dg/cpp/trad/maccom1.c: Likewise.
11848 * gcc.dg/cpp/trad/maccom2.c: Likewise.
11849 * gcc.dg/cpp/trad/maccom3.c: Likewise.
11850 * gcc.dg/cpp/trad/maccom4.c: Likewise.
11851 * gcc.dg/cpp/trad/maccom6.c: Likewise.
11852 * gcc.dg/cpp/cxxcom2.c: Likewise.
11853 * gcc.dg/cpp/cxxcom2.h: New file.
11854
11855 * gcc.dg/cpp/truefalse.cpp: Move it to ...
11856 * g++.dg/cpp/truefalse.C: Here.
11857 * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
11858
11859 2003-06-01 Loren James Rittle <ljrittle@acm.org>
11860
11861 * gcc.dg/cpp/redef3.c: New file.
11862
11863 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
11864
11865 * gcc.dg/i386-loop-3.c: New test.
11866
11867 2003-05-31 Toon Moene <toon@moene.indiv.nluug.nl>
11868
11869 * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
11870
11871 2003-05-31 Roger Sayle <roger@eyesopen.com>
11872
11873 * gcc.dg/fwrapv-1.c: New test case.
11874 * gcc.dg/fwrapv-2.c: New test case.
11875
11876 2003-05-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11877
11878 PR c++/10956
11879 * g++.dg/template/spec9.C: New test.
11880
11881 2003-05-29 Roger Sayle <roger@eyesopen.com>
11882
11883 * gcc.dg/duff-4.c: New test case.
11884
11885 2003-05-27 David Billinghurst <David.Billinghurst@riotinto.com>
11886
11887 PR fortran/10843
11888 * g77.dg/ffixed-form-1.f: New test
11889 * g77.dg/ffixed-form-2.f: New test
11890 * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
11891 * g77.dg/ffree-form-3.f: New test
11892
11893 2003-05-26 Andreas Tobler <a.tobler@schweiz.ch>
11894
11895 * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
11896 * gcc.dg/wint_t-1.c: Likewise.
11897
11898 2003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11899
11900 * g++.dg/template/access11.C: New test.
11901
11902 2003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11903
11904 PR c++/10849
11905 * g++.dg/template/access10.C: New test.
11906
11907 2003-05-24 Eric Botcazou <ebotcazou@libertysurf.fr>
11908 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11909
11910 * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
11911
11912 2003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
11913
11914 * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
11915 suppress for powerpc-*-darwin*.
11916 * gcc.dg/torture/builtin-noret-2.c: Likewise.
11917
11918 2003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
11919
11920 * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
11921 suppress option for powerpc-*-darwin*.
11922
11923 2003-05-23 Roger Sayle <roger@eyesopen.com>
11924
11925 * gcc.dg/builtins-1.c: Add tests for tan and atan.
11926 * gcc.dg/builtins-4.c: Add test for fmod.
11927
11928 2003-05-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11929
11930 PR c++/10682
11931 * g++.dg/template/instantiate4.C: New test.
11932
11933 2003-05-22 Roger Sayle <roger@eyesopen.com>
11934
11935 * gcc.c-torture/execute/ieee/inf-2.c: New test case.
11936
11937 2003-05-21 Janis Johnson <janis187@us.ibm.com>
11938
11939 * gcc.dg/compat/scalar-return-1_main.c: New file.
11940 * gcc.dg/compat/scalar-return-1_x.c: New file.
11941 * gcc.dg/compat/scalar-return-1_y.c: New file.
11942 * gcc.dg/compat/scalar-return-2_main.c: New file.
11943 * gcc.dg/compat/scalar-return-2_x.c: New file.
11944 * gcc.dg/compat/scalar-return-2_y.c: New file.
11945 * gcc.dg/compat/struct-return-3_main.c: New file.
11946 * gcc.dg/compat/struct-return-3_y.c: New file.
11947 * gcc.dg/compat/struct-return-3_x.c: New file.
11948 * gcc.dg/compat/struct-return-2_main.c: New file.
11949 * gcc.dg/compat/struct-return-2_x.c: New file.
11950 * gcc.dg/compat/struct-return-2_y.c: New file.
11951
11952 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11953
11954 * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
11955 for hppa*-hp-hpux*.
11956 * gcc.dg/20021014-1.c (dg-options): Likewise.
11957 * gcc.dg/nest.c (dg-options): Likewise.
11958
11959 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
11960
11961 PR c++/9738
11962 * g++.dg/ext/dllimport2.C: New file.
11963 * g++.dg/ext/dllimport3.C: New file.
11964
11965 2003-05-20 Janis Johnson <janis187@us.ibm.com>
11966
11967 * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
11968 * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
11969 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11970 * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
11971 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11972 * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
11973 * gcc.dg/compat/struct-by-value-7_x.c Ditto.
11974 * gcc.dg/compat/struct-by-value-7_y.c Ditto.
11975 * gcc.dg/compat/small-struct-defs.h: New file.
11976 * gcc.dg/compat/small-struct-init.h: New file.
11977 * gcc.dg/compat/small-struct-check.h: New file.
11978 * gcc.dg/compat/fp-struct-defs.h: New file.
11979 * gcc.dg/compat/fp-struct-check.h: New file.
11980 * gcc.dg/compat/fp-struct-init.h: New file.
11981 * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
11982 * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
11983
11984 2003-05-19 Jakub Jelinek <jakub@redhat.com>
11985
11986 * gcc.dg/20030225-2.c: New test.
11987
11988 2003-05-18 Roger Sayle <roger@eyesopen.com>
11989 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11990
11991 * gcc.c-torture/compile/20030518-1.c: New test case.
11992
11993 2003-05-18 Mark Mitchell <mark@codesourcery.com>
11994
11995 * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
11996 * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
11997 gcc-dg-debug-runtest.
11998 * g++.dg/debug/debug.exp: Pass opt_opts parameter to
11999 gcc-dg-debug-runtest.
12000
12001 2003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12002
12003 PR c++/9022
12004 * g++.dg/lookup/using6.C: New test.
12005
12006 2003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12007
12008 * g++.dg/parse/access2.C: New test.
12009
12010 2003-05-17 Mark Mitchell <mark@codesourcery.com>
12011
12012 * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
12013 * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
12014 * gcc.dg/debug/debug.exp: Likewise.
12015
12016 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
12017
12018 * gcc.dg/dollar.c: New test.
12019
12020 2003-05-16 Janis Johnson <janis187@us.ibm.com>
12021
12022 * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
12023 * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
12024 * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
12025 * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
12026 * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
12027 * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
12028 * gcc.dg/compat/struct-by-value-6_main.c: New file.
12029 * gcc.dg/compat/struct-by-value-6_x.c: New file.
12030 * gcc.dg/compat/struct-by-value-6_y.c: New file.
12031 * gcc.dg/compat/struct-by-value-7_main.c: New file.
12032 * gcc.dg/compat/struct-by-value-7_x.c: New file.
12033 * gcc.dg/compat/struct-by-value-7_y.c: New file.
12034 * gcc.dg/compat/struct-by-value-8_main.c: New file.
12035 * gcc.dg/compat/struct-by-value-8_x.c: New file.
12036 * gcc.dg/compat/struct-by-value-8_y.c: New file.
12037 * gcc.dg/compat/struct-by-value-9_main.c: New file.
12038 * gcc.dg/compat/struct-by-value-9_x.c: New file.
12039 * gcc.dg/compat/struct-by-value-9_y.c: New file.
12040
12041 2003-05-16 Mark Mitchell <mark@codesourcery.com>
12042
12043 * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
12044 (gcc-dg-test-1): ... this. Add target_compile parameter. Add
12045 support for "repo" mode.
12046 * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
12047 * lib/g77-dg.exp: Likewise.
12048 * lib/obj-dg.exp: Likewise.
12049
12050 2003-05-16 Jakub Jelinek <jakub@redhat.com>
12051
12052 Merge from gcc-3_2-rhl8-branch:
12053 2003-04-23 Jakub Jelinek <jakub@redhat.com>
12054
12055 * gcc.dg/tls/opt-6.c: New test.
12056
12057 2003-04-05 Jakub Jelinek <jakub@redhat.com>
12058
12059 * gcc.dg/20030405-1.c: New test.
12060
12061 2003-03-09 Jakub Jelinek <jakub@redhat.com>
12062
12063 * gcc.dg/20030309-1.c: New test.
12064
12065 2003-03-07 Eric Botcazou <ebotcazou@libertysurf.fr>
12066
12067 * gcc.c-torture/execute/20030307-1.c: New test.
12068
12069 2003-02-20 Randolph Chung <tausq@debian.org>
12070
12071 * gcc.c-torture/compile/20030220-1.c: New test.
12072
12073 2003-02-18 Jakub Jelinek <jakub@redhat.com>
12074
12075 * gcc.dg/20030217-1.c: New test.
12076
12077 2003-01-29 Jakub Jelinek <jakub@redhat.com>
12078
12079 * gcc.c-torture/compile/20020129-1.c: New test.
12080
12081 2002-12-21 Eric Botcazou <ebotcazou@libertysurf.fr>
12082
12083 * gcc.dg/unroll-1.c: New test.
12084
12085 2002-11-16 Jan Hubicka <jh@suse.cz>
12086
12087 * gcc.c-torture/execute/20020920-1.c: New test.
12088
12089 2002-10-08 Jakub Jelinek <jakub@redhat.com>
12090
12091 PR target/7434
12092 * gcc.c-torture/compile/20021008-1.c: New test.
12093
12094 2002-08-10 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
12095
12096 PR target/7559
12097 * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
12098
12099 2002-08-07 Jakub Jelinek <jakub@redhat.com>
12100
12101 * gcc.c-torture/compile/20020807-1.c: New test.
12102
12103 2002-07-30 Jakub Jelinek <jakub@redhat.com>
12104
12105 * gcc.dg/tls/opt-1.c: New test.
12106
12107 2002-07-29 Jakub Jelinek <jakub@redhat.com>
12108
12109 * gcc.dg/20020729-1.c: New test.
12110
12111 2002-07-20 Jakub Jelinek <jakub@redhat.com>
12112
12113 * g++.dg/opt/life1.C: New test.
12114
12115 2002-05-20 Jakub Jelinek <jakub@redhat.com>
12116
12117 * gcc.dg/20020525-1.c: New test.
12118
12119 2002-05-24 Jakub Jelinek <jakub@redhat.com>
12120
12121 PR c++/6794
12122 * g++.dg/ext/pretty1.C: New test.
12123 * g++.dg/ext/pretty2.C: New test.
12124
12125 2003-05-15 Mark Mitchell <mark@codesourcery.com>
12126
12127 PR c++/8385
12128 * g++.dg/ext/typeof5.C: New test.
12129
12130 2003-05-15 J"orn Rennecke <joern.rennecke@superh.com>
12131
12132 * gcc.c-torture/execute/builtins/string-asm-1.c: Take
12133 __USER_LABEL_PREFIX__ into account.
12134 * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
12135
12136 2003-05-14 Roger Sayle <roger@eyesopen.com>
12137
12138 * gcc.dg/builtins-15.c: New test case.
12139
12140 2003-05-13 Zack Weinberg <zack@codesourcery.com>
12141
12142 * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
12143
12144 2003-05-12 Mark Mitchell <mark@codesourcery.com>
12145
12146 * lib/g++.exp: Tweak handling of additional source files.
12147 * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
12148 * g++.dg/special/conpr-2a.C: Rename to ...
12149 * g++.dg/special/conpr-2a.cc: ... this.
12150 * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
12151 * g++.dg/special/conpr-3a.C: Rename to ...
12152 * g++.dg/special/conpr-3a.cc: This.
12153 * g++.dg/special/conpr-3b.C: Rename to ...
12154 * g++.dg/special/conpr-3b.cc: This.
12155 * g++.dg/special/conpr-4.C: New test.
12156 * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
12157
12158 2003-05-12 David Edelsohn <edelsohn@gnu.org>
12159
12160 * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
12161
12162 2003-05-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12163
12164 * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
12165 * g++.old-deja/g++.robertl/eb71.C: Likewise.
12166 * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
12167 * g++.old-deja/g++.other/warn3.C: Likewise.
12168
12169 2003-05-11 Roger Sayle <roger@eyesopen.com>
12170
12171 * gcc.dg/i386-387-1.c: Update to also test log.
12172 * gcc.dg/i386-387-2.c: Likewise.
12173
12174 2003-05-11 Toon Moene <toon@moene.indiv.nluug.nl>
12175
12176 * g77.f-torture/execute/int8421.f: New test.
12177
12178 2003-05-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12179
12180 PR c++/10230, c++/10481
12181 * g++.dg/lookup/scoped5.C: New test.
12182
12183 2003-05-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12184
12185 PR c++/10552
12186 * g++.dg/template/ttp6.C: New test.
12187
12188 2003-05-11 Richard Sandiford <rsandifo@redhat.com>
12189
12190 * gcc.c-torture/execute/builtins: New directory.
12191 * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
12192 gcc.c-torture/execute/builtins.
12193 * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
12194 * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
12195 * gcc.dg/torture: ...this new directory. Turn into link-only tests.
12196 * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
12197
12198 2003-05-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12199
12200 PR c++/9252
12201 * g++.dg/template/access8.C: New test.
12202 * g++.dg/template/access9.C: New test.
12203
12204 2003-05-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12205
12206 PR c++/9554
12207 * g++.dg/parse/access1.C: New test.
12208
12209 2003-05-09 DJ Delorie <dj@redhat.com>
12210
12211 * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
12212 long, and not an int.
12213
12214 2003-05-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12215
12216 PR c++/10555, c++/10576
12217 * g++.dg/template/memclass1.C: New test.
12218
12219 2003-05-08 DJ Delorie <dj@redhat.com>
12220
12221 * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
12222 targets.
12223 * gcc.c-torture/execute/20021024-1.x: Likewise.
12224 * gcc.c-torture/execute/shiftdi.x: Likewise.
12225 * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
12226 * g++.old-deja/g++.other/exprstmt1.C: Likewise.
12227 * gcc.dg/20021018-1.c: Likewise.
12228
12229 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12230
12231 * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
12232
12233 gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
12234 (bcopy): Call memmove.
12235
12236 2003-05-08 Roger Sayle <roger@eyesopen.com>
12237
12238 * g77.f-torture/compile/8485.f: New test case.
12239
12240 2003-05-07 Richard Henderson <rth@redhat.com>
12241
12242 PR c++/10570
12243 * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
12244 Verify exception_cleanup not called for rethrows.
12245 * g++.dg/eh/forced2.C: Test that exception_cleanup is called
12246 when exiting catch block without rethrowing.
12247 * g++.dg/eh/forced3.C: New.
12248 * g++.dg/eh/forced4.C: New.
12249
12250 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
12251
12252 * gcc.dg/20030505.c: Fix triplet.
12253
12254 2003-05-06 DJ Delorie <dj@redhat.com>
12255
12256 * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
12257 * gcc.dg/nest.c: Likewise.
12258
12259 2003-05-05 Roger Sayle <roger@eyesopen.com>
12260
12261 * gcc.dg/builtins-14.c: New test case.
12262
12263 2003-05-05 Janis Johnson <janis187@us.ibm.com>
12264
12265 * lib/compat.exp (compat-execute): New argument.
12266 * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
12267 * gcc.dg/compat: New test directory.
12268 * gcc.dg/compat/compat.exp: New expect script.
12269 * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
12270 * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
12271 * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
12272 * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
12273 * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
12274 * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
12275
12276 * gcc.dg/compat/struct-by-value-1_main.c: New test file.
12277 * gcc.dg/compat/struct-by-value-1_x.c: New test file.
12278 * gcc.dg/compat/struct-by-value-1_y.c: New test file.
12279 * gcc.dg/compat/struct-by-value-2_main.c: New test file.
12280 * gcc.dg/compat/struct-by-value-2_x.c: New test file.
12281 * gcc.dg/compat/struct-by-value-2_y.c: New test file.
12282 * gcc.dg/compat/struct-by-value-3_main.c: New test file.
12283 * gcc.dg/compat/struct-by-value-3_x.c: New test file.
12284 * gcc.dg/compat/struct-by-value-3_y.c: New test file.
12285 * gcc.dg/compat/struct-by-value-4_main.c: New test file.
12286 * gcc.dg/compat/struct-by-value-4_x.c: New test file.
12287 * gcc.dg/compat/struct-by-value-4_y.c: New test file.
12288 * gcc.dg/compat/struct-by-value-5_main.c: New test file.
12289 * gcc.dg/compat/struct-by-value-5_x.c: New test file.
12290 * gcc.dg/compat/struct-by-value-5_y.c: New test file.
12291
12292 2003-05-05 Zack Weinberg <zack@codesourcery.com>
12293
12294 * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
12295
12296 2003-05-05 Jakub Jelinek <jakub@redhat.com>
12297
12298 * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
12299
12300 2003-05-05 Geoffrey Keating <geoffk@apple.com>
12301
12302 * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
12303 * gcc.dg/ppc-fsel-2.c: New test.
12304
12305 * gcc.dg/unused-5.c: New test.
12306
12307 2003-05-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12308
12309 PR c++/10496
12310 * g++.dg/warn/pmf1.C: New test.
12311
12312 2003-05-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12313
12314 PR c++/4494
12315 * g++.dg/warn/main.C: New test.
12316
12317 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12318
12319 * gcc.dg/nonnull-3.c: New test.
12320
12321 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
12322
12323 * gcc.dg/cpp/Wtrigraphs.c: Update.
12324 * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
12325
12326 2003-05-03 Geoffrey Keating <geoffk@apple.com>
12327
12328 * gcc.dg/ppc-fsel-1.c: New test.
12329
12330 2003-05-03 Zack Weinberg <zack@codesourcery.com>
12331
12332 PR c/10604
12333 * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
12334
12335 2003-05-03 Kazu Hirata <kazu@cs.umass.edu>
12336
12337 * gcc.dg/m-un-2.c: Fix the typedef of size_t.
12338
12339 2003-05-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12340
12341 PR c++/9364, c++/10553, c++/10586
12342 * g++.dg/parse/typename4.C: New test.
12343 * g++.dg/parse/typename5.C: Likewise.
12344
12345 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
12346
12347 * gcc.c-torture/compile/20030503-1.c: New test.
12348
12349 2003-05-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12350
12351 * g++.dg/lookup/using5.C: Fix testcase error.
12352
12353 2003-05-01 Chris Demetriou <cgd@broadcom.com>
12354
12355 * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
12356 since MEABI is no longer supported. Remove all vestiges
12357 of MEABI from the test.
12358
12359 2003-05-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12360
12361 PR c++/10554
12362 * g++.dg/lookup/using5.C: New test.
12363
12364 2003-05-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12365
12366 PR c++/8772
12367 * g++.dg/template/ttp5.C: New test.
12368
12369 2003-04-30 Mark Mitchell <mark@codesourcery.com>
12370
12371 * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
12372 (dg-gpp-additional-sources): New function.
12373 (dg-gpp-additional-files): Likewise.
12374 * lib/g++.exp (additional_sources): New variable.
12375 (additional_files): Likewise.
12376 (g++_target_compile): Deal with them.
12377 * lib/old-dejagnu.exp: Remove.
12378 * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
12379 * g++.old-deja: Revise all tests to use dg commands.
12380
12381 2003-04-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12382
12383 PR c++/9432, c++/9528
12384 * g++.dg/lookup/using4.C: New test.
12385
12386 2003-04-29 Geoffrey Keating <geoffk@apple.com>
12387
12388 * gcc.dg/noreturn-5.c: New file.
12389 * gcc.dg/noreturn-6.c: New file.
12390
12391 * gcc.c-torture/compile/inline-1.c: New file.
12392
12393 2003-04-29 Mark Mitchell <mark@codesourcery.com>
12394
12395 PR c++/10551
12396 * g++.dg/template/explicit1.C: New test.
12397
12398 2003-04-29 Mark Mitchell <mark@codesourcery.com>
12399
12400 PR c++/10549
12401 * g++.dg/other/bitfield1.C: New test.
12402
12403 PR c++/10527
12404 * g++.dg/init/new7.C: New test.
12405
12406 2003-04-29 Mark Mitchell <mark@codesourcery.com>
12407
12408 * g++.dg/ext/desig1.C: New test.
12409 * g++.dg/ext/init1.C: Update.
12410
12411 * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
12412
12413 2003-04-28 Mark Mitchell <mark@codesourcery.com>
12414
12415 PR c++/10180
12416 * g++.dg/warn/Winline-1.C: New test.
12417
12418 2003-04-28 Jakub Jelinek <jakub@redhat.com>
12419
12420 * gcc.c-torture/execute/string-opt-19.c: New test.
12421
12422 * gcc.c-torture/execute/string-opt-asm-1.c: New test.
12423 * gcc.c-torture/execute/string-opt-asm-2.c: New test.
12424
12425 2003-04-27 Mark Mitchell <mark@codesourcery.com>
12426
12427 PR c++/10506
12428 * g++.dg/init/new6.C: New test.
12429
12430 PR c++/10503
12431 * g++.dg/init/ref6.C: New test.
12432
12433 2003-04-26 David Edelsohn <edelsohn@gnu.org>
12434
12435 * g++.dg/warn/weak1.C: XFAIL on AIX4.
12436
12437 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12438
12439 * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
12440 checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
12441
12442 2003-04-25 Mark Mitchell <mark@codesourcery.com>
12443
12444 * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
12445 initialized static data members.
12446
12447 2003-04-25 H.J. Lu <hjl@gnu.org>
12448
12449 * gcc.dg/ia64-sync-4.c: New test.
12450
12451 2003-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12452
12453 * gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright
12454 date.
12455
12456 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
12457
12458 PR c++/10337
12459 * g++.dg/warn/conv1.C: New test.
12460 * g++.old-deja/g++.other/conv7.C: Adjust.
12461 * g++.old-deja/g++.other/overload14.C: Adjust.
12462
12463 2003-04-23 Mark Mitchell <mark@codesourcery.com>
12464
12465 PR c++/10471
12466 * g++.dg/template/defarg2.C: New test.
12467
12468 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
12469
12470 * gcc.dg/cpp/include2.c: Update.
12471 * gcc.dg/cpp/multiline-2.c: New.
12472 * gcc.dg/cpp/multiline.c: Update.
12473 * gcc.dg/cpp/strify2.c: Update.
12474 * gcc.dg/cpp/trad/literals-2.c: Update.
12475
12476 2003-04-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12477
12478 * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
12479
12480 2003-04-23 Mark Mitchell <mark@codesourcery.com>
12481
12482 * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
12483
12484 2003-04-23 Mark Mitchell <mark@codesourcery.com>
12485
12486 PR c++/10451
12487 * g++.dg/parse/crash4.C: New test.
12488
12489 PR c++/9847
12490 * g++.dg/parse/crash5.C: New test.
12491
12492 2003-04-22 Mark Mitchell <mark@codesourcery.com>
12493
12494 PR c++/10446
12495 * g++.dg/parse/crash3.C: New test.
12496
12497 PR c++/10428
12498 * g++.dg/parse/elab1.C: New test.
12499
12500 2003-04-22 Devang Patel <dpatel@apple.com>
12501
12502 * gcc.dg/cpp/trad/funlike-5.c: New test.
12503
12504 2003-04-21 Andreas Tobler <a.tobler@schweiz.ch>
12505
12506 * g++.dg/other/packed1.C: Fix dg options.
12507
12508 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
12509
12510 * g++.dg/other/offsetof2.C: New test.
12511
12512 2003-04-21 Mark Mitchell <mark@codesourcery.com>
12513
12514 * g++.dg/template/recurse.C: Adjust location of error messages.
12515
12516 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12517
12518 PR c++/9881
12519 * g++.dg/init/addr-const1.C: New test.
12520 * g++.dg/other/packed1.C: XFAIL on aligned architectures.
12521
12522 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
12523
12524 PR c++/10405
12525 * g++.dg/lookup/struct-hack1.C: New test.
12526
12527 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
12528
12529 * ucs.c: Update diagnostic messages.
12530
12531 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12532
12533 * gcc.dg/cpp/truefalse.cpp: New test.
12534 * gcc.dg/cpp/cpp.exp: Update.
12535 * g++.dg/other/stdbool-if.C: Remove.
12536
12537 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12538
12539 * gcc.dg/cpp/_Pragma4.c: Remove stray space.
12540 * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
12541
12542 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
12543
12544 * gcc.c-torture/compile/20030418-1.c: New test.
12545
12546 2003-04-17 Janis Johnson <janis187@us.ibm.com>
12547
12548 * README.compat: Remove; content moved to doc/sourcebuild.texi.
12549
12550 2003-04-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12551
12552 PR c++/10347
12553 g++.dg/template/dependent-name1.C: New test.
12554
12555 2003-04-17 J"orn Rennecke <joern.rennecke@superh.com>
12556
12557 * gcc.dg/warn-1.c (tourist_guide): New array,
12558 contains a pointer to bar.
12559
12560 2003-04-16 Roger Sayle <roger@eyesopen.com>
12561
12562 * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
12563 * gcc.c-torture/execute/medce-1.c: New test case.
12564 * gcc.c-torture/execute/medce-2.c: New test case.
12565
12566 2003-04-15 Mark Mitchell <mark@codesourcery.com>
12567
12568 * lib/prune.exp: Ignore more messages.
12569
12570 PR c++/10381
12571 * g++.dg/parse/lookup3.C: New test.
12572
12573 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
12574
12575 * gcc.c-torture/compile/20030415-1.c : New test.
12576
12577 2003-04-14 Mark Mitchell <mark@codesourcery.com>
12578
12579 * gcc.c-torture/execute/scope-2.c: Move to ...
12580 * gcc.dg/noncompile/scope.c: .... here.
12581
12582 2003-04-14 Roger Sayle <roger@eyesopen.com>
12583
12584 * gcc.dg/20030414-2.c: New test case.
12585
12586 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
12587
12588 PR target/10377
12589 * gcc.dg/20030414-1.c: New test.
12590
12591 2003-04-13 Roger Sayle <roger@eyesopen.com>
12592
12593 * gcc.dg/builtins-12.c: New test case.
12594 * gcc.dg/builtins-13.c: New test case.
12595
12596 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12597
12598 * gcc.c-torture/execute/string-opt-18.c: New test.
12599
12600 2003-04-13 Mark Mitchell <mark@codesourcery.com>
12601
12602 PR c++/10300
12603 * g++.dg/init/new5.C: New test.
12604
12605 2003-04-12 Mark Mitchell <mark@codesourcery.com>
12606
12607 PR c++/7910
12608 * g++.dg/ext/dllimport1.C: New test.
12609
12610 2003-04-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12611
12612 * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
12613
12614 2003-04-11 Bud Davis <bdavis9659@comcast.net>
12615
12616 PR Fortran/9263
12617 * g77.f-torture/noncompile/9263.f: New test
12618 PR Fortran/1832
12619 * g77.f-torture/execute/1832.f: New test
12620
12621 2003-04-11 David Chad <davidc@freebsd.org>
12622 Loren J. Rittle <ljrittle@acm.org>
12623
12624 libobjc/8562
12625 * objc.dg/headers.m: New test.
12626
12627 2003-04-10 Zack Weinberg <zack@codesourcery.com>
12628
12629 * gcc.c-torture/execute/builtin-noret-2.c: New.
12630 * gcc.c-torture/execute/builtin-noret-2.x: New.
12631 XFAIL builtin-noret-2.c at -O1 and above.
12632 * gcc.dg/redecl.c: New.
12633 * gcc.dg/Wshadow-1.c: Update error regexps.
12634
12635 2003-04-10 Mark Mitchell <mark@codesourcery.com>
12636
12637 * g++.dg/abi/bitfield10.C: New test.
12638
12639 2003-04-09 Mike Stump <mrs@apple.com>
12640
12641 * gcc.dg/pch/pch.exp: Make testcase names longer.
12642 * g++.dg/pch/pch.exp: Make testcase names longer.
12643
12644 2003-04-08 Roger Sayle <roger@eyesopen.com>
12645
12646 * gcc.dg/builtins-11.c: New test case.
12647
12648 2003-04-08 Roger Sayle <roger@eyesopen.com>
12649
12650 * gcc.dg/builtins-9.c: New test case.
12651 * gcc.dg/builtins-10.c: New test case.
12652
12653 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
12654
12655 * gcc.dg/noncompile/init-4.c.c: New test.
12656
12657 2003-04-06 Nathan Sidwell <nathan@codesourcery.com>
12658
12659 * gcc.misc-test/gcov-9.c: New test.
12660 * gcc.misc-test/gcov-10.c: New test
12661 * gcc.misc-test/gcov-11.c: New test.
12662
12663 2003-04-05 Zack Weinberg <zack@codesourcery.com>
12664
12665 PR optimization/10024
12666 * gcc.c-torture/compile/20030405-1.c: New test.
12667
12668 2003-04-04 Geoffrey Keating <geoffk@apple.com>
12669
12670 * gcc.dg/pch/static-3.c: New.
12671 * gcc.dg/pch/static-3.hs: New.
12672 * gcc.dg/pch/pch.exp: Test with -O0 -g too.
12673
12674 2003-04-04 Richard Henderson <rth@redhat.com>
12675
12676 * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
12677 * g++.dg/eh/forced2.C: Likewise.
12678
12679 2003-04-03 Mike Stump <mrs@apple.com>
12680
12681 * lib/scanasm.exp (scan-assembler): Add xfail processing for
12682 target arg.
12683 (scan-assembler-times, scan-assembler-not): Likewise.
12684 (scan-assembler-dem, scan-assembler-dem-not): Likewise.
12685
12686 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
12687
12688 * gcc.dg/sparc-loop-1.c: New test.
12689
12690 2003-04-02 Geoffrey Keating <geoffk@apple.com>
12691
12692 PR other/9274
12693 * g++.dg/pch/system-2.C: New.
12694 * g++.dg/pch/system-2.Hs: New.
12695
12696 2003-04-02 Aldy Hernandez <aldyh@redhat.com>
12697
12698 * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
12699
12700 * g++.dg/eh/simd-1.C (vecfunc): Same.
12701
12702 2003-04-01 Roger Sayle <roger@eyesopen.com>
12703
12704 * gcc.c-torture/execute/20030401-1.c: New test case.
12705
12706 2003-04-01 Ziemowit Laski <zlaski@apple.com>
12707
12708 * objc.dg/defs.m: New.
12709
12710 2003-04-01 Aldy Hernandez <aldyh@redhat.com>
12711
12712 * g++.dg/eh/simd-1.C: New.
12713 * g++.dg/eh/simd-2.C: New.
12714
12715 2003-03-01 Aldy Hernandez <aldyh@redhat.com>
12716
12717 * gcc.c-torture/execute/simd-3.c: New.
12718
12719 2003-03-31 Mark Mitchell <mark@codesourcery.com>
12720
12721 PR c/9936
12722 * gcc.dg/20030331-2.c: New test.
12723
12724 2003-03-31 Mark Mitchell <mark@codesourcery.com>
12725
12726 PR c++/10278
12727 * g++.dg/parse/crash2.C: New test.
12728
12729 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
12730
12731 * gcc.c-torture/compile/20030331-1.c: New test, moved from...
12732 * gcc.c-torture/execute/20030331-1.c: ...here.
12733
12734 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
12735
12736 * gcc.c-torture/execute/20030331-1.c: New test.
12737
12738 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
12739
12740 * lib/gcov.exp: Adjust call return testing strings.
12741 * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
12742
12743 2003-03-31 Roger Sayle <roger@eyesopen.com>
12744
12745 * gcc.dg/builtins-3.c: Add new tests for sin and cos.
12746 * gcc.dg/builtins-7.c: New test case.
12747 * gcc.dg/builtins-8.c: New test case.
12748
12749 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
12750
12751 * gcc.c-torture/execute/ieee/20030331-1.c: New test.
12752
12753 2003-03-30 Mark Mitchell <mark@codesourcery.com>
12754
12755 PR c++/7647
12756 * g++.dg/lookup-class-member-2.C: New test.
12757
12758 2003-03-30 Glen Nakamura <glen@imodulo.com>
12759
12760 * gcc.dg/20030324-1.c: Add comments and abort if test fails.
12761
12762 2003-03-28 Roger Sayle <roger@eyesopen.com>
12763
12764 * gcc.c-torture/execute/ieee/fp-cmp-6.c: Correct test for -O0.
12765
12766 2003-03-28 Mark Mitchell <mark@codesourcery.com>
12767
12768 * g++.dg/init/attrib1.C: New test.
12769
12770 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
12771
12772 * gcc.dg/ultrasp8.c: New test.
12773
12774 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
12775
12776 * gcc.dg/ultrasp7.c: New test.
12777
12778 2003-03-28 Nathan Sidwell <nathan@codesourcery.com>
12779
12780 PR c++/10047
12781 * g++.dg/template/inline1.C: New test.
12782
12783 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
12784
12785 * gcc.dg/sparc-dwarf2.c: New test.
12786
12787 2003-03-27 Roger Sayle <roger@eyesopen.com>
12788
12789 * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
12790 * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
12791
12792 2003-03-27 Mark Mitchell <mark@codesourcery.com>
12793
12794 * lib/gcov.exp (run-gcov): Add branches and calls options, rather
12795 than reading .x files.
12796 * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
12797 * g77.dg/gcov/gcov-1.f: Likewise.
12798 * gcc.misc-tests/gcov-4b.c: Likewise.
12799 * gcc.misc-tests/gcov-5b.c: Likewise.
12800 * gcc.misc-tests/gcov-6.c: Likewise.
12801 * gcc.misc-tests/gcov-7.c: Likewise.
12802 * gcc.misc-tests/gcov-8.c: Likewise.
12803 * g++.dg/gcov/gcov-1.x: Remove.
12804 * g77.dg/gcov/gcov-1.x: Likewise.
12805 * gcc.misc-tests/gcov-4b.x: Likewise.
12806 * gcc.misc-tests/gcov-5b.x: Likewise.
12807 * gcc.misc-tests/gcov-6.x: Likewise.
12808 * gcc.misc-tests/gcov-7.x: Likewise.
12809 * gcc.misc-tests/gcov-8.x: Likewise.
12810
12811 2003-03-27 Glen Nakamura <glen@imodulo.com>
12812
12813 PR opt/10087
12814 * gcc.dg/20030324-1.c: New test.
12815
12816 2003-03-27 Nathan Sidwell <nathan@codesourcery.com>
12817
12818 PR c++/10224
12819 * g++.dg/template/arg3.C: New test.
12820
12821 PR c++/10158
12822 * g++.dg/template/friend18.C: New test.
12823
12824 2003-03-26 Roger Sayle <roger@eyesopen.com>
12825
12826 * g77.f-torture/compile/20030326-1.f: New test case.
12827
12828 2003-03-26 Janis Johnson <janis187@us.ibm.com>
12829
12830 * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
12831
12832 * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
12833
12834 2003-03-26 Jakub Jelinek <jakub@redhat.com>
12835
12836 * gcc.dg/ia64-sync-3.c: New test.
12837
12838 2003-03-26 Alan Modra <amodra@bigpond.net.au>
12839
12840 * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
12841
12842 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
12843
12844 * gcc.dg/ultrasp6.c: New test.
12845
12846 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
12847
12848 * gcc.dg/i386-signbit-1.c: New test.
12849 * gcc.dg/i386-signbit-2.c: New test.
12850 * gcc.dg/i386-signbit-3.c: New test.
12851
12852 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
12853
12854 * gcc.dg/ultrasp5.c: Fix options.
12855
12856 2003-03-24 Eric Botcazou <ebotcazou@libertysurf.fr>
12857
12858 * gcc.dg/ultrasp5.c: Fix comment.
12859
12860 2003-03-24 Bud Davis <bdavis9659@comcast.net>
12861
12862 PR fortran/10197
12863 * g77.f-torture/execute/10197.f: New test.
12864
12865 2003-03-24 Nathan Sidwell <nathan@codesourcery.com>
12866
12867 PR c++/9898, c++/383
12868 * g++.dg/template/conv6.C: New test.
12869
12870 PR c++/10119
12871 * g++.dg/template/ptrmem5.C: New test.
12872
12873 PR c++/10026
12874 * g++.dg/lookup/koenig1.C: New test.
12875
12876 PR C++/10199
12877 * g++.dg/lookup/template2.C: New test.
12878
12879 2003-03-24 Jakub Jelinek <jakub@redhat.com>
12880
12881 * g++.dg/opt/rtti1.C: New test.
12882
12883 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
12884
12885 * gcc.dg/ultrasp5.c: New test.
12886
12887 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
12888
12889 PR middle-end/9967
12890 * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
12891 builtin fputs.
12892
12893 2003-03-23 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
12894
12895 PR c/8224
12896 * gcc.dg/20030323-1.c: New test.
12897
12898 2003-03-23 Roger Sayle <roger@eyesopen.com>
12899
12900 * gcc.c-torture/compile/20030323-1.c: New test case.
12901
12902 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
12903
12904 * gcc.dg/20030321-1.c: New test.
12905
12906 2003-03-22 Zack Weinberg <zack@codesourcery.com>
12907
12908 * gcc.dg/Wshadow-1.c: Add a dg-warning line.
12909
12910 2003-03-22 Nathan Sidwell <nathan@codesourcery.com>
12911
12912 PR c++/9978, c++/9708
12913 * g++.dg/ext/vlm1.C: Adjust expected error.
12914 * g++.dg/ext/vla2.C: New test.
12915 * g++.dg/template/arg1.C: New test.
12916 * g++.dg/template/arg2.C: New test.
12917
12918 2003-03-22 Bud Davis <bdavis9659@comcast.net>
12919
12920 * g77.f-torture/execute/select.f: New test.
12921 * g77.f-torture/noncompile/select_no_compile.f: New test.
12922
12923 2003-03-21 Nathan Sidwell <nathan@codesourcery.com>
12924
12925 PR c++/9898
12926 * g++.dg/other/error4.C: New test.
12927
12928 2003-03-20 Mark Mitchell <mark@codesourcery.com>
12929
12930 * g++.dg/template/friend17.C: New test.
12931
12932 2003-03-21 Alan Modra <amodra@bigpond.net.au>
12933
12934 * gcc.c-torture/compile/20030320-1.c: New.
12935
12936 2003-03-20 Roger Sayle <roger@eyesopen.com>
12937
12938 * gcc.dg/builtins-6.c: New test case.
12939
12940 2003-03-19 Alan Modra <amodra@bigpond.net.au>
12941
12942 PR target/10073
12943 * gcc.c-torture/compile/20030319-1.c: New.
12944
12945 2003-03-18 Jan Hubicka <jh@suse.cz>
12946
12947 * gcc.dg/i386-cvt-1.c: New test.
12948
12949 2003-03-17 Zack Weinberg <zack@codesourcery.com>
12950
12951 * objc.dg/naming-1.m: Use "(parse|syntax) error".
12952 * objc.dg/naming-2.m: Likewise.
12953
12954 2003-03-17 Mark Mitchell <mark@codesourcery.com>
12955
12956 PR c++/9639
12957 * g++.dg/parse/crash1.C: New test.
12958
12959 2003-03-16 Mark Mitchell <mark@codesourcery.com>
12960
12961 PR c++/8805
12962 * g++.dg/eh/cleanup1.C: New test.
12963
12964 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
12965
12966 * gcc.c-torture/execute/20030316-1.c: New test case.
12967
12968 2003-03-16 Nathan Sidwell <nathan@codesourcery.com>
12969
12970 PR c++/9629
12971 * g++.dg/init/ctor2.C: New test.
12972
12973 2003-03-15 Roger Sayle <roger@eyesopen.com>
12974
12975 * g77.f-torture/compile/xformat.f: New test case.
12976
12977 2003-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12978
12979 * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
12980 * g++.old-deja/g++.mike/eh50.C: Likewise.
12981
12982 2003-03-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12983
12984 PR c++/6440
12985 * g++.dg/template/spec7.C: New test.
12986 * g++.dg/template/spec8.C: Likewise.
12987
12988 2003-03-14 Jakub Jelinek <jakub@redhat.com>
12989
12990 * gcc.c-torture/execute/20030313-1.c: New test.
12991
12992 2003-03-14 Richard Henderson <rth@redhat.com>
12993
12994 * gcc.dg/inline-2.c: Adjust alpha test for external call.
12995
12996 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
12997
12998 * gcc.c-torture/compile/20030314-1.c: New test.
12999
13000 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
13001
13002 * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
13003 * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
13004 thumb target,
13005 * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
13006 to accept newer _imp__ prefix and additional
13007 newline in .drectve section.
13008 * gcc.dg/dll-4.c: Likewise.
13009 * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
13010 switch.
13011
13012 2003-03-13 Mark Mitchell <mark@codesourcery.com>
13013
13014 * g++.dg/parse/namespace9.C: New test.
13015
13016 * g++.dg/init/ref5.C: New test.
13017 * g++.dg/parse/ptrmem1.C: Likewise.
13018
13019 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13020
13021 * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
13022 * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
13023 regular expression.
13024 * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
13025 * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
13026
13027 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
13028
13029 * gcc.c-torture/execute/20030224-2.c: New test.
13030
13031 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
13032
13033 * gcc.dg/decl-3.c: New test.
13034
13035 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
13036
13037 * gcc.dg/i386-loop-2.c: New test.
13038
13039 2003-03-11 Mark Mitchell <mark@codesourcery.com>
13040
13041 PR c++/9474
13042 * g++.dg/parse/namespace8.C: New test.
13043
13044 PR c++/9924
13045 * g++.dg/overload/builtin2.C: New test.
13046
13047 2003-03-11 Steven Bosscher <s.bosscher@student.tudelft.nl>
13048
13049 * gcc.dg/return-type-3.c: New test.
13050
13051 2003-03-11 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
13052
13053 * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
13054 profiling options are not supported.
13055
13056 2003-03-10 Mark Mitchell <mark@codesourcery.com>
13057
13058 * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
13059 * g++.old-deja/g++.warn/impint2.C: Likewise.
13060
13061 2003-03-10 Devang Patel <dpatel@apple.com>
13062
13063 * g++.dg/cpp/c++_cmd_1.C: New test.
13064 * g++.dg/cpp/c++_cmd_1.h: New file.
13065
13066 2003-03-10 Segher Boessenkool <segher@koffie.nl>
13067
13068 * gcc.dg/altivec-9.c: New file.
13069
13070 2003-03-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13071
13072 * gcc.dg/ppc-sdata-1.c: New test.
13073 * gcc.dg/ppc-sdata-2.c: New test.
13074
13075 2003-03-09 Mark Mitchell <mark@codesourcery.com>
13076
13077 PR c++/9373
13078 * g++.dg/opt/ptrmem2.C: New test.
13079
13080 PR c++/8534
13081 * g++.dg/opt/ptrmem1.C: New test.
13082
13083 2003-03-09 Eric Botcazou <ebotcazou@libertysurf.fr>
13084
13085 * gcc.dg/i386-loop-1.c: New test.
13086
13087 2003-03-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13088
13089 PR c++/9970
13090 * g++.dg/lookup/friend1.C: New test.
13091
13092 2003-03-08 Mark Mitchell <mark@codesourcery.com>
13093
13094 PR c++/9823
13095 * g++.dg/parser/constructor1.C: New test.
13096
13097 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
13098
13099 * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
13100
13101 * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
13102
13103 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13104
13105 * gcc.dg/cpp/Wunused.c: Update test.
13106
13107 2003-03-08 Jan Hubicka <jh@suse.cz>
13108
13109 * gcc.dg/inline-3.c: New test.
13110
13111 2003-03-08 Mark Mitchell <mark@codesourcery.com>
13112
13113 PR c++/9809
13114 * g++.dg/parse/builtin1.C: New test.
13115
13116 PR c++/9982
13117 * g++.dg/abi/cookie1.C: New test.
13118 * g++.dg/abi/cookie2.C: Likewise.
13119
13120 PR c++/9524
13121 * g++.dg/template/field1.C: New test.
13122
13123 PR c++/9912
13124 * g++.dg/parse/class1.C: New test.
13125 * g++.dg/parse/namespace7.C: Likewise.
13126 * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
13127
13128 2003-03-07 Mark Mitchell <mark@codesourcery.com>
13129
13130 * g++.dg/init/ref4.C: New test.
13131
13132 2003-03-07 Jan Hubicka <jh@suse.cz>
13133
13134 * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
13135 * gcc.dg/inline-3.c: New test.
13136
13137 2003-03-06 Mark Mitchell <mark@codesourcery.com>
13138
13139 * g++.dg/init/ref3.C: New test.
13140
13141 PR c++/9965
13142 * g++.dg/init/ref2.C: New test.
13143
13144 PR c++/9400
13145 * g++.dg/warn/Wshadow-2.C: New test.
13146
13147 PR c++/9791
13148 * g++.dg/warn/Woverloaded-1.C: New test.
13149
13150 2003-03-05 Jan Hubicka <jh@suse.cz>
13151
13152 * gcc.dg/i386-local2.c: New.
13153 * gcc.dg/i386-local.c: Fix typo.
13154
13155 2003-03-05 Mark Mitchell <mark@codesourcery.com>
13156
13157 * g++.dg/abi/layout3.C: New test.
13158
13159 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
13160
13161 * gcc.c-torture/compile/20030305-1.c
13162
13163 2003-03-05 Jan Hubicka <jh@suse.cz>
13164
13165 * gcc.dg/i386-local.c: New.
13166
13167 2003-03-04 J"orn Rennecke <joern.rennecke@superh.com>
13168
13169 * gcc.dg/sh-relax.c: Disable for sh64-*-*.
13170
13171 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
13172
13173 * gcc.dg/switch-2.c: New test.
13174 * gcc.dg/switch-3.c: New test.
13175 * gcc.dg/Wswitch.c: Adjust line numbers.
13176 * gcc.dg/Wswitch-default.c: Likewise.
13177 * gcc.dg/Wswitch-enum.c: Likewise.
13178
13179 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
13180
13181 * gcc.c-torture/execute/20030222-1.c: New test.
13182
13183 2003-03-03 James E Wilson <wilson@tuliptree.org>
13184
13185 * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
13186
13187 2003-03-03 Mark Mitchell <mark@codesourcery.com>
13188
13189 PR c++/9878
13190 * g++.dg/init/ref1.C: New test.
13191
13192 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
13193
13194 * gcc.dg/sh-relax.c: New SH-only test.
13195
13196 2003-03-03 Geoffrey Keating <geoffk@apple.com>
13197
13198 * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
13199 comment explaining purpose of testcase.
13200
13201 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
13202
13203 * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
13204 for HC11/HC12 (asm needs two int registers).
13205 * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
13206 HC11/HC12 because the test uses an asm which needs two 32-bit
13207 registers.
13208
13209 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
13210
13211 * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
13212 for HC11/HC12 (array is too large otherwise).
13213 * gcc.c-torture/compile/920501-4.x: New file, likewise.
13214 * gcc.c-torture/compile/20010518-2.x: Likewise.
13215 * gcc.c-torture/compile/980506-1.x: Don't execute this test on
13216 HC11/HC12 (array is too large).
13217
13218 2003-03-01 Geoffrey Keating <geoffk@apple.com>
13219
13220 * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
13221 * lib/g++-dg.exp (g++-dg-test): Likewise.
13222
13223 2003-03-01 Roger Sayle <roger@eyesopen.com>
13224
13225 * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
13226 * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
13227
13228 2003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13229
13230 * g++.dg/warn/implicit-typename1.C: Remove warning.
13231
13232 2003-02-28 Richard Henderson <rth@redhat.com>
13233
13234 * gcc.dg/noreturn-1.c: Move noreturn warning line.
13235 * gcc.dg/return-type-1.c: Move control reaches end warning line.
13236
13237 2003-02-28 Geoffrey Keating <geoffk@apple.com>
13238
13239 * gcc.dg/pch/pch.exp: Change .pch to .gch.
13240 * g++.dg/pch/pch.exp: Likewise.
13241
13242 2003-02-28 Mark Mitchell <mark@codesourcery.com>
13243
13244 PR c++/9879
13245 * testsuite/g++.dg/init/new4.C: New test.
13246
13247 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
13248
13249 * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
13250
13251 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
13252
13253 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
13254 unsigned long.
13255
13256 * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
13257 wider than float.
13258
13259 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13260
13261 * lib/scanasm.exp: Add support for counting numbers of
13262 occurences.
13263 * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
13264 gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
13265
13266 2003-02-25 Mark Mitchell <mark@codesourcery.com>
13267
13268 PR c++/9683
13269 * g++.dg/template/static3.C: New test.
13270
13271 PR c++/9829
13272 * g++.dg/parse/namespace6.C: New test.
13273
13274 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13275
13276 PR target/9732
13277 * gcc.dg/20030225-1.c: New test.
13278
13279 2003-02-24 Mark Mitchell <mark@codesourcery.com>
13280
13281 * README: Remove out-of-date information.
13282
13283 PR c++/9836
13284 * g++.dg/template/spec6.C: New test.
13285
13286 2003-02-24 Jeff Law <law@redhat.com>
13287
13288 * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
13289
13290 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13291
13292 * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
13293 * gcc.dg/pragma-ep-1.c: Likewise.
13294
13295 2003-02-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13296
13297 PR c++/9602
13298 * g++.dg/template/friend16.C: New test.
13299
13300 2003-02-23 Mark Mitchell <mark@codesourcery.com>
13301
13302 PR c++/5333
13303 * g++.dg/parse/fused-params1.C: Adjust error messages.
13304 * g++.dg/template/nested3.C: New test.
13305
13306 2003-02-24 Alan Modra <amodra@bigpond.net.au>
13307
13308 * g++.dg/abi/param1.C: New test.
13309
13310 2003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13311
13312 PR c++/7982
13313 * g++.dg/warn/implicit-typename1.C: New test.
13314
13315 2003-02-22 Kelley Cook <kelleycook@comcast.net>
13316
13317 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
13318 with "mtune".
13319 * g++.old-deja/g++.other/store-expr2.C: Likewise.
13320 * gcc.c-torture/execute/20010129-1.x: Likewise.
13321 * gcc.dg/20011107-1.c: Likewise.
13322 * gcc.dg/20020108-1.c: Likewise.
13323 * gcc.dg/20020122-3.c: Likewise.
13324 * gcc.dg/20020206-1.c: Likewise.
13325 * gcc.dg/20020310-1.c: Likewise.
13326 * gcc.dg/20020426-2.c: Likewise.
13327 * gcc.dg/20020517-1.c: Likewise.
13328 * gcc.dg/991230-1.c: Likewise.
13329 * gcc.dg/i386-unroll-1.c: Likewise.
13330 * gcc.misc-tests/i386-prefetch.exp: Likewise.
13331
13332 2003-02-22 Jan Hubicka <jh@suse.cz>
13333
13334 * gcc.dg/i386-mul.c: New test.
13335
13336 2003-02-21 Roger Sayle <roger@eyesopen.com>
13337
13338 * gcc.dg/builtins-5.c: New test case.
13339
13340 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
13341
13342 * gcc.dg/asmreg-1.c: New test.
13343
13344 2003-02-21 Mark Mitchell <mark@codesourcery.com>
13345
13346 PR c++/9749
13347 * g++.dg/parse/varmod1.C: New test.
13348
13349 2003-02-21 Mark Mitchell <mark@codesourcery.com>
13350
13351 PR c++/9727
13352 * g++.dg/template/op1.C: New test.
13353
13354 2003-02-21 Mark Mitchell <mark@codesourcery.com>
13355
13356 PR c++/8906
13357 * g++.dg/template/nested2.C: New test.
13358
13359 2003-02-21 Mark Mitchell <mark@codesourcery.com>
13360
13361 PR c++/8724
13362 * g++.dg/expr/dtor1.C: New test.
13363
13364 2003-02-21 Zack Weinberg <zack@codesourcery.com>
13365
13366 * gcc.dg/cpp/include3.c: New test.
13367 * gcc.dg/cpp/inc/foo.h: New file.
13368
13369 2003-02-21 Glen Nakamura <glen@imodulo.com>
13370
13371 * gcc.c-torture/execute/20030221-1.c: New test.
13372
13373 2003-02-20 Mark Mitchell <mark@codesourcery.com>
13374
13375 PR c++/9729
13376 * g++.dg/abi/conv1.C: New test.
13377
13378 2003-02-20 Jan Hubicka <jh@suse.cz>
13379
13380 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
13381
13382 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
13383
13384 * gcc.c-torture/compile/20030219-1.c: New test.
13385
13386 2003-02-18 Jan Hubicka <jh@suse.cz>
13387
13388 * gcc.dg/funcorder.c: New test.
13389
13390 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
13391
13392 * gcc.c-torture/execute/20030218-1.c: New.
13393
13394 2003-02-18 Aldy Hernandez <aldyh@redhat.com>
13395
13396 * gcc.dg/20030218-1.c: New.
13397
13398 2003-02-18 Richard Henderson <rth@redhat.com>
13399
13400 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
13401 * gcc.dg/attr-used-2.c: New.
13402
13403 2003-02-18 Mark Mitchell <mark@codesourcery.com>
13404
13405 PR c++/9704
13406 * g++.dg/init/copy5.C: New test.
13407
13408 2003-02-18 Geoffrey Keating <geoffk@apple.com>
13409
13410 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
13411 * g++.dg/pch/pch.exp: Likewise.
13412
13413 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
13414
13415 * gcc.c-torture/execute/20030209-1.c: Enable the test if
13416 STACK_SIZE is not defined.
13417
13418 2003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13419
13420 PR c++/9457
13421 * g++.dg/template/init1.C: New test.
13422
13423 2003-02-16 Jan HUbicka <jh@suse.cz>
13424
13425 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
13426 (foo): Add few extra tests
13427 * gcc.dg/c99-const-expr-3.c: Likewise.
13428 * gcc.c-torture/execute/20030216-1.c: New.
13429
13430 2003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13431
13432 PR c++/9459
13433 * g++.dg/ext/typeof4.C: New test.
13434
13435 2003-02-15 Roger Sayle <roger@eyesopen.com>
13436
13437 * gcc.dg/i386-387-3.c: New test case.
13438
13439 2003-02-14 Josef Zlomek <zlomekj@suse.cz>
13440
13441 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
13442 cris-*-elf* cris-*-aout* and mmix-*-*.
13443
13444 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
13445
13446 * gcc.dg/20030213-1.c: New test.
13447
13448 2003-02-12 Roger Sayle <roger@eyesopen.com>
13449
13450 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
13451 * gcc.dg/i386-387-2.c: Likewise.
13452
13453 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
13454
13455 * gcc.dg/ppc-spe.c: Fix formatting.
13456 Enable tests that were previously unsupported by gas.
13457 Delete tests for instructions that no longer exist.
13458 Switch arguments on evsubifw builtin.
13459
13460 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
13461
13462 * gcc.c-torture/execute/20030209-1.c: Disable the test if
13463 STACK_SIZE is too small.
13464
13465 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
13466 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
13467
13468 * gcc.dg/decl-2.c: New test.
13469
13470 2003-02-10 Jan Hubicka <jh@suse.cz>
13471
13472 * gcc.dg/i386-fpcvt-1.c: New test.
13473
13474 2002-02-09 Richard Sandiford <rsandifo@redhat.com>
13475
13476 * gcc.c-torture/execute/20030209-1.c: New test.
13477
13478 2003-02-09 Kazu Hirata <kazu@cs.umass.edu>
13479
13480 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
13481 int-wide bitops, use the constants of the same width.
13482 Likewise, if long long is 32-bit wide, test bitops using
13483 32-bit constants.
13484
13485 2003-02-07 Loren James Rittle <ljrittle@acm.org>
13486
13487 * gcc.dg/20021014-1.c: Annotate with expected notice text.
13488
13489 2003-02-07 Roger Sayle <roger@eyesopen.com>
13490
13491 * testsuite/gcc.dg/builtins-4.c: New test case.
13492
13493 2003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13494
13495 * gcc.dg/20020430-1.c: Fix dg command typos.
13496 * gcc.dg/20020503-1.c: Likewise.
13497
13498 2003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
13499
13500 PR c++/8785
13501 * g++.dg/parse/fused-params1.C: New test.
13502
13503 PR c++/8857
13504 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
13505
13506 PR c++/8921
13507 * g++.dg/parse/non-dependent1.C: New test.
13508
13509 PR c++/8928
13510 * g++.dg/parse/dupl-tmpl-args1.C: New test.
13511
13512 PR c++/9228
13513 * g++.dg/parse/undefined7.C: New test.
13514 * g++.dg/parse/non-templ1.C: New test.
13515
13516 PR c++/9229
13517 * g++.dg/parse/too-many-tmpl-args1.C: New test.
13518
13519 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
13520
13521 * gcc.c-torture/compile/20030206-1.c: New test.
13522
13523 2003-02-05 Roger Sayle <roger@eyesopen.com>
13524
13525 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
13526 "pow" to "foo" to avoid potential confusion with a math built-in.
13527
13528 2003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13529
13530 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
13531 conditions for SPARC targets.
13532
13533 2003-02-05 Jakub Jelinek <jakub@redhat.com>
13534
13535 * gcc.dg/20030204-1.c: New test.
13536
13537 2003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
13538
13539 PR c++/38
13540 * g++.dg/parse/array-size1.C: New test.
13541
13542 PR c++/5657
13543 * g++.dg/parse/undefined3.C: New test.
13544
13545 PR c++/5665
13546 * g++.dg/parse/undefined4.C: New test.
13547
13548 PR c++/5975
13549 * g++.dg/parse/undefined5.C: New test.
13550
13551 PR c++/7259
13552 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
13553
13554 PR c++/8578
13555 * g++.dg/parse/casting-operator1.C: New test.
13556
13557 PR c++/8596
13558 * g++.dg/parse/undefined6.C: New test.
13559
13560 PR c++/8736
13561 * g++.dg/parse/missing-template1.C: New test.
13562
13563 2003-02-04 Jan Hubicka <jh@suse.cz>
13564
13565 * gcc.dg/i386-cadd.c: Compile using -march=k8.
13566 * gcc.dg/i386-cmov?.c: Likewise.
13567 * gcc.dg/i386-fpcvt-?.c: Likewise.
13568 * gcc.dg/i386-ssefp-1.c: Likewise.
13569 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
13570 conventions.
13571
13572 2003-02-03 Mark Mitchell <mark@codesourcery.com>
13573
13574 PR c++/7129
13575 * testsuite/g++.dg/ext/max.C: New test.
13576
13577 2003-02-03 Jan Hubicka <jh@suse.cz>
13578
13579 * gcc.c-torture/execute/20030203-1.c: New test.
13580
13581 2003-02-03 Richard Earnshaw <rearnsha@arm.com>
13582
13583 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
13584 'natural-endian'.
13585
13586 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
13587
13588 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
13589 * g++.dg/init/new2.C: Likewise.
13590 * g++.dg/other/new1.C: Likewise.
13591
13592 2003-01-31 Loren J. Rittle <ljrittle@acm.org>
13593
13594 * gcc.dg/struct-ret-libc.c: New test.
13595
13596 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
13597
13598 * gcc.dg/20030129-1.c: New test.
13599
13600 2003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13601
13602 PR c++/8849
13603 * g++.dg/template/ptrmem4.C: New test.
13604
13605 2003-01-29 Mark Mitchell <mark@codesourcery.com>
13606
13607 * g++.dg/parser/constant1.C: New test.
13608
13609 2003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13610
13611 PR c++/8591
13612 * g++.dg/parse/friend2.C: New test.
13613
13614 2003-01-29 Nathan Sidwell <nathan@codesourcery.com>
13615
13616 PR c++/9437
13617 * g++.dg/template/unify4.C: New test.
13618
13619 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
13620
13621 * gcc.c-torture/execute/20030128-1.c: New test.
13622
13623 2003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
13624
13625 * g++.dg/lookup/nested1.C: Test moved from ...
13626 * g++.old-deja/g++.other/lookup24.C: ... here.
13627
13628 2003-01-28 Jan Hubicka <jh@suse.cz>
13629
13630 * gcc.dg/i386-cmov5.c: New test.
13631
13632 2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
13633
13634 * gcc.c-torture/execute/20010925-1.c: Changed the
13635 memcpy declaration.
13636
13637 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
13638
13639 PR c++/3902
13640 * g++.dg/parse/template5.C: New test.
13641
13642 2003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
13643
13644 PR fortran/9258
13645 * g77.dg/pr9258: New test.
13646
13647 2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13648
13649 * README: Move relevant parts from README.g++.
13650
13651 * README.g++: Remove this file.
13652
13653 2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
13654
13655 * g++.dg/abi/dcast1.C: New test.
13656
13657 2003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13658
13659 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
13660
13661 2003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
13662
13663 PR c++/47
13664 * g++.old-deja/g++.other/lookup24.C: New test.
13665
13666 2003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13667
13668 PR middle-end/7227
13669 * gcc.dg/uninit-C.c: New test.
13670
13671 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
13672
13673 * g++.dg/abi/covariant1.C: New test.
13674
13675 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
13676
13677 * gcc.dg/20030123-1.c: New test.
13678
13679 2003-01-25 Jan Hubicka <jh@suse.cz>
13680
13681 PR opt/8492
13682 * gcc.c-torture/compile/20030125-1.c
13683
13684 2003-01-25 Nathan Sidwell <nathan@codesourcery.com>
13685
13686 PR c++/9403
13687 * g++.dg/parse/template3.C: New test.
13688 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
13689
13690 PR c++/795
13691 * g++.dg/parse/template4.C: New test.
13692
13693 PR c++/9415
13694 * g++.dg/template/qual2.C: New test.
13695
13696 PR c++/8545
13697 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
13698
13699 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
13700
13701 2003-01-25 Roger Sayle <roger@eyesopen.com>
13702
13703 * gcc.c-torture/execute/switch-1.c: New test case.
13704
13705 2003-01-25 Jan Hubicka <jh@suse.cz>
13706
13707 * gcc.c-torture/execute/20030125-1.[cx]: New test.
13708
13709 2003-01-25 Paolo Carlini <pcarlini@unitus.it>
13710
13711 Tweaks for Bison-1.875. From the NEWS file:
13712 "- `parse error' -> `syntax error'
13713 Bison now uniformly uses the term `syntax error'"
13714 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
13715 * gcc.dg/cpp/digraph2.c: Likewise.
13716 * gcc.dg/cpp/direct2.c: Likewise.
13717 * gcc.dg/cpp/paste4.c: Likewise.
13718 * gcc.dg/c90-restrict-1.c: Likewise.
13719 * gcc.dg/c99-func-2.c: Likewise.
13720 * gcc.dg/noncompile/920721-2.c: Likewise.
13721 * gcc.dg/noncompile/930622-2.c: Likewise.
13722 * gcc.dg/noncompile/940112-1.c: Likewise.
13723 * gcc.dg/noncompile/950921-1.c: Likewise.
13724 * gcc.dg/noncompile/951123-1.c: Likewise.
13725 * gcc.dg/noncompile/971104-1.c: Likewise.
13726 * gcc.dg/noncompile/990416-1.c: Likewise.
13727
13728 2003-01-24 Paolo Carlini <pcarlini@unitus.it>
13729
13730 * g++.dg/parse/undefined1.C: Add error message.
13731
13732 2003-01-22 Mark Mitchell <mark@codesourcery.com>
13733
13734 PR c++/9354
13735 * g++.dg/parse/new1.C: New test.
13736
13737 PR c++/9216
13738 * g++.dg/parse/template2.C: New test.
13739
13740 PR c++/9354
13741 * g++.dg/parse/typedef2.C: New test.
13742
13743 PR c++/9328
13744 * g++.dg/ext/typeof3.C: New test.
13745
13746 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
13747
13748 PR c++/2738
13749 * g++.dg/parse/ret-type1.C: New test.
13750
13751 PR c++/3792
13752 * g++.dg/parse/tmpl-outside1.C: New test.
13753
13754 PR c++/4207
13755 * g++.dg/parse/int-as-enum1.C: New test.
13756
13757 PR c++/4903
13758 * g++.dg/parse/no-typename1.C: New test.
13759
13760 PR c++/5533
13761 * g++.dg/parse/no-value1.C: New test.
13762
13763 PR c++/5921
13764 * g++.dg/parse/wrong-inline1.C: New test.
13765
13766 PR c++/6402
13767 * g++.dg/parse/ref1.C: New test.
13768
13769 PR c++/6992
13770 * g++.dg/parse/attr-ctor1.C: New test.
13771
13772 PR c++/7229
13773 * g++.dg/parse/namespace5.C: New test.
13774
13775 PR c++/7917
13776 * g++.dg/parse/func-def1.C: New test.
13777
13778 PR c++/8143
13779 * g++.dg/parse/undefined1.C: New test.
13780
13781 PR c++/5723, PR c++/8522
13782 * g++.dg/parse/specialization1.C: New test.
13783
13784 PR c++/163, PR c++/8595
13785 * g++.dg/parse/struct-as-enum1.C: New test.
13786
13787 PR c++/9173
13788 * g++.dg/parse/undefined2.C: New test.
13789
13790 2003-01-22 Mark Mitchell <mark@codesourcery.com>
13791
13792 PR c++/9298
13793 * g++.dg/parse/template1.C: New test.
13794
13795 PR c++/9384
13796 * g++.dg/parse/using1.C: New test.
13797
13798 PR c++/9285
13799 PR c++/9294
13800 * g++.dg/parse/expr2.C: New test.
13801
13802 PR c++/9388
13803 * g++.dg/parse/lookup2.C: Likewise.
13804
13805 2003-01-21 Jan Hubicka <jh@suse.cz>
13806
13807 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
13808 * gcc.c-torture/execute/eeprof-1.c: Likewise.
13809 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
13810 * gcc.c-torture/execute/string-opt-*.c: Likewise.
13811
13812 2003-01-20 Nick Clifton <nickc@redhat.com>
13813
13814 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
13815 problem with ARM sibcall code generation.
13816
13817 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
13818
13819 * gcc.c-torture/execute/20030120-1.c: New.
13820
13821 2003-01-19 Paolo Carlini <pcarlini@unitus.it>
13822
13823 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
13824
13825 2003-01-17 Mark Mitchell <mark@codesourcery.com>
13826
13827 PR c++/9272
13828 * g++.dg/parse/ctor1.C: New test.
13829
13830 PR c++/9294:
13831 * g++.dg/parse/qualified1.C: New test.
13832
13833 * g++.dg/parse/typename3.C: New test.
13834
13835 2003-01-16 Richard Henderson <rth@redhat.com>
13836
13837 * g++.dg/tls/init-2.C: Fix error matches for real this time.
13838
13839 2003-01-16 Richard Henderson <rth@redhat.com>
13840
13841 * g++.dg/pch/pch.exp: Copy test header to the working directory
13842 before using it either for precompilation or direct use.
13843 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
13844 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
13845
13846 2003-01-16 Richard Henderson <rth@redhat.com>
13847
13848 * gcc.dg/pch/pch.exp: Copy test header to the working directory
13849 before using it either for precompilation or direct use.
13850 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
13851 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
13852
13853 2003-01-16 Mark Mitchell <mark@codesourcery.com>
13854
13855 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
13856 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
13857 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
13858 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
13859 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
13860 typename warning into error.
13861 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
13862 error messages.
13863 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
13864 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
13865 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
13866 messages.
13867 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
13868 make declaration visible in template.
13869 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
13870 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
13871 messages.
13872 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
13873 message.
13874 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
13875 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
13876 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
13877 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
13878 typename warning with error message.
13879 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
13880 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
13881 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
13882
13883 2003-01-16 Nathan Sidwell <nathan@codesourcery.com>
13884
13885 * g++.dg/parse/ambig2.C: New test.
13886
13887 2003-01-15 Richard Henderson <rth@redhat.com>
13888
13889 * g++.dg/tls/init-2.C: Update error message string.
13890
13891 2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13892
13893 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
13894
13895 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
13896
13897 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
13898 all for HC11/HC12.
13899 * gcc.c-torture/compile/20001205-1.x: Likewise.
13900 * gcc.c-torture/compile/20001226-1.x: Likewise.
13901 * gcc.c-torture/compile/920520-1.x: Likewise.
13902 * gcc.c-torture/compile/961203-1.x: Likewise.
13903 * gcc.c-torture/compile/20020604-1.x: Likewise.
13904
13905 2003-01-15 Jan Hubicka <jh@suse.cz>
13906
13907 * gcc.c-torture/compile/20030115-1.c: New test.
13908
13909 * gcc.dg/i386-fpcvt-1.c: New test.
13910 * gcc.dg/i386-fpcvt-2.c: New test.
13911
13912 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
13913
13914 Further conform g++'s __vmi_class_type_info to the C++ ABI
13915 specification.
13916 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
13917 the specification.
13918
13919 2003-01-14 Jan Hubicka <jh@suse.cz>
13920
13921 * gcc.dg/i386-fpcvt-1.c: New test.
13922 * gcc.dg/i386-fpcvt-2.c: New test.
13923
13924 2003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
13925
13926 * gcc.dg/i386-mmx-3.c: New test.
13927
13928 2003-01-12 Mark Mitchell <mark@codesourcery.com>
13929
13930 PR c++/9264
13931 * g++.dg/parse/octal1.C: New file.
13932
13933 PR c++/9172
13934 * g++.dg/parse/typename1.C: New file.
13935
13936 2003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
13937
13938 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
13939 * gcc.dg/bf-no-ms-layout.c: Likewise.
13940 * gcc.dg/bf-ms-attrib.c: Likewise.
13941
13942 2003-01-10 Mark Mitchell <mark@codesourcery.com>
13943
13944 PR c++/9099
13945 * g++.dg/parse/dtor1.C: New file.
13946
13947 PR c++/9128
13948 * g++.dg/rtti/typeid1.C: New file.
13949
13950 PR c++/9153
13951 * g++.dg/parse/lookup1.C: New file.
13952
13953 PR c++/9171
13954 * g++.dg/templ/spec5.C: New file.
13955
13956 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
13957
13958 * gcc.c-torture/compile/20030110-1.c: New test.
13959
13960 2003-01-09 Geoffrey Keating <geoffk@apple.com>
13961
13962 Merge from pch-branch:
13963
13964 2002-12-23 Geoffrey Keating <geoffk@apple.com>
13965
13966 * gcc.dg/pch/cpp-1.h: New.
13967 * gcc.dg/pch/cpp-1.c: New.
13968 * gcc.dg/pch/cpp-2.h: New.
13969 * gcc.dg/pch/cpp-2.c: New.
13970
13971 2002-11-19 Geoffrey Keating <geoffk@apple.com>
13972
13973 * gcc.dg/pch/except-1.h: New.
13974 * gcc.dg/pch/except-1.c: New.
13975
13976 2002-11-13 Geoffrey Keating <geoffk@apple.com>
13977
13978 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
13979 running test.
13980 * gcc.dg/pch: Include *.hp not *.h.
13981 * gcc.dg/pch/system-1.h: New.
13982 * gcc.dg/pch/system-1.c: New.
13983
13984 2002-11-11 Geoffrey Keating <geoffk@apple.com>
13985
13986 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
13987 rather than trying to build and run a program using PCH.
13988 * gcc.dg/pch: Remove dg-do commands from test files.
13989
13990 2002-11-08 Geoffrey Keating <geoffk@apple.com>
13991
13992 * gcc.dg/pch/macro-3.c: New.
13993 * gcc.dg/pch/macro-3.h: New.
13994
13995 2002-11-04 Geoffrey Keating <geoffk@apple.com>
13996
13997 * gcc.dg/pch/common-1.c: New.
13998 * gcc.dg/pch/common-1.h: New.
13999 * gcc.dg/pch/decl-1.c: New.
14000 * gcc.dg/pch/decl-1.h: New.
14001 * gcc.dg/pch/decl-2.c: New.
14002 * gcc.dg/pch/decl-2.h: New.
14003 * gcc.dg/pch/decl-3.c: New.
14004 * gcc.dg/pch/decl-3.h: New.
14005 * gcc.dg/pch/decl-4.c: New.
14006 * gcc.dg/pch/decl-4.h: New.
14007 * gcc.dg/pch/decl-5.c: New.
14008 * gcc.dg/pch/decl-5.h: New.
14009 * gcc.dg/pch/global-1.c: New.
14010 * gcc.dg/pch/global-1.h: New.
14011 * gcc.dg/pch/inline-1.c: New.
14012 * gcc.dg/pch/inline-1.h: New.
14013 * gcc.dg/pch/inline-2.c: New.
14014 * gcc.dg/pch/inline-2.h: New.
14015 * gcc.dg/pch/static-1.c: New.
14016 * gcc.dg/pch/static-1.h: New.
14017 * gcc.dg/pch/static-2.c: New.
14018 * gcc.dg/pch/static-2.h: New.
14019
14020 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
14021
14022 * g++.dg/pch/pch.exp: Better handle failing testcases.
14023 * gcc.dg/pch/pch.exp: Likewise.
14024 * gcc.dg/pch/macro-1.c: New.
14025 * gcc.dg/pch/macro-1.h: New.
14026 * gcc.dg/pch/macro-2.c: New.
14027 * gcc.dg/pch/macro-2.h: New.
14028
14029 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
14030
14031 * g++.dg/dg.exp: Treat files in pch/ specially.
14032 * g++.dg/pch/pch.exp: New file.
14033 * g++.dg/pch/empty.H: New file.
14034 * g++.dg/pch/empty.C: New file.
14035 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
14036 "precompile".
14037
14038 * gcc.dg/pch/pch.exp: New file.
14039 * gcc.dg/pch/empty.h: New file.
14040 * gcc.dg/pch/empty.c: New file.
14041 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
14042 "precompile".
14043
14044 2003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14045
14046 * g++.dg/template/friend14.C: New test.
14047
14048 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
14049
14050 * gcc.dg/old-style-asm-1.c: New test.
14051
14052 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
14053
14054 * gcc.c-torture/compile/20030109-1.c: New test.
14055
14056 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
14057
14058 * gcc.c-torture/execute/20030109-1.c: New test.
14059
14060 2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
14061
14062 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
14063 * g++.old-deja/g++.mike/dyncast2.C: Likewise
14064 * g++.old-deja/g++.mike/dyncast3.C: Likewise
14065 * g++.old-deja/g++.mike/eh2.C: Likewise
14066 * g++.old-deja/g++.mike/eh3.C: Likewise
14067 * g++.old-deja/g++.mike/eh5.C: Likewise
14068 * g++.old-deja/g++.mike/eh6.C: Likewise
14069 * g++.old-deja/g++.mike/eh7.C: Likewise
14070 * g++.old-deja/g++.mike/eh8.C: Likewise
14071 * g++.old-deja/g++.mike/eh9.C: Likewise
14072 * g++.old-deja/g++.mike/eh10.C: Likewise
14073 * g++.old-deja/g++.mike/eh12.C: Likewise
14074 * g++.old-deja/g++.mike/eh13.C: Likewise
14075 * g++.old-deja/g++.mike/eh14.C: Likewise
14076 * g++.old-deja/g++.mike/eh16.C: Likewise
14077 * g++.old-deja/g++.mike/eh17.C: Likewise
14078 * g++.old-deja/g++.mike/eh18.C: Likewise
14079 * g++.old-deja/g++.mike/eh21.C: Likewise
14080 * g++.old-deja/g++.mike/eh23.C: Likewise
14081 * g++.old-deja/g++.mike/eh24.C: Likewise
14082 * g++.old-deja/g++.mike/eh25.C: Likewise
14083 * g++.old-deja/g++.mike/eh26.C: Likewise
14084 * g++.old-deja/g++.mike/eh27.C: Likewise
14085 * g++.old-deja/g++.mike/eh28.C: Likewise
14086 * g++.old-deja/g++.mike/eh29.C: Likewise
14087 * g++.old-deja/g++.mike/eh31.C: Likewise
14088 * g++.old-deja/g++.mike/eh33.C: Likewise
14089 * g++.old-deja/g++.mike/eh34.C: Likewise
14090 * g++.old-deja/g++.mike/eh35.C: Likewise
14091 * g++.old-deja/g++.mike/eh36.C: Likewise
14092 * g++.old-deja/g++.mike/eh37.C: Likewise
14093 * g++.old-deja/g++.mike/eh38.C: Likewise
14094 * g++.old-deja/g++.mike/eh39.C: Likewise
14095 * g++.old-deja/g++.mike/eh40.C: Likewise
14096 * g++.old-deja/g++.mike/eh41.C: Likewise
14097 * g++.old-deja/g++.mike/eh42.C: Likewise
14098 * g++.old-deja/g++.mike/eh44.C: Likewise
14099 * g++.old-deja/g++.mike/eh46.C: Likewise
14100 * g++.old-deja/g++.mike/eh47.C: Likewise
14101 * g++.old-deja/g++.mike/eh48.C: Likewise
14102 * g++.old-deja/g++.mike/eh49.C: Likewise
14103 * g++.old-deja/g++.mike/eh50.C: Likewise
14104 * g++.old-deja/g++.mike/eh51.C: Likewise
14105 * g++.old-deja/g++.mike/eh53.C: Likewise
14106 * g++.old-deja/g++.mike/eh55.C: Likewise
14107 * g++.old-deja/g++.mike/p7912.C: Likewise
14108 * g++.old-deja/g++.mike/p9706.C: Likewise
14109 * g++.old-deja/g++.mike/p10416.C: Likewise
14110 * g++.old-deja/g++.mike/p11667.C: Likewise
14111 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
14112 Remove redundant reference to Iris.
14113 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
14114 Elxsi, i860, Pico Java, and WE32K.
14115
14116 2003-01-07 Mark Mitchell <mark@codesourcery.com>
14117
14118 * g++.dg/ext/asm4.C: New test.
14119
14120 2003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14121
14122 PR c++/9030
14123 * g++.dg/template/friend12.C: New test.
14124 * g++.dg/template/friend13.C: Likewise.
14125 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
14126
14127 2003-01-08 Jan Hubicka <jh@suse.cz>
14128
14129 * gcc.dg/i386-cadd.c: New test.
14130 * gcc.dg/i386-cmov4.c: Likewise.
14131
14132 2003-01-06 Mark Mitchell <mark@codesourcery.com>
14133
14134 PR c++/9165
14135 * g++.dg/warn/Wunused-3.C: New test.
14136
14137 * g++.dg/abi/bitfield9.C: New test.
14138
14139 PR c++/9189
14140 * g++.dg/parse/defarg3.C: New test.
14141
14142 2003-01-06 Nathan Sidwell <nathan@codesourcery.com>
14143
14144 * g++.dg/parse/ambig1.C: New test.
14145 * g++.dg/parse/defarg2.C: New test.
14146
14147 2003-01-05 Mark Mitchell <mark@codesourcery.com>
14148
14149 * g++.dg/template/defarg-1.C: New test.
14150 * g++.dg/template/local2.C: Likewise.
14151
14152 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
14153
14154 * gcc.c-torture/execute/20030105-1.c: New test.
14155
14156 2003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14157
14158 * g++.dg/parse/namespace3.C: Remove extra semicolons.
14159 * g++.dg/parse/namespace4.C: Likewise.
14160
14161 2003-01-03 Nathan Sidwell <nathan@codesourcery.com>
14162
14163 * g++.dg/template/ntp2.C: New test.
14164
14165 2003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
14166
14167 * g++.dg/parse/extern-C-1.C: New test.
14168
14169 * g++.dg/parse/namespace4.C: New test.
14170
14171 * g++.dg/template/nested1.C: New test.
14172
14173 * g++.dg/parse/namespace3.C: New test.
14174
14175 2003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
14176
14177 * g++.dg/lookup/two-stage1.C: New test.
14178
14179 2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14180
14181 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
14182 * g++.old-deja/g++.jason/access8.C: Likewise.
14183 * g++.old-deja/g++.other/decl5.C: Likewise.
14184
14185 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
14186
14187 * g++.dg/parse/parse7.C: New test.
14188
14189 2003-01-02 Mark Mitchell <mark@codesourcery.com>
14190
14191 PR c++/2843
14192 * g++.dg/ext/attrib7.C: New test.
14193
14194 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
14195
14196 * g++.dg/parse/parse6.C: New test.
14197
14198 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
14199
14200 * gcc.dg/h8300-stack-1.c: New.
14201
14202 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
14203
14204 g++.dg/lookup/exception1.C: New test.
14205
14206 g++.dg/lookup/template1.C: New test.
14207
14208 g++.dg/parse/namespace2.C: New test.
14209
14210 g++.dg/parse/parens2.C: New test.
14211
14212 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
14213
14214 * g++.dg/parse/parse5.C: New test.
14215 * g++.dg/lookup/scoped4.C: New test.
14216
14217 2003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
14218
14219 * g++.dg/parse/parens1.C: New test.
14220
14221 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
14222 angle-bracket1.C.
14223 * g++.dg/parse/parens2.C: New test.
14224
14225 * g++.dg/lookup/scope-operator1.C: New test.
14226
14227 * g++.dg/parse/operator1.C: New test.
14228
14229 2003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14230
14231 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
14232 * g++.old-deja/g++.other/access6.C: Likewise.
14233 * g++.old-deja/g++.other/decl1.C: Likewise.
14234 * g++.old-deja/g++.pt/typename12.C: Likewise.
14235
14236 2002-12-31 Mark Mitchell <mark@codesourcery.com>
14237
14238 * g++.dg/parse/namespace1.C: New test.
14239
14240 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
14241
14242 * g++.dg/parse/parse4.C: New test.
14243
14244 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
14245
14246 * g++.dg/parse/parse3.C: New test.
14247
14248 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
14249
14250 * g++.dg/parse/parse2.C: New test.
14251
14252 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
14253
14254 * g++.dg/template/friend11.C: New test.
14255
14256 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
14257
14258 * g++.dg/parse/parse1.C: New test.
14259
14260 2002-12-31 Janis Johnson <janis187@us.ibm.com>
14261
14262 * lib/profopt.exp: Change the name of a global variable to avoid
14263 possible clashes with other test suites.
14264
14265 2002-12-31 Nathan Sidwell <nathan@codesourcery.com>
14266
14267 * g++.dg/inherit/covariant8.C: New test.
14268
14269 2002-12-31 Mark Mitchell <mark@codesourcery.com>
14270
14271 * g++.dg/init/array9.C: New test.
14272
14273 PR c++/9112
14274 * g++.dg/parse/expr1.C: New test.
14275
14276 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
14277
14278 * gcc.c-torture/compile/20021230-1.c: New test.
14279
14280 2002-12-30 Nathan Sidwell <nathan@codesourcery.com>
14281
14282 * g++.dg/inherit/covariant5.C: New test.
14283 * g++.dg/inherit/covariant6.C: New test.
14284 * g++.dg/inherit/covariant7.C: New test.
14285
14286 2002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14287
14288 PR c++/2739
14289 * g++.dg/other/access2.C: New test.
14290
14291 2002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
14292
14293 * g++.dg/other/anon-struct.C: No longer fails
14294 * g++.old-deja/g++.brendan/parse4.C: Likewise.
14295 * g++.old-deja/g++.brendan/parse5.C: Likewise.
14296 * g++.old-deja/g++.brendan/parse6.C: Likewise.
14297
14298 2002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
14299
14300 * g++.dg/parse/angle-bracket.C (main): No longer fails.
14301
14302 2002-12-27 Mark Mitchell <mark@codesourcery.com>
14303
14304 * g++.dg/eh/spec4.C: Remove stray semicolon.
14305 * g++.dg/expr/pmf-1.C: Change error message.
14306 * g++.dg/ext/asm1.C: Remove stray semicolon.
14307 * g++.dg/ext/typename1.C: Add missing typenames.
14308 * g++.dg/inherit/template-as-base.C: Change error message.
14309 * g++.dg/lookup/scoped1.C: Likewise.
14310 * g++.dg/lookup/scoped2.C: Likewise.
14311 * g++.dg/lookup/using2.C: Likewise.
14312 * g++.dg/other/component1.C: Remove stray semicolon.
14313 * g++.dg/other/do1.C: Change error message.
14314 * g++.dg/other/error2.C: Likewise.
14315 * g++.dg/other/init1.C: Likewise.
14316 * g++.dg/other/packed1.C: Remove stray semicolon.
14317 * g++.dg/other/ptrmem2.C: Change error message.
14318 * g++.dg/parse/parameter-declaration-1.C: Remove line number
14319 marker.
14320 * g++.dg/special/initp1.C: Remove invalid attribute usage.
14321 * g++.dg/template/access3.C: Add typename keyword.
14322 * g++.dg/template/access5.C: Remove stray semicolon.
14323 * g++.dg/template/access6.C: Likewise.
14324 * g++.dg/template/complit1.C: Likewise.
14325 * g++.dg/template/crash1.C: Change error message.
14326 * g++.dg/template/inherit2.C: Remove stray semicolon.
14327 * g++.dg/template/instantiate2.C: Likewise.
14328 * g++.dg/template/instantiate3.C: Change error message.
14329 * g++.dg/template/qual1.C: Remove stray semicolon.
14330 * g++.dg/template/qualttp18.C: Change error message.
14331 * g++.dg/template/ref1.C: Remove stray semicolon.
14332 * g++.dg/template/sizeof1.C (A::value): Declare it.
14333 * g++.dg/template/spec4.C: Change error message.
14334 * g++.dg/template/static1.C: Likewise.
14335 * g++.dg/template/type1.C: Likewise.
14336 * g++.dg/template/typename3.C: Likewise.
14337 * g++.old-deja/g++.benjamin/13478.C: Change error message.
14338 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
14339 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
14340 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
14341 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
14342 named return value extension.
14343 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
14344 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
14345 * g++.old-deja/g++.bob/extern_C.C: Likewise.
14346 * g++.old-deja/g++.bob/inherit2.C: Likewise.
14347 * g++.old-deja/g++.brendan/complex1.C: Likewise.
14348 * g++.old-deja/g++.brendan/copy5.C: Likewise.
14349 * g++.old-deja/g++.brendan/crash13.C: Likewise.
14350 * g++.old-deja/g++.brendan/crash15.C: Likewise.
14351 * g++.old-deja/g++.brendan/crash18.C: Change error message.
14352 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
14353 * g++.old-deja/g++.brendan/crash38.C: Likewise.
14354 * g++.old-deja/g++.brendan/crash50.C: Likewise.
14355 * g++.old-deja/g++.brendan/crash56.C: Likewise.
14356 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
14357 syntax.
14358 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
14359 * g++.old-deja/g++.brendan/crash8.C: Change error message.
14360 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
14361 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14362 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
14363 * g++.old-deja/g++.brendan/template11.C: Likewise.
14364 * g++.old-deja/g++.brendan/template26.C: Likewise.
14365 * g++.old-deja/g++.brendan/template27.C: Use explicit
14366 specialization syntax.
14367 * g++.old-deja/g++.brendan/template30.C: Likewise.
14368 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
14369 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
14370 non-dependent names.
14371 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
14372 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
14373 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
14374 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
14375 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
14376 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
14377 named return value extension.
14378 * g++.old-deja/g++.ext/namedret2.C: Likewise.
14379 * g++.old-deja/g++.ext/namedret3.C: Likewise.
14380 * g++.old-deja/g++.ext/return1.C: Likewise.
14381 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
14382 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
14383 * g++.old-deja/g++.jason/access8.C: Likewise.
14384 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
14385 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
14386 pseudo-destructor names.
14387 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
14388 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
14389 pseudo-destructor names.
14390 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
14391 * g++.old-deja/g++.jason/overload19.C: Likewise.
14392 * g++.old-deja/g++.jason/overload32.C: Likewise.
14393 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
14394 stray semicolons.
14395 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
14396 * g++.old-deja/g++.jason/return.C: Likewise.
14397 * g++.old-deja/g++.jason/return2.C: Likewise.
14398 * g++.old-deja/g++.jason/shadow1.C: Likewise.
14399 * g++.old-deja/g++.jason/special.C: Use explicit specialization
14400 syntax.
14401 * g++.old-deja/g++.jason/template10.C: Account for use of
14402 non-dependent names.
14403 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
14404 syntax.
14405 * g++.old-deja/g++.jason/template37.C: Likewise.
14406 * g++.old-deja/g++.law/access4.C: Change error messages.
14407 * g++.old-deja/g++.law/arm13.C: Remove incorrect
14408 pseudo-destructor names.
14409 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
14410 * g++.old-deja/g++.law/ctors9.C: Likewise.
14411 * g++.old-deja/g++.law/cvt22.C: Likewise.
14412 * g++.old-deja/g++.law/dtors5.C: Likewise.
14413 * g++.old-deja/g++.law/global-init1.C: Likewise.
14414 * g++.old-deja/g++.law/missed-error3.C: Likewise.
14415 * g++.old-deja/g++.law/operators28.C: Likewise.
14416 * g++.old-deja/g++.law/visibility28.C: Likewise.
14417 * g++.old-deja/g++.martin/eval1.C: Likewise.
14418 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
14419 name.
14420 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
14421 * g++.old-deja/g++.mike/net34.C: Likewise.
14422 * g++.old-deja/g++.mike/net36.C: Likewise.
14423 * g++.old-deja/g++.mike/ns2.C: Likewise.
14424 * g++.old-deja/g++.mike/p12306.C: Likewise.
14425 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
14426 value extension.
14427 * g++.old-deja/g++.mike/p700.C: Likewise.
14428 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
14429 * g++.old-deja/g++.mike/p710.C: Likewise.
14430 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
14431 value extension.
14432 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
14433 * g++.old-deja/g++.mike/pmf9.C: Likewise.
14434 * g++.old-deja/g++.ns/crash2.C: Likewise.
14435 * g++.old-deja/g++.ns/crash3.C: Likewise.
14436 * g++.old-deja/g++.ns/invalid1.C: Likewise.
14437 * g++.old-deja/g++.ns/ns17.C: Likewise.
14438 * g++.old-deja/g++.ns/template16.C: Likewise.
14439 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
14440 keyword.
14441 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
14442 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
14443 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
14444 named return value extension.
14445 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
14446 * g++.old-deja/g++.other/access4.C: Issue additional error
14447 messages.
14448 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
14449 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
14450 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
14451 * g++.old-deja/g++.other/crash25.C: Change error message.
14452 * g++.old-deja/g++.other/crash4.C: Change error message.
14453 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
14454 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
14455 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
14456 checks.
14457 * g++.old-deja/g++.other/defarg8.C: Likewise.
14458 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
14459 * g++.old-deja/g++.other/dtor10.C: Likewise.
14460 * g++.old-deja/g++.other/incomplete.C: Likewise.
14461 * g++.old-deja/g++.other/linkage7.C: Likewise.
14462 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
14463 lookup algorithm.
14464 * g++.old-deja/g++.other/mangle2.C: Likewise.
14465 * g++.old-deja/g++.other/refinit2.C: Likewise.
14466 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
14467 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
14468 * g++.old-deja/g++.pt/crash28.C: Likewise.
14469 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
14470 syntax.
14471 * g++.old-deja/g++.pt/crash32.C: Change error message.
14472 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
14473 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
14474 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
14475 error message position.
14476 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
14477 * g++.old-deja/g++.pt/defarg8.C: Change error message.
14478 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
14479 syntax.
14480 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
14481 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
14482 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
14483 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
14484 keyword.
14485 * g++.old-deja/g++.pt/explicit31.C: Likewise.
14486 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
14487 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
14488 keyword.
14489 * g++.old-deja/g++.pt/explicit71.C: Change error message.
14490 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
14491 syntax.
14492 * g++.old-deja/g++.pt/friend28.C: Account for use of
14493 non-dependent names.
14494 * g++.old-deja/g++.pt/friend29.C: Likewise.
14495 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
14496 rules.
14497 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
14498 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
14499 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
14500 lookup rules.
14501 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
14502 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
14503 keyword.
14504 * g++.old-deja/g++.pt/memclass20.C: Likewise.
14505 * g++.old-deja/g++.pt/memclass5.C: Likewise.
14506 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
14507 keyword.
14508 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
14509 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
14510 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
14511 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
14512 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
14513 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
14514 keyword.
14515 * g++.old-deja/g++.pt/spec10.C: Likewise.
14516 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
14517 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
14518 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
14519 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
14520 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
14521 * g++.old-deja/g++.pt/ttp62.C: Likewise.
14522 * g++.old-deja/g++.pt/ttp64.C: Likewise.
14523 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
14524 * g++.old-deja/g++.pt/typename15.C: Likewise.
14525 * g++.old-deja/g++.pt/typename22.C: Likewise.
14526 * g++.old-deja/g++.pt/typename6.C: Change error messages.
14527 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
14528 * g++.old-deja/g++.pt/virtual2.C: Likewise.
14529 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
14530 syntax.
14531 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
14532 return value extension.
14533 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
14534 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
14535 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
14536 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
14537
14538 2002-12-26 Nathan Sidwell <nathan@codesourcery.com>
14539
14540 * g++.dg/warn/inline1.C: New test.
14541 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
14542 * g++.old-deja/g++.jason/synth10.C: Likewise.
14543 * g++.old-deja/g++.mike/net31.C: Likewise.
14544 * g++.old-deja/g++.mike/p8786.C: Likewise.
14545
14546 * g++.dg/template/friend10.C: New test.
14547 * g++.dg/template/conv5.C: New test.
14548
14549 2002-12-24 Nathan Sidwell <nathan@codesourcery.com>
14550
14551 * g++.dg/lookup/scoped3.C: New test.
14552
14553 * g++.dg/lookup/decl1.C: New test.
14554 * g++.dg/lookup/decl2.C: New test.
14555
14556 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
14557
14558 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
14559 gcc.c-torture/compile/20021015-1.c,
14560 gcc.c-torture/compile/20021015-2.c,
14561 gcc.c-torture/compile/20021123-1.c,
14562 gcc.c-torture/compile/20021123-2.c,
14563 gcc.c-torture/compile/20021123-3.c,
14564 gcc.c-torture/compile/20021123-4.c,
14565 gcc.c-torture/execute/20021024-1.c: Add tests previously added
14566 only to 3.1 or 3.2 branch.
14567
14568 2002-12-23 Mark Mitchell <mark@codesourcery.com>
14569
14570 * gcc.dg/i386-bitfield3.c: New test.
14571
14572 * gcc.dg/i386-bitfield2.c: New test.
14573
14574 2002-12-22 Nathan Sidwell <nathan@codesourcery.com>
14575
14576 * g++.dg/parse/conv_op1.C: New test.
14577
14578 2002-12-21 Josef Zlomek <zlomekj@suse.cz>
14579
14580 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
14581 approved.
14582
14583 2002-12-20 Josef Zlomek <zlomekj@suse.cz>
14584
14585 * gcc.c-torture/compile/20021220-1.c: New test.
14586
14587 2002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
14588
14589 * gcc.dg/i386-fastcall-1.c: New.
14590
14591 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
14592
14593 * gcc.c-torture/execute/20021219-1.c: New test.
14594
14595 2002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
14596
14597 * gcc.dg/i386-pic-1.c: New test.
14598
14599 2002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14600
14601 PR c++/8099
14602 * g++.dg/template/friend9.C: New test.
14603
14604 2002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14605
14606 PR c++/3663
14607 * g++.dg/template/access7.C: New test.
14608
14609 2002-12-18 Nick Clifton <nickc@redhat.com>
14610
14611 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
14612 the libstdc++-v3 directory has been found.
14613
14614 2002-12-12 Devang Patel <dpatel@apple.com>
14615 * gcc.dg/darwin-ld-1.c: New test.
14616 * gcc.dg/darwin-ld-2.c: New test.
14617 * gcc.dg/darwin-ld-3.c: New test.
14618 * gcc.dg/darwin-ld-4.c: New test.
14619 * gcc.dg/darwin-ld-5.c: New test.
14620
14621 2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
14622
14623 * gcc.c-torture/compile/20021212-1.c: New test.
14624
14625 2002-12-11 Neil Booth <neil@daikokuya.co.uk>
14626
14627 * gcc.dg/fshort-wchar: New test.
14628
14629 2002-12-10 Mark Mitchell <mark@codesourcery.com>
14630
14631 PR c++/8372
14632 * g++.dg/template/dtor1.C: New test.
14633
14634 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
14635 markers.
14636
14637 2002-12-10 Jakub Jelinek <jakub@redhat.com>
14638
14639 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
14640
14641 2002-12-09 Mark Mitchell <mark@codesourcery.com>
14642
14643 * g++.dg/template/static1.C: New test.
14644 * g++.dg/template/static2.C: New test.
14645 * g++.old-deja/g++.ext/memconst.C: New test.
14646
14647 2002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14648
14649 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
14650 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
14651 * g++.dg/special/initp1.C: Likewise.
14652
14653 2002-12-06 Jakub Jelinek <jakub@redhat.com>
14654
14655 * gcc.c-torture/execute/20021204-1.c: New test.
14656
14657 2002-12-04 Geoffrey Keating <geoffk@apple.com>
14658
14659 * gcc.dg/ppc-fmadd-1.c: New file.
14660 * gcc.dg/ppc-fmadd-2.c: New file.
14661 * gcc.dg/ppc-fmadd-3.c: New file.
14662
14663 2002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
14664
14665 * gcc.c-torture/compile/20021204-1.c: New test.
14666
14667 2002-12-03 Nathan Sidwell <nathan@codesourcery.com>
14668
14669 * g++.dg/inherit/covariant2.C: New test.
14670 * g++.dg/inherit/covariant3.C: New test.
14671 * g++.dg/inherit/covariant4.C: New test.
14672 * g++.dg/inherit/covariant1.C: Remove XFAIL.
14673 * g++.old-deja/g++.robertl/eb17.C: Likewise.
14674
14675 2002-12-03 Mark Mitchell <mark@codesourcery.com>
14676
14677 PR c++/8688
14678 * g++.dg/init/brace3.C: New test.
14679
14680 2002-12-02 Kazu Hirata <kazu@cs.umass.edu>
14681
14682 * gcc.dg/20020210-1.c: Fix a comment typo.
14683
14684 2002-12-02 Mark Mitchell <mark@codesourcery.com>
14685
14686 PR c++/8720
14687 * g++.dg/parse/defarg1.C: New test.
14688
14689 PR c++/8615
14690 * g++.dg/template/char1.C: New test.
14691
14692 * g++.dg/template/varmod1.C: Fix typo.
14693
14694 2002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14695
14696 DR 180
14697 * g++.old-deja/g++.pt/crash32.C: Expect error.
14698
14699 2002-12-01 Mark Mitchell <mark@codesourcery.com>
14700
14701 PR c++/5919
14702 * g++.dg/template/varmod1.C: New test.
14703
14704 PR c++/8727
14705 * g++.dg/inherit/typeinfo1.C: New test.
14706
14707 PR c++/8663
14708 * g++.dg/inherit/typedef1.C: New test.
14709
14710 2002-11-30 Mark Mitchell <mark@codesourcery.com>
14711
14712 PR c++/8332
14713 PR c++/8493
14714 * g++.dg/template/strlen1.C: New test.
14715
14716 PR c++/8227
14717 * g++.dg/template/ctor2.C: New test.
14718
14719 PR c++/8214
14720 * g++.dg/init/string1.C: New test.
14721
14722 PR c++/8511
14723 * g++.dg/template/friend8.C: New test.
14724
14725 2002-11-29 Joe Buck <jbuck@synopsys.com>
14726
14727 * g++.dg/lookup/anon2.C: New test.
14728
14729 2002-11-28 Kazu Hirata <kazu@cs.umass.edu>
14730
14731 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
14732 h8300 port.
14733
14734 2002-11-27 Richard Sandiford <rsandifo@redhat.com>
14735
14736 * gcc.dg/bitfld-6.c: New test.
14737
14738 2002-11-27 Jan Hubicka <jh@suse.cz>
14739
14740 * gcc.c-torture/execute/20021127.[cx]: New test.
14741
14742 2002-11-26 Jan Hubicka <jh@suse.cz>
14743
14744 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
14745 quality.
14746
14747 2002-11-26 Geoffrey Keating <geoffk@apple.com>
14748
14749 * g++.dg/init/brace2.C: New test.
14750 * g++.old-deja/g++.mike/p9129.C: Correct.
14751
14752 2002-11-26 Mark Mitchell <mark@codesourcery.com>
14753
14754 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
14755
14756 2002-11-25 Andreas Bauer <baueran@in.tum.de>
14757
14758 * gcc.dg/sibcall-6: New test for indirect sibcalls.
14759
14760 2002-11-25 Mark Mitchell <mark@codesourcery.com>
14761
14762 * testsuite/g++.dg/abi/empty11.C: New test.
14763 * testsuite/g++.dg/rtti/cv1.C: New test.
14764
14765 2002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
14766
14767 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
14768
14769 2002-11-24 Mark Mitchell <mark@codesourcery.com>
14770
14771 * g++.dg/abi/empty10.C: New test.
14772
14773 2002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
14774
14775 * gcc.c-torture/compile/20021124-1.c: New test.
14776
14777 2002-11-22 Mark Mitchell <mark@codesourcery.com>
14778
14779 * g++.dg/abi/rtti2.C: New test.
14780
14781 2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
14782
14783 * gcc.dg/i386-unroll-1.c: New test.
14784
14785 2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
14786
14787 * gcc.c-torture/compile/20021120-1.c: New test.
14788 * gcc.c-torture/compile/20021120-2.c: New test.
14789
14790 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
14791
14792 * gcc.dg/bitfld-5.c: New test.
14793
14794 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
14795
14796 * gcc.c-torture/execute/20021120-3.c: New test.
14797
14798 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
14799
14800 * gcc.c-torture/execute/20021120-2.c: New test.
14801
14802 2002-11-20 Richard Sandiford <rsandifo@redhat.com>
14803
14804 * gcc.c-torture/execute/20021120-1.c: New test.
14805
14806 2002-11-20 Jakub Jelinek <jakub@redhat.com>
14807
14808 * gcc.c-torture/execute/20021118-3.c: New test.
14809
14810 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
14811
14812 * gcc.c-torture/compile/20021119-1.c: New test.
14813
14814 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
14815
14816 * gcc.dg/duff-1.c: New test.
14817 * gcc.dg/duff-2.c: New test.
14818 * gcc.dg/duff-3.c: New test.
14819
14820 2002-11-18 Neil Booth <neil@daikokuya.co.uk>
14821
14822 * gcc.dg/cpp/_Pragma5.c: New test.
14823
14824 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
14825
14826 * gcc.c-torture/execute/20021118-2.c: New test.
14827
14828 2002-11-18 Richard Sandiford <rsandifo@redhat.com>
14829
14830 * gcc.c-torture/execute/20021118-1.c: New test.
14831
14832 2002-11-16 Jakub Jelinek <jakub@redhat.com>
14833
14834 * gcc.dg/20021116-1.c: New test.
14835
14836 2002-11-14 Mark Mitchell <mark@codesourcery.com>
14837
14838 * g++.dg/abi/vcall1.C: New test.
14839
14840 2002-11-14 Jakub Jelinek <jakub@redhat.com>
14841
14842 * gcc.dg/20021029-1.c: New test.
14843 * gcc.dg/20021029-2.c: New test.
14844
14845 2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
14846
14847 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
14848
14849 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
14850
14851 PR c/8439
14852 * gcc.dg/20021110.c: Move to ...
14853 * gcc.c-torture/compile/20021110.c: .... here.
14854
14855 2002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14856
14857 PR c/8467
14858 * gcc.c-torture/execute/20021111-1.c
14859
14860 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
14861
14862 PR c/8439
14863 * gcc.dg/20021110.c: New test.
14864
14865 2002-11-10 Mark Mitchell <mark@codesourcery.com>
14866
14867 * g++.dg/abi/vthunk3.C: Run only on x86.
14868
14869 2002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
14870
14871 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
14872
14873 2002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
14874
14875 * lib/compat.exp (compat-execute): Fix logic error in last
14876 change.
14877
14878 2002-11-09 Neil Booth <neil@daikokuya.co.uk>
14879
14880 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
14881
14882 2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14883
14884 PR c++/8389
14885 * g++.dg/template/access6.C: New test.
14886
14887 2002-11-08 Jan Hubicka <jh@suse.cz>
14888
14889 * gcc.dg/i386-ssefp-1.c: New test.
14890 * gcc.dg/i386-ssefp-1.c: New test.
14891
14892 2002-11-08 Jan Hubicka <jh@suse.cz>
14893
14894 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
14895
14896 2002-11-07 Mark Mitchell <mark@codesourcery.com>
14897
14898 * g++.dg/abi/vthunk3.C: New test.
14899
14900 PR c++/8338
14901 * g++.dg/template/crash2.C: New test.
14902
14903 2002-11-07 Mark Mitchell <mark@codesourcery.com>
14904
14905 * testsuite/g++.dg/abi/dtor1.C: New test.
14906 * testsuite/g++.dg/abi/dtor2.C: Likewise.
14907
14908 2002-11-05 Geoffrey Keating <geoffk@apple.com>
14909
14910 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
14911 Darwin.
14912
14913 2002-11-04 Adam Nemet <anemet@lnxw.com>
14914
14915 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
14916 -mthumb. Only xfail with -O0.
14917
14918 2002-11-03 Mark Mitchell <mark@codesourcery.com>
14919
14920 * g++.dg/abi/thunk1.C: New test.
14921 * g++.dg/abi/thunk2.C: Likewise.
14922 * g++.dg/abi/vtt1.C: Likewise.
14923
14924 2002-11-02 Diego Novillo <dnovillo@redhat.com>
14925
14926 PR optimization/8423
14927 * gcc.c-torture/execute/builtin-constant.c: New test.
14928
14929 2002-11-01 Zack Weinberg <zack@codesourcery.com>
14930
14931 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
14932 Add some more cases.
14933
14934 2002-11-01 Mark Mitchell <mark@codesourcery.com>
14935
14936 PR c++/8391
14937 * g++.dg/opt/local1.C: New test.
14938
14939 2002-10-30 Mark Mitchell <mark@codesourcery.com>
14940
14941 PR c++/8160
14942 * g++.dg/template/complit1.C: New test.
14943
14944 PR c++/8149
14945 * g++.dg/template/typename4.C: Likewise.
14946
14947 2002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14948
14949 Core issue 287, PR c++/7639
14950 * g++.dg/template/instantiate1.C: Adjust error location.
14951 * g++.dg/template/instantiate3.C: New test.
14952 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
14953 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
14954 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
14955
14956 2002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
14957
14958 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
14959
14960 2002-10-29 Mark Mitchell <mark@codesourcery.com>
14961
14962 PR c++/8287
14963 * g++.dg/init/dtor2.C: New test.
14964
14965 2002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14966
14967 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
14968 * gcc.dg/nest.c: Bypass errors on irix6.
14969
14970 2002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
14971
14972 * gcc.dg/nest.c: Expect error for mmix-*-*.
14973 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
14974
14975 2002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
14976
14977 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
14978 markers.
14979
14980 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
14981
14982 2002-10-25 Mike Stump <mrs@apple.com>
14983
14984 * gcc.dg/warn-1.c: New test.
14985
14986 2002-10-25 Zack Weinberg <zack@codesourcery.com>
14987
14988 * g++.dg/template/typename3.C: New test.
14989
14990 2002-10-25 Mark Mitchell <mark@codesourcery.com>
14991
14992 * g++.dg/lookup/ptrmem1.C: New test.
14993
14994 * g++.dg/abi/vthunk2.C: New test.
14995
14996 2002-10-25 Zack Weinberg <zack@codesourcery.com>
14997
14998 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
14999
15000 2002-10-24 Mark Mitchell <mark@codesourcery.com>
15001
15002 * g++.dg/abi/empty9.C: New test.
15003
15004 2002-10-24 Richard Henderson <rth@redhat.com>
15005
15006 * g++.dg/inherit/thunk1.C: Enable for ia64.
15007
15008 2002-10-23 Mark Mitchell <mark@codesourcery.com>
15009
15010 PR c++/8067
15011 * g++.dg/lookup/pretty1.C: New test.
15012
15013 2002-10-23 Jakub Jelinek <jakub@redhat.com>
15014
15015 * gcc.dg/20021023-1.c: New test.
15016
15017 2002-10-23 Mark Mitchell <mark@codesourcery.com>
15018
15019 PR c++/7679
15020 * g++.dg/parse/inline1.C: New test.
15021
15022 2002-10-23 Richard Henderson <rth@redhat.com>
15023
15024 * g++.dg/inherit/thunk1.C: Enable for x86_64.
15025
15026 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
15027
15028 2002-10-22 Mark Mitchell <mark@codesourcery.com>
15029
15030 PR c++/6579
15031 * g++.dg/parse/stmtexpr3.C: New test.
15032
15033 2002-10-22 Nathan Sidwell <nathan@codesourcery.com>
15034
15035 * g++.dg/expr/cond1.C: New test.
15036
15037 2002-10-21 Zack Weinberg <zack@codesourcery.com>
15038
15039 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
15040
15041 2002-10-21 Mark Mitchell <mark@codesourcery.com>
15042
15043 * g++.dg/abi/vbase13.C: New test.
15044 * g++.dg/abi/vbase14.C: Likewise.
15045
15046 2002-10-21 Jakub Jelinek <jakub@redhat.com>
15047
15048 * gcc.dg/tls/pic-1.c: New test.
15049 * gcc.dg/tls/nonpic-1.c: New test.
15050 * gcc.dg/20021018-1.c: New test.
15051
15052 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
15053
15054 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
15055 Remove only files with the same base name as the test case.
15056 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
15057 (profopt-execute): Likewise. Also, remove old profiling
15058 and performance data files before running the tests.
15059
15060 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
15061 * g++.dg/bprob/bprob.exp: Likewise.
15062 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
15063 to allow more general test case names.
15064
15065 * g++.dg/bprob/bprob-1.C: Rename to ...
15066 * g++.dg/bprob/g++-bprob-1.C: ... this.
15067
15068 * g77.dg/bprob/bprob-1.f: Rename to ...
15069 * g77.dg/bprob/g77-bprob-1.f: ... this.
15070
15071 2002-10-21 Zack Weinberg <zack@codesourcery.com>
15072
15073 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
15074 bison 1.50 or later.
15075
15076 2002-10-21 Janis Johnson <janis187@us.ibm.com>
15077
15078 * g++.dg/README: Describe more test directories.
15079
15080 2002-10-21 Mark Mitchell <mark@codesourcery.com>
15081
15082 * g++.dg/init/array6.C: Add additional tests.
15083
15084 2002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
15085
15086 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
15087 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
15088
15089 2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
15090
15091 * gcc.c-torture/compile/20020604-1.x: New.
15092 * gcc.c-torture/compile/simd-5.x: Likewise.
15093 * gcc.c-torture/execute/920710-1.x: Likewise.
15094 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
15095
15096 2002-10-21 Mark Mitchell <mark@codesourcery.com>
15097
15098 * g++.dg/inherit/override1.C: Add dg-options clause.
15099
15100 2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15101
15102 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
15103 _mm_slli_si128.
15104
15105 2002-10-19 Andreas Schwab <schwab@suse.de>
15106
15107 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
15108 directory component.
15109
15110 2002-10-18 Mark Mitchell <mark@codesourcery.com>
15111
15112 * g++.dg/inherit/thunk1.C: New test.
15113
15114 * g++.dg/inherit/override1.C: New test.
15115
15116 * g++.dg/abi/mangle11.C: New test.
15117 * g++.dg/abi/mangle14.C: New test.
15118 * g++.dg/abi/mangle17.C: New test.
15119
15120 2002-10-17 Nathan Sidwell <nathan@codesourcery.com>
15121
15122 * g++.dg/overload/member2.C: New test.
15123
15124 2002-10-17 Janis Johnson <janis187@us.ibm.com>
15125
15126 * g++.dg/README: Describe new compat directory.
15127 * g++.dg/dg.exp: Skip tests in compat directory.
15128 * README.compat: New file.
15129 * lib/compat.exp: New expect script.
15130 * g++.dg/compat: New test directory.
15131 * g++.dg/compat/compat.exp: New expect script.
15132 * g++.dg/compat/abi: New test directory.
15133 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
15134 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
15135 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
15136 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
15137 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
15138 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
15139 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
15140 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
15141 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
15142 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
15143 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
15144 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
15145 * g++.dg/compat/break: New test directory.
15146 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
15147 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
15148 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
15149 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
15150 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
15151 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
15152 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
15153 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
15154 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
15155 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
15156 g++.dg/compat/break/README: New files.
15157 * g++.dg/compat/eh: New test directory.
15158 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
15159 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
15160 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
15161 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
15162 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
15163 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
15164 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
15165 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
15166 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
15167 g++.dg/compat/eh/filter2_y.C,
15168 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
15169 g++.dg/compat/eh/new1_y.C,
15170 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
15171 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
15172 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
15173 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
15174 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
15175 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
15176 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
15177 g++.dg/compat/eh/unexpected1_y.C: New files.
15178 * g++.dg/compat/init: New test directory.
15179 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
15180 g++.dg/compat/init/array5_y.C,
15181 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
15182 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
15183 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
15184 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
15185 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
15186 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
15187 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
15188 g++.dg/compat/init/init-ref2_y.C: New files.
15189
15190 2002-10-17 Mark Mitchell <mark@codesourcery.com>
15191
15192 PR c++/7584
15193 * g++.dg/inherit/using3.C: New test.
15194
15195 2002-10-17 Jan Hubicka <jh@suse.cz>
15196
15197 * gcc.dg/20021017-2.c: New test.
15198
15199 2002-10-17 Mark Mitchell <mark@codesourcery.com>
15200
15201 * g++.dg/abi/mangle16.C: Adjust.
15202
15203 * g++.dg/init/array8.C: New test.
15204
15205 2002-10-17 Richard Sandiford <rsandifo@redhat.com>
15206
15207 * gcc.dg/special/mips-abi.exp: New test.
15208 * gcc.dg/special/mips-abi.s: Empty file used by the above.
15209
15210 2002-10-16 Mark Mitchell <mark@codesourcery.com>
15211
15212 * g++.dg/abi/mangle16.C: New test.
15213 * g++.dg/abi/mangle17.C: Likewise.
15214
15215 PR c++/7478
15216 * g++.dg/template/ref1.C: New test.
15217
15218 2002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15219
15220 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
15221
15222 2002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
15223
15224 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
15225
15226 2002-10-16 Mark Mitchell <mark@codesourcery.com>
15227
15228 PR c++/7524
15229 * g++.dg/init/array7.C: New test.
15230
15231 2002-10-15 Mark Mitchell <mark@codesourcery.com>
15232
15233 * g++.dg/init/array6.C: New test.
15234
15235 * g++.dg/abi/mangle13.C: Likewise.
15236 * g++.dg/abi/mangle14.C: Likewise.
15237 * g++.dg/abi/mangle15.C: Likewise.
15238
15239 2002-10-14 Mark Mitchell <mark@codesourcery.com>
15240
15241 * g++.dg/abi/empty8.C: New test.
15242
15243 2002-10-15 Nathan Sidwell <nathan@codesourcery.com>
15244
15245 * g++.dg/init/ctor1.C: New test.
15246
15247 2002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
15248
15249 * gcc.c-torture/execute/20021015-1.c: New test.
15250
15251 2002-10-15 J"orn Rennecke <joern.rennecke@superh.com>
15252
15253 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
15254
15255 2002-10-14 Jan Hubicka <jh@suse.cz>
15256
15257 * gcc.dg/i386-ssetype-[1-5].c: New tests.
15258
15259 2002-10-14 Richard Henderson <rth@redhat.com>
15260
15261 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
15262
15263 2002-10-14 Mark Mitchell <mark@codesourcery.com>
15264
15265 PR optimization/6631
15266 * g++.dg/opt/const2.C: New test.
15267
15268 2002-10-14 Mark Mitchell <mark@codesourcery.com>
15269
15270 PR c++/7176
15271 * g++.dg/parse/friend1.C: New test.
15272 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
15273
15274 2002-10-14 Jakub Jelinek <jakub@redhat.com>
15275
15276 * gcc.dg/20021014-1.c: New test.
15277
15278 2002-10-11 Mark Mitchell <mark@codesourcery.com>
15279
15280 PR c++/5661
15281 * g++.dg/ext/vlm1.C: New test.
15282 * g++.dg/ext/vlm2.C: Likewise.
15283
15284 * g++.dg/init/array1.C: Remove invalid braces.
15285 * g++.dg/init/brace1.C: New test.
15286 * g++.dg/init/copy2.C: Likewise.
15287 * g++.dg/init/copy3.C: Likewise.
15288 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
15289 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
15290 braces.
15291
15292 2002-10-11 Neil Booth <neil@daikokuya.co.uk>
15293
15294 * gcc.dg/cpp/assembler.S: Don't use -ansi.
15295
15296 2002-10-11 Richard Shann <richard.shann@superh.com>
15297
15298 * gcc.c-torture/compile/simd-5.c: New test.
15299
15300 2002-10-10 Roger Sayle <roger@eyesopen.com>
15301
15302 * gcc.c-torture/execute/shiftopt-1.c: New test case.
15303
15304 2002-10-10 Jim Wilson <wilson@redhat.com>
15305
15306 * gcc.c-torture/execute/20021010-1.c: New test.
15307
15308 2002-10-09 Zack Weinberg <zack@codesourcery.com>
15309
15310 PR c/7353
15311 * g++.dg/ext/typedef-init.C: New test.
15312 * gcc.dg/typedef-init.c: New test.
15313
15314 2002-10-09 Neil Booth <neil@daikokuya.co.uk>
15315
15316 * gcc.dg/cpp/paste13.c: New test.
15317
15318 2002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15319
15320 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
15321 remaining platforms, XFAIL during compile, not execute. Don't
15322 XFAIL at -O0.
15323
15324 2002-10-08 Nathan Sidwell <nathan@codesourcery.com>
15325
15326 * gcc.dg/alias-1.c: Tweak expected warning.
15327
15328 2002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
15329
15330 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
15331
15332 2002-10-06 Andreas Jaeger <aj@suse.de>
15333
15334 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
15335 * gcc.dg/cpp/c++98.C: Likewise.
15336
15337 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
15338 * g++.dg/cpp/c++98.C: Likewise.
15339
15340 * g++.dg/README (Subdirectories): Mention cpp directory.
15341
15342 PR target/7559
15343 * gcc.dg/20021006-1.c: New test.
15344
15345 2002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
15346
15347 PR c++/7804
15348 * g++.dg/other/warning1.C: New test.
15349
15350 2002-10-04 Roger Sayle <roger@eyesopen.com>
15351
15352 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
15353 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
15354 and sparc-*-* with -m64 as expected failures. See PR 8087.
15355
15356 2002-10-03 Mark Mitchell <mark@codesourcery.com>
15357
15358 PR c++/7931
15359 * g++.dg/template/ptrmem3.C: New test.
15360
15361 PR c++/7754
15362 * g++.dg/template/union1.C: New test.
15363
15364 2002-10-03 Mark Mitchell <mark@codesourcery.com>
15365
15366 PR c++/8006
15367 * g++.dg/abi/mangle9.C: New test.
15368 * g++.dg/abi/mangle10.C: New test.
15369 * g++.dg/abi/mangle11.C: New test.
15370 * g++.dg/abi/mangle12.C: New test.
15371
15372 2002-10-02 Mark Mitchell <mark@codesourcery.com>
15373
15374 PR c++/7188.
15375 * g++.dg/template/meminit1.C: New test.
15376 * g++.dg/warn/Wreorder-1.C: Likewise.
15377 * g++.old-deja/g++.mike/warn3.C: Tweak.
15378 * lib/prune.exp: Ingore "in copy constructor".
15379
15380 2002-10-02 Andreas Jaeger <aj@suse.de>
15381
15382 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
15383 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
15384 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
15385 on x86-64.
15386
15387 2002-10-01 Mark Mitchell <mark@codesourcery.com>
15388
15389 * gcc.dg/empty1.C: Fix typo.
15390
15391 2002-10-01 Nathan Sidwell <nathan@codesourcery.com>
15392
15393 * gcc.dg/alias-1.c: New test.
15394
15395 2002-10-01 Mark Mitchell <mark@codesourcery.com>
15396
15397 * gcc.dg/empty1.C: New test.
15398
15399 * g++.dg/tls/init-2.C: Tweak error messages.
15400
15401 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
15402
15403 * gcc.c-torture/compile/20020923-1.c: New test.
15404
15405 2002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
15406
15407 * gcc.c-torture/execute/ffs-1.c: New test.
15408 * gcc.c-torture/execute/ffs-2.c: Ditto.
15409
15410 2002-09-30 Nathan Sidwell <nathan@codesourcery.com>
15411
15412 * g++.dg/overload/member1.C: New test.
15413
15414 2002-09-30 Mark Mitchell <mark@codesourcery.com>
15415
15416 * g++.dg/abi/empty7.C: New test.
15417 * g++.dg/init/pm2.C: Likewise.
15418
15419 2002-09-29 Nathan Sidwell <nathan@codesourcery.com>
15420
15421 * g++.dg/rtti/crash1.C: New test.
15422
15423 2002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
15424
15425 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
15426 gcc.dg/sibcall-4.c: New tests.
15427
15428 2002-09-28 Roger Sayle <roger@eyesopen.com>
15429
15430 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
15431 powerpc and MMIX targets.
15432
15433 2002-09-27 Zack Weinberg <zack@codesourcery.com>
15434
15435 * gcc.dg/cpp/20020927-1.c: New.
15436
15437 2002-09-26 David S. Miller <davem@redhat.com>
15438
15439 * gcc.c-torture/compile/trunctfdf.c: New.
15440
15441 2002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15442
15443 * lib/target-supports.exp (check_weak_available): Handle solaris2.
15444
15445 2002-09-27 Alan Modra <amodra@bigpond.net.au>
15446
15447 * gcc.c-torture/execute/loop-15.c: New.
15448
15449 2002-09-26 Janis Johnson <janis187@us.ibm.com>
15450
15451 * README.QMTEST: Fix typo.
15452
15453 2002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
15454
15455 * gcc.dg/20020926-1.c: New test.
15456
15457 2002-09-25 David S. Miller <davem@redhat.com>
15458
15459 PR target/7842
15460 * gcc.c-torture/execute/shiftdi.c: New test.
15461
15462 2002-09-26 Richard Earnshaw <rearnsha@arm.com>
15463
15464 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
15465 unique to the tool.
15466 * lib/g77.exp (g77_init): Likewise.
15467 * lib/g++.exp (g++_init): Likewise.
15468 * lib/objc.exp (objc_init): Likewise.
15469
15470 2002-09-25 Mark Mitchell <mark@codesourcery.com>
15471
15472 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
15473 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
15474 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
15475
15476 2002-09-25 Richard Henderson <rth@redhat.com>
15477
15478 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
15479 too-small long double.
15480
15481 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
15482
15483 * gcc.dg/20020919-1.c: New test.
15484
15485 2002-09-23 Mark Mitchell <mark@codesourcery.com>
15486
15487 * g++.dg/abi/bitfield6.C: New test.
15488 * g++.dg/abi/bitfield7.C: New test.
15489 * g++.dg/abi/bitfield8.C: New test.
15490 * g++.dg/abi/vbase11.C: New test.
15491
15492 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
15493
15494 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
15495 hppa*-*-hpux*. Update test comment.
15496
15497 2002-09-20 Jakub Jelinek <jakub@redhat.com>
15498
15499 * gcc.dg/tls/struct-1.c: New test.
15500
15501 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
15502
15503 * gcc.dg/cpp/tr-warn2.c: Update.
15504
15505 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
15506
15507 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
15508
15509 2002-09-20 Richard Earnshaw <rearnsha@arm.com>
15510
15511 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
15512 systems.
15513
15514 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
15515
15516 * gcc.c-torture/execute/ieee/mzero3.c: New test.
15517
15518 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
15519 Adjust for c++filt moved to binutils. Remove spurious duplicate
15520 setting of cxxfilt.
15521
15522 2002-09-19 Geoffrey Keating <geoffk@apple.com>
15523
15524 * gcc.dg/20020312-2.c: Update for darwin.
15525
15526 2002-09-18 Nathan Sidwell <nathan@codesourcery.com>
15527
15528 * g++.old-deja/g++.other/crash32.C: Mark ICE.
15529
15530 2002-09-17 Nicola Pero <n.pero@mi.flashnet.it>
15531
15532 * objc.dg/comp-types-1.m: New test.
15533 * objc.dg/comp-types-2.m: New test.
15534 * objc.dg/comp-types-3.m: New test.
15535 * objc.dg/comp-types-4.m: New test.
15536 * objc.dg/comp-types-5.m: New test.
15537 * objc.dg/comp-types-6.m: New test.
15538
15539 2002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
15540
15541 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
15542
15543 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
15544
15545 * g++.dg/other/do1.C: New test.
15546
15547 * g++.dg/template/subst1.C: New test.
15548
15549 2002-09-16 Steve Ellcey <sje@cup.hp.com>
15550
15551 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
15552
15553 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
15554
15555 * g++.dg/template/qualttp20.C: Adjust expected errors.
15556 * g++.old-deja/g++.jason/report.C: Likewise.
15557 * g++.old-deja/g++.other/qual1.C: Likewise.
15558
15559 * g++.dg/lookup/scoped2.C: New test.
15560
15561 * g++.dg/ext/asm3.C: New test.
15562
15563 2002-09-16 Richard Earnshaw <rearnsha@arm.com>
15564
15565 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
15566
15567 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
15568
15569 * ChangeLog: follow spelling conventions.
15570 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
15571 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
15572 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
15573 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
15574 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
15575 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
15576 * g++.old-deja/g++.law/global-init1.C: Likewise.
15577 * g++.old-deja/g++.other/delete4.C: Likewise.
15578 * g++.old-deja/g++.other/inline21.C: Likewise.
15579 * g++.old-deja/g++.other/singleton.C: Likewise.
15580 * g77.dg/strlen0.f: Likewise.
15581 * g77.f-torture/compile/20010519-1.f: Likewise.
15582 * g77.f-torture/compile/980310-4.f: Likewise.
15583 * gcc.c-torture/compile/20000605-1.c: Likewise.
15584 * gcc.c-torture/execute/20020225-1.c: Likewise.
15585 * gcc.dg/c90-hexfloat-2.c: Likewise.
15586 * gcc.dg/c99-bool-1.c: Likewise.
15587 * gcc.dg/c99-hexfloat-2.c: Likewise.
15588 * gcc.dg/dll-2.c: Likewise.
15589 * gcc.dg/wtr-union-init-1.c: Likewise.
15590 * gcc.dg/wtr-union-init-2.c: Likewise.
15591 * gcc.dg/wtr-union-init-3.c: Likewise.
15592 * gcc.dg/cpp/avoidpaste1.c: Likewise.
15593 * gcc.dg/cpp/defined.c: Likewise.
15594 * gcc.dg/cpp/macsyntx.c: Likewise.
15595 * gcc.dg/cpp/paste2.c: Likewise.
15596 * gcc.dg/cpp/trad/defined.c: Likewise.
15597 * gcc.dg/format/c90-printf-1.c: Likewise.
15598 * gcc.dg/format/c90-scanf-1.c: Likewise.
15599 * gcc.dg/format/c99-printf-1.c: Likewise.
15600 * gcc.dg/format/c99-scanf-1.c: Likewise.
15601 * gcc.misc-tests/gcov-8.c: Likewise.
15602 * lib/profopt.exp: Likewise.
15603
15604 2002-09-15 Krister Walfridsson <cato@df.lth.se>
15605
15606 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
15607
15608 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
15609
15610 * g++.dg/inherit/using2.C: New test.
15611
15612 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
15613
15614 * ChangeLog: Follow spelling conventions.
15615 * g++.dg/template/friend4.C: Likewise.
15616 * g++.old-deja/g++.pt/crash67.C: Likewise.
15617 * gcc.c-torture/execute/20000801-4.c: Likewise.
15618 * gcc.dg/c90-digraph-1.c: Likewise.
15619 * gcc.dg/c94-digraph-1.c: Likewise.
15620 * gcc.dg/c99-digraph-1.c: Likewise.
15621 * gcc.dg/cpp/line5.c: Likewise.
15622 * gcc.dg/cpp/multiline.c: Likewise.
15623 * gcc.dg/cpp/trad/literals-1.c: Likewise.
15624 * gcc.dg/format/attr-3.c: Likewise.
15625 * gcc.dg/format/c90-scanf-3.c: Likewise.
15626 * gcc.dg/format/ext-4.c: Likewise.
15627
15628 2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
15629
15630 * g++.dg/template/pretty1.C: New test.
15631
15632 2002-09-14 Alan Modra <amodra@bigpond.net.au>
15633
15634 * gcc.c-torture/execute/struct-cpy-1.c: New test.
15635
15636 2002-09-13 Matt Austern <austern@apple.com>
15637
15638 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
15639 passing a cast expression to a function by const reference.
15640
15641 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
15642
15643 * g++.dg/template/deduce1.C: New test.
15644
15645 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
15646
15647 * gcc.c-torture/execute/simd-1.c: Force all use of int to
15648 32-bit int.
15649
15650 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
15651
15652 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
15653 usage.
15654
15655 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
15656
15657 * gcc.c-torture/compile/20020910-1.c: New test.
15658
15659 2002-09-10 Frank Ch. Eigler <fche@redhat.com>
15660
15661 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
15662
15663 2002-09-10 Andreas Jaeger <aj@suse.de>
15664
15665 * gcc.dg/20020312-2.c: Adjust for x86-64.
15666
15667 2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
15668
15669 * g77.dg/7388.f: New test case for PR 7388.
15670
15671 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
15672
15673 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
15674
15675 2002-09-05 Ziemowit Laski <zlaski@apple.com>
15676
15677 * objc.dg/proto-lossage-1.m: New test.
15678
15679 2002-09-06 Neil Booth <neil@daikokuya.co.uk>
15680
15681 * gcc.dg/cpp/_Pragma4.c: Fix typo.
15682
15683 2002-09-06 Nicola Pero <n.pero@mi.flashnet.it>
15684
15685 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
15686 expected to pass.
15687
15688 2002-09-06 Stan Shebs <shebs@apple.com>
15689 David Edelsohn <edelsohn@gnu.org>
15690
15691 * gcc.dg/weak: New directory.
15692 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
15693 target-specific xfail bits.
15694 * gcc.dg/typeof-2.c: Move to new directory.
15695 * gcc.dg/weak.exp: New expect script.
15696
15697 2002-09-06 Alan Modra <amodra@bigpond.net.au>
15698
15699 * gcc.c-torture/execute/extzvsi.c: New test.
15700
15701 2002-09-05 Stan Shebs <shebs@apple.com>
15702
15703 * gcc.dg/weak-1.c: xfail on Darwin.
15704 * gcc.dg/weak-2.c: Ditto.
15705 * gcc.dg/weak-3.c: Ditto.
15706 * gcc.dg/weak-4.c: Ditto.
15707 * gcc.dg/weak-5.c: Ditto.
15708 * gcc.dg/weak-6.c: Ditto.
15709 * gcc.dg/weak-7.c: Ditto.
15710 * gcc.dg/weak-8.c: Ditto.
15711 * gcc.dg/weak-9.c: Ditto.
15712
15713 2002-09-05 J"orn Rennecke <joern.rennecke@superh.com>
15714
15715 * gcc.c-torture/execute/loop-14.c: New test.
15716
15717 2002-09-04 Jakub Jelinek <jakub@redhat.com>
15718
15719 * g++.dg/other/cxa-atexit1.C: New test.
15720
15721 * gcc.dg/typeof-2.c: New test.
15722
15723 2002-09-03 Roger Sayle <roger@eyesopen.com>
15724
15725 * gcc.dg/builtins-2.c: New testcase.
15726 * gcc.dg/builtins-3.c: New testcase.
15727
15728 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
15729
15730 * gcc.dg/cpp/_Pragma4.c: New test.
15731
15732 2002-09-03 Nicola Pero <n.pero@mi.flashnet.it>
15733
15734 * objc/execute/nil_method-1.m: New testcase.
15735
15736 2002-09-01 Nicola Pero <n.pero@mi.flashnet.it>
15737
15738 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
15739 [Object class], not [Object initialize].
15740
15741 2002-08-31 Roger Sayle <roger@eyesopen.com>
15742 Hans-Peter Nilsson <hp@bitrange.com>
15743
15744 * gcc.c-torture/execute/20020720-1.x: Skip test on
15745 mmix-knuth-mmixware. Correct comment.
15746
15747 2002-08-27 Mark Mitchell <mark@codesourcery.com>
15748
15749 * testsuite/g++.dg/abi/bitfield5.C: New test.
15750 * testsuite/g++.dg/abi/vbase10.C: Likewise.
15751
15752 2002-08-27 Nicola Pero <n.pero@mi.flashnet.it>
15753
15754 * objc.dg/undeclared-selector.m: New test.
15755
15756 2002-08-27 Nathan Sidwell <nathan@codesourcery.com>
15757
15758 * g++.dg/other/offsetof1.C: Avoid cast warning.
15759
15760 2002-08-26 Ziemowit Laski <zlaski@apple.com>
15761
15762 * objc.dg/super-class-2.m: New test.
15763
15764 2002-08-24 Matt Austern <austern@apple.com>
15765
15766 * g++.dg/ext/lvaddr.C: New test.
15767 * g++.dg/ext/lvcast.C: New test.
15768
15769 2002-08-22 Mark Mitchell <mark@codesourcery.com>
15770
15771 * testsuite/g++.dg/inherit/cond1.C: New test.
15772
15773 2002-08-22 Geoffrey Keating <geoffk@redhat.com>
15774
15775 * gcc.dg/noncompile/incomplete-1.c: New test.
15776
15777 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
15778
15779 * gcc.dg/typespec-1.c: New test.
15780
15781 2002-08-20 Devang Patel <dpatel@apple.com>
15782 * objc.dg/proto-hier-2.m: New test.
15783
15784 2002-08-19 Ziemowit Laski <zlaski@apple.com>
15785
15786 * objc.dg/bitfield-1.m: New test.
15787 * objc.dg/bitfield-2.m: New test.
15788
15789 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
15790
15791 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
15792 gcc.dg/c99-flex-array-4.c: New tests.
15793
15794 2002-08-16 Stan Shebs <shebs@apple.com>
15795
15796 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
15797
15798 2002-08-15 Jakub Jelinek <jakub@redhat.com>
15799
15800 * gcc.dg/typeof-1.c: New test.
15801 * g++.dg/ext/typeof2.C: New test.
15802
15803 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
15804
15805 * g++.dg/other/offsetof1.C: New test.
15806
15807 2002-08-14 Richard Henderson <rth@redhat.com>
15808
15809 * gcc.dg/tls/diag-3.c: Fix expected message strings.
15810
15811 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
15812
15813 * gcc.dg/cpp/_Pragma3.c: New test.
15814
15815 2002-08-13 Mark Mitchell <mark@codesourcery.com>
15816
15817 * g++.dg/template/inherit3: New test.
15818
15819 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
15820
15821 * gcc.dg/bitfld-4.c: Add blank options.
15822
15823 2002-08-09 Mark Mitchell <mark@codesourcery.com>
15824
15825 * g++.dg/template/crash1.C: New test.
15826
15827 2002-08-08 Jakub Jelinek <jakub@redhat.com>
15828
15829 * gcc.dg/tls/opt-2.c: New test.
15830
15831 2002-08-08 Devang Patel <dpatel@apple.com>
15832
15833 * objc.dg/selector-1.m : New test
15834
15835 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
15836
15837 * g++.dg/abi/bitfield4.C: New test.
15838 * gcc.dg/bitfld-4.c: New test.
15839
15840 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
15841
15842 * g++.dg/other/packed1.C: New test.
15843
15844 2002-08-07 Mark Mitchell <mark@codesourcery.com>
15845
15846 * g++.dg/abi/offsetof.C: Tweak error messages.
15847 * g++.old-deja/g++.mike/p10769a.C: Likewise.
15848
15849 2002-08-08 Jakub Jelinek <jakub@redhat.com>
15850
15851 * gcc.dg/bitfld-3.c: New test.
15852
15853 2002-08-07 Jakub Jelinek <jakub@redhat.com>
15854 Richard Henderson <rth@redhat.com>
15855
15856 * gcc.dg/i386-bitfield1.c: New test.
15857 * g++.dg/abi/bitfield3.C: Update.
15858
15859 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
15860
15861 * objc.dg/const-str-2.m: Update.
15862 * gcc.dg/cpp/c++98.c: Change to C extension.
15863 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
15864 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
15865
15866 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
15867
15868 * testsuite/gcc.dg/tls/diag-3.c: New.
15869
15870 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
15871
15872 * g++.dg/README (Subdirectories): Document new subdir expr.
15873 * g++.dg/expr/pmf-1.C: New test.
15874
15875 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
15876
15877 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
15878
15879 2002-08-06 Jakub Jelinek <jakub@redhat.com>
15880
15881 * g++.dg/abi/bitfield3.C: New test.
15882
15883 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
15884
15885 * lib/gcov.exp: Tweak expected line formats.
15886 * gcc.misc-tests/gcov8.c: New test.
15887 * gcc.misc-tests/gcov8.x: New flags.
15888
15889 2002-08-05 Jakub Jelinek <jakub@redhat.com>
15890
15891 * consistency.vlad/layout/endian.c: Include string.h.
15892
15893 * gcc.c-torture/execute/20020805-1.c: New test.
15894
15895 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
15896
15897 * g++.dg/other/conversion1.C: New test.
15898
15899 2002-08-03 Roger Sayle <roger@eyesopen.com>
15900
15901 * gcc.dg/builtins-1.c: New testcase.
15902
15903 2002-08-02 Mark Mitchell <mark@codesourcery.com>
15904
15905 * g++.dg/inherit/access3.C: New test.
15906
15907 2002-08-01 Jakub Jelinek <jakub@redhat.com>
15908
15909 * gcc.dg/ia64-visibility-2.c: New test.
15910
15911 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
15912
15913 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
15914 __qualifier_flags to __flags.
15915
15916 2002-07-31 Mark Mitchell <mark@codesourcery.com>
15917
15918 * g++.dg/inherit/operator1.C: New test.
15919 * g++.dg/lookup/disamb1.C: Fix typo in comment.
15920 * g++.dg/other/error1.C: Change expected error message.
15921 * g++.dg/template/conv4.C: Likewise.
15922
15923 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
15924
15925 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
15926 for documented behavior.
15927
15928 2002-07-25 Roger Sayle <roger@eyesopen.com>
15929
15930 * gcc.c-torture/execute/20020720-1.x: Skip this test on
15931 several targets known to fail.
15932
15933 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
15934
15935 * gcc.dg/mips-args-[123].c: New tests.
15936
15937 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
15938
15939 * gcc.dg/ppc-spe.c: New.
15940
15941 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
15942
15943 * g++.dg/other/ptrmem4.C: New testcase.
15944
15945 2002-07-24 Richard Henderson <rth@redhat.com>
15946
15947 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
15948
15949 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
15950
15951 * g++.dg/ext/alignof1.C (main): Return 0 for success.
15952
15953 2002-07-24 Roger Sayle <roger@eyesopen.com>
15954
15955 * gcc.c-torture/execute/memset-3.c: New testcase.
15956
15957 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
15958
15959 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
15960 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
15961
15962 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15963
15964 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
15965 Delete.
15966
15967 2002-07-23 J"orn Rennecke <joern.rennecke@superh.com>
15968
15969 * gcc.c-torture/compile/simd-4.c: New test.
15970
15971 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
15972
15973 PR c++/7347, c++/7348
15974 * g++.dg/template/access4.C: New test.
15975 * g++.dg/template/access5.C: New test.
15976 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
15977 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
15978 * g++.old-deja/g++.pt/ttp58.C: Likewise.
15979 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
15980
15981 2002-07-22 Jakub Jelinek <jakub@redhat.com>
15982
15983 * gcc.dg/gnu89-init-2.c: New test.
15984
15985 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
15986
15987 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
15988
15989 2002-07-20 Roger Sayle <roger@eyesopen.com>
15990
15991 * gcc.c-torture/execute/20020720-1.c: New testcase.
15992
15993 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
15994
15995 * gcc.dg/cpp/Wsignprom.c: New tests.
15996
15997 2002-07-20 Alan Modra <amodra@bigpond.net.au>
15998
15999 * gcc.c-torture/execute/loop-13.c: New test.
16000
16001 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
16002
16003 * gcc.dg/cpp/expr.c: New tests.
16004
16005 2002 07-18 David Edelsohn <edelsohn@gnu.org>
16006
16007 * g++.dg/opt/pr6713.C: Add template instantiation.
16008
16009 2002-07-18 Alan Modra <amodra@bigpond.net.au>
16010
16011 * gcc.dg/nest.c: New test.
16012
16013 2002-07-17 Richard Henderson <rth@redhat.com>
16014
16015 * g++.dg/opt/pr6713.C: New test.
16016
16017 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
16018
16019 * gcc.c-torture/execute/loop-2e.x: Let the testcase
16020 XFAIL for all x86 processors.
16021
16022 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
16023
16024 * gcc.c-torture/execute/20010122-1.x: Do not test with
16025 -fomit-frame-pointer.
16026
16027 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
16028
16029 * g++.dg/template/instantiate2.C: New test.
16030 * g++.dg/template/spec4.C: New test.
16031
16032 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
16033
16034 * g++.dg/template/access2.C: New test.
16035 * g++.dg/template/access3.C: New test.
16036
16037 2002-07-15 Zack Weinberg <zack@codesourcery.com>
16038
16039 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
16040 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
16041 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
16042 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
16043 Convert to use <stdarg.h>.
16044 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
16045 Delete.
16046 * gcc.dg/va-arg-2.c: New.
16047 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
16048
16049 2002-07-15 Jakub Jelinek <jakub@redhat.com>
16050
16051 * gcc.c-torture/compile/20020710-1.c: New test.
16052
16053 2002-07-11 J"orn Rennecke <joern.rennecke@superh.com>
16054 Andrew Pinski <pinskia@physics.uc.edu>
16055
16056 gcc.c-torture/compile/simd-2.c: New testcase.
16057 gcc.c-torture/compile/simd-3.c: Likewise.
16058
16059 2002-07-11 Mark Mitchell <mark@codesourcery.com>
16060
16061 PR c++/7224
16062 * g++.dg/overload/error1.C: New test.
16063
16064 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16065
16066 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
16067 configuration and IRIX 6 O32 ABI.
16068
16069 2002-07-11 Roger Sayle <roger@eyesopen.com>
16070
16071 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
16072
16073 2002-07-10 Roger Sayle <roger@eyesopen.com>
16074
16075 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
16076
16077 2002-07-10 Jeffrey A Law <law@redhat.com>
16078
16079 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
16080
16081 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
16082
16083 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
16084
16085 * gcc.dg/20020312-2.c: Check for __PPC__.
16086
16087 2002-07-09 Diego Novillo <dnovillo@redhat.com>
16088
16089 * gcc.c-torture/compile/20020709-1.c: New test.
16090
16091 2002-07-07 Roger Sayle <roger@eyesopen.com>
16092
16093 * g++.dg/template/qualttp21.C: New test case.
16094
16095 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
16096
16097 * gcc.c-torture/compile/20020706-1.c: New test.
16098 * gcc.c-torture/compile/20020706-2.c: New test.
16099
16100 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
16101 Alexandre Oliva <aoliva@redhat.com>
16102
16103 * g++.dg/warn/incomplete1.C: New test.
16104
16105 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16106
16107 PR c++/7099
16108 * g++.dg/warn/noreturn1.C: New test.
16109
16110 2002-07-03 Mark Mitchell <mark@codesourcery.com>
16111
16112 PR c++/6706
16113 * g++.dg/debug/debug6.C: New test.
16114 * g++.dg/debug/debug7.C: New test.
16115
16116 2002-07-04 J"orn Rennecke <joern.rennecke@superh.com>
16117
16118 * gcc.c-torture/compile/simd-3.c: New test.
16119
16120 2002-07-03 Chris Demetriou <cgd@broadcom.com>
16121
16122 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
16123 * gcc.dg/20020620-1.c: Likewise.
16124
16125 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
16126
16127 PR c++/6944
16128 * g++.dg/init/array4.C: New test.
16129 * g++.dg/init/array5.C: New test.
16130
16131 2002-07-03 J"orn Rennecke <joern.rennecke@superh.com>
16132
16133 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
16134 * gcc.c-torture/execute/simd-2.c (main): Likewise.
16135
16136 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16137
16138 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
16139 * gcc.dg/wtr-aggr-init-1.c: Likewise.
16140 * gcc.dg/wtr-conversion-1.c: Likewise.
16141 * gcc.dg/wtr-escape-1.c: Likewise.
16142 * gcc.dg/wtr-int-type-1.c: Likewise.
16143 * gcc.dg/wtr-label-1.c: Likewise.
16144 * gcc.dg/wtr-static-1.c: Likewise.
16145 * gcc.dg/wtr-strcat-1.c: Likewise.
16146 * gcc.dg/wtr-suffix-1.c: Likewise.
16147 * gcc.dg/wtr-switch-1.c: Likewise.
16148 * gcc.dg/wtr-unary-plus-1.c: Likewise.
16149 * gcc.dg/wtr-union-init-1.c: Likewise.
16150 * gcc.dg/wtr-union-init-2.c: Likewise.
16151 * gcc.dg/wtr-union-init-3.c: Likewise.
16152
16153 * gcc.dg/wtr-func-def-1.c: New test.
16154
16155 2002-07-02 Devang Patel <dpatel@apple.com>
16156
16157 * objc.dg/param-1.m: New test.
16158
16159 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
16160
16161 * gcc.dg/cpp/trad/directive.c: Add test.
16162 * gcc.dg/cpp/trad/macroargs.c: Add test.
16163 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
16164
16165 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
16166
16167 * gcc.dg/cpp/cmdlne-M.c: New test.
16168
16169 2002-07-02 Ziemowit Laski <zlaski@apple.com>
16170
16171 * objc.dg/desig-init-1.m: New test.
16172
16173 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
16174
16175 PR c++/6716
16176 * g++.dg/template/instantiate1.C: New test.
16177
16178 2002-07-01 Mark Mitchell <mark@codesourcery.com>
16179
16180 PR c++/7112
16181 * g++.dg/template/sizeof2.C: New test.
16182
16183 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
16184
16185 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
16186 gcc.dg/cpp/trad/include.c: New tests.
16187
16188 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
16189
16190 PR target/7177
16191 * gcc.c-torture/compile/20020701-1.c: New test.
16192
16193 2002-07-01 Stan Shebs <shebs@apple.com>
16194
16195 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
16196 header here...
16197 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
16198 (objc-torture-execute): or here.
16199
16200 2002-07-01 J"orn Rennecke <joern.rennecke@superh.com>
16201
16202 * gcc.c-torture/execute/arith-rand-ll.c: New test.
16203
16204 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
16205
16206 * gcc.dg/cpp/trad/escaped-nl.c: New test.
16207
16208 2002-06-30 Devang Patel <dpatel@apple.com>
16209
16210 * objc.dg/fsyntax-only.m: New test.
16211
16212 2002-06-27 Mark Mitchell <mark@codesourcery.com>
16213
16214 PR c++/6695
16215 * g++.dg/template/friend7.C: New file.
16216
16217 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
16218
16219 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
16220 return type.
16221
16222 2002-06-27 J"orn Rennecke <joern.rennecke@superh.com>
16223
16224 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
16225 avoid division by zero.
16226
16227 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
16228
16229 * gcc.dg/Wunknownprag.c: New tests.
16230
16231 2002-06-25 J"orn Rennecke <joern.rennecke@superh.com>
16232
16233 * gcc.c-torture/execute/simd-2.c: New test.
16234
16235 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
16236
16237 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
16238 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
16239 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
16240 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
16241 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
16242 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
16243 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
16244 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
16245 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
16246 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
16247 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
16248 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
16249 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
16250 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
16251 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
16252 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
16253 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
16254
16255 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
16256
16257 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
16258 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
16259 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
16260 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
16261 New tests.
16262 * gcc.dg/cpp/trad/directive.c: Update.
16263
16264 2002-06-23 Andreas Jaeger <aj@suse.de>
16265
16266 * gcc.c-torture/execute/complex-6.c: New.
16267
16268 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
16269
16270 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
16271 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
16272 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
16273 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
16274
16275 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
16276
16277 * gcc.dg/cpp/trad: New directory with traditional tests copied
16278 from parent directory.
16279 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
16280 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
16281 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
16282 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
16283 Move to trad/ and rename.
16284 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
16285 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
16286 gcc.dg/cpp/trad/redef2.c: New tests.
16287 * gcc.dg/cpp/trad/trad.exp: New driver.
16288
16289 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
16290
16291 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
16292 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
16293 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
16294 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
16295 Remove.
16296
16297 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
16298
16299 * gcc.dg/20020620-1.c: New test.
16300
16301 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
16302
16303 * g++.dg/template/ttp4.C: New test.
16304
16305 2002-06-19 Jakub Jelinek <jakub@redhat.com>
16306
16307 * g++.dg/opt/vt1.C: Fix regexp.
16308
16309 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16310
16311 * gcc.c-torture/execute/pure-1.c: Make functions static again.
16312 Don't use attribute `noinline'.
16313
16314 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
16315
16316 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
16317
16318 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
16319
16320 * gcc.c-torture/execute/simd-1.c: New.
16321
16322 * gcc.dg/simd-1.c: New.
16323
16324 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
16325
16326 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
16327
16328 2002-06-16 Richard Henderson <rth@redhat.com>
16329
16330 * g++.dg/ext/anon-struct1.C: New.
16331 * g++.dg/ext/anon-struct2.C: New.
16332 * g++.dg/ext/anon-struct3.C: New.
16333 * gcc.dg/anon-struct-1.c: New.
16334 * gcc.dg/anon-struct-2.c: New.
16335 * gcc.dg/anon-struct-3.c: New.
16336 * gcc.dg/20011008-1.c: Adjust warning text.
16337 * gcc.dg/20020527-1.c: Add -fms-extensions.
16338
16339 2002-06-16 Richard Henderson <rth@redhat.com>
16340
16341 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
16342
16343 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
16344
16345 * gcc.c-torture/execute/20020615-1.c: New test.
16346
16347 2002-06-15 Roger Sayle <roger@eyesopen.com>
16348
16349 * gcc.c-tortuture/execute/compare-1.c: New test case.
16350 * gcc.c-tortuture/execute/compare-2.c: New test case.
16351 * gcc.c-tortuture/execute/compare-3.c: New test case.
16352
16353 2002-06-13 Richard Henderson <rth@redhat.com>
16354
16355 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
16356 ia64 ilp32.
16357
16358 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
16359
16360 * g++.dg/template/typename2.C: Update error message.
16361
16362 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
16363
16364 * gcc.c-torture/execute/20020611-1.c: New test.
16365
16366 2002-06-11 Bob Wilson <bob.wilson@acm.org>
16367
16368 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
16369 list of targets to skip.
16370
16371 2002-06-10 Bob Wilson <bob.wilson@acm.org>
16372
16373 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
16374 targets if not optimizing.
16375
16376 2002-06-10 Jakub Jelinek <jakub@redhat.com>
16377
16378 * gcc.c-torture/compile/20020605-1.c: New test.
16379
16380 * g++.dg/opt/vt1.C: New test.
16381
16382 * gcc.dg/20020531-1.c: New test.
16383
16384 * gcc.dg/20020530-1.c: New test.
16385
16386 * gcc.dg/20020527-1.c: New test.
16387
16388 * g++.dg/opt/cse1.C: New test.
16389
16390 2002-06-07 Roger Sayle <roger@eyesopen.com>
16391
16392 * gcc.dg/20020607-2.c: New test case.
16393
16394 2002-06-07 Jakub Jelinek <jakub@redhat.com>
16395
16396 * gcc.c-torture/compile/20020604-1.c: New test.
16397
16398 2002-06-04 Richard Henderson <rth@redhat.com>
16399
16400 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
16401 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
16402 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
16403
16404 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
16405
16406 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
16407
16408 2002-06-03 Richard Henderson <rth@redhat.com>
16409
16410 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
16411 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
16412
16413 2002-06-02 Richard Henderson <rth@redhat.com>
16414
16415 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
16416 test functions static.
16417
16418 2002-06-02 Andreas Jaeger <aj@suse.de>
16419
16420 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
16421 now.
16422
16423 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
16424
16425 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
16426 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
16427 Update for mofified diagnostics.
16428 * gcc.dg/c99-intconst-1.c: No longer fail.
16429
16430 2002-06-02 Richard Henderson <rth@redhat.com>
16431
16432 * gcc.dg/uninit-A.c: Remove xfail markers.
16433
16434 2002-06-01 Roger Sayle <roger@eyesopen.com>
16435
16436 * gcc.dg/fnegate-1.c: New test case.
16437
16438 2002-05-30 Osku Salerma <osku@iki.fi>
16439
16440 * gcc.c-torture/execute/mayalias-1.c: New file.
16441
16442 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
16443
16444 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
16445 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
16446 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
16447
16448 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
16449
16450 * gcc.c-torture/execute/20020529-1.c: New test.
16451
16452 2002-05-27 Richard Henderson <rth@redhat.com>
16453
16454 * g++.dg/ext/attrib6.C: New test case.
16455
16456 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16457
16458 * gcc.c-torture/execute/pure-1.c: New test.
16459
16460 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
16461
16462 * gcc.dg/cpp/arith-2.c: Remove.
16463
16464 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
16465
16466 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
16467 * gcc.dg/cpp/if-3.c: Remove.
16468
16469 2002-05-26 Jakub Jelinek <jakub@redhat.com>
16470
16471 * g++.dg/opt/cse2.C: New test.
16472
16473 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
16474
16475 * gcc.dg/cpp/arith-1.c: New semantic tests.
16476 * gcc.dg/cpp/if-1.c: Update.
16477
16478 2002-05-24 Ben Elliston <bje@redhat.com>
16479
16480 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
16481
16482 2002-05-24 Jakub Jelinek <jakub@redhat.com>
16483
16484 * gcc.dg/verbose-asm.c: New test.
16485
16486 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
16487
16488 * gcc.dg/cpp/paste12.c: New test.
16489
16490 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
16491
16492 * g++.dg/parse/named_ops.C: New test.
16493
16494 2002-05-23 Mark Mitchell <mark@codesourcery.com>
16495
16496 * gcc/testsuite/gcc.dg/weak-8.c: New test.
16497
16498 2002-05-23 J"orn Rennecke <joern.rennecke@superh.com>
16499
16500 * gcc.dg/weak-2.c: Allow optional leading underscore
16501 in scan-assembler symbol name.
16502 * gcc.dg/weak-3.c: Likewise.
16503 * gcc.dg/weak-4.c: Likewise.
16504 * gcc.dg/weak-5.c: Likewise.
16505
16506 2002-05-23 Jakub Jelinek <jakub@redhat.com>
16507
16508 * gcc.dg/20020523-1.c: New test.
16509
16510 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
16511
16512 * objc.dg/const-str-2.m: Update now that we stop after
16513 a command line error.
16514
16515 2002-05-22 Richard Henderson <rth@redhat.com>
16516
16517 * g++.dg/dg.exp: Fix typo in test pruneing.
16518
16519 2002-05-22 Richard Henderson <rth@redhat.com>
16520
16521 * g++.dg/dg.exp: Prune the tls subdirectory.
16522 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
16523 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
16524 * g++.dg/tls/init-1.C: New.
16525
16526 2002-05-22 Jakub Jelinek <jakub@redhat.com>
16527
16528 * gcc.dg/20020517-1.c: New test.
16529
16530 2002-05-21 Richard Henderson <rth@redhat.com>
16531
16532 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
16533 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
16534
16535 2002-05-21 Brian R. Gaeke <brg@dgate.ORG>
16536
16537 * g++.dg/other/copy2.C: New test.
16538
16539 2002-05-20 J"orn Rennecke <joern.rennecke@superh.com>
16540
16541 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
16542 (MAX_COPY): Bump up to 10 times sizeof (long long).
16543 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
16544
16545 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
16546 sizeof (long long).
16547
16548 * gcc.c-torture/execute/strcpy-1.c: New test.
16549
16550 2002-05-19 Jason Merrill <jason2redhat.com>
16551
16552 * g++.dg/ext/oper1.C: New test.
16553
16554 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
16555 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
16556
16557 * README.QMTEST: New file.
16558
16559 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
16560
16561 2002-05-19 Andreas Jaeger <aj@suse.de>
16562
16563 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
16564 now.
16565 * gcc.c-torture/execute/loop-2d.x: Likewise.
16566
16567 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
16568
16569 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
16570 support weak symbols.
16571 * gcc.dg/weak-4.c: Likewise
16572 * gcc.dg/weak-6.c: Likewise
16573
16574 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
16575
16576 * gcc.dg/weak-3.c: Add dg-excess-error comment for
16577 cygwin, coff and h8300-*-hms targets
16578 * gcc.dg/weak-5.c: Likewise
16579 * gcc.dg/weak-7.c: Likewise
16580
16581 2002-05-16 Jason Merrill <jason@redhat.com>
16582
16583 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
16584 (scan-assembler-not, scan-assembler-dem): Likewise.
16585 (scan-assembler-dem-not): Likewise.
16586
16587 2002-05-15 Richard Henderson <rth@redhat.com>
16588
16589 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
16590
16591 2002-05-15 Richard Henderson <rth@redhat.com>
16592
16593 * gcc.dg/weak-5.c (vfoo1c): No warning here.
16594 (vfoo1f): Warning here.
16595 (vfoo1l): Don't redefine the alias.
16596
16597 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
16598
16599 * g++.dg/init/pm1.C: New test.
16600
16601 2002-05-12 David S. Miller <davem@redhat.com>
16602
16603 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
16604 types.
16605
16606 2002-05-10 Roger Sayle <roger@eyesopen.com>
16607
16608 * gcc.c-torture/execute/20020510-1.c: New test case.
16609
16610 2002-05-10 David S. Miller <davem@redhat.com>
16611
16612 * gcc.c-torture/execute/conversion.c: Test long double too.
16613
16614 2002-05-09 Jakub Jelinek <jakub@redhat.com>
16615
16616 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
16617 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
16618 * lib/g++.exp (g++_link_flags): Likewise.
16619 * lib/objc.exp (objc_target_compile): Likewise.
16620
16621 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
16622
16623 * gcc.dg/cpp/poison.c: Update.
16624 * gcc.dg/cpp/20000625-2.c: Remove.
16625 * gcc.dg/cpp/direct2s.c: Remove final test.
16626
16627 2002-05-08 Tom Rix <trix@redhat.com>
16628
16629 * gcc.c-torture/execute/20020508-1.c: New test.
16630 * gcc.c-torture/execute/20020508-2.c: New test.
16631 * gcc.c-torture/execute/20020508-3.c: New test.
16632
16633 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
16634
16635 * gcc.dg/cpp/charconst-4.c: More tests.
16636
16637 2002-05-08 Mark Mitchell <mark@codesourcery.com>
16638
16639 PR c/6569
16640 * gcc.dg/weak-3.c: Update location of warning messages.
16641 * gcc.dg/weak-5.c: Likewise.
16642
16643 2002-05-06 Roger Sayle <roger@eyesopen.com>
16644
16645 * gcc.c-torture/execute/20020506-1.c: New test case.
16646
16647 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
16648
16649 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
16650
16651 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
16652
16653 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
16654
16655 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
16656
16657 * gcc.dg/cpp/charconst-3.c: New test.
16658
16659 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
16660
16661 * gcc.dg/cpp/charconst.c: Update tests.
16662
16663 2002-05-05 Tim Josling <tej@melbpc.org.au>
16664
16665 * treelang: Added directory for new sample language treelang. Also
16666 lib/treelang.exp: New file to signal treelang should be tested.
16667
16668 2002-05-03 Jakub Jelinek <jakub@redhat.com>
16669
16670 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
16671 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
16672 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
16673 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
16674 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
16675 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
16676 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
16677
16678 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
16679
16680 * gcc.dg/format/xopen-2.c: New test.
16681
16682 2002-05-03 Jakub Jelinek <jakub@redhat.com>
16683
16684 * gcc.dg/20020503-1.c: New test.
16685
16686 2002-05-02 Mark Mitchell <mark@codesourcery.com>
16687
16688 * g++.dg/init/dtor1.C: Make it tougher.
16689
16690 2002-05-01 Mark Mitchell <mark@codesourcery.com>
16691
16692 * g++.dg/init/dtor1.C: New test.
16693
16694 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
16695
16696 * gcc.dg/altivec-8.c: New.
16697
16698 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
16699
16700 * gcc.dg/altivec-7.c: New.
16701
16702 2002-04-29 Jakub Jelinek <jakub@redhat.com>
16703
16704 * g++.dg/parse/typedef1.C: New test.
16705
16706 2002-04-29 Mark Mitchell <mark@codesourcery.com>
16707
16708 PR c++/6486
16709 * g++.dg/template/friend6.C: New test.
16710
16711 PR c++/6492
16712 * g++.dg/init/copy1.C: New test.
16713
16714 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
16715
16716 * g++.dg/warn/effc1.C: New test.
16717
16718 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
16719
16720 * gcc.dg/cpp/if-cexp.c: Add a test.
16721
16722 2002-04-28 Jakub Jelinek <jakub@redhat.com>
16723
16724 * gcc.dg/20020426-2.c: New test.
16725
16726 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
16727
16728 * gcc.dg/cpp/if-mop.c: Update.
16729 * gcc.dg/cpp/if-mpar.c: Add test.
16730 * gcc.dg/cpp/if-oppr.c: Update.
16731
16732 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16733
16734 PR c/6343
16735 * gcc.dg/weak-[2-7].c: New tests.
16736
16737 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
16738
16739 * gcc.dg/enum1.c: New test.
16740
16741 2002-04-26 Mark Mitchell <mark@codesourcery.com>
16742
16743 PR c++/6497
16744 * g++.dg/inherit/access2.C: New test.
16745
16746 2002-04-26 Mark Mitchell <mark@codesourcery.com>
16747
16748 PR bootstrap/6445
16749 * gcc.dg/20020426-1.c: New test.
16750
16751 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
16752
16753 * g++.dg/abi/enum1.C: New test.
16754
16755 2002-04-26 Richard Henderson <rth@redhat.com>
16756
16757 * gcc.dg/c99-bool-1.c: Expect always true warning.
16758
16759 2002-04-25 Roger Sayle <roger@eyesopen.com>
16760
16761 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
16762
16763 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16764
16765 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
16766 targets.
16767
16768 2002-04-24 Mark Mitchell <mark@codesourcery.com>
16769
16770 * g++.dg/abi/mange7.C: New test.
16771
16772 PR c++/6438.
16773 * g++.dg/parse/stmtexpr2.C: New test.
16774
16775 2002-04-24 J"orn Rennecke <joern.rennecke@superh.com>
16776
16777 * gcc.dg/20020312-2.c: Add SH target.
16778
16779 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16780
16781 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
16782 compiler output on mips*-*-irix*.
16783
16784 2002-04-23 Jakub Jelinek <jakub@redhat.com>
16785
16786 * g++.dg/parse/attr1.C: New test.
16787
16788 2002-04-23 Roger Sayle <roger@eyesopen.com>
16789
16790 * gcc.c-torture/execute/string-opt-17.c: New test case.
16791 * gcc.c-torture/execute/memset-2.c: New test case.
16792
16793 2002-04-23 Mark Mitchell <mark@codesourcery.com>
16794
16795 PR c++/6256:
16796 * g++.dg/template/friend5.C: New test.
16797
16798 PR c++/6331:
16799 * g++.dg/template/qual1.C: Likewise.
16800
16801 2002-04-22 Zack Weinberg <zack@codesourcery.com>
16802
16803 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
16804 Include stdlib.h, not stdio.h or ctype.h.
16805
16806 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
16807
16808 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
16809 cris-*-elf* and mmix-*-*.
16810 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
16811 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
16812 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
16813 Ditto.
16814 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
16815 * gcc.dg/wchar_t-1.c: Ditto.
16816
16817 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
16818
16819 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
16820 Clarify comment.
16821
16822 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
16823
16824 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
16825
16826 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16827
16828 * gcc.c-torture/execute/20000906-1.x: Delete.
16829
16830 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
16831
16832 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
16833
16834 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
16835
16836 * PR6367
16837 * g77.f-torture/execute/6367.f: New test.
16838 * g77.f-torture/execute/6367.x: Disable for MMIX.
16839
16840 2002-04-19 Mark Mitchell <mark@codesourcery.com>
16841
16842 * PR6352
16843 * g++.dg/opt/inline2.C: New test.
16844
16845 2002-04-18 Richard Henderson <rth@redhat.com>
16846
16847 * gcc.dg/20000906-1.c: Enable for all targets.
16848 * gcc.c-torture/compile/iftrap-2.c: New.
16849
16850 2002-04-18 Jakub Jelinek <jakub@redhat.com>
16851
16852 * gcc.dg/20020418-1.c: New test.
16853 * gcc.dg/20020418-2.c: New test.
16854
16855 2002-04-18 Richard Henderson <rth@redhat.com>
16856
16857 * gcc.c-torture/compile/iftrap-1.c: New.
16858 * gcc.dg/iftrap-1.c: Adjust for ia64.
16859 * gcc.dg/iftrap-2.c: New.
16860
16861 2002-04-18 Jakub Jelinek <jakub@redhat.com>
16862
16863 * gcc.c-torture/compile/20020418-1.c: New test.
16864
16865 2002-04-18 Roger Sayle <roger@eyesopen.com>
16866
16867 * gcc.c-torture/compile/20020415-1.c: New.
16868
16869 2002-04-18 David S. Miller <davem@redhat.com>
16870
16871 * gcc.c-torture/execute/20020418-1.c: New test.
16872
16873 2002-04-17 Jakub Jelinek <jakub@redhat.com>
16874
16875 * gcc.dg/20020416-1.c: New test.
16876
16877 * g++.dg/opt/inline1.C: New test.
16878
16879 2002-04-16 Jakub Jelinek <jakub@redhat.com>
16880
16881 * gcc.dg/altivec-5.c: New test.
16882
16883 * gcc.dg/20020415-1.c: New test.
16884
16885 2002-04-15 Mark Mitchell <mark@codesourcery.com>
16886
16887 * testsuite/lib/chill.exp: Remove.
16888
16889 2002-04-14 Jakub Jelinek <jakub@redhat.com>
16890
16891 * g++.dg/other/big-struct.C: New test.
16892
16893 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
16894
16895 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
16896 of scratch file.
16897
16898 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
16899
16900 PR c/6277
16901 * gcc.dg/i386-387-1.c: Allow optional leading underscore
16902 in scan-assembler function name
16903
16904 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
16905
16906 * g77.f-torture/execute/980628-4.x,
16907 g77.f-torture/execute/980628-5.x,
16908 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
16909 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
16910 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
16911 i[34567]86-*-*.
16912
16913 2002-04-13 David S. Miller <davem@redhat.com>
16914
16915 * gcc.c-torture/execute/20020413-1.c: New test.
16916
16917 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
16918
16919 * gcc.dg/asm-6.c,
16920 * g++.dg/ext/asm1.C: New tests.
16921
16922 2002-04-12 Mark Mitchell <mark@codesourcery.com>
16923
16924 PR c++ 5373.
16925 * g++.dg/parse/stmtexpr1.C: New test.
16926
16927 PR c++/5189.
16928 * g++.dg/template/copy1.C: New test.
16929
16930 2002-04-12 Richard Henderson <rth@redhat.com>
16931
16932 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
16933
16934 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
16935
16936 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
16937 gcc.c-torture/execute/20020307-2.c.
16938
16939 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
16940
16941 * g++.dg/ext/attrib5.C,
16942 * g++.dg/lookup/struct1.C: New tests.
16943
16944 2002-04-11 Jakub Jelinek <jakub@redhat.com>
16945
16946 * gcc.dg/20020411-1.c: New test.
16947
16948 * gcc.c-torture/execute/20020411-1.c: New test.
16949
16950 2002-04-10 Janis Johnson <janis187@us.ibm.com>
16951
16952 * g77.f-torture/execute/6177.f: New test.
16953
16954 2002-04-10 Jakub Jelinek <jakub@redhat.com>
16955
16956 PR middle-end/6247
16957 * g++.dg/opt/cleanup1.C: New test.
16958
16959 * g++.dg/opt/const1.C: New test.
16960
16961 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
16962
16963 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
16964
16965 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
16966
16967 PR c++/5507
16968 * g++.dg/template/typename2.C: New test.
16969
16970 2002-04-10 Alan Modra <amodra@bigpond.net.au>
16971
16972 * gcc.c-torture/execute/loop-12.c: New.
16973
16974 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
16975
16976 * g77.f-torture/execute/980628-4.x,
16977 g77.f-torture/execute/980628-5.x,
16978 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
16979 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
16980 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
16981
16982 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16983
16984 PR optimization/6086
16985 * g++.dg/opt/preinc1.C: New test.
16986
16987 2002-04-06 Mark Mitchell <mark@codesourcery.com>
16988
16989 PR c++/5571
16990 * g++.dg/opt/static2.C: New test.
16991
16992 2002-04-06 Mark Mitchell <mark@codesourcery.com>
16993
16994 PR c/5120
16995 * gcc.dg/20020406-1.c: New test.
16996
16997 2002-04-04 David S. Miller <davem@redhat.com>
16998
16999 * gcc.c-torture/execute/20020404-1.c: New test.
17000
17001 2002-04-04 Jakub Jelinek <jakub@redhat.com>
17002
17003 PR c/6123
17004 * gcc.dg/20020312-2.c: Do not declare global register variable
17005 if __PIC__ or __pic__ is defined.
17006
17007 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
17008
17009 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
17010 __asm__ so that it works correctly even if -ansi -pedantic-errors.
17011
17012 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17013
17014 * gcc.misc-tests/linkage.exp: Update last change to handle
17015 sparc*-, not just sparc-.
17016
17017 2002-04-03 Richard Henderson <rth@redhat.com>
17018
17019 * gcc.dg/cpp/ucs.c: Improved long UCS test.
17020
17021 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
17022
17023 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
17024
17025 2002-04-02 David S. Miller <davem@redhat.com>
17026
17027 * gcc.c-torture/execute/20020402-3.c: New test.
17028
17029 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
17030
17031 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
17032 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
17033
17034 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
17035 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
17036 g77.f-torture/execute/20001201.x,
17037 g77.f-torture/execute/u77-test.x: New files.
17038
17039 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
17040 * gcc.dg/wchar_t-1.c: Ditto.
17041
17042 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17043
17044 * gcc.c-torture/execute/20020402-1.c: New test.
17045
17046 2002-04-01 Richard Henderson <rth@redhat.com>
17047
17048 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
17049
17050 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
17051
17052 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17053
17054 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
17055
17056 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
17057
17058 * g++.dg/inherit/template-as-base.C: Expect error.
17059 * g++.dg/inherit/namespace-as-base.C: Likewise.
17060
17061 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
17062
17063 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
17064 g++.dg/ext/instantiate3.C: Tweak match patterns.
17065
17066 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
17067 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
17068 -da test.
17069
17070 2002-03-31 Richard Henderson <rth@redhat.com>
17071
17072 * gcc.dg/special/alias-2.c: New.
17073 * gcc.dg/special/ecos.exp: Run it.
17074
17075 2002-03-31 Richard Henderson <rth@redhat.com>
17076
17077 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
17078
17079 2002-03-31 Kazu Hirata <kazu@hxi.com>
17080
17081 * gcc.dg/weak-1.c: Disable on h8300 port.
17082
17083 2002-03-29 Janis Johnson <janis187@us.ibm.com>
17084
17085 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
17086 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
17087 ordering tests.
17088 * g++.dg/bprob/bprob-1.C: New test.
17089 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
17090 * g++.dg/gcov/gcov-1.C: New test.
17091 * g++.dg/gcov/gcov-1.x: New file.
17092 * g++.dg/gcov/gcov-2.C: New test.
17093 * g++.dg/gcov/gcov-3.C: New test.
17094 * g++.dg/gcov/gcov-3.h: New file.
17095
17096 2002-03-28 Roger Sayle <roger@eyesopen.com>
17097
17098 * g++.old-deja/g++.other/builtins5.C: New test.
17099 * g++.old-deja/g++.other/builtins6.C: New test.
17100 * g++.old-deja/g++.other/builtins7.C: New test.
17101 * g++.old-deja/g++.other/builtins8.C: New test.
17102 * g++.old-deja/g++.other/builtins9.C: New test.
17103
17104 2002-03-29 Jakub Jelinek <jakub@redhat.com>
17105
17106 * g++.dg/opt/static1.C: New test.
17107
17108 * g++.dg/opt/longbranch1.C: New test.
17109
17110 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
17111
17112 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
17113
17114 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
17115
17116 2002-03-28 Jeffrey A Law (law@redhat.com)
17117
17118 * gcc.c-torture/execute/20020328-1.c: New test.
17119
17120 2002-03-27 Richard Henderson <rth@redhat.com>
17121
17122 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
17123 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
17124 move from g++.old-deja/g++.ext/.
17125
17126 2002-03-27 Mark Mitchell <mark@codesourcery.com>
17127
17128 * g++.dg/init/new2.C: New test.
17129
17130 2002-03-26 Richard Henderson <rth@redhat.com>
17131
17132 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
17133
17134 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
17135 on sparc.
17136
17137 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
17138 sparcv9 systems.
17139 * gcc.dg/20001102-1.c: Likewise.
17140
17141 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
17142
17143 * gcc.dg/cpp/endif-pedantic1.c,
17144 gcc.dg/cpp/endif-pedantic2.c: New tests.
17145
17146 2002-03-26 Mark Mitchell <mark@codesourcery.com>
17147
17148 * g++.dg/init/new1.C: New test.
17149
17150 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
17151
17152 * g++.dg/abi/vbase9.C: New test.
17153
17154 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
17155
17156 * gcc.dg/arm-asm.c: New test.
17157
17158 2002-03-26 Andrew Cagney <ac131313@redhat.com>
17159
17160 * gcc.dg/Wswitch-enum.c: New test.
17161 Fix PR c/5044.
17162
17163 2002-03-26 Richard Henderson <rth@redhat.com>
17164
17165 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
17166 structure.
17167
17168 2002-03-25 Richard Henderson <rth@redhat.com>
17169
17170 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
17171 sparcv9 systems.
17172
17173 * gcc.c-torture/compile/20011119-1.c (xxx): New.
17174 * gcc.c-torture/compile/20011119-2.c (xxx): New.
17175
17176 2002-03-25 Zack Weinberg <zack@codesourcery.com>
17177
17178 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
17179
17180 2002-03-25 Bob Wilson <bob.wilson@acm.org>
17181
17182 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
17183 targets using generic thunk support.
17184
17185 2002-03-25 Jakub Jelinek <jakub@redhat.com>
17186
17187 * gcc.c-torture/compile/20020323-1.c: New test.
17188
17189 * g++.dg/opt/conj2.C: New test.
17190
17191 2002-03-24 Richard Henderson <rth@redhat.com>
17192
17193 * gcc.dg/weak-1.c: Use -fno-common.
17194
17195 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
17196
17197 * g77.dg/f77-edit-apostrophe-out.f: New test
17198 * g77.dg/f77-edit-h-out.f: New test
17199 * g77.dg/f77-edit-t-in.f: New test
17200 * g77.dg/f77-edit-t-out.f: New test
17201 * g77.dg/f77-edit-x-out.f: New test
17202 * g77.dg/f77-edit-slash-out.f: New test
17203 * g77.dg/f77-edit-colon-out.f: New test
17204 * g77.dg/f77-edit-s-out.f: New test
17205
17206 2002-03-24 Richard Henderson <rth@redhat.com>
17207
17208 * objc/execute/formal_protocol-6.x: New XFAIL.
17209
17210 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
17211
17212 * gcc.dg/weak-1.c: Early return from dg-final on platforms
17213 that do not support weak symbols
17214
17215 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
17216
17217 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
17218 * lib/g77.exp: Likewise
17219 * lib/objc.exp: Likewise
17220
17221 2002-03-23 Andrew Cagney <ac131313@redhat.com>
17222
17223 * gcc.dg/Wswitch-default.c: New test.
17224
17225 2002-03-23 Jakub Jelinek <jakub@redhat.com>
17226
17227 * g++.dg/other/enum1.C: New test.
17228
17229 2002-03-23 Zack Weinberg <zack@codesourcery.com>
17230
17231 * gcc.dg/pragma-ep-3.c: Fix typo.
17232
17233 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
17234
17235 * g++.dg/inherit/template-as-base.C: New test.
17236
17237 2002-03-22 Jakub Jelinek <jakub@redhat.com>
17238
17239 * g++.old-deja/g++.other/dwarf2-1.C: Move...
17240 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
17241
17242 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
17243
17244 * gcc.dg/cpp/multiline.c: Update to match.
17245
17246 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
17247
17248 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
17249
17250 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
17251
17252 * gcc.dg/cpp/extratokens2.c: New file.
17253
17254 2002-03-21 David Edelsohn <edelsohn@gnu.org>
17255
17256 * gcc.dg/20020312-2.c: Add rs6000 target.
17257
17258 * gcc.c-torture/compile/20020319-1.c: New test.
17259
17260 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
17261
17262 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
17263 (A, E): Handle this.
17264
17265 2002-03-20 Jason Merrill <jason@redhat.com>
17266
17267 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
17268 ignoring -fpic.
17269 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
17270 through prune_gcc_output.
17271
17272 2002-03-20 Jakub Jelinek <jakub@redhat.com>
17273
17274 * gcc.c-torture/compile/20020320-1.c: New test.
17275
17276 2002-03-19 Jakub Jelinek <jakub@redhat.com>
17277
17278 * gcc.c-torture/compile/20020318-1.c: New test.
17279
17280 * gcc.dg/struct-by-value-1.c: New test.
17281
17282 * gcc.dg/20020319-1.c: New test.
17283
17284 2002-03-18 Jakub Jelinek <jakub@redhat.com>
17285
17286 * g++.dg/opt/conj1.C: New test.
17287
17288 2002-03-17 Mark Mitchell <mark@codesourcery.com>
17289
17290 * g++.dg/template/qualttp20.C: Revert previous change.
17291 * g++.dg/template/qualttp3.C: Likewise.
17292 * g++.dg/template/qualttp4.C: Likewise
17293 * g++.dg/template/qualttp5.C: Likewise
17294 * g++.dg/template/qualttp6.C: Likewise
17295 * g++.dg/template/qualttp7.C: Likewise
17296 * g++.dg/template/qualttp8.C: Likewise
17297 * g++.dg/template/recurse.C: Likewise.
17298
17299 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
17300
17301 * gcc.dg/cpp/wchar-1.c: Update.
17302
17303 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
17304
17305 * g++.dg/template/conv1.C: New test.
17306 * g++.dg/template/conv2.C: New test.
17307 * g++.dg/template/conv3.C: New test.
17308 * g++.dg/template/conv4.C: New test.
17309
17310 2002-03-15 Mark Mitchell <mark@codesourcery.com>
17311
17312 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
17313 * g++.dg/template/qualttp3.C: Likewise.
17314 * g++.dg/template/qualttp4.C: Likewise
17315 * g++.dg/template/qualttp5.C: Likewise
17316 * g++.dg/template/qualttp6.C: Likewise
17317 * g++.dg/template/qualttp7.C: Likewise
17318 * g++.dg/template/qualttp8.C: Likewise
17319 * g++.dg/template/recurse.C: Likewise.
17320
17321 2002-03-15 Mark Mitchell <mark@codesourcery.com>
17322
17323 * g++.dg/opt/dtor1.C: New test.
17324
17325 2002-03-15 Jakub Jelinek <jakub@redhat.com>
17326
17327 * gcc.c-torture/compile/20020315-1.c: New test.
17328
17329 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
17330
17331 * gcc.dg/weak-1.c: Fix scan tests.
17332
17333 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
17334
17335 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
17336 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
17337 cris-*-aout* mmix-*-*.
17338 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
17339 cris-*-aout* mmix-*-*.
17340 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
17341 cris-*-elf* cris-*-aout* and mmix-*-*.
17342 * gcc.dg/20001009-1.c: Ditto.
17343 * gcc.dg/20010912-1.c: Ditto.
17344 * gcc.dg/20020122-4.c: Ditto.
17345 * gcc.dg/inline-2.c: Ditto.
17346
17347 2002-03-14 Jeffrey A Law (law@cygnus.com)
17348
17349 * gcc.c-torture/compile/20020314-1.c: New test.
17350
17351 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
17352
17353 * gcc.c-torture/execute/20020314-1.c: New test.
17354
17355 2002-03-14 Jakub Jelinek <jakub@redhat.com>
17356
17357 * g++.dg/warn/Wunused-1.C: New test.
17358
17359 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
17360
17361 * g++.dg/abi/mangle6.C: New test.
17362
17363 2002-03-13 Jakub Jelinek <jakub@redhat.com>
17364
17365 * gcc.c-torture/compile/20020309-2.c: New test.
17366
17367 * gcc.c-torture/compile/20020312-1.c: New test.
17368
17369 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
17370
17371 * g++.dg/other/access1.C: New test.
17372
17373 2002-03-12 Jakub Jelinek <jakub@redhat.com>
17374
17375 * gcc.c-torture/execute/wchar_t-1.c: New test.
17376
17377 2002-03-12 David Edelsohn <edelsohn@gnu.org>
17378
17379 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
17380
17381 2002-03-12 Roger Sayle <roger@eyesopen.com>
17382
17383 * gcc.dg/20020312-1.c: New test case.
17384
17385 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
17386
17387 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
17388
17389 2002-03-11 Richard Henderson <rth@redhat.com>
17390
17391 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
17392 * g++.old-deja/g++.jason/report.C: Likewise.
17393
17394 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
17395
17396 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
17397 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
17398
17399 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
17400
17401 * testsuite/g++.dg/overload/pmf1.C: New test.
17402
17403 2002-03-11 Kazu Hirata <kazu@hxi.com>
17404
17405 * gcc.c-torture/execute/20020307-1.c: Use long.
17406
17407 2002-03-11 Jakub Jelinek <jakub@redhat.com>
17408
17409 PR optimization/5844
17410 * gcc.dg/20020310-1.c: New test.
17411
17412 2002-03-09 Michael Meissner <meissner@redhat.com>
17413
17414 * gcc.c-torture/execute/memcpy-2.c: New test.
17415 * gcc.c-torture/execute/memset-1.c: New test.
17416 * gcc.c-torture/execute/strlen-1.c: New test.
17417 * gcc.c-torture/execute/strcmp-1.c: New test.
17418 * gcc.c-torture/execute/strncmp-1.c: New test.
17419
17420 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
17421
17422 * gcc.dg/ppc-ldstruct.c: New test.
17423
17424 2002-03-09 Jakub Jelinek <jakub@redhat.com>
17425
17426 * gcc.c-torture/execute/va-arg-22.c: New test.
17427
17428 2002-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17429
17430 * gcc.c-torture/compile/20020309-1.c: New test.
17431
17432 2002-03-08 Jakub Jelinek <jakub@redhat.com>
17433
17434 * gcc.c-torture/execute/20020307-2.c: New test.
17435
17436 2002-03-07 Jeffrey A Law (law@redhat.com)
17437
17438 * g77.f-torture/compile/20020307-1.f: New test.
17439
17440 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
17441
17442 * gcc.dg/unordered-1.c: New test.
17443
17444 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
17445
17446 * gcc.c-torture/execute/20020307-1.c: New test.
17447
17448 2002-03-05 Jakub Jelinek <jakub@redhat.com>
17449
17450 * gcc.dg/20020304-1.c: New test.
17451
17452 * gcc.c-torture/compile/20020304-2.c: New test.
17453
17454 2002-03-04 Zack Weinberg <zack@codesourcery.com>
17455
17456 * gcc.c-torture/compile/20020304-1.c: New test case
17457 (from PR c/5830).
17458
17459 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
17460
17461 * gcc.dg/20020103-1.c: Add other -D ppc variants.
17462
17463 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
17464
17465 * g++.dg/other/classkey1.C: New test.
17466
17467 2002-03-01 Richard Henderson <rth@redhat.com>
17468
17469 * gcc.c-torture/compile/981223-1.x: New.
17470 * gcc.c-torture/compile/920625-1.x: New.
17471
17472 2002-02-28 Richard Henderson <rth@redhat.com>
17473
17474 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
17475
17476 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
17477
17478 * gcc.c-torture/execute/20020227-1.c: New test.
17479
17480 2002-02-27 Mark Mitchell <mark@codesourcery.com>
17481
17482 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
17483 here" ERROR lines.
17484 * g++.old-deja/g++.oliva/partord1.C: Likewise.
17485 * g++.old-deja.g++.other/defarg1.C: Likewise.
17486 * g++.old-deja/g++.pt/calls2.C: Likewise.
17487 * g++.old-deja/g++.pt/crash20.C: Likewise.
17488 * g++.old-deja/g++.pt/crash30.C: Likewise.
17489 * g++.old-deja/g++.pt/crash36.C: Likewise.
17490 * g++.old-deja/g++.pt/crash6.C: Likewise.
17491 * g++.old-deja/g++.pt/defarg13.C: Likewise.
17492 * g++.old-deja/g++.pt/derived3.C: Likewise.
17493 * g++.old-deja/g++.pt/error1.C: Likewise.
17494 * g++.old-deja/g++.pt/friend21.C: Likewise.
17495 * g++.old-deja/g++.pt/friend23.C: Likewise.
17496 * g++.old-deja/g++.pt/infinite1.C: Likewise.
17497 * g++.old-deja/g++.robertl/eb128.C: Likewise.
17498
17499 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
17500
17501 * gcc.c-torture/execute/20020225-2.c: New test.
17502
17503 2002-02-27 Zack Weinberg <zack@codesourcery.com>
17504
17505 * gcc.c-torture/execute/920730-1t.c,
17506 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
17507 Delete test cases, only relevant to -traditional.
17508
17509 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
17510
17511 * gcc.dg/cpp/undef1.c: Remove.
17512 * gcc.dg/cpp/directiv.c: Update.
17513 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
17514
17515 2002-02-27 Michael Meissner <meissner@redhat.com>
17516
17517 * gcc.c-torture/execute/20020226-1.c: New test.
17518
17519 2002-02-26 Jakub Jelinek <jakub@redhat.com>
17520
17521 * g++.dg/debug/debug4.C: New test.
17522
17523 * gcc.dg/ia64-visibility-1.c: New test.
17524
17525 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
17526
17527 * gcc.dg/debug/20020224-1.c: New.
17528
17529 2002-02-25 Kazu Hirata <kazu@hxi.com>
17530
17531 * gcc.c-torture/execute/960416-1.x: New.
17532 * gcc.c-torture/execute/divconst-3.x: Likewise.
17533
17534 2002-02-25 Jakub Jelinek <jakub@redhat.com>
17535
17536 * gcc.dg/20020224-1.c: New test.
17537
17538 2002-02-25 Alan Modra <amodra@bigpond.net.au>
17539
17540 * gcc.c-torture/execute/20020225-1.c: New.
17541
17542 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
17543
17544 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
17545
17546 2002-02-23 Jakub Jelinek <jakub@redhat.com>
17547
17548 * gcc.dg/20020222-1.c: New test.
17549
17550 2002-02-22 Jakub Jelinek <jakub@redhat.com>
17551
17552 * g++.dg/opt/anonunion1.C: New test.
17553
17554 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
17555
17556 * g++.dg/template/qualttp19.C: New test.
17557 * g++.dg/template/qualttp20.C: New test.
17558 * g++.old-deja/g++.jason/report.C: Adjust expected errors
17559 * g++.old-deja/g++.other/qual1.C: Likewise.
17560
17561 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
17562
17563 * gcc.dg/attr-alwaysinline.c: New.
17564
17565 2002-02-21 Jakub Jelinek <jakub@redhat.com>
17566
17567 * gcc.dg/20020220-1.c: New test.
17568
17569 * gcc.dg/20020220-2.c: New test.
17570
17571 * g++.dg/opt/mmx1.C: New test.
17572
17573 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
17574
17575 * gcc.c-torture/compile/20020110.c: New test.
17576
17577 2002-02-20 Jakub Jelinek <jakub@redhat.com>
17578
17579 * gcc.c-torture/execute/20020219-1.c: New test.
17580
17581 * gcc.dg/20020219-1.c: New test.
17582
17583 * gcc.dg/noncompile/20020220-1.c: New test.
17584
17585 * g++.dg/opt/ptrintsum1.C: New test.
17586
17587 * gcc.dg/debug/20020220-1.c: New test.
17588
17589 2002-02-17 Jakub Jelinek <jakub@redhat.com>
17590
17591 * gcc.c-torture/execute/20020216-1.c: New test.
17592
17593 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
17594
17595 * gcc.dg/decl-1.c: Update, new test.
17596
17597 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
17598
17599 * g++.dg/abi/bitfield1.C: New test.
17600 * g++.dg/abi/bitfield2.C: New test.
17601
17602 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
17603
17604 * gcc.dg/attr-nest.c: New test.
17605
17606 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
17607
17608 * gcc.c-torture/execute/20020215-1.c: New test.
17609
17610 2002-02-14 Jakub Jelinek <jakub@redhat.com>
17611
17612 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
17613 * g++.dg/debug/debug.exp: New.
17614 * g++.dg/debug/trivial.C: New.
17615 * g++.dg/debug/debug1.C: Moved...
17616 * g++.dg/other/debug1.C: ...from here.
17617 * g++.dg/debug/debug2.C: Moved...
17618 * g++.dg/other/debug2.C: ...from here.
17619 * g++.dg/debug/debug3.C: Moved...
17620 * g++.dg/other/debug3.C: ...from here.
17621
17622 * gcc.dg/noncompile/20020213-1.c: New test.
17623
17624 2002-02-13 Jakub Jelinek <jakub@redhat.com>
17625
17626 * g++.dg/other/debug3.C: New test.
17627
17628 * gcc.c-torture/execute/20020213-1.c: New test.
17629
17630 2002-02-13 Richard Smith <richard@ex-parrot.com>
17631
17632 * g++.old-deja/g++.other/thunk1.C: New test.
17633
17634 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
17635
17636 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
17637
17638 2002-02-13 Stan Shebs <shebs@apple.com>
17639
17640 * gcc.dg/altivec-3.c: New.
17641
17642 2002-02-12 Jakub Jelinek <jakub@redhat.com>
17643
17644 * gcc.dg/Wunreachable-1.c: New test.
17645 * gcc.dg/Wunreachable-2.c: New test.
17646
17647 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
17648
17649 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
17650
17651 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
17652
17653 * gcc.dg/decl-1.c: New test.
17654
17655 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
17656
17657 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
17658
17659 2002-02-10 Kazu Hirata <kazu@hxi.com>
17660
17661 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
17662 * gcc.c-torture/compile/980506-1.x: Likewise.
17663
17664 2002-02-10 Kazu Hirata <kazu@hxi.com>
17665
17666 * gcc.dg/20020210-1.c: New.
17667
17668 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
17669
17670 * g77.f-torture/execute/947.f: New regression test
17671 for PR fortran/947.
17672
17673 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
17674
17675 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
17676 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
17677
17678 2002-02-08 Richard Henderson <rth@redhat.com>
17679
17680 * gcc.c-torture/compile/labels-3.c: New.
17681
17682 2002-02-08 Jakub Jelinek <jakub@redhat.com>
17683
17684 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
17685 expression statements work instead.
17686 * gcc.dg/noncompile/20020207-1.c: New test.
17687
17688 2002-02-07 Richard Henderson <rth@redhat.com>
17689
17690 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
17691
17692 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
17693
17694 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
17695 message from g77
17696 * lib/g77-dg.exp: Trim g77 error messages so that they are
17697 recognized by dg.exp.
17698
17699 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
17700
17701 PR fortran/5473
17702 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
17703
17704 2002-02-07 Richard Henderson <rth@redhat.com>
17705
17706 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
17707 to be sufficiently aligned for integers.
17708
17709 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
17710
17711 * g++.dg/template/friend4.C: New test.
17712
17713 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
17714
17715 PR fortran/5743
17716 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
17717 unsupported cases.
17718
17719 2002-02-07 Richard Henderson <rth@redhat.com>
17720
17721 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
17722 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
17723 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
17724 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
17725
17726 2002-02-06 Richard Henderson <rth@redhat.com>
17727
17728 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
17729
17730 2002-02-06 Janis Johnson <janis187@us.ibm.com>
17731
17732 * gcc.dg/20020206-1.c: New test.
17733
17734 2002-02-06 Jakub Jelinek <jakub@redhat.com>
17735
17736 * gcc.c-torture/execute/20020206-1.c: New test.
17737
17738 * gcc.c-torture/execute/20020206-2.c: New test.
17739
17740 PR optimization/5429:
17741 * gcc.c-torture/compile/20020206-1.c: New test.
17742
17743 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
17744
17745 * g++.dg/ext/align1.C: Do not use an explicit alignment value
17746 as certain file formats cannot support particularly large
17747 alignments.
17748
17749 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
17750 and do not expect to be able to link the executable.
17751
17752 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
17753 fail because the COFF format does not support the weak attribute.
17754
17755 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
17756
17757 * g77.dg/pr5473.f: New test
17758
17759 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17760
17761 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
17762 Fix testcase accordingly.
17763
17764 2002-02-04 Richard Henderson <rth@redhat.com>
17765
17766 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
17767 (buf): Change to be an array of pointers, not ints.
17768
17769 2002-02-04 Jakub Jelinek <jakub@redhat.com>
17770
17771 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
17772 before all tests. Move warning one line above to match where it
17773 C frontend emits.
17774 * gcc.dg/Wswitch-2.c: New test.
17775 * g++.dg/warn/Wswitch-1.C: New test.
17776 * g++.dg/warn/Wswitch-2.C: New test.
17777
17778 2002-02-04 Richard Henderson <rth@redhat.com>
17779
17780 * g++.dg/abi/offsetof.C: Fix size comparison.
17781
17782 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
17783
17784 * gcc.dg/cast-qual-2.c: New test.
17785
17786 2002-02-04 Jakub Jelinek <jakub@redhat.com>
17787
17788 * gcc.dg/20020201-4.c: New test.
17789
17790 2002-02-04 Ben Elliston <bje@redhat.com>
17791
17792 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
17793 target_info attribute != 0, in addition to the empty string.
17794 (gcc_target_compile): Likewise.
17795
17796 2002-02-03 Andrew Cagney <ac131313@redhat.com>
17797
17798 * gcc.dg/Wswitch.c: New test.
17799 PR gcc/4475. PR gcc/3780.
17800
17801 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
17802
17803 * g77.f-torture/execute/5122.f: New test for regressions
17804 against PR fortran/5122.
17805
17806 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
17807
17808 * g77.f-torture/compile/pr3743.f: Delete
17809 * g77.dg/pr3743-1.f: New test.
17810 * g77.dg/pr3743-2.f: New test.
17811 * g77.dg/pr3743-3.f: New test.
17812 * g77.dg/pr3743-4.f: New test.
17813
17814 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
17815
17816 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
17817
17818 2002-02-02 Richard Henderson <rth@redhat.com>
17819
17820 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
17821 * gcc.c-torture/execute/bf64-1.c: Likewise.
17822
17823 2002-02-02 Jakub Jelinek <jakub@redhat.com>
17824
17825 * gcc.dg/20020201-2.c: New test.
17826
17827 * gcc.dg/20020201-3.c: New test.
17828
17829 * gcc.c-torture/execute/bitfld-2.c: New test.
17830
17831 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
17832
17833 * gcc.dg/bitfld-1.c: Update.
17834 * gcc.dg/bitfld-2.c: Update.
17835 * gcc.c-torture/execute/bitfld-1.x: New.
17836
17837 2002-02-02 Jakub Jelinek <jakub@redhat.com>
17838
17839 * gcc.c-torture/execute/20020201-1.c: New test.
17840
17841 2002-02-01 Janis Johnson <janis187@us.ibm.com>
17842
17843 PR target/5469
17844 * gcc.dg/20020201-1.c: New test.
17845
17846 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
17847
17848 PR fortran/3743
17849 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
17850 * g77.f-torture/compile/pr3743.x: Remove
17851
17852 2002-01-31 Tom Rix <trix@redhat.com>
17853
17854 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
17855
17856 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
17857
17858 * gcc.dg/noncompile/20020130-1.c: New test.
17859
17860 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
17861
17862 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
17863
17864 2002-01-29 Richard Henderson <rth@redhat.com>
17865
17866 * gcc.c-torture/execute/991118-1.c: Cast various constants back
17867 to long long.
17868 * gcc.c-torture/execute/bf64-1.c: Likewise.
17869
17870 2002-01-29 Jakub Jelinek <jakub@redhat.com>
17871
17872 * gcc.c-torture/execute/20020129-1.c: New test.
17873
17874 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
17875
17876 * gcc.c-torture/compile/20000224-1.c: Update.
17877 * gcc.c-torture/execute/bitfld-1.c: New tests.
17878 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
17879 * gcc.dg/uninit-A.c: Update.
17880
17881 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
17882
17883 * g++.dg/template/ctor1.C: Add instantiation.
17884
17885 2002-01-28 Paul Koning <pkoning@equallogic.com>
17886
17887 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
17888 argument to __builtin_prefetch to be const ptr.
17889
17890 2002-01-28 Jakub Jelinek <jakub@redhat.com>
17891
17892 * gcc.c-torture/compile/20020120-1.c: New test.
17893
17894 2002-01-27 Kazu Hirata <kazu@hxi.com>
17895
17896 * gcc.c-torture/execute/20020127-1.c: New test.
17897
17898 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
17899
17900 * g77.dg/f77-edit-i-in.f: New test
17901 * g77.dg/f77-edit-i-out.f: New test
17902
17903 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
17904
17905 * gcc.dg/debug/debug.exp: New file.
17906 * gcc.dg/debug/trivial.c: New file.
17907 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
17908 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
17909 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
17910 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
17911 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
17912 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
17913 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
17914 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
17915 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
17916 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
17917 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
17918 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
17919 * gcc.dg/20000503-1.c: Removed.
17920 * gcc.dg/20010207-1.c: Removed.
17921 * gcc.dg/20011223-1.c: Removed.
17922 * gcc.dg/20020104-2.c: Removed.
17923 * gcc.dg/debug-1.c: Removed.
17924 * gcc.dg/debug-2.c: Removed.
17925 * gcc.dg/debug-3.c: Removed.
17926 * gcc.dg/debug-4.c: Removed.
17927 * gcc.dg/debug-5.c: Removed.
17928 * gcc.dg/debug-6.c: Removed.
17929 * gcc.dg/dwarf2-1.c: Removed.
17930 * gcc.dg/dwarf2-2.c: Removed.
17931
17932 2002-01-25 Jakub Jelinek <jakub@redhat.com>
17933
17934 * g++.old-deja/g++.other/eh5.C: New test.
17935 * g++.old-deja/g++.other/sibcall2.C: New test.
17936 * g++.old-deja/g++.other/array9.C: New test.
17937 * g++.old-deja/g++.other/typename2.C: New test.
17938 * g++.old-deja/g++.other/crash60.C: New test.
17939 * g++.old-deja/g++.other/conv9.C: New test.
17940 * g++.old-deja/g++.other/mangle10.C: New test.
17941 * g++.old-deja/g++.other/unchanging1.C: New test.
17942 * g++.old-deja/g++.other/exprstmt1.C: New test.
17943 * g++.old-deja/g++.other/inline23.C: New test.
17944 * g++.old-deja/g++.eh/ia64-1.C: New test.
17945 * g++.old-deja/g++.other/dwarf2-1.C: New test.
17946 * g++.old-deja/g++.other/reload1.C: New test.
17947 * g++.old-deja/g++.other/static20.C: New test.
17948 * g++.old-deja/g++.other/local-alloc1.C: New test.
17949 * g++.old-deja/g++.other/conv8.C: New test.
17950 * g++.old-deja/g++.other/stmtexpr2.C: New test.
17951 * g++.old-deja/g++.other/storeexpr1.C: New test.
17952 * g++.old-deja/g++.other/storeexpr2.C: New test.
17953 * g++.dg/eh/template2.C: New test.
17954 * g++.dg/warn/weak1.C: New test.
17955
17956 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
17957
17958 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
17959 Remove first, non-varying, argument.
17960
17961 2002-01-23 Richard Henderson <rth@redhat.com>
17962
17963 * gcc.dg/inline-2.c: New.
17964
17965 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
17966 Add optional target arg. Check number of arguments.
17967 (scan-assembler-not, scan-assembler-dem): Likewise.
17968 (scan-assembler-dem-not): Likewise.
17969
17970 2002-01-23 Zack Weinberg <zack@codesourcery.com>
17971
17972 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
17973 line 12.
17974 * g++.old-deja/g++.brendan/parse3.C,
17975 g++.old-deja/g++.other/crash26.C,
17976 g++.old-deja/g++.other/crash28.C,
17977 g++.old-deja/g++.other/crash29.C,
17978 g++.old-deja/g++.other/crash30.C,
17979 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
17980
17981 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
17982
17983 * gcc.dg/20020115-1.c: New.
17984
17985 2002-01-23 Bob Wilson <bob.wilson@acm.org>
17986
17987 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
17988
17989 2002-01-23 Janis Johnson <janis187@us.ibm.com>
17990
17991 * gcc.dg/20020122-3.c: New.
17992
17993 2002-01-23 Jakub Jelinek <jakub@redhat.com>
17994
17995 * g++.dg/other/gc1.C: New test.
17996
17997 2002-01-23 Zack Weinberg <zack@codesourcery.com>
17998
17999 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
18000
18001 2002-01-22 Richard Henderson <rth@redhat.com>
18002
18003 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
18004
18005 2002-01-22 Richard Henderson <rth@redhat.com>
18006
18007 * gcc.dg/20020122-4.c: New.
18008
18009 2002-01-22 H.J. Lu <hjl@gnu.org>
18010
18011 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
18012 link output.
18013 * gcc.dg/special/ecos.exp: Likewise.
18014 * lib/g++-dg.exp: Likewise.
18015 * lib/g77-dg.exp: Likewise.
18016 * lib/gcc-dg.exp : Likewise.
18017 * lib/mike-g++.exp: Likewise.
18018 * lib/mike-g77.exp: Likewise.
18019 * lib/mike-gcc.exp: Likewise.
18020 * lib/objc-dg.exp: Likewise.
18021
18022 2002-01-22 Janis Johnson <janis187@us.ibm.com>
18023
18024 PR target/5379
18025 * gcc.dg/20020122-2.c: New test.
18026
18027 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
18028
18029 * gcc.dg/20020122-1.c: New test.
18030
18031 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
18032
18033 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
18034
18035 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
18036
18037 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
18038
18039 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18040
18041 * gcc.c-torture/compile/20020121-1.c: New test.
18042
18043 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
18044
18045 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
18046 ld_library_path.
18047
18048 2002-01-21 Jakub Jelinek <jakub@redhat.com>
18049
18050 * gcc.dg/20020218-1.c: New test.
18051
18052 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
18053
18054 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
18055 messages
18056 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
18057 "At global scope" warning
18058 * g++.dg/ext/align1.C: Change cygwin test for alignment
18059 from db-bogus to dg-warning
18060
18061 2002-01-21 Zack Weinberg <zack@codesourcery.com>
18062
18063 * g77.f-torture/compile/cpp2.F: New test.
18064
18065 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
18066
18067 * g++.dg/template/access1.C: New test.
18068
18069 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
18070
18071 * gcc.dg/20020118-1.c: New.
18072
18073 2002-01-18 Kazu Hirata <kazu@hxi.com>
18074
18075 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
18076
18077 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
18078
18079 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
18080 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
18081 alignment warnings.
18082
18083 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
18084
18085 * gcc.misc-tests/i386-prefetch.exp: Save and restore
18086 torture_with_loops and torture_without_loops
18087
18088 2002-01-17 Jakub Jelinek <jakub@redhat.com>
18089
18090 * gcc.c-torture/compile/20020116-1.c: New test.
18091
18092 2002-01-16 Jakub Jelinek <jakub@redhat.com>
18093
18094 * gcc.dg/20020116-2.c: New test.
18095
18096 * gcc.dg/ultrasp4.c: New test.
18097
18098 * gcc.dg/20020116-1.c: New test.
18099
18100 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
18101
18102 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
18103 by EABI.
18104
18105 2002-01-15 Janis Johnson <janis187@us.ibm.com>
18106
18107 * gcc.misc-tests/i386-prefetch.exp: New.
18108 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
18109 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
18110 * gcc.misc-tests/i386-pf-none-1.c: New test.
18111 * gcc.misc-tests/i386-pf-sse-1.c: New test.
18112
18113 2002-01-15 Jakub Jelinek <jakub@redhat.com>
18114
18115 * gcc.dg/gnu89-init-1.c: Add new tests.
18116
18117 2002-01-15 Andreas Jaeger <aj@suse.de>
18118
18119 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
18120 * gcc.dg/i386-mmx-2.c: Likewise.
18121 * gcc.dg/i386-sse-1.c: Likewise.
18122 * gcc.dg/i386-sse-2.c: Likewise.
18123 * gcc.dg/i386-sse-3.c: Likewise.
18124
18125 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
18126
18127 * g77.f-torture/execute/intrinsic-unix-bessel.f:
18128 Uncomment additional cases that now pass.
18129
18130 2002-01-11 Richard Henderson <rth@redhat.com>
18131
18132 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
18133 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
18134
18135 2002-01-11 Nicola Pero <n.pero@mi.flashnet.it>
18136
18137 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
18138
18139 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
18140
18141 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
18142 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
18143
18144 2002-01-10 Dale Johannesen <dalej@apple.com>
18145
18146 * gcc.c-torture/execute/loop-11.c: New.
18147
18148 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
18149
18150 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
18151 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
18152
18153 2002-01-09 Richard Henderson <rth@redhat.com>
18154
18155 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
18156 type in which to perform the operation for each size.
18157
18158 2002-01-09 Alan Matsuoka (alanm@redhat.com)
18159
18160 * gcc.c-torture/compile/20020109-2.c: New test.
18161
18162 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
18163
18164 * gcc.c-torture/execute/loop-10.c: New test.
18165
18166 2002-01-09 Jakub Jelinek <jakub@redhat.com>
18167
18168 * gcc.c-torture/compile/20010226-1.c: New test.
18169 * gcc.c-torture/compile/20010227-1.c: New test.
18170 * gcc.c-torture/compile/20010426-1.c: New test.
18171 * gcc.c-torture/compile/20010510-1.c: New test.
18172 * gcc.c-torture/compile/20010605-3.c: New test.
18173 * gcc.c-torture/compile/20010824-1.c: New test.
18174 * gcc.c-torture/execute/20010409-1.c: New test.
18175 * gcc.dg/noncompile/20000901-1.c: New test.
18176 * gcc.dg/20001023-1.c: New test.
18177 * gcc.dg/20001101-1.c: New test.
18178 * gcc.dg/20001102-1.c: New test.
18179 * gcc.dg/20010207-1.c: New test.
18180 * gcc.dg/20010405-1.c: New test.
18181 * gcc.dg/20010822-1.c: New test.
18182 * gcc.dg/20011107-1.c: New test.
18183
18184 2002-01-09 Jeffrey A Law (law@redhat.com)
18185
18186 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
18187
18188 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
18189 execution failure on PA targets.
18190
18191 2002-01-09 Jakub Jelinek <jakub@redhat.com>
18192
18193 * gcc.c-torture/compile/20020109-1.c: New test.
18194
18195 2002-01-08 Kazu Hirata <kazu@hxi.com>
18196
18197 * gcc.c-torture/execute/20020108-1.c: New test.
18198
18199 2002-01-08 Jakub Jelinek <jakub@redhat.com>
18200
18201 * gcc.dg/20020108-1.c: New test.
18202
18203 2002-01-08 H.J. Lu <hjl@gnu.org>
18204
18205 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
18206 for header files.
18207
18208 2002-01-08 Geoff Keating <geoffk@redhat.com>
18209
18210 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
18211 consistency.
18212
18213 002-01-07 Aldy Hernandez <aldyh@redhat.com>
18214
18215 * gcc.dg/altivec-4.c: Test altivec predicates.
18216
18217 2002-01-07 Jakub Jelinek <jakub@redhat.com>
18218
18219 * gcc.c-torture/execute/20020107-1.c: New test.
18220
18221 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
18222
18223 PR c/5279
18224 * gcc.c-torture/compile/20020106-1.c: New test.
18225
18226 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
18227
18228 * gcc.c-torture/execute/nestfunc-4.c: New test.
18229
18230 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
18231
18232 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
18233 extra triple that slipped in.
18234 * g++.old-deja/g++.abi/align.C: Likewise.
18235 * g++.old-deja/g++.abi/bitfields.C: Likewise.
18236
18237 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
18238
18239 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
18240 * g++.old-deja/g++.abi/align.C: Likewise.
18241 * g++.old-deja/g++.abi/bitfields.C: Likewise.
18242
18243 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
18244 on FreeBSD/i386.
18245 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
18246 FreeBSD.
18247
18248 2002-01-04 Jakub Jelinek <jakub@redhat.com>
18249
18250 * gcc.dg/20020104-1.c: New test.
18251
18252 * gcc.dg/20020104-2.c: New test.
18253
18254 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
18255
18256 * gcc.dg/20020103-1.c: Fix typo in target selector.
18257
18258 2002-01-03 Richard Henderson <rth@redhat.com>
18259
18260 * gcc.dg/20020103-1.c: New.
18261
18262 2002-01-03 Kazu Hirata <kazu@hxi.com>
18263
18264 * gcc.c-torture/execute/20020103-1.c: New test.
18265
18266 2002-01-03 Jakub Jelinek <jakub@redhat.com>
18267
18268 * g++.dg/other/debug2.C: New test.
18269
18270 * gcc.c-torture/compile/20020103-1.c: New test.
18271
18272 2002-01-02 Jakub Jelinek <jakub@redhat.com>
18273
18274 * gcc.dg/gnu89-init-1.c: Added new tests.
18275
18276 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
18277
18278 * g++.dg/template/friend2.C: Remove as patch is reverted.
18279
18280 * g++.dg/warn/oldcast1.C: New test.
18281
18282 * g++.dg/template/ptrmem1.C: New test.
18283 * g++.dg/template/ptrmem2.C: New test.
18284
18285 * g++.dg/template/ntp.C: New test.
18286
18287 * g++.dg/other/component1.C: New test.
18288
18289 * g++.dg/template/ttp3.C: New test.
18290
18291 * g++.dg/template/friend2.C: New test.
18292 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
18293
18294 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
18295
18296 * g++.dg/other/ptrmem1.C: New test.
18297 * g++.dg/other/ptrmem2.C: New test.
18298
18299 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
18300
18301 * g++.dg/template/ctor1.C: New test.
18302
18303 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
18304
18305 * g++.dg/template/friend2.C: New test.
18306
18307 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
18308
18309 * gcc.dg/mmix-1.c: New test.
18310
18311 2001-12-31 Richard Henderson <rth@redhat.com>
18312
18313 * gcc.dg/asm-5.c: New.
18314
18315 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
18316
18317 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
18318 in namespace __gnu_cxx
18319
18320 2001-12-30 Richard Henderson <rth@redhat.com>
18321
18322 * gcc.dg/debug-6.c: New.
18323
18324 2001-12-30 Jakub Jelinek <jakub@redhat.com>
18325
18326 * gcc.c-torture/compile/20011229-2.c: New test.
18327
18328 2001-12-29 Jakub Jelinek <jakub@redhat.com>
18329
18330 * gcc.dg/debug-3.c: New test.
18331 * gcc.dg/debug-4.c: New test.
18332 * gcc.dg/debug-5.c: New test.
18333
18334 2001-12-29 Richard Henderson <rth@redhat.com>
18335
18336 * g++.dg/eh/loop1.C: New.
18337
18338 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
18339
18340 * g++.dg/template/crash1.C: New test.
18341
18342 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
18343
18344 * g++.dg/other/const1.C: New test.
18345
18346 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
18347
18348 * gcc.c-torture/compile/20011229-1.c: New test.
18349
18350 2001-12-28 Stan Shebs <shebs@apple.com>
18351
18352 * lib/objc-torture.exp: Resync with c-torture.exp.
18353 * lib/objc.exp: Load standard libraries.
18354
18355 2001-12-28 Jakub Jelinek <jakub@redhat.com>
18356
18357 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
18358 additional tests.
18359
18360 2001-12-27 Roger Sayle <roger@eyesopen.com>
18361
18362 * gcc.c-torture/execute/string-opt-16.c: New testcase.
18363
18364 2001-12-27 Richard Henderson <rth@redhat.com>
18365
18366 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
18367
18368 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
18369
18370 * g++.dg/eh/ctor1.C: New test.
18371 * g++.dg/other/error2.C: New test.
18372
18373 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
18374
18375 * g++.dg/other/init2.C: New test.
18376
18377 2001-12-24 Richard Henderson <rth@redhat.com>
18378
18379 * gcc.dg/20011223-1.c: New.
18380 * gcc.dg/inline-1.c: New.
18381
18382 2001-12-23 Richard Henderson <rth@redhat.com>
18383
18384 * gcc.dg/asm-4.c: Test operand modifiers.
18385
18386 2001-12-23 Richard Henderson <rth@redhat.com>
18387
18388 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
18389
18390 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
18391
18392 * gcc.c-torture/execute/20011223-1.c: New test.
18393
18394 2001-12-21 Richard Henderson <rth@redhat.com>
18395
18396 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
18397 re-enables the warning.
18398
18399 2001-12-21 Richard Henderson <rth@redhat.com>
18400
18401 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
18402
18403 2001-12-20 Jakub Jelinek <jakub@redhat.com>
18404
18405 * gcc.c-torture/compile/20011218-1.c: New test.
18406
18407 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
18408
18409 * gcc.misc-test/arm-isr.exp: New file. Control running of the
18410 arm-isr.c test.
18411 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
18412 epilogue generation for ARM ISR routines.
18413
18414 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18415
18416 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
18417 * gcc.dg/format/c90-printf-3.c: Likewise.
18418 * gcc.dg/format/c99-printf-3.c: Likewise.
18419 * gcc.dg/format/ext-1.c: Likewise.
18420 * gcc.dg/format/ext-6.c: Likewise.
18421 * gcc.dg/format/format.h: Prototype unlocked stdio.
18422
18423 2001-12-20 Richard Henderson <rth@redhat.com>
18424
18425 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
18426 (arena): Use it.
18427 (malloc): Correct allocation logic. Abort if we fill up the
18428 arena before initialization complete.
18429 (realloc): Correct allocation logic.
18430
18431 2001-12-20 Jakub Jelinek <jakub@redhat.com>
18432
18433 * gcc.c-torture/compile/20011219-2.c: New test.
18434
18435 * gcc.c-torture/execute/20011219-1.c: New test.
18436
18437 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
18438
18439 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
18440 target does not support weak symbols.
18441
18442 2001-12-19 Jakub Jelinek <jakub@redhat.com>
18443
18444 * gcc.c-torture/compile/20011219-1.c: New test.
18445
18446 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
18447
18448 * g++.dg/other/error1.C: New test.
18449
18450 2001-12-17 Jeffrey A Law (law@redhat.com)
18451
18452 * gcc.c-torture/execute/20011217-1.c: New test.
18453
18454 2001-12-17 Nicola Pero <nicola@brainstorm.co.uk>
18455
18456 * objc.dg/special/: New directory.
18457 * objc.dg/special/special.exp: New file.
18458 * objc.dg/special/unclaimed-category-1.h: New file.
18459 * objc.dg/special/unclaimed-category-1a.m: New file.
18460 * objc.dg/special/unclaimed-category-1.m: New file.
18461
18462 2001-12-17 Andreas Jaeger <aj@suse.de>
18463
18464 * gcc.c-torture/compile/20011217-2.c: New test.
18465
18466 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
18467
18468 * gcc.c-torture/compile/20011217-1.c: New test.
18469
18470 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
18471
18472 * testsuite/gcc.dg/20011214-1.c: New.
18473
18474 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
18475
18476 * gcc.dg/altivec-4.c: New.
18477
18478 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
18479
18480 * gcc.dg/20011113-1.c: New test.
18481
18482 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
18483
18484 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
18485 std::__malloc_alloc_template<0> and
18486 std::__default_alloc_template<false, 0>.
18487
18488 2001-12-13 Nicola Pero <n.pero@mi.flashnet.it>
18489
18490 * objc/execute/bf-21.m: New test.
18491 * objc/execute/enumeration-1.m: New test.
18492 * objc/execute/enumeration-2.m: New test.
18493
18494 2001-12-12 Jakub Jelinek <jakub@redhat.com>
18495
18496 * gcc.dg/gnu89-init-1.c: New test.
18497
18498 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
18499
18500 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
18501 * g++.old-deja/g++.jason/2371.C: Likewise.
18502 * g++.old-deja/g++.jason/template33.C: Likewise.
18503 * g++.old-deja/g++.jason/template34.C: Likewise.
18504 * g++.old-deja/g++.jason/template36.C: Likewise.
18505 * g++.old-deja/g++.oliva/typename1.C: Likewise.
18506 * g++.old-deja/g++.oliva/typename2.C: Likewise.
18507 * g++.old-deja/g++.other/typename1.C: Likewise.
18508 * g++.old-deja/g++.pt/inherit2.C: Likewise.
18509 * g++.old-deja/g++.pt/nontype5.C: Likewise.
18510 * g++.old-deja/g++.pt/typename11.C: Likewise.
18511 * g++.old-deja/g++.pt/typename14.C: Likewise.
18512 * g++.old-deja/g++.pt/typename16.C: Likewise.
18513 * g++.old-deja/g++.pt/typename3.C: Likewise.
18514 * g++.old-deja/g++.pt/typename4.C: Likewise.
18515 * g++.old-deja/g++.pt/typename5.C: Likewise.
18516 * g++.old-deja/g++.pt/typename7.C: Likewise.
18517 * g++.old-deja/g++.robertl/eb9.C: Likewise.
18518
18519 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
18520
18521 * g++.dg/other/linkage1.C: New test.
18522 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
18523 specifiers.
18524
18525 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
18526
18527 * gcc.dg/concat.c: New test.
18528
18529 2001-12-11 Stan Shebs <shebs@apple.com>
18530
18531 * objc/compile: New test directory.
18532 * objc/compile/compile.exp: New expect script.
18533 * objc/compile/20011211-1.m: New compile test.
18534
18535 2001-12-11 Jason Merrill <jason@redhat.com>
18536
18537 * lib/prune.exp (prune_gcc_output): Also handle "In member
18538 function". So many permutations...
18539
18540 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
18541
18542 * g++.dg/template/typedef1.C: New test.
18543
18544 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
18545
18546 * g++.dg/other/copy1.C: New test.
18547
18548 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
18549
18550 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
18551
18552 * gcc.dg/builtin-choose-expr.c: New.
18553
18554 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
18555
18556 * gcc.dg/altivec-2.c: New.
18557
18558 2001-12-07 Richard Henderson <rth@redhat.com>
18559
18560 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
18561
18562 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
18563
18564 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
18565 ultrasparc.
18566
18567 2001-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18568
18569 * g++-old.deja/g++.robertl/eb101.C: Deleted.
18570
18571 2001-12-06 Janis Johnson <janis187@us.ibm.com>
18572
18573 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
18574 variable argument list.
18575
18576 2001-12-06 Zack Weinberg <zack@codesourcery.com>
18577
18578 * gcc.c-torture/execute/memcheck: Delete entire directory.
18579 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
18580 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
18581
18582 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
18583
18584 * gcc.dg/Wshadow-1.c: New test.
18585
18586 2001-12-05 Jakub Jelinek <jakub@redhat.com>
18587
18588 * gcc.c-torture/compile/20011130-1.c: New test.
18589
18590 * gcc.dg/noncompile/20011025-1.c: New test.
18591
18592 * g++.dg/other/anon-union.C: New test.
18593
18594 * gcc.c-torture/execute/20011024-1.c: New test.
18595
18596 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
18597
18598 * gcc.c-torture/execute/20000722-1.x,
18599 gcc.c-torture/execute/20010123-1.x: Remove.
18600 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
18601 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
18602 gcc.dg/c99-complit-2.c: New tests.
18603
18604 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
18605
18606 * g++.dg/inherit/base1.C: New test.
18607
18608 2001-12-04 Jakub Jelinek <jakub@redhat.com>
18609
18610 * g++.dg/other/stdarg1.C: New test.
18611
18612 * gcc.c-torture/compile/20011130-2.c: New test.
18613
18614 2001-12-03 Janis Johnson <janis187@us.ibm.com>
18615
18616 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
18617 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
18618 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
18619 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
18620 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
18621 * gcc.dg/builtin-prefetch-1.c: New test.
18622
18623 2001-12-03 Jakub Jelinek <jakub@redhat.com>
18624
18625 * gcc.dg/20011130-1.c: New test.
18626
18627 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
18628
18629 * g++.dg/other/scope1.C: New test.
18630 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
18631
18632 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
18633
18634 * gcc.dg/vla-init-1.c: New test.
18635
18636 2001-12-01 Geoff Keating <geoffk@redhat.com>
18637
18638 * gcc.c-torture/compile/structs.c: New testcase from GDB.
18639
18640 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
18641
18642 * objc.dg/alias.m: Update.
18643 * objc.dg/class-1.m: Update.
18644 * objc.dg/const-str-1.m: Update.
18645 * objc.dg/fwd-proto-1.m: Update.
18646 * objc.dg/id-1.m: Update.
18647 * objc.dg/super-class-1.m: Update.
18648
18649 2001-11-29 Mark Mitchell <mark@codesourcery.com>
18650
18651 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
18652 constructs.
18653
18654 2001-11-28 Jeffrey A Law (law@cygnus.com)
18655
18656 * gcc.c-torture/execute/20011128-1.c: New test.
18657
18658 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
18659
18660 * gcc.dg/20011127-1.c: New test.
18661
18662 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
18663
18664 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
18665 from Austin Group draft 7.
18666 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
18667 scanf format arguments.
18668 * gcc.dg/format/no-exargs-2.c: New test.
18669
18670 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
18671
18672 * g++.dg/abi/vbase8-4.C: New test.
18673
18674 2001-11-24 Ian Lance Taylor <ian@airs.com>
18675
18676 * gcc.c-torture/execute/20011121-1.c: New test.
18677
18678 2001-11-23 Jeffrey A Law (law@cygnus.com)
18679
18680 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
18681
18682 2001-11-23 Andreas Jaeger <aj@suse.de>
18683
18684 * gcc.dg/cpp/charconst-2.c: New test.
18685
18686 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
18687
18688 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
18689 to the host if it is remote. Let tests specify extra headers
18690 they use.
18691 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
18692 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
18693 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
18694 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
18695 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
18696 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
18697 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
18698 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
18699 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
18700 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
18701
18702 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
18703
18704 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
18705 for little endian ARMs.
18706
18707 2001-11-20 Jakub Jelinek <jakub@redhat.com>
18708
18709 * gcc.c-torture/compile/20011119-1.c: New test.
18710 * gcc.c-torture/compile/20011119-2.c: New test.
18711
18712 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
18713
18714 * gcc.dg/altivec-1.c: Fix typo.
18715
18716 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
18717
18718 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
18719
18720 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
18721
18722 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
18723
18724 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
18725
18726 * lib/g77.exp: Don't specify --rpath-link.
18727
18728 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
18729 across all the headers.
18730 * gcc.dg/format/format.exp: For testing on a remote host,
18731 copy format.h.
18732
18733 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
18734 * gcc.c-torture/execute/930406-1.c: Likewise.
18735 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
18736
18737 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
18738
18739 * gcc.dg/altivec-1.c: New.
18740
18741 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
18742
18743 * gcc.dg/cpp/fpreprocessed.c: New test case.
18744
18745 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
18746
18747 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
18748 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
18749 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
18750
18751 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
18752
18753 * gcc.dg/no-builtin-1.c: New test.
18754
18755 2001-11-16 Jakub Jelinek <jakub@redhat.com>
18756
18757 * gcc.c-torture/execute/20011115-1.c: New test.
18758
18759 2001-11-15 Jakub Jelinek <jakub@redhat.com>
18760
18761 * gcc.c-torture/compile/20011114-2.c: New test.
18762 * gcc.c-torture/compile/20011114-3.c: New test.
18763 * gcc.c-torture/compile/20011114-4.c: New test.
18764
18765 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
18766
18767 * g++.dg/other/init1.C: New test.
18768
18769 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
18770
18771 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
18772 message.
18773
18774 * gcc.c-torture/execute/20011114-1.c: New testcase.
18775
18776 * gcc.c-torture/compile/20010327-1.c: Revert last change.
18777 * gcc.c-torture/compile/20011114-1.c: New test, exactly
18778 like the (before this change) version of 20010327-1.c.
18779
18780 2001-11-14 Roger Sayle <roger@eyesopen.com>
18781
18782 * gcc.c-torture/execute/string-opt-13.c: New testcase.
18783
18784 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
18785
18786 * g++.dg/init/array2.C: New test.
18787
18788 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
18789
18790 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
18791
18792 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
18793
18794 * g++.dg/other/forscope1.C: New test.
18795 * g++.dg/ext/forscope1.C: New test.
18796 * g++.dg/ext/forscope2.C: New test.
18797
18798 2001-11-13 Jakub Jelinek <jakub@redhat.com>
18799
18800 * gcc.c-torture/execute/20011113-1.c: New test.
18801
18802 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
18803
18804 * gcc.c-torture/execute/20011109-2.c: New test.
18805
18806 * gcc.c-torture/execute/20011109-1.c: New test.
18807
18808 2001-11-09 Jakub Jelinek <jakub@redhat.com>
18809
18810 * gcc.c-torture/compile/20011109-1.c: New test.
18811
18812 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
18813
18814 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
18815 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
18816 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
18817 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
18818 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
18819 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
18820 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
18821
18822 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
18823
18824 * g++.dg/warn/Wshadow-1.C: New tests.
18825 * g++.old-deja/g++.mike/for3.C: Update.
18826
18827 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
18828
18829 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
18830 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
18831 XFAILs. Adjust expected error texts.
18832 * gcc.c-torture/compile/20011106-1.c,
18833 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
18834 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
18835 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
18836 gcc.dg/c99-array-lval-5.c: New tests.
18837
18838 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
18839
18840 * gcc.dg/cpp/defined.c: Update.
18841
18842 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
18843
18844 * gcc.c-torture/execute/anon-1.c: New test.
18845
18846 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
18847
18848 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
18849 same size, so no warning should be produced on stormy16.
18850
18851 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
18852 due to oversized array.
18853 * g++.old-deja/g++.mike/ns15.C: Likewise.
18854 * g++.old-deja/g++.pt/crash16.C: Likewise.
18855
18856 2001-11-02 Graham Stott <grahams@redhat.com>
18857
18858 * g++.dgother/debug1.C: Fix typos.
18859
18860 2001-11-01 Jakub Jelinek <jakub@redhat.com>
18861
18862 * g++.dg/other/debug1.C: New test.
18863
18864 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18865
18866 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
18867 of unsigned long.
18868
18869 2001-10-30 Jakub Jelinek <jakub@redhat.com>
18870
18871 * gcc.dg/20011029-2.c: New test.
18872
18873 * gcc.c-torture/compile/20011029-1.c: New test.
18874
18875 2001-10-29 Nicola Pero <n.pero@mi.flashnet.it>
18876
18877 * objc/execute/class_self-1.m: New test.
18878 * objc/execute/class_self-2.m: New test.
18879
18880 2001-10-25 Zack Weinberg <zack@codesourcery.com>
18881
18882 * gcc.misc-tests/msgs.exp: Delete.
18883 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
18884 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
18885 error set to match recent changes.
18886
18887 2001-10-24 Zack Weinberg <zack@codesourcery.com>
18888
18889 * gcc.dg/20011021-1.c: New test.
18890
18891 2001-10-24 Jakub Jelinek <jakub@redhat.com>
18892
18893 * gcc.c-torture/compile/20011023-1.c: New test.
18894
18895 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
18896
18897 * lib/g77.exp: Rewrite based on lib/g++.exp.
18898
18899 2001-10-19 Jakub Jelinek <jakub@redhat.com>
18900
18901 * gcc.c-torture/execute/20011019-1.c: New test.
18902
18903 * gcc.dg/20011018-1.c: New test.
18904
18905 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
18906
18907 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
18908
18909 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
18910
18911 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
18912 * gcc.dg/attr-invalid.c: Likewise.
18913
18914 2001-10-18 Jakub Jelinek <jakub@redhat.com>
18915
18916 * testsuite/gcc.dg/20011015-1.c: New test.
18917
18918 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
18919
18920 * g++.dg/template/unify2.C: New test.
18921
18922 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
18923
18924 * g++.dg/other/exception-specification.C: New test
18925
18926 2001-10-13 Tom Rix <trix@redhat.com>
18927
18928 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
18929 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
18930
18931 2001-10-12 Jakub Jelinek <jakub@redhat.com>
18932
18933 * testsuite/gcc.dg/20011009-1.c: New test.
18934
18935 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
18936
18937 PR g++/4476
18938 * g++.dg/other/friend1.C: New test.
18939
18940 2001-10-11 Richard Henderson <rth@redhat.com>
18941
18942 * g++.old-deja/g++.other/crash18.C: Add -S to options.
18943
18944 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18945
18946 * gcc.c-torture/compile/20011010-1.c: New.
18947
18948 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
18949
18950 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
18951 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
18952 g77.f-torture/execute/execute.exp,
18953 g77.f-torture/noncompile/noncompile.exp,
18954 gcc.c-torture/compile/compile.exp,
18955 gcc.c-torture/execute/execute.exp,
18956 gcc.c-torture/execute/ieee/ieee.exp,
18957 gcc.c-torture/execute/memcheck/memcheck.exp,
18958 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
18959 objc/execute/execute.exp: Update FSF address.
18960
18961 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
18962
18963 * gcc.dg/cpp/cmdlne-C.c: Update.
18964 * gcc.dg/cpp/cmdlne-C2.c: New.
18965
18966 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18967
18968 * gcc.c-torture/execute/20011008-3.c: New.
18969
18970 2001-10-08 DJ Delorie <dj@redhat.com>
18971
18972 * gcc.dg/20011008-1.c: New.
18973 * gcc.dg/20011008-2.c: New.
18974
18975 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
18976
18977 * gcc.dg/cpp/spacing1.c: Update test.
18978
18979 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
18980
18981 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
18982 spelling errors of "separate" as "seperate".
18983
18984 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
18985
18986 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
18987 enough to avoid inlining.
18988
18989 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
18990
18991 * lib/g77.exp: set libg2c_dir correctly.
18992
18993 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
18994
18995 * gcc.dg/cpp/macro11.c: New test.
18996
18997 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
18998
18999 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
19000 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
19001 gcc.dg/format/multattr-3.c: New tests.
19002 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
19003 tests for format attributes on function pointers being rejected.
19004
19005 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
19006
19007 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
19008
19009 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
19010
19011 * g++.dg/warn/format1.C: New test.
19012
19013 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
19014
19015 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
19016
19017 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
19018
19019 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
19020
19021 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
19022
19023 * gcc.dg/cpp/redef2.c: Add test.
19024
19025 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
19026
19027 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
19028 long-standing bug on i686, apparently.
19029 * gcc.c-torture/execute/loop-2c.x: New file.
19030 * gcc.c-torture/execute/loop-2d.x: New file.
19031 * gcc.c-torture/execute/loop-3c.x: New file.
19032
19033 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
19034
19035 * gcc.dg/cpp/20000625-2.c: Correct line number.
19036
19037 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
19038
19039 * gcc.dg/cpp/macro10.c: New test.
19040 * gcc.dg/cpp/strify3.c: New test.
19041 * gcc.dg/cpp/spacing1.c: Add tests.
19042 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
19043 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
19044
19045 2001-09-24 DJ Delorie <dj@redhat.com>
19046
19047 * gcc.c-torture/execute/20010924-1.c: New test.
19048
19049 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
19050
19051 * testsuite/objc/execute/paste.m: Remove.
19052
19053 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
19054
19055 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
19056
19057 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
19058
19059 * g77.dg/strlen0.f: New test.
19060
19061 2001-09-21 Richard Henderson <rth@redhat.com>
19062
19063 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
19064 * g++.old-deja/g++.abi/vtable2.C: Likewise.
19065
19066 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
19067
19068 Table-driven attributes.
19069 * g++.dg/ext/attrib1.C: New test.
19070
19071 2001-09-20 DJ Delorie <dj@redhat.com>
19072
19073 * gcc.dg/20000926-1.c: Update expected warning messages.
19074 * gcc.dg/array-2.c: Likewise, and test for warnings too.
19075 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
19076 array.
19077
19078 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
19079
19080 * g++.dg/eh/registers1.C: New test case.
19081
19082 2001-09-17 Richard Henderson <rth@redhat.com>
19083
19084 * gcc.dg/array-5.c: Fix VLA decomposition test.
19085
19086 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
19087
19088 * gcc.dg/cpp/line5.c: New testcase.
19089
19090 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
19091
19092 * gcc.dg/cpp/macro9.c: New test.
19093
19094 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
19095
19096 * gcc.c-torture/execute/980223.c: Change type of addr from long
19097 to char *.
19098
19099 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
19100
19101 * gcc.c-torture/execute/20010915-1.c: New test.
19102
19103 2001-09-14 Janis Johnson <janis187@us.ibm.com>
19104
19105 * g77.dg/bprob: New directory.
19106 * g77.dg/bprob/bprob.exp: New file.
19107 * g77.dg/bprob/bprob-1.f: New test.
19108 * g77.dg/gcov: New directory.
19109 * g77.dg/gcov/gcov.exp: New file.
19110 * g77.dg/gcov/gcov-1.f: New test.
19111 * g77.dg/gcov/gcov-1.x: New file.
19112
19113 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
19114
19115 * gcc.dg/cpp/directiv.c: Update.
19116 * gcc.dg/cpp/undef1.c: Update.
19117
19118 2001-09-12 Jakub Jelinek <jakub@redhat.com>
19119
19120 * gcc.dg/20010912-1.c: New test.
19121
19122 2001-09-11 Janis Johnson <janis187@us.ibm.com>
19123
19124 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
19125 language-independent file in lib.
19126 * lib/gcov.exp: New file.
19127
19128 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
19129
19130 * gcc.c-torture/compile/20010911-1.c: New test.
19131
19132 2001-09-10 Janis Johnson <janis187@us.ibm.com>
19133
19134 * lib/profopt.exp: New, to support profile-directed optimizations.
19135 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
19136 * gcc.misc-tests/bprob-1.c: New test.
19137 * gcc.misc-tests/bprob-2.c: New test.
19138
19139 2001-09-07 Janis Johnson <janis187@us.ibm.com>
19140
19141 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
19142 XFAIL and which kinds of gcov output to verify.
19143 * gcc.misc-tests/gcov-4b.x: New file.
19144 * gcc.misc-tests/gcov-5b.x: New file.
19145 * gcc.misc-tests/gcov-6.x: New file.
19146 * gcc.misc-tests/gcov-7.c: New test.
19147 * gcc.misc-tests/gcov-7.x: New file.
19148
19149 2001-09-06 Janis Johnson <janis187@us.ibm.com>
19150
19151 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
19152 * gcc.misc-tests/gcov-6.c: New test.
19153
19154 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
19155
19156 PR c++/3986
19157 * g++.dg/abi/vbase1.C: New test.
19158
19159 2001-09-05 Ziemowit Laski <zlaski@apple.com>
19160
19161 * objc.dg/method-2.m: New.
19162
19163 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
19164
19165 PR c++/4203
19166 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
19167 * g++.dg/init/empty1.C: New test.
19168
19169 2001-09-03 Jakub Jelinek <jakub@redhat.com>
19170
19171 * gcc.c-torture/compile/20010903-1.c: New test.
19172
19173 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
19174
19175 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
19176 for m68k.
19177
19178 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
19179
19180 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
19181
19182 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
19183
19184 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
19185
19186 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
19187
19188 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
19189 for 16-bit 'unsigned int'.
19190
19191 2001-08-29 Kazu Hirata <kazu@hxi.com>
19192
19193 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
19194
19195 2001-08-27 Richard Henderson <rth@redhat.com>
19196
19197 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
19198 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
19199
19200 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
19201
19202 * gcc.dg/asm-names.c (ymain): New.
19203
19204 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
19205
19206 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
19207 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
19208 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
19209
19210 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19211
19212 * gcc.dg/compare5.c: New testcase.
19213
19214 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
19215
19216 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
19217 and "In instantiation".
19218
19219 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
19220
19221 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
19222
19223 2001-08-20 Janis Johnson <janis187@us.ibm.com>
19224
19225 * gcc.misc-tests/gcov.exp: Add support for branch information.
19226 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
19227 * gcc.misc-tests/gcov-4.c: New test.
19228 * gcc.misc-tests/gcov-4b.c: New test.
19229 * gcc.misc-tests/gcov-5b.c: New test.
19230
19231 2001-08-20 Zack Weinberg <zackw@panix.com>
19232
19233 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
19234 expected to fail.
19235
19236 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
19237
19238 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
19239
19240 2001-08-19 Jakub Jelinek <jakub@redhat.com>
19241
19242 * g++.dg/eh/template1.C: New test.
19243
19244 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
19245
19246 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
19247 Fix thinko.
19248 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
19249 for xfail.
19250
19251 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
19252
19253 * lib/g77-dg.exp: Use prune.exp for common procedures
19254 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
19255 * lib/g77.exp: (g77-dg-prune) Remove
19256
19257 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
19258
19259 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
19260
19261 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
19262
19263 * g++.dg/template/unify1.C: New test.
19264
19265 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
19266
19267 * g++.dg/abi/empty4.C: New test.
19268
19269 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
19270
19271 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
19272 solaris2.*
19273 * g77.f-torture/compile/pr3743.x: Likewise
19274
19275 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
19276
19277 * g++.dg/other/using-declaration.C: New test.
19278
19279 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
19280
19281 * gcc.dg/cpp/tr-sign.c: New testcase.
19282
19283 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
19284
19285 * gcc.dg/cpp/19951025-1.c: Revert.
19286 * gcc.dg/cpp/directiv.c: We no longer process directives that
19287 interrupt macro arguments.
19288
19289 2001-08-03 Zack Weinberg <zackw@stanford.edu>
19290
19291 * gcc.dg/bconstp-1.c: New test.
19292
19293 2001-08-03 Richard Henderson <rth@redhat.com>
19294
19295 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
19296
19297 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
19298
19299 * gcc.dg/cpp/19951025-1.c: Update.
19300
19301 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
19302
19303 * g77.dg/ff90-1.f (s): Fix reference of variable z,
19304 should be x.
19305
19306 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
19307
19308 Kill -fhonor-std.
19309 * g++.old-deja/g++.ns/ns14.C: Remove special options.
19310 * g++.old-deja/g++.other/std1.C: Likewise.
19311 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
19312
19313 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
19314
19315 * lib/g77.exp: Load gcc-defs.exp for common procedures
19316 (g77_pass, g77_fail, g77_finish, g77_exit,
19317 ${tool}_check_unsupported_p} Now redundant. Deleted.
19318
19319 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
19320
19321 * g77.dg/fbackslash.f
19322 * g77.dg/fcase-preserve.f
19323 * g77.dg/ff90-1.f
19324 * g77.dg/ffixed-line-length-0.f
19325 * g77.dg/ffixed-line-length-132.f
19326 * g77.dg/ffixed-line-length-7.f
19327 * g77.dg/ffixed-line-length-72.f
19328 * g77.dg/ffixed-line-length-none.f
19329 * g77.dg/ffree-form-1.f
19330 * g77.dg/fno-backslash.f
19331 * g77.dg/fno-f90-1.f
19332 * g77.dg/fno-fixed-form-1.f
19333 * g77.dg/fno-onetrip.f
19334 * g77.dg/fno-typeless-boz.f
19335 * g77.dg/fno-underscoring.f
19336 * g77.dg/fno-vxt-1.f
19337 * g77.dg/fonetrip.f
19338 * g77.dg/ftypeless-boz.f
19339 * g77.dg/fugly-assumed.f
19340 * g77.dg/funderscoring.f
19341 * g77.dg/fvxt-1.f
19342
19343 2001-08-01 Ziemowit Laski <zlaski@apple.com>
19344
19345 * objc.dg/fwd-proto-1.m: New.
19346 * objc.dg/local-decl-1.m: New.
19347 * objc.dg/naming-1.m: New.
19348 * objc.dg/naming-2.m: New.
19349 * objc.dg/proto-hier-1.m: New.
19350
19351 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
19352
19353 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
19354 largest-type elements to a struct makes its size grow.
19355
19356 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
19357
19358 * g++.dg/abi/vthunk1.C: New test.
19359
19360 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
19361
19362 * g++.dg/abi/vbase8-22.C: New test.
19363
19364 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
19365
19366 * gcc.dg/cpp/macro8.c: New test.
19367
19368 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
19369
19370 * g++.dg/abi/vbase8-21.C: New test.
19371
19372 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
19373
19374 * g++.dg/abi/vbase8-10.C: New test.
19375
19376 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
19377
19378 * lib/g++.exp (g++_set_ld_library_path): Renamed to
19379 ${tool}_set_ld_library_path.
19380 Changed caller.
19381 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
19382 g++.exp.
19383
19384 2001-07-26 Stan Cox <scox@redhat.com>
19385
19386 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
19387 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
19388 gcc_exit, gcc_check_unsupported_p):
19389 Moved to gcc-deps.exp
19390 * gcc-deps.exp: New file.
19391
19392 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
19393
19394 * g++.old-deja/g++.pt/defarg14.C: New test.
19395
19396 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
19397
19398 * g++.old-deja/g++.other/lineno5.C: New test.
19399
19400 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
19401
19402 * g++.old-deja/g++.pt/crash68.C: New test.
19403
19404 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
19405
19406 * g++.old-deja/g++.other/crash42.C: New test.
19407
19408 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
19409
19410 * gcc.dg/cpp/extratokens.c: Fix.
19411 * gcc.dg/cpp/skipping2.c: New tests.
19412
19413 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
19414
19415 * gcc.c-torture/execute/20010724-1.c: New file.
19416 * gcc.c-torture/execute/20010724-1.x: New file.
19417
19418 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
19419
19420 * g++.old-deja/g++.other/cond7.C: New test.
19421
19422 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
19423
19424 * g++.old-deja/g++.other/optimize4.C: New test.
19425
19426 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
19427
19428 * g++.old-deja/g++.abi/vbase8-5.C: New test.
19429
19430 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
19431
19432 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
19433 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
19434 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
19435 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
19436
19437 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
19438 bug report" message.
19439
19440 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
19441 * g++.dg/ext/instantiate1.C: Move from old-deja.
19442
19443 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
19444
19445 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
19446 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
19447 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
19448 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
19449
19450 2001-07-23 Jeffrey A Law (law@cygnus.com)
19451
19452 * gcc.c-torture/execute/20010723-1.c: New test.
19453
19454 2001-07-23 Ben Elliston <bje@redhat.com>
19455
19456 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
19457
19458 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19459
19460 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
19461 i[34567]86-*-*.
19462 Delete handling of ieee_multilib_flags.
19463 Pass -mieee for alpha*-*-* and sh-*-*.
19464 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
19465
19466 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
19467
19468 Remove old-abi tests.
19469 * g++.old-deja/g++.mike/p11116.C: Remove.
19470 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
19471
19472 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
19473
19474 * g77.f-torture/compile/pr3743.f: New test
19475
19476 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
19477
19478 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
19479
19480 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
19481
19482 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
19483 g++.old-deja/g++.pt/static6.C: Likewise.
19484 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
19485 supports weak symbols.
19486
19487 2001-07-18 Andreas Jaeger <aj@suse.de>
19488
19489 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
19490 supported again.
19491
19492 2001-07-18 Andreas Jaeger <aj@suse.de>
19493
19494 * gcc.dg/iftrap-1.c: Fix target line.
19495
19496 2001-07-17 Richard Henderson <rth@redhat.com>
19497
19498 * gcc.c-torture/execute/20010717-1.c: New.
19499
19500 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
19501
19502 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
19503 tests.
19504
19505 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
19506
19507 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
19508
19509 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
19510
19511 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
19512 UAC_SIGBUS, UAC_NOPRINT definitions.
19513
19514 2001-07-16 Nicola Pero <n.pero@mi.flashnet.it>
19515
19516 * objc/execute/object_is_class.m: New test.
19517 * objc/execute/object_is_meta_class.m: New test.
19518
19519 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
19520
19521 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
19522 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
19523
19524 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
19525
19526 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
19527 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
19528
19529 2001-07-14 Richard Henderson <rth@redhat.com>
19530
19531 * gcc.dg/iftrap-1.c: New.
19532
19533 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
19534
19535 * g77.f-torture/execute/intrinsic77.f: New test.
19536
19537 2001-07-11 Janis Johnson <janis@us.ibm.com>
19538
19539 * gcc.misc-tests/gcov-3.c: New test.
19540
19541 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
19542
19543 * gcc.c-torture/compile/20010711-1.c,
19544 * gcc.c-torture/compile/20010711-2.c: New tests.
19545
19546 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
19547
19548 * gcc.c-torture/execute/20010711-1.c: New test.
19549
19550 2001-07-11 Ben Elliston <bje@redhat.com>
19551
19552 * g++.old-deja/g++.other/enum5.C: New test.
19553
19554 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
19555
19556 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
19557 (g++-dg-prune): Call prune_gcc_output.
19558 * prune.exp: New file for prune_gcc_output.
19559 * lib/g++.exp, lib/gcc.exp: Load it.
19560
19561 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
19562
19563 * gcc.c-torture/compile/20010701-1.c,
19564 g++.old-deja/g++.ext/attrib6.C: New tests.
19565
19566 2001-07-06 Jeffrey A Law (law@cygnus.com)
19567
19568 * gcc.c-torture/compile/20010706-1.c: New test.
19569
19570 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
19571
19572 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
19573
19574 2001-06-28 Stan Shebs <shebs@apple.com>
19575
19576 * gcc.dg/pragma-darwin.c: New test.
19577
19578 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
19579
19580 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
19581 Solaris 2.[678] system.
19582
19583 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
19584
19585 * gcc.dg/20010622-1.c: New test.
19586
19587 2001-06-18 Stan Shebs <shebs@apple.com>
19588
19589 * objc.dg: New directory.
19590 * objc.dg/dg.exp: New file.
19591 * objc.dg/alias.m: New.
19592 * objc.dg/class-1.m: New.
19593 * objc.dg/class-2.m: New.
19594 * objc.dg/const-str-1.m: New.
19595 * objc.dg/const-str-2.m: New.
19596 * objc.dg/id-1.m: New.
19597 * objc.dg/method-1.m: New.
19598 * objc.dg/super-class-1.m: New.
19599 * lib/objc-dg.exp: New file.
19600
19601 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
19602
19603 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
19604 of label name.
19605
19606 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
19607
19608 * g++.old-deja/g++.abi/vbase8-9.C: New test.
19609
19610 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19611
19612 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
19613 variable.
19614
19615 2001-06-12 Richard Henderson <rth@redhat.com>
19616
19617 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
19618
19619 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
19620
19621 * g++.old-deja/g++.abi/vbase5.C: New test.
19622 * g++.old-deja/g++.abi/vbase6.C: New test.
19623 * g++.old-deja/g++.abi/vbase7.C: New test.
19624
19625 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19626
19627 * gcc.c-torture/compile/20010610-1.c: New test.
19628
19629 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
19630
19631 * g++.old-deja/g++.abi/vbase4.C: New test.
19632
19633 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19634
19635 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
19636 support %f for HC11/HC12 targets.
19637 * gcc.c-torture/execute/930513-1.x: New file, likewise.
19638 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
19639 on HC11/HC12 targets.
19640 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
19641
19642 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
19643
19644 * gcc.dg/wchar_t-1.c: New file.
19645 * gcc.dg/wint_t-1.c: Likewise.
19646
19647 2001-06-11 Bernd Schmidt <bernds@redhat.com>
19648
19649 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
19650
19651 2001-06-11 Richard Henderson <rth@redhat.com>
19652
19653 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
19654
19655 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
19656
19657 * gcc.c-torture/compile/20010611-1.c: New test.
19658
19659 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
19660
19661 * gcc.dg/c99-tag-1.c: Add more tests.
19662
19663 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
19664
19665 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
19666 representation on MN10300 and ARM/Thumb.
19667
19668 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
19669
19670 * g77.f-torture/execute/20010610.f: New.
19671
19672 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
19673
19674 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
19675 names.
19676
19677 2001-06-09 Richard Henderson <rth@redhat.com>
19678
19679 * gcc.c-torture/execute/ashrdi-1.c: New.
19680 * gcc.c-torture/execute/ashldi-1.c: New.
19681 * gcc.c-torture/execute/lshrdi-1.c: New.
19682
19683 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
19684
19685 * objc/execute/load-3.m: Added. Check sending +load to categories,
19686 in addition to classes.
19687
19688 2001-06-08 Stan Shebs <shebs@apple.com>
19689
19690 * objc/execute/load-2.m: New test. From Nicola Pero
19691 <n.pero@mi.flashnet.it>.
19692
19693 2001-06-08 Jakub Jelinek <jakub@redhat.com>
19694
19695 * gcc.c-torture/execute/20010605-2.c: New test.
19696
19697 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
19698
19699 * g++.old-deja/g++.abi/vbase2.C: New test.
19700 * g++.old-deja/g++.abi/vbase3.C: New test.
19701
19702 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
19703
19704 * g++.old-deja/g++.pt/friend49.C: New test.
19705
19706 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
19707
19708 * g++.old-deja/g++.ext/anon3.C: New test.
19709
19710 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
19711
19712 * g++.old-deja/g++.other/conv7.C: New test.
19713
19714 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
19715
19716 * gcc.c-torture/compile/20010605-2.c: New test.
19717
19718 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
19719
19720 * gcc.c-torture/execute/20010604-1.c: New test.
19721
19722 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
19723
19724 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
19725
19726 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
19727
19728 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
19729 (g++_link_flags): Likewise.
19730 (g++_init): Pass gccpath's value to two previous functions.
19731
19732 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19733
19734 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
19735 Ensure logfile entry matches exec command line.
19736
19737 2001-05-31 Richard Henderson <rth@redhat.com>
19738
19739 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
19740 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
19741
19742 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
19743
19744 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
19745 compiler for irix6.2
19746
19747 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
19748
19749 * g++.old-deja/g++.other/optimize3.C: New file.
19750
19751 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
19752
19753 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
19754 assemble.
19755
19756 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
19757
19758 * g++.old-deja/g++.other/optimize2.C: New file.
19759
19760 2001-05-25 Diego Novillo <dnovillo@redhat.com>
19761
19762 * gcc.c-torture/compile/20010518-2.c: New file.
19763 * gcc.c-torture/execute/20010518-1.c: New file.
19764 * gcc.c-torture/execute/20010518-2.c: New file.
19765
19766 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
19767
19768 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
19769
19770 2001-05-24 Mark Mitchell <mark@codesourcery.com>
19771
19772 G++ no longer defines builtins that do not begin with __builtin.
19773 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
19774 * g++.old-deja/g++.brendand/misc13.C: Likewise.
19775 * g++.old-deja/g++.law/builtin1.C: Likewise.
19776 * g++.old-deja/g++.law/cvt2.C: Likewise.
19777 * g++.old-deja/g++.mike/net5.C: Likewise.
19778 * g++.old-deja/g++.other/builtins1.C: Likewise.
19779 * g++.old-deja/g++.other/builtins2.C: Likewise.
19780 * g++.old-deja/g++.other/builtins3.C: Likewise.
19781 * g++.old-deja/g++.other/builtins4.C: Likewise.
19782 * g++.old-deja/g++.other/inline8.C: Likewise.
19783 * g++.old-deja/g++.robertl/eb39.C: Likewise.
19784
19785 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
19786
19787 * g++.old-deja/g++.pt/using1.C: Adjust.
19788 * g++.old-deja/g++.pt/using2.C: New test.
19789
19790 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
19791
19792 * gcc.dg/cpp/charconst.c: New tests.
19793 * gcc.dg/cpp/escape.c: New tests.
19794 * gcc.dg/cpp/escape-1.c: New tests.
19795 * gcc.dg/cpp/escape-2.c: New tests.
19796 * gcc.dg/cpp/ucs.c: New tests.
19797
19798 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
19799
19800 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
19801 native compiler for irix6.5.
19802
19803 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
19804
19805 * lib/g++.exp (g++_include_flags): Use args to compute
19806 get_multilibs.
19807 (g++_link_flags): Likewise.
19808 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
19809
19810 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
19811
19812 * gcc.dg/c90-hexfloat-1.c: Add more tests.
19813
19814 2001-05-21 Geoff Keating <geoffk@redhat.com>
19815
19816 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
19817 this file.
19818
19819 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19820
19821 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
19822 STACK_SIZE;
19823 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
19824 to STACK_SIZE; Use it to define size of add_histo array.
19825 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
19826 to STACK_SIZE.
19827 (f): Use GITT_SIZE to define size of gitt local table.
19828 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
19829 to STACK_SIZE; Use it to define size of bytemem array.
19830
19831 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19832
19833 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
19834 on 68HC11/HC12 due to the asm instruction.
19835 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
19836 * gcc.c-torture/compile/920520-1.x: Likewise.
19837 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
19838 on 68HC11/HC12 because the function is larger than 64K.
19839 * gcc.c-torture/compile/961203-1.x: New file, this test fails
19840 on 68HC11/HC12 because the structure is too large.
19841
19842 2001-05-20 Richard Henderson <rth@redhat.com>
19843
19844 * gcc.c-torture/execute/20010520-1.c: New.
19845
19846 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19847
19848 * g++.old-deja/g++.warn/compare1.C: New test.
19849 * gcc.dg/compare4.c: New test.
19850
19851 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
19852
19853 * g++.old-deja/g++.other/optimize1.C: New test.
19854
19855 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
19856
19857 * g++.old-deja/g++.pt/spec41.C: New test.
19858
19859 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
19860
19861 * gcc.c-torture/compile/20010114-1.x: Remove.
19862
19863 2001-05-18 Stan Shebs <shebs@apple.com>
19864
19865 * gcc.c-torture/compile/20010518-1.c: New test.
19866
19867 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
19868
19869 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
19870 * g++.old-deja/g++.pt/crash67.C: New test.
19871
19872 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
19873
19874 * g++.old-deja/g++.other/debug9.C: New test.
19875
19876 2001-05-16 Zack Weinberg <zackw@stanford.edu>
19877
19878 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
19879
19880 2001-05-16 Jan Hubicka <jh@suse.cz>
19881
19882 * gcc.c-torture/compile/20010516-1.c: New test.
19883
19884 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
19885
19886 * g++.old-deja/g++.other/crash41.C: New test.
19887
19888 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
19889
19890 * g++.old-deja/g++.pt/crash66.C: New test.
19891
19892 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
19893
19894 * g++.old-deja/g++.robertl/eb27.C: Convert.
19895
19896 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
19897
19898 * g++.dg/friend-warn.C: New test. Do not warn about friend
19899 declaration being redundant.
19900
19901 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
19902
19903 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
19904
19905 2001-05-14 Mark Mitchell <mark@codesourcery.com>
19906
19907 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
19908
19909 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
19910
19911 * lib/g++.exp: Use testsuite_flags.
19912
19913 2001-05-13 Mark Mitchell <mark@codesourcery.com>
19914
19915 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
19916
19917 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
19918
19919 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
19920
19921 2001-05-11 Mark Mitchell <mark@codesourcery.com>
19922
19923 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
19924
19925 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
19926
19927 * gcc.c-torture/compile/20010313-1.c: New test.
19928
19929 2001-05-09 Zack Weinberg <zackw@stanford.edu>
19930
19931 * gcc.dg/cpp/direct2.c: New test.
19932 * gccq.dg/cpp/direct2s.c: New test.
19933
19934 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
19935
19936 2001-05-07 Mark Mitchell <mark@codesourcery.com>
19937
19938 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
19939 * g++.old-deja/g++.other/op3.C: Likewise.
19940
19941 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
19942
19943 * gcc.dg/cpp/syshdr.h: New file.
19944 * gcc.dg/cpp/sysmac1.c: Update.
19945 * gcc.dg/cpp/sysmac2.c: Update.
19946
19947 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
19948
19949 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
19950
19951 2001-05-04 David Edelsohn <edelsohn@gnu.org>
19952
19953 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
19954 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
19955
19956 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
19957
19958 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
19959
19960 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
19961
19962 * lib/g++.exp (g++_include_flags): Don't use any special flags
19963 if TESTING_IN_BUILD_TREE is not defined.
19964 (g++_init): Use a plain 'c++' as the compiler if
19965 TESTING_IN_BUILD_TREEE is not defined.
19966
19967 2001-05-02 Jakub Jelinek <jakub@redhat.com>
19968
19969 * g++.old-deja/g++.eh/catch13.C: New test.
19970 * g++.old-deja/g++.eh/catch14.C: New test.
19971
19972 2001-05-02 Jakub Jelinek <jakub@redhat.com>
19973
19974 * gcc.dg/cpp/tr-define.c: New test.
19975
19976 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
19977
19978 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
19979 <stdlib.h>, not <malloc.h>.
19980
19981 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
19982
19983 * g++.old-deja/g++.ns/template17.C: New test.
19984
19985 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
19986
19987 * g++.old-deja/g++.pt/ref4.C: New test.
19988
19989 2001-04-30 Richard Henderson <rth@redhat.com>
19990
19991 * gcc.dg/20000724-1.c: Revert last change.
19992
19993 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
19994
19995 * g77.f-torture/execute/20010430.f: New test.
19996
19997 2001-04-30 Mark Mitchell <mark@codesourcery.com>
19998
19999 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
20000
20001 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
20002
20003 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
20004
20005 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
20006
20007 * g++.old-deja/g++.eh/crash6.C: New test.
20008
20009 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
20010
20011 * g++.old-deja/g++.other/warn7.C: New test.
20012
20013 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
20014
20015 * g++.old-deja/g++.other/defarg9.C: New test.
20016
20017 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
20018
20019 * g77.f-torture/compile/20010426.f: New test.
20020 * g77.f-torture/execute/20010426.f: New test.
20021
20022 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
20023
20024 * g77.f-torture/compile/20000629-1.x: Remove - error
20025 has been fixed.
20026
20027 2001-04-26 Jeffrey A Law (law@cygnus.com)
20028
20029 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
20030 Tweak slightly to work with g++.dg framework.
20031 * g++.dg/special/ecos.exp: Run initp1.C test.
20032 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
20033
20034 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
20035 its linker doesn't give line numbers either.
20036 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
20037
20038 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
20039
20040 * g++.old-deja/g++.other/lex1.C: New test.
20041
20042 2001-04-26 Jakub Jelinek <jakub@redhat.com>
20043
20044 * gcc.dg/noncompile/20010425-1.c: New test.
20045
20046 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
20047
20048 * g++.old-deja/g++.pt/mangle2.C: New test.
20049
20050 2001-04-25 Jakub Jelinek <jakub@redhat.com>
20051
20052 * gcc.dg/format/plus-1.c: New test.
20053
20054 2001-04-25 Jakub Jelinek <jakub@redhat.com>
20055
20056 * gcc.dg/20010423-1.c: New test.
20057
20058 2001-04-25 Jakub Jelinek <jakub@redhat.com>
20059
20060 * gcc.c-torture/execute/20010422-1.c: New test.
20061
20062 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
20063
20064 * g++.old-deja/g++.ns/type2.C: New test.
20065
20066 2001-04-24 Zack Weinberg <zackw@stanford.edu>
20067
20068 * g++.old-deja/g++.other/perf1.C: New test.
20069
20070 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
20071
20072 * gcc.dg/c99-func-2.c: Remove xfail.
20073 * gcc.dg/c99-func-3.c: Remove xfail.
20074 * gcc.dg/c99-func-4.c: Remove xfail.
20075
20076 2001-04-23 Zack Weinberg <zackw@stanford.edu>
20077
20078 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
20079
20080 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
20081
20082 * gcc.c-torture/compile/20010423-1.c: New test.
20083
20084 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
20085
20086 * g++.old-deja/g++.pt/typename28.C: New test.
20087
20088 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
20089
20090 * g++.old-deja/g++.abi/empty2.C: New test.
20091 * g++.old-deja/g++.abi/empty3.C: New test.
20092
20093 2001-04-20 Jakub Jelinek <jakub@redhat.com>
20094
20095 * g++.old-deja/g++.other/comdat2.C: New test.
20096 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
20097
20098 2001-04-20 Jakub Jelinek <jakub@redhat.com>
20099
20100 * g++.old-deja/g++.other/overload14.C: New test.
20101
20102 2001-04-20 Jakub Jelinek <jakub@redhat.com>
20103
20104 * g++.old-deja/g++.other/lookup23.C: New test.
20105
20106 2001-04-20 Jakub Jelinek <jakub@redhat.com>
20107
20108 * gcc.c-torture/execute/20010403-1.c: New test.
20109
20110 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
20111 Mark Mitchell <mark@codesourcery.com>
20112
20113 * lib/old-dejagnu.exp: Don't delete output of executable.
20114 Add .exe suffix to executables.
20115
20116 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
20117
20118 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
20119
20120 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20121
20122 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
20123
20124 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
20125
20126 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
20127 * g++.old-deja/g++.abi/crash1.C: New test.
20128
20129 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
20130
20131 * g++.old-deja/g++.other/crash40.C: New test.
20132
20133 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20134
20135 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
20136
20137 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
20138
20139 * g++.old-deja/g++.other/warn6.C: New test.
20140
20141 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
20142
20143 * g++.old-deja/g++.robertl/eb42.C: Same.
20144
20145 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20146
20147 * gcc.dg/wtr-conversion-1.c: New testcase.
20148
20149 2001-04-10 Richard Henderson <rth@redhat.com>
20150
20151 * g++.old-deja/g++.other/array5.C: New.
20152
20153 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20154
20155 * gcc.c-torture/execute/20010408-1.c: New test.
20156
20157 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
20158
20159 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
20160 headers and constructs.
20161 * g++.old-deja/g++.robertl/eb79.C: Same.
20162 * g++.old-deja/g++.robertl/eb77.C (main): Same.
20163 * g++.old-deja/g++.robertl/eb73.C: Same.
20164 * g++.old-deja/g++.robertl/eb66.C (main): Same.
20165 * g++.old-deja/g++.robertl/eb55.C (t): Same.
20166 * g++.old-deja/g++.robertl/eb54.C (main): Same.
20167 * g++.old-deja/g++.robertl/eb46.C (main): Same.
20168 * g++.old-deja/g++.robertl/eb44.C: Same.
20169 * g++.old-deja/g++.robertl/eb41.C (main): Same.
20170 * g++.old-deja/g++.robertl/eb4.C (main): Same.
20171 * g++.old-deja/g++.robertl/eb39.C: Same.
20172 * g++.old-deja/g++.robertl/eb33.C (main): Same.
20173 * g++.old-deja/g++.robertl/eb31.C (main): Same.
20174 * g++.old-deja/g++.robertl/eb30.C: Same.
20175 * g++.old-deja/g++.robertl/eb3.C: Same.
20176 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
20177 * g++.old-deja/g++.robertl/eb21.C: Same.
20178 * g++.old-deja/g++.robertl/eb15.C: Same.
20179 * g++.old-deja/g++.robertl/eb118.C: Same.
20180 * g++.old-deja/g++.robertl/eb115.C (main): Same.
20181 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
20182 * g++.old-deja/g++.robertl/eb109.C: Same.
20183 * g++.old-deja/g++.other/sibcall1.C (main): Same.
20184 * g++.old-deja/g++.mike/rtti1.C: Same.
20185 * g++.old-deja/g++.mike/p658.C: Same.
20186 * g++.old-deja/g++.mike/net46.C: Same.
20187 * g++.old-deja/g++.mike/net34.C: Same.
20188 * g++.old-deja/g++.mike/memoize1.C: Same.
20189 * g++.old-deja/g++.mike/eh2.C: Same.
20190 * g++.old-deja/g++.law/weak.C: Same.
20191 * g++.old-deja/g++.law/visibility7.C: Same.
20192 * g++.old-deja/g++.law/visibility25.C: Same.
20193 * g++.old-deja/g++.law/visibility22.C: Same.
20194 * g++.old-deja/g++.law/visibility2.C: Same.
20195 * g++.old-deja/g++.law/visibility17.C: Same.
20196 * g++.old-deja/g++.law/visibility13.C: Same.
20197 * g++.old-deja/g++.law/visibility10.C: Same.
20198 * g++.old-deja/g++.law/visibility1.C: Same.
20199 * g++.old-deja/g++.law/virtual3.C (eval): Same.
20200 * g++.old-deja/g++.law/vbase1.C: Same.
20201 * g++.old-deja/g++.law/operators32.C: Same.
20202 * g++.old-deja/g++.law/nest3.C: Same.
20203 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
20204 * g++.old-deja/g++.law/except5.C (main): Same.
20205 * g++.old-deja/g++.law/cvt7.C (run): Same.
20206 * g++.old-deja/g++.law/cvt2.C: Same.
20207 * g++.old-deja/g++.law/cvt16.C: Same.
20208 * g++.old-deja/g++.law/ctors6.C (bar): Same.
20209 * g++.old-deja/g++.law/ctors17.C (main): Same.
20210 * g++.old-deja/g++.law/ctors13.C: Same.
20211 * g++.old-deja/g++.law/ctors12.C (main): Same.
20212 * g++.old-deja/g++.law/ctors10.C: Same.
20213 * g++.old-deja/g++.law/code-gen5.C: Same.
20214 * g++.old-deja/g++.law/bad-error7.C: Same.
20215 * g++.old-deja/g++.law/arm9.C: Same.
20216 * g++.old-deja/g++.law/arm12.C: Same.
20217 * g++.old-deja/g++.law/arg8.C: Same.
20218 * g++.old-deja/g++.law/arg1.C: Same.
20219 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
20220 * g++.old-deja/g++.jason/template31.C: Same.
20221 * g++.old-deja/g++.jason/template24.C (main): Same.
20222 * g++.old-deja/g++.jason/2371.C: Same.
20223 * g++.old-deja/g++.eh/new2.C: Same.
20224 * g++.old-deja/g++.eh/new1.C: Same.
20225 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
20226 * g++.old-deja/g++.brendan/nest21.C (main): Same.
20227 * g++.old-deja/g++.brendan/err-msg3.C: Same.
20228 * g++.old-deja/g++.brendan/crash62.C: Same.
20229 * g++.old-deja/g++.brendan/crash52.C: Same.
20230 * g++.old-deja/g++.brendan/crash49.C (main): Same.
20231 * g++.old-deja/g++.brendan/crash38.C: Same.
20232 * g++.old-deja/g++.brendan/crash15.C (main): Same.
20233 * g++.old-deja/g++.brendan/copy9.C: Same.
20234
20235 2001-04-06 J"orn Rennecke <amylaar@redhat.com>
20236
20237 * gcc.c-torture/execute/20001203-2.c (memset):
20238 Count argument is of type __SIZE_TYPE__.
20239
20240 2001-04-04 Diego Novillo <dnovillo@redhat.com>
20241
20242 * gcc.c-torture/compile/20010404-1.c: New test.
20243
20244 2001-04-04 Jakub Jelinek <jakub@redhat.com>
20245
20246 * gcc.c-torture/compile/20010326-1.c: New test.
20247
20248 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
20249
20250 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
20251 peculiarities of the SH.
20252 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
20253
20254 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
20255
20256 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
20257 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
20258 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
20259
20260 2001-04-02 Jakub Jelinek <jakub@redhat.com>
20261
20262 * g77.f-torture/compile/20010321-1.f: New test.
20263
20264 2001-04-02 Jakub Jelinek <jakub@redhat.com>
20265
20266 * gcc.c-torture/compile/20010329-1.c: New test.
20267
20268 2001-04-02 Jakub Jelinek <jakub@redhat.com>
20269
20270 * gcc.c-torture/execute/20010329-1.c: New test.
20271
20272 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
20273
20274 * g++.old-deja/g++.other/eh4.C: Fix typo.
20275
20276 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
20277
20278 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
20279
20280 2001-03-28 Philip Blundell <philb@gnu.org>
20281
20282 * gcc.c-torture/compile/20010328-1.c: New test.
20283
20284 2001-03-27 Richard Henderson <rth@redhat.com>
20285
20286 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
20287 * g++.old-deja/g++.eh/vbase3.C: Likewise.
20288
20289 2001-03-27 Alan Modra <alan@linuxcare.com.au>
20290
20291 * gcc.c-torture/compile/20010327-1.c: New test.
20292
20293 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
20294
20295 * g++.old-deja/g++.other/friend12.C: New test.
20296 * g++.old-deja/g++.other/friend9.C: Expect no errors.
20297 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
20298
20299 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
20300
20301 * gcc.c-torture/execute/20010325-1.c: New test.
20302
20303 2001-03-23 Jakub Jelinek <jakub@redhat.com>
20304
20305 * g++.old-deja/g++.other/mangle3.C: New test.
20306
20307 2001-03-22 Jakub Jelinek <jakub@redhat.com>
20308
20309 * g++.old-deja/g++.other/anon8.C: New test.
20310
20311 2001-03-20 Philip Blundell <philb@gnu.org>
20312
20313 * gcc.c-torture/compile/20010320-1.c: New test.
20314
20315 2001-03-17 Richard Henderson <rth@redhat.com>
20316
20317 * g++.old-deja/g++.other/eh4.C: Add expected error text.
20318
20319 2001-03-15 Geoff Keating <geoff@redhat.com>
20320
20321 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
20322 tests on AIX.
20323
20324 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
20325
20326 * g++.old-deja/g++.other/eh4.C: New test.
20327
20328 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
20329
20330 * gcc.dg/cpp/mi1.c: Update.
20331
20332 2001-03-14 Jakub Jelinek <jakub@redhat.com>
20333
20334 * g++.old-deja/g++.other/regstack.C: New test.
20335
20336 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
20337
20338 * g++.old-deja/g++.other/ref4.C: New test.
20339
20340 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
20341
20342 * objc/execute/va_method.m: Added.
20343 * objc/execute/IMP.m: Added.
20344 * objc/execute/_cmd.m: Added.
20345 * objc/execute/accessing_ivars.m: Added.
20346 * objc/execute/class-1.m: Added.
20347 * objc/execute/class-10.m: Added.
20348 * objc/execute/class-11.m: Added.
20349 * objc/execute/class-12.m: Added.
20350 * objc/execute/class-13.m: Added.
20351 * objc/execute/class-14.m: Added.
20352 * objc/execute/class-2.m: Added.
20353 * objc/execute/class-3.m: Added.
20354 * objc/execute/class-4.m: Added.
20355 * objc/execute/class-5.m: Added.
20356 * objc/execute/class-6.m: Added.
20357 * objc/execute/class-7.m: Added.
20358 * objc/execute/class-8.m: Added.
20359 * objc/execute/class-9.m: Added.
20360 * objc/execute/class-tests-1.h
20361 * objc/execute/class-tests-2.h
20362 * objc/execute/compatibility_alias.m: Added.
20363 * objc/execute/encode-1.m: Added.
20364 * objc/execute/formal_protocol-1.m: Added.
20365 * objc/execute/formal_protocol-2.m: Added.
20366 * objc/execute/formal_protocol-3.m: Added.
20367 * objc/execute/formal_protocol-4.m: Added.
20368 * objc/execute/formal_protocol-5.m: Added.
20369 * objc/execute/formal_protocol-6.m: Added.
20370 * objc/execute/formal_protocol-7.m: Added.
20371 * objc/execute/informal_protocol.m: Added.
20372 * objc/execute/initialize.m: Added.
20373 * objc/execute/load.m: Added.
20374 * objc/execute/many_args_method.m: Added.
20375 * objc/execute/nested-3.m: Added.
20376 * objc/execute/no_clash.m: Added.
20377 * objc/execute/private.m: Added.
20378 * objc/execute/redefining_self.m: Added.
20379 * objc/execute/root_methods.m: Added.
20380 * objc/execute/selector-1.m: Added.
20381 * objc/execute/static-1.m: Added.
20382 * objc/execute/static-2.m: Added.
20383 * objc/execute/va_method.m: Added.
20384
20385 2001-03-10 Richard Henderson <rth@redhat.com>
20386
20387 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
20388
20389 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
20390
20391 * g++.old-deja/g++.other/crash31.C: XFAIL.
20392 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
20393 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
20394 * gcc.c-torture/execute/20010123-1.x: XFAIL.
20395 * gcc.c-torture/execute/20010124-1.x: XFAIL.
20396 * gcc.dg/sequence-pt-1.c: XFAIL one test.
20397
20398 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
20399
20400 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
20401
20402 2001-03-06 Zack Weinberg <zackw@stanford.edu>
20403
20404 * gcc.dg/20000724-1.c: Don't use multiline strings.
20405
20406 2001-03-06 Zack Weinberg <zackw@stanford.edu>
20407
20408 * objc/execute/string1.m, objc/execute/string2.m: Compare the
20409 result of -cString against what we expect it to be; don't just
20410 print it out for no one to read.
20411
20412 * objc/execute/string3.m, objc/execute/string4.m: New tests.
20413 Based on testcases provided by Nicola Pero.
20414
20415 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
20416
20417 * gcc.dg/cpp/macro7.c: New test.
20418
20419 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
20420
20421 * gcc.dg/cpp/multiline.c: Update.
20422
20423 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
20424
20425 * g++.old-deja/g++.other/enum3.C: New test.
20426
20427 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
20428
20429 * g++.old-deja/g++.other/pod1.C: New test.
20430
20431 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
20432
20433 * g++.old-deja/g++.ext/overload1.C: New test.
20434
20435 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
20436
20437 * g++.old-deja/g++.pt/using1.C: New test.
20438
20439 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
20440
20441 * g++.old-deja/g++.other/using9.C: New test.
20442
20443 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
20444
20445 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
20446
20447 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
20448
20449 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
20450
20451 * g++.old-deja/g++.ext/realpt1.C: Remove.
20452
20453 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
20454
20455 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
20456
20457 2001-02-26 Will Cohen <wcohen@redhat.com>
20458
20459 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
20460
20461 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
20462
20463 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
20464 templatized constructors.
20465
20466 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20467
20468 * gcc.c-torture/execute/20010224-1.c: New test.
20469
20470 2001-02-23 Jakub Jelinek <jakub@redhat.com>
20471
20472 * gcc.c-torture/execute/20010222-1.c: New test.
20473
20474 2001-02-22 Jakub Jelinek <jakub@redhat.com>
20475
20476 * g++.old-deja/g++.other/inline20.C: New test.
20477
20478 2001-02-21 Ovidiu Predescu <ovidiu@cup.hp.com>
20479
20480 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
20481
20482 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
20483
20484 * g++.old-deja/g++.other/lookup22.C: New test.
20485
20486 2001-02-19 Zack Weinberg <zackw@stanford.edu>
20487
20488 * g77.dg: New directory.
20489 * g77.dg/20010216-1.f: New test case.
20490 * g77.dg/dg.exp: New driver.
20491 * lib/g77-dg.exp: New driver library.
20492
20493 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
20494
20495 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
20496
20497 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
20498
20499 * g++.old-deja/g++.other/decl9.C: New test.
20500
20501 2001-02-16 Jakub Jelinek <jakub@redhat.com>
20502
20503 * g++.old-deja/g++.other/init16.C: Update the test so that it does
20504 not need <string> and also tests the initialization at runtime.
20505
20506 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
20507
20508 * gcc.c-torture/execute/longlong.c: New test.
20509
20510 2001-02-14 J"orn Rennecke <amylaar@redhat.com>
20511
20512 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
20513
20514 2001-02-14 J"orn Rennecke <amylaar@redhat.com>
20515
20516 * gcc.c-torture/execute/920302-1.c (execute):
20517 Change argument type to short.
20518
20519 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
20520
20521 * g++.old-deja/g++.pt/deduct6.C: New test.
20522
20523 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
20524
20525 * g++.old-deja/g++.pt/deduct5.C: New test.
20526
20527 2001-02-14 Jakub Jelinek <jakub@redhat.com>
20528
20529 * gcc.c-torture/execute/20010209-1.c: New test.
20530
20531 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
20532
20533 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
20534
20535 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
20536
20537 * g++.dg/vtgc1.C: Update for new ABI.
20538
20539 * consistency.vlad: New directory, 1665 files.
20540
20541 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
20542
20543 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
20544 return type.
20545 * gcc.dg/cpp/digraphs.c: Declare puts.
20546
20547 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
20548
20549 * g++.old-deja/g++.other/warn5.C: New test.
20550
20551 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
20552
20553 * g++.old-deja/g++.pt/spec40.C: New test.
20554
20555 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
20556
20557 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
20558 case.
20559 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
20560
20561 2001-02-12 Jakub Jelinek <jakub@redhat.com>
20562
20563 * gcc.c-torture/compile/20010209-1.c: New test.
20564
20565 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
20566
20567 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
20568 excess errors message but not if it crashes.
20569 * g++.old-deja/g++.other/crash27.C: Likewise.
20570 * g++.old-deja/g++.other/crash28.C: Likewise.
20571 * g++.old-deja/g++.other/crash30.C: Likewise.
20572 * g++.old-deja/g++.other/crash32.C: Likewise.
20573 * g++.old-deja/g++.other/crash35.C: Likewise.
20574 * g++.old-deja/g++.pt/inherit2.C: Likewise.
20575
20576 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
20577
20578 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
20579 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
20580 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
20581 g77.f-torture/execute/execute.exp,
20582 g77.f-torture/noncompile/noncompile.exp,
20583 gcc.c-torture/execute/execute.exp,
20584 gcc.c-torture/execute/memcheck/memcheck.exp,
20585 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
20586 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
20587 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
20588 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
20589 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
20590 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
20591 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20592 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
20593 Remove bug reporting instructions with ancient email addresses.
20594
20595 2001-02-07 Jakub Jelinek <jakub@redhat.com>
20596
20597 * gcc.dg/20010202-1.c: New test.
20598 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
20599
20600 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
20601
20602 * g++.dg/stdbool-if.C: New test.
20603
20604 2001-02-07 Ovidiu Predescu <ovidiu@cup.hp.com>
20605
20606 * objc/execute/fdecl.m: Added main().
20607
20608 2001-02-07 Jakub Jelinek <jakub@redhat.com>
20609
20610 * gcc.c-torture/execute/20010206-1.c: New test.
20611
20612 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
20613
20614 * gcc.dg/cpp/avoidpaste1.c: Update.
20615
20616 2001-02-05 Ovidiu Predescu <ovidiu@cup.hp.com>
20617
20618 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
20619 Pero <nicola@brainstorm.co.uk>.
20620 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
20621
20622 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
20623
20624 * g++.old-deja/g++.pt/spec39.C: New test.
20625
20626 2001-02-05 Jakub Jelinek <jakub@redhat.com>
20627
20628 * gcc.c-torture/compile/20010202-1.c: New test.
20629
20630 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
20631
20632 * g++.old-deja/g++.abi/primary2.C: New test.
20633 * g++.old-deja/g++.abi/primary3.C: New test.
20634 * g++.old-deja/g++.abi/primary4.C: New test.
20635 * g++.old-deja/g++.abi/primary5.C: New test.
20636 * g++.old-deja/g++.abi/vtable3.h: New test.
20637 * g++.old-deja/g++.abi/vtable3a.C: New test.
20638 * g++.old-deja/g++.abi/vtable3b.C: New test.
20639 * g++.old-deja/g++.abi/vtable3c.C: New test.
20640 * g++.old-deja/g++.abi/vtable3d.C: New test.
20641 * g++.old-deja/g++.abi/vtable3e.C: New test.
20642 * g++.old-deja/g++.abi/vtable3f.C: New test.
20643 * g++.old-deja/g++.abi/vtable3g.C: New test.
20644 * g++.old-deja/g++.abi/vtable3h.C: New test.
20645 * g++.old-deja/g++.abi/vtable3i.C: New test.
20646 * g++.old-deja/g++.abi/vtable3j.C: New test.
20647 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
20648
20649 2001-02-03 Jakub Jelinek <jakub@redhat.com>
20650
20651 * g++.old-deja/g++.other/anon6.C: New test.
20652 * g++.old-deja/g++.other/anon7.C: New test.
20653
20654 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
20655
20656 * gcc.dg/cpp/avoidpaste2.c: New tests.
20657
20658 2001-01-31 Jakub Jelinek <jakub@redhat.com>
20659
20660 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
20661
20662 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
20663
20664 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
20665 DECIMAL_DIG cases for Irix."
20666
20667 2001-01-31 J"orn Rennecke <amylaar@redhat.com>
20668
20669 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
20670
20671 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
20672
20673 * gcc.dg/c99-tag-1.c: New test.
20674
20675 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
20676
20677 * gcc.dg/cpp/tr-warn1.c: Add tests.
20678
20679 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
20680
20681 * gcc.dg/cpp/avoidpaste1.c: Update.
20682 * gcc.dg/cpp/paste4.c: Update.
20683
20684 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
20685
20686 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
20687 cases for Irix.
20688
20689 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20690
20691 * g++.old-deja/g++.other/inline19.C: New test.
20692
20693 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
20694
20695 * gcc.dg/Wlarger-than.c: New test.
20696
20697 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
20698
20699 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
20700
20701 2001-01-29 Jakub Jelinek <jakub@redhat.com>
20702
20703 * gcc.c-torture/execute/20010129-1.c: New test.
20704 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
20705
20706 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
20707
20708 * gcc.dg/cpp/avoidpaste1.c: Test case.
20709
20710 2001-01-28 Jakub Jelinek <jakub@redhat.com>
20711
20712 * g++.old-deja/g++.other/inline18.C: New test.
20713
20714 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20715
20716 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
20717 and __builtin_putchar.
20718
20719 2001-01-27 Jakub Jelinek <jakub@redhat.com>
20720
20721 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
20722 tests.
20723
20724 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
20725
20726 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
20727 floating point number rounding mode to round to the nearest
20728 representable mode.
20729
20730 2001-01-25 Jakub Jelinek <jakub@redhat.com>
20731
20732 * g++.old-deja/g++.other/mangle2.C: New test.
20733
20734 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
20735
20736 * gcc.c-torture/compile/20010124-1.c: New test.
20737
20738 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
20739
20740 * g++.old-deja/g++.pt/spec38.C: New test.
20741
20742 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
20743
20744 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
20745 "Build don't run".
20746
20747 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20748
20749 * gcc.c-torture/execute/20010123-1.c: New test.
20750
20751 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
20752
20753 * g++.old-deja/g++.pt/spec37.C: New test.
20754
20755 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
20756
20757 * g++.old-deja/g++.pt/overload14.C: New test.
20758
20759 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20760
20761 * gcc.c-torture/execute/20010122-1.c: New test, exercise
20762 __builtin_return_address.
20763
20764 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
20765
20766 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
20767 * g++.old-deja/g++.pt/spec35.C: New test.
20768 * g++.old-deja/g++.pt/spec36.C: New test.
20769
20770 2001-01-20 Jakub Jelinek <jakub@redhat.com>
20771
20772 * gcc.c-torture/compile/20010118-1.c: New test.
20773
20774 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
20775
20776 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
20777
20778 2001-01-19 Jakub Jelinek <jakub@redhat.com>
20779
20780 * gcc.c-torture/execute/20010119-1.c: New test.
20781
20782 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
20783
20784 * g++.old-deja/g++.other/vbase5.C: New test.
20785
20786 2001-01-19 Jakub Jelinek <jakub@redhat.com>
20787
20788 * gcc.c-torture/execute/20010118-1.c: New test.
20789
20790 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
20791
20792 * g++.old-deja/g++.pt/deduct3.C: New test.
20793
20794 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
20795
20796 * g++.old-deja/g++.pt/spec34.C: New test.
20797
20798 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
20799
20800 * g77.f-torture/compile/20000601-2.f: New test.
20801
20802 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
20803
20804 * g++.old-deja/g++.other/init17.C: New test.
20805
20806 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
20807
20808 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
20809
20810 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
20811
20812 * g++.old-deja/g++.pt/unify8.C: New test.
20813
20814 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
20815
20816 * g++.old-deja/g++.abi/vbase1.C: New test.
20817
20818 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
20819
20820 * g++.old-deja/g++.pt/crash65.C: New test.
20821
20822 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
20823
20824 * gcc.dg/cpp/assembl2.S: New test case.
20825
20826 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
20827
20828 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
20829 are supported.
20830
20831 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20832
20833 * g++.old-deja/g++.other/builtins1.C: New test.
20834 * g++.old-deja/g++.other/builtins2.C: Likewise.
20835 * g++.old-deja/g++.other/builtins3.C: Likewise.
20836 * g++.old-deja/g++.other/builtins4.C: Likewise.
20837
20838 2001-01-17 Jakub Jelinek <jakub@redhat.com>
20839
20840 * gcc.c-torture/compile/20010117-1.c: New test.
20841 * gcc.c-torture/compile/20010117-2.c: New test.
20842
20843 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
20844
20845 * g77.f-torture/execute/20010116.[fx]: New test,
20846 XFAIL on i?86-*-*.
20847 * g77.f-torture/compile/20010115.f: Indicate it's
20848 a test for PR fortran/1636.
20849
20850 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
20851
20852 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
20853
20854 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
20855
20856 * g77.f-torture/compile/20010115.f: New test.
20857
20858 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
20859
20860 * g++.old-deja/g++.pt/nontype5.C: New test.
20861
20862 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
20863
20864 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
20865 have an equivalent working one below it.
20866
20867 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
20868
20869 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
20870 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
20871
20872 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
20873
20874 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
20875 message containing "init_priority".
20876 (conpr-2.C): Likewise.
20877 (conpr-3.C): Likewise.
20878 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
20879
20880 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
20881
20882 * gcc.c-torture/execute/20010114-2.c: New test.
20883
20884 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
20885
20886 * gcc.c-torture/compile/20010114-1.c: New test.
20887 * gcc.c-torture/compile/20010114-1.x: Xfail.
20888 * gcc.c-torture/compile/20010114-2.c: New test.
20889 * gcc.c-torture/execute/20010114-1.c: New test.
20890 * gcc.dg/trunc-1.c: New test.
20891 * gcc.dg/uninit-B.c: New test.
20892
20893 2001-01-13 Nick Clifton <nickc@redhat.com>
20894
20895 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
20896 target.
20897
20898 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
20899
20900 * gcc.c-torture/compile/20010113-1.c: New test.
20901
20902 2001-01-13 Jakub Jelinek <jakub@redhat.com>
20903
20904 * gcc.c-torture/compile/20001212-1.c: New test.
20905
20906 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
20907
20908 * gcc.dg/cpp/widestr1.c: Update.
20909 * gcc.dg/cpp/prag-imp.c: Remove.
20910
20911 2001-01-12 Jakub Jelinek <jakub@redhat.com>
20912
20913 * gcc.c-torture/execute/20000801-3.x: Remove.
20914 * gcc.dg/c90-init-1.c: New test.
20915 * gcc.dg/c99-init-1.c: New test.
20916 * gcc.dg/c99-init-2.c: New test.
20917 * gcc.dg/gnu99-init-1.c: New test.
20918
20919 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
20920
20921 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
20922 testing that no relevant ones were found.
20923
20924 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
20925
20926 * g++.old-deja/g++.pt/cast2.C: New test.
20927
20928 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
20929
20930 * g++.old-deja/g++.pt/friend47.C: New test.
20931
20932 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
20933
20934 * g++.old-deja/g++.pt/instantiate13.C: New test.
20935
20936 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
20937
20938 * g++.old-deja/g++.other/defarg7.C: New test.
20939 * g++.old-deja/g++.other/defarg8.C: New test.
20940
20941 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
20942
20943 * g++.old-deja/g++.pt/crash64.C: New test.
20944
20945 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
20946
20947 * g++.old-deja/g++.pt/crash63.C: New test.
20948
20949 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
20950
20951 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
20952
20953 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
20954
20955 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
20956
20957 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
20958
20959 * g++.old-deja/g++.pt/error3.C: New test.
20960
20961 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
20962
20963 * g++.old-deja/g++.other/crash39.C: New test.
20964
20965 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
20966
20967 * g++.old-deja/g++.other/vbase4.C: New test.
20968
20969 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
20970
20971 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
20972 * gcc.dg/special/20000419-2.c: New file. Identical to above.
20973 * gcc.dg/special/special.exp: New test driver which will check
20974 for alias support for the above test.
20975
20976 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
20977
20978 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
20979 problems on small machines.
20980 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
20981 parameterize.
20982
20983 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
20984
20985 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
20986 mips.
20987 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
20988
20989 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
20990
20991 * g++.old_deja/g++.pt/using8.C: New test.
20992
20993 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
20994
20995 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
20996
20997 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
20998
20999 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
21000 where a failure is expected.
21001 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
21002
21003 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
21004
21005 * g++.old_deja/g++.pt/instantiate12.C: New test.
21006
21007 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
21008
21009 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
21010 start of structs.
21011 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
21012 * g++.old-deja/g++.brendan/crash17.C: Likewise.
21013 * g++.old-deja/g++.brendan/crash29.C: Likewise.
21014 * g++.old-deja/g++.brendan/crash48.C: Likewise.
21015 * g++.old-deja/g++.brendan/ns1.C: Likewise.
21016 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
21017 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
21018 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
21019 * g++.old-deja/g++.eh/spec6.C: Likewise.
21020 * g++.old-deja/g++.jason/crash3.C: Likewise.
21021 * g++.old-deja/g++.law/ctors11.C: Likewise.
21022 * g++.old-deja/g++.law/ctors17.C: Likewise.
21023 * g++.old-deja/g++.law/ctors5.C: Likewise.
21024 * g++.old-deja/g++.law/ctors9.C: Likewise.
21025 * g++.old-deja/g++.mike/ambig1.C: Likewise.
21026 * g++.old-deja/g++.mike/net22.C: Likewise.
21027 * g++.old-deja/g++.mike/p3538a.C: Likewise.
21028 * g++.old-deja/g++.mike/p3538b.C: Likewise.
21029 * g++.old-deja/g++.mike/virt3.C: Likewise.
21030 * g++.old-deja/g++.niklas/t128.C: Likewise.
21031 * g++.old-deja/g++.other/anon4.C: Likewise.
21032 * g++.old-deja/g++.other/using1.C: Likewise.
21033 * g++.old-deja/g++.other/warn3.C: Likewise.
21034 * g++.old-deja/g++.pt/t37.C: Likewise.
21035 * g++.old-deja/g++.robertl/eb69.C: Likewise.
21036 * g++.old-deja/g++.robertl/eb71.C: Likewise.
21037
21038 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
21039
21040 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
21041
21042 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21043
21044 * gcc.c-torture/execute/stdio-opt-3.c: New test.
21045
21046 2001-01-07 Jakub Jelinek <jakub@redhat.com>
21047
21048 * gcc.c-torture/compile/20010107-1.c: New test.
21049
21050 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
21051
21052 * gcc.c-torture/execute/builtin-noret-1.c: New test.
21053
21054 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
21055
21056 * gcc.dg/format/format.h: New file.
21057 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
21058 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
21059 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
21060 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
21061 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
21062 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
21063 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
21064 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
21065 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
21066 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
21067 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
21068 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
21069 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
21070 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
21071 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
21072 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
21073 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
21074 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
21075 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
21076 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
21077 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
21078 instead of declaring standard types, macros and functions in each
21079 test.
21080
21081 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
21082
21083 * gcc.c-torture/execute/20010106-1.c: New test.
21084
21085 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
21086
21087 * gcc.dg/format/format.exp: New file.
21088 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
21089 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
21090 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
21091 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
21092 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
21093 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
21094 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
21095 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
21096 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
21097 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
21098 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
21099 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
21100 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
21101 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
21102 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
21103 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
21104 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
21105 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
21106 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
21107 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
21108 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
21109 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
21110 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
21111 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
21112 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
21113 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
21114 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
21115 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
21116 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
21117 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
21118 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
21119 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
21120 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
21121 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
21122 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
21123 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
21124 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
21125 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
21126 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
21127 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
21128 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
21129 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
21130
21131 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
21132
21133 * gcc.c-torture/execute/991228-1.c: Take word endianness into
21134 account.
21135
21136 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
21137
21138 * gcc.c-torture/execute/builtin-complex-1.c: New test.
21139
21140 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
21141
21142 * g++.old-deja/g++.pt/crash62.C: New test.
21143
21144 2001-01-04 Richard Henderson <rth@redhat.com>
21145
21146 * gcc.dg/20000926-1.c: Update expected warnings.
21147 * gcc.dg/array-2.c: Likewise.
21148 * gcc.dg/array-4.c: Also validate flexible array members.
21149 * gcc.dg/c99-flex-array-1.c: New.
21150
21151 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
21152
21153 * gcc.c-torture/compile/20001222-1.x: Remove.
21154
21155 2001-01-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21156
21157 * gcc.c-torture/execute/built-in-setjmp.c: New.
21158
21159 2001-01-03 Richard Henderson <rth@redhat.com>
21160
21161 * gcc.dg/940510-1.c: Update expected error wording.
21162 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
21163
21164 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
21165
21166 * lib/target-supports.exp (check_alias_available): Modified to
21167 indicate aliases not supported if only weak aliases are supported.
21168
21169 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21170
21171 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
21172 Turn on cmpstrsi checks for __pj__ and __i370__.
21173
21174 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
21175
21176 * g++.old-deja/g++.other/virtual11.C: New test.
21177
21178 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
21179
21180 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
21181
21182 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21183
21184 * gcc.c-torture/compile/20010102-1.c: New test.
21185
21186 2001-01-02 Andreas Jaeger <aj@suse.de>
21187
21188 * gcc.dg/noreturn-3.c: New test.
21189
21190 * gcc.dg/noreturn-4.c: New test.
21191
21192 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21193
21194 * gcc.c-torture/execute/stdio-opt-1.c: Also test
21195 __builtin_fputc and __builtin_fwrite.
21196
21197 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
21198
21199 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
21200 signed char, not default char.
21201
21202 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
21203
21204 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
21205
21206 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
21207
21208 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
21209
21210 2000-12-29 Richard Henderson <rth@redhat.com>
21211
21212 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
21213 (__cyg_profile_func_exit): Define.
21214
21215 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
21216
21217 * g++.dg/vtgc1.C: New test.
21218
21219 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
21220
21221 * gcc.dg/noncompile/20001228-1.c: New test.
21222
21223 * gcc.dg/20001228-1.c: New test.
21224
21225 * gcc.c-torture/execute/20001228-1.c: New test.
21226
21227 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
21228
21229 * gcc.dg/format-strfmon-1.c: New test.
21230
21231 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21232
21233 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
21234 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
21235 * gcc.c-torture/execute/string-opt-1.c: Likewise.
21236 * gcc.c-torture/execute/string-opt-2.c: Likewise.
21237 * gcc.c-torture/execute/string-opt-3.c: Likewise.
21238 * gcc.c-torture/execute/string-opt-4.c: Likewise.
21239 * gcc.c-torture/execute/string-opt-6.c: Likewise.
21240 * gcc.c-torture/execute/string-opt-7.c: Likewise.
21241 * gcc.c-torture/execute/string-opt-8.c: Likewise.
21242 * gcc.c-torture/execute/string-opt-9.c: Likewise.
21243 * gcc.c-torture/execute/string-opt-10.c: Likewise.
21244 * gcc.c-torture/execute/string-opt-11.c: Likewise.
21245 * gcc.c-torture/execute/string-opt-12.c: Likewise.
21246
21247 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
21248 * gcc.c-torture/execute/string-opt-4.c: Test index.
21249
21250 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
21251
21252 * gcc.c-torture/compile/20001226-1.c: New test.
21253
21254 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
21255
21256 * gcc.c-torture/compile/20001222-1.c: New test.
21257 * gcc.c-torture/compile/20001222-1.x: Xfail.
21258
21259 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
21260
21261 * gcc.c-torture/execute/comp-goto-2.c: New test.
21262
21263 2000-12-21 J"orn Rennecke <amylaar@redhat.com>
21264
21265 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
21266 Use long types if __INT_MAX__ is 32767.
21267 (main): Use cast to (sint32 *) when poking 88 into a_page.
21268
21269 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
21270
21271 2000-12-21 Bernd Schmidt <bernds@redhat.com>
21272
21273 * gcc.c-torture/compile/20001221-1.c: New test.
21274 * gcc.c-torture/execute/20001221-1.c: New test.
21275
21276 2000-12-20 Richard Henderson <rth@redhat.com>
21277
21278 * g++.old-deja/g++.pt/crash36.C: Update error lines.
21279 * g++.old-deja/g++.robertl/eb109.C: Likewise.
21280
21281 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21282
21283 * gcc.dg/compare3.c: New test.
21284
21285 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
21286
21287 * gcc.dg/format-warnll-1.c: New test.
21288
21289 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
21290
21291 * gcc.dg/cpp/cmdlne-P.c: New test.
21292
21293 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
21294
21295 * gcc.c-torture/execute/builtin-abs-1.c,
21296 gcc.c-torture/execute/builtin-abs-2.c: New tests.
21297
21298 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
21299
21300 * gcc.dg/cpp/multiline.c: New test.
21301
21302 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
21303
21304 * g++.old-deja/g++.other/syshdr1.C: Update.
21305 * gcc.dg/cpp/lineflags.c: Remove temporarily.
21306
21307 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
21308
21309 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
21310
21311 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
21312
21313 * g++.old-deja/g++.pt/ttp65.C: New test.
21314
21315 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
21316
21317 * g++.old-deja/g++.pt/ttp64.C: New test.
21318
21319 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
21320
21321 * g++.old-deja/g++.pt/spec33.C: New test.
21322
21323 2000-12-14 Catherine Moore <clm@redhat.com>
21324
21325 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
21326 * gcc.c-torture/execute/920612-2.c: Likewise.
21327 * gcc.c-torture/execute/920428-2.c: Likewise.
21328 * gcc-c-torture/execute/va-arg-11.c: Call exit.
21329 * gcc.c-torture/execute/va-arg-21.c: Likewise.
21330
21331 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
21332
21333 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
21334 * gcc.dg/pack-test-2.c: Likewise.
21335
21336 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
21337
21338 Tests by Zack Weinberg <zackw@stanford.edu>.
21339
21340 * gcc.dg/cpp/defined.c: Update.
21341 * gcc.dg/cpp/defined_trad.c: New tests.
21342
21343 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
21344
21345 * gcc.dg/cpp/trad-direct.c: Update.
21346
21347 2000-12-11 Neil Booth <neilb@earthling.net>
21348
21349 * gcc.dg/cpp/defined_trad.c
21350
21351 2000-12-11 Neil Booth <neilb@earthling.net>
21352
21353 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
21354
21355 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
21356
21357 * gcc.dg/format-miss-2.c: New test.
21358
21359 2000-12-09 Neil Booth <neilb@earthling.net>
21360
21361 * gcc.dg/cpp/lineflags.c: New tests.
21362 * gcc.dg/cpp/poison.c: Update.
21363 * gcc.dg/cpp/redef2.c: Update.
21364 * gcc.dg/cpp/skipping.c: New test.
21365
21366 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
21367
21368 * g++.old-deja/g++.other/eh3.C: New testcase.
21369
21370 2000-12-07 Neil Booth <neilb@earthling.net>
21371
21372 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
21373 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
21374 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
21375 wtr-union-init-2.c, wtr-union-init-3.c: Update.
21376 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
21377 Update.
21378
21379 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
21380
21381 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
21382 __SIZE_TYPE__ instead of int for type of integers cast to
21383 pointers.
21384
21385 2000-12-07 Jakub Jelinek <jakub@redhat.com>
21386
21387 * g++.old-deja/g++.other/cleanup4.C: New test.
21388
21389 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
21390
21391 * format-sec-1.c: New test.
21392
21393 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
21394
21395 * gcc.dg/format-nonlit-3.c: New test.
21396
21397 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
21398
21399 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
21400 through a null pointer.
21401
21402 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
21403
21404 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
21405 * g++.old-deja/g++.pt/partial4.C: New test.
21406
21407 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
21408
21409 * gcc.c-torture/execute/ieee/hugeval.x: New.
21410
21411 2000-12-06 Neil Booth <neilb@earthling.net>
21412
21413 * gcc.dg/cpp/backslash2.c: New tests.
21414
21415 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21416
21417 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
21418 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
21419
21420 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
21421
21422 * gcc.c-torture/execute/20001203-2.c: New testcase.
21423
21424 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
21425
21426 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
21427 * g++.old-deja/g++.other/virtual10.C: New test.
21428
21429 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
21430
21431 * g++.old-deja/g++.mike/pmf5.C: Remove test.
21432
21433 2000-12-05 Richard Henderson <rth@redhat.com>
21434
21435 * gcc.c-torture/compile/20001205-1.c: New.
21436
21437 2000-12-04 Neil Booth <neilb@earthling.net>
21438
21439 * g++.old-deja/g++.other/virtual9.C: New test.
21440 * g++.old-deja/g++.pt/crash61.C: New test.
21441 * gcc.c-torture/execute/loop-9.c: New test.
21442
21443 2000-12-04 Neil Booth <neilb@earthling.net>
21444
21445 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
21446 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
21447 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
21448 * gcc.dg/cpp/extratokens.c: ...here.
21449
21450 2000-12-04 Neil Booth <neilb@earthling.net>
21451
21452 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
21453 New tests.
21454
21455 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21456
21457 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
21458 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
21459
21460 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
21461
21462 * gcc.c-torture/execute/20001203-1.c: New test.
21463
21464 2000-12-03 Neil Booth <neilb@earthling.net>
21465
21466 * gcc.dg/cpp/macro6.c: New test cases.
21467
21468 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21469
21470 * gcc.c-torture/execute/string-opt-9.c: New test.
21471 * gcc.c-torture/execute/string-opt-10.c: Likewise.
21472 * gcc.c-torture/execute/string-opt-11.c: Likewise.
21473 * gcc.c-torture/execute/string-opt-12.c: Likewise.
21474
21475 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
21476 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
21477
21478 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
21479
21480 * gcc.dg/cpp/if-6.c: New testcase.
21481
21482 * gcc.dg/20001201-1.c: New testcase.
21483
21484 2000-12-02 Neil Booth <neilb@earthling.net>
21485
21486 * g++.old-deja/g++.other/externC4.C,
21487 g++.old-deja/g++.other/friend10.C: New tests.
21488
21489 2000-12-02 Neil Booth <neilb@earthling.net>
21490
21491 * g++.old-deja/g++.other/instan2.C
21492 * g++.old-deja/g++.other/instan3.C: New test.
21493
21494 2000-12-02 Neil Booth <neilb@earthling.net>
21495
21496 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
21497 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
21498 gnuc99.c,gnuc99-pedantic.c: New tests.
21499
21500 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
21501
21502 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
21503 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
21504
21505 2000-12-01 Neil Booth <neilb@earthling.net>
21506
21507 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
21508 * gcc.dg/cpp/poison.c: Update.
21509 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
21510
21511 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
21512
21513 * g77.f-torture/execute/20001201.f: New test.
21514
21515 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
21516
21517 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
21518
21519 2000-12-01 Jakub Jelinek <jakub@redhat.com>
21520
21521 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
21522
21523 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
21524
21525 * g++.old-deja/g++.other/cast6.C: New test.
21526
21527 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
21528
21529 * gcc.c-torture/execute/20001130-2.c: New testcase.
21530
21531 2000-11-30 Richard Henderson <rth@redhat.com>
21532
21533 * gcc.c-torture/execute/20001130-1.c: New test.
21534
21535 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
21536
21537 * g++.old-deja/g++.other/op3.C: New test.
21538
21539 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
21540
21541 * g++.old-deja/g++.other/op2.C: New test.
21542
21543 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
21544
21545 * g++.old-deja/g++.other/crash38.C: New test.
21546
21547 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
21548
21549 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
21550
21551 2000-11-29 Jakub Jelinek <jakub@redhat.com>
21552
21553 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
21554 tests.
21555 * gcc.c-torture/execute/string-opt-6.c: New test.
21556
21557 * gcc.dg/20001117-1.c: Add main.
21558
21559 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
21560
21561 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
21562 Move from here ...
21563 * gcc.dg/940510-1.c: ... to here.
21564
21565 * gcc.dg/20000926-1.c: GNU C now allows initializations of
21566 zero-size arrays in toplevel structures.
21567
21568 2000-11-28 Jakub Jelinek <jakub@redhat.com>
21569
21570 * gcc.c-torture/execute/loop-8.c: New test.
21571
21572 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
21573
21574 * g++.old-deja/g++.other/base1.C: New test.
21575
21576 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
21577
21578 * g++.old-deja/g++.other/parse2.C: New test.
21579
21580 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
21581
21582 * g++.old-deja/g++.pt/incomplete1.C: New test.
21583
21584 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
21585
21586 * g++.old-deja/g++.other/friend9.C: New test.
21587
21588 2000-11-28 Jakub Jelinek <jakub@redhat.com>
21589
21590 * gcc.dg/20001127-1.c: New test.
21591
21592 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
21593
21594 * g++.old-deja/g++.pt/friend46.C: New test.
21595
21596 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
21597
21598 * g++.old-deja/g++.other/ptrmem8.C: New test.
21599
21600 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21601
21602 * gcc.c-torture/execute/string-opt-7.c: New test.
21603 * gcc.c-torture/execute/string-opt-8.c: Likewise.
21604
21605 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
21606
21607 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
21608 instead of 'mkcheck 2'.
21609
21610 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
21611
21612 * gcc.c-torture/execute/memcheck/driver.c,
21613 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
21614 C9X references to refer to C99.
21615
21616 2000-11-25 Jakub Jelinek <jakub@redhat.com>
21617
21618 * gcc.dg/ultrasp3.c: New test.
21619
21620 2000-11-25 Neil Booth <neilb@earthling.net>
21621
21622 * gcc.dg/cpp/include2.c: Update test to be locale independent.
21623
21624 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
21625
21626 * gcc.c-torture/compile/20001123-2.c: New.
21627
21628 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
21629
21630 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
21631
21632 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
21633
21634 * gcc.dg/sequence-point-1.c: Add some new tests.
21635 * gcc.c-torture/execute/20001124-1.c: New test.
21636
21637 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
21638
21639 * g++.old-deja/g++.other/vaarg4.C: New test.
21640 * gcc.c-torture/compile/20001123-1.c: New test.
21641
21642 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
21643
21644 * g++.other/crash24.C: Adjust and remove XFAIL.
21645 * g++.other/crash37.C: New test.
21646
21647 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
21648
21649 * g++.old-deja/g++.pt/instantiate9.C: New test.
21650
21651 2000-11-22 Mark Mitchell <mark@codesourcery.com>
21652
21653 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
21654 new ABI, too.
21655
21656 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
21657 * g++.old-deja/g++.robertl/eb55.C: Likewise.
21658
21659 2000-11-22 Neil Booth <neilb@earthling.net>
21660
21661 * gcc.dg/cpp/Wtrigraphs.c: New test.
21662
21663 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
21664
21665 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
21666
21667 2000-11-22 Jakub Jelinek <jakub@redhat.com>
21668
21669 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
21670
21671 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
21672
21673 * lib/gcc-dg.exp: load_lib scanasm.exp.
21674 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
21675 * lib/g++-dg.exp: load_lib scanasm.exp.
21676 * lib/scanasm.exp: New.
21677 (scan-assembler, scan-assembler-not): Add optional arguments to
21678 test name, or if not present, the pattern name.
21679 (scan-assembler-dem, scan-assembler-dem-not): New.
21680
21681 * g++.dg/dg.exp: New.
21682
21683 2000-11-21 Neil Booth <neilb@earthling.net>
21684
21685 * gcc.dg/cpp/integrated1.c: Remove.
21686
21687 2000-11-21 Jakub Jelinek <jakub@redhat.com>
21688
21689 * gcc.c-torture/execute/20001121-1.c: New test.
21690
21691 2000-11-21 Richard Henderson <rth@redhat.com>
21692
21693 * gcc.c-torture/compile/20001121-1.c: New test.
21694
21695 2000-11-20 Neil Booth <neilb@earthling.net>
21696
21697 * gcc.dg/cpp/integrated1.c: New test.
21698
21699 2000-11-21 Jakub Jelinek <jakub@redhat.com>
21700
21701 * g++.old-deja/g++.other/inline17.C: New test.
21702
21703 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
21704
21705 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
21706 local variable to be zero: I made the variable global. Now
21707 uses abort() and exit() instead of relying on main's return value.
21708
21709 2000-11-20 Neil Booth <neilb@earthling.net>
21710
21711 * gcc.dg/cpp/paste2.c: Update test.
21712 * objc/execute/paste.m: New test.
21713
21714 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
21715
21716 * gcc.dg/c99-condexpr-1.c: New test.
21717
21718 2000-11-20 Neil Booth <neilb@earthling.net>
21719
21720 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
21721
21722 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
21723
21724 * g++.old-deja/g++.pt/export1.C: New test.
21725
21726 2000-11-20 Jakub Jelinek <jakub@redhat.com>
21727
21728 * gcc.dg/20001117-1.c: New test.
21729
21730 2000-11-18 Richard Henderson <rth@redhat.com>
21731
21732 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
21733
21734 2000-11-18 Richard Henderson <rth@redhat.com>
21735
21736 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
21737 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
21738 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
21739
21740 2000-11-18 Richard Henderson <rth@redhat.com>
21741
21742 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
21743 (main): New. Exit cleanly.
21744
21745 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
21746
21747 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
21748 gcc.dg/c99-fordecl-2.c: New tests.
21749
21750 2000-11-18 Richard Henderson <rth@redhat.com>
21751
21752 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
21753 * gcc.c-torture/execute/zerolen-2.c: New.
21754
21755 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
21756
21757 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
21758 memory.
21759
21760 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
21761
21762 * g++.old-deja/g++.pt/instantiate8.C: New test.
21763
21764 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
21765
21766 * g++.old-deja/g++.other/incomplete.C: Add more tests.
21767 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
21768
21769 2000-11-16 Nick Clifton <nickc@redhat.com>
21770
21771 * gcc.c-torture/execute/nestfunc-2.c: New test.
21772 * gcc.c-torture/execute/nestfunc-3.c: New test.
21773
21774 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
21775
21776 * gcc.c-torture/compile/20001116-1.c: New test.
21777
21778 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
21779
21780 * gcc.c-torture/execute/20001115-1.c: New test.
21781
21782 2000-11-15 Mark Mitchell <mark@codesourcery.com>
21783
21784 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
21785 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
21786 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
21787 * g++.old-deja/g++.abi/vmihint.C: Likewise.
21788
21789 2000-11-15 Neil Booth <neilb@earthling.net>
21790
21791 gcc.dg/cpp/_Pragma1.c: Update.
21792 gcc.dg/cpp/_Pragma2.c: New test.
21793
21794 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
21795
21796 * g++.old-deja/g++.other/anon5.C: New test.
21797
21798 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
21799
21800 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
21801 tests.
21802
21803 2000-11-14 Jakub Jelinek <jakub@redhat.com>
21804
21805 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
21806 output.
21807
21808 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
21809
21810 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
21811 labels at end of compound statements.
21812
21813 2000-11-13 Jakub Jelinek <jakub@redhat.com>
21814
21815 * gcc.c-torture/execute/loop-7.c: New test.
21816
21817 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
21818
21819 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
21820
21821 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
21822
21823 * gcc.dg/c99-bool-1.c: New test.
21824
21825 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
21826
21827 * gcc.dg/c99-scope-1.c: Remove xfail.
21828 * gcc.dg/c99-scope-2.c: New test.
21829
21830 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21831
21832 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
21833 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
21834
21835 2000-11-11 Mark Mitchell <mark@codesourcery.com>
21836
21837 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
21838 error messages.
21839
21840 * g++.mike/p700.C: Don't typedef wchar_t.
21841 * g++.mike/p784.C: Likewise.
21842 * g++.mike/eb101.C: Don't use __wchar_t.
21843
21844 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
21845
21846 * g77.f-torture/execute/20001111.[fx]: Test premature exit
21847 from DO loop.
21848
21849 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
21850
21851 * gcc.c-torture/execute/20001111-1.c: New test.
21852
21853 2000-11-10 Nick Clifton <nickc@redhat.com>
21854
21855 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
21856 long multuiple and accumulate.
21857
21858 2000-11-09 Richard Henderson <rth@redhat.com>
21859
21860 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
21861 via size_t instead of int.
21862
21863 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
21864 * gcc.c-torture/execute/string-opt-2.c: Likewise.
21865 * gcc.c-torture/execute/string-opt-3.c: Likewise.
21866 * gcc.c-torture/execute/string-opt-4.c: Likewise.
21867
21868 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
21869
21870 * gcc.c-torture/compile/20001109-1.c: New test.
21871 * gcc.c-torture/compile/20001109-2.c: New test.
21872
21873 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
21874
21875 * g++.old-deja/g++.pt/operator1.C: New test.
21876 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
21877
21878 2000-11-09 Jakub Jelinek <jakub@redhat.com>
21879
21880 * gcc.dg/20001108-1.c: New test.
21881
21882 2000-11-09 Jakub Jelinek <jakub@redhat.com>
21883
21884 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
21885 with both arguments constant strings.
21886 * gcc.c-torture/execute/string-opt-3.c: New test.
21887 * gcc.c-torture/execute/string-opt-4.c: New test.
21888 * gcc.c-torture/execute/string-opt-5.c: New test.
21889
21890 2000-11-08 Nick Clifton <nickc@redhat.com>
21891
21892 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
21893 mulsidi3adddi patterns.
21894
21895 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
21896
21897 * g++.old-deja/g++.other/crash36.C: New test.
21898
21899 2000-11-08 Jakub Jelinek <jakub@redhat.com>
21900
21901 * g++.old-deja/g++.other/init16.C: New test.
21902
21903 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
21904
21905 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
21906
21907 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
21908
21909 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
21910 * gcc.c-torture/execute/va-arg-16.x: Likewise.
21911 * gcc.c-torture/execute/va-arg-17.x: Likewise.
21912
21913 2000-11-07 DJ Delorie <dj@redhat.com>
21914
21915 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
21916
21917 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21918
21919 * gcc.c-torture/execute/string-opt-1.c: New test.
21920
21921 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
21922
21923 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
21924 mips-sgi-irix6.* because the MIPS ABI passes floating-point
21925 parameters in registers, and there is no way for a varargs
21926 function to know in which order the integer and floating-point
21927 parameters should be interleaved when they are placed on the
21928 stack.
21929 * gcc.c-torture/execute/va-arg-16.x: Likewise.
21930 * gcc.c-torture/execute/va-arg-17.x: Likewise.
21931
21932 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21933
21934 * gcc.c-torture/execute/string-opt-2.c: New test.
21935
21936 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
21937
21938 * g++.old-deja/g++.pt/crash60.C: New test.
21939
21940 2000-11-06 Jakub Jelinek <jakub@redhat.com>
21941
21942 * g++.old-deja/g++.other/crash24.C: New test.
21943 * g++.old-deja/g++.other/crash25.C: New test.
21944 * g++.old-deja/g++.other/crash26.C: New test.
21945 * g++.old-deja/g++.other/crash27.C: New test.
21946 * g++.old-deja/g++.other/crash28.C: New test.
21947 * g++.old-deja/g++.other/crash29.C: New test.
21948 * g++.old-deja/g++.other/crash30.C: New test.
21949 * g++.old-deja/g++.other/crash31.C: New test.
21950 * g++.old-deja/g++.other/crash32.C: New test.
21951 * g++.old-deja/g++.other/crash33.C: New test.
21952 * g++.old-deja/g++.other/crash34.C: New test.
21953 * g++.old-deja/g++.other/crash35.C: New test.
21954
21955 2000-11-06 Jakub Jelinek <jakub@redhat.com>
21956
21957 * gcc.c-torture/execute/20001031-1.c: New test.
21958
21959 2000-11-04 Mark Mitchell <mark@codesourcery.com>
21960
21961 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
21962 namespace.
21963
21964 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
21965 standards-conformant.
21966
21967 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
21968
21969 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
21970 * g++.old-deja/g++.mike/p755a.C: Likewise.
21971 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
21972 library makes no calls to `operator new' during initialization.
21973
21974 2000-11-04 Neil Booth <neilb@earthling.net>
21975
21976 * gcc.dg/cpp/include2.c: New tests.
21977
21978 2000-11-03 Mark P Mitchell <mark@codesourcery.com>
21979
21980 * lib/g++.exp (g++_set_ld_library_path): New function.
21981 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
21982
21983 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
21984
21985 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
21986 warnings.
21987
21988 2000-11-01 Richard Henderson <rth@redhat.com>
21989
21990 * g++.old-deja/g++.ext/namedret1.C: New.
21991 * g++.old-deja/g++.ext/namedret2.C: New.
21992 * g++.old-deja/g++.ext/namedret3.C: New.
21993
21994 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
21995
21996 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
21997 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
21998
21999 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22000
22001 * gcc.c-torture/execute/va-arg-21.c: New test.
22002
22003 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
22004
22005 * gcc.dg/c99-complex-2.c: New test.
22006
22007 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22008
22009 * gcc.c-torture/execute/stdio-opt-1.c: New test.
22010
22011 2000-10-31 Jakub Jelinek <jakub@redhat.com>
22012
22013 * g++.old-deja/g++.other/inline16.C: New test.
22014
22015 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
22016
22017 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
22018 __PRETTY_FUNCTION__
22019
22020 2000-10-29 Neil Booth <neilb@earthling.net>
22021
22022 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
22023 New tests.
22024 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
22025 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
22026 optimisation.
22027
22028 2000-10-29 Neil Booth <neilb@earthling.net>
22029
22030 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
22031 * mi1.c, mi1c.h: Add null directives to multiple-include test.
22032 * mi5.c: Test multiple includes work with -C.
22033 * trigraphs.c: Test ^= version.
22034
22035 2000-10-28 Neil Booth <neilb@earthling.net>
22036
22037 New tests and test updates for new macro expander.
22038
22039 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
22040 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
22041 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
22042 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
22043 new diagnostic messages.
22044
22045 * gcc.dg/cpp/macro3.c: New tests.
22046
22047 2000-10-27 Mark Mitchell <mark@codesourcery.com>
22048
22049 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
22050 on the same line.
22051
22052 2000-10-27 Jakub Jelinek <jakub@redhat.com>
22053
22054 * g++.old-deja/g++.other/eh2.C: New test.
22055
22056 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
22057
22058 * gcc.c-torture/execute/20001027-1.c: New test.
22059
22060 2000-10-26 Richard Henderson <rth@redhat.com>
22061
22062 * gcc.c-torture/execute/20001026-1.c: New.
22063
22064 2000-10-26 Mark Mitchell <mark@codesourcery.com>
22065
22066 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
22067 * g++.old-deja/g++.law/builtin1.C: Likewise.
22068 * g++.old-deja/g++.law/ctors10.C: Likewise.
22069 * g++.old-deja/g++.law/virtual3.C: Likewise.
22070 * g++.old-deja/g++.mike/p658.C: Likewise.
22071 * g++.old-deja/g++.other/sibcall1.C: Likewise.
22072 * g++.old-deja/g++.other/vaarg2.C: Likewise.
22073 * g++.old-deja/g++.robertl/eb124.C: Likewise.
22074 * g++.old-deja/g++.robertl/eb44.C: Likewise.
22075 * g++.old-deja/g++.robertl/eb77.C: Likewise.
22076
22077 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
22078
22079 * gcc.c-torture/compile/20001024-1.c: New test.
22080
22081 2000-10-25 Mark Mitchell <mark@codesourcery.com>
22082
22083 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
22084 to tell us whether or not we are using V3.
22085
22086 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
22087
22088 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
22089 operands.
22090
22091 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
22092
22093 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
22094
22095 2000-10-25 Jakub Jelinek <jakub@redhat.com>
22096
22097 * gcc.c-torture/execute/20001024-1.c: New test.
22098
22099 2000-10-24 Jakub Jelinek <jakub@redhat.com>
22100
22101 * g++.old-deja/g++.other/sibcall1.C: New test.
22102
22103 2000-10-20 Jakub Jelinek <jakub@redhat.com>
22104
22105 * gcc.dg/noncompile/init-3.c: New test.
22106
22107 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
22108
22109 * gcc.dg/format-array-1.c: New test.
22110
22111 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
22112
22113 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
22114 writing through null pointers; remove comment about testing
22115 unterminated strings.
22116
22117 2000-10-17 Matthew Hiller <hiller@redhat.com>
22118
22119 * gcc.c-torture/execute/20001017-2.c: New test.
22120
22121 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
22122
22123 * gcc.c-torture/compile/20001018-1.c: New test.
22124 * gcc.c-torture/compile/20001018-1.x: Xfail.
22125
22126 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22127
22128 * gcc.c-torture/execute/20001017-1.c: New test.
22129
22130 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
22131
22132 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
22133 for multiple use of arguments with scanf formats; add tests for
22134 multiple use of arguments.
22135
22136 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
22137
22138 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
22139
22140 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
22141
22142 * gcc.dg/format-miss-1.c: New test.
22143
22144 2000-10-16 Jakub Jelinek <jakub@redhat.com>
22145
22146 * gcc.c-torture/execute/20001013-1.c: New test.
22147
22148 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
22149
22150 * gcc.dg/format-branch-1.c: New test.
22151
22152 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
22153
22154 * README, lib/file-format.exp: Remove EGCS references.
22155
22156 2000-10-16 Jakub Jelinek <jakub@redhat.com>
22157
22158 * gcc.dg/20001013-1.c: New test.
22159
22160 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
22161
22162 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
22163 for intmax_t in the compiler using __typeof__ and the type rules
22164 for conditional expressions.
22165
22166 2000-10-13 Jakub Jelinek <jakub@redhat.com>
22167
22168 * gcc.dg/20001012-1.c: New test.
22169 * gcc.dg/20001012-2.c: New test.
22170
22171 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
22172
22173 * gcc.dg/format-attr-1.c: New test.
22174
22175 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
22176
22177 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
22178 __LONG_LONG_MAX__ instead of LLONG_MAX.
22179
22180 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
22181
22182 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
22183 scanf flags.
22184 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
22185 flags.
22186
22187 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
22188
22189 * gcc.dg/sequence-pt-1.c: New test.
22190
22191 2000-10-11 Geoff Keating <geoffk@cygnus.com>
22192
22193 * gcc.c-torture/execute/20001011-1.c: New testcase.
22194 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
22195
22196 2000-10-10 Jakub Jelinek <jakub@redhat.com>
22197
22198 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
22199 does not error on it.
22200
22201 2000-10-10 Jakub Jelinek <jakub@redhat.com>
22202
22203 * gcc.dg/20001009-1.c: New test.
22204
22205 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
22206
22207 * gcc.c-torture/compile/20001009-1.c: Move from here ....
22208 * gcc.c-torture/execute/20001009-2.c: ... to here.
22209
22210 2000-10-09 Geoff Keating <geoffk@cygnus.com>
22211
22212 * gcc.c-torture/compile/20001009-1.c: New testcase.
22213 * gcc.c-torture/execute/20001009-1.c: New testcase.
22214 Testcases provided by Jan Hubicka <jh@suse.cz>.
22215
22216 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
22217
22218 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
22219 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
22220 uintmax_t using <limits.h> to emulate the compiler's internal
22221 logic. No longer XFAIL %j tests.
22222
22223 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
22224
22225 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
22226 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
22227 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
22228 regexps and details of expected handling of some bad formats.
22229 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
22230 suppression.
22231
22232 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
22233
22234 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
22235 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
22236 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
22237 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
22238 in list archives.
22239
22240 2000-10-06 Richard Henderson <rth@cygnus.com>
22241
22242 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
22243 * g++.old-deja/g++.brendan/crash52.C: Likewise.
22244 * g++.old-deja/g++.jason/report.C: Likewise.
22245 * g++.old-deja/g++.law/friend5.C: Likewise.
22246 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
22247 of the expected warnings.
22248
22249 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
22250
22251 * g++.old-deja/g++.pt/enum14.C: New test.
22252
22253 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
22254
22255 * g++.old-deja/g++.pt/crash59.C: New test.
22256
22257 2000-10-04 Will Cohen <wcohen@redhat.com>
22258
22259 * gcc.dg/20000926-1.c: New test.
22260
22261 2000-10-03 Geoff Keating <geoffk@cygnus.com>
22262
22263 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
22264 function name for current C++ compiler.
22265 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
22266
22267 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
22268
22269 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
22270 __PRETTY_FUNCTION__.
22271 * g++.old-deja/g++.ext/pretty2.C: Likewise.
22272
22273 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22274
22275 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
22276
22277 2000-09-26 Jakub Jelinek <jakub@redhat.com>
22278
22279 * gcc.c-torture/compile/20000923-1.c: New test.
22280
22281 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
22282
22283 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
22284 * g++.old-deja/g++.pt/ttp62.C: Same.
22285 * g++.old-deja/g++.other/inline14.C: Same.
22286
22287 2000-09-24 Richard Henderson <rth@cygnus.com>
22288
22289 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
22290
22291 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
22292
22293 * gcc.dg/c90-printf-1.c: Add test for wide string format.
22294
22295 2000-09-22 Geoff Keating <geoffk@cygnus.com>
22296
22297 * gcc.c-torture/compile/20000922-1.c: New file.
22298
22299 2000-09-21 Nick Clifton <nickc@redhat.com>
22300
22301 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
22302 a signed long modulo operation.
22303 (mod6): New function - perform an unsigned long modulo operation.
22304 (main): Add tests for modulos of very large numbers by very small
22305 dividends.
22306
22307 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22308
22309 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
22310
22311 2000-09-19 Richard Henderson <rth@cygnus.com>
22312
22313 * gcc.dg/compare2.c (case 10): XFAIL.
22314
22315 2000-09-18 Richard Henderson <rth@cygnus.com>
22316
22317 * gcc.c-torture/execute/20000906-1.c: Move ...
22318 * gcc.dg/20000906-1.c: ... here. Only run on targets
22319 that support __builtin_trap.
22320
22321 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
22322
22323 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
22324
22325 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
22326
22327 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
22328 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
22329 more $ format tests.
22330
22331 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
22332
22333 * gcc.dg/format-errmk-1.c: New test.
22334
22335 2000-09-17 Greg McGary <greg@mcgary.org>
22336
22337 * gcc.c-torture/execute/20000917-1.x: Remove.
22338
22339 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
22340
22341 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
22342
22343 2000-09-17 Greg McGary <greg@mcgary.org>
22344
22345 * gcc.c-torture/execute/20000917-1.c: New test.
22346 * gcc.c-torture/execute/20000917-1.x: XFAIL.
22347
22348 2000-09-16 Neil Booth <NeilB@earthling.net>
22349
22350 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
22351 in nested macro bug.
22352
22353 2000-09-15 Neil Booth <NeilB@earthling.net>
22354
22355 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
22356
22357 2000-09-14 Jeffrey A Law (law@cygnus.com)
22358
22359 * gcc.c-torture/execute/20000914-1.c: New test.
22360
22361 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
22362
22363 * g++.other/inline13.C: New test.
22364
22365 2000-09-12 Andreas Jaeger <aj@suse.de>
22366
22367 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
22368 constant by Ulrich Drepper <drepper@redhat.com>.
22369
22370 2000-09-12 J"orn Rennecke <amylaar@redhat.co.uk>
22371
22372 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
22373
22374 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22375
22376 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
22377
22378 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
22379
22380 * gcc.dg/cpp/backslash.c: New test.
22381
22382 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
22383
22384 * gcc.c-torture/execute/20000910-1.c: New test.
22385 * gcc.c-torture/execute/20000910-2.c: Likewise.
22386
22387 2000-09-11 Robert Lipe <robertl@sco.com>
22388
22389 * gcc.dg/pragma-align.c: New test.
22390
22391 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
22392
22393 * g++.old-deja/g++.pt/explicit82.C: New test.
22394 * g++.old-deja/g++.pt/explicit83.C: New test.
22395
22396 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
22397
22398 * gcc.dg/asm-names.c: New test.
22399
22400 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22401
22402 * gcc.dg/cpp/tr-warn6.c: New test
22403
22404 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
22405
22406 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
22407 be accepted.
22408
22409 2000-09-07 Catherine Moore <clm@redhat.com>
22410
22411 * gcc.c-torture/execute/unroll-1.c: New test.
22412
22413 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
22414
22415 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
22416 ERROR markers.
22417 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
22418 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
22419 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
22420 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
22421 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
22422 Preprocess only.
22423 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
22424 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
22425
22426 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
22427
22428 * g++.old-deja/g++.pt/deduct2.C: New test.
22429
22430 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
22431
22432 * g++.old-deja/g++.pt/parms2.C: New test.
22433
22434 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
22435
22436 * g++.old-deja/g++.pt/crash58.C: New test.
22437
22438 2000-09-06 Greg McGary <greg@mcgary.org>
22439
22440 * gcc.c-torture/execute/20000906-1.c: New test.
22441 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
22442
22443 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22444
22445 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
22446
22447 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
22448
22449 * g++.old-deja/g++.pt/crash57.C: New test.
22450
22451 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
22452
22453 * g++.old-deja/g++.pt/crash56.C: New test.
22454
22455 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
22456
22457 * g++.old-deja/g++.pt/koenig1.C: New test.
22458
22459 2000-09-04 Jakub Jelinek <jakub@redhat.com>
22460
22461 * gcc.dg/20000904-1.c: New test.
22462
22463 2000-09-04 Jakub Jelinek <jakub@redhat.com>
22464
22465 * gcc.dg/cpp/paste8.c: New test.
22466
22467 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
22468
22469 * gcc.c-torture/compile/20000827-1.c: New test.
22470
22471 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
22472
22473 * gcc.dg/format-diag-1.c: New test.
22474
22475 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
22476
22477 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
22478 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
22479 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
22480 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
22481 gcc.dg/formatz-1.c: Adjust warning regular expressions.
22482
22483 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
22484
22485 * g++.old-deja/g++.other/nested4.C: New test.
22486
22487 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
22488
22489 * g++.old-deja/g++.ns/scoped1.C: New test.
22490
22491 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
22492
22493 * lib/g++.exp: Support testing already-installed GCC.
22494
22495 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22496
22497 * wtr-label-1.c, wtr-suffix-1.c: New tests.
22498
22499 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22500
22501 * gcc.dg/return-type-2.c: New test.
22502
22503 2000-08-27 Geoff Keating <geoffk@cygnus.com>
22504
22505 * gcc.c-torture/compile/20000825-1.c: New test.
22506
22507 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
22508
22509 * gcc.dg/dwarf2-2.c: New test.
22510
22511 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
22512
22513 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
22514 dg-warning regexps.
22515
22516 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
22517
22518 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
22519 gcc.dg/format-ext-5.c: New tests.
22520
22521 2000-08-25 Jakub Jelinek <jakub@redhat.com>
22522
22523 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
22524
22525 2000-08-24 Mark Mitchell <mark@codesourcery.com>
22526
22527 * gcc.dg/noncompile/930622-2.c: Adjust error message.
22528
22529 2000-08-24 Richard Henderson <rth@cygnus.com>
22530
22531 * gcc.dg/ia64-sync-1.c: New test.
22532 * gcc.dg/ia64-sync-2.c: New test.
22533 * gcc.dg/ia64-asm-1.c: New test.
22534
22535 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
22536
22537 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
22538 * gcc.dg/format-ext-2.c: New test.
22539
22540 2000-08-23 Jason Merrill <jason@redhat.com>
22541
22542 * lib/old-dejagnu.exp: Also ignore "In member function" and
22543 "At global scope".
22544
22545 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22546
22547 * gcc.dg/noncompile/label-lineno-1.c: New test.
22548
22549 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
22550
22551 * gcc.dg/c99-array-nonobj-1.c: New test.
22552
22553 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
22554
22555 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
22556 tests.
22557 * gcc.dg/format-ext-1.c: New test.
22558
22559 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22560
22561 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
22562 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
22563 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
22564 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
22565 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
22566
22567 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
22568
22569 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
22570 gcc.dg/c99-strftime-2.c: New tests.
22571
22572 2000-08-22 Richard Henderson <rth@cygnus.com>
22573
22574 * gcc.c-torture/execute/20000822-1.c: New test.
22575
22576 2000-08-21 Jakub Jelinek <jakub@redhat.com>
22577
22578 * gcc.c-torture/execute/20000819-1.x: Remove.
22579
22580 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
22581
22582 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
22583 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
22584 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
22585 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
22586 gcc.dg/format-xopen-1.c: New tests.
22587
22588 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
22589
22590 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
22591
22592 2000-08-21 Jakub Jelinek <jakub@redhat.com>
22593
22594 * g++.old-deja/g++.other/loop2.C: New test.
22595
22596 * gcc.c-torture/compile/20000606-1.c: New test.
22597 * gcc.c-torture/compile/20000728-1.c: New test.
22598 * gcc.c-torture/execute/20000801-1.c: New test.
22599 * gcc.c-torture/execute/20000801-2.c: New test.
22600 * gcc.c-torture/execute/20000819-1.c: New test.
22601 * gcc.c-torture/execute/20000819-1.x: XFAIL.
22602 * gcc.dg/20000629-1.c: New test.
22603 * gcc.dg/20000724-1.c: New test.
22604 * gcc.dg/20000807-1.c: New test.
22605
22606 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
22607
22608 * gcc.dg/cpp/pragma-1.c: New test.
22609 * gcc.dg/cpp/pragma-2.c: New test.
22610
22611 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
22612
22613 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
22614 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
22615
22616 2000-08-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
22617
22618 * gcc.c-torture/compile/20000818-1.c: New test.
22619
22620 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
22621
22622 * gcc.c-torture/execute/20000818-1.c: New test.
22623
22624 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
22625
22626 * gcc.dg/format-va-1.c: New test.
22627
22628 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
22629
22630 * g++.old-deja/g++.other/typedef8.C: New test.
22631
22632 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
22633
22634 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
22635 * g++.old-deja/g++.mike/net36.C: Mark candidate.
22636 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
22637 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
22638 * g++.old-deja/g++.other/ptrmem7.C: New test.
22639 * g++.old-deja/g++.pt/ptrmem10.C: New test.
22640
22641 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
22642
22643 * g++.old-deja/g++.pt/typename27.C: New test.
22644
22645 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
22646
22647 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
22648 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
22649 * g++.old-deja/g++.pt/friend45.C: New test.
22650 * g++.old-deja/g++.other/friend8.C: New test.
22651
22652 2000-08-15 Richard Henderson <rth@cygnus.com>
22653
22654 * gcc.c-torture/execute/20000815-1.c: New test.
22655
22656 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
22657
22658 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
22659 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
22660 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
22661
22662 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
22663
22664 * g++.old-deja/g++.other/refinit2.C: New test.
22665
22666 2000-08-13 Geoff Keating <geoffk@cygnus.com>
22667
22668 * lib/c-torture.exp (c-torture): Make
22669 compiler_conditional_xfail_data global.
22670 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
22671 compiler_conditional_xfail_data machinery.
22672 (f-torture-execute): Likewise.
22673 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
22674 and only when unrolling loops.
22675
22676 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
22677
22678 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
22679
22680 * g++.old-deja/g++.pt/explicit81.C: New test.
22681
22682 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
22683
22684 * g++.old-deja/g++.pt/typename26.C: New test.
22685
22686 2000-08-10 Geoff Keating <geoffk@cygnus.com>
22687
22688 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
22689 warning.
22690
22691 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
22692
22693 * g++.old-deja/g++.other/array3.C: New test.
22694
22695 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
22696
22697 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
22698 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
22699 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
22700 New tests.
22701
22702 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
22703
22704 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
22705 * g++.old-deja/g++.abi/vmihint.C: Likewise.
22706
22707 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
22708
22709 * gcc.c-torture/execute/20000808-1.c: New test.
22710
22711 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
22712
22713 * gcc.dg/c90-const-expr-1.c: New test.
22714
22715 2000-08-08 Richard Henderson <rth@cygnus.com>
22716
22717 * gcc.dg/noncompile/920923-1.c: Declare calloc.
22718
22719 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
22720
22721 * gcc.dg/noncompile/const-ll-1.c: New test.
22722
22723 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
22724
22725 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
22726
22727 2000-08-06 Ovidiu Predescu <ovidiu@cup.hp.com>
22728
22729 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
22730 that running programs linked against the shared version of libobjc
22731 run correctly.
22732
22733 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
22734
22735 * gcc.dg/c99-printf-1.c: New test.
22736
22737 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
22738
22739 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
22740
22741 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
22742
22743 * gcc.c-torture/execute/20000731-1.x: Delete.
22744
22745 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
22746
22747 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
22748 and torture_without_loops as is done by c-torture.exp.
22749 (search_for): Copy from c-torture.exp.
22750 (gcc-dg-runtest): New function, drives a directory of tests
22751 iterating over the TORTURE_OPTIONS.
22752 (scan-assembler, scan-assembler-not): Move here from
22753 individual directory drivers.
22754
22755 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
22756 defined by lib/gcc-dg.exp.
22757 * gcc.dg/cpp/cpp.exp: Likewise.
22758 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
22759 gcc-dg-runtest, so we cycle over optimization options.
22760
22761 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
22762 * gcc.dg/compare2.c: No longer expected to fail.
22763
22764 2000-08-04 J"orn Rennecke <amylaar@cygnus.co.uk>
22765
22766 * gcc.c-torture/execute/20000804-1.c: New test.
22767
22768 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
22769
22770 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
22771
22772 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
22773
22774 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
22775
22776 2000-08-03 Jeffrey A Law (law@cygnus.com)
22777
22778 * gcc.c-torture/compile/20000803-1.c: New test.
22779
22780 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
22781
22782 * gcc.c-torture/execute/20000801-3.c,
22783 gcc.c-torture/execute/20000801-4.c: New tests.
22784 * gcc.c-torture/execute/20000801-3.x,
22785 gcc.c-torture/execute/20000801-4.x: Xfail.
22786
22787 2000-08-02 Geoff Keating <geoffk@cygnus.com>
22788
22789 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
22790 libobjc/.libs to allow for libtool.
22791
22792 2000-08-02 Jakub Jelinek <jakub@redhat.com>
22793
22794 * gcc.c-torture/compile/20000802-1.c: New test.
22795
22796 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
22797
22798 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
22799
22800 2000-07-31 Jeffrey A Law (law@cygnus.com)
22801
22802 * gcc-c-torture/execute/20000731-2.c: New test.
22803
22804 * gcc.c-torture/execute/20000731-1.c: New test.
22805 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
22806
22807 2000-07-31 Jakub Jelinek <jakub@redhat.com>
22808
22809 * testsuite/gcc.dg/cpp/paste7.c: New test.
22810 * gcc.dg/cpp/20000725-1.c: New test.
22811
22812 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
22813
22814 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
22815 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
22816 declaration warning for __builtin_dwarf_reg_size.
22817
22818 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
22819
22820 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
22821
22822 * gcc.dg/noncompile/voidparam-1.c: New test.
22823
22824 2000-07-30 Richard Henderson <rth@cygnus.com>
22825
22826 * gcc.dg/c90-digraph-1.c: Don't xfail.
22827 * gcc.dg/compare2.c (case 10): Xfail.
22828 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
22829
22830 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
22831
22832 * gcc.dg/c99-main-1.c: New test.
22833
22834 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
22835
22836 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
22837
22838 2000-07-26 Hans-Peter Nilsson <hp@axis.com>
22839
22840 * gcc.c-tortuer/execute/20000726-1.c: New test.
22841
22842 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
22843
22844 * gcc.c-torture/execute/enum-2.c: New test.
22845
22846 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22847
22848 * gcc.dg/cpp/tr-warn3.c: New test.
22849
22850 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
22851
22852 * g++.old-deja/g++.ext/implicit1.C: Remove.
22853 * g++.old-deja/g++.jason/c2.C: Remove
22854 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
22855 * g++.old-deja/g++.pt/crash16.C: Likewise.
22856 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
22857
22858 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
22859
22860 * g++.old-deja/g++.other/for2.C: New test.
22861
22862 2000-07-25 Jakub Jelinek <jakub@redhat.com>
22863
22864 * gcc.dg/20000720-1.c: New test.
22865
22866 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
22867
22868 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
22869
22870 2000-07-24 Geoff Keating <geoffk@cygnus.com>
22871
22872 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
22873 * gcc.c-torture/execute/20000722-1.c: New.
22874 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
22875
22876 2000-07-24 Jakub Jelinek <jakub@redhat.com>
22877
22878 * gcc.dg/cpp/20000720-1.S: New test.
22879
22880 2000-07-21 Michael Meissner <meissner@redhat.com>
22881
22882 * gcc.c-torture/execute/ieee/hugeval.c: New test.
22883
22884 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
22885
22886 * g++.old-deja/g++.brendan/crash16.C,
22887 g++.old-deja/g++.brendan/parse3.C,
22888 g++.old-deja/g++.brendan/redecl1.C,
22889 g++.old-deja/g++.ns/template13.C,
22890 g++.old-deja/g++.other/decl4.C,
22891 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
22892
22893 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
22894
22895 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
22896 and "Internal error".
22897
22898 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
22899 regexps.
22900 * gcc.dg/cpp/paste6.c: New test.
22901
22902 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
22903
22904 * gcc.dg/cpp/tr-direct.c: New test.
22905
22906 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
22907 gcc.dg/cpp/undef1.c: Tweak error regexps.
22908
22909 2000-07-18 Eric Christopher <echristo@redhat.com>
22910
22911 * gcc.c-torture/compile/20000718-1.c: New test.
22912
22913 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
22914
22915 * cpplex.c (_cpp_push_token): If the token being pushed back
22916 is the previous token in this context, just subtract one from
22917 context->posn.
22918 * cppmacro.c (save_expansion): Clear aux field when storing a
22919 placemarker.
22920
22921 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
22922
22923 * gcc.dg/noncompile/redecl-1.c: New test.
22924
22925 2000-07-18 Jakub Jelinek <jakub@redhat.com>
22926
22927 * gcc.c-torture/execute/20000717-5.c: New test.
22928 * gcc.c-torture/execute/20000717-1.x: Removed.
22929
22930 2000-07-17 Richard Henderson <rth@cygnus.com>
22931
22932 * gcc.c-torture/execute/20000717-4.c: New test.
22933
22934 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
22935
22936 * gcc.dg/cpp/syshdr.c: New test.
22937 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
22938
22939 2000-07-17 Neil Booth <neilb@earthling.net>
22940
22941 * gcc.dg/cpp/cmdlne-dM.c: New test.
22942 * gcc.dg/cpp/cmdlne-dD.c: New test.
22943
22944 2000-07-17 Jeffrey A Law (law@cygnus.com)
22945
22946 * gcc.c-torture/execute/20000717-3.c: New test.
22947
22948 * gcc.c-torture/compile/20000717-1.c: New test.
22949
22950 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
22951
22952 * gcc.c-torture/execute/20000717-2.c: New test.
22953
22954 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
22955
22956 * gcc.dg/formatz-1.c: New test.
22957
22958 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
22959 * gcc.dg/c99-digraph-1.c: New tests.
22960
22961 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
22962 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
22963
22964 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
22965 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
22966 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
22967 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
22968 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
22969 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
22970 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
22971
22972 2000-07-17 Greg McGary <greg@mcgary.org>
22973
22974 * gcc.c-torture/execute/20000717-1.c: New test.
22975 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
22976
22977 2000-07-15 Jakub Jelinek <jakub@redhat.com>
22978
22979 * gcc.c-torture/execute/20000715-2.c: New test.
22980 * gcc.dg/20000715-1.c: New test.
22981
22982 2000-07-15 Michael Meissner <meissner@redhat.com>
22983
22984 * gcc.c-torture/execute/20000715-1.c: New test.
22985
22986 2000-07-13 Jakub Jelinek <jakub@redhat.com>
22987
22988 * gcc.c-torture/execute/20000707-1.c: New test.
22989
22990 2000-07-13 Neil Booth <NeilB@earthling.net>
22991
22992 * testsuite/gcc.dg/cpp/digraph1.c,
22993 testsuite/gcc.dg/cpp/digraph2.c,
22994 testsuite/gcc.dg/cpp/digraphs.c: New tests.
22995
22996 2000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
22997
22998 * g77.f-torture/compile/20000630-2.f: New test.
22999 * g77.f-torture/compile/20000630-2.x
23000
23001 2000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
23002
23003 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
23004
23005 2000-07-11 Neil Booth <NeilB@earthling.net>
23006
23007 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
23008
23009 2000-07-11 Neil Booth <NeilB@earthling.net>
23010
23011 * gcc.dg/cpp/cmdlne-C.c: New.
23012
23013 2000-07-09 Neil Booth <NeilB@earthling.net>
23014
23015 * gcc.dg/cpp/directiv.c: New tests.
23016 * gcc.dg/cpp/undef1.c: Update.
23017
23018 2000-07-08 Angela Marie Thomas <angela@cygnus.com>
23019
23020 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
23021
23022 2000-07-09 Neil Booth <NeilB@earthling.net>
23023
23024 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
23025
23026 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
23027
23028 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
23029 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
23030
23031 2000-07-08 Neil Booth <NeilB@earthling.net>
23032
23033 * gcc.dg/cpp/macsyntx.c: New tests.
23034
23035 2000-07-07 Jakub Jelinek <jakub@redhat.com>
23036
23037 * gcc.dg/20000707-1.c: New test.
23038
23039 2000-07-07 Jakub Jelinek <jakub@redhat.com>
23040
23041 * gcc.c-torture/execute/20000706-1.c: New test.
23042 * gcc.c-torture/execute/20000706-2.c: New test.
23043 * gcc.c-torture/execute/20000706-3.c: New test.
23044 * gcc.c-torture/execute/20000706-4.c: New test.
23045 * gcc.c-torture/execute/20000706-5.c: New test.
23046
23047 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
23048
23049 * g++.old-deja/g++.pt/instantiate7.C: New test.
23050
23051 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
23052
23053 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
23054 * g++.old-deja/g++.mike/thunk3.C: Likewise.
23055 * g++.old-deja/g++.other/rtti3.C: Likewise.
23056 * g++.old-deja/g++.other/rttid3.C: Likewise.
23057
23058 2000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
23059
23060 * g77.f-torture/compile/20000630-1.x: Fix typo
23061
23062 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
23063
23064 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
23065 assembly output.
23066
23067 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
23068
23069 * gcc.dg/cpp/ident.c: New test.
23070
23071 2000-07-05 Neil Booth <NeilB@earthling.net>
23072
23073 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
23074 gcc.dg/cpp/lexstrng.c: New tests.
23075
23076 2000-07-04 Neil Booth <NeilB@earthling.net>
23077
23078 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
23079 * gcc.dg/cpp/strify2.c: Same.
23080
23081 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
23082
23083 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
23084 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
23085 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
23086 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
23087
23088 * testsuite/gcc.dg/cpp/macro1.c,
23089 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
23090 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
23091 testsuite/gcc.dg/cpp/strify1.c,
23092 testsuite/gcc.dg/cpp/strify2.c: New tests.
23093
23094 2000-07-03 Jakub Jelinek <jakub@redhat.com>
23095
23096 * gcc.c-torture/execute/20000703-1.c: New test.
23097
23098 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
23099
23100 * g++.old-deja/g++.pt (lookup10.C): New test.
23101
23102 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
23103
23104 * g++.old-deja/g++.pt (typename25.C): New test.
23105
23106 2000-07-02 Zack Weinberg <zack@wolery.cumb.org
23107
23108 * gcc.c-torture/compile/20000701-1.c: New test.
23109
23110 2000-06-30 Nick Clifton <nickc@cygnus.com>
23111
23112 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
23113 to test case.
23114
23115 2000-06-30 Catherine Moore <clm@cygnus.com>
23116
23117 * gcc.c-torture/execute/align-1.c: New test.
23118
23119 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
23120
23121 * g++.old-deja/g++.pt/expr8.C: New test.
23122 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
23123
23124 2000-06-29 Nick Clifton <nickc@cygnus.com>
23125
23126 * gcc.c-torture/compile/20000629-1.c: New test.
23127
23128 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
23129
23130
23131 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
23132 gcc.dg/noncompile directory, depending on whether they're
23133 preprocessor tests or not. Annotate all the tests for the dg
23134 framework.
23135
23136 * gcc.c-torture/noncompile/noncompile.exp: Delete.
23137 * gcc.dg/noncompile/noncompile.exp: New.
23138
23139 * Moved files:
23140 Old name New name
23141 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
23142 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
23143 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
23144 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
23145 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
23146 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
23147 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
23148 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
23149 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
23150 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
23151 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
23152 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
23153 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
23154 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
23155 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
23156 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
23157 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
23158 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
23159 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
23160 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
23161 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
23162 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
23163 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
23164 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
23165
23166 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
23167 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
23168 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
23169 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
23170 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
23171 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
23172
23173 2000-06-29 Zack Weinberg <zack@wolery.cumb.org>
23174
23175 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
23176 declare one variable. On the fourth, error.
23177 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
23178 declared by 20000628-1a.h.
23179
23180 2000-06-29 Richard Henderson <rth@redhat.com>
23181
23182 * gcc.c-torture/execute/930529-1.x: New file.
23183 * gcc.dg/920413-1.c: Adjust expected warning text.
23184 * gcc.dg/980217-1.c: Declare abort.
23185 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
23186
23187 2000-06-29 Jeffrey A Law (law@cygnus.com)
23188
23189 * g77.f-torture/compile/20000629-1.f: New test.
23190 * g77.f-torture/compile/20000629-1.x: Expected to fail.
23191
23192 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
23193
23194 Rearrange lots of files, removing entirely the
23195 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
23196 directories.
23197
23198 * Deleted files:
23199 gcc.c-torture/code_quality/code_quality.exp
23200 gcc.c-torture/special/special.exp
23201 gcc.failure/failure.exp
23202 gcc.failure/940409-1.x
23203 gcc.c-torture/compile/961203-1.x
23204
23205 * New files:
23206 gcc.misc-tests/linkage.exp
23207 gcc.c-torture/execute/920730-1t.c
23208 gcc.c-torture/execute/920730-1t.x
23209 gcc.c-torture/compile/920520-1.x
23210 gcc.c-torture/compile/920521-1.x
23211 gcc.c-torture/compile/981006-1.x
23212 gcc.c-torture/execute/eeprof-1.x
23213
23214 * Moved files (possibly with modifications to fit a new harness):
23215 Old name New name
23216 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
23217 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
23218 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
23219 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
23220 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
23221 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
23222 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
23223 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
23224 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
23225 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
23226 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
23227 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
23228 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
23229 gcc.failure/940409-1.c gcc.dg/940409-1.c
23230
23231 2000-06-28 Zack Weinberg <zack@wolery.cumb.org>
23232
23233 * c-torture/compile/961203-1.x: Delete.
23234
23235 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
23236 not exit. Include stdio.h.
23237 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
23238 * gcc.misc-tests/dg-12.c: Likewise.
23239 * gcc.misc-tests/dg-5.c: Likewise.
23240 * gcc.misc-tests/dg-6.c: Likewise.
23241 * gcc.misc-tests/dg-7.c: Prototype abort.
23242 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
23243 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
23244 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
23245 not exit.
23246 * gcc.misc-tests/sieve.c: Use return from main, not exit.
23247 * gcc.misc-tests/sort2.c: Use return from main, not exit.
23248
23249 2000-06-28 Jakub Jelinek <jakub@redhat.com>
23250
23251 * gcc.dg/cpp/20000628-1.c: New test.
23252 * gcc.dg/cpp/20000628-1.h: New header for above test.
23253 * gcc.dg/cpp/20000628-1a.h: Likewise.
23254
23255 2000-06-27 Zack Weinberg <zack@wolery.cumb.org>
23256
23257 * gcc.dg/cpp: New directory.
23258 * gcc.dg/cpp/cpp.exp: New driver.
23259 * gcc.dg/cpp/20000627-1.c: New test.
23260 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
23261 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
23262 and rewrite as a compilation test.
23263
23264 * gcc.dg: Move many files into the cpp subdirectory, possibly
23265 renaming or editing them as well.
23266 Old name New name
23267 990119-1.c cpp/19990119-1.c
23268 990228-1.c cpp/19990228-1.c
23269 990407-1.c cpp/19990407-1.c
23270 990409-1.c cpp/19990409-1.c
23271 990413-1.c cpp/19990413-1.c
23272 990703-1.c cpp/19990703-1.c
23273 20000127-1.c cpp/20000127-1.c
23274 20000129-1.c cpp/20000129-1.c
23275 20000207-1.c cpp/20000207-1.c
23276 20000207-2.c cpp/20000207-2.c
23277 20000209-1.c cpp/20000209-1.c
23278 20000209-2.c cpp/20000209-2.c
23279 20000301-1.c cpp/20000301-1.c
23280 20000419-1.c cpp/20000419-1.c
23281 20000510-1.S cpp/20000510-1.S
23282 20000519-1.c cpp/20000519-1.c
23283 20000529-1.c cpp/20000529-1.c
23284 20000625-1.c cpp/20000625-1.c
23285 20000625-2.c cpp/20000625-2.c
23286 cpp-as1.c cpp/assert1.c
23287 cpp-as2.c cpp/assert2.c
23288 cxx-comments-1.c cpp/cxxcom1.c
23289 cxx-comments-2.c cpp/cxxcom2.c
23290 endif-label.c cpp/endif.c
23291 cpp-hash1.c cpp/hash1.c
23292 cpp-hash2.c cpp/hash2.c
23293 cpp-if1.c cpp/if-1.c
23294 cpp-if2.c cpp/if-2.c
23295 cpp-if3.c cpp/if-3.c
23296 cpp-if4.c cpp/if-4.c
23297 cpp-if5.c cpp/if-5.c
23298 cpp-cond.c cpp/if-cexp.c
23299 cpp-missingop.c cpp/if-mop.c
23300 cpp-missingparen.c cpp/if-mpar.c
23301 cpp-opprec.c cpp/if-oppr.c
23302 cpp-ifparen.c cpp/if-paren.c
23303 cpp-shortcircuit.c cpp/if-sc.c
23304 cpp-shift.c cpp/if-shift.c
23305 cpp-unary.c cpp/if-unary.c
23306 cpp-li1.c cpp/line1.c
23307 cpp-li2.c cpp/line2.c
23308 lineno.c cpp/line3.c
23309 lineno-2.c cpp/line4.c
23310 cpp-mi.c cpp/mi1.c
23311 cpp-mic.h cpp/mi1c.h
23312 cpp-micc.h cpp/mi1cc.h
23313 cpp-mind.h cpp/mi1nd.h
23314 cpp-mindp.h cpp/mi1ndp.h
23315 cpp-mix.h cpp/mi1x.h
23316 cpp-mi2.c cpp/mi2.c
23317 cpp-mi2a.h cpp/mi2a.h
23318 cpp-mi2b.h cpp/mi2b.h
23319 cpp-mi2c.h cpp/mi2c.h
23320 cpp-mi3.c cpp/mi3.c
23321 cpp-mi3.def cpp/mi3.def
23322 poison-1.c cpp/poison.c
23323 pr-impl.c cpp/prag-imp.c
23324 cpp-redef-2.c cpp/redef1.c
23325 cpp-redef.c cpp/redef2.c
23326 strpaste.c cpp/strp1.c
23327 strpaste-2.c cpp/strp2.c
23328 cpp-tradpaste.c cpp/tr-paste.c
23329 cpp-tradstringify.c cpp/tr-str.c
23330 cpp-tradwarn1.c cpp/tr-warn1.c
23331 cpp-tradwarn2.c cpp/tr-warn2.c
23332 trigraphs.c cpp/trigraphs.c
23333 cpp-unc1.c cpp/unc1.c
23334 cpp-unc2.c cpp/unc2.c
23335 cpp-unc3.c cpp/unc3.c
23336 cpp-unc.c cpp/unc4.c
23337 undef.c cpp/undef1.c
23338 undef-2.c cpp/undef2.c
23339 cpp-wi1.c cpp/widestr1.c
23340
23341 2000-06-27 Mark Mitchell <mark@codesourcery.com>
23342
23343 * lib/g++.exp (g++_include_flags): Tweak.
23344
23345 2000-06-27 H.J. Lu <hjl@gnu.org>
23346 Loren J. Rittle <ljrittle@acm.org>
23347
23348 * lib/g++.exp (g++_include_flags): Override libgloss.exp
23349 version with one that knows about the new gcc tree structure.
23350 (g++_link_flags): Same.
23351
23352 2000-06-26 Zack Weinberg <zack@wolery.cumb.org>
23353
23354 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
23355 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
23356 case we are cross-compiling.
23357
23358 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
23359 g++.old-deja/g++.niklas/Makefile.in,
23360 g++.old-deja/g++.niklas/configure.in,
23361 g++.old-deja/g++.other/Makefile.in,
23362 g++.old-deja/g++.other/configure.in,
23363 gcc.c-torture/code_quality/Makefile.in,
23364 gcc.c-torture/code_quality/configure.in,
23365 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
23366 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
23367 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
23368 gcc.c-torture/execute/ieee/Makefile.in,
23369 gcc.c-torture/execute/ieee/configure.in,
23370 gcc.c-torture/noncompile/Makefile.in,
23371 gcc.c-torture/noncompile/configure.in,
23372 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
23373 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
23374 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
23375
23376 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
23377
23378 * g++.old-deja/g++.other/ambig3.C: New test.
23379
23380 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
23381
23382 * g++.old-deja/g++.pt/syntax1.C: New test.
23383 * g++.old-deja/g++.pt/syntax2.C: New test.
23384 * g++.old-deja/g++.other/syntax3.C: New test.
23385 * g++.old-deja/g++.other/syntax4.C: New test.
23386
23387 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
23388
23389 * gcc.dg/20000623-1.c: Prototype exit and abort.
23390
23391 2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
23392
23393 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
23394 New tests.
23395 * gcc.dg/cpp-mi3.def: New file.
23396
23397 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
23398 inside assertions.
23399 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
23400 lexer's error messages.
23401 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
23402 divine anything from the linemarkers.
23403 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
23404 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
23405
23406 2000-06-23 Geoffrey Keating <geoffk@cygnus.com>
23407
23408 * gcc.dg/20000623-1.c: New test.
23409
23410 2000-06-22 Jakub Jelinek <jakub@redhat.com>
23411
23412 * gcc.c-torture/execute/20000622-1.c: New test.
23413
23414 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
23415
23416 * g++.old-deja/g++.other/init15.C: New test.
23417
23418 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
23419
23420 * g++.old-deja/g++.pt/vaarg2.C: New test.
23421 * g++.old-deja/g++.pt/vaarg3.C: New test.
23422
23423 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
23424
23425 * g++.old-deja/g++.other/dyncast6.C: New test.
23426
23427 2000-06-15 Jakub Jelinek <jakub@redhat.com>
23428
23429 * gcc.c-torture/execute/loop-6.c: New test.
23430
23431 2000-06-14 Jakub Jelinek <jakub@redhat.com>
23432
23433 * gcc.dg/20000614-1.c: New test.
23434 * gcc.dg/20000614-2.c: New test.
23435
23436 2000-06-14 Hans-Peter Nilsson <hp@axis.com>
23437
23438 * g++.old-deja/g++.other/inline12.C: New test.
23439
23440 2000-06-13 Jakub Jelinek <jakub@redhat.com>
23441
23442 * g++.old-deja/g++.other/eh1.C: New test.
23443
23444 2000-06-12 Jakub Jelinek <jakub@redhat.com>
23445
23446 * g++.old-deja/g++.other/type.C: New test.
23447
23448 2000-06-05 Jakub Jelinek <jakub@redhat.com>
23449
23450 * g++.old-deja/g++.other/initstring.C: New test.
23451
23452 2000-06-12 Jason Merrill <jason@redhat.com>
23453
23454 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
23455
23456 2000-06-09 Jeffrey A Law (law@cygnus.com)
23457
23458 * gcc.c-torture/compile/20000609-1.c: New test.
23459
23460 2000-06-09 Clinton Popetz <cpopetz@cygnus.com>
23461
23462 * gcc.dg/20000609-1.c: New test.
23463
23464 2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
23465
23466 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
23467 * gcc.c-torture/noncompile/poison-1.c: Move...
23468 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
23469 * gcc.dg/cpp-li1.c: Add a token after the #line.
23470
23471 2000-06-05 Richard Henderson <rth@cygnus.com>
23472
23473 * gcc.c-torture/execute/20000605-2.c: New test.
23474 * gcc.c-torture/execute/20000605-3.c: New test.
23475
23476 2000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
23477
23478 * g77.f-torture/execute/20000503-1.x: New file.
23479
23480 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
23481
23482 * g++.old-deja/g++.eh/badalloc1.C: New test.
23483
23484 2000-06-05 Richard Henderson <rth@cygnus.com>
23485
23486 * gcc.c-torture/execute/20000605-1.c: New test.
23487
23488 2000-06-05 Jakub Jelinek <jakub@redhat.com>
23489 Nathan Sidwell <nathan@codesourcery.com>
23490
23491 * gcc.c-torture/compile/20000605-1.c: New test.
23492
23493 2000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
23494
23495 * g77.f-torture/compile/20000601-1.f: New test.
23496
23497 2000-06-03 Richard Henderson <rth@cygnus.com>
23498
23499 * gcc.c-torture/execute/20000603-1.c: New.
23500
23501 2000-06-02 Zack Weinberg <zack@wolery.cumb.org>
23502
23503 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
23504 * gcc.dg/noreturn-2.c (noreturn): Likewise.
23505
23506 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
23507
23508 * gcc.dg/compare2.c (case 12): XFAIL.
23509 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
23510 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
23511
23512 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
23513
23514 2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
23515
23516 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
23517 guard macro is already defined when the header is first
23518 included.
23519 * gcc.dg/cpp-mix.h: New file.
23520 * gcc.dg/endif-label.c: Update patterns to match compiler.
23521
23522 * g++.brendan/complex1.C: Declare abort.
23523 * g++.law/refs4.C: Remove XFAIL.
23524 * g++.oliva/expr2.C: Declare abort and exit.
23525
23526 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
23527
23528 * gcc.c-torture/execute/20000528-1.c: New test.
23529
23530 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
23531 * g++.old-deja/g++.law/temps4.C: Likewise.
23532
23533 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
23534 stdlib.h. Call abort() on failure.
23535 * g++.old-deja/g++.law/refs4.C: Likewise.
23536 * g++.old-deja/g++.law/temps4.C: Likewise.
23537 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
23538 * gcc.c-torture/execute/20000112-1.c: Include string.h.
23539
23540 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
23541
23542 Relative to g++.dg/special:
23543 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
23544
23545 Relative to g++.old-deja:
23546 * g++.brendan/complex1.C, g++.jason/optimize2.C,
23547 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
23548 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
23549 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
23550 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
23551 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
23552 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
23553
23554 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
23555 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
23556 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
23557 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
23558 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
23559 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
23560 and/or string.h.
23561
23562 * g++.other/goto1.C: Update expectations for error messages.
23563
23564 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
23565
23566 * gcc.c-torture/compile/20000523-1.c: New test.
23567
23568 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
23569
23570 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
23571
23572 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
23573
23574 * g++.old-deja/g++.eh/catch11.C: New test.
23575 * g++.old-deja/g++.eh/catch12.C: New test.
23576
23577 2000-05-24 Nick Clifton <nickc@cygnus.com>
23578
23579 * gcc.c-torture/execute/20000523-1.c: New test.
23580
23581 2000-05-23 Zack Weinberg <zack@wolery.cumb.org>
23582
23583 * c-torture/execute/bcp-1.c: Replace abort in arg of
23584 __builtin_constant_p with a generic external function.
23585
23586 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
23587 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
23588 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
23589 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
23590 Prototype abort and/or exit.
23591
23592 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
23593 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
23594 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
23595 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
23596
23597 2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
23598
23599 * gcc.dg/dwarf2-1.c: New test.
23600
23601 2000-05-20 Richard Henderson <rth@cygnus.com>
23602
23603 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
23604
23605 2000-05-20 Andreas Jaeger <aj@suse.de>
23606
23607 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
23608 testcase.
23609
23610 2000-05-19 David Edelsohn <edelsohn@gnu.org>
23611
23612 * gcc.c-torture/execute/20000519-2.c: New test.
23613
23614 2000-05-19 Andreas Jaeger <aj@suse.de>
23615
23616 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
23617 which fails with SSA.
23618
23619 * lib/c-torture.exp: Also test with -O3 -fssa.
23620
23621 2000-05-18 Michael Meissner <meissner@redhat.com>
23622
23623 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
23624 * gcc.c-torture/execute/920415-1.c: Ditto.
23625 * gcc.c-torture/execute/920501-1.c: Ditto.
23626 * gcc.c-torture/execute/conversion.c: Ditto.
23627 * gcc.c-torture/execute/cvt-1.c: Ditto.
23628
23629 2000-05-18 Jeffrey A Law (law@cygnus.com)
23630
23631 * gcc.c-torture/compile/20000518-1.c: New test.
23632
23633 2000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
23634
23635 * g77.f-torture/compile/200005018.f: New test.
23636
23637 2000-05-17 Jeffrey A Law (law@cygnus.com)
23638
23639 * gcc.c-torture/compile/20000517-1.c: New test.
23640
23641 2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23642
23643 * gcc.c-torture/execute/20000516-1.c: New test.
23644
23645 2000-05-15 Jakub Jelinek <jakub@redhat.com>
23646
23647 * g++.old-deja/g++.other/eh.C: New test.
23648
23649 2000-05-12 Richard Henderson <rth@cygnus.com>
23650
23651 * gcc.c-torture/execute/990208-1.c (main): Don't pass
23652 constants through to doit's conditional.
23653
23654 2000-05-11 Jeffrey A Law (law@cygnus.com)
23655
23656 * gcc.c-torture/compile/20000511-1.c: New test.
23657 * g77.f-torture/compile/20000511-1.f: New test.
23658 * g77.f-torture/compile/20000511-2.f: New test.
23659
23660 2000-05-11 Michael Meissner <meissner@redhat.com>
23661
23662 * gcc.c-torture/execute/20000511-1.c: New test.
23663
23664 2000-05-11 Zack Weinberg <zack@wolery.cumb.org>
23665
23666 * gcc.dg/dg.exp: Scan .S files as well as .c files.
23667 * gcc.dg/20000510-1.S: New.
23668
23669 2000-05-08 Catherine Moore <clm@cygnus.com>
23670
23671 * gcc.dg/unused-3.c: New.
23672
23673 2000-05-06 Richard Henderson <rth@cygnus.com>
23674
23675 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
23676 * g++.old-deja/g++.mike/warn1.C: Likewise.
23677 * g++.old-deja/g++.pt/local1.C: Likewise.
23678 * g++.old-deja/g++.pt/local7.C: Likewise.
23679 * g++.old-deja/g++.pt/spec16.C: Likewise.
23680
23681 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
23682
23683 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
23684
23685 2000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
23686
23687 * g77.f-torture/execute/20000503-1.f: New test.
23688
23689 2000-05-04 Andreas Jaeger <aj@suse.de>
23690
23691 * gcc.dg/noreturn-2.c: New test.
23692
23693 2000-05-04 Neil Booth <NeilB@earthling.net>
23694
23695 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
23696 preprocessor.
23697
23698 2000-05-04 Richard Henderson <rth@cygnus.com>
23699
23700 * gcc.c-torture/execute/20000503-1.c: Fix typo.
23701
23702 2000-05-04 Richard Henderson <rth@cygnus.com>
23703
23704 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
23705 OpenSSL by Jason R Thorpe.
23706
23707 2000-05-03 Jim Wilson <wilson@cygnus.com>
23708
23709 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
23710
23711 2000-05-03 Robert Lipe <robertlipe@usa.net>
23712
23713 * gcc.dg/20000503-1.c: New test.
23714
23715 2000-05-02 Jakub Jelinek <jakub@redhat.com>
23716
23717 * gcc.c-torture/compile/20000502-1.c: New test.
23718 * g++.old-deja/g++.other/align.C: New test.
23719 * gcc.dg/cpp-tradstringify.c: New test.
23720
23721 Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
23722
23723 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
23724 and hard registers.
23725
23726 2000-04-26 Geoff Keating <geoffk@cygnus.com>
23727
23728 * gcc.c-torture/execute/loop-5.c: New test.
23729
23730 2000-04-25 Jakub Jelinek <jakub@redhat.com>
23731
23732 * gcc.c-torture/execute/va-arg-20.c: New test.
23733
23734 2000-04-23 Jeffrey A Law (law@cygnus.com)
23735
23736 * gcc.c-torture/execute/20000422-1.c: New test.
23737
23738 2000-04-20 Greg McGary <gkm@gnu.org>
23739
23740 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
23741 when optimizing, but without sibling-call optimizations (-O1).
23742
23743 2000-04-20 Jeffrey A Law (law@cygnus.com)
23744
23745 * gcc.c-torture/compile/20000420-1.c: New test.
23746
23747 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
23748
23749 * g++.abi/ptrflags.C: New test.
23750 * g++.eh/catchptr1.C: Test incomplete pointer chains.
23751
23752 2000-04-19 Catherine Moore <clm@cygnus.com>
23753
23754 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
23755
23756 2000-04-19 Greg McGary <gkm@gnu.org>
23757
23758 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
23759 sibling-call optimizations.
23760
23761 2000-04-19 Zack Weinberg <zack@wolery.cumb.org>
23762
23763 * gcc.dg/20000419-1.c: New test.
23764
23765 2000-04-12 Hans-Peter Nilsson <hp@axis.com>
23766
23767 * gcc.c-torture/execute/20000412-6.c: New test.
23768
23769 2000-04-12 Jeffrey A Law (law@cygnus.com)
23770
23771 * gcc.c-torture/execute/20000412-5.c: New test.
23772 * g77.f-torture/compile/20000412-1.f: New test.
23773 * gcc.c-torture/execute/20000412-4.c: New test.
23774 * gcc.c-torture/compile/20000412-2.c: New test.
23775 * gcc.c-torture/execute/20000412-3.c: New test.
23776 * gcc.c-torture/compile/20000412-1.c: New test.
23777 * gcc.c-torture/execute/20000412-2.c: New test.
23778
23779 2000-04-12 Jakub Jelinek <jakub@redhat.com>
23780
23781 * objc/execute/bf-20.m: New test.
23782
23783 2000-04-10 Richard Henderson <rth@cygnus.com>
23784
23785 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
23786
23787 * gcc.c-torture/execute/20000412-1.c: New test.
23788
23789 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
23790
23791 * g++.old-deja/g++.eh/catchptr1.C: New test.
23792
23793 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
23794
23795 * g++.old-deja/g++.abi/cxa_vec.C: New test.
23796
23797 2000-04-08 Neil Booth <NeilB@earthling.net>
23798
23799 * gcc.dg/cpp-nullchar.c: Remove test as
23800 embedded nulls cause problems.
23801
23802 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23803
23804 * gcc.dg/compare2.c: New test.
23805
23806 2000-04-08 Neil Booth <NeilB@earthling.net>
23807
23808 * gcc.dg/cpp-nullchar.c: New test.
23809
23810 2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
23811
23812 * gcc.dg/cpp-mi2.c: New test.
23813 * gcc.dg/cpp-mi2[abc].h: New files.
23814
23815 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
23816
23817 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
23818 member name.
23819
23820 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
23821
23822 * g++.old-deja/g++.abi/vmihint.C: New test.
23823
23824 2000-04-06 Neil Booth <NeilB@earthling.net>
23825
23826 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
23827 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
23828 copyright.
23829
23830 2000-04-05 Hans-Peter Nilsson <hp@axis.com>
23831
23832 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
23833 avoid stack-frame overwrite.
23834
23835 2000-04-05 Jakub Jelinek <jakub@redhat.com>
23836
23837 * gcc.c-torture/compile/20000405-2.c: New test.
23838 * gcc.c-torture/compile/20000405-3.c: New test.
23839
23840 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
23841
23842 * gcc.c-torture/compile/20000405-1.c: New test.
23843
23844 2000-04-04 Geoff Keating <geoffk@cygnus.com>
23845
23846 * gcc.dg/cast-qual-1.c: Revert last change.
23847
23848 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23849
23850 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
23851
23852 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
23853
23854 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
23855 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
23856
23857 2000-04-03 Jeffrey A Law (law@cygnus.com)
23858
23859 * gcc.c-torture/compile/20000403-2.c: New test.
23860 * gcc.c-torture/compile/20000403-1.c: New test.
23861
23862 2000-04-03 Hans-Peter Nilsson <hp@axis.com>
23863
23864 * gcc.c-torture/execute/20000403-1.c: New test.
23865
23866 2000-04-03 Geoff Keating <geoffk@cygnus.com>
23867
23868 * gcc.c-torture/execute/20000402-1.c: New test.
23869
23870 2000-04-03 Donald Lindsay <dlindsay@cygnus.com>
23871
23872 * gcc.c-torture/execute/va-arg-15.c: New test.
23873 * gcc.c-torture/execute/va-arg-16.c: New test.
23874 * gcc.c-torture/execute/va-arg-17.c: New test.
23875 * gcc.c-torture/execute/va-arg-18.c: New test.
23876 * gcc.c-torture/execute/va-arg-19.c: New test.
23877
23878 2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
23879
23880 * gcc.c-torture/compile/981211-1.c: Move to...
23881 * gcc.dg/cpp-as1.c: ...here.
23882 * gcc.dg/cpp-as2.c: New file.
23883
23884 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
23885 compiler.
23886
23887 2000-04-02 Neil Booth <NeilB@earthling.net>
23888
23889 * gcc.dg/cpp-cond.c New tests.
23890 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
23891 accidental success less likely.
23892 * gcc.dg/cpp-missingop.c New tests.
23893 * gcc.dg/cpp-missingparen.c New tests.
23894 * gcc.dg/cpp-shift.c New tests.
23895 * gcc.dg/cpp-shortcircuit.c New tests.
23896 * gcc.dg/cpp-unary.c New tests.
23897
23898 2000-03-29 Jeffrey A Law (law@cygnus.com)
23899
23900 * gcc.c-torture/compile/20000329-1.c: New test.
23901
23902 2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
23903
23904 * gcc.c-torture/compile/20000326-1.c: New test.
23905 * gcc.c-torture/compile/20000326-2.c: New test.
23906
23907 2000-03-24 Geoff Keating <geoffk@cygnus.com>
23908
23909 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
23910 the first parameter is a function argument.
23911
23912 2000-03-23 Nathan Sidwell <nathan@codesourcery.com>
23913
23914 * g++.old-deja/g++.ext/array4.C: New test.
23915
23916 2000-03-22 Geoff Keating <geoffk@cygnus.com>
23917
23918 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
23919
23920 2000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23921
23922 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
23923
23924 2000-03-19 Richard Henderson <rth@cygnus.com>
23925
23926 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
23927
23928 2000-03-19 Richard Henderson <rth@cygnus.com>
23929
23930 * gcc.c-torture/compile/20000319-1.c: New test.
23931
23932 2000-03-14 Jeffrey A Law (law@cygnus.com)
23933
23934 * gcc.c-torture/execute/20000314-3.c: New test.
23935 * gcc.c-torture/execute/20000314-2.c: New test.
23936 * gcc.c-torture/execute/20000314-1.c: New test.
23937 * gcc.c-torture/compile/20000314-2.c: New test.
23938 * gcc.c-torture/compile/20000314-1.c: New test.
23939
23940 2000-03-13 Nathan Sidwell <nathan@codesourcery.com>
23941
23942 * g++.old-deja/g++.warn/inline.C: New test.
23943
23944 2000-03-10 Hans-Peter Nilsson <hp@bitrange.com>
23945
23946 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
23947 standards-compliant result rather than specific constants.
23948 Put test-values in array.
23949
23950 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
23951
23952 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
23953 (g++_target_compile): Put test-specific options last.
23954
23955 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
23956
23957 * g++.old-deja/g++.eh/vbase4.C: New test.
23958
23959 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
23960
23961 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
23962
23963 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
23964
23965 * g++.old-deja/g++.brendan/misc12.C: Removed.
23966 * g++.old-deja/g++.pt/memtemp77.C: Constify.
23967 * g++.old-deja/g++.ext/pretty4.C: New test.
23968
23969 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
23970
23971 * g++.old-deja/g++.other/string2.C: New test.
23972
23973 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
23974
23975 * g++.old-deja/g++.warn/impint2.C: New test.
23976
23977 2000-03-05 Hans-Peter Nilsson <hp@bitrange.com>
23978
23979 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
23980 is 1, not zero.
23981
23982 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
23983
23984 * g++.old-deja/g++.warn/impint.C: New test.
23985 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
23986 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
23987 * g++.old-deja/g++.pt/explicit12.C: Likewise.
23988 * g++.old-deja/g++.pt/explicit13.C: Likewise.
23989 * g++.old-deja/g++.pt/explicit17.C: Likewise.
23990 * g++.old-deja/g++.pt/explicit18.C: Likewise.
23991 * g++.old-deja/g++.pt/explicit19.C: Likewise.
23992 * g++.old-deja/g++.pt/explicit23.C: Likewise.
23993 * g++.old-deja/g++.pt/explicit31.C: Likewise.
23994 * g++.old-deja/g++.pt/explicit35.C: Likewise.
23995 * g++.old-deja/g++.pt/explicit6.C: Likewise.
23996 * g++.old-deja/g++.pt/memclass7.C: Likewise.
23997
23998 2000-03-01 Zack Weinberg <zack@wolery.cumb.org>
23999
24000 * gcc.dg/cpp-redef.c: New test.
24001
24002 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
24003
24004 * g++.old-deja/g++.pt/unify7.C: New test.
24005
24006 2000-02-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
24007
24008 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
24009 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
24010
24011 2000-02-25 Geoff Keating <geoffk@cygnus.com>
24012
24013 * gcc.c-torture/compile/20000224-1.c: New test.
24014
24015 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24016
24017 * gcc.c-torture/compile/cpp-2.c: New test.
24018 * gcc.c-torture/compile/cpp-1.c: New test.
24019
24020 2000-02-25 Jeffrey A Law (law@cygnus.com)
24021
24022 * gcc.c-torture/execute/20000225-1.c: New test.
24023
24024 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24025
24026 * gcc.dg/cpp-li2.c: New test.
24027
24028 * gcc.dg/cpp-wi1.c: New test.
24029
24030 * gcc.dg/cpp-li1.c: New test.
24031
24032 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
24033
24034 * g++.old-deja/g++.other/sizeof5.C: New test.
24035
24036 2000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24037
24038 * gcc.c-torture/execute/va-arg-13.c: New test.
24039
24040 2000-02-23 Donald Lindsay <dlindsay@cygnus.com>
24041
24042 * gcc.c-torture/execute/va-arg-12.c: New test.
24043
24044 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
24045
24046 * gcc.c-torture/execute/20000223-1.c: New test.
24047
24048 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
24049
24050 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
24051
24052 2000-02-22 Mark Mitchell <mark@codesourcery.com>
24053
24054 * g++.old-deja/g++.abi/ptrmem.C: New test.
24055
24056 2000-02-19 Richard Henderson <rth@cygnus.com>
24057
24058 * gcc.c-torture/compile/init-3.c: New.
24059
24060 2000-02-17 Mark Mitchell <mark@codesourcery.com>
24061
24062 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
24063 ALWAYS_CXXFLAGS.
24064
24065 2000-02-11 Robert Lipe <robertl@sco.com>
24066
24067 * gcc.c-torture/compile/20000211-3.c: New test.
24068
24069 2000-02-11 Martin Buchholz <martin@xemacs.org>
24070
24071 * gcc.c-torture/compile/20000211-2.c: New test.
24072
24073 2000-02-11 Jeffrey A Law (law@cygnus.com)
24074
24075 * gcc.c-torture/compile/20000211-1.c: New test.
24076
24077 2000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
24078
24079 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
24080 on native targets
24081
24082 2000-02-08 Nathan Sidwell <nathan@acm.org>
24083
24084 * g++.old-deja/g++.other/cast5.C: New test.
24085
24086 2000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
24087
24088 * gcc.c-torture/execute/20000205-1.c: New.
24089
24090 2000-02-03 Nathan Sidwell <nathan@acm.org>
24091
24092 * g++.old-deja/g++.jason/cast3.C: Return void.
24093 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
24094
24095 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24096
24097 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
24098
24099 * gcc.dg/loop-1.c: New test.
24100
24101 2000-01-27 Jakub Jelinek <jakub@redhat.com>
24102
24103 * gcc.c-torture/compile/20000127-1.c: New test.
24104 * gcc.c-torture/execute/991228-1.c: New test.
24105
24106 2000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24107
24108 * gcc.dg/unused-2.c: New test.
24109
24110 * gcc.dg/conv-1.c: New test.
24111
24112 2000-01-24 Mark Mitchell <mark@codesourcery.com>
24113
24114 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
24115 compiler.
24116 (tool_option_proc): Fix typo.
24117
24118 2000-01-24 Geoff Keating <geoffk@cygnus.com>
24119
24120 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
24121 of the ld on the host, not on the build machine.
24122 Also, don't crash if '--help' is not a supported option.
24123
24124 2000-01-24 Richard Henderson <rth@cygnus.com>
24125
24126 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
24127
24128 2000-01-20 Jeffrey A Law (law@cygnus.com)
24129
24130 * gcc.c-torture/execute/20000120-2.c: New test.
24131 * gcc.c-torture/execute/20000120-1.c: New test.
24132
24133 2000-01-13 Jeffrey A Law (law@cygnus.com)
24134
24135 * gcc.c-torture/execute/20000113-1.c: New test.
24136
24137 2000-01-12 Jeffrey A Law (law@cygnus.com)
24138
24139 * gcc.c-torture/execute/20000112-1.c: New test.
24140
24141 2000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24142
24143 * gcc.dg/20000111-1.c: New test.
24144
24145 2000-01-10 Jeffrey A Law (law@cygnus.com)
24146
24147 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
24148 with 16 bit integers.
24149
24150 2000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24151
24152 * gcc.dg/20000108-1.c: New test.
24153
24154 2000-01-05 Nathan Sidwell <nathan@acm.org>
24155
24156 * g++.old-deja/g++.ns/koenig8.C: New test.
24157
24158 2000-01-05 Nathan Sidwell <nathan@acm.org>
24159
24160 * g++.old-deja/g++.other/cast4.C: New test.
24161
24162 2000-01-05 Jeffrey A Law (law@cygnus.com)
24163
24164 * gcc.c-torture/compile/20000105-2.c: New test.
24165 * gcc.c-torture/compile/20000105-1.c: New test.
24166
24167 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24168
24169 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
24170 references to printf & atoi to conform to ANSI standard.
24171 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
24172 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
24173 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
24174 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
24175 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
24176 * g++.old-deja/g++.brendan/complex1.C: Likewise.
24177 * g++.old-deja/g++.brendan/copy1.C: Likewise.
24178 * g++.old-deja/g++.brendan/copy2.C: Likewise.
24179 * g++.old-deja/g++.brendan/copy3.C: Likewise.
24180 * g++.old-deja/g++.brendan/copy4.C: Likewise.
24181 * g++.old-deja/g++.brendan/copy5.C: Likewise.
24182 * g++.old-deja/g++.brendan/copy6.C: Likewise.
24183 * g++.old-deja/g++.brendan/copy7.C: Likewise.
24184 * g++.old-deja/g++.brendan/copy8.C: Likewise.
24185 * g++.old-deja/g++.brendan/crash11.C: Likewise.
24186 * g++.old-deja/g++.brendan/crash14.C: Likewise.
24187 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
24188 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
24189 * g++.old-deja/g++.brendan/delete2.C: Likewise.
24190 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
24191 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
24192 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
24193 * g++.old-deja/g++.brendan/eh1.C: Likewise.
24194 * g++.old-deja/g++.brendan/groff1.C: Likewise.
24195 * g++.old-deja/g++.brendan/init3.C: Likewise.
24196 * g++.old-deja/g++.brendan/misc12.C: Likewise.
24197 * g++.old-deja/g++.brendan/misc7.C: Likewise.
24198 * g++.old-deja/g++.brendan/new2.C: Likewise.
24199 * g++.old-deja/g++.brendan/operators4.C: Likewise.
24200 * g++.old-deja/g++.brendan/operators5.C: Likewise.
24201 * g++.old-deja/g++.brendan/overload2.C: Likewise.
24202 * g++.old-deja/g++.brendan/overload7.C: Likewise.
24203 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
24204 * g++.old-deja/g++.brendan/reference1.C: Likewise.
24205 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
24206 * g++.old-deja/g++.brendan/template24.C: Likewise.
24207 * g++.old-deja/g++.brendan/template3.C: Likewise.
24208 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
24209 * g++.old-deja/g++.jason/inline3.C: Likewise.
24210 * g++.old-deja/g++.jason/opeq.C: Likewise.
24211 * g++.old-deja/g++.law/arg5.C: Likewise.
24212 * g++.old-deja/g++.law/arm7.C: Likewise.
24213 * g++.old-deja/g++.law/ctors11.C: Likewise.
24214 * g++.old-deja/g++.law/cvt8.C: Likewise.
24215 * g++.old-deja/g++.law/init9.C: Likewise.
24216 * g++.old-deja/g++.law/refs4.C: Likewise.
24217 * g++.old-deja/g++.law/template2.C: Likewise.
24218 * g++.old-deja/g++.law/visibility24.C: Likewise.
24219 * g++.old-deja/g++.law/vtable3.C: Likewise.
24220 * g++.old-deja/g++.mike/asm2.C: Likewise.
24221 * g++.old-deja/g++.mike/eh1.C: Likewise.
24222 * g++.old-deja/g++.mike/misc1.C: Likewise.
24223 * g++.old-deja/g++.mike/misc13.C: Likewise.
24224 * g++.old-deja/g++.mike/misc14.C: Likewise.
24225 * g++.old-deja/g++.mike/ns12.C: Likewise.
24226 * g++.old-deja/g++.mike/p1248.C: Likewise.
24227 * g++.old-deja/g++.mike/p3708.C: Likewise.
24228 * g++.old-deja/g++.mike/p3708a.C: Likewise.
24229 * g++.old-deja/g++.mike/p3708b.C: Likewise.
24230 * g++.old-deja/g++.mike/p646.C: Likewise.
24231 * g++.old-deja/g++.mike/p700.C: Likewise.
24232 * g++.old-deja/g++.mike/p783.C: Likewise.
24233 * g++.old-deja/g++.mike/p783a.C: Likewise.
24234 * g++.old-deja/g++.mike/p783b.C: Likewise.
24235 * g++.old-deja/g++.mike/p786.C: Likewise.
24236 * g++.old-deja/g++.mike/p789.C: Likewise.
24237 * g++.old-deja/g++.mike/p789a.C: Likewise.
24238 * g++.old-deja/g++.mike/p807a.C: Likewise.
24239 * g++.old-deja/g++.other/delete3.C: Likewise.
24240 * g++.old-deja/g++.other/dyncast1.C: Likewise.
24241 * g++.old-deja/g++.other/dyncast2.C: Likewise.
24242 * g++.old-deja/g++.other/dyncast3.C: Likewise.
24243 * g++.old-deja/g++.other/empty1.C: Likewise.
24244 * g++.old-deja/g++.other/temporary1.C: Likewise.
24245 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
24246 * g++.old-deja/g++.pt/t16.C: Likewise.
24247 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
24248
24249 1999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
24250
24251 * gcc.dg/991230-1.c: New test.
24252
24253 1999-12-29 Jeffrey A Law (law@cygnus.com)
24254
24255 * gcc.c-torture/compile/991229-3.c: New test.
24256 * gcc.c-torture/compile/991229-2.c: New test.
24257 * gcc.c-torture/compile/991229-1.c: New test.
24258
24259 1999-12-29 Greg McGary <gkm@eng.ascend.com>
24260
24261 * gcc.c-torture/compile/labels-2.c: New test.
24262
24263 1999-12-27 Martin von Löwis <loewis@informatik.hu-berlin.de>
24264
24265 * gcc.c-torture/execute/991227-1.c: New test.
24266
24267 1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24268
24269 * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
24270
24271 1999-12-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
24272
24273 * gcc.c-torture/execute/991221-1.c: New test.
24274
24275 1999-12-20 Nathan Sidwell <nathan@acm.org>
24276
24277 * g++.old-deja/g++.other/cast3.C: New test.
24278
24279 1999-12-16 Bernd Schmidt <bernds@cygnus.co.uk>
24280
24281 * gcc.c-torture/execute/991216-4.c: New test.
24282
24283 1999-12-16 Michael Meissner <meissner@cygnus.com>
24284
24285 * gcc.c-torture/execute/991216-1.c: New test.
24286 * gcc.c-torture/execute/991216-2.c: New test.
24287 * gcc.c-torture/execute/991216-3.c: New test.
24288
24289 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
24290
24291 * gcc.dg/991214-1.c: Use "__asm__", not "asm".
24292 Actually make the test fail by using "-O2" for compilation.
24293
24294 1999-12-15 Nathan Sidwell <nathan@acm.org>
24295
24296 * g++.old-deja/g++.warn/cast-align1.C: New test.
24297
24298 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
24299
24300 * gcc.c-torture/compile/991214-1.c: New test.
24301 * gcc.c-torture/compile/991214-2.c: New test.
24302
24303 1999-12-14 Bernd Schmidt <bernds@cygnus.co.uk>
24304
24305 * gcc.dg/991214-1.c: New test.
24306
24307 1999-12-13 Jeffrey A Law (law@cygnus.com)
24308
24309 * gcc.c-torture/compile/991213-3.c: New test.
24310 * gcc.c-torture/compile/991213-2.c: New test.
24311 * gcc.c-torture/compile/991213-1.c: New test.
24312
24313 1999-12-10 J"orn Rennecke <amylaar@cygnus.co.uk>
24314
24315 * gcc.dg/991209-1.c: New test.
24316
24317 1999-12-08 Nathan Sidwell <nathan@acm.org>
24318
24319 * gcc.c-torture/compile/991208-1.c: New test.
24320
24321 1999-12-06 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24322
24323 * gcc.dg/ultrasp2.c: New test.
24324
24325 1999-12-05 Alex Samuel <samuel@codesourcery.com>
24326
24327 * g++.old-deja/g++.abi/align.C (main): Fix typo.
24328
24329 1999-12-02 Bernd Schmidt <bernds@cygnus.co.uk>
24330
24331 * gcc.c-torture/compile/991202-1.c: New test.
24332 * gcc.c-torture/execute/991202-1.c: New test.
24333 * gcc.c-torture/execute/991202-2.c: New test.
24334 * gcc.c-torture/execute/991202-3.c: New test.
24335
24336 1999-12-02 Alex Samuel <samuel@codesourcery.com>
24337
24338 * g++.old-deja/g++.abi/align.C: New test.
24339 * g++.old-deja/g++.abi/aggregates.C: Likewise.
24340 * g++.old-deja/g++.abi/bitfields.C: Likewise.
24341
24342 1999-12-01 Richard Henderson <rth@cygnus.com>
24343
24344 * gcc.c-torture/execute/991201-1.c: New.
24345
24346 1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
24347
24348 * gcc.dg/991129-1.c: New test.
24349
24350 1999-11-27 Bernd Schmidt <bernds@cygnus.co.uk>
24351
24352 * gcc.c-torture/compile/991127-1.c: New test.
24353
24354 1999-11-22 Nathan Sidwell <nathan@acm.org>
24355
24356 * g++.old-deja/g++.other/warn4.C: New test.
24357
24358 1999-11-22 Nathan Sidwell <nathan@acm.org>
24359
24360 * g++.old-deja/g++.eh/cleanup2.C: New test.
24361 * g++.old-deja/g++.ext/pretty2.C: New test.
24362 * g++.old-deja/g++.ext/pretty3.C: New test.
24363 * g++.old-deja/g++.other/debug6.C: New test.
24364
24365 1999-10-20 Jim Wilson <wilson@cygnus.com>
24366
24367 * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
24368 compiler_output to look for one error message instead of two.
24369
24370 1999-11-19 Geoffrey Keating <geoffk@cygnus.com>
24371
24372 * gcc.c-torture/execute/991118-1.c: Also test case
24373 where the word boundary does not split a byte evenly.
24374
24375 1999-11-19 Nathan Sidwell <nathan@acm.org>
24376
24377 * g++.old-deja/g++.ext/restrict1.C: New test.
24378
24379 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
24380
24381 * gcc.c-torture/execute/991118-1.c: New test.
24382
24383 1999-11-16 Geoffrey Keating <geoffk@cygnus.com>
24384
24385 * g77.f-torture/execute/u77-test.f (wd): Allow for longer
24386 working directory pathnames.
24387
24388 1999-10-13 Brendan Kehoe <brendan@cygnus.com>
24389
24390 * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
24391 host is equipped with driver.h and driver.o so it can actually
24392 compile and run the tests.
24393
24394 1999-10-08 Bernd Schmidt <bernds@cygnus.co.uk>
24395
24396 * gcc.c-torture/compile/991008-1.c: New test.
24397
24398 1999-11-08 Nick Clifton <nickc@cygnus.com>
24399
24400 * lib/gcc-dg.exp: Include target-supports.exp
24401
24402 1999-11-05 Nick Clifton <nickc@cygnus.com>
24403
24404 * lib/target-supports.exp: New file: Provide procs to test for
24405 features supported by the target.
24406 (check_weak_available): Moved here from ecos.exp.
24407 (check_alias_available): New proc: Determine of the target
24408 toolchain supports the alias attribute.
24409
24410 * gcc.dg/special/ecos.exp: Move check_weak_available to
24411 target-supports.exp.
24412 (alias-1.c): Only perform the test if the target supports
24413 aliases.
24414 (wkali-1.c): Only perform the test if the target supports
24415 aliases.
24416
24417 * gcc.dg/990506-0.c: Expect error messages from cross
24418 targets as well as native targets.
24419
24420 1999-11-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24421
24422 * gcc.dg/ultrasp1.c: Removed xfail.
24423 * gcc.dg/struct-ret-2.c: Likewise.
24424 * gcc.dg/array-1.c: Likewise.
24425
24426 1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
24427
24428 * gcc.dg/struct-ret-2.c: New test.
24429
24430 * gcc.dg/array-1.c: New test.
24431
24432 1999-10-30 Stephen L Moshier <moshier@mediaone.net>
24433
24434 * gcc.c-torture/execute/991030-1.c: New test.
24435
24436 1999-10-26 Richard Henderson <rth@cygnus.com>
24437
24438 * gcc.c-torture/compile/991026-2.c: New test.
24439
24440 1999-10-26 Jeffrey A Law (law@cygnus.com)
24441
24442 * gcc.c-torture/compile/991026-1.c: New test.
24443
24444 1999-10-23 Jeffrey A Law (law@cygnus.com)
24445
24446 * gcc.c-torture/execute/991023-1.c: New test.
24447
24448 1999-10-19 Jeffrey A Law (law@cygnus.com)
24449
24450 * gcc.c-torture/execute/991019-1.c: New test.
24451
24452 1999-10-16 Richard Henderson <rth@cygnus.com>
24453
24454 * gcc.c-torture/execute/991016-1.c: New test.
24455
24456 1999-10-14 Stephane Carrez <stcarrez@worldnet.fr>
24457
24458 * gcc.c-torture/execute/991014-1.c: New test.
24459
24460 1999-10-13 J"orn Rennecke <amylaar@cygnus.co.uk>
24461
24462 * g++.old-deja/g++.other/union2.C: New test.
24463
24464 1999-10-13 Nathan Sidwell <nathan@acm.org>
24465
24466 * g++.old-deja/g++.other/vaarg2.C: New test.
24467 * g++.old-deja/g++.other/vaarg3.C: New test.
24468
24469 1999-10-12 Craig Burley <craig@jcb-sc.com>
24470
24471 * g77.f-torture/noncompile/19990905-1.f: Moved from being
24472 in compile/.
24473
24474 1999-10-04 Ulrich Drepper <drepper@cygnus.com>
24475
24476 * gcc.c-torture/execute/va-arg-11.c: New test.
24477
24478 1999-10-01 Mark P. Mitchell <mark@codesourcery.com>
24479
24480 * lib/file-format.exp (gcc_target_object_format): Don't
24481 crash if objdump is unavailable.
24482
24483 1999-09-29 Donn Terry <donn@interix.com>
24484
24485 * gcc.misc-tests/mg.exp: delete extraneous redirection.
24486
24487 1999-09-28 Nick Clifton <nickc@cygnus.com>
24488
24489 * gcc.c-torture/compile/990928-1.c: New test.
24490
24491 1999-09-28 Nathan Sidwell <nathan@acm.org>
24492
24493 * g++.old-deja/g++.other/decl6.C: New test.
24494
24495 1999-09-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24496
24497 * gcc.c-torture/execute/va-arg-10.c: New test.
24498
24499 1999-09-27 Nathan Sidwell <nathan@acm.org>
24500
24501 * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
24502 __PRETTY_FUNCTION__.
24503
24504 1999-09-23 Nick Clifton <nickc@cygnus.com>
24505
24506 * gcc.c-torture/execute/990923-1.c: New test.
24507
24508 1999-09-21 Nick Clifton <nickc@cygnus.com>
24509
24510 * gcc.c-torture/special/special.exp: Add FR30 to list of targets
24511 for which -fpic is inappropriate.
24512
24513 1999-09-21 Mark Mitchell <mark@codesourcery.com>
24514
24515 * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
24516
24517 1999-09-21 Nathan Sidwell <nathan@acm.org>
24518
24519 * g++.old-deja/g++.other/dyncast1.C: New test.
24520 * g++.old-deja/g++.other/dyncast2.C: New test.
24521 * g++.old-deja/g++.other/dyncast3.C: New test.
24522 * g++.old-deja/g++.other/dyncast4.C: New test.
24523 * g++.old-deja/g++.other/dyncast5.C: New test.
24524 * g++.old-deja/g++.eh/catch3.C: New test.
24525 * g++.old-deja/g++.eh/catch3p.C: New test.
24526 * g++.old-deja/g++.eh/catch4.C: New test.
24527 * g++.old-deja/g++.eh/catch4p.C: New test.
24528 * g++.old-deja/g++.eh/catch5.C: New test.
24529 * g++.old-deja/g++.eh/catch5p.C: New test.
24530 * g++.old-deja/g++.eh/catch6.C: New test.
24531 * g++.old-deja/g++.eh/catch6p.C: New test.
24532 * g++.old-deja/g++.eh/catch7.C: New test.
24533 * g++.old-deja/g++.eh/catch7p.C: New test.
24534 * g++.old-deja/g++.eh/catch8.C: New test.
24535 * g++.old-deja/g++.eh/catch8p.C: New test.
24536 * g++.old-deja/g++.eh/catch9.C: New test.
24537 * g++.old-deja/g++.eh/catch9p.C: New test.
24538
24539 1999-09-13 Nathan Sidwell <nathan@acm.org>
24540
24541 * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
24542 * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
24543
24544 1999-09-13 Jeffrey A Law (law@cygnus.com)
24545
24546 * gcc.c-torture/compile/990913-1.c: New test.
24547
24548 1999-09-10 Nathan Sidwell <nathan@acm.org>
24549
24550 * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
24551 * g++.old-deja/g++.jason/rfg5.C: Likewise.
24552
24553 1999-09-09 Richard Henderson <rth@cygnus.com>
24554
24555 * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
24556
24557 1999-09-09 Nathan Sidwell <nathan@acm.org>
24558
24559 * g++.old-deja/g++.other/lookup11.C: New test.
24560 * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
24561 what is permitted and what we want.
24562 * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
24563 overload use.
24564 * g++.old-deja/g++.jason/rfg5.C: Likewise
24565
24566 1999-09-08 Geoffrey Keating <geoffk@cygnus.com>
24567
24568 * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
24569 * gcc.c-torture/noncompile/poison-1.c: New file.
24570
24571 1999-09-08 Nathan Sidwell <nathan@acm.org>
24572
24573 * g++.old-deja/g++.other/sizeof3.C: New test.
24574 * g++.old-deja/g++.other/sizeof4.C: New test.
24575 * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
24576 * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
24577
24578 1999-09-07 Richard Henderson <rth@cygnus.com>
24579
24580 * gcc.dg/va-arg-1.c: New.
24581
24582 1999-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24583
24584 * gcc.c-torture/execute/va-arg-9.c: New test.
24585
24586 1999-09-05 Craig Burley <craig@jcb-sc.com>
24587
24588 * g77.f-torture/compile/980519-2.f: New test.
24589 * g77.f-torture/compile/19990905-0.f: New test.
24590 * g77.f-torture/compile/19990905-1.f: New test.
24591 * g77.f-torture/compile/19990905-2.f: New test.
24592
24593 * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
24594
24595 1999-09-03 Richard Earnshaw <rearnsha@arm.com>
24596
24597 * gcc.c-torture/execute/990827-1.c: Fix typo.
24598
24599 1999-09-03 Nathan Sidwell <nathan@acm.org>
24600
24601 * g++.old-deja/g++.other/deref1.C: New test.
24602
24603 1999-09-02 Nathan Sidwell <nathan@acm.org>
24604
24605 * g++.old-deja/g++.other/ambig2.C: New test.
24606 * g++.old-deja/g++.other/cond5.C: New test.
24607 * g++.old-deja/g++.other/lookup16.C: New test.
24608
24609 1999-09-02 Marc Espie <espie@cvs.openbsd.org>
24610
24611 * gcc.dg/980414-1.c: Fix assembler syntax to work with old
24612 assemblers too.
24613
24614 1999-08-31 Jeffrey A Law (law@cygnus.com)
24615
24616 * lib/c-torture.exp: Avoid the "compare executables" optimization
24617 when testing native.
24618
24619 1999-08-29 Jeffrey A Law (law@cygnus.com)
24620
24621 * gcc.c-torture/execute/990829-1.c: New test.
24622 * gcc.c-torture/compile/990829-1.c: New test.
24623
24624 1999-08-27 Paul Burchard <burchard@pobox.com>
24625
24626 * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
24627 * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
24628 * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
24629 * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
24630 * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
24631 * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
24632 * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
24633 * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
24634 * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
24635 * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
24636 * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
24637
24638 1999-08-27 Jeffrey A Law (law@cygnus.com)
24639
24640 * gcc.c-torture/execute/990827-1.c: New test.
24641
24642 1999-08-26 Craig Burley <craig@jcb-sc.com>
24643
24644 * g77.f-torture/noncompile/19990826-4.f: New test.
24645
24646 * g77.f-torture/compile/19990826-3.f: New test.
24647
24648 * g77.f-torture/execute/19990826-2.f: New test.
24649
24650 * g77.f-torture/compile/19990826-1.f: New test.
24651
24652 * gcc.c-torture/execute/990826-0.c: New test.
24653 * g77.c-torture/execute/19990826-0.f: New test.
24654
24655 * g77.f-torture/noncompile/970626-2.f: New test.
24656
24657 1999-08-25 Paul Burchard <burchard@pobox.com>
24658
24659 * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
24660 lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
24661 lss-011.C: New tests.
24662
24663 1999-08-25 Nathan Sidwell <nathan@acm.org>
24664
24665 * g++.old-deja/g++.other/decl5.C: New test.
24666
24667 1999-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24668
24669 * noncompile/noncompile.exp: Load_lib c-torture.exp.
24670 (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
24671 call `postbase' for each one. All callers of `postbase' changed
24672 to call this instead.
24673
24674 1999-08-11 Richard Earnshaw (rearnsha@arm.com)
24675
24676 * gcc.c-torture/execute/990811-1.c: New test.
24677
24678 1999-08-09 Nick Clifton <nickc@cygnus.com>
24679
24680 * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
24681 just native ones.
24682
24683 * gcc.dg/990413-1.c: Expect the parse error for all builds, not
24684 just native ones.
24685
24686 1999-08-05 Alexandre Oliva <oliva@dcc.unicamp.br>
24687
24688 * g++.old-deja/g++.other/local3.C: Removed XFAIL.
24689
24690 1999-08-04 Jeffrey A Law (law@cygnus.com)
24691
24692 * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
24693
24694 1999-08-04 Nathan Sidwell <nathan@acm.org>
24695
24696 * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
24697
24698 1999-08-04 Jeffrey A Law (law@cygnus.com)
24699
24700 * gcc.c-torture/execute/990804-1.c: New test.
24701
24702 1999-08-03 Nathan Sidwell <nathan@acm.org>
24703
24704 * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
24705 * g++.old-deja/g++.brendan/crash64.C: Likewise
24706 * g++.old-deja/g++.brendan/overload8.C: Likewise
24707
24708 1999-08-03 Nathan Sidwell <nathan@acm.org>
24709
24710 * g++.old-deja/g++.other/struct1.C: New test.
24711
24712 1999-08-03 Nathan Sidwell <nathan@acm.org>
24713
24714 * g++.old-deja/g++.other/enum2.C: New test.
24715
24716 1999-08-02 Richard Henderson <rth@cygnus.com>
24717
24718 Adapted from tests from Franz Sirl:
24719 * gcc.c-torture/execute/va-arg-7.c: New test.
24720 * gcc.c-torture/execute/va-arg-8.c: New test.
24721
24722 1999-08-01 Jeffrey A Law (law@cygnus.com)
24723
24724 * gcc.c-torture/compile/990801-2.c: New test.
24725
24726 * gcc.c-torture/compile/990801-1.c: New test.
24727
24728 1999-07-27 Michael Meissner <meissner@cygnus.com>
24729
24730 * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
24731 fp-cmp-1.c, converting double to float.
24732
24733 * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
24734 fp-cmp-1.c, converting double to long double.
24735
24736 * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
24737 from fr1 to unknown_register, since fr1 is a legitimate register
24738 on some machines.
24739
24740 1999-07-25 Jeffrey A Law (law@cygnus.com)
24741
24742 * README: More listname related changes.
24743
24744 1999-07-08 Catherine Moore <clm@cygnus.com>
24745
24746 * gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
24747
24748 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
24749
24750 * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
24751
24752 1999-07-05 Alexandre Oliva <oliva@dcc.unicamp.br>
24753
24754 * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
24755
24756 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu>
24757
24758 * gcc.dg/990703-1.c: New test.
24759
24760 1999-06-29 Nick Clifton <nickc@cygnus.com>
24761
24762 * lib/file-format.exp: New file: Move definition of proc
24763 gcc_target_object_format to here from
24764 gcc.dg/special/ecos.exp.
24765
24766 * lib/c-torture.exp: Include lib file-format.exp.
24767 * lib/gcc-dg.exp: Include lib file-format.exp.
24768
24769 * gcc.dg/special/ecos.exp: Remove definition of proc
24770 gcc_target_object_format.
24771
24772 1999-06-28 Jeffrey A Law (law@cygnus.com)
24773
24774 * gcc.c-torture/execute/990628-1.c: New test.
24775
24776 1999-06-25 Jeffrey A Law (law@cygnus.com)
24777
24778 * gcc.c-torture/compile/990625-2.c: New test.
24779
24780 * gcc.c-torture/compile/990625-1.c: New test.
24781
24782 1999-06-23 Nick Clifton <nickc@cygnus.com>
24783
24784 * gcc.c-torture/compile/dll.c: New test case. Check that dll
24785 attributes compile.
24786 * gcc.c-torture/compile/dll.x: Only support the dll.c test on
24787 ports that use the COFF/PE file format.
24788
24789 1999-06-17 Jeffrey A Law (law@cygnus.com)
24790
24791 * gcc.c-torture/compile/990617-1.c: New test.
24792
24793 1999-06-17 Alexandre Oliva <oliva@dcc.unicamp.br>
24794
24795 * g++.old-deja/g++.other/decl4.C: New test.
24796
24797 1999-06-14 Nathan Sidwell <nathan@acm.org>
24798
24799 * g++.old-deja/g++.other/bitfld3.C: New test.
24800
24801 1999-06-08 Nathan Sidwell <nathan@acm.org>
24802
24803 * g++.old-deja/g++.eh/catch1.C: New test.
24804
24805 1999-06-07 Jeffrey A Law (law@cygnus.com)
24806
24807 * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
24808
24809 * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
24810 * gcc.c-torture/execute/ieee/mzero.x: New file. Likewise.
24811
24812 1999-06-05 Craig Burley <craig@jcb-sc.com>
24813
24814 * g77.f-torture/compile/19990502-0.f: Replace with new,
24815 shorter, test that still fails after recent changes.
24816
24817 1999-06-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
24818
24819 * gcc.c-torture/execute/990604-1.c: New test.
24820
24821 1999-05-31 Jeffrey A Law (law@cygnus.com)
24822
24823 * gcc.c-torture/execute/990531-1.c: New test.
24824
24825 1999-05-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24826
24827 * gcc.c-torture/compile/990527-1.c: New test.
24828
24829 1999-05-27 Joern Rennecke <amylaar@cygnus.com>
24830
24831 * gcc.c-torture/execute/990527-1.c: New test.
24832
24833 1999-05-25 Nick Clifton <nickc@cygnus.com>
24834
24835 * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
24836 bitfields as signed.
24837
24838 1999-05-25 Craig Burley <craig@jcb-sc.com>
24839
24840 * g77.f-torture/compile/19990525-0.f: New test.
24841
24842 1999-05-25 Jeffrey A Law (law@cygnus.com)
24843
24844 * gcc.c-torture/execute/990525-2.c: New test.
24845
24846 * gcc.c-torture/execute/990525-1.c: New test.
24847
24848 1999-05-24 Nathan Sidwell <nathan@acm.org>
24849
24850 * g++.old-deja/g++.other/anon3.C: New test.
24851 * g++.old-deja/g++.other/anon4.C: New test.
24852 * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
24853 * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
24854 after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
24855 Merrill).
24856
24857 1999-05-24 Jeffrey A Law (law@cygnus.com)
24858
24859 * gcc.c-torture/execute/990524-1.c: New test.
24860
24861 * gcc.dg/990524-1.c: New test.
24862
24863 1999-05-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24864
24865 * gcc.c-torture/compile/990523-1.c: New test.
24866
24867 1999-05-19 Raja R Harinath <harinath@cs.umn.edu>
24868
24869 * gcc.c-torture/compile/990519-1.c: New test.
24870
24871 1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
24872
24873 * gcc.c-torture/compile/990517-1.c: New test.
24874
24875 * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
24876 (e4, f4): New tests.
24877 (main): Call them.
24878
24879 1999-05-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24880
24881 * gcc.dg/noreturn-1.c: New test.
24882
24883 1999-05-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
24884
24885 * gcc.c-torture/execute/990513-1.c: New test.
24886
24887 1999-05-10 Richard Henderson <rth@cygnus.com>
24888
24889 * g++.old-deja/g++.other/null1.C (g): Add overload for long.
24890
24891 1999-05-10 Craig Burley <craig@jcb-sc.com>
24892
24893 * g77.f-torture/execute/erfc.f: Use small single-precision
24894 values, to avoid problems on Alphas when not -mieee.
24895
24896 1999-05-08 Craig Burley <craig@jcb-sc.com>
24897
24898 * gcc.dg/990506-0.c: New test.
24899
24900 1999-05-08 Richard Henderson <rth@cygnus.com>
24901
24902 * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
24903 the constant to test. Don't XFAIL 64-bit targets.
24904
24905 * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
24906 * g++.old-deja/g++.law/profile1.C: Likewise.
24907
24908 * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
24909 operator new instances.
24910 * g++.old-deja/g++.other/delete5.C: Likewise.
24911
24912 1999-05-03 Craig Burley <craig@jcb-sc.com>
24913
24914 * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
24915 intrinsic.
24916
24917 1999-05-03 Craig Burley <craig@jcb-sc.com>
24918
24919 * g77.f-torture/execute/u77-test.f: Reverse order of two
24920 arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
24921
24922 1999-05-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24923
24924 * gcc.dg/compare1.c: New test.
24925
24926 1999-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
24927
24928 * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
24929 New tests.
24930
24931 1999-05-02 Craig Burley <craig@jcb-sc.com>
24932
24933 * g77.f-torture/compile/19990502-1.f: New test.
24934
24935 1999-05-02 Craig Burley <craig@jcb-sc.com>
24936
24937 * g77.f-torture/compile/19990502-0.f: New test.
24938
24939 1999-05-02 Craig Burley <craig@jcb-sc.com>
24940
24941 * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
24942 intrinsic.
24943
24944 1999-05-02 Craig Burley <craig@jcb-sc.com>
24945
24946 * g77.f-torture/execute/u77-test.f (main): List libU77
24947 intrinsics not currently tested.
24948 Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
24949 GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
24950 FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
24951 Trim blanks off the ends of some printed strings.
24952
24953 1999-05-02 Craig Burley <craig@jcb-sc.com>
24954
24955 * g77.f-torture/execute/u77-test.f (main): Just warn about
24956 FSTAT gid disagreement, as it's expected on some systems.
24957
24958 1999-05-01 Craig Burley <craig@jcb-sc.com>
24959
24960 * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
24961 use a new function, which allows for some slop.
24962 Clean up some commentary.
24963 (issum): The new function.
24964 (sgladd): Deleted subroutine.
24965
24966 1999-05-01 Craig Burley <craig@jcb-sc.com>
24967
24968 * g77.f-torture/execute/u77-test.f: Modify to be more like
24969 libf2c/libU77 version, bringing patches to that version here.
24970 Add suitable commentary.
24971
24972 1999-04-25 Richard Henderson <rth@cygnus.com>
24973
24974 * gcc.dg/990424-1.c: New test.
24975
24976 1999-04-24 Craig Burley <craig@jcb-sc.com>
24977
24978 * g77.f-torture/execute/u77-test.f (main): Bug involving
24979 LSTAT has been fixed, so turn back on full checking.
24980
24981 1999-04-20 Craig Burley <craig@jcb-sc.com>
24982
24983 * g77.f-torture/compile/19990419-0.f: New test.
24984 * g77.f-torture/execute/19990419-1.f: New test.
24985
24986 1999-04-17 Richard Henderson <rth@cygnus.com>
24987
24988 * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
24989 to avoid the need for a prototype to supress a warning.
24990
24991 1999-04-07 Jim Wilson <wilson@cygnus.com>
24992
24993 * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
24994
24995 1999-04-04 Jeffrey A Law (law@cygnus.com)
24996
24997 * gcc.c-torture/execute/990404-1.c: New test.
24998
24999 1999-04-03 10:35 -0500 Zack Weinberg <zack@rabi.columbia.edu>
25000
25001 * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
25002 * gcc.dg/cpp-if3.c: Don't use -pedantic.
25003 * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
25004 missing initializer warnings.
25005
25006 1999-03-28 Jeffrey A Law (law@cygnus.com)
25007
25008 * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
25009 matching strings.
25010
25011 1999-03-26 Jeffrey A Law (law@cygnus.com)
25012
25013 * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
25014
25015 1999-03-26 Craig Burley <craig@jcb-sc.com>
25016
25017 * g77.f-torture/execute/19990325-0.f: New test.
25018 * g77.f-torture/execute/19990325-1.f: New test.
25019
25020 1999-03-24 Jeffrey A Law (law@cygnus.com)
25021
25022 * gcc.c-torture/execute/990324-1.c: New test.
25023
25024 1999-03-22 Jim Wilson <wilson@cygnus.com>
25025
25026 * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
25027 test with 4.
25028
25029 1999-03-17 Richard Henderson <rth@cygnus.com>
25030
25031 * gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
25032
25033 1999-03-13 Craig Burley <craig@jcb-sc.com>
25034
25035 * g77.f-torture/execute/19990313-2.f: New test.
25036 * g77.f-torture/execute/19990313-3.f: New test.
25037
25038 1999-03-13 Craig Burley <craig@jcb-sc.com>
25039
25040 * g77.f-torture/execute/19990313-0.f: New test.
25041 * g77.f-torture/execute/19990313-1.f: New test.
25042
25043 1999-03-12 Jim Wilson <wilson@cygnus.com>
25044
25045 * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
25046 printf to sprintf.
25047 * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
25048 (main): Add check for u15. Conditionalize u31 check depending on
25049 whether ints are <32 bits or >=32 bits.
25050
25051 1999-03-08 Craig Burley <craig@jcb-sc.com>
25052
25053 * g77.f-torture/execute/19981119-0.f: Improve testiness.
25054
25055 1999-03-08 Craig Burley <craig@jcb-sc.com>
25056
25057 * g77.f-torture/compile/19990305-0.f: New test.
25058 * g77.f-torture/execute/19981119-0.f: New test.
25059
25060 1999-03-08 Craig Burley <craig@jcb-sc.com>
25061
25062 * g77.f-torture/execute/970625-2.f: call ABORT if final
25063 result is not correct, instead of just printing it.
25064 Add this checking via newly introduced obfuscation, to
25065 trip up buggy front ends.
25066
25067 1999-03-07 Craig Burley <craig@jcb-sc.com>
25068
25069 * g77.f-torture/compile/960317-1.f: Moved from being
25070 in execute/. (Somehow I didn't notice "SUBROUTINE...".)
25071
25072 1999-03-06 Craig Burley <craig@jcb-sc.com>
25073
25074 * g77.f-torture/execute/960317-1.f: New (old) test.
25075 * g77.f-torture/execute/970625-2.f: Ditto.
25076
25077 1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
25078
25079 * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
25080 message on line 1 or line 2; cccp and cpplib do this differently.
25081
25082 1999-03-01 Jeffrey A Law (law@cygnus.com)
25083
25084 * g++.old-deja/g++.law/weak1.C: New test.
25085
25086 1999-02-28 17:59 -0500 Zack Weinberg <zack@rabi.columbia.edu>
25087
25088 * gcc.c-torture/execute/990119-1.c: Renamed to...
25089 * gcc.dg/990119-1.c: this, so it will only be tested once
25090 (it's a preprocessor test, it doesn't need to be run at
25091 multiple optimization levels).
25092
25093 1999-02-27 13:34 -0500 Zack Weinberg <zack@rabi.columbia.edu>
25094
25095 * lib/g++.exp: Don't add incdir=$base_dir/../include to
25096 ALWAYS_CXXFLAGS.
25097
25098 1999-02-24 Craig Burley <craig@jcb-sc.com>
25099
25100 * g77.f-torture/noncompile/19981216-0.f: Renamed from...
25101 * g77.f-torture/compile/19981216-0.f: ...as it is expected
25102 to not be compilable by current g77.
25103
25104 1999-02-24 Nick Clifton <nickc@cygnus.com>
25105
25106 * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
25107
25108 1999-02-22 Jeffrey A Law (law@cygnus.com)
25109
25110 * gcc.c-torture/execute/990222-1.c: New test.
25111
25112 1999-02-19 Craig Burley <craig@jcb-sc.com>
25113
25114 * g77.f-torture/compile/19990218-0.f: New test.
25115 * g77.f-torture/noncompile/19990218-1.f: New test.
25116
25117 1999-02-18 Craig Burley <craig@jcb-sc.com>
25118
25119 * g77.f-torture/compile/19981216-0.f: New test.
25120
25121 1999-02-14 Jeffrey A Law (law@cygnus.com)
25122
25123 * gcc.dg/990214-1.c: New test.
25124
25125 1999-02-13 Jeffrey A Law (law@cygnus.com)
25126
25127 * gcc.dg/990213-2.c: New test.
25128
25129 * gcc.dg/990213-1.c: New test.
25130
25131 1999-02-12 Jeffrey A Law (law@cygnus.com)
25132
25133 * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
25134 ints.
25135
25136 1999-02-11 Nick Clifton <nickc@cygnus.com>
25137
25138 * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
25139 specified by target.
25140
25141 * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
25142
25143 1999-02-11 Jeffrey A Law (law@cygnus.com)
25144
25145 * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
25146
25147 1999-02-10 Jonathan Larmour <jlarmour@cygnus.co.uk>
25148
25149 * gcc.dg/special/ecos.exp: New test driver for new tests with
25150 special requirements.
25151
25152 * gcc.dg/special/alias-1.c: New test.
25153 * gcc.dg/special/gcsec-1.c: New test.
25154 * gcc.dg/special/weak-1.c: New test.
25155 * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
25156 * gcc.dg/special/weak-2.c: New test.
25157 * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
25158 * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
25159 * gcc.dg/special/wkali-1.c: New test.
25160 * gcc.dg/special/wkali-2.c: New test.
25161 * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
25162 * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
25163
25164 1999-02-10 Felix Lee <flee@cygnus.com>
25165
25166 * lib/c-torture.exp (c-torture-compile): Pull out code for
25167 analyzing gcc error messages.
25168 (c-torture-execute): Likewise. Fix some (harmless) false
25169 positives.
25170 * lib/gcc.exp (gcc_check_compile): New function.
25171
25172 1999-02-08 Richard Henderson <rth@cygnus.com>
25173
25174 * gcc.c-torture/execute/990208-1.c: New test.
25175
25176 1999-02-07 Jonathan Larmour <jlarmour@cygnus.co.uk>
25177
25178 * g++.dg/special/ecos.exp: New driver for new tests with special
25179 requirements
25180
25181 * g++.dg/special/conpr-1.C: New test
25182 * g++.dg/special/conpr-2.C: New test
25183 * g++.dg/special/conpr-2a.C: New test
25184 * g++.dg/special/conpr-3.C: New test
25185 * g++.dg/special/conpr-3a.C: New test
25186 * g++.dg/special/conpr-3b.C: New test
25187
25188 * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
25189 allow g++ to use the dg driver
25190
25191 * README: Add comment about g++.dg directory
25192
25193 1999-02-06 Jeffrey A Law (law@cygnus.com)
25194
25195 * README: Update email addresses.
25196
25197 1999-02-03 Nick Clifton <nickc@cygnus.com>
25198
25199 * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
25200 arguments in order to force structure S onto the stack even on
25201 the alpha.
25202 (test): Pass 10 leading arguments to function foo as well as the
25203 structure S.
25204
25205 * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
25206 failure for all targets.
25207
25208 * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
25209 abort to terminate program execution.
25210
25211 1999-01-30 Richard Henderson <rth@cygnus.com>
25212
25213 * gcc.c-torture/execute/990130-1.c: New test.
25214
25215 1999-01-30 Jeffrey A Law (law@cygnus.com)
25216
25217 * gcc.dg/990130-1.c: New test.
25218
25219 1999-01-28 Michael Meissner <meissner@cygnus.com>
25220
25221 * gcc.c-torture/execute/990128-1.c: New test.
25222
25223 1999-01-27 Michael Meissner <meissner@cygnus.com>
25224
25225 * gcc.c-torture/execute/990127-{1,2}.c: New tests.
25226
25227 1999-01-27 Felix Lee <flee@cygnus.com>
25228
25229 * lib/c-torture.exp (c-torture-compile): pull out code for
25230 analyzing gcc error messages.
25231 (c-torture-execute): ditto, and fix some (harmless) false
25232 positives.
25233 * lib/gcc.exp (gcc_check_compile): new function.
25234
25235 1999-01-17 Jeffrey A Law (law@cygnus.com)
25236
25237 * gcc.dg/990117-1.c: New test.
25238
25239 * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
25240
25241 * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
25242
25243 1999-01-15 Jeffrey A Law (law@cygnus.com)
25244
25245 * g77.f-torture/compile/990115-1.f: New test.
25246
25247 1999-01-07 Jeffrey A Law (law@cygnus.com)
25248
25249 * gcc.c-torture/compile/990107-1.c: New test
25250
25251 1999-01-06 Jeffrey A Law (law@cygnus.com)
25252
25253 * gcc.c-torture/execute/990106-2.c: New test.
25254
25255 * gcc.c-torture/execute/990106-1.c: New test.
25256
25257 1998-12-30 Zack Weinberg <zack@rabi.columbia.edu>
25258
25259 * gcc.c-torture/compile/981223-1.c: New test.
25260
25261 1998-12-29 Richard Henderson <rth@cygnus.com>
25262
25263 * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
25264 (opt3): Rename from opt4 and disable.
25265
25266 1998-12-20 Alexandre Oliva <oliva@dcc.unicamp.br>
25267
25268 * g++.old-deja/g++.pt/ptrmem5.C: New test.
25269
25270 1998-12-15 Alexandre Oliva <oliva@dcc.unicamp.br>
25271
25272 * g++.old-deja/g++.other/conv5.C: New test.
25273
25274 1998-12-14 Nick Clifton <nickc@cygnus.com>
25275
25276 * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
25277
25278 1998-12-11 Jeffrey A Law (law@cygnus.com)
25279
25280 * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
25281
25282 1998-12-11 Zack Weinberg <zack@rabi.columbia.edu>
25283
25284 * gcc.c-torture/compile/981211-1.c: New test.
25285
25286 1998-12-09 Alexandre Oliva <oliva@dcc.unicamp.br>
25287
25288 * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
25289
25290 * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
25291
25292 1998-12-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25293
25294 * gcc.special/930510-1.c: Make C9X safe.
25295 * gcc.misc-tests/gcov-1.c Similarly.
25296 * gcc.misc-tests/gcov-2.c Similarly.
25297
25298 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
25299
25300 * gcc.dg/ultrasp1.c: New test.
25301
25302 1998-12-06 Richard Henderson <rth@cygnus.com>
25303
25304 * gcc.c-torture/execute/981206.c: New test.
25305
25306 1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
25307
25308 * g++.old-deja/g++.ns/template7.C: New test.
25309
25310 * g++.old-deja/g++.other/expr1.C: New test.
25311
25312 * g++.old-deja/g++.eh/tmpl3.C: New test.
25313
25314 * g++.old-deja/g++.eh/tmpl2.C: New test.
25315
25316 1998-12-04 Alexandre Oliva <oliva@dcc.unicamp.br>
25317
25318 * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
25319 * g++.old-deja/g++.other/using6.C: Removed.
25320 * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
25321
25322 * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
25323
25324 1998-12-03 Alexandre Oliva <oliva@dcc.unicamp.br>
25325
25326 * g++.old-deja/g++.pt/overload8.C: New test.
25327
25328 * g++.old-deja/g++.pt/overload7.C: New test.
25329
25330 * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
25331
25332 * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
25333 and relinking messages.
25334 * lib/g++.exp (g++_target_compile): Remove .rpo file when
25335 compiling with -frepo.
25336
25337 1998-12-01 Alexandre Oliva <oliva@dcc.unicamp.br>
25338
25339 * g++.old-deja/g++.pt/lookup6.C: New test.
25340
25341 1998-11-30 Nick Clifton <nickc@cygnus.com>
25342
25343 * gcc.c-torture/execute/981130-1.c: New test.
25344 * gcc.c-torture/execute/981130-1.x: New test failure expectations.
25345
25346 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
25347
25348 * g++.old-deja/g++.pt/explicit76.C: New test.
25349
25350 * g++.old-deja/g++.pt/friend38.C: New test.
25351
25352 * g++.old-deja/g++.ns/crash2.C: New test.
25353
25354 * g++.old-deja/g++.pt/defarg8.C: New test.
25355
25356 * g++.old-deja/g++.pt/instantiate6.C: New test.
25357
25358 * g++.old-deja/g++.pt/static6.C: New test.
25359
25360 * g++.old-deja/g++.pt/decl2.C: New test.
25361
25362 1998-11-26 Alexandre Oliva <oliva@dcc.unicamp.br>
25363
25364 * g++.old-deja/g++.other/lookup5.C: New test. Not sure the
25365 problem is actually related with name lookup, but so what? :-)
25366
25367 * g++.old-deja/g++.pt/friend37.C: New test.
25368
25369 1998-11-25 Dave Love <d.love@dl.ac.uk>
25370
25371 * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
25372 element, which fails on some systems.
25373
25374 * g77.f-torture/execute/labug1.f: New test.
25375
25376 1998-11-21 Jeffrey A Law (law@cygnus.com)
25377
25378 * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
25379 is defined.
25380
25381 1998-11-18 Dave Love <d.love@dl.ac.uk>
25382
25383 * g77.f-torture/compile/981117-1.f: New test.
25384
25385 1998-11-16 Alexandre Oliva <oliva@dcc.unicamp.br>
25386
25387 * g++.old-deja/g++.eh/throw2.C: New test. CV-qualifiers are not
25388 properly discarded.
25389
25390 1998-10-11 Ken Raeburn <raeburn@cygnus.com>
25391
25392 * gcc.c-torture/execute/memcheck: New directory of tests for
25393 -fcheck-memory-usage.
25394
25395 1998-11-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
25396
25397 * README: New file, general information about the testsuite and
25398 new description of the various C++ test subdirectories.
25399 * README.g++: Eliminate obsolete information, update and move most
25400 relevant stuff to README.
25401
25402 1998-11-07 Richard Henderson <rth@cygnus.com>
25403
25404 * gcc.c-torture/compile/981107-1.c: New test.
25405
25406 1998-11-02 Doug Evans <devans@canuck.cygnus.com>
25407
25408 * execute/memcpy-bi.c: New testcase.
25409
25410 1998-10-31 Alexandre Oliva <oliva@dcc.unicamp.br>
25411
25412 * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
25413 base classes.
25414
25415 * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
25416 template is selected.
25417
25418 * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
25419 classes, it should be accepted for all types.
25420
25421 * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
25422
25423 * g++.old-deja/g++.pt/spec24.C: Ensure that template
25424 specializations start with template headers.
25425
25426 1998-10-29 Alexandre Oliva <oliva@dcc.unicamp.br>
25427
25428 * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
25429
25430 * g++.old-deja/g++.other/init9.C: Test cross initialization of
25431 non-POD types.
25432
25433 1998-10-27 Alexandre Oliva <oliva@dcc.unicamp.br>
25434
25435 * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
25436
25437 1998-10-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
25438
25439 * compile/981022-1.c, compile/981022-1.x: New test and driver.
25440
25441 1998-10-19 Jeffrey A Law (law@cygnus.com)
25442
25443 * 981019-1.c: New test.
25444
25445 1998-10-14 Robert Lipe <robertl@dgii.com>
25446
25447 * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
25448 find objc headers.
25449
25450 1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
25451
25452 * compile/981001-4.c: Remove use of GCC extension that triggers a
25453 compiler bug.
25454
25455 1998-10-13 Alexandre Oliva <oliva@dcc.unicamp.br>
25456
25457 * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
25458
25459 1998-10-12 Alexandre Oliva <oliva@dcc.unicamp.br>
25460
25461 * g++.old-deja/g++.pt/explicit74.C: New test. Explicit
25462 instantiation of template produces incorrect code for delete
25463 expression.
25464
25465 * g++.old-deja/g++.pt/instantiate5.C: New test. `global
25466 constructors' name is not unique.
25467 * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
25468 * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
25469
25470 * g++.old-deja/g++.other/init8.C: New test. Uninitialized
25471 automatic array of const is ill-formed.
25472
25473 * g++.old-deja/g++.pt/ttp53.C: New test. Incorrect substitution
25474 of template parameter?
25475
25476 * g++.old-deja/g++.other/conv3.C: New test. Conversion discards
25477 const.
25478
25479 * g++.old-deja/g++.other/pmf2.C: New test. Invalid
25480 pointer-to-member expression.
25481
25482 * g++.old-deja/g++.other/friend5.C: New test. Bogus friend
25483 declaration causes ICE.
25484
25485 1998-10-11 Alexandre Oliva <oliva@dcc.unicamp.br>
25486
25487 * g++.old-deja/g++.ns/main1.C: New test. main() should only be
25488 reserved in the global namespace.
25489
25490 * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
25491 generate needed virtual table.
25492
25493 * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
25494
25495 1998-10-10 Dariush Eslimi <eslimi@loran.com>
25496
25497 * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
25498 template-dependent type
25499
25500 1998-10-10 Alexandre Oliva <oliva@dcc.unicamp.br>
25501
25502 * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
25503 * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
25504 * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
25505
25506 * g++.old-deja/g++.other/using5.C: New test; using decl from base
25507 class should be usable as argument of member function.
25508 * g++.old-deja/g++.other/using6.C: New test; using decl from base
25509 class should be usable as return type of member function.
25510 * g++.old-deja/g++.other/using7.C: New test; using decl from base
25511 class should be usable as type of data member.
25512
25513 * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
25514
25515 1998-10-09 Jeffrey A Law (law@cygnus.com)
25516
25517 * gcc.c-torture/special/920521-1.c: Fix bogus test.
25518
25519 1998-10-08 Nick Clifton <nickc@cygnus.com>
25520
25521 * gcc.dg/dll-?.c Add thumb to target list.
25522 Fix assembler scan patterns to match current assembler output.
25523
25524 1998-10-08 Alexandre Oliva <oliva@dcc.unicamp.br>
25525
25526 * g++.old-deja/g++.pt/expr6.C: New test. operator?: breaks
25527 matching of template brackets.
25528
25529 * g++.old-deja/g++.other/using4.C: New test. Test using
25530 declarations of methods from base classes.
25531
25532 * g++.old-deja/g++.ns/extern1.C: New test. Extern declarations
25533 within functions should introduce names into the innermost
25534 enclosing namespace.
25535
25536 * g++.old-deja/g++.other/init7.C: New test. Retry initialization
25537 of static locals if first initialization throws.
25538
25539 1998-10-07 Jim Wilson <wilson@cygnus.com>
25540
25541 * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
25542
25543 1998-10-06 Ken Raeburn <raeburn@cygnus.com>
25544
25545 * gcc.c-torture/special/981006-1.c: New test. Make sure gcc doesn't
25546 lose track of the possible targets of tablejump insns.
25547 * special/special.exp: Run it.
25548
25549 1998-10-06 Alexandre Oliva <oliva@dcc.unicamp.br>
25550
25551 * g++.old-deja/g++.pt/friend35.C: New test. A template function
25552 must be declared before its specializations can be named in friend
25553 declarations.
25554
25555 1998-10-05 Dave Love <d.love@dl.ac.uk>
25556
25557 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
25558
25559 * g77.f-torture/execute/io1.f: New test.
25560
25561 1998-10-04 Alexandre Oliva <oliva@dcc.unicamp.br>
25562
25563 * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
25564 with pointer to template function, for which no argument deduction
25565 is possible.
25566
25567 * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
25568 specialization of template function as argument to template
25569 function.
25570
25571 * g++.old-deja/g++.other/access2.C: New test; Inner class
25572 shouldn't have privileged access to Outer's names.
25573
25574 1998-10-03 Alexandre Oliva <oliva@dcc.unicamp.br>
25575
25576 * g++.old-deja/g++.pt/friend34.C: New test; name injection of
25577 friend template declared within template class conflicts with
25578 nested class of the same name.
25579
25580 * g++.old-deja/g++.other/badopt1.C: New test; post-increment
25581 is ignored.
25582
25583 * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
25584 object with direct initializer as function declaration.
25585
25586 * g++.old-deja/g++.other/decl2.C: New test; duplicate
25587 initializers.
25588
25589 * g++.old-deja/g++.other/null2.C: New test; conditional operator
25590 involving const pointer and NULL produces incorrect result.
25591
25592 * g++.old-deja/g++.other/typename1.C: New test; template-dependent
25593 type name without `typename' should be rejected with -pedantic.
25594
25595 1998-10-02 Richard Henderson <rth@cygnus.com>
25596
25597 * g++.old-deja/g++.other/addrof1.C: New test.
25598
25599 1998-10-01 Nick Clifton <nickc@cygnus.com>
25600
25601 * gcc.c-torture/compile/981001-1.c: New test.
25602 * gcc.c-torture/execute/981001-1.c: New test.
25603
25604 1998-10-01 Jeffrey A Law (law@cygnus.com)
25605
25606 * gcc.c-torture/compile/981001-2.c: New test.
25607 * gcc.c-torture/compile/981001-3.c: New test.
25608 * gcc.c-torture/compile/981001-4.c: New test.
25609
25610 1998-10-01 Robert Lipe <robertl@dgii.com>
25611
25612 * lib/objc.exp (objc_target_compile): Add -L during compiles for
25613 multilibbed hosts. Idea grafted from g77.exp.
25614
25615 1998-09-30 Dave Love <d.love@dl.ac.uk>
25616
25617 * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
25618 avoid losing on systems which need -lsocket.
25619
25620 1998-09-28 Alexandre Oliva <oliva@dcc.unicamp.br>
25621
25622 * g++.old-deja/g++.other/bitfld1.C: Expected failure.
25623 * g++.old-deja/g++.other/nested2.C: Ditto.
25624 * g++.old-deja/g++.robertl/eb132.C: No longer an expected
25625 failure.
25626
25627 1998-09-26 Alexandre Oliva <oliva@dcc.unicamp.br>
25628
25629 * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
25630 preferred over template operator!= for enum bitfields.
25631
25632 1998-09-18 Alexandre Oliva <oliva@dcc.unicamp.br>
25633
25634 * g++.old-deja/g++.other/nested2.C: Different virtual base classes
25635 that happen to have the same base name, but in different scopes,
25636 are incorrectly rejected.
25637
25638 1998-09-16 Richard Henderson <rth@cygnus.com>
25639
25640 * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
25641 on the native word size instead of an integer literal.
25642
25643 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
25644
25645 * g++.old-deja/g++.other/static2.C: Invocation of static data
25646 member of type pointer-to-function denoted as non-static member.
25647
25648 * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
25649 checks involving function types and aliases.
25650
25651 1998-09-12 Alexandre Oliva <oliva@dcc.unicamp.br>
25652
25653 * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
25654 redefined to the same non-trivial type.
25655
25656 * g++.old-deja/g++.pt/explicit73.C: Test for proper
25657 namespace-qualification of template specializations declared in
25658 other namespaces.
25659
25660 * g++.old-deja/g++.other/friend4.C: Check whether it is possible
25661 to declare a subset of the specializations of a template function
25662 as friends of specializations of a template class.
25663
25664 * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
25665 member templates that do not fully specialize the enclosing
25666 template class are rejected.
25667
25668 1998-09-11 Dave Love <d.love@dl.ac.uk>
25669
25670 * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
25671
25672 1998-09-08 Dave Love <d.love@dl.ac.uk>
25673
25674 * g77.f-torture/execute/u77-test.f (main): New file, somewhat
25675 altered from libf2c/libU77 version.
25676
25677 1998-09-06 Dave Love <d.love@dl.ac.uk>
25678
25679 * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
25680
25681 1998-09-04 Reid M. Pinchback <reidmp@MIT.EDU>, Alexandre Oliva <oliva@dcc.unicamp.br>
25682
25683 * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
25684 (un)signed char are different types for template specialization
25685 purposes.
25686
25687 1998-09-03 Ovidiu Predescu <ovidiu@aracnet.com>
25688
25689 * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
25690 * objc: ObjC testsuite.
25691
25692 1998-08-31 Catherine Moore <clm@cygnus.com>
25693
25694 * gcc.c-torture/execute/941014-1.x: New file.
25695
25696 1998-08-31 Nick Clifton <nickc@cygnus.com>
25697
25698 * lib/c-torture.exp: Add support for
25699 torture_eval_before_compile and torture_eval_before_execute
25700 variables.
25701
25702 1998-08-30 Jeffrey A Law (law@cygnus.com)
25703
25704 * gcc.dg/980626-1.c: Delete this test. We've declared the warning
25705 this test triggers valid.
25706
25707 1998-08-27 Jeffrey A Law (law@cygnus.com)
25708
25709 * gcc.dg/980827-1.c: New test.
25710
25711 1997-08-26 J"orn Rennecke <amylaar@cygnus.co.uk>
25712
25713 * gcc.c-torture/execute/loop-4b.c: New test.
25714
25715 1998-08-26 Nick Clifton <nickc@cygnus.com>
25716
25717 * lib/c-torture.exp: Add support for
25718 torture_eval_before_compile and torture_eval_before_execute
25719 variables.
25720
25721 1998-08-25 Jeffrey A Law (law@cygnus.com)
25722
25723 * gcc.c-torture/compile/980825-1.c: New test.
25724
25725 1998-08-24 Nick Clifton <nickc@cygnus.com>
25726
25727 * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
25728 count number tests in opt_t0 not good_t0.
25729
25730 1998-08-24 Jeffrey A Law (law@cygnus.com)
25731
25732 * gcc.c-torture/compile/930326-1.x: Fix typo.
25733
25734 1998-08-23 Mark Mitchell <mark@markmitchell.com>
25735
25736 * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
25737 causes an ICE.
25738
25739 1998-08-21 Jeffrey A Law (law@cygnus.com)
25740
25741 * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
25742 STACK_SIZE is defined.
25743 * gcc.c-torture/unsorted/stuct.c: Similarly.
25744
25745 * gcc.c-torture/compile/980821-1.c: New test.
25746
25747 1998-08-21 Jeffrey A Law (law@cygnus.com)
25748
25749 * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
25750
25751 1998-08-19 Mark Mitchell <mark@markmitchell.com>
25752
25753 * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
25754 code.
25755
25756 1998-08-09 Mark Mitchell <mark@markmitchell.com>
25757
25758 * lib/old-dejagnu.exp: Revise handling of `Internal compiler
25759 error'.
25760
25761 1998-08-18 Jeffrey A Law (law@cygnus.com)
25762
25763 * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
25764
25765 1998-08-16 Jeffrey A Law (law@cygnus.com)
25766
25767 * gcc.c-torture/compile/980816-1.c: New test.
25768
25769 * gcc.dg/980816-1.c: New test.
25770
25771 1998-08-13 Jeffrey A Law (law@cygnus.com)
25772
25773 * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
25774 compiler for ieee tests.
25775
25776 1998-08-01 Dave Love <d.love@dl.ac.uk>
25777
25778 * g77.f-torture/compile/980729-0.f: New test.
25779
25780 1998-07-30 Ken Raeburn <raeburn@cygnus.com>
25781
25782 * gcc.c-torture/special/eeprof-1.c: New test, for
25783 -finstrument-functions.
25784 * gcc.c-torture/special/special.exp: Run it.
25785
25786 1998-07-29 Jeffrey A Law (law@cygnus.com)
25787
25788 * gcc.c-torture/compile/980729-1.c: New test.
25789
25790 1998-07-27 Nick Clifton <nickc@cygnus.com>
25791
25792 * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
25793 __thumb__ is defined, and test for ARM style doubles if so.
25794
25795 1998-07-26 Dave Love <d.love@dl.ac.uk>
25796
25797 * g77.f-torture/noncompile/980615-0.f: New test.
25798
25799 1998-07-26 H.J. Lu (hjl@gnu.org)
25800
25801 * gcc.dg/980312-1.c: Do link instead of compile.
25802 * gcc.dg/980313-1.c: Likewise.
25803
25804 1998-07-26 Jeffrey A Law (law@cygnus.com)
25805
25806 * gcc.c-torture/compile/980726-1.c: New test.
25807
25808 1998-07-25 Dave Love <d.love@dl.ac.uk>
25809
25810 * g77.f-torture/execute/io0.f: New test.
25811
25812 1998-07-24 Nick Clifton <nickc@cygnus.com>
25813
25814 * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
25815 an int.
25816
25817 1998-06-18 Michael Meissner <meissner@cygnus.com>
25818
25819 * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
25820 m32r bugs.
25821
25822 1998-07-17 Nick Clifton <nickc@cygnus.com>
25823
25824 * gcc.dg/980626-1.c: Expect failures for all toolchains until
25825 c-decl.c:grokdeclarator can handle mode attributes.
25826
25827 1998-07-16 Jeffrey A Law (law@cygnus.com)
25828
25829 * gcc.c-torture/execute/980716-1.c: New test.
25830
25831 1998-07-13 Jeffrey A Law (law@cygnus.com)
25832
25833 * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
25834 the mn10200.
25835 * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
25836 the mn10200.
25837 * gcc.c-torture/execute/va-arg-3.x: Similarly.
25838 * gcc.c-torture/compile/930326-1.x: Similarly.
25839
25840 1998-07-13 Dave Love <d.love@dl.ac.uk>
25841
25842 * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
25843 New test from Craig.
25844
25845 1998-07-12 Dave Love <d.love@dl.ac.uk>
25846
25847 * g77.f-torture/noncompile/980616-0.f: New test.
25848
25849 * g77.f-torture/execute/970816-3.f: New test from Craig.
25850
25851 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
25852
25853 * g++.other/singleton.C: Return error value instead of taking
25854 SIGSEGV.
25855
25856 1998-07-10 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
25857
25858 * g++.other/singleton.C: New test. Warning is under dispute.
25859 Runtime crash is not.
25860
25861 1998-07-09 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
25862
25863 * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
25864 ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
25865 using6.C, using7.C}: New namespace tests.
25866
25867 1998-07-09 Alexandre Oliva <oliva@dcc.unicamp.br>
25868
25869 * g++.old-deja/g++.other/partspec1.C: Test matching of partial
25870 specialization with typedef'ed names used as array indexes.
25871
25872 1998-07-09 Jeffrey A Law (law@cygnus.com)
25873
25874 * gcc.c-torture/execute/980709-1.c: New test.
25875
25876 * gcc.dg/980709-1.c: New test.
25877
25878 1998-07-07 Richard Henderson <rth@cygnus.com>
25879
25880 * gcc.c-torture/execute/bcp-1.c: New test.
25881
25882 1998-07-07 Jeffrey A Law (law@cygnus.com)
25883
25884 * gcc.c-torture/execute/980707-1.c: New test.
25885
25886 1998-07-06 Kamil Iskra <iskra@student.uci.agh.edu.pl>
25887
25888 * gcc.c-torture/compile/980706-1.c: New test.
25889
25890 1998-07-01 Dave Love <d.love@dl.ac.uk>
25891
25892 * g77.f-torture/execute/980701-0.f,
25893 g77.f-torture/execute/980701-1.f: New test from Craig.
25894
25895 1998-07-01 Jeffrey A Law (law@cygnus.com)
25896
25897 * gcc.c-torture/compile/980701-1.c: New test.
25898
25899 * gcc.c-torture/execute/980701-1.c: New test.
25900
25901 1998-06-30 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-ka
25902 rlsruhe.de>
25903
25904 * g++.old-deja/g++.robertl/eb132.C: New test.
25905 * g++.old-deja/g++.robertl/eb133.C: Likewise.
25906
25907 1998-06-29 Dave Love <d.love@dl.ac.uk>
25908
25909 * g77.f-torture/execute/980628-7.f,
25910 g77.f-torture/execute/980628-8.f,
25911 g77.f-torture/execute/980628-9.f,
25912 g77.f-torture/execute/980628-10.f: New tests from Craig.
25913
25914 * g77.f-torture/execute/980628-3.f: Remove mail headers.
25915
25916 1998-06-28 Jeffrey A Law (law@cygnus.com)
25917
25918 * g77.f-torture/execute/980628-4.f: New test from Craig.
25919 * g77.f-torture/execute/980628-5.f: Likewise.
25920 * g77.f-torture/execute/980628-2.f: Likewise.
25921 * g77.f-torture/execute/980628-0.f: Likewise.
25922 * g77.f-torture/execute/980628-1.f: Likewise.
25923 * g77.f-torture/execute/980628-3.f: Likewise.
25924 * g77.f-torture/execute/980628-6.f: Likewise.
25925
25926 1998-06-28 Jeffrey A Law (law@cygnus.com)
25927
25928 * lib/g77.exp (default_g77_version): Tweak to make it work in a build
25929 directory when nothing has been installed yet.
25930
25931 1998-06-27 Carlo Wood <carlo@runaway.xs4all.nl>
25932
25933 * gcc.c-torture/special/special.exp: Handle newer versions of
25934 dejagnu.
25935
25936 1998-06-26 Jeffrey A Law (law@cygnus.com)
25937
25938 * gcc.dg/980626-1.c: New test.
25939
25940 1998-06-19 Bruno Haible <haible@ilog.fr>
25941
25942 * gcc.misc-tests/m-un-2.c: New test.
25943 * g++.old-deja/g++.other/warn01.c: Likewise.
25944
25945 1998-06-19 Robert Lipe <robertl@dgii.com>
25946
25947 * gcc.dg/980414-1.c: Move comments outside of ASM to improve
25948 compatibility with assmblers with a different comment character.
25949 Eliminate use of GAS-specific extensions.
25950
25951 1998-06-19 Jeffrey A Law (law@cygnus.com)
25952
25953 * gcc.c-torture/execute/ieee/980619-1.c: New test.
25954
25955 1998-06-19 Robert Lipe <robertl@dgii.com>
25956
25957 *lib/g77.exp: Replace search for libf2c.a with search for newly
25958 renamed libg2c.a
25959
25960 1998-06-17 Jeffrey A Law (law@cygnus.com)
25961
25962 * gcc.c-torture/execute/980617-1.c: New test.
25963
25964 1998-06-12 Jeffrey A Law (law@cygnus.com)
25965
25966 * gcc.c-torture/execute/980612-1.c: New test.
25967
25968 1998-06-08 Jeffrey A Law (law@cygnus.com)
25969
25970 * gcc.dg/980523-1.c: Only test on ppc-linux.
25971 * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
25972
25973 * gcc.c-torture/execute/980608-1.c: New test.
25974
25975 1997-06-05 J"orn Rennecke <amylaar@cygnus.co.uk>
25976
25977 * gcc.c-torture/execute/980605-1.c: New test.
25978
25979 1998-06-04 Jeffrey A Law (law@cygnus.com)
25980
25981 * gcc.c-torture/execute/980604-1.c: New test.
25982
25983 1998-06-02 Jeffrey A Law (law@cygnus.com)
25984
25985 * gcc.c-torture/execute/980602-1.c: New test.
25986 * gcc.c-torture/execute/980602-2.c: Likewise.
25987
25988 1998-06-02 Dave Love <d.love@dl.ac.uk>
25989
25990 * 970125-0.f: Fix per JCB. Add commentary.
25991
25992 1998-05-31 Michael Meissner <meissner@cygnus.com>
25993
25994 * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
25995 IEEE -0 support.
25996
25997 1998-05-29 Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
25998
25999 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
26000 earlier.
26001
26002 1998-05-28 Catherine Moore <clm@cygnus.com>
26003
26004 * gcc.c-torture/execute/980526-3.c: New test.
26005
26006 1998-05-27 Manfred Hollstein <manfred@s-direktnet.de>
26007
26008 * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
26009 fail on m68k-motorola-sysv and m88k-motorola-sysv3.
26010 * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
26011 m88k-motorola-sysv3 to XFAIL.
26012
26013 1998-05-26 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26014
26015 * gcc.dg/980526-1.c: New test.
26016 * gcc.c-torture/execute/980526-2.c: New test.
26017
26018 1998-05-26 Jeffrey A Law (law@cygnus.com)
26019
26020 * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
26021
26022 * gcc.c-torture/execute/980526-1.c: New test.
26023
26024 1998-05-26 Dave Love <d.love@dl.ac.uk>
26025
26026 * g77.f-torture/execute/alpha2.f: Add runtime test.
26027
26028 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
26029
26030 * g++.old-deja/old-deja.exp: Strip leading directories.
26031
26032 * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
26033 error for the line. Don't run multiple tests for the same line.
26034
26035 1998-05-23 Jeffrey A Law (law@cygnus.com)
26036
26037 * gcc.dg/980523-1.c: New test.
26038
26039 1998-05-23 Dave Love <d.love@dl.ac.uk>
26040
26041 * g77.f-torture/compile/970915-0.f: New test.
26042
26043 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
26044
26045 * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
26046
26047 1998-05-21 Jeffrey A Law (law@cygnus.com)
26048
26049 * gcc.dg/980520-1.c: New test.
26050
26051 1998-05-20 Manfred Hollstein <manfred@s-direktnet.de>
26052
26053 * gcc.dg/980502-1.c: Fix return type.
26054
26055 1998-05-20 Jeffrey A Law (law@cygnus.com)
26056
26057 * gcc.dg/{980502-1.c, clobbers.c}: New tests.
26058 * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
26059 * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
26060 * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
26061 * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
26062
26063 1998-05-20 Dave Love <d.love@dl.ac.uk>
26064
26065 * g77.f-torture/execute/980520-1.f: New test.
26066
26067 1998-05-15 Dave Love <d.love@dl.ac.uk>
26068
26069 * lib/mike-g77.exp: New file.
26070
26071 * g77.f-torture/noncompile/noncompile.exp,
26072 g77.f-torture/noncompile/check0.f: New files.
26073
26074 1998-05-14 Dave Love <d.love@dl.ac.uk>
26075
26076 * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
26077 g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
26078 g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
26079 g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
26080 g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
26081 abort where appropriate.
26082
26083 1998-05-05 Michael Meissner <meissner@cygnus.com>
26084
26085 * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
26086 * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
26087
26088 1998-04-29 Dave Love <d.love@dl.ac.uk>
26089
26090 * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
26091
26092 1998-04-27 Dave Love <d.love@dl.ac.uk>
26093
26094 * g77.f-torture/compile/980427-0.f: New test.
26095
26096 1998-04-24 Dave Love <d.love@dl.ac.uk>
26097
26098 * g77.f-torture/compile/980424-0.f: New test.
26099
26100 1998-04-19 Dave Love <d.love@dl.ac.uk>
26101
26102 * g77.f-torture/compile/980419-2.f (main): New test.
26103 * g77.f-torture/compile/970125-0.f: New test.
26104 * g77.f-torture/compile/980419-1.f: New test.
26105
26106 1998-04-08 Jim Wilson <wilson@cygnus.com>
26107
26108 * gcc.c-torture/execute/980407-1.c: Delete test. Is duplicate
26109 of loop-4.c.
26110
26111 1998-04-07 Jim Wilson <wilson@cygnus.com>
26112
26113 * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
26114
26115 1998-04-03 Jim Wilson <wilson@cygnus.com>
26116
26117 * gcc.c-torture/compile/980329-1.c: New test.
26118
26119 1998-03-18 Jim Wilson <wilson@cygnus.com>
26120
26121 * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
26122 * gcc.dg/980312-1.c: Fix typo in -march command.
26123
26124 1998-03-16 H.J. Lu (hjl@gnu.org)
26125
26126 * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
26127
26128 1998-03-11 Robert Lipe <robertl@dgii.com>
26129
26130 * g77.f-torture/execute/980310-5.f: Deleted. Craig Burley and
26131 Dave Love agree the Fortran source is bogus.
26132
26133 1998-03-11 Robert Lipe <robertl@dgii.com>
26134
26135 * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
26136 g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
26137 g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
26138 g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
26139 * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
26140
26141 1998-03-10 Alexandre Oliva <oliva@dcc.unicamp.br>
26142
26143 * g++.old-deja/g++.other/friend1.C: New test.
26144
26145 1998-02-18 Dave Love <d.love@dl.ac.uk>
26146
26147 * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
26148 possibly uninitialized) variables and declare dnrm2.
26149
26150 1998-02-23 Robert Lipe <robertl@dgii.com>
26151
26152 From Bruno Haible <haible@ilog.fr>:
26153 * gcc.c-torture/execute/980223.c: New test.
26154
26155 1998-02-13 Jeffrey A Law (law@cygnus.com)
26156
26157 * gcc.dg/ifelse-1.c: New test.
26158
26159 1998-02-09 H.J. Lu (hjl@gnu.org)
26160
26161 * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
26162
26163 * lib/old-dejagnu.exp (old-dejagnu): Added the
26164 "execution test - XFAIL *-*-*" handling in the spirit of
26165 "excess errors test -". Changed the "execution test fails"
26166 handling to be like "excess errors test fails".
26167 * Update various tests accordingly.
26168
26169 1998-02-06 Jim Wilson <wilson@cygnus.com>
26170
26171 * gcc.c-torture/execute/980205.c: New test.
26172
26173 1998-01-18 Jeffrey A Law (law@cygnus.com)
26174
26175 * lib/c-torture.exp: Look for .x files instead of .cexp files.
26176 * lib/f-torture.exp: Similarly.
26177 * gcc.c-torture: Rename all .cexp files to .x files.
26178
26179 1997-12-08 J"orn Rennecke <amylaar@cygnus.co.uk>
26180
26181 * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
26182 (940510-1.c): Removed duplicate.
26183 (971104-1.c): New test.
26184
26185 1997-11-25 Kate Hedstrom (kate@ahab.rutgers.edu)
26186
26187 * lib/f-torture.exp: Improve error and loop detection.
26188
26189 1997-11-19 Michael Meissner <meissner@cygnus.com>
26190
26191 * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
26192 use that to size the filler array.
26193
26194 1997-09-26 Bob Manson <manson@charmed.cygnus.com>
26195
26196 * lib/c-torture.exp(c-torture-execute): Fix typo.
26197
26198 * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
26199 testcase as the executable name. Keep the executable around if
26200 the test fails.
26201
26202 1997-09-19 Bob Manson <manson@charmed.cygnus.com>
26203
26204 * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
26205 changes. Only test one -g option, and move it to the end of the
26206 list of options to test.
26207
26208 1997-09-19 Michael Meissner <meissner@cygnus.com>
26209
26210 * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
26211 variable GCC_TORTURE_OPTIONS to supply default switches separated
26212 by colons. If no environment variable, run tests with -O0 -g, -O1
26213 -g, and -O2 -g as well.
26214
26215 1997-09-17 Bob Manson <manson@charmed.cygnus.com>
26216
26217 * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
26218 explanatory comments. Fix indentation.
26219
26220 1997-09-15 Jeffrey A Law (law@cygnus.com)
26221
26222 * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
26223
26224 1997-09-11 Jeffrey A Law (law@cygnus.com)
26225
26226 * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
26227 * g++.old-deja/g++.mike/p7325.C: Likewise.
26228 * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
26229
26230 1997-09-11 Alexandre Oliva (oliva@dcc.unicamp.br)
26231
26232 * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
26233 * g++.old-deja/g++.brendan/crash30.C: Likewise.
26234 * g++.old-deja/g++.brendan/crash39.C: Likewise.
26235 * g++.old-deja/g++.law/operators4.C: Likewise.
26236
26237 1997-09-11 Joe Buck (jbuck@synopsys.com)
26238
26239 * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
26240 * g++.old-deja/g++.mike/p784.C: Ditto.
26241 * g++.old-deja/g++.mike/p785.C: Ditto.
26242
26243 1997-09-05 Jeffrey A Law (law@cygnus.com)
26244
26245 * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
26246
26247 1997-09-03 Bob Manson <manson@charmed.cygnus.com>
26248
26249 * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
26250 target feature; pass this to c-torture-execute as needed.
26251
26252 1997-09-03 Bob Manson <manson@charmed.cygnus.com>
26253
26254 * lib/c-torture.exp(c-torture-execute): If the previous and the
26255 current executables being tested are identical, we don't need to
26256 run the executable again. Try to make the executable names
26257 unique. Add an optional argument for passing additional compiler
26258 flags.
26259
26260 1997-09-02 Doug Evans <dje@canuck.cygnus.com>
26261
26262 * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
26263
26264 1997-08-29 Jeffrey A Law (law@cygnus.com)
26265
26266 * gcc.c-torture/execute/921007-1.c: Make strcmp static.
26267
26268 1997-07-31 Jeffrey A Law (law@cygnus.com)
26269
26270 * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
26271 32bit or larger longs.
26272
26273 * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
26274 have either a 32bit long or 32bit int.
26275
26276 1997-07-29 J"orn Rennecke <amylaar@cygnus.co.uk>
26277
26278 * gcc.c-torture/execute/conversion.c (test_float_to_integer):
26279 Make double precision tests dependent on sizeof (double).
26280
26281 1997-07-09 Bob Manson <manson@charmed.cygnus.com>
26282
26283 * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
26284 too.
26285
26286 1997-06-17 J"orn Rennecke <amylaar@cygnus.co.uk>
26287
26288 * gcc.c-torture/compile/961203-1.cexp: New script.
26289
26290 1997-06-16 Bob Manson <manson@charmed.cygnus.com>
26291
26292 * lib/g++.exp(g++_init): Use g++_include_flags instead of making
26293 up the includes ourselves.
26294
26295 1997-06-11 Bob Manson <manson@charmed.cygnus.com>
26296
26297 * lib/plumhall.exp: Remove random include, and add a few
26298 verbose messages for debugging.
26299
26300 1997-06-06 Bob Manson <manson@charmed.cygnus.com>
26301
26302 * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
26303 of trying to do it ourselves.
26304
26305 1997-06-04 J"orn Rennecke <amylaar@cygnus.co.uk>
26306
26307 * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
26308
26309 1997-06-04 Bob Manson <manson@charmed.cygnus.com>
26310
26311 * gcc.prms/5403.c: Made regexp a bit less strict.
26312
26313 1997-06-03 Bob Manson <manson@charmed.cygnus.com>
26314
26315 * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
26316 is returned from remote_load instead.
26317 * lib/plumhall.exp: Ditto.
26318 * lib/mike-g++.exp: Ditto.
26319 * lib/old-dejagnu.exp: Ditto.
26320 * lib/c-torture.exp: Ditto.
26321
26322 1997-05-30 Bob Manson <manson@charmed.cygnus.com>
26323
26324 * lib/g++.exp: Use build_wrapper procedure.
26325 * lib/gcc.exp: Ditto.
26326
26327 1997-05-20 Jeffrey A Law (law@cygnus.com)
26328
26329 * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
26330 an old-style decl for malloc. Fixes tests to work when
26331 sizeof (int) != sizeof (size_t).
26332
26333 1997-05-15 Mike Meissner <meissner@cygnus.com>
26334
26335 * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
26336
26337 * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
26338 use stdargs.h interface.
26339
26340 1997-05-15 Mike Meissner <meissner@cygnus.com>
26341
26342 * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
26343 NO_VARARGS when compiling.
26344
26345 1997-05-01 Bob Manson <manson@charmed.cygnus.com>
26346
26347 * lib/plumhall.exp(ph_includes): New procedure.
26348 (ph_make): Use it.
26349 (ph_compiler): Ditto.
26350
26351 * lib/g++.exp: Rename test-glue.c to testglue.c.
26352 * lib/gcc.exp: Ditto.
26353
26354 1997-04-10 Bob Manson <manson@charmed.cygnus.com>
26355
26356 * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
26357 to completion when it's called.
26358
26359 1997-03-21 Michael Meissner <meissner@cygnus.com>
26360
26361 * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
26362 is defined, don't do test.
26363
26364 1997-03-20 Doug Evans <dje@canuck.cygnus.com>
26365
26366 * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
26367 for object files.
26368 (ph_summary): Mark skipped testcases as untested, not unresolved.
26369
26370 * lib/plumhall.exp (ph_make): If unresolved because of bad
26371 errorCode, record errorCode in log file.
26372 (*): Replace send_log/verbose with verbose -log.
26373
26374 1997-03-19 Michael Meissner <meissner@cygnus.com>
26375
26376 * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
26377 double conversion if double isn't at least 8 bytes.
26378
26379 * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
26380 int to work with targets where int is 16 bits.
26381
26382 * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
26383 8 bytes, just exit, since 4 byte doubles don't have enough bits of
26384 precision for the test to complete.
26385
26386 1997-03-14 Michael Meissner <meissner@cygnus.com>
26387
26388 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
26389 if d10v is not compiled with the -mdouble64 flag.
26390 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
26391
26392 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
26393 d10v is not compiled with the -mint32 flag.
26394
26395 1997-03-13 Bob Manson <manson@charmed.cygnus.com>
26396
26397 * lib/plumhall.exp: Use incr_count.
26398
26399 1997-03-12 Jeffrey A Law (law@cygnus.com)
26400
26401 * gcc.c-torture: Update to c-torture-1.45.
26402
26403 1997-02-23 Bob Manson <manson@charmed.cygnus.com>
26404
26405 * lib/gcc.exp(gcc_init): Add args parameter (which will contain
26406 the name of the expect testcase file).
26407
26408 * lib/g++.exp(g++_init): Ditto.
26409
26410 1997-02-20 Bob Manson <manson@charmed.cygnus.com>
26411
26412 * lib/g++.exp(g++_exit): $gluefile lives on the build, not
26413 the host.
26414
26415 * lib/gcc.exp(gcc_exit): New procedure.
26416
26417 1997-02-19 Bob Manson <manson@charmed.cygnus.com>
26418
26419 * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
26420 specs where appropriate.
26421
26422 * g++.old-deja/g++.arm/*: Added additional ERROR checks
26423 because of new "candidates are" messages, and removed a few
26424
26425 * Converted all non-old-style g++ testcases to old-style, and
26426 moved into g++.old-deja.
26427
26428 1997-02-14 Bob Manson <manson@charmed.cygnus.com>
26429
26430 * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
26431 options.
26432
26433 * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
26434 succeeded.
26435
26436 * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
26437
26438 1997-02-13 Michael Meissner <meissner@cygnus.com>
26439
26440 * lib/gcc.exp (gcc_target_compile): Add support for defining
26441 NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
26442 the machine doesn't have those features.
26443
26444 1997-02-11 Bob Manson <manson@charmed.cygnus.com>
26445
26446 * g++.law/operators4.exp: Don't use LIBS.
26447
26448 1997-02-08 Bob Manson <manson@charmed.cygnus.com>
26449
26450 * g++.law/virtual1.exp: Don't use CXX_FLAGS.
26451
26452 * lib/mike-g++.exp: Don't set the compiler to be tested here.
26453 * lib/g++.exp: Set it here instead. Also, allow use of the
26454 --tool_exec and --tool_opt options. Change CXX to
26455 GXX_UNDER_TEST.
26456
26457 * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
26458
26459 * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
26460
26461 1997-02-07 Bob Manson <manson@charmed.cygnus.com>
26462
26463 * lib/old-dejagnu.exp: Use prune_warnings instead of
26464 prune_system_crud.
26465 * lib/mike-g++.exp: Ditto.
26466 * lib/gcc.exp: Ditto.
26467 * lib/g++.exp: Ditto.
26468
26469 * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
26470
26471 1997-02-07 Jeffrey A Law (law@cygnus.com)
26472
26473 * 941014-2.c: Include stdlib.h
26474 * 960327-1.c: Include stdio.h
26475 * dbra.c, index-1.c: Don't assume ints are 32bits.
26476
26477 1997-02-04 Bob Manson <manson@charmed.cygnus.com>
26478
26479 * lib/gcc.exp: Add gcc,stack_size target feature.
26480
26481 * lib/g++.exp(g++_target_compile): Add the include and link
26482 paths here, not in two other places. And, it's $options, not
26483 options.
26484
26485 * lib/mike-g++.exp(postbase): Remove the code that determines
26486 the correct include and link paths.
26487 * g++.old-deja/old-deja.exp: Ditto.
26488
26489 1997-02-03 Bob Manson <manson@charmed.cygnus.com>
26490
26491 * lib/g++.exp(g++_init): target_compile no longer returns the
26492 filename of the result.
26493
26494 1997-02-02 Bob Manson <manson@charmed.cygnus.com>
26495
26496 * gcc.misc-tests/gcov.exp: Add -nocomplain to the
26497 call to glob.
26498
26499 * gcc.c-torture/special/special.exp: Change call to
26500 gcc_target_compile to include the object file.
26501
26502 1997-02-02 Ian Lance Taylor <ian@cygnus.com>
26503
26504 * gcc.c-torture/special/special.exp: Correct misspelling in last
26505 change.
26506
26507 1997-02-01 Bob Manson <manson@charmed.cygnus.com>
26508
26509 * lib/plumhall.exp(ph_summary): Log the entire output of the
26510 executable. Return -1 if there were any failures, 0 otherwise.
26511 (ph_execute): Return -1 if there were any failures, 0 otherwise.
26512 (ph_make): Clean up objects and executables that were built
26513 if the tests succeeded.
26514
26515 1997-01-30 Bob Manson <manson@charmed.cygnus.com>
26516
26517 * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
26518 libraries and includes in the build tree as appropriate.
26519
26520 1997-01-29 Bob Manson <manson@charmed.cygnus.com>
26521
26522 * lib/c-torture.exp: Instead of looking for the global variable
26523 NO_LONG_LONG, check to see if that's a feature of the target.
26524
26525 1997-01-29 Bob Manson <manson@charmed.cygnus.com>
26526
26527 * config/default.exp: Minimize. Delete the remainer of the files in
26528 config; this functionality is now in devo/dejagnu/config.
26529
26530 g++.*/*: Pass any additional flags used to compile to postbase;
26531 delete CXXFLAGS.
26532
26533 gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
26534 is now done by runtest.exp. Use gcc_target_compile instead of
26535 compile.
26536
26537 lib/c-torture.exp: Use gcc_target_compile instead of compile.
26538 Remove references to CFLAGS. Use remote_file instead of
26539 calling rm -f.
26540 (c-torture): Take a list of arguments to use to compile this
26541 testcase.
26542
26543 lib/g++.exp: Simplify. Use target_compile instead of compile.
26544 lib/gcc-dg.exp: Ditto.
26545 lib/gcc.exp: Ditto.
26546 lib/mike-{gcc,g++}.exp: Ditto.
26547 lib/old-dejagnu.exp: Ditto.
26548 lib/plumhall.exp: Ditto.
26549
26550 1997-01-08 Jim Wilson <wilson@cygnus.com>
26551
26552 * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
26553 (ph_linker): Likewise.
26554
26555 1996-11-13 Joern Rennecke <amylaar@cygnus.com>
26556
26557 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
26558 MAP_ANON / MAP_ANONYMOUS if defined;
26559 else try to map from /dev/zero .
26560
26561 1996-11-12 Jeffrey A Law (law@cygnus.com)
26562
26563 * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: If MAP_ANON
26564 isn't defined, then define it to MAP_ANONYMOUS.
26565
26566 1996-11-12 Jeffrey A Law (law@cygnus.com)
26567
26568 * gcc.c-torture: Update to c-torture-1.42 release.
26569
26570 1996-11-11 Jeffrey A Law (law@cygnus.com)
26571
26572 * gcc.c-torture: Update to c-torture-1.41 release.
26573
26574 1996-10-27 Jeffrey A Law (law@cygnus.com)
26575
26576 * gcc.c-torture/execute/enum-1.c: New test. Will be in next
26577 c-torture release.
26578
26579 1996-08-15 Brendan Kehoe <brendan@lisa.cygnus.com>
26580
26581 * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
26582 and LDFLAGS. Fix second case to append the target_info ldflags
26583 onto LDFLAGS, not CFLAGS.
26584 * lib/g++.exp (g++_init): Add target_info stuff.
26585 * lib/old-dejagnu.exp (old-dejagnu-init): Likewise. Add inclusion
26586 of libgloss and newlib flags for !native.
26587
26588 * config/proelf.exp: Load remote.exp and do `push_target hppro'.
26589 (GDB): Fix relative path to go up another dir for finding gdb.
26590
26591 1996-08-08 Rob Savoye <rob@chinadoll.cygnus.com>
26592
26593 * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
26594 versions in the target_info array, if they don't exist.
26595
26596 1996-08-02 Brendan Kehoe <brendan@lisa.cygnus.com>
26597
26598 * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
26599
26600 1996-07-08 Jim Wilson <wilson@cygnus.com>
26601
26602 * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
26603 * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
26604
26605 1996-07-01 Bob Manson <manson@charmed.cygnus.com>
26606
26607 * lib/old-dejagnu.exp: Don't remove the output file before we've
26608 actually tested it. Don't append pwd to the path of the executable
26609 we're testing.
26610
26611 1996-06-30 Doug Evans <dje@canuck.cygnus.com>
26612
26613 * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
26614
26615 1996-06-26 Bob Manson <manson@charmed.cygnus.com>
26616
26617 * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
26618 temporary directory for compiler files, and set it to a default
26619 value of /tmp. Set $output as the name of the output file from
26620 compiling the testcase. Add a -o option to $cflags_var so the
26621 compiler writes the final output file as $output. Set $executable
26622 to $output.
26623
26624 * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
26625 directory for compiler files, and set it to /tmp if it doesn't
26626 already have a value. Set $output_file to the name of the output
26627 file from compiling the testcase. Add a -o option to CXXFLAGS so
26628 the compiler writes the final output file as $output. Use $output
26629 as the executable to be tested.
26630
26631 1996-06-24 Brendan Kehoe <brendan@lisa.cygnus.com>
26632
26633 * lib/g++.exp: Also add -Wl,-rpath,... for linux.
26634
26635 1996-06-08 Jeffrey A Law (law@cygnus.com)
26636
26637 * gcc.c-torture/execute/pending-1.c: New test. Still
26638 pending in Tege's queue.
26639
26640 1996-04-24 Jim Wilson <wilson@chestnut.cygnus.com>
26641
26642 * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
26643 Add variables local_failcnt and local_unresolvedcnt. Call gcc_fail
26644 if there were failures. Call unresolved if there were unresolved
26645 testcases. Call gcc_fail if program did not run to completion.
26646 (ph_make): Pass additional argument name to ph_execute.
26647 (ph_execute): Add new argument. Pass additional arguments to
26648 ph_summary. Call gcc_fail is there is no execution output.
26649
26650 1996-04-24 Jeffrey A Law (law@cygnus.com)
26651
26652 * lib/plumhall.exp (proc_summary): Output relavent summary
26653 lines into the log so specific failures in plumhall can be
26654 investigated.
26655
26656 1996-04-10 Jeffrey A Law (law@cygnus.com)
26657
26658 * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
26659 (c-torture-execute): Don't try to execute tests which use
26660 "long long" types if $NO_LONG_LONG is nonzero.
26661
26662 1996-04-08 Doug Evans <dje@canuck.cygnus.com>
26663
26664 * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
26665 not c-torture.
26666
26667 * gcc.ieee: Move from here.
26668 * gcc.c-torture/execute/ieee: To here.
26669
26670 1996-03-26 Jeffrey A Law (law@cygnus.com)
26671
26672 * gcc.c-torture: Update to c-torture-1.41 release.
26673
26674 1996-03-22 Jeffrey A Law (law@cygnus.com)
26675
26676 * lib/c-torture.exp (c-torture-execute): Remove "$executable",
26677 not "$output".
26678
26679 1996-03-07 Doug Evans <dje@charmed.cygnus.com>
26680
26681 * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
26682 -c present.
26683
26684 1996-03-02 Jeffrey A Law (law@cygnus.com)
26685
26686 * config/proelf.exp: Handle connecting to a simulator.
26687
26688 1996-01-31 Jeffrey A Law (law@cygnus.com)
26689
26690 * config/proelf.exp: New file. Enough framework that we can
26691 run c-torture tests on the proelf targets (or any other target
26692 that gdb can connect to for that matter).
26693
26694 1996-01-29 Doug Evans <dje@canuck.cygnus.com>
26695
26696 * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
26697 * gcc.ph/testing/limits/limits.exp: Likewise. Don't pass $CFLAGS.
26698
26699 * lib/plumhall.exp (ph_execute): Always call ph_summary if
26700 exec_output exists.
26701
26702 1996-01-28 Doug Evans <dje@charmed.cygnus.com>
26703
26704 * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
26705 (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
26706
26707 * config/*.exp: Update FSF address. Change result of ${tool}_load
26708 to pass/fail/unresolved/unsupported/untested. Caller must now
26709 call unresolved/unsupported/untested.
26710 * lib/*.exp: Update FSF address. Update to handle new results of
26711 ${tool}_load.
26712 * lib/chill.exp (verbose): Delete.
26713
26714 1996-01-27 Doug Evans <dje@charmed.cygnus.com>
26715
26716 * lib/gcc.exp (default_gcc_start): Change order of args to
26717 $LDFLAGS $CFLAGS $LIBS.
26718 * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
26719 Save/set/restore CFLAGS. Pass single arg to gcc_start.
26720 * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
26721 (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
26722 * gcc.misc-tests/dg-test.exp: Likewise.
26723 * gcc.misc-tests/msgs.exp: Likewise.
26724 * gcc.prms/prms.exp: Likewise.
26725 * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
26726 (CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
26727
26728 * lib/dg.exp: Deleted, moved to dejagnu/lib.
26729
26730 1996-01-24 Brendan Kehoe <brendan@lisa.cygnus.com>
26731
26732 * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
26733
26734 * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
26735 * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
26736
26737 * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
26738 necessary.
26739
26740 1996-01-20 Brendan Kehoe <brendan@cygnus.com>
26741
26742 * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
26743 global for loop; add use of $mathlib.
26744 * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
26745 settings here; set mathlib for anything but VxWorks.
26746
26747 1996-01-22 Jeffrey A Law (law@cygnus.com)
26748
26749 * gcc.c-torture: Update to c-torture-1.40 release.
26750
26751 1996-01-03 Jeffrey A Law (law@cygnus.com)
26752
26753 * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
26754 dg.exp.
26755
26756 1995-12-03 Jeffrey A. Law <law@sethra.cygnus.com>
26757
26758 * lib/c-torture.exp (c-torture-execute): Declare "output" as
26759 global.
26760
26761 1995-11-17 Doug Evans <dje@canuck.cygnus.com>
26762
26763 * lib/g++.exp (LIBS): Define if not already.
26764 * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
26765 (gcc-dg-prune): Call prune_gcc_output.
26766 * lib/gcc.exp (prune_gcc_output): New proc.
26767 * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
26768 prune_gcc_output.
26769
26770 1995-11-16 Doug Evans <dje@canuck.cygnus.com>
26771
26772 * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
26773 (c-torture-execute): Likewise. Rename `name' to `testcase'.
26774
26775 1995-11-15 Jeffrey A Law (law@cygnus.com)
26776
26777 * gcc.c-torture: Update to c-torture-1.39 release.
26778
26779 1995-11-04 Doug Evans <dje@canuck.cygnus.com>
26780
26781 * lib/c-torture.exp (c-torture-execute): Don't return if one option
26782 fails, try others as well.
26783
26784 1995-11-02 Doug Evans <dje@canuck.cygnus.com>
26785
26786 * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
26787 If compilation fails, mark execute tests as `untested'.
26788 If test is marked as unsupported, don't mark compilation and
26789 execute tests as failed.
26790
26791 1995-10-25 Brendan Kehoe <brendan@lisa.cygnus.com>
26792
26793 * lib/g++.exp (g++_init): Don't link in libg++, and look to
26794 libstdc++ for whether or not we want to be doing shared
26795 libraries. Delete link_curses since we don't need it anymore.
26796 * lib/mike-g++.exp (postbase): Don't link in libg++.
26797 * g++.old-deja/old-deja.exp: Likewise.
26798
26799 1995-10-23 Brendan Kehoe <brendan@lisa.cygnus.com>
26800
26801 * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
26802
26803 1995-10-17 Brendan Kehoe <brendan@lisa.cygnus.com>
26804
26805 * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
26806 For that, add `-Wl,-a,shared_archive'.
26807 * g++.old-deja/old-deja.exp: Likewise.
26808
26809 1995-10-17 Doug Evans <dje@canuck.cygnus.com>
26810
26811 * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
26812
26813 1995-10-16 Brendan Kehoe <brendan@cygnus.com>
26814
26815 * lib/mike-g++.exp (postbase): Pay attention to the status of
26816 g++_load.
26817
26818 1995-10-16 Brendan Kehoe <brendan@lisa.cygnus.com>
26819
26820 * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
26821
26822 1995-10-16 Doug Evans <dje@canuck.cygnus.com>
26823
26824 * lib/gcc.exp (default_gcc_start): No longer need to log program
26825 being executed or its output, execute_anywhere does that now.
26826 * lib/g++.exp (default_g++_version): Call execute_anywhere.
26827 (default_g++_start): Likewise. Delete calls to verbose/send_log.
26828
26829 1995-10-12 Brendan Kehoe <brendan@lisa.cygnus.com>
26830
26831 * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
26832 the same as those in lib/g++.exp.
26833
26834 1995-10-10 Jeff Law (law@hurl.cygnus.com)
26835
26836 * gcc.c-torture: Update to c-torture-1.38 release.
26837 * gcc.ieee: Related changes.
26838
26839 1995-10-06 Rob Savoye <rob@darkstar.cygnus.com>
26840
26841 * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
26842 "exec". Minor reformatting changes.
26843
26844 * config/rom68k.exp (${tool}_load): Make it work in a canadian
26845 cross. This means all "exec" calls now work on a remote host as
26846 well.
26847 * lib/c-torture.exp (c-torture-compile): Make work for a canadian
26848 cross. Filter out the extra "\r\n" stuff that expect puts in.
26849 (c-torture-execute): Filter out the bogus warnings like
26850 c-torture-compile does. Add support for canadian cross.
26851 * lib/gcc.exp (default_gcc_version, default_gcc_start)
26852 Use execute_anywhere rather than calling exec directly. Now it
26853 works for canadian cross testing.
26854
26855 1995-10-05 Brendan Kehoe <brendan@rtl.cygnus.com>
26856
26857 * lib/g++.exp: Add -nocomplain flag to glob. Use catch to put the
26858 results into a variable, and check that rather than using file exists.
26859
26860 1995-10-04 Brendan Kehoe <brendan@lisa.cygnus.com>
26861
26862 * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
26863 create a libg++.so. For sunos4.1.*, also add -ltermcap.
26864
26865 1995-09-26 Brendan Kehoe <brendan@lisa.cygnus.com>
26866
26867 * g++.old-deja/old-deja.exp: Create and pass runshlib and
26868 lib_curses if there's a shared libg++ in the build tree.
26869
26870 1995-09-22 Doug Evans <dje@canuck.cygnus.com>
26871
26872 * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
26873 if not supported target.
26874
26875 1995-09-22 Brendan Kehoe <brendan@lisa.cygnus.com>
26876
26877 * lib/g++.exp (g++_init): Move empty setting of runshlib and
26878 link_curses up to always happen, not just for native builds.
26879
26880 1995-09-21 Jeff Law (law@snake.cs.utah.edu)
26881
26882 * gcc.c-torture: Update to c-torture-1.36 release.
26883 * gcc.failure: Related changes.
26884
26885 1995-09-20 Doug Evans <dje@canuck.cygnus.com>
26886
26887 * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
26888
26889 1995-09-19 Brendan Kehoe <brendan@lisa.cygnus.com>
26890
26891 * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
26892 * lib/mike-g++.exp (postbase): Not in here. Still reference
26893 runshlib, link_curses, and mathlib for link and run.
26894
26895 * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
26896 pass the runtime shared library options for Solaris, OSF/1, and
26897 Irix5, and link with -lcurses to avoid unresolved references.
26898
26899 1995-09-13 Brendan Kehoe <brendan@lisa.cygnus.com>
26900
26901 * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
26902 only run once.
26903
26904 1995-09-13 Doug Evans <dje@canuck.cygnus.com>
26905
26906 * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
26907
26908 1995-09-11 Jeff Law (law@snake.cs.utah.edu)
26909
26910 * gcc.c-torture: Update to c-torture-1.35 release. Note we
26911 do not have a framework for the "compat" tests yet.
26912
26913 1995-09-09 Brendan Kehoe <brendan@lisa.cygnus.com>
26914
26915 * lib/mike-g++.exp (postbase): New local variable `mathlib',
26916 set to null if we're testing vxworks5.1. Use that instead of
26917 `-lm' in the setting of LIBS for link and run.
26918
26919 1995-09-08 Brendan Kehoe <brendan@lisa.cygnus.com>
26920
26921 * config/rom68k.exp (${tool}_load): Major changes to make it
26922 work. Verified that it does in fact return the stuff in
26923 exec_output properly. Catch any Emul or any TRAP other than 0.
26924
26925 1995-09-07 Brendan Kehoe <brendan@lisa.cygnus.com>
26926
26927 * lib/mike-g++.exp (prebase): Call g++_init at the end to set
26928 LDFLAGS properly for targets that need stuff from libgloss.
26929 * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
26930 only run once.
26931 (gpp_initialized): New variable.
26932
26933 1995-09-06 Rob Savoye <rob@darkstar.cygnus.com>
26934
26935 * config/rom68k.exp: Load libgloss.exp.
26936 * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
26937 so we can produce a fully linked binary.
26938 * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
26939 so we can produce a fully linked binary.
26940
26941 1995-09-03 Doug Evans <dje@canuck.cygnus.com>
26942
26943 * lib/plumhall.exp (ph_section): Watch for expected failures.
26944 Add missing `else'.
26945
26946 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
26947 run the testcase.
26948 (c-torture): Likewise.
26949
26950 1995-08-28 Doug Evans <dje@cygnus.com>
26951
26952 * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
26953
26954 * lib/mike-g++.exp (mike_cleanup): New proc.
26955 (prebase): New globals compiler_result, not_compiler_result,
26956 target_regexp.
26957 (postbase): Likewise. Call mike_cleanup. Pass "--" to regexp to
26958 allow leading "-" in pattern. Watch for unsupported tests.
26959 If $compiler_result is set, pattern match assembler code,
26960 and ditto for $not_compiler_result.
26961 * lib/mike-gcc.exp: Likewise.
26962
26963 * lib/plumhall.exp (ph_execute): Only call ph_summary if
26964 execution "succeeded".
26965
26966 1995-08-14 Doug Evans <dje@canuck.cygnus.com>
26967
26968 * config/win32.exp: New file.
26969 * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
26970
26971 1995-08-04 Doug Evans <dje@canuck.cygnus.com>
26972
26973 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
26974 unsupported.
26975 * lib/mike-{gcc,g++}.exp (postbase): Likewise.
26976 * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
26977 * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
26978
26979 * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
26980 "... without exceptions was ...". That is now handled by
26981 prune_system_crud.
26982 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
26983
26984 1995-08-01 Doug Evans <dje@canuck.cygnus.com>
26985
26986 * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
26987 sieve.c,sort2.c}: New files.
26988 * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
26989 sieve.exp,sort2.exp}: Drivers for them.
26990
26991 * lib/mike-gcc.exp (program_output): New user settable variable.
26992 (postbase): Call prune_system_crud. Also prune extraneous compiler
26993 messages.
26994 * lib/mike-g++.exp (program_output): New user settable variable.
26995
26996 * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
26997
26998 * config/sh.exp: Deleted (use sim.exp instead).
26999
27000 1995-07-28 Brendan Kehoe <brendan@lisa.cygnus.com>
27001
27002 * config/vx.exp: Declare CHECKTASK as global.
27003 * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
27004 * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
27005 * lib/old-dejagnu.exp: Load [pwd]/$executable.
27006
27007 1995-07-26 Brendan Kehoe <brendan@lisa.cygnus.com>
27008
27009 * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
27010 target. Like vx.exp, only includes `vx29k.exp' instead of
27011 `vxworks.exp'.
27012
27013 1995-07-23 Ian Lance Taylor <ian@cygnus.com>
27014
27015 * config/sim.exp: Increase time limit from 120 seconds to 240.
27016
27017 1995-07-06 Jeffrey A. Law <law@rtl.cygnus.com>
27018
27019 * gcc.c-torture/execute/950628-1.c: New test.
27020
27021 1995-06-10 Jeff Law (law@snake.cs.utah.edu)
27022
27023 * gcc.c-torture: Update with changes/additions from
27024 c-torture-1.34.
27025
27026 1995-06-05 Doug Evans <dje@canuck.cygnus.com>
27027
27028 * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
27029
27030 1995-06-04 Jeff Law (law@snake.cs.utah.edu)
27031
27032 * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
27033
27034 1995-06-01 Jeff Law (law@snake.cs.utah.edu)
27035
27036 * gcc.c-torture/compile/950512-1.c: New test.
27037 * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
27038 * gcc.dg/struct-ret-1.c: Likewise.
27039
27040 1995-05-31 Doug Evans <dje@canuck.cygnus.com>
27041
27042 * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
27043 930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
27044
27045 1995-05-30 Doug Evans <dje@canuck.cygnus.com>
27046
27047 * gcc.c-torture/special/920411-1.c: Deleted.
27048 * gcc.c-torture/special/special.exp: Delete 920411-1.c.
27049
27050 1995-05-22 Doug Evans <dje@chestnut.cygnus.com>
27051
27052 * config/sim.exp (${tool}_load): Hack in call to bash to get a
27053 cpu limit.
27054
27055 1995-05-12 Torbjorn Granlund <tege@rtl.cygnus.com>
27056
27057 * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
27058
27059 1995-05-04 Torbjorn Granlund <tege@adder.cygnus.com>
27060
27061 From kenner;
27062 * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
27063 is the proper length.
27064 * va-arg-3.c: Likewise.
27065
27066 1995-04-30 Doug Evans <dje@canuck.cygnus.com>
27067
27068 * lib/dg.exp: Moved to dejagnu/lib. Copy kept here (for awhile).
27069 * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
27070
27071 * lib/gcc.exp (default_gcc_start): Delete old cruft. Delete result.
27072 * lib/g++.exp (default_g++_start): Delete old cruft.
27073
27074 1995-04-25 Torbjorn Granlund <tege@cygnus.com>
27075
27076 * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
27077 (2 * (1 << 18)) to (2 * (1 << 17)).
27078
27079 * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
27080
27081 1995-04-20 J.T. Conklin <jtc@rtl.cygnus.com>
27082
27083 * config/rom68k.exp: Renamed from config/idp.exp
27084
27085 1995-04-18 Torbjorn Granlund <tege@rtl.cygnus.com>
27086
27087 * c-torture/compile/921109-2.c
27088
27089 1995-04-18 Mike Stump <mrs@cygnus.com>
27090
27091 * lib/old-dejagnu.exp: We expect Execution test failure if we expected
27092 excess errors.
27093
27094 1995-04-15 Doug Evans <dje@chestnut.cygnus.com>
27095
27096 * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
27097 output.
27098 * lib/g++.exp (default_g++_start): Likewise.
27099
27100 1995-03-29 Torbjorn Granlund <tege@adder.cygnus.com>
27101
27102 * gcc.c-torture/compile/950329-1.c: New test.
27103
27104 1995-03-28 J.T. Conklin <jtc@rtl.cygnus.com>
27105
27106 * config/bug.exp (${tool}_load): Updated to use new remote_open
27107 and remote_close procs.
27108 * config/idp.exp: New file.
27109
27110 1995-03-22 Torbjorn Granlund <tege@rtl.cygnus.com>
27111
27112 * gcc.c-torture/execute/950322-1.c: New test.
27113
27114 1995-03-21 Doug Evans <dje@canuck.cygnus.com>
27115
27116 * config/vx.exp (${tool}_load): Clean up testing of return code from
27117 vxworks_ld and vxworks_spawn.
27118
27119 1995-03-21 Doug Evans <dje@deneb.cygnus.com>
27120
27121 * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
27122
27123 1995-03-13 Mike Stump <mrs@cygnus.com>
27124
27125 * lib/old-deja.exp: Add `excess errors test - ' error, now one
27126 can mark excess errors on a machine by machine basis. Note, the
27127 default is to not expect any excess errors, even when excess
27128 errors test - is given, so you will want to put an XFAIL ... on
27129 these lines. For example, // excess errors test - XFAIL hppa*-*-*
27130 mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
27131 those 4 machines, but no others.
27132
27133 1995-03-10 J.T. Conklin <jtc@rtl.cygnus.com>
27134
27135 * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
27136 * lib/c-torture.exp: to here.
27137
27138 1995-03-10 Torbjorn Granlund <tege@adder.cygnus.com>
27139
27140 * gcc.c-torture/execute/950221-1.c: New test.
27141 * gcc.c-torture/execute/struct-ret-1.c: New test.
27142 * gcc.c-torture/compile/950221-1.c: New test.
27143
27144 * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
27145
27146 1995-03-03 Doug Evans <dje@canuck.cygnus.com>
27147
27148 * gcc.c-torture/execute/arith-1.c (main): Return 0.
27149 * gcc.c-torture/execute/arith-rand.c (main): Return 0.
27150
27151 1995-03-01 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
27152
27153 * g++.gb: New directory of tests, derived from my signature and
27154 class scoping tests.
27155
27156 * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
27157 * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
27158 * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
27159 * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
27160 * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
27161 * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
27162 * g++.gb/sig25.C: Likewise.
27163
27164 * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
27165 * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
27166 * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
27167 * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
27168 * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
27169 * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
27170 * g++.gb/sig25.exp: Likewise.
27171
27172 * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
27173 * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
27174 * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
27175 * g++.gb/scope13.C: Likewise, this test still fails.
27176
27177 * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
27178 * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
27179 * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
27180 * g++.gb/scope13.exp: Ditto.
27181
27182 * g++.gb/README: New file, explains what these tests are about.
27183
27184 1995-02-28 Doug Evans <dje@canuck.cygnus.com>
27185
27186 * lib/dg.exp (dg-do): Support `preprocess'.
27187 (dg-test): Likewise.
27188
27189 1995-02-13 J.T. Conklin <jtc@rtl.cygnus.com>
27190
27191 * config/udi.exp: change "continue -expect" to "exp_continue".
27192
27193 1995-02-11 Torbjorn Granlund (tege@tiny.cygnus.com)
27194
27195 * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
27196 Delete redundant tests.
27197
27198 * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
27199 * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
27200 * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
27201 * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
27202 * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
27203 * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
27204 * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
27205 * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
27206
27207 * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
27208 storing label pointers.
27209 * gcc.c-torture/execute/921019-1.c: Likewise.
27210 * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
27211 * gcc.c-torture/execute/930513-1.c: Provide full declaration for
27212 parameter fp.
27213 * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
27214 constants.
27215
27216 * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
27217 Delete obsolete tests.
27218
27219 * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
27220 * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
27221 * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
27222 * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
27223 * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
27224 * gcc.c-torture/compile/950124-1.c: New test.
27225
27226 * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
27227
27228 1995-02-08 Jason Merrill <jason@phydeaux.cygnus.com>
27229
27230 * lib/mike-g++.exp: Add -lm to LIBS.
27231
27232 1995-02-07 Doug Evans <dje@canuck.cygnus.com>
27233
27234 * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
27235
27236 1995-01-30 Jason Merrill <jason@phydeaux.cygnus.com>
27237
27238 * lib/mike-g++.exp: Add -lstdc++ to LIBS.
27239
27240 1995-01-12 Doug Evans <dje@canuck.cygnus.com>
27241
27242 * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
27243
27244 1995-01-02 Jeff Law (law@snake.cs.utah.edu)
27245
27246 * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
27247 * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
27248 * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
27249 * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
27250 * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
27251 * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
27252 * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
27253 * g++.law/{operators31.C, operators32.C,
27254 * g++.law/{operators33.C, operators34.C}: Likewise.
27255 * g++.law/{pic1.C, refs2.C}: Likewise.
27256 * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
27257 * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
27258 * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
27259 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
27260
27261 * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
27262 * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
27263 * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
27264 * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
27265 * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
27266 * g++.law/{enum9.exp, friend5.exp}: Likewise.
27267 * g++.law/{nest3.exp, nest4.exp}: Likewise.
27268 * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
27269 * g++.law/{operators30.exp, operators31.exp}: Likewise.
27270 * g++.law/{operators32.exp, operators33.exp}: Likewise.
27271 * g++.law/{operators34.exp}: Likewise.
27272 * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
27273 * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
27274 * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
27275 * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
27276 * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
27277
27278 * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
27279 No longer expected to fail.
27280 * g++.law/missed-error3.C: Tweak for recent bool changes.
27281
27282 1994-12-04 Doug Evans <dje@canuck.cygnus.com>
27283
27284 * config/emb-unix: Deleted.
27285 * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
27286 remote execution. Do final link on remote host if REMOTE_LINK is set.
27287
27288 1994-12-01 Doug Evans <dje@canuck.cygnus.com>
27289
27290 * lib/dg.exp (dg-test): Fix typo in last patch.
27291
27292 1994-11-30 Doug Evans <dje@canuck.cygnus.com>
27293
27294 * lib/dg.exp (dg-test): Fix pattern that searches for expected output
27295 (handles multiple occurrences).
27296
27297 1994-11-24 Doug Evans <dje@canuck.cygnus.com>
27298
27299 * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
27300 * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
27301 $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
27302 printed).
27303 * lib/c-torture.exp (c-torture-compile): Likewise.
27304 (c-torture): Prepend full path if missing.
27305 * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
27306 (gcc_fail): Likewise.
27307 * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
27308
27309 1994-11-23 J.T. Conklin <jtc@rtl.cygnus.com>
27310
27311 * lib/netware.exp: Only attach to NetWare i386 systems.
27312
27313 1994-11-16 Doug Evans <dje@canuck.cygnus.com>
27314
27315 * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
27316 messages. Add test name to "output pattern match" pass/fail message.
27317
27318 1994-11-12 Doug Evans <dje@canuck.cygnus.com>
27319
27320 * gcc.dg: New testsuite.
27321 * gcc.dg/dg.exp: New file.
27322
27323 * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
27324 test-switch.c}: Deleted.
27325
27326 * gcc.misc-tests/msgs.exp: New testcase driver.
27327
27328 1994-11-09 Doug Evans <dje@canuck.cygnus.com>
27329
27330 * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
27331 Watch for illegal return values from ${tool}_load.
27332 * config/unix.exp (${tool}_load): Fix pass/fail detection for
27333 cross targets. Coerce return value >0 to 1.
27334
27335 1994-11-08 Doug Evans <dje@canuck.cygnus.com>
27336
27337 * config/unix.exp (${tool}_load): Call program rsh, not proc.
27338
27339 * config/emb-unix.exp: New file.
27340
27341 * config/sim.exp: Error if variable $SIM not defined.
27342 (${tool}_load): Mark test as "untested" if simulator missing.
27343
27344 * config/unix.exp: Load remote.exp to get rcp_download.
27345 * lib/c-torture.exp: Use different option lists for testcases with
27346 and without loops.
27347 * gcc.c-torture/execute/execute.exp: Likewise.
27348
27349 1994-11-02 Doug Evans <dje@canuck.cygnus.com>
27350
27351 * config/*.exp: Clarify return code from ${tool}_load.
27352 Call `unresolved' or `untested' instead of `warning' or `perror'
27353 (sometimes you still want to call both though).
27354 Add comment that `shell_id' is local to each file.
27355 * config/udi.exp (timeout): Set to 30.
27356 Don't print warning if connection fails, $connectmode has already
27357 printed an error.
27358 (${tool}_load): Move verbose messages to level 2.
27359 Rework pattern for "Process started" message.
27360 Pass `shell_id' to ${connectmode}_download.
27361 Retry twice upon timeout. Make resetting of target more robust.
27362 (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
27363 Pass `shell_id' to exit_$connectmode.
27364 Only call exit_$connectmode if connected.
27365 * config/unix.exp (${tool}_load): Check return codes better.
27366 * config/vrtx.exp (${tool}_load): Likewise.
27367 * config/vx.exp (${tool}_load): Likewise.
27368 Delete unneeded global's.
27369 * lib/dg.exp (dg-test): Update to reflect clarified return codes
27370 from ${tool}_load.
27371 (dg-stat): Delete.
27372 (dg-init): Delete recording of pass/fail counts.
27373 * lib/old-dejagnu.exp (old-dejagnu): Likewise.
27374 (old-dejagnu-init): Likewise.
27375 (old-dejagnu-stat): Delete contents, empty proc now.
27376 * lib/c-torture.exp (TORTURE_OPTIONS): New global.
27377 (c-torture): Delete references to lcnt, lpass, lfail.
27378 Get option list from TORTURE_OPTIONS.
27379 Delete -funroll[-all]-loops if no loops.
27380 * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
27381 (g++_stat): Delete contents (empty proc now).
27382 * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
27383 (gcc_finish): Likewise.
27384 (gcc_stat): Deleted.
27385 * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
27386 * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
27387 * gcc.c-torture/execute/execute.exp: Likewise.
27388 Split tests into two parts: compile, execute.
27389 Get option list from TORTURE_OPTIONS. Delete -funroll[-all]-loops if
27390 no loops. Update to reflect clarified return codes from ${tool}_load.
27391
27392 1994-10-21 Doug Evans <dje@canuck.cygnus.com>
27393
27394 * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
27395 to grep for.
27396 (old-dejagnu): Likewise (where necessary).
27397
27398 1994-10-14 Doug Evans <dje@canuck.cygnus.com>
27399
27400 * gcc.misc-tests/gcov.exp: New file, for gcov testing.
27401
27402 * lib/dg.exp (dg-process-target): Fix processing of selector.
27403 Add comment regarding use of `error'.
27404
27405 * lib/gcc.exp (prune_system_crud): Define if missing.
27406 * lib/g++.exp (prune_system_crud): Likewise.
27407
27408 * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
27409 Call prune_system_crud.
27410 * lib/dg.exp (dg-runtest): New proc.
27411 Use perror instead of send_user for tcl errors in testcase.
27412 Don't return any value, it's never used.
27413 Don't clobber previous definition of `unknown'.
27414 Print tcl errors in `dg-final'.
27415
27416 1994-10-12 Doug Evans <dje@canuck.cygnus.com>
27417
27418 * lib/dg.exp (dg-process-target): Improve syntax error messages.
27419 (dg-test): Don't print errorInfo, it contains stack backtrace.
27420
27421 1994-09-26 Doug Evans (dje@canuck.cygnus.com)
27422
27423 * lib/g++.exp (runtest_file_p): Define if missing.
27424
27425 1994-09-24 Doug Evans (dje@cygnus.com)
27426
27427 * lib/mike-g++.exp: Comment out loading of g++.exp.
27428 * lib/g++.exp: Update copyright. Test for existence of $CXX at start.
27429 (default_g++_version): Always print something.
27430 (default_g++_start): Comment out call to `which'.
27431 (g++_start, g++_load): Deleted (must be defined in config file).
27432 * lib/gcc.exp: Test for existence of $CC at start.
27433 Delete check for tmpdir (done in gcc_init).
27434 (default_gcc_version): Always print something.
27435 (default_gcc_start): Comment out call to `which'.
27436 * config/*.exp: Major cleanup - make cross targets work at least a
27437 little better for g++ (by not being "--tool gcc" specific).
27438 Rename gcc_xxx to ${tool}_xxx.
27439 * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
27440 * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
27441
27442 1994-09-22 Doug Evans (dje@canuck.cygnus.com)
27443
27444 * lib/c-torture.exp (c-torture-compile): Rework compiler
27445 message processing.
27446
27447 * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
27448 c-torture.
27449
27450 1994-09-21 Doug Evans (dje@canuck.cygnus.com)
27451
27452 * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
27453
27454 * lib/dg.exp (dg-process-target): Support { target native }.
27455
27456 1994-09-20 Doug Evans (dje@canuck.cygnus.com)
27457
27458 * lib/dg.exp (dg-test): Clean up some comments. Delete code that
27459 looked for "... program xxx got fatal signal".
27460 Correct regsub munging of `comp_output'.
27461 Ignore compiler messages "path prefix not used" and "linker input
27462 file unused".
27463
27464 1994-09-14 Doug Evans (dje@canuck.cygnus.com)
27465
27466 * lib/gcc.exp (runtest_file_p): Define if missing.
27467 * gcc.prms/template.c: Example to work from.
27468
27469 1994-09-13 Doug Evans (dje@canuck.cygnus.com)
27470
27471 * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
27472 * lib/dg.exp (dg-test): Call unsupported testcases as such.
27473
27474 * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
27475 * gcc.prms/1883.c: Moved from compile/940714-1.c.
27476 * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
27477 execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
27478
27479 * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
27480 (dg-process-target): No longer a varargs proc.
27481 Return S/N for target, P/F for xfail. All callers changed.
27482 (user option procs): More argument checking.
27483 (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
27484 (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
27485 (dg-test): Skip test if not running on selected target in `dg-do'.
27486 Update handling of `dg-do-what', `dg-output-text'.
27487 Separate execution pass/fail from output pattern match pass/fail.
27488 Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
27489
27490 1994-09-12 Jim Wilson (wilson@sphagnum.cygnus.com)
27491
27492 * gcc.c-torture/special/special.exp: Don't expect failure for mips
27493 target for 920510-1.c.
27494
27495 1994-09-12 Doug Evans (dje@canuck.cygnus.com)
27496
27497 * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
27498 Clean up comment regarding use of passcnt, etc.
27499 (gcc_stat): Don't update `testcnt' here.
27500 (gcc_finish): Do it here.
27501 Might as well reset `but_id' here too.
27502 * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
27503 to determine if the file should be tested.
27504 * gcc.c-torture/compile/compile.exp: Likewise.
27505 * gcc.c-torture/execute/execute.exp: Likewise.
27506 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
27507 * gcc.misc-tests/dg-test.exp: Likewise.
27508 * gcc.prms/prms.exp: Likewise.
27509 * gcc.wendy/wendy.exp: Likewise.
27510 * g++.old-deja.exp: Likewise.
27511 Move "Testing file" message to verbose level 1.
27512
27513 1994-09-09 Doug Evans (dje@canuck.cygnus.com)
27514
27515 * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
27516
27517 1994-09-08 Doug Evans (dje@canuck.cygnus.com)
27518
27519 * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
27520 (default_gcc_start): Accept optional second list element
27521 of compiler flags. Print compiler output at verbosity level 2.
27522 Remove setting of CFLAGS, LIBS, LDFLAGS from here.
27523 (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
27524 Save current values of framework globals passcnt, failcnt, xpasscnt,
27525 and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
27526 gcc_xfailcnt. Set global `tmpdir' to /tmp if it doesn't exist.
27527 (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
27528 xfailcnt to compute stats. Update framework global `testcnt' from
27529 pass/fail counts.
27530 (gcc_finish): New proc. Clean up test environment.
27531 (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
27532 (gcc_epass, gcc_efail): Delete.
27533 * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
27534 argument of line number.
27535 (dg-init): If the tool has an init routine, call it.
27536 (dg-test): Remove args `cflags_var' and `libs_var'.
27537 Pass all compiler options to ${tool}_start.
27538 Handle missing line number.
27539 (dg-finish): New function.
27540 * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
27541 particular files. Call gcc_finish at end. Move "skipping test"
27542 message to verbosity level 3.
27543 * gcc.c-torture/compile/compile.exp: Likewise.
27544 * gcc.c-torture/unsorted/unsorted.exp: Likewise.
27545 * gcc.c-torture/execute/execute.exp: Likewise.
27546 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27547 Print testcase being tried at verbosity level 1.
27548 * gcc.c-torture/special/special.exp: Unset xfail.
27549 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27550 * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
27551 * gcc.c-torture/noncompile/noncompile.exp: Likewise.
27552 * gcc.failure/failure.exp: Likewise.
27553 * gcc.ieee/ieee.exp: Likewise.
27554 * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
27555 Update call to dg-test. Call dg-finish at end.
27556 * gcc.misc-tests/mg.exp: Call gcc_finish at end. Unset orig_flags.
27557 Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27558 * gcc.misc-tests/misc.exp: Call gcc_finish at end.
27559 * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
27560 Delete LDFLAGS. Update call to dg-test. Call dg-finish at end.
27561 * gcc.wendy/wendy.exp: Add copyright.
27562 Delete setting of tmpdir (done by gcc_init).
27563 Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
27564 Pass compiler flags to gcc_start. Call gcc_finish at end.
27565 * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
27566 gcc_[ce]pass/fail.
27567
27568 1994-09-07 Doug Evans (dje@canuck.cygnus.com)
27569
27570 * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
27571 confusion.
27572 (g++_load): Likewise.
27573
27574 * config/*.exp (gcc_load): Some were varargs fns and some were not.
27575 Rename argument to `prog' to remove the confusion.
27576 Varargs fns behave differently too!
27577 (g++_load): Likewise.
27578
27579 * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
27580
27581 * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
27582 what it is. Delete (always) printing of status value for !native.
27583 Simplify verbose code, and include status and exec_output.
27584 (g++_load): Use gcc_load.
27585
27586 1994-09-04 Jim Wilson (wilson@sphagnum.cygnus.com)
27587
27588 * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
27589 * gcc.c-torture/noncompile/noncompile.exp: Delete support for
27590 920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
27591 940714-3.c as these testcases don't exist anymore. Make
27592 va-arg-1.c expected to pass.
27593
27594 1994-08-19 Doug Evans (dje@canuck.cygnus.com)
27595
27596 * gcc.misc-tests/misc.exp: Only run specific testcases.
27597 * gcc.misc-tests/dg-test.exp: New file. Tests dg.exp.
27598 * gcc.misc-tests/dg-[1-9].c: New files.
27599
27600 * lib/dg.exp: New testsuite driver.
27601 * gcc.prms/prms.exp: Use it.
27602
27603 * README.gcc: New file.
27604
27605 * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
27606 Document and reset `lxpass' and `lxfail'.
27607 Simplify "initialized" message.
27608 (gcc_stat): Clean up comments a little.
27609
27610 1994-08-16 Doug Evans (dje@canuck.cygnus.com)
27611
27612 * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
27613
27614 1994-08-15 Doug Evans (dje@canuck.cygnus.com)
27615
27616 * lib/old-dejagnu.exp (process-option): New proc.
27617 (old-dejagnu-init, old-dejagnu-stat): Likewise.
27618 (old-dejagnu): Simplify.
27619 * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
27620
27621 1994-08-14 Jeff Law (law@snake.cs.utah.edu)
27622
27623 * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
27624 exists and is not an empty string.
27625
27626 * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
27627 $xfail rather than calling setup_xfail. Clear $xfail when test is
27628 finished.
27629 (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
27630 automatically.
27631
27632 * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
27633 longer expected to fail.
27634
27635 * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
27636 "f" function call.
27637
27638 * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
27639
27640 * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
27641 940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
27642 complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
27643 struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
27644 c-torture-1.29.
27645
27646 * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
27647 strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
27648
27649 * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
27650
27651 * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
27652 940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
27653
27654 * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
27655 940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
27656 labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
27657
27658 1994-07-12 Jim Kingdon (kingdon@lioth.cygnus.com)
27659
27660 * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
27661 gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
27662 940714-1.c, 940714-2.c, 940714-3.c},
27663 gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
27664 gcc.misc-tests/{mg.c,mg.exp}:
27665 New tests.
27666 * gcc.noncompile/noncompile.exp: Change accordingly.
27667
27668 1994-07-07 Doug Evans (dje@canuck.cygnus.com)
27669
27670 * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
27671 Undo previous clobberage.
27672
27673 1994-07-04 Jeff Law (law@snake.cs.utah.edu)
27674
27675 * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
27676 * gcc.special/{930510-1.c, special.exp}:
27677 * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
27678 931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
27679 struct-varargs-1.c}: New tests from c-torture-1.26.
27680
27681 1994-06-28 J.T. Conklin (jtc@phishhead.cygnus.com)
27682
27683 * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
27684 argument to switch.
27685
27686 1994-05-21 Bill Cox (bill@rtl.cygnus.com)
27687
27688 * Revert the previous changes. Please see Rob's directory
27689 (/lisa/test/rob/progressive/gcc/testsuite) for testing
27690 fixes.
27691
27692 1994-05-19 Bill Cox (bill@rtl.cygnus.com)
27693
27694 * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
27695 g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
27696 g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
27697 g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
27698 g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
27699 g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
27700 g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
27701 g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
27702 g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
27703 g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
27704 g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
27705 g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
27706 g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
27707 g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
27708 g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
27709 g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
27710 g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
27711 g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
27712 g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
27713 g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
27714 g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
27715 g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
27716 gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
27717 gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
27718 gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
27719 lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
27720 lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
27721
27722 1994-05-17 Bill Cox (bill@rtl.cygnus.com)
27723
27724 * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
27725 lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
27726 with perror calls.
27727
27728 1994-05-02 Jason Merrill (jason@deneb.cygnus.com)
27729
27730 * config/unix.exp (g++_load): Fix syntax.
27731
27732 1994-04-14 Jim Wilson (wilson@sphagnum.cygnus.com)
27733
27734 * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
27735 * gcc.noncompile/921017-1.c: Deleted obsolete test.
27736 * gcc.noncompile/noncompile.exp: Remove code for deleted test.
27737 Don't expect va-arg-1.c to fail. Correct expected output for
27738 920928-1.c.
27739 * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
27740 * gcc.wendy/hbm4.c: Correct typo.
27741 * gcc.wendy/tad1.c, tad2.c: Correct expected output.
27742
27743 1994-03-28 Doug Evans (dje@canuck.cygnus.com)
27744
27745 * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
27746 * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
27747 gcc_[ce]{pass,fail}. Explicitly remove executable if test passes.
27748 * lib/c-torture.exp (c-torture-compile): Ditto.
27749
27750 Reduce volume of output (remove all the -I's and such).
27751 * lib/c-torture.exp (c-torture-compile): New argument OPTION.
27752 Call gcc_cpass, gcc_cfail.
27753 (c-torture): Pass testing option to c-torture-compile.
27754
27755 1994-03-21 Doug Evans (dje@cygnus.com)
27756
27757 Bring patches over from progressive.
27758 * config/default.exp: Exit remote shell cleanly.
27759 (g++_exit, g++_start): Add default versions.
27760 * config/sim.exp (gcc_load): Use perror, not error.
27761
27762 1994-03-20 Doug Evans (dje@canuck.cygnus.com)
27763
27764 * lib/gcc.exp: Don't set CFLAGS if CC not set. It clobbers the value
27765 set in site.exp.
27766
27767 1994-03-14 Doug Evans (dje@cygnus.com)
27768
27769 * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
27770 DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
27771 (wendy_try): New proc to run testcase.
27772 (main loop): Call 'em.
27773 * gcc.wendy/*.c: Clean up pass to correct expected output.
27774
27775 * lib/gcc.exp: Minor cleanup work.
27776 (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
27777
27778 1994-03-09 Doug Evans (dje@canuck.cygnus.com)
27779
27780 * config/sim.exp (gcc_load): Document return codes better.
27781 Don't pass -v to simulator.
27782
27783 1994-02-24 Jeffrey A. Law (law@snake.cs.utah.edu)
27784
27785 * gcc.special/920717-x.c: Fix typo.
27786 * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
27787 get at sources.
27788
27789 * lib/mike-gcc.exp: Fix typo.
27790
27791 1994-02-15 Rob Savoye (rob@darkstar.cygnus.com)
27792
27793 * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
27794 binary to use, transform the name.
27795 * config/*.exp: rename everything. Nuke any g++ specific files,
27796 it's now a special case of gcc that requires no special support.
27797 Add a default.exp for unsupported targets.
27798
27799 1994-02-11 Rob Savoye (rob@poseidon.cygnus.com)
27800
27801 * g++.jason/report.exp, g++.old-deja/old-deja.exp,
27802 lib/old-dejagnu.exp: Fix a few patterns to work with the new
27803 version of Tcl.
27804
27805 1994-02-09 Rob Savoye (rob@darkstar.cygnus.com)
27806
27807 * lib/c-torture.exp: Made "file prefix*never used a pass, rather
27808 than a warning.
27809
27810 1994-02-06 Jeffrey A. Law (law@snake.cs.utah.edu)
27811
27812 * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
27813
27814 1994-01-03 Jim Wilson (wilson@sphagnum.cygnus.com)
27815
27816 * gcc.execute/execute.exp: Combine opt_list and foption_list into
27817 option_list. Compile every file with only 4/6 option choices
27818 (same as C torture) instead of with 12/18 different option
27819 choices.
27820 * lib/c-torture.exp: Likewise.
27821
27822 * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
27823 not already set.
27824
27825 1993-12-30 Mike Stump (mrs@rtl.cygnus.com)
27826
27827 * lib/old-deja.exp: Add `excess errors test fails' error, now one
27828 can put an XFAIL *-*-* on excess errors.
27829
27830 1993-12-19 Jeffrey A. Law (law@snake.cs.utah.edu
27831
27832 * g++.law: Add more tests derived from g++-bugs snapshots.
27833
27834 * g++.law/init11.{c,exp}: Delete test. Brendan sez it's
27835 equivalent to g++.law/init9.
27836
27837 * lib/mike-gcc.exp (postbase): Delete the .o file after we've
27838 compiled it, and the a.out file after we've run it.
27839
27840 1993-12-17 Brendan Kehoe (brendan@lisa.cygnus.com)
27841
27842 * lib/mike-g++.exp (postbase): Delete the .o file after we've
27843 compiled it, and the a.out file after we've run it.
27844
27845 1993-12-17 Jeffrey A. Law (law@snake.cs.utah.edu)
27846
27847 * g++.law/*.exp: Avoid losing arguments added via "append" commands.
27848
27849 1993-12-15 Rob Savoye (rob@darkstar.cygnus.com)
27850
27851 * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
27852 version number.
27853
27854 1993-12-12 Jeffrey A. Law (law@snake.cs.utah.edu)
27855
27856 * g++.law: New directory of g++ tests derived from the g++-bugs
27857 snapshots.
27858
27859 1993-12-09 Jeffrey Wheat (cassidy@cygnus.com)
27860
27861 * gcc.compile: initbug1.c initbug1.exp testcase added
27862
27863 1993-12-06 Jeffrey Wheat (cassidy@cygnus.com)
27864
27865 * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
27866 * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
27867 fixes submitted by Jeff Law (law@cs.utah.edu)
27868 * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
27869 Jeff Law (law@cs.utah.edu)
27870
27871
27872 1993-11-30 Mike Stump (mrs@cygnus.com)
27873
27874 * config/unix-g++.exp: Follow the gcc way of doing things.
27875 * g++.old-deja/old-deja.exp: Minor updates.
27876 * lib/g++.exp: New file, follow the gcc way of doing things.
27877 * lib/old-dejagnu.exp: Minor updates.
27878 * lib/mike-g++.exp: Always unset errorInfo.
27879
27880 1993-11-06 Mike Stump (mrs@cygnus.com)
27881
27882 * lib/gcc.exp: Fix some errors with the below change, CC and
27883 CFLAGS should be global when setting, not local.
27884
27885 1993-11-03 Rob Savoye (rob@darkstar.cygnus.com)
27886
27887 * lib/gcc.exp: Transform tool name.
27888
27889 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
27890
27891 * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
27892
27893 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
27894
27895 * lib/gcc.exp: change gcc_done to gcc_stat
27896
27897 1993-10-27 Jeffrey Wheat (cassidy@cygnus.com)
27898
27899 * Upgraded gcc testsuite to c-torture version 1.25
27900
27901 1993-10-24 Jeffrey Wheat (cassidy@cygnus.com)
27902
27903 * lib/gcc.exp: added reporting code. Changed verbose compile message.
27904 * lib/c-torture: added hooks for new reporting code.
27905
27906 1993-10-21 Jeffrey Wheat (cassidy@cygnus.com)
27907
27908 * config/sh-gcc.exp: check if sh-sim exists in the path
27909
27910 1993-10-18 Jeffrey Wheat (cassidy@cygnus.com)
27911
27912 * gcc.code_quality/code_quality.exp: Initial changes for new logic.
27913 * gcc.compile/compile.exp: Initial changes for new logic.
27914 * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
27915 * gcc.failure/failure.exp: Initial changes for new logic.
27916 * gcc.ieee/ieee.exp: Initial changes for new logic.
27917 * gcc.misc-tests/misc.exp: Initial changes for new logic.
27918 * gcc.noncompile/non_compile.exp: Initial changes for new logic.
27919 * gcc.unsorted/unsorted.exp: Initial changes for new logic.
27920 * lib/c-torture.exp: Initial changes for new logic.
27921 * lib/gcc.exp: Initial changes for new logic.
27922
27923 1993-10-15 Mike Stump (mrs@cygnus.com)
27924
27925 * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
27926 depend upon failure or success. Fully qualify names in failure
27927 and success messages. Always remove a.out before starting
27928 compile, just in case. Pay more attention to error text output by
27929 the compiler. Handle testcases with no known past errors just
27930 like all others, so that things are uniform. Other miscellaneous
27931 improvements.
27932
27933 1993-10-13 Jeffrey Wheat (cassidy@cygnus.com)
27934
27935 * gcc.cpp: new directory for cpp tests
27936
27937 1993-10-04 Jeffrey Wheat (cassidy@cygnus.com)
27938
27939 * lib/chill.exp: Code reformatted, removed unused code.
27940 * config/unix-chill.exp: Code reformatted, removed unused code.
27941 * chill.execute/execute.exp: Code reformatted, removed unused code.
27942 * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
27943
27944 1993-10-04 Ian Lance Taylor (ian@cygnus.com)
27945
27946 * config/mips-gcc.exp, config/mips-g++.exp: New files. Execution
27947 routines not written.
27948
27949 1993-09-27 Rob Savoye (rob@darkstar.cygnus.com)
27950
27951 * config/bug-gcc.exp: Use new procs from bug.exp.
27952
27953 1993-09-21 Rob Savoye (rob@darkstar.cygnus.com)
27954
27955 * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
27956 via ftp, rather than depending on NFS.
27957 * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
27958 case.
27959
27960 1993-09-09 Rob Savoye (rob@darkstar.cygnus.com)
27961
27962 * config/bug-gcc.exp: Use new download proc.
27963
27964 1993-09-14 Jeffrey Wheat (cassidy at deneb.cygnus.com)
27965
27966 * chill.execute/execute.exp: cleanups, handles errors better
27967 * chill.compile/compile.exp: rewrite, based on execute.exp
27968 * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
27969 * lib/chill.exp: major changes to diff proc and compile and link
27970 procs. added chill_fail and chill_pass wrappers to pass and
27971 fail. added more comments, and handle error codes better.
27972 Added a hack to capture stderr from exec, so noncompile tests
27973 can work.
27974
27975 1993-09-11 Jeffrey Wheat (cassidy@cygnus.com)
27976
27977 * chill.execute/execute.exp: rewrite of testsuite driver
27978 * lib/chill.exp: rewrite of testsuite driver
27979 * config/unix-chill.exp: rewrite of testsuite driver
27980
27981 1993-08-25 Bill Cox (bill@rtl.cygnus.com)
27982
27983 In chill.execute:
27984 * iexpr.ch: Standardize uppercase.
27985 * tuples.dat: Standardize uppercase.
27986 * vary.ch: standardize. Correct varying string assignments.
27987 * vary.dat: Add new output lines.
27988
27989 1993-08-24 Bill Cox (bill@rtl.cygnus.com)
27990
27991 In chill.execute:
27992 * chprintf.ch: Standardize use of uppercase.
27993 * tuples.ch: Standardize and turn arr2 into a DCL,
27994 rather than a SYN.
27995 * pinits.ch: Standardize.
27996
27997 1993-08-23 Per Bothner (bothner@kalessin.cygnus.com)
27998
27999 * rts.c: Get malloc() from <stdlib.h>, not <malloc.h>.
28000 * Makefil: Renamed to Makefile.in.
28001 * configure.in: New.
28002
28003 1993-08-23 Bill Cox (bill@rtl.cygnus.com)
28004
28005 In chill.execute:
28006 * .cvsignore: Add result/output files.
28007 * Makefile: Fix up variables at start. Use MFLAGS
28008 everywhere. Correct bool_loc, built_ins entries.
28009 Add entry for vary1.ch.
28010 * bitarray.ch: Standardize upper-case usage.
28011 * bitexpr.ch: Standardize, add output of b1.
28012 * params.ch: Use arrayt in along PROC parameters, to
28013 avoid novelty problems.
28014 * sets.ch: Tiny cleanup.
28015 * vary1.ch: Re-indent.
28016
28017 1993-08-17 Bill Cox (bill@rtl.cygnus.com)
28018
28019 * Add PR-related files to Makefiles, .cvsignore files, etc.
28020
28021 1993-08-02 Jeff Wheat (cassidy@cygnus.com)
28022
28023 * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
28024 with compiler objects. New names are test-flow.c and test-loop.c
28025
28026 1993-07-27 Jeff Wheat (cassidy@cygnus.com)
28027
28028 * Upgraded c-torture tests from 1.19 to 1.20
28029
28030 * new files:
28031 * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
28032 * gcc.compile: 930623-1.c 930623-2.c
28033 * gcc.noncompile: 930622-1.c 930622-2.c
28034 * gcc.failure: 920411-1.c 920627-2.c
28035 * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
28036
28037 1993-07-20 Jeff Wheat (cassidy@cygnus.com)
28038
28039 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
28040 More changes to get testsuite working properly. Needs more work.
28041 Added some support for POSIX IEEE Std 1003.3-1991 error messages.
28042
28043 1993-07-19 Jeff Wheat (cassidy@cygnus.com)
28044
28045 * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
28046 More changes to get testsuite working properly. Needs more work.
28047
28048 1993-07-13 Jeff Wheat (cassidy@cygnus.com)
28049
28050 * chill.compile/compile.exp: Added for Dejagnu support
28051 * chill.execute/execute.exp: Added for Dejagnu support
28052 * lib/chill.exp config/unix-chill.exp : Added for Dejagnu support
28053
28054 1993-06-19 Bill Cox (bill@rtl.cygnus.com)
28055
28056 This should complete moving the CHILL test files.
28057 * chill.noncompile(.cvsignore printf.grt
28058 in-printf.grt chprintf.grt chprintf.ch):
28059 Added test-support files.
28060 (Makefile): Modified further.
28061 * chill.compile (emptymod.ch gdbme.ch neg_range.ch
28062 signal.ch): Added test files.
28063 * chill.execute (.cvsignore printf.grt printr.c
28064 in-printf.grt rts.c chprintf.grt rts.h): Added
28065 test-support files.
28066 (Makefile): More corrections.
28067
28068 1993-06-18 Bill Cox (bill@rtl.cygnus.com)
28069
28070 * chill.compile, chill.execute, chill.nocompile: Add CHILL
28071 test cases, ready for DejaGnu.
28072
28073 1993-06-17 Jeffrey Wheat (cassidy@cygnus.com)
28074
28075 * Upgraded c-torture tests from 1.18 to 1.19
28076
28077 * gcc.compile: added test(s):
28078 930607-1.c
28079 * gcc.execute: added test(s):
28080 930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
28081
28082 * added new subdirectory for misc tests: gcc.misc-tests
28083 * gcc.misc-test(s): added tests:
28084 inst-check.c test-consts.c test-ior.c test-switch.c
28085
28086 1993-06-09 Brendan Kehoe (brendan@lisa.cygnus.com)
28087
28088 * lib/mike-g++.exp: Load `./a.out', not `a.out'.
28089
28090 1993-06-07 Ian Lance Taylor (ian@cygnus.com)
28091
28092 * g++.old-deja/old-deja.exp: Don't delete all the .o files.
28093
28094 1993-06-03 Jeffrey Wheat (cassidy@cygnus.com)
28095
28096 * Upgraded c-torture tests from 1.17 to 1.18
28097
28098 1993-06-02 Jeffrey Wheat (cassidy@cygnus.com)
28099
28100 * Upgraded c-torture tests from 1.12 to 1.17
28101
28102 1993-04-30 Mike Werner (mtw@deneb.cygnus.com)
28103
28104 * lib/old-dejagnu.exp:
28105 Fixed handling of XFAIL target triplets to correctly
28106 recognize wildcard characters. Removed code that
28107 appended a unique id tag to the end of the file name
28108 printed out by the result of the testcases within a
28109 given test file.
28110
28111 1993-04-29 Mike Werner (mtw@deneb.cygnus.com)
28112
28113 * lib/old-dejagnu.exp:
28114 Reworked expected failure handling to trigger off of XFAIL
28115 keyword in keyphrase embeded in testcase source code. The
28116 XFAIL keyword must be at the end of the keyphrase line. It
28117 may optionally be followed by one or more target triplets.
28118 It has just occured that the handling of wildcards in the
28119 target triplet may not be correct.
28120
28121 1993-04-23 Mike Werner (mtw@deneb.cygnus.com)
28122
28123 * g++.old-deja/tests:
28124 Moved all subdirectories up one level into g++.old-deja .
28125
28126 * lib/old-dejagnu.exp:
28127 Fixed problem with CXXFLAGS not being properly reset, and being
28128 corrupted with extraneous "-c" compiler option. This was
28129 causing binaries to not be generated for test that needed them.
28130 Modified strings passed to "pass" and "fail" so that individual
28131 tests from the same test file would be distinguished by an
28132 identifier appended to the test file name in the summary logs;
28133 this corrected a problem with erroneous diff logs. Added code
28134 to search testcases for expected fail and unexpected pass keywords.
28135
28136 1993-04-20 Rob Savoye (rob at darkstar.cygnus.com)
28137
28138 * lib/c-torture.exp: Ignore "file path prefix*unused" message.
28139
28140 1993-04-15 Mike Werner (mtw@deneb.cygnus.com)
28141
28142 * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
28143 Removed extraneous text from end of "Special g++ Options"
28144 keyphrase.
28145
28146 * lib/old-dejagnu.exp: Added pattern matching to look for new
28147 keywords, embedded in testcases comments, which will trigger
28148 calls to xpass and xfail.
28149
28150 1993-04-14 Mike Werner (mtw@deneb.cygnus.com)
28151
28152 * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
28153 comments embedded in the testcases, especially the one looking for
28154 special compiler options, as well as the pattern matching for the
28155 compiler output again.
28156
28157 1993-04-12 Mike Werner (mtw@deneb.cygnus.com)
28158
28159 * lib/old-dejagnu.exp: Do a proper check of the return value for
28160 execute tests. Fixed several problems with the pattern matching
28161 of the compiler output which gave erroneous test results.
28162 Changed several of the test result messages to be more descriptive.
28163 * config/unix-g++.exp: Proc g++_load now actually works and
28164 executes the tests passed to it and returns a usable return
28165 value.
28166
28167 1993-04-11 Rob Savoye (rob at darkstar.cygnus.com)
28168
28169 * lib/gcc.exp: Exits gracefully if $CC is bogus.
28170
28171 1993-04-09 Mike Werner (mtw@deneb.cygnus.com)
28172
28173 * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
28174 Modified both files to properly execute the old style
28175 dejagnu tests. The previous versions of these files were
28176 experimental and did not function anything near correctly.
28177
28178 1993-04-05 Rob Savoye (rob@cygnus.com)
28179
28180 * Removed all Makefile.in and configure.in files. No configuration
28181 needed now.
28182
28183 1993-04-02 Mike Werner (mtw@deneb.cygnus.com)
28184
28185 * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
28186
28187 1993-03-28 Ken Raeburn (raeburn@kr-pc.cygnus.com)
28188
28189 * gcc.compile/configure.in, gcc.unsorted/configure.in,
28190 gcc.special/configure.in, gcc.noncompile/configure.in,
28191 gcc.execute/configure.in, gcc.code_quality/configure.in,
28192 g++.other/configure.in, g++.old-deja/configure.in,
28193 g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
28194 in srcname setting.
28195
28196 1993-03-25 Rob Savoye (rob at darkstar.cygnus.com)
28197
28198 * lib/udi.exp: Fixed mondfe and mondfe_download.
28199 * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
28200 * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
28201
28202 1993-03-25 Ian Lance Taylor (ian@cygnus.com)
28203
28204 * config/udi-gdb.exp: Check $shell_id after connecting to target.
28205 (gdb_exit): Don't remove *_soc files.
28206
28207 1993-03-22 Ian Lance Taylor (ian@cygnus.com)
28208
28209 * lib/c-torture.exp: Don't look for main; instead always use -w
28210 -c. This is how the c-torture tests work. Remove the object
28211 file if the compilation succeeds.
28212 * gcc.execute/execute.exp: Remove executable if test passes.
28213 * gcc.noncompile/noncompile.exp: Every test is an expected
28214 failure.
28215 * gcc.special/special.exp: Added tests from c-torture 1.11,
28216 corrected use of existing test.
28217 * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
28218 gcc.execute/920625-1.c: Updated to c-torture 1.11.
28219 * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
28220 gcc.compile/921109-2.c, gcc.compile/921109-3.c,
28221 gcc.compile/921111-1.c, gcc.compile/921116-2.c,
28222 gcc.compile/921118-1.c, gcc.compile/921126-1.c,
28223 gcc.compile/921202-1.c, gcc.compile/921202-2.c,
28224 gcc.compile/921203-1.c, gcc.compile/921203-2.c,
28225 gcc.compile/921206-1.c, gcc.execute/921029-1.c,
28226 gcc.execute/921104-1.c, gcc.execute/921110-1.c,
28227 gcc.execute/921112-1.c, gcc.execute/921113-1.c,
28228 gcc.execute/921117-1.c, gcc.execute/921123-1.c,
28229 gcc.execute/921123-2.c, gcc.execute/921124-1.c,
28230 gcc.execute/921202-1.c, gcc.execute/921202-2.c,
28231 gcc.execute/921204-1.c, gcc.execute/921207-1.c,
28232 gcc.execute/921208-1.c, gcc.execute/921208-2.c,
28233 gcc.execute/921215-1.c, gcc.execute/921218-1.c,
28234 gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
28235 gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
28236 c-torture 1.11.
28237 * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
28238 correspond to c-torture 1.11.
28239
28240 * New file.