1 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
3 * gcc.dg/typespec-1.c: New test.
5 2002-08-20 Devang Patel <dpatel@apple.com>
6 * objc.dg/proto-hier-2.m: New test.
8 2002-08-19 Ziemowit Laski <zlaski@apple.com>
10 * objc.dg/bitfield-1.m: New test.
11 * objc.dg/bitfield-2.m: New test.
13 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
15 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
16 gcc.dg/c99-flex-array-4.c: New tests.
18 2002-08-16 Stan Shebs <shebs@apple.com>
20 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
22 2002-08-15 Jakub Jelinek <jakub@redhat.com>
24 * gcc.dg/typeof-1.c: New test.
25 * g++.dg/ext/typeof2.C: New test.
27 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
29 * g++.dg/other/offsetof1.C: New test.
31 2002-08-14 Richard Henderson <rth@redhat.com>
33 * gcc.dg/tls/diag-3.c: Fix expected message strings.
35 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
37 * gcc.dg/cpp/_Pragma3.c: New test.
39 2002-08-13 Mark Mitchell <mark@codesourcery.com>
41 * g++.dg/template/inherit3: New test.
43 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
45 * gcc.dg/bitfld-4.c: Add blank options.
47 2002-08-09 Mark Mitchell <mark@codesourcery.com>
49 * g++.dg/template/crash1.C: New test.
51 2002-08-08 Jakub Jelinek <jakub@redhat.com>
53 * gcc.dg/tls/opt-2.c: New test.
55 2002-08-08 Devang Patel <dpatel@apple.com>
57 * objc.dg/selector-1.m : New test
59 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
61 * g++.dg/abi/bitfield4.C: New test.
62 * gcc.dg/bitfld-4.c: New test.
64 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
66 * g++.dg/other/packed1.C: New test.
68 2002-08-07 Mark Mitchell <mark@codesourcery.com>
70 * g++.dg/abi/offsetof.C: Tweak error messages.
71 * g++.old-deja/g++.mike/p10769a.C: Likewise.
73 2002-08-08 Jakub Jelinek <jakub@redhat.com>
75 * gcc.dg/bitfld-3.c: New test.
77 2002-08-07 Jakub Jelinek <jakub@redhat.com>
78 Richard Henderson <rth@redhat.com>
80 * gcc.dg/i386-bitfield1.c: New test.
81 * g++.dg/abi/bitfield3.C: Update.
83 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
85 * objc.dg/const-str-2.m: Update.
86 * gcc.dg/cpp/c++98.c: Change to C extension.
87 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
88 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
90 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
92 * testsuite/gcc.dg/tls/diag-3.c: New.
94 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
96 * g++.dg/README (Subdirectories): Document new subdir expr.
97 * g++.dg/expr/pmf-1.C: New test.
99 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
101 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
103 2002-08-06 Jakub Jelinek <jakub@redhat.com>
105 * g++.dg/abi/bitfield3.C: New test.
107 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
109 * lib/gcov.exp: Tweak expected line formats.
110 * gcc.misc-tests/gcov8.c: New test.
111 * gcc.misc-tests/gcov8.x: New flags.
113 2002-08-05 Jakub Jelinek <jakub@redhat.com>
115 * consistency.vlad/layout/endian.c: Include string.h.
117 * gcc.c-torture/execute/20020805-1.c: New test.
119 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
121 * g++.dg/other/conversion1.C: New test.
123 2002-08-03 Roger Sayle <roger@eyesopen.com>
125 * gcc.dg/builtins-1.c: New testcase.
127 2002-08-02 Mark Mitchell <mark@codesourcery.com>
129 * g++.dg/inherit/access3.C: New test.
131 2002-08-01 Jakub Jelinek <jakub@redhat.com>
133 * gcc.dg/ia64-visibility-2.c: New test.
135 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
137 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
138 __qualifier_flags to __flags.
140 2002-07-31 Mark Mitchell <mark@codesourcery.com>
142 * g++.dg/inherit/operator1.C: New test.
143 * g++.dg/lookup/disamb1.C: Fix typo in comment.
144 * g++.dg/other/error1.C: Change expected error message.
145 * g++.dg/template/conv4.C: Likewise.
147 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
149 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
150 for documented behaviour.
152 2002-07-25 Roger Sayle <roger@eyesopen.com>
154 * gcc.c-torture/execute/20020720-1.x: Skip this test on
155 several targets known to fail.
157 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
159 * gcc.dg/mips-args-[123].c: New tests.
161 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
163 * gcc.dg/ppc-spe.c: New.
165 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
167 * g++.dg/other/ptrmem4.C: New testcase.
169 2002-07-24 Richard Henderson <rth@redhat.com>
171 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
173 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
175 * g++.dg/ext/alignof1.C (main): Return 0 for success.
177 2002-07-24 Roger Sayle <roger@eyesopen.com>
179 * gcc.c-torture/execute/memset-3.c: New testcase.
181 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
183 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
184 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
186 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
188 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
191 Tue Jul 23 21:02:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
193 * gcc.c-torture/compile/simd-4.c: New test.
195 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
197 PR c++/7347, c++/7348
198 * g++.dg/template/access4.C: New test.
199 * g++.dg/template/access5.C: New test.
200 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
201 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
202 * g++.old-deja/g++.pt/ttp58.C: Likewise.
203 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
205 2002-07-22 Jakub Jelinek <jakub@redhat.com>
207 * gcc.dg/gnu89-init-2.c: New test.
209 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
211 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
213 2002-07-20 Roger Sayle <roger@eyesopen.com>
215 * gcc.c-torture/execute/20020720-1.c: New testcase.
217 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
219 * gcc.dg/cpp/Wsignprom.c: New tests.
221 2002-07-20 Alan Modra <amodra@bigpond.net.au>
223 * gcc.c-torture/execute/loop-13.c: New test.
225 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
227 * gcc.dg/cpp/expr.c: New tests.
229 2002 07-18 David Edelsohn <edelsohn@gnu.org>
231 * g++.dg/opt/pr6713.C: Add template instantiation.
233 2002-07-18 Alan Modra <amodra@bigpond.net.au>
235 * gcc.dg/nest.c: New test.
237 2002-07-17 Richard Henderson <rth@redhat.com>
239 * g++.dg/opt/pr6713.C: New test.
241 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
243 * gcc.c-torture/execute/loop-2e.x: Let the testcase
244 XFAIL for all x86 processors.
246 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
248 * gcc.c-torture/execute/20010122-1.x: Do not test with
249 -fomit-frame-pointer.
251 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
253 * g++.dg/template/instantiate2.C: New test.
254 * g++.dg/template/spec4.C: New test.
256 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
258 * g++.dg/template/access2.C: New test.
259 * g++.dg/template/access3.C: New test.
261 2002-07-15 Zack Weinberg <zack@codesourcery.com>
263 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
264 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
265 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
266 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
267 Convert to use <stdarg.h>.
268 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
270 * gcc.dg/va-arg-2.c: New.
271 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
273 2002-07-15 Jakub Jelinek <jakub@redhat.com>
275 * gcc.c-torture/compile/20020710-1.c: New test.
277 Thu Jul 11 15:39:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
278 Andrew Pinski <pinskia@physics.uc.edu>
280 gcc.c-torture/compile/simd-2.c: New testcase.
281 gcc.c-torture/compile/simd-3.c: Likewise.
283 2002-07-11 Mark Mitchell <mark@codesourcery.com>
286 * g++.dg/overload/error1.C: New test.
288 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
290 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
291 configuration and IRIX 6 O32 ABI.
293 2002-07-11 Roger Sayle <roger@eyesopen.com>
295 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
297 2002-07-10 Roger Sayle <roger@eyesopen.com>
299 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
301 2002-07-10 Jeffrey A Law <law@redhat.com>
303 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
305 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
307 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
309 * gcc.dg/20020312-2.c: Check for __PPC__.
311 2002-07-09 Diego Novillo <dnovillo@redhat.com>
313 * gcc.c-torture/compile/20020709-1.c: New test.
315 2002-07-07 Roger Sayle <roger@eyesopen.com>
317 * g++.dg/template/qualttp21.C: New test case.
319 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
321 * gcc.c-torture/compile/20020706-1.c: New test.
322 * gcc.c-torture/compile/20020706-2.c: New test.
324 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
325 Alexandre Oliva <aoliva@redhat.com>
327 * g++.dg/warn/incomplete1.C: New test.
329 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
332 * g++.dg/warn/noreturn1.C: New test.
334 2002-07-03 Mark Mitchell <mark@codesourcery.com>
337 * g++.dg/debug/debug6.C: New test.
338 * g++.dg/debug/debug7.C: New test.
340 Thu Jul 4 07:36:48 2002 J"orn Rennecke <joern.rennecke@superh.com>
342 * gcc.c-torture/compile/simd-3.c: New test.
344 2002-07-03 Chris Demetriou <cgd@broadcom.com>
346 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
347 * gcc.dg/20020620-1.c: Likewise.
349 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
352 * g++.dg/init/array4.C: New test.
353 * g++.dg/init/array5.C: New test.
355 Wed Jul 3 10:25:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
357 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
358 * gcc.c-torture/execute/simd-2.c (main): Likewise.
360 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
362 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
363 * gcc.dg/wtr-aggr-init-1.c: Likewise.
364 * gcc.dg/wtr-conversion-1.c: Likewise.
365 * gcc.dg/wtr-escape-1.c: Likewise.
366 * gcc.dg/wtr-int-type-1.c: Likewise.
367 * gcc.dg/wtr-label-1.c: Likewise.
368 * gcc.dg/wtr-static-1.c: Likewise.
369 * gcc.dg/wtr-strcat-1.c: Likewise.
370 * gcc.dg/wtr-suffix-1.c: Likewise.
371 * gcc.dg/wtr-switch-1.c: Likewise.
372 * gcc.dg/wtr-unary-plus-1.c: Likewise.
373 * gcc.dg/wtr-union-init-1.c: Likewise.
374 * gcc.dg/wtr-union-init-2.c: Likewise.
375 * gcc.dg/wtr-union-init-3.c: Likewise.
377 * gcc.dg/wtr-func-def-1.c: New test.
379 2002-07-02 Devang Patel <dpatel@apple.com>
381 * objc.dg/param-1.m: New test.
383 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
385 * gcc.dg/cpp/trad/directive.c: Add test.
386 * gcc.dg/cpp/trad/macroargs.c: Add test.
387 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
389 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
391 * gcc.dg/cpp/cmdlne-M.c: New test.
393 2002-07-02 Ziemowit Laski <zlaski@apple.com>
395 * objc.dg/desig-init-1.m: New test.
397 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
400 * g++.dg/template/instantiate1.C: New test.
402 2002-07-01 Mark Mitchell <mark@codesourcery.com>
405 * g++.dg/template/sizeof2.C: New test.
407 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
409 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
410 gcc.dg/cpp/trad/include.c: New tests.
412 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
415 * gcc.c-torture/compile/20020701-1.c: New test.
417 2002-07-01 Stan Shebs <shebs@apple.com>
419 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
421 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
422 (objc-torture-execute): or here.
424 Mon Jul 1 12:51:05 2002 J"orn Rennecke <joern.rennecke@superh.com>
426 * gcc.c-torture/execute/arith-rand-ll.c: New test.
428 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
430 * gcc.dg/cpp/trad/escaped-nl.c: New test.
432 2002-06-30 Devang Patel <dpatel@apple.com>
434 * objc.dg/fsyntax-only.m: New test.
436 2002-06-27 Mark Mitchell <mark@codesourcery.com>
439 * g++.dg/template/friend7.C: New file.
441 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
443 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
446 Thu Jun 27 15:23:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
448 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
449 avoid division by zero.
451 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
453 * gcc.dg/Wunknownprag.c: New tests.
455 Tue Jun 25 21:50:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
457 * gcc.c-torture/execute/simd-2.c: New test.
459 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
461 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
462 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
463 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
464 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
465 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
466 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
467 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
468 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
469 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
470 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
471 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
472 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
473 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
474 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
475 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
476 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
477 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
479 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
481 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
482 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
483 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
484 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
486 * gcc.dg/cpp/trad/directive.c: Update.
488 2002-06-23 Andreas Jaeger <aj@suse.de>
490 * gcc.c-torture/execute/complex-6.c: New.
492 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
494 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
495 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
496 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
497 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
499 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
501 * gcc.dg/cpp/trad: New directory with traditional tests copied
502 from parent directory.
503 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
504 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
505 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
506 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
507 Move to trad/ and rename.
508 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
509 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
510 gcc.dg/cpp/trad/redef2.c: New tests.
511 * gcc.dg/cpp/trad/trad.exp: New driver.
513 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
515 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
516 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
517 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
518 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
521 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
523 * gcc.dg/20020620-1.c: New test.
525 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
527 * g++.dg/template/ttp4.C: New test.
529 2002-06-19 Jakub Jelinek <jakub@redhat.com>
531 * g++.dg/opt/vt1.C: Fix regexp.
533 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
535 * gcc.c-torture/execute/pure-1.c: Make functions static again.
536 Don't use attribute `noinline'.
538 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
540 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
542 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
544 * gcc.c-torture/execute/simd-1.c: New.
546 * gcc.dg/simd-1.c: New.
548 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
550 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
552 2002-06-16 Richard Henderson <rth@redhat.com>
554 * g++.dg/ext/anon-struct1.C: New.
555 * g++.dg/ext/anon-struct2.C: New.
556 * g++.dg/ext/anon-struct3.C: New.
557 * gcc.dg/anon-struct-1.c: New.
558 * gcc.dg/anon-struct-2.c: New.
559 * gcc.dg/anon-struct-3.c: New.
560 * gcc.dg/20011008-1.c: Adjust warning text.
561 * gcc.dg/20020527-1.c: Add -fms-extensions.
563 2002-06-16 Richard Henderson <rth@redhat.com>
565 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
567 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
569 * gcc.c-torture/execute/20020615-1.c: New test.
571 2002-06-15 Roger Sayle <roger@eyesopen.com>
573 * gcc.c-tortuture/execute/compare-1.c: New test case.
574 * gcc.c-tortuture/execute/compare-2.c: New test case.
575 * gcc.c-tortuture/execute/compare-3.c: New test case.
577 2002-06-13 Richard Henderson <rth@redhat.com>
579 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
582 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
584 * g++.dg/template/typename2.C: Update error message.
586 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
588 * gcc.c-torture/execute/20020611-1.c: New test.
590 2002-06-11 Bob Wilson <bob.wilson@acm.org>
592 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
593 list of targets to skip.
595 2002-06-10 Bob Wilson <bob.wilson@acm.org>
597 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
598 targets if not optimizing.
600 2002-06-10 Jakub Jelinek <jakub@redhat.com>
602 * gcc.c-torture/compile/20020605-1.c: New test.
604 * g++.dg/opt/vt1.C: New test.
606 * gcc.dg/20020531-1.c: New test.
608 * gcc.dg/20020530-1.c: New test.
610 * gcc.dg/20020527-1.c: New test.
612 * g++.dg/opt/cse1.C: New test.
614 2002-06-07 Roger Sayle <roger@eyesopen.com>
616 * gcc.dg/20020607-2.c: New test case.
618 2002-06-07 Jakub Jelinek <jakub@redhat.com>
620 * gcc.c-torture/compile/20020604-1.c: New test.
622 2002-06-04 Richard Henderson <rth@redhat.com>
624 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
625 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
626 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
628 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
630 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
632 2002-06-03 Richard Henderson <rth@redhat.com>
634 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
635 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
637 2002-06-02 Richard Henderson <rth@redhat.com>
639 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
640 test functions static.
642 2002-06-02 Andreas Jaeger <aj@suse.de>
644 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
647 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
649 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
650 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
651 Update for mofified diagnostics.
652 * gcc.dg/c99-intconst-1.c: No longer fail.
654 2002-06-02 Richard Henderson <rth@redhat.com>
656 * gcc.dg/uninit-A.c: Remove xfail markers.
658 2002-06-01 Roger Sayle <roger@eyesopen.com>
660 * gcc.dg/fnegate-1.c: New test case.
662 2002-05-30 Osku Salerma <osku@iki.fi>
664 * gcc.c-torture/execute/mayalias-1.c: New file.
666 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
668 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
669 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
670 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
672 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
674 * gcc.c-torture/execute/20020529-1.c: New test.
676 2002-05-27 Richard Henderson <rth@redhat.com>
678 * g++.dg/ext/attrib6.C: New test case.
680 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
682 * gcc.c-torture/execute/pure-1.c: New test.
684 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
686 * gcc.dg/cpp/arith-2.c: Remove.
688 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
690 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
691 * gcc.dg/cpp/if-3.c: Remove.
693 2002-05-26 Jakub Jelinek <jakub@redhat.com>
695 * g++.dg/opt/cse2.C: New test.
697 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
699 * gcc.dg/cpp/arith-1.c: New semantic tests.
700 * gcc.dg/cpp/if-1.c: Update.
702 2002-05-24 Ben Elliston <bje@redhat.com>
704 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
706 2002-05-24 Jakub Jelinek <jakub@redhat.com>
708 * gcc.dg/verbose-asm.c: New test.
710 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
712 * gcc.dg/cpp/paste12.c: New test.
714 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
716 * g++.dg/parse/named_ops.C: New test.
718 2002-05-23 Mark Mitchell <mark@codesourcery.com>
720 * gcc/testsuite/gcc.dg/weak-8.c: New test.
722 Thu May 23 11:09:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
724 * gcc.dg/weak-2.c: Allow optional leading underscore
725 in scan-assembler symbol name.
726 * gcc.dg/weak-3.c: Likewise.
727 * gcc.dg/weak-4.c: Likewise.
728 * gcc.dg/weak-5.c: Likewise.
730 2002-05-23 Jakub Jelinek <jakub@redhat.com>
732 * gcc.dg/20020523-1.c: New test.
734 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
736 * objc.dg/const-str-2.m: Update now that we stop after
737 a command line error.
739 2002-05-22 Richard Henderson <rth@redhat.com>
741 * g++.dg/dg.exp: Fix typo in test pruneing.
743 2002-05-22 Richard Henderson <rth@redhat.com>
745 * g++.dg/dg.exp: Prune the tls subdirectory.
746 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
747 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
748 * g++.dg/tls/init-1.C: New.
750 2002-05-22 Jakub Jelinek <jakub@redhat.com>
752 * gcc.dg/20020517-1.c: New test.
754 2002-05-21 Richard Henderson <rth@redhat.com>
756 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
757 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
759 Tue May 21 14:25:32 2002 Brian R. Gaeke <brg@dgate.ORG>
761 * g++.dg/other/copy2.C: New test.
763 Mon May 20 10:51:35 2002 J"orn Rennecke <joern.rennecke@superh.com>
765 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
766 (MAX_COPY): Bump up to 10 times sizeof (long long).
767 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
769 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
772 * gcc.c-torture/execute/strcpy-1.c: New test.
774 2002-05-19 Jason Merrill <jason2redhat.com>
776 * g++.dg/ext/oper1.C: New test.
778 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
779 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
781 * README.QMTEST: New file.
783 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
785 2002-05-19 Andreas Jaeger <aj@suse.de>
787 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
789 * gcc.c-torture/execute/loop-2d.x: Likewise.
791 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
793 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
794 support weak symbols.
795 * gcc.dg/weak-4.c: Likewise
796 * gcc.dg/weak-6.c: Likewise
798 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
800 * gcc.dg/weak-3.c: Add dg-excess-error comment for
801 cygwin, coff and h8300-*-hms targets
802 * gcc.dg/weak-5.c: Likewise
803 * gcc.dg/weak-7.c: Likewise
805 2002-05-16 Jason Merrill <jason@redhat.com>
807 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
808 (scan-assembler-not, scan-assembler-dem): Likewise.
809 (scan-assembler-dem-not): Likewise.
811 2002-05-15 Richard Henderson <rth@redhat.com>
813 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
815 2002-05-15 Richard Henderson <rth@redhat.com>
817 * gcc.dg/weak-5.c (vfoo1c): No warning here.
818 (vfoo1f): Warning here.
819 (vfoo1l): Don't redefine the alias.
821 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
823 * g++.dg/init/pm1.C: New test.
825 2002-05-12 David S. Miller <davem@redhat.com>
827 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
830 2002-05-10 Roger Sayle <roger@eyesopen.com>
832 * gcc.c-torture/execute/20020510-1.c: New test case.
834 2002-05-10 David S. Miller <davem@redhat.com>
836 * gcc.c-torture/execute/conversion.c: Test long double too.
838 2002-05-09 Jakub Jelinek <jakub@redhat.com>
840 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
841 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
842 * lib/g++.exp (g++_link_flags): Likewise.
843 * lib/objc.exp (objc_target_compile): Likewise.
845 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
847 * gcc.dg/cpp/poison.c: Update.
848 * gcc.dg/cpp/20000625-2.c: Remove.
849 * gcc.dg/cpp/direct2s.c: Remove final test.
851 2002-05-08 Tom Rix <trix@redhat.com>
853 * gcc.c-torture/execute/20020508-1.c: New test.
854 * gcc.c-torture/execute/20020508-2.c: New test.
855 * gcc.c-torture/execute/20020508-3.c: New test.
857 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
859 * gcc.dg/cpp/charconst-4.c: More tests.
861 2002-05-08 Mark Mitchell <mark@codesourcery.com>
864 * gcc.dg/weak-3.c: Update location of warning messages.
865 * gcc.dg/weak-5.c: Likewise.
867 2002-05-06 Roger Sayle <roger@eyesopen.com>
869 * gcc.c-torture/execute/20020506-1.c: New test case.
871 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
873 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
875 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
877 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
879 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
881 * gcc.dg/cpp/charconst-3.c: New test.
883 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
885 * gcc.dg/cpp/charconst.c: Update tests.
887 2002-05-05 Tim Josling <tej@melbpc.org.au>
889 * treelang: Added directory for new sample language treelang. Also
890 lib/treelang.exp: New file to signal treelang should be tested.
892 2002-05-03 Jakub Jelinek <jakub@redhat.com>
894 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
895 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
896 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
897 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
898 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
899 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
900 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
902 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
904 * gcc.dg/format/xopen-2.c: New test.
906 2002-05-03 Jakub Jelinek <jakub@redhat.com>
908 * gcc.dg/20020503-1.c: New test.
910 2002-05-02 Mark Mitchell <mark@codesourcery.com>
912 * g++.dg/init/dtor1.C: Make it tougher.
914 2002-05-01 Mark Mitchell <mark@codesourcery.com>
916 * g++.dg/init/dtor1.C: New test.
918 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
920 * gcc.dg/altivec-8.c: New.
922 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
924 * gcc.dg/altivec-7.c: New.
926 2002-04-29 Jakub Jelinek <jakub@redhat.com>
928 * g++.dg/parse/typedef1.C: New test.
930 2002-04-29 Mark Mitchell <mark@codesourcery.com>
933 * g++.dg/template/friend6.C: New test.
936 * g++.dg/init/copy1.C: New test.
938 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
940 * g++.dg/warn/effc1.C: New test.
942 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
944 * gcc.dg/cpp/if-cexp.c: Add a test.
946 2002-04-28 Jakub Jelinek <jakub@redhat.com>
948 * gcc.dg/20020426-2.c: New test.
950 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
952 * gcc.dg/cpp/if-mop.c: Update.
953 * gcc.dg/cpp/if-mpar.c: Add test.
954 * gcc.dg/cpp/if-oppr.c: Update.
956 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
959 * gcc.dg/weak-[2-7].c: New tests.
961 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
963 * gcc.dg/enum1.c: New test.
965 2002-04-26 Mark Mitchell <mark@codesourcery.com>
968 * g++.dg/inherit/access2.C: New test.
970 2002-04-26 Mark Mitchell <mark@codesourcery.com>
973 * gcc.dg/20020426-1.c: New test.
975 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
977 * g++.dg/abi/enum1.C: New test.
979 2002-04-26 Richard Henderson <rth@redhat.com>
981 * gcc.dg/c99-bool-1.c: Expect always true warning.
983 2002-04-25 Roger Sayle <roger@eyesopen.com>
985 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
987 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
989 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
992 2002-04-24 Mark Mitchell <mark@codesourcery.com>
994 * g++.dg/abi/mange7.C: New test.
997 * g++.dg/parse/stmtexpr2.C: New test.
999 Wed Apr 24 21:38:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
1001 * gcc.dg/20020312-2.c: Add SH target.
1003 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1005 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
1006 compiler output on mips*-*-irix*.
1008 2002-04-23 Jakub Jelinek <jakub@redhat.com>
1010 * g++.dg/parse/attr1.C: New test.
1012 2002-04-23 Roger Sayle <roger@eyesopen.com>
1014 * gcc.c-torture/execute/string-opt-17.c: New test case.
1015 * gcc.c-torture/execute/memset-2.c: New test case.
1017 2002-04-23 Mark Mitchell <mark@codesourcery.com>
1020 * g++.dg/template/friend5.C: New test.
1023 * g++.dg/template/qual1.C: Likewise.
1025 2002-04-22 Zack Weinberg <zack@codesourcery.com>
1027 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
1028 Include stdlib.h, not stdio.h or ctype.h.
1030 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
1032 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
1033 cris-*-elf* and mmix-*-*.
1034 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
1035 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
1036 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
1038 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
1039 * gcc.dg/wchar_t-1.c: Ditto.
1041 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
1043 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
1046 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
1048 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
1050 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1052 * gcc.c-torture/execute/20000906-1.x: Delete.
1054 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
1056 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
1058 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
1061 * g77.f-torture/execute/6367.f: New test.
1062 * g77.f-torture/execute/6367.x: Disable for MMIX.
1064 2002-04-19 Mark Mitchell <mark@codesourcery.com>
1067 * g++.dg/opt/inline2.C: New test.
1069 2002-04-18 Richard Henderson <rth@redhat.com>
1071 * gcc.dg/20000906-1.c: Enable for all targets.
1072 * gcc.c-torture/compile/iftrap-2.c: New.
1074 2002-04-18 Jakub Jelinek <jakub@redhat.com>
1076 * gcc.dg/20020418-1.c: New test.
1077 * gcc.dg/20020418-2.c: New test.
1079 2002-04-18 Richard Henderson <rth@redhat.com>
1081 * gcc.c-torture/compile/iftrap-1.c: New.
1082 * gcc.dg/iftrap-1.c: Adjust for ia64.
1083 * gcc.dg/iftrap-2.c: New.
1085 2002-04-18 Jakub Jelinek <jakub@redhat.com>
1087 * gcc.c-torture/compile/20020418-1.c: New test.
1089 2002-04-18 Roger Sayle <roger@eyesopen.com>
1091 * gcc.c-torture/compile/20020415-1.c: New.
1093 2002-04-18 David S. Miller <davem@redhat.com>
1095 * gcc.c-torture/execute/20020418-1.c: New test.
1097 2002-04-17 Jakub Jelinek <jakub@redhat.com>
1099 * gcc.dg/20020416-1.c: New test.
1101 * g++.dg/opt/inline1.C: New test.
1103 2002-04-16 Jakub Jelinek <jakub@redhat.com>
1105 * gcc.dg/altivec-5.c: New test.
1107 * gcc.dg/20020415-1.c: New test.
1109 2002-04-15 Mark Mitchell <mark@codesourcery.com>
1111 * testsuite/lib/chill.exp: Remove.
1113 2002-04-14 Jakub Jelinek <jakub@redhat.com>
1115 * g++.dg/other/big-struct.C: New test.
1117 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
1119 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
1122 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
1125 * gcc.dg/i386-387-1.c: Allow optional leading underscore
1126 in scan-assembler function name
1128 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
1130 * g77.f-torture/execute/980628-4.x,
1131 g77.f-torture/execute/980628-5.x,
1132 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
1133 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
1134 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
1137 2002-04-13 David S. Miller <davem@redhat.com>
1139 * gcc.c-torture/execute/20020413-1.c: New test.
1141 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
1144 * g++.dg/ext/asm1.C: New tests.
1146 2002-04-12 Mark Mitchell <mark@codesourcery.com>
1149 * g++.dg/parse/stmtexpr1.C: New test.
1152 * g++.dg/template/copy1.C: New test.
1154 2002-04-12 Richard Henderson <rth@redhat.com>
1156 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
1158 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
1160 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
1161 gcc.c-torture/execute/20020307-2.c.
1163 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
1165 * g++.dg/ext/attrib5.C,
1166 * g++.dg/lookup/struct1.C: New tests.
1168 2002-04-11 Jakub Jelinek <jakub@redhat.com>
1170 * gcc.dg/20020411-1.c: New test.
1172 * gcc.c-torture/execute/20020411-1.c: New test.
1174 2002-04-10 Janis Johnson <janis187@us.ibm.com>
1176 * g77.f-torture/execute/6177.f: New test.
1178 2002-04-10 Jakub Jelinek <jakub@redhat.com>
1181 * g++.dg/opt/cleanup1.C: New test.
1183 * g++.dg/opt/const1.C: New test.
1185 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
1187 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
1189 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
1192 * g++.dg/template/typename2.C: New test.
1194 2002-04-10 Alan Modra <amodra@bigpond.net.au>
1196 * gcc.c-torture/execute/loop-12.c: New.
1198 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
1200 * g77.f-torture/execute/980628-4.x,
1201 g77.f-torture/execute/980628-5.x,
1202 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
1203 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
1204 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
1206 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1208 PR optimization/6086
1209 * g++.dg/opt/preinc1.C: New test.
1211 2002-04-06 Mark Mitchell <mark@codesourcery.com>
1214 * g++.dg/opt/static2.C: New test.
1216 2002-04-06 Mark Mitchell <mark@codesourcery.com>
1219 * gcc.dg/20020406-1.c: New test.
1221 2002-04-04 David S. Miller <davem@redhat.com>
1223 * gcc.c-torture/execute/20020404-1.c: New test.
1225 2002-04-04 Jakub Jelinek <jakub@redhat.com>
1228 * gcc.dg/20020312-2.c: Do not declare global register variable
1229 if __PIC__ or __pic__ is defined.
1231 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
1233 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
1234 __asm__ so that it works correctly even if -ansi -pedantic-errors.
1236 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1238 * gcc.misc-tests/linkage.exp: Update last change to handle
1239 sparc*-, not just sparc-.
1241 2002-04-03 Richard Henderson <rth@redhat.com>
1243 * gcc.dg/cpp/ucs.c: Improved long UCS test.
1245 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
1247 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
1249 2002-04-02 David S. Miller <davem@redhat.com>
1251 * gcc.c-torture/execute/20020402-3.c: New test.
1253 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
1255 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
1256 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
1258 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
1259 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
1260 g77.f-torture/execute/20001201.x,
1261 g77.f-torture/execute/u77-test.x: New files.
1263 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
1264 * gcc.dg/wchar_t-1.c: Ditto.
1266 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1268 * gcc.c-torture/execute/20020402-1.c: New test.
1270 2002-04-01 Richard Henderson <rth@redhat.com>
1272 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
1274 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
1276 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1278 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
1280 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1282 * g++.dg/inherit/template-as-base.C: Expect error.
1283 * g++.dg/inherit/namespace-as-base.C: Likewise.
1285 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
1287 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
1288 g++.dg/ext/instantiate3.C: Tweak match patterns.
1290 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
1291 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
1294 2002-03-31 Richard Henderson <rth@redhat.com>
1296 * gcc.dg/special/alias-2.c: New.
1297 * gcc.dg/special/ecos.exp: Run it.
1299 2002-03-31 Richard Henderson <rth@redhat.com>
1301 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
1303 2002-03-31 Kazu Hirata <kazu@hxi.com>
1305 * gcc.dg/weak-1.c: Disable on h8300 port.
1307 2002-03-29 Janis Johnson <janis187@us.ibm.com>
1309 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
1310 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
1312 * g++.dg/bprob/bprob-1.C: New test.
1313 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
1314 * g++.dg/gcov/gcov-1.C: New test.
1315 * g++.dg/gcov/gcov-1.x: New file.
1316 * g++.dg/gcov/gcov-2.C: New test.
1317 * g++.dg/gcov/gcov-3.C: New test.
1318 * g++.dg/gcov/gcov-3.h: New file.
1320 2002-03-28 Roger Sayle <roger@eyesopen.com>
1322 * g++.old-deja/g++.other/builtins5.C: New test.
1323 * g++.old-deja/g++.other/builtins6.C: New test.
1324 * g++.old-deja/g++.other/builtins7.C: New test.
1325 * g++.old-deja/g++.other/builtins8.C: New test.
1326 * g++.old-deja/g++.other/builtins9.C: New test.
1328 2002-03-29 Jakub Jelinek <jakub@redhat.com>
1330 * g++.dg/opt/static1.C: New test.
1332 * g++.dg/opt/longbranch1.C: New test.
1334 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
1336 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
1338 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
1340 Thu Mar 28 16:38:09 2002 Jeffrey A Law (law@redhat.com)
1342 * gcc.c-torture/execute/20020328-1.c: New test.
1344 2002-03-27 Richard Henderson <rth@redhat.com>
1346 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
1347 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
1348 move from g++.old-deja/g++.ext/.
1350 2002-03-27 Mark Mitchell <mark@codesourcery.com>
1352 * g++.dg/init/new2.C: New test.
1354 2002-03-26 Richard Henderson <rth@redhat.com>
1356 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
1358 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
1361 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
1363 * gcc.dg/20001102-1.c: Likewise.
1365 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
1367 * gcc.dg/cpp/endif-pedantic1.c,
1368 gcc.dg/cpp/endif-pedantic2.c: New tests.
1370 2002-03-26 Mark Mitchell <mark@codesourcery.com>
1372 * g++.dg/init/new1.C: New test.
1374 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
1376 * g++.dg/abi/vbase9.C: New test.
1378 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
1380 * gcc.dg/arm-asm.c: New test.
1382 2002-03-26 Andrew Cagney <ac131313@redhat.com>
1384 * gcc.dg/Wswitch-enum.c: New test.
1387 2002-03-26 Richard Henderson <rth@redhat.com>
1389 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
1392 2002-03-25 Richard Henderson <rth@redhat.com>
1394 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
1397 * gcc.c-torture/compile/20011119-1.c (xxx): New.
1398 * gcc.c-torture/compile/20011119-2.c (xxx): New.
1400 2002-03-25 Zack Weinberg <zack@codesourcery.com>
1402 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
1404 2002-03-25 Bob Wilson <bob.wilson@acm.org>
1406 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
1407 targets using generic thunk support.
1409 2002-03-25 Jakub Jelinek <jakub@redhat.com>
1411 * gcc.c-torture/compile/20020323-1.c: New test.
1413 * g++.dg/opt/conj2.C: New test.
1415 2002-03-24 Richard Henderson <rth@redhat.com>
1417 * gcc.dg/weak-1.c: Use -fno-common.
1419 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
1421 * g77.dg/f77-edit-apostrophe-out.f: New test
1422 * g77.dg/f77-edit-h-out.f: New test
1423 * g77.dg/f77-edit-t-in.f: New test
1424 * g77.dg/f77-edit-t-out.f: New test
1425 * g77.dg/f77-edit-x-out.f: New test
1426 * g77.dg/f77-edit-slash-out.f: New test
1427 * g77.dg/f77-edit-colon-out.f: New test
1428 * g77.dg/f77-edit-s-out.f: New test
1430 2002-03-24 Richard Henderson <rth@redhat.com>
1432 * objc/execute/formal_protocol-6.x: New XFAIL.
1434 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
1436 * gcc.dg/weak-1.c: Early return from dg-final on platforms
1437 that do not support weak symbols
1439 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
1441 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
1442 * lib/g77.exp: Likewise
1443 * lib/objc.exp: Likewise
1445 2002-03-23 Andrew Cagney <ac131313@redhat.com>
1447 * gcc.dg/Wswitch-default.c: New test.
1449 2002-03-23 Jakub Jelinek <jakub@redhat.com>
1451 * g++.dg/other/enum1.C: New test.
1453 2002-03-23 Zack Weinberg <zack@codesourcery.com>
1455 * gcc.dg/pragma-ep-3.c: Fix typo.
1457 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1459 * g++.dg/inherit/template-as-base.C: New test.
1461 2002-03-22 Jakub Jelinek <jakub@redhat.com>
1463 * g++.old-deja/g++.other/dwarf2-1.C: Move...
1464 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
1466 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
1468 * gcc.dg/cpp/multiline.c: Update to match.
1470 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
1472 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
1474 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
1476 * gcc.dg/cpp/extratokens2.c: New file.
1478 2002-03-21 David Edelsohn <edelsohn@gnu.org>
1480 * gcc.dg/20020312-2.c: Add rs6000 target.
1482 * gcc.c-torture/compile/20020319-1.c: New test.
1484 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1486 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
1487 (A, E): Handle this.
1489 2002-03-20 Jason Merrill <jason@redhat.com>
1491 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
1493 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
1494 through prune_gcc_output.
1496 2002-03-20 Jakub Jelinek <jakub@redhat.com>
1498 * gcc.c-torture/compile/20020320-1.c: New test.
1500 2002-03-19 Jakub Jelinek <jakub@redhat.com>
1502 * gcc.c-torture/compile/20020318-1.c: New test.
1504 * gcc.dg/struct-by-value-1.c: New test.
1506 * gcc.dg/20020319-1.c: New test.
1508 2002-03-18 Jakub Jelinek <jakub@redhat.com>
1510 * g++.dg/opt/conj1.C: New test.
1512 2002-03-17 Mark Mitchell <mark@codesourcery.com>
1514 * g++.dg/template/qualttp20.C: Revert previous change.
1515 * g++.dg/template/qualttp3.C: Likewise.
1516 * g++.dg/template/qualttp4.C: Likewise
1517 * g++.dg/template/qualttp5.C: Likewise
1518 * g++.dg/template/qualttp6.C: Likewise
1519 * g++.dg/template/qualttp7.C: Likewise
1520 * g++.dg/template/qualttp8.C: Likewise
1521 * g++.dg/template/recurse.C: Likewise.
1523 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
1525 * gcc.dg/cpp/wchar-1.c: Update.
1527 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
1529 * g++.dg/template/conv1.C: New test.
1530 * g++.dg/template/conv2.C: New test.
1531 * g++.dg/template/conv3.C: New test.
1532 * g++.dg/template/conv4.C: New test.
1534 2002-03-15 Mark Mitchell <mark@codesourcery.com>
1536 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
1537 * g++.dg/template/qualttp3.C: Likewise.
1538 * g++.dg/template/qualttp4.C: Likewise
1539 * g++.dg/template/qualttp5.C: Likewise
1540 * g++.dg/template/qualttp6.C: Likewise
1541 * g++.dg/template/qualttp7.C: Likewise
1542 * g++.dg/template/qualttp8.C: Likewise
1543 * g++.dg/template/recurse.C: Likewise.
1545 2002-03-15 Mark Mitchell <mark@codesourcery.com>
1547 * g++.dg/opt/dtor1.C: New test.
1549 2002-03-15 Jakub Jelinek <jakub@redhat.com>
1551 * gcc.c-torture/compile/20020315-1.c: New test.
1553 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
1555 * gcc.dg/weak-1.c: Fix scan tests.
1557 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
1559 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
1560 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
1561 cris-*-aout* mmix-*-*.
1562 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
1563 cris-*-aout* mmix-*-*.
1564 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
1565 cris-*-elf* cris-*-aout* and mmix-*-*.
1566 * gcc.dg/20001009-1.c: Ditto.
1567 * gcc.dg/20010912-1.c: Ditto.
1568 * gcc.dg/20020122-4.c: Ditto.
1569 * gcc.dg/inline-2.c: Ditto.
1571 Thu Mar 14 14:28:38 2002 Jeffrey A Law (law@cygnus.com)
1573 * gcc.c-torture/compile/20020314-1.c: New test.
1575 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
1577 * gcc.c-torture/execute/20020314-1.c: New test.
1579 2002-03-14 Jakub Jelinek <jakub@redhat.com>
1581 * g++.dg/warn/Wunused-1.C: New test.
1583 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
1585 * g++.dg/abi/mangle6.C: New test.
1587 2002-03-13 Jakub Jelinek <jakub@redhat.com>
1589 * gcc.c-torture/compile/20020309-2.c: New test.
1591 * gcc.c-torture/compile/20020312-1.c: New test.
1593 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
1595 * g++.dg/other/access1.C: New test.
1597 2002-03-12 Jakub Jelinek <jakub@redhat.com>
1599 * gcc.c-torture/execute/wchar_t-1.c: New test.
1601 2002-03-12 David Edelsohn <edelsohn@gnu.org>
1603 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
1605 2002-03-12 Roger Sayle <roger@eyesopen.com>
1607 * gcc.dg/20020312-1.c: New test case.
1609 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
1611 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
1613 2002-03-11 Richard Henderson <rth@redhat.com>
1615 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
1616 * g++.old-deja/g++.jason/report.C: Likewise.
1618 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
1620 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
1621 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
1623 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
1625 * testsuite/g++.dg/overload/pmf1.C: New test.
1627 2002-03-11 Kazu Hirata <kazu@hxi.com>
1629 * gcc.c-torture/execute/20020307-1.c: Use long.
1631 2002-03-11 Jakub Jelinek <jakub@redhat.com>
1633 PR optimization/5844
1634 * gcc.dg/20020310-1.c: New test.
1636 2002-03-09 Michael Meissner <meissner@redhat.com>
1638 * gcc.c-torture/execute/memcpy-2.c: New test.
1639 * gcc.c-torture/execute/memset-1.c: New test.
1640 * gcc.c-torture/execute/strlen-1.c: New test.
1641 * gcc.c-torture/execute/strcmp-1.c: New test.
1642 * gcc.c-torture/execute/strncmp-1.c: New test.
1644 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
1646 * gcc.dg/ppc-ldstruct.c: New test.
1648 2002-03-09 Jakub Jelinek <jakub@redhat.com>
1650 * gcc.c-torture/execute/va-arg-22.c: New test.
1652 Sat Mar 9 07:47:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1654 * gcc.c-torture/compile/20020309-1.c: New test.
1656 2002-03-08 Jakub Jelinek <jakub@redhat.com>
1658 * gcc.c-torture/execute/20020307-2.c: New test.
1660 Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
1662 * g77.f-torture/compile/20020307-1.f: New test.
1664 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
1666 * gcc.dg/unordered-1.c: New test.
1668 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
1670 * gcc.c-torture/execute/20020307-1.c: New test.
1672 2002-03-05 Jakub Jelinek <jakub@redhat.com>
1674 * gcc.dg/20020304-1.c: New test.
1676 * gcc.c-torture/compile/20020304-2.c: New test.
1678 2002-03-04 Zack Weinberg <zack@codesourcery.com>
1680 * gcc.c-torture/compile/20020304-1.c: New test case
1683 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
1685 * gcc.dg/20020103-1.c: Add other -D ppc variants.
1687 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
1689 * g++.dg/other/classkey1.C: New test.
1691 2002-03-01 Richard Henderson <rth@redhat.com>
1693 * gcc.c-torture/compile/981223-1.x: New.
1694 * gcc.c-torture/compile/920625-1.x: New.
1696 2002-02-28 Richard Henderson <rth@redhat.com>
1698 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
1700 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
1702 * gcc.c-torture/execute/20020227-1.c: New test.
1704 2002-02-27 Mark Mitchell <mark@codesourcery.com>
1706 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
1708 * g++.old-deja/g++.oliva/partord1.C: Likewise.
1709 * g++.old-deja.g++.other/defarg1.C: Likewise.
1710 * g++.old-deja/g++.pt/calls2.C: Likewise.
1711 * g++.old-deja/g++.pt/crash20.C: Likewise.
1712 * g++.old-deja/g++.pt/crash30.C: Likewise.
1713 * g++.old-deja/g++.pt/crash36.C: Likewise.
1714 * g++.old-deja/g++.pt/crash6.C: Likewise.
1715 * g++.old-deja/g++.pt/defarg13.C: Likewise.
1716 * g++.old-deja/g++.pt/derived3.C: Likewise.
1717 * g++.old-deja/g++.pt/error1.C: Likewise.
1718 * g++.old-deja/g++.pt/friend21.C: Likewise.
1719 * g++.old-deja/g++.pt/friend23.C: Likewise.
1720 * g++.old-deja/g++.pt/infinite1.C: Likewise.
1721 * g++.old-deja/g++.robertl/eb128.C: Likewise.
1723 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
1725 * gcc.c-torture/execute/20020225-2.c: New test.
1727 2002-02-27 Zack Weinberg <zack@codesourcery.com>
1729 * gcc.c-torture/execute/920730-1t.c,
1730 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
1731 Delete test cases, only relevant to -traditional.
1733 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
1735 * gcc.dg/cpp/undef1.c: Remove.
1736 * gcc.dg/cpp/directiv.c: Update.
1737 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
1739 2002-02-27 Michael Meissner <meissner@redhat.com>
1741 * gcc.c-torture/execute/20020226-1.c: New test.
1743 2002-02-26 Jakub Jelinek <jakub@redhat.com>
1745 * g++.dg/debug/debug4.C: New test.
1747 * gcc.dg/ia64-visibility-1.c: New test.
1749 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
1751 * gcc.dg/debug/20020224-1.c: New.
1753 2002-02-25 Kazu Hirata <kazu@hxi.com>
1755 * gcc.c-torture/execute/960416-1.x: New.
1756 * gcc.c-torture/execute/divconst-3.x: Likewise.
1758 2002-02-25 Jakub Jelinek <jakub@redhat.com>
1760 * gcc.dg/20020224-1.c: New test.
1762 2002-02-25 Alan Modra <amodra@bigpond.net.au>
1764 * gcc.c-torture/execute/20020225-1.c: New.
1766 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
1768 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
1770 2002-02-23 Jakub Jelinek <jakub@redhat.com>
1772 * gcc.dg/20020222-1.c: New test.
1774 2002-02-22 Jakub Jelinek <jakub@redhat.com>
1776 * g++.dg/opt/anonunion1.C: New test.
1778 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
1780 * g++.dg/template/qualttp19.C: New test.
1781 * g++.dg/template/qualttp20.C: New test.
1782 * g++.old-deja/g++.jason/report.C: Adjust expected errors
1783 * g++.old-deja/g++.other/qual1.C: Likewise.
1785 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
1787 * gcc.dg/attr-alwaysinline.c: New.
1789 2002-02-21 Jakub Jelinek <jakub@redhat.com>
1791 * gcc.dg/20020220-1.c: New test.
1793 * gcc.dg/20020220-2.c: New test.
1795 * g++.dg/opt/mmx1.C: New test.
1797 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
1799 * gcc.c-torture/compile/20020110.c: New test.
1801 2002-02-20 Jakub Jelinek <jakub@redhat.com>
1803 * gcc.c-torture/execute/20020219-1.c: New test.
1805 * gcc.dg/20020219-1.c: New test.
1807 * gcc.dg/noncompile/20020220-1.c: New test.
1809 * g++.dg/opt/ptrintsum1.C: New test.
1811 * gcc.dg/debug/20020220-1.c: New test.
1813 2002-02-17 Jakub Jelinek <jakub@redhat.com>
1815 * gcc.c-torture/execute/20020216-1.c: New test.
1817 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
1819 * gcc.dg/decl-1.c: Update, new test.
1821 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
1823 * g++.dg/abi/bitfield1.C: New test.
1824 * g++.dg/abi/bitfield2.C: New test.
1826 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
1828 * gcc.dg/attr-nest.c: New test.
1830 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
1832 * gcc.c-torture/execute/20020215-1.c: New test.
1834 2002-02-14 Jakub Jelinek <jakub@redhat.com>
1836 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
1837 * g++.dg/debug/debug.exp: New.
1838 * g++.dg/debug/trivial.C: New.
1839 * g++.dg/debug/debug1.C: Moved...
1840 * g++.dg/other/debug1.C: ...from here.
1841 * g++.dg/debug/debug2.C: Moved...
1842 * g++.dg/other/debug2.C: ...from here.
1843 * g++.dg/debug/debug3.C: Moved...
1844 * g++.dg/other/debug3.C: ...from here.
1846 * gcc.dg/noncompile/20020213-1.c: New test.
1848 2002-02-13 Jakub Jelinek <jakub@redhat.com>
1850 * g++.dg/other/debug3.C: New test.
1852 * gcc.c-torture/execute/20020213-1.c: New test.
1854 2002-02-13 Richard Smith <richard@ex-parrot.com>
1856 * g++.old-deja/g++.other/thunk1.C: New test.
1858 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
1860 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
1862 2002-02-13 Stan Shebs <shebs@apple.com>
1864 * gcc.dg/altivec-3.c: New.
1866 2002-02-12 Jakub Jelinek <jakub@redhat.com>
1868 * gcc.dg/Wunreachable-1.c: New test.
1869 * gcc.dg/Wunreachable-2.c: New test.
1871 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
1873 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
1875 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
1877 * gcc.dg/decl-1.c: New test.
1879 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
1881 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
1883 2002-02-10 Kazu Hirata <kazu@hxi.com>
1885 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
1886 * gcc.c-torture/compile/980506-1.x: Likewise.
1888 2002-02-10 Kazu Hirata <kazu@hxi.com>
1890 * gcc.dg/20020210-1.c: New.
1892 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
1894 * g77.f-torture/execute/947.f: New regression test
1897 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
1899 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
1900 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
1902 2002-02-08 Richard Henderson <rth@redhat.com>
1904 * gcc.c-torture/compile/labels-3.c: New.
1906 2002-02-08 Jakub Jelinek <jakub@redhat.com>
1908 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
1909 expression statements work instead.
1910 * gcc.dg/noncompile/20020207-1.c: New test.
1912 2002-02-07 Richard Henderson <rth@redhat.com>
1914 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
1916 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
1918 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
1920 * lib/g77-dg.exp: Trim g77 error messages so that they are
1921 recognised by dg.exp.
1923 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
1926 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
1928 2002-02-07 Richard Henderson <rth@redhat.com>
1930 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
1931 to be sufficiently aligned for integers.
1933 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
1935 * g++.dg/template/friend4.C: New test.
1937 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
1940 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
1943 2002-02-07 Richard Henderson <rth@redhat.com>
1945 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
1946 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
1947 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
1948 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
1950 2002-02-06 Richard Henderson <rth@redhat.com>
1952 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
1954 2002-02-06 Janis Johnson <janis187@us.ibm.com>
1956 * gcc.dg/20020206-1.c: New test.
1958 2002-02-06 Jakub Jelinek <jakub@redhat.com>
1960 * gcc.c-torture/execute/20020206-1.c: New test.
1962 * gcc.c-torture/execute/20020206-2.c: New test.
1964 PR optimization/5429:
1965 * gcc.c-torture/compile/20020206-1.c: New test.
1967 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
1969 * g++.dg/ext/align1.C: Do not use an explicit alignment value
1970 as certain file formats cannot support particularly large
1973 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
1974 and do not expect to be able to link the executable.
1976 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
1977 fail because the COFF format does not support the weak attribute.
1979 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
1981 * g77.dg/pr5473.f: New test
1983 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
1985 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
1986 Fix testcase accordingly.
1988 2002-02-04 Richard Henderson <rth@redhat.com>
1990 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
1991 (buf): Change to be an array of pointers, not ints.
1993 2002-02-04 Jakub Jelinek <jakub@redhat.com>
1995 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
1996 before all tests. Move warning one line above to match where it
1998 * gcc.dg/Wswitch-2.c: New test.
1999 * g++.dg/warn/Wswitch-1.C: New test.
2000 * g++.dg/warn/Wswitch-2.C: New test.
2002 2002-02-04 Richard Henderson <rth@redhat.com>
2004 * g++.dg/abi/offsetof.C: Fix size comparison.
2006 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
2008 * gcc.dg/cast-qual-2.c: New test.
2010 2002-02-04 Jakub Jelinek <jakub@redhat.com>
2012 * gcc.dg/20020201-4.c: New test.
2014 2002-02-04 Ben Elliston <bje@redhat.com>
2016 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
2017 target_info attribute != 0, in addition to the empty string.
2018 (gcc_target_compile): Likewise.
2020 2002-02-03 Andrew Cagney <ac131313@redhat.com>
2022 * gcc.dg/Wswitch.c: New test.
2023 PR gcc/4475. PR gcc/3780.
2025 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
2027 * g77.f-torture/execute/5122.f: New test for regressions
2028 against PR fortran/5122.
2030 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
2032 * g77.f-torture/compile/pr3743.f: Delete
2033 * g77.dg/pr3743-1.f: New test.
2034 * g77.dg/pr3743-2.f: New test.
2035 * g77.dg/pr3743-3.f: New test.
2036 * g77.dg/pr3743-4.f: New test.
2038 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
2040 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
2042 2002-02-02 Richard Henderson <rth@redhat.com>
2044 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
2045 * gcc.c-torture/execute/bf64-1.c: Likewise.
2047 2002-02-02 Jakub Jelinek <jakub@redhat.com>
2049 * gcc.dg/20020201-2.c: New test.
2051 * gcc.dg/20020201-3.c: New test.
2053 * gcc.c-torture/execute/bitfld-2.c: New test.
2055 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
2057 * gcc.dg/bitfld-1.c: Update.
2058 * gcc.dg/bitfld-2.c: Update.
2059 * gcc.c-torture/execute/bitfld-1.x: New.
2061 2002-02-02 Jakub Jelinek <jakub@redhat.com>
2063 * gcc.c-torture/execute/20020201-1.c: New test.
2065 2002-02-01 Janis Johnson <janis187@us.ibm.com>
2068 * gcc.dg/20020201-1.c: New test.
2070 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
2073 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
2074 * g77.f-torture/compile/pr3743.x: Remove
2076 2002-01-31 Tom Rix <trix@redhat.com>
2078 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
2080 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
2082 * gcc.dg/noncompile/20020130-1.c: New test.
2084 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
2086 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
2088 2002-01-29 Richard Henderson <rth@redhat.com>
2090 * gcc.c-torture/execute/991118-1.c: Cast various constants back
2092 * gcc.c-torture/execute/bf64-1.c: Likewise.
2094 2002-01-29 Jakub Jelinek <jakub@redhat.com>
2096 * gcc.c-torture/execute/20020129-1.c: New test.
2098 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
2100 * gcc.c-torture/compile/20000224-1.c: Update.
2101 * gcc.c-torture/execute/bitfld-1.c: New tests.
2102 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
2103 * gcc.dg/uninit-A.c: Update.
2105 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
2107 * g++.dg/template/ctor1.C: Add instantiation.
2109 2002-01-28 Paul Koning <pkoning@equallogic.com>
2111 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
2112 argument to __builtin_prefetch to be const ptr.
2114 2002-01-28 Jakub Jelinek <jakub@redhat.com>
2116 * gcc.c-torture/compile/20020120-1.c: New test.
2118 2002-01-27 Kazu Hirata <kazu@hxi.com>
2120 * gcc.c-torture/execute/20020127-1.c: New test.
2122 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
2124 * g77.dg/f77-edit-i-in.f: New test
2125 * g77.dg/f77-edit-i-out.f: New test
2127 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
2129 * gcc.dg/debug/debug.exp: New file.
2130 * gcc.dg/debug/trivial.c: New file.
2131 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
2132 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
2133 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
2134 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
2135 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
2136 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
2137 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
2138 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
2139 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
2140 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
2141 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
2142 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
2143 * gcc.dg/20000503-1.c: Removed.
2144 * gcc.dg/20010207-1.c: Removed.
2145 * gcc.dg/20011223-1.c: Removed.
2146 * gcc.dg/20020104-2.c: Removed.
2147 * gcc.dg/debug-1.c: Removed.
2148 * gcc.dg/debug-2.c: Removed.
2149 * gcc.dg/debug-3.c: Removed.
2150 * gcc.dg/debug-4.c: Removed.
2151 * gcc.dg/debug-5.c: Removed.
2152 * gcc.dg/debug-6.c: Removed.
2153 * gcc.dg/dwarf2-1.c: Removed.
2154 * gcc.dg/dwarf2-2.c: Removed.
2156 2002-01-25 Jakub Jelinek <jakub@redhat.com>
2158 * g++.old-deja/g++.other/eh5.C: New test.
2159 * g++.old-deja/g++.other/sibcall2.C: New test.
2160 * g++.old-deja/g++.other/array9.C: New test.
2161 * g++.old-deja/g++.other/typename2.C: New test.
2162 * g++.old-deja/g++.other/crash60.C: New test.
2163 * g++.old-deja/g++.other/conv9.C: New test.
2164 * g++.old-deja/g++.other/mangle10.C: New test.
2165 * g++.old-deja/g++.other/unchanging1.C: New test.
2166 * g++.old-deja/g++.other/exprstmt1.C: New test.
2167 * g++.old-deja/g++.other/inline23.C: New test.
2168 * g++.old-deja/g++.eh/ia64-1.C: New test.
2169 * g++.old-deja/g++.other/dwarf2-1.C: New test.
2170 * g++.old-deja/g++.other/reload1.C: New test.
2171 * g++.old-deja/g++.other/static20.C: New test.
2172 * g++.old-deja/g++.other/local-alloc1.C: New test.
2173 * g++.old-deja/g++.other/conv8.C: New test.
2174 * g++.old-deja/g++.other/stmtexpr2.C: New test.
2175 * g++.old-deja/g++.other/storeexpr1.C: New test.
2176 * g++.old-deja/g++.other/storeexpr2.C: New test.
2177 * g++.dg/eh/template2.C: New test.
2178 * g++.dg/warn/weak1.C: New test.
2180 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
2182 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2183 Remove first, non-varying, argument.
2185 2002-01-23 Richard Henderson <rth@redhat.com>
2187 * gcc.dg/inline-2.c: New.
2189 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
2190 Add optional target arg. Check number of arguments.
2191 (scan-assembler-not, scan-assembler-dem): Likewise.
2192 (scan-assembler-dem-not): Likewise.
2194 2002-01-23 Zack Weinberg <zack@codesourcery.com>
2196 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
2198 * g++.old-deja/g++.brendan/parse3.C,
2199 g++.old-deja/g++.other/crash26.C,
2200 g++.old-deja/g++.other/crash28.C,
2201 g++.old-deja/g++.other/crash29.C,
2202 g++.old-deja/g++.other/crash30.C,
2203 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
2205 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
2207 * gcc.dg/20020115-1.c: New.
2209 2002-01-23 Bob Wilson <bob.wilson@acm.org>
2211 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
2213 2002-01-23 Janis Johnson <janis187@us.ibm.com>
2215 * gcc.dg/20020122-3.c: New.
2217 2002-01-23 Jakub Jelinek <jakub@redhat.com>
2219 * g++.dg/other/gc1.C: New test.
2221 2002-01-23 Zack Weinberg <zack@codesourcery.com>
2223 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
2225 2002-01-22 Richard Henderson <rth@redhat.com>
2227 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
2229 2002-01-22 Richard Henderson <rth@redhat.com>
2231 * gcc.dg/20020122-4.c: New.
2233 2002-01-22 H.J. Lu <hjl@gnu.org>
2235 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
2237 * gcc.dg/special/ecos.exp: Likewise.
2238 * lib/g++-dg.exp: Likewise.
2239 * lib/g77-dg.exp: Likewise.
2240 * lib/gcc-dg.exp : Likewise.
2241 * lib/mike-g++.exp: Likewise.
2242 * lib/mike-g77.exp: Likewise.
2243 * lib/mike-gcc.exp: Likewise.
2244 * lib/objc-dg.exp: Likewise.
2246 2002-01-22 Janis Johnson <janis187@us.ibm.com>
2249 * gcc.dg/20020122-2.c: New test.
2251 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
2253 * gcc.dg/20020122-1.c: New test.
2255 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
2257 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
2259 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
2261 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
2263 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2265 * gcc.c-torture/compile/20020121-1.c: New test.
2267 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
2269 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
2272 2002-01-21 Jakub Jelinek <jakub@redhat.com>
2274 * gcc.dg/20020218-1.c: New test.
2276 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
2278 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
2280 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
2281 "At global scope" warning
2282 * g++.dg/ext/align1.C: Change cygwin test for alignment
2283 from db-bogus to dg-warning
2285 2002-01-21 Zack Weinberg <zack@codesourcery.com>
2287 * g77.f-torture/compile/cpp2.F: New test.
2289 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
2291 * g++.dg/template/access1.C: New test.
2293 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
2295 * gcc.dg/20020118-1.c: New.
2297 2002-01-18 Kazu Hirata <kazu@hxi.com>
2299 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
2301 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
2303 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
2304 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
2307 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
2309 * gcc.misc-tests/i386-prefetch.exp: Save and restore
2310 torture_with_loops and torture_without_loops
2312 2002-01-17 Jakub Jelinek <jakub@redhat.com>
2314 * gcc.c-torture/compile/20020116-1.c: New test.
2316 2002-01-16 Jakub Jelinek <jakub@redhat.com>
2318 * gcc.dg/20020116-2.c: New test.
2320 * gcc.dg/ultrasp4.c: New test.
2322 * gcc.dg/20020116-1.c: New test.
2324 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
2326 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
2329 2002-01-15 Janis Johnson <janis187@us.ibm.com>
2331 * gcc.misc-tests/i386-prefetch.exp: New.
2332 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
2333 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
2334 * gcc.misc-tests/i386-pf-none-1.c: New test.
2335 * gcc.misc-tests/i386-pf-sse-1.c: New test.
2337 2002-01-15 Jakub Jelinek <jakub@redhat.com>
2339 * gcc.dg/gnu89-init-1.c: Add new tests.
2341 2002-01-15 Andreas Jaeger <aj@suse.de>
2343 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
2344 * gcc.dg/i386-mmx-2.c: Likewise.
2345 * gcc.dg/i386-sse-1.c: Likewise.
2346 * gcc.dg/i386-sse-2.c: Likewise.
2347 * gcc.dg/i386-sse-3.c: Likewise.
2349 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
2351 * g77.f-torture/execute/intrinsic-unix-bessel.f:
2352 Uncomment additional cases that now pass.
2354 2002-01-11 Richard Henderson <rth@redhat.com>
2356 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
2357 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
2359 Fri Jan 11 12:13:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
2361 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
2363 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
2365 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
2366 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
2368 2002-01-10 Dale Johannesen <dalej@apple.com>
2370 * gcc.c-torture/execute/loop-11.c: New.
2372 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
2374 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
2375 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
2377 2002-01-09 Richard Henderson <rth@redhat.com>
2379 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
2380 type in which to perform the operation for each size.
2382 Wed Jan 9 16:48:33 2002 Alan Matsuoka (alanm@redhat.com)
2384 * gcc.c-torture/compile/20020109-2.c: New test.
2386 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
2388 * gcc.c-torture/execute/loop-10.c: New test.
2390 2002-01-09 Jakub Jelinek <jakub@redhat.com>
2392 * gcc.c-torture/compile/20010226-1.c: New test.
2393 * gcc.c-torture/compile/20010227-1.c: New test.
2394 * gcc.c-torture/compile/20010426-1.c: New test.
2395 * gcc.c-torture/compile/20010510-1.c: New test.
2396 * gcc.c-torture/compile/20010605-3.c: New test.
2397 * gcc.c-torture/compile/20010824-1.c: New test.
2398 * gcc.c-torture/execute/20010409-1.c: New test.
2399 * gcc.dg/noncompile/20000901-1.c: New test.
2400 * gcc.dg/20001023-1.c: New test.
2401 * gcc.dg/20001101-1.c: New test.
2402 * gcc.dg/20001102-1.c: New test.
2403 * gcc.dg/20010207-1.c: New test.
2404 * gcc.dg/20010405-1.c: New test.
2405 * gcc.dg/20010822-1.c: New test.
2406 * gcc.dg/20011107-1.c: New test.
2408 Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com)
2410 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
2412 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
2413 execution failure on PA targets.
2415 2002-01-09 Jakub Jelinek <jakub@redhat.com>
2417 * gcc.c-torture/compile/20020109-1.c: New test.
2419 2002-01-08 Kazu Hirata <kazu@hxi.com>
2421 * gcc.c-torture/execute/20020108-1.c: New test.
2423 2002-01-08 Jakub Jelinek <jakub@redhat.com>
2425 * gcc.dg/20020108-1.c: New test.
2427 2002-01-08 H.J. Lu <hjl@gnu.org>
2429 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
2432 2002-01-08 Geoff Keating <geoffk@redhat.com>
2434 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
2437 002-01-07 Aldy Hernandez <aldyh@redhat.com>
2439 * gcc.dg/altivec-4.c: Test altivec predicates.
2441 2002-01-07 Jakub Jelinek <jakub@redhat.com>
2443 * gcc.c-torture/execute/20020107-1.c: New test.
2445 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
2448 * gcc.c-torture/compile/20020106-1.c: New test.
2450 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
2452 * gcc.c-torture/execute/nestfunc-4.c: New test.
2454 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
2456 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
2457 extra triple that slipped in.
2458 * g++.old-deja/g++.abi/align.C: Likewise.
2459 * g++.old-deja/g++.abi/bitfields.C: Likewise.
2461 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
2463 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
2464 * g++.old-deja/g++.abi/align.C: Likewise.
2465 * g++.old-deja/g++.abi/bitfields.C: Likewise.
2467 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
2469 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
2472 2002-01-04 Jakub Jelinek <jakub@redhat.com>
2474 * gcc.dg/20020104-1.c: New test.
2476 * gcc.dg/20020104-2.c: New test.
2478 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
2480 * gcc.dg/20020103-1.c: Fix typo in target selector.
2482 2002-01-03 Richard Henderson <rth@redhat.com>
2484 * gcc.dg/20020103-1.c: New.
2486 2002-01-03 Kazu Hirata <kazu@hxi.com>
2488 * gcc.c-torture/execute/20020103-1.c: New test.
2490 2002-01-03 Jakub Jelinek <jakub@redhat.com>
2492 * g++.dg/other/debug2.C: New test.
2494 * gcc.c-torture/compile/20020103-1.c: New test.
2496 2002-01-02 Jakub Jelinek <jakub@redhat.com>
2498 * gcc.dg/gnu89-init-1.c: Added new tests.
2500 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
2502 * g++.dg/template/friend2.C: Remove as patch is reverted.
2504 * g++.dg/warn/oldcast1.C: New test.
2506 * g++.dg/template/ptrmem1.C: New test.
2507 * g++.dg/template/ptrmem2.C: New test.
2509 * g++.dg/template/ntp.C: New test.
2511 * g++.dg/other/component1.C: New test.
2513 * g++.dg/template/ttp3.C: New test.
2515 * g++.dg/template/friend2.C: New test.
2516 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
2518 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
2520 * g++.dg/other/ptrmem1.C: New test.
2521 * g++.dg/other/ptrmem2.C: New test.
2523 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
2525 * g++.dg/template/ctor1.C: New test.
2527 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
2529 * g++.dg/template/friend2.C: New test.
2531 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
2533 * gcc.dg/mmix-1.c: New test.
2535 2001-12-31 Richard Henderson <rth@redhat.com>
2537 * gcc.dg/asm-5.c: New.
2539 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
2541 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
2542 in namespace __gnu_cxx
2544 2001-12-30 Richard Henderson <rth@redhat.com>
2546 * gcc.dg/debug-6.c: New.
2548 2001-12-30 Jakub Jelinek <jakub@redhat.com>
2550 * gcc.c-torture/compile/20011229-2.c: New test.
2552 2001-12-29 Jakub Jelinek <jakub@redhat.com>
2554 * gcc.dg/debug-3.c: New test.
2555 * gcc.dg/debug-4.c: New test.
2556 * gcc.dg/debug-5.c: New test.
2558 2001-12-29 Richard Henderson <rth@redhat.com>
2560 * g++.dg/eh/loop1.C: New.
2562 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
2564 * g++.dg/template/crash1.C: New test.
2566 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
2568 * g++.dg/other/const1.C: New test.
2570 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
2572 * gcc.c-torture/compile/20011229-1.c: New test.
2574 2001-12-28 Stan Shebs <shebs@apple.com>
2576 * lib/objc-torture.exp: Resync with c-torture.exp.
2577 * lib/objc.exp: Load standard libraries.
2579 2001-12-28 Jakub Jelinek <jakub@redhat.com>
2581 * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
2584 2001-12-27 Roger Sayle <roger@eyesopen.com>
2586 * gcc.c-torture/execute/string-opt-16.c: New testcase.
2588 2001-12-27 Richard Henderson <rth@redhat.com>
2590 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
2592 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
2594 * g++.dg/eh/ctor1.C: New test.
2595 * g++.dg/other/error2.C: New test.
2597 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
2599 * g++.dg/other/init2.C: New test.
2601 2001-12-24 Richard Henderson <rth@redhat.com>
2603 * gcc.dg/20011223-1.c: New.
2604 * gcc.dg/inline-1.c: New.
2606 2001-12-23 Richard Henderson <rth@redhat.com>
2608 * gcc.dg/asm-4.c: Test operand modifiers.
2610 2001-12-23 Richard Henderson <rth@redhat.com>
2612 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
2614 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
2616 * gcc.c-torture/execute/20011223-1.c: New test.
2618 2001-12-21 Richard Henderson <rth@redhat.com>
2620 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
2621 re-enables the warning.
2623 2001-12-21 Richard Henderson <rth@redhat.com>
2625 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
2627 2001-12-20 Jakub Jelinek <jakub@redhat.com>
2629 * gcc.c-torture/compile/20011218-1.c: New test.
2631 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
2633 * gcc.misc-test/arm-isr.exp: New file. Control running of the
2635 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
2636 epilogue generation for ARM ISR routines.
2638 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2640 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
2641 * gcc.dg/format/c90-printf-3.c: Likewise.
2642 * gcc.dg/format/c99-printf-3.c: Likewise.
2643 * gcc.dg/format/ext-1.c: Likewise.
2644 * gcc.dg/format/ext-6.c: Likewise.
2645 * gcc.dg/format/format.h: Prototype unlocked stdio.
2647 2001-12-20 Richard Henderson <rth@redhat.com>
2649 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
2651 (malloc): Correct allocation logic. Abort if we fill up the
2652 arena before initialization complete.
2653 (realloc): Correct allocation logic.
2655 2001-12-20 Jakub Jelinek <jakub@redhat.com>
2657 * gcc.c-torture/compile/20011219-2.c: New test.
2659 * gcc.c-torture/execute/20011219-1.c: New test.
2661 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
2663 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
2664 target does not support weak symbols.
2666 2001-12-19 Jakub Jelinek <jakub@redhat.com>
2668 * gcc.c-torture/compile/20011219-1.c: New test.
2670 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
2672 * g++.dg/other/error1.C: New test.
2674 Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
2676 * gcc.c-torture/execute/20011217-1.c: New test.
2678 Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
2680 * objc.dg/special/: New directory.
2681 * objc.dg/special/special.exp: New file.
2682 * objc.dg/special/unclaimed-category-1.h: New file.
2683 * objc.dg/special/unclaimed-category-1a.m: New file.
2684 * objc.dg/special/unclaimed-category-1.m: New file.
2686 2001-12-17 Andreas Jaeger <aj@suse.de>
2688 * gcc.c-torture/compile/20011217-2.c: New test.
2690 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
2692 * gcc.c-torture/compile/20011217-1.c: New test.
2694 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
2696 * testsuite/gcc.dg/20011214-1.c: New.
2698 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
2700 * gcc.dg/altivec-4.c: New.
2702 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
2704 * gcc.dg/20011113-1.c: New test.
2706 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
2708 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
2709 std::__malloc_alloc_template<0> and
2710 std::__default_alloc_template<false, 0>.
2712 Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
2714 * objc/execute/bf-21.m: New test.
2715 * objc/execute/enumeration-1.m: New test.
2716 * objc/execute/enumeration-2.m: New test.
2718 2001-12-12 Jakub Jelinek <jakub@redhat.com>
2720 * gcc.dg/gnu89-init-1.c: New test.
2722 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
2724 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
2725 * g++.old-deja/g++.jason/2371.C: Likewise.
2726 * g++.old-deja/g++.jason/template33.C: Likewise.
2727 * g++.old-deja/g++.jason/template34.C: Likewise.
2728 * g++.old-deja/g++.jason/template36.C: Likewise.
2729 * g++.old-deja/g++.oliva/typename1.C: Likewise.
2730 * g++.old-deja/g++.oliva/typename2.C: Likewise.
2731 * g++.old-deja/g++.other/typename1.C: Likewise.
2732 * g++.old-deja/g++.pt/inherit2.C: Likewise.
2733 * g++.old-deja/g++.pt/nontype5.C: Likewise.
2734 * g++.old-deja/g++.pt/typename11.C: Likewise.
2735 * g++.old-deja/g++.pt/typename14.C: Likewise.
2736 * g++.old-deja/g++.pt/typename16.C: Likewise.
2737 * g++.old-deja/g++.pt/typename3.C: Likewise.
2738 * g++.old-deja/g++.pt/typename4.C: Likewise.
2739 * g++.old-deja/g++.pt/typename5.C: Likewise.
2740 * g++.old-deja/g++.pt/typename7.C: Likewise.
2741 * g++.old-deja/g++.robertl/eb9.C: Likewise.
2743 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
2745 * g++.dg/other/linkage1.C: New test.
2746 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
2749 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
2751 * gcc.dg/concat.c: New test.
2753 2001-12-11 Stan Shebs <shebs@apple.com>
2755 * objc/compile: New test directory.
2756 * objc/compile/compile.exp: New expect script.
2757 * objc/compile/20011211-1.m: New compile test.
2759 2001-12-11 Jason Merrill <jason@redhat.com>
2761 * lib/prune.exp (prune_gcc_output): Also handle "In member
2762 function". So many permutations...
2764 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
2766 * g++.dg/template/typedef1.C: New test.
2768 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
2770 * g++.dg/other/copy1.C: New test.
2772 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
2774 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
2776 * gcc.dg/builtin-choose-expr.c: New.
2778 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
2780 * gcc.dg/altivec-2.c: New.
2782 2001-12-07 Richard Henderson <rth@redhat.com>
2784 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
2786 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
2788 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
2791 Fri Dec 7 06:29:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2793 * g++-old.deja/g++.robertl/eb101.C: Deleted.
2795 2001-12-06 Janis Johnson <janis187@us.ibm.com>
2797 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
2798 variable argument list.
2800 2001-12-06 Zack Weinberg <zack@codesourcery.com>
2802 * gcc.c-torture/execute/memcheck: Delete entire directory.
2803 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
2804 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
2806 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
2808 * gcc.dg/Wshadow-1.c: New test.
2810 2001-12-05 Jakub Jelinek <jakub@redhat.com>
2812 * gcc.c-torture/compile/20011130-1.c: New test.
2814 * gcc.dg/noncompile/20011025-1.c: New test.
2816 * g++.dg/other/anon-union.C: New test.
2818 * gcc.c-torture/execute/20011024-1.c: New test.
2820 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2822 * gcc.c-torture/execute/20000722-1.x,
2823 gcc.c-torture/execute/20010123-1.x: Remove.
2824 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
2825 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
2826 gcc.dg/c99-complit-2.c: New tests.
2828 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
2830 * g++.dg/inherit/base1.C: New test.
2832 2001-12-04 Jakub Jelinek <jakub@redhat.com>
2834 * g++.dg/other/stdarg1.C: New test.
2836 * gcc.c-torture/compile/20011130-2.c: New test.
2838 2001-12-03 Janis Johnson <janis187@us.ibm.com>
2840 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
2841 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
2842 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
2843 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
2844 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
2845 * gcc.dg/builtin-prefetch-1.c: New test.
2847 2001-12-03 Jakub Jelinek <jakub@redhat.com>
2849 * gcc.dg/20011130-1.c: New test.
2851 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
2853 * g++.dg/other/scope1.C: New test.
2854 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
2856 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
2858 * gcc.dg/vla-init-1.c: New test.
2860 2001-12-01 Geoff Keating <geoffk@redhat.com>
2862 * gcc.c-torture/compile/structs.c: New testcase from GDB.
2864 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
2866 * objc.dg/alias.m: Update.
2867 * objc.dg/class-1.m: Update.
2868 * objc.dg/const-str-1.m: Update.
2869 * objc.dg/fwd-proto-1.m: Update.
2870 * objc.dg/id-1.m: Update.
2871 * objc.dg/super-class-1.m: Update.
2873 2001-11-29 Mark Mitchell <mark@codesourcery.com>
2875 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
2878 Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
2880 * gcc.c-torture/execute/20011128-1.c: New test.
2882 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
2884 * gcc.dg/20011127-1.c: New test.
2886 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
2888 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
2889 from Austin Group draft 7.
2890 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
2891 scanf format arguments.
2892 * gcc.dg/format/no-exargs-2.c: New test.
2894 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
2896 * g++.dg/abi/vbase8-4.C: New test.
2898 2001-11-24 Ian Lance Taylor <ian@airs.com>
2900 * gcc.c-torture/execute/20011121-1.c: New test.
2902 Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
2904 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
2906 2001-11-23 Andreas Jaeger <aj@suse.de>
2908 * gcc.dg/cpp/charconst-2.c: New test.
2910 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
2912 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
2913 to the host if it is remote. Let tests specify extra headers
2915 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
2916 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
2917 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
2918 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
2919 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
2920 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
2921 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
2922 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
2923 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
2924 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
2926 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
2928 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
2929 for little endian ARMs.
2931 2001-11-20 Jakub Jelinek <jakub@redhat.com>
2933 * gcc.c-torture/compile/20011119-1.c: New test.
2934 * gcc.c-torture/compile/20011119-2.c: New test.
2936 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
2938 * gcc.dg/altivec-1.c: Fix typo.
2940 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
2942 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
2944 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2946 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
2948 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
2950 * lib/g77.exp: Don't specify --rpath-link.
2952 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
2953 across all the headers.
2954 * gcc.dg/format/format.exp: For testing on a remote host,
2957 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
2958 * gcc.c-torture/execute/930406-1.c: Likewise.
2959 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
2961 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
2963 * gcc.dg/altivec-1.c: New.
2965 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
2967 * gcc.dg/cpp/fpreprocessed.c: New test case.
2969 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
2971 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
2972 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
2973 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
2975 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
2977 * gcc.dg/no-builtin-1.c: New test.
2979 2001-11-16 Jakub Jelinek <jakub@redhat.com>
2981 * gcc.c-torture/execute/20011115-1.c: New test.
2983 2001-11-15 Jakub Jelinek <jakub@redhat.com>
2985 * gcc.c-torture/compile/20011114-2.c: New test.
2986 * gcc.c-torture/compile/20011114-3.c: New test.
2987 * gcc.c-torture/compile/20011114-4.c: New test.
2989 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
2991 * g++.dg/other/init1.C: New test.
2993 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
2995 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
2998 * gcc.c-torture/execute/20011114-1.c: New testcase.
3000 * gcc.c-torture/compile/20010327-1.c: Revert last change.
3001 * gcc.c-torture/compile/20011114-1.c: New test, exactly
3002 like the (before this change) version of 20010327-1.c.
3004 2001-11-14 Roger Sayle <roger@eyesopen.com>
3006 * gcc.c-torture/execute/string-opt-13.c: New testcase.
3008 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
3010 * g++.dg/init/array2.C: New test.
3012 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
3014 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
3016 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
3018 * g++.dg/other/forscope1.C: New test.
3019 * g++.dg/ext/forscope1.C: New test.
3020 * g++.dg/ext/forscope2.C: New test.
3022 2001-11-13 Jakub Jelinek <jakub@redhat.com>
3024 * gcc.c-torture/execute/20011113-1.c: New test.
3026 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
3028 * gcc.c-torture/execute/20011109-2.c: New test.
3030 * gcc.c-torture/execute/20011109-1.c: New test.
3032 2001-11-09 Jakub Jelinek <jakub@redhat.com>
3034 * gcc.c-torture/compile/20011109-1.c: New test.
3036 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
3038 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
3039 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
3040 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
3041 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
3042 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
3043 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
3044 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
3046 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
3048 * g++.dg/warn/Wshadow-1.C: New tests.
3049 * g++.old-deja/g++.mike/for3.C: Update.
3051 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
3053 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
3054 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
3055 XFAILs. Adjust expected error texts.
3056 * gcc.c-torture/compile/20011106-1.c,
3057 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
3058 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
3059 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
3060 gcc.dg/c99-array-lval-5.c: New tests.
3062 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3064 * gcc.dg/cpp/defined.c: Update.
3066 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3068 * gcc.c-torture/execute/anon-1.c: New test.
3070 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
3072 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
3073 same size, so no warning should be produced on stormy16.
3075 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
3076 due to oversized array.
3077 * g++.old-deja/g++.mike/ns15.C: Likewise.
3078 * g++.old-deja/g++.pt/crash16.C: Likewise.
3080 2001-11-02 Graham Stott <grahams@redhat.com>
3082 * g++.dgother/debug1.C: Fix typos.
3084 2001-11-01 Jakub Jelinek <jakub@redhat.com>
3086 * g++.dg/other/debug1.C: New test.
3088 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3090 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
3093 2001-10-30 Jakub Jelinek <jakub@redhat.com>
3095 * gcc.dg/20011029-2.c: New test.
3097 * gcc.c-torture/compile/20011029-1.c: New test.
3099 Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
3101 * objc/execute/class_self-1.m: New test.
3102 * objc/execute/class_self-2.m: New test.
3104 2001-10-25 Zack Weinberg <zack@codesourcery.com>
3106 * gcc.misc-tests/msgs.exp: Delete.
3107 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
3108 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
3109 error set to match recent changes.
3111 2001-10-24 Zack Weinberg <zack@codesourcery.com>
3113 * gcc.dg/20011021-1.c: New test.
3115 2001-10-24 Jakub Jelinek <jakub@redhat.com>
3117 * gcc.c-torture/compile/20011023-1.c: New test.
3119 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
3121 * lib/g77.exp: Rewrite based on lib/g++.exp.
3123 2001-10-19 Jakub Jelinek <jakub@redhat.com>
3125 * gcc.c-torture/execute/20011019-1.c: New test.
3127 * gcc.dg/20011018-1.c: New test.
3129 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
3131 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
3133 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
3135 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
3136 * gcc.dg/attr-invalid.c: Likewise.
3138 2001-10-18 Jakub Jelinek <jakub@redhat.com>
3140 * testsuite/gcc.dg/20011015-1.c: New test.
3142 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
3144 * g++.dg/template/unify2.C: New test.
3146 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
3148 * g++.dg/other/exception-specification.C: New test
3150 2001-10-13 Tom Rix <trix@redhat.com>
3152 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
3153 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
3155 2001-10-12 Jakub Jelinek <jakub@redhat.com>
3157 * testsuite/gcc.dg/20011009-1.c: New test.
3159 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
3162 * g++.dg/other/friend1.C: New test.
3164 2001-10-11 Richard Henderson <rth@redhat.com>
3166 * g++.old-deja/g++.other/crash18.C: Add -S to options.
3168 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3170 * gcc.c-torture/compile/20011010-1.c: New.
3172 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
3174 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
3175 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
3176 g77.f-torture/execute/execute.exp,
3177 g77.f-torture/noncompile/noncompile.exp,
3178 gcc.c-torture/compile/compile.exp,
3179 gcc.c-torture/execute/execute.exp,
3180 gcc.c-torture/execute/ieee/ieee.exp,
3181 gcc.c-torture/execute/memcheck/memcheck.exp,
3182 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
3183 objc/execute/execute.exp: Update FSF address.
3185 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
3187 * gcc.dg/cpp/cmdlne-C.c: Update.
3188 * gcc.dg/cpp/cmdlne-C2.c: New.
3190 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3192 * gcc.c-torture/execute/20011008-3.c: New.
3194 2001-10-08 DJ Delorie <dj@redhat.com>
3196 * gcc.dg/20011008-1.c: New.
3197 * gcc.dg/20011008-2.c: New.
3199 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
3201 * gcc.dg/cpp/spacing1.c: Update test.
3203 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
3205 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
3206 spelling errors of "separate" as "seperate".
3208 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
3210 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
3211 enough to avoid inlining.
3213 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
3215 * lib/g77.exp: set libg2c_dir correctly.
3217 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
3219 * gcc.dg/cpp/macro11.c: New test.
3221 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3223 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
3224 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
3225 gcc.dg/format/multattr-3.c: New tests.
3226 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
3227 tests for format attributes on function pointers being rejected.
3229 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3231 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
3233 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3235 * g++.dg/warn/format1.C: New test.
3237 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
3239 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
3241 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
3243 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
3245 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
3247 * gcc.dg/cpp/redef2.c: Add test.
3249 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
3251 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
3252 long-standing bug on i686, apparently.
3253 * gcc.c-torture/execute/loop-2c.x: New file.
3254 * gcc.c-torture/execute/loop-2d.x: New file.
3255 * gcc.c-torture/execute/loop-3c.x: New file.
3257 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
3259 * gcc.dg/cpp/20000625-2.c: Correct line number.
3261 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
3263 * gcc.dg/cpp/macro10.c: New test.
3264 * gcc.dg/cpp/strify3.c: New test.
3265 * gcc.dg/cpp/spacing1.c: Add tests.
3266 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
3267 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
3269 2001-09-24 DJ Delorie <dj@redhat.com>
3271 * gcc.c-torture/execute/20010924-1.c: New test.
3273 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
3275 * testsuite/objc/execute/paste.m: Remove.
3277 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
3279 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
3281 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
3283 * g77.dg/strlen0.f: New test.
3285 2001-09-21 Richard Henderson <rth@redhat.com>
3287 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
3288 * g++.old-deja/g++.abi/vtable2.C: Likewise.
3290 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
3292 Table-driven attributes.
3293 * g++.dg/ext/attrib1.C: New test.
3295 2001-09-20 DJ Delorie <dj@redhat.com>
3297 * gcc.dg/20000926-1.c: Update expected warning messages.
3298 * gcc.dg/array-2.c: Likewise, and test for warnings too.
3299 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
3302 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
3304 * g++.dg/eh/registers1.C: New test case.
3306 2001-09-17 Richard Henderson <rth@redhat.com>
3308 * gcc.dg/array-5.c: Fix VLA decomposition test.
3310 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
3312 * gcc.dg/cpp/line5.c: New testcase.
3314 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
3316 * gcc.dg/cpp/macro9.c: New test.
3318 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
3320 * gcc.c-torture/execute/980223.c: Change type of addr from long
3323 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
3325 * gcc.c-torture/execute/20010915-1.c: New test.
3327 2001-09-14 Janis Johnson <janis187@us.ibm.com>
3329 * g77.dg/bprob: New directory.
3330 * g77.dg/bprob/bprob.exp: New file.
3331 * g77.dg/bprob/bprob-1.f: New test.
3332 * g77.dg/gcov: New directory.
3333 * g77.dg/gcov/gcov.exp: New file.
3334 * g77.dg/gcov/gcov-1.f: New test.
3335 * g77.dg/gcov/gcov-1.x: New file.
3337 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
3339 * gcc.dg/cpp/directiv.c: Update.
3340 * gcc.dg/cpp/undef1.c: Update.
3342 2001-09-12 Jakub Jelinek <jakub@redhat.com>
3344 * gcc.dg/20010912-1.c: New test.
3346 2001-09-11 Janis Johnson <janis187@us.ibm.com>
3348 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
3349 language-independent file in lib.
3350 * lib/gcov.exp: New file.
3352 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
3354 * gcc.c-torture/compile/20010911-1.c: New test.
3356 2001-09-10 Janis Johnson <janis187@us.ibm.com>
3358 * lib/profopt.exp: New, to support profile-directed optimizations.
3359 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
3360 * gcc.misc-tests/bprob-1.c: New test.
3361 * gcc.misc-tests/bprob-2.c: New test.
3363 2001-09-07 Janis Johnson <janis187@us.ibm.com>
3365 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
3366 XFAIL and which kinds of gcov output to verify.
3367 * gcc.misc-tests/gcov-4b.x: New file.
3368 * gcc.misc-tests/gcov-5b.x: New file.
3369 * gcc.misc-tests/gcov-6.x: New file.
3370 * gcc.misc-tests/gcov-7.c: New test.
3371 * gcc.misc-tests/gcov-7.x: New file.
3373 2001-09-06 Janis Johnson <janis187@us.ibm.com>
3375 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
3376 * gcc.misc-tests/gcov-6.c: New test.
3378 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
3381 * g++.dg/abi/vbase1.C: New test.
3383 2001-09-05 Ziemowit Laski <zlaski@apple.com>
3385 * objc.dg/method-2.m: New.
3387 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
3390 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
3391 * g++.dg/init/empty1.C: New test.
3393 2001-09-03 Jakub Jelinek <jakub@redhat.com>
3395 * gcc.c-torture/compile/20010903-1.c: New test.
3397 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
3399 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
3402 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
3404 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
3406 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
3408 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
3410 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
3412 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
3413 for 16-bit 'unsigned int'.
3415 2001-08-29 Kazu Hirata <kazu@hxi.com>
3417 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
3419 2001-08-27 Richard Henderson <rth@redhat.com>
3421 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
3422 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
3424 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
3426 * gcc.dg/asm-names.c (ymain): New.
3428 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
3430 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
3431 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
3432 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
3434 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3436 * gcc.dg/compare5.c: New testcase.
3438 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
3440 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
3441 and "In instantiation".
3443 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
3445 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
3447 2001-08-20 Janis Johnson <janis187@us.ibm.com>
3449 * gcc.misc-tests/gcov.exp: Add support for branch information.
3450 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
3451 * gcc.misc-tests/gcov-4.c: New test.
3452 * gcc.misc-tests/gcov-4b.c: New test.
3453 * gcc.misc-tests/gcov-5b.c: New test.
3455 2001-08-20 Zack Weinberg <zackw@panix.com>
3457 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
3460 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
3462 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
3464 2001-08-19 Jakub Jelinek <jakub@redhat.com>
3466 * g++.dg/eh/template1.C: New test.
3468 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
3470 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
3472 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
3475 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
3477 * lib/g77-dg.exp: Use prune.exp for common procedures
3478 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
3479 * lib/g77.exp: (g77-dg-prune) Remove
3481 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
3483 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
3485 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3487 * g++.dg/template/unify1.C: New test.
3489 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
3491 * g++.dg/abi/empty4.C: New test.
3493 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
3495 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
3497 * g77.f-torture/compile/pr3743.x: Likewise
3499 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3501 * g++.dg/other/using-declaration.C: New test.
3503 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
3505 * gcc.dg/cpp/tr-sign.c: New testcase.
3507 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
3509 * gcc.dg/cpp/19951025-1.c: Revert.
3510 * gcc.dg/cpp/directiv.c: We no longer process directives that
3511 interrupt macro arguments.
3513 2001-08-03 Zack Weinberg <zackw@stanford.edu>
3515 * gcc.dg/bconstp-1.c: New test.
3517 2001-08-03 Richard Henderson <rth@redhat.com>
3519 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
3521 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
3523 * gcc.dg/cpp/19951025-1.c: Update.
3525 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
3527 * g77.dg/ff90-1.f (s): Fix reference of variable z,
3530 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
3533 * g++.old-deja/g++.ns/ns14.C: Remove special options.
3534 * g++.old-deja/g++.other/std1.C: Likewise.
3535 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
3537 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
3539 * lib/g77.exp: Load gcc-defs.exp for common procedures
3540 (g77_pass, g77_fail, g77_finish, g77_exit,
3541 ${tool}_check_unsupported_p} Now redundant. Deleted.
3543 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
3545 * g77.dg/fbackslash.f
3546 * g77.dg/fcase-preserve.f
3548 * g77.dg/ffixed-line-length-0.f
3549 * g77.dg/ffixed-line-length-132.f
3550 * g77.dg/ffixed-line-length-7.f
3551 * g77.dg/ffixed-line-length-72.f
3552 * g77.dg/ffixed-line-length-none.f
3553 * g77.dg/ffree-form-1.f
3554 * g77.dg/fno-backslash.f
3555 * g77.dg/fno-f90-1.f
3556 * g77.dg/fno-fixed-form-1.f
3557 * g77.dg/fno-onetrip.f
3558 * g77.dg/fno-typeless-boz.f
3559 * g77.dg/fno-underscoring.f
3560 * g77.dg/fno-vxt-1.f
3562 * g77.dg/ftypeless-boz.f
3563 * g77.dg/fugly-assumed.f
3564 * g77.dg/funderscoring.f
3567 2001-08-01 Ziemowit Laski <zlaski@apple.com>
3569 * objc.dg/fwd-proto-1.m: New.
3570 * objc.dg/local-decl-1.m: New.
3571 * objc.dg/naming-1.m: New.
3572 * objc.dg/naming-2.m: New.
3573 * objc.dg/proto-hier-1.m: New.
3575 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
3577 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
3578 largest-type elements to a struct makes its size grow.
3580 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
3582 * g++.dg/abi/vthunk1.C: New test.
3584 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
3586 * g++.dg/abi/vbase8-22.C: New test.
3588 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3590 * gcc.dg/cpp/macro8.c: New test.
3592 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
3594 * g++.dg/abi/vbase8-21.C: New test.
3596 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
3598 * g++.dg/abi/vbase8-10.C: New test.
3600 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3602 * lib/g++.exp (g++_set_ld_library_path): Renamed to
3603 ${tool}_set_ld_library_path.
3605 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
3608 2001-07-26 Stan Cox <scox@redhat.com>
3610 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
3611 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
3612 gcc_exit, gcc_check_unsupported_p):
3613 Moved to gcc-deps.exp
3614 * gcc-deps.exp: New file.
3616 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3618 * g++.old-deja/g++.pt/defarg14.C: New test.
3620 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
3622 * g++.old-deja/g++.other/lineno5.C: New test.
3624 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>