]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/ChangeLog
asm-names.c: Use scan-assembler-not rather than linker trickery.
[thirdparty/gcc.git] / gcc / testsuite / ChangeLog
CommitLineData
71d46c6f
GK
12003-10-13 Geoffrey Keating <geoffk@apple.com>
2
3 * gcc.dg/asm-names.c: Use scan-assembler-not rather
4 than linker trickery.
5
88e451e1
VR
62003-10-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7
8 PR c++/12370
9 * g++.dg/other/friend2.C: New test.
10
e3c8de6a
SB
112003-10-12 Steven Bosscher <steven@gcc.gnu.org>
12
13 * gcc.dg/20031012-1.c: New test.
14
1998463c
SB
152003-10-12 Steven Bosscher <steven@gcc.gnu.org>
16
17 * gcc.dg/weak/weak-3.c: Fix for new warning.
18
cc956bfd
KC
192003-10-12 Kelley Cook <kcook@gcc.gnu.org>
20
21 PR optimization/8750
22 * gcc.c-torture/execute/20031012-1.c: New test case.
23
c43fa1f5
RS
242003-10-11 Roger Sayle <roger@eyesopen.com>
25
26 * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
27 that inline strncmp as cmpstrsi on i386 when compiled with -Os.
28
c877353c
RS
292003-10-11 Roger Sayle <roger@eyesopen.com>
30
31 PR optimization/12260
32 * gcc.c-torture/compile/20031011-2.c: New test case.
33
e3be1116
RS
342003-10-11 Roger Sayle <roger@eyesopen.com>
35
36 * gcc.c-torture/execute/20031011-1.c: New testcase.
37
69efc31d
EB
382003-10-11 Eric Botcazou <ebotcazou@libertysurf.fr>
39
40 * gcc.c-torture/compile/20031011-1.c: New test.
41
cc956bfd 422003-10-11 Jan Hubicka <jh@suse.cz>
5a2a057d
JH
43
44 * g++.dg/other/first-global.C: New test.
45
ea82015c
RS
462003-10-11 Roger Sayle <roger@eyesopen.com>
47
48 * gcc.c-torture/execute/string-opt-18.c: New testcase.
49
51e73d57
ILT
502003-10-10 Ian Lance Taylor <ian@wasabisystems.com>
51
52 * gcc.c-torture/compile/20031010-1.c: New test.
53
d0fd1347
GK
542003-10-10 Geoffrey Keating <geoffk@apple.com>
55
56 * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
57 * gcc.c-torture/execute/va-arg-25.c: ... here.
58
b18ff0cd
MM
592003-10-09 Mark Mitchell <mark@codesourcery.com>
60
61 * g++.dg/ext/attrib8.C: Only run it on x86 targets.
62
1703590e
RS
632003-10-08 Richard Sandiford <rsandifo@redhat.com>
64
f119ba23 65 * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
1703590e 66
3d56512d
GB
672003-10-08 Giovanni Bajo <giovannibajo@libero.it>
68
69 * g++.dg/parse/error2.C: New test.
70
7a925598
GB
712003-10-08 Giovanni Bajo <giovannibajo@libero.it>
72
73 PR c++/11097
74 * g++.dg/other/error5.C: Modify the error message.
75 * g++.dg/lookup/using8.C: New test.
76
a594a19c
GK
772003-10-07 Geoffrey Keating <geoffk@apple.com>
78
79 * gcc.dg/darwin-abi-2.c: New file.
80 * gcc.c-torture/execute/va-arg-24.c: New file.
81
90af8042
BW
822003-10-06 Bob Wilson <bob.wilson@acm.org>
83
84 * g++.dg/template/spec10.C: Set exit value to zero on success. Fix
85 indentation.
86
d04a575f
MM
872003-10-06 Mark Mitchell <mark@codesourcery.com>
88
89 PR c++/10147
90 * g++.dg/other/error4.C: Update error messages.
91 * g++.dg/template/ptrmem4.C: Likewise.
92
93 PR c++/12337
94 * g++.dg/init/new9.C: New test.
95
96 PR c++/12334, c++/12236, c++/8656
97 * g++.dg/ext/attrib8.C: New test.
98
8a7a6f4d
DP
992003-10-06 Devang Patel <dpatel@apple.com>
100
101 * gcc.dg/debug/dwarf2-3.h: New test.
102 * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
103
9ebfd78b
EB
1042003-10-06 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
105
106 * g++.dg/opt/cfg2.C: New test.
107
8c03ca00
EB
1082003-10-06 Eric Botcazou <ebotcazou@libertysurf.fr>
109
110 * g++.dg/opt/float1.C: New test.
111
b494fd98
EB
1122003-10-04 Eric Botcazou <ebotcazou@libertysurf.fr>
113
114 * gcc.dg/c90-array-lval-6.c: New test.
115 * gcc.dg/c99-array-lval-6.c: New test.
116
81ff723b
AM
1172003-10-03 Alexander Malmberg <alexander@malmberg.org>
118 Ziemowit Laski <zlaski@apple.com>
119
120 * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
121 'Derived', so that it is never considered a class method; add
122 new warning for '+port' method ambiguity.
123 * objc.dg/method-12.m: Include <objc/objc.h> instead of
124 <objc/objc-api.h> (needed on Mac OS X).
125 * objc.dg/method-13.m: New test.
126
875eda9c
RS
1272003-10-03 Roger Sayle <roger@eyesopen.com>
128
129 PR optimization/9325, PR java/6391
130 * gcc.c-torture/execute/20031003-1.c: New test case.
131
c8a65a25
MM
1322003-10-02 Mark Mitchell <mark@codesourcery.com>
133
5114f0ed
MM
134 PR optimization/12180
135 * gcc.dg/20031002-1.c: New test.
136
c8a65a25
MM
137 PR c++/12486
138 * g++.dg/inherit/error1.C: New test.
139
910a2080
CD
1402003-10-02 Chris Demetriou <cgd@broadcom.com>
141
142 * lib/f-torture.exp (search_for): Rename to...
143 (search_for_re): This. Also, clean up comments and the
144 "regexp" invocation.
145
2a3bf9aa
JZ
1462003-10-02 Josef Zlomek <zlomekj@suse.cz>
147
148 * gcc.c-torture/compile/20031002-1.c: New test.
149
7485f79f
JJ
1502003-10-02 Jakub Jelinek <jakub@redhat.com>
151
152 * g++.dg/opt/cond1.C: New test.
153
2409cb37
KC
1542003-10-01 Kelley Cook <kelleycook@wideopenwest.com>
155
156 * gcc.dg/Wold-style-definition-2.c: New testcase.
157 * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
158
1ffcc352
RH
1592003-09-29 Richard Henderson <rth@redhat.com>
160
161 * g++.dg/init/array10.C: Add dg-options.
162
ea0738f2
EB
1632003-09-29 Eric Botcazou <ebotcazou@libertysurf.fr>
164
165 * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
166
753aaa17
KL
1672003-09-28 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
168
169 * g++.dg/template/friend19.C: Fix typo.
170 * g++.old-deja/g++.other/crash31.C: Adjust expected error.
171
d34053ed
RS
1722003-09-28 Richard Sandiford <rsandifo@redhat.com>
173
174 * gcc.c-torture/execute/20030928-1.c: New test.
175 * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
176
e8226879
EB
1772003-09-27 Eric Botcazou <ebotcazou@libertysurf.fr>
178
179 * g++.dg/opt/unroll1.C: New test.
180
073089a7
RS
1812003-09-26 Roger Sayle <roger@eyesopen.com>
182
183 PR optimization/11741
184 * gcc.dg/20030926-1.c: New test case.
185
37d407a1
KL
1862003-09-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
187
188 PR c++/5655
189 * g++.dg/parse/access7.C: New test.
190 * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
191
264fa2db
ZL
1922003-09-24 Ziemowit Laski <zlaski@apple.com>
193
194 MERGE OF objc-improvements-branch into MAINLINE:
195 * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
196 if libobjc has not been built.
197 * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
073089a7
RS
198 objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
199 objc/execute/class-self-2.m, objc/execute/many_args_method.m,
200 objc/execute/nested-3.m, objc/execute/np-2.m,
264fa2db
ZL
201 objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
202 objc/execute/redefining_self.m, objc/execute/root_methods.m,
073089a7
RS
203 objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
204 objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
205 objc.dg/special/unclaimed-category-1.h,
206 objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
207 well as GNU runtime.
264fa2db 208 * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
073089a7
RS
209 * execute/cascading-1.m, execute/function-message-1.m,
210 objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
211 objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
212 objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
213 objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
214 objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
215 objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
216 objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
217 objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
218 objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
264fa2db
ZL
219 * objc.dg/bitfield-2.m: Run only on Darwin.
220 * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
073089a7
RS
221 objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
222 objc.dg/proto-lossage-1.m: Adjust for message wording changes.
264fa2db
ZL
223 * objc.dg/const-str-1.m: Fix constant string layout.
224
d395df26
AO
2252003-09-24 Alexandre Oliva <aoliva@redhat.com>
226
227 * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
228
fff2cb99
GK
2292003-09-23 Geoffrey Keating <geoffk@apple.com>
230
231 * gcc.dg/darwin-abi-1.c: New file.
232
af0f185b
AP
2332003-09-21 Andrew Pinski <pinskia@physics.uc.edu>
234
235 PR target/12281
236 * gcc.c-torture/compile/20030921-1.c: New test.
237
de582cfb
EB
2382003-09-22 Eric Botcazou <ebotcazou@libertysurf.fr>
239
240 * g++.dg/opt/reg-stack2.C: New test.
241
5cfc5356
EB
2422003-09-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
243
244 * g++.dg/eh/delayslot1.C: New test.
245
ddd2d57e
RH
2462003-09-20 Richard Henderson <rth@redhat.com>
247
248 * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
249
ccea753c
RS
2502003-09-20 Roger Sayle <roger@eyesopen.com>
251
252 * gcc.c-torture/execute/20030920-1.c: New test case.
253
2c49cd9e
KL
2542003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
255
256 * g++.dg/rtti/typeid3.C: Correct expected error message.
257
4047b164
KL
2582003-09-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
259
260 PR c++/157
261 * g++.dg/parse/crash12.C: New test.
262
99d53bba
JJ
2632003-09-19 Janis Johnson <janis187@us.ibm.com>
264
265 * gcc.dg/compat/mixed-struct-check.h: New.
266 * gcc.dg/compat/mixed-struct-defs.h: New.
267 * gcc.dg/compat/mixed-struct-init.h: New.
268 * gcc.dg/compat/struct-by-value-19_main.c: New.
269 * gcc.dg/compat/struct-by-value-19_x.c: New.
270 * gcc.dg/compat/struct-by-value-19_y.c: New.
271 * gcc.dg/compat/struct-by-value-20_main.c: New.
272 * gcc.dg/compat/struct-by-value-20_x.c: New.
273 * gcc.dg/compat/struct-by-value-20_y.c: New.
274 * gcc.dg/compat/struct-return-19_main.c: New.
275 * gcc.dg/compat/struct-return-19_x.c: New.
276 * gcc.dg/compat/struct-return-19_y.c: New.
277 * gcc.dg/compat/struct-return-20_main.c: New.
278 * gcc.dg/compat/struct-return-20_x.c: New.
279 * gcc.dg/compat/struct-return-20_y.c: New.
280
ed71e586
AP
2812003-09-19 Andrew Pinski <pinskia@physics.uc.edu>
282 * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
283 so that it will not complain on LP64 targets.
284
68c78847
KL
2852003-09-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
286
287 PR c++/495
288 * g++.dg/template/friend24.C: New test.
289
3501ba24
NS
2902003-09-19 Nathan Sidwell <nathan@codesourcery.com>
291
68442fac 292 PR c++/12332
3501ba24
NS
293 * g++.dg/template/memtmpl2.C: New test.
294
5ae6cd0d
MM
2952003-09-18 Mark Mitchell <mark@codesourcery.com>
296
297 PR target/11184
298 * gcc.dg/builtin-apply1.c: New test.
299
85b22f78
NS
3002003-09-18 Nathan Sidwell <nathan@codesourcery.com>
301
302 PR c++/9848
303 * g++.dg/warn/Wunused-4.C: New test.
304
ef08de80
VR
3052003-09-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
306
307 PR c++/12316
308 * g++.dg/other/gc2.C: New test.
309
84583208
MM
3102003-09-17 Mark Mitchell <mark@codesourcery.com>
311
15dd86be
MM
312 PR c++/11991
313 * g++.dg/rtti/typeid3.C: New test.
314
84583208
MM
315 PR c++/12266
316 * g++.dg/overload/template1.C: New test.
317
0b75beaa
EB
3182003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr>
319
320 * g++.dg/opt/cfg3.C: New test.
321
ae8803a8
KL
3222003-09-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
323
324 PR c++/7939
325 * g++.dg/template/crash11.C: New test.
326
72954a4f
JM
3272003-09-16 Jason Merrill <jason@redhat.com>
328 Jakub Jelinek <jakub@redhat.com>
329
330 * gcc.dg/attr-warn-unused-result.c: New test.
331
3afd2e20
NS
3322003-09-15 Nathan Sidwell <nathan@codesourcery.com>
333
334 PR c++/12184
335 * g++.dg/expr/call2.C: New test.
336
c034f121
AJ
3372003-09-15 Andreas Jaeger <aj@suse.de>
338
339 * gcc.dg/Wold-style-definition-1.c: New test.
340
29edb15c
MM
3412003-09-14 Mark Mitchell <mark@codesourcery.com>
342
a7e8c268
MM
343 PR c++/3907
344 * g++.dg/parse/template12.C: New test.
345
29edb15c
MM
346 * g++.dg/abi/bitfield11.C: New test.
347 * g++.dg/abi/bitfield12.C: Likewise.
348
aab68b4a
AO
3492003-09-14 Alexandre Oliva <aoliva@redhat.com>
350
351 * gcc.dg/cpp/separate-1.c: Adjust line of error. Test for correct
352 non-expansion of functional macro name without arguments at EOL.
353 * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change. Likewise.
354
975f3818
RS
3552003-09-14 Richard Sandiford <rsandifo@redhat.com>
356
357 * gcc.c-torture/execute/20030914-[12].c: New tests.
358
92af500d
NS
3592003-09-11 Nathan Sidwell <nathan@codesourcery.com>
360
361 PR c++/11788
362 * g++.dg/overload/addr1.C: New test.
363
93dc9a32
ILT
3642003-09-10 Ian Lance Taylor <ian@wasabisystems.com>
365
366 * gcc.dg/20030909-1.c: New test.
367
1c8b4e29
EB
3682003-09-10 Eric Botcazou <ebotcazou@libertysurf.fr>
369
370 * gcc.dg/ultrasp10.c: New test.
e62f462e
DP
371
3722003-09-09 Devang Patel <dpatel@apple.com>
373
374 * gcc.dg/darwin-ld-6.c: New test.
375
f7657db9
KG
3762003-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
377
378 * gcc.dg/torture/builtin-explog-1.c: New testcase.
379
9649812a
MM
3802003-09-08 Mark Mitchell <mark@codesourcery.com>
381
382 * gcc.dg/ia64-types1.c: New test.
383 * gcc.dg/ia64-types2.c: Likewise.
384
df049e59
KG
3852003-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
386
11bf0eb0
KG
387 * gcc.dg/builtins-1.c: Add more _Complex tests.
388 * gcc.dg/torture/builtin-attr-1.c: Likewise.
389
df049e59
KG
390 * gcc.dg/builtins-1.c: Test existing _Complex functions.
391 * gcc.dg/torture/builtin-attr-1.c: Likewise.
392
f23fb7f5
MM
3932003-09-08 Mark Mitchell <mark@codesourcery.com>
394
fa531100
MM
395 PR c++/11786
396 * g++.dg/lookup/koenig2.C: New test.
397
f23fb7f5
MM
398 PR c++/5296
399 * g++.dg/rtti/typeid2.C: New test.
400
7f14bbe6
JJ
4012003-09-08 Jakub Jelinek <jakub@redhat.com>
402
403 * gcc.c-torture/compile/20030904-1.c: New test.
404
7b65ed54
EB
4052003-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
406
407 * g++.dg/opt/longbranch2.C: New test.
408
6a4f08f3
AP
4092003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
410
411 * g++.dg/template/crash10.C: Only compile it.
412
dc4cb34e
AP
4132003-09-07 Andrew Pinski <pinskia@physics.uc.edu>
414
415 PR middle-end/11665
416 * gcc.c-torture/compile/20030907-1.c: New test.
417 * g++.dg/init/array11.C: New test.
418
cf9ad9a7
MM
4192003-09-07 Mark Mitchell <mark@codesourcery.com>
420
421 PR c++/11852
422 * g++.dg/init/struct1.C: New test.
423
6ef0aa7b
MM
4242003-09-07 Mark Mitchell <mark@codesourcery.com>
425
426 PR c++/12181
427 * g++.dg/expr/comma1.C: New test.
428
385bce06
MM
4292003-09-06 Mark Mitchell <mark@codesourcery.com>
430
ae53e5bc 431 PR c++/11867
385bce06
MM
432 * g++.dg/expr/static_cast5.C: New test.
433
687f4bc1
AP
4342003-09-06 Andrew Pinski <pinskia@physics.uc.edu>
435
436 PR c++/11507
437 * g++.dg/lookup/scoped7.C: New test.
438
439 PR c++/9574
440 * g++.dg/other/static1.C: New test.
441
442 PR c++/11490
443 * g++.dg/warn/template-1.C: New test.
444
445 PR c++/11432
446 * g++.dg/template/crash10.C: New test.
447
448 PR c++/2478
449 * g++.dg/overload/VLA.C: New test.
450
451 PR c++/10804
452 * g++.dg/template/call1.C: New test.
453
1f845b30
NS
4542003-09-06 Nathan Sidwell <nathan@codesourcery.com>
455
456 PR c++/11794
457 * g++.dg/parse/using3.C: New test.
458
34ff2673
RS
4592003-09-06 Roger Sayle <roger@eyesopen.com>
460
461 PR c++/11409
462 * g++.dg/overload/builtin3.C: New test case.
463
03845b47
SB
4642003-09-06 Steven Bosscher <steven@gcc.gnu.org>
465
466 PR c/9862
467 * gcc.dg/20030906-1.c: New test.
468 * gcc.dg/20030906-2.c: Likewise.
469
b92bc2a0
NS
4702003-09-06 Nathan Sidwell <nathan@codesourcery.com>
471
472 PR c++/12167
473 * g++.dg/parse/defarg5.C: New test.
474
475 * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
476
ceeae2d1
MM
4772003-09-05 Mark Mitchell <mark@codesourcery.com>
478
479 PR c++/12163
480 * g++.dg/expr/static_cast4.C: New test.
481
482 PR c++/12146
483 * g++.dg/template/crash9.C: New test.
484
3f8dc57b
AP
4852003-09-05 Andrew Pinski <pinskia@physics.uc.edu>
486
487 * g++.old-deja/g++.ext/pretty2.C: Update for change
488 in __FUNCTION__.
489 * g++.old-deja/g++.ext/pretty3.C: Likewise.
490
8e1daa34
NS
4912003-09-05 Nathan Sidwell <nathan@codesourcery.com>
492
12483c9f
NS
493 PR c++/11922
494 * g++/dg/template/qualified-id1.C: New test.
495
8e1daa34
NS
496 PR c++/12037
497 * g++.dg/warn/noeffect4.C: New test.
498
47ab33b2
MA
4992003-09-04 Matt Austern <austern@apple.com>
500
501 * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
502 * g++.dg/ext/fnname2.C: Likewise.
503 * g++.dg/ext/fnname3.C: Likewise.
504
d18a8251
MM
5052003-09-04 Mark Mitchell <mark@codesourcery.com>
506
507 * g++.dg/expr/lval1.C: New test.
508 * g++.dg/ext/lvcast.C: Remove.
509
bcfb8075
RS
5102003-09-03 Roger Sayle <roger@eyesopen.com>
511
512 PR optimization/11700.
513 * gcc.c-torture/compile/20030903-1.c: New test case.
514
43fe31f6
MM
5152003-09-03 Mark Mitchell <mark@codesourcery.com>
516
517 PR c++/12053
518 * g++.dg/abi/layout4.C: New test.
519
1918facf
SB
5202003-09-02 Scott Brumbaugh <scottb.lists@verizon.net>
521
522 PR c++/11553
523 * g++.dg/parse/friend3.C: New test.
524
6d80c4b9
MM
5252003-09-02 Mark Mitchell <mark@codesourcery.com>
526
3281be05
MM
527 PR c++/11847
528 * g++.dg/template/class1.C: New test.
529
6d80c4b9
MM
530 PR c++/11808
531 * g++.dg/expr/call1.C: New test.
532
7e99327d
MM
5332003-09-01 Mark Mitchell <mark@codesourcery.com>
534
535 PR c++/12114
536 * g++.dg/init/ref9.C: New test.
537
538 PR c++/11972
539 * g++.dg/template/nested4.C: New test.
540
20d65560
MM
5412003-08-29 Mark Mitchell <mark@codesourcery.com>
542
7433e6d4
MM
543 PR c++/12093
544 * g++.dg/template/non-dependent4.C: New test.
545
20d65560
MM
546 PR c++/11928
547 * g++.dg/inherit/conv1.C: New test.
548
fc2b8477
MM
5492003-08-29 Mark Mitchell <mark@codesourcery.com>
550
551 PR c++/6196
552 * g++.dg/ext/label1.C: New test.
553 * g++.dg/ext/label2.C: Likewise.
554
a1652802
MM
5552003-08-28 Mark Mitchell <mark@codesourcery.com>
556
557 * g++.dg/expr/cond3.C: New test.
558
a2a919aa
KG
5592003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
560
561 * gcc.dg/builtins-1.c: Add new builtin cases.
562
488f17e1
KG
5632003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
564
565 * gcc.dg/builtins-1.c: Add new cases.
566 * gcc.dg/torture/builtin-attr-1.c: Likewise.
567
5682003-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
569
570 * gcc.dg/builtins-1.c: Add more math builtin tests.
571 * gcc.dg/torture/builtin-attr-1.c: New test.
572
22bd385b
MM
5732003-08-28 Mark Mitchell <mark@codesourcery.com>
574
575 PR optimization/5079
576 * g++.dg/opt/static3.C: New test.
577
3d7ca167
ZD
5782003-08-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
579
580 * gcc.misc-tests/gcov-10b.c: New test.
581
031b59ce
MM
5822003-08-27 Mark Mitchell <mark@codesourcery.com>
583
584 * g++.dg/opt/ptrmem3.C: New test.
585
586 * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
587
b7bc76e3
JJ
5882003-08-27 Jakub Jelinek <jakub@redhat.com>
589
590 * gcc.dg/20030826-2.c: New test.
591
00229de4
RS
5922003-08-26 Roger Sayle <roger@eyesopen.com>
593
594 PR middle-end/12002
595 * g77.f-torture/compile/12002.f: New test case.
596
e3232933
RS
5972003-08-26 Roger Sayle <roger@eyesopen.com>
598
599 * gcc.dg/20030826-1.c: New test case.
600
a103ca2c
MK
6012003-08-26 Matt Kraai <kraai@alumni.cmu.edu>
602
603 * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
604
20b50672
NS
6052003-08-26 Nathan Sidwell <nathan@codesourcery.com>
606
6d9a0a36
NS
607 PR c++/11871
608 * c++.dg/lookup/crash1.C: New test.
609
20b50672
NS
610 * c++.dg/warn/noeffect3.C: New test.
611
0961802f
JJ
6122003-08-25 Janis Johnson <janis187@us.ibm.com>
613
614 * gcc.dg/compat/vector-1_x.c: Compile with -w.
615 * gcc.dg/compat/vector-1_y.c: Ditto.
616 * gcc.dg/compat/vector-2_x.c: Ditto.
617 * gcc.dg/compat/vector-2_y.c: Ditto.
618
b01e3e38
UW
6192003-08-25 Ulrich Weigand <uweigand@de.ibm.com>
620
621 * gcc.dg/20030702-1.c: New test.
622
43dc123f
MM
6232003-08-25 Mark Mitchell <mark@codesourcery.com>
624
625 PR c++/8795
626 * g++.dg/ext/altivec-1.C: New test.
627
a30b6839
RH
6282003-08-24 Richard Henderson <rth@redhat.com>
629
630 * g++.dg/eh/simd-2.C: Add -w for x86.
631
61c234ce
JJ
6322003-08-23 Jakub Jelinek <jakub@redhat.com>
633
634 * gcc.dg/20030815-1.c: New test.
635
a653d067
KL
6362003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
637
638 PR c++/3765
639 * g++.dg/parse/access6.C: New test.
640
19db77ce
KL
6412003-08-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
642
643 PR c++/641, c++/11876
644 * g++.dg/template/friend22.C: New test.
645 * g++.dg/template/friend23.C: Likewise.
646
35f73a73
MM
6472003-08-22 Mark Mitchell <mark@codesourcery.com>
648
649 * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
650 identically.
651
6560773a
MM
6522003-08-22 Mark Mitchell <mark@codesourcery.com>
653
654 * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
655
a30f2d65
MM
6562003-08-22 Mark Mitchell <mark@codesourcery.com>
657
658 * gcc.dg/20020313-1.c: Add "-w" to dg-options.
659
7741796c
MM
6602003-08-22 Mark Mitchell <mark@codesourcery.com>
661
662 * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
663
376de225
MM
6642003-08-22 Mark Mitchell <mark@codesourcery.com>
665
666 * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
667
f3c2dfc6
MM
6682003-08-21 Mark Mitchell <mark@codesourcery.com>
669
670 PR c++/11919
671 * g++.dg/overload/prom1.C: New test.
672
673 PR c++/11551
674 * g++.dg/parse/dtor2.C: New test.
675
676 PR c++/10762
677 * g++.dg/parse/using2.C: New test.
678
43c446b8
KH
6792003-08-21 Kazu Hirata <kazu@cs.umass.edu>
680
681 PR target/11805
682 * gcc.c-torture/compile/20030821-1.c: New.
683
35c18a20
MM
6842003-08-20 Mark Mitchell <mark@codesourcery.com>
685
686 PR c++/11834
687 * g++.dg/template/deduce2.C: New test.
688
c4c83fff
JZ
6892003-08-21 Josef Zlomek <zlomekj@suse.cz>
690
691 * gcc.c-torture/execute/20030821-1.c: New test.
692
2cf099a5
RS
6932003-08-20 Roger Sayle <roger@eyesopen.com>
694
695 PR middle-end/11984
696 * gcc.dg/20030820-1.c: New test case.
697
47d4c811
NS
6982003-08-20 Nathan Sidwell <nathan@codesourcery.com>
699
700 PR c++/11945
701 * g++.dg/warn/noeffect2.C: New test.
702
4b0d3cbe
MM
7032003-08-19 Mark Mitchell <mark@codesourcery.com>
704
705 PR c++/10926
706 * g++.dg/template/dtor2.C: New test.
707
708 PR c++/11684
709 * g++.dg/template/operator1.C: New test.
710 * g++.dg/parse/operator4.C: New test.
711
712 PR c++/11946.C
713 * g++.dg/expr/enum1.C: New test.
714 * gcc.dg/c99-bool-1.c: Remove bogus warning.
715
716 PR c++/11036.C
717 * g++.dg/parse/elab2.C: New test.
718 * g++.dg/parse/typedef4.C: Change error message.
719 * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
720 * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
721 * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
722
ccc01444
GK
7232003-08-19 Geoffrey Keating <geoffk@apple.com>
724
725 * gcc.dg/pch/warn-1.c: New.
726 * gcc.dg/pch/warn-1.hs: New.
727
728 * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
729 not-tested file.
730
c0d4955f
AP
7312003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
732
733 * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
734
4fad7068
AP
7352003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
736
737 * gcc.dg/uninit-D.c: New Test.
738 * gcc.dg/uninit-E.c: New Test.
739 * gcc.dg/uninit-F.c: New Test.
740 * gcc.dg/uninit-G.c: New Test.
741
7f5d157f
MR
7422003-08-19 Michael Ritzert <ritzert@t-online.de>
743
744 * g++.dg/README: Describe the pch directory.
745
b54f5338
KL
7462003-08-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
747
748 PR c++/11174
749 * g++.dg/parse/access4.C: New test.
750 * g++.dg/parse/access5.C: Likewise.
751 * g++.old-deja/g++.jason/access17.C: Adjust error message.
752
622adc7e
MK
7532003-08-18 Matt Kraai <kraai@alumni.cmu.edu>
754
755 * gcc.dg/noncompile/20030818-1.c: New.
756
a2507277
NS
7572003-08-18 Nathan Sidwell <nathan@codesourcery.com>
758
47d4c811
NS
759 PR c++/11957
760 * g++.dg/warn/noeffect1.C: New test.
761
a2507277
NS
762 * g++.dg/template/scope2.C: New test.
763 * g++.dg/template/error2.C: Correct dg-error
764
8edf7a6d
RS
7652003-08-18 Richard Sandiford <rsandifo@redhat.com>
766
767 * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
768
e895113a
NS
7692003-08-16 Nathan Sidwell <nathan@codesourcery.com>
770
771 PR C++/11512
772 * g++.dg/template/warn1.C: New.
773
68ea098a
NS
7742003-08-15 Nathan Sidwell <nathan@codesourcery.com>
775
776 * g++.dg/template/error2.C: New test.
777 * g++.dg/lookup/using7.C: Adjust errors
778 * g++.old-deja/g++.pt/crash36.C: Likewise.
779 * g++.old-deja/g++.pt/derived3.C: Likewise.
780
d256ac69
KG
7812003-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
782
783 * gcc.c-torture/execute/builtins/lib/strcat.c: New.
784 * gcc.c-torture/execute/builtins/string-9-lib.c: New.
785 * gcc.c-torture/execute/builtins/string-9.c: New, from
786 string-opt-9.c. Adjust for execute/builtins framework.
787 * gcc.c-torture/execute/string-opt-9.c: Delete.
788
560ad596
MM
7892003-08-12 Mark Mitchell <mark@codesourcery.com>
790
4717fcc7
MM
791 * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
792
560ad596
MM
793 * g++.dg/parse/ret-type2.C: New test.
794
795 PR c++/11703
796 * g++.dg/init/new8.C: New test.
797
798 PR c++/10923
799 * g++.dg/parse/typedef5.C: New test.
800
801 PR c++/9512
802 * g++.dg/parse/qualified2.C: New test.
803 * g++.old-deja/g++.other/decl5.C: Mark one more instance of
804 invalid code.
805
fe0378ed
MM
8062003-08-11 Mark Mitchell <mark@codesourcery.com>
807
808 * g++.dg/conversion/ptrmem1.C: New test.
809
5f5e441a
JJ
8102003-08-11 Jakub Jelinek <jakub@redhat.com>
811
812 PR target/11693
813 * gcc.dg/20030811-1.c: New test.
814
815 PR target/11535
816 * gcc.c-torture/execute/20030811-1.c: New test.
817
0235f855
KG
8182003-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
819
820 * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
821
d9148cf4
MM
8222003-08-10 Mark Mitchell <mark@codesourcery.com>
823
824 PR c++/11789.C
825 * g++.dg/inherit/multiple1.C: New test.
826
86306a6b
NS
8272003-08-10 Nathan Sidwell <nathan@codesourcery.com>
828
bae39a73
NS
829 * gcc.dg/spe1.c: New test.
830
ffc76561
NS
831 PR c++/11670
832 * g++.dg/expr/cast2.C: New test.
833
86306a6b
NS
834 PR c++/10530
835 * g++.dg/template/dependent-name2.C: New test.
836
bb6e4168
AP
8372003-08-08 Andrew Pinski <pinskia@physics.uc.edu>
838
839 * g++.dg/parse/crash11.C: Put the dg options in comments.
840
df38ffef
NB
8412003-08-08 Neil Booth <neil@daikokuya.co.uk>
842
843 * lib/gcc-dg.exp: Update for diagnostic change.
844
3adee96c
KL
8452003-08-07 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
846
847 PR c++/5767
848 * g++.dg/parse/crash11.C: New test.
849
372431b6
AO
8502003-08-06 Alexandre Oliva <aoliva@redhat.com>
851
852 * gcc.dg/cpp/spacing1.c: Update.
853
17f6297d
JJ
8542003-08-04 Janis Johnson <janis187@us.ibm.com>
855
856 PR target/11739
857 * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
858 a value for -mtune.
859
02a1994c
RS
8602003-08-04 Roger Sayle <roger@eyesopen.com>
861
862 PR middle-end/11771
863 * gcc.c-torture/compile/20030804-1.c: New test case.
864
f2593a66
RS
8652003-08-04 Roger Sayle <roger@eyesopen.com>
866
867 * gcc.dg/20030804-1.c: New test case.
868
b5d72eda
AO
8692003-08-04 Alexandre Oliva <aoliva@redhat.com>
870
871 * gcc.dg/cpp/separate-1.c: New test.
872
ae0b7dfc
NS
8732003-08-03 Nathan Sidwell <nathan@codesourcery.com>
874
6cb89308
NS
875 PR c++/11704
876 * g++.dg/template/dependent-expr2.C: New test.
877
ae0b7dfc
NS
878 PR c++/11766
879 * g++.dg/expr/ptrmem1.C: New test.
880
79572cb1
KL
8812003-08-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
882
883 PR c++/9453
884 * g++.dg/template/friend15.C: New test.
885
76bf2c97
NB
8862003-08-03 Neil Booth <neil@daikokuya.co.uk>
887
888 * lib/dg-pch.exp: Work round PCH bug.
889
8e9dd1eb
KG
8902003-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
891
892 * gcc.dg/builtins-1.c: Add macro helpers. Add missing math
893 builtins. Move cases from builtins-4.c here.
894
895 * gcc.dg/torture/builtin-math-1.c: New test taken from
896 bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
897 additional cases.
898
899 * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
900 Delete.
901
fd9aef9d
NS
9022003-08-02 Nathan Sidwell <nathan@codesourcery.com>
903
904 PR c++/9447
905 * g++.dg/template/using7.C: New test.
906
49634b3a
NB
9072003-08-02 Neil Booth <neil@daikokuya.co.uk>
908
909 * import1.c, import2.c: New tests.
910
5f77fbd4
JJ
9112003-08-01 Jakub Jelinek <jakub@redhat.com>
912
913 * g++.dg/eh/crossjump1.C: New test.
914
ee935db4
MM
9152003-08-01 Mark Mitchell <mark@codesourcery.com>
916
917 PR c++/11697
918 * g++.dg/template/using6.C: New test.
919
920 PR c++/11744
921 * g++.dg/template/koenig2.C: New test.
922
d6f7c704
KL
9232003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
924
925 PR c++/7983
926 * g++.dg/parse/typedef4.C: New test.
927
cbd63935
KL
9282003-08-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
929
930 PR c++/8442, c++/8806
931 * g++.dg/template/elab1.C: New test.
932 * g++.dg/template/type2.C: Likewise.
933 * g++.dg/template/ttp3.C: Adjust expected error message.
934 * g++.old-deja/g++.law/visibility13.C: Likewise.
935 * g++.old-deja/g++.niklas/t135.C: Likewise.
936 * g++.old-deja/g++.pt/ttp41.C: Likewise.
937 * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
938 template argument.
939 * g++.old-deja/g++.pt/ttp44.C: Likewise.
940
522da2bf
NS
9412003-08-01 Nathan Sidwell <nathan@codesourcery.com>
942
a5bcc582
NS
943 PR c++/11295
944 * g++.dg/ext/stmtexpr1.C: New test.
945
d340e53f
NS
946 * g++.dg/opt/tmp1.C: New test.
947
f21e6028
NS
948 PR c++/11525
949 * g++.dg/parse/constant4.C: New test.
950
522da2bf
NS
951 PR c++/9447
952 * g++.dg/template/using5.C: New test.
953
2598550f
RS
9542003-07-31 Roger Sayle <roger@eyesopen.com>
955
956 * gcc.dg/builtins-27.c: New test case.
957
a132b6a8
JJ
9582003-07-31 Jakub Jelinek <jakub@redhat.com>
959
960 * gcc.dg/tls/opt-7.c: New test.
961
5011c2ca
AP
9622003-07-31 Andrew Pinski <pinskia@physics.uc.edu>
963
964 * g++.old-deja/g++.other/crash18.C: Remove.
965
fb5ce3c9
NS
9662003-07-31 Nathan Sidwell <nathan@codesourcery.com>
967
ffd49b19
NS
968 * g++.dg/template/explicit3.C: New.
969 * g++.dg/template/explicit4.C: New.
970 * g++.dg/template/explicit5.C: New.
971
fb5ce3c9
NS
972 PR c++/11347
973 * g++.dg/template/memtmpl1.C: New.
974
675eab74
AP
9752003-07-29 Andrew Pinski <pinskia@physics.uc.edu>
976
977 PR target/11565
978 * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
979 * gcc.dg/i386-387-5.c (dg-options): Likewise.
980
602a82f3 9812003-07-30 Jan Hubicka <jh@suse.cz>
a0c8285b
JH
982
983 * vtgc1.c: Kill.
984
55d54003
ZW
9852003-07-29 Zack Weinberg <zack@codesourcery.com>
986
987 * gcc.dg/struct-in-proto-1.c: New test.
988
8f9b4009
NB
9892003-07-29 Neil Booth <neil@daikokuya.co.uk>
990
991 * gcc.dg/cpp/include2.c: Only expect one message.
992
399dedb9
NS
9932003-07-29 Nathan Sidwell <nathan@codesourcery.com>
994
995 PR c++/9447
996 * g++.dg/template/using1.C: New test.
997 * g++.dg/template/using2.C: New test.
998 * g++.dg/template/using3.C: New test.
999 * g++.dg/template/using4.C: New test.
1000
f67f7737
AO
10012003-07-29 Alexandre Oliva <aoliva@redhat.com>
1002
1003 * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
1004 * gcc.c-torture/execute/string-opt-10.c: Likewise.
1005
415d4636
MM
10062003-07-28 Jan Hubicka <jh@suse.cz>
1007
1008 PR c++/11530
1009 * g++.dg/opt/call1.C: New test.
1010
7b6d72fc
MM
10112003-07-28 Alexandre Oliva <aoliva@redhat.com>
1012
1013 PR c++/11667
1014 * g++.dg/init/enum2.C: New test.
1015 * g++.dg/template/overload1.C: Add "-w" option.
55d54003 1016
b7365957
HPN
10172003-07-28 <hp@bitrange.com>
1018
1019 * gcc.dg/Wdeclaration-after-statement-1.c,
1020 gcc.dg/Wdeclaration-after-statement-2.c: New tests.
1021
5dfa45d0
JJ
10222003-07-28 Jakub Jelinek <jakub@redhat.com>
1023
1024 * gcc.c-torture/compile/20030725-1.c: New test.
1025
66584e64
AH
10262003-07-28 Aldy Hernandez <aldyh@redhat.com>
1027
1028 * gcc.dg/20030505.c: Only run for SPE.
1029 Remove definition of opaque type.
1030
b7a78333
MM
10312003-07-27 Mark Mitchell <mark@codesourcery.com>
1032
1033 * g++.dg/template/ptrmem6.C: New test.
1034
18f3e349
GK
10352003-07-26 Geoffrey Keating <geoffk@apple.com>
1036
1037 * gcc.c-torture/compile/zero-strct-2.c: New test.
1038
863d3dfb
GK
10392003-07-25 Geoffrey Keating <geoffk@apple.com>
1040
1041 * gcc.dg/intermod-1.c: New test.
1042
a91db711
NS
10432003-07-25 Nathan Sidwell <nathan@codesourcery.com>
1044
22038b2c
NS
1045 PR c++/11617
1046 * g++.dg/template/lookup2.C: New test.
1047 * g++.dg/template/memclass1.C: Remove instantiated from error.
ca3c62ec 1048 * g++.dg/other/error2.C: Tweak expected errors.
22038b2c
NS
1049
1050 PR c++/11596
a91db711
NS
1051 * g++.dg/template/defarg3.C: New test.
1052
1053 * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
1054
22ed7e5f
MM
10552003-07-24 Mark Mitchell <mark@codesourcery.com>
1056
1057 * g++.dg/inherit/access5.C: New test.
1058
f60a10e7
KL
10592003-07-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1060
1061 PR c++/11513
1062 * g++.dg/template/crash8.C: New test.
1063
8f5b6d29
SB
10642003-07-23 Steven Bosscher <steven@gcc.gnu.org>
1065
1066 PR c/10602
1067 * gcc.dg/noncompile/incomplete-2.c: New test.
1068
11b8e71c
MM
10692003-07-23 Mark Mitchell <mark@codesourcery.com>
1070
bd16cb25
MM
1071 PR c++/11645
1072 * g++.dg/inherit/access4.C: New test.
1073
6cf4d1bc
MM
1074 PR c++/11517
1075 * g++.dg/expr/cond2.C: New test.
55d54003 1076
11b8e71c
MM
1077 PR optimization/10679
1078 * g++.dg/opt/inline4.C: New test.
1079
eb5abb39
NS
10802003-07-23 Nathan Sidwell <nathan@codesourcery.com>
1081
1082 * g++.dg/parse/crash10: New test.
1083
817aed6f
NS
10842003-07-22 Nathan Sidwell <nathan@codesourcery.com>
1085
1086 * g++.dg/ext/flexary1.C: New test.
55d54003 1087
bef89e9e
KL
10882003-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1089
1090 PR c++/10793
1091 * g++.dg/template/crash9.C: New test.
1092
4bd56354
VR
10932003-07-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1094
1095 PR c++/3004
1096 * g++.dg/parse/typedef3.C: New test.
1097
1098 PR c++/7906
1099 * g++.dg/parse/operator2.C: New test.
1100
1101 PR c++/8895
1102 * g++.dg/parse/def-tmpl-arg1.C: New test.
1103
1104 PR c++/9282
1105 * g++.dg/parse/funptr1.C: New test.
1106
1107 PR c++/9452
1108 * g++.dg/parse/ambig3.C: New test.
1109
1110 PR c++/9454
1111 * g++.dg/parse/operator3.C: New test.
1112
1113 PR c++/9486
1114 * g++.dg/parse/template10.C: New test.
1115
1116 PR c++/9488
1117 * g++.dg/parse/template11.C: New test.
1118
1119 PR c++/10150
1120 * g++.dg/parse/invalid-op1.C: New test.
1121
1122 PR c++/10247
1123 * g++.dg/parse/condexpr1.C: New test.
1124
c6e4cc53
NS
11252003-07-22 Nathan Sidwell <nathan@codesourcery.com>
1126
e0d1297c
NS
1127 * g++.dg/ext/packed3.C: New test.
1128 * g++.dg/ext/packed4.C: New test.
1129
c6e4cc53
NS
1130 * gcc.dg/pack-test-3.c: New test.
1131
dd039fc9
JJ
11322003-07-21 Janis Johnson <janis187@us.ibm.com>
1133
1134 * lib/compat.exp: Handle dg-options per source file.
1135 * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
1136 * g++.dg/compat/abi/bitfield1_y.C: Ditto.
1137 * g++.dg/compat/abi/bitfield2_x.C: Ditto.
1138 * g++.dg/compat/abi/bitfield2_y.C: Ditto.
1139 * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
1140 * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
1141 * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
1142 * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
1143 * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
1144 * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
1145 * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
1146 * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
1147 * g++.dg/compat/break/bitfield7_x.C: Ditto.
1148 * g++.dg/compat/break/bitfield7_y.C: Ditto.
1149
124b0e05
AP
11502003-07-21 Andrew Pinski <pinskia@physics.uc.edu>
1151
1152 PR c/10320
1153 * gcc.c-torture/execute/20030718-1.c: New test.
1154
bbda30a4
EB
11552003-07-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1156
55d54003 1157 PR optimization/11536
bbda30a4
EB
1158 * gcc.dg/20030721-1.c: New test.
1159
e9f9c81f
MM
11602003-07-19 Mark Mitchell <mark@codesourcery.com>
1161
1162 PR c++/11546
1163 * g++.dg/template/lookup1.C: New test.
1164
14e33ee8
ZW
11652003-07-19 Zack Weinberg <zack@codesourcery.com>
1166
1167 * gcc.dg/noncompile/label-1.c: New comprehensive test case for
1168 diagnostics of ill-formed constructs involving labels.
1169 * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
1170 the new 'previously defined here' message.
1171
a3f10e50
NS
11722003-07-18 Nathan Sidwell <nathan@codesourcery.com>
1173
1174 * g++.dg/parse/non-dependent2.C: New test.
1175
1fd0cd42
AP
11762003-07-18 Andrew Pinski <pinskia@physics.uc.edu>
1177
14e33ee8 1178 * g++.dg/init/init-ref4.C: xfail on targets without
1fd0cd42
AP
1179 weak symbols.
1180
16f6812f
JJ
11812003-07-17 Jakub Jelinek <jakub@redhat.com>
1182
1183 PR target/11087
1184 * gcc.c-torture/execute/20030717-1.c: New test.
1185
f129791c
EB
11862003-07-18 Eric Botcazou <ebotcazou@libertysurf.fr>
1187
1188 * g++.dg/opt/cfg1.C: New test.
1189
2b187c63
MM
11902003-07-17 Mark Mitchell <mark@codesourcery.com>
1191
1192 PR optimization/11557
1193 * gcc.dg/20030717-1.c: New test.
1194
bf88d870
AP
11952003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
1196
1197 PR c++/10476
1198 * g++.dg/expr/crash-1.C: New test.
1199
1200 PR c++/11027
1201 * g++.dg/template/init3.C: New test.
1202
1203 PR c++/8222
1204 * g++.dg/template/non-dependent1.C: New test.
1205
1206 PR c++/11070
1207 * g++.dg/template/non-dependent2.C: New test.
1208
1209 PR c++/11071
1210 * g++.dg/template/non-dependent3.C: New test.
1211
1212 PR c++/9907
1213 * g++.dg/template/sizeof5.C: New test.
1214
26e0dcb3
GK
12152003-07-17 Geoffrey Keating <geoffk@apple.com>
1216
1217 PR 11498
1218 * gcc.c-torture/compile/mangle-1.c: New file.
1219
41c5ee06
KL
12202003-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1221
1222 PR c++/7809
94b32725 1223 * g++.dg/parse/access3.C: New test.
41c5ee06 1224
2a39bedb 12252003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
d424f7ff
AP
1226
1227 PR c++/11384
1228 * g++.dg/init/init-ref4.C: New test.
1229
39703eb9
MM
12302003-07-16 Mark Mitchell <mark@codesourcery.com>
1231
1232 PR c++/11547
1233 * g++.dg/parse/constant3.C: New test.
1234 * g++.dg/parse/crash7.C: Likewise.
1235
48addf69
AP
12362003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
1237
1238 PR target/11008
1239 * gcc.dg/i386-pentium4-not-mull.c: New.
1240
1e0343dd
R
12412003-07-16 J"orn Rennecke <joern.rennecke@superh.com>
1242
1243 * gcc.dg/asm-names.c (ymain): Make it weak.
1244
866eb556
KL
12452003-07-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1246
1247 PR c++/5421
1248 * g++.dg/template/friend21.C: New test.
1249
fc4767bb
JJ
12502003-07-16 Jakub Jelinek <jakub@redhat.com>
1251
1252 * gcc.dg/cleanup-8.c: New test.
1253 * gcc.dg/cleanup-9.c: New test.
1254
32f2f2cb
DS
12552003-07-16 Danny Smith <dannysmith@users.sourceforge.net>
1256
1257 * g++.dg/ext/dll-MI1.h: New file.
1258 * g++.dg/ext/dllexport-MI1.C: New file.
1259 * g++.dg/ext/dllimport-MI1.C: New file.
1260
bc8229a0
JJ
12612003-07-15 Jakub Jelinek <jakub@redhat.com>
1262
1263 * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
1264 it does not have cmpstrsi patterns (just cmpmemsi).
1265
b0afa2fc
MM
12662003-07-15 Mark Mitchell <mark@codesourcery.com>
1267
1268 PR debug/11473
1269 * g++.dg/debug/debug8.C: New test.
1270
caec1dc0
KL
12712003-07-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1272
1273 PR c++/10108
1274 * g++.dg/template/crash7.C: New test.
1275
aadf50ed
KH
12762003-07-15 Kazu Hirata <kazu@cs.umass.edu>
1277
1278 PR target/10795
1279 * gcc.c-torture/compile/20030708-1.c: New.
1280
5a257872
EB
12812003-07-15 Eric Botcazou <ebotcazou@libertysurf.fr>
1282
1283 * gcc.c-torture/execute/20030715-1.c: New test.
1284
89a68bb9
GK
12852003-07-14 Geoffrey Keating <geoffk@apple.com>
1286
1287 * gcc.dg/pch/inline-3.c: New file.
1288 * gcc.dg/pch/inline-3.hs: New file.
1289 * gcc.dg/pch/inline-4.c: New file.
1290 * gcc.dg/pch/inline-4.hs: New file.
1291
5e08432e
MM
12922003-07-14 Mark Mitchell <mark@codesourcery.com>
1293
8d83f792
MM
1294 PR c++/11509
1295 * g++.dg/template/crash6.C: New test.
1296
748d4c7e
MM
1297 PR c++/7053
1298 * g++.dg/template/friend20.C: New test.
1299
5e08432e
MM
1300 PR c++/7019
1301 * g++.dg/template/overload2.C: New test.
1302
1b78cca9
FS
13032003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1304
1305 PR optimization/11440
1306 * gcc.c-torture/execute/20030714-1.c: New test.
1307
55ece1b3
KL
13082003-07-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1309
1310 PR c++/11154
1311 * g++.dg/template/partial2.C: New test.
1312
b3445994
MM
13132003-07-13 Mark Mitchell <mark@codesourcery.com>
1314
a3d87771
MM
1315 PR c++/11503
1316 * g++.dg/template/anon1.C: New test.
1317
b3445994
MM
1318 PR c++/11493
1319 PR c++/11495
1320 * g++.dg/parse/template9.C: Likewise.
1321 * g++.dg/template/crash4.C: New test.
1322 * g++.dg/template/koenig1.C: Likewise.
1323 * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
1324 * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
1325 * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
1326 functions.
1327 * g++.old-deja/g++.jason/template36.C: Likewise.
1328 * g++.old-deja/g++.mike/p1989.C: Likewise.
1329 * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
1330 * g++.old-deja/g++.pt/ttp20.C: Use this->.
1331 * g++.old-deja/g++.pt/ttp21.C: Use this->.
1332 * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
1333 compiling.
1334 * g++.old-deja/g++.pt/union2.C: Use this->.
1335
358b8f01
JJ
13362003-07-11 Jakub Jelinek <jakub@redhat.com>
1337
1338 * gcc.dg/20030711-1.c: New test.
1339
7efa3e22
NS
13402003-07-11 Nathan Sidwell <nathan@codesourcery.com>
1341
1342 PR c++/11050
1343 * g++.dg/parse/args1.C: New test.
1344 * g++.pt/defarg8.C: Change expected errors.
1345
7d48af30
MM
13462003-07-11 Mark Mitchell <mark@codesourcery.com>
1347
87ca53f6
MM
1348 PR c++/8164
1349 * g++.dg/template/nontype2.C: New test.
1350
a6b602ca
MM
1351 PR c++/10558
1352 * g++.dg/parse/template8.C: New test.
1353
6eeba0cc
MM
1354 PR c++/8327
1355 * g++.dg/template/scope1.C: New test.
1356
7d48af30
MM
1357 * g++.dg/warn/Wsign-compare-1.C: New test.
1358
1dc9efda
KH
13592003-07-10 Kazu Hirata <kazu@cs.umass.edu>
1360
1361 * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
1362
4a386498
MM
13632003-07-10 Mark Mitchell <mark@codesourcery.com>
1364
584672ee
MM
1365 PR c++/9411
1366 * g++.dg/template/explicit2.C: New test.
1367
4a386498
MM
1368 PR c++/10032
1369 * g++.dg/warn/pedantic1.C: New test.
1370
7c728fc6
NS
13712003-07-10 Nathan Sidwell <nathan@codesourcery.com>
1372
1373 PR c++ 9483
1374 * g++.dg/other/field1.C: New test.
1375
11791dbc
KH
13762003-07-10 Kazu Hirata <kazu@cs.umass.edu>
1377
1378 PR c/11449
1379 * gcc.c-torture/compile/20030707-1.c: New.
1380
0c3b76ea
KL
13812003-07-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1382
1383 PR c++/10849
1384 * g++.dg/template/access12.C: New test.
1385
bda8c1ca
NS
13862003-07-09 Nathan Sidwell <nathan@codesourcery.com>
1387
1388 * g++.dg/bprob/bprob.exp (prof_ext): Update.
1389 * g77.dg/bprob/bprob.exp (prof_ext): Update.
1390 * gcc.misc-tests/bprob.exp (prof_ext): Update.
1391 * gcc.misc-tests/gcov.exp: Update
1392 * g++.dg/gcov/gcov.exp: Update
1393 * lib/gcov.exp: Update.
1394
d17811fd
MM
13952003-07-08 Mark Mitchell <mark@codesourcery.com>
1396
1397 * g++.dg/abi/mangle17.C: Make sure template expressions are
1398 dependent.
1399 * g++.dg/abi/mangle4.C: Mark erroneous casts.
1400 * g++.dg/debug/debug7.C: Mark erronous new-declarator.
1401 * g++.dg/opt/stack1.C: Remove erroneous code.
1402 * g++.dg/parse/template7.C: New test.
1403 * g++.dg/template/dependent-expr1.C: Mark erroneous code.
1404 * g++.old-deja/g++.pt/crash4.C: Likewise.
1405
76739f29
JDA
14062003-07-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1407
1408 * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
1409 with zero or one occurence of `$' after the initial `L'.
1410
55c9de2d
KH
14112003-07-08 Kazu Hirata <kazu@cs.umass.edu>
1412
1413 * gcc.c-torture/compile/20030704-1.c: Add a comment.
1414
8af61113
RS
14152003-07-08 Roger Sayle <roger@eyesopen.com>
1416
1417 PR c/11370
1418 * gcc.dg/Wunreachable-6.c: New testcase.
1419 * gcc.dg/Wunreachable-7.c: New testcase.
1420
7e6dc358
JJ
14212003-07-08 Jakub Jelinek <jakub@redhat.com>
1422
1423 PR c/11420
1424 * gcc.dg/20030708-1.c: New test.
1425
b8898790
RS
14262003-07-08 Richard Sandiford <rsandifo@redhat.com>
1427
1428 * gcc.dg/compat/sdata-section.h: New file.
1429 * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
1430 * gcc.dg/torture/mips-sdata-1.c: New test.
1431
c4d0910c
KL
14322003-07-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1433
1434 PR c++/11030
1435 * g++.dg/template/friend19.C: New test.
1436
8df63efa
JJ
14372003-07-08 Jakub Jelinek <jakub@redhat.com>
1438
1439 * g++.dg/opt/strength-reduce.C: New test.
1440
afeeac3f
RS
14412003-07-07 Roger Sayle <roger@eyesopen.com>
1442
1443 PR target/10979
1444 * gcc.dg/20030707-1.c: New testcase.
1445
2c430630
RS
14462003-07-07 Roger Sayle <roger@eyesopen.com>
1447
1448 PR optimization/11059
1449 * g++.dg/opt/emptyunion.C: New testcase.
1450
82d610ec 14512003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14e33ee8 1452 Eric Botcazou <ebotcazou@libertysurf.fr>
82d610ec
RK
1453
1454 * g++.dg/opt/stack1.C: New test.
1455
0a72704b
MM
14562003-07-05 Mark Mitchell <mark@codesourcery.com>
1457
1458 * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
1459 run test.
14e33ee8 1460
0a72704b
MM
1461 PR c++/11431
1462 * g++.dg/expr/static_cast3.C: New test.
1463
e6cc3a24
ZW
14642003-07-04 Zack Weinberg <zack@codesourcery.com>
1465
1466 * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
1467 everywhere.
1468 * gcc.dg/concat.c: Concatenation of string constants with
1469 __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
1470 * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
1471 * gcc.dg/cpp/escape-2.c: Use wide character constants where
1472 necessary to avoid multi-character character constant warning.
1473 * gcc.dg/cpp/escape.c: Likewise.
1474 * gcc.dg/cpp/ucs.c: Likewise.
1475 Remove backslashes from dg-bogus comments, as they confuse Tcl.
1476 Fix a typo.
1477
9037065f
KH
14782003-07-04 Kazu Hirata <kazu@cs.umass.edu>
1479
682def26 1480 PR c/11428
9037065f
KH
1481 * gcc.c-torture/compile/20030704-1.c: New.
1482
ae81000a
KH
14832003-07-04 Kazu Hirata <kazu@cs.umass.edu>
1484
1485 * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
1486
1cf0dce8
DS
14872003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
1488
1489 PR c++/5287, PR c++/7910, PR c++/11021
32f2f2cb 1490 * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
1cf0dce8 1491 tests for warnings.
32f2f2cb
DS
1492 * g++.dg/ext/dllimport2.C: Add tests for warnings.
1493 * g++.dg/ext/dllimport3.C: Likewise.
1494 * g++.dg/ext/dllimport4.C: New file.
1495 * g++.dg/ext/dllimport5.C: New file.
1496 * g++.dg/ext/dllimport6.C: New file.
1497 * g++.dg/ext/dllimport7.C: New file.
1498 * g++.dg/ext/dllimport8.C: New file.
1499 * g++.dg/ext/dllimport9.C: New file.
1500 * g++.dg/ext/dllimport10.C: New file.
1501 * g++.dg/ext/dllexport1.C: New file.
1cf0dce8 1502
d6b4ea85
MM
15032003-07-03 Mark Mitchell <mark@codesourcery.com>
1504
1505 * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
1506 * g++.old-deja/g++.mike/net36.C: Tweak error messages.
1507
0a9530a9
RS
15082003-07-03 Roger Sayle <roger@eyesopen.com>
1509
1510 * gcc.dg/builtins-25.c: New testcase.
1511 * gcc.dg/builtins-26.c: New testcase.
1512
9b269fc7
JJ
15132003-07-03 Janis Johnson <janis187@us.ibm.com>
1514
7516d736
JJ
1515 * gcc.dg/compat/vector-defs.h: New file.
1516 * gcc.dg/compat/vector-setup.h: New file.
1517 * gcc.dg/compat/vector-check.h: New file.
1518 * gcc.dg/compat/vector-1_main.c: New file.
1519 * gcc.dg/compat/vector-1_x.c: New file.
1520 * gcc.dg/compat/vector-1_y.c: New file.
1521 * gcc.dg/compat/vector-2_main.c: New file.
1522 * gcc.dg/compat/vector-2_x.c: New file.
1523 * gcc.dg/compat/vector-2_y.c: New file.
1524
0964c98c
JJ
1525 * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
1526 * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
1527 * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
1528 * gcc.dg/compat/struct-align-1.h: New file.
1529 * gcc.dg/compat/struct-align-1_main.c: New file.
1530 * gcc.dg/compat/struct-align-1_x.c: New file.
1531 * gcc.dg/compat/struct-align-1_y.c: New file.
1532 * gcc.dg/compat/struct-align-2.h: New file.
1533 * gcc.dg/compat/struct-align-2_main.c: New file.
1534 * gcc.dg/compat/struct-align-2_x.c: New file.
1535 * gcc.dg/compat/struct-align-2_y.c: New file.
1536
9b269fc7
JJ
1537 * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
1538 * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1539 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1540 * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1541 * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1542 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1543 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1544 * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1545 * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1546 * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1547 * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1548 * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1549 * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1550 * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1551 * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1552 * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1553 * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1554 * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1555 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1556 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1557 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1558 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1559 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1560 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1561 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1562 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1563 * gcc.dg/compat/struct-return-10_x.c: Ditto.
1564 * gcc.dg/compat/struct-return-2_x.c: Ditto.
1565 * gcc.dg/compat/struct-return-3_x.c: Ditto.
1566
ee41cff4
EB
15672003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1568
1569 * gcc.dg/i386-call-1.c: New test.
1570
8db1028e
NS
15712003-07-03 Nathan Sidwell <nathan@codesourcery.com>
1572
1573 PR c++/9162
1574 * g++.dg/parse/defarg4.C: New.
1575
a11c61d2
RS
15762003-07-03 Roger Sayle <roger@eyesopen.com>
1577
1578 PR target/10700
1579 * gcc.c-torture/compile/20030703-1.c: New test case.
1580
06114438
MM
15812003-07-03 Mark Mitchell <mark@codesourcery.com>
1582
1583 * g++.dg/template/local3.C: Remove extra semicolon.
1584
8821d091
EB
15852003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1586
1587 * gcc.dg/i386-volatile-1.c: New test.
1588
0c83a0fc
NS
15892003-07-02 Nathan Sidwell <nathan@codesourcery.com>
1590
300e89a2
NS
1591 PR c++/11072
1592 * g++.dg/other/offsetof2.C: XFAIL.
1593 * g++.dg/other/offsetof5.C: New.
1594
08476342
NS
1595 PR c++/10219
1596 * g++.dg/template/error1.C: New.
e6cc3a24 1597
0c83a0fc
NS
1598 PR c++/9779
1599 * g++.dg/template/dependent-expr1.C: New.
1600
62bfce90
MM
16012003-07-01 Mark Mitchell <mark@codesourcery.com>
1602
ddb45080
MM
1603 PR c++/6949
1604 * g++.dg/template/local3.C: New test.
1605
62bfce90
MM
1606 PR c++/11149
1607 * g++.dg/lookup/scoped6.C: New test.
1608
a9d58f96
GB
16092003-07-01 Giovanni Bajo <giovannibajo@libero.it>
1610
e6cc3a24
ZW
1611 PR c++/8046
1612 * g++.dg/other/error7.C: New test.
a9d58f96 1613
0d0a1710
KH
16142003-07-01 Kazu Hirata <kazu@cs.umass.edu>
1615
1616 * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
1617 * g++.old-deja/g++.abi/vtable3.h: Likewise.
1618 * g++.old-deja/g++.law/code-gen5.C: Likewise.
1619 * g++.old-deja/g++.other/union2.C: Likewise.
1620 * gcc.dg/c90-const-expr-2.c: Likewise.
1621 * gcc.dg/c90-const-expr-3.c: Likewise.
1622 * gcc.dg/c99-const-expr-2.c: Likewise.
1623 * gcc.dg/c99-const-expr-3.c: Likewise.
1624 * gcc.dg/concat.c: Likewise.
1625
c9bdad35
MM
16262003-07-01 Mark Mitchell <mark@codesourcery.com>
1627
1628 PR c++/9559
1629 * g++.dg/init/static1.C: New test.
1630
f11c1f90
VR
16312003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1632
1633 * Changelog: Remove ">>>>>>>" from previous change.
1634
109b748d
VR
16352003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1636
1637 * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
1638 * g++.old-deja/g++.other/access2.C: Likewise.
1639 * g++.old-deja/g++.other/decl2.C: Likewise.
1640 * gcc.c-torture/execute/20020615-1.c: Likewise.
1641
c85e18ee
GB
16422003-06-30 Giovanni Bajo <giovannibajo@libero.it>
1643
e6cc3a24
ZW
1644 PR c++/4933
1645 * g++.dg/template/sizeof4.C: New test.
c85e18ee 1646
b3c5e31b
GB
16472003-06-30 Giovanni Bajo <giovannibajo@libero.it>
1648
e6cc3a24 1649 * g++.dg/other/error6.C: New test.
b3c5e31b
GB
1650
16512003-06-30 Giovanni Bajo <giovannibajo@libero.it>
984e085f 1652
e6cc3a24
ZW
1653 PR c++/10750
1654 * g++.dg/parse/constant2.C: New test.
984e085f 1655
5806e040
GB
16562003-06-30 Giovanni Bajo <giovannibajo@libero.it>
1657
e6cc3a24
ZW
1658 PR c++/11106
1659 * g++.dg/other/error5.C: New test.
5806e040 1660
280c1e0d
KG
16612003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1662
1663 * gcc.dg/format/gcc_diag-1.c: New test.
1664
81a6489e
UW
16652003-06-28 Ulrich Weigand <uweigand@de.ibm.com>
1666
1667 * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
1668
9a472a42
NS
16692003-06-28 Nathan Sidwell <nathan@codesourcery.com>
1670
1671 * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
1672 * g++.old-deja/g++.robertl/eb133a.C: Likewise.
1673 * g++.old-deja/g++.robertl/eb133b.C: Likewise.
1674
ae808627
JJ
16752003-06-28 Jakub Jelinek <jakub@redhat.com>
1676
1677 * gcc.c-torture/execute/builtins/string-8.c: New test.
1678 * gcc.c-torture/execute/builtins/string-8-lib.c: New.
1679 * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
1680 * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
1681
dce50630
MM
16822003-06-27 Mark Mitchell <mark@codesourcery.com>
1683
1684 PR c++/10468
1685 * g++.dg/ext/typeof6.C: New test.
1686
e455bc27
MM
16872003-06-27 Mark Mitchell <mark@codesourcery.com>
1688
1689 PR c++/10796
1690 * g++.dg/init/enum1.C: New test.
1691
dc65c307
UW
16922003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1693
1694 * gcc.dg/20030627-1.c: New test.
1695
3a73bcc6
MM
16962003-06-26 Mark Mitchell <mark@codesourcery.com>
1697
1698 PR c++/11332
1699 * g++.dg/expr/static_cast2.C: New test.
1700
6ba701c8
RS
17012003-06-26 Roger Sayle <roger@eyesopen.com>
1702 Jakub Jelinek <jakub@redhat.com>
1703
1704 * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
1705 sprintf(dst,"%s",src) optimization.
1706 * gcc.c-torture/execute/20030626-1.c: New test case.
1707 * gcc.c-torture/execute/20030626-2.c: New test case.
1708
555c346a
JR
17092003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
1710
35d6034b
R
1711 * gcc.c-torture/execute/multi-ix.c: New test.
1712
555c346a
JR
1713 * gcc.c-torture/execute/simd-4.c (main):
1714 Added missing semicolon at end of union.
1715
2f54a1db
GB
17162003-06-26 Giovanni Bajo <giovannibajo@libero.it>
1717
e6cc3a24
ZW
1718 PR c++/8266
1719 * g++.dg/template/explicit-instantiation3.C: New test.
2f54a1db 1720
998c7773
EB
17212003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
1722
1723 * gcc.dg/20030626-1.c: Use signed char.
1724
6dc208a1
EB
17252003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
1726
1727 * gcc.dg/20030626-1.c: New test.
1728
9eee5e72
NB
17292003-06-26 Neil Booth <neil@daikokuya.co.uk>
1730
1731 * const-str-2.m: Update.
1732
3fe18f1d
MM
17332003-06-25 Mark Mitchell <mark@codesourcery.com>
1734
e80706c4
MM
1735 PR c++/10990
1736 * g++.dg/rtti/dyncast1.C: New test.
1737 * g++.dg/abi/mangle4.C: Correct base-specifier access.
1738 * g++.dg/lookup/scoped1.C: Remove XFAIL.
1739 * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
1740
3fe18f1d
MM
1741 PR c++/10931
1742 * g++.dg/expr/static_cast1.C: New test.
e6cc3a24 1743
55a5d1f7
JZ
17442003-06-25 Josef Zlomek <zlomekj@suse.cz>
1745
1746 * gcc.dg/20030625-1.c: New test.
1747
b9ba01a1
RS
17482003-06-24 Roger Sayle <roger@eyesopen.com>
1749
1750 * gcc.c-torture/compile/20030624-1.c: New test case.
1751
946137a0
JJ
17522003-06-24 Jakub Jelinek <jakub@redhat.com>
1753
1754 * gcc.c-torture/execute/string-opt-17.c: New test.
1755
401f376d
MM
17562003-06-24 Mark Mitchell <mark@codesourcery.com>
1757
1758 PR c++/5754
1759 * g++.dg/parse/crash6.C: New test.
1760
2082e02f
RS
17612003-06-23 Roger Sayle <roger@eyesopen.com>
1762
1763 * gcc.dg/builtins-24.c: New test case.
1764
98decfaf
JJ
17652003-06-23 Jakub Jelinek <jakub@redhat.com>
1766
1767 * g++.dg/opt/operator1.C: New test.
1768
8e0952f0
RS
17692003-06-22 Roger Sayle <roger@eyesopen.com>
1770
1771 * gcc.c-torture/execute/string-opt-16.c: New test case.
1772
25abc0a5
GDR
17732003-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
1774
e6cc3a24
ZW
1775 * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion option.
1776 * g++.old-deja/g++.other/conv7.C: Likewise
1777 * g++.old-deja/g++.other/overcnv2.C: Likewise.
1778 * g++.old-deja/g++.other/overload14.C: Likewise.
25abc0a5 1779
dfbeb061
GDR
17802003-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
1781
1782 * g++.old-deja/g++.jason/conversion5.C: Adjust option.
1783 * g++.old-deja/g++.bugs/900215_01.C: Likewise.
1784
ae4a7155
MM
17852003-06-20 Mark Mitchell <mark@codesourcery.com>
1786
1787 PR c++/10888
e6cc3a24 1788 * g++.dg/warn/Winline-3.C: New test.
ae4a7155 1789
66d418e6
MM
17902003-06-20 Mark Mitchell <mark@codesourcery.com>
1791
3348ded5
MM
1792 * lib/target-supports.exp (check_alias_available): Make the test
1793 program acceptable to the Solaris assembler.
1794
66d418e6
MM
1795 PR c++/10749
1796 * g++.dg/template/memclass2.C: New test.
1797
a3237033 17982003-06-20 Mark Mitchell <mark@codesourcery.com>
e6cc3a24
ZW
1799 Eric Botcazou <ebotcazou@libertysurf.fr>
1800
a3237033
MM
1801 * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
1802 data for non-matching targets.
1803 * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
1804
68361a03
MM
18052003-06-20 Mark Mitchell <mark@codesourcery.com>
1806
1807 PR c++/10845
1808 * g++.dg/template/member3.C: New test.
1809
170b020f
MM
18102003-06-19 Mark Mitchell <mark@codesourcery.com>
1811
00cf3e31
MM
1812 PR c++/10939
1813 * g++.dg/template/func1.C: New test.
1814
f139561c
MM
1815 PR c++/9649
1816 * g++.dg/template/static4.C: New test.
1817 * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
1818
170b020f
MM
1819 PR c++/11041
1820 * g++.dg/init/ref7.C: New test.
1821
7a1d37e9
MA
18222003-06-19 Matt Austern <austern@apple.com>
1823
1824 PR c++/11228
1825 * g++.dg/anew1.C: New test.
1826 * g++.dg/anew2.C: New test.
1827 * g++.dg/anew3.C: New test.
1828 * g++.dg/anew4.C: New test.
e6cc3a24 1829
af2bfd33
KH
18302003-06-19 Kazu Hirata <kazu@cs.umass.edu>
1831
1832 * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
1833
254d52a9
R
18342003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
1835
1836 * gcc.c-torture/execute/simd-4.c (main): Make expected value
1837 endian-dependent.
1838
7dfa28ba
BK
18392003-06-17 Benjamin Kosnik <bkoz@redhat.com>
1840
1841 * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
1842 Remove cruft.
e6cc3a24 1843
b9f260c1
KH
18442003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1845
1846 * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
1847 * gcc.c-torture/compile/961203-1.c: Likewise.
1848 * gcc.c-torture/compile/980506-1.c: Likewise.
1849
3cedc9d8
MM
18502003-06-17 Mark Mitchell <mark@codesourcery.com>
1851
019bb98e 1852 PR c++/10712
3cedc9d8 1853 * g++.dg/lookup/using7.C: New test.
e6cc3a24 1854
ca90f3e1
MM
18552003-06-17 Mark Mitchell <mark@codesourcery.com>
1856
1857 PR c++/11105
1858 * g++.dg/abi/conv1.C: Remove it.
1859 * g++.dg/template/conv7.C: New test.
1860 * g++.dg/template/conv8.C: Likewise.
1861 * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
1862 conversion operator.
1863
c3d06477
JJ
18642003-06-17 Janis Johnson <janis187@us.ibm.com>
1865
1866 * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
1867 * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
1868 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
1869 * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
1870 * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
1871 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
1872 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
1873 * gcc.dg/compat/scalar-return-3_x.c: Ditto.
1874 * gcc.dg/compat/scalar-return-4_x.c: Ditto.
1875 * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
1876 * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
1877 * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
1878 * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
1879 * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
1880 * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
1881 * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
1882 * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
1883 * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
1884 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
1885 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
1886 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
1887 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1888 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1889 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
1890 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
1891 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
1892 * gcc.dg/compat/struct-return-10_x.c: Ditto.
1893 * gcc.dg/compat/struct-return-2_x.c: Ditto.
1894 * gcc.dg/compat/struct-return-3_x.c: Ditto.
1895
a48e7d36
MM
18962003-06-16 Mark Mitchell <mark@codesourcery.com>
1897
786a48dd
MM
1898 * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
1899 * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
1900 indications.
a48e7d36 1901
82d397c7
RS
19022003-06-16 Roger Sayle <roger@eyesopen.com>
1903
1904 * gcc.dg/i386-387-5.c: New test case.
1905 * gcc.dg/i386-387-6.c: New test case.
1906 * gcc.dg/builtins-23.c: New test case.
1907
9d5b9dae
RS
19082003-06-15 Roger Sayle <roger@eyesopen.com>
1909
1910 * gcc.dg/builtins-22.c: New test case.
1911 * gcc.dg/i386-387-1.c: Update to test exp.
1912 * gcc.dg/i386-387-2.c: Likewise.
1913
3af0187c
KG
19142003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1915
1916 * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
1917
5482aaab
MM
19182003-06-12 Mark Mitchell <mark@codesourcery.com>
1919
1920 * lib/gcc-dg.exp (dg-require-dll): New function.
1921 (dg-xfail-if): Likewise.
1922 * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
1923 driver.
e6cc3a24 1924
5482aaab
MM
1925 * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
1926 * gcc.c-torture/compile/20001205-1.c: Likewise.
1927 * gcc.c-torture/compile/20001226-1.c: Likewise.
1928 * gcc.c-torture/compile/20010518-2.c: Likewise.
1929 * gcc.c-torture/compile/20020312-1.c: Likewise.
1930 * gcc.c-torture/compile/20020604-1.c: Likewise.
1931 * gcc.c-torture/compile/920501-12.c: Likewise.
1932 * gcc.c-torture/compile/920501-4.c: Likewise.
1933 * gcc.c-torture/compile/920520-1.c: Likewise.
1934 * gcc.c-torture/compile/920521-1.c: Likewise.
1935 * gcc.c-torture/compile/920625-1.c: Likewise.
1936 * gcc.c-torture/compile/961203-1.c: Likewise.
1937 * gcc.c-torture/compile/980506-1.c: Likewise.
1938 * gcc.c-torture/compile/981006-1.c: Likewise.
1939 * gcc.c-torture/compile/981022-1.c: Likewise.
1940 * gcc.c-torture/compile/981223-1.c: Likewise.
1941 * gcc.c-torture/compile/990617-1.c: Likewise.
1942 * gcc.c-torture/compile/dll.c: Likewise.
1943 * gcc.c-torture/compile/labels-3.c: Likewise.
1944 * gcc.c-torture/compile/mipscop-1.c: Likewise.
1945 * gcc.c-torture/compile/mipscop-2.c: Likewise.
1946 * gcc.c-torture/compile/mipscop-3.c: Likewise.
1947 * gcc.c-torture/compile/mipscop-4.c: Likewise.
1948 * gcc.c-torture/compile/simd-5.c: Likewise.
1949 * gcc.c-torture/compile/20000804-1.x: Remove.
1950 * gcc.c-torture/compile/20001205-1.x: Likewise.
1951 * gcc.c-torture/compile/20001226-1.x: Likewise.
1952 * gcc.c-torture/compile/20010518-2.x: Likewise.
1953 * gcc.c-torture/compile/20020312-1.x: Likewise.
1954 * gcc.c-torture/compile/20020604-1.x: Likewise.
1955 * gcc.c-torture/compile/920501-12.x: Likewise.
1956 * gcc.c-torture/compile/920501-4.x: Likewise.
1957 * gcc.c-torture/compile/920520-1.x: Likewise.
1958 * gcc.c-torture/compile/920521-1.x: Likewise.
1959 * gcc.c-torture/compile/920625-1.x: Likewise.
1960 * gcc.c-torture/compile/961203-1.x: Likewise.
1961 * gcc.c-torture/compile/980506-1.x: Likewise.
1962 * gcc.c-torture/compile/981006-1.x: Likewise.
1963 * gcc.c-torture/compile/981022-1.x: Likewise.
1964 * gcc.c-torture/compile/981223-1.x: Likewise.
1965 * gcc.c-torture/compile/990617-1.x: Likewise.
1966 * gcc.c-torture/compile/mipscop-1.x: Likewise.
1967 * gcc.c-torture/compile/mipscop-2.x: Likewise.
1968 * gcc.c-torture/compile/mipscop-3.x: Likewise.
1969 * gcc.c-torture/compile/mipscop-4.x: Likewise.
1970 * gcc.c-torture/compile/simd-5.x: Likewise.
1971
1972 * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
1973
5adf448c
EB
19742003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1975
1976 * gcc.c-torture/execute/20030611-1.c: New test.
1977
96f26e41
RS
19782003-06-12 Roger Sayle <roger@eyesopen.com>
1979
1980 PR middle-end/168
1981 * gcc.dg/20030612-1.c: New test case.
1982
79b59cc3
MM
19832003-06-12 Mark Mitchell <mark@codesourcery.com>
1984
1985 PR c++/10635
1986 * g++.dg/expr/cast1.C: New test.
1987
f7df23be
RS
19882003-06-12 Roger Sayle <roger@eyesopen.com>
1989
1990 * gcc.dg/builtins-21.c: New test case.
1991
8a434e1d
KC
19922003-06-11 Kelley Cook <kelleycook@wideopenwest.com>
1993
1994 * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
1995 options instead of at the end.
1996 * lib/objc.exp (objc_target_compile): Likewise.
1997
df7f7b9c
MM
19982003-06-11 Mark Mitchell <mark@codesourcery.com>
1999
2000 PR c++/10432
2001 * g++.dg/parse/error1.C: New test.
2002
795a4ff2
JJ
20032003-06-11 Janis Johnson <janis187@us.ibm.com>
2004
2f1c3e49
JJ
2005 * gcc.dg/compat/struct-by-value-11_main.c: New file.
2006 * gcc.dg/compat/struct-by-value-11_x.c: New file.
2007 * gcc.dg/compat/struct-by-value-11_y.c: New file.
2008 * gcc.dg/compat/struct-by-value-12_main.c: New file.
2009 * gcc.dg/compat/struct-by-value-12_x.c: New file.
2010 * gcc.dg/compat/struct-by-value-12_y.c: New file.
2011 * gcc.dg/compat/struct-by-value-13_main.c: New file.
2012 * gcc.dg/compat/struct-by-value-13_x.c: New file.
2013 * gcc.dg/compat/struct-by-value-13_y.c: New file.
2014 * gcc.dg/compat/struct-by-value-14_main.c: New file.
2015 * gcc.dg/compat/struct-by-value-14_x.c: New file.
2016 * gcc.dg/compat/struct-by-value-14_y.c: New file.
2017 * gcc.dg/compat/struct-by-value-15_main.c: New file.
2018 * gcc.dg/compat/struct-by-value-15_x.c: New file.
2019 * gcc.dg/compat/struct-by-value-15_y.c: New file.
2020 * gcc.dg/compat/struct-by-value-16_main.c: New file.
2021 * gcc.dg/compat/struct-by-value-16_x.c: New file.
2022 * gcc.dg/compat/struct-by-value-16_y.c: New file.
2023 * gcc.dg/compat/struct-by-value-17_main.c: New file.
2024 * gcc.dg/compat/struct-by-value-17_x.c: New file.
2025 * gcc.dg/compat/struct-by-value-17_y.c: New file.
2026 * gcc.dg/compat/struct-by-value-18_main.c: New file.
2027 * gcc.dg/compat/struct-by-value-18_x.c: New file.
2028 * gcc.dg/compat/struct-by-value-18_y.c: New file.
2029
795a4ff2
JJ
2030 * gcc.dg/compat/scalar-by-value-3_main.c: New file.
2031 * gcc.dg/compat/scalar-by-value-3_x.c: New file.
2032 * gcc.dg/compat/scalar-by-value-3_y.c: New file.
2033 * gcc.dg/compat/scalar-by-value-4_main.c: New file.
2034 * gcc.dg/compat/scalar-by-value-4_x.c: New file.
2035 * gcc.dg/compat/scalar-by-value-4_y.c: New file.
2036 * gcc.dg/compat/scalar-return-3_main.c: New file.
2037 * gcc.dg/compat/scalar-return-3_x.c: New file.
2038 * gcc.dg/compat/scalar-return-3_y.c: New file.
2039 * gcc.dg/compat/scalar-return-4_main.c: New file.
2040 * gcc.dg/compat/scalar-return-4_x.c: New file.
2041 * gcc.dg/compat/scalar-return-4_y.c: New file.
2042
aa9b0aca
JJ
20432003-06-10 Janis Johnson <janis187@us.ibm.com>
2044
90712996
JJ
2045 * gcc.dg/compat/fp2-struct-check.h: New file.
2046 * gcc.dg/compat/fp2-struct-defs.h: New file.
2047 * gcc.dg/compat/fp2-struct-init.h: New file.
2048 * gcc.dg/compat/struct-by-value-10_main.c: New file.
2049 * gcc.dg/compat/struct-by-value-10_x.c: New file.
2050 * gcc.dg/compat/struct-by-value-10_y.c: New file.
2051 * gcc.dg/compat/struct-return-10_main.c: New file.
2052 * gcc.dg/compat/struct-return-10_x.c: New file.
2053 * gcc.dg/compat/struct-return-10_y.c: New file.
2054
aa9b0aca
JJ
2055 * gcc.dg/compat/compat-common.h: New file.
2056 * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
2057 * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
2058 * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
2059 * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
2060 * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
2061 * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
2062 * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
2063 * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
2064 * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
2065 * gcc.dg/compat/scalar-return-1_main.c: Ditto.
2066 * gcc.dg/compat/scalar-return-1_x.c: Ditto.
2067 * gcc.dg/compat/scalar-return-1_y.c: Ditto.
2068 * gcc.dg/compat/scalar-return-2_main.c: Ditto.
2069 * gcc.dg/compat/scalar-return-2_x.c: Ditto.
2070 * gcc.dg/compat/scalar-return-2_y.c: Ditto.
2071 * gcc.dg/compat/small-struct-check.h: Ditto.
2072 * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
2073 * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
2074 * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
2075 * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
2076 * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
2077 * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2078 * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
2079 * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
2080 * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
2081 * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
2082 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2083 * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2084 * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
2085 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2086 * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2087 * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
2088 * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
2089 * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
2090 * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
2091 * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
2092 * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
2093 * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
2094 * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
2095 * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
2096 * gcc.dg/compat/struct-return-2_main.c: Ditto.
2097 * gcc.dg/compat/struct-return-2_x.c: Ditto.
2098 * gcc.dg/compat/struct-return-2_y.c: Ditto.
2099 * gcc.dg/compat/struct-return-3_main.c: Ditto.
2100 * gcc.dg/compat/struct-return-3_x.c: Ditto.
2101 * gcc.dg/compat/struct-return-3_y.c: Ditto.
2102
d192828a
GK
21032003-06-10 Geoffrey Keating <geoffk@apple.com>
2104
2105 * g++.dg/pch/static-1.C: New file.
2106 * g++.dg/pch/static-1.Hs: New file.
2107
cec31c55
RH
21082003-06-10 Richard Henderson <rth@redhat.com>
2109
2110 * gcc.dg/asm-7.c: Adjust expected warning text.
2111
9f0a7f9d
RS
21122003-06-10 Roger Sayle <roger@eyesopen.com>
2113
2114 * gcc.dg/builtins-20.c: New test case.
2115
d58b7c2d
MM
21162003-06-10 Mark Mitchell <mark@codesourcery.com>
2117
2118 PR c++/11131
2119 * g++.dg/opt/template1.C: New test.
2120
e489eeb9
MM
21212003-06-09 Mark Mitchell <mark@codesourcery.com>
2122
2123 * lib/gcc-dg.exp (dg-test): Clear additional_files and
2124 additional_sources.
2125
22597a82
DT
21262003-05-21 David Taylor <dtaylor@emc.com>
2127
2128 * gcc.dg/Wpadded.c: New file.
2129
b14e185f
MM
21302003-06-09 Mark Mitchell <mark@codesourcery.com>
2131
2132 * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
2133 * gcc.dg/special/weak-2.c: Add dg-require-weak.
2134 * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
2135 dg-require-weak.
2136
fcc36507
R
21372003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
2138
2139 * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
2140
4293f7cb
MM
21412003-06-09 Mark Mitchell <mark@codesourcery.com>
2142
2143 * lib/gcc-dg.exp (dg-require-weak): Fix typo.
2144 (dg-require-alias): Likewise.
2145 (dg-require-gc-sections): Likewise.
2146 * lib/target-supports.exp (check_gc_sections_available): Likewise.
2147
017e1b43
RH
21482003-06-08 Richard Henderson <rth@redhat.com>
2149
2150 * gcc.dg/20011029-2.c: Fix the array reference.
2151 * gcc.dg/asm-7.c: New.
2152
a54a0cf1
KH
21532003-06-08 Kazu Hirata <kazu@cs.umass.edu>
2154
1b7a98bc 2155 * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
a54a0cf1 2156
8fc98a46
MM
21572003-06-08 Mark Mitchell <mark@codesourcery.com>
2158
2159 * lib/gcc-dg.exp (dg-require-alias): Fix typo.
2160 (dg-require-gc-sections): Likewise.
2161
602a82f3 21622003-06-08 Jan Hubicka <jh@suse.cz>
10e9fecc
JH
2163
2164 * i386-cmov1.c: Fix regular expression.
2165 * i386-cvt-1.c: Likewise.
2166 * i386-local.c: Likewise.
2167 * i386-local2.c: Likewise.
2168 * i386-mul.c: Likewise.
2169 * i386-ssetype-1.c: Likewise.
2170 * i386-ssetype-3.c: Likewise.
2171 * i386-ssetype-5.c: Likewise.
2172
85d2b0b4
KL
21732003-06-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2174
2175 PR c++/11039
2176 * g++.dg/warn/implicit-typename2.C: New test.
2177 * g++.dg/warn/implicit-typename3.C: New test.
2178
aa5acc89
RH
21792003-06-07 Richard Henderson <rth@redhat.com>
2180
2181 * g++.dg/other/offsetof3.C: Use size_t.
2182 * g++.dg/other/offsetof4.C: Likewise.
2183
ccfc7360
L
21842003-06-07 H.J. Lu <hongjiu.lu@intel.com>
2185
2186 * lib/copy-file.exp: New. Implement gcc_copy_files.
2187
2188 * lib/dg-pch.exp: Load copy-file.exp
2189 (dg-pch): Use gcc_copy_files instead of "file copy".
2190
b7df4616
MM
21912003-06-06 Mark Mitchell <mark@codesourcery.com>
2192
2193 * gcc.dg/weak/weak.exp: Simplify.
2194 * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
2195 * gcc.dg/weak/weak-1.c: Likewise.
2196 * gcc.dg/weak/weak-2.c: Likewise.
2197 * gcc.dg/weak/weak-3.c: Likewise.
2198 * gcc.dg/weak/weak-4.c: Likewise.
2199 * gcc.dg/weak/weak-5.c: Likewise.
2200 * gcc.dg/weak/weak-6.c: Likewise.
2201 * gcc.dg/weak/weak-7.c: Likewise.
2202 * gcc.dg/weak/weak-8.c: Likewise.
2203 * gcc.dg/weak/weak-9.c: Likewise.
2204
3a11ec8b
RE
22052003-06-06 Richard Earnshaw <rearnsha@arm.com>
2206
2207 gcc.c-torture/execute/20030606-1.c: New.
2208
f14262fb
RS
22092003-06-06 Roger Sayle <roger@eyesopen.com>
2210
2211 * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
2212 * gcc.dg/builtins-19.c: Likewise.
2213
07bae5ad
RS
22142003-06-06 Roger Sayle <roger@eyesopen.com>
2215
2216 * gcc.dg/builtins-2.c: Add some more tests.
2217 * gcc.dg/builtins-18.c: New test case.
2218 * gcc.dg/builtins-19.c: New test case.
2219
84cd52a9
RS
22202003-06-06 Roger Sayle <roger@eyesopen.com>
2221 Jim Wilson <wilson@tuliptree.org>
2222
2223 * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
2224
67bf5d01
JJ
22252003-06-06 Jakub Jelinek <jakub@redhat.com>
2226
2227 * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
2228 mempcpy/stpcpy calls not to be optimized into something else.
2229 * gcc.c-torture/execute/string-opt-3.c: Moved to...
2230 * gcc.c-torture/execute/builtins/string-7.c: ...here.
2231 * gcc.c-torture/execute/builtins/string-7-lib.c: New.
2232
0fd2bbf4
KG
22332003-06-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2234
2235 * gcc.dg/format/asm_fprintf-1.c: New test.
2236
b4e0fcc3
MM
22372003-06-05 Mark Mitchell <mark@codesourcery.com>
2238
2239 * lib/gcc-defs.exp (additional_sources): New variable.
2240 (dg-additional-sources): New function.
2241 (additional_files): New variable.
2242 (dg-additional-files): New function.
2243 (dg-additional-files-options): Likewise.
2244 * lib/gcc-dg.exp (dg-require-weak): New function.
2245 (dg-require-alias): Likewise.
2246 (dg-require-gc-sections): Likewise.
2247 * lib/target-supports.exp (check_alias_available): Remove testfile
2248 parameter.
2249 (check_gc_sections_available): New function.
2250 * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
2251 (dg-gpp-additional-files): Likewise.
2252 * lib/g++.exp (additional_sources): Remove.
2253 (additional_files): Likewise.
2254 (g++_target_compile): Use dg-additional-files-options.
e6cc3a24 2255
b4e0fcc3
MM
2256 * gcc.dg/special/special.exp: Add "ecos" tests. Remove complex
2257 Tcl logic.
2258 * gcc.dg/special/ecos.exp: Remove.
2259 * gcc.dg/special/20000419-2.c: Use dg-require-*.
2260 * gcc.dg/special/alias-1.c: Likewise.
2261 * gcc.dg/special/alias-2.c: Likewise.
2262 * gcc.dg/special/gcsec-1.c: Likewise.
2263 * gcc.dg/special/weak-1.c: Likewise.
2264 * gcc.dg/special/weak-2.c: Likewise.
2265 * gcc.dg/special/wkali-1.c: Likewise.
2266 * gcc.dg/special/wkali-2.c: Likewise.
e6cc3a24 2267
b4e0fcc3
MM
2268 * g++.dg/special/conpr-2.C: Use dg-additional-*, not
2269 dg-gpp-additional-*.
2270 * g++.dg/special/conpr-3.C: Likewise.
2271 * g++.dg/special/conpr-4.C: Likewise.
2272 * g++.old-deja/g++.abi/vtable3a.C: Likewise.
2273 * g++.old-deja/g++.abi/vtable3b.C: Likewise.
2274 * g++.old-deja/g++.abi/vtable3c.C: Likewise.
2275 * g++.old-deja/g++.abi/vtable3d.C: Likewise.
2276 * g++.old-deja/g++.abi/vtable3e.C: Likewise.
2277 * g++.old-deja/g++.abi/vtable3f.C: Likewise.
2278 * g++.old-deja/g++.abi/vtable3g.C: Likewise.
2279 * g++.old-deja/g++.abi/vtable3h.C: Likewise.
2280 * g++.old-deja/g++.abi/vtable3i.C: Likewise.
2281 * g++.old-deja/g++.abi/vtable3j.C: Likewise.
2282 * g++.old-deja/g++.oliva/linkage1.C: Likewise.
2283 * g++.old-deja/g++.other/comdat1.C: Likewise.
2284 * g++.old-deja/g++.other/comdat2.C: Likewise.
2285 * g++.old-deja/g++.other/comdat3.C: Likewise.
2286 * g++.old-deja/g++.other/ctor1.C: Likewise.
2287 * g++.old-deja/g++.pt/instantiate5.C: Likewise.
2288
7d445f15
RH
22892003-06-05 Richard Henderson <rth@redhat.com>
2290
2291 * gcc.dg/debug/20030605-1.c: New.
2292
d7068b3d
MM
22932003-06-04 Mark Mitchell <mark@codesourcery.com>
2294
2295 * README.QMTEST: Update.
2296
0bfa5f65
RH
22972003-06-04 Richard Henderson <rth@redhat.com>
2298
e6cc3a24
ZW
2299 * gcc.dg/cleanup-1.c: New.
2300 * gcc.dg/cleanup-2.c: New.
2301 * gcc.dg/cleanup-3.c: New.
2302 * gcc.dg/cleanup-4.c: New.
2303 * gcc.dg/cleanup-5.c: New.
2304 * gcc.dg/cleanup-6.c: New.
2305 * gcc.dg/cleanup-7.c: New.
0bfa5f65 2306
ac871ee1
MM
23072003-06-04 Mark Mitchell <mark@codesourcery.com>
2308
13e0ae41
MM
2309 * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
2310
ac871ee1
MM
2311 * lib/dg-pch.exp: New file.
2312 * g++.dg/pch/pch.exp: Use dg-pch.exp.
2313 * gcc.dg/pch/pch.exp: Likewise.
2314
385a9348
RS
23152003-06-04 Roger Sayle <roger@eyesopen.com>
2316
2317 * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
2318 * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
2319 * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
2320 * gcc.dg/builtins-17.c: New test case.
2321 * gcc.dg/i386-387-4.c: New test case.
2322 * gcc.c-torture/execute/ieee/mzero4.c: New test case.
2323
01d3224a
EB
23242003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2325
2326 * gcc.dg/ultrasp9.c: New test.
2327
ef0139b1
EB
23282003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2329
2330 * gcc.c-torture/compile/20030604-1.c: New test.
2331 * gcc.dg/sparc-constant-1.c: New test.
2332
61274a14
GN
23332003-06-03 Glen Nakamura <glen@imodulo.com>
2334
2335 * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
2336
23656642
JR
23372003-06-03 J"orn Rennecke <joern.rennecke@superh.com>
2338
aa6b9f6d
R
2339 * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
2340
23656642
JR
2341 * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
2342 * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
2343
284ca13e
AH
23442003-06-03 Aldy Hernandez <aldyh@redhat.com>
2345
e6cc3a24 2346 * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
284ca13e 2347
6c07f448
KL
23482003-06-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2349
2350 PR c++/10940
2351 * g++.dg/template/spec10.C: New test.
2352
075ec276
RS
23532003-06-03 Roger Sayle <roger@eyesopen.com>
2354
2355 * gcc.dg/builtins-16.c: New test case.
2356
8fd3cf4e
JJ
23572003-06-03 Jakub Jelinek <jakub@redhat.com>
2358
2359 * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
2360 mempcpy test with post-increments.
2361 * gcc.c-torture/execute/string-opt-3.c: New test.
2362 * gcc.dg/string-opt-1.c: New test.
2363
b5706132
DB
23642003-06-03 David Billinghurst (David.Billinghurst@riotinto.com)
2365
2366 PR fortran/10965
2367 * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
2368
2a9e3b72
MM
23692003-06-02 Mark Mitchell <mark@codesourcery.com>
2370
5a9f05f2
MM
2371 * lib/scanasm.exp (dg-scan): New function, factored out of ...
2372 (scan-assembler): ... here. Use dg-scan.
2373 (scan-assembler-not): Likewise.
2374 (scan-file): New function.
2375 (scan-file-not): Likewise.
2376 * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
2377 * gcc.dg/cpp/_Pragma4.c: Likewise.
2378 * gcc.dg/cpp/_Pragma5.c: Likewise.
2379 * gcc.dg/cpp/avoidpaste1.c: Likewise.
2380 * gcc.dg/cpp/avoidpaste2.c: Likewise.
2381 * gcc.dg/cpp/cmdlne-C2.c: Likewise.
2382 * gcc.dg/cpp/cmdlne-P.c: Likewise.
2383 * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
2384 * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
2385 * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
2386 * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
2387 * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
2388 * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
2389 * gcc.dg/cpp/cxxcom1.c: Likewise.
2390 * gcc.dg/cpp/line1.c: Likewise.
2391 * gcc.dg/cpp/maccom1.c: Likewise.
2392 * gcc.dg/cpp/maccom2.c: Likewise.
2393 * gcc.dg/cpp/maccom3.c: Likewise.
2394 * gcc.dg/cpp/maccom4.c: Likewise.
2395 * gcc.dg/cpp/maccom5.c: Likewise.
2396 * gcc.dg/cpp/maccom6.c: Likewise.
2397 * gcc.dg/cpp/multiline.c: Likewise.
2398 * gcc.dg/cpp/spacing1.c: Likewise.
2399 * gcc.dg/cpp/spacing2.c: Likewise.
2400 * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
2401 * gcc.dg/cpp/trad/maccom1.c: Likewise.
2402 * gcc.dg/cpp/trad/maccom2.c: Likewise.
2403 * gcc.dg/cpp/trad/maccom3.c: Likewise.
2404 * gcc.dg/cpp/trad/maccom4.c: Likewise.
2405 * gcc.dg/cpp/trad/maccom6.c: Likewise.
2406 * gcc.dg/cpp/cxxcom2.c: Likewise.
2407 * gcc.dg/cpp/cxxcom2.h: New file.
2408
2a9e3b72
MM
2409 * gcc.dg/cpp/truefalse.cpp: Move it to ...
2410 * g++.dg/cpp/truefalse.C: Here.
2411 * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
2412
a7f36da3 24132003-06-01 Loren James Rittle <ljrittle@acm.org>
e6cc3a24 2414
a7f36da3
DD
2415 * gcc.dg/cpp/redef3.c: New file.
2416
a3033f34
EB
24172003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
2418
2419 * gcc.dg/i386-loop-3.c: New test.
2420
5f90145a
TM
24212003-05-31 Toon Moene <toon@moene.indiv.nluug.nl>
2422
2423 * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
2424
4fa26a60
RS
24252003-05-31 Roger Sayle <roger@eyesopen.com>
2426
2427 * gcc.dg/fwrapv-1.c: New test case.
2428 * gcc.dg/fwrapv-2.c: New test case.
2429
76d3baad
KL
24302003-05-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2431
2432 PR c++/10956
2433 * g++.dg/template/spec9.C: New test.
2434
0b82d59c
RS
24352003-05-29 Roger Sayle <roger@eyesopen.com>
2436
2437 * gcc.dg/duff-4.c: New test case.
2438
d6a9f13b
DB
24392003-05-27 David Billinghurst (David.Billinghurst@riotinto.com)
2440
2441 PR fortran/10843
2442 * g77.dg/ffixed-form-1.f: New test
2443 * g77.dg/ffixed-form-2.f: New test
e6cc3a24 2444 * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
d6a9f13b
DB
2445 * g77.dg/ffree-form-3.f: New test
2446
634a5694
AT
24472003-05-26 Andreas Tobler <a.tobler@schweiz.ch>
2448
2449 * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
2450 * gcc.dg/wint_t-1.c: Likewise.
2451
b7fc8b57
KL
24522003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2453
2454 * g++.dg/template/access11.C: New test.
2455
ef8855d7
KL
24562003-05-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2457
2458 PR c++/10849
2459 * g++.dg/template/access10.C: New test.
2460
fcb6fa85 24612003-05-24 Eric Botcazou <ebotcazou@libertysurf.fr>
e6cc3a24 2462 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
fcb6fa85
EB
2463
2464 * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
2465
76ab57af
AT
24662003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
2467
e6cc3a24
ZW
2468 * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
2469 suppress for powerpc-*-darwin*.
76ab57af
AT
2470 * gcc.dg/torture/builtin-noret-2.c: Likewise.
2471
3dba25eb
AT
24722003-05-24 Andreas Tobler <a.tobler@schweiz.ch>
2473
2474 * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
2475 suppress option for powerpc-*-darwin*.
e6cc3a24 2476
29f523be
RS
24772003-05-23 Roger Sayle <roger@eyesopen.com>
2478
2479 * gcc.dg/builtins-1.c: Add tests for tan and atan.
2480 * gcc.dg/builtins-4.c: Add test for fmod.
2481
43b26a01
KL
24822003-05-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2483
2484 PR c++/10682
2485 * g++.dg/template/instantiate4.C: New test.
2486
18c2511c
RS
24872003-05-22 Roger Sayle <roger@eyesopen.com>
2488
2489 * gcc.c-torture/execute/ieee/inf-2.c: New test case.
2490
9008d5b4
JJ
24912003-05-21 Janis Johnson <janis187@us.ibm.com>
2492
2493 * gcc.dg/compat/scalar-return-1_main.c: New file.
2494 * gcc.dg/compat/scalar-return-1_x.c: New file.
2495 * gcc.dg/compat/scalar-return-1_y.c: New file.
2496 * gcc.dg/compat/scalar-return-2_main.c: New file.
2497 * gcc.dg/compat/scalar-return-2_x.c: New file.
2498 * gcc.dg/compat/scalar-return-2_y.c: New file.
2499 * gcc.dg/compat/struct-return-3_main.c: New file.
2500 * gcc.dg/compat/struct-return-3_y.c: New file.
2501 * gcc.dg/compat/struct-return-3_x.c: New file.
2502 * gcc.dg/compat/struct-return-2_main.c: New file.
2503 * gcc.dg/compat/struct-return-2_x.c: New file.
2504 * gcc.dg/compat/struct-return-2_y.c: New file.
2505
f48758e4
JDA
25062003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2507
2508 * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
2509 for hppa*-hp-hpux*.
2510 * gcc.dg/20021014-1.c (dg-options): Likewise.
2511 * gcc.dg/nest.c (dg-options): Likewise.
2512
16e31964
DS
25132003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2514
2515 PR c++/9738
2516 * g++.dg/ext/dllimport2.C: New file.
2517 * g++.dg/ext/dllimport3.C: New file.
2518
f737a52d
JJ
25192003-05-20 Janis Johnson <janis187@us.ibm.com>
2520
2521 * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
2522 * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
2523 * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
2524 * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
2525 * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
2526 * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
2527 * gcc.dg/compat/struct-by-value-7_x.c Ditto.
2528 * gcc.dg/compat/struct-by-value-7_y.c Ditto.
2529 * gcc.dg/compat/small-struct-defs.h: New file.
2530 * gcc.dg/compat/small-struct-init.h: New file.
2531 * gcc.dg/compat/small-struct-check.h: New file.
2532 * gcc.dg/compat/fp-struct-defs.h: New file.
2533 * gcc.dg/compat/fp-struct-check.h: New file.
2534 * gcc.dg/compat/fp-struct-init.h: New file.
2535 * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
2536 * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
2537
b041fbe6
JJ
25382003-05-19 Jakub Jelinek <jakub@redhat.com>
2539
2540 * gcc.dg/20030225-2.c: New test.
2541
731ae8dd
RS
25422003-05-18 Roger Sayle <roger@eyesopen.com>
2543 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2544
2545 * gcc.c-torture/compile/20030518-1.c: New test case.
2546
563025ca
MM
25472003-05-18 Mark Mitchell <mark@codesourcery.com>
2548
2549 * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
2550 * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
2551 gcc-dg-debug-runtest.
2552 * g++.dg/debug/debug.exp: Pass opt_opts parameter to
2553 gcc-dg-debug-runtest.
2554
5c9acdf7
KL
25552003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2556
2557 PR c++/9022
2558 * g++.dg/lookup/using6.C: New test.
2559
25903d03
KL
25602003-05-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2561
2562 * g++.dg/parse/access2.C: New test.
2563
7cbba309
MM
25642003-05-17 Mark Mitchell <mark@codesourcery.com>
2565
2566 * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
2567 * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
2568 * gcc.dg/debug/debug.exp: Likewise.
2569
b1822ccc
NB
25702003-05-17 Neil Booth <neil@daikokuya.co.uk>
2571
2572 * gcc.dg/dollar.c: New test.
2573
72701eab
JJ
25742003-05-16 Janis Johnson <janis187@us.ibm.com>
2575
2576 * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
2577 * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
2578 * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
2579 * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
2580 * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
2581 * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
2582 * gcc.dg/compat/struct-by-value-6_main.c: New file.
2583 * gcc.dg/compat/struct-by-value-6_x.c: New file.
2584 * gcc.dg/compat/struct-by-value-6_y.c: New file.
2585 * gcc.dg/compat/struct-by-value-7_main.c: New file.
2586 * gcc.dg/compat/struct-by-value-7_x.c: New file.
2587 * gcc.dg/compat/struct-by-value-7_y.c: New file.
2588 * gcc.dg/compat/struct-by-value-8_main.c: New file.
2589 * gcc.dg/compat/struct-by-value-8_x.c: New file.
2590 * gcc.dg/compat/struct-by-value-8_y.c: New file.
2591 * gcc.dg/compat/struct-by-value-9_main.c: New file.
2592 * gcc.dg/compat/struct-by-value-9_x.c: New file.
2593 * gcc.dg/compat/struct-by-value-9_y.c: New file.
2594
0baa1702
MM
25952003-05-16 Mark Mitchell <mark@codesourcery.com>
2596
2597 * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
2598 (gcc-dg-test-1): ... this. Add target_compile parameter. Add
2599 support for "repo" mode.
2600 * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
2601 * lib/g77-dg.exp: Likewise.
2602 * lib/obj-dg.exp: Likewise.
e6cc3a24 2603
dcac003d
JJ
26042003-05-16 Jakub Jelinek <jakub@redhat.com>
2605
2606 Merge from gcc-3_2-rhl8-branch:
2607 2003-04-23 Jakub Jelinek <jakub@redhat.com>
2608
2609 * gcc.dg/tls/opt-6.c: New test.
2610
2611 2003-04-05 Jakub Jelinek <jakub@redhat.com>
2612
2613 * gcc.dg/20030405-1.c: New test.
2614
2615 2003-03-09 Jakub Jelinek <jakub@redhat.com>
2616
2617 * gcc.dg/20030309-1.c: New test.
2618
2619 2003-03-07 Eric Botcazou <ebotcazou@libertysurf.fr>
2620
2621 * gcc.c-torture/execute/20030307-1.c: New test.
2622
2623 2003-02-20 Randolph Chung <tausq@debian.org>
2624
2625 * gcc.c-torture/compile/20030220-1.c: New test.
2626
2627 2003-02-18 Jakub Jelinek <jakub@redhat.com>
2628
2629 * gcc.dg/20030217-1.c: New test.
2630
2631 2003-01-29 Jakub Jelinek <jakub@redhat.com>
2632
2633 * gcc.c-torture/compile/20020129-1.c: New test.
2634
2635 2002-12-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2636
2637 * gcc.dg/unroll-1.c: New test.
2638
2639 2002-11-16 Jan Hubicka <jh@suse.cz>
2640
2641 * gcc.c-torture/execute/20020920-1.c: New test.
2642
2643 2002-10-08 Jakub Jelinek <jakub@redhat.com>
2644
2645 PR target/7434
2646 * gcc.c-torture/compile/20021008-1.c: New test.
2647
2648 2002-08-10 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
2649
2650 PR target/7559
2651 * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
2652
2653 2002-08-07 Jakub Jelinek <jakub@redhat.com>
2654
2655 * gcc.c-torture/compile/20020807-1.c: New test.
2656
2657 2002-07-30 Jakub Jelinek <jakub@redhat.com>
2658
2659 * gcc.dg/tls/opt-1.c: New test.
2660
2661 2002-07-29 Jakub Jelinek <jakub@redhat.com>
2662
2663 * gcc.dg/20020729-1.c: New test.
2664
2665 2002-07-20 Jakub Jelinek <jakub@redhat.com>
2666
2667 * g++.dg/opt/life1.C: New test.
2668
2669 2002-05-20 Jakub Jelinek <jakub@redhat.com>
2670
2671 * gcc.dg/20020525-1.c: New test.
2672
2673 2002-05-24 Jakub Jelinek <jakub@redhat.com>
2674
2675 PR c++/6794
2676 * g++.dg/ext/pretty1.C: New test.
2677 * g++.dg/ext/pretty2.C: New test.
2678
dffbbe80
MM
26792003-05-15 Mark Mitchell <mark@codesourcery.com>
2680
2681 PR c++/8385
2682 * g++.dg/ext/typeof5.C: New test.
2683
ae4f397b
R
26842003-05-15 J"orn Rennecke <joern.rennecke@superh.com>
2685
2686 * gcc.c-torture/execute/builtins/string-asm-1.c: Take
2687 __USER_LABEL_PREFIX__ into account.
2688 * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
2689
e43736ad
RS
26902003-05-14 Roger Sayle <roger@eyesopen.com>
2691
2692 * gcc.dg/builtins-15.c: New test case.
2693
3a0d67cf
ZW
26942003-05-13 Zack Weinberg <zack@codesourcery.com>
2695
2696 * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
2697
75c834f8
MM
26982003-05-12 Mark Mitchell <mark@codesourcery.com>
2699
2700 * lib/g++.exp: Tweak handling of additional source files.
2701 * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
2702 * g++.dg/special/conpr-2a.C: Rename to ...
2703 * g++.dg/special/conpr-2a.cc: ... this.
2704 * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
2705 * g++.dg/special/conpr-3a.C: Rename to ...
2706 * g++.dg/special/conpr-3a.cc: This.
2707 * g++.dg/special/conpr-3b.C: Rename to ...
2708 * g++.dg/special/conpr-3b.cc: This.
2709 * g++.dg/special/conpr-4.C: New test.
2710 * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
2711
8c0a5264
DE
27122003-05-12 David Edelsohn <edelsohn@gnu.org>
2713
2714 * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
2715
8015bbee
KL
27162003-05-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2717
2718 * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
2719 * g++.old-deja/g++.robertl/eb71.C: Likewise.
2720 * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
2721 * g++.old-deja/g++.other/warn3.C: Likewise.
2722
358997e2
RS
27232003-05-11 Roger Sayle <roger@eyesopen.com>
2724
2725 * gcc.dg/i386-387-1.c: Update to also test log.
2726 * gcc.dg/i386-387-2.c: Likewise.
2727
98c644d6
TM
27282003-05-11 Toon Moene <toon@moene.indiv.nluug.nl>
2729
2730 * g77.f-torture/execute/int8421.f: New test.
2731
9f01ded6
KL
27322003-05-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2733
2734 PR c++/10230, c++/10481
2735 * g++.dg/lookup/scoped5.C: New test.
2736
fcea7401
KL
27372003-05-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2738
2739 PR c++/10552
2740 * g++.dg/template/ttp6.C: New test.
2741
e1112e60
RS
27422003-05-11 Richard Sandiford <rsandifo@redhat.com>
2743
2744 * gcc.c-torture/execute/builtins: New directory.
2745 * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
2746 gcc.c-torture/execute/builtins.
2747 * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
2748 * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
2749 * gcc.dg/torture: ...this new directory. Turn into link-only tests.
2750 * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
2751
78757caa
KL
27522003-05-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2753
2754 PR c++/9252
2755 * g++.dg/template/access8.C: New test.
2756 * g++.dg/template/access9.C: New test.
2757
8d241e0b
KL
27582003-05-10 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2759
2760 PR c++/9554
2761 * g++.dg/parse/access1.C: New test.
2762
eddfe825
DD
27632003-05-09 DJ Delorie <dj@redhat.com>
2764
2765 * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
2766 long, and not an int.
2767
88e98cfe
KL
27682003-05-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2769
2770 PR c++/10555, c++/10576
2771 * g++.dg/template/memclass1.C: New test.
2772
001db0e0
DD
27732003-05-08 DJ Delorie <dj@redhat.com>
2774
2775 * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
2776 targets.
2777 * gcc.c-torture/execute/20021024-1.x: Likewise.
2778 * gcc.c-torture/execute/shiftdi.x: Likewise.
2779 * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
2780 * g++.old-deja/g++.other/exprstmt1.C: Likewise.
2781 * gcc.dg/20021018-1.c: Likewise.
2782
7dc61d6c
KG
27832003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2784
8ce9f2ec
KG
2785 * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
2786
7dc61d6c
KG
2787 gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
2788 (bcopy): Call memmove.
2789
53415fa1
RS
27902003-05-08 Roger Sayle <roger@eyesopen.com>
2791
2792 * g77.f-torture/compile/8485.f: New test case.
2793
a944ceb9
RH
27942003-05-07 Richard Henderson <rth@redhat.com>
2795
e6cc3a24
ZW
2796 PR c++/10570
2797 * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
2798 Verify exception_cleanup not called for rethrows.
2799 * g++.dg/eh/forced2.C: Test that exception_cleanup is called
2800 when exiting catch block without rethrowing.
2801 * g++.dg/eh/forced3.C: New.
2802 * g++.dg/eh/forced4.C: New.
a944ceb9 2803
a1c6e6c5
AH
28042003-05-07 Aldy Hernandez <aldyh@redhat.com>
2805
0dfcf38e 2806 * gcc.dg/20030505.c: Fix triplet.
a1c6e6c5 2807
dea2913c
DD
28082003-05-06 DJ Delorie <dj@redhat.com>
2809
2810 * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
2811 * gcc.dg/nest.c: Likewise.
2812
e82a312b
RS
28132003-05-05 Roger Sayle <roger@eyesopen.com>
2814
2815 * gcc.dg/builtins-14.c: New test case.
2816
6ccfe27c
JJ
28172003-05-05 Janis Johnson <janis187@us.ibm.com>
2818
2819 * lib/compat.exp (compat-execute): New argument.
2820 * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
2821 * gcc.dg/compat: New test directory.
2822 * gcc.dg/compat/compat.exp: New expect script.
2823 * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
2824 * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
2825 * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
2826 * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
2827 * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
2828 * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
2829
e8115463
JJ
2830 * gcc.dg/compat/struct-by-value-1_main.c: New test file.
2831 * gcc.dg/compat/struct-by-value-1_x.c: New test file.
2832 * gcc.dg/compat/struct-by-value-1_y.c: New test file.
2833 * gcc.dg/compat/struct-by-value-2_main.c: New test file.
2834 * gcc.dg/compat/struct-by-value-2_x.c: New test file.
2835 * gcc.dg/compat/struct-by-value-2_y.c: New test file.
2836 * gcc.dg/compat/struct-by-value-3_main.c: New test file.
2837 * gcc.dg/compat/struct-by-value-3_x.c: New test file.
2838 * gcc.dg/compat/struct-by-value-3_y.c: New test file.
2839 * gcc.dg/compat/struct-by-value-4_main.c: New test file.
2840 * gcc.dg/compat/struct-by-value-4_x.c: New test file.
2841 * gcc.dg/compat/struct-by-value-4_y.c: New test file.
2842 * gcc.dg/compat/struct-by-value-5_main.c: New test file.
2843 * gcc.dg/compat/struct-by-value-5_x.c: New test file.
2844 * gcc.dg/compat/struct-by-value-5_y.c: New test file.
2845
10b6a274
ZW
28462003-05-05 Zack Weinberg <zack@codesourcery.com>
2847
2848 * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
2849
e3e9f108
JJ
28502003-05-05 Jakub Jelinek <jakub@redhat.com>
2851
2852 * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
2853
36b29d7d
GK
28542003-05-05 Geoffrey Keating <geoffk@apple.com>
2855
bc9ec0e0
GK
2856 * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
2857 * gcc.dg/ppc-fsel-2.c: New test.
2858
36b29d7d
GK
2859 * gcc.dg/unused-5.c: New test.
2860
16692dd5
KL
28612003-05-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2862
2863 PR c++/10496
2864 * g++.dg/warn/pmf1.C: New test.
2865
4b41d9eb
KL
28662003-05-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2867
2868 PR c++/4494
2869 * g++.dg/warn/main.C: New test.
2870
00362064
KG
28712003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2872
2873 * gcc.dg/nonnull-3.c: New test.
2874
1fecc266
NB
28752003-05-04 Neil Booth <neil@daikokuya.co.uk>
2876
2877 * gcc.dg/cpp/Wtrigraphs.c: Update.
2878 * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
2879
b39358e1
GK
28802003-05-03 Geoffrey Keating <geoffk@apple.com>
2881
2882 * gcc.dg/ppc-fsel-1.c: New test.
2883
87f85ea0
ZW
28842003-05-03 Zack Weinberg <zack@codesourcery.com>
2885
2886 PR c/10604
2887 * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
2888
c4e2d744
KH
28892003-05-03 Kazu Hirata <kazu@cs.umass.edu>
2890
2891 * gcc.dg/m-un-2.c: Fix the typedef of size_t.
2892
5dc5d13c
KL
28932003-05-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2894
2895 PR c++/9364, c++/10553, c++/10586
2896 * g++.dg/parse/typename4.C: New test.
2897 * g++.dg/parse/typename5.C: Likewise.
2898
4dc27b4b
RS
28992003-05-03 Richard Sandiford <rsandifo@redhat.com>
2900
2901 * gcc.c-torture/compile/20030503-1.c: New test.
2902
f2ba7ecb
KL
29032003-05-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2904
2905 * g++.dg/lookup/using5.C: Fix testcase error.
2906
7c1fdbe4
CD
29072003-05-01 Chris Demetriou <cgd@broadcom.com>
2908
2909 * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
2910 since MEABI is no longer supported. Remove all vestiges
2911 of MEABI from the test.
2912
d0af00af
KL
29132003-05-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2914
2915 PR c++/10554
2916 * g++.dg/lookup/using5.C: New test.
2917
d12a7283
KL
29182003-05-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2919
2920 PR c++/8772
2921 * g++.dg/template/ttp5.C: New test.
2922
6481daa9
MM
29232003-04-30 Mark Mitchell <mark@codesourcery.com>
2924
2925 * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
2926 (dg-gpp-additional-sources): New function.
2927 (dg-gpp-additional-files): Likewise.
2928 * lib/g++.exp (additional_sources): New variable.
2929 (additional_files): Likewise.
2930 (g++_target_compile): Deal with them.
2931 * lib/old-dejagnu.exp: Remove.
2932 * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
2933 * g++.old-deja: Revise all tests to use dg commands.
87f85ea0 2934
d7ed5e55
KL
29352003-04-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2936
2937 PR c++/9432, c++/9528
2938 * g++.dg/lookup/using4.C: New test.
2939
b3d627e2
GK
29402003-04-29 Geoffrey Keating <geoffk@apple.com>
2941
a6fdc086
GK
2942 * gcc.dg/noreturn-5.c: New file.
2943 * gcc.dg/noreturn-6.c: New file.
2944
b3d627e2
GK
2945 * gcc.c-torture/compile/inline-1.c: New file.
2946
1f6f0cb6
MM
29472003-04-29 Mark Mitchell <mark@codesourcery.com>
2948
2949 PR c++/10551
2950 * g++.dg/template/explicit1.C: New test.
2951
60cde936
MM
29522003-04-29 Mark Mitchell <mark@codesourcery.com>
2953
555456b1
MM
2954 PR c++/10549
2955 * g++.dg/other/bitfield1.C: New test.
2956
60cde936
MM
2957 PR c++/10527
2958 * g++.dg/init/new7.C: New test.
2959
0dbc5cd3
MM
29602003-04-29 Mark Mitchell <mark@codesourcery.com>
2961
75135253 2962 * g++.dg/ext/desig1.C: New test.
60cde936 2963 * g++.dg/ext/init1.C: Update.
75135253 2964
0dbc5cd3
MM
2965 * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
2966
a833faa5
MM
29672003-04-28 Mark Mitchell <mark@codesourcery.com>
2968
2969 PR c++/10180
2970 * g++.dg/warn/Winline-1.C: New test.
2971
e31603c4
JJ
29722003-04-28 Jakub Jelinek <jakub@redhat.com>
2973
2974 * gcc.c-torture/execute/string-opt-19.c: New test.
2975
9661b15f
JJ
2976 * gcc.c-torture/execute/string-opt-asm-1.c: New test.
2977 * gcc.c-torture/execute/string-opt-asm-2.c: New test.
2978
772f8889
MM
29792003-04-27 Mark Mitchell <mark@codesourcery.com>
2980
2981 PR c++/10506
2982 * g++.dg/init/new6.C: New test.
2983
2984 PR c++/10503
2985 * g++.dg/init/ref6.C: New test.
2986
b29188f3
DE
29872003-04-26 David Edelsohn <edelsohn@gnu.org>
2988
2989 * g++.dg/warn/weak1.C: XFAIL on AIX4.
2990
5cc2f4f3
KG
29912003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2992
2993 * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
2994 checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
2995
ea56c40c
MM
29962003-04-25 Mark Mitchell <mark@codesourcery.com>
2997
2998 * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
2999 initialized static data members.
3000
d3a0b002
L
30012003-04-25 H.J. Lu <hjl@gnu.org>
3002
3003 * gcc.dg/ia64-sync-4.c: New test.
3004
ad4a34f0
KG
30052003-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3006
3007 * gcc.c-torture/execute/string-opt-18.c: Clean up. Fix copyright
3008 date.
3009
f8986275
NS
30102003-04-24 Nathan Sidwell <nathan@codesourcery.com>
3011
3012 PR c++/10337
3013 * g++.dg/warn/conv1.C: New test.
3014 * g++.old-deja/g++.other/conv7.C: Adjust.
3015 * g++.old-deja/g++.other/overload14.C: Adjust.
3016
374ca7f7
MM
30172003-04-23 Mark Mitchell <mark@codesourcery.com>
3018
3019 PR c++/10471
3020 * g++.dg/template/defarg2.C: New test.
3021
6338b358
NB
30222003-04-23 Neil Booth <neil@daikokuya.co.uk>
3023
3024 * gcc.dg/cpp/include2.c: Update.
3025 * gcc.dg/cpp/multiline-2.c: New.
3026 * gcc.dg/cpp/multiline.c: Update.
3027 * gcc.dg/cpp/strify2.c: Update.
3028 * gcc.dg/cpp/trad/literals-2.c: Update.
3029
3f429151
JDA
30302003-04-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3031
3032 * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
3033
10aef094
MM
30342003-04-23 Mark Mitchell <mark@codesourcery.com>
3035
3036 * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
3037
4223f82f
MM
30382003-04-23 Mark Mitchell <mark@codesourcery.com>
3039
3040 PR c++/10451
3041 * g++.dg/parse/crash4.C: New test.
87f85ea0 3042
4223f82f
MM
3043 PR c++/9847
3044 * g++.dg/parse/crash5.C: New test.
3045
befcd99b
MM
30462003-04-22 Mark Mitchell <mark@codesourcery.com>
3047
ae2196c2
MM
3048 PR c++/10446
3049 * g++.dg/parse/crash3.C: New test.
3050
befcd99b
MM
3051 PR c++/10428
3052 * g++.dg/parse/elab1.C: New test.
f945b4e0
DP
3053
30542003-04-22 Devang Patel <dpatel@apple.com>
3055
3056 * gcc.dg/cpp/trad/funlike-5.c: New test.
87f85ea0 3057
256c249c
AT
30582003-04-21 Andreas Tobler <a.tobler@schweiz.ch>
3059
3060 * g++.dg/other/packed1.C: Fix dg options.
3061
ad27e65a
NS
30622003-04-22 Nathan Sidwell <nathan@codesourcery.com>
3063
3064 * g++.dg/other/offsetof2.C: New test.
3065
b2dd096b
MM
30662003-04-21 Mark Mitchell <mark@codesourcery.com>
3067
3068 * g++.dg/template/recurse.C: Adjust location of error messages.
3069
8de9bb0e
NS
30702003-04-21 Nathan Sidwell <nathan@codesourcery.com>
3071
3072 PR c++/9881
3073 * g++.dg/init/addr-const1.C: New test.
3074 * g++.dg/other/packed1.C: XFAIL on aligned architectures.
3075
30762003-04-20 Nathan Sidwell <nathan@codesourcery.com>
de0c0e69
NS
3077
3078 PR c++/10405
3079 * g++.dg/lookup/struct-hack1.C: New test.
3080
1613e52b
NB
30812003-04-20 Neil Booth <neil@daikokuya.co.uk>
3082
3083 * ucs.c: Update diagnostic messages.
3084
4e1f0f8e
NB
30852003-04-19 Neil Booth <neil@daikokuya.co.uk>
3086
3087 * gcc.dg/cpp/truefalse.cpp: New test.
3088 * gcc.dg/cpp/cpp.exp: Update.
cb4cfe5d 3089 * g++.dg/other/stdbool-if.C: Remove.
4e1f0f8e 3090
26aea073
NB
30912003-04-19 Neil Booth <neil@daikokuya.co.uk>
3092
3093 * gcc.dg/cpp/_Pragma4.c: Remove stray space.
3094 * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
3095
6a29edea
EB
30962003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
3097
3098 * gcc.c-torture/compile/20030418-1.c: New test.
3099
46b2356d
JJ
31002003-04-17 Janis Johnson <janis187@us.ibm.com>
3101
3102 * README.compat: Remove; content moved to doc/sourcebuild.texi.
3103
09d2f85f
KL
31042003-04-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3105
3106 PR c++/10347
3107 g++.dg/template/dependent-name1.C: New test.
3108
8633f25c
R
31092003-04-17 J"orn Rennecke <joern.rennecke@superh.com>
3110
3111 * gcc.dg/warn-1.c (tourist_guide): New array,
3112 contains a pointer to bar.
3113
96c6931d
RS
31142003-04-16 Roger Sayle <roger@eyesopen.com>
3115
3116 * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
3117 * gcc.c-torture/execute/medce-1.c: New test case.
3118 * gcc.c-torture/execute/medce-2.c: New test case.
3119
5eb10628
MM
31202003-04-15 Mark Mitchell <mark@codesourcery.com>
3121
dc5dfa9c
MM
3122 * lib/prune.exp: Ignore more messages.
3123
5eb10628
MM
3124 PR c++/10381
3125 * g++.dg/parse/lookup3.C: New test.
3126
d2b54839
R
31272003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
3128
3129 * gcc.c-torture/compile/20030415-1.c : New test.
3130
f4e92987
MM
31312003-04-14 Mark Mitchell <mark@codesourcery.com>
3132
3133 * gcc.c-torture/execute/scope-2.c: Move to ...
3134 * gcc.dg/noncompile/scope.c: .... here.
3135
15d4fd98
RS
31362003-04-14 Roger Sayle <roger@eyesopen.com>
3137
3138 * gcc.dg/20030414-2.c: New test case.
3139
26224a84
HPN
31402003-04-14 Hans-Peter Nilsson <hp@axis.com>
3141
3142 PR target/10377
3143 * gcc.dg/20030414-1.c: New test.
3144
1331d16f
RS
31452003-04-13 Roger Sayle <roger@eyesopen.com>
3146
3147 * gcc.dg/builtins-12.c: New test case.
3148 * gcc.dg/builtins-13.c: New test case.
3149
9cb65f92
KG
31502003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3151
3152 * gcc.c-torture/execute/string-opt-18.c: New test.
3153
f4f4610e
MM
31542003-04-13 Mark Mitchell <mark@codesourcery.com>
3155
3156 PR c++/10300
3157 * g++.dg/init/new5.C: New test.
3158
355b81d5
MM
31592003-04-12 Mark Mitchell <mark@codesourcery.com>
3160
3161 PR c++/7910
3162 * g++.dg/ext/dllimport1.C: New test.
3163
48ed72a3
EB
31642003-04-12 Eric Botcazou <ebotcazou@libertysurf.fr>
3165
3166 * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
3167
62520b20
BD
31682003-04-11 Bud Davis <bdavis9659@comcast.net>
3169
3170 PR Fortran/9263
3171 * g77.f-torture/noncompile/9263.f: New test
3172 PR Fortran/1832
3173 * g77.f-torture/execute/1832.f: New test
3174
0b87e18e
DC
31752003-04-11 David Chad <davidc@freebsd.org>
3176 Loren J. Rittle <ljrittle@acm.org>
3177
3178 libobjc/8562
3179 * objc.dg/headers.m: New test.
3180
339a28b9
ZW
31812003-04-10 Zack Weinberg <zack@codesourcery.com>
3182
3183 * gcc.c-torture/execute/builtin-noret-2.c: New.
3184 * gcc.c-torture/execute/builtin-noret-2.x: New.
3185 XFAIL builtin-noret-2.c at -O1 and above.
3186 * gcc.dg/redecl.c: New.
3187 * gcc.dg/Wshadow-1.c: Update error regexps.
3188
1e099144
MM
31892003-04-10 Mark Mitchell <mark@codesourcery.com>
3190
3191 * g++.dg/abi/bitfield10.C: New test.
3192
d02a6808
MS
31932003-04-09 Mike Stump <mrs@apple.com>
3194
88fbc3ca 3195 * gcc.dg/pch/pch.exp: Make testcase names longer.
b182a8e2 3196 * g++.dg/pch/pch.exp: Make testcase names longer.
d02a6808 3197
5fce2c65
RS
31982003-04-08 Roger Sayle <roger@eyesopen.com>
3199
3200 * gcc.dg/builtins-11.c: New test case.
3201
531878a6
RS
32022003-04-08 Roger Sayle <roger@eyesopen.com>
3203
3204 * gcc.dg/builtins-9.c: New test case.
3205 * gcc.dg/builtins-10.c: New test case.
3206
d5019ba3
R
32072003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
3208
3209 * gcc.dg/noncompile/init-4.c.c: New test.
3210
10b7602f
NS
32112003-04-06 Nathan Sidwell <nathan@codesourcery.com>
3212
3213 * gcc.misc-test/gcov-9.c: New test.
3214 * gcc.misc-test/gcov-10.c: New test
3215 * gcc.misc-test/gcov-11.c: New test.
3216
b8460b29
ZW
32172003-04-05 Zack Weinberg <zack@codesourcery.com>
3218
3219 PR optimization/10024
3220 * gcc.c-torture/compile/20030405-1.c: New test.
3221
33b49800
GK
32222003-04-04 Geoffrey Keating <geoffk@apple.com>
3223
3224 * gcc.dg/pch/static-3.c: New.
3225 * gcc.dg/pch/static-3.hs: New.
3226 * gcc.dg/pch/pch.exp: Test with -O0 -g too.
3227
0a49eb31
RH
32282003-04-04 Richard Henderson <rth@redhat.com>
3229
3230 * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
3231 * g++.dg/eh/forced2.C: Likewise.
3232
bc349178
MS
32332003-04-03 Mike Stump <mrs@apple.com>
3234
bc349178 3235 * lib/scanasm.exp (scan-assembler): Add xfail processing for
b8460b29 3236 target arg.
bc349178
MS
3237 (scan-assembler-times, scan-assembler-not): Likewise.
3238 (scan-assembler-dem, scan-assembler-dem-not): Likewise.
3239
773eae39
EB
32402003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
3241
3242 * gcc.dg/sparc-loop-1.c: New test.
3243
0de298af
GK
32442003-04-02 Geoffrey Keating <geoffk@apple.com>
3245
3246 PR other/9274
3247 * g++.dg/pch/system-2.C: New.
3248 * g++.dg/pch/system-2.Hs: New.
3249
0f91f094
AH
32502003-04-02 Aldy Hernandez <aldyh@redhat.com>
3251
b8460b29 3252 * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
0f91f094 3253
b8460b29 3254 * g++.dg/eh/simd-1.C (vecfunc): Same.
0f91f094 3255
e129b3f9
RS
32562003-04-01 Roger Sayle <roger@eyesopen.com>
3257
3258 * gcc.c-torture/execute/20030401-1.c: New test case.
3259
70ab763c
ZL
32602003-04-01 Ziemowit Laski <zlaski@apple.com>
3261
3262 * objc.dg/defs.m: New.
3263
705412b0
AH
32642003-04-01 Aldy Hernandez <aldyh@redhat.com>
3265
b8460b29
ZW
3266 * g++.dg/eh/simd-1.C: New.
3267 * g++.dg/eh/simd-2.C: New.
705412b0 3268
d744e06e
AH
32692003-03-01 Aldy Hernandez <aldyh@redhat.com>
3270
b8460b29 3271 * gcc.c-torture/execute/simd-3.c: New.
d744e06e 3272
46e33d43
MM
32732003-03-31 Mark Mitchell <mark@codesourcery.com>
3274
3275 PR c/9936
3276 * gcc.dg/20030331-2.c: New test.
3277
6b665219
MM
32782003-03-31 Mark Mitchell <mark@codesourcery.com>
3279
3280 PR c++/10278
3281 * g++.dg/parse/crash2.C: New test.
3282
44f19ccb
RS
32832003-03-31 Richard Sandiford <rsandifo@redhat.com>
3284
3285 * gcc.c-torture/compile/20030331-1.c: New test, moved from...
3286 * gcc.c-torture/execute/20030331-1.c: ...here.
3287
e66833ac
RS
32882003-03-31 Richard Sandiford <rsandifo@redhat.com>
3289
3290 * gcc.c-torture/execute/20030331-1.c: New test.
3291
27283c73
NS
32922003-03-31 Nathan Sidwell <nathan@codesourcery.com>
3293
3294 * lib/gcov.exp: Adjust call return testing strings.
3295 * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
3296
03f2ea93
RS
32972003-03-31 Roger Sayle <roger@eyesopen.com>
3298
3299 * gcc.dg/builtins-3.c: Add new tests for sin and cos.
3300 * gcc.dg/builtins-7.c: New test case.
3301 * gcc.dg/builtins-8.c: New test case.
3302
98d3d336
RS
33032003-03-31 Richard Sandiford <rsandifo@redhat.com>
3304
3305 * gcc.c-torture/execute/ieee/20030331-1.c: New test.
3306
c717c5af
MM
33072003-03-30 Mark Mitchell <mark@codesourcery.com>
3308
3309 PR c++/7647
3310 * g++.dg/lookup-class-member-2.C: New test.
3311
9b703090
GN
33122003-03-30 Glen Nakamura <glen@imodulo.com>
3313
b8460b29 3314 * gcc.dg/20030324-1.c: Add comments and abort if test fails.
9b703090 3315
84dfe365
RS
33162003-03-28 Roger Sayle <roger@eyesopen.com>
3317
3318 * gcc.c-torture/execute/ieee/fp-cmp-6.c: Correct test for -O0.
3319
400fbc08
MM
33202003-03-28 Mark Mitchell <mark@codesourcery.com>
3321
3322 * g++.dg/init/attrib1.C: New test.
3323
0c85dbfd
EB
33242003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
3325
3326 * gcc.dg/ultrasp8.c: New test.
3327
f7670e7b
EB
33282003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
3329
3330 * gcc.dg/ultrasp7.c: New test.
3331
433cd9c9
NS
33322003-03-28 Nathan Sidwell <nathan@codesourcery.com>
3333
3334 PR c++/10047
3335 * g++.dg/template/inline1.C: New test.
3336
1ce324c3
EB
33372003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
3338
3339 * gcc.dg/sparc-dwarf2.c: New test.
3340
9ddae796
RS
33412003-03-27 Roger Sayle <roger@eyesopen.com>
3342
3343 * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
3344 * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
3345
7ffe3584
MM
33462003-03-27 Mark Mitchell <mark@codesourcery.com>
3347
3348 * lib/gcov.exp (run-gcov): Add branches and calls options, rather
3349 than reading .x files.
3350 * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
3351 * g77.dg/gcov/gcov-1.f: Likewise.
3352 * gcc.misc-tests/gcov-4b.c: Likewise.
3353 * gcc.misc-tests/gcov-5b.c: Likewise.
3354 * gcc.misc-tests/gcov-6.c: Likewise.
3355 * gcc.misc-tests/gcov-7.c: Likewise.
3356 * gcc.misc-tests/gcov-8.c: Likewise.
3357 * g++.dg/gcov/gcov-1.x: Remove.
3358 * g77.dg/gcov/gcov-1.x: Likewise.
3359 * gcc.misc-tests/gcov-4b.x: Likewise.
3360 * gcc.misc-tests/gcov-5b.x: Likewise.
3361 * gcc.misc-tests/gcov-6.x: Likewise.
3362 * gcc.misc-tests/gcov-7.x: Likewise.
3363 * gcc.misc-tests/gcov-8.x: Likewise.
3364
c7d325c8
GN
33652003-03-27 Glen Nakamura <glen@imodulo.com>
3366
3367 PR opt/10087
3368 * gcc.dg/20030324-1.c: New test.
3369
649fc72d
NS
33702003-03-27 Nathan Sidwell <nathan@codesourcery.com>
3371
544aef8c
NS
3372 PR c++/10224
3373 * g++.dg/template/arg3.C: New test.
3374
649fc72d
NS
3375 PR c++/10158
3376 * g++.dg/template/friend18.C: New test.
3377
a24278e2
RS
33782003-03-26 Roger Sayle <roger@eyesopen.com>
3379
3380 * g77.f-torture/compile/20030326-1.f: New test case.
3381
db8627a1
JJ
33822003-03-26 Janis Johnson <janis187@us.ibm.com>
3383
3384 * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
3385
3386 * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
3387
be565ad7
JJ
33882003-03-26 Jakub Jelinek <jakub@redhat.com>
3389
3390 * gcc.dg/ia64-sync-3.c: New test.
3391
f729e559
AM
33922003-03-26 Alan Modra <amodra@bigpond.net.au>
3393
3394 * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
3395
27e484bc
EB
33962003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
3397
3398 * gcc.dg/ultrasp6.c: New test.
3399
d2fc7725
EB
34002003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
3401
3402 * gcc.dg/i386-signbit-1.c: New test.
3403 * gcc.dg/i386-signbit-2.c: New test.
3404 * gcc.dg/i386-signbit-3.c: New test.
3405
9904e232
EB
34062003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
3407
3408 * gcc.dg/ultrasp5.c: Fix options.
3409
9fdbe7df
EB
34102003-03-24 Eric Botcazou <ebotcazou@libertysurf.fr>
3411
3412 * gcc.dg/ultrasp5.c: Fix comment.
3413
c12741e9
TM
34142003-03-24 Bud Davis <bdavis9659@comcast.net>
3415
3416 PR fortran/10197
3417 * g77.f-torture/execute/10197.f: New test.
3418
2ef6c975
NS
34192003-03-24 Nathan Sidwell <nathan@codesourcery.com>
3420
1c82cc90
NS
3421 PR c++/9898, c++/383
3422 * g++.dg/template/conv6.C: New test.
b8460b29 3423
a5fcc895
NS
3424 PR c++/10119
3425 * g++.dg/template/ptrmem5.C: New test.
3426
2ef6c975
NS
3427 PR c++/10026
3428 * g++.dg/lookup/koenig1.C: New test.
3429
3430 PR C++/10199
3431 * g++.dg/lookup/template2.C: New test.
3432
1134f4ac
JJ
34332003-03-24 Jakub Jelinek <jakub@redhat.com>
3434
3435 * g++.dg/opt/rtti1.C: New test.
3436
02484af9
EB
34372003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
3438
3439 * gcc.dg/ultrasp5.c: New test.
3440
fa9b4904
AB
34412003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
3442
b099daeb 3443 PR middle-end/9967
fa9b4904
AB
3444 * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
3445 builtin fputs.
3446
068d2c9d
MM
34472003-03-23 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3448
3449 PR c/8224
3450 * gcc.dg/20030323-1.c: New test.
3451
766dec0e
RS
34522003-03-23 Roger Sayle <roger@eyesopen.com>
3453
3454 * gcc.c-torture/compile/20030323-1.c: New test case.
3455
97c6f7ad
UW
34562003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
3457
3458 * gcc.dg/20030321-1.c: New test.
3459
b8c25665
ZW
34602003-03-22 Zack Weinberg <zack@codesourcery.com>
3461
3462 * gcc.dg/Wshadow-1.c: Add a dg-warning line.
3463
3e4a3562
NS
34642003-03-22 Nathan Sidwell <nathan@codesourcery.com>
3465
3466 PR c++/9978, c++/9708
3467 * g++.dg/ext/vlm1.C: Adjust expected error.
3468 * g++.dg/ext/vla2.C: New test.
3469 * g++.dg/template/arg1.C: New test.
3470 * g++.dg/template/arg2.C: New test.
3471
6dd0f30b
BD
34722003-03-22 Bud Davis <bdavis9659@comcast.net>
3473
3474 * g77.f-torture/execute/select.f: New test.
3475 * g77.f-torture/noncompile/select_no_compile.f: New test.
3476
f3146d75
NS
34772003-03-21 Nathan Sidwell <nathan@codesourcery.com>
3478
3479 PR c++/9898
3480 * g++.dg/other/error4.C: New test.
3481
963142fc
MM
34822003-03-20 Mark Mitchell <mark@codesourcery.com>
3483
3484 * g++.dg/template/friend17.C: New test.
3485
f8c8d811
AM
34862003-03-21 Alan Modra <amodra@bigpond.net.au>
3487
3488 * gcc.c-torture/compile/20030320-1.c: New.
3489
c876997f
RS
34902003-03-20 Roger Sayle <roger@eyesopen.com>
3491
3492 * gcc.dg/builtins-6.c: New test case.
3493
42151102
AM
34942003-03-19 Alan Modra <amodra@bigpond.net.au>
3495
3496 PR target/10073
3497 * gcc.c-torture/compile/20030319-1.c: New.
3498
b8c25665 34992003-03-18 Jan Hubicka <jh@suse.cz>
8dfa3bb0
JH
3500
3501 * gcc.dg/i386-cvt-1.c: New test.
3502
0fef2ffc
ZW
35032003-03-17 Zack Weinberg <zack@codesourcery.com>
3504
b8c25665
ZW
3505 * objc.dg/naming-1.m: Use "(parse|syntax) error".
3506 * objc.dg/naming-2.m: Likewise.
0fef2ffc 3507
ec20aa6c
MM
35082003-03-17 Mark Mitchell <mark@codesourcery.com>
3509
3510 PR c++/9639
b8c25665 3511 * g++.dg/parse/crash1.C: New test.
ec20aa6c 3512
bafb714b
MM
35132003-03-16 Mark Mitchell <mark@codesourcery.com>
3514
3515 PR c++/8805
3516 * g++.dg/eh/cleanup1.C: New test.
3517
0a71919d
FH
35182003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
3519
3520 * gcc.c-torture/execute/20030316-1.c: New test case.
3521
1f5a253a
NS
35222003-03-16 Nathan Sidwell <nathan@codesourcery.com>
3523
3524 PR c++/9629
3525 * g++.dg/init/ctor2.C: New test.
3526
de6a669b
RS
35272003-03-15 Roger Sayle <roger@eyesopen.com>
3528
3529 * g77.f-torture/compile/xformat.f: New test case.
3530
24b26d8d
JDA
35312003-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3532
3533 * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
3534 * g++.old-deja/g++.mike/eh50.C: Likewise.
3535
6e049fcd
KL
35362003-03-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3537
3538 PR c++/6440
3539 * g++.dg/template/spec7.C: New test.
3540 * g++.dg/template/spec8.C: Likewise.
3541
f43f4314
JJ
35422003-03-14 Jakub Jelinek <jakub@redhat.com>
3543
3544 * gcc.c-torture/execute/20030313-1.c: New test.
3545
4526753f
RH
35462003-03-14 Richard Henderson <rth@redhat.com>
3547
3548 * gcc.dg/inline-2.c: Adjust alpha test for external call.
3549
f650843f
EB
35502003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
3551
3552 * gcc.c-torture/compile/20030314-1.c: New test.
3553
67e4f078
DS
35542003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
3555
b8c25665 3556 * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
67e4f078 3557 * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
b8c25665 3558 thumb target,
67e4f078
DS
3559 * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
3560 to accept newer _imp__ prefix and additional
3561 newline in .drectve section.
3562 * gcc.dg/dll-4.c: Likewise.
3563 * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
3564 switch.
3565
26f86471
MM
35662003-03-13 Mark Mitchell <mark@codesourcery.com>
3567
45707d31
MM
3568 * g++.dg/parse/namespace9.C: New test.
3569
26f86471
MM
3570 * g++.dg/init/ref5.C: New test.
3571 * g++.dg/parse/ptrmem1.C: Likewise.
3572
aeb11ee5
JDA
35732003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3574
3575 * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
3576 * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
3577 regular expression.
3578 * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
3579 * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
3580
09ebf088
DJ
35812003-03-12 Daniel Jacobowitz <drow@mvista.com>
3582
3583 * gcc.c-torture/execute/20030224-2.c: New test.
3584
8a7d6cb3
EB
35852003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
3586
3587 * gcc.dg/decl-3.c: New test.
3588
db1077d3
EB
35892003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
3590
3591 * gcc.dg/i386-loop-2.c: New test.
3592
0c33daff
MM
35932003-03-11 Mark Mitchell <mark@codesourcery.com>
3594
e1145e7f 3595 PR c++/9474
2601a4ee
MM
3596 * g++.dg/parse/namespace8.C: New test.
3597
0c33daff
MM
3598 PR c++/9924
3599 * g++.dg/overload/builtin2.C: New test.
3600
54098126
SB
36012003-03-11 Steven Bosscher <s.bosscher@student.tudelft.nl>
3602
3603 * gcc.dg/return-type-3.c: New test.
3604
bff6a7c2
V
36052003-03-11 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
3606
3607 * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
3608 profiling options are not supported.
3609
125e6594
MM
36102003-03-10 Mark Mitchell <mark@codesourcery.com>
3611
3612 * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
3613 * g++.old-deja/g++.warn/impint2.C: Likewise.
3614
87d7d780
DP
36152003-03-10 Devang Patel <dpatel@apple.com>
3616
3617 * g++.dg/cpp/c++_cmd_1.C: New test.
3618 * g++.dg/cpp/c++_cmd_1.h: New file.
b8c25665 3619
ebb780f2
SB
36202003-03-10 Segher Boessenkool <segher@koffie.nl>
3621
b8c25665 3622 * gcc.dg/altivec-9.c: New file.
ebb780f2 3623
88a7a0c9
FS
36242003-03-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3625
3626 * gcc.dg/ppc-sdata-1.c: New test.
3627 * gcc.dg/ppc-sdata-2.c: New test.
3628
f6d19bfe
MM
36292003-03-09 Mark Mitchell <mark@codesourcery.com>
3630
1d719415
MM
3631 PR c++/9373
3632 * g++.dg/opt/ptrmem2.C: New test.
3633
f6d19bfe
MM
3634 PR c++/8534
3635 * g++.dg/opt/ptrmem1.C: New test.
3636
9edf6a4c
EB
36372003-03-09 Eric Botcazou <ebotcazou@libertysurf.fr>
3638
3639 * gcc.dg/i386-loop-1.c: New test.
3640
ca9e1382
KL
36412003-03-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3642
3643 PR c++/9970
3644 * g++.dg/lookup/friend1.C: New test.
3645
0e136342
MM
36462003-03-08 Mark Mitchell <mark@codesourcery.com>
3647
3648 PR c++/9823
3649 * g++.dg/parser/constructor1.C: New test.
3650
af812813
HPN
36512003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
3652
17b7f45e
HPN
3653 * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
3654
af812813
HPN
3655 * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
3656
39a91264
NB
36572003-03-08 Neil Booth <neil@daikokuya.co.uk>
3658
3659 * gcc.dg/cpp/Wunused.c: Update test.
3660
b8c25665 36612003-03-08 Jan Hubicka <jh@suse.cz>
18d13f34
JH
3662
3663 * gcc.dg/inline-3.c: New test.
3664
089d6ea7
MM
36652003-03-08 Mark Mitchell <mark@codesourcery.com>
3666
3667 PR c++/9809
3668 * g++.dg/parse/builtin1.C: New test.
3669
3670 PR c++/9982
3671 * g++.dg/abi/cookie1.C: New test.
3672 * g++.dg/abi/cookie2.C: Likewise.
3673
3674 PR c++/9524
612dc718 3675 * g++.dg/template/field1.C: New test.
089d6ea7
MM
3676
3677 PR c++/9912
3678 * g++.dg/parse/class1.C: New test.
3679 * g++.dg/parse/namespace7.C: Likewise.
3680 * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
b8c25665 3681
aa6e8ed3
MM
36822003-03-07 Mark Mitchell <mark@codesourcery.com>
3683
3684 * g++.dg/init/ref4.C: New test.
3685
b8c25665 36862003-03-07 Jan Hubicka <jh@suse.cz>
dfa7f440
JH
3687
3688 * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
18d13f34 3689 * gcc.dg/inline-3.c: New test.
dfa7f440 3690
3d1df1fa
MM
36912003-03-06 Mark Mitchell <mark@codesourcery.com>
3692
3d938426
MM
3693 * g++.dg/init/ref3.C: New test.
3694
5e256996
MM
3695 PR c++/9965
3696 * g++.dg/init/ref2.C: New test.
b8c25665 3697
07681121
MM
3698 PR c++/9400
3699 * g++.dg/warn/Wshadow-2.C: New test.
3700
3d1df1fa
MM
3701 PR c++/9791
3702 * g++.dg/warn/Woverloaded-1.C: New test.
3703
b8c25665 37042003-03-05 Jan Hubicka <jh@suse.cz>
b255a036
JH
3705
3706 * gcc.dg/i386-local2.c: New.
20856045 3707 * gcc.dg/i386-local.c: Fix typo.
b255a036 3708
1c442892
MM
37092003-03-05 Mark Mitchell <mark@codesourcery.com>
3710
3711 * g++.dg/abi/layout3.C: New test.
3712
be2fa211
EB
37132003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3714
3715 * gcc.c-torture/compile/20030305-1.c
3716
b8c25665 37172003-03-05 Jan Hubicka <jh@suse.cz>
dafc5b82
JH
3718
3719 * gcc.dg/i386-local.c: New.
3720
b8c25665 37212003-03-04 J"orn Rennecke <joern.rennecke@superh.com>
754047bb
R
3722
3723 * gcc.dg/sh-relax.c: Disable for sh64-*-*.
3724
2ad1815d
EB
37252003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3726
3727 * gcc.dg/switch-2.c: New test.
3728 * gcc.dg/switch-3.c: New test.
3729 * gcc.dg/Wswitch.c: Adjust line numbers.
3730 * gcc.dg/Wswitch-default.c: Likewise.
3731 * gcc.dg/Wswitch-enum.c: Likewise.
3732
01952d37
AO
37332003-03-04 Alexandre Oliva <aoliva@redhat.com>
3734
3735 * gcc.c-torture/execute/20030222-1.c: New test.
3736
767440a2
JW
37372003-03-03 James E Wilson <wilson@tuliptree.org>
3738
3739 * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
3740
7993382e
MM
37412003-03-03 Mark Mitchell <mark@codesourcery.com>
3742
3743 PR c++/9878
3744 * g++.dg/init/ref1.C: New test.
3745
b8c25665 37462003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
d44cc404
R
3747
3748 * gcc.dg/sh-relax.c: New SH-only test.
3749
b22b239e
GK
37502003-03-03 Geoffrey Keating <geoffk@apple.com>
3751
3752 * gcc.c-torture/compile/20010327-1.c: Back out last change. Add
3753 comment explaining purpose of testcase.
3754
3595b91f
SC
37552003-03-02 Stephane Carrez <stcarrez@nerim.fr>
3756
3757 * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
3758 for HC11/HC12 (asm needs two int registers).
3759 * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
3760 HC11/HC12 because the test uses an asm which needs two 32-bit
3761 registers.
3762
1494f93a
SC
37632003-03-02 Stephane Carrez <stcarrez@nerim.fr>
3764
3765 * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
3766 for HC11/HC12 (array is too large otherwise).
3767 * gcc.c-torture/compile/920501-4.x: New file, likewise.
3768 * gcc.c-torture/compile/20010518-2.x: Likewise.
3769 * gcc.c-torture/compile/980506-1.x: Don't execute this test on
3770 HC11/HC12 (array is too large).
3771
facf86ac
GK
37722003-03-01 Geoffrey Keating <geoffk@apple.com>
3773
3774 * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
3775 * lib/g++-dg.exp (g++-dg-test): Likewise.
3776
08291658
RS
37772003-03-01 Roger Sayle <roger@eyesopen.com>
3778
3779 * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
3780 * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
3781
74dd1333
KL
37822003-03-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3783
3784 * g++.dg/warn/implicit-typename1.C: Remove warning.
3785
3f53c0dc
RH
37862003-02-28 Richard Henderson <rth@redhat.com>
3787
3788 * gcc.dg/noreturn-1.c: Move noreturn warning line.
3789 * gcc.dg/return-type-1.c: Move control reaches end warning line.
3790
d8fad4ea
GK
37912003-02-28 Geoffrey Keating <geoffk@apple.com>
3792
3793 * gcc.dg/pch/pch.exp: Change .pch to .gch.
3794 * g++.dg/pch/pch.exp: Likewise.
3795
1cb8292f
MM
37962003-02-28 Mark Mitchell <mark@codesourcery.com>
3797
3798 PR c++/9879
3799 * testsuite/g++.dg/init/new4.C: New test.
3800
f3c7ed6b
RE
38012003-02-28 Richard Earnshaw <rearnsha@arm.com>
3802
3803 * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
3804
13082c80
AO
38052003-02-28 Alexandre Oliva <aoliva@redhat.com>
3806
e459243b
AO
3807 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
3808 unsigned long.
3809
13082c80
AO
3810 * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
3811 wider than float.
3812
b17d5d7c
ZD
38132003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3814
3815 * lib/scanasm.exp: Add support for counting numbers of
3816 occurences.
3817 * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
3818 gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
3819
c0b1cc97
MM
38202003-02-25 Mark Mitchell <mark@codesourcery.com>
3821
cec24319
MM
3822 PR c++/9683
3823 * g++.dg/template/static3.C: New test.
3824
c0b1cc97
MM
3825 PR c++/9829
3826 * g++.dg/parse/namespace6.C: New test.
b8c25665 3827
3eaa6044
FS
38282003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3829
3830 PR target/9732
3831 * gcc.dg/20030225-1.c: New test.
3832
353b4fc0
MM
38332003-02-24 Mark Mitchell <mark@codesourcery.com>
3834
d12ad970
MM
3835 * README: Remove out-of-date information.
3836
353b4fc0
MM
3837 PR c++/9836
3838 * g++.dg/template/spec6.C: New test.
3839
201b9f2a
JL
38402003-02-24 Jeff Law <law@redhat.com>
3841
3842 * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
3843
f8dc212b
RO
38442003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3845
3846 * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
3847 * gcc.dg/pragma-ep-1.c: Likewise.
3848
9e236a9d
KL
38492003-02-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3850
3851 PR c++/9602
3852 * g++.dg/template/friend16.C: New test.
3853
ca099ac8
MM
38542003-02-23 Mark Mitchell <mark@codesourcery.com>
3855
3856 PR c++/5333
3857 * g++.dg/parse/fused-params1.C: Adjust error messages.
3858 * g++.dg/template/nested3.C: New test.
b8c25665 3859
f641e05b
AM
38602003-02-24 Alan Modra <amodra@bigpond.net.au>
3861
3862 * g++.dg/abi/param1.C: New test.
3863
53be1a8d
KL
38642003-02-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3865
3866 PR c++/7982
3867 * g++.dg/warn/implicit-typename1.C: New test.
3868
9d913bbf
KC
38692003-02-22 Kelley Cook <kelleycook@comcast.net>
3870
b8c25665
ZW
3871 * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
3872 with "mtune".
3873 * g++.old-deja/g++.other/store-expr2.C: Likewise.
3874 * gcc.c-torture/execute/20010129-1.x: Likewise.
3875 * gcc.dg/20011107-1.c: Likewise.
3876 * gcc.dg/20020108-1.c: Likewise.
3877 * gcc.dg/20020122-3.c: Likewise.
3878 * gcc.dg/20020206-1.c: Likewise.
3879 * gcc.dg/20020310-1.c: Likewise.
3880 * gcc.dg/20020426-2.c: Likewise.
3881 * gcc.dg/20020517-1.c: Likewise.
3882 * gcc.dg/991230-1.c: Likewise.
3883 * gcc.dg/i386-unroll-1.c: Likewise.
3884 * gcc.misc-tests/i386-prefetch.exp: Likewise.
3885
38862003-02-22 Jan Hubicka <jh@suse.cz>
48e082b9
JH
3887
3888 * gcc.dg/i386-mul.c: New test.
3889
c0a47a61
RS
38902003-02-21 Roger Sayle <roger@eyesopen.com>
3891
3892 * gcc.dg/builtins-5.c: New test case.
3893
182c2078
HPN
38942003-02-22 Hans-Peter Nilsson <hp@axis.com>
3895
3896 * gcc.dg/asmreg-1.c: New test.
3897
2fff6d71
MM
38982003-02-21 Mark Mitchell <mark@codesourcery.com>
3899
3900 PR c++/9749
3901 * g++.dg/parse/varmod1.C: New test.
3902
19df1edf
MM
39032003-02-21 Mark Mitchell <mark@codesourcery.com>
3904
3905 PR c++/9727
3906 * g++.dg/template/op1.C: New test.
3907
5dc3a78c
MM
39082003-02-21 Mark Mitchell <mark@codesourcery.com>
3909
3910 PR c++/8906
3911 * g++.dg/template/nested2.C: New test.
3912
692bb58a
MM
39132003-02-21 Mark Mitchell <mark@codesourcery.com>
3914
3915 PR c++/8724
3916 * g++.dg/expr/dtor1.C: New test.
3917
a8d0ddaf
ZW
39182003-02-21 Zack Weinberg <zack@codesourcery.com>
3919
3920 * gcc.dg/cpp/include3.c: New test.
3921 * gcc.dg/cpp/inc/foo.h: New file.
3922
9e7d0b92
GN
39232003-02-21 Glen Nakamura <glen@imodulo.com>
3924
3925 * gcc.c-torture/execute/20030221-1.c: New test.
3926
63a3cd3e
MM
39272003-02-20 Mark Mitchell <mark@codesourcery.com>
3928
3929 PR c++/9729
3930 * g++.dg/abi/conv1.C: New test.
3931
b8c25665 39322003-02-20 Jan Hubicka <jh@suse.cz>
0bcecf95
JH
3933
3934 * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
3935
4ea0d487
DJ
39362003-02-19 Daniel Jacobowitz <drow@mvista.com>
3937
3938 * gcc.c-torture/compile/20030219-1.c: New test.
3939
b8c25665 39402003-02-18 Jan Hubicka <jh@suse.cz>
c001c39b
JH
3941
3942 * gcc.dg/funcorder.c: New test.
3943
ff6e1a2f
KH
39442003-02-18 Kazu Hirata <kazu@cs.umass.edu>
3945
3946 * gcc.c-torture/execute/20030218-1.c: New.
3947
67aa8289
AH
39482003-02-18 Aldy Hernandez <aldyh@redhat.com>
3949
a8d0ddaf 3950 * gcc.dg/20030218-1.c: New.
67aa8289 3951
d7ddbe24
RH
39522003-02-18 Richard Henderson <rth@redhat.com>
3953
3954 * gcc.dg/attr-invalid.c: Allow __used__ on static data.
3955 * gcc.dg/attr-used-2.c: New.
3956
6b99d1c0
MM
39572003-02-18 Mark Mitchell <mark@codesourcery.com>
3958
3959 PR c++/9704
3960 * g++.dg/init/copy5.C: New test.
a8d0ddaf 3961
59d22bc5
GK
39622003-02-18 Geoffrey Keating <geoffk@apple.com>
3963
3964 * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
3965 * g++.dg/pch/pch.exp: Likewise.
3966
bc102c4b
KH
39672003-02-18 Kazu Hirata <kazu@cs.umass.edu>
3968
3969 * gcc.c-torture/execute/20030209-1.c: Enable the test if
3970 STACK_SIZE is not defined.
3971
db77ef4c
KL
39722003-02-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3973
3974 PR c++/9457
3975 * g++.dg/template/init1.C: New test.
3976
b8c25665 39772003-02-16 Jan HUbicka <jh@suse.cz>
096daf41
JH
3978
3979 * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
3980 (foo): Add few extra tests
3981 * gcc.dg/c99-const-expr-3.c: Likewise.
3982 * gcc.c-torture/execute/20030216-1.c: New.
3983
0df4ae96
KL
39842003-02-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3985
3986 PR c++/9459
3987 * g++.dg/ext/typeof4.C: New test.
3988
881b2a96
RS
39892003-02-15 Roger Sayle <roger@eyesopen.com>
3990
3991 * gcc.dg/i386-387-3.c: New test case.
3992
6e8647d5
JZ
39932003-02-14 Josef Zlomek <zlomekj@suse.cz>
3994
3995 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
3996 cris-*-elf* cris-*-aout* and mmix-*-*.
3997
42f86c48
JZ
39982003-02-13 Josef Zlomek <zlomekj@suse.cz>
3999
4000 * gcc.dg/20030213-1.c: New test.
4001
1fb54135
RS
40022003-02-12 Roger Sayle <roger@eyesopen.com>
4003
4004 * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
4005 * gcc.dg/i386-387-2.c: Likewise.
4006
c6e2a538
AH
40072003-02-12 Aldy Hernandez <aldyh@redhat.com>
4008
a8d0ddaf
ZW
4009 * gcc.dg/ppc-spe.c: Fix formatting.
4010 Enable tests that were previously unsupported by gas.
4011 Delete tests for instructions that no longer exist.
4012 Switch arguments on evsubifw builtin.
c6e2a538 4013
5c4d5a15
KH
40142003-02-12 Kazu Hirata <kazu@cs.umass.edu>
4015
4016 * gcc.c-torture/execute/20030209-1.c: Disable the test if
4017 STACK_SIZE is too small.
4018
ecf92f82 40192003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
a8d0ddaf 4020 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
ecf92f82
EB
4021
4022 * gcc.dg/decl-2.c: New test.
4023
b8c25665 40242003-02-10 Jan Hubicka <jh@suse.cz>
637df4f4
JH
4025
4026 * gcc.dg/i386-fpcvt-1.c: New test.
4027
2382b79f
RS
40282002-02-09 Richard Sandiford <rsandifo@redhat.com>
4029
4030 * gcc.c-torture/execute/20030209-1.c: New test.
4031
5d4b76c0
KH
40322003-02-09 Kazu Hirata <kazu@cs.umass.edu>
4033
4034 * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
4035 int-wide bitops, use the constants of the same width.
4036 Likewise, if long long is 32-bit wide, test bitops using
4037 32-bit constants.
4038
8f37dd98
LR
40392003-02-07 Loren James Rittle <ljrittle@acm.org>
4040
4041 * gcc.dg/20021014-1.c: Annotate with expected notice text.
4042
46847aa6
RS
40432003-02-07 Roger Sayle <roger@eyesopen.com>
4044
4045 * testsuite/gcc.dg/builtins-4.c: New test case.
4046
f39a753b
KG
40472003-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4048
4049 * gcc.dg/20020430-1.c: Fix dg command typos.
4050 * gcc.dg/20020503-1.c: Likewise.
4051
256803d9
VR
40522003-02-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4053
4054 PR c++/8785
4055 * g++.dg/parse/fused-params1.C: New test.
4056
4057 PR c++/8857
4058 * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
4059
4060 PR c++/8921
4061 * g++.dg/parse/non-dependent1.C: New test.
4062
4063 PR c++/8928
4064 * g++.dg/parse/dupl-tmpl-args1.C: New test.
4065
4066 PR c++/9228
4067 * g++.dg/parse/undefined7.C: New test.
4068 * g++.dg/parse/non-templ1.C: New test.
4069
4070 PR c++/9229
4071 * g++.dg/parse/too-many-tmpl-args1.C: New test.
4072
5fbf0217
EB
40732003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
4074
4075 * gcc.c-torture/compile/20030206-1.c: New test.
4076
dbdd3489
RS
40772003-02-05 Roger Sayle <roger@eyesopen.com>
4078
4079 * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
4080 "pow" to "foo" to avoid potential confusion with a math built-in.
4081
48d1ce96
KG
40822003-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4083
4084 * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
4085 conditions for SPARC targets.
4086
4f6ae35d
JJ
40872003-02-05 Jakub Jelinek <jakub@redhat.com>
4088
4089 * gcc.dg/20030204-1.c: New test.
4090
2de2cd78
VR
40912003-02-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4092
4093 PR c++/38
4094 * g++.dg/parse/array-size1.C: New test.
4095
4096 PR c++/5657
4097 * g++.dg/parse/undefined3.C: New test.
4098
4099 PR c++/5665
4100 * g++.dg/parse/undefined4.C: New test.
4101
4102 PR c++/5975
4103 * g++.dg/parse/undefined5.C: New test.
4104
4105 PR c++/7259
4106 * g++.dg/parse/tmpl-tmpl-param1.C: New test.
4107
4108 PR c++/8578
4109 * g++.dg/parse/casting-operator1.C: New test.
4110
4111 PR c++/8596
4112 * g++.dg/parse/undefined6.C: New test.
4113
4114 PR c++/8736
4115 * g++.dg/parse/missing-template1.C: New test.
4116
b8c25665 41172003-02-04 Jan Hubicka <jh@suse.cz>
afffc4e2
JH
4118
4119 * gcc.dg/i386-cadd.c: Compile using -march=k8.
4120 * gcc.dg/i386-cmov?.c: Likewise.
4121 * gcc.dg/i386-fpcvt-?.c: Likewise.
4122 * gcc.dg/i386-ssefp-1.c: Likewise.
4123 * gcc.dg/i386-ssetype-?.c: Likewise; fix for register passing
2de2cd78 4124 conventions.
afffc4e2 4125
b80f8ef3
MM
41262003-02-03 Mark Mitchell <mark@codesourcery.com>
4127
4128 PR c++/7129
4129 * testsuite/g++.dg/ext/max.C: New test.
4130
b8c25665 41312003-02-03 Jan Hubicka <jh@suse.cz>
7393205f
JH
4132
4133 * gcc.c-torture/execute/20030203-1.c: New test.
4134
ca777b88
RE
41352003-02-03 Richard Earnshaw <rearnsha@arm.com>
4136
4137 * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
4138 'natural-endian'.
4139
271bd540
RS
41402003-02-01 Richard Sandiford <rsandifo@redhat.com>
4141
4142 * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
4143 * g++.dg/init/new2.C: Likewise.
4144 * g++.dg/other/new1.C: Likewise.
4145
5175d1b8
LR
41462003-01-31 Loren J. Rittle <ljrittle@acm.org>
4147
4148 * gcc.dg/struct-ret-libc.c: New test.
4149
2f278625
UW
41502003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
4151
4152 * gcc.dg/20030129-1.c: New test.
4153
db0f613d
KL
41542003-01-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4155
4156 PR c++/8849
4157 * g++.dg/template/ptrmem4.C: New test.
4158
14d22dd6
MM
41592003-01-29 Mark Mitchell <mark@codesourcery.com>
4160
4161 * g++.dg/parser/constant1.C: New test.
4162
710b73e6
KL
41632003-01-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4164
4165 PR c++/8591
4166 * g++.dg/parse/friend2.C: New test.
4167
9ae58faf
NS
41682003-01-29 Nathan Sidwell <nathan@codesourcery.com>
4169
4170 PR c++/9437
4171 * g++.dg/template/unify4.C: New test.
4172
6d09ef27
RS
41732003-01-28 Richard Sandiford <rsandifo@redhat.com>
4174
4175 * gcc.c-torture/execute/20030128-1.c: New test.
4176
4334c467
JO
41772003-01-28 Jeffrey D. Oldham <oldham@codesourcery.com>
4178
4179 * g++.dg/lookup/nested1.C: Test moved from ...
4180 * g++.old-deja/g++.other/lookup24.C: ... here.
4181
b8c25665 41822003-01-28 Jan Hubicka <jh@suse.cz>
69814826
JH
4183
4184 * gcc.dg/i386-cmov5.c: New test.
4185
bffcd064
V
41862003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
4187
a8d0ddaf
ZW
4188 * gcc.c-torture/execute/20010925-1.c: Changed the
4189 memcpy declaration.
bffcd064 4190
f2ce60b8
NS
41912003-01-28 Nathan Sidwell <nathan@codesourcery.com>
4192
4193 PR c++/3902
4194 * g++.dg/parse/template5.C: New test.
4195
f42aadd8
TM
41962003-01-28 Toon Moene <toon@moene.indiv.nluug.nl>
4197
4198 PR fortran/9258
4199 * g77.dg/pr9258: New test.
4200
5db544e1
GP
42012003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4202
4203 * README: Move relevant parts from README.g++.
4204
4205 * README.g++: Remove this file.
4206
483a5709
NS
42072003-01-28 Nathan Sidwell <nathan@codesourcery.com>
4208
4209 * g++.dg/abi/dcast1.C: New test.
4210
4ff71d24
KG
42112003-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4212
4213 * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
4214
623baee2
JO
42152003-01-27 Jeffrey D. Oldham <oldham@codesourcery.com>
4216
4217 PR c++/47
4218 * g++.old-deja/g++.other/lookup24.C: New test.
4219
2956f353
KG
42202003-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4221
4222 PR middle-end/7227
4223 * gcc.dg/uninit-C.c: New test.
4224
a2ddc397
NS
42252003-01-27 Nathan Sidwell <nathan@codesourcery.com>
4226
4227 * g++.dg/abi/covariant1.C: New test.
4228
acf9fa5f
UW
42292003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
4230
4231 * gcc.dg/20030123-1.c: New test.
4232
b8c25665 42332003-01-25 Jan Hubicka <jh@suse.cz>
1649d92f
JH
4234
4235 PR opt/8492
4236 * gcc.c-torture/compile/20030125-1.c
4237
bbaab916
NS
42382003-01-25 Nathan Sidwell <nathan@codesourcery.com>
4239
4240 PR c++/9403
4241 * g++.dg/parse/template3.C: New test.
4242 * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
a8d0ddaf 4243
bbaab916
NS
4244 PR c++/795
4245 * g++.dg/parse/template4.C: New test.
a8d0ddaf 4246
bbaab916
NS
4247 PR c++/9415
4248 * g++.dg/template/qual2.C: New test.
a8d0ddaf 4249
bbaab916
NS
4250 PR c++/8545
4251 * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
4252
4253 * g++.old-deja/g++.ns/bogus1.C: Change expected error.
4254
9bb231fd
RS
42552003-01-25 Roger Sayle <roger@eyesopen.com>
4256
4257 * gcc.c-torture/execute/switch-1.c: New test case.
4258
b8c25665 42592003-01-25 Jan Hubicka <jh@suse.cz>
c5061554
JH
4260
4261 * gcc.c-torture/execute/20030125-1.[cx]: New test.
4262
32d9a5bd
PC
42632003-01-25 Paolo Carlini <pcarlini@unitus.it>
4264
4265 Tweaks for Bison-1.875. From the NEWS file:
4266 "- `parse error' -> `syntax error'
4267 Bison now uniformly uses the term `syntax error'"
4268 * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
4269 * gcc.dg/cpp/digraph2.c: Likewise.
4270 * gcc.dg/cpp/direct2.c: Likewise.
4271 * gcc.dg/cpp/paste4.c: Likewise.
4272 * gcc.dg/c90-restrict-1.c: Likewise.
4273 * gcc.dg/c99-func-2.c: Likewise.
4274 * gcc.dg/noncompile/920721-2.c: Likewise.
4275 * gcc.dg/noncompile/930622-2.c: Likewise.
4276 * gcc.dg/noncompile/940112-1.c: Likewise.
4277 * gcc.dg/noncompile/950921-1.c: Likewise.
4278 * gcc.dg/noncompile/951123-1.c: Likewise.
4279 * gcc.dg/noncompile/971104-1.c: Likewise.
4280 * gcc.dg/noncompile/990416-1.c: Likewise.
4281
f5128e88
PC
42822003-01-24 Paolo Carlini <pcarlini@unitus.it>
4283
4284 * g++.dg/parse/undefined1.C: Add error message.
4285
65a5559b
MM
42862003-01-22 Mark Mitchell <mark@codesourcery.com>
4287
c006d942
MM
4288 PR c++/9354
4289 * g++.dg/parse/new1.C: New test.
4290
4291 PR c++/9216
4292 * g++.dg/parse/template2.C: New test.
4293
4294 PR c++/9354
4295 * g++.dg/parse/typedef2.C: New test.
4296
65a5559b
MM
4297 PR c++/9328
4298 * g++.dg/ext/typeof3.C: New test.
4299
68aab9ee
VR
43002003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4301
4302 PR c++/2738
4303 * g++.dg/parse/ret-type1.C: New test.
4304
4305 PR c++/3792
4306 * g++.dg/parse/tmpl-outside1.C: New test.
4307
4308 PR c++/4207
4309 * g++.dg/parse/int-as-enum1.C: New test.
4310
4311 PR c++/4903
4312 * g++.dg/parse/no-typename1.C: New test.
4313
4314 PR c++/5533
4315 * g++.dg/parse/no-value1.C: New test.
4316
4317 PR c++/5921
4318 * g++.dg/parse/wrong-inline1.C: New test.
4319
4320 PR c++/6402
4321 * g++.dg/parse/ref1.C: New test.
4322
4323 PR c++/6992
4324 * g++.dg/parse/attr-ctor1.C: New test.
4325
4326 PR c++/7229
4327 * g++.dg/parse/namespace5.C: New test.
4328
4329 PR c++/7917
4330 * g++.dg/parse/func-def1.C: New test.
4331
4332 PR c++/8143
4333 * g++.dg/parse/undefined1.C: New test.
4334
4335 PR c++/5723, PR c++/8522
4336 * g++.dg/parse/specialization1.C: New test.
4337
4338 PR c++/163, PR c++/8595
4339 * g++.dg/parse/struct-as-enum1.C: New test.
4340
4341 PR c++/9173
4342 * g++.dg/parse/undefined2.C: New test.
4343
1fb3244a
MM
43442003-01-22 Mark Mitchell <mark@codesourcery.com>
4345
e0860732
MM
4346 PR c++/9298
4347 * g++.dg/parse/template1.C: New test.
4348
4eb6d609
MM
4349 PR c++/9384
4350 * g++.dg/parse/using1.C: New test.
4351
1fb3244a
MM
4352 PR c++/9285
4353 PR c++/9294
4354 * g++.dg/parse/expr2.C: New test.
4355
4356 PR c++/9388
4357 * g++.dg/parse/lookup2.C: Likewise.
4358
b8c25665 43592003-01-21 Jan Hubicka <jh@suse.cz>
4d097718
JH
4360
4361 * gcc.c-torture/execute/990208-1.c: Add noinline attributes as needed.
4362 * gcc.c-torture/execute/eeprof-1.c: Likewise.
4363 * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
4364 * gcc.c-torture/execute/string-opt-*.c: Likewise.
4365
e3289412
NC
43662003-01-20 Nick Clifton <nickc@redhat.com>
4367
4368 * gcc.c-torture/execute/20030117-1.c: New test case. Exposes
4369 problem with ARM sibcall code generation.
4370
d99c740f
KH
43712003-01-20 Kazu Hirata <kazu@cs.umass.edu>
4372
4373 * gcc.c-torture/execute/20030120-1.c: New.
4374
a99820e6
PC
43752003-01-19 Paolo Carlini <pcarlini@unitus.it>
4376
4377 * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
4378
5dae1114
MM
43792003-01-17 Mark Mitchell <mark@codesourcery.com>
4380
4381 PR c++/9272
4382 * g++.dg/parse/ctor1.C: New test.
4383
4384 PR c++/9294:
4385 * g++.dg/parse/qualified1.C: New test.
a8d0ddaf 4386
5dae1114
MM
4387 * g++.dg/parse/typename3.C: New test.
4388
c292e375
RH
43892003-01-16 Richard Henderson <rth@redhat.com>
4390
4391 * g++.dg/tls/init-2.C: Fix error matches for real this time.
4392
aab37812
RH
43932003-01-16 Richard Henderson <rth@redhat.com>
4394
4395 * g++.dg/pch/pch.exp: Copy test header to the working directory
4396 before using it either for precompilation or direct use.
4397 * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
4398 * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
4399
50c620d6
RH
44002003-01-16 Richard Henderson <rth@redhat.com>
4401
4402 * gcc.dg/pch/pch.exp: Copy test header to the working directory
4403 before using it either for precompilation or direct use.
4404 * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
4405 * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
4406
8fbc5ae7
MM
44072003-01-16 Mark Mitchell <mark@codesourcery.com>
4408
4409 * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
4410 * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
4411 * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
4412 * gcc/testsuite/g++.dg/parse/typename2.C: New test.
4413 * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
4414 typename warning into error.
4415 * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
4416 error messages.
4417 * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
4418 * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
4419 * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
4420 messages.
4421 * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
4422 make declaration visible in template.
4423 * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
4424 * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
4425 messages.
4426 * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
4427 message.
4428 * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
4429 * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
4430 * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
4431 * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
4432 typename warning with error message.
4433 * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
4434 * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
4435 * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
a8d0ddaf 4436
712becab
NS
44372003-01-16 Nathan Sidwell <nathan@codesourcery.com>
4438
4439 * g++.dg/parse/ambig2.C: New test.
4440
1ceb0dc7
RH
44412003-01-15 Richard Henderson <rth@redhat.com>
4442
4443 * g++.dg/tls/init-2.C: Update error message string.
4444
3dd5fc58
KG
44452003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4446
4447 * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
4448
b0562482
SC
44492003-01-15 Stephane Carrez <stcarrez@nerim.fr>
4450
4451 * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
4452 all for HC11/HC12.
4453 * gcc.c-torture/compile/20001205-1.x: Likewise.
4454 * gcc.c-torture/compile/20001226-1.x: Likewise.
4455 * gcc.c-torture/compile/920520-1.x: Likewise.
4456 * gcc.c-torture/compile/961203-1.x: Likewise.
4457 * gcc.c-torture/compile/20020604-1.x: Likewise.
4458
b8c25665 44592003-01-15 Jan Hubicka <jh@suse.cz>
b1a6f8db
JH
4460
4461 * gcc.c-torture/compile/20030115-1.c: New test.
4462
4463 * gcc.dg/i386-fpcvt-1.c: New test.
4464 * gcc.dg/i386-fpcvt-2.c: New test.
4465
a7189b49
JO
44662003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>
4467
4468 Further conform g++'s __vmi_class_type_info to the C++ ABI
4469 specification.
4470 * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
4471 the specification.
4472
b8c25665 44732003-01-14 Jan Hubicka <jh@suse.cz>
77f9af81
JH
4474
4475 * gcc.dg/i386-fpcvt-1.c: New test.
4476 * gcc.dg/i386-fpcvt-2.c: New test.
4477
ab5496c4
EB
44782003-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
4479
4480 * gcc.dg/i386-mmx-3.c: New test.
4481
e8f2b18d
MM
44822003-01-12 Mark Mitchell <mark@codesourcery.com>
4483
4484 PR c++/9264
4485 * g++.dg/parse/octal1.C: New file.
4486
4487 PR c++/9172
4488 * g++.dg/parse/typename1.C: New file.
4489
67a7278d
DS
44902003-01-10 Danny Smith <dannysmith@users.sourceforge.net>
4491
4492 * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
4493 * gcc.dg/bf-no-ms-layout.c: Likewise.
ab5496c4 4494 * gcc.dg/bf-ms-attrib.c: Likewise.
67a7278d 4495
2050a1bb
MM
44962003-01-10 Mark Mitchell <mark@codesourcery.com>
4497
99152b95 4498 PR c++/9099
a6f6052a
MM
4499 * g++.dg/parse/dtor1.C: New file.
4500
2050a1bb
MM
4501 PR c++/9128
4502 * g++.dg/rtti/typeid1.C: New file.
4503
4504 PR c++/9153
4505 * g++.dg/parse/lookup1.C: New file.
4506
4507 PR c++/9171
4508 * g++.dg/templ/spec5.C: New file.
ab5496c4 4509
7558f66e
JZ
45102003-01-10 Josef Zlomek <zlomekj@suse.cz>
4511
4512 * gcc.c-torture/compile/20030110-1.c: New test.
4513
17211ab5
GK
45142003-01-09 Geoffrey Keating <geoffk@apple.com>
4515
4516 Merge from pch-branch:
4517
4518 2002-12-23 Geoffrey Keating <geoffk@apple.com>
4519
4520 * gcc.dg/pch/cpp-1.h: New.
4521 * gcc.dg/pch/cpp-1.c: New.
4522 * gcc.dg/pch/cpp-2.h: New.
4523 * gcc.dg/pch/cpp-2.c: New.
4524
4525 2002-11-19 Geoffrey Keating <geoffk@apple.com>
4526
4527 * gcc.dg/pch/except-1.h: New.
4528 * gcc.dg/pch/except-1.c: New.
4529
4530 2002-11-13 Geoffrey Keating <geoffk@apple.com>
4531
4532 * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
4533 running test.
4534 * gcc.dg/pch: Include *.hp not *.h.
4535 * gcc.dg/pch/system-1.h: New.
4536 * gcc.dg/pch/system-1.c: New.
4537
4538 2002-11-11 Geoffrey Keating <geoffk@apple.com>
4539
4540 * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
4541 rather than trying to build and run a program using PCH.
4542 * gcc.dg/pch: Remove dg-do commands from test files.
a8d0ddaf 4543
17211ab5
GK
4544 2002-11-08 Geoffrey Keating <geoffk@apple.com>
4545
4546 * gcc.dg/pch/macro-3.c: New.
4547 * gcc.dg/pch/macro-3.h: New.
4548
4549 2002-11-04 Geoffrey Keating <geoffk@apple.com>
4550
4551 * gcc.dg/pch/common-1.c: New.
4552 * gcc.dg/pch/common-1.h: New.
4553 * gcc.dg/pch/decl-1.c: New.
4554 * gcc.dg/pch/decl-1.h: New.
4555 * gcc.dg/pch/decl-2.c: New.
4556 * gcc.dg/pch/decl-2.h: New.
4557 * gcc.dg/pch/decl-3.c: New.
4558 * gcc.dg/pch/decl-3.h: New.
4559 * gcc.dg/pch/decl-4.c: New.
4560 * gcc.dg/pch/decl-4.h: New.
4561 * gcc.dg/pch/decl-5.c: New.
4562 * gcc.dg/pch/decl-5.h: New.
4563 * gcc.dg/pch/global-1.c: New.
4564 * gcc.dg/pch/global-1.h: New.
4565 * gcc.dg/pch/inline-1.c: New.
4566 * gcc.dg/pch/inline-1.h: New.
4567 * gcc.dg/pch/inline-2.c: New.
4568 * gcc.dg/pch/inline-2.h: New.
4569 * gcc.dg/pch/static-1.c: New.
4570 * gcc.dg/pch/static-1.h: New.
4571 * gcc.dg/pch/static-2.c: New.
4572 * gcc.dg/pch/static-2.h: New.
4573
4574 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
4575
4576 * g++.dg/pch/pch.exp: Better handle failing testcases.
4577 * gcc.dg/pch/pch.exp: Likewise.
4578 * gcc.dg/pch/macro-1.c: New.
4579 * gcc.dg/pch/macro-1.h: New.
4580 * gcc.dg/pch/macro-2.c: New.
4581 * gcc.dg/pch/macro-2.h: New.
4582
4583 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
4584
4585 * g++.dg/dg.exp: Treat files in pch/ specially.
4586 * g++.dg/pch/pch.exp: New file.
4587 * g++.dg/pch/empty.H: New file.
4588 * g++.dg/pch/empty.C: New file.
4589 * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
4590 "precompile".
4591
4592 * gcc.dg/pch/pch.exp: New file.
4593 * gcc.dg/pch/empty.h: New file.
4594 * gcc.dg/pch/empty.c: New file.
4595 * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
4596 "precompile".
4597
0f399e5f
KL
45982003-01-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4599
4600 * g++.dg/template/friend14.C: New test.
4601
4c46ea23
EB
46022003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
4603
8cb1a818 4604 * gcc.dg/old-style-asm-1.c: New test.
4c46ea23 4605
98c29f71
RS
46062003-01-09 Richard Sandiford <rsandifo@redhat.com>
4607
4608 * gcc.c-torture/compile/20030109-1.c: New test.
4609
bbb818c6
EB
46102003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
4611
4612 * gcc.c-torture/execute/20030109-1.c: New test.
4613
cdc497dd
LH
46142003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
4615
4616 * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
4617 * g++.old-deja/g++.mike/dyncast2.C: Likewise
4618 * g++.old-deja/g++.mike/dyncast3.C: Likewise
4619 * g++.old-deja/g++.mike/eh2.C: Likewise
4620 * g++.old-deja/g++.mike/eh3.C: Likewise
4621 * g++.old-deja/g++.mike/eh5.C: Likewise
4622 * g++.old-deja/g++.mike/eh6.C: Likewise
4623 * g++.old-deja/g++.mike/eh7.C: Likewise
4624 * g++.old-deja/g++.mike/eh8.C: Likewise
4625 * g++.old-deja/g++.mike/eh9.C: Likewise
4626 * g++.old-deja/g++.mike/eh10.C: Likewise
4627 * g++.old-deja/g++.mike/eh12.C: Likewise
4628 * g++.old-deja/g++.mike/eh13.C: Likewise
4629 * g++.old-deja/g++.mike/eh14.C: Likewise
4630 * g++.old-deja/g++.mike/eh16.C: Likewise
4631 * g++.old-deja/g++.mike/eh17.C: Likewise
4632 * g++.old-deja/g++.mike/eh18.C: Likewise
4633 * g++.old-deja/g++.mike/eh21.C: Likewise
4634 * g++.old-deja/g++.mike/eh23.C: Likewise
4635 * g++.old-deja/g++.mike/eh24.C: Likewise
4636 * g++.old-deja/g++.mike/eh25.C: Likewise
4637 * g++.old-deja/g++.mike/eh26.C: Likewise
4638 * g++.old-deja/g++.mike/eh27.C: Likewise
4639 * g++.old-deja/g++.mike/eh28.C: Likewise
4640 * g++.old-deja/g++.mike/eh29.C: Likewise
4641 * g++.old-deja/g++.mike/eh31.C: Likewise
4642 * g++.old-deja/g++.mike/eh33.C: Likewise
4643 * g++.old-deja/g++.mike/eh34.C: Likewise
4644 * g++.old-deja/g++.mike/eh35.C: Likewise
4645 * g++.old-deja/g++.mike/eh36.C: Likewise
4646 * g++.old-deja/g++.mike/eh37.C: Likewise
4647 * g++.old-deja/g++.mike/eh38.C: Likewise
4648 * g++.old-deja/g++.mike/eh39.C: Likewise
4649 * g++.old-deja/g++.mike/eh40.C: Likewise
4650 * g++.old-deja/g++.mike/eh41.C: Likewise
4651 * g++.old-deja/g++.mike/eh42.C: Likewise
4652 * g++.old-deja/g++.mike/eh44.C: Likewise
4653 * g++.old-deja/g++.mike/eh46.C: Likewise
4654 * g++.old-deja/g++.mike/eh47.C: Likewise
4655 * g++.old-deja/g++.mike/eh48.C: Likewise
4656 * g++.old-deja/g++.mike/eh49.C: Likewise
4657 * g++.old-deja/g++.mike/eh50.C: Likewise
4658 * g++.old-deja/g++.mike/eh51.C: Likewise
4659 * g++.old-deja/g++.mike/eh53.C: Likewise
4660 * g++.old-deja/g++.mike/eh55.C: Likewise
4661 * g++.old-deja/g++.mike/p7912.C: Likewise
4662 * g++.old-deja/g++.mike/p9706.C: Likewise
4663 * g++.old-deja/g++.mike/p10416.C: Likewise
4664 * g++.old-deja/g++.mike/p11667.C: Likewise
a8d0ddaf 4665 * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
cdc497dd
LH
4666 Remove redundant reference to Iris.
4667 * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
4668 Elxsi, i860, Pico Java, and WE32K.
4669
8caf4c38
MM
46702003-01-07 Mark Mitchell <mark@codesourcery.com>
4671
4672 * g++.dg/ext/asm4.C: New test.
4673
2b59fc25
KL
46742003-01-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4675
4676 PR c++/9030
4677 * g++.dg/template/friend12.C: New test.
4678 * g++.dg/template/friend13.C: Likewise.
4679 * g++.old-deja/g++.eh/spec6.C: Add missing error message.
4680
b8c25665 46812003-01-08 Jan Hubicka <jh@suse.cz>
4298c66b
JH
4682
4683 * gcc.dg/i386-cadd.c: New test.
4684 * gcc.dg/i386-cmov4.c: Likewise.
4685
8218bd34
MM
46862003-01-06 Mark Mitchell <mark@codesourcery.com>
4687
c10cdb3d
MM
4688 PR c++/9165
4689 * g++.dg/warn/Wunused-3.C: New test.
4690
4691 * g++.dg/abi/bitfield9.C: New test.
63e5f567 4692
8218bd34
MM
4693 PR c++/9189
4694 * g++.dg/parse/defarg3.C: New test.
4695
62b8a44e
NS
46962003-01-06 Nathan Sidwell <nathan@codesourcery.com>
4697
4698 * g++.dg/parse/ambig1.C: New test.
4699 * g++.dg/parse/defarg2.C: New test.
4700
ec194454
MM
47012003-01-05 Mark Mitchell <mark@codesourcery.com>
4702
4703 * g++.dg/template/defarg-1.C: New test.
4704 * g++.dg/template/local2.C: Likewise.
4705
1ba8a9c4
RS
47062003-01-05 Richard Sandiford <rsandifo@redhat.com>
4707
4708 * gcc.c-torture/execute/20030105-1.c: New test.
4709
d5945212
KL
47102003-01-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4711
4712 * g++.dg/parse/namespace3.C: Remove extra semicolons.
4713 * g++.dg/parse/namespace4.C: Likewise.
4714
31758337
NS
47152003-01-03 Nathan Sidwell <nathan@codesourcery.com>
4716
4717 * g++.dg/template/ntp2.C: New test.
4718
ba7e8dc0
NN
47192003-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
4720
1ff11883
NN
4721 * g++.dg/parse/extern-C-1.C: New test.
4722
96dafad6
NN
4723 * g++.dg/parse/namespace4.C: New test.
4724
a25a292f
NN
4725 * g++.dg/template/nested1.C: New test.
4726
ba7e8dc0
NN
4727 * g++.dg/parse/namespace3.C: New test.
4728
4dbc1f5c
NN
47292003-01-02 Nathanael Nerode <neroden@gcc.gnu.org>
4730
4731 * g++.dg/lookup/two-stage1.C: New test.
4732
7241bd1b
KG
47332003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4734
4735 * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
4736 * g++.old-deja/g++.jason/access8.C: Likewise.
4737 * g++.old-deja/g++.other/decl5.C: Likewise.
4738
6ec6e2c2
NB
47392003-01-02 Neil Booth <neil@daikokuya.co.uk>
4740
4741 * g++.dg/parse/parse7.C: New test.
4742
4971227d
MM
47432003-01-02 Mark Mitchell <mark@codesourcery.com>
4744
4745 PR c++/2843
4746 * g++.dg/ext/attrib7.C: New test.
4747
f349fb24
NB
47482003-01-02 Neil Booth <neil@daikokuya.co.uk>
4749
4750 * g++.dg/parse/parse6.C: New test.
4751
cb203576
KH
47522003-01-02 Kazu Hirata <kazu@cs.umass.edu>
4753
4754 * gcc.dg/h8300-stack-1.c: New.
4755
894167c5
NN
47562003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
4757
faa75e89
NN
4758 g++.dg/lookup/exception1.C: New test.
4759
3d83e33e
NN
4760 g++.dg/lookup/template1.C: New test.
4761
a5b9863a
NN
4762 g++.dg/parse/namespace2.C: New test.
4763
894167c5
NN
4764 g++.dg/parse/parens2.C: New test.
4765
0ba7ab3e
NB
47662003-01-01 Neil Booth <neil@daikokuya.co.uk>
4767
4768 * g++.dg/parse/parse5.C: New test.
35bce286 4769 * g++.dg/lookup/scoped4.C: New test.
0ba7ab3e 4770
65ed8728
NN
47712003-01-01 Nathanael Nerode <neroden@gcc.gnu.org>
4772
64505efc 4773 * g++.dg/parse/parens1.C: New test.
c818e8b8
NN
4774
4775 * g++.dg/parse/parens2.C: Removed, turned out to duplicate
4776 angle-bracket1.C.
f06fed4a
NN
4777 * g++.dg/parse/parens2.C: New test.
4778
c6df507e
NN
4779 * g++.dg/lookup/scope-operator1.C: New test.
4780
65ed8728
NN
4781 * g++.dg/parse/operator1.C: New test.
4782
a0f11804
KL
47832003-01-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4784
4785 * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
4786 * g++.old-deja/g++.other/access6.C: Likewise.
4787 * g++.old-deja/g++.other/decl1.C: Likewise.
4788 * g++.old-deja/g++.pt/typename12.C: Likewise.
4789
eea9800f
MM
47902002-12-31 Mark Mitchell <mark@codesourcery.com>
4791
4792 * g++.dg/parse/namespace1.C: New test.
a8d0ddaf 4793
79cc2986
NB
47942003-01-01 Neil Booth <neil@daikokuya.co.uk>
4795
4796 * g++.dg/parse/parse4.C: New test.
4797
54ea87db
NB
47982003-01-01 Neil Booth <neil@daikokuya.co.uk>
4799
4800 * g++.dg/parse/parse3.C: New test.
4801
9b1e4260
NB
48022003-01-01 Neil Booth <neil@daikokuya.co.uk>
4803
4804 * g++.dg/parse/parse2.C: New test.
4805
d4413948
NB
48062003-01-01 Neil Booth <neil@daikokuya.co.uk>
4807
4808 * g++.dg/template/friend11.C: New test.
4809
ecc7182c
NB
48102003-01-01 Neil Booth <neil@daikokuya.co.uk>
4811
4812 * g++.dg/parse/parse1.C: New test.
4813
5dc25517
JJ
48142002-12-31 Janis Johnson <janis187@us.ibm.com>
4815
4816 * lib/profopt.exp: Change the name of a global variable to avoid
4817 possible clashes with other test suites.
4818
3cfabe60
NS
48192002-12-31 Nathan Sidwell <nathan@codesourcery.com>
4820
4821 * g++.dg/inherit/covariant8.C: New test.
4822
abda8efe
MM
48232002-12-31 Mark Mitchell <mark@codesourcery.com>
4824
92bc1323
MM
4825 * g++.dg/init/array9.C: New test.
4826
abda8efe
MM
4827 PR c++/9112
4828 * g++.dg/parse/expr1.C: New test.
4829
b0e0b1f3
DJ
48302002-12-30 Daniel Jacobowitz <drow@mvista.com>
4831
4832 * gcc.c-torture/compile/20021230-1.c: New test.
4833
07fa4878
NS
48342002-12-30 Nathan Sidwell <nathan@codesourcery.com>
4835
4836 * g++.dg/inherit/covariant5.C: New test.
4837 * g++.dg/inherit/covariant6.C: New test.
4838 * g++.dg/inherit/covariant7.C: New test.
4839
f2551f35
KL
48402002-12-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4841
4842 PR c++/2739
4843 * g++.dg/other/access2.C: New test.
4844
53101fd1
GDR
48452002-12-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
4846
4847 * g++.dg/other/anon-struct.C: No longer fails
4848 * g++.old-deja/g++.brendan/parse4.C: Likewise.
4849 * g++.old-deja/g++.brendan/parse5.C: Likewise.
4850 * g++.old-deja/g++.brendan/parse6.C: Likewise.
4851
c7ab2b4d
GDR
48522002-12-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
4853
4854 * g++.dg/parse/angle-bracket.C (main): No longer fails.
4855
876200a8
MM
48562002-12-27 Mark Mitchell <mark@codesourcery.com>
4857
4858 * g++.dg/eh/spec4.C: Remove stray semicolon.
4859 * g++.dg/expr/pmf-1.C: Change error message.
4860 * g++.dg/ext/asm1.C: Remove stray semicolon.
4861 * g++.dg/ext/typename1.C: Add missing typenames.
4862 * g++.dg/inherit/template-as-base.C: Change error message.
4863 * g++.dg/lookup/scoped1.C: Likewise.
4864 * g++.dg/lookup/scoped2.C: Likewise.
4865 * g++.dg/lookup/using2.C: Likewise.
4866 * g++.dg/other/component1.C: Remove stray semicolon.
4867 * g++.dg/other/do1.C: Change error message.
4868 * g++.dg/other/error2.C: Likewise.
4869 * g++.dg/other/init1.C: Likewise.
4870 * g++.dg/other/packed1.C: Remove stray semicolon.
4871 * g++.dg/other/ptrmem2.C: Change error message.
4872 * g++.dg/parse/parameter-declaration-1.C: Remove line number
4873 marker.
4874 * g++.dg/special/initp1.C: Remove invalid attribute usage.
4875 * g++.dg/template/access3.C: Add typename keyword.
4876 * g++.dg/template/access5.C: Remove stray semicolon.
4877 * g++.dg/template/access6.C: Likewise.
4878 * g++.dg/template/complit1.C: Likewise.
4879 * g++.dg/template/crash1.C: Change error message.
4880 * g++.dg/template/inherit2.C: Remove stray semicolon.
4881 * g++.dg/template/instantiate2.C: Likewise.
4882 * g++.dg/template/instantiate3.C: Change error message.
4883 * g++.dg/template/qual1.C: Remove stray semicolon.
4884 * g++.dg/template/qualttp18.C: Change error message.
4885 * g++.dg/template/ref1.C: Remove stray semicolon.
4886 * g++.dg/template/sizeof1.C (A::value): Declare it.
4887 * g++.dg/template/spec4.C: Change error message.
4888 * g++.dg/template/static1.C: Likewise.
4889 * g++.dg/template/type1.C: Likewise.
4890 * g++.dg/template/typename3.C: Likewise.
4891 * g++.old-deja/g++.benjamin/13478.C: Change error message.
4892 * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
4893 * g++.old-deja/g++.benjamin/bool01.C: Likewise.
4894 * g++.old-deja/g++.benjamin/bool02.C: Likewise.
4895 * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
4896 named return value extension.
4897 * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
4898 * g++.old-deja/g++.benjmain/warn01.C: Likewise.
4899 * g++.old-deja/g++.bob/extern_C.C: Likewise.
4900 * g++.old-deja/g++.bob/inherit2.C: Likewise.
4901 * g++.old-deja/g++.brendan/complex1.C: Likewise.
4902 * g++.old-deja/g++.brendan/copy5.C: Likewise.
4903 * g++.old-deja/g++.brendan/crash13.C: Likewise.
4904 * g++.old-deja/g++.brendan/crash15.C: Likewise.
4905 * g++.old-deja/g++.brendan/crash18.C: Change error message.
4906 * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
4907 * g++.old-deja/g++.brendan/crash38.C: Likewise.
4908 * g++.old-deja/g++.brendan/crash50.C: Likewise.
4909 * g++.old-deja/g++.brendan/crash56.C: Likewise.
4910 * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
4911 syntax.
4912 * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
4913 * g++.old-deja/g++.brendan/crash8.C: Change error message.
4914 * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
4915 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
4916 * g++.old-deja/g++.brendan/shadow1.C: Likewise.
4917 * g++.old-deja/g++.brendan/template11.C: Likewise.
4918 * g++.old-deja/g++.brendan/template26.C: Likewise.
4919 * g++.old-deja/g++.brendan/template27.C: Use explicit
4920 specialization syntax.
4921 * g++.old-deja/g++.brendan/template30.C: Likewise.
4922 * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
4923 * g++.old-deja/g++.brendan/visibility3.C: Account for use of
4924 non-dependent names.
4925 * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
4926 * g++.old-deja/g++.brendan/warnings7.C: Likewise.
4927 * g++.old-deja/g++.bugs/900121_02.C: Likewise.
4928 * g++.old-deja/g++.eh/catchptr1.C: Likewise.
4929 * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
4930 * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
4931 named return value extension.
4932 * g++.old-deja/g++.ext/namedret2.C: Likewise.
4933 * g++.old-deja/g++.ext/namedret3.C: Likewise.
4934 * g++.old-deja/g++.ext/return1.C: Likewise.
4935 * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
4936 * g++.old-deja/g++.jason/access17.C: Issue more error messages.
4937 * g++.old-deja/g++.jason/access8.C: Likewise.
4938 * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
4939 * g++.old-deja/g++.jason/destruct.C: Remove incorrect
4940 pseudo-destructor names.
4941 * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
4942 * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
4943 pseudo-destructor names.
4944 * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
4945 * g++.old-deja/g++.jason/overload19.C: Likewise.
4946 * g++.old-deja/g++.jason/overload32.C: Likewise.
4947 * g++.old-deja/g++.jason/parse11.C: Issue error messages about
4948 stray semicolons.
4949 * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
4950 * g++.old-deja/g++.jason/return.C: Likewise.
4951 * g++.old-deja/g++.jason/return2.C: Likewise.
4952 * g++.old-deja/g++.jason/shadow1.C: Likewise.
4953 * g++.old-deja/g++.jason/special.C: Use explicit specialization
4954 syntax.
4955 * g++.old-deja/g++.jason/template10.C: Account for use of
4956 non-dependent names.
4957 * g++.old-deja/g++.jason/template11.C: Use explicit specialization
4958 syntax.
4959 * g++.old-deja/g++.jason/template37.C: Likewise.
4960 * g++.old-deja/g++.law/access4.C: Change error messages.
4961 * g++.old-deja/g++.law/arm13.C: Remove incorrect
4962 pseudo-destructor names.
4963 * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
4964 * g++.old-deja/g++.law/ctors9.C: Likewise.
4965 * g++.old-deja/g++.law/cvt22.C: Likewise.
4966 * g++.old-deja/g++.law/dtors5.C: Likewise.
4967 * g++.old-deja/g++.law/global-init1.C: Likewise.
4968 * g++.old-deja/g++.law/missed-error3.C: Likewise.
4969 * g++.old-deja/g++.law/operators28.C: Likewise.
4970 * g++.old-deja/g++.law/visibility28.C: Likewise.
4971 * g++.old-deja/g++.martin/eval1.C: Likewise.
4972 * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
4973 name.
4974 * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
4975 * g++.old-deja/g++.mike/net34.C: Likewise.
4976 * g++.old-deja/g++.mike/net36.C: Likewise.
4977 * g++.old-deja/g++.mike/ns2.C: Likewise.
4978 * g++.old-deja/g++.mike/p12306.C: Likewise.
4979 * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
4980 value extension.
4981 * g++.old-deja/g++.mike/p700.C: Likewise.
4982 * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
4983 * g++.old-deja/g++.mike/p710.C: Likewise.
4984 * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
4985 value extension.
4986 * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
4987 * g++.old-deja/g++.mike/pmf9.C: Likewise.
4988 * g++.old-deja/g++.ns/crash2.C: Likewise.
4989 * g++.old-deja/g++.ns/crash3.C: Likewise.
4990 * g++.old-deja/g++.ns/invalid1.C: Likewise.
4991 * g++.old-deja/g++.ns/ns17.C: Likewise.
4992 * g++.old-deja/g++.ns/template16.C: Likewise.
4993 * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
4994 keyword.
4995 * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
4996 * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
4997 * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
4998 named return value extension.
4999 * g++.old-deja/g++.oliva/nameret2.C: Likewise.
5000 * g++.old-deja/g++.other/access4.C: Issue additional error
5001 messages.
5002 * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
5003 * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
5004 * g++.old-deja/g++.other/crash11.C: Add missing class-key.
5005 * g++.old-deja/g++.other/crash25.C: Change error message.
5006 * g++.old-deja/g++.other/crash4.C: Change error message.
5007 * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
5008 * g++.old-deja/g++.other/decl5.C: Issue more error messages.
5009 * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
5010 checks.
5011 * g++.old-deja/g++.other/defarg8.C: Likewise.
5012 * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
5013 * g++.old-deja/g++.other/dtor10.C: Likewise.
5014 * g++.old-deja/g++.other/incomplete.C: Likewise.
5015 * g++.old-deja/g++.other/linkage7.C: Likewise.
5016 * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
5017 lookup algorithm.
5018 * g++.old-deja/g++.other/mangle2.C: Likewise.
5019 * g++.old-deja/g++.other/refinit2.C: Likewise.
5020 * g++.old-deja/g++.other/sizeof2.C: Change error messages.
5021 * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
5022 * g++.old-deja/g++.pt/crash28.C: Likewise.
5023 * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
5024 syntax.
5025 * g++.old-deja/g++.pt/crash32.C: Change error message.
5026 * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
5027 * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
5028 * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
5029 error message position.
5030 * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
5031 * g++.old-deja/g++.pt/defarg8.C: Change error message.
5032 * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
5033 syntax.
5034 * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
5035 * g++.old-deja/g++.pt/eichin01b.C: Likewise.
5036 * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
5037 * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
5038 keyword.
5039 * g++.old-deja/g++.pt/explicit31.C: Likewise.
5040 * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
5041 * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
5042 keyword.
5043 * g++.old-deja/g++.pt/explicit71.C: Change error message.
5044 * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
5045 syntax.
5046 * g++.old-deja/g++.pt/friend28.C: Account for use of
5047 non-dependent names.
5048 * g++.old-deja/g++.pt/friend29.C: Likewise.
5049 * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
5050 rules.
5051 * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
5052 * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
5053 * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
5054 lookup rules.
5055 * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
5056 * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
5057 keyword.
5058 * g++.old-deja/g++.pt/memclass20.C: Likewise.
5059 * g++.old-deja/g++.pt/memclass5.C: Likewise.
5060 * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
5061 keyword.
5062 * g++.old-deja/g++.pt/memtemp75.C: Likewise.
5063 * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
5064 * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
5065 * g++.old-deja/g++.pt/overload13.C: Correct error messages.
5066 * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
a8d0ddaf 5067 * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
876200a8
MM
5068 keyword.
5069 * g++.old-deja/g++.pt/spec10.C: Likewise.
5070 * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
5071 * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
5072 * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
5073 * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
5074 * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
5075 * g++.old-deja/g++.pt/ttp62.C: Likewise.
5076 * g++.old-deja/g++.pt/ttp64.C: Likewise.
5077 * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
5078 * g++.old-deja/g++.pt/typename15.C: Likewise.
5079 * g++.old-deja/g++.pt/typename22.C: Likewise.
5080 * g++.old-deja/g++.pt/typename6.C: Change error messages.
5081 * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
5082 * g++.old-deja/g++.pt/virtual2.C: Likewise.
5083 * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
5084 syntax.
5085 * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
5086 return value extension.
5087 * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
5088 * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
5089 * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
5090 * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
a8d0ddaf 5091
aac1406f
NS
50922002-12-26 Nathan Sidwell <nathan@codesourcery.com>
5093
eab5474f
NS
5094 * g++.dg/warn/inline1.C: New test.
5095 * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
5096 * g++.old-deja/g++.jason/synth10.C: Likewise.
5097 * g++.old-deja/g++.mike/net31.C: Likewise.
5098 * g++.old-deja/g++.mike/p8786.C: Likewise.
5099
aac1406f
NS
5100 * g++.dg/template/friend10.C: New test.
5101 * g++.dg/template/conv5.C: New test.
5102
b9201622 51032002-12-24 Nathan Sidwell <nathan@codesourcery.com>
a8d0ddaf 5104
3e14cd30 5105 * g++.dg/lookup/scoped3.C: New test.
a8d0ddaf 5106
b9201622
NS
5107 * g++.dg/lookup/decl1.C: New test.
5108 * g++.dg/lookup/decl2.C: New test.
5109
40aa9d95
JM
51102002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
5111
5112 * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
5113 gcc.c-torture/compile/20021015-1.c,
5114 gcc.c-torture/compile/20021015-2.c,
5115 gcc.c-torture/compile/20021123-1.c,
5116 gcc.c-torture/compile/20021123-2.c,
5117 gcc.c-torture/compile/20021123-3.c,
5118 gcc.c-torture/compile/20021123-4.c,
5119 gcc.c-torture/execute/20021024-1.c: Add tests previously added
5120 only to 3.1 or 3.2 branch.
5121
8dc65b6e
MM
51222002-12-23 Mark Mitchell <mark@codesourcery.com>
5123
b9201622 5124 * gcc.dg/i386-bitfield3.c: New test.
a8d0ddaf 5125
b9201622 5126 * gcc.dg/i386-bitfield2.c: New test.
a8d0ddaf 5127
081cebb2
NS
51282002-12-22 Nathan Sidwell <nathan@codesourcery.com>
5129
5130 * g++.dg/parse/conv_op1.C: New test.
5131
7887df62
JZ
51322002-12-21 Josef Zlomek <zlomekj@suse.cz>
5133
5134 * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
5135 approved.
5136
7ec52186
JZ
51372002-12-20 Josef Zlomek <zlomekj@suse.cz>
5138
5139 * gcc.c-torture/compile/20021220-1.c: New test.
5140
e91f04de
CH
51412002-12-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
5142
5143 * gcc.dg/i386-fastcall-1.c: New.
5144
039baf9e
EB
51452002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
5146
5147 * gcc.c-torture/execute/20021219-1.c: New test.
5148
e54b4cae
EB
51492002-12-19 Eric Botcazou <ebotcazou@libertysurf.fr>
5150
5151 * gcc.dg/i386-pic-1.c: New test.
5152
da9701a6
KL
51532002-12-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5154
5155 PR c++/8099
5156 * g++.dg/template/friend9.C: New test.
5157
cab7a9a3
KL
51582002-11-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5159
5160 PR c++/3663
5161 * g++.dg/template/access7.C: New test.
5162
a15791b0
NC
51632002-12-18 Nick Clifton <nickc@redhat.com>
5164
5165 * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
5166 the libstdc++-v3 directory has been found.
5167
dd05b1b4
DP
51682002-12-12 Devang Patel <dpatel@apple.com>
5169 * gcc.dg/darwin-ld-1.c: New test.
5170 * gcc.dg/darwin-ld-2.c: New test.
5171 * gcc.dg/darwin-ld-3.c: New test.
5172 * gcc.dg/darwin-ld-4.c: New test.
5173 * gcc.dg/darwin-ld-5.c: New test.
4977bab6 5174
2eb96bdb
EB
51752002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr>
5176
5177 * gcc.c-torture/compile/20021212-1.c: New test.
5178
b3a5a50c
NB
51792002-12-11 Neil Booth <neil@daikokuya.co.uk>
5180
5181 * gcc.dg/fshort-wchar: New test.
5182
4fe1edca
MM
51832002-12-10 Mark Mitchell <mark@codesourcery.com>
5184
d23faea1
MM
5185 PR c++/8372
5186 * g++.dg/template/dtor1.C: New test.
5187
4fe1edca
MM
5188 * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
5189 markers.
5190
801bb04d
JJ
51912002-12-10 Jakub Jelinek <jakub@redhat.com>
5192
5193 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
5194
dcba9b0f
MM
51952002-12-09 Mark Mitchell <mark@codesourcery.com>
5196
5197 * g++.dg/template/static1.C: New test.
5198 * g++.dg/template/static2.C: New test.
5199 * g++.old-deja/g++.ext/memconst.C: New test.
5200
da549e29
KG
52012002-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5202
5203 * g++.dg/special/conpr-2.C: Expect failure on solaris2.
5204 * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
5205 * g++.dg/special/initp1.C: Likewise.
5206
61f6c84f
JJ
52072002-12-06 Jakub Jelinek <jakub@redhat.com>
5208
5209 * gcc.c-torture/execute/20021204-1.c: New test.
5210
16823694
GK
52112002-12-04 Geoffrey Keating <geoffk@apple.com>
5212
5213 * gcc.dg/ppc-fmadd-1.c: New file.
5214 * gcc.dg/ppc-fmadd-2.c: New file.
5215 * gcc.dg/ppc-fmadd-3.c: New file.
5216
d61fd3f1
EB
52172002-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5218
5219 * gcc.c-torture/compile/20021204-1.c: New test.
5220
4977bab6
ZW
52212002-12-03 Nathan Sidwell <nathan@codesourcery.com>
5222
5223 * g++.dg/inherit/covariant2.C: New test.
5224 * g++.dg/inherit/covariant3.C: New test.
5225 * g++.dg/inherit/covariant4.C: New test.
5226 * g++.dg/inherit/covariant1.C: Remove XFAIL.
5227 * g++.old-deja/g++.robertl/eb17.C: Likewise.
5228
ee7ecb29
MM
52292002-12-03 Mark Mitchell <mark@codesourcery.com>
5230
5231 PR c++/8688
5232 * g++.dg/init/brace3.C: New test.
5233
b11b0178
KH
52342002-12-02 Kazu Hirata <kazu@cs.umass.edu>
5235
5236 * gcc.dg/20020210-1.c: Fix a comment typo.
5237
2e185155
MM
52382002-12-02 Mark Mitchell <mark@codesourcery.com>
5239
5089de93
MM
5240 PR c++/8720
5241 * g++.dg/parse/defarg1.C: New test.
5242
5243 PR c++/8615
5244 * g++.dg/template/char1.C: New test.
5245
2e185155
MM
5246 * g++.dg/template/varmod1.C: Fix typo.
5247
218e0eb6
KL
52482002-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5249
5250 DR 180
5251 * g++.old-deja/g++.pt/crash32.C: Expect error.
5252
a82d6da5
MM
52532002-12-01 Mark Mitchell <mark@codesourcery.com>
5254
94fc547c
MM
5255 PR c++/5919
5256 * g++.dg/template/varmod1.C: New test.
5257
a82d6da5
MM
5258 PR c++/8727
5259 * g++.dg/inherit/typeinfo1.C: New test.
4977bab6 5260
a82d6da5
MM
5261 PR c++/8663
5262 * g++.dg/inherit/typedef1.C: New test.
5263
c17707f1
MM
52642002-11-30 Mark Mitchell <mark@codesourcery.com>
5265
c9f8536c
MM
5266 PR c++/8332
5267 PR c++/8493
5268 * g++.dg/template/strlen1.C: New test.
5269
328de7c2
MM
5270 PR c++/8227
5271 * g++.dg/template/ctor2.C: New test.
5272
c17707f1
MM
5273 PR c++/8214
5274 * g++.dg/init/string1.C: New test.
5275
65f8b0fb
MM
5276 PR c++/8511
5277 * g++.dg/template/friend8.C: New test.
5278
f6a83eb0
JB
52792002-11-29 Joe Buck <jbuck@synopsys.com>
5280
5281 * g++.dg/lookup/anon2.C: New test.
5282
e7c79ef9
KH
52832002-11-28 Kazu Hirata <kazu@cs.umass.edu>
5284
5285 * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
5286 h8300 port.
5287
63313700
RS
52882002-11-27 Richard Sandiford <rsandifo@redhat.com>
5289
5290 * gcc.dg/bitfld-6.c: New test.
5291
b8c25665 52922002-11-27 Jan Hubicka <jh@suse.cz>
1dc46545
JH
5293
5294 * gcc.c-torture/execute/20021127.[cx]: New test.
5295
b8c25665 52962002-11-26 Jan Hubicka <jh@suse.cz>
4977bab6
ZW
5297
5298 * gcc.dg/i386-cmov[123].c: New tests for conditional move code
5299 quality.
5300
a16f2357
GK
53012002-11-26 Geoffrey Keating <geoffk@apple.com>
5302
5303 * g++.dg/init/brace2.C: New test.
5304 * g++.old-deja/g++.mike/p9129.C: Correct.
5305
6b5aa5d0
MM
53062002-11-26 Mark Mitchell <mark@codesourcery.com>
5307
5308 * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
5309
4977bab6
ZW
53102002-11-25 Andreas Bauer <baueran@in.tum.de>
5311
5312 * gcc.dg/sibcall-6: New test for indirect sibcalls.
5313
2003cd37
MM
53142002-11-25 Mark Mitchell <mark@codesourcery.com>
5315
5316 * testsuite/g++.dg/abi/empty11.C: New test.
5317 * testsuite/g++.dg/rtti/cv1.C: New test.
5318
d860bdd3
HPN
53192002-11-25 Hans-Peter Nilsson <hp@bitrange.com>
5320
5321 * lib/prune.exp: Prune more -fpic/-fPIC warnings.
5322
8a874cb4
MM
53232002-11-24 Mark Mitchell <mark@codesourcery.com>
5324
5325 * g++.dg/abi/empty10.C: New test.
5326
d61fd3f1 53272002-11-24 Eric Botcazou <ebotcazou@libertysurf.fr>
642c8681
EB
5328
5329 * gcc.c-torture/compile/20021124-1.c: New test.
5330
05abed76
MM
53312002-11-22 Mark Mitchell <mark@codesourcery.com>
5332
5333 * g++.dg/abi/rtti2.C: New test.
5334
d61fd3f1 53352002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
75c2b973
EB
5336
5337 * gcc.dg/i386-unroll-1.c: New test.
5338
d61fd3f1 53392002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
6d1d1db0
EB
5340
5341 * gcc.c-torture/compile/20021120-1.c: New test.
5342 * gcc.c-torture/compile/20021120-2.c: New test.
5343
5354730b
RS
53442002-11-20 Richard Sandiford <rsandifo@redhat.com>
5345
5346 * gcc.dg/bitfld-5.c: New test.
5347
5720520f
RS
53482002-11-20 Richard Sandiford <rsandifo@redhat.com>
5349
5350 * gcc.c-torture/execute/20021120-3.c: New test.
5351
4392ebd3
RS
53522002-11-20 Richard Sandiford <rsandifo@redhat.com>
5353
5354 * gcc.c-torture/execute/20021120-2.c: New test.
5355
3748bd9e
RS
53562002-11-20 Richard Sandiford <rsandifo@redhat.com>
5357
5358 * gcc.c-torture/execute/20021120-1.c: New test.
5359
bc02f8d3
JJ
53602002-11-20 Jakub Jelinek <jakub@redhat.com>
5361
5362 * gcc.c-torture/execute/20021118-3.c: New test.
5363
d61fd3f1 53642002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
d5fc82c5
EB
5365
5366 * gcc.c-torture/compile/20021119-1.c: New test.
5367
3b312ef4
JT
53682002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
5369
5370 * gcc.dg/duff-1.c: New test.
5371 * gcc.dg/duff-2.c: New test.
5372 * gcc.dg/duff-3.c: New test.
5373
8128cccf
NB
53742002-11-18 Neil Booth <neil@daikokuya.co.uk>
5375
5376 * gcc.dg/cpp/_Pragma5.c: New test.
5377
3503150c
RS
53782002-11-18 Richard Sandiford <rsandifo@redhat.com>
5379
5380 * gcc.c-torture/execute/20021118-2.c: New test.
5381
180bde4f
RS
53822002-11-18 Richard Sandiford <rsandifo@redhat.com>
5383
5384 * gcc.c-torture/execute/20021118-1.c: New test.
5385
aaefd216
JJ
53862002-11-16 Jakub Jelinek <jakub@redhat.com>
5387
5388 * gcc.dg/20021116-1.c: New test.
5389
95675950
MM
53902002-11-14 Mark Mitchell <mark@codesourcery.com>
5391
5392 * g++.dg/abi/vcall1.C: New test.
5393
7eca317a
JJ
53942002-11-14 Jakub Jelinek <jakub@redhat.com>
5395
5396 * gcc.dg/20021029-1.c: New test.
5397 * gcc.dg/20021029-2.c: New test.
5398
1fccfa1e
JDA
53992002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
5400
5401 * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
5402
110c25ef
EB
54032002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
5404
5405 PR c/8439
5406 * gcc.dg/20021110.c: Move to ...
5407 * gcc.c-torture/compile/20021110.c: .... here.
5408
303b90b0
FS
54092002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5410
5411 PR c/8467
5412 * gcc.c-torture/execute/20021111-1.c
5413
45ed7228
EB
54142002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
5415
5416 PR c/8439
110c25ef 5417 * gcc.dg/20021110.c: New test.
4977bab6 5418
06315871
MM
54192002-11-10 Mark Mitchell <mark@codesourcery.com>
5420
5421 * g++.dg/abi/vthunk3.C: Run only on x86.
5422
04e6db94
JM
54232002-11-10 Joseph S. Myers <jsm@polyomino.org.uk>
5424
5425 * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
5426
323941f6
HPN
54272002-11-09 Hans-Peter Nilsson <hp@bitrange.com>
5428
5429 * lib/compat.exp (compat-execute): Fix logic error in last
5430 change.
5431
8c47cfd8
NB
54322002-11-09 Neil Booth <neil@daikokuya.co.uk>
5433
5434 * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
5435
5c74d5b0
KL
54362002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5437
5438 PR c++/8389
5439 * g++.dg/template/access6.C: New test.
5440
b8c25665 54412002-11-08 Jan Hubicka <jh@suse.cz>
4977bab6
ZW
5442
5443 * gcc.dg/i386-ssefp-1.c: New test.
5444 * gcc.dg/i386-ssefp-1.c: New test.
5445
b8c25665 54462002-11-08 Jan Hubicka <jh@suse.cz>
8dd3ca88
JH
5447
5448 * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
5449
4f2c9d7e
MM
54502002-11-07 Mark Mitchell <mark@codesourcery.com>
5451
e6a66567
MM
5452 * g++.dg/abi/vthunk3.C: New test.
5453
4f2c9d7e
MM
5454 PR c++/8338
5455 * g++.dg/template/crash2.C: New test.
5456
f72ab53b
MM
54572002-11-07 Mark Mitchell <mark@codesourcery.com>
5458
5459 * testsuite/g++.dg/abi/dtor1.C: New test.
5460 * testsuite/g++.dg/abi/dtor2.C: Likewise.
5461
3cfe49da
GK
54622002-11-05 Geoffrey Keating <geoffk@apple.com>
5463
5464 * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
5465 Darwin.
5466
9e96797f
AN
54672002-11-04 Adam Nemet <anemet@lnxw.com>
5468
5469 * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
5470 -mthumb. Only xfail with -O0.
5471
548502d3
MM
54722002-11-03 Mark Mitchell <mark@codesourcery.com>
5473
5474 * g++.dg/abi/thunk1.C: New test.
5475 * g++.dg/abi/thunk2.C: Likewise.
5476 * g++.dg/abi/vtt1.C: Likewise.
5477
8cd4a359
DN
54782002-11-02 Diego Novillo <dnovillo@redhat.com>
5479
5480 PR optimization/8423
5481 * gcc.c-torture/execute/builtin-constant.c: New test.
5482
04d57dd5
ZW
54832002-11-01 Zack Weinberg <zack@codesourcery.com>
5484
5485 * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
5486 Add some more cases.
5487
bec80a45
MM
54882002-11-01 Mark Mitchell <mark@codesourcery.com>
5489
5490 PR c++/8391
5491 * g++.dg/opt/local1.C: New test.
5492
8c081e84
MM
54932002-10-30 Mark Mitchell <mark@codesourcery.com>
5494
5495 PR c++/8160
5496 * g++.dg/template/complit1.C: New test.
5497
5498 PR c++/8149
5499 * g++.dg/template/typename4.C: Likewise.
5500
7088fca9
KL
55012002-10-30 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5502
5503 Core issue 287, PR c++/7639
5504 * g++.dg/template/instantiate1.C: Adjust error location.
5505 * g++.dg/template/instantiate3.C: New test.
5506 * g++.old-deja/g++.pt/crash10.C: Adjust error location.
5507 * g++.old-deja/g++.pt/derived3.C: Adjust error location.
5508 * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
5509
f6a9714b
HPN
55102002-10-29 Hans-Peter Nilsson <hp@bitrange.com>
5511
5512 * lib/compat.exp (compat-execute): Don't clean out a gluefile.
5513
59db5f7b
MM
55142002-10-29 Mark Mitchell <mark@codesourcery.com>
5515
5516 PR c++/8287
5517 * g++.dg/init/dtor2.C: New test.
5518
a80c67ca
KG
55192002-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5520
5521 * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
5522 * gcc.dg/nest.c: Bypass errors on irix6.
5523
96a888d6
HPN
55242002-10-27 Hans-Peter Nilsson <hp@bitrange.com>
5525
5526 * gcc.dg/nest.c: Expect error for mmix-*-*.
5527 * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
5528
1f032a99
HPN
55292002-10-26 Hans-Peter Nilsson <hp@bitrange.com>
5530
600522f8
HPN
5531 * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
5532 markers.
5533
35fcca95 5534 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1f032a99 5535
f0dd122b
MS
55362002-10-25 Mike Stump <mrs@apple.com>
5537
5538 * gcc.dg/warn-1.c: New test.
5539
f65e1183
ZW
55402002-10-25 Zack Weinberg <zack@codesourcery.com>
5541
5542 * g++.dg/template/typename3.C: New test.
5543
bb5e8a7f
MM
55442002-10-25 Mark Mitchell <mark@codesourcery.com>
5545
e93ee644
MM
5546 * g++.dg/lookup/ptrmem1.C: New test.
5547
bb5e8a7f
MM
5548 * g++.dg/abi/vthunk2.C: New test.
5549
f3763a44
ZW
55502002-10-25 Zack Weinberg <zack@codesourcery.com>
5551
5552 * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
5553
ba9a991f
MM
55542002-10-24 Mark Mitchell <mark@codesourcery.com>
5555
5556 * g++.dg/abi/empty9.C: New test.
5557
5f13cfc6
RH
55582002-10-24 Richard Henderson <rth@redhat.com>
5559
5560 * g++.dg/inherit/thunk1.C: Enable for ia64.
5561
6b607ffd
MM
55622002-10-23 Mark Mitchell <mark@codesourcery.com>
5563
5564 PR c++/8067
5565 * g++.dg/lookup/pretty1.C: New test.
5566
8bfb45f8
JJ
55672002-10-23 Jakub Jelinek <jakub@redhat.com>
5568
5569 * gcc.dg/20021023-1.c: New test.
5570
e6f052b7
MM
55712002-10-23 Mark Mitchell <mark@codesourcery.com>
5572
5573 PR c++/7679
5574 * g++.dg/parse/inline1.C: New test.
f65e1183 5575
e2358068
RH
55762002-10-23 Richard Henderson <rth@redhat.com>
5577
619703c6
RH
5578 * g++.dg/inherit/thunk1.C: Enable for x86_64.
5579
e2358068
RH
5580 * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
5581
ad4f9910
MM
55822002-10-22 Mark Mitchell <mark@codesourcery.com>
5583
5584 PR c++/6579
5585 * g++.dg/parse/stmtexpr3.C: New test.
5586
8fe734a3
NS
55872002-10-22 Nathan Sidwell <nathan@codesourcery.com>
5588
5589 * g++.dg/expr/cond1.C: New test.
5590
4977bab6
ZW
55912002-10-21 Zack Weinberg <zack@codesourcery.com>
5592
5593 * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
5594
7ba539c6
MM
55952002-10-21 Mark Mitchell <mark@codesourcery.com>
5596
5597 * g++.dg/abi/vbase13.C: New test.
5598 * g++.dg/abi/vbase14.C: Likewise.
5599
75d38379
JJ
56002002-10-21 Jakub Jelinek <jakub@redhat.com>
5601
5602 * gcc.dg/tls/pic-1.c: New test.
5603 * gcc.dg/tls/nonpic-1.c: New test.
5604 * gcc.dg/20021018-1.c: New test.
5605
aaee784a
UW
56062002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
5607
5608 * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
5609 Remove only files with the same base name as the test case.
5610 (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
5611 (profopt-execute): Likewise. Also, remove old profiling
5612 and performance data files before running the tests.
5613
5614 * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
5615 * g++.dg/bprob/bprob.exp: Likewise.
5616 * g77.dg/bprob/bprob.exp: Likewise. Also, relax regexp
5617 to allow more general test case names.
5618
5619 * g++.dg/bprob/bprob-1.C: Rename to ...
5620 * g++.dg/bprob/g++-bprob-1.C: ... this.
5621
5622 * g77.dg/bprob/bprob-1.f: Rename to ...
5623 * g77.dg/bprob/g77-bprob-1.f: ... this.
5624
22bd2554
ZW
56252002-10-21 Zack Weinberg <zack@codesourcery.com>
5626
5627 * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
5628 bison 1.50 or later.
5629
434fb8b7
JJ
56302002-10-21 Janis Johnson <janis187@us.ibm.com>
5631
5632 * g++.dg/README: Describe more test directories.
5633
42328048
MM
56342002-10-21 Mark Mitchell <mark@codesourcery.com>
5635
5636 * g++.dg/init/array6.C: Add additional tests.
5637
ecef5e87
UW
56382002-10-21 Ulrich Weigand <uweigand@de.ibm.com>
5639
5640 * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
5641 * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
5642
0ac1a3d3
KH
56432002-10-21 Kazu Hirata <kazu@cs.umass.edu>
5644
5645 * gcc.c-torture/compile/20020604-1.x: New.
5646 * gcc.c-torture/compile/simd-5.x: Likewise.
5647 * gcc.c-torture/execute/920710-1.x: Likewise.
5648 * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
5649
97cc1f5e
MM
56502002-10-21 Mark Mitchell <mark@codesourcery.com>
5651
5652 * g++.dg/inherit/override1.C: Add dg-options clause.
5653
ab3146fd
ZD
56542002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5655
5656 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
5657 _mm_slli_si128.
5658
0d8b229b
AS
56592002-10-19 Andreas Schwab <schwab@suse.de>
5660
5661 * lib/compat.exp (compat-run): Prepend "./" when $dest has no
5662 directory component.
5663
9368208b
MM
56642002-10-18 Mark Mitchell <mark@codesourcery.com>
5665
80bbd03d
MM
5666 * g++.dg/inherit/thunk1.C: New test.
5667
9368208b
MM
5668 * g++.dg/inherit/override1.C: New test.
5669
5670 * g++.dg/abi/mangle11.C: New test.
5671 * g++.dg/abi/mangle14.C: New test.
5672 * g++.dg/abi/mangle17.C: New test.
5673
8a188e24
NS
56742002-10-17 Nathan Sidwell <nathan@codesourcery.com>
5675
5676 * g++.dg/overload/member2.C: New test.
5677
768bf0ab
JJ
56782002-10-17 Janis Johnson <janis187@us.ibm.com>
5679
5680 * g++.dg/README: Describe new compat directory.
5681 * g++.dg/dg.exp: Skip tests in compat directory.
5682 * README.compat: New file.
5683 * lib/compat.exp: New expect script.
5684 * g++.dg/compat: New test directory.
5685 * g++.dg/compat/compat.exp: New expect script.
5686 * g++.dg/compat/abi: New test directory.
5687 * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
5688 g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
5689 g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
5690 g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
5691 g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
5692 g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
5693 g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
5694 g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
5695 g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
5696 g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
5697 g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
5698 g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
5699 * g++.dg/compat/break: New test directory.
5700 * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
5701 g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
5702 g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
5703 g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
5704 g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
5705 g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
5706 g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
5707 g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
5708 g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
5709 g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
5710 g++.dg/compat/break/README: New files.
5711 * g++.dg/compat/eh: New test directory.
5712 * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
5713 g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
5714 g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
5715 g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
5716 g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
5717 g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
5718 g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
5719 g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
5720 g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
5721 g++.dg/compat/eh/filter2_y.C,
5722 g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
5723 g++.dg/compat/eh/new1_y.C,
5724 g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
5725 g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
5726 g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
5727 g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
5728 g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
5729 g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
5730 g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
5731 g++.dg/compat/eh/unexpected1_y.C: New files.
5732 * g++.dg/compat/init: New test directory.
5733 * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
5734 g++.dg/compat/init/array5_y.C,
5735 g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
5736 g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
5737 g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
5738 g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
5739 g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
5740 g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
5741 g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
5742 g++.dg/compat/init/init-ref2_y.C: New files.
5743
982216be
MM
57442002-10-17 Mark Mitchell <mark@codesourcery.com>
5745
5746 PR c++/7584
5747 * g++.dg/inherit/using3.C: New test.
5748
b8c25665 57492002-10-17 Jan Hubicka <jh@suse.cz>
ff229ff6
JH
5750
5751 * gcc.dg/20021017-2.c: New test.
5752
b216f69b
MM
57532002-10-17 Mark Mitchell <mark@codesourcery.com>
5754
2d05cd96 5755 * g++.dg/abi/mangle16.C: Adjust.
d768a589 5756
b216f69b
MM
5757 * g++.dg/init/array8.C: New test.
5758
6e53546d
RS
57592002-10-17 Richard Sandiford <rsandifo@redhat.com>
5760
5761 * gcc.dg/special/mips-abi.exp: New test.
5762 * gcc.dg/special/mips-abi.s: Empty file used by the above.
5763
2303a079
MM
57642002-10-16 Mark Mitchell <mark@codesourcery.com>
5765
d3133e68
MM
5766 * g++.dg/abi/mangle16.C: New test.
5767 * g++.dg/abi/mangle17.C: Likewise.
5768
2303a079
MM
5769 PR c++/7478
5770 * g++.dg/template/ref1.C: New test.
5771
e055ba36
KG
57722002-10-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5773
5774 * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
5775
6e2ac1ae
UW
57762002-10-16 Ulrich Weigand <uweigand@de.ibm.com>
5777
5778 * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
5779
451c0899
MM
57802002-10-16 Mark Mitchell <mark@codesourcery.com>
5781
5782 PR c++/7524
5783 * g++.dg/init/array7.C: New test.
5784
3fa3c4bd
MM
57852002-10-15 Mark Mitchell <mark@codesourcery.com>
5786
5787 * g++.dg/init/array6.C: New test.
22bd2554 5788
3fa3c4bd
MM
5789 * g++.dg/abi/mangle13.C: Likewise.
5790 * g++.dg/abi/mangle14.C: Likewise.
5791 * g++.dg/abi/mangle15.C: Likewise.
5792
58731fd1
MM
57932002-10-14 Mark Mitchell <mark@codesourcery.com>
5794
5795 * g++.dg/abi/empty8.C: New test.
22bd2554 5796
6742d92b
NS
57972002-10-15 Nathan Sidwell <nathan@codesourcery.com>
5798
5799 * g++.dg/init/ctor1.C: New test.
5800
23a64177
UW
58012002-10-15 Ulrich Weigand <uweigand@de.ibm.com>
5802
5803 * gcc.c-torture/execute/20021015-1.c: New test.
5804
b8c25665 58052002-10-15 J"orn Rennecke <joern.rennecke@superh.com>
38364bd2
R
5806
5807 * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
5808
b8c25665 58092002-10-14 Jan Hubicka <jh@suse.cz>
1877be45
JH
5810
5811 * gcc.dg/i386-ssetype-[1-5].c: New tests.
5812
741fa37f
RH
58132002-10-14 Richard Henderson <rth@redhat.com>
5814
5815 * gcc.dg/20020219-1.c: Disable for 16-bit targets.
5816
a3b88570
MM
58172002-10-14 Mark Mitchell <mark@codesourcery.com>
5818
5819 PR optimization/6631
5820 * g++.dg/opt/const2.C: New test.
5821
77631fa7
MM
58222002-10-14 Mark Mitchell <mark@codesourcery.com>
5823
5824 PR c++/7176
5825 * g++.dg/parse/friend1.C: New test.
5826 * g++.old-deja/g++.pt/memtemp64.C: Adjust.
5827
0d1c5774
JJ
58282002-10-14 Jakub Jelinek <jakub@redhat.com>
5829
5830 * gcc.dg/20021014-1.c: New test.
5831
8e3df2de
MM
58322002-10-11 Mark Mitchell <mark@codesourcery.com>
5833
dac45b5c
MM
5834 PR c++/5661
5835 * g++.dg/ext/vlm1.C: New test.
5836 * g++.dg/ext/vlm2.C: Likewise.
22bd2554 5837
8e3df2de
MM
5838 * g++.dg/init/array1.C: Remove invalid braces.
5839 * g++.dg/init/brace1.C: New test.
5840 * g++.dg/init/copy2.C: Likewise.
5841 * g++.dg/init/copy3.C: Likewise.
5842 * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
5843 * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
5844 braces.
22bd2554 5845
98ddd678
NB
58462002-10-11 Neil Booth <neil@daikokuya.co.uk>
5847
5848 * gcc.dg/cpp/assembler.S: Don't use -ansi.
5849
b8c25665 58502002-10-11 Richard Shann <richard.shann@superh.com>
0488fa7c
JR
5851
5852 * gcc.c-torture/compile/simd-5.c: New test.
5853
4977bab6
ZW
58542002-10-10 Roger Sayle <roger@eyesopen.com>
5855
5856 * gcc.c-torture/execute/shiftopt-1.c: New test case.
5857
61fdde38
JW
58582002-10-10 Jim Wilson <wilson@redhat.com>
5859
5860 * gcc.c-torture/execute/20021010-1.c: New test.
5861
95f79357
ZW
58622002-10-09 Zack Weinberg <zack@codesourcery.com>
5863
85cd7be8 5864 PR c/7353
95f79357
ZW
5865 * g++.dg/ext/typedef-init.C: New test.
5866 * gcc.dg/typedef-init.c: New test.
5867
5cc67323
NB
58682002-10-09 Neil Booth <neil@daikokuya.co.uk>
5869
5870 * gcc.dg/cpp/paste13.c: New test.
5871
131d2c16
KG
58722002-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5873
5874 * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs. For
5875 remaining platforms, XFAIL during compile, not execute. Don't
5876 XFAIL at -O0.
5877
bf52f899
NS
58782002-10-08 Nathan Sidwell <nathan@codesourcery.com>
5879
5880 * gcc.dg/alias-1.c: Tweak expected warning.
5881
a85cd145
V
58822002-10-06 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
5883
5884 * gcc.dg/20020411-1.c: Disable for 16-bit "int".
5885
f75369c8
AJ
58862002-10-06 Andreas Jaeger <aj@suse.de>
5887
8d725537
AJ
5888 * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
5889 * gcc.dg/cpp/c++98.C: Likewise.
5890
5891 * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
5892 * g++.dg/cpp/c++98.C: Likewise.
5893
5894 * g++.dg/README (Subdirectories): Mention cpp directory.
5895
f75369c8
AJ
5896 PR target/7559
5897 * gcc.dg/20021006-1.c: New test.
5898
eb55ce4b
KL
58992002-10-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5900
5901 PR c++/7804
5902 * g++.dg/other/warning1.C: New test.
5903
f91f86e7
RS
59042002-10-04 Roger Sayle <roger@eyesopen.com>
5905
5906 * gcc.c-torture/execute/20020720-1.x: XFAIL instead of skipping
5907 the test on failing platforms. Mark sparcv9-*-*, sparc64-*-*
5908 and sparc-*-* with -m64 as expected failures. See PR 8087.
5909
bd9bb3d2
MM
59102002-10-03 Mark Mitchell <mark@codesourcery.com>
5911
5912 PR c++/7931
5913 * g++.dg/template/ptrmem3.C: New test.
f75369c8 5914
bd9bb3d2
MM
5915 PR c++/7754
5916 * g++.dg/template/union1.C: New test.
5917
6397d80b
MM
59182002-10-03 Mark Mitchell <mark@codesourcery.com>
5919
5920 PR c++/8006
5921 * g++.dg/abi/mangle9.C: New test.
5922 * g++.dg/abi/mangle10.C: New test.
5923 * g++.dg/abi/mangle11.C: New test.
5924 * g++.dg/abi/mangle12.C: New test.
5925
2282d28d
MM
59262002-10-02 Mark Mitchell <mark@codesourcery.com>
5927
5928 PR c++/7188.
5929 * g++.dg/template/meminit1.C: New test.
5930 * g++.dg/warn/Wreorder-1.C: Likewise.
5931 * g++.old-deja/g++.mike/warn3.C: Tweak.
5932 * lib/prune.exp: Ingore "in copy constructor".
5933
e5ec43ac
AJ
59342002-10-02 Andreas Jaeger <aj@suse.de>
5935
5936 * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
5937 gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
5938 g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
5939 on x86-64.
5940
a1d1a0f9
MM
59412002-10-01 Mark Mitchell <mark@codesourcery.com>
5942
5943 * gcc.dg/empty1.C: Fix typo.
5944
73a73768
NS
59452002-10-01 Nathan Sidwell <nathan@codesourcery.com>
5946
5947 * gcc.dg/alias-1.c: New test.
5948
871e97f7
MM
59492002-10-01 Mark Mitchell <mark@codesourcery.com>
5950
0645ba8f
MM
5951 * gcc.dg/empty1.C: New test.
5952
871e97f7
MM
5953 * g++.dg/tls/init-2.C: Tweak error messages.
5954
8ab907e8
RS
59552002-10-01 Richard Sandiford <rsandifo@redhat.com>
5956
5957 * gcc.c-torture/compile/20020923-1.c: New test.
5958
e3e3815b
JT
59592002-09-30 Jason Thorpe <thorpej@wasabisystems.com>
5960
5961 * gcc.c-torture/execute/ffs-1.c: New test.
5962 * gcc.c-torture/execute/ffs-2.c: Ditto.
5963
5a9a1961
NS
59642002-09-30 Nathan Sidwell <nathan@codesourcery.com>
5965
5966 * g++.dg/overload/member1.C: New test.
5967
17bbb839
MM
59682002-09-30 Mark Mitchell <mark@codesourcery.com>
5969
5970 * g++.dg/abi/empty7.C: New test.
5971 * g++.dg/init/pm2.C: Likewise.
f75369c8 5972
03357c23
NS
59732002-09-29 Nathan Sidwell <nathan@codesourcery.com>
5974
5975 * g++.dg/rtti/crash1.C: New test.
5976
d7bb749a
HPN
59772002-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5978
5979 * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
5980 gcc.dg/sibcall-4.c: New tests.
5981
1c402174
RS
59822002-09-28 Roger Sayle <roger@eyesopen.com>
5983
5984 * gcc.c-torture/execute/20020720-1.x: No longer skip test on
5985 powerpc and MMIX targets.
5986
57147be1
ZW
59872002-09-27 Zack Weinberg <zack@codesourcery.com>
5988
5989 * gcc.dg/cpp/20020927-1.c: New.
5990
6b1ef791
DM
59912002-09-26 David S. Miller <davem@redhat.com>
5992
5993 * gcc.c-torture/compile/trunctfdf.c: New.
5994
fa4211cb
KG
59952002-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5996
5997 * lib/target-supports.exp (check_weak_available): Handle solaris2.
5998
a7215b32
AM
59992002-09-27 Alan Modra <amodra@bigpond.net.au>
6000
6001 * gcc.c-torture/execute/loop-15.c: New.
6002
d57f8a71
JJ
60032002-09-26 Janis Johnson <janis187@us.ibm.com>
6004
6005 * README.QMTEST: Fix typo.
6006
b784617e
UW
60072002-09-26 Ulrich Weigand <uweigand@de.ibm.com>
6008
6009 * gcc.dg/20020926-1.c: New test.
6010
065fa8a1
DM
60112002-09-25 David S. Miller <davem@redhat.com>
6012
6013 PR target/7842
6014 * gcc.c-torture/execute/shiftdi.c: New test.
6015
1c88948f
RE
60162002-09-26 Richard Earnshaw <rearnsha@arm.com>
6017
6018 * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
6019 unique to the tool.
6020 * lib/g77.exp (g77_init): Likewise.
6021 * lib/g++.exp (g++_init): Likewise.
6022 * lib/objc.exp (objc_init): Likewise.
6023
956d9305
MM
60242002-09-25 Mark Mitchell <mark@codesourcery.com>
6025
6026 * gcc/testsuite/g++.dg/abi/empty5.C: New test.
6027 * gcc/testsuite/g++.dg/abi/empty6.C: New test.
6028 * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
6029
6190e147
RH
60302002-09-25 Richard Henderson <rth@redhat.com>
6031
6032 * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
6033 too-small long double.
6034
c354bbcc
HPN
60352002-09-23 Hans-Peter Nilsson <hp@axis.com>
6036
6037 * gcc.dg/20020919-1.c: New test.
6038
2d3e278d
MM
60392002-09-23 Mark Mitchell <mark@codesourcery.com>
6040
6041 * g++.dg/abi/bitfield6.C: New test.
6042 * g++.dg/abi/bitfield7.C: New test.
6043 * g++.dg/abi/bitfield8.C: New test.
6044 * g++.dg/abi/vbase11.C: New test.
6045
490ed846
JDA
60462002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
6047
6048 * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
6049 hppa*-*-hpux*. Update test comment.
6050
6ba085e7
JJ
60512002-09-20 Jakub Jelinek <jakub@redhat.com>
6052
6053 * gcc.dg/tls/struct-1.c: New test.
6054
56941bf2
NB
60552002-09-20 Neil Booth <neil@daikokuya.co.uk>
6056
6057 * gcc.dg/cpp/tr-warn2.c: Update.
6058
651912d6
RE
60592002-09-20 Richard Earnshaw <rearnsha@arm.com>
6060
6061 * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
6062
1ce505c4
RE
60632002-09-20 Richard Earnshaw <rearnsha@arm.com>
6064
6065 * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
6066 systems.
6067
1db76181
HPN
60682002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
6069
e7a35dcc
HPN
6070 * gcc.c-torture/execute/ieee/mzero3.c: New test.
6071
1db76181 6072 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
e9ad2ad3
HPN
6073 Adjust for c++filt moved to binutils. Remove spurious duplicate
6074 setting of cxxfilt.
1db76181 6075
2ee2d707
GK
60762002-09-19 Geoffrey Keating <geoffk@apple.com>
6077
6078 * gcc.dg/20020312-2.c: Update for darwin.
6079
dd29188b
NS
60802002-09-18 Nathan Sidwell <nathan@codesourcery.com>
6081
6082 * g++.old-deja/g++.other/crash32.C: Mark ICE.
6083
b8c25665 60842002-09-17 Nicola Pero <n.pero@mi.flashnet.it>
ff2522a5
NP
6085
6086 * objc.dg/comp-types-1.m: New test.
6087 * objc.dg/comp-types-2.m: New test.
6088 * objc.dg/comp-types-3.m: New test.
6089 * objc.dg/comp-types-4.m: New test.
6090 * objc.dg/comp-types-5.m: New test.
57147be1 6091 * objc.dg/comp-types-6.m: New test.
ff2522a5 6092
8269c9b8
JDA
60932002-09-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
6094
6095 * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
6096
3ec83083
NS
60972002-09-16 Nathan Sidwell <nathan@codesourcery.com>
6098
85341ddd 6099 * g++.dg/other/do1.C: New test.
57147be1 6100
3ec83083 6101 * g++.dg/template/subst1.C: New test.
57147be1 6102
1f73c622
SE
61032002-09-16 Steve Ellcey <sje@cup.hp.com>
6104
6105 * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
6106
28c56d25
NS
61072002-09-16 Nathan Sidwell <nathan@codesourcery.com>
6108
3ec83083
NS
6109 * g++.dg/template/qualttp20.C: Adjust expected errors.
6110 * g++.old-deja/g++.jason/report.C: Likewise.
6111 * g++.old-deja/g++.other/qual1.C: Likewise.
6112
7979434d
NS
6113 * g++.dg/lookup/scoped2.C: New test.
6114
28c56d25
NS
6115 * g++.dg/ext/asm3.C: New test.
6116
2a4ecff3
RE
61172002-09-16 Richard Earnshaw <rearnsha@arm.com>
6118
6119 * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
6120
002b4ef1
KH
61212002-09-16 Kazu Hirata <kazu@cs.umass.edu>
6122
6123 * ChangeLog: follow spelling conventions.
6124 * g++.old-deja/g++.abi/ptrmem.C: Likewise.
6125 * g++.old-deja/g++.bugs/900210_05.C: Likewise.
6126 * g++.old-deja/g++.bugs/900211_04.C: Likewise.
6127 * g++.old-deja/g++.bugs/900321_02.C: Likewise.
6128 * g++.old-deja/g++.bugs/900404_02.C: Likewise.
6129 * g++.old-deja/g++.bugs/900520_06.C: Likewise.
6130 * g++.old-deja/g++.law/global-init1.C: Likewise.
6131 * g++.old-deja/g++.other/delete4.C: Likewise.
6132 * g++.old-deja/g++.other/inline21.C: Likewise.
6133 * g++.old-deja/g++.other/singleton.C: Likewise.
6134 * g77.dg/strlen0.f: Likewise.
6135 * g77.f-torture/compile/20010519-1.f: Likewise.
6136 * g77.f-torture/compile/980310-4.f: Likewise.
6137 * gcc.c-torture/compile/20000605-1.c: Likewise.
6138 * gcc.c-torture/execute/20020225-1.c: Likewise.
6139 * gcc.dg/c90-hexfloat-2.c: Likewise.
6140 * gcc.dg/c99-bool-1.c: Likewise.
6141 * gcc.dg/c99-hexfloat-2.c: Likewise.
6142 * gcc.dg/dll-2.c: Likewise.
6143 * gcc.dg/wtr-union-init-1.c: Likewise.
6144 * gcc.dg/wtr-union-init-2.c: Likewise.
6145 * gcc.dg/wtr-union-init-3.c: Likewise.
6146 * gcc.dg/cpp/avoidpaste1.c: Likewise.
6147 * gcc.dg/cpp/defined.c: Likewise.
6148 * gcc.dg/cpp/macsyntx.c: Likewise.
6149 * gcc.dg/cpp/paste2.c: Likewise.
6150 * gcc.dg/cpp/trad/defined.c: Likewise.
6151 * gcc.dg/format/c90-printf-1.c: Likewise.
6152 * gcc.dg/format/c90-scanf-1.c: Likewise.
6153 * gcc.dg/format/c99-printf-1.c: Likewise.
6154 * gcc.dg/format/c99-scanf-1.c: Likewise.
6155 * gcc.misc-tests/gcov-8.c: Likewise.
6156 * lib/profopt.exp: Likewise.
6157
d48d6e79
KW
61582002-09-15 Krister Walfridsson <cato@df.lth.se>
6159
6160 * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
6161
3baab484
NS
61622002-09-15 Nathan Sidwell <nathan@codesourcery.com>
6163
6164 * g++.dg/inherit/using2.C: New test.
6165
3bbe3320
KH
61662002-09-15 Kazu Hirata <kazu@cs.umass.edu>
6167
6168 * ChangeLog: Follow spelling conventions.
6169 * g++.dg/template/friend4.C: Likewise.
6170 * g++.old-deja/g++.pt/crash67.C: Likewise.
6171 * gcc.c-torture/execute/20000801-4.c: Likewise.
6172 * gcc.dg/c90-digraph-1.c: Likewise.
6173 * gcc.dg/c94-digraph-1.c: Likewise.
6174 * gcc.dg/c99-digraph-1.c: Likewise.
6175 * gcc.dg/cpp/line5.c: Likewise.
6176 * gcc.dg/cpp/multiline.c: Likewise.
6177 * gcc.dg/cpp/trad/literals-1.c: Likewise.
6178 * gcc.dg/format/attr-3.c: Likewise.
6179 * gcc.dg/format/c90-scanf-3.c: Likewise.
6180 * gcc.dg/format/ext-4.c: Likewise.
6181
c8460010
NS
61822002-09-15 Nathan Sidwell <nathan@codesourcery.com>
6183
6184 * g++.dg/template/pretty1.C: New test.
6185
62dfe763
AM
61862002-09-14 Alan Modra <amodra@bigpond.net.au>
6187
6188 * gcc.c-torture/execute/struct-cpy-1.c: New test.
6189
46dd3884
GDR
61902002-09-13 Matt Austern <austern@apple.com>
6191
6192 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
6193 passing a cast expression to a function by const reference.
6194
712467a4
NS
61952002-09-13 Nathan Sidwell <nathan@codesourcery.com>
6196
6197 * g++.dg/template/deduce1.C: New test.
6198
b5fc646f
KH
61992002-09-13 Kazu Hirata <kazu@cs.umass.edu>
6200
6201 * gcc.c-torture/execute/simd-1.c: Force all use of int to
6202 32-bit int.
6203
d27442c9
JDA
62042002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
6205
6206 * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
6207 usage.
6208
0c11ae22
RE
62092002-09-10 Richard Earnshaw <rearnsha@arm.com>
6210
6211 * gcc.c-torture/compile/20020910-1.c: New test.
6212
e5a3b7bd
FCE
62132002-09-10 Frank Ch. Eigler <fche@redhat.com>
6214
6215 * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
6216
278bba8b
AJ
62172002-09-10 Andreas Jaeger <aj@suse.de>
6218
6219 * gcc.dg/20020312-2.c: Adjust for x86-64.
6220
f69257d6
TM
62212002-09-08 Toon Moene <toon@moene.indiv.nluug.nl>
6222
6223 * g77.dg/7388.f: New test case for PR 7388.
6224
54c93c30
AE
62252002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
6226
6227 * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
6228
370ce32a
ZL
62292002-09-05 Ziemowit Laski <zlaski@apple.com>
6230
6231 * objc.dg/proto-lossage-1.m: New test.
6232
2ef835f2
NB
62332002-09-06 Neil Booth <neil@daikokuya.co.uk>
6234
6235 * gcc.dg/cpp/_Pragma4.c: Fix typo.
6236
b8c25665 62372002-09-06 Nicola Pero <n.pero@mi.flashnet.it>
746b0682
NP
6238
6239 * objc/execute/formal_protocol-6.x: Removed. This testcase is now
6240 expected to pass.
6241
556d006c
SS
62422002-09-06 Stan Shebs <shebs@apple.com>
6243 David Edelsohn <edelsohn@gnu.org>
6244
6245 * gcc.dg/weak: New directory.
6246 * gcc.dg/weak-[1-9].c: Move to new directory, remove all
6247 target-specific xfail bits.
6248 * gcc.dg/typeof-2.c: Move to new directory.
6249 * gcc.dg/weak.exp: New expect script.
6250
7d97b054
AM
62512002-09-06 Alan Modra <amodra@bigpond.net.au>
6252
6253 * gcc.c-torture/execute/extzvsi.c: New test.
6254
8ef3ea70
SS
62552002-09-05 Stan Shebs <shebs@apple.com>
6256
6257 * gcc.dg/weak-1.c: xfail on Darwin.
6258 * gcc.dg/weak-2.c: Ditto.
6259 * gcc.dg/weak-3.c: Ditto.
6260 * gcc.dg/weak-4.c: Ditto.
6261 * gcc.dg/weak-5.c: Ditto.
6262 * gcc.dg/weak-6.c: Ditto.
6263 * gcc.dg/weak-7.c: Ditto.
6264 * gcc.dg/weak-8.c: Ditto.
6265 * gcc.dg/weak-9.c: Ditto.
6266
b8c25665 62672002-09-05 J"orn Rennecke <joern.rennecke@superh.com>
ed6cc1f5
R
6268
6269 * gcc.c-torture/execute/loop-14.c: New test.
6270
23ccd1f3
JJ
62712002-09-04 Jakub Jelinek <jakub@redhat.com>
6272
6273 * g++.dg/other/cxa-atexit1.C: New test.
6274
f979c199
JJ
6275 * gcc.dg/typeof-2.c: New test.
6276
4977bab6
ZW
62772002-09-03 Roger Sayle <roger@eyesopen.com>
6278
6279 * gcc.dg/builtins-2.c: New testcase.
6280 * gcc.dg/builtins-3.c: New testcase.
6281
79ba5e3b
NB
62822002-09-03 Neil Booth <neil@daikokuya.co.uk>
6283
6284 * gcc.dg/cpp/_Pragma4.c: New test.
6285
b8c25665 62862002-09-03 Nicola Pero <n.pero@mi.flashnet.it>
64f3ecb1
NP
6287
6288 * objc/execute/nil_method-1.m: New testcase.
6289
b8c25665 62902002-09-01 Nicola Pero <n.pero@mi.flashnet.it>
0475ed26
NP
6291
6292 * objc/execute/class-tests-1.h (test_class_with_superclass): Call
6293 [Object class], not [Object initialize].
6294
c8ffe46f
RS
62952002-08-31 Roger Sayle <roger@eyesopen.com>
6296 Hans-Peter Nilsson <hp@bitrange.com>
6297
6298 * gcc.c-torture/execute/20020720-1.x: Skip test on
6299 mmix-knuth-mmixware. Correct comment.
6300
eca7f13c
MM
63012002-08-27 Mark Mitchell <mark@codesourcery.com>
6302
6303 * testsuite/g++.dg/abi/bitfield5.C: New test.
6304 * testsuite/g++.dg/abi/vbase10.C: Likewise.
6305
b8c25665 63062002-08-27 Nicola Pero <n.pero@mi.flashnet.it>
c350f8c1
NP
6307
6308 * objc.dg/undeclared-selector.m: New test.
6309
ac2a2d6f
NS
63102002-08-27 Nathan Sidwell <nathan@codesourcery.com>
6311
6312 * g++.dg/other/offsetof1.C: Avoid cast warning.
6313
d632dee9
ZL
63142002-08-26 Ziemowit Laski <zlaski@apple.com>
6315
54c93c30 6316 * objc.dg/super-class-2.m: New test.
d632dee9 6317
13d3f0b6
MA
63182002-08-24 Matt Austern <austern@apple.com>
6319
6320 * g++.dg/ext/lvaddr.C: New test.
6321 * g++.dg/ext/lvcast.C: New test.
278bba8b 6322
5b770a96
MM
63232002-08-22 Mark Mitchell <mark@codesourcery.com>
6324
6325 * testsuite/g++.dg/inherit/cond1.C: New test.
6326
a976230b
GK
63272002-08-22 Geoffrey Keating <geoffk@redhat.com>
6328
6329 * gcc.dg/noncompile/incomplete-1.c: New test.
6330
b462d4ab
JM
63312002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
6332
6333 * gcc.dg/typespec-1.c: New test.
6334
92b5aacd
DP
63352002-08-20 Devang Patel <dpatel@apple.com>
6336 * objc.dg/proto-hier-2.m: New test.
278bba8b 6337
1bd5981b
ZL
63382002-08-19 Ziemowit Laski <zlaski@apple.com>
6339
6340 * objc.dg/bitfield-1.m: New test.
6341 * objc.dg/bitfield-2.m: New test.
6342
2984fe64
JM
63432002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
6344
6345 * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
6346 gcc.dg/c99-flex-array-4.c: New tests.
6347
8aa5074e
SS
63482002-08-16 Stan Shebs <shebs@apple.com>
6349
6350 * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
6351
2a2bfc59
JJ
63522002-08-15 Jakub Jelinek <jakub@redhat.com>
6353
6354 * gcc.dg/typeof-1.c: New test.
6355 * g++.dg/ext/typeof2.C: New test.
6356
eac5ce6c
NS
63572002-08-15 Nathan Sidwell <nathan@codesourcery.com>
6358
6359 * g++.dg/other/offsetof1.C: New test.
6360
55ae9079
RH
63612002-08-14 Richard Henderson <rth@redhat.com>
6362
6363 * gcc.dg/tls/diag-3.c: Fix expected message strings.
6364
8bfb1467
NB
63652002-08-14 Neil Booth <neil@daikokuya.co.uk>
6366
6367 * gcc.dg/cpp/_Pragma3.c: New test.
6368
22eadedb
MM
63692002-08-13 Mark Mitchell <mark@codesourcery.com>
6370
6371 * g++.dg/template/inherit3: New test.
6372
3ebf5204
NS
63732002-08-10 Nathan Sidwell <nathan@codesourcery.com>
6374
6375 * gcc.dg/bitfld-4.c: Add blank options.
6376
9e259dd1
MM
63772002-08-09 Mark Mitchell <mark@codesourcery.com>
6378
6379 * g++.dg/template/crash1.C: New test.
6380
9e20be0c
JJ
63812002-08-08 Jakub Jelinek <jakub@redhat.com>
6382
6383 * gcc.dg/tls/opt-2.c: New test.
6384
7b9be5c7 63852002-08-08 Devang Patel <dpatel@apple.com>
9e20be0c
JJ
6386
6387 * objc.dg/selector-1.m : New test
278bba8b 6388
6fde9815
NS
63892002-08-08 Nathan Sidwell <nathan@codesourcery.com>
6390
3ebf5204 6391 * g++.dg/abi/bitfield4.C: New test.
6fde9815
NS
6392 * gcc.dg/bitfld-4.c: New test.
6393
c93a26f5
NS
63942002-08-08 Nathan Sidwell <nathan@codesourcery.com>
6395
6396 * g++.dg/other/packed1.C: New test.
6397
50ad9642
MM
63982002-08-07 Mark Mitchell <mark@codesourcery.com>
6399
6400 * g++.dg/abi/offsetof.C: Tweak error messages.
6401 * g++.old-deja/g++.mike/p10769a.C: Likewise.
278bba8b 6402
daf06049
JJ
64032002-08-08 Jakub Jelinek <jakub@redhat.com>
6404
6405 * gcc.dg/bitfld-3.c: New test.
6406
ad9335eb
JJ
64072002-08-07 Jakub Jelinek <jakub@redhat.com>
6408 Richard Henderson <rth@redhat.com>
6409
6410 * gcc.dg/i386-bitfield1.c: New test.
6411 * g++.dg/abi/bitfield3.C: Update.
6412
0b6f2917
NB
64132002-08-07 Neil Booth <neil@daikokuya.co.uk>
6414
6415 * objc.dg/const-str-2.m: Update.
6416 * gcc.dg/cpp/c++98.c: Change to C extension.
6417 * gcc.dg/cpp/c++98-pedantic.c: Similarly.
6418 * gcc.dg/cpp/cpp.exp: Process .C extensions too.
6419
1ae0ccb6
AH
64202002-08-06 Aldy Hernandez <aldyh@redhat.com>
6421
54c93c30 6422 * testsuite/gcc.dg/tls/diag-3.c: New.
1ae0ccb6 6423
1e14c7f0
GDR
64242002-08-07 Gabriel Dos Reis <gdr@nerim.net>
6425
6426 * g++.dg/README (Subdirectories): Document new subdir expr.
6427 * g++.dg/expr/pmf-1.C: New test.
6428
58551c23
NB
64292002-08-06 Neil Booth <neil@daikokuya.co.uk>
6430
6431 * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
6432
39e3a681
JJ
64332002-08-06 Jakub Jelinek <jakub@redhat.com>
6434
6435 * g++.dg/abi/bitfield3.C: New test.
6436
d19202ba
NS
64372002-08-05 Nathan Sidwell <nathan@codesourcery.com>
6438
6439 * lib/gcov.exp: Tweak expected line formats.
6440 * gcc.misc-tests/gcov8.c: New test.
6441 * gcc.misc-tests/gcov8.x: New flags.
6442
5133ad46
JJ
64432002-08-05 Jakub Jelinek <jakub@redhat.com>
6444
6445 * consistency.vlad/layout/endian.c: Include string.h.
6446
1bed5ee3
JJ
6447 * gcc.c-torture/execute/20020805-1.c: New test.
6448
201fbb7f
GDR
64492002-08-04 Gabriel Dos Reis <gdr@nerim.net>
6450
6451 * g++.dg/other/conversion1.C: New test.
6452
313c9c54
RS
64532002-08-03 Roger Sayle <roger@eyesopen.com>
6454
6455 * gcc.dg/builtins-1.c: New testcase.
6456
55765de4
MM
64572002-08-02 Mark Mitchell <mark@codesourcery.com>
6458
6459 * g++.dg/inherit/access3.C: New test.
6460
81e602b5
JJ
64612002-08-01 Jakub Jelinek <jakub@redhat.com>
6462
6463 * gcc.dg/ia64-visibility-2.c: New test.
6464
7662da2f
BK
64652002-08-01 Benjamin Kosnik <bkoz@redhat.com>
6466
54c93c30 6467 * g++.old-deja/g++.abi/ptrflags.C (expect): Change
7662da2f
BK
6468 __qualifier_flags to __flags.
6469
4ba126e4
MM
64702002-07-31 Mark Mitchell <mark@codesourcery.com>
6471
6472 * g++.dg/inherit/operator1.C: New test.
6473 * g++.dg/lookup/disamb1.C: Fix typo in comment.
6474 * g++.dg/other/error1.C: Change expected error message.
6475 * g++.dg/template/conv4.C: Likewise.
278bba8b 6476
4ba126e4 64772002-07-26 Neil Booth <neil@daikokuya.cop.uk>
b41f25cf
NB
6478
6479 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
002b4ef1 6480 for documented behavior.
b41f25cf 6481
7702af36
RS
64822002-07-25 Roger Sayle <roger@eyesopen.com>
6483
6484 * gcc.c-torture/execute/20020720-1.x: Skip this test on
6485 several targets known to fail.
6486
a27fb29b
RS
64872002-07-25 Richard Sandiford <rsandifo@redhat.com>
6488
6489 * gcc.dg/mips-args-[123].c: New tests.
6490
0b72793f
AH
64912002-07-24 Aldy Hernandez <aldyh@redhat.com>
6492
6493 * gcc.dg/ppc-spe.c: New.
6494
3cfab7ec
GK
64952002-07-24 Geoffrey Keating <geoffk@redhat.com>
6496
6497 * g++.dg/other/ptrmem4.C: New testcase.
6498
eb5da24b
RH
64992002-07-24 Richard Henderson <rth@redhat.com>
6500
6501 * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
278bba8b 6502
aa02149a
GDR
65032002-07-24 Gabriel Dos Reis <gdr@nerim.net>
6504
6505 * g++.dg/ext/alignof1.C (main): Return 0 for success.
6506
79258dce
RS
65072002-07-24 Roger Sayle <roger@eyesopen.com>
6508
6509 * gcc.c-torture/execute/memset-3.c: New testcase.
6510
a69cbaac
NB
65112002-07-24 Neil Booth <neil@daikokuya.co.uk>
6512
6513 * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
6514 gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
6515
13fd931e
KG
65162002-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6517
6518 * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
6519 Delete.
6520
b8c25665 65212002-07-23 J"orn Rennecke <joern.rennecke@superh.com>
451f86fd
R
6522
6523 * gcc.c-torture/compile/simd-4.c: New test.
6524
0e902d98
KL
65252002-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6526
6527 PR c++/7347, c++/7348
6528 * g++.dg/template/access4.C: New test.
6529 * g++.dg/template/access5.C: New test.
6530 * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
6531 * g++.old-deja/g++.pt/memtemp86.C: Likewise.
6532 * g++.old-deja/g++.pt/ttp58.C: Likewise.
6533 * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
6534
cf3c4f56
JJ
65352002-07-22 Jakub Jelinek <jakub@redhat.com>
6536
6537 * gcc.dg/gnu89-init-2.c: New test.
6538
56508306
GDR
65392002-07-21 Gabriel Dos Reis <gdr@nerim.net>
6540
6541 * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
6542
0da65b89
RS
65432002-07-20 Roger Sayle <roger@eyesopen.com>
6544
6545 * gcc.c-torture/execute/20020720-1.c: New testcase.
6546
68e65275
NB
65472002-07-20 Neil Booth <neil@daikokuya.co.uk>
6548
6549 * gcc.dg/cpp/Wsignprom.c: New tests.
6550
a0c58ea9
AM
65512002-07-20 Alan Modra <amodra@bigpond.net.au>
6552
6553 * gcc.c-torture/execute/loop-13.c: New test.
6554
75aef48a
NB
65552002-07-19 Neil Booth <neil@daikokuya.co.uk>
6556
6557 * gcc.dg/cpp/expr.c: New tests.
6558
437deefa
DE
65592002 07-18 David Edelsohn <edelsohn@gnu.org>
6560
6561 * g++.dg/opt/pr6713.C: Add template instantiation.
6562
85272855
AM
65632002-07-18 Alan Modra <amodra@bigpond.net.au>
6564
437deefa
DE
6565 * gcc.dg/nest.c: New test.
6566
65672002-07-17 Richard Henderson <rth@redhat.com>
6568
6569 * g++.dg/opt/pr6713.C: New test.
85272855 6570
90888283
EB
65712002-07-17 Eric Botcazou <ebotcazou@multimania.com>
6572
6573 * gcc.c-torture/execute/loop-2e.x: Let the testcase
6574 XFAIL for all x86 processors.
6575
ce0ead25
ID
65762002-07-17 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6577
6578 * gcc.c-torture/execute/20010122-1.x: Do not test with
6579 -fomit-frame-pointer.
6580
d955f6ea
KL
65812002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6582
6583 * g++.dg/template/instantiate2.C: New test.
6584 * g++.dg/template/spec4.C: New test.
6585
ba59df78
KL
65862002-07-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6587
6588 * g++.dg/template/access2.C: New test.
6589 * g++.dg/template/access3.C: New test.
6590
6c535c69
ZW
65912002-07-15 Zack Weinberg <zack@codesourcery.com>
6592
6593 * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
6594 c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
6595 c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
6596 c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
6597 Convert to use <stdarg.h>.
6598 * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
6599 Delete.
6600 * gcc.dg/va-arg-2.c: New.
6601 * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
6602
794a292d
JJ
66032002-07-15 Jakub Jelinek <jakub@redhat.com>
6604
6605 * gcc.c-torture/compile/20020710-1.c: New test.
6606
b8c25665 66072002-07-11 J"orn Rennecke <joern.rennecke@superh.com>
6c535c69 6608 Andrew Pinski <pinskia@physics.uc.edu>
226cfe61
R
6609
6610 gcc.c-torture/compile/simd-2.c: New testcase.
6611 gcc.c-torture/compile/simd-3.c: Likewise.
6612
f0ab6bf2
MM
66132002-07-11 Mark Mitchell <mark@codesourcery.com>
6614
6615 PR c++/7224
6616 * g++.dg/overload/error1.C: New test.
6c535c69 6617
789b7de5
RO
66182002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6619
6620 * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
6621 configuration and IRIX 6 O32 ABI.
6622
e65a2d65
RS
66232002-07-11 Roger Sayle <roger@eyesopen.com>
6624
6625 * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
6626
c5358a5d
RS
66272002-07-10 Roger Sayle <roger@eyesopen.com>
6628
6629 * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
6630
6d844e9d
JL
66312002-07-10 Jeffrey A Law <law@redhat.com>
6632
6c535c69 6633 * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
6d844e9d 6634
6c535c69 6635 * gcc.c-torture/compile/930326-1.x: Remove. No longer needed.
6d844e9d 6636
2fefbb5d
AH
66372002-07-09 Aldy Hernandez <aldyh@redhat.com>
6638
6c535c69 6639 * gcc.dg/20020312-2.c: Check for __PPC__.
2fefbb5d 6640
4d5be58b
DN
66412002-07-09 Diego Novillo <dnovillo@redhat.com>
6642
6643 * gcc.c-torture/compile/20020709-1.c: New test.
6644
78abea27
RS
66452002-07-07 Roger Sayle <roger@eyesopen.com>
6646
6647 * g++.dg/template/qualttp21.C: New test case.
6648
e66c8649
AO
66492002-07-06 Alexandre Oliva <aoliva@redhat.com>
6650
6651 * gcc.c-torture/compile/20020706-1.c: New test.
6652 * gcc.c-torture/compile/20020706-2.c: New test.
6653
78abea27
RS
66542002-07-06 Brian R. Gaeke <brg@dgate.ORG>
6655 Alexandre Oliva <aoliva@redhat.com>
71b089f0
BG
6656
6657 * g++.dg/warn/incomplete1.C: New test.
6658
8537dbae
KG
66592002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6660
6661 PR c++/7099
6c535c69 6662 * g++.dg/warn/noreturn1.C: New test.
8537dbae 6663
9833f679
MM
66642002-07-03 Mark Mitchell <mark@codesourcery.com>
6665
6666 PR c++/6706
6667 * g++.dg/debug/debug6.C: New test.
6668 * g++.dg/debug/debug7.C: New test.
6669
b8c25665 66702002-07-04 J"orn Rennecke <joern.rennecke@superh.com>
3767c0fd
R
6671
6672 * gcc.c-torture/compile/simd-3.c: New test.
6673
a6a5beb1
CD
66742002-07-03 Chris Demetriou <cgd@broadcom.com>
6675
6676 * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
6677 * gcc.dg/20020620-1.c: Likewise.
6678
b2153b98
KL
66792002-07-03 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6680
6681 PR c++/6944
6682 * g++.dg/init/array4.C: New test.
6683 * g++.dg/init/array5.C: New test.
6684
b8c25665 66852002-07-03 J"orn Rennecke <joern.rennecke@superh.com>
34a80643
R
6686
6687 * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
6688 * gcc.c-torture/execute/simd-2.c (main): Likewise.
6689
622d3731
KG
66902002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6691
6692 * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
6693 * gcc.dg/wtr-aggr-init-1.c: Likewise.
6694 * gcc.dg/wtr-conversion-1.c: Likewise.
6695 * gcc.dg/wtr-escape-1.c: Likewise.
6696 * gcc.dg/wtr-int-type-1.c: Likewise.
6697 * gcc.dg/wtr-label-1.c: Likewise.
6698 * gcc.dg/wtr-static-1.c: Likewise.
6699 * gcc.dg/wtr-strcat-1.c: Likewise.
6700 * gcc.dg/wtr-suffix-1.c: Likewise.
6701 * gcc.dg/wtr-switch-1.c: Likewise.
6702 * gcc.dg/wtr-unary-plus-1.c: Likewise.
6703 * gcc.dg/wtr-union-init-1.c: Likewise.
6704 * gcc.dg/wtr-union-init-2.c: Likewise.
6705 * gcc.dg/wtr-union-init-3.c: Likewise.
6706
6707 * gcc.dg/wtr-func-def-1.c: New test.
6708
c40da518 67092002-07-02 Devang Patel <dpatel@apple.com>
e1c2dd26 6710
c40da518
DP
6711 * objc.dg/param-1.m: New test.
6712
0879540b
NB
67132002-07-03 Neil Booth <neil@daikokuya.co.uk>
6714
6715 * gcc.dg/cpp/trad/directive.c: Add test.
6716 * gcc.dg/cpp/trad/macroargs.c: Add test.
6717 * gcc.dg/cpp/trad/recurse-3.c: Add tests.
6718
c680d2b6
NB
67192002-07-02 Neil Booth <neil@daikokuya.co.uk>
6720
6721 * gcc.dg/cpp/cmdlne-M.c: New test.
6722
c1c5187c
ZL
67232002-07-02 Ziemowit Laski <zlaski@apple.com>
6724
6725 * objc.dg/desig-init-1.m: New test.
6726
17f29637
KL
67272002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6728
6729 PR c++/6716
6730 * g++.dg/template/instantiate1.C: New test.
6731
5d69ba1f
MM
67322002-07-01 Mark Mitchell <mark@codesourcery.com>
6733
6734 PR c++/7112
6735 * g++.dg/template/sizeof2.C: New test.
6736
7098b619
NB
67372002-07-01 Neil Booth <neil@daikokuya.co.uk>
6738
6739 * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
6740 gcc.dg/cpp/trad/include.c: New tests.
6741
0a220b4a
HPN
67422002-07-01 Hans-Peter Nilsson <hp@axis.com>
6743
6744 PR target/7177
6745 * gcc.c-torture/compile/20020701-1.c: New test.
6746
bbeb33f2
SS
67472002-07-01 Stan Shebs <shebs@apple.com>
6748
6749 * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
6750 header here...
6751 * lib/objc-torture.exp (objc-torture-compile): ...instead of here
6752 (objc-torture-execute): or here.
6753
b8c25665 67542002-07-01 J"orn Rennecke <joern.rennecke@superh.com>
03c53278
R
6755
6756 * gcc.c-torture/execute/arith-rand-ll.c: New test.
6757
e34cabb3
NB
67582002-07-01 Neil Booth <neil@daikokuya.co.uk>
6759
6760 * gcc.dg/cpp/trad/escaped-nl.c: New test.
6761
118f8dc1
DP
67622002-06-30 Devang Patel <dpatel@apple.com>
6763
6764 * objc.dg/fsyntax-only.m: New test.
6765
5ce49b4b
MM
67662002-06-27 Mark Mitchell <mark@codesourcery.com>
6767
6768 PR c++/6695
6769 * g++.dg/template/friend7.C: New file.
6770
759236dd
AH
67712002-06-27 Aldy Hernandez <aldyh@redhat.com>
6772
6c535c69
ZW
6773 * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
6774 return type.
759236dd 6775
b8c25665 67762002-06-27 J"orn Rennecke <joern.rennecke@superh.com>
86422829
R
6777
6778 * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
6779 avoid division by zero.
6780
06470238
NB
67812002-06-27 Neil Booth <neil@daikokuya.co.uk>
6782
6783 * gcc.dg/Wunknownprag.c: New tests.
6784
b8c25665 67852002-06-25 J"orn Rennecke <joern.rennecke@superh.com>
9881adff
R
6786
6787 * gcc.c-torture/execute/simd-2.c: New test.
6788
0c6db544
NB
67892002-06-25 Neil Booth <neil@daikokuya.co.uk>
6790
6791 * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
6792 gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
6793 gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
6794 gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
6795 gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
6796 gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
6797 gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
6798 gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
6799 gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
6800 gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
6801 gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
6802 gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
6803 gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
6804 gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
6805 gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
6806 gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
6807 gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
6808
2c088b53
NB
68092002-06-24 Neil Booth <neil@daikokuya.co.uk>
6810
6811 * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
6812 gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
6813 gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
6814 gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
6815 New tests.
6816 * gcc.dg/cpp/trad/directive.c: Update.
6817
bc9c2952
AJ
68182002-06-23 Andreas Jaeger <aj@suse.de>
6819
6820 * gcc.c-torture/execute/complex-6.c: New.
6821
847c76c8
NB
68222002-06-22 Neil Booth <neil@daikokuya.co.uk>
6823
6824 * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
6825 gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
6826 gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
6827 gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
6828
00b94a44
NB
68292002-06-21 Neil Booth <neil@daikokuya.co.uk>
6830
6831 * gcc.dg/cpp/trad: New directory with traditional tests copied
6832 from parent directory.
6833 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6834 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6835 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6836 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6837 Move to trad/ and rename.
6838 * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
6839 gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
6840 gcc.dg/cpp/trad/redef2.c: New tests.
6841 * gcc.dg/cpp/trad/trad.exp: New driver.
6842
017acb41
NB
68432002-06-20 Neil Booth <neil@daikokuya.co.uk>
6844
6845 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
6846 gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
6847 gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
6848 gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
6849 Remove.
6850
9164f47a
RS
68512002-06-20 Richard Sandiford <rsandifo@redhat.com>
6852
6853 * gcc.dg/20020620-1.c: New test.
6854
342cea95
KL
68552002-06-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6856
6857 * g++.dg/template/ttp4.C: New test.
6858
ccf160f1
JJ
68592002-06-19 Jakub Jelinek <jakub@redhat.com>
6860
6861 * g++.dg/opt/vt1.C: Fix regexp.
6862
90227c69
KG
68632002-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6864
6865 * gcc.c-torture/execute/pure-1.c: Make functions static again.
6866 Don't use attribute `noinline'.
6867
0fd534ed
HPN
68682002-06-18 Hans-Peter Nilsson <hp@axis.com>
6869
6870 * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
bc9c2952 6871
820d4b1b
AH
68722002-06-18 Aldy Hernandez <aldyh@redhat.com>
6873
6c535c69 6874 * gcc.c-torture/execute/simd-1.c: New.
820d4b1b 6875
6c535c69 6876 * gcc.dg/simd-1.c: New.
820d4b1b 6877
22309565
HPN
68782002-06-18 Hans-Peter Nilsson <hp@axis.com>
6879
6880 * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
6881
750491fc
RH
68822002-06-16 Richard Henderson <rth@redhat.com>
6883
6884 * g++.dg/ext/anon-struct1.C: New.
6885 * g++.dg/ext/anon-struct2.C: New.
6886 * g++.dg/ext/anon-struct3.C: New.
6887 * gcc.dg/anon-struct-1.c: New.
6888 * gcc.dg/anon-struct-2.c: New.
6889 * gcc.dg/anon-struct-3.c: New.
6890 * gcc.dg/20011008-1.c: Adjust warning text.
6891 * gcc.dg/20020527-1.c: Add -fms-extensions.
6892
0931db71
RH
68932002-06-16 Richard Henderson <rth@redhat.com>
6894
6895 * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
6896
21505616
HPN
68972002-06-15 Hans-Peter Nilsson <hp@axis.com>
6898
6899 * gcc.c-torture/execute/20020615-1.c: New test.
6900
8dcb27ed
RS
69012002-06-15 Roger Sayle <roger@eyesopen.com>
6902
6903 * gcc.c-tortuture/execute/compare-1.c: New test case.
6904 * gcc.c-tortuture/execute/compare-2.c: New test case.
6905 * gcc.c-tortuture/execute/compare-3.c: New test case.
6906
a6f5e048
RH
69072002-06-13 Richard Henderson <rth@redhat.com>
6908
6909 * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New. Define for
6910 ia64 ilp32.
6911
d65cb654
KL
69122002-06-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6913
6914 * g++.dg/template/typename2.C: Update error message.
6915
6debb006
HPN
69162002-06-12 Hans-Peter Nilsson <hp@axis.com>
6917
6918 * gcc.c-torture/execute/20020611-1.c: New test.
6919
9da754bd
BW
69202002-06-11 Bob Wilson <bob.wilson@acm.org>
6921
6922 * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
6923 list of targets to skip.
6924
56a28102
BW
69252002-06-10 Bob Wilson <bob.wilson@acm.org>
6926
6927 * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
6928 targets if not optimizing.
6929
2bf87216
JJ
69302002-06-10 Jakub Jelinek <jakub@redhat.com>
6931
6932 * gcc.c-torture/compile/20020605-1.c: New test.
6933
5d056e9b
JJ
6934 * g++.dg/opt/vt1.C: New test.
6935
156755ac
JJ
6936 * gcc.dg/20020531-1.c: New test.
6937
50f30e6b
JJ
6938 * gcc.dg/20020530-1.c: New test.
6939
85d49058
JJ
6940 * gcc.dg/20020527-1.c: New test.
6941
7b668f9e
JJ
6942 * g++.dg/opt/cse1.C: New test.
6943
437f1df1
RS
69442002-06-07 Roger Sayle <roger@eyesopen.com>
6945
6946 * gcc.dg/20020607-2.c: New test case.
6947
68b15d4f
JJ
69482002-06-07 Jakub Jelinek <jakub@redhat.com>
6949
6950 * gcc.c-torture/compile/20020604-1.c: New test.
6951
c4b50f1a
RH
69522002-06-04 Richard Henderson <rth@redhat.com>
6953
6954 * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
6955 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
6956 * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
6957
c2ae6616
AH
69582002-06-04 Aldy Hernandez <aldyh@redhat.com>
6959
6c535c69 6960 * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
c2ae6616 6961
6d8fd7bb
RH
69622002-06-03 Richard Henderson <rth@redhat.com>
6963
6964 * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
6965 * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
6966
ab780373
RH
69672002-06-02 Richard Henderson <rth@redhat.com>
6968
bc9c2952 6969 * gcc.c-torture/execute/pure-1.c: Don't mark any of the
ab780373
RH
6970 test functions static.
6971
e33a8855
AJ
69722002-06-02 Andreas Jaeger <aj@suse.de>
6973
6974 * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
6975 now.
6976
ceeedfc1
NB
69772002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
6978
6979 * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
6980 gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
6981 Update for mofified diagnostics.
6982 * gcc.dg/c99-intconst-1.c: No longer fail.
6983
61b78ce1
RH
69842002-06-02 Richard Henderson <rth@redhat.com>
6985
6986 * gcc.dg/uninit-A.c: Remove xfail markers.
6987
378393da
RS
69882002-06-01 Roger Sayle <roger@eyesopen.com>
6989
6990 * gcc.dg/fnegate-1.c: New test case.
6991
d18b1ed8
OS
69922002-05-30 Osku Salerma <osku@iki.fi>
6993
6994 * gcc.c-torture/execute/mayalias-1.c: New file.
6995
cd7ab83f
NB
69962002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
6997
e33a8855 6998 * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
cd7ab83f
NB
6999 gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
7000 gcc.dg/cpp/if-1.c: Update for modified diagnostics.
7001
5a3bb17d
HPN
70022002-05-29 Hans-Peter Nilsson <hp@axis.com>
7003
7004 * gcc.c-torture/execute/20020529-1.c: New test.
7005
39f2f3c8
RS
70062002-05-27 Richard Henderson <rth@redhat.com>
7007
7008 * g++.dg/ext/attrib6.C: New test case.
7009
ef72b1d3
KG
70102002-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7011
7012 * gcc.c-torture/execute/pure-1.c: New test.
7013
630363b4
NB
70142002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
7015
7016 * gcc.dg/cpp/arith-2.c: Remove.
630363b4 7017
c9220e3a
NB
70182002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
7019
7020 * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
7021 * gcc.dg/cpp/if-3.c: Remove.
7022
9059e33c
JJ
70232002-05-26 Jakub Jelinek <jakub@redhat.com>
7024
7025 * g++.dg/opt/cse2.C: New test.
7026
91318908
NB
70272002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
7028
7029 * gcc.dg/cpp/arith-1.c: New semantic tests.
7030 * gcc.dg/cpp/if-1.c: Update.
7031
9e253215
BE
70322002-05-24 Ben Elliston <bje@redhat.com>
7033
7034 * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
7035
90442291
JJ
70362002-05-24 Jakub Jelinek <jakub@redhat.com>
7037
7038 * gcc.dg/verbose-asm.c: New test.
7039
3620711b
NB
70402002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
7041
7042 * gcc.dg/cpp/paste12.c: New test.
7043
17645b15
NB
70442002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
7045
13fa982e 7046 * g++.dg/parse/named_ops.C: New test.
17645b15 7047
5ff225fc
MM
70482002-05-23 Mark Mitchell <mark@codesourcery.com>
7049
7050 * gcc/testsuite/gcc.dg/weak-8.c: New test.
7051
b8c25665 70522002-05-23 J"orn Rennecke <joern.rennecke@superh.com>
e275a535
R
7053
7054 * gcc.dg/weak-2.c: Allow optional leading underscore
7055 in scan-assembler symbol name.
7056 * gcc.dg/weak-3.c: Likewise.
7057 * gcc.dg/weak-4.c: Likewise.
7058 * gcc.dg/weak-5.c: Likewise.
7059
66b408f2
JJ
70602002-05-23 Jakub Jelinek <jakub@redhat.com>
7061
7062 * gcc.dg/20020523-1.c: New test.
7063
e67a7860
NB
70642002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
7065
7066 * objc.dg/const-str-2.m: Update now that we stop after
7067 a command line error.
7068
c32dd1ef
RH
70692002-05-22 Richard Henderson <rth@redhat.com>
7070
7071 * g++.dg/dg.exp: Fix typo in test pruneing.
7072
7a1f3f5f
RH
70732002-05-22 Richard Henderson <rth@redhat.com>
7074
7075 * g++.dg/dg.exp: Prune the tls subdirectory.
7076 * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
7077 * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
7078 * g++.dg/tls/init-1.C: New.
7079
2dd36f90
JJ
70802002-05-22 Jakub Jelinek <jakub@redhat.com>
7081
7082 * gcc.dg/20020517-1.c: New test.
7083
ec221d71
RH
70842002-05-21 Richard Henderson <rth@redhat.com>
7085
7086 * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
7087 gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
7088
b8c25665 70892002-05-21 Brian R. Gaeke <brg@dgate.ORG>
32d3f634
BG
7090
7091 * g++.dg/other/copy2.C: New test.
7092
b8c25665 70932002-05-20 J"orn Rennecke <joern.rennecke@superh.com>
02116b3d
R
7094
7095 * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
7096 (MAX_COPY): Bump up to 10 times sizeof (long long).
7097 (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
7098
7099 * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
7100 sizeof (long long).
7101
7102 * gcc.c-torture/execute/strcpy-1.c: New test.
7103
b3f47c78
DB
71042002-05-19 Jason Merrill <jason2redhat.com>
7105
7106 * g++.dg/ext/oper1.C: New test.
7107
71082002-05-20 David Billinghurst <David.Billinghurst@riotinto.com>
851c06dd
MM
71092002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
7110
f362c762
MM
7111 * README.QMTEST: New file.
7112
851c06dd
MM
7113 * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
7114
e3227f2c
AJ
71152002-05-19 Andreas Jaeger <aj@suse.de>
7116
7117 * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
7118 now.
7119 * gcc.c-torture/execute/loop-2d.x: Likewise.
7120
210142e0
DB
71212002-05-19 David Billinghurst <David.Billinghurst@riotinto.com>
7122
7123 * gcc.dg/weak-2.c: xfail warnings for platforms that don't
7124 support weak symbols.
7125 * gcc.dg/weak-4.c: Likewise
7126 * gcc.dg/weak-6.c: Likewise
7127
088b3db0
DB
71282002-05-16 David.Billinghurst <David.Billinghurst@riotinto.com>
7129
7130 * gcc.dg/weak-3.c: Add dg-excess-error comment for
7131 cygwin, coff and h8300-*-hms targets
7132 * gcc.dg/weak-5.c: Likewise
7133 * gcc.dg/weak-7.c: Likewise
7134
f4b251a6
JM
71352002-05-16 Jason Merrill <jason@redhat.com>
7136
7137 * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
7138 (scan-assembler-not, scan-assembler-dem): Likewise.
7139 (scan-assembler-dem-not): Likewise.
7140
34fb9ba5
RH
71412002-05-15 Richard Henderson <rth@redhat.com>
7142
7143 * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
7144
14285ace
RH
71452002-05-15 Richard Henderson <rth@redhat.com>
7146
7147 * gcc.dg/weak-5.c (vfoo1c): No warning here.
7148 (vfoo1f): Warning here.
7149 (vfoo1l): Don't redefine the alias.
7150
5bf5c5cb
JM
71512002-05-14 Jason Merrill <jason@redhat.com>, Alexandre Oliva <aoliva@redhat.com>
7152
7153 * g++.dg/init/pm1.C: New test.
7154
e2f75147
DM
71552002-05-12 David S. Miller <davem@redhat.com>
7156
7157 * gcc.c-torture/execute/conversion.c (ldnear): Use long double
7158 types.
7159
dbfb1116
RS
71602002-05-10 Roger Sayle <roger@eyesopen.com>
7161
7162 * gcc.c-torture/execute/20020510-1.c: New test case.
7163
85d7d3b0
DM
71642002-05-10 David S. Miller <davem@redhat.com>
7165
7166 * gcc.c-torture/execute/conversion.c: Test long double too.
7167
2937267b
JJ
71682002-05-09 Jakub Jelinek <jakub@redhat.com>
7169
7170 * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
7171 libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
7172 * lib/g++.exp (g++_link_flags): Likewise.
7173 * lib/objc.exp (objc_target_compile): Likewise.
7174
c3bf3e6e
NB
71752002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7176
7177 * gcc.dg/cpp/poison.c: Update.
7178 * gcc.dg/cpp/20000625-2.c: Remove.
7179 * gcc.dg/cpp/direct2s.c: Remove final test.
7180
ea45dbb8
TR
71812002-05-08 Tom Rix <trix@redhat.com>
7182
7183 * gcc.c-torture/execute/20020508-1.c: New test.
7184 * gcc.c-torture/execute/20020508-2.c: New test.
7185 * gcc.c-torture/execute/20020508-3.c: New test.
7186
b9e2d17b
NB
71872002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
7188
7189 * gcc.dg/cpp/charconst-4.c: More tests.
7190
f90bf7ca
MM
71912002-05-08 Mark Mitchell <mark@codesourcery.com>
7192
7193 PR c/6569
7194 * gcc.dg/weak-3.c: Update location of warning messages.
7195 * gcc.dg/weak-5.c: Likewise.
7196
1f77b5da
RS
71972002-05-06 Roger Sayle <roger@eyesopen.com>
7198
7199 * gcc.c-torture/execute/20020506-1.c: New test case.
7200
a5a49440
NB
72012002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
7202
7203 * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
7204
adc502b4
NB
72052002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
7206
7207 * gcc.dg/cpp/charconst-3.c: Run, don't compile.
7208
95ff5d3f
NB
72092002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
7210
7211 * gcc.dg/cpp/charconst-3.c: New test.
7212
2443d4e1
NB
72132002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
7214
7215 * gcc.dg/cpp/charconst.c: Update tests.
7216
f2fdc802
TJ
72172002-05-05 Tim Josling <tej@melbpc.org.au>
7218
7219 * treelang: Added directory for new sample language treelang. Also
e3227f2c 7220 lib/treelang.exp: New file to signal treelang should be tested.
f2fdc802 7221
ba2e86d6
JJ
72222002-05-03 Jakub Jelinek <jakub@redhat.com>
7223
7224 * gcc.dg/cpp/cmdlne-dM-M.c: New test.
7225 * gcc.dg/cpp/cmdlne-dD-M.c: New test.
7226 * gcc.dg/cpp/cmdlne-dN-M.c: New test.
7227 * gcc.dg/cpp/cmdlne-dI-M.c: New test.
7228 * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
7229 * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
7230 * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
7231
5a3085c5
JM
72322002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
7233
7234 * gcc.dg/format/xopen-2.c: New test.
7235
d70e94ec
JJ
72362002-05-03 Jakub Jelinek <jakub@redhat.com>
7237
7238 * gcc.dg/20020503-1.c: New test.
7239
5121c03e
MM
72402002-05-02 Mark Mitchell <mark@codesourcery.com>
7241
7242 * g++.dg/init/dtor1.C: Make it tougher.
7243
76ccdb3c
MM
72442002-05-01 Mark Mitchell <mark@codesourcery.com>
7245
7246 * g++.dg/init/dtor1.C: New test.
7247
0d6d6892
AH
72482002-05-02 Aldy Hernandez <aldyh@redhat.com>
7249
7a1f3f5f 7250 * gcc.dg/altivec-8.c: New.
0d6d6892 7251
9b7bc465
AH
72522002-05-01 Aldy Hernandez <aldyh@redhat.com>
7253
7a1f3f5f 7254 * gcc.dg/altivec-7.c: New.
9b7bc465 7255
3a73bffb
JJ
72562002-04-29 Jakub Jelinek <jakub@redhat.com>
7257
7258 * g++.dg/parse/typedef1.C: New test.
7259
33dd07ee
MM
72602002-04-29 Mark Mitchell <mark@codesourcery.com>
7261
7262 PR c++/6486
7263 * g++.dg/template/friend6.C: New test.
7264
7265 PR c++/6492
7266 * g++.dg/init/copy1.C: New test.
7267
4bd7c270
NS
72682002-04-29 Nathan Sidwell <nathan@codesourcery.com>
7269
7270 * g++.dg/warn/effc1.C: New test.
7271
60284a59
NB
72722002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
7273
7274 * gcc.dg/cpp/if-cexp.c: Add a test.
7275
a20fd5ac
JJ
72762002-04-28 Jakub Jelinek <jakub@redhat.com>
7277
7278 * gcc.dg/20020426-2.c: New test.
7279
87ed109f
NB
72802002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
7281
7282 * gcc.dg/cpp/if-mop.c: Update.
7283 * gcc.dg/cpp/if-mpar.c: Add test.
7284 * gcc.dg/cpp/if-oppr.c: Update.
7285
45806a3f
FS
72862002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7287
7288 PR c/6343
7289 * gcc.dg/weak-[2-7].c: New tests.
7290
51ccaeb9
AO
72912002-04-26 Alexandre Oliva <aoliva@redhat.com>
7292
7293 * gcc.dg/enum1.c: New test.
7294
7d793e9b
MM
72952002-04-26 Mark Mitchell <mark@codesourcery.com>
7296
7297 PR c++/6497
7298 * g++.dg/inherit/access2.C: New test.
e3227f2c 7299
7d793e9b
MM
73002002-04-26 Mark Mitchell <mark@codesourcery.com>
7301
7302 PR bootstrap/6445
7303 * gcc.dg/20020426-1.c: New test.
7304
48ba9538
AO
73052002-04-26 Alexandre Oliva <aoliva@redhat.com>
7306
7307 * g++.dg/abi/enum1.C: New test.
7308
4d7ea4fc
RH
73092002-04-26 Richard Henderson <rth@redhat.com>
7310
7311 * gcc.dg/c99-bool-1.c: Expect always true warning.
7312
07d81318
RS
73132002-04-25 Roger Sayle <roger@eyesopen.com>
7314
7315 * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
7316
bf882c20
KG
73172002-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7318
7319 * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
7320 targets.
7321
a62d375f
MM
73222002-04-24 Mark Mitchell <mark@codesourcery.com>
7323
b970a21d
MM
7324 * g++.dg/abi/mange7.C: New test.
7325
a62d375f
MM
7326 PR c++/6438.
7327 * g++.dg/parse/stmtexpr2.C: New test.
7328
b8c25665 73292002-04-24 J"orn Rennecke <joern.rennecke@superh.com>
309d8365
R
7330
7331 * gcc.dg/20020312-2.c: Add SH target.
7332
3f2019c6
KG
73332002-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7334
7335 * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
7336 compiler output on mips*-*-irix*.
7337
29cece2e
JJ
73382002-04-23 Jakub Jelinek <jakub@redhat.com>
7339
7340 * g++.dg/parse/attr1.C: New test.
7341
1a887f86
RS
73422002-04-23 Roger Sayle <roger@eyesopen.com>
7343
7344 * gcc.c-torture/execute/string-opt-17.c: New test case.
7345 * gcc.c-torture/execute/memset-2.c: New test case.
7346
77adef84
MM
73472002-04-23 Mark Mitchell <mark@codesourcery.com>
7348
7349 PR c++/6256:
7350 * g++.dg/template/friend5.C: New test.
7351
7352 PR c++/6331:
7353 * g++.dg/template/qual1.C: Likewise.
7354
74b273d6
ZW
73552002-04-22 Zack Weinberg <zack@codesourcery.com>
7356
7357 * gcc.c-torture/execute/980707-1.c: Don't use isspace().
7358 Include stdlib.h, not stdio.h or ctype.h.
7359
bb03c710
HPN
73602002-04-22 Hans-Peter Nilsson <hp@axis.com>
7361
7362 * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
7363 cris-*-elf* and mmix-*-*.
7364 * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
7365 * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
7366 g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
7367 Ditto.
7368 * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
7369 * gcc.dg/wchar_t-1.c: Ditto.
7370
5b3dc815
HPN
73712002-04-21 Hans-Peter Nilsson <hp@axis.com>
7372
7373 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
7374 Clarify comment.
7375
9ac3b1be
NB
73762002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
7377
7378 * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
7379
d8b85ae5
FS
73802002-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7381
7382 * gcc.c-torture/execute/20000906-1.x: Delete.
7383
0c69ed55
DB
73842002-04-20 David.Billinghurst <David.Billinghurst@riotinto.com>
7385
7386 * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
7387
d106599f
TM
73882002-04-19 Toon Moene <toon@moene.indiv.nluug.nl>
7389
7390 * PR6367
7391 * g77.f-torture/execute/6367.f: New test.
7392 * g77.f-torture/execute/6367.x: Disable for MMIX.
7393
303a3927
MM
73942002-04-19 Mark Mitchell <mark@codesourcery.com>
7395
7396 * PR6352
7397 * g++.dg/opt/inline2.C: New test.
7398
0cd3301b
RH
73992002-04-18 Richard Henderson <rth@redhat.com>
7400
7a1f3f5f
RH
7401 * gcc.dg/20000906-1.c: Enable for all targets.
7402 * gcc.c-torture/compile/iftrap-2.c: New.
0cd3301b 7403
a4863215
JJ
74042002-04-18 Jakub Jelinek <jakub@redhat.com>
7405
7406 * gcc.dg/20020418-1.c: New test.
7407 * gcc.dg/20020418-2.c: New test.
7408
96b453dc
RH
74092002-04-18 Richard Henderson <rth@redhat.com>
7410
7a1f3f5f
RH
7411 * gcc.c-torture/compile/iftrap-1.c: New.
7412 * gcc.dg/iftrap-1.c: Adjust for ia64.
7413 * gcc.dg/iftrap-2.c: New.
96b453dc 7414
a3acf46d
JJ
74152002-04-18 Jakub Jelinek <jakub@redhat.com>
7416
7417 * gcc.c-torture/compile/20020418-1.c: New test.
7418
58c2956c
RS
74192002-04-18 Roger Sayle <roger@eyesopen.com>
7420
7421 * gcc.c-torture/compile/20020415-1.c: New.
7422
887fc41a
DM
74232002-04-18 David S. Miller <davem@redhat.com>
7424
7425 * gcc.c-torture/execute/20020418-1.c: New test.
7426
2a732575
JJ
74272002-04-17 Jakub Jelinek <jakub@redhat.com>
7428
7429 * gcc.dg/20020416-1.c: New test.
7430
32121b96
JJ
7431 * g++.dg/opt/inline1.C: New test.
7432
98ef3137
JJ
74332002-04-16 Jakub Jelinek <jakub@redhat.com>
7434
7435 * gcc.dg/altivec-5.c: New test.
7436
4c8c0dec
JJ
7437 * gcc.dg/20020415-1.c: New test.
7438
07cdae91
MM
74392002-04-15 Mark Mitchell <mark@codesourcery.com>
7440
7441 * testsuite/lib/chill.exp: Remove.
7442
0f490a2b
JJ
74432002-04-14 Jakub Jelinek <jakub@redhat.com>
7444
7445 * g++.dg/other/big-struct.C: New test.
7446
4b27e132
DB
74472002-04-14 David Billinghurst <David.Billinghurst@riotinto.com>
7448
7449 * g77.dg/f77-edit-i-in.f: Use internal buffer in place
7450 of scratch file.
7451
cf56e373
DB
74522002-04-13 David Billinghurst <David.Billinghurst@riotinto.com>
7453
7454 PR c/6277
7455 * gcc.dg/i386-387-1.c: Allow optional leading underscore
7456 in scan-assembler function name
7457
1aa65134
HPN
74582002-04-13 Hans-Peter Nilsson <hp@bitrange.com>
7459
7460 * g77.f-torture/execute/980628-4.x,
7461 g77.f-torture/execute/980628-5.x,
7462 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7463 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7464 g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
7465 i[34567]86-*-*.
7466
791b23fe
DM
74672002-04-13 David S. Miller <davem@redhat.com>
7468
7469 * gcc.c-torture/execute/20020413-1.c: New test.
7470
4fb07802
RS
74712002-04-13 Richard Sandiford <rsandifo@redhat.com>
7472
7473 * gcc.dg/asm-6.c,
7474 * g++.dg/ext/asm1.C: New tests.
7475
9928a3d5
MM
74762002-04-12 Mark Mitchell <mark@codesourcery.com>
7477
0481bc21
MM
7478 PR c++ 5373.
7479 * g++.dg/parse/stmtexpr1.C: New test.
7480
9928a3d5 7481 PR c++/5189.
0481bc21 7482 * g++.dg/template/copy1.C: New test.
9928a3d5 7483
21b14752
RH
74842002-04-12 Richard Henderson <rth@redhat.com>
7485
7486 * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
7487
869b8e4d
GK
74882002-04-12 Geoffrey Keating <geoffk@redhat.com>
7489
7490 * gcc.c-torture/execute/20020412-1.c: New file, renamed from
7491 gcc.c-torture/execute/20020307-2.c.
7492
4b72e8ed
RS
74932002-04-12 Richard Sandiford <rsandifo@redhat.com>
7494
7495 * g++.dg/ext/attrib5.C,
7496 * g++.dg/lookup/struct1.C: New tests.
7497
578fc63d
JJ
74982002-04-11 Jakub Jelinek <jakub@redhat.com>
7499
578fc63d
JJ
7500 * gcc.dg/20020411-1.c: New test.
7501
010f87c4
JJ
7502 * gcc.c-torture/execute/20020411-1.c: New test.
7503
67092f4d
JJ
75042002-04-10 Janis Johnson <janis187@us.ibm.com>
7505
7506 * g77.f-torture/execute/6177.f: New test.
7507
dab550cb
JJ
75082002-04-10 Jakub Jelinek <jakub@redhat.com>
7509
7510 PR middle-end/6247
7511 * g++.dg/opt/cleanup1.C: New test.
7512
7513 * g++.dg/opt/const1.C: New test.
7514
6127eac4 75152002-04-10 Lars Brinkhoff <lars@nocrew.org>
1a887f86 7516
6127eac4
LB
7517 * gcc.c-torture/execute/20020406-1.c: Declare malloc.
7518
ba3307c0
NS
75192002-04-10 Nathan Sidwell <nathan@codesourcery.com>
7520
7521 PR c++/5507
7522 * g++.dg/template/typename2.C: New test.
7523
aec3e189
AM
75242002-04-10 Alan Modra <amodra@bigpond.net.au>
7525
7526 * gcc.c-torture/execute/loop-12.c: New.
7527
a19caa88
HPN
75282002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
7529
7530 * g77.f-torture/execute/980628-4.x,
7531 g77.f-torture/execute/980628-5.x,
7532 g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
7533 g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
7534 g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
7535
eeec38a8
FS
75362002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7537
7538 PR optimization/6086
7539 * g++.dg/opt/preinc1.C: New test.
7540
0154eaa8
MM
75412002-04-06 Mark Mitchell <mark@codesourcery.com>
7542
7543 PR c++/5571
7544 * g++.dg/opt/static2.C: New test.
7545
b1896e61
MM
75462002-04-06 Mark Mitchell <mark@codesourcery.com>
7547
7548 PR c/5120
7549 * gcc.dg/20020406-1.c: New test.
7550
3ca5f444
DM
75512002-04-04 David S. Miller <davem@redhat.com>
7552
7553 * gcc.c-torture/execute/20020404-1.c: New test.
7554
a4fa73f3
JJ
75552002-04-04 Jakub Jelinek <jakub@redhat.com>
7556
7557 PR c/6123
7558 * gcc.dg/20020312-2.c: Do not declare global register variable
7559 if __PIC__ or __pic__ is defined.
7560
31956228
RE
75612002-04-04 Richard Earnshaw <rearnsha@arm.com>
7562
7563 * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC. Use
7564 __asm__ so that it works correctly even if -ansi -pedantic-errors.
7565
71fad614
KG
75662002-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7567
7568 * gcc.misc-tests/linkage.exp: Update last change to handle
7569 sparc*-, not just sparc-.
7570
9d7013b8
RH
75712002-04-03 Richard Henderson <rth@redhat.com>
7572
7573 * gcc.dg/cpp/ucs.c: Improved long UCS test.
7574
9390eb16
HPN
75752002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
7576
7577 * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
7578
2e839a04
DM
75792002-04-02 David S. Miller <davem@redhat.com>
7580
7581 * gcc.c-torture/execute/20020402-3.c: New test.
7582
a06c96f4
HPN
75832002-04-03 Hans-Peter Nilsson <hp@bitrange.com>
7584
d32c9170
HPN
7585 * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
7586 * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
7587
e78c4529
HPN
7588 * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
7589 * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
7590 g77.f-torture/execute/20001201.x,
7591 g77.f-torture/execute/u77-test.x: New files.
7592
a06c96f4
HPN
7593 * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
7594 * gcc.dg/wchar_t-1.c: Ditto.
7595
cfe834f3
FS
75962002-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7597
7598 * gcc.c-torture/execute/20020402-1.c: New test.
7599
ed4168d5
RH
76002002-04-01 Richard Henderson <rth@redhat.com>
7601
9b14a237
RH
7602 * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
7603
ed4168d5
RH
7604 * g++.dg/other/new1.C: Use __SIZE_TYPE__.
7605
ee3c0639
KG
76062002-04-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7607
7608 * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
7609
d5ecb9cb
GDR
76102002-04-01 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
7611
7612 * g++.dg/inherit/template-as-base.C: Expect error.
7613 * g++.dg/inherit/namespace-as-base.C: Likewise.
7614
820ecf56
HPN
76152002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
7616
5c7060d3
HPN
7617 * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
7618 g++.dg/ext/instantiate3.C: Tweak match patterns.
7619
820ecf56
HPN
7620 * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
7621 * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
7622 -da test.
7623
41ba8a20
RH
76242002-03-31 Richard Henderson <rth@redhat.com>
7625
7626 * gcc.dg/special/alias-2.c: New.
7627 * gcc.dg/special/ecos.exp: Run it.
7628
9602f5a0
RH
76292002-03-31 Richard Henderson <rth@redhat.com>
7630
7631 * gcc.dg/va-arg-1.c: Expect warnings, not errors.
7632
463eefc8
KH
76332002-03-31 Kazu Hirata <kazu@hxi.com>
7634
7635 * gcc.dg/weak-1.c: Disable on h8300 port.
7636
cb260b11
JJ
76372002-03-29 Janis Johnson <janis187@us.ibm.com>
7638
7639 * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
7640 * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
7641 ordering tests.
7642 * g++.dg/bprob/bprob-1.C: New test.
7643 * g++.dg/gcov/gcov.exp: New driver for gcov tests.
7644 * g++.dg/gcov/gcov-1.C: New test.
7645 * g++.dg/gcov/gcov-1.x: New file.
7646 * g++.dg/gcov/gcov-2.C: New test.
7647 * g++.dg/gcov/gcov-3.C: New test.
7648 * g++.dg/gcov/gcov-3.h: New file.
7649
d52e4867
RS
76502002-03-28 Roger Sayle <roger@eyesopen.com>
7651
7652 * g++.old-deja/g++.other/builtins5.C: New test.
7653 * g++.old-deja/g++.other/builtins6.C: New test.
7654 * g++.old-deja/g++.other/builtins7.C: New test.
7655 * g++.old-deja/g++.other/builtins8.C: New test.
7656 * g++.old-deja/g++.other/builtins9.C: New test.
7657
c7f4981a
JJ
76582002-03-29 Jakub Jelinek <jakub@redhat.com>
7659
7660 * g++.dg/opt/static1.C: New test.
7661
f17f9332
JJ
7662 * g++.dg/opt/longbranch1.C: New test.
7663
d15e67bc
HPN
76642002-03-28 Hans-Peter Nilsson <hp@bitrange.com>
7665
7666 * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
7667
7668 * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
7669
b8c25665 76702002-03-28 Jeffrey A Law (law@redhat.com)
a08cbd59
JL
7671
7672 * gcc.c-torture/execute/20020328-1.c: New test.
7673
1b58660a
RH
76742002-03-27 Richard Henderson <rth@redhat.com>
7675
7676 * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
7677 * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
7678 move from g++.old-deja/g++.ext/.
7679
cd4e8331
MM
76802002-03-27 Mark Mitchell <mark@codesourcery.com>
7681
7682 * g++.dg/init/new2.C: New test.
1a887f86 7683
6a3177b9
RH
76842002-03-26 Richard Henderson <rth@redhat.com>
7685
62d3b526
RH
7686 * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
7687
9a1d8b2d
RH
7688 * gcc.dg/20020312-2.c: Don't test epilogue vs global register
7689 on sparc.
7690
6a3177b9
RH
7691 * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc. Only run on
7692 sparcv9 systems.
7693 * gcc.dg/20001102-1.c: Likewise.
7694
dcce8b1d
PE
76952002-03-26 Phil Edwards <pme@gcc.gnu.org>
7696
7697 * gcc.dg/cpp/endif-pedantic1.c,
7698 gcc.dg/cpp/endif-pedantic2.c: New tests.
7699
46ff5047
MM
77002002-03-26 Mark Mitchell <mark@codesourcery.com>
7701
7702 * g++.dg/init/new1.C: New test.
7703
6d4c57a0
NS
77042002-03-26 Nathan Sidwell <nathan@codesourcery.com>
7705
7706 * g++.dg/abi/vbase9.C: New test.
7707
fc4a714b
RE
77082002-03-26 Richard Earnshaw <rearnsha@arm.com>
7709
7710 * gcc.dg/arm-asm.c: New test.
7711
173028e5
AC
77122002-03-26 Andrew Cagney <ac131313@redhat.com>
7713
7714 * gcc.dg/Wswitch-enum.c: New test.
7715 Fix PR c/5044.
7716
43f2b308
RH
77172002-03-26 Richard Henderson <rth@redhat.com>
7718
7719 * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
7720 structure.
7721
8018b36d
RH
77222002-03-25 Richard Henderson <rth@redhat.com>
7723
bbffa101
RH
7724 * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc. Only run on
7725 sparcv9 systems.
7726
8018b36d
RH
7727 * gcc.c-torture/compile/20011119-1.c (xxx): New.
7728 * gcc.c-torture/compile/20011119-2.c (xxx): New.
7729
15e5ad76
ZW
77302002-03-25 Zack Weinberg <zack@codesourcery.com>
7731
7732 * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
7733
813b848c
BW
77342002-03-25 Bob Wilson <bob.wilson@acm.org>
7735
7736 * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
7737 targets using generic thunk support.
7738
ea475b23
JJ
77392002-03-25 Jakub Jelinek <jakub@redhat.com>
7740
7741 * gcc.c-torture/compile/20020323-1.c: New test.
7742
6ddae612
JJ
7743 * g++.dg/opt/conj2.C: New test.
7744
1bd6476f
RH
77452002-03-24 Richard Henderson <rth@redhat.com>
7746
7747 * gcc.dg/weak-1.c: Use -fno-common.
7748
479e51f6
DB
77492002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
7750
7751 * g77.dg/f77-edit-apostrophe-out.f: New test
7752 * g77.dg/f77-edit-h-out.f: New test
7753 * g77.dg/f77-edit-t-in.f: New test
7754 * g77.dg/f77-edit-t-out.f: New test
7755 * g77.dg/f77-edit-x-out.f: New test
7756 * g77.dg/f77-edit-slash-out.f: New test
7757 * g77.dg/f77-edit-colon-out.f: New test
7758 * g77.dg/f77-edit-s-out.f: New test
7759
47e87a93
RH
77602002-03-24 Richard Henderson <rth@redhat.com>
7761
7762 * objc/execute/formal_protocol-6.x: New XFAIL.
7763
5bcf08f6
DB
77642002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
7765
7766 * gcc.dg/weak-1.c: Early return from dg-final on platforms
7767 that do not support weak symbols
7768
12c3717e
DB
77692002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
7770
7771 * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
7772 * lib/g77.exp: Likewise
7773 * lib/objc.exp: Likewise
7774
d6961341
AC
77752002-03-23 Andrew Cagney <ac131313@redhat.com>
7776
7777 * gcc.dg/Wswitch-default.c: New test.
7778
e756a7da
JJ
77792002-03-23 Jakub Jelinek <jakub@redhat.com>
7780
7781 * g++.dg/other/enum1.C: New test.
7782
5365c83f
ZW
77832002-03-23 Zack Weinberg <zack@codesourcery.com>
7784
7785 * gcc.dg/pragma-ep-3.c: Fix typo.
7786
acb044ee
GDR
77872002-03-22 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
7788
7789 * g++.dg/inherit/template-as-base.C: New test.
7790
661fff62
JJ
77912002-03-22 Jakub Jelinek <jakub@redhat.com>
7792
7793 * g++.old-deja/g++.other/dwarf2-1.C: Move...
7794 * g++.dg/debug/debug5.C: ...here. Convert for dg framework.
7795
d4e6133f
NB
77962002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
7797
15e5ad76 7798 * gcc.dg/cpp/multiline.c: Update to match.
d4e6133f 7799
44d57e36
AO
78002002-03-22 Alexandre Oliva <aoliva@redhat.com>
7801
7802 * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
7803
4299b4e1
PE
78042002-03-22 Phil Edwards <pme@gcc.gnu.org>
7805
7806 * gcc.dg/cpp/extratokens2.c: New file.
7807
97c6c02c
DE
78082002-03-21 David Edelsohn <edelsohn@gnu.org>
7809
15e5ad76 7810 * gcc.dg/20020312-2.c: Add rs6000 target.
97c6c02c 7811
7614d20b
DE
7812 * gcc.c-torture/compile/20020319-1.c: New test.
7813
17043e0d
RO
78142002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7815
15e5ad76 7816 * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
17043e0d
RO
7817 (A, E): Handle this.
7818
617d988c
JM
78192002-03-20 Jason Merrill <jason@redhat.com>
7820
7821 * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
7822 ignoring -fpic.
7823 * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
7824 through prune_gcc_output.
7825
a29b099d
JJ
78262002-03-20 Jakub Jelinek <jakub@redhat.com>
7827
7828 * gcc.c-torture/compile/20020320-1.c: New test.
7829
f735a153
JJ
78302002-03-19 Jakub Jelinek <jakub@redhat.com>
7831
7832 * gcc.c-torture/compile/20020318-1.c: New test.
7833
6ae504c9
JJ
7834 * gcc.dg/struct-by-value-1.c: New test.
7835
1813dafd
JJ
7836 * gcc.dg/20020319-1.c: New test.
7837
cbb92744
JJ
78382002-03-18 Jakub Jelinek <jakub@redhat.com>
7839
7840 * g++.dg/opt/conj1.C: New test.
7841
e9dd7bfd
MM
78422002-03-17 Mark Mitchell <mark@codesourcery.com>
7843
7844 * g++.dg/template/qualttp20.C: Revert previous change.
7845 * g++.dg/template/qualttp3.C: Likewise.
7846 * g++.dg/template/qualttp4.C: Likewise
7847 * g++.dg/template/qualttp5.C: Likewise
7848 * g++.dg/template/qualttp6.C: Likewise
7849 * g++.dg/template/qualttp7.C: Likewise
7850 * g++.dg/template/qualttp8.C: Likewise
7851 * g++.dg/template/recurse.C: Likewise.
7852
ff8908ff
NB
78532002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
7854
7855 * gcc.dg/cpp/wchar-1.c: Update.
7856
5dd236e2
NS
78572002-03-16 Nathan Sidwell <nathan@codesourcery.com>
7858
7859 * g++.dg/template/conv1.C: New test.
7860 * g++.dg/template/conv2.C: New test.
7861 * g++.dg/template/conv3.C: New test.
7862 * g++.dg/template/conv4.C: New test.
7863
6fb2cd7b
MM
78642002-03-15 Mark Mitchell <mark@codesourcery.com>
7865
7866 * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
7867 * g++.dg/template/qualttp3.C: Likewise.
7868 * g++.dg/template/qualttp4.C: Likewise
7869 * g++.dg/template/qualttp5.C: Likewise
7870 * g++.dg/template/qualttp6.C: Likewise
7871 * g++.dg/template/qualttp7.C: Likewise
7872 * g++.dg/template/qualttp8.C: Likewise
7873 * g++.dg/template/recurse.C: Likewise.
7874
6e4ae815
MM
78752002-03-15 Mark Mitchell <mark@codesourcery.com>
7876
7877 * g++.dg/opt/dtor1.C: New test.
7878
a42519be
JJ
78792002-03-15 Jakub Jelinek <jakub@redhat.com>
7880
7881 * gcc.c-torture/compile/20020315-1.c: New test.
7882
32135a8c
RE
78832002-03-15 Richard Earnshaw <rearnsha@arm.com>
7884
7885 * gcc.dg/weak-1.c: Fix scan tests.
7886
a541f1aa
HPN
78872002-03-15 Hans-Peter Nilsson <hp@bitrange.com>
7888
7889 * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
7890 * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
7891 cris-*-aout* mmix-*-*.
7892 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
7893 cris-*-aout* mmix-*-*.
7894 * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
7895 cris-*-elf* cris-*-aout* and mmix-*-*.
7896 * gcc.dg/20001009-1.c: Ditto.
7897 * gcc.dg/20010912-1.c: Ditto.
7898 * gcc.dg/20020122-4.c: Ditto.
7899 * gcc.dg/inline-2.c: Ditto.
7900
b8c25665 79012002-03-14 Jeffrey A Law (law@cygnus.com)
933a0721
JL
7902
7903 * gcc.c-torture/compile/20020314-1.c: New test.
7904
2019279f
RE
79052002-03-14 Richard Earnshaw <rearnsha@arm.com>
7906
7907 * gcc.c-torture/execute/20020314-1.c: New test.
7908
d3f129b3
JJ
79092002-03-14 Jakub Jelinek <jakub@redhat.com>
7910
7911 * g++.dg/warn/Wunused-1.C: New test.
7912
440d0518
RS
79132002-02-13 Richard Sandiford <rsandifo@redhat.com>
7914
7915 * g++.dg/abi/mangle6.C: New test.
7916
4061c1a3
JJ
79172002-03-13 Jakub Jelinek <jakub@redhat.com>
7918
7919 * gcc.c-torture/compile/20020309-2.c: New test.
7920
09948ece
JJ
7921 * gcc.c-torture/compile/20020312-1.c: New test.
7922
df867456
NS
79232002-03-12 Nathan Sidwell <nathan@codesourcery.com>
7924
7925 * g++.dg/other/access1.C: New test.
7926
62ae2529
JJ
79272002-03-12 Jakub Jelinek <jakub@redhat.com>
7928
7929 * gcc.c-torture/execute/wchar_t-1.c: New test.
7930
2ab57cc9
DE
79312002-03-12 David Edelsohn <edelsohn@gnu.org>
7932
15e5ad76 7933 * gcc.dg/20020103-1.c: Add rs6000 target and macro.
2ab57cc9 7934
56f4537e
RS
79352002-03-12 Roger Sayle <roger@eyesopen.com>
7936
7937 * gcc.dg/20020312-1.c: New test case.
7938
55a21c32
AH
79392002-03-11 Aldy Hernandez <aldyh@redhat.com>
7940
15e5ad76 7941 * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
55a21c32 7942
6c40858f
RH
79432002-03-11 Richard Henderson <rth@redhat.com>
7944
7945 * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
7946 * g++.old-deja/g++.jason/report.C: Likewise.
7947
ab04e34b
NS
79482002-03-11 Nathan Sidwell <nathan@codesourcery.com>
7949
7950 * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
7951 * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
7952
999cc24c
NS
79532002-03-11 Nathan Sidwell <nathan@codesourcery.com>
7954
7955 * testsuite/g++.dg/overload/pmf1.C: New test.
7956
1453ec8c
KH
79572002-03-11 Kazu Hirata <kazu@hxi.com>
7958
7959 * gcc.c-torture/execute/20020307-1.c: Use long.
7960
5ddec02e
JJ
79612002-03-11 Jakub Jelinek <jakub@redhat.com>
7962
7963 PR optimization/5844
7964 * gcc.dg/20020310-1.c: New test.
7965
a012ba73
MM
79662002-03-09 Michael Meissner <meissner@redhat.com>
7967
7968 * gcc.c-torture/execute/memcpy-2.c: New test.
7969 * gcc.c-torture/execute/memset-1.c: New test.
7970 * gcc.c-torture/execute/strlen-1.c: New test.
7971 * gcc.c-torture/execute/strcmp-1.c: New test.
7972 * gcc.c-torture/execute/strncmp-1.c: New test.
7973
79b51cd7
GK
79742002-03-09 Geoffrey Keating <geoffk@redhat.com>
7975
7976 * gcc.dg/ppc-ldstruct.c: New test.
7977
e4a4c70b
JJ
79782002-03-09 Jakub Jelinek <jakub@redhat.com>
7979
7980 * gcc.c-torture/execute/va-arg-22.c: New test.
7981
b8c25665 79822002-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
93fe8e92
RK
7983
7984 * gcc.c-torture/compile/20020309-1.c: New test.
7985
71db7d03
JJ
79862002-03-08 Jakub Jelinek <jakub@redhat.com>
7987
7988 * gcc.c-torture/execute/20020307-2.c: New test.
7989
b8c25665 79902002-03-07 Jeffrey A Law (law@redhat.com)
fcf742ea
JL
7991
7992 * g77.f-torture/compile/20020307-1.f: New test.
7993
e106e1b0
RS
79942002-03-07 Richard Sandiford <rsandifo@redhat.com>
7995
7996 * gcc.dg/unordered-1.c: New test.
7997
50cb1e20
RE
79982002-03-07 Richard Earnshaw <rearnsha@arm.com>
7999
8000 * gcc.c-torture/execute/20020307-1.c: New test.
8001
6d051694
JJ
80022002-03-05 Jakub Jelinek <jakub@redhat.com>
8003
8004 * gcc.dg/20020304-1.c: New test.
8005
170c56da
JJ
8006 * gcc.c-torture/compile/20020304-2.c: New test.
8007
a298d936
ZW
80082002-03-04 Zack Weinberg <zack@codesourcery.com>
8009
8010 * gcc.c-torture/compile/20020304-1.c: New test case
8011 (from PR c/5830).
8012
8c4093d8
AH
80132002-03-03 Aldy Hernandez <aldyh@redhat.com>
8014
15e5ad76 8015 * gcc.dg/20020103-1.c: Add other -D ppc variants.
8c4093d8 8016
fd87b7a7
NS
80172002-03-02 Nathan Sidwell <nathan@codesourcery.com>
8018
8019 * g++.dg/other/classkey1.C: New test.
8020
9d8b9004
RH
80212002-03-01 Richard Henderson <rth@redhat.com>
8022
8023 * gcc.c-torture/compile/981223-1.x: New.
8024 * gcc.c-torture/compile/920625-1.x: New.
8025
cc36a670
RH
80262002-02-28 Richard Henderson <rth@redhat.com>
8027
8028 * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
8029
f086058e
HPN
80302002-02-27 Hans-Peter Nilsson <hp@bitrange.com>
8031
8032 * gcc.c-torture/execute/20020227-1.c: New test.
8033
16d3e075
MM
80342002-02-27 Mark Mitchell <mark@codesourcery.com>
8035
8036 * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
8037 here" ERROR lines.
8038 * g++.old-deja/g++.oliva/partord1.C: Likewise.
8039 * g++.old-deja.g++.other/defarg1.C: Likewise.
8040 * g++.old-deja/g++.pt/calls2.C: Likewise.
8041 * g++.old-deja/g++.pt/crash20.C: Likewise.
8042 * g++.old-deja/g++.pt/crash30.C: Likewise.
8043 * g++.old-deja/g++.pt/crash36.C: Likewise.
8044 * g++.old-deja/g++.pt/crash6.C: Likewise.
8045 * g++.old-deja/g++.pt/defarg13.C: Likewise.
8046 * g++.old-deja/g++.pt/derived3.C: Likewise.
8047 * g++.old-deja/g++.pt/error1.C: Likewise.
8048 * g++.old-deja/g++.pt/friend21.C: Likewise.
8049 * g++.old-deja/g++.pt/friend23.C: Likewise.
8050 * g++.old-deja/g++.pt/infinite1.C: Likewise.
8051 * g++.old-deja/g++.robertl/eb128.C: Likewise.
56f4537e 8052
4e07d762
GK
80532002-02-27 Geoffrey Keating <geoffk@redhat.com>
8054
8055 * gcc.c-torture/execute/20020225-2.c: New test.
8056
f458d1d5
ZW
80572002-02-27 Zack Weinberg <zack@codesourcery.com>
8058
8059 * gcc.c-torture/execute/920730-1t.c,
8060 gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
8061 Delete test cases, only relevant to -traditional.
8062
e808ec9c
NB
80632002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
8064
8065 * gcc.dg/cpp/undef1.c: Remove.
8066 * gcc.dg/cpp/directiv.c: Update.
8067 * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
8068
1fef1cdd
MM
80692002-02-27 Michael Meissner <meissner@redhat.com>
8070
8071 * gcc.c-torture/execute/20020226-1.c: New test.
8072
6d73371a
JJ
80732002-02-26 Jakub Jelinek <jakub@redhat.com>
8074
8075 * g++.dg/debug/debug4.C: New test.
8076
47bd70b5
JJ
8077 * gcc.dg/ia64-visibility-1.c: New test.
8078
06e224f7
AO
80792002-02-26 Alexandre Oliva <aoliva@redhat.com>
8080
8081 * gcc.dg/debug/20020224-1.c: New.
8082
801791cc
KH
80832002-02-25 Kazu Hirata <kazu@hxi.com>
8084
8085 * gcc.c-torture/execute/960416-1.x: New.
8086 * gcc.c-torture/execute/divconst-3.x: Likewise.
8087
232b8f52
JJ
80882002-02-25 Jakub Jelinek <jakub@redhat.com>
8089
8090 * gcc.dg/20020224-1.c: New test.
8091
11a35b8b
AM
80922002-02-25 Alan Modra <amodra@bigpond.net.au>
8093
8094 * gcc.c-torture/execute/20020225-1.c: New.
8095
a47ed310
NB
80962002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
8097
8098 * testsuite/gcc.dg/cpp/wchar-1.c: New test.
8099
44c5edc0
JJ
81002002-02-23 Jakub Jelinek <jakub@redhat.com>
8101
8102 * gcc.dg/20020222-1.c: New test.
8103
3256b817
JJ
81042002-02-22 Jakub Jelinek <jakub@redhat.com>
8105
8106 * g++.dg/opt/anonunion1.C: New test.
8107
4f2b0fb2
NS
81082002-02-22 Nathan Sidwell <nathan@codesourcery.com>
8109
8110 * g++.dg/template/qualttp19.C: New test.
8111 * g++.dg/template/qualttp20.C: New test.
8112 * g++.old-deja/g++.jason/report.C: Adjust expected errors
8113 * g++.old-deja/g++.other/qual1.C: Likewise.
8114
87b3cd76
AH
81152002-02-21 Aldy Hernandez <aldyh@redhat.com>
8116
cc36a670 8117 * gcc.dg/attr-alwaysinline.c: New.
87b3cd76 8118
7133e992
JJ
81192002-02-21 Jakub Jelinek <jakub@redhat.com>
8120
22273300
JJ
8121 * gcc.dg/20020220-1.c: New test.
8122
7133e992
JJ
8123 * gcc.dg/20020220-2.c: New test.
8124
e5a20888
JJ
8125 * g++.dg/opt/mmx1.C: New test.
8126
8e8d61f5
AO
81272002-02-20 Alexandre Oliva <aoliva@redhat.com>
8128
8129 * gcc.c-torture/compile/20020110.c: New test.
8130
f67e0d11
JJ
81312002-02-20 Jakub Jelinek <jakub@redhat.com>
8132
8133 * gcc.c-torture/execute/20020219-1.c: New test.
8134
4636c87e
JJ
8135 * gcc.dg/20020219-1.c: New test.
8136
00fae85d
JJ
8137 * gcc.dg/noncompile/20020220-1.c: New test.
8138
7552da58
JJ
8139 * g++.dg/opt/ptrintsum1.C: New test.
8140
149d6f9e
JJ
8141 * gcc.dg/debug/20020220-1.c: New test.
8142
f6f8ada3
JJ
81432002-02-17 Jakub Jelinek <jakub@redhat.com>
8144
8145 * gcc.c-torture/execute/20020216-1.c: New test.
8146
7f311f63
NB
81472002-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
8148
8149 * gcc.dg/decl-1.c: Update, new test.
8150
8d6e459d
NS
81512002-02-15 Nathan Sidwell <nathan@codesourcery.com>
8152
8153 * g++.dg/abi/bitfield1.C: New test.
8154 * g++.dg/abi/bitfield2.C: New test.
8155
aa42eef1
RS
81562002-02-15 Richard Sandiford <rsandifo@redhat.com>
8157
8158 * gcc.dg/attr-nest.c: New test.
8159
0b6e58fd
RS
81602002-02-15 Richard Sandiford <rsandifo@redhat.com>
8161
8162 * gcc.c-torture/execute/20020215-1.c: New test.
8163
d76e6800
JJ
81642002-02-14 Jakub Jelinek <jakub@redhat.com>
8165
333ce3a7
JJ
8166 * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
8167 * g++.dg/debug/debug.exp: New.
8168 * g++.dg/debug/trivial.C: New.
8169 * g++.dg/debug/debug1.C: Moved...
8170 * g++.dg/other/debug1.C: ...from here.
8171 * g++.dg/debug/debug2.C: Moved...
8172 * g++.dg/other/debug2.C: ...from here.
8173 * g++.dg/debug/debug3.C: Moved...
8174 * g++.dg/other/debug3.C: ...from here.
8175
d76e6800
JJ
8176 * gcc.dg/noncompile/20020213-1.c: New test.
8177
ec65b2e3
JJ
81782002-02-13 Jakub Jelinek <jakub@redhat.com>
8179
8180 * g++.dg/other/debug3.C: New test.
8181
21117a17
JJ
8182 * gcc.c-torture/execute/20020213-1.c: New test.
8183
658311e0
RS
81842002-02-13 Richard Smith <richard@ex-parrot.com>
8185
8186 * g++.old-deja/g++.other/thunk1.C: New test.
8187
845d6a2f
DB
81882002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
8189
8190 * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
8191
e6834654
SS
81922002-02-13 Stan Shebs <shebs@apple.com>
8193
cc36a670 8194 * gcc.dg/altivec-3.c: New.
e6834654 8195
56d44285
JJ
81962002-02-12 Jakub Jelinek <jakub@redhat.com>
8197
8198 * gcc.dg/Wunreachable-1.c: New test.
8199 * gcc.dg/Wunreachable-2.c: New test.
8200
34e68c86
JM
82012002-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
8202
8203 * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
8204
3bb91036
NB
82052002-02-12 Neil Booth <neil@daikokuya.demon.co.uk>
8206
8207 * gcc.dg/decl-1.c: New test.
8208
036d01d0
DB
82092002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
8210
56f4537e 8211 * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
036d01d0 8212
0b8c0d4e
KH
82132002-02-10 Kazu Hirata <kazu@hxi.com>
8214
8215 * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
8216 * gcc.c-torture/compile/980506-1.x: Likewise.
8217
b516907f
KH
82182002-02-10 Kazu Hirata <kazu@hxi.com>
8219
8220 * gcc.dg/20020210-1.c: New.
8221
3611ccb4
TM
82222002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
8223
8224 * g77.f-torture/execute/947.f: New regression test
8225 for PR fortran/947.
8226
7aa00daf
AO
82272002-02-09 Alexandre Oliva <aoliva@redhat.com>
8228
8229 * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
8230 * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
8231
fdf473ae
RH
82322002-02-08 Richard Henderson <rth@redhat.com>
8233
8234 * gcc.c-torture/compile/labels-3.c: New.
8235
1cf537c5
JJ
82362002-02-08 Jakub Jelinek <jakub@redhat.com>
8237
8238 * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
8239 expression statements work instead.
8240 * gcc.dg/noncompile/20020207-1.c: New test.
8241
9dd7fc76
RH
82422002-02-07 Richard Henderson <rth@redhat.com>
8243
8244 * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
8245
fecb60af
DB
82462002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
8247
8248 * lib/prune.exp: Remove "In (program|subroutine"block-data)"
8249 message from g77
8250 * lib/g77-dg.exp: Trim g77 error messages so that they are
3bbe3320 8251 recognized by dg.exp.
fecb60af 8252
d3dac0ae
DB
82532002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
8254
8255 PR fortran/5473
56f4537e 8256 * g77.dg/pr5473.f: Now dg-error. Add additional cases.
d3dac0ae 8257
ff9ea967
RH
82582002-02-07 Richard Henderson <rth@redhat.com>
8259
8260 * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
8261 to be sufficiently aligned for integers.
8262
d5614afb
NS
82632002-02-07 Nathan Sidwell <nathan@codesourcery.com>
8264
8265 * g++.dg/template/friend4.C: New test.
8266
3f9796f9
DB
82672002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
8268
d3dac0ae 8269 PR fortran/5743
3f9796f9
DB
8270 * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
8271 unsupported cases.
8272
30203c18
RH
82732002-02-07 Richard Henderson <rth@redhat.com>
8274
8275 * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
8276 * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
8277 gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
8278 objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
8279
edd1967d
RH
82802002-02-06 Richard Henderson <rth@redhat.com>
8281
8282 * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
8283
e1e52c7e
JJ
82842002-02-06 Janis Johnson <janis187@us.ibm.com>
8285
8286 * gcc.dg/20020206-1.c: New test.
8287
5364626a
JJ
82882002-02-06 Jakub Jelinek <jakub@redhat.com>
8289
d5129288
JJ
8290 * gcc.c-torture/execute/20020206-1.c: New test.
8291
caaf2272
JJ
8292 * gcc.c-torture/execute/20020206-2.c: New test.
8293
5364626a
JJ
8294 PR optimization/5429:
8295 * gcc.c-torture/compile/20020206-1.c: New test.
8296
1b8afbe7
NC
82972002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8298
23fb1469 8299 * g++.dg/ext/align1.C: Do not use an explicit alignment value
cc36a670
RH
8300 as certain file formats cannot support particularly large
8301 alignments.
23fb1469 8302
1b8afbe7
NC
8303 * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
8304 and do not expect to be able to link the executable.
8305
cc36a670 8306 * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
1b8afbe7
NC
8307 fail because the COFF format does not support the weak attribute.
8308
8a921c08
DB
83092002-02-05 David Billinghurst <David.Billinghurst@riotinto.com>
8310
8311 * g77.dg/pr5473.f: New test
8312
81a2b933
AH
83132002-02-05 Aldy Hernandez <aldyh@redhat.com>
8314
cc36a670
RH
8315 * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
8316 Fix testcase accordingly.
81a2b933 8317
8d2809bc
RH
83182002-02-04 Richard Henderson <rth@redhat.com>
8319
8320 * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
8321 (buf): Change to be an array of pointers, not ints.
8322
6f9fdf4d
JJ
83232002-02-04 Jakub Jelinek <jakub@redhat.com>
8324
8325 * gcc.dg/Wswitch.c: Fix typos. Don't return unconditionally
8326 before all tests. Move warning one line above to match where it
8327 C frontend emits.
8328 * gcc.dg/Wswitch-2.c: New test.
8329 * g++.dg/warn/Wswitch-1.C: New test.
8330 * g++.dg/warn/Wswitch-2.C: New test.
8331
72db02bf
RH
83322002-02-04 Richard Henderson <rth@redhat.com>
8333
8334 * g++.dg/abi/offsetof.C: Fix size comparison.
8335
127b94b5
RS
83362002-02-04 Richard Sandiford <rsandifo@redhat.com>
8337
8338 * gcc.dg/cast-qual-2.c: New test.
8339
fa852403
JJ
83402002-02-04 Jakub Jelinek <jakub@redhat.com>
8341
8342 * gcc.dg/20020201-4.c: New test.
8343
f7948d51
BE
83442002-02-04 Ben Elliston <bje@redhat.com>
8345
8346 * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
8347 target_info attribute != 0, in addition to the empty string.
8348 (gcc_target_compile): Likewise.
8349
ffe80457
AC
83502002-02-03 Andrew Cagney <ac131313@redhat.com>
8351
8352 * gcc.dg/Wswitch.c: New test.
8353 PR gcc/4475. PR gcc/3780.
8354
013c7e95
TM
83552002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
8356
8357 * g77.f-torture/execute/5122.f: New test for regressions
8358 against PR fortran/5122.
8359
e7daa976
DB
83602002-02-03 David Billinghurst <David.Billinghurst@riotinto.com>
8361
8362 * g77.f-torture/compile/pr3743.f: Delete
8363 * g77.dg/pr3743-1.f: New test.
8364 * g77.dg/pr3743-2.f: New test.
8365 * g77.dg/pr3743-3.f: New test.
8366 * g77.dg/pr3743-4.f: New test.
8367
0fef3fd0
NB
83682002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
8369
8370 * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
8371
444c52f9
RH
83722002-02-02 Richard Henderson <rth@redhat.com>
8373
8374 * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
8375 * gcc.c-torture/execute/bf64-1.c: Likewise.
8376
b24d861d
JJ
83772002-02-02 Jakub Jelinek <jakub@redhat.com>
8378
8379 * gcc.dg/20020201-2.c: New test.
8380
ea142788
JJ
8381 * gcc.dg/20020201-3.c: New test.
8382
f786ab27
JJ
8383 * gcc.c-torture/execute/bitfld-2.c: New test.
8384
dfd48d76
NB
83852002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
8386
8387 * gcc.dg/bitfld-1.c: Update.
8388 * gcc.dg/bitfld-2.c: Update.
8389 * gcc.c-torture/execute/bitfld-1.x: New.
8390
d3c52658
JJ
83912002-02-02 Jakub Jelinek <jakub@redhat.com>
8392
8393 * gcc.c-torture/execute/20020201-1.c: New test.
8394
91f5782d
JJ
83952002-02-01 Janis Johnson <janis187@us.ibm.com>
8396
8397 PR target/5469
8398 * gcc.dg/20020201-1.c: New test.
8399
81622d29
DB
84002002-02-01 David.Billinghurst <David.Billinghurst@riotinto.com>
8401
8402 PR fortran/3743
8403 * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
8404 * g77.f-torture/compile/pr3743.x: Remove
8405
87859851
TR
84062002-01-31 Tom Rix <trix@redhat.com>
8407
8408 * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
8409
6169e5fd
JM
84102002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
8411
8412 * gcc.dg/noncompile/20020130-1.c: New test.
8413
02f06b3c
DB
84142002-01-30 David Billinghurst <David.Billinghurst@riotinto.com>
8415
8416 * g77.dg/f77-edit-i-out.f: Escape \. Allow \r\n and \r.
8417
2fd667c2
RH
84182002-01-29 Richard Henderson <rth@redhat.com>
8419
8420 * gcc.c-torture/execute/991118-1.c: Cast various constants back
8421 to long long.
8422 * gcc.c-torture/execute/bf64-1.c: Likewise.
8423
37060e78
JJ
84242002-01-29 Jakub Jelinek <jakub@redhat.com>
8425
8426 * gcc.c-torture/execute/20020129-1.c: New test.
8427
d82b2ced
NB
84282002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
8429
8430 * gcc.c-torture/compile/20000224-1.c: Update.
8431 * gcc.c-torture/execute/bitfld-1.c: New tests.
8432 * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
8433 * gcc.dg/uninit-A.c: Update.
8434
b8b98c66
NS
84352002-01-29 Nathan Sidwell <nathan@codesourcery.com>
8436
8437 * g++.dg/template/ctor1.C: Add instantiation.
8438
3bca17dd
PK
84392002-01-28 Paul Koning <pkoning@equallogic.com>
8440
8441 * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
8442 argument to __builtin_prefetch to be const ptr.
8443
27d921c7
JJ
84442002-01-28 Jakub Jelinek <jakub@redhat.com>
8445
8446 * gcc.c-torture/compile/20020120-1.c: New test.
8447
438451cc
KH
84482002-01-27 Kazu Hirata <kazu@hxi.com>
8449
8450 * gcc.c-torture/execute/20020127-1.c: New test.
8451
1bf8640c 84522002-01-27 David Billinghurst <David.Billinghurst@riotinto.com>
56f4537e 8453
1bf8640c
DB
8454 * g77.dg/f77-edit-i-in.f: New test
8455 * g77.dg/f77-edit-i-out.f: New test
8456
33c7f925
GK
84572002-01-25 Geoffrey Keating <geoffk@redhat.com>
8458
8459 * gcc.dg/debug/debug.exp: New file.
8460 * gcc.dg/debug/trivial.c: New file.
8461 * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
8462 * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
8463 * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
8464 * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
8465 * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
8466 * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
8467 * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
8468 * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
8469 * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
8470 * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
8471 * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
8472 * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
8473 * gcc.dg/20000503-1.c: Removed.
8474 * gcc.dg/20010207-1.c: Removed.
8475 * gcc.dg/20011223-1.c: Removed.
8476 * gcc.dg/20020104-2.c: Removed.
8477 * gcc.dg/debug-1.c: Removed.
8478 * gcc.dg/debug-2.c: Removed.
8479 * gcc.dg/debug-3.c: Removed.
8480 * gcc.dg/debug-4.c: Removed.
8481 * gcc.dg/debug-5.c: Removed.
8482 * gcc.dg/debug-6.c: Removed.
8483 * gcc.dg/dwarf2-1.c: Removed.
8484 * gcc.dg/dwarf2-2.c: Removed.
8485
1658df0a
JJ
84862002-01-25 Jakub Jelinek <jakub@redhat.com>
8487
8488 * g++.old-deja/g++.other/eh5.C: New test.
8489 * g++.old-deja/g++.other/sibcall2.C: New test.
8490 * g++.old-deja/g++.other/array9.C: New test.
8491 * g++.old-deja/g++.other/typename2.C: New test.
8492 * g++.old-deja/g++.other/crash60.C: New test.
8493 * g++.old-deja/g++.other/conv9.C: New test.
8494 * g++.old-deja/g++.other/mangle10.C: New test.
8495 * g++.old-deja/g++.other/unchanging1.C: New test.
8496 * g++.old-deja/g++.other/exprstmt1.C: New test.
8497 * g++.old-deja/g++.other/inline23.C: New test.
8498 * g++.old-deja/g++.eh/ia64-1.C: New test.
8499 * g++.old-deja/g++.other/dwarf2-1.C: New test.
1658df0a
JJ
8500 * g++.old-deja/g++.other/reload1.C: New test.
8501 * g++.old-deja/g++.other/static20.C: New test.
8502 * g++.old-deja/g++.other/local-alloc1.C: New test.
8503 * g++.old-deja/g++.other/conv8.C: New test.
8504 * g++.old-deja/g++.other/stmtexpr2.C: New test.
8505 * g++.old-deja/g++.other/storeexpr1.C: New test.
8506 * g++.old-deja/g++.other/storeexpr2.C: New test.
8507 * g++.dg/eh/template2.C: New test.
8508 * g++.dg/warn/weak1.C: New test.
8509
6b016bf4
HPN
85102002-01-25 Hans-Peter Nilsson <hp@bitrange.com>
8511
8512 * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8513 Remove first, non-varying, argument.
8514
6932f033
RH
85152002-01-23 Richard Henderson <rth@redhat.com>
8516
8517 * gcc.dg/inline-2.c: New.
8518
8519 * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
8520 Add optional target arg. Check number of arguments.
8521 (scan-assembler-not, scan-assembler-dem): Likewise.
8522 (scan-assembler-dem-not): Likewise.
8523
d5714a5d
ZW
85242002-01-23 Zack Weinberg <zack@codesourcery.com>
8525
8526 * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
8527 line 12.
8528 * g++.old-deja/g++.brendan/parse3.C,
8529 g++.old-deja/g++.other/crash26.C,
8530 g++.old-deja/g++.other/crash28.C,
8531 g++.old-deja/g++.other/crash29.C,
8532 g++.old-deja/g++.other/crash30.C,
8533 g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
8534
709619d9
AH
85352002-01-23 Aldy Hernandez <aldyh@redhat.com>
8536
d5714a5d 8537 * gcc.dg/20020115-1.c: New.
709619d9 8538
03984308
BW
85392002-01-23 Bob Wilson <bob.wilson@acm.org>
8540
8541 * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
8542
a8435716
JJ
85432002-01-23 Janis Johnson <janis187@us.ibm.com>
8544
8545 * gcc.dg/20020122-3.c: New.
8546
0a01c261
JJ
85472002-01-23 Jakub Jelinek <jakub@redhat.com>
8548
8549 * g++.dg/other/gc1.C: New test.
8550
d0a8f4e4
ZW
85512002-01-23 Zack Weinberg <zack@codesourcery.com>
8552
8553 * gcc.dg/c99-intconst-1.c: Mark XFAIL.
8554
a99e47a5
RH
85552002-01-22 Richard Henderson <rth@redhat.com>
8556
8557 * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
8558
1e7e480e
RH
85592002-01-22 Richard Henderson <rth@redhat.com>
8560
8561 * gcc.dg/20020122-4.c: New.
8562
d04fd40f
L
85632002-01-22 H.J. Lu <hjl@gnu.org>
8564
8565 * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
8566 link output.
8567 * gcc.dg/special/ecos.exp: Likewise.
8568 * lib/g++-dg.exp: Likewise.
8569 * lib/g77-dg.exp: Likewise.
8570 * lib/gcc-dg.exp : Likewise.
8571 * lib/mike-g++.exp: Likewise.
8572 * lib/mike-g77.exp: Likewise.
8573 * lib/mike-gcc.exp: Likewise.
8574 * lib/objc-dg.exp: Likewise.
8575
3196dfde
JJ
85762002-01-22 Janis Johnson <janis187@us.ibm.com>
8577
8578 PR target/5379
8579 * gcc.dg/20020122-2.c: New test.
8580
0c0c3c39
HPN
85812002-01-22 Hans-Peter Nilsson <hp@axis.com>
8582
8583 * gcc.dg/20020122-1.c: New test.
8584
75dbec30
DB
85852001-01-22 David.Billinghurst <David.Billinghurst@riotinto.com>
8586
8587 * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
8588
32abfc26
DB
85892002-01-22 David Billinghurst <David.Billinghurst@riotinto.com>
8590
8591 * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
8592
38e583fd
FS
85932002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8594
8595 * gcc.c-torture/compile/20020121-1.c: New test.
8596
e5f54c45
JDA
85972002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
8598
8599 * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
8600 ld_library_path.
8601
0333394e
JJ
86022002-01-21 Jakub Jelinek <jakub@redhat.com>
8603
8604 * gcc.dg/20020218-1.c: New test.
8605
e23baf78
DB
86062002-01-21 David.Billinghurst <David.Billinghurst@riotinto.com>
8607
8608 * lib/prune.exp (prune_gcc_output): Prune "At global scope"
8609 messages
8610 * g++.dg/other/deprecated.C: Remove dg-bogus comment for
8611 "At global scope" warning
8612 * g++.dg/ext/align1.C: Change cygwin test for alignment
8613 from db-bogus to dg-warning
8614
a5cf3ccc
ZW
86152002-01-21 Zack Weinberg <zack@codesourcery.com>
8616
8617 * g77.f-torture/compile/cpp2.F: New test.
8618
3807621a
NS
86192002-01-19 Nathan Sidwell <nathan@codesourcery.com>
8620
8621 * g++.dg/template/access1.C: New test.
8622
4e98d045
AH
86232002-01-18 Aldy Hernandez <aldyh@redhat.com>
8624
d5714a5d 8625 * gcc.dg/20020118-1.c: New.
4e98d045 8626
072f20ef
KH
86272002-01-18 Kazu Hirata <kazu@hxi.com>
8628
8629 * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
8630
ee459e5e
DB
86312001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
8632
a99e47a5 8633 * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
d5714a5d
ZW
8634 * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
8635 alignment warnings.
ee459e5e 8636
6040e200
DB
86372001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
8638
8639 * gcc.misc-tests/i386-prefetch.exp: Save and restore
8640 torture_with_loops and torture_without_loops
8641
d0e82870
JJ
86422002-01-17 Jakub Jelinek <jakub@redhat.com>
8643
8644 * gcc.c-torture/compile/20020116-1.c: New test.
8645
b8c1a6b8
JJ
86462002-01-16 Jakub Jelinek <jakub@redhat.com>
8647
51c561e3 8648 * gcc.dg/20020116-2.c: New test.
b8c1a6b8 8649
51c561e3 8650 * gcc.dg/ultrasp4.c: New test.
c4031a04 8651
51c561e3 8652 * gcc.dg/20020116-1.c: New test.
c4031a04 8653
7ec9c85a
GK
86542002-01-15 Geoffrey Keating <geoffk@redhat.com>
8655
8656 * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
8657 by EABI.
8658
441f5264
JJ
86592002-01-15 Janis Johnson <janis187@us.ibm.com>
8660
8661 * gcc.misc-tests/i386-prefetch.exp: New.
8662 * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
8663 * gcc.misc-tests/i386-pf-athlon-1.c: New test.
8664 * gcc.misc-tests/i386-pf-none-1.c: New test.
8665 * gcc.misc-tests/i386-pf-sse-1.c: New test.
8666
7c94ce7f
JJ
86672002-01-15 Jakub Jelinek <jakub@redhat.com>
8668
8669 * gcc.dg/gnu89-init-1.c: Add new tests.
8670
8559c8c0
AJ
86712002-01-15 Andreas Jaeger <aj@suse.de>
8672
8673 * gcc.dg/i386-mmx-1.c: Also run on x86-64.
8674 * gcc.dg/i386-mmx-2.c: Likewise.
8675 * gcc.dg/i386-sse-1.c: Likewise.
8676 * gcc.dg/i386-sse-2.c: Likewise.
8677 * gcc.dg/i386-sse-3.c: Likewise.
8678
9060718c
DB
86792001-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
8680
d5714a5d
ZW
8681 * g77.f-torture/execute/intrinsic-unix-bessel.f:
8682 Uncomment additional cases that now pass.
9060718c 8683
6f1a6c5b
RH
86842002-01-11 Richard Henderson <rth@redhat.com>
8685
8686 * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
8687 * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
8688
b8c25665 86892002-01-11 Nicola Pero <n.pero@mi.flashnet.it>
f8cfe1a4
NP
8690
8691 * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
8692
f15054ea
AH
86932002-01-10 Aldy Hernandez <aldyh@redhat.com>
8694
d5714a5d
ZW
8695 * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
8696 lvx, stvx, stvebx, stvehx, stvewx, stvxl.
f15054ea 8697
bccd793e
DJ
86982002-01-10 Dale Johannesen <dalej@apple.com>
8699
8700 * gcc.c-torture/execute/loop-11.c: New.
8701
115b6181
AH
87022002-01-08 Aldy Hernandez <aldyh@redhat.com>
8703
d5714a5d 8704 * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
115b6181
AH
8705 dss, lvsl, lvsr, dstt, dstst, dststt, dst.
8706
2c74ce9d
RH
87072002-01-09 Richard Henderson <rth@redhat.com>
8708
8709 * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
8710 type in which to perform the operation for each size.
8711
b8c25665 87122002-01-09 Alan Matsuoka (alanm@redhat.com)
a4ae2fdc
AM
8713
8714 * gcc.c-torture/compile/20020109-2.c: New test.
8715
8d15f472
GB
87162002-01-09 Gwenole Beauchesne <bgeauchesne@mandrakesoft.com>
8717
8718 * gcc.c-torture/execute/loop-10.c: New test.
8719
ffb9c594
JJ
87202002-01-09 Jakub Jelinek <jakub@redhat.com>
8721
8722 * gcc.c-torture/compile/20010226-1.c: New test.
8723 * gcc.c-torture/compile/20010227-1.c: New test.
8724 * gcc.c-torture/compile/20010426-1.c: New test.
8725 * gcc.c-torture/compile/20010510-1.c: New test.
8726 * gcc.c-torture/compile/20010605-3.c: New test.
8727 * gcc.c-torture/compile/20010824-1.c: New test.
8728 * gcc.c-torture/execute/20010409-1.c: New test.
8729 * gcc.dg/noncompile/20000901-1.c: New test.
8730 * gcc.dg/20001023-1.c: New test.
8731 * gcc.dg/20001101-1.c: New test.
8732 * gcc.dg/20001102-1.c: New test.
8733 * gcc.dg/20010207-1.c: New test.
8734 * gcc.dg/20010405-1.c: New test.
8735 * gcc.dg/20010822-1.c: New test.
8736 * gcc.dg/20011107-1.c: New test.
8737
b8c25665 87382002-01-09 Jeffrey A Law (law@redhat.com)
afaa8065 8739
7d5c66d6
JL
8740 * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
8741
afaa8065
JL
8742 * gcc.c-torture/execute/strct-stdarg-1.x: New file. Expect
8743 execution failure on PA targets.
8744
a2a2c12d
JJ
87452002-01-09 Jakub Jelinek <jakub@redhat.com>
8746
8747 * gcc.c-torture/compile/20020109-1.c: New test.
8748
18cf8dda
KH
87492002-01-08 Kazu Hirata <kazu@hxi.com>
8750
8751 * gcc.c-torture/execute/20020108-1.c: New test.
8752
b3ca30df
JJ
87532002-01-08 Jakub Jelinek <jakub@redhat.com>
8754
8755 * gcc.dg/20020108-1.c: New test.
8756
c9f115ad
L
87572002-01-08 H.J. Lu <hjl@gnu.org>
8758
8759 * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
8760 for header files.
8761
acd8ea2a
GK
87622002-01-08 Geoff Keating <geoffk@redhat.com>
8763
8764 * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
8765 consistency.
8766
70ec0b9b
AH
8767002-01-07 Aldy Hernandez <aldyh@redhat.com>
8768
d5714a5d 8769 * gcc.dg/altivec-4.c: Test altivec predicates.
70ec0b9b 8770
2e951384
JJ
87712002-01-07 Jakub Jelinek <jakub@redhat.com>
8772
8773 * gcc.c-torture/execute/20020107-1.c: New test.
8774
a858ca75
CR
87752002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
8776
8777 PR c/5279
8778 * gcc.c-torture/compile/20020106-1.c: New test.
8779
f21bf182
HPN
87802002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
8781
8782 * gcc.c-torture/execute/nestfunc-4.c: New test.
8783
302d2f14
LR
87842002-01-04 Loren J. Rittle <ljrittle@acm.org>
8785
d5714a5d 8786 * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
302d2f14 8787 extra triple that slipped in.
d5714a5d
ZW
8788 * g++.old-deja/g++.abi/align.C: Likewise.
8789 * g++.old-deja/g++.abi/bitfields.C: Likewise.
302d2f14 8790
3693730e
LR
87912002-01-04 Loren J. Rittle <ljrittle@acm.org>
8792
8793 * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
8794 * g++.old-deja/g++.abi/align.C: Likewise.
8795 * g++.old-deja/g++.abi/bitfields.C: Likewise.
8796
28434337
LR
8797 * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
8798 on FreeBSD/i386.
8799 * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
8800 FreeBSD.
8801
b0832fe1
JJ
88022002-01-04 Jakub Jelinek <jakub@redhat.com>
8803
8804 * gcc.dg/20020104-1.c: New test.
8805
336b7dca
JJ
8806 * gcc.dg/20020104-2.c: New test.
8807
fee5bdb0
HPN
88082002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
8809
8810 * gcc.dg/20020103-1.c: Fix typo in target selector.
8811
0b223645
RH
88122002-01-03 Richard Henderson <rth@redhat.com>
8813
8814 * gcc.dg/20020103-1.c: New.
8815
187462ac
KH
88162002-01-03 Kazu Hirata <kazu@hxi.com>
8817
8818 * gcc.c-torture/execute/20020103-1.c: New test.
8819
5e55c6a2
JJ
88202002-01-03 Jakub Jelinek <jakub@redhat.com>
8821
8822 * g++.dg/other/debug2.C: New test.
8823
cb1ac742
JJ
8824 * gcc.c-torture/compile/20020103-1.c: New test.
8825
e6ecc89b
JJ
88262002-01-02 Jakub Jelinek <jakub@redhat.com>
8827
8828 * gcc.dg/gnu89-init-1.c: Added new tests.
8829
d46a33b3
NS
88302002-01-02 Nathan Sidwell <nathan@codesourcery.com>
8831
40e593d7
NS
8832 * g++.dg/template/friend2.C: Remove as patch is reverted.
8833
323728aa
NS
8834 * g++.dg/warn/oldcast1.C: New test.
8835
46c895ac
NS
8836 * g++.dg/template/ptrmem1.C: New test.
8837 * g++.dg/template/ptrmem2.C: New test.
8838
833aa4c4
NS
8839 * g++.dg/template/ntp.C: New test.
8840
18976b21
NS
8841 * g++.dg/other/component1.C: New test.
8842
303d1c55
NS
8843 * g++.dg/template/ttp3.C: New test.
8844
d46a33b3
NS
8845 * g++.dg/template/friend2.C: New test.
8846 * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
8847
4542128e
NS
88482002-01-02 Nathan Sidwell <nathan@codesourcery.com>
8849
8850 * g++.dg/other/ptrmem1.C: New test.
8851 * g++.dg/other/ptrmem2.C: New test.
8852
903c6234
NS
88532002-01-02 Nathan Sidwell <nathan@codesourcery.com>
8854
8855 * g++.dg/template/ctor1.C: New test.
8856
477558bf
NS
88572002-01-02 Nathan Sidwell <nathan@codesourcery.com>
8858
8859 * g++.dg/template/friend2.C: New test.
8860
db993cf3
HPN
88612002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
8862
8863 * gcc.dg/mmix-1.c: New test.
8864
3ada20ee
RH
88652001-12-31 Richard Henderson <rth@redhat.com>
8866
8867 * gcc.dg/asm-5.c: New.
8868
c49b2550
PC
88692001-12-31 Paolo Carlini <pcarlini@unitus.it>
8870
8871 * g++.old-deja/g++.robertl/eb130.C: hash_set is now
8872 in namespace __gnu_cxx
8873
d73b1f07
RH
88742001-12-30 Richard Henderson <rth@redhat.com>
8875
8876 * gcc.dg/debug-6.c: New.
8877
6ee3c8e4
JJ
88782001-12-30 Jakub Jelinek <jakub@redhat.com>
8879
8880 * gcc.c-torture/compile/20011229-2.c: New test.
8881
54561457
JJ
88822001-12-29 Jakub Jelinek <jakub@redhat.com>
8883
8884 * gcc.dg/debug-3.c: New test.
8885 * gcc.dg/debug-4.c: New test.
8886 * gcc.dg/debug-5.c: New test.
8887
c8af9937
RH
88882001-12-29 Richard Henderson <rth@redhat.com>
8889
8890 * g++.dg/eh/loop1.C: New.
8891
f3368a90
NS
88922001-12-29 Nathan Sidwell <nathan@codesourcery.com>
8893
8894 * g++.dg/template/crash1.C: New test.
8895
03c9c274
NS
88962001-12-29 Nathan Sidwell <nathan@codesourcery.com>
8897
8898 * g++.dg/other/const1.C: New test.
8899
7f3ad6b6
HPN
89002001-12-29 Hans-Peter Nilsson <hp@bitrange.com>
8901
8902 * gcc.c-torture/compile/20011229-1.c: New test.
8903
47ffd48a
SS
89042001-12-28 Stan Shebs <shebs@apple.com>
8905
8906 * lib/objc-torture.exp: Resync with c-torture.exp.
8907 * lib/objc.exp: Load standard libraries.
8908
ad47f1e5
JJ
89092001-12-28 Jakub Jelinek <jakub@redhat.com>
8910
002b4ef1 8911 * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
ad47f1e5
JJ
8912 additional tests.
8913
fe85f179
RS
89142001-12-27 Roger Sayle <roger@eyesopen.com>
8915
8916 * gcc.c-torture/execute/string-opt-16.c: New testcase.
8917
df8992f8
RH
89182001-12-27 Richard Henderson <rth@redhat.com>
8919
8920 * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
8921
7d8e8369
NS
89222001-12-26 Nathan Sidwell <nathan@codesourcery.com>
8923
8924 * g++.dg/eh/ctor1.C: New test.
8925 * g++.dg/other/error2.C: New test.
8926
a56ca899
NS
89272001-12-24 Nathan Sidwell <nathan@codesourcery.com>
8928
8929 * g++.dg/other/init2.C: New test.
8930
b79d5213
RH
89312001-12-24 Richard Henderson <rth@redhat.com>
8932
8933 * gcc.dg/20011223-1.c: New.
8934 * gcc.dg/inline-1.c: New.
8935
7abcb63a
RH
89362001-12-23 Richard Henderson <rth@redhat.com>
8937
8938 * gcc.dg/asm-4.c: Test operand modifiers.
8939
8aad1777
RH
89402001-12-23 Richard Henderson <rth@redhat.com>
8941
8942 * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
8943
6eb53511
JM
89442001-12-23 Joseph S. Myers <jsm28@cam.ac.uk>
8945
8946 * gcc.c-torture/execute/20011223-1.c: New test.
8947
0ba28a6d
RH
89482001-12-21 Richard Henderson <rth@redhat.com>
8949
8950 * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
8951 re-enables the warning.
8952
3c0a049e
RH
89532001-12-21 Richard Henderson <rth@redhat.com>
8954
8955 * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
8956
87b7873d
JJ
89572001-12-20 Jakub Jelinek <jakub@redhat.com>
8958
8959 * gcc.c-torture/compile/20011218-1.c: New test.
8960
ff7230ac
NC
89612001-12-20 Nick Clifton <nickc@cambridge.redhat.com>
8962
8963 * gcc.misc-test/arm-isr.exp: New file. Control running of the
d5714a5d
ZW
8964 arm-isr.c test.
8965 * gcc.misc-tests/arm-isr.c: New file. Test prologue and
8966 epilogue generation for ARM ISR routines.
ff7230ac 8967
b4c984fb
KG
89682001-12-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8969
8970 * gcc.dg/format/builtin-1.c: Test unlocked stdio.
8971 * gcc.dg/format/c90-printf-3.c: Likewise.
8972 * gcc.dg/format/c99-printf-3.c: Likewise.
8973 * gcc.dg/format/ext-1.c: Likewise.
8974 * gcc.dg/format/ext-6.c: Likewise.
8975 * gcc.dg/format/format.h: Prototype unlocked stdio.
8976
cf785988
RH
89772001-12-20 Richard Henderson <rth@redhat.com>
8978
8979 * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
8980 (arena): Use it.
8981 (malloc): Correct allocation logic. Abort if we fill up the
8982 arena before initialization complete.
8983 (realloc): Correct allocation logic.
8984
2a3b43b6
JJ
89852001-12-20 Jakub Jelinek <jakub@redhat.com>
8986
a9dc868f
JJ
8987 * gcc.c-torture/compile/20011219-2.c: New test.
8988
2a3b43b6
JJ
8989 * gcc.c-torture/execute/20011219-1.c: New test.
8990
871c5f6b
DB
89912001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>
8992
8993 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if
8994 target does not support weak symbols.
8995
30fa7e33
JJ
89962001-12-19 Jakub Jelinek <jakub@redhat.com>
8997
8998 * gcc.c-torture/compile/20011219-1.c: New test.
8999
2e4cf9dc
NS
90002001-12-19 Nathan Sidwell <nathan@codesourcery.com>
9001
9002 * g++.dg/other/error1.C: New test.
9003
b8c25665 90042001-12-17 Jeffrey A Law (law@redhat.com)
2d628c25
JL
9005
9006 * gcc.c-torture/execute/20011217-1.c: New test.
9007
b8c25665 90082001-12-17 Nicola Pero <nicola@brainstorm.co.uk>
18c8746d
NP
9009
9010 * objc.dg/special/: New directory.
9011 * objc.dg/special/special.exp: New file.
9012 * objc.dg/special/unclaimed-category-1.h: New file.
9013 * objc.dg/special/unclaimed-category-1a.m: New file.
9014 * objc.dg/special/unclaimed-category-1.m: New file.
9015
232fd111
AJ
90162001-12-17 Andreas Jaeger <aj@suse.de>
9017
9018 * gcc.c-torture/compile/20011217-2.c: New test.
9019
8d37a5c0
JM
90202001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9021
9022 * gcc.c-torture/compile/20011217-1.c: New test.
9023
cdf89524
AH
90242001-12-14 Aldy Hernandez <aldyh@redhat.com>
9025
9026 * testsuite/gcc.dg/20011214-1.c: New.
9027
c178fe89
AH
90282001-12-13 Aldy Hernandez <aldyh@redhat.com>
9029
9030 * gcc.dg/altivec-4.c: New.
9031
05c8e58b
HPN
90322001-12-13 Hans-Peter Nilsson <hp@axis.com>
9033
9034 * gcc.dg/20011113-1.c: New test.
9035
72dd53af
JDA
90362001-12-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
9037
9038 * g++.old-deja/g++.jason/template31.C: Remove templates for classes
cf785988 9039 std::__malloc_alloc_template<0> and
72dd53af
JDA
9040 std::__default_alloc_template<false, 0>.
9041
b8c25665 90422001-12-13 Nicola Pero <n.pero@mi.flashnet.it>
c03bc36d
NP
9043
9044 * objc/execute/bf-21.m: New test.
9045 * objc/execute/enumeration-1.m: New test.
9046 * objc/execute/enumeration-2.m: New test.
232fd111 9047
59c83dbf
JJ
90482001-12-12 Jakub Jelinek <jakub@redhat.com>
9049
9050 * gcc.dg/gnu89-init-1.c: New test.
9051
ad1a6d45
NS
90522001-12-12 Nathan Sidwell <nathan@codesourcery.com>
9053
9054 * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
9055 * g++.old-deja/g++.jason/2371.C: Likewise.
9056 * g++.old-deja/g++.jason/template33.C: Likewise.
9057 * g++.old-deja/g++.jason/template34.C: Likewise.
9058 * g++.old-deja/g++.jason/template36.C: Likewise.
9059 * g++.old-deja/g++.oliva/typename1.C: Likewise.
9060 * g++.old-deja/g++.oliva/typename2.C: Likewise.
9061 * g++.old-deja/g++.other/typename1.C: Likewise.
9062 * g++.old-deja/g++.pt/inherit2.C: Likewise.
9063 * g++.old-deja/g++.pt/nontype5.C: Likewise.
9064 * g++.old-deja/g++.pt/typename11.C: Likewise.
9065 * g++.old-deja/g++.pt/typename14.C: Likewise.
9066 * g++.old-deja/g++.pt/typename16.C: Likewise.
9067 * g++.old-deja/g++.pt/typename3.C: Likewise.
9068 * g++.old-deja/g++.pt/typename4.C: Likewise.
9069 * g++.old-deja/g++.pt/typename5.C: Likewise.
9070 * g++.old-deja/g++.pt/typename7.C: Likewise.
9071 * g++.old-deja/g++.robertl/eb9.C: Likewise.
9072
270d8c65
NS
90732001-12-11 Nathan Sidwell <nathan@codesourcery.com>
9074
9075 * g++.dg/other/linkage1.C: New test.
9076 * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
9077 specifiers.
9078
9aa8a1df
NB
90792001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
9080
9081 * gcc.dg/concat.c: New test.
9082
4c594031
SS
90832001-12-11 Stan Shebs <shebs@apple.com>
9084
9085 * objc/compile: New test directory.
9086 * objc/compile/compile.exp: New expect script.
9087 * objc/compile/20011211-1.m: New compile test.
9088
19cfdd34
JM
90892001-12-11 Jason Merrill <jason@redhat.com>
9090
9091 * lib/prune.exp (prune_gcc_output): Also handle "In member
9092 function". So many permutations...
9093
9aaceb4b
NS
90942001-12-10 Nathan Sidwell <nathan@codesourcery.com>
9095
9096 * g++.dg/template/typedef1.C: New test.
9097
271e6f02
NS
90982001-12-09 Nathan Sidwell <nathan@codesourcery.com>
9099
9100 * g++.dg/other/copy1.C: New test.
9101
1ec9bf8a
AH
91022001-10-08 Aldy Hernandez <aldyh@redhat.com>
9103
cf785988 9104 * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
1ec9bf8a 9105
cf785988 9106 * gcc.dg/builtin-choose-expr.c: New.
1ec9bf8a
AH
9107
91082001-12-07 Aldy Hernandez <aldyh@redhat.com>
9109
cf785988 9110 * gcc.dg/altivec-2.c: New.
1ec9bf8a 9111
e9d7407e
RH
91122001-12-07 Richard Henderson <rth@redhat.com>
9113
9114 * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
9115
ecd70094
SC
91162001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
9117
9118 * gcc.dg/sparc-ret.c: New file, test return corruption bug for
9119 ultrasparc.
9120
b8c25665 91212001-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
f393dd70
RK
9122
9123 * g++-old.deja/g++.robertl/eb101.C: Deleted.
9124
a2b1e914
JJ
91252001-12-06 Janis Johnson <janis187@us.ibm.com>
9126
9127 * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
9128 variable argument list.
9129
b4fcd7d2
ZW
91302001-12-06 Zack Weinberg <zack@codesourcery.com>
9131
9132 * gcc.c-torture/execute/memcheck: Delete entire directory.
9133 (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
9134 t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
9135
26f943fd
NB
91362001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
9137
9138 * gcc.dg/Wshadow-1.c: New test.
9139
f79349c7
JJ
91402001-12-05 Jakub Jelinek <jakub@redhat.com>
9141
9142 * gcc.c-torture/compile/20011130-1.c: New test.
9143
822baa84
JJ
9144 * gcc.dg/noncompile/20011025-1.c: New test.
9145
7254c5fa
JJ
9146 * g++.dg/other/anon-union.C: New test.
9147
1218665b
JJ
9148 * gcc.c-torture/execute/20011024-1.c: New test.
9149
db3acfa5
JM
91502001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
9151
9152 * gcc.c-torture/execute/20000722-1.x,
9153 gcc.c-torture/execute/20010123-1.x: Remove.
9154 * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
9155 * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
9156 gcc.dg/c99-complit-2.c: New tests.
9157
713ccd0c
NS
91582001-12-04 Nathan Sidwell <nathan@codesourcery.com>
9159
9160 * g++.dg/inherit/base1.C: New test.
9161
108b7d3d
JJ
91622001-12-04 Jakub Jelinek <jakub@redhat.com>
9163
9164 * g++.dg/other/stdarg1.C: New test.
9165
b318748f
JJ
9166 * gcc.c-torture/compile/20011130-2.c: New test.
9167
86890024
JJ
91682001-12-03 Janis Johnson <janis187@us.ibm.com>
9169
9170 * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
9171 * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
9172 * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
9173 * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
9174 * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
9175 * gcc.dg/builtin-prefetch-1.c: New test.
9176
63658a9a
JJ
91772001-12-03 Jakub Jelinek <jakub@redhat.com>
9178
9179 * gcc.dg/20011130-1.c: New test.
9180
f1880e13
NS
91812001-12-03 Nathan Sidwell <nathan@codesourcery.com>
9182
9183 * g++.dg/other/scope1.C: New test.
9184 * g++.dg/template/explicit-instantiation.C: Remove XFAIL
9185
39bc99c2
JM
91862001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
9187
9188 * gcc.dg/vla-init-1.c: New test.
9189
41543739
GK
91902001-12-01 Geoff Keating <geoffk@redhat.com>
9191
9192 * gcc.c-torture/compile/structs.c: New testcase from GDB.
9193
1f978f5f
NB
91942001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
9195
9196 * objc.dg/alias.m: Update.
9197 * objc.dg/class-1.m: Update.
9198 * objc.dg/const-str-1.m: Update.
9199 * objc.dg/fwd-proto-1.m: Update.
9200 * objc.dg/id-1.m: Update.
9201 * objc.dg/super-class-1.m: Update.
9202
816a3974
MM
92032001-11-29 Mark Mitchell <mark@codesourcery.com>
9204
9205 * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
9206 constructs.
9207
b8c25665 92082001-11-28 Jeffrey A Law (law@cygnus.com)
d4d73d4c
JL
9209
9210 * gcc.c-torture/execute/20011128-1.c: New test.
9211
fd2aba00
HPN
92122001-11-28 Hans-Peter Nilsson <hp@axis.com>
9213
9214 * gcc.dg/20011127-1.c: New test.
9215
7e5fb12f
JM
92162001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
9217
9218 * gcc.dg/format/strfmon-1.c: Update comments. Adjust examples
9219 from Austin Group draft 7.
9220 * gcc.dg/format/xopen-1.c: Update comments. Add tests for gaps in
9221 scanf format arguments.
9222 * gcc.dg/format/no-exargs-2.c: New test.
9223
338d90b8
NS
92242001-11-25 Nathan Sidwell <nathan@codesourcery.com>
9225
9226 * g++.dg/abi/vbase8-4.C: New test.
9227
cbfd0e9e
ILT
92282001-11-24 Ian Lance Taylor <ian@airs.com>
9229
9230 * gcc.c-torture/execute/20011121-1.c: New test.
9231
b8c25665 92322001-11-23 Jeffrey A Law (law@cygnus.com)
05ce35e6
JL
9233
9234 * gcc.c-torture/execute/ieee/20011123-1.c: New test.
9235
e1e7d56b
AJ
92362001-11-23 Andreas Jaeger <aj@suse.de>
9237
9238 * gcc.dg/cpp/charconst-2.c: New test.
9239
8d49efb0
GK
92402001-11-22 Geoffrey Keating <geoffk@redhat.com>
9241
9242 * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
9243 to the host if it is remote. Let tests specify extra headers
9244 they use.
9245 * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
9246 * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
9247 * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
9248 * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
9249 * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
9250 * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
9251 * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
9252 * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
9253 * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
9254 * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
9255
577a67b0
NC
92562001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
9257
9258 * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
9259 for little endian ARMs.
9260
83dea45d
JJ
92612001-11-20 Jakub Jelinek <jakub@redhat.com>
9262
9263 * gcc.c-torture/compile/20011119-1.c: New test.
9264 * gcc.c-torture/compile/20011119-2.c: New test.
9265
da6ccf83
AH
92662001-11-17 Aldy Hernandez <aldyh@redhat.com>
9267
cf785988 9268 * gcc.dg/altivec-1.c: Fix typo.
da6ccf83 9269
ca349304
JM
92702001-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
9271
9272 * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
9273
8f7a5cdc
NC
92742001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9275
9276 * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
9277
d88c9275
GK
92782001-11-19 Geoffrey Keating <geoffk@redhat.com>
9279
34806eda
GK
9280 * lib/g77.exp: Don't specify --rpath-link.
9281
d88c9275
GK
9282 * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
9283 across all the headers.
9284 * gcc.dg/format/format.exp: For testing on a remote host,
9285 copy format.h.
9286
9287 * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
9288 * gcc.c-torture/execute/930406-1.c: Likewise.
9289 * gcc.c-torture/execute/comp-goto-1.c: Likewise.
9290
b73f6494
AH
92912001-11-19 Aldy Hernandez <aldyh@redhat.com>
9292
cf785988 9293 * gcc.dg/altivec-1.c: New.
b73f6494 9294
3293c3e3
NB
92952001-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
9296
9297 * gcc.dg/cpp/fpreprocessed.c: New test case.
9298
aa99bd09
JM
92992001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
9300
9301 * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
9302 gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
9303 * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
9304
7d14c755
JM
93052001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
9306
9307 * gcc.dg/no-builtin-1.c: New test.
9308
25e7f439
JJ
93092001-11-16 Jakub Jelinek <jakub@redhat.com>
9310
9311 * gcc.c-torture/execute/20011115-1.c: New test.
9312
2b7d71b2
JJ
93132001-11-15 Jakub Jelinek <jakub@redhat.com>
9314
8f5a5db8 9315 * gcc.c-torture/compile/20011114-2.c: New test.
feb265ab 9316 * gcc.c-torture/compile/20011114-3.c: New test.
2b7d71b2
JJ
9317 * gcc.c-torture/compile/20011114-4.c: New test.
9318
36a68fe7
NS
93192001-11-15 Nathan Sidwell <nathan@codesourcery.com>
9320
9321 * g++.dg/other/init1.C: New test.
9322
6345b681
GK
93232001-11-14 Geoffrey Keating <geoffk@redhat.com>
9324
7042d510
GK
9325 * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
9326 message.
9327
9328 * gcc.c-torture/execute/20011114-1.c: New testcase.
9329
6345b681
GK
9330 * gcc.c-torture/compile/20010327-1.c: Revert last change.
9331 * gcc.c-torture/compile/20011114-1.c: New test, exactly
9332 like the (before this change) version of 20010327-1.c.
9333
c1a7b241
RS
93342001-11-14 Roger Sayle <roger@eyesopen.com>
9335
9336 * gcc.c-torture/execute/string-opt-13.c: New testcase.
9337
373bd0fa
RS
93382001-11-14 Richard Sandiford <rsandifo@redhat.com>
9339
9340 * g++.dg/init/array2.C: New test.
9341
574f95c4
AO
93422001-11-14 Alexandre Oliva <aoliva@redhat.com>
9343
9344 * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
9345
b02922a4
NS
93462001-11-13 Nathan Sidwell <nathan@codesourcery.com>
9347
9348 * g++.dg/other/forscope1.C: New test.
9349 * g++.dg/ext/forscope1.C: New test.
9350 * g++.dg/ext/forscope2.C: New test.
9351
630036c6
JJ
93522001-11-13 Jakub Jelinek <jakub@redhat.com>
9353
9354 * gcc.c-torture/execute/20011113-1.c: New test.
9355
4192f0d2
GK
93562001-11-09 Geoffrey Keating <geoffk@redhat.com>
9357
ff6051b7
GK
9358 * gcc.c-torture/execute/20011109-2.c: New test.
9359
4192f0d2
GK
9360 * gcc.c-torture/execute/20011109-1.c: New test.
9361
a3d87e92
JJ
93622001-11-09 Jakub Jelinek <jakub@redhat.com>
9363
9364 * gcc.c-torture/compile/20011109-1.c: New test.
9365
c6243b4c
GK
93662001-11-08 Geoffrey Keating <geoffk@redhat.com>
9367
9368 * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
9369 * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
9370 * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
9371 * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
9372 * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
9373 * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
9374 * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
9375
8ac9ea61
NB
93762001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
9377
9378 * g++.dg/warn/Wshadow-1.C: New tests.
9379 * g++.old-deja/g++.mike/for3.C: Update.
9380
207bf485
JM
93812001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
9382
9383 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
9384 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
9385 XFAILs. Adjust expected error texts.
9386 * gcc.c-torture/compile/20011106-1.c,
9387 gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
9388 gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
9389 gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
9390 gcc.dg/c99-array-lval-5.c: New tests.
9391
63d75005
NB
93922001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
9393
9394 * gcc.dg/cpp/defined.c: Update.
9395
e9b2c823
NB
93962001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
9397
9398 * gcc.c-torture/execute/anon-1.c: New test.
9399
2e80c17d
GK
94002001-11-03 Geoffrey Keating <geoffk@redhat.com>
9401
9402 * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
9403 same size, so no warning should be produced on stormy16.
9404
9405 * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
9406 due to oversized array.
9407 * g++.old-deja/g++.mike/ns15.C: Likewise.
9408 * g++.old-deja/g++.pt/crash16.C: Likewise.
9409
ae31824c
GS
94102001-11-02 Graham Stott <grahams@redhat.com>
9411
9412 * g++.dgother/debug1.C: Fix typos.
9413
19989812
JJ
94142001-11-01 Jakub Jelinek <jakub@redhat.com>
9415
9416 * g++.dg/other/debug1.C: New test.
9417
9199347f
SC
94182001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9419
9420 * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
cf785988 9421 of unsigned long.
9199347f 9422
3d238248
JJ
94232001-10-30 Jakub Jelinek <jakub@redhat.com>
9424
9425 * gcc.dg/20011029-2.c: New test.
9426
cfaef116
JJ
9427 * gcc.c-torture/compile/20011029-1.c: New test.
9428
b8c25665 94292001-10-29 Nicola Pero <n.pero@mi.flashnet.it>
3df95b7b
NP
9430
9431 * objc/execute/class_self-1.m: New test.
9432 * objc/execute/class_self-2.m: New test.
9433
5037fa81
ZW
94342001-10-25 Zack Weinberg <zack@codesourcery.com>
9435
9436 * gcc.misc-tests/msgs.exp: Delete.
9437 * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
9438 * gcc.misc-tests/m-un-2.c: Move to gcc.dg. Update expected
9439 error set to match recent changes.
9440
b621a4dd
ZW
94412001-10-24 Zack Weinberg <zack@codesourcery.com>
9442
9443 * gcc.dg/20011021-1.c: New test.
9444
c0a4369a
JJ
94452001-10-24 Jakub Jelinek <jakub@redhat.com>
9446
9447 * gcc.c-torture/compile/20011023-1.c: New test.
9448
91dc81f9
GK
94492001-10-23 Geoffrey Keating <geoffk@redhat.com>
9450
9451 * lib/g77.exp: Rewrite based on lib/g++.exp.
9452
4768dbdd
JJ
94532001-10-19 Jakub Jelinek <jakub@redhat.com>
9454
9455 * gcc.c-torture/execute/20011019-1.c: New test.
9456
368a1647
JJ
9457 * gcc.dg/20011018-1.c: New test.
9458
48d4b9f0
NY
94592001-10-19 NIIBE Yutaka <gniibe@m17n.org>
9460
9461 * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
9462
c8202d4c
AO
94632001-10-18 Alexandre Oliva <aoliva@redhat.com>
9464
9465 * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
9466 * gcc.dg/attr-invalid.c: Likewise.
9467
bf911a9a
JJ
94682001-10-18 Jakub Jelinek <jakub@redhat.com>
9469
9470 * testsuite/gcc.dg/20011015-1.c: New test.
9471
756b2d5e
RS
94722001-10-14 Richard Sandiford <rsandifo@redhat.com>
9473
9474 * g++.dg/template/unify2.C: New test.
9475
2d1245b8
RS
94762001-10-14 Richard Sandiford <rsandifo@redhat.com>
9477
9478 * g++.dg/other/exception-specification.C: New test
9479
e2ccde7b
TR
94802001-10-13 Tom Rix <trix@redhat.com>
9481
9482 * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
9483 * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
9484
8554d9a4
JJ
94852001-10-12 Jakub Jelinek <jakub@redhat.com>
9486
9487 * testsuite/gcc.dg/20011009-1.c: New test.
9488
e60505a5
NS
94892001-10-12 Nathan Sidwell <nathan@codesourcery.com>
9490
9491 PR g++/4476
9492 * g++.dg/other/friend1.C: New test.
9493
4a8d0c9c
RH
94942001-10-11 Richard Henderson <rth@redhat.com>
9495
9496 * g++.old-deja/g++.other/crash18.C: Add -S to options.
9497
6cb3ae1e
FS
94982001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9499
9500 * gcc.c-torture/compile/20011010-1.c: New.
9501
9f2f9eb6
JM
95022001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
9503
9504 * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
9505 g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
9506 g77.f-torture/execute/execute.exp,
9507 g77.f-torture/noncompile/noncompile.exp,
9508 gcc.c-torture/compile/compile.exp,
9509 gcc.c-torture/execute/execute.exp,
9510 gcc.c-torture/execute/ieee/ieee.exp,
9511 gcc.c-torture/execute/memcheck/memcheck.exp,
9512 gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
9513 objc/execute/execute.exp: Update FSF address.
9514
24b9d43a
NB
95152001-10-09 Neil Booth <neil@daikokuya.demon.co.uk>
9516
9517 * gcc.dg/cpp/cmdlne-C.c: Update.
9518 * gcc.dg/cpp/cmdlne-C2.c: New.
9519
63dd08e6
FS
95202001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9521
9522 * gcc.c-torture/execute/20011008-3.c: New.
9523
1dde5a4e
DD
95242001-10-08 DJ Delorie <dj@redhat.com>
9525
9526 * gcc.dg/20011008-1.c: New.
9527 * gcc.dg/20011008-2.c: New.
9528
d6da836d
NB
95292001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
9530
9531 * gcc.dg/cpp/spacing1.c: Update test.
9532
cc712abf
JM
95332001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
9534
9535 * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
9536 spelling errors of "separate" as "seperate".
9537
8d5463d4
AO
95382001-10-05 Alexandre Oliva <aoliva@redhat.com>
9539
9540 * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
9541 enough to avoid inlining.
9542
d9c28ce3
PS
95432001-10-04 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
9544
9545 * lib/g77.exp: set libg2c_dir correctly.
9546
a2566f60
NB
95472001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
9548
9549 * gcc.dg/cpp/macro11.c: New test.
9550
80a497e4
JM
95512001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9552
9553 * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
9554 gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
9555 gcc.dg/format/multattr-3.c: New tests.
9556 * gcc.dg/format/attr-3.c: Update expected error texts. Remove
9557 tests for format attributes on function pointers being rejected.
9558
6431177a
JM
95592001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9560
9561 * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
9562
ed0ea560
JM
95632001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9564
9565 * g++.dg/warn/format1.C: New test.
9566
bab3db73
NB
95672001-10-01 Neil Booth <neil@daikokuya.demon.co.uk>
9568
9569 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
9570
ab17715d
NB
95712001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
9572
9573 * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
9574
8c3b2693
NB
95752001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
9576
9577 * gcc.dg/cpp/redef2.c: Add test.
9578
bed2ebd0
GK
95792001-09-27 Geoffrey Keating <geoffk@redhat.com>
9580
9581 * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
e1e7d56b 9582 long-standing bug on i686, apparently.
bed2ebd0
GK
9583 * gcc.c-torture/execute/loop-2c.x: New file.
9584 * gcc.c-torture/execute/loop-2d.x: New file.
9585 * gcc.c-torture/execute/loop-3c.x: New file.
9586
b56cfd51
NB
95872001-09-25 Neil Booth <neil@daikokuya.demon.co.uk>
9588
9589 * gcc.dg/cpp/20000625-2.c: Correct line number.
9590
4ed5bcfb
NB
95912001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
9592
9593 * gcc.dg/cpp/macro10.c: New test.
9594 * gcc.dg/cpp/strify3.c: New test.
9595 * gcc.dg/cpp/spacing1.c: Add tests.
9596 * gcc.dg/cpp/19990703-1.c: Remove bogus test.
9597 * gcc.dg/cpp/20000625-2.c: Fudge to pass.
9598
1b47b7ae
DD
95992001-09-24 DJ Delorie <dj@redhat.com>
9600
9601 * gcc.c-torture/execute/20010924-1.c: New test.
e1e7d56b 9602
dea2f2db
NB
96032001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
9604
9605 * testsuite/objc/execute/paste.m: Remove.
9606
040cc071
JM
96072001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
9608
9609 * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
9610
ab6e6969
GH
96112001-09-22 George Helffrich <george@geo.titech.ac.jp>
9612
9613 * g77.dg/strlen0.f: New test.
9614
67231816
RH
96152001-09-21 Richard Henderson <rth@redhat.com>
9616
9617 * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
9618 * g++.old-deja/g++.abi/vtable2.C: Likewise.
9619
91d231cb
JM
96202001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
9621
9622 Table-driven attributes.
9623 * g++.dg/ext/attrib1.C: New test.
9624
e7b6a0ee
DD
96252001-09-20 DJ Delorie <dj@redhat.com>
9626
9627 * gcc.dg/20000926-1.c: Update expected warning messages.
9628 * gcc.dg/array-2.c: Likewise, and test for warnings too.
9629 * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
9630 array.
9631
4241b637
RS
96322001-09-18 Richard Sandiford <rsandifo@redhat.com>
9633
9634 * g++.dg/eh/registers1.C: New test case.
9635
17920efb
RH
96362001-09-17 Richard Henderson <rth@redhat.com>
9637
9638 * gcc.dg/array-5.c: Fix VLA decomposition test.
9639
18a9d8ff
NB
96402001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
9641
9642 * gcc.dg/cpp/line5.c: New testcase.
9643
3617ff1e
NB
96442001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
9645
9646 * gcc.dg/cpp/macro9.c: New test.
9647
0ea009fc
AH
96482001-09-15 Aldy Hernandez <aldyh@redhat.com>
9649
cf785988 9650 * gcc.c-torture/execute/980223.c: Change type of addr from long
0ea009fc
AH
9651 to char *.
9652
846f0467
HPN
96532001-09-15 Hans-Peter Nilsson <hp@axis.com>
9654
9655 * gcc.c-torture/execute/20010915-1.c: New test.
9656
1f8d138f
JJ
96572001-09-14 Janis Johnson <janis187@us.ibm.com>
9658
9659 * g77.dg/bprob: New directory.
9660 * g77.dg/bprob/bprob.exp: New file.
9661 * g77.dg/bprob/bprob-1.f: New test.
9662 * g77.dg/gcov: New directory.
9663 * g77.dg/gcov/gcov.exp: New file.
9664 * g77.dg/gcov/gcov-1.f: New test.
9665 * g77.dg/gcov/gcov-1.x: New file.
9666
bdcbe496
NB
96672001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
9668
9669 * gcc.dg/cpp/directiv.c: Update.
9670 * gcc.dg/cpp/undef1.c: Update.
9671
c1d4e7e1
JJ
96722001-09-12 Jakub Jelinek <jakub@redhat.com>
9673
9674 * gcc.dg/20010912-1.c: New test.
9675
cd1f97c6
JJ
96762001-09-11 Janis Johnson <janis187@us.ibm.com>
9677
9678 * gcc.misc-tests/gcov.exp: Move almost everything to a new,
9679 language-independent file in lib.
9680 * lib/gcov.exp: New file.
9681
1d30139d
JM
96822001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
9683
9684 * gcc.c-torture/compile/20010911-1.c: New test.
9685
1aa084e6
JJ
96862001-09-10 Janis Johnson <janis187@us.ibm.com>
9687
9688 * lib/profopt.exp: New, to support profile-directed optimizations.
9689 * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
9690 * gcc.misc-tests/bprob-1.c: New test.
9691 * gcc.misc-tests/bprob-2.c: New test.
9692
ebe0d266 96932001-09-07 Janis Johnson <janis187@us.ibm.com>
1aa084e6 9694
ebe0d266
JJ
9695 * gcc.misc-tests/gcov.exp: Add support for a .x file to control
9696 XFAIL and which kinds of gcov output to verify.
9697 * gcc.misc-tests/gcov-4b.x: New file.
9698 * gcc.misc-tests/gcov-5b.x: New file.
9699 * gcc.misc-tests/gcov-6.x: New file.
9700 * gcc.misc-tests/gcov-7.c: New test.
9701 * gcc.misc-tests/gcov-7.x: New file.
9702
a3070574
JJ
97032001-09-06 Janis Johnson <janis187@us.ibm.com>
9704
9705 * gcc.misc-tests/gcov.exp: Add support for call return percentages.
9706 * gcc.misc-tests/gcov-6.c: New test.
9707
39e78d8b
NS
97082001-09-06 Nathan Sidwell <nathan@codesourcery.com>
9709
9710 PR c++/3986
9711 * g++.dg/abi/vbase1.C: New test.
9712
89fc3605
ZL
97132001-09-05 Ziemowit Laski <zlaski@apple.com>
9714
9715 * objc.dg/method-2.m: New.
e1e7d56b 9716
da86f08f
NS
97172001-09-04 Nathan Sidwell <nathan@codesourcery.com>
9718
9719 PR c++/4203
9720 * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
9721 * g++.dg/init/empty1.C: New test.
9722
7743fdb9
JJ
97232001-09-03 Jakub Jelinek <jakub@redhat.com>
9724
9725 * gcc.c-torture/compile/20010903-1.c: New test.
9726
89503616
RZ
97272001-08-31 Roman Zippel <zippel@linux-m68k.org>
9728
9729 * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
9730 for m68k.
9731
7566ca49
GK
97322001-08-31 Geoffrey Keating <geoffk@redhat.com>
9733
9734 * g++.dg/abi/empty4.C: Allow for 16-bit ints.
9735
9736 * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
9737
9738 * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
9739
2d107c59
GK
97402001-08-30 Geoffrey Keating <geoffk@redhat.com>
9741
9742 * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
9743 for 16-bit 'unsigned int'.
9744
af592bf9
KH
97452001-08-29 Kazu Hirata <kazu@hxi.com>
9746
9747 * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
9748
fa4e13e0
RH
97492001-08-27 Richard Henderson <rth@redhat.com>
9750
9751 * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
9752 * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
9753
90d925d3
AH
97542001-08-25 Aldy Hernandez <aldyh@redhat.com>
9755
cf785988 9756 * gcc.dg/asm-names.c (ymain): New.
90d925d3 9757
033c017c
GK
97582001-08-22 Geoffrey Keating <geoffk@redhat.com>
9759
9760 * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
9761 * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
9762 * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
9763
ada11335
KG
97642001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9765
9766 * gcc.dg/compare5.c: New testcase.
9767
0585896c
JM
97682001-08-23 Jason Merrill <jason_merrill@redhat.com>
9769
9770 * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
9771 and "In instantiation".
9772
c0e4f189
AH
97732001-08-21 Aldy Hernandez <aldyh@redhat.com>
9774
cf785988 9775 * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
c0e4f189 9776
ea319998
JJ
97772001-08-20 Janis Johnson <janis187@us.ibm.com>
9778
9779 * gcc.misc-tests/gcov.exp: Add support for branch information.
9780 * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
9781 * gcc.misc-tests/gcov-4.c: New test.
9782 * gcc.misc-tests/gcov-4b.c: New test.
9783 * gcc.misc-tests/gcov-5b.c: New test.
9784
9b95b063
ZW
97852001-08-20 Zack Weinberg <zackw@panix.com>
9786
9787 * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
9788 expected to fail.
9789
915a17f6
JDA
97902001-08-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
9791
9792 * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
9793
baeb4732
JJ
97942001-08-19 Jakub Jelinek <jakub@redhat.com>
9795
9796 * g++.dg/eh/template1.C: New test.
9797
3c0a5af2
DB
97982001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>
9799
9800 * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
9801 Fix thinko.
9802 * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
9803 for xfail.
9804
98052001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>
c3849183
DB
9806
9807 * lib/g77-dg.exp: Use prune.exp for common procedures
e1e7d56b
AJ
9808 (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
9809 * lib/g77.exp: (g77-dg-prune) Remove
c3849183 9810
3d146acb
JM
98112001-08-13 Jason Merrill <jason_merrill@redhat.com>
9812
9813 * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
9814
4d5f3fbd
KL
98152001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9816
9817 * g++.dg/template/unify1.C: New test.
9818
0830ae44
NS
98192001-08-07 Nathan Sidwell <nathan@codesourcery.com>
9820
9821 * g++.dg/abi/empty4.C: New test.
9822
6b6f7231
DB
98232001-08-06 David Billinghurst <David.Billinghurst@riotinto.com>
9824
9825 * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
9826 solaris2.*
9827 * g77.f-torture/compile/pr3743.x: Likewise
9828
eac69b8a
GDR
98292001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
9830
9831 * g++.dg/other/using-declaration.C: New test.
9832
6604e6f3
NB
98332001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
9834
9835 * gcc.dg/cpp/tr-sign.c: New testcase.
9836
67821e3a
NB
98372001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
9838
9839 * gcc.dg/cpp/19951025-1.c: Revert.
9840 * gcc.dg/cpp/directiv.c: We no longer process directives that
9841 interrupt macro arguments.
9842
13104975
ZW
98432001-08-03 Zack Weinberg <zackw@stanford.edu>
9844
9845 * gcc.dg/bconstp-1.c: New test.
9846
949f197f
RH
98472001-08-03 Richard Henderson <rth@redhat.com>
9848
9849 * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
9850
d82fc108
NB
98512001-08-02 Neil Booth <neil@daikokuya.demon.co.uk>
9852
9853 * gcc.dg/cpp/19951025-1.c: Update.
9854
d4d3e882
JO
98552001-08-02 Jeffrey Oldham <oldham@codesourcery.com>
9856
9857 * g77.dg/ff90-1.f (s): Fix reference of variable z,
9858 should be x.
9859
1dbb6023
NS
98602001-08-02 Nathan Sidwell <nathan@codesourcery.com>
9861
9862 Kill -fhonor-std.
9863 * g++.old-deja/g++.ns/ns14.C: Remove special options.
9864 * g++.old-deja/g++.other/std1.C: Likewise.
9865 * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
9866
41ae4ee6
DB
98672001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
9868
9869 * lib/g77.exp: Load gcc-defs.exp for common procedures
9870 (g77_pass, g77_fail, g77_finish, g77_exit,
9871 ${tool}_check_unsupported_p} Now redundant. Deleted.
9872
98732001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
9874
9875 * g77.dg/fbackslash.f
9876 * g77.dg/fcase-preserve.f
9877 * g77.dg/ff90-1.f
9878 * g77.dg/ffixed-line-length-0.f
9879 * g77.dg/ffixed-line-length-132.f
9880 * g77.dg/ffixed-line-length-7.f
9881 * g77.dg/ffixed-line-length-72.f
9882 * g77.dg/ffixed-line-length-none.f
cf785988 9883 * g77.dg/ffree-form-1.f
41ae4ee6
DB
9884 * g77.dg/fno-backslash.f
9885 * g77.dg/fno-f90-1.f
9886 * g77.dg/fno-fixed-form-1.f
9887 * g77.dg/fno-onetrip.f
9888 * g77.dg/fno-typeless-boz.f
9889 * g77.dg/fno-underscoring.f
9890 * g77.dg/fno-vxt-1.f
9891 * g77.dg/fonetrip.f
9892 * g77.dg/ftypeless-boz.f
9893 * g77.dg/fugly-assumed.f
9894 * g77.dg/funderscoring.f
9895 * g77.dg/fvxt-1.f
9896
3fecf49c
ZL
98972001-08-01 Ziemowit Laski <zlaski@apple.com>
9898
9899 * objc.dg/fwd-proto-1.m: New.
9900 * objc.dg/local-decl-1.m: New.
9901 * objc.dg/naming-1.m: New.
9902 * objc.dg/naming-2.m: New.
9903 * objc.dg/proto-hier-1.m: New.
9904
ebff8232
HPN
99052001-07-31 Hans-Peter Nilsson <hp@bitrange.com>
9906
9907 * gcc.dg/c99-scope-2.c: Don't generally assume adding more
9908 largest-type elements to a struct makes its size grow.
9909
20dde49d
NS
99102001-07-31 Nathan Sidwell <nathan@codesourcery.com>
9911
9912 * g++.dg/abi/vthunk1.C: New test.
9913
b7ad2f8b
NS
99142001-07-31 Nathan Sidwell <nathan@codesourcery.com>
9915
9916 * g++.dg/abi/vbase8-22.C: New test.
9917
dd666a87
NB
99182001-07-31 Neil Booth <neil@cat.daikokuya.demon.co.uk>
9919
9920 * gcc.dg/cpp/macro8.c: New test.
9921
0ab142b0
NS
99222001-07-27 Nathan Sidwell <nathan@codesourcery.com>
9923
9924 * g++.dg/abi/vbase8-21.C: New test.
9925
d60d223b
NS
99262001-07-27 Nathan Sidwell <nathan@codesourcery.com>
9927
9928 * g++.dg/abi/vbase8-10.C: New test.
9929
08ecdbeb
RO
99302001-07-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9931
9932 * lib/g++.exp (g++_set_ld_library_path): Renamed to
9933 ${tool}_set_ld_library_path.
9934 Changed caller.
9935 * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
9936 g++.exp.
9937
62ba5f39
SC
99382001-07-26 Stan Cox <scox@redhat.com>
9939
9940 * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
9941 * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
9942 gcc_exit, gcc_check_unsupported_p):
9943 Moved to gcc-deps.exp
9944 * gcc-deps.exp: New file.
9945
db3ef87b
KL
99462001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9947
9948 * g++.old-deja/g++.pt/defarg14.C: New test.
9949
312b7c9d
NS
99502001-07-26 Nathan Sidwell <nathan@codesourcery.com>
9951
9952 * g++.old-deja/g++.other/lineno5.C: New test.
9953
648c2206
NS
99542001-07-26 Nathan Sidwell <nathan@codesourcery.com>
9955
9956 * g++.old-deja/g++.pt/crash68.C: New test.
9957
969fd501
NS
99582001-07-26 Nathan Sidwell <nathan@codesourcery.com>
9959
9960 * g++.old-deja/g++.other/crash42.C: New test.
9961
cef0d199
NB
99622001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
9963
9964 * gcc.dg/cpp/extratokens.c: Fix.
9965 * gcc.dg/cpp/skipping2.c: New tests.
9966
50011802
RO
99672001-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9968
9969 * gcc.c-torture/execute/20010724-1.c: New file.
9970 * gcc.c-torture/execute/20010724-1.x: New file.
9971
40260429
NS
99722001-07-25 Nathan Sidwell <nathan@codesourcery.com>
9973
9974 * g++.old-deja/g++.other/cond7.C: New test.
9975
ab085207
NS
99762001-07-25 Nathan Sidwell <nathan@codesourcery.com>
9977
9978 * g++.old-deja/g++.other/optimize4.C: New test.
9979
90b1ca2f
NS
99802001-07-25 Nathan Sidwell <nathan@codesourcery.com>
9981
9982 * g++.old-deja/g++.abi/vbase8-5.C: New test.
9983
41971242
JM
99842001-07-24 Jason Merrill <jason_merrill@redhat.com>
9985
9986 * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
9987 * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
9988 gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
9989 * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
9990
9991 * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
9992 bug report" message.
9993
9994 * g++.dg/dg.exp: Run tests from subdirectories other than "special".
9995 * g++.dg/ext/instantiate1.C: Move from old-deja.
9996
897c6ab7
DB
99972001-07-24 David Billinghurst <David.Billinghurst@riotinto.com>
9998
9999 * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
10000 * g77.f-torture/execute/intrinsic-unix-erf.f: New test
10001 * g77.f-torture/execute/intrinsic-vax-cd.f: New test
10002 * g77.f-torture/execute/intrinsic-f2c-z.f: New test
10003
b8c25665 100042001-07-23 Jeffrey A Law (law@cygnus.com)
1ee6b839
JL
10005
10006 * gcc.c-torture/execute/20010723-1.c: New test.
10007
541c655f
BE
100082001-07-23 Ben Elliston <bje@redhat.com>
10009
10010 * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
10011
e5d4fff4
FS
100122001-07-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10013
10014 * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
10015 i[34567]86-*-*.
10016 Delete handling of ieee_multilib_flags.
10017 Pass -mieee for alpha*-*-* and sh-*-*.
10018 * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
10019
f4653d92
NS
100202001-07-21 Nathan Sidwell <nathan@codesourcery.com>
10021
10022 Remove old-abi tests.
10023 * g++.old-deja/g++.mike/p11116.C: Remove.
10024 * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
10025
08f66b04
TM
100262001-07-20 David Billinghurst <David.Billinghurst@riotinto.org>
10027
10028 * g77.f-torture/compile/pr3743.f: New test
10029
100302001-07-20 David Billinghurst <David.Billinghurst@riotinto.com>
10031
10032 * g77.f-torture/execute/f90-intrinsic-bit.f: New test
10033
432fa9f2
RO
100342001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10035
10036 * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
10037 g++.old-deja/g++.pt/static6.C: Likewise.
10038 * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
10039 supports weak symbols.
10040
f7bebb56
AJ
100412001-07-18 Andreas Jaeger <aj@suse.de>
10042
10043 * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
10044 supported again.
10045
a3424c98
AJ
100462001-07-18 Andreas Jaeger <aj@suse.de>
10047
10048 * gcc.dg/iftrap-1.c: Fix target line.
10049
91a18fe0
RH
100502001-07-17 Richard Henderson <rth@redhat.com>
10051
10052 * gcc.c-torture/execute/20010717-1.c: New.
10053
4b01f8d8
JM
100542001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
10055
10056 * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
10057 tests.
10058
b5ca1dc7
PS
100592001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
10060
10061 * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
10062
3d719162
RO
100632001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10064
10065 * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
10066 UAC_SIGBUS, UAC_NOPRINT definitions.
10067
b8c25665 100682001-07-16 Nicola Pero <n.pero@mi.flashnet.it>
55680aef
NP
10069
10070 * objc/execute/object_is_class.m: New test.
10071 * objc/execute/object_is_meta_class.m: New test.
10072
09b495e5
TM
100732001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
10074
10075 * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
10076 * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
10077
100782001-01-15 David Billinghurst <David.Billinghurst@riotinto.com>
147424bf
DB
10079
10080 * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
10081 * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
10082
999c0669
RH
100832001-07-14 Richard Henderson <rth@redhat.com>
10084
10085 * gcc.dg/iftrap-1.c: New.
10086
09b495e5 100872001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
2ea80cfd
DB
10088
10089 * g77.f-torture/execute/intrinsic77.f: New test.
10090
1ca46974
JJ
100912001-07-11 Janis Johnson <janis@us.ibm.com>
10092
10093 * gcc.misc-tests/gcov-3.c: New test.
10094
0e41fb04
RS
100952001-07-11 Richard Sandiford <rsandifo@redhat.com>
10096
10097 * gcc.c-torture/compile/20010711-1.c,
10098 * gcc.c-torture/compile/20010711-2.c: New tests.
10099
4a1b6176
RS
101002001-07-11 Richard Sandiford <rsandifo@redhat.com>
10101
10102 * gcc.c-torture/execute/20010711-1.c: New test.
10103
6fbce318
BE
101042001-07-11 Ben Elliston <bje@redhat.com>
10105
10106 * g++.old-deja/g++.other/enum5.C: New test.
10107
41971242
JM
101082001-07-10 Jason Merrill <jason_merrill@redhat.com>
10109
10110 * lib/g++-dg.exp: Load file-format and target-supports like gcc.
10111 (g++-dg-prune): Call prune_gcc_output.
10112 * prune.exp: New file for prune_gcc_output.
10113 * lib/g++.exp, lib/gcc.exp: Load it.
10114
f7a4cec0
JM
101152001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
10116
10117 * gcc.c-torture/compile/20010701-1.c,
10118 g++.old-deja/g++.ext/attrib6.C: New tests.
10119
b8c25665 101202001-07-06 Jeffrey A Law (law@cygnus.com)
d9249616
JL
10121
10122 * gcc.c-torture/compile/20010706-1.c: New test.
10123
809353e1
MC
101242000-09-10 Michael Chamberlain <michael@chamberlain.net.au>
10125
10126 * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
10127
0168a849
SS
101282001-06-28 Stan Shebs <shebs@apple.com>
10129
10130 * gcc.dg/pragma-darwin.c: New test.
10131
f4b20cd9
RO
101322001-06-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10133
10134 * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
10135 Solaris 2.[678] system.
10136
f9e1917e
JM
101372001-06-22 Joseph S. Myers <jsm28@cam.ac.uk>
10138
10139 * gcc.dg/20010622-1.c: New test.
10140
b2af8e32
SS
101412001-06-18 Stan Shebs <shebs@apple.com>
10142
10143 * objc.dg: New directory.
10144 * objc.dg/dg.exp: New file.
10145 * objc.dg/alias.m: New.
10146 * objc.dg/class-1.m: New.
10147 * objc.dg/class-2.m: New.
10148 * objc.dg/const-str-1.m: New.
10149 * objc.dg/const-str-2.m: New.
10150 * objc.dg/id-1.m: New.
10151 * objc.dg/method-1.m: New.
10152 * objc.dg/super-class-1.m: New.
10153 * lib/objc-dg.exp: New file.
10154
eaea542a
JDA
101552001-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
10156
10157 * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
10158 of label name.
10159
87326ba8
NS
101602001-06-14 Nathan Sidwell <nathan@codesourcery.com>
10161
10162 * g++.old-deja/g++.abi/vbase8-9.C: New test.
10163
15a7ee9f
FS
101642001-06-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10165
10166 * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
10167 variable.
10168
757e4f23
RH
101692001-06-12 Richard Henderson <rth@redhat.com>
10170
10171 * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
10172
623fe76a
NS
101732001-06-12 Nathan Sidwell <nathan@codesourcery.com>
10174
10175 * g++.old-deja/g++.abi/vbase5.C: New test.
10176 * g++.old-deja/g++.abi/vbase6.C: New test.
10177 * g++.old-deja/g++.abi/vbase7.C: New test.
10178
2c1a2421
KG
101792001-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10180
10181 * gcc.c-torture/compile/20010610-1.c: New test.
10182
7bdcf888
NS
101832001-06-12 Nathan Sidwell <nathan@codesourcery.com>
10184
10185 * g++.old-deja/g++.abi/vbase4.C: New test.
10186
b05d8201
SC
101872001-06-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10188
10189 * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
10190 support %f for HC11/HC12 targets.
10191 * gcc.c-torture/execute/930513-1.x: New file, likewise.
10192 * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
10193 on HC11/HC12 targets.
10194 * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
10195
55f61a56
RO
101962001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10197
10198 * gcc.dg/wchar_t-1.c: New file.
10199 * gcc.dg/wint_t-1.c: Likewise.
10200
07732516
BS
102012001-06-11 Bernd Schmidt <bernds@redhat.com>
10202
10203 * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
10204
d4a6cf38
RH
102052001-06-11 Richard Henderson <rth@redhat.com>
10206
10207 * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
10208
1552f874
JM
102092001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
10210
10211 * gcc.c-torture/compile/20010611-1.c: New test.
10212
f18b70f5
JM
102132001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
10214
10215 * gcc.dg/c99-tag-1.c: Add more tests.
10216
2e246150
AO
102172001-06-10 Alexandre Oliva <aoliva@redhat.com>
10218
10219 * g++.old-deja/g++.abi/ptrmem.C: Take into account different
10220 representation on MN10300 and ARM/Thumb.
10221
226f8242
TM
102222001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
10223
10224 * g77.f-torture/execute/20010610.f: New.
10225
5bb8dd28
DB
102262001-06-09 David Billinghurst <David.Billinghurst@riotinto.com>
10227
10228 * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
10229 names.
10230
07a96c1b
RH
102312001-06-09 Richard Henderson <rth@redhat.com>
10232
10233 * gcc.c-torture/execute/ashrdi-1.c: New.
10234 * gcc.c-torture/execute/ashldi-1.c: New.
10235 * gcc.c-torture/execute/lshrdi-1.c: New.
10236
b2782014
OP
102372001-06-09 Ovidiu Predescu <ovidiu@cup.hp.com>
10238
10239 * objc/execute/load-3.m: Added. Check sending +load to categories,
10240 in addition to classes.
10241
43fd108f
SS
102422001-06-08 Stan Shebs <shebs@apple.com>
10243
10244 * objc/execute/load-2.m: New test. From Nicola Pero
10245 <n.pero@mi.flashnet.it>.
a3424c98 10246
7137fd76
JJ
102472001-06-08 Jakub Jelinek <jakub@redhat.com>
10248
10249 * gcc.c-torture/execute/20010605-2.c: New test.
10250
4b454fcc
NS
102512001-06-08 Nathan Sidwell <nathan@codesourcery.com>
10252
10253 * g++.old-deja/g++.abi/vbase2.C: New test.
10254 * g++.old-deja/g++.abi/vbase3.C: New test.
10255
9ac1bd2e
NS
102562001-06-08 Nathan Sidwell <nathan@codesourcery.com>
10257
10258 * g++.old-deja/g++.pt/friend49.C: New test.
10259
fcebb2dd
NS
102602001-06-07 Nathan Sidwell <nathan@codesourcery.com>
10261
10262 * g++.old-deja/g++.ext/anon3.C: New test.
10263
bea09693
NS
102642001-06-05 Nathan Sidwell <nathan@codesourcery.com>
10265
10266 * g++.old-deja/g++.other/conv7.C: New test.
10267
f375b7a7
JM
102682001-06-05 Joseph S. Myers <jsm28@cam.ac.uk>
10269
10270 * gcc.c-torture/compile/20010605-2.c: New test.
10271
3d3daefd
JDA
102722001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
10273
10274 * gcc.c-torture/execute/20010604-1.c: New test.
10275
05ac6740
LR
102762001-06-04 Loren J. Rittle <ljrittle@acm.org>
10277
10278 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
10279
6bdfaf09
JO
102802001-06-04 Jeffrey Oldham <oldham@codesourcery.com>
10281
10282 * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
10283 (g++_link_flags): Likewise.
10284 (g++_init): Pass gccpath's value to two previous functions.
10285
87327987
KG
102862001-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10287
10288 * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
10289 Ensure logfile entry matches exec command line.
10290
0c02eebf
RH
102912001-05-31 Richard Henderson <rth@redhat.com>
10292
bc440d04 10293 * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
0c02eebf
RH
10294 * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
10295
42a9e4e4
DB
102962001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
10297
10298 * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
10299 compiler for irix6.2
10300
e97c9488
NS
103012001-05-30 Nathan Sidwell <nathan@codesourcery.com>
10302
10303 * g++.old-deja/g++.other/optimize3.C: New file.
10304
7dd0ff2b
JO
103052001-05-29 Jeffrey Oldham <oldham@codesourcery.com>
10306
42a9e4e4
DB
10307 * gcc.c-torture/compile/20010518-2.x: New file to compile, not
10308 assemble.
7dd0ff2b 10309
87d9ac49
NS
103102001-05-26 Nathan Sidwell <nathan@codesourcery.com>
10311
10312 * g++.old-deja/g++.other/optimize2.C: New file.
10313
47cf9247
DN
103142001-05-25 Diego Novillo <dnovillo@redhat.com>
10315
10316 * gcc.c-torture/compile/20010518-2.c: New file.
10317 * gcc.c-torture/execute/20010518-1.c: New file.
10318 * gcc.c-torture/execute/20010518-2.c: New file.
10319
0e03329a
JM
103202001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
10321
10322 * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
10323
f5aada26
MM
103242001-05-24 Mark Mitchell <mark@codesourcery.com>
10325
10326 G++ no longer defines builtins that do not begin with __builtin.
10327 * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
10328 * g++.old-deja/g++.brendand/misc13.C: Likewise.
10329 * g++.old-deja/g++.law/builtin1.C: Likewise.
10330 * g++.old-deja/g++.law/cvt2.C: Likewise.
10331 * g++.old-deja/g++.mike/net5.C: Likewise.
10332 * g++.old-deja/g++.other/builtins1.C: Likewise.
10333 * g++.old-deja/g++.other/builtins2.C: Likewise.
10334 * g++.old-deja/g++.other/builtins3.C: Likewise.
10335 * g++.old-deja/g++.other/builtins4.C: Likewise.
10336 * g++.old-deja/g++.other/inline8.C: Likewise.
10337 * g++.old-deja/g++.robertl/eb39.C: Likewise.
10338
6f56d925
NS
103392001-05-24 Nathan Sidwell <nathan@codesourcery.com>
10340
10341 * g++.old-deja/g++.pt/using1.C: Adjust.
10342 * g++.old-deja/g++.pt/using2.C: New test.
10343
f8710242
NB
103442001-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
10345
10346 * gcc.dg/cpp/charconst.c: New tests.
10347 * gcc.dg/cpp/escape.c: New tests.
10348 * gcc.dg/cpp/escape-1.c: New tests.
10349 * gcc.dg/cpp/escape-2.c: New tests.
10350 * gcc.dg/cpp/ucs.c: New tests.
10351
3af21e04
DB
103522001-05-23 David.Billinghurst <David.Billinghurst@riotinto.com>
10353
a3424c98 10354 * gcc.misc-tests/linkage.exp: Pass appropriate flags to
3af21e04
DB
10355 native compiler for irix6.5.
10356
1ec07597
JO
10357Wed May 23 2001 Jeffrey D. Oldham <oldham@codesourcery.com>
10358
10359 * lib/g++.exp (g++_include_flags): Use args to compute
a3424c98 10360 get_multilibs.
1ec07597
JO
10361 (g++_link_flags): Likewise.
10362 (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
10363
c215b29f
JM
103642001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
10365
10366 * gcc.dg/c90-hexfloat-1.c: Add more tests.
10367
4694cec2
GK
103682001-05-21 Geoff Keating <geoffk@redhat.com>
10369
10370 * gcc.c-torture/compile/920520-1.x: Merge previous contents into
10371 this file.
10372
f0ef84a2
SC
103732001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10374
10375 * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
10376 STACK_SIZE;
10377 * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
10378 to STACK_SIZE; Use it to define size of add_histo array.
a3424c98 10379 * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
f0ef84a2
SC
10380 to STACK_SIZE.
10381 (f): Use GITT_SIZE to define size of gitt local table.
a3424c98 10382 * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
f0ef84a2
SC
10383 to STACK_SIZE; Use it to define size of bytemem array.
10384
ef73e139
SC
103852001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10386
10387 * gcc.c-torture/compile/20000804-1.x: New file, this test fails
10388 on 68HC11/HC12 due to the asm instruction.
10389 * gcc.c-torture/compile/20001205-1.x: New file, ditto.
10390 * gcc.c-torture/compile/920520-1.x: Likewise.
10391 * gcc.c-torture/compile/20001226-1.x: New file, this test fails
10392 on 68HC11/HC12 because the function is larger than 64K.
10393 * gcc.c-torture/compile/961203-1.x: New file, this test fails
10394 on 68HC11/HC12 because the structure is too large.
10395
4951297b
RH
103962001-05-20 Richard Henderson <rth@redhat.com>
10397
10398 * gcc.c-torture/execute/20010520-1.c: New.
10399
88e3805d
KG
104002001-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10401
10402 * g++.old-deja/g++.warn/compare1.C: New test.
10403 * gcc.dg/compare4.c: New test.
10404
d30a825a
NS
104052001-05-20 Nathan Sidwell <nathan@codesourcery.com>
10406
10407 * g++.old-deja/g++.other/optimize1.C: New test.
10408
3b82c249
KL
104092001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10410
10411 * g++.old-deja/g++.pt/spec41.C: New test.
10412
97d24516
JM
104132001-05-19 Joseph S. Myers <jsm28@cam.ac.uk>
10414
10415 * gcc.c-torture/compile/20010114-1.x: Remove.
10416
10d6cbb8
SS
104172001-05-18 Stan Shebs <shebs@apple.com>
10418
10419 * gcc.c-torture/compile/20010518-1.c: New test.
10420
2b0cbc5d
NS
104212001-05-18 Nathan Sidwell <nathan@codesourcery.com>
10422
10423 * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
10424 * g++.old-deja/g++.pt/crash67.C: New test.
10425
20415bba
JO
104262001-05-17 Jeffrey D. Oldham <oldham@codesourcery.com>
10427
10428 * g++.old-deja/g++.other/debug9.C: New test.
10429
7857f134
ZW
104302001-05-16 Zack Weinberg <zackw@stanford.edu>
10431
10432 * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
10433
b8c25665 104342001-05-16 Jan Hubicka <jh@suse.cz>
5a111a5b
JH
10435
10436 * gcc.c-torture/compile/20010516-1.c: New test.
10437
3f0a9b35
NS
104382001-05-16 Nathan Sidwell <nathan@codesourcery.com>
10439
cc469ee9
NS
10440 * g++.old-deja/g++.other/crash41.C: New test.
10441
104422001-05-16 Nathan Sidwell <nathan@codesourcery.com>
10443
cc469ee9 10444 * g++.old-deja/g++.pt/crash66.C: New test.
3f0a9b35 10445
5846d7f7
BK
104462001-05-15 Benjamin Kosnik <bkoz@redhat.com>
10447
10448 * g++.old-deja/g++.robertl/eb27.C: Convert.
10449
5be598f6
NC
104502001-05-15 Nick Clifton <nickc@cambridge.redhat.com>
10451
10452 * g++.dg/friend-warn.C: New test. Do not warn about friend
10453 declaration being redundant.
10454
0239bfdd
MM
104552001-05-15 Mark Mitchell (admin) <mitchell@nunki.dbai.tuwien.ac.at>
10456
10457 * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
10458
ce29729a
MM
104592001-05-14 Mark Mitchell <mark@codesourcery.com>
10460
10461 * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
10462
8b9df536
BK
104632001-05-13 Benjamin Kosnik <bkoz@redhat.com>
10464
10465 * lib/g++.exp: Use testsuite_flags.
a3424c98 10466
6f221402
MM
104672001-05-13 Mark Mitchell <mark@codesourcery.com>
10468
10469 * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
10470
e7288e18
JDA
104712001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
10472
10473 * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
10474
c873862c
MM
104752001-05-11 Mark Mitchell <mark@codesourcery.com>
10476
10477 * lib/objc.exp: Add -lposix4 on Solaris 2.8.
10478
25d78ace
JM
104792001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
10480
10481 * gcc.c-torture/compile/20010313-1.c: New test.
10482
6d4587f7
ZW
104832001-05-09 Zack Weinberg <zackw@stanford.edu>
10484
10485 * gcc.dg/cpp/direct2.c: New test.
8b9df536 10486 * gccq.dg/cpp/direct2s.c: New test.
6d4587f7
ZW
10487
10488 * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
10489
1a560c3a
MM
104902001-05-07 Mark Mitchell <mark@codesourcery.com>
10491
10492 * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
10493 * g++.old-deja/g++.other/op3.C: Likewise.
10494
7f75752b
NB
104952001-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
10496
10497 * gcc.dg/cpp/syshdr.h: New file.
10498 * gcc.dg/cpp/sysmac1.c: Update.
10499 * gcc.dg/cpp/sysmac2.c: Update.
10500
7120a6fe
NB
105012001-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
10502
10503 * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
10504
a92644e7
DE
105052001-05-04 David Edelsohn <edelsohn@gnu.org>
10506
10507 * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
10508 gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
10509
1fc77d36
NB
105102001-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
10511
10512 * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
10513
4091fa5f
GK
105142001-05-03 Geoffrey Keating <geoffk@redhat.com>
10515
10516 * lib/g++.exp (g++_include_flags): Don't use any special flags
10517 if TESTING_IN_BUILD_TREE is not defined.
6d4587f7 10518 (g++_init): Use a plain 'c++' as the compiler if
4091fa5f
GK
10519 TESTING_IN_BUILD_TREEE is not defined.
10520
de26cf80
JJ
105212001-05-02 Jakub Jelinek <jakub@redhat.com>
10522
10523 * g++.old-deja/g++.eh/catch13.C: New test.
10524 * g++.old-deja/g++.eh/catch14.C: New test.
10525
2d2a86ae
JJ
105262001-05-02 Jakub Jelinek <jakub@redhat.com>
10527
10528 * gcc.dg/cpp/tr-define.c: New test.
10529
a39a06ff
LR
105302001-05-01 Loren J. Rittle <ljrittle@acm.org>
10531
10532 * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
10533 <stdlib.h>, not <malloc.h>.
10534
9da99f7d
NS
105352001-05-01 Nathan Sidwell <nathan@codesourcery.com>
10536
10537 * g++.old-deja/g++.ns/template17.C: New test.
10538
4b48a93e
NS
105392001-05-01 Nathan Sidwell <nathan@codesourcery.com>
10540
10541 * g++.old-deja/g++.pt/ref4.C: New test.
10542
901d43bc
RH
105432001-04-30 Richard Henderson <rth@redhat.com>
10544
10545 * gcc.dg/20000724-1.c: Revert last change.
10546
505cf15f
TM
105472001-04-30 Toon Moene <toon@moene.indiv.nluug.nl>
10548
10549 * g77.f-torture/execute/20010430.f: New test.
10550
d60e5448
MM
105512001-04-30 Mark Mitchell <mark@codesourcery.com>
10552
10553 * gcc.dg/20000724-1.c: Add a clobber of `esp'.
10554
7200764f
JM
105552001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
10556
10557 * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
10558
2d46ec83
NS
105592001-04-27 Nathan Sidwell <nathan@codesourcery.com>
10560
10561 * g++.old-deja/g++.eh/crash6.C: New test.
10562
02a1a68c
NS
105632001-04-27 Nathan Sidwell <nathan@codesourcery.com>
10564
10565 * g++.old-deja/g++.other/warn7.C: New test.
10566
5f6eeeb3
NS
105672001-04-27 Nathan Sidwell <nathan@codesourcery.com>
10568
10569 * g++.old-deja/g++.other/defarg9.C: New test.
10570
f6ce87c0
TM
105712001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
10572
10573 * g77.f-torture/compile/20010426.f: New test.
10574 * g77.f-torture/execute/20010426.f: New test.
10575
f658da59
TM
105762001-04-26 Toon Moene <toon@moene.indiv.nluug.nl>
10577
10578 * g77.f-torture/compile/20000629-1.x: Remove - error
10579 has been fixed.
10580
b8c25665 105812001-04-26 Jeffrey A Law (law@cygnus.com)
3da5d5c8 10582
a86414f3
JL
10583 * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
10584 Tweak slightly to work with g++.dg framework.
10585 * g++.dg/special/ecos.exp: Run initp1.C test.
10586 * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
10587
3da5d5c8
JL
10588 * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
10589 its linker doesn't give line numbers either.
10590 * g++.old-deja/g++.ext/instantiate3.C: Similarly.
10591
5677efb0
NS
105922001-04-26 Nathan Sidwell <nathan@codesourcery.com>
10593
10594 * g++.old-deja/g++.other/lex1.C: New test.
10595
3b07c79b
JJ
105962001-04-26 Jakub Jelinek <jakub@redhat.com>
10597
10598 * gcc.dg/noncompile/20010425-1.c: New test.
10599
0576ec13
NS
106002001-04-26 Nathan Sidwell <nathan@codesourcery.com>
10601
10602 * g++.old-deja/g++.pt/mangle2.C: New test.
10603
b5cd6849
JJ
106042001-04-25 Jakub Jelinek <jakub@redhat.com>
10605
49b51f30 10606 * gcc.dg/format/plus-1.c: New test.
b5cd6849 10607
0607953c
JJ
106082001-04-25 Jakub Jelinek <jakub@redhat.com>
10609
10610 * gcc.dg/20010423-1.c: New test.
10611
e99af66b
JJ
106122001-04-25 Jakub Jelinek <jakub@redhat.com>
10613
10614 * gcc.c-torture/execute/20010422-1.c: New test.
10615
6bda7a5e
NS
106162001-04-25 Nathan Sidwell <nathan@codesourcery.com>
10617
10618 * g++.old-deja/g++.ns/type2.C: New test.
10619
11fe225a
ZW
106202001-04-24 Zack Weinberg <zackw@stanford.edu>
10621
10622 * g++.old-deja/g++.other/perf1.C: New test.
10623
0ba8a114
NS
106242001-04-24 Nathan Sidwell <nathan@codesourcery.com>
10625
10626 * gcc.dg/c99-func-2.c: Remove xfail.
10627 * gcc.dg/c99-func-3.c: Remove xfail.
10628 * gcc.dg/c99-func-4.c: Remove xfail.
10629
15784bba
ZW
106302001-04-23 Zack Weinberg <zackw@stanford.edu>
10631
10632 * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
10633
c3cd9c8b
JM
106342001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
10635
10636 * gcc.c-torture/compile/20010423-1.c: New test.
10637
aa1826e2
NS
106382001-04-20 Nathan Sidwell <nathan@codesourcery.com>
10639
10640 * g++.old-deja/g++.pt/typename28.C: New test.
10641
06d9f09f
NS
106422001-04-20 Nathan Sidwell <nathan@codesourcery.com>
10643
10644 * g++.old-deja/g++.abi/empty2.C: New test.
10645 * g++.old-deja/g++.abi/empty3.C: New test.
10646
24f80882
JJ
106472001-04-20 Jakub Jelinek <jakub@redhat.com>
10648
10649 * g++.old-deja/g++.other/comdat2.C: New test.
10650 * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
10651
351a0f00
JJ
106522001-04-20 Jakub Jelinek <jakub@redhat.com>
10653
10654 * g++.old-deja/g++.other/overload14.C: New test.
10655
881cae05
JJ
106562001-04-20 Jakub Jelinek <jakub@redhat.com>
10657
10658 * g++.old-deja/g++.other/lookup23.C: New test.
10659
43e72072
JJ
106602001-04-20 Jakub Jelinek <jakub@redhat.com>
10661
10662 * gcc.c-torture/execute/20010403-1.c: New test.
10663
5c8378a7
DB
106642001-04-19 David Billinghurst <David.Billinghurst@riotinto.com>
10665 Mark Mitchell <mark@codesourcery.com>
10666
10667 * lib/old-dejagnu.exp: Don't delete output of executable.
10668 Add .exe suffix to executables.
10669
96f1c2b1
TM
106702001-04-18 Toon Moene <toon@moene.indiv.nluug.nl>
10671
10672 * g77.f-torture/execute/short.x; Remove - Error has been fixed.
10673
3ed56f8a
KG
106742001-04-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10675
10676 * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
10677
0fb3018c 106782001-04-12 Nathan Sidwell <nathan@codesourcery.com>
6d4587f7 10679
0fb3018c
NS
10680 * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
10681 * g++.old-deja/g++.abi/crash1.C: New test.
10682
bbb53468
NS
106832001-04-12 Nathan Sidwell <nathan@codesourcery.com>
10684
10685 * g++.old-deja/g++.other/crash40.C: New test.
10686
76cf1895
KG
106872001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10688
10689 * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
10690
a2095778
NS
106912001-04-11 Nathan Sidwell <nathan@codesourcery.com>
10692
10693 * g++.old-deja/g++.other/warn6.C: New test.
10694
3a172730
PS
1069522001-04-11 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
10696
6d4587f7 10697 * g++.old-deja/g++.robertl/eb42.C: Same.
3a172730
PS
10698
10699001-04-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
03829ad2
KG
10700
10701 * gcc.dg/wtr-conversion-1.c: New testcase.
10702
5a01d634
RH
107032001-04-10 Richard Henderson <rth@redhat.com>
10704
10705 * g++.old-deja/g++.other/array5.C: New.
10706
9b38026f
FS
107072001-04-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10708
10709 * gcc.c-torture/execute/20010408-1.c: New test.
10710
a5434cb7
BK
107112001-04-06 Benjamin Kosnik <bkoz@redhat.com>
10712
10713 * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
10714 headers and constructs.
10715 * g++.old-deja/g++.robertl/eb79.C: Same.
10716 * g++.old-deja/g++.robertl/eb77.C (main): Same.
10717 * g++.old-deja/g++.robertl/eb73.C: Same.
10718 * g++.old-deja/g++.robertl/eb66.C (main): Same.
10719 * g++.old-deja/g++.robertl/eb55.C (t): Same.
10720 * g++.old-deja/g++.robertl/eb54.C (main): Same.
10721 * g++.old-deja/g++.robertl/eb46.C (main): Same.
10722 * g++.old-deja/g++.robertl/eb44.C: Same.
10723 * g++.old-deja/g++.robertl/eb41.C (main): Same.
10724 * g++.old-deja/g++.robertl/eb4.C (main): Same.
10725 * g++.old-deja/g++.robertl/eb39.C: Same.
10726 * g++.old-deja/g++.robertl/eb33.C (main): Same.
10727 * g++.old-deja/g++.robertl/eb31.C (main): Same.
10728 * g++.old-deja/g++.robertl/eb30.C: Same.
10729 * g++.old-deja/g++.robertl/eb3.C: Same.
10730 * g++.old-deja/g++.robertl/eb24.C (T>): Same.
10731 * g++.old-deja/g++.robertl/eb21.C: Same.
10732 * g++.old-deja/g++.robertl/eb15.C: Same.
10733 * g++.old-deja/g++.robertl/eb118.C: Same.
10734 * g++.old-deja/g++.robertl/eb115.C (main): Same.
10735 * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
10736 * g++.old-deja/g++.robertl/eb109.C: Same.
10737 * g++.old-deja/g++.other/sibcall1.C (main): Same.
10738 * g++.old-deja/g++.mike/rtti1.C: Same.
10739 * g++.old-deja/g++.mike/p658.C: Same.
10740 * g++.old-deja/g++.mike/net46.C: Same.
10741 * g++.old-deja/g++.mike/net34.C: Same.
10742 * g++.old-deja/g++.mike/memoize1.C: Same.
10743 * g++.old-deja/g++.mike/eh2.C: Same.
10744 * g++.old-deja/g++.law/weak.C: Same.
10745 * g++.old-deja/g++.law/visibility7.C: Same.
10746 * g++.old-deja/g++.law/visibility25.C: Same.
10747 * g++.old-deja/g++.law/visibility22.C: Same.
10748 * g++.old-deja/g++.law/visibility2.C: Same.
10749 * g++.old-deja/g++.law/visibility17.C: Same.
10750 * g++.old-deja/g++.law/visibility13.C: Same.
10751 * g++.old-deja/g++.law/visibility10.C: Same.
10752 * g++.old-deja/g++.law/visibility1.C: Same.
10753 * g++.old-deja/g++.law/virtual3.C (eval): Same.
10754 * g++.old-deja/g++.law/vbase1.C: Same.
10755 * g++.old-deja/g++.law/operators32.C: Same.
10756 * g++.old-deja/g++.law/nest3.C: Same.
10757 * g++.old-deja/g++.law/missed-error2.C (foo): Same.
10758 * g++.old-deja/g++.law/except5.C (main): Same.
10759 * g++.old-deja/g++.law/cvt7.C (run): Same.
10760 * g++.old-deja/g++.law/cvt2.C: Same.
10761 * g++.old-deja/g++.law/cvt16.C: Same.
10762 * g++.old-deja/g++.law/ctors6.C (bar): Same.
10763 * g++.old-deja/g++.law/ctors17.C (main): Same.
10764 * g++.old-deja/g++.law/ctors13.C: Same.
10765 * g++.old-deja/g++.law/ctors12.C (main): Same.
10766 * g++.old-deja/g++.law/ctors10.C: Same.
10767 * g++.old-deja/g++.law/code-gen5.C: Same.
10768 * g++.old-deja/g++.law/bad-error7.C: Same.
10769 * g++.old-deja/g++.law/arm9.C: Same.
10770 * g++.old-deja/g++.law/arm12.C: Same.
10771 * g++.old-deja/g++.law/arg8.C: Same.
10772 * g++.old-deja/g++.law/arg1.C: Same.
10773 * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
10774 * g++.old-deja/g++.jason/template31.C: Same.
10775 * g++.old-deja/g++.jason/template24.C (main): Same.
10776 * g++.old-deja/g++.jason/2371.C: Same.
10777 * g++.old-deja/g++.eh/new2.C: Same.
10778 * g++.old-deja/g++.eh/new1.C: Same.
10779 * g++.old-deja/g++.brendan/ptolemy2.C: Same.
10780 * g++.old-deja/g++.brendan/nest21.C (main): Same.
10781 * g++.old-deja/g++.brendan/err-msg3.C: Same.
10782 * g++.old-deja/g++.brendan/crash62.C: Same.
10783 * g++.old-deja/g++.brendan/crash52.C: Same.
10784 * g++.old-deja/g++.brendan/crash49.C (main): Same.
10785 * g++.old-deja/g++.brendan/crash38.C: Same.
10786 * g++.old-deja/g++.brendan/crash15.C (main): Same.
10787 * g++.old-deja/g++.brendan/copy9.C: Same.
10788
b8c25665 107892001-04-06 J"orn Rennecke <amylaar@redhat.com>
608d74c4 10790
b6285d1b 10791 * gcc.c-torture/execute/20001203-2.c (memset):
608d74c4
R
10792 Count argument is of type __SIZE_TYPE__.
10793
b0835578
DN
107942001-04-04 Diego Novillo <dnovillo@redhat.com>
10795
10796 * gcc.c-torture/compile/20010404-1.c: New test.
10797
347f3440
JJ
107982001-04-04 Jakub Jelinek <jakub@redhat.com>
10799
10800 * gcc.c-torture/compile/20010326-1.c: New test.
10801
41dc4816
AO
108022001-04-03 Alexandre Oliva <aoliva@redhat.com>
10803
10804 * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
10805 peculiarities of the SH.
10806 * g++.old-deja/g++.ext/instantiate2.C: Likewise.
10807
4d8a2001
RO
108082001-04-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10809
10810 * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
10811 * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
10812 * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
10813
caf4d6e0
JJ
108142001-04-02 Jakub Jelinek <jakub@redhat.com>
10815
10816 * g77.f-torture/compile/20010321-1.f: New test.
10817
32ff70d2
JJ
108182001-04-02 Jakub Jelinek <jakub@redhat.com>
10819
10820 * gcc.c-torture/compile/20010329-1.c: New test.
10821
d791ea1e
JJ
108222001-04-02 Jakub Jelinek <jakub@redhat.com>
10823
10824 * gcc.c-torture/execute/20010329-1.c: New test.
10825
a7fd2186
LR
108262001-03-28 Loren J. Rittle <ljrittle@acm.org>
10827
10828 * g++.old-deja/g++.other/eh4.C: Fix typo.
10829
2c082cb2
LR
108302001-03-28 Loren J. Rittle <ljrittle@acm.org>
10831
10832 * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
10833
145c1def
PB
108342001-03-28 Philip Blundell <philb@gnu.org>
10835
10836 * gcc.c-torture/compile/20010328-1.c: New test.
10837
531073e7
RH
108382001-03-27 Richard Henderson <rth@redhat.com>
10839
10840 * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
10841 * g++.old-deja/g++.eh/vbase3.C: Likewise.
10842
b13aca19
AM
108432001-03-27 Alan Modra <alan@linuxcare.com.au>
10844
10845 * gcc.c-torture/compile/20010327-1.c: New test.
10846
788bf0e3
NS
108472001-03-26 Nathan Sidwell <nathan@codesourcery.com>
10848
10849 * g++.old-deja/g++.other/friend12.C: New test.
10850 * g++.old-deja/g++.other/friend9.C: Expect no errors.
10851 * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
10852
eb40d6b9
JM
108532001-03-25 Joseph S. Myers <jsm28@cam.ac.uk>
10854
10855 * gcc.c-torture/execute/20010325-1.c: New test.
10856
8e4ce833
JJ
108572001-03-23 Jakub Jelinek <jakub@redhat.com>
10858
10859 * g++.old-deja/g++.other/mangle3.C: New test.
10860
a1c2b86d
JJ
108612001-03-22 Jakub Jelinek <jakub@redhat.com>
10862
10863 * g++.old-deja/g++.other/anon8.C: New test.
10864
a44a935f
PB
108652001-03-20 Philip Blundell <philb@gnu.org>
10866
10867 * gcc.c-torture/compile/20010320-1.c: New test.
10868
e72dd89c
RH
108692001-03-17 Richard Henderson <rth@redhat.com>
10870
10871 * g++.old-deja/g++.other/eh4.C: Add expected error text.
10872
92784908
GK
108732001-03-15 Geoff Keating <geoff@redhat.com>
10874
10875 * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
10876 tests on AIX.
10877
d064d75a
GDR
108782001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
10879
10880 * g++.old-deja/g++.other/eh4.C: New test.
10881
7f63897e
NB
108822001-03-14 Neil Booth <neil@daikokuya.demon.co.uk>
10883
10884 * gcc.dg/cpp/mi1.c: Update.
10885
9cf218a3
JJ
108862001-03-14 Jakub Jelinek <jakub@redhat.com>
10887
10888 * g++.old-deja/g++.other/regstack.C: New test.
10889
78fe06c2
NS
108902001-03-12 Nathan Sidwell <nathan@codesourcery.com>
10891
10892 * g++.old-deja/g++.other/ref4.C: New test.
10893
533dfde0
OP
108942001-03-11 Nicola Pero <n.pero@mi.flashnet.it>
10895
10896 * objc/execute/va_method.m: Added.
10897 * objc/execute/IMP.m: Added.
10898 * objc/execute/_cmd.m: Added.
10899 * objc/execute/accessing_ivars.m: Added.
10900 * objc/execute/class-1.m: Added.
10901 * objc/execute/class-10.m: Added.
10902 * objc/execute/class-11.m: Added.
10903 * objc/execute/class-12.m: Added.
10904 * objc/execute/class-13.m: Added.
10905 * objc/execute/class-14.m: Added.
10906 * objc/execute/class-2.m: Added.
10907 * objc/execute/class-3.m: Added.
10908 * objc/execute/class-4.m: Added.
10909 * objc/execute/class-5.m: Added.
10910 * objc/execute/class-6.m: Added.
10911 * objc/execute/class-7.m: Added.
10912 * objc/execute/class-8.m: Added.
10913 * objc/execute/class-9.m: Added.
10914 * objc/execute/class-tests-1.h
10915 * objc/execute/class-tests-2.h
10916 * objc/execute/compatibility_alias.m: Added.
10917 * objc/execute/encode-1.m: Added.
10918 * objc/execute/formal_protocol-1.m: Added.
10919 * objc/execute/formal_protocol-2.m: Added.
10920 * objc/execute/formal_protocol-3.m: Added.
10921 * objc/execute/formal_protocol-4.m: Added.
10922 * objc/execute/formal_protocol-5.m: Added.
10923 * objc/execute/formal_protocol-6.m: Added.
10924 * objc/execute/formal_protocol-7.m: Added.
10925 * objc/execute/informal_protocol.m: Added.
10926 * objc/execute/initialize.m: Added.
10927 * objc/execute/load.m: Added.
10928 * objc/execute/many_args_method.m: Added.
10929 * objc/execute/nested-3.m: Added.
10930 * objc/execute/no_clash.m: Added.
10931 * objc/execute/private.m: Added.
10932 * objc/execute/redefining_self.m: Added.
10933 * objc/execute/root_methods.m: Added.
10934 * objc/execute/selector-1.m: Added.
10935 * objc/execute/static-1.m: Added.
10936 * objc/execute/static-2.m: Added.
10937 * objc/execute/va_method.m: Added.
10938
bb937853
RH
109392001-03-10 Richard Henderson <rth@redhat.com>
10940
10941 * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
10942
da1cb092
NB
109432001-03-07 Neil Booth <neil@daikokuya.demon.co.uk>
10944
10945 * g++.old-deja/g++.other/crash31.C: XFAIL.
10946 * g77.f-torture/execute/20010116.x: Conditional XFAIL.
10947 * g77.f-torture/execute/short.x: XFAIL -Os on x86.
10948 * gcc.c-torture/execute/20010123-1.x: XFAIL.
10949 * gcc.c-torture/execute/20010124-1.x: XFAIL.
10950 * gcc.dg/sequence-pt-1.c: XFAIL one test.
10951
533dfde0
OP
109522001-03-06 Ovidiu Predescu <ovidiu@cup.hp.com>
10953
10954 * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
10955
8b44d68f
ZW
109562001-03-06 Zack Weinberg <zackw@stanford.edu>
10957
10958 * gcc.dg/20000724-1.c: Don't use multiline strings.
10959
69f8cbfa
ZW
109602001-03-06 Zack Weinberg <zackw@stanford.edu>
10961
6d4587f7
ZW
10962 * objc/execute/string1.m, objc/execute/string2.m: Compare the
10963 result of -cString against what we expect it to be; don't just
10964 print it out for no one to read.
69f8cbfa
ZW
10965
10966 * objc/execute/string3.m, objc/execute/string4.m: New tests.
10967 Based on testcases provided by Nicola Pero.
10968
e8408f25
NB
109692001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
10970
10971 * gcc.dg/cpp/macro7.c: New test.
10972
6b630c42
NB
109732001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
10974
10975 * gcc.dg/cpp/multiline.c: Update.
10976
7eeb553c
NS
109772001-03-02 Nathan Sidwell <nathan@codesourcery.com>
10978
10979 * g++.old-deja/g++.other/enum3.C: New test.
10980
d282fcb2
NS
109812001-03-02 Nathan Sidwell <nathan@codesourcery.com>
10982
10983 * g++.old-deja/g++.other/pod1.C: New test.
10984
f86fdf68
NS
109852001-03-02 Nathan Sidwell <nathan@codesourcery.com>
10986
10987 * g++.old-deja/g++.ext/overload1.C: New test.
10988
fbfe8c9e
NS
109892001-03-01 Nathan Sidwell <nathan@codesourcery.com>
10990
10991 * g++.old-deja/g++.pt/using1.C: New test.
10992
4d24a889
NS
109932001-03-01 Nathan Sidwell <nathan@codesourcery.com>
10994
10995 * g++.old-deja/g++.other/using9.C: New test.
10996
25ad894f
OP
109972001-02-28 Ovidiu Predescu <ovidiu@cup.hp.com>
10998
10999 * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
11000
11001 * objc/execute/protocol.m (main): Added patch from Nicola Pero.
11002
e5844e6d
NS
110032001-02-28 Nathan Sidwell <nathan@codesourcery.com>
11004
11005 * g++.old-deja/g++.ext/realpt1.C: Remove.
11006
73ea87d7
NS
110072001-02-27 Nathan Sidwell <nathan@codesourcery.com>
11008
11009 * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
11010
3914b81a
WC
110112001-02-26 Will Cohen <wcohen@redhat.com>
11012
11013 * gcc.c-torture/execute/ieee/20010226-1.c: New test.
11014
2851a0e4
JO
110152001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
11016
11017 * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
11018 templatized constructors.
11019
d82a9639
FS
110202001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11021
11022 * gcc.c-torture/execute/20010224-1.c: New test.
11023
fba2c0cd
JJ
110242001-02-23 Jakub Jelinek <jakub@redhat.com>
11025
11026 * gcc.c-torture/execute/20010222-1.c: New test.
11027
b3bae5e2
JJ
110282001-02-22 Jakub Jelinek <jakub@redhat.com>
11029
11030 * g++.old-deja/g++.other/inline20.C: New test.
11031
b8c25665 110322001-02-21 Ovidiu Predescu <ovidiu@cup.hp.com>
50920adb
OP
11033
11034 * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
11035
eccad894
GDR
110362001-02-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
11037
6d4587f7
ZW
11038 * g++.old-deja/g++.other/lookup22.C: New test.
11039
cd5a58e5
ZW
110402001-02-19 Zack Weinberg <zackw@stanford.edu>
11041
11042 * g77.dg: New directory.
11043 * g77.dg/20010216-1.f: New test case.
11044 * g77.dg/dg.exp: New driver.
11045 * lib/g77-dg.exp: New driver library.
11046
612164eb
KL
110472001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11048
11049 * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
11050
e8186ecf
GDR
110512001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
11052
11053 * g++.old-deja/g++.other/decl9.C: New test.
6d4587f7 11054
2c1be322
JJ
110552001-02-16 Jakub Jelinek <jakub@redhat.com>
11056
11057 * g++.old-deja/g++.other/init16.C: Update the test so that it does
11058 not need <string> and also tests the initialization at runtime.
11059
1d2e075a
NB
110602001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
11061
11062 * gcc.c-torture/execute/longlong.c: New test.
11063
b8c25665 110642001-02-14 J"orn Rennecke <amylaar@redhat.com>
6d139650
R
11065
11066 * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
11067
b8c25665 110682001-02-14 J"orn Rennecke <amylaar@redhat.com>
49f527d5
R
11069
11070 * gcc.c-torture/execute/920302-1.c (execute):
11071 Change argument type to short.
11072
d0ab7624
NS
110732001-02-14 Nathan Sidwell <nathan@codesourcery.com>
11074
11075 * g++.old-deja/g++.pt/deduct6.C: New test.
11076
7773899b
NS
110772001-02-14 Nathan Sidwell <nathan@codesourcery.com>
11078
11079 * g++.old-deja/g++.pt/deduct5.C: New test.
11080
fe375cf1
JJ
110812001-02-14 Jakub Jelinek <jakub@redhat.com>
11082
11083 * gcc.c-torture/execute/20010209-1.c: New test.
11084
ceeaadbb
NB
110852001-02-14 Neil Booth <neil@daikokuya.demon.co.uk>
11086
11087 * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
11088
c36ae96c
GK
110892001-02-12 Geoffrey Keating <geoffk@redhat.com>
11090
4b01cd8f
GK
11091 * g++.dg/vtgc1.C: Update for new ABI.
11092
c36ae96c
GK
11093 * consistency.vlad: New directory, 1665 files.
11094
f43b2795
JM
110952001-02-12 Joseph S. Myers <jsm28@cam.ac.uk>
11096
11097 * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
11098 return type.
11099 * gcc.dg/cpp/digraphs.c: Declare puts.
11100
45abaea8
NS
111012001-02-12 Nathan Sidwell <nathan@codesourcery.com>
11102
11103 * g++.old-deja/g++.other/warn5.C: New test.
11104
996065b4
NS
111052001-02-12 Nathan Sidwell <nathan@codesourcery.com>
11106
11107 * g++.old-deja/g++.pt/spec40.C: New test.
11108
82c18d5c
NS
111092001-02-12 Nathan Sidwell <nathan@codesourcery.com>
11110
11111 * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
11112 case.
11113 * g++.old-deja/g++.ext/arrnew.C: Deprecate.
11114
d02b54f6
JJ
111152001-02-12 Jakub Jelinek <jakub@redhat.com>
11116
11117 * gcc.c-torture/compile/20010209-1.c: New test.
11118
79ff6e27
JO
111192001-02-11 Jeffrey Oldham <oldham@codesourcery.com>
11120
11121 * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
11122 excess errors message but not if it crashes.
11123 * g++.old-deja/g++.other/crash27.C: Likewise.
11124 * g++.old-deja/g++.other/crash28.C: Likewise.
11125 * g++.old-deja/g++.other/crash30.C: Likewise.
11126 * g++.old-deja/g++.other/crash32.C: Likewise.
11127 * g++.old-deja/g++.other/crash35.C: Likewise.
11128 * g++.old-deja/g++.pt/inherit2.C: Likewise.
11129
f4d07b5e
JM
111302001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
11131
11132 * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
11133 gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
11134 g++.dg/dg.exp, g++.old-deja/old-deja.exp,
11135 g77.f-torture/execute/execute.exp,
11136 g77.f-torture/noncompile/noncompile.exp,
11137 gcc.c-torture/execute/execute.exp,
11138 gcc.c-torture/execute/memcheck/memcheck.exp,
11139 gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
11140 gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
11141 gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
11142 gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
11143 gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
11144 lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
11145 lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
11146 lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
11147 Remove bug reporting instructions with ancient email addresses.
11148
1ada4cd0
JJ
111492001-02-07 Jakub Jelinek <jakub@redhat.com>
11150
11151 * gcc.dg/20010202-1.c: New test.
11152 * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
11153
7d4918a2
ZW
111542001-02-07 Zack Weinberg <zack@wolery.stanford.edu>
11155
11156 * g++.dg/stdbool-if.C: New test.
11157
b8c25665 111582001-02-07 Ovidiu Predescu <ovidiu@cup.hp.com>
7acfb19e
OP
11159
11160 * objc/execute/fdecl.m: Added main().
11161
bdc624db
JJ
111622001-02-07 Jakub Jelinek <jakub@redhat.com>
11163
11164 * gcc.c-torture/execute/20010206-1.c: New test.
11165
f2f7ac40
NB
111662001-02-06 Neil Booth <neil@daikokuya.demon.co.uk>
11167
6d4587f7 11168 * gcc.dg/cpp/avoidpaste1.c: Update.
f2f7ac40 11169
b8c25665 111702001-02-05 Ovidiu Predescu <ovidiu@cup.hp.com>
1ae10ad0
OP
11171
11172 * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
11173 Pero <nicola@brainstorm.co.uk>.
11174 * objc/execute/fdecl.m: Declare foo as pointer to AClass.
11175
a87b4257
NS
111762001-02-06 Nathan Sidwell <nathan@codesourcery.com>
11177
11178 * g++.old-deja/g++.pt/spec39.C: New test.
11179
2f4e8f2b
JJ
111802001-02-05 Jakub Jelinek <jakub@redhat.com>
11181
11182 * gcc.c-torture/compile/20010202-1.c: New test.
11183
9965d119
NS
111842001-02-05 Nathan Sidwell <nathan@codesourcery.com>
11185
11186 * g++.old-deja/g++.abi/primary2.C: New test.
11187 * g++.old-deja/g++.abi/primary3.C: New test.
11188 * g++.old-deja/g++.abi/primary4.C: New test.
11189 * g++.old-deja/g++.abi/primary5.C: New test.
11190 * g++.old-deja/g++.abi/vtable3.h: New test.
11191 * g++.old-deja/g++.abi/vtable3a.C: New test.
11192 * g++.old-deja/g++.abi/vtable3b.C: New test.
11193 * g++.old-deja/g++.abi/vtable3c.C: New test.
11194 * g++.old-deja/g++.abi/vtable3d.C: New test.
11195 * g++.old-deja/g++.abi/vtable3e.C: New test.
11196 * g++.old-deja/g++.abi/vtable3f.C: New test.
11197 * g++.old-deja/g++.abi/vtable3g.C: New test.
11198 * g++.old-deja/g++.abi/vtable3h.C: New test.
11199 * g++.old-deja/g++.abi/vtable3i.C: New test.
11200 * g++.old-deja/g++.abi/vtable3j.C: New test.
11201 * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
11202
55de1b66
JJ
112032001-02-03 Jakub Jelinek <jakub@redhat.com>
11204
11205 * g++.old-deja/g++.other/anon6.C: New test.
11206 * g++.old-deja/g++.other/anon7.C: New test.
11207
7af5ca82
NB
112082001-02-01 Neil Booth <neil@daikokuya.demon.co.uk>
11209
6d4587f7 11210 * gcc.dg/cpp/avoidpaste2.c: New tests.
7af5ca82 11211
ce662d4c
JJ
112122001-01-31 Jakub Jelinek <jakub@redhat.com>
11213
11214 * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
11215
2b1f4d81
JO
112162001-01-31 Jeffrey Oldham <oldham@codesourcery.com>
11217
11218 * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
11219 DECIMAL_DIG cases for Irix."
11220
b8c25665 112212001-01-31 J"orn Rennecke <amylaar@redhat.com>
ae7676ed
R
11222
11223 * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
11224
0aca1a4f
JM
112252001-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
11226
11227 * gcc.dg/c99-tag-1.c: New test.
11228
2e1911bf
NB
112292001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
11230
6d4587f7 11231 * gcc.dg/cpp/tr-warn1.c: Add tests.
2e1911bf 11232
fd793c7a
NB
112332001-01-31 Neil Booth <neil@daikokuya.demon.co.uk>
11234
6d4587f7
ZW
11235 * gcc.dg/cpp/avoidpaste1.c: Update.
11236 * gcc.dg/cpp/paste4.c: Update.
fd793c7a 11237
a9a18460
JO
112382001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
11239
11240 * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
11241 cases for Irix.
11242
22ef15cf
GP
112432001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11244
11245 * g++.old-deja/g++.other/inline19.C: New test.
11246
e9770d51
NB
112472001-01-30 Neil Booth <neil@daikokuya.demon.co.uk>
11248
22ef15cf 11249 * gcc.dg/Wlarger-than.c: New test.
e9770d51 11250
24274aab
NB
112512001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
11252
22ef15cf 11253 * gcc.dg/cpp/avoidpaste1.c: Fix typos.
24274aab 11254
adc88131
JJ
112552001-01-29 Jakub Jelinek <jakub@redhat.com>
11256
11257 * gcc.c-torture/execute/20010129-1.c: New test.
11258 * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
11259
14e2799a
NB
112602001-01-28 Neil Booth <neil@daikokuya.demon.co.uk>
11261
6d4587f7 11262 * gcc.dg/cpp/avoidpaste1.c: Test case.
14e2799a 11263
6001735e
JJ
112642001-01-28 Jakub Jelinek <jakub@redhat.com>
11265
11266 * g++.old-deja/g++.other/inline18.C: New test.
11267
75c1416b
KG
112682001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11269
11270 * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
11271 and __builtin_putchar.
11272
940ff66d
JJ
112732001-01-27 Jakub Jelinek <jakub@redhat.com>
11274
11275 * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
11276 tests.
11277
22892fc6
JO
112782001-01-25 Jeffrey Oldham <oldham@codesourcery.com>
11279
11280 * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
11281 floating point number rounding mode to round to the nearest
11282 representable mode.
11283
324ffb8c
JJ
112842001-01-25 Jakub Jelinek <jakub@redhat.com>
11285
11286 * g++.old-deja/g++.other/mangle2.C: New test.
11287
cedd825f
JM
112882001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
11289
11290 * gcc.c-torture/compile/20010124-1.c: New test.
11291
4b2811e9
NS
112922001-01-24 Nathan Sidwell <nathan@codesourcery.com>
11293
11294 * g++.old-deja/g++.pt/spec38.C: New test.
11295
08511114
KL
112962001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11297
11298 * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
11299 "Build don't run".
11300
390dfcbe 113012001-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
a84593a6
FS
11302
11303 * gcc.c-torture/execute/20010123-1.c: New test.
11304
92ecdfb7
NS
113052001-01-23 Nathan Sidwell <nathan@codesourcery.com>
11306
11307 * g++.old-deja/g++.pt/spec37.C: New test.
11308
4cff6abe
NS
113092001-01-23 Nathan Sidwell <nathan@codesourcery.com>
11310
11311 * g++.old-deja/g++.pt/overload14.C: New test.
11312
6aace5d4
FS
113132001-01-22 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11314
11315 * gcc.c-torture/execute/20010122-1.c: New test, exercise
11316 __builtin_return_address.
11317
62e4a758
NS
113182001-01-22 Nathan Sidwell <nathan@codesourcery.com>
11319
11320 * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
11321 * g++.old-deja/g++.pt/spec35.C: New test.
11322 * g++.old-deja/g++.pt/spec36.C: New test.
11323
399241d9
JJ
113242001-01-20 Jakub Jelinek <jakub@redhat.com>
11325
11326 * gcc.c-torture/compile/20010118-1.c: New test.
11327
29aad310
NB
113282001-01-20 Neil Booth <neil@daikokuya.demon.co.uk>
11329
399241d9 11330 * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
29aad310 11331
fa7aa1fe
JJ
113322001-01-19 Jakub Jelinek <jakub@redhat.com>
11333
11334 * gcc.c-torture/execute/20010119-1.c: New test.
11335
1e00f18c
NS
113362001-01-19 Nathan Sidwell <nathan@codesourcery.com>
11337
11338 * g++.old-deja/g++.other/vbase5.C: New test.
11339
9f1b75fc
JJ
113402001-01-19 Jakub Jelinek <jakub@redhat.com>
11341
11342 * gcc.c-torture/execute/20010118-1.c: New test.
11343
f9c244b8
NS
113442001-01-19 Nathan Sidwell <nathan@codesourcery.com>
11345
11346 * g++.old-deja/g++.pt/deduct3.C: New test.
11347
08c2df0f
NS
113482001-01-19 Nathan Sidwell <nathan@codesourcery.com>
11349
11350 * g++.old-deja/g++.pt/spec34.C: New test.
11351
02d02725
DB
113522001-01-19 "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
11353
11354 * g77.f-torture/compile/20000601-2.f: New test.
11355
f5ceeec8
NS
113562001-01-18 Nathan Sidwell <nathan@codesourcery.com>
11357
11358 * g++.old-deja/g++.other/init17.C: New test.
11359
34508ae8
AO
113602001-01-18 Alexandre Oliva <aoliva@redhat.com>
11361
11362 * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
11363
028d1f20
NS
113642001-01-18 Nathan Sidwell <nathan@codesourcery.com>
11365
11366 * g++.old-deja/g++.pt/unify8.C: New test.
11367
9f724b6a
NS
113682001-01-18 Nathan Sidwell <nathan@codesourcery.com>
11369
11370 * g++.old-deja/g++.abi/vbase1.C: New test.
11371
522d6614
NS
113722001-01-18 Nathan Sidwell <nathan@codesourcery.com>
11373
11374 * g++.old-deja/g++.pt/crash65.C: New test.
11375
e096bdde
NB
113762001-01-18 Neil Booth <neil@daikokuya.demon.co.uk>
11377
6d4587f7 11378 * gcc.dg/cpp/assembl2.S: New test case.
e096bdde 11379
acf8f04b
JO
113802001-01-17 Jeffrey Oldham <oldham@codesourcery.com>
11381
11382 * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
11383 are supported.
11384
5f3aebea
KG
113852001-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11386
11387 * g++.old-deja/g++.other/builtins1.C: New test.
11388 * g++.old-deja/g++.other/builtins2.C: Likewise.
11389 * g++.old-deja/g++.other/builtins3.C: Likewise.
11390 * g++.old-deja/g++.other/builtins4.C: Likewise.
11391
5efdd890
JJ
113922001-01-17 Jakub Jelinek <jakub@redhat.com>
11393
11394 * gcc.c-torture/compile/20010117-1.c: New test.
d70401eb 11395 * gcc.c-torture/compile/20010117-2.c: New test.
5efdd890 11396
c5a9e845
TM
113972001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
11398
11399 * g77.f-torture/execute/20010116.[fx]: New test,
11400 XFAIL on i?86-*-*.
11401 * g77.f-torture/compile/20010115.f: Indicate it's
11402 a test for PR fortran/1636.
11403
64dcdf78
JM
114042001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
11405
11406 * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
11407
9f1630a9
TM
114082001-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
11409
11410 * g77.f-torture/compile/20010115.f: New test.
11411
db3f4e4e
NS
114122001-01-15 Nathan Sidwell <nathan@codesourcery.com>
11413
11414 * g++.old-deja/g++.pt/nontype5.C: New test.
11415
f617c7a3
NB
114162001-01-15 Neil Booth <neil@daikokuya.demon.co.uk>
11417
6d4587f7
ZW
11418 * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
11419 have an equivalent working one below it.
11420
e5aed4e1
JO
114212001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
11422
11423 * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
11424 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11425
e3585d4f
JO
114262001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
11427
11428 * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
11429 message containing "init_priority".
11430 (conpr-2.C): Likewise.
11431 (conpr-3.C): Likewise.
11432 * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
11433
bfeee001
FS
114342001-01-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11435
11436 * gcc.c-torture/execute/20010114-2.c: New test.
11437
b859a98d
JM
114382001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
11439
11440 * gcc.c-torture/compile/20010114-1.c: New test.
11441 * gcc.c-torture/compile/20010114-1.x: Xfail.
11442 * gcc.c-torture/compile/20010114-2.c: New test.
11443 * gcc.c-torture/execute/20010114-1.c: New test.
11444 * gcc.dg/trunc-1.c: New test.
11445 * gcc.dg/uninit-B.c: New test.
11446
04ae6c59
NC
114472001-01-13 Nick Clifton <nickc@redhat.com>
11448
11449 * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
11450 target.
11451
6f6684e6
JM
114522001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
11453
11454 * gcc.c-torture/compile/20010113-1.c: New test.
11455
b874b32d
JJ
114562001-01-13 Jakub Jelinek <jakub@redhat.com>
11457
11458 * gcc.c-torture/compile/20001212-1.c: New test.
11459
fabfd802
NB
114602001-01-13 Neil Booth <neil@daikokuya.demon.co.uk>
11461
6d4587f7
ZW
11462 * gcc.dg/cpp/widestr1.c: Update.
11463 * gcc.dg/cpp/prag-imp.c: Remove.
fabfd802 11464
8b6a5902
JJ
114652001-01-12 Jakub Jelinek <jakub@redhat.com>
11466
11467 * gcc.c-torture/execute/20000801-3.x: Remove.
11468 * gcc.dg/c90-init-1.c: New test.
11469 * gcc.dg/c99-init-1.c: New test.
11470 * gcc.dg/c99-init-2.c: New test.
11471 * gcc.dg/gnu99-init-1.c: New test.
11472
efce71c6
RE
114732001-01-12 Richard Earnshaw <rearnsha@arm.com>
11474
11475 * lib/f-torture.exp (f_torture_compile): Prune the warnings before
11476 testing that no relevant ones were found.
11477
0949f723
NS
114782001-01-12 Nathan Sidwell <nathan@codesourcery.com>
11479
11480 * g++.old-deja/g++.pt/cast2.C: New test.
11481
a8641661
NS
114822001-01-12 Nathan Sidwell <nathan@codesourcery.com>
11483
11484 * g++.old-deja/g++.pt/friend47.C: New test.
11485
79c9e159
NS
114862001-01-11 Nathan Sidwell <nathan@codesourcery.com>
11487
11488 * g++.old-deja/g++.pt/instantiate13.C: New test.
11489
96a1e32d
NS
114902001-01-11 Nathan Sidwell <nathan@codesourcery.com>
11491
11492 * g++.old-deja/g++.other/defarg7.C: New test.
11493 * g++.old-deja/g++.other/defarg8.C: New test.
11494
114952001-01-11 Nathan Sidwell <nathan@codesourcery.com>
11496
11497 * g++.old-deja/g++.pt/crash64.C: New test.
11498
b37bf5bd
NS
114992001-01-11 Nathan Sidwell <nathan@codesourcery.com>
11500
11501 * g++.old-deja/g++.pt/crash63.C: New test.
11502
f7d7b651
NB
115032001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
11504
11505 * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
11506
d0be7718
AL
115072001-01-10 Alan Lehotsky <lehotsky@tiac.net>
11508
11509 * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
6d4587f7 11510
31bb3027
NS
115112001-01-10 Nathan Sidwell <nathan@codesourcery.com>
11512
b37bf5bd 11513 * g++.old-deja/g++.pt/error3.C: New test.
31bb3027 11514
fd3f43e7
NS
115152001-01-10 Nathan Sidwell <nathan@codesourcery.com>
11516
b37bf5bd 11517 * g++.old-deja/g++.other/crash39.C: New test.
fd3f43e7 11518
042b4c4e
NS
115192001-01-10 Nathan Sidwell <nathan@codesourcery.com>
11520
b37bf5bd 11521 * g++.old-deja/g++.other/vbase4.C: New test.
042b4c4e 11522
2830551d
JL
115232001-01-08 Jonathan Larmour <jlarmour@redhat.com>
11524
11525 * gcc.dg/20000419-2.c: Move to "special" subdirectory.
6d4587f7
ZW
11526 * gcc.dg/special/20000419-2.c: New file. Identical to above.
11527 * gcc.dg/special/special.exp: New test driver which will check
11528 for alias support for the above test.
2830551d 11529
9088c6fc
AL
115302001-01-09 Alan Lehotsky <lehotsky@tiac.net>
11531
11532 * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
11533 problems on small machines.
11534 * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
6d4587f7
ZW
11535 parameterize.
11536
3ee816a4
JO
115372001-01-09 Jeffrey Oldham <oldham@codesourcery.com>
11538
11539 * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
11540 mips.
11541 * g++.old-deja/g++.ext/instantiate3.C: Likewise.
11542
186c0fbe
NS
115432001-01-09 Nathan Sidwell <nathan@codesourcery.com>
11544
11545 * g++.old_deja/g++.pt/using8.C: New test.
11546
654d7a33
JM
115472001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
11548
11549 * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
11550
18eb26d4
LR
115512000-01-08 Loren J. Rittle <ljrittle@acm.org>
11552
11553 * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
11554 where a failure is expected.
11555 * gcc.c-torture/execute/ieee/rbug.x: Likewise.
11556
3febd123
NS
115572001-01-08 Nathan Sidwell <nathan@codesourcery.com>
11558
11559 * g++.old_deja/g++.pt/instantiate12.C: New test.
11560
1f0d71c5
NS
115612001-01-08 Nathan Sidwell <nathan@codesourcery.com>
11562
11563 * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
11564 start of structs.
11565 * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
11566 * g++.old-deja/g++.brendan/crash17.C: Likewise.
11567 * g++.old-deja/g++.brendan/crash29.C: Likewise.
11568 * g++.old-deja/g++.brendan/crash48.C: Likewise.
11569 * g++.old-deja/g++.brendan/ns1.C: Likewise.
11570 * g++.old-deja/g++.brendan/warnings1.C: Likewise.
11571 * g++.old-deja/g++.bugs/900205_04.C: Likewise.
11572 * g++.old-deja/g++.bugs/900514_03.C: Likewise.
11573 * g++.old-deja/g++.eh/spec6.C: Likewise.
11574 * g++.old-deja/g++.jason/crash3.C: Likewise.
11575 * g++.old-deja/g++.law/ctors11.C: Likewise.
11576 * g++.old-deja/g++.law/ctors17.C: Likewise.
11577 * g++.old-deja/g++.law/ctors5.C: Likewise.
11578 * g++.old-deja/g++.law/ctors9.C: Likewise.
11579 * g++.old-deja/g++.mike/ambig1.C: Likewise.
11580 * g++.old-deja/g++.mike/net22.C: Likewise.
11581 * g++.old-deja/g++.mike/p3538a.C: Likewise.
11582 * g++.old-deja/g++.mike/p3538b.C: Likewise.
11583 * g++.old-deja/g++.mike/virt3.C: Likewise.
11584 * g++.old-deja/g++.niklas/t128.C: Likewise.
11585 * g++.old-deja/g++.other/anon4.C: Likewise.
11586 * g++.old-deja/g++.other/using1.C: Likewise.
11587 * g++.old-deja/g++.other/warn3.C: Likewise.
11588 * g++.old-deja/g++.pt/t37.C: Likewise.
11589 * g++.old-deja/g++.robertl/eb69.C: Likewise.
11590 * g++.old-deja/g++.robertl/eb71.C: Likewise.
11591
5bf15e84 115922001-01-08 Nathan Sidwell <nathan@codesourcery.com>
76191fdd
NS
11593
11594 * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
11595
18f988a0
KG
115962001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11597
11598 * gcc.c-torture/execute/stdio-opt-3.c: New test.
11599
eaf19aba
JJ
116002001-01-07 Jakub Jelinek <jakub@redhat.com>
11601
11602 * gcc.c-torture/compile/20010107-1.c: New test.
11603
796cdb65
JM
116042001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
11605
11606 * gcc.c-torture/execute/builtin-noret-1.c: New test.
11607
42110e7b
JM
116082001-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
11609
11610 * gcc.dg/format/format.h: New file.
11611 * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
11612 gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
11613 gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
11614 gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
11615 gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
11616 gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
11617 gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
11618 gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
11619 gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
11620 gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
11621 gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
11622 gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
11623 gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
11624 gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
11625 gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
11626 gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
11627 gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
11628 gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
11629 gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
11630 gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
11631 gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
11632 instead of declaring standard types, macros and functions in each
11633 test.
11634
a7c52352
AO
116352001-01-06 Alexandre Oliva <aoliva@redhat.com>
11636
11637 * gcc.c-torture/execute/20010106-1.c: New test.
11638
cd566273
JM
116392001-01-06 Joseph S. Myers <jsm28@cam.ac.uk>
11640
11641 * gcc.dg/format/format.exp: New file.
11642 * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
11643 * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
11644 * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
11645 * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
11646 * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
11647 * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
11648 * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
11649 * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
11650 * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
11651 * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
11652 * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
11653 * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
11654 * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
11655 * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
11656 * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
11657 * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
11658 * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
11659 * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
11660 * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
11661 * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
11662 * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
11663 * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
11664 * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
11665 * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
11666 * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
11667 * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
11668 * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
11669 * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
11670 * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
11671 * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
11672 * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
11673 * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
11674 * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
11675 * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
11676 * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
11677 * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
11678 * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
11679 * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
11680 * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
11681 * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
11682 * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
11683 * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
11684
336bc4ae
AO
116852001-01-05 Alexandre Oliva <aoliva@redhat.com>
11686
11687 * gcc.c-torture/execute/991228-1.c: Take word endianness into
11688 account.
11689
341e3d11
JM
116902001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
11691
11692 * gcc.c-torture/execute/builtin-complex-1.c: New test.
11693
220bce48
NS
116942001-01-05 Nathan Sidwell <nathan@codesourcery.com>
11695
11696 * g++.old-deja/g++.pt/crash62.C: New test.
11697
00de56c7
RH
116982001-01-04 Richard Henderson <rth@redhat.com>
11699
11700 * gcc.dg/20000926-1.c: Update expected warnings.
11701 * gcc.dg/array-2.c: Likewise.
11702 * gcc.dg/array-4.c: Also validate flexible array members.
11703 * gcc.dg/c99-flex-array-1.c: New.
11704
32812a40
JM
117052001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
11706
11707 * gcc.c-torture/compile/20001222-1.x: Remove.
11708
b8c25665 117092001-01-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7ffcb17f
RK
11710
11711 * gcc.c-torture/execute/built-in-setjmp.c: New.
11712
584ef5fe
RH
117132001-01-03 Richard Henderson <rth@redhat.com>
11714
11715 * gcc.dg/940510-1.c: Update expected error wording.
11716 * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
11717
9ef6d39a
JO
117182001-01-03 Jeffrey Oldham <oldham@codesourcery.com>
11719
11720 * lib/target-supports.exp (check_alias_available): Modified to
6d4587f7 11721 indicate aliases not supported if only weak aliases are supported.
9ef6d39a 11722
819c1488
KG
117232001-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11724
11725 * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
11726 Turn on cmpstrsi checks for __pj__ and __i370__.
11727
3c505507
NS
117282001-01-03 Nathan Sidwell <nathan@codesourcery.com>
11729
11730 * g++.old-deja/g++.other/virtual11.C: New test.
11731
03378143
NS
117322001-01-03 Nathan Sidwell <nathan@codesourcery.com>
11733
11734 * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
11735
086715fa
KG
117362001-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11737
11738 * gcc.c-torture/compile/20010102-1.c: New test.
11739
42ded877
AJ
117402001-01-02 Andreas Jaeger <aj@suse.de>
11741
11742 * gcc.dg/noreturn-3.c: New test.
11743
11744 * gcc.dg/noreturn-4.c: New test.
11745
c2e42aab
KG
117462001-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11747
11748 * gcc.c-torture/execute/stdio-opt-1.c: Also test
11749 __builtin_fputc and __builtin_fwrite.
11750
965a9c31
JO
117512000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
11752
11753 * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
11754 signed char, not default char.
11755
9b961b95
JO
117562000-12-30 Jeffrey Oldham <oldham@codesourcery.com>
11757
11758 * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
11759
d05e34f2
DB
117602000-12-30 David Billinghurst <David.Billinghurst@riotinto.com>
11761
11762 * lib/g++.exp: Use sh to exec ${odir_v3}/tests_flags
11763
12db0efc
RH
117642000-12-29 Richard Henderson <rth@redhat.com>
11765
11766 * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
11767 (__cyg_profile_func_exit): Define.
11768
cd372c39
HPN
117692000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
11770
11771 * g++.dg/vtgc1.C: New test.
11772
bc5137ae
GK
117732000-12-28 Geoffrey Keating <geoffk@redhat.com>
11774
fb8b656c
GK
11775 * gcc.dg/noncompile/20001228-1.c: New test.
11776
f33f0c3a 11777 * gcc.dg/20001228-1.c: New test.
42ded877 11778
bc5137ae
GK
11779 * gcc.c-torture/execute/20001228-1.c: New test.
11780
26f6672d
JM
117812000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
11782
11783 * gcc.dg/format-strfmon-1.c: New test.
11784
ce94d12f
KG
117852000-12-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11786
11787 * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
11788 * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
11789 * gcc.c-torture/execute/string-opt-1.c: Likewise.
11790 * gcc.c-torture/execute/string-opt-2.c: Likewise.
11791 * gcc.c-torture/execute/string-opt-3.c: Likewise.
11792 * gcc.c-torture/execute/string-opt-4.c: Likewise.
11793 * gcc.c-torture/execute/string-opt-6.c: Likewise.
11794 * gcc.c-torture/execute/string-opt-7.c: Likewise.
11795 * gcc.c-torture/execute/string-opt-8.c: Likewise.
11796 * gcc.c-torture/execute/string-opt-9.c: Likewise.
11797 * gcc.c-torture/execute/string-opt-10.c: Likewise.
11798 * gcc.c-torture/execute/string-opt-11.c: Likewise.
11799 * gcc.c-torture/execute/string-opt-12.c: Likewise.
11800
11801 * gcc.c-torture/execute/string-opt-3.c: Test rindex.
11802 * gcc.c-torture/execute/string-opt-4.c: Test index.
11803
6cbadf36
GK
118042000-12-26 Geoffrey Keating <geoffk@redhat.com>
11805
11806 * gcc.c-torture/compile/20001226-1.c: New test.
11807
ab461298
JM
118082000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
11809
11810 * gcc.c-torture/compile/20001222-1.c: New test.
11811 * gcc.c-torture/compile/20001222-1.x: Xfail.
11812
b8c25665 118132000-12-22 Alexandre Oliva <aoliva@redhat.com>
292b48db
AO
11814
11815 * gcc.c-torture/execute/comp-goto-2.c: New test.
11816
b8c25665 118172000-12-21 J"orn Rennecke <amylaar@redhat.com>
3546ef58
R
11818
11819 * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
11820 Use long types if __INT_MAX__ is 32767.
11821 (main): Use cast to (sint32 *) when poking 88 into a_page.
11822
ee4fca58
R
11823 * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
11824
dd16cb7c
BS
118252000-12-21 Bernd Schmidt <bernds@redhat.com>
11826
11827 * gcc.c-torture/compile/20001221-1.c: New test.
710916e6 11828 * gcc.c-torture/execute/20001221-1.c: New test.
dd16cb7c 11829
1e248ee3
RH
118302000-12-20 Richard Henderson <rth@redhat.com>
11831
11832 * g++.old-deja/g++.pt/crash36.C: Update error lines.
11833 * g++.old-deja/g++.robertl/eb109.C: Likewise.
11834
9d2dc7da
KG
118352000-12-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11836
11837 * gcc.dg/compare3.c: New test.
11838
20d380b1
JM
118392000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11840
11841 * gcc.dg/format-warnll-1.c: New test.
11842
ee83b1f7
NB
118432000-12-18 Neil Booth <neil@daikokuya.demon.co.uk>
11844
11845 * gcc.dg/cpp/cmdlne-P.c: New test.
11846
9b4ea1a8
JM
118472000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11848
11849 * gcc.c-torture/execute/builtin-abs-1.c,
11850 gcc.c-torture/execute/builtin-abs-2.c: New tests.
11851
4119f8a1
NB
118522000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
11853
6d4587f7 11854 * gcc.dg/cpp/multiline.c: New test.
4119f8a1 11855
ad263514
NB
118562000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
11857
6d4587f7
ZW
11858 * g++.old-deja/g++.other/syshdr1.C: Update.
11859 * gcc.dg/cpp/lineflags.c: Remove temporarily.
ad263514 11860
221c7a7f
KL
118612000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11862
11863 * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
11864
b429fdf0
KL
118652000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11866
11867 * g++.old-deja/g++.pt/ttp65.C: New test.
11868
c2beae77
KL
118692000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11870
11871 * g++.old-deja/g++.pt/ttp64.C: New test.
11872
edac124d
KL
118732000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11874
11875 * g++.old-deja/g++.pt/spec33.C: New test.
11876
eb9461fb
CM
118772000-12-14 Catherine Moore <clm@redhat.com>
11878
11879 * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
11880 * gcc.c-torture/execute/920612-2.c: Likewise.
11881 * gcc.c-torture/execute/920428-2.c: Likewise.
11882 * gcc-c-torture/execute/va-arg-11.c: Call exit.
11883 * gcc.c-torture/execute/va-arg-21.c: Likewise.
11884
7c757aa4
FS
118852000-12-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11886
11887 * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
11888 * gcc.dg/pack-test-2.c: Likewise.
11889
04fd40b9
NB
118902000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
11891
11892 Tests by Zack Weinberg <zackw@stanford.edu>.
11893
11894 * gcc.dg/cpp/defined.c: Update.
11895 * gcc.dg/cpp/defined_trad.c: New tests.
11896
31a408bc
NB
118972000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
11898
11899 * gcc.dg/cpp/trad-direct.c: Update.
11900
a0fd9909
NB
119012000-12-11 Neil Booth <neilb@earthling.net>
11902
11903 * gcc.dg/cpp/defined_trad.c
11904
49134400
NB
119052000-12-11 Neil Booth <neilb@earthling.net>
11906
6d4587f7 11907 * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
49134400 11908
e45046ae
JM
119092000-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
11910
11911 * gcc.dg/format-miss-2.c: New test.
11912
97665491
NB
119132000-12-09 Neil Booth <neilb@earthling.net>
11914
6d4587f7
ZW
11915 * gcc.dg/cpp/lineflags.c: New tests.
11916 * gcc.dg/cpp/poison.c: Update.
11917 * gcc.dg/cpp/redef2.c: Update.
11918 * gcc.dg/cpp/skipping.c: New test.
97665491 11919
f3588f1a
GK
119202000-12-07 Geoffrey Keating <geoffk@redhat.com>
11921
11922 * g++.old-deja/g++.other/eh3.C: New testcase.
11923
5133d90e
NB
119242000-12-07 Neil Booth <neilb@earthling.net>
11925
6d4587f7
ZW
11926 * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
11927 wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
11928 wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
11929 wtr-union-init-2.c, wtr-union-init-3.c: Update.
11930 * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
11931 Update.
5133d90e 11932
02428c5d
JM
119332000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
11934
11935 * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
11936 __SIZE_TYPE__ instead of int for type of integers cast to
11937 pointers.
11938
5eec2847
JJ
119392000-12-07 Jakub Jelinek <jakub@redhat.com>
11940
11941 * g++.old-deja/g++.other/cleanup4.C: New test.
11942
c907e684
JM
119432000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
11944
11945 * format-sec-1.c: New test.
11946
1c248308
JM
119472000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
11948
11949 * gcc.dg/format-nonlit-3.c: New test.
11950
014e7f1d
JM
119512000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
11952
11953 * gcc.dg/c90-printf-1.c: Add test for printf formats reading
11954 through a null pointer.
11955
74601d7c
KL
119562000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11957
11958 * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
11959 * g++.old-deja/g++.pt/partial4.C: New test.
11960
56ef50e4
DA
119612000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
11962
11963 * gcc.c-torture/execute/ieee/hugeval.x: New.
11964
176cb778
NB
119652000-12-06 Neil Booth <neilb@earthling.net>
11966
11967 * gcc.dg/cpp/backslash2.c: New tests.
11968
a903143d
KG
119692000-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11970
11971 * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
11972 * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
11973
06a3a6db
GK
119742000-12-05 Geoffrey Keating <geoffk@redhat.com>
11975
11976 * gcc.c-torture/execute/20001203-2.c: New testcase.
11977
cbb40945
NS
119782000-12-05 Nathan Sidwell <nathan@codesourcery.com>
11979
11980 * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
11981 * g++.old-deja/g++.other/virtual10.C: New test.
11982
61402b80
NS
119832000-12-05 Nathan Sidwell <nathan@codesourcery.com>
11984
11985 * g++.old-deja/g++.mike/pmf5.C: Remove test.
11986
7d361583
RH
119872000-12-05 Richard Henderson <rth@redhat.com>
11988
11989 * gcc.c-torture/compile/20001205-1.c: New.
11990
72ca2dee
NB
119912000-12-04 Neil Booth <neilb@earthling.net>
11992
11993 * g++.old-deja/g++.other/virtual9.C: New test.
11994 * g++.old-deja/g++.pt/crash61.C: New test.
11995 * gcc.c-torture/execute/loop-9.c: New test.
11996
b6972575
NB
119972000-12-04 Neil Booth <neilb@earthling.net>
11998
11999 * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
12000 * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
12001 * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
12002 * gcc.dg/cpp/extratokens.c: ...here.
12003
bb0067f2
NB
120042000-12-04 Neil Booth <neilb@earthling.net>
12005
6d4587f7
ZW
12006 * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
12007 New tests.
bb0067f2 12008
a903143d 120092000-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
611b1df4
KG
12010
12011 * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
12012 * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
12013
accc8668
JM
120142000-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
12015
12016 * gcc.c-torture/execute/20001203-1.c: New test.
12017
881bc7db
NB
120182000-12-03 Neil Booth <neilb@earthling.net>
12019
6d4587f7 12020 * gcc.dg/cpp/macro6.c: New test cases.
881bc7db 12021
ca8034a0
KG
120222000-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12023
d118937d
KG
12024 * gcc.c-torture/execute/string-opt-9.c: New test.
12025 * gcc.c-torture/execute/string-opt-10.c: Likewise.
12026 * gcc.c-torture/execute/string-opt-11.c: Likewise.
12027 * gcc.c-torture/execute/string-opt-12.c: Likewise.
12028
12029 * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
12030 * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
ca8034a0 12031
690c96c8
GK
120322000-12-02 Geoffrey Keating <geoffk@redhat.com>
12033
12034 * gcc.dg/cpp/if-6.c: New testcase.
b43db0b3
GK
12035
12036 * gcc.dg/20001201-1.c: New testcase.
690c96c8 12037
f7674545
NB
120382000-12-02 Neil Booth <neilb@earthling.net>
12039
6d4587f7
ZW
12040 * g++.old-deja/g++.other/externC4.C,
12041 g++.old-deja/g++.other/friend10.C: New tests.
f7674545 12042
1b83352e
NB
120432000-12-02 Neil Booth <neilb@earthling.net>
12044
6d4587f7
ZW
12045 * g++.old-deja/g++.other/instan2.C
12046 * g++.old-deja/g++.other/instan3.C: New test.
1b83352e 12047
692344cf
NB
120482000-12-02 Neil Booth <neilb@earthling.net>
12049
6d4587f7
ZW
12050 * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
12051 c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
12052 gnuc99.c,gnuc99-pedantic.c: New tests.
692344cf 12053
4d808927
JM
120542000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
12055
12056 * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
12057 gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
12058
92e092fe
NB
120592000-12-01 Neil Booth <neilb@earthling.net>
12060
6d4587f7
ZW
12061 * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
12062 * gcc.dg/cpp/poison.c: Update.
12063 * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
92e092fe 12064
042db57e
TM
120652000-12-01 Toon Moene <toon@moene.indiv.nluug.nl>
12066
12067 * g77.f-torture/execute/20001201.f: New test.
12068
c7b82833
JM
120692000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
12070
12071 * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
12072
ab937357
JJ
120732000-12-01 Jakub Jelinek <jakub@redhat.com>
12074
12075 * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
12076
13f9714b
NS
120772000-12-01 Nathan Sidwell <nathan@codesourcery.com>
12078
12079 * g++.old-deja/g++.other/cast6.C: New test.
12080
be10afdf
GK
120812000-11-30 Geoffrey Keating <geoffk@redhat.com>
12082
12083 * gcc.c-torture/execute/20001130-2.c: New testcase.
12084
41c39533
RH
120852000-11-30 Richard Henderson <rth@redhat.com>
12086
12087 * gcc.c-torture/execute/20001130-1.c: New test.
12088
31b1b957
NS
120892000-11-30 Nathan Sidwell <nathan@codesourcery.com>
12090
12091 * g++.old-deja/g++.other/op3.C: New test.
12092
717e3f73
NS
120932000-11-30 Nathan Sidwell <nathan@codesourcery.com>
12094
12095 * g++.old-deja/g++.other/op2.C: New test.
12096
2c92b94d
NS
120972000-11-30 Nathan Sidwell <nathan@codesourcery.com>
12098
12099 * g++.old-deja/g++.other/crash38.C: New test.
12100
b2d7dd20
TM
121012000-11-29 Toon Moene <toon@moene.indiv.nluug.nl>
12102
12103 * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
12104
57814e5e
JJ
121052000-11-29 Jakub Jelinek <jakub@redhat.com>
12106
12107 * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
12108 tests.
12109 * gcc.c-torture/execute/string-opt-6.c: New test.
12110
78cd99d0
JJ
12111 * gcc.dg/20001117-1.c: Add main.
12112
70cf82bc
GK
121132000-11-28 Geoffrey Keating <geoffk@redhat.com>
12114
12115 * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
12116 Move from here ...
12117 * gcc.dg/940510-1.c: ... to here.
12118
12119 * gcc.dg/20000926-1.c: GNU C now allows initializations of
12120 zero-size arrays in toplevel structures.
12121
48c4d691
JJ
121222000-11-28 Jakub Jelinek <jakub@redhat.com>
12123
12124 * gcc.c-torture/execute/loop-8.c: New test.
12125
bb92901d
NS
121262000-11-28 Nathan Sidwell <nathan@codesourcery.com>
12127
12128 * g++.old-deja/g++.other/base1.C: New test.
12129
2f3608c3
NS
121302000-11-28 Nathan Sidwell <nathan@codesourcery.com>
12131
12132 * g++.old-deja/g++.other/parse2.C: New test.
12133
eeb75383
NS
121342000-11-28 Nathan Sidwell <nathan@codesourcery.com>
12135
12136 * g++.old-deja/g++.pt/incomplete1.C: New test.
12137
5ee4cc26
NS
121382000-11-28 Nathan Sidwell <nathan@codesourcery.com>
12139
12140 * g++.old-deja/g++.other/friend9.C: New test.
12141
dd80b906
JJ
121422000-11-28 Jakub Jelinek <jakub@redhat.com>
12143
12144 * gcc.dg/20001127-1.c: New test.
12145
76e57b45
NS
121462000-11-27 Nathan Sidwell <nathan@codesourcery.com>
12147
5ee4cc26 12148 * g++.old-deja/g++.pt/friend46.C: New test.
76e57b45 12149
f9825168
NS
121502000-11-27 Nathan Sidwell <nathan@codesourcery.com>
12151
12152 * g++.old-deja/g++.other/ptrmem8.C: New test.
12153
1789599b
KG
121542000-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12155
12156 * gcc.c-torture/execute/string-opt-7.c: New test.
12157 * gcc.c-torture/execute/string-opt-8.c: Likewise.
12158
b21218ce
GDR
121592000-11-26 Gabriel Dos Reis <gdr@codesourcery.com>
12160
12161 * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
12162 instead of 'mkcheck 2'.
12163
9399bad3
JM
121642000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
12165
12166 * gcc.c-torture/execute/memcheck/driver.c,
12167 gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
12168 C9X references to refer to C99.
12169
4df1190a
JJ
121702000-11-25 Jakub Jelinek <jakub@redhat.com>
12171
12172 * gcc.dg/ultrasp3.c: New test.
12173
4fe0a76c
NB
121742000-11-25 Neil Booth <neilb@earthling.net>
12175
12176 * gcc.dg/cpp/include2.c: Update test to be locale independent.
12177
9eca082e
AO
121782000-11-25 Alexandre Oliva <aoliva@redhat.com>
12179
12180 * gcc.c-torture/compile/20001123-2.c: New.
12181
3a163b1a
KL
121822000-11-24 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12183
12184 * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
12185
235cfbc4
BS
121862000-11-24 Bernd Schmidt <bernds@redhat.co.uk>
12187
12188 * gcc.dg/sequence-point-1.c: Add some new tests.
222de5be 12189 * gcc.c-torture/execute/20001124-1.c: New test.
235cfbc4 12190
2f401cc8
NS
121912000-11-24 Nathan Sidwell <nathan@codesourcery.com>
12192
12193 * g++.old-deja/g++.other/vaarg4.C: New test.
12194 * gcc.c-torture/compile/20001123-1.c: New test.
12195
3d7e9ba4
NS
121962000-11-24 Nathan Sidwell <nathan@codesourcery.com>
12197
12198 * g++.other/crash24.C: Adjust and remove XFAIL.
12199 * g++.other/crash37.C: New test.
12200
ab097535
NS
122012000-11-23 Nathan Sidwell <nathan@codesourcery.com>
12202
12203 * g++.old-deja/g++.pt/instantiate9.C: New test.
12204
71ca6fe9
MM
122052000-11-22 Mark Mitchell <mark@codesourcery.com>
12206
a862e958
MM
12207 * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
12208 new ABI, too.
12209
71ca6fe9
MM
12210 * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
12211 * g++.old-deja/g++.robertl/eb55.C: Likewise.
12212
a16f893b
NB
122132000-11-22 Neil Booth <neilb@earthling.net>
12214
12215 * gcc.dg/cpp/Wtrigraphs.c: New test.
12216
b60585a0
LR
122172000-11-22 Loren J. Rittle <ljrittle@acm.org>
12218
6d4587f7 12219 * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
b60585a0 12220
e5a7acdd
JJ
122212000-11-22 Jakub Jelinek <jakub@redhat.com>
12222
12223 * gcc.c-torture/execute/ieee/20001122-1.c: New test.
12224
d93415c9
HPN
122252000-11-22 Hans-Peter Nilsson <hp@bitrange.com>
12226
12227 * lib/gcc-dg.exp: load_lib scanasm.exp.
12228 (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
12229 * lib/g++-dg.exp: load_lib scanasm.exp.
12230 * lib/scanasm.exp: New.
12231 (scan-assembler, scan-assembler-not): Add optional arguments to
12232 test name, or if not present, the pattern name.
033b8a0c 12233 (scan-assembler-dem, scan-assembler-dem-not): New.
d93415c9
HPN
12234
12235 * g++.dg/dg.exp: New.
12236
65aa8276
NB
122372000-11-21 Neil Booth <neilb@earthling.net>
12238
6d4587f7 12239 * gcc.dg/cpp/integrated1.c: Remove.
65aa8276 12240
ce79b0ca
JJ
122412000-11-21 Jakub Jelinek <jakub@redhat.com>
12242
12243 * gcc.c-torture/execute/20001121-1.c: New test.
12244
a5ccb99d
RH
122452000-11-21 Richard Henderson <rth@redhat.com>
12246
12247 * gcc.c-torture/compile/20001121-1.c: New test.
12248
51073b1c
NB
122492000-11-20 Neil Booth <neilb@earthling.net>
12250
12251 * gcc.dg/cpp/integrated1.c: New test.
12252
6b16805e
JJ
122532000-11-21 Jakub Jelinek <jakub@redhat.com>
12254
12255 * g++.old-deja/g++.other/inline17.C: New test.
12256
b5ecf629
DL
122572000-11-20 Donald Lindsay <dlindsay@redhat.com>
12258
12259 * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
12260 local variable to be zero: I made the variable global. Now
12261 uses abort() and exit() instead of relying on main's return value.
12262
e6afac94
NB
122632000-11-20 Neil Booth <neilb@earthling.net>
12264
6d4587f7
ZW
12265 * gcc.dg/cpp/paste2.c: Update test.
12266 * objc/execute/paste.m: New test.
e6afac94 12267
1d7ff272
JM
122682000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
12269
12270 * gcc.dg/c99-condexpr-1.c: New test.
12271
029a4f4d
NB
122722000-11-20 Neil Booth <neilb@earthling.net>
12273
12274 * gcc.dg/cpp/macsyntx.c: Use correct command line option.
12275
447306fa
NS
122762000-11-20 Nathan Sidwell <nathan@codesourcery.com>
12277
12278 * g++.old-deja/g++.pt/export1.C: New test.
12279
462ef1e1
JJ
122802000-11-20 Jakub Jelinek <jakub@redhat.com>
12281
12282 * gcc.dg/20001117-1.c: New test.
12283
980c0b56
RH
122842000-11-18 Richard Henderson <rth@redhat.com>
12285
12286 * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
12287
dd4458df
RH
122882000-11-18 Richard Henderson <rth@redhat.com>
12289
12290 * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
12291 * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
12292 * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
12293
2add28a3
RH
122942000-11-18 Richard Henderson <rth@redhat.com>
12295
12296 * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
12297 (main): New. Exit cleanly.
12298
77c4d6c0
JM
122992000-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
12300
12301 * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
12302 gcc.dg/c99-fordecl-2.c: New tests.
12303
ce7d4fc8
RH
123042000-11-18 Richard Henderson <rth@redhat.com>
12305
12306 * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
12307 * gcc.c-torture/execute/zerolen-2.c: New.
12308
3734169e
FS
123092000-11-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12310
12311 * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
12312 memory.
12313
35728a80
NS
123142000-11-17 Nathan Sidwell <nathan@codesourcery.com>
12315
12316 * g++.old-deja/g++.pt/instantiate8.C: New test.
12317
5cce22b6
NS
123182000-11-17 Nathan Sidwell <nathan@codesourcery.com>
12319
12320 * g++.old-deja/g++.other/incomplete.C: Add more tests.
12321 * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
12322
e24fa9da
NC
123232000-11-16 Nick Clifton <nickc@redhat.com>
12324
12325 * gcc.c-torture/execute/nestfunc-2.c: New test.
12326 * gcc.c-torture/execute/nestfunc-3.c: New test.
12327
2b8b5d02
BS
123282000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
12329
12330 * gcc.c-torture/compile/20001116-1.c: New test.
12331
4c8fb571
FS
123322000-11-15 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12333
12334 * gcc.c-torture/execute/20001115-1.c: New test.
12335
97150c41
MM
123362000-11-15 Mark Mitchell <mark@codesourcery.com>
12337
12338 * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
12339 * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
12340 * g++.old-deja/g++.abi/ptrflags.C: Likewise.
12341 * g++.old-deja/g++.abi/vmihint.C: Likewise.
12342
cbc2c182
NB
123432000-11-15 Neil Booth <neilb@earthling.net>
12344
6d4587f7
ZW
12345 gcc.dg/cpp/_Pragma1.c: Update.
12346 gcc.dg/cpp/_Pragma2.c: New test.
cbc2c182 12347
71631a1f
NS
123482000-11-15 Nathan Sidwell <nathan@codesourcery.com>
12349
12350 * g++.old-deja/g++.other/anon5.C: New test.
12351
ab6c59fd
JM
123522000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
12353
12354 * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
12355 tests.
12356
bd7cf17e
JJ
123572000-11-14 Jakub Jelinek <jakub@redhat.com>
12358
12359 * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
12360 output.
12361
ebf02523
JM
123622000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12363
12364 * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
12365 labels at end of compound statements.
12366
529c0acb
JJ
123672000-11-13 Jakub Jelinek <jakub@redhat.com>
12368
12369 * gcc.c-torture/execute/loop-7.c: New test.
12370
b7438415
JM
123712000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12372
12373 * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
12374
19552aa5
JM
123752000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12376
12377 * gcc.dg/c99-bool-1.c: New test.
12378
444ca59f
JM
123792000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12380
12381 * gcc.dg/c99-scope-1.c: Remove xfail.
12382 * gcc.dg/c99-scope-2.c: New test.
12383
c7b6c6cd
KG
123842000-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12385
12386 * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
12387 * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
12388
b72bd9c2
MM
123892000-11-11 Mark Mitchell <mark@codesourcery.com>
12390
56964678
MM
12391 * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
12392 error messages.
12393
b72bd9c2
MM
12394 * g++.mike/p700.C: Don't typedef wchar_t.
12395 * g++.mike/p784.C: Likewise.
12396 * g++.mike/eb101.C: Don't use __wchar_t.
12397
da909756
TM
123982000-11-11 Toon Moene <toon@moene.indiv.nluug.nl>
12399
12400 * g77.f-torture/execute/20001111.[fx]: Test premature exit
12401 from DO loop.
12402
3e5c33c0
BS
124032000-11-11 Bernd Schmidt <bernds@redhat.co.uk>
12404
12405 * gcc.c-torture/execute/20001111-1.c: New test.
12406
93ae2b3e
NC
124072000-11-10 Nick Clifton <nickc@redhat.com>
12408
12409 * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
12410 long multuiple and accumulate.
12411
338bcbd5
RH
124122000-11-09 Richard Henderson <rth@redhat.com>
12413
662f340b
RH
12414 * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
12415 via size_t instead of int.
12416
338bcbd5
RH
12417 * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
12418 * gcc.c-torture/execute/string-opt-2.c: Likewise.
12419 * gcc.c-torture/execute/string-opt-3.c: Likewise.
12420 * gcc.c-torture/execute/string-opt-4.c: Likewise.
12421
b52114d2
GK
124222000-11-09 Geoffrey Keating <geoffk@redhat.com>
12423
12424 * gcc.c-torture/compile/20001109-1.c: New test.
12425 * gcc.c-torture/compile/20001109-2.c: New test.
12426
5361cbb7
NS
124272000-11-09 Nathan Sidwell <nathan@codesourcery.com>
12428
12429 * g++.old-deja/g++.pt/operator1.C: New test.
1caa7aba 12430 * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
5361cbb7 12431
c6348fe7
JJ
124322000-11-09 Jakub Jelinek <jakub@redhat.com>
12433
12434 * gcc.dg/20001108-1.c: New test.
12435
2dee4af1
JJ
124362000-11-09 Jakub Jelinek <jakub@redhat.com>
12437
12438 * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
12439 with both arguments constant strings.
12440 * gcc.c-torture/execute/string-opt-3.c: New test.
12441 * gcc.c-torture/execute/string-opt-4.c: New test.
12442 * gcc.c-torture/execute/string-opt-5.c: New test.
12443
ca68ea18
NC
124442000-11-08 Nick Clifton <nickc@redhat.com>
12445
12446 * gcc.c-torture/execute/20001108-1.c: New test case. Checks
12447 mulsidi3adddi patterns.
12448
36791f1e
NS
124492000-11-08 Nathan Sidwell <nathan@codesourcery.com>
12450
12451 * g++.old-deja/g++.other/crash36.C: New test.
12452
321565d3
JJ
124532000-11-08 Jakub Jelinek <jakub@redhat.com>
12454
12455 * g++.old-deja/g++.other/init16.C: New test.
12456
f0cbb7ac
LR
124572000-11-06 Loren J. Rittle <ljrittle@acm.org>
12458
12459 * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
12460
475e22ba
JO
124612000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
12462
12463 * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
12464 * gcc.c-torture/execute/va-arg-16.x: Likewise.
12465 * gcc.c-torture/execute/va-arg-17.x: Likewise.
12466
0b13d6c2
DD
124672000-11-07 DJ Delorie <dj@redhat.com>
12468
12469 * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
12470
a7c683a8
KG
124712000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12472
12473 * gcc.c-torture/execute/string-opt-1.c: New test.
12474
8735550f
JO
124752000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
12476
12477 * gcc.c-torture/execute/va-arg-15.x: New file. Fails on
12478 mips-sgi-irix6.* because the MIPS ABI passes floating-point
12479 parameters in registers, and there is no way for a varargs
12480 function to know in which order the integer and floating-point
12481 parameters should be interleaved when they are placed on the
12482 stack.
12483 * gcc.c-torture/execute/va-arg-16.x: Likewise.
12484 * gcc.c-torture/execute/va-arg-17.x: Likewise.
12485
26a87cab
KG
124862000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12487
12488 * gcc.c-torture/execute/string-opt-2.c: New test.
12489
d48ebde1
NS
124902000-11-07 Nathan Sidwell <nathan@codesourcery.com>
12491
12492 * g++.old-deja/g++.pt/crash60.C: New test.
12493
d1877a9b
JJ
124942000-11-06 Jakub Jelinek <jakub@redhat.com>
12495
12496 * g++.old-deja/g++.other/crash24.C: New test.
12497 * g++.old-deja/g++.other/crash25.C: New test.
12498 * g++.old-deja/g++.other/crash26.C: New test.
12499 * g++.old-deja/g++.other/crash27.C: New test.
12500 * g++.old-deja/g++.other/crash28.C: New test.
12501 * g++.old-deja/g++.other/crash29.C: New test.
12502 * g++.old-deja/g++.other/crash30.C: New test.
12503 * g++.old-deja/g++.other/crash31.C: New test.
12504 * g++.old-deja/g++.other/crash32.C: New test.
12505 * g++.old-deja/g++.other/crash33.C: New test.
12506 * g++.old-deja/g++.other/crash34.C: New test.
12507 * g++.old-deja/g++.other/crash35.C: New test.
12508
8b1c5fd0
JJ
125092000-11-06 Jakub Jelinek <jakub@redhat.com>
12510
12511 * gcc.c-torture/execute/20001031-1.c: New test.
12512
ffb28279
MM
125132000-11-04 Mark Mitchell <mark@codesourcery.com>
12514
bfd2cff7
MM
12515 * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
12516 namespace.
12517
247a2b0a
MM
12518 * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
12519 standards-conformant.
12520
bb77c16c
MM
12521 * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
12522
ffb28279
MM
12523 * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
12524 * g++.old-deja/g++.mike/p755a.C: Likewise.
12525 * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
12526 library makes no calls to `operator new' during initialization.
12527
e8ecb16d
NB
125282000-11-04 Neil Booth <neilb@earthling.net>
12529
6d4587f7 12530 * gcc.dg/cpp/include2.c: New tests.
e8ecb16d 12531
b8c25665 125322000-11-03 Mark P Mitchell <mark@codesourcery.com>
334c4aae
MM
12533
12534 * lib/g++.exp (g++_set_ld_library_path): New function.
12535 Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
12536
30235724
BS
125372000-11-03 Bernd Schmidt <bernds@redhat.co.uk>
12538
12539 * gcc.dg/sequence-pt-1.c: A few new tests. Unify output for bogus
12540 warnings.
12541
6a16a7f0
RH
125422000-11-01 Richard Henderson <rth@redhat.com>
12543
12544 * g++.old-deja/g++.ext/namedret1.C: New.
12545 * g++.old-deja/g++.ext/namedret2.C: New.
12546 * g++.old-deja/g++.ext/namedret3.C: New.
12547
e201b0a7
GK
125482000-10-31 Geoffrey Keating <geoffk@cygnus.com>
12549
12550 * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
12551 * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
12552
c5a0835d
KG
125532000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12554
12555 * gcc.c-torture/execute/va-arg-21.c: New test.
12556
93cc1c69
JM
125572000-10-31 Joseph S. Myers <jsm28@cam.ac.uk>
12558
12559 * gcc.dg/c99-complex-2.c: New test.
12560
bcb38cc1
KG
125612000-10-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12562
12563 * gcc.c-torture/execute/stdio-opt-1.c: New test.
12564
681cb233
JJ
125652000-10-31 Jakub Jelinek <jakub@redhat.com>
12566
12567 * g++.old-deja/g++.other/inline16.C: New test.
12568
761f0855
GDR
125692000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
12570
12571 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
12572 __PRETTY_FUNCTION__
12573
9f6ef6bc
NB
125742000-10-29 Neil Booth <neilb@earthling.net>
12575
12576 * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
12577 New tests.
12578 * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
12579 * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
12580 optimisation.
12581
00c83d46
NB
125822000-10-29 Neil Booth <neilb@earthling.net>
12583
6d4587f7 12584 * gcc.dg/cpp/macro4.c, macro5.c: New tests.
00c83d46
NB
12585 * mi1.c, mi1c.h: Add null directives to multiple-include test.
12586 * mi5.c: Test multiple includes work with -C.
12587 * trigraphs.c: Test ^= version.
12588
e7f7ca12
NB
125892000-10-28 Neil Booth <neilb@earthling.net>
12590
12591 New tests and test updates for new macro expander.
42ded877 12592
e7f7ca12
NB
12593 * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
12594 endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
12595 paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
12596 tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
12597 new diagnostic messages.
12598
12599 * gcc.dg/cpp/macro3.c: New tests.
12600
229a2e65
MM
126012000-10-27 Mark Mitchell <mark@codesourcery.com>
12602
12603 * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
12604 on the same line.
12605
fadb729c
JJ
126062000-10-27 Jakub Jelinek <jakub@redhat.com>
12607
12608 * g++.old-deja/g++.other/eh2.C: New test.
12609
ef3809cb
BS
126102000-10-27 Bernd Schmidt <bernds@cygnus.co.uk>
12611
12612 * gcc.c-torture/execute/20001027-1.c: New test.
12613
cf8e718a
RH
126142000-10-26 Richard Henderson <rth@redhat.com>
12615
12616 * gcc.c-torture/execute/20001026-1.c: New.
12617
140c3b7e
MM
126182000-10-26 Mark Mitchell <mark@codesourcery.com>
12619
12620 * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
12621 * g++.old-deja/g++.law/builtin1.C: Likewise.
12622 * g++.old-deja/g++.law/ctors10.C: Likewise.
12623 * g++.old-deja/g++.law/virtual3.C: Likewise.
12624 * g++.old-deja/g++.mike/p658.C: Likewise.
12625 * g++.old-deja/g++.other/sibcall1.C: Likewise.
12626 * g++.old-deja/g++.other/vaarg2.C: Likewise.
12627 * g++.old-deja/g++.robertl/eb124.C: Likewise.
12628 * g++.old-deja/g++.robertl/eb44.C: Likewise.
12629 * g++.old-deja/g++.robertl/eb77.C: Likewise.
12630
cdb09fce
NS
126312000-10-26 Nathan Sidwell <nathan@codesourcery.com>
12632
12633 * gcc.c-torture/compile/20001024-1.c: New test.
12634
be5aeb60
MM
126352000-10-25 Mark Mitchell <mark@codesourcery.com>
12636
12637 * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
12638 to tell us whether or not we are using V3.
12639
5f9cd837
GDR
126402000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
12641
12642 * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
42ded877 12643 operands.
5f9cd837 12644
e0c9fbb7
JM
126452000-10-25 Joseph S. Myers <jsm28@cam.ac.uk>
12646
12647 * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
12648
dc5041ab
JJ
126492000-10-25 Jakub Jelinek <jakub@redhat.com>
12650
12651 * gcc.c-torture/execute/20001024-1.c: New test.
12652
f85b5d65
JJ
126532000-10-24 Jakub Jelinek <jakub@redhat.com>
12654
12655 * g++.old-deja/g++.other/sibcall1.C: New test.
12656
42a55121
JJ
126572000-10-20 Jakub Jelinek <jakub@redhat.com>
12658
12659 * gcc.dg/noncompile/init-3.c: New test.
12660
2f74f7e9
JM
126612000-10-20 Joseph S. Myers <jsm28@cam.ac.uk>
12662
12663 * gcc.dg/format-array-1.c: New test.
12664
81cf47b2
JM
126652000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
12666
12667 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
12668 writing through null pointers; remove comment about testing
12669 unterminated strings.
12670
15edc0cb
MH
126712000-10-17 Matthew Hiller <hiller@redhat.com>
12672
12673 * gcc.c-torture/execute/20001017-2.c: New test.
12674
0fe68387
JM
126752000-10-18 Joseph S. Myers <jsm28@cam.ac.uk>
12676
12677 * gcc.c-torture/compile/20001018-1.c: New test.
12678 * gcc.c-torture/compile/20001018-1.x: Xfail.
12679
34137553
FS
126802000-10-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12681
12682 * gcc.c-torture/execute/20001017-1.c: New test.
12683
b691cb00
JM
126842000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
12685
12686 * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
12687 for multiple use of arguments with scanf formats; add tests for
12688 multiple use of arguments.
12689
2683ed8d
BS
126902000-10-17 Bernd Schmidt <bernds@redhat.co.uk>
12691
12692 * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
12693
74ff4629
JM
126942000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
12695
12696 * gcc.dg/format-miss-1.c: New test.
12697
a5ad11e1
JJ
126982000-10-16 Jakub Jelinek <jakub@redhat.com>
12699
12700 * gcc.c-torture/execute/20001013-1.c: New test.
12701
6d2e1454
JM
127022000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
12703
12704 * gcc.dg/format-branch-1.c: New test.
12705
1df1abe2
JM
127062000-10-16 Joseph S. Myers <jsm28@cam.ac.uk>
12707
12708 * README, lib/file-format.exp: Remove EGCS references.
12709
55143861
JJ
127102000-10-16 Jakub Jelinek <jakub@redhat.com>
12711
12712 * gcc.dg/20001013-1.c: New test.
12713
d79d42da
JM
127142000-10-15 Joseph S. Myers <jsm28@cam.ac.uk>
12715
12716 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
12717 for intmax_t in the compiler using __typeof__ and the type rules
12718 for conditional expressions.
12719
fccf9848
JJ
127202000-10-13 Jakub Jelinek <jakub@redhat.com>
12721
12722 * gcc.dg/20001012-1.c: New test.
12723 * gcc.dg/20001012-2.c: New test.
12724
9fa8f75d
JM
127252000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
12726
12727 * gcc.dg/format-attr-1.c: New test.
12728
abb2c7ab
JM
127292000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
12730
12731 * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
12732 __LONG_LONG_MAX__ instead of LLONG_MAX.
12733
4831bc84
JM
127342000-10-12 Joseph S. Myers <jsm28@cam.ac.uk>
12735
12736 * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
12737 scanf flags.
12738 * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
12739 flags.
12740
bb58bec5
JM
127412000-10-11 Joseph S. Myers <jsm28@cam.ac.uk>
12742
12743 * gcc.dg/sequence-pt-1.c: New test.
12744
d0b43a40
GK
127452000-10-11 Geoff Keating <geoffk@cygnus.com>
12746
12747 * gcc.c-torture/execute/20001011-1.c: New testcase.
12748 Testcase provided by Zack Weinberg <zackw@stanford.edu>.
12749
8ccaefbd
JJ
127502000-10-10 Jakub Jelinek <jakub@redhat.com>
12751
12752 * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
12753 does not error on it.
12754
462561b7
JJ
127552000-10-10 Jakub Jelinek <jakub@redhat.com>
12756
12757 * gcc.dg/20001009-1.c: New test.
12758
45d640d9
JH
12759Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz>
12760
12761 * gcc.c-torture/compile/20001009-1.c: Move from here ....
12762 * gcc.c-torture/execute/20001009-2.c: ... to here.
12763
80c0f62c
GK
127642000-10-09 Geoff Keating <geoffk@cygnus.com>
12765
12766 * gcc.c-torture/compile/20001009-1.c: New testcase.
12767 * gcc.c-torture/execute/20001009-1.c: New testcase.
12768 Testcases provided by Jan Hubicka <jh@suse.cz>.
12769
b15ad712
JM
127702000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
12771
12772 * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12773 gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
12774 uintmax_t using <limits.h> to emulate the compiler's internal
12775 logic. No longer XFAIL %j tests.
12776
2588e44e
JM
127772000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
12778
12779 * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
12780 gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
12781 gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
12782 regexps and details of expected handling of some bad formats.
12783 * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
12784 suppression.
12785
54d7ee59
JM
127862000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
12787
12788 * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
12789 g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
12790 g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
12791 gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
12792 in list archives.
12793
15f18aac
RH
127942000-10-06 Richard Henderson <rth@cygnus.com>
12795
12796 * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
12797 * g++.old-deja/g++.brendan/crash52.C: Likewise.
12798 * g++.old-deja/g++.jason/report.C: Likewise.
12799 * g++.old-deja/g++.law/friend5.C: Likewise.
12800 * g++.old-deja/g++.mike/p646.C: Likewise. Adjust the spelling
12801 of the expected warnings.
12802
903cef85
NS
128032000-10-06 Nathan Sidwell <nathan@codesourcery.com>
12804
12805 * g++.old-deja/g++.pt/enum14.C: New test.
12806
b2f9816f
NS
128072000-10-05 Nathan Sidwell <nathan@codesourcery.com>
12808
12809 * g++.old-deja/g++.pt/crash59.C: New test.
12810
9c00185b
WC
128112000-10-04 Will Cohen <wcohen@redhat.com>
12812
12813 * gcc.dg/20000926-1.c: New test.
12814
e9e037ef
GK
128152000-10-03 Geoff Keating <geoffk@cygnus.com>
12816
12817 * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
12818 function name for current C++ compiler.
12819 Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
12820
99885b3f
GDR
128212000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
12822
12823 * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
42ded877 12824 __PRETTY_FUNCTION__.
99885b3f
GDR
12825 * g++.old-deja/g++.ext/pretty2.C: Likewise.
12826
2eeb109b
KG
128272000-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12828
12829 * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
12830
380f6ad3
JJ
128312000-09-26 Jakub Jelinek <jakub@redhat.com>
12832
6d4587f7 12833 * gcc.c-torture/compile/20000923-1.c: New test.
380f6ad3 12834
dcbd43e0
TP
128352000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12836
12837 * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
12838 * g++.old-deja/g++.pt/ttp62.C: Same.
12839 * g++.old-deja/g++.other/inline14.C: Same.
12840
5a864cbf
RH
128412000-09-24 Richard Henderson <rth@cygnus.com>
12842
12843 * gcc.c-torture/execute/20000914-1.c: Declare malloc.
12844
c5412f06
JM
128452000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
12846
12847 * gcc.dg/c90-printf-1.c: Add test for wide string format.
12848
afa223c6
GK
128492000-09-22 Geoff Keating <geoffk@cygnus.com>
12850
12851 * gcc.c-torture/compile/20000922-1.c: New file.
12852
1d5d6f3f
NC
128532000-09-21 Nick Clifton <nickc@redhat.com>
12854
12855 * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
12856 a signed long modulo operation.
3dc60fc7 12857 (mod6): New function - perform an unsigned long modulo operation.
1d5d6f3f
NC
12858 (main): Add tests for modulos of very large numbers by very small
12859 dividends.
12860
ad3fd36f
KG
128612000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12862
12863 * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
12864
033b5a34
RH
128652000-09-19 Richard Henderson <rth@cygnus.com>
12866
12867 * gcc.dg/compare2.c (case 10): XFAIL.
12868
895b56ff
RH
128692000-09-18 Richard Henderson <rth@cygnus.com>
12870
12871 * gcc.c-torture/execute/20000906-1.c: Move ...
12872 * gcc.dg/20000906-1.c: ... here. Only run on targets
12873 that support __builtin_trap.
12874
0d9f234d
NB
12875Mon 18-Sep-2000 19:23:11 BST Neil Booth <NeilB@earthling.net>
12876
12877 * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
12878
fc6df7e1
JM
128792000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
12880
12881 * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
12882 * gcc.dg/format-xopen-1.c: Fix error in one $ format test. Add
12883 more $ format tests.
12884
65661a72
JM
128852000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
12886
12887 * gcc.dg/format-errmk-1.c: New test.
12888
ebeda052
GM
128892000-09-17 Greg McGary <greg@mcgary.org>
12890
12891 * gcc.c-torture/execute/20000917-1.x: Remove.
12892
60e9d01c
JM
128932000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
12894
12895 * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
12896
859e203f
GM
128972000-09-17 Greg McGary <greg@mcgary.org>
12898
12899 * gcc.c-torture/execute/20000917-1.c: New test.
12900 * gcc.c-torture/execute/20000917-1.x: XFAIL.
12901
cc956bfd 129022000-09-16 Neil Booth <NeilB@earthling.net>
08ebc1c5
NB
12903
12904 * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
12905 in nested macro bug.
12906
cc956bfd 129072000-09-15 Neil Booth <NeilB@earthling.net>
ff94c747
NB
12908
12909 * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
12910
b8c25665 129112000-09-14 Jeffrey A Law (law@cygnus.com)
cf160a63
JL
12912
12913 * gcc.c-torture/execute/20000914-1.c: New test.
12914
9a16ff93
AO
129152000-09-12 Alexandre Oliva <aoliva@redhat.com>
12916
12917 * g++.other/inline13.C: New test.
42ded877 12918
a210651e
AJ
129192000-09-12 Andreas Jaeger <aj@suse.de>
12920
12921 * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
12922 constant by Ulrich Drepper <drepper@redhat.com>.
12923
b8c25665 129242000-09-12 J"orn Rennecke <amylaar@redhat.co.uk>
8b267da0
R
12925
12926 * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
12927
32892c52
KG
129282000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12929
12930 * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
12931
a58d32c2
ZW
129322000-09-11 Zack Weinberg <zack@wolery.cumb.org>
12933
12934 * gcc.dg/cpp/backslash.c: New test.
12935
da88b352
AO
129362000-09-11 Alexandre Oliva <aoliva@redhat.com>
12937
12938 * gcc.c-torture/execute/20000910-1.c: New test.
12939 * gcc.c-torture/execute/20000910-2.c: Likewise.
12940
a5de05b7 129412000-09-11 Robert Lipe <robertl@sco.com>
42ded877 12942
a5de05b7
RL
12943 * gcc.dg/pragma-align.c: New test.
12944
6cd0d4de
NS
129452000-09-11 Nathan Sidwell <nathan@codesourcery.com>
12946
12947 * g++.old-deja/g++.pt/explicit82.C: New test.
12948 * g++.old-deja/g++.pt/explicit83.C: New test.
12949
8f820299
ZW
129502000-09-10 Zack Weinberg <zack@wolery.cumb.org>
12951
12952 * gcc.dg/asm-names.c: New test.
12953
e1aa5140
KG
129542000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12955
12956 * gcc.dg/cpp/tr-warn6.c: New test
12957
2496f0b5
JM
129582000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
12959
12960 * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
12961 be accepted.
12962
33b35a8d
CM
129632000-09-07 Catherine Moore <clm@redhat.com>
12964
6d4587f7 12965 * gcc.c-torture/execute/unroll-1.c: New test.
33b35a8d 12966
0e5921e8
ZW
129672000-09-06 Zack Weinberg <zack@wolery.cumb.org>
12968
12969 * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
12970 ERROR markers.
12971 * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
12972 * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
12973 * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
12974 * gcc.dg/wtr-suffix-1.c: Correct error regexps.
12975 * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
12976 Preprocess only.
12977 * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
12978 * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
12979
299d838a
NS
129802000-09-06 Nathan Sidwell <nathan@codesourcery.com>
12981
12982 * g++.old-deja/g++.pt/deduct2.C: New test.
12983
2ff0c962
NS
129842000-09-06 Nathan Sidwell <nathan@codesourcery.com>
12985
12986 * g++.old-deja/g++.pt/parms2.C: New test.
12987
6e92b232
NS
129882000-09-06 Nathan Sidwell <nathan@codesourcery.com>
12989
12990 * g++.old-deja/g++.pt/crash58.C: New test.
12991
61f5be15
GM
129922000-09-06 Greg McGary <greg@mcgary.org>
12993
859e203f
GM
12994 * gcc.c-torture/execute/20000906-1.c: New test.
12995 * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
61f5be15 12996
792ae36d
KG
129972000-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12998
12999 * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
13000
90deb76d
NS
130012000-09-04 Nathan Sidwell <nathan@codesourcery.com>
13002
13003 * g++.old-deja/g++.pt/crash57.C: New test.
13004
c6b08b3e
NS
130052000-09-04 Nathan Sidwell <nathan@codesourcery.com>
13006
13007 * g++.old-deja/g++.pt/crash56.C: New test.
13008
258451c8
NS
130092000-09-04 Nathan Sidwell <nathan@codesourcery.com>
13010
13011 * g++.old-deja/g++.pt/koenig1.C: New test.
13012
e0cb4f36
JJ
130132000-09-04 Jakub Jelinek <jakub@redhat.com>
13014
13015 * gcc.dg/20000904-1.c: New test.
13016
29844fa7
JJ
130172000-09-04 Jakub Jelinek <jakub@redhat.com>
13018
13019 * gcc.dg/cpp/paste8.c: New test.
13020
298ec8f4
AO
130212000-09-01 Alexandre Oliva <aoliva@redhat.com>
13022
13023 * gcc.c-torture/compile/20000827-1.c: New test.
13024
3c786c69
JM
130252000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
13026
13027 * gcc.dg/format-diag-1.c: New test.
13028
f798660e
JM
130292000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
13030
13031 * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
13032 gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
13033 gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
13034 gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
13035 gcc.dg/formatz-1.c: Adjust warning regular expressions.
13036
f75157d2
NS
130372000-09-01 Nathan Sidwell <nathan@codesourcery.com>
13038
0e5921e8 13039 * g++.old-deja/g++.other/nested4.C: New test.
f75157d2 13040
291c9aa2
NS
130412000-09-01 Nathan Sidwell <nathan@codesourcery.com>
13042
13043 * g++.old-deja/g++.ns/scoped1.C: New test.
13044
9953d23b
AO
130452000-08-30 Alexandre Oliva <aoliva@redhat.com>
13046
13047 * lib/g++.exp: Support testing already-installed GCC.
13048
5c5d1cd6
KG
130492000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13050
13051 * wtr-label-1.c, wtr-suffix-1.c: New tests.
13052
bbfbf340
KG
130532000-08-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13054
13055 * gcc.dg/return-type-2.c: New test.
13056
e53ca51f
GK
130572000-08-27 Geoff Keating <geoffk@cygnus.com>
13058
13059 * gcc.c-torture/compile/20000825-1.c: New test.
13060
721a9f8e
AO
130612000-08-26 Alexandre Oliva <aoliva@redhat.com>
13062
13063 * gcc.dg/dwarf2-2.c: New test.
13064
77ae5fa4
ZW
130652000-08-26 Zack Weinberg <zack@wolery.cumb.org>
13066
13067 * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
13068 dg-warning regexps.
13069
343b7260
JM
130702000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
13071
13072 * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
13073 gcc.dg/format-ext-5.c: New tests.
13074
22efd687
JJ
130752000-08-25 Jakub Jelinek <jakub@redhat.com>
13076
13077 * testsuite/g++.old-deja/g++.other/crash22.C: New test.
13078
83bab8db
MM
130792000-08-24 Mark Mitchell <mark@codesourcery.com>
13080
13081 * gcc.dg/noncompile/930622-2.c: Adjust error message.
13082
cc914f8c
RH
130832000-08-24 Richard Henderson <rth@cygnus.com>
13084
13085 * gcc.dg/ia64-sync-1.c: New test.
13086 * gcc.dg/ia64-sync-2.c: New test.
13087 * gcc.dg/ia64-asm-1.c: New test.
13088
4894ecce
JM
130892000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
13090
13091 * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
13092 * gcc.dg/format-ext-2.c: New test.
13093
2f1e6e0d
JM
130942000-08-23 Jason Merrill <jason@redhat.com>
13095
06c3db64
JM
13096 * lib/old-dejagnu.exp: Also ignore "In member function" and
13097 "At global scope".
2f1e6e0d 13098
7eda0d2d
KG
130992000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13100
13101 * gcc.dg/noncompile/label-lineno-1.c: New test.
13102
bdb47d3e
JM
131032000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
13104
13105 * gcc.dg/c99-array-nonobj-1.c: New test.
13106
d8eceea4
JM
131072000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
13108
13109 * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
13110 tests.
13111 * gcc.dg/format-ext-1.c: New test.
13112
8a451613
KG
131132000-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13114
13115 * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
13116 gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
13117 gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
13118 gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
13119 gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
13120
23e4d028
JM
131212000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
13122
13123 * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
13124 gcc.dg/c99-strftime-2.c: New tests.
13125
f95b2ff9
RH
131262000-08-22 Richard Henderson <rth@cygnus.com>
13127
13128 * gcc.c-torture/execute/20000822-1.c: New test.
13129
6315f068
JJ
131302000-08-21 Jakub Jelinek <jakub@redhat.com>
13131
13132 * gcc.c-torture/execute/20000819-1.x: Remove.
13133
5804a754
JM
131342000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
13135
13136 * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
13137 gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
13138 gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
13139 gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
13140 gcc.dg/format-xopen-1.c: New tests.
13141
f3d360aa
JM
131422000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
13143
13144 * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
13145
46639003
JJ
131462000-08-21 Jakub Jelinek <jakub@redhat.com>
13147
029ccdb3
JJ
13148 * g++.old-deja/g++.other/loop2.C: New test.
13149
46639003
JJ
13150 * gcc.c-torture/compile/20000606-1.c: New test.
13151 * gcc.c-torture/compile/20000728-1.c: New test.
13152 * gcc.c-torture/execute/20000801-1.c: New test.
13153 * gcc.c-torture/execute/20000801-2.c: New test.
13154 * gcc.c-torture/execute/20000819-1.c: New test.
13155 * gcc.c-torture/execute/20000819-1.x: XFAIL.
13156 * gcc.dg/20000629-1.c: New test.
13157 * gcc.dg/20000724-1.c: New test.
13158 * gcc.dg/20000807-1.c: New test.
13159
b8c25665 131602000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
3cb553b4
ZW
13161
13162 * gcc.dg/cpp/pragma-1.c: New test.
13163 * gcc.dg/cpp/pragma-2.c: New test.
13164
17ed19cb
ZW
131652000-08-18 Zack Weinberg <zack@wolery.cumb.org>
13166
13167 * gcc.dg/cpp/lexstrng.c: Don't include string.h.
13168 * gcc.dg/cpp/paste2.c: Don't include string.h. Prototype strcmp.
13169
b8c25665 131702000-08-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
26db2544
RK
13171
13172 * gcc.c-torture/compile/20000818-1.c: New test.
13173
90d14f40
MH
131742000-08-18 Manfred Hollstein <manfredh@redhat.com>
13175
13176 * gcc.c-torture/execute/20000818-1.c: New test.
13177
0d60c2e7
JM
131782000-08-18 Joseph S. Myers <jsm28@cam.ac.uk>
13179
13180 * gcc.dg/format-va-1.c: New test.
13181
074900c5
NS
131822000-08-18 Nathan Sidwell <nathan@codesourcery.com>
13183
13184 * g++.old-deja/g++.other/typedef8.C: New test.
13185
8e4f1b30
NS
131862000-08-18 Nathan Sidwell <nathan@codesourcery.com>
13187
13188 * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
13189 * g++.old-deja/g++.mike/net36.C: Mark candidate.
13190 * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
13191 * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
13192 * g++.old-deja/g++.other/ptrmem7.C: New test.
13193 * g++.old-deja/g++.pt/ptrmem10.C: New test.
13194
c3491173
NS
131952000-08-18 Nathan Sidwell <nathan@codesourcery.com>
13196
13197 * g++.old-deja/g++.pt/typename27.C: New test.
13198
07745bdb
NS
131992000-08-17 Nathan Sidwell <nathan@codesourcery.com>
13200
13201 * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
13202 * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
13203 * g++.old-deja/g++.pt/friend45.C: New test.
13204 * g++.old-deja/g++.other/friend8.C: New test.
13205
2b8b1ab6
RH
132062000-08-15 Richard Henderson <rth@cygnus.com>
13207
13208 * gcc.c-torture/execute/20000815-1.c: New test.
13209
7300c8eb
JM
132102000-08-15 Joseph S. Myers <jsm28@cam.ac.uk>
13211
13212 * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
13213 gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
13214 gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
13215
12af1090
NS
132162000-08-14 Nathan Sidwell <nathan@codesourcery.com>
13217
13218 * g++.old-deja/g++.other/refinit2.C: New test.
13219
05273f08
GK
132202000-08-13 Geoff Keating <geoffk@cygnus.com>
13221
51a017d8
GK
13222 * lib/c-torture.exp (c-torture): Make
13223 compiler_conditional_xfail_data global.
13224 * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
13225 compiler_conditional_xfail_data machinery.
13226 (f-torture-execute): Likewise.
13227 * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
13228 and only when unrolling loops.
13229
05273f08
GK
13230 * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
13231
b333f246
NS
132322000-08-11 Nathan Sidwell <nathan@codesourcery.com>
13233
13234 * g++.old-deja/g++.pt/explicit81.C: New test.
13235
9104081d
NS
132362000-08-11 Nathan Sidwell <nathan@codesourcery.com>
13237
13238 * g++.old-deja/g++.pt/typename26.C: New test.
13239
be875f80
GK
132402000-08-10 Geoff Keating <geoffk@cygnus.com>
13241
13242 * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
13243 warning.
13244
b498d041
NS
132452000-08-10 Nathan Sidwell <nathan@codesourcery.com>
13246
13247 * g++.old-deja/g++.other/array3.C: New test.
13248
9052d3be
JM
132492000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
13250
13251 * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
13252 gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
13253 gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
13254 New tests.
13255
68c98199
NS
132562000-08-09 Nathan Sidwell <nathan@codesourcery.com>
13257
13258 * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
13259 * g++.old-deja/g++.abi/vmihint.C: Likewise.
13260
8e32b501
AO
132612000-08-09 Alexandre Oliva <aoliva@redhat.com>
13262
13263 * gcc.c-torture/execute/20000808-1.c: New test.
13264
1fcbbcd3
JM
132652000-08-09 Joseph S. Myers <jsm28@cam.ac.uk>
13266
13267 * gcc.dg/c90-const-expr-1.c: New test.
13268
ee715245
RH
132692000-08-08 Richard Henderson <rth@cygnus.com>
13270
13271 * gcc.dg/noncompile/920923-1.c: Declare calloc.
13272
43d1e059
JM
132732000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
13274
13275 * gcc.dg/noncompile/const-ll-1.c: New test.
13276
1c5ecb11
JM
132772000-08-07 Joseph S. Myers <jsm28@cam.ac.uk>
13278
13279 * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
13280
b8c25665 132812000-08-06 Ovidiu Predescu <ovidiu@cup.hp.com>
137fa4d0
OP
13282
13283 * lib/objc.exp (objc_target_compile): Set the ld_library_path so
13284 that running programs linked against the shared version of libobjc
13285 run correctly.
13286
cd732418
JM
132872000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
13288
13289 * gcc.dg/c99-printf-1.c: New test.
13290
a7086ea9
JM
132912000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
13292
13293 * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
13294
26f2c02a
ZW
132952000-08-05 Zack Weinberg <zack@wolery.cumb.org>
13296
0e5921e8 13297 * gcc.c-torture/execute/20000731-1.x: Delete.
26f2c02a 13298
2ba7ba63
ZW
132992000-08-04 Zack Weinberg <zack@wolery.cumb.org>
13300
13301 * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
13302 and torture_without_loops as is done by c-torture.exp.
13303 (search_for): Copy from c-torture.exp.
13304 (gcc-dg-runtest): New function, drives a directory of tests
13305 iterating over the TORTURE_OPTIONS.
13306 (scan-assembler, scan-assembler-not): Move here from
13307 individual directory drivers.
13308
13309 * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
13310 defined by lib/gcc-dg.exp.
13311 * gcc.dg/cpp/cpp.exp: Likewise.
13312 * gcc.dg/noncompile/noncompile.exp: Likewise. Use
13313 gcc-dg-runtest, so we cycle over optimization options.
13314
13315 * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
13316 * gcc.dg/compare2.c: No longer expected to fail.
13317
b8c25665 133182000-08-04 J"orn Rennecke <amylaar@cygnus.co.uk>
018577e4
R
13319
13320 * gcc.c-torture/execute/20000804-1.c: New test.
13321
b8458e3e
JM
133222000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
13323
13324 * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
13325
ba89d661
ZW
133262000-08-03 Zack Weinberg <zack@wolery.cumb.org>
13327
13328 * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
13329
b8c25665 133302000-08-03 Jeffrey A Law (law@cygnus.com)
4a6f50d5
JL
13331
13332 * gcc.c-torture/compile/20000803-1.c: New test.
13333
bcde3193
JM
133342000-08-03 Joseph S. Myers <jsm28@cam.ac.uk>
13335
7e9c81d6
JM
13336 * gcc.c-torture/execute/20000801-3.c,
13337 gcc.c-torture/execute/20000801-4.c: New tests.
13338 * gcc.c-torture/execute/20000801-3.x,
13339 gcc.c-torture/execute/20000801-4.x: Xfail.
bcde3193 13340
e457ca6a
GK
133412000-08-02 Geoff Keating <geoffk@cygnus.com>
13342
13343 * lib/objc.exp (objc_target_compile): Look for libobjc.a in
13344 libobjc/.libs to allow for libtool.
13345
2d579116
JJ
133462000-08-02 Jakub Jelinek <jakub@redhat.com>
13347
13348 * gcc.c-torture/compile/20000802-1.c: New test.
13349
5ef865d5
ZW
133502000-08-02 Zack Weinberg <zack@wolery.cumb.org>
13351
13352 * gcc.dg/cpp/macsyntx.c: Fix error regexp.
13353
b8c25665 133542000-07-31 Jeffrey A Law (law@cygnus.com)
929a66d2 13355
68c8d8ce
JL
13356 * gcc-c-torture/execute/20000731-2.c: New test.
13357
929a66d2
JL
13358 * gcc.c-torture/execute/20000731-1.c: New test.
13359 * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
13360
42eb567d
JJ
133612000-07-31 Jakub Jelinek <jakub@redhat.com>
13362
6ead1e99 13363 * testsuite/gcc.dg/cpp/paste7.c: New test.
42eb567d
JJ
13364 * gcc.dg/cpp/20000725-1.c: New test.
13365
111458f1
ZW
133662000-07-31 Zack Weinberg <zack@wolery.cumb.org>
13367
5f1240b6
ZW
13368 * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
13369 * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
13370 declaration warning for __builtin_dwarf_reg_size.
13371
111458f1
ZW
13372 * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
13373
b0c4bfae
JM
133742000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
13375
13376 * gcc.dg/noncompile/voidparam-1.c: New test.
13377
1cf0acdd
RH
133782000-07-30 Richard Henderson <rth@cygnus.com>
13379
13380 * gcc.dg/c90-digraph-1.c: Don't xfail.
13381 * gcc.dg/compare2.c (case 10): Xfail.
13382 * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
13383
c1445f3d
JM
133842000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
13385
13386 * gcc.dg/c99-main-1.c: New test.
13387
1b398090
JM
133882000-07-25 Joseph S. Myers <jsm28@cam.ac.uk>
13389
13390 * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
13391
b8c25665 133922000-07-26 Hans-Peter Nilsson <hp@axis.com>
fc5f1cca
HPN
13393
13394 * gcc.c-tortuer/execute/20000726-1.c: New test.
13395
ad88bb8b
AO
133962000-07-26 Alexandre Oliva <aoliva@redhat.com>
13397
13398 * gcc.c-torture/execute/enum-2.c: New test.
13399
f47e4084
KG
134002000-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13401
13402 * gcc.dg/cpp/tr-warn3.c: New test.
13403
2c05a794
NS
134042000-07-25 Nathan Sidwell <nathan@codesourcery.com>
13405
13406 * g++.old-deja/g++.ext/implicit1.C: Remove.
13407 * g++.old-deja/g++.jason/c2.C: Remove
13408 * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
13409 * g++.old-deja/g++.pt/crash16.C: Likewise.
13410 * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
13411
10dd7d29
NS
134122000-07-25 Nathan Sidwell <nathan@codesourcery.com>
13413
13414 * g++.old-deja/g++.other/for2.C: New test.
13415
5e1a2fc7
JJ
134162000-07-25 Jakub Jelinek <jakub@redhat.com>
13417
13418 * gcc.dg/20000720-1.c: New test.
13419
6a65f413
TM
134202000-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
13421
13422 * g77.f-torture/compile/20000630-2.x: Removed. Case fixed.
13423
9fed97f1
GK
134242000-07-24 Geoff Keating <geoffk@cygnus.com>
13425
13426 * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
13427 * gcc.c-torture/execute/20000722-1.c: New.
13428 * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
13429
45d52318
JJ
134302000-07-24 Jakub Jelinek <jakub@redhat.com>
13431
13432 * gcc.dg/cpp/20000720-1.S: New test.
13433
f0f4cb1b
MM
134342000-07-21 Michael Meissner <meissner@redhat.com>
13435
ed7d4ce8 13436 * gcc.c-torture/execute/ieee/hugeval.c: New test.
f0f4cb1b 13437
1b493b81
ZW
134382000-07-20 Zack Weinberg <zack@wolery.cumb.org>
13439
13440 * g++.old-deja/g++.brendan/crash16.C,
13441 g++.old-deja/g++.brendan/parse3.C,
13442 g++.old-deja/g++.brendan/redecl1.C,
13443 g++.old-deja/g++.ns/template13.C,
13444 g++.old-deja/g++.other/decl4.C,
13445 g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
13446
6fee6033
ZW
134472000-07-20 Zack Weinberg <zack@wolery.cumb.org>
13448
983318fc
ZW
13449 * lib/old-dejagnu.exp: Check for both "Internal compiler error"
13450 and "Internal error".
13451
6fee6033 13452 * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
2339ce57 13453 regexps.
6fee6033
ZW
13454 * gcc.dg/cpp/paste6.c: New test.
13455
92936ecf
ZW
134562000-07-19 Zack Weinberg <zack@wolery.cumb.org>
13457
53fdf0be
ZW
13458 * gcc.dg/cpp/tr-direct.c: New test.
13459
92936ecf
ZW
13460 * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
13461 gcc.dg/cpp/undef1.c: Tweak error regexps.
13462
2339ce57
EC
134632000-07-18 Eric Christopher <echristo@redhat.com>
13464
13465 * gcc.c-torture/compile/20000718-1.c: New test.
13466
96be6998
ZW
134672000-07-18 Zack Weinberg <zack@wolery.cumb.org>
13468
13469 * cpplex.c (_cpp_push_token): If the token being pushed back
13470 is the previous token in this context, just subtract one from
13471 context->posn.
13472 * cppmacro.c (save_expansion): Clear aux field when storing a
13473 placemarker.
13474
611a0be7
AO
134752000-07-18 Alexandre Oliva <aoliva@redhat.com>
13476
13477 * gcc.dg/noncompile/redecl-1.c: New test.
13478
4c6b3b2a
JJ
134792000-07-18 Jakub Jelinek <jakub@redhat.com>
13480
13481 * gcc.c-torture/execute/20000717-5.c: New test.
13482 * gcc.c-torture/execute/20000717-1.x: Removed.
13483
9db83b39
RH
134842000-07-17 Richard Henderson <rth@cygnus.com>
13485
13486 * gcc.c-torture/execute/20000717-4.c: New test.
13487
53781524
ZW
134882000-07-17 Zack Weinberg <zack@wolery.cumb.org>
13489
13490 * gcc.dg/cpp/syshdr.c: New test.
13491 * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
13492
2d3483dc
NB
134932000-07-17 Neil Booth <neilb@earthling.net>
13494
13495 * gcc.dg/cpp/cmdlne-dM.c: New test.
13496 * gcc.dg/cpp/cmdlne-dD.c: New test.
13497
b8c25665 134982000-07-17 Jeffrey A Law (law@cygnus.com)
9f759236 13499
bf4ddb31
JL
13500 * gcc.c-torture/execute/20000717-3.c: New test.
13501
9f759236
JL
13502 * gcc.c-torture/compile/20000717-1.c: New test.
13503
3b15076f
GK
135042000-07-17 Geoffrey Keating <geoffk@cygnus.com>
13505
13506 * gcc.c-torture/execute/20000717-2.c: New test.
13507
919e0807
JM
135082000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
13509
c993555b
JM
13510 * gcc.dg/formatz-1.c: New test.
13511
7e9c81d6
JM
13512 * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
13513 * gcc.dg/c99-digraph-1.c: New tests.
b9609a52 13514
3319c1b8 13515 * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
b9609a52 13516 * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
3319c1b8 13517
919e0807 13518 * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
b9609a52 13519 * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
7e9c81d6 13520 * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
b9609a52
JM
13521 * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
13522 * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
13523 * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
13524 * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
919e0807 13525
b8c25665 135262000-07-17 Greg McGary <greg@mcgary.org>
74d6e073
GM
13527
13528 * gcc.c-torture/execute/20000717-1.c: New test.
13529 * gcc.c-torture/execute/20000717-1.x: Expected to fail.
13530
91f4790c
JJ
135312000-07-15 Jakub Jelinek <jakub@redhat.com>
13532
13533 * gcc.c-torture/execute/20000715-2.c: New test.
a8c12308 13534 * gcc.dg/20000715-1.c: New test.
91f4790c 13535
4d06bcc5
MM
135362000-07-15 Michael Meissner <meissner@redhat.com>
13537
13538 * gcc.c-torture/execute/20000715-1.c: New test.
13539
c67846f2
JJ
135402000-07-13 Jakub Jelinek <jakub@redhat.com>
13541
13542 * gcc.c-torture/execute/20000707-1.c: New test.
13543
530d0ba5
NB
135442000-07-13 Neil Booth <NeilB@earthling.net>
13545
13546 * testsuite/gcc.dg/cpp/digraph1.c,
13547 testsuite/gcc.dg/cpp/digraph2.c,
13548 testsuite/gcc.dg/cpp/digraphs.c: New tests.
13549
26e98309
DB
135502000-07-12 David Billinghurst <David Billinghurst@riotinto.com.au>
13551
13552 * g77.f-torture/compile/20000630-2.f: New test.
13553 * g77.f-torture/compile/20000630-2.x
13554
7bb41c5a
DB
135552000-07-11 David Billinghurst <David.Billinghurst@riotinto.com.au>
13556
13557 * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
13558
9e88fd4a
NB
135592000-07-11 Neil Booth <NeilB@earthling.net>
13560
13561 * gcc.dg/cpp/cmdlne-C.c: Fix typo.
13562
745ef6d6
NB
135632000-07-11 Neil Booth <NeilB@earthling.net>
13564
13565 * gcc.dg/cpp/cmdlne-C.c: New.
13566
91fcd158
NB
135672000-07-09 Neil Booth <NeilB@earthling.net>
13568
745ef6d6
NB
13569 * gcc.dg/cpp/directiv.c: New tests.
13570 * gcc.dg/cpp/undef1.c: Update.
91fcd158 13571
5eaac26c
AMT
135722000-07-08 Angela Marie Thomas <angela@cygnus.com>
13573
13574 * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
13575
5d0bca5b
NB
135762000-07-09 Neil Booth <NeilB@earthling.net>
13577
13578 * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
13579
cf00a885
ZW
135802000-07-07 Zack Weinberg <zack@wolery.cumb.org>
13581
13582 * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
13583 gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
13584
563dd08a
NB
135852000-07-08 Neil Booth <NeilB@earthling.net>
13586
13587 * gcc.dg/cpp/macsyntx.c: New tests.
13588
ca81c149
JJ
135892000-07-07 Jakub Jelinek <jakub@redhat.com>
13590
13591 * gcc.dg/20000707-1.c: New test.
13592
f5afd9e9
JJ
135932000-07-07 Jakub Jelinek <jakub@redhat.com>
13594
13595 * gcc.c-torture/execute/20000706-1.c: New test.
13596 * gcc.c-torture/execute/20000706-2.c: New test.
13597 * gcc.c-torture/execute/20000706-3.c: New test.
13598 * gcc.c-torture/execute/20000706-4.c: New test.
13599 * gcc.c-torture/execute/20000706-5.c: New test.
13600
54c69093
NS
136012000-07-06 Nathan Sidwell <nathan@codesourcery.com>
13602
13603 * g++.old-deja/g++.pt/instantiate7.C: New test.
13604
c2e276fe
NS
136052000-07-06 Nathan Sidwell <nathan@codesourcery.com>
13606
13607 * g++.old-deja/g++.mike/thunk2.C: Add return 0.
13608 * g++.old-deja/g++.mike/thunk3.C: Likewise.
13609 * g++.old-deja/g++.other/rtti3.C: Likewise.
13610 * g++.old-deja/g++.other/rttid3.C: Likewise.
13611
ff633c68
DB
136122000-06-30 David Billinghurst <David Billinghurst@riotinto.com.au>
13613
13614 * g77.f-torture/compile/20000630-1.x: Fix typo
13615
bfa697a9
ZW
136162000-07-05 Zack Weinberg <zack@wolery.cumb.org>
13617
13618 * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
13619 assembly output.
13620
c71f835b
ZW
136212000-07-04 Zack Weinberg <zack@wolery.cumb.org>
13622
13623 * gcc.dg/cpp/ident.c: New test.
13624
043afb2a
NB
136252000-07-05 Neil Booth <NeilB@earthling.net>
13626
13627 * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
13628 gcc.dg/cpp/lexstrng.c: New tests.
13629
d2c1325a
NB
136302000-07-04 Neil Booth <NeilB@earthling.net>
13631
13632 * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
13633 * gcc.dg/cpp/strify2.c: Same.
13634
041c3194
ZW
136352000-07-03 Zack Weinberg <zack@wolery.cumb.org>
13636
13637 * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
13638 * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
13639 * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
13640 * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
13641
13642 * testsuite/gcc.dg/cpp/macro1.c,
13643 testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
13644 testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
13645 testsuite/gcc.dg/cpp/strify1.c,
13646 testsuite/gcc.dg/cpp/strify2.c: New tests.
13647
f46ad076
JJ
136482000-07-03 Jakub Jelinek <jakub@redhat.com>
13649
13650 * gcc.c-torture/execute/20000703-1.c: New test.
13651
2e637721
NS
136522000-07-03 Nathan Sidwell <nathan@codesourcery.com>
13653
13654 * g++.old-deja/g++.pt (lookup10.C): New test.
13655
d9b53142
NS
136562000-07-03 Nathan Sidwell <nathan@codesourcery.com>
13657
13658 * g++.old-deja/g++.pt (typename25.C): New test.
13659
cd9bedad
ZW
136602000-07-02 Zack Weinberg <zack@wolery.cumb.org
13661
13662 * gcc.c-torture/compile/20000701-1.c: New test.
13663
996b539f
NC
136642000-06-30 Nick Clifton <nickc@cygnus.com>
13665
13666 * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
13667 to test case.
13668
45f640c2
CM
136692000-06-30 Catherine Moore <clm@cygnus.com>
13670
13671 * gcc.c-torture/execute/align-1.c: New test.
13672
34f9943e
NS
136732000-06-30 Nathan Sidwell <nathan@codesourcery.com>
13674
13675 * g++.old-deja/g++.pt/expr8.C: New test.
13676 * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
13677
671e85f6
NC
136782000-06-29 Nick Clifton <nickc@cygnus.com>
13679
13680 * gcc.c-torture/compile/20000629-1.c: New test.
13681
d1e43c8b
ZW
136822000-06-29 Zack Weinberg <zack@wolery.cumb.org>
13683
13684
13685 Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
13686 gcc.dg/noncompile directory, depending on whether they're
13687 preprocessor tests or not. Annotate all the tests for the dg
13688 framework.
13689
13690 * gcc.c-torture/noncompile/noncompile.exp: Delete.
13691 * gcc.dg/noncompile/noncompile.exp: New.
13692
13693 * Moved files:
13694 Old name New name
13695 gcc.c-torture/noncompile/920507-1.c gcc.dg/noncompile/920507-1.c
13696 gcc.c-torture/noncompile/920616-2.c gcc.dg/noncompile/920616-2.c
13697 gcc.c-torture/noncompile/920721-2.c gcc.dg/noncompile/920721-2.c
13698 gcc.c-torture/noncompile/920824-1.c gcc.dg/noncompile/920824-1.c
13699 gcc.c-torture/noncompile/920923-1.c gcc.dg/noncompile/920923-1.c
13700 gcc.c-torture/noncompile/921102-1.c gcc.dg/noncompile/921102-1.c
13701 gcc.c-torture/noncompile/921116-1.c gcc.dg/noncompile/921116-1.c
13702 gcc.c-torture/noncompile/930301-1.c gcc.dg/noncompile/930301-1.c
13703 gcc.c-torture/noncompile/930622-1.c gcc.dg/noncompile/930622-1.c
13704 gcc.c-torture/noncompile/930622-2.c gcc.dg/noncompile/930622-2.c
13705 gcc.c-torture/noncompile/930714-1.c gcc.dg/noncompile/930714-1.c
13706 gcc.c-torture/noncompile/931203-1.c gcc.dg/noncompile/931203-1.c
13707 gcc.c-torture/noncompile/940112-1.c gcc.dg/noncompile/940112-1.c
13708 gcc.c-torture/noncompile/940227-1.c gcc.dg/noncompile/940227-1.c
13709 gcc.c-torture/noncompile/940510-1.c gcc.dg/noncompile/940510-1.c
13710 gcc.c-torture/noncompile/950825-1.c gcc.dg/noncompile/950825-1.c
13711 gcc.c-torture/noncompile/950921-1.c gcc.dg/noncompile/950921-1.c
13712 gcc.c-torture/noncompile/951123-1.c gcc.dg/noncompile/951123-1.c
13713 gcc.c-torture/noncompile/971104-1.c gcc.dg/noncompile/971104-1.c
13714 gcc.c-torture/noncompile/990416-1.c gcc.dg/noncompile/990416-1.c
13715 gcc.c-torture/noncompile/init-1.c gcc.dg/noncompile/init-1.c
13716 gcc.c-torture/noncompile/init-2.c gcc.dg/noncompile/init-2.c
13717 gcc.c-torture/noncompile/invalid_asm.c gcc.dg/noncompile/invalid_asm.c
13718 gcc.c-torture/noncompile/va-arg-1.c gcc.dg/noncompile/va-arg-1.c
13719
13720 gcc.c-torture/noncompile/940712-1.c gcc.dg/cpp/19940712-1.c
13721 gcc.c-torture/noncompile/940712-1.h gcc.dg/cpp/19940712-1.h
13722 gcc.c-torture/noncompile/940712-1a.h gcc.dg/cpp/19940712-1a.h
13723 gcc.c-torture/noncompile/940712-1b.h gcc.dg/cpp/19940712-1b.h
13724 gcc.c-torture/noncompile/951025-1.c gcc.dg/cpp/19951025-1.c
13725 gcc.c-torture/noncompile/951227-1.c gcc.dg/cpp/19951227-1.c
13726
122168d7
ZW
137272000-06-29 Zack Weinberg <zack@wolery.cumb.org>
13728
13729 * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
13730 declare one variable. On the fourth, error.
13731 * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
13732 declared by 20000628-1a.h.
13733
051aec25
RH
137342000-06-29 Richard Henderson <rth@redhat.com>
13735
13736 * gcc.c-torture/execute/930529-1.x: New file.
122168d7 13737 * gcc.dg/920413-1.c: Adjust expected warning text.
051aec25
RH
13738 * gcc.dg/980217-1.c: Declare abort.
13739 * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
13740
b8c25665 137412000-06-29 Jeffrey A Law (law@cygnus.com)
3097c22b
JL
13742
13743 * g77.f-torture/compile/20000629-1.f: New test.
13744 * g77.f-torture/compile/20000629-1.x: Expected to fail.
13745
3be6ce46
ZW
137462000-06-28 Zack Weinberg <zack@wolery.cumb.org>
13747
13748 Rearrange lots of files, removing entirely the
122168d7 13749 gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
3be6ce46
ZW
13750 directories.
13751
13752 * Deleted files:
13753 gcc.c-torture/code_quality/code_quality.exp
13754 gcc.c-torture/special/special.exp
13755 gcc.failure/failure.exp
13756 gcc.failure/940409-1.x
13757 gcc.c-torture/compile/961203-1.x
13758
13759 * New files:
13760 gcc.misc-tests/linkage.exp
13761 gcc.c-torture/execute/920730-1t.c
13762 gcc.c-torture/execute/920730-1t.x
13763 gcc.c-torture/compile/920520-1.x
13764 gcc.c-torture/compile/920521-1.x
13765 gcc.c-torture/compile/981006-1.x
13766 gcc.c-torture/execute/eeprof-1.x
13767
13768 * Moved files (possibly with modifications to fit a new harness):
13769 Old name New name
13770 gcc.c-torture/code_quality/920608-1.c gcc.c-torture/compile/920608-1.c
13771 gcc.c-torture/special/920413-1.c gcc.dg/920413-1.c
13772 gcc.c-torture/special/920520-1.c gcc.c-torture/compile/920520-1.c
13773 gcc.c-torture/special/920521-1.c gcc.c-torture/compile/920521-1.c
13774 gcc.c-torture/special/920717-x.c gcc.misc-tests/linkage-x.c
13775 gcc.c-torture/special/920717-y.c gcc.misc-tests/linkage-y.c
13776 gcc.c-torture/special/920730-1.c gcc.c-torture/execute/920730-1.c
13777 gcc.c-torture/special/930510-1.c gcc.dg/cpp/19930510-1.c
13778 gcc.c-torture/special/951130-1.c gcc.dg/951130-1.c
13779 gcc.c-torture/special/960224-1.c gcc.dg/cpp/19960224-1.c
13780 gcc.c-torture/special/960224-2.c gcc.dg/cpp/19960224-2.c
13781 gcc.c-torture/special/981006-1.c gcc.c-torture/compile/981006-1.c
13782 gcc.c-torture/special/eeprof-1.c gcc.c-torture/execute/eeprof-1.c
13783 gcc.failure/940409-1.c gcc.dg/940409-1.c
13784
1e89760d
ZW
137852000-06-28 Zack Weinberg <zack@wolery.cumb.org>
13786
9d1d9b4f
ZW
13787 * c-torture/compile/961203-1.x: Delete.
13788
1e89760d
ZW
13789 * gcc.misc-tests/acker1.c: Report failure. Use return from main,
13790 not exit. Include stdio.h.
13791 * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
13792 * gcc.misc-tests/dg-12.c: Likewise.
13793 * gcc.misc-tests/dg-5.c: Likewise.
13794 * gcc.misc-tests/dg-6.c: Likewise.
13795 * gcc.misc-tests/dg-7.c: Prototype abort.
13796 * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
13797 * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
13798 * gcc.misc-tests/matrix1.c: Report failure. Use return from main,
13799 not exit.
13800 * gcc.misc-tests/sieve.c: Use return from main, not exit.
13801 * gcc.misc-tests/sort2.c: Use return from main, not exit.
13802
39ab19f6
JJ
138032000-06-28 Jakub Jelinek <jakub@redhat.com>
13804
13805 * gcc.dg/cpp/20000628-1.c: New test.
13806 * gcc.dg/cpp/20000628-1.h: New header for above test.
13807 * gcc.dg/cpp/20000628-1a.h: Likewise.
13808
d845dc52
ZW
138092000-06-27 Zack Weinberg <zack@wolery.cumb.org>
13810
13811 * gcc.dg/cpp: New directory.
13812 * gcc.dg/cpp/cpp.exp: New driver.
13813 * gcc.dg/cpp/20000627-1.c: New test.
13814 * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
13815 * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
13816 and rewrite as a compilation test.
13817
13818 * gcc.dg: Move many files into the cpp subdirectory, possibly
13819 renaming or editing them as well.
13820 Old name New name
13821 990119-1.c cpp/19990119-1.c
13822 990228-1.c cpp/19990228-1.c
13823 990407-1.c cpp/19990407-1.c
13824 990409-1.c cpp/19990409-1.c
13825 990413-1.c cpp/19990413-1.c
13826 990703-1.c cpp/19990703-1.c
13827 20000127-1.c cpp/20000127-1.c
13828 20000129-1.c cpp/20000129-1.c
13829 20000207-1.c cpp/20000207-1.c
13830 20000207-2.c cpp/20000207-2.c
13831 20000209-1.c cpp/20000209-1.c
13832 20000209-2.c cpp/20000209-2.c
13833 20000301-1.c cpp/20000301-1.c
13834 20000419-1.c cpp/20000419-1.c
13835 20000510-1.S cpp/20000510-1.S
13836 20000519-1.c cpp/20000519-1.c
13837 20000529-1.c cpp/20000529-1.c
13838 20000625-1.c cpp/20000625-1.c
13839 20000625-2.c cpp/20000625-2.c
13840 cpp-as1.c cpp/assert1.c
13841 cpp-as2.c cpp/assert2.c
13842 cxx-comments-1.c cpp/cxxcom1.c
13843 cxx-comments-2.c cpp/cxxcom2.c
13844 endif-label.c cpp/endif.c
13845 cpp-hash1.c cpp/hash1.c
13846 cpp-hash2.c cpp/hash2.c
13847 cpp-if1.c cpp/if-1.c
13848 cpp-if2.c cpp/if-2.c
13849 cpp-if3.c cpp/if-3.c
13850 cpp-if4.c cpp/if-4.c
13851 cpp-if5.c cpp/if-5.c
13852 cpp-cond.c cpp/if-cexp.c
13853 cpp-missingop.c cpp/if-mop.c
13854 cpp-missingparen.c cpp/if-mpar.c
13855 cpp-opprec.c cpp/if-oppr.c
13856 cpp-ifparen.c cpp/if-paren.c
13857 cpp-shortcircuit.c cpp/if-sc.c
13858 cpp-shift.c cpp/if-shift.c
13859 cpp-unary.c cpp/if-unary.c
13860 cpp-li1.c cpp/line1.c
13861 cpp-li2.c cpp/line2.c
13862 lineno.c cpp/line3.c
13863 lineno-2.c cpp/line4.c
13864 cpp-mi.c cpp/mi1.c
13865 cpp-mic.h cpp/mi1c.h
13866 cpp-micc.h cpp/mi1cc.h
13867 cpp-mind.h cpp/mi1nd.h
13868 cpp-mindp.h cpp/mi1ndp.h
13869 cpp-mix.h cpp/mi1x.h
13870 cpp-mi2.c cpp/mi2.c
13871 cpp-mi2a.h cpp/mi2a.h
13872 cpp-mi2b.h cpp/mi2b.h
13873 cpp-mi2c.h cpp/mi2c.h
13874 cpp-mi3.c cpp/mi3.c
13875 cpp-mi3.def cpp/mi3.def
13876 poison-1.c cpp/poison.c
13877 pr-impl.c cpp/prag-imp.c
13878 cpp-redef-2.c cpp/redef1.c
13879 cpp-redef.c cpp/redef2.c
13880 strpaste.c cpp/strp1.c
13881 strpaste-2.c cpp/strp2.c
13882 cpp-tradpaste.c cpp/tr-paste.c
13883 cpp-tradstringify.c cpp/tr-str.c
13884 cpp-tradwarn1.c cpp/tr-warn1.c
13885 cpp-tradwarn2.c cpp/tr-warn2.c
13886 trigraphs.c cpp/trigraphs.c
13887 cpp-unc1.c cpp/unc1.c
13888 cpp-unc2.c cpp/unc2.c
13889 cpp-unc3.c cpp/unc3.c
13890 cpp-unc.c cpp/unc4.c
13891 undef.c cpp/undef1.c
13892 undef-2.c cpp/undef2.c
13893 cpp-wi1.c cpp/widestr1.c
13894
49199692
MM
138952000-06-27 Mark Mitchell <mark@codesourcery.com>
13896
13897 * lib/g++.exp (g++_include_flags): Tweak.
13898
1c7781fb 138992000-06-27 H.J. Lu <hjl@gnu.org>
92936ecf
ZW
13900 Loren J. Rittle <ljrittle@acm.org>
13901
13902 * lib/g++.exp (g++_include_flags): Override libgloss.exp
13903 version with one that knows about the new gcc tree structure.
13904 (g++_link_flags): Same.
1c7781fb 13905
754773e2
ZW
139062000-06-26 Zack Weinberg <zack@wolery.cumb.org>
13907
4540727a
ZW
13908 * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
13909 gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
13910 case we are cross-compiling.
13911
754773e2 13912 * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
92936ecf 13913 g++.old-deja/g++.niklas/Makefile.in,
754773e2
ZW
13914 g++.old-deja/g++.niklas/configure.in,
13915 g++.old-deja/g++.other/Makefile.in,
13916 g++.old-deja/g++.other/configure.in,
13917 gcc.c-torture/code_quality/Makefile.in,
13918 gcc.c-torture/code_quality/configure.in,
13919 gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
13920 gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
13921 gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
13922 gcc.c-torture/execute/ieee/Makefile.in,
13923 gcc.c-torture/execute/ieee/configure.in,
13924 gcc.c-torture/noncompile/Makefile.in,
13925 gcc.c-torture/noncompile/configure.in,
13926 gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
13927 gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
13928 gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
13929
ed18e47e
NS
139302000-06-26 Nathan Sidwell <nathan@codesourcery.com>
13931
13932 * g++.old-deja/g++.other/ambig3.C: New test.
13933
51a5a5e0
NS
139342000-06-26 Nathan Sidwell <nathan@codesourcery.com>
13935
13936 * g++.old-deja/g++.pt/syntax1.C: New test.
13937 * g++.old-deja/g++.pt/syntax2.C: New test.
13938 * g++.old-deja/g++.other/syntax3.C: New test.
13939 * g++.old-deja/g++.other/syntax4.C: New test.
13940
41035013
ZW
139412000-06-25 Zack Weinberg <zack@wolery.cumb.org>
13942
13943 * gcc.dg/20000623-1.c: Prototype exit and abort.
13944
b42115f7
ZW
139452000-06-25 Zack Weinberg <zack@wolery.cumb.org>
13946
13947 * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
92936ecf 13948 New tests.
b42115f7
ZW
13949 * gcc.dg/cpp-mi3.def: New file.
13950
13951 * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
13952 inside assertions.
13953 * gcc.dg/cpp-as2.c: Make error regexps match either old or new
13954 lexer's error messages.
13955 * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
13956 divine anything from the linemarkers.
13957 * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
13958 * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
13959
3e0abe15
GK
139602000-06-23 Geoffrey Keating <geoffk@cygnus.com>
13961
13962 * gcc.dg/20000623-1.c: New test.
13963
1d663f67
JJ
139642000-06-22 Jakub Jelinek <jakub@redhat.com>
13965
13966 * gcc.c-torture/execute/20000622-1.c: New test.
13967
56803752
NS
139682000-06-22 Nathan Sidwell <nathan@codesourcery.com>
13969
13970 * g++.old-deja/g++.other/init15.C: New test.
13971
dc2a68d7
NS
139722000-06-22 Nathan Sidwell <nathan@codesourcery.com>
13973
13974 * g++.old-deja/g++.pt/vaarg2.C: New test.
13975 * g++.old-deja/g++.pt/vaarg3.C: New test.
13976
5f8f4751
NS
139772000-06-20 Nathan Sidwell <nathan@codesourcery.com>
13978
13979 * g++.old-deja/g++.other/dyncast6.C: New test.
13980
22c40c28
JJ
139812000-06-15 Jakub Jelinek <jakub@redhat.com>
13982
13983 * gcc.c-torture/execute/loop-6.c: New test.
13984
d2f7db1d
JJ
139852000-06-14 Jakub Jelinek <jakub@redhat.com>
13986
13987 * gcc.dg/20000614-1.c: New test.
13988 * gcc.dg/20000614-2.c: New test.
13989
adab1923
HPN
139902000-06-14 Hans-Peter Nilsson <hp@axis.com>
13991
13992 * g++.old-deja/g++.other/inline12.C: New test.
13993
b4f2fe91
JJ
139942000-06-13 Jakub Jelinek <jakub@redhat.com>
13995
13996 * g++.old-deja/g++.other/eh1.C: New test.
13997
139982000-06-12 Jakub Jelinek <jakub@redhat.com>
13999
14000 * g++.old-deja/g++.other/type.C: New test.
14001
140022000-06-05 Jakub Jelinek <jakub@redhat.com>
14003
14004 * g++.old-deja/g++.other/initstring.C: New test.
14005
431f67e2
JM
140062000-06-12 Jason Merrill <jason@redhat.com>
14007
14008 * g++.old-deja/old-deja.exp: Add -Wno-long-long.
14009
b8c25665 140102000-06-09 Jeffrey A Law (law@cygnus.com)
83c137d7
JL
14011
14012 * gcc.c-torture/compile/20000609-1.c: New test.
14013
b8c25665 140142000-06-09 Clinton Popetz <cpopetz@cygnus.com>
27985b66
CP
14015
14016 * gcc.dg/20000609-1.c: New test.
14017
fbc40ced
ZW
140182000-06-08 Zack Weinberg <zack@wolery.cumb.org>
14019
14020 * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
14021 * gcc.c-torture/noncompile/poison-1.c: Move...
14022 * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
14023 * gcc.dg/cpp-li1.c: Add a token after the #line.
14024
80e08b30
RH
140252000-06-05 Richard Henderson <rth@cygnus.com>
14026
14027 * gcc.c-torture/execute/20000605-2.c: New test.
14028 * gcc.c-torture/execute/20000605-3.c: New test.
14029
5e9e71f0
DB
140302000-06-06 David Billinghurst <David Billinghurst@riotinto.com.au>
14031
14032 * g77.f-torture/execute/20000503-1.x: New file.
14033
b6a5dfa1
NS
140342000-06-06 Nathan Sidwell <nathan@codesourcery.com>
14035
14036 * g++.old-deja/g++.eh/badalloc1.C: New test.
14037
fce8451d
RH
140382000-06-05 Richard Henderson <rth@cygnus.com>
14039
14040 * gcc.c-torture/execute/20000605-1.c: New test.
14041
1687c88c
JJ
140422000-06-05 Jakub Jelinek <jakub@redhat.com>
14043 Nathan Sidwell <nathan@codesourcery.com>
14044
14045 * gcc.c-torture/compile/20000605-1.c: New test.
14046
22ad5966
DB
140472000-06-03 David Billinghurst <David Billinghurst@riotinto.com.au>
14048
92936ecf 14049 * g77.f-torture/compile/20000601-1.f: New test.
22ad5966 14050
72934de7
RH
140512000-06-03 Richard Henderson <rth@cygnus.com>
14052
14053 * gcc.c-torture/execute/20000603-1.c: New.
14054
0e13506e
ZW
140552000-06-02 Zack Weinberg <zack@wolery.cumb.org>
14056
14057 * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
14058 * gcc.dg/noreturn-2.c (noreturn): Likewise.
14059
d7a2e0f7
ZW
140602000-06-01 Zack Weinberg <zack@wolery.cumb.org>
14061
1082afb6
ZW
14062 * gcc.dg/compare2.c (case 12): XFAIL.
14063 * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
14064 * gcc.dg/noreturn-2.c (noreturn): XFAIL.
14065
d7a2e0f7
ZW
14066 * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
14067
ea4a453b
ZW
140682000-05-29 Zack Weinberg <zack@wolery.cumb.org>
14069
14070 * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
14071 guard macro is already defined when the header is first
14072 included.
14073 * gcc.dg/cpp-mix.h: New file.
14074 * gcc.dg/endif-label.c: Update patterns to match compiler.
14075
14076 * g++.brendan/complex1.C: Declare abort.
14077 * g++.law/refs4.C: Remove XFAIL.
14078 * g++.oliva/expr2.C: Declare abort and exit.
14079
5ac707b8
AO
140802000-05-28 Alexandre Oliva <aoliva@cygnus.com>
14081
bb078eb4
AO
14082 * gcc.c-torture/execute/20000528-1.c: New test.
14083
5ac707b8
AO
14084 * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
14085 * g++.old-deja/g++.law/temps4.C: Likewise.
14086
e801c5c2
AO
14087 * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
14088 stdlib.h. Call abort() on failure.
14089 * g++.old-deja/g++.law/refs4.C: Likewise.
14090 * g++.old-deja/g++.law/temps4.C: Likewise.
14091 * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
92936ecf 14092 * gcc.c-torture/execute/20000112-1.c: Include string.h.
e801c5c2 14093
d2b51b10
ZW
140942000-05-27 Zack Weinberg <zack@wolery.cumb.org>
14095
14096 Relative to g++.dg/special:
14097 * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
14098
14099 Relative to g++.old-deja:
14100 * g++.brendan/complex1.C, g++.jason/optimize2.C,
14101 g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
14102 g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
14103 g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
92936ecf 14104 g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
d2b51b10
ZW
14105 g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
14106 g++.robertl/ice990323-2.C: Prototype exit and/or abort.
14107
14108 * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
14109 g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
14110 g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
14111 g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
14112 g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
14113 g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
14114 and/or string.h.
14115
14116 * g++.other/goto1.C: Update expectations for error messages.
14117
49080ead
AO
141182000-05-25 Alexandre Oliva <aoliva@cygnus.com>
14119
14120 * gcc.c-torture/compile/20000523-1.c: New test.
14121
bfc22107
NS
141222000-05-25 Nathan Sidwell <nathan@codesourcery.com>
14123
14124 * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
14125
bebc2c61
NS
141262000-05-25 Nathan Sidwell <nathan@codesourcery.com>
14127
14128 * g++.old-deja/g++.eh/catch11.C: New test.
14129 * g++.old-deja/g++.eh/catch12.C: New test.
14130
88903d85
NC
141312000-05-24 Nick Clifton <nickc@cygnus.com>
14132
14133 * gcc.c-torture/execute/20000523-1.c: New test.
14134
7b844298
ZW
141352000-05-23 Zack Weinberg <zack@wolery.cumb.org>
14136
14137 * c-torture/execute/bcp-1.c: Replace abort in arg of
14138 __builtin_constant_p with a generic external function.
14139
14140 * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
14141 gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
14142 gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
14143 gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
14144 Prototype abort and/or exit.
14145
14146 * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
14147 gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
14148 gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
14149 gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
14150
38285a09
AO
141512000-05-22 Alexandre Oliva <aoliva@cygnus.com>
14152
14153 * gcc.dg/dwarf2-1.c: New test.
14154
1e139755
RH
141552000-05-20 Richard Henderson <rth@cygnus.com>
14156
14157 * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
14158
019b761f
AJ
141592000-05-20 Andreas Jaeger <aj@suse.de>
14160
14161 * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
14162 testcase.
14163
ea25bef4
DE
141642000-05-19 David Edelsohn <edelsohn@gnu.org>
14165
14166 * gcc.c-torture/execute/20000519-2.c: New test.
14167
b4c40d3c
AJ
141682000-05-19 Andreas Jaeger <aj@suse.de>
14169
0d9a7d79
AJ
14170 * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
14171 which fails with SSA.
14172
b4c40d3c
AJ
14173 * lib/c-torture.exp: Also test with -O3 -fssa.
14174
14806ff1
MM
141752000-05-18 Michael Meissner <meissner@redhat.com>
14176
14177 * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
14178 * gcc.c-torture/execute/920415-1.c: Ditto.
14179 * gcc.c-torture/execute/920501-1.c: Ditto.
14180 * gcc.c-torture/execute/conversion.c: Ditto.
14181 * gcc.c-torture/execute/cvt-1.c: Ditto.
14182
b8c25665 141832000-05-18 Jeffrey A Law (law@cygnus.com)
606b4c94
JL
14184
14185 * gcc.c-torture/compile/20000518-1.c: New test.
14186
3eb16773
DB
141872000-05-18 David Billinghurst <David.Billinghurst@riotinto.com.au>
14188
14189 * g77.f-torture/compile/200005018.f: New test.
14190
b8c25665 141912000-05-17 Jeffrey A Law (law@cygnus.com)
233f4c98
JL
14192
14193 * gcc.c-torture/compile/20000517-1.c: New test.
14194
13fa2029
FS
141952000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14196
14197 * gcc.c-torture/execute/20000516-1.c: New test.
14198
a48df362
JJ
141992000-05-15 Jakub Jelinek <jakub@redhat.com>
14200
14201 * g++.old-deja/g++.other/eh.C: New test.
14202
67384dfb
RH
142032000-05-12 Richard Henderson <rth@cygnus.com>
14204
14205 * gcc.c-torture/execute/990208-1.c (main): Don't pass
14206 constants through to doit's conditional.
14207
b8c25665 142082000-05-11 Jeffrey A Law (law@cygnus.com)
2e8b0910 14209
8a744ae0 14210 * gcc.c-torture/compile/20000511-1.c: New test.
2e8b0910
JL
14211 * g77.f-torture/compile/20000511-1.f: New test.
14212 * g77.f-torture/compile/20000511-2.f: New test.
14213
0f00654b
MM
142142000-05-11 Michael Meissner <meissner@redhat.com>
14215
14216 * gcc.c-torture/execute/20000511-1.c: New test.
14217
3ae1c615
ZW
142182000-05-11 Zack Weinberg <zack@wolery.cumb.org>
14219
14220 * gcc.dg/dg.exp: Scan .S files as well as .c files.
14221 * gcc.dg/20000510-1.S: New.
14222
c0916fa0
CM
142232000-05-08 Catherine Moore <clm@cygnus.com>
14224
14225 * gcc.dg/unused-3.c: New.
14226
efdbc6f8
RH
142272000-05-06 Richard Henderson <rth@cygnus.com>
14228
14229 * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
14230 * g++.old-deja/g++.mike/warn1.C: Likewise.
14231 * g++.old-deja/g++.pt/local1.C: Likewise.
14232 * g++.old-deja/g++.pt/local7.C: Likewise.
14233 * g++.old-deja/g++.pt/spec16.C: Likewise.
14234
846cf122
NS
142352000-05-06 Nathan Sidwell <nathan@codesourcery.com>
14236
14237 * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
14238
7d76ae56
DB
142392000-05-05 David Billinghurst <David Billinghurst@riotinto.com.au>
14240
efdbc6f8 14241 * g77.f-torture/execute/20000503-1.f: New test.
7d76ae56 14242
07d787fd
AJ
142432000-05-04 Andreas Jaeger <aj@suse.de>
14244
14245 * gcc.dg/noreturn-2.c: New test.
14246
59b30ca6
NB
142472000-05-04 Neil Booth <NeilB@earthling.net>
14248
14249 * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
14250 preprocessor.
14251
beaf61f5
RH
142522000-05-04 Richard Henderson <rth@cygnus.com>
14253
14254 * gcc.c-torture/execute/20000503-1.c: Fix typo.
14255
f63c134b
RH
142562000-05-04 Richard Henderson <rth@cygnus.com>
14257
14258 * gcc.c-torture/compile/20000504-1.c: New test. Derived from
14259 OpenSSL by Jason R Thorpe.
14260
b8c25665 142612000-05-03 Jim Wilson <wilson@cygnus.com>
83f1c55d
RH
14262
14263 * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
14264
22a87840
RL
142652000-05-03 Robert Lipe <robertlipe@usa.net>
14266
14267 * gcc.dg/20000503-1.c: New test.
14268
753e6cf1
JJ
142692000-05-02 Jakub Jelinek <jakub@redhat.com>
14270
14271 * gcc.c-torture/compile/20000502-1.c: New test.
14272 * g++.old-deja/g++.other/align.C: New test.
9900f597 14273 * gcc.dg/cpp-tradstringify.c: New test.
753e6cf1 14274
83f1c55d
RH
14275Thu Apr 27 15:58:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
14276
14277 * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
14278 and hard registers.
14279
142802000-04-26 Geoff Keating <geoffk@cygnus.com>
14281
14282 * gcc.c-torture/execute/loop-5.c: New test.
14283
142842000-04-25 Jakub Jelinek <jakub@redhat.com>
14285
14286 * gcc.c-torture/execute/va-arg-20.c: New test.
14287
b8c25665 142882000-04-23 Jeffrey A Law (law@cygnus.com)
96933f43
JL
14289
14290 * gcc.c-torture/execute/20000422-1.c: New test.
14291
83f1c55d
RH
142922000-04-20 Greg McGary <gkm@gnu.org>
14293
14294 * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
14295 when optimizing, but without sibling-call optimizations (-O1).
14296
b8c25665 142972000-04-20 Jeffrey A Law (law@cygnus.com)
404e6b79 14298
efdbc6f8 14299 * gcc.c-torture/compile/20000420-1.c: New test.
404e6b79 14300
a33b40d2
NS
143012000-04-20 Nathan Sidwell <nathan@codesourcery.com>
14302
14303 * g++.abi/ptrflags.C: New test.
14304 * g++.eh/catchptr1.C: Test incomplete pointer chains.
14305
b8c25665 143062000-04-19 Catherine Moore <clm@cygnus.com>
83f1c55d
RH
14307
14308 * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
14309
143102000-04-19 Greg McGary <gkm@gnu.org>
14311
14312 * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
14313 sibling-call optimizations.
14314
0d5a06bd
ZW
143152000-04-19 Zack Weinberg <zack@wolery.cumb.org>
14316
14317 * gcc.dg/20000419-1.c: New test.
14318
b8c25665 143192000-04-12 Hans-Peter Nilsson <hp@axis.com>
83f1c55d
RH
14320
14321 * gcc.c-torture/execute/20000412-6.c: New test.
14322
b8c25665 143232000-04-12 Jeffrey A Law (law@cygnus.com)
2c45f94b 14324
504f140d 14325 * gcc.c-torture/execute/20000412-5.c: New test.
9c749c66 14326 * g77.f-torture/compile/20000412-1.f: New test.
380b409b 14327 * gcc.c-torture/execute/20000412-4.c: New test.
270630a2 14328 * gcc.c-torture/compile/20000412-2.c: New test.
d0158d40 14329 * gcc.c-torture/execute/20000412-3.c: New test.
46feb4ab 14330 * gcc.c-torture/compile/20000412-1.c: New test.
2c45f94b
JL
14331 * gcc.c-torture/execute/20000412-2.c: New test.
14332
aa7647ee
JJ
143332000-04-12 Jakub Jelinek <jakub@redhat.com>
14334
14335 * objc/execute/bf-20.m: New test.
14336
eb802827
RH
143372000-04-10 Richard Henderson <rth@cygnus.com>
14338
7265c420
RH
14339 * gcc.c-torture/execute/20000412-1.c: Reduce some more.
14340
eb802827
RH
14341 * gcc.c-torture/execute/20000412-1.c: New test.
14342
96e1d96c
NS
143432000-04-10 Nathan Sidwell <nathan@codesourcery.com>
14344
14345 * g++.old-deja/g++.eh/catchptr1.C: New test.
14346
e33c685b
NS
143472000-04-09 Nathan Sidwell <nathan@codesourcery.com>
14348
14349 * g++.old-deja/g++.abi/cxa_vec.C: New test.
14350
ed343779 143512000-04-08 Neil Booth <NeilB@earthling.net>
92936ecf 14352
ed343779
NB
14353 * gcc.dg/cpp-nullchar.c: Remove test as
14354 embedded nulls cause problems.
14355
4ddf4d7b
KG
143562000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14357
14358 * gcc.dg/compare2.c: New test.
14359
65232ce9 143602000-04-08 Neil Booth <NeilB@earthling.net>
92936ecf 14361
65232ce9
NB
14362 * gcc.dg/cpp-nullchar.c: New test.
14363
f787c583
ZW
143642000-04-07 Zack Weinberg <zack@wolery.cumb.org>
14365
14366 * gcc.dg/cpp-mi2.c: New test.
14367 * gcc.dg/cpp-mi2[abc].h: New files.
14368
e8ff28b4
NS
143692000-04-07 Nathan Sidwell <nathan@codesourcery.com>
14370
14371 * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
14372 member name.
14373
1388b247
NS
143742000-04-06 Nathan Sidwell <nathan@codesourcery.com>
14375
14376 * g++.old-deja/g++.abi/vmihint.C: New test.
14377
dabe43de
NB
143782000-04-06 Neil Booth <NeilB@earthling.net>
14379
14380 * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
14381 cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c: Add FSF
92936ecf 14382 copyright.
dabe43de 14383
b8c25665 143842000-04-05 Hans-Peter Nilsson <hp@axis.com>
83f1c55d
RH
14385
14386 * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
14387 avoid stack-frame overwrite.
14388
143892000-04-05 Jakub Jelinek <jakub@redhat.com>
14390
14391 * gcc.c-torture/compile/20000405-2.c: New test.
14392 * gcc.c-torture/compile/20000405-3.c: New test.
14393
143942000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14395
14396 * gcc.c-torture/compile/20000405-1.c: New test.
14397
ace8b015
GK
143982000-04-04 Geoff Keating <geoffk@cygnus.com>
14399
14400 * gcc.dg/cast-qual-1.c: Revert last change.
14401
be340b97
KG
144022000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14403
14404 * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
14405
6b32882f
ZW
144062000-04-03 Zack Weinberg <zack@wolery.cumb.org>
14407
14408 * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
14409 gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
14410
b8c25665 144112000-04-03 Jeffrey A Law (law@cygnus.com)
98e29481 14412
728ee72a 14413 * gcc.c-torture/compile/20000403-2.c: New test.
98e29481
JL
14414 * gcc.c-torture/compile/20000403-1.c: New test.
14415
b8c25665 144162000-04-03 Hans-Peter Nilsson <hp@axis.com>
83f1c55d
RH
14417
14418 * gcc.c-torture/execute/20000403-1.c: New test.
14419
144202000-04-03 Geoff Keating <geoffk@cygnus.com>
14421
14422 * gcc.c-torture/execute/20000402-1.c: New test.
14423
b8c25665 144242000-04-03 Donald Lindsay <dlindsay@cygnus.com>
83f1c55d
RH
14425
14426 * gcc.c-torture/execute/va-arg-15.c: New test.
14427 * gcc.c-torture/execute/va-arg-16.c: New test.
14428 * gcc.c-torture/execute/va-arg-17.c: New test.
14429 * gcc.c-torture/execute/va-arg-18.c: New test.
14430 * gcc.c-torture/execute/va-arg-19.c: New test.
14431
bfab56e7
ZW
144322000-04-02 Zack Weinberg <zack@wolery.cumb.org>
14433
14434 * gcc.c-torture/compile/981211-1.c: Move to...
14435 * gcc.dg/cpp-as1.c: ...here.
14436 * gcc.dg/cpp-as2.c: New file.
14437
14438 * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
14439 compiler.
14440
93fd8bf7
NB
144412000-04-02 Neil Booth <NeilB@earthling.net>
14442
14443 * gcc.dg/cpp-cond.c New tests.
14444 * gcc.dg/cpp-ifparen.c New tests. Amend existing tests to make
14445 accidental success less likely.
14446 * gcc.dg/cpp-missingop.c New tests.
14447 * gcc.dg/cpp-missingparen.c New tests.
14448 * gcc.dg/cpp-shift.c New tests.
14449 * gcc.dg/cpp-shortcircuit.c New tests.
14450 * gcc.dg/cpp-unary.c New tests.
14451
b8c25665 144522000-03-29 Jeffrey A Law (law@cygnus.com)
843cae51
JL
14453
14454 * gcc.c-torture/compile/20000329-1.c: New test.
14455
83f1c55d
RH
144562000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
14457
14458 * gcc.c-torture/compile/20000326-1.c: New test.
14459 * gcc.c-torture/compile/20000326-2.c: New test.
14460
144612000-03-24 Geoff Keating <geoffk@cygnus.com>
14462
14463 * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
14464 the first parameter is a function argument.
14465
c9bb76b9
NS
144662000-03-23 Nathan Sidwell <nathan@codesourcery.com>
14467
14468 * g++.old-deja/g++.ext/array4.C: New test.
14469
83f1c55d
RH
144702000-03-22 Geoff Keating <geoffk@cygnus.com>
14471
14472 * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
14473
b9712646
KG
144742000-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14475
14476 * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
14477
1722dcfc
RH
144782000-03-19 Richard Henderson <rth@cygnus.com>
14479
14480 * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
14481
5d6a090f
RH
144822000-03-19 Richard Henderson <rth@cygnus.com>
14483
14484 * gcc.c-torture/compile/20000319-1.c: New test.
14485
b8c25665 144862000-03-14 Jeffrey A Law (law@cygnus.com)
4fa241f2 14487
7924327e 14488 * gcc.c-torture/execute/20000314-3.c: New test.
07fd50ea 14489 * gcc.c-torture/execute/20000314-2.c: New test.
263ac0d8
JL
14490 * gcc.c-torture/execute/20000314-1.c: New test.
14491 * gcc.c-torture/compile/20000314-2.c: New test.
14492 * gcc.c-torture/compile/20000314-1.c: New test.
4fa241f2 14493
302e5c46
NS
144942000-03-13 Nathan Sidwell <nathan@codesourcery.com>
14495
14496 * g++.old-deja/g++.warn/inline.C: New test.
14497
b8c25665 144982000-03-10 Hans-Peter Nilsson <hp@bitrange.com>
83f1c55d
RH
14499
14500 * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
14501 standards-compliant result rather than specific constants.
14502 Put test-values in array.
14503
602b1b13
JM
145042000-03-08 Jason Merrill <jason@casey.cygnus.com>
14505
14506 * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
14507 (g++_target_compile): Put test-specific options last.
14508
45f984e4
NS
145092000-03-08 Nathan Sidwell <nathan@codesourcery.com>
14510
14511 * g++.old-deja/g++.eh/vbase4.C: New test.
14512
532f12a2
NS
145132000-03-08 Nathan Sidwell <nathan@codesourcery.com>
14514
14515 * g++.old-deja/g++.bugs/900215_01.C: Adjust.
14516
98eddaf7
NS
145172000-03-08 Nathan Sidwell <nathan@codesourcery.com>
14518
14519 * g++.old-deja/g++.brendan/misc12.C: Removed.
14520 * g++.old-deja/g++.pt/memtemp77.C: Constify.
14521 * g++.old-deja/g++.ext/pretty4.C: New test.
14522
8ce5ef19
NS
145232000-03-08 Nathan Sidwell <nathan@codesourcery.com>
14524
14525 * g++.old-deja/g++.other/string2.C: New test.
14526
133a40d2
NS
145272000-03-06 Nathan Sidwell <nathan@codesourcery.com>
14528
92936ecf 14529 * g++.old-deja/g++.warn/impint2.C: New test.
133a40d2 14530
b8c25665 145312000-03-05 Hans-Peter Nilsson <hp@bitrange.com>
83f1c55d
RH
14532
14533 * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
14534 is 1, not zero.
14535
2f6f9ac7
NS
145362000-03-05 Nathan Sidwell <nathan@codesourcery.com>
14537
14538 * g++.old-deja/g++.warn/impint.C: New test.
14539 * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
14540 * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
14541 * g++.old-deja/g++.pt/explicit12.C: Likewise.
14542 * g++.old-deja/g++.pt/explicit13.C: Likewise.
14543 * g++.old-deja/g++.pt/explicit17.C: Likewise.
14544 * g++.old-deja/g++.pt/explicit18.C: Likewise.
14545 * g++.old-deja/g++.pt/explicit19.C: Likewise.
14546 * g++.old-deja/g++.pt/explicit23.C: Likewise.
14547 * g++.old-deja/g++.pt/explicit31.C: Likewise.
14548 * g++.old-deja/g++.pt/explicit35.C: Likewise.
14549 * g++.old-deja/g++.pt/explicit6.C: Likewise.
14550 * g++.old-deja/g++.pt/memclass7.C: Likewise.
14551
fbb886eb
ZW
145522000-03-01 Zack Weinberg <zack@wolery.cumb.org>
14553
14554 * gcc.dg/cpp-redef.c: New test.
14555
2a6b7809
NS
145562000-02-29 Nathan Sidwell <nathan@codesourcery.com>
14557
14558 * g++.old-deja/g++.pt/unify7.C: New test.
14559
b8c25665 145602000-02-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
eeafa66d
RK
14561
14562 * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
14563 * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
14564
83f1c55d
RH
145652000-02-25 Geoff Keating <geoffk@cygnus.com>
14566
14567 * gcc.c-torture/compile/20000224-1.c: New test.
14568
145692000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14570
14571 * gcc.c-torture/compile/cpp-2.c: New test.
14572 * gcc.c-torture/compile/cpp-1.c: New test.
14573
b8c25665 145742000-02-25 Jeffrey A Law (law@cygnus.com)
985dae7c
JL
14575
14576 * gcc.c-torture/execute/20000225-1.c: New test.
14577
cff244b2
AO
145782000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14579
495da1f6
AO
14580 * gcc.dg/cpp-li2.c: New test.
14581
e729bc6d
AO
14582 * gcc.dg/cpp-wi1.c: New test.
14583
cff244b2
AO
14584 * gcc.dg/cpp-li1.c: New test.
14585
da3a4719
NS
145862000-02-24 Nathan Sidwell <nathan@codesourcery.com>
14587
14588 * g++.old-deja/g++.other/sizeof5.C: New test.
14589
83f1c55d
RH
145902000-02-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14591
14592 * gcc.c-torture/execute/va-arg-13.c: New test.
14593
b8c25665 145942000-02-23 Donald Lindsay <dlindsay@cygnus.com>
83f1c55d
RH
14595
14596 * gcc.c-torture/execute/va-arg-12.c: New test.
14597
145982000-02-23 Nathan Sidwell <nathan@codesourcery.com>
14599
14600 * gcc.c-torture/execute/20000223-1.c: New test.
14601
b23875c9
NS
146022000-02-23 Nathan Sidwell <nathan@codesourcery.com>
14603
14604 * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
14605
fa2e34e8
MM
146062000-02-22 Mark Mitchell <mark@codesourcery.com>
14607
14608 * g++.old-deja/g++.abi/ptrmem.C: New test.
14609
4a6cfa63
RH
146102000-02-19 Richard Henderson <rth@cygnus.com>
14611
14612 * gcc.c-torture/compile/init-3.c: New.
14613
44399cac
MM
146142000-02-17 Mark Mitchell <mark@codesourcery.com>
14615
14616 * lib/g++.exp (g++_init): Add -fmessage-length=0 to
14617 ALWAYS_CXXFLAGS.
14618
b8c25665 146192000-02-11 Robert Lipe <robertl@sco.com>
ed3b0480
RL
14620
14621 * gcc.c-torture/compile/20000211-3.c: New test.
14622
b8c25665 146232000-02-11 Martin Buchholz <martin@xemacs.org>
ddcc2ade
MB
14624
14625 * gcc.c-torture/compile/20000211-2.c: New test.
14626
b8c25665 146272000-02-11 Jeffrey A Law (law@cygnus.com)
2144ddea
JL
14628
14629 * gcc.c-torture/compile/20000211-1.c: New test.
14630
ae6f3fe9
JL
146312000-02-09 Jonathan Larmour <jlarmour@redhat.co.uk>
14632
14633 * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
efdbc6f8 14634 on native targets
ae6f3fe9 14635
1d3f28d4
NS
146362000-02-08 Nathan Sidwell <nathan@acm.org>
14637
14638 * g++.old-deja/g++.other/cast5.C: New test.
14639
cc6c6c23
AM
146402000-02-05 Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
14641
14642 * gcc.c-torture/execute/20000205-1.c: New.
14643
31a72d3f
NS
146442000-02-03 Nathan Sidwell <nathan@acm.org>
14645
14646 * g++.old-deja/g++.jason/cast3.C: Return void.
14647 * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
14648
bd524aa3
AO
146492000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14650
15f724f6
AO
14651 * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
14652
bd524aa3
AO
14653 * gcc.dg/loop-1.c: New test.
14654
83f1c55d
RH
146552000-01-27 Jakub Jelinek <jakub@redhat.com>
14656
14657 * gcc.c-torture/compile/20000127-1.c: New test.
14658 * gcc.c-torture/execute/991228-1.c: New test.
14659
3ebed0b2
AO
146602000-01-26 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14661
3f50679d
AO
14662 * gcc.dg/unused-2.c: New test.
14663
3ebed0b2
AO
14664 * gcc.dg/conv-1.c: New test.
14665
7a53e94b
MM
146662000-01-24 Mark Mitchell <mark@codesourcery.com>
14667
14668 * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
14669 compiler.
14670 (tool_option_proc): Fix typo.
92936ecf 14671
360f2326
GK
146722000-01-24 Geoff Keating <geoffk@cygnus.com>
14673
14674 * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
14675 of the ld on the host, not on the build machine.
14676 Also, don't crash if '--help' is not a supported option.
14677
1eb8759b
RH
146782000-01-24 Richard Henderson <rth@cygnus.com>
14679
14680 * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
14681
b8c25665 146822000-01-20 Jeffrey A Law (law@cygnus.com)
33f6849b 14683
7e7cf28a 14684 * gcc.c-torture/execute/20000120-2.c: New test.
33f6849b
JL
14685 * gcc.c-torture/execute/20000120-1.c: New test.
14686
b8c25665 146872000-01-13 Jeffrey A Law (law@cygnus.com)
ca4cd7ab
JL
14688
14689 * gcc.c-torture/execute/20000113-1.c: New test.
14690
b8c25665 146912000-01-12 Jeffrey A Law (law@cygnus.com)
7a2a27a5
JL
14692
14693 * gcc.c-torture/execute/20000112-1.c: New test.
14694
a5bfff0c
AO
146952000-01-11 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14696
14697 * gcc.dg/20000111-1.c: New test.
14698
b8c25665 146992000-01-10 Jeffrey A Law (law@cygnus.com)
afc27297
JL
14700
14701 * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
14702 with 16 bit integers.
14703
69d4f56d
AO
147042000-01-08 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14705
14706 * gcc.dg/20000108-1.c: New test.
14707
cc6ecc6a
NS
147082000-01-05 Nathan Sidwell <nathan@acm.org>
14709
14710 * g++.old-deja/g++.ns/koenig8.C: New test.
14711
ac8cd718
NS
147122000-01-05 Nathan Sidwell <nathan@acm.org>
14713
14714 * g++.old-deja/g++.other/cast4.C: New test.
14715
b8c25665 147162000-01-05 Jeffrey A Law (law@cygnus.com)
25a8e1be 14717
5ed75fe4 14718 * gcc.c-torture/compile/20000105-2.c: New test.
25a8e1be
JL
14719 * gcc.c-torture/compile/20000105-1.c: New test.
14720
3f552d62
KG
147212000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14722
14723 * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
14724 references to printf & atoi to conform to ANSI standard.
14725 * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
14726 * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
14727 * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
14728 * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
14729 * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
14730 * g++.old-deja/g++.brendan/complex1.C: Likewise.
14731 * g++.old-deja/g++.brendan/copy1.C: Likewise.
14732 * g++.old-deja/g++.brendan/copy2.C: Likewise.
14733 * g++.old-deja/g++.brendan/copy3.C: Likewise.
14734 * g++.old-deja/g++.brendan/copy4.C: Likewise.
14735 * g++.old-deja/g++.brendan/copy5.C: Likewise.
14736 * g++.old-deja/g++.brendan/copy6.C: Likewise.
14737 * g++.old-deja/g++.brendan/copy7.C: Likewise.
14738 * g++.old-deja/g++.brendan/copy8.C: Likewise.
14739 * g++.old-deja/g++.brendan/crash11.C: Likewise.
14740 * g++.old-deja/g++.brendan/crash14.C: Likewise.
14741 * g++.old-deja/g++.brendan/ctors1.C: Likewise.
14742 * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14743 * g++.old-deja/g++.brendan/delete2.C: Likewise.
14744 * g++.old-deja/g++.brendan/dtors1.C: Likewise.
14745 * g++.old-deja/g++.brendan/dtors2.C: Likewise.
14746 * g++.old-deja/g++.brendan/dtors3.C: Likewise.
14747 * g++.old-deja/g++.brendan/eh1.C: Likewise.
14748 * g++.old-deja/g++.brendan/groff1.C: Likewise.
14749 * g++.old-deja/g++.brendan/init3.C: Likewise.
14750 * g++.old-deja/g++.brendan/misc12.C: Likewise.
14751 * g++.old-deja/g++.brendan/misc7.C: Likewise.
14752 * g++.old-deja/g++.brendan/new2.C: Likewise.
14753 * g++.old-deja/g++.brendan/operators4.C: Likewise.
14754 * g++.old-deja/g++.brendan/operators5.C: Likewise.
14755 * g++.old-deja/g++.brendan/overload2.C: Likewise.
14756 * g++.old-deja/g++.brendan/overload7.C: Likewise.
14757 * g++.old-deja/g++.brendan/redecl2.C: Likewise.
14758 * g++.old-deja/g++.brendan/reference1.C: Likewise.
14759 * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
14760 * g++.old-deja/g++.brendan/template24.C: Likewise.
14761 * g++.old-deja/g++.brendan/template3.C: Likewise.
14762 * g++.old-deja/g++.brendan/vtables1.C: Likewise.
14763 * g++.old-deja/g++.jason/inline3.C: Likewise.
14764 * g++.old-deja/g++.jason/opeq.C: Likewise.
14765 * g++.old-deja/g++.law/arg5.C: Likewise.
14766 * g++.old-deja/g++.law/arm7.C: Likewise.
14767 * g++.old-deja/g++.law/ctors11.C: Likewise.
14768 * g++.old-deja/g++.law/cvt8.C: Likewise.
14769 * g++.old-deja/g++.law/init9.C: Likewise.
14770 * g++.old-deja/g++.law/refs4.C: Likewise.
14771 * g++.old-deja/g++.law/template2.C: Likewise.
14772 * g++.old-deja/g++.law/visibility24.C: Likewise.
14773 * g++.old-deja/g++.law/vtable3.C: Likewise.
14774 * g++.old-deja/g++.mike/asm2.C: Likewise.
14775 * g++.old-deja/g++.mike/eh1.C: Likewise.
14776 * g++.old-deja/g++.mike/misc1.C: Likewise.
14777 * g++.old-deja/g++.mike/misc13.C: Likewise.
14778 * g++.old-deja/g++.mike/misc14.C: Likewise.
14779 * g++.old-deja/g++.mike/ns12.C: Likewise.
14780 * g++.old-deja/g++.mike/p1248.C: Likewise.
14781 * g++.old-deja/g++.mike/p3708.C: Likewise.
14782 * g++.old-deja/g++.mike/p3708a.C: Likewise.
14783 * g++.old-deja/g++.mike/p3708b.C: Likewise.
14784 * g++.old-deja/g++.mike/p646.C: Likewise.
14785 * g++.old-deja/g++.mike/p700.C: Likewise.
14786 * g++.old-deja/g++.mike/p783.C: Likewise.
14787 * g++.old-deja/g++.mike/p783a.C: Likewise.
14788 * g++.old-deja/g++.mike/p783b.C: Likewise.
14789 * g++.old-deja/g++.mike/p786.C: Likewise.
14790 * g++.old-deja/g++.mike/p789.C: Likewise.
14791 * g++.old-deja/g++.mike/p789a.C: Likewise.
14792 * g++.old-deja/g++.mike/p807a.C: Likewise.
14793 * g++.old-deja/g++.other/delete3.C: Likewise.
14794 * g++.old-deja/g++.other/dyncast1.C: Likewise.
14795 * g++.old-deja/g++.other/dyncast2.C: Likewise.
14796 * g++.old-deja/g++.other/dyncast3.C: Likewise.
14797 * g++.old-deja/g++.other/empty1.C: Likewise.
14798 * g++.old-deja/g++.other/temporary1.C: Likewise.
14799 * g++.old-deja/g++.pt/memtemp14.C: Likewise.
14800 * g++.old-deja/g++.pt/t16.C: Likewise.
14801 * g++.old-deja/g++.pt/tiemann2.C: Likewise.
14802
3fe5b143
BS
148031999-12-30 Bernd Schmidt <bernds@cygnus.co.uk>
14804
14805 * gcc.dg/991230-1.c: New test.
14806
b8c25665 148071999-12-29 Jeffrey A Law (law@cygnus.com)
bacaaca4 14808
60a18af8 14809 * gcc.c-torture/compile/991229-3.c: New test.
7f0f8891 14810 * gcc.c-torture/compile/991229-2.c: New test.
bacaaca4
JL
14811 * gcc.c-torture/compile/991229-1.c: New test.
14812
b8c25665 148131999-12-29 Greg McGary <gkm@eng.ascend.com>
7fb1283f
GM
14814
14815 * gcc.c-torture/compile/labels-2.c: New test.
14816
83f1c55d
RH
14817