summaryrefslogtreecommitdiff
path: root/debian/patches/m68k-revert-pr45144.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-18 15:53:29 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-18 15:53:29 +0300
commit8f6c4b0033c72f8ac14694c419a99458339dd6a9 (patch)
tree06c106e622a58100aa85a381b9b65d222b076df4 /debian/patches/m68k-revert-pr45144.diff
parent42156b5190f4fa150e1fab6777eb81e69d4db8c9 (diff)
downloadgcc-9-debian.tar.gz
Import gcc-9 (9.2.1-19)debian/9.2.1-19debian
Diffstat (limited to 'debian/patches/m68k-revert-pr45144.diff')
-rw-r--r--debian/patches/m68k-revert-pr45144.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/m68k-revert-pr45144.diff b/debian/patches/m68k-revert-pr45144.diff
deleted file mode 100644
index e7318d4..0000000
--- a/debian/patches/m68k-revert-pr45144.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-[revert the minor PR45144 missed-optimization fix because it
- results in miscompilation of gnat on m68k with gcc-4.6 and 4.5;
- with gcc-4.7 other changes mask the issue <mikpe@it.uu.se>]
-
- PR ada/48835
-
-Index: b/src/gcc/tree-sra.c
-===================================================================
---- a/src/gcc/tree-sra.c
-+++ b/src/gcc/tree-sra.c
-@@ -927,9 +927,6 @@ scalarizable_type_p (tree type)
- {
- tree ft = TREE_TYPE (fld);
-
-- if (DECL_BIT_FIELD (fld))
-- return false;
--
- if (!is_gimple_reg_type (ft)
- && !scalarizable_type_p (ft))
- return false;