[Bug c/59362] Abort in fini_object_sizes

2013-12-01 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59362 --- Comment #2 from Markus Trippelsdorf --- Reduced: markus@x4 tmp % cat test.i char *a; long int b; void enc_format() { b = __builtin_object_size(0, 0); a = __builtin___stpcpy_chk(0, "", b); b = __builtin_object_size(a, 0); } markus@x4 tm

[Bug c/59362] Abort in fini_object_sizes

2013-12-01 Thread octoploid at yandex dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59362 Markus Trippelsdorf changed: What|Removed |Added CC||octoploid at yandex dot com --- Com