*PING* — Re: Fortran: Create CLASS(*) early to avoid ICE [PR99254]

2021-03-03 Thread Tobias Burnus
*PING* I think the patch is an improvement, even though there is a small regression and many issues are not covered: PR fortran/99266 and as explained below. On 25.02.21 12:16, Tobias Burnus wrote: The issue is that for CLASS – and in particular CLASS(*) the ts.u.derived->components is not yet

Fortran: Create CLASS(*) early to avoid ICE [PR99254]

2021-02-25 Thread Tobias Burnus
fortran/99266 ? - Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 München Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Frank Thürauf Fortran: Create CLASS(*) early to avoid ICE [PR99254] gcc/fortran/ChangeLog: PR fortran/99254 *