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]

Re: Bootstrap failure on Linux/x86-64


 > 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			ghazi@caip.rutgers.edu


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