public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/17452] New: tests that almost run forever rely on undefined behaviour
@ 2014-10-02 19:24 dje at google dot com
  0 siblings, 0 replies; only message in thread
From: dje at google dot com @ 2014-10-02 19:24 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17452

            Bug ID: 17452
           Summary: tests that almost run forever rely on undefined
                    behaviour
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P3
         Component: testsuite
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

Various tests have this:

  /* Don't run forever.  Run just short of it :)  */
  while (foo > 0)
  {
    ++foo;
    ...
  }

Alas foo is signed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-02 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-02 19:24 [Bug testsuite/17452] New: tests that almost run forever rely on undefined behaviour dje at google dot com

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).