------- Comment #3 from pault at gcc dot gnu dot org 2006-12-14 21:41 ------- Created an attachment (id=12806) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12806&action=view) Patch for the problem that regtests OK
Daniel, As our regular contributors of 'real' bugs, you have excelled on this one. Thanks! It turns out that we do not have any means to identify a 'module procedure'. The attribute PROC_MODULE defines any procedure defined in a module. I have added a proc_mod attribute that marks a specific procedure that is so declared to overcome this. If anybody has a nifty way around this, please let me know. The attached does the right thing, regtests OK and, in addition, prevents such interfaces from being use associated. Paul -- pault at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org | Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29992