Giacomo Comes changed bug 919819
What Removed Added
Flags needinfo?(comes@naic.edu)  

Comment # 2 on bug 919819 from
the testcase is:

gcc -std=gnu99 -o conftest -g -O2 -fvisibility=hidden -fPIC -fPIE
-fno-strict-aliasing -fno-strict-overflow -fstack-protector -Winit-self
-Wwrite-strings -Wdiv-by-zero  -D_FORTIFY_SOURCE=2  -pie -Wl,-z,relro
-Wl,-z,now -Wl,-z,noexecstack -static conftest.c

where conftest.c content is:

int main(){return(0);}

and yes, using binutils from devel:gcc fixes the problem.


You are receiving this mail because: