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; }
jan.kratochvil at redhat dot com Tue, 08 Oct 2013 07:32:42 -0700
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; }