projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5a75b
)
* config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
author
Jeff Law
<law@redhat.com>
Wed, 26 Oct 2016 16:19:55 +0000
(10:19 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 26 Oct 2016 16:19:55 +0000
(10:19 -0600)
From-SVN: r241579
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/fr30/fr30.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 12f9c0294758f7b1a6b40d6c29028e42c6b6beaf..45ae4eab82ac82e03d22e93d82a5ea571a39cd82 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-35,6
+35,8
@@
2016-10-26 Jeff Law <law@redhat.com>
+ * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
+
* config/frv/frv.c (comparison_string): Do not fall through after
an error.
diff --git
a/gcc/config/fr30/fr30.c
b/gcc/config/fr30/fr30.c
index 187302bc02564bf1f82fc590365d1ad9d9ed3453..d8e95cb857e42fdbb0127586f735f87deb8313c9 100644
(file)
--- a/
gcc/config/fr30/fr30.c
+++ b/
gcc/config/fr30/fr30.c
@@
-688,7
+688,8
@@
fr30_print_operand (FILE *file, rtx x, int code)
break;
}
- /* Fall through. Let output_addr_const deal with it. */
+ /* FALLTHRU */
+ /* Let output_addr_const deal with it. */
default:
output_addr_const (file, x);
break;