------- Comment #3 from charlet at gcc dot gnu dot org 2006-12-09 12:03 ------- This is not something which is supported nor guaranteed to work.
You would need to do all kinds of changes in the 4.1 branch to get this work, and continue patching as the trunk compiler evolves. That being said, the changes are usually fairly mechanical: For erroutc.adb, this is trivial to fix (remove the with clause). For s-wchcon.ads, you will need to add a pragma Elaborate_Body in s-wchconv.adb and provide an empty body. Feel free to submit patches of this kind for the 4.1 branch if that's bothering for you. Arno -- charlet at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30130