This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 testsuite/17452] New: tests that almost run forever rely on undefined behaviour


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.


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