1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00
Files
poky/meta/recipes-devtools
Joshua Lock f70179e280 gcc-6.3: backport fix of check for empty string in ubsan.c
Building gcc-cross-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'

Backport the fix from upstream GCC to enable the build with GCC 7

(From OE-Core rev: 7a7fcbab0365b9501c737dbc02715be14dda72a3)

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-04-10 23:00:43 +01:00
..
2017-03-01 23:27:09 +00:00
2016-02-19 01:01:24 +00:00
2017-03-01 23:27:06 +00:00
2017-02-15 20:06:43 -08:00
2016-05-25 07:50:17 +01:00
2017-02-15 20:06:43 -08:00
2017-03-31 10:10:29 +01:00
2016-11-06 23:35:34 +00:00
2017-02-15 20:06:41 -08:00
2017-03-16 22:11:32 +00:00
2017-04-05 23:22:13 +01:00
2017-03-01 23:27:11 +00:00
2017-03-01 23:27:06 +00:00
2017-02-23 12:49:51 -08:00
2017-02-23 12:49:50 -08:00
2016-12-17 09:57:04 +00:00