X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2FChangeLog;h=2f81f4c78cee487cc732ee3bf46e82aaf4df3401;hb=49a8bcb569d334a1050a8998956214d9a094d574;hp=b93b67523abb2564c2ddcbed849ea8e1e2f9fc56;hpb=65b7f83fcb833ccbead60bbb1533884ad0898486;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b93b67523ab..2f81f4c78ce 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,351 @@ +2001-06-04 Loren J. Rittle + + * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x. + +2001-06-04 Jeffrey Oldham + + * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value. + (g++_link_flags): Likewise. + (g++_init): Pass gccpath's value to two previous functions. + +2001-06-02 Kaveh R. Ghazi + + * gcc.misc-tests/linkage.exp: Use wildcards when matching N32. + Ensure logfile entry matches exec command line. + +2001-05-31 Richard Henderson + + * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test. + * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts. + +2001-05-30 David.Billinghurst + + * gcc.misc-tests/linkage.exp: Pass appropriate flags to native + compiler for irix6.2 + +2001-05-30 Nathan Sidwell + + * g++.old-deja/g++.other/optimize3.C: New file. + +2001-05-29 Jeffrey Oldham + + * gcc.c-torture/compile/20010518-2.x: New file to compile, not + assemble. + +2001-05-26 Nathan Sidwell + + * g++.old-deja/g++.other/optimize2.C: New file. + +2001-05-25 Diego Novillo + + * gcc.c-torture/compile/20010518-2.c: New file. + * gcc.c-torture/execute/20010518-1.c: New file. + * gcc.c-torture/execute/20010518-2.c: New file. + +2001-05-25 Joseph S. Myers + + * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests. + +2001-05-24 Mark Mitchell + + G++ no longer defines builtins that do not begin with __builtin. + * g++.old-deja/g++.abi/bitfields.C: Update accordingly. + * g++.old-deja/g++.brendand/misc13.C: Likewise. + * g++.old-deja/g++.law/builtin1.C: Likewise. + * g++.old-deja/g++.law/cvt2.C: Likewise. + * g++.old-deja/g++.mike/net5.C: Likewise. + * g++.old-deja/g++.other/builtins1.C: Likewise. + * g++.old-deja/g++.other/builtins2.C: Likewise. + * g++.old-deja/g++.other/builtins3.C: Likewise. + * g++.old-deja/g++.other/builtins4.C: Likewise. + * g++.old-deja/g++.other/inline8.C: Likewise. + * g++.old-deja/g++.robertl/eb39.C: Likewise. + +2001-05-24 Nathan Sidwell + + * g++.old-deja/g++.pt/using1.C: Adjust. + * g++.old-deja/g++.pt/using2.C: New test. + +2001-05-23 Neil Booth + + * gcc.dg/cpp/charconst.c: New tests. + * gcc.dg/cpp/escape.c: New tests. + * gcc.dg/cpp/escape-1.c: New tests. + * gcc.dg/cpp/escape-2.c: New tests. + * gcc.dg/cpp/ucs.c: New tests. + +2001-05-23 David.Billinghurst + + * gcc.misc-tests/linkage.exp: Pass appropriate flags to + native compiler for irix6.5. + +Wed May 23 2001 Jeffrey D. Oldham + + * lib/g++.exp (g++_include_flags): Use args to compute + get_multilibs. + (g++_link_flags): Likewise. + (g++_init): Pass TOOL_OPTIONS as arguments to two above functions. + +2001-05-22 Joseph S. Myers + + * gcc.dg/c90-hexfloat-1.c: Add more tests. + +2001-05-21 Geoff Keating + + * gcc.c-torture/compile/920520-1.x: Merge previous contents into + this file. + +2001-05-21 Stephane Carrez + + * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to + STACK_SIZE; + * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according + to STACK_SIZE; Use it to define size of add_histo array. + * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according + to STACK_SIZE. + (f): Use GITT_SIZE to define size of gitt local table. + * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according + to STACK_SIZE; Use it to define size of bytemem array. + +2001-05-21 Stephane Carrez + + * gcc.c-torture/compile/20000804-1.x: New file, this test fails + on 68HC11/HC12 due to the asm instruction. + * gcc.c-torture/compile/20001205-1.x: New file, ditto. + * gcc.c-torture/compile/920520-1.x: Likewise. + * gcc.c-torture/compile/20001226-1.x: New file, this test fails + on 68HC11/HC12 because the function is larger than 64K. + * gcc.c-torture/compile/961203-1.x: New file, this test fails + on 68HC11/HC12 because the structure is too large. + +2001-05-20 Richard Henderson + + * gcc.c-torture/execute/20010520-1.c: New. + +2001-05-20 Kaveh R. Ghazi + + * g++.old-deja/g++.warn/compare1.C: New test. + * gcc.dg/compare4.c: New test. + +2001-05-20 Nathan Sidwell + + * g++.old-deja/g++.other/optimize1.C: New test. + +2001-05-20 Kriang Lerdsuwanakij + + * g++.old-deja/g++.pt/spec41.C: New test. + +2001-05-19 Joseph S. Myers + + * gcc.c-torture/compile/20010114-1.x: Remove. + +2001-05-18 Stan Shebs + + * gcc.c-torture/compile/20010518-1.c: New test. + +2001-05-18 Nathan Sidwell + + * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL. + * g++.old-deja/g++.pt/crash67.C: New test. + +2001-05-17 Jeffrey D. Oldham + + * g++.old-deja/g++.other/debug9.C: New test. + +2001-05-16 Zack Weinberg + + * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c) + +Wed May 16 20:33:57 CEST 2001 Jan Hubicka + + * gcc.c-torture/compile/20010516-1.c: New test. + +2001-05-16 Nathan Sidwell + + * g++.old-deja/g++.other/crash41.C: New test. + +2001-05-16 Nathan Sidwell + + * g++.old-deja/g++.pt/crash66.C: New test. + +2001-05-15 Benjamin Kosnik + + * g++.old-deja/g++.robertl/eb27.C: Convert. + +2001-05-15 Nick Clifton + + * g++.dg/friend-warn.C: New test. Do not warn about friend + declaration being redundant. + +2001-05-15 Mark Mitchell (admin) + + * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*. + +2001-05-14 Mark Mitchell + + * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7. + +2001-05-13 Benjamin Kosnik + + * lib/g++.exp: Use testsuite_flags. + +2001-05-13 Mark Mitchell + + * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x. + +2001-05-11 John David Anglin + + * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX. + +2001-05-11 Mark Mitchell + + * lib/objc.exp: Add -lposix4 on Solaris 2.8. + +2001-05-10 Joseph S. Myers + + * gcc.c-torture/compile/20010313-1.c: New test. + +2001-05-09 Zack Weinberg + + * gcc.dg/cpp/direct2.c: New test. + * gccq.dg/cpp/direct2s.c: New test. + + * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head. + +2001-05-07 Mark Mitchell + + * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable. + * g++.old-deja/g++.other/op3.C: Likewise. + +2001-05-06 Neil Booth + + * gcc.dg/cpp/syshdr.h: New file. + * gcc.dg/cpp/sysmac1.c: Update. + * gcc.dg/cpp/sysmac2.c: Update. + +2001-05-05 Neil Booth + + * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file. + +2001-05-04 David Edelsohn + + * gcc.c-torture/execute/20001227-1.c: Remove duplicate of + gcc.c-torture/execute/20000412-3.c with no ChangeLog entry. + +2001-05-04 Neil Booth + + * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues. + +2001-05-03 Geoffrey Keating + + * lib/g++.exp (g++_include_flags): Don't use any special flags + if TESTING_IN_BUILD_TREE is not defined. + (g++_init): Use a plain 'c++' as the compiler if + TESTING_IN_BUILD_TREEE is not defined. + +2001-05-02 Jakub Jelinek + + * g++.old-deja/g++.eh/catch13.C: New test. + * g++.old-deja/g++.eh/catch14.C: New test. + +2001-05-02 Jakub Jelinek + + * gcc.dg/cpp/tr-define.c: New test. + +2001-05-01 Loren J. Rittle + + * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from + , not . + +2001-05-01 Nathan Sidwell + + * g++.old-deja/g++.ns/template17.C: New test. + +2001-05-01 Nathan Sidwell + + * g++.old-deja/g++.pt/ref4.C: New test. + +2001-04-30 Richard Henderson + + * gcc.dg/20000724-1.c: Revert last change. + +2001-04-30 Toon Moene + + * g77.f-torture/execute/20010430.f: New test. + +2001-04-30 Mark Mitchell + + * gcc.dg/20000724-1.c: Add a clobber of `esp'. + +2001-04-29 Joseph S. Myers + + * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi. + +2001-04-27 Nathan Sidwell + + * g++.old-deja/g++.eh/crash6.C: New test. + +2001-04-27 Nathan Sidwell + + * g++.old-deja/g++.other/warn7.C: New test. + +2001-04-27 Nathan Sidwell + + * g++.old-deja/g++.other/defarg9.C: New test. + +2001-04-26 Toon Moene + + * g77.f-torture/compile/20010426.f: New test. + * g77.f-torture/execute/20010426.f: New test. + +2001-04-26 Toon Moene + + * g77.f-torture/compile/20000629-1.x: Remove - error + has been fixed. + +Thu Apr 26 11:15:12 2001 Jeffrey A Law (law@cygnus.com) + + * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext. + Tweak slightly to work with g++.dg framework. + * g++.dg/special/ecos.exp: Run initp1.C test. + * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special. + + * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since + its linker doesn't give line numbers either. + * g++.old-deja/g++.ext/instantiate3.C: Similarly. + +2001-04-26 Nathan Sidwell + + * g++.old-deja/g++.other/lex1.C: New test. + +2001-04-26 Jakub Jelinek + + * gcc.dg/noncompile/20010425-1.c: New test. + +2001-04-26 Nathan Sidwell + + * g++.old-deja/g++.pt/mangle2.C: New test. + +2001-04-25 Jakub Jelinek + + * gcc.dg/format/plus-1.c: New test. + +2001-04-25 Jakub Jelinek + + * gcc.dg/20010423-1.c: New test. + +2001-04-25 Jakub Jelinek + + * gcc.c-torture/execute/20010422-1.c: New test. + +2001-04-25 Nathan Sidwell + + * g++.old-deja/g++.ns/type2.C: New test. + +2001-04-24 Zack Weinberg + + * g++.old-deja/g++.other/perf1.C: New test. + 2001-04-24 Nathan Sidwell * gcc.dg/c99-func-2.c: Remove xfail. @@ -53,7 +401,7 @@ * gcc.dg/wtr-conversion-1.c: Don't test for width changes. 2001-04-12 Nathan Sidwell - + * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout. * g++.old-deja/g++.abi/crash1.C: New test. @@ -71,7 +419,7 @@ 22001-04-11 Peter Schmid - * g++.old-deja/g++.robertl/eb42.C: Same. + * g++.old-deja/g++.robertl/eb42.C: Same. 001-04-10 Kaveh R. Ghazi @@ -336,9 +684,9 @@ Fri Apr 6 15:36:15 2001 J"orn Rennecke 2001-03-06 Zack Weinberg - * objc/execute/string1.m, objc/execute/string2.m: Compare the - result of -cString against what we expect it to be; don't just - print it out for no one to read. + * objc/execute/string1.m, objc/execute/string2.m: Compare the + result of -cString against what we expect it to be; don't just + print it out for no one to read. * objc/execute/string3.m, objc/execute/string4.m: New tests. Based on testcases provided by Nicola Pero. @@ -412,8 +760,8 @@ Wed Feb 21 12:38:22 2001 Ovidiu Predescu 2001-02-21 Gabriel Dos Reis - * g++.old-deja/g++.other/lookup22.C: New test. - + * g++.old-deja/g++.other/lookup22.C: New test. + 2001-02-19 Zack Weinberg * g77.dg: New directory. @@ -428,7 +776,7 @@ Wed Feb 21 12:38:22 2001 Ovidiu Predescu 2001-02-16 Gabriel Dos Reis * g++.old-deja/g++.other/decl9.C: New test. - + 2001-02-16 Jakub Jelinek * g++.old-deja/g++.other/init16.C: Update the test so that it does @@ -542,7 +890,7 @@ Wed Feb 7 09:54:47 2001 Ovidiu Predescu 2001-02-06 Neil Booth - * gcc.dg/cpp/avoidpaste1.c: Update. + * gcc.dg/cpp/avoidpaste1.c: Update. Tue Feb 5 8:53:33 2001 Ovidiu Predescu @@ -584,7 +932,7 @@ Tue Feb 5 8:53:33 2001 Ovidiu Predescu 2001-02-01 Neil Booth - * gcc.dg/cpp/avoidpaste2.c: New tests. + * gcc.dg/cpp/avoidpaste2.c: New tests. 2001-01-31 Jakub Jelinek @@ -605,12 +953,12 @@ Wed Jan 31 12:23:32 2001 J"orn Rennecke 2001-01-31 Neil Booth - * gcc.dg/cpp/tr-warn1.c: Add tests. + * gcc.dg/cpp/tr-warn1.c: Add tests. 2001-01-31 Neil Booth - * gcc.dg/cpp/avoidpaste1.c: Update. - * gcc.dg/cpp/paste4.c: Update. + * gcc.dg/cpp/avoidpaste1.c: Update. + * gcc.dg/cpp/paste4.c: Update. 2001-01-30 Jeffrey Oldham @@ -636,7 +984,7 @@ Wed Jan 31 12:23:32 2001 J"orn Rennecke 2001-01-28 Neil Booth - * gcc.dg/cpp/avoidpaste1.c: Test case. + * gcc.dg/cpp/avoidpaste1.c: Test case. 2001-01-28 Jakub Jelinek @@ -752,7 +1100,7 @@ Wed Jan 31 12:23:32 2001 J"orn Rennecke 2001-01-18 Neil Booth - * gcc.dg/cpp/assembl2.S: New test case. + * gcc.dg/cpp/assembl2.S: New test case. 2001-01-17 Jeffrey Oldham @@ -792,9 +1140,9 @@ Wed Jan 31 12:23:32 2001 J"orn Rennecke 2001-01-15 Neil Booth - * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we - have an equivalent working one below it. - + * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we + have an equivalent working one below it. + 2001-01-14 Jeffrey Oldham * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment. @@ -836,8 +1184,8 @@ Wed Jan 31 12:23:32 2001 J"orn Rennecke 2001-01-13 Neil Booth - * gcc.dg/cpp/widestr1.c: Update. - * gcc.dg/cpp/prag-imp.c: Remove. + * gcc.dg/cpp/widestr1.c: Update. + * gcc.dg/cpp/prag-imp.c: Remove. 2001-01-12 Jakub Jelinek @@ -884,7 +1232,7 @@ Wed Jan 31 12:23:32 2001 J"orn Rennecke 2001-01-10 Alan Lehotsky * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints. - + 2001-01-10 Nathan Sidwell * g++.old-deja/g++.pt/error3.C: New test. @@ -900,17 +1248,17 @@ Wed Jan 31 12:23:32 2001 J"orn Rennecke 2001-01-08 Jonathan Larmour * gcc.dg/20000419-2.c: Move to "special" subdirectory. - * gcc.dg/special/20000419-2.c: New file. Identical to above. - * gcc.dg/special/special.exp: New test driver which will check - for alias support for the above test. + * gcc.dg/special/20000419-2.c: New file. Identical to above. + * gcc.dg/special/special.exp: New test driver which will check + for alias support for the above test. 2001-01-09 Alan Lehotsky * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid problems on small machines. * gcc.c-torture/execute/920730-1.c: Use values from to - parameterize. - + parameterize. + 2001-01-09 Jeffrey Oldham * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for @@ -1095,7 +1443,7 @@ Thu Jan 4 13:54:11 2001 Richard Kenner 2001-01-03 Jeffrey Oldham * lib/target-supports.exp (check_alias_available): Modified to - indicate aliases not supported if only weak aliases are supported. + indicate aliases not supported if only weak aliases are supported. 2001-01-03 Kaveh R. Ghazi @@ -1228,12 +1576,12 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-12-17 Neil Booth - * gcc.dg/cpp/multiline.c: New test. + * gcc.dg/cpp/multiline.c: New test. 2000-12-17 Neil Booth - * g++.old-deja/g++.other/syshdr1.C: Update. - * gcc.dg/cpp/lineflags.c: Remove temporarily. + * g++.old-deja/g++.other/syshdr1.C: Update. + * gcc.dg/cpp/lineflags.c: Remove temporarily. 2000-12-15 Kriang Lerdsuwanakij @@ -1281,7 +1629,7 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-12-11 Neil Booth - * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious. + * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious. 2000-12-09 Joseph S. Myers @@ -1289,10 +1637,10 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-12-09 Neil Booth - * gcc.dg/cpp/lineflags.c: New tests. - * gcc.dg/cpp/poison.c: Update. - * gcc.dg/cpp/redef2.c: Update. - * gcc.dg/cpp/skipping.c: New test. + * gcc.dg/cpp/lineflags.c: New tests. + * gcc.dg/cpp/poison.c: Update. + * gcc.dg/cpp/redef2.c: Update. + * gcc.dg/cpp/skipping.c: New test. 2000-12-07 Geoffrey Keating @@ -1300,12 +1648,12 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-12-07 Neil Booth - * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c, - wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c, - wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c - wtr-union-init-2.c, wtr-union-init-3.c: Update. - * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c: - Update. + * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c, + wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c, + wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c + wtr-union-init-2.c, wtr-union-init-3.c: Update. + * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c: + Update. 2000-12-07 Joseph S. Myers @@ -1380,8 +1728,8 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-12-04 Neil Booth - * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c: - New tests. + * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c: + New tests. 2000-12-03 Kaveh R. Ghazi @@ -1394,7 +1742,7 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-12-03 Neil Booth - * gcc.dg/cpp/macro6.c: New test cases. + * gcc.dg/cpp/macro6.c: New test cases. 2000-12-02 Kaveh R. Ghazi @@ -1414,19 +1762,19 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-12-02 Neil Booth - * g++.old-deja/g++.other/externC4.C, - g++.old-deja/g++.other/friend10.C: New tests. + * g++.old-deja/g++.other/externC4.C, + g++.old-deja/g++.other/friend10.C: New tests. 2000-12-02 Neil Booth - * g++.old-deja/g++.other/instan2.C - * g++.old-deja/g++.other/instan3.C: New test. + * g++.old-deja/g++.other/instan2.C + * g++.old-deja/g++.other/instan3.C: New test. 2000-12-02 Neil Booth - * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c, - c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c, - gnuc99.c,gnuc99-pedantic.c: New tests. + * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c, + c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c, + gnuc99.c,gnuc99-pedantic.c: New tests. 2000-12-01 Joseph S. Myers @@ -1435,9 +1783,9 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-12-01 Neil Booth - * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase. - * gcc.dg/cpp/poison.c: Update. - * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues. + * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase. + * gcc.dg/cpp/poison.c: Update. + * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues. 2000-12-01 Toon Moene @@ -1593,7 +1941,7 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-11-22 Loren J. Rittle - * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h. + * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h. 2000-11-22 Jakub Jelinek @@ -1613,7 +1961,7 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-11-21 Neil Booth - * gcc.dg/cpp/integrated1.c: Remove. + * gcc.dg/cpp/integrated1.c: Remove. 2000-11-21 Jakub Jelinek @@ -1639,8 +1987,8 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-11-20 Neil Booth - * gcc.dg/cpp/paste2.c: Update test. - * objc/execute/paste.m: New test. + * gcc.dg/cpp/paste2.c: Update test. + * objc/execute/paste.m: New test. 2000-11-20 Joseph S. Myers @@ -1719,8 +2067,8 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-11-15 Neil Booth - gcc.dg/cpp/_Pragma1.c: Update. - gcc.dg/cpp/_Pragma2.c: New test. + gcc.dg/cpp/_Pragma1.c: Update. + gcc.dg/cpp/_Pragma2.c: New test. 2000-11-15 Nathan Sidwell @@ -1904,7 +2252,7 @@ Thu Dec 21 22:43:03 2000 J"orn Rennecke 2000-11-04 Neil Booth - * gcc.dg/cpp/include2.c: New tests. + * gcc.dg/cpp/include2.c: New tests. Fri Nov 3 13:32:14 2000 Mark P Mitchell @@ -1958,7 +2306,7 @@ Fri Nov 3 13:32:14 2000 Mark P Mitchell 2000-10-29 Neil Booth - * gcc.dg/cpp/macro4.c, macro5.c: New tests. + * gcc.dg/cpp/macro4.c, macro5.c: New tests. * mi1.c, mi1c.h: Add null directives to multiple-include test. * mi5.c: Test multiple includes work with -C. * trigraphs.c: Test ^= version. @@ -2207,7 +2555,7 @@ Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka 2000-09-26 Jakub Jelinek - * gcc.c-torture/compile/20000923-1.c: New test. + * gcc.c-torture/compile/20000923-1.c: New test. 2000-09-25 Theodore Papadopoulo @@ -2339,7 +2687,7 @@ Tue Sep 12 18:32:07 2000 J"orn Rennecke 2000-09-07 Catherine Moore - * gcc.c-torture/execute/unroll-1.c: New test. + * gcc.c-torture/execute/unroll-1.c: New test. 2000-09-06 Zack Weinberg