public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/60811] New: arc/arc.c:2135: possible bad argument to abs
@ 2014-04-10 18:10 dcb314 at hotmail dot com
  2014-04-11 14:28 ` [Bug target/60811] " amylaar at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2014-04-10 18:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60811

            Bug ID: 60811
           Summary: arc/arc.c:2135: possible bad argument to abs
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com

Static analyser cppcheck says

[trunk/gcc/config/arc/arc.c:2135]: (error) Invalid abs() argument nr 1. A
non-boolean value is required.

Source code is

    gcc_assert (epilogue_p || abs (*first_offset <= 127));

Maybe better code might be

    gcc_assert (epilogue_p || abs (*first_offset) <= 127);


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-04-11 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-10 18:10 [Bug target/60811] New: arc/arc.c:2135: possible bad argument to abs dcb314 at hotmail dot com
2014-04-11 14:28 ` [Bug target/60811] " amylaar at gcc dot gnu.org
2014-04-11 14:45 ` dcb314 at hotmail dot com
2014-04-11 18:05 ` amylaar at gcc dot gnu.org
2014-04-11 18:48 ` amylaar at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).