This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 debug/58663] entry-value: missing DW_TAG_GNU_call_site for libasan calls


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

--- Comment #1 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
#include <stdlib.h>
int main(void) {
  char *p=malloc(1);
  p[1]=1;
  return 0;
}


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