You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain/gcc
Kevin Darbyshire-Bryant 22e2b402ae 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>
7 years ago
..
files do not use the wrapper scripts for exportable toolchains internally. on some systems the wrapper scripts are broken, and their use should be opt-in 15 years ago
final toolchain/gcc: parallelize make install 7 years ago
initial toolchain/gcc: parallelize make install 7 years ago
minimal toolchain: skip gcc/minimal for musl 8 years ago
patches gcc: gcc 6.3.0 fix comparison between pointer and integer 7 years ago
Config.in toolchain: add gcc 7.1.0 support 7 years ago
Config.version toolchain: add gcc 7.1.0 support 7 years ago
common.mk toolchain/gcc: fix --with-isl path 7 years ago
exclude-testsuite toolchain: add gcc 7.1.0 support 7 years ago