Re: [Fortran,committed] Remove redundant word.

2011-09-20 Thread H.J. Lu
On Tue, Sep 20, 2011 at 3:55 PM, H.J. Lu wrote: > On Tue, Sep 20, 2011 at 9:29 AM, Steve Kargl > wrote: >> I've committed the following patch under the obviously >> correct rule. >> >> 2011-09-20  Steven G. Kargl   >> >>        * check.c (gfc_check_c_sizeof): Remove redundant word. >> >> > > You

Re: [Fortran,committed] Remove redundant word.

2011-09-20 Thread H.J. Lu
On Tue, Sep 20, 2011 at 9:29 AM, Steve Kargl wrote: > I've committed the following patch under the obviously > correct rule. > > 2011-09-20  Steven G. Kargl   > >        * check.c (gfc_check_c_sizeof): Remove redundant word. > > You may need to update gfortran.dg/storage_size_2.f08: http://gcc.

[Fortran,committed] Remove redundant word.

2011-09-20 Thread Steve Kargl
I've committed the following patch under the obviously correct rule. 2011-09-20 Steven G. Kargl * check.c (gfc_check_c_sizeof): Remove redundant word. Index: check.c === --- check.c (revision 179008) +++ check.c