------- Comment #4 from steven at gcc dot gnu dot org 2010-07-03 22:03 ------- FWIW:
Apple should have its own bugurlMacPro:~ stevenb$ uname -a Darwin MacPro.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386 MacPro:~ stevenb$ gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MacPro:~ stevenb$ g++ --version i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MacPro:~ stevenb$ gcc t.c MacPro:~ stevenb$ g++ t.c t.c: In function 'int main(int, char**)': t.c:2: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. MacPro:~ stevenb$ Note that Apple *does* have its own bug URL. To the original poster: You should not take any Apple bugs here. Apple have their own, heavily patched GCC. Their GCC has nothing to do with the "official" FSF GCC, and Apple has abandoned the GCC community completely. So we cannot help you with Apple GCC bugs... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44796