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 tree-optimization/50885] New: FAIL: gcc.dg/strlenopt-22.c (test for excess errors)


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

             Bug #: 50885
           Summary: FAIL: gcc.dg/strlenopt-22.c (test for excess errors)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/strlenopt-22.c    -O2 -fdump-tree-strlen 
-l
m   -o ./strlenopt-22.exe    (timeout = 300)
/usr/ccs/bin/ld: Unsatisfied symbols:
   stpcpy (first referenced in /var/tmp//ccNLFKRb.o) (code)
collect2: error: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/ccs/bin/ld: Unsatisfied symbols:
   stpcpy (first referenced in /var/tmp//ccNLFKRb.o) (code)
collect2: error: ld returned 1 exit status

FAIL: gcc.dg/strlenopt-22.c (test for excess errors)
Excess errors:
/usr/ccs/bin/ld: Unsatisfied symbols:
   stpcpy (first referenced in /var/tmp//ccNLFKRb.o) (code)

WARNING: gcc.dg/strlenopt-22.c compilation failed to produce executable
PASS: gcc.dg/strlenopt-22.c scan-tree-dump-times strlen "strlen \(" 0
PASS: gcc.dg/strlenopt-22.c scan-tree-dump-times strlen "memcpy \(" 1
PASS: gcc.dg/strlenopt-22.c scan-tree-dump-times strlen "strcpy \(" 0
PASS: gcc.dg/strlenopt-22.c scan-tree-dump-times strlen "strcat \(" 0
PASS: gcc.dg/strlenopt-22.c scan-tree-dump-times strlen "strchr \(" 1
PASS: gcc.dg/strlenopt-22.c scan-tree-dump-times strlen "stpcpy \(" 1


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