openwrt/toolchain
Kevin Darbyshire-Bryant afa8873887 gcc: gcc 6.3.0 fix comparison between pointer and integer
Fix FS#832

/source/build_dir/toolchain-mips_74kc_gcc-6.3.0_musl/gcc-6.3.0/gcc/ubsan.c:
In function 'bool ubsan_use_new_style_p(location_t)':
/source/build_dir/toolchain-mips_74kc_gcc-6.3.0_musl/gcc-6.3.0/gcc/ubsan.c:1474:23:
error: ISO C++ forbids comparison between pointer and integer
[-fpermissive]
       || xloc.file == '\0' || xloc.file[0] == '\xff'
                       ^~~~
make[5]: *** [Makefile:1085: ubsan.o] Error 1

https://www.viva64.com/en/b/0425/#ID0EMGCI

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
(cherry picked from commit 22e2b402ae)
2018-04-27 08:54:15 +02:00
..
binutils treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
fortify-headers treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
gcc gcc: gcc 6.3.0 fix comparison between pointer and integer 2018-04-27 08:54:15 +02:00
gdb toolchain/gdb: update to version 8.0.1 2017-10-05 21:38:54 +02:00
glibc treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
insight treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
kernel-headers build: remove old kernel-headers build directories 2017-12-13 16:00:27 +01:00
musl toolchain/musl: parallelize make install 2017-12-13 14:22:32 +01:00
uClibc treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
wrapper buildroot: allow specifying libc personality for external toolchains 2013-02-20 15:06:10 +00:00
yasm treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
Config.in toolchain: Rework external toolchain libc selection 2016-09-28 08:39:01 +02:00
Makefile build: implement make check and make package/X/check 2016-12-17 10:36:25 +01:00
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 2009-04-24 02:07:24 +00:00