public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Fix epiphany WRT fallthru
@ 2016-10-26 16:24 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2016-10-26 16:24 UTC (permalink / raw)
  To: gcc-patches

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

And the same code again, this time in the epiphany port...

Installing on the trunk.

Jeff

[-- Attachment #2: P --]
[-- Type: text/plain, Size: 1244 bytes --]

commit c4bc8d8761d31e34e26958bbc3c33f371690edf2
Author: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Wed Oct 26 16:23:27 2016 +0000

    	* config/epiphany/epiphany.c (epiphany_print_operand): Adjust
    	fallthru comment.
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241582 138bc75d-0d04-0410-961f-82ee72b054a4

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4f5c3c2..bf5080a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-26  Jeff Law  <law@redhat.com>
+
+	* config/epiphany/epiphany.c (epiphany_print_operand): Adjust
+	fallthru comment.
+
 2016-10-26  Jakub Jelinek  <jakub@redhat.com>
 	    Martin Liska  <mliska@suse.cz>
 
diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c
index a7854e7..e1f7a47 100644
--- a/gcc/config/epiphany/epiphany.c
+++ b/gcc/config/epiphany/epiphany.c
@@ -1354,7 +1354,8 @@ epiphany_print_operand (FILE *file, rtx x, int code)
 	  fprintf (file, "%s0x%08lx", IMMEDIATE_PREFIX, l);
 	  break;
 	}
-      /* Fall through.  Let output_addr_const deal with it.  */
+      /* FALLTHRU */
+      /* Let output_addr_const deal with it.  */
     case CONST_INT:
       fprintf(file,"%s",IMMEDIATE_PREFIX);
       if (code == 'C' || code == 'X')

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-26 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-26 16:24 Fix epiphany WRT fallthru 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).