public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch for bug #59196
@ 2013-11-20  2:34 Miro Kropáček
  2013-11-20  9:34 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Miro Kropáček @ 2013-11-20  2:34 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 127 bytes --]

Hello,

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

Regards,
Miro

[-- Attachment #2: gcc-56196.patch --]
[-- Type: application/octet-stream, Size: 420 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch for bug #59196
  2013-11-20  2:34 Patch for bug #59196 Miro Kropáček
@ 2013-11-20  9:34 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2013-11-20  9:34 UTC (permalink / raw)
  To: Miro Kropáček, gcc-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-20  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-20  2:34 Patch for bug #59196 Miro Kropáček
2013-11-20  9:34 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).