1 2001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3 * lib/g++.exp (g++_set_ld_library_path): Renamed to
4 ${tool}_set_ld_library_path.
6 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
9 2001-07-26 Stan Cox <scox@redhat.com>
11 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
12 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
13 gcc_exit, gcc_check_unsupported_p):
15 * gcc-deps.exp: New file.
17 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
19 * g++.old-deja/g++.pt/defarg14.C: New test.
21 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
23 * g++.old-deja/g++.other/lineno5.C: New test.
25 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
27 * g++.old-deja/g++.pt/crash68.C: New test.
29 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
31 * g++.old-deja/g++.other/crash42.C: New test.
33 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
35 * gcc.dg/cpp/extratokens.c: Fix.
36 * gcc.dg/cpp/skipping2.c: New tests.
38 2001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
40 * gcc.c-torture/execute/20010724-1.c: New file.
41 * gcc.c-torture/execute/20010724-1.x: New file.
43 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
45 * g++.old-deja/g++.other/cond7.C: New test.
47 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
49 * g++.old-deja/g++.other/optimize4.C: New test.
51 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
53 * g++.old-deja/g++.abi/vbase8-5.C: New test.
55 2001-07-24 Jason Merrill <jason_merrill@redhat.com>
57 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
58 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
59 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
60 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
62 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
65 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
66 * g++.dg/ext/instantiate1.C: Move from old-deja.
68 2001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
70 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
71 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
72 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
73 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
75 Mon Jul 23 10:14:17 2001 Jeffrey A Law (law@cygnus.com)
77 * gcc.c-torture/execute/20010723-1.c: New test.
79 2001-07-23 Ben Elliston <bje@redhat.com>
81 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
83 2001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
85 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
87 Delete handling of ieee_multilib_flags.
88 Pass -mieee for alpha*-*-* and sh-*-*.
89 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
91 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
94 * g++.old-deja/g++.mike/p11116.C: Remove.
95 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
97 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
99 * g77.f-torture/compile/pr3743.f: New test
101 2001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
103 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
105 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
107 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
108 g++.old-deja/g++.pt/static6.C: Likewise.
109 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
110 supports weak symbols.
112 2001-07-18 Andreas Jaeger <aj@suse.de>
114 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
117 2001-07-18 Andreas Jaeger <aj@suse.de>
119 * gcc.dg/iftrap-1.c: Fix target line.
121 2001-07-17 Richard Henderson <rth@redhat.com>
123 * gcc.c-torture/execute/20010717-1.c: New.
125 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
127 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
130 2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
132 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
134 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
136 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
137 UAC_SIGBUS, UAC_NOPRINT definitions.
139 Mon Jul 16 12:21:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
141 * objc/execute/object_is_class.m: New test.
142 * objc/execute/object_is_meta_class.m: New test.
144 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
146 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
147 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
149 2001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
151 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
152 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
154 2001-07-14 Richard Henderson <rth@redhat.com>
156 * gcc.dg/iftrap-1.c: New.
158 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
160 * g77.f-torture/execute/intrinsic77.f: New test.
162 2001-07-11 Janis Johnson <janis@us.ibm.com>
164 * gcc.misc-tests/gcov-3.c: New test.
166 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
168 * gcc.c-torture/compile/20010711-1.c,
169 * gcc.c-torture/compile/20010711-2.c: New tests.
171 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
173 * gcc.c-torture/execute/20010711-1.c: New test.
175 2001-07-11 Ben Elliston <bje@redhat.com>
177 * g++.old-deja/g++.other/enum5.C: New test.
179 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
181 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
182 (g++-dg-prune): Call prune_gcc_output.
183 * prune.exp: New file for prune_gcc_output.
184 * lib/g++.exp, lib/gcc.exp: Load it.
186 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
188 * gcc.c-torture/compile/20010701-1.c,
189 g++.old-deja/g++.ext/attrib6.C: New tests.
191 Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
193 * gcc.c-torture/compile/20010706-1.c: New test.
195 2000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
197 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
199 2001-06-28 Stan Shebs <shebs@apple.com>
201 * gcc.dg/pragma-darwin.c: New test.
203 2001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
205 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
206 Solaris 2.[678] system.
208 2001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
210 * gcc.dg/20010622-1.c: New test.
212 2001-06-18 Stan Shebs <shebs@apple.com>
214 * objc.dg: New directory.
215 * objc.dg/dg.exp: New file.
216 * objc.dg/alias.m: New.
217 * objc.dg/class-1.m: New.
218 * objc.dg/class-2.m: New.
219 * objc.dg/const-str-1.m: New.
220 * objc.dg/const-str-2.m: New.
221 * objc.dg/id-1.m: New.
222 * objc.dg/method-1.m: New.
223 * objc.dg/super-class-1.m: New.
224 * lib/objc-dg.exp: New file.
226 2001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
228 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
231 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
233 * g++.old-deja/g++.abi/vbase8-9.C: New test.
235 2001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
237 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
240 2001-06-12 Richard Henderson <rth@redhat.com>
242 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
244 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
246 * g++.old-deja/g++.abi/vbase5.C: New test.
247 * g++.old-deja/g++.abi/vbase6.C: New test.
248 * g++.old-deja/g++.abi/vbase7.C: New test.
250 2001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
252 * gcc.c-torture/compile/20010610-1.c: New test.
254 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
256 * g++.old-deja/g++.abi/vbase4.C: New test.
258 2001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
260 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
261 support %f for HC11/HC12 targets.
262 * gcc.c-torture/execute/930513-1.x: New file, likewise.
263 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
264 on HC11/HC12 targets.
265 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
267 2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
269 * gcc.dg/wchar_t-1.c: New file.
270 * gcc.dg/wint_t-1.c: Likewise.
272 2001-06-11 Bernd Schmidt <bernds@redhat.com>
274 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
276 2001-06-11 Richard Henderson <rth@redhat.com>
278 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
280 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
282 * gcc.c-torture/compile/20010611-1.c: New test.
284 2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
286 * gcc.dg/c99-tag-1.c: Add more tests.
288 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
290 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
291 representation on MN10300 and ARM/Thumb.
293 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
295 * g77.f-torture/execute/20010610.f: New.
297 2001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
299 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
302 2001-06-09 Richard Henderson <rth@redhat.com>
304 * gcc.c-torture/execute/ashrdi-1.c: New.
305 * gcc.c-torture/execute/ashldi-1.c: New.
306 * gcc.c-torture/execute/lshrdi-1.c: New.
308 2001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
310 * objc/execute/load-3.m: Added. Check sending +load to categories,
311 in addition to classes.
313 2001-06-08 Stan Shebs <shebs@apple.com>
315 * objc/execute/load-2.m: New test. From Nicola Pero
316 <n.pero@mi.flashnet.it>.
318 2001-06-08 Jakub Jelinek <jakub@redhat.com>
320 * gcc.c-torture/execute/20010605-2.c: New test.
322 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
324 * g++.old-deja/g++.abi/vbase2.C: New test.
325 * g++.old-deja/g++.abi/vbase3.C: New test.
327 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
329 * g++.old-deja/g++.pt/friend49.C: New test.
331 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
333 * g++.old-deja/g++.ext/anon3.C: New test.
335 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
337 * g++.old-deja/g++.other/conv7.C: New test.
339 2001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
341 * gcc.c-torture/compile/20010605-2.c: New test.
343 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
345 * gcc.c-torture/execute/20010604-1.c: New test.
347 2001-06-04 Loren J. Rittle <ljrittle@acm.org>
349 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
351 2001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
353 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
354 (g++_link_flags): Likewise.
355 (g++_init): Pass gccpath's value to two previous functions.
357 2001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
359 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
360 Ensure logfile entry matches exec command line.
362 2001-05-31 Richard Henderson <rth@redhat.com>
364 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
365 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
367 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
369 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
372 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
374 * g++.old-deja/g++.other/optimize3.C: New file.
376 2001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
378 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
381 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
383 * g++.old-deja/g++.other/optimize2.C: New file.
385 2001-05-25 Diego Novillo <dnovillo@redhat.com>
387 * gcc.c-torture/compile/20010518-2.c: New file.
388 * gcc.c-torture/execute/20010518-1.c: New file.
389 * gcc.c-torture/execute/20010518-2.c: New file.
391 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
393 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
395 2001-05-24 Mark Mitchell <mark@codesourcery.com>
397 G++ no longer defines builtins that do not begin with __builtin.
398 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
399 * g++.old-deja/g++.brendand/misc13.C: Likewise.
400 * g++.old-deja/g++.law/builtin1.C: Likewise.
401 * g++.old-deja/g++.law/cvt2.C: Likewise.
402 * g++.old-deja/g++.mike/net5.C: Likewise.
403 * g++.old-deja/g++.other/builtins1.C: Likewise.
404 * g++.old-deja/g++.other/builtins2.C: Likewise.
405 * g++.old-deja/g++.other/builtins3.C: Likewise.
406 * g++.old-deja/g++.other/builtins4.C: Likewise.
407 * g++.old-deja/g++.other/inline8.C: Likewise.
408 * g++.old-deja/g++.robertl/eb39.C: Likewise.
410 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
412 * g++.old-deja/g++.pt/using1.C: Adjust.
413 * g++.old-deja/g++.pt/using2.C: New test.
415 2001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
417 * gcc.dg/cpp/charconst.c: New tests.
418 * gcc.dg/cpp/escape.c: New tests.
419 * gcc.dg/cpp/escape-1.c: New tests.
420 * gcc.dg/cpp/escape-2.c: New tests.
421 * gcc.dg/cpp/ucs.c: New tests.
423 2001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
425 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
426 native compiler for irix6.5.
428 Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
430 * lib/g++.exp (g++_include_flags): Use args to compute
432 (g++_link_flags): Likewise.
433 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
435 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
437 * gcc.dg/c90-hexfloat-1.c: Add more tests.
439 2001-05-21 Geoff Keating <geoffk@redhat.com>
441 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
444 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
446 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
448 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
449 to STACK_SIZE; Use it to define size of add_histo array.
450 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
452 (f): Use GITT_SIZE to define size of gitt local table.
453 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
454 to STACK_SIZE; Use it to define size of bytemem array.
456 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
458 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
459 on 68HC11/HC12 due to the asm instruction.
460 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
461 * gcc.c-torture/compile/920520-1.x: Likewise.
462 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
463 on 68HC11/HC12 because the function is larger than 64K.
464 * gcc.c-torture/compile/961203-1.x: New file, this test fails
465 on 68HC11/HC12 because the structure is too large.
467 2001-05-20 Richard Henderson <rth@redhat.com>
469 * gcc.c-torture/execute/20010520-1.c: New.
471 2001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
473 * g++.old-deja/g++.warn/compare1.C: New test.
474 * gcc.dg/compare4.c: New test.
476 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
478 * g++.old-deja/g++.other/optimize1.C: New test.
480 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
482 * g++.old-deja/g++.pt/spec41.C: New test.
484 2001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
486 * gcc.c-torture/compile/20010114-1.x: Remove.
488 2001-05-18 Stan Shebs <shebs@apple.com>
490 * gcc.c-torture/compile/20010518-1.c: New test.
492 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
494 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
495 * g++.old-deja/g++.pt/crash67.C: New test.
497 2001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
499 * g++.old-deja/g++.other/debug9.C: New test.
501 2001-05-16 Zack Weinberg <zackw@stanford.edu>
503 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
505 Wed May 16 20:33:57 CEST 2001 Jan Hubicka <jh@suse.cz>
507 * gcc.c-torture/compile/20010516-1.c: New test.
509 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
511 * g++.old-deja/g++.other/crash41.C: New test.
513 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
515 * g++.old-deja/g++.pt/crash66.C: New test.
517 2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
519 * g++.old-deja/g++.robertl/eb27.C: Convert.
521 2001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
523 * g++.dg/friend-warn.C: New test. Do not warn about friend
524 declaration being redundant.
526 2001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
528 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
530 2001-05-14 Mark Mitchell <mark@codesourcery.com>
532 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
534 2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
536 * lib/g++.exp: Use testsuite_flags.
538 2001-05-13 Mark Mitchell <mark@codesourcery.com>
540 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
542 2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
544 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
546 2001-05-11 Mark Mitchell <mark@codesourcery.com>
548 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
550 2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
552 * gcc.c-torture/compile/20010313-1.c: New test.
554 2001-05-09 Zack Weinberg <zackw@stanford.edu>
556 * gcc.dg/cpp/direct2.c: New test.
557 * gccq.dg/cpp/direct2s.c: New test.
559 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
561 2001-05-07 Mark Mitchell <mark@codesourcery.com>
563 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
564 * g++.old-deja/g++.other/op3.C: Likewise.
566 2001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
568 * gcc.dg/cpp/syshdr.h: New file.
569 * gcc.dg/cpp/sysmac1.c: Update.
570 * gcc.dg/cpp/sysmac2.c: Update.
572 2001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
574 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
576 2001-05-04 David Edelsohn <edelsohn@gnu.org>
578 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
579 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
581 2001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
583 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
585 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
587 * lib/g++.exp (g++_include_flags): Don't use any special flags
588 if TESTING_IN_BUILD_TREE is not defined.
589 (g++_init): Use a plain 'c++' as the compiler if
590 TESTING_IN_BUILD_TREEE is not defined.
592 2001-05-02 Jakub Jelinek <jakub@redhat.com>
594 * g++.old-deja/g++.eh/catch13.C: New test.
595 * g++.old-deja/g++.eh/catch14.C: New test.
597 2001-05-02 Jakub Jelinek <jakub@redhat.com>
599 * gcc.dg/cpp/tr-define.c: New test.
601 2001-05-01 Loren J. Rittle <ljrittle@acm.org>
603 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
604 <stdlib.h>, not <malloc.h>.
606 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
608 * g++.old-deja/g++.ns/template17.C: New test.
610 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
612 * g++.old-deja/g++.pt/ref4.C: New test.
614 2001-04-30 Richard Henderson <rth@redhat.com>
616 * gcc.dg/20000724-1.c: Revert last change.
618 2001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
620 * g77.f-torture/execute/20010430.f: New test.
622 2001-04-30 Mark Mitchell <mark@codesourcery.com>
624 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
626 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
628 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
630 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
632 * g++.old-deja/g++.eh/crash6.C: New test.
634 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
636 * g++.old-deja/g++.other/warn7.C: New test.
638 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
640 * g++.old-deja/g++.other/defarg9.C: New test.
642 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
644 * g77.f-torture/compile/20010426.f: New test.
645 * g77.f-torture/execute/20010426.f: New test.
647 2001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
649 * g77.f-torture/compile/20000629-1.x: Remove - error
652 Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com)
654 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
655 Tweak slightly to work with g++.dg framework.
656 * g++.dg/special/ecos.exp: Run initp1.C test.
657 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
659 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
660 its linker doesn't give line numbers either.
661 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
663 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
665 * g++.old-deja/g++.other/lex1.C: New test.
667 2001-04-26 Jakub Jelinek <jakub@redhat.com>
669 * gcc.dg/noncompile/20010425-1.c: New test.
671 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
673 * g++.old-deja/g++.pt/mangle2.C: New test.
675 2001-04-25 Jakub Jelinek <jakub@redhat.com>
677 * gcc.dg/format/plus-1.c: New test.
679 2001-04-25 Jakub Jelinek <jakub@redhat.com>
681 * gcc.dg/20010423-1.c: New test.
683 2001-04-25 Jakub Jelinek <jakub@redhat.com>
685 * gcc.c-torture/execute/20010422-1.c: New test.
687 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
689 * g++.old-deja/g++.ns/type2.C: New test.
691 2001-04-24 Zack Weinberg <zackw@stanford.edu>
693 * g++.old-deja/g++.other/perf1.C: New test.
695 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
697 * gcc.dg/c99-func-2.c: Remove xfail.
698 * gcc.dg/c99-func-3.c: Remove xfail.
699 * gcc.dg/c99-func-4.c: Remove xfail.
701 2001-04-23 Zack Weinberg <zackw@stanford.edu>
703 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
705 2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
707 * gcc.c-torture/compile/20010423-1.c: New test.
709 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
711 * g++.old-deja/g++.pt/typename28.C: New test.
713 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
715 * g++.old-deja/g++.abi/empty2.C: New test.
716 * g++.old-deja/g++.abi/empty3.C: New test.
718 2001-04-20 Jakub Jelinek <jakub@redhat.com>
720 * g++.old-deja/g++.other/comdat2.C: New test.
721 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
723 2001-04-20 Jakub Jelinek <jakub@redhat.com>
725 * g++.old-deja/g++.other/overload14.C: New test.
727 2001-04-20 Jakub Jelinek <jakub@redhat.com>
729 * g++.old-deja/g++.other/lookup23.C: New test.
731 2001-04-20 Jakub Jelinek <jakub@redhat.com>
733 * gcc.c-torture/execute/20010403-1.c: New test.
735 2001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
736 Mark Mitchell <mark@codesourcery.com>
738 * lib/old-dejagnu.exp: Don't delete output of executable.
739 Add .exe suffix to executables.
741 2001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
743 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
745 2001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
747 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
749 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
751 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
752 * g++.old-deja/g++.abi/crash1.C: New test.
754 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
756 * g++.old-deja/g++.other/crash40.C: New test.
758 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
760 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
762 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
764 * g++.old-deja/g++.other/warn6.C: New test.
766 22001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
768 * g++.old-deja/g++.robertl/eb42.C: Same.
770 001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
772 * gcc.dg/wtr-conversion-1.c: New testcase.
774 2001-04-10 Richard Henderson <rth@redhat.com>
776 * g++.old-deja/g++.other/array5.C: New.
778 2001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
780 * gcc.c-torture/execute/20010408-1.c: New test.
782 2001-04-06 Benjamin Kosnik <bkoz@redhat.com>
784 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
785 headers and constructs.
786 * g++.old-deja/g++.robertl/eb79.C: Same.
787 * g++.old-deja/g++.robertl/eb77.C (main): Same.
788 * g++.old-deja/g++.robertl/eb73.C: Same.
789 * g++.old-deja/g++.robertl/eb66.C (main): Same.
790 * g++.old-deja/g++.robertl/eb55.C (t): Same.
791 * g++.old-deja/g++.robertl/eb54.C (main): Same.
792 * g++.old-deja/g++.robertl/eb46.C (main): Same.
793 * g++.old-deja/g++.robertl/eb44.C: Same.
794 * g++.old-deja/g++.robertl/eb41.C (main): Same.
795 * g++.old-deja/g++.robertl/eb4.C (main): Same.
796 * g++.old-deja/g++.robertl/eb39.C: Same.
797 * g++.old-deja/g++.robertl/eb33.C (main): Same.
798 * g++.old-deja/g++.robertl/eb31.C (main): Same.
799 * g++.old-deja/g++.robertl/eb30.C: Same.
800 * g++.old-deja/g++.robertl/eb3.C: Same.
801 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
802 * g++.old-deja/g++.robertl/eb21.C: Same.
803 * g++.old-deja/g++.robertl/eb15.C: Same.
804 * g++.old-deja/g++.robertl/eb118.C: Same.
805 * g++.old-deja/g++.robertl/eb115.C (main): Same.
806 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
807 * g++.old-deja/g++.robertl/eb109.C: Same.
808 * g++.old-deja/g++.other/sibcall1.C (main): Same.
809 * g++.old-deja/g++.mike/rtti1.C: Same.
810 * g++.old-deja/g++.mike/p658.C: Same.
811 * g++.old-deja/g++.mike/net46.C: Same.
812 * g++.old-deja/g++.mike/net34.C: Same.
813 * g++.old-deja/g++.mike/memoize1.C: Same.
814 * g++.old-deja/g++.mike/eh2.C: Same.
815 * g++.old-deja/g++.law/weak.C: Same.
816 * g++.old-deja/g++.law/visibility7.C: Same.
817 * g++.old-deja/g++.law/visibility25.C: Same.
818 * g++.old-deja/g++.law/visibility22.C: Same.
819 * g++.old-deja/g++.law/visibility2.C: Same.
820 * g++.old-deja/g++.law/visibility17.C: Same.
821 * g++.old-deja/g++.law/visibility13.C: Same.
822 * g++.old-deja/g++.law/visibility10.C: Same.
823 * g++.old-deja/g++.law/visibility1.C: Same.
824 * g++.old-deja/g++.law/virtual3.C (eval): Same.
825 * g++.old-deja/g++.law/vbase1.C: Same.
826 * g++.old-deja/g++.law/operators32.C: Same.
827 * g++.old-deja/g++.law/nest3.C: Same.
828 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
829 * g++.old-deja/g++.law/except5.C (main): Same.
830 * g++.old-deja/g++.law/cvt7.C (run): Same.
831 * g++.old-deja/g++.law/cvt2.C: Same.
832 * g++.old-deja/g++.law/cvt16.C: Same.
833 * g++.old-deja/g++.law/ctors6.C (bar): Same.
834 * g++.old-deja/g++.law/ctors17.C (main): Same.
835 * g++.old-deja/g++.law/ctors13.C: Same.
836 * g++.old-deja/g++.law/ctors12.C (main): Same.
837 * g++.old-deja/g++.law/ctors10.C: Same.
838 * g++.old-deja/g++.law/code-gen5.C: Same.
839 * g++.old-deja/g++.law/bad-error7.C: Same.
840 * g++.old-deja/g++.law/arm9.C: Same.
841 * g++.old-deja/g++.law/arm12.C: Same.
842 * g++.old-deja/g++.law/arg8.C: Same.
843 * g++.old-deja/g++.law/arg1.C: Same.
844 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
845 * g++.old-deja/g++.jason/template31.C: Same.
846 * g++.old-deja/g++.jason/template24.C (main): Same.
847 * g++.old-deja/g++.jason/2371.C: Same.
848 * g++.old-deja/g++.eh/new2.C: Same.
849 * g++.old-deja/g++.eh/new1.C: Same.
850 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
851 * g++.old-deja/g++.brendan/nest21.C (main): Same.
852 * g++.old-deja/g++.brendan/err-msg3.C: Same.
853 * g++.old-deja/g++.brendan/crash62.C: Same.
854 * g++.old-deja/g++.brendan/crash52.C: Same.
855 * g++.old-deja/g++.brendan/crash49.C (main): Same.
856 * g++.old-deja/g++.brendan/crash38.C: Same.
857 * g++.old-deja/g++.brendan/crash15.C (main): Same.
858 * g++.old-deja/g++.brendan/copy9.C: Same.
860 Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
862 * gcc.c-torture/execute/20001203-2.c (memset):
863 Count argument is of type __SIZE_TYPE__.
865 2001-04-04 Diego Novillo <dnovillo@redhat.com>
867 * gcc.c-torture/compile/20010404-1.c: New test.
869 2001-04-04 Jakub Jelinek <jakub@redhat.com>
871 * gcc.c-torture/compile/20010326-1.c: New test.
873 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
875 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
876 peculiarities of the SH.
877 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
879 2001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
881 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
882 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
883 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
885 2001-04-02 Jakub Jelinek <jakub@redhat.com>
887 * g77.f-torture/compile/20010321-1.f: New test.
889 2001-04-02 Jakub Jelinek <jakub@redhat.com>
891 * gcc.c-torture/compile/20010329-1.c: New test.
893 2001-04-02 Jakub Jelinek <jakub@redhat.com>
895 * gcc.c-torture/execute/20010329-1.c: New test.
897 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
899 * g++.old-deja/g++.other/eh4.C: Fix typo.
901 2001-03-28 Loren J. Rittle <ljrittle@acm.org>
903 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
905 2001-03-28 Philip Blundell <philb@gnu.org>
907 * gcc.c-torture/compile/20010328-1.c: New test.
909 2001-03-27 Richard Henderson <rth@redhat.com>
911 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
912 * g++.old-deja/g++.eh/vbase3.C: Likewise.
914 2001-03-27 Alan Modra <alan@linuxcare.com.au>
916 * gcc.c-torture/compile/20010327-1.c: New test.
918 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
920 * g++.old-deja/g++.other/friend12.C: New test.
921 * g++.old-deja/g++.other/friend9.C: Expect no errors.
922 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
924 2001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
926 * gcc.c-torture/execute/20010325-1.c: New test.
928 2001-03-23 Jakub Jelinek <jakub@redhat.com>
930 * g++.old-deja/g++.other/mangle3.C: New test.
932 2001-03-22 Jakub Jelinek <jakub@redhat.com>
934 * g++.old-deja/g++.other/anon8.C: New test.
936 2001-03-20 Philip Blundell <philb@gnu.org>
938 * gcc.c-torture/compile/20010320-1.c: New test.
940 2001-03-17 Richard Henderson <rth@redhat.com>
942 * g++.old-deja/g++.other/eh4.C: Add expected error text.
944 2001-03-15 Geoff Keating <geoff@redhat.com>
946 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
949 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
951 * g++.old-deja/g++.other/eh4.C: New test.
953 2001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
955 * gcc.dg/cpp/mi1.c: Update.
957 2001-03-14 Jakub Jelinek <jakub@redhat.com>
959 * g++.old-deja/g++.other/regstack.C: New test.
961 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
963 * g++.old-deja/g++.other/ref4.C: New test.
965 2001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
967 * objc/execute/va_method.m: Added.
968 * objc/execute/IMP.m: Added.
969 * objc/execute/_cmd.m: Added.
970 * objc/execute/accessing_ivars.m: Added.
971 * objc/execute/class-1.m: Added.
972 * objc/execute/class-10.m: Added.
973 * objc/execute/class-11.m: Added.
974 * objc/execute/class-12.m: Added.
975 * objc/execute/class-13.m: Added.
976 * objc/execute/class-14.m: Added.
977 * objc/execute/class-2.m: Added.
978 * objc/execute/class-3.m: Added.
979 * objc/execute/class-4.m: Added.
980 * objc/execute/class-5.m: Added.
981 * objc/execute/class-6.m: Added.
982 * objc/execute/class-7.m: Added.
983 * objc/execute/class-8.m: Added.
984 * objc/execute/class-9.m: Added.
985 * objc/execute/class-tests-1.h
986 * objc/execute/class-tests-2.h
987 * objc/execute/compatibility_alias.m: Added.
988 * objc/execute/encode-1.m: Added.
989 * objc/execute/formal_protocol-1.m: Added.
990 * objc/execute/formal_protocol-2.m: Added.
991 * objc/execute/formal_protocol-3.m: Added.
992 * objc/execute/formal_protocol-4.m: Added.
993 * objc/execute/formal_protocol-5.m: Added.
994 * objc/execute/formal_protocol-6.m: Added.
995 * objc/execute/formal_protocol-7.m: Added.
996 * objc/execute/informal_protocol.m: Added.
997 * objc/execute/initialize.m: Added.
998 * objc/execute/load.m: Added.
999 * objc/execute/many_args_method.m: Added.
1000 * objc/execute/nested-3.m: Added.
1001 * objc/execute/no_clash.m: Added.
1002 * objc/execute/private.m: Added.
1003 * objc/execute/redefining_self.m: Added.
1004 * objc/execute/root_methods.m: Added.
1005 * objc/execute/selector-1.m: Added.
1006 * objc/execute/static-1.m: Added.
1007 * objc/execute/static-2.m: Added.
1008 * objc/execute/va_method.m: Added.
1010 2001-03-10 Richard Henderson <rth@redhat.com>
1012 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
1014 2001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
1016 * g++.old-deja/g++.other/crash31.C: XFAIL.
1017 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
1018 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
1019 * gcc.c-torture/execute/20010123-1.x: XFAIL.
1020 * gcc.c-torture/execute/20010124-1.x: XFAIL.
1021 * gcc.dg/sequence-pt-1.c: XFAIL one test.
1023 2001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
1025 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
1027 2001-03-06 Zack Weinberg <zackw@stanford.edu>
1029 * gcc.dg/20000724-1.c: Don't use multiline strings.
1031 2001-03-06 Zack Weinberg <zackw@stanford.edu>
1033 * objc/execute/string1.m, objc/execute/string2.m: Compare the
1034 result of -cString against what we expect it to be; don't just
1035 print it out for no one to read.
1037 * objc/execute/string3.m, objc/execute/string4.m: New tests.
1038 Based on testcases provided by Nicola Pero.
1040 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
1042 * gcc.dg/cpp/macro7.c: New test.
1044 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
1046 * gcc.dg/cpp/multiline.c: Update.
1048 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
1050 * g++.old-deja/g++.other/enum3.C: New test.
1052 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
1054 * g++.old-deja/g++.other/pod1.C: New test.
1056 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
1058 * g++.old-deja/g++.ext/overload1.C: New test.
1060 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
1062 * g++.old-deja/g++.pt/using1.C: New test.
1064 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
1066 * g++.old-deja/g++.other/using9.C: New test.
1068 2001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
1070 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
1072 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
1074 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
1076 * g++.old-deja/g++.ext/realpt1.C: Remove.
1078 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
1080 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
1082 2001-02-26 Will Cohen <wcohen@redhat.com>
1084 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
1086 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
1088 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
1089 templatized constructors.
1091 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1093 * gcc.c-torture/execute/20010224-1.c: New test.
1095 2001-02-23 Jakub Jelinek <jakub@redhat.com>
1097 * gcc.c-torture/execute/20010222-1.c: New test.
1099 2001-02-22 Jakub Jelinek <jakub@redhat.com>
1101 * g++.old-deja/g++.other/inline20.C: New test.
1103 Wed Feb 21 12:38:22 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
1105 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
1107 2001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1109 * g++.old-deja/g++.other/lookup22.C: New test.
1111 2001-02-19 Zack Weinberg <zackw@stanford.edu>
1113 * g77.dg: New directory.
1114 * g77.dg/20010216-1.f: New test case.
1115 * g77.dg/dg.exp: New driver.
1116 * lib/g77-dg.exp: New driver library.
1118 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1120 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
1122 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
1124 * g++.old-deja/g++.other/decl9.C: New test.
1126 2001-02-16 Jakub Jelinek <jakub@redhat.com>
1128 * g++.old-deja/g++.other/init16.C: Update the test so that it does
1129 not need <string> and also tests the initialization at runtime.
1131 2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
1133 * gcc.c-torture/execute/longlong.c: New test.
1135 Wed Feb 14 21:41:17 2001 J"orn Rennecke <amylaar@redhat.com>
1137 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
1139 Wed Feb 14 21:31:25 2001 J"orn Rennecke <amylaar@redhat.com>
1141 * gcc.c-torture/execute/920302-1.c (execute):
1142 Change argument type to short.
1144 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
1146 * g++.old-deja/g++.pt/deduct6.C: New test.
1148 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
1150 * g++.old-deja/g++.pt/deduct5.C: New test.
1152 2001-02-14 Jakub Jelinek <jakub@redhat.com>
1154 * gcc.c-torture/execute/20010209-1.c: New test.
1156 2001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
1158 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
1160 2001-02-12 Geoffrey Keating <geoffk@redhat.com>
1162 * g++.dg/vtgc1.C: Update for new ABI.
1164 * consistency.vlad: New directory, 1665 files.
1166 2001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
1168 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
1170 * gcc.dg/cpp/digraphs.c: Declare puts.
1172 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
1174 * g++.old-deja/g++.other/warn5.C: New test.
1176 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
1178 * g++.old-deja/g++.pt/spec40.C: New test.
1180 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
1182 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
1184 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
1186 2001-02-12 Jakub Jelinek <jakub@redhat.com>
1188 * gcc.c-torture/compile/20010209-1.c: New test.
1190 2001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
1192 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
1193 excess errors message but not if it crashes.
1194 * g++.old-deja/g++.other/crash27.C: Likewise.
1195 * g++.old-deja/g++.other/crash28.C: Likewise.
1196 * g++.old-deja/g++.other/crash30.C: Likewise.
1197 * g++.old-deja/g++.other/crash32.C: Likewise.
1198 * g++.old-deja/g++.other/crash35.C: Likewise.
1199 * g++.old-deja/g++.pt/inherit2.C: Likewise.
1201 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
1203 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
1204 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
1205 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
1206 g77.f-torture/execute/execute.exp,
1207 g77.f-torture/noncompile/noncompile.exp,
1208 gcc.c-torture/execute/execute.exp,
1209 gcc.c-torture/execute/memcheck/memcheck.exp,
1210 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
1211 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
1212 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
1213 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
1214 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
1215 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
1216 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
1217 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
1218 Remove bug reporting instructions with ancient email addresses.
1220 2001-02-07 Jakub Jelinek <jakub@redhat.com>
1222 * gcc.dg/20010202-1.c: New test.
1223 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
1225 2001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
1227 * g++.dg/stdbool-if.C: New test.
1229 Wed Feb 7 09:54:47 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
1231 * objc/execute/fdecl.m: Added main().
1233 2001-02-07 Jakub Jelinek <jakub@redhat.com>
1235 * gcc.c-torture/execute/20010206-1.c: New test.
1237 2001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
1239 * gcc.dg/cpp/avoidpaste1.c: Update.
1241 Tue Feb 5 8:53:33 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
1243 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
1244 Pero <nicola@brainstorm.co.uk>.
1245 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
1247 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
1249 * g++.old-deja/g++.pt/spec39.C: New test.
1251 2001-02-05 Jakub Jelinek <jakub@redhat.com>
1253 * gcc.c-torture/compile/20010202-1.c: New test.
1255 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
1257 * g++.old-deja/g++.abi/primary2.C: New test.
1258 * g++.old-deja/g++.abi/primary3.C: New test.
1259 * g++.old-deja/g++.abi/primary4.C: New test.
1260 * g++.old-deja/g++.abi/primary5.C: New test.
1261 * g++.old-deja/g++.abi/vtable3.h: New test.
1262 * g++.old-deja/g++.abi/vtable3a.C: New test.
1263 * g++.old-deja/g++.abi/vtable3b.C: New test.
1264 * g++.old-deja/g++.abi/vtable3c.C: New test.
1265 * g++.old-deja/g++.abi/vtable3d.C: New test.
1266 * g++.old-deja/g++.abi/vtable3e.C: New test.
1267 * g++.old-deja/g++.abi/vtable3f.C: New test.
1268 * g++.old-deja/g++.abi/vtable3g.C: New test.
1269 * g++.old-deja/g++.abi/vtable3h.C: New test.
1270 * g++.old-deja/g++.abi/vtable3i.C: New test.
1271 * g++.old-deja/g++.abi/vtable3j.C: New test.
1272 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
1274 2001-02-03 Jakub Jelinek <jakub@redhat.com>
1276 * g++.old-deja/g++.other/anon6.C: New test.
1277 * g++.old-deja/g++.other/anon7.C: New test.
1279 2001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
1281 * gcc.dg/cpp/avoidpaste2.c: New tests.
1283 2001-01-31 Jakub Jelinek <jakub@redhat.com>
1285 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
1287 2001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
1289 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
1290 DECIMAL_DIG cases for Irix."
1292 Wed Jan 31 12:23:32 2001 J"orn Rennecke <amylaar@redhat.com>
1294 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
1296 2001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
1298 * gcc.dg/c99-tag-1.c: New test.
1300 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
1302 * gcc.dg/cpp/tr-warn1.c: Add tests.
1304 2001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
1306 * gcc.dg/cpp/avoidpaste1.c: Update.
1307 * gcc.dg/cpp/paste4.c: Update.
1309 2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
1311 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
1314 2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1316 * g++.old-deja/g++.other/inline19.C: New test.
1318 2001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
1320 * gcc.dg/Wlarger-than.c: New test.
1322 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
1324 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
1326 2001-01-29 Jakub Jelinek <jakub@redhat.com>
1328 * gcc.c-torture/execute/20010129-1.c: New test.
1329 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
1331 2001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
1333 * gcc.dg/cpp/avoidpaste1.c: Test case.
1335 2001-01-28 Jakub Jelinek <jakub@redhat.com>
1337 * g++.old-deja/g++.other/inline18.C: New test.
1339 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1341 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
1342 and __builtin_putchar.
1344 2001-01-27 Jakub Jelinek <jakub@redhat.com>
1346 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
1349 2001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
1351 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
1352 floating point number rounding mode to round to the nearest
1355 2001-01-25 Jakub Jelinek <jakub@redhat.com>
1357 * g++.old-deja/g++.other/mangle2.C: New test.
1359 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
1361 * gcc.c-torture/compile/20010124-1.c: New test.
1363 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
1365 * g++.old-deja/g++.pt/spec38.C: New test.
1367 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1369 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
1372 2001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1374 * gcc.c-torture/execute/20010123-1.c: New test.
1376 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
1378 * g++.old-deja/g++.pt/spec37.C: New test.
1380 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
1382 * g++.old-deja/g++.pt/overload14.C: New test.
1384 2001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1386 * gcc.c-torture/execute/20010122-1.c: New test, exercise
1387 __builtin_return_address.
1389 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
1391 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
1392 * g++.old-deja/g++.pt/spec35.C: New test.
1393 * g++.old-deja/g++.pt/spec36.C: New test.
1395 2001-01-20 Jakub Jelinek <jakub@redhat.com>
1397 * gcc.c-torture/compile/20010118-1.c: New test.
1399 2001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
1401 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
1403 2001-01-19 Jakub Jelinek <jakub@redhat.com>
1405 * gcc.c-torture/execute/20010119-1.c: New test.
1407 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
1409 * g++.old-deja/g++.other/vbase5.C: New test.
1411 2001-01-19 Jakub Jelinek <jakub@redhat.com>
1413 * gcc.c-torture/execute/20010118-1.c: New test.
1415 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
1417 * g++.old-deja/g++.pt/deduct3.C: New test.
1419 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
1421 * g++.old-deja/g++.pt/spec34.C: New test.
1423 2001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
1425 * g77.f-torture/compile/20000601-2.f: New test.
1427 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
1429 * g++.old-deja/g++.other/init17.C: New test.
1431 2001-01-18 Alexandre Oliva <aoliva@redhat.com>
1433 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
1435 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
1437 * g++.old-deja/g++.pt/unify8.C: New test.
1439 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
1441 * g++.old-deja/g++.abi/vbase1.C: New test.
1443 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
1445 * g++.old-deja/g++.pt/crash65.C: New test.
1447 2001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
1449 * gcc.dg/cpp/assembl2.S: New test case.
1451 2001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
1453 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
1456 2001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1458 * g++.old-deja/g++.other/builtins1.C: New test.
1459 * g++.old-deja/g++.other/builtins2.C: Likewise.
1460 * g++.old-deja/g++.other/builtins3.C: Likewise.
1461 * g++.old-deja/g++.other/builtins4.C: Likewise.
1463 2001-01-17 Jakub Jelinek <jakub@redhat.com>
1465 * gcc.c-torture/compile/20010117-1.c: New test.
1466 * gcc.c-torture/compile/20010117-2.c: New test.
1468 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
1470 * g77.f-torture/execute/20010116.[fx]: New test,
1472 * g77.f-torture/compile/20010115.f: Indicate it's
1473 a test for PR fortran/1636.
1475 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
1477 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
1479 2001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
1481 * g77.f-torture/compile/20010115.f: New test.
1483 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
1485 * g++.old-deja/g++.pt/nontype5.C: New test.
1487 2001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
1489 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
1490 have an equivalent working one below it.
1492 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
1494 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
1495 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
1497 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
1499 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
1500 message containing "init_priority".
1501 (conpr-2.C): Likewise.
1502 (conpr-3.C): Likewise.
1503 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
1505 2001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1507 * gcc.c-torture/execute/20010114-2.c: New test.
1509 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
1511 * gcc.c-torture/compile/20010114-1.c: New test.
1512 * gcc.c-torture/compile/20010114-1.x: Xfail.
1513 * gcc.c-torture/compile/20010114-2.c: New test.
1514 * gcc.c-torture/execute/20010114-1.c: New test.
1515 * gcc.dg/trunc-1.c: New test.
1516 * gcc.dg/uninit-B.c: New test.
1518 2001-01-13 Nick Clifton <nickc@redhat.com>
1520 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
1523 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
1525 * gcc.c-torture/compile/20010113-1.c: New test.
1527 2001-01-13 Jakub Jelinek <jakub@redhat.com>
1529 * gcc.c-torture/compile/20001212-1.c: New test.
1531 2001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
1533 * gcc.dg/cpp/widestr1.c: Update.
1534 * gcc.dg/cpp/prag-imp.c: Remove.
1536 2001-01-12 Jakub Jelinek <jakub@redhat.com>
1538 * gcc.c-torture/execute/20000801-3.x: Remove.
1539 * gcc.dg/c90-init-1.c: New test.
1540 * gcc.dg/c99-init-1.c: New test.
1541 * gcc.dg/c99-init-2.c: New test.
1542 * gcc.dg/gnu99-init-1.c: New test.
1544 2001-01-12 Richard Earnshaw <rearnsha@arm.com>
1546 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
1547 testing that no relevant ones were found.
1549 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
1551 * g++.old-deja/g++.pt/cast2.C: New test.
1553 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
1555 * g++.old-deja/g++.pt/friend47.C: New test.
1557 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
1559 * g++.old-deja/g++.pt/instantiate13.C: New test.
1561 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
1563 * g++.old-deja/g++.other/defarg7.C: New test.
1564 * g++.old-deja/g++.other/defarg8.C: New test.
1566 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
1568 * g++.old-deja/g++.pt/crash64.C: New test.
1570 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
1572 * g++.old-deja/g++.pt/crash63.C: New test.
1574 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
1576 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
1578 2001-01-10 Alan Lehotsky <lehotsky@tiac.net>
1580 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
1582 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
1584 * g++.old-deja/g++.pt/error3.C: New test.
1586 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
1588 * g++.old-deja/g++.other/crash39.C: New test.
1590 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
1592 * g++.old-deja/g++.other/vbase4.C: New test.
1594 2001-01-08 Jonathan Larmour <jlarmour@redhat.com>
1596 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
1597 * gcc.dg/special/20000419-2.c: New file. Identical to above.
1598 * gcc.dg/special/special.exp: New test driver which will check
1599 for alias support for the above test.
1601 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
1603 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
1604 problems on small machines.
1605 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
1608 2001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
1610 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
1612 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
1614 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
1616 * g++.old_deja/g++.pt/using8.C: New test.
1618 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
1620 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
1622 2000-01-08 Loren J. Rittle <ljrittle@acm.org>
1624 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
1625 where a failure is expected.
1626 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
1628 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
1630 * g++.old_deja/g++.pt/instantiate12.C: New test.
1632 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
1634 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
1636 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
1637 * g++.old-deja/g++.brendan/crash17.C: Likewise.
1638 * g++.old-deja/g++.brendan/crash29.C: Likewise.
1639 * g++.old-deja/g++.brendan/crash48.C: Likewise.
1640 * g++.old-deja/g++.brendan/ns1.C: Likewise.
1641 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
1642 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
1643 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
1644 * g++.old-deja/g++.eh/spec6.C: Likewise.
1645 * g++.old-deja/g++.jason/crash3.C: Likewise.
1646 * g++.old-deja/g++.law/ctors11.C: Likewise.
1647 * g++.old-deja/g++.law/ctors17.C: Likewise.
1648 * g++.old-deja/g++.law/ctors5.C: Likewise.
1649 * g++.old-deja/g++.law/ctors9.C: Likewise.
1650 * g++.old-deja/g++.mike/ambig1.C: Likewise.
1651 * g++.old-deja/g++.mike/net22.C: Likewise.
1652 * g++.old-deja/g++.mike/p3538a.C: Likewise.
1653 * g++.old-deja/g++.mike/p3538b.C: Likewise.
1654 * g++.old-deja/g++.mike/virt3.C: Likewise.
1655 * g++.old-deja/g++.niklas/t128.C: Likewise.
1656 * g++.old-deja/g++.other/anon4.C: Likewise.
1657 * g++.old-deja/g++.other/using1.C: Likewise.
1658 * g++.old-deja/g++.other/warn3.C: Likewise.
1659 * g++.old-deja/g++.pt/t37.C: Likewise.
1660 * g++.old-deja/g++.robertl/eb69.C: Likewise.
1661 * g++.old-deja/g++.robertl/eb71.C: Likewise.
1663 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
1665 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
1667 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1669 * gcc.c-torture/execute/stdio-opt-3.c: New test.
1671 2001-01-07 Jakub Jelinek <jakub@redhat.com>
1673 * gcc.c-torture/compile/20010107-1.c: New test.
1675 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
1677 * gcc.c-torture/execute/builtin-noret-1.c: New test.
1679 2001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
1681 * gcc.dg/format/format.h: New file.
1682 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
1683 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
1684 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
1685 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
1686 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
1687 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
1688 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
1689 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
1690 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
1691 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
1692 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
1693 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
1694 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
1695 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
1696 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
1697 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
1698 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
1699 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
1700 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
1701 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
1702 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
1703 instead of declaring standard types, macros and functions in each
1706 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
1708 * gcc.c-torture/execute/20010106-1.c: New test.
1710 2001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
1712 * gcc.dg/format/format.exp: New file.
1713 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
1714 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
1715 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
1716 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
1717 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
1718 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
1719 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
1720 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
1721 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
1722 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
1723 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
1724 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
1725 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
1726 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
1727 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
1728 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
1729 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
1730 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
1731 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
1732 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
1733 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
1734 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
1735 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
1736 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
1737 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
1738 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
1739 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
1740 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
1741 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
1742 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
1743 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
1744 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
1745 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
1746 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
1747 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
1748 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
1749 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
1750 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
1751 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
1752 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
1753 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
1754 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
1756 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
1758 * gcc.c-torture/execute/991228-1.c: Take word endianness into
1761 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
1763 * gcc.c-torture/execute/builtin-complex-1.c: New test.
1765 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
1767 * g++.old-deja/g++.pt/crash62.C: New test.
1769 2001-01-04 Richard Henderson <rth@redhat.com>
1771 * gcc.dg/20000926-1.c: Update expected warnings.
1772 * gcc.dg/array-2.c: Likewise.
1773 * gcc.dg/array-4.c: Also validate flexible array members.
1774 * gcc.dg/c99-flex-array-1.c: New.
1776 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
1778 * gcc.c-torture/compile/20001222-1.x: Remove.
1780 Thu Jan 4 13:54:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1782 * gcc.c-torture/execute/built-in-setjmp.c: New.
1784 2001-01-03 Richard Henderson <rth@redhat.com>
1786 * gcc.dg/940510-1.c: Update expected error wording.
1787 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
1789 2001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
1791 * lib/target-supports.exp (check_alias_available): Modified to
1792 indicate aliases not supported if only weak aliases are supported.
1794 2001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1796 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
1797 Turn on cmpstrsi checks for __pj__ and __i370__.
1799 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
1801 * g++.old-deja/g++.other/virtual11.C: New test.
1803 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
1805 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
1807 2001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1809 * gcc.c-torture/compile/20010102-1.c: New test.
1811 2001-01-02 Andreas Jaeger <aj@suse.de>
1813 * gcc.dg/noreturn-3.c: New test.
1815 * gcc.dg/noreturn-4.c: New test.
1817 2001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1819 * gcc.c-torture/execute/stdio-opt-1.c: Also test
1820 __builtin_fputc and __builtin_fwrite.
1822 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
1824 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
1825 signed char, not default char.
1827 2000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
1829 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
1831 2000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
1833 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
1835 2000-12-29 Richard Henderson <rth@redhat.com>
1837 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
1838 (__cyg_profile_func_exit): Define.
1840 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
1842 * g++.dg/vtgc1.C: New test.
1844 2000-12-28 Geoffrey Keating <geoffk@redhat.com>
1846 * gcc.dg/noncompile/20001228-1.c: New test.
1848 * gcc.dg/20001228-1.c: New test.
1850 * gcc.c-torture/execute/20001228-1.c: New test.
1852 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
1854 * gcc.dg/format-strfmon-1.c: New test.
1856 2000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1858 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
1859 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
1860 * gcc.c-torture/execute/string-opt-1.c: Likewise.
1861 * gcc.c-torture/execute/string-opt-2.c: Likewise.
1862 * gcc.c-torture/execute/string-opt-3.c: Likewise.
1863 * gcc.c-torture/execute/string-opt-4.c: Likewise.
1864 * gcc.c-torture/execute/string-opt-6.c: Likewise.
1865 * gcc.c-torture/execute/string-opt-7.c: Likewise.
1866 * gcc.c-torture/execute/string-opt-8.c: Likewise.
1867 * gcc.c-torture/execute/string-opt-9.c: Likewise.
1868 * gcc.c-torture/execute/string-opt-10.c: Likewise.
1869 * gcc.c-torture/execute/string-opt-11.c: Likewise.
1870 * gcc.c-torture/execute/string-opt-12.c: Likewise.
1872 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
1873 * gcc.c-torture/execute/string-opt-4.c: Test index.
1875 2000-12-26 Geoffrey Keating <geoffk@redhat.com>
1877 * gcc.c-torture/compile/20001226-1.c: New test.
1879 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
1881 * gcc.c-torture/compile/20001222-1.c: New test.
1882 * gcc.c-torture/compile/20001222-1.x: Xfail.
1884 Fri Dec 22 06:45:03 2000 Alexandre Oliva <aoliva@redhat.com>
1886 * gcc.c-torture/execute/comp-goto-2.c: New test.
1888 Thu Dec 21 22:43:03 2000 J"orn Rennecke <amylaar@redhat.com>
1890 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
1891 Use long types if __INT_MAX__ is 32767.
1892 (main): Use cast to (sint32 *) when poking 88 into a_page.
1894 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
1896 2000-12-21 Bernd Schmidt <bernds@redhat.com>
1898 * gcc.c-torture/compile/20001221-1.c: New test.
1899 * gcc.c-torture/execute/20001221-1.c: New test.
1901 2000-12-20 Richard Henderson <rth@redhat.com>
1903 * g++.old-deja/g++.pt/crash36.C: Update error lines.
1904 * g++.old-deja/g++.robertl/eb109.C: Likewise.
1906 2000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1908 * gcc.dg/compare3.c: New test.
1910 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
1912 * gcc.dg/format-warnll-1.c: New test.
1914 2000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
1916 * gcc.dg/cpp/cmdlne-P.c: New test.
1918 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
1920 * gcc.c-torture/execute/builtin-abs-1.c,
1921 gcc.c-torture/execute/builtin-abs-2.c: New tests.
1923 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
1925 * gcc.dg/cpp/multiline.c: New test.
1927 2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
1929 * g++.old-deja/g++.other/syshdr1.C: Update.
1930 * gcc.dg/cpp/lineflags.c: Remove temporarily.
1932 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1934 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
1936 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1938 * g++.old-deja/g++.pt/ttp65.C: New test.
1940 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1942 * g++.old-deja/g++.pt/ttp64.C: New test.
1944 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1946 * g++.old-deja/g++.pt/spec33.C: New test.
1948 2000-12-14 Catherine Moore <clm@redhat.com>
1950 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
1951 * gcc.c-torture/execute/920612-2.c: Likewise.
1952 * gcc.c-torture/execute/920428-2.c: Likewise.
1953 * gcc-c-torture/execute/va-arg-11.c: Call exit.
1954 * gcc.c-torture/execute/va-arg-21.c: Likewise.
1956 2000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1958 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
1959 * gcc.dg/pack-test-2.c: Likewise.
1961 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
1963 Tests by Zack Weinberg <zackw@stanford.edu>.
1965 * gcc.dg/cpp/defined.c: Update.
1966 * gcc.dg/cpp/defined_trad.c: New tests.
1968 2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
1970 * gcc.dg/cpp/trad-direct.c: Update.
1972 2000-12-11 Neil Booth <neilb@earthling.net>
1974 * gcc.dg/cpp/defined_trad.c
1976 2000-12-11 Neil Booth <neilb@earthling.net>
1978 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
1980 2000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
1982 * gcc.dg/format-miss-2.c: New test.
1984 2000-12-09 Neil Booth <neilb@earthling.net>
1986 * gcc.dg/cpp/lineflags.c: New tests.
1987 * gcc.dg/cpp/poison.c: Update.
1988 * gcc.dg/cpp/redef2.c: Update.
1989 * gcc.dg/cpp/skipping.c: New test.
1991 2000-12-07 Geoffrey Keating <geoffk@redhat.com>
1993 * g++.old-deja/g++.other/eh3.C: New testcase.
1995 2000-12-07 Neil Booth <neilb@earthling.net>
1997 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
1998 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
1999 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
2000 wtr-union-init-2.c, wtr-union-init-3.c: Update.
2001 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
2004 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
2006 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
2007 __SIZE_TYPE__ instead of int for type of integers cast to
2010 2000-12-07 Jakub Jelinek <jakub@redhat.com>
2012 * g++.old-deja/g++.other/cleanup4.C: New test.
2014 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
2016 * format-sec-1.c: New test.
2018 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
2020 * gcc.dg/format-nonlit-3.c: New test.
2022 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
2024 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
2025 through a null pointer.
2027 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2029 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
2030 * g++.old-deja/g++.pt/partial4.C: New test.
2032 2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2034 * gcc.c-torture/execute/ieee/hugeval.x: New.
2036 2000-12-06 Neil Booth <neilb@earthling.net>
2038 * gcc.dg/cpp/backslash2.c: New tests.
2040 2000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2042 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
2043 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
2045 2000-12-05 Geoffrey Keating <geoffk@redhat.com>
2047 * gcc.c-torture/execute/20001203-2.c: New testcase.
2049 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
2051 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
2052 * g++.old-deja/g++.other/virtual10.C: New test.
2054 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
2056 * g++.old-deja/g++.mike/pmf5.C: Remove test.
2058 2000-12-05 Richard Henderson <rth@redhat.com>
2060 * gcc.c-torture/compile/20001205-1.c: New.
2062 2000-12-04 Neil Booth <neilb@earthling.net>
2064 * g++.old-deja/g++.other/virtual9.C: New test.
2065 * g++.old-deja/g++.pt/crash61.C: New test.
2066 * gcc.c-torture/execute/loop-9.c: New test.
2068 2000-12-04 Neil Booth <neilb@earthling.net>
2070 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
2071 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
2072 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
2073 * gcc.dg/cpp/extratokens.c: ...here.
2075 2000-12-04 Neil Booth <neilb@earthling.net>
2077 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
2080 2000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2082 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
2083 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
2085 2000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
2087 * gcc.c-torture/execute/20001203-1.c: New test.
2089 2000-12-03 Neil Booth <neilb@earthling.net>
2091 * gcc.dg/cpp/macro6.c: New test cases.
2093 2000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2095 * gcc.c-torture/execute/string-opt-9.c: New test.
2096 * gcc.c-torture/execute/string-opt-10.c: Likewise.
2097 * gcc.c-torture/execute/string-opt-11.c: Likewise.
2098 * gcc.c-torture/execute/string-opt-12.c: Likewise.
2100 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
2101 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
2103 2000-12-02 Geoffrey Keating <geoffk@redhat.com>
2105 * gcc.dg/cpp/if-6.c: New testcase.
2107 * gcc.dg/20001201-1.c: New testcase.
2109 2000-12-02 Neil Booth <neilb@earthling.net>
2111 * g++.old-deja/g++.other/externC4.C,
2112 g++.old-deja/g++.other/friend10.C: New tests.
2114 2000-12-02 Neil Booth <neilb@earthling.net>
2116 * g++.old-deja/g++.other/instan2.C
2117 * g++.old-deja/g++.other/instan3.C: New test.
2119 2000-12-02 Neil Booth <neilb@earthling.net>
2121 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
2122 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
2123 gnuc99.c,gnuc99-pedantic.c: New tests.
2125 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
2127 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
2128 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
2130 2000-12-01 Neil Booth <neilb@earthling.net>
2132 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
2133 * gcc.dg/cpp/poison.c: Update.
2134 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
2136 2000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
2138 * g77.f-torture/execute/20001201.f: New test.
2140 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
2142 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
2144 2000-12-01 Jakub Jelinek <jakub@redhat.com>
2146 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
2148 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
2150 * g++.old-deja/g++.other/cast6.C: New test.
2152 2000-11-30 Geoffrey Keating <geoffk@redhat.com>
2154 * gcc.c-torture/execute/20001130-2.c: New testcase.
2156 2000-11-30 Richard Henderson <rth@redhat.com>
2158 * gcc.c-torture/execute/20001130-1.c: New test.
2160 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
2162 * g++.old-deja/g++.other/op3.C: New test.
2164 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
2166 * g++.old-deja/g++.other/op2.C: New test.
2168 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
2170 * g++.old-deja/g++.other/crash38.C: New test.
2172 2000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
2174 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
2176 2000-11-29 Jakub Jelinek <jakub@redhat.com>
2178 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
2180 * gcc.c-torture/execute/string-opt-6.c: New test.
2182 * gcc.dg/20001117-1.c: Add main.
2184 2000-11-28 Geoffrey Keating <geoffk@redhat.com>
2186 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
2188 * gcc.dg/940510-1.c: ... to here.
2190 * gcc.dg/20000926-1.c: GNU C now allows initializations of
2191 zero-size arrays in toplevel structures.
2193 2000-11-28 Jakub Jelinek <jakub@redhat.com>
2195 * gcc.c-torture/execute/loop-8.c: New test.
2197 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
2199 * g++.old-deja/g++.other/base1.C: New test.
2201 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
2203 * g++.old-deja/g++.other/parse2.C: New test.
2205 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
2207 * g++.old-deja/g++.pt/incomplete1.C: New test.
2209 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
2211 * g++.old-deja/g++.other/friend9.C: New test.
2213 2000-11-28 Jakub Jelinek <jakub@redhat.com>
2215 * gcc.dg/20001127-1.c: New test.
2217 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
2219 * g++.old-deja/g++.pt/friend46.C: New test.
2221 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
2223 * g++.old-deja/g++.other/ptrmem8.C: New test.
2225 2000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2227 * gcc.c-torture/execute/string-opt-7.c: New test.
2228 * gcc.c-torture/execute/string-opt-8.c: Likewise.
2230 2000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
2232 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
2233 instead of 'mkcheck 2'.
2235 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
2237 * gcc.c-torture/execute/memcheck/driver.c,
2238 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
2239 C9X references to refer to C99.
2241 2000-11-25 Jakub Jelinek <jakub@redhat.com>
2243 * gcc.dg/ultrasp3.c: New test.
2245 2000-11-25 Neil Booth <neilb@earthling.net>
2247 * gcc.dg/cpp/include2.c: Update test to be locale independent.
2249 2000-11-25 Alexandre Oliva <aoliva@redhat.com>
2251 * gcc.c-torture/compile/20001123-2.c: New.
2253 2000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2255 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
2257 2000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
2259 * gcc.dg/sequence-point-1.c: Add some new tests.
2260 * gcc.c-torture/execute/20001124-1.c: New test.
2262 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
2264 * g++.old-deja/g++.other/vaarg4.C: New test.
2265 * gcc.c-torture/compile/20001123-1.c: New test.
2267 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
2269 * g++.other/crash24.C: Adjust and remove XFAIL.
2270 * g++.other/crash37.C: New test.
2272 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
2274 * g++.old-deja/g++.pt/instantiate9.C: New test.
2276 2000-11-22 Mark Mitchell <mark@codesourcery.com>
2278 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
2281 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
2282 * g++.old-deja/g++.robertl/eb55.C: Likewise.
2284 2000-11-22 Neil Booth <neilb@earthling.net>
2286 * gcc.dg/cpp/Wtrigraphs.c: New test.
2288 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
2290 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
2292 2000-11-22 Jakub Jelinek <jakub@redhat.com>
2294 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
2296 2000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
2298 * lib/gcc-dg.exp: load_lib scanasm.exp.
2299 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
2300 * lib/g++-dg.exp: load_lib scanasm.exp.
2301 * lib/scanasm.exp: New.
2302 (scan-assembler, scan-assembler-not): Add optional arguments to
2303 test name, or if not present, the pattern name.
2304 (scan-assembler-dem, scan-assembler-dem-not): New.
2306 * g++.dg/dg.exp: New.
2308 2000-11-21 Neil Booth <neilb@earthling.net>
2310 * gcc.dg/cpp/integrated1.c: Remove.
2312 2000-11-21 Jakub Jelinek <jakub@redhat.com>
2314 * gcc.c-torture/execute/20001121-1.c: New test.
2316 2000-11-21 Richard Henderson <rth@redhat.com>
2318 * gcc.c-torture/compile/20001121-1.c: New test.
2320 2000-11-20 Neil Booth <neilb@earthling.net>
2322 * gcc.dg/cpp/integrated1.c: New test.
2324 2000-11-21 Jakub Jelinek <jakub@redhat.com>
2326 * g++.old-deja/g++.other/inline17.C: New test.
2328 2000-11-20 Donald Lindsay <dlindsay@redhat.com>
2330 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
2331 local variable to be zero: I made the variable global. Now
2332 uses abort() and exit() instead of relying on main's return value.
2334 2000-11-20 Neil Booth <neilb@earthling.net>
2336 * gcc.dg/cpp/paste2.c: Update test.
2337 * objc/execute/paste.m: New test.
2339 2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
2341 * gcc.dg/c99-condexpr-1.c: New test.
2343 2000-11-20 Neil Booth <neilb@earthling.net>
2345 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
2347 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
2349 * g++.old-deja/g++.pt/export1.C: New test.
2351 2000-11-20 Jakub Jelinek <jakub@redhat.com>
2353 * gcc.dg/20001117-1.c: New test.
2355 2000-11-18 Richard Henderson <rth@redhat.com>
2357 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
2359 2000-11-18 Richard Henderson <rth@redhat.com>
2361 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
2362 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
2363 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
2365 2000-11-18 Richard Henderson <rth@redhat.com>
2367 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
2368 (main): New. Exit cleanly.
2370 2000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
2372 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
2373 gcc.dg/c99-fordecl-2.c: New tests.
2375 2000-11-18 Richard Henderson <rth@redhat.com>
2377 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
2378 * gcc.c-torture/execute/zerolen-2.c: New.
2380 2000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2382 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
2385 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
2387 * g++.old-deja/g++.pt/instantiate8.C: New test.
2389 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
2391 * g++.old-deja/g++.other/incomplete.C: Add more tests.
2392 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
2394 2000-11-16 Nick Clifton <nickc@redhat.com>
2396 * gcc.c-torture/execute/nestfunc-2.c: New test.
2397 * gcc.c-torture/execute/nestfunc-3.c: New test.
2399 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
2401 * gcc.c-torture/compile/20001116-1.c: New test.
2403 2000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2405 * gcc.c-torture/execute/20001115-1.c: New test.
2407 2000-11-15 Mark Mitchell <mark@codesourcery.com>
2409 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
2410 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
2411 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
2412 * g++.old-deja/g++.abi/vmihint.C: Likewise.
2414 2000-11-15 Neil Booth <neilb@earthling.net>
2416 gcc.dg/cpp/_Pragma1.c: Update.
2417 gcc.dg/cpp/_Pragma2.c: New test.
2419 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
2421 * g++.old-deja/g++.other/anon5.C: New test.
2423 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
2425 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
2428 2000-11-14 Jakub Jelinek <jakub@redhat.com>
2430 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
2433 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
2435 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
2436 labels at end of compound statements.
2438 2000-11-13 Jakub Jelinek <jakub@redhat.com>
2440 * gcc.c-torture/execute/loop-7.c: New test.
2442 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
2444 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
2446 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
2448 * gcc.dg/c99-bool-1.c: New test.
2450 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
2452 * gcc.dg/c99-scope-1.c: Remove xfail.
2453 * gcc.dg/c99-scope-2.c: New test.
2455 2000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2457 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
2458 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
2460 2000-11-11 Mark Mitchell <mark@codesourcery.com>
2462 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
2465 * g++.mike/p700.C: Don't typedef wchar_t.
2466 * g++.mike/p784.C: Likewise.
2467 * g++.mike/eb101.C: Don't use __wchar_t.
2469 2000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
2471 * g77.f-torture/execute/20001111.[fx]: Test premature exit
2474 2000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
2476 * gcc.c-torture/execute/20001111-1.c: New test.
2478 2000-11-10 Nick Clifton <nickc@redhat.com>
2480 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
2481 long multuiple and accumulate.
2483 2000-11-09 Richard Henderson <rth@redhat.com>
2485 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
2486 via size_t instead of int.
2488 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
2489 * gcc.c-torture/execute/string-opt-2.c: Likewise.
2490 * gcc.c-torture/execute/string-opt-3.c: Likewise.
2491 * gcc.c-torture/execute/string-opt-4.c: Likewise.
2493 2000-11-09 Geoffrey Keating <geoffk@redhat.com>
2495 * gcc.c-torture/compile/20001109-1.c: New test.
2496 * gcc.c-torture/compile/20001109-2.c: New test.
2498 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
2500 * g++.old-deja/g++.pt/operator1.C: New test.
2501 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
2503 2000-11-09 Jakub Jelinek <jakub@redhat.com>
2505 * gcc.dg/20001108-1.c: New test.
2507 2000-11-09 Jakub Jelinek <jakub@redhat.com>
2509 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
2510 with both arguments constant strings.
2511 * gcc.c-torture/execute/string-opt-3.c: New test.
2512 * gcc.c-torture/execute/string-opt-4.c: New test.
2513 * gcc.c-torture/execute/string-opt-5.c: New test.
2515 2000-11-08 Nick Clifton <nickc@redhat.com>
2517 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
2518 mulsidi3adddi patterns.
2520 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
2522 * g++.old-deja/g++.other/crash36.C: New test.
2524 2000-11-08 Jakub Jelinek <jakub@redhat.com>
2526 * g++.old-deja/g++.other/init16.C: New test.
2528 2000-11-06 Loren J. Rittle <ljrittle@acm.org>
2530 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
2532 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
2534 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
2535 * gcc.c-torture/execute/va-arg-16.x: Likewise.
2536 * gcc.c-torture/execute/va-arg-17.x: Likewise.
2538 2000-11-07 DJ Delorie <dj@redhat.com>
2540 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
2542 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2544 * gcc.c-torture/execute/string-opt-1.c: New test.
2546 2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
2548 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
2549 mips-sgi-irix6.* because the MIPS ABI passes floating-point
2550 parameters in registers, and there is no way for a varargs
2551 function to know in which order the integer and floating-point
2552 parameters should be interleaved when they are placed on the
2554 * gcc.c-torture/execute/va-arg-16.x: Likewise.
2555 * gcc.c-torture/execute/va-arg-17.x: Likewise.
2557 2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2559 * gcc.c-torture/execute/string-opt-2.c: New test.
2561 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
2563 * g++.old-deja/g++.pt/crash60.C: New test.
2565 2000-11-06 Jakub Jelinek <jakub@redhat.com>
2567 * g++.old-deja/g++.other/crash24.C: New test.
2568 * g++.old-deja/g++.other/crash25.C: New test.
2569 * g++.old-deja/g++.other/crash26.C: New test.
2570 * g++.old-deja/g++.other/crash27.C: New test.
2571 * g++.old-deja/g++.other/crash28.C: New test.
2572 * g++.old-deja/g++.other/crash29.C: New test.
2573 * g++.old-deja/g++.other/crash30.C: New test.
2574 * g++.old-deja/g++.other/crash31.C: New test.
2575 * g++.old-deja/g++.other/crash32.C: New test.
2576 * g++.old-deja/g++.other/crash33.C: New test.
2577 * g++.old-deja/g++.other/crash34.C: New test.
2578 * g++.old-deja/g++.other/crash35.C: New test.
2580 2000-11-06 Jakub Jelinek <jakub@redhat.com>
2582 * gcc.c-torture/execute/20001031-1.c: New test.
2584 2000-11-04 Mark Mitchell <mark@codesourcery.com>
2586 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
2589 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
2590 standards-conformant.
2592 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
2594 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
2595 * g++.old-deja/g++.mike/p755a.C: Likewise.
2596 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
2597 library makes no calls to `operator new' during initialization.
2599 2000-11-04 Neil Booth <neilb@earthling.net>
2601 * gcc.dg/cpp/include2.c: New tests.
2603 Fri Nov 3 13:32:14 2000 Mark P Mitchell <mark@codesourcery.com>
2605 * lib/g++.exp (g++_set_ld_library_path): New function.
2606 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
2608 2000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
2610 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
2613 2000-11-01 Richard Henderson <rth@redhat.com>
2615 * g++.old-deja/g++.ext/namedret1.C: New.
2616 * g++.old-deja/g++.ext/namedret2.C: New.
2617 * g++.old-deja/g++.ext/namedret3.C: New.
2619 2000-10-31 Geoffrey Keating <geoffk@cygnus.com>
2621 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
2622 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
2624 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2626 * gcc.c-torture/execute/va-arg-21.c: New test.
2628 2000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
2630 * gcc.dg/c99-complex-2.c: New test.
2632 2000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2634 * gcc.c-torture/execute/stdio-opt-1.c: New test.
2636 2000-10-31 Jakub Jelinek <jakub@redhat.com>
2638 * g++.old-deja/g++.other/inline16.C: New test.
2640 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
2642 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
2645 2000-10-29 Neil Booth <neilb@earthling.net>
2647 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
2649 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
2650 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
2653 2000-10-29 Neil Booth <neilb@earthling.net>
2655 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
2656 * mi1.c, mi1c.h: Add null directives to multiple-include test.
2657 * mi5.c: Test multiple includes work with -C.
2658 * trigraphs.c: Test ^= version.
2660 2000-10-28 Neil Booth <neilb@earthling.net>
2662 New tests and test updates for new macro expander.
2664 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
2665 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
2666 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
2667 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
2668 new diagnostic messages.
2670 * gcc.dg/cpp/macro3.c: New tests.
2672 2000-10-27 Mark Mitchell <mark@codesourcery.com>
2674 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
2677 2000-10-27 Jakub Jelinek <jakub@redhat.com>
2679 * g++.old-deja/g++.other/eh2.C: New test.
2681 2000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
2683 * gcc.c-torture/execute/20001027-1.c: New test.
2685 2000-10-26 Richard Henderson <rth@redhat.com>
2687 * gcc.c-torture/execute/20001026-1.c: New.
2689 2000-10-26 Mark Mitchell <mark@codesourcery.com>
2691 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
2692 * g++.old-deja/g++.law/builtin1.C: Likewise.
2693 * g++.old-deja/g++.law/ctors10.C: Likewise.
2694 * g++.old-deja/g++.law/virtual3.C: Likewise.
2695 * g++.old-deja/g++.mike/p658.C: Likewise.
2696 * g++.old-deja/g++.other/sibcall1.C: Likewise.
2697 * g++.old-deja/g++.other/vaarg2.C: Likewise.
2698 * g++.old-deja/g++.robertl/eb124.C: Likewise.
2699 * g++.old-deja/g++.robertl/eb44.C: Likewise.
2700 * g++.old-deja/g++.robertl/eb77.C: Likewise.
2702 2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
2704 * gcc.c-torture/compile/20001024-1.c: New test.
2706 2000-10-25 Mark Mitchell <mark@codesourcery.com>
2708 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
2709 to tell us whether or not we are using V3.
2711 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
2713 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
2716 2000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
2718 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
2720 2000-10-25 Jakub Jelinek <jakub@redhat.com>
2722 * gcc.c-torture/execute/20001024-1.c: New test.
2724 2000-10-24 Jakub Jelinek <jakub@redhat.com>
2726 * g++.old-deja/g++.other/sibcall1.C: New test.
2728 2000-10-20 Jakub Jelinek <jakub@redhat.com>
2730 * gcc.dg/noncompile/init-3.c: New test.
2732 2000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
2734 * gcc.dg/format-array-1.c: New test.
2736 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
2738 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
2739 writing through null pointers; remove comment about testing
2740 unterminated strings.
2742 2000-10-17 Matthew Hiller <hiller@redhat.com>
2744 * gcc.c-torture/execute/20001017-2.c: New test.
2746 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
2748 * gcc.c-torture/compile/20001018-1.c: New test.
2749 * gcc.c-torture/compile/20001018-1.x: Xfail.
2751 2000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2753 * gcc.c-torture/execute/20001017-1.c: New test.
2755 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
2757 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
2758 for multiple use of arguments with scanf formats; add tests for
2759 multiple use of arguments.
2761 2000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
2763 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
2765 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
2767 * gcc.dg/format-miss-1.c: New test.
2769 2000-10-16 Jakub Jelinek <jakub@redhat.com>
2771 * gcc.c-torture/execute/20001013-1.c: New test.
2773 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
2775 * gcc.dg/format-branch-1.c: New test.
2777 2000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
2779 * README, lib/file-format.exp: Remove EGCS references.
2781 2000-10-16 Jakub Jelinek <jakub@redhat.com>
2783 * gcc.dg/20001013-1.c: New test.
2785 2000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
2787 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
2788 for intmax_t in the compiler using __typeof__ and the type rules
2789 for conditional expressions.
2791 2000-10-13 Jakub Jelinek <jakub@redhat.com>
2793 * gcc.dg/20001012-1.c: New test.
2794 * gcc.dg/20001012-2.c: New test.
2796 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
2798 * gcc.dg/format-attr-1.c: New test.
2800 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
2802 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
2803 __LONG_LONG_MAX__ instead of LLONG_MAX.
2805 2000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
2807 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
2809 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
2812 2000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
2814 * gcc.dg/sequence-pt-1.c: New test.
2816 2000-10-11 Geoff Keating <geoffk@cygnus.com>
2818 * gcc.c-torture/execute/20001011-1.c: New testcase.
2819 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
2821 2000-10-10 Jakub Jelinek <jakub@redhat.com>
2823 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
2824 does not error on it.
2826 2000-10-10 Jakub Jelinek <jakub@redhat.com>
2828 * gcc.dg/20001009-1.c: New test.
2830 Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
2832 * gcc.c-torture/compile/20001009-1.c: Move from here ....
2833 * gcc.c-torture/execute/20001009-2.c: ... to here.
2835 2000-10-09 Geoff Keating <geoffk@cygnus.com>
2837 * gcc.c-torture/compile/20001009-1.c: New testcase.
2838 * gcc.c-torture/execute/20001009-1.c: New testcase.
2839 Testcases provided by Jan Hubicka <jh@suse.cz>.
2841 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2843 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
2844 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
2845 uintmax_t using <limits.h> to emulate the compiler's internal
2846 logic. No longer XFAIL %j tests.
2848 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2850 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
2851 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
2852 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
2853 regexps and details of expected handling of some bad formats.
2854 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
2857 2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
2859 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
2860 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
2861 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
2862 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
2865 2000-10-06 Richard Henderson <rth@cygnus.com>
2867 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
2868 * g++.old-deja/g++.brendan/crash52.C: Likewise.
2869 * g++.old-deja/g++.jason/report.C: Likewise.
2870 * g++.old-deja/g++.law/friend5.C: Likewise.
2871 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
2872 of the expected warnings.
2874 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
2876 * g++.old-deja/g++.pt/enum14.C: New test.
2878 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
2880 * g++.old-deja/g++.pt/crash59.C: New test.
2882 2000-10-04 Will Cohen <wcohen@redhat.com>
2884 * gcc.dg/20000926-1.c: New test.
2886 2000-10-03 Geoff Keating <geoffk@cygnus.com>
2888 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
2889 function name for current C++ compiler.
2890 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
2892 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
2894 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
2895 __PRETTY_FUNCTION__.
2896 * g++.old-deja/g++.ext/pretty2.C: Likewise.
2898 2000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2900 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
2902 2000-09-26 Jakub Jelinek <jakub@redhat.com>
2904 * gcc.c-torture/compile/20000923-1.c: New test.
2906 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2908 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
2909 * g++.old-deja/g++.pt/ttp62.C: Same.
2910 * g++.old-deja/g++.other/inline14.C: Same.
2912 2000-09-24 Richard Henderson <rth@cygnus.com>
2914 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
2916 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
2918 * gcc.dg/c90-printf-1.c: Add test for wide string format.
2920 2000-09-22 Geoff Keating <geoffk@cygnus.com>
2922 * gcc.c-torture/compile/20000922-1.c: New file.
2924 2000-09-21 Nick Clifton <nickc@redhat.com>
2926 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
2927 a signed long modulo operation.
2928 (mod6): New funciton - perform an unsigned long modulo operation.
2929 (main): Add tests for modulos of very large numbers by very small
2932 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2934 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
2936 2000-09-19 Richard Henderson <rth@cygnus.com>
2938 * gcc.dg/compare2.c (case 10): XFAIL.
2940 2000-09-18 Richard Henderson <rth@cygnus.com>
2942 * gcc.c-torture/execute/20000906-1.c: Move ...
2943 * gcc.dg/20000906-1.c: ... here. Only run on targets
2944 that support __builtin_trap.
2946 Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
2948 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
2950 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
2952 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
2953 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
2954 more $ format tests.
2956 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
2958 * gcc.dg/format-errmk-1.c: New test.
2960 2000-09-17 Greg McGary <greg@mcgary.org>
2962 * gcc.c-torture/execute/20000917-1.x: Remove.
2964 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
2966 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
2968 2000-09-17 Greg McGary <greg@mcgary.org>
2970 * gcc.c-torture/execute/20000917-1.c: New test.
2971 * gcc.c-torture/execute/20000917-1.x: XFAIL.
2973 Sat 16-Sep-2000 08:14:58 BST Neil Booth <NeilB@earthling.net>
2975 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
2976 in nested macro bug.
2978 Fri 15-Sep-2000 06:50:11 BST Neil Booth <NeilB@earthling.net>
2980 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
2982 Thu Sep 14 16:48:49 2000 Jeffrey A Law (law@cygnus.com)
2984 * gcc.c-torture/execute/20000914-1.c: New test.
2986 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
2988 * g++.other/inline13.C: New test.
2990 2000-09-12 Andreas Jaeger <aj@suse.de>
2992 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
2993 constant by Ulrich Drepper <drepper@redhat.com>.
2995 Tue Sep 12 18:32:07 2000 J"orn Rennecke <amylaar@redhat.co.uk>
2997 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
2999 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3001 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
3003 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
3005 * gcc.dg/cpp/backslash.c: New test.
3007 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
3009 * gcc.c-torture/execute/20000910-1.c: New test.
3010 * gcc.c-torture/execute/20000910-2.c: Likewise.
3012 2000-09-11 Robert Lipe <robertl@sco.com>
3014 * gcc.dg/pragma-align.c: New test.
3016 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
3018 * g++.old-deja/g++.pt/explicit82.C: New test.
3019 * g++.old-deja/g++.pt/explicit83.C: New test.
3021 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
3023 * gcc.dg/asm-names.c: New test.
3025 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3027 * gcc.dg/cpp/tr-warn6.c: New test
3029 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
3031 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
3034 2000-09-07 Catherine Moore <clm@redhat.com>
3036 * gcc.c-torture/execute/unroll-1.c: New test.
3038 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
3040 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
3042 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
3043 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
3044 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
3045 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
3046 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
3048 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
3049 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
3051 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
3053 * g++.old-deja/g++.pt/deduct2.C: New test.
3055 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
3057 * g++.old-deja/g++.pt/parms2.C: New test.
3059 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
3061 * g++.old-deja/g++.pt/crash58.C: New test.
3063 2000-09-06 Greg McGary <greg@mcgary.org>
3065 * gcc.c-torture/execute/20000906-1.c: New test.
3066 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
3068 2000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3070 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
3072 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
3074 * g++.old-deja/g++.pt/crash57.C: New test.
3076 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
3078 * g++.old-deja/g++.pt/crash56.C: New test.
3080 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
3082 * g++.old-deja/g++.pt/koenig1.C: New test.
3084 2000-09-04 Jakub Jelinek <jakub@redhat.com>
3086 * gcc.dg/20000904-1.c: New test.
3088 2000-09-04 Jakub Jelinek <jakub@redhat.com>
3090 * gcc.dg/cpp/paste8.c: New test.
3092 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
3094 * gcc.c-torture/compile/20000827-1.c: New test.
3096 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
3098 * gcc.dg/format-diag-1.c: New test.
3100 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
3102 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
3103 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
3104 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
3105 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
3106 gcc.dg/formatz-1.c: Adjust warning regular expressions.
3108 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
3110 * g++.old-deja/g++.other/nested4.C: New test.
3112 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
3114 * g++.old-deja/g++.ns/scoped1.C: New test.
3116 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
3118 * lib/g++.exp: Support testing already-installed GCC.
3120 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3122 * wtr-label-1.c, wtr-suffix-1.c: New tests.
3124 2000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3126 * gcc.dg/return-type-2.c: New test.
3128 2000-08-27 Geoff Keating <geoffk@cygnus.com>
3130 * gcc.c-torture/compile/20000825-1.c: New test.
3132 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
3134 * gcc.dg/dwarf2-2.c: New test.
3136 2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
3138 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
3141 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
3143 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
3144 gcc.dg/format-ext-5.c: New tests.
3146 2000-08-25 Jakub Jelinek <jakub@redhat.com>
3148 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
3150 2000-08-24 Mark Mitchell <mark@codesourcery.com>
3152 * gcc.dg/noncompile/930622-2.c: Adjust error message.
3154 2000-08-24 Richard Henderson <rth@cygnus.com>
3156 * gcc.dg/ia64-sync-1.c: New test.
3157 * gcc.dg/ia64-sync-2.c: New test.
3158 * gcc.dg/ia64-asm-1.c: New test.
3160 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
3162 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
3163 * gcc.dg/format-ext-2.c: New test.
3165 2000-08-23 Jason Merrill <jason@redhat.com>
3167 * lib/old-dejagnu.exp: Also ignore "In member function" and
3170 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3172 * gcc.dg/noncompile/label-lineno-1.c: New test.
3174 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
3176 * gcc.dg/c99-array-nonobj-1.c: New test.
3178 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
3180 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
3182 * gcc.dg/format-ext-1.c: New test.
3184 2000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3186 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
3187 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
3188 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
3189 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
3190 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
3192 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
3194 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
3195 gcc.dg/c99-strftime-2.c: New tests.
3197 2000-08-22 Richard Henderson <rth@cygnus.com>
3199 * gcc.c-torture/execute/20000822-1.c: New test.
3201 2000-08-21 Jakub Jelinek <jakub@redhat.com>
3203 * gcc.c-torture/execute/20000819-1.x: Remove.
3205 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
3207 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
3208 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
3209 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
3210 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
3211 gcc.dg/format-xopen-1.c: New tests.
3213 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
3215 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
3217 2000-08-21 Jakub Jelinek <jakub@redhat.com>
3219 * g++.old-deja/g++.other/loop2.C: New test.
3221 * gcc.c-torture/compile/20000606-1.c: New test.
3222 * gcc.c-torture/compile/20000728-1.c: New test.
3223 * gcc.c-torture/execute/20000801-1.c: New test.
3224 * gcc.c-torture/execute/20000801-2.c: New test.
3225 * gcc.c-torture/execute/20000819-1.c: New test.
3226 * gcc.c-torture/execute/20000819-1.x: XFAIL.
3227 * gcc.dg/20000629-1.c: New test.
3228 * gcc.dg/20000724-1.c: New test.
3229 * gcc.dg/20000807-1.c: New test.
3231 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
3233 * gcc.dg/cpp/pragma-1.c: New test.
3234 * gcc.dg/cpp/pragma-2.c: New test.
3236 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
3238 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
3239 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
3241 Fri Aug 18 16:57:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3243 * gcc.c-torture/compile/20000818-1.c: New test.
3245 2000-08-18 Manfred Hollstein <manfredh@redhat.com>
3247 * gcc.c-torture/execute/20000818-1.c: New test.
3249 2000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
3251 * gcc.dg/format-va-1.c: New test.
3253 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
3255 * g++.old-deja/g++.other/typedef8.C: New test.
3257 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
3259 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
3260 * g++.old-deja/g++.mike/net36.C: Mark candidate.
3261 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
3262 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
3263 * g++.old-deja/g++.other/ptrmem7.C: New test.
3264 * g++.old-deja/g++.pt/ptrmem10.C: New test.
3266 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
3268 * g++.old-deja/g++.pt/typename27.C: New test.
3270 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
3272 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
3273 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
3274 * g++.old-deja/g++.pt/friend45.C: New test.
3275 * g++.old-deja/g++.other/friend8.C: New test.
3277 2000-08-15 Richard Henderson <rth@cygnus.com>
3279 * gcc.c-torture/execute/20000815-1.c: New test.
3281 2000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
3283 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
3284 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
3285 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
3287 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
3289 * g++.old-deja/g++.other/refinit2.C: New test.
3291 2000-08-13 Geoff Keating <geoffk@cygnus.com>
3293 * lib/c-torture.exp (c-torture): Make
3294 compiler_conditional_xfail_data global.
3295 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
3296 compiler_conditional_xfail_data machinery.
3297 (f-torture-execute): Likewise.
3298 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
3299 and only when unrolling loops.
3301 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
3303 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
3305 * g++.old-deja/g++.pt/explicit81.C: New test.
3307 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
3309 * g++.old-deja/g++.pt/typename26.C: New test.
3311 2000-08-10 Geoff Keating <geoffk@cygnus.com>
3313 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
3316 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
3318 * g++.old-deja/g++.other/array3.C: New test.
3320 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
3322 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
3323 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
3324 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
3327 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
3329 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
3330 * g++.old-deja/g++.abi/vmihint.C: Likewise.
3332 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
3334 * gcc.c-torture/execute/20000808-1.c: New test.
3336 2000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
3338 * gcc.dg/c90-const-expr-1.c: New test.
3340 2000-08-08 Richard Henderson <rth@cygnus.com>
3342 * gcc.dg/noncompile/920923-1.c: Declare calloc.
3344 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
3346 * gcc.dg/noncompile/const-ll-1.c: New test.
3348 2000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
3350 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
3352 Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3354 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
3355 that running programs linked against the shared version of libobjc
3358 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
3360 * gcc.dg/c99-printf-1.c: New test.
3362 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
3364 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
3366 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
3368 * gcc.c-torture/execute/20000731-1.x: Delete.
3370 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
3372 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
3373 and torture_without_loops as is done by c-torture.exp.
3374 (search_for): Copy from c-torture.exp.
3375 (gcc-dg-runtest): New function, drives a directory of tests
3376 iterating over the TORTURE_OPTIONS.
3377 (scan-assembler, scan-assembler-not): Move here from
3378 individual directory drivers.
3380 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
3381 defined by lib/gcc-dg.exp.
3382 * gcc.dg/cpp/cpp.exp: Likewise.
3383 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
3384 gcc-dg-runtest, so we cycle over optimization options.
3386 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
3387 * gcc.dg/compare2.c: No longer expected to fail.
3389 Fri Aug 4 23:00:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3391 * gcc.c-torture/execute/20000804-1.c: New test.
3393 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
3395 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
3397 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
3399 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
3401 Thu Aug 3 01:46:33 2000 Jeffrey A Law (law@cygnus.com)
3403 * gcc.c-torture/compile/20000803-1.c: New test.
3405 2000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
3407 * gcc.c-torture/execute/20000801-3.c,
3408 gcc.c-torture/execute/20000801-4.c: New tests.
3409 * gcc.c-torture/execute/20000801-3.x,
3410 gcc.c-torture/execute/20000801-4.x: Xfail.
3412 2000-08-02 Geoff Keating <geoffk@cygnus.com>
3414 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
3415 libobjc/.libs to allow for libtool.
3417 2000-08-02 Jakub Jelinek <jakub@redhat.com>
3419 * gcc.c-torture/compile/20000802-1.c: New test.
3421 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
3423 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
3425 Mon Jul 31 21:14:49 2000 Jeffrey A Law (law@cygnus.com)
3427 * gcc-c-torture/execute/20000731-2.c: New test.
3429 * gcc.c-torture/execute/20000731-1.c: New test.
3430 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
3432 2000-07-31 Jakub Jelinek <jakub@redhat.com>
3434 * testsuite/gcc.dg/cpp/paste7.c: New test.
3435 * gcc.dg/cpp/20000725-1.c: New test.
3437 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
3439 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
3440 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
3441 declaration warning for __builtin_dwarf_reg_size.
3443 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
3445 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
3447 * gcc.dg/noncompile/voidparam-1.c: New test.
3449 2000-07-30 Richard Henderson <rth@cygnus.com>
3451 * gcc.dg/c90-digraph-1.c: Don't xfail.
3452 * gcc.dg/compare2.c (case 10): Xfail.
3453 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
3455 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
3457 * gcc.dg/c99-main-1.c: New test.
3459 2000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
3461 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
3463 Wed Jul 26 19:41:51 2000 Hans-Peter Nilsson <hp@axis.com>
3465 * gcc.c-tortuer/execute/20000726-1.c: New test.
3467 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
3469 * gcc.c-torture/execute/enum-2.c: New test.
3471 2000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3473 * gcc.dg/cpp/tr-warn3.c: New test.
3475 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
3477 * g++.old-deja/g++.ext/implicit1.C: Remove.
3478 * g++.old-deja/g++.jason/c2.C: Remove
3479 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
3480 * g++.old-deja/g++.pt/crash16.C: Likewise.
3481 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
3483 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
3485 * g++.old-deja/g++.other/for2.C: New test.
3487 2000-07-25 Jakub Jelinek <jakub@redhat.com>
3489 * gcc.dg/20000720-1.c: New test.
3491 2000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
3493 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
3495 2000-07-24 Geoff Keating <geoffk@cygnus.com>
3497 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
3498 * gcc.c-torture/execute/20000722-1.c: New.
3499 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
3501 2000-07-24 Jakub Jelinek <jakub@redhat.com>
3503 * gcc.dg/cpp/20000720-1.S: New test.
3505 2000-07-21 Michael Meissner <meissner@redhat.com>
3507 * gcc.c-torture/execute/ieee/hugeval.c: New test.
3509 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
3511 * g++.old-deja/g++.brendan/crash16.C,
3512 g++.old-deja/g++.brendan/parse3.C,
3513 g++.old-deja/g++.brendan/redecl1.C,
3514 g++.old-deja/g++.ns/template13.C,
3515 g++.old-deja/g++.other/decl4.C,
3516 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
3518 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
3520 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
3521 and "Internal error".
3523 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
3525 * gcc.dg/cpp/paste6.c: New test.
3527 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
3529 * gcc.dg/cpp/tr-direct.c: New test.
3531 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
3532 gcc.dg/cpp/undef1.c: Tweak error regexps.
3534 2000-07-18 Eric Christopher <echristo@redhat.com>
3536 * gcc.c-torture/compile/20000718-1.c: New test.
3538 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
3540 * cpplex.c (_cpp_push_token): If the token being pushed back
3541 is the previous token in this context, just subtract one from
3543 * cppmacro.c (save_expansion): Clear aux field when storing a
3546 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
3548 * gcc.dg/noncompile/redecl-1.c: New test.
3550 2000-07-18 Jakub Jelinek <jakub@redhat.com>
3552 * gcc.c-torture/execute/20000717-5.c: New test.
3553 * gcc.c-torture/execute/20000717-1.x: Removed.
3555 2000-07-17 Richard Henderson <rth@cygnus.com>
3557 * gcc.c-torture/execute/20000717-4.c: New test.
3559 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
3561 * gcc.dg/cpp/syshdr.c: New test.
3562 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
3564 2000-07-17 Neil Booth <neilb@earthling.net>
3566 * gcc.dg/cpp/cmdlne-dM.c: New test.
3567 * gcc.dg/cpp/cmdlne-dD.c: New test.
3569 Mon Jul 17 03:13:12 2000 Jeffrey A Law (law@cygnus.com)
3571 * gcc.c-torture/execute/20000717-3.c: New test.
3573 * gcc.c-torture/compile/20000717-1.c: New test.
3575 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
3577 * gcc.c-torture/execute/20000717-2.c: New test.
3579 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
3581 * gcc.dg/formatz-1.c: New test.
3583 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
3584 * gcc.dg/c99-digraph-1.c: New tests.
3586 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
3587 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.