Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/m68k revert rev 1.2 (disab...



details:   https://anonhg.NetBSD.org/src/rev/5165fa7fb381
branches:  trunk
changeset: 821973:5165fa7fb381
user:      chs <chs%NetBSD.org@localhost>
date:      Thu Feb 23 18:43:01 2017 +0000

description:
revert rev 1.2 (disabling split wide types) because it's no longer necessary
after rev 1.6 of m68k.md (which itself reverted a local patch that hadn't
been necessary for over a decade... see gcc bugzilla 12792).
discussed with christos and confirmed no regressions with the atf tests.

diffstat:

 external/gpl3/gcc/dist/gcc/config/m68k/m68k.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 287db1dc8b63 -r 5165fa7fb381 external/gpl3/gcc/dist/gcc/config/m68k/m68k.c
--- a/external/gpl3/gcc/dist/gcc/config/m68k/m68k.c     Thu Feb 23 15:18:36 2017 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/m68k/m68k.c     Thu Feb 23 18:43:01 2017 +0000
@@ -684,8 +684,6 @@
       else
        m68k_sched_mac = MAC_NO;
     }
-    // XXX: Avoid https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71695
-    flag_split_wide_types = 0;
 }
 
 /* Implement TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.  */



Home | Main Index | Thread Index | Old Index