1 2002-08-20 Devang Patel <dpatel@apple.com>
2 * objc.dg/proto-hier-2.m: New test.
4 2002-08-19 Ziemowit Laski <zlaski@apple.com>
6 * objc.dg/bitfield-1.m: New test.
7 * objc.dg/bitfield-2.m: New test.
9 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
11 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
12 gcc.dg/c99-flex-array-4.c: New tests.
14 2002-08-16 Stan Shebs <shebs@apple.com>
16 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
18 2002-08-15 Jakub Jelinek <jakub@redhat.com>
20 * gcc.dg/typeof-1.c: New test.
21 * g++.dg/ext/typeof2.C: New test.
23 2002-08-15 Nathan Sidwell <nathan@codesourcery.com>
25 * g++.dg/other/offsetof1.C: New test.
27 2002-08-14 Richard Henderson <rth@redhat.com>
29 * gcc.dg/tls/diag-3.c: Fix expected message strings.
31 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
33 * gcc.dg/cpp/_Pragma3.c: New test.
35 2002-08-13 Mark Mitchell <mark@codesourcery.com>
37 * g++.dg/template/inherit3: New test.
39 2002-08-10 Nathan Sidwell <nathan@codesourcery.com>
41 * gcc.dg/bitfld-4.c: Add blank options.
43 2002-08-09 Mark Mitchell <mark@codesourcery.com>
45 * g++.dg/template/crash1.C: New test.
47 2002-08-08 Jakub Jelinek <jakub@redhat.com>
49 * gcc.dg/tls/opt-2.c: New test.
51 2002-08-08 Devang Patel <dpatel@apple.com>
53 * objc.dg/selector-1.m : New test
55 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
57 * g++.dg/abi/bitfield4.C: New test.
58 * gcc.dg/bitfld-4.c: New test.
60 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
62 * g++.dg/other/packed1.C: New test.
64 2002-08-07 Mark Mitchell <mark@codesourcery.com>
66 * g++.dg/abi/offsetof.C: Tweak error messages.
67 * g++.old-deja/g++.mike/p10769a.C: Likewise.
69 2002-08-08 Jakub Jelinek <jakub@redhat.com>
71 * gcc.dg/bitfld-3.c: New test.
73 2002-08-07 Jakub Jelinek <jakub@redhat.com>
74 Richard Henderson <rth@redhat.com>
76 * gcc.dg/i386-bitfield1.c: New test.
77 * g++.dg/abi/bitfield3.C: Update.
79 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
81 * objc.dg/const-str-2.m: Update.
82 * gcc.dg/cpp/c++98.c: Change to C extension.
83 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
84 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
86 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
88 * testsuite/gcc.dg/tls/diag-3.c: New.
90 2002-08-07 Gabriel Dos Reis <gdr@nerim.net>
92 * g++.dg/README (Subdirectories): Document new subdir expr.
93 * g++.dg/expr/pmf-1.C: New test.
95 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
97 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
99 2002-08-06 Jakub Jelinek <jakub@redhat.com>
101 * g++.dg/abi/bitfield3.C: New test.
103 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
105 * lib/gcov.exp: Tweak expected line formats.
106 * gcc.misc-tests/gcov8.c: New test.
107 * gcc.misc-tests/gcov8.x: New flags.
109 2002-08-05 Jakub Jelinek <jakub@redhat.com>
111 * consistency.vlad/layout/endian.c: Include string.h.
113 * gcc.c-torture/execute/20020805-1.c: New test.
115 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
117 * g++.dg/other/conversion1.C: New test.
119 2002-08-03 Roger Sayle <roger@eyesopen.com>
121 * gcc.dg/builtins-1.c: New testcase.
123 2002-08-02 Mark Mitchell <mark@codesourcery.com>
125 * g++.dg/inherit/access3.C: New test.
127 2002-08-01 Jakub Jelinek <jakub@redhat.com>
129 * gcc.dg/ia64-visibility-2.c: New test.
131 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
133 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
134 __qualifier_flags to __flags.
136 2002-07-31 Mark Mitchell <mark@codesourcery.com>
138 * g++.dg/inherit/operator1.C: New test.
139 * g++.dg/lookup/disamb1.C: Fix typo in comment.
140 * g++.dg/other/error1.C: Change expected error message.
141 * g++.dg/template/conv4.C: Likewise.
143 2002-07-26 Neil Booth <neil@daikokuya.cop.uk>
145 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
146 for documented behaviour.
148 2002-07-25 Roger Sayle <roger@eyesopen.com>
150 * gcc.c-torture/execute/20020720-1.x: Skip this test on
151 several targets known to fail.
153 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
155 * gcc.dg/mips-args-[123].c: New tests.
157 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
159 * gcc.dg/ppc-spe.c: New.
161 2002-07-24 Geoffrey Keating <geoffk@redhat.com>
163 * g++.dg/other/ptrmem4.C: New testcase.
165 2002-07-24 Richard Henderson <rth@redhat.com>
167 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
169 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
171 * g++.dg/ext/alignof1.C (main): Return 0 for success.
173 2002-07-24 Roger Sayle <roger@eyesopen.com>
175 * gcc.c-torture/execute/memset-3.c: New testcase.
177 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
179 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
180 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
182 2002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
184 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
187 Tue Jul 23 21:02:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
189 * gcc.c-torture/compile/simd-4.c: New test.
191 2002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
193 PR c++/7347, c++/7348
194 * g++.dg/template/access4.C: New test.
195 * g++.dg/template/access5.C: New test.
196 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
197 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
198 * g++.old-deja/g++.pt/ttp58.C: Likewise.
199 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
201 2002-07-22 Jakub Jelinek <jakub@redhat.com>
203 * gcc.dg/gnu89-init-2.c: New test.
205 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
207 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
209 2002-07-20 Roger Sayle <roger@eyesopen.com>
211 * gcc.c-torture/execute/20020720-1.c: New testcase.
213 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
215 * gcc.dg/cpp/Wsignprom.c: New tests.
217 2002-07-20 Alan Modra <amodra@bigpond.net.au>
219 * gcc.c-torture/execute/loop-13.c: New test.
221 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
223 * gcc.dg/cpp/expr.c: New tests.
225 2002 07-18 David Edelsohn <edelsohn@gnu.org>
227 * g++.dg/opt/pr6713.C: Add template instantiation.
229 2002-07-18 Alan Modra <amodra@bigpond.net.au>
231 * gcc.dg/nest.c: New test.
233 2002-07-17 Richard Henderson <rth@redhat.com>
235 * g++.dg/opt/pr6713.C: New test.
237 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
239 * gcc.c-torture/execute/loop-2e.x: Let the testcase
240 XFAIL for all x86 processors.
242 2002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
244 * gcc.c-torture/execute/20010122-1.x: Do not test with
245 -fomit-frame-pointer.
247 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
249 * g++.dg/template/instantiate2.C: New test.
250 * g++.dg/template/spec4.C: New test.
252 2002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
254 * g++.dg/template/access2.C: New test.
255 * g++.dg/template/access3.C: New test.
257 2002-07-15 Zack Weinberg <zack@codesourcery.com>
259 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
260 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
261 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
262 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
263 Convert to use <stdarg.h>.
264 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
266 * gcc.dg/va-arg-2.c: New.
267 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
269 2002-07-15 Jakub Jelinek <jakub@redhat.com>
271 * gcc.c-torture/compile/20020710-1.c: New test.
273 Thu Jul 11 15:39:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
274 Andrew Pinski <pinskia@physics.uc.edu>
276 gcc.c-torture/compile/simd-2.c: New testcase.
277 gcc.c-torture/compile/simd-3.c: Likewise.
279 2002-07-11 Mark Mitchell <mark@codesourcery.com>
282 * g++.dg/overload/error1.C: New test.
284 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
286 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
287 configuration and IRIX 6 O32 ABI.
289 2002-07-11 Roger Sayle <roger@eyesopen.com>
291 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
293 2002-07-10 Roger Sayle <roger@eyesopen.com>
295 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
297 2002-07-10 Jeffrey A Law <law@redhat.com>
299 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
301 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
303 2002-07-09 Aldy Hernandez <aldyh@redhat.com>
305 * gcc.dg/20020312-2.c: Check for __PPC__.
307 2002-07-09 Diego Novillo <dnovillo@redhat.com>
309 * gcc.c-torture/compile/20020709-1.c: New test.
311 2002-07-07 Roger Sayle <roger@eyesopen.com>
313 * g++.dg/template/qualttp21.C: New test case.
315 2002-07-06 Alexandre Oliva <aoliva@redhat.com>
317 * gcc.c-torture/compile/20020706-1.c: New test.
318 * gcc.c-torture/compile/20020706-2.c: New test.
320 2002-07-06 Brian R. Gaeke <brg@dgate.ORG>
321 Alexandre Oliva <aoliva@redhat.com>
323 * g++.dg/warn/incomplete1.C: New test.
325 2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
328 * g++.dg/warn/noreturn1.C: New test.
330 2002-07-03 Mark Mitchell <mark@codesourcery.com>
333 * g++.dg/debug/debug6.C: New test.
334 * g++.dg/debug/debug7.C: New test.
336 Thu Jul 4 07:36:48 2002 J"orn Rennecke <joern.rennecke@superh.com>
338 * gcc.c-torture/compile/simd-3.c: New test.
340 2002-07-03 Chris Demetriou <cgd@broadcom.com>
342 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
343 * gcc.dg/20020620-1.c: Likewise.
345 2002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
348 * g++.dg/init/array4.C: New test.
349 * g++.dg/init/array5.C: New test.
351 Wed Jul 3 10:25:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
353 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
354 * gcc.c-torture/execute/simd-2.c (main): Likewise.
356 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
358 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
359 * gcc.dg/wtr-aggr-init-1.c: Likewise.
360 * gcc.dg/wtr-conversion-1.c: Likewise.
361 * gcc.dg/wtr-escape-1.c: Likewise.
362 * gcc.dg/wtr-int-type-1.c: Likewise.
363 * gcc.dg/wtr-label-1.c: Likewise.
364 * gcc.dg/wtr-static-1.c: Likewise.
365 * gcc.dg/wtr-strcat-1.c: Likewise.
366 * gcc.dg/wtr-suffix-1.c: Likewise.
367 * gcc.dg/wtr-switch-1.c: Likewise.
368 * gcc.dg/wtr-unary-plus-1.c: Likewise.
369 * gcc.dg/wtr-union-init-1.c: Likewise.
370 * gcc.dg/wtr-union-init-2.c: Likewise.
371 * gcc.dg/wtr-union-init-3.c: Likewise.
373 * gcc.dg/wtr-func-def-1.c: New test.
375 2002-07-02 Devang Patel <dpatel@apple.com>
377 * objc.dg/param-1.m: New test.
379 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
381 * gcc.dg/cpp/trad/directive.c: Add test.
382 * gcc.dg/cpp/trad/macroargs.c: Add test.
383 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
385 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
387 * gcc.dg/cpp/cmdlne-M.c: New test.
389 2002-07-02 Ziemowit Laski <zlaski@apple.com>
391 * objc.dg/desig-init-1.m: New test.
393 2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
396 * g++.dg/template/instantiate1.C: New test.
398 2002-07-01 Mark Mitchell <mark@codesourcery.com>
401 * g++.dg/template/sizeof2.C: New test.
403 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
405 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
406 gcc.dg/cpp/trad/include.c: New tests.
408 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
411 * gcc.c-torture/compile/20020701-1.c: New test.
413 2002-07-01 Stan Shebs <shebs@apple.com>
415 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
417 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
418 (objc-torture-execute): or here.
420 Mon Jul 1 12:51:05 2002 J"orn Rennecke <joern.rennecke@superh.com>
422 * gcc.c-torture/execute/arith-rand-ll.c: New test.
424 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
426 * gcc.dg/cpp/trad/escaped-nl.c: New test.
428 2002-06-30 Devang Patel <dpatel@apple.com>
430 * objc.dg/fsyntax-only.m: New test.
432 2002-06-27 Mark Mitchell <mark@codesourcery.com>
435 * g++.dg/template/friend7.C: New file.
437 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
439 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
442 Thu Jun 27 15:23:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
444 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
445 avoid division by zero.
447 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
449 * gcc.dg/Wunknownprag.c: New tests.
451 Tue Jun 25 21:50:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
453 * gcc.c-torture/execute/simd-2.c: New test.
455 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
457 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
458 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
459 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
460 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
461 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
462 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
463 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
464 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
465 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
466 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
467 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
468 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
469 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
470 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
471 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
472 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
473 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
475 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
477 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
478 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
479 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
480 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
482 * gcc.dg/cpp/trad/directive.c: Update.
484 2002-06-23 Andreas Jaeger <aj@suse.de>
486 * gcc.c-torture/execute/complex-6.c: New.
488 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
490 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
491 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
492 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
493 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
495 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
497 * gcc.dg/cpp/trad: New directory with traditional tests copied
498 from parent directory.
499 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
500 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
501 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
502 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
503 Move to trad/ and rename.
504 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
505 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
506 gcc.dg/cpp/trad/redef2.c: New tests.
507 * gcc.dg/cpp/trad/trad.exp: New driver.
509 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
511 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
512 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
513 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
514 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
517 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
519 * gcc.dg/20020620-1.c: New test.
521 2002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
523 * g++.dg/template/ttp4.C: New test.
525 2002-06-19 Jakub Jelinek <jakub@redhat.com>
527 * g++.dg/opt/vt1.C: Fix regexp.
529 2002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
531 * gcc.c-torture/execute/pure-1.c: Make functions static again.
532 Don't use attribute `noinline'.
534 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
536 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
538 2002-06-18 Aldy Hernandez <aldyh@redhat.com>
540 * gcc.c-torture/execute/simd-1.c: New.
542 * gcc.dg/simd-1.c: New.
544 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
546 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
548 2002-06-16 Richard Henderson <rth@redhat.com>
550 * g++.dg/ext/anon-struct1.C: New.
551 * g++.dg/ext/anon-struct2.C: New.
552 * g++.dg/ext/anon-struct3.C: New.
553 * gcc.dg/anon-struct-1.c: New.
554 * gcc.dg/anon-struct-2.c: New.
555 * gcc.dg/anon-struct-3.c: New.
556 * gcc.dg/20011008-1.c: Adjust warning text.
557 * gcc.dg/20020527-1.c: Add -fms-extensions.
559 2002-06-16 Richard Henderson <rth@redhat.com>
561 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
563 2002-06-15 Hans-Peter Nilsson <hp@axis.com>
565 * gcc.c-torture/execute/20020615-1.c: New test.
567 2002-06-15 Roger Sayle <roger@eyesopen.com>
569 * gcc.c-tortuture/execute/compare-1.c: New test case.
570 * gcc.c-tortuture/execute/compare-2.c: New test case.
571 * gcc.c-tortuture/execute/compare-3.c: New test case.
573 2002-06-13 Richard Henderson <rth@redhat.com>
575 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
578 2002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
580 * g++.dg/template/typename2.C: Update error message.
582 2002-06-12 Hans-Peter Nilsson <hp@axis.com>
584 * gcc.c-torture/execute/20020611-1.c: New test.
586 2002-06-11 Bob Wilson <bob.wilson@acm.org>
588 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
589 list of targets to skip.
591 2002-06-10 Bob Wilson <bob.wilson@acm.org>
593 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
594 targets if not optimizing.
596 2002-06-10 Jakub Jelinek <jakub@redhat.com>
598 * gcc.c-torture/compile/20020605-1.c: New test.
600 * g++.dg/opt/vt1.C: New test.
602 * gcc.dg/20020531-1.c: New test.
604 * gcc.dg/20020530-1.c: New test.
606 * gcc.dg/20020527-1.c: New test.
608 * g++.dg/opt/cse1.C: New test.
610 2002-06-07 Roger Sayle <roger@eyesopen.com>
612 * gcc.dg/20020607-2.c: New test case.
614 2002-06-07 Jakub Jelinek <jakub@redhat.com>
616 * gcc.c-torture/compile/20020604-1.c: New test.
618 2002-06-04 Richard Henderson <rth@redhat.com>
620 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
621 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
622 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
624 2002-06-04 Aldy Hernandez <aldyh@redhat.com>
626 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
628 2002-06-03 Richard Henderson <rth@redhat.com>
630 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
631 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
633 2002-06-02 Richard Henderson <rth@redhat.com>
635 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
636 test functions static.
638 2002-06-02 Andreas Jaeger <aj@suse.de>
640 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
643 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
645 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
646 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
647 Update for mofified diagnostics.
648 * gcc.dg/c99-intconst-1.c: No longer fail.
650 2002-06-02 Richard Henderson <rth@redhat.com>
652 * gcc.dg/uninit-A.c: Remove xfail markers.
654 2002-06-01 Roger Sayle <roger@eyesopen.com>
656 * gcc.dg/fnegate-1.c: New test case.
658 2002-05-30 Osku Salerma <osku@iki.fi>
660 * gcc.c-torture/execute/mayalias-1.c: New file.
662 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
664 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
665 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
666 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
668 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
670 * gcc.c-torture/execute/20020529-1.c: New test.
672 2002-05-27 Richard Henderson <rth@redhat.com>
674 * g++.dg/ext/attrib6.C: New test case.
676 2002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
678 * gcc.c-torture/execute/pure-1.c: New test.
680 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
682 * gcc.dg/cpp/arith-2.c: Remove.
684 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
686 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
687 * gcc.dg/cpp/if-3.c: Remove.
689 2002-05-26 Jakub Jelinek <jakub@redhat.com>
691 * g++.dg/opt/cse2.C: New test.
693 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
695 * gcc.dg/cpp/arith-1.c: New semantic tests.
696 * gcc.dg/cpp/if-1.c: Update.
698 2002-05-24 Ben Elliston <bje@redhat.com>
700 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
702 2002-05-24 Jakub Jelinek <jakub@redhat.com>
704 * gcc.dg/verbose-asm.c: New test.
706 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
708 * gcc.dg/cpp/paste12.c: New test.
710 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
712 * g++.dg/parse/named_ops.C: New test.
714 2002-05-23 Mark Mitchell <mark@codesourcery.com>
716 * gcc/testsuite/gcc.dg/weak-8.c: New test.
718 Thu May 23 11:09:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
720 * gcc.dg/weak-2.c: Allow optional leading underscore
721 in scan-assembler symbol name.
722 * gcc.dg/weak-3.c: Likewise.
723 * gcc.dg/weak-4.c: Likewise.
724 * gcc.dg/weak-5.c: Likewise.
726 2002-05-23 Jakub Jelinek <jakub@redhat.com>
728 * gcc.dg/20020523-1.c: New test.
730 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
732 * objc.dg/const-str-2.m: Update now that we stop after
733 a command line error.
735 2002-05-22 Richard Henderson <rth@redhat.com>
737 * g++.dg/dg.exp: Fix typo in test pruneing.
739 2002-05-22 Richard Henderson <rth@redhat.com>
741 * g++.dg/dg.exp: Prune the tls subdirectory.
742 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
743 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
744 * g++.dg/tls/init-1.C: New.
746 2002-05-22 Jakub Jelinek <jakub@redhat.com>
748 * gcc.dg/20020517-1.c: New test.
750 2002-05-21 Richard Henderson <rth@redhat.com>
752 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
753 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
755 Tue May 21 14:25:32 2002 Brian R. Gaeke <brg@dgate.ORG>
757 * g++.dg/other/copy2.C: New test.
759 Mon May 20 10:51:35 2002 J"orn Rennecke <joern.rennecke@superh.com>
761 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
762 (MAX_COPY): Bump up to 10 times sizeof (long long).
763 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
765 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
768 * gcc.c-torture/execute/strcpy-1.c: New test.
770 2002-05-19 Jason Merrill <jason2redhat.com>
772 * g++.dg/ext/oper1.C: New test.
774 2002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
775 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
777 * README.QMTEST: New file.
779 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
781 2002-05-19 Andreas Jaeger <aj@suse.de>
783 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
785 * gcc.c-torture/execute/loop-2d.x: Likewise.
787 2002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
789 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
790 support weak symbols.
791 * gcc.dg/weak-4.c: Likewise
792 * gcc.dg/weak-6.c: Likewise
794 2002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
796 * gcc.dg/weak-3.c: Add dg-excess-error comment for
797 cygwin, coff and h8300-*-hms targets
798 * gcc.dg/weak-5.c: Likewise
799 * gcc.dg/weak-7.c: Likewise
801 2002-05-16 Jason Merrill <jason@redhat.com>
803 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
804 (scan-assembler-not, scan-assembler-dem): Likewise.
805 (scan-assembler-dem-not): Likewise.
807 2002-05-15 Richard Henderson <rth@redhat.com>
809 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
811 2002-05-15 Richard Henderson <rth@redhat.com>
813 * gcc.dg/weak-5.c (vfoo1c): No warning here.
814 (vfoo1f): Warning here.
815 (vfoo1l): Don't redefine the alias.
817 2002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
819 * g++.dg/init/pm1.C: New test.
821 2002-05-12 David S. Miller <davem@redhat.com>
823 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
826 2002-05-10 Roger Sayle <roger@eyesopen.com>
828 * gcc.c-torture/execute/20020510-1.c: New test case.
830 2002-05-10 David S. Miller <davem@redhat.com>
832 * gcc.c-torture/execute/conversion.c: Test long double too.
834 2002-05-09 Jakub Jelinek <jakub@redhat.com>
836 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
837 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
838 * lib/g++.exp (g++_link_flags): Likewise.
839 * lib/objc.exp (objc_target_compile): Likewise.
841 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
843 * gcc.dg/cpp/poison.c: Update.
844 * gcc.dg/cpp/20000625-2.c: Remove.
845 * gcc.dg/cpp/direct2s.c: Remove final test.
847 2002-05-08 Tom Rix <trix@redhat.com>
849 * gcc.c-torture/execute/20020508-1.c: New test.
850 * gcc.c-torture/execute/20020508-2.c: New test.
851 * gcc.c-torture/execute/20020508-3.c: New test.
853 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
855 * gcc.dg/cpp/charconst-4.c: More tests.
857 2002-05-08 Mark Mitchell <mark@codesourcery.com>
860 * gcc.dg/weak-3.c: Update location of warning messages.
861 * gcc.dg/weak-5.c: Likewise.
863 2002-05-06 Roger Sayle <roger@eyesopen.com>
865 * gcc.c-torture/execute/20020506-1.c: New test case.
867 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
869 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
871 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
873 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
875 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
877 * gcc.dg/cpp/charconst-3.c: New test.
879 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
881 * gcc.dg/cpp/charconst.c: Update tests.
883 2002-05-05 Tim Josling <tej@melbpc.org.au>
885 * treelang: Added directory for new sample language treelang. Also
886 lib/treelang.exp: New file to signal treelang should be tested.
888 2002-05-03 Jakub Jelinek <jakub@redhat.com>
890 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
891 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
892 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
893 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
894 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
895 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
896 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
898 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
900 * gcc.dg/format/xopen-2.c: New test.
902 2002-05-03 Jakub Jelinek <jakub@redhat.com>
904 * gcc.dg/20020503-1.c: New test.
906 2002-05-02 Mark Mitchell <mark@codesourcery.com>
908 * g++.dg/init/dtor1.C: Make it tougher.
910 2002-05-01 Mark Mitchell <mark@codesourcery.com>
912 * g++.dg/init/dtor1.C: New test.
914 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
916 * gcc.dg/altivec-8.c: New.
918 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
920 * gcc.dg/altivec-7.c: New.
922 2002-04-29 Jakub Jelinek <jakub@redhat.com>
924 * g++.dg/parse/typedef1.C: New test.
926 2002-04-29 Mark Mitchell <mark@codesourcery.com>
929 * g++.dg/template/friend6.C: New test.
932 * g++.dg/init/copy1.C: New test.
934 2002-04-29 Nathan Sidwell <nathan@codesourcery.com>
936 * g++.dg/warn/effc1.C: New test.
938 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
940 * gcc.dg/cpp/if-cexp.c: Add a test.
942 2002-04-28 Jakub Jelinek <jakub@redhat.com>
944 * gcc.dg/20020426-2.c: New test.
946 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
948 * gcc.dg/cpp/if-mop.c: Update.
949 * gcc.dg/cpp/if-mpar.c: Add test.
950 * gcc.dg/cpp/if-oppr.c: Update.
952 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
955 * gcc.dg/weak-[2-7].c: New tests.
957 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
959 * gcc.dg/enum1.c: New test.
961 2002-04-26 Mark Mitchell <mark@codesourcery.com>
964 * g++.dg/inherit/access2.C: New test.
966 2002-04-26 Mark Mitchell <mark@codesourcery.com>
969 * gcc.dg/20020426-1.c: New test.
971 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
973 * g++.dg/abi/enum1.C: New test.
975 2002-04-26 Richard Henderson <rth@redhat.com>
977 * gcc.dg/c99-bool-1.c: Expect always true warning.
979 2002-04-25 Roger Sayle <roger@eyesopen.com>
981 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
983 2002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
985 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
988 2002-04-24 Mark Mitchell <mark@codesourcery.com>
990 * g++.dg/abi/mange7.C: New test.
993 * g++.dg/parse/stmtexpr2.C: New test.
995 Wed Apr 24 21:38:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
997 * gcc.dg/20020312-2.c: Add SH target.
999 2002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1001 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
1002 compiler output on mips*-*-irix*.
1004 2002-04-23 Jakub Jelinek <jakub@redhat.com>
1006 * g++.dg/parse/attr1.C: New test.
1008 2002-04-23 Roger Sayle <roger@eyesopen.com>
1010 * gcc.c-torture/execute/string-opt-17.c: New test case.
1011 * gcc.c-torture/execute/memset-2.c: New test case.
1013 2002-04-23 Mark Mitchell <mark@codesourcery.com>
1016 * g++.dg/template/friend5.C: New test.
1019 * g++.dg/template/qual1.C: Likewise.
1021 2002-04-22 Zack Weinberg <zack@codesourcery.com>
1023 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
1024 Include stdlib.h, not stdio.h or ctype.h.
1026 2002-04-22 Hans-Peter Nilsson <hp@axis.com>
1028 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
1029 cris-*-elf* and mmix-*-*.
1030 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
1031 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
1032 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
1034 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
1035 * gcc.dg/wchar_t-1.c: Ditto.
1037 2002-04-21 Hans-Peter Nilsson <hp@axis.com>
1039 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
1042 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
1044 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
1046 2002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1048 * gcc.c-torture/execute/20000906-1.x: Delete.
1050 2002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
1052 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
1054 2002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
1057 * g77.f-torture/execute/6367.f: New test.
1058 * g77.f-torture/execute/6367.x: Disable for MMIX.
1060 2002-04-19 Mark Mitchell <mark@codesourcery.com>
1063 * g++.dg/opt/inline2.C: New test.
1065 2002-04-18 Richard Henderson <rth@redhat.com>
1067 * gcc.dg/20000906-1.c: Enable for all targets.
1068 * gcc.c-torture/compile/iftrap-2.c: New.
1070 2002-04-18 Jakub Jelinek <jakub@redhat.com>
1072 * gcc.dg/20020418-1.c: New test.
1073 * gcc.dg/20020418-2.c: New test.
1075 2002-04-18 Richard Henderson <rth@redhat.com>
1077 * gcc.c-torture/compile/iftrap-1.c: New.
1078 * gcc.dg/iftrap-1.c: Adjust for ia64.
1079 * gcc.dg/iftrap-2.c: New.
1081 2002-04-18 Jakub Jelinek <jakub@redhat.com>
1083 * gcc.c-torture/compile/20020418-1.c: New test.
1085 2002-04-18 Roger Sayle <roger@eyesopen.com>
1087 * gcc.c-torture/compile/20020415-1.c: New.
1089 2002-04-18 David S. Miller <davem@redhat.com>
1091 * gcc.c-torture/execute/20020418-1.c: New test.
1093 2002-04-17 Jakub Jelinek <jakub@redhat.com>
1095 * gcc.dg/20020416-1.c: New test.
1097 * g++.dg/opt/inline1.C: New test.
1099 2002-04-16 Jakub Jelinek <jakub@redhat.com>
1101 * gcc.dg/altivec-5.c: New test.
1103 * gcc.dg/20020415-1.c: New test.
1105 2002-04-15 Mark Mitchell <mark@codesourcery.com>
1107 * testsuite/lib/chill.exp: Remove.
1109 2002-04-14 Jakub Jelinek <jakub@redhat.com>
1111 * g++.dg/other/big-struct.C: New test.
1113 2002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
1115 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
1118 2002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
1121 * gcc.dg/i386-387-1.c: Allow optional leading underscore
1122 in scan-assembler function name
1124 2002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
1126 * g77.f-torture/execute/980628-4.x,
1127 g77.f-torture/execute/980628-5.x,
1128 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
1129 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
1130 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
1133 2002-04-13 David S. Miller <davem@redhat.com>
1135 * gcc.c-torture/execute/20020413-1.c: New test.
1137 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
1140 * g++.dg/ext/asm1.C: New tests.
1142 2002-04-12 Mark Mitchell <mark@codesourcery.com>
1145 * g++.dg/parse/stmtexpr1.C: New test.
1148 * g++.dg/template/copy1.C: New test.
1150 2002-04-12 Richard Henderson <rth@redhat.com>
1152 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
1154 2002-04-12 Geoffrey Keating <geoffk@redhat.com>
1156 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
1157 gcc.c-torture/execute/20020307-2.c.
1159 2002-04-12 Richard Sandiford <rsandifo@redhat.com>
1161 * g++.dg/ext/attrib5.C,
1162 * g++.dg/lookup/struct1.C: New tests.
1164 2002-04-11 Jakub Jelinek <jakub@redhat.com>
1166 * gcc.dg/20020411-1.c: New test.
1168 * gcc.c-torture/execute/20020411-1.c: New test.
1170 2002-04-10 Janis Johnson <janis187@us.ibm.com>
1172 * g77.f-torture/execute/6177.f: New test.
1174 2002-04-10 Jakub Jelinek <jakub@redhat.com>
1177 * g++.dg/opt/cleanup1.C: New test.
1179 * g++.dg/opt/const1.C: New test.
1181 2002-04-10 Lars Brinkhoff <lars@nocrew.org>
1183 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
1185 2002-04-10 Nathan Sidwell <nathan@codesourcery.com>
1188 * g++.dg/template/typename2.C: New test.
1190 2002-04-10 Alan Modra <amodra@bigpond.net.au>
1192 * gcc.c-torture/execute/loop-12.c: New.
1194 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
1196 * g77.f-torture/execute/980628-4.x,
1197 g77.f-torture/execute/980628-5.x,
1198 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
1199 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
1200 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
1202 2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1204 PR optimization/6086
1205 * g++.dg/opt/preinc1.C: New test.
1207 2002-04-06 Mark Mitchell <mark@codesourcery.com>
1210 * g++.dg/opt/static2.C: New test.
1212 2002-04-06 Mark Mitchell <mark@codesourcery.com>
1215 * gcc.dg/20020406-1.c: New test.
1217 2002-04-04 David S. Miller <davem@redhat.com>
1219 * gcc.c-torture/execute/20020404-1.c: New test.
1221 2002-04-04 Jakub Jelinek <jakub@redhat.com>
1224 * gcc.dg/20020312-2.c: Do not declare global register variable
1225 if __PIC__ or __pic__ is defined.
1227 2002-04-04 Richard Earnshaw <rearnsha@arm.com>
1229 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
1230 __asm__ so that it works correctly even if -ansi -pedantic-errors.
1232 2002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1234 * gcc.misc-tests/linkage.exp: Update last change to handle
1235 sparc*-, not just sparc-.
1237 2002-04-03 Richard Henderson <rth@redhat.com>
1239 * gcc.dg/cpp/ucs.c: Improved long UCS test.
1241 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
1243 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
1245 2002-04-02 David S. Miller <davem@redhat.com>
1247 * gcc.c-torture/execute/20020402-3.c: New test.
1249 2002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
1251 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
1252 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
1254 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
1255 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
1256 g77.f-torture/execute/20001201.x,
1257 g77.f-torture/execute/u77-test.x: New files.
1259 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
1260 * gcc.dg/wchar_t-1.c: Ditto.
1262 2002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1264 * gcc.c-torture/execute/20020402-1.c: New test.
1266 2002-04-01 Richard Henderson <rth@redhat.com>
1268 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
1270 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
1272 2002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1274 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
1276 2002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1278 * g++.dg/inherit/template-as-base.C: Expect error.
1279 * g++.dg/inherit/namespace-as-base.C: Likewise.
1281 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
1283 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
1284 g++.dg/ext/instantiate3.C: Tweak match patterns.
1286 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
1287 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
1290 2002-03-31 Richard Henderson <rth@redhat.com>
1292 * gcc.dg/special/alias-2.c: New.
1293 * gcc.dg/special/ecos.exp: Run it.
1295 2002-03-31 Richard Henderson <rth@redhat.com>
1297 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
1299 2002-03-31 Kazu Hirata <kazu@hxi.com>
1301 * gcc.dg/weak-1.c: Disable on h8300 port.
1303 2002-03-29 Janis Johnson <janis187@us.ibm.com>
1305 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
1306 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
1308 * g++.dg/bprob/bprob-1.C: New test.
1309 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
1310 * g++.dg/gcov/gcov-1.C: New test.
1311 * g++.dg/gcov/gcov-1.x: New file.
1312 * g++.dg/gcov/gcov-2.C: New test.
1313 * g++.dg/gcov/gcov-3.C: New test.
1314 * g++.dg/gcov/gcov-3.h: New file.
1316 2002-03-28 Roger Sayle <roger@eyesopen.com>
1318 * g++.old-deja/g++.other/builtins5.C: New test.
1319 * g++.old-deja/g++.other/builtins6.C: New test.
1320 * g++.old-deja/g++.other/builtins7.C: New test.
1321 * g++.old-deja/g++.other/builtins8.C: New test.
1322 * g++.old-deja/g++.other/builtins9.C: New test.
1324 2002-03-29 Jakub Jelinek <jakub@redhat.com>
1326 * g++.dg/opt/static1.C: New test.
1328 * g++.dg/opt/longbranch1.C: New test.
1330 2002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
1332 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
1334 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
1336 Thu Mar 28 16:38:09 2002 Jeffrey A Law (law@redhat.com)
1338 * gcc.c-torture/execute/20020328-1.c: New test.
1340 2002-03-27 Richard Henderson <rth@redhat.com>
1342 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
1343 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
1344 move from g++.old-deja/g++.ext/.
1346 2002-03-27 Mark Mitchell <mark@codesourcery.com>
1348 * g++.dg/init/new2.C: New test.
1350 2002-03-26 Richard Henderson <rth@redhat.com>
1352 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
1354 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
1357 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
1359 * gcc.dg/20001102-1.c: Likewise.
1361 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
1363 * gcc.dg/cpp/endif-pedantic1.c,
1364 gcc.dg/cpp/endif-pedantic2.c: New tests.
1366 2002-03-26 Mark Mitchell <mark@codesourcery.com>
1368 * g++.dg/init/new1.C: New test.
1370 2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
1372 * g++.dg/abi/vbase9.C: New test.
1374 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
1376 * gcc.dg/arm-asm.c: New test.
1378 2002-03-26 Andrew Cagney <ac131313@redhat.com>
1380 * gcc.dg/Wswitch-enum.c: New test.
1383 2002-03-26 Richard Henderson <rth@redhat.com>
1385 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
1388 2002-03-25 Richard Henderson <rth@redhat.com>
1390 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
1393 * gcc.c-torture/compile/20011119-1.c (xxx): New.
1394 * gcc.c-torture/compile/20011119-2.c (xxx): New.
1396 2002-03-25 Zack Weinberg <zack@codesourcery.com>
1398 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
1400 2002-03-25 Bob Wilson <bob.wilson@acm.org>
1402 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
1403 targets using generic thunk support.
1405 2002-03-25 Jakub Jelinek <jakub@redhat.com>
1407 * gcc.c-torture/compile/20020323-1.c: New test.
1409 * g++.dg/opt/conj2.C: New test.
1411 2002-03-24 Richard Henderson <rth@redhat.com>
1413 * gcc.dg/weak-1.c: Use -fno-common.
1415 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
1417 * g77.dg/f77-edit-apostrophe-out.f: New test
1418 * g77.dg/f77-edit-h-out.f: New test
1419 * g77.dg/f77-edit-t-in.f: New test
1420 * g77.dg/f77-edit-t-out.f: New test
1421 * g77.dg/f77-edit-x-out.f: New test
1422 * g77.dg/f77-edit-slash-out.f: New test
1423 * g77.dg/f77-edit-colon-out.f: New test
1424 * g77.dg/f77-edit-s-out.f: New test
1426 2002-03-24 Richard Henderson <rth@redhat.com>
1428 * objc/execute/formal_protocol-6.x: New XFAIL.
1430 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
1432 * gcc.dg/weak-1.c: Early return from dg-final on platforms
1433 that do not support weak symbols
1435 2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
1437 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
1438 * lib/g77.exp: Likewise
1439 * lib/objc.exp: Likewise
1441 2002-03-23 Andrew Cagney <ac131313@redhat.com>
1443 * gcc.dg/Wswitch-default.c: New test.
1445 2002-03-23 Jakub Jelinek <jakub@redhat.com>
1447 * g++.dg/other/enum1.C: New test.
1449 2002-03-23 Zack Weinberg <zack@codesourcery.com>
1451 * gcc.dg/pragma-ep-3.c: Fix typo.
1453 2002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1455 * g++.dg/inherit/template-as-base.C: New test.
1457 2002-03-22 Jakub Jelinek <jakub@redhat.com>
1459 * g++.old-deja/g++.other/dwarf2-1.C: Move...
1460 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
1462 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
1464 * gcc.dg/cpp/multiline.c: Update to match.
1466 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
1468 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
1470 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
1472 * gcc.dg/cpp/extratokens2.c: New file.
1474 2002-03-21 David Edelsohn <edelsohn@gnu.org>
1476 * gcc.dg/20020312-2.c: Add rs6000 target.
1478 * gcc.c-torture/compile/20020319-1.c: New test.
1480 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1482 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
1483 (A, E): Handle this.
1485 2002-03-20 Jason Merrill <jason@redhat.com>
1487 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
1489 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
1490 through prune_gcc_output.
1492 2002-03-20 Jakub Jelinek <jakub@redhat.com>
1494 * gcc.c-torture/compile/20020320-1.c: New test.
1496 2002-03-19 Jakub Jelinek <jakub@redhat.com>
1498 * gcc.c-torture/compile/20020318-1.c: New test.
1500 * gcc.dg/struct-by-value-1.c: New test.
1502 * gcc.dg/20020319-1.c: New test.
1504 2002-03-18 Jakub Jelinek <jakub@redhat.com>
1506 * g++.dg/opt/conj1.C: New test.
1508 2002-03-17 Mark Mitchell <mark@codesourcery.com>
1510 * g++.dg/template/qualttp20.C: Revert previous change.
1511 * g++.dg/template/qualttp3.C: Likewise.
1512 * g++.dg/template/qualttp4.C: Likewise
1513 * g++.dg/template/qualttp5.C: Likewise
1514 * g++.dg/template/qualttp6.C: Likewise
1515 * g++.dg/template/qualttp7.C: Likewise
1516 * g++.dg/template/qualttp8.C: Likewise
1517 * g++.dg/template/recurse.C: Likewise.
1519 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
1521 * gcc.dg/cpp/wchar-1.c: Update.
1523 2002-03-16 Nathan Sidwell <nathan@codesourcery.com>
1525 * g++.dg/template/conv1.C: New test.
1526 * g++.dg/template/conv2.C: New test.
1527 * g++.dg/template/conv3.C: New test.
1528 * g++.dg/template/conv4.C: New test.
1530 2002-03-15 Mark Mitchell <mark@codesourcery.com>
1532 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
1533 * g++.dg/template/qualttp3.C: Likewise.
1534 * g++.dg/template/qualttp4.C: Likewise
1535 * g++.dg/template/qualttp5.C: Likewise
1536 * g++.dg/template/qualttp6.C: Likewise
1537 * g++.dg/template/qualttp7.C: Likewise
1538 * g++.dg/template/qualttp8.C: Likewise
1539 * g++.dg/template/recurse.C: Likewise.
1541 2002-03-15 Mark Mitchell <mark@codesourcery.com>
1543 * g++.dg/opt/dtor1.C: New test.
1545 2002-03-15 Jakub Jelinek <jakub@redhat.com>
1547 * gcc.c-torture/compile/20020315-1.c: New test.
1549 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
1551 * gcc.dg/weak-1.c: Fix scan tests.
1553 2002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
1555 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
1556 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
1557 cris-*-aout* mmix-*-*.
1558 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
1559 cris-*-aout* mmix-*-*.
1560 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
1561 cris-*-elf* cris-*-aout* and mmix-*-*.
1562 * gcc.dg/20001009-1.c: Ditto.
1563 * gcc.dg/20010912-1.c: Ditto.
1564 * gcc.dg/20020122-4.c: Ditto.
1565 * gcc.dg/inline-2.c: Ditto.
1567 Thu Mar 14 14:28:38 2002 Jeffrey A Law (law@cygnus.com)
1569 * gcc.c-torture/compile/20020314-1.c: New test.
1571 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
1573 * gcc.c-torture/execute/20020314-1.c: New test.
1575 2002-03-14 Jakub Jelinek <jakub@redhat.com>
1577 * g++.dg/warn/Wunused-1.C: New test.
1579 2002-02-13 Richard Sandiford <rsandifo@redhat.com>
1581 * g++.dg/abi/mangle6.C: New test.
1583 2002-03-13 Jakub Jelinek <jakub@redhat.com>
1585 * gcc.c-torture/compile/20020309-2.c: New test.
1587 * gcc.c-torture/compile/20020312-1.c: New test.
1589 2002-03-12 Nathan Sidwell <nathan@codesourcery.com>
1591 * g++.dg/other/access1.C: New test.
1593 2002-03-12 Jakub Jelinek <jakub@redhat.com>
1595 * gcc.c-torture/execute/wchar_t-1.c: New test.
1597 2002-03-12 David Edelsohn <edelsohn@gnu.org>
1599 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
1601 2002-03-12 Roger Sayle <roger@eyesopen.com>
1603 * gcc.dg/20020312-1.c: New test case.
1605 2002-03-11 Aldy Hernandez <aldyh@redhat.com>
1607 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
1609 2002-03-11 Richard Henderson <rth@redhat.com>
1611 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
1612 * g++.old-deja/g++.jason/report.C: Likewise.
1614 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
1616 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
1617 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
1619 2002-03-11 Nathan Sidwell <nathan@codesourcery.com>
1621 * testsuite/g++.dg/overload/pmf1.C: New test.
1623 2002-03-11 Kazu Hirata <kazu@hxi.com>
1625 * gcc.c-torture/execute/20020307-1.c: Use long.
1627 2002-03-11 Jakub Jelinek <jakub@redhat.com>
1629 PR optimization/5844
1630 * gcc.dg/20020310-1.c: New test.
1632 2002-03-09 Michael Meissner <meissner@redhat.com>
1634 * gcc.c-torture/execute/memcpy-2.c: New test.
1635 * gcc.c-torture/execute/memset-1.c: New test.
1636 * gcc.c-torture/execute/strlen-1.c: New test.
1637 * gcc.c-torture/execute/strcmp-1.c: New test.
1638 * gcc.c-torture/execute/strncmp-1.c: New test.
1640 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
1642 * gcc.dg/ppc-ldstruct.c: New test.
1644 2002-03-09 Jakub Jelinek <jakub@redhat.com>
1646 * gcc.c-torture/execute/va-arg-22.c: New test.
1648 Sat Mar 9 07:47:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1650 * gcc.c-torture/compile/20020309-1.c: New test.
1652 2002-03-08 Jakub Jelinek <jakub@redhat.com>
1654 * gcc.c-torture/execute/20020307-2.c: New test.
1656 Thu Mar 7 10:05:31 2002 Jeffrey A Law (law@redhat.com)
1658 * g77.f-torture/compile/20020307-1.f: New test.
1660 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
1662 * gcc.dg/unordered-1.c: New test.
1664 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
1666 * gcc.c-torture/execute/20020307-1.c: New test.
1668 2002-03-05 Jakub Jelinek <jakub@redhat.com>
1670 * gcc.dg/20020304-1.c: New test.
1672 * gcc.c-torture/compile/20020304-2.c: New test.
1674 2002-03-04 Zack Weinberg <zack@codesourcery.com>
1676 * gcc.c-torture/compile/20020304-1.c: New test case
1679 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
1681 * gcc.dg/20020103-1.c: Add other -D ppc variants.
1683 2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
1685 * g++.dg/other/classkey1.C: New test.
1687 2002-03-01 Richard Henderson <rth@redhat.com>
1689 * gcc.c-torture/compile/981223-1.x: New.
1690 * gcc.c-torture/compile/920625-1.x: New.
1692 2002-02-28 Richard Henderson <rth@redhat.com>
1694 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
1696 2002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
1698 * gcc.c-torture/execute/20020227-1.c: New test.
1700 2002-02-27 Mark Mitchell <mark@codesourcery.com>
1702 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
1704 * g++.old-deja/g++.oliva/partord1.C: Likewise.
1705 * g++.old-deja.g++.other/defarg1.C: Likewise.
1706 * g++.old-deja/g++.pt/calls2.C: Likewise.
1707 * g++.old-deja/g++.pt/crash20.C: Likewise.
1708 * g++.old-deja/g++.pt/crash30.C: Likewise.
1709 * g++.old-deja/g++.pt/crash36.C: Likewise.
1710 * g++.old-deja/g++.pt/crash6.C: Likewise.
1711 * g++.old-deja/g++.pt/defarg13.C: Likewise.
1712 * g++.old-deja/g++.pt/derived3.C: Likewise.
1713 * g++.old-deja/g++.pt/error1.C: Likewise.
1714 * g++.old-deja/g++.pt/friend21.C: Likewise.
1715 * g++.old-deja/g++.pt/friend23.C: Likewise.
1716 * g++.old-deja/g++.pt/infinite1.C: Likewise.
1717 * g++.old-deja/g++.robertl/eb128.C: Likewise.
1719 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
1721 * gcc.c-torture/execute/20020225-2.c: New test.
1723 2002-02-27 Zack Weinberg <zack@codesourcery.com>
1725 * gcc.c-torture/execute/920730-1t.c,
1726 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
1727 Delete test cases, only relevant to -traditional.
1729 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
1731 * gcc.dg/cpp/undef1.c: Remove.
1732 * gcc.dg/cpp/directiv.c: Update.
1733 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
1735 2002-02-27 Michael Meissner <meissner@redhat.com>
1737 * gcc.c-torture/execute/20020226-1.c: New test.
1739 2002-02-26 Jakub Jelinek <jakub@redhat.com>
1741 * g++.dg/debug/debug4.C: New test.
1743 * gcc.dg/ia64-visibility-1.c: New test.
1745 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
1747 * gcc.dg/debug/20020224-1.c: New.
1749 2002-02-25 Kazu Hirata <kazu@hxi.com>
1751 * gcc.c-torture/execute/960416-1.x: New.
1752 * gcc.c-torture/execute/divconst-3.x: Likewise.
1754 2002-02-25 Jakub Jelinek <jakub@redhat.com>
1756 * gcc.dg/20020224-1.c: New test.
1758 2002-02-25 Alan Modra <amodra@bigpond.net.au>
1760 * gcc.c-torture/execute/20020225-1.c: New.
1762 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
1764 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
1766 2002-02-23 Jakub Jelinek <jakub@redhat.com>
1768 * gcc.dg/20020222-1.c: New test.
1770 2002-02-22 Jakub Jelinek <jakub@redhat.com>
1772 * g++.dg/opt/anonunion1.C: New test.
1774 2002-02-22 Nathan Sidwell <nathan@codesourcery.com>
1776 * g++.dg/template/qualttp19.C: New test.
1777 * g++.dg/template/qualttp20.C: New test.
1778 * g++.old-deja/g++.jason/report.C: Adjust expected errors
1779 * g++.old-deja/g++.other/qual1.C: Likewise.
1781 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
1783 * gcc.dg/attr-alwaysinline.c: New.
1785 2002-02-21 Jakub Jelinek <jakub@redhat.com>
1787 * gcc.dg/20020220-1.c: New test.
1789 * gcc.dg/20020220-2.c: New test.
1791 * g++.dg/opt/mmx1.C: New test.
1793 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
1795 * gcc.c-torture/compile/20020110.c: New test.
1797 2002-02-20 Jakub Jelinek <jakub@redhat.com>
1799 * gcc.c-torture/execute/20020219-1.c: New test.
1801 * gcc.dg/20020219-1.c: New test.
1803 * gcc.dg/noncompile/20020220-1.c: New test.
1805 * g++.dg/opt/ptrintsum1.C: New test.
1807 * gcc.dg/debug/20020220-1.c: New test.
1809 2002-02-17 Jakub Jelinek <jakub@redhat.com>
1811 * gcc.c-torture/execute/20020216-1.c: New test.
1813 2002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
1815 * gcc.dg/decl-1.c: Update, new test.
1817 2002-02-15 Nathan Sidwell <nathan@codesourcery.com>
1819 * g++.dg/abi/bitfield1.C: New test.
1820 * g++.dg/abi/bitfield2.C: New test.
1822 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
1824 * gcc.dg/attr-nest.c: New test.
1826 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
1828 * gcc.c-torture/execute/20020215-1.c: New test.
1830 2002-02-14 Jakub Jelinek <jakub@redhat.com>
1832 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
1833 * g++.dg/debug/debug.exp: New.
1834 * g++.dg/debug/trivial.C: New.
1835 * g++.dg/debug/debug1.C: Moved...
1836 * g++.dg/other/debug1.C: ...from here.
1837 * g++.dg/debug/debug2.C: Moved...
1838 * g++.dg/other/debug2.C: ...from here.
1839 * g++.dg/debug/debug3.C: Moved...
1840 * g++.dg/other/debug3.C: ...from here.
1842 * gcc.dg/noncompile/20020213-1.c: New test.
1844 2002-02-13 Jakub Jelinek <jakub@redhat.com>
1846 * g++.dg/other/debug3.C: New test.
1848 * gcc.c-torture/execute/20020213-1.c: New test.
1850 2002-02-13 Richard Smith <richard@ex-parrot.com>
1852 * g++.old-deja/g++.other/thunk1.C: New test.
1854 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
1856 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
1858 2002-02-13 Stan Shebs <shebs@apple.com>
1860 * gcc.dg/altivec-3.c: New.
1862 2002-02-12 Jakub Jelinek <jakub@redhat.com>
1864 * gcc.dg/Wunreachable-1.c: New test.
1865 * gcc.dg/Wunreachable-2.c: New test.
1867 2002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
1869 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
1871 2002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
1873 * gcc.dg/decl-1.c: New test.
1875 2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
1877 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
1879 2002-02-10 Kazu Hirata <kazu@hxi.com>
1881 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
1882 * gcc.c-torture/compile/980506-1.x: Likewise.
1884 2002-02-10 Kazu Hirata <kazu@hxi.com>
1886 * gcc.dg/20020210-1.c: New.
1888 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
1890 * g77.f-torture/execute/947.f: New regression test
1893 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
1895 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
1896 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
1898 2002-02-08 Richard Henderson <rth@redhat.com>
1900 * gcc.c-torture/compile/labels-3.c: New.
1902 2002-02-08 Jakub Jelinek <jakub@redhat.com>
1904 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
1905 expression statements work instead.
1906 * gcc.dg/noncompile/20020207-1.c: New test.
1908 2002-02-07 Richard Henderson <rth@redhat.com>
1910 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
1912 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
1914 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
1916 * lib/g77-dg.exp: Trim g77 error messages so that they are
1917 recognised by dg.exp.
1919 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
1922 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
1924 2002-02-07 Richard Henderson <rth@redhat.com>
1926 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
1927 to be sufficiently aligned for integers.
1929 2002-02-07 Nathan Sidwell <nathan@codesourcery.com>
1931 * g++.dg/template/friend4.C: New test.
1933 2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
1936 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
1939 2002-02-07 Richard Henderson <rth@redhat.com>
1941 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
1942 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
1943 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
1944 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
1946 2002-02-06 Richard Henderson <rth@redhat.com>
1948 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
1950 2002-02-06 Janis Johnson <janis187@us.ibm.com>
1952 * gcc.dg/20020206-1.c: New test.
1954 2002-02-06 Jakub Jelinek <jakub@redhat.com>
1956 * gcc.c-torture/execute/20020206-1.c: New test.
1958 * gcc.c-torture/execute/20020206-2.c: New test.
1960 PR optimization/5429:
1961 * gcc.c-torture/compile/20020206-1.c: New test.
1963 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
1965 * g++.dg/ext/align1.C: Do not use an explicit alignment value
1966 as certain file formats cannot support particularly large
1969 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
1970 and do not expect to be able to link the executable.
1972 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
1973 fail because the COFF format does not support the weak attribute.
1975 2002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
1977 * g77.dg/pr5473.f: New test
1979 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
1981 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
1982 Fix testcase accordingly.
1984 2002-02-04 Richard Henderson <rth@redhat.com>
1986 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
1987 (buf): Change to be an array of pointers, not ints.
1989 2002-02-04 Jakub Jelinek <jakub@redhat.com>
1991 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
1992 before all tests. Move warning one line above to match where it
1994 * gcc.dg/Wswitch-2.c: New test.
1995 * g++.dg/warn/Wswitch-1.C: New test.
1996 * g++.dg/warn/Wswitch-2.C: New test.
1998 2002-02-04 Richard Henderson <rth@redhat.com>
2000 * g++.dg/abi/offsetof.C: Fix size comparison.
2002 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
2004 * gcc.dg/cast-qual-2.c: New test.
2006 2002-02-04 Jakub Jelinek <jakub@redhat.com>
2008 * gcc.dg/20020201-4.c: New test.
2010 2002-02-04 Ben Elliston <bje@redhat.com>
2012 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
2013 target_info attribute != 0, in addition to the empty string.
2014 (gcc_target_compile): Likewise.
2016 2002-02-03 Andrew Cagney <ac131313@redhat.com>
2018 * gcc.dg/Wswitch.c: New test.
2019 PR gcc/4475. PR gcc/3780.
2021 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
2023 * g77.f-torture/execute/5122.f: New test for regressions
2024 against PR fortran/5122.
2026 2002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
2028 * g77.f-torture/compile/pr3743.f: Delete
2029 * g77.dg/pr3743-1.f: New test.
2030 * g77.dg/pr3743-2.f: New test.
2031 * g77.dg/pr3743-3.f: New test.
2032 * g77.dg/pr3743-4.f: New test.
2034 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
2036 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
2038 2002-02-02 Richard Henderson <rth@redhat.com>
2040 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
2041 * gcc.c-torture/execute/bf64-1.c: Likewise.
2043 2002-02-02 Jakub Jelinek <jakub@redhat.com>
2045 * gcc.dg/20020201-2.c: New test.
2047 * gcc.dg/20020201-3.c: New test.
2049 * gcc.c-torture/execute/bitfld-2.c: New test.
2051 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
2053 * gcc.dg/bitfld-1.c: Update.
2054 * gcc.dg/bitfld-2.c: Update.
2055 * gcc.c-torture/execute/bitfld-1.x: New.
2057 2002-02-02 Jakub Jelinek <jakub@redhat.com>
2059 * gcc.c-torture/execute/20020201-1.c: New test.
2061 2002-02-01 Janis Johnson <janis187@us.ibm.com>
2064 * gcc.dg/20020201-1.c: New test.
2066 2002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
2069 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
2070 * g77.f-torture/compile/pr3743.x: Remove
2072 2002-01-31 Tom Rix <trix@redhat.com>
2074 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
2076 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
2078 * gcc.dg/noncompile/20020130-1.c: New test.
2080 2002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
2082 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
2084 2002-01-29 Richard Henderson <rth@redhat.com>
2086 * gcc.c-torture/execute/991118-1.c: Cast various constants back
2088 * gcc.c-torture/execute/bf64-1.c: Likewise.
2090 2002-01-29 Jakub Jelinek <jakub@redhat.com>
2092 * gcc.c-torture/execute/20020129-1.c: New test.
2094 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
2096 * gcc.c-torture/compile/20000224-1.c: Update.
2097 * gcc.c-torture/execute/bitfld-1.c: New tests.
2098 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
2099 * gcc.dg/uninit-A.c: Update.
2101 2002-01-29 Nathan Sidwell <nathan@codesourcery.com>
2103 * g++.dg/template/ctor1.C: Add instantiation.
2105 2002-01-28 Paul Koning <pkoning@equallogic.com>
2107 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
2108 argument to __builtin_prefetch to be const ptr.
2110 2002-01-28 Jakub Jelinek <jakub@redhat.com>
2112 * gcc.c-torture/compile/20020120-1.c: New test.
2114 2002-01-27 Kazu Hirata <kazu@hxi.com>
2116 * gcc.c-torture/execute/20020127-1.c: New test.
2118 2002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
2120 * g77.dg/f77-edit-i-in.f: New test
2121 * g77.dg/f77-edit-i-out.f: New test
2123 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
2125 * gcc.dg/debug/debug.exp: New file.
2126 * gcc.dg/debug/trivial.c: New file.
2127 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
2128 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
2129 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
2130 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
2131 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
2132 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
2133 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
2134 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
2135 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
2136 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
2137 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
2138 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
2139 * gcc.dg/20000503-1.c: Removed.
2140 * gcc.dg/20010207-1.c: Removed.
2141 * gcc.dg/20011223-1.c: Removed.
2142 * gcc.dg/20020104-2.c: Removed.
2143 * gcc.dg/debug-1.c: Removed.
2144 * gcc.dg/debug-2.c: Removed.
2145 * gcc.dg/debug-3.c: Removed.
2146 * gcc.dg/debug-4.c: Removed.
2147 * gcc.dg/debug-5.c: Removed.
2148 * gcc.dg/debug-6.c: Removed.
2149 * gcc.dg/dwarf2-1.c: Removed.
2150 * gcc.dg/dwarf2-2.c: Removed.
2152 2002-01-25 Jakub Jelinek <jakub@redhat.com>
2154 * g++.old-deja/g++.other/eh5.C: New test.
2155 * g++.old-deja/g++.other/sibcall2.C: New test.
2156 * g++.old-deja/g++.other/array9.C: New test.
2157 * g++.old-deja/g++.other/typename2.C: New test.
2158 * g++.old-deja/g++.other/crash60.C: New test.
2159 * g++.old-deja/g++.other/conv9.C: New test.
2160 * g++.old-deja/g++.other/mangle10.C: New test.
2161 * g++.old-deja/g++.other/unchanging1.C: New test.
2162 * g++.old-deja/g++.other/exprstmt1.C: New test.
2163 * g++.old-deja/g++.other/inline23.C: New test.
2164 * g++.old-deja/g++.eh/ia64-1.C: New test.
2165 * g++.old-deja/g++.other/dwarf2-1.C: New test.
2166 * g++.old-deja/g++.other/reload1.C: New test.
2167 * g++.old-deja/g++.other/static20.C: New test.
2168 * g++.old-deja/g++.other/local-alloc1.C: New test.
2169 * g++.old-deja/g++.other/conv8.C: New test.
2170 * g++.old-deja/g++.other/stmtexpr2.C: New test.
2171 * g++.old-deja/g++.other/storeexpr1.C: New test.
2172 * g++.old-deja/g++.other/storeexpr2.C: New test.
2173 * g++.dg/eh/template2.C: New test.
2174 * g++.dg/warn/weak1.C: New test.
2176 2002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
2178 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2179 Remove first, non-varying, argument.
2181 2002-01-23 Richard Henderson <rth@redhat.com>
2183 * gcc.dg/inline-2.c: New.
2185 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
2186 Add optional target arg. Check number of arguments.
2187 (scan-assembler-not, scan-assembler-dem): Likewise.
2188 (scan-assembler-dem-not): Likewise.
2190 2002-01-23 Zack Weinberg <zack@codesourcery.com>
2192 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
2194 * g++.old-deja/g++.brendan/parse3.C,
2195 g++.old-deja/g++.other/crash26.C,
2196 g++.old-deja/g++.other/crash28.C,
2197 g++.old-deja/g++.other/crash29.C,
2198 g++.old-deja/g++.other/crash30.C,
2199 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
2201 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
2203 * gcc.dg/20020115-1.c: New.
2205 2002-01-23 Bob Wilson <bob.wilson@acm.org>
2207 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
2209 2002-01-23 Janis Johnson <janis187@us.ibm.com>
2211 * gcc.dg/20020122-3.c: New.
2213 2002-01-23 Jakub Jelinek <jakub@redhat.com>
2215 * g++.dg/other/gc1.C: New test.
2217 2002-01-23 Zack Weinberg <zack@codesourcery.com>
2219 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
2221 2002-01-22 Richard Henderson <rth@redhat.com>
2223 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
2225 2002-01-22 Richard Henderson <rth@redhat.com>
2227 * gcc.dg/20020122-4.c: New.
2229 2002-01-22 H.J. Lu <hjl@gnu.org>
2231 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
2233 * gcc.dg/special/ecos.exp: Likewise.
2234 * lib/g++-dg.exp: Likewise.
2235 * lib/g77-dg.exp: Likewise.
2236 * lib/gcc-dg.exp : Likewise.
2237 * lib/mike-g++.exp: Likewise.
2238 * lib/mike-g77.exp: Likewise.
2239 * lib/mike-gcc.exp: Likewise.
2240 * lib/objc-dg.exp: Likewise.
2242 2002-01-22 Janis Johnson <janis187@us.ibm.com>
2245 * gcc.dg/20020122-2.c: New test.
2247 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
2249 * gcc.dg/20020122-1.c: New test.
2251 2001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
2253 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
2255 2002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
2257 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
2259 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2261 * gcc.c-torture/compile/20020121-1.c: New test.
2263 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
2265 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
2268 2002-01-21 Jakub Jelinek <jakub@redhat.com>
2270 * gcc.dg/20020218-1.c: New test.
2272 2002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
2274 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
2276 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
2277 "At global scope" warning
2278 * g++.dg/ext/align1.C: Change cygwin test for alignment
2279 from db-bogus to dg-warning
2281 2002-01-21 Zack Weinberg <zack@codesourcery.com>
2283 * g77.f-torture/compile/cpp2.F: New test.
2285 2002-01-19 Nathan Sidwell <nathan@codesourcery.com>
2287 * g++.dg/template/access1.C: New test.
2289 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
2291 * gcc.dg/20020118-1.c: New.
2293 2002-01-18 Kazu Hirata <kazu@hxi.com>
2295 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
2297 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
2299 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
2300 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
2303 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
2305 * gcc.misc-tests/i386-prefetch.exp: Save and restore
2306 torture_with_loops and torture_without_loops
2308 2002-01-17 Jakub Jelinek <jakub@redhat.com>
2310 * gcc.c-torture/compile/20020116-1.c: New test.
2312 2002-01-16 Jakub Jelinek <jakub@redhat.com>
2314 * gcc.dg/20020116-2.c: New test.
2316 * gcc.dg/ultrasp4.c: New test.
2318 * gcc.dg/20020116-1.c: New test.
2320 2002-01-15 Geoffrey Keating <geoffk@redhat.com>
2322 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
2325 2002-01-15 Janis Johnson <janis187@us.ibm.com>
2327 * gcc.misc-tests/i386-prefetch.exp: New.
2328 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
2329 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
2330 * gcc.misc-tests/i386-pf-none-1.c: New test.
2331 * gcc.misc-tests/i386-pf-sse-1.c: New test.
2333 2002-01-15 Jakub Jelinek <jakub@redhat.com>
2335 * gcc.dg/gnu89-init-1.c: Add new tests.
2337 2002-01-15 Andreas Jaeger <aj@suse.de>
2339 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
2340 * gcc.dg/i386-mmx-2.c: Likewise.
2341 * gcc.dg/i386-sse-1.c: Likewise.
2342 * gcc.dg/i386-sse-2.c: Likewise.
2343 * gcc.dg/i386-sse-3.c: Likewise.
2345 2001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
2347 * g77.f-torture/execute/intrinsic-unix-bessel.f:
2348 Uncomment additional cases that now pass.
2350 2002-01-11 Richard Henderson <rth@redhat.com>
2352 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
2353 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
2355 Fri Jan 11 12:13:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
2357 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
2359 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
2361 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
2362 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
2364 2002-01-10 Dale Johannesen <dalej@apple.com>
2366 * gcc.c-torture/execute/loop-11.c: New.
2368 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
2370 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
2371 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
2373 2002-01-09 Richard Henderson <rth@redhat.com>
2375 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
2376 type in which to perform the operation for each size.
2378 Wed Jan 9 16:48:33 2002 Alan Matsuoka (alanm@redhat.com)
2380 * gcc.c-torture/compile/20020109-2.c: New test.
2382 2002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
2384 * gcc.c-torture/execute/loop-10.c: New test.
2386 2002-01-09 Jakub Jelinek <jakub@redhat.com>
2388 * gcc.c-torture/compile/20010226-1.c: New test.
2389 * gcc.c-torture/compile/20010227-1.c: New test.
2390 * gcc.c-torture/compile/20010426-1.c: New test.
2391 * gcc.c-torture/compile/20010510-1.c: New test.
2392 * gcc.c-torture/compile/20010605-3.c: New test.
2393 * gcc.c-torture/compile/20010824-1.c: New test.
2394 * gcc.c-torture/execute/20010409-1.c: New test.
2395 * gcc.dg/noncompile/20000901-1.c: New test.
2396 * gcc.dg/20001023-1.c: New test.
2397 * gcc.dg/20001101-1.c: New test.
2398 * gcc.dg/20001102-1.c: New test.
2399 * gcc.dg/20010207-1.c: New test.
2400 * gcc.dg/20010405-1.c: New test.
2401 * gcc.dg/20010822-1.c: New test.
2402 * gcc.dg/20011107-1.c: New test.
2404 Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com)
2406 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
2408 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
2409 execution failure on PA targets.
2411 2002-01-09 Jakub Jelinek <jakub@redhat.com>
2413 * gcc.c-torture/compile/20020109-1.c: New test.
2415 2002-01-08 Kazu Hirata <kazu@hxi.com>
2417 * gcc.c-torture/execute/20020108-1.c: New test.
2419 2002-01-08 Jakub Jelinek <jakub@redhat.com>
2421 * gcc.dg/20020108-1.c: New test.
2423 2002-01-08 H.J. Lu <hjl@gnu.org>
2425 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
2428 2002-01-08 Geoff Keating <geoffk@redhat.com>
2430 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
2433 002-01-07 Aldy Hernandez <aldyh@redhat.com>
2435 * gcc.dg/altivec-4.c: Test altivec predicates.
2437 2002-01-07 Jakub Jelinek <jakub@redhat.com>
2439 * gcc.c-torture/execute/20020107-1.c: New test.
2441 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
2444 * gcc.c-torture/compile/20020106-1.c: New test.
2446 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
2448 * gcc.c-torture/execute/nestfunc-4.c: New test.
2450 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
2452 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
2453 extra triple that slipped in.
2454 * g++.old-deja/g++.abi/align.C: Likewise.
2455 * g++.old-deja/g++.abi/bitfields.C: Likewise.
2457 2002-01-04 Loren J. Rittle <ljrittle@acm.org>
2459 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
2460 * g++.old-deja/g++.abi/align.C: Likewise.
2461 * g++.old-deja/g++.abi/bitfields.C: Likewise.
2463 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
2465 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
2468 2002-01-04 Jakub Jelinek <jakub@redhat.com>
2470 * gcc.dg/20020104-1.c: New test.
2472 * gcc.dg/20020104-2.c: New test.
2474 2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
2476 * gcc.dg/20020103-1.c: Fix typo in target selector.
2478 2002-01-03 Richard Henderson <rth@redhat.com>
2480 * gcc.dg/20020103-1.c: New.
2482 2002-01-03 Kazu Hirata <kazu@hxi.com>
2484 * gcc.c-torture/execute/20020103-1.c: New test.
2486 2002-01-03 Jakub Jelinek <jakub@redhat.com>
2488 * g++.dg/other/debug2.C: New test.
2490 * gcc.c-torture/compile/20020103-1.c: New test.
2492 2002-01-02 Jakub Jelinek <jakub@redhat.com>
2494 * gcc.dg/gnu89-init-1.c: Added new tests.
2496 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
2498 * g++.dg/template/friend2.C: Remove as patch is reverted.
2500 * g++.dg/warn/oldcast1.C: New test.
2502 * g++.dg/template/ptrmem1.C: New test.
2503 * g++.dg/template/ptrmem2.C: New test.
2505 * g++.dg/template/ntp.C: New test.
2507 * g++.dg/other/component1.C: New test.
2509 * g++.dg/template/ttp3.C: New test.
2511 * g++.dg/template/friend2.C: New test.
2512 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
2514 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
2516 * g++.dg/other/ptrmem1.C: New test.
2517 * g++.dg/other/ptrmem2.C: New test.
2519 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
2521 * g++.dg/template/ctor1.C: New test.
2523 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
2525 * g++.dg/template/friend2.C: New test.
2527 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
2529 * gcc.dg/mmix-1.c: New test.
2531 2001-12-31 Richard Henderson <rth@redhat.com>
2533 * gcc.dg/asm-5.c: New.
2535 2001-12-31 Paolo Carlini <pcarlini@unitus.it>
2537 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
2538 in namespace __gnu_cxx
2540 2001-12-30 Richard Henderson <rth@redhat.com>
2542 * gcc.dg/debug-6.c: New.
2544 2001-12-30 Jakub Jelinek <jakub@redhat.com>
2546 * gcc.c-torture/compile/20011229-2.c: New test.
2548 2001-12-29 Jakub Jelinek <jakub@redhat.com>
2550 * gcc.dg/debug-3.c: New test.
2551 * gcc.dg/debug-4.c: New test.
2552 * gcc.dg/debug-5.c: New test.
2554 2001-12-29 Richard Henderson <rth@redhat.com>
2556 * g++.dg/eh/loop1.C: New.
2558 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
2560 * g++.dg/template/crash1.C: New test.
2562 2001-12-29 Nathan Sidwell <nathan@codesourcery.com>
2564 * g++.dg/other/const1.C: New test.
2566 2001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
2568 * gcc.c-torture/compile/20011229-1.c: New test.
2570 2001-12-28 Stan Shebs <shebs@apple.com>
2572 * lib/objc-torture.exp: Resync with c-torture.exp.
2573 * lib/objc.exp: Load standard libraries.
2575 2001-12-28 Jakub Jelinek <jakub@redhat.com>
2577 * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
2580 2001-12-27 Roger Sayle <roger@eyesopen.com>
2582 * gcc.c-torture/execute/string-opt-16.c: New testcase.
2584 2001-12-27 Richard Henderson <rth@redhat.com>
2586 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
2588 2001-12-26 Nathan Sidwell <nathan@codesourcery.com>
2590 * g++.dg/eh/ctor1.C: New test.
2591 * g++.dg/other/error2.C: New test.
2593 2001-12-24 Nathan Sidwell <nathan@codesourcery.com>
2595 * g++.dg/other/init2.C: New test.
2597 2001-12-24 Richard Henderson <rth@redhat.com>
2599 * gcc.dg/20011223-1.c: New.
2600 * gcc.dg/inline-1.c: New.
2602 2001-12-23 Richard Henderson <rth@redhat.com>
2604 * gcc.dg/asm-4.c: Test operand modifiers.
2606 2001-12-23 Richard Henderson <rth@redhat.com>
2608 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
2610 2001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
2612 * gcc.c-torture/execute/20011223-1.c: New test.
2614 2001-12-21 Richard Henderson <rth@redhat.com>
2616 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
2617 re-enables the warning.
2619 2001-12-21 Richard Henderson <rth@redhat.com>
2621 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
2623 2001-12-20 Jakub Jelinek <jakub@redhat.com>
2625 * gcc.c-torture/compile/20011218-1.c: New test.
2627 2001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
2629 * gcc.misc-test/arm-isr.exp: New file. Control running of the
2631 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
2632 epilogue generation for ARM ISR routines.
2634 2001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2636 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
2637 * gcc.dg/format/c90-printf-3.c: Likewise.
2638 * gcc.dg/format/c99-printf-3.c: Likewise.
2639 * gcc.dg/format/ext-1.c: Likewise.
2640 * gcc.dg/format/ext-6.c: Likewise.
2641 * gcc.dg/format/format.h: Prototype unlocked stdio.
2643 2001-12-20 Richard Henderson <rth@redhat.com>
2645 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
2647 (malloc): Correct allocation logic. Abort if we fill up the
2648 arena before initialization complete.
2649 (realloc): Correct allocation logic.
2651 2001-12-20 Jakub Jelinek <jakub@redhat.com>
2653 * gcc.c-torture/compile/20011219-2.c: New test.
2655 * gcc.c-torture/execute/20011219-1.c: New test.
2657 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
2659 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
2660 target does not support weak symbols.
2662 2001-12-19 Jakub Jelinek <jakub@redhat.com>
2664 * gcc.c-torture/compile/20011219-1.c: New test.
2666 2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
2668 * g++.dg/other/error1.C: New test.
2670 Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
2672 * gcc.c-torture/execute/20011217-1.c: New test.
2674 Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
2676 * objc.dg/special/: New directory.
2677 * objc.dg/special/special.exp: New file.
2678 * objc.dg/special/unclaimed-category-1.h: New file.
2679 * objc.dg/special/unclaimed-category-1a.m: New file.
2680 * objc.dg/special/unclaimed-category-1.m: New file.
2682 2001-12-17 Andreas Jaeger <aj@suse.de>
2684 * gcc.c-torture/compile/20011217-2.c: New test.
2686 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
2688 * gcc.c-torture/compile/20011217-1.c: New test.
2690 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
2692 * testsuite/gcc.dg/20011214-1.c: New.
2694 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
2696 * gcc.dg/altivec-4.c: New.
2698 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
2700 * gcc.dg/20011113-1.c: New test.
2702 2001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
2704 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
2705 std::__malloc_alloc_template<0> and
2706 std::__default_alloc_template<false, 0>.
2708 Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
2710 * objc/execute/bf-21.m: New test.
2711 * objc/execute/enumeration-1.m: New test.
2712 * objc/execute/enumeration-2.m: New test.
2714 2001-12-12 Jakub Jelinek <jakub@redhat.com>
2716 * gcc.dg/gnu89-init-1.c: New test.
2718 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
2720 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
2721 * g++.old-deja/g++.jason/2371.C: Likewise.
2722 * g++.old-deja/g++.jason/template33.C: Likewise.
2723 * g++.old-deja/g++.jason/template34.C: Likewise.
2724 * g++.old-deja/g++.jason/template36.C: Likewise.
2725 * g++.old-deja/g++.oliva/typename1.C: Likewise.
2726 * g++.old-deja/g++.oliva/typename2.C: Likewise.
2727 * g++.old-deja/g++.other/typename1.C: Likewise.
2728 * g++.old-deja/g++.pt/inherit2.C: Likewise.
2729 * g++.old-deja/g++.pt/nontype5.C: Likewise.
2730 * g++.old-deja/g++.pt/typename11.C: Likewise.
2731 * g++.old-deja/g++.pt/typename14.C: Likewise.
2732 * g++.old-deja/g++.pt/typename16.C: Likewise.
2733 * g++.old-deja/g++.pt/typename3.C: Likewise.
2734 * g++.old-deja/g++.pt/typename4.C: Likewise.
2735 * g++.old-deja/g++.pt/typename5.C: Likewise.
2736 * g++.old-deja/g++.pt/typename7.C: Likewise.
2737 * g++.old-deja/g++.robertl/eb9.C: Likewise.
2739 2001-12-11 Nathan Sidwell <nathan@codesourcery.com>
2741 * g++.dg/other/linkage1.C: New test.
2742 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
2745 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
2747 * gcc.dg/concat.c: New test.
2749 2001-12-11 Stan Shebs <shebs@apple.com>
2751 * objc/compile: New test directory.
2752 * objc/compile/compile.exp: New expect script.
2753 * objc/compile/20011211-1.m: New compile test.
2755 2001-12-11 Jason Merrill <jason@redhat.com>
2757 * lib/prune.exp (prune_gcc_output): Also handle "In member
2758 function". So many permutations...
2760 2001-12-10 Nathan Sidwell <nathan@codesourcery.com>
2762 * g++.dg/template/typedef1.C: New test.
2764 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
2766 * g++.dg/other/copy1.C: New test.
2768 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
2770 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
2772 * gcc.dg/builtin-choose-expr.c: New.
2774 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
2776 * gcc.dg/altivec-2.c: New.
2778 2001-12-07 Richard Henderson <rth@redhat.com>
2780 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
2782 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
2784 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
2787 Fri Dec 7 06:29:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2789 * g++-old.deja/g++.robertl/eb101.C: Deleted.
2791 2001-12-06 Janis Johnson <janis187@us.ibm.com>
2793 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
2794 variable argument list.
2796 2001-12-06 Zack Weinberg <zack@codesourcery.com>
2798 * gcc.c-torture/execute/memcheck: Delete entire directory.
2799 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
2800 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
2802 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
2804 * gcc.dg/Wshadow-1.c: New test.
2806 2001-12-05 Jakub Jelinek <jakub@redhat.com>
2808 * gcc.c-torture/compile/20011130-1.c: New test.
2810 * gcc.dg/noncompile/20011025-1.c: New test.
2812 * g++.dg/other/anon-union.C: New test.
2814 * gcc.c-torture/execute/20011024-1.c: New test.
2816 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2818 * gcc.c-torture/execute/20000722-1.x,
2819 gcc.c-torture/execute/20010123-1.x: Remove.
2820 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
2821 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
2822 gcc.dg/c99-complit-2.c: New tests.
2824 2001-12-04 Nathan Sidwell <nathan@codesourcery.com>
2826 * g++.dg/inherit/base1.C: New test.
2828 2001-12-04 Jakub Jelinek <jakub@redhat.com>
2830 * g++.dg/other/stdarg1.C: New test.
2832 * gcc.c-torture/compile/20011130-2.c: New test.
2834 2001-12-03 Janis Johnson <janis187@us.ibm.com>
2836 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
2837 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
2838 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
2839 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
2840 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
2841 * gcc.dg/builtin-prefetch-1.c: New test.
2843 2001-12-03 Jakub Jelinek <jakub@redhat.com>
2845 * gcc.dg/20011130-1.c: New test.
2847 2001-12-03 Nathan Sidwell <nathan@codesourcery.com>
2849 * g++.dg/other/scope1.C: New test.
2850 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
2852 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
2854 * gcc.dg/vla-init-1.c: New test.
2856 2001-12-01 Geoff Keating <geoffk@redhat.com>
2858 * gcc.c-torture/compile/structs.c: New testcase from GDB.
2860 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
2862 * objc.dg/alias.m: Update.
2863 * objc.dg/class-1.m: Update.
2864 * objc.dg/const-str-1.m: Update.
2865 * objc.dg/fwd-proto-1.m: Update.
2866 * objc.dg/id-1.m: Update.
2867 * objc.dg/super-class-1.m: Update.
2869 2001-11-29 Mark Mitchell <mark@codesourcery.com>
2871 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
2874 Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
2876 * gcc.c-torture/execute/20011128-1.c: New test.
2878 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
2880 * gcc.dg/20011127-1.c: New test.
2882 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
2884 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
2885 from Austin Group draft 7.
2886 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
2887 scanf format arguments.
2888 * gcc.dg/format/no-exargs-2.c: New test.
2890 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
2892 * g++.dg/abi/vbase8-4.C: New test.
2894 2001-11-24 Ian Lance Taylor <ian@airs.com>
2896 * gcc.c-torture/execute/20011121-1.c: New test.
2898 Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
2900 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
2902 2001-11-23 Andreas Jaeger <aj@suse.de>
2904 * gcc.dg/cpp/charconst-2.c: New test.
2906 2001-11-22 Geoffrey Keating <geoffk@redhat.com>
2908 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
2909 to the host if it is remote. Let tests specify extra headers
2911 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
2912 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
2913 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
2914 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
2915 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
2916 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
2917 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
2918 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
2919 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
2920 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
2922 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
2924 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
2925 for little endian ARMs.
2927 2001-11-20 Jakub Jelinek <jakub@redhat.com>
2929 * gcc.c-torture/compile/20011119-1.c: New test.
2930 * gcc.c-torture/compile/20011119-2.c: New test.
2932 2001-11-17 Aldy Hernandez <aldyh@redhat.com>
2934 * gcc.dg/altivec-1.c: Fix typo.
2936 2001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
2938 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
2940 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2942 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
2944 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
2946 * lib/g77.exp: Don't specify --rpath-link.
2948 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
2949 across all the headers.
2950 * gcc.dg/format/format.exp: For testing on a remote host,
2953 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
2954 * gcc.c-torture/execute/930406-1.c: Likewise.
2955 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
2957 2001-11-19 Aldy Hernandez <aldyh@redhat.com>
2959 * gcc.dg/altivec-1.c: New.
2961 2001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
2963 * gcc.dg/cpp/fpreprocessed.c: New test case.
2965 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
2967 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
2968 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
2969 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
2971 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
2973 * gcc.dg/no-builtin-1.c: New test.
2975 2001-11-16 Jakub Jelinek <jakub@redhat.com>
2977 * gcc.c-torture/execute/20011115-1.c: New test.
2979 2001-11-15 Jakub Jelinek <jakub@redhat.com>
2981 * gcc.c-torture/compile/20011114-2.c: New test.
2982 * gcc.c-torture/compile/20011114-3.c: New test.
2983 * gcc.c-torture/compile/20011114-4.c: New test.
2985 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
2987 * g++.dg/other/init1.C: New test.
2989 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
2991 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
2994 * gcc.c-torture/execute/20011114-1.c: New testcase.
2996 * gcc.c-torture/compile/20010327-1.c: Revert last change.
2997 * gcc.c-torture/compile/20011114-1.c: New test, exactly
2998 like the (before this change) version of 20010327-1.c.
3000 2001-11-14 Roger Sayle <roger@eyesopen.com>
3002 * gcc.c-torture/execute/string-opt-13.c: New testcase.
3004 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
3006 * g++.dg/init/array2.C: New test.
3008 2001-11-14 Alexandre Oliva <aoliva@redhat.com>
3010 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
3012 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
3014 * g++.dg/other/forscope1.C: New test.
3015 * g++.dg/ext/forscope1.C: New test.
3016 * g++.dg/ext/forscope2.C: New test.
3018 2001-11-13 Jakub Jelinek <jakub@redhat.com>
3020 * gcc.c-torture/execute/20011113-1.c: New test.
3022 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
3024 * gcc.c-torture/execute/20011109-2.c: New test.
3026 * gcc.c-torture/execute/20011109-1.c: New test.
3028 2001-11-09 Jakub Jelinek <jakub@redhat.com>
3030 * gcc.c-torture/compile/20011109-1.c: New test.
3032 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
3034 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
3035 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
3036 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
3037 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
3038 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
3039 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
3040 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
3042 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
3044 * g++.dg/warn/Wshadow-1.C: New tests.
3045 * g++.old-deja/g++.mike/for3.C: Update.
3047 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
3049 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
3050 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
3051 XFAILs. Adjust expected error texts.
3052 * gcc.c-torture/compile/20011106-1.c,
3053 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
3054 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
3055 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
3056 gcc.dg/c99-array-lval-5.c: New tests.
3058 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3060 * gcc.dg/cpp/defined.c: Update.
3062 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3064 * gcc.c-torture/execute/anon-1.c: New test.
3066 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
3068 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
3069 same size, so no warning should be produced on stormy16.
3071 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
3072 due to oversized array.
3073 * g++.old-deja/g++.mike/ns15.C: Likewise.
3074 * g++.old-deja/g++.pt/crash16.C: Likewise.
3076 2001-11-02 Graham Stott <grahams@redhat.com>
3078 * g++.dgother/debug1.C: Fix typos.
3080 2001-11-01 Jakub Jelinek <jakub@redhat.com>
3082 * g++.dg/other/debug1.C: New test.
3084 2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3086 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
3089 2001-10-30 Jakub Jelinek <jakub@redhat.com>
3091 * gcc.dg/20011029-2.c: New test.
3093 * gcc.c-torture/compile/20011029-1.c: New test.
3095 Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
3097 * objc/execute/class_self-1.m: New test.
3098 * objc/execute/class_self-2.m: New test.
3100 2001-10-25 Zack Weinberg <zack@codesourcery.com>
3102 * gcc.misc-tests/msgs.exp: Delete.
3103 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
3104 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
3105 error set to match recent changes.
3107 2001-10-24 Zack Weinberg <zack@codesourcery.com>
3109 * gcc.dg/20011021-1.c: New test.
3111 2001-10-24 Jakub Jelinek <jakub@redhat.com>
3113 * gcc.c-torture/compile/20011023-1.c: New test.
3115 2001-10-23 Geoffrey Keating <geoffk@redhat.com>
3117 * lib/g77.exp: Rewrite based on lib/g++.exp.
3119 2001-10-19 Jakub Jelinek <jakub@redhat.com>
3121 * gcc.c-torture/execute/20011019-1.c: New test.
3123 * gcc.dg/20011018-1.c: New test.
3125 2001-10-19 NIIBE Yutaka <gniibe@m17n.org>
3127 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
3129 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
3131 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
3132 * gcc.dg/attr-invalid.c: Likewise.
3134 2001-10-18 Jakub Jelinek <jakub@redhat.com>
3136 * testsuite/gcc.dg/20011015-1.c: New test.
3138 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
3140 * g++.dg/template/unify2.C: New test.
3142 2001-10-14 Richard Sandiford <rsandifo@redhat.com>
3144 * g++.dg/other/exception-specification.C: New test
3146 2001-10-13 Tom Rix <trix@redhat.com>
3148 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
3149 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
3151 2001-10-12 Jakub Jelinek <jakub@redhat.com>
3153 * testsuite/gcc.dg/20011009-1.c: New test.
3155 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
3158 * g++.dg/other/friend1.C: New test.
3160 2001-10-11 Richard Henderson <rth@redhat.com>
3162 * g++.old-deja/g++.other/crash18.C: Add -S to options.
3164 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3166 * gcc.c-torture/compile/20011010-1.c: New.
3168 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
3170 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
3171 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
3172 g77.f-torture/execute/execute.exp,
3173 g77.f-torture/noncompile/noncompile.exp,
3174 gcc.c-torture/compile/compile.exp,
3175 gcc.c-torture/execute/execute.exp,
3176 gcc.c-torture/execute/ieee/ieee.exp,
3177 gcc.c-torture/execute/memcheck/memcheck.exp,
3178 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
3179 objc/execute/execute.exp: Update FSF address.
3181 2001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
3183 * gcc.dg/cpp/cmdlne-C.c: Update.
3184 * gcc.dg/cpp/cmdlne-C2.c: New.
3186 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3188 * gcc.c-torture/execute/20011008-3.c: New.
3190 2001-10-08 DJ Delorie <dj@redhat.com>
3192 * gcc.dg/20011008-1.c: New.
3193 * gcc.dg/20011008-2.c: New.
3195 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
3197 * gcc.dg/cpp/spacing1.c: Update test.
3199 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
3201 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
3202 spelling errors of "separate" as "seperate".
3204 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
3206 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
3207 enough to avoid inlining.
3209 2001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
3211 * lib/g77.exp: set libg2c_dir correctly.
3213 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
3215 * gcc.dg/cpp/macro11.c: New test.
3217 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3219 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
3220 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
3221 gcc.dg/format/multattr-3.c: New tests.
3222 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
3223 tests for format attributes on function pointers being rejected.
3225 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3227 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
3229 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
3231 * g++.dg/warn/format1.C: New test.
3233 2001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
3235 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
3237 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
3239 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
3241 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
3243 * gcc.dg/cpp/redef2.c: Add test.
3245 2001-09-27 Geoffrey Keating <geoffk@redhat.com>
3247 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
3248 long-standing bug on i686, apparently.
3249 * gcc.c-torture/execute/loop-2c.x: New file.
3250 * gcc.c-torture/execute/loop-2d.x: New file.
3251 * gcc.c-torture/execute/loop-3c.x: New file.
3253 2001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
3255 * gcc.dg/cpp/20000625-2.c: Correct line number.
3257 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
3259 * gcc.dg/cpp/macro10.c: New test.
3260 * gcc.dg/cpp/strify3.c: New test.
3261 * gcc.dg/cpp/spacing1.c: Add tests.
3262 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
3263 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
3265 2001-09-24 DJ Delorie <dj@redhat.com>
3267 * gcc.c-torture/execute/20010924-1.c: New test.
3269 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
3271 * testsuite/objc/execute/paste.m: Remove.
3273 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
3275 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
3277 2001-09-22 George Helffrich <george@geo.titech.ac.jp>
3279 * g77.dg/strlen0.f: New test.
3281 2001-09-21 Richard Henderson <rth@redhat.com>
3283 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
3284 * g++.old-deja/g++.abi/vtable2.C: Likewise.
3286 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
3288 Table-driven attributes.
3289 * g++.dg/ext/attrib1.C: New test.
3291 2001-09-20 DJ Delorie <dj@redhat.com>
3293 * gcc.dg/20000926-1.c: Update expected warning messages.
3294 * gcc.dg/array-2.c: Likewise, and test for warnings too.
3295 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
3298 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
3300 * g++.dg/eh/registers1.C: New test case.
3302 2001-09-17 Richard Henderson <rth@redhat.com>
3304 * gcc.dg/array-5.c: Fix VLA decomposition test.
3306 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
3308 * gcc.dg/cpp/line5.c: New testcase.
3310 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
3312 * gcc.dg/cpp/macro9.c: New test.
3314 2001-09-15 Aldy Hernandez <aldyh@redhat.com>
3316 * gcc.c-torture/execute/980223.c: Change type of addr from long
3319 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
3321 * gcc.c-torture/execute/20010915-1.c: New test.
3323 2001-09-14 Janis Johnson <janis187@us.ibm.com>
3325 * g77.dg/bprob: New directory.
3326 * g77.dg/bprob/bprob.exp: New file.
3327 * g77.dg/bprob/bprob-1.f: New test.
3328 * g77.dg/gcov: New directory.
3329 * g77.dg/gcov/gcov.exp: New file.
3330 * g77.dg/gcov/gcov-1.f: New test.
3331 * g77.dg/gcov/gcov-1.x: New file.
3333 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
3335 * gcc.dg/cpp/directiv.c: Update.
3336 * gcc.dg/cpp/undef1.c: Update.
3338 2001-09-12 Jakub Jelinek <jakub@redhat.com>
3340 * gcc.dg/20010912-1.c: New test.
3342 2001-09-11 Janis Johnson <janis187@us.ibm.com>
3344 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
3345 language-independent file in lib.
3346 * lib/gcov.exp: New file.
3348 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
3350 * gcc.c-torture/compile/20010911-1.c: New test.
3352 2001-09-10 Janis Johnson <janis187@us.ibm.com>
3354 * lib/profopt.exp: New, to support profile-directed optimizations.
3355 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
3356 * gcc.misc-tests/bprob-1.c: New test.
3357 * gcc.misc-tests/bprob-2.c: New test.
3359 2001-09-07 Janis Johnson <janis187@us.ibm.com>
3361 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
3362 XFAIL and which kinds of gcov output to verify.
3363 * gcc.misc-tests/gcov-4b.x: New file.
3364 * gcc.misc-tests/gcov-5b.x: New file.
3365 * gcc.misc-tests/gcov-6.x: New file.
3366 * gcc.misc-tests/gcov-7.c: New test.
3367 * gcc.misc-tests/gcov-7.x: New file.
3369 2001-09-06 Janis Johnson <janis187@us.ibm.com>
3371 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
3372 * gcc.misc-tests/gcov-6.c: New test.
3374 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
3377 * g++.dg/abi/vbase1.C: New test.
3379 2001-09-05 Ziemowit Laski <zlaski@apple.com>
3381 * objc.dg/method-2.m: New.
3383 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
3386 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
3387 * g++.dg/init/empty1.C: New test.
3389 2001-09-03 Jakub Jelinek <jakub@redhat.com>
3391 * gcc.c-torture/compile/20010903-1.c: New test.
3393 2001-08-31 Roman Zippel <zippel@linux-m68k.org>
3395 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
3398 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
3400 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
3402 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
3404 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
3406 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
3408 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
3409 for 16-bit 'unsigned int'.
3411 2001-08-29 Kazu Hirata <kazu@hxi.com>
3413 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
3415 2001-08-27 Richard Henderson <rth@redhat.com>
3417 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
3418 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
3420 2001-08-25 Aldy Hernandez <aldyh@redhat.com>
3422 * gcc.dg/asm-names.c (ymain): New.
3424 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
3426 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
3427 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
3428 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
3430 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3432 * gcc.dg/compare5.c: New testcase.
3434 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
3436 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
3437 and "In instantiation".
3439 2001-08-21 Aldy Hernandez <aldyh@redhat.com>
3441 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
3443 2001-08-20 Janis Johnson <janis187@us.ibm.com>
3445 * gcc.misc-tests/gcov.exp: Add support for branch information.
3446 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
3447 * gcc.misc-tests/gcov-4.c: New test.
3448 * gcc.misc-tests/gcov-4b.c: New test.
3449 * gcc.misc-tests/gcov-5b.c: New test.
3451 2001-08-20 Zack Weinberg <zackw@panix.com>
3453 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
3456 2001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
3458 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
3460 2001-08-19 Jakub Jelinek <jakub@redhat.com>
3462 * g++.dg/eh/template1.C: New test.
3464 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
3466 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
3468 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
3471 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
3473 * lib/g77-dg.exp: Use prune.exp for common procedures
3474 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
3475 * lib/g77.exp: (g77-dg-prune) Remove
3477 2001-08-13 Jason Merrill <jason_merrill@redhat.com>
3479 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
3481 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3483 * g++.dg/template/unify1.C: New test.
3485 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
3487 * g++.dg/abi/empty4.C: New test.
3489 2001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
3491 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
3493 * g77.f-torture/compile/pr3743.x: Likewise
3495 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3497 * g++.dg/other/using-declaration.C: New test.
3499 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
3501 * gcc.dg/cpp/tr-sign.c: New testcase.
3503 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
3505 * gcc.dg/cpp/19951025-1.c: Revert.
3506 * gcc.dg/cpp/directiv.c: We no longer process directives that
3507 interrupt macro arguments.
3509 2001-08-03 Zack Weinberg <zackw@stanford.edu>
3511 * gcc.dg/bconstp-1.c: New test.
3513 2001-08-03 Richard Henderson <rth@redhat.com>
3515 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
3517 2001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
3519 * gcc.dg/cpp/19951025-1.c: Update.
3521 2001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
3523 * g77.dg/ff90-1.f (s): Fix reference of variable z,
3526 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
3529 * g++.old-deja/g++.ns/ns14.C: Remove special options.
3530 * g++.old-deja/g++.other/std1.C: Likewise.
3531 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
3533 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
3535 * lib/g77.exp: Load gcc-defs.exp for common procedures
3536 (g77_pass, g77_fail, g77_finish, g77_exit,
3537 ${tool}_check_unsupported_p} Now redundant. Deleted.
3539 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
3541 * g77.dg/fbackslash.f
3542 * g77.dg/fcase-preserve.f
3544 * g77.dg/ffixed-line-length-0.f
3545 * g77.dg/ffixed-line-length-132.f
3546 * g77.dg/ffixed-line-length-7.f
3547 * g77.dg/ffixed-line-length-72.f
3548 * g77.dg/ffixed-line-length-none.f
3549 * g77.dg/ffree-form-1.f
3550 * g77.dg/fno-backslash.f
3551 * g77.dg/fno-f90-1.f
3552 * g77.dg/fno-fixed-form-1.f
3553 * g77.dg/fno-onetrip.f
3554 * g77.dg/fno-typeless-boz.f
3555 * g77.dg/fno-underscoring.f
3556 * g77.dg/fno-vxt-1.f
3558 * g77.dg/ftypeless-boz.f
3559 * g77.dg/fugly-assumed.f
3560 * g77.dg/funderscoring.f
3563 2001-08-01 Ziemowit Laski <zlaski@apple.com>
3565 * objc.dg/fwd-proto-1.m: New.
3566 * objc.dg/local-decl-1.m: New.
3567 * objc.dg/naming-1.m: New.
3568 * objc.dg/naming-2.m: New.
3569 * objc.dg/proto-hier-1.m: New.
3571 2001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
3573 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
3574 largest-type elements to a struct makes its size grow.
3576 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
3578 * g++.dg/abi/vthunk1.C: New test.
3580 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
3582 * g++.dg/abi/vbase8-22.C: New test.
3584 2001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3586 * gcc.dg/cpp/macro8.c: New test.
3588 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
3590 * g++.dg/abi/vbase8-21.C: New test.
3592 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
3594 * g++.dg/abi/vbase8-10.C: New test.
3596 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3598 * lib/g++.exp (g++_set_ld_library_path): Renamed to
3599 ${tool}_set_ld_library_path.
3601 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
3604 2001-07-26 Stan Cox <scox@redhat.com>
3606 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
3607 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
3608 gcc_exit, gcc_check_unsupported_p):
3609 Moved to gcc-deps.exp
3610 * gcc-deps.exp: New file.
3612 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3614 * g++.old-deja/g++.pt/defarg14.C: New test.
3616 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
3618 * g++.old-deja/g++.other/lineno5.C: New test.
3620 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
3622 * g++.old-deja/g++.pt/crash68.C: New test.
3624 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
3626 * g++.old-deja/g++.other/crash42.C: New test.
3628 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3630 * gcc.dg/cpp/extratokens.c: Fix.
3631 * gcc.dg/cpp/skipping2.c: New tests.
3633 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3635 * gcc.c-torture/execute/20010724-1.c: New file.
3636 * gcc.c-torture/execute/20010724-1.x: New file.
3638 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
3640 * g++.old-deja/g++.other/cond7.C: New test.
3642 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
3644 * g++.old-deja/g++.other/optimize4.C: New test.
3646 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
3648 * g++.old-deja/g++.abi/vbase8-5.C: New test.
3650 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
3652 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
3653 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
3654 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
3655 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
3657 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
3658 bug report" message.
3660 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
3661 * g++.dg/ext/instantiate1.C: Move from old-deja.
3663 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
3665 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
3666 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
3667 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
3668 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
3670 Mon Jul 23 10:14:17 2001 Jeffrey A Law (law@cygnus.com)
3672 * gcc.c-torture/execute/20010723-1.c: New test.
3674 2001-07-23 Ben Elliston <bje@redhat.com>
3676 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
3678 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3680 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
3682 Delete handling of ieee_multilib_flags.
3683 Pass -mieee for alpha*-*-* and sh-*-*.
3684 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
3686 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
3688 Remove old-abi tests.
3689 * g++.old-deja/g++.mike/p11116.C: Remove.
3690 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
3692 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
3694 * g77.f-torture/compile/pr3743.f: New test
3696 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
3698 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
3700 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3702 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
3703 g++.old-deja/g++.pt/static6.C: Likewise.
3704 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
3705 supports weak symbols.
3707 2001-07-18 Andreas Jaeger <aj@suse.de>
3709 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
3712 2001-07-18 Andreas Jaeger <aj@suse.de>
3714 * gcc.dg/iftrap-1.c: Fix target line.
3716 2001-07-17 Richard Henderson <rth@redhat.com>
3718 * gcc.c-torture/execute/20010717-1.c: New.
3720 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
3722 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
3725 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
3727 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
3729 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3731 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
3732 UAC_SIGBUS, UAC_NOPRINT definitions.
3734 Mon Jul 16 12:21:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
3736 * objc/execute/object_is_class.m: New test.
3737 * objc/execute/object_is_meta_class.m: New test.
3739 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
3741 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
3742 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
3744 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
3746 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
3747 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
3749 2001-07-14 Richard Henderson <rth@redhat.com>
3751 * gcc.dg/iftrap-1.c: New.
3753 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
3755 * g77.f-torture/execute/intrinsic77.f: New test.
3757 2001-07-11 Janis Johnson <janis@us.ibm.com>
3759 * gcc.misc-tests/gcov-3.c: New test.
3761 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
3763 * gcc.c-torture/compile/20010711-1.c,
3764 * gcc.c-torture/compile/20010711-2.c: New tests.
3766 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
3768 * gcc.c-torture/execute/20010711-1.c: New test.
3770 2001-07-11 Ben Elliston <bje@redhat.com>
3772 * g++.old-deja/g++.other/enum5.C: New test.
3774 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
3776 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
3777 (g++-dg-prune): Call prune_gcc_output.
3778 * prune.exp: New file for prune_gcc_output.
3779 * lib/g++.exp, lib/gcc.exp: Load it.
3781 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
3783 * gcc.c-torture/compile/20010701-1.c,
3784 g++.old-deja/g++.ext/attrib6.C: New tests.
3786 Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
3788 * gcc.c-torture/compile/20010706-1.c: New test.
3790 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
3792 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
3794 2001-06-28 Stan Shebs <shebs@apple.com>
3796 * gcc.dg/pragma-darwin.c: New test.
3798 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3800 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
3801 Solaris 2.[678] system.
3803 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
3805 * gcc.dg/20010622-1.c: New test.
3807 2001-06-18 Stan Shebs <shebs@apple.com>
3809 * objc.dg: New directory.
3810 * objc.dg/dg.exp: New file.
3811 * objc.dg/alias.m: New.
3812 * objc.dg/class-1.m: New.
3813 * objc.dg/class-2.m: New.
3814 * objc.dg/const-str-1.m: New.
3815 * objc.dg/const-str-2.m: New.
3816 * objc.dg/id-1.m: New.
3817 * objc.dg/method-1.m: New.
3818 * objc.dg/super-class-1.m: New.
3819 * lib/objc-dg.exp: New file.
3821 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
3823 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
3826 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
3828 * g++.old-deja/g++.abi/vbase8-9.C: New test.
3830 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3832 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
3835 2001-06-12 Richard Henderson <rth@redhat.com>
3837 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
3839 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
3841 * g++.old-deja/g++.abi/vbase5.C: New test.
3842 * g++.old-deja/g++.abi/vbase6.C: New test.
3843 * g++.old-deja/g++.abi/vbase7.C: New test.
3845 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3847 * gcc.c-torture/compile/20010610-1.c: New test.
3849 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
3851 * g++.old-deja/g++.abi/vbase4.C: New test.
3853 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3855 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
3856 support %f for HC11/HC12 targets.
3857 * gcc.c-torture/execute/930513-1.x: New file, likewise.
3858 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
3859 on HC11/HC12 targets.
3860 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
3862 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3864 * gcc.dg/wchar_t-1.c: New file.
3865 * gcc.dg/wint_t-1.c: Likewise.
3867 2001-06-11 Bernd Schmidt <bernds@redhat.com>
3869 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
3871 2001-06-11 Richard Henderson <rth@redhat.com>
3873 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
3875 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
3877 * gcc.c-torture/compile/20010611-1.c: New test.
3879 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
3881 * gcc.dg/c99-tag-1.c: Add more tests.
3883 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
3885 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
3886 representation on MN10300 and ARM/Thumb.
3888 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
3890 * g77.f-torture/execute/20010610.f: New.
3892 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
3894 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
3897 2001-06-09 Richard Henderson <rth@redhat.com>
3899 * gcc.c-torture/execute/ashrdi-1.c: New.
3900 * gcc.c-torture/execute/ashldi-1.c: New.
3901 * gcc.c-torture/execute/lshrdi-1.c: New.
3903 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
3905 * objc/execute/load-3.m: Added. Check sending +load to categories,
3906 in addition to classes.
3908 2001-06-08 Stan Shebs <shebs@apple.com>
3910 * objc/execute/load-2.m: New test. From Nicola Pero
3911 <n.pero@mi.flashnet.it>.
3913 2001-06-08 Jakub Jelinek <jakub@redhat.com>
3915 * gcc.c-torture/execute/20010605-2.c: New test.
3917 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
3919 * g++.old-deja/g++.abi/vbase2.C: New test.
3920 * g++.old-deja/g++.abi/vbase3.C: New test.
3922 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
3924 * g++.old-deja/g++.pt/friend49.C: New test.
3926 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
3928 * g++.old-deja/g++.ext/anon3.C: New test.
3930 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
3932 * g++.old-deja/g++.other/conv7.C: New test.
3934 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
3936 * gcc.c-torture/compile/20010605-2.c: New test.
3938 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
3940 * gcc.c-torture/execute/20010604-1.c: New test.
3942 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
3944 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
3946 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
3948 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
3949 (g++_link_flags): Likewise.
3950 (g++_init): Pass gccpath's value to two previous functions.
3952 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3954 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
3955 Ensure logfile entry matches exec command line.
3957 2001-05-31 Richard Henderson <rth@redhat.com>
3959 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
3960 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
3962 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
3964 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
3965 compiler for irix6.2
3967 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
3969 * g++.old-deja/g++.other/optimize3.C: New file.
3971 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
3973 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
3976 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
3978 * g++.old-deja/g++.other/optimize2.C: New file.
3980 2001-05-25 Diego Novillo <dnovillo@redhat.com>
3982 * gcc.c-torture/compile/20010518-2.c: New file.
3983 * gcc.c-torture/execute/20010518-1.c: New file.
3984 * gcc.c-torture/execute/20010518-2.c: New file.
3986 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
3988 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
3990 2001-05-24 Mark Mitchell <mark@codesourcery.com>
3992 G++ no longer defines builtins that do not begin with __builtin.
3993 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
3994 * g++.old-deja/g++.brendand/misc13.C: Likewise.
3995 * g++.old-deja/g++.law/builtin1.C: Likewise.
3996 * g++.old-deja/g++.law/cvt2.C: Likewise.
3997 * g++.old-deja/g++.mike/net5.C: Likewise.
3998 * g++.old-deja/g++.other/builtins1.C: Likewise.
3999 * g++.old-deja/g++.other/builtins2.C: Likewise.
4000 * g++.old-deja/g++.other/builtins3.C: Likewise.
4001 * g++.old-deja/g++.other/builtins4.C: Likewise.
4002 * g++.old-deja/g++.other/inline8.C: Likewise.
4003 * g++.old-deja/g++.robertl/eb39.C: Likewise.
4005 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
4007 * g++.old-deja/g++.pt/using1.C: Adjust.
4008 * g++.old-deja/g++.pt/using2.C: New test.
4010 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
4012 * gcc.dg/cpp/charconst.c: New tests.
4013 * gcc.dg/cpp/escape.c: New tests.
4014 * gcc.dg/cpp/escape-1.c: New tests.
4015 * gcc.dg/cpp/escape-2.c: New tests.
4016 * gcc.dg/cpp/ucs.c: New tests.
4018 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
4020 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
4021 native compiler for irix6.5.
4023 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
4025 * lib/g++.exp (g++_include_flags): Use args to compute
4027 (g++_link_flags): Likewise.
4028 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
4030 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
4032 * gcc.dg/c90-hexfloat-1.c: Add more tests.
4034 2001-05-21 Geoff Keating <geoffk@redhat.com>
4036 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
4039 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4041 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
4043 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
4044 to STACK_SIZE; Use it to define size of add_histo array.
4045 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
4047 (f): Use GITT_SIZE to define size of gitt local table.
4048 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
4049 to STACK_SIZE; Use it to define size of bytemem array.
4051 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4053 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
4054 on 68HC11/HC12 due to the asm instruction.
4055 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
4056 * gcc.c-torture/compile/920520-1.x: Likewise.
4057 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
4058 on 68HC11/HC12 because the function is larger than 64K.
4059 * gcc.c-torture/compile/961203-1.x: New file, this test fails
4060 on 68HC11/HC12 because the structure is too large.
4062 2001-05-20 Richard Henderson <rth@redhat.com>
4064 * gcc.c-torture/execute/20010520-1.c: New.
4066 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4068 * g++.old-deja/g++.warn/compare1.C: New test.
4069 * gcc.dg/compare4.c: New test.
4071 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
4073 * g++.old-deja/g++.other/optimize1.C: New test.
4075 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4077 * g++.old-deja/g++.pt/spec41.C: New test.
4079 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
4081 * gcc.c-torture/compile/20010114-1.x: Remove.
4083 2001-05-18 Stan Shebs <shebs@apple.com>
4085 * gcc.c-torture/compile/20010518-1.c: New test.
4087 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
4089 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
4090 * g++.old-deja/g++.pt/crash67.C: New test.
4092 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
4094 * g++.old-deja/g++.other/debug9.C: New test.
4096 2001-05-16 Zack Weinberg <zackw@stanford.edu>
4098 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
4100 Wed May 16 20:33:57 CEST 2001 Jan Hubicka <jh@suse.cz>
4102 * gcc.c-torture/compile/20010516-1.c: New test.
4104 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
4106 * g++.old-deja/g++.other/crash41.C: New test.
4108 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
4110 * g++.old-deja/g++.pt/crash66.C: New test.
4112 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
4114 * g++.old-deja/g++.robertl/eb27.C: Convert.
4116 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
4118 * g++.dg/friend-warn.C: New test. Do not warn about friend
4119 declaration being redundant.
4121 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
4123 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
4125 2001-05-14 Mark Mitchell <mark@codesourcery.com>
4127 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
4129 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
4131 * lib/g++.exp: Use testsuite_flags.
4133 2001-05-13 Mark Mitchell <mark@codesourcery.com>
4135 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
4137 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
4139 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
4141 2001-05-11 Mark Mitchell <mark@codesourcery.com>
4143 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
4145 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
4147 * gcc.c-torture/compile/20010313-1.c: New test.
4149 2001-05-09 Zack Weinberg <zackw@stanford.edu>
4151 * gcc.dg/cpp/direct2.c: New test.
4152 * gccq.dg/cpp/direct2s.c: New test.
4154 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
4156 2001-05-07 Mark Mitchell <mark@codesourcery.com>
4158 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
4159 * g++.old-deja/g++.other/op3.C: Likewise.
4161 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
4163 * gcc.dg/cpp/syshdr.h: New file.
4164 * gcc.dg/cpp/sysmac1.c: Update.
4165 * gcc.dg/cpp/sysmac2.c: Update.
4167 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
4169 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
4171 2001-05-04 David Edelsohn <edelsohn@gnu.org>
4173 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
4174 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
4176 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
4178 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
4180 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
4182 * lib/g++.exp (g++_include_flags): Don't use any special flags
4183 if TESTING_IN_BUILD_TREE is not defined.
4184 (g++_init): Use a plain 'c++' as the compiler if
4185 TESTING_IN_BUILD_TREEE is not defined.
4187 2001-05-02 Jakub Jelinek <jakub@redhat.com>
4189 * g++.old-deja/g++.eh/catch13.C: New test.
4190 * g++.old-deja/g++.eh/catch14.C: New test.
4192 2001-05-02 Jakub Jelinek <jakub@redhat.com>
4194 * gcc.dg/cpp/tr-define.c: New test.
4196 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
4198 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
4199 <stdlib.h>, not <malloc.h>.
4201 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
4203 * g++.old-deja/g++.ns/template17.C: New test.
4205 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
4207 * g++.old-deja/g++.pt/ref4.C: New test.
4209 2001-04-30 Richard Henderson <rth@redhat.com>
4211 * gcc.dg/20000724-1.c: Revert last change.
4213 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
4215 * g77.f-torture/execute/20010430.f: New test.
4217 2001-04-30 Mark Mitchell <mark@codesourcery.com>
4219 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
4221 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
4223 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
4225 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
4227 * g++.old-deja/g++.eh/crash6.C: New test.
4229 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
4231 * g++.old-deja/g++.other/warn7.C: New test.
4233 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
4235 * g++.old-deja/g++.other/defarg9.C: New test.
4237 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
4239 * g77.f-torture/compile/20010426.f: New test.
4240 * g77.f-torture/execute/20010426.f: New test.
4242 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
4244 * g77.f-torture/compile/20000629-1.x: Remove - error
4247 Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com)
4249 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
4250 Tweak slightly to work with g++.dg framework.
4251 * g++.dg/special/ecos.exp: Run initp1.C test.
4252 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
4254 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
4255 its linker doesn't give line numbers either.
4256 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
4258 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
4260 * g++.old-deja/g++.other/lex1.C: New test.
4262 2001-04-26 Jakub Jelinek <jakub@redhat.com>
4264 * gcc.dg/noncompile/20010425-1.c: New test.
4266 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
4268 * g++.old-deja/g++.pt/mangle2.C: New test.
4270 2001-04-25 Jakub Jelinek <jakub@redhat.com>
4272 * gcc.dg/format/plus-1.c: New test.
4274 2001-04-25 Jakub Jelinek <jakub@redhat.com>
4276 * gcc.dg/20010423-1.c: New test.
4278 2001-04-25 Jakub Jelinek <jakub@redhat.com>