public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/43336]  New: GCC leaves a temporary LTO output file in $TMPDIR
@ 2010-03-11 19:28 d dot g dot gorbachev at gmail dot com
  2010-03-11 19:29 ` [Bug other/43336] " d dot g dot gorbachev at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2010-03-11 19:28 UTC (permalink / raw)
  To: gcc-bugs

$ gcc -flto -fuse-linker-plugin something.c
$ ls /tmp
ccMec0Js.lto.o


-- 
           Summary: GCC leaves a temporary LTO output file in $TMPDIR
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: d dot g dot gorbachev at gmail dot com


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


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

* [Bug other/43336] GCC leaves a temporary LTO output file in $TMPDIR
  2010-03-11 19:28 [Bug other/43336] New: GCC leaves a temporary LTO output file in $TMPDIR d dot g dot gorbachev at gmail dot com
@ 2010-03-11 19:29 ` d dot g dot gorbachev at gmail dot com
  2010-03-11 20:06 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2010-03-11 19:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from d dot g dot gorbachev at gmail dot com  2010-03-11 19:29 -------
Created an attachment (id=20088)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20088&action=view)
Patch

This "mustard plaster" helps me.


-- 


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


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

* [Bug other/43336] GCC leaves a temporary LTO output file in $TMPDIR
  2010-03-11 19:28 [Bug other/43336] New: GCC leaves a temporary LTO output file in $TMPDIR d dot g dot gorbachev at gmail dot com
  2010-03-11 19:29 ` [Bug other/43336] " d dot g dot gorbachev at gmail dot com
@ 2010-03-11 20:06 ` hjl dot tools at gmail dot com
  2010-03-12 11:09 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-03-11 20:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2010-03-11 20:06 -------
*** Bug 41931 has been marked as a duplicate of this bug. ***


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com


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


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

* [Bug other/43336] GCC leaves a temporary LTO output file in $TMPDIR
  2010-03-11 19:28 [Bug other/43336] New: GCC leaves a temporary LTO output file in $TMPDIR d dot g dot gorbachev at gmail dot com
  2010-03-11 19:29 ` [Bug other/43336] " d dot g dot gorbachev at gmail dot com
  2010-03-11 20:06 ` hjl dot tools at gmail dot com
@ 2010-03-12 11:09 ` rguenth at gcc dot gnu dot org
  2010-03-12 20:01 ` d dot g dot gorbachev at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-12 11:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-03-12 11:08 -------
Can you post this patch to gcc-patches@ please?


-- 


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


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

* [Bug other/43336] GCC leaves a temporary LTO output file in $TMPDIR
  2010-03-11 19:28 [Bug other/43336] New: GCC leaves a temporary LTO output file in $TMPDIR d dot g dot gorbachev at gmail dot com
                   ` (2 preceding siblings ...)
  2010-03-12 11:09 ` rguenth at gcc dot gnu dot org
@ 2010-03-12 20:01 ` d dot g dot gorbachev at gmail dot com
  2010-03-16 14:07 ` hjl at gcc dot gnu dot org
  2010-03-16 14:07 ` [Bug lto/43336] " hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: d dot g dot gorbachev at gmail dot com @ 2010-03-12 20:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from d dot g dot gorbachev at gmail dot com  2010-03-12 20:01 -------
Patch: <http://gcc.gnu.org/ml/gcc-patches/2010-03/msg00492.html>

Diego Novillo wrote:
> OK.


-- 


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


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

* [Bug lto/43336] GCC leaves a temporary LTO output file in $TMPDIR
  2010-03-11 19:28 [Bug other/43336] New: GCC leaves a temporary LTO output file in $TMPDIR d dot g dot gorbachev at gmail dot com
                   ` (4 preceding siblings ...)
  2010-03-16 14:07 ` hjl at gcc dot gnu dot org
@ 2010-03-16 14:07 ` hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-03-16 14:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from hjl dot tools at gmail dot com  2010-03-16 14:07 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|other                       |lto
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


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


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

* [Bug other/43336] GCC leaves a temporary LTO output file in $TMPDIR
  2010-03-11 19:28 [Bug other/43336] New: GCC leaves a temporary LTO output file in $TMPDIR d dot g dot gorbachev at gmail dot com
                   ` (3 preceding siblings ...)
  2010-03-12 20:01 ` d dot g dot gorbachev at gmail dot com
@ 2010-03-16 14:07 ` hjl at gcc dot gnu dot org
  2010-03-16 14:07 ` [Bug lto/43336] " hjl dot tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu dot org @ 2010-03-16 14:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl at gcc dot gnu dot org  2010-03-16 14:06 -------
Subject: Bug 43336

Author: hjl
Date: Tue Mar 16 14:06:40 2010
New Revision: 157483

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157483
Log:
Delete temporary output files.

2010-03-16  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>

        PR lto/43336
        * lto-plugin.c (cleanup_handler): Delete temporary output files.

Modified:
    trunk/lto-plugin/ChangeLog
    trunk/lto-plugin/lto-plugin.c


-- 


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


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

end of thread, other threads:[~2010-03-16 14:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-11 19:28 [Bug other/43336] New: GCC leaves a temporary LTO output file in $TMPDIR d dot g dot gorbachev at gmail dot com
2010-03-11 19:29 ` [Bug other/43336] " d dot g dot gorbachev at gmail dot com
2010-03-11 20:06 ` hjl dot tools at gmail dot com
2010-03-12 11:09 ` rguenth at gcc dot gnu dot org
2010-03-12 20:01 ` d dot g dot gorbachev at gmail dot com
2010-03-16 14:07 ` hjl at gcc dot gnu dot org
2010-03-16 14:07 ` [Bug lto/43336] " hjl dot tools at gmail dot com

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