projects
/
platform
/
upstream
/
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
560ec37
..
1e03936
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
17e48f5
..
41c6b60
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);