> I use: > --enable-checking=misc,tree,gc,rtl,rtlflag,assert > [...] > > Andreas
FYI, you're missing "runtime" checking in that list which is normally part fo the default set. I use --enable-checking=yes,rtl when I want to add "rtl" to the default list so I don't miss any existing (or newly added) flags as time goes by. (The "yes" flag works as of 4.0.) I did this on i686 last night, so your problem is probably confined to x86_64. http://gcc.gnu.org/ml/gcc-testresults/2006-01/msg01144.html --Kaveh -- Kaveh R. Ghazi [EMAIL PROTECTED]