This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

No bootstrap with --enable-checking=assert,misc,tree,gc,rtl,rtlflag,fold,gcac


Hello,
yesterday I filed a bug report
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17454
because I got an ICE when I tried to build gcc with:
../gcc40/configure --prefix=/usr/local/gcc40 --program-suffix=40
 --with-cpu=G5 --enable-altivec --enable-languages=c,c++
 --enable-checking=assert,misc,tree,gc,rtl,rtlflag,fold,gcac
After I applied the patch 
http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01150.html
this ICE doesn't occur any more.

But now, when I try to build gcc using the configure given above,
I get the error:

checking for exception model to use... configure: error: unable to detect
exception model

I thought it would be reasonable to activate all internal tests while
testing the compiler with various sources I have.
Is that a known problem?
Are the --enable-checking options intended to work? 
Should I submit a bug report?

Michael Cieslinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]