This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
CPP: exit status changed behaviour breaks linux kernel Makefile
- To: gcc-bugs at gcc dot gnu dot org
- Subject: CPP: exit status changed behaviour breaks linux kernel Makefile
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Sun, 17 Sep 2000 23:08:06 +0200
Hi,
gcc -fno-strict-aliasing -S -o /dev/null -xc /dev/null
no longer exits with status zero. This breaks the test for features in the
toplevel Linux kernel Makefile. Compiling with -traditional fixes it.
Franz.