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.
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
..
001-revert_register_mode_search.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
002-case_insensitive.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
010-documentation.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
230-musl_libssp.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
280-musl-disable-ifunc-by-default.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
300-mips_Os_cpu_rtx_cost_model.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
800-arm_v5te_no_ldrd_strd.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
810-arm-softfloat-libgcc.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
820-libgcc_pic.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
830-arm_unbreak_armv4t.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
840-armv4_pass_fix-v4bx_to_ld.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
850-use_shared_libgcc.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
851-libgcc_no_compat.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
870-ppc_no_crtsavres.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
880-no_java_section.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
881-no_tm_section.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
900-bad-mips16-crt.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
910-mbsd_multi.patch gcc: fix documentation entries added by 910-mbsd_multi.patch 7 years ago
920-specs_nonfatal_getenv.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
930-fix-mips-noexecstack.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
940-no-clobber-stamp-bits.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
950-cpp_file_path_translation.patch toolchain/gcc: update 6.x to 6.3.0 8 years ago
960-fix-ubsan-defref.patch gcc: gcc 6.3.0 fix comparison between pointer and integer 7 years ago