public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/48983] New: No diagnostic message about no space left on device with LTO
@ 2011-05-12 16:48 d.g.gorbachev at gmail dot com
  2011-05-12 17:45 ` [Bug other/48983] " d.g.gorbachev at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: d.g.gorbachev at gmail dot com @ 2011-05-12 16:48 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48983

           Summary: No diagnostic message about no space left on device
                    with LTO
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: d.g.gorbachev@gmail.com


To reproduce it in GNU/Linux:

# mount -t tmpfs tmpfs /mnt -o size=4k
$ cat > 1.c
int main(void)
{
  return 0;
}
^D
$ TMPDIR=/mnt gcc -flto 1.c
collect2: ld returned 1 exit status


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

end of thread, other threads:[~2021-12-24 12:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-12 16:48 [Bug other/48983] New: No diagnostic message about no space left on device with LTO d.g.gorbachev at gmail dot com
2011-05-12 17:45 ` [Bug other/48983] " d.g.gorbachev at gmail dot com
2012-05-07 12:35 ` rguenth at gcc dot gnu.org
2012-11-15 19:26 ` d.g.gorbachev at gmail dot com
2012-11-15 20:24 ` manu at gcc dot gnu.org
2021-12-24 12:30 ` [Bug lto/48983] " pinskia 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).