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 breakpoints/22736] [aarch64] gdb crashes on a conditional breakpoint with cast return type


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

--- Comment #3 from weimin.pan at oracle dot com ---
The test case can be reduced to:

int foo(char *name)
{
  return name[0] == '3';
}

int main(void)
{
  foo("a");
}

and causes gdb to crash on aarch64.

-- 
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]