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, Fortran] PR 32460 - Check PRIVATE attribute for derived components


On Sun, Jun 24, 2007 at 11:51:01AM +0200, Bernhard Fischer wrote:
> On Sun, Jun 24, 2007 at 02:32:22AM +0200, Tobias Burnus wrote:
> >Bernhard Fischer wrote:
> >>> +  int private_comp = 0;
> >>>     
> >> bool?
> >>   
> >Good idea. I had somehow back in my mind that the GCC source does not
> >use bool as they were added quite late to the C standard (similar like
> >not using C99's // comments). But as bool is already used more than 300
> >times it surely must work. Thanks for pointing out!
> >
> >Would like like to formally review the patch - or did you do so alreay
> >and only forgot the "Ok"?
> 
> I did not really review the patch, just glanced over it. Sounds about ok
> but i did not follow the logic closely, so i cannot really say anything
> about it.

OK for trunk.

-- 
Steve


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