[Bug c/29480] Feature request - Addition to FORTIFY_SOURCE feature

2006-10-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-15 19:45 --- That is because assert checks the result except when -DNDEBUG. This in turn is really a dup or bug 6906 which is about warning on side effects to assert. *** This bug has been marked as a duplicate of 6906 *** --

[Bug c/29480] Feature request - Addition to FORTIFY_SOURCE feature

2006-10-15 Thread robert at linuxfromscratch dot org
--- Comment #2 from robert at linuxfromscratch dot org 2006-10-15 19:41 --- echo '#include int main () { chdir( "/" ); }' > example.c $ gcc -o example example.c -D_FORTIFY_SOURCE -O2 example.c: In function 'main': example.c:5: warning: ignoring return value of 'chdir', declared with a