------- Comment #3 from pault at gcc dot gnu dot org 2007-11-17 17:07 ------- (In reply to comment #2) > > I do not see any alternative but to rewrite the interface routines and put > them in resolve.c.
This maybe a bit alarmist but not by much. Certainly, 33888 needs a bit of help from resolve.c. I have written a trial patch that does the substitution of the formal arguments by the actuals and cures 33888. In fact, the original example in PR31213 also has this same problem; however, PR31213 also suffers from at least two other bugs! Paul -- pault at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |31213 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33998