This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch, libfortran] PR 20131, PR 19568


On Sun, Mar 06, 2005 at 07:19:16PM -0800, Steve Kargl wrote:
> > This patch fixes PR 19568 and PR 20131.  I hereby assign this to the FSF.
> 
> What the status of your copyright assignment?

Can somebody send me the relevant papers via E-Mail?  I've tried
locating them on the Web, but they seem to be well enough hidden
so I cannot find them.

http://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html#Copyright-Papers
talks about a directory /gd/gnuorg that does not seem to be accessible
from the Web.

> >     else
> >       p = base = data;
> >   
> > !   memset(base,' ',*length);
> > !   printf("read_s  printf("%d\n",*length);
> > ! 
> 
> First, I'm not the greatest C programmer.  I know 
> enough of the language to be dangerous.  The above
> printf doesn't look right.  Is it correct?

You're correct, that printf was a left-over debugging statement.
I'll regererate the patch accordingly.

	Thomas


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