From: Scott Snyder Date: Tue, 5 Jun 2001 18:38:44 +0000 (+0000) Subject: gccbug.in: Fix typo. X-Git-Tag: prereleases/libstdc++-3.0.95~3999 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0317102a8643b027df3e93988c0b3d6146cbfc6;p=thirdparty%2Fgcc.git gccbug.in: Fix typo. 2001-06-05 scott snyder * gccbug.in: Fix typo. From-SVN: r42913 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b412926cfa3..dd7a36973bb6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-05 scott snyder + + * gccbug.in: Fix typo. + 2001-06-05 Andreas Jaeger * builtins.def: Fix definition of __builtin_cosf, it uses float as diff --git a/gcc/gccbug.in b/gcc/gccbug.in index 3bbc93f72e71..6bb390896f80 100755 --- a/gcc/gccbug.in +++ b/gcc/gccbug.in @@ -316,7 +316,7 @@ SEND-PR: medium The problem should be solved in the next release. SEND-PR: low The problem should be solve in a future release. >Category: $CATEGORY_C >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)> -SEND-PR: doc-bug The doumentation is incorrect. +SEND-PR: doc-bug The documentation is incorrect. SEND-PR: accepts-illegal GCC fails to reject erroneous code. SEND-PR: rejects-legal GCC gives an error message for correct code. SEND-PR: wrong-code The machine code generated by gcc is incorrect.