diff options
author | oliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-06 02:01:26 +0000 |
---|---|---|
committer | oliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-06 02:01:26 +0000 |
commit | 048b7dc0438dd52700bbff99a11d1ebe79315b4d (patch) | |
tree | 6076a4e921c7e03c15a2d6c29748451fbf01fde6 /gcc/gcc.texi | |
parent | 81b8715362a5d1147e173d69d30caf1296b18ba8 (diff) | |
download | gcc-048b7dc0438dd52700bbff99a11d1ebe79315b4d.tar.gz |
* gcc.texi (Bug Reporting): 40Kb is a soft limit, larger
compressed reports are ok and preferred over URLs
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24126 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r-- | gcc/gcc.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi index b0fee64ddcd..bf454e17838 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -2252,9 +2252,14 @@ If you include source code in your message, you can send it as clear text if it is small. If the message is larger, you may compress it using @file{gzip}, @file{bzip2}, or @file{pkzip}. Please be aware that sending compressed files needs an additional binary-safe mechanism such as -@code{MIME} or @code{uuencode}. There is a 40k message limit on the +@code{MIME} or @code{uuencode}. There is a 40k message soft limit on the @samp{egcs-bugs@@cygnus.com} mailing list at the time of this writing -(August 1998). +(August 1998). However, if you can't reduce a bug report to less than +that, post it anyway; it will be manually approved as long as it is +compressed. Don't think that posting a URL to the code is better, we do +want to archive bug reports, and not all maintainers have good network +connectivity to download large pieces of software when they need them; +it's much easier for them to have them in their mailboxes. To enable someone to investigate the bug, you should include all these things: |