diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-05 18:38:44 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-05 18:38:44 +0000 |
commit | fa264a308e5e297a8357a6ab337d6e941edc8508 (patch) | |
tree | cd65516fe9d747299e33b72eac466066c4c72def | |
parent | bd24b48d97cff4244a345a7fdbcbab4b04718a02 (diff) | |
download | gcc-fa264a308e5e297a8357a6ab337d6e941edc8508.tar.gz |
2001-06-05 scott snyder <snyder@fnal.gov>
* gccbug.in: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42913 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/gccbug.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b412926cfa..dd7a36973bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-05 scott snyder <snyder@fnal.gov> + + * gccbug.in: Fix typo. + 2001-06-05 Andreas Jaeger <aj@suse.de> * builtins.def: Fix definition of __builtin_cosf, it uses float as diff --git a/gcc/gccbug.in b/gcc/gccbug.in index 3bbc93f72e7..6bb390896f8 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. |