Re: [Patch, Fortran] PR 51378 Fix component-access check

2011-12-07 Thread Mikael Morin
On Friday 02 December 2011 22:01:19 Tobias Burnus wrote: > Found via Reinhold Bader's test suite: If a component is public, it > remains public even if the extended type has PRIVATE. > > Build and regtested on x86-64-linux. > OK for the trunk? > OK. Mikael

[Patch, Fortran] PR 51378 Fix component-access check

2011-12-02 Thread Tobias Burnus
Found via Reinhold Bader's test suite: If a component is public, it remains public even if the extended type has PRIVATE. Build and regtested on x86-64-linux. OK for the trunk? Tobias 2011-12-02 Tobias Burnus PR fortran/51378 * symbol.c (gfc_find_component): Fix access check of parent co