This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: BUG IN GFORTRAN


On Thu, Dec 01, 2005 at 05:13:01PM +0530, Sudesh   Chandna, Noida wrote:
> > > Should I submit a bug report for this?
> > 
> > Yes, it would be nice if you could do that.
> > 
> 
> Yh sure I would do that. Can you tell me some link which explains how to
> submit bug report? 

http://gcc.gnu.org/bugs.html

> I have one more question. Should I handle intent
> (out) attribute for allocatable dummy arguments or leave it under this
> bug. Since otherwise my patch is almost complete. Please let me know. 

Well, I guess I should leave questions like that to the
maintainers/reviewers (I'm not one of them), but a few thoughts:
If the patch to fix the problem for derived types also
automatically would fix the problem for allocatables, then I
think we could say it's the same bug, but if two separate changes
would be needed to fix both, they would be different bugs.

Btw: do you have a copyright assignment (see "Legal
Prerequisites" at http://gcc.gnu.org/contribute.html)?  You'll
need one before your patch can be accepted in gfortran.  It may
take some time to get one (typically a few weeks), so if you
don't have one yet, you could try to solve the INTENT(OUT)
problem while waiting for the paperwork to finish.


        Erik


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]