]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use gcc_fallthrough() instead of __attribute__((fallthrough)
authorpalmer <palmer@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Mar 2017 03:51:24 +0000 (03:51 +0000)
committerpalmer <palmer@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Mar 2017 03:51:24 +0000 (03:51 +0000)
commit6ca48c85b40db96f01d49f37afb19100b4a6b75b
tree0288182102631665c0717dc770439c68eb74d231
parent542135b48774453b4a7c509b40263107fc63b2bf
Use gcc_fallthrough() instead of __attribute__((fallthrough)

Without this my build breaks on older compilers like GCC-5.4.

gcc/ChangeLog:

2017-03-13  Kito Cheng  <kito.cheng@gmail.com>

       * config/riscv/riscv.c (riscv_emit_float_compare>: Use
       gcc_fallthrough() instead of __attribute__((fallthrough));

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246116 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/riscv/riscv.c