http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46060
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-10-18 06:42:42 UTC --- (In reply to comment #1) > The following patch allows your code to compile, but > I have no idea if it is the correct fix. I have the feeling that it is not the best fix. The string lengths are known at the compile time - thus, rse.string_length should be defined. I wonder whether something goes wrong either in resolve_procedure_interface, or in add_hidden_procptr_result or in ...?