http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53832
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-04
00:43:55 UTC ---
This seems to have been caused by using a sparse checkout from svn (using
--set-depth empty) to avoid having thousands of files from libjava and other
dirs I don't use.
After restoring most of the absent files I get a proper gtype-desc.h
The bit that matters seems to be gcc/ada, without that dir being present I get
a bad gtype-desc.h even though I'm using --enable-languages=c,c++