buildroot/package/gcc/6.3.0
Jörg Krause 2d57ad29b1 gcc: add upstream patch to fix build of GCC6 with GCC7
Building host-gcc-initial with GCC7 on the host fails due to the
comparison of a pointer to an integer in ubsan_use_new_style_p, which
is forbidden by ISO C++:

ubsan.c:1474:23: error: ISO C++ forbids comparison between pointer and
integer [-fpermissive]
       || xloc.file == '\0' || xloc.file[0] == '\xff'

Backported from:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=239971

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-06-05 12:05:59 +02:00
..
100-uclibc-conf.patch
301-missing-execinfo_h.patch
810-arm-softfloat-libgcc.patch
830-arm_unbreak_armv4t.patch
831-ARM-PR-target-70473-Reduce-size-of-Cortex-A8-automat.patch
860-cilk-wchar.patch
870-xtensa-Fix-PR-target-78118.patch
871-xtensa-Fix-PR-target-78603.patch
890-fix-m68k-compile.patch
891-fix-m68k-uclinux.patch
892-libgcc-mkmap-symver-support-skip_underscore.patch
893-libgcc-config-bfin-use-the-generic-linker-version-in.patch
894-libgcc-fix-DWARF-compilation-with-FDPIC-targets.patch
895-bfin-define-REENTRANT.patch
896-microblaze-Revert.patch
897-Make-MicroBlaze-support-DWARF-EH-old-Xilinx-patch-ne.patch
940-uclinux-enable-threads.patch
941-mips-Add-support-for-mips-r6-musl.patch
942-ubsan-fix-check-empty-string.patch