projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c15dfc
)
* config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
author
Jeff Law
<law@redhat.com>
Wed, 26 Oct 2016 16:02:58 +0000
(10:02 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 26 Oct 2016 16:02:58 +0000
(10:02 -0600)
From-SVN: r241571
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/m32r/m32r.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 560ec37e90a83e64e7920ceeea756ad13a95b7b0..1e0393651ee0914d1fb3c0b39c5a06740ab297e3 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,5
+1,7
@@
2016-10-26 Jeff Law <law@redhat.com>
+ * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
+
* config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.
* config/microblaze/microblaze.c (microblaze_function_arg): Adjust
diff --git
a/gcc/config/m32r/m32r.c
b/gcc/config/m32r/m32r.c
index 17e48f545bf2c77a01af77e0433de0c336e001dc..41c6b600dd1b8064d13a7b4895cb8187eac004d6 100644
(file)
--- a/
gcc/config/m32r/m32r.c
+++ b/
gcc/config/m32r/m32r.c
@@
-2278,7
+2278,8
@@
m32r_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);