From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15012 invoked by alias); 22 Sep 2010 17:42:51 -0000 Received: (qmail 14912 invoked by uid 48); 22 Sep 2010 17:42:36 -0000 Date: Wed, 22 Sep 2010 17:42:00 -0000 Message-ID: <20100922174236.14911.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug driver/45749] Response file unwrapped between collect2.exe and ld.exe In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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-09/txt/msg02498.txt.bz2 ------- Comment #5 from pinskia at gcc dot gnu dot org 2010-09-22 17:42 ------- See the code in collect_execute: if (HAVE_GNU_LD && at_file_supplied && argv[0] != NULL) { /* If using @file arguments, create a temporary file and put the contents of argv into it. Then change argv to an array corresponding to a single argument @FILE, where FILE is the temporary filename. */ So maybe HAVE_GNU_LD is not true when it should be. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45749