This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/68662] New: [6 regression] FAIL: gcc.dg/lto/20090210 c_lto_20090210_0.o-c_lto_20090210_1.o link, -O2 -flto -flto-partition=none -fuse-linker-plugin -fno-fat-lto-objects


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

            Bug ID: 68662
           Summary: [6 regression] FAIL: gcc.dg/lto/20090210
                    c_lto_20090210_0.o-c_lto_20090210_1.o link, -O2 -flto
                    -flto-partition=none -fuse-linker-plugin
                    -fno-fat-lto-objects
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: schwab@linux-m68k.org
                CC: hubicka at gcc dot gnu.org
  Target Milestone: ---
            Target: powerpc-*-*

$ gcc/xgcc -Bgcc/ -O2 -flto -flto-partition=none -fuse-linker-plugin
-fno-fat-lto-objects -c -m32 -o c_lto_20090210_0.o
../gcc/testsuite/gcc.dg/lto/20090210_0.c
$ gcc/xgcc -Bgcc/ -O2 -flto -flto-partition=none -fuse-linker-plugin
-fno-fat-lto-objects -fPIC -c -m32 -o c_lto_20090210_1.o
../gcc/testsuite/gcc.dg/lto/20090210_1.c
$ gcc/xgcc -Bgcc/ c_lto_20090210_0.o c_lto_20090210_1.o -O2 -flto
-flto-partition=none -fuse-linker-plugin -fno-fat-lto-objects -m32 -o
gcc-dg-lto-20090210-11.exe -save-temps
c_lto_20090210_0.s: Assembler messages:
c_lto_20090210_0.s:30: Error: syntax error; end of line, expected `('
lto-wrapper: fatal error: gcc/xgcc returned 1 exit status
compilation terminated.
/usr/powerpc64-suse-linux/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
$ tail -n +30 c_lto_20090210_0.s | head -n 1
        lwz 28,.LC0-(30)

4c4a180dae54e5a879c76015b3ed181283190872 is the first bad commit
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230915
138bc75d-0d04-0410-961f-82ee72b054a4

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]