diff options
Diffstat (limited to 'devel/powerpc64-gcc/files/patch-gcc_ubsan.c')
-rw-r--r-- | devel/powerpc64-gcc/files/patch-gcc_ubsan.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/powerpc64-gcc/files/patch-gcc_ubsan.c b/devel/powerpc64-gcc/files/patch-gcc_ubsan.c deleted file mode 100644 index 19a42422df61..000000000000 --- a/devel/powerpc64-gcc/files/patch-gcc_ubsan.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/ubsan.c.orig 2016-12-07 22:39:29 UTC -+++ gcc/ubsan.c -@@ -1471,7 +1471,7 @@ ubsan_use_new_style_p (location_t loc) - - expanded_location xloc = expand_location (loc); - if (xloc.file == NULL || strncmp (xloc.file, "\1", 2) == 0 -- || xloc.file == '\0' || xloc.file[0] == '\xff' -+ || xloc.file[0] == '\0' || xloc.file[0] == '\xff' - || xloc.file[1] == '\xff') - return false; - |