public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/97508] New: lto1: internal compiler error: decompressed stream: Destination buffer is too small
@ 2020-10-20 20:52 hjl.tools at gmail dot com
  2020-10-21  6:13 ` [Bug lto/97508] " rguenth at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2020-10-20 20:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97508

            Bug ID: 97508
           Summary: lto1: internal compiler error: decompressed stream:
                    Destination buffer is too small
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

[hjl@gnu-skx-1 tmp]$ cat pr15323a.c
int main (void)
{
  return 0;
}
[hjl@gnu-skx-1 tmp]$ cat doit
CFLAGS="-flto -fno-profile-use -O2"
cc $CFLAGS -c pr15323a.c -o pr15323a.o
cc $CFLAGS -r -nostdlib pr15323a.o -o pr15323a-r.o
cc $CFLAGS  -o pr15323a.exe pr15323a-r.o
[hjl@gnu-skx-1 tmp]$ sh doit
during IPA pass: cp
lto1: internal compiler error: decompressed stream: Destination buffer is too
small
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
lto-wrapper: fatal error: cc returned 1 exit status
compilation terminated.
/usr/local/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
[hjl@gnu-skx-1 tmp]$

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-29 18:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 20:52 [Bug lto/97508] New: lto1: internal compiler error: decompressed stream: Destination buffer is too small hjl.tools at gmail dot com
2020-10-21  6:13 ` [Bug lto/97508] " rguenth at gcc dot gnu.org
2020-10-21  7:40 ` marxin at gcc dot gnu.org
2020-10-21  8:04 ` [Bug lto/97508] [10/11 Regression] ICE: " marxin at gcc dot gnu.org
2020-10-21  8:16 ` marxin at gcc dot gnu.org
2020-10-29 13:33 ` cvs-commit at gcc dot gnu.org
2020-10-29 15:02 ` [Bug lto/97508] [10 " marxin at gcc dot gnu.org
2020-10-29 18:22 ` cvs-commit at gcc dot gnu.org
2020-10-29 18:23 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).