public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
@ 2015-03-26 12:28 rainer@emrich-ebersheim.de
  2015-03-26 12:30 ` [Bug target/65582] [5 Regression] " rainer@emrich-ebersheim.de
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: rainer@emrich-ebersheim.de @ 2015-03-26 12:28 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug target/65582] [5 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
  2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
@ 2015-03-26 12:30 ` rainer@emrich-ebersheim.de
  2015-03-26 12:41 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rainer@emrich-ebersheim.de @ 2015-03-26 12:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582

Rainer Emrich <rainer@emrich-ebersheim.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|testsuite lto issue:        |[5 Regression] testsuite
                   |xgcc.exe: warning: '-x lto' |lto issue: xgcc.exe:
                   |after last input file has   |warning: '-x lto' after
                   |no effect, fatal error: no  |last input file has no
                   |input files                 |effect, fatal error: no
                   |                            |input files

--- Comment #1 from Rainer Emrich <rainer@emrich-ebersheim.de> ---
I checked, issue is new, it's a gcc 5 regression.


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

* [Bug target/65582] [5 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
  2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
  2015-03-26 12:30 ` [Bug target/65582] [5 Regression] " rainer@emrich-ebersheim.de
@ 2015-03-26 12:41 ` rguenth at gcc dot gnu.org
  2015-03-26 14:21 ` rainer@emrich-ebersheim.de
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-03-26 12:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Huh, can you reproduce that with an installed compiler?  It seems to simply
build a single source file with -flto.  Maybe it's some issue with dir
separators
in lto-wrapper or the linker plugin?  Does it reproduce with
-f[no-]linker-plugin
or without -flto-partition=none?


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

* [Bug target/65582] [5 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
  2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
  2015-03-26 12:30 ` [Bug target/65582] [5 Regression] " rainer@emrich-ebersheim.de
  2015-03-26 12:41 ` rguenth at gcc dot gnu.org
@ 2015-03-26 14:21 ` rainer@emrich-ebersheim.de
  2015-03-26 14:23 ` rainer@emrich-ebersheim.de
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rainer@emrich-ebersheim.de @ 2015-03-26 14:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582

--- Comment #3 from Rainer Emrich <rainer@emrich-ebersheim.de> ---
(In reply to Richard Biener from comment #2)
> Huh, can you reproduce that with an installed compiler?  It seems to simply
> build a single source file with -flto.  Maybe it's some issue with dir
> separators
> in lto-wrapper or the linker plugin?  Does it reproduce with
> -f[no-]linker-plugin
> or without -flto-partition=none?

I guess it's related to PR65582. So we first have to sort out the mingw-w64
issue.


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

* [Bug target/65582] [5 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
  2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
                   ` (2 preceding siblings ...)
  2015-03-26 14:21 ` rainer@emrich-ebersheim.de
@ 2015-03-26 14:23 ` rainer@emrich-ebersheim.de
  2015-03-31 13:16 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rainer@emrich-ebersheim.de @ 2015-03-26 14:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582

--- Comment #4 from Rainer Emrich <rainer@emrich-ebersheim.de> ---
(In reply to Rainer Emrich from comment #3)
> (In reply to Richard Biener from comment #2)
> > Huh, can you reproduce that with an installed compiler?  It seems to simply
> > build a single source file with -flto.  Maybe it's some issue with dir
> > separators
> > in lto-wrapper or the linker plugin?  Does it reproduce with
> > -f[no-]linker-plugin
> > or without -flto-partition=none?
> 
> I guess it's related to PR65582. So we first have to sort out the mingw-w64
> issue.

PR65581!


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

* [Bug target/65582] [5 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
  2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
                   ` (3 preceding siblings ...)
  2015-03-26 14:23 ` rainer@emrich-ebersheim.de
@ 2015-03-31 13:16 ` rguenth at gcc dot gnu.org
  2015-04-06 19:34 ` rainer@emrich-ebersheim.de
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-03-31 13:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
x86_64-w64-mingw32 is not primary or secondary.


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

* [Bug target/65582] [5 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
  2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
                   ` (4 preceding siblings ...)
  2015-03-31 13:16 ` rguenth at gcc dot gnu.org
@ 2015-04-06 19:34 ` rainer@emrich-ebersheim.de
  2015-04-22 11:57 ` [Bug target/65582] [5/6 " jakub at gcc dot gnu.org
  2015-04-30 13:45 ` rainer@emrich-ebersheim.de
  7 siblings, 0 replies; 9+ messages in thread
From: rainer@emrich-ebersheim.de @ 2015-04-06 19:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582

--- Comment #6 from Rainer Emrich <rainer@emrich-ebersheim.de> ---
Created attachment 35238
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35238&action=edit
compile temporaries and compile log.

$ gcc -v
/opt/devel/gnu/src/gcc-mingw-w64/gcc-5.0.0/gcc/testsuite/gcc.c-torture/execute/20000403-1.c
-flto -w -lm --save-temps -o ./20000403-1.exe
Using built-in specs.
COLLECT_GCC=D:\opt\devel\gnu\gcc\MINGW_NT\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\gcc.exe
COLLECT_LTO_WRAPPER=d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../libexec/gcc/x86_64-w64-mingw32/5.0.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with:
../../../../../../opt/devel/gnu/src/gcc-mingw-w64/gcc-5.0.0/configure
--prefix=/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0
--with-gnu-as
--with-as=/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/as
--with-gnu-ld
--with-ld=/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/ld
--build=x86_64-w64-mingw32 --enable-threads=posix
--enable-languages=c,c++,fortran,java,lto,objc,obj-c++
--with-gmp-include=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/include
--with-gmp-lib=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/lib64
--with-mpfr-include=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/include
--with-mpfr-lib=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/lib64
--with-mpc-include=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/include
--with-mpc-lib=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/lib64
--with-isl-include=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/include
--with-isl-lib=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/lib64
--with-local-prefix=/opt/devel/tec/devel/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0
--enable-libgomp --enable-fully-dynamic-string --disable-multilib
--enable-checking=release --disable-werror --with-sysroot=/x86_64-w64-trunk
Thread model: posix
gcc version 5.0.0 20150403 (experimental) [trunk revision 221852] (GCC)
COLLECT_GCC_OPTIONS='-v' '-flto' '-w' '-save-temps' '-o' './20000403-1.exe'
'-mtune=generic' '-march=x86-64'

d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../libexec/gcc/x86_64-w64-mingw32/5.0.0/cc1.exe
-E -quiet -v -iprefix
d:\opt\devel\gnu\gcc\mingw_nt\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\../lib/gcc/x86_64-w64-mingw32/5.0.0/
-D_REENTRANT
D:/opt/devel/gnu/src/gcc-mingw-w64/gcc-5.0.0/gcc/testsuite/gcc.c-torture/execute/20000403-1.c
-mtune=generic -march=x86-64 -w -flto -fpch-preprocess -o 20000403-1.i
ignoring nonexistent directory
"d:\opt\devel\gnu\gcc\mingw_nt\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/include"
ignoring duplicate directory
"D:/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/5.0.0/include"
ignoring nonexistent directory
"D:/x86_64-w64-trunkD:/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../include"
ignoring duplicate directory
"D:/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/5.0.0/include-fixed"
ignoring nonexistent directory
"D:/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/include"
#include "..." search starts here:
#include <...> search starts here:

d:\opt\devel\gnu\gcc\mingw_nt\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\../lib/gcc/x86_64-w64-mingw32/5.0.0/include

d:\opt\devel\gnu\gcc\mingw_nt\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\../lib/gcc/x86_64-w64-mingw32/5.0.0/include-fixed
 D:/x86_64-w64-trunk/mingw/include
End of search list.
COLLECT_GCC_OPTIONS='-v' '-flto' '-w' '-save-temps' '-o' './20000403-1.exe'
'-mtune=generic' '-march=x86-64'

d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../libexec/gcc/x86_64-w64-mingw32/5.0.0/cc1.exe
-fpreprocessed 20000403-1.i -quiet -dumpbase 20000403-1.c -mtune=generic
-march=x86-64 -auxbase 20000403-1 -w -version -flto -o 20000403-1.s
GNU C11 (GCC) version 5.0.0 20150403 (experimental) [trunk revision 221852]
(x86_64-w64-mingw32)
        compiled by GNU C version 5.0.0 20150403 (experimental) [trunk revision
221852], GMP version 6.0.0, MPFR version 3.1.2-p11, MPC version 1.0.3
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU C11 (GCC) version 5.0.0 20150403 (experimental) [trunk revision 221852]
(x86_64-w64-mingw32)
        compiled by GNU C version 5.0.0 20150403 (experimental) [trunk revision
221852], GMP version 6.0.0, MPFR version 3.1.2-p11, MPC version 1.0.3
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 12cc8ecda4f71c659e9c9936e81b2e7d
COLLECT_GCC_OPTIONS='-v' '-flto' '-w' '-save-temps' '-o' './20000403-1.exe'
'-mtune=generic' '-march=x86-64'

d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/bin/as.exe
-v -W -o 20000403-1.o 20000403-1.s
GNU assembler version 2.25 (x86_64-w64-mingw32) using BFD version (GNU
Binutils) 2.25
COMPILER_PATH=d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../libexec/gcc/x86_64-w64-mingw32/5.0.0/;d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../libexec/gcc/;d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/bin/
LIBRARY_PATH=d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/;d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/;d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/lib/../lib/;d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../lib/;D:/x86_64-w64-trunk/mingw/lib/../lib/;d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/lib/;d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../;D:/x86_64-w64-trunk/mingw/lib/
COLLECT_GCC_OPTIONS='-v' '-flto' '-w' '-save-temps' '-o' './20000403-1.exe'
'-mtune=generic' '-march=x86-64'

d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../libexec/gcc/x86_64-w64-mingw32/5.0.0/collect2.exe
-plugin
d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../libexec/gcc/x86_64-w64-mingw32/5.0.0/liblto_plugin-0.dll
-plugin-opt=d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../libexec/gcc/x86_64-w64-mingw32/5.0.0/lto-wrapper.exe
-plugin-opt=-fresolution=20000403-1.res -plugin-opt=-pass-through=-lmingw32
-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh
-plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex
-plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread
-plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32
-plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32
-plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lmoldname
-plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -flto
--sysroot=D:/x86_64-w64-trunk -m i386pep -Bdynamic -o ./20000403-1.exe
D:/x86_64-w64-trunk/mingw/lib/../lib/crt2.o
d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/crtbegin.o
-Ld:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0
-Ld:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc
-Ld:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/lib/../lib
-Ld:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../lib
-LD:/x86_64-w64-trunk/mingw/lib/../lib
-Ld:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/lib
-Ld:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../..
-LD:/x86_64-w64-trunk/mingw/lib 20000403-1.o -lm -lmingw32 -lgcc -lgcc_eh
-lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32
-lkernel32 -lmingw32 -lgcc -lgcc_eh -lmoldname -lmingwex -lmsvcrt
d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/crtend.o
D:\opt\devel\gnu\gcc\MINGW_NT\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\gcc.exe
@D:\msys64\home\rainer\reproducer\ccTtQ6ym
gcc.exe: warning: '-x lto' after last input file has no effect
Using built-in specs.
COLLECT_GCC=D:\opt\devel\gnu\gcc\MINGW_NT\x86_64-w64-mingw32\mingw-w64-runtime-trunk-svn\gcc-5.0.0\bin\gcc.exe
Target: x86_64-w64-mingw32
Configured with:
../../../../../../opt/devel/gnu/src/gcc-mingw-w64/gcc-5.0.0/configure
--prefix=/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0
--with-gnu-as
--with-as=/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/as
--with-gnu-ld
--with-ld=/opt/devel/gnu/gcc/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/ld
--build=x86_64-w64-mingw32 --enable-threads=posix
--enable-languages=c,c++,fortran,java,lto,objc,obj-c++
--with-gmp-include=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/include
--with-gmp-lib=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/lib64
--with-mpfr-include=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/include
--with-mpfr-lib=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/lib64
--with-mpc-include=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/include
--with-mpc-lib=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/lib64
--with-isl-include=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/include
--with-isl-lib=/opt/devel/SCRATCH/tmp.ZMSUJS8SO8/install/lib64
--with-local-prefix=/opt/devel/tec/devel/MINGW_NT/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0
--enable-libgomp --enable-fully-dynamic-string --disable-multilib
--enable-checking=release --disable-werror --with-sysroot=/x86_64-w64-trunk
Thread model: posix
gcc version 5.0.0 20150403 (experimental) [trunk revision 221852] (GCC)
lto-wrapper.exe: fatal error: fopen: 20000403-1.exe.ltrans.out: No such file or
directory
compilation terminated.
[Leaving LTRANS D:\msys64\home\rainer\reproducer\ccTtQ6ym]
[Leaving LTRANS 20000403-1.exe.ltrans.out]
d:/opt/devel/gnu/gcc/mingw_nt/x86_64-w64-mingw32/mingw-w64-runtime-trunk-svn/gcc-5.0.0/bin/../lib/gcc/x86_64-w64-mingw32/5.0.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
lto-wrapper failed
collect2.exe: error: ld returned 1 exit status


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

* [Bug target/65582] [5/6 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
  2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
                   ` (5 preceding siblings ...)
  2015-04-06 19:34 ` rainer@emrich-ebersheim.de
@ 2015-04-22 11:57 ` jakub at gcc dot gnu.org
  2015-04-30 13:45 ` rainer@emrich-ebersheim.de
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-04-22 11:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|5.0                         |5.2

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 5.1 has been released.


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

* [Bug target/65582] [5/6 Regression] testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files
  2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
                   ` (6 preceding siblings ...)
  2015-04-22 11:57 ` [Bug target/65582] [5/6 " jakub at gcc dot gnu.org
@ 2015-04-30 13:45 ` rainer@emrich-ebersheim.de
  7 siblings, 0 replies; 9+ messages in thread
From: rainer@emrich-ebersheim.de @ 2015-04-30 13:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65582

Rainer Emrich <rainer@emrich-ebersheim.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #8 from Rainer Emrich <rainer@emrich-ebersheim.de> ---
The patch proposed in PR65559 solves this issue too.

*** This bug has been marked as a duplicate of bug 65559 ***


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

end of thread, other threads:[~2015-04-30 13:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26 12:28 [Bug target/65582] New: testsuite lto issue: xgcc.exe: warning: '-x lto' after last input file has no effect, fatal error: no input files rainer@emrich-ebersheim.de
2015-03-26 12:30 ` [Bug target/65582] [5 Regression] " rainer@emrich-ebersheim.de
2015-03-26 12:41 ` rguenth at gcc dot gnu.org
2015-03-26 14:21 ` rainer@emrich-ebersheim.de
2015-03-26 14:23 ` rainer@emrich-ebersheim.de
2015-03-31 13:16 ` rguenth at gcc dot gnu.org
2015-04-06 19:34 ` rainer@emrich-ebersheim.de
2015-04-22 11:57 ` [Bug target/65582] [5/6 " jakub at gcc dot gnu.org
2015-04-30 13:45 ` rainer@emrich-ebersheim.de

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