From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39440 invoked by alias); 26 Mar 2015 12:12:51 -0000 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 Received: (qmail 39376 invoked by uid 48); 26 Mar 2015 12:12:47 -0000 From: "rainer@emrich-ebersheim.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files Date: Thu, 26 Mar 2015 12:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rainer@emrich-ebersheim.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-03/txt/msg02944.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582 Bug ID: 65582 Summary: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: rainer@emrich-ebersheim.de Running the testsuites I get lot of FAILs, UNRESOLVED with another lto issue like this: Executing on host: /opt/devel/SCRATCH/tmp.4bOnj9XWJa/gcc-5.0.0/gcc-5.0.0/gcc/xgcc -B/opt/devel/SCRATCH/tmp.4bOnj9XWJa/gcc-5.0.0/gcc-5.0.0/gcc/ /opt/devel/gnu/src/gcc-mingw-w64/gcc-5.0.0/gcc/testsuite/gcc.c-torture/execute/20000402-1.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -flto -flto-partition=none -w -lm -o ./20000402-1.exe (timeout = 300) spawn /opt/devel/SCRATCH/tmp.4bOnj9XWJa/gcc-5.0.0/gcc-5.0.0/gcc/xgcc -B/opt/devel/SCRATCH/tmp.4bOnj9XWJa/gcc-5.0.0/gcc-5.0.0/gcc/ /opt/devel/gnu/src/gcc-mingw-w64/gcc-5.0.0/gcc/testsuite/gcc.c-torture/execute/20000402-1.c -fno-diagnostics-show-caret -fdiagnostics-color=never -O2 -flto -flto-partition=none -w -lm -o ./20000402-1.exe xgcc.exe: warning: '-x lto' after last input file has no effect xgcc.exe: fatal error: no input files compilation terminated. lto-wrapper.exe: fatal error: D:\opt\devel\SCRATCH\tmp.4bOnj9XWJa\gcc-5.0.0\gcc-5.0.0\gcc\xgcc.exe returned 1 exit status compilation terminated. D:\opt\devel\gnu\gcc\MINGW_NT\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\ld.exe: error: lto-wrapper failed collect2.exe: error: ld returned 1 exit status compiler exited with status 1 output is: xgcc.exe: warning: '-x lto' after last input file has no effect xgcc.exe: fatal error: no input files compilation terminated. lto-wrapper.exe: fatal error: D:\opt\devel\SCRATCH\tmp.4bOnj9XWJa\gcc-5.0.0\gcc-5.0.0\gcc\xgcc.exe returned 1 exit status compilation terminated. D:\opt\devel\gnu\gcc\MINGW_NT\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\ld.exe: error: lto-wrapper failed collect2.exe: error: ld returned 1 exit status FAIL: gcc.c-torture/execute/20000402-1.c -O2 -flto -flto-partition=none (test for excess errors) Excess errors: xgcc.exe: warning: '-x lto' after last input file has no effect xgcc.exe: fatal error: no input files compilation terminated. lto-wrapper.exe: fatal error: D:\opt\devel\SCRATCH\tmp.4bOnj9XWJa\gcc-5.0.0\gcc-5.0.0\gcc\xgcc.exe returned 1 exit status compilation terminated. D:\opt\devel\gnu\gcc\MINGW_NT\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\ld.exe: error: lto-wrapper failed collect2.exe: error: ld returned 1 exit status UNRESOLVED: gcc.c-torture/execute/20000402-1.c -O2 -flto -flto-partition=none compilation failed to produce executable