gccbug.in: Fix typo.

2001-06-05  scott snyder  <snyder@fnal.gov>

	* gccbug.in:  Fix typo.

From-SVN: r42913
This commit is contained in:
Scott Snyder 2001-06-05 18:38:44 +00:00 committed by Phil Edwards
parent 2d94a1fa11
commit b0317102a8
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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.