[Bug lto/43283] New: ld: Unsatisfied symbol "start" in file c_lto_20091216-1_0.o

danglin at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Mar 7 19:21:00 GMT 2010


PASS: gcc.dg/lto/20091027-1 c_lto_20091027-1_0.o-c_lto_20091027-1_1.o link
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/ 
-O
0 -fwhopr  -c  -o c_lto_20091216-1_0.o
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/lt
o/20091216-1_0.c    (timeout = 300)
PASS: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o assemble, -O0 -fwhopr
Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
c_l
to_20091216-1_0.o  -O0 -fwhopr       -o gcc-dg-lto-20091216-1-01    (timeout =
3
00)
ld: Unsatisfied symbol "start" in file c_lto_20091216-1_0.o
1 errors.
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
ld: Unsatisfied symbol "start" in file c_lto_20091216-1_0.o
1 errors.
collect2: ld returned 1 exit status

FAIL: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o-c_lto_20091216-1_0.o link
UNRESOLVED: gcc.dg/lto/20091216-1 c_lto_20091216-1_0.o-c_lto_20091216-1_0.o
exec
ute -O0 -fwhopr

Problem is asm:

asm (".globl start; start: nop");

Semicolon starts a comment.  Labels must start a line on hpux.


-- 
           Summary: ld: Unsatisfied symbol "start" in file c_lto_20091216-
                    1_0.o
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43283



More information about the Gcc-bugs mailing list