summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-10-26 15:20:33 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-10-26 15:20:33 +0000
commit64884a1b9d1d627b981ae7a62aeaf36fe3f1aeea (patch)
tree3fab327190ef5f7fa727ca4c66e496a811729234
parentfe6309e591b68d0187c6e7d97997d521452b3cfc (diff)
downloadgcc-64884a1b9d1d627b981ae7a62aeaf36fe3f1aeea.tar.gz
* config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
comment to silence warning. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241560 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/config/h8300/h8300.c10
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3780ba084b3..c9b72bc16df 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
2016-10-26 Jeff Law <law@redhat.com>
+ * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
+ comment to silence warning.
+
* config/spu/spu.c (spu_sched_reorder): Add missing fallthru comment.
(spu_legitimate_address_p): Fix logic error and add missing fallthru
comment.
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c
index 3d06014c23b..7c30292c888 100644
--- a/gcc/config/h8300/h8300.c
+++ b/gcc/config/h8300/h8300.c
@@ -1741,10 +1741,12 @@ h8300_print_operand (FILE *file, rtx x, int code)
break;
}
- /* Fall through. We should not get here if we are
- processing bit operations on H8/300 or H8/300H
- because 'U' constraint does not allow bit
- operations on the tiny area on these machines. */
+ /* FALLTHRU */
+
+ /* We should not get here if we are processing bit
+ operations on H8/300 or H8/300H because 'U'
+ constraint does not allow bit operations on the
+ tiny area on these machines. */
case 'X':
case 'T':