aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gcc6/fix-ppc64le-coercion-r261621.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gcc6/fix-ppc64le-coercion-r261621.patch')
-rw-r--r--testing/gcc6/fix-ppc64le-coercion-r261621.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/gcc6/fix-ppc64le-coercion-r261621.patch b/testing/gcc6/fix-ppc64le-coercion-r261621.patch
deleted file mode 100644
index bd321ca4ab..0000000000
--- a/testing/gcc6/fix-ppc64le-coercion-r261621.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libcpp/lex.c
-+++ b/libcpp/lex.c
-@@ -568,7 +568,7 @@
- {
- vc m_nl, m_cr, m_bs, m_qm;
-
-- data = *((const vc *)s);
-+ data = __builtin_vec_vsx_ld (0, s);
- s += 16;
-
- m_nl = (vc) __builtin_vec_cmpeq(data, repl_nl);