This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[ping] [buildrobot] [PATCH] ppc: signed/unsigned comparison


Hi!

On Fri, 2013-11-08 09:59:44 +0100, Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> With GCC 4.8.1 on my i686 builder targeting ppc-linux, I got:
> 
> gcc -DHAVE_CONFIG_H -I. -I/home/vaxbuild/repos/binutils_gdb/gas  -I. -I/home/vaxbuild/repos/binutils_gdb/gas -I../bfd -I/home/vaxbuild/repos/binutils_gdb/gas/config -I/home/vaxbuild/repos/binutils_gdb/gas/../include -I/home/vaxbuild/repos/binutils_gdb/gas/.. -I/home/vaxbuild/repos/binutils_gdb/gas/../bfd -DLOCALEDIR="\"/home/vaxbuild/build/ppc-linux/_install_/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT tc-ppc.o -MD -MP -MF .deps/tc-ppc.Tpo -c -o tc-ppc.o `test -f 'config/tc-ppc.c' || echo '/home/vaxbuild/repos/binutils_gdb/gas/'`config/tc-ppc.c
> /home/vaxbuild/repos/binutils_gdb/gas/config/tc-ppc.c: In function âppc_elf_localentryâ:
> /home/vaxbuild/repos/binutils_gdb/gas/config/tc-ppc.c:2272:28: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
>        if (exp.X_add_number != PPC64_LOCAL_ENTRY_OFFSET (encoded))
>                             ^
> cc1: all warnings being treated as errors
> make[3]: *** [tc-ppc.o] Error 1
> 
> (See http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=24877)

I'd like to ping this patch:
https://sourceware.org/ml/binutils/2013-11/msg00064.html

Thanks, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of:               The real problem with C++ for kernel modules is:
the second  :                                 the language just sucks.
                                                   -- Linus Torvalds

Attachment: signature.asc
Description: Digital signature


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