This is the mail archive of the gcc-patches@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]

Re: Patches awaiting review


> http://gcc.gnu.org/ml/gcc-patches/2003-07/msg01465.html
> Optimize strcmp(ptr,ptr) and friends

The testcase doesn't pass at -O0 on sparc*-sun-solaris*:

FAIL: gcc.c-torture/execute/string-opt-18.c compilation,  -O0

gax% gcc/xgcc -Bgcc string-opt-18.c
Undefined                       first referenced
 symbol                             in file
mempcpy                             /var/tmp//ccICgnwc.o
ld: fatal: Symbol referencing errors. No output written to a.out
collect2: ld returned 1 exit status

-- 
Eric Botcazou


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