From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16652 invoked by alias); 23 Apr 2010 14:34:10 -0000 Received: (qmail 16575 invoked by uid 48); 23 Apr 2010 14:33:49 -0000 Date: Fri, 23 Apr 2010 14:34:00 -0000 Message-ID: <20100423143349.16574.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/39023] lto-plugin.c uses mkdtemp unconditionally In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg02481.txt.bz2 ------- Comment #5 from rguenth at gcc dot gnu dot org 2010-04-23 14:33 ------- This was fixed by 2009-11-05 Rafael Avila de Espindola * lto-plugin.c (temp_obj_dir_name): Remove. (arguments_file_name): New. (free_2): Free arguments_file_name instead of temp_obj_dir_name. (exec_lto_wrapper): Create arguments file with make_temp_file. (cleanup_handler): Don't remove the temporary directory. Remove the arguments file. (onload): Don't create the temporary directory. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39023