Bug#808008: segmentation fault on any code compiled by tcc with libc6 2.21-4

2015-12-24 Thread Vincent Lefevre
Control: tags -1 fixed-upstream On 2015-12-15 17:39:12 +0100, Vincent Lefevre wrote: > Thanks for the information. Reported upstream in the tinycc-devel list > (I don't have the URL yet). > > This is still not fixed in the git repository (mob branch). This has now been fixed upstream: http://

Bug#808008: segmentation fault on any code compiled by tcc with libc6 2.21-4

2015-12-15 Thread Vincent Lefevre
Control: retitle -1 tcc: segmentation fault on any code due to new binutils relocations Control: tags -1 upstream On 2015-12-15 17:14:54 +0100, Aurelien Jarno wrote: > Control: retitle -1: segmentation fault on any code due to new binutils > relocations There shouldn't be a ":" after -1. > I d

Bug#808008: segmentation fault on any code compiled by tcc with libc6 2.21-4

2015-12-15 Thread Aurelien Jarno
Control: retitle -1: segmentation fault on any code due to new binutils relocations On 2015-12-15 12:34, Vincent Lefevre wrote: > Control: retitle -1 segmentation fault on any code compiled by tcc with libc6 > 2.21-4 > > Cc to the glibc maintainers because the cause of the bug is due to > some

Bug#808008: segmentation fault on any code compiled by tcc with libc6 2.21-4

2015-12-15 Thread Vincent Lefevre
BTW, that's also FTBFS: due to this bug, the tests fail: hello-exe ../tcc -B.. -I.. -I.. -I../include ../examples/ex1.c -o hello || (../tcc -vv; exit 1) && ./hello Segmentation fault (core dumped) Makefile:82: recipe for target 'hello-exe' failed make[2]: *** [hello-exe]

Bug#808008: segmentation fault on any code compiled by tcc with libc6 2.21-4

2015-12-15 Thread Vincent Lefevre
Control: retitle -1 segmentation fault on any code compiled by tcc with libc6 2.21-4 Cc to the glibc maintainers because the cause of the bug is due to some change in glibc. On 2015-12-15 09:35:04 +0100, Vincent Lefevre wrote: > Code compiled by tcc segfaults: > > ypig% cat conftest.c > int ma