[Webkit-unassigned] [Bug 52659] [GTK] fast/js/parser-syntax-check.html crashes on the 32-bit debug bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 20 02:31:13 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52659





--- Comment #1 from Martin Robinson <mrobinson at webkit.org>  2011-01-20 02:31:13 PST ---
This appears to be a bug in GCC. I verified that this code works on my local machine (GCC version 4.4.3-4ubuntu5) and fails on the 32-bit debug bot (4.4.3-5).


#include <cstdio>

int main(int argc, const char* argv[]) {
  int num = 8192;
  if (__builtin_expect(num, 0)) {
      printf("passed\n");
  }
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list