Index: head/devel/powerpc64-gcc/files/patch-gcc_ubsan.c =================================================================== --- head/devel/powerpc64-gcc/files/patch-gcc_ubsan.c (nonexistent) +++ head/devel/powerpc64-gcc/files/patch-gcc_ubsan.c (revision 459551) @@ -0,0 +1,11 @@ +--- 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; + Property changes on: head/devel/powerpc64-gcc/files/patch-gcc_ubsan.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property