On 11/19/13 15:35, Miro Kropáček wrote:
Hello,

here's a patch against trunk which fixes the issue
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59196).

Regards,
Miro


gcc-56196.patch


Index: gcc/config/m68k/m68k.c
===================================================================
--- gcc/config/m68k/m68k.c      (revision 205058)
+++ gcc/config/m68k/m68k.c      (working copy)
@@ -517,7 +517,7 @@
      {
        enum target_device dev;
        dev = all_microarchs[M68K_DEFAULT_TUNE].device;
-      m68k_tune_flags = all_devices[dev]->flags;
+      m68k_tune_flags = all_devices[dev].flags;
      }
  #endif
    else
Thanks. I wrote a ChangeLog entry for you and installed it on the trunk. Release managers have final say for their release branches.

jeff

Reply via email to