]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/ChangeLog
data.c (ffedata_eval_offset_): Convert non-default integer constants to default integ...
[gcc.git] / gcc / testsuite / ChangeLog
CommitLineData
7aa00daf
AO
12002-02-09 Alexandre Oliva <aoliva@redhat.com>
2
3 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
4 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
5
fdf473ae
RH
62002-02-08 Richard Henderson <rth@redhat.com>
7
8 * gcc.c-torture/compile/labels-3.c: New.
9
1cf537c5
JJ
102002-02-08 Jakub Jelinek <jakub@redhat.com>
11
12 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
13 expression statements work instead.
14 * gcc.dg/noncompile/20020207-1.c: New test.
15
9dd7fc76
RH
162002-02-07 Richard Henderson <rth@redhat.com>
17
18 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
19
fecb60af
DB
202002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
21
22 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
23 message from g77
24 * lib/g77-dg.exp: Trim g77 error messages so that they are
25 recognised by dg.exp.
26
d3dac0ae
DB
272002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
28
29 PR fortran/5473
30 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
31
ff9ea967
RH
322002-02-07 Richard Henderson <rth@redhat.com>
33
34 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
35 to be sufficiently aligned for integers.
36
d5614afb
NS
372002-02-07 Nathan Sidwell <nathan@codesourcery.com>
38
39 * g++.dg/template/friend4.C: New test.
40
3f9796f9
DB
412002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
42
d3dac0ae 43 PR fortran/5743
3f9796f9
DB
44 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
45 unsupported cases.
46
30203c18
RH
472002-02-07 Richard Henderson <rth@redhat.com>
48
49 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
50 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
51 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
52 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
53
edd1967d
RH
542002-02-06 Richard Henderson <rth@redhat.com>
55
56 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
57
e1e52c7e
JJ
582002-02-06 Janis Johnson <janis187@us.ibm.com>
59
60 * gcc.dg/20020206-1.c: New test.
61
5364626a
JJ
622002-02-06 Jakub Jelinek <jakub@redhat.com>
63
d5129288
JJ
64 * gcc.c-torture/execute/20020206-1.c: New test.
65
caaf2272
JJ
66 * gcc.c-torture/execute/20020206-2.c: New test.
67
5364626a
JJ
68 PR optimization/5429:
69 * gcc.c-torture/compile/20020206-1.c: New test.
70
1b8afbe7
NC
712002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
72
23fb1469
NC
73 * g++.dg/ext/align1.C: Do not use an explicit alignment value
74 as certain file formats cannot support particularly large
75 alignments.
76
1b8afbe7
NC
77 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
78 and do not expect to be able to link the executable.
79
80 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
81 fail because the COFF format does not support the weak attribute.
82
8a921c08
DB
832002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
84
85 * g77.dg/pr5473.f: New test
86
81a2b933
AH
872002-02-05 Aldy Hernandez <aldyh@redhat.com>
88
89 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
90 Fix testcase accordingly.
91
8d2809bc
RH
922002-02-04 Richard Henderson <rth@redhat.com>
93
94 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
95 (buf): Change to be an array of pointers, not ints.
96
6f9fdf4d
JJ
972002-02-04 Jakub Jelinek <jakub@redhat.com>
98
99 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
100 before all tests. Move warning one line above to match where it
101 C frontend emits.
102 * gcc.dg/Wswitch-2.c: New test.
103 * g++.dg/warn/Wswitch-1.C: New test.
104 * g++.dg/warn/Wswitch-2.C: New test.
105
72db02bf
RH
1062002-02-04 Richard Henderson <rth@redhat.com>
107
108 * g++.dg/abi/offsetof.C: Fix size comparison.
109
127b94b5
RS
1102002-02-04 Richard Sandiford <rsandifo@redhat.com>
111
112 * gcc.dg/cast-qual-2.c: New test.
113
fa852403
JJ
1142002-02-04 Jakub Jelinek <jakub@redhat.com>
115
116 * gcc.dg/20020201-4.c: New test.
117
f7948d51
BE
1182002-02-04 Ben Elliston <bje@redhat.com>
119
120 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
121 target_info attribute != 0, in addition to the empty string.
122 (gcc_target_compile): Likewise.
123
ffe80457
AC
1242002-02-03 Andrew Cagney <ac131313@redhat.com>
125
126 * gcc.dg/Wswitch.c: New test.
127 PR gcc/4475. PR gcc/3780.
128
013c7e95
TM
1292002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
130
131 * g77.f-torture/execute/5122.f: New test for regressions
132 against PR fortran/5122.
133
e7daa976
DB
1342002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
135
136 * g77.f-torture/compile/pr3743.f: Delete
137 * g77.dg/pr3743-1.f: New test.
138 * g77.dg/pr3743-2.f: New test.
139 * g77.dg/pr3743-3.f: New test.
140 * g77.dg/pr3743-4.f: New test.
141
0fef3fd0
NB
1422002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
143
144 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
145
444c52f9
RH
1462002-02-02 Richard Henderson <rth@redhat.com>
147
148 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
149 * gcc.c-torture/execute/bf64-1.c: Likewise.
150
b24d861d
JJ
1512002-02-02 Jakub Jelinek <jakub@redhat.com>
152
153 * gcc.dg/20020201-2.c: New test.
154
ea142788
JJ
155 * gcc.dg/20020201-3.c: New test.
156
f786ab27
JJ
157 * gcc.c-torture/execute/bitfld-2.c: New test.
158
dfd48d76
NB
1592002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
160
161 * gcc.dg/bitfld-1.c: Update.
162 * gcc.dg/bitfld-2.c: Update.
163 * gcc.c-torture/execute/bitfld-1.x: New.
164
d3c52658
JJ
1652002-02-02 Jakub Jelinek <jakub@redhat.com>
166
167 * gcc.c-torture/execute/20020201-1.c: New test.
168
91f5782d
JJ
1692002-02-01 Janis Johnson <janis187@us.ibm.com>
170
171 PR target/5469
172 * gcc.dg/20020201-1.c: New test.
173
81622d29
DB
1742002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
175
176 PR fortran/3743
177 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
178 * g77.f-torture/compile/pr3743.x: Remove
179
87859851
TR
1802002-01-31 Tom Rix <trix@redhat.com>
181
182 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
183
6169e5fd
JM
1842002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
185
186 * gcc.dg/noncompile/20020130-1.c: New test.
187
02f06b3c
DB
1882002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
189
190 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
191
2fd667c2
RH
1922002-01-29 Richard Henderson <rth@redhat.com>
193
194 * gcc.c-torture/execute/991118-1.c: Cast various constants back
195 to long long.
196 * gcc.c-torture/execute/bf64-1.c: Likewise.
197
37060e78
JJ
1982002-01-29 Jakub Jelinek <jakub@redhat.com>
199
200 * gcc.c-torture/execute/20020129-1.c: New test.
201
d82b2ced
NB
2022002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
203
204 * gcc.c-torture/compile/20000224-1.c: Update.
205 * gcc.c-torture/execute/bitfld-1.c: New tests.
206 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
207 * gcc.dg/uninit-A.c: Update.
208
b8b98c66
NS
2092002-01-29 Nathan Sidwell <nathan@codesourcery.com>
210
211 * g++.dg/template/ctor1.C: Add instantiation.
212
3bca17dd
PK
2132002-01-28 Paul Koning <pkoning@equallogic.com>
214
215 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
216 argument to __builtin_prefetch to be const ptr.
217
27d921c7
JJ
2182002-01-28 Jakub Jelinek <jakub@redhat.com>
219
220 * gcc.c-torture/compile/20020120-1.c: New test.
221
438451cc
KH
2222002-01-27 Kazu Hirata <kazu@hxi.com>
223
224 * gcc.c-torture/execute/20020127-1.c: New test.
225
1bf8640c
DB
2262002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
227
228 * g77.dg/f77-edit-i-in.f: New test
229 * g77.dg/f77-edit-i-out.f: New test
230
33c7f925
GK
2312002-01-25 Geoffrey Keating <geoffk@redhat.com>
232
233 * gcc.dg/debug/debug.exp: New file.
234 * gcc.dg/debug/trivial.c: New file.
235 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
236 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
237 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
238 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
239 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
240 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
241 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
242 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
243 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
244 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
245 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
246 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
247 * gcc.dg/20000503-1.c: Removed.
248 * gcc.dg/20010207-1.c: Removed.
249 * gcc.dg/20011223-1.c: Removed.
250 * gcc.dg/20020104-2.c: Removed.
251 * gcc.dg/debug-1.c: Removed.
252 * gcc.dg/debug-2.c: Removed.
253 * gcc.dg/debug-3.c: Removed.
254 * gcc.dg/debug-4.c: Removed.
255 * gcc.dg/debug-5.c: Removed.
256 * gcc.dg/debug-6.c: Removed.
257 * gcc.dg/dwarf2-1.c: Removed.
258 * gcc.dg/dwarf2-2.c: Removed.
259
1658df0a
JJ
2602002-01-25 Jakub Jelinek <jakub@redhat.com>
261
262 * g++.old-deja/g++.other/eh5.C: New test.
263 * g++.old-deja/g++.other/sibcall2.C: New test.
264 * g++.old-deja/g++.other/array9.C: New test.
265 * g++.old-deja/g++.other/typename2.C: New test.
266 * g++.old-deja/g++.other/crash60.C: New test.
267 * g++.old-deja/g++.other/conv9.C: New test.
268 * g++.old-deja/g++.other/mangle10.C: New test.
269 * g++.old-deja/g++.other/unchanging1.C: New test.
270 * g++.old-deja/g++.other/exprstmt1.C: New test.
271 * g++.old-deja/g++.other/inline23.C: New test.
272 * g++.old-deja/g++.eh/ia64-1.C: New test.
273 * g++.old-deja/g++.other/dwarf2-1.C: New test.
274 * g++.old-deja/g++.other/mangle11.C: New test.
275 * g++.old-deja/g++.other/reload1.C: New test.
276 * g++.old-deja/g++.other/static20.C: New test.
277 * g++.old-deja/g++.other/local-alloc1.C: New test.
278 * g++.old-deja/g++.other/conv8.C: New test.
279 * g++.old-deja/g++.other/stmtexpr2.C: New test.
280 * g++.old-deja/g++.other/storeexpr1.C: New test.
281 * g++.old-deja/g++.other/storeexpr2.C: New test.
282 * g++.dg/eh/template2.C: New test.
283 * g++.dg/warn/weak1.C: New test.
284
6b016bf4
HPN
2852002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
286
287 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
288 Remove first, non-varying, argument.
289
6932f033
RH
2902002-01-23 Richard Henderson <rth@redhat.com>
291
292 * gcc.dg/inline-2.c: New.
293
294 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
295 Add optional target arg. Check number of arguments.
296 (scan-assembler-not, scan-assembler-dem): Likewise.
297 (scan-assembler-dem-not): Likewise.
298
d5714a5d
ZW
2992002-01-23 Zack Weinberg <zack@codesourcery.com>
300
301 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
302 line 12.
303 * g++.old-deja/g++.brendan/parse3.C,
304 g++.old-deja/g++.other/crash26.C,
305 g++.old-deja/g++.other/crash28.C,
306 g++.old-deja/g++.other/crash29.C,
307 g++.old-deja/g++.other/crash30.C,
308 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
309
709619d9
AH
3102002-01-23 Aldy Hernandez <aldyh@redhat.com>
311
d5714a5d 312 * gcc.dg/20020115-1.c: New.
709619d9 313
03984308
BW
3142002-01-23 Bob Wilson <bob.wilson@acm.org>
315
316 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
317
a8435716
JJ
3182002-01-23 Janis Johnson <janis187@us.ibm.com>
319
320 * gcc.dg/20020122-3.c: New.
321
0a01c261
JJ
3222002-01-23 Jakub Jelinek <jakub@redhat.com>
323
324 * g++.dg/other/gc1.C: New test.
325
d0a8f4e4
ZW
3262002-01-23 Zack Weinberg <zack@codesourcery.com>
327
328 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
329
a99e47a5
RH
3302002-01-22 Richard Henderson <rth@redhat.com>
331
332 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
333
1e7e480e
RH
3342002-01-22 Richard Henderson <rth@redhat.com>
335
336 * gcc.dg/20020122-4.c: New.
337
d04fd40f
L
3382002-01-22 H.J. Lu <hjl@gnu.org>
339
340 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
341 link output.
342 * gcc.dg/special/ecos.exp: Likewise.
343 * lib/g++-dg.exp: Likewise.
344 * lib/g77-dg.exp: Likewise.
345 * lib/gcc-dg.exp : Likewise.
346 * lib/mike-g++.exp: Likewise.
347 * lib/mike-g77.exp: Likewise.
348 * lib/mike-gcc.exp: Likewise.
349 * lib/objc-dg.exp: Likewise.
350
3196dfde
JJ
3512002-01-22 Janis Johnson <janis187@us.ibm.com>
352
353 PR target/5379
354 * gcc.dg/20020122-2.c: New test.
355
0c0c3c39
HPN
3562002-01-22 Hans-Peter Nilsson <hp@axis.com>
357
358 * gcc.dg/20020122-1.c: New test.
359
75dbec30
DB
3602001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
361
362 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
363
32abfc26
DB
3642002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
365
366 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
367
38e583fd
FS
3682002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
369
370 * gcc.c-torture/compile/20020121-1.c: New test.
371
e5f54c45
JDA
3722002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
373
374 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
375 ld_library_path.
376
0333394e
JJ
3772002-01-21 Jakub Jelinek <jakub@redhat.com>
378
379 * gcc.dg/20020218-1.c: New test.
380
e23baf78
DB
3812002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
382
383 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
384 messages
385 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
386 "At global scope" warning
387 * g++.dg/ext/align1.C: Change cygwin test for alignment
388 from db-bogus to dg-warning
389
a5cf3ccc
ZW
3902002-01-21 Zack Weinberg <zack@codesourcery.com>
391
392 * g77.f-torture/compile/cpp2.F: New test.
393
3807621a
NS
3942002-01-19 Nathan Sidwell <nathan@codesourcery.com>
395
396 * g++.dg/template/access1.C: New test.
397
4e98d045
AH
3982002-01-18 Aldy Hernandez <aldyh@redhat.com>
399
d5714a5d 400 * gcc.dg/20020118-1.c: New.
4e98d045 401
072f20ef
KH
4022002-01-18 Kazu Hirata <kazu@hxi.com>
403
404 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
405
ee459e5e
DB
4062001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
407
a99e47a5 408 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
d5714a5d
ZW
409 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
410 alignment warnings.
ee459e5e 411
6040e200
DB
4122001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
413
414 * gcc.misc-tests/i386-prefetch.exp: Save and restore
415 torture_with_loops and torture_without_loops
416
d0e82870
JJ
4172002-01-17 Jakub Jelinek <jakub@redhat.com>
418
419 * gcc.c-torture/compile/20020116-1.c: New test.
420
b8c1a6b8
JJ
4212002-01-16 Jakub Jelinek <jakub@redhat.com>
422
51c561e3 423 * gcc.dg/20020116-2.c: New test.
b8c1a6b8 424
51c561e3 425 * gcc.dg/ultrasp4.c: New test.
c4031a04 426
51c561e3 427 * gcc.dg/20020116-1.c: New test.
c4031a04 428
7ec9c85a
GK
4292002-01-15 Geoffrey Keating <geoffk@redhat.com>
430
431 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
432 by EABI.
433
441f5264
JJ
4342002-01-15 Janis Johnson <janis187@us.ibm.com>
435
436 * gcc.misc-tests/i386-prefetch.exp: New.
437 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
438 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
439 * gcc.misc-tests/i386-pf-none-1.c: New test.
440 * gcc.misc-tests/i386-pf-sse-1.c: New test.
441
7c94ce7f
JJ
4422002-01-15 Jakub Jelinek <jakub@redhat.com>
443
444 * gcc.dg/gnu89-init-1.c: Add new tests.
445
8559c8c0
AJ
4462002-01-15 Andreas Jaeger <aj@suse.de>
447
448 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
449 * gcc.dg/i386-mmx-2.c: Likewise.
450 * gcc.dg/i386-sse-1.c: Likewise.
451 * gcc.dg/i386-sse-2.c: Likewise.
452 * gcc.dg/i386-sse-3.c: Likewise.
453
9060718c
DB
4542001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
455
d5714a5d
ZW
456 * g77.f-torture/execute/intrinsic-unix-bessel.f:
457 Uncomment additional cases that now pass.
9060718c 458
6f1a6c5b
RH
4592002-01-11 Richard Henderson <rth@redhat.com>
460
461 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
462 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
463
f8cfe1a4
NP
464Fri Jan 11 12:13:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
465
466 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
467
f15054ea
AH
4682002-01-10 Aldy Hernandez <aldyh@redhat.com>
469
d5714a5d
ZW
470 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
471 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
f15054ea 472
bccd793e
DJ
4732002-01-10 Dale Johannesen <dalej@apple.com>
474
475 * gcc.c-torture/execute/loop-11.c: New.
476
115b6181
AH
4772002-01-08 Aldy Hernandez <aldyh@redhat.com>
478
d5714a5d 479 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
115b6181
AH
480 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
481
2c74ce9d
RH
4822002-01-09 Richard Henderson <rth@redhat.com>
483
484 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
485 type in which to perform the operation for each size.
486
a4ae2fdc
AM
487Wed Jan 9 16:48:33 2002 Alan Matsuoka (alanm@redhat.com)
488
489 * gcc.c-torture/compile/20020109-2.c: New test.
490
8d15f472
GB
4912002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
492
493 * gcc.c-torture/execute/loop-10.c: New test.
494
ffb9c594
JJ
4952002-01-09 Jakub Jelinek <jakub@redhat.com>
496
497 * gcc.c-torture/compile/20010226-1.c: New test.
498 * gcc.c-torture/compile/20010227-1.c: New test.
499 * gcc.c-torture/compile/20010426-1.c: New test.
500 * gcc.c-torture/compile/20010510-1.c: New test.
501 * gcc.c-torture/compile/20010605-3.c: New test.
502 * gcc.c-torture/compile/20010824-1.c: New test.
503 * gcc.c-torture/execute/20010409-1.c: New test.
504 * gcc.dg/noncompile/20000901-1.c: New test.
505 * gcc.dg/20001023-1.c: New test.
506 * gcc.dg/20001101-1.c: New test.
507 * gcc.dg/20001102-1.c: New test.
508 * gcc.dg/20010207-1.c: New test.
509 * gcc.dg/20010405-1.c: New test.
510 * gcc.dg/20010822-1.c: New test.
511 * gcc.dg/20011107-1.c: New test.
512
afaa8065
JL
513Wed Jan 9 14:03:20 2002 Jeffrey A Law (law@redhat.com)
514
7d5c66d6
JL
515 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
516
afaa8065
JL
517 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
518 execution failure on PA targets.
519
a2a2c12d
JJ
5202002-01-09 Jakub Jelinek <jakub@redhat.com>
521
522 * gcc.c-torture/compile/20020109-1.c: New test.
523
18cf8dda
KH
5242002-01-08 Kazu Hirata <kazu@hxi.com>
525
526 * gcc.c-torture/execute/20020108-1.c: New test.
527
b3ca30df
JJ
5282002-01-08 Jakub Jelinek <jakub@redhat.com>
529
530 * gcc.dg/20020108-1.c: New test.
531
c9f115ad
L
5322002-01-08 H.J. Lu <hjl@gnu.org>
533
534 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
535 for header files.
536
acd8ea2a
GK
5372002-01-08 Geoff Keating <geoffk@redhat.com>
538
539 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
540 consistency.
541
70ec0b9b
AH
542002-01-07 Aldy Hernandez <aldyh@redhat.com>
543
d5714a5d 544 * gcc.dg/altivec-4.c: Test altivec predicates.
70ec0b9b 545
2e951384
JJ
5462002-01-07 Jakub Jelinek <jakub@redhat.com>
547
548 * gcc.c-torture/execute/20020107-1.c: New test.
549
a858ca75
CR
5502002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
551
552 PR c/5279
553 * gcc.c-torture/compile/20020106-1.c: New test.
554
f21bf182
HPN
5552002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
556
557 * gcc.c-torture/execute/nestfunc-4.c: New test.
558
302d2f14
LR
5592002-01-04 Loren J. Rittle <ljrittle@acm.org>
560
d5714a5d 561 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
302d2f14 562 extra triple that slipped in.
d5714a5d
ZW
563 * g++.old-deja/g++.abi/align.C: Likewise.
564 * g++.old-deja/g++.abi/bitfields.C: Likewise.
302d2f14 565
3693730e
LR
5662002-01-04 Loren J. Rittle <ljrittle@acm.org>
567
568 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
569 * g++.old-deja/g++.abi/align.C: Likewise.
570 * g++.old-deja/g++.abi/bitfields.C: Likewise.
571
28434337
LR
572 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
573 on FreeBSD/i386.
574 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
575 FreeBSD.
576
b0832fe1
JJ
5772002-01-04 Jakub Jelinek <jakub@redhat.com>
578
579 * gcc.dg/20020104-1.c: New test.
580
336b7dca
JJ
581 * gcc.dg/20020104-2.c: New test.
582
fee5bdb0
HPN
5832002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
584
585 * gcc.dg/20020103-1.c: Fix typo in target selector.
586
0b223645
RH
5872002-01-03 Richard Henderson <rth@redhat.com>
588
589 * gcc.dg/20020103-1.c: New.
590
187462ac
KH
5912002-01-03 Kazu Hirata <kazu@hxi.com>
592
593 * gcc.c-torture/execute/20020103-1.c: New test.
594
5e55c6a2
JJ
5952002-01-03 Jakub Jelinek <jakub@redhat.com>
596
597 * g++.dg/other/debug2.C: New test.
598
cb1ac742
JJ
599 * gcc.c-torture/compile/20020103-1.c: New test.
600
e6ecc89b
JJ
6012002-01-02 Jakub Jelinek <jakub@redhat.com>
602
603 * gcc.dg/gnu89-init-1.c: Added new tests.
604
d46a33b3
NS
6052002-01-02 Nathan Sidwell <nathan@codesourcery.com>
606
40e593d7
NS
607 * g++.dg/template/friend2.C: Remove as patch is reverted.
608
323728aa
NS
609 * g++.dg/warn/oldcast1.C: New test.
610
46c895ac
NS
611 * g++.dg/template/ptrmem1.C: New test.
612 * g++.dg/template/ptrmem2.C: New test.
613
833aa4c4
NS
614 * g++.dg/template/ntp.C: New test.
615
18976b21
NS
616 * g++.dg/other/component1.C: New test.
617
303d1c55
NS
618 * g++.dg/template/ttp3.C: New test.
619
d46a33b3
NS
620 * g++.dg/template/friend2.C: New test.
621 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
622
4542128e
NS
6232002-01-02 Nathan Sidwell <nathan@codesourcery.com>
624
625 * g++.dg/other/ptrmem1.C: New test.
626 * g++.dg/other/ptrmem2.C: New test.
627
903c6234
NS
6282002-01-02 Nathan Sidwell <nathan@codesourcery.com>
629
630 * g++.dg/template/ctor1.C: New test.
631
477558bf
NS
6322002-01-02 Nathan Sidwell <nathan@codesourcery.com>
633
634 * g++.dg/template/friend2.C: New test.
635
db993cf3
HPN
6362002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
637
638 * gcc.dg/mmix-1.c: New test.
639
3ada20ee
RH
6402001-12-31 Richard Henderson <rth@redhat.com>
641
642 * gcc.dg/asm-5.c: New.
643
c49b2550
PC
6442001-12-31 Paolo Carlini <pcarlini@unitus.it>
645
646 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
647 in namespace __gnu_cxx
648
d73b1f07
RH
6492001-12-30 Richard Henderson <rth@redhat.com>
650
651 * gcc.dg/debug-6.c: New.
652
6ee3c8e4
JJ
6532001-12-30 Jakub Jelinek <jakub@redhat.com>
654
655 * gcc.c-torture/compile/20011229-2.c: New test.
656
54561457
JJ
6572001-12-29 Jakub Jelinek <jakub@redhat.com>
658
659 * gcc.dg/debug-3.c: New test.
660 * gcc.dg/debug-4.c: New test.
661 * gcc.dg/debug-5.c: New test.
662
c8af9937
RH
6632001-12-29 Richard Henderson <rth@redhat.com>
664
665 * g++.dg/eh/loop1.C: New.
666
f3368a90
NS
6672001-12-29 Nathan Sidwell <nathan@codesourcery.com>
668
669 * g++.dg/template/crash1.C: New test.
670
03c9c274
NS
6712001-12-29 Nathan Sidwell <nathan@codesourcery.com>
672
673 * g++.dg/other/const1.C: New test.
674
7f3ad6b6
HPN
6752001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
676
677 * gcc.c-torture/compile/20011229-1.c: New test.
678
47ffd48a
SS
6792001-12-28 Stan Shebs <shebs@apple.com>
680
681 * lib/objc-torture.exp: Resync with c-torture.exp.
682 * lib/objc.exp: Load standard libraries.
683
ad47f1e5
JJ
6842001-12-28 Jakub Jelinek <jakub@redhat.com>
685
686 * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
687 additional tests.
688
fe85f179
RS
6892001-12-27 Roger Sayle <roger@eyesopen.com>
690
691 * gcc.c-torture/execute/string-opt-16.c: New testcase.
692
df8992f8
RH
6932001-12-27 Richard Henderson <rth@redhat.com>
694
695 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
696
7d8e8369
NS
6972001-12-26 Nathan Sidwell <nathan@codesourcery.com>
698
699 * g++.dg/eh/ctor1.C: New test.
700 * g++.dg/other/error2.C: New test.
701
a56ca899
NS
7022001-12-24 Nathan Sidwell <nathan@codesourcery.com>
703
704 * g++.dg/other/init2.C: New test.
705
b79d5213
RH
7062001-12-24 Richard Henderson <rth@redhat.com>
707
708 * gcc.dg/20011223-1.c: New.
709 * gcc.dg/inline-1.c: New.
710
7abcb63a
RH
7112001-12-23 Richard Henderson <rth@redhat.com>
712
713 * gcc.dg/asm-4.c: Test operand modifiers.
714
8aad1777
RH
7152001-12-23 Richard Henderson <rth@redhat.com>
716
717 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
718
6eb53511
JM
7192001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
720
721 * gcc.c-torture/execute/20011223-1.c: New test.
722
0ba28a6d
RH
7232001-12-21 Richard Henderson <rth@redhat.com>
724
725 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
726 re-enables the warning.
727
3c0a049e
RH
7282001-12-21 Richard Henderson <rth@redhat.com>
729
730 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
731
87b7873d
JJ
7322001-12-20 Jakub Jelinek <jakub@redhat.com>
733
734 * gcc.c-torture/compile/20011218-1.c: New test.
735
ff7230ac
NC
7362001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
737
738 * gcc.misc-test/arm-isr.exp: New file. Control running of the
d5714a5d
ZW
739 arm-isr.c test.
740 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
741 epilogue generation for ARM ISR routines.
ff7230ac 742
b4c984fb
KG
7432001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
744
745 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
746 * gcc.dg/format/c90-printf-3.c: Likewise.
747 * gcc.dg/format/c99-printf-3.c: Likewise.
748 * gcc.dg/format/ext-1.c: Likewise.
749 * gcc.dg/format/ext-6.c: Likewise.
750 * gcc.dg/format/format.h: Prototype unlocked stdio.
751
cf785988
RH
7522001-12-20 Richard Henderson <rth@redhat.com>
753
754 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
755 (arena): Use it.
756 (malloc): Correct allocation logic. Abort if we fill up the
757 arena before initialization complete.
758 (realloc): Correct allocation logic.
759
2a3b43b6
JJ
7602001-12-20 Jakub Jelinek <jakub@redhat.com>
761
a9dc868f
JJ
762 * gcc.c-torture/compile/20011219-2.c: New test.
763
2a3b43b6
JJ
764 * gcc.c-torture/execute/20011219-1.c: New test.
765
871c5f6b
DB
7662001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
767
768 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
769 target does not support weak symbols.
770
30fa7e33
JJ
7712001-12-19 Jakub Jelinek <jakub@redhat.com>
772
773 * gcc.c-torture/compile/20011219-1.c: New test.
774
2e4cf9dc
NS
7752001-12-19 Nathan Sidwell <nathan@codesourcery.com>
776
777 * g++.dg/other/error1.C: New test.
778
2d628c25
JL
779Mon Dec 17 14:31:42 2001 Jeffrey A Law (law@redhat.com)
780
781 * gcc.c-torture/execute/20011217-1.c: New test.
782
18c8746d
NP
783Mon Dec 17 16:54:56 2001 Nicola Pero <nicola@brainstorm.co.uk>
784
785 * objc.dg/special/: New directory.
786 * objc.dg/special/special.exp: New file.
787 * objc.dg/special/unclaimed-category-1.h: New file.
788 * objc.dg/special/unclaimed-category-1a.m: New file.
789 * objc.dg/special/unclaimed-category-1.m: New file.
790
232fd111
AJ
7912001-12-17 Andreas Jaeger <aj@suse.de>
792
793 * gcc.c-torture/compile/20011217-2.c: New test.
794
8d37a5c0
JM
7952001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
796
797 * gcc.c-torture/compile/20011217-1.c: New test.
798
cdf89524
AH
7992001-12-14 Aldy Hernandez <aldyh@redhat.com>
800
801 * testsuite/gcc.dg/20011214-1.c: New.
802
c178fe89
AH
8032001-12-13 Aldy Hernandez <aldyh@redhat.com>
804
805 * gcc.dg/altivec-4.c: New.
806
05c8e58b
HPN
8072001-12-13 Hans-Peter Nilsson <hp@axis.com>
808
809 * gcc.dg/20011113-1.c: New test.
810
72dd53af
JDA
8112001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
812
813 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
cf785988 814 std::__malloc_alloc_template<0> and
72dd53af
JDA
815 std::__default_alloc_template<false, 0>.
816
c03bc36d
NP
817Thu Dec 13 10:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
818
819 * objc/execute/bf-21.m: New test.
820 * objc/execute/enumeration-1.m: New test.
821 * objc/execute/enumeration-2.m: New test.
232fd111 822
59c83dbf
JJ
8232001-12-12 Jakub Jelinek <jakub@redhat.com>
824
825 * gcc.dg/gnu89-init-1.c: New test.
826
ad1a6d45
NS
8272001-12-12 Nathan Sidwell <nathan@codesourcery.com>
828
829 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
830 * g++.old-deja/g++.jason/2371.C: Likewise.
831 * g++.old-deja/g++.jason/template33.C: Likewise.
832 * g++.old-deja/g++.jason/template34.C: Likewise.
833 * g++.old-deja/g++.jason/template36.C: Likewise.
834 * g++.old-deja/g++.oliva/typename1.C: Likewise.
835 * g++.old-deja/g++.oliva/typename2.C: Likewise.
836 * g++.old-deja/g++.other/typename1.C: Likewise.
837 * g++.old-deja/g++.pt/inherit2.C: Likewise.
838 * g++.old-deja/g++.pt/nontype5.C: Likewise.
839 * g++.old-deja/g++.pt/typename11.C: Likewise.
840 * g++.old-deja/g++.pt/typename14.C: Likewise.
841 * g++.old-deja/g++.pt/typename16.C: Likewise.
842 * g++.old-deja/g++.pt/typename3.C: Likewise.
843 * g++.old-deja/g++.pt/typename4.C: Likewise.
844 * g++.old-deja/g++.pt/typename5.C: Likewise.
845 * g++.old-deja/g++.pt/typename7.C: Likewise.
846 * g++.old-deja/g++.robertl/eb9.C: Likewise.
847
270d8c65
NS
8482001-12-11 Nathan Sidwell <nathan@codesourcery.com>
849
850 * g++.dg/other/linkage1.C: New test.
851 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
852 specifiers.
853
9aa8a1df
NB
8542001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
855
856 * gcc.dg/concat.c: New test.
857
4c594031
SS
8582001-12-11 Stan Shebs <shebs@apple.com>
859
860 * objc/compile: New test directory.
861 * objc/compile/compile.exp: New expect script.
862 * objc/compile/20011211-1.m: New compile test.
863
19cfdd34
JM
8642001-12-11 Jason Merrill <jason@redhat.com>
865
866 * lib/prune.exp (prune_gcc_output): Also handle "In member
867 function". So many permutations...
868
9aaceb4b
NS
8692001-12-10 Nathan Sidwell <nathan@codesourcery.com>
870
871 * g++.dg/template/typedef1.C: New test.
872
271e6f02
NS
8732001-12-09 Nathan Sidwell <nathan@codesourcery.com>
874
875 * g++.dg/other/copy1.C: New test.
876
1ec9bf8a
AH
8772001-10-08 Aldy Hernandez <aldyh@redhat.com>
878
cf785988 879 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
1ec9bf8a 880
cf785988 881 * gcc.dg/builtin-choose-expr.c: New.
1ec9bf8a
AH
882
8832001-12-07 Aldy Hernandez <aldyh@redhat.com>
884
cf785988 885 * gcc.dg/altivec-2.c: New.
1ec9bf8a 886
e9d7407e
RH
8872001-12-07 Richard Henderson <rth@redhat.com>
888
889 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
890
ecd70094
SC
8912001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
892
893 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
894 ultrasparc.
895
f393dd70
RK
896Fri Dec 7 06:29:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
897
898 * g++-old.deja/g++.robertl/eb101.C: Deleted.
899
a2b1e914
JJ
9002001-12-06 Janis Johnson <janis187@us.ibm.com>
901
902 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
903 variable argument list.
904
b4fcd7d2
ZW
9052001-12-06 Zack Weinberg <zack@codesourcery.com>
906
907 * gcc.c-torture/execute/memcheck: Delete entire directory.
908 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
909 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
910
26f943fd
NB
9112001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
912
913 * gcc.dg/Wshadow-1.c: New test.
914
f79349c7
JJ
9152001-12-05 Jakub Jelinek <jakub@redhat.com>
916
917 * gcc.c-torture/compile/20011130-1.c: New test.
918
822baa84
JJ
919 * gcc.dg/noncompile/20011025-1.c: New test.
920
7254c5fa
JJ
921 * g++.dg/other/anon-union.C: New test.
922
1218665b
JJ
923 * gcc.c-torture/execute/20011024-1.c: New test.
924
db3acfa5
JM
9252001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
926
927 * gcc.c-torture/execute/20000722-1.x,
928 gcc.c-torture/execute/20010123-1.x: Remove.
929 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
930 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
931 gcc.dg/c99-complit-2.c: New tests.
932
713ccd0c
NS
9332001-12-04 Nathan Sidwell <nathan@codesourcery.com>
934
935 * g++.dg/inherit/base1.C: New test.
936
108b7d3d
JJ
9372001-12-04 Jakub Jelinek <jakub@redhat.com>
938
939 * g++.dg/other/stdarg1.C: New test.
940
b318748f
JJ
941 * gcc.c-torture/compile/20011130-2.c: New test.
942
86890024
JJ
9432001-12-03 Janis Johnson <janis187@us.ibm.com>
944
945 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
946 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
947 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
948 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
949 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
950 * gcc.dg/builtin-prefetch-1.c: New test.
951
63658a9a
JJ
9522001-12-03 Jakub Jelinek <jakub@redhat.com>
953
954 * gcc.dg/20011130-1.c: New test.
955
f1880e13
NS
9562001-12-03 Nathan Sidwell <nathan@codesourcery.com>
957
958 * g++.dg/other/scope1.C: New test.
959 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
960
39bc99c2
JM
9612001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
962
963 * gcc.dg/vla-init-1.c: New test.
964
41543739
GK
9652001-12-01 Geoff Keating <geoffk@redhat.com>
966
967 * gcc.c-torture/compile/structs.c: New testcase from GDB.
968
1f978f5f
NB
9692001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
970
971 * objc.dg/alias.m: Update.
972 * objc.dg/class-1.m: Update.
973 * objc.dg/const-str-1.m: Update.
974 * objc.dg/fwd-proto-1.m: Update.
975 * objc.dg/id-1.m: Update.
976 * objc.dg/super-class-1.m: Update.
977
816a3974
MM
9782001-11-29 Mark Mitchell <mark@codesourcery.com>
979
980 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
981 constructs.
982
d4d73d4c
JL
983Wed Nov 28 15:05:54 2001 Jeffrey A Law (law@cygnus.com)
984
985 * gcc.c-torture/execute/20011128-1.c: New test.
986
fd2aba00
HPN
9872001-11-28 Hans-Peter Nilsson <hp@axis.com>
988
989 * gcc.dg/20011127-1.c: New test.
990
7e5fb12f
JM
9912001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
992
993 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
994 from Austin Group draft 7.
995 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
996 scanf format arguments.
997 * gcc.dg/format/no-exargs-2.c: New test.
998
338d90b8
NS
9992001-11-25 Nathan Sidwell <nathan@codesourcery.com>
1000
1001 * g++.dg/abi/vbase8-4.C: New test.
1002
cbfd0e9e
ILT
10032001-11-24 Ian Lance Taylor <ian@airs.com>
1004
1005 * gcc.c-torture/execute/20011121-1.c: New test.
1006
05ce35e6
JL
1007Fri Nov 23 15:55:44 2001 Jeffrey A Law (law@cygnus.com)
1008
1009 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
1010
e1e7d56b
AJ
10112001-11-23 Andreas Jaeger <aj@suse.de>
1012
1013 * gcc.dg/cpp/charconst-2.c: New test.
1014
8d49efb0
GK
10152001-11-22 Geoffrey Keating <geoffk@redhat.com>
1016
1017 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
1018 to the host if it is remote. Let tests specify extra headers
1019 they use.
1020 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
1021 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
1022 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
1023 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
1024 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
1025 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
1026 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
1027 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
1028 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
1029 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
1030
577a67b0
NC
10312001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
1032
1033 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
1034 for little endian ARMs.
1035
83dea45d
JJ
10362001-11-20 Jakub Jelinek <jakub@redhat.com>
1037
1038 * gcc.c-torture/compile/20011119-1.c: New test.
1039 * gcc.c-torture/compile/20011119-2.c: New test.
1040
da6ccf83
AH
10412001-11-17 Aldy Hernandez <aldyh@redhat.com>
1042
cf785988 1043 * gcc.dg/altivec-1.c: Fix typo.
da6ccf83 1044
ca349304
JM
10452001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
1046
1047 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
1048
8f7a5cdc
NC
10492001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
1050
1051 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
1052
d88c9275
GK
10532001-11-19 Geoffrey Keating <geoffk@redhat.com>
1054
34806eda
GK
1055 * lib/g77.exp: Don't specify --rpath-link.
1056
d88c9275
GK
1057 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
1058 across all the headers.
1059 * gcc.dg/format/format.exp: For testing on a remote host,
1060 copy format.h.
1061
1062 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
1063 * gcc.c-torture/execute/930406-1.c: Likewise.
1064 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1065
b73f6494
AH
10662001-11-19 Aldy Hernandez <aldyh@redhat.com>
1067
cf785988 1068 * gcc.dg/altivec-1.c: New.
b73f6494 1069
3293c3e3
NB
10702001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
1071
1072 * gcc.dg/cpp/fpreprocessed.c: New test case.
1073
aa99bd09
JM
10742001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
1075
1076 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
1077 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
1078 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
1079
7d14c755
JM
10802001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
1081
1082 * gcc.dg/no-builtin-1.c: New test.
1083
25e7f439
JJ
10842001-11-16 Jakub Jelinek <jakub@redhat.com>
1085
1086 * gcc.c-torture/execute/20011115-1.c: New test.
1087
2b7d71b2
JJ
10882001-11-15 Jakub Jelinek <jakub@redhat.com>
1089
8f5a5db8 1090 * gcc.c-torture/compile/20011114-2.c: New test.
feb265ab 1091 * gcc.c-torture/compile/20011114-3.c: New test.
2b7d71b2
JJ
1092 * gcc.c-torture/compile/20011114-4.c: New test.
1093
36a68fe7
NS
10942001-11-15 Nathan Sidwell <nathan@codesourcery.com>
1095
1096 * g++.dg/other/init1.C: New test.
1097
6345b681
GK
10982001-11-14 Geoffrey Keating <geoffk@redhat.com>
1099
7042d510
GK
1100 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
1101 message.
1102
1103 * gcc.c-torture/execute/20011114-1.c: New testcase.
1104
6345b681
GK
1105 * gcc.c-torture/compile/20010327-1.c: Revert last change.
1106 * gcc.c-torture/compile/20011114-1.c: New test, exactly
1107 like the (before this change) version of 20010327-1.c.
1108
c1a7b241
RS
11092001-11-14 Roger Sayle <roger@eyesopen.com>
1110
1111 * gcc.c-torture/execute/string-opt-13.c: New testcase.
1112
373bd0fa
RS
11132001-11-14 Richard Sandiford <rsandifo@redhat.com>
1114
1115 * g++.dg/init/array2.C: New test.
1116
574f95c4
AO
11172001-11-14 Alexandre Oliva <aoliva@redhat.com>
1118
1119 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
1120
b02922a4
NS
11212001-11-13 Nathan Sidwell <nathan@codesourcery.com>
1122
1123 * g++.dg/other/forscope1.C: New test.
1124 * g++.dg/ext/forscope1.C: New test.
1125 * g++.dg/ext/forscope2.C: New test.
1126
630036c6
JJ
11272001-11-13 Jakub Jelinek <jakub@redhat.com>
1128
1129 * gcc.c-torture/execute/20011113-1.c: New test.
1130
4192f0d2
GK
11312001-11-09 Geoffrey Keating <geoffk@redhat.com>
1132
ff6051b7
GK
1133 * gcc.c-torture/execute/20011109-2.c: New test.
1134
4192f0d2
GK
1135 * gcc.c-torture/execute/20011109-1.c: New test.
1136
a3d87e92
JJ
11372001-11-09 Jakub Jelinek <jakub@redhat.com>
1138
1139 * gcc.c-torture/compile/20011109-1.c: New test.
1140
c6243b4c
GK
11412001-11-08 Geoffrey Keating <geoffk@redhat.com>
1142
1143 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
1144 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
1145 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
1146 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
1147 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
1148 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
1149 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
1150
8ac9ea61
NB
11512001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
1152
1153 * g++.dg/warn/Wshadow-1.C: New tests.
1154 * g++.old-deja/g++.mike/for3.C: Update.
1155
207bf485
JM
11562001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
1157
1158 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
1159 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
1160 XFAILs. Adjust expected error texts.
1161 * gcc.c-torture/compile/20011106-1.c,
1162 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
1163 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
1164 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
1165 gcc.dg/c99-array-lval-5.c: New tests.
1166
63d75005
NB
11672001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1168
1169 * gcc.dg/cpp/defined.c: Update.
1170
e9b2c823
NB
11712001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1172
1173 * gcc.c-torture/execute/anon-1.c: New test.
1174
2e80c17d
GK
11752001-11-03 Geoffrey Keating <geoffk@redhat.com>
1176
1177 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
1178 same size, so no warning should be produced on stormy16.
1179
1180 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
1181 due to oversized array.
1182 * g++.old-deja/g++.mike/ns15.C: Likewise.
1183 * g++.old-deja/g++.pt/crash16.C: Likewise.
1184
ae31824c
GS
11852001-11-02 Graham Stott <grahams@redhat.com>
1186
1187 * g++.dgother/debug1.C: Fix typos.
1188
19989812
JJ
11892001-11-01 Jakub Jelinek <jakub@redhat.com>
1190
1191 * g++.dg/other/debug1.C: New test.
1192
9199347f
SC
11932001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1194
1195 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
cf785988 1196 of unsigned long.
9199347f 1197
3d238248
JJ
11982001-10-30 Jakub Jelinek <jakub@redhat.com>
1199
1200 * gcc.dg/20011029-2.c: New test.
1201
cfaef116
JJ
1202 * gcc.c-torture/compile/20011029-1.c: New test.
1203
3df95b7b
NP
1204Mon Oct 29 21:19:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
1205
1206 * objc/execute/class_self-1.m: New test.
1207 * objc/execute/class_self-2.m: New test.
1208
5037fa81
ZW
12092001-10-25 Zack Weinberg <zack@codesourcery.com>
1210
1211 * gcc.misc-tests/msgs.exp: Delete.
1212 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
1213 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
1214 error set to match recent changes.
1215
b621a4dd
ZW
12162001-10-24 Zack Weinberg <zack@codesourcery.com>
1217
1218 * gcc.dg/20011021-1.c: New test.
1219
c0a4369a
JJ
12202001-10-24 Jakub Jelinek <jakub@redhat.com>
1221
1222 * gcc.c-torture/compile/20011023-1.c: New test.
1223
91dc81f9
GK
12242001-10-23 Geoffrey Keating <geoffk@redhat.com>
1225
1226 * lib/g77.exp: Rewrite based on lib/g++.exp.
1227
4768dbdd
JJ
12282001-10-19 Jakub Jelinek <jakub@redhat.com>
1229
1230 * gcc.c-torture/execute/20011019-1.c: New test.
1231
368a1647
JJ
1232 * gcc.dg/20011018-1.c: New test.
1233
48d4b9f0
NY
12342001-10-19 NIIBE Yutaka <gniibe@m17n.org>
1235
1236 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
1237
c8202d4c
AO
12382001-10-18 Alexandre Oliva <aoliva@redhat.com>
1239
1240 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
1241 * gcc.dg/attr-invalid.c: Likewise.
1242
bf911a9a
JJ
12432001-10-18 Jakub Jelinek <jakub@redhat.com>
1244
1245 * testsuite/gcc.dg/20011015-1.c: New test.
1246
756b2d5e
RS
12472001-10-14 Richard Sandiford <rsandifo@redhat.com>
1248
1249 * g++.dg/template/unify2.C: New test.
1250
2d1245b8
RS
12512001-10-14 Richard Sandiford <rsandifo@redhat.com>
1252
1253 * g++.dg/other/exception-specification.C: New test
1254
e2ccde7b
TR
12552001-10-13 Tom Rix <trix@redhat.com>
1256
1257 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
1258 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
1259
8554d9a4
JJ
12602001-10-12 Jakub Jelinek <jakub@redhat.com>
1261
1262 * testsuite/gcc.dg/20011009-1.c: New test.
1263
e60505a5
NS
12642001-10-12 Nathan Sidwell <nathan@codesourcery.com>
1265
1266 PR g++/4476
1267 * g++.dg/other/friend1.C: New test.
1268
4a8d0c9c
RH
12692001-10-11 Richard Henderson <rth@redhat.com>
1270
1271 * g++.old-deja/g++.other/crash18.C: Add -S to options.
1272
6cb3ae1e
FS
12732001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1274
1275 * gcc.c-torture/compile/20011010-1.c: New.
1276
9f2f9eb6
JM
12772001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
1278
1279 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
1280 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
1281 g77.f-torture/execute/execute.exp,
1282 g77.f-torture/noncompile/noncompile.exp,
1283 gcc.c-torture/compile/compile.exp,
1284 gcc.c-torture/execute/execute.exp,
1285 gcc.c-torture/execute/ieee/ieee.exp,
1286 gcc.c-torture/execute/memcheck/memcheck.exp,
1287 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
1288 objc/execute/execute.exp: Update FSF address.
1289
24b9d43a
NB
12902001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
1291
1292 * gcc.dg/cpp/cmdlne-C.c: Update.
1293 * gcc.dg/cpp/cmdlne-C2.c: New.
1294
63dd08e6
FS
12952001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1296
1297 * gcc.c-torture/execute/20011008-3.c: New.
1298
1dde5a4e
DD
12992001-10-08 DJ Delorie <dj@redhat.com>
1300
1301 * gcc.dg/20011008-1.c: New.
1302 * gcc.dg/20011008-2.c: New.
1303
d6da836d
NB
13042001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
1305
1306 * gcc.dg/cpp/spacing1.c: Update test.
1307
cc712abf
JM
13082001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
1309
1310 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
1311 spelling errors of "separate" as "seperate".
1312
8d5463d4
AO
13132001-10-05 Alexandre Oliva <aoliva@redhat.com>
1314
1315 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
1316 enough to avoid inlining.
1317
d9c28ce3
PS
13182001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
1319
1320 * lib/g77.exp: set libg2c_dir correctly.
1321
a2566f60
NB
13222001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
1323
1324 * gcc.dg/cpp/macro11.c: New test.
1325
80a497e4
JM
13262001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
1327
1328 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
1329 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
1330 gcc.dg/format/multattr-3.c: New tests.
1331 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
1332 tests for format attributes on function pointers being rejected.
1333
6431177a
JM
13342001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
1335
1336 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
1337
ed0ea560
JM
13382001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
1339
1340 * g++.dg/warn/format1.C: New test.
1341
bab3db73
NB
13422001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
1343
1344 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
1345
ab17715d
NB
13462001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
1347
1348 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
1349
8c3b2693
NB
13502001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
1351
1352 * gcc.dg/cpp/redef2.c: Add test.
1353
bed2ebd0
GK
13542001-09-27 Geoffrey Keating <geoffk@redhat.com>
1355
1356 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
e1e7d56b 1357 long-standing bug on i686, apparently.
bed2ebd0
GK
1358 * gcc.c-torture/execute/loop-2c.x: New file.
1359 * gcc.c-torture/execute/loop-2d.x: New file.
1360 * gcc.c-torture/execute/loop-3c.x: New file.
1361
b56cfd51
NB
13622001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
1363
1364 * gcc.dg/cpp/20000625-2.c: Correct line number.
1365
4ed5bcfb
NB
13662001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
1367
1368 * gcc.dg/cpp/macro10.c: New test.
1369 * gcc.dg/cpp/strify3.c: New test.
1370 * gcc.dg/cpp/spacing1.c: Add tests.
1371 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
1372 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
1373
1b47b7ae
DD
13742001-09-24 DJ Delorie <dj@redhat.com>
1375
1376 * gcc.c-torture/execute/20010924-1.c: New test.
e1e7d56b 1377
dea2f2db
NB
13782001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
1379
1380 * testsuite/objc/execute/paste.m: Remove.
1381
040cc071
JM
13822001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
1383
1384 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
1385
ab6e6969
GH
13862001-09-22 George Helffrich <george@geo.titech.ac.jp>
1387
1388 * g77.dg/strlen0.f: New test.
1389
67231816
RH
13902001-09-21 Richard Henderson <rth@redhat.com>
1391
1392 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
1393 * g++.old-deja/g++.abi/vtable2.C: Likewise.
1394
91d231cb
JM
13952001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
1396
1397 Table-driven attributes.
1398 * g++.dg/ext/attrib1.C: New test.
1399
e7b6a0ee
DD
14002001-09-20 DJ Delorie <dj@redhat.com>
1401
1402 * gcc.dg/20000926-1.c: Update expected warning messages.
1403 * gcc.dg/array-2.c: Likewise, and test for warnings too.
1404 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
1405 array.
1406
4241b637
RS
14072001-09-18 Richard Sandiford <rsandifo@redhat.com>
1408
1409 * g++.dg/eh/registers1.C: New test case.
1410
17920efb
RH
14112001-09-17 Richard Henderson <rth@redhat.com>
1412
1413 * gcc.dg/array-5.c: Fix VLA decomposition test.
1414
18a9d8ff
NB
14152001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
1416
1417 * gcc.dg/cpp/line5.c: New testcase.
1418
3617ff1e
NB
14192001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
1420
1421 * gcc.dg/cpp/macro9.c: New test.
1422
0ea009fc
AH
14232001-09-15 Aldy Hernandez <aldyh@redhat.com>
1424
cf785988 1425 * gcc.c-torture/execute/980223.c: Change type of addr from long
0ea009fc
AH
1426 to char *.
1427
846f0467
HPN
14282001-09-15 Hans-Peter Nilsson <hp@axis.com>
1429
1430 * gcc.c-torture/execute/20010915-1.c: New test.
1431
1f8d138f
JJ
14322001-09-14 Janis Johnson <janis187@us.ibm.com>
1433
1434 * g77.dg/bprob: New directory.
1435 * g77.dg/bprob/bprob.exp: New file.
1436 * g77.dg/bprob/bprob-1.f: New test.
1437 * g77.dg/gcov: New directory.
1438 * g77.dg/gcov/gcov.exp: New file.
1439 * g77.dg/gcov/gcov-1.f: New test.
1440 * g77.dg/gcov/gcov-1.x: New file.
1441
bdcbe496
NB
14422001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
1443
1444 * gcc.dg/cpp/directiv.c: Update.
1445 * gcc.dg/cpp/undef1.c: Update.
1446
c1d4e7e1
JJ
14472001-09-12 Jakub Jelinek <jakub@redhat.com>
1448
1449 * gcc.dg/20010912-1.c: New test.
1450
cd1f97c6
JJ
14512001-09-11 Janis Johnson <janis187@us.ibm.com>
1452
1453 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
1454 language-independent file in lib.
1455 * lib/gcov.exp: New file.
1456
1d30139d
JM
14572001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
1458
1459 * gcc.c-torture/compile/20010911-1.c: New test.
1460
1aa084e6
JJ
14612001-09-10 Janis Johnson <janis187@us.ibm.com>
1462
1463 * lib/profopt.exp: New, to support profile-directed optimizations.
1464 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
1465 * gcc.misc-tests/bprob-1.c: New test.
1466 * gcc.misc-tests/bprob-2.c: New test.
1467
ebe0d266 14682001-09-07 Janis Johnson <janis187@us.ibm.com>
1aa084e6 1469
ebe0d266
JJ
1470 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
1471 XFAIL and which kinds of gcov output to verify.
1472 * gcc.misc-tests/gcov-4b.x: New file.
1473 * gcc.misc-tests/gcov-5b.x: New file.
1474 * gcc.misc-tests/gcov-6.x: New file.
1475 * gcc.misc-tests/gcov-7.c: New test.
1476 * gcc.misc-tests/gcov-7.x: New file.
1477
a3070574
JJ
14782001-09-06 Janis Johnson <janis187@us.ibm.com>
1479
1480 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
1481 * gcc.misc-tests/gcov-6.c: New test.
1482
39e78d8b
NS
14832001-09-06 Nathan Sidwell <nathan@codesourcery.com>
1484
1485 PR c++/3986
1486 * g++.dg/abi/vbase1.C: New test.
1487
89fc3605
ZL
14882001-09-05 Ziemowit Laski <zlaski@apple.com>
1489
1490 * objc.dg/method-2.m: New.
e1e7d56b 1491
da86f08f
NS
14922001-09-04 Nathan Sidwell <nathan@codesourcery.com>
1493
1494 PR c++/4203
1495 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
1496 * g++.dg/init/empty1.C: New test.
1497
7743fdb9
JJ
14982001-09-03 Jakub Jelinek <jakub@redhat.com>
1499
1500 * gcc.c-torture/compile/20010903-1.c: New test.
1501
89503616
RZ
15022001-08-31 Roman Zippel <zippel@linux-m68k.org>
1503
1504 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
1505 for m68k.
1506
7566ca49
GK
15072001-08-31 Geoffrey Keating <geoffk@redhat.com>
1508
1509 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
1510
1511 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
1512
1513 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
1514
2d107c59
GK
15152001-08-30 Geoffrey Keating <geoffk@redhat.com>
1516
1517 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
1518 for 16-bit 'unsigned int'.
1519
af592bf9
KH
15202001-08-29 Kazu Hirata <kazu@hxi.com>
1521
1522 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
1523
fa4e13e0
RH
15242001-08-27 Richard Henderson <rth@redhat.com>
1525
1526 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
1527 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
1528
90d925d3
AH
15292001-08-25 Aldy Hernandez <aldyh@redhat.com>
1530
cf785988 1531 * gcc.dg/asm-names.c (ymain): New.
90d925d3 1532
033c017c
GK
15332001-08-22 Geoffrey Keating <geoffk@redhat.com>
1534
1535 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
1536 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
1537 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
1538
ada11335
KG
15392001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1540
1541 * gcc.dg/compare5.c: New testcase.
1542
0585896c
JM
15432001-08-23 Jason Merrill <jason_merrill@redhat.com>
1544
1545 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
1546 and "In instantiation".
1547
c0e4f189
AH
15482001-08-21 Aldy Hernandez <aldyh@redhat.com>
1549
cf785988 1550 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
c0e4f189 1551
ea319998
JJ
15522001-08-20 Janis Johnson <janis187@us.ibm.com>
1553
1554 * gcc.misc-tests/gcov.exp: Add support for branch information.
1555 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
1556 * gcc.misc-tests/gcov-4.c: New test.
1557 * gcc.misc-tests/gcov-4b.c: New test.
1558 * gcc.misc-tests/gcov-5b.c: New test.
1559
9b95b063
ZW
15602001-08-20 Zack Weinberg <zackw@panix.com>
1561
1562 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
1563 expected to fail.
1564
915a17f6
JDA
15652001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
1566
1567 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
1568
baeb4732
JJ
15692001-08-19 Jakub Jelinek <jakub@redhat.com>
1570
1571 * g++.dg/eh/template1.C: New test.
1572
3c0a5af2
DB
15732001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
1574
1575 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
1576 Fix thinko.
1577 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
1578 for xfail.
1579
15802001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
c3849183
DB
1581
1582 * lib/g77-dg.exp: Use prune.exp for common procedures
e1e7d56b
AJ
1583 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
1584 * lib/g77.exp: (g77-dg-prune) Remove
c3849183 1585
3d146acb
JM
15862001-08-13 Jason Merrill <jason_merrill@redhat.com>
1587
1588 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
1589
4d5f3fbd
KL
15902001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1591
1592 * g++.dg/template/unify1.C: New test.
1593
0830ae44
NS
15942001-08-07 Nathan Sidwell <nathan@codesourcery.com>
1595
1596 * g++.dg/abi/empty4.C: New test.
1597
6b6f7231
DB
15982001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
1599
1600 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
1601 solaris2.*
1602 * g77.f-torture/compile/pr3743.x: Likewise
1603
eac69b8a
GDR
16042001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1605
1606 * g++.dg/other/using-declaration.C: New test.
1607
6604e6f3
NB
16082001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
1609
1610 * gcc.dg/cpp/tr-sign.c: New testcase.
1611
67821e3a
NB
16122001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
1613
1614 * gcc.dg/cpp/19951025-1.c: Revert.
1615 * gcc.dg/cpp/directiv.c: We no longer process directives that
1616 interrupt macro arguments.
1617
13104975
ZW
16182001-08-03 Zack Weinberg <zackw@stanford.edu>
1619
1620 * gcc.dg/bconstp-1.c: New test.
1621
949f197f
RH
16222001-08-03 Richard Henderson <rth@redhat.com>
1623
1624 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
1625
d82fc108
NB
16262001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
1627
1628 * gcc.dg/cpp/19951025-1.c: Update.
1629
d4d3e882
JO
16302001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
1631
1632 * g77.dg/ff90-1.f (s): Fix reference of variable z,
1633 should be x.
1634
1dbb6023
NS
16352001-08-02 Nathan Sidwell <nathan@codesourcery.com>
1636
1637 Kill -fhonor-std.
1638 * g++.old-deja/g++.ns/ns14.C: Remove special options.
1639 * g++.old-deja/g++.other/std1.C: Likewise.
1640 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
1641
41ae4ee6
DB
16422001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
1643
1644 * lib/g77.exp: Load gcc-defs.exp for common procedures
1645 (g77_pass, g77_fail, g77_finish, g77_exit,
1646 ${tool}_check_unsupported_p} Now redundant. Deleted.
1647
16482001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
1649
1650 * g77.dg/fbackslash.f
1651 * g77.dg/fcase-preserve.f
1652 * g77.dg/ff90-1.f
1653 * g77.dg/ffixed-line-length-0.f
1654 * g77.dg/ffixed-line-length-132.f
1655 * g77.dg/ffixed-line-length-7.f
1656 * g77.dg/ffixed-line-length-72.f
1657 * g77.dg/ffixed-line-length-none.f
cf785988 1658 * g77.dg/ffree-form-1.f
41ae4ee6
DB
1659 * g77.dg/fno-backslash.f
1660 * g77.dg/fno-f90-1.f
1661 * g77.dg/fno-fixed-form-1.f
1662 * g77.dg/fno-onetrip.f
1663 * g77.dg/fno-typeless-boz.f
1664 * g77.dg/fno-underscoring.f
1665 * g77.dg/fno-vxt-1.f
1666 * g77.dg/fonetrip.f
1667 * g77.dg/ftypeless-boz.f
1668 * g77.dg/fugly-assumed.f
1669 * g77.dg/funderscoring.f
1670 * g77.dg/fvxt-1.f
1671
3fecf49c
ZL
16722001-08-01 Ziemowit Laski <zlaski@apple.com>
1673
1674 * objc.dg/fwd-proto-1.m: New.
1675 * objc.dg/local-decl-1.m: New.
1676 * objc.dg/naming-1.m: New.
1677 * objc.dg/naming-2.m: New.
1678 * objc.dg/proto-hier-1.m: New.
1679
ebff8232
HPN
16802001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
1681
1682 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
1683 largest-type elements to a struct makes its size grow.
1684
20dde49d
NS
16852001-07-31 Nathan Sidwell <nathan@codesourcery.com>
1686
1687 * g++.dg/abi/vthunk1.C: New test.
1688
b7ad2f8b
NS
16892001-07-31 Nathan Sidwell <nathan@codesourcery.com>
1690
1691 * g++.dg/abi/vbase8-22.C: New test.
1692
dd666a87
NB
16932001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1694
1695 * gcc.dg/cpp/macro8.c: New test.
1696
0ab142b0
NS
16972001-07-27 Nathan Sidwell <nathan@codesourcery.com>
1698
1699 * g++.dg/abi/vbase8-21.C: New test.
1700
d60d223b
NS
17012001-07-27 Nathan Sidwell <nathan@codesourcery.com>
1702
1703 * g++.dg/abi/vbase8-10.C: New test.
1704
08ecdbeb
RO
17052001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1706
1707 * lib/g++.exp (g++_set_ld_library_path): Renamed to
1708 ${tool}_set_ld_library_path.
1709 Changed caller.
1710 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
1711 g++.exp.
1712
62ba5f39
SC
17132001-07-26 Stan Cox <scox@redhat.com>
1714
1715 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
1716 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
1717 gcc_exit, gcc_check_unsupported_p):
1718 Moved to gcc-deps.exp
1719 * gcc-deps.exp: New file.
1720
db3ef87b
KL
17212001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1722
1723 * g++.old-deja/g++.pt/defarg14.C: New test.
1724
312b7c9d
NS
17252001-07-26 Nathan Sidwell <nathan@codesourcery.com>
1726
1727 * g++.old-deja/g++.other/lineno5.C: New test.
1728
648c2206
NS
17292001-07-26 Nathan Sidwell <nathan@codesourcery.com>
1730
1731 * g++.old-deja/g++.pt/crash68.C: New test.
1732
969fd501
NS
17332001-07-26 Nathan Sidwell <nathan@codesourcery.com>
1734
1735 * g++.old-deja/g++.other/crash42.C: New test.
1736
cef0d199
NB
17372001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1738
1739 * gcc.dg/cpp/extratokens.c: Fix.
1740 * gcc.dg/cpp/skipping2.c: New tests.
1741
50011802
RO
17422001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1743
1744 * gcc.c-torture/execute/20010724-1.c: New file.
1745 * gcc.c-torture/execute/20010724-1.x: New file.
1746
40260429
NS
17472001-07-25 Nathan Sidwell <nathan@codesourcery.com>
1748
1749 * g++.old-deja/g++.other/cond7.C: New test.
1750
ab085207
NS
17512001-07-25 Nathan Sidwell <nathan@codesourcery.com>
1752
1753 * g++.old-deja/g++.other/optimize4.C: New test.
1754
90b1ca2f
NS
17552001-07-25 Nathan Sidwell <nathan@codesourcery.com>
1756
1757 * g++.old-deja/g++.abi/vbase8-5.C: New test.
1758
41971242
JM
17592001-07-24 Jason Merrill <jason_merrill@redhat.com>
1760
1761 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
1762 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
1763 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
1764 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
1765
1766 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
1767 bug report" message.
1768
1769 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
1770 * g++.dg/ext/instantiate1.C: Move from old-deja.
1771
897c6ab7
DB
17722001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
1773
1774 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
1775 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
1776 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
1777 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
1778
1ee6b839
JL
1779Mon Jul 23 10:14:17 2001 Jeffrey A Law (law@cygnus.com)
1780
1781 * gcc.c-torture/execute/20010723-1.c: New test.
1782
541c655f
BE
17832001-07-23 Ben Elliston <bje@redhat.com>
1784
1785 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
1786
e5d4fff4
FS
17872001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1788
1789 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
1790 i[34567]86-*-*.
1791 Delete handling of ieee_multilib_flags.
1792 Pass -mieee for alpha*-*-* and sh-*-*.
1793 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
1794
f4653d92
NS
17952001-07-21 Nathan Sidwell <nathan@codesourcery.com>
1796
1797 Remove old-abi tests.
1798 * g++.old-deja/g++.mike/p11116.C: Remove.
1799 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
1800
08f66b04
TM
18012001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
1802
1803 * g77.f-torture/compile/pr3743.f: New test
1804
18052001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
1806
1807 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
1808
432fa9f2
RO
18092001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1810
1811 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
1812 g++.old-deja/g++.pt/static6.C: Likewise.
1813 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
1814 supports weak symbols.
1815
f7bebb56
AJ
18162001-07-18 Andreas Jaeger <aj@suse.de>
1817
1818 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
1819 supported again.
1820
a3424c98
AJ
18212001-07-18 Andreas Jaeger <aj@suse.de>
1822
1823 * gcc.dg/iftrap-1.c: Fix target line.
1824
91a18fe0
RH
18252001-07-17 Richard Henderson <rth@redhat.com>
1826
1827 * gcc.c-torture/execute/20010717-1.c: New.
1828
4b01f8d8
JM
18292001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
1830
1831 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
1832 tests.
1833
b5ca1dc7
PS
18342001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
1835
1836 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
1837
3d719162
RO
18382001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1839
1840 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
1841 UAC_SIGBUS, UAC_NOPRINT definitions.
1842
55680aef
NP
1843Mon Jul 16 12:21:56 2001 Nicola Pero <n.pero@mi.flashnet.it>
1844
1845 * objc/execute/object_is_class.m: New test.
1846 * objc/execute/object_is_meta_class.m: New test.
1847
09b495e5
TM
18482001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
1849
1850 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
1851 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
1852
18532001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
147424bf
DB
1854
1855 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
1856 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
1857
999c0669
RH
18582001-07-14 Richard Henderson <rth@redhat.com>
1859
1860 * gcc.dg/iftrap-1.c: New.
1861
09b495e5 18622001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
2ea80cfd
DB
1863
1864 * g77.f-torture/execute/intrinsic77.f: New test.
1865
1ca46974
JJ
18662001-07-11 Janis Johnson <janis@us.ibm.com>
1867
1868 * gcc.misc-tests/gcov-3.c: New test.
1869
0e41fb04
RS
18702001-07-11 Richard Sandiford <rsandifo@redhat.com>
1871
1872 * gcc.c-torture/compile/20010711-1.c,
1873 * gcc.c-torture/compile/20010711-2.c: New tests.
1874
4a1b6176
RS
18752001-07-11 Richard Sandiford <rsandifo@redhat.com>
1876
1877 * gcc.c-torture/execute/20010711-1.c: New test.
1878
6fbce318
BE
18792001-07-11 Ben Elliston <bje@redhat.com>
1880
1881 * g++.old-deja/g++.other/enum5.C: New test.
1882
41971242
JM
18832001-07-10 Jason Merrill <jason_merrill@redhat.com>
1884
1885 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
1886 (g++-dg-prune): Call prune_gcc_output.
1887 * prune.exp: New file for prune_gcc_output.
1888 * lib/g++.exp, lib/gcc.exp: Load it.
1889
f7a4cec0
JM
18902001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
1891
1892 * gcc.c-torture/compile/20010701-1.c,
1893 g++.old-deja/g++.ext/attrib6.C: New tests.
1894
d9249616
JL
1895Fri Jul 6 09:31:43 2001 Jeffrey A Law (law@cygnus.com)
1896
1897 * gcc.c-torture/compile/20010706-1.c: New test.
1898
809353e1
MC
18992000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
1900
1901 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
1902
0168a849
SS
19032001-06-28 Stan Shebs <shebs@apple.com>
1904
1905 * gcc.dg/pragma-darwin.c: New test.
1906
f4b20cd9
RO
19072001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1908
1909 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
1910 Solaris 2.[678] system.
1911
f9e1917e
JM
19122001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
1913
1914 * gcc.dg/20010622-1.c: New test.
1915
b2af8e32
SS
19162001-06-18 Stan Shebs <shebs@apple.com>
1917
1918 * objc.dg: New directory.
1919 * objc.dg/dg.exp: New file.
1920 * objc.dg/alias.m: New.
1921 * objc.dg/class-1.m: New.
1922 * objc.dg/class-2.m: New.
1923 * objc.dg/const-str-1.m: New.
1924 * objc.dg/const-str-2.m: New.
1925 * objc.dg/id-1.m: New.
1926 * objc.dg/method-1.m: New.
1927 * objc.dg/super-class-1.m: New.
1928 * lib/objc-dg.exp: New file.
1929
eaea542a
JDA
19302001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
1931
1932 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
1933 of label name.
1934
87326ba8
NS
19352001-06-14 Nathan Sidwell <nathan@codesourcery.com>
1936
1937 * g++.old-deja/g++.abi/vbase8-9.C: New test.
1938
15a7ee9f
FS
19392001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1940
1941 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
1942 variable.
1943
757e4f23
RH
19442001-06-12 Richard Henderson <rth@redhat.com>
1945
1946 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
1947
623fe76a
NS
19482001-06-12 Nathan Sidwell <nathan@codesourcery.com>
1949
1950 * g++.old-deja/g++.abi/vbase5.C: New test.
1951 * g++.old-deja/g++.abi/vbase6.C: New test.
1952 * g++.old-deja/g++.abi/vbase7.C: New test.
1953
2c1a2421
KG
19542001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1955
1956 * gcc.c-torture/compile/20010610-1.c: New test.
1957
7bdcf888
NS
19582001-06-12 Nathan Sidwell <nathan@codesourcery.com>
1959
1960 * g++.old-deja/g++.abi/vbase4.C: New test.
1961
b05d8201
SC
19622001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1963
1964 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
1965 support %f for HC11/HC12 targets.
1966 * gcc.c-torture/execute/930513-1.x: New file, likewise.
1967 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
1968 on HC11/HC12 targets.
1969 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
1970
55f61a56
RO
19712001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1972
1973 * gcc.dg/wchar_t-1.c: New file.
1974 * gcc.dg/wint_t-1.c: Likewise.
1975
07732516
BS
19762001-06-11 Bernd Schmidt <bernds@redhat.com>
1977
1978 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
1979
d4a6cf38
RH
19802001-06-11 Richard Henderson <rth@redhat.com>
1981
1982 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
1983
1552f874
JM
19842001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
1985
1986 * gcc.c-torture/compile/20010611-1.c: New test.
1987
f18b70f5
JM
19882001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
1989
1990 * gcc.dg/c99-tag-1.c: Add more tests.
1991
2e246150
AO
19922001-06-10 Alexandre Oliva <aoliva@redhat.com>
1993
1994 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
1995 representation on MN10300 and ARM/Thumb.
1996
226f8242
TM
19972001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
1998
1999 * g77.f-torture/execute/20010610.f: New.
2000
5bb8dd28
DB
20012001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
2002
2003 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
2004 names.
2005
07a96c1b
RH
20062001-06-09 Richard Henderson <rth@redhat.com>
2007
2008 * gcc.c-torture/execute/ashrdi-1.c: New.
2009 * gcc.c-torture/execute/ashldi-1.c: New.
2010 * gcc.c-torture/execute/lshrdi-1.c: New.
2011
b2782014
OP
20122001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
2013
2014 * objc/execute/load-3.m: Added. Check sending +load to categories,
2015 in addition to classes.
2016
43fd108f
SS
20172001-06-08 Stan Shebs <shebs@apple.com>
2018
2019 * objc/execute/load-2.m: New test. From Nicola Pero
2020 <n.pero@mi.flashnet.it>.
a3424c98 2021
7137fd76
JJ
20222001-06-08 Jakub Jelinek <jakub@redhat.com>
2023
2024 * gcc.c-torture/execute/20010605-2.c: New test.
2025
4b454fcc
NS
20262001-06-08 Nathan Sidwell <nathan@codesourcery.com>
2027
2028 * g++.old-deja/g++.abi/vbase2.C: New test.
2029 * g++.old-deja/g++.abi/vbase3.C: New test.
2030
9ac1bd2e
NS
20312001-06-08 Nathan Sidwell <nathan@codesourcery.com>
2032
2033 * g++.old-deja/g++.pt/friend49.C: New test.
2034
fcebb2dd
NS
20352001-06-07 Nathan Sidwell <nathan@codesourcery.com>
2036
2037 * g++.old-deja/g++.ext/anon3.C: New test.
2038
bea09693
NS
20392001-06-05 Nathan Sidwell <nathan@codesourcery.com>
2040
2041 * g++.old-deja/g++.other/conv7.C: New test.
2042
f375b7a7
JM
20432001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
2044
2045 * gcc.c-torture/compile/20010605-2.c: New test.
2046
3d3daefd
JDA
20472001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
2048
2049 * gcc.c-torture/execute/20010604-1.c: New test.
2050
05ac6740
LR
20512001-06-04 Loren J. Rittle <ljrittle@acm.org>
2052
2053 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
2054
6bdfaf09
JO
20552001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
2056
2057 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
2058 (g++_link_flags): Likewise.
2059 (g++_init): Pass gccpath's value to two previous functions.
2060
87327987
KG
20612001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2062
2063 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
2064 Ensure logfile entry matches exec command line.
2065
0c02eebf
RH
20662001-05-31 Richard Henderson <rth@redhat.com>
2067
bc440d04 2068 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
0c02eebf
RH
2069 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
2070
42a9e4e4
DB
20712001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
2072
2073 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
2074 compiler for irix6.2
2075
e97c9488
NS
20762001-05-30 Nathan Sidwell <nathan@codesourcery.com>
2077
2078 * g++.old-deja/g++.other/optimize3.C: New file.
2079
7dd0ff2b
JO
20802001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
2081
42a9e4e4
DB
2082 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
2083 assemble.
7dd0ff2b 2084
87d9ac49
NS
20852001-05-26 Nathan Sidwell <nathan@codesourcery.com>
2086
2087 * g++.old-deja/g++.other/optimize2.C: New file.
2088
47cf9247
DN
20892001-05-25 Diego Novillo <dnovillo@redhat.com>
2090
2091 * gcc.c-torture/compile/20010518-2.c: New file.
2092 * gcc.c-torture/execute/20010518-1.c: New file.
2093 * gcc.c-torture/execute/20010518-2.c: New file.
2094
0e03329a
JM
20952001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
2096
2097 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
2098
f5aada26
MM
20992001-05-24 Mark Mitchell <mark@codesourcery.com>
2100
2101 G++ no longer defines builtins that do not begin with __builtin.
2102 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
2103 * g++.old-deja/g++.brendand/misc13.C: Likewise.
2104 * g++.old-deja/g++.law/builtin1.C: Likewise.
2105 * g++.old-deja/g++.law/cvt2.C: Likewise.
2106 * g++.old-deja/g++.mike/net5.C: Likewise.
2107 * g++.old-deja/g++.other/builtins1.C: Likewise.
2108 * g++.old-deja/g++.other/builtins2.C: Likewise.
2109 * g++.old-deja/g++.other/builtins3.C: Likewise.
2110 * g++.old-deja/g++.other/builtins4.C: Likewise.
2111 * g++.old-deja/g++.other/inline8.C: Likewise.
2112 * g++.old-deja/g++.robertl/eb39.C: Likewise.
2113
6f56d925
NS
21142001-05-24 Nathan Sidwell <nathan@codesourcery.com>
2115
2116 * g++.old-deja/g++.pt/using1.C: Adjust.
2117 * g++.old-deja/g++.pt/using2.C: New test.
2118
f8710242
NB
21192001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
2120
2121 * gcc.dg/cpp/charconst.c: New tests.
2122 * gcc.dg/cpp/escape.c: New tests.
2123 * gcc.dg/cpp/escape-1.c: New tests.
2124 * gcc.dg/cpp/escape-2.c: New tests.
2125 * gcc.dg/cpp/ucs.c: New tests.
2126
3af21e04
DB
21272001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
2128
a3424c98 2129 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
3af21e04
DB
2130 native compiler for irix6.5.
2131
1ec07597
JO
2132Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
2133
2134 * lib/g++.exp (g++_include_flags): Use args to compute
a3424c98 2135 get_multilibs.
1ec07597
JO
2136 (g++_link_flags): Likewise.
2137 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
2138
c215b29f
JM
21392001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
2140
2141 * gcc.dg/c90-hexfloat-1.c: Add more tests.
2142
4694cec2
GK
21432001-05-21 Geoff Keating <geoffk@redhat.com>
2144
2145 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
2146 this file.
2147
f0ef84a2
SC
21482001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2149
2150 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
2151 STACK_SIZE;
2152 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
2153 to STACK_SIZE; Use it to define size of add_histo array.
a3424c98 2154 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
f0ef84a2
SC
2155 to STACK_SIZE.
2156 (f): Use GITT_SIZE to define size of gitt local table.
a3424c98 2157 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
f0ef84a2
SC
2158 to STACK_SIZE; Use it to define size of bytemem array.
2159
ef73e139
SC
21602001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2161
2162 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
2163 on 68HC11/HC12 due to the asm instruction.
2164 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
2165 * gcc.c-torture/compile/920520-1.x: Likewise.
2166 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
2167 on 68HC11/HC12 because the function is larger than 64K.
2168 * gcc.c-torture/compile/961203-1.x: New file, this test fails
2169 on 68HC11/HC12 because the structure is too large.
2170
4951297b
RH
21712001-05-20 Richard Henderson <rth@redhat.com>
2172
2173 * gcc.c-torture/execute/20010520-1.c: New.
2174
88e3805d
KG
21752001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2176
2177 * g++.old-deja/g++.warn/compare1.C: New test.
2178 * gcc.dg/compare4.c: New test.
2179
d30a825a
NS
21802001-05-20 Nathan Sidwell <nathan@codesourcery.com>
2181
2182 * g++.old-deja/g++.other/optimize1.C: New test.
2183
3b82c249
KL
21842001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2185
2186 * g++.old-deja/g++.pt/spec41.C: New test.
2187
97d24516
JM
21882001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
2189
2190 * gcc.c-torture/compile/20010114-1.x: Remove.
2191
10d6cbb8
SS
21922001-05-18 Stan Shebs <shebs@apple.com>
2193
2194 * gcc.c-torture/compile/20010518-1.c: New test.
2195
2b0cbc5d
NS
21962001-05-18 Nathan Sidwell <nathan@codesourcery.com>
2197
2198 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
2199 * g++.old-deja/g++.pt/crash67.C: New test.
2200
20415bba
JO
22012001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
2202
2203 * g++.old-deja/g++.other/debug9.C: New test.
2204
7857f134
ZW
22052001-05-16 Zack Weinberg <zackw@stanford.edu>
2206
2207 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
2208
5a111a5b
JH
2209Wed May 16 20:33:57 CEST 2001 Jan Hubicka <jh@suse.cz>
2210
2211 * gcc.c-torture/compile/20010516-1.c: New test.
2212
3f0a9b35
NS
22132001-05-16 Nathan Sidwell <nathan@codesourcery.com>
2214
cc469ee9
NS
2215 * g++.old-deja/g++.other/crash41.C: New test.
2216
22172001-05-16 Nathan Sidwell <nathan@codesourcery.com>
2218
cc469ee9 2219 * g++.old-deja/g++.pt/crash66.C: New test.
3f0a9b35 2220
5846d7f7
BK
22212001-05-15 Benjamin Kosnik <bkoz@redhat.com>
2222
2223 * g++.old-deja/g++.robertl/eb27.C: Convert.
2224
5be598f6
NC
22252001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2226
2227 * g++.dg/friend-warn.C: New test. Do not warn about friend
2228 declaration being redundant.
2229
0239bfdd
MM
22302001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
2231
2232 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
2233
ce29729a
MM
22342001-05-14 Mark Mitchell <mark@codesourcery.com>
2235
2236 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
2237
8b9df536
BK
22382001-05-13 Benjamin Kosnik <bkoz@redhat.com>
2239
2240 * lib/g++.exp: Use testsuite_flags.
a3424c98 2241
6f221402
MM
22422001-05-13 Mark Mitchell <mark@codesourcery.com>
2243
2244 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
2245
e7288e18
JDA
22462001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
2247
2248 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
2249
c873862c
MM
22502001-05-11 Mark Mitchell <mark@codesourcery.com>
2251
2252 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
2253
25d78ace
JM
22542001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
2255
2256 * gcc.c-torture/compile/20010313-1.c: New test.
2257
6d4587f7
ZW
22582001-05-09 Zack Weinberg <zackw@stanford.edu>
2259
2260 * gcc.dg/cpp/direct2.c: New test.
8b9df536 2261 * gccq.dg/cpp/direct2s.c: New test.
6d4587f7
ZW
2262
2263 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
2264
1a560c3a
MM
22652001-05-07 Mark Mitchell <mark@codesourcery.com>
2266
2267 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
2268 * g++.old-deja/g++.other/op3.C: Likewise.
2269
7f75752b
NB
22702001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
2271
2272 * gcc.dg/cpp/syshdr.h: New file.
2273 * gcc.dg/cpp/sysmac1.c: Update.
2274 * gcc.dg/cpp/sysmac2.c: Update.
2275
7120a6fe
NB
22762001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
2277
2278 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
2279
a92644e7
DE
22802001-05-04 David Edelsohn <edelsohn@gnu.org>
2281
2282 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
2283 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
2284
1fc77d36
NB
22852001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
2286
2287 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
2288
4091fa5f
GK
22892001-05-03 Geoffrey Keating <geoffk@redhat.com>
2290
2291 * lib/g++.exp (g++_include_flags): Don't use any special flags
2292 if TESTING_IN_BUILD_TREE is not defined.
6d4587f7 2293 (g++_init): Use a plain 'c++' as the compiler if
4091fa5f
GK
2294 TESTING_IN_BUILD_TREEE is not defined.
2295
de26cf80
JJ
22962001-05-02 Jakub Jelinek <jakub@redhat.com>
2297
2298 * g++.old-deja/g++.eh/catch13.C: New test.
2299 * g++.old-deja/g++.eh/catch14.C: New test.
2300
2d2a86ae
JJ
23012001-05-02 Jakub Jelinek <jakub@redhat.com>
2302
2303 * gcc.dg/cpp/tr-define.c: New test.
2304
a39a06ff
LR
23052001-05-01 Loren J. Rittle <ljrittle@acm.org>
2306
2307 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
2308 <stdlib.h>, not <malloc.h>.
2309
9da99f7d
NS
23102001-05-01 Nathan Sidwell <nathan@codesourcery.com>
2311
2312 * g++.old-deja/g++.ns/template17.C: New test.
2313
4b48a93e
NS
23142001-05-01 Nathan Sidwell <nathan@codesourcery.com>
2315
2316 * g++.old-deja/g++.pt/ref4.C: New test.
2317
901d43bc
RH
23182001-04-30 Richard Henderson <rth@redhat.com>
2319
2320 * gcc.dg/20000724-1.c: Revert last change.
2321
505cf15f
TM
23222001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
2323
2324 * g77.f-torture/execute/20010430.f: New test.
2325
d60e5448
MM
23262001-04-30 Mark Mitchell <mark@codesourcery.com>
2327
2328 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
2329
7200764f
JM
23302001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
2331
2332 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
2333
2d46ec83
NS
23342001-04-27 Nathan Sidwell <nathan@codesourcery.com>
2335
2336 * g++.old-deja/g++.eh/crash6.C: New test.
2337
02a1a68c
NS
23382001-04-27 Nathan Sidwell <nathan@codesourcery.com>
2339
2340 * g++.old-deja/g++.other/warn7.C: New test.
2341
5f6eeeb3
NS
23422001-04-27 Nathan Sidwell <nathan@codesourcery.com>
2343
2344 * g++.old-deja/g++.other/defarg9.C: New test.
2345
f6ce87c0
TM
23462001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
2347
2348 * g77.f-torture/compile/20010426.f: New test.
2349 * g77.f-torture/execute/20010426.f: New test.
2350
f658da59
TM
23512001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
2352
2353 * g77.f-torture/compile/20000629-1.x: Remove - error
2354 has been fixed.
2355
3da5d5c8
JL
2356Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com)
2357
a86414f3
JL
2358 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
2359 Tweak slightly to work with g++.dg framework.
2360 * g++.dg/special/ecos.exp: Run initp1.C test.
2361 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
2362
3da5d5c8
JL
2363 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
2364 its linker doesn't give line numbers either.
2365 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
2366
5677efb0
NS
23672001-04-26 Nathan Sidwell <nathan@codesourcery.com>
2368
2369 * g++.old-deja/g++.other/lex1.C: New test.
2370
3b07c79b
JJ
23712001-04-26 Jakub Jelinek <jakub@redhat.com>
2372
2373 * gcc.dg/noncompile/20010425-1.c: New test.
2374
0576ec13
NS
23752001-04-26 Nathan Sidwell <nathan@codesourcery.com>
2376
2377 * g++.old-deja/g++.pt/mangle2.C: New test.
2378
b5cd6849
JJ
23792001-04-25 Jakub Jelinek <jakub@redhat.com>
2380
49b51f30 2381 * gcc.dg/format/plus-1.c: New test.
b5cd6849 2382
0607953c
JJ
23832001-04-25 Jakub Jelinek <jakub@redhat.com>
2384
2385 * gcc.dg/20010423-1.c: New test.
2386
e99af66b
JJ
23872001-04-25 Jakub Jelinek <jakub@redhat.com>
2388
2389 * gcc.c-torture/execute/20010422-1.c: New test.
2390
6bda7a5e
NS
23912001-04-25 Nathan Sidwell <nathan@codesourcery.com>
2392
2393 * g++.old-deja/g++.ns/type2.C: New test.
2394
11fe225a
ZW
23952001-04-24 Zack Weinberg <zackw@stanford.edu>
2396
2397 * g++.old-deja/g++.other/perf1.C: New test.
2398
0ba8a114
NS
23992001-04-24 Nathan Sidwell <nathan@codesourcery.com>
2400
2401 * gcc.dg/c99-func-2.c: Remove xfail.
2402 * gcc.dg/c99-func-3.c: Remove xfail.
2403 * gcc.dg/c99-func-4.c: Remove xfail.
2404
15784bba
ZW
24052001-04-23 Zack Weinberg <zackw@stanford.edu>
2406
2407 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
2408
c3cd9c8b
JM
24092001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
2410
2411 * gcc.c-torture/compile/20010423-1.c: New test.
2412
aa1826e2
NS
24132001-04-20 Nathan Sidwell <nathan@codesourcery.com>
2414
2415 * g++.old-deja/g++.pt/typename28.C: New test.
2416
06d9f09f
NS
24172001-04-20 Nathan Sidwell <nathan@codesourcery.com>
2418
2419 * g++.old-deja/g++.abi/empty2.C: New test.
2420 * g++.old-deja/g++.abi/empty3.C: New test.
2421
24f80882
JJ
24222001-04-20 Jakub Jelinek <jakub@redhat.com>
2423
2424 * g++.old-deja/g++.other/comdat2.C: New test.
2425 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
2426
351a0f00
JJ
24272001-04-20 Jakub Jelinek <jakub@redhat.com>
2428
2429 * g++.old-deja/g++.other/overload14.C: New test.
2430
881cae05
JJ
24312001-04-20 Jakub Jelinek <jakub@redhat.com>
2432
2433 * g++.old-deja/g++.other/lookup23.C: New test.
2434
43e72072
JJ
24352001-04-20 Jakub Jelinek <jakub@redhat.com>
2436
2437 * gcc.c-torture/execute/20010403-1.c: New test.
2438
5c8378a7
DB
24392001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
2440 Mark Mitchell <mark@codesourcery.com>
2441
2442 * lib/old-dejagnu.exp: Don't delete output of executable.
2443 Add .exe suffix to executables.
2444
96f1c2b1
TM
24452001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
2446
2447 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
2448
3ed56f8a
KG
24492001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2450
2451 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
2452
0fb3018c 24532001-04-12 Nathan Sidwell <nathan@codesourcery.com>
6d4587f7 2454
0fb3018c
NS
2455 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
2456 * g++.old-deja/g++.abi/crash1.C: New test.
2457
bbb53468
NS
24582001-04-12 Nathan Sidwell <nathan@codesourcery.com>
2459
2460 * g++.old-deja/g++.other/crash40.C: New test.
2461
76cf1895
KG
24622001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2463
2464 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
2465
a2095778
NS
24662001-04-11 Nathan Sidwell <nathan@codesourcery.com>
2467
2468 * g++.old-deja/g++.other/warn6.C: New test.
2469
3a172730
PS
247022001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
2471
6d4587f7 2472 * g++.old-deja/g++.robertl/eb42.C: Same.
3a172730
PS
2473
2474001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
03829ad2
KG
2475
2476 * gcc.dg/wtr-conversion-1.c: New testcase.
2477
5a01d634
RH
24782001-04-10 Richard Henderson <rth@redhat.com>
2479
2480 * g++.old-deja/g++.other/array5.C: New.
2481
9b38026f
FS
24822001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2483
2484 * gcc.c-torture/execute/20010408-1.c: New test.
2485
a5434cb7
BK
24862001-04-06 Benjamin Kosnik <bkoz@redhat.com>
2487
2488 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
2489 headers and constructs.
2490 * g++.old-deja/g++.robertl/eb79.C: Same.
2491 * g++.old-deja/g++.robertl/eb77.C (main): Same.
2492 * g++.old-deja/g++.robertl/eb73.C: Same.
2493 * g++.old-deja/g++.robertl/eb66.C (main): Same.
2494 * g++.old-deja/g++.robertl/eb55.C (t): Same.
2495 * g++.old-deja/g++.robertl/eb54.C (main): Same.
2496 * g++.old-deja/g++.robertl/eb46.C (main): Same.
2497 * g++.old-deja/g++.robertl/eb44.C: Same.
2498 * g++.old-deja/g++.robertl/eb41.C (main): Same.
2499 * g++.old-deja/g++.robertl/eb4.C (main): Same.
2500 * g++.old-deja/g++.robertl/eb39.C: Same.
2501 * g++.old-deja/g++.robertl/eb33.C (main): Same.
2502 * g++.old-deja/g++.robertl/eb31.C (main): Same.
2503 * g++.old-deja/g++.robertl/eb30.C: Same.
2504 * g++.old-deja/g++.robertl/eb3.C: Same.
2505 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
2506 * g++.old-deja/g++.robertl/eb21.C: Same.
2507 * g++.old-deja/g++.robertl/eb15.C: Same.
2508 * g++.old-deja/g++.robertl/eb118.C: Same.
2509 * g++.old-deja/g++.robertl/eb115.C (main): Same.
2510 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
2511 * g++.old-deja/g++.robertl/eb109.C: Same.
2512 * g++.old-deja/g++.other/sibcall1.C (main): Same.
2513 * g++.old-deja/g++.mike/rtti1.C: Same.
2514 * g++.old-deja/g++.mike/p658.C: Same.
2515 * g++.old-deja/g++.mike/net46.C: Same.
2516 * g++.old-deja/g++.mike/net34.C: Same.
2517 * g++.old-deja/g++.mike/memoize1.C: Same.
2518 * g++.old-deja/g++.mike/eh2.C: Same.
2519 * g++.old-deja/g++.law/weak.C: Same.
2520 * g++.old-deja/g++.law/visibility7.C: Same.
2521 * g++.old-deja/g++.law/visibility25.C: Same.
2522 * g++.old-deja/g++.law/visibility22.C: Same.
2523 * g++.old-deja/g++.law/visibility2.C: Same.
2524 * g++.old-deja/g++.law/visibility17.C: Same.
2525 * g++.old-deja/g++.law/visibility13.C: Same.
2526 * g++.old-deja/g++.law/visibility10.C: Same.
2527 * g++.old-deja/g++.law/visibility1.C: Same.
2528 * g++.old-deja/g++.law/virtual3.C (eval): Same.
2529 * g++.old-deja/g++.law/vbase1.C: Same.
2530 * g++.old-deja/g++.law/operators32.C: Same.
2531 * g++.old-deja/g++.law/nest3.C: Same.
2532 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
2533 * g++.old-deja/g++.law/except5.C (main): Same.
2534 * g++.old-deja/g++.law/cvt7.C (run): Same.
2535 * g++.old-deja/g++.law/cvt2.C: Same.
2536 * g++.old-deja/g++.law/cvt16.C: Same.
2537 * g++.old-deja/g++.law/ctors6.C (bar): Same.
2538 * g++.old-deja/g++.law/ctors17.C (main): Same.
2539 * g++.old-deja/g++.law/ctors13.C: Same.
2540 * g++.old-deja/g++.law/ctors12.C (main): Same.
2541 * g++.old-deja/g++.law/ctors10.C: Same.
2542 * g++.old-deja/g++.law/code-gen5.C: Same.
2543 * g++.old-deja/g++.law/bad-error7.C: Same.
2544 * g++.old-deja/g++.law/arm9.C: Same.
2545 * g++.old-deja/g++.law/arm12.C: Same.
2546 * g++.old-deja/g++.law/arg8.C: Same.
2547 * g++.old-deja/g++.law/arg1.C: Same.
2548 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
2549 * g++.old-deja/g++.jason/template31.C: Same.
2550 * g++.old-deja/g++.jason/template24.C (main): Same.
2551 * g++.old-deja/g++.jason/2371.C: Same.
2552 * g++.old-deja/g++.eh/new2.C: Same.
2553 * g++.old-deja/g++.eh/new1.C: Same.
2554 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
2555 * g++.old-deja/g++.brendan/nest21.C (main): Same.
2556 * g++.old-deja/g++.brendan/err-msg3.C: Same.
2557 * g++.old-deja/g++.brendan/crash62.C: Same.
2558 * g++.old-deja/g++.brendan/crash52.C: Same.
2559 * g++.old-deja/g++.brendan/crash49.C (main): Same.
2560 * g++.old-deja/g++.brendan/crash38.C: Same.
2561 * g++.old-deja/g++.brendan/crash15.C (main): Same.
2562 * g++.old-deja/g++.brendan/copy9.C: Same.
2563
608d74c4
R
2564Fri Apr 6 15:36:15 2001 J"orn Rennecke <amylaar@redhat.com>
2565
b6285d1b 2566 * gcc.c-torture/execute/20001203-2.c (memset):
608d74c4
R
2567 Count argument is of type __SIZE_TYPE__.
2568
b0835578
DN
25692001-04-04 Diego Novillo <dnovillo@redhat.com>
2570
2571 * gcc.c-torture/compile/20010404-1.c: New test.
2572
347f3440
JJ
25732001-04-04 Jakub Jelinek <jakub@redhat.com>
2574
2575 * gcc.c-torture/compile/20010326-1.c: New test.
2576
41dc4816
AO
25772001-04-03 Alexandre Oliva <aoliva@redhat.com>
2578
2579 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
2580 peculiarities of the SH.
2581 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
2582
4d8a2001
RO
25832001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2584
2585 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
2586 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
2587 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
2588
caf4d6e0
JJ
25892001-04-02 Jakub Jelinek <jakub@redhat.com>
2590
2591 * g77.f-torture/compile/20010321-1.f: New test.
2592
32ff70d2
JJ
25932001-04-02 Jakub Jelinek <jakub@redhat.com>
2594
2595 * gcc.c-torture/compile/20010329-1.c: New test.
2596
d791ea1e
JJ
25972001-04-02 Jakub Jelinek <jakub@redhat.com>
2598
2599 * gcc.c-torture/execute/20010329-1.c: New test.
2600
a7fd2186
LR
26012001-03-28 Loren J. Rittle <ljrittle@acm.org>
2602
2603 * g++.old-deja/g++.other/eh4.C: Fix typo.
2604
2c082cb2
LR
26052001-03-28 Loren J. Rittle <ljrittle@acm.org>
2606
2607 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
2608
145c1def
PB
26092001-03-28 Philip Blundell <philb@gnu.org>
2610
2611 * gcc.c-torture/compile/20010328-1.c: New test.
2612
531073e7
RH
26132001-03-27 Richard Henderson <rth@redhat.com>
2614
2615 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
2616 * g++.old-deja/g++.eh/vbase3.C: Likewise.
2617
b13aca19
AM
26182001-03-27 Alan Modra <alan@linuxcare.com.au>
2619
2620 * gcc.c-torture/compile/20010327-1.c: New test.
2621
788bf0e3
NS
26222001-03-26 Nathan Sidwell <nathan@codesourcery.com>
2623
2624 * g++.old-deja/g++.other/friend12.C: New test.
2625 * g++.old-deja/g++.other/friend9.C: Expect no errors.
2626 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
2627
eb40d6b9
JM
26282001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
2629
2630 * gcc.c-torture/execute/20010325-1.c: New test.
2631
8e4ce833
JJ
26322001-03-23 Jakub Jelinek <jakub@redhat.com>
2633
2634 * g++.old-deja/g++.other/mangle3.C: New test.
2635
a1c2b86d
JJ
26362001-03-22 Jakub Jelinek <jakub@redhat.com>
2637
2638 * g++.old-deja/g++.other/anon8.C: New test.
2639
a44a935f
PB
26402001-03-20 Philip Blundell <philb@gnu.org>
2641
2642 * gcc.c-torture/compile/20010320-1.c: New test.
2643
e72dd89c
RH
26442001-03-17 Richard Henderson <rth@redhat.com>
2645
2646 * g++.old-deja/g++.other/eh4.C: Add expected error text.
2647
92784908
GK
26482001-03-15 Geoff Keating <geoff@redhat.com>
2649
2650 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
2651 tests on AIX.
2652
d064d75a
GDR
26532001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
2654
2655 * g++.old-deja/g++.other/eh4.C: New test.
2656
7f63897e
NB
26572001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
2658
2659 * gcc.dg/cpp/mi1.c: Update.
2660
9cf218a3
JJ
26612001-03-14 Jakub Jelinek <jakub@redhat.com>
2662
2663 * g++.old-deja/g++.other/regstack.C: New test.
2664
78fe06c2
NS
26652001-03-12 Nathan Sidwell <nathan@codesourcery.com>
2666
2667 * g++.old-deja/g++.other/ref4.C: New test.
2668
533dfde0
OP
26692001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
2670
2671 * objc/execute/va_method.m: Added.
2672 * objc/execute/IMP.m: Added.
2673 * objc/execute/_cmd.m: Added.
2674 * objc/execute/accessing_ivars.m: Added.
2675 * objc/execute/class-1.m: Added.
2676 * objc/execute/class-10.m: Added.
2677 * objc/execute/class-11.m: Added.
2678 * objc/execute/class-12.m: Added.
2679 * objc/execute/class-13.m: Added.
2680 * objc/execute/class-14.m: Added.
2681 * objc/execute/class-2.m: Added.
2682 * objc/execute/class-3.m: Added.
2683 * objc/execute/class-4.m: Added.
2684 * objc/execute/class-5.m: Added.
2685 * objc/execute/class-6.m: Added.
2686 * objc/execute/class-7.m: Added.
2687 * objc/execute/class-8.m: Added.
2688 * objc/execute/class-9.m: Added.
2689 * objc/execute/class-tests-1.h
2690 * objc/execute/class-tests-2.h
2691 * objc/execute/compatibility_alias.m: Added.
2692 * objc/execute/encode-1.m: Added.
2693 * objc/execute/formal_protocol-1.m: Added.
2694 * objc/execute/formal_protocol-2.m: Added.
2695 * objc/execute/formal_protocol-3.m: Added.
2696 * objc/execute/formal_protocol-4.m: Added.
2697 * objc/execute/formal_protocol-5.m: Added.
2698 * objc/execute/formal_protocol-6.m: Added.
2699 * objc/execute/formal_protocol-7.m: Added.
2700 * objc/execute/informal_protocol.m: Added.
2701 * objc/execute/initialize.m: Added.
2702 * objc/execute/load.m: Added.
2703 * objc/execute/many_args_method.m: Added.
2704 * objc/execute/nested-3.m: Added.
2705 * objc/execute/no_clash.m: Added.
2706 * objc/execute/private.m: Added.
2707 * objc/execute/redefining_self.m: Added.
2708 * objc/execute/root_methods.m: Added.
2709 * objc/execute/selector-1.m: Added.
2710 * objc/execute/static-1.m: Added.
2711 * objc/execute/static-2.m: Added.
2712 * objc/execute/va_method.m: Added.
2713
bb937853
RH
27142001-03-10 Richard Henderson <rth@redhat.com>
2715
2716 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
2717
da1cb092
NB
27182001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
2719
2720 * g++.old-deja/g++.other/crash31.C: XFAIL.
2721 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
2722 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
2723 * gcc.c-torture/execute/20010123-1.x: XFAIL.
2724 * gcc.c-torture/execute/20010124-1.x: XFAIL.
2725 * gcc.dg/sequence-pt-1.c: XFAIL one test.
2726
533dfde0
OP
27272001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
2728
2729 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
2730
8b44d68f
ZW
27312001-03-06 Zack Weinberg <zackw@stanford.edu>
2732
2733 * gcc.dg/20000724-1.c: Don't use multiline strings.
2734
69f8cbfa
ZW
27352001-03-06 Zack Weinberg <zackw@stanford.edu>
2736
6d4587f7
ZW
2737 * objc/execute/string1.m, objc/execute/string2.m: Compare the
2738 result of -cString against what we expect it to be; don't just
2739 print it out for no one to read.
69f8cbfa
ZW
2740
2741 * objc/execute/string3.m, objc/execute/string4.m: New tests.
2742 Based on testcases provided by Nicola Pero.
2743
e8408f25
NB
27442001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
2745
2746 * gcc.dg/cpp/macro7.c: New test.
2747
6b630c42
NB
27482001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
2749
2750 * gcc.dg/cpp/multiline.c: Update.
2751
7eeb553c
NS
27522001-03-02 Nathan Sidwell <nathan@codesourcery.com>
2753
2754 * g++.old-deja/g++.other/enum3.C: New test.
2755
d282fcb2
NS
27562001-03-02 Nathan Sidwell <nathan@codesourcery.com>
2757
2758 * g++.old-deja/g++.other/pod1.C: New test.
2759
f86fdf68
NS
27602001-03-02 Nathan Sidwell <nathan@codesourcery.com>
2761
2762 * g++.old-deja/g++.ext/overload1.C: New test.
2763
fbfe8c9e
NS
27642001-03-01 Nathan Sidwell <nathan@codesourcery.com>
2765
2766 * g++.old-deja/g++.pt/using1.C: New test.
2767
4d24a889
NS
27682001-03-01 Nathan Sidwell <nathan@codesourcery.com>
2769
2770 * g++.old-deja/g++.other/using9.C: New test.
2771
25ad894f
OP
27722001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
2773
2774 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
2775
2776 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
2777
e5844e6d
NS
27782001-02-28 Nathan Sidwell <nathan@codesourcery.com>
2779
2780 * g++.old-deja/g++.ext/realpt1.C: Remove.
2781
73ea87d7
NS
27822001-02-27 Nathan Sidwell <nathan@codesourcery.com>
2783
2784 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
2785
3914b81a
WC
27862001-02-26 Will Cohen <wcohen@redhat.com>
2787
2788 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
2789
2851a0e4
JO
27902001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
2791
2792 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
2793 templatized constructors.
2794
d82a9639
FS
27952001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2796
2797 * gcc.c-torture/execute/20010224-1.c: New test.
2798
fba2c0cd
JJ
27992001-02-23 Jakub Jelinek <jakub@redhat.com>
2800
2801 * gcc.c-torture/execute/20010222-1.c: New test.
2802
b3bae5e2
JJ
28032001-02-22 Jakub Jelinek <jakub@redhat.com>
2804
2805 * g++.old-deja/g++.other/inline20.C: New test.
2806
50920adb
OP
2807Wed Feb 21 12:38:22 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
2808
2809 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
2810
eccad894
GDR
28112001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2812
6d4587f7
ZW
2813 * g++.old-deja/g++.other/lookup22.C: New test.
2814
cd5a58e5
ZW
28152001-02-19 Zack Weinberg <zackw@stanford.edu>
2816
2817 * g77.dg: New directory.
2818 * g77.dg/20010216-1.f: New test case.
2819 * g77.dg/dg.exp: New driver.
2820 * lib/g77-dg.exp: New driver library.
2821
612164eb
KL
28222001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2823
2824 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
2825
e8186ecf
GDR
28262001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
2827
2828 * g++.old-deja/g++.other/decl9.C: New test.
6d4587f7 2829
2c1be322
JJ
28302001-02-16 Jakub Jelinek <jakub@redhat.com>
2831
2832 * g++.old-deja/g++.other/init16.C: Update the test so that it does
2833 not need <string> and also tests the initialization at runtime.
2834
1d2e075a
NB
28352001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
2836
2837 * gcc.c-torture/execute/longlong.c: New test.
2838
6d139650
R
2839Wed Feb 14 21:41:17 2001 J"orn Rennecke <amylaar@redhat.com>
2840
2841 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
2842
49f527d5
R
2843Wed Feb 14 21:31:25 2001 J"orn Rennecke <amylaar@redhat.com>
2844
2845 * gcc.c-torture/execute/920302-1.c (execute):
2846 Change argument type to short.
2847
d0ab7624
NS
28482001-02-14 Nathan Sidwell <nathan@codesourcery.com>
2849
2850 * g++.old-deja/g++.pt/deduct6.C: New test.
2851
7773899b
NS
28522001-02-14 Nathan Sidwell <nathan@codesourcery.com>
2853
2854 * g++.old-deja/g++.pt/deduct5.C: New test.
2855
fe375cf1
JJ
28562001-02-14 Jakub Jelinek <jakub@redhat.com>
2857
2858 * gcc.c-torture/execute/20010209-1.c: New test.
2859
ceeaadbb
NB
28602001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
2861
2862 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
2863
c36ae96c
GK
28642001-02-12 Geoffrey Keating <geoffk@redhat.com>
2865
4b01cd8f
GK
2866 * g++.dg/vtgc1.C: Update for new ABI.
2867
c36ae96c
GK
2868 * consistency.vlad: New directory, 1665 files.
2869
f43b2795
JM
28702001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
2871
2872 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
2873 return type.
2874 * gcc.dg/cpp/digraphs.c: Declare puts.
2875
45abaea8
NS
28762001-02-12 Nathan Sidwell <nathan@codesourcery.com>
2877
2878 * g++.old-deja/g++.other/warn5.C: New test.
2879
996065b4
NS
28802001-02-12 Nathan Sidwell <nathan@codesourcery.com>
2881
2882 * g++.old-deja/g++.pt/spec40.C: New test.
2883
82c18d5c
NS
28842001-02-12 Nathan Sidwell <nathan@codesourcery.com>
2885
2886 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
2887 case.
2888 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
2889
d02b54f6
JJ
28902001-02-12 Jakub Jelinek <jakub@redhat.com>
2891
2892 * gcc.c-torture/compile/20010209-1.c: New test.
2893
79ff6e27
JO
28942001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
2895
2896 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
2897 excess errors message but not if it crashes.
2898 * g++.old-deja/g++.other/crash27.C: Likewise.
2899 * g++.old-deja/g++.other/crash28.C: Likewise.
2900 * g++.old-deja/g++.other/crash30.C: Likewise.
2901 * g++.old-deja/g++.other/crash32.C: Likewise.
2902 * g++.old-deja/g++.other/crash35.C: Likewise.
2903 * g++.old-deja/g++.pt/inherit2.C: Likewise.
2904
f4d07b5e
JM
29052001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
2906
2907 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
2908 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
2909 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
2910 g77.f-torture/execute/execute.exp,
2911 g77.f-torture/noncompile/noncompile.exp,
2912 gcc.c-torture/execute/execute.exp,
2913 gcc.c-torture/execute/memcheck/memcheck.exp,
2914 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
2915 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
2916 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
2917 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
2918 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
2919 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
2920 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
2921 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
2922 Remove bug reporting instructions with ancient email addresses.
2923
1ada4cd0
JJ
29242001-02-07 Jakub Jelinek <jakub@redhat.com>
2925
2926 * gcc.dg/20010202-1.c: New test.
2927 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
2928
7d4918a2
ZW
29292001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
2930
2931 * g++.dg/stdbool-if.C: New test.
2932
7acfb19e
OP
2933Wed Feb 7 09:54:47 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
2934
2935 * objc/execute/fdecl.m: Added main().
2936
bdc624db
JJ
29372001-02-07 Jakub Jelinek <jakub@redhat.com>
2938
2939 * gcc.c-torture/execute/20010206-1.c: New test.
2940
f2f7ac40
NB
29412001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
2942
6d4587f7 2943 * gcc.dg/cpp/avoidpaste1.c: Update.
f2f7ac40 2944
1ae10ad0
OP
2945Tue Feb 5 8:53:33 2001 Ovidiu Predescu <ovidiu@cup.hp.com>
2946
2947 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
2948 Pero <nicola@brainstorm.co.uk>.
2949 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
2950
a87b4257
NS
29512001-02-06 Nathan Sidwell <nathan@codesourcery.com>
2952
2953 * g++.old-deja/g++.pt/spec39.C: New test.
2954
2f4e8f2b
JJ
29552001-02-05 Jakub Jelinek <jakub@redhat.com>
2956
2957 * gcc.c-torture/compile/20010202-1.c: New test.
2958
9965d119
NS
29592001-02-05 Nathan Sidwell <nathan@codesourcery.com>
2960
2961 * g++.old-deja/g++.abi/primary2.C: New test.
2962 * g++.old-deja/g++.abi/primary3.C: New test.
2963 * g++.old-deja/g++.abi/primary4.C: New test.
2964 * g++.old-deja/g++.abi/primary5.C: New test.
2965 * g++.old-deja/g++.abi/vtable3.h: New test.
2966 * g++.old-deja/g++.abi/vtable3a.C: New test.
2967 * g++.old-deja/g++.abi/vtable3b.C: New test.
2968 * g++.old-deja/g++.abi/vtable3c.C: New test.
2969 * g++.old-deja/g++.abi/vtable3d.C: New test.
2970 * g++.old-deja/g++.abi/vtable3e.C: New test.
2971 * g++.old-deja/g++.abi/vtable3f.C: New test.
2972 * g++.old-deja/g++.abi/vtable3g.C: New test.
2973 * g++.old-deja/g++.abi/vtable3h.C: New test.
2974 * g++.old-deja/g++.abi/vtable3i.C: New test.
2975 * g++.old-deja/g++.abi/vtable3j.C: New test.
2976 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
2977
55de1b66
JJ
29782001-02-03 Jakub Jelinek <jakub@redhat.com>
2979
2980 * g++.old-deja/g++.other/anon6.C: New test.
2981 * g++.old-deja/g++.other/anon7.C: New test.
2982
7af5ca82
NB
29832001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
2984
6d4587f7 2985 * gcc.dg/cpp/avoidpaste2.c: New tests.
7af5ca82 2986
ce662d4c
JJ
29872001-01-31 Jakub Jelinek <jakub@redhat.com>
2988
2989 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
2990
2b1f4d81
JO
29912001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
2992
2993 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
2994 DECIMAL_DIG cases for Irix."
2995
ae7676ed
R
2996Wed Jan 31 12:23:32 2001 J"orn Rennecke <amylaar@redhat.com>
2997
2998 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
2999
0aca1a4f
JM
30002001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
3001
3002 * gcc.dg/c99-tag-1.c: New test.
3003
2e1911bf
NB
30042001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
3005
6d4587f7 3006 * gcc.dg/cpp/tr-warn1.c: Add tests.
2e1911bf 3007
fd793c7a
NB
30082001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
3009
6d4587f7
ZW
3010 * gcc.dg/cpp/avoidpaste1.c: Update.
3011 * gcc.dg/cpp/paste4.c: Update.
fd793c7a 3012
a9a18460
JO
30132001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
3014
3015 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
3016 cases for Irix.
3017
22ef15cf
GP
30182001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3019
3020 * g++.old-deja/g++.other/inline19.C: New test.
3021
e9770d51
NB
30222001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
3023
22ef15cf 3024 * gcc.dg/Wlarger-than.c: New test.
e9770d51 3025
24274aab
NB
30262001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
3027
22ef15cf 3028 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
24274aab 3029
adc88131
JJ
30302001-01-29 Jakub Jelinek <jakub@redhat.com>
3031
3032 * gcc.c-torture/execute/20010129-1.c: New test.
3033 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
3034
14e2799a
NB
30352001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
3036
6d4587f7 3037 * gcc.dg/cpp/avoidpaste1.c: Test case.
14e2799a 3038
6001735e
JJ
30392001-01-28 Jakub Jelinek <jakub@redhat.com>
3040
3041 * g++.old-deja/g++.other/inline18.C: New test.
3042
75c1416b
KG
30432001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3044
3045 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
3046 and __builtin_putchar.
3047
940ff66d
JJ
30482001-01-27 Jakub Jelinek <jakub@redhat.com>
3049
3050 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
3051 tests.
3052
22892fc6
JO
30532001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
3054
3055 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
3056 floating point number rounding mode to round to the nearest
3057 representable mode.
3058
324ffb8c
JJ
30592001-01-25 Jakub Jelinek <jakub@redhat.com>
3060
3061 * g++.old-deja/g++.other/mangle2.C: New test.
3062
cedd825f
JM
30632001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
3064
3065 * gcc.c-torture/compile/20010124-1.c: New test.
3066
4b2811e9
NS
30672001-01-24 Nathan Sidwell <nathan@codesourcery.com>
3068
3069 * g++.old-deja/g++.pt/spec38.C: New test.
3070
08511114
KL
30712001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3072
3073 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
3074 "Build don't run".
3075
390dfcbe 30762001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
a84593a6
FS
3077
3078 * gcc.c-torture/execute/20010123-1.c: New test.
3079
92ecdfb7
NS
30802001-01-23 Nathan Sidwell <nathan@codesourcery.com>
3081
3082 * g++.old-deja/g++.pt/spec37.C: New test.
3083
4cff6abe
NS
30842001-01-23 Nathan Sidwell <nathan@codesourcery.com>
3085
3086 * g++.old-deja/g++.pt/overload14.C: New test.
3087
6aace5d4
FS
30882001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3089
3090 * gcc.c-torture/execute/20010122-1.c: New test, exercise
3091 __builtin_return_address.
3092
62e4a758
NS
30932001-01-22 Nathan Sidwell <nathan@codesourcery.com>
3094
3095 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
3096 * g++.old-deja/g++.pt/spec35.C: New test.
3097 * g++.old-deja/g++.pt/spec36.C: New test.
3098
399241d9
JJ
30992001-01-20 Jakub Jelinek <jakub@redhat.com>
3100
3101 * gcc.c-torture/compile/20010118-1.c: New test.
3102
29aad310
NB
31032001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
3104
399241d9 3105 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
29aad310 3106
fa7aa1fe
JJ
31072001-01-19 Jakub Jelinek <jakub@redhat.com>
3108
3109 * gcc.c-torture/execute/20010119-1.c: New test.
3110
1e00f18c
NS
31112001-01-19 Nathan Sidwell <nathan@codesourcery.com>
3112
3113 * g++.old-deja/g++.other/vbase5.C: New test.
3114
9f1b75fc
JJ
31152001-01-19 Jakub Jelinek <jakub@redhat.com>
3116
3117 * gcc.c-torture/execute/20010118-1.c: New test.
3118
f9c244b8
NS
31192001-01-19 Nathan Sidwell <nathan@codesourcery.com>
3120
3121 * g++.old-deja/g++.pt/deduct3.C: New test.
3122
08c2df0f
NS
31232001-01-19 Nathan Sidwell <nathan@codesourcery.com>
3124
3125 * g++.old-deja/g++.pt/spec34.C: New test.
3126
02d02725
DB
31272001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
3128
3129 * g77.f-torture/compile/20000601-2.f: New test.
3130
f5ceeec8
NS
31312001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3132
3133 * g++.old-deja/g++.other/init17.C: New test.
3134
34508ae8
AO
31352001-01-18 Alexandre Oliva <aoliva@redhat.com>
3136
3137 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
3138
028d1f20
NS
31392001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3140
3141 * g++.old-deja/g++.pt/unify8.C: New test.
3142
9f724b6a
NS
31432001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3144
3145 * g++.old-deja/g++.abi/vbase1.C: New test.
3146
522d6614
NS
31472001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3148
3149 * g++.old-deja/g++.pt/crash65.C: New test.
3150
e096bdde
NB
31512001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
3152
6d4587f7 3153 * gcc.dg/cpp/assembl2.S: New test case.
e096bdde 3154
acf8f04b
JO
31552001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
3156
3157 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
3158 are supported.
3159
5f3aebea
KG
31602001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3161
3162 * g++.old-deja/g++.other/builtins1.C: New test.
3163 * g++.old-deja/g++.other/builtins2.C: Likewise.
3164 * g++.old-deja/g++.other/builtins3.C: Likewise.
3165 * g++.old-deja/g++.other/builtins4.C: Likewise.
3166
5efdd890
JJ
31672001-01-17 Jakub Jelinek <jakub@redhat.com>
3168
3169 * gcc.c-torture/compile/20010117-1.c: New test.
d70401eb 3170 * gcc.c-torture/compile/20010117-2.c: New test.
5efdd890 3171
c5a9e845
TM
31722001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
3173
3174 * g77.f-torture/execute/20010116.[fx]: New test,
3175 XFAIL on i?86-*-*.
3176 * g77.f-torture/compile/20010115.f: Indicate it's
3177 a test for PR fortran/1636.
3178
64dcdf78
JM
31792001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
3180
3181 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
3182
9f1630a9
TM
31832001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
3184
3185 * g77.f-torture/compile/20010115.f: New test.
3186
db3f4e4e
NS
31872001-01-15 Nathan Sidwell <nathan@codesourcery.com>
3188
3189 * g++.old-deja/g++.pt/nontype5.C: New test.
3190
f617c7a3
NB
31912001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
3192
6d4587f7
ZW
3193 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
3194 have an equivalent working one below it.
3195
e5aed4e1
JO
31962001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
3197
3198 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
3199 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
3200
e3585d4f
JO
32012001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
3202
3203 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
3204 message containing "init_priority".
3205 (conpr-2.C): Likewise.
3206 (conpr-3.C): Likewise.
3207 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
3208
bfeee001
FS
32092001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3210
3211 * gcc.c-torture/execute/20010114-2.c: New test.
3212
b859a98d
JM
32132001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
3214
3215 * gcc.c-torture/compile/20010114-1.c: New test.
3216 * gcc.c-torture/compile/20010114-1.x: Xfail.
3217 * gcc.c-torture/compile/20010114-2.c: New test.
3218 * gcc.c-torture/execute/20010114-1.c: New test.
3219 * gcc.dg/trunc-1.c: New test.
3220 * gcc.dg/uninit-B.c: New test.
3221
04ae6c59
NC
32222001-01-13 Nick Clifton <nickc@redhat.com>
3223
3224 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
3225 target.
3226
6f6684e6
JM
32272001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
3228
3229 * gcc.c-torture/compile/20010113-1.c: New test.
3230
b874b32d
JJ
32312001-01-13 Jakub Jelinek <jakub@redhat.com>
3232
3233 * gcc.c-torture/compile/20001212-1.c: New test.
3234
fabfd802
NB
32352001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
3236
6d4587f7
ZW
3237 * gcc.dg/cpp/widestr1.c: Update.
3238 * gcc.dg/cpp/prag-imp.c: Remove.
fabfd802 3239
8b6a5902
JJ
32402001-01-12 Jakub Jelinek <jakub@redhat.com>
3241
3242 * gcc.c-torture/execute/20000801-3.x: Remove.
3243 * gcc.dg/c90-init-1.c: New test.
3244 * gcc.dg/c99-init-1.c: New test.
3245 * gcc.dg/c99-init-2.c: New test.
3246 * gcc.dg/gnu99-init-1.c: New test.
3247
efce71c6
RE
32482001-01-12 Richard Earnshaw <rearnsha@arm.com>
3249
3250 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
3251 testing that no relevant ones were found.
3252
0949f723
NS
32532001-01-12 Nathan Sidwell <nathan@codesourcery.com>
3254
3255 * g++.old-deja/g++.pt/cast2.C: New test.
3256
a8641661
NS
32572001-01-12 Nathan Sidwell <nathan@codesourcery.com>
3258
3259 * g++.old-deja/g++.pt/friend47.C: New test.
3260
79c9e159
NS
32612001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3262
3263 * g++.old-deja/g++.pt/instantiate13.C: New test.
3264
96a1e32d
NS
32652001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3266
3267 * g++.old-deja/g++.other/defarg7.C: New test.
3268 * g++.old-deja/g++.other/defarg8.C: New test.
3269
32702001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3271
3272 * g++.old-deja/g++.pt/crash64.C: New test.
3273
b37bf5bd
NS
32742001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3275
3276 * g++.old-deja/g++.pt/crash63.C: New test.
3277
f7d7b651
NB
32782001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
3279
3280 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
3281
d0be7718
AL
32822001-01-10 Alan Lehotsky <lehotsky@tiac.net>
3283
3284 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
6d4587f7 3285
31bb3027
NS
32862001-01-10 Nathan Sidwell <nathan@codesourcery.com>
3287
b37bf5bd 3288 * g++.old-deja/g++.pt/error3.C: New test.
31bb3027 3289
fd3f43e7
NS
32902001-01-10 Nathan Sidwell <nathan@codesourcery.com>
3291
b37bf5bd 3292 * g++.old-deja/g++.other/crash39.C: New test.
fd3f43e7 3293
042b4c4e
NS
32942001-01-10 Nathan Sidwell <nathan@codesourcery.com>
3295
b37bf5bd 3296 * g++.old-deja/g++.other/vbase4.C: New test.
042b4c4e 3297
2830551d
JL
32982001-01-08 Jonathan Larmour <jlarmour@redhat.com>
3299
3300 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
6d4587f7
ZW
3301 * gcc.dg/special/20000419-2.c: New file. Identical to above.
3302 * gcc.dg/special/special.exp: New test driver which will check
3303 for alias support for the above test.
2830551d 3304
9088c6fc
AL
33052001-01-09 Alan Lehotsky <lehotsky@tiac.net>
3306
3307 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
3308 problems on small machines.
3309 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
6d4587f7
ZW
3310 parameterize.
3311
3ee816a4
JO
33122001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
3313
3314 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
3315 mips.
3316 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
3317
186c0fbe
NS
33182001-01-09 Nathan Sidwell <nathan@codesourcery.com>
3319
3320 * g++.old_deja/g++.pt/using8.C: New test.
3321
654d7a33
JM
33222001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
3323
3324 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
3325
18eb26d4
LR
33262000-01-08 Loren J. Rittle <ljrittle@acm.org>
3327
3328 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
3329 where a failure is expected.
3330 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
3331
3febd123
NS
33322001-01-08 Nathan Sidwell <nathan@codesourcery.com>
3333
3334 * g++.old_deja/g++.pt/instantiate12.C: New test.
3335
1f0d71c5
NS
33362001-01-08 Nathan Sidwell <nathan@codesourcery.com>
3337
3338 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
3339 start of structs.
3340 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
3341 * g++.old-deja/g++.brendan/crash17.C: Likewise.
3342 * g++.old-deja/g++.brendan/crash29.C: Likewise.
3343 * g++.old-deja/g++.brendan/crash48.C: Likewise.
3344 * g++.old-deja/g++.brendan/ns1.C: Likewise.
3345 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
3346 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
3347 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
3348 * g++.old-deja/g++.eh/spec6.C: Likewise.
3349 * g++.old-deja/g++.jason/crash3.C: Likewise.
3350 * g++.old-deja/g++.law/ctors11.C: Likewise.
3351 * g++.old-deja/g++.law/ctors17.C: Likewise.
3352 * g++.old-deja/g++.law/ctors5.C: Likewise.
3353 * g++.old-deja/g++.law/ctors9.C: Likewise.
3354 * g++.old-deja/g++.mike/ambig1.C: Likewise.
3355 * g++.old-deja/g++.mike/net22.C: Likewise.
3356 * g++.old-deja/g++.mike/p3538a.C: Likewise.
3357 * g++.old-deja/g++.mike/p3538b.C: Likewise.
3358 * g++.old-deja/g++.mike/virt3.C: Likewise.
3359 * g++.old-deja/g++.niklas/t128.C: Likewise.
3360 * g++.old-deja/g++.other/anon4.C: Likewise.
3361 * g++.old-deja/g++.other/using1.C: Likewise.
3362 * g++.old-deja/g++.other/warn3.C: Likewise.
3363 * g++.old-deja/g++.pt/t37.C: Likewise.
3364 * g++.old-deja/g++.robertl/eb69.C: Likewise.
3365 * g++.old-deja/g++.robertl/eb71.C: Likewise.
3366
5bf15e84 33672001-01-08 Nathan Sidwell <nathan@codesourcery.com>
76191fdd
NS
3368
3369 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
3370
18f988a0
KG
33712001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3372
3373 * gcc.c-torture/execute/stdio-opt-3.c: New test.
3374
eaf19aba
JJ
33752001-01-07 Jakub Jelinek <jakub@redhat.com>
3376
3377 * gcc.c-torture/compile/20010107-1.c: New test.
3378
796cdb65
JM
33792001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
3380
3381 * gcc.c-torture/execute/builtin-noret-1.c: New test.
3382
42110e7b
JM
33832001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
3384
3385 * gcc.dg/format/format.h: New file.
3386 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
3387 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
3388 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
3389 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
3390 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
3391 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
3392 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
3393 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
3394 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
3395 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
3396 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
3397 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
3398 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
3399 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
3400 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
3401 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
3402 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
3403 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
3404 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
3405 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
3406 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
3407 instead of declaring standard types, macros and functions in each
3408 test.
3409
a7c52352
AO
34102001-01-06 Alexandre Oliva <aoliva@redhat.com>
3411
3412 * gcc.c-torture/execute/20010106-1.c: New test.
3413
cd566273
JM
34142001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
3415
3416 * gcc.dg/format/format.exp: New file.
3417 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
3418 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
3419 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
3420 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
3421 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
3422 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
3423 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
3424 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
3425 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
3426 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
3427 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
3428 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
3429 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
3430 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
3431 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
3432 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
3433 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
3434 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
3435 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
3436 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
3437 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
3438 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
3439 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
3440 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
3441 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
3442 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
3443 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
3444 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
3445 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
3446 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
3447 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
3448 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
3449 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
3450 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
3451 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
3452 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
3453 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
3454 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
3455 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
3456 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
3457 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
3458 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
3459
336bc4ae
AO
34602001-01-05 Alexandre Oliva <aoliva@redhat.com>
3461
3462 * gcc.c-torture/execute/991228-1.c: Take word endianness into
3463 account.
3464
341e3d11
JM
34652001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
3466
3467 * gcc.c-torture/execute/builtin-complex-1.c: New test.
3468
220bce48
NS
34692001-01-05 Nathan Sidwell <nathan@codesourcery.com>
3470
3471 * g++.old-deja/g++.pt/crash62.C: New test.
3472
00de56c7
RH
34732001-01-04 Richard Henderson <rth@redhat.com>
3474
3475 * gcc.dg/20000926-1.c: Update expected warnings.
3476 * gcc.dg/array-2.c: Likewise.
3477 * gcc.dg/array-4.c: Also validate flexible array members.
3478 * gcc.dg/c99-flex-array-1.c: New.
3479
32812a40
JM
34802001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
3481
3482 * gcc.c-torture/compile/20001222-1.x: Remove.
3483
7ffcb17f
RK
3484Thu Jan 4 13:54:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3485
3486 * gcc.c-torture/execute/built-in-setjmp.c: New.
3487
584ef5fe
RH
34882001-01-03 Richard Henderson <rth@redhat.com>
3489
3490 * gcc.dg/940510-1.c: Update expected error wording.
3491 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
3492
9ef6d39a
JO
34932001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
3494
3495 * lib/target-supports.exp (check_alias_available): Modified to
6d4587f7 3496 indicate aliases not supported if only weak aliases are supported.
9ef6d39a 3497
819c1488
KG
34982001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3499
3500 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
3501 Turn on cmpstrsi checks for __pj__ and __i370__.
3502
3c505507
NS
35032001-01-03 Nathan Sidwell <nathan@codesourcery.com>
3504
3505 * g++.old-deja/g++.other/virtual11.C: New test.
3506
03378143
NS
35072001-01-03 Nathan Sidwell <nathan@codesourcery.com>
3508
3509 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
3510
086715fa
KG
35112001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3512
3513 * gcc.c-torture/compile/20010102-1.c: New test.
3514
42ded877
AJ
35152001-01-02 Andreas Jaeger <aj@suse.de>
3516
3517 * gcc.dg/noreturn-3.c: New test.
3518
3519 * gcc.dg/noreturn-4.c: New test.
3520
c2e42aab
KG
35212001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3522
3523 * gcc.c-torture/execute/stdio-opt-1.c: Also test
3524 __builtin_fputc and __builtin_fwrite.
3525
965a9c31
JO
35262000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
3527
3528 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
3529 signed char, not default char.
3530
9b961b95
JO
35312000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
3532
3533 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
3534
d05e34f2
DB
35352000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
3536
3537 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
3538
12db0efc
RH
35392000-12-29 Richard Henderson <rth@redhat.com>
3540
3541 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
3542 (__cyg_profile_func_exit): Define.
3543
cd372c39
HPN
35442000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
3545
3546 * g++.dg/vtgc1.C: New test.
3547
bc5137ae
GK
35482000-12-28 Geoffrey Keating <geoffk@redhat.com>
3549
fb8b656c
GK
3550 * gcc.dg/noncompile/20001228-1.c: New test.
3551
f33f0c3a 3552 * gcc.dg/20001228-1.c: New test.
42ded877 3553
bc5137ae
GK
3554 * gcc.c-torture/execute/20001228-1.c: New test.
3555
26f6672d
JM
35562000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
3557
3558 * gcc.dg/format-strfmon-1.c: New test.
3559
ce94d12f
KG
35602000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3561
3562 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
3563 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
3564 * gcc.c-torture/execute/string-opt-1.c: Likewise.
3565 * gcc.c-torture/execute/string-opt-2.c: Likewise.
3566 * gcc.c-torture/execute/string-opt-3.c: Likewise.
3567 * gcc.c-torture/execute/string-opt-4.c: Likewise.
3568 * gcc.c-torture/execute/string-opt-6.c: Likewise.
3569 * gcc.c-torture/execute/string-opt-7.c: Likewise.
3570 * gcc.c-torture/execute/string-opt-8.c: Likewise.
3571 * gcc.c-torture/execute/string-opt-9.c: Likewise.
3572 * gcc.c-torture/execute/string-opt-10.c: Likewise.
3573 * gcc.c-torture/execute/string-opt-11.c: Likewise.
3574 * gcc.c-torture/execute/string-opt-12.c: Likewise.
3575
3576 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
3577 * gcc.c-torture/execute/string-opt-4.c: Test index.
3578
6cbadf36
GK
35792000-12-26 Geoffrey Keating <geoffk@redhat.com>
3580
3581 * gcc.c-torture/compile/20001226-1.c: New test.
3582
ab461298
JM
35832000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
3584
3585 * gcc.c-torture/compile/20001222-1.c: New test.
3586 * gcc.c-torture/compile/20001222-1.x: Xfail.
3587
292b48db
AO
3588Fri Dec 22 06:45:03 2000 Alexandre Oliva <aoliva@redhat.com>
3589
3590 * gcc.c-torture/execute/comp-goto-2.c: New test.
3591
3546ef58
R
3592Thu Dec 21 22:43:03 2000 J"orn Rennecke <amylaar@redhat.com>
3593
3594 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
3595 Use long types if __INT_MAX__ is 32767.
3596 (main): Use cast to (sint32 *) when poking 88 into a_page.
3597
ee4fca58
R
3598 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
3599
dd16cb7c
BS
36002000-12-21 Bernd Schmidt <bernds@redhat.com>
3601
3602 * gcc.c-torture/compile/20001221-1.c: New test.
710916e6 3603 * gcc.c-torture/execute/20001221-1.c: New test.
dd16cb7c 3604
1e248ee3
RH
36052000-12-20 Richard Henderson <rth@redhat.com>
3606
3607 * g++.old-deja/g++.pt/crash36.C: Update error lines.
3608 * g++.old-deja/g++.robertl/eb109.C: Likewise.
3609
9d2dc7da
KG
36102000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3611
3612 * gcc.dg/compare3.c: New test.
3613
20d380b1
JM
36142000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3615
3616 * gcc.dg/format-warnll-1.c: New test.
3617
ee83b1f7
NB
36182000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
3619
3620 * gcc.dg/cpp/cmdlne-P.c: New test.
3621
9b4ea1a8
JM
36222000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3623
3624 * gcc.c-torture/execute/builtin-abs-1.c,
3625 gcc.c-torture/execute/builtin-abs-2.c: New tests.
3626
4119f8a1
NB
36272000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
3628
6d4587f7 3629 * gcc.dg/cpp/multiline.c: New test.
4119f8a1 3630
ad263514
NB
36312000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
3632
6d4587f7
ZW
3633 * g++.old-deja/g++.other/syshdr1.C: Update.
3634 * gcc.dg/cpp/lineflags.c: Remove temporarily.
ad263514 3635
221c7a7f
KL
36362000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3637
3638 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
3639
b429fdf0
KL
36402000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3641
3642 * g++.old-deja/g++.pt/ttp65.C: New test.
3643
c2beae77
KL
36442000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3645
3646 * g++.old-deja/g++.pt/ttp64.C: New test.
3647
edac124d
KL
36482000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3649
3650 * g++.old-deja/g++.pt/spec33.C: New test.
3651
eb9461fb
CM
36522000-12-14 Catherine Moore <clm@redhat.com>
3653
3654 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
3655 * gcc.c-torture/execute/920612-2.c: Likewise.
3656 * gcc.c-torture/execute/920428-2.c: Likewise.
3657 * gcc-c-torture/execute/va-arg-11.c: Call exit.
3658 * gcc.c-torture/execute/va-arg-21.c: Likewise.
3659
7c757aa4
FS
36602000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3661
3662 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
3663 * gcc.dg/pack-test-2.c: Likewise.
3664
04fd40b9
NB
36652000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
3666
3667 Tests by Zack Weinberg <zackw@stanford.edu>.
3668
3669 * gcc.dg/cpp/defined.c: Update.
3670 * gcc.dg/cpp/defined_trad.c: New tests.
3671
31a408bc
NB
36722000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
3673
3674 * gcc.dg/cpp/trad-direct.c: Update.
3675
a0fd9909
NB
36762000-12-11 Neil Booth <neilb@earthling.net>
3677
3678 * gcc.dg/cpp/defined_trad.c
3679
49134400
NB
36802000-12-11 Neil Booth <neilb@earthling.net>
3681
6d4587f7 3682 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
49134400 3683
e45046ae
JM
36842000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
3685
3686 * gcc.dg/format-miss-2.c: New test.
3687
97665491
NB
36882000-12-09 Neil Booth <neilb@earthling.net>
3689
6d4587f7
ZW
3690 * gcc.dg/cpp/lineflags.c: New tests.
3691 * gcc.dg/cpp/poison.c: Update.
3692 * gcc.dg/cpp/redef2.c: Update.
3693 * gcc.dg/cpp/skipping.c: New test.
97665491 3694
f3588f1a
GK
36952000-12-07 Geoffrey Keating <geoffk@redhat.com>
3696
3697 * g++.old-deja/g++.other/eh3.C: New testcase.
3698
5133d90e
NB
36992000-12-07 Neil Booth <neilb@earthling.net>
3700
6d4587f7
ZW
3701 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
3702 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
3703 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
3704 wtr-union-init-2.c, wtr-union-init-3.c: Update.
3705 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
3706 Update.
5133d90e 3707
02428c5d
JM
37082000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
3709
3710 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
3711 __SIZE_TYPE__ instead of int for type of integers cast to
3712 pointers.
3713
5eec2847
JJ
37142000-12-07 Jakub Jelinek <jakub@redhat.com>
3715
3716 * g++.old-deja/g++.other/cleanup4.C: New test.
3717
c907e684
JM
37182000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
3719
3720 * format-sec-1.c: New test.
3721
1c248308
JM
37222000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
3723
3724 * gcc.dg/format-nonlit-3.c: New test.
3725
014e7f1d
JM
37262000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
3727
3728 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
3729 through a null pointer.
3730
74601d7c
KL
37312000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3732
3733 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
3734 * g++.old-deja/g++.pt/partial4.C: New test.
3735
56ef50e4
DA
37362000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
3737
3738 * gcc.c-torture/execute/ieee/hugeval.x: New.
3739
176cb778
NB
37402000-12-06 Neil Booth <neilb@earthling.net>
3741
3742 * gcc.dg/cpp/backslash2.c: New tests.
3743
a903143d
KG
37442000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3745
3746 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
3747 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
3748
06a3a6db
GK
37492000-12-05 Geoffrey Keating <geoffk@redhat.com>
3750
3751 * gcc.c-torture/execute/20001203-2.c: New testcase.
3752
cbb40945
NS
37532000-12-05 Nathan Sidwell <nathan@codesourcery.com>
3754
3755 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
3756 * g++.old-deja/g++.other/virtual10.C: New test.
3757
61402b80
NS
37582000-12-05 Nathan Sidwell <nathan@codesourcery.com>
3759
3760 * g++.old-deja/g++.mike/pmf5.C: Remove test.
3761
7d361583
RH
37622000-12-05 Richard Henderson <rth@redhat.com>
3763
3764 * gcc.c-torture/compile/20001205-1.c: New.
3765
72ca2dee
NB
37662000-12-04 Neil Booth <neilb@earthling.net>
3767
3768 * g++.old-deja/g++.other/virtual9.C: New test.
3769 * g++.old-deja/g++.pt/crash61.C: New test.
3770 * gcc.c-torture/execute/loop-9.c: New test.
3771
b6972575
NB
37722000-12-04 Neil Booth <neilb@earthling.net>
3773
3774 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
3775 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
3776 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
3777 * gcc.dg/cpp/extratokens.c: ...here.
3778
bb0067f2
NB
37792000-12-04 Neil Booth <neilb@earthling.net>
3780
6d4587f7
ZW
3781 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
3782 New tests.
bb0067f2 3783
a903143d 37842000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
611b1df4
KG
3785
3786 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
3787 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
3788
accc8668
JM
37892000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
3790
3791 * gcc.c-torture/execute/20001203-1.c: New test.
3792
881bc7db
NB
37932000-12-03 Neil Booth <neilb@earthling.net>
3794
6d4587f7 3795 * gcc.dg/cpp/macro6.c: New test cases.
881bc7db 3796
ca8034a0
KG
37972000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3798
d118937d
KG
3799 * gcc.c-torture/execute/string-opt-9.c: New test.
3800 * gcc.c-torture/execute/string-opt-10.c: Likewise.
3801 * gcc.c-torture/execute/string-opt-11.c: Likewise.
3802 * gcc.c-torture/execute/string-opt-12.c: Likewise.
3803
3804 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
3805 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
ca8034a0 3806
690c96c8
GK
38072000-12-02 Geoffrey Keating <geoffk@redhat.com>
3808
3809 * gcc.dg/cpp/if-6.c: New testcase.
b43db0b3
GK
3810
3811 * gcc.dg/20001201-1.c: New testcase.
690c96c8 3812
f7674545
NB
38132000-12-02 Neil Booth <neilb@earthling.net>
3814
6d4587f7
ZW
3815 * g++.old-deja/g++.other/externC4.C,
3816 g++.old-deja/g++.other/friend10.C: New tests.
f7674545 3817
1b83352e
NB
38182000-12-02 Neil Booth <neilb@earthling.net>
3819
6d4587f7
ZW
3820 * g++.old-deja/g++.other/instan2.C
3821 * g++.old-deja/g++.other/instan3.C: New test.
1b83352e 3822
692344cf
NB
38232000-12-02 Neil Booth <neilb@earthling.net>
3824
6d4587f7
ZW
3825 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
3826 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
3827 gnuc99.c,gnuc99-pedantic.c: New tests.
692344cf 3828
4d808927
JM
38292000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
3830
3831 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
3832 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
3833
92e092fe
NB
38342000-12-01 Neil Booth <neilb@earthling.net>
3835
6d4587f7
ZW
3836 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
3837 * gcc.dg/cpp/poison.c: Update.
3838 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
92e092fe 3839
042db57e
TM
38402000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
3841
3842 * g77.f-torture/execute/20001201.f: New test.
3843
c7b82833
JM
38442000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
3845
3846 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
3847
ab937357
JJ
38482000-12-01 Jakub Jelinek <jakub@redhat.com>
3849
3850 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
3851
13f9714b
NS
38522000-12-01 Nathan Sidwell <nathan@codesourcery.com>
3853
3854 * g++.old-deja/g++.other/cast6.C: New test.
3855
be10afdf
GK
38562000-11-30 Geoffrey Keating <geoffk@redhat.com>
3857
3858 * gcc.c-torture/execute/20001130-2.c: New testcase.
3859
41c39533
RH
38602000-11-30 Richard Henderson <rth@redhat.com>
3861
3862 * gcc.c-torture/execute/20001130-1.c: New test.
3863
31b1b957
NS
38642000-11-30 Nathan Sidwell <nathan@codesourcery.com>
3865
3866 * g++.old-deja/g++.other/op3.C: New test.
3867
717e3f73
NS
38682000-11-30 Nathan Sidwell <nathan@codesourcery.com>
3869
3870 * g++.old-deja/g++.other/op2.C: New test.
3871
2c92b94d
NS
38722000-11-30 Nathan Sidwell <nathan@codesourcery.com>
3873
3874 * g++.old-deja/g++.other/crash38.C: New test.
3875
b2d7dd20
TM
38762000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
3877
3878 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
3879
57814e5e
JJ
38802000-11-29 Jakub Jelinek <jakub@redhat.com>
3881
3882 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
3883 tests.
3884 * gcc.c-torture/execute/string-opt-6.c: New test.
3885
78cd99d0
JJ
3886 * gcc.dg/20001117-1.c: Add main.
3887
70cf82bc
GK
38882000-11-28 Geoffrey Keating <geoffk@redhat.com>
3889
3890 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
3891 Move from here ...
3892 * gcc.dg/940510-1.c: ... to here.
3893
3894 * gcc.dg/20000926-1.c: GNU C now allows initializations of
3895 zero-size arrays in toplevel structures.
3896
48c4d691
JJ
38972000-11-28 Jakub Jelinek <jakub@redhat.com>
3898
3899 * gcc.c-torture/execute/loop-8.c: New test.
3900
bb92901d
NS
39012000-11-28 Nathan Sidwell <nathan@codesourcery.com>
3902
3903 * g++.old-deja/g++.other/base1.C: New test.
3904
2f3608c3
NS
39052000-11-28 Nathan Sidwell <nathan@codesourcery.com>
3906
3907 * g++.old-deja/g++.other/parse2.C: New test.
3908
eeb75383
NS
39092000-11-28 Nathan Sidwell <nathan@codesourcery.com>
3910
3911 * g++.old-deja/g++.pt/incomplete1.C: New test.
3912
5ee4cc26
NS
39132000-11-28 Nathan Sidwell <nathan@codesourcery.com>
3914
3915 * g++.old-deja/g++.other/friend9.C: New test.
3916
dd80b906
JJ
39172000-11-28 Jakub Jelinek <jakub@redhat.com>
3918
3919 * gcc.dg/20001127-1.c: New test.
3920
76e57b45
NS
39212000-11-27 Nathan Sidwell <nathan@codesourcery.com>
3922
5ee4cc26 3923 * g++.old-deja/g++.pt/friend46.C: New test.
76e57b45 3924
f9825168
NS
39252000-11-27 Nathan Sidwell <nathan@codesourcery.com>
3926
3927 * g++.old-deja/g++.other/ptrmem8.C: New test.
3928
1789599b
KG
39292000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3930
3931 * gcc.c-torture/execute/string-opt-7.c: New test.
3932 * gcc.c-torture/execute/string-opt-8.c: Likewise.
3933
b21218ce
GDR
39342000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
3935
3936 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
3937 instead of 'mkcheck 2'.
3938
9399bad3
JM
39392000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
3940
3941 * gcc.c-torture/execute/memcheck/driver.c,
3942 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
3943 C9X references to refer to C99.
3944
4df1190a
JJ
39452000-11-25 Jakub Jelinek <jakub@redhat.com>
3946
3947 * gcc.dg/ultrasp3.c: New test.
3948
4fe0a76c
NB
39492000-11-25 Neil Booth <neilb@earthling.net>
3950
3951 * gcc.dg/cpp/include2.c: Update test to be locale independent.
3952
9eca082e
AO
39532000-11-25 Alexandre Oliva <aoliva@redhat.com>
3954
3955 * gcc.c-torture/compile/20001123-2.c: New.
3956
3a163b1a
KL
39572000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3958
3959 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
3960
235cfbc4
BS
39612000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
3962
3963 * gcc.dg/sequence-point-1.c: Add some new tests.
222de5be 3964 * gcc.c-torture/execute/20001124-1.c: New test.
235cfbc4 3965
2f401cc8
NS
39662000-11-24 Nathan Sidwell <nathan@codesourcery.com>
3967
3968 * g++.old-deja/g++.other/vaarg4.C: New test.
3969 * gcc.c-torture/compile/20001123-1.c: New test.
3970
3d7e9ba4
NS
39712000-11-24 Nathan Sidwell <nathan@codesourcery.com>
3972
3973 * g++.other/crash24.C: Adjust and remove XFAIL.
3974 * g++.other/crash37.C: New test.
3975
ab097535
NS
39762000-11-23 Nathan Sidwell <nathan@codesourcery.com>
3977
3978 * g++.old-deja/g++.pt/instantiate9.C: New test.
3979
71ca6fe9
MM
39802000-11-22 Mark Mitchell <mark@codesourcery.com>
3981
a862e958
MM
3982 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
3983 new ABI, too.
3984
71ca6fe9
MM
3985 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
3986 * g++.old-deja/g++.robertl/eb55.C: Likewise.
3987
a16f893b
NB
39882000-11-22 Neil Booth <neilb@earthling.net>
3989
3990 * gcc.dg/cpp/Wtrigraphs.c: New test.
3991
b60585a0
LR
39922000-11-22 Loren J. Rittle <ljrittle@acm.org>
3993
6d4587f7 3994 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
b60585a0 3995
e5a7acdd
JJ
39962000-11-22 Jakub Jelinek <jakub@redhat.com>
3997
3998 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
3999
d93415c9
HPN
40002000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
4001
4002 * lib/gcc-dg.exp: load_lib scanasm.exp.
4003 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
4004 * lib/g++-dg.exp: load_lib scanasm.exp.
4005 * lib/scanasm.exp: New.
4006 (scan-assembler, scan-assembler-not): Add optional arguments to
4007 test name, or if not present, the pattern name.
033b8a0c 4008 (scan-assembler-dem, scan-assembler-dem-not): New.
d93415c9
HPN
4009
4010 * g++.dg/dg.exp: New.
4011
65aa8276
NB
40122000-11-21 Neil Booth <neilb@earthling.net>
4013
6d4587f7 4014 * gcc.dg/cpp/integrated1.c: Remove.
65aa8276 4015
ce79b0ca
JJ
40162000-11-21 Jakub Jelinek <jakub@redhat.com>
4017
4018 * gcc.c-torture/execute/20001121-1.c: New test.
4019
a5ccb99d
RH
40202000-11-21 Richard Henderson <rth@redhat.com>
4021
4022 * gcc.c-torture/compile/20001121-1.c: New test.
4023
51073b1c
NB
40242000-11-20 Neil Booth <neilb@earthling.net>
4025
4026 * gcc.dg/cpp/integrated1.c: New test.
4027
6b16805e
JJ
40282000-11-21 Jakub Jelinek <jakub@redhat.com>
4029
4030 * g++.old-deja/g++.other/inline17.C: New test.
4031
b5ecf629
DL
40322000-11-20 Donald Lindsay <dlindsay@redhat.com>
4033
4034 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
4035 local variable to be zero: I made the variable global. Now
4036 uses abort() and exit() instead of relying on main's return value.
4037
e6afac94
NB
40382000-11-20 Neil Booth <neilb@earthling.net>
4039
6d4587f7
ZW
4040 * gcc.dg/cpp/paste2.c: Update test.
4041 * objc/execute/paste.m: New test.
e6afac94 4042
1d7ff272
JM
40432000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
4044
4045 * gcc.dg/c99-condexpr-1.c: New test.
4046
029a4f4d
NB
40472000-11-20 Neil Booth <neilb@earthling.net>
4048
4049 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
4050
447306fa
NS
40512000-11-20 Nathan Sidwell <nathan@codesourcery.com>
4052
4053 * g++.old-deja/g++.pt/export1.C: New test.
4054
462ef1e1
JJ
40552000-11-20 Jakub Jelinek <jakub@redhat.com>
4056
4057 * gcc.dg/20001117-1.c: New test.
4058
980c0b56
RH
40592000-11-18 Richard Henderson <rth@redhat.com>
4060
4061 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
4062
dd4458df
RH
40632000-11-18 Richard Henderson <rth@redhat.com>
4064
4065 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
4066 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
4067 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
4068
2add28a3
RH
40692000-11-18 Richard Henderson <rth@redhat.com>
4070
4071 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
4072 (main): New. Exit cleanly.
4073
77c4d6c0
JM
40742000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
4075
4076 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
4077 gcc.dg/c99-fordecl-2.c: New tests.
4078
ce7d4fc8
RH
40792000-11-18 Richard Henderson <rth@redhat.com>
4080
4081 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
4082 * gcc.c-torture/execute/zerolen-2.c: New.
4083
3734169e
FS
40842000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4085
4086 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
4087 memory.
4088
35728a80
NS
40892000-11-17 Nathan Sidwell <nathan@codesourcery.com>
4090
4091 * g++.old-deja/g++.pt/instantiate8.C: New test.
4092
5cce22b6
NS
40932000-11-17 Nathan Sidwell <nathan@codesourcery.com>
4094
4095 * g++.old-deja/g++.other/incomplete.C: Add more tests.
4096 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
4097
e24fa9da
NC
40982000-11-16 Nick Clifton <nickc@redhat.com>
4099
4100 * gcc.c-torture/execute/nestfunc-2.c: New test.
4101 * gcc.c-torture/execute/nestfunc-3.c: New test.
4102
2b8b5d02
BS
41032000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
4104
4105 * gcc.c-torture/compile/20001116-1.c: New test.
4106
4c8fb571
FS
41072000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4108
4109 * gcc.c-torture/execute/20001115-1.c: New test.
4110
97150c41
MM
41112000-11-15 Mark Mitchell <mark@codesourcery.com>
4112
4113 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
4114 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
4115 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
4116 * g++.old-deja/g++.abi/vmihint.C: Likewise.
4117
cbc2c182
NB
41182000-11-15 Neil Booth <neilb@earthling.net>
4119
6d4587f7
ZW
4120 gcc.dg/cpp/_Pragma1.c: Update.
4121 gcc.dg/cpp/_Pragma2.c: New test.
cbc2c182 4122
71631a1f
NS
41232000-11-15 Nathan Sidwell <nathan@codesourcery.com>
4124
4125 * g++.old-deja/g++.other/anon5.C: New test.
4126
ab6c59fd
JM
41272000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
4128
4129 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
4130 tests.
4131
bd7cf17e
JJ
41322000-11-14 Jakub Jelinek <jakub@redhat.com>
4133
4134 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
4135 output.
4136
ebf02523
JM
41372000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4138
4139 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
4140 labels at end of compound statements.
4141
529c0acb
JJ
41422000-11-13 Jakub Jelinek <jakub@redhat.com>
4143
4144 * gcc.c-torture/execute/loop-7.c: New test.
4145
b7438415
JM
41462000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4147
4148 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
4149
19552aa5
JM
41502000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4151
4152 * gcc.dg/c99-bool-1.c: New test.
4153
444ca59f
JM
41542000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4155
4156 * gcc.dg/c99-scope-1.c: Remove xfail.
4157 * gcc.dg/c99-scope-2.c: New test.
4158
c7b6c6cd
KG
41592000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4160
4161 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
4162 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
4163
b72bd9c2
MM
41642000-11-11 Mark Mitchell <mark@codesourcery.com>
4165
56964678
MM
4166 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
4167 error messages.
4168
b72bd9c2
MM
4169 * g++.mike/p700.C: Don't typedef wchar_t.
4170 * g++.mike/p784.C: Likewise.
4171 * g++.mike/eb101.C: Don't use __wchar_t.
4172
da909756
TM
41732000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
4174
4175 * g77.f-torture/execute/20001111.[fx]: Test premature exit
4176 from DO loop.
4177
3e5c33c0
BS
41782000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
4179
4180 * gcc.c-torture/execute/20001111-1.c: New test.
4181
93ae2b3e
NC
41822000-11-10 Nick Clifton <nickc@redhat.com>
4183
4184 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
4185 long multuiple and accumulate.
4186
338bcbd5
RH
41872000-11-09 Richard Henderson <rth@redhat.com>
4188
662f340b
RH
4189 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
4190 via size_t instead of int.
4191
338bcbd5
RH
4192 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
4193 * gcc.c-torture/execute/string-opt-2.c: Likewise.
4194 * gcc.c-torture/execute/string-opt-3.c: Likewise.
4195 * gcc.c-torture/execute/string-opt-4.c: Likewise.
4196
b52114d2
GK
41972000-11-09 Geoffrey Keating <geoffk@redhat.com>
4198
4199 * gcc.c-torture/compile/20001109-1.c: New test.
4200 * gcc.c-torture/compile/20001109-2.c: New test.
4201
5361cbb7
NS
42022000-11-09 Nathan Sidwell <nathan@codesourcery.com>
4203
4204 * g++.old-deja/g++.pt/operator1.C: New test.
1caa7aba 4205 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
5361cbb7 4206
c6348fe7
JJ
42072000-11-09 Jakub Jelinek <jakub@redhat.com>
4208
4209 * gcc.dg/20001108-1.c: New test.
4210
2dee4af1
JJ
42112000-11-09 Jakub Jelinek <jakub@redhat.com>
4212
4213 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
4214 with both arguments constant strings.
4215 * gcc.c-torture/execute/string-opt-3.c: New test.
4216 * gcc.c-torture/execute/string-opt-4.c: New test.
4217 * gcc.c-torture/execute/string-opt-5.c: New test.
4218
ca68ea18
NC
42192000-11-08 Nick Clifton <nickc@redhat.com>
4220
4221 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
4222 mulsidi3adddi patterns.
4223
36791f1e
NS
42242000-11-08 Nathan Sidwell <nathan@codesourcery.com>
4225
4226 * g++.old-deja/g++.other/crash36.C: New test.
4227
321565d3
JJ
42282000-11-08 Jakub Jelinek <jakub@redhat.com>
4229
4230 * g++.old-deja/g++.other/init16.C: New test.
4231
f0cbb7ac
LR
42322000-11-06 Loren J. Rittle <ljrittle@acm.org>
4233
4234 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
4235
475e22ba
JO
42362000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
4237
4238 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
4239 * gcc.c-torture/execute/va-arg-16.x: Likewise.
4240 * gcc.c-torture/execute/va-arg-17.x: Likewise.
4241
0b13d6c2
DD
42422000-11-07 DJ Delorie <dj@redhat.com>
4243
4244 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
4245
a7c683a8
KG
42462000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4247
4248 * gcc.c-torture/execute/string-opt-1.c: New test.
4249
8735550f
JO
42502000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
4251
4252 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
4253 mips-sgi-irix6.* because the MIPS ABI passes floating-point
4254 parameters in registers, and there is no way for a varargs
4255 function to know in which order the integer and floating-point
4256 parameters should be interleaved when they are placed on the
4257 stack.
4258 * gcc.c-torture/execute/va-arg-16.x: Likewise.
4259 * gcc.c-torture/execute/va-arg-17.x: Likewise.
4260
26a87cab
KG
42612000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4262
4263 * gcc.c-torture/execute/string-opt-2.c: New test.
4264
d48ebde1
NS
42652000-11-07 Nathan Sidwell <nathan@codesourcery.com>
4266
4267 * g++.old-deja/g++.pt/crash60.C: New test.
4268
d1877a9b
JJ
42692000-11-06 Jakub Jelinek <jakub@redhat.com>
4270
4271 * g++.old-deja/g++.other/crash24.C: New test.
4272 * g++.old-deja/g++.other/crash25.C: New test.
4273 * g++.old-deja/g++.other/crash26.C: New test.
4274 * g++.old-deja/g++.other/crash27.C: New test.
4275 * g++.old-deja/g++.other/crash28.C: New test.
4276 * g++.old-deja/g++.other/crash29.C: New test.
4277 * g++.old-deja/g++.other/crash30.C: New test.
4278 * g++.old-deja/g++.other/crash31.C: New test.
4279 * g++.old-deja/g++.other/crash32.C: New test.
4280 * g++.old-deja/g++.other/crash33.C: New test.
4281 * g++.old-deja/g++.other/crash34.C: New test.
4282 * g++.old-deja/g++.other/crash35.C: New test.
4283
8b1c5fd0
JJ
42842000-11-06 Jakub Jelinek <jakub@redhat.com>
4285
4286 * gcc.c-torture/execute/20001031-1.c: New test.
4287
ffb28279
MM
42882000-11-04 Mark Mitchell <mark@codesourcery.com>
4289
bfd2cff7
MM
4290 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
4291 namespace.
4292
247a2b0a
MM
4293 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
4294 standards-conformant.
4295
bb77c16c
MM
4296 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
4297
ffb28279
MM
4298 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
4299 * g++.old-deja/g++.mike/p755a.C: Likewise.
4300 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
4301 library makes no calls to `operator new' during initialization.
4302
e8ecb16d
NB
43032000-11-04 Neil Booth <neilb@earthling.net>
4304
6d4587f7 4305 * gcc.dg/cpp/include2.c: New tests.
e8ecb16d 4306
334c4aae
MM
4307Fri Nov 3 13:32:14 2000 Mark P Mitchell <mark@codesourcery.com>
4308
4309 * lib/g++.exp (g++_set_ld_library_path): New function.
4310 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
4311
30235724
BS
43122000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
4313
4314 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
4315 warnings.
4316
6a16a7f0
RH
43172000-11-01 Richard Henderson <rth@redhat.com>
4318
4319 * g++.old-deja/g++.ext/namedret1.C: New.
4320 * g++.old-deja/g++.ext/namedret2.C: New.
4321 * g++.old-deja/g++.ext/namedret3.C: New.
4322
e201b0a7
GK
43232000-10-31 Geoffrey Keating <geoffk@cygnus.com>
4324
4325 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
4326 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
4327
c5a0835d
KG
43282000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4329
4330 * gcc.c-torture/execute/va-arg-21.c: New test.
4331
93cc1c69
JM
43322000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
4333
4334 * gcc.dg/c99-complex-2.c: New test.
4335
bcb38cc1
KG
43362000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4337
4338 * gcc.c-torture/execute/stdio-opt-1.c: New test.
4339
681cb233
JJ
43402000-10-31 Jakub Jelinek <jakub@redhat.com>
4341
4342 * g++.old-deja/g++.other/inline16.C: New test.
4343
761f0855
GDR
43442000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
4345
4346 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
4347 __PRETTY_FUNCTION__
4348
9f6ef6bc
NB
43492000-10-29 Neil Booth <neilb@earthling.net>
4350
4351 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
4352 New tests.
4353 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
4354 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
4355 optimisation.
4356
00c83d46
NB
43572000-10-29 Neil Booth <neilb@earthling.net>
4358
6d4587f7 4359 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
00c83d46
NB
4360 * mi1.c, mi1c.h: Add null directives to multiple-include test.
4361 * mi5.c: Test multiple includes work with -C.
4362 * trigraphs.c: Test ^= version.
4363
e7f7ca12
NB
43642000-10-28 Neil Booth <neilb@earthling.net>
4365
4366 New tests and test updates for new macro expander.
42ded877 4367
e7f7ca12
NB
4368 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
4369 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
4370 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
4371 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
4372 new diagnostic messages.
4373
4374 * gcc.dg/cpp/macro3.c: New tests.
4375
229a2e65
MM
43762000-10-27 Mark Mitchell <mark@codesourcery.com>
4377
4378 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
4379 on the same line.
4380
fadb729c
JJ
43812000-10-27 Jakub Jelinek <jakub@redhat.com>
4382
4383 * g++.old-deja/g++.other/eh2.C: New test.
4384
ef3809cb
BS
43852000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
4386
4387 * gcc.c-torture/execute/20001027-1.c: New test.
4388
cf8e718a
RH
43892000-10-26 Richard Henderson <rth@redhat.com>
4390
4391 * gcc.c-torture/execute/20001026-1.c: New.
4392
140c3b7e
MM
43932000-10-26 Mark Mitchell <mark@codesourcery.com>
4394
4395 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
4396 * g++.old-deja/g++.law/builtin1.C: Likewise.
4397 * g++.old-deja/g++.law/ctors10.C: Likewise.
4398 * g++.old-deja/g++.law/virtual3.C: Likewise.
4399 * g++.old-deja/g++.mike/p658.C: Likewise.
4400 * g++.old-deja/g++.other/sibcall1.C: Likewise.
4401 * g++.old-deja/g++.other/vaarg2.C: Likewise.
4402 * g++.old-deja/g++.robertl/eb124.C: Likewise.
4403 * g++.old-deja/g++.robertl/eb44.C: Likewise.
4404 * g++.old-deja/g++.robertl/eb77.C: Likewise.
4405
cdb09fce
NS
44062000-10-26 Nathan Sidwell <nathan@codesourcery.com>
4407
4408 * gcc.c-torture/compile/20001024-1.c: New test.
4409
be5aeb60
MM
44102000-10-25 Mark Mitchell <mark@codesourcery.com>
4411
4412 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
4413 to tell us whether or not we are using V3.
4414
5f9cd837
GDR
44152000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
4416
4417 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
42ded877 4418 operands.
5f9cd837 4419
e0c9fbb7
JM
44202000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
4421
4422 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
4423
dc5041ab
JJ
44242000-10-25 Jakub Jelinek <jakub@redhat.com>
4425
4426 * gcc.c-torture/execute/20001024-1.c: New test.
4427
f85b5d65
JJ
44282000-10-24 Jakub Jelinek <jakub@redhat.com>
4429
4430 * g++.old-deja/g++.other/sibcall1.C: New test.
4431
42a55121
JJ
44322000-10-20 Jakub Jelinek <jakub@redhat.com>
4433
4434 * gcc.dg/noncompile/init-3.c: New test.
4435
2f74f7e9
JM
44362000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
4437
4438 * gcc.dg/format-array-1.c: New test.
4439
81cf47b2
JM
44402000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
4441
4442 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
4443 writing through null pointers; remove comment about testing
4444 unterminated strings.
4445
15edc0cb
MH
44462000-10-17 Matthew Hiller <hiller@redhat.com>
4447
4448 * gcc.c-torture/execute/20001017-2.c: New test.
4449
0fe68387
JM
44502000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
4451
4452 * gcc.c-torture/compile/20001018-1.c: New test.
4453 * gcc.c-torture/compile/20001018-1.x: Xfail.
4454
34137553
FS
44552000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4456
4457 * gcc.c-torture/execute/20001017-1.c: New test.
4458
b691cb00
JM
44592000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
4460
4461 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
4462 for multiple use of arguments with scanf formats; add tests for
4463 multiple use of arguments.
4464
2683ed8d
BS
44652000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
4466
4467 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
4468
74ff4629
JM
44692000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
4470
4471 * gcc.dg/format-miss-1.c: New test.
4472
a5ad11e1
JJ
44732000-10-16 Jakub Jelinek <jakub@redhat.com>
4474
4475 * gcc.c-torture/execute/20001013-1.c: New test.
4476
6d2e1454
JM
44772000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
4478
4479 * gcc.dg/format-branch-1.c: New test.
4480
1df1abe2
JM
44812000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
4482
4483 * README, lib/file-format.exp: Remove EGCS references.
4484
55143861
JJ
44852000-10-16 Jakub Jelinek <jakub@redhat.com>
4486
4487 * gcc.dg/20001013-1.c: New test.
4488
d79d42da
JM
44892000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
4490
4491 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
4492 for intmax_t in the compiler using __typeof__ and the type rules
4493 for conditional expressions.
4494
fccf9848
JJ
44952000-10-13 Jakub Jelinek <jakub@redhat.com>
4496
4497 * gcc.dg/20001012-1.c: New test.
4498 * gcc.dg/20001012-2.c: New test.
4499
9fa8f75d
JM
45002000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
4501
4502 * gcc.dg/format-attr-1.c: New test.
4503
abb2c7ab
JM
45042000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
4505
4506 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
4507 __LONG_LONG_MAX__ instead of LLONG_MAX.
4508
4831bc84
JM
45092000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
4510
4511 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
4512 scanf flags.
4513 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
4514 flags.
4515
bb58bec5
JM
45162000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
4517
4518 * gcc.dg/sequence-pt-1.c: New test.
4519
d0b43a40
GK
45202000-10-11 Geoff Keating <geoffk@cygnus.com>
4521
4522 * gcc.c-torture/execute/20001011-1.c: New testcase.
4523 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
4524
8ccaefbd
JJ
45252000-10-10 Jakub Jelinek <jakub@redhat.com>
4526
4527 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
4528 does not error on it.
4529
462561b7
JJ
45302000-10-10 Jakub Jelinek <jakub@redhat.com>
4531
4532 * gcc.dg/20001009-1.c: New test.
4533
45d640d9
JH
4534Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
4535
4536 * gcc.c-torture/compile/20001009-1.c: Move from here ....
4537 * gcc.c-torture/execute/20001009-2.c: ... to here.
4538
80c0f62c
GK
45392000-10-09 Geoff Keating <geoffk@cygnus.com>
4540
4541 * gcc.c-torture/compile/20001009-1.c: New testcase.
4542 * gcc.c-torture/execute/20001009-1.c: New testcase.
4543 Testcases provided by Jan Hubicka <jh@suse.cz>.
4544
b15ad712
JM
45452000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
4546
4547 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
4548 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
4549 uintmax_t using <limits.h> to emulate the compiler's internal
4550 logic. No longer XFAIL %j tests.
4551
2588e44e
JM
45522000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
4553
4554 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
4555 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
4556 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
4557 regexps and details of expected handling of some bad formats.
4558 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
4559 suppression.
4560
54d7ee59
JM
45612000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
4562
4563 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
4564 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
4565 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
4566 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
4567 in list archives.
4568
15f18aac
RH
45692000-10-06 Richard Henderson <rth@cygnus.com>
4570
4571 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
4572 * g++.old-deja/g++.brendan/crash52.C: Likewise.
4573 * g++.old-deja/g++.jason/report.C: Likewise.
4574 * g++.old-deja/g++.law/friend5.C: Likewise.
4575 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
4576 of the expected warnings.
4577
903cef85
NS
45782000-10-06 Nathan Sidwell <nathan@codesourcery.com>
4579
4580 * g++.old-deja/g++.pt/enum14.C: New test.
4581
b2f9816f
NS
45822000-10-05 Nathan Sidwell <nathan@codesourcery.com>
4583
4584 * g++.old-deja/g++.pt/crash59.C: New test.
4585
9c00185b
WC
45862000-10-04 Will Cohen <wcohen@redhat.com>
4587
4588 * gcc.dg/20000926-1.c: New test.
4589
e9e037ef
GK
45902000-10-03 Geoff Keating <geoffk@cygnus.com>
4591
4592 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
4593 function name for current C++ compiler.
4594 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
4595
99885b3f
GDR
45962000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
4597
4598 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
42ded877 4599 __PRETTY_FUNCTION__.
99885b3f
GDR
4600 * g++.old-deja/g++.ext/pretty2.C: Likewise.
4601
2eeb109b
KG
46022000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4603
4604 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
4605
380f6ad3
JJ
46062000-09-26 Jakub Jelinek <jakub@redhat.com>
4607
6d4587f7 4608 * gcc.c-torture/compile/20000923-1.c: New test.
380f6ad3 4609
dcbd43e0
TP
46102000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4611
4612 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
4613 * g++.old-deja/g++.pt/ttp62.C: Same.
4614 * g++.old-deja/g++.other/inline14.C: Same.
4615
5a864cbf
RH
46162000-09-24 Richard Henderson <rth@cygnus.com>
4617
4618 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
4619
c5412f06
JM
46202000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
4621
4622 * gcc.dg/c90-printf-1.c: Add test for wide string format.
4623
afa223c6
GK
46242000-09-22 Geoff Keating <geoffk@cygnus.com>
4625
4626 * gcc.c-torture/compile/20000922-1.c: New file.
4627
1d5d6f3f
NC
46282000-09-21 Nick Clifton <nickc@redhat.com>
4629
4630 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
4631 a signed long modulo operation.
4632 (mod6): New funciton - perform an unsigned long modulo operation.
4633 (main): Add tests for modulos of very large numbers by very small
4634 dividends.
4635
ad3fd36f
KG
46362000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4637
4638 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
4639
033b5a34
RH
46402000-09-19 Richard Henderson <rth@cygnus.com>
4641
4642 * gcc.dg/compare2.c (case 10): XFAIL.
4643
895b56ff
RH
46442000-09-18 Richard Henderson <rth@cygnus.com>
4645
4646 * gcc.c-torture/execute/20000906-1.c: Move ...
4647 * gcc.dg/20000906-1.c: ... here. Only run on targets
4648 that support __builtin_trap.
4649
0d9f234d
NB
4650Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
4651
4652 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
4653
fc6df7e1
JM
46542000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
4655
4656 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
4657 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
4658 more $ format tests.
4659
65661a72
JM
46602000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
4661
4662 * gcc.dg/format-errmk-1.c: New test.
4663
ebeda052
GM
46642000-09-17 Greg McGary <greg@mcgary.org>
4665
4666 * gcc.c-torture/execute/20000917-1.x: Remove.
4667
60e9d01c
JM
46682000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
4669
4670 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
4671
859e203f
GM
46722000-09-17 Greg McGary <greg@mcgary.org>
4673
4674 * gcc.c-torture/execute/20000917-1.c: New test.
4675 * gcc.c-torture/execute/20000917-1.x: XFAIL.
4676
08ebc1c5
NB
4677Sat 16-Sep-2000 08:14:58 BST Neil Booth <NeilB@earthling.net>
4678
4679 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
4680 in nested macro bug.
4681
ff94c747
NB
4682Fri 15-Sep-2000 06:50:11 BST Neil Booth <NeilB@earthling.net>
4683
4684 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
4685
cf160a63
JL
4686Thu Sep 14 16:48:49 2000 Jeffrey A Law (law@cygnus.com)
4687
4688 * gcc.c-torture/execute/20000914-1.c: New test.
4689
9a16ff93
AO
46902000-09-12 Alexandre Oliva <aoliva@redhat.com>
4691
4692 * g++.other/inline13.C: New test.
42ded877 4693
a210651e
AJ
46942000-09-12 Andreas Jaeger <aj@suse.de>
4695
4696 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
4697 constant by Ulrich Drepper <drepper@redhat.com>.
4698
8b267da0
R
4699Tue Sep 12 18:32:07 2000 J"orn Rennecke <amylaar@redhat.co.uk>
4700
4701 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
4702
32892c52
KG
47032000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4704
4705 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
4706
a58d32c2
ZW
47072000-09-11 Zack Weinberg <zack@wolery.cumb.org>
4708
4709 * gcc.dg/cpp/backslash.c: New test.
4710
da88b352
AO
47112000-09-11 Alexandre Oliva <aoliva@redhat.com>
4712
4713 * gcc.c-torture/execute/20000910-1.c: New test.
4714 * gcc.c-torture/execute/20000910-2.c: Likewise.
4715
a5de05b7 47162000-09-11 Robert Lipe <robertl@sco.com>
42ded877 4717
a5de05b7
RL
4718 * gcc.dg/pragma-align.c: New test.
4719
6cd0d4de
NS
47202000-09-11 Nathan Sidwell <nathan@codesourcery.com>
4721
4722 * g++.old-deja/g++.pt/explicit82.C: New test.
4723 * g++.old-deja/g++.pt/explicit83.C: New test.
4724
8f820299
ZW
47252000-09-10 Zack Weinberg <zack@wolery.cumb.org>
4726
4727 * gcc.dg/asm-names.c: New test.
4728
e1aa5140
KG
47292000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4730
4731 * gcc.dg/cpp/tr-warn6.c: New test
4732
2496f0b5
JM
47332000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
4734
4735 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
4736 be accepted.
4737
33b35a8d
CM
47382000-09-07 Catherine Moore <clm@redhat.com>
4739
6d4587f7 4740 * gcc.c-torture/execute/unroll-1.c: New test.
33b35a8d 4741
0e5921e8
ZW
47422000-09-06 Zack Weinberg <zack@wolery.cumb.org>
4743
4744 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
4745 ERROR markers.
4746 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
4747 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
4748 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
4749 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
4750 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
4751 Preprocess only.
4752 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
4753 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
4754
299d838a
NS
47552000-09-06 Nathan Sidwell <nathan@codesourcery.com>
4756
4757 * g++.old-deja/g++.pt/deduct2.C: New test.
4758
2ff0c962
NS
47592000-09-06 Nathan Sidwell <nathan@codesourcery.com>
4760
4761 * g++.old-deja/g++.pt/parms2.C: New test.
4762
6e92b232
NS
47632000-09-06 Nathan Sidwell <nathan@codesourcery.com>
4764
4765 * g++.old-deja/g++.pt/crash58.C: New test.
4766
61f5be15
GM
47672000-09-06 Greg McGary <greg@mcgary.org>
4768
859e203f
GM
4769 * gcc.c-torture/execute/20000906-1.c: New test.
4770 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
61f5be15 4771
792ae36d
KG
47722000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4773
4774 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
4775
90deb76d
NS
47762000-09-04 Nathan Sidwell <nathan@codesourcery.com>
4777
4778 * g++.old-deja/g++.pt/crash57.C: New test.
4779
c6b08b3e
NS
47802000-09-04 Nathan Sidwell <nathan@codesourcery.com>
4781
4782 * g++.old-deja/g++.pt/crash56.C: New test.
4783
258451c8
NS
47842000-09-04 Nathan Sidwell <nathan@codesourcery.com>
4785
4786 * g++.old-deja/g++.pt/koenig1.C: New test.
4787
e0cb4f36
JJ
47882000-09-04 Jakub Jelinek <jakub@redhat.com>
4789
4790 * gcc.dg/20000904-1.c: New test.
4791
29844fa7
JJ
47922000-09-04 Jakub Jelinek <jakub@redhat.com>
4793
4794 * gcc.dg/cpp/paste8.c: New test.
4795
298ec8f4
AO
47962000-09-01 Alexandre Oliva <aoliva@redhat.com>
4797
4798 * gcc.c-torture/compile/20000827-1.c: New test.
4799
3c786c69
JM
48002000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
4801
4802 * gcc.dg/format-diag-1.c: New test.
4803
f798660e
JM
48042000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
4805
4806 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
4807 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
4808 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
4809 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
4810 gcc.dg/formatz-1.c: Adjust warning regular expressions.
4811
f75157d2
NS
48122000-09-01 Nathan Sidwell <nathan@codesourcery.com>
4813
0e5921e8 4814 * g++.old-deja/g++.other/nested4.C: New test.
f75157d2 4815
291c9aa2
NS
48162000-09-01 Nathan Sidwell <nathan@codesourcery.com>
4817
4818 * g++.old-deja/g++.ns/scoped1.C: New test.
4819
9953d23b
AO
48202000-08-30 Alexandre Oliva <aoliva@redhat.com>
4821
4822 * lib/g++.exp: Support testing already-installed GCC.
4823
5c5d1cd6
KG
48242000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4825
4826 * wtr-label-1.c, wtr-suffix-1.c: New tests.
4827
bbfbf340
KG
48282000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4829
4830 * gcc.dg/return-type-2.c: New test.
4831
e53ca51f
GK
48322000-08-27 Geoff Keating <geoffk@cygnus.com>
4833
4834 * gcc.c-torture/compile/20000825-1.c: New test.
4835
721a9f8e
AO
48362000-08-26 Alexandre Oliva <aoliva@redhat.com>
4837
4838 * gcc.dg/dwarf2-2.c: New test.
4839
77ae5fa4
ZW
48402000-08-26 Zack Weinberg <zack@wolery.cumb.org>
4841
4842 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
4843 dg-warning regexps.
4844
343b7260
JM
48452000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
4846
4847 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
4848 gcc.dg/format-ext-5.c: New tests.
4849
22efd687
JJ
48502000-08-25 Jakub Jelinek <jakub@redhat.com>
4851
4852 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
4853
83bab8db
MM
48542000-08-24 Mark Mitchell <mark@codesourcery.com>
4855
4856 * gcc.dg/noncompile/930622-2.c: Adjust error message.
4857
cc914f8c
RH
48582000-08-24 Richard Henderson <rth@cygnus.com>
4859
4860 * gcc.dg/ia64-sync-1.c: New test.
4861 * gcc.dg/ia64-sync-2.c: New test.
4862 * gcc.dg/ia64-asm-1.c: New test.
4863
4894ecce
JM
48642000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
4865
4866 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
4867 * gcc.dg/format-ext-2.c: New test.
4868
2f1e6e0d
JM
48692000-08-23 Jason Merrill <jason@redhat.com>
4870
06c3db64
JM
4871 * lib/old-dejagnu.exp: Also ignore "In member function" and
4872 "At global scope".
2f1e6e0d 4873
7eda0d2d
KG
48742000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4875
4876 * gcc.dg/noncompile/label-lineno-1.c: New test.
4877
bdb47d3e
JM
48782000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
4879
4880 * gcc.dg/c99-array-nonobj-1.c: New test.
4881
d8eceea4
JM
48822000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
4883
4884 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
4885 tests.
4886 * gcc.dg/format-ext-1.c: New test.
4887
8a451613
KG
48882000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4889
4890 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
4891 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
4892 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
4893 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
4894 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
4895
23e4d028
JM
48962000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
4897
4898 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
4899 gcc.dg/c99-strftime-2.c: New tests.
4900
f95b2ff9
RH
49012000-08-22 Richard Henderson <rth@cygnus.com>
4902
4903 * gcc.c-torture/execute/20000822-1.c: New test.
4904
6315f068
JJ
49052000-08-21 Jakub Jelinek <jakub@redhat.com>
4906
4907 * gcc.c-torture/execute/20000819-1.x: Remove.
4908
5804a754
JM
49092000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
4910
4911 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
4912 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
4913 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
4914 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
4915 gcc.dg/format-xopen-1.c: New tests.
4916
f3d360aa
JM
49172000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
4918
4919 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
4920
46639003
JJ
49212000-08-21 Jakub Jelinek <jakub@redhat.com>
4922
029ccdb3
JJ
4923 * g++.old-deja/g++.other/loop2.C: New test.
4924
46639003
JJ
4925 * gcc.c-torture/compile/20000606-1.c: New test.
4926 * gcc.c-torture/compile/20000728-1.c: New test.
4927 * gcc.c-torture/execute/20000801-1.c: New test.
4928 * gcc.c-torture/execute/20000801-2.c: New test.
4929 * gcc.c-torture/execute/20000819-1.c: New test.
4930 * gcc.c-torture/execute/20000819-1.x: XFAIL.
4931 * gcc.dg/20000629-1.c: New test.
4932 * gcc.dg/20000724-1.c: New test.
4933 * gcc.dg/20000807-1.c: New test.
4934
3cb553b4
ZW
4935Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
4936
4937 * gcc.dg/cpp/pragma-1.c: New test.
4938 * gcc.dg/cpp/pragma-2.c: New test.
4939
17ed19cb
ZW
49402000-08-18 Zack Weinberg <zack@wolery.cumb.org>
4941
4942 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
4943 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
4944
26db2544
RK
4945Fri Aug 18 16:57:35 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4946
4947 * gcc.c-torture/compile/20000818-1.c: New test.
4948
90d14f40
MH
49492000-08-18 Manfred Hollstein <manfredh@redhat.com>
4950
4951 * gcc.c-torture/execute/20000818-1.c: New test.
4952
0d60c2e7
JM
49532000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
4954
4955 * gcc.dg/format-va-1.c: New test.
4956
074900c5
NS
49572000-08-18 Nathan Sidwell <nathan@codesourcery.com>
4958
4959 * g++.old-deja/g++.other/typedef8.C: New test.
4960
8e4f1b30
NS
49612000-08-18 Nathan Sidwell <nathan@codesourcery.com>
4962
4963 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
4964 * g++.old-deja/g++.mike/net36.C: Mark candidate.
4965 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
4966 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
4967 * g++.old-deja/g++.other/ptrmem7.C: New test.
4968 * g++.old-deja/g++.pt/ptrmem10.C: New test.
4969
c3491173
NS
49702000-08-18 Nathan Sidwell <nathan@codesourcery.com>
4971
4972 * g++.old-deja/g++.pt/typename27.C: New test.
4973
07745bdb
NS
49742000-08-17 Nathan Sidwell <nathan@codesourcery.com>
4975
4976 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
4977 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
4978 * g++.old-deja/g++.pt/friend45.C: New test.
4979 * g++.old-deja/g++.other/friend8.C: New test.
4980
2b8b1ab6
RH
49812000-08-15 Richard Henderson <rth@cygnus.com>
4982
4983 * gcc.c-torture/execute/20000815-1.c: New test.
4984
7300c8eb
JM
49852000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
4986
4987 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
4988 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
4989 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
4990
12af1090
NS
49912000-08-14 Nathan Sidwell <nathan@codesourcery.com>
4992
4993 * g++.old-deja/g++.other/refinit2.C: New test.
4994
05273f08
GK
49952000-08-13 Geoff Keating <geoffk@cygnus.com>
4996
51a017d8
GK
4997 * lib/c-torture.exp (c-torture): Make
4998 compiler_conditional_xfail_data global.
4999 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
5000 compiler_conditional_xfail_data machinery.
5001 (f-torture-execute): Likewise.
5002 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
5003 and only when unrolling loops.
5004
05273f08
GK
5005 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
5006
b333f246
NS
50072000-08-11 Nathan Sidwell <nathan@codesourcery.com>
5008
5009 * g++.old-deja/g++.pt/explicit81.C: New test.
5010
9104081d
NS
50112000-08-11 Nathan Sidwell <nathan@codesourcery.com>
5012
5013 * g++.old-deja/g++.pt/typename26.C: New test.
5014
be875f80
GK
50152000-08-10 Geoff Keating <geoffk@cygnus.com>
5016
5017 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
5018 warning.
5019
b498d041
NS
50202000-08-10 Nathan Sidwell <nathan@codesourcery.com>
5021
5022 * g++.old-deja/g++.other/array3.C: New test.
5023
9052d3be
JM
50242000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
5025
5026 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
5027 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
5028 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
5029 New tests.
5030
68c98199
NS
50312000-08-09 Nathan Sidwell <nathan@codesourcery.com>
5032
5033 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
5034 * g++.old-deja/g++.abi/vmihint.C: Likewise.
5035
8e32b501
AO
50362000-08-09 Alexandre Oliva <aoliva@redhat.com>
5037
5038 * gcc.c-torture/execute/20000808-1.c: New test.
5039
1fcbbcd3
JM
50402000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
5041
5042 * gcc.dg/c90-const-expr-1.c: New test.
5043
ee715245
RH
50442000-08-08 Richard Henderson <rth@cygnus.com>
5045
5046 * gcc.dg/noncompile/920923-1.c: Declare calloc.
5047
43d1e059
JM
50482000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
5049
5050 * gcc.dg/noncompile/const-ll-1.c: New test.
5051
1c5ecb11
JM
50522000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
5053
5054 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
5055
137fa4d0
OP
5056Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
5057
5058 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
5059 that running programs linked against the shared version of libobjc
5060 run correctly.
5061
cd732418
JM
50622000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
5063
5064 * gcc.dg/c99-printf-1.c: New test.
5065
a7086ea9
JM
50662000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
5067
5068 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
5069
26f2c02a
ZW
50702000-08-05 Zack Weinberg <zack@wolery.cumb.org>
5071
0e5921e8 5072 * gcc.c-torture/execute/20000731-1.x: Delete.
26f2c02a 5073
2ba7ba63
ZW
50742000-08-04 Zack Weinberg <zack@wolery.cumb.org>
5075
5076 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
5077 and torture_without_loops as is done by c-torture.exp.
5078 (search_for): Copy from c-torture.exp.
5079 (gcc-dg-runtest): New function, drives a directory of tests
5080 iterating over the TORTURE_OPTIONS.
5081 (scan-assembler, scan-assembler-not): Move here from
5082 individual directory drivers.
5083
5084 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
5085 defined by lib/gcc-dg.exp.
5086 * gcc.dg/cpp/cpp.exp: Likewise.
5087 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
5088 gcc-dg-runtest, so we cycle over optimization options.
5089
5090 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
5091 * gcc.dg/compare2.c: No longer expected to fail.
5092
018577e4
R
5093Fri Aug 4 23:00:50 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5094
5095 * gcc.c-torture/execute/20000804-1.c: New test.
5096
b8458e3e
JM
50972000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5098
5099 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
5100
ba89d661
ZW
51012000-08-03 Zack Weinberg <zack@wolery.cumb.org>
5102
5103 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
5104
4a6f50d5
JL
5105Thu Aug 3 01:46:33 2000 Jeffrey A Law (law@cygnus.com)
5106
5107 * gcc.c-torture/compile/20000803-1.c: New test.
5108
bcde3193
JM
51092000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
5110
7e9c81d6
JM
5111 * gcc.c-torture/execute/20000801-3.c,
5112 gcc.c-torture/execute/20000801-4.c: New tests.
5113 * gcc.c-torture/execute/20000801-3.x,
5114 gcc.c-torture/execute/20000801-4.x: Xfail.
bcde3193 5115
e457ca6a
GK
51162000-08-02 Geoff Keating <geoffk@cygnus.com>
5117
5118 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
5119 libobjc/.libs to allow for libtool.
5120
2d579116
JJ
51212000-08-02 Jakub Jelinek <jakub@redhat.com>
5122
5123 * gcc.c-torture/compile/20000802-1.c: New test.
5124
5ef865d5
ZW
51252000-08-02 Zack Weinberg <zack@wolery.cumb.org>
5126
5127 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
5128
929a66d2
JL
5129Mon Jul 31 21:14:49 2000 Jeffrey A Law (law@cygnus.com)
5130
68c8d8ce
JL
5131 * gcc-c-torture/execute/20000731-2.c: New test.
5132
929a66d2
JL
5133 * gcc.c-torture/execute/20000731-1.c: New test.
5134 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
5135
42eb567d
JJ
51362000-07-31 Jakub Jelinek <jakub@redhat.com>
5137
6ead1e99 5138 * testsuite/gcc.dg/cpp/paste7.c: New test.
42eb567d
JJ
5139 * gcc.dg/cpp/20000725-1.c: New test.
5140
111458f1
ZW
51412000-07-31 Zack Weinberg <zack@wolery.cumb.org>
5142
5f1240b6
ZW
5143 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
5144 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
5145 declaration warning for __builtin_dwarf_reg_size.
5146
111458f1
ZW
5147 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
5148
b0c4bfae
JM
51492000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
5150
5151 * gcc.dg/noncompile/voidparam-1.c: New test.
5152
1cf0acdd
RH
51532000-07-30 Richard Henderson <rth@cygnus.com>
5154
5155 * gcc.dg/c90-digraph-1.c: Don't xfail.
5156 * gcc.dg/compare2.c (case 10): Xfail.
5157 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
5158
c1445f3d
JM
51592000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
5160
5161 * gcc.dg/c99-main-1.c: New test.
5162
1b398090
JM
51632000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
5164
5165 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
5166
fc5f1cca
HPN
5167Wed Jul 26 19:41:51 2000 Hans-Peter Nilsson <hp@axis.com>
5168
5169 * gcc.c-tortuer/execute/20000726-1.c: New test.
5170
ad88bb8b
AO
51712000-07-26 Alexandre Oliva <aoliva@redhat.com>
5172
5173 * gcc.c-torture/execute/enum-2.c: New test.
5174
f47e4084
KG
51752000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5176
5177 * gcc.dg/cpp/tr-warn3.c: New test.
5178
2c05a794
NS
51792000-07-25 Nathan Sidwell <nathan@codesourcery.com>
5180
5181 * g++.old-deja/g++.ext/implicit1.C: Remove.
5182 * g++.old-deja/g++.jason/c2.C: Remove
5183 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
5184 * g++.old-deja/g++.pt/crash16.C: Likewise.
5185 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
5186
10dd7d29
NS
51872000-07-25 Nathan Sidwell <nathan@codesourcery.com>
5188
5189 * g++.old-deja/g++.other/for2.C: New test.
5190
5e1a2fc7
JJ
51912000-07-25 Jakub Jelinek <jakub@redhat.com>
5192
5193 * gcc.dg/20000720-1.c: New test.
5194
6a65f413
TM
51952000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
5196
5197 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
5198
9fed97f1
GK
51992000-07-24 Geoff Keating <geoffk@cygnus.com>
5200
5201 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
5202 * gcc.c-torture/execute/20000722-1.c: New.
5203 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
5204
45d52318
JJ
52052000-07-24 Jakub Jelinek <jakub@redhat.com>
5206
5207 * gcc.dg/cpp/20000720-1.S: New test.
5208
f0f4cb1b
MM
52092000-07-21 Michael Meissner <meissner@redhat.com>
5210
ed7d4ce8 5211 * gcc.c-torture/execute/ieee/hugeval.c: New test.
f0f4cb1b 5212
1b493b81
ZW
52132000-07-20 Zack Weinberg <zack@wolery.cumb.org>
5214
5215 * g++.old-deja/g++.brendan/crash16.C,
5216 g++.old-deja/g++.brendan/parse3.C,
5217 g++.old-deja/g++.brendan/redecl1.C,
5218 g++.old-deja/g++.ns/template13.C,
5219 g++.old-deja/g++.other/decl4.C,
5220 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
5221
6fee6033
ZW
52222000-07-20 Zack Weinberg <zack@wolery.cumb.org>
5223
983318fc
ZW
5224 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
5225 and "Internal error".
5226
6fee6033 5227 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
2339ce57 5228 regexps.
6fee6033
ZW
5229 * gcc.dg/cpp/paste6.c: New test.
5230
92936ecf
ZW
52312000-07-19 Zack Weinberg <zack@wolery.cumb.org>
5232
53fdf0be
ZW
5233 * gcc.dg/cpp/tr-direct.c: New test.
5234
92936ecf
ZW
5235 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
5236 gcc.dg/cpp/undef1.c: Tweak error regexps.
5237
2339ce57
EC
52382000-07-18 Eric Christopher <echristo@redhat.com>
5239
5240 * gcc.c-torture/compile/20000718-1.c: New test.
5241
96be6998
ZW
52422000-07-18 Zack Weinberg <zack@wolery.cumb.org>
5243
5244 * cpplex.c (_cpp_push_token): If the token being pushed back
5245 is the previous token in this context, just subtract one from
5246 context->posn.
5247 * cppmacro.c (save_expansion): Clear aux field when storing a
5248 placemarker.
5249
611a0be7
AO
52502000-07-18 Alexandre Oliva <aoliva@redhat.com>
5251
5252 * gcc.dg/noncompile/redecl-1.c: New test.
5253
4c6b3b2a
JJ
52542000-07-18 Jakub Jelinek <jakub@redhat.com>
5255
5256 * gcc.c-torture/execute/20000717-5.c: New test.
5257 * gcc.c-torture/execute/20000717-1.x: Removed.
5258
9db83b39
RH
52592000-07-17 Richard Henderson <rth@cygnus.com>
5260
5261 * gcc.c-torture/execute/20000717-4.c: New test.
5262
53781524
ZW
52632000-07-17 Zack Weinberg <zack@wolery.cumb.org>
5264
5265 * gcc.dg/cpp/syshdr.c: New test.
5266 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
5267
2d3483dc
NB
52682000-07-17 Neil Booth <neilb@earthling.net>
5269
5270 * gcc.dg/cpp/cmdlne-dM.c: New test.
5271 * gcc.dg/cpp/cmdlne-dD.c: New test.
5272
9f759236
JL
5273Mon Jul 17 03:13:12 2000 Jeffrey A Law (law@cygnus.com)
5274
bf4ddb31
JL
5275 * gcc.c-torture/execute/20000717-3.c: New test.
5276
9f759236
JL
5277 * gcc.c-torture/compile/20000717-1.c: New test.
5278
3b15076f
GK
52792000-07-17 Geoffrey Keating <geoffk@cygnus.com>
5280
5281 * gcc.c-torture/execute/20000717-2.c: New test.
5282
919e0807
JM
52832000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
5284
c993555b
JM
5285 * gcc.dg/formatz-1.c: New test.
5286
7e9c81d6
JM
5287 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
5288 * gcc.dg/c99-digraph-1.c: New tests.
b9609a52 5289
3319c1b8 5290 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
b9609a52 5291 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
3319c1b8 5292
919e0807 5293 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
b9609a52 5294 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
7e9c81d6 5295 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
b9609a52
JM
5296 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
5297 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
5298 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
5299 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
919e0807 5300
74d6e073
GM
5301Mon Jul 17 00:41:57 2000 Greg McGary <greg@mcgary.org>
5302
5303 * gcc.c-torture/execute/20000717-1.c: New test.
5304 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
5305
91f4790c
JJ
53062000-07-15 Jakub Jelinek <jakub@redhat.com>
5307
5308 * gcc.c-torture/execute/20000715-2.c: New test.
a8c12308 5309 * gcc.dg/20000715-1.c: New test.
91f4790c 5310
4d06bcc5
MM
53112000-07-15 Michael Meissner <meissner@redhat.com>
5312
5313 * gcc.c-torture/execute/20000715-1.c: New test.
5314
c67846f2
JJ
53152000-07-13 Jakub Jelinek <jakub@redhat.com>
5316
5317 * gcc.c-torture/execute/20000707-1.c: New test.
5318
530d0ba5
NB
53192000-07-13 Neil Booth <NeilB@earthling.net>
5320
5321 * testsuite/gcc.dg/cpp/digraph1.c,
5322 testsuite/gcc.dg/cpp/digraph2.c,
5323 testsuite/gcc.dg/cpp/digraphs.c: New tests.
5324
26e98309
DB
53252000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
5326
5327 * g77.f-torture/compile/20000630-2.f: New test.
5328 * g77.f-torture/compile/20000630-2.x
5329
7bb41c5a
DB
53302000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
5331
5332 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
5333
9e88fd4a
NB
53342000-07-11 Neil Booth <NeilB@earthling.net>
5335
5336 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
5337
745ef6d6
NB
53382000-07-11 Neil Booth <NeilB@earthling.net>
5339
5340 * gcc.dg/cpp/cmdlne-C.c: New.
5341
91fcd158
NB
53422000-07-09 Neil Booth <NeilB@earthling.net>
5343
745ef6d6
NB
5344 * gcc.dg/cpp/directiv.c: New tests.
5345 * gcc.dg/cpp/undef1.c: Update.
91fcd158 5346
5eaac26c
AMT
53472000-07-08 Angela Marie Thomas <angela@cygnus.com>
5348
5349 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
5350
5d0bca5b
NB
53512000-07-09 Neil Booth <NeilB@earthling.net>
5352
5353 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
5354
cf00a885
ZW
53552000-07-07 Zack Weinberg <zack@wolery.cumb.org>
5356
5357 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
5358 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
5359
563dd08a
NB
53602000-07-08 Neil Booth <NeilB@earthling.net>
5361
5362 * gcc.dg/cpp/macsyntx.c: New tests.
5363
ca81c149
JJ
53642000-07-07 Jakub Jelinek <jakub@redhat.com>
5365
5366 * gcc.dg/20000707-1.c: New test.
5367
f5afd9e9
JJ
53682000-07-07 Jakub Jelinek <jakub@redhat.com>
5369
5370 * gcc.c-torture/execute/20000706-1.c: New test.
5371 * gcc.c-torture/execute/20000706-2.c: New test.
5372 * gcc.c-torture/execute/20000706-3.c: New test.
5373 * gcc.c-torture/execute/20000706-4.c: New test.
5374 * gcc.c-torture/execute/20000706-5.c: New test.
5375
54c69093
NS
53762000-07-06 Nathan Sidwell <nathan@codesourcery.com>
5377
5378 * g++.old-deja/g++.pt/instantiate7.C: New test.
5379
c2e276fe
NS
53802000-07-06 Nathan Sidwell <nathan@codesourcery.com>
5381
5382 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
5383 * g++.old-deja/g++.mike/thunk3.C: Likewise.
5384 * g++.old-deja/g++.other/rtti3.C: Likewise.
5385 * g++.old-deja/g++.other/rttid3.C: Likewise.
5386
ff633c68
DB
53872000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
5388
5389 * g77.f-torture/compile/20000630-1.x: Fix typo
5390
bfa697a9
ZW
53912000-07-05 Zack Weinberg <zack@wolery.cumb.org>
5392
5393 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
5394 assembly output.
5395
c71f835b
ZW
53962000-07-04 Zack Weinberg <zack@wolery.cumb.org>
5397
5398 * gcc.dg/cpp/ident.c: New test.
5399
043afb2a
NB
54002000-07-05 Neil Booth <NeilB@earthling.net>
5401
5402 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
5403 gcc.dg/cpp/lexstrng.c: New tests.
5404
d2c1325a
NB
54052000-07-04 Neil Booth <NeilB@earthling.net>
5406
5407 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
5408 * gcc.dg/cpp/strify2.c: Same.
5409
041c3194
ZW
54102000-07-03 Zack Weinberg <zack@wolery.cumb.org>
5411
5412 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
5413 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
5414 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
5415 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
5416
5417 * testsuite/gcc.dg/cpp/macro1.c,
5418 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
5419 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
5420 testsuite/gcc.dg/cpp/strify1.c,
5421 testsuite/gcc.dg/cpp/strify2.c: New tests.
5422
f46ad076
JJ
54232000-07-03 Jakub Jelinek <jakub@redhat.com>
5424
5425 * gcc.c-torture/execute/20000703-1.c: New test.
5426
2e637721
NS
54272000-07-03 Nathan Sidwell <nathan@codesourcery.com>
5428
5429 * g++.old-deja/g++.pt (lookup10.C): New test.
5430
d9b53142
NS
54312000-07-03 Nathan Sidwell <nathan@codesourcery.com>
5432
5433 * g++.old-deja/g++.pt (typename25.C): New test.
5434
cd9bedad
ZW
54352000-07-02 Zack Weinberg <zack@wolery.cumb.org
5436
5437 * gcc.c-torture/compile/20000701-1.c: New test.
5438
996b539f
NC
54392000-06-30 Nick Clifton <nickc@cygnus.com>
5440
5441 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
5442 to test case.
5443
45f640c2
CM
54442000-06-30 Catherine Moore <clm@cygnus.com>
5445
5446 * gcc.c-torture/execute/align-1.c: New test.
5447
34f9943e
NS
54482000-06-30 Nathan Sidwell <nathan@codesourcery.com>
5449
5450 * g++.old-deja/g++.pt/expr8.C: New test.
5451 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
5452
671e85f6
NC
54532000-06-29 Nick Clifton <nickc@cygnus.com>
5454
5455 * gcc.c-torture/compile/20000629-1.c: New test.
5456
d1e43c8b
ZW
54572000-06-29 Zack Weinberg <zack@wolery.cumb.org>
5458
5459
5460 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
5461 gcc.dg/noncompile directory, depending on whether they're
5462 preprocessor tests or not. Annotate all the tests for the dg
5463 framework.
5464
5465 * gcc.c-torture/noncompile/noncompile.exp: Delete.
5466 * gcc.dg/noncompile/noncompile.exp: New.
5467
5468 * Moved files:
5469 Old name New name
5470 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
5471 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
5472 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
5473 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
5474 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
5475 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
5476 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
5477 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
5478 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
5479 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
5480 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
5481 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
5482 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
5483 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
5484 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
5485 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
5486 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
5487 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
5488 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
5489 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
5490 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
5491 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
5492 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
5493 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
5494
5495 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
5496 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
5497 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
5498 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
5499 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
5500 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
5501
122168d7
ZW
55022000-06-29 Zack Weinberg <zack@wolery.cumb.org>
5503
5504 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
5505 declare one variable. On the fourth, error.
5506 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
5507 declared by 20000628-1a.h.
5508
051aec25
RH
55092000-06-29 Richard Henderson <rth@redhat.com>
5510
5511 * gcc.c-torture/execute/930529-1.x: New file.
122168d7 5512 * gcc.dg/920413-1.c: Adjust expected warning text.
051aec25
RH
5513 * gcc.dg/980217-1.c: Declare abort.
5514 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
5515
3097c22b
JL
5516Thu Jun 29 09:42:40 2000 Jeffrey A Law (law@cygnus.com)
5517
5518 * g77.f-torture/compile/20000629-1.f: New test.
5519 * g77.f-torture/compile/20000629-1.x: Expected to fail.
5520
3be6ce46
ZW
55212000-06-28 Zack Weinberg <zack@wolery.cumb.org>
5522
5523 Rearrange lots of files, removing entirely the
122168d7 5524 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
3be6ce46
ZW
5525 directories.
5526
5527 * Deleted files:
5528 gcc.c-torture/code_quality/code_quality.exp
5529 gcc.c-torture/special/special.exp
5530 gcc.failure/failure.exp
5531 gcc.failure/940409-1.x
5532 gcc.c-torture/compile/961203-1.x
5533
5534 * New files:
5535 gcc.misc-tests/linkage.exp
5536 gcc.c-torture/execute/920730-1t.c
5537 gcc.c-torture/execute/920730-1t.x
5538 gcc.c-torture/compile/920520-1.x
5539 gcc.c-torture/compile/920521-1.x
5540 gcc.c-torture/compile/981006-1.x
5541 gcc.c-torture/execute/eeprof-1.x
5542
5543 * Moved files (possibly with modifications to fit a new harness):
5544 Old name New name
5545 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
5546 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
5547 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
5548 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
5549 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
5550 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
5551 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
5552 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
5553 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
5554 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
5555 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
5556 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
5557 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
5558 gcc.failure/940409-1.c gcc.dg/940409-1.c
5559
1e89760d
ZW
55602000-06-28 Zack Weinberg <zack@wolery.cumb.org>
5561
9d1d9b4f
ZW
5562 * c-torture/compile/961203-1.x: Delete.
5563
1e89760d
ZW
5564 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
5565 not exit. Include stdio.h.
5566 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
5567 * gcc.misc-tests/dg-12.c: Likewise.
5568 * gcc.misc-tests/dg-5.c: Likewise.
5569 * gcc.misc-tests/dg-6.c: Likewise.
5570 * gcc.misc-tests/dg-7.c: Prototype abort.
5571 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
5572 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
5573 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
5574 not exit.
5575 * gcc.misc-tests/sieve.c: Use return from main, not exit.
5576 * gcc.misc-tests/sort2.c: Use return from main, not exit.
5577
39ab19f6
JJ
55782000-06-28 Jakub Jelinek <jakub@redhat.com>
5579
5580 * gcc.dg/cpp/20000628-1.c: New test.
5581 * gcc.dg/cpp/20000628-1.h: New header for above test.
5582 * gcc.dg/cpp/20000628-1a.h: Likewise.
5583
d845dc52
ZW
55842000-06-27 Zack Weinberg <zack@wolery.cumb.org>
5585
5586 * gcc.dg/cpp: New directory.
5587 * gcc.dg/cpp/cpp.exp: New driver.
5588 * gcc.dg/cpp/20000627-1.c: New test.
5589 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
5590 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
5591 and rewrite as a compilation test.
5592
5593 * gcc.dg: Move many files into the cpp subdirectory, possibly
5594 renaming or editing them as well.
5595 Old name New name
5596 990119-1.c cpp/19990119-1.c
5597 990228-1.c cpp/19990228-1.c
5598 990407-1.c cpp/19990407-1.c
5599 990409-1.c cpp/19990409-1.c
5600 990413-1.c cpp/19990413-1.c
5601 990703-1.c cpp/19990703-1.c
5602 20000127-1.c cpp/20000127-1.c
5603 20000129-1.c cpp/20000129-1.c
5604 20000207-1.c cpp/20000207-1.c
5605 20000207-2.c cpp/20000207-2.c
5606 20000209-1.c cpp/20000209-1.c
5607 20000209-2.c cpp/20000209-2.c
5608 20000301-1.c cpp/20000301-1.c
5609 20000419-1.c cpp/20000419-1.c
5610 20000510-1.S cpp/20000510-1.S
5611 20000519-1.c cpp/20000519-1.c
5612 20000529-1.c cpp/20000529-1.c
5613 20000625-1.c cpp/20000625-1.c
5614 20000625-2.c cpp/20000625-2.c
5615 cpp-as1.c cpp/assert1.c
5616 cpp-as2.c cpp/assert2.c
5617 cxx-comments-1.c cpp/cxxcom1.c
5618 cxx-comments-2.c cpp/cxxcom2.c
5619 endif-label.c cpp/endif.c
5620 cpp-hash1.c cpp/hash1.c
5621 cpp-hash2.c cpp/hash2.c
5622 cpp-if1.c cpp/if-1.c
5623 cpp-if2.c cpp/if-2.c
5624 cpp-if3.c cpp/if-3.c
5625 cpp-if4.c cpp/if-4.c
5626 cpp-if5.c cpp/if-5.c
5627 cpp-cond.c cpp/if-cexp.c
5628 cpp-missingop.c cpp/if-mop.c
5629 cpp-missingparen.c cpp/if-mpar.c
5630 cpp-opprec.c cpp/if-oppr.c
5631 cpp-ifparen.c cpp/if-paren.c
5632 cpp-shortcircuit.c cpp/if-sc.c
5633 cpp-shift.c cpp/if-shift.c
5634 cpp-unary.c cpp/if-unary.c
5635 cpp-li1.c cpp/line1.c
5636 cpp-li2.c cpp/line2.c
5637 lineno.c cpp/line3.c
5638 lineno-2.c cpp/line4.c
5639 cpp-mi.c cpp/mi1.c
5640 cpp-mic.h cpp/mi1c.h
5641 cpp-micc.h cpp/mi1cc.h
5642 cpp-mind.h cpp/mi1nd.h
5643 cpp-mindp.h cpp/mi1ndp.h
5644 cpp-mix.h cpp/mi1x.h
5645 cpp-mi2.c cpp/mi2.c
5646 cpp-mi2a.h cpp/mi2a.h
5647 cpp-mi2b.h cpp/mi2b.h
5648 cpp-mi2c.h cpp/mi2c.h
5649 cpp-mi3.c cpp/mi3.c
5650 cpp-mi3.def cpp/mi3.def
5651 poison-1.c cpp/poison.c
5652 pr-impl.c cpp/prag-imp.c
5653 cpp-redef-2.c cpp/redef1.c
5654 cpp-redef.c cpp/redef2.c
5655 strpaste.c cpp/strp1.c
5656 strpaste-2.c cpp/strp2.c
5657 cpp-tradpaste.c cpp/tr-paste.c
5658 cpp-tradstringify.c cpp/tr-str.c
5659 cpp-tradwarn1.c cpp/tr-warn1.c
5660 cpp-tradwarn2.c cpp/tr-warn2.c
5661 trigraphs.c cpp/trigraphs.c
5662 cpp-unc1.c cpp/unc1.c
5663 cpp-unc2.c cpp/unc2.c
5664 cpp-unc3.c cpp/unc3.c
5665 cpp-unc.c cpp/unc4.c
5666 undef.c cpp/undef1.c
5667 undef-2.c cpp/undef2.c
5668 cpp-wi1.c cpp/widestr1.c
5669
49199692
MM
56702000-06-27 Mark Mitchell <mark@codesourcery.com>
5671
5672 * lib/g++.exp (g++_include_flags): Tweak.
5673
1c7781fb 56742000-06-27 H.J. Lu <hjl@gnu.org>
92936ecf
ZW
5675 Loren J. Rittle <ljrittle@acm.org>
5676
5677 * lib/g++.exp (g++_include_flags): Override libgloss.exp
5678 version with one that knows about the new gcc tree structure.
5679 (g++_link_flags): Same.
1c7781fb 5680
754773e2
ZW
56812000-06-26 Zack Weinberg <zack@wolery.cumb.org>
5682
4540727a
ZW
5683 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
5684 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
5685 case we are cross-compiling.
5686
754773e2 5687 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
92936ecf 5688 g++.old-deja/g++.niklas/Makefile.in,
754773e2
ZW
5689 g++.old-deja/g++.niklas/configure.in,
5690 g++.old-deja/g++.other/Makefile.in,
5691 g++.old-deja/g++.other/configure.in,
5692 gcc.c-torture/code_quality/Makefile.in,
5693 gcc.c-torture/code_quality/configure.in,
5694 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
5695 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
5696 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
5697 gcc.c-torture/execute/ieee/Makefile.in,
5698 gcc.c-torture/execute/ieee/configure.in,
5699 gcc.c-torture/noncompile/Makefile.in,
5700 gcc.c-torture/noncompile/configure.in,
5701 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
5702 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
5703 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
5704
ed18e47e
NS
57052000-06-26 Nathan Sidwell <nathan@codesourcery.com>
5706
5707 * g++.old-deja/g++.other/ambig3.C: New test.
5708
51a5a5e0
NS
57092000-06-26 Nathan Sidwell <nathan@codesourcery.com>
5710
5711 * g++.old-deja/g++.pt/syntax1.C: New test.
5712 * g++.old-deja/g++.pt/syntax2.C: New test.
5713 * g++.old-deja/g++.other/syntax3.C: New test.
5714 * g++.old-deja/g++.other/syntax4.C: New test.
5715
41035013
ZW
57162000-06-25 Zack Weinberg <zack@wolery.cumb.org>
5717
5718 * gcc.dg/20000623-1.c: Prototype exit and abort.
5719
b42115f7
ZW
57202000-06-25 Zack Weinberg <zack@wolery.cumb.org>
5721
5722 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
92936ecf 5723 New tests.
b42115f7
ZW
5724 * gcc.dg/cpp-mi3.def: New file.
5725
5726 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
5727 inside assertions.
5728 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
5729 lexer's error messages.
5730 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
5731 divine anything from the linemarkers.
5732 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
5733 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
5734
3e0abe15
GK
57352000-06-23 Geoffrey Keating <geoffk@cygnus.com>
5736
5737 * gcc.dg/20000623-1.c: New test.
5738
1d663f67
JJ
57392000-06-22 Jakub Jelinek <jakub@redhat.com>
5740
5741 * gcc.c-torture/execute/20000622-1.c: New test.
5742
56803752
NS
57432000-06-22 Nathan Sidwell <nathan@codesourcery.com>
5744
5745 * g++.old-deja/g++.other/init15.C: New test.
5746
dc2a68d7
NS
57472000-06-22 Nathan Sidwell <nathan@codesourcery.com>
5748
5749 * g++.old-deja/g++.pt/vaarg2.C: New test.
5750 * g++.old-deja/g++.pt/vaarg3.C: New test.
5751
5f8f4751
NS
57522000-06-20 Nathan Sidwell <nathan@codesourcery.com>
5753
5754 * g++.old-deja/g++.other/dyncast6.C: New test.
5755
22c40c28
JJ
57562000-06-15 Jakub Jelinek <jakub@redhat.com>
5757
5758 * gcc.c-torture/execute/loop-6.c: New test.
5759
d2f7db1d
JJ
57602000-06-14 Jakub Jelinek <jakub@redhat.com>
5761
5762 * gcc.dg/20000614-1.c: New test.
5763 * gcc.dg/20000614-2.c: New test.
5764
adab1923
HPN
57652000-06-14 Hans-Peter Nilsson <hp@axis.com>
5766
5767 * g++.old-deja/g++.other/inline12.C: New test.
5768
b4f2fe91
JJ
57692000-06-13 Jakub Jelinek <jakub@redhat.com>
5770
5771 * g++.old-deja/g++.other/eh1.C: New test.
5772
57732000-06-12 Jakub Jelinek <jakub@redhat.com>
5774
5775 * g++.old-deja/g++.other/type.C: New test.
5776
57772000-06-05 Jakub Jelinek <jakub@redhat.com>
5778
5779 * g++.old-deja/g++.other/initstring.C: New test.
5780
431f67e2
JM
57812000-06-12 Jason Merrill <jason@redhat.com>
5782
5783 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
5784
83c137d7
JL
5785Fri Jun 9 22:46:34 2000 Jeffrey A Law (law@cygnus.com)
5786
5787 * gcc.c-torture/compile/20000609-1.c: New test.
5788
27985b66
CP
5789Fri Jun 9 21:54:28 2000 Clinton Popetz <cpopetz@cygnus.com>
5790
5791 * gcc.dg/20000609-1.c: New test.
5792
fbc40ced
ZW
57932000-06-08 Zack Weinberg <zack@wolery.cumb.org>
5794
5795 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
5796 * gcc.c-torture/noncompile/poison-1.c: Move...
5797 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
5798 * gcc.dg/cpp-li1.c: Add a token after the #line.
5799
80e08b30
RH
58002000-06-05 Richard Henderson <rth@cygnus.com>
5801
5802 * gcc.c-torture/execute/20000605-2.c: New test.
5803 * gcc.c-torture/execute/20000605-3.c: New test.
5804
5e9e71f0
DB
58052000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
5806
5807 * g77.f-torture/execute/20000503-1.x: New file.
5808
b6a5dfa1
NS
58092000-06-06 Nathan Sidwell <nathan@codesourcery.com>
5810
5811 * g++.old-deja/g++.eh/badalloc1.C: New test.
5812
fce8451d
RH
58132000-06-05 Richard Henderson <rth@cygnus.com>
5814
5815 * gcc.c-torture/execute/20000605-1.c: New test.
5816
1687c88c
JJ
58172000-06-05 Jakub Jelinek <jakub@redhat.com>
5818 Nathan Sidwell <nathan@codesourcery.com>
5819
5820 * gcc.c-torture/compile/20000605-1.c: New test.
5821
22ad5966
DB
58222000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
5823
92936ecf 5824 * g77.f-torture/compile/20000601-1.f: New test.
22ad5966 5825
72934de7
RH
58262000-06-03 Richard Henderson <rth@cygnus.com>
5827
5828 * gcc.c-torture/execute/20000603-1.c: New.
5829
0e13506e
ZW
58302000-06-02 Zack Weinberg <zack@wolery.cumb.org>
5831
5832 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
5833 * gcc.dg/noreturn-2.c (noreturn): Likewise.
5834
d7a2e0f7
ZW
58352000-06-01 Zack Weinberg <zack@wolery.cumb.org>
5836
1082afb6
ZW
5837 * gcc.dg/compare2.c (case 12): XFAIL.
5838 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
5839 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
5840
d7a2e0f7
ZW
5841 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
5842
ea4a453b
ZW
58432000-05-29 Zack Weinberg <zack@wolery.cumb.org>
5844
5845 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
5846 guard macro is already defined when the header is first
5847 included.
5848 * gcc.dg/cpp-mix.h: New file.
5849 * gcc.dg/endif-label.c: Update patterns to match compiler.
5850
5851 * g++.brendan/complex1.C: Declare abort.
5852 * g++.law/refs4.C: Remove XFAIL.
5853 * g++.oliva/expr2.C: Declare abort and exit.
5854
5ac707b8
AO
58552000-05-28 Alexandre Oliva <aoliva@cygnus.com>
5856
bb078eb4
AO
5857 * gcc.c-torture/execute/20000528-1.c: New test.
5858
5ac707b8
AO
5859 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
5860 * g++.old-deja/g++.law/temps4.C: Likewise.
5861
e801c5c2
AO
5862 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
5863 stdlib.h. Call abort() on failure.
5864 * g++.old-deja/g++.law/refs4.C: Likewise.
5865 * g++.old-deja/g++.law/temps4.C: Likewise.
5866 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
92936ecf 5867 * gcc.c-torture/execute/20000112-1.c: Include string.h.
e801c5c2 5868
d2b51b10
ZW
58692000-05-27 Zack Weinberg <zack@wolery.cumb.org>
5870
5871 Relative to g++.dg/special:
5872 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
5873
5874 Relative to g++.old-deja:
5875 * g++.brendan/complex1.C, g++.jason/optimize2.C,
5876 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
5877 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
5878 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
92936ecf 5879 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
d2b51b10
ZW
5880 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
5881 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
5882
5883 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
5884 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
5885 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
5886 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
5887 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
5888 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
5889 and/or string.h.
5890
5891 * g++.other/goto1.C: Update expectations for error messages.
5892
49080ead
AO
58932000-05-25 Alexandre Oliva <aoliva@cygnus.com>
5894
5895 * gcc.c-torture/compile/20000523-1.c: New test.
5896
bfc22107
NS
58972000-05-25 Nathan Sidwell <nathan@codesourcery.com>
5898
5899 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
5900
bebc2c61
NS
59012000-05-25 Nathan Sidwell <nathan@codesourcery.com>
5902
5903 * g++.old-deja/g++.eh/catch11.C: New test.
5904 * g++.old-deja/g++.eh/catch12.C: New test.
5905
88903d85
NC
59062000-05-24 Nick Clifton <nickc@cygnus.com>
5907
5908 * gcc.c-torture/execute/20000523-1.c: New test.
5909
7b844298
ZW
59102000-05-23 Zack Weinberg <zack@wolery.cumb.org>
5911
5912 * c-torture/execute/bcp-1.c: Replace abort in arg of
5913 __builtin_constant_p with a generic external function.
5914
5915 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
5916 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
5917 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
5918 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
5919 Prototype abort and/or exit.
5920
5921 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
5922 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
5923 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
5924 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
5925
38285a09
AO
59262000-05-22 Alexandre Oliva <aoliva@cygnus.com>
5927
5928 * gcc.dg/dwarf2-1.c: New test.
5929
1e139755
RH
59302000-05-20 Richard Henderson <rth@cygnus.com>
5931
5932 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
5933
019b761f
AJ
59342000-05-20 Andreas Jaeger <aj@suse.de>
5935
5936 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
5937 testcase.
5938
ea25bef4
DE
59392000-05-19 David Edelsohn <edelsohn@gnu.org>
5940
5941 * gcc.c-torture/execute/20000519-2.c: New test.
5942
b4c40d3c
AJ
59432000-05-19 Andreas Jaeger <aj@suse.de>
5944
0d9a7d79
AJ
5945 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
5946 which fails with SSA.
5947
b4c40d3c
AJ
5948 * lib/c-torture.exp: Also test with -O3 -fssa.
5949
14806ff1
MM
59502000-05-18 Michael Meissner <meissner@redhat.com>
5951
5952 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
5953 * gcc.c-torture/execute/920415-1.c: Ditto.
5954 * gcc.c-torture/execute/920501-1.c: Ditto.
5955 * gcc.c-torture/execute/conversion.c: Ditto.
5956 * gcc.c-torture/execute/cvt-1.c: Ditto.
5957
606b4c94
JL
5958Thu May 18 16:03:29 2000 Jeffrey A Law (law@cygnus.com)
5959
5960 * gcc.c-torture/compile/20000518-1.c: New test.
5961
3eb16773
DB
59622000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
5963
5964 * g77.f-torture/compile/200005018.f: New test.
5965
233f4c98
JL
5966Wed May 17 18:30:10 2000 Jeffrey A Law (law@cygnus.com)
5967
5968 * gcc.c-torture/compile/20000517-1.c: New test.
5969
13fa2029
FS
59702000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5971
5972 * gcc.c-torture/execute/20000516-1.c: New test.
5973
a48df362
JJ
59742000-05-15 Jakub Jelinek <jakub@redhat.com>
5975
5976 * g++.old-deja/g++.other/eh.C: New test.
5977
67384dfb
RH
59782000-05-12 Richard Henderson <rth@cygnus.com>
5979
5980 * gcc.c-torture/execute/990208-1.c (main): Don't pass
5981 constants through to doit's conditional.
5982
2e8b0910
JL
5983Thu May 11 19:02:43 2000 Jeffrey A Law (law@cygnus.com)
5984
8a744ae0 5985 * gcc.c-torture/compile/20000511-1.c: New test.
2e8b0910
JL
5986 * g77.f-torture/compile/20000511-1.f: New test.
5987 * g77.f-torture/compile/20000511-2.f: New test.
5988
0f00654b
MM
59892000-05-11 Michael Meissner <meissner@redhat.com>
5990
5991 * gcc.c-torture/execute/20000511-1.c: New test.
5992
3ae1c615
ZW
59932000-05-11 Zack Weinberg <zack@wolery.cumb.org>
5994
5995 * gcc.dg/dg.exp: Scan .S files as well as .c files.
5996 * gcc.dg/20000510-1.S: New.
5997
c0916fa0
CM
59982000-05-08 Catherine Moore <clm@cygnus.com>
5999
6000 * gcc.dg/unused-3.c: New.
6001
efdbc6f8
RH
60022000-05-06 Richard Henderson <rth@cygnus.com>
6003
6004 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
6005 * g++.old-deja/g++.mike/warn1.C: Likewise.
6006 * g++.old-deja/g++.pt/local1.C: Likewise.
6007 * g++.old-deja/g++.pt/local7.C: Likewise.
6008 * g++.old-deja/g++.pt/spec16.C: Likewise.
6009
846cf122
NS
60102000-05-06 Nathan Sidwell <nathan@codesourcery.com>
6011
6012 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
6013
7d76ae56
DB
60142000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
6015
efdbc6f8 6016 * g77.f-torture/execute/20000503-1.f: New test.
7d76ae56 6017
07d787fd
AJ
60182000-05-04 Andreas Jaeger <aj@suse.de>
6019
6020 * gcc.dg/noreturn-2.c: New test.
6021
59b30ca6
NB
60222000-05-04 Neil Booth <NeilB@earthling.net>
6023
6024 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
6025 preprocessor.
6026
beaf61f5
RH
60272000-05-04 Richard Henderson <rth@cygnus.com>
6028
6029 * gcc.c-torture/execute/20000503-1.c: Fix typo.
6030
f63c134b
RH
60312000-05-04 Richard Henderson <rth@cygnus.com>
6032
6033 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
6034 OpenSSL by Jason R Thorpe.
6035
83f1c55d
RH
6036Wed May 3 13:02:10 2000 Jim Wilson <wilson@cygnus.com>
6037
6038 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
6039
22a87840
RL
60402000-05-03 Robert Lipe <robertlipe@usa.net>
6041
6042 * gcc.dg/20000503-1.c: New test.
6043
753e6cf1
JJ
60442000-05-02 Jakub Jelinek <jakub@redhat.com>
6045
6046 * gcc.c-torture/compile/20000502-1.c: New test.
6047 * g++.old-deja/g++.other/align.C: New test.
9900f597 6048 * gcc.dg/cpp-tradstringify.c: New test.
753e6cf1 6049
83f1c55d
RH
6050Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
6051
6052 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
6053 and hard registers.
6054
60552000-04-26 Geoff Keating <geoffk@cygnus.com>
6056
6057 * gcc.c-torture/execute/loop-5.c: New test.
6058
60592000-04-25 Jakub Jelinek <jakub@redhat.com>
6060
6061 * gcc.c-torture/execute/va-arg-20.c: New test.
6062
96933f43
JL
6063Sun Apr 23 14:41:33 2000 Jeffrey A Law (law@cygnus.com)
6064
6065 * gcc.c-torture/execute/20000422-1.c: New test.
6066
83f1c55d
RH
60672000-04-20 Greg McGary <gkm@gnu.org>
6068
6069 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
6070 when optimizing, but without sibling-call optimizations (-O1).
6071
404e6b79
JL
6072Thu Apr 20 11:57:03 2000 Jeffrey A Law (law@cygnus.com)
6073
efdbc6f8 6074 * gcc.c-torture/compile/20000420-1.c: New test.
404e6b79 6075
a33b40d2
NS
60762000-04-20 Nathan Sidwell <nathan@codesourcery.com>
6077
6078 * g++.abi/ptrflags.C: New test.
6079 * g++.eh/catchptr1.C: Test incomplete pointer chains.
6080
83f1c55d
RH
6081Wed Apr 19 09:16:32 2000 Catherine Moore <clm@cygnus.com>
6082
6083 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
6084
60852000-04-19 Greg McGary <gkm@gnu.org>
6086
6087 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
6088 sibling-call optimizations.
6089
0d5a06bd
ZW
60902000-04-19 Zack Weinberg <zack@wolery.cumb.org>
6091
6092 * gcc.dg/20000419-1.c: New test.
6093
83f1c55d
RH
6094Wed Apr 12 22:54:02 2000 Hans-Peter Nilsson <hp@axis.com>
6095
6096 * gcc.c-torture/execute/20000412-6.c: New test.
6097
2c45f94b
JL
6098Wed Apr 12 10:25:08 2000 Jeffrey A Law (law@cygnus.com)
6099
504f140d 6100 * gcc.c-torture/execute/20000412-5.c: New test.
9c749c66 6101 * g77.f-torture/compile/20000412-1.f: New test.
380b409b 6102 * gcc.c-torture/execute/20000412-4.c: New test.
270630a2 6103 * gcc.c-torture/compile/20000412-2.c: New test.
d0158d40 6104 * gcc.c-torture/execute/20000412-3.c: New test.
46feb4ab 6105 * gcc.c-torture/compile/20000412-1.c: New test.
2c45f94b
JL
6106 * gcc.c-torture/execute/20000412-2.c: New test.
6107
aa7647ee
JJ
61082000-04-12 Jakub Jelinek <jakub@redhat.com>
6109
6110 * objc/execute/bf-20.m: New test.
6111
eb802827
RH
61122000-04-10 Richard Henderson <rth@cygnus.com>
6113
7265c420
RH
6114 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
6115
eb802827
RH
6116 * gcc.c-torture/execute/20000412-1.c: New test.
6117
96e1d96c
NS
61182000-04-10 Nathan Sidwell <nathan@codesourcery.com>
6119
6120 * g++.old-deja/g++.eh/catchptr1.C: New test.
6121
e33c685b
NS
61222000-04-09 Nathan Sidwell <nathan@codesourcery.com>
6123
6124 * g++.old-deja/g++.abi/cxa_vec.C: New test.
6125
ed343779 61262000-04-08 Neil Booth <NeilB@earthling.net>
92936ecf 6127
ed343779
NB
6128 * gcc.dg/cpp-nullchar.c: Remove test as
6129 embedded nulls cause problems.
6130
4ddf4d7b
KG
61312000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6132
6133 * gcc.dg/compare2.c: New test.
6134
65232ce9 61352000-04-08 Neil Booth <NeilB@earthling.net>
92936ecf 6136
65232ce9
NB
6137 * gcc.dg/cpp-nullchar.c: New test.
6138
f787c583
ZW
61392000-04-07 Zack Weinberg <zack@wolery.cumb.org>
6140
6141 * gcc.dg/cpp-mi2.c: New test.
6142 * gcc.dg/cpp-mi2[abc].h: New files.
6143
e8ff28b4
NS
61442000-04-07 Nathan Sidwell <nathan@codesourcery.com>
6145
6146 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
6147 member name.
6148
1388b247
NS
61492000-04-06 Nathan Sidwell <nathan@codesourcery.com>
6150
6151 * g++.old-deja/g++.abi/vmihint.C: New test.
6152
dabe43de
NB
61532000-04-06 Neil Booth <NeilB@earthling.net>
6154
6155 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
6156 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
92936ecf 6157 copyright.
dabe43de 6158
83f1c55d
RH
6159Wed Apr 5 22:51:36 2000 Hans-Peter Nilsson <hp@axis.com>
6160
6161 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
6162 avoid stack-frame overwrite.
6163
61642000-04-05 Jakub Jelinek <jakub@redhat.com>
6165
6166 * gcc.c-torture/compile/20000405-2.c: New test.
6167 * gcc.c-torture/compile/20000405-3.c: New test.
6168
61692000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6170
6171 * gcc.c-torture/compile/20000405-1.c: New test.
6172
ace8b015
GK
61732000-04-04 Geoff Keating <geoffk@cygnus.com>
6174
6175 * gcc.dg/cast-qual-1.c: Revert last change.
6176
be340b97
KG
61772000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6178
6179 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
6180
6b32882f
ZW
61812000-04-03 Zack Weinberg <zack@wolery.cumb.org>
6182
6183 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
6184 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
6185
98e29481
JL
6186Mon Apr 3 02:35:34 2000 Jeffrey A Law (law@cygnus.com)
6187
728ee72a 6188 * gcc.c-torture/compile/20000403-2.c: New test.
98e29481
JL
6189 * gcc.c-torture/compile/20000403-1.c: New test.
6190
83f1c55d
RH
6191Mon Apr 3 16:53:52 2000 Hans-Peter Nilsson <hp@axis.com>
6192
6193 * gcc.c-torture/execute/20000403-1.c: New test.
6194
61952000-04-03 Geoff Keating <geoffk@cygnus.com>
6196
6197 * gcc.c-torture/execute/20000402-1.c: New test.
6198
6199Mon Apr 3 14:10:34 2000 Donald Lindsay <dlindsay@cygnus.com>
6200
6201 * gcc.c-torture/execute/va-arg-15.c: New test.
6202 * gcc.c-torture/execute/va-arg-16.c: New test.
6203 * gcc.c-torture/execute/va-arg-17.c: New test.
6204 * gcc.c-torture/execute/va-arg-18.c: New test.
6205 * gcc.c-torture/execute/va-arg-19.c: New test.
6206
bfab56e7
ZW
62072000-04-02 Zack Weinberg <zack@wolery.cumb.org>
6208
6209 * gcc.c-torture/compile/981211-1.c: Move to...
6210 * gcc.dg/cpp-as1.c: ...here.
6211 * gcc.dg/cpp-as2.c: New file.
6212
6213 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
6214 compiler.
6215
93fd8bf7
NB
62162000-04-02 Neil Booth <NeilB@earthling.net>
6217
6218 * gcc.dg/cpp-cond.c New tests.
6219 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
6220 accidental success less likely.
6221 * gcc.dg/cpp-missingop.c New tests.
6222 * gcc.dg/cpp-missingparen.c New tests.
6223 * gcc.dg/cpp-shift.c New tests.
6224 * gcc.dg/cpp-shortcircuit.c New tests.
6225 * gcc.dg/cpp-unary.c New tests.
6226
843cae51
JL
6227Wed Mar 29 13:44:23 2000 Jeffrey A Law (law@cygnus.com)
6228
6229 * gcc.c-torture/compile/20000329-1.c: New test.
6230
83f1c55d
RH
62312000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
6232
6233 * gcc.c-torture/compile/20000326-1.c: New test.
6234 * gcc.c-torture/compile/20000326-2.c: New test.
6235
62362000-03-24 Geoff Keating <geoffk@cygnus.com>
6237
6238 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
6239 the first parameter is a function argument.
6240
c9bb76b9
NS
62412000-03-23 Nathan Sidwell <nathan@codesourcery.com>
6242
6243 * g++.old-deja/g++.ext/array4.C: New test.
6244
83f1c55d
RH
62452000-03-22 Geoff Keating <geoffk@cygnus.com>
6246
6247 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
6248
b9712646
KG
62492000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6250
6251 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
6252
1722dcfc
RH
62532000-03-19 Richard Henderson <rth@cygnus.com>
6254
6255 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
6256
5d6a090f
RH
62572000-03-19 Richard Henderson <rth@cygnus.com>
6258
6259 * gcc.c-torture/compile/20000319-1.c: New test.
6260
4fa241f2
JL
6261Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
6262
7924327e 6263 * gcc.c-torture/execute/20000314-3.c: New test.
07fd50ea 6264 * gcc.c-torture/execute/20000314-2.c: New test.
263ac0d8
JL
6265 * gcc.c-torture/execute/20000314-1.c: New test.
6266 * gcc.c-torture/compile/20000314-2.c: New test.
6267 * gcc.c-torture/compile/20000314-1.c: New test.
4fa241f2 6268
302e5c46
NS
62692000-03-13 Nathan Sidwell <nathan@codesourcery.com>
6270
6271 * g++.old-deja/g++.warn/inline.C: New test.
6272
83f1c55d
RH
6273Fri Mar 10 01:15:19 2000 Hans-Peter Nilsson <hp@bitrange.com>
6274
6275 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
6276 standards-compliant result rather than specific constants.
6277 Put test-values in array.
6278
602b1b13
JM
62792000-03-08 Jason Merrill <jason@casey.cygnus.com>
6280
6281 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
6282 (g++_target_compile): Put test-specific options last.
6283
45f984e4
NS
62842000-03-08 Nathan Sidwell <nathan@codesourcery.com>
6285
6286 * g++.old-deja/g++.eh/vbase4.C: New test.
6287
532f12a2
NS
62882000-03-08 Nathan Sidwell <nathan@codesourcery.com>
6289
6290 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
6291
98eddaf7
NS
62922000-03-08 Nathan Sidwell <nathan@codesourcery.com>
6293
6294 * g++.old-deja/g++.brendan/misc12.C: Removed.
6295 * g++.old-deja/g++.pt/memtemp77.C: Constify.
6296 * g++.old-deja/g++.ext/pretty4.C: New test.
6297
8ce5ef19
NS
62982000-03-08 Nathan Sidwell <nathan@codesourcery.com>
6299
6300 * g++.old-deja/g++.other/string2.C: New test.
6301
133a40d2
NS
63022000-03-06 Nathan Sidwell <nathan@codesourcery.com>
6303
92936ecf 6304 * g++.old-deja/g++.warn/impint2.C: New test.
133a40d2 6305
83f1c55d
RH
6306Sun Mar 5 23:25:12 2000 Hans-Peter Nilsson <hp@bitrange.com>
6307
6308 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
6309 is 1, not zero.
6310
2f6f9ac7
NS
63112000-03-05 Nathan Sidwell <nathan@codesourcery.com>
6312
6313 * g++.old-deja/g++.warn/impint.C: New test.
6314 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
6315 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
6316 * g++.old-deja/g++.pt/explicit12.C: Likewise.
6317 * g++.old-deja/g++.pt/explicit13.C: Likewise.
6318 * g++.old-deja/g++.pt/explicit17.C: Likewise.
6319 * g++.old-deja/g++.pt/explicit18.C: Likewise.
6320 * g++.old-deja/g++.pt/explicit19.C: Likewise.
6321 * g++.old-deja/g++.pt/explicit23.C: Likewise.
6322 * g++.old-deja/g++.pt/explicit31.C: Likewise.
6323 * g++.old-deja/g++.pt/explicit35.C: Likewise.
6324 * g++.old-deja/g++.pt/explicit6.C: Likewise.
6325 * g++.old-deja/g++.pt/memclass7.C: Likewise.
6326
fbb886eb
ZW
63272000-03-01 Zack Weinberg <zack@wolery.cumb.org>
6328
6329 * gcc.dg/cpp-redef.c: New test.
6330
2a6b7809
NS
63312000-02-29 Nathan Sidwell <nathan@codesourcery.com>
6332
6333 * g++.old-deja/g++.pt/unify7.C: New test.
6334
eeafa66d
RK
6335Sat Feb 26 19:46:09 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6336
6337 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
6338 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
6339
83f1c55d
RH
63402000-02-25 Geoff Keating <geoffk@cygnus.com>
6341
6342 * gcc.c-torture/compile/20000224-1.c: New test.
6343
63442000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6345
6346 * gcc.c-torture/compile/cpp-2.c: New test.
6347 * gcc.c-torture/compile/cpp-1.c: New test.
6348
985dae7c
JL
6349Fri Feb 25 21:44:49 2000 Jeffrey A Law (law@cygnus.com)
6350
6351 * gcc.c-torture/execute/20000225-1.c: New test.
6352
cff244b2
AO
63532000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6354
495da1f6
AO
6355 * gcc.dg/cpp-li2.c: New test.
6356
e729bc6d
AO
6357 * gcc.dg/cpp-wi1.c: New test.
6358
cff244b2
AO
6359 * gcc.dg/cpp-li1.c: New test.
6360
da3a4719
NS
63612000-02-24 Nathan Sidwell <nathan@codesourcery.com>
6362
6363 * g++.old-deja/g++.other/sizeof5.C: New test.
6364
83f1c55d
RH
63652000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6366
6367 * gcc.c-torture/execute/va-arg-13.c: New test.
6368
6369Wed Feb 23 14:16:06 2000 Donald Lindsay <dlindsay@cygnus.com>
6370
6371 * gcc.c-torture/execute/va-arg-12.c: New test.
6372
63732000-02-23 Nathan Sidwell <nathan@codesourcery.com>
6374
6375 * gcc.c-torture/execute/20000223-1.c: New test.
6376
b23875c9
NS
63772000-02-23 Nathan Sidwell <nathan@codesourcery.com>
6378
6379 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
6380
fa2e34e8
MM
63812000-02-22 Mark Mitchell <mark@codesourcery.com>
6382
6383 * g++.old-deja/g++.abi/ptrmem.C: New test.
6384
4a6cfa63
RH
63852000-02-19 Richard Henderson <rth@cygnus.com>
6386
6387 * gcc.c-torture/compile/init-3.c: New.
6388
44399cac
MM
63892000-02-17 Mark Mitchell <mark@codesourcery.com>
6390
6391 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
6392 ALWAYS_CXXFLAGS.
6393
ed3b0480
RL
6394Fri Feb 11 12:35:40 2000 Robert Lipe <robertl@sco.com>
6395
6396 * gcc.c-torture/compile/20000211-3.c: New test.
6397
ddcc2ade
MB
6398Fri Feb 11 12:35:40 2000 Martin Buchholz <martin@xemacs.org>
6399
6400 * gcc.c-torture/compile/20000211-2.c: New test.
6401
2144ddea
JL
6402Fri Feb 11 12:35:40 2000 Jeffrey A Law (law@cygnus.com)
6403
6404 * gcc.c-torture/compile/20000211-1.c: New test.
6405
ae6f3fe9
JL
64062000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
6407
6408 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
efdbc6f8 6409 on native targets
ae6f3fe9 6410
1d3f28d4
NS
64112000-02-08 Nathan Sidwell <nathan@acm.org>
6412
6413 * g++.old-deja/g++.other/cast5.C: New test.
6414
cc6c6c23
AM
64152000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
6416
6417 * gcc.c-torture/execute/20000205-1.c: New.
6418
31a72d3f
NS
64192000-02-03 Nathan Sidwell <nathan@acm.org>
6420
6421 * g++.old-deja/g++.jason/cast3.C: Return void.
6422 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
6423
bd524aa3
AO
64242000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6425
15f724f6
AO
6426 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
6427
bd524aa3
AO
6428 * gcc.dg/loop-1.c: New test.
6429
83f1c55d
RH
64302000-01-27 Jakub Jelinek <jakub@redhat.com>
6431
6432 * gcc.c-torture/compile/20000127-1.c: New test.
6433 * gcc.c-torture/execute/991228-1.c: New test.
6434
3ebed0b2
AO
64352000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6436
3f50679d
AO
6437 * gcc.dg/unused-2.c: New test.
6438
3ebed0b2
AO
6439 * gcc.dg/conv-1.c: New test.
6440
7a53e94b
MM
64412000-01-24 Mark Mitchell <mark@codesourcery.com>
6442
6443 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
6444 compiler.
6445 (tool_option_proc): Fix typo.
92936ecf 6446
360f2326
GK
64472000-01-24 Geoff Keating <geoffk@cygnus.com>
6448
6449 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
6450 of the ld on the host, not on the build machine.
6451 Also, don't crash if '--help' is not a supported option.
6452
1eb8759b
RH
64532000-01-24 Richard Henderson <rth@cygnus.com>
6454
6455 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
6456
33f6849b
JL
6457Thu Jan 20 12:34:48 2000 Jeffrey A Law (law@cygnus.com)
6458
7e7cf28a 6459 * gcc.c-torture/execute/20000120-2.c: New test.
33f6849b
JL
6460 * gcc.c-torture/execute/20000120-1.c: New test.
6461
ca4cd7ab
JL
6462Thu Jan 13 02:29:32 2000 Jeffrey A Law (law@cygnus.com)
6463
6464 * gcc.c-torture/execute/20000113-1.c: New test.
6465
7a2a27a5
JL
6466Wed Jan 12 20:26:58 2000 Jeffrey A Law (law@cygnus.com)
6467
6468 * gcc.c-torture/execute/20000112-1.c: New test.
6469
a5bfff0c
AO
64702000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6471
6472 * gcc.dg/20000111-1.c: New test.
6473
afc27297
JL
6474Mon Jan 10 18:12:49 2000 Jeffrey A Law (law@cygnus.com)
6475
6476 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
6477 with 16 bit integers.
6478
69d4f56d
AO
64792000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6480
6481 * gcc.dg/20000108-1.c: New test.
6482
cc6ecc6a
NS
64832000-01-05 Nathan Sidwell <nathan@acm.org>
6484
6485 * g++.old-deja/g++.ns/koenig8.C: New test.
6486
ac8cd718
NS
64872000-01-05 Nathan Sidwell <nathan@acm.org>
6488
6489 * g++.old-deja/g++.other/cast4.C: New test.
6490
25a8e1be
JL
6491Wed Jan 5 00:26:20 2000 Jeffrey A Law (law@cygnus.com)
6492
5ed75fe4 6493 * gcc.c-torture/compile/20000105-2.c: New test.
25a8e1be
JL
6494 * gcc.c-torture/compile/20000105-1.c: New test.
6495
3f552d62
KG
64962000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6497
6498 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
6499 references to printf & atoi to conform to ANSI standard.
6500 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
6501 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
6502 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
6503 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
6504 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
6505 * g++.old-deja/g++.brendan/complex1.C: Likewise.
6506 * g++.old-deja/g++.brendan/copy1.C: Likewise.
6507 * g++.old-deja/g++.brendan/copy2.C: Likewise.
6508 * g++.old-deja/g++.brendan/copy3.C: Likewise.
6509 * g++.old-deja/g++.brendan/copy4.C: Likewise.
6510 * g++.old-deja/g++.brendan/copy5.C: Likewise.
6511 * g++.old-deja/g++.brendan/copy6.C: Likewise.
6512 * g++.old-deja/g++.brendan/copy7.C: Likewise.
6513 * g++.old-deja/g++.brendan/copy8.C: Likewise.
6514 * g++.old-deja/g++.brendan/crash11.C: Likewise.
6515 * g++.old-deja/g++.brendan/crash14.C: Likewise.
6516 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
6517 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
6518 * g++.old-deja/g++.brendan/delete2.C: Likewise.
6519 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
6520 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
6521 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
6522 * g++.old-deja/g++.brendan/eh1.C: Likewise.
6523 * g++.old-deja/g++.brendan/groff1.C: Likewise.
6524 * g++.old-deja/g++.brendan/init3.C: Likewise.
6525 * g++.old-deja/g++.brendan/misc12.C: Likewise.
6526 * g++.old-deja/g++.brendan/misc7.C: Likewise.
6527 * g++.old-deja/g++.brendan/new2.C: Likewise.
6528 * g++.old-deja/g++.brendan/operators4.C: Likewise.
6529 * g++.old-deja/g++.brendan/operators5.C: Likewise.
6530 * g++.old-deja/g++.brendan/overload2.C: Likewise.
6531 * g++.old-deja/g++.brendan/overload7.C: Likewise.
6532 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
6533 * g++.old-deja/g++.brendan/reference1.C: Likewise.
6534 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
6535 * g++.old-deja/g++.brendan/template24.C: Likewise.
6536 * g++.old-deja/g++.brendan/template3.C: Likewise.
6537 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
6538 * g++.old-deja/g++.jason/inline3.C: Likewise.
6539 * g++.old-deja/g++.jason/opeq.C: Likewise.
6540 * g++.old-deja/g++.law/arg5.C: Likewise.
6541 * g++.old-deja/g++.law/arm7.C: Likewise.
6542 * g++.old-deja/g++.law/ctors11.C: Likewise.
6543 * g++.old-deja/g++.law/cvt8.C: Likewise.
6544 * g++.old-deja/g++.law/init9.C: Likewise.
6545 * g++.old-deja/g++.law/refs4.C: Likewise.
6546 * g++.old-deja/g++.law/template2.C: Likewise.
6547 * g++.old-deja/g++.law/visibility24.C: Likewise.
6548 * g++.old-deja/g++.law/vtable3.C: Likewise.
6549 * g++.old-deja/g++.mike/asm2.C: Likewise.
6550 * g++.old-deja/g++.mike/eh1.C: Likewise.
6551 * g++.old-deja/g++.mike/misc1.C: Likewise.
6552 * g++.old-deja/g++.mike/misc13.C: Likewise.
6553 * g++.old-deja/g++.mike/misc14.C: Likewise.
6554 * g++.old-deja/g++.mike/ns12.C: Likewise.
6555 * g++.old-deja/g++.mike/p1248.C: Likewise.
6556 * g++.old-deja/g++.mike/p3708.C: Likewise.
6557 * g++.old-deja/g++.mike/p3708a.C: Likewise.
6558 * g++.old-deja/g++.mike/p3708b.C: Likewise.
6559 * g++.old-deja/g++.mike/p646.C: Likewise.
6560 * g++.old-deja/g++.mike/p700.C: Likewise.
6561 * g++.old-deja/g++.mike/p783.C: Likewise.
6562 * g++.old-deja/g++.mike/p783a.C: Likewise.
6563 * g++.old-deja/g++.mike/p783b.C: Likewise.
6564 * g++.old-deja/g++.mike/p786.C: Likewise.
6565 * g++.old-deja/g++.mike/p789.C: Likewise.
6566 * g++.old-deja/g++.mike/p789a.C: Likewise.
6567 * g++.old-deja/g++.mike/p807a.C: Likewise.
6568 * g++.old-deja/g++.other/delete3.C: Likewise.
6569 * g++.old-deja/g++.other/dyncast1.C: Likewise.
6570 * g++.old-deja/g++.other/dyncast2.C: Likewise.
6571 * g++.old-deja/g++.other/dyncast3.C: Likewise.
6572 * g++.old-deja/g++.other/empty1.C: Likewise.
6573 * g++.old-deja/g++.other/temporary1.C: Likewise.
6574 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
6575 * g++.old-deja/g++.pt/t16.C: Likewise.
6576 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
6577
3fe5b143
BS
65781999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
6579
6580 * gcc.dg/991230-1.c: New test.
6581
bacaaca4
JL
6582Wed Dec 29 23:48:49 1999 Jeffrey A Law (law@cygnus.com)
6583
60a18af8 6584 * gcc.c-torture/compile/991229-3.c: New test.
7f0f8891 6585 * gcc.c-torture/compile/991229-2.c: New test.
bacaaca4
JL
6586 * gcc.c-torture/compile/991229-1.c: New test.
6587
7fb1283f
GM
6588Wed Dec 29 20:54:46 1999 Greg McGary <gkm@eng.ascend.com>
6589
6590 * gcc.c-torture/compile/labels-2.c: New test.
6591
83f1c55d
RH
6592