https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85978

--- Comment #2 from Nick Clifton <nickc at gcc dot gnu.org> ---
Author: nickc
Date: Mon Sep 30 15:27:14 2019
New Revision: 276306

URL: https://gcc.gnu.org/viewcvs?rev=276306&root=gcc&view=rev
Log:
Fix compile time warning about building the FRV backend by adding missing break
statements to the switches in frv_register_move_cost.

        PR target/85978
        * config/frv/frv.c (frv_register_move_cost): Add break statements
        to avoid falling through to the wrong cases.  Tidy code.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/frv/frv.c

Reply via email to