This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/77574] Wrong if condition in predict.c


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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Wed Sep 14 07:18:53 2016
New Revision: 240128

URL: https://gcc.gnu.org/viewcvs?rev=240128&root=gcc&view=rev
Log:
Add braces to a condition in predict.c (PR middle-end/77574)

            Martin Liska  <mliska@suse.cz>

        PR middle-end/77574
        * predict.c (force_edge_cold): Add braces to a condition.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/predict.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]